From 305d4de16fe64f424629dc9ac8fdfaa54eebc078 Mon Sep 17 00:00:00 2001 From: nuxsmin Date: Mon, 5 Nov 2018 00:03:36 +0100 Subject: [PATCH] * [MOD] Switched base language over to English Signed-off-by: nuxsmin --- app/config/actions.xml | 300 +- app/config/strings.js.inc | 142 +- app/locales/ca_ES/LC_MESSAGES/messages.mo | Bin 49522 -> 65721 bytes app/locales/ca_ES/LC_MESSAGES/messages.po | 10485 +++++++------ app/locales/da/LC_MESSAGES/messages.mo | Bin 57655 -> 88269 bytes app/locales/da/LC_MESSAGES/messages.po | 10347 +++++++------ app/locales/de_DE/LC_MESSAGES/messages.mo | Bin 59594 -> 90637 bytes app/locales/de_DE/LC_MESSAGES/messages.po | 10287 +++++++------ app/locales/en_GB/LC_MESSAGES/messages.mo | Bin 105627 -> 0 bytes app/locales/en_GB/LC_MESSAGES/messages.po | 8081 ---------- app/locales/en_US/LC_MESSAGES/messages.mo | Bin 105627 -> 0 bytes app/locales/en_US/LC_MESSAGES/messages.po | 8081 ---------- app/locales/es_ES/LC_MESSAGES/messages.mo | Bin 0 -> 104430 bytes app/locales/es_ES/LC_MESSAGES/messages.po | 7506 ++++++++++ app/locales/fr_FR/LC_MESSAGES/messages.mo | Bin 58389 -> 88624 bytes app/locales/fr_FR/LC_MESSAGES/messages.po | 10417 +++++++------ app/locales/hu_HU/LC_MESSAGES/messages.mo | Bin 54780 -> 77301 bytes app/locales/hu_HU/LC_MESSAGES/messages.po | 10527 +++++++------ app/locales/it_IT/LC_MESSAGES/messages.mo | Bin 8296 -> 89643 bytes app/locales/it_IT/LC_MESSAGES/messages.po | 12281 ++++++++++------ app/locales/nl_NL/LC_MESSAGES/messages.mo | Bin 53610 -> 76615 bytes app/locales/nl_NL/LC_MESSAGES/messages.po | 10480 +++++++------ app/locales/pl_PL/LC_MESSAGES/messages.mo | Bin 56747 -> 77974 bytes app/locales/pl_PL/LC_MESSAGES/messages.po | 10460 +++++++------ app/locales/pt_BR/LC_MESSAGES/messages.mo | Bin 68197 -> 99372 bytes app/locales/pt_BR/LC_MESSAGES/messages.po | 10297 +++++++------ app/locales/ru_RU/LC_MESSAGES/messages.mo | Bin 63229 -> 88366 bytes app/locales/ru_RU/LC_MESSAGES/messages.po | 10465 +++++++------ .../api/Controllers/AccountController.php | 44 +- .../api/Controllers/CategoryController.php | 22 +- .../api/Controllers/ClientController.php | 22 +- .../api/Controllers/ConfigController.php | 14 +- .../api/Controllers/ControllerBase.php | 2 +- .../api/Controllers/Help/AccountHelp.php | 84 +- .../api/Controllers/Help/CategoryHelp.php | 18 +- .../api/Controllers/Help/ClientHelp.php | 18 +- .../api/Controllers/Help/ConfigHelp.php | 6 +- app/modules/api/Controllers/Help/TagHelp.php | 14 +- .../api/Controllers/Help/UserGroupHelp.php | 22 +- app/modules/api/Controllers/TagController.php | 22 +- .../api/Controllers/UserGroupController.php | 22 +- app/modules/api/Init.php | 2 +- .../web/Controllers/AccountController.php | 100 +- .../Controllers/AccountFavoriteController.php | 4 +- .../web/Controllers/AccountFileController.php | 70 +- .../AccountHistoryManagerController.php | 22 +- .../Controllers/AccountManagerController.php | 22 +- .../web/Controllers/AuthTokenController.php | 46 +- .../web/Controllers/CategoryController.php | 42 +- .../web/Controllers/ClientController.php | 42 +- .../Controllers/ConfigAccountController.php | 14 +- .../Controllers/ConfigBackupController.php | 44 +- .../ConfigEncryptionController.php | 34 +- .../Controllers/ConfigGeneralController.php | 30 +- .../Controllers/ConfigImportController.php | 10 +- .../web/Controllers/ConfigLdapController.php | 44 +- .../web/Controllers/ConfigMailController.php | 20 +- .../Controllers/ConfigManagerController.php | 18 +- .../web/Controllers/ConfigWikiController.php | 14 +- .../web/Controllers/CustomFieldController.php | 38 +- .../web/Controllers/ErrorController.php | 12 +- .../web/Controllers/EventlogController.php | 6 +- .../Helpers/Account/AccountActionsHelper.php | 68 +- .../Helpers/Account/AccountPasswordHelper.php | 6 +- .../Helpers/Account/AccountSearchHelper.php | 22 +- .../Controllers/Helpers/Grid/AccountGrid.php | 30 +- .../Helpers/Grid/AccountHistoryGrid.php | 30 +- .../Helpers/Grid/AuthTokenGrid.php | 28 +- .../Controllers/Helpers/Grid/CategoryGrid.php | 24 +- .../Controllers/Helpers/Grid/ClientGrid.php | 26 +- .../Helpers/Grid/CustomFieldGrid.php | 30 +- .../Controllers/Helpers/Grid/EventlogGrid.php | 20 +- .../web/Controllers/Helpers/Grid/FileGrid.php | 30 +- .../Helpers/Grid/ItemPresetGrid.php | 44 +- .../Helpers/Grid/NotificationGrid.php | 42 +- .../Controllers/Helpers/Grid/PluginGrid.php | 30 +- .../Helpers/Grid/PublicLinkGrid.php | 38 +- .../web/Controllers/Helpers/Grid/TagGrid.php | 22 +- .../Controllers/Helpers/Grid/TrackGrid.php | 14 +- .../web/Controllers/Helpers/Grid/UserGrid.php | 40 +- .../Helpers/Grid/UserGroupGrid.php | 28 +- .../Helpers/Grid/UserProfileGrid.php | 26 +- .../Controllers/Helpers/ItemPresetHelper.php | 8 +- .../web/Controllers/Helpers/LayoutHelper.php | 6 +- .../web/Controllers/InstallController.php | 6 +- .../web/Controllers/ItemManagerController.php | 18 + .../web/Controllers/ItemPresetController.php | 40 +- .../web/Controllers/ItemsController.php | 4 +- .../web/Controllers/LoginController.php | 8 +- .../Controllers/NotificationController.php | 46 +- .../web/Controllers/PluginController.php | 24 +- .../web/Controllers/PublicLinkController.php | 38 +- .../web/Controllers/StatusController.php | 4 +- app/modules/web/Controllers/TagController.php | 28 +- .../web/Controllers/TrackController.php | 6 +- .../web/Controllers/Traits/ConfigTrait.php | 6 +- .../web/Controllers/Traits/ItemTrait.php | 6 +- .../web/Controllers/UpgradeController.php | 6 +- .../web/Controllers/UserController.php | 56 +- .../web/Controllers/UserGroupController.php | 42 +- .../Controllers/UserPassResetController.php | 24 +- .../web/Controllers/UserProfileController.php | 34 +- .../UserSettingsGeneralController.php | 2 +- .../UserSettingsManagerController.php | 2 +- app/modules/web/Forms/AccountForm.php | 10 +- app/modules/web/Forms/AuthTokenForm.php | 6 +- app/modules/web/Forms/CategoryForm.php | 2 +- app/modules/web/Forms/ClientForm.php | 2 +- app/modules/web/Forms/CustomFieldDefForm.php | 6 +- app/modules/web/Forms/ItemsPresetForm.php | 8 +- app/modules/web/Forms/NotificationForm.php | 8 +- app/modules/web/Forms/PublicLinkForm.php | 2 +- app/modules/web/Forms/TagForm.php | 2 +- app/modules/web/Forms/UserForm.php | 22 +- app/modules/web/Forms/UserGroupForm.php | 2 +- app/modules/web/Forms/UserProfileForm.php | 2 +- .../web/themes/material-blue/inc/Icons.php | 64 +- .../material-blue/views/_layouts/main.inc | 2 +- .../material-blue/views/_partials/error.inc | 4 +- .../views/_partials/fixed-header.inc | 22 +- .../material-blue/views/_partials/footer.inc | 8 +- .../views/_partials/help_account_search.inc | 28 +- .../views/_partials/no_records_found.inc | 2 +- .../views/account/account-editpass.inc | 30 +- .../views/account/account-history.inc | 42 +- .../views/account/account-link.inc | 26 +- .../views/account/account-permissions.inc | 44 +- .../views/account/account-request.inc | 18 +- .../material-blue/views/account/account.inc | 100 +- .../material-blue/views/account/details.inc | 32 +- .../views/account/files-list.inc | 6 +- .../material-blue/views/account/files.inc | 4 +- .../views/account/linkedAccounts.inc | 4 +- .../views/account/search-index.inc | 2 +- .../views/account/search-rows.inc | 40 +- .../views/account/search-searchbox.inc | 22 +- .../material-blue/views/account/viewpass.inc | 10 +- .../views/common/aux-customfields.inc | 6 +- .../material-blue/views/config/accounts.inc | 92 +- .../material-blue/views/config/backup.inc | 58 +- .../material-blue/views/config/encryption.inc | 88 +- .../views/config/general-auth.inc | 32 +- .../views/config/general-events.inc | 22 +- .../views/config/general-proxy.inc | 20 +- .../views/config/general-site.inc | 50 +- .../material-blue/views/config/general.inc | 2 +- .../material-blue/views/config/import.inc | 58 +- .../material-blue/views/config/info.inc | 62 +- .../material-blue/views/config/ldap.inc | 106 +- .../material-blue/views/config/mail.inc | 48 +- .../material-blue/views/config/wiki.inc | 72 +- .../views/error/error-database.inc | 8 +- .../views/error/error-maintenance.inc | 4 +- .../material-blue/views/eventlog/index.inc | 2 +- .../views/grid/datagrid-nav-full.inc | 2 +- .../material-blue/views/install/index.inc | 44 +- .../views/itemshow/account_bulkedit.inc | 70 +- .../views/itemshow/auth_token.inc | 22 +- .../material-blue/views/itemshow/category.inc | 8 +- .../material-blue/views/itemshow/client.inc | 12 +- .../views/itemshow/custom_field.inc | 20 +- .../views/itemshow/item_preset-password.inc | 32 +- .../views/itemshow/item_preset-permission.inc | 20 +- .../views/itemshow/item_preset-private.inc | 12 +- .../itemshow/item_preset-session_timeout.inc | 4 +- .../views/itemshow/item_preset.inc | 36 +- .../views/itemshow/public_link.inc | 32 +- .../material-blue/views/itemshow/tag.inc | 4 +- .../material-blue/views/itemshow/user.inc | 76 +- .../views/itemshow/user_group.inc | 24 +- .../views/itemshow/user_pass.inc | 10 +- .../views/itemshow/user_profile.inc | 132 +- .../material-blue/views/login/index.inc | 20 +- .../material-blue/views/main/update.inc | 4 +- .../material-blue/views/main/upgrade.inc | 42 +- .../views/notification/index.inc | 2 +- .../views/notification/notification.inc | 34 +- .../material-blue/views/plugin/plugin.inc | 20 +- .../material-blue/views/upgrade/index.inc | 16 +- .../views/userpassreset/request.inc | 14 +- .../views/userpassreset/reset.inc | 14 +- .../views/usersettings/general.inc | 46 +- .../material-blue/views/wiki/wikipage.inc | 16 +- composer.json | 3 +- lib/SP/Bootstrap.php | 4 +- lib/SP/Config/Config.php | 4 + lib/SP/Config/ConfigUtil.php | 8 +- .../Core/Acl/AccountPermissionException.php | 2 +- lib/SP/Core/Acl/Acl.php | 8 +- lib/SP/Core/Acl/Actions.php | 2 +- .../Core/Acl/UnauthorizedActionException.php | 2 +- lib/SP/Core/Acl/UnauthorizedPageException.php | 2 +- lib/SP/Core/Context/ContextBase.php | 10 +- lib/SP/Core/Context/SessionContext.php | 2 +- lib/SP/Core/Crypt/OldCrypt.php | 8 +- lib/SP/Core/Events/Event.php | 2 +- lib/SP/Core/Events/EventDispatcherBase.php | 2 +- lib/SP/Core/Language.php | 49 +- lib/SP/Core/UI/Theme.php | 2 +- lib/SP/DataModel/TagData.php | 2 - lib/SP/Html/DataGrid/DataGridBase.php | 2 +- lib/SP/Http/Address.php | 12 +- lib/SP/Http/Json.php | 2 +- lib/SP/Http/XMLRPCResponseParse.php | 4 +- lib/SP/Mvc/Controller/ControllerTrait.php | 6 +- .../Validators/PasswordValidator.php | 14 +- lib/SP/Mvc/Model/QueryCondition.php | 2 +- .../Mvc/View/Components/SelectItemAdapter.php | 4 +- lib/SP/Mvc/View/Template.php | 14 +- lib/SP/Plugin/PluginManager.php | 18 +- lib/SP/Providers/Auth/AuthProvider.php | 4 +- lib/SP/Providers/Auth/Ldap/LdapActions.php | 14 +- lib/SP/Providers/Auth/Ldap/LdapConnection.php | 24 +- lib/SP/Providers/Auth/Ldap/LdapMsAds.php | 18 +- lib/SP/Providers/Auth/Ldap/LdapStd.php | 12 +- lib/SP/Providers/Log/FileLogHandler.php | 2 + lib/SP/Providers/Log/RemoteSyslogHandler.php | 2 + lib/SP/Providers/Log/SyslogHandler.php | 2 + lib/SP/Providers/Mail/MailHandler.php | 4 +- lib/SP/Providers/Mail/MailProvider.php | 2 +- .../Notification/NotificationHandler.php | 8 +- .../Account/AccountFileRepository.php | 6 +- .../Account/AccountHistoryRepository.php | 10 +- .../Account/AccountRepository.php | 20 +- .../Account/AccountToFavoriteRepository.php | 4 +- .../Account/AccountToTagRepository.php | 4 +- .../Account/AccountToUserGroupRepository.php | 8 +- .../Account/AccountToUserRepository.php | 6 +- .../AuthToken/AuthTokenRepository.php | 16 +- .../Category/CategoryRepository.php | 12 +- .../Repositories/Client/ClientRepository.php | 14 +- .../CustomField/CustomFieldDefRepository.php | 10 +- .../CustomField/CustomFieldTypeRepository.php | 8 +- .../EventLog/EventlogRepository.php | 2 +- .../ItemPreset/ItemPresetRepository.php | 8 +- .../Notification/NotificationRepository.php | 26 +- .../Repositories/Plugin/PluginRepository.php | 18 +- .../PublicLink/PublicLinkRepository.php | 18 +- lib/SP/Repositories/Tag/TagRepository.php | 12 +- lib/SP/Repositories/Track/TrackRepository.php | 14 +- .../User/UserPassRecoverRepository.php | 4 +- lib/SP/Repositories/User/UserRepository.php | 22 +- .../UserGroup/UserGroupRepository.php | 10 +- .../UserGroup/UserToUserGroupRepository.php | 4 +- .../UserProfile/UserProfileRepository.php | 12 +- .../Services/Account/AccountCryptService.php | 30 +- .../Services/Account/AccountFileService.php | 4 +- .../Account/AccountHistoryService.php | 6 +- lib/SP/Services/Account/AccountService.php | 20 +- lib/SP/Services/Api/ApiRequest.php | 6 +- lib/SP/Services/Api/ApiService.php | 14 +- lib/SP/Services/Auth/LoginService.php | 86 +- .../Services/AuthToken/AuthTokenService.php | 10 +- lib/SP/Services/Backup/FileBackupService.php | 20 +- lib/SP/Services/Category/CategoryService.php | 8 +- lib/SP/Services/Client/ClientService.php | 8 +- .../Services/Config/ConfigBackupService.php | 4 +- lib/SP/Services/Config/ConfigService.php | 4 +- .../Crypt/TemporaryMasterPassService.php | 20 +- .../CustomField/CustomFieldCryptService.php | 20 +- .../CustomField/CustomFieldDefService.php | 18 +- .../CustomField/CustomFieldService.php | 2 +- .../CustomField/CustomFieldTypeService.php | 2 +- lib/SP/Services/Export/XmlExportService.php | 18 +- lib/SP/Services/Export/XmlVerifyService.php | 10 +- lib/SP/Services/Import/CsvImport.php | 2 +- lib/SP/Services/Import/CsvImportBase.php | 16 +- lib/SP/Services/Import/FileImport.php | 16 +- lib/SP/Services/Import/ImportService.php | 4 +- lib/SP/Services/Import/ImportTrait.php | 5 +- lib/SP/Services/Import/KeepassImport.php | 10 +- lib/SP/Services/Import/SyspassImport.php | 24 +- lib/SP/Services/Import/XmlFileImport.php | 8 +- lib/SP/Services/Import/XmlImport.php | 7 +- lib/SP/Services/Import/XmlImportBase.php | 6 +- lib/SP/Services/Import/XmlImportTrait.php | 6 +- lib/SP/Services/Install/Installer.php | 42 +- lib/SP/Services/Install/MySQL.php | 38 +- .../Services/ItemPreset/ItemPresetService.php | 6 +- lib/SP/Services/Ldap/LdapImportService.php | 12 +- lib/SP/Services/Mail/MailService.php | 14 +- .../Notification/NotificationService.php | 12 +- lib/SP/Services/Plugin/PluginService.php | 18 +- .../Services/PublicLink/PublicLinkService.php | 24 +- lib/SP/Services/Service.php | 10 +- lib/SP/Services/Tag/TagService.php | 8 +- lib/SP/Services/Task/TaskService.php | 4 +- lib/SP/Services/Track/TrackService.php | 12 +- lib/SP/Services/Upgrade/UpgradeAppService.php | 10 +- lib/SP/Services/Upgrade/UpgradeAuthToken.php | 8 +- .../Services/Upgrade/UpgradeConfigService.php | 26 +- .../Upgrade/UpgradeCustomFieldData.php | 6 +- .../Upgrade/UpgradeCustomFieldDefinition.php | 16 +- .../Upgrade/UpgradeDatabaseService.php | 30 +- lib/SP/Services/Upgrade/UpgradePublicLink.php | 8 +- .../User/UpdatedMasterPassException.php | 2 +- lib/SP/Services/User/UserPassService.php | 4 +- lib/SP/Services/User/UserService.php | 14 +- .../Services/UserGroup/UserGroupService.php | 8 +- .../UserGroup/UserToUserGroupService.php | 2 +- .../UserPassRecoverService.php | 14 +- .../UserProfile/UserProfileService.php | 8 +- lib/SP/Services/Wiki/DokuWikiApi.php | 2 +- lib/SP/Services/Wiki/DokuWikiApiBase.php | 4 +- lib/SP/Storage/Database/Database.php | 4 +- lib/SP/Storage/Database/MySQLHandler.php | 12 +- lib/SP/Storage/Database/QueryData.php | 2 +- lib/SP/Storage/File/FileCache.php | 2 +- lib/SP/Storage/File/FileCachePacked.php | 10 +- lib/SP/Storage/File/FileHandler.php | 22 +- lib/SP/Storage/File/XmlHandler.php | 6 +- lib/SP/Util/Connection.php | 4 +- lib/SP/Util/ErrorUtil.php | 28 +- lib/SP/Util/ImageUtil.php | 2 +- tests/SP/Config/ConfigTest.php | 4 +- .../Services/Category/CategoryServiceTest.php | 2 +- .../Config/ConfigBackupServiceTest.php | 1 - tests/SP/Services/Import/CsvImportTest.php | 4 +- 318 files changed, 69324 insertions(+), 66317 deletions(-) delete mode 100644 app/locales/en_GB/LC_MESSAGES/messages.mo delete mode 100644 app/locales/en_GB/LC_MESSAGES/messages.po delete mode 100644 app/locales/en_US/LC_MESSAGES/messages.mo delete mode 100644 app/locales/en_US/LC_MESSAGES/messages.po create mode 100644 app/locales/es_ES/LC_MESSAGES/messages.mo create mode 100644 app/locales/es_ES/LC_MESSAGES/messages.po diff --git a/app/config/actions.xml b/app/config/actions.xml index 7fa0eb5b..9cbdfea0 100644 --- a/app/config/actions.xml +++ b/app/config/actions.xml @@ -4,31 +4,31 @@ 2 ACCOUNT_SEARCH - Buscar Cuentas + Search for Accounts account/search 1 ACCOUNT - Cuentas + Accounts account/index 20 ACCOUNT_FILE - Archivos + Files account/listFile 12 ACCOUNT_REQUEST - Peticiones + Requests account/requestAccess 30 ACCOUNT_FAVORITE - Favoritos + Favorites favorite/index @@ -40,871 +40,871 @@ 5001 ITEMS_MANAGE - Elementos y Personalización + Items and Customizations itemManager/index 101 CATEGORY - Gestión Categorías + Categories Management category/index 301 CLIENT - Gestión Clientes + Customers Management client/index 1001 AUTHTOKEN - Gestión Autorizaciones API + API Authorizations Management authToken/index 401 CUSTOMFIELD - Gestión Campos Personalizados + Custom Fields Management customField/index 501 PUBLICLINK - Enlaces Públicos + Public Links publicLink/index 601 FILE - Gestión de Archivos + Files Management file/index 1301 ACCOUNTMGR - Gestión de Cuentas + Accounts Management accountManager/index 201 TAG - Gestión de Etiquetas + Tags Management tag/index 1101 PLUGIN - Gestión Plugins + Plugins Management plugin/index 5002 ACCESS_MANAGE - Usuarios y Accesos + Users and Accesses accessManager/index 5003 SECURITY_MANAGE - Seguridad y Auditoría + Security and Audit securityManager/index 701 USER - Gestión Usuarios + Users Management user/index 801 GROUP - Gestión Grupos + Groups Management group/index 901 PROFILE - Gestión Perfiles + Profiles Management profile/index 1701 EVENTLOG - Registro de Eventos + Event Log eventlog/index 1702 EVENTLOG_SEARCH - Buscar Eventos + Search for Events eventlog/search 1703 EVENTLOG_CLEAR - Limpiar Eventos + Clear Events eventlog/clear 3 ACCOUNT_VIEW - Ver Cuenta + View Account account/view 4 ACCOUNT_CREATE - Nueva Cuenta + New Account account/create 5 ACCOUNT_EDIT - Editar Cuenta + Edit Account account/edit 6 ACCOUNT_DELETE - Eliminar Cuenta + Remove Account account/delete 7 ACCOUNT_VIEW_PASS - Ver Clave + View password account/viewPass 8 ACCOUNT_EDIT_PASS - Editar Clave de Cuenta + Edit Account Password account/editPass 9 ACCOUNT_EDIT_RESTORE - Restaurar Cuenta + Account Restore account/restore 10 ACCOUNT_COPY - Copiar Cuenta + Copy Account account/copy 11 ACCOUNT_COPY_PASS - Copiar Clave + Copy Password account/copyPass 21 ACCOUNT_FILE_VIEW - Ver Archivo + View File accountFile/view 22 ACCOUNT_FILE_UPLOAD - Subir Archivo + Upload File accountFile/upload 23 ACCOUNT_FILE_DOWNLOAD - Descargar Archivo + Download File accountFile/download 24 ACCOUNT_FILE_DELETE - Eliminar Archivo + Delete File accountFile/delete 25 ACCOUNT_FILE_SEARCH - Buscar Archivos + Search for Files accountFile/search 26 ACCOUNT_FILE_LIST - Listar Archivos + List Files accountFile/list 31 ACCOUNT_FAVORITE_VIEW - Ver Favoritos + Show Favorites favorite/view 32 ACCOUNT_FAVORITE_ADD - Añadir Favorito + Mark as Favorite accountFavorite/mark 33 ACCOUNT_FAVORITE_DELETE - Eliminar Favorito + Delete Favorite accountFavorite/unmark 40 ACCOUNT_HISTORY_VIEW - Ver Historial + View History account/viewHistory 41 ACCOUNT_HISTORY_VIEW_PASS - Ver Clave + View password account/viewPassHistory 42 ACCOUNT_HISTORY_COPY_PASS - Copiar Clave + Copy Password account/copyPassHistory 1203 WIKI_VIEW - Ver Wiki + View Wiki wiki/view 1204 WIKI_CREATE - Añadir Wiki + Add Wiki wiki/create 1205 WIKI_EDIT - Editar Wiki + Edit Wiki wiki/edit 1206 WIKI_DELETE - Eliminar Wiki + Delete Wiki wiki/delete 103 CATEGORY_VIEW - Ver Categoría + View Category category/view 104 CATEGORY_CREATE - Nueva Categoría + New Category category/create 105 CATEGORY_EDIT - Editar Categoría + Edit Category category/edit 106 CATEGORY_DELETE - Eliminar Categoría + Delete Category category/delete 102 CATEGORY_SEARCH - Buscar Categoría + Search for Category category/search 303 CLIENT_VIEW - Ver Cliente + View Client client/view 304 CLIENT_CREATE - Nuevo Cliente + New Client client/create 305 CLIENT_EDIT - Editar Cliente + Edit Client client/edit 306 CLIENT_DELETE - Eliminar Cliente + Delete Client client/delete 302 CLIENT_SEARCH - Buscar Cliente + Search for Client client/search 1004 AUTHTOKEN_CREATE - Nuevo Token API + New API Token authToken/create 1003 AUTHTOKEN_VIEW - Ver Token API + View API Token authToken/view 1005 AUTHTOKEN_EDIT - Editar Token API + Edit API Token authToken/edit 1006 AUTHTOKEN_DELETE - Eliminar Token API + Delete API Token authToken/delete 1002 AUTHTOKEN_SEARCH - Buscar Token API + Search for API Token authToken/search 404 CUSTOMFIELD_CREATE - Nuevo Campo Personalizado + New Custom Field customField/create 403 CUSTOMFIELD_VIEW - Ver Campo Personalizado + Show Custom Field customField/view 405 CUSTOMFIELD_EDIT - Editar Campo Personalizado + Edit Custom Field customField/edit 406 CUSTOMFIELD_DELETE - Eliminar Campo Personalizado + Delete Custom Field customField/delete 402 CUSTOMFIELD_SEARCH - Buscar Campo Personalizado + Search for Custom Field customField/search 504 PUBLICLINK_CREATE - Crear Enlace Público + Create Public Link publicLink/create 503 PUBLICLINK_VIEW - Ver Enlace Público + Show Public Link publicLink/view 506 PUBLICLINK_DELETE - Eliminar Enlace Público + Delete Public Link publicLink/delete 507 PUBLICLINK_REFRESH - Actualizar Enlace Público + Update Public Link publicLink/refresh 502 PUBLICLINK_SEARCH - Buscar Enlace Público + Search for Public Link publicLink/search 603 FILE_VIEW - Ver Archivo + View File file/view 605 FILE_DOWNLOAD - Descargar Archivo + Download File file/download 606 FILE_DELETE - Eliminar Archivo + Delete File file/delete 604 FILE_UPLOAD - Subir Archivo + Upload File file/upload 602 FILE_SEARCH - Buscar Archivo + Search for File file/search 1303 ACCOUNTMGR_VIEW - Ver Cuenta + View Account accountManager/view 1304 ACCOUNTMGR_DELETE - Eliminar Cuenta + Remove Account accountManager/delete 1305 ACCOUNTMGR_BULK_EDIT - Actualización Masiva + Bulk Update accountManager/bulkEdit 1302 ACCOUNTMGR_SEARCH - Buscar Cuenta + Search for Account accountManager/search 204 TAG_CREATE - Nueva Etiqueta + New Tag tag/create 203 TAG_VIEW - Ver Etiqueta + View Tag tag/view 205 TAG_EDIT - Editar Etiqueta + Edit Tag tag/edit 206 TAG_DELETE - Eliminar Etiqueta + Delete Tag tag/delete 202 TAG_SEARCH - Buscar Etiqueta + Search for Tag tag/search 1104 PLUGIN_CREATE - Nuevo Plugin + New Plugin plugin/create 1103 PLUGIN_VIEW - Ver Plugin + View Plugin plugin/view 1102 PLUGIN_SEARCH - Buscar Plugin + Search for Plugin plugin/search 1105 PLUGIN_ENABLE - Habilitar Plugin + Enable Plugin plugin/enable 1106 PLUGIN_DISABLE - Deshabilitar Plugin + Disable Plugin plugin/disable 1107 PLUGIN_RESET - Restablecer Plugin + Reset Plugin plugin/reset 1108 PLUGIN_DELETE - Eliminar Plugin + Delete Plugin plugin/delete 703 USER_VIEW - Ver Usuario + View User user/view 704 USER_CREATE - Nuevo Usuario + New User user/create 705 USER_EDIT - Editar Usuario + Edit User user/edit 706 USER_DELETE - Eliminar Usuario + Delete User user/delete 707 USER_EDIT_PASS - Editar Clave Usuario + Edit User Password user/editPass 702 USER_SEARCH - Buscar Usuario + Search for User user/search 803 GROUP_VIEW - Ver Grupo + View Group userGroup/view 804 GROUP_CREATE - Nuevo Grupo + New Group userGroup/create 805 GROUP_EDIT - Editar Grupo + Edit Group userGroup/edit 806 GROUP_DELETE - Eliminar Grupo + Delete Group userGroup/delete 802 GROUP_SEARCH - Buscar Grupo + Search for Group userGroup/search 903 PROFILE_VIEW - Ver Perfil + View Profile userProfile/view 904 PROFILE_CREATE - Nuevo Perfil + New Profile userProfile/create 905 PROFILE_EDIT - Editar Perfil + Edit Profile userProfile/edit 906 PROFILE_DELETE - Eliminar Perfil + Delete Profile userProfile/delete 902 PROFILE_SEARCH - Buscar Perfil + Search for Profile userProfile/search 5010 USERSETTINGS - Configuración Usuario + User Configuration userSettingsManager/index 5011 USERSETTINGS_GENERAL - Preferencias General + General Preferences userSettings/general 1401 NOTIFICATION - Notificaciones + Notifications notification/index 1501 CONFIG - Configuración + Configuration configManager/index 1502 CONFIG_GENERAL - Configuración General + General Configuration configManager/general 1510 CONFIG_ACCOUNT - Configuración Cuentas + Accounts Configuration account/config 1520 CONFIG_WIKI - Configuración Wiki + Wiki Configuration wiki/config 1530 CONFIG_CRYPT - Configuración Encriptación + Encryption Configuration encryption/config 1531 CONFIG_CRYPT_REFRESH - Actualizar Hash + Update Hash encryption/updateHash 1532 CONFIG_CRYPT_TEMPPASS - Clave Maestra Temporal + Temporary Master Password encryption/createTempPass 1540 CONFIG_BACKUP - Configuración Copia de Seguridad + Backup Configuration backup/config 1541 CONFIG_BACKUP_RUN - Copia de Seguridad + Backup backup/backup 1550 CONFIG_IMPORT - Configuración Importación + Import Configuration import/config 1551 CONFIG_IMPORT_CSV - Importar CSV + CSV Import import/csv 1552 CONFIG_IMPORT_XML - Importar XML + XML Import import/xml 1560 CONFIG_EXPORT - Configuración Exportación + Export Configuration export/config 1561 CONFIG_EXPORT_RUN - Exportación + Export export/export 1570 CONFIG_MAIL - Configuración Email + Email Configuration mail/config 1580 CONFIG_LDAP - Configuración LDAP + LDAP Configuration ldap/config 1581 CONFIG_LDAP_SYNC - Sincronización LDAP + LDAP synchronization ldap/sync 1311 ACCOUNTMGR_HISTORY - Gestión de Cuenta (H) + Account Management (H) accountHistoryManager/index 1314 ACCOUNTMGR_HISTORY_DELETE - Eliminar Cuenta + Remove Account accountHistoryManager/delete 1312 ACCOUNTMGR_HISTORY_SEARCH - Buscar Cuenta + Search for Account accountHistoryManager/search 1315 ACCOUNTMGR_HISTORY_RESTORE - Restaurar Cuenta + Account Restore accountHistoryManager/restore 1403 NOTIFICATION_VIEW - Ver Notificación + View Notification notification/view 1404 NOTIFICATION_CREATE - Crear Notificación + Create Notification notification/create 1405 NOTIFICATION_EDIT - Editar Notificación + Edit Notification notification/edit 1406 NOTIFICATION_DELETE - Eliminar Notificación + Delete Notification notification/delete 1407 NOTIFICATION_CHECK - Marcar Notificación + Checkout Notification notification/check 1402 NOTIFICATION_SEARCH - Buscar Notificación + Search for Notification notification/search 1801 ITEMPRESET - Gestión Valores Predeterminados + Preset Values Management itemPreset/index 1802 ITEMPRESET_SEARCH - Buscar Valor + Search for Value itemPreset/search 1803 ITEMPRESET_VIEW - Ver Valor + Display Value itemPreset/view 1804 ITEMPRESET_CREATE - Nuevo Valor + New Value itemPreset/create 1805 ITEMPRESET_EDIT - Editar Valor + Edit Value itemPreset/edit 1806 ITEMPRESET_DELETE - Eliminar Valor + Delete Value itemPreset/delete 1901 TRACK - Gestión de Tracks + Tracks Management track/index 1902 TRACK_SEARCH - Buscar Track + Search for track track/search 1903 TRACK_UNLOCK - Desbloquear track + Unlock track track/unlock 1904 TRACK_CLEAR - Vaciar tracks + Clear the tracks out track/clear \ No newline at end of file diff --git a/app/config/strings.js.inc b/app/config/strings.js.inc index 85c370f5..c8475afe 100644 --- a/app/config/strings.js.inc +++ b/app/config/strings.js.inc @@ -23,76 +23,76 @@ */ return [ - 0 => __('Error en la consulta'), - 1 => __('Ha ocurrido un error'), - 2 => __('Sesión finalizada'), - 3 => __('Borrar la cuenta?'), - 4 => __('Borrar el usuario?'), - 5 => __('Guarde la configuración para que sea efectiva'), - 6 => __('Clave Generada'), - 7 => __('Nivel alto'), - 8 => __('Nivel medio'), - 9 => __('Nivel bajo'), - 10 => __('Nivel muy alto'), - 11 => __('Utilizar al menos 8 caracteres'), - 12 => __('Borrar elemento?'), - 13 => __('Página no encontrada'), - 14 => __('Archivo no soportado para visualizar'), - 15 => __('Eliminar archivo?'), - 16 => __('Su navegador no soporta subir archivos con HTML5'), - 17 => __('Demasiados archivos'), - 18 => __('Tamaño de archivo no permitido'), - 19 => __('Extensión no permitida'), - 20 => __('Vaciar el registro de eventos?'), - 21 => __('Seleccionar Grupo'), - 22 => __('Seleccionar Usuario'), - 23 => __('Seleccionar Perfil'), - 24 => __('Seleccionar Cliente'), - 25 => __('Seleccionar Categoría'), - 26 => __('Sin resultados'), - 27 => __('Opciones de clave'), - 28 => __('Generar clave aleatoria'), - 29 => __('Complejidad'), - 30 => __('Restablecer'), - 31 => __('Nivel de fortaleza de la clave'), - 32 => __('Mostrar Clave'), - 33 => __('Copiar Usuario'), - 34 => __('Copiar Clave'), - 35 => __('Incluir Números'), - 36 => __('Incluir Mayúsculas'), - 37 => __('Incluir Símbolos'), - 38 => __('Longitud'), - 39 => __('Seleccionar Acción'), - 40 => __('SI'), + 0 => __('Error while querying'), + 1 => __('There was an error'), + 2 => __('Session finished'), + 3 => __('Delete account?'), + 4 => __('Delete user?'), + 5 => __('You should save configuration in order to take effect'), + 6 => __('Generated Password'), + 7 => __('High level'), + 8 => __('Average level'), + 9 => __('Low level'), + 10 => __('Very High level'), + 11 => __('You should use at least 8 characters'), + 12 => __('Delete item?'), + 13 => __('Page not found'), + 14 => __('File not supported for preview'), + 15 => __('Delete file?'), + 16 => __('Your browser does not support HTML5 file uploads'), + 17 => __('Too many files'), + 18 => __('File size not allowed'), + 19 => __('Extension not allowed'), + 20 => __('Clear the event log out?'), + 21 => __('Select Group'), + 22 => __('Select User'), + 23 => __('Select Profile'), + 24 => __('Select Client'), + 25 => __('Select Category'), + 26 => __('No results'), + 27 => __('Password options'), + 28 => __('Generate random password'), + 29 => __('Complexity'), + 30 => __('Reset'), + 31 => __('Password strength level'), + 32 => __('Show Password'), + 33 => __('Copy Username'), + 34 => __('Copy Password'), + 35 => __('Include Numbers'), + 36 => __('Include Uppercase'), + 37 => __('Include Symbols'), + 38 => __('Length'), + 39 => __('Select Action'), + 40 => __('YES'), 41 => __('NO'), - 43 => __('Aceptar'), - 44 => __('Cancelar'), - 45 => __('Clave Copiada al Portapapeles'), - 46 => __('Error al copiar al portapapeles'), - 47 => __('Clave de Cuenta'), - 48 => __('Recibir notificaciones?'), - 49 => __('Marcar Favorito'), - 50 => __('Eliminar Favorito'), - 51 => __('Limpiar Selección'), - 52 => __('Mostrar Favoritos'), - 53 => __('Mostrar Todos'), - 54 => __('Ayuda'), - 55 => __('Sin cambios'), - 56 => __('Ahora'), - 57 => __('Este proceso importará los usuarios de LDAP detectados. Desea continuar?'), - 58 => __('Esta acción restablecerá todos los datos del plugin. Desea continuar?'), - 59 => __('Este proceso puede durar algo de tiempo. Desea continuar?'), - 60 => __('Aviso'), - 61 => __('Sesión finalizada'), - 62 => __('Realizando tarea. Por favor, no cierre la ventana/pestaña del navegador.'), - 63 => __('Incluir Letras'), - 64 => __('Cookies deshabilitadas. La aplicación no funcionará correctamente.'), - 65 => __('Portapapeles no soportado por el navegador.'), - 66 => __('Realizando auto-login'), - 67 => __('Hay una versión más reciente del plugin {0} ({1})'), - 68 => __('Actualizado'), - 69 => __('Error al comprobar actualizaciones'), - 70 => __('Avisos de sysPass'), - 71 => __('Vaciar los tracks?'), - 72 => __('Archivo descargado') + 43 => __('Accept'), + 44 => __('Cancel'), + 45 => __('Password Copied into Clipboard'), + 46 => __('Error while copying to clipboard'), + 47 => __('Account Password'), + 48 => __('Send notifies?'), + 49 => __('Mark as Favorite'), + 50 => __('Delete Favorite'), + 51 => __('Clear Selection'), + 52 => __('Show Favorites'), + 53 => __('Display All'), + 54 => __('Help'), + 55 => __('No changes'), + 56 => __('Now'), + 57 => __('This process will import the detected LDAP users. Would you like to continue?'), + 58 => __('This action will reset all plugin data. Do you want to continue?'), + 59 => __('This process could take some time long. Do you wish to continue?'), + 60 => __('Warning'), + 61 => __('Session finished'), + 62 => __('Performing task. Please, do not close browser\'s window/tab.'), + 63 => __('Include Letters'), + 64 => __('Cookies disabled. Application won\'t work properly.'), + 65 => __('Clipboard not supported by your browser.'), + 66 => __('Performing auto-login'), + 67 => __('There is a more recent version of {0} plugin ({1})'), + 68 => __('Updated'), + 69 => __('Error while checking for updates'), + 70 => __('sysPass Notices'), + 71 => __('Clear the tracks out?'), + 72 => __('File downloaded') ]; \ No newline at end of file diff --git a/app/locales/ca_ES/LC_MESSAGES/messages.mo b/app/locales/ca_ES/LC_MESSAGES/messages.mo index 3198b784f897afd3baea15e76337e93fc31ab79d..e30f5e4710590994809e7147f03edf32b975fce0 100644 GIT binary patch literal 65721 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 literal 49522 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 diff --git a/app/locales/ca_ES/LC_MESSAGES/messages.po b/app/locales/ca_ES/LC_MESSAGES/messages.po index b061bb11..1e649f75 100644 --- a/app/locales/ca_ES/LC_MESSAGES/messages.po +++ b/app/locales/ca_ES/LC_MESSAGES/messages.po @@ -2,6629 +2,7578 @@ msgid "" msgstr "" "Project-Id-Version: sysPass\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-11-04 11:05+0100\n" -"PO-Revision-Date: 2018-11-04 11:10+0100\n" +"POT-Creation-Date: 2018-11-04 20:30+0100\n" +"PO-Revision-Date: 2018-11-04 23:43+0100\n" "Last-Translator: nuxsmin \n" "Language-Team: language@syspass.org\n" "Language: ca_ES\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n" -"X-Poedit-Basepath: .\n" +"X-Poedit-KeywordsList: _;__;__u;gettext;gettext_noop\n" "X-Poedit-SourceCharset: UTF-8\n" "X-Generator: Poedit 1.8.11\n" "X-Contributors: Luis F, Isaac T\n" -"X-Poedit-SearchPath-0: ../../../modules\n" -"X-Poedit-SearchPath-1: ../../../../lib\n" -"X-Poedit-SearchPath-2: ../../../config\n" +"X-Poedit-Basepath: ../../../..\n" +"X-Poedit-SearchPath-0: app/modules\n" +"X-Poedit-SearchPath-1: lib\n" +"X-Poedit-SearchPath-2: app/config\n" +"X-Poedit-SearchPathExcluded-0: app/modules/**/plugins\n" -#: ../../../../lib/SP/Bootstrap.php:278 -#, php-format -msgid "Versión de PHP requerida >= %s <= %s" +#: app/modules/api/Controllers/AccountController.php:70 +msgid "Account displayed" msgstr "" -#: ../../../../lib/SP/Config/ConfigUtil.php:111 -#, php-format -msgid "Actual: %s - Necesario: 750" +#: app/modules/api/Controllers/AccountController.php:71 +#: app/modules/api/Controllers/AccountController.php:103 +#: app/modules/api/Controllers/AccountController.php:139 +#: app/modules/api/Controllers/AccountController.php:189 +#: app/modules/api/Controllers/AccountController.php:240 +#: app/modules/api/Controllers/AccountController.php:315 +#: app/modules/api/Controllers/CategoryController.php:63 +#: app/modules/api/Controllers/CategoryController.php:92 +#: app/modules/api/Controllers/CategoryController.php:122 +#: app/modules/api/Controllers/CategoryController.php:151 +#: app/modules/api/Controllers/ClientController.php:64 +#: app/modules/api/Controllers/ClientController.php:94 +#: app/modules/api/Controllers/ClientController.php:125 +#: app/modules/api/Controllers/ClientController.php:154 +#: app/modules/api/Controllers/TagController.php:62 +#: app/modules/api/Controllers/TagController.php:90 +#: app/modules/api/Controllers/TagController.php:119 +#: app/modules/api/Controllers/TagController.php:148 +#: app/modules/api/Controllers/UserGroupController.php:62 +#: app/modules/api/Controllers/UserGroupController.php:92 +#: app/modules/api/Controllers/UserGroupController.php:123 +#: app/modules/api/Controllers/UserGroupController.php:152 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:240 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:113 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:104 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:105 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:108 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:116 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:107 +#: app/modules/web/Controllers/UserGroupController.php:274 +#: app/modules/web/Controllers/UserGroupController.php:315 +#: lib/SP/Plugin/PluginManager.php:320 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:30 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:43 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:22 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:24 +#: app/modules/web/themes/material-blue/views/account/account.inc:65 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:54 +#: app/modules/web/themes/material-blue/views/config/info.inc:39 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:23 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:23 +#: app/modules/web/themes/material-blue/views/itemshow/tag.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:35 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:24 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:533 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:22 +msgid "Name" +msgstr "Nom" + +#: app/modules/api/Controllers/AccountController.php:72 +#: app/modules/api/Controllers/AccountController.php:104 +#: app/modules/api/Controllers/AccountController.php:140 +#: app/modules/api/Controllers/AccountController.php:190 +#: app/modules/api/Controllers/AccountController.php:241 +#: app/modules/api/Controllers/AccountController.php:316 +#: app/modules/web/Controllers/AccountController.php:227 +#: app/modules/web/Controllers/AccountController.php:749 +#: app/modules/web/Controllers/AccountController.php:796 +#: app/modules/web/Controllers/AccountController.php:839 +#: app/modules/web/Controllers/AccountController.php:880 +#: app/modules/web/Controllers/AccountController.php:932 +#: app/modules/web/Controllers/AccountController.php:968 +#: app/modules/web/Controllers/AccountFileController.php:259 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:121 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:158 +#: app/modules/web/Controllers/AccountManagerController.php:151 +#: app/modules/web/Controllers/ClientController.php:225 +#: app/modules/web/Controllers/ClientController.php:259 +#: app/modules/web/Controllers/ClientController.php:297 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:233 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:114 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:105 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:109 +#: lib/SP/Services/Import/CsvImportBase.php:159 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:41 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:47 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:57 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:59 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:34 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:40 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:35 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:41 +#: app/modules/web/themes/material-blue/views/account/account.inc:78 +#: app/modules/web/themes/material-blue/views/account/account.inc:80 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:32 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:36 +msgid "Client" +msgstr "Client" + +#: app/modules/api/Controllers/AccountController.php:102 +#: app/modules/web/Controllers/AccountController.php:573 +#: app/modules/web/Controllers/AccountController.php:631 +msgid "Password viewed" msgstr "" -#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:176 -#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:186 -msgid "Error interno" -msgstr "Error intern" - -#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:176 -msgid "No se puede usar el módulo de encriptación" -msgstr "No es pot usar el mòdul d'encriptació" - -#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:186 -#, fuzzy -msgid "Error al generar datos cifrados" -msgstr "Error en generar dades xifrades" - -#: ../../../../lib/SP/Html/DataGrid/DataGridBase.php:302 -#: ../../../../lib/SP/Mvc/View/Template.php:126 -#, php-format -msgid "No es posible obtener la plantilla \"%s\" : %s" -msgstr "No és possible obtenir la plantilla \"%s\" : %s" - -#: ../../../../lib/SP/Http/Address.php:49 -#: ../../../../lib/SP/Http/Address.php:68 -msgid "IP inválida" -msgstr "IP invàlida" - -#: ../../../../lib/SP/Mvc/Controller/Validators/PasswordValidator.php:71 -#, php-format -msgid "Es necesaria una clave con al menos %d caracteres" -msgstr "" - -#: ../../../../lib/SP/Mvc/View/Template.php:301 -#: ../../../../lib/SP/Mvc/View/Template.php:365 -#, php-format -msgid "No es posible obtener la variable \"%s\"" -msgstr "No és possible obtenir la variable \"%s\"" - -#: ../../../../lib/SP/Mvc/View/Template.php:334 -#, php-format -msgid "No es posible destruir la variable \"%s\"" -msgstr "No és possible destruir la variable \"%s\"" - -#: ../../../../lib/SP/Mvc/View/Template.php:355 -msgid "La plantilla no contiene archivos" -msgstr "La plantilla no conté arxius" - -#: ../../../../lib/SP/Plugin/PluginManager.php:170 -#, php-format -msgid "Versión de plugin no compatible (%s)" -msgstr "" - -#: ../../../../lib/SP/Plugin/PluginManager.php:192 -#, fuzzy, php-format -msgid "No es posible cargar el plugin \"%s\"" -msgstr "No es posible cargar el plugin \"%s\" " - -#: ../../../../lib/SP/Providers/Mail/MailHandler.php:124 -#, php-format -msgid "Realizado por: %s (%s)" -msgstr "" - -#: ../../../../lib/SP/Providers/Mail/MailHandler.php:125 -#, php-format -msgid "Dirección IP: %s" -msgstr "" - -#: ../../../../lib/SP/Providers/Notification/NotificationHandler.php:124 -msgid "Solicitud" -msgstr "Sol·licitud" - -#. (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:174 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:101 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:25 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:394 -#: ../../../config/actions.xml:13 -msgid "Cuentas" -msgstr "Comptes" - -#: ../../../../lib/SP/Providers/Notification/NotificationHandler.php:155 -msgid "Notificación" -msgstr "" - -#: ../../../../lib/SP/Services/Account/AccountCryptService.php:138 -#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:83 -msgid "Actualizar Clave Maestra" -msgstr "Actualitzar Clau Mestra" - -#: ../../../../lib/SP/Services/Account/AccountCryptService.php:139 -#, php-format -msgid "Cuentas actualizadas: %d / %d" -msgstr "" - -#: ../../../../lib/SP/Services/Account/AccountCryptService.php:148 -#, php-format -msgid "Cuentas actualizadas: %d / %d - %d%% - ETA: %ds (%.2f/s)" -msgstr "" - -#: ../../../../lib/SP/Services/Auth/LoginService.php:604 -msgid "N/D" -msgstr "N/D" - -#: ../../../../lib/SP/Services/Backup/FileBackupService.php:139 -#, php-format -msgid "No es posible crear el directorio de backups (\"%s\")" -msgstr "No és possible crear el directori de backups (\"%s\")" - -#: ../../../../lib/SP/Services/Config/ConfigService.php:68 -#: ../../../../lib/SP/Services/Config/ConfigService.php:153 -#, php-format -msgid "Parámetro no encontrado (%s)" -msgstr "" - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:213 -#, php-format -msgid "Clave Maestra %s" -msgstr "Clau Mestra %s" - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:214 -msgid "" -"Se ha generado una nueva clave para el acceso a sysPass y se solicitará en " -"el siguiente inicio." -msgstr "" -"S'ha generat una nova clau per a l'accés a sysPass i es sol·licitarà en el " -"següent inici." - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:216 -#, php-format -msgid "La nueva clave es: %s" -msgstr "La nova clau és: %s" - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:218 -#, php-format -msgid "Esta clave estará activa hasta: %s" -msgstr "" - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:220 -msgid "No olvide acceder lo antes posible para guardar los cambios." -msgstr "No oblidi accedir al més aviat possible per guardar els canvis." - -#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:84 -msgid "Actualizando datos encriptados" -msgstr "Actualitzant dades encriptades" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:75 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:94 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:298 -msgid "Categorías" -msgstr "Categories" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:76 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:93 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:330 -msgid "Clientes" -msgstr "Clients" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:77 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:104 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:16 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:113 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:12 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:50 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:52 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:56 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:250 -msgid "Usuarios" -msgstr "Usuaris" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:78 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:95 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:84 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:162 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:53 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:266 -msgid "Grupos" -msgstr "Grups" - -#: ../../../../lib/SP/Services/Export/XmlExportService.php:125 -#: ../../../../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 "" - -#: ../../../../lib/SP/Services/Import/CsvImport.php:50 -#, php-format -msgid "Formato detectado: %s" -msgstr "Format detectat: %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 "El nombre de camps és incorrecte (%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 "Comprovi el format de l'arxiu CSV en línia %s" - -#: ../../../../lib/SP/Services/Import/ImportService.php:89 -#, php-format -msgid "Tipo mime no soportado (\"%s\")" -msgstr "Tipus mime no suportat (\"%s\")" - -#: ../../../../lib/SP/Services/Import/XmlImportBase.php:121 -#: ../../../../lib/SP/Services/Import/XmlImportTrait.php:70 -#, php-format -msgid "El nodo \"%s\" no existe" -msgstr "El node \"%s\" no existeix" - -#: ../../../../lib/SP/Services/Install/MySQL.php:135 -#, php-format -msgid "No es posible comprobar el usuario de sysPass (%s)" -msgstr "" - -#: ../../../../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 "" - -#: ../../../../lib/SP/Services/Install/MySQL.php:237 -#, fuzzy, php-format -msgid "Error al establecer permisos de la BBDD ('%s')" -msgstr "Error en establir permisos de la BBDD ('%s')" - -#: ../../../../lib/SP/Services/Install/MySQL.php:309 -#, php-format -msgid "Error al seleccionar la BBDD '%s' (%s)" -msgstr "" - -#: ../../../../lib/SP/Services/Ldap/LdapImportService.php:134 -#: ../../../../lib/SP/Services/Ldap/LdapImportService.php:229 -msgid "Importado desde LDAP" -msgstr "" - -#: ../../../../lib/SP/Services/Task/TaskService.php:81 -msgid "No es posible crear archivo de bloqueo" -msgstr "" - -#: ../../../../lib/SP/Services/Task/TaskService.php:184 -msgid "Esperando actualización de progreso ..." -msgstr "Esperant actualització de progrés .." - -#: ../../../../lib/SP/Services/Track/TrackService.php:162 -#, php-format -msgid "Intentos excedidos (%d/%d)" -msgstr "Intents excedits (%d/%d)" - -#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:152 -msgid "El archivo de actualización no contiene datos" -msgstr "" - -#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:65 -#: ../../../modules/web/Controllers/UserController.php:235 -#: ../../../modules/web/Controllers/UserController.php:356 -#: ../../../modules/web/Controllers/UserPassResetController.php:107 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:238 -msgid "Cambio de Clave" -msgstr "Canvi de Clau" - -#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:66 -msgid "Se ha solicitado el cambio de su clave de usuario." -msgstr "S'ha sol·licitat el canvi de la seva clau d'usuari." - -#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:68 -msgid "Para completar el proceso es necesario que acceda a la siguiente URL:" -msgstr "Per completar el procés és necessari que accedeixi a la següent URL:" - -#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:72 -msgid "Si no ha solicitado esta acción, ignore este mensaje." -msgstr "Si no ha sol·licitat aquesta acció, ignori aquest missatge." - -#: ../../../../lib/SP/Services/Wiki/DokuWikiApi.php:68 -msgid "Fallo de autentificación" -msgstr "Fallada d'autenticació" - -#: ../../../../lib/SP/Services/Wiki/DokuWikiApiBase.php:196 -msgid "Error al realizar la consulta" -msgstr "Error en realitzar la consulta" - -#: ../../../../lib/SP/Services/Wiki/DokuWikiApiBase.php:228 -msgid "URL de conexión no establecida" -msgstr "URL de connexió no establerta" - -#: ../../../../lib/SP/Storage/File/FileCachePacked.php:57 -#, php-format -msgid "Error al descomprimir datos del archivo (%s)" -msgstr "" - -#: ../../../../lib/SP/Storage/File/FileCachePacked.php:61 -msgid "Error al obtener los datos" -msgstr "" - -#: ../../../../lib/SP/Storage/File/FileCachePacked.php:99 -#, php-format -msgid "Error al comprimir datos del archivo (%s)" -msgstr "" - -#: ../../../../lib/SP/Storage/File/FileCachePacked.php:144 -msgid "Datos no cargados" -msgstr "" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:72 -#: ../../../../lib/SP/Storage/File/FileHandler.php:135 -#, php-format -msgid "No es posible escribir en el archivo (%s)" -msgstr "" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:89 -#, php-format -msgid "No es posible abrir el archivo (%s)" -msgstr "" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:104 -#: ../../../../lib/SP/Storage/File/FileHandler.php:118 -#, php-format -msgid "No es posible leer desde el archivo (%s)" -msgstr "" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:173 -#, php-format -msgid "No es posible cerrar el archivo (%s)" -msgstr "" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:219 -#, php-format -msgid "No es posible escribir el archivo (%s)" -msgstr "" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:234 -#, php-format -msgid "Archivo no encontrado (%s)" -msgstr "" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:259 -#: ../../../../lib/SP/Storage/File/FileHandler.php:314 -#, php-format -msgid "No es posible leer el archivo (%s)" -msgstr "" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:286 -#, php-format -msgid "No es posible eliminar el archivo (%s)" -msgstr "" - -#: ../../../../lib/SP/Util/ErrorUtil.php:148 -msgid "Opción no disponible" -msgstr "Opció no disponible" - -#: ../../../../lib/SP/Util/ErrorUtil.php:149 -#: ../../../../lib/SP/Util/ErrorUtil.php:153 -#: ../../../../lib/SP/Util/ErrorUtil.php:157 -#: ../../../../lib/SP/Util/ErrorUtil.php:161 -#: ../../../../lib/SP/Util/ErrorUtil.php:169 -#: ../../../../lib/SP/Util/ErrorUtil.php:176 -#: ../../../modules/web/Controllers/ErrorController.php:124 -#: ../../../modules/web/Controllers/ErrorController.php:140 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:13 -msgid "Consulte con el administrador" -msgstr "Consulti amb l'administrador" - -#: ../../../../lib/SP/Util/ErrorUtil.php:152 -msgid "No tiene permisos para acceder a esta cuenta" -msgstr "No té permisos per accedir a aquest compte" - -#: ../../../../lib/SP/Util/ErrorUtil.php:156 -msgid "No tiene permisos para acceder a esta página" -msgstr "No té permisos per accedir a aquesta pàgina" - -#: ../../../../lib/SP/Util/ErrorUtil.php:160 -msgid "No tiene permisos para realizar esta operación" -msgstr "No té permisos per realitzar aquesta operació" - -#: ../../../../lib/SP/Util/ErrorUtil.php:164 -#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 -msgid "Clave maestra actualizada" -msgstr "Clau mestra actualitzada" - -#: ../../../../lib/SP/Util/ErrorUtil.php:165 -#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 -#, fuzzy -msgid "Reinicie la sesión para cambiarla" -msgstr "Reiniciï la sessió per canviar-la" - -#: ../../../../lib/SP/Util/ErrorUtil.php:168 -#: ../../../../lib/SP/Util/ErrorUtil.php:175 -msgid "Se ha producido una excepción" -msgstr "S'ha produït una excepció" - -#: ../../../modules/api/Controllers/AccountController.php:144 -msgid "Clave actualizada" +#: app/modules/api/Controllers/AccountController.php:138 +#: app/modules/api/Controllers/AccountController.php:144 +#: app/modules/web/Controllers/AccountController.php:837 +#: app/modules/web/Controllers/AccountController.php:848 +#: app/modules/web/Controllers/UserController.php:428 +#: app/modules/web/Controllers/UserController.php:432 +#: app/modules/web/Controllers/UserPassResetController.php:196 +#: app/modules/web/Controllers/UserPassResetController.php:200 +msgid "Password updated" msgstr "Contrasenya actualitzada" -#: ../../../modules/api/Controllers/AccountController.php:194 -msgid "Cuenta creada" +#: app/modules/api/Controllers/AccountController.php:188 +#: app/modules/api/Controllers/AccountController.php:194 +#: app/modules/web/Controllers/AccountController.php:747 +#: app/modules/web/Controllers/AccountController.php:758 +msgid "Account created" msgstr "Compte creat" -#: ../../../modules/api/Controllers/AccountController.php:245 -msgid "Cuenta actualizada" +#: app/modules/api/Controllers/AccountController.php:239 +#: app/modules/api/Controllers/AccountController.php:245 +#: app/modules/web/Controllers/AccountController.php:794 +#: app/modules/web/Controllers/AccountController.php:805 +msgid "Account updated" msgstr "Compte actualitzat" -#: ../../../modules/api/Controllers/AccountController.php:320 -msgid "Cuenta eliminada" +#: app/modules/api/Controllers/AccountController.php:314 +#: app/modules/api/Controllers/AccountController.php:320 +#: app/modules/web/Controllers/AccountController.php:930 +#: app/modules/web/Controllers/AccountController.php:935 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:119 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:124 +#: app/modules/web/Controllers/AccountManagerController.php:149 +#: app/modules/web/Controllers/AccountManagerController.php:154 +msgid "Account removed" msgstr "Compte eliminat" -#: ../../../modules/api/Controllers/CategoryController.php:96 -msgid "Categoría creada" +#: app/modules/api/Controllers/CategoryController.php:62 +msgid "Category displayed" +msgstr "" + +#: app/modules/api/Controllers/CategoryController.php:91 +#: app/modules/api/Controllers/CategoryController.php:96 +#: app/modules/web/Controllers/CategoryController.php:263 +#: app/modules/web/Controllers/CategoryController.php:267 +msgid "Category added" msgstr "Categoria creada" -#: ../../../modules/api/Controllers/CategoryController.php:126 -msgid "Categoría actualizada" +#: app/modules/api/Controllers/CategoryController.php:121 +#: app/modules/api/Controllers/CategoryController.php:126 +#: app/modules/web/Controllers/CategoryController.php:305 +#: app/modules/web/Controllers/CategoryController.php:309 +msgid "Category updated" msgstr "Categoria actualitzada" -#: ../../../modules/api/Controllers/CategoryController.php:155 -msgid "Categoría eliminada" +#: app/modules/api/Controllers/CategoryController.php:150 +#: app/modules/api/Controllers/CategoryController.php:155 +#: app/modules/web/Controllers/CategoryController.php:227 +#: app/modules/web/Controllers/CategoryController.php:231 +msgid "Category deleted" msgstr "Categoria eliminada" -#: ../../../modules/api/Controllers/ClientController.php:98 -msgid "Cliente creado" +#: app/modules/api/Controllers/ClientController.php:63 +msgid "Client displayed" +msgstr "" + +#: app/modules/api/Controllers/ClientController.php:93 +#: app/modules/api/Controllers/ClientController.php:98 +#: app/modules/web/Controllers/ClientController.php:258 +#: app/modules/web/Controllers/ClientController.php:262 +#: lib/SP/Services/Import/KeepassImport.php:77 +msgid "Client added" msgstr "Client creat" -#: ../../../modules/api/Controllers/ClientController.php:129 -msgid "Cliente actualizado" +#: app/modules/api/Controllers/ClientController.php:124 +#: app/modules/api/Controllers/ClientController.php:129 +#: app/modules/web/Controllers/ClientController.php:296 +#: app/modules/web/Controllers/ClientController.php:300 +msgid "Client updated" msgstr "Client actualitzat" -#: ../../../modules/api/Controllers/ClientController.php:158 -msgid "Cliente eliminado" +#: app/modules/api/Controllers/ClientController.php:153 +#: app/modules/api/Controllers/ClientController.php:158 +#: app/modules/web/Controllers/ClientController.php:224 +#: app/modules/web/Controllers/ClientController.php:228 +msgid "Client deleted" msgstr "Client eliminat" -#: ../../../modules/api/Controllers/ConfigController.php:61 -msgid "Proceso de backup finalizado" +#: app/modules/api/Controllers/ConfigController.php:57 +#: app/modules/web/Controllers/ConfigBackupController.php:68 +msgid "Application and database backup completed successfully" +msgstr "Còpia de l'aplicació i base de dades realitzada correctament" + +#: app/modules/api/Controllers/ConfigController.php:58 +#: app/modules/api/Controllers/ConfigController.php:83 +#: app/modules/api/Controllers/Help/ConfigHelp.php:43 +#: app/modules/api/Controllers/Help/ConfigHelp.php:54 +msgid "Path" +msgstr "" + +#: app/modules/api/Controllers/ConfigController.php:61 +#: app/modules/web/Controllers/ConfigBackupController.php:71 +msgid "Backup process finished" msgstr "Procés de còpia de seguretat finalitzat" -#: ../../../modules/api/Controllers/ConfigController.php:94 -msgid "Proceso de exportación finalizado" +#: app/modules/api/Controllers/ConfigController.php:82 +#: app/modules/web/Controllers/ConfigBackupController.php:96 +msgid "sysPass XML export" +msgstr "" + +#: app/modules/api/Controllers/ConfigController.php:91 +#: app/modules/api/Controllers/ConfigController.php:94 +#: app/modules/web/Controllers/ConfigBackupController.php:106 +#: app/modules/web/Controllers/ConfigBackupController.php:134 +msgid "Export process finished" msgstr "Procés d'exportació finalitzat" -#: ../../../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:105 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:144 -msgid "Id de la cuenta" +#: app/modules/api/Controllers/ControllerBase.php:146 +#: lib/SP/Services/Api/ApiService.php:186 +msgid "Unauthorized access" +msgstr "Accés no permès" + +#: app/modules/api/Controllers/Help/AccountHelp.php:43 +#: app/modules/api/Controllers/Help/AccountHelp.php:54 +#: app/modules/api/Controllers/Help/AccountHelp.php:67 +#: app/modules/api/Controllers/Help/AccountHelp.php:105 +#: app/modules/api/Controllers/Help/AccountHelp.php:144 +msgid "Account Id" msgstr "Id del compte" -#: ../../../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" +#: app/modules/api/Controllers/Help/AccountHelp.php:55 +#: app/modules/api/Controllers/Help/AccountHelp.php:68 +#: app/modules/api/Controllers/Help/AccountHelp.php:81 +msgid "Token's password" msgstr "Clau del token" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:56 +#: app/modules/api/Controllers/Help/AccountHelp.php:56 #, fuzzy -msgid "Devolver detalles en la respuesta" +msgid "Send details in the response" msgstr "Retornar detalls en la resposta" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:69 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:85 -#: ../../../modules/api/Controllers/Help/ConfigHelp.php:55 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:74 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:80 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:91 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:89 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:92 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:101 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:155 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:163 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:42 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:293 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:296 -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:81 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:170 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:119 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:126 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:253 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:260 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:45 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:52 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:59 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:100 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:108 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:45 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:52 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:35 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:98 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:27 -msgid "Clave" +#: app/modules/api/Controllers/Help/AccountHelp.php:69 +#: app/modules/api/Controllers/Help/AccountHelp.php:85 +#: app/modules/api/Controllers/Help/ConfigHelp.php:55 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:74 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:80 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:91 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:89 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:92 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:101 +#: app/modules/web/themes/material-blue/views/account/account.inc:155 +#: app/modules/web/themes/material-blue/views/account/account.inc:163 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:42 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:293 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:296 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:81 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:170 +#: app/modules/web/themes/material-blue/views/config/mail.inc:119 +#: app/modules/web/themes/material-blue/views/config/mail.inc:126 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:253 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:260 +#: app/modules/web/themes/material-blue/views/install/index.inc:45 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:52 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:59 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:100 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:108 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:45 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:52 +#: app/modules/web/themes/material-blue/views/login/index.inc:35 +#: app/modules/web/themes/material-blue/views/login/index.inc:98 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:27 +msgid "Password" msgstr "Clau" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:70 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:91 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:114 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:97 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:114 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:181 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:88 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:90 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:243 -msgid "Fecha Caducidad Clave" +#: app/modules/api/Controllers/Help/AccountHelp.php:70 +#: app/modules/api/Controllers/Help/AccountHelp.php:91 +#: app/modules/api/Controllers/Help/AccountHelp.php:114 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:97 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:114 +#: app/modules/web/themes/material-blue/views/account/account.inc:181 +#: app/modules/web/themes/material-blue/views/account/details.inc:88 +#: app/modules/web/themes/material-blue/views/account/details.inc:90 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:243 +msgid "Password Expiry Date" msgstr "Data Caducitat Clau" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:82 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:106 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:36 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:52 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:29 -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:30 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:73 -msgid "Nombre de cuenta" +#: app/modules/api/Controllers/Help/AccountHelp.php:82 +#: app/modules/api/Controllers/Help/AccountHelp.php:106 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:36 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:52 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:29 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:30 +#: app/modules/web/themes/material-blue/views/account/account.inc:73 +msgid "Account name" msgstr "Nom de compte" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:83 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:107 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:43 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:66 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:91 -msgid "Id de categoría" +#: app/modules/api/Controllers/Help/AccountHelp.php:83 +#: app/modules/api/Controllers/Help/AccountHelp.php:107 +#: app/modules/api/Controllers/Help/CategoryHelp.php:43 +#: app/modules/api/Controllers/Help/CategoryHelp.php:66 +#: app/modules/api/Controllers/Help/CategoryHelp.php:91 +msgid "Category Id" msgstr "Id de categoria" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:84 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:108 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:43 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:67 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:93 -msgid "Id de cliente" +#: app/modules/api/Controllers/Help/AccountHelp.php:84 +#: app/modules/api/Controllers/Help/AccountHelp.php:108 +#: app/modules/api/Controllers/Help/ClientHelp.php:43 +#: app/modules/api/Controllers/Help/ClientHelp.php:67 +#: app/modules/api/Controllers/Help/ClientHelp.php:93 +msgid "Client Id" msgstr "Id de client" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:86 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:109 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:109 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:149 -msgid "Usuario de acceso" +#: app/modules/api/Controllers/Help/AccountHelp.php:86 +#: app/modules/api/Controllers/Help/AccountHelp.php:109 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:109 +#: app/modules/web/themes/material-blue/views/account/account.inc:149 +msgid "Access user" msgstr "Usuari d'accés" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:87 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:110 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:96 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:136 -msgid "URL o IP de acceso" +#: app/modules/api/Controllers/Help/AccountHelp.php:87 +#: app/modules/api/Controllers/Help/AccountHelp.php:110 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:96 +#: app/modules/web/themes/material-blue/views/account/account.inc:136 +msgid "Access URL or IP" msgstr "URL o IP d'accés" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:88 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:111 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:134 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:85 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:207 -msgid "Notas sobre la cuenta" +#: app/modules/api/Controllers/Help/AccountHelp.php:88 +#: app/modules/api/Controllers/Help/AccountHelp.php:111 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:134 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:85 +#: app/modules/web/themes/material-blue/views/account/account.inc:207 +msgid "Notes about the account" msgstr "Notes sobre el compte" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:89 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:112 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:198 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:119 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:29 -msgid "Cuenta Privada" +#: app/modules/api/Controllers/Help/AccountHelp.php:89 +#: app/modules/api/Controllers/Help/AccountHelp.php:112 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:198 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:119 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:29 +msgid "Private Account" msgstr "Compte Privada" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:90 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:113 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:217 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:48 -msgid "Cuenta Privada Grupo" +#: app/modules/api/Controllers/Help/AccountHelp.php:90 +#: app/modules/api/Controllers/Help/AccountHelp.php:113 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:217 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:48 +msgid "Private Account for Group" msgstr "Compte Privada Grup" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:92 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:115 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:252 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:254 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:13 -msgid "Cuenta Vinculada" +#: app/modules/api/Controllers/Help/AccountHelp.php:92 +#: app/modules/api/Controllers/Help/AccountHelp.php:115 +#: app/modules/web/themes/material-blue/views/account/account.inc:252 +#: app/modules/web/themes/material-blue/views/account/account.inc:254 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:13 +msgid "Linked Account" msgstr "Compte Vinculada" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:93 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:116 -msgid "Array con Ids de etiquetas" +#: app/modules/api/Controllers/Help/AccountHelp.php:93 +#: app/modules/api/Controllers/Help/AccountHelp.php:116 +msgid "Array with tags id" msgstr "" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:94 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:117 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:43 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:67 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:93 -msgid "Id de grupo" +#: app/modules/api/Controllers/Help/AccountHelp.php:94 +#: app/modules/api/Controllers/Help/AccountHelp.php:117 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:43 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:67 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:93 +msgid "Group Id" msgstr "" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:128 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:79 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:81 -#: ../../../modules/api/Controllers/Help/TagHelp.php:77 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:81 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:26 -msgid "Texto a buscar" +#: app/modules/api/Controllers/Help/AccountHelp.php:128 +#: app/modules/api/Controllers/Help/CategoryHelp.php:79 +#: app/modules/api/Controllers/Help/ClientHelp.php:81 +#: app/modules/api/Controllers/Help/TagHelp.php:77 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:81 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:26 +msgid "Text to search for" msgstr "Text a cercar" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:129 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:80 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:82 -#: ../../../modules/api/Controllers/Help/TagHelp.php:78 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:82 -msgid "Número de resultados a mostrar" +#: app/modules/api/Controllers/Help/AccountHelp.php:129 +#: app/modules/api/Controllers/Help/CategoryHelp.php:80 +#: app/modules/api/Controllers/Help/ClientHelp.php:82 +#: app/modules/api/Controllers/Help/TagHelp.php:78 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:82 +msgid "Number of results to display" msgstr "Nombre de resultats a mostrar" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:130 -msgid "Id de categoría a filtrar" +#: app/modules/api/Controllers/Help/AccountHelp.php:130 +msgid "Category Id to filter on" msgstr "Id de categoria a filtrar" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:131 -msgid "Id de cliente a filtrar" +#: app/modules/api/Controllers/Help/AccountHelp.php:131 +msgid "Client Id to filter on" msgstr "Id de client a filtrar" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:132 -msgid "Array con Ids de etiquetas a filtrar" +#: app/modules/api/Controllers/Help/AccountHelp.php:132 +msgid "Array with tags id for filtering" msgstr "" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:133 -msgid "Operador de filtrado" +#: app/modules/api/Controllers/Help/AccountHelp.php:133 +msgid "Filtering operator" msgstr "" -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:54 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:67 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:29 -msgid "Nombre de la categoría" +#: app/modules/api/Controllers/Help/CategoryHelp.php:54 +#: app/modules/api/Controllers/Help/CategoryHelp.php:67 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:29 +msgid "Category name" msgstr "Nom de la categoria" -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:55 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:68 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:41 -msgid "Descripción de la categoría" +#: app/modules/api/Controllers/Help/CategoryHelp.php:55 +#: app/modules/api/Controllers/Help/CategoryHelp.php:68 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:41 +msgid "Category description" msgstr "Descripció de la categoria" -#: ../../../modules/api/Controllers/Help/ClientHelp.php:54 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:68 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:30 -msgid "Nombre del cliente" +#: app/modules/api/Controllers/Help/ClientHelp.php:54 +#: app/modules/api/Controllers/Help/ClientHelp.php:68 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:30 +msgid "Client name" msgstr "Nom del client" -#: ../../../modules/api/Controllers/Help/ClientHelp.php:55 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:69 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:43 -msgid "Descripción del cliente" +#: app/modules/api/Controllers/Help/ClientHelp.php:55 +#: app/modules/api/Controllers/Help/ClientHelp.php:69 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:43 +msgid "Client description" msgstr "Descripció del client" -#: ../../../modules/api/Controllers/Help/ClientHelp.php:56 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:70 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:152 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:66 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:99 +#: app/modules/api/Controllers/Help/ClientHelp.php:56 +#: app/modules/api/Controllers/Help/ClientHelp.php:70 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:152 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:66 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:99 msgid "Global" msgstr "Global" -#: ../../../modules/api/Controllers/Help/ConfigHelp.php:43 -#: ../../../modules/api/Controllers/Help/ConfigHelp.php:54 -msgid "Ruta" +#: app/modules/api/Controllers/Help/TagHelp.php:43 +#: app/modules/api/Controllers/Help/TagHelp.php:65 +#: app/modules/api/Controllers/Help/TagHelp.php:89 +msgid "Tag Id" msgstr "" -#: ../../../modules/api/Controllers/Help/TagHelp.php:43 -#: ../../../modules/api/Controllers/Help/TagHelp.php:65 -#: ../../../modules/api/Controllers/Help/TagHelp.php:89 -msgid "Id de etiqueta" -msgstr "" - -#: ../../../modules/api/Controllers/Help/TagHelp.php:54 -#: ../../../modules/api/Controllers/Help/TagHelp.php:66 -#: ../../../modules/web/themes/material-blue/views/itemshow/tag.inc:29 -msgid "Nombre de la etiqueta" +#: app/modules/api/Controllers/Help/TagHelp.php:54 +#: app/modules/api/Controllers/Help/TagHelp.php:66 +#: app/modules/web/themes/material-blue/views/itemshow/tag.inc:29 +msgid "Tag name" msgstr "Nom de l'etiqueta" -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:54 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:68 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:31 -msgid "Nombre del grupo" +#: app/modules/api/Controllers/Help/UserGroupHelp.php:54 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:68 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:31 +msgid "Group name" msgstr "Nom del grup" -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:55 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:69 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:44 -msgid "Descripción del grupo" +#: app/modules/api/Controllers/Help/UserGroupHelp.php:55 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:69 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:44 +msgid "Group description" msgstr "Descripció del grup" -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:56 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:70 -msgid "Array con Ids de usuarios" +#: app/modules/api/Controllers/Help/UserGroupHelp.php:56 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:70 +msgid "Array with users Id" msgstr "" -#: ../../../modules/api/Controllers/TagController.php:94 -msgid "Etiqueta creada" +#: app/modules/api/Controllers/TagController.php:61 +msgid "Tag displayed" +msgstr "" + +#: app/modules/api/Controllers/TagController.php:89 +#: app/modules/api/Controllers/TagController.php:94 +#: app/modules/web/Controllers/TagController.php:243 +msgid "Tag added" msgstr "Etiqueta creada" -#: ../../../modules/api/Controllers/TagController.php:123 -msgid "Etiqueta actualizada" +#: app/modules/api/Controllers/TagController.php:118 +#: app/modules/api/Controllers/TagController.php:123 +#: app/modules/web/Controllers/TagController.php:276 +msgid "Tag updated" msgstr "Etiqueta actualitzada" -#: ../../../modules/api/Controllers/TagController.php:152 -msgid "Etiqueta eliminada" +#: app/modules/api/Controllers/TagController.php:147 +#: app/modules/api/Controllers/TagController.php:152 +#: app/modules/web/Controllers/TagController.php:215 +msgid "Tag removed" msgstr "Etiqueta eliminada" -#: ../../../modules/api/Controllers/UserGroupController.php:96 -msgid "Grupo creado" +#: app/modules/api/Controllers/UserGroupController.php:61 +msgid "Group viewed" +msgstr "" + +#: app/modules/api/Controllers/UserGroupController.php:91 +#: app/modules/api/Controllers/UserGroupController.php:96 +#: app/modules/web/Controllers/UserGroupController.php:273 +#: app/modules/web/Controllers/UserGroupController.php:277 +msgid "Group added" msgstr "Grup creat" -#: ../../../modules/api/Controllers/UserGroupController.php:127 -msgid "Grupo actualizado" +#: app/modules/api/Controllers/UserGroupController.php:122 +#: app/modules/api/Controllers/UserGroupController.php:127 +#: app/modules/web/Controllers/UserGroupController.php:314 +#: app/modules/web/Controllers/UserGroupController.php:318 +msgid "Group updated" msgstr "Grup actualitzat" -#: ../../../modules/api/Controllers/UserGroupController.php:156 -msgid "Grupo eliminado" +#: app/modules/api/Controllers/UserGroupController.php:151 +#: app/modules/api/Controllers/UserGroupController.php:156 +#: app/modules/web/Controllers/UserGroupController.php:237 +#: app/modules/web/Controllers/UserGroupController.php:241 +msgid "Group deleted" msgstr "Grup eliminat" -#: ../../../modules/web/Controllers/AccountController.php:149 -#: ../../../modules/web/Controllers/AccountController.php:204 -#: ../../../modules/web/Controllers/AccountController.php:489 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:60 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:61 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:164 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:165 -#: ../../../modules/web/themes/material-blue/views/account/linkedAccounts.inc:28 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:58 -msgid "Detalles de Cuenta" +#: app/modules/api/Init.php:146 +msgid "Updating needed" +msgstr "" + +#: app/modules/web/Controllers/AccountController.php:149 +#: app/modules/web/Controllers/AccountController.php:204 +#: app/modules/web/Controllers/AccountController.php:489 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:60 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:61 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:164 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:165 +#: app/modules/web/themes/material-blue/views/account/linkedAccounts.inc:28 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:58 +msgid "Account Details" msgstr "Detalls de Compte" +#: app/modules/web/Controllers/AccountController.php:225 +msgid "Link viewed" +msgstr "Enllaç visualitzat" + +#: app/modules/web/Controllers/AccountController.php:226 +#: app/modules/web/Controllers/AccountController.php:574 +#: app/modules/web/Controllers/AccountController.php:632 +#: app/modules/web/Controllers/AccountController.php:674 +#: app/modules/web/Controllers/AccountController.php:711 +#: app/modules/web/Controllers/AccountController.php:748 +#: app/modules/web/Controllers/AccountController.php:795 +#: app/modules/web/Controllers/AccountController.php:838 +#: app/modules/web/Controllers/AccountController.php:879 +#: app/modules/web/Controllers/AccountController.php:931 +#: app/modules/web/Controllers/AccountController.php:967 +#: app/modules/web/Controllers/AccountFileController.php:258 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:120 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:157 +#: app/modules/web/Controllers/AccountManagerController.php:150 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:108 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:25 +#: app/modules/web/themes/material-blue/views/account/account.inc:30 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:21 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:23 +msgid "Account" +msgstr "Compte" + +#: app/modules/web/Controllers/AccountController.php:228 +msgid "Agent" +msgstr "Agent" + +#: app/modules/web/Controllers/AccountController.php:229 +msgid "HTTPS" +msgstr "" + +#: app/modules/web/Controllers/AccountController.php:229 +#: lib/SP/DataModel/PublicLinkListData.php:88 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:190 +msgid "ON" +msgstr "ON" + +#: app/modules/web/Controllers/AccountController.php:229 +#: lib/SP/DataModel/PublicLinkListData.php:88 +msgid "OFF" +msgstr "OFF" + +#: app/modules/web/Controllers/AccountController.php:230 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:104 +msgid "IP" +msgstr "IP" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountController.php:261 -#: ../../../modules/web/Controllers/AccountController.php:307 -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:274 -#: ../../../config/actions.xml:157 -msgid "Nueva Cuenta" +#: app/modules/web/Controllers/AccountController.php:261 +#: app/modules/web/Controllers/AccountController.php:307 +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:274 +#: app/config/actions.xml:157 +msgid "New Account" msgstr "Nou Compte" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountController.php:353 -#: ../../../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:20 -#: ../../../config/actions.xml:163 -msgid "Editar Cuenta" +#: app/modules/web/Controllers/AccountController.php:353 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:176 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:177 +#: app/modules/web/themes/material-blue/views/account/linkedAccounts.inc:20 +#: app/config/actions.xml:163 +msgid "Edit Account" msgstr "Editar Compte" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountController.php:400 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:334 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:335 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:181 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:182 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:177 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:178 -#: ../../../config/actions.xml:169 ../../../config/actions.xml:487 -#: ../../../config/actions.xml:799 +#: app/modules/web/Controllers/AccountController.php:400 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:334 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:335 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:181 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:182 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:177 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:178 +#: app/config/actions.xml:169 app/config/actions.xml:487 +#: app/config/actions.xml:799 #, fuzzy -msgid "Eliminar Cuenta" +msgid "Remove Account" msgstr "Eliminar Compte" -#: ../../../modules/web/Controllers/AccountController.php:445 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:155 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:156 -msgid "Modificar Clave de Cuenta" -msgstr "Modificar Clau de Compte" - -#: ../../../modules/web/Controllers/AccountFileController.php:211 -#, php-format -msgid "Extensión: %s" +#. (itstool) path: action/text +#: app/modules/web/Controllers/AccountController.php:445 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:155 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:156 +#: app/config/actions.xml:181 +msgid "Edit Account Password" msgstr "" -#: ../../../modules/web/Controllers/AccountFileController.php:405 -msgid "Gestión de archivos deshabilitada" +#: app/modules/web/Controllers/AccountController.php:673 +#: app/modules/web/Controllers/AccountController.php:710 +msgid "Password copied" +msgstr "" + +#: app/modules/web/Controllers/AccountController.php:878 +#: app/modules/web/Controllers/AccountController.php:889 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:156 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:161 +msgid "Account restored" +msgstr "Compte restaurat" + +#: app/modules/web/Controllers/AccountController.php:916 +#: app/modules/web/Controllers/AccountController.php:919 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:108 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:111 +#: app/modules/web/Controllers/AccountManagerController.php:135 +#: app/modules/web/Controllers/AccountManagerController.php:138 +msgid "Accounts removed" +msgstr "Comptes eliminats" + +#: app/modules/web/Controllers/AccountController.php:958 +#: app/modules/web/Forms/NotificationForm.php:106 +msgid "A description is needed" +msgstr "És necessària una descripció" + +#: app/modules/web/Controllers/AccountController.php:965 +#: lib/SP/Providers/Notification/NotificationHandler.php:124 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:46 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:44 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:46 +msgid "Request" +msgstr "" + +#: app/modules/web/Controllers/AccountController.php:966 +msgid "Requester" +msgstr "Sol·licitant" + +#: app/modules/web/Controllers/AccountController.php:969 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:105 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:129 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:108 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:37 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:61 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:68 +msgid "Description" +msgstr "Descripció" + +#: app/modules/web/Controllers/AccountController.php:982 +msgid "Request done" +msgstr "Sol·licitud realitzada" + +#: app/modules/web/Controllers/AccountFavoriteController.php:55 +msgid "Favorite added" +msgstr "Favorit afegit" + +#: app/modules/web/Controllers/AccountFavoriteController.php:73 +msgid "Favorite deleted" +msgstr "Favorit eliminat" + +#: app/modules/web/Controllers/AccountFileController.php:74 +#: app/modules/web/Controllers/AccountFileController.php:135 +msgid "File does not exist" +msgstr "L'arxiu no existeix" + +#: app/modules/web/Controllers/AccountFileController.php:87 +#: app/modules/web/Controllers/AccountFileController.php:103 +msgid "File viewed" +msgstr "" + +#: app/modules/web/Controllers/AccountFileController.php:88 +#: app/modules/web/Controllers/AccountFileController.php:104 +#: app/modules/web/Controllers/AccountFileController.php:141 +#: app/modules/web/Controllers/AccountFileController.php:257 +#: app/modules/web/Controllers/AccountFileController.php:364 +#: app/modules/web/Controllers/ConfigBackupController.php:163 +#: app/modules/web/Controllers/ConfigBackupController.php:209 +#: app/modules/web/Controllers/ConfigBackupController.php:255 +#: app/modules/web/Controllers/ConfigGeneralController.php:195 +#: app/modules/web/Controllers/ConfigGeneralController.php:236 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:122 +#: app/modules/web/themes/material-blue/views/config/import.inc:72 +msgid "File" +msgstr "Arxiu" + +#: app/modules/web/Controllers/AccountFileController.php:115 +#: app/config/strings.js.inc:40 +msgid "File not supported for preview" +msgstr "Arxiu no suportat per visualitzar" + +#: app/modules/web/Controllers/AccountFileController.php:140 +#: app/modules/web/Controllers/ConfigBackupController.php:162 +#: app/modules/web/Controllers/ConfigBackupController.php:208 +#: app/modules/web/Controllers/ConfigBackupController.php:254 +#: app/modules/web/Controllers/ConfigGeneralController.php:194 +#: app/modules/web/Controllers/ConfigGeneralController.php:235 +#: app/config/strings.js.inc:97 +msgid "File downloaded" +msgstr "" + +#: app/modules/web/Controllers/AccountFileController.php:186 +msgid "INVALID QUERY" +msgstr "CONSULTA INVÀLIDA" + +#: app/modules/web/Controllers/AccountFileController.php:192 +#, fuzzy +msgid "There aren't any allowed extensions" +msgstr "No hi ha extensions permeses" + +#: app/modules/web/Controllers/AccountFileController.php:209 +#: lib/SP/Services/Import/FileImport.php:100 +msgid "File type not allowed" +msgstr "Tipus d'arxiu no suportat" + +#: app/modules/web/Controllers/AccountFileController.php:211 +#, php-format +msgid "Extension: %s" +msgstr "" + +#: app/modules/web/Controllers/AccountFileController.php:216 +msgid "Invalid file" +msgstr "Arxiu invàlid" + +#: app/modules/web/Controllers/AccountFileController.php:218 +#, php-format +msgid "File: %s" +msgstr "" + +#: app/modules/web/Controllers/AccountFileController.php:224 +#: app/modules/web/Controllers/AccountFileController.php:244 +#: lib/SP/Services/Import/FileImport.php:116 +#, fuzzy +msgid "Internal error while reading the file" +msgstr "Error intern en llegir l'arxiu" + +#: app/modules/web/Controllers/AccountFileController.php:226 +#, php-format +msgid "Maximum size: %s" +msgstr "" + +#: app/modules/web/Controllers/AccountFileController.php:234 +msgid "File size exceeded" +msgstr "Grandària d'arxiu superat" + +#: app/modules/web/Controllers/AccountFileController.php:236 +#, php-format +msgid "Maximum size: %d KB" +msgstr "" + +#: app/modules/web/Controllers/AccountFileController.php:256 +#: app/modules/web/Controllers/AccountFileController.php:265 +msgid "File saved" +msgstr "Arxiu guardat" + +#: app/modules/web/Controllers/AccountFileController.php:260 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:109 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:109 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:109 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:127 +#: app/modules/web/Controllers/ItemPresetController.php:323 +#: app/modules/web/Controllers/ItemPresetController.php:364 +#: lib/SP/Services/Auth/LoginService.php:455 +#: lib/SP/Services/Auth/LoginService.php:518 +#: lib/SP/Services/Auth/LoginService.php:564 +#: lib/SP/Services/Auth/LoginService.php:607 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:35 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:37 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:23 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:30 +msgid "Type" +msgstr "Tipus" + +#: app/modules/web/Controllers/AccountFileController.php:261 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:110 +msgid "Size" +msgstr "Grandària" + +#: app/modules/web/Controllers/AccountFileController.php:292 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:64 +#: app/modules/web/Controllers/AccountManagerController.php:79 +#: app/modules/web/Controllers/AccountManagerController.php:213 +#: app/modules/web/Controllers/AuthTokenController.php:71 +#: app/modules/web/Controllers/AuthTokenController.php:111 +#: app/modules/web/Controllers/AuthTokenController.php:176 +#: app/modules/web/Controllers/AuthTokenController.php:209 +#: app/modules/web/Controllers/AuthTokenController.php:254 +#: app/modules/web/Controllers/AuthTokenController.php:292 +#: app/modules/web/Controllers/AuthTokenController.php:344 +#: app/modules/web/Controllers/CategoryController.php:69 +#: app/modules/web/Controllers/CategoryController.php:106 +#: app/modules/web/Controllers/CategoryController.php:170 +#: app/modules/web/Controllers/CategoryController.php:203 +#: app/modules/web/Controllers/CategoryController.php:248 +#: app/modules/web/Controllers/CategoryController.php:290 +#: app/modules/web/Controllers/CategoryController.php:332 +#: app/modules/web/Controllers/ClientController.php:70 +#: app/modules/web/Controllers/ClientController.php:107 +#: app/modules/web/Controllers/ClientController.php:171 +#: app/modules/web/Controllers/ClientController.php:203 +#: app/modules/web/Controllers/ClientController.php:245 +#: app/modules/web/Controllers/ClientController.php:285 +#: app/modules/web/Controllers/ClientController.php:323 +#: app/modules/web/Controllers/CustomFieldController.php:71 +#: app/modules/web/Controllers/CustomFieldController.php:108 +#: app/modules/web/Controllers/CustomFieldController.php:170 +#: app/modules/web/Controllers/CustomFieldController.php:202 +#: app/modules/web/Controllers/CustomFieldController.php:236 +#: app/modules/web/Controllers/CustomFieldController.php:275 +#: app/modules/web/Controllers/CustomFieldController.php:314 +#: app/modules/web/Controllers/EventlogController.php:107 +#: app/modules/web/Controllers/ItemPresetController.php:70 +#: app/modules/web/Controllers/ItemPresetController.php:157 +#: app/modules/web/Controllers/ItemPresetController.php:197 +#: app/modules/web/Controllers/ItemPresetController.php:236 +#: app/modules/web/Controllers/ItemPresetController.php:268 +#: app/modules/web/Controllers/ItemPresetController.php:309 +#: app/modules/web/Controllers/ItemPresetController.php:350 +#: app/modules/web/Controllers/NotificationController.php:110 +#: app/modules/web/Controllers/NotificationController.php:173 +#: app/modules/web/Controllers/NotificationController.php:191 +#: app/modules/web/Controllers/NotificationController.php:223 +#: app/modules/web/Controllers/NotificationController.php:255 +#: app/modules/web/Controllers/NotificationController.php:308 +#: app/modules/web/Controllers/NotificationController.php:337 +#: app/modules/web/Controllers/NotificationController.php:372 +#: app/modules/web/Controllers/PluginController.php:111 +#: app/modules/web/Controllers/PluginController.php:133 +#: app/modules/web/Controllers/PluginController.php:277 +#: app/modules/web/Controllers/PublicLinkController.php:74 +#: app/modules/web/Controllers/PublicLinkController.php:111 +#: app/modules/web/Controllers/PublicLinkController.php:173 +#: app/modules/web/Controllers/PublicLinkController.php:201 +#: app/modules/web/Controllers/PublicLinkController.php:233 +#: app/modules/web/Controllers/PublicLinkController.php:276 +#: app/modules/web/Controllers/PublicLinkController.php:310 +#: app/modules/web/Controllers/PublicLinkController.php:354 +#: app/modules/web/Controllers/TagController.php:68 +#: app/modules/web/Controllers/TagController.php:105 +#: app/modules/web/Controllers/TagController.php:165 +#: app/modules/web/Controllers/TagController.php:197 +#: app/modules/web/Controllers/TagController.php:233 +#: app/modules/web/Controllers/TagController.php:266 +#: app/modules/web/Controllers/TagController.php:299 +#: app/modules/web/Controllers/UserController.php:75 +#: app/modules/web/Controllers/UserController.php:112 +#: app/modules/web/Controllers/UserController.php:197 +#: app/modules/web/Controllers/UserController.php:230 +#: app/modules/web/Controllers/UserController.php:266 +#: app/modules/web/Controllers/UserController.php:308 +#: app/modules/web/Controllers/UserController.php:373 +#: app/modules/web/Controllers/UserController.php:416 +#: app/modules/web/Controllers/UserController.php:455 +#: app/modules/web/Controllers/UserGroupController.php:77 +#: app/modules/web/Controllers/UserGroupController.php:114 +#: app/modules/web/Controllers/UserGroupController.php:185 +#: app/modules/web/Controllers/UserGroupController.php:217 +#: app/modules/web/Controllers/UserGroupController.php:259 +#: app/modules/web/Controllers/UserGroupController.php:300 +#: app/modules/web/Controllers/UserGroupController.php:341 +#: app/modules/web/Controllers/UserProfileController.php:70 +#: app/modules/web/Controllers/UserProfileController.php:107 +#: app/modules/web/Controllers/UserProfileController.php:174 +#: app/modules/web/Controllers/UserProfileController.php:206 +#: app/modules/web/Controllers/UserProfileController.php:248 +#: app/modules/web/Controllers/UserProfileController.php:285 +#: app/modules/web/Controllers/UserProfileController.php:323 +#: lib/SP/Core/Acl/UnauthorizedActionException.php:46 +#: lib/SP/Util/ErrorUtil.php:160 +msgid "You don't have permission to do this operation" +msgstr "No té permisos per realitzar aquesta operació" + +#: app/modules/web/Controllers/AccountFileController.php:355 +#: app/modules/web/Controllers/AccountFileController.php:358 +msgid "Files deleted" +msgstr "Arxius eliminats" + +#: app/modules/web/Controllers/AccountFileController.php:363 +msgid "File deleted" +msgstr "Arxiu eliminat" + +#: app/modules/web/Controllers/AccountFileController.php:369 +msgid "File Deleted" +msgstr "" + +#: app/modules/web/Controllers/AccountFileController.php:405 +msgid "Files management disabled" msgstr "Gestió d'arxius deshabilitada" -#: ../../../modules/web/Controllers/AccountFileController.php:424 -msgid "No hay archivos asociados a la cuenta" +#: app/modules/web/Controllers/AccountFileController.php:424 +msgid "There are no linked files for the account" msgstr "" +#: app/modules/web/Controllers/AccountManagerController.php:191 +#: app/modules/web/Controllers/AccountManagerController.php:194 +#: lib/SP/Services/Account/AccountCryptService.php:193 +msgid "Accounts updated" +msgstr "Comptes actualitzats" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountManagerController.php:216 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:198 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:199 -#: ../../../config/actions.xml:493 -msgid "Actualización Masiva" +#: app/modules/web/Controllers/AccountManagerController.php:216 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:198 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:199 +#: app/config/actions.xml:493 +msgid "Bulk Update" msgstr "" -#: ../../../modules/web/Controllers/AuthTokenController.php:114 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:155 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:156 -msgid "Nueva Autorización" +#: app/modules/web/Controllers/AuthTokenController.php:114 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:155 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:156 +msgid "New Authorization" msgstr "Nova Autorització" -#: ../../../modules/web/Controllers/AuthTokenController.php:179 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:190 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:191 -msgid "Editar Autorización" +#: app/modules/web/Controllers/AuthTokenController.php:179 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:190 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:191 +msgid "Edit Authorization" msgstr "Editar Autorització" -#: ../../../modules/web/Controllers/AuthTokenController.php:347 -msgid "Ver Autorización" +#: app/modules/web/Controllers/AuthTokenController.php:220 +#: app/modules/web/Controllers/AuthTokenController.php:223 +msgid "Authorizations deleted" +msgstr "Autoritzacions eliminades" + +#: app/modules/web/Controllers/AuthTokenController.php:233 +#: app/modules/web/Controllers/AuthTokenController.php:237 +msgid "Authorization deleted" +msgstr "Autorització eliminada" + +#: app/modules/web/Controllers/AuthTokenController.php:234 +#: app/modules/web/Controllers/AuthTokenController.php:306 +#: app/modules/web/Controllers/AuthTokenController.php:315 +#: app/modules/web/Controllers/AuthTokenController.php:356 +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:71 +msgid "Authorization" +msgstr "" + +#: app/modules/web/Controllers/AuthTokenController.php:269 +msgid "Authorization added" +msgstr "Autorització creada" + +#: app/modules/web/Controllers/AuthTokenController.php:305 +#: app/modules/web/Controllers/AuthTokenController.php:314 +#: app/modules/web/Controllers/AuthTokenController.php:321 +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:70 +msgid "Authorization updated" +msgstr "Autorització actualitzada" + +#: app/modules/web/Controllers/AuthTokenController.php:347 +msgid "View Authorization" msgstr "Veure Autorització" +#: app/modules/web/Controllers/AuthTokenController.php:355 +msgid "Authorization viewed" +msgstr "" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/CategoryController.php:109 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:152 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:153 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:118 -#: ../../../config/actions.xml:307 -msgid "Nueva Categoría" +#: app/modules/web/Controllers/CategoryController.php:109 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:152 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:153 +#: app/modules/web/themes/material-blue/views/account/account.inc:118 +#: app/config/actions.xml:307 +msgid "New Category" msgstr "Nova Categoria" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/CategoryController.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:170 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:171 -#: ../../../config/actions.xml:313 -msgid "Editar Categoría" +#: app/modules/web/Controllers/CategoryController.php:173 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:170 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:171 +#: app/config/actions.xml:313 +msgid "Edit Category" msgstr "Editar Categoria" +#: app/modules/web/Controllers/CategoryController.php:214 +#: app/modules/web/Controllers/CategoryController.php:217 +msgid "Categories deleted" +msgstr "Categories eliminades" + +#: app/modules/web/Controllers/CategoryController.php:228 +#: app/modules/web/Controllers/CategoryController.php:264 +#: app/modules/web/Controllers/CategoryController.php:306 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:247 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:115 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:106 +#: lib/SP/Services/Import/KeepassImport.php:104 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:72 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:74 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:45 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:51 +#: app/modules/web/themes/material-blue/views/account/account.inc:103 +#: app/modules/web/themes/material-blue/views/account/account.inc:105 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:51 +msgid "Category" +msgstr "Categoria" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/CategoryController.php:335 -#: ../../../config/actions.xml:301 -msgid "Ver Categoría" +#: app/modules/web/Controllers/CategoryController.php:335 +#: app/config/actions.xml:301 +msgid "View Category" msgstr "Veure Categoria" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ClientController.php:110 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:155 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:156 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:93 -#: ../../../config/actions.xml:337 -msgid "Nuevo Cliente" +#: app/modules/web/Controllers/ClientController.php:110 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:155 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:156 +#: app/modules/web/themes/material-blue/views/account/account.inc:93 +#: app/config/actions.xml:337 +msgid "New Client" msgstr "Nou Client" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ClientController.php:174 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:174 -#: ../../../config/actions.xml:343 -msgid "Editar Cliente" +#: app/modules/web/Controllers/ClientController.php:174 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:173 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:174 +#: app/config/actions.xml:343 +msgid "Edit Client" msgstr "Editar Client" +#: app/modules/web/Controllers/ClientController.php:213 +#: app/modules/web/Controllers/ClientController.php:216 +msgid "Clients deleted" +msgstr "Clients eliminats" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ClientController.php:326 -#: ../../../config/actions.xml:331 -msgid "Ver Cliente" +#: app/modules/web/Controllers/ClientController.php:326 +#: app/config/actions.xml:331 +msgid "View Client" msgstr "Veure Perfil" -#: ../../../modules/web/Controllers/ConfigBackupController.php:195 -#: ../../../modules/web/Controllers/ConfigBackupController.php:241 -#: ../../../modules/web/Controllers/ConfigGeneralController.php:183 -#: ../../../modules/web/Controllers/ConfigGeneralController.php:229 -msgid "Ey, esto es una DEMO!!" +#: app/modules/web/Controllers/ConfigAccountController.php:74 +msgid "Maximum size per file is 16MB" +msgstr "La grandària màxima per arxiu és de 16MB" + +#: app/modules/web/Controllers/ConfigAccountController.php:82 +msgid "Files enabled" +msgstr "" + +#: app/modules/web/Controllers/ConfigAccountController.php:87 +msgid "Files disabled" +msgstr "" + +#: app/modules/web/Controllers/ConfigAccountController.php:100 +msgid "Public links enabled" +msgstr "" + +#: app/modules/web/Controllers/ConfigAccountController.php:105 +msgid "Public links disabled" +msgstr "" + +#: app/modules/web/Controllers/ConfigBackupController.php:57 +#: app/modules/web/Controllers/ConfigBackupController.php:195 +#: app/modules/web/Controllers/ConfigBackupController.php:241 +#: app/modules/web/Controllers/ConfigEncryptionController.php:97 +#: app/modules/web/Controllers/ConfigEncryptionController.php:159 +#: app/modules/web/Controllers/ConfigGeneralController.php:183 +#: app/modules/web/Controllers/ConfigGeneralController.php:229 +#: app/modules/web/Controllers/ConfigImportController.php:59 +#: app/modules/web/Controllers/ConfigLdapController.php:226 +#: app/modules/web/Controllers/Traits/ConfigTrait.php:55 +#: app/modules/web/Forms/UserForm.php:131 +#: app/modules/web/Forms/UserForm.php:153 +#: app/modules/web/Forms/UserForm.php:171 +msgid "Ey, this is a DEMO!!" msgstr "Ey, això és una DEMO!!" -#: ../../../modules/web/Controllers/ConfigLdapController.php:153 -#: ../../../modules/web/Controllers/ConfigLdapController.php:197 -msgid "Resultados" +#: app/modules/web/Controllers/ConfigBackupController.php:90 +#: app/modules/web/Controllers/UserPassResetController.php:183 +#: app/modules/web/Forms/AccountForm.php:135 +#: app/modules/web/Forms/UserForm.php:161 +msgid "Passwords do not match" +msgstr "Les claus no coincideixen" + +#: app/modules/web/Controllers/ConfigBackupController.php:121 +msgid "Verification of exported data finished" +msgstr "" + +#: app/modules/web/Controllers/ConfigBackupController.php:122 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:113 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:237 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:163 +#: app/modules/web/themes/material-blue/views/config/info.inc:49 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:34 +msgid "Version" +msgstr "Versió" + +#: app/modules/web/Controllers/ConfigBackupController.php:123 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:128 +#: app/modules/web/themes/material-blue/views/common/aux-customfields.inc:17 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:90 +msgid "Encrypted" +msgstr "" + +#: app/modules/web/Controllers/ConfigBackupController.php:123 +#: app/modules/web/themes/material-blue/views/config/info.inc:140 +msgid "Yes" +msgstr "Sí" + +#: app/modules/web/Controllers/ConfigBackupController.php:123 +#: app/modules/web/themes/material-blue/views/config/info.inc:140 +msgid "No" +msgstr "No" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/ConfigBackupController.php:124 +#: app/modules/web/Controllers/ConfigManagerController.php:174 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:101 +#: lib/SP/Providers/Notification/NotificationHandler.php:125 +#: lib/SP/Providers/Notification/NotificationHandler.php:156 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:74 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:25 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:394 +#: app/config/actions.xml:13 +msgid "Accounts" +msgstr "Comptes" + +#: app/modules/web/Controllers/ConfigBackupController.php:125 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:93 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:76 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:330 +msgid "Clients" +msgstr "Clients" + +#: app/modules/web/Controllers/ConfigBackupController.php:126 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:94 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:75 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:298 +msgid "Categories" +msgstr "Categories" + +#: app/modules/web/Controllers/ConfigBackupController.php:127 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:94 +#: app/modules/web/themes/material-blue/views/account/account.inc:211 +#: app/modules/web/themes/material-blue/views/account/account.inc:213 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:94 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:314 +msgid "Tags" +msgstr "Etiquetes" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:73 +#: app/modules/web/Controllers/ConfigEncryptionController.php:147 +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 +#: lib/SP/Services/Auth/LoginService.php:300 +#: lib/SP/Services/Auth/LoginService.php:324 +#: lib/SP/Services/User/UpdatedMasterPassException.php:45 +#: lib/SP/Util/ErrorUtil.php:164 +msgid "Master password updated" +msgstr "Clau mestra actualitzada" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:73 +#: app/modules/web/Controllers/ConfigEncryptionController.php:147 +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 +#: lib/SP/Services/User/UpdatedMasterPassException.php:45 +#: lib/SP/Util/ErrorUtil.php:165 +#, fuzzy +msgid "Please, restart the session for update it" +msgstr "Reiniciï la sessió per canviar-la" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:77 +msgid "Master password not entered" +msgstr "Clau mestra no indicada" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:81 +msgid "The password update must be confirmed" +msgstr "S'ha de confirmar el canvi de clau" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:85 +msgid "Passwords are the same" +msgstr "Les claus són idèntiques" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:89 +msgid "Master passwords do not match" +msgstr "Les claus mestres no coincideixen" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:93 +msgid "The current master password does not match" +msgstr "La clau mestra actual no coincideix" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:143 +#, fuzzy +msgid "Error while saving the Master Password's hash" +msgstr "Error en guardar el hash de la clau mestra" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:166 +#: app/modules/web/Controllers/ConfigEncryptionController.php:168 +msgid "Master password hash updated" +msgstr "Hash de clau mestra actualitzat" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:175 +msgid "Error while updating the master password hash" +msgstr "Error en actualitzar el hash de la clau mestra" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:199 +#: app/modules/web/Controllers/ConfigEncryptionController.php:205 +#: app/modules/web/Controllers/ConfigEncryptionController.php:209 +msgid "Temporary password generated" +msgstr "" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:199 +#: app/modules/web/Controllers/ConfigMailController.php:146 +#: app/modules/web/Controllers/ConfigMailController.php:152 +#: lib/SP/Services/Mail/MailService.php:141 +msgid "Email sent" +msgstr "Correu enviat" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:205 +#: lib/SP/Services/Mail/MailService.php:81 +#: lib/SP/Services/Mail/MailService.php:151 +#, fuzzy +msgid "Error while sending the email" +msgstr "Error en enviar correu" + +#: app/modules/web/Controllers/ConfigGeneralController.php:96 +msgid "Missing remote syslog parameters" +msgstr "Falten paràmetres de syslog remot" + +#: app/modules/web/Controllers/ConfigGeneralController.php:104 +msgid "Remote syslog enabled" +msgstr "" + +#: app/modules/web/Controllers/ConfigGeneralController.php:109 +msgid "Remote syslog disabled" +msgstr "Syslog remoto deshabilitado" + +#: app/modules/web/Controllers/ConfigGeneralController.php:122 +msgid "Missing Proxy parameters " +msgstr "Falten paràmetres de Proxy" + +#: app/modules/web/Controllers/ConfigGeneralController.php:136 +msgid "Proxy enabled" +msgstr "Proxy habilitat" + +#: app/modules/web/Controllers/ConfigGeneralController.php:141 +msgid "Proxy disabled" +msgstr "Proxy deshabilitat" + +#: app/modules/web/Controllers/ConfigGeneralController.php:160 +msgid "Auth Basic enabled" +msgstr "" + +#: app/modules/web/Controllers/ConfigGeneralController.php:166 +msgid "Auth Basic disabled" +msgstr "" + +#: app/modules/web/Controllers/ConfigImportController.php:78 +msgid "Accounts imported" +msgstr "Comptes importades" + +#: app/modules/web/Controllers/ConfigImportController.php:82 +#: app/modules/web/Controllers/ConfigLdapController.php:268 +msgid "Import finished" +msgstr "Importació finalitzada" + +#: app/modules/web/Controllers/ConfigImportController.php:82 +#: app/modules/web/Controllers/ConfigImportController.php:85 +#: lib/SP/Services/Backup/FileBackupService.php:120 +#: lib/SP/Services/Export/XmlExportService.php:205 +#, fuzzy +msgid "Please check out the event log for more details" +msgstr "Revisi el registre d'esdeveniments per a més detalls" + +#: app/modules/web/Controllers/ConfigImportController.php:85 +msgid "No accounts were imported" +msgstr "" + +#: app/modules/web/Controllers/ConfigLdapController.php:71 +#: app/modules/web/Controllers/ConfigLdapController.php:143 +#: app/modules/web/Controllers/ConfigLdapController.php:181 +msgid "Missing LDAP parameters" +msgstr "Falten paràmetres de LDAP" + +#: app/modules/web/Controllers/ConfigLdapController.php:90 +msgid "LDAP enabled" +msgstr "LDAP habiltat" + +#: app/modules/web/Controllers/ConfigLdapController.php:95 +msgid "LDAP disabled" +msgstr "LDAP deshabilitat" + +#: app/modules/web/Controllers/ConfigLdapController.php:97 +#: app/modules/web/Controllers/ConfigMailController.php:106 +#: app/config/strings.js.inc:80 +msgid "No changes" +msgstr "Sense canvis" + +#: app/modules/web/Controllers/ConfigLdapController.php:117 +#: app/modules/web/Controllers/ConfigLdapController.php:246 +msgid "Wrong LDAP parameters" +msgstr "" + +#: app/modules/web/Controllers/ConfigLdapController.php:153 +#: app/modules/web/Controllers/ConfigLdapController.php:197 +msgid "Results" msgstr "Resultats" -#: ../../../modules/web/Controllers/ConfigLdapController.php:159 -#: ../../../modules/web/Controllers/ConfigLdapController.php:204 +#: app/modules/web/Controllers/ConfigLdapController.php:158 +#: app/modules/web/Controllers/ConfigLdapController.php:203 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:95 +msgid "LDAP connection OK" +msgstr "Connexió a LDAP correcta" + +#: app/modules/web/Controllers/ConfigLdapController.php:159 +#: app/modules/web/Controllers/ConfigLdapController.php:204 #, php-format -msgid "Objetos encontrados: %d" +msgid "Objects found: %d" msgstr "Objectes oposats: %d" -#: ../../../modules/web/Controllers/ConfigLdapController.php:279 -#, php-format -msgid "Usuarios importados: %d / %d" +#: app/modules/web/Controllers/ConfigLdapController.php:253 +msgid "LDAP Import" msgstr "" -#: ../../../modules/web/Controllers/ConfigLdapController.php:280 +#: app/modules/web/Controllers/ConfigLdapController.php:272 +msgid "There aren't any objects to synchronize" +msgstr "No es van trobar objectes per sincronitzar" + +#: app/modules/web/Controllers/ConfigLdapController.php:277 +msgid "LDAP users import finished" +msgstr "Importació d'usuaris de LDAP realitzada" + +#: app/modules/web/Controllers/ConfigLdapController.php:279 #, php-format -msgid "Errores: %d" +msgid "Imported users: %d / %d" msgstr "" -#: ../../../modules/web/Controllers/ConfigManagerController.php:160 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:134 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:20 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:18 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:446 +#: app/modules/web/Controllers/ConfigLdapController.php:280 +#, php-format +msgid "Errors: %d" +msgstr "" + +#: app/modules/web/Controllers/ConfigMailController.php:72 +#: app/modules/web/Controllers/ConfigMailController.php:133 +msgid "Missing Mail parameters" +msgstr "Falten paràmetres de Correu" + +#: app/modules/web/Controllers/ConfigMailController.php:97 +msgid "Mail enabled" +msgstr "Correu habiltat" + +#: app/modules/web/Controllers/ConfigMailController.php:104 +msgid "Mail disabled" +msgstr "Correu deshabilitat" + +#: app/modules/web/Controllers/ConfigMailController.php:147 +#: lib/SP/Services/Mail/MailService.php:142 +msgid "Recipient" +msgstr "Destinatari" + +#: app/modules/web/Controllers/ConfigMailController.php:153 +msgid "Please, check your inbox" +msgstr "" + +#: app/modules/web/Controllers/ConfigManagerController.php:160 +#: app/modules/web/themes/material-blue/views/install/index.inc:134 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:20 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:18 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:446 msgid "General" msgstr "General" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ConfigManagerController.php:189 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:29 -#: ../../../config/actions.xml:37 +#: app/modules/web/Controllers/ConfigManagerController.php:189 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:29 +#: app/config/actions.xml:37 msgid "Wiki" msgstr "Wiki" -#: ../../../modules/web/Controllers/ConfigManagerController.php:208 +#: app/modules/web/Controllers/ConfigManagerController.php:208 msgid "LDAP" msgstr "LDAP" -#: ../../../modules/web/Controllers/ConfigManagerController.php:234 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:12 -msgid "Correo" +#: app/modules/web/Controllers/ConfigManagerController.php:234 +#: app/modules/web/themes/material-blue/views/config/mail.inc:12 +msgid "Mail" msgstr "Correu" -#: ../../../modules/web/Controllers/ConfigManagerController.php:273 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:462 -msgid "Encriptación" +#: app/modules/web/Controllers/ConfigManagerController.php:273 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:462 +msgid "Encryption" msgstr "Encriptació" -#: ../../../modules/web/Controllers/ConfigManagerController.php:301 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:61 +#: app/modules/web/Controllers/ConfigManagerController.php:301 +#: app/modules/web/themes/material-blue/views/config/backup.inc:61 #, fuzzy -msgid "No se encontraron backups" +msgid "There aren't any backups available" msgstr "No es van trobar còpia de seguretat" -#: ../../../modules/web/Controllers/ConfigManagerController.php:311 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:132 -msgid "No se encontró archivo de exportación" +#: app/modules/web/Controllers/ConfigManagerController.php:311 +#: app/modules/web/themes/material-blue/views/config/backup.inc:132 +msgid "No export file found" msgstr "No es va trobar arxiu d'exportació" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ConfigManagerController.php:314 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:24 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:78 -#: ../../../config/actions.xml:739 -msgid "Copia de Seguridad" +#: app/modules/web/Controllers/ConfigManagerController.php:314 +#: app/modules/web/themes/material-blue/views/config/backup.inc:24 +#: app/modules/web/themes/material-blue/views/config/backup.inc:78 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:478 +#: app/config/actions.xml:739 +msgid "Backup" msgstr "Còpia de seguretat" -#: ../../../modules/web/Controllers/ConfigManagerController.php:331 -msgid "Importar Cuentas" +#: app/modules/web/Controllers/ConfigManagerController.php:331 +msgid "Import Accounts" msgstr "Importar Comptes" -#: ../../../modules/web/Controllers/ConfigManagerController.php:353 -msgid "No instalado" +#: app/modules/web/Controllers/ConfigManagerController.php:353 +msgid "Not installed" msgstr "No instal·lat" -#: ../../../modules/web/Controllers/ConfigManagerController.php:363 -msgid "Información" +#: app/modules/web/Controllers/ConfigManagerController.php:363 +#: app/modules/web/themes/material-blue/inc/Icons.php:63 +msgid "Information" msgstr "Informació" -#: ../../../modules/web/Controllers/CustomFieldController.php:111 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:159 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:160 -msgid "Nuevo Campo" -msgstr "Nou Camp" +#: app/modules/web/Controllers/ConfigWikiController.php:63 +msgid "Missing Wiki parameters" +msgstr "Falten paràmetres de Wiki" -#: ../../../modules/web/Controllers/CustomFieldController.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:177 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:178 -msgid "Editar Campo" -msgstr "Editar Camp" +#: app/modules/web/Controllers/ConfigWikiController.php:73 +msgid "Wiki enabled" +msgstr "Wiki habiltada" -#: ../../../modules/web/Controllers/CustomFieldController.php:317 -msgid "Ver Campo" +#: app/modules/web/Controllers/ConfigWikiController.php:78 +msgid "Wiki disabled" +msgstr "Wiki deshabilitada" + +#: app/modules/web/Controllers/ConfigWikiController.php:91 +msgid "Missing DokuWiki parameters" +msgstr "Falten paràmetres de DokuWiki" + +#: app/modules/web/Controllers/ConfigWikiController.php:103 +msgid "DokuWiki enabled" msgstr "" -#: ../../../modules/web/Controllers/ErrorController.php:107 -msgid "Aplicación en mantenimiento" +#: app/modules/web/Controllers/ConfigWikiController.php:108 +msgid "DokuWiki disabled" +msgstr "DokuWiki deshabilitada" + +#: app/modules/web/Controllers/CustomFieldController.php:111 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:159 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:160 +msgid "New Field" +msgstr "Nou Camp" + +#: app/modules/web/Controllers/CustomFieldController.php:173 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:177 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:178 +msgid "Edit Field" +msgstr "Editar Camp" + +#: app/modules/web/Controllers/CustomFieldController.php:209 +#: app/modules/web/Controllers/CustomFieldController.php:212 +msgid "Fields deleted" +msgstr "Camps eliminats" + +#: app/modules/web/Controllers/CustomFieldController.php:218 +msgid "Field deleted" +msgstr "Camp eliminat" + +#: app/modules/web/Controllers/CustomFieldController.php:248 +#: app/modules/web/Controllers/CustomFieldController.php:252 +msgid "Field added" +msgstr "Camp creat" + +#: app/modules/web/Controllers/CustomFieldController.php:249 +#: app/modules/web/Controllers/CustomFieldController.php:288 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:88 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:157 +msgid "Field" +msgstr "" + +#: app/modules/web/Controllers/CustomFieldController.php:287 +#: app/modules/web/Controllers/CustomFieldController.php:291 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldData.php:74 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:87 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:156 +msgid "Field updated" +msgstr "Camp actualitzat" + +#: app/modules/web/Controllers/CustomFieldController.php:317 +msgid "View Field" +msgstr "" + +#: app/modules/web/Controllers/ErrorController.php:107 +msgid "Application on maintenance" msgstr "Aplicació en manteniment" -#: ../../../modules/web/Controllers/ErrorController.php:108 -msgid "En breve estará operativa" +#: app/modules/web/Controllers/ErrorController.php:108 +msgid "It will be running shortly" msgstr "En breu estarà operativa" -#: ../../../modules/web/Controllers/ErrorController.php:123 -#, fuzzy -msgid "Error en la verificación de la base de datos" -msgstr "Error en la verificació de la base de dades" +#: app/modules/web/Controllers/ErrorController.php:123 +#: lib/SP/Services/Install/MySQL.php:363 +msgid "Error while checking the database" +msgstr "Error en comprovar la base de dades" -#: ../../../modules/web/Controllers/ErrorController.php:139 -msgid "No es posible conectar con la BD" +#: app/modules/web/Controllers/ErrorController.php:124 +#: app/modules/web/Controllers/ErrorController.php:140 +#: app/modules/web/Controllers/UserPassResetController.php:96 +#: 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:149 lib/SP/Util/ErrorUtil.php:153 +#: lib/SP/Util/ErrorUtil.php:157 lib/SP/Util/ErrorUtil.php:161 +#: lib/SP/Util/ErrorUtil.php:169 lib/SP/Util/ErrorUtil.php:176 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:13 +msgid "Please contact to the administrator" +msgstr "Consulti amb l'administrador" + +#: app/modules/web/Controllers/ErrorController.php:139 +#: 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 "Unable to connect to DB" msgstr "No és possible connectar amb la BBDD" -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:89 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:90 -msgid "Ver Actual" +#: app/modules/web/Controllers/EventlogController.php:127 +#: app/modules/web/Controllers/EventlogController.php:130 +msgid "Event log cleared" +msgstr "Registre d'esdeveniments buidat" + +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:89 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:90 +msgid "View Current" msgstr "Veure Actual" -#: ../../../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:123 -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:67 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:360 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:173 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:310 -#: ../../../modules/web/themes/material-blue/views/config/general.inc:28 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:91 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:193 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:295 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:440 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:206 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:294 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:211 -msgid "Atrás" -msgstr "Enrere" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:135 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:136 +#: app/modules/web/themes/material-blue/inc/Icons.php:49 +#: app/modules/web/themes/material-blue/views/_partials/error.inc:14 +#: app/modules/web/themes/material-blue/views/_partials/error.inc:15 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:123 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:67 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:360 +#: app/modules/web/themes/material-blue/views/config/backup.inc:173 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:310 +#: app/modules/web/themes/material-blue/views/config/general.inc:28 +#: app/modules/web/themes/material-blue/views/config/import.inc:91 +#: app/modules/web/themes/material-blue/views/config/info.inc:193 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:295 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:440 +#: app/modules/web/themes/material-blue/views/config/mail.inc:206 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:294 +#: app/modules/web/themes/material-blue/views/error/error-database.inc:13 +#: app/modules/web/themes/material-blue/views/error/error-database.inc:14 +#: app/modules/web/themes/material-blue/views/error/error-maintenance.inc:13 +#: app/modules/web/themes/material-blue/views/error/error-maintenance.inc:14 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:40 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:50 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:211 +msgid "Back" +msgstr "" -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:196 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:197 -msgid "Solicitar Modificación" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:196 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:197 +msgid "Request Modification" msgstr "Sol·licitar Modificació" -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:217 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:218 -msgid "Restaurar cuenta desde este punto" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:217 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:218 +msgid "Restore account from this point" msgstr "Restaurar compte des d'aquest punt" -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:237 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:238 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:130 -msgid "Guardar" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:237 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:238 +#: app/modules/web/themes/material-blue/inc/Icons.php:51 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:130 +msgid "Save" msgstr "Desar" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:354 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:355 -#: ../../../config/actions.xml:439 -msgid "Actualizar Enlace Público" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:354 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:355 +#: app/config/actions.xml:439 +msgid "Update Public Link" msgstr "" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:377 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:378 -#: ../../../config/actions.xml:433 -msgid "Eliminar Enlace Público" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:377 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:378 +#: app/config/actions.xml:433 +msgid "Delete Public Link" msgstr "" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:397 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:398 -#: ../../../config/actions.xml:421 -msgid "Crear Enlace Público" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:397 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:398 +#: app/config/actions.xml:421 +msgid "Create Public Link" msgstr "Crear Enllaç Públic" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:418 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:419 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:463 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:464 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:69 -#: ../../../config/actions.xml:175 ../../../config/actions.xml:265 -msgid "Ver Clave" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:418 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:419 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:463 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:464 +#: app/modules/web/themes/material-blue/inc/Icons.php:34 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:69 +#: app/config/actions.xml:175 app/config/actions.xml:265 +msgid "View password" msgstr "Veure Clau" -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:440 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:441 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:485 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:486 -msgid "Copiar Clave en Portapapeles" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:440 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:441 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:485 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:486 +msgid "Copy Password to Clipboard" msgstr "Copiar Clau en Portapapers" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:508 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:509 -#: ../../../config/actions.xml:193 -msgid "Copiar Cuenta" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:508 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:509 +#: app/config/actions.xml:193 +msgid "Copy Account" msgstr "Copiar Compte" -#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:69 -#: ../../../config/strings.js.inc:72 -msgid "Clave de Cuenta" +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:69 +#: app/config/strings.js.inc:72 +msgid "Account Password" msgstr "Clau de Compte" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:177 -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:178 -msgid "Más Acciones" +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:96 +#: lib/SP/Core/Acl/AccountPermissionException.php:45 +#: lib/SP/Util/ErrorUtil.php:152 +msgid "You don't have permission to access this account" +msgstr "No té permisos per accedir a aquest compte" + +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:177 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:178 +msgid "More Actions" msgstr "Més Accions" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:233 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:114 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:105 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:109 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:41 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:47 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:57 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:59 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:34 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:40 -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:35 -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:41 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:80 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:32 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:36 -msgid "Cliente" -msgstr "Client" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:234 -msgid "Ordenar por Cliente" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:234 +msgid "Sort by Client" msgstr "Ordenar per Client" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:240 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:113 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:104 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:105 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:108 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:116 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:107 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:30 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:43 -#: ../../../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:65 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:54 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:39 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:23 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:23 -#: ../../../modules/web/themes/material-blue/views/itemshow/tag.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:35 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:24 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:533 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:22 -msgid "Nombre" -msgstr "Nom" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:241 -msgid "Ordenar por Nombre" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:241 +msgid "Sort by Name" msgstr "Ordenar per Nom" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:247 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:115 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:106 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:72 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:74 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:45 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:51 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:103 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:105 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:70 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:49 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:51 -msgid "Categoría" -msgstr "Categoria" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:248 -msgid "Ordenar por Categoría" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:248 +msgid "Sort by Category" msgstr "Ordenar per Categoría" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:254 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:110 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:112 -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:105 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:63 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:69 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:101 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:67 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:73 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:141 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:76 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:25 -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:67 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:61 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:149 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:106 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:113 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:233 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:247 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:24 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:31 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:33 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:36 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:65 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:67 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:18 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:97 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:24 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:94 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:75 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:77 -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:19 -msgid "Usuario" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:254 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:110 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:112 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:105 +#: app/modules/web/Controllers/LoginController.php:122 +#: app/modules/web/Controllers/UserController.php:287 +#: app/modules/web/Controllers/UserController.php:323 +#: app/modules/web/Controllers/UserController.php:388 +#: app/modules/web/Controllers/UserController.php:429 +#: app/modules/web/Controllers/UserPassResetController.php:197 +#: lib/SP/Core/Acl/Acl.php:301 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:220 +#: lib/SP/Services/Auth/LoginService.php:238 +#: lib/SP/Services/Auth/LoginService.php:390 +#: lib/SP/Services/Auth/LoginService.php:457 +#: lib/SP/Services/Auth/LoginService.php:565 +#: lib/SP/Services/Auth/LoginService.php:608 +#: lib/SP/Services/Ldap/LdapImportService.php:238 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:63 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:69 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:101 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:67 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:73 +#: app/modules/web/themes/material-blue/views/account/account.inc:141 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:76 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:25 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:67 +#: app/modules/web/themes/material-blue/views/config/info.inc:61 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:149 +#: app/modules/web/themes/material-blue/views/config/mail.inc:106 +#: app/modules/web/themes/material-blue/views/config/mail.inc:113 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:233 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:247 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:24 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:31 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:33 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:65 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:67 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:18 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:97 +#: app/modules/web/themes/material-blue/views/login/index.inc:24 +#: app/modules/web/themes/material-blue/views/login/index.inc:94 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:75 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:77 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:19 +msgid "User" msgstr "Usuari" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:255 -msgid "Ordenar por Usuario" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:255 +msgid "Sort by Username" msgstr "Ordenar per Usuari" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:261 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:52 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:58 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:88 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:56 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:62 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:128 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:81 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:261 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:52 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:58 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:88 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:56 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:62 +#: app/modules/web/themes/material-blue/views/account/account.inc:128 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:81 msgid "URL / IP" msgstr "URL / IP" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:262 -msgid "Ordenar por URL / IP" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:262 +msgid "Sort by URL / IP" msgstr "Ordenar per URL / IP" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:79 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:80 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:70 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:71 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:74 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:71 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:71 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:75 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:76 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:90 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:91 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:74 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:75 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:74 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:82 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:83 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:74 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:74 -msgid "Eliminar Seleccionados" +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:79 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:80 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:70 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:71 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:71 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:71 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:75 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:76 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:90 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:91 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:75 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:82 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:83 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:74 +msgid "Delete Selected" msgstr "Eliminar Seleccionats" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:116 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:158 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:42 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:44 -msgid "Propietario" +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:116 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:158 +#: app/modules/web/themes/material-blue/views/account/details.inc:42 +#: app/modules/web/themes/material-blue/views/account/details.inc:44 +msgid "Owner" msgstr "" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:117 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:175 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:50 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:52 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:79 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:81 -msgid "Grupo Principal" +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:117 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:175 +#: app/modules/web/themes/material-blue/views/account/details.inc:50 +#: app/modules/web/themes/material-blue/views/account/details.inc:52 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:79 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:81 +msgid "Main Group" msgstr "Grup Principal" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:149 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:145 -#: ../../../config/actions.xml:499 ../../../config/actions.xml:805 -msgid "Buscar Cuenta" +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:149 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:145 +#: app/config/actions.xml:499 app/config/actions.xml:805 +msgid "Search for Account" msgstr "Cercar Compte" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:92 -msgid "Cuentas (H)" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:92 +msgid "Accounts (H)" msgstr "Comptes (H)" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:126 -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:100 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:106 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:122 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:190 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:251 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:48 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:55 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:38 -msgid "Fecha" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:126 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:100 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:106 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:122 +#: app/modules/web/themes/material-blue/views/account/account.inc:190 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:251 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:48 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:55 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:38 +msgid "Date" msgstr "Data" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:108 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:130 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:109 -msgid "Estado" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:108 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:130 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:109 +msgid "Status" msgstr "Estat" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:129 -msgid "Modificada" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:129 +msgid "Modified" msgstr "Modificada" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:130 -msgid "Eliminada" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:130 +msgid "Removed" msgstr "Eliminada" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:160 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:161 -#: ../../../config/actions.xml:187 ../../../config/actions.xml:811 -msgid "Restaurar Cuenta" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:160 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:161 +#: app/config/actions.xml:187 app/config/actions.xml:811 +msgid "Account Restore" msgstr "Restaurar Compte" -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:95 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:362 -msgid "Autorizaciones API" +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:95 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:362 +msgid "API Authorizations" msgstr "Autoritzacions API" -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:108 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:36 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:38 -msgid "Acción" +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:108 +#: lib/SP/Core/Acl/Acl.php:300 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:38 +msgid "Action" msgstr "Acció" -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:140 -msgid "Buscar Token" +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:140 +msgid "Search for Token" msgstr "Cercar Token" -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:174 -msgid "Ver token de Autorización" +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:173 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:174 +msgid "View Authorization token" msgstr "Veure token d'Autorització" -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:207 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:208 -msgid "Eliminar Autorización" +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:207 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:208 +msgid "Delete Authorization" msgstr "Eliminar Autorització" -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:105 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:129 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:108 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:36 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:37 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:61 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:68 -msgid "Descripción" -msgstr "Descripció" - #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:137 -#: ../../../config/actions.xml:325 -msgid "Buscar Categoría" +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:137 +#: app/config/actions.xml:325 +msgid "Search for Category" msgstr "Cercar Categoria" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:187 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:188 -#: ../../../config/actions.xml:319 -msgid "Eliminar Categoría" +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:187 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:188 +#: app/config/actions.xml:319 +msgid "Delete Category" msgstr "Eliminar Categoria" -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:123 -#: ../../../config/strings.js.inc:66 -msgid "SI" +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:123 +#: app/config/strings.js.inc:66 +msgid "YES" msgstr "SI" -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:123 -#: ../../../config/strings.js.inc:67 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:123 +#: app/config/strings.js.inc:67 msgid "NO" msgstr "NO" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:140 -#: ../../../config/actions.xml:355 -msgid "Buscar Cliente" +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:140 +#: app/config/actions.xml:355 +msgid "Search for Client" msgstr "Cercar Client" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:190 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:191 -#: ../../../config/actions.xml:349 -msgid "Eliminar Cliente" +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:190 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:191 +#: app/config/actions.xml:349 +msgid "Delete Client" msgstr "Eliminar Client" -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:95 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:33 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:346 -msgid "Campos Personalizados" +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:95 +#: app/modules/web/themes/material-blue/views/account/account.inc:33 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:346 +msgid "Custom Fields" msgstr "Campos Personalitzats" -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:108 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:49 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:51 -msgid "Módulo" +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:108 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:51 +msgid "Module" msgstr "Mòdul" -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:109 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:109 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:109 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:127 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:35 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:37 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:23 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:30 -msgid "Tipo" -msgstr "Tipus" - -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:110 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:120 -msgid "Propiedades" +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:110 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:120 +msgid "Properties" msgstr "Propietats" -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:128 -#: ../../../modules/web/themes/material-blue/views/common/aux-customfields.inc:17 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:90 -msgid "Encriptado" -msgstr "" - -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:144 -msgid "Buscar Campo" +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:144 +msgid "Search for Field" msgstr "Cercar Camp" -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:194 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:195 -msgid "Eliminar Campo" +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:194 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:195 +msgid "Delete Field" msgstr "Eliminar Camp" #. (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" +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:87 +#: app/modules/web/themes/material-blue/views/eventlog/index.inc:1 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:514 +#: app/config/actions.xml:133 +msgid "Event Log" msgstr "Registre d'Esdeveniments" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:99 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:97 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:99 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:99 +#: app/modules/web/Controllers/ItemPresetController.php:289 +#: app/modules/web/Controllers/ItemPresetController.php:324 +#: app/modules/web/Controllers/ItemPresetController.php:365 +#: app/modules/web/themes/material-blue/views/account/details.inc:97 +#: app/modules/web/themes/material-blue/views/account/details.inc:99 msgid "ID" msgstr "ID" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:100 -msgid "Fecha / Hora" +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:100 +msgid "Date / Time" msgstr "Data / Hora" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:101 -msgid "Nivel" +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:101 +msgid "Level" msgstr "Nivell" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:102 -msgid "Evento" +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:102 +msgid "Event" msgstr "Event" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:103 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:117 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:50 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:33 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:103 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:117 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:50 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:33 msgid "Login" msgstr "Login" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:104 -msgid "IP" -msgstr "IP" - -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:165 -msgid "Buscar Evento" +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:165 +#: app/config/actions.xml:139 +msgid "Search for Events" msgstr "Cercar Esdeveniment" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:181 -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:182 -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:178 -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:179 -msgid "Refrescar" +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:181 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:182 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:178 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:179 +msgid "Refresh" msgstr "" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:199 -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:200 -msgid "Vaciar registro de eventos" +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:199 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:200 +msgid "Clear the event log out" msgstr "Buidar registre d'esdeveniments" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:94 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:41 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:280 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:150 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:410 -#: ../../../config/actions.xml:19 -msgid "Archivos" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:94 +#: app/modules/web/themes/material-blue/views/account/account.inc:41 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:280 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:150 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:410 +#: app/config/actions.xml:19 +msgid "Files" msgstr "Arxius" -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:108 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:25 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:30 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:21 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:23 -msgid "Cuenta" -msgstr "Compte" - -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:110 -msgid "Tamaño" -msgstr "Grandària" - #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:145 -#: ../../../config/actions.xml:475 -msgid "Buscar Archivo" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:145 +#: app/config/actions.xml:475 +msgid "Search for File" msgstr "Cercar Arxiu" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:160 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:161 -#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:51 -#: ../../../config/actions.xml:205 ../../../config/actions.xml:451 -msgid "Ver Archivo" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:160 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:161 +#: app/modules/web/themes/material-blue/views/account/files-list.inc:51 +#: app/config/actions.xml:205 app/config/actions.xml:451 +msgid "View File" msgstr "Veure Arxiu" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:178 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:179 -#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:42 -#: ../../../config/actions.xml:217 ../../../config/actions.xml:457 -msgid "Descargar Archivo" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:178 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:179 +#: app/modules/web/themes/material-blue/views/account/files-list.inc:42 +#: app/config/actions.xml:217 app/config/actions.xml:457 +msgid "Download File" msgstr "Descarregar Arxiu" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:198 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:199 -#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:34 -#: ../../../config/actions.xml:223 ../../../config/actions.xml:463 -msgid "Eliminar Archivo" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:198 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:199 +#: app/modules/web/themes/material-blue/views/account/files-list.inc:34 +#: app/config/actions.xml:223 app/config/actions.xml:463 +msgid "Delete File" msgstr "Eliminar Arxiu" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:97 -msgid "Valores Predeterminados" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:97 +msgid "Preset Values" msgstr "" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:111 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:119 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:133 -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:25 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:274 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:277 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:206 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:233 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:48 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:50 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:53 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:146 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:148 -msgid "Grupo" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:111 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:119 +#: app/modules/web/Controllers/UserGroupController.php:238 +#: 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 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:133 +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:25 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:274 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:277 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:206 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:233 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:48 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:50 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:53 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:146 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:148 +msgid "Group" msgstr "Grup" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:112 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:118 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:65 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:67 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:70 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:129 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:131 -msgid "Perfil" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:112 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:118 +#: app/modules/web/Controllers/UserProfileController.php:228 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:65 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:67 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:129 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:131 +msgid "Profile" msgstr "Perfil" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:113 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:83 -msgid "Prioridad" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:113 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:83 +msgid "Priority" msgstr "" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:114 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:120 -msgid "Forzado" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:114 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:120 +msgid "Forced" msgstr "" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:148 -#: ../../../config/actions.xml:859 -msgid "Buscar Valor" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:148 +#: app/config/actions.xml:859 +msgid "Search for Value" msgstr "" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:163 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:66 -msgid "Valor de Permiso" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:163 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:66 +msgid "Permission Preset" msgstr "" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:164 -msgid "Nuevo Valor de Permiso" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:164 +msgid "New Permission Preset" msgstr "" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:187 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:86 -msgid "Valor de Cuenta Privada" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:187 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:86 +msgid "Private Account Preset" msgstr "" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:188 -msgid "Nuevo Valor de Cuenta Privada" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:188 +msgid "New Private Account Preset" msgstr "" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:211 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:102 -msgid "Valor de Timeout de Sesión" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:211 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:102 +msgid "Session Timeout Preset" msgstr "" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:212 -msgid "Nuevo Valor de Timeout de Sesión" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:212 +msgid "New Session Timeout Preset" msgstr "" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:235 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:117 -msgid "Valor de Clave de Cuentas" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:235 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:117 +msgid "Account Password Preset" msgstr "" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:236 -msgid "Nuevo Valor de Clave de Cuentas" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:236 +msgid "New Account Password Preset" msgstr "" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:259 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:260 -#: ../../../modules/web/Controllers/ItemPresetController.php:239 -#: ../../../config/actions.xml:877 -msgid "Editar Valor" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:259 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:260 +#: app/modules/web/Controllers/ItemPresetController.php:239 +#: app/config/actions.xml:877 +msgid "Edit Value" msgstr "" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:276 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:277 -#: ../../../config/actions.xml:883 -msgid "Eliminar Valor" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:276 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:277 +#: app/config/actions.xml:883 +msgid "Delete Value" msgstr "" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:113 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:106 -#: ../../../modules/web/themes/material-blue/views/notification/index.inc:1 -#: ../../../config/actions.xml:685 -msgid "Notificaciones" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:113 +#: app/modules/web/themes/material-blue/inc/Icons.php:65 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:106 +#: app/modules/web/themes/material-blue/views/notification/index.inc:1 +#: app/config/actions.xml:685 +msgid "Notifications" msgstr "Notificacions" -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:128 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:35 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:42 -msgid "Componente" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:128 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:35 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:42 +msgid "Component" msgstr "Component" -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:150 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:111 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:115 -msgid "Leída" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:150 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:111 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:115 +msgid "Read" msgstr "Llegida" -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:151 -msgid "Sólo Admins" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:151 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:107 +msgid "Only Admins" msgstr "" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:168 -#: ../../../config/actions.xml:847 -msgid "Buscar Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:168 +#: app/config/actions.xml:847 +msgid "Search for Notification" msgstr "Cercar Notificació" -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:183 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:184 -#: ../../../modules/web/Controllers/NotificationController.php:194 -msgid "Nueva Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:183 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:184 +#: app/modules/web/Controllers/NotificationController.php:194 +msgid "New Notification" msgstr "Nova Notificació" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:201 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:202 -#: ../../../modules/web/Controllers/NotificationController.php:113 -#: ../../../config/actions.xml:817 -msgid "Ver Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:201 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:202 +#: app/modules/web/Controllers/NotificationController.php:113 +#: app/config/actions.xml:817 +msgid "View Notification" msgstr "Veure Notificació" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:231 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:232 -#: ../../../config/actions.xml:841 -msgid "Marcar Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:231 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:232 +#: app/config/actions.xml:841 +msgid "Checkout Notification" msgstr "Marcar Notificació" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:249 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:250 -#: ../../../modules/web/Controllers/NotificationController.php:226 -#: ../../../config/actions.xml:829 -msgid "Editar Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:249 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:250 +#: app/modules/web/Controllers/NotificationController.php:226 +#: app/config/actions.xml:829 +msgid "Edit Notification" msgstr "Editar Notificació" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:266 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:267 -#: ../../../config/actions.xml:835 -msgid "Eliminar Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:266 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:267 +#: app/config/actions.xml:835 +msgid "Delete Notification" msgstr "Eliminar Notificació" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:96 -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:330 -#: ../../../modules/web/themes/material-blue/views/plugin/index.inc:1 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:96 +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:330 +#: app/modules/web/themes/material-blue/views/plugin/index.inc:1 msgid "Plugins" msgstr "Plugins" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:108 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:108 +#: lib/SP/Plugin/PluginManager.php:194 msgid "Plugin" msgstr "Plugin" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:125 -msgid "No disponible" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:125 +msgid "Unavailable" msgstr "" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:141 -#: ../../../config/actions.xml:547 -msgid "Buscar Plugin" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:141 +#: app/config/actions.xml:547 +msgid "Search for Plugin" msgstr "Cercar Plugin" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:156 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:157 -#: ../../../modules/web/Controllers/PluginController.php:136 -#: ../../../config/actions.xml:541 -msgid "Ver Plugin" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:156 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:157 +#: app/modules/web/Controllers/PluginController.php:136 +#: app/config/actions.xml:541 +msgid "View Plugin" msgstr "Veure Plugin" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:174 -msgid "Habilitar" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:173 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:174 +msgid "Enable" msgstr "Habilitar" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:192 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:193 -msgid "Deshabilitar" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:192 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:193 +msgid "Disable" msgstr "Deshabilitar" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:211 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:212 -msgid "Restablecer Datos" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:211 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:212 +msgid "Reset Data" msgstr "Restablir Dades" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:231 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:232 -#: ../../../config/actions.xml:571 -msgid "Eliminar Plugin" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:231 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:232 +#: app/config/actions.xml:571 +msgid "Delete Plugin" msgstr "" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:96 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:49 -msgid "Enlaces" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:96 +#: app/modules/web/themes/material-blue/views/account/account.inc:49 +msgid "Links" msgstr "Enllaços" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:110 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:49 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:51 -msgid "Fecha Creación" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:110 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:51 +msgid "Creation Date" msgstr "Data Creació" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:111 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:195 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:57 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:59 -msgid "Fecha Caducidad" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:111 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:195 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:57 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:59 +msgid "Expiry Date " msgstr "Data Caducitat" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:113 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:36 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:39 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:43 -msgid "Notificar" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:113 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:39 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:43 +msgid "Notify" msgstr "Notificar" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:114 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:14 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:16 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:197 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:73 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:75 -msgid "Visitas" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:114 +#: app/modules/web/themes/material-blue/views/account/details.inc:14 +#: app/modules/web/themes/material-blue/views/account/details.inc:16 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:197 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:73 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:75 +msgid "Visits" msgstr "Visites" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:149 -msgid "Buscar Enlace" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:149 +msgid "Search for Link" msgstr "Cercar Enllaç" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:164 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:165 -msgid "Nuevo Enlace" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:164 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:165 +msgid "New Link" msgstr "" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:182 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:183 -#: ../../../modules/web/Controllers/PublicLinkController.php:357 -msgid "Ver Enlace" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:182 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:183 +#: app/modules/web/Controllers/PublicLinkController.php:357 +msgid "View Link" msgstr "Veure Enllaç" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:198 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:199 -msgid "Renovar Enlace" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:198 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:199 +msgid "Renew Link" msgstr "Renovar Enllaç" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:215 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:216 -msgid "Eliminar Enlace" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:215 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:216 +msgid "Delete Link" msgstr "Eliminar Enllaç" -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:94 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:211 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:213 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:94 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:314 -msgid "Etiquetas" -msgstr "Etiquetes" - #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:135 -#: ../../../config/actions.xml:529 -msgid "Buscar Etiqueta" +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:135 +#: app/config/actions.xml:529 +msgid "Search for Tag" msgstr "Cercar Etiquetes" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:150 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:151 -#: ../../../modules/web/Controllers/TagController.php:108 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:226 -#: ../../../config/actions.xml:505 -msgid "Nueva Etiqueta" +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:150 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:151 +#: app/modules/web/Controllers/TagController.php:108 +#: app/modules/web/themes/material-blue/views/account/account.inc:226 +#: app/config/actions.xml:505 +msgid "New Tag" msgstr "Nova Etiqueta" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:168 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:169 -#: ../../../modules/web/Controllers/TagController.php:168 -#: ../../../config/actions.xml:517 -msgid "Editar Etiqueta" +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:168 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:169 +#: app/modules/web/Controllers/TagController.php:168 app/config/actions.xml:517 +msgid "Edit Tag" msgstr "Editar Etiqueta" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:185 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:186 -#: ../../../config/actions.xml:523 -msgid "Eliminar Etiqueta" +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:185 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:186 +#: app/config/actions.xml:523 +msgid "Delete Tag" msgstr "Eliminar Etiqueta" -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:88 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:88 msgid "Tracks" msgstr "" -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:101 -msgid "Fecha Desbloqueo" +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:101 +msgid "Date Unlocked" msgstr "" -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:102 -msgid "Origen" +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:102 +msgid "Source" msgstr "Origen" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:162 -#: ../../../config/actions.xml:895 -msgid "Buscar Track" +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:162 +#: app/config/actions.xml:895 +msgid "Search for track" msgstr "" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:104 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:77 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:16 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:113 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:12 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:50 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:52 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:56 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:250 +msgid "Users" +msgstr "Usuaris" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:156 -#: ../../../config/actions.xml:607 -msgid "Buscar Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:156 +#: app/config/actions.xml:607 +msgid "Search for User" msgstr "Cercar Usuari" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:171 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:172 -#: ../../../modules/web/Controllers/UserController.php:115 -#: ../../../config/actions.xml:583 -msgid "Nuevo Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:171 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:172 +#: app/modules/web/Controllers/UserController.php:115 +#: app/config/actions.xml:583 +msgid "New User" msgstr "Nou Usuari" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:189 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:190 -#: ../../../modules/web/Controllers/UserController.php:200 -#: ../../../config/actions.xml:589 -msgid "Editar Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:189 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:190 +#: app/modules/web/Controllers/UserController.php:200 +#: app/config/actions.xml:589 +msgid "Edit User" msgstr "Editar Usuari" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:206 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:207 -#: ../../../config/actions.xml:595 -msgid "Eliminar Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:206 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:207 +#: app/config/actions.xml:595 +msgid "Delete User" msgstr "Eliminar Usuari" -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:223 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:224 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:460 -msgid "Importar usuarios de LDAP" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:223 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:224 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:460 +msgid "Import users from LDAP" msgstr "Importar usuaris de LDAP" -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:241 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:242 -msgid "Ver Detalles de Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:241 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:242 +msgid "View User Details" msgstr "Veure Detalls d'Usuari" -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:258 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:259 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:63 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:116 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:122 -msgid "Cambiar Clave de Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:258 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:259 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:63 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:116 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:122 +msgid "Change User's Password" msgstr "Canviar Clau d'Usuari" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:95 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:78 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:84 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:162 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:53 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:266 +msgid "Groups" +msgstr "Grups" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:138 -#: ../../../config/actions.xml:637 -msgid "Buscar Grupo" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:138 +#: app/config/actions.xml:637 +msgid "Search for Group" msgstr "Cercar Grup" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:153 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:154 -#: ../../../modules/web/Controllers/UserGroupController.php:117 -#: ../../../config/actions.xml:619 -msgid "Nuevo Grupo" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:153 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:154 +#: app/modules/web/Controllers/UserGroupController.php:117 +#: app/config/actions.xml:619 +msgid "New Group" msgstr "Nou Grup" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:171 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:172 -#: ../../../modules/web/Controllers/UserGroupController.php:344 -#: ../../../config/actions.xml:613 -msgid "Ver Grupo" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:171 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:172 +#: app/modules/web/Controllers/UserGroupController.php:344 +#: app/config/actions.xml:613 +msgid "View Group" msgstr "Veure Grup" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:188 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:189 -#: ../../../modules/web/Controllers/UserGroupController.php:188 -#: ../../../config/actions.xml:625 -msgid "Editar Grupo" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:188 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:189 +#: app/modules/web/Controllers/UserGroupController.php:188 +#: app/config/actions.xml:625 +msgid "Edit Group" msgstr "Editar Grup" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:205 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:206 -#: ../../../config/actions.xml:631 -msgid "Eliminar Grupo" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:205 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:206 +#: app/config/actions.xml:631 +msgid "Delete Group" msgstr "Eliminar Grup" -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:95 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:282 -msgid "Perfiles" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:95 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:282 +msgid "Profiles" msgstr "Perfils" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:136 -#: ../../../config/actions.xml:667 -msgid "Buscar Perfil" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:136 +#: app/config/actions.xml:667 +msgid "Search for Profile" msgstr "Cercar Perfil" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:151 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:152 -#: ../../../modules/web/Controllers/UserProfileController.php:110 -#: ../../../config/actions.xml:649 -msgid "Nuevo Perfil" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:151 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:152 +#: app/modules/web/Controllers/UserProfileController.php:110 +#: app/config/actions.xml:649 +msgid "New Profile" msgstr "Nou Perfil" -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:169 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:170 -msgid "Ver Detalles de Perfil" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:169 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:170 +msgid "View Profile Details" msgstr "Veure Detalls de Perfil" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:186 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:187 -#: ../../../modules/web/Controllers/UserProfileController.php:177 -#: ../../../config/actions.xml:655 -msgid "Editar Perfil" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:186 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:187 +#: app/modules/web/Controllers/UserProfileController.php:177 +#: app/config/actions.xml:655 +msgid "Edit Profile" msgstr "Editar Perfil" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:203 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:204 -#: ../../../config/actions.xml:661 -msgid "Eliminar Perfil" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:203 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:204 +#: app/config/actions.xml:661 +msgid "Delete Profile" msgstr "Eliminar Perfil" -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:261 -msgid "Buscar" +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:261 +#: app/modules/web/themes/material-blue/inc/Icons.php:58 +msgid "Search" msgstr "Buscar" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:344 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:24 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:27 -#: ../../../config/actions.xml:691 -msgid "Configuración" +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:344 +#: app/modules/web/themes/material-blue/inc/Icons.php:61 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:24 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:27 +#: app/config/actions.xml:691 +msgid "Configuration" msgstr "Configuració" -#: ../../../modules/web/Controllers/InstallController.php:59 -msgid "Módulo no disponible" +#: app/modules/web/Controllers/InstallController.php:59 +msgid "Module unavailable" msgstr "Mòdul no disponible" -#: ../../../modules/web/Controllers/InstallController.php:60 -msgid "Sin este módulo la aplicación puede no funcionar correctamente." +#: app/modules/web/Controllers/InstallController.php:60 +msgid "Without this module the application could not run correctly" msgstr "Sense aquest mòdul l'aplicació pot no funcionar correctament." +#: app/modules/web/Controllers/InstallController.php:89 +msgid "Installation finished" +msgstr "Instal·lació finalitzada" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ItemPresetController.php:73 -#: ../../../config/actions.xml:865 -msgid "Ver Valor" +#: app/modules/web/Controllers/ItemPresetController.php:73 +#: app/config/actions.xml:865 +msgid "Display Value" msgstr "" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ItemPresetController.php:207 -#: ../../../config/actions.xml:871 -msgid "Nuevo Valor" +#: app/modules/web/Controllers/ItemPresetController.php:207 +#: app/config/actions.xml:871 +msgid "New Value" msgstr "" -#: ../../../modules/web/Controllers/ItemsController.php:130 -msgid "No hay no hay notificaciones pendientes" +#: app/modules/web/Controllers/ItemPresetController.php:277 +#: app/modules/web/Controllers/ItemPresetController.php:280 +msgid "Values deleted" +msgstr "" + +#: app/modules/web/Controllers/ItemPresetController.php:288 +#: app/modules/web/Controllers/ItemPresetController.php:292 +msgid "Value deleted" +msgstr "" + +#: app/modules/web/Controllers/ItemPresetController.php:322 +#: app/modules/web/Controllers/ItemPresetController.php:327 +msgid "Value created" +msgstr "" + +#: app/modules/web/Controllers/ItemPresetController.php:363 +#: app/modules/web/Controllers/ItemPresetController.php:368 +msgid "Value updated" +msgstr "" + +#: app/modules/web/Controllers/ItemsController.php:130 +msgid "There aren't any pending notifications" msgstr "No hi ha no hi ha notificacions pendents" -#: ../../../modules/web/Controllers/ItemsController.php:131 +#: app/modules/web/Controllers/ItemsController.php:131 #, php-format -msgid "Hay notificaciones pendientes: %d" +msgid "There are pending notifications: %d" msgstr "" -#: ../../../modules/web/Controllers/PublicLinkController.php:114 -msgid "Nuevo Enlace Público" +#: app/modules/web/Controllers/LoginController.php:121 +msgid "Logout session" +msgstr "Finalitzar sessió" + +#: app/modules/web/Controllers/LoginController.php:123 +msgid "Inactive time" +msgstr "Temps inactiu" + +#: app/modules/web/Controllers/LoginController.php:124 +msgid "Total time" +msgstr "Temps total" + +#: app/modules/web/Controllers/NotificationController.php:268 +#: app/modules/web/Controllers/NotificationController.php:271 +msgid "Notifications deleted" +msgstr "Notificacions eliminades" + +#: app/modules/web/Controllers/NotificationController.php:283 +#: app/modules/web/Controllers/NotificationController.php:287 +msgid "Notification deleted" +msgstr "Notificació eliminada" + +#: app/modules/web/Controllers/NotificationController.php:284 +#: app/modules/web/Controllers/NotificationController.php:317 +#: lib/SP/Providers/Notification/NotificationHandler.php:155 +msgid "Notification" msgstr "" -#: ../../../modules/web/Controllers/PublicLinkController.php:204 -msgid "Editar Enlace Público" +#: app/modules/web/Controllers/NotificationController.php:316 +#: app/modules/web/Controllers/NotificationController.php:320 +msgid "Notification read" +msgstr "Notificació llegida" + +#: app/modules/web/Controllers/NotificationController.php:348 +#: app/modules/web/Controllers/NotificationController.php:351 +msgid "Notification created" +msgstr "Notificació creada" + +#: app/modules/web/Controllers/NotificationController.php:383 +#: app/modules/web/Controllers/NotificationController.php:386 +msgid "Notification updated" +msgstr "Notificació actualitzada" + +#: app/modules/web/Controllers/PluginController.php:199 +#: app/modules/web/Controllers/PluginController.php:202 +msgid "Plugin enabled" +msgstr "Plugin habilitat" + +#: app/modules/web/Controllers/PluginController.php:226 +#: app/modules/web/Controllers/PluginController.php:229 +#: lib/SP/Plugin/PluginManager.php:219 lib/SP/Plugin/PluginManager.php:339 +msgid "Plugin disabled" +msgstr "Plugin deshabilitat" + +#: app/modules/web/Controllers/PluginController.php:253 +#: app/modules/web/Controllers/PluginController.php:256 +msgid "Plugin reset" +msgstr "Plugin restablit" + +#: app/modules/web/Controllers/PluginController.php:285 +msgid "Plugins deleted" msgstr "" +#: app/modules/web/Controllers/PluginController.php:291 +msgid "Plugin deleted" +msgstr "" + +#: app/modules/web/Controllers/PublicLinkController.php:114 +msgid "New Public Link" +msgstr "" + +#: app/modules/web/Controllers/PublicLinkController.php:180 +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:89 +msgid "Link updated" +msgstr "Enllaç actualitzat" + +#: app/modules/web/Controllers/PublicLinkController.php:204 +msgid "Edit Public Link" +msgstr "" + +#: app/modules/web/Controllers/PublicLinkController.php:243 +#: app/modules/web/Controllers/PublicLinkController.php:246 +msgid "Links deleted" +msgstr "Enllaços eliminats" + +#: app/modules/web/Controllers/PublicLinkController.php:254 +#: app/modules/web/Controllers/PublicLinkController.php:258 +msgid "Link deleted" +msgstr "Enllaç eliminat" + +#. (itstool) path: strings/text +#: app/modules/web/Controllers/PublicLinkController.php:255 +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:90 app/config/strings.xml:9 +msgid "Link" +msgstr "Enllaç" + +#: app/modules/web/Controllers/PublicLinkController.php:286 +#: app/modules/web/Controllers/PublicLinkController.php:323 +msgid "Link created" +msgstr "Enllaç creat" + +#: app/modules/web/Controllers/StatusController.php:93 +msgid "Version unavailable" +msgstr "" + +#: app/modules/web/Controllers/StatusController.php:140 +msgid "Notifications not available" +msgstr "" + +#: app/modules/web/Controllers/TagController.php:207 +msgid "Tags deleted" +msgstr "Etiquetes eliminades" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/TagController.php:302 -#: ../../../config/actions.xml:511 -msgid "Ver Etiqueta" +#: app/modules/web/Controllers/TagController.php:302 app/config/actions.xml:511 +msgid "View Tag" msgstr "" +#: app/modules/web/Controllers/TrackController.php:114 +msgid "Track unlocked" +msgstr "" + +#: app/modules/web/Controllers/TrackController.php:140 +msgid "Tracks cleared out" +msgstr "" + +#: app/modules/web/Controllers/Traits/ConfigTrait.php:68 +msgid "Configuration updated" +msgstr "Configuració actualitzada" + +#: app/modules/web/Controllers/Traits/ConfigTrait.php:72 +#, fuzzy +msgid "Error while saving the configuration" +msgstr "Error en guardar la configuració" + +#: app/modules/web/Controllers/Traits/ItemTrait.php:122 +#: app/modules/web/Controllers/Traits/ItemTrait.php:177 +#: lib/SP/Core/Crypt/OldCrypt.php:176 lib/SP/Core/Crypt/OldCrypt.php:188 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:59 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:154 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:244 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:334 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:389 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:417 +#: lib/SP/Services/Account/AccountService.php:227 +#: lib/SP/Services/Account/AccountService.php:232 +#: lib/SP/Services/Api/ApiService.php:129 +#: lib/SP/Services/Api/ApiService.php:229 +#: lib/SP/Services/Api/ApiService.php:237 +#: lib/SP/Services/Auth/LoginService.php:190 +#: lib/SP/Services/Auth/LoginService.php:354 +#: lib/SP/Services/Auth/LoginService.php:504 +#: lib/SP/Services/Auth/LoginService.php:509 +#: lib/SP/Services/Auth/LoginService.php:541 +#: lib/SP/Services/Auth/LoginService.php:648 +#: lib/SP/Services/AuthToken/AuthTokenService.php:311 +#: 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:232 +msgid "Internal error" +msgstr "Error intern" + +#: app/modules/web/Controllers/Traits/ItemTrait.php:173 +msgid "Error while updating custom field's data" +msgstr "" + +#: app/modules/web/Controllers/UpgradeController.php:67 +msgid "The updating need to be confirmed" +msgstr "És necessari confirmar l'actualització" + +#: app/modules/web/Controllers/UpgradeController.php:71 +msgid "Wrong security code" +msgstr "Codi de seguretat incorrecte" + +#: app/modules/web/Controllers/UpgradeController.php:92 +#: app/modules/web/themes/material-blue/views/login/index.inc:88 +msgid "Application successfully updated" +msgstr "Aplicació actualitzada correctament" + +#: app/modules/web/Controllers/UpgradeController.php:92 +msgid "You will be redirected to log in within 5 seconds" +msgstr "En 5 segons serà redirigit al login" + +#: app/modules/web/Controllers/UserController.php:235 +#: app/modules/web/Controllers/UserController.php:356 +#: app/modules/web/Controllers/UserPassResetController.php:107 +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:65 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:238 +msgid "Password Change" +msgstr "Canvi de Clau" + +#: app/modules/web/Controllers/UserController.php:275 +#: app/modules/web/Controllers/UserController.php:278 +msgid "Users deleted" +msgstr "Usuaris eliminats" + +#: app/modules/web/Controllers/UserController.php:286 +#: app/modules/web/Controllers/UserController.php:290 +msgid "User deleted" +msgstr "Usuari eliminat" + +#: app/modules/web/Controllers/UserController.php:322 +#: app/modules/web/Controllers/UserController.php:328 +msgid "User added" +msgstr "Usuari creat" + +#: app/modules/web/Controllers/UserController.php:387 +#: app/modules/web/Controllers/UserController.php:393 +msgid "User updated" +msgstr "Usuari actualitzat" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/UserController.php:458 -#: ../../../config/actions.xml:577 -msgid "Ver Usuario" +#: app/modules/web/Controllers/UserController.php:458 +#: app/config/actions.xml:577 +msgid "View User" msgstr "Veure Usuari" +#: app/modules/web/Controllers/UserGroupController.php:226 +#: app/modules/web/Controllers/UserGroupController.php:229 +msgid "Groups deleted" +msgstr "Grups eliminats" + +#: app/modules/web/Controllers/UserPassResetController.php:92 +msgid "Wrong data" +msgstr "" + +#: app/modules/web/Controllers/UserPassResetController.php:96 +msgid "Unable to reset the password" +msgstr "" + +#: app/modules/web/Controllers/UserPassResetController.php:103 +msgid "Password Recovery" +msgstr "Recuperació de Clau" + +#: app/modules/web/Controllers/UserPassResetController.php:104 +msgid "Requested for" +msgstr "Sol·licitat per" + +#: app/modules/web/Controllers/UserPassResetController.php:109 +msgid "Request sent" +msgstr "Sol·licitud enviada" + +#: app/modules/web/Controllers/UserPassResetController.php:109 +msgid "You will receive an email to complete the request shortly." +msgstr "En breu rebrà un correu per completar la sol·licitud." + +#: app/modules/web/Controllers/UserPassResetController.php:126 +#: lib/SP/Services/Api/ApiService.php:96 +#: lib/SP/Services/Auth/LoginService.php:138 +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:103 +msgid "Attempts exceeded" +msgstr "Intents excedits" + +#: app/modules/web/Controllers/UserPassResetController.php:179 +#: app/modules/web/Forms/AuthTokenForm.php:101 +#: app/modules/web/Forms/UserForm.php:157 +msgid "Password cannot be blank" +msgstr "La contrasenya no pot estar en blanc" + +#: app/modules/web/Controllers/UserProfileController.php:215 +#: app/modules/web/Controllers/UserProfileController.php:218 +msgid "Profiles deleted" +msgstr "Perfils eliminats" + +#: app/modules/web/Controllers/UserProfileController.php:227 +#: app/modules/web/Controllers/UserProfileController.php:231 +msgid "Profile deleted" +msgstr "Perfil eliminat" + +#: app/modules/web/Controllers/UserProfileController.php:262 +msgid "Profile added" +msgstr "Perfil creat" + +#: app/modules/web/Controllers/UserProfileController.php:300 +msgid "Profile updated" +msgstr "Perfil actualitzat" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/UserProfileController.php:326 -#: ../../../config/actions.xml:643 -msgid "Ver Perfil" +#: app/modules/web/Controllers/UserProfileController.php:326 +#: app/config/actions.xml:643 +msgid "View Profile" msgstr "Veure Perfil" -#: ../../../modules/web/Controllers/UserSettingsManagerController.php:87 -msgid "Preferencias" +#: app/modules/web/Controllers/UserSettingsGeneralController.php:74 +msgid "Preferences updated" +msgstr "Preferències actualitzades" + +#: app/modules/web/Controllers/UserSettingsManagerController.php:87 +msgid "Preferences" msgstr "Preferencies" -#: ../../../config/strings.js.inc:26 +#: app/modules/web/Forms/AccountForm.php:131 +msgid "A key is needed" +msgstr "És necessària una contrasenya" + +#: app/modules/web/Forms/AccountForm.php:171 +msgid "An account name needed" +msgstr "És necessari un nom de compte" + +#: app/modules/web/Forms/AccountForm.php:175 +#: app/modules/web/Forms/ClientForm.php:84 +msgid "A client name needed" +msgstr "És necessari un nom de client" + +#: app/modules/web/Forms/AccountForm.php:179 +msgid "A category is needed" +msgstr "És necessari una categoria" + +#: app/modules/web/Forms/AuthTokenForm.php:91 +msgid "User not set" +msgstr "Usuari no indicat" + +#: app/modules/web/Forms/AuthTokenForm.php:95 +msgid "Action not set" +msgstr "Acció no indicada" + +#: app/modules/web/Forms/CategoryForm.php:83 +msgid "A category name needed" +msgstr "És necessari un nom de categoria" + +#: app/modules/web/Forms/CustomFieldDefForm.php:87 +msgid "Field name not set" +msgstr "Nom del camp no indicat" + +#: app/modules/web/Forms/CustomFieldDefForm.php:91 +msgid "Field type not set" +msgstr "Tipus del camp no indicat" + +#: app/modules/web/Forms/CustomFieldDefForm.php:95 +msgid "Field module not set" +msgstr "Mòdul del camp no indicat" + +#: app/modules/web/Forms/ItemsPresetForm.php:116 +msgid "Value type not set or incorrect" +msgstr "" + +#: app/modules/web/Forms/ItemsPresetForm.php:133 +msgid "There aren't any defined permissions" +msgstr "" + +#: app/modules/web/Forms/ItemsPresetForm.php:182 +msgid "Invalid regular expression" +msgstr "" + +#: app/modules/web/Forms/ItemsPresetForm.php:208 +msgid "An element of type user, group or profile need to be set" +msgstr "" + +#: app/modules/web/Forms/NotificationForm.php:98 +msgid "A component is needed" +msgstr "És necessari un component" + +#: app/modules/web/Forms/NotificationForm.php:102 +msgid "A type is needed" +msgstr "És necessari un tipus" + +#: app/modules/web/Forms/NotificationForm.php:112 +msgid "A target is needed" +msgstr "És necessari un destinatari" + +#: app/modules/web/Forms/PublicLinkForm.php:85 +msgid "An account is needed" +msgstr "" + +#: app/modules/web/Forms/TagForm.php:82 +msgid "A tag name is needed" +msgstr "És necessari un nom d'etiqueta" + +#: app/modules/web/Forms/UserForm.php:111 +msgid "An username is needed" +msgstr "És necessari un nom d'usuari" + +#: app/modules/web/Forms/UserForm.php:115 +msgid "A login is needed" +msgstr "És necessari un login" + +#: app/modules/web/Forms/UserForm.php:119 +msgid "A profile is needed" +msgstr "És necessari un perfil" + +#: app/modules/web/Forms/UserForm.php:123 +msgid "A group is needed" +msgstr "És necessari un grup" + +#: app/modules/web/Forms/UserForm.php:127 +msgid "An email is needed" +msgstr "És necessari un email" + +#: app/modules/web/Forms/UserForm.php:179 +msgid "Unable to delete, user in use" +msgstr "No és possible eliminar, usuari en ús" + +#: app/modules/web/Forms/UserGroupForm.php:84 +msgid "A group name is needed" +msgstr "És necessari un nom de grup" + +#: app/modules/web/Forms/UserProfileForm.php:116 +msgid "A profile name is needed" +msgstr "És necessari un nom de perfil" + +#: app/modules/web/themes/material-blue/inc/Icons.php:32 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:36 +msgid "Add" +msgstr "Afegir" + +#: app/modules/web/themes/material-blue/inc/Icons.php:33 +msgid "View Details" +msgstr "Veure Detalls" + +#: app/modules/web/themes/material-blue/inc/Icons.php:35 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:64 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:68 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:132 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:136 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:148 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:198 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:46 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:87 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:102 +msgid "Edit" +msgstr "Editar" + +#: app/modules/web/themes/material-blue/inc/Icons.php:36 +#: app/modules/web/themes/material-blue/inc/Icons.php:66 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:134 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:155 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:184 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:206 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:134 +msgid "Delete" +msgstr "Eliminar" + +#: app/modules/web/themes/material-blue/inc/Icons.php:37 +msgid "Change Password" +msgstr "Canviar Clau" + +#: app/modules/web/themes/material-blue/inc/Icons.php:38 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:200 +msgid "Application Admin" +msgstr "Admin Aplicació" + +#: app/modules/web/themes/material-blue/inc/Icons.php:39 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:218 #, fuzzy -msgid "Error en la consulta" +msgid "Accounts Admin" +msgstr "Admin Comptes" + +#: app/modules/web/themes/material-blue/inc/Icons.php:40 +msgid "LDAP User" +msgstr "Usuari de LDAP" + +#: app/modules/web/themes/material-blue/inc/Icons.php:41 +#: app/modules/web/themes/material-blue/views/config/mail.inc:138 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:257 +msgid "Disabled" +msgstr "" + +#: app/modules/web/themes/material-blue/inc/Icons.php:42 +msgid "Enabled" +msgstr "Habilitat" + +#: app/modules/web/themes/material-blue/inc/Icons.php:43 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:184 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:49 +msgid "Update" +msgstr "Actualitzar" + +#: app/modules/web/themes/material-blue/inc/Icons.php:44 +msgid "Copy" +msgstr "Copiar" + +#: app/modules/web/themes/material-blue/inc/Icons.php:46 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:84 +msgid "Email" +msgstr "Email" + +#: app/modules/web/themes/material-blue/inc/Icons.php:50 +msgid "Restore" +msgstr "Restaurar" + +#: app/modules/web/themes/material-blue/inc/Icons.php:52 +#: app/config/strings.js.inc:79 +msgid "Help" +msgstr "Ajuda" + +#: app/modules/web/themes/material-blue/inc/Icons.php:53 +msgid "Clear" +msgstr "Netejar" + +#: app/modules/web/themes/material-blue/inc/Icons.php:54 +msgid "Perform" +msgstr "Realitzar" + +#: app/modules/web/themes/material-blue/inc/Icons.php:55 +msgid "Download" +msgstr "Descarregar" + +#: app/modules/web/themes/material-blue/inc/Icons.php:56 +#: app/config/strings.js.inc:85 +msgid "Warning" +msgstr "Avís" + +#: app/modules/web/themes/material-blue/inc/Icons.php:57 +msgid "Check" +msgstr "Comprovar" + +#: app/modules/web/themes/material-blue/inc/Icons.php:64 +msgid "Critical" +msgstr "Crític" + +#: app/modules/web/themes/material-blue/inc/Icons.php:67 +msgid "Previous page" +msgstr "Pàgina anterior" + +#: app/modules/web/themes/material-blue/inc/Icons.php:68 +msgid "Next page" +msgstr "Pàgina següent" + +#: app/modules/web/themes/material-blue/inc/Icons.php:69 +msgid "First page" +msgstr "Primera pàgina" + +#: app/modules/web/themes/material-blue/inc/Icons.php:70 +msgid "Last page" +msgstr "Última pàgina" + +#: lib/SP/Bootstrap.php:278 +#, php-format +msgid "Required PHP version >= %s <= %s" +msgstr "" + +#: lib/SP/Bootstrap.php:280 +msgid "Please update the PHP version to run sysPass" +msgstr "Actualitzi la versió de PHP perquè l'aplicació funcioni correctament" + +#: lib/SP/Config/ConfigUtil.php:94 +msgid "\"/config\" directory does not exist." +msgstr "El directori \"/config\" no existeix" + +#: lib/SP/Config/ConfigUtil.php:100 +msgid "Unable to write into \"/config\" directory" +msgstr "No és possible escriure en el directori \"config\"" + +#: lib/SP/Config/ConfigUtil.php:109 +#, fuzzy +msgid "\"/config\" directory permissions are wrong" +msgstr "Els permisos del directori \"/config\" són incorrectes" + +#: lib/SP/Config/ConfigUtil.php:111 +#, php-format +msgid "Current: %s - Needed: 750" +msgstr "" + +#: lib/SP/Core/Acl/Acl.php:294 lib/SP/Services/Auth/LoginService.php:604 +msgid "N/A" +msgstr "N/D" + +#: lib/SP/Core/Acl/Acl.php:299 +msgid "Access denied" +msgstr "Accés denegat" + +#: lib/SP/Core/Acl/Actions.php:176 +msgid "Action not found" +msgstr "" + +#: lib/SP/Core/Acl/UnauthorizedPageException.php:45 +#: lib/SP/Util/ErrorUtil.php:156 +msgid "You don't have permission to access this page" +msgstr "No té permisos per accedir a aquesta pàgina" + +#: lib/SP/Core/Context/ContextBase.php:73 +msgid "Unable to change password value" +msgstr "" + +#: lib/SP/Core/Context/ContextBase.php:103 +#: lib/SP/Core/Context/ContextBase.php:126 +msgid "Context already initialized" +msgstr "" + +#: lib/SP/Core/Context/ContextBase.php:109 +msgid "Invalid context" +msgstr "" + +#: lib/SP/Core/Context/ContextBase.php:154 +msgid "Context not initialized" +msgstr "" + +#: lib/SP/Core/Context/SessionContext.php:547 +msgid "Session cannot be initialized" +msgstr "La sessió no es pot inicialitzar" + +#: lib/SP/Core/Crypt/OldCrypt.php:178 +msgid "Crypto module cannot be loaded" +msgstr "No es pot usar el mòdul d'encriptació" + +#: lib/SP/Core/Crypt/OldCrypt.php:190 +#, fuzzy +msgid "Error while creating the encrypted data" +msgstr "Error en generar dades xifrades" + +#: lib/SP/Core/Events/Event.php:57 +msgid "An object is needed" +msgstr "És necessari un objecte" + +#: lib/SP/Core/Events/EventDispatcherBase.php:85 +msgid "Observer not initialized" +msgstr "Observador no inicialitzat" + +#: lib/SP/Core/UI/Theme.php:185 +msgid "Invalid icons class" +msgstr "" + +#: lib/SP/Html/DataGrid/DataGridBase.php:302 lib/SP/Mvc/View/Template.php:126 +#, php-format +msgid "Unable to retrieve \"%s\" template: %s" +msgstr "No és possible obtenir la plantilla \"%s\" : %s" + +#: 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 "Invalid IP" +msgstr "IP invàlida" + +#: lib/SP/Http/Json.php:180 +msgid "Encoding error" +msgstr "Error de codificació" + +#: lib/SP/Http/XMLRPCResponseParse.php:69 +msgid "Invalid XML-RPC response" +msgstr "Resposta XML-RPC invàlida" + +#: lib/SP/Mvc/Controller/ControllerTrait.php:70 +msgid "Session not started or timed out" +msgstr "La sessió no s'ha iniciat o ha caducat" + +#: lib/SP/Mvc/Controller/ControllerTrait.php:115 +#: lib/SP/Mvc/Controller/ControllerTrait.php:124 +msgid "Invalid Action" +msgstr "Acció Invàlida" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:71 +#, php-format +msgid "Password needs to be %d characters long" +msgstr "" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:77 +msgid "Password does not contain the required characters" +msgstr "" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:82 +msgid "Password needs to contain letters" +msgstr "" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:86 +msgid "Password needs to contain lower case letters" +msgstr "" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:90 +msgid "Password needs to contain upper case letters" +msgstr "" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:95 +msgid "Password needs to contain numbers" +msgstr "" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:99 +msgid "Password needs to contain symbols" +msgstr "" + +#: lib/SP/Mvc/Model/QueryCondition.php:71 +msgid "Invalid filter type" +msgstr "" + +#: lib/SP/Mvc/View/Components/SelectItemAdapter.php:95 +#: lib/SP/Mvc/View/Components/SelectItemAdapter.php:157 +msgid "Wrong object type" +msgstr "" + +#: lib/SP/Mvc/View/Template.php:301 lib/SP/Mvc/View/Template.php:365 +#, php-format +msgid "Unable to retrieve \"%s\" variable" +msgstr "No és possible obtenir la variable \"%s\"" + +#: lib/SP/Mvc/View/Template.php:334 +#, php-format +msgid "Unable to unset \"%s\" variable" +msgstr "No és possible destruir la variable \"%s\"" + +#: lib/SP/Mvc/View/Template.php:355 +msgid "Template does not contain files" +msgstr "La plantilla no conté arxius" + +#: lib/SP/Plugin/PluginManager.php:170 +#, php-format +msgid "Plugin version not compatible (%s)" +msgstr "" + +#: lib/SP/Plugin/PluginManager.php:192 +#, fuzzy, php-format +msgid "Unable to load the \"%s\" plugin" +msgstr "No es posible cargar el plugin \"%s\" " + +#: lib/SP/Plugin/PluginManager.php:254 +msgid "Plugin available" +msgstr "" + +#: lib/SP/Plugin/PluginManager.php:264 +msgid "Plugin unavailable" +msgstr "" + +#: lib/SP/Plugin/PluginManager.php:294 +msgid "Plugin loaded" +msgstr "" + +#. (itstool) path: action/text +#: lib/SP/Plugin/PluginManager.php:319 app/config/actions.xml:535 +msgid "New Plugin" +msgstr "Nou Plugin" + +#: lib/SP/Providers/Auth/AuthProvider.php:208 +msgid "Method unavailable" +msgstr "Mètode no disponible" + +#: lib/SP/Providers/Auth/AuthProvider.php:212 +msgid "Method already initialized" +msgstr "Mètode ja inicialitzat" + +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:119 +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:126 +#, fuzzy +msgid "Error while searching the group RDN" +msgstr "Error en buscar RDN de grup" + +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:205 +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:210 +#, fuzzy +msgid "Error while searching the user on LDAP" +msgstr "Error en localitzar l'usuari en LDAP" + +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:259 +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:265 +msgid "Error while searching objects in base DN" +msgstr "Error en buscar objectes en DN base" + +#: 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 "Unable to connect to LDAP server" +msgstr "No és possible connectar amb el servidor de LDAP" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:142 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:189 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:70 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:39 +#: app/modules/web/themes/material-blue/views/config/info.inc:75 +#: app/modules/web/themes/material-blue/views/config/info.inc:78 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:94 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:119 +#: app/modules/web/themes/material-blue/views/config/mail.inc:59 +#: app/modules/web/themes/material-blue/views/config/mail.inc:66 +msgid "Server" +msgstr "Servidor" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:169 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:171 +#, fuzzy +msgid "LDAP parameters are not set" +msgstr "Els paràmetres de LDAP no estan configurats" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:231 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:237 +msgid "Connection error (BIND)" +msgstr "Error en connectar (BIND)" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:301 +msgid "Error while disconnecting from LDAP server" +msgstr "" + +#: 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 "User in group verified" +msgstr "Usuari verificat en grup" + +#: lib/SP/Providers/Auth/Ldap/LdapMsAds.php:144 +#: lib/SP/Providers/Auth/Ldap/LdapStd.php:141 +msgid "User does not belong to the group" +msgstr "Usuari no pertany al grup" + +#: lib/SP/Providers/Mail/MailHandler.php:124 +#, php-format +msgid "Performed by: %s (%s)" +msgstr "" + +#: lib/SP/Providers/Mail/MailHandler.php:125 +#, php-format +msgid "IP Address: %s" +msgstr "" + +#: lib/SP/Providers/Mail/MailProvider.php:91 +msgid "Unable to initialize" +msgstr "" + +#: lib/SP/Repositories/Account/AccountFileRepository.php:77 +msgid "Error while saving file" +msgstr "No es va poder guardar l'arxiu" + +#: lib/SP/Repositories/Account/AccountFileRepository.php:279 +#, fuzzy +msgid "Error while deleting the file" +msgstr "Error en eliminar l'arxiu" + +#: lib/SP/Repositories/Account/AccountFileRepository.php:302 +#: lib/SP/Services/Account/AccountFileService.php:145 +msgid "Error while deleting the files" +msgstr "" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:143 +msgid "Error while updating history" +msgstr "Error en actualitzar l'historial" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:162 +#: lib/SP/Repositories/Account/AccountRepository.php:321 +#: lib/SP/Services/Account/AccountHistoryService.php:192 +#, fuzzy +msgid "Error while deleting the account" +msgstr "Error en eliminar el compte" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:292 +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:315 +#: lib/SP/Repositories/Account/AccountRepository.php:501 +#: lib/SP/Services/Account/AccountService.php:616 +msgid "Error while deleting the accounts" +msgstr "" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:436 +#: lib/SP/Repositories/Account/AccountRepository.php:235 +#: lib/SP/Repositories/Account/AccountRepository.php:260 +#: lib/SP/Repositories/User/UserRepository.php:165 +#: lib/SP/Services/Account/AccountHistoryService.php:233 +#: lib/SP/Services/User/UserService.php:331 +msgid "Error while updating the password" +msgstr "" + +#: lib/SP/Repositories/Account/AccountRepository.php:200 +#, fuzzy +msgid "Error while creating the account" +msgstr "Error en crear el compte" + +#: lib/SP/Repositories/Account/AccountRepository.php:301 +#: lib/SP/Services/Account/AccountService.php:582 +#, fuzzy +msgid "Error on restoring the account" +msgstr "Error al restaurar cuenta" + +#: lib/SP/Repositories/Account/AccountRepository.php:382 +#: lib/SP/Repositories/Account/AccountRepository.php:431 +#, fuzzy +msgid "Error while updating the account" +msgstr "Error en modificar el compte" + +#: lib/SP/Repositories/Account/AccountRepository.php:451 +#: lib/SP/Repositories/Account/AccountRepository.php:623 +#: lib/SP/Services/Account/AccountHistoryService.php:75 +#, fuzzy +msgid "Error while retrieving account's data" +msgstr "No es van poder obtenir les dades del compte" + +#: lib/SP/Repositories/Account/AccountToFavoriteRepository.php:71 +msgid "Error while adding favorite" +msgstr "Error en afegir favorit" + +#: lib/SP/Repositories/Account/AccountToFavoriteRepository.php:91 +msgid "Error while deleting favorite" +msgstr "Error en eliminar favorit" + +#: lib/SP/Repositories/Account/AccountToTagRepository.php:94 +#, fuzzy +msgid "Error while removing the account's tags" +msgstr "Error en eliminar les etiquetes del compte" + +#: lib/SP/Repositories/Account/AccountToTagRepository.php:115 +msgid "Error while adding the account's tags" +msgstr "Error en afegir les etiquetes del compte" + +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:106 +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:139 +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:191 +#, fuzzy +msgid "Error while deleting the account's groups" +msgstr "Error en eliminar grups associats al compte" + +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:164 +#, fuzzy +msgid "Error while updating the secondary groups" +msgstr "Error en actualitzar els grups secundaris" + +#: lib/SP/Repositories/Account/AccountToUserRepository.php:76 +#: lib/SP/Repositories/Account/AccountToUserRepository.php:132 +#, fuzzy +msgid "Error while deleting the account users" +msgstr "Error en eliminar usuaris associats al compte" + +#: lib/SP/Repositories/Account/AccountToUserRepository.php:103 +#, fuzzy +msgid "Error while updating the account users" +msgstr "Error en actualitzar els usuaris del compte" + +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:221 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:309 +msgid "The authorization already exist" +msgstr "L'autorització ja existeix" + +#: lib/SP/Repositories/Category/CategoryRepository.php:58 +msgid "Duplicated category" +msgstr "Categoria duplicada" + +#: lib/SP/Repositories/Category/CategoryRepository.php:68 +#, fuzzy +msgid "Error while creating the category" +msgstr "Error en crear la categoria" + +#: lib/SP/Repositories/Category/CategoryRepository.php:107 +msgid "Duplicated category name" +msgstr "Nom de categoria duplicat" + +#: lib/SP/Repositories/Category/CategoryRepository.php:125 +#, fuzzy +msgid "Error while updating the category" +msgstr "Error en actualitzar la categoria" + +#: lib/SP/Repositories/Category/CategoryRepository.php:253 +msgid "Error while deleting the categories" +msgstr "" + +#: lib/SP/Repositories/Category/CategoryRepository.php:275 +#, fuzzy +msgid "Error while deleting the category" +msgstr "Error en eliminar la categoria" + +#: lib/SP/Repositories/Client/ClientRepository.php:62 +#: lib/SP/Repositories/Client/ClientRepository.php:116 +#, fuzzy +msgid "Duplicated client" +msgstr "Client duplicat" + +#: lib/SP/Repositories/Client/ClientRepository.php:80 +#, fuzzy +msgid "Error while creating the client" +msgstr "Error en crear el client" + +#: lib/SP/Repositories/Client/ClientRepository.php:136 +#, fuzzy +msgid "Error while updating the client" +msgstr "Error en actualitzar el client" + +#: lib/SP/Repositories/Client/ClientRepository.php:264 +#: lib/SP/Services/Client/ClientService.php:127 +msgid "Error while deleting the clients" +msgstr "" + +#: lib/SP/Repositories/Client/ClientRepository.php:283 +#, fuzzy +msgid "Error while deleting the client" +msgstr "Error en eliminar el client" + +#: lib/SP/Repositories/Client/ClientRepository.php:345 +msgid "Wrong filter" +msgstr "" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:75 +msgid "Error while creating the custom field" +msgstr "Error en crear el camp personalitzat" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:118 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:165 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:193 +msgid "Error while updating the custom field" +msgstr "Error en actualitzar el camp personalitzat" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:159 +msgid "Custom field not found" +msgstr "" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:239 +msgid "Error while removing the custom fields" +msgstr "" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:259 +msgid "Error while removing the custom field" +msgstr "Error en eliominar el camp personalitzat" + +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:61 +msgid "Error while creating the field type" +msgstr "" + +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:97 +msgid "Error while updating the field type" +msgstr "" + +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:179 +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:198 +msgid "Error while deleting the field type" +msgstr "" + +#: lib/SP/Repositories/EventLog/EventlogRepository.php:53 +#, fuzzy +msgid "Error while clearing the event log out" +msgstr "Error en buidar el registre d'esdeveniments" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:76 +msgid "Error while creating the permission" +msgstr "" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:115 +msgid "Error while updating the permission" +msgstr "" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:134 +msgid "Error while removing the permission" +msgstr "" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:249 +msgid "Error while removing the permissions" +msgstr "" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:79 +msgid "Error while adding the notification" +msgstr "Error en crear la notificació" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:119 +#: lib/SP/Repositories/Notification/NotificationRepository.php:478 +msgid "Error while updating the notification" +msgstr "Error en modificar la notificació" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:138 +#: lib/SP/Repositories/Notification/NotificationRepository.php:157 +msgid "Error while deleting the notification" +msgstr "Error en eliminar la notificació" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:180 +#: lib/SP/Repositories/Notification/NotificationRepository.php:303 +#: lib/SP/Services/Notification/NotificationService.php:140 +#: lib/SP/Services/Notification/NotificationService.php:159 +msgid "Error while deleting the notifications" +msgstr "" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:213 +msgid "Error while retrieving notification" +msgstr "Error en obtenir la notificació" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:243 +#: lib/SP/Repositories/Notification/NotificationRepository.php:515 +#: lib/SP/Repositories/Notification/NotificationRepository.php:548 +#: lib/SP/Repositories/Notification/NotificationRepository.php:582 +#: lib/SP/Repositories/Notification/NotificationRepository.php:615 +msgid "Error while retrieving the notifications" +msgstr "Error en obtenir les notificacions" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:70 +msgid "Error while adding the plugin" +msgstr "Error en crear el plugin" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:104 +#: lib/SP/Repositories/Plugin/PluginRepository.php:348 +#: lib/SP/Repositories/Plugin/PluginRepository.php:368 +#: lib/SP/Repositories/Plugin/PluginRepository.php:388 +#: lib/SP/Repositories/Plugin/PluginRepository.php:408 +#: lib/SP/Repositories/Plugin/PluginRepository.php:427 +msgid "Error while updating the plugin" +msgstr "Error en actualitzar el plugin" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:212 +#: lib/SP/Services/Plugin/PluginService.php:137 +msgid "Error while deleting the plugins" +msgstr "" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:232 +msgid "Error while deleting the plugin" +msgstr "Error en eliminar el plugin" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:63 +msgid "Error while removing the link" +msgstr "Error en eliminar enllaç" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:255 +msgid "Link already created" +msgstr "Enllaci ja creat" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:282 +msgid "Error while creating the link" +msgstr "Error en crear enllaç" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:341 +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:389 +msgid "Error while updating the link" +msgstr "Error en actualitzar enllaç" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:424 +msgid "Error while renewing link" +msgstr "Error en renovar enllaç" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:466 +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:507 +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:528 +msgid "Error while retrieving the link" +msgstr "Error en obtenir enllaç" + +#: lib/SP/Repositories/Tag/TagRepository.php:60 +#: lib/SP/Repositories/Tag/TagRepository.php:108 +msgid "Duplicated tag" +msgstr "Etiqueta duplicada" + +#: lib/SP/Repositories/Tag/TagRepository.php:69 +msgid "Error while creating the tag" +msgstr "Error en crear etiqueta" + +#: lib/SP/Repositories/Tag/TagRepository.php:118 +msgid "Error while updating the tag" +msgstr "Error en actualitzar etiqueta" + +#: lib/SP/Repositories/Tag/TagRepository.php:243 +#: lib/SP/Services/Tag/TagService.php:126 +msgid "Error while removing the tags" +msgstr "" + +#: lib/SP/Repositories/Tag/TagRepository.php:262 +msgid "Error while removing the tag" +msgstr "Error en eliminar etiqueta" + +#: lib/SP/Repositories/Track/TrackRepository.php:68 +msgid "Error while creating track" +msgstr "Error en crear track" + +#: lib/SP/Repositories/Track/TrackRepository.php:85 +msgid "Error while removing the track" +msgstr "Error en eliminar track" + +#: lib/SP/Repositories/Track/TrackRepository.php:102 +msgid "Error while updating the track" +msgstr "Error en actualitzar track" + +#: lib/SP/Repositories/Track/TrackRepository.php:118 +msgid "Error while clearing tracks out" +msgstr "" + +#: lib/SP/Repositories/Track/TrackRepository.php:146 +msgid "Error while retrieving the track" +msgstr "Error en obtenir track" + +#: lib/SP/Repositories/Track/TrackRepository.php:169 +#: lib/SP/Repositories/Track/TrackRepository.php:202 +msgid "Error while retrieving the tracks" +msgstr "Error en obtenir tracks" + +#: lib/SP/Repositories/User/UserPassRecoverRepository.php:86 +msgid "Error while generating the recovering hash" +msgstr "Error en generar el hash de recuperació" + +#: lib/SP/Repositories/User/UserPassRecoverRepository.php:112 +msgid "Error while checking hash" +msgstr "Error en comprovació de hash" + +#: lib/SP/Repositories/User/UserRepository.php:63 +#: lib/SP/Repositories/User/UserRepository.php:430 +msgid "Duplicated user login/email" +msgstr "Login/email d'usuari duplicats" + +#: lib/SP/Repositories/User/UserRepository.php:100 +#: lib/SP/Repositories/User/UserRepository.php:677 +#: lib/SP/Services/User/UserService.php:310 +#, fuzzy +msgid "Error while updating the user" +msgstr "Error en actualitzar l'usuari" + +#: lib/SP/Repositories/User/UserRepository.php:184 +#, fuzzy +msgid "Error while deleting the user" +msgstr "Error en eliminar l'usuari" + +#: lib/SP/Repositories/User/UserRepository.php:234 +#: lib/SP/Repositories/User/UserRepository.php:551 +msgid "Error while retrieving the user's data" +msgstr "Error en obtenir les dades de l'usuari" + +#: lib/SP/Repositories/User/UserRepository.php:353 +#: lib/SP/Services/User/UserService.php:209 +msgid "Error while deleting the users" +msgstr "" + +#: lib/SP/Repositories/User/UserRepository.php:474 +#, fuzzy +msgid "Error while creating the user" +msgstr "Error en crear l'usuari" + +#: lib/SP/Repositories/User/UserRepository.php:697 +#, fuzzy +msgid "Error while updating the preferences" +msgstr "Error en actualitzar preferències" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:62 +#, fuzzy +msgid "Error while deleting the group" +msgstr "Error en eliminar el grup" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:306 +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:351 +msgid "Duplicated group name" +msgstr "Nom de grup duplicat" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:315 +#, fuzzy +msgid "Error while creating the group" +msgstr "Error en crear el grup" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:361 +#, fuzzy +msgid "Error while updating the group" +msgstr "Error en actualitzar el grup" + +#: lib/SP/Repositories/UserGroup/UserToUserGroupRepository.php:108 +#, fuzzy +msgid "Error while deleting the group users" +msgstr "Error en eliminar els usuaris del grup" + +#: lib/SP/Repositories/UserGroup/UserToUserGroupRepository.php:140 +msgid "Error while setting users in the group" +msgstr "Error en assignar els usuaris al grup" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:79 +msgid "Error while removing the profile" +msgstr "Error en eliminar perfil" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:181 +#: lib/SP/Services/UserProfile/UserProfileService.php:114 +msgid "Error while removing the profiles" +msgstr "" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:230 +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:275 +msgid "Duplicated profile name" +msgstr "Nom de perfil duplicat" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:239 +msgid "Error while creating the profile" +msgstr "Error en crear perfil" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:288 +#: lib/SP/Services/UserProfile/UserProfileService.php:141 +msgid "Error while updating the profile" +msgstr "Error al modificar perfil" + +#: 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 "Update Master Password" +msgstr "Actualitzar Clau Mestra" + +#: lib/SP/Services/Account/AccountCryptService.php:89 +#, fuzzy +msgid "Error while updating the accounts' passwords" +msgstr "Errors en actualitzar les claus dels comptes" + +#: lib/SP/Services/Account/AccountCryptService.php:115 +#, fuzzy +msgid "Error while retrieving the accounts' passwords" +msgstr "Error en obtenir les claus dels comptes" + +#: lib/SP/Services/Account/AccountCryptService.php:139 +#, php-format +msgid "Accounts updated: %d / %d" +msgstr "" + +#: lib/SP/Services/Account/AccountCryptService.php:148 +#, php-format +msgid "Updated accounts: %d / %d - %d%% - ETA: %ds (%.2f/s)" +msgstr "" + +#: lib/SP/Services/Account/AccountCryptService.php:158 +msgid "The record's master password does not match" +msgstr "La clau mestra del registre no coincideix" + +#: lib/SP/Services/Account/AccountCryptService.php:183 +#: lib/SP/Services/Account/AccountCryptService.php:188 +#, fuzzy +msgid "Error while updating the account's password" +msgstr "Fallada en actualitzar la clau del compte" + +#: lib/SP/Services/Account/AccountCryptService.php:194 +msgid "Errors" +msgstr "Errors" + +#: lib/SP/Services/Account/AccountCryptService.php:212 +#: lib/SP/Services/Account/AccountCryptService.php:218 +msgid "Update Master Password (H)" +msgstr "Actualitzar Clau Mestra (H)" + +#: lib/SP/Services/Account/AccountCryptService.php:233 +#, fuzzy +msgid "Error while updating the accounts' passwords in history" +msgstr "Errors en actualitzar les claus dels comptes de l'històric" + +#: lib/SP/Services/Account/AccountFileService.php:164 +msgid "File not found" +msgstr "Arxiu no trobat" + +#: lib/SP/Services/Account/AccountService.php:163 +#: lib/SP/Services/Account/AccountService.php:599 +msgid "Account not found" +msgstr "Explica no trobada" + +#: lib/SP/Services/Account/AccountService.php:220 +msgid "Master password not set" +msgstr "" + +#: lib/SP/Services/Account/AccountService.php:283 +#: lib/SP/Services/Account/AccountService.php:672 +#: lib/SP/Services/Account/AccountService.php:727 +#, fuzzy +msgid "The account doesn't exist" +msgstr "El compte no existeix" + +#: lib/SP/Services/Api/ApiRequest.php:79 lib/SP/Services/Api/ApiRequest.php:113 +#: lib/SP/Services/Api/ApiService.php:231 +msgid "Invalid data" +msgstr "Dades invàlides" + +#: lib/SP/Services/Api/ApiRequest.php:88 +msgid "Invalid format" +msgstr "" + +#: lib/SP/Services/Api/ApiService.php:152 +msgid "Wrong parameters" +msgstr "Paràmetres incorrectes" + +#: lib/SP/Services/Auth/LoginService.php:160 +#: lib/SP/Services/Auth/LoginService.php:460 +#: lib/SP/Services/Auth/LoginService.php:467 +#: lib/SP/Services/Auth/LoginService.php:575 +#: lib/SP/Services/Auth/LoginService.php:580 +#: lib/SP/Services/Auth/LoginService.php:619 +#: lib/SP/Services/Auth/LoginService.php:624 +msgid "Wrong login" +msgstr "Login incorrecte" + +#: lib/SP/Services/Auth/LoginService.php:219 +#: lib/SP/Services/Auth/LoginService.php:226 +msgid "User disabled" +msgstr "Usuari deshabilitat" + +#: lib/SP/Services/Auth/LoginService.php:273 +msgid "Using temporary password" +msgstr "Usant clau temporal" + +#: lib/SP/Services/Auth/LoginService.php:285 +#: lib/SP/Services/Auth/LoginService.php:291 +#: lib/SP/Services/Auth/LoginService.php:309 +#: lib/SP/Services/Auth/LoginService.php:315 +#, fuzzy +msgid "Wrong master password" +msgstr "Clau mestra incorrecta" + +#: lib/SP/Services/Auth/LoginService.php:330 +msgid "Your previous password is needed" +msgstr "És necessària la seva clau anterior" + +#: lib/SP/Services/Auth/LoginService.php:342 +#, fuzzy +msgid "The Master Password either is not saved or is wrong" +msgstr "La clau mestra no ha estat guardada o és incorrecta" + +#: lib/SP/Services/Auth/LoginService.php:456 +#: lib/SP/Services/Auth/LoginService.php:519 +msgid "LDAP Server" +msgstr "Servidor LDAP " + +#: lib/SP/Services/Auth/LoginService.php:475 +#: lib/SP/Services/Auth/LoginService.php:480 +msgid "Account expired" +msgstr "Compte expirat" + +#: lib/SP/Services/Auth/LoginService.php:488 +#: lib/SP/Services/Auth/LoginService.php:493 +msgid "User has no associated groups" +msgstr "L'usuari no té grups associats" + +#: lib/SP/Services/Auth/LoginService.php:609 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:12 +msgid "Authentication" +msgstr "Autenticació" + +#: lib/SP/Services/AuthToken/AuthTokenService.php:139 +#: lib/SP/Services/AuthToken/AuthTokenService.php:277 +#: lib/SP/Services/AuthToken/AuthTokenService.php:291 +msgid "Token not found" +msgstr "Token no trobat" + +#: lib/SP/Services/AuthToken/AuthTokenService.php:158 +msgid "Error while removing the tokens" +msgstr "" + +#: lib/SP/Services/Backup/FileBackupService.php:100 +msgid "Make Backup" +msgstr "Realitzar Còpia de seguretat" + +#: lib/SP/Services/Backup/FileBackupService.php:107 +#, fuzzy +msgid "Error while doing the backup in compatibility mode" +msgstr "Error en realitzar la còpia de seguretat en manera compatibilitat" + +#: lib/SP/Services/Backup/FileBackupService.php:118 +#, fuzzy +msgid "Error while doing the backup" +msgstr "Error en realitzar la còpia de seguretat" + +#: lib/SP/Services/Backup/FileBackupService.php:139 +#, php-format +msgid "Unable to create the backups directory (\"%s\")" +msgstr "No és possible crear el directori de backups (\"%s\")" + +#: lib/SP/Services/Backup/FileBackupService.php:144 +#, fuzzy +msgid "Please, check the backup directory permissions" +msgstr "Comprovi els permisos del directori de còpia de seguretat" + +#: lib/SP/Services/Backup/FileBackupService.php:211 +msgid "Copying database" +msgstr "" + +#: lib/SP/Services/Backup/FileBackupService.php:343 +#: lib/SP/Services/Backup/FileBackupService.php:367 +msgid "Copying application" +msgstr "" + +#: lib/SP/Services/Backup/FileBackupService.php:362 +msgid "This operation is only available on Linux environments" +msgstr "Aquesta operació només és possible en entorns Linux" + +#: lib/SP/Services/Category/CategoryService.php:77 +#: lib/SP/Services/Category/CategoryService.php:98 +#: lib/SP/Services/Category/CategoryService.php:115 +msgid "Category not found" +msgstr "Categoria no trobada" + +#: lib/SP/Services/Category/CategoryService.php:134 +msgid "Error while deleting categories" +msgstr "" + +#: lib/SP/Services/Client/ClientService.php:76 +#: lib/SP/Services/Client/ClientService.php:95 +#: lib/SP/Services/Client/ClientService.php:110 +msgid "Client not found" +msgstr "Client no trobat" + +#: lib/SP/Services/Config/ConfigBackupService.php:115 +#: lib/SP/Services/Config/ConfigBackupService.php:122 +msgid "Unable to restore the configuration" +msgstr "" + +#: lib/SP/Services/Config/ConfigService.php:68 +#: lib/SP/Services/Config/ConfigService.php:153 +#, php-format +msgid "Parameter not found (%s)" +msgstr "" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:103 +msgid "Generate temporary password" +msgstr "" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:110 +#, fuzzy +msgid "Error while generating the temporary password" +msgstr "Error en generar clau temporal" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:131 +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:181 +msgid "Temporary password expired" +msgstr "Clau temporal caducada" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:160 +msgid "Error while checking the temporary password" +msgstr "" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:213 +#, php-format +msgid "Master Password %s" +msgstr "Clau Mestra %s" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:214 +msgid "" +"A new sysPass master password has been generated, so next time you log into " +"the application it will be requested." +msgstr "" +"S'ha generat una nova clau per a l'accés a sysPass i es sol·licitarà en el " +"següent inici." + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:216 +#, php-format +msgid "The new Master Password is: %s" +msgstr "La nova clau és: %s" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:218 +#, php-format +msgid "This password will be valid until: %s" +msgstr "" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:220 +msgid "Please, don't forget to log in as soon as possible to save the changes." +msgstr "No oblidi accedir al més aviat possible per guardar els canvis." + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:68 +msgid "There aren't any data from custom fields" +msgstr "No hi ha dades de camps personalitzats" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:76 +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:84 +msgid "Updating encrypted data" +msgstr "Actualitzant dades encriptades" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:109 +msgid "Records updated" +msgstr "Registres actualitzats" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:110 +#, fuzzy +msgid "Records not updated" +msgstr "Registres no actualitzats" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:136 +#, fuzzy +msgid "Error while updating the custom fields data" +msgstr "Errors en actualitzar dades de camps personalitzats" + +#: lib/SP/Services/CustomField/CustomFieldDefService.php:109 +msgid "Field not found" +msgstr "" + +#: lib/SP/Services/CustomField/CustomFieldDefService.php:130 +msgid "Error while deleting the fields" +msgstr "" + +#: lib/SP/Services/CustomField/CustomFieldTypeService.php:84 +msgid "Field type not found" +msgstr "" + +#: lib/SP/Services/Export/XmlExportService.php:127 +#: lib/SP/Storage/File/FileCache.php:74 +#: lib/SP/Storage/File/FileCachePacked.php:116 +#, php-format +msgid "Unable to create the directory (%s)" +msgstr "" + +#: lib/SP/Services/Export/XmlExportService.php:203 +#, fuzzy +msgid "Error while exporting" +msgstr "Error en realitzar l'exportació" + +#: lib/SP/Services/Export/XmlExportService.php:271 +msgid "Exporting categories" +msgstr "" + +#: lib/SP/Services/Export/XmlExportService.php:383 +msgid "Exporting clients" +msgstr "" + +#: lib/SP/Services/Export/XmlExportService.php:429 +msgid "Exporting tags" +msgstr "" + +#: lib/SP/Services/Export/XmlExportService.php:473 +msgid "Exporting accounts" +msgstr "" + +#: lib/SP/Services/Export/XmlExportService.php:583 +#, fuzzy +msgid "Error while creating the XML file" +msgstr "Error en crear l'arxiu XML" + +#: lib/SP/Services/Export/XmlVerifyService.php:110 +#: lib/SP/Services/Import/XmlFileImport.php:81 +#, fuzzy +msgid "Unable to process the XML file" +msgstr "No és possible processar l'arxiu XML" + +#: lib/SP/Services/Export/XmlVerifyService.php:177 +#: lib/SP/Services/Import/SyspassImport.php:176 +msgid "Error while checking integrity hash" +msgstr "" + +#: 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 "Wrong encryption password" +msgstr "Clau d'encriptació incorrecta" + +#: lib/SP/Services/Import/CsvImport.php:50 +#, php-format +msgid "Detected format: %s" +msgstr "Format detectat: %s" + +#: lib/SP/Services/Import/CsvImportBase.php:130 +#: lib/SP/Services/Import/CsvImportBase.php:176 +#, php-format +msgid "Wrong number of fields (%d)" +msgstr "El nombre de camps és incorrecte (%d)" + +#: lib/SP/Services/Import/CsvImportBase.php:132 +#: lib/SP/Services/Import/CsvImportBase.php:178 +#, fuzzy, php-format +msgid "Please, check the CSV file format in line %s" +msgstr "Comprovi el format de l'arxiu CSV en línia %s" + +#: lib/SP/Services/Import/CsvImportBase.php:158 +#: lib/SP/Services/Import/KeepassImport.php:103 +#: lib/SP/Services/Import/SyspassImport.php:387 +msgid "Account imported" +msgstr "" + +#: lib/SP/Services/Import/CsvImportBase.php:166 +#, fuzzy +msgid "Error while importing the account" +msgstr "Error important compte" + +#: lib/SP/Services/Import/CsvImportBase.php:167 +msgid "Error while processing line" +msgstr "Error processant línia" + +#: lib/SP/Services/Import/FileImport.php:67 +#: lib/SP/Services/Import/FileImport.php:88 +msgid "File successfully uploaded" +msgstr "Arxiu no pujat correctament" + +#: lib/SP/Services/Import/FileImport.php:69 +#: lib/SP/Services/Import/FileImport.php:90 +msgid "Please check the web server user permissions" +msgstr "Verifiqui els permisos de l'usuari del servidor web" + +#: lib/SP/Services/Import/FileImport.php:102 +#, fuzzy +msgid "Please, check the file extension" +msgstr "Comprovi l'extensió de l'arxiu" + +#: lib/SP/Services/Import/FileImport.php:118 +#, fuzzy +msgid "Please, check PHP configuration for upload files" +msgstr "Comprovi la configuració de PHP per pujar arxius" + +#: lib/SP/Services/Import/ImportService.php:89 +#, php-format +msgid "Mime type not supported (\"%s\")" +msgstr "Tipus mime no suportat (\"%s\")" + +#: lib/SP/Services/Import/ImportService.php:91 +#, fuzzy +msgid "Please, check the file format" +msgstr "Comprovi el format de l'arxiu" + +#: lib/SP/Services/Import/ImportTrait.php:107 +msgid "Category Id not set. Unable to import account." +msgstr "Id de categoria no definit. No és possible importar compte." + +#: lib/SP/Services/Import/ImportTrait.php:111 +msgid "Client Id not set. Unable to import account." +msgstr "Id de client no definit. No és possible importar el compte." + +#: lib/SP/Services/Import/KeepassImport.php:58 +msgid "KeePass XML Import" +msgstr "" + +#: lib/SP/Services/Import/KeepassImport.php:91 +#: lib/SP/Services/Import/SyspassImport.php:211 +msgid "Category imported" +msgstr "" + +#: lib/SP/Services/Import/SyspassImport.php:58 +msgid "sysPass XML Import" +msgstr "" + +#: lib/SP/Services/Import/SyspassImport.php:69 +msgid "Encryption password not set" +msgstr "Clau d'encriptació no indicada" + +#: lib/SP/Services/Import/SyspassImport.php:162 +msgid "Data unencrypted" +msgstr "" + +#: lib/SP/Services/Import/SyspassImport.php:177 +msgid "" +"If you are importing an exported file from the same origin, the data could " +"be compromised." +msgstr "" + +#: lib/SP/Services/Import/SyspassImport.php:250 +#: lib/SP/Services/Import/SyspassImport.php:290 +msgid "Client imported" +msgstr "" + +#: lib/SP/Services/Import/SyspassImport.php:326 +msgid "Tag imported" +msgstr "" + +#: lib/SP/Services/Import/XmlFileImport.php:105 +msgid "XML file not supported" +msgstr "Arxiu XML no suportat" + +#: lib/SP/Services/Import/XmlFileImport.php:107 +msgid "Unable to guess the application which data was exported from" +msgstr "No és possible detectar l'aplicació que va exportar les dades" + +#: lib/SP/Services/Import/XmlImport.php:98 +msgid "Format not detected" +msgstr "" + +#: lib/SP/Services/Import/XmlImport.php:106 +msgid "Not implemented" +msgstr "" + +#: lib/SP/Services/Import/XmlImportBase.php:107 +#: lib/SP/Services/Import/XmlImportTrait.php:78 +msgid "Invalid Method" +msgstr "Mètode invàlid" + +#: lib/SP/Services/Import/XmlImportBase.php:119 +#: lib/SP/Services/Import/XmlImportTrait.php:68 +msgid "Invalid XML format" +msgstr "Format de XML invàlid" + +#: lib/SP/Services/Import/XmlImportBase.php:121 +#: lib/SP/Services/Import/XmlImportTrait.php:70 +#, php-format +msgid "\"%s\" node doesn't exist" +msgstr "El node \"%s\" no existeix" + +#: lib/SP/Services/Install/Installer.php:106 +#, fuzzy +msgid "Please, enter the admin username" +msgstr "Indicar nom d'usuari admin" + +#: lib/SP/Services/Install/Installer.php:108 +#, fuzzy +msgid "Admin user to log into the application" +msgstr "Usuari admin per a accés a l'aplicació" + +#: lib/SP/Services/Install/Installer.php:113 +#, fuzzy +msgid "Please, enter the admin's password" +msgstr "Indicar la clau de admin" + +#: lib/SP/Services/Install/Installer.php:115 +msgid "Application administrator's password" +msgstr "Clau de l'usuari admin de l'aplicació" + +#: lib/SP/Services/Install/Installer.php:120 +#, fuzzy +msgid "Please, enter the Master Password" +msgstr "Indicar la clau mestra" + +#: lib/SP/Services/Install/Installer.php:122 +msgid "Master password to encrypt the passwords" +msgstr "Clau mestra per encriptar les claus" + +#: lib/SP/Services/Install/Installer.php:127 +msgid "Master password too short" +msgstr "Clau mestra massa curta" + +#: lib/SP/Services/Install/Installer.php:129 +msgid "The Master Password length need to be at least 11 characters" +msgstr "La longitud de la clau mestra ha de ser major d'11 caràcters" + +#: lib/SP/Services/Install/Installer.php:134 +#, fuzzy +msgid "Please, enter the database user" +msgstr "Indicar l'usuari de la BBDD" + +#: lib/SP/Services/Install/Installer.php:136 +msgid "An user with database administrative rights" +msgstr "Usuari amb permisos d'administrador de la Base de dades" + +#: lib/SP/Services/Install/Installer.php:141 +#, fuzzy +msgid "Please, enter the database password" +msgstr "Indicar la clau de la BBDD" + +#: lib/SP/Services/Install/Installer.php:143 +msgid "Database administrator's password" +msgstr "Clau de l'usuari administrador de la Base de Dades" + +#: lib/SP/Services/Install/Installer.php:148 +#, fuzzy +msgid "Please, enter the database name" +msgstr "Indicar el nom de la BBDD" + +#: lib/SP/Services/Install/Installer.php:150 +msgid "Application database name. eg. syspass" +msgstr "Nom per a la BBDD de l'aplicació per exemple syspass" + +#: lib/SP/Services/Install/Installer.php:155 +msgid "Database name cannot contain \".\"" +msgstr "El nom de la BBDD no pot contenir \".\"" + +#: lib/SP/Services/Install/Installer.php:157 +#, fuzzy +msgid "Please, remove dots in database name" +msgstr "Elimini els punts del nom de la Base de dades" + +#: lib/SP/Services/Install/Installer.php:162 +#, fuzzy +msgid "Please, enter the database server" +msgstr "Indicar el servidor de la BBDD" + +#: lib/SP/Services/Install/Installer.php:164 +msgid "Server where the database will be installed" +msgstr "Servidor on s'instal·larà la Base de dades" + +#: lib/SP/Services/Install/Installer.php:318 +#: lib/SP/Services/Install/Installer.php:369 +msgid "Warn to developer" +msgstr "Informe al desenvolupador" + +#: lib/SP/Services/Install/Installer.php:359 +msgid "Error while creating 'admin' user" +msgstr "" + +#: lib/SP/Services/Install/MySQL.php:135 +#, php-format +msgid "Unable to check the sysPass user (%s)" +msgstr "" + +#: lib/SP/Services/Install/MySQL.php:137 +#, fuzzy +msgid "Please, check the DB connection user rights" +msgstr "Comprovi els permisos de l'usuari de connexió a la BBDD" + +#: lib/SP/Services/Install/MySQL.php:181 +#, php-format +msgid "Error while creating the MySQL connection user '%s'" +msgstr "Error en crear l'usuari de connexió a MySQL '%s'" + +#: lib/SP/Services/Install/MySQL.php:201 +msgid "The database already exists" +msgstr "La BBDD ja existeix" + +#: lib/SP/Services/Install/MySQL.php:203 +#, fuzzy +msgid "Please, enter a new database or delete the existing one" +msgstr "Indiqui una nova Base de dades o elimini l'existent" + +#: 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 while creating the DB ('%s')" +msgstr "" + +#: lib/SP/Services/Install/MySQL.php:215 lib/SP/Services/Install/MySQL.php:239 +#, fuzzy +msgid "Please check the database user permissions" +msgstr "Verifiqui els permisos de l'usuari de la Base de dades" + +#: lib/SP/Services/Install/MySQL.php:237 +#, fuzzy, php-format +msgid "Error while setting the database permissions ('%s')" +msgstr "Error en establir permisos de la BBDD ('%s')" + +#: lib/SP/Services/Install/MySQL.php:251 +#, fuzzy +msgid "The database does not exist" +msgstr "La BBDD no existeix" + +#: lib/SP/Services/Install/MySQL.php:253 +msgid "You need to create it and assign the needed permissions" +msgstr "És necessari crear-la i assignar els permisos necessaris" + +#: lib/SP/Services/Install/MySQL.php:309 +#, php-format +msgid "Error while selecting '%s' database (%s)" +msgstr "" + +#: lib/SP/Services/Install/MySQL.php:311 +msgid "" +"Unable to use the database to create the structure. Please check the " +"permissions and it does not exist." +msgstr "" +"No és possible usar la Base de dades per crear l'estructura. Comprovi els " +"permisos i que no existeixi." + +#: lib/SP/Services/Install/MySQL.php:331 +msgid "Error while creating database structure." +msgstr "Error en crear l'estructura de la Base de dades." + +#: lib/SP/Services/Install/MySQL.php:365 +msgid "Please, try the installation again" +msgstr "Intenti de nou la instal·lació" + +#: lib/SP/Services/ItemPreset/ItemPresetService.php:84 +#: lib/SP/Services/ItemPreset/ItemPresetService.php:105 +msgid "Value not found" +msgstr "" + +#: lib/SP/Services/ItemPreset/ItemPresetService.php:188 +msgid "Error while deleting the values" +msgstr "" + +#: lib/SP/Services/Ldap/LdapImportService.php:109 +#: lib/SP/Services/Ldap/LdapImportService.php:196 +msgid "Objects found" +msgstr "Objectes trobats" + +#: lib/SP/Services/Ldap/LdapImportService.php:134 +#: lib/SP/Services/Ldap/LdapImportService.php:229 +msgid "Imported from LDAP" +msgstr "" + +#: lib/SP/Services/Mail/MailService.php:66 +msgid "Mail test" +msgstr "" + +#: lib/SP/Services/Mail/MailService.php:67 +msgid "" +"This is a test email in order to verify that the configuration is working " +"right." +msgstr "" + +#: lib/SP/Services/Mail/MailService.php:186 +msgid "Mail service unavailable" +msgstr "" + +#: 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 "Notification not found" +msgstr "Notificació no trobada" + +#: 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 not found" +msgstr "Plugin no trobat" + +#: 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 "Link not found" +msgstr "Enllaç no trobat" + +#: lib/SP/Services/PublicLink/PublicLinkService.php:238 +msgid "Error while removing the links" +msgstr "" + +#: lib/SP/Services/Service.php:109 +msgid "Rollback" +msgstr "" + +#: lib/SP/Services/Service.php:115 +msgid "Unable to start a transaction" +msgstr "No és possible iniciar una transacció" + +#: lib/SP/Services/Service.php:133 lib/SP/Services/Service.php:140 +msgid "Error while retrieving master password from context" +msgstr "" + +#: lib/SP/Services/Service.php:160 lib/SP/Services/Service.php:164 +msgid "Error while setting master password in context" +msgstr "" + +#: lib/SP/Services/Tag/TagService.php:75 lib/SP/Services/Tag/TagService.php:94 +#: lib/SP/Services/Tag/TagService.php:111 +msgid "Tag not found" +msgstr "Etiqueta no trobada" + +#: lib/SP/Services/Task/TaskService.php:81 +msgid "Unable to create the lock file" +msgstr "" + +#: lib/SP/Services/Task/TaskService.php:184 +msgid "Waiting for progress updating ..." +msgstr "Esperant actualització de progrés .." + +#: lib/SP/Services/Track/TrackService.php:87 +#: lib/SP/Services/Track/TrackService.php:101 +#: lib/SP/Services/Track/TrackService.php:128 +msgid "Track not found" +msgstr "" + +#: lib/SP/Services/Track/TrackService.php:162 +#, php-format +msgid "Attempts exceeded (%d/%d)" +msgstr "Intents excedits (%d/%d)" + +#: lib/SP/Services/Track/TrackService.php:163 +msgid "Seconds" +msgstr "" + +#: lib/SP/Services/Track/TrackService.php:208 +msgid "IP address not set" +msgstr "" + +#: lib/SP/Services/Upgrade/UpgradeAppService.php:65 +#: lib/SP/Services/Upgrade/UpgradeAppService.php:88 +msgid "Update Application" +msgstr "" + +#: lib/SP/Services/Upgrade/UpgradeAppService.php:72 +msgid "Error while applying the application update" +msgstr "Error en aplicar l'actualització de l'aplicació" + +#: lib/SP/Services/Upgrade/UpgradeAppService.php:74 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:100 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:108 +msgid "Please, check the event log for more details" +msgstr "Comprovi el registre d'esdeveniments per a més detalls" + +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:55 +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:85 +msgid "API authorizations update" +msgstr "" + +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:70 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:206 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:236 +msgid "Update Configuration" +msgstr "Actualitzar Configuració" + +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:82 +msgid "Parameter" +msgstr "Paràmetre" + +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:121 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:125 +msgid "Error while updating the configuration" +msgstr "Error en actualitzar la configuració" + +#: 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 "Custom fields update" +msgstr "" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:91 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:122 +msgid "Update DB" +msgstr "Actualitzar BBDD" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:98 +#, fuzzy +msgid "Error while applying an auxiliary update" +msgstr "Error en aplicar l'actualització auxiliar" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:106 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:177 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:181 +#, fuzzy +msgid "Error while updating the database" +msgstr "Error en aplicar l'actualització de la Base de dades" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:154 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:156 +msgid "Update file does not contain data" +msgstr "" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:187 +msgid "Database updating was completed successfully." +msgstr "Actualització de la Base de dades realitzada correctament." + +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:56 +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:102 +msgid "Public links update" +msgstr "" + +#: lib/SP/Services/User/UserPassService.php:256 +#: lib/SP/Services/User/UserService.php:123 +#: lib/SP/Services/User/UserService.php:154 +#: lib/SP/Services/User/UserService.php:173 +msgid "User does not exist" +msgstr "" + +#: lib/SP/Services/User/UserService.php:192 +msgid "User not found" +msgstr "Usuari no trobat" + +#: lib/SP/Services/UserGroup/UserGroupService.php:80 +#: lib/SP/Services/UserGroup/UserGroupService.php:98 +#: lib/SP/Services/UserGroup/UserGroupService.php:187 +#: lib/SP/Services/UserGroup/UserToUserGroupService.php:57 +msgid "Group not found" +msgstr "Grup no trobat" + +#: lib/SP/Services/UserGroup/UserGroupService.php:115 +msgid "Error while deleting the groups" +msgstr "" + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:66 +msgid "A request for changing your user password has been done." +msgstr "S'ha sol·licitat el canvi de la seva clau d'usuari." + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:68 +msgid "In order to complete the process, please go to this URL:" +msgstr "Per completar el procés és necessari que accedeixi a la següent URL:" + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:72 +msgid "If you have not requested this action, please dismiss this message." +msgstr "Si no ha sol·licitat aquesta acció, ignori aquest missatge." + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:87 +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:155 +msgid "Wrong hash or expired" +msgstr "Hash invàlid o expirat" + +#: lib/SP/Services/UserProfile/UserProfileService.php:65 +#: lib/SP/Services/UserProfile/UserProfileService.php:97 +msgid "Profile not found" +msgstr "Perfil no trobat" + +#: lib/SP/Services/Wiki/DokuWikiApi.php:68 +msgid "Authentication error" +msgstr "Fallada d'autenticació" + +#: lib/SP/Services/Wiki/DokuWikiApiBase.php:196 +msgid "Error while doing the query" +msgstr "Error en realitzar la consulta" + +#: lib/SP/Services/Wiki/DokuWikiApiBase.php:228 +msgid "Connection URL not set" +msgstr "URL de connexió no establerta" + +#: lib/SP/Storage/Database/Database.php:131 +msgid "Blank query" +msgstr "Consulta en blanc" + +#: lib/SP/Storage/Database/Database.php:259 +msgid "Integrity constraint" +msgstr "Restricció d'integritat" + +#: lib/SP/Storage/Database/MySQLHandler.php:99 +#: lib/SP/Storage/Database/MySQLHandler.php:166 +#, fuzzy +msgid "Please, check the connection parameters" +msgstr "Comprovi les dades de connexió" + +#: lib/SP/Storage/Database/QueryData.php:354 app/config/strings.js.inc:26 +#, fuzzy +msgid "Error while querying" msgstr "Error en la consulta" -#: ../../../config/strings.js.inc:27 -msgid "Ha ocurrido un error" +#: lib/SP/Storage/File/FileCachePacked.php:57 +#, php-format +msgid "Error while decompressing the file data (%s)" +msgstr "" + +#: lib/SP/Storage/File/FileCachePacked.php:61 +msgid "Error while retrieving the data" +msgstr "" + +#: lib/SP/Storage/File/FileCachePacked.php:99 +#, php-format +msgid "Error while compressing the file data (%s)" +msgstr "" + +#: lib/SP/Storage/File/FileCachePacked.php:144 +msgid "Data not loaded" +msgstr "" + +#: lib/SP/Storage/File/FileHandler.php:72 +#: lib/SP/Storage/File/FileHandler.php:135 +#, php-format +msgid "Unable to read/write the file (%s)" +msgstr "" + +#: lib/SP/Storage/File/FileHandler.php:89 +#, php-format +msgid "Unable to open the file (%s)" +msgstr "" + +#: lib/SP/Storage/File/FileHandler.php:104 +#: lib/SP/Storage/File/FileHandler.php:118 +#, php-format +msgid "Unable to read from file (%s)" +msgstr "" + +#: lib/SP/Storage/File/FileHandler.php:173 +#, php-format +msgid "Unable to close the file (%s)" +msgstr "" + +#: lib/SP/Storage/File/FileHandler.php:219 +#, php-format +msgid "Unable to write in file (%s)" +msgstr "" + +#: lib/SP/Storage/File/FileHandler.php:234 +#, php-format +msgid "File not found (%s)" +msgstr "" + +#: lib/SP/Storage/File/FileHandler.php:259 +#: lib/SP/Storage/File/FileHandler.php:314 +#, php-format +msgid "Unable to read/write file (%s)" +msgstr "" + +#: lib/SP/Storage/File/FileHandler.php:286 +#, php-format +msgid "Unable to delete file (%s)" +msgstr "" + +#: lib/SP/Storage/File/XmlHandler.php:89 lib/SP/Storage/File/XmlHandler.php:309 +msgid "XML node does not exist" +msgstr "" + +#: lib/SP/Storage/File/XmlHandler.php:167 +msgid "There aren't any items to save" +msgstr "No hi ha elements per guardar" + +#: lib/SP/Util/Connection.php:157 +msgid "Socket not initialized" +msgstr "Socket no inicialitzat" + +#: lib/SP/Util/Connection.php:164 +msgid "Error while sending the data" +msgstr "Error en enviar dades" + +#: lib/SP/Util/ErrorUtil.php:148 +msgid "Option unavailable" +msgstr "Opció no disponible" + +#: lib/SP/Util/ErrorUtil.php:168 lib/SP/Util/ErrorUtil.php:175 +msgid "An exception occured" +msgstr "S'ha produït una excepció" + +#: lib/SP/Util/ImageUtil.php:65 +msgid "Invalid image" +msgstr "" + +#: app/config/strings.js.inc:27 +msgid "There was an error" msgstr "Ha ocorregut un error" -#: ../../../config/strings.js.inc:28 ../../../config/strings.js.inc:86 -msgid "Sesión finalizada" +#: app/config/strings.js.inc:28 app/config/strings.js.inc:86 +msgid "Session finished" msgstr "Sessió finalitzada" -#: ../../../config/strings.js.inc:29 -msgid "Borrar la cuenta?" +#: app/config/strings.js.inc:29 +msgid "Delete account?" msgstr "Esborrar el compte?" -#: ../../../config/strings.js.inc:30 -msgid "Borrar el usuario?" +#: app/config/strings.js.inc:30 +msgid "Delete user?" msgstr "Esborrar l'usuari?" -#: ../../../config/strings.js.inc:31 -msgid "Guarde la configuración para que sea efectiva" +#: app/config/strings.js.inc:31 +msgid "You should save configuration in order to take effect" msgstr "Guardi la configuració perquè sigui efectiva" -#: ../../../config/strings.js.inc:32 -msgid "Clave Generada" +#: app/config/strings.js.inc:32 +msgid "Generated Password" msgstr "Clau Generada" -#: ../../../config/strings.js.inc:33 -msgid "Nivel alto" +#: app/config/strings.js.inc:33 +msgid "High level" msgstr "Nivell alt" -#: ../../../config/strings.js.inc:34 -msgid "Nivel medio" +#: app/config/strings.js.inc:34 +msgid "Average level" msgstr "Nivell mitjà" -#: ../../../config/strings.js.inc:35 -msgid "Nivel bajo" +#: app/config/strings.js.inc:35 +msgid "Low level" msgstr "Nivell baix" -#: ../../../config/strings.js.inc:36 -msgid "Nivel muy alto" +#: app/config/strings.js.inc:36 +msgid "Very High level" msgstr "Nivell molt alt" -#: ../../../config/strings.js.inc:37 -msgid "Utilizar al menos 8 caracteres" +#: app/config/strings.js.inc:37 +msgid "You should use at least 8 characters" msgstr "Utilitzar almenys 8 caràcters" -#: ../../../config/strings.js.inc:38 -msgid "Borrar elemento?" +#: app/config/strings.js.inc:38 +msgid "Delete item?" msgstr "Esborrar element?" -#: ../../../config/strings.js.inc:39 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:22 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:31 -msgid "Página no encontrada" +#: app/config/strings.js.inc:39 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:22 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:31 +msgid "Page not found" msgstr "Pàgina no trobada" -#: ../../../config/strings.js.inc:40 -msgid "Archivo no soportado para visualizar" -msgstr "Arxiu no suportat per visualitzar" - -#: ../../../config/strings.js.inc:41 -msgid "Eliminar archivo?" +#: app/config/strings.js.inc:41 +msgid "Delete file?" msgstr "Eliminar arxiu?" -#: ../../../config/strings.js.inc:42 -msgid "Su navegador no soporta subir archivos con HTML5" +#: app/config/strings.js.inc:42 +msgid "Your browser does not support HTML5 file uploads" msgstr "El seu navegador no suporta pujar arxius amb HTML5" -#: ../../../config/strings.js.inc:43 -msgid "Demasiados archivos" +#: app/config/strings.js.inc:43 +msgid "Too many files" msgstr "Massa arxius" -#: ../../../config/strings.js.inc:44 -msgid "Tamaño de archivo no permitido" +#: app/config/strings.js.inc:44 +msgid "File size not allowed" msgstr "Grandària d'arxiu no suportat" -#: ../../../config/strings.js.inc:45 -msgid "Extensión no permitida" +#: app/config/strings.js.inc:45 +msgid "Extension not allowed" msgstr "Extensió no permesa" -#: ../../../config/strings.js.inc:46 -msgid "Vaciar el registro de eventos?" +#: app/config/strings.js.inc:46 +msgid "Clear the event log out?" msgstr "Buidar el registre d'esdeveniments?" -#: ../../../config/strings.js.inc:47 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:179 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:281 -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:89 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:59 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:253 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:84 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:54 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:152 -msgid "Seleccionar Grupo" +#: app/config/strings.js.inc:47 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:179 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:281 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:89 +#: app/modules/web/themes/material-blue/views/config/import.inc:59 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:253 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:84 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:54 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:152 +msgid "Select Group" msgstr "Seleccionar Grup" -#: ../../../config/strings.js.inc:48 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:161 -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:114 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:32 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:278 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:69 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:27 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:37 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:81 -msgid "Seleccionar Usuario" +#: app/config/strings.js.inc:48 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:161 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:114 +#: app/modules/web/themes/material-blue/views/config/import.inc:32 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:278 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:69 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:27 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:37 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:81 +msgid "Select User" msgstr "Seleccionar Usuari" -#: ../../../config/strings.js.inc:49 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:71 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:135 -msgid "Seleccionar Perfil" +#: app/config/strings.js.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:71 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:135 +msgid "Select Profile" msgstr "Seleccionar Perfil" -#: ../../../config/strings.js.inc:50 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:84 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:39 -msgid "Seleccionar Cliente" +#: app/config/strings.js.inc:50 +#: app/modules/web/themes/material-blue/views/account/account.inc:84 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:39 +msgid "Select Client" msgstr "Seleccionar Client" -#: ../../../config/strings.js.inc:51 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:109 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:43 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:54 -msgid "Seleccionar Categoría" +#: app/config/strings.js.inc:51 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:78 +#: app/modules/web/themes/material-blue/views/account/account.inc:109 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:43 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:54 +msgid "Select Category" msgstr "Seleccionar Categoria" -#: ../../../config/strings.js.inc:52 -msgid "Sin resultados" +#: app/config/strings.js.inc:52 +msgid "No results" msgstr "Sense resultats" -#: ../../../config/strings.js.inc:53 -msgid "Opciones de clave" +#: app/config/strings.js.inc:53 +msgid "Password options" msgstr "Opcions de clau" -#: ../../../config/strings.js.inc:54 -msgid "Generar clave aleatoria" +#: app/config/strings.js.inc:54 +msgid "Generate random password" msgstr "Generar clau aleatòria" -#: ../../../config/strings.js.inc:55 -msgid "Complejidad" +#: app/config/strings.js.inc:55 +msgid "Complexity" msgstr "Complexitat" -#: ../../../config/strings.js.inc:56 -msgid "Restablecer" +#: app/config/strings.js.inc:56 +msgid "Reset" msgstr "Restablir" -#: ../../../config/strings.js.inc:57 -msgid "Nivel de fortaleza de la clave" +#: app/config/strings.js.inc:57 +msgid "Password strength level" msgstr "Nivell de fortalesa de la clau" -#: ../../../config/strings.js.inc:58 -msgid "Mostrar Clave" +#: app/config/strings.js.inc:58 +msgid "Show Password" msgstr "Mostrar Clau" -#: ../../../config/strings.js.inc:59 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:24 -msgid "Copiar Usuario" +#: app/config/strings.js.inc:59 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:24 +msgid "Copy Username" msgstr "Copiar Usuari" #. (itstool) path: action/text -#: ../../../config/strings.js.inc:60 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:41 -#: ../../../config/actions.xml:199 ../../../config/actions.xml:271 -msgid "Copiar Clave" +#: app/config/strings.js.inc:60 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:41 +#: app/config/actions.xml:199 app/config/actions.xml:271 +msgid "Copy Password" msgstr "Copiar Clau" -#: ../../../config/strings.js.inc:61 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:84 -msgid "Incluir Números" +#: app/config/strings.js.inc:61 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:84 +msgid "Include Numbers" msgstr "Incloure Nombres" -#: ../../../config/strings.js.inc:62 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:126 -msgid "Incluir Mayúsculas" +#: app/config/strings.js.inc:62 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:126 +msgid "Include Uppercase" msgstr "Incloure Majúscules" -#: ../../../config/strings.js.inc:63 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:112 -msgid "Incluir Símbolos" +#: app/config/strings.js.inc:63 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:112 +msgid "Include Symbols" msgstr "Incloure Símbols" -#: ../../../config/strings.js.inc:64 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:16 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:24 -msgid "Longitud" +#: app/config/strings.js.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:16 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:24 +msgid "Length" msgstr "Longitud" -#: ../../../config/strings.js.inc:65 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:42 -msgid "Seleccionar Acción" +#: app/config/strings.js.inc:65 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:42 +msgid "Select Action" msgstr "Seleccionar Acció" -#: ../../../config/strings.js.inc:68 -msgid "Aceptar" +#: app/config/strings.js.inc:68 +msgid "Accept" msgstr "Acceptar" -#: ../../../config/strings.js.inc:69 -msgid "Cancelar" +#: app/config/strings.js.inc:69 +msgid "Cancel" msgstr "Cancel·lar" -#: ../../../config/strings.js.inc:70 -msgid "Clave Copiada al Portapapeles" +#: app/config/strings.js.inc:70 +msgid "Password Copied into Clipboard" msgstr "Clau Copiada al Portapapers" -#: ../../../config/strings.js.inc:71 -msgid "Error al copiar al portapapeles" +#: app/config/strings.js.inc:71 +msgid "Error while copying to clipboard" msgstr "Error en copiar al portapapers" -#: ../../../config/strings.js.inc:73 -msgid "Recibir notificaciones?" +#: app/config/strings.js.inc:73 +msgid "Send notifies?" msgstr "Rebre notificacions?" -#: ../../../config/strings.js.inc:74 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:160 -msgid "Marcar Favorito" +#. (itstool) path: action/text +#: app/config/strings.js.inc:74 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:160 +#: app/config/actions.xml:247 +msgid "Mark as Favorite" msgstr "Marcar Favorit" #. (itstool) path: action/text -#: ../../../config/strings.js.inc:75 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:150 -#: ../../../config/actions.xml:253 -msgid "Eliminar Favorito" +#: app/config/strings.js.inc:75 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:150 +#: app/config/actions.xml:253 +msgid "Delete Favorite" msgstr "Eliminar Favorit" -#: ../../../config/strings.js.inc:76 -msgid "Limpiar Selección" +#: app/config/strings.js.inc:76 +msgid "Clear Selection" msgstr "Netejar Selecció" -#: ../../../config/strings.js.inc:77 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:80 -msgid "Mostrar Favoritos" +#. (itstool) path: action/text +#: app/config/strings.js.inc:77 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:80 +#: app/config/actions.xml:241 +msgid "Show Favorites" msgstr "Mostrar Favorits" -#: ../../../config/strings.js.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:74 -msgid "Mostrar Todos" +#: app/config/strings.js.inc:78 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:74 +msgid "Display All" msgstr "Mostrar Tots" -#: ../../../config/strings.js.inc:79 -msgid "Ayuda" -msgstr "Ajuda" - -#: ../../../config/strings.js.inc:80 -msgid "Sin cambios" -msgstr "Sense canvis" - -#: ../../../config/strings.js.inc:81 -msgid "Ahora" +#: app/config/strings.js.inc:81 +msgid "Now" msgstr "Ara" -#: ../../../config/strings.js.inc:82 +#: app/config/strings.js.inc:82 msgid "" -"Este proceso importará los usuarios de LDAP detectados. Desea continuar?" +"This process will import the detected LDAP users. Would you like to continue?" msgstr "" "Aquest procés importarà els usuaris de LDAP detectats. Desitja continuar?" -#: ../../../config/strings.js.inc:83 -msgid "Esta acción restablecerá todos los datos del plugin. Desea continuar?" +#: app/config/strings.js.inc:83 +msgid "This action will reset all plugin data. Do you want to continue?" msgstr "" "Aquesta acció restablirà totes les dades del plugin. Desitja continuar?" -#: ../../../config/strings.js.inc:84 -msgid "Este proceso puede durar algo de tiempo. Desea continuar?" +#: app/config/strings.js.inc:84 +msgid "This process could take some time long. Do you wish to continue?" msgstr "Aquest procés pot durar una mica de temps. Desitja continuar?" -#: ../../../config/strings.js.inc:85 -msgid "Aviso" -msgstr "Avís" - -#: ../../../config/strings.js.inc:87 -msgid "" -"Realizando tarea. Por favor, no cierre la ventana/pestaña del navegador." +#: app/config/strings.js.inc:87 +msgid "Performing task. Please, do not close browser's window/tab." msgstr "" "Realitzant tasca. Per favor, no tanqui la finestra/pestanya del navegador." -#: ../../../config/strings.js.inc:88 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:98 -msgid "Incluir Letras" +#: app/config/strings.js.inc:88 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:98 +msgid "Include Letters" msgstr "Incloure Lletres" -#: ../../../config/strings.js.inc:89 -msgid "Cookies deshabilitadas. La aplicación no funcionará correctamente." +#: app/config/strings.js.inc:89 +msgid "Cookies disabled. Application won't work properly." msgstr "Galetes deshabilitades. L'aplicació no funcionarà correctament." -#: ../../../config/strings.js.inc:90 -msgid "Portapapeles no soportado por el navegador." +#: app/config/strings.js.inc:90 +msgid "Clipboard not supported by your browser." msgstr "Portapapers no suportat pel navegador." -#: ../../../config/strings.js.inc:91 -msgid "Realizando auto-login" +#: app/config/strings.js.inc:91 +msgid "Performing auto-login" msgstr "" -#: ../../../config/strings.js.inc:92 -msgid "Hay una versión más reciente del plugin {0} ({1})" +#: app/config/strings.js.inc:92 +msgid "There is a more recent version of {0} plugin ({1})" msgstr "" -#: ../../../config/strings.js.inc:93 -#: ../../../modules/web/themes/material-blue/views/main/update.inc:30 -msgid "Actualizado" +#: app/config/strings.js.inc:93 +#: app/modules/web/themes/material-blue/views/main/update.inc:30 +msgid "Updated" msgstr "Actualitzat" -#: ../../../config/strings.js.inc:94 -#: ../../../modules/web/themes/material-blue/views/main/update.inc:36 -msgid "Error al comprobar actualizaciones" +#: app/config/strings.js.inc:94 +#: app/modules/web/themes/material-blue/views/main/update.inc:36 +msgid "Error while checking for updates" msgstr "Error en comprovar actualitzacions" -#: ../../../config/strings.js.inc:95 -msgid "Avisos de sysPass" +#: app/config/strings.js.inc:95 +msgid "sysPass Notices" msgstr "Avisos de sysPass" -#: ../../../config/strings.js.inc:96 -msgid "Vaciar los tracks?" +#: app/config/strings.js.inc:96 +msgid "Clear the tracks out?" msgstr "" -#: ../../../config/strings.js.inc:97 -msgid "Archivo descargado" -msgstr "" - -#: ../../../modules/web/themes/material-blue/views/_layouts/main.inc:21 -msgid "Javascript es necesario para el correcto funcionamiento" +#: app/modules/web/themes/material-blue/views/_layouts/main.inc:21 +msgid "Javascript is needed in order to run correctly" msgstr "Javascript és necessari per al correcte funcionament" -#: ../../../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:40 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:50 -msgid "Volver" -msgstr "Tornar" - -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:70 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:127 -msgid "Preferencias de usuario" +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:70 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:127 +msgid "User preferences" msgstr "Preferències d'usuari" -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:74 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:77 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:148 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:151 -msgid "Salir" +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:74 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:77 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:148 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:151 +msgid "Sign Out" msgstr "Sortir" -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:164 -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:53 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:164 +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:53 msgid "Demo" msgstr "Demo" -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:44 +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:44 #, fuzzy -msgid "Indica si la conexión utiliza HTTPS." +msgid "Tells whether the connection uses HTTPS or not." msgstr "Indica si la connexió utilitza HTTPS." -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:44 +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:44 msgid "" -"Las claves de formularios enviados se encriptan mediante PKI, el resto de " -"datos no." +"Passwords sent from forms are encrypted using PKI, the remain data don't." msgstr "" "Les claus de formularis enviats s'encripten mitjançant *PKI, la resta de " "dades no." -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:66 -msgid "Ayuda :: FAQ :: Changelog" +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:66 +msgid "Help :: FAQ :: Changelog" msgstr "Ajuda :: FAQ :: Changelog" -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:70 -msgid "Un proyecto de cygnux.org" +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:70 +msgid "A cygnux.org project" msgstr "Un projecte de cygnux.org" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:8 -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:12 -msgid "Parámetros especiales" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:8 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:12 +msgid "Special parameters" msgstr "" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:14 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:14 msgid "" -"Es posible utilizar uno o varios parámetros especiales separados por espacios" +"You could use either one or several special parameters separated by blank " +"spaces" msgstr "" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:16 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:16 #, fuzzy -msgid "Buscar cuentas a las que 'login' tenga acceso" +msgid "Search for accounts which 'login' has access rights" msgstr "Buscar comptes a les quals 'login' tingui accés" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:17 -msgid "Devolver las cuentas en las que 'login' es propietario" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:17 +msgid "Get the accounts in which user login \"login\" is the owner" msgstr "Retornar els comptes en les quals 'login' és propietari" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:18 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:18 #, fuzzy -msgid "Buscar cuentas a las que 'group_name' tenga acceso" +msgid "Search for accounts which 'group_name' has access rights" msgstr "Buscar comptes a les quals 'group_name' tingui accés" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:19 -msgid "Devolver las cuentas con grupo principal 'group_name'" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:19 +msgid "Get the accounts in which main group \"group_name\" is set" msgstr "Retornar les comptes amb grup principal 'group_name'" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:20 -msgid "Buscar cuentas con archivos con el nombre 'file_name'" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:20 +msgid "Search for accounts which contain a file with the name 'file_name'" msgstr "Buscar comptes amb arxius amb el nom 'file_name'" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:21 -msgid "Buscar cuentas por nombre de cliente" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:21 +msgid "Search for accounts by client name" msgstr "" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:22 -msgid "Buscar cuentas por nombre de categoría" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:22 +msgid "Search for accounts by category name" msgstr "" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:23 -msgid "Devolver la cuenta con ID" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:23 +msgid "Returns the account for the given ID" msgstr "" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:24 -msgid "Buscar cuentas con la clave caducada" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:24 +msgid "Search for accounts with expired password" msgstr "Buscar comptes amb la clau caducada" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:25 -msgid "Devolver las cuentas privadas del usuario actual" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:25 +msgid "Get private accounts for current user" msgstr "Retornar els comptes privats de l'usuari actual" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:26 -msgid "Operador para los parámetros especiales" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:26 +msgid "Operator for special parameters" msgstr "" -#: ../../../modules/web/themes/material-blue/views/_partials/no_records_found.inc:10 -#: ../../../modules/web/themes/material-blue/views/account/search-index.inc:19 -msgid "No se encontraron registros" +#: app/modules/web/themes/material-blue/views/_partials/no_records_found.inc:10 +#: app/modules/web/themes/material-blue/views/account/search-index.inc:19 +msgid "No records found" msgstr "No es van trobar registres" -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:85 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:168 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:175 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:64 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:115 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:122 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:59 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:66 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:38 -msgid "Clave (repetir)" +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:85 +#: app/modules/web/themes/material-blue/views/account/account.inc:168 +#: app/modules/web/themes/material-blue/views/account/account.inc:175 +#: app/modules/web/themes/material-blue/views/install/index.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:115 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:122 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:59 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:66 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:38 +msgid "Password (repeat)" msgstr "Clau (repetir)" -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:109 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:194 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:254 -msgid "Seleccionar Fecha" -msgstr "Seleccionar Data" - -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:19 -msgid "Histórico" -msgstr "Històric" - -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:28 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:45 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:22 -msgid "Detalles" -msgstr "Detalls" - -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:127 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:200 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:163 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:169 -msgid "Notas" -msgstr "Notes" - -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:140 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:142 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:271 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:273 -msgid "Historial" -msgstr "Historial" - -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:147 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:278 -msgid "Seleccionar fecha" -msgstr "Seleccionar data" - -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:160 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:293 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:32 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:291 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:293 -msgid "Última Modificación" -msgstr "Última Modificació" - -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:23 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:54 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:119 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:140 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:18 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:35 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:57 -msgid "Seleccionar Usuarios" -msgstr "Seleccionar Usuaris" - -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:33 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:37 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:101 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:105 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:127 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:176 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:29 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:70 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:53 -msgid "Ver" -msgstr "Veure" - -#: ../../../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:132 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:136 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:148 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:198 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:46 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:87 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:102 -msgid "Editar" -msgstr "Editar" - -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:91 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:122 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:168 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:190 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:59 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:76 -msgid "Seleccionar Grupos" -msgstr "Seleccionar Grups" - -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:204 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:182 -msgid "Privada" -msgstr "Privada" - -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:223 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:198 -msgid "Privada Grupo" -msgstr "Privada Grup" - -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:15 -msgid "Solicitar Modificación de Cuenta" -msgstr "Sol·licitar Modificació de Compte" - -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:46 -msgid "Petición" -msgstr "Petició" - -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:52 -msgid "Descripción de la petición" -msgstr "Descripció de la petició" - -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:74 -msgid "Enviar" -msgstr "Enviar" - -#: ../../../modules/web/themes/material-blue/views/account/account.inc:37 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:133 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:21 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:214 -msgid "Permisos" -msgstr "Permisos" - -#: ../../../modules/web/themes/material-blue/views/account/account.inc:218 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:98 -msgid "Seleccionar Etiquetas" -msgstr "Seleccionar Etiquetes" - -#: ../../../modules/web/themes/material-blue/views/account/account.inc:262 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:26 -msgid "Seleccionar Cuenta" -msgstr "Seleccionar Compte" - -#: ../../../modules/web/themes/material-blue/views/account/account.inc:301 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:303 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:306 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:193 -msgid "Enlace Público" -msgstr "Enllaç Públic" - -#: ../../../modules/web/themes/material-blue/views/account/account.inc:314 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:316 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:319 -msgid "Enlace Directo" +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:109 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:147 +#: app/modules/web/themes/material-blue/views/account/account.inc:194 +#: app/modules/web/themes/material-blue/views/account/account.inc:278 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:254 +msgid "Select date" msgstr "" -#: ../../../modules/web/themes/material-blue/views/account/details.inc:22 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:24 -msgid "Fecha Alta" +#: app/modules/web/themes/material-blue/views/account/account-history.inc:19 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:140 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:142 +#: app/modules/web/themes/material-blue/views/account/account.inc:271 +#: app/modules/web/themes/material-blue/views/account/account.inc:273 +msgid "History" +msgstr "" + +#: app/modules/web/themes/material-blue/views/account/account-history.inc:28 +#: app/modules/web/themes/material-blue/views/account/account.inc:45 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:22 +msgid "Details" +msgstr "Detalls" + +#: app/modules/web/themes/material-blue/views/account/account-history.inc:127 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:78 +#: app/modules/web/themes/material-blue/views/account/account.inc:200 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:168 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:163 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:169 +msgid "Notes" +msgstr "Notes" + +#: app/modules/web/themes/material-blue/views/account/account-history.inc:160 +#: app/modules/web/themes/material-blue/views/account/account.inc:293 +#: app/modules/web/themes/material-blue/views/account/details.inc:32 +#: app/modules/web/themes/material-blue/views/account/details.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:291 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:293 +msgid "Last Modification" +msgstr "Última Modificació" + +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:23 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:54 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:119 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:140 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:18 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:35 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:57 +msgid "Select Users" +msgstr "Seleccionar Usuaris" + +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:33 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:37 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:101 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:105 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:127 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:176 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:29 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:53 +msgid "View" +msgstr "Veure" + +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:91 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:122 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:168 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:190 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:59 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:76 +msgid "Select Groups" +msgstr "Seleccionar Grups" + +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:204 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:182 +msgid "Private" +msgstr "Privada" + +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:223 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:198 +msgid "Private for Group" +msgstr "Privada Grup" + +#: app/modules/web/themes/material-blue/views/account/account-request.inc:15 +msgid "Request Account Modification" +msgstr "Sol·licitar Modificació de Compte" + +#: app/modules/web/themes/material-blue/views/account/account-request.inc:52 +msgid "Request description" +msgstr "Descripció de la petició" + +#: app/modules/web/themes/material-blue/views/account/account-request.inc:74 +msgid "Send" +msgstr "Enviar" + +#: app/modules/web/themes/material-blue/views/account/account.inc:37 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:133 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:21 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:214 +msgid "Permissions" +msgstr "Permisos" + +#: app/modules/web/themes/material-blue/views/account/account.inc:218 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:98 +msgid "Select Tags" +msgstr "Seleccionar Etiquetes" + +#: app/modules/web/themes/material-blue/views/account/account.inc:262 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:26 +msgid "Select Account" +msgstr "Seleccionar Compte" + +#: app/modules/web/themes/material-blue/views/account/account.inc:301 +#: app/modules/web/themes/material-blue/views/account/account.inc:303 +#: app/modules/web/themes/material-blue/views/account/account.inc:306 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:193 +msgid "Public Link" +msgstr "Enllaç Públic" + +#: app/modules/web/themes/material-blue/views/account/account.inc:314 +#: app/modules/web/themes/material-blue/views/account/account.inc:316 +#: app/modules/web/themes/material-blue/views/account/account.inc:319 +msgid "Direct Link" +msgstr "" + +#: app/modules/web/themes/material-blue/views/account/details.inc:22 +#: app/modules/web/themes/material-blue/views/account/details.inc:24 +msgid "Date Added" msgstr "Data Alta" -#: ../../../modules/web/themes/material-blue/views/account/details.inc:60 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:62 -msgid "Fecha Edición" +#: app/modules/web/themes/material-blue/views/account/details.inc:60 +#: app/modules/web/themes/material-blue/views/account/details.inc:62 +msgid "Date Modified" msgstr "Data Edició" -#: ../../../modules/web/themes/material-blue/views/account/details.inc:68 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:70 +#: app/modules/web/themes/material-blue/views/account/details.inc:68 +#: app/modules/web/themes/material-blue/views/account/details.inc:70 msgid "Editor" msgstr "Editor" -#: ../../../modules/web/themes/material-blue/views/account/details.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:80 -msgid "Fecha de Clave" +#: app/modules/web/themes/material-blue/views/account/details.inc:78 +#: app/modules/web/themes/material-blue/views/account/details.inc:80 +msgid "Password Date" msgstr "Data de la Clau" -#: ../../../modules/web/themes/material-blue/views/account/files.inc:37 -msgid "Soltar archivos aquí (max. 5) o click para seleccionar" +#: app/modules/web/themes/material-blue/views/account/files.inc:37 +msgid "Drop files here (max. 5) or click to select" msgstr "Deixar anar arxius aquí (max. 5) o clic per seleccionar" -#: ../../../modules/web/themes/material-blue/views/account/files.inc:39 +#: app/modules/web/themes/material-blue/views/account/files.inc:39 #, php-format -msgid "Tamaño máximo de archivo: %d MB" +msgid "Maximum file size: %d MB" msgstr "Grandària màxima d'arxiu: %d MB" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:35 -msgid "Buscar en Wiki" +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:35 +msgid "Search in Wiki" msgstr "Cercar en Wiki" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:84 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:84 #, php-format -msgid "Abrir enlace a: %s" +msgid "Open link to: %s" msgstr "" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:111 -msgid "Clave Caducada" +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:111 +msgid "Password Expired" msgstr "Clau Caducada" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:125 -msgid "Cuenta Privada (Grupo)" +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:125 +msgid "Private Account (Group)" msgstr "" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:168 -msgid "Notes" -msgstr "" - -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:182 -msgid "Archivos adjuntos" +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:182 +msgid "Attachments" msgstr "Arxius adjunts" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:209 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:220 -msgid "Enlace a Wiki" +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:209 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:220 +msgid "Link to Wiki" msgstr "Enllaç a Wiki" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:212 -msgid "Ver en Wiki" +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:212 +msgid "View at Wiki" msgstr "Veure en Wiki" -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:59 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:63 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:230 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:231 -msgid "Búsqueda global" +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:59 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:63 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:230 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:231 +msgid "Global search" msgstr "Cerca global" -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:85 -msgid "Filtrar Favoritos" +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:85 +msgid "Favorites Filtering" msgstr "Filtrar Favorits" -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:100 -msgid "Cuentas por página" +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:100 +msgid "Accounts per page" msgstr "Comptes per pàgina" -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:108 -msgid "Más Filtros" +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:108 +msgid "More Filters" msgstr "Més Filtres" -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:113 -msgid "Seleccionar Etiqueta" +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:113 +msgid "Select Tag" msgstr "Seleccionar Etiqueta" -#: ../../../modules/web/themes/material-blue/views/common/aux-customfields.inc:22 -msgid "Los datos serán encriptados al guardar" +#: app/modules/web/themes/material-blue/views/common/aux-customfields.inc:22 +msgid "Data will be encrypted after saving" msgstr "" -#: ../../../modules/web/themes/material-blue/views/common/aux-customfields.inc:27 -msgid "Los datos serán desencriptados al guardar" +#: app/modules/web/themes/material-blue/views/common/aux-customfields.inc:27 +msgid "Data will be unencrypted after saving" msgstr "" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:12 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:12 +#: app/modules/web/themes/material-blue/views/config/backup.inc:12 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:12 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:12 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:12 #, php-format -msgid "La extensión '%s' no está disponible" +msgid "The '%s' extension is unavailable" msgstr "" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:16 -msgid "Esta extensión es necesaria para mostrar las claves como imágenes" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:16 +msgid "This extension is needed to display passwords as images" msgstr "" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:30 -msgid "Búsqueda" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:30 +msgid "Searching" msgstr "Recerca" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:36 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:56 -msgid "Resultados por página" -msgstr "Resultats per pàgina" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:36 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:52 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:56 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:72 +msgid "Results per page" +msgstr "" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:41 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:61 -msgid "Número de resultados por página a mostrar, al realizar una búsqueda." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:41 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:61 +msgid "Number of results per page to display when performing a search." msgstr "Nombre de resultats per pàgina a mostrar, en realitzar una cerca." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:52 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:72 -msgid "Número de resultados por página" -msgstr "Nombre de resultats per pàgina" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:70 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:30 -msgid "Caducidad clave cuentas" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:30 +msgid "Accounts password expiry" msgstr "" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:71 -msgid "Habilita la caducidad de la clave de cuentas." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:71 +msgid "Enables the accounts password expiry date." msgstr "" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:79 -msgid "Tiempo caducidad clave" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:79 +msgid "Password expiry time" msgstr "" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:84 -msgid "Número de días para la caducidad de la clave de cuenta." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:84 +msgid "Number of days for account's password expiry date." msgstr "" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:94 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:38 -msgid "Tiempo caducidad (días)" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:94 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:38 +msgid "Expire time (days)" msgstr "" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:112 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:90 -msgid "Nombre de cuenta como enlace" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:112 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:90 +msgid "Account name as link" msgstr "Nom de compte com a enllaç" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:113 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:92 -msgid "" -"Habilita el nombre de la cuenta de la búsqueda, como enlace a los detalles " -"de la cuenta." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:113 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:92 +msgid "Enables to use the account name as a link to account details." msgstr "" "Habilita el nom del compte de la cerca, com a enllaç als detalls del compte." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:128 -msgid "Búsquedas globales" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:128 +msgid "Global searches" msgstr "Cerques globals" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:129 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:129 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." +"Allows the users to do searches that includes all accounts, they won't be " +"able to display the account details if they don't have permission." msgstr "" "Permet que tots els usuaris puguin realitzar cerques en tots els comptes, " "però no poden veure el contingut de les quals no tenen permisos." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:144 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:154 -msgid "Imagen para mostrar clave" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:144 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:154 +msgid "Image to show password" msgstr "Imatge per mostrar clau" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:146 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:156 -msgid "Generar una imagen con el texto de la clave de la cuenta." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:146 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:156 +msgid "Generate an image with a text of the account password." msgstr "Generar una imatge amb el text de la clau del compte." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:148 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:158 -msgid "Util para entornos donde copiar la clave supone un riesgo de seguridad." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:148 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:158 +msgid "" +"Useful for environments where copying a password to clipboard is a security " +"risk." msgstr "Util per a entorns on copiar la clau suposa un risc de seguretat." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:164 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:158 -msgid "Resultados en Tarjetas" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:164 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:158 +msgid "Results like Cards" msgstr "Resultats en Targetes" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:166 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:160 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:166 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:160 #, fuzzy -msgid "Muestra los resultados de búsqueda de cuentas en formato tarjeta." +msgid "Displays account's search results on a card like format." msgstr "Mostra els resultats de cerca de comptes en format targeta." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:182 -msgid "Acceso Grupos Secundarios" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:182 +msgid "Secondary Groups Access" msgstr "Accés Grups Secundaris" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:184 -msgid "" -"Habilita el acceso a los usuarios que estén incluidos en los grupos " -"secundarios." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:184 +msgid "Grants access to users that are included in secondary groups." msgstr "" "Habilita l'accés als usuaris que estiguin inclosos en els grups secundaris." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:186 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:186 msgid "" -"Por defecto el usuario de un grupo secundario es permitido si el grupo " -"secundario está establecido como el primario del usuario." +"By default, user in a secondary group is granted if the secondary group is " +"set as user's main group." msgstr "" "Per defecte l'usuari d'un grup secundari és permès si el grup secundari està " "establert com el primari de l'usuari." #. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:197 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:378 -#: ../../../config/actions.xml:73 -msgid "Enlaces Públicos" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:197 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:378 +#: app/config/actions.xml:73 +msgid "Public Links" msgstr "Enllacis Públics" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:215 -msgid "Habilitar Enlaces Públicos" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:215 +msgid "Enable Public Links" msgstr "Habilitar Enllaços Públics" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:217 -msgid "" -"Habilita la posibilidad de generar enlaces públicos para ver los detalles de " -"una cuenta." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:217 +msgid "Enables the ability to create public links to view an account's details" msgstr "" "Habilita la possibilitat de generar enllaços públics per veure els detalls " "d'un compte." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:219 -msgid "" -"Las cuentas enlazadas serán visibles por cualquiera que disponga del enlace." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:219 +msgid "Linked accounts will be visible by anyone that have the link." msgstr "" "Els comptes enllaçats seran visibles per qualsevol que disposi de l'enllaç." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:221 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:221 msgid "" -"Para crear enlaces, los usuarios tienen que tener activada la opción en su " -"perfl." +"In order to create links, users must have activated the option on their " +"profiles." msgstr "" "Per crear enllaços, els usuaris han de tenir activada l'opció en el seu " "perfil." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:237 -msgid "Usar imagen para clave" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:237 +msgid "Use an image for password" msgstr "Usar imatge per a clau" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:239 -msgid "La clave de la cuenta es visualizada como una imagen." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:239 +msgid "The account password is shown as image." msgstr "La clau del compte és visualitzada com una imatge." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:248 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:257 -msgid "Tiempo de caducidad" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:248 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:257 +msgid "Expire time" msgstr "Temps de caducitat" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:263 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:272 -msgid "Número máximo de visitas" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:263 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:272 +msgid "Maximum visits" msgstr "Nombre màxim de visites" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:298 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:411 -msgid "Gestión de archivos" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:298 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:411 +msgid "Files management" msgstr "Gestió d'arxius" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:299 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:299 #, fuzzy -msgid "Habilita la subida/descarga de archivos para las cuentas." +msgid "Enables the uploading and downloading of accounts files." msgstr "Habilita la pujada/descarrega d'arxius per als comptes." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:307 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:320 -msgid "Extensiones de archivos permitidas" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:307 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:320 +msgid "Allowed file extensions" msgstr "Extensions d'arxius permeses" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:312 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:312 #, fuzzy -msgid "Extensiones permitidas para la subida de archivos." +msgid "Allowed file extensions for uploading." msgstr "Extensions permeses per a la pujada d'arxius." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:315 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:315 msgid "" -"Escribir extensión y pulsar intro para añadir. Es necesario guardar la " -"configuración." +"Write the extension and press enter to add. Remember to save the " +"configuration." msgstr "" "Escriure extensió i prémer intro per afegir. És necessari guardar la " "configuració." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:328 -msgid "Tamaño máximo de archivo" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:328 +msgid "Maximum file size" msgstr "Grandària màxima d'arxiu" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:333 -msgid "Establece el tamaño máximo para subir archivos." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:333 +msgid "Sets the maximum file size for uploading." msgstr "Estableix la grandària màxima per pujar arxius." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:337 -msgid "El máximo absuluto es de 16MB." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:337 +msgid "Absolute maximum is 16MB." msgstr "El màxim absulut és de 16MB." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:348 -msgid "Tamaño máximo de archivo en kilobytes" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:348 +msgid "Maximum file size in kilobytes" msgstr "Grandària màxima d'arxiu en kilobytes" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:16 -msgid "" -"Esta extensión es necesaria para generar los archivos de copia de seguridad " -"de la aplicación" +#: app/modules/web/themes/material-blue/views/config/backup.inc:16 +msgid "This extension is needed to build the application's backup files" msgstr "" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:30 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:33 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:109 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:112 -msgid "Resultado" +#: app/modules/web/themes/material-blue/views/config/backup.inc:30 +#: app/modules/web/themes/material-blue/views/config/backup.inc:33 +#: app/modules/web/themes/material-blue/views/config/backup.inc:109 +#: app/modules/web/themes/material-blue/views/config/backup.inc:112 +msgid "Result" msgstr "Resultat" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:41 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:44 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:120 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:123 -msgid "Descargar Actual" +#: app/modules/web/themes/material-blue/views/config/backup.inc:41 +#: app/modules/web/themes/material-blue/views/config/backup.inc:44 +#: app/modules/web/themes/material-blue/views/config/backup.inc:120 +#: app/modules/web/themes/material-blue/views/config/backup.inc:123 +msgid "Download Current" msgstr "Descarregar Actual" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:51 -msgid "Copia BBDD" +#: app/modules/web/themes/material-blue/views/config/backup.inc:51 +msgid "DB Backup" msgstr "Copia BBDD" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:58 -msgid "Copia sysPass" +#: app/modules/web/themes/material-blue/views/config/backup.inc:58 +msgid "sysPass Backup" msgstr "Copia sysPass" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:80 +#: app/modules/web/themes/material-blue/views/config/backup.inc:80 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." +"The backup allows you to save and download sysPass database and application " +"files including its configuration." msgstr "" "La còpia de seguretat permet guardar i descarregar tant la base de dades de " "sysPass com els arxius de l'aplicació i la seva configuració." -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:82 +#: app/modules/web/themes/material-blue/views/config/backup.inc:82 #, 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." +"With this method it's possible to either save all sysPass data in another " +"place or use it to make the application portable." msgstr "" "Amb aquest mètode és possible guardar totes les dades de sysPass en un altre " "lloc o utilitzar-los per fer l'aplicació transportable." -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:101 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:185 -msgid "Exportar Cuentas" +#: app/modules/web/themes/material-blue/views/config/backup.inc:101 +#: app/modules/web/themes/material-blue/views/config/backup.inc:185 +msgid "Export Accounts" msgstr "Exportar Comptes" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:139 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:147 -msgid "Clave de Exportación" +#: app/modules/web/themes/material-blue/views/config/backup.inc:139 +#: app/modules/web/themes/material-blue/views/config/backup.inc:147 +msgid "Export Password" msgstr "Clau d'Exportació" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:153 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:161 -msgid "Clave de Exportación (repetir)" +#: app/modules/web/themes/material-blue/views/config/backup.inc:153 +#: app/modules/web/themes/material-blue/views/config/backup.inc:161 +msgid "Export Password (repeat)" msgstr "Clau d'Exportació (repetir)" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:187 +#: app/modules/web/themes/material-blue/views/config/backup.inc:187 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." +"The accounts export allows you to save the accounts and their data in XML " +"format to be imported in another sysPass instance." msgstr "" "L'exportació de comptes permet guardar els comptes i les seves dades en " "format XML para posteriorment poder ser importats en altres instàncies de " "sysPass." -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:189 -msgid "Los elementos exportados son cuentas, clientes, categorías y etiquetas." +#: app/modules/web/themes/material-blue/views/config/backup.inc:189 +msgid "Exported items are accounts, clients, categories and tags." msgstr "Els elements exportats són comptes, clients, categories i etiquetes." -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:191 +#: app/modules/web/themes/material-blue/views/config/backup.inc:191 msgid "" -"Las claves de las cuentas son exportadas de forma encriptada para mayor " -"seguridad." +"Accounts' password are exported in an encrypted way for better security." msgstr "" "Les claus dels comptes són exportades de forma encriptada per major " "seguretat." -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:193 +#: app/modules/web/themes/material-blue/views/config/backup.inc:193 msgid "" -"Es posible establecer una clave de exportación para guardar todos los datos " -"encriptados en el archivo XML." +"It's possible to set an export password to save all the encrypted data in " +"the XML file." msgstr "" "És possible establir una clau d'exportació per guardar totes les dades " "encriptades en l'arxiu XML." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:17 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:153 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:152 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:167 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:50 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:56 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:57 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:102 -msgid "Clave Maestra" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:17 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:153 +#: app/modules/web/themes/material-blue/views/config/import.inc:152 +#: app/modules/web/themes/material-blue/views/config/import.inc:167 +#: app/modules/web/themes/material-blue/views/install/index.inc:50 +#: app/modules/web/themes/material-blue/views/install/index.inc:56 +#: app/modules/web/themes/material-blue/views/login/index.inc:57 +#: app/modules/web/themes/material-blue/views/login/index.inc:102 +msgid "Master Password" msgstr "Clau Mestra" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:24 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:27 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:198 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:201 -msgid "Último cambio" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:24 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:27 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:198 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:201 +msgid "Last change" msgstr "Últim canvi" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:35 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:43 -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:142 -msgid "Clave Maestra actual" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:35 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:43 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:142 +msgid "Current Master Password" msgstr "Clau Mestra actual" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:49 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:57 -msgid "Nueva Clave Maestra" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:49 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:57 +msgid "New Master Password" msgstr "Nova Clau Mestra" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:63 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:71 -msgid "Nueva Clave Maestra (repetir)" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:63 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:71 +msgid "New Master Password (repeat)" msgstr "Nova Clau Mestra (repetir)" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:80 -msgid "Guarde la nueva clave en un lugar seguro." +#: app/modules/web/themes/material-blue/views/config/encryption.inc:80 +msgid "You should save the new password on a secure place" msgstr "Guardi la nova clau en un lloc segur." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:84 -msgid "Se volverán a encriptar las claves de todas las cuentas." +#: app/modules/web/themes/material-blue/views/config/encryption.inc:84 +msgid "All accounts passwords will be encrypted again." msgstr "Es tornaran a encriptar les claus de tots els comptes." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:88 -msgid "Los usuarios deberán de introducir la nueva clave maestra." +#: app/modules/web/themes/material-blue/views/config/encryption.inc:88 +msgid "Users will need to enter the new Master Password." msgstr "Els usuaris deuran introduir la nova clau mestra." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:92 -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:130 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:92 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:130 #, php-format -msgid "" -"Se van a actualizar %s cuentas. Este proceso puede tardar algo de tiempo." +msgid "It will be updated %s accounts. This process could take some time long." msgstr "" "Es van a actualitzar %s comptes. Aquest procés pot trigar una mica de temps." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:109 -msgid "No modificar cuentas" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:109 +msgid "Do not modify accounts" msgstr "No modificar comptes" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:111 -msgid "Establece una nueva clave maestra sin re-encriptar las cuentas" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:111 +msgid "Sets a new Master Password without re-encrypting the accounts." msgstr "Estableix una nova clau mestra sense re-encriptar els comptes" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:127 -msgid "Confirmar cambio" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:127 +msgid "Confirm change" msgstr "Confirmar canvi" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:129 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:129 msgid "" -"Confirmar el cambio de clave maestra después de haber leído las advertencias " -"anteriores." +"Confirm the master password change after you have been read all the above " +"warnings." msgstr "" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:155 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:155 msgid "" -"La clave maestra es utilizada para encriptar las claves de las cuentas de " -"sysPass para mantenerlas seguras." +"The Master Password is used to encrypt sysPass accounts passwords and keep " +"them safe." msgstr "" "La clau mestra és utilitzada per encriptar les claus dels comptes de sysPass " "per mantenir-les segures." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:157 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:157 msgid "" -"Es recomendable cambiarla cada cierto tiempo y utilizar una clave compleja " -"que incluya números, letras y símbolos." +"It's advisable to change it from time to time and use a complex password " +"that includes numbers, letters and symbols." msgstr "" "És recomanable canviar-la cada cert temps i utilitzar una clau complexa que " "inclogui nombres, lletres i símbols." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:159 -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:132 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:159 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:132 #, php-format -msgid "Para más información consulte: %s" +msgid "You could get more info on: %s" msgstr "Per a més informació consulti: %s" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:169 -msgid "Actualizar hash de clave maestra" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:169 +msgid "Update master password hash" msgstr "Actualitzar hash de clau mestra" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:189 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:323 -msgid "Clave Temporal" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:189 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:323 +msgid "Temporary Password" msgstr "Clau Temporal" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:203 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:218 -msgid "No generada" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:203 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:218 +msgid "Not generated" msgstr "No generada" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:208 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:211 -msgid "Válido hasta" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:208 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:211 +msgid "Valid until" msgstr "Vàlid fins a" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:224 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:227 -msgid "Intentos" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:224 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:227 +msgid "Attempts" msgstr "Intents" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:234 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:244 -msgid "Validez (s)" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:234 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:244 +msgid "Life (s)" msgstr "Validesa (s)" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:263 -msgid "Enviar correo" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:263 +msgid "Send email" msgstr "Enviar correu" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:265 -msgid "" -"Envía un correo a todos los usuarios o sólo a los del grupo seleccionado." +#: app/modules/web/themes/material-blue/views/config/encryption.inc:265 +msgid "Sends an email to all users or only to those whose group is selected." msgstr "Envia un correu a tots els usuaris o només als del grup seleccionat." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:325 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:325 #, 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." +"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." msgstr "" "La clau temporal és utilitzada com a clau mestra per als usuaris que " "necessiten introduir-la en iniciar la sessió, així no és necessari facilitar " "la clau mestra original." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:332 -msgid "Generar" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:332 +msgid "Generate" msgstr "Generar" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:12 -msgid "Autentificación" -msgstr "Autenticació" - -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:30 -msgid "Usar Auth Basic" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:30 +msgid "Use Auth Basic" msgstr "" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:31 -msgid "Usar Auth Basic para autorizar los accesos a la aplicación." +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:31 +msgid "Use Auth Basic for authorizing accesses to the application" msgstr "" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:45 -msgid "Usar Auth Basic SSO" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:45 +msgid "Use Auth Basic SSO" msgstr "" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:46 -msgid "Usar auto-login con Auth Basic." +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:46 +msgid "Use auto-login through Auth Basic" msgstr "" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:54 -msgid "Dominio" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:54 +msgid "Domain" msgstr "" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:59 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:59 msgid "" -"El dominio será añadido al nombre de usuario de sysPass para comprobarlo con " -"el de Auth Basic." +"The domain will be added to sysPass user name for checking against the Auth " +"Basic one." msgstr "" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:69 -msgid "Nombre de dominio" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:69 +msgid "Domain name" msgstr "" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:75 -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:85 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:45 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:55 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:239 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:249 -msgid "Grupo por Defecto" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:75 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:85 +#: app/modules/web/themes/material-blue/views/config/import.inc:45 +#: app/modules/web/themes/material-blue/views/config/import.inc:55 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:239 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:249 +msgid "Default Group" msgstr "Grup per Defecte" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:80 -msgid "" -"Define el grupo de usuarios por defecto para los nuevos usuarios de SSO." +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:80 +msgid "Sets the default users group for newly created SSO users" msgstr "" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:100 -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:110 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:264 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:274 -msgid "Perfil por Defecto" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:100 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:110 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:264 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:274 +msgid "Default Profile" msgstr "Perfil per Defecte" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:105 -msgid "" -"Define el perfil de usuarios por defecto para los nuevos usuarios de SSO." +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:105 +msgid "Sets the default profile for the newly created SSO users." msgstr "" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:98 -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:101 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:173 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:176 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:70 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:72 -msgid "Eventos" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:12 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:98 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:101 +#: app/modules/web/themes/material-blue/views/config/mail.inc:173 +#: app/modules/web/themes/material-blue/views/config/mail.inc:176 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:70 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:72 +msgid "Events" msgstr "Esdeveniments" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:30 -msgid "Habilitar log de eventos" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:30 +msgid "Enable event log" msgstr "Habilitar registre d'esdeveniments" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:31 -msgid "Guarda las acciones realizadas en la aplicación." +#: app/modules/web/themes/material-blue/views/config/general-events.inc:31 +msgid "Saves the actions done by the application." msgstr "Guarda les accions realitzades en l'aplicació." -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:45 -msgid "Habilitar Syslog" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:45 +msgid "Enable Syslog" msgstr "Habilitar Syslog" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:60 -msgid "Habilitar Syslog Remoto" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:60 +msgid "Enable Remote Syslog" msgstr "Habilitar Syslog Remot" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:70 -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:39 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:75 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:78 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:94 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:119 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:59 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:66 -msgid "Servidor" -msgstr "Servidor" - -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:78 -msgid "Nombre o dirección IP" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:78 +msgid "Hostname or IP address" msgstr "Nom o adreça IP" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:84 -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:92 -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:53 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:72 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:79 -msgid "Puerto" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:84 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:92 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:53 +#: app/modules/web/themes/material-blue/views/config/mail.inc:72 +#: app/modules/web/themes/material-blue/views/config/mail.inc:79 +msgid "Port" msgstr "Port" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:12 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:12 msgid "Proxy" msgstr "Proxy" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:30 -msgid "Usar Proxy" +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:30 +msgid "Use Proxy" msgstr "Utilitzar Proxy" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:31 -msgid "Usar proxy para comprobación de actualizaciones y notificaciones." +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:31 +msgid "Use a proxy server for checking out for updates and notifications." msgstr "" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:47 -msgid "Servidor proxy" +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:47 +msgid "Proxy server" msgstr "Servidor proxy" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:61 -msgid "Puerto del servidor proxy" +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:61 +msgid "Proxy server port" msgstr "Port del servidor proxy" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:75 -msgid "Usuario del servidor proxy" +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:75 +msgid "Proxy server user" msgstr "Usuari del servidor proxy" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:89 -msgid "Clave del servidor proxy" +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:89 +msgid "Proxy server password" msgstr "Clau del servidor proxy" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:16 -msgid "" -"Esta extensión es necesaria comprobar las actualizaciones y notificaciones" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:16 +msgid "This extension is needed to check for sysPass updates and notices" msgstr "" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:24 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:15 -msgid "Sitio" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:24 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:15 +msgid "Site" msgstr "Lloc" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:30 -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:44 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:107 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:121 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:137 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:139 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:26 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:28 -msgid "Idioma" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:30 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:44 +#: app/modules/web/themes/material-blue/views/config/info.inc:107 +#: app/modules/web/themes/material-blue/views/config/info.inc:121 +#: app/modules/web/themes/material-blue/views/install/index.inc:137 +#: app/modules/web/themes/material-blue/views/install/index.inc:139 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:26 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:28 +msgid "Language" msgstr "Idioma" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:35 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:35 msgid "" -"Establece el idioma global de la aplicación. Es posible establecer un idioma " -"por usuario en las preferencias." +"Sets the global app language. You can set a per user language on preferences." msgstr "" "Estableix l'idioma global de l'aplicació. És possible establir un idioma per " "usuari en les preferències." -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:39 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:39 msgid "" -"Para mejorar/añadir las traducciones, puede colaborar en https://poeditor." -"com/join/project/fmlsBuugyv" +"To improve/add translations, you can get involved at https://poeditor.com/" +"join/project/fmlsBuugyv" msgstr "" "Per millorar/afegir les traduccions, pot col·laborar en https://poeditor.com/" "join/project/fmlsbuugyv" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:57 -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:67 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:40 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:42 -msgid "Tema Visual" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:57 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:67 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:40 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:42 +msgid "Visual Theme" msgstr "Tema Visual" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:62 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:62 #, fuzzy msgid "" -"Establece el tema visual global de la aplicación. Es posible establecer un " -"tema visual por usuario en las preferencias." +"Sets the global application visual theme. You can set a per user visual " +"theme on preferences." msgstr "" "Estableix el tema visual global de l'aplicació. És possible establir un tema " "visual per usuari en les preferències." -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:81 -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:89 -msgid "Timeout de sesión (s)" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:81 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:89 +msgid "Session timeout (s)" msgstr "Timeout de sessió (s)" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:107 -msgid "Forzar HTTPS" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:107 +msgid "Force HTTPS" msgstr "Forçar HTTPS" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:108 -msgid "Fuerza para que todas las conexiones sean a través de HTTPS." +#: app/modules/web/themes/material-blue/views/config/general-site.inc:108 +msgid "It forces the use of HTTPS on all the connections" msgstr "Força perquè totes les connexions siguin a través d'HTTPS." -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:122 -msgid "Habilitar depuración" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:122 +msgid "Enable debug" msgstr "Habilitar depuració" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:123 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:123 msgid "" -"Muestra información relativa a la configuración de la aplicación y " -"rendimiento." +"Displays some information about application configuration and performance." msgstr "" "Mostra informació relativa a la configuració de l'aplicació i rendiment." -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:137 -msgid "Modo mantenimiento" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:137 +msgid "Maintenance mode" msgstr "Mode mantenimient" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:138 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:138 #, fuzzy msgid "" -"En este modo no se puede acceder a la aplicación. Para deshabilitarlo es " -"necesario modificar el archivo de configuración." +"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." msgstr "" "En aquest mode no es pot accedir a l'aplicació. Per deshabilitar-ho és " "necessari modificar l'arxiu de configuració." -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:152 -msgid "Comprobar actualizaciones" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:152 +msgid "Check for updates" msgstr "Comprovar actualitzacions" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:153 -msgid "" -"Comprobar actualizaciones de la aplicación (sólo para los usuarios " -"administradores)." +#: app/modules/web/themes/material-blue/views/config/general-site.inc:153 +msgid "Check for application updates (only for administrators)." msgstr "" "Comprovar actualitzacions de l'aplicació (només per als usuaris " "administradors)." -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:167 -msgid "Comprobar notificaciones" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:167 +msgid "Check for notifications" msgstr "Comprovar notificacions" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:168 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:168 #, fuzzy msgid "" -"Comprobar si existen notificaciones de seguridad o avisos de sysPass (sólo " -"para los usuarios administradores)." +"Check if there are either sysPass security or warning notices (only for " +"administrators)." msgstr "" "Comprovar si existeixen notificacions de seguretat o avisos de sysPass " "(només per als usuaris administradors)." -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:182 -msgid "Encriptar Sesión" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:182 +msgid "Encrypt Session" msgstr "Encriptar Sessió" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:184 -msgid "Encriptar los datos de la sesión de PHP." +#: app/modules/web/themes/material-blue/views/config/general-site.inc:184 +msgid "Encrypt PHP session data" msgstr "Encriptar les dades de la sessió de PHP." -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:185 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:185 msgid "" -"Esta funcionalidad incrementa la seguridad de las sesiones de PHP ya que los " -"datos almacenados no serán legibles." +"This feature increases the PHP sessions security, because the stored data " +"won't be readable." msgstr "" "Aquesta funcionalitat incrementa la seguretat de les sessions de PHP ja que " "les dades emmagatzemades no seran llegibles." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:103 -msgid "Importar CSV/XML" +#: app/modules/web/themes/material-blue/views/config/import.inc:12 +#: app/modules/web/themes/material-blue/views/config/import.inc:103 +msgid "CSV/XML Import" msgstr "Importar CSV/XML" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:18 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:28 -msgid "Usuario por Defecto" +#: app/modules/web/themes/material-blue/views/config/import.inc:18 +#: app/modules/web/themes/material-blue/views/config/import.inc:28 +msgid "Default User" msgstr "Usuari per Defecte" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:23 +#: app/modules/web/themes/material-blue/views/config/import.inc:23 #, fuzzy -msgid "Define el usuario por defecto para las cuentas importadas." +msgid "Sets the default user for the accounts imported." msgstr "Defineix l'usuari per defecte per als comptes importats." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:50 +#: app/modules/web/themes/material-blue/views/config/import.inc:50 #, fuzzy -msgid "Define el grupo por defecto para las cuentas importadas." +msgid "Sets the default group for the accounts imported." msgstr "Defineix el grup per defecte per als comptes importats." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:72 -msgid "Archivo" -msgstr "Arxiu" - -#: ../../../modules/web/themes/material-blue/views/config/import.inc:75 -msgid "Soltar archivo aquí o click para seleccionar" +#: app/modules/web/themes/material-blue/views/config/import.inc:75 +msgid "Drop files here or click to select" msgstr "Deixar anar arxiu aquí o clic per seleccionar" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:105 +#: app/modules/web/themes/material-blue/views/config/import.inc:105 #, fuzzy msgid "" -"Permite realizar la importación de Cuentas, Categorías y Clientes desde " -"archivos XML y CSV." +"Allows to import Accounts, Categories and Clients from XML or CSV files." msgstr "" "Permet realitzar la importació de Comptes, Categories i Clients des d'arxius " "XML i CSV." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:107 -msgid "" -"Los formatos de archivos XML soportados son: sysPass, KeePass y KeePassX" +#: app/modules/web/themes/material-blue/views/config/import.inc:107 +msgid "Supported XML file formats are: sysPass, KeePass and KeePassX" msgstr "Els formats d'arxius XML suportats són: sysPass, KeePass i KeePassX" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:109 -msgid "" -"Arrastar el archivo a importar a la zona indicada o hacer click sobre la " -"flecha." +#: app/modules/web/themes/material-blue/views/config/import.inc:109 +msgid "Drag & Drop the file into the import zone or click over the arrow." msgstr "" "Arrossegarr l'arxiu a importar a la zona indicada o fer clic sobre la fletxa." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:111 +#: app/modules/web/themes/material-blue/views/config/import.inc:111 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." +"For KeePass or KeePassX files, client name will be KeePass or KeePassX and " +"category name like groups name." msgstr "" "Per a arxius de KeePass o KeePassX, el nom del client serà igual a KeePass o " "KeePassX i la categoria igual al nom dels grups." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:113 -msgid "La importación de archivos CSV se realiza con el siguiente formato:" +#: app/modules/web/themes/material-blue/views/config/import.inc:113 +msgid "The CSV import file requires the following format:" msgstr "La importació d'arxius CSV es realitza amb el següent format:" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:115 +#: app/modules/web/themes/material-blue/views/config/import.inc:115 msgid "" -"\"nombre_de_cuenta\";\"cliente\";\"categoría\";\"url\";\"usuario\";\"clave\";" -"\"notas\"" +"\"account_name\";\"client\";\"category\";\"url\";\"user\";\"password\";" +"\"notes\"" msgstr "" "\"nom_de_compte\";\"client\";\"categoria\";\"url\";\"usuari\";\"clau\";" "\"notes\"" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:117 +#: app/modules/web/themes/material-blue/views/config/import.inc:117 #, fuzzy msgid "" -"En todos los casos, si el cliente o la categoría no están creados, se crean " -"automáticamente." +"In all cases, if the client or category do not exist they will be created " +"automatically." msgstr "" "En tots els casos, si el client o la categoria no estan creats, es creen " "automàticament." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:125 +#: app/modules/web/themes/material-blue/views/config/import.inc:125 msgid "XML" msgstr "XML" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:131 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:146 -msgid "Clave de Importación" +#: app/modules/web/themes/material-blue/views/config/import.inc:131 +#: app/modules/web/themes/material-blue/views/config/import.inc:146 +msgid "Import Password" msgstr "Clau d'Importació" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:136 -msgid "Sólo es necesaria para archivos XML de sysPass encriptados." +#: app/modules/web/themes/material-blue/views/config/import.inc:136 +msgid "It's only needed for sysPass XML files that have been encrypted." msgstr "Només és necessària per a arxius XML de sysPass encriptats." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:157 +#: app/modules/web/themes/material-blue/views/config/import.inc:157 msgid "" -"Sólo es necesaria para archivos XML de sysPass con clave maestra distinta de " -"la actual." +"It's only needed for sysPass XML files that have been encrypted with a " +"different master password from the current one." msgstr "" "Només és necessària per a arxius XML de sysPass amb clau mestra diferent de " "l'actual." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:174 +#: app/modules/web/themes/material-blue/views/config/import.inc:174 msgid "CSV" msgstr "CSV" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:180 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:195 -msgid "Delimitador CSV" +#: app/modules/web/themes/material-blue/views/config/import.inc:180 +#: app/modules/web/themes/material-blue/views/config/import.inc:195 +msgid "CSV delimiter" msgstr "Delimitador CSV" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:185 -msgid "Sólo es necesario para archivos CSV." +#: app/modules/web/themes/material-blue/views/config/import.inc:185 +msgid "It's only needed for CSV files." msgstr "Només és necessari per a arxius CSV." -#: ../../../modules/web/themes/material-blue/views/config/info.inc:14 -msgid "Información de la Aplicación" +#: app/modules/web/themes/material-blue/views/config/info.inc:14 +msgid "Application Information" msgstr "Informació de l'Aplicació" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:20 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:23 -msgid "Versión sysPass" +#: app/modules/web/themes/material-blue/views/config/info.inc:20 +#: app/modules/web/themes/material-blue/views/config/info.inc:23 +msgid "sysPass version" msgstr "Versió sysPass" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:30 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:33 -msgid "Base de Datos" +#: app/modules/web/themes/material-blue/views/config/info.inc:30 +#: app/modules/web/themes/material-blue/views/config/info.inc:33 +msgid "Database" msgstr "Base de dades" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:44 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:47 +#: app/modules/web/themes/material-blue/views/config/info.inc:44 +#: app/modules/web/themes/material-blue/views/config/info.inc:47 msgid "PHP" msgstr "PHP" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:49 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:34 -msgid "Versión" -msgstr "Versió" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:51 -msgid "Extensiones" +#: app/modules/web/themes/material-blue/views/config/info.inc:51 +msgid "Extensions" msgstr "Extensions" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:55 -msgid "Extensiones no disponibles" +#: app/modules/web/themes/material-blue/views/config/info.inc:55 +msgid "Unavailable extensions" msgstr "" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:59 -msgid "Memoria Usada" +#: app/modules/web/themes/material-blue/views/config/info.inc:59 +msgid "Used Memory" msgstr "Memòria Utilitzada" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:63 -msgid "Tasa de descarga" +#: app/modules/web/themes/material-blue/views/config/info.inc:63 +msgid "Download rate" msgstr "" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:66 +#: app/modules/web/themes/material-blue/views/config/info.inc:66 msgid "OP Cache" msgstr "OP Cache" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:85 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:88 -msgid "Copia de Configuración" +#: app/modules/web/themes/material-blue/views/config/info.inc:85 +#: app/modules/web/themes/material-blue/views/config/info.inc:88 +msgid "Configuration Backup" msgstr "Còpia de Configuració" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:98 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:180 +#: app/modules/web/themes/material-blue/views/config/info.inc:98 +#: app/modules/web/themes/material-blue/views/config/info.inc:180 #, php-format -msgid "Descargar %s" +msgid "Download %s" msgstr "" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:112 -msgid "Indica si el idioma se encuentra disponible" +#: app/modules/web/themes/material-blue/views/config/info.inc:112 +msgid "Tells whether the language is available or not." msgstr "Indica si l'idioma es troba disponible" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:116 +#: app/modules/web/themes/material-blue/views/config/info.inc:116 msgid "" -"Si no está instalado, es necesario instalar las locales en el sistema " -"operativo. Más información en Wiki." +"If it is not installed, you would need install the right operating system " +"locales. More info at Wiki." msgstr "" "Si no està instal·lat, és necessari instal·lar les locals en el sistema " "operatiu. Més informació a la Wiki." -#: ../../../modules/web/themes/material-blue/views/config/info.inc:128 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:138 -msgid "Sesión Encriptada" +#: app/modules/web/themes/material-blue/views/config/info.inc:128 +#: app/modules/web/themes/material-blue/views/config/info.inc:138 +msgid "Encrypted Session" msgstr "Sessió Encriptada" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:133 -msgid "Indica si los datos de la sesión están encriptados en el servidor" +#: app/modules/web/themes/material-blue/views/config/info.inc:133 +msgid "Tells whether the session data are encrypted in the server side or not" msgstr "Indica si les dades de la sessió estan encriptats en el servidor" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:140 -msgid "Sí" -msgstr "Sí" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:140 -msgid "No" -msgstr "No" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:145 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:148 -msgid "Plugins Cargados" +#: app/modules/web/themes/material-blue/views/config/info.inc:145 +#: app/modules/web/themes/material-blue/views/config/info.inc:148 +msgid "Loaded Plugins" msgstr "Plugins Carregats" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:171 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:174 -msgid "Archivo de log" +#: app/modules/web/themes/material-blue/views/config/info.inc:171 +#: app/modules/web/themes/material-blue/views/config/info.inc:174 +msgid "Log file" msgstr "" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:16 -msgid "Esta extensión es necesaria conectar con el servidor de LDAP" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:16 +msgid "This extension is needed to connect to the LDAP server" msgstr "" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:46 -msgid "Habilitar LDAP" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:46 +msgid "Enable LDAP" msgstr "Habilitar LDAP" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:48 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:48 #, fuzzy -msgid "Habilita de autentificación mediante servidor LDAP." +msgid "Enables authentication against an LDAP server." msgstr "Habilita l'autenticació mitjançant servidor LDAP." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:50 -msgid "Este método utilizará MySQL en caso de fallo." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:50 +msgid "This method will use MySQL as fallback." msgstr "Aquest mètode utilitzarà MySQL en cas de fallada." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:65 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:65 msgid "Active Directory" msgstr "Active Directory" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:67 -msgid "Habilita el modo de conexión con LDAP de Active Directory." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:67 +msgid "Enables Active Directory LDAP connection mode." msgstr "Habilita el mode de connexió amb LDAP d'Active Directory." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:84 -msgid "Habilita la conexión mediante TLS." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:84 +msgid "Enables the connection over TLS" msgstr "" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:99 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:99 #, fuzzy -msgid "Nombre o dirección IP del servidor de LDAP." +msgid "Hostname or IP address of LDAP server." msgstr "Nom o adreça IP del servidor de LDAP." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:103 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:134 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:185 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:219 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:131 -msgid "Ejemplos:" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:103 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:134 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:185 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:219 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:131 +msgid "Examples:" msgstr "Exemples:" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:125 -msgid "Usuario de conexión" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:125 +msgid "Bind User" msgstr "Usuari de connexió" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:130 -msgid "Usuario para conectar con el servicio de LDAP." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:130 +msgid "User to connect to LDAP service." msgstr "Usuari per connectar amb el servei de LDAP." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:155 -msgid "Clave de conexión" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:155 +msgid "Bind Password" msgstr "Clau de connexió" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:160 -msgid "Clave del usuario de conexión a LDAP." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:160 +msgid "LDAP connection user's password" msgstr "Clau de l'usuari de connexió a LDAP." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:176 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:200 -msgid "Base de búsqueda" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:176 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:200 +msgid "Search base" msgstr "Base de cerca" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:181 -msgid "Base en la que realizar la búsqueda de usuarios de LDAP." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:181 +msgid "LDAP base to perform the LDAP users search." msgstr "Base en la qual realitzar la cerca d'usuaris de LDAP." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:211 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:211 #, fuzzy -msgid "" -"Grupo de LDAP al que debe de pertenecer el usuario para permitir el acceso." +msgid "LDAP group which user must belong to for granting to log in." msgstr "Grup de LDAP al que deu pertànyer l'usuari per permetre l'accés." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:215 -msgid "Este grupo debe de estar ubicado en la base de búsquedas de LDAP." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:215 +msgid "This group needs to be placed in the LDAP search base." msgstr "Aquest grup deu estar situat a la base de cerques de LDAP." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:244 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:244 #, fuzzy -msgid "" -"Define el grupo de usuarios por defecto para los nuevos usuarios de LDAP." +msgid "Sets the default users group for newly created LDAP users" msgstr "Defineix el grup d'usuaris per defecte per als nous usuaris de LDAP." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:269 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:269 #, fuzzy -msgid "" -"Define el perfil de usuarios por defecto para los nuevos usuarios de LDAP." +msgid "Sets the default profile for the newly created LDAP users." msgstr "" "Defineix el perfil d'usuaris per defecte per als nous usuaris de *LDAP." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:321 -msgid "Importación" -msgstr "" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:321 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:494 +msgid "Import" +msgstr "Importar" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:327 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:337 -msgid "Atributo Login" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:327 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:337 +msgid "Login Attribute" msgstr "Atribut Login" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:332 -msgid "" -"Define el atributo a utilizar para el login del usuario en la importación." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:332 +msgid "Defines the attribute for the user's login when importing." msgstr "Defineix l'atribut a utilitzar pel login de l'usuari en la importació." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:350 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:360 -msgid "Atributo Nombre" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:350 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:360 +msgid "Name Attribute" msgstr "Name Attribute" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:355 -msgid "" -"Define el atributo a utilizar para el nombre del usuario en la importación." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:355 +msgid "Defines the attribute for the user's name when importing." msgstr "Defines the attribute for the user's name when importing." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:385 -msgid "Importar Grupos" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:385 +msgid "Import Groups" msgstr "" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:394 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:404 -msgid "Atributo Nombre Grupo" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:394 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:404 +msgid "Group Name Attribute" msgstr "" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:399 -msgid "" -"Define el atributo a utilizar para el nombre del grupo en la importación." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:399 +msgid "Defines the attribute for the user group name when importing." msgstr "" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:415 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:429 -msgid "Filtro" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:415 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:429 +msgid "Filter" msgstr "" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:420 -msgid "Filtro para importar usuarios o grupos de LDAP." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:420 +msgid "Filter for importing LDAP users or groups." msgstr "" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:33 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:34 -msgid "Habilitar notificaciones de correo" +#: app/modules/web/themes/material-blue/views/config/mail.inc:33 +#: app/modules/web/themes/material-blue/views/config/mail.inc:34 +msgid "Enable email notifications" msgstr "Habilitar notificacions de correu" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:48 -msgid "Habilitar peticiones por correo" +#: app/modules/web/themes/material-blue/views/config/mail.inc:48 +msgid "Enable requests by email" msgstr "Habilitar peticions per correu" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:50 +#: app/modules/web/themes/material-blue/views/config/mail.inc:50 #, fuzzy msgid "" -"Habilita que los usuarios puedan solicitar modificaciones o acceso a las " -"cuentas sin permisos." +"Allows users to request for either modifications to existing accounts or " +"access to accounts which they have no rights on." msgstr "" "Habilita que els usuaris puguin sol·licitar modificacions o accés als " "comptes sense permisos." -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:97 -msgid "Habilitar Autentificación" +#: app/modules/web/themes/material-blue/views/config/mail.inc:97 +msgid "Enable Authentication" msgstr "Habilitar Autenticació" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:132 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:135 -msgid "Seguridad" +#: app/modules/web/themes/material-blue/views/config/mail.inc:132 +#: app/modules/web/themes/material-blue/views/config/mail.inc:135 +msgid "Security" msgstr "Seguretat" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:138 -msgid "Deshabilitada" -msgstr "Deshabilitada" - -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:148 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:156 -msgid "Dirección de correo de envío" +#: app/modules/web/themes/material-blue/views/config/mail.inc:148 +#: app/modules/web/themes/material-blue/views/config/mail.inc:156 +msgid "Recipient email address" msgstr "Adreça de correu d'enviament" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:162 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:165 -msgid "Destinatarios" +#: app/modules/web/themes/material-blue/views/config/mail.inc:162 +#: app/modules/web/themes/material-blue/views/config/mail.inc:165 +msgid "Recipients" msgstr "" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:16 -msgid "Esta extensión es necesaria conectar con DokuWiki" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:16 +msgid "This extension is needed to connect with DokuWiki" msgstr "" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:47 -msgid "Habilitar enlaces Wiki" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:47 +msgid "Enable Wiki links" msgstr "Habilitar enllaços Wiki" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:48 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:48 #, fuzzy msgid "" -"Habilita la opción de añadir un enlace a Wiki externa para los resultados de " -"la búsqueda." +"Enables the option to add a link to search for results in an external Wiki." msgstr "" "Habilita l'opció d'afegir un enllaç a Wiki externa per als resultats de la " "cerca." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:56 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:83 -msgid "URL de búsqueda Wiki" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:56 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:83 +msgid "Wiki search URL" msgstr "URL de cerca Wiki" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:61 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:61 #, fuzzy -msgid "URL que utiliza la wiki para realizar una búsqueda de una página." +msgid "URL that Wiki uses for making an entry searching." msgstr "URL que utilitza la wiki per realitzar una cerca d'una pàgina." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:65 -msgid "Como parámetro se utiliza el nombre del cliente." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:65 +msgid "The client's name is used as parameter." msgstr "Com a paràmetre s'utilitza el nom del client." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:69 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:102 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:187 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:214 -msgid "Ejemplo:" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:69 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:102 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:187 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:214 +msgid "Example:" msgstr "Exemple:" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:89 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:116 -msgid "URL de página en Wiki" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:89 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:116 +msgid "Wiki page URL" msgstr "URL de pàgina en Wiki" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:94 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:94 #, fuzzy -msgid "URL que utiliza la wiki para acceder a los detalles de una página." +msgid "URL that Wiki uses for accessing to the entry details." msgstr "URL que utilitza la wiki per accedir als detalls d'una pàgina." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:98 -msgid "" -"El nombre de la cuenta se utiliza como parámetro de la variable de búsqueda " -"de la Wiki." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:98 +msgid "Account's name is used as parameter of Wiki search variable." msgstr "" "El nom del compte s'utilitza com a paràmetre de la variable de cerca de la " "Wiki." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:122 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:136 -msgid "Prefijo para nombre de cuenta" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:122 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:136 +msgid "Account name prefix" msgstr "Prefix per a nom de compte" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:127 -msgid "" -"Prefijo para determinar qué cuentas tienen un enlace a una página de la Wiki." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:127 +msgid "Prefix to determine which accounts have a link to the Wiki." msgstr "" "Prefix per determinar què comptes tenen un enllaç a una pàgina de la Wiki." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:146 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:146 msgid "DokuWiki API" msgstr "DokuWiki API" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:164 -msgid "Habilitar API de DokuWiki" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:164 +msgid "Enable DokuWiki API" msgstr "Habilitar DokuWiki API" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:166 -msgid "" -"Habilita la conexión a la API XML-RPC de DokuWiki para los enlaces Wiki." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:166 +msgid "Enables DokuWiki XML-RPC API for Wiki links." msgstr "" "Habilita la connexió a la API XML-RPC de DokuWiki para els enllacis Wiki." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:168 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:168 msgid "" -"Para que esta característica funcione, es necesario habilitar los enlaces " -"Wiki para el filtrado de cuentas." +"In order to get this feature working, you should enable Wiki links for " +"accounts filtering" msgstr "" "Perquè aquesta característica funcioni, és necessari habilitar els enllacis " "Wiki per al filtrat de comptes." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:178 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:199 -msgid "URL API" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:178 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:199 +msgid "API URL" msgstr "URL API" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:183 -msgid "URL de la API de DokuWiki." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:183 +msgid "DokuWiki API URL" msgstr "URL de la API de DokuWiki." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:205 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:227 -msgid "URL Base" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:205 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:227 +msgid "Base URL" msgstr "URL Base" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:210 -msgid "URL base de DokuWiki." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:210 +msgid "DokuWiki base URL" msgstr "URL base de DokuWiki." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:238 -msgid "Usuario para conectar a la API de DokuWiki." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:238 +msgid "User for connecting to the DokuWiki API." msgstr "Usuari per connectar a la API de DokuWiki." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:266 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:282 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:266 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:282 msgid "Namespace" msgstr "Namespace" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:271 -msgid "Namespace utilizado para buscar las páginas." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:271 +msgid "Namespace used to search pages." msgstr "Namespace utilitzat per buscar les pàgines." -#: ../../../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:170 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:172 -msgid "Instalar" +#: app/modules/web/themes/material-blue/views/error/error-database.inc:17 +#: app/modules/web/themes/material-blue/views/error/error-database.inc:19 +#: app/modules/web/themes/material-blue/views/install/index.inc:170 +#: app/modules/web/themes/material-blue/views/install/index.inc:172 +msgid "Install" msgstr "Instal·lar" -#: ../../../modules/web/themes/material-blue/views/grid/datagrid-nav-full.inc:18 -msgid "Filtro ON" +#: app/modules/web/themes/material-blue/views/grid/datagrid-nav-full.inc:18 +msgid "Filter ON" msgstr "Filtre ON" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:11 +#: app/modules/web/themes/material-blue/views/install/index.inc:11 #, php-format -msgid "Instalación %s" +msgid "Installation %s" msgstr "Instal·lació %s" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:21 -msgid "Admin de sysPass" +#: app/modules/web/themes/material-blue/views/install/index.inc:21 +msgid "sysPass Admin" msgstr "Admin de sysPass" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:29 -msgid "Usuario administrador de sysPass" +#: app/modules/web/themes/material-blue/views/install/index.inc:29 +msgid "sysPass admin user" msgstr "Usuari administrador de sysPass" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:37 -msgid "Login del usuario administrador de sysPass" +#: app/modules/web/themes/material-blue/views/install/index.inc:37 +msgid "sysPass administrator's login" msgstr "Login de l'usuari administrador de sysPass" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:69 -msgid "Configurar BBDD" +#: app/modules/web/themes/material-blue/views/install/index.inc:69 +msgid "DB Configuration" msgstr "Configurar BBDD" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:79 -msgid "Usuario acceso BBDD" +#: app/modules/web/themes/material-blue/views/install/index.inc:79 +msgid "DB access user" msgstr "Usuari accés BBDD" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:87 -msgid "Usuario con permisos de administrador de MySQL" +#: app/modules/web/themes/material-blue/views/install/index.inc:87 +msgid "An user with MySQL admin rights" msgstr "Usuari amb permisos d'administrador de MySQL" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:95 -msgid "Clave acceso BBDD" +#: app/modules/web/themes/material-blue/views/install/index.inc:95 +msgid "DB access password" msgstr "Clau accés BBDD" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:104 -msgid "Nombre BBDD para sysPass" -msgstr "Nomeni BBDD per a sysPass" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:112 -msgid "Nombre de la base de datos para sysPass" -msgstr "Nom de la base de dades per sysPass" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:121 -msgid "Servidor BBDD para sysPass" -msgstr "Servidor BBDD per a sysPass" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:129 -msgid "Nombre del servidor para instalar la base de datos de sysPass" -msgstr "Nom del servidor per instal·lar la base de dades de sysPass" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:149 -msgid "Modo Hosting" -msgstr "Made Hosting" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:156 -msgid "No crea ni verifica los permisos del usuario sobre la BBDD" -msgstr "No crea ni verifica els permisos de l'usuari sobre la BBDD" - -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:28 -msgid "Otros" -msgstr "Altres" - -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:64 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:66 -msgid "Creador" -msgstr "Creador" - -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:134 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:155 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:184 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:206 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:134 -msgid "Eliminar" -msgstr "Eliminar" - -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:232 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:234 -msgid "Eliminar Historial" +#: app/modules/web/themes/material-blue/views/install/index.inc:104 +#: app/modules/web/themes/material-blue/views/install/index.inc:112 +msgid "sysPass database name" msgstr "" -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:64 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:19 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:92 -msgid "Opciones" +#: app/modules/web/themes/material-blue/views/install/index.inc:121 +msgid "sysPass database server" +msgstr "Servidor BBDD per a sysPass" + +#: app/modules/web/themes/material-blue/views/install/index.inc:129 +msgid "Server name to install sysPass database" +msgstr "Nom del servidor per instal·lar la base de dades de sysPass" + +#: app/modules/web/themes/material-blue/views/install/index.inc:149 +msgid "Hosting Mode" +msgstr "Made Hosting" + +#: app/modules/web/themes/material-blue/views/install/index.inc:156 +msgid "It does not create or verify the user's permissions on the DB" +msgstr "No crea ni verifica els permisos de l'usuari sobre la BBDD" + +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:28 +msgid "Others" +msgstr "Altres" + +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:66 +msgid "Creator" +msgstr "Creador" + +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:232 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:234 +msgid "Delete History" +msgstr "" + +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:19 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:92 +msgid "Options" msgstr "Opcions" -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:67 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:71 -msgid "Regenerar Autorización" +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:67 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:71 +msgid "Refresh Authorization" msgstr "Regenerar Autorització" -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:77 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:79 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:77 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:79 msgid "Token" msgstr "Token" -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:54 -msgid "Indica si el cliente es visible para todos los usuarios." +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:54 +msgid "Sets whether the client is visible by all users" msgstr "" -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:57 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:57 msgid "" -"Por defecto los clientes asignados a cuentas sólo son visibles para los " -"usuarios con acceso a las cuentas." +"By default, clients assigned to accounts only will be visible by users who " +"are granted to access to the accounts." msgstr "" -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:30 -msgid "Nombre del campo" +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:30 +msgid "Field name" msgstr "Nom del camp" -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:63 -msgid "Texto Ayuda" +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:63 +msgid "Help Text" msgstr "Text Ajuda" -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:69 -msgid "Ayuda del campo" +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:69 +msgid "Field's help" msgstr "Ajuda del camp" -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:80 -msgid "Obligatorio" +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:80 +msgid "Required" msgstr "Obligatori" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:44 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:52 -msgid "Puntuación" +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:44 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:52 +msgid "Score" msgstr "" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:58 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:65 -msgid "Expresión Regular" +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:58 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:65 +msgid "Regular Expression" msgstr "" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:140 -msgid "Incluir Minúsculas" +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:140 +msgid "Include Lowercase" msgstr "" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:31 -msgid "Las cuentas sólo serán visibles por el usuario." +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:31 +msgid "Accounts will be only visible by the user." msgstr "" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:33 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:52 -msgid "Los administradores no podrán acceder a las cuentas." +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:33 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:52 +msgid "Administrators won't be able to display the accounts." msgstr "" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:50 -msgid "Las cuentas sólo serán visibles por el usuario y su grupo principal." +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:50 +msgid "" +"Accounts will be only visible by the user and users belonging to the main " +"group." msgstr "" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:16 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:24 -msgid "Dirección IP" +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:16 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:24 +msgid "IP Address" msgstr "" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:29 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:37 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:29 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:37 msgid "Timeout" msgstr "" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:89 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:89 msgid "" -"Prioridad de asignación en caso de coincidir con otros valores asignados por " -"usuario, grupo o perfil." +"Assignment priority if values match with others assigned by user, group or " +"profile." msgstr "" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:100 -msgid "Prioridad de asignación" +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:100 +msgid "Assignment Priority" msgstr "" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:122 -msgid "" -"Indica si los valores serán forzados al crear o modificar los elementos." +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:122 +msgid "Enforces the values to be set either on creating or updating an item." msgstr "" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:124 -msgid "Los valores serán añadidos a los existentes." +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:124 +msgid "Values will be merged with the existing ones." msgstr "" -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:81 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:83 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:81 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:83 msgid "Hash" msgstr "Hash" -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:89 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:91 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:89 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:91 msgid "URL" msgstr "" -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:99 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:101 -msgid "Uso" +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:99 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:101 +msgid "Use" msgstr "Ús" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:44 -msgid "Nombre de usuario completo" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:44 +msgid "Full username" msgstr "Nom d'usuari complet" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:58 -msgid "Login de inicio de sesión" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:58 +msgid "Session login" msgstr "Login d'inici de sessió" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:69 -msgid "Login SSO" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:69 +msgid "SSO Login " msgstr "" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:77 -msgid "Login de inicio de sesión con SSO" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:77 +msgid "Session login with SSO" msgstr "" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:84 -msgid "Email" -msgstr "Email" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:92 -msgid "Dirección de correo" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:92 +msgid "Email address" msgstr "Adreça de correu" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:200 -msgid "Admin Aplicación" -msgstr "Admin Aplicació" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:202 -msgid "Administrador de la aplicación" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:202 +msgid "Application administrator" msgstr "Administrador de l'aplicació" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:218 -#, fuzzy -msgid "Admin Cuentas" -msgstr "Admin Comptes" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:220 -msgid "Administrador de cuentas" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:220 +msgid "Accounts administrator" msgstr "Administrador de comptes" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:240 -msgid "Forzar cambio de clave" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:240 +msgid "Force password change" msgstr "Forçar canvi de clau" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:257 -msgid "Deshabilitado" -msgstr "Deshabilitat" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:273 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:275 -msgid "Entradas" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:273 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:275 +msgid "Entries" msgstr "Entrades" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:282 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:284 -msgid "Último Acceso" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:282 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:284 +msgid "Last Access" msgstr "Últim Accés" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:300 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:302 -msgid "Fecha Clave Maestra" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:300 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:302 +msgid "Master Password Date" msgstr "Data Clau Mestra" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:309 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:311 -msgid "Usado en" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:309 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:311 +msgid "Used in" msgstr "" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:87 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:89 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:548 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:550 -msgid "Usado por" +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:87 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:89 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:548 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:550 +msgid "Used by" msgstr "Utilitzat per" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:108 -msgid "(*) Incluido en grupo" +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:108 +msgid "(*) Listed in group" msgstr "" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:26 -msgid "Gestión" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:26 +msgid "Management" msgstr "Gestió" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:37 #, fuzzy -msgid "Crear" -msgstr "Crear" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:37 -#, fuzzy -msgid "Crear nueva cuenta" +msgid "Create new account" msgstr "Crear nou compte" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:54 -msgid "Ver detalles de cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:54 +msgid "View account details" msgstr "Veure detalls de compte" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:70 -msgid "Ver clave de cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:70 +msgid "View account password" msgstr "Veure clau de compte" #. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:86 -#: ../../../config/actions.xml:259 -msgid "Ver Historial" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:86 +#: app/config/actions.xml:259 +msgid "View History" msgstr "Veure Historial" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:87 -msgid "Ver historial de cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:87 +msgid "View account history" msgstr "Veure historial de compte" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:103 -msgid "Editar cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:103 +msgid "Edit account" msgstr "Editar compte" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:118 -msgid "Editar Clave" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:118 +msgid "Edit Password" msgstr "Editar Clau" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:119 -msgid "Editar clave de cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:119 +msgid "Edit account password" msgstr "Editar clau de compte" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:135 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:135 #, fuzzy -msgid "Eliminar cuenta" +msgid "Remove account" msgstr "Eliminar compte" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:151 -msgid "Ver archivos de cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:151 +msgid "View account files" msgstr "Veure arxius de compte" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:166 -msgid "Publicar Enlace" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:166 +msgid "Share Link" msgstr "Publicar Enllaç" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:167 -msgid "Publicar enlace a cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:167 +msgid "Share link to account" msgstr "Publicar enllaç a compte" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:183 -msgid "Crear cuenta privada" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:183 +msgid "Create private account" msgstr "Crear compte privat" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:199 -msgid "Crear cuenta privada para grupo" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:199 +msgid "Create private account for group" msgstr "Crear compte privat per a grup" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:215 -msgid "Asignar permisos" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:215 +msgid "Assign permissions" msgstr "Assignar permisos" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:251 -msgid "Gestión de usuarios" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:251 +msgid "Users management" msgstr "Gestión d'usuaris" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:267 -msgid "Gestión de grupos" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:267 +msgid "Groups management" msgstr "Gestión de grups" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:283 -msgid "Gestión de perfiles" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:283 +msgid "Profiles management" msgstr "Gestión de perfils" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:299 -msgid "Gestión de categorías" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:299 +msgid "Categories management" msgstr "Gestió de categories" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:315 -msgid "Gestión de etiquetas" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:315 +msgid "Tags management" msgstr "Gestió d'etiquetes" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:331 -msgid "Gestión de clientes" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:331 +msgid "Customers management" msgstr "Gestión de clients" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:347 -msgid "Gestión de campos personalizados" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:347 +msgid "Custom fields management" msgstr "Gestió de camps personalitzats" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:363 -msgid "Gestión de autorizaciones API" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:363 +msgid "API authorizations management" msgstr "Gestió d'autoritzacions API" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:379 -msgid "Gestión de enlaces" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:379 +msgid "Links management" msgstr "Gestió d'enllaços" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:395 -msgid "Gestión de cuentas" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:395 +msgid "Accounts management" msgstr "Gestió de comptes" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:426 -msgid "Valores por Defecto" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:426 +msgid "Default Values" msgstr "" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:427 -msgid "Gestión de Valores por Defecto" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:427 +msgid "Default Values Management" msgstr "" #. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:447 -#: ../../../config/actions.xml:697 -msgid "Configuración General" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:447 +#: app/config/actions.xml:697 +msgid "General Configuration" msgstr "Configuració General" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:463 -msgid "Opciones de encriptación" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:463 +msgid "Encryption options" msgstr "Opcions d'encriptació" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:478 -msgid "Backup" -msgstr "Còpia de seguretat" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:479 -msgid "Realizar copia de seguridad y exportar" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:479 +msgid "Make a backup and export" msgstr "Realitzar còpia de seguretat i exportar" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:494 -msgid "Importar" -msgstr "Importar" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:495 -msgid "Realizar importación de cuentas" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:495 +msgid "Make accounts import" msgstr "Realitzar importació de comptes" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:514 -msgid "Log de Eventos" -msgstr "Registre d'Esdeveniments" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:515 -msgid "Ver log de eventos" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:515 +msgid "View event log" msgstr "Veure registre d'esdeveniments" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:541 -msgid "Nombre del perfil" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:541 +msgid "Profile name" msgstr "Nom del perfil" -#: ../../../modules/web/themes/material-blue/views/login/index.inc:46 -msgid "Clave Anterior" +#: app/modules/web/themes/material-blue/views/login/index.inc:46 +msgid "Previous Password" msgstr "Clau Anterior" -#: ../../../modules/web/themes/material-blue/views/login/index.inc:73 -msgid "Acceder" +#: app/modules/web/themes/material-blue/views/login/index.inc:73 +msgid "Sign in" msgstr "Accedir" -#: ../../../modules/web/themes/material-blue/views/login/index.inc:82 -msgid "¿Olvidó su clave?" +#: app/modules/web/themes/material-blue/views/login/index.inc:82 +msgid "Forgot password?" msgstr "Va oblidar la seva clau?" -#: ../../../modules/web/themes/material-blue/views/login/index.inc:88 -msgid "Aplicación actualizada correctamente" -msgstr "Aplicació actualitzada correctament" - -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:14 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:14 #, php-format -msgid "Actualización %s" +msgid "Update %s" msgstr "Actualització %s" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:20 -msgid "Actualización de BBDD" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:20 +msgid "DB Update" msgstr "Actualització de BBDD" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:22 -msgid "Actualización de Aplicación" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:22 +msgid "Application Update" msgstr "Actualització d'Aplicació" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:29 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:28 -msgid "Código de Seguridad" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:29 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:28 +msgid "Security Code" msgstr "Codi de Seguretat" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:37 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:37 msgid "" -"Este código se encuentra en el archivo de configuración de sysPass con la " -"etiqueta \"upgradeKey\"" +"This code is set in sysPass config file within the tag name \"upgradekey\"" msgstr "" "Aquest codi es troba a l'arxiu de configuració de sysPass amb l'etiqueta " "\"upgradeKey\"" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:47 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:47 msgid "" -"Se han encontrado elementos huérfanos. Por favor, modifique estos elementos " -"o indique los IDs por defecto para los elementos huérfanos." +"Some orphaned items have been found. Please, modify those items or enter the " +"default IDs for them." msgstr "" "S'han trobat elements orfes. Per favor, modifiqui aquests elements o indiqui " "els *IDs per defecte per als elements orfes." -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:49 -msgid "Si no se indican los IDs, se crearán nuevos elementos." +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:49 +msgid "If items IDs are not set, they will be created." msgstr "Si no s'indiquen els IDs, es crearan nous elements." -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:74 -msgid "Introducir un ID de usuario válido para cuentas" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:74 +msgid "Enter a valid user ID for the accounts" msgstr "Introduir un ID d'usuari vàlid per a comptes" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:85 -msgid "Introducir un ID de categoría válido para cuentas" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:85 +msgid "Enter a valid category ID for the accounts" msgstr "Introduir un ID de categoria vàlid per a comptes" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:96 -msgid "Introducir un ID de cliente válido para cuentas" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:96 +msgid "Enter a valid client ID for the accounts" msgstr "Introduir un ID de client vàlid per a comptes" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:108 -msgid "Introducir un ID de grupo válido para usuarios" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:108 +msgid "Enter a valid group ID for the users" msgstr "Introduir un ID de grup vàlid per a usuaris" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:118 -msgid "Introducir un ID de perfil válido para usuarios" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:118 +msgid "Enter a valid profile ID for the users" msgstr "Introduir un ID de perfil vàlid per a usuaris" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:128 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:128 msgid "" -"Esta actualización utiliza un nuevo esquema de encriptación, por lo que es " -"necesario reencriptar los datos almacenados" +"This update uses a new encryption schema, so it will be needed to reencrypt " +"the whole encrypted data." msgstr "" "Aquesta actualització utilitza un nou esquema d'encriptació, per la qual " "cosa és necessari *reencriptar les dades emmagatzemades" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:150 -msgid "Introducir login de usuario válido" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:150 +msgid "Enter a valid user login" msgstr "Introduir login d'usuari vàlid" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:162 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:33 -msgid "He realizado una copia de seguridad completa de sysPass" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:162 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:33 +msgid "I've done a full sysPass backup" msgstr "He realitzat una còpia de seguretat completa de sysPass" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:176 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:41 -msgid "Por favor espere mientras el proceso se ejecuta" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:176 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:41 +msgid "Please, wait while the process is running" msgstr "Per favor esperi mentre el procés s'executa" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:184 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:49 -msgid "Actualizar" -msgstr "Actualitzar" - -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:186 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:51 -msgid "Iniciar Actualización" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:186 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:51 +msgid "Start Update" msgstr "Iniciar Actualització" -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:95 -msgid "Notificación global" +#: app/modules/web/themes/material-blue/views/notification/notification.inc:95 +msgid "Global notification" msgstr "Notificació global" -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:103 -msgid "Sólo para administradores de la aplicación" +#: app/modules/web/themes/material-blue/views/notification/notification.inc:103 +msgid "Only for application administrators" msgstr "" -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:107 -msgid "Solo Admins" -msgstr "" - -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:29 -msgid "Nombre del plugin" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:29 +msgid "Plugin name" msgstr "Nom del plugin" -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:41 -msgid "Versión del plugin" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:41 +msgid "Plugin version" msgstr "Versió del plugin" -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:46 -msgid "Versión Compatible" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:46 +msgid "Compatible Version" msgstr "Versió Compatible" -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:53 -msgid "Versión de sysPass compatible" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:53 +msgid "sysPass compatible version" msgstr "Versió de sysPass compatible" -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:58 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:39 -msgid "Autor" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:58 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:39 +msgid "Author" msgstr "Autor" -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:65 -msgid "Autor del plugin" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:65 +msgid "Plugin author" msgstr "Autor del plugin" -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:11 -msgid "La aplicación necesita actualizarse" +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:11 +msgid "The application needs to be updated" msgstr "L'aplicació necessita actualitzar-se" -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:16 -msgid "Para iniciar la actualización introduzca el código de seguridad" +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:16 +msgid "Please enter the security code to start the upgrade" msgstr "" -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:6 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:13 -msgid "Solicitud de Cambio de Clave" +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:6 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:13 +msgid "Request Password Change" msgstr "Sol·licitud de Canvi de Clau" -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:29 -msgid "Email del Usuario" +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:29 +msgid "User's Email" msgstr "Email de l'Usuari" -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:39 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:49 -msgid "Volver a iniciar sesión" +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:39 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:49 +msgid "Go back to login" msgstr "Tornar a iniciar sessió" -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:44 -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:46 -msgid "Solicitar" -msgstr "Sol·licitar" - -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:54 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:56 -msgid "Cambiar" +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:54 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:56 +msgid "Change" msgstr "Canviar" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:107 -msgid "Ordenar resultados por visitas" +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:107 +msgid "Sort search results by views" msgstr "Ordenar resultats per visites" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:109 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:109 #, fuzzy -msgid "" -"Ordena los resultados de búsqueda por el número de visitas de las cuentas." +msgid "Sorts accounts search results by the number of account's views" msgstr "Ordena els resultats de cerca pel nombre de visites dels comptes." -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:124 -msgid "Barra de navegación superior" +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:124 +msgid "Navigation bar on top" msgstr "Barra de navegació superior" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:126 -msgid "Mostrar una barra de navegación superior en las búsquedas." +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:126 +msgid "Dysplays a navigation bar on top of the search results." msgstr "Mostrar una barra de navegació superior en les cerques." -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:141 -msgid "Mostrar Acciones Ocultas" +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:141 +msgid "Show Hidden Actions" msgstr "Mostrar Accions Ocultes" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:143 -msgid "" -"Mostrar las acciones ocultas para los elementos de la búsqueda de cuentas." +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:143 +msgid "Always display hidden actions on the accounts search page." msgstr "Mostrar les accions ocultes per als elements de la cerca de comptes." -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:175 -msgid "Notificaciones In-App" +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:175 +msgid "In-App Notifications" msgstr "" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:177 -msgid "Habilita la consulta de notificaciones activas In-App." +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:177 +msgid "Enables the active In-App notifications polling" msgstr "" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:192 -msgid "Mostrar Filtros" +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:192 +msgid "Show Filters" msgstr "" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:194 -msgid "Muestra la selección los filtros adicionales en la búsqueda de cuentas." +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:194 +msgid "Displays the additional filters selection on the accounts search." msgstr "" #. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:16 -#: ../../../config/actions.xml:277 -msgid "Ver Wiki" +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:16 +#: app/config/actions.xml:277 +msgid "View Wiki" msgstr "Veure Wiki" -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:24 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:24 #, php-format -msgid "Resultados de búsqueda de '%s'" +msgid "Search results of '%s'" msgstr "Resultats de recerca de '%s'" -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:27 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:37 -msgid "Página" +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:27 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:37 +msgid "Page" msgstr "Pàgina" #. (itstool) path: action/text -#: ../../../config/actions.xml:7 +#: app/config/actions.xml:7 #, fuzzy -msgid "Buscar Cuentas" +msgid "Search for Accounts" msgstr "Buscar Comptes" #. (itstool) path: action/text -#: ../../../config/actions.xml:25 -msgid "Peticiones" +#: app/config/actions.xml:25 +msgid "Requests" msgstr "Peticions" #. (itstool) path: action/text -#: ../../../config/actions.xml:31 -msgid "Favoritos" +#: app/config/actions.xml:31 +msgid "Favorites" msgstr "" #. (itstool) path: action/text -#: ../../../config/actions.xml:43 -msgid "Elementos y Personalización" +#: app/config/actions.xml:43 +msgid "Items and Customizations" msgstr "Elements i Personalització" #. (itstool) path: action/text -#: ../../../config/actions.xml:49 -msgid "Gestión Categorías" +#: app/config/actions.xml:49 +msgid "Categories Management" msgstr "Gestió Categories" #. (itstool) path: action/text -#: ../../../config/actions.xml:55 -msgid "Gestión Clientes" +#: app/config/actions.xml:55 +msgid "Customers Management" msgstr "Gestió Clients" #. (itstool) path: action/text -#: ../../../config/actions.xml:61 -msgid "Gestión Autorizaciones API" +#: app/config/actions.xml:61 +msgid "API Authorizations Management" msgstr "Gestió Autoritzacions API" #. (itstool) path: action/text -#: ../../../config/actions.xml:67 -msgid "Gestión Campos Personalizados" +#: app/config/actions.xml:67 +msgid "Custom Fields Management" msgstr "Gestió Campos Personalitzats" #. (itstool) path: action/text -#: ../../../config/actions.xml:79 -msgid "Gestión de Archivos" +#: app/config/actions.xml:79 +msgid "Files Management" msgstr "Gestió d'Arxius" #. (itstool) path: action/text -#: ../../../config/actions.xml:85 -msgid "Gestión de Cuentas" +#: app/config/actions.xml:85 +msgid "Accounts Management" msgstr "Gestió de Comptes" #. (itstool) path: action/text -#: ../../../config/actions.xml:91 -msgid "Gestión de Etiquetas" +#: app/config/actions.xml:91 +msgid "Tags Management" msgstr "Gestió d'Etiquetes" #. (itstool) path: action/text -#: ../../../config/actions.xml:97 -msgid "Gestión Plugins" +#: app/config/actions.xml:97 +msgid "Plugins Management" msgstr "" #. (itstool) path: action/text -#: ../../../config/actions.xml:103 -msgid "Usuarios y Accesos" +#: app/config/actions.xml:103 +msgid "Users and Accesses" msgstr "Usuaris i Accessos" #. (itstool) path: action/text -#: ../../../config/actions.xml:109 -msgid "Seguridad y Auditoría" +#: app/config/actions.xml:109 +msgid "Security and Audit" msgstr "" #. (itstool) path: action/text -#: ../../../config/actions.xml:115 -msgid "Gestión Usuarios" +#: app/config/actions.xml:115 +msgid "Users Management" msgstr "Gestió Usuaris" #. (itstool) path: action/text -#: ../../../config/actions.xml:121 -msgid "Gestión Grupos" +#: app/config/actions.xml:121 +msgid "Groups Management" msgstr "Gestió Grups" #. (itstool) path: action/text -#: ../../../config/actions.xml:127 -msgid "Gestión Perfiles" +#: app/config/actions.xml:127 +msgid "Profiles Management" msgstr "Gestió Perfilis" #. (itstool) path: action/text -#: ../../../config/actions.xml:139 -msgid "Buscar Eventos" +#: app/config/actions.xml:145 +msgid "Clear Events" msgstr "" #. (itstool) path: action/text -#: ../../../config/actions.xml:145 -msgid "Limpiar Eventos" -msgstr "" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:151 ../../../config/actions.xml:481 -msgid "Ver Cuenta" +#: app/config/actions.xml:151 app/config/actions.xml:481 +msgid "View Account" msgstr "Veure Compte" #. (itstool) path: action/text -#: ../../../config/actions.xml:181 -msgid "Editar Clave de Cuenta" -msgstr "Editar Clau de Compte" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:211 ../../../config/actions.xml:469 -msgid "Subir Archivo" +#: app/config/actions.xml:211 app/config/actions.xml:469 +msgid "Upload File" msgstr "Pujar Arxiu" #. (itstool) path: action/text -#: ../../../config/actions.xml:229 -msgid "Buscar Archivos" +#: app/config/actions.xml:229 +msgid "Search for Files" msgstr "" #. (itstool) path: action/text -#: ../../../config/actions.xml:235 -msgid "Listar Archivos" +#: app/config/actions.xml:235 +msgid "List Files" msgstr "" #. (itstool) path: action/text -#: ../../../config/actions.xml:241 -msgid "Ver Favoritos" +#: app/config/actions.xml:283 +msgid "Add Wiki" msgstr "" #. (itstool) path: action/text -#: ../../../config/actions.xml:247 -msgid "Añadir Favorito" +#: app/config/actions.xml:289 +msgid "Edit Wiki" msgstr "" #. (itstool) path: action/text -#: ../../../config/actions.xml:283 -msgid "Añadir Wiki" +#: app/config/actions.xml:295 +msgid "Delete Wiki" msgstr "" #. (itstool) path: action/text -#: ../../../config/actions.xml:289 -msgid "Editar Wiki" +#: app/config/actions.xml:361 +msgid "New API Token" msgstr "" #. (itstool) path: action/text -#: ../../../config/actions.xml:295 -msgid "Eliminar Wiki" +#: app/config/actions.xml:367 +msgid "View API Token" msgstr "" #. (itstool) path: action/text -#: ../../../config/actions.xml:361 -msgid "Nuevo Token API" +#: app/config/actions.xml:373 +msgid "Edit API Token" msgstr "" #. (itstool) path: action/text -#: ../../../config/actions.xml:367 -msgid "Ver Token API" +#: app/config/actions.xml:379 +msgid "Delete API Token" msgstr "" #. (itstool) path: action/text -#: ../../../config/actions.xml:373 -msgid "Editar Token API" +#: app/config/actions.xml:385 +msgid "Search for API Token" msgstr "" #. (itstool) path: action/text -#: ../../../config/actions.xml:379 -msgid "Eliminar Token API" +#: app/config/actions.xml:391 +msgid "New Custom Field" msgstr "" #. (itstool) path: action/text -#: ../../../config/actions.xml:385 -msgid "Buscar Token API" +#: app/config/actions.xml:397 +msgid "Show Custom Field" msgstr "" #. (itstool) path: action/text -#: ../../../config/actions.xml:391 -msgid "Nuevo Campo Personalizado" +#: app/config/actions.xml:403 +msgid "Edit Custom Field" msgstr "" #. (itstool) path: action/text -#: ../../../config/actions.xml:397 -msgid "Ver Campo Personalizado" +#: app/config/actions.xml:409 +msgid "Delete Custom Field" msgstr "" #. (itstool) path: action/text -#: ../../../config/actions.xml:403 -msgid "Editar Campo Personalizado" +#: app/config/actions.xml:415 +msgid "Search for Custom Field" msgstr "" #. (itstool) path: action/text -#: ../../../config/actions.xml:409 -msgid "Eliminar Campo Personalizado" -msgstr "" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:415 -msgid "Buscar Campo Personalizado" -msgstr "" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:427 -msgid "Ver Enlace Público" +#: app/config/actions.xml:427 +msgid "Show Public Link" msgstr "Veure Enllaç Públic" #. (itstool) path: action/text -#: ../../../config/actions.xml:445 -msgid "Buscar Enlace Público" +#: app/config/actions.xml:445 +msgid "Search for Public Link" msgstr "" #. (itstool) path: action/text -#: ../../../config/actions.xml:535 -msgid "Nuevo Plugin" -msgstr "Nou Plugin" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:553 -msgid "Habilitar Plugin" +#: app/config/actions.xml:553 +msgid "Enable Plugin" msgstr "" #. (itstool) path: action/text -#: ../../../config/actions.xml:559 -msgid "Deshabilitar Plugin" +#: app/config/actions.xml:559 +msgid "Disable Plugin" msgstr "" #. (itstool) path: action/text -#: ../../../config/actions.xml:565 -msgid "Restablecer Plugin" +#: app/config/actions.xml:565 +msgid "Reset Plugin" msgstr "" #. (itstool) path: action/text -#: ../../../config/actions.xml:601 -msgid "Editar Clave Usuario" +#: app/config/actions.xml:601 +msgid "Edit User Password" msgstr "" #. (itstool) path: action/text -#: ../../../config/actions.xml:673 -msgid "Configuración Usuario" +#: app/config/actions.xml:673 +msgid "User Configuration" msgstr "" #. (itstool) path: action/text -#: ../../../config/actions.xml:679 -msgid "Preferencias General" +#: app/config/actions.xml:679 +msgid "General Preferences" msgstr "" #. (itstool) path: action/text -#: ../../../config/actions.xml:703 -msgid "Configuración Cuentas" +#: app/config/actions.xml:703 +msgid "Accounts Configuration" msgstr "" #. (itstool) path: action/text -#: ../../../config/actions.xml:709 -msgid "Configuración Wiki" +#: app/config/actions.xml:709 +msgid "Wiki Configuration" msgstr "" #. (itstool) path: action/text -#: ../../../config/actions.xml:715 -msgid "Configuración Encriptación" +#: app/config/actions.xml:715 +msgid "Encryption Configuration" msgstr "" #. (itstool) path: action/text -#: ../../../config/actions.xml:721 -msgid "Actualizar Hash" +#: app/config/actions.xml:721 +msgid "Update Hash" msgstr "" #. (itstool) path: action/text -#: ../../../config/actions.xml:727 -msgid "Clave Maestra Temporal" +#: app/config/actions.xml:727 +msgid "Temporary Master Password" msgstr "" #. (itstool) path: action/text -#: ../../../config/actions.xml:733 -msgid "Configuración Copia de Seguridad" +#: app/config/actions.xml:733 +msgid "Backup Configuration" msgstr "" #. (itstool) path: action/text -#: ../../../config/actions.xml:745 -msgid "Configuración Importación" +#: app/config/actions.xml:745 +msgid "Import Configuration" msgstr "" #. (itstool) path: action/text -#: ../../../config/actions.xml:751 -msgid "Importar CSV" +#: app/config/actions.xml:751 +msgid "CSV Import" msgstr "" #. (itstool) path: action/text -#: ../../../config/actions.xml:757 -msgid "Importar XML" +#: app/config/actions.xml:757 +msgid "XML Import" msgstr "" #. (itstool) path: action/text -#: ../../../config/actions.xml:763 -msgid "Configuración Exportación" +#: app/config/actions.xml:763 +msgid "Export Configuration" msgstr "" #. (itstool) path: action/text -#: ../../../config/actions.xml:769 -msgid "Exportación" +#: app/config/actions.xml:769 +msgid "Export" msgstr "" #. (itstool) path: action/text -#: ../../../config/actions.xml:775 -msgid "Configuración Email" +#: app/config/actions.xml:775 +msgid "Email Configuration" msgstr "" #. (itstool) path: action/text -#: ../../../config/actions.xml:781 -msgid "Configuración LDAP" +#: app/config/actions.xml:781 +msgid "LDAP Configuration" msgstr "" #. (itstool) path: action/text -#: ../../../config/actions.xml:787 -msgid "Sincronización LDAP" +#: app/config/actions.xml:787 +msgid "LDAP synchronization" msgstr "Sincronització LDAP" #. (itstool) path: action/text -#: ../../../config/actions.xml:793 -msgid "Gestión de Cuenta (H)" +#: app/config/actions.xml:793 +msgid "Account Management (H)" msgstr "" #. (itstool) path: action/text -#: ../../../config/actions.xml:823 -msgid "Crear Notificación" +#: app/config/actions.xml:823 +msgid "Create Notification" msgstr "" #. (itstool) path: action/text -#: ../../../config/actions.xml:853 -msgid "Gestión Valores Predeterminados" +#: app/config/actions.xml:853 +msgid "Preset Values Management" msgstr "" #. (itstool) path: action/text -#: ../../../config/actions.xml:889 -msgid "Gestión de Tracks" +#: app/config/actions.xml:889 +msgid "Tracks Management" msgstr "" #. (itstool) path: action/text -#: ../../../config/actions.xml:901 -msgid "Desbloquear track" +#: app/config/actions.xml:901 +msgid "Unlock track" msgstr "" #. (itstool) path: action/text -#: ../../../config/actions.xml:907 -msgid "Vaciar tracks" +#: app/config/actions.xml:907 +msgid "Clear the tracks out" msgstr "" #. (itstool) path: strings/text -#: ../../../config/strings.xml:4 +#: app/config/strings.xml:4 msgid "Color" msgstr "Color" #. (itstool) path: strings/text -#: ../../../config/strings.xml:5 -msgid "Número" +#: app/config/strings.xml:5 +msgid "Number" msgstr "Nombre" #. (itstool) path: strings/text -#: ../../../config/strings.xml:6 -msgid "Teléfono" +#: app/config/strings.xml:6 +msgid "Phone" msgstr "Telèfon" #. (itstool) path: strings/text -#: ../../../config/strings.xml:7 -msgid "Área de Texto" +#: app/config/strings.xml:7 +msgid "Text Area" msgstr "Àrea de Text" #. (itstool) path: strings/text -#: ../../../config/strings.xml:8 -msgid "Texto" +#: app/config/strings.xml:8 +msgid "Text" msgstr "Text" - -#. (itstool) path: strings/text -#: ../../../config/strings.xml:9 -msgid "Link" -msgstr "Enllaç" - -#~ msgid "Último backup" -#~ msgstr "Ultima còpia de seguretat" - -#~ msgid "Última exportación" -#~ msgstr "Última exportació" - -#~ msgid "Hay %d notificaciones pendientes" -#~ msgstr "Hi ha %d notificacions pendents" - -#, fuzzy -#~ msgid "No hay backups para descargar" -#~ msgstr "No hi ha còpies de seguretat per descarregar" - -#, fuzzy -#~ msgid "No hay archivos XML para descargar" -#~ msgstr "No hi ha arxius XML per descarregar" - -#~ msgid "CONSULTA INVÁLIDA" -#~ msgstr "CONSULTA INVÀLIDA" - -#~ msgid "La sesión no se ha iniciado o ha caducado" -#~ msgstr "La sessió no s'ha iniciat o ha caducat" - -#~ msgid "Es necesario un nombre de cuenta" -#~ msgstr "És necessari un nom de compte" - -#~ msgid "Es necesario un nombre de cliente" -#~ msgstr "És necessari un nom de client" - -#~ msgid "Es necesario un usuario" -#~ msgstr "És necessari un usuari" - -#~ msgid "Es necesaria una clave" -#~ msgstr "És necessària una contrasenya" - -#~ msgid "Es necesario una categoría" -#~ msgstr "És necessari una categoria" - -#~ msgid "Acción Inválida" -#~ msgstr "Acció Invàlida" - -#~ msgid "Las claves no coinciden" -#~ msgstr "Les claus no coincideixen" - -#, fuzzy -#~ msgid "Error al crear la cuenta" -#~ msgstr "Error en crear el compte" - -#, fuzzy -#~ msgid "Error al modificar la cuenta" -#~ msgstr "Error en modificar el compte" - -#, fuzzy -#~ msgid "Error al eliminar la cuenta" -#~ msgstr "Error en eliminar el compte" - -#, fuzzy -#~ msgid "Error al actualizar la clave" -#~ msgstr "Error en actualitzar la contrasenya" - -#~ msgid "Cuenta restaurada" -#~ msgstr "Compte restaurat" - -#, fuzzy -#~ msgid "Error al restaurar cuenta" -#~ msgstr "Error al restaurar cuenta" - -#~ msgid "Es necesario un nombre de usuario" -#~ msgstr "És necessari un nom d'usuari" - -#~ msgid "Es necesario un login" -#~ msgstr "És necessari un login" - -#~ msgid "Es necesario un perfil" -#~ msgstr "És necessari un perfil" - -#~ msgid "Es necesario un grupo" -#~ msgstr "És necessari un grup" - -#~ msgid "Es necesario un email" -#~ msgstr "És necessari un email" - -#~ msgid "La clave no puede estar en blanco" -#~ msgstr "La contrasenya no pot estar en blanc" - -#~ msgid "Usuario creado" -#~ msgstr "Usuari creat" - -#, fuzzy -#~ msgid "Error al crear el usuario" -#~ msgstr "Error en crear l'usuari" - -#~ msgid "Usuario actualizado" -#~ msgstr "Usuari actualitzat" - -#, fuzzy -#~ msgid "Error al actualizar el usuario" -#~ msgstr "Error en actualitzar l'usuari" - -#, fuzzy -#~ msgid "Error al modificar la clave" -#~ msgstr "Error en modificar la contrasenya" - -#~ msgid "No es posible eliminar, usuario en uso" -#~ msgstr "No és possible eliminar, usuari en ús" - -#~ msgid "Usuario eliminado" -#~ msgstr "Usuari eliminat" - -#, fuzzy -#~ msgid "Error al eliminar el usuario" -#~ msgstr "Error en eliminar l'usuari" - -#~ msgid "Es necesario un nombre de grupo" -#~ msgstr "És necessari un nom de grup" - -#~ msgid "Nombre de grupo duplicado" -#~ msgstr "Nom de grup duplicat" - -#, fuzzy -#~ msgid "Error al crear el grupo" -#~ msgstr "Error en crear el grup" - -#, fuzzy -#~ msgid "Error al actualizar el grupo" -#~ msgstr "Error en actualitzar el grup" - -#~ msgid "No es posible eliminar" -#~ msgstr "No és possible eliminar" - -#, fuzzy -#~ msgid "Error al eliminar el grupo" -#~ msgstr "Error en eliminar el grup" - -#~ msgid "Es necesario un nombre de perfil" -#~ msgstr "És necessari un nom de perfil" - -#~ msgid "Nombre de perfil duplicado" -#~ msgstr "Nom de perfil duplicat" - -#~ msgid "Perfil creado" -#~ msgstr "Perfil creat" - -#~ msgid "Perfil actualizado" -#~ msgstr "Perfil actualitzat" - -#~ msgid "Perfil eliminado" -#~ msgstr "Perfil eliminat" - -#~ msgid "Es necesario un nombre de categoría" -#~ msgstr "És necessari un nom de categoria" - -#~ msgid "Autorización creada" -#~ msgstr "Autorització creada" - -#~ msgid "Autorización actualizada" -#~ msgstr "Autorització actualitzada" - -#~ msgid "Autorización eliminada" -#~ msgstr "Autorització eliminada" - -#~ msgid "Nombre del campo no indicado" -#~ msgstr "Nom del camp no indicat" - -#~ msgid "Tipo del campo no indicado" -#~ msgstr "Tipus del camp no indicat" - -#~ msgid "Módulo del campo no indicado" -#~ msgstr "Mòdul del camp no indicat" - -#~ msgid "Campo creado" -#~ msgstr "Camp creat" - -#~ msgid "Campo actualizado" -#~ msgstr "Camp actualitzat" - -#~ msgid "Campo eliminado" -#~ msgstr "Camp eliminat" - -#~ msgid "Realizar Backup" -#~ msgstr "Realitzar Còpia de seguretat" - -#, fuzzy -#~ msgid "Error al realizar el backup" -#~ msgstr "Error en realitzar la còpia de seguretat" - -#, fuzzy -#~ msgid "Revise el registro de eventos para más detalles" -#~ msgstr "Revisi el registre d'esdeveniments per a més detalls" - -#~ msgid "Copia de la aplicación y base de datos realizada correctamente" -#~ msgstr "Còpia de l'aplicació i base de dades realitzada correctament" - -#, fuzzy -#~ msgid "Error al realizar la exportación de cuentas" -#~ msgstr "Error en realitzar l'exportació de comptes" - -#, fuzzy -#~ msgid "Error al realizar la exportación" -#~ msgstr "Error en realitzar l'exportació" - -#~ msgid "Exportación de cuentas realizada correctamente" -#~ msgstr "Exportació de comptes realitzada correctament" - -#, fuzzy -#~ msgid "Los parámetros de LDAP no están configurados" -#~ msgstr "Els paràmetres de LDAP no estan configurats" - -#~ msgid "Conexión a LDAP correcta" -#~ msgstr "Connexió a LDAP correcta" - -#~ msgid "Objetos encontrados" -#~ msgstr "Objectes trobats" - -#~ msgid "Modificar Configuración" -#~ msgstr "Modificar Configuració" - -#~ msgid "El tamaño máximo por archivo es de 16MB" -#~ msgstr "La grandària màxima per arxiu és de 16MB" - -#~ msgid "Faltan parámetros de Proxy" -#~ msgstr "Falten paràmetres de Proxy" - -#~ msgid "Proxy habiltado" -#~ msgstr "Proxy habilitat" - -#~ msgid "Proxy deshabilitado" -#~ msgstr "Proxy deshabilitat" - -#~ msgid "Sección" -#~ msgstr "Secció" - -#~ msgid "Faltan parámetros de Wiki" -#~ msgstr "Falten paràmetres de Wiki" - -#~ msgid "Wiki habiltada" -#~ msgstr "Wiki habiltada" - -#~ msgid "Wiki deshabilitada" -#~ msgstr "Wiki deshabilitada" - -#~ msgid "Faltan parámetros de LDAP" -#~ msgstr "Falten paràmetres de LDAP" - -#~ msgid "LDAP habiltado" -#~ msgstr "LDAP habiltat" - -#~ msgid "LDAP deshabilitado" -#~ msgstr "LDAP deshabilitat" - -#~ msgid "Faltan parámetros de Correo" -#~ msgstr "Falten paràmetres de Correu" - -#~ msgid "Correo habiltado" -#~ msgstr "Correu habiltat" - -#~ msgid "Correo deshabilitado" -#~ msgstr "Correu deshabilitat" - -#~ msgid "Configuración actualizada" -#~ msgstr "Configuració actualitzada" - -#~ msgid "Clave maestra no indicada" -#~ msgstr "Clau mestra no indicada" - -#~ msgid "Se ha de confirmar el cambio de clave" -#~ msgstr "S'ha de confirmar el canvi de clau" - -#~ msgid "Las claves son idénticas" -#~ msgstr "Les claus són idèntiques" - -#~ msgid "Las claves maestras no coinciden" -#~ msgstr "Les claus mestres no coincideixen" - -#~ msgid "La clave maestra actual no coincide" -#~ msgstr "La clau mestra actual no coincideix" - -#, fuzzy -#~ msgid "Errores al actualizar las claves de las cuentas" -#~ msgstr "Errors en actualitzar les claus dels comptes" - -#, fuzzy -#~ msgid "Errores al actualizar las claves de las cuentas del histórico" -#~ msgstr "Errors en actualitzar les claus dels comptes de l'històric" - -#, fuzzy -#~ msgid "Errores al actualizar datos de campos personalizados" -#~ msgstr "Errors en actualitzar dades de camps personalitzats" - -#, fuzzy -#~ msgid "Error al guardar el hash de la clave maestra" -#~ msgstr "Error en guardar el hash de la clau mestra" - -#~ msgid "Generar Clave Temporal" -#~ msgstr "Generar Clau Temporal" - -#~ msgid "Clave Temporal Generada" -#~ msgstr "Clau Temporal Generada" - -#, fuzzy -#~ msgid "Error al generar clave temporal" -#~ msgstr "Error en generar clau temporal" - -#~ msgid "Usuario/Clave no introducidos" -#~ msgstr "Usuari/Clau no introduïts" - -#~ msgid "Inicio sesión" -#~ msgstr "Inici sessió" - -#, fuzzy -#~ msgid "Error al guardar los datos de LDAP" -#~ msgstr "Error en guardar les dades de LDAP" - -#, fuzzy -#~ msgid "Error al actualizar la clave del usuario en la BBDD" -#~ msgstr "Error en actualitzar la clau de l'usuari en la BBDD" - -#~ msgid "Login incorrecto" -#~ msgstr "Login incorrecte" - -#~ msgid "Cuenta expirada" -#~ msgstr "Compte expirat" - -#~ msgid "El usuario no tiene grupos asociados" -#~ msgstr "L'usuari no té grups associats" - -#~ msgid "Usuario deshabilitado" -#~ msgstr "Usuari deshabilitat" - -#, fuzzy -#~ msgid "Error al obtener los datos del usuario de la BBDD" -#~ msgstr "Error en obtenir les dades de l'usuari de la BBDD" - -#, fuzzy -#~ msgid "La clave maestra no ha sido guardada o es incorrecta" -#~ msgstr "La clau mestra no ha estat guardada o és incorrecta" - -#, fuzzy -#~ msgid "Clave maestra incorrecta" -#~ msgstr "Clau mestra incorrecta" - -#, fuzzy -#~ msgid "No hay extensiones permitidas" -#~ msgstr "No hi ha extensions permeses" - -#~ msgid "Tipo de archivo no soportado" -#~ msgstr "Tipus d'arxiu no suportat" - -#~ msgid "Archivo inválido" -#~ msgstr "Arxiu invàlid" - -#, fuzzy -#~ msgid "Error interno al leer el archivo" -#~ msgstr "Error intern en llegir l'arxiu" - -#~ msgid "Archivo guardado" -#~ msgstr "Arxiu guardat" - -#~ msgid "No se pudo guardar el archivo" -#~ msgstr "No es va poder guardar l'arxiu" - -#~ msgid "No es un ID de archivo válido" -#~ msgstr "No és un ID d'arxiu vàlid" - -#~ msgid "El archivo no existe" -#~ msgstr "L'arxiu no existeix" - -#~ msgid "Archivo eliminado" -#~ msgstr "Arxiu eliminat" - -#, fuzzy -#~ msgid "Error al eliminar el archivo" -#~ msgstr "Error en eliminar l'arxiu" - -#~ msgid "Parámetros incorrectos" -#~ msgstr "Paràmetres incorrectes" - -#~ msgid "Recuperación de Clave" -#~ msgstr "Recuperació de Clau" - -#~ msgid "Solicitado para" -#~ msgstr "Sol·licitat per" - -#~ msgid "Solicitud enviada" -#~ msgstr "Sol·licitud enviada" - -#~ msgid "En breve recibirá un correo para completar la solicitud." -#~ msgstr "En breu rebrà un correu per completar la sol·licitud." - -#~ msgid "Modificar Clave Usuario" -#~ msgstr "Modificar Clau Usuari" - -#, fuzzy -#~ msgid "La clave es incorrecta o no coincide" -#~ msgstr "La clau és incorrecta o no coincideix" - -#~ msgid "Es necesaria una descripción" -#~ msgstr "És necessària una descripció" - -#~ msgid "Solicitud de Modificación de Cuenta" -#~ msgstr "Sol·licitud de Modificació de Compte" - -#~ msgid "Solicitante" -#~ msgstr "Sol·licitant" - -#, fuzzy -#~ msgid "Error al actualizar preferencias" -#~ msgstr "Error en actualitzar preferències" - -#~ msgid "Preferencias actualizadas" -#~ msgstr "Preferències actualitzades" - -#~ msgid "La clave maestra no coincide" -#~ msgstr "La clau mestra no coincideix" - -#, fuzzy -#~ msgid "No es posible acceder directamente a este archivo" -#~ msgstr "No és possible accedir directament a aquest arxiu" - -#~ msgid "Error al actualizar el historial" -#~ msgstr "Error en actualitzar l'historial" - -#~ msgid "Actualizar Cuenta" -#~ msgstr "Actualitzar Compte" - -#, fuzzy -#~ msgid "Error al actualizar los grupos secundarios" -#~ msgstr "Error en actualitzar els grups secundaris" - -#, fuzzy -#~ msgid "Error al actualizar los usuarios de la cuenta" -#~ msgstr "Error en actualitzar els usuaris del compte" - -#, fuzzy -#~ msgid "No se pudieron obtener los datos de la cuenta" -#~ msgstr "No es van poder obtenir les dades del compte" - -#, fuzzy -#~ msgid "Error al eliminar grupos asociados a la cuenta" -#~ msgstr "Error en eliminar grups associats al compte" - -#, fuzzy -#~ msgid "Error al eliminar usuarios asociados a la cuenta" -#~ msgstr "Error en eliminar usuaris associats al compte" - -#, fuzzy -#~ msgid "Error al eliminar archivos asociados a la cuenta" -#~ msgstr "Error en eliminar arxius associats al compte" - -#~ msgid "Inicio" -#~ msgstr "Inici" - -#, fuzzy -#~ msgid "Error en el módulo de encriptación" -#~ msgstr "Error en el mòdul d'encriptació" - -#, fuzzy -#~ msgid "Error al obtener las claves de las cuentas" -#~ msgstr "Error en obtenir les claus dels comptes" - -#, fuzzy -#~ msgid "Fallo al actualizar la clave de la cuenta" -#~ msgstr "Fallada en actualitzar la clau del compte" - -#~ msgid "Cuentas actualizadas" -#~ msgstr "Comptes actualitzats" - -#, fuzzy -#~ msgid "No se pudieron obtener los datos de las cuentas" -#~ msgstr "No ha estat possible obtenir les dades dels comptes" - -#~ msgid "Actualizar Clave Maestra (H)" -#~ msgstr "Actualitzar Clau Mestra (H)" - -#~ msgid "La clave maestra del registro no coincide" -#~ msgstr "La clau mestra del registre no coincideix" - -#, fuzzy -#~ msgid "Fallo al actualizar la clave del histórico" -#~ msgstr "Fallada en actualitzar la clau de l'històric" - -#~ msgid "Registros actualizados" -#~ msgstr "Registres actualitzats" - -#~ msgid "Gestión Aplicación" -#~ msgstr "Gestió Aplicació" - -#~ msgid "Exportar" -#~ msgstr "Exportar" - -#~ msgid "Acceso no permitido" -#~ msgstr "Accés no permès" - -#~ msgid "Error de codificación" -#~ msgstr "Error de codificació" - -#~ msgid "La autorización ya existe" -#~ msgstr "L'autorització ja existeix" - -#~ msgid "Actualizar Autorización" -#~ msgstr "Actualitzar Autorització" - -#~ msgid "Usuario no pertenece al grupo" -#~ msgstr "Usuari no pertany al grup" - -#~ msgid "Esta operación sólo es posible en entornos Linux" -#~ msgstr "Aquesta operació només és possible en entorns Linux" - -#, fuzzy -#~ msgid "Error al realizar backup en modo compatibilidad" -#~ msgstr "Error en realitzar la còpia de seguretat en manera compatibilitat" - -#, fuzzy -#~ msgid "Compruebe los permisos del directorio de backups" -#~ msgstr "Comprovi els permisos del directori de còpia de seguretat" - -#~ msgid "Nombre de categoría duplicado" -#~ msgstr "Nom de categoria duplicat" - -#, fuzzy -#~ msgid "Error al crear la categoría" -#~ msgstr "Error en crear la categoria" - -#, fuzzy -#~ msgid "Error al eliminar la categoría" -#~ msgstr "Error en eliminar la categoria" - -#, fuzzy -#~ msgid "Error al actualizar la categoría" -#~ msgstr "Error en actualitzar la categoria" - -#~ msgid "Modificar configuración" -#~ msgstr "Modificar configuració" - -#~ msgid "Parámetro" -#~ msgstr "Paràmetre" - -#~ msgid "Valor" -#~ msgstr "Valor" - -#~ msgid "" -#~ "Se ha regenerado el HASH de clave maestra. No es necesaria ninguna acción." -#~ msgstr "S'ha regenerat el HASH de clau mestra. No és necessària cap acció." - -#~ msgid "No es posible generar las claves RSA" -#~ msgstr "No és possible generar les claus RSA" - -#~ msgid "El archivo de clave no existe" -#~ msgstr "L'arxiu de clau no existeix" - -#, fuzzy -#~ msgid "Error importando cuenta" -#~ msgstr "Error important compte" - -#, fuzzy -#~ msgid "Registros no actualizados" -#~ msgstr "Registres no actualitzats" - -#, fuzzy -#~ msgid "Cliente duplicado" -#~ msgstr "Client duplicat" - -#, fuzzy -#~ msgid "Error al crear el cliente" -#~ msgstr "Error en crear el client" - -#, fuzzy -#~ msgid "Error al actualizar el cliente" -#~ msgstr "Error en actualitzar el client" - -#~ msgid "Actualizar Cliente" -#~ msgstr "Actualitzar Client" - -#, fuzzy -#~ msgid "Error al eliminar el cliente" -#~ msgstr "Error en eliminar el client" - -#, fuzzy -#~ msgid "Compruebe los datos de conexión" -#~ msgstr "Comprovi les dades de connexió" - -#~ msgid "Realizado por" -#~ msgstr "Realitzat per" - -#~ msgid "Enviar Email" -#~ msgstr "Enviar Email" - -#~ msgid "Correo enviado" -#~ msgstr "Correu enviat" - -#, fuzzy -#~ msgid "Error al enviar correo" -#~ msgstr "Error en enviar correu" - -#~ msgid "Destinatario" -#~ msgstr "Destinatari" - -#~ msgid "CC" -#~ msgstr "CC" - -#~ msgid "Archivo no subido correctamente" -#~ msgstr "Arxiu no pujat correctament" - -#~ msgid "Verifique los permisos del usuario del servidor web" -#~ msgstr "Verifiqui els permisos de l'usuari del servidor web" - -#, fuzzy -#~ msgid "Compruebe la extensión del archivo" -#~ msgstr "Comprovi l'extensió de l'arxiu" - -#, fuzzy -#~ msgid "Compruebe la configuración de PHP para subir archivos" -#~ msgstr "Comprovi la configuració de PHP per pujar arxius" - -#, fuzzy -#~ msgid "Compruebe los permisos del directorio temporal" -#~ msgstr "Comprovi els permisos del directori temporal" - -#, fuzzy -#~ msgid "Error al eliminar los usuarios del grupo" -#~ msgstr "Error en eliminar els usuaris del grup" - -#, fuzzy -#~ msgid "Compruebe el formato del archivo" -#~ msgstr "Comprovi el format de l'arxiu" - -#~ msgid "Importación finalizada" -#~ msgstr "Importació finalitzada" - -#~ msgid "La sesión no puede ser inicializada" -#~ msgstr "La sessió no es pot inicialitzar" - -#~ msgid "El directorio \"/config\" no existe" -#~ msgstr "El directori \"/config\" no existeix" - -#~ msgid "No es posible escribir en el directorio \"config\"" -#~ msgstr "No és possible escriure en el directori \"config\"" - -#, fuzzy -#~ msgid "Los permisos del directorio \"/config\" son incorrectos" -#~ msgstr "Els permisos del directori \"/config\" són incorrectes" - -#~ msgid "Actual:" -#~ msgstr "Actual:" - -#~ msgid "Necesario: 750" -#~ msgstr "Necessari: 750" - -#~ msgid "Finalizar sesión" -#~ msgstr "Finalitzar sessió" - -#~ msgid "Tiempo inactivo" -#~ msgstr "Temps inactiu" - -#~ msgid "Tiempo total" -#~ msgstr "Temps total" - -#~ msgid "Si es un administrador pulse en el enlace: %s" -#~ msgstr "Si és un administrador premi a l'enllaç: %s" - -#~ msgid "Actualización" -#~ msgstr "Actualització" - -#~ msgid "Actualización de versión realizada." -#~ msgstr "Actualització de versió realitzada." - -#, fuzzy -#~ msgid "Indicar nombre de usuario admin" -#~ msgstr "Indicar nom d'usuari admin" - -#, fuzzy -#~ msgid "Usuario admin para acceso a la aplicación" -#~ msgstr "Usuari admin per a accés a l'aplicació" - -#, fuzzy -#~ msgid "Indicar la clave de admin" -#~ msgstr "Indicar la clau de admin" - -#~ msgid "Clave del usuario admin de la aplicación" -#~ msgstr "Clau de l'usuari admin de l'aplicació" - -#, fuzzy -#~ msgid "Indicar la clave maestra" -#~ msgstr "Indicar la clau mestra" - -#~ msgid "Clave maestra para encriptar las claves" -#~ msgstr "Clau mestra per encriptar les claus" - -#~ msgid "Clave maestra muy corta" -#~ msgstr "Clau mestra massa curta" - -#~ msgid "La longitud de la clave maestra ha de ser mayor de 11 caracteres" -#~ msgstr "La longitud de la clau mestra ha de ser major d'11 caràcters" - -#, fuzzy -#~ msgid "Indicar el usuario de la BBDD" -#~ msgstr "Indicar l'usuari de la BBDD" - -#~ msgid "Usuario con permisos de administrador de la Base de Datos" -#~ msgstr "Usuari amb permisos d'administrador de la Base de dades" - -#, fuzzy -#~ msgid "Indicar el nombre de la BBDD" -#~ msgstr "Indicar el nom de la BBDD" - -#~ msgid "Nombre para la BBDD de la aplicación pej. syspass" -#~ msgstr "Nom per a la BBDD de l'aplicació per exemple syspass" - -#~ msgid "El nombre de la BBDD no puede contener \".\"" -#~ msgstr "El nom de la BBDD no pot contenir \".\"" - -#, fuzzy -#~ msgid "Elimine los puntos del nombre de la Base de Datos" -#~ msgstr "Elimini els punts del nom de la Base de dades" - -#, fuzzy -#~ msgid "Indicar el servidor de la BBDD" -#~ msgstr "Indicar el servidor de la BBDD" - -#~ msgid "Servidor donde se instalará la Base de Datos" -#~ msgstr "Servidor on s'instal·larà la Base de dades" - -#~ msgid "No es posible comprobar el usuario de sysPass" -#~ msgstr "No és possible comprovar l'usuari de sysPass" - -#, fuzzy -#~ msgid "Compruebe los permisos del usuario de conexión a la BD" -#~ msgstr "Comprovi els permisos de l'usuari de connexió a la BBDD" - -#~ msgid "La BBDD ya existe" -#~ msgstr "La BBDD ja existeix" - -#, fuzzy -#~ msgid "Indique una nueva Base de Datos o elimine la existente" -#~ msgstr "Indiqui una nova Base de dades o elimini l'existent" - -#, fuzzy -#~ msgid "Error al crear la BBDD" -#~ msgstr "Error en crear la BBDD" - -#, fuzzy -#~ msgid "Verifique los permisos del usuario de la Base de Datos" -#~ msgstr "Verifiqui els permisos de l'usuari de la Base de dades" - -#~ msgid "El archivo de estructura de la BBDD no existe" -#~ msgstr "L'arxiu d'estructura de la BBDD no existeix" - -#~ msgid "No es posible crear la BBDD de la aplicación. Descárguela de nuevo." -#~ msgstr "No és possible crear la BBDD de l'aplicació. Descarregui-la de nou." - -#, fuzzy -#~ msgid "Error al seleccionar la BBDD" -#~ msgstr "Error en seleccionar la BBDD" - -#~ msgid "" -#~ "No es posible usar la Base de Datos para crear la estructura. Compruebe " -#~ "los permisos y que no exista." -#~ msgstr "" -#~ "No és possible usar la Base de dades per crear l'estructura. Comprovi els " -#~ "permisos i que no existeixi." - -#~ msgid "Error al crear la estructura de la Base de Datos." -#~ msgstr "Error en crear l'estructura de la Base de dades." - -#~ msgid "Informe al desarrollador" -#~ msgstr "Informe al desenvolupador" - -#, fuzzy -#~ msgid "Error al actualizar la clave maestra del usuario \"admin\"" -#~ msgstr "Error en actualitzar la clau mestra de l'usuari \"admin\"" - -#~ msgid "No es posible conectar con el servidor de LDAP" -#~ msgstr "No és possible connectar amb el servidor de LDAP" - -#~ msgid "Error al conectar (BIND)" -#~ msgstr "Error en connectar (BIND)" - -#~ msgid "Error al buscar objetos en DN base" -#~ msgstr "Error en buscar objectes en DN base" - -#, fuzzy -#~ msgid "Error al buscar RDN de grupo" -#~ msgstr "Error en buscar RDN de grup" - -#, fuzzy -#~ msgid "Error al localizar el usuario en LDAP" -#~ msgstr "Error en localitzar l'usuari en LDAP" - -#~ msgid "Error al buscar el grupo de usuarios" -#~ msgstr "Error en buscar el grup d'usuaris" - -#~ msgid "Usuario verificado en grupo" -#~ msgstr "Usuari verificat en grup" - -#~ msgid "Vaciar Eventos" -#~ msgstr "Buidar Esdeveniments" - -#~ msgid "Cliente no encontrado" -#~ msgstr "Client no trobat" - -#, fuzzy -#~ msgid "Error al obtener los usuarios" -#~ msgstr "Error en obtenir els usuaris" - -#~ msgid "Migrar Perfiles" -#~ msgstr "Migrar Perfils" - -#, fuzzy -#~ msgid "Error al obtener perfiles" -#~ msgstr "Error en obtenir perfils" - -#~ msgid "Operación realizada correctamente" -#~ msgstr "Operación realizada correctamente" - -#, fuzzy -#~ msgid "Fallo al realizar la operación" -#~ msgstr "Fallada en realitzar l'operació" - -#~ msgid "Formato de XML inválido" -#~ msgstr "Format de XML invàlid" - -#, fuzzy -#~ msgid "Error al aplicar la actualización de la Base de Datos" -#~ msgstr "Error en aplicar l'actualització de la Base de dades" - -#~ msgid "Compruebe el registro de eventos para más detalles" -#~ msgstr "Comprovi el registre d'esdeveniments per a més detalls" - -#, fuzzy -#~ msgid "Error al aplicar la actualización auxiliar" -#~ msgstr "Error en aplicar l'actualització auxiliar" - -#~ msgid "Actualizar BBDD" -#~ msgstr "Actualitzar BBDD" - -#~ msgid "No es necesario actualizar la Base de Datos." -#~ msgstr "No és necessari actualitzar la Base de dades." - -#~ msgid "Actualización de la Base de Datos realizada correctamente." -#~ msgstr "Actualització de la Base de dades realitzada correctament." - -#~ msgid "Actualizar Configuración" -#~ msgstr "Actualitzar Configuració" - -#~ msgid "No se pudo realizar la petición de cambio de clave." -#~ msgstr "No s'ha pogut realitzar la petició de canvi de clau." - -#~ msgid "Usuario de LDAP" -#~ msgstr "Usuari de LDAP" - -#~ msgid "Activación Cuenta" -#~ msgstr "Activació Comptes" - -#~ msgid "Su cuenta está pendiente de activación." -#~ msgstr "El seu compte està pendent d'activació." - -#~ msgid "En breve recibirá un email de confirmación." -#~ msgstr "En breu rebrà un email de confirmació." - -#~ msgid "Nuevo usuario de LDAP" -#~ msgstr "Nou usuari de LDAP" - -#, fuzzy -#~ msgid "Error al migrar grupo del usuario" -#~ msgstr "Error al migrar grup de l'usuari" - -#~ msgid "Versión de PHP requerida >= " -#~ msgstr "Versió de PHP requerida >=" - -#~ msgid "" -#~ "Actualice la versión de PHP para que la aplicación funcione correctamente" -#~ msgstr "" -#~ "Actualitzi la versió de PHP perquè l'aplicació funcioni correctament" - -#~ msgid "Exportar XML" -#~ msgstr "Exportar XML" - -#, fuzzy -#~ msgid "Error al crear el archivo XML" -#~ msgstr "Error en crear l'arxiu XML" - -#, fuzzy -#~ msgid "No es posible procesar el archivo XML" -#~ msgstr "No és possible processar l'arxiu XML" - -#~ msgid "Archivo XML no soportado" -#~ msgstr "Arxiu XML no suportat" - -#~ msgid "No es posible detectar la aplicación que exportó los datos" -#~ msgstr "No és possible detectar l'aplicació que va exportar les dades" - -#~ msgid "Registro de eventos vaciado" -#~ msgstr "Registre d'esdeveniments buidat" - -#, fuzzy -#~ msgid "Error al vaciar el registro de eventos" -#~ msgstr "Error en buidar el registre d'esdeveniments" - -#~ msgid "La version de PHP es vulnerable al ataque NULL Byte (CVE-2006-7243)" -#~ msgstr "La versió de PHP és vulnerable a l'atac NULL Byte (CVE-2006-7243)" - -#~ msgid "Actualice la versión de PHP para usar sysPass de forma segura" -#~ msgstr "Actualitzi la versió de PHP per usar sysPass de forma segura" - -#~ msgid "No se encuentra el generador de números aleatorios." -#~ msgstr "No es troba el generador de nombres aleatoris." - -#~ msgid "" -#~ "Sin esta función un atacante puede utilizar su cuenta al resetear la clave" -#~ msgstr "" -#~ "Sense aquesta funció un atacant pot utilitzar el seu compte en restablir " -#~ "la clau" - -#~ msgid "Instalación finalizada" -#~ msgstr "Instal·lació finalitzada" - -#~ msgid "Descargar nueva versión" -#~ msgstr "Descarregar nova versió" - -#~ msgid "Token de autorización visualizado" -#~ msgstr "Token d'autorización visualizat" - -#~ msgid "Autorizaciones" -#~ msgstr "Autoritzacions" - -#~ msgid "Hablitar edición" -#~ msgstr "Hablitar edició" - -#~ msgid "Usuarios Secundarios" -#~ msgstr "Usuaris Secundaris" - -#~ msgid "Grupos Secundarios" -#~ msgstr "Grups Secundaris" - -#~ msgid "Modificar Cuenta" -#~ msgstr "Modificar Compte" - -#~ msgid "Se permite un máximo de 4 caracteres." -#~ msgstr "Es permet un màxim de 4 caràcters." - -#~ msgid "Primera página" -#~ msgstr "Primera pàgina" - -#~ msgid "Página anterior" -#~ msgstr "Pàgina anterior" - -#~ msgid "Página siguiente" -#~ msgstr "Pàgina següent" - -#~ msgid "Última página" -#~ msgstr "Última pàgina" - -#~ msgid "Comprobar" -#~ msgstr "Comprovar" - -#~ msgid "Cambiar Clave" -#~ msgstr "Canviar Clau" - -#~ msgid "Añadir" -#~ msgstr "Afegir" - -#~ msgid "Abrir enlace a" -#~ msgstr "Obrir enllaç a" - -#~ msgid "Limpiar" -#~ msgstr "Netejar" - -#~ msgid "Parámetros especiales:" -#~ msgstr "Paràmetres especials:" - -#~ msgid "Realizar" -#~ msgstr "Realitzar" - -#~ msgid "Extensión" -#~ msgstr "Extenció" - -#~ msgid "Tamaño de archivo superado" -#~ msgstr "Grandària d'arxiu superat" - -#~ msgid "Solicitud no enviada" -#~ msgstr "Sol·licitud no enviada" - -#~ msgid "Compruebe datos de usuario o consulte con el administrador" -#~ msgstr "Comprovi dades d'usuari o consulti amb l'administrador" - -#, fuzzy -#~ msgid "La cuenta no existe" -#~ msgstr "El compte no existeix" - -#~ msgid "Errores" -#~ msgstr "Errors" - -#~ msgid "Error al añadir favorito" -#~ msgstr "Error en afegir favorit" - -#~ msgid "Error al eliminar favorito" -#~ msgstr "Error en eliminar favorit" - -#, fuzzy -#~ msgid "Error al eliminar las etiquetas de la cuenta" -#~ msgstr "Error en eliminar les etiquetes del compte" - -#~ msgid "Método inválido" -#~ msgstr "Mètode invàlid" - -#~ msgid "Datos inválidos" -#~ msgstr "Dades invàlides" - -#~ msgid "Formato incorrecto" -#~ msgstr "Format incorrecte" - -#~ msgid "Nombre de categoría a buscar" -#~ msgstr "Nom de categoria a cercar" - -#~ msgid "Nombre de cliente a buscar" -#~ msgstr "Nom de client a cercar" - -#~ msgid "Método ya inicializado" -#~ msgstr "Mètode ja inicialitzat" - -#~ msgid "Método no disponible" -#~ msgstr "Mètode no disponible" - -#, fuzzy -#~ msgid "Los parámetros de DokuWiki no están configurados" -#~ msgstr "Els paràmetres de DokuWiki no estan configurats" - -#~ msgid "Error" -#~ msgstr "Error" - -#~ msgid "Conexión correcta" -#~ msgstr "Connexió correcta" - -#~ msgid "Error de conexión a DokuWiki" -#~ msgstr "Error de connexió a DokuWiki" - -#~ msgid "Faltan parámetros de syslog remoto" -#~ msgstr "Falten paràmetres de syslog remot" - -#~ msgid "Syslog remoto deshabilitado" -#~ msgstr "Syslog remoto deshabilitado" - -#, fuzzy -#~ msgid "Error al guardar la configuración" -#~ msgstr "Error en guardar la configuració" - -#~ msgid "Faltan parámetros de DokuWiki" -#~ msgstr "Falten paràmetres de DokuWiki" - -#~ msgid "DokuWiki habiltada" -#~ msgstr "DokuWiki habiltada" - -#~ msgid "DokuWiki deshabilitada" -#~ msgstr "DokuWiki deshabilitada" - -#~ msgid "Enlace creado" -#~ msgstr "Enllaç creat" - -#~ msgid "Enlace actualizado" -#~ msgstr "Enllaç actualitzat" - -#~ msgid "Enlace eliminado" -#~ msgstr "Enllaç eliminat" - -#~ msgid "Plugin habilitado" -#~ msgstr "Plugin habilitat" - -#~ msgid "Plugin deshabilitado" -#~ msgstr "Plugin deshabilitat" - -#~ msgid "Plugin restablecido" -#~ msgstr "Plugin restablit" - -#~ msgid "Favorito añadido" -#~ msgstr "Favorit afegit" - -#~ msgid "Favorito eliminado" -#~ msgstr "Favorit eliminat" - -#~ msgid "Importación de usuarios de LDAP realizada" -#~ msgstr "Importació d'usuaris de LDAP realitzada" - -#, fuzzy -#~ msgid "Error al importar usuarios de LDAP" -#~ msgstr "Error en importar usuaris de LDAP" - -#~ msgid "Notificación leída" -#~ msgstr "Notificació llegida" - -#~ msgid "Notificación eliminada" -#~ msgstr "Notificació eliminada" - -#~ msgid "Solicitud enviada por correo" -#~ msgstr "Sol·licitud enviada per correu" - -#~ msgid "Solicitud no enviada por correo" -#~ msgstr "Sol·licitud no enviada per correu" - -#~ msgid "Solicitud realizada" -#~ msgstr "Sol·licitud realitzada" - -#~ msgid "Detalles de Plugin" -#~ msgstr "Detalls de Plugin" - -#, fuzzy -#~ msgid "Error al obtener la clave maestra del usuario" -#~ msgstr "Error en obtenir la clau mestra de l'usuari" - -#~ msgid "Es necesaria su clave anterior" -#~ msgstr "És necessària la seva clau anterior" - -#~ msgid "Servidor LDAP" -#~ msgstr "Servidor LDAP " - -#~ msgid "Buscar Categorías" -#~ msgstr "Cercar Categories" - -#~ msgid "Añadir Categoría" -#~ msgstr "Afegir Categoria" - -#~ msgid "Buscar Clientes" -#~ msgstr "Cercar Clients" - -#~ msgid "Añadir Cliente" -#~ msgstr "Afegir Client" - -#~ msgid "Observador no inicializado" -#~ msgstr "Observador no inicialitzat" - -#~ msgid "Es necesario un objeto" -#~ msgstr "És necessari un objecte" - -#, fuzzy -#~ msgid "Indicar la clave de la BBDD" -#~ msgstr "Indicar la clau de la BBDD" - -#~ msgid "Clave del usuario administrador de la Base de Datos" -#~ msgstr "Clau de l'usuari administrador de la Base de Dades" - -#~ msgid "Error al crear el usuario de conexión a MySQL '%s'" -#~ msgstr "Error en crear l'usuari de connexió a MySQL '%s'" - -#, fuzzy -#~ msgid "La BBDD no existe" -#~ msgstr "La BBDD no existeix" - -#~ msgid "Es necesario crearla y asignar los permisos necesarios" -#~ msgstr "És necessari crear-la i assignar els permisos necessaris" - -#~ msgid "Error al actualizar la configuración" -#~ msgstr "Error en actualitzar la configuració" - -#~ msgid "Usuario no indicado" -#~ msgstr "Usuari no indicat" - -#~ msgid "Acción no indicada" -#~ msgstr "Acció no indicada" - -#~ msgid "Es necesario un nombre de etiqueta" -#~ msgstr "És necessari un nom d'etiqueta" - -#~ msgid "Respuesta XML-RPC inválida" -#~ msgstr "Resposta XML-RPC invàlida" - -#~ msgid "Id de categoría no definido. No es posible importar cuenta." -#~ msgstr "Id de categoria no definit. No és possible importar compte." - -#~ msgid "Id de cliente no definido. No es posible importar cuenta." -#~ msgstr "Id de client no definit. No és possible importar el compte." - -#~ msgid "Clave de encriptación no indicada" -#~ msgstr "Clau d'encriptació no indicada" - -#~ msgid "Extensión '%s' no cargada" -#~ msgstr "Extensió '%s' no carregada" - -#~ msgid "Categoría duplicada" -#~ msgstr "Categoria duplicada" - -#~ msgid "Categoría no encontrada" -#~ msgstr "Categoria no trobada" - -#~ msgid "Error al crear el campo personalizado" -#~ msgstr "Error en crear el camp personalitzat" - -#~ msgid "Error al eliminar el campo personalizado" -#~ msgstr "Error en eliominar el camp personalitzat" - -#~ msgid "Error al actualizar el campo personalizado" -#~ msgstr "Error en actualitzar el camp personalitzat" - -#~ msgid "Campo personalizado no encontrado" -#~ msgstr "Camp personalitzat no trobat" - -#~ msgid "No se encontraron campos personalizados" -#~ msgstr "No s'han trobat camps personalitzats" - -#~ msgid "No hay datos de campos personalizados" -#~ msgstr "No hi ha dades de camps personalitzats" - -#~ msgid "Error al migrar campos personalizados" -#~ msgstr "Error al migrar camps personalitzats" - -#~ msgid "Archivo subido" -#~ msgstr "Arxiu pujat" - -#~ msgid "Grupo en uso" -#~ msgstr "Grup en ús" - -#~ msgid "Actualizar Grupo" -#~ msgstr "Actualitzar Grup" - -#~ msgid "Error al asignar los usuarios al grupo" -#~ msgstr "Error en assignar els usuaris al grup" - -#~ msgid "Error al crear la notificación" -#~ msgstr "Error en crear la notificació" - -#~ msgid "Error al eliminar la notificación" -#~ msgstr "Error en eliminar la notificació" - -#~ msgid "Error al modificar la notificación" -#~ msgstr "Error en modificar la notificació" - -#~ msgid "Error al obtener la notificación" -#~ msgstr "Error en obtenir la notificació" - -#~ msgid "Error al obtener las notificaciones" -#~ msgstr "Error en obtenir les notificacions" - -#~ msgid "Error al crear el plugin" -#~ msgstr "Error en crear el plugin" - -#~ msgid "Error al eliminar el plugin" -#~ msgstr "Error en eliminar el plugin" - -#~ msgid "Error al actualizar el plugin" -#~ msgstr "Error en actualitzar el plugin" - -#~ msgid "Habilitado" -#~ msgstr "Habilitat" - -#~ msgid "Error al crear perfil" -#~ msgstr "Error en crear perfil" - -#~ msgid "Perfil en uso" -#~ msgstr "Perfil en ús" - -#~ msgid "Error al eliminar perfil" -#~ msgstr "Error en eliminar perfil" - -#~ msgid "Error al modificar perfil" -#~ msgstr "Error al modificar perfil" - -#~ msgid "Enlace visualizado" -#~ msgstr "Enllaç visualitzat" - -#~ msgid "Error al actualizar enlace" -#~ msgstr "Error en actualitzar enllaç" - -#~ msgid "Enlace ya creado" -#~ msgstr "Enllaci ja creat" - -#~ msgid "Error al crear enlace" -#~ msgstr "Error en crear enllaç" - -#~ msgid "Error al eliminar enlace" -#~ msgstr "Error en eliminar enllaç" - -#~ msgid "Error al renovar enlace" -#~ msgstr "Error en renovar enllaç" - -#~ msgid "Actualizar Enlace" -#~ msgstr "Actualitzar Enllaç" - -#~ msgid "Error al obtener enlace" -#~ msgstr "Error en obtenir enllaç" - -#~ msgid "ON" -#~ msgstr "ON" - -#~ msgid "OFF" -#~ msgstr "OFF" - -#~ msgid "Etiqueta duplicada" -#~ msgstr "Etiqueta duplicada" - -#~ msgid "Error al crear etiqueta" -#~ msgstr "Error en crear etiqueta" - -#~ msgid "Error al eliminar etiqueta" -#~ msgstr "Error en eliminar etiqueta" - -#~ msgid "Error al actualizar etiqueta" -#~ msgstr "Error en actualitzar etiqueta" - -#~ msgid "Error al obtener etiqueta" -#~ msgstr "Error en obtenir etiqueta" - -#~ msgid "Login/email de usuario duplicados" -#~ msgstr "Login/email d'usuari duplicats" - -#~ msgid "Error al obtener los datos del usuario" -#~ msgstr "Error en obtenir les dades de l'usuari" - -#~ msgid "No se encontraron objetos para sincronizar" -#~ msgstr "No es van trobar objectes per sincronitzar" - -#~ msgid "Sincronización finalizada" -#~ msgstr "Sincronització finalitzada" - -#~ msgid "Error al migrar cuenta de usuario" -#~ msgstr "Error al traslladar compte d'usuari" - -#~ msgid "Error al obtener grupo de usuarios" -#~ msgstr "Error en obtenir grup d'usuaris" - -#~ msgid "Error en comprobación de hash" -#~ msgstr "Error en comprovació de hash" - -#~ msgid "Hash inválido o expirado" -#~ msgstr "Hash invàlid o expirat" - -#~ msgid "Error al generar el hash de recuperación" -#~ msgstr "Error en generar el hash de recuperació" - -#~ msgid "Actualizando preferencias" -#~ msgstr "Actualitzant preferències" - -#~ msgid "No es posible leer/escribir el archivo: %s" -#~ msgstr "No és possible llegir/escriure l'arxiu: %s" - -#~ msgid "No hay elementos para guardar" -#~ msgstr "No hi ha elements per guardar" - -#~ msgid "Socket no inicializado" -#~ msgstr "Socket no inicialitzat" - -#~ msgid "Error al enviar datos" -#~ msgstr "Error en enviar dades" - -#~ msgid "Respuesta" -#~ msgstr "Resposta" - -#~ msgid "Ver Detalles" -#~ msgstr "Veure Detalls" - -#~ msgid "Copiar" -#~ msgstr "Copiar" - -#~ msgid "Restaurar" -#~ msgstr "Restaurar" - -#~ msgid "Descargar" -#~ msgstr "Descarregar" - -#~ msgid "Crítico" -#~ msgstr "Crític" - -#~ msgid "Accesos" -#~ msgstr "Accessos" - -#~ msgid "Cuentas Vinculadas" -#~ msgstr "Comptes Vinculades" - -#~ msgid "Agente" -#~ msgstr "Agent" - -#~ msgid "Crear Usuario" -#~ msgstr "Crear Usuari" - -#~ msgid "Actualizar Usuario" -#~ msgstr "Actualitzar Usuari" - -#~ msgid "Actualizar Clave Usuario" -#~ msgstr "Actualitzar Clau Usuari" - -#~ msgid "Crear Grupo" -#~ msgstr "Crear Grup" - -#~ msgid "Crear Perfil" -#~ msgstr "Crear Perfil" - -#~ msgid "Actualizar Perfil" -#~ msgstr "Actualitzar Perfil" - -#~ msgid "Crear Cliente" -#~ msgstr "Crear Client" - -#~ msgid "Crear Categoría" -#~ msgstr "Crear Categoria" - -#~ msgid "Actualizar Categoría" -#~ msgstr "Actualitzar Categoria" - -#~ msgid "Crear Autorización" -#~ msgstr "Crear Autorització" - -#~ msgid "Crear Campo" -#~ msgstr "Crear Camp" - -#~ msgid "Actualizar Campo" -#~ msgstr "Actualitzar Camp" - -#~ msgid "Crear Enlace" -#~ msgstr "Crear Enllaç" - -#~ msgid "Crear Etiqueta" -#~ msgstr "Crear Etiqueta" - -#~ msgid "Actualizar Etiqueta" -#~ msgstr "Actualitzar Etiqueta" - -#~ msgid "Actualizar Plugin" -#~ msgstr "Actualitzar Plugin" - -#~ msgid "Crear Cuenta" -#~ msgstr "Crear Compte" - -#~ msgid "Usuarios importados" -#~ msgstr "Usuaris importats" - -#~ msgid "Acceso denegado" -#~ msgstr "Accés denegat" - -#~ msgid "Error al añadir las etiquetas de la cuenta" -#~ msgstr "Error en afegir les etiquetes del compte" - -#~ msgid "Grupos eliminados" -#~ msgstr "Grups eliminats" - -#~ msgid "Perfiles eliminados" -#~ msgstr "Perfils eliminats" - -#~ msgid "Clientes eliminados" -#~ msgstr "Clients eliminats" - -#~ msgid "Categorías eliminadas" -#~ msgstr "Categories eliminades" - -#~ msgid "Autorizaciones eliminadas" -#~ msgstr "Autoritzacions eliminades" - -#~ msgid "Campos eliminados" -#~ msgstr "Camps eliminats" - -#~ msgid "Enlaces eliminados" -#~ msgstr "Enllaços eliminats" - -#~ msgid "Etiquetas eliminadas" -#~ msgstr "Etiquetes eliminades" - -#~ msgid "Archivos eliminados" -#~ msgstr "Arxius eliminats" - -#~ msgid "Cuentas eliminadas" -#~ msgstr "Comptes eliminats" - -#~ msgid "Notificación creada" -#~ msgstr "Notificació creada" - -#~ msgid "Notificaciones eliminadas" -#~ msgstr "Notificacions eliminades" - -#~ msgid "Usando clave temporal" -#~ msgstr "Usant clau temporal" - -#~ msgid "Clave temporal caducada" -#~ msgstr "Clau temporal caducada" - -#~ msgid "Sesión" -#~ msgstr "Sessió" - -#~ msgid "Error al comprobar la base de datos" -#~ msgstr "Error en comprovar la base de dades" - -#~ msgid "Intente de nuevo la instalación" -#~ msgstr "Intenti de nou la instal·lació" - -#~ msgid "Es necesario un componente" -#~ msgstr "És necessari un component" - -#~ msgid "Es necesario un tipo" -#~ msgstr "És necessari un tipus" - -#~ msgid "Es necesario un destinatario" -#~ msgstr "És necessari un destinatari" - -#~ msgid "Error procesando línea" -#~ msgstr "Error processant línia" - -#~ msgid "Cuentas importadas" -#~ msgstr "Comptes importades" - -#~ msgid "Archivo no encontrado" -#~ msgstr "Arxiu no trobat" - -#~ msgid "Grupo no encontrado" -#~ msgstr "Grup no trobat" - -#~ msgid "Notificación no encontrada" -#~ msgstr "Notificació no trobada" - -#~ msgid "Plugin no encontrado" -#~ msgstr "Plugin no trobat" - -#~ msgid "Perfil no encontrado" -#~ msgstr "Perfil no trobat" - -#~ msgid "Enlace no encontrado" -#~ msgstr "Enllaç no trobat" - -#~ msgid "Etiqueta no encontrada" -#~ msgstr "Etiqueta no trobada" - -#~ msgid "Usuario no encontrado" -#~ msgstr "Usuari no trobat" - -#~ msgid "Consulta en blanco" -#~ msgstr "Consulta en blanc" - -#~ msgid "No es posible iniciar una transacción" -#~ msgstr "No és possible iniciar una transacció" - -#~ msgid "No es posible finalizar una transacción" -#~ msgstr "No és possible finalitzar una transacció" - -#~ msgid "Cuenta no encontrada" -#~ msgstr "Explica no trobada" - -#~ msgid "Hash de clave maestra actualizado" -#~ msgstr "Hash de clau mestra actualitzat" - -#~ msgid "Error al actualizar el hash de la clave maestra" -#~ msgstr "Error en actualitzar el hash de la clau mestra" - -#~ msgid "Usuarios eliminados" -#~ msgstr "Usuaris eliminats" - -#~ msgid "Notificación actualizada" -#~ msgstr "Notificació actualitzada" - -#~ msgid "Restricción de integridad" -#~ msgstr "Restricció d'integritat" - -#~ msgid "Eliminar Cuenta (H)" -#~ msgstr "liminar Compte (H)" - -#~ msgid "Clave de encriptación incorrecta" -#~ msgstr "Clau d'encriptació incorrecta" - -#~ msgid "Código de seguridad incorrecto" -#~ msgstr "Codi de seguretat incorrecte" - -#~ msgid "Es necesario confirmar la actualización" -#~ msgstr "És necessari confirmar l'actualització" - -#~ msgid "En 5 segundos será redirigido al login" -#~ msgstr "En 5 segons serà redirigit al login" - -#~ msgid "Error al aplicar la actualización de la aplicación" -#~ msgstr "Error en aplicar l'actualització de l'aplicació" - -#~ msgid "Intentos excedidos" -#~ msgstr "Intents excedits" - -#~ msgid "Token no encontrado" -#~ msgstr "Token no trobat" - -#~ msgid "Error al crear track" -#~ msgstr "Error en crear track" - -#~ msgid "Error al eliminar track" -#~ msgstr "Error en eliminar track" - -#~ msgid "Error al actualizar track" -#~ msgstr "Error en actualitzar track" - -#~ msgid "Error al obtener track" -#~ msgstr "Error en obtenir track" - -#~ msgid "Error al obtener tracks" -#~ msgstr "Error en obtenir tracks" - -#~ msgid "Actualizando IDs de cuentas" -#~ msgstr "Actualitzant IDs de comptes" - -#~ msgid "Actualizando IDs de categorías" -#~ msgstr "Actualitzant IDs de categories" - -#~ msgid "Actualizando IDs de clientes" -#~ msgstr "Actualitzant IDs de clients" - -#~ msgid "Actualizando IDs de grupos" -#~ msgstr "Actualitzant IDs de grups" - -#~ msgid "Actualizando IDs de perfil" -#~ msgstr "Actualitzant IDs de perfil" - -#~ msgid "Actualizando IDs de usuarios" -#~ msgstr "Actualitzant IDs d'usuaris" diff --git a/app/locales/da/LC_MESSAGES/messages.mo b/app/locales/da/LC_MESSAGES/messages.mo index e5c2b5fedb77ea200e5a1ae9014c98a461e5e557..62a67ed177c92ede61c339b901360244665223b6 100644 GIT binary patch literal 88269 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 dnSPE%n-=U*uGb=t&c!H)PK1I8MsvmV{{Rdfy\n" "Language-Team: \n" @@ -10,5332 +10,7595 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 1.8.11\n" -"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n" -"X-Poedit-Basepath: .\n" +"X-Poedit-KeywordsList: _;__;__u;gettext;gettext_noop\n" "X-Poedit-SourceCharset: UTF-8\n" "X-Generator: Poedit 1.6.10\n" "X-Contributors: Tony Albers, Martin Lindemann Frederiksen\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Poedit-SearchPath-0: ../../../modules\n" -"X-Poedit-SearchPath-1: ../../../../lib\n" -"X-Poedit-SearchPath-2: ../../../config\n" - -#: ../../../../lib/SP/Bootstrap.php:278 -#, php-format -msgid "Versión de PHP requerida >= %s <= %s" -msgstr "Påkrævet PHP version >= %s <= %s" - -#: ../../../../lib/SP/Config/ConfigUtil.php:111 -#, php-format -msgid "Actual: %s - Necesario: 750" -msgstr "Nuværende: %s -Påkrævet: 750" - -#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:176 -#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:186 -msgid "Error interno" -msgstr "Intern fejl" - -#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:176 -msgid "No se puede usar el módulo de encriptación" -msgstr "Krypto-modulet kan ikke indlæses" - -#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:186 -msgid "Error al generar datos cifrados" -msgstr "Fejl under oprettelsen af de krypterede data" - -#: ../../../../lib/SP/Html/DataGrid/DataGridBase.php:302 -#: ../../../../lib/SP/Mvc/View/Template.php:126 -#, fuzzy, php-format -msgid "No es posible obtener la plantilla \"%s\" : %s" -msgstr "Kan ikke indlæse \"%s\" skabelonen: %s" - -#: ../../../../lib/SP/Http/Address.php:49 -#: ../../../../lib/SP/Http/Address.php:68 -msgid "IP inválida" -msgstr "Ugyldig IP-adresse" - -#: ../../../../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:301 -#: ../../../../lib/SP/Mvc/View/Template.php:365 -#, fuzzy, php-format -msgid "No es posible obtener la variable \"%s\"" -msgstr "Kan ikke indlæse \"%s\" variablen" - -#: ../../../../lib/SP/Mvc/View/Template.php:334 -#, fuzzy, php-format -msgid "No es posible destruir la variable \"%s\"" -msgstr "Kan ikke nulstille \"%s\" variablen" - -#: ../../../../lib/SP/Mvc/View/Template.php:355 -msgid "La plantilla no contiene archivos" -msgstr "Skabelonen indeholder ingen filer" - -#: ../../../../lib/SP/Plugin/PluginManager.php:170 -#, php-format -msgid "Versión de plugin no compatible (%s)" -msgstr "Plugin version not compatible (%s)" - -#: ../../../../lib/SP/Plugin/PluginManager.php:192 -#, php-format -msgid "No es posible cargar el plugin \"%s\"" -msgstr "Kan ikke aktivere \"%s\" -plugin" - -#: ../../../../lib/SP/Providers/Mail/MailHandler.php:124 -#, php-format -msgid "Realizado por: %s (%s)" -msgstr "Udført af: %s (%s)" - -#: ../../../../lib/SP/Providers/Mail/MailHandler.php:125 -#, php-format -msgid "Dirección IP: %s" -msgstr "IP-adresse: %s" - -#: ../../../../lib/SP/Providers/Notification/NotificationHandler.php:124 -msgid "Solicitud" -msgstr "Anmodning" - -#. (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:174 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:101 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:25 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:394 -#: ../../../config/actions.xml:13 -msgid "Cuentas" -msgstr "Konti" - -#: ../../../../lib/SP/Providers/Notification/NotificationHandler.php:155 -msgid "Notificación" -msgstr "Notifikation" - -#: ../../../../lib/SP/Services/Account/AccountCryptService.php:138 -#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:83 -msgid "Actualizar Clave Maestra" -msgstr "Opdater Hoved-kodeordet" - -#: ../../../../lib/SP/Services/Account/AccountCryptService.php:139 -#, php-format -msgid "Cuentas actualizadas: %d / %d" -msgstr "Konti opdateret: %d / %d" - -#: ../../../../lib/SP/Services/Account/AccountCryptService.php:148 -#, php-format -msgid "Cuentas actualizadas: %d / %d - %d%% - ETA: %ds (%.2f/s)" -msgstr "Opdaterede konti: %d / %d -%d%% - ETA: %ds (%.2f/s)" - -#: ../../../../lib/SP/Services/Auth/LoginService.php:604 -msgid "N/D" -msgstr "Ej tilgængelig" - -#: ../../../../lib/SP/Services/Backup/FileBackupService.php:139 -#, php-format -msgid "No es posible crear el directorio de backups (\"%s\")" -msgstr "Backupmappen (\"%s\") kan ikke oprettes" - -#: ../../../../lib/SP/Services/Config/ConfigService.php:68 -#: ../../../../lib/SP/Services/Config/ConfigService.php:153 -#, php-format -msgid "Parámetro no encontrado (%s)" -msgstr "Parameter ikke fundet (%s)" - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:213 -#, php-format -msgid "Clave Maestra %s" -msgstr "Hoved-kodeord %s" - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:214 -#, fuzzy -msgid "" -"Se ha generado una nueva clave para el acceso a sysPass y se solicitará en " -"el siguiente inicio." -msgstr "" -"Et nyt sysPass Hoved-kodeord er genereret, så næste gang du logger på vil du " -"blive bedt om det." - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:216 -#, php-format -msgid "La nueva clave es: %s" -msgstr "Det nye Hoved-Kodeord er: %s" - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:218 -#, php-format -msgid "Esta clave estará activa hasta: %s" -msgstr "Kodeordet er gyldigt til: %s" - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:220 -msgid "No olvide acceder lo antes posible para guardar los cambios." -msgstr "" -"Glem venligst ikke at logge på så snart som muligt for at gemme ændringerne." - -#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:84 -msgid "Actualizando datos encriptados" -msgstr "Opdaterer krypterede data" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:75 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:94 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:298 -msgid "Categorías" -msgstr "Kategorier" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:76 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:93 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:330 -msgid "Clientes" -msgstr "Klienter" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:77 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:104 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:16 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:113 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:12 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:50 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:52 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:56 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:250 -msgid "Usuarios" -msgstr "Brugere" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:78 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:95 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:84 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:162 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:53 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:266 -msgid "Grupos" -msgstr "Grupper" - -#: ../../../../lib/SP/Services/Export/XmlExportService.php:125 -#: ../../../../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 "Kan ikke oprette mappen (%s)" - -#: ../../../../lib/SP/Services/Import/CsvImport.php:50 -#, php-format -msgid "Formato detectado: %s" -msgstr "Detekteret 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 "Forkert antal felter (%d)" - -#: ../../../../lib/SP/Services/Import/CsvImportBase.php:132 -#: ../../../../lib/SP/Services/Import/CsvImportBase.php:178 -#, php-format -msgid "Compruebe el formato del archivo CSV en línea %s" -msgstr "Kontroller venligst CSV-formatet af linje %s" - -#: ../../../../lib/SP/Services/Import/ImportService.php:89 -#, php-format -msgid "Tipo mime no soportado (\"%s\")" -msgstr "Mime-typen er ikke understøttet (\"%s\")" - -#: ../../../../lib/SP/Services/Import/XmlImportBase.php:121 -#: ../../../../lib/SP/Services/Import/XmlImportTrait.php:70 -#, fuzzy, php-format -msgid "El nodo \"%s\" no existe" -msgstr "\"%s\" -noden findes ikke" - -#: ../../../../lib/SP/Services/Install/MySQL.php:135 -#, php-format -msgid "No es posible comprobar el usuario de sysPass (%s)" -msgstr "Kan ikke kontrollere sysPass brugeren (%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 "Fejl under oprettelsen af databasen ('%s')" - -#: ../../../../lib/SP/Services/Install/MySQL.php:237 -#, php-format -msgid "Error al establecer permisos de la BBDD ('%s')" -msgstr "Fejl under indstilling af databaserettigheder ('%s')" - -#: ../../../../lib/SP/Services/Install/MySQL.php:309 -#, fuzzy, php-format -msgid "Error al seleccionar la BBDD '%s' (%s)" -msgstr "Fejl under valg af databasen '%s' (%s)" - -#: ../../../../lib/SP/Services/Ldap/LdapImportService.php:134 -#: ../../../../lib/SP/Services/Ldap/LdapImportService.php:229 -msgid "Importado desde LDAP" -msgstr "Importeret fra LDAP" - -#: ../../../../lib/SP/Services/Task/TaskService.php:81 -msgid "No es posible crear archivo de bloqueo" -msgstr "Kan ikke oprette låse-filen" - -#: ../../../../lib/SP/Services/Task/TaskService.php:184 -msgid "Esperando actualización de progreso ..." -msgstr "Afventer status ..." - -#: ../../../../lib/SP/Services/Track/TrackService.php:162 -#, php-format -msgid "Intentos excedidos (%d/%d)" -msgstr "Maks. antal forsøg overskredet (%d/%d)" - -#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:152 -#, fuzzy -msgid "El archivo de actualización no contiene datos" -msgstr "Opdateringsfilen indeholder ingen data" - -#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:65 -#: ../../../modules/web/Controllers/UserController.php:235 -#: ../../../modules/web/Controllers/UserController.php:356 -#: ../../../modules/web/Controllers/UserPassResetController.php:107 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:238 -msgid "Cambio de Clave" -msgstr "Ændring af kodeord" - -#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:66 -msgid "Se ha solicitado el cambio de su clave de usuario." -msgstr "En forespørgsel om ændring af dit kodeord er blevet sendt." - -#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:68 -msgid "Para completar el proceso es necesario que acceda a la siguiente URL:" -msgstr "For at færdiggøre processen skal du gå ind på denne side:" - -#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:72 -msgid "Si no ha solicitado esta acción, ignore este mensaje." -msgstr "" -"Hvis du ikke har anmodet om denne aktivitet skal du blot slette denne besked." - -#: ../../../../lib/SP/Services/Wiki/DokuWikiApi.php:68 -msgid "Fallo de autentificación" -msgstr "Fejl i autentikering" - -#: ../../../../lib/SP/Services/Wiki/DokuWikiApiBase.php:196 -msgid "Error al realizar la consulta" -msgstr "Fejl under udførelse af forespørgsel" - -#: ../../../../lib/SP/Services/Wiki/DokuWikiApiBase.php:228 -msgid "URL de conexión no establecida" -msgstr "Forbindelses-URL er ikke sat" - -#: ../../../../lib/SP/Storage/File/FileCachePacked.php:57 -#, php-format -msgid "Error al descomprimir datos del archivo (%s)" -msgstr "Fejl under dekomrṕression af fildata (%s)" - -#: ../../../../lib/SP/Storage/File/FileCachePacked.php:61 -msgid "Error al obtener los datos" -msgstr "Fejl under indlæsning af dataene" - -#: ../../../../lib/SP/Storage/File/FileCachePacked.php:99 -#, php-format -msgid "Error al comprimir datos del archivo (%s)" -msgstr "Fejl under komprimering af dataene (%s)" - -#: ../../../../lib/SP/Storage/File/FileCachePacked.php:144 -msgid "Datos no cargados" -msgstr "Data ikke indlæst" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:72 -#: ../../../../lib/SP/Storage/File/FileHandler.php:135 -#, php-format -msgid "No es posible escribir en el archivo (%s)" -msgstr "Kan ikke læse/skrive filen (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:89 -#, php-format -msgid "No es posible abrir el archivo (%s)" -msgstr "Kan ikke åbne filen (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:104 -#: ../../../../lib/SP/Storage/File/FileHandler.php:118 -#, php-format -msgid "No es posible leer desde el archivo (%s)" -msgstr "Kan ikke læse fra filen (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:173 -#, php-format -msgid "No es posible cerrar el archivo (%s)" -msgstr "Kan ikke lukke filen (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:219 -#, php-format -msgid "No es posible escribir el archivo (%s)" -msgstr "Kan ikke skrive i filen (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:234 -#, php-format -msgid "Archivo no encontrado (%s)" -msgstr "Fil ikke fundet (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:259 -#: ../../../../lib/SP/Storage/File/FileHandler.php:314 -#, fuzzy, php-format -msgid "No es posible leer el archivo (%s)" -msgstr "Kan ikke læse/skrive filen (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:286 -#, php-format -msgid "No es posible eliminar el archivo (%s)" -msgstr "Kan ikke slette filen (%s)" - -#: ../../../../lib/SP/Util/ErrorUtil.php:148 -msgid "Opción no disponible" -msgstr "Muligheden er ikke tilgængelig" - -#: ../../../../lib/SP/Util/ErrorUtil.php:149 -#: ../../../../lib/SP/Util/ErrorUtil.php:153 -#: ../../../../lib/SP/Util/ErrorUtil.php:157 -#: ../../../../lib/SP/Util/ErrorUtil.php:161 -#: ../../../../lib/SP/Util/ErrorUtil.php:169 -#: ../../../../lib/SP/Util/ErrorUtil.php:176 -#: ../../../modules/web/Controllers/ErrorController.php:124 -#: ../../../modules/web/Controllers/ErrorController.php:140 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:13 -msgid "Consulte con el administrador" -msgstr "Kontakt venligst administratoren" - -#: ../../../../lib/SP/Util/ErrorUtil.php:152 -#, fuzzy -msgid "No tiene permisos para acceder a esta cuenta" -msgstr "Du har ikke tilladelser til at tilgå denne konto" - -#: ../../../../lib/SP/Util/ErrorUtil.php:156 -msgid "No tiene permisos para acceder a esta página" -msgstr "Du har ikke adgang til denne side" - -#: ../../../../lib/SP/Util/ErrorUtil.php:160 -msgid "No tiene permisos para realizar esta operación" -msgstr "Du har ikke tilladelse til at udføre denne handling" - -#: ../../../../lib/SP/Util/ErrorUtil.php:164 -#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 -msgid "Clave maestra actualizada" -msgstr "Hoved-kodeord er opdateret" - -#: ../../../../lib/SP/Util/ErrorUtil.php:165 -#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 -msgid "Reinicie la sesión para cambiarla" -msgstr "Genstart venligst sessionen for at genindlæse den" - -#: ../../../../lib/SP/Util/ErrorUtil.php:168 -#: ../../../../lib/SP/Util/ErrorUtil.php:175 -msgid "Se ha producido una excepción" -msgstr "En undtagelse opstod" - -#: ../../../modules/api/Controllers/AccountController.php:144 -msgid "Clave actualizada" +"X-Poedit-Basepath: ../../../..\n" +"X-Poedit-SearchPath-0: app/modules\n" +"X-Poedit-SearchPath-1: lib\n" +"X-Poedit-SearchPath-2: app/config\n" +"X-Poedit-SearchPathExcluded-0: app/modules/**/plugins\n" + +#: app/modules/api/Controllers/AccountController.php:70 +msgid "Account displayed" +msgstr "Konto vist" + +#: app/modules/api/Controllers/AccountController.php:71 +#: app/modules/api/Controllers/AccountController.php:103 +#: app/modules/api/Controllers/AccountController.php:139 +#: app/modules/api/Controllers/AccountController.php:189 +#: app/modules/api/Controllers/AccountController.php:240 +#: app/modules/api/Controllers/AccountController.php:315 +#: app/modules/api/Controllers/CategoryController.php:63 +#: app/modules/api/Controllers/CategoryController.php:92 +#: app/modules/api/Controllers/CategoryController.php:122 +#: app/modules/api/Controllers/CategoryController.php:151 +#: app/modules/api/Controllers/ClientController.php:64 +#: app/modules/api/Controllers/ClientController.php:94 +#: app/modules/api/Controllers/ClientController.php:125 +#: app/modules/api/Controllers/ClientController.php:154 +#: app/modules/api/Controllers/TagController.php:62 +#: app/modules/api/Controllers/TagController.php:90 +#: app/modules/api/Controllers/TagController.php:119 +#: app/modules/api/Controllers/TagController.php:148 +#: app/modules/api/Controllers/UserGroupController.php:62 +#: app/modules/api/Controllers/UserGroupController.php:92 +#: app/modules/api/Controllers/UserGroupController.php:123 +#: app/modules/api/Controllers/UserGroupController.php:152 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:240 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:113 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:104 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:105 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:108 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:116 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:107 +#: app/modules/web/Controllers/UserGroupController.php:274 +#: app/modules/web/Controllers/UserGroupController.php:315 +#: lib/SP/Plugin/PluginManager.php:320 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:30 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:43 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:22 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:24 +#: app/modules/web/themes/material-blue/views/account/account.inc:65 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:54 +#: app/modules/web/themes/material-blue/views/config/info.inc:39 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:23 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:23 +#: app/modules/web/themes/material-blue/views/itemshow/tag.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:35 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:24 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:533 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:22 +msgid "Name" +msgstr "Navn" + +#: app/modules/api/Controllers/AccountController.php:72 +#: app/modules/api/Controllers/AccountController.php:104 +#: app/modules/api/Controllers/AccountController.php:140 +#: app/modules/api/Controllers/AccountController.php:190 +#: app/modules/api/Controllers/AccountController.php:241 +#: app/modules/api/Controllers/AccountController.php:316 +#: app/modules/web/Controllers/AccountController.php:227 +#: app/modules/web/Controllers/AccountController.php:749 +#: app/modules/web/Controllers/AccountController.php:796 +#: app/modules/web/Controllers/AccountController.php:839 +#: app/modules/web/Controllers/AccountController.php:880 +#: app/modules/web/Controllers/AccountController.php:932 +#: app/modules/web/Controllers/AccountController.php:968 +#: app/modules/web/Controllers/AccountFileController.php:259 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:121 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:158 +#: app/modules/web/Controllers/AccountManagerController.php:151 +#: app/modules/web/Controllers/ClientController.php:225 +#: app/modules/web/Controllers/ClientController.php:259 +#: app/modules/web/Controllers/ClientController.php:297 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:233 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:114 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:105 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:109 +#: lib/SP/Services/Import/CsvImportBase.php:159 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:41 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:47 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:57 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:59 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:34 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:40 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:35 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:41 +#: app/modules/web/themes/material-blue/views/account/account.inc:78 +#: app/modules/web/themes/material-blue/views/account/account.inc:80 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:32 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:36 +msgid "Client" +msgstr "Klient" + +#: app/modules/api/Controllers/AccountController.php:102 +#: app/modules/web/Controllers/AccountController.php:573 +#: app/modules/web/Controllers/AccountController.php:631 +msgid "Password viewed" +msgstr "Kodeord vist" + +#: app/modules/api/Controllers/AccountController.php:138 +#: app/modules/api/Controllers/AccountController.php:144 +#: app/modules/web/Controllers/AccountController.php:837 +#: app/modules/web/Controllers/AccountController.php:848 +#: app/modules/web/Controllers/UserController.php:428 +#: app/modules/web/Controllers/UserController.php:432 +#: app/modules/web/Controllers/UserPassResetController.php:196 +#: app/modules/web/Controllers/UserPassResetController.php:200 +msgid "Password updated" msgstr "Kodeord skiftet" -#: ../../../modules/api/Controllers/AccountController.php:194 +#: app/modules/api/Controllers/AccountController.php:188 +#: app/modules/api/Controllers/AccountController.php:194 +#: app/modules/web/Controllers/AccountController.php:747 +#: app/modules/web/Controllers/AccountController.php:758 #, fuzzy -msgid "Cuenta creada" +msgid "Account created" msgstr "Konto tilføjet" -#: ../../../modules/api/Controllers/AccountController.php:245 -msgid "Cuenta actualizada" +#: app/modules/api/Controllers/AccountController.php:239 +#: app/modules/api/Controllers/AccountController.php:245 +#: app/modules/web/Controllers/AccountController.php:794 +#: app/modules/web/Controllers/AccountController.php:805 +msgid "Account updated" msgstr "Konto opdateret" -#: ../../../modules/api/Controllers/AccountController.php:320 -msgid "Cuenta eliminada" +#: app/modules/api/Controllers/AccountController.php:314 +#: app/modules/api/Controllers/AccountController.php:320 +#: app/modules/web/Controllers/AccountController.php:930 +#: app/modules/web/Controllers/AccountController.php:935 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:119 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:124 +#: app/modules/web/Controllers/AccountManagerController.php:149 +#: app/modules/web/Controllers/AccountManagerController.php:154 +msgid "Account removed" msgstr "Konto slettet" -#: ../../../modules/api/Controllers/CategoryController.php:96 -msgid "Categoría creada" +#: app/modules/api/Controllers/CategoryController.php:62 +msgid "Category displayed" +msgstr "Kategori vist" + +#: app/modules/api/Controllers/CategoryController.php:91 +#: app/modules/api/Controllers/CategoryController.php:96 +#: app/modules/web/Controllers/CategoryController.php:263 +#: app/modules/web/Controllers/CategoryController.php:267 +msgid "Category added" msgstr "Kategori tilføjet" -#: ../../../modules/api/Controllers/CategoryController.php:126 -msgid "Categoría actualizada" +#: app/modules/api/Controllers/CategoryController.php:121 +#: app/modules/api/Controllers/CategoryController.php:126 +#: app/modules/web/Controllers/CategoryController.php:305 +#: app/modules/web/Controllers/CategoryController.php:309 +msgid "Category updated" msgstr "Kategori opdateret" -#: ../../../modules/api/Controllers/CategoryController.php:155 -msgid "Categoría eliminada" +#: app/modules/api/Controllers/CategoryController.php:150 +#: app/modules/api/Controllers/CategoryController.php:155 +#: app/modules/web/Controllers/CategoryController.php:227 +#: app/modules/web/Controllers/CategoryController.php:231 +msgid "Category deleted" msgstr "Kategori slettet" -#: ../../../modules/api/Controllers/ClientController.php:98 -msgid "Cliente creado" +#: app/modules/api/Controllers/ClientController.php:63 +msgid "Client displayed" +msgstr "Klient vist" + +#: app/modules/api/Controllers/ClientController.php:93 +#: app/modules/api/Controllers/ClientController.php:98 +#: app/modules/web/Controllers/ClientController.php:258 +#: app/modules/web/Controllers/ClientController.php:262 +#: lib/SP/Services/Import/KeepassImport.php:77 +msgid "Client added" msgstr "Klient tilføjet" -#: ../../../modules/api/Controllers/ClientController.php:129 -msgid "Cliente actualizado" +#: app/modules/api/Controllers/ClientController.php:124 +#: app/modules/api/Controllers/ClientController.php:129 +#: app/modules/web/Controllers/ClientController.php:296 +#: app/modules/web/Controllers/ClientController.php:300 +msgid "Client updated" msgstr "Klient opdateret" -#: ../../../modules/api/Controllers/ClientController.php:158 -msgid "Cliente eliminado" +#: app/modules/api/Controllers/ClientController.php:153 +#: app/modules/api/Controllers/ClientController.php:158 +#: app/modules/web/Controllers/ClientController.php:224 +#: app/modules/web/Controllers/ClientController.php:228 +msgid "Client deleted" msgstr "Klient slettet" -#: ../../../modules/api/Controllers/ConfigController.php:61 -msgid "Proceso de backup finalizado" +#: app/modules/api/Controllers/ConfigController.php:57 +#: app/modules/web/Controllers/ConfigBackupController.php:68 +msgid "Application and database backup completed successfully" +msgstr "Applikations- og databasebackup blev gennemført korrekt" + +#: app/modules/api/Controllers/ConfigController.php:58 +#: app/modules/api/Controllers/ConfigController.php:83 +#: app/modules/api/Controllers/Help/ConfigHelp.php:43 +#: app/modules/api/Controllers/Help/ConfigHelp.php:54 +msgid "Path" +msgstr "Sti" + +#: app/modules/api/Controllers/ConfigController.php:61 +#: app/modules/web/Controllers/ConfigBackupController.php:71 +msgid "Backup process finished" msgstr "Backup-processen er færdig" -#: ../../../modules/api/Controllers/ConfigController.php:94 -msgid "Proceso de exportación finalizado" +#: app/modules/api/Controllers/ConfigController.php:82 +#: app/modules/web/Controllers/ConfigBackupController.php:96 +msgid "sysPass XML export" +msgstr "sysPass XML eksport" + +#: app/modules/api/Controllers/ConfigController.php:91 +#: app/modules/api/Controllers/ConfigController.php:94 +#: app/modules/web/Controllers/ConfigBackupController.php:106 +#: app/modules/web/Controllers/ConfigBackupController.php:134 +msgid "Export process finished" msgstr "Eksportering færdig" -#: ../../../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:105 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:144 -msgid "Id de la cuenta" +#: app/modules/api/Controllers/ControllerBase.php:146 +#: lib/SP/Services/Api/ApiService.php:186 +msgid "Unauthorized access" +msgstr "Uautoriseret adgang" + +#: app/modules/api/Controllers/Help/AccountHelp.php:43 +#: app/modules/api/Controllers/Help/AccountHelp.php:54 +#: app/modules/api/Controllers/Help/AccountHelp.php:67 +#: app/modules/api/Controllers/Help/AccountHelp.php:105 +#: app/modules/api/Controllers/Help/AccountHelp.php:144 +msgid "Account Id" msgstr "KontoID" -#: ../../../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" +#: app/modules/api/Controllers/Help/AccountHelp.php:55 +#: app/modules/api/Controllers/Help/AccountHelp.php:68 +#: app/modules/api/Controllers/Help/AccountHelp.php:81 +msgid "Token's password" msgstr "Polettens kodeord" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:56 -msgid "Devolver detalles en la respuesta" +#: app/modules/api/Controllers/Help/AccountHelp.php:56 +msgid "Send details in the response" msgstr "Send detaljer i svaret" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:69 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:85 -#: ../../../modules/api/Controllers/Help/ConfigHelp.php:55 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:74 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:80 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:91 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:89 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:92 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:101 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:155 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:163 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:42 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:293 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:296 -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:81 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:170 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:119 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:126 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:253 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:260 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:45 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:52 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:59 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:100 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:108 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:45 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:52 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:35 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:98 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:27 -msgid "Clave" +#: app/modules/api/Controllers/Help/AccountHelp.php:69 +#: app/modules/api/Controllers/Help/AccountHelp.php:85 +#: app/modules/api/Controllers/Help/ConfigHelp.php:55 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:74 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:80 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:91 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:89 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:92 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:101 +#: app/modules/web/themes/material-blue/views/account/account.inc:155 +#: app/modules/web/themes/material-blue/views/account/account.inc:163 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:42 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:293 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:296 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:81 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:170 +#: app/modules/web/themes/material-blue/views/config/mail.inc:119 +#: app/modules/web/themes/material-blue/views/config/mail.inc:126 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:253 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:260 +#: app/modules/web/themes/material-blue/views/install/index.inc:45 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:52 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:59 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:100 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:108 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:45 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:52 +#: app/modules/web/themes/material-blue/views/login/index.inc:35 +#: app/modules/web/themes/material-blue/views/login/index.inc:98 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:27 +msgid "Password" msgstr "Kodeord" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:70 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:91 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:114 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:97 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:114 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:181 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:88 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:90 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:243 -msgid "Fecha Caducidad Clave" +#: app/modules/api/Controllers/Help/AccountHelp.php:70 +#: app/modules/api/Controllers/Help/AccountHelp.php:91 +#: app/modules/api/Controllers/Help/AccountHelp.php:114 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:97 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:114 +#: app/modules/web/themes/material-blue/views/account/account.inc:181 +#: app/modules/web/themes/material-blue/views/account/details.inc:88 +#: app/modules/web/themes/material-blue/views/account/details.inc:90 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:243 +msgid "Password Expiry Date" msgstr "Udløbsdato for kodeord" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:82 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:106 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:36 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:52 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:29 -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:30 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:73 -msgid "Nombre de cuenta" +#: app/modules/api/Controllers/Help/AccountHelp.php:82 +#: app/modules/api/Controllers/Help/AccountHelp.php:106 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:36 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:52 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:29 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:30 +#: app/modules/web/themes/material-blue/views/account/account.inc:73 +msgid "Account name" msgstr "Kontonavn" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:83 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:107 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:43 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:66 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:91 -msgid "Id de categoría" +#: app/modules/api/Controllers/Help/AccountHelp.php:83 +#: app/modules/api/Controllers/Help/AccountHelp.php:107 +#: app/modules/api/Controllers/Help/CategoryHelp.php:43 +#: app/modules/api/Controllers/Help/CategoryHelp.php:66 +#: app/modules/api/Controllers/Help/CategoryHelp.php:91 +msgid "Category Id" msgstr "Kategori-ID" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:84 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:108 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:43 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:67 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:93 -msgid "Id de cliente" +#: app/modules/api/Controllers/Help/AccountHelp.php:84 +#: app/modules/api/Controllers/Help/AccountHelp.php:108 +#: app/modules/api/Controllers/Help/ClientHelp.php:43 +#: app/modules/api/Controllers/Help/ClientHelp.php:67 +#: app/modules/api/Controllers/Help/ClientHelp.php:93 +msgid "Client Id" msgstr "Klient-ID" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:86 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:109 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:109 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:149 -msgid "Usuario de acceso" +#: app/modules/api/Controllers/Help/AccountHelp.php:86 +#: app/modules/api/Controllers/Help/AccountHelp.php:109 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:109 +#: app/modules/web/themes/material-blue/views/account/account.inc:149 +msgid "Access user" msgstr "Bruger med adgang" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:87 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:110 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:96 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:136 -msgid "URL o IP de acceso" +#: app/modules/api/Controllers/Help/AccountHelp.php:87 +#: app/modules/api/Controllers/Help/AccountHelp.php:110 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:96 +#: app/modules/web/themes/material-blue/views/account/account.inc:136 +msgid "Access URL or IP" msgstr "Adgangs-URL eller IP" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:88 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:111 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:134 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:85 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:207 -msgid "Notas sobre la cuenta" +#: app/modules/api/Controllers/Help/AccountHelp.php:88 +#: app/modules/api/Controllers/Help/AccountHelp.php:111 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:134 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:85 +#: app/modules/web/themes/material-blue/views/account/account.inc:207 +msgid "Notes about the account" msgstr "Noter til kontoen" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:89 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:112 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:198 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:119 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:29 -msgid "Cuenta Privada" +#: app/modules/api/Controllers/Help/AccountHelp.php:89 +#: app/modules/api/Controllers/Help/AccountHelp.php:112 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:198 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:119 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:29 +msgid "Private Account" msgstr "Privat konto" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:90 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:113 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:217 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:48 -msgid "Cuenta Privada Grupo" +#: app/modules/api/Controllers/Help/AccountHelp.php:90 +#: app/modules/api/Controllers/Help/AccountHelp.php:113 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:217 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:48 +msgid "Private Account for Group" msgstr "Privat konto for gruppen" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:92 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:115 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:252 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:254 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:13 -msgid "Cuenta Vinculada" +#: app/modules/api/Controllers/Help/AccountHelp.php:92 +#: app/modules/api/Controllers/Help/AccountHelp.php:115 +#: app/modules/web/themes/material-blue/views/account/account.inc:252 +#: app/modules/web/themes/material-blue/views/account/account.inc:254 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:13 +msgid "Linked Account" msgstr "Forbundet konto" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:93 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:116 +#: app/modules/api/Controllers/Help/AccountHelp.php:93 +#: app/modules/api/Controllers/Help/AccountHelp.php:116 #, fuzzy -msgid "Array con Ids de etiquetas" +msgid "Array with tags id" msgstr "Liste med mærke ID'er" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:94 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:117 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:43 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:67 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:93 -msgid "Id de grupo" +#: app/modules/api/Controllers/Help/AccountHelp.php:94 +#: app/modules/api/Controllers/Help/AccountHelp.php:117 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:43 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:67 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:93 +msgid "Group Id" msgstr "Group Id" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:128 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:79 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:81 -#: ../../../modules/api/Controllers/Help/TagHelp.php:77 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:81 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:26 +#: app/modules/api/Controllers/Help/AccountHelp.php:128 +#: app/modules/api/Controllers/Help/CategoryHelp.php:79 +#: app/modules/api/Controllers/Help/ClientHelp.php:81 +#: app/modules/api/Controllers/Help/TagHelp.php:77 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:81 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:26 #, fuzzy -msgid "Texto a buscar" +msgid "Text to search for" msgstr "Søgetekst" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:129 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:80 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:82 -#: ../../../modules/api/Controllers/Help/TagHelp.php:78 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:82 +#: app/modules/api/Controllers/Help/AccountHelp.php:129 +#: app/modules/api/Controllers/Help/CategoryHelp.php:80 +#: app/modules/api/Controllers/Help/ClientHelp.php:82 +#: app/modules/api/Controllers/Help/TagHelp.php:78 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:82 #, fuzzy -msgid "Número de resultados a mostrar" +msgid "Number of results to display" msgstr "Antal resultater der vises" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:130 -msgid "Id de categoría a filtrar" +#: app/modules/api/Controllers/Help/AccountHelp.php:130 +msgid "Category Id to filter on" msgstr "Kategori-ID der skal filtreres efter" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:131 -msgid "Id de cliente a filtrar" +#: app/modules/api/Controllers/Help/AccountHelp.php:131 +msgid "Client Id to filter on" msgstr "Klient-ID der skal filtreres efter" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:132 +#: app/modules/api/Controllers/Help/AccountHelp.php:132 #, fuzzy -msgid "Array con Ids de etiquetas a filtrar" +msgid "Array with tags id for filtering" msgstr "Liste med mærke ID'er til filtrering" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:133 -msgid "Operador de filtrado" +#: app/modules/api/Controllers/Help/AccountHelp.php:133 +msgid "Filtering operator" msgstr "Filtreringsoperatør" -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:54 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:67 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:29 -msgid "Nombre de la categoría" +#: app/modules/api/Controllers/Help/CategoryHelp.php:54 +#: app/modules/api/Controllers/Help/CategoryHelp.php:67 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:29 +msgid "Category name" msgstr "Kategorinavn" -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:55 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:68 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:41 -msgid "Descripción de la categoría" +#: app/modules/api/Controllers/Help/CategoryHelp.php:55 +#: app/modules/api/Controllers/Help/CategoryHelp.php:68 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:41 +msgid "Category description" msgstr "Kategoribeskrivelse" -#: ../../../modules/api/Controllers/Help/ClientHelp.php:54 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:68 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:30 -msgid "Nombre del cliente" +#: app/modules/api/Controllers/Help/ClientHelp.php:54 +#: app/modules/api/Controllers/Help/ClientHelp.php:68 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:30 +msgid "Client name" msgstr "Klientnavn" -#: ../../../modules/api/Controllers/Help/ClientHelp.php:55 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:69 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:43 -msgid "Descripción del cliente" +#: app/modules/api/Controllers/Help/ClientHelp.php:55 +#: app/modules/api/Controllers/Help/ClientHelp.php:69 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:43 +msgid "Client description" msgstr "Klientbeskrivelse" -#: ../../../modules/api/Controllers/Help/ClientHelp.php:56 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:70 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:152 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:66 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:99 +#: app/modules/api/Controllers/Help/ClientHelp.php:56 +#: app/modules/api/Controllers/Help/ClientHelp.php:70 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:152 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:66 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:99 msgid "Global" msgstr "Global" -#: ../../../modules/api/Controllers/Help/ConfigHelp.php:43 -#: ../../../modules/api/Controllers/Help/ConfigHelp.php:54 -msgid "Ruta" -msgstr "Sti" - -#: ../../../modules/api/Controllers/Help/TagHelp.php:43 -#: ../../../modules/api/Controllers/Help/TagHelp.php:65 -#: ../../../modules/api/Controllers/Help/TagHelp.php:89 -msgid "Id de etiqueta" +#: app/modules/api/Controllers/Help/TagHelp.php:43 +#: app/modules/api/Controllers/Help/TagHelp.php:65 +#: app/modules/api/Controllers/Help/TagHelp.php:89 +msgid "Tag Id" msgstr "Mærke ID" -#: ../../../modules/api/Controllers/Help/TagHelp.php:54 -#: ../../../modules/api/Controllers/Help/TagHelp.php:66 -#: ../../../modules/web/themes/material-blue/views/itemshow/tag.inc:29 -msgid "Nombre de la etiqueta" +#: app/modules/api/Controllers/Help/TagHelp.php:54 +#: app/modules/api/Controllers/Help/TagHelp.php:66 +#: app/modules/web/themes/material-blue/views/itemshow/tag.inc:29 +msgid "Tag name" msgstr "Mærkenavn" -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:54 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:68 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:31 -msgid "Nombre del grupo" +#: app/modules/api/Controllers/Help/UserGroupHelp.php:54 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:68 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:31 +msgid "Group name" msgstr "Gruppenavn" -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:55 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:69 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:44 -msgid "Descripción del grupo" +#: app/modules/api/Controllers/Help/UserGroupHelp.php:55 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:69 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:44 +msgid "Group description" msgstr "Gruppebeskrivelse" -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:56 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:70 -msgid "Array con Ids de usuarios" +#: app/modules/api/Controllers/Help/UserGroupHelp.php:56 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:70 +msgid "Array with users Id" msgstr "Array with users Id" -#: ../../../modules/api/Controllers/TagController.php:94 -msgid "Etiqueta creada" +#: app/modules/api/Controllers/TagController.php:61 +msgid "Tag displayed" +msgstr "Mærke vist" + +#: app/modules/api/Controllers/TagController.php:89 +#: app/modules/api/Controllers/TagController.php:94 +#: app/modules/web/Controllers/TagController.php:243 +msgid "Tag added" msgstr "Mærke tilføjet" -#: ../../../modules/api/Controllers/TagController.php:123 -msgid "Etiqueta actualizada" +#: app/modules/api/Controllers/TagController.php:118 +#: app/modules/api/Controllers/TagController.php:123 +#: app/modules/web/Controllers/TagController.php:276 +msgid "Tag updated" msgstr "Mærke opdateret" -#: ../../../modules/api/Controllers/TagController.php:152 -msgid "Etiqueta eliminada" +#: app/modules/api/Controllers/TagController.php:147 +#: app/modules/api/Controllers/TagController.php:152 +#: app/modules/web/Controllers/TagController.php:215 +msgid "Tag removed" msgstr "Mærke slettet" -#: ../../../modules/api/Controllers/UserGroupController.php:96 -msgid "Grupo creado" +#: app/modules/api/Controllers/UserGroupController.php:61 +msgid "Group viewed" +msgstr "Group viewed" + +#: app/modules/api/Controllers/UserGroupController.php:91 +#: app/modules/api/Controllers/UserGroupController.php:96 +#: app/modules/web/Controllers/UserGroupController.php:273 +#: app/modules/web/Controllers/UserGroupController.php:277 +msgid "Group added" msgstr "Gruppe tilføjet" -#: ../../../modules/api/Controllers/UserGroupController.php:127 -msgid "Grupo actualizado" +#: app/modules/api/Controllers/UserGroupController.php:122 +#: app/modules/api/Controllers/UserGroupController.php:127 +#: app/modules/web/Controllers/UserGroupController.php:314 +#: app/modules/web/Controllers/UserGroupController.php:318 +msgid "Group updated" msgstr "Gruppen er opdateret" -#: ../../../modules/api/Controllers/UserGroupController.php:156 -msgid "Grupo eliminado" +#: app/modules/api/Controllers/UserGroupController.php:151 +#: app/modules/api/Controllers/UserGroupController.php:156 +#: app/modules/web/Controllers/UserGroupController.php:237 +#: app/modules/web/Controllers/UserGroupController.php:241 +msgid "Group deleted" msgstr "Gruppe slettet" -#: ../../../modules/web/Controllers/AccountController.php:149 -#: ../../../modules/web/Controllers/AccountController.php:204 -#: ../../../modules/web/Controllers/AccountController.php:489 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:60 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:61 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:164 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:165 -#: ../../../modules/web/themes/material-blue/views/account/linkedAccounts.inc:28 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:58 -msgid "Detalles de Cuenta" +#: app/modules/api/Init.php:146 +msgid "Updating needed" +msgstr "Opdatering påkrævet" + +#: app/modules/web/Controllers/AccountController.php:149 +#: app/modules/web/Controllers/AccountController.php:204 +#: app/modules/web/Controllers/AccountController.php:489 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:60 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:61 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:164 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:165 +#: app/modules/web/themes/material-blue/views/account/linkedAccounts.inc:28 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:58 +msgid "Account Details" msgstr "Kontodetaljer" +#: app/modules/web/Controllers/AccountController.php:225 +msgid "Link viewed" +msgstr "Link vist" + +#: app/modules/web/Controllers/AccountController.php:226 +#: app/modules/web/Controllers/AccountController.php:574 +#: app/modules/web/Controllers/AccountController.php:632 +#: app/modules/web/Controllers/AccountController.php:674 +#: app/modules/web/Controllers/AccountController.php:711 +#: app/modules/web/Controllers/AccountController.php:748 +#: app/modules/web/Controllers/AccountController.php:795 +#: app/modules/web/Controllers/AccountController.php:838 +#: app/modules/web/Controllers/AccountController.php:879 +#: app/modules/web/Controllers/AccountController.php:931 +#: app/modules/web/Controllers/AccountController.php:967 +#: app/modules/web/Controllers/AccountFileController.php:258 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:120 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:157 +#: app/modules/web/Controllers/AccountManagerController.php:150 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:108 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:25 +#: app/modules/web/themes/material-blue/views/account/account.inc:30 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:21 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:23 +msgid "Account" +msgstr "Konto" + +#: app/modules/web/Controllers/AccountController.php:228 +msgid "Agent" +msgstr "Agent" + +#: app/modules/web/Controllers/AccountController.php:229 +msgid "HTTPS" +msgstr "HTTPS" + +#: app/modules/web/Controllers/AccountController.php:229 +#: lib/SP/DataModel/PublicLinkListData.php:88 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:190 +msgid "ON" +msgstr "TIL" + +#: app/modules/web/Controllers/AccountController.php:229 +#: lib/SP/DataModel/PublicLinkListData.php:88 +msgid "OFF" +msgstr "FRA" + +#: app/modules/web/Controllers/AccountController.php:230 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:104 +msgid "IP" +msgstr "IP" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountController.php:261 -#: ../../../modules/web/Controllers/AccountController.php:307 -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:274 -#: ../../../config/actions.xml:157 -msgid "Nueva Cuenta" +#: app/modules/web/Controllers/AccountController.php:261 +#: app/modules/web/Controllers/AccountController.php:307 +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:274 +#: app/config/actions.xml:157 +msgid "New Account" msgstr "Ny konto" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountController.php:353 -#: ../../../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:20 -#: ../../../config/actions.xml:163 -msgid "Editar Cuenta" +#: app/modules/web/Controllers/AccountController.php:353 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:176 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:177 +#: app/modules/web/themes/material-blue/views/account/linkedAccounts.inc:20 +#: app/config/actions.xml:163 +msgid "Edit Account" msgstr "Tilret konto" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountController.php:400 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:334 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:335 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:181 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:182 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:177 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:178 -#: ../../../config/actions.xml:169 ../../../config/actions.xml:487 -#: ../../../config/actions.xml:799 -msgid "Eliminar Cuenta" +#: app/modules/web/Controllers/AccountController.php:400 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:334 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:335 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:181 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:182 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:177 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:178 +#: app/config/actions.xml:169 app/config/actions.xml:487 +#: app/config/actions.xml:799 +msgid "Remove Account" msgstr "Slet konto" -#: ../../../modules/web/Controllers/AccountController.php:445 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:155 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:156 -msgid "Modificar Clave de Cuenta" +#. (itstool) path: action/text +#: app/modules/web/Controllers/AccountController.php:445 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:155 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:156 +#: app/config/actions.xml:181 +msgid "Edit Account Password" msgstr "Skift konto-kodeord" -#: ../../../modules/web/Controllers/AccountFileController.php:211 +#: app/modules/web/Controllers/AccountController.php:673 +#: app/modules/web/Controllers/AccountController.php:710 +msgid "Password copied" +msgstr "Kodeord kopieret" + +#: app/modules/web/Controllers/AccountController.php:878 +#: app/modules/web/Controllers/AccountController.php:889 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:156 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:161 +msgid "Account restored" +msgstr "Kontoen er genskabt" + +#: app/modules/web/Controllers/AccountController.php:916 +#: app/modules/web/Controllers/AccountController.php:919 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:108 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:111 +#: app/modules/web/Controllers/AccountManagerController.php:135 +#: app/modules/web/Controllers/AccountManagerController.php:138 +msgid "Accounts removed" +msgstr "Konti slettet" + +#: app/modules/web/Controllers/AccountController.php:958 +#: app/modules/web/Forms/NotificationForm.php:106 +msgid "A description is needed" +msgstr "En beskrivelse er påkrævet" + +#: app/modules/web/Controllers/AccountController.php:965 +#: lib/SP/Providers/Notification/NotificationHandler.php:124 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:46 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:44 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:46 +msgid "Request" +msgstr "" + +#: app/modules/web/Controllers/AccountController.php:966 +msgid "Requester" +msgstr "Ansøger" + +#: app/modules/web/Controllers/AccountController.php:969 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:105 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:129 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:108 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:37 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:61 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:68 +msgid "Description" +msgstr "Beskrivelse" + +#: app/modules/web/Controllers/AccountController.php:982 +msgid "Request done" +msgstr "Forespørgsel udført" + +#: app/modules/web/Controllers/AccountFavoriteController.php:55 +msgid "Favorite added" +msgstr "Foretrukken tilføjet" + +#: app/modules/web/Controllers/AccountFavoriteController.php:73 +msgid "Favorite deleted" +msgstr "Foretrukken slettet" + +#: app/modules/web/Controllers/AccountFileController.php:74 +#: app/modules/web/Controllers/AccountFileController.php:135 +#, fuzzy +msgid "File does not exist" +msgstr "Filen findes ikke" + +#: app/modules/web/Controllers/AccountFileController.php:87 +#: app/modules/web/Controllers/AccountFileController.php:103 +msgid "File viewed" +msgstr "Fil vist" + +#: app/modules/web/Controllers/AccountFileController.php:88 +#: app/modules/web/Controllers/AccountFileController.php:104 +#: app/modules/web/Controllers/AccountFileController.php:141 +#: app/modules/web/Controllers/AccountFileController.php:257 +#: app/modules/web/Controllers/AccountFileController.php:364 +#: app/modules/web/Controllers/ConfigBackupController.php:163 +#: app/modules/web/Controllers/ConfigBackupController.php:209 +#: app/modules/web/Controllers/ConfigBackupController.php:255 +#: app/modules/web/Controllers/ConfigGeneralController.php:195 +#: app/modules/web/Controllers/ConfigGeneralController.php:236 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:122 +#: app/modules/web/themes/material-blue/views/config/import.inc:72 +msgid "File" +msgstr "Fil" + +#: app/modules/web/Controllers/AccountFileController.php:115 +#: app/config/strings.js.inc:40 +msgid "File not supported for preview" +msgstr "Filen er ikke understøttet som forhåndsvisning" + +#: app/modules/web/Controllers/AccountFileController.php:140 +#: app/modules/web/Controllers/ConfigBackupController.php:162 +#: app/modules/web/Controllers/ConfigBackupController.php:208 +#: app/modules/web/Controllers/ConfigBackupController.php:254 +#: app/modules/web/Controllers/ConfigGeneralController.php:194 +#: app/modules/web/Controllers/ConfigGeneralController.php:235 +#: app/config/strings.js.inc:97 +msgid "File downloaded" +msgstr "Fil hentet" + +#: app/modules/web/Controllers/AccountFileController.php:186 +msgid "INVALID QUERY" +msgstr "UGYLDIG FORESPØRGSEL" + +#: app/modules/web/Controllers/AccountFileController.php:192 +msgid "There aren't any allowed extensions" +msgstr "Der findes ingen tilladte filtype-angivelser(endelser)" + +#: app/modules/web/Controllers/AccountFileController.php:209 +#: lib/SP/Services/Import/FileImport.php:100 +msgid "File type not allowed" +msgstr "Filtype ikke tilladt" + +#: app/modules/web/Controllers/AccountFileController.php:211 #, php-format -msgid "Extensión: %s" +msgid "Extension: %s" msgstr "Udvidelse: %s" -#: ../../../modules/web/Controllers/AccountFileController.php:405 -msgid "Gestión de archivos deshabilitada" +#: app/modules/web/Controllers/AccountFileController.php:216 +msgid "Invalid file" +msgstr "Ugyldig fil" + +#: app/modules/web/Controllers/AccountFileController.php:218 +#, php-format +msgid "File: %s" +msgstr "Fil: %s" + +#: app/modules/web/Controllers/AccountFileController.php:224 +#: app/modules/web/Controllers/AccountFileController.php:244 +#: lib/SP/Services/Import/FileImport.php:116 +msgid "Internal error while reading the file" +msgstr "Intern fejl under læsning af filen" + +#: app/modules/web/Controllers/AccountFileController.php:226 +#, php-format +msgid "Maximum size: %s" +msgstr "Maks. størrelse: %s" + +#: app/modules/web/Controllers/AccountFileController.php:234 +msgid "File size exceeded" +msgstr "Max. filstørrelse overskredet" + +#: app/modules/web/Controllers/AccountFileController.php:236 +#, php-format +msgid "Maximum size: %d KB" +msgstr "Maks størrelse: %d KB" + +#: app/modules/web/Controllers/AccountFileController.php:256 +#: app/modules/web/Controllers/AccountFileController.php:265 +msgid "File saved" +msgstr "Fil gemt" + +#: app/modules/web/Controllers/AccountFileController.php:260 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:109 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:109 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:109 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:127 +#: app/modules/web/Controllers/ItemPresetController.php:323 +#: app/modules/web/Controllers/ItemPresetController.php:364 +#: lib/SP/Services/Auth/LoginService.php:455 +#: lib/SP/Services/Auth/LoginService.php:518 +#: lib/SP/Services/Auth/LoginService.php:564 +#: lib/SP/Services/Auth/LoginService.php:607 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:35 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:37 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:23 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:30 +msgid "Type" +msgstr "Type" + +#: app/modules/web/Controllers/AccountFileController.php:261 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:110 +msgid "Size" +msgstr "Størrelse" + +#: app/modules/web/Controllers/AccountFileController.php:292 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:64 +#: app/modules/web/Controllers/AccountManagerController.php:79 +#: app/modules/web/Controllers/AccountManagerController.php:213 +#: app/modules/web/Controllers/AuthTokenController.php:71 +#: app/modules/web/Controllers/AuthTokenController.php:111 +#: app/modules/web/Controllers/AuthTokenController.php:176 +#: app/modules/web/Controllers/AuthTokenController.php:209 +#: app/modules/web/Controllers/AuthTokenController.php:254 +#: app/modules/web/Controllers/AuthTokenController.php:292 +#: app/modules/web/Controllers/AuthTokenController.php:344 +#: app/modules/web/Controllers/CategoryController.php:69 +#: app/modules/web/Controllers/CategoryController.php:106 +#: app/modules/web/Controllers/CategoryController.php:170 +#: app/modules/web/Controllers/CategoryController.php:203 +#: app/modules/web/Controllers/CategoryController.php:248 +#: app/modules/web/Controllers/CategoryController.php:290 +#: app/modules/web/Controllers/CategoryController.php:332 +#: app/modules/web/Controllers/ClientController.php:70 +#: app/modules/web/Controllers/ClientController.php:107 +#: app/modules/web/Controllers/ClientController.php:171 +#: app/modules/web/Controllers/ClientController.php:203 +#: app/modules/web/Controllers/ClientController.php:245 +#: app/modules/web/Controllers/ClientController.php:285 +#: app/modules/web/Controllers/ClientController.php:323 +#: app/modules/web/Controllers/CustomFieldController.php:71 +#: app/modules/web/Controllers/CustomFieldController.php:108 +#: app/modules/web/Controllers/CustomFieldController.php:170 +#: app/modules/web/Controllers/CustomFieldController.php:202 +#: app/modules/web/Controllers/CustomFieldController.php:236 +#: app/modules/web/Controllers/CustomFieldController.php:275 +#: app/modules/web/Controllers/CustomFieldController.php:314 +#: app/modules/web/Controllers/EventlogController.php:107 +#: app/modules/web/Controllers/ItemPresetController.php:70 +#: app/modules/web/Controllers/ItemPresetController.php:157 +#: app/modules/web/Controllers/ItemPresetController.php:197 +#: app/modules/web/Controllers/ItemPresetController.php:236 +#: app/modules/web/Controllers/ItemPresetController.php:268 +#: app/modules/web/Controllers/ItemPresetController.php:309 +#: app/modules/web/Controllers/ItemPresetController.php:350 +#: app/modules/web/Controllers/NotificationController.php:110 +#: app/modules/web/Controllers/NotificationController.php:173 +#: app/modules/web/Controllers/NotificationController.php:191 +#: app/modules/web/Controllers/NotificationController.php:223 +#: app/modules/web/Controllers/NotificationController.php:255 +#: app/modules/web/Controllers/NotificationController.php:308 +#: app/modules/web/Controllers/NotificationController.php:337 +#: app/modules/web/Controllers/NotificationController.php:372 +#: app/modules/web/Controllers/PluginController.php:111 +#: app/modules/web/Controllers/PluginController.php:133 +#: app/modules/web/Controllers/PluginController.php:277 +#: app/modules/web/Controllers/PublicLinkController.php:74 +#: app/modules/web/Controllers/PublicLinkController.php:111 +#: app/modules/web/Controllers/PublicLinkController.php:173 +#: app/modules/web/Controllers/PublicLinkController.php:201 +#: app/modules/web/Controllers/PublicLinkController.php:233 +#: app/modules/web/Controllers/PublicLinkController.php:276 +#: app/modules/web/Controllers/PublicLinkController.php:310 +#: app/modules/web/Controllers/PublicLinkController.php:354 +#: app/modules/web/Controllers/TagController.php:68 +#: app/modules/web/Controllers/TagController.php:105 +#: app/modules/web/Controllers/TagController.php:165 +#: app/modules/web/Controllers/TagController.php:197 +#: app/modules/web/Controllers/TagController.php:233 +#: app/modules/web/Controllers/TagController.php:266 +#: app/modules/web/Controllers/TagController.php:299 +#: app/modules/web/Controllers/UserController.php:75 +#: app/modules/web/Controllers/UserController.php:112 +#: app/modules/web/Controllers/UserController.php:197 +#: app/modules/web/Controllers/UserController.php:230 +#: app/modules/web/Controllers/UserController.php:266 +#: app/modules/web/Controllers/UserController.php:308 +#: app/modules/web/Controllers/UserController.php:373 +#: app/modules/web/Controllers/UserController.php:416 +#: app/modules/web/Controllers/UserController.php:455 +#: app/modules/web/Controllers/UserGroupController.php:77 +#: app/modules/web/Controllers/UserGroupController.php:114 +#: app/modules/web/Controllers/UserGroupController.php:185 +#: app/modules/web/Controllers/UserGroupController.php:217 +#: app/modules/web/Controllers/UserGroupController.php:259 +#: app/modules/web/Controllers/UserGroupController.php:300 +#: app/modules/web/Controllers/UserGroupController.php:341 +#: app/modules/web/Controllers/UserProfileController.php:70 +#: app/modules/web/Controllers/UserProfileController.php:107 +#: app/modules/web/Controllers/UserProfileController.php:174 +#: app/modules/web/Controllers/UserProfileController.php:206 +#: app/modules/web/Controllers/UserProfileController.php:248 +#: app/modules/web/Controllers/UserProfileController.php:285 +#: app/modules/web/Controllers/UserProfileController.php:323 +#: lib/SP/Core/Acl/UnauthorizedActionException.php:46 +#: lib/SP/Util/ErrorUtil.php:160 +msgid "You don't have permission to do this operation" +msgstr "Du har ikke tilladelse til at udføre denne handling" + +#: app/modules/web/Controllers/AccountFileController.php:355 +#: app/modules/web/Controllers/AccountFileController.php:358 +msgid "Files deleted" +msgstr "Filer slettet" + +#: app/modules/web/Controllers/AccountFileController.php:363 +msgid "File deleted" +msgstr "Fil slettet" + +#: app/modules/web/Controllers/AccountFileController.php:369 +msgid "File Deleted" +msgstr "Fil slettet" + +#: app/modules/web/Controllers/AccountFileController.php:405 +msgid "Files management disabled" msgstr "Filhåndtering deaktiveret" -#: ../../../modules/web/Controllers/AccountFileController.php:424 -msgid "No hay archivos asociados a la cuenta" +#: app/modules/web/Controllers/AccountFileController.php:424 +msgid "There are no linked files for the account" msgstr "Der findes ingen filer linket til kontoen" +#: app/modules/web/Controllers/AccountManagerController.php:191 +#: app/modules/web/Controllers/AccountManagerController.php:194 +#: lib/SP/Services/Account/AccountCryptService.php:193 +msgid "Accounts updated" +msgstr "Konti opdaterede" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountManagerController.php:216 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:198 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:199 -#: ../../../config/actions.xml:493 -msgid "Actualización Masiva" +#: app/modules/web/Controllers/AccountManagerController.php:216 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:198 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:199 +#: app/config/actions.xml:493 +msgid "Bulk Update" msgstr "Bulk Update" -#: ../../../modules/web/Controllers/AuthTokenController.php:114 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:155 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:156 -msgid "Nueva Autorización" +#: app/modules/web/Controllers/AuthTokenController.php:114 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:155 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:156 +msgid "New Authorization" msgstr "Ny autorisation" -#: ../../../modules/web/Controllers/AuthTokenController.php:179 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:190 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:191 -msgid "Editar Autorización" +#: app/modules/web/Controllers/AuthTokenController.php:179 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:190 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:191 +msgid "Edit Authorization" msgstr "Tilret autorisation" -#: ../../../modules/web/Controllers/AuthTokenController.php:347 -msgid "Ver Autorización" +#: app/modules/web/Controllers/AuthTokenController.php:220 +#: app/modules/web/Controllers/AuthTokenController.php:223 +msgid "Authorizations deleted" +msgstr "Autorisationer slettet" + +#: app/modules/web/Controllers/AuthTokenController.php:233 +#: app/modules/web/Controllers/AuthTokenController.php:237 +msgid "Authorization deleted" +msgstr "Autorisation slettet" + +#: app/modules/web/Controllers/AuthTokenController.php:234 +#: app/modules/web/Controllers/AuthTokenController.php:306 +#: app/modules/web/Controllers/AuthTokenController.php:315 +#: app/modules/web/Controllers/AuthTokenController.php:356 +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:71 +msgid "Authorization" +msgstr "Autorisation" + +#: app/modules/web/Controllers/AuthTokenController.php:269 +msgid "Authorization added" +msgstr "Autorisation tilføjet" + +#: app/modules/web/Controllers/AuthTokenController.php:305 +#: app/modules/web/Controllers/AuthTokenController.php:314 +#: app/modules/web/Controllers/AuthTokenController.php:321 +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:70 +msgid "Authorization updated" +msgstr "Autorisation opdateret" + +#: app/modules/web/Controllers/AuthTokenController.php:347 +msgid "View Authorization" msgstr "Se autorisation" +#: app/modules/web/Controllers/AuthTokenController.php:355 +msgid "Authorization viewed" +msgstr "Autorisation vist" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/CategoryController.php:109 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:152 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:153 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:118 -#: ../../../config/actions.xml:307 -msgid "Nueva Categoría" +#: app/modules/web/Controllers/CategoryController.php:109 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:152 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:153 +#: app/modules/web/themes/material-blue/views/account/account.inc:118 +#: app/config/actions.xml:307 +msgid "New Category" msgstr "Ny kategori" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/CategoryController.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:170 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:171 -#: ../../../config/actions.xml:313 -msgid "Editar Categoría" +#: app/modules/web/Controllers/CategoryController.php:173 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:170 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:171 +#: app/config/actions.xml:313 +msgid "Edit Category" msgstr "Tilret kategori" +#: app/modules/web/Controllers/CategoryController.php:214 +#: app/modules/web/Controllers/CategoryController.php:217 +msgid "Categories deleted" +msgstr "Kategorier slettet" + +#: app/modules/web/Controllers/CategoryController.php:228 +#: app/modules/web/Controllers/CategoryController.php:264 +#: app/modules/web/Controllers/CategoryController.php:306 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:247 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:115 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:106 +#: lib/SP/Services/Import/KeepassImport.php:104 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:72 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:74 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:45 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:51 +#: app/modules/web/themes/material-blue/views/account/account.inc:103 +#: app/modules/web/themes/material-blue/views/account/account.inc:105 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:51 +msgid "Category" +msgstr "Kategori" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/CategoryController.php:335 -#: ../../../config/actions.xml:301 -msgid "Ver Categoría" +#: app/modules/web/Controllers/CategoryController.php:335 +#: app/config/actions.xml:301 +msgid "View Category" msgstr "Se kategori" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ClientController.php:110 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:155 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:156 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:93 -#: ../../../config/actions.xml:337 -msgid "Nuevo Cliente" +#: app/modules/web/Controllers/ClientController.php:110 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:155 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:156 +#: app/modules/web/themes/material-blue/views/account/account.inc:93 +#: app/config/actions.xml:337 +msgid "New Client" msgstr "Ny klient" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ClientController.php:174 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:174 -#: ../../../config/actions.xml:343 -msgid "Editar Cliente" +#: app/modules/web/Controllers/ClientController.php:174 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:173 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:174 +#: app/config/actions.xml:343 +msgid "Edit Client" msgstr "Tilret klient" +#: app/modules/web/Controllers/ClientController.php:213 +#: app/modules/web/Controllers/ClientController.php:216 +msgid "Clients deleted" +msgstr "Klienter slettet" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ClientController.php:326 -#: ../../../config/actions.xml:331 -msgid "Ver Cliente" +#: app/modules/web/Controllers/ClientController.php:326 +#: app/config/actions.xml:331 +msgid "View Client" msgstr "Se klient" -#: ../../../modules/web/Controllers/ConfigBackupController.php:195 -#: ../../../modules/web/Controllers/ConfigBackupController.php:241 -#: ../../../modules/web/Controllers/ConfigGeneralController.php:183 -#: ../../../modules/web/Controllers/ConfigGeneralController.php:229 -msgid "Ey, esto es una DEMO!!" +#: app/modules/web/Controllers/ConfigAccountController.php:74 +#, fuzzy +msgid "Maximum size per file is 16MB" +msgstr "Maksimal tilladt filstørrelse er 16MB" + +#: app/modules/web/Controllers/ConfigAccountController.php:82 +msgid "Files enabled" +msgstr "Filer aktiveret" + +#: app/modules/web/Controllers/ConfigAccountController.php:87 +msgid "Files disabled" +msgstr "Filer deaktiveret" + +#: app/modules/web/Controllers/ConfigAccountController.php:100 +msgid "Public links enabled" +msgstr "Offentlige links aktiveret" + +#: app/modules/web/Controllers/ConfigAccountController.php:105 +msgid "Public links disabled" +msgstr "Offentlige links deaktiveret" + +#: app/modules/web/Controllers/ConfigBackupController.php:57 +#: app/modules/web/Controllers/ConfigBackupController.php:195 +#: app/modules/web/Controllers/ConfigBackupController.php:241 +#: app/modules/web/Controllers/ConfigEncryptionController.php:97 +#: app/modules/web/Controllers/ConfigEncryptionController.php:159 +#: app/modules/web/Controllers/ConfigGeneralController.php:183 +#: app/modules/web/Controllers/ConfigGeneralController.php:229 +#: app/modules/web/Controllers/ConfigImportController.php:59 +#: app/modules/web/Controllers/ConfigLdapController.php:226 +#: app/modules/web/Controllers/Traits/ConfigTrait.php:55 +#: app/modules/web/Forms/UserForm.php:131 +#: app/modules/web/Forms/UserForm.php:153 +#: app/modules/web/Forms/UserForm.php:171 +msgid "Ey, this is a DEMO!!" msgstr "Øj, dette er en DEMO-version!!" -#: ../../../modules/web/Controllers/ConfigLdapController.php:153 -#: ../../../modules/web/Controllers/ConfigLdapController.php:197 -msgid "Resultados" +#: app/modules/web/Controllers/ConfigBackupController.php:90 +#: app/modules/web/Controllers/UserPassResetController.php:183 +#: app/modules/web/Forms/AccountForm.php:135 +#: app/modules/web/Forms/UserForm.php:161 +#, fuzzy +msgid "Passwords do not match" +msgstr "Kodeordene er ikke identiske" + +#: app/modules/web/Controllers/ConfigBackupController.php:121 +msgid "Verification of exported data finished" +msgstr "Verifikation af eksporterede data udført" + +#: app/modules/web/Controllers/ConfigBackupController.php:122 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:113 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:237 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:163 +#: app/modules/web/themes/material-blue/views/config/info.inc:49 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:34 +msgid "Version" +msgstr "Version" + +#: app/modules/web/Controllers/ConfigBackupController.php:123 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:128 +#: app/modules/web/themes/material-blue/views/common/aux-customfields.inc:17 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:90 +msgid "Encrypted" +msgstr "Krypteret" + +#: app/modules/web/Controllers/ConfigBackupController.php:123 +#: app/modules/web/themes/material-blue/views/config/info.inc:140 +msgid "Yes" +msgstr "Ja" + +#: app/modules/web/Controllers/ConfigBackupController.php:123 +#: app/modules/web/themes/material-blue/views/config/info.inc:140 +msgid "No" +msgstr "Nej" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/ConfigBackupController.php:124 +#: app/modules/web/Controllers/ConfigManagerController.php:174 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:101 +#: lib/SP/Providers/Notification/NotificationHandler.php:125 +#: lib/SP/Providers/Notification/NotificationHandler.php:156 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:74 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:25 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:394 +#: app/config/actions.xml:13 +msgid "Accounts" +msgstr "Konti" + +#: app/modules/web/Controllers/ConfigBackupController.php:125 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:93 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:76 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:330 +msgid "Clients" +msgstr "Klienter" + +#: app/modules/web/Controllers/ConfigBackupController.php:126 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:94 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:75 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:298 +msgid "Categories" +msgstr "Kategorier" + +#: app/modules/web/Controllers/ConfigBackupController.php:127 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:94 +#: app/modules/web/themes/material-blue/views/account/account.inc:211 +#: app/modules/web/themes/material-blue/views/account/account.inc:213 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:94 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:314 +msgid "Tags" +msgstr "Mærker" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:73 +#: app/modules/web/Controllers/ConfigEncryptionController.php:147 +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 +#: lib/SP/Services/Auth/LoginService.php:300 +#: lib/SP/Services/Auth/LoginService.php:324 +#: lib/SP/Services/User/UpdatedMasterPassException.php:45 +#: lib/SP/Util/ErrorUtil.php:164 +msgid "Master password updated" +msgstr "Hoved-kodeord er opdateret" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:73 +#: app/modules/web/Controllers/ConfigEncryptionController.php:147 +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 +#: lib/SP/Services/User/UpdatedMasterPassException.php:45 +#: lib/SP/Util/ErrorUtil.php:165 +msgid "Please, restart the session for update it" +msgstr "Genstart venligst sessionen for at genindlæse den" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:77 +#, fuzzy +msgid "Master password not entered" +msgstr "Hoved-kodeord skal angives" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:81 +msgid "The password update must be confirmed" +msgstr "Opdateringen af kodeordet skal bekræftes" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:85 +#, fuzzy +msgid "Passwords are the same" +msgstr "Kodeordene er identiske" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:89 +#, fuzzy +msgid "Master passwords do not match" +msgstr "Hoved-kodeordene er ikke identiske" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:93 +msgid "The current master password does not match" +msgstr "Det nuværende hoved-kodeord passer ikke" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:143 +msgid "Error while saving the Master Password's hash" +msgstr "Fejl under lagring af Hoved-kodeordets kontrolsum" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:166 +#: app/modules/web/Controllers/ConfigEncryptionController.php:168 +msgid "Master password hash updated" +msgstr "Hoved-kodeord kontrolsum opdateret" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:175 +msgid "Error while updating the master password hash" +msgstr "Fejl under opdatering af Hoved-kodeords kontrolsum" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:199 +#: app/modules/web/Controllers/ConfigEncryptionController.php:205 +#: app/modules/web/Controllers/ConfigEncryptionController.php:209 +msgid "Temporary password generated" +msgstr "Temporary password generated" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:199 +#: app/modules/web/Controllers/ConfigMailController.php:146 +#: app/modules/web/Controllers/ConfigMailController.php:152 +#: lib/SP/Services/Mail/MailService.php:141 +msgid "Email sent" +msgstr "E-mail afsendt" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:205 +#: lib/SP/Services/Mail/MailService.php:81 +#: lib/SP/Services/Mail/MailService.php:151 +msgid "Error while sending the email" +msgstr "" + +#: app/modules/web/Controllers/ConfigGeneralController.php:96 +msgid "Missing remote syslog parameters" +msgstr "Der mangler parametre til ekstern syslog " + +#: app/modules/web/Controllers/ConfigGeneralController.php:104 +msgid "Remote syslog enabled" +msgstr "Ekstern syslog aktiveret" + +#: app/modules/web/Controllers/ConfigGeneralController.php:109 +msgid "Remote syslog disabled" +msgstr "Ekstern syslog er deaktiveret" + +#: app/modules/web/Controllers/ConfigGeneralController.php:122 +msgid "Missing Proxy parameters " +msgstr "Proxy-parametre ikke angivet" + +#: app/modules/web/Controllers/ConfigGeneralController.php:136 +msgid "Proxy enabled" +msgstr "Proxy er aktiveret" + +#: app/modules/web/Controllers/ConfigGeneralController.php:141 +msgid "Proxy disabled" +msgstr "Proxy er deaktiveret" + +#: app/modules/web/Controllers/ConfigGeneralController.php:160 +msgid "Auth Basic enabled" +msgstr "Basal autentificering aktiveret" + +#: app/modules/web/Controllers/ConfigGeneralController.php:166 +msgid "Auth Basic disabled" +msgstr "Basal autentificering deaktiveret" + +#: app/modules/web/Controllers/ConfigImportController.php:78 +msgid "Accounts imported" +msgstr "Konti importeret" + +#: app/modules/web/Controllers/ConfigImportController.php:82 +#: app/modules/web/Controllers/ConfigLdapController.php:268 +msgid "Import finished" +msgstr "Import færdig" + +#: app/modules/web/Controllers/ConfigImportController.php:82 +#: app/modules/web/Controllers/ConfigImportController.php:85 +#: lib/SP/Services/Backup/FileBackupService.php:120 +#: lib/SP/Services/Export/XmlExportService.php:205 +msgid "Please check out the event log for more details" +msgstr "Se venligst hændelsesloggen for yderligere detaljer" + +#: app/modules/web/Controllers/ConfigImportController.php:85 +msgid "No accounts were imported" +msgstr "Der blev ikke importeret nogle konti" + +#: app/modules/web/Controllers/ConfigLdapController.php:71 +#: app/modules/web/Controllers/ConfigLdapController.php:143 +#: app/modules/web/Controllers/ConfigLdapController.php:181 +msgid "Missing LDAP parameters" +msgstr "LDAP-parametre er ikke angivet" + +#: app/modules/web/Controllers/ConfigLdapController.php:90 +msgid "LDAP enabled" +msgstr "LDAP aktiveret" + +#: app/modules/web/Controllers/ConfigLdapController.php:95 +msgid "LDAP disabled" +msgstr "LDAP deaktiveret" + +#: app/modules/web/Controllers/ConfigLdapController.php:97 +#: app/modules/web/Controllers/ConfigMailController.php:106 +#: app/config/strings.js.inc:80 +msgid "No changes" +msgstr "Ingen ændringer" + +#: app/modules/web/Controllers/ConfigLdapController.php:117 +#: app/modules/web/Controllers/ConfigLdapController.php:246 +msgid "Wrong LDAP parameters" +msgstr "Forkerte LDAP parametre" + +#: app/modules/web/Controllers/ConfigLdapController.php:153 +#: app/modules/web/Controllers/ConfigLdapController.php:197 +msgid "Results" msgstr "Resultater" -#: ../../../modules/web/Controllers/ConfigLdapController.php:159 -#: ../../../modules/web/Controllers/ConfigLdapController.php:204 +#: app/modules/web/Controllers/ConfigLdapController.php:158 +#: app/modules/web/Controllers/ConfigLdapController.php:203 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:95 +msgid "LDAP connection OK" +msgstr "LDAP-forbindelsen er OK" + +#: app/modules/web/Controllers/ConfigLdapController.php:159 +#: app/modules/web/Controllers/ConfigLdapController.php:204 #, php-format -msgid "Objetos encontrados: %d" +msgid "Objects found: %d" msgstr "Objekter fundet: %d" -#: ../../../modules/web/Controllers/ConfigLdapController.php:279 +#: app/modules/web/Controllers/ConfigLdapController.php:253 +msgid "LDAP Import" +msgstr "LDAP import" + +#: app/modules/web/Controllers/ConfigLdapController.php:272 +msgid "There aren't any objects to synchronize" +msgstr "Der findes ingen objekter der kan synkroniseres" + +#: app/modules/web/Controllers/ConfigLdapController.php:277 +msgid "LDAP users import finished" +msgstr "Import af LDAP-brugere udført" + +#: app/modules/web/Controllers/ConfigLdapController.php:279 #, php-format -msgid "Usuarios importados: %d / %d" +msgid "Imported users: %d / %d" msgstr "Importerede brugere: %d / %d" -#: ../../../modules/web/Controllers/ConfigLdapController.php:280 +#: app/modules/web/Controllers/ConfigLdapController.php:280 #, php-format -msgid "Errores: %d" +msgid "Errors: %d" msgstr "Fejl: %d" -#: ../../../modules/web/Controllers/ConfigManagerController.php:160 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:134 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:20 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:18 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:446 +#: app/modules/web/Controllers/ConfigMailController.php:72 +#: app/modules/web/Controllers/ConfigMailController.php:133 +msgid "Missing Mail parameters" +msgstr "E-mail parametre ikke angivet" + +#: app/modules/web/Controllers/ConfigMailController.php:97 +msgid "Mail enabled" +msgstr "E-mail er aktiveret" + +#: app/modules/web/Controllers/ConfigMailController.php:104 +msgid "Mail disabled" +msgstr "E-mail er deaktiveret" + +#: app/modules/web/Controllers/ConfigMailController.php:147 +#: lib/SP/Services/Mail/MailService.php:142 +msgid "Recipient" +msgstr "Modtager" + +#: app/modules/web/Controllers/ConfigMailController.php:153 +msgid "Please, check your inbox" +msgstr "Kontrollér venligst din indbakke" + +#: app/modules/web/Controllers/ConfigManagerController.php:160 +#: app/modules/web/themes/material-blue/views/install/index.inc:134 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:20 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:18 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:446 msgid "General" msgstr "Generelt" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ConfigManagerController.php:189 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:29 -#: ../../../config/actions.xml:37 +#: app/modules/web/Controllers/ConfigManagerController.php:189 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:29 +#: app/config/actions.xml:37 msgid "Wiki" msgstr "Wiki" -#: ../../../modules/web/Controllers/ConfigManagerController.php:208 +#: app/modules/web/Controllers/ConfigManagerController.php:208 msgid "LDAP" msgstr "LDAP" -#: ../../../modules/web/Controllers/ConfigManagerController.php:234 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:12 -msgid "Correo" +#: app/modules/web/Controllers/ConfigManagerController.php:234 +#: app/modules/web/themes/material-blue/views/config/mail.inc:12 +msgid "Mail" msgstr "E-mail" -#: ../../../modules/web/Controllers/ConfigManagerController.php:273 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:462 -msgid "Encriptación" +#: app/modules/web/Controllers/ConfigManagerController.php:273 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:462 +msgid "Encryption" msgstr "Kryptering" -#: ../../../modules/web/Controllers/ConfigManagerController.php:301 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:61 -msgid "No se encontraron backups" +#: app/modules/web/Controllers/ConfigManagerController.php:301 +#: app/modules/web/themes/material-blue/views/config/backup.inc:61 +msgid "There aren't any backups available" msgstr "Der er ingen backups tilgængelige" -#: ../../../modules/web/Controllers/ConfigManagerController.php:311 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:132 -msgid "No se encontró archivo de exportación" +#: app/modules/web/Controllers/ConfigManagerController.php:311 +#: app/modules/web/themes/material-blue/views/config/backup.inc:132 +msgid "No export file found" msgstr "Ingen eksportfil fundet" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ConfigManagerController.php:314 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:24 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:78 -#: ../../../config/actions.xml:739 -msgid "Copia de Seguridad" +#: app/modules/web/Controllers/ConfigManagerController.php:314 +#: app/modules/web/themes/material-blue/views/config/backup.inc:24 +#: app/modules/web/themes/material-blue/views/config/backup.inc:78 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:478 +#: app/config/actions.xml:739 +msgid "Backup" msgstr "Backup" -#: ../../../modules/web/Controllers/ConfigManagerController.php:331 -msgid "Importar Cuentas" +#: app/modules/web/Controllers/ConfigManagerController.php:331 +msgid "Import Accounts" msgstr "Importer konti" -#: ../../../modules/web/Controllers/ConfigManagerController.php:353 -msgid "No instalado" +#: app/modules/web/Controllers/ConfigManagerController.php:353 +msgid "Not installed" msgstr "Ikke installeret" -#: ../../../modules/web/Controllers/ConfigManagerController.php:363 -msgid "Información" +#: app/modules/web/Controllers/ConfigManagerController.php:363 +#: app/modules/web/themes/material-blue/inc/Icons.php:63 +msgid "Information" msgstr "Information" -#: ../../../modules/web/Controllers/CustomFieldController.php:111 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:159 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:160 -msgid "Nuevo Campo" +#: app/modules/web/Controllers/ConfigWikiController.php:63 +msgid "Missing Wiki parameters" +msgstr "Wiki-parametre ikke angivet" + +#: app/modules/web/Controllers/ConfigWikiController.php:73 +msgid "Wiki enabled" +msgstr "Wiki er aktiveret" + +#: app/modules/web/Controllers/ConfigWikiController.php:78 +msgid "Wiki disabled" +msgstr "Wiki er deaktiveret" + +#: app/modules/web/Controllers/ConfigWikiController.php:91 +msgid "Missing DokuWiki parameters" +msgstr "Manglende DokuWiki-parametre" + +#: app/modules/web/Controllers/ConfigWikiController.php:103 +msgid "DokuWiki enabled" +msgstr "DokuWiki aktiveret" + +#: app/modules/web/Controllers/ConfigWikiController.php:108 +msgid "DokuWiki disabled" +msgstr "DokuWiki deaktiveret" + +#: app/modules/web/Controllers/CustomFieldController.php:111 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:159 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:160 +msgid "New Field" msgstr "Nyt felt" -#: ../../../modules/web/Controllers/CustomFieldController.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:177 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:178 -msgid "Editar Campo" +#: app/modules/web/Controllers/CustomFieldController.php:173 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:177 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:178 +msgid "Edit Field" msgstr "Tilret felt" -#: ../../../modules/web/Controllers/CustomFieldController.php:317 -msgid "Ver Campo" +#: app/modules/web/Controllers/CustomFieldController.php:209 +#: app/modules/web/Controllers/CustomFieldController.php:212 +msgid "Fields deleted" +msgstr "Felter slettet" + +#: app/modules/web/Controllers/CustomFieldController.php:218 +msgid "Field deleted" +msgstr "Felt slettet" + +#: app/modules/web/Controllers/CustomFieldController.php:248 +#: app/modules/web/Controllers/CustomFieldController.php:252 +msgid "Field added" +msgstr "Felt tilføjet" + +#: app/modules/web/Controllers/CustomFieldController.php:249 +#: app/modules/web/Controllers/CustomFieldController.php:288 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:88 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:157 +msgid "Field" +msgstr "Felt" + +#: app/modules/web/Controllers/CustomFieldController.php:287 +#: app/modules/web/Controllers/CustomFieldController.php:291 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldData.php:74 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:87 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:156 +msgid "Field updated" +msgstr "Felt opdateret" + +#: app/modules/web/Controllers/CustomFieldController.php:317 +msgid "View Field" msgstr "Vis felt" -#: ../../../modules/web/Controllers/ErrorController.php:107 +#: app/modules/web/Controllers/ErrorController.php:107 #, fuzzy -msgid "Aplicación en mantenimiento" +msgid "Application on maintenance" msgstr "Applikationen er i vedligeholdelsestilstand" -#: ../../../modules/web/Controllers/ErrorController.php:108 -msgid "En breve estará operativa" +#: app/modules/web/Controllers/ErrorController.php:108 +msgid "It will be running shortly" msgstr "Den er snart i drift" -#: ../../../modules/web/Controllers/ErrorController.php:123 -msgid "Error en la verificación de la base de datos" +#: app/modules/web/Controllers/ErrorController.php:123 +#: lib/SP/Services/Install/MySQL.php:363 +msgid "Error while checking the database" msgstr "Fejl under kontrol af databasen" -#: ../../../modules/web/Controllers/ErrorController.php:139 +#: app/modules/web/Controllers/ErrorController.php:124 +#: app/modules/web/Controllers/ErrorController.php:140 +#: app/modules/web/Controllers/UserPassResetController.php:96 +#: 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:149 lib/SP/Util/ErrorUtil.php:153 +#: lib/SP/Util/ErrorUtil.php:157 lib/SP/Util/ErrorUtil.php:161 +#: lib/SP/Util/ErrorUtil.php:169 lib/SP/Util/ErrorUtil.php:176 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:13 +msgid "Please contact to the administrator" +msgstr "Kontakt venligst administratoren" + +#: app/modules/web/Controllers/ErrorController.php:139 +#: 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 #, fuzzy -msgid "No es posible conectar con la BD" +msgid "Unable to connect to DB" msgstr "Kan ikke forbinde til databasen" -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:89 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:90 -msgid "Ver Actual" +#: app/modules/web/Controllers/EventlogController.php:127 +#: app/modules/web/Controllers/EventlogController.php:130 +msgid "Event log cleared" +msgstr "Hændelsesloggen ryddet" + +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:89 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:90 +msgid "View Current" msgstr "Vis aktuel" -#: ../../../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:123 -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:67 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:360 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:173 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:310 -#: ../../../modules/web/themes/material-blue/views/config/general.inc:28 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:91 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:193 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:295 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:440 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:206 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:294 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:211 -msgid "Atrás" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:135 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:136 +#: app/modules/web/themes/material-blue/inc/Icons.php:49 +#: app/modules/web/themes/material-blue/views/_partials/error.inc:14 +#: app/modules/web/themes/material-blue/views/_partials/error.inc:15 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:123 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:67 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:360 +#: app/modules/web/themes/material-blue/views/config/backup.inc:173 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:310 +#: app/modules/web/themes/material-blue/views/config/general.inc:28 +#: app/modules/web/themes/material-blue/views/config/import.inc:91 +#: app/modules/web/themes/material-blue/views/config/info.inc:193 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:295 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:440 +#: app/modules/web/themes/material-blue/views/config/mail.inc:206 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:294 +#: app/modules/web/themes/material-blue/views/error/error-database.inc:13 +#: app/modules/web/themes/material-blue/views/error/error-database.inc:14 +#: app/modules/web/themes/material-blue/views/error/error-maintenance.inc:13 +#: app/modules/web/themes/material-blue/views/error/error-maintenance.inc:14 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:40 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:50 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:211 +msgid "Back" msgstr "Tilbage" -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:196 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:197 -msgid "Solicitar Modificación" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:196 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:197 +msgid "Request Modification" msgstr "Anmod om ændring" -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:217 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:218 -msgid "Restaurar cuenta desde este punto" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:217 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:218 +msgid "Restore account from this point" msgstr "Genskab konto fra dette tidspunkt" -#: ../../../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:130 -msgid "Guardar" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:237 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:238 +#: app/modules/web/themes/material-blue/inc/Icons.php:51 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:130 +msgid "Save" msgstr "Gem" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:354 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:355 -#: ../../../config/actions.xml:439 -msgid "Actualizar Enlace Público" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:354 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:355 +#: app/config/actions.xml:439 +msgid "Update Public Link" msgstr "Opdatér offentligt link" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:377 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:378 -#: ../../../config/actions.xml:433 -msgid "Eliminar Enlace Público" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:377 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:378 +#: app/config/actions.xml:433 +msgid "Delete Public Link" msgstr "Slet offentligt link" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:397 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:398 -#: ../../../config/actions.xml:421 -msgid "Crear Enlace Público" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:397 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:398 +#: app/config/actions.xml:421 +msgid "Create Public Link" msgstr "Opret offentligt link" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:418 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:419 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:463 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:464 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:69 -#: ../../../config/actions.xml:175 ../../../config/actions.xml:265 -msgid "Ver Clave" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:418 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:419 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:463 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:464 +#: app/modules/web/themes/material-blue/inc/Icons.php:34 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:69 +#: app/config/actions.xml:175 app/config/actions.xml:265 +msgid "View password" msgstr "Vis kodeord" -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:440 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:441 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:485 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:486 -msgid "Copiar Clave en Portapapeles" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:440 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:441 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:485 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:486 +msgid "Copy Password to Clipboard" msgstr "Kopier kodeord til udklipsholder" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:508 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:509 -#: ../../../config/actions.xml:193 -msgid "Copiar Cuenta" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:508 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:509 +#: app/config/actions.xml:193 +msgid "Copy Account" msgstr "Kopier konto" -#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:69 -#: ../../../config/strings.js.inc:72 -msgid "Clave de Cuenta" +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:69 +#: app/config/strings.js.inc:72 +msgid "Account Password" msgstr "Kontoens kodeord" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:177 -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:178 -msgid "Más Acciones" +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:96 +#: lib/SP/Core/Acl/AccountPermissionException.php:45 +#: lib/SP/Util/ErrorUtil.php:152 +#, fuzzy +msgid "You don't have permission to access this account" +msgstr "Du har ikke tilladelser til at tilgå denne konto" + +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:177 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:178 +msgid "More Actions" msgstr "Flere handlinger" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:233 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:114 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:105 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:109 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:41 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:47 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:57 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:59 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:34 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:40 -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:35 -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:41 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:80 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:32 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:36 -msgid "Cliente" -msgstr "Klient" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:234 -msgid "Ordenar por Cliente" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:234 +msgid "Sort by Client" msgstr "Sortér efter klient" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:240 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:113 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:104 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:105 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:108 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:116 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:107 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:30 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:43 -#: ../../../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:65 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:54 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:39 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:23 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:23 -#: ../../../modules/web/themes/material-blue/views/itemshow/tag.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:35 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:24 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:533 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:22 -msgid "Nombre" -msgstr "Navn" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:241 -msgid "Ordenar por Nombre" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:241 +msgid "Sort by Name" msgstr "Sortér efter navn" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:247 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:115 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:106 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:72 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:74 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:45 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:51 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:103 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:105 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:70 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:49 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:51 -msgid "Categoría" -msgstr "Kategori" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:248 -msgid "Ordenar por Categoría" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:248 +msgid "Sort by Category" msgstr "Sortér efter kategori" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:254 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:110 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:112 -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:105 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:63 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:69 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:101 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:67 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:73 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:141 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:76 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:25 -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:67 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:61 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:149 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:106 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:113 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:233 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:247 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:24 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:31 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:33 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:36 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:65 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:67 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:18 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:97 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:24 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:94 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:75 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:77 -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:19 -msgid "Usuario" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:254 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:110 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:112 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:105 +#: app/modules/web/Controllers/LoginController.php:122 +#: app/modules/web/Controllers/UserController.php:287 +#: app/modules/web/Controllers/UserController.php:323 +#: app/modules/web/Controllers/UserController.php:388 +#: app/modules/web/Controllers/UserController.php:429 +#: app/modules/web/Controllers/UserPassResetController.php:197 +#: lib/SP/Core/Acl/Acl.php:301 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:220 +#: lib/SP/Services/Auth/LoginService.php:238 +#: lib/SP/Services/Auth/LoginService.php:390 +#: lib/SP/Services/Auth/LoginService.php:457 +#: lib/SP/Services/Auth/LoginService.php:565 +#: lib/SP/Services/Auth/LoginService.php:608 +#: lib/SP/Services/Ldap/LdapImportService.php:238 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:63 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:69 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:101 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:67 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:73 +#: app/modules/web/themes/material-blue/views/account/account.inc:141 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:76 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:25 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:67 +#: app/modules/web/themes/material-blue/views/config/info.inc:61 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:149 +#: app/modules/web/themes/material-blue/views/config/mail.inc:106 +#: app/modules/web/themes/material-blue/views/config/mail.inc:113 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:233 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:247 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:24 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:31 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:33 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:65 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:67 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:18 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:97 +#: app/modules/web/themes/material-blue/views/login/index.inc:24 +#: app/modules/web/themes/material-blue/views/login/index.inc:94 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:75 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:77 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:19 +msgid "User" msgstr "Bruger" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:255 -msgid "Ordenar por Usuario" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:255 +msgid "Sort by Username" msgstr "Sortér efter brugernavn" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:261 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:52 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:58 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:88 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:56 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:62 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:128 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:81 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:261 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:52 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:58 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:88 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:56 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:62 +#: app/modules/web/themes/material-blue/views/account/account.inc:128 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:81 msgid "URL / IP" msgstr "URL / IP" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:262 -msgid "Ordenar por URL / IP" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:262 +msgid "Sort by URL / IP" msgstr "Sortér efter URL / IP" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:79 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:80 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:70 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:71 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:74 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:71 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:71 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:75 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:76 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:90 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:91 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:74 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:75 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:74 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:82 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:83 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:74 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:74 -msgid "Eliminar Seleccionados" +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:79 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:80 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:70 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:71 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:71 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:71 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:75 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:76 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:90 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:91 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:75 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:82 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:83 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:74 +msgid "Delete Selected" msgstr "Slet valgte" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:116 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:158 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:42 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:44 -msgid "Propietario" +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:116 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:158 +#: app/modules/web/themes/material-blue/views/account/details.inc:42 +#: app/modules/web/themes/material-blue/views/account/details.inc:44 +msgid "Owner" msgstr "Owner" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:117 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:175 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:50 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:52 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:79 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:81 -msgid "Grupo Principal" +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:117 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:175 +#: app/modules/web/themes/material-blue/views/account/details.inc:50 +#: app/modules/web/themes/material-blue/views/account/details.inc:52 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:79 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:81 +msgid "Main Group" msgstr "Hovedgruppe" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:149 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:145 -#: ../../../config/actions.xml:499 ../../../config/actions.xml:805 -msgid "Buscar Cuenta" +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:149 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:145 +#: app/config/actions.xml:499 app/config/actions.xml:805 +msgid "Search for Account" msgstr "Søg efter konto" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:92 -msgid "Cuentas (H)" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:92 +msgid "Accounts (H)" msgstr "Konti (H)" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:126 -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:100 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:106 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:122 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:190 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:251 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:48 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:55 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:38 -msgid "Fecha" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:126 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:100 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:106 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:122 +#: app/modules/web/themes/material-blue/views/account/account.inc:190 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:251 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:48 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:55 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:38 +msgid "Date" msgstr "Dato" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:108 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:130 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:109 -msgid "Estado" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:108 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:130 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:109 +msgid "Status" msgstr "Status" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:129 -msgid "Modificada" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:129 +msgid "Modified" msgstr "Modifceret" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:130 -msgid "Eliminada" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:130 +msgid "Removed" msgstr "Slettet" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:160 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:161 -#: ../../../config/actions.xml:187 ../../../config/actions.xml:811 -msgid "Restaurar Cuenta" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:160 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:161 +#: app/config/actions.xml:187 app/config/actions.xml:811 +msgid "Account Restore" msgstr "Genskabelse af konto" -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:95 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:362 -msgid "Autorizaciones API" +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:95 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:362 +msgid "API Authorizations" msgstr "API autorisationer" -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:108 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:36 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:38 -msgid "Acción" +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:108 +#: lib/SP/Core/Acl/Acl.php:300 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:38 +msgid "Action" msgstr "Handling" -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:140 -msgid "Buscar Token" +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:140 +msgid "Search for Token" msgstr "Søg efter polet" -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:174 -msgid "Ver token de Autorización" +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:173 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:174 +msgid "View Authorization token" msgstr "Vis autorisationspolet" -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:207 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:208 -msgid "Eliminar Autorización" +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:207 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:208 +msgid "Delete Authorization" msgstr "Slet autorisation" -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:105 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:129 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:108 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:36 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:37 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:61 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:68 -msgid "Descripción" -msgstr "Beskrivelse" - #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:137 -#: ../../../config/actions.xml:325 -msgid "Buscar Categoría" +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:137 +#: app/config/actions.xml:325 +msgid "Search for Category" msgstr "Søg efter kategori" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:187 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:188 -#: ../../../config/actions.xml:319 -msgid "Eliminar Categoría" +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:187 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:188 +#: app/config/actions.xml:319 +msgid "Delete Category" msgstr "Slet kategori" -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:123 -#: ../../../config/strings.js.inc:66 -msgid "SI" +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:123 +#: app/config/strings.js.inc:66 +msgid "YES" msgstr "JA" -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:123 -#: ../../../config/strings.js.inc:67 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:123 +#: app/config/strings.js.inc:67 msgid "NO" msgstr "NEJ" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:140 -#: ../../../config/actions.xml:355 -msgid "Buscar Cliente" +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:140 +#: app/config/actions.xml:355 +msgid "Search for Client" msgstr "Søg efter klient" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:190 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:191 -#: ../../../config/actions.xml:349 -msgid "Eliminar Cliente" +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:190 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:191 +#: app/config/actions.xml:349 +msgid "Delete Client" msgstr "Slet klient" -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:95 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:33 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:346 -msgid "Campos Personalizados" +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:95 +#: app/modules/web/themes/material-blue/views/account/account.inc:33 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:346 +msgid "Custom Fields" msgstr "Brugerdefinerede felter" -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:108 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:49 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:51 -msgid "Módulo" +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:108 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:51 +msgid "Module" msgstr "Modul" -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:109 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:109 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:109 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:127 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:35 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:37 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:23 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:30 -msgid "Tipo" -msgstr "Type" - -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:110 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:120 -msgid "Propiedades" +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:110 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:120 +msgid "Properties" msgstr "Egenskaber" -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:128 -#: ../../../modules/web/themes/material-blue/views/common/aux-customfields.inc:17 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:90 -msgid "Encriptado" -msgstr "Krypteret" - -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:144 -msgid "Buscar Campo" +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:144 +msgid "Search for Field" msgstr "Søg efter felt" -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:194 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:195 -msgid "Eliminar Campo" +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:194 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:195 +msgid "Delete Field" msgstr "Slet felt" #. (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" +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:87 +#: app/modules/web/themes/material-blue/views/eventlog/index.inc:1 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:514 +#: app/config/actions.xml:133 +msgid "Event Log" msgstr "Hændelseslog" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:99 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:97 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:99 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:99 +#: app/modules/web/Controllers/ItemPresetController.php:289 +#: app/modules/web/Controllers/ItemPresetController.php:324 +#: app/modules/web/Controllers/ItemPresetController.php:365 +#: app/modules/web/themes/material-blue/views/account/details.inc:97 +#: app/modules/web/themes/material-blue/views/account/details.inc:99 msgid "ID" msgstr "ID" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:100 -msgid "Fecha / Hora" +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:100 +msgid "Date / Time" msgstr "Dato / Tid" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:101 -msgid "Nivel" +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:101 +msgid "Level" msgstr "Niveau" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:102 -msgid "Evento" +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:102 +msgid "Event" msgstr "Hændelse" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:103 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:117 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:50 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:33 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:103 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:117 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:50 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:33 msgid "Login" msgstr "Login" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:104 -msgid "IP" -msgstr "IP" - -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:165 -msgid "Buscar Evento" +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:165 +#: app/config/actions.xml:139 +msgid "Search for Events" msgstr "Søg efter hændelser" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:181 -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:182 -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:178 -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:179 -msgid "Refrescar" +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:181 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:182 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:178 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:179 +msgid "Refresh" msgstr "Genindlæs" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:199 -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:200 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:199 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:200 #, fuzzy -msgid "Vaciar registro de eventos" +msgid "Clear the event log out" msgstr "Ryd hændelsesloggen" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:94 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:41 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:280 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:150 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:410 -#: ../../../config/actions.xml:19 -msgid "Archivos" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:94 +#: app/modules/web/themes/material-blue/views/account/account.inc:41 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:280 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:150 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:410 +#: app/config/actions.xml:19 +msgid "Files" msgstr "Filer" -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:108 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:25 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:30 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:21 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:23 -msgid "Cuenta" -msgstr "Konto" - -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:110 -msgid "Tamaño" -msgstr "Størrelse" - #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:145 -#: ../../../config/actions.xml:475 -msgid "Buscar Archivo" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:145 +#: app/config/actions.xml:475 +msgid "Search for File" msgstr "Søg efter fil" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:160 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:161 -#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:51 -#: ../../../config/actions.xml:205 ../../../config/actions.xml:451 -msgid "Ver Archivo" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:160 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:161 +#: app/modules/web/themes/material-blue/views/account/files-list.inc:51 +#: app/config/actions.xml:205 app/config/actions.xml:451 +msgid "View File" msgstr "Vis fil" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:178 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:179 -#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:42 -#: ../../../config/actions.xml:217 ../../../config/actions.xml:457 -msgid "Descargar Archivo" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:178 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:179 +#: app/modules/web/themes/material-blue/views/account/files-list.inc:42 +#: app/config/actions.xml:217 app/config/actions.xml:457 +msgid "Download File" msgstr "Download fil" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:198 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:199 -#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:34 -#: ../../../config/actions.xml:223 ../../../config/actions.xml:463 -msgid "Eliminar Archivo" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:198 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:199 +#: app/modules/web/themes/material-blue/views/account/files-list.inc:34 +#: app/config/actions.xml:223 app/config/actions.xml:463 +msgid "Delete File" msgstr "Slet fil" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:97 -msgid "Valores Predeterminados" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:97 +msgid "Preset Values" msgstr "Preset Values" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:111 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:119 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:133 -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:25 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:274 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:277 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:206 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:233 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:48 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:50 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:53 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:146 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:148 -msgid "Grupo" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:111 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:119 +#: app/modules/web/Controllers/UserGroupController.php:238 +#: 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 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:133 +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:25 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:274 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:277 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:206 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:233 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:48 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:50 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:53 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:146 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:148 +msgid "Group" msgstr "Gruppe" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:112 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:118 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:65 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:67 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:70 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:129 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:131 -msgid "Perfil" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:112 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:118 +#: app/modules/web/Controllers/UserProfileController.php:228 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:65 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:67 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:129 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:131 +msgid "Profile" msgstr "Profil" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:113 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:83 -msgid "Prioridad" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:113 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:83 +msgid "Priority" msgstr "Prioritet" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:114 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:120 -msgid "Forzado" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:114 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:120 +msgid "Forced" msgstr "Tvungen" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:148 -#: ../../../config/actions.xml:859 -msgid "Buscar Valor" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:148 +#: app/config/actions.xml:859 +msgid "Search for Value" msgstr "Search for Value" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:163 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:66 -msgid "Valor de Permiso" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:163 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:66 +msgid "Permission Preset" msgstr "Permission Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:164 -msgid "Nuevo Valor de Permiso" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:164 +msgid "New Permission Preset" msgstr "New Permission Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:187 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:86 -msgid "Valor de Cuenta Privada" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:187 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:86 +msgid "Private Account Preset" msgstr "Private Account Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:188 -msgid "Nuevo Valor de Cuenta Privada" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:188 +msgid "New Private Account Preset" msgstr "New Private Account Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:211 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:102 -msgid "Valor de Timeout de Sesión" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:211 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:102 +msgid "Session Timeout Preset" msgstr "Session Timeout Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:212 -msgid "Nuevo Valor de Timeout de Sesión" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:212 +msgid "New Session Timeout Preset" msgstr "New Session Timeout Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:235 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:117 -msgid "Valor de Clave de Cuentas" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:235 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:117 +msgid "Account Password Preset" msgstr "Account Password Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:236 -msgid "Nuevo Valor de Clave de Cuentas" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:236 +msgid "New Account Password Preset" msgstr "New Account Password Preset" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:259 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:260 -#: ../../../modules/web/Controllers/ItemPresetController.php:239 -#: ../../../config/actions.xml:877 -msgid "Editar Valor" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:259 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:260 +#: app/modules/web/Controllers/ItemPresetController.php:239 +#: app/config/actions.xml:877 +msgid "Edit Value" msgstr "Edit Value" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:276 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:277 -#: ../../../config/actions.xml:883 -msgid "Eliminar Valor" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:276 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:277 +#: app/config/actions.xml:883 +msgid "Delete Value" msgstr "Delete Value" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:113 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:106 -#: ../../../modules/web/themes/material-blue/views/notification/index.inc:1 -#: ../../../config/actions.xml:685 -msgid "Notificaciones" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:113 +#: app/modules/web/themes/material-blue/inc/Icons.php:65 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:106 +#: app/modules/web/themes/material-blue/views/notification/index.inc:1 +#: app/config/actions.xml:685 +msgid "Notifications" msgstr "Notifikationer" -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:128 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:35 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:42 -msgid "Componente" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:128 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:35 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:42 +msgid "Component" msgstr "Komponent" -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:150 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:111 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:115 -msgid "Leída" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:150 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:111 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:115 +msgid "Read" msgstr "Læs" -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:151 -msgid "Sólo Admins" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:151 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:107 +msgid "Only Admins" msgstr "Kun administratorer" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:168 -#: ../../../config/actions.xml:847 -msgid "Buscar Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:168 +#: app/config/actions.xml:847 +msgid "Search for Notification" msgstr "Søg efter notifikationer" -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:183 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:184 -#: ../../../modules/web/Controllers/NotificationController.php:194 -msgid "Nueva Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:183 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:184 +#: app/modules/web/Controllers/NotificationController.php:194 +msgid "New Notification" msgstr "Ny notifikation" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:201 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:202 -#: ../../../modules/web/Controllers/NotificationController.php:113 -#: ../../../config/actions.xml:817 -msgid "Ver Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:201 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:202 +#: app/modules/web/Controllers/NotificationController.php:113 +#: app/config/actions.xml:817 +msgid "View Notification" msgstr "Vis notifikation" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:231 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:232 -#: ../../../config/actions.xml:841 -msgid "Marcar Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:231 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:232 +#: app/config/actions.xml:841 +msgid "Checkout Notification" msgstr "Markér" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:249 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:250 -#: ../../../modules/web/Controllers/NotificationController.php:226 -#: ../../../config/actions.xml:829 -msgid "Editar Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:249 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:250 +#: app/modules/web/Controllers/NotificationController.php:226 +#: app/config/actions.xml:829 +msgid "Edit Notification" msgstr "Tilret notifikation" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:266 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:267 -#: ../../../config/actions.xml:835 -msgid "Eliminar Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:266 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:267 +#: app/config/actions.xml:835 +msgid "Delete Notification" msgstr "Slet notifikation" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:96 -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:330 -#: ../../../modules/web/themes/material-blue/views/plugin/index.inc:1 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:96 +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:330 +#: app/modules/web/themes/material-blue/views/plugin/index.inc:1 msgid "Plugins" msgstr "Plugins" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:108 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:108 +#: lib/SP/Plugin/PluginManager.php:194 msgid "Plugin" msgstr "Plugin" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:125 -msgid "No disponible" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:125 +msgid "Unavailable" msgstr "Ikke disponibel" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:141 -#: ../../../config/actions.xml:547 -msgid "Buscar Plugin" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:141 +#: app/config/actions.xml:547 +msgid "Search for Plugin" msgstr "Søg efter plugin" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:156 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:157 -#: ../../../modules/web/Controllers/PluginController.php:136 -#: ../../../config/actions.xml:541 -msgid "Ver Plugin" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:156 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:157 +#: app/modules/web/Controllers/PluginController.php:136 +#: app/config/actions.xml:541 +msgid "View Plugin" msgstr "Vis plugin" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:174 -msgid "Habilitar" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:173 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:174 +msgid "Enable" msgstr "Aktivér" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:192 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:193 -msgid "Deshabilitar" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:192 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:193 +msgid "Disable" msgstr "Deaktivér" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:211 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:212 -msgid "Restablecer Datos" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:211 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:212 +msgid "Reset Data" msgstr "Nulstil data" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:231 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:232 -#: ../../../config/actions.xml:571 -msgid "Eliminar Plugin" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:231 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:232 +#: app/config/actions.xml:571 +msgid "Delete Plugin" msgstr "Delete Plugin" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:96 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:49 -msgid "Enlaces" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:96 +#: app/modules/web/themes/material-blue/views/account/account.inc:49 +msgid "Links" msgstr "Links" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:110 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:49 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:51 -msgid "Fecha Creación" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:110 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:51 +msgid "Creation Date" msgstr "Oprettelsesdato" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:111 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:195 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:57 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:59 -msgid "Fecha Caducidad" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:111 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:195 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:57 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:59 +msgid "Expiry Date " msgstr "Udløbsdato " -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:113 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:36 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:39 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:43 -msgid "Notificar" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:113 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:39 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:43 +msgid "Notify" msgstr "Orientér" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:114 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:14 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:16 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:197 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:73 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:75 -msgid "Visitas" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:114 +#: app/modules/web/themes/material-blue/views/account/details.inc:14 +#: app/modules/web/themes/material-blue/views/account/details.inc:16 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:197 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:73 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:75 +msgid "Visits" msgstr "Besøg" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:149 -msgid "Buscar Enlace" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:149 +msgid "Search for Link" msgstr "Søg efter link" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:164 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:165 -msgid "Nuevo Enlace" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:164 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:165 +msgid "New Link" msgstr "Nyt link" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:182 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:183 -#: ../../../modules/web/Controllers/PublicLinkController.php:357 -msgid "Ver Enlace" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:182 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:183 +#: app/modules/web/Controllers/PublicLinkController.php:357 +msgid "View Link" msgstr "Vis link" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:198 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:199 -msgid "Renovar Enlace" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:198 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:199 +msgid "Renew Link" msgstr "Forny link" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:215 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:216 -msgid "Eliminar Enlace" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:215 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:216 +msgid "Delete Link" msgstr "Slet link" -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:94 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:211 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:213 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:94 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:314 -msgid "Etiquetas" -msgstr "Mærker" - #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:135 -#: ../../../config/actions.xml:529 -msgid "Buscar Etiqueta" +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:135 +#: app/config/actions.xml:529 +msgid "Search for Tag" msgstr "Søg efter mærker" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:150 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:151 -#: ../../../modules/web/Controllers/TagController.php:108 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:226 -#: ../../../config/actions.xml:505 -msgid "Nueva Etiqueta" +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:150 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:151 +#: app/modules/web/Controllers/TagController.php:108 +#: app/modules/web/themes/material-blue/views/account/account.inc:226 +#: app/config/actions.xml:505 +msgid "New Tag" msgstr "Nyt mærke" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:168 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:169 -#: ../../../modules/web/Controllers/TagController.php:168 -#: ../../../config/actions.xml:517 -msgid "Editar Etiqueta" +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:168 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:169 +#: app/modules/web/Controllers/TagController.php:168 app/config/actions.xml:517 +msgid "Edit Tag" msgstr "Tilret mærke" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:185 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:186 -#: ../../../config/actions.xml:523 -msgid "Eliminar Etiqueta" +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:185 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:186 +#: app/config/actions.xml:523 +msgid "Delete Tag" msgstr "Slet mærke" -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:88 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:88 msgid "Tracks" msgstr "Tracks" -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:101 -msgid "Fecha Desbloqueo" +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:101 +msgid "Date Unlocked" msgstr "Date Unlocked" -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:102 -msgid "Origen" +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:102 +msgid "Source" msgstr "Kilde" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:162 -#: ../../../config/actions.xml:895 -msgid "Buscar Track" +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:162 +#: app/config/actions.xml:895 +msgid "Search for track" msgstr "Search for track" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:104 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:77 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:16 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:113 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:12 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:50 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:52 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:56 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:250 +msgid "Users" +msgstr "Brugere" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:156 -#: ../../../config/actions.xml:607 -msgid "Buscar Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:156 +#: app/config/actions.xml:607 +msgid "Search for User" msgstr "Søg efter bruger" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:171 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:172 -#: ../../../modules/web/Controllers/UserController.php:115 -#: ../../../config/actions.xml:583 -msgid "Nuevo Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:171 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:172 +#: app/modules/web/Controllers/UserController.php:115 +#: app/config/actions.xml:583 +msgid "New User" msgstr "Ny bruger" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:189 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:190 -#: ../../../modules/web/Controllers/UserController.php:200 -#: ../../../config/actions.xml:589 -msgid "Editar Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:189 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:190 +#: app/modules/web/Controllers/UserController.php:200 +#: app/config/actions.xml:589 +msgid "Edit User" msgstr "Tilret bruger" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:206 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:207 -#: ../../../config/actions.xml:595 -msgid "Eliminar Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:206 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:207 +#: app/config/actions.xml:595 +msgid "Delete User" msgstr "Slet bruger" -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:223 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:224 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:460 -msgid "Importar usuarios de LDAP" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:223 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:224 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:460 +msgid "Import users from LDAP" msgstr "Importér brugere fra LDAP" -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:241 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:242 -msgid "Ver Detalles de Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:241 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:242 +msgid "View User Details" msgstr "Vis brugerdetaljer" -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:258 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:259 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:63 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:116 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:122 -msgid "Cambiar Clave de Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:258 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:259 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:63 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:116 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:122 +msgid "Change User's Password" msgstr "Skift brugers kodeord" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:95 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:78 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:84 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:162 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:53 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:266 +msgid "Groups" +msgstr "Grupper" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:138 -#: ../../../config/actions.xml:637 -msgid "Buscar Grupo" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:138 +#: app/config/actions.xml:637 +msgid "Search for Group" msgstr "Søg efter gruppe" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:153 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:154 -#: ../../../modules/web/Controllers/UserGroupController.php:117 -#: ../../../config/actions.xml:619 -msgid "Nuevo Grupo" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:153 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:154 +#: app/modules/web/Controllers/UserGroupController.php:117 +#: app/config/actions.xml:619 +msgid "New Group" msgstr "Ny gruppe" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:171 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:172 -#: ../../../modules/web/Controllers/UserGroupController.php:344 -#: ../../../config/actions.xml:613 -msgid "Ver Grupo" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:171 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:172 +#: app/modules/web/Controllers/UserGroupController.php:344 +#: app/config/actions.xml:613 +msgid "View Group" msgstr "Se gruppe" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:188 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:189 -#: ../../../modules/web/Controllers/UserGroupController.php:188 -#: ../../../config/actions.xml:625 -msgid "Editar Grupo" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:188 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:189 +#: app/modules/web/Controllers/UserGroupController.php:188 +#: app/config/actions.xml:625 +msgid "Edit Group" msgstr "Tilret gruppe" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:205 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:206 -#: ../../../config/actions.xml:631 -msgid "Eliminar Grupo" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:205 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:206 +#: app/config/actions.xml:631 +msgid "Delete Group" msgstr "Slet gruppe" -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:95 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:282 -msgid "Perfiles" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:95 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:282 +msgid "Profiles" msgstr "Profiler" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:136 -#: ../../../config/actions.xml:667 -msgid "Buscar Perfil" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:136 +#: app/config/actions.xml:667 +msgid "Search for Profile" msgstr "Søg efter profil" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:151 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:152 -#: ../../../modules/web/Controllers/UserProfileController.php:110 -#: ../../../config/actions.xml:649 -msgid "Nuevo Perfil" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:151 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:152 +#: app/modules/web/Controllers/UserProfileController.php:110 +#: app/config/actions.xml:649 +msgid "New Profile" msgstr "Ny profil" -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:169 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:170 -msgid "Ver Detalles de Perfil" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:169 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:170 +msgid "View Profile Details" msgstr "Vis profildetaljer" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:186 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:187 -#: ../../../modules/web/Controllers/UserProfileController.php:177 -#: ../../../config/actions.xml:655 -msgid "Editar Perfil" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:186 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:187 +#: app/modules/web/Controllers/UserProfileController.php:177 +#: app/config/actions.xml:655 +msgid "Edit Profile" msgstr "Tilret profil" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:203 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:204 -#: ../../../config/actions.xml:661 -msgid "Eliminar Perfil" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:203 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:204 +#: app/config/actions.xml:661 +msgid "Delete Profile" msgstr "Slet profil" -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:261 -msgid "Buscar" +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:261 +#: app/modules/web/themes/material-blue/inc/Icons.php:58 +msgid "Search" msgstr "Søg" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:344 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:24 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:27 -#: ../../../config/actions.xml:691 -msgid "Configuración" +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:344 +#: app/modules/web/themes/material-blue/inc/Icons.php:61 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:24 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:27 +#: app/config/actions.xml:691 +msgid "Configuration" msgstr "Konfiguration" -#: ../../../modules/web/Controllers/InstallController.php:59 -msgid "Módulo no disponible" +#: app/modules/web/Controllers/InstallController.php:59 +msgid "Module unavailable" msgstr "Modulet er ikke tilgængeligt" -#: ../../../modules/web/Controllers/InstallController.php:60 -msgid "Sin este módulo la aplicación puede no funcionar correctamente." +#: app/modules/web/Controllers/InstallController.php:60 +msgid "Without this module the application could not run correctly" msgstr "Uden dette modul vil applikationen ikke fungere ordentligt" +#: app/modules/web/Controllers/InstallController.php:89 +msgid "Installation finished" +msgstr "Installation færdig" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ItemPresetController.php:73 -#: ../../../config/actions.xml:865 -msgid "Ver Valor" +#: app/modules/web/Controllers/ItemPresetController.php:73 +#: app/config/actions.xml:865 +msgid "Display Value" msgstr "Display Value" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ItemPresetController.php:207 -#: ../../../config/actions.xml:871 -msgid "Nuevo Valor" +#: app/modules/web/Controllers/ItemPresetController.php:207 +#: app/config/actions.xml:871 +msgid "New Value" msgstr "New Value" -#: ../../../modules/web/Controllers/ItemsController.php:130 -msgid "No hay no hay notificaciones pendientes" +#: app/modules/web/Controllers/ItemPresetController.php:277 +#: app/modules/web/Controllers/ItemPresetController.php:280 +msgid "Values deleted" +msgstr "Values deleted" + +#: app/modules/web/Controllers/ItemPresetController.php:288 +#: app/modules/web/Controllers/ItemPresetController.php:292 +msgid "Value deleted" +msgstr "Value deleted" + +#: app/modules/web/Controllers/ItemPresetController.php:322 +#: app/modules/web/Controllers/ItemPresetController.php:327 +msgid "Value created" +msgstr "Value created" + +#: app/modules/web/Controllers/ItemPresetController.php:363 +#: app/modules/web/Controllers/ItemPresetController.php:368 +msgid "Value updated" +msgstr "Value updated" + +#: app/modules/web/Controllers/ItemsController.php:130 +msgid "There aren't any pending notifications" msgstr "Der findes ingen afventende notifikationer" -#: ../../../modules/web/Controllers/ItemsController.php:131 +#: app/modules/web/Controllers/ItemsController.php:131 #, php-format -msgid "Hay notificaciones pendientes: %d" +msgid "There are pending notifications: %d" msgstr "There are pending notifications: %d" -#: ../../../modules/web/Controllers/PublicLinkController.php:114 -msgid "Nuevo Enlace Público" +#: app/modules/web/Controllers/LoginController.php:121 +msgid "Logout session" +msgstr "Afslut session" + +#: app/modules/web/Controllers/LoginController.php:123 +msgid "Inactive time" +msgstr "Inaktiv tid" + +#: app/modules/web/Controllers/LoginController.php:124 +msgid "Total time" +msgstr "Total tid" + +#: app/modules/web/Controllers/NotificationController.php:268 +#: app/modules/web/Controllers/NotificationController.php:271 +msgid "Notifications deleted" +msgstr "Notifikationer slettet" + +#: app/modules/web/Controllers/NotificationController.php:283 +#: app/modules/web/Controllers/NotificationController.php:287 +msgid "Notification deleted" +msgstr "Notifikation slettet" + +#: app/modules/web/Controllers/NotificationController.php:284 +#: app/modules/web/Controllers/NotificationController.php:317 +#: lib/SP/Providers/Notification/NotificationHandler.php:155 +msgid "Notification" +msgstr "Notifikation" + +#: app/modules/web/Controllers/NotificationController.php:316 +#: app/modules/web/Controllers/NotificationController.php:320 +msgid "Notification read" +msgstr "Notifikation læst" + +#: app/modules/web/Controllers/NotificationController.php:348 +#: app/modules/web/Controllers/NotificationController.php:351 +msgid "Notification created" +msgstr "Notifikation oprettet" + +#: app/modules/web/Controllers/NotificationController.php:383 +#: app/modules/web/Controllers/NotificationController.php:386 +msgid "Notification updated" +msgstr "Notifikation opdateret" + +#: app/modules/web/Controllers/PluginController.php:199 +#: app/modules/web/Controllers/PluginController.php:202 +msgid "Plugin enabled" +msgstr "Plugin aktiveret" + +#: app/modules/web/Controllers/PluginController.php:226 +#: app/modules/web/Controllers/PluginController.php:229 +#: lib/SP/Plugin/PluginManager.php:219 lib/SP/Plugin/PluginManager.php:339 +msgid "Plugin disabled" +msgstr "Plugin deaktiveret" + +#: app/modules/web/Controllers/PluginController.php:253 +#: app/modules/web/Controllers/PluginController.php:256 +msgid "Plugin reset" +msgstr "Plugin nulstillet" + +#: app/modules/web/Controllers/PluginController.php:285 +msgid "Plugins deleted" +msgstr "Plugins deleted" + +#: app/modules/web/Controllers/PluginController.php:291 +msgid "Plugin deleted" +msgstr "Plugin deleted" + +#: app/modules/web/Controllers/PublicLinkController.php:114 +msgid "New Public Link" msgstr "Nyt offentligt link" -#: ../../../modules/web/Controllers/PublicLinkController.php:204 -msgid "Editar Enlace Público" +#: app/modules/web/Controllers/PublicLinkController.php:180 +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:89 +msgid "Link updated" +msgstr "Link opdateret" + +#: app/modules/web/Controllers/PublicLinkController.php:204 +msgid "Edit Public Link" msgstr "Tilret offentligt link" +#: app/modules/web/Controllers/PublicLinkController.php:243 +#: app/modules/web/Controllers/PublicLinkController.php:246 +msgid "Links deleted" +msgstr "Links slettet" + +#: app/modules/web/Controllers/PublicLinkController.php:254 +#: app/modules/web/Controllers/PublicLinkController.php:258 +msgid "Link deleted" +msgstr "Link slettet" + +#. (itstool) path: strings/text +#: app/modules/web/Controllers/PublicLinkController.php:255 +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:90 app/config/strings.xml:9 +msgid "Link" +msgstr "Link" + +#: app/modules/web/Controllers/PublicLinkController.php:286 +#: app/modules/web/Controllers/PublicLinkController.php:323 +msgid "Link created" +msgstr "Link oprettet" + +#: app/modules/web/Controllers/StatusController.php:93 +msgid "Version unavailable" +msgstr "Version ikke tilgængelig" + +#: app/modules/web/Controllers/StatusController.php:140 +msgid "Notifications not available" +msgstr "Notifikationer ikke tilgængelige" + +#: app/modules/web/Controllers/TagController.php:207 +msgid "Tags deleted" +msgstr "Mærker slettet" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/TagController.php:302 -#: ../../../config/actions.xml:511 -msgid "Ver Etiqueta" +#: app/modules/web/Controllers/TagController.php:302 app/config/actions.xml:511 +msgid "View Tag" msgstr "Vis mærke" +#: app/modules/web/Controllers/TrackController.php:114 +msgid "Track unlocked" +msgstr "Track unlocked" + +#: app/modules/web/Controllers/TrackController.php:140 +msgid "Tracks cleared out" +msgstr "Tracks cleared out" + +#: app/modules/web/Controllers/Traits/ConfigTrait.php:68 +msgid "Configuration updated" +msgstr "Konfiguration opdateret" + +#: app/modules/web/Controllers/Traits/ConfigTrait.php:72 +msgid "Error while saving the configuration" +msgstr "Fejl under lagring af konfigurationen" + +#: app/modules/web/Controllers/Traits/ItemTrait.php:122 +#: app/modules/web/Controllers/Traits/ItemTrait.php:177 +#: lib/SP/Core/Crypt/OldCrypt.php:176 lib/SP/Core/Crypt/OldCrypt.php:188 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:59 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:154 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:244 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:334 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:389 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:417 +#: lib/SP/Services/Account/AccountService.php:227 +#: lib/SP/Services/Account/AccountService.php:232 +#: lib/SP/Services/Api/ApiService.php:129 +#: lib/SP/Services/Api/ApiService.php:229 +#: lib/SP/Services/Api/ApiService.php:237 +#: lib/SP/Services/Auth/LoginService.php:190 +#: lib/SP/Services/Auth/LoginService.php:354 +#: lib/SP/Services/Auth/LoginService.php:504 +#: lib/SP/Services/Auth/LoginService.php:509 +#: lib/SP/Services/Auth/LoginService.php:541 +#: lib/SP/Services/Auth/LoginService.php:648 +#: lib/SP/Services/AuthToken/AuthTokenService.php:311 +#: 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:232 +msgid "Internal error" +msgstr "Intern fejl" + +#: app/modules/web/Controllers/Traits/ItemTrait.php:173 +msgid "Error while updating custom field's data" +msgstr "Fejl under opdatering af data i det brugerdefinerede felt" + +#: app/modules/web/Controllers/UpgradeController.php:67 +msgid "The updating need to be confirmed" +msgstr "Opdateringen skal bekræftes" + +#: app/modules/web/Controllers/UpgradeController.php:71 +msgid "Wrong security code" +msgstr "Forkert sikkerhedskode" + +#: app/modules/web/Controllers/UpgradeController.php:92 +#: app/modules/web/themes/material-blue/views/login/index.inc:88 +msgid "Application successfully updated" +msgstr "Applikationen er korrekt opdateret" + +#: app/modules/web/Controllers/UpgradeController.php:92 +msgid "You will be redirected to log in within 5 seconds" +msgstr "Du vil blive omdirigeret til login indenfor 5 sekunder" + +#: app/modules/web/Controllers/UserController.php:235 +#: app/modules/web/Controllers/UserController.php:356 +#: app/modules/web/Controllers/UserPassResetController.php:107 +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:65 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:238 +msgid "Password Change" +msgstr "Ændring af kodeord" + +#: app/modules/web/Controllers/UserController.php:275 +#: app/modules/web/Controllers/UserController.php:278 +msgid "Users deleted" +msgstr "Brugere slettet" + +#: app/modules/web/Controllers/UserController.php:286 +#: app/modules/web/Controllers/UserController.php:290 +msgid "User deleted" +msgstr "Bruger slettet" + +#: app/modules/web/Controllers/UserController.php:322 +#: app/modules/web/Controllers/UserController.php:328 +msgid "User added" +msgstr "Bruger tilføjet" + +#: app/modules/web/Controllers/UserController.php:387 +#: app/modules/web/Controllers/UserController.php:393 +msgid "User updated" +msgstr "Bruger opdateret" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/UserController.php:458 -#: ../../../config/actions.xml:577 -msgid "Ver Usuario" +#: app/modules/web/Controllers/UserController.php:458 +#: app/config/actions.xml:577 +msgid "View User" msgstr "Se bruger" +#: app/modules/web/Controllers/UserGroupController.php:226 +#: app/modules/web/Controllers/UserGroupController.php:229 +msgid "Groups deleted" +msgstr "Grupper slettet" + +#: app/modules/web/Controllers/UserPassResetController.php:92 +msgid "Wrong data" +msgstr "Forkerte data" + +#: app/modules/web/Controllers/UserPassResetController.php:96 +msgid "Unable to reset the password" +msgstr "Kan ikke nulstille kodeordet" + +#: app/modules/web/Controllers/UserPassResetController.php:103 +msgid "Password Recovery" +msgstr "Genskabelse af kodeord" + +#: app/modules/web/Controllers/UserPassResetController.php:104 +msgid "Requested for" +msgstr "Efterspørges af" + +#: app/modules/web/Controllers/UserPassResetController.php:109 +msgid "Request sent" +msgstr "Anmodning afsendt" + +#: app/modules/web/Controllers/UserPassResetController.php:109 +msgid "You will receive an email to complete the request shortly." +msgstr "Du vil snart modtage en e-mail for at gennemføre anmodningen" + +#: app/modules/web/Controllers/UserPassResetController.php:126 +#: lib/SP/Services/Api/ApiService.php:96 +#: lib/SP/Services/Auth/LoginService.php:138 +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:103 +msgid "Attempts exceeded" +msgstr "Maks. antal forsøg overskredet" + +#: app/modules/web/Controllers/UserPassResetController.php:179 +#: app/modules/web/Forms/AuthTokenForm.php:101 +#: app/modules/web/Forms/UserForm.php:157 +msgid "Password cannot be blank" +msgstr "Kodeordet må ikke være tomt" + +#: app/modules/web/Controllers/UserProfileController.php:215 +#: app/modules/web/Controllers/UserProfileController.php:218 +msgid "Profiles deleted" +msgstr "Profiler slettet" + +#: app/modules/web/Controllers/UserProfileController.php:227 +#: app/modules/web/Controllers/UserProfileController.php:231 +msgid "Profile deleted" +msgstr "Profil slettet" + +#: app/modules/web/Controllers/UserProfileController.php:262 +msgid "Profile added" +msgstr "Profil tilføjet" + +#: app/modules/web/Controllers/UserProfileController.php:300 +msgid "Profile updated" +msgstr "Profil opdateret" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/UserProfileController.php:326 -#: ../../../config/actions.xml:643 -msgid "Ver Perfil" +#: app/modules/web/Controllers/UserProfileController.php:326 +#: app/config/actions.xml:643 +msgid "View Profile" msgstr "Se profil" -#: ../../../modules/web/Controllers/UserSettingsManagerController.php:87 -msgid "Preferencias" +#: app/modules/web/Controllers/UserSettingsGeneralController.php:74 +msgid "Preferences updated" +msgstr "Foretrukne indstillinger opdaterede" + +#: app/modules/web/Controllers/UserSettingsManagerController.php:87 +msgid "Preferences" msgstr "Præferencer" -#: ../../../config/strings.js.inc:26 -msgid "Error en la consulta" +#: app/modules/web/Forms/AccountForm.php:131 +msgid "A key is needed" +msgstr "En er påkrævet" + +#: app/modules/web/Forms/AccountForm.php:171 +msgid "An account name needed" +msgstr "Et kontonavn er påkrævet" + +#: app/modules/web/Forms/AccountForm.php:175 +#: app/modules/web/Forms/ClientForm.php:84 +msgid "A client name needed" +msgstr "Et klientnavn er påkrævet" + +#: app/modules/web/Forms/AccountForm.php:179 +msgid "A category is needed" +msgstr "En kategori er påkrævet" + +#: app/modules/web/Forms/AuthTokenForm.php:91 +msgid "User not set" +msgstr "Bruger ikke valgt" + +#: app/modules/web/Forms/AuthTokenForm.php:95 +msgid "Action not set" +msgstr "Handling ikke valgt" + +#: app/modules/web/Forms/CategoryForm.php:83 +msgid "A category name needed" +msgstr "Et kategorinavn er påkrævet" + +#: app/modules/web/Forms/CustomFieldDefForm.php:87 +msgid "Field name not set" +msgstr "Feltnavn ikke angivet" + +#: app/modules/web/Forms/CustomFieldDefForm.php:91 +msgid "Field type not set" +msgstr "Felttype ikke angivet" + +#: app/modules/web/Forms/CustomFieldDefForm.php:95 +msgid "Field module not set" +msgstr "Feltmodul ikke angivet" + +#: app/modules/web/Forms/ItemsPresetForm.php:116 +msgid "Value type not set or incorrect" +msgstr "Value type not set or incorrect" + +#: app/modules/web/Forms/ItemsPresetForm.php:133 +msgid "There aren't any defined permissions" +msgstr "Der findes ingen definerede rettigheder" + +#: app/modules/web/Forms/ItemsPresetForm.php:182 +msgid "Invalid regular expression" +msgstr "Invalid regular expression" + +#: app/modules/web/Forms/ItemsPresetForm.php:208 +msgid "An element of type user, group or profile need to be set" +msgstr "Et element af typen bruger, gruppe eller profil skal angives" + +#: app/modules/web/Forms/NotificationForm.php:98 +msgid "A component is needed" +msgstr "En komponent mangler" + +#: app/modules/web/Forms/NotificationForm.php:102 +msgid "A type is needed" +msgstr "En type er påkrævet" + +#: app/modules/web/Forms/NotificationForm.php:112 +msgid "A target is needed" +msgstr "Et mål er påkrævet" + +#: app/modules/web/Forms/PublicLinkForm.php:85 +msgid "An account is needed" +msgstr "En konto er påkrævet" + +#: app/modules/web/Forms/TagForm.php:82 +msgid "A tag name is needed" +msgstr "Et mærkenavn er påkrævet" + +#: app/modules/web/Forms/UserForm.php:111 +#, fuzzy +msgid "An username is needed" +msgstr "Et brugernavn er påkrævet" + +#: app/modules/web/Forms/UserForm.php:115 +msgid "A login is needed" +msgstr "Et login er påkrævet" + +#: app/modules/web/Forms/UserForm.php:119 +msgid "A profile is needed" +msgstr "En profil er påkrævet" + +#: app/modules/web/Forms/UserForm.php:123 +msgid "A group is needed" +msgstr "En gruppe er påkrævet" + +#: app/modules/web/Forms/UserForm.php:127 +msgid "An email is needed" +msgstr "En e-mailadresse er påkrævet" + +#: app/modules/web/Forms/UserForm.php:179 +msgid "Unable to delete, user in use" +msgstr "Brugeren er aktiv og kan ikke slettes" + +#: app/modules/web/Forms/UserGroupForm.php:84 +msgid "A group name is needed" +msgstr "Et gruppenavn er påkrævet" + +#: app/modules/web/Forms/UserProfileForm.php:116 +msgid "A profile name is needed" +msgstr "Et profilnavn er påkrævet" + +#: app/modules/web/themes/material-blue/inc/Icons.php:32 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:36 +msgid "Add" +msgstr "Tilføj" + +#: app/modules/web/themes/material-blue/inc/Icons.php:33 +msgid "View Details" +msgstr "Vis detaljer" + +#: app/modules/web/themes/material-blue/inc/Icons.php:35 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:64 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:68 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:132 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:136 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:148 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:198 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:46 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:87 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:102 +msgid "Edit" +msgstr "Tilret" + +#: app/modules/web/themes/material-blue/inc/Icons.php:36 +#: app/modules/web/themes/material-blue/inc/Icons.php:66 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:134 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:155 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:184 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:206 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:134 +msgid "Delete" +msgstr "Slet" + +#: app/modules/web/themes/material-blue/inc/Icons.php:37 +msgid "Change Password" +msgstr "Skift kodeord" + +#: app/modules/web/themes/material-blue/inc/Icons.php:38 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:200 +msgid "Application Admin" +msgstr "Applikationsadministrator" + +#: app/modules/web/themes/material-blue/inc/Icons.php:39 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:218 +msgid "Accounts Admin" +msgstr "Kontoadministrator" + +#: app/modules/web/themes/material-blue/inc/Icons.php:40 +msgid "LDAP User" +msgstr "LDAP-bruger" + +#: app/modules/web/themes/material-blue/inc/Icons.php:41 +#: app/modules/web/themes/material-blue/views/config/mail.inc:138 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:257 +msgid "Disabled" +msgstr "Deaktiveret" + +#: app/modules/web/themes/material-blue/inc/Icons.php:42 +msgid "Enabled" +msgstr "Aktiveret" + +#: app/modules/web/themes/material-blue/inc/Icons.php:43 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:184 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:49 +msgid "Update" +msgstr "Opdater" + +#: app/modules/web/themes/material-blue/inc/Icons.php:44 +msgid "Copy" +msgstr "Kopiér" + +#: app/modules/web/themes/material-blue/inc/Icons.php:46 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:84 +msgid "Email" +msgstr "E-mail" + +#: app/modules/web/themes/material-blue/inc/Icons.php:50 +msgid "Restore" +msgstr "Genskab" + +#: app/modules/web/themes/material-blue/inc/Icons.php:52 +#: app/config/strings.js.inc:79 +msgid "Help" +msgstr "Hjælp" + +#: app/modules/web/themes/material-blue/inc/Icons.php:53 +msgid "Clear" +msgstr "Ryd" + +#: app/modules/web/themes/material-blue/inc/Icons.php:54 +msgid "Perform" +msgstr "Udfør" + +#: app/modules/web/themes/material-blue/inc/Icons.php:55 +msgid "Download" +msgstr "Download" + +#: app/modules/web/themes/material-blue/inc/Icons.php:56 +#: app/config/strings.js.inc:85 +msgid "Warning" +msgstr "Advarsel" + +#: app/modules/web/themes/material-blue/inc/Icons.php:57 +msgid "Check" +msgstr "Kontrollér" + +#: app/modules/web/themes/material-blue/inc/Icons.php:64 +msgid "Critical" +msgstr "Kritisk" + +#: app/modules/web/themes/material-blue/inc/Icons.php:67 +msgid "Previous page" +msgstr "Foregående side" + +#: app/modules/web/themes/material-blue/inc/Icons.php:68 +msgid "Next page" +msgstr "Næste side" + +#: app/modules/web/themes/material-blue/inc/Icons.php:69 +msgid "First page" +msgstr "Første side" + +#: app/modules/web/themes/material-blue/inc/Icons.php:70 +msgid "Last page" +msgstr "Sidste side" + +#: lib/SP/Bootstrap.php:278 +#, php-format +msgid "Required PHP version >= %s <= %s" +msgstr "Påkrævet PHP version >= %s <= %s" + +#: lib/SP/Bootstrap.php:280 +msgid "Please update the PHP version to run sysPass" +msgstr "Opdater venligst din PHP version for at køre sysPass" + +#: lib/SP/Config/ConfigUtil.php:94 +#, fuzzy +msgid "\"/config\" directory does not exist." +msgstr "\"/config\" -mappen findes ikke" + +#: lib/SP/Config/ConfigUtil.php:100 +#, fuzzy +msgid "Unable to write into \"/config\" directory" +msgstr "Kan ikke skrive i \"/config\" -mappen" + +#: lib/SP/Config/ConfigUtil.php:109 +#, fuzzy +msgid "\"/config\" directory permissions are wrong" +msgstr "Rettighederne på \"/config\" -mappen er forkerte" + +#: lib/SP/Config/ConfigUtil.php:111 +#, php-format +msgid "Current: %s - Needed: 750" +msgstr "Nuværende: %s -Påkrævet: 750" + +#: lib/SP/Core/Acl/Acl.php:294 lib/SP/Services/Auth/LoginService.php:604 +msgid "N/A" +msgstr "Ej tilgængelig" + +#: lib/SP/Core/Acl/Acl.php:299 +msgid "Access denied" +msgstr "Adgang nægtet" + +#: lib/SP/Core/Acl/Actions.php:176 +msgid "Action not found" +msgstr "Handling ikke fundet" + +#: lib/SP/Core/Acl/UnauthorizedPageException.php:45 +#: lib/SP/Util/ErrorUtil.php:156 +msgid "You don't have permission to access this page" +msgstr "Du har ikke adgang til denne side" + +#: lib/SP/Core/Context/ContextBase.php:73 +msgid "Unable to change password value" +msgstr "Kan ikke ændre kodeordsværdien" + +#: lib/SP/Core/Context/ContextBase.php:103 +#: lib/SP/Core/Context/ContextBase.php:126 +msgid "Context already initialized" +msgstr "Kontekst allerede initialiseret" + +#: lib/SP/Core/Context/ContextBase.php:109 +msgid "Invalid context" +msgstr "Ugyldig kontekst" + +#: lib/SP/Core/Context/ContextBase.php:154 +msgid "Context not initialized" +msgstr "Kontekst ikke initialiseret" + +#: lib/SP/Core/Context/SessionContext.php:547 +msgid "Session cannot be initialized" +msgstr "Sessionen kan ikke initialiseres" + +#: lib/SP/Core/Crypt/OldCrypt.php:178 +msgid "Crypto module cannot be loaded" +msgstr "Krypto-modulet kan ikke indlæses" + +#: lib/SP/Core/Crypt/OldCrypt.php:190 +msgid "Error while creating the encrypted data" +msgstr "Fejl under oprettelsen af de krypterede data" + +#: lib/SP/Core/Events/Event.php:57 +msgid "An object is needed" +msgstr "Et objekt er påkrævet" + +#: lib/SP/Core/Events/EventDispatcherBase.php:85 +msgid "Observer not initialized" +msgstr "Observatør ikke initialiseret" + +#: lib/SP/Core/UI/Theme.php:185 +msgid "Invalid icons class" +msgstr "Ugyldig ikonklasse" + +#: lib/SP/Html/DataGrid/DataGridBase.php:302 lib/SP/Mvc/View/Template.php:126 +#, fuzzy, php-format +msgid "Unable to retrieve \"%s\" template: %s" +msgstr "Kan ikke indlæse \"%s\" skabelonen: %s" + +#: 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 "Invalid IP" +msgstr "Ugyldig IP-adresse" + +#: lib/SP/Http/Json.php:180 +msgid "Encoding error" +msgstr "Krypteringsfejl" + +#: lib/SP/Http/XMLRPCResponseParse.php:69 +msgid "Invalid XML-RPC response" +msgstr "Ugyldigt XML-RPC-svar" + +#: lib/SP/Mvc/Controller/ControllerTrait.php:70 +msgid "Session not started or timed out" +msgstr "Sessionen er ikke startet eller den er udløbet" + +#: lib/SP/Mvc/Controller/ControllerTrait.php:115 +#: lib/SP/Mvc/Controller/ControllerTrait.php:124 +msgid "Invalid Action" +msgstr "Ugyldig handling" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:71 +#, php-format +msgid "Password needs to be %d characters long" +msgstr "Password needs to be %d characters long" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:77 +msgid "Password does not contain the required characters" +msgstr "Password does not contain the required characters" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:82 +msgid "Password needs to contain letters" +msgstr "Password needs to contain letters" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:86 +msgid "Password needs to contain lower case letters" +msgstr "Password needs to contain lower case letters" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:90 +msgid "Password needs to contain upper case letters" +msgstr "Password needs to contain upper case letters" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:95 +msgid "Password needs to contain numbers" +msgstr "Password needs to contain numbers" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:99 +msgid "Password needs to contain symbols" +msgstr "Password needs to contain symbols" + +#: lib/SP/Mvc/Model/QueryCondition.php:71 +msgid "Invalid filter type" +msgstr "Ugyldig filtertype" + +#: lib/SP/Mvc/View/Components/SelectItemAdapter.php:95 +#: lib/SP/Mvc/View/Components/SelectItemAdapter.php:157 +msgid "Wrong object type" +msgstr "Forkert objekttype" + +#: lib/SP/Mvc/View/Template.php:301 lib/SP/Mvc/View/Template.php:365 +#, fuzzy, php-format +msgid "Unable to retrieve \"%s\" variable" +msgstr "Kan ikke indlæse \"%s\" variablen" + +#: lib/SP/Mvc/View/Template.php:334 +#, fuzzy, php-format +msgid "Unable to unset \"%s\" variable" +msgstr "Kan ikke nulstille \"%s\" variablen" + +#: lib/SP/Mvc/View/Template.php:355 +msgid "Template does not contain files" +msgstr "Skabelonen indeholder ingen filer" + +#: lib/SP/Plugin/PluginManager.php:170 +#, php-format +msgid "Plugin version not compatible (%s)" +msgstr "Plugin version not compatible (%s)" + +#: lib/SP/Plugin/PluginManager.php:192 +#, php-format +msgid "Unable to load the \"%s\" plugin" +msgstr "Kan ikke aktivere \"%s\" -plugin" + +#: lib/SP/Plugin/PluginManager.php:254 +msgid "Plugin available" +msgstr "Plugin available" + +#: lib/SP/Plugin/PluginManager.php:264 +msgid "Plugin unavailable" +msgstr "Plugin unavailable" + +#: lib/SP/Plugin/PluginManager.php:294 +msgid "Plugin loaded" +msgstr "Plugin loaded" + +#. (itstool) path: action/text +#: lib/SP/Plugin/PluginManager.php:319 app/config/actions.xml:535 +msgid "New Plugin" +msgstr "Ny plugin" + +#: lib/SP/Providers/Auth/AuthProvider.php:208 +msgid "Method unavailable" +msgstr "Metoden er ikke tilgængelig" + +#: lib/SP/Providers/Auth/AuthProvider.php:212 +msgid "Method already initialized" +msgstr "Metoden er allerede initialiseret" + +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:119 +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:126 +msgid "Error while searching the group RDN" +msgstr "Fejl under søgning i gruppen RDN" + +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:205 +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:210 +msgid "Error while searching the user on LDAP" +msgstr "Fejl under søgning efter brugeren i LDAP" + +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:259 +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:265 +msgid "Error while searching objects in base DN" +msgstr "Fejl under søgnig efter objekter i 'base DN'" + +#: 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 +#, fuzzy +msgid "Unable to connect to LDAP server" +msgstr "Kan ikke forbinde til LDAP-serveren" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:142 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:189 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:70 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:39 +#: app/modules/web/themes/material-blue/views/config/info.inc:75 +#: app/modules/web/themes/material-blue/views/config/info.inc:78 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:94 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:119 +#: app/modules/web/themes/material-blue/views/config/mail.inc:59 +#: app/modules/web/themes/material-blue/views/config/mail.inc:66 +msgid "Server" +msgstr "Server" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:169 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:171 +#, fuzzy +msgid "LDAP parameters are not set" +msgstr "LDAP-parametrene er ikke angivet" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:231 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:237 +msgid "Connection error (BIND)" +msgstr "Forbindelsesfejl (BIND)" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:301 +msgid "Error while disconnecting from LDAP server" +msgstr "Error while disconnecting from LDAP server" + +#: 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 "User in group verified" +msgstr "Bruger verificeret som tilhørende gruppen" + +#: lib/SP/Providers/Auth/Ldap/LdapMsAds.php:144 +#: lib/SP/Providers/Auth/Ldap/LdapStd.php:141 +#, fuzzy +msgid "User does not belong to the group" +msgstr "Brugeren tilhører ikke gruppen" + +#: lib/SP/Providers/Mail/MailHandler.php:124 +#, php-format +msgid "Performed by: %s (%s)" +msgstr "Udført af: %s (%s)" + +#: lib/SP/Providers/Mail/MailHandler.php:125 +#, php-format +msgid "IP Address: %s" +msgstr "IP-adresse: %s" + +#: lib/SP/Providers/Mail/MailProvider.php:91 +msgid "Unable to initialize" +msgstr "Kan ikke initialisere" + +#: lib/SP/Repositories/Account/AccountFileRepository.php:77 +msgid "Error while saving file" +msgstr "Fejl under lagring af filen" + +#: lib/SP/Repositories/Account/AccountFileRepository.php:279 +msgid "Error while deleting the file" +msgstr "Fejl under sletning af fil" + +#: lib/SP/Repositories/Account/AccountFileRepository.php:302 +#: lib/SP/Services/Account/AccountFileService.php:145 +msgid "Error while deleting the files" +msgstr "Fejl under sletning af filerne" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:143 +msgid "Error while updating history" +msgstr "Fejl under opdatering af historik" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:162 +#: lib/SP/Repositories/Account/AccountRepository.php:321 +#: lib/SP/Services/Account/AccountHistoryService.php:192 +msgid "Error while deleting the account" +msgstr "Fejl i sletning af kontoen" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:292 +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:315 +#: lib/SP/Repositories/Account/AccountRepository.php:501 +#: lib/SP/Services/Account/AccountService.php:616 +msgid "Error while deleting the accounts" +msgstr "Fejl under sletning af konti" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:436 +#: lib/SP/Repositories/Account/AccountRepository.php:235 +#: lib/SP/Repositories/Account/AccountRepository.php:260 +#: lib/SP/Repositories/User/UserRepository.php:165 +#: lib/SP/Services/Account/AccountHistoryService.php:233 +#: lib/SP/Services/User/UserService.php:331 +msgid "Error while updating the password" +msgstr "" + +#: lib/SP/Repositories/Account/AccountRepository.php:200 +msgid "Error while creating the account" +msgstr "Fejl i oprettelsen af kontoen" + +#: lib/SP/Repositories/Account/AccountRepository.php:301 +#: lib/SP/Services/Account/AccountService.php:582 +msgid "Error on restoring the account" +msgstr "Fejl i genskabelse af kontoen" + +#: lib/SP/Repositories/Account/AccountRepository.php:382 +#: lib/SP/Repositories/Account/AccountRepository.php:431 +msgid "Error while updating the account" +msgstr "Fejl i opdateringen af kontoen" + +#: lib/SP/Repositories/Account/AccountRepository.php:451 +#: lib/SP/Repositories/Account/AccountRepository.php:623 +#: lib/SP/Services/Account/AccountHistoryService.php:75 +#, fuzzy +msgid "Error while retrieving account's data" +msgstr "Fejl under indlæsning af kontodata" + +#: lib/SP/Repositories/Account/AccountToFavoriteRepository.php:71 +msgid "Error while adding favorite" +msgstr "Fejl under tilføjelse af foretrukken" + +#: lib/SP/Repositories/Account/AccountToFavoriteRepository.php:91 +msgid "Error while deleting favorite" +msgstr "Fejl under sletning af foretrukken" + +#: lib/SP/Repositories/Account/AccountToTagRepository.php:94 +msgid "Error while removing the account's tags" +msgstr "Fejl under sletning af kontoens mærker" + +#: lib/SP/Repositories/Account/AccountToTagRepository.php:115 +msgid "Error while adding the account's tags" +msgstr "Fejl under tilføjelse af mærker til kontoen" + +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:106 +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:139 +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:191 +msgid "Error while deleting the account's groups" +msgstr "Fejl under sletning af kontoens grupper" + +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:164 +msgid "Error while updating the secondary groups" +msgstr "Fejl under opdatering af sekundære grupper" + +#: lib/SP/Repositories/Account/AccountToUserRepository.php:76 +#: lib/SP/Repositories/Account/AccountToUserRepository.php:132 +msgid "Error while deleting the account users" +msgstr "Fejl under sletning af kontoens brugere" + +#: lib/SP/Repositories/Account/AccountToUserRepository.php:103 +msgid "Error while updating the account users" +msgstr "Fejl under opdatering af kontoens brugere" + +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:221 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:309 +msgid "The authorization already exist" +msgstr "Autorisationen er allerede i brug" + +#: lib/SP/Repositories/Category/CategoryRepository.php:58 +msgid "Duplicated category" +msgstr "Kategorien findes allerede" + +#: lib/SP/Repositories/Category/CategoryRepository.php:68 +msgid "Error while creating the category" +msgstr "Fejl under oprettelsen af kategorien" + +#: lib/SP/Repositories/Category/CategoryRepository.php:107 +msgid "Duplicated category name" +msgstr "Kategorinavn er allerede i brug" + +#: lib/SP/Repositories/Category/CategoryRepository.php:125 +msgid "Error while updating the category" +msgstr "Fejl under opdatering af kategorien" + +#: lib/SP/Repositories/Category/CategoryRepository.php:253 +msgid "Error while deleting the categories" +msgstr "Fejl under sletning af kategorierne" + +#: lib/SP/Repositories/Category/CategoryRepository.php:275 +msgid "Error while deleting the category" +msgstr "Fejl under sletning af kategorien" + +#: lib/SP/Repositories/Client/ClientRepository.php:62 +#: lib/SP/Repositories/Client/ClientRepository.php:116 +msgid "Duplicated client" +msgstr "Duplikeret klient" + +#: lib/SP/Repositories/Client/ClientRepository.php:80 +msgid "Error while creating the client" +msgstr "Fejl under oprettelsen af klienten" + +#: lib/SP/Repositories/Client/ClientRepository.php:136 +msgid "Error while updating the client" +msgstr "Fejl under opdateringen af klienten" + +#: lib/SP/Repositories/Client/ClientRepository.php:264 +#: lib/SP/Services/Client/ClientService.php:127 +msgid "Error while deleting the clients" +msgstr "Fejl under sletning af klienterne" + +#: lib/SP/Repositories/Client/ClientRepository.php:283 +msgid "Error while deleting the client" +msgstr "Fejl under sletningen af klienten" + +#: lib/SP/Repositories/Client/ClientRepository.php:345 +msgid "Wrong filter" +msgstr "Forkert filter" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:75 +msgid "Error while creating the custom field" +msgstr "Fejl under oprettelsen af brugerdefineret felt" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:118 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:165 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:193 +msgid "Error while updating the custom field" +msgstr "Fejl under opdatering af brugerdefineret felt" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:159 +msgid "Custom field not found" +msgstr "Brugerdefineret felt ikke fundet" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:239 +msgid "Error while removing the custom fields" +msgstr "Fejl under sletning af brugerdefinerede felter" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:259 +msgid "Error while removing the custom field" +msgstr "Fejl under sletningen af brugerdefineret felt" + +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:61 +msgid "Error while creating the field type" +msgstr "Fejl ved oprettelse af felttypen" + +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:97 +msgid "Error while updating the field type" +msgstr "Fej ved opdatering af felttypen" + +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:179 +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:198 +msgid "Error while deleting the field type" +msgstr "Fejl under sletning af felttypen" + +#: lib/SP/Repositories/EventLog/EventlogRepository.php:53 +#, fuzzy +msgid "Error while clearing the event log out" +msgstr "Fejl under rydning af hændelsesloggen" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:76 +msgid "Error while creating the permission" +msgstr "Fejl under oprettelse af rettigheden" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:115 +msgid "Error while updating the permission" +msgstr "Fejl under opdatering af rettigheden" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:134 +msgid "Error while removing the permission" +msgstr "Fejl under sletning af rettigheden" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:249 +msgid "Error while removing the permissions" +msgstr "Fejl under sletning af rettighederne" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:79 +msgid "Error while adding the notification" +msgstr "Fejl under tilføjelsen af notifikationen" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:119 +#: lib/SP/Repositories/Notification/NotificationRepository.php:478 +msgid "Error while updating the notification" +msgstr "Fejl under opdatering af notifikationen" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:138 +#: lib/SP/Repositories/Notification/NotificationRepository.php:157 +msgid "Error while deleting the notification" +msgstr "Fejl under sletning af notofikationen" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:180 +#: lib/SP/Repositories/Notification/NotificationRepository.php:303 +#: lib/SP/Services/Notification/NotificationService.php:140 +#: lib/SP/Services/Notification/NotificationService.php:159 +msgid "Error while deleting the notifications" +msgstr "Fejl under sletning af notifikationerne" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:213 +msgid "Error while retrieving notification" +msgstr "Fejl under indlæsning af notifikationen" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:243 +#: lib/SP/Repositories/Notification/NotificationRepository.php:515 +#: lib/SP/Repositories/Notification/NotificationRepository.php:548 +#: lib/SP/Repositories/Notification/NotificationRepository.php:582 +#: lib/SP/Repositories/Notification/NotificationRepository.php:615 +msgid "Error while retrieving the notifications" +msgstr "Fejl under indlæsning af notifikationerne" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:70 +msgid "Error while adding the plugin" +msgstr "Fejl under tilføjelse af plugin" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:104 +#: lib/SP/Repositories/Plugin/PluginRepository.php:348 +#: lib/SP/Repositories/Plugin/PluginRepository.php:368 +#: lib/SP/Repositories/Plugin/PluginRepository.php:388 +#: lib/SP/Repositories/Plugin/PluginRepository.php:408 +#: lib/SP/Repositories/Plugin/PluginRepository.php:427 +msgid "Error while updating the plugin" +msgstr "Fejl under opdatering af plugin" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:212 +#: lib/SP/Services/Plugin/PluginService.php:137 +#, fuzzy +msgid "Error while deleting the plugins" +msgstr "Fejl under sletningen af plugins" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:232 +msgid "Error while deleting the plugin" +msgstr "Fejl under sletning af plugin" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:63 +msgid "Error while removing the link" +msgstr "Fejl under sletning af link" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:255 +msgid "Link already created" +msgstr "Link allerede oprettet" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:282 +msgid "Error while creating the link" +msgstr "Fejl under oprettelse af link" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:341 +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:389 +msgid "Error while updating the link" +msgstr "Fejl under opdatering af link" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:424 +msgid "Error while renewing link" +msgstr "Fejl under fornyelse af link" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:466 +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:507 +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:528 +msgid "Error while retrieving the link" +msgstr "Fejl under indlæsning af link" + +#: lib/SP/Repositories/Tag/TagRepository.php:60 +#: lib/SP/Repositories/Tag/TagRepository.php:108 +msgid "Duplicated tag" +msgstr "Duplikeret mærke" + +#: lib/SP/Repositories/Tag/TagRepository.php:69 +msgid "Error while creating the tag" +msgstr "Fejl under oprettelsen af mærke" + +#: lib/SP/Repositories/Tag/TagRepository.php:118 +msgid "Error while updating the tag" +msgstr "Fejl under opdatering af mærke" + +#: lib/SP/Repositories/Tag/TagRepository.php:243 +#: lib/SP/Services/Tag/TagService.php:126 +msgid "Error while removing the tags" +msgstr "Fejl under sletning af mærkerne" + +#: lib/SP/Repositories/Tag/TagRepository.php:262 +msgid "Error while removing the tag" +msgstr "Fejl under sletning af mærke" + +#: lib/SP/Repositories/Track/TrackRepository.php:68 +msgid "Error while creating track" +msgstr "Fejl under oprettelsen af spor" + +#: lib/SP/Repositories/Track/TrackRepository.php:85 +msgid "Error while removing the track" +msgstr "Fejl under sletning af spor" + +#: lib/SP/Repositories/Track/TrackRepository.php:102 +msgid "Error while updating the track" +msgstr "Fejl under opdatering af spor" + +#: lib/SP/Repositories/Track/TrackRepository.php:118 +msgid "Error while clearing tracks out" +msgstr "Error while clearing tracks out" + +#: lib/SP/Repositories/Track/TrackRepository.php:146 +msgid "Error while retrieving the track" +msgstr "Fejl under indlæsning af spor" + +#: lib/SP/Repositories/Track/TrackRepository.php:169 +#: lib/SP/Repositories/Track/TrackRepository.php:202 +msgid "Error while retrieving the tracks" +msgstr "Fejl under indlæsningen af sporene" + +#: lib/SP/Repositories/User/UserPassRecoverRepository.php:86 +msgid "Error while generating the recovering hash" +msgstr "Fejl under generering af kontrolsum til gendannelse" + +#: lib/SP/Repositories/User/UserPassRecoverRepository.php:112 +msgid "Error while checking hash" +msgstr "Fejl under kontrol af kontrolsum" + +#: lib/SP/Repositories/User/UserRepository.php:63 +#: lib/SP/Repositories/User/UserRepository.php:430 +msgid "Duplicated user login/email" +msgstr "Duplikeret brugerlogin / E-mail" + +#: lib/SP/Repositories/User/UserRepository.php:100 +#: lib/SP/Repositories/User/UserRepository.php:677 +#: lib/SP/Services/User/UserService.php:310 +msgid "Error while updating the user" +msgstr "Fejl under opdateringen af bruger" + +#: lib/SP/Repositories/User/UserRepository.php:184 +msgid "Error while deleting the user" +msgstr "Fejl under sletning af bruger" + +#: lib/SP/Repositories/User/UserRepository.php:234 +#: lib/SP/Repositories/User/UserRepository.php:551 +msgid "Error while retrieving the user's data" +msgstr "Fejl under indlæsning af brugerens data" + +#: lib/SP/Repositories/User/UserRepository.php:353 +#: lib/SP/Services/User/UserService.php:209 +msgid "Error while deleting the users" +msgstr "Fejl under sletning af brugerne" + +#: lib/SP/Repositories/User/UserRepository.php:474 +msgid "Error while creating the user" +msgstr "Fejl under oprettelsen af bruger" + +#: lib/SP/Repositories/User/UserRepository.php:697 +msgid "Error while updating the preferences" +msgstr "Fejl under opdatering af foretrukne indstillinger" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:62 +msgid "Error while deleting the group" +msgstr "Fejl under sletning af gruppe" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:306 +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:351 +msgid "Duplicated group name" +msgstr "Gruppenavnet er allerede i brug" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:315 +msgid "Error while creating the group" +msgstr "Fejl under oprettelsen af gruppen" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:361 +msgid "Error while updating the group" +msgstr "Fejl under opdateringen af gruppen" + +#: lib/SP/Repositories/UserGroup/UserToUserGroupRepository.php:108 +msgid "Error while deleting the group users" +msgstr "Fejl under sletning af gruppens brugere" + +#: lib/SP/Repositories/UserGroup/UserToUserGroupRepository.php:140 +msgid "Error while setting users in the group" +msgstr "Fejl under tilføjelsen af brugerne til gruppen" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:79 +msgid "Error while removing the profile" +msgstr "Fejl under sletning af profilen" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:181 +#: lib/SP/Services/UserProfile/UserProfileService.php:114 +msgid "Error while removing the profiles" +msgstr "Fejl under sletning af profilerne" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:230 +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:275 +msgid "Duplicated profile name" +msgstr "Profilnavnet er allerede i brug" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:239 +msgid "Error while creating the profile" +msgstr "Fejl under oprettelsen af profilen" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:288 +#: lib/SP/Services/UserProfile/UserProfileService.php:141 +msgid "Error while updating the profile" +msgstr "Fejl under opdatering af profilen" + +#: 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 "Update Master Password" +msgstr "Opdater Hoved-kodeordet" + +#: lib/SP/Services/Account/AccountCryptService.php:89 +msgid "Error while updating the accounts' passwords" +msgstr "Fejl under opdatering af kontoens kodeord" + +#: lib/SP/Services/Account/AccountCryptService.php:115 +msgid "Error while retrieving the accounts' passwords" +msgstr "Fejl under indlæsning af kontoens kodeord" + +#: lib/SP/Services/Account/AccountCryptService.php:139 +#, php-format +msgid "Accounts updated: %d / %d" +msgstr "Konti opdateret: %d / %d" + +#: lib/SP/Services/Account/AccountCryptService.php:148 +#, php-format +msgid "Updated accounts: %d / %d - %d%% - ETA: %ds (%.2f/s)" +msgstr "Opdaterede konti: %d / %d -%d%% - ETA: %ds (%.2f/s)" + +#: lib/SP/Services/Account/AccountCryptService.php:158 +msgid "The record's master password does not match" +msgstr "Registreringens Hoved-kodeord passer ikke" + +#: lib/SP/Services/Account/AccountCryptService.php:183 +#: lib/SP/Services/Account/AccountCryptService.php:188 +msgid "Error while updating the account's password" +msgstr "Fejl under opdatering af kontoens kodeord" + +#: lib/SP/Services/Account/AccountCryptService.php:194 +msgid "Errors" +msgstr "Fejl" + +#: lib/SP/Services/Account/AccountCryptService.php:212 +#: lib/SP/Services/Account/AccountCryptService.php:218 +msgid "Update Master Password (H)" +msgstr "Opdater Hoved-kodeord (H)" + +#: lib/SP/Services/Account/AccountCryptService.php:233 +msgid "Error while updating the accounts' passwords in history" +msgstr "Fej under opdatering af kontoens kodeords-historik" + +#: lib/SP/Services/Account/AccountFileService.php:164 +msgid "File not found" +msgstr "Fil ikke fundet" + +#: lib/SP/Services/Account/AccountService.php:163 +#: lib/SP/Services/Account/AccountService.php:599 +msgid "Account not found" +msgstr "Konto ikke fundet" + +#: lib/SP/Services/Account/AccountService.php:220 +msgid "Master password not set" +msgstr "Hoved-kodeord ikke angivet" + +#: lib/SP/Services/Account/AccountService.php:283 +#: lib/SP/Services/Account/AccountService.php:672 +#: lib/SP/Services/Account/AccountService.php:727 +msgid "The account doesn't exist" +msgstr "Kontoen findes ikke" + +#: lib/SP/Services/Api/ApiRequest.php:79 lib/SP/Services/Api/ApiRequest.php:113 +#: lib/SP/Services/Api/ApiService.php:231 +msgid "Invalid data" +msgstr "Ugyldige data" + +#: lib/SP/Services/Api/ApiRequest.php:88 +msgid "Invalid format" +msgstr "Ugyldigt format" + +#: lib/SP/Services/Api/ApiService.php:152 +msgid "Wrong parameters" +msgstr "Forkerte parametre" + +#: lib/SP/Services/Auth/LoginService.php:160 +#: lib/SP/Services/Auth/LoginService.php:460 +#: lib/SP/Services/Auth/LoginService.php:467 +#: lib/SP/Services/Auth/LoginService.php:575 +#: lib/SP/Services/Auth/LoginService.php:580 +#: lib/SP/Services/Auth/LoginService.php:619 +#: lib/SP/Services/Auth/LoginService.php:624 +msgid "Wrong login" +msgstr "Forkert login" + +#: lib/SP/Services/Auth/LoginService.php:219 +#: lib/SP/Services/Auth/LoginService.php:226 +msgid "User disabled" +msgstr "Brugerkonto inaktiv" + +#: lib/SP/Services/Auth/LoginService.php:273 +msgid "Using temporary password" +msgstr "Anvender midlertidigt kodeord" + +#: lib/SP/Services/Auth/LoginService.php:285 +#: lib/SP/Services/Auth/LoginService.php:291 +#: lib/SP/Services/Auth/LoginService.php:309 +#: lib/SP/Services/Auth/LoginService.php:315 +msgid "Wrong master password" +msgstr "Forkert Hoved-kodeord" + +#: lib/SP/Services/Auth/LoginService.php:330 +msgid "Your previous password is needed" +msgstr "Dit tidligere kodeord er påkrævet" + +#: lib/SP/Services/Auth/LoginService.php:342 +msgid "The Master Password either is not saved or is wrong" +msgstr "Hoved-kodeordet er enten ikke gemt, eller forkert" + +#: lib/SP/Services/Auth/LoginService.php:456 +#: lib/SP/Services/Auth/LoginService.php:519 +msgid "LDAP Server" +msgstr "LDAP-server" + +#: lib/SP/Services/Auth/LoginService.php:475 +#: lib/SP/Services/Auth/LoginService.php:480 +msgid "Account expired" +msgstr "Konto udløbet" + +#: lib/SP/Services/Auth/LoginService.php:488 +#: lib/SP/Services/Auth/LoginService.php:493 +#, fuzzy +msgid "User has no associated groups" +msgstr "Brugeren er ikke associeret med nogle grupper" + +#: lib/SP/Services/Auth/LoginService.php:609 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:12 +msgid "Authentication" +msgstr "Autentikering" + +#: lib/SP/Services/AuthToken/AuthTokenService.php:139 +#: lib/SP/Services/AuthToken/AuthTokenService.php:277 +#: lib/SP/Services/AuthToken/AuthTokenService.php:291 +msgid "Token not found" +msgstr "Polet ikke fundet" + +#: lib/SP/Services/AuthToken/AuthTokenService.php:158 +msgid "Error while removing the tokens" +msgstr "Fejl under sletning af poletterne" + +#: lib/SP/Services/Backup/FileBackupService.php:100 +msgid "Make Backup" +msgstr "Udfør backup" + +#: lib/SP/Services/Backup/FileBackupService.php:107 +msgid "Error while doing the backup in compatibility mode" +msgstr "Fejl under udførelsen af backup i kompatibilitetstilstand" + +#: lib/SP/Services/Backup/FileBackupService.php:118 +msgid "Error while doing the backup" +msgstr "Fejl under udførelsen af backup" + +#: lib/SP/Services/Backup/FileBackupService.php:139 +#, php-format +msgid "Unable to create the backups directory (\"%s\")" +msgstr "Backupmappen (\"%s\") kan ikke oprettes" + +#: lib/SP/Services/Backup/FileBackupService.php:144 +msgid "Please, check the backup directory permissions" +msgstr "Kontroller venligst rettighederne på backup-mappen" + +#: lib/SP/Services/Backup/FileBackupService.php:211 +msgid "Copying database" +msgstr "Kopierer database" + +#: lib/SP/Services/Backup/FileBackupService.php:343 +#: lib/SP/Services/Backup/FileBackupService.php:367 +msgid "Copying application" +msgstr "Kopierer applikation" + +#: lib/SP/Services/Backup/FileBackupService.php:362 +msgid "This operation is only available on Linux environments" +msgstr "Denne handling kan kun udføres på Linux-systemer" + +#: lib/SP/Services/Category/CategoryService.php:77 +#: lib/SP/Services/Category/CategoryService.php:98 +#: lib/SP/Services/Category/CategoryService.php:115 +msgid "Category not found" +msgstr "Kategori ikke fundet" + +#: lib/SP/Services/Category/CategoryService.php:134 +msgid "Error while deleting categories" +msgstr "Fejl under sletning af kategorier" + +#: lib/SP/Services/Client/ClientService.php:76 +#: lib/SP/Services/Client/ClientService.php:95 +#: lib/SP/Services/Client/ClientService.php:110 +msgid "Client not found" +msgstr "Klient ikke fundet" + +#: lib/SP/Services/Config/ConfigBackupService.php:115 +#: lib/SP/Services/Config/ConfigBackupService.php:122 +#, fuzzy +msgid "Unable to restore the configuration" +msgstr "Kan ikke genskabe konfigurationen" + +#: lib/SP/Services/Config/ConfigService.php:68 +#: lib/SP/Services/Config/ConfigService.php:153 +#, php-format +msgid "Parameter not found (%s)" +msgstr "Parameter ikke fundet (%s)" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:103 +msgid "Generate temporary password" +msgstr "Generate temporary password" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:110 +msgid "Error while generating the temporary password" +msgstr "Fejl under indtastning af midlertidigt kodeord" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:131 +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:181 +msgid "Temporary password expired" +msgstr "Midlertidigt kodeord er udløbet" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:160 +msgid "Error while checking the temporary password" +msgstr "Fejl under kontrol af midlertidigt kodeord" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:213 +#, php-format +msgid "Master Password %s" +msgstr "Hoved-kodeord %s" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:214 +#, fuzzy +msgid "" +"A new sysPass master password has been generated, so next time you log into " +"the application it will be requested." +msgstr "" +"Et nyt sysPass Hoved-kodeord er genereret, så næste gang du logger på vil du " +"blive bedt om det." + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:216 +#, php-format +msgid "The new Master Password is: %s" +msgstr "Det nye Hoved-Kodeord er: %s" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:218 +#, php-format +msgid "This password will be valid until: %s" +msgstr "Kodeordet er gyldigt til: %s" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:220 +msgid "Please, don't forget to log in as soon as possible to save the changes." +msgstr "" +"Glem venligst ikke at logge på så snart som muligt for at gemme ændringerne." + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:68 +msgid "There aren't any data from custom fields" +msgstr "Der findes ingen data fra brugerdefinerede felter" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:76 +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:84 +msgid "Updating encrypted data" +msgstr "Opdaterer krypterede data" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:109 +msgid "Records updated" +msgstr "Registreringerne er opdaterede" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:110 +msgid "Records not updated" +msgstr "Registreringer er ikke opdateret" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:136 +msgid "Error while updating the custom fields data" +msgstr "Fejl under opdatering af de brugerdefinerede felters indhold" + +#: lib/SP/Services/CustomField/CustomFieldDefService.php:109 +msgid "Field not found" +msgstr "Felt ikke fundet" + +#: lib/SP/Services/CustomField/CustomFieldDefService.php:130 +msgid "Error while deleting the fields" +msgstr "Fejl under sletning af felterne" + +#: lib/SP/Services/CustomField/CustomFieldTypeService.php:84 +msgid "Field type not found" +msgstr "Felttype ikke fundet" + +#: lib/SP/Services/Export/XmlExportService.php:127 +#: lib/SP/Storage/File/FileCache.php:74 +#: lib/SP/Storage/File/FileCachePacked.php:116 +#, php-format +msgid "Unable to create the directory (%s)" +msgstr "Kan ikke oprette mappen (%s)" + +#: lib/SP/Services/Export/XmlExportService.php:203 +msgid "Error while exporting" +msgstr "Fejl under eksportering" + +#: lib/SP/Services/Export/XmlExportService.php:271 +msgid "Exporting categories" +msgstr "Eksporterer kategorier" + +#: lib/SP/Services/Export/XmlExportService.php:383 +msgid "Exporting clients" +msgstr "Eksporterer klienter" + +#: lib/SP/Services/Export/XmlExportService.php:429 +msgid "Exporting tags" +msgstr "Eksporterer mærker" + +#: lib/SP/Services/Export/XmlExportService.php:473 +msgid "Exporting accounts" +msgstr "Eksporterer konti" + +#: lib/SP/Services/Export/XmlExportService.php:583 +msgid "Error while creating the XML file" +msgstr "Fejl under oprettelsen af XML-filen" + +#: lib/SP/Services/Export/XmlVerifyService.php:110 +#: lib/SP/Services/Import/XmlFileImport.php:81 +msgid "Unable to process the XML file" +msgstr "Kan ikke processere XML-filen" + +#: lib/SP/Services/Export/XmlVerifyService.php:177 +#: lib/SP/Services/Import/SyspassImport.php:176 +msgid "Error while checking integrity hash" +msgstr "Fejl under kontrol af integritetskontrolsum" + +#: 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 "Wrong encryption password" +msgstr "Forkert krypteringskodeord" + +#: lib/SP/Services/Import/CsvImport.php:50 +#, php-format +msgid "Detected format: %s" +msgstr "Detekteret format: %s" + +#: lib/SP/Services/Import/CsvImportBase.php:130 +#: lib/SP/Services/Import/CsvImportBase.php:176 +#, php-format +msgid "Wrong number of fields (%d)" +msgstr "Forkert antal felter (%d)" + +#: lib/SP/Services/Import/CsvImportBase.php:132 +#: lib/SP/Services/Import/CsvImportBase.php:178 +#, php-format +msgid "Please, check the CSV file format in line %s" +msgstr "Kontroller venligst CSV-formatet af linje %s" + +#: lib/SP/Services/Import/CsvImportBase.php:158 +#: lib/SP/Services/Import/KeepassImport.php:103 +#: lib/SP/Services/Import/SyspassImport.php:387 +msgid "Account imported" +msgstr "Konto importeret" + +#: lib/SP/Services/Import/CsvImportBase.php:166 +msgid "Error while importing the account" +msgstr "Fejl under importering af konto" + +#: lib/SP/Services/Import/CsvImportBase.php:167 +msgid "Error while processing line" +msgstr "Fejl under processering af linje" + +#: lib/SP/Services/Import/FileImport.php:67 +#: lib/SP/Services/Import/FileImport.php:88 +msgid "File successfully uploaded" +msgstr "Filen er uploadet" + +#: lib/SP/Services/Import/FileImport.php:69 +#: lib/SP/Services/Import/FileImport.php:90 +msgid "Please check the web server user permissions" +msgstr "Kontroller venligst webserverens brugertilladelser" + +#: lib/SP/Services/Import/FileImport.php:102 +msgid "Please, check the file extension" +msgstr "Kontroller venligst fil-endelsen" + +#: lib/SP/Services/Import/FileImport.php:118 +msgid "Please, check PHP configuration for upload files" +msgstr "Kontroller venligst PHP konfigurationen for fil-upload" + +#: lib/SP/Services/Import/ImportService.php:89 +#, php-format +msgid "Mime type not supported (\"%s\")" +msgstr "Mime-typen er ikke understøttet (\"%s\")" + +#: lib/SP/Services/Import/ImportService.php:91 +msgid "Please, check the file format" +msgstr "Kontroller venligst filformatet" + +#: lib/SP/Services/Import/ImportTrait.php:107 +#, fuzzy +msgid "Category Id not set. Unable to import account." +msgstr "Kategi-ID er ikke valgt. Kontoen kan ikke importeres." + +#: lib/SP/Services/Import/ImportTrait.php:111 +#, fuzzy +msgid "Client Id not set. Unable to import account." +msgstr "Klient-ID er ikke valgt. Kontoen kan ikke importeres." + +#: lib/SP/Services/Import/KeepassImport.php:58 +msgid "KeePass XML Import" +msgstr "KeePass XML import" + +#: lib/SP/Services/Import/KeepassImport.php:91 +#: lib/SP/Services/Import/SyspassImport.php:211 +msgid "Category imported" +msgstr "Kategori importeret" + +#: lib/SP/Services/Import/SyspassImport.php:58 +msgid "sysPass XML Import" +msgstr "sysPass XML import" + +#: lib/SP/Services/Import/SyspassImport.php:69 +msgid "Encryption password not set" +msgstr "Krypteringskodeord er ikke sat" + +#: lib/SP/Services/Import/SyspassImport.php:162 +msgid "Data unencrypted" +msgstr "Data afkrypteret" + +#: lib/SP/Services/Import/SyspassImport.php:177 +msgid "" +"If you are importing an exported file from the same origin, the data could " +"be compromised." +msgstr "" +"Hvis du importerer en eksporteret fil af samme oprindelse kan data " +"kompromitteres." + +#: lib/SP/Services/Import/SyspassImport.php:250 +#: lib/SP/Services/Import/SyspassImport.php:290 +msgid "Client imported" +msgstr "Klient importeret" + +#: lib/SP/Services/Import/SyspassImport.php:326 +msgid "Tag imported" +msgstr "Mærke importeret" + +#: lib/SP/Services/Import/XmlFileImport.php:105 +msgid "XML file not supported" +msgstr "XML-filen er ikke understøttet" + +#: lib/SP/Services/Import/XmlFileImport.php:107 +#, fuzzy +msgid "Unable to guess the application which data was exported from" +msgstr "Kan ikke udlede hvilken applikation den stammer fra" + +#: lib/SP/Services/Import/XmlImport.php:98 +msgid "Format not detected" +msgstr "Format ikke detekteret" + +#: lib/SP/Services/Import/XmlImport.php:106 +msgid "Not implemented" +msgstr "Ikke implementeret" + +#: lib/SP/Services/Import/XmlImportBase.php:107 +#: lib/SP/Services/Import/XmlImportTrait.php:78 +msgid "Invalid Method" +msgstr "Ugyldig metode" + +#: lib/SP/Services/Import/XmlImportBase.php:119 +#: lib/SP/Services/Import/XmlImportTrait.php:68 +msgid "Invalid XML format" +msgstr "Ugyldigt XML-format" + +#: lib/SP/Services/Import/XmlImportBase.php:121 +#: lib/SP/Services/Import/XmlImportTrait.php:70 +#, fuzzy, php-format +msgid "\"%s\" node doesn't exist" +msgstr "\"%s\" -noden findes ikke" + +#: lib/SP/Services/Install/Installer.php:106 +msgid "Please, enter the admin username" +msgstr "Indtast venligst administrator-brugernavnet" + +#: lib/SP/Services/Install/Installer.php:108 +msgid "Admin user to log into the application" +msgstr "Administrator-brugeren der logger ind i applikationen" + +#: lib/SP/Services/Install/Installer.php:113 +msgid "Please, enter the admin's password" +msgstr "Indtast venligst administrator-adgangskoden" + +#: lib/SP/Services/Install/Installer.php:115 +msgid "Application administrator's password" +msgstr "Applikationsadministratorens adgangskode" + +#: lib/SP/Services/Install/Installer.php:120 +msgid "Please, enter the Master Password" +msgstr "Indtast venligst Hoved-kodeordet" + +#: lib/SP/Services/Install/Installer.php:122 +msgid "Master password to encrypt the passwords" +msgstr "Hoved-kodeord til kryptering af kodeordene" + +#: lib/SP/Services/Install/Installer.php:127 +msgid "Master password too short" +msgstr "Hoved-kodeordet er for kort" + +#: lib/SP/Services/Install/Installer.php:129 +msgid "The Master Password length need to be at least 11 characters" +msgstr "Hoved-kodeordet skal være mindst 11 tegn" + +#: lib/SP/Services/Install/Installer.php:134 +msgid "Please, enter the database user" +msgstr "Indtast venligst database-brugernavnet" + +#: lib/SP/Services/Install/Installer.php:136 +#, fuzzy +msgid "An user with database administrative rights" +msgstr "En bruger med administrationsrettigheder på databasen" + +#: lib/SP/Services/Install/Installer.php:141 +msgid "Please, enter the database password" +msgstr "Indtast venligst databasekodeordet" + +#: lib/SP/Services/Install/Installer.php:143 +msgid "Database administrator's password" +msgstr "Databaseadministratorens kodeord" + +#: lib/SP/Services/Install/Installer.php:148 +msgid "Please, enter the database name" +msgstr "Indtast venligst databasenavnet" + +#: lib/SP/Services/Install/Installer.php:150 +msgid "Application database name. eg. syspass" +msgstr "Applikationsdatabasenavn, f.eks. syspass" + +#: lib/SP/Services/Install/Installer.php:155 +msgid "Database name cannot contain \".\"" +msgstr "Databasenavnet må ikke indeholde \".\"" + +#: lib/SP/Services/Install/Installer.php:157 +msgid "Please, remove dots in database name" +msgstr "Fjern venligst punktummer i databasenavnet" + +#: lib/SP/Services/Install/Installer.php:162 +msgid "Please, enter the database server" +msgstr "Indtast venligst databaseserverens navn/adresse" + +#: lib/SP/Services/Install/Installer.php:164 +msgid "Server where the database will be installed" +msgstr "Serveren som databasen oprettes på" + +#: lib/SP/Services/Install/Installer.php:318 +#: lib/SP/Services/Install/Installer.php:369 +msgid "Warn to developer" +msgstr "Advarsel til udviklerne" + +#: lib/SP/Services/Install/Installer.php:359 +msgid "Error while creating 'admin' user" +msgstr "Fejl under oprettelsen af 'admin'-brugeren" + +#: lib/SP/Services/Install/MySQL.php:135 +#, php-format +msgid "Unable to check the sysPass user (%s)" +msgstr "Kan ikke kontrollere sysPass brugeren (%s)" + +#: lib/SP/Services/Install/MySQL.php:137 +msgid "Please, check the DB connection user rights" +msgstr "Kontroller venligst rettighederne for adgang til databasen" + +#: lib/SP/Services/Install/MySQL.php:181 +#, php-format +msgid "Error while creating the MySQL connection user '%s'" +msgstr "Fejl under oprettelsen af MySQL forbindelsesbrugeren '%s'" + +#: lib/SP/Services/Install/MySQL.php:201 +msgid "The database already exists" +msgstr "Databasen findes allerede" + +#: lib/SP/Services/Install/MySQL.php:203 +msgid "Please, enter a new database or delete the existing one" +msgstr "" +"Indtast venligst et nyt databasenavn eller slet den eksisterende database" + +#: 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 while creating the DB ('%s')" +msgstr "Fejl under oprettelsen af databasen ('%s')" + +#: lib/SP/Services/Install/MySQL.php:215 lib/SP/Services/Install/MySQL.php:239 +msgid "Please check the database user permissions" +msgstr "Kontroller venligst brugerrettighederne på databasen" + +#: lib/SP/Services/Install/MySQL.php:237 +#, php-format +msgid "Error while setting the database permissions ('%s')" +msgstr "Fejl under indstilling af databaserettigheder ('%s')" + +#: lib/SP/Services/Install/MySQL.php:251 +msgid "The database does not exist" +msgstr "Databasen findes ikke" + +#: lib/SP/Services/Install/MySQL.php:253 +msgid "You need to create it and assign the needed permissions" +msgstr "Du skal oprette den og tilføje de nødvendige rettigheder" + +#: lib/SP/Services/Install/MySQL.php:309 +#, fuzzy, php-format +msgid "Error while selecting '%s' database (%s)" +msgstr "Fejl under valg af databasen '%s' (%s)" + +#: lib/SP/Services/Install/MySQL.php:311 +#, fuzzy +msgid "" +"Unable to use the database to create the structure. Please check the " +"permissions and it does not exist." +msgstr "" +"Kan ikke åbne databasen for at oprette strukturen. Kontroller rettigheder og " +"at den ikke allerede er oprettet." + +#: lib/SP/Services/Install/MySQL.php:331 +msgid "Error while creating database structure." +msgstr "Fejl under oprettelsen af databasestrukturen." + +#: lib/SP/Services/Install/MySQL.php:365 +msgid "Please, try the installation again" +msgstr "Forsøg venligst at installere igen" + +#: lib/SP/Services/ItemPreset/ItemPresetService.php:84 +#: lib/SP/Services/ItemPreset/ItemPresetService.php:105 +msgid "Value not found" +msgstr "Value not found" + +#: lib/SP/Services/ItemPreset/ItemPresetService.php:188 +msgid "Error while deleting the values" +msgstr "Error while deleting the values" + +#: lib/SP/Services/Ldap/LdapImportService.php:109 +#: lib/SP/Services/Ldap/LdapImportService.php:196 +msgid "Objects found" +msgstr "Objekter fundet" + +#: lib/SP/Services/Ldap/LdapImportService.php:134 +#: lib/SP/Services/Ldap/LdapImportService.php:229 +msgid "Imported from LDAP" +msgstr "Importeret fra LDAP" + +#: lib/SP/Services/Mail/MailService.php:66 +msgid "Mail test" +msgstr "E-mail test" + +#: lib/SP/Services/Mail/MailService.php:67 +msgid "" +"This is a test email in order to verify that the configuration is working " +"right." +msgstr "" +"Dette er en test-E-mail med det formaål at kontrollere at konfigurationen er " +"korrekt." + +#: lib/SP/Services/Mail/MailService.php:186 +msgid "Mail service unavailable" +msgstr "E-mail-tjenesten er ikke tilgængelig" + +#: 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 "Notification not found" +msgstr "Notifikation ikke fundet" + +#: 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 not found" +msgstr "Plugin ikke fundet" + +#: 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 "Link not found" +msgstr "Link ikke fundet" + +#: lib/SP/Services/PublicLink/PublicLinkService.php:238 +msgid "Error while removing the links" +msgstr "Fejl under sletning af links" + +#: lib/SP/Services/Service.php:109 +msgid "Rollback" +msgstr "Rollback" + +#: lib/SP/Services/Service.php:115 +msgid "Unable to start a transaction" +msgstr "Kan ikke begynde transaktion" + +#: lib/SP/Services/Service.php:133 lib/SP/Services/Service.php:140 +msgid "Error while retrieving master password from context" +msgstr "Fejl under indlæsning af Hoved-kodeord fra kontekst" + +#: lib/SP/Services/Service.php:160 lib/SP/Services/Service.php:164 +msgid "Error while setting master password in context" +msgstr "Fejl ved indsætning af Hoved-kodeord i kontekst" + +#: lib/SP/Services/Tag/TagService.php:75 lib/SP/Services/Tag/TagService.php:94 +#: lib/SP/Services/Tag/TagService.php:111 +msgid "Tag not found" +msgstr "Mærke ikke fundet" + +#: lib/SP/Services/Task/TaskService.php:81 +msgid "Unable to create the lock file" +msgstr "Kan ikke oprette låse-filen" + +#: lib/SP/Services/Task/TaskService.php:184 +msgid "Waiting for progress updating ..." +msgstr "Afventer status ..." + +#: lib/SP/Services/Track/TrackService.php:87 +#: lib/SP/Services/Track/TrackService.php:101 +#: lib/SP/Services/Track/TrackService.php:128 +msgid "Track not found" +msgstr "Spor ikke fundet" + +#: lib/SP/Services/Track/TrackService.php:162 +#, php-format +msgid "Attempts exceeded (%d/%d)" +msgstr "Maks. antal forsøg overskredet (%d/%d)" + +#: lib/SP/Services/Track/TrackService.php:163 +msgid "Seconds" +msgstr "Sekunder" + +#: lib/SP/Services/Track/TrackService.php:208 +msgid "IP address not set" +msgstr "IP address not set" + +#: lib/SP/Services/Upgrade/UpgradeAppService.php:65 +#: lib/SP/Services/Upgrade/UpgradeAppService.php:88 +msgid "Update Application" +msgstr "Opdatér applikation" + +#: lib/SP/Services/Upgrade/UpgradeAppService.php:72 +msgid "Error while applying the application update" +msgstr "Fejl under udførelsen af applikationsopdateringen" + +#: lib/SP/Services/Upgrade/UpgradeAppService.php:74 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:100 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:108 +msgid "Please, check the event log for more details" +msgstr "Se venligst hændelsesloggen for yderligere detaljer" + +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:55 +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:85 +msgid "API authorizations update" +msgstr "API autorisationsopdatering" + +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:70 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:206 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:236 +msgid "Update Configuration" +msgstr "Opdater konfigurationen" + +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:82 +msgid "Parameter" +msgstr "Parameter" + +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:121 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:125 +msgid "Error while updating the configuration" +msgstr "Fejl under opdatering af konfigurationen" + +#: 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 "Custom fields update" +msgstr "Opdatering af brugerdefinerede felter" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:91 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:122 +msgid "Update DB" +msgstr "Opdater databasen" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:98 +msgid "Error while applying an auxiliary update" +msgstr "Fejl under udførelsen af en tillægsopdatering" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:106 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:177 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:181 +msgid "Error while updating the database" +msgstr "Fejl under opdateringen af databasen" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:154 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:156 +#, fuzzy +msgid "Update file does not contain data" +msgstr "Opdateringsfilen indeholder ingen data" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:187 +msgid "Database updating was completed successfully." +msgstr "Databaseopdateringen blev korrekt udført" + +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:56 +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:102 +msgid "Public links update" +msgstr "Opdatering af offentlige links" + +#: lib/SP/Services/User/UserPassService.php:256 +#: lib/SP/Services/User/UserService.php:123 +#: lib/SP/Services/User/UserService.php:154 +#: lib/SP/Services/User/UserService.php:173 +#, fuzzy +msgid "User does not exist" +msgstr "Brugeren findes ikke" + +#: lib/SP/Services/User/UserService.php:192 +msgid "User not found" +msgstr "Bruger ikke fundet" + +#: lib/SP/Services/UserGroup/UserGroupService.php:80 +#: lib/SP/Services/UserGroup/UserGroupService.php:98 +#: lib/SP/Services/UserGroup/UserGroupService.php:187 +#: lib/SP/Services/UserGroup/UserToUserGroupService.php:57 +msgid "Group not found" +msgstr "Gruppe ikke fundet" + +#: lib/SP/Services/UserGroup/UserGroupService.php:115 +msgid "Error while deleting the groups" +msgstr "Fejl under sletning af grupperne" + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:66 +msgid "A request for changing your user password has been done." +msgstr "En forespørgsel om ændring af dit kodeord er blevet sendt." + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:68 +msgid "In order to complete the process, please go to this URL:" +msgstr "For at færdiggøre processen skal du gå ind på denne side:" + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:72 +msgid "If you have not requested this action, please dismiss this message." +msgstr "" +"Hvis du ikke har anmodet om denne aktivitet skal du blot slette denne besked." + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:87 +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:155 +msgid "Wrong hash or expired" +msgstr "Forkert eller udløbet kontrolsum" + +#: lib/SP/Services/UserProfile/UserProfileService.php:65 +#: lib/SP/Services/UserProfile/UserProfileService.php:97 +msgid "Profile not found" +msgstr "Profil ikke fundet" + +#: lib/SP/Services/Wiki/DokuWikiApi.php:68 +msgid "Authentication error" +msgstr "Fejl i autentikering" + +#: lib/SP/Services/Wiki/DokuWikiApiBase.php:196 +msgid "Error while doing the query" +msgstr "Fejl under udførelse af forespørgsel" + +#: lib/SP/Services/Wiki/DokuWikiApiBase.php:228 +msgid "Connection URL not set" +msgstr "Forbindelses-URL er ikke sat" + +#: lib/SP/Storage/Database/Database.php:131 +msgid "Blank query" +msgstr "Tom forespørgsel" + +#: lib/SP/Storage/Database/Database.php:259 +msgid "Integrity constraint" +msgstr "Integritetsbegrænsning" + +#: lib/SP/Storage/Database/MySQLHandler.php:99 +#: lib/SP/Storage/Database/MySQLHandler.php:166 +msgid "Please, check the connection parameters" +msgstr "Kontroller venligst forbindelsesparametrene" + +#: lib/SP/Storage/Database/QueryData.php:354 app/config/strings.js.inc:26 +msgid "Error while querying" msgstr "Fejl under forespørgsel" -#: ../../../config/strings.js.inc:27 -msgid "Ha ocurrido un error" +#: lib/SP/Storage/File/FileCachePacked.php:57 +#, php-format +msgid "Error while decompressing the file data (%s)" +msgstr "Fejl under dekomrṕression af fildata (%s)" + +#: lib/SP/Storage/File/FileCachePacked.php:61 +msgid "Error while retrieving the data" +msgstr "Fejl under indlæsning af dataene" + +#: lib/SP/Storage/File/FileCachePacked.php:99 +#, php-format +msgid "Error while compressing the file data (%s)" +msgstr "Fejl under komprimering af dataene (%s)" + +#: lib/SP/Storage/File/FileCachePacked.php:144 +msgid "Data not loaded" +msgstr "Data ikke indlæst" + +#: lib/SP/Storage/File/FileHandler.php:72 +#: lib/SP/Storage/File/FileHandler.php:135 +#, php-format +msgid "Unable to read/write the file (%s)" +msgstr "Kan ikke læse/skrive filen (%s)" + +#: lib/SP/Storage/File/FileHandler.php:89 +#, php-format +msgid "Unable to open the file (%s)" +msgstr "Kan ikke åbne filen (%s)" + +#: lib/SP/Storage/File/FileHandler.php:104 +#: lib/SP/Storage/File/FileHandler.php:118 +#, php-format +msgid "Unable to read from file (%s)" +msgstr "Kan ikke læse fra filen (%s)" + +#: lib/SP/Storage/File/FileHandler.php:173 +#, php-format +msgid "Unable to close the file (%s)" +msgstr "Kan ikke lukke filen (%s)" + +#: lib/SP/Storage/File/FileHandler.php:219 +#, php-format +msgid "Unable to write in file (%s)" +msgstr "Kan ikke skrive i filen (%s)" + +#: lib/SP/Storage/File/FileHandler.php:234 +#, php-format +msgid "File not found (%s)" +msgstr "Fil ikke fundet (%s)" + +#: lib/SP/Storage/File/FileHandler.php:259 +#: lib/SP/Storage/File/FileHandler.php:314 +#, fuzzy, php-format +msgid "Unable to read/write file (%s)" +msgstr "Kan ikke læse/skrive filen (%s)" + +#: lib/SP/Storage/File/FileHandler.php:286 +#, php-format +msgid "Unable to delete file (%s)" +msgstr "Kan ikke slette filen (%s)" + +#: lib/SP/Storage/File/XmlHandler.php:89 lib/SP/Storage/File/XmlHandler.php:309 +#, fuzzy +msgid "XML node does not exist" +msgstr "XML-noden findes ikke" + +#: lib/SP/Storage/File/XmlHandler.php:167 +msgid "There aren't any items to save" +msgstr "Der findes ingen elementer at gemme" + +#: lib/SP/Util/Connection.php:157 +msgid "Socket not initialized" +msgstr "Socket ikke initialiseret" + +#: lib/SP/Util/Connection.php:164 +msgid "Error while sending the data" +msgstr "Fejl under afsendelse af data" + +#: lib/SP/Util/ErrorUtil.php:148 +msgid "Option unavailable" +msgstr "Muligheden er ikke tilgængelig" + +#: lib/SP/Util/ErrorUtil.php:168 lib/SP/Util/ErrorUtil.php:175 +msgid "An exception occured" +msgstr "En undtagelse opstod" + +#: lib/SP/Util/ImageUtil.php:65 +msgid "Invalid image" +msgstr "Ugyldigt billede" + +#: app/config/strings.js.inc:27 +msgid "There was an error" msgstr "Der opstod en fejl" -#: ../../../config/strings.js.inc:28 ../../../config/strings.js.inc:86 -msgid "Sesión finalizada" +#: app/config/strings.js.inc:28 app/config/strings.js.inc:86 +msgid "Session finished" msgstr "Session afsluttet" -#: ../../../config/strings.js.inc:29 -msgid "Borrar la cuenta?" +#: app/config/strings.js.inc:29 +msgid "Delete account?" msgstr "Slet konto?" -#: ../../../config/strings.js.inc:30 -msgid "Borrar el usuario?" +#: app/config/strings.js.inc:30 +msgid "Delete user?" msgstr "Slet bruger?" -#: ../../../config/strings.js.inc:31 -msgid "Guarde la configuración para que sea efectiva" +#: app/config/strings.js.inc:31 +msgid "You should save configuration in order to take effect" msgstr "Du skal gemme konfigurationen før den aktiveres" -#: ../../../config/strings.js.inc:32 -msgid "Clave Generada" +#: app/config/strings.js.inc:32 +msgid "Generated Password" msgstr "Genereret kodeord" -#: ../../../config/strings.js.inc:33 -msgid "Nivel alto" +#: app/config/strings.js.inc:33 +msgid "High level" msgstr "Højt niveau" -#: ../../../config/strings.js.inc:34 -msgid "Nivel medio" +#: app/config/strings.js.inc:34 +msgid "Average level" msgstr "Mellemniveau" -#: ../../../config/strings.js.inc:35 -msgid "Nivel bajo" +#: app/config/strings.js.inc:35 +msgid "Low level" msgstr "Lavt niveau" -#: ../../../config/strings.js.inc:36 -msgid "Nivel muy alto" +#: app/config/strings.js.inc:36 +msgid "Very High level" msgstr "Meget højt niveau" -#: ../../../config/strings.js.inc:37 -msgid "Utilizar al menos 8 caracteres" +#: app/config/strings.js.inc:37 +msgid "You should use at least 8 characters" msgstr "Du bør bruge mindst 8 tegn" -#: ../../../config/strings.js.inc:38 -msgid "Borrar elemento?" +#: app/config/strings.js.inc:38 +msgid "Delete item?" msgstr "Slet element?" -#: ../../../config/strings.js.inc:39 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:22 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:31 -msgid "Página no encontrada" +#: app/config/strings.js.inc:39 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:22 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:31 +msgid "Page not found" msgstr "Side ikke fundet" -#: ../../../config/strings.js.inc:40 -msgid "Archivo no soportado para visualizar" -msgstr "Filen er ikke understøttet som forhåndsvisning" - -#: ../../../config/strings.js.inc:41 -msgid "Eliminar archivo?" +#: app/config/strings.js.inc:41 +msgid "Delete file?" msgstr "Slet fil?" -#: ../../../config/strings.js.inc:42 -msgid "Su navegador no soporta subir archivos con HTML5" +#: app/config/strings.js.inc:42 +msgid "Your browser does not support HTML5 file uploads" msgstr "Din browser understøtter ikke HTML5-upload" -#: ../../../config/strings.js.inc:43 -msgid "Demasiados archivos" +#: app/config/strings.js.inc:43 +msgid "Too many files" msgstr "For mange filer" -#: ../../../config/strings.js.inc:44 -msgid "Tamaño de archivo no permitido" +#: app/config/strings.js.inc:44 +msgid "File size not allowed" msgstr "Filstørrelse ikke tilladt" -#: ../../../config/strings.js.inc:45 -msgid "Extensión no permitida" +#: app/config/strings.js.inc:45 +msgid "Extension not allowed" msgstr "Fil-endelse er ikke tilladt " -#: ../../../config/strings.js.inc:46 +#: app/config/strings.js.inc:46 #, fuzzy -msgid "Vaciar el registro de eventos?" +msgid "Clear the event log out?" msgstr "Ryd hændelsesloggen?" -#: ../../../config/strings.js.inc:47 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:179 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:281 -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:89 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:59 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:253 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:84 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:54 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:152 -msgid "Seleccionar Grupo" +#: app/config/strings.js.inc:47 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:179 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:281 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:89 +#: app/modules/web/themes/material-blue/views/config/import.inc:59 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:253 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:84 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:54 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:152 +msgid "Select Group" msgstr "Vælg gruppe" -#: ../../../config/strings.js.inc:48 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:161 -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:114 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:32 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:278 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:69 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:27 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:37 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:81 -msgid "Seleccionar Usuario" +#: app/config/strings.js.inc:48 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:161 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:114 +#: app/modules/web/themes/material-blue/views/config/import.inc:32 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:278 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:69 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:27 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:37 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:81 +msgid "Select User" msgstr "Vælg bruger" -#: ../../../config/strings.js.inc:49 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:71 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:135 -msgid "Seleccionar Perfil" +#: app/config/strings.js.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:71 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:135 +msgid "Select Profile" msgstr "Vælg profil" -#: ../../../config/strings.js.inc:50 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:84 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:39 -msgid "Seleccionar Cliente" +#: app/config/strings.js.inc:50 +#: app/modules/web/themes/material-blue/views/account/account.inc:84 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:39 +msgid "Select Client" msgstr "Vælg klient" -#: ../../../config/strings.js.inc:51 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:109 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:43 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:54 -msgid "Seleccionar Categoría" +#: app/config/strings.js.inc:51 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:78 +#: app/modules/web/themes/material-blue/views/account/account.inc:109 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:43 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:54 +msgid "Select Category" msgstr "Vælg kategori" -#: ../../../config/strings.js.inc:52 -msgid "Sin resultados" +#: app/config/strings.js.inc:52 +msgid "No results" msgstr "Ingen resultater" -#: ../../../config/strings.js.inc:53 -msgid "Opciones de clave" +#: app/config/strings.js.inc:53 +msgid "Password options" msgstr "Kodeordsmuligheder" -#: ../../../config/strings.js.inc:54 -msgid "Generar clave aleatoria" +#: app/config/strings.js.inc:54 +msgid "Generate random password" msgstr "Generer tilfældigt kodeord" -#: ../../../config/strings.js.inc:55 -msgid "Complejidad" +#: app/config/strings.js.inc:55 +msgid "Complexity" msgstr "Kompleksitet" -#: ../../../config/strings.js.inc:56 -msgid "Restablecer" +#: app/config/strings.js.inc:56 +msgid "Reset" msgstr "Nulstil" -#: ../../../config/strings.js.inc:57 -msgid "Nivel de fortaleza de la clave" +#: app/config/strings.js.inc:57 +msgid "Password strength level" msgstr "Kodeordsstyrke" -#: ../../../config/strings.js.inc:58 -msgid "Mostrar Clave" +#: app/config/strings.js.inc:58 +msgid "Show Password" msgstr "Vis kodeord" -#: ../../../config/strings.js.inc:59 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:24 -msgid "Copiar Usuario" +#: app/config/strings.js.inc:59 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:24 +msgid "Copy Username" msgstr "Kopier brugernavn" #. (itstool) path: action/text -#: ../../../config/strings.js.inc:60 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:41 -#: ../../../config/actions.xml:199 ../../../config/actions.xml:271 -msgid "Copiar Clave" +#: app/config/strings.js.inc:60 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:41 +#: app/config/actions.xml:199 app/config/actions.xml:271 +msgid "Copy Password" msgstr "Kopier kodeord" -#: ../../../config/strings.js.inc:61 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:84 -msgid "Incluir Números" +#: app/config/strings.js.inc:61 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:84 +msgid "Include Numbers" msgstr "Inkluder tal" -#: ../../../config/strings.js.inc:62 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:126 -msgid "Incluir Mayúsculas" +#: app/config/strings.js.inc:62 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:126 +msgid "Include Uppercase" msgstr "Inkluder store bogstaver" -#: ../../../config/strings.js.inc:63 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:112 +#: app/config/strings.js.inc:63 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:112 #, fuzzy -msgid "Incluir Símbolos" +msgid "Include Symbols" msgstr "Inkluder specialtegn" -#: ../../../config/strings.js.inc:64 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:16 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:24 -msgid "Longitud" +#: app/config/strings.js.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:16 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:24 +msgid "Length" msgstr "Længde" -#: ../../../config/strings.js.inc:65 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:42 -msgid "Seleccionar Acción" +#: app/config/strings.js.inc:65 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:42 +msgid "Select Action" msgstr "Vælg handling" -#: ../../../config/strings.js.inc:68 -msgid "Aceptar" +#: app/config/strings.js.inc:68 +msgid "Accept" msgstr "Accepter" -#: ../../../config/strings.js.inc:69 -msgid "Cancelar" +#: app/config/strings.js.inc:69 +msgid "Cancel" msgstr "Fortryd" -#: ../../../config/strings.js.inc:70 +#: app/config/strings.js.inc:70 #, fuzzy -msgid "Clave Copiada al Portapapeles" +msgid "Password Copied into Clipboard" msgstr "Kodeord kopieret til udklipsholder" -#: ../../../config/strings.js.inc:71 -msgid "Error al copiar al portapapeles" +#: app/config/strings.js.inc:71 +msgid "Error while copying to clipboard" msgstr "Fejl under kopiering til udklipsholder" -#: ../../../config/strings.js.inc:73 -msgid "Recibir notificaciones?" +#: app/config/strings.js.inc:73 +msgid "Send notifies?" msgstr "Send notifikationer?" -#: ../../../config/strings.js.inc:74 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:160 -msgid "Marcar Favorito" -msgstr "Vælg som foretrukken" +#. (itstool) path: action/text +#: app/config/strings.js.inc:74 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:160 +#: app/config/actions.xml:247 +msgid "Mark as Favorite" +msgstr "" #. (itstool) path: action/text -#: ../../../config/strings.js.inc:75 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:150 -#: ../../../config/actions.xml:253 -msgid "Eliminar Favorito" +#: app/config/strings.js.inc:75 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:150 +#: app/config/actions.xml:253 +msgid "Delete Favorite" msgstr "Slet foretrukken" -#: ../../../config/strings.js.inc:76 -msgid "Limpiar Selección" +#: app/config/strings.js.inc:76 +msgid "Clear Selection" msgstr "Ryd valgte" -#: ../../../config/strings.js.inc:77 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:80 -msgid "Mostrar Favoritos" +#. (itstool) path: action/text +#: app/config/strings.js.inc:77 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:80 +#: app/config/actions.xml:241 +msgid "Show Favorites" msgstr "Vis foretrukne" -#: ../../../config/strings.js.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:74 +#: app/config/strings.js.inc:78 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:74 #, fuzzy -msgid "Mostrar Todos" +msgid "Display All" msgstr "Vis alle" -#: ../../../config/strings.js.inc:79 -msgid "Ayuda" -msgstr "Hjælp" - -#: ../../../config/strings.js.inc:80 -msgid "Sin cambios" -msgstr "Ingen ændringer" - -#: ../../../config/strings.js.inc:81 -msgid "Ahora" +#: app/config/strings.js.inc:81 +msgid "Now" msgstr "Nu" -#: ../../../config/strings.js.inc:82 +#: app/config/strings.js.inc:82 msgid "" -"Este proceso importará los usuarios de LDAP detectados. Desea continuar?" +"This process will import the detected LDAP users. Would you like to continue?" msgstr "Dette vil importere de fundne LDAP-brugere. Vil du fortsætte?" -#: ../../../config/strings.js.inc:83 -msgid "Esta acción restablecerá todos los datos del plugin. Desea continuar?" +#: app/config/strings.js.inc:83 +msgid "This action will reset all plugin data. Do you want to continue?" msgstr "Dette vil nulstille alle plugin-data. Vil du fortsætte?" -#: ../../../config/strings.js.inc:84 +#: app/config/strings.js.inc:84 #, fuzzy -msgid "Este proceso puede durar algo de tiempo. Desea continuar?" +msgid "This process could take some time long. Do you wish to continue?" msgstr "Denne proces kan tage noget tid. Vil du fortsætte?" -#: ../../../config/strings.js.inc:85 -msgid "Aviso" -msgstr "Advarsel" - -#: ../../../config/strings.js.inc:87 +#: app/config/strings.js.inc:87 #, fuzzy -msgid "" -"Realizando tarea. Por favor, no cierre la ventana/pestaña del navegador." +msgid "Performing task. Please, do not close browser's window/tab." msgstr "Proces er i gang, luk venligst ikke browser-vinduet eller fanebladet." -#: ../../../config/strings.js.inc:88 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:98 -msgid "Incluir Letras" +#: app/config/strings.js.inc:88 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:98 +msgid "Include Letters" msgstr "Inkludér bogstaver" -#: ../../../config/strings.js.inc:89 +#: app/config/strings.js.inc:89 #, fuzzy -msgid "Cookies deshabilitadas. La aplicación no funcionará correctamente." +msgid "Cookies disabled. Application won't work properly." msgstr "Cookies er slået fra. Applikationen vil ikke fungere korrekt." -#: ../../../config/strings.js.inc:90 -msgid "Portapapeles no soportado por el navegador." +#: app/config/strings.js.inc:90 +msgid "Clipboard not supported by your browser." msgstr "Udklipsholder er ikke understøttet af din webbrowser." -#: ../../../config/strings.js.inc:91 -msgid "Realizando auto-login" +#: app/config/strings.js.inc:91 +msgid "Performing auto-login" msgstr "Udfører automatisk login" -#: ../../../config/strings.js.inc:92 -msgid "Hay una versión más reciente del plugin {0} ({1})" +#: app/config/strings.js.inc:92 +msgid "There is a more recent version of {0} plugin ({1})" msgstr "Der er en nyere version af {0} plugin ({1})" -#: ../../../config/strings.js.inc:93 -#: ../../../modules/web/themes/material-blue/views/main/update.inc:30 -msgid "Actualizado" +#: app/config/strings.js.inc:93 +#: app/modules/web/themes/material-blue/views/main/update.inc:30 +msgid "Updated" msgstr "Opdateret" -#: ../../../config/strings.js.inc:94 -#: ../../../modules/web/themes/material-blue/views/main/update.inc:36 -msgid "Error al comprobar actualizaciones" +#: app/config/strings.js.inc:94 +#: app/modules/web/themes/material-blue/views/main/update.inc:36 +msgid "Error while checking for updates" msgstr "Fejl under søgning efter opdateringer" -#: ../../../config/strings.js.inc:95 -msgid "Avisos de sysPass" +#: app/config/strings.js.inc:95 +msgid "sysPass Notices" msgstr "sysPass notifikationer" -#: ../../../config/strings.js.inc:96 -msgid "Vaciar los tracks?" +#: app/config/strings.js.inc:96 +msgid "Clear the tracks out?" msgstr "Clear the tracks out?" -#: ../../../config/strings.js.inc:97 -msgid "Archivo descargado" -msgstr "Fil hentet" - -#: ../../../modules/web/themes/material-blue/views/_layouts/main.inc:21 -msgid "Javascript es necesario para el correcto funcionamiento" +#: app/modules/web/themes/material-blue/views/_layouts/main.inc:21 +msgid "Javascript is needed in order to run correctly" msgstr "Javascript er påkrævet for at programmet skal fungere korrekt" -#: ../../../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:40 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:50 -msgid "Volver" -msgstr "Tilbage" - -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:70 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:127 -msgid "Preferencias de usuario" +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:70 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:127 +msgid "User preferences" msgstr "Brugerpræferencer" -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:74 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:77 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:148 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:151 -msgid "Salir" +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:74 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:77 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:148 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:151 +msgid "Sign Out" msgstr "Log ud" -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:164 -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:53 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:164 +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:53 msgid "Demo" msgstr "Demonstration" -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:44 -msgid "Indica si la conexión utiliza HTTPS." +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:44 +msgid "Tells whether the connection uses HTTPS or not." msgstr "Afslører om forbindelsen bruger HTTPS eller ej" -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:44 +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:44 #, fuzzy msgid "" -"Las claves de formularios enviados se encriptan mediante PKI, el resto de " -"datos no." +"Passwords sent from forms are encrypted using PKI, the remain data don't." msgstr "" "Kodeordene sendt fra formularerne er krypteret med PKI, andre data er ikke." -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:66 -msgid "Ayuda :: FAQ :: Changelog" +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:66 +msgid "Help :: FAQ :: Changelog" msgstr "Hjælp :: OSS :: Ændringslog" -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:70 -msgid "Un proyecto de cygnux.org" +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:70 +msgid "A cygnux.org project" msgstr "Et cygnux.org projekt" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:8 -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:12 -msgid "Parámetros especiales" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:8 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:12 +msgid "Special parameters" msgstr "Specielle parametre" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:14 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:14 msgid "" -"Es posible utilizar uno o varios parámetros especiales separados por espacios" +"You could use either one or several special parameters separated by blank " +"spaces" msgstr "" "Du kan anvende en eller flere specielle parametre separeret med mellemrum" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:16 -msgid "Buscar cuentas a las que 'login' tenga acceso" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:16 +msgid "Search for accounts which 'login' has access rights" msgstr "Søg efter konti hvis 'bruger' har adgang" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:17 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:17 #, fuzzy -msgid "Devolver las cuentas en las que 'login' es propietario" +msgid "Get the accounts in which user login \"login\" is the owner" msgstr "Find de konti hvor brugeren \"bruger\" er ejer" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:18 -msgid "Buscar cuentas a las que 'group_name' tenga acceso" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:18 +msgid "Search for accounts which 'group_name' has access rights" msgstr "Søg efter konti hvis 'gruppenavn' har adgang" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:19 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:19 #, fuzzy -msgid "Devolver las cuentas con grupo principal 'group_name'" +msgid "Get the accounts in which main group \"group_name\" is set" msgstr "Find de konti hvor hovedgruppen er \"gruppenavn\"" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:20 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:20 #, fuzzy -msgid "Buscar cuentas con archivos con el nombre 'file_name'" +msgid "Search for accounts which contain a file with the name 'file_name'" msgstr "Søg efter konti der indeholder en fil med navnet 'filnavn'" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:21 -msgid "Buscar cuentas por nombre de cliente" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:21 +msgid "Search for accounts by client name" msgstr "Search for accounts by client name" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:22 -msgid "Buscar cuentas por nombre de categoría" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:22 +msgid "Search for accounts by category name" msgstr "Search for accounts by category name" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:23 -msgid "Devolver la cuenta con ID" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:23 +msgid "Returns the account for the given ID" msgstr "Returnerer kontoen for det angivne ID" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:24 -msgid "Buscar cuentas con la clave caducada" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:24 +msgid "Search for accounts with expired password" msgstr "Søg efter konti med udløbet kodeord" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:25 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:25 #, fuzzy -msgid "Devolver las cuentas privadas del usuario actual" +msgid "Get private accounts for current user" msgstr "Find private konti for den nuværende bruger" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:26 -msgid "Operador para los parámetros especiales" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:26 +msgid "Operator for special parameters" msgstr "Operatør til specielle parametre" -#: ../../../modules/web/themes/material-blue/views/_partials/no_records_found.inc:10 -#: ../../../modules/web/themes/material-blue/views/account/search-index.inc:19 -msgid "No se encontraron registros" +#: app/modules/web/themes/material-blue/views/_partials/no_records_found.inc:10 +#: app/modules/web/themes/material-blue/views/account/search-index.inc:19 +msgid "No records found" msgstr "Ingen registreringer fundet" -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:85 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:168 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:175 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:64 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:115 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:122 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:59 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:66 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:38 -msgid "Clave (repetir)" +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:85 +#: app/modules/web/themes/material-blue/views/account/account.inc:168 +#: app/modules/web/themes/material-blue/views/account/account.inc:175 +#: app/modules/web/themes/material-blue/views/install/index.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:115 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:122 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:59 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:66 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:38 +msgid "Password (repeat)" msgstr "Kodeord(gentaget)" -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:109 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:194 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:254 -msgid "Seleccionar Fecha" +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:109 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:147 +#: app/modules/web/themes/material-blue/views/account/account.inc:194 +#: app/modules/web/themes/material-blue/views/account/account.inc:278 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:254 +msgid "Select date" msgstr "Vælg dato" -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:19 -msgid "Histórico" +#: app/modules/web/themes/material-blue/views/account/account-history.inc:19 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:140 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:142 +#: app/modules/web/themes/material-blue/views/account/account.inc:271 +#: app/modules/web/themes/material-blue/views/account/account.inc:273 +msgid "History" msgstr "Historik" -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:28 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:45 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:22 -msgid "Detalles" +#: app/modules/web/themes/material-blue/views/account/account-history.inc:28 +#: app/modules/web/themes/material-blue/views/account/account.inc:45 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:22 +msgid "Details" msgstr "Detaljer" -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:127 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:200 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:163 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:169 -msgid "Notas" -msgstr "Noter" - -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:140 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:142 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:271 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:273 -msgid "Historial" -msgstr "Historik" - -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:147 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:278 -msgid "Seleccionar fecha" -msgstr "Vælg dato" - -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:160 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:293 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:32 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:291 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:293 -msgid "Última Modificación" -msgstr "Sidste ændring" - -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:23 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:54 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:119 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:140 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:18 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:35 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:57 -msgid "Seleccionar Usuarios" -msgstr "Vælg brugere" - -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:33 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:37 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:101 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:105 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:127 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:176 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:29 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:70 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:53 -msgid "Ver" -msgstr "Vis" - -#: ../../../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:132 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:136 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:148 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:198 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:46 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:87 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:102 -msgid "Editar" -msgstr "Tilret" - -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:91 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:122 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:168 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:190 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:59 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:76 -msgid "Seleccionar Grupos" -msgstr "Vælg grupper" - -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:204 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:182 -msgid "Privada" -msgstr "Privat" - -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:223 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:198 -msgid "Privada Grupo" -msgstr "Privat for gruppen" - -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:15 -msgid "Solicitar Modificación de Cuenta" -msgstr "Anmod om ændring af konto" - -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:46 -msgid "Petición" -msgstr "Anmodning" - -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:52 -msgid "Descripción de la petición" -msgstr "Beskrivelse af anmodning" - -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:74 -msgid "Enviar" -msgstr "Send" - -#: ../../../modules/web/themes/material-blue/views/account/account.inc:37 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:133 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:21 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:214 -msgid "Permisos" -msgstr "Rettigheder" - -#: ../../../modules/web/themes/material-blue/views/account/account.inc:218 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:98 -msgid "Seleccionar Etiquetas" -msgstr "Vælg mærker" - -#: ../../../modules/web/themes/material-blue/views/account/account.inc:262 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:26 -msgid "Seleccionar Cuenta" -msgstr "Vælg konto" - -#: ../../../modules/web/themes/material-blue/views/account/account.inc:301 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:303 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:306 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:193 -msgid "Enlace Público" -msgstr "Offentligt link" - -#: ../../../modules/web/themes/material-blue/views/account/account.inc:314 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:316 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:319 -msgid "Enlace Directo" -msgstr "Direkte link" - -#: ../../../modules/web/themes/material-blue/views/account/details.inc:22 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:24 -msgid "Fecha Alta" -msgstr "Dato tilføjet" - -#: ../../../modules/web/themes/material-blue/views/account/details.inc:60 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:62 -msgid "Fecha Edición" -msgstr "Dato ændret" - -#: ../../../modules/web/themes/material-blue/views/account/details.inc:68 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:70 -msgid "Editor" -msgstr "Redaktør" - -#: ../../../modules/web/themes/material-blue/views/account/details.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:80 -msgid "Fecha de Clave" -msgstr "Kodeordsdato" - -#: ../../../modules/web/themes/material-blue/views/account/files.inc:37 -msgid "Soltar archivos aquí (max. 5) o click para seleccionar" -msgstr "Slip filer her(max 5) eller klik for at vælge" - -#: ../../../modules/web/themes/material-blue/views/account/files.inc:39 -#, php-format -msgid "Tamaño máximo de archivo: %d MB" -msgstr "Maks. filstørrelse: %d MB" - -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:35 -msgid "Buscar en Wiki" -msgstr "Søg i Wiki" - -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:84 -#, php-format -msgid "Abrir enlace a: %s" -msgstr "Åbn link til: %s" - -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:111 -msgid "Clave Caducada" -msgstr "Kodeord udløbet" - -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:125 -msgid "Cuenta Privada (Grupo)" -msgstr "Privat konto (Gruppe)" - -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:168 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:127 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:78 +#: app/modules/web/themes/material-blue/views/account/account.inc:200 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:168 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:163 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:169 msgid "Notes" msgstr "Noter" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:182 -msgid "Archivos adjuntos" +#: app/modules/web/themes/material-blue/views/account/account-history.inc:160 +#: app/modules/web/themes/material-blue/views/account/account.inc:293 +#: app/modules/web/themes/material-blue/views/account/details.inc:32 +#: app/modules/web/themes/material-blue/views/account/details.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:291 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:293 +msgid "Last Modification" +msgstr "Sidste ændring" + +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:23 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:54 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:119 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:140 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:18 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:35 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:57 +msgid "Select Users" +msgstr "Vælg brugere" + +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:33 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:37 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:101 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:105 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:127 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:176 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:29 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:53 +msgid "View" +msgstr "Vis" + +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:91 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:122 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:168 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:190 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:59 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:76 +msgid "Select Groups" +msgstr "Vælg grupper" + +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:204 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:182 +msgid "Private" +msgstr "Privat" + +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:223 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:198 +msgid "Private for Group" +msgstr "Privat for gruppen" + +#: app/modules/web/themes/material-blue/views/account/account-request.inc:15 +msgid "Request Account Modification" +msgstr "Anmod om ændring af konto" + +#: app/modules/web/themes/material-blue/views/account/account-request.inc:52 +msgid "Request description" +msgstr "Beskrivelse af anmodning" + +#: app/modules/web/themes/material-blue/views/account/account-request.inc:74 +msgid "Send" +msgstr "Send" + +#: app/modules/web/themes/material-blue/views/account/account.inc:37 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:133 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:21 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:214 +msgid "Permissions" +msgstr "Rettigheder" + +#: app/modules/web/themes/material-blue/views/account/account.inc:218 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:98 +msgid "Select Tags" +msgstr "Vælg mærker" + +#: app/modules/web/themes/material-blue/views/account/account.inc:262 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:26 +msgid "Select Account" +msgstr "Vælg konto" + +#: app/modules/web/themes/material-blue/views/account/account.inc:301 +#: app/modules/web/themes/material-blue/views/account/account.inc:303 +#: app/modules/web/themes/material-blue/views/account/account.inc:306 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:193 +msgid "Public Link" +msgstr "Offentligt link" + +#: app/modules/web/themes/material-blue/views/account/account.inc:314 +#: app/modules/web/themes/material-blue/views/account/account.inc:316 +#: app/modules/web/themes/material-blue/views/account/account.inc:319 +msgid "Direct Link" +msgstr "Direkte link" + +#: app/modules/web/themes/material-blue/views/account/details.inc:22 +#: app/modules/web/themes/material-blue/views/account/details.inc:24 +msgid "Date Added" +msgstr "Dato tilføjet" + +#: app/modules/web/themes/material-blue/views/account/details.inc:60 +#: app/modules/web/themes/material-blue/views/account/details.inc:62 +msgid "Date Modified" +msgstr "Dato ændret" + +#: app/modules/web/themes/material-blue/views/account/details.inc:68 +#: app/modules/web/themes/material-blue/views/account/details.inc:70 +msgid "Editor" +msgstr "Redaktør" + +#: app/modules/web/themes/material-blue/views/account/details.inc:78 +#: app/modules/web/themes/material-blue/views/account/details.inc:80 +msgid "Password Date" +msgstr "Kodeordsdato" + +#: app/modules/web/themes/material-blue/views/account/files.inc:37 +msgid "Drop files here (max. 5) or click to select" +msgstr "Slip filer her(max 5) eller klik for at vælge" + +#: app/modules/web/themes/material-blue/views/account/files.inc:39 +#, php-format +msgid "Maximum file size: %d MB" +msgstr "Maks. filstørrelse: %d MB" + +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:35 +msgid "Search in Wiki" +msgstr "Søg i Wiki" + +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:84 +#, php-format +msgid "Open link to: %s" +msgstr "Åbn link til: %s" + +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:111 +msgid "Password Expired" +msgstr "Kodeord udløbet" + +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:125 +msgid "Private Account (Group)" +msgstr "Privat konto (Gruppe)" + +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:182 +msgid "Attachments" msgstr "Vedhæftninger" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:209 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:220 -msgid "Enlace a Wiki" +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:209 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:220 +msgid "Link to Wiki" msgstr "Link til Wiki" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:212 -msgid "Ver en Wiki" +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:212 +msgid "View at Wiki" msgstr "Vis i Wiki" -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:59 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:63 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:230 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:231 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:59 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:63 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:230 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:231 #, fuzzy -msgid "Búsqueda global" +msgid "Global search" msgstr "Global søgning" -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:85 -msgid "Filtrar Favoritos" +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:85 +msgid "Favorites Filtering" msgstr "Filtrér efter foretrukne" -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:100 -msgid "Cuentas por página" +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:100 +msgid "Accounts per page" msgstr "Antal konti pr. side" -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:108 -msgid "Más Filtros" +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:108 +msgid "More Filters" msgstr "Flere filtre" -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:113 -msgid "Seleccionar Etiqueta" +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:113 +msgid "Select Tag" msgstr "Vælg mærke" -#: ../../../modules/web/themes/material-blue/views/common/aux-customfields.inc:22 -msgid "Los datos serán encriptados al guardar" +#: app/modules/web/themes/material-blue/views/common/aux-customfields.inc:22 +msgid "Data will be encrypted after saving" msgstr "Data krypteres efter lagring" -#: ../../../modules/web/themes/material-blue/views/common/aux-customfields.inc:27 -msgid "Los datos serán desencriptados al guardar" +#: app/modules/web/themes/material-blue/views/common/aux-customfields.inc:27 +msgid "Data will be unencrypted after saving" msgstr "Data vil blive dekrypteret ved lagring" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:12 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:12 +#: app/modules/web/themes/material-blue/views/config/backup.inc:12 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:12 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:12 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:12 #, php-format -msgid "La extensión '%s' no está disponible" +msgid "The '%s' extension is unavailable" msgstr "'%s' udvidelsen er ikke tilgængelig" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:16 -msgid "Esta extensión es necesaria para mostrar las claves como imágenes" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:16 +msgid "This extension is needed to display passwords as images" msgstr "Denne udvidelse er påkrævet for at kunne vise kodeord som billeder" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:30 -msgid "Búsqueda" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:30 +msgid "Searching" msgstr "Søger" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:36 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:56 -msgid "Resultados por página" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:36 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:52 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:56 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:72 +msgid "Results per page" msgstr "Antal resultater pr. side" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:41 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:61 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:41 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:61 #, fuzzy -msgid "Número de resultados por página a mostrar, al realizar una búsqueda." +msgid "Number of results per page to display when performing a search." msgstr "Antal resultater pr. side ved søgning." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:52 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:72 -msgid "Número de resultados por página" -msgstr "Antal resultater pr. side" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:70 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:30 -msgid "Caducidad clave cuentas" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:30 +msgid "Accounts password expiry" msgstr "Konti'enes kodeordsudløb" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:71 -msgid "Habilita la caducidad de la clave de cuentas." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:71 +msgid "Enables the accounts password expiry date." msgstr "Aktiverer udløbsdato for konti" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:79 -msgid "Tiempo caducidad clave" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:79 +msgid "Password expiry time" msgstr "Udløbsdato for kodeord" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:84 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:84 #, fuzzy -msgid "Número de días para la caducidad de la clave de cuenta." +msgid "Number of days for account's password expiry date." msgstr "Antal dage før kontoen udløber" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:94 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:38 -msgid "Tiempo caducidad (días)" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:94 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:38 +msgid "Expire time (days)" msgstr "Udløbstid (dage)" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:112 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:90 -msgid "Nombre de cuenta como enlace" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:112 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:90 +msgid "Account name as link" msgstr "Kontonavn som link" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:113 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:92 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:113 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:92 #, fuzzy -msgid "" -"Habilita el nombre de la cuenta de la búsqueda, como enlace a los detalles " -"de la cuenta." +msgid "Enables to use the account name as a link to account details." msgstr "Aktiverer at kontonavnet fungerer som et link til kontodetaljer" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:128 -msgid "Búsquedas globales" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:128 +msgid "Global searches" msgstr "Globale søgninger" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:129 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:129 #, fuzzy 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." +"Allows the users to do searches that includes all accounts, they won't be " +"able to display the account details if they don't have permission." msgstr "" "Tillader bruger at søge i alle konti. Hvis de ikke har rettigheder til det, " "kan de ikke se kontodetaljer." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:144 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:154 -msgid "Imagen para mostrar clave" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:144 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:154 +msgid "Image to show password" msgstr "Billede til at vise kodeord" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:146 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:156 -msgid "Generar una imagen con el texto de la clave de la cuenta." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:146 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:156 +msgid "Generate an image with a text of the account password." msgstr "Genererer et billede med kodeordsteksten" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:148 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:158 -msgid "Util para entornos donde copiar la clave supone un riesgo de seguridad." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:148 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:158 +msgid "" +"Useful for environments where copying a password to clipboard is a security " +"risk." msgstr "" "Er anvendeligt i miljøer hvor brug af udklipsholder anses som en " "sikkerhedsrisiko" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:164 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:158 -msgid "Resultados en Tarjetas" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:164 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:158 +msgid "Results like Cards" msgstr "Resultater som kort" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:166 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:160 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:166 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:160 #, fuzzy -msgid "Muestra los resultados de búsqueda de cuentas en formato tarjeta." +msgid "Displays account's search results on a card like format." msgstr "Aktiverer at søgeresultater vises som kartotekskort" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:182 -msgid "Acceso Grupos Secundarios" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:182 +msgid "Secondary Groups Access" msgstr "Adgang for sekundærgrupper" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:184 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:184 #, fuzzy -msgid "" -"Habilita el acceso a los usuarios que estén incluidos en los grupos " -"secundarios." +msgid "Grants access to users that are included in secondary groups." msgstr "" "Giver adgang til de brugere der er medlem af den sekundære brugergruppe." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:186 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:186 #, fuzzy msgid "" -"Por defecto el usuario de un grupo secundario es permitido si el grupo " -"secundario está establecido como el primario del usuario." +"By default, user in a secondary group is granted if the secondary group is " +"set as user's main group." msgstr "" "Som standard er brugere i en sekundær gruppe givet adgang hvis denne " "sekundære gruppe er brugerens primærgruppe." #. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:197 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:378 -#: ../../../config/actions.xml:73 -msgid "Enlaces Públicos" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:197 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:378 +#: app/config/actions.xml:73 +msgid "Public Links" msgstr "Offentlige links" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:215 -msgid "Habilitar Enlaces Públicos" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:215 +msgid "Enable Public Links" msgstr "Aktivér offentlige links" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:217 -msgid "" -"Habilita la posibilidad de generar enlaces públicos para ver los detalles de " -"una cuenta." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:217 +msgid "Enables the ability to create public links to view an account's details" msgstr "" "Giver mulighed for at oprette offentlige links der kan vise en kontos " "detaljer" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:219 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:219 #, fuzzy -msgid "" -"Las cuentas enlazadas serán visibles por cualquiera que disponga del enlace." +msgid "Linked accounts will be visible by anyone that have the link." msgstr "De forbundne konti kan ses af alle der har linket." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:221 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:221 #, fuzzy msgid "" -"Para crear enlaces, los usuarios tienen que tener activada la opción en su " -"perfl." +"In order to create links, users must have activated the option on their " +"profiles." msgstr "" "For at oprette links skal brugerne have aktiveret funktionen i deres profil." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:237 -msgid "Usar imagen para clave" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:237 +msgid "Use an image for password" msgstr "Brug et billede til at vise kodeordet" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:239 -msgid "La clave de la cuenta es visualizada como una imagen." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:239 +msgid "The account password is shown as image." msgstr "Kontoens kodeord vises som et billede." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:248 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:257 -msgid "Tiempo de caducidad" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:248 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:257 +msgid "Expire time" msgstr "Udløbstid" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:263 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:272 -msgid "Número máximo de visitas" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:263 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:272 +msgid "Maximum visits" msgstr "Maks. antal besøg" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:298 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:411 -msgid "Gestión de archivos" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:298 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:411 +msgid "Files management" msgstr "Filadministration" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:299 -msgid "Habilita la subida/descarga de archivos para las cuentas." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:299 +msgid "Enables the uploading and downloading of accounts files." msgstr "Aktivere upload og download af filer i konti." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:307 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:320 -msgid "Extensiones de archivos permitidas" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:307 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:320 +msgid "Allowed file extensions" msgstr "Tilladte filendelser" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:312 -msgid "Extensiones permitidas para la subida de archivos." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:312 +msgid "Allowed file extensions for uploading." msgstr "Tilladte filendelser ved upload" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:315 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:315 msgid "" -"Escribir extensión y pulsar intro para añadir. Es necesario guardar la " -"configuración." +"Write the extension and press enter to add. Remember to save the " +"configuration." msgstr "" "Indtast filendelsen og tryk [Enter] for at tilføje. Husk at gemme " "konfigurationen." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:328 -msgid "Tamaño máximo de archivo" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:328 +msgid "Maximum file size" msgstr "Max filstørrelse" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:333 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:333 #, fuzzy -msgid "Establece el tamaño máximo para subir archivos." +msgid "Sets the maximum file size for uploading." msgstr "Indstil den maksimale filstørrelse ved upload" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:337 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:337 #, fuzzy -msgid "El máximo absuluto es de 16MB." +msgid "Absolute maximum is 16MB." msgstr "Det absolutte maximum er 16MB" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:348 -msgid "Tamaño máximo de archivo en kilobytes" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:348 +msgid "Maximum file size in kilobytes" msgstr "Maksimal filstørrelse i kilobyte" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:16 -msgid "" -"Esta extensión es necesaria para generar los archivos de copia de seguridad " -"de la aplicación" +#: app/modules/web/themes/material-blue/views/config/backup.inc:16 +msgid "This extension is needed to build the application's backup files" msgstr "" "Denne udvidelser er påkrævet for at generere applikationens backupfiler" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:30 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:33 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:109 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:112 -msgid "Resultado" +#: app/modules/web/themes/material-blue/views/config/backup.inc:30 +#: app/modules/web/themes/material-blue/views/config/backup.inc:33 +#: app/modules/web/themes/material-blue/views/config/backup.inc:109 +#: app/modules/web/themes/material-blue/views/config/backup.inc:112 +msgid "Result" msgstr "Resultat" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:41 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:44 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:120 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:123 -msgid "Descargar Actual" +#: app/modules/web/themes/material-blue/views/config/backup.inc:41 +#: app/modules/web/themes/material-blue/views/config/backup.inc:44 +#: app/modules/web/themes/material-blue/views/config/backup.inc:120 +#: app/modules/web/themes/material-blue/views/config/backup.inc:123 +msgid "Download Current" msgstr "Hent aktuel" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:51 -msgid "Copia BBDD" +#: app/modules/web/themes/material-blue/views/config/backup.inc:51 +msgid "DB Backup" msgstr "Databasebackup" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:58 -msgid "Copia sysPass" +#: app/modules/web/themes/material-blue/views/config/backup.inc:58 +msgid "sysPass Backup" msgstr "sysPass-backup" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:80 +#: app/modules/web/themes/material-blue/views/config/backup.inc:80 #, fuzzy 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." +"The backup allows you to save and download sysPass database and application " +"files including its configuration." msgstr "" "Backup tillader dig at gemme enten sysPass databasen, applikationsfilerne " "eller konfigurationen." -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:82 +#: app/modules/web/themes/material-blue/views/config/backup.inc:82 msgid "" -"Con este método es posible guardar todos los datos de sysPass en otro lugar " -"o utilizarlos para hacer la aplicación portable." +"With this method it's possible to either save all sysPass data in another " +"place or use it to make the application portable." msgstr "" "Med denne metode er det muligt at enten gamme alle sysPass data et andet " "sted eller bruge dem til at gøre applikationen portabel" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:101 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:185 -msgid "Exportar Cuentas" +#: app/modules/web/themes/material-blue/views/config/backup.inc:101 +#: app/modules/web/themes/material-blue/views/config/backup.inc:185 +msgid "Export Accounts" msgstr "Eksportér konti" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:139 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:147 -msgid "Clave de Exportación" +#: app/modules/web/themes/material-blue/views/config/backup.inc:139 +#: app/modules/web/themes/material-blue/views/config/backup.inc:147 +msgid "Export Password" msgstr "Eksport-kodeord" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:153 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:161 -msgid "Clave de Exportación (repetir)" +#: app/modules/web/themes/material-blue/views/config/backup.inc:153 +#: app/modules/web/themes/material-blue/views/config/backup.inc:161 +msgid "Export Password (repeat)" msgstr "Eskport-kodeord(gentaget)" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:187 +#: app/modules/web/themes/material-blue/views/config/backup.inc:187 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." +"The accounts export allows you to save the accounts and their data in XML " +"format to be imported in another sysPass instance." msgstr "" "Eksport af konti giver mulighed for at gemme dem som XML så de kan " "importeres i en anden sysPass installation." -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:189 +#: app/modules/web/themes/material-blue/views/config/backup.inc:189 #, fuzzy -msgid "Los elementos exportados son cuentas, clientes, categorías y etiquetas." +msgid "Exported items are accounts, clients, categories and tags." msgstr "De eksporterede elementer er Konti, Klienter, Kategorier og Mærker." -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:191 +#: app/modules/web/themes/material-blue/views/config/backup.inc:191 #, fuzzy msgid "" -"Las claves de las cuentas son exportadas de forma encriptada para mayor " -"seguridad." +"Accounts' password are exported in an encrypted way for better security." msgstr "Konto-kodeordene er eksporteret krypteret for højere sikkerhed." -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:193 +#: app/modules/web/themes/material-blue/views/config/backup.inc:193 #, fuzzy msgid "" -"Es posible establecer una clave de exportación para guardar todos los datos " -"encriptados en el archivo XML." +"It's possible to set an export password to save all the encrypted data in " +"the XML file." msgstr "" "Det er muligt at angive et eksport-kodeord der anvendes ved lagring af alle " "de krypterede data i XML-filen." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:17 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:153 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:152 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:167 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:50 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:56 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:57 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:102 -msgid "Clave Maestra" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:17 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:153 +#: app/modules/web/themes/material-blue/views/config/import.inc:152 +#: app/modules/web/themes/material-blue/views/config/import.inc:167 +#: app/modules/web/themes/material-blue/views/install/index.inc:50 +#: app/modules/web/themes/material-blue/views/install/index.inc:56 +#: app/modules/web/themes/material-blue/views/login/index.inc:57 +#: app/modules/web/themes/material-blue/views/login/index.inc:102 +msgid "Master Password" msgstr "Hoved-kodeord" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:24 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:27 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:198 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:201 -msgid "Último cambio" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:24 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:27 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:198 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:201 +msgid "Last change" msgstr "Sidst ændret" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:35 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:43 -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:142 -msgid "Clave Maestra actual" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:35 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:43 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:142 +msgid "Current Master Password" msgstr "Aktuelt Hoved-kodeord" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:49 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:57 -msgid "Nueva Clave Maestra" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:49 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:57 +msgid "New Master Password" msgstr "Nyt Hoved-kodeord" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:63 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:71 -msgid "Nueva Clave Maestra (repetir)" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:63 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:71 +msgid "New Master Password (repeat)" msgstr "Nyt Hoved-kodeord(gentaget)" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:80 -msgid "Guarde la nueva clave en un lugar seguro." +#: app/modules/web/themes/material-blue/views/config/encryption.inc:80 +msgid "You should save the new password on a secure place" msgstr "Du bør gemme det nye kodeord et sikkert sted" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:84 -msgid "Se volverán a encriptar las claves de todas las cuentas." +#: app/modules/web/themes/material-blue/views/config/encryption.inc:84 +msgid "All accounts passwords will be encrypted again." msgstr "Alle kontokodeord vil blive genkrypteret" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:88 -msgid "Los usuarios deberán de introducir la nueva clave maestra." +#: app/modules/web/themes/material-blue/views/config/encryption.inc:88 +msgid "Users will need to enter the new Master Password." msgstr "Brugere vil blive afkrævet det nye Hoved-kodeord" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:92 -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:130 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:92 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:130 #, fuzzy, php-format -msgid "" -"Se van a actualizar %s cuentas. Este proceso puede tardar algo de tiempo." +msgid "It will be updated %s accounts. This process could take some time long." msgstr "Der vil opdateres %s konti, Denne proces kan tage nogen tid." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:109 -msgid "No modificar cuentas" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:109 +msgid "Do not modify accounts" msgstr "Ændr ikke konti" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:111 -msgid "Establece una nueva clave maestra sin re-encriptar las cuentas" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:111 +msgid "Sets a new Master Password without re-encrypting the accounts." msgstr "Angiv nyt Hoved-kodeord uden at genkryptere konti" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:127 -msgid "Confirmar cambio" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:127 +msgid "Confirm change" msgstr "Bekræft ændring" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:129 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:129 msgid "" -"Confirmar el cambio de clave maestra después de haber leído las advertencias " -"anteriores." +"Confirm the master password change after you have been read all the above " +"warnings." msgstr "" "Bekræft ændringen af hoved-kodeord efter at du har læst alle ovenstående " "advarsler." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:155 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:155 msgid "" -"La clave maestra es utilizada para encriptar las claves de las cuentas de " -"sysPass para mantenerlas seguras." +"The Master Password is used to encrypt sysPass accounts passwords and keep " +"them safe." msgstr "" "Hoved-kodeordet anvendes til at kryptere sysPass konti og holde dem sikre." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:157 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:157 #, fuzzy msgid "" -"Es recomendable cambiarla cada cierto tiempo y utilizar una clave compleja " -"que incluya números, letras y símbolos." +"It's advisable to change it from time to time and use a complex password " +"that includes numbers, letters and symbols." msgstr "" "Det er tilrådeligt at ændre dem fra tid til anden samt anvende komplekse " "kodeord." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:159 -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:132 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:159 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:132 #, php-format -msgid "Para más información consulte: %s" +msgid "You could get more info on: %s" msgstr "Du kan få mere at vide på: %s" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:169 -msgid "Actualizar hash de clave maestra" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:169 +msgid "Update master password hash" msgstr "Opdater Hoved-kodeords kontrolsum" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:189 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:323 -msgid "Clave Temporal" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:189 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:323 +msgid "Temporary Password" msgstr "Midlertidigt kodeord" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:203 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:218 -msgid "No generada" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:203 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:218 +msgid "Not generated" msgstr "Ikke genereret" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:208 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:211 -msgid "Válido hasta" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:208 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:211 +msgid "Valid until" msgstr "Gyldigt til" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:224 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:227 -msgid "Intentos" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:224 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:227 +msgid "Attempts" msgstr "Antal forsøg" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:234 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:244 -msgid "Validez (s)" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:234 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:244 +msgid "Life (s)" msgstr "Levetid (S)" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:263 -msgid "Enviar correo" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:263 +msgid "Send email" msgstr "Send E-mail" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:265 -msgid "" -"Envía un correo a todos los usuarios o sólo a los del grupo seleccionado." +#: app/modules/web/themes/material-blue/views/config/encryption.inc:265 +msgid "Sends an email to all users or only to those whose group is selected." msgstr "" "Sender en E-mail til alle brugere eller kun de brugere hvis gruppe er valgt." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:325 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:325 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." +"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." msgstr "" "Det midlertidige kodeord anvendes som Hoved-kodeord af de brugere der bliver " "bedt om at indtaste det under login. Når man gør det, er der intet behov for " "at give dem Hoved-kodeordet." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:332 -msgid "Generar" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:332 +msgid "Generate" msgstr "Generér" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:12 -msgid "Autentificación" -msgstr "Autentikering" - -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:30 -msgid "Usar Auth Basic" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:30 +msgid "Use Auth Basic" msgstr "Basal brugerautentificering" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:31 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:31 #, fuzzy -msgid "Usar Auth Basic para autorizar los accesos a la aplicación." +msgid "Use Auth Basic for authorizing accesses to the application" msgstr "Brug basal autentifikation til at autorisere adgang til applikationen" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:45 -msgid "Usar Auth Basic SSO" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:45 +msgid "Use Auth Basic SSO" msgstr "Brug basal autentifikation SSO" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:46 -msgid "Usar auto-login con Auth Basic." +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:46 +msgid "Use auto-login through Auth Basic" msgstr "Brug automatisk login via basal autentifikation" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:54 -msgid "Dominio" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:54 +msgid "Domain" msgstr "Domæne" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:59 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:59 #, fuzzy msgid "" -"El dominio será añadido al nombre de usuario de sysPass para comprobarlo con " -"el de Auth Basic." +"The domain will be added to sysPass user name for checking against the Auth " +"Basic one." msgstr "" "Domænet vil blive tilføjet til sysPass brugernavnet for kontrol op mod det " "brugernavn der findes i basal autentificering." -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:69 -msgid "Nombre de dominio" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:69 +msgid "Domain name" msgstr "Domænenavn" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:75 -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:85 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:45 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:55 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:239 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:249 -msgid "Grupo por Defecto" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:75 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:85 +#: app/modules/web/themes/material-blue/views/config/import.inc:45 +#: app/modules/web/themes/material-blue/views/config/import.inc:55 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:239 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:249 +msgid "Default Group" msgstr "Standardgruppe" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:80 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:80 #, fuzzy -msgid "" -"Define el grupo de usuarios por defecto para los nuevos usuarios de SSO." +msgid "Sets the default users group for newly created SSO users" msgstr "Angiver standard-brugergruppen for nyoprettede SSO-brugere" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:100 -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:110 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:264 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:274 -msgid "Perfil por Defecto" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:100 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:110 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:264 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:274 +msgid "Default Profile" msgstr "Standardprofil" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:105 -msgid "" -"Define el perfil de usuarios por defecto para los nuevos usuarios de SSO." +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:105 +msgid "Sets the default profile for the newly created SSO users." msgstr "Angiv standard-brugerprofilen for nyoprettede SSO-brugere" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:98 -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:101 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:173 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:176 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:70 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:72 -msgid "Eventos" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:12 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:98 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:101 +#: app/modules/web/themes/material-blue/views/config/mail.inc:173 +#: app/modules/web/themes/material-blue/views/config/mail.inc:176 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:70 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:72 +msgid "Events" msgstr "Hændelser" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:30 -msgid "Habilitar log de eventos" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:30 +msgid "Enable event log" msgstr "Aktivér hændelseslog" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:31 -msgid "Guarda las acciones realizadas en la aplicación." +#: app/modules/web/themes/material-blue/views/config/general-events.inc:31 +msgid "Saves the actions done by the application." msgstr "Gemmer alle handlinger foretaget i applikationen" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:45 -msgid "Habilitar Syslog" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:45 +msgid "Enable Syslog" msgstr "Aktivér syslog" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:60 -msgid "Habilitar Syslog Remoto" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:60 +msgid "Enable Remote Syslog" msgstr "Aktivér ekstern syslog" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:70 -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:39 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:75 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:78 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:94 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:119 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:59 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:66 -msgid "Servidor" -msgstr "Server" - -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:78 -msgid "Nombre o dirección IP" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:78 +msgid "Hostname or IP address" msgstr "Hostnavn eller IP-adresse" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:84 -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:92 -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:53 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:72 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:79 -msgid "Puerto" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:84 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:92 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:53 +#: app/modules/web/themes/material-blue/views/config/mail.inc:72 +#: app/modules/web/themes/material-blue/views/config/mail.inc:79 +msgid "Port" msgstr "Port" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:12 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:12 msgid "Proxy" msgstr "Proxy" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:30 -msgid "Usar Proxy" +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:30 +msgid "Use Proxy" msgstr "Anvend Proxy" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:31 -msgid "Usar proxy para comprobación de actualizaciones y notificaciones." +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:31 +msgid "Use a proxy server for checking out for updates and notifications." msgstr "" "Anvend en proxyserver ved søgning efter opdateringer og notifikationer." -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:47 -msgid "Servidor proxy" +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:47 +msgid "Proxy server" msgstr "Proxy-server" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:61 -msgid "Puerto del servidor proxy" +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:61 +msgid "Proxy server port" msgstr "Proxy-server port" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:75 -msgid "Usuario del servidor proxy" +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:75 +msgid "Proxy server user" msgstr "Proxy-server brugernavn" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:89 -msgid "Clave del servidor proxy" +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:89 +msgid "Proxy server password" msgstr "Proxy-server kodeord" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:16 -msgid "" -"Esta extensión es necesaria comprobar las actualizaciones y notificaciones" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:16 +msgid "This extension is needed to check for sysPass updates and notices" msgstr "" "Denne udvidelse er påkrævet for at søge efter sysPass opdateringer og " "notifikationer" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:24 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:15 -msgid "Sitio" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:24 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:15 +msgid "Site" msgstr "Websted" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:30 -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:44 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:107 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:121 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:137 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:139 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:26 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:28 -msgid "Idioma" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:30 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:44 +#: app/modules/web/themes/material-blue/views/config/info.inc:107 +#: app/modules/web/themes/material-blue/views/config/info.inc:121 +#: app/modules/web/themes/material-blue/views/install/index.inc:137 +#: app/modules/web/themes/material-blue/views/install/index.inc:139 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:26 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:28 +msgid "Language" msgstr "Sprog" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:35 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:35 #, fuzzy msgid "" -"Establece el idioma global de la aplicación. Es posible establecer un idioma " -"por usuario en las preferencias." +"Sets the global app language. You can set a per user language on preferences." msgstr "" "Indstil globalt applikationssprog. Du kan indstille et sprog pr. bruger " "under brugerindstillinger." -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:39 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:39 #, fuzzy msgid "" -"Para mejorar/añadir las traducciones, puede colaborar en https://poeditor." -"com/join/project/fmlsBuugyv" +"To improve/add translations, you can get involved at https://poeditor.com/" +"join/project/fmlsBuugyv" msgstr "" "For at forbedre/tilføje oversættelser kan du engagere dig her: https://" "poeditor.com/join/project/fmlsBuugyv" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:57 -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:67 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:40 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:42 -msgid "Tema Visual" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:57 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:67 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:40 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:42 +msgid "Visual Theme" msgstr "Visuelt tema" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:62 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:62 #, fuzzy msgid "" -"Establece el tema visual global de la aplicación. Es posible establecer un " -"tema visual por usuario en las preferencias." +"Sets the global application visual theme. You can set a per user visual " +"theme on preferences." msgstr "" "Indstil det globale visuelle tema. Det kan ændres under brugerindstillinger." -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:81 -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:89 -msgid "Timeout de sesión (s)" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:81 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:89 +msgid "Session timeout (s)" msgstr "Sessions-udløb (s)" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:107 -msgid "Forzar HTTPS" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:107 +msgid "Force HTTPS" msgstr "Gennemtving HTTPS" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:108 -msgid "Fuerza para que todas las conexiones sean a través de HTTPS." +#: app/modules/web/themes/material-blue/views/config/general-site.inc:108 +msgid "It forces the use of HTTPS on all the connections" msgstr "Tvinger alle forbindelser til at anvende HTTPS" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:122 -msgid "Habilitar depuración" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:122 +msgid "Enable debug" msgstr "Aktiver fejlsøgning" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:123 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:123 #, fuzzy msgid "" -"Muestra información relativa a la configuración de la aplicación y " -"rendimiento." +"Displays some information about application configuration and performance." msgstr "Viser information om applikationen og ydelse." -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:137 -msgid "Modo mantenimiento" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:137 +msgid "Maintenance mode" msgstr "Vedligeholdelsestilstand" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:138 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:138 msgid "" -"En este modo no se puede acceder a la aplicación. Para deshabilitarlo es " -"necesario modificar el archivo de configuración." +"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." msgstr "" "I denne tilstand kan man ikke logge ind i applikationen. For at slå " "vedligeholdesestilstand fra skal man rette i konfigurationsfilen eller slå " "den fra på websteds-fanebladet" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:152 -msgid "Comprobar actualizaciones" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:152 +msgid "Check for updates" msgstr "Søg efter opdateringer" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:153 -msgid "" -"Comprobar actualizaciones de la aplicación (sólo para los usuarios " -"administradores)." +#: app/modules/web/themes/material-blue/views/config/general-site.inc:153 +msgid "Check for application updates (only for administrators)." msgstr "Søger efter applikationsopdateringer (kun administratorer)" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:167 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:167 #, fuzzy -msgid "Comprobar notificaciones" +msgid "Check for notifications" msgstr "Søg efter notofikationer" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:168 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:168 msgid "" -"Comprobar si existen notificaciones de seguridad o avisos de sysPass (sólo " -"para los usuarios administradores)." +"Check if there are either sysPass security or warning notices (only for " +"administrators)." msgstr "" "Se om der er kommet sysPass sikkerheds- eller advarsels notifikationer (kun " "for administratorer)" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:182 -msgid "Encriptar Sesión" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:182 +msgid "Encrypt Session" msgstr "Kryptér session" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:184 -msgid "Encriptar los datos de la sesión de PHP." +#: app/modules/web/themes/material-blue/views/config/general-site.inc:184 +msgid "Encrypt PHP session data" msgstr "Kryptér PHP sessionsdata" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:185 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:185 msgid "" -"Esta funcionalidad incrementa la seguridad de las sesiones de PHP ya que los " -"datos almacenados no serán legibles." +"This feature increases the PHP sessions security, because the stored data " +"won't be readable." msgstr "" "Denne funktion forøger PHP sessionens sikkerhed, da gemte data ikke vil " "kunne læses." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:103 -msgid "Importar CSV/XML" +#: app/modules/web/themes/material-blue/views/config/import.inc:12 +#: app/modules/web/themes/material-blue/views/config/import.inc:103 +msgid "CSV/XML Import" msgstr "CSV / XML import" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:18 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:28 -msgid "Usuario por Defecto" +#: app/modules/web/themes/material-blue/views/config/import.inc:18 +#: app/modules/web/themes/material-blue/views/config/import.inc:28 +msgid "Default User" msgstr "Standardbruger" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:23 -msgid "Define el usuario por defecto para las cuentas importadas." +#: app/modules/web/themes/material-blue/views/config/import.inc:23 +msgid "Sets the default user for the accounts imported." msgstr "Indstiller standardbruger til de konti der importeres" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:50 -msgid "Define el grupo por defecto para las cuentas importadas." +#: app/modules/web/themes/material-blue/views/config/import.inc:50 +msgid "Sets the default group for the accounts imported." msgstr "Indstiller standardgruppe til de konti der importeres" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:72 -msgid "Archivo" -msgstr "Fil" - -#: ../../../modules/web/themes/material-blue/views/config/import.inc:75 -msgid "Soltar archivo aquí o click para seleccionar" +#: app/modules/web/themes/material-blue/views/config/import.inc:75 +msgid "Drop files here or click to select" msgstr "Slip filer her eller klik for at vælge" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:105 +#: app/modules/web/themes/material-blue/views/config/import.inc:105 #, fuzzy msgid "" -"Permite realizar la importación de Cuentas, Categorías y Clientes desde " -"archivos XML y CSV." +"Allows to import Accounts, Categories and Clients from XML or CSV files." msgstr "" "Mulliggør import af Konti, Kategorier og Klienter fra XML eller CSV filer." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:107 +#: app/modules/web/themes/material-blue/views/config/import.inc:107 #, fuzzy -msgid "" -"Los formatos de archivos XML soportados son: sysPass, KeePass y KeePassX" +msgid "Supported XML file formats are: sysPass, KeePass and KeePassX" msgstr "Understøttede filformater er: sysPass, KeePass og KeePassX" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:109 -msgid "" -"Arrastar el archivo a importar a la zona indicada o hacer click sobre la " -"flecha." +#: app/modules/web/themes/material-blue/views/config/import.inc:109 +msgid "Drag & Drop the file into the import zone or click over the arrow." msgstr "Træk og slip filerne ind i import-zonen eller klik over pilen." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:111 +#: app/modules/web/themes/material-blue/views/config/import.inc:111 #, 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." +"For KeePass or KeePassX files, client name will be KeePass or KeePassX and " +"category name like groups name." msgstr "" "For KeePass og KeePassX-filer vil klientnavnet blive KeePass(X) og " "kategorinavnene vil svare til gruppenavnene." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:113 -msgid "La importación de archivos CSV se realiza con el siguiente formato:" +#: app/modules/web/themes/material-blue/views/config/import.inc:113 +msgid "The CSV import file requires the following format:" msgstr "CSV importfilen skal anvende følgende format:" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:115 +#: app/modules/web/themes/material-blue/views/config/import.inc:115 msgid "" -"\"nombre_de_cuenta\";\"cliente\";\"categoría\";\"url\";\"usuario\";\"clave\";" -"\"notas\"" +"\"account_name\";\"client\";\"category\";\"url\";\"user\";\"password\";" +"\"notes\"" msgstr "" "\"kontonavn\";\"klient\";\"kategori\";\"url\";\"bruger\";\"kodeord\";\"noter" "\"" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:117 +#: app/modules/web/themes/material-blue/views/config/import.inc:117 msgid "" -"En todos los casos, si el cliente o la categoría no están creados, se crean " -"automáticamente." +"In all cases, if the client or category do not exist they will be created " +"automatically." msgstr "" "I alle tilfælde vil klient eller kategori blive oprettet hvis de ikke " "allerede findes." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:125 +#: app/modules/web/themes/material-blue/views/config/import.inc:125 msgid "XML" msgstr "XML" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:131 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:146 -msgid "Clave de Importación" +#: app/modules/web/themes/material-blue/views/config/import.inc:131 +#: app/modules/web/themes/material-blue/views/config/import.inc:146 +msgid "Import Password" msgstr "Import-kodeord" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:136 -msgid "Sólo es necesaria para archivos XML de sysPass encriptados." +#: app/modules/web/themes/material-blue/views/config/import.inc:136 +msgid "It's only needed for sysPass XML files that have been encrypted." msgstr "Kun påkrævet for krypterede sysPass-filer." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:157 +#: app/modules/web/themes/material-blue/views/config/import.inc:157 #, fuzzy msgid "" -"Sólo es necesaria para archivos XML de sysPass con clave maestra distinta de " -"la actual." +"It's only needed for sysPass XML files that have been encrypted with a " +"different master password from the current one." msgstr "" "Kun påkrævet for krypterede sysPass-filer der er krypteret med et anden " "Hoved-kodeord end det nuværende." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:174 +#: app/modules/web/themes/material-blue/views/config/import.inc:174 msgid "CSV" msgstr "CSV" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:180 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:195 -msgid "Delimitador CSV" +#: app/modules/web/themes/material-blue/views/config/import.inc:180 +#: app/modules/web/themes/material-blue/views/config/import.inc:195 +msgid "CSV delimiter" msgstr "CSV separatortegn" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:185 -msgid "Sólo es necesario para archivos CSV." +#: app/modules/web/themes/material-blue/views/config/import.inc:185 +msgid "It's only needed for CSV files." msgstr "Kun påkrævet for CSV-filer." -#: ../../../modules/web/themes/material-blue/views/config/info.inc:14 -msgid "Información de la Aplicación" +#: app/modules/web/themes/material-blue/views/config/info.inc:14 +msgid "Application Information" msgstr "Applikationsinformation" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:20 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:23 -msgid "Versión sysPass" +#: app/modules/web/themes/material-blue/views/config/info.inc:20 +#: app/modules/web/themes/material-blue/views/config/info.inc:23 +msgid "sysPass version" msgstr "sysPass version" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:30 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:33 -msgid "Base de Datos" +#: app/modules/web/themes/material-blue/views/config/info.inc:30 +#: app/modules/web/themes/material-blue/views/config/info.inc:33 +msgid "Database" msgstr "Database" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:44 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:47 +#: app/modules/web/themes/material-blue/views/config/info.inc:44 +#: app/modules/web/themes/material-blue/views/config/info.inc:47 msgid "PHP" msgstr "PHP" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:49 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:34 -msgid "Versión" -msgstr "Version" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:51 -msgid "Extensiones" +#: app/modules/web/themes/material-blue/views/config/info.inc:51 +msgid "Extensions" msgstr "Udvidelser" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:55 -msgid "Extensiones no disponibles" +#: app/modules/web/themes/material-blue/views/config/info.inc:55 +msgid "Unavailable extensions" msgstr "Utilgængelige udvidelser" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:59 -msgid "Memoria Usada" +#: app/modules/web/themes/material-blue/views/config/info.inc:59 +msgid "Used Memory" msgstr "Anvendt hukommelse" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:63 -msgid "Tasa de descarga" +#: app/modules/web/themes/material-blue/views/config/info.inc:63 +msgid "Download rate" msgstr "Download rate" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:66 +#: app/modules/web/themes/material-blue/views/config/info.inc:66 msgid "OP Cache" msgstr "OP Cache" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:85 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:88 -msgid "Copia de Configuración" +#: app/modules/web/themes/material-blue/views/config/info.inc:85 +#: app/modules/web/themes/material-blue/views/config/info.inc:88 +msgid "Configuration Backup" msgstr "Backup af konfiguration" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:98 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:180 +#: app/modules/web/themes/material-blue/views/config/info.inc:98 +#: app/modules/web/themes/material-blue/views/config/info.inc:180 #, php-format -msgid "Descargar %s" +msgid "Download %s" msgstr "Download %s" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:112 -msgid "Indica si el idioma se encuentra disponible" +#: app/modules/web/themes/material-blue/views/config/info.inc:112 +msgid "Tells whether the language is available or not." msgstr "Indikerer om sproget er tilgængeligt eller ej." -#: ../../../modules/web/themes/material-blue/views/config/info.inc:116 +#: app/modules/web/themes/material-blue/views/config/info.inc:116 msgid "" -"Si no está instalado, es necesario instalar las locales en el sistema " -"operativo. Más información en Wiki." +"If it is not installed, you would need install the right operating system " +"locales. More info at Wiki." msgstr "" "Hvis det ikke er installeret, skal du installere den korrekte operativsystem-" "lokalisation. Du kan læse mere i Wiki'en." -#: ../../../modules/web/themes/material-blue/views/config/info.inc:128 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:138 -msgid "Sesión Encriptada" +#: app/modules/web/themes/material-blue/views/config/info.inc:128 +#: app/modules/web/themes/material-blue/views/config/info.inc:138 +msgid "Encrypted Session" msgstr "Krypteret session" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:133 +#: app/modules/web/themes/material-blue/views/config/info.inc:133 #, fuzzy -msgid "Indica si los datos de la sesión están encriptados en el servidor" +msgid "Tells whether the session data are encrypted in the server side or not" msgstr "Angiver hvorvidt sessionsdata er krypterede eller ej" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:140 -msgid "Sí" -msgstr "Ja" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:140 -msgid "No" -msgstr "Nej" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:145 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:148 -msgid "Plugins Cargados" +#: app/modules/web/themes/material-blue/views/config/info.inc:145 +#: app/modules/web/themes/material-blue/views/config/info.inc:148 +msgid "Loaded Plugins" msgstr "Indlæste plugins" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:171 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:174 -msgid "Archivo de log" +#: app/modules/web/themes/material-blue/views/config/info.inc:171 +#: app/modules/web/themes/material-blue/views/config/info.inc:174 +msgid "Log file" msgstr "Log file" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:16 -msgid "Esta extensión es necesaria conectar con el servidor de LDAP" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:16 +msgid "This extension is needed to connect to the LDAP server" msgstr "Denne udvidelse er påkrævet for at kunne forbinde til en LDAP server" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:46 -msgid "Habilitar LDAP" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:46 +msgid "Enable LDAP" msgstr "Aktivér LDAP" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:48 -msgid "Habilita de autentificación mediante servidor LDAP." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:48 +msgid "Enables authentication against an LDAP server." msgstr "Aktiverer brugergodkendelse op mod en LDAP server" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:50 -msgid "Este método utilizará MySQL en caso de fallo." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:50 +msgid "This method will use MySQL as fallback." msgstr "Denne metode vil bruge MySQL som nødløsning." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:65 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:65 msgid "Active Directory" msgstr "Active Directory" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:67 -msgid "Habilita el modo de conexión con LDAP de Active Directory." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:67 +msgid "Enables Active Directory LDAP connection mode." msgstr "Aktiverer Active Directory LDAP-forbindelsestilstand" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:84 -msgid "Habilita la conexión mediante TLS." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:84 +msgid "Enables the connection over TLS" msgstr "Enables the connection over TLS" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:99 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:99 #, fuzzy -msgid "Nombre o dirección IP del servidor de LDAP." +msgid "Hostname or IP address of LDAP server." msgstr "Hostnavn eller IP-adresse på LDAP serveren" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:103 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:134 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:185 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:219 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:131 -msgid "Ejemplos:" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:103 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:134 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:185 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:219 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:131 +msgid "Examples:" msgstr "Eksempler:" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:125 -msgid "Usuario de conexión" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:125 +msgid "Bind User" msgstr "Bindings-bruger" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:130 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:130 #, fuzzy -msgid "Usuario para conectar con el servicio de LDAP." +msgid "User to connect to LDAP service." msgstr "Brugeren der anvendes til at forbinde til LDAP-tjenesten." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:155 -msgid "Clave de conexión" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:155 +msgid "Bind Password" msgstr "Bind-kodeord" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:160 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:160 #, fuzzy -msgid "Clave del usuario de conexión a LDAP." +msgid "LDAP connection user's password" msgstr "LDAP forbindelses-brugers kodeord" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:176 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:200 -msgid "Base de búsqueda" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:176 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:200 +msgid "Search base" msgstr "Søgebase" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:181 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:181 #, fuzzy -msgid "Base en la que realizar la búsqueda de usuarios de LDAP." +msgid "LDAP base to perform the LDAP users search." msgstr "Det basis i LDAP hvorfra søgninger vil udgå." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:211 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:211 #, fuzzy -msgid "" -"Grupo de LDAP al que debe de pertenecer el usuario para permitir el acceso." +msgid "LDAP group which user must belong to for granting to log in." msgstr "LDAP-gruppen som brugeren skal tilhøre for at måtte logge ind." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:215 -msgid "Este grupo debe de estar ubicado en la base de búsquedas de LDAP." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:215 +msgid "This group needs to be placed in the LDAP search base." msgstr "Denne gruppe skal findes i LDAP Søgebasen" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:244 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:244 #, fuzzy -msgid "" -"Define el grupo de usuarios por defecto para los nuevos usuarios de LDAP." +msgid "Sets the default users group for newly created LDAP users" msgstr "Indstil standard-brugergruppen for nyoprettede LDAP-brugere" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:269 -msgid "" -"Define el perfil de usuarios por defecto para los nuevos usuarios de LDAP." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:269 +msgid "Sets the default profile for the newly created LDAP users." msgstr "Indstil standardprofilen for nyoprettede LDAP-brugere" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:321 -msgid "Importación" -msgstr "Importér" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:321 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:494 +msgid "Import" +msgstr "" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:327 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:337 -msgid "Atributo Login" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:327 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:337 +msgid "Login Attribute" msgstr "Loginattribut" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:332 -msgid "" -"Define el atributo a utilizar para el login del usuario en la importación." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:332 +msgid "Defines the attribute for the user's login when importing." msgstr "Fastsætter attributter for brugerens login ved import." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:350 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:360 -msgid "Atributo Nombre" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:350 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:360 +msgid "Name Attribute" msgstr "Navneattribut" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:355 -msgid "" -"Define el atributo a utilizar para el nombre del usuario en la importación." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:355 +msgid "Defines the attribute for the user's name when importing." msgstr "Definerer attributten for brugerens navn under import." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:385 -msgid "Importar Grupos" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:385 +msgid "Import Groups" msgstr "Importér grupper" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:394 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:404 -msgid "Atributo Nombre Grupo" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:394 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:404 +msgid "Group Name Attribute" msgstr "Gruppenavnsattribut" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:399 -msgid "" -"Define el atributo a utilizar para el nombre del grupo en la importación." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:399 +msgid "Defines the attribute for the user group name when importing." msgstr "" "Definerer attributten for det brugergruppenavn der anvendes ved import." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:415 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:429 -msgid "Filtro" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:415 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:429 +msgid "Filter" msgstr "Filter" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:420 -msgid "Filtro para importar usuarios o grupos de LDAP." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:420 +msgid "Filter for importing LDAP users or groups." msgstr "Filter til import af LDAP-brugere eller grupper." -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:33 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:34 -msgid "Habilitar notificaciones de correo" +#: app/modules/web/themes/material-blue/views/config/mail.inc:33 +#: app/modules/web/themes/material-blue/views/config/mail.inc:34 +msgid "Enable email notifications" msgstr "Aktivér E-mail notifikationer" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:48 -msgid "Habilitar peticiones por correo" +#: app/modules/web/themes/material-blue/views/config/mail.inc:48 +msgid "Enable requests by email" msgstr "Aktivér forespørgsler pr. E-mail" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:50 +#: app/modules/web/themes/material-blue/views/config/mail.inc:50 #, fuzzy msgid "" -"Habilita que los usuarios puedan solicitar modificaciones o acceso a las " -"cuentas sin permisos." +"Allows users to request for either modifications to existing accounts or " +"access to accounts which they have no rights on." msgstr "" "Tillad brugere at anmode om ændringer til eksisterende konti eller konti " "hvortil de ikke har adgang." -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:97 -msgid "Habilitar Autentificación" +#: app/modules/web/themes/material-blue/views/config/mail.inc:97 +msgid "Enable Authentication" msgstr "Aktivér godkendelse" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:132 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:135 -msgid "Seguridad" +#: app/modules/web/themes/material-blue/views/config/mail.inc:132 +#: app/modules/web/themes/material-blue/views/config/mail.inc:135 +msgid "Security" msgstr "Sikkerhed" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:138 -msgid "Deshabilitada" -msgstr "Deaktiveret" - -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:148 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:156 +#: app/modules/web/themes/material-blue/views/config/mail.inc:148 +#: app/modules/web/themes/material-blue/views/config/mail.inc:156 #, fuzzy -msgid "Dirección de correo de envío" +msgid "Recipient email address" msgstr "Afsenderens E-mail adresse" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:162 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:165 -msgid "Destinatarios" +#: app/modules/web/themes/material-blue/views/config/mail.inc:162 +#: app/modules/web/themes/material-blue/views/config/mail.inc:165 +msgid "Recipients" msgstr "Modtagere" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:16 -msgid "Esta extensión es necesaria conectar con DokuWiki" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:16 +msgid "This extension is needed to connect with DokuWiki" msgstr "Denne udvidelse er påkrævet for at kunne forbinde til DokuWiki" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:47 -msgid "Habilitar enlaces Wiki" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:47 +msgid "Enable Wiki links" msgstr "Aktivér Wiki links" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:48 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:48 msgid "" -"Habilita la opción de añadir un enlace a Wiki externa para los resultados de " -"la búsqueda." +"Enables the option to add a link to search for results in an external Wiki." msgstr "Giver mulighed for at linke til søgeresultater i en ekstern Wiki" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:56 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:83 -msgid "URL de búsqueda Wiki" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:56 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:83 +msgid "Wiki search URL" msgstr "Wiki søge-URL" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:61 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:61 #, fuzzy -msgid "URL que utiliza la wiki para realizar una búsqueda de una página." +msgid "URL that Wiki uses for making an entry searching." msgstr "Den URL som wikien anvender til søgning" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:65 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:65 #, fuzzy -msgid "Como parámetro se utiliza el nombre del cliente." +msgid "The client's name is used as parameter." msgstr "Klientnavnet anvendes som parameter" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:69 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:102 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:187 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:214 -msgid "Ejemplo:" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:69 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:102 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:187 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:214 +msgid "Example:" msgstr "Eksempel:" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:89 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:116 -msgid "URL de página en Wiki" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:89 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:116 +msgid "Wiki page URL" msgstr "Wiki URL" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:94 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:94 #, fuzzy -msgid "URL que utiliza la wiki para acceder a los detalles de una página." +msgid "URL that Wiki uses for accessing to the entry details." msgstr "Den URL som wikien anvender til adgang til sidedetaljer" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:98 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:98 #, fuzzy -msgid "" -"El nombre de la cuenta se utiliza como parámetro de la variable de búsqueda " -"de la Wiki." +msgid "Account's name is used as parameter of Wiki search variable." msgstr "Kontonavnet anvendes som en en wiki-søgeparameter" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:122 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:136 -msgid "Prefijo para nombre de cuenta" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:122 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:136 +msgid "Account name prefix" msgstr "Præfiks på kontonavn" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:127 -msgid "" -"Prefijo para determinar qué cuentas tienen un enlace a una página de la Wiki." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:127 +msgid "Prefix to determine which accounts have a link to the Wiki." msgstr "Præfiks der angiver hvilke konti der har et Wiki-link" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:146 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:146 msgid "DokuWiki API" msgstr "DokuWiki API" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:164 -msgid "Habilitar API de DokuWiki" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:164 +msgid "Enable DokuWiki API" msgstr "Aktivér DokuWiki API" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:166 -msgid "" -"Habilita la conexión a la API XML-RPC de DokuWiki para los enlaces Wiki." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:166 +msgid "Enables DokuWiki XML-RPC API for Wiki links." msgstr "Aktiverer DokuWiki XML-RPC API'et til Wiki links." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:168 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:168 msgid "" -"Para que esta característica funcione, es necesario habilitar los enlaces " -"Wiki para el filtrado de cuentas." +"In order to get this feature working, you should enable Wiki links for " +"accounts filtering" msgstr "" "For at få dette til at fungere skal du aktivere Wiki links til " "kontofiltrering" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:178 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:199 -msgid "URL API" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:178 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:199 +msgid "API URL" msgstr "API URL" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:183 -msgid "URL de la API de DokuWiki." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:183 +msgid "DokuWiki API URL" msgstr "DokuWiki API URL" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:205 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:227 -msgid "URL Base" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:205 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:227 +msgid "Base URL" msgstr "Basis URL" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:210 -msgid "URL base de DokuWiki." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:210 +msgid "DokuWiki base URL" msgstr "DokuWiki basis URL" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:238 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:238 #, fuzzy -msgid "Usuario para conectar a la API de DokuWiki." +msgid "User for connecting to the DokuWiki API." msgstr "Bruger der anvendes til at forbinde til DokuWiki API" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:266 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:282 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:266 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:282 msgid "Namespace" msgstr "Namespace" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:271 -msgid "Namespace utilizado para buscar las páginas." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:271 +msgid "Namespace used to search pages." msgstr "Namespace der anvendes til at søge i siderne." -#: ../../../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:170 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:172 -msgid "Instalar" +#: app/modules/web/themes/material-blue/views/error/error-database.inc:17 +#: app/modules/web/themes/material-blue/views/error/error-database.inc:19 +#: app/modules/web/themes/material-blue/views/install/index.inc:170 +#: app/modules/web/themes/material-blue/views/install/index.inc:172 +msgid "Install" msgstr "Installér" -#: ../../../modules/web/themes/material-blue/views/grid/datagrid-nav-full.inc:18 -msgid "Filtro ON" +#: app/modules/web/themes/material-blue/views/grid/datagrid-nav-full.inc:18 +msgid "Filter ON" msgstr "Filter AKTIVT" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:11 +#: app/modules/web/themes/material-blue/views/install/index.inc:11 #, php-format -msgid "Instalación %s" +msgid "Installation %s" msgstr "Installation %s" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:21 -msgid "Admin de sysPass" +#: app/modules/web/themes/material-blue/views/install/index.inc:21 +msgid "sysPass Admin" msgstr "sysPass Administrator" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:29 -msgid "Usuario administrador de sysPass" +#: app/modules/web/themes/material-blue/views/install/index.inc:29 +msgid "sysPass admin user" msgstr "sysPass administratorbruger" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:37 -msgid "Login del usuario administrador de sysPass" +#: app/modules/web/themes/material-blue/views/install/index.inc:37 +msgid "sysPass administrator's login" msgstr "sysPass administratorlogin" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:69 -msgid "Configurar BBDD" +#: app/modules/web/themes/material-blue/views/install/index.inc:69 +msgid "DB Configuration" msgstr "Databasekonfiguration" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:79 -msgid "Usuario acceso BBDD" +#: app/modules/web/themes/material-blue/views/install/index.inc:79 +msgid "DB access user" msgstr "Databasebruger" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:87 +#: app/modules/web/themes/material-blue/views/install/index.inc:87 #, fuzzy -msgid "Usuario con permisos de administrador de MySQL" +msgid "An user with MySQL admin rights" msgstr "En bruger med MySQL administratorrettigheder" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:95 -msgid "Clave acceso BBDD" +#: app/modules/web/themes/material-blue/views/install/index.inc:95 +msgid "DB access password" msgstr "Database adgangskode" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:104 -msgid "Nombre BBDD para sysPass" +#: app/modules/web/themes/material-blue/views/install/index.inc:104 +#: app/modules/web/themes/material-blue/views/install/index.inc:112 +msgid "sysPass database name" msgstr "sysPass databasenavn" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:112 -msgid "Nombre de la base de datos para sysPass" -msgstr "sysPass databasenavn" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:121 -msgid "Servidor BBDD para sysPass" +#: app/modules/web/themes/material-blue/views/install/index.inc:121 +msgid "sysPass database server" msgstr "sysPass databaseserver" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:129 +#: app/modules/web/themes/material-blue/views/install/index.inc:129 #, fuzzy -msgid "Nombre del servidor para instalar la base de datos de sysPass" +msgid "Server name to install sysPass database" msgstr "Navnet på serveren hvor sysPass-databasen skal installeres" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:149 -msgid "Modo Hosting" +#: app/modules/web/themes/material-blue/views/install/index.inc:149 +msgid "Hosting Mode" msgstr "Hosting-tilstand" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:156 -msgid "No crea ni verifica los permisos del usuario sobre la BBDD" +#: app/modules/web/themes/material-blue/views/install/index.inc:156 +msgid "It does not create or verify the user's permissions on the DB" msgstr "Opretter eller kontrollerer ikke brugerens rettigheder til databasen" -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:28 -msgid "Otros" +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:28 +msgid "Others" msgstr "Andre" -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:64 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:66 -msgid "Creador" +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:66 +msgid "Creator" msgstr "Oprettet af" -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:134 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:155 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:184 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:206 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:134 -msgid "Eliminar" -msgstr "Slet" - -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:232 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:234 -msgid "Eliminar Historial" +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:232 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:234 +msgid "Delete History" msgstr "Delete History" -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:64 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:19 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:92 -msgid "Opciones" +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:19 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:92 +msgid "Options" msgstr "Valgmuligheder" -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:67 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:71 -msgid "Regenerar Autorización" +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:67 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:71 +msgid "Refresh Authorization" msgstr "Genopfrisk autorisation" -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:77 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:79 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:77 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:79 msgid "Token" msgstr "Polet" -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:54 -msgid "Indica si el cliente es visible para todos los usuarios." +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:54 +msgid "Sets whether the client is visible by all users" msgstr "Angiver hvorvidt klienten kan ses af alle brugere" -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:57 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:57 #, fuzzy msgid "" -"Por defecto los clientes asignados a cuentas sólo son visibles para los " -"usuarios con acceso a las cuentas." +"By default, clients assigned to accounts only will be visible by users who " +"are granted to access to the accounts." msgstr "" "Som standard vil klienter der er tilhører en konto kun kunne ses af de " "brugere der har adgang til den konto." -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:30 -msgid "Nombre del campo" +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:30 +msgid "Field name" msgstr "Feltnavn" -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:63 -msgid "Texto Ayuda" +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:63 +msgid "Help Text" msgstr "Hjælpetekst" -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:69 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:69 #, fuzzy -msgid "Ayuda del campo" +msgid "Field's help" msgstr "Hjælp til felter" -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:80 -msgid "Obligatorio" +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:80 +msgid "Required" msgstr "Påkrævet" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:44 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:52 -msgid "Puntuación" +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:44 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:52 +msgid "Score" msgstr "Score" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:58 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:65 -msgid "Expresión Regular" +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:58 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:65 +msgid "Regular Expression" msgstr "Regular Expression" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:140 -msgid "Incluir Minúsculas" +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:140 +msgid "Include Lowercase" msgstr "Include Lowercase" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:31 -msgid "Las cuentas sólo serán visibles por el usuario." +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:31 +msgid "Accounts will be only visible by the user." msgstr "Accounts will be only visible by the user." -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:33 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:52 -msgid "Los administradores no podrán acceder a las cuentas." +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:33 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:52 +msgid "Administrators won't be able to display the accounts." msgstr "Administrators won't be able to display the accounts." -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:50 -msgid "Las cuentas sólo serán visibles por el usuario y su grupo principal." +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:50 +msgid "" +"Accounts will be only visible by the user and users belonging to the main " +"group." msgstr "" "Accounts will be only visible by the user and users belonging to the main " "group." -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:16 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:24 -msgid "Dirección IP" +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:16 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:24 +msgid "IP Address" msgstr "IP Address" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:29 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:37 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:29 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:37 msgid "Timeout" msgstr "Timeout" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:89 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:89 msgid "" -"Prioridad de asignación en caso de coincidir con otros valores asignados por " -"usuario, grupo o perfil." +"Assignment priority if values match with others assigned by user, group or " +"profile." msgstr "" "Assignment priority if values match with others assigned by user, group or " "profile." -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:100 -msgid "Prioridad de asignación" +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:100 +msgid "Assignment Priority" msgstr "Tildelingsprioritet" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:122 -msgid "" -"Indica si los valores serán forzados al crear o modificar los elementos." +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:122 +msgid "Enforces the values to be set either on creating or updating an item." msgstr "Enforces the values to be set either on creating or updating an item." -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:124 -msgid "Los valores serán añadidos a los existentes." +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:124 +msgid "Values will be merged with the existing ones." msgstr "Values will be merged with the existing ones." -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:81 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:83 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:81 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:83 msgid "Hash" msgstr "Kontrolsum" -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:89 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:91 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:89 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:91 msgid "URL" msgstr "URL" -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:99 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:101 -msgid "Uso" +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:99 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:101 +msgid "Use" msgstr "Anvendelse" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:44 -msgid "Nombre de usuario completo" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:44 +msgid "Full username" msgstr "Fulde brugernavn" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:58 -msgid "Login de inicio de sesión" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:58 +msgid "Session login" msgstr "Sessionslogin" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:69 -msgid "Login SSO" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:69 +msgid "SSO Login " msgstr "SSO Login " -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:77 -msgid "Login de inicio de sesión con SSO" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:77 +msgid "Session login with SSO" msgstr "Sessions login via SSO" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:84 -msgid "Email" -msgstr "E-mail" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:92 -msgid "Dirección de correo" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:92 +msgid "Email address" msgstr "E-mail adresse" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:200 -msgid "Admin Aplicación" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:202 +msgid "Application administrator" msgstr "Applikationsadministrator" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:202 -msgid "Administrador de la aplicación" -msgstr "Applikationsadministrator" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:218 -msgid "Admin Cuentas" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:220 +msgid "Accounts administrator" msgstr "Kontoadministrator" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:220 -msgid "Administrador de cuentas" -msgstr "Kontoadministrator" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:240 -msgid "Forzar cambio de clave" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:240 +msgid "Force password change" msgstr "Gennemtving kodeordsændring" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:257 -msgid "Deshabilitado" -msgstr "Deaktiveret" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:273 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:275 -msgid "Entradas" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:273 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:275 +msgid "Entries" msgstr "Registreringer" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:282 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:284 -msgid "Último Acceso" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:282 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:284 +msgid "Last Access" msgstr "Sidst tilgået" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:300 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:302 -msgid "Fecha Clave Maestra" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:300 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:302 +msgid "Master Password Date" msgstr "Hoved-kodeords dato" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:309 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:311 -msgid "Usado en" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:309 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:311 +msgid "Used in" msgstr "Anvendt i" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:87 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:89 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:548 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:550 -msgid "Usado por" +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:87 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:89 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:548 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:550 +msgid "Used by" msgstr "Anvendes af" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:108 -msgid "(*) Incluido en grupo" +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:108 +msgid "(*) Listed in group" msgstr "(*) Inkluderet i gruppe" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:26 -msgid "Gestión" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:26 +msgid "Management" msgstr "Administration" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:36 -msgid "Crear" -msgstr "Tilføj" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:37 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:37 #, fuzzy -msgid "Crear nueva cuenta" +msgid "Create new account" msgstr "Tilføj ny konto" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:54 -msgid "Ver detalles de cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:54 +msgid "View account details" msgstr "Vis kontodetaljer" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:70 -msgid "Ver clave de cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:70 +msgid "View account password" msgstr "Vis kodeord for kontoen" #. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:86 -#: ../../../config/actions.xml:259 -msgid "Ver Historial" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:86 +#: app/config/actions.xml:259 +msgid "View History" msgstr "Se historik" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:87 -msgid "Ver historial de cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:87 +msgid "View account history" msgstr "Vis kontohistorik" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:103 -msgid "Editar cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:103 +msgid "Edit account" msgstr "Tilret konto" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:118 -msgid "Editar Clave" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:118 +msgid "Edit Password" msgstr "Tilret kodeord" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:119 -msgid "Editar clave de cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:119 +msgid "Edit account password" msgstr "Tilret kontokodeord" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:135 -msgid "Eliminar cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:135 +msgid "Remove account" msgstr "Slet konto" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:151 -msgid "Ver archivos de cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:151 +msgid "View account files" msgstr "Se kontoens filer" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:166 -msgid "Publicar Enlace" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:166 +msgid "Share Link" msgstr "Del link" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:167 -msgid "Publicar enlace a cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:167 +msgid "Share link to account" msgstr "Del link til konto" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:183 -msgid "Crear cuenta privada" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:183 +msgid "Create private account" msgstr "Opret privat konto" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:199 -msgid "Crear cuenta privada para grupo" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:199 +msgid "Create private account for group" msgstr "Opret privat konto til gruppen" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:215 -msgid "Asignar permisos" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:215 +msgid "Assign permissions" msgstr "Tildel rettigheder" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:251 -msgid "Gestión de usuarios" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:251 +msgid "Users management" msgstr "Brugeradministration" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:267 -msgid "Gestión de grupos" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:267 +msgid "Groups management" msgstr "Gruppeadministration" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:283 -msgid "Gestión de perfiles" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:283 +msgid "Profiles management" msgstr "Profiladministration" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:299 -msgid "Gestión de categorías" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:299 +msgid "Categories management" msgstr "Kategoriadministration" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:315 -msgid "Gestión de etiquetas" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:315 +msgid "Tags management" msgstr "Mærkeadministration" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:331 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:331 #, fuzzy -msgid "Gestión de clientes" +msgid "Customers management" msgstr "Klientadministration" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:347 -msgid "Gestión de campos personalizados" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:347 +msgid "Custom fields management" msgstr "Administration af brugerdefinerede felter" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:363 -msgid "Gestión de autorizaciones API" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:363 +msgid "API authorizations management" msgstr "API autorisationsadministration" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:379 -msgid "Gestión de enlaces" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:379 +msgid "Links management" msgstr "Administration af links" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:395 -msgid "Gestión de cuentas" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:395 +msgid "Accounts management" msgstr "Kontoadministration" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:426 -msgid "Valores por Defecto" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:426 +msgid "Default Values" msgstr "Default Values" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:427 -msgid "Gestión de Valores por Defecto" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:427 +msgid "Default Values Management" msgstr "Default Values Management" #. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:447 -#: ../../../config/actions.xml:697 -msgid "Configuración General" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:447 +#: app/config/actions.xml:697 +msgid "General Configuration" msgstr "Generel Konfiguration" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:463 -msgid "Opciones de encriptación" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:463 +msgid "Encryption options" msgstr "Krypteringsmuligheder" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:478 -msgid "Backup" -msgstr "Backup" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:479 -msgid "Realizar copia de seguridad y exportar" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:479 +msgid "Make a backup and export" msgstr "Udfør en backup og eksport" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:494 -msgid "Importar" -msgstr "Import" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:495 -msgid "Realizar importación de cuentas" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:495 +msgid "Make accounts import" msgstr "Udfør kontoimport" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:514 -msgid "Log de Eventos" -msgstr "Hændelseslog" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:515 -msgid "Ver log de eventos" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:515 +msgid "View event log" msgstr "Vi hændelseslog" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:541 -msgid "Nombre del perfil" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:541 +msgid "Profile name" msgstr "Profilnavn" -#: ../../../modules/web/themes/material-blue/views/login/index.inc:46 -msgid "Clave Anterior" +#: app/modules/web/themes/material-blue/views/login/index.inc:46 +msgid "Previous Password" msgstr "Tidligere kodeord" -#: ../../../modules/web/themes/material-blue/views/login/index.inc:73 -msgid "Acceder" +#: app/modules/web/themes/material-blue/views/login/index.inc:73 +msgid "Sign in" msgstr "Log ind" -#: ../../../modules/web/themes/material-blue/views/login/index.inc:82 -msgid "¿Olvidó su clave?" +#: app/modules/web/themes/material-blue/views/login/index.inc:82 +msgid "Forgot password?" msgstr "Glemt kodeord?" -#: ../../../modules/web/themes/material-blue/views/login/index.inc:88 -msgid "Aplicación actualizada correctamente" -msgstr "Applikationen er korrekt opdateret" - -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:14 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:14 #, php-format -msgid "Actualización %s" +msgid "Update %s" msgstr "Opdatér %s" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:20 -msgid "Actualización de BBDD" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:20 +msgid "DB Update" msgstr "Databaseopdatering" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:22 -msgid "Actualización de Aplicación" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:22 +msgid "Application Update" msgstr "Applikation opdateret" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:29 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:28 -msgid "Código de Seguridad" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:29 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:28 +msgid "Security Code" msgstr "Sikkerhedskode" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:37 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:37 #, fuzzy msgid "" -"Este código se encuentra en el archivo de configuración de sysPass con la " -"etiqueta \"upgradeKey\"" +"This code is set in sysPass config file within the tag name \"upgradekey\"" msgstr "Denne kode findes i sysPass config-filen, markeret som \"upgradekey\"" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:47 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:47 msgid "" -"Se han encontrado elementos huérfanos. Por favor, modifique estos elementos " -"o indique los IDs por defecto para los elementos huérfanos." +"Some orphaned items have been found. Please, modify those items or enter the " +"default IDs for them." msgstr "" "Visse forældreløse emner er fundet. Tilret dem venligst eller indtast et " "standard-ID for dem." -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:49 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:49 #, fuzzy -msgid "Si no se indican los IDs, se crearán nuevos elementos." +msgid "If items IDs are not set, they will be created." msgstr "Hvis elementernes ID ikke er sat, vil de blive genereret." -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:74 -msgid "Introducir un ID de usuario válido para cuentas" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:74 +msgid "Enter a valid user ID for the accounts" msgstr "Indtast et gyldigt bruger-ID for kontiene" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:85 -msgid "Introducir un ID de categoría válido para cuentas" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:85 +msgid "Enter a valid category ID for the accounts" msgstr "Indtast et gyldigt kategori-ID for kontiene" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:96 -msgid "Introducir un ID de cliente válido para cuentas" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:96 +msgid "Enter a valid client ID for the accounts" msgstr "Indtast et gyldigt klient-ID for kontiene" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:108 -msgid "Introducir un ID de grupo válido para usuarios" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:108 +msgid "Enter a valid group ID for the users" msgstr "Indtast et gyldigt grupp-ID for kontiene" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:118 -msgid "Introducir un ID de perfil válido para usuarios" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:118 +msgid "Enter a valid profile ID for the users" msgstr "Indtast et gyldigt profil-ID for kontiene" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:128 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:128 msgid "" -"Esta actualización utiliza un nuevo esquema de encriptación, por lo que es " -"necesario reencriptar los datos almacenados" +"This update uses a new encryption schema, so it will be needed to reencrypt " +"the whole encrypted data." msgstr "" "Denne opdatering anvender et nyt krypteringsskema, så det vil blive " "nødvendigt at genkryptere alle krypterede data." -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:150 -msgid "Introducir login de usuario válido" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:150 +msgid "Enter a valid user login" msgstr "Indtast et gyldigt brugenavn" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:162 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:33 -msgid "He realizado una copia de seguridad completa de sysPass" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:162 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:33 +msgid "I've done a full sysPass backup" msgstr "Jeg har foretaget en fuld sysPass backup" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:176 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:41 -msgid "Por favor espere mientras el proceso se ejecuta" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:176 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:41 +msgid "Please, wait while the process is running" msgstr "Vent venligst mens processen kører" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:184 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:49 -msgid "Actualizar" -msgstr "Opdater" - -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:186 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:51 -msgid "Iniciar Actualización" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:186 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:51 +msgid "Start Update" msgstr "Iværksæt opdatering" -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:95 -msgid "Notificación global" +#: app/modules/web/themes/material-blue/views/notification/notification.inc:95 +msgid "Global notification" msgstr "Global notifikation" -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:103 -msgid "Sólo para administradores de la aplicación" +#: app/modules/web/themes/material-blue/views/notification/notification.inc:103 +msgid "Only for application administrators" msgstr "Kun for applikationsadministratorer" -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:107 -msgid "Solo Admins" -msgstr "Kun administratorer" - -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:29 -msgid "Nombre del plugin" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:29 +msgid "Plugin name" msgstr "Plugin-navn" -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:41 -msgid "Versión del plugin" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:41 +msgid "Plugin version" msgstr "Plugin-version" -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:46 -msgid "Versión Compatible" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:46 +msgid "Compatible Version" msgstr "Kompatibel version" -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:53 -msgid "Versión de sysPass compatible" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:53 +msgid "sysPass compatible version" msgstr "sysPass-kompatibel version" -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:58 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:39 -msgid "Autor" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:58 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:39 +msgid "Author" msgstr "Forfatter" -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:65 -msgid "Autor del plugin" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:65 +msgid "Plugin author" msgstr "Plugin-forfatter" -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:11 -msgid "La aplicación necesita actualizarse" +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:11 +msgid "The application needs to be updated" msgstr "Applikationen skal opdateres" -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:16 -msgid "Para iniciar la actualización introduzca el código de seguridad" +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:16 +msgid "Please enter the security code to start the upgrade" msgstr "Indtast venligst sikkerhedskoden for at begynde opdateringen" -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:6 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:13 -msgid "Solicitud de Cambio de Clave" +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:6 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:13 +msgid "Request Password Change" msgstr "Anmod om ændring af kodeord" -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:29 -msgid "Email del Usuario" +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:29 +msgid "User's Email" msgstr "Brugers E-mail" -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:39 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:49 -msgid "Volver a iniciar sesión" +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:39 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:49 +msgid "Go back to login" msgstr "Tilbage til login" -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:44 -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:46 -msgid "Solicitar" -msgstr "Anmod" - -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:54 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:56 -msgid "Cambiar" +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:54 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:56 +msgid "Change" msgstr "Skift" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:107 -msgid "Ordenar resultados por visitas" +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:107 +msgid "Sort search results by views" msgstr "Sortér søgeresultater efter antal visninger" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:109 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:109 #, fuzzy -msgid "" -"Ordena los resultados de búsqueda por el número de visitas de las cuentas." +msgid "Sorts accounts search results by the number of account's views" msgstr "Sortér konti efter antal kontovisninger" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:124 -msgid "Barra de navegación superior" +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:124 +msgid "Navigation bar on top" msgstr "Navigationsbjælke øverst" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:126 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:126 #, fuzzy -msgid "Mostrar una barra de navegación superior en las búsquedas." +msgid "Dysplays a navigation bar on top of the search results." msgstr "Viser en navigationsbjælke over søgeresultaterne." -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:141 -msgid "Mostrar Acciones Ocultas" +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:141 +msgid "Show Hidden Actions" msgstr "Vis skjulte handlinger" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:143 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:143 #, fuzzy -msgid "" -"Mostrar las acciones ocultas para los elementos de la búsqueda de cuentas." +msgid "Always display hidden actions on the accounts search page." msgstr "Viser altid de skjulte handlinger på konto-søgesiden." -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:175 -msgid "Notificaciones In-App" +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:175 +msgid "In-App Notifications" msgstr "In-App Notifications" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:177 -msgid "Habilita la consulta de notificaciones activas In-App." +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:177 +msgid "Enables the active In-App notifications polling" msgstr "Enables the active In-App notifications polling" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:192 -msgid "Mostrar Filtros" +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:192 +msgid "Show Filters" msgstr "Show Filters" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:194 -msgid "Muestra la selección los filtros adicionales en la búsqueda de cuentas." +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:194 +msgid "Displays the additional filters selection on the accounts search." msgstr "Displays the additional filters selection on the accounts search." #. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:16 -#: ../../../config/actions.xml:277 -msgid "Ver Wiki" +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:16 +#: app/config/actions.xml:277 +msgid "View Wiki" msgstr "Vis Wiki" -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:24 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:24 #, php-format -msgid "Resultados de búsqueda de '%s'" +msgid "Search results of '%s'" msgstr "Søgeresultater fra '%s'" -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:27 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:37 -msgid "Página" +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:27 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:37 +msgid "Page" msgstr "Side" #. (itstool) path: action/text -#: ../../../config/actions.xml:7 -msgid "Buscar Cuentas" +#: app/config/actions.xml:7 +msgid "Search for Accounts" msgstr "Søg efter konti" #. (itstool) path: action/text -#: ../../../config/actions.xml:25 -msgid "Peticiones" +#: app/config/actions.xml:25 +msgid "Requests" msgstr "Forespørgsler" #. (itstool) path: action/text -#: ../../../config/actions.xml:31 -msgid "Favoritos" +#: app/config/actions.xml:31 +msgid "Favorites" msgstr "Foretrukne" #. (itstool) path: action/text -#: ../../../config/actions.xml:43 -msgid "Elementos y Personalización" +#: app/config/actions.xml:43 +msgid "Items and Customizations" msgstr "Elementer og tilretninger" #. (itstool) path: action/text -#: ../../../config/actions.xml:49 -msgid "Gestión Categorías" +#: app/config/actions.xml:49 +msgid "Categories Management" msgstr "Kategoriadministration" #. (itstool) path: action/text -#: ../../../config/actions.xml:55 +#: app/config/actions.xml:55 #, fuzzy -msgid "Gestión Clientes" +msgid "Customers Management" msgstr "Klientadministration" #. (itstool) path: action/text -#: ../../../config/actions.xml:61 -msgid "Gestión Autorizaciones API" +#: app/config/actions.xml:61 +msgid "API Authorizations Management" msgstr "Administration af API autorisationer" #. (itstool) path: action/text -#: ../../../config/actions.xml:67 -msgid "Gestión Campos Personalizados" +#: app/config/actions.xml:67 +msgid "Custom Fields Management" msgstr "Administration af brugerdefinerede felter" #. (itstool) path: action/text -#: ../../../config/actions.xml:79 -msgid "Gestión de Archivos" +#: app/config/actions.xml:79 +msgid "Files Management" msgstr "Filadministration" #. (itstool) path: action/text -#: ../../../config/actions.xml:85 -msgid "Gestión de Cuentas" +#: app/config/actions.xml:85 +msgid "Accounts Management" msgstr "Kontoadministration" #. (itstool) path: action/text -#: ../../../config/actions.xml:91 -msgid "Gestión de Etiquetas" +#: app/config/actions.xml:91 +msgid "Tags Management" msgstr "Mærkeadministration" #. (itstool) path: action/text -#: ../../../config/actions.xml:97 -msgid "Gestión Plugins" +#: app/config/actions.xml:97 +msgid "Plugins Management" msgstr "Pluginadministration" #. (itstool) path: action/text -#: ../../../config/actions.xml:103 -msgid "Usuarios y Accesos" +#: app/config/actions.xml:103 +msgid "Users and Accesses" msgstr "Brugere og rettigheder" #. (itstool) path: action/text -#: ../../../config/actions.xml:109 -msgid "Seguridad y Auditoría" +#: app/config/actions.xml:109 +msgid "Security and Audit" msgstr "Security and Audit" #. (itstool) path: action/text -#: ../../../config/actions.xml:115 -msgid "Gestión Usuarios" +#: app/config/actions.xml:115 +msgid "Users Management" msgstr "Brugeradministration" #. (itstool) path: action/text -#: ../../../config/actions.xml:121 -msgid "Gestión Grupos" +#: app/config/actions.xml:121 +msgid "Groups Management" msgstr "Gruppeadministration" #. (itstool) path: action/text -#: ../../../config/actions.xml:127 -msgid "Gestión Perfiles" +#: app/config/actions.xml:127 +msgid "Profiles Management" msgstr "Profiladministration" #. (itstool) path: action/text -#: ../../../config/actions.xml:139 -msgid "Buscar Eventos" -msgstr "Søg efter hændelser" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:145 -msgid "Limpiar Eventos" +#: app/config/actions.xml:145 +msgid "Clear Events" msgstr "Ryd hændelser" #. (itstool) path: action/text -#: ../../../config/actions.xml:151 ../../../config/actions.xml:481 -msgid "Ver Cuenta" +#: app/config/actions.xml:151 app/config/actions.xml:481 +msgid "View Account" msgstr "Vis konto" #. (itstool) path: action/text -#: ../../../config/actions.xml:181 -msgid "Editar Clave de Cuenta" -msgstr "Skift konto-kodeord" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:211 ../../../config/actions.xml:469 -msgid "Subir Archivo" +#: app/config/actions.xml:211 app/config/actions.xml:469 +msgid "Upload File" msgstr "Upload fil" #. (itstool) path: action/text -#: ../../../config/actions.xml:229 -msgid "Buscar Archivos" +#: app/config/actions.xml:229 +msgid "Search for Files" msgstr "Søg efter filer" #. (itstool) path: action/text -#: ../../../config/actions.xml:235 -msgid "Listar Archivos" +#: app/config/actions.xml:235 +msgid "List Files" msgstr "Vis liste over filer" #. (itstool) path: action/text -#: ../../../config/actions.xml:241 -msgid "Ver Favoritos" -msgstr "Vis foretrukne" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:247 -msgid "Añadir Favorito" -msgstr "Markér som foretrukken" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:283 -msgid "Añadir Wiki" +#: app/config/actions.xml:283 +msgid "Add Wiki" msgstr "Tilføj Wiki" #. (itstool) path: action/text -#: ../../../config/actions.xml:289 -msgid "Editar Wiki" +#: app/config/actions.xml:289 +msgid "Edit Wiki" msgstr "Tilret Wiki" #. (itstool) path: action/text -#: ../../../config/actions.xml:295 -msgid "Eliminar Wiki" +#: app/config/actions.xml:295 +msgid "Delete Wiki" msgstr "Slet Wiki" #. (itstool) path: action/text -#: ../../../config/actions.xml:361 -msgid "Nuevo Token API" +#: app/config/actions.xml:361 +msgid "New API Token" msgstr "Ny API polet" #. (itstool) path: action/text -#: ../../../config/actions.xml:367 -msgid "Ver Token API" +#: app/config/actions.xml:367 +msgid "View API Token" msgstr "Vis API polet" #. (itstool) path: action/text -#: ../../../config/actions.xml:373 -msgid "Editar Token API" +#: app/config/actions.xml:373 +msgid "Edit API Token" msgstr "Tilret API polet" #. (itstool) path: action/text -#: ../../../config/actions.xml:379 -msgid "Eliminar Token API" +#: app/config/actions.xml:379 +msgid "Delete API Token" msgstr "Slet API polet" #. (itstool) path: action/text -#: ../../../config/actions.xml:385 -msgid "Buscar Token API" +#: app/config/actions.xml:385 +msgid "Search for API Token" msgstr "Søg efter API polet" #. (itstool) path: action/text -#: ../../../config/actions.xml:391 -msgid "Nuevo Campo Personalizado" +#: app/config/actions.xml:391 +msgid "New Custom Field" msgstr "Nyt brugerdefineret felt" #. (itstool) path: action/text -#: ../../../config/actions.xml:397 -msgid "Ver Campo Personalizado" +#: app/config/actions.xml:397 +msgid "Show Custom Field" msgstr "Vis brugerdefineret felt" #. (itstool) path: action/text -#: ../../../config/actions.xml:403 -msgid "Editar Campo Personalizado" +#: app/config/actions.xml:403 +msgid "Edit Custom Field" msgstr "Tilret brugerdefineret felt" #. (itstool) path: action/text -#: ../../../config/actions.xml:409 -msgid "Eliminar Campo Personalizado" +#: app/config/actions.xml:409 +msgid "Delete Custom Field" msgstr "Slet brugerdefineret felt" #. (itstool) path: action/text -#: ../../../config/actions.xml:415 -msgid "Buscar Campo Personalizado" +#: app/config/actions.xml:415 +msgid "Search for Custom Field" msgstr "Søg efter brugerdefineret felt" #. (itstool) path: action/text -#: ../../../config/actions.xml:427 +#: app/config/actions.xml:427 #, fuzzy -msgid "Ver Enlace Público" +msgid "Show Public Link" msgstr "Vis offentligt link" #. (itstool) path: action/text -#: ../../../config/actions.xml:445 -msgid "Buscar Enlace Público" +#: app/config/actions.xml:445 +msgid "Search for Public Link" msgstr "Søg efter offentligt link" #. (itstool) path: action/text -#: ../../../config/actions.xml:535 -msgid "Nuevo Plugin" -msgstr "Ny plugin" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:553 -msgid "Habilitar Plugin" +#: app/config/actions.xml:553 +msgid "Enable Plugin" msgstr "Aktivér plugin" #. (itstool) path: action/text -#: ../../../config/actions.xml:559 -msgid "Deshabilitar Plugin" +#: app/config/actions.xml:559 +msgid "Disable Plugin" msgstr "Deaktivér plugin" #. (itstool) path: action/text -#: ../../../config/actions.xml:565 -msgid "Restablecer Plugin" +#: app/config/actions.xml:565 +msgid "Reset Plugin" msgstr "Nulstil plugin" #. (itstool) path: action/text -#: ../../../config/actions.xml:601 -msgid "Editar Clave Usuario" +#: app/config/actions.xml:601 +msgid "Edit User Password" msgstr "Tilret bruger-kodeord" #. (itstool) path: action/text -#: ../../../config/actions.xml:673 -msgid "Configuración Usuario" +#: app/config/actions.xml:673 +msgid "User Configuration" msgstr "Brugerkonfiguration" #. (itstool) path: action/text -#: ../../../config/actions.xml:679 -msgid "Preferencias General" +#: app/config/actions.xml:679 +msgid "General Preferences" msgstr "Generelle præferencer" #. (itstool) path: action/text -#: ../../../config/actions.xml:703 -msgid "Configuración Cuentas" +#: app/config/actions.xml:703 +msgid "Accounts Configuration" msgstr "Kontokonfiguration" #. (itstool) path: action/text -#: ../../../config/actions.xml:709 -msgid "Configuración Wiki" +#: app/config/actions.xml:709 +msgid "Wiki Configuration" msgstr "Wikikonfiguration" #. (itstool) path: action/text -#: ../../../config/actions.xml:715 -msgid "Configuración Encriptación" +#: app/config/actions.xml:715 +msgid "Encryption Configuration" msgstr "Krypteringskonfiguration" #. (itstool) path: action/text -#: ../../../config/actions.xml:721 -msgid "Actualizar Hash" +#: app/config/actions.xml:721 +msgid "Update Hash" msgstr "Opdatér kontrolsum" #. (itstool) path: action/text -#: ../../../config/actions.xml:727 -msgid "Clave Maestra Temporal" +#: app/config/actions.xml:727 +msgid "Temporary Master Password" msgstr "Midlertidigt Hoved-kodeord" #. (itstool) path: action/text -#: ../../../config/actions.xml:733 -msgid "Configuración Copia de Seguridad" +#: app/config/actions.xml:733 +msgid "Backup Configuration" msgstr "Lav backup af konfiguration" #. (itstool) path: action/text -#: ../../../config/actions.xml:745 -msgid "Configuración Importación" +#: app/config/actions.xml:745 +msgid "Import Configuration" msgstr "Importér konfiguration" #. (itstool) path: action/text -#: ../../../config/actions.xml:751 -msgid "Importar CSV" +#: app/config/actions.xml:751 +msgid "CSV Import" msgstr "CSV import" #. (itstool) path: action/text -#: ../../../config/actions.xml:757 -msgid "Importar XML" +#: app/config/actions.xml:757 +msgid "XML Import" msgstr "XML import" #. (itstool) path: action/text -#: ../../../config/actions.xml:763 -msgid "Configuración Exportación" +#: app/config/actions.xml:763 +msgid "Export Configuration" msgstr "Eksportér konfiguration" #. (itstool) path: action/text -#: ../../../config/actions.xml:769 -msgid "Exportación" +#: app/config/actions.xml:769 +msgid "Export" msgstr "Eksport" #. (itstool) path: action/text -#: ../../../config/actions.xml:775 -msgid "Configuración Email" +#: app/config/actions.xml:775 +msgid "Email Configuration" msgstr "E-mailkonfiguration" #. (itstool) path: action/text -#: ../../../config/actions.xml:781 -msgid "Configuración LDAP" +#: app/config/actions.xml:781 +msgid "LDAP Configuration" msgstr "LDAP konfiguration" #. (itstool) path: action/text -#: ../../../config/actions.xml:787 -msgid "Sincronización LDAP" +#: app/config/actions.xml:787 +msgid "LDAP synchronization" msgstr "LDAP-synkronisering" #. (itstool) path: action/text -#: ../../../config/actions.xml:793 -msgid "Gestión de Cuenta (H)" +#: app/config/actions.xml:793 +msgid "Account Management (H)" msgstr "Kontoadministration (H)" #. (itstool) path: action/text -#: ../../../config/actions.xml:823 -msgid "Crear Notificación" +#: app/config/actions.xml:823 +msgid "Create Notification" msgstr "Opret notifikation" #. (itstool) path: action/text -#: ../../../config/actions.xml:853 -msgid "Gestión Valores Predeterminados" +#: app/config/actions.xml:853 +msgid "Preset Values Management" msgstr "Preset Values Management" #. (itstool) path: action/text -#: ../../../config/actions.xml:889 -msgid "Gestión de Tracks" +#: app/config/actions.xml:889 +msgid "Tracks Management" msgstr "Tracks Management" #. (itstool) path: action/text -#: ../../../config/actions.xml:901 -msgid "Desbloquear track" +#: app/config/actions.xml:901 +msgid "Unlock track" msgstr "Unlock track" #. (itstool) path: action/text -#: ../../../config/actions.xml:907 -msgid "Vaciar tracks" +#: app/config/actions.xml:907 +msgid "Clear the tracks out" msgstr "Clear the tracks out" #. (itstool) path: strings/text -#: ../../../config/strings.xml:4 +#: app/config/strings.xml:4 msgid "Color" msgstr "Farve" #. (itstool) path: strings/text -#: ../../../config/strings.xml:5 -msgid "Número" +#: app/config/strings.xml:5 +msgid "Number" msgstr "Nummer" #. (itstool) path: strings/text -#: ../../../config/strings.xml:6 -msgid "Teléfono" +#: app/config/strings.xml:6 +msgid "Phone" msgstr "Telefon" #. (itstool) path: strings/text -#: ../../../config/strings.xml:7 -msgid "Área de Texto" +#: app/config/strings.xml:7 +msgid "Text Area" msgstr "Tekstfelt" #. (itstool) path: strings/text -#: ../../../config/strings.xml:8 -msgid "Texto" +#: app/config/strings.xml:8 +msgid "Text" msgstr "Tekst" -#. (itstool) path: strings/text -#: ../../../config/strings.xml:9 -msgid "Link" -msgstr "Link" - -#~ msgid "CONSULTA INVÁLIDA" -#~ msgstr "UGYLDIG FORESPØRGSEL" - -#~ msgid "La sesión no se ha iniciado o ha caducado" -#~ msgstr "Sessionen er ikke startet eller den er udløbet" - -#~ msgid "Es necesario un nombre de cuenta" -#~ msgstr "Et kontonavn er påkrævet" - -#~ msgid "Es necesario un nombre de cliente" -#~ msgstr "Et klientnavn er påkrævet" - #~ msgid "Es necesario un usuario" #~ msgstr "Et brugernavn er påkrævet" -#~ msgid "Es necesaria una clave" -#~ msgstr "En er påkrævet" - -#~ msgid "Es necesario una categoría" -#~ msgstr "En kategori er påkrævet" - -#~ msgid "Acción Inválida" -#~ msgstr "Ugyldig handling" - -#, fuzzy -#~ msgid "Las claves no coinciden" -#~ msgstr "Kodeordene er ikke identiske" - -#~ msgid "Error al crear la cuenta" -#~ msgstr "Fejl i oprettelsen af kontoen" - -#~ msgid "Error al modificar la cuenta" -#~ msgstr "Fejl i opdateringen af kontoen" - -#~ msgid "Error al eliminar la cuenta" -#~ msgstr "Fejl i sletning af kontoen" - -#~ msgid "Error al actualizar la clave" -#~ msgstr "Fejl i opdateringen af kodeordet" - -#~ msgid "Cuenta restaurada" -#~ msgstr "Kontoen er genskabt" - -#~ msgid "Error al restaurar cuenta" -#~ msgstr "Fejl i genskabelse af kontoen" - -#, fuzzy -#~ msgid "Es necesario un nombre de usuario" -#~ msgstr "Et brugernavn er påkrævet" - -#~ msgid "Es necesario un login" -#~ msgstr "Et login er påkrævet" - -#~ msgid "Es necesario un perfil" -#~ msgstr "En profil er påkrævet" - -#~ msgid "Es necesario un grupo" -#~ msgstr "En gruppe er påkrævet" - -#~ msgid "Es necesario un email" -#~ msgstr "En e-mailadresse er påkrævet" - -#~ msgid "La clave no puede estar en blanco" -#~ msgstr "Kodeordet må ikke være tomt" - -#~ msgid "Usuario creado" -#~ msgstr "Bruger tilføjet" - -#~ msgid "Error al crear el usuario" -#~ msgstr "Fejl under oprettelsen af bruger" - -#~ msgid "Usuario actualizado" -#~ msgstr "Bruger opdateret" - -#~ msgid "Error al actualizar el usuario" -#~ msgstr "Fejl under opdateringen af bruger" - -#~ msgid "Error al modificar la clave" -#~ msgstr "Fejl under opdateringen af kodeordet" - -#~ msgid "No es posible eliminar, usuario en uso" -#~ msgstr "Brugeren er aktiv og kan ikke slettes" - -#~ msgid "Usuario eliminado" -#~ msgstr "Bruger slettet" - -#~ msgid "Error al eliminar el usuario" -#~ msgstr "Fejl under sletning af bruger" - -#~ msgid "Es necesario un nombre de grupo" -#~ msgstr "Et gruppenavn er påkrævet" - -#~ msgid "Nombre de grupo duplicado" -#~ msgstr "Gruppenavnet er allerede i brug" - -#~ msgid "Error al crear el grupo" -#~ msgstr "Fejl under oprettelsen af gruppen" - -#~ msgid "Error al actualizar el grupo" -#~ msgstr "Fejl under opdateringen af gruppen" - #~ msgid "No es posible eliminar" #~ msgstr "Kan ikke slette" -#~ msgid "Error al eliminar el grupo" -#~ msgstr "Fejl under sletning af gruppe" - -#~ msgid "Es necesario un nombre de perfil" -#~ msgstr "Et profilnavn er påkrævet" - -#~ msgid "Nombre de perfil duplicado" -#~ msgstr "Profilnavnet er allerede i brug" - -#~ msgid "Perfil creado" -#~ msgstr "Profil tilføjet" - -#~ msgid "Perfil actualizado" -#~ msgstr "Profil opdateret" - -#~ msgid "Perfil eliminado" -#~ msgstr "Profil slettet" - -#~ msgid "Es necesario un nombre de categoría" -#~ msgstr "Et kategorinavn er påkrævet" - -#~ msgid "Autorización creada" -#~ msgstr "Autorisation tilføjet" - -#~ msgid "Autorización actualizada" -#~ msgstr "Autorisation opdateret" - -#~ msgid "Autorización eliminada" -#~ msgstr "Autorisation slettet" - -#~ msgid "Nombre del campo no indicado" -#~ msgstr "Feltnavn ikke angivet" - -#~ msgid "Tipo del campo no indicado" -#~ msgstr "Felttype ikke angivet" - -#~ msgid "Módulo del campo no indicado" -#~ msgstr "Feltmodul ikke angivet" - -#~ msgid "Campo creado" -#~ msgstr "Felt tilføjet" - -#~ msgid "Campo actualizado" -#~ msgstr "Felt opdateret" - -#~ msgid "Campo eliminado" -#~ msgstr "Felt slettet" - -#~ msgid "Realizar Backup" -#~ msgstr "Udfør backup" - -#~ msgid "Error al realizar el backup" -#~ msgstr "Fejl under udførelsen af backup" - -#~ msgid "Revise el registro de eventos para más detalles" -#~ msgstr "Se venligst hændelsesloggen for yderligere detaljer" - -#~ msgid "Copia de la aplicación y base de datos realizada correctamente" -#~ msgstr "Applikations- og databasebackup blev gennemført korrekt" - #~ msgid "Error al realizar la exportación de cuentas" #~ msgstr "Fejl under eksportering af konti" -#~ msgid "Error al realizar la exportación" -#~ msgstr "Fejl under eksportering" - #~ msgid "Exportación de cuentas realizada correctamente" #~ msgstr "Eksportering blev gennemført korrekt" -#, fuzzy -#~ msgid "Los parámetros de LDAP no están configurados" -#~ msgstr "LDAP-parametrene er ikke angivet" - -#~ msgid "Conexión a LDAP correcta" -#~ msgstr "LDAP-forbindelsen er OK" - -#~ msgid "Objetos encontrados" -#~ msgstr "Objekter fundet" - #~ msgid "Modificar Configuración" #~ msgstr "Tilret konfiguration" -#, fuzzy -#~ msgid "El tamaño máximo por archivo es de 16MB" -#~ msgstr "Maksimal tilladt filstørrelse er 16MB" - -#~ msgid "Faltan parámetros de Proxy" -#~ msgstr "Proxy-parametre ikke angivet" - -#~ msgid "Proxy habiltado" -#~ msgstr "Proxy er aktiveret" - -#~ msgid "Proxy deshabilitado" -#~ msgstr "Proxy er deaktiveret" - #~ msgid "Sección" #~ msgstr "Sektion" -#~ msgid "Faltan parámetros de Wiki" -#~ msgstr "Wiki-parametre ikke angivet" - -#~ msgid "Wiki habiltada" -#~ msgstr "Wiki er aktiveret" - -#~ msgid "Wiki deshabilitada" -#~ msgstr "Wiki er deaktiveret" - -#~ msgid "Faltan parámetros de LDAP" -#~ msgstr "LDAP-parametre er ikke angivet" - -#~ msgid "LDAP habiltado" -#~ msgstr "LDAP aktiveret" - -#~ msgid "LDAP deshabilitado" -#~ msgstr "LDAP deaktiveret" - -#~ msgid "Faltan parámetros de Correo" -#~ msgstr "E-mail parametre ikke angivet" - -#~ msgid "Correo habiltado" -#~ msgstr "E-mail er aktiveret" - -#~ msgid "Correo deshabilitado" -#~ msgstr "E-mail er deaktiveret" - -#~ msgid "Configuración actualizada" -#~ msgstr "Konfiguration opdateret" - -#, fuzzy -#~ msgid "Clave maestra no indicada" -#~ msgstr "Hoved-kodeord skal angives" - -#~ msgid "Se ha de confirmar el cambio de clave" -#~ msgstr "Opdateringen af kodeordet skal bekræftes" - -#, fuzzy -#~ msgid "Las claves son idénticas" -#~ msgstr "Kodeordene er identiske" - -#, fuzzy -#~ msgid "Las claves maestras no coinciden" -#~ msgstr "Hoved-kodeordene er ikke identiske" - -#~ msgid "La clave maestra actual no coincide" -#~ msgstr "Det nuværende hoved-kodeord passer ikke" - -#~ msgid "Errores al actualizar las claves de las cuentas" -#~ msgstr "Fejl under opdatering af kontoens kodeord" - -#~ msgid "Errores al actualizar las claves de las cuentas del histórico" -#~ msgstr "Fej under opdatering af kontoens kodeords-historik" - -#~ msgid "Errores al actualizar datos de campos personalizados" -#~ msgstr "Fejl under opdatering af de brugerdefinerede felters indhold" - -#~ msgid "Error al guardar el hash de la clave maestra" -#~ msgstr "Fejl under lagring af Hoved-kodeordets kontrolsum" - #~ msgid "Generar Clave Temporal" #~ msgstr "Opret midlertidigt kodeord" #~ msgid "Clave Temporal Generada" #~ msgstr "Midlertidigt kodeord oprettet" -#~ msgid "Error al generar clave temporal" -#~ msgstr "Fejl under indtastning af midlertidigt kodeord" - #~ msgid "Usuario/Clave no introducidos" #~ msgstr "Bruger/Kodeord skal angives" @@ -5348,123 +7611,30 @@ msgstr "Link" #~ msgid "Error al actualizar la clave del usuario en la BBDD" #~ msgstr "Fejl under opdatering af brugerens kodeord i databasen" -#~ msgid "Login incorrecto" -#~ msgstr "Forkert login" - -#~ msgid "Cuenta expirada" -#~ msgstr "Konto udløbet" - -#, fuzzy -#~ msgid "El usuario no tiene grupos asociados" -#~ msgstr "Brugeren er ikke associeret med nogle grupper" - -#~ msgid "Usuario deshabilitado" -#~ msgstr "Brugerkonto inaktiv" - #~ msgid "Error al obtener los datos del usuario de la BBDD" #~ msgstr "Fejl under indlæsning af brugerens data fra databasen" -#~ msgid "La clave maestra no ha sido guardada o es incorrecta" -#~ msgstr "Hoved-kodeordet er enten ikke gemt, eller forkert" - -#~ msgid "Clave maestra incorrecta" -#~ msgstr "Forkert Hoved-kodeord" - -#~ msgid "No hay extensiones permitidas" -#~ msgstr "Der findes ingen tilladte filtype-angivelser(endelser)" - -#~ msgid "Tipo de archivo no soportado" -#~ msgstr "Filtype ikke tilladt" - -#~ msgid "Archivo inválido" -#~ msgstr "Ugyldig fil" - -#~ msgid "Error interno al leer el archivo" -#~ msgstr "Intern fejl under læsning af filen" - -#~ msgid "Archivo guardado" -#~ msgstr "Fil gemt" - -#~ msgid "No se pudo guardar el archivo" -#~ msgstr "Fejl under lagring af filen" - #~ msgid "No es un ID de archivo válido" #~ msgstr "Ugyldigt fil-ID" -#, fuzzy -#~ msgid "El archivo no existe" -#~ msgstr "Filen findes ikke" - -#~ msgid "Archivo eliminado" -#~ msgstr "Fil slettet" - -#~ msgid "Error al eliminar el archivo" -#~ msgstr "Fejl under sletning af fil" - -#~ msgid "Parámetros incorrectos" -#~ msgstr "Forkerte parametre" - -#~ msgid "Recuperación de Clave" -#~ msgstr "Genskabelse af kodeord" - -#~ msgid "Solicitado para" -#~ msgstr "Efterspørges af" - -#~ msgid "Solicitud enviada" -#~ msgstr "Anmodning afsendt" - -#~ msgid "En breve recibirá un correo para completar la solicitud." -#~ msgstr "Du vil snart modtage en e-mail for at gennemføre anmodningen" - #~ msgid "Modificar Clave Usuario" #~ msgstr "Skift brugerens kodeord" #~ msgid "La clave es incorrecta o no coincide" #~ msgstr "Forkerte kodeord eller ikke-identiske kodeord" -#~ msgid "Es necesaria una descripción" -#~ msgstr "En beskrivelse er påkrævet" - #~ msgid "Solicitud de Modificación de Cuenta" #~ msgstr "Anmodning om ændring af konto" -#~ msgid "Solicitante" -#~ msgstr "Ansøger" - -#~ msgid "Error al actualizar preferencias" -#~ msgstr "Fejl under opdatering af foretrukne indstillinger" - -#~ msgid "Preferencias actualizadas" -#~ msgstr "Foretrukne indstillinger opdaterede" - #~ msgid "La clave maestra no coincide" #~ msgstr "Hoved-kodeordene er ikke identiske" #~ msgid "No es posible acceder directamente a este archivo" #~ msgstr "Kan ikke tilgå filen" -#~ msgid "Error al actualizar el historial" -#~ msgstr "Fejl under opdatering af historik" - #~ msgid "Actualizar Cuenta" #~ msgstr "Opdater konto" -#~ msgid "Error al actualizar los grupos secundarios" -#~ msgstr "Fejl under opdatering af sekundære grupper" - -#~ msgid "Error al actualizar los usuarios de la cuenta" -#~ msgstr "Fejl under opdatering af kontoens brugere" - -#, fuzzy -#~ msgid "No se pudieron obtener los datos de la cuenta" -#~ msgstr "Fejl under indlæsning af kontodata" - -#~ msgid "Error al eliminar grupos asociados a la cuenta" -#~ msgstr "Fejl under sletning af kontoens grupper" - -#~ msgid "Error al eliminar usuarios asociados a la cuenta" -#~ msgstr "Fejl under sletning af kontoens brugere" - #~ msgid "Error al eliminar archivos asociados a la cuenta" #~ msgstr "Fejl under sletning af kontoens filer" @@ -5474,79 +7644,24 @@ msgstr "Link" #~ msgid "Error en el módulo de encriptación" #~ msgstr "Fejl i krypteringsmodulet" -#~ msgid "Error al obtener las claves de las cuentas" -#~ msgstr "Fejl under indlæsning af kontoens kodeord" - -#~ msgid "Fallo al actualizar la clave de la cuenta" -#~ msgstr "Fejl under opdatering af kontoens kodeord" - -#~ msgid "Cuentas actualizadas" -#~ msgstr "Konti opdaterede" - #~ msgid "No se pudieron obtener los datos de las cuentas" #~ msgstr "Kan ikke indlæse kontoens data" -#~ msgid "Actualizar Clave Maestra (H)" -#~ msgstr "Opdater Hoved-kodeord (H)" - -#~ msgid "La clave maestra del registro no coincide" -#~ msgstr "Registreringens Hoved-kodeord passer ikke" - #~ msgid "Fallo al actualizar la clave del histórico" #~ msgstr "Fejl under opdateringen af historikkens Hoved-kodeord" -#~ msgid "Registros actualizados" -#~ msgstr "Registreringerne er opdaterede" - #~ msgid "Gestión Aplicación" #~ msgstr "Applikationsadministration" #~ msgid "Exportar" #~ msgstr "Eksport" -#~ msgid "Acceso no permitido" -#~ msgstr "Uautoriseret adgang" - -#~ msgid "Error de codificación" -#~ msgstr "Krypteringsfejl" - -#~ msgid "La autorización ya existe" -#~ msgstr "Autorisationen er allerede i brug" - #~ msgid "Actualizar Autorización" #~ msgstr "Opdater autorisation" -#, fuzzy -#~ msgid "Usuario no pertenece al grupo" -#~ msgstr "Brugeren tilhører ikke gruppen" - -#~ msgid "Esta operación sólo es posible en entornos Linux" -#~ msgstr "Denne handling kan kun udføres på Linux-systemer" - -#~ msgid "Error al realizar backup en modo compatibilidad" -#~ msgstr "Fejl under udførelsen af backup i kompatibilitetstilstand" - -#~ msgid "Compruebe los permisos del directorio de backups" -#~ msgstr "Kontroller venligst rettighederne på backup-mappen" - -#~ msgid "Nombre de categoría duplicado" -#~ msgstr "Kategorinavn er allerede i brug" - -#~ msgid "Error al crear la categoría" -#~ msgstr "Fejl under oprettelsen af kategorien" - -#~ msgid "Error al eliminar la categoría" -#~ msgstr "Fejl under sletning af kategorien" - -#~ msgid "Error al actualizar la categoría" -#~ msgstr "Fejl under opdatering af kategorien" - #~ msgid "Modificar configuración" #~ msgstr "Opdater konfiguration" -#~ msgid "Parámetro" -#~ msgstr "Parameter" - #~ msgid "Valor" #~ msgstr "Værdi" @@ -5562,170 +7677,33 @@ msgstr "Link" #~ msgid "El archivo de clave no existe" #~ msgstr "Nøglefilen findes ikke" -#~ msgid "Error importando cuenta" -#~ msgstr "Fejl under importering af konto" - -#~ msgid "Registros no actualizados" -#~ msgstr "Registreringer er ikke opdateret" - -#~ msgid "Cliente duplicado" -#~ msgstr "Duplikeret klient" - -#~ msgid "Error al crear el cliente" -#~ msgstr "Fejl under oprettelsen af klienten" - -#~ msgid "Error al actualizar el cliente" -#~ msgstr "Fejl under opdateringen af klienten" - #~ msgid "Actualizar Cliente" #~ msgstr "Opdater klient" -#~ msgid "Error al eliminar el cliente" -#~ msgstr "Fejl under sletningen af klienten" - -#~ msgid "Compruebe los datos de conexión" -#~ msgstr "Kontroller venligst forbindelsesparametrene" - #~ msgid "Realizado por" #~ msgstr "Udført af" #~ msgid "Enviar Email" #~ msgstr "Send E-mail" -#~ msgid "Correo enviado" -#~ msgstr "E-mail afsendt" - -#~ msgid "Error al enviar correo" -#~ msgstr "Fejl under afsendelse af E-mailen" - -#~ msgid "Destinatario" -#~ msgstr "Modtager" - #~ msgid "CC" #~ msgstr "CC" -#~ msgid "Archivo no subido correctamente" -#~ msgstr "Filen er uploadet" - -#~ msgid "Verifique los permisos del usuario del servidor web" -#~ msgstr "Kontroller venligst webserverens brugertilladelser" - -#~ msgid "Compruebe la extensión del archivo" -#~ msgstr "Kontroller venligst fil-endelsen" - -#~ msgid "Compruebe la configuración de PHP para subir archivos" -#~ msgstr "Kontroller venligst PHP konfigurationen for fil-upload" - #~ msgid "Compruebe los permisos del directorio temporal" #~ msgstr "Kontroller venligst tilladelserne på det midlertidige fil-lager" -#~ msgid "Error al eliminar los usuarios del grupo" -#~ msgstr "Fejl under sletning af gruppens brugere" - -#~ msgid "Compruebe el formato del archivo" -#~ msgstr "Kontroller venligst filformatet" - -#~ msgid "Importación finalizada" -#~ msgstr "Import færdig" - -#~ msgid "La sesión no puede ser inicializada" -#~ msgstr "Sessionen kan ikke initialiseres" - -#, fuzzy -#~ msgid "El directorio \"/config\" no existe" -#~ msgstr "\"/config\" -mappen findes ikke" - -#, fuzzy -#~ msgid "No es posible escribir en el directorio \"config\"" -#~ msgstr "Kan ikke skrive i \"/config\" -mappen" - -#, fuzzy -#~ msgid "Los permisos del directorio \"/config\" son incorrectos" -#~ msgstr "Rettighederne på \"/config\" -mappen er forkerte" - -#~ msgid "Finalizar sesión" -#~ msgstr "Afslut session" - -#~ msgid "Tiempo inactivo" -#~ msgstr "Inaktiv tid" - -#~ msgid "Tiempo total" -#~ msgstr "Total tid" - #~ msgid "Actualización" #~ msgstr "Opdatering" #~ msgid "Actualización de versión realizada." #~ msgstr "Versionsopdatering udført." -#~ msgid "Indicar nombre de usuario admin" -#~ msgstr "Indtast venligst administrator-brugernavnet" - -#~ msgid "Usuario admin para acceso a la aplicación" -#~ msgstr "Administrator-brugeren der logger ind i applikationen" - -#~ msgid "Indicar la clave de admin" -#~ msgstr "Indtast venligst administrator-adgangskoden" - -#~ msgid "Clave del usuario admin de la aplicación" -#~ msgstr "Applikationsadministratorens adgangskode" - -#~ msgid "Indicar la clave maestra" -#~ msgstr "Indtast venligst Hoved-kodeordet" - -#~ msgid "Clave maestra para encriptar las claves" -#~ msgstr "Hoved-kodeord til kryptering af kodeordene" - -#~ msgid "Clave maestra muy corta" -#~ msgstr "Hoved-kodeordet er for kort" - -#~ msgid "La longitud de la clave maestra ha de ser mayor de 11 caracteres" -#~ msgstr "Hoved-kodeordet skal være mindst 11 tegn" - -#~ msgid "Indicar el usuario de la BBDD" -#~ msgstr "Indtast venligst database-brugernavnet" - -#, fuzzy -#~ msgid "Usuario con permisos de administrador de la Base de Datos" -#~ msgstr "En bruger med administrationsrettigheder på databasen" - -#~ msgid "Indicar el nombre de la BBDD" -#~ msgstr "Indtast venligst databasenavnet" - -#~ msgid "Nombre para la BBDD de la aplicación pej. syspass" -#~ msgstr "Applikationsdatabasenavn, f.eks. syspass" - -#~ msgid "El nombre de la BBDD no puede contener \".\"" -#~ msgstr "Databasenavnet må ikke indeholde \".\"" - -#~ msgid "Elimine los puntos del nombre de la Base de Datos" -#~ msgstr "Fjern venligst punktummer i databasenavnet" - -#~ msgid "Indicar el servidor de la BBDD" -#~ msgstr "Indtast venligst databaseserverens navn/adresse" - -#~ msgid "Servidor donde se instalará la Base de Datos" -#~ msgstr "Serveren som databasen oprettes på" - #~ msgid "No es posible comprobar el usuario de sysPass" #~ msgstr "Kan ikke kontrollere sysPass-brugeren" -#~ msgid "Compruebe los permisos del usuario de conexión a la BD" -#~ msgstr "Kontroller venligst rettighederne for adgang til databasen" - -#~ msgid "La BBDD ya existe" -#~ msgstr "Databasen findes allerede" - -#~ msgid "Indique una nueva Base de Datos o elimine la existente" -#~ msgstr "" -#~ "Indtast venligst et nyt databasenavn eller slet den eksisterende database" - #~ msgid "Error al crear la BBDD" #~ msgstr "Fejl under oprettelsen af databasen" -#~ msgid "Verifique los permisos del usuario de la Base de Datos" -#~ msgstr "Kontroller venligst brugerrettighederne på databasen" - #~ msgid "El archivo de estructura de la BBDD no existe" #~ msgstr "Databasens strukturfil findes ikke" @@ -5735,51 +7713,15 @@ msgstr "Link" #~ msgid "Error al seleccionar la BBDD" #~ msgstr "Fejl under valg af databasen." -#, fuzzy -#~ msgid "" -#~ "No es posible usar la Base de Datos para crear la estructura. Compruebe " -#~ "los permisos y que no exista." -#~ msgstr "" -#~ "Kan ikke åbne databasen for at oprette strukturen. Kontroller rettigheder " -#~ "og at den ikke allerede er oprettet." - -#~ msgid "Error al crear la estructura de la Base de Datos." -#~ msgstr "Fejl under oprettelsen af databasestrukturen." - -#~ msgid "Informe al desarrollador" -#~ msgstr "Advarsel til udviklerne" - #~ msgid "Error al actualizar la clave maestra del usuario \"admin\"" #~ msgstr "Fejl under opdateringen af Hoved-kodeordet for brugeren \"admin\"" -#, fuzzy -#~ msgid "No es posible conectar con el servidor de LDAP" -#~ msgstr "Kan ikke forbinde til LDAP-serveren" - -#~ msgid "Error al conectar (BIND)" -#~ msgstr "Forbindelsesfejl (BIND)" - -#~ msgid "Error al buscar objetos en DN base" -#~ msgstr "Fejl under søgnig efter objekter i 'base DN'" - -#~ msgid "Error al buscar RDN de grupo" -#~ msgstr "Fejl under søgning i gruppen RDN" - -#~ msgid "Error al localizar el usuario en LDAP" -#~ msgstr "Fejl under søgning efter brugeren i LDAP" - #~ msgid "Error al buscar el grupo de usuarios" #~ msgstr "Fejl under søgningen i brugergruppen" -#~ msgid "Usuario verificado en grupo" -#~ msgstr "Bruger verificeret som tilhørende gruppen" - #~ msgid "Vaciar Eventos" #~ msgstr "Ryd hændelser" -#~ msgid "Cliente no encontrado" -#~ msgstr "Klient ikke fundet" - #~ msgid "Error al obtener los usuarios" #~ msgstr "Fejl under indlæsning af brugerne" @@ -5795,36 +7737,12 @@ msgstr "Link" #~ msgid "Fallo al realizar la operación" #~ msgstr "Fejl under udførelse af handlingen" -#~ msgid "Formato de XML inválido" -#~ msgstr "Ugyldigt XML-format" - -#~ msgid "Error al aplicar la actualización de la Base de Datos" -#~ msgstr "Fejl under opdateringen af databasen" - -#~ msgid "Compruebe el registro de eventos para más detalles" -#~ msgstr "Se venligst hændelsesloggen for yderligere detaljer" - -#~ msgid "Error al aplicar la actualización auxiliar" -#~ msgstr "Fejl under udførelsen af en tillægsopdatering" - -#~ msgid "Actualizar BBDD" -#~ msgstr "Opdater databasen" - #~ msgid "No es necesario actualizar la Base de Datos." #~ msgstr "Databaseopdatering ikke påkrævet" -#~ msgid "Actualización de la Base de Datos realizada correctamente." -#~ msgstr "Databaseopdateringen blev korrekt udført" - -#~ msgid "Actualizar Configuración" -#~ msgstr "Opdater konfigurationen" - #~ msgid "No se pudo realizar la petición de cambio de clave." #~ msgstr "Kunne ikke gennemføre forespørgslen om ændring af kodeord" -#~ msgid "Usuario de LDAP" -#~ msgstr "LDAP-bruger" - #~ msgid "Activación Cuenta" #~ msgstr "Kontoaktivering" @@ -5843,39 +7761,15 @@ msgstr "Link" #~ msgid "Versión de PHP requerida >= " #~ msgstr "Påkrævet PHP version >= " -#~ msgid "" -#~ "Actualice la versión de PHP para que la aplicación funcione correctamente" -#~ msgstr "Opdater venligst din PHP version for at køre sysPass" - #~ msgid "Exportar XML" #~ msgstr "XML eksport" -#~ msgid "Error al crear el archivo XML" -#~ msgstr "Fejl under oprettelsen af XML-filen" - -#~ msgid "No es posible procesar el archivo XML" -#~ msgstr "Kan ikke processere XML-filen" - -#~ msgid "Archivo XML no soportado" -#~ msgstr "XML-filen er ikke understøttet" - -#, fuzzy -#~ msgid "No es posible detectar la aplicación que exportó los datos" -#~ msgstr "Kan ikke udlede hvilken applikation den stammer fra" - #~ msgid "Último backup" #~ msgstr "Sidste backup" #~ msgid "Última exportación" #~ msgstr "Sidste eksportering" -#~ msgid "Registro de eventos vaciado" -#~ msgstr "Hændelsesloggen ryddet" - -#, fuzzy -#~ msgid "Error al vaciar el registro de eventos" -#~ msgstr "Fejl under rydning af hændelsesloggen" - #~ msgid "La version de PHP es vulnerable al ataque NULL Byte (CVE-2006-7243)" #~ msgstr "" #~ "Denne PHP-version er følsom overfor NULL byte attack (CVE-2006-7243)" @@ -5892,9 +7786,6 @@ msgstr "Link" #~ "Uden denne funktion kan en angriber overtage din konto hvis du nulstiller " #~ "kodeordet" -#~ msgid "Instalación finalizada" -#~ msgstr "Installation færdig" - #~ msgid "Descargar nueva versión" #~ msgstr "Download ny version" @@ -5925,72 +7816,21 @@ msgstr "Link" #~ msgid "Se permite un máximo de 4 caracteres." #~ msgstr "Max 4 tegn tilladt" -#~ msgid "Primera página" -#~ msgstr "Første side" - -#~ msgid "Página anterior" -#~ msgstr "Foregående side" - -#~ msgid "Página siguiente" -#~ msgstr "Næste side" - -#~ msgid "Última página" -#~ msgstr "Sidste side" - -#~ msgid "Comprobar" -#~ msgstr "Kontrollér" - -#~ msgid "Cambiar Clave" -#~ msgstr "Skift kodeord" - -#~ msgid "Añadir" -#~ msgstr "Tilføj" - #~ msgid "Abrir enlace a" #~ msgstr "Åbn link til" -#~ msgid "Limpiar" -#~ msgstr "Ryd" - #~ msgid "Parámetros especiales:" #~ msgstr "Specielle parametre" -#~ msgid "Realizar" -#~ msgstr "Udfør" - #~ msgid "Extensión" #~ msgstr "Udvidelse" -#~ msgid "Tamaño de archivo superado" -#~ msgstr "Max. filstørrelse overskredet" - #~ msgid "Solicitud no enviada" #~ msgstr "Forespørgsel ikke sendt" #~ msgid "Compruebe datos de usuario o consulte con el administrador" #~ msgstr "Kontrollér venligst brugerens data eller kontakt administratoren" -#~ msgid "La cuenta no existe" -#~ msgstr "Kontoen findes ikke" - -#~ msgid "Errores" -#~ msgstr "Fejl" - -#~ msgid "Error al añadir favorito" -#~ msgstr "Fejl under tilføjelse af foretrukken" - -#~ msgid "Error al eliminar favorito" -#~ msgstr "Fejl under sletning af foretrukken" - -#~ msgid "Error al eliminar las etiquetas de la cuenta" -#~ msgstr "Fejl under sletning af kontoens mærker" - -#~ msgid "Método inválido" -#~ msgstr "Ugyldig metode" - -#~ msgid "Datos inválidos" -#~ msgstr "Ugyldige data" - #~ msgid "Formato incorrecto" #~ msgstr "Forkert format" @@ -6000,12 +7840,6 @@ msgstr "Link" #~ msgid "Nombre de cliente a buscar" #~ msgstr "Klientnavn der skal søges efter" -#~ msgid "Método ya inicializado" -#~ msgstr "Metoden er allerede initialiseret" - -#~ msgid "Método no disponible" -#~ msgstr "Metoden er ikke tilgængelig" - #~ msgid "Los parámetros de DokuWiki no están configurados" #~ msgstr "DokuWiki-parametrene er ikke sat" @@ -6018,81 +7852,24 @@ msgstr "Link" #~ msgid "Error de conexión a DokuWiki" #~ msgstr "Fejl under forbindelse til DokuWiki" -#~ msgid "Faltan parámetros de syslog remoto" -#~ msgstr "Der mangler parametre til ekstern syslog " - -#~ msgid "Syslog remoto deshabilitado" -#~ msgstr "Ekstern syslog er deaktiveret" - -#~ msgid "Error al guardar la configuración" -#~ msgstr "Fejl under lagring af konfigurationen" - -#~ msgid "Faltan parámetros de DokuWiki" -#~ msgstr "Manglende DokuWiki-parametre" - #~ msgid "DokuWiki habiltada" #~ msgstr "DokuWiki aktiveret" -#~ msgid "DokuWiki deshabilitada" -#~ msgstr "DokuWiki deaktiveret" - -#~ msgid "Enlace creado" -#~ msgstr "Link oprettet" - -#~ msgid "Enlace actualizado" -#~ msgstr "Link opdateret" - -#~ msgid "Enlace eliminado" -#~ msgstr "Link slettet" - -#~ msgid "Plugin habilitado" -#~ msgstr "Plugin aktiveret" - -#~ msgid "Plugin deshabilitado" -#~ msgstr "Plugin deaktiveret" - -#~ msgid "Plugin restablecido" -#~ msgstr "Plugin nulstillet" - -#~ msgid "Favorito añadido" -#~ msgstr "Foretrukken tilføjet" - -#~ msgid "Favorito eliminado" -#~ msgstr "Foretrukken slettet" - -#~ msgid "Importación de usuarios de LDAP realizada" -#~ msgstr "Import af LDAP-brugere udført" - #~ msgid "Error al importar usuarios de LDAP" #~ msgstr "Fejl under import af LDAP-brugere" -#~ msgid "Notificación leída" -#~ msgstr "Notifikation læst" - -#~ msgid "Notificación eliminada" -#~ msgstr "Notifikation slettet" - #~ msgid "Solicitud enviada por correo" #~ msgstr "Forespørgsel er sendt pr. E-mail" #~ msgid "Solicitud no enviada por correo" #~ msgstr "Forespørgsel er ikke sendt pr. E-mail" -#~ msgid "Solicitud realizada" -#~ msgstr "Forespørgsel udført" - #~ msgid "Detalles de Plugin" #~ msgstr "Plugindetaljer" #~ msgid "Error al obtener la clave maestra del usuario" #~ msgstr "Fejl under indlæsning af brugerens Hoved-kodeord" -#~ msgid "Es necesaria su clave anterior" -#~ msgstr "Dit tidligere kodeord er påkrævet" - -#~ msgid "Servidor LDAP" -#~ msgstr "LDAP-server" - #~ msgid "Buscar Categorías" #~ msgstr "Søg efter kategorier" @@ -6105,80 +7882,15 @@ msgstr "Link" #~ msgid "Añadir Cliente" #~ msgstr "Tilføj klient" -#~ msgid "Observador no inicializado" -#~ msgstr "Observatør ikke initialiseret" - -#~ msgid "Es necesario un objeto" -#~ msgstr "Et objekt er påkrævet" - -#~ msgid "Indicar la clave de la BBDD" -#~ msgstr "Indtast venligst databasekodeordet" - -#~ msgid "Clave del usuario administrador de la Base de Datos" -#~ msgstr "Databaseadministratorens kodeord" - -#~ msgid "Error al crear el usuario de conexión a MySQL '%s'" -#~ msgstr "Fejl under oprettelsen af MySQL forbindelsesbrugeren '%s'" - -#~ msgid "La BBDD no existe" -#~ msgstr "Databasen findes ikke" - -#~ msgid "Es necesario crearla y asignar los permisos necesarios" -#~ msgstr "Du skal oprette den og tilføje de nødvendige rettigheder" - -#~ msgid "Error al actualizar la configuración" -#~ msgstr "Fejl under opdatering af konfigurationen" - -#~ msgid "Usuario no indicado" -#~ msgstr "Bruger ikke valgt" - -#~ msgid "Acción no indicada" -#~ msgstr "Handling ikke valgt" - -#~ msgid "Es necesario un nombre de etiqueta" -#~ msgstr "Et mærkenavn er påkrævet" - -#~ msgid "Respuesta XML-RPC inválida" -#~ msgstr "Ugyldigt XML-RPC-svar" - -#, fuzzy -#~ msgid "Id de categoría no definido. No es posible importar cuenta." -#~ msgstr "Kategi-ID er ikke valgt. Kontoen kan ikke importeres." - -#, fuzzy -#~ msgid "Id de cliente no definido. No es posible importar cuenta." -#~ msgstr "Klient-ID er ikke valgt. Kontoen kan ikke importeres." - -#~ msgid "Clave de encriptación no indicada" -#~ msgstr "Krypteringskodeord er ikke sat" - #~ msgid "Extensión '%s' no cargada" #~ msgstr "Udvidelsen \"%s\" er ikke indlæst" -#~ msgid "Categoría duplicada" -#~ msgstr "Kategorien findes allerede" - -#~ msgid "Categoría no encontrada" -#~ msgstr "Kategori ikke fundet" - -#~ msgid "Error al crear el campo personalizado" -#~ msgstr "Fejl under oprettelsen af brugerdefineret felt" - -#~ msgid "Error al eliminar el campo personalizado" -#~ msgstr "Fejl under sletningen af brugerdefineret felt" - -#~ msgid "Error al actualizar el campo personalizado" -#~ msgstr "Fejl under opdatering af brugerdefineret felt" - #~ msgid "Campo personalizado no encontrado" #~ msgstr "Brugerdefineret felt ikke fundet" #~ msgid "No se encontraron campos personalizados" #~ msgstr "Brugerdefinerede felter ikke fundet" -#~ msgid "No hay datos de campos personalizados" -#~ msgstr "Der findes ingen data fra brugerdefinerede felter" - #~ msgid "Error al migrar campos personalizados" #~ msgstr "Fejl under migrering af brugerdefinerede felter" @@ -6191,102 +7903,15 @@ msgstr "Link" #~ msgid "Actualizar Grupo" #~ msgstr "Opdatér gruppe" -#~ msgid "Error al asignar los usuarios al grupo" -#~ msgstr "Fejl under tilføjelsen af brugerne til gruppen" - -#~ msgid "Error al crear la notificación" -#~ msgstr "Fejl under tilføjelsen af notifikationen" - -#~ msgid "Error al eliminar la notificación" -#~ msgstr "Fejl under sletning af notofikationen" - -#~ msgid "Error al modificar la notificación" -#~ msgstr "Fejl under opdatering af notifikationen" - -#~ msgid "Error al obtener la notificación" -#~ msgstr "Fejl under indlæsning af notifikationen" - -#~ msgid "Error al obtener las notificaciones" -#~ msgstr "Fejl under indlæsning af notifikationerne" - -#~ msgid "Error al crear el plugin" -#~ msgstr "Fejl under tilføjelse af plugin" - -#~ msgid "Error al eliminar el plugin" -#~ msgstr "Fejl under sletning af plugin" - -#~ msgid "Error al actualizar el plugin" -#~ msgstr "Fejl under opdatering af plugin" - -#~ msgid "Habilitado" -#~ msgstr "Aktiveret" - -#~ msgid "Error al crear perfil" -#~ msgstr "Fejl under oprettelsen af profilen" - #~ msgid "Perfil en uso" #~ msgstr "Profilen er i brug" -#~ msgid "Error al eliminar perfil" -#~ msgstr "Fejl under sletning af profilen" - -#~ msgid "Error al modificar perfil" -#~ msgstr "Fejl under opdatering af profilen" - -#~ msgid "Enlace visualizado" -#~ msgstr "Link vist" - -#~ msgid "Error al actualizar enlace" -#~ msgstr "Fejl under opdatering af link" - -#~ msgid "Enlace ya creado" -#~ msgstr "Link allerede oprettet" - -#~ msgid "Error al crear enlace" -#~ msgstr "Fejl under oprettelse af link" - -#~ msgid "Error al eliminar enlace" -#~ msgstr "Fejl under sletning af link" - -#~ msgid "Error al renovar enlace" -#~ msgstr "Fejl under fornyelse af link" - #~ msgid "Actualizar Enlace" #~ msgstr "Opdatér link" -#~ msgid "Error al obtener enlace" -#~ msgstr "Fejl under indlæsning af link" - -#~ msgid "ON" -#~ msgstr "TIL" - -#~ msgid "OFF" -#~ msgstr "FRA" - -#~ msgid "Etiqueta duplicada" -#~ msgstr "Duplikeret mærke" - -#~ msgid "Error al crear etiqueta" -#~ msgstr "Fejl under oprettelsen af mærke" - -#~ msgid "Error al eliminar etiqueta" -#~ msgstr "Fejl under sletning af mærke" - -#~ msgid "Error al actualizar etiqueta" -#~ msgstr "Fejl under opdatering af mærke" - #~ msgid "Error al obtener etiqueta" #~ msgstr "Fejl under indlæsning af mærke" -#~ msgid "Login/email de usuario duplicados" -#~ msgstr "Duplikeret brugerlogin / E-mail" - -#~ msgid "Error al obtener los datos del usuario" -#~ msgstr "Fejl under indlæsning af brugerens data" - -#~ msgid "No se encontraron objetos para sincronizar" -#~ msgstr "Der findes ingen objekter der kan synkroniseres" - #~ msgid "Sincronización finalizada" #~ msgstr "Synkronisering udført" @@ -6296,48 +7921,15 @@ msgstr "Link" #~ msgid "Error al obtener grupo de usuarios" #~ msgstr "Fejl under indlæsning af brugergruppen" -#~ msgid "Error en comprobación de hash" -#~ msgstr "Fejl under kontrol af kontrolsum" - -#~ msgid "Hash inválido o expirado" -#~ msgstr "Forkert eller udløbet kontrolsum" - -#~ msgid "Error al generar el hash de recuperación" -#~ msgstr "Fejl under generering af kontrolsum til gendannelse" - #~ msgid "Actualizando preferencias" #~ msgstr "Opdaterer præferencer" #~ msgid "No es posible leer/escribir el archivo: %s" #~ msgstr "Kan ikke læse/skrive filen: %s" -#~ msgid "No hay elementos para guardar" -#~ msgstr "Der findes ingen elementer at gemme" - -#~ msgid "Socket no inicializado" -#~ msgstr "Socket ikke initialiseret" - -#~ msgid "Error al enviar datos" -#~ msgstr "Fejl under afsendelse af data" - #~ msgid "Respuesta" #~ msgstr "Svar" -#~ msgid "Ver Detalles" -#~ msgstr "Vis detaljer" - -#~ msgid "Copiar" -#~ msgstr "Kopiér" - -#~ msgid "Restaurar" -#~ msgstr "Genskab" - -#~ msgid "Descargar" -#~ msgstr "Download" - -#~ msgid "Crítico" -#~ msgstr "Kritisk" - #~ msgid "Accesos" #~ msgstr "Adgange" @@ -6347,9 +7939,6 @@ msgstr "Link" #~ msgid "Hay %d notificaciones pendientes" #~ msgstr "Der findes %d ulæste notifikationer" -#~ msgid "Agente" -#~ msgstr "Agent" - #~ msgid "Crear Usuario" #~ msgstr "Tilføj bruger" @@ -6404,165 +7993,12 @@ msgstr "Link" #~ msgid "Usuarios importados" #~ msgstr "Importerede brugere" -#~ msgid "Acceso denegado" -#~ msgstr "Adgang nægtet" - -#~ msgid "Error al añadir las etiquetas de la cuenta" -#~ msgstr "Fejl under tilføjelse af mærker til kontoen" - -#~ msgid "Grupos eliminados" -#~ msgstr "Grupper slettet" - -#~ msgid "Perfiles eliminados" -#~ msgstr "Profiler slettet" - -#~ msgid "Clientes eliminados" -#~ msgstr "Klienter slettet" - -#~ msgid "Categorías eliminadas" -#~ msgstr "Kategorier slettet" - -#~ msgid "Autorizaciones eliminadas" -#~ msgstr "Autorisationer slettet" - -#~ msgid "Campos eliminados" -#~ msgstr "Felter slettet" - -#~ msgid "Enlaces eliminados" -#~ msgstr "Links slettet" - -#~ msgid "Etiquetas eliminadas" -#~ msgstr "Mærker slettet" - -#~ msgid "Archivos eliminados" -#~ msgstr "Filer slettet" - -#~ msgid "Cuentas eliminadas" -#~ msgstr "Konti slettet" - -#~ msgid "Notificación creada" -#~ msgstr "Notifikation oprettet" - -#~ msgid "Notificaciones eliminadas" -#~ msgstr "Notifikationer slettet" - -#~ msgid "Usando clave temporal" -#~ msgstr "Anvender midlertidigt kodeord" - -#~ msgid "Clave temporal caducada" -#~ msgstr "Midlertidigt kodeord er udløbet" - #~ msgid "Sesión" #~ msgstr "Session" -#~ msgid "Error al comprobar la base de datos" -#~ msgstr "Fejl under kontrol af databasen" - -#~ msgid "Intente de nuevo la instalación" -#~ msgstr "Forsøg venligst at installere igen" - -#~ msgid "Es necesario un componente" -#~ msgstr "En komponent mangler" - -#~ msgid "Es necesario un tipo" -#~ msgstr "En type er påkrævet" - -#~ msgid "Es necesario un destinatario" -#~ msgstr "Et mål er påkrævet" - -#~ msgid "Error procesando línea" -#~ msgstr "Fejl under processering af linje" - -#~ msgid "Cuentas importadas" -#~ msgstr "Konti importeret" - -#~ msgid "Archivo no encontrado" -#~ msgstr "Fil ikke fundet" - -#~ msgid "Grupo no encontrado" -#~ msgstr "Gruppe ikke fundet" - -#~ msgid "Notificación no encontrada" -#~ msgstr "Notifikation ikke fundet" - -#~ msgid "Plugin no encontrado" -#~ msgstr "Plugin ikke fundet" - -#~ msgid "Perfil no encontrado" -#~ msgstr "Profil ikke fundet" - -#~ msgid "Enlace no encontrado" -#~ msgstr "Link ikke fundet" - -#~ msgid "Etiqueta no encontrada" -#~ msgstr "Mærke ikke fundet" - -#~ msgid "Usuario no encontrado" -#~ msgstr "Bruger ikke fundet" - -#~ msgid "Consulta en blanco" -#~ msgstr "Tom forespørgsel" - -#~ msgid "No es posible iniciar una transacción" -#~ msgstr "Kan ikke begynde transaktion" - #~ msgid "No es posible finalizar una transacción" #~ msgstr "Kan ikke færdiggøre transaktion" -#~ msgid "Cuenta no encontrada" -#~ msgstr "Konto ikke fundet" - -#~ msgid "Hash de clave maestra actualizado" -#~ msgstr "Hoved-kodeord kontrolsum opdateret" - -#~ msgid "Error al actualizar el hash de la clave maestra" -#~ msgstr "Fejl under opdatering af Hoved-kodeords kontrolsum" - -#~ msgid "Usuarios eliminados" -#~ msgstr "Brugere slettet" - -#~ msgid "Notificación actualizada" -#~ msgstr "Notifikation opdateret" - -#~ msgid "Restricción de integridad" -#~ msgstr "Integritetsbegrænsning" - -#~ msgid "Clave de encriptación incorrecta" -#~ msgstr "Forkert krypteringskodeord" - -#~ msgid "Código de seguridad incorrecto" -#~ msgstr "Forkert sikkerhedskode" - -#~ msgid "Es necesario confirmar la actualización" -#~ msgstr "Opdateringen skal bekræftes" - -#~ msgid "En 5 segundos será redirigido al login" -#~ msgstr "Du vil blive omdirigeret til login indenfor 5 sekunder" - -#~ msgid "Error al aplicar la actualización de la aplicación" -#~ msgstr "Fejl under udførelsen af applikationsopdateringen" - -#~ msgid "Intentos excedidos" -#~ msgstr "Maks. antal forsøg overskredet" - -#~ msgid "Token no encontrado" -#~ msgstr "Polet ikke fundet" - -#~ msgid "Error al crear track" -#~ msgstr "Fejl under oprettelsen af spor" - -#~ msgid "Error al eliminar track" -#~ msgstr "Fejl under sletning af spor" - -#~ msgid "Error al actualizar track" -#~ msgstr "Fejl under opdatering af spor" - -#~ msgid "Error al obtener track" -#~ msgstr "Fejl under indlæsning af spor" - -#~ msgid "Error al obtener tracks" -#~ msgstr "Fejl under indlæsningen af sporene" - #~ msgid "Actualizando IDs de cuentas" #~ msgstr "Opdaterer Konti ID'er" @@ -6581,173 +8017,9 @@ msgstr "Link" #~ msgid "Actualizando IDs de usuarios" #~ msgstr "Opdaterer bruger ID'er" -#~ msgid "Acción no encontrada" -#~ msgstr "Handling ikke fundet" - -#~ msgid "Contexto ya inicializado" -#~ msgstr "Kontekst allerede initialiseret" - -#~ msgid "Contexto inválido" -#~ msgstr "Ugyldig kontekst" - -#~ msgid "Contexto no inicializado" -#~ msgstr "Kontekst ikke initialiseret" - -#~ msgid "Clase no válida para iconos" -#~ msgstr "Ugyldig ikonklasse" - -#~ msgid "Tipo de filtro inválido" -#~ msgstr "Ugyldig filtertype" - -#~ msgid "Tipo de objeto incorrecto" -#~ msgstr "Forkert objekttype" - -#~ msgid "No es posible inicializar" -#~ msgstr "Kan ikke initialisere" - -#~ msgid "Error al eliminar los archivos" -#~ msgstr "Fejl under sletning af filerne" - -#~ msgid "Error al eliminar las cuentas" -#~ msgstr "Fejl under sletning af konti" - -#~ msgid "Error al eliminar la categorías" -#~ msgstr "Fejl under sletning af kategorierne" - -#~ msgid "Error al eliminar los clientes" -#~ msgstr "Fejl under sletning af klienterne" - -#~ msgid "Error al eliminar los campos personalizados" -#~ msgstr "Fejl under sletning af brugerdefinerede felter" - -#~ msgid "Error al crear el tipo de campo" -#~ msgstr "Fejl ved oprettelse af felttypen" - -#~ msgid "Error al actualizar el tipo de campo" -#~ msgstr "Fej ved opdatering af felttypen" - -#~ msgid "Error al eliminar el tipo de campo" -#~ msgstr "Fejl under sletning af felttypen" - -#~ msgid "Error al eliminar las notificaciones" -#~ msgstr "Fejl under sletning af notifikationerne" - #~ msgid "El enlace no existe" #~ msgstr "Linket findes ikke" -#~ msgid "Error al eliminar etiquetas" -#~ msgstr "Fejl under sletning af mærkerne" - -#~ msgid "Error al eliminar los usuarios" -#~ msgstr "Fejl under sletning af brugerne" - -#, fuzzy -#~ msgid "El usuario no existe" -#~ msgstr "Brugeren findes ikke" - -#~ msgid "Error al eliminar los perfiles" -#~ msgstr "Fejl under sletning af profilerne" - -#~ msgid "Error al eliminar archivos" -#~ msgstr "Fejl under sletning af filerne" - -#~ msgid "Fomato incorrecto" -#~ msgstr "Ugyldigt format" - -#~ msgid "Error al eliminar tokens" -#~ msgstr "Fejl under sletning af poletterne" - -#~ msgid "Copiando base de datos" -#~ msgstr "Kopierer database" - -#~ msgid "Copiando aplicación" -#~ msgstr "Kopierer applikation" - -#~ msgid "Rollback" -#~ msgstr "Rollback" - -#~ msgid "Error al comprobar clave temporal" -#~ msgstr "Fejl under kontrol af midlertidigt kodeord" - -#~ msgid "Campo no encontrado" -#~ msgstr "Felt ikke fundet" - -#~ msgid "Error al eliminar los campos" -#~ msgstr "Fejl under sletning af felterne" - -#~ msgid "Exportando categorías" -#~ msgstr "Eksporterer kategorier" - -#~ msgid "Exportando clientes" -#~ msgstr "Eksporterer klienter" - -#~ msgid "Exportando etiquetas" -#~ msgstr "Eksporterer mærker" - -#~ msgid "Exportando cuentas" -#~ msgstr "Eksporterer konti" - -#~ msgid "Cuenta importada" -#~ msgstr "Konto importeret" - -#~ msgid "Importación XML KeePass" -#~ msgstr "KeePass XML import" - -#~ msgid "Categoría importada" -#~ msgstr "Kategori importeret" - -#~ msgid "Importación XML sysPass" -#~ msgstr "sysPass XML import" - -#~ msgid "Datos desencriptados" -#~ msgstr "Data afkrypteret" - -#~ msgid "Cliente importado" -#~ msgstr "Klient importeret" - -#~ msgid "Etiqueta importada" -#~ msgstr "Mærke importeret" - -#~ msgid "Formato no detectado" -#~ msgstr "Format ikke detekteret" - -#~ msgid "Not implemented" -#~ msgstr "Ikke implementeret" - -#~ 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 "" -#~ "Dette er en test-E-mail med det formaål at kontrollere at konfigurationen " -#~ "er korrekt." - -#~ msgid "Error al eliminar los enlaces" -#~ msgstr "Fejl under sletning af links" - -#~ msgid "Segundos" -#~ msgstr "Sekunder" - -#~ msgid "Actualizar Aplicación" -#~ msgstr "Opdatér applikation" - -#~ msgid "Actualización de campos personalizados" -#~ msgstr "Opdatering af brugerdefinerede felter" - -#~ msgid "Campo" -#~ msgstr "Felt" - -#~ msgid "Actualización de enlaces públicos" -#~ msgstr "Opdatering af offentlige links" - -#~ msgid "Enlace" -#~ msgstr "Link" - -#~ msgid "Error al eliminar los grupos" -#~ msgstr "Fejl under sletning af grupperne" - #~ msgid "Error al leer datos del archivo (%s)" #~ msgstr "Fejl under læsning af fildata (%s)" @@ -6760,202 +8032,18 @@ msgstr "Link" #~ msgid "Error al escribir datos en el archivo (%s)" #~ msgstr "Fejl under skrivning af data til filen (%s)" -#~ msgid "Cuenta visualizada" -#~ msgstr "Konto vist" - -#~ msgid "Clave visualizada" -#~ msgstr "Kodeord vist" - -#~ msgid "Exportación de sysPass en XML" -#~ msgstr "sysPass XML eksport" - #~ msgid "Etiqueta" #~ msgstr "Mærke" -#~ msgid "Es necesario actualizar" -#~ msgstr "Opdatering påkrævet" - -#~ msgid "HTTPS" -#~ msgstr "HTTPS" - -#~ msgid "Clave copiada" -#~ msgstr "Kodeord kopieret" - -#~ msgid "Archivo visualizado" -#~ msgstr "Fil vist" - -#~ msgid "Archivo: %s" -#~ msgstr "Fil: %s" - -#~ msgid "Máximo tamaño: %s" -#~ msgstr "Maks. størrelse: %s" - -#~ msgid "Máximo tamaño: %d KB" -#~ msgstr "Maks størrelse: %d KB" - -#~ msgid "Archivo Eliminado" -#~ msgstr "Fil slettet" - -#~ msgid "Autorización" -#~ msgstr "Autorisation" - -#~ msgid "Autorización visualizada" -#~ msgstr "Autorisation vist" - -#~ msgid "Archivos habilitados" -#~ msgstr "Filer aktiveret" - -#~ msgid "Archivos deshabilitados" -#~ msgstr "Filer deaktiveret" - -#~ msgid "Enlaces públicos habilitados" -#~ msgstr "Offentlige links aktiveret" - -#~ msgid "Enlaces públicos deshabilitados" -#~ msgstr "Offentlige links deaktiveret" - -#~ msgid "Email enviado" -#~ msgstr "E-mail afsendt" - -#~ msgid "Error al enviar email" -#~ msgstr "Fejl under afsendelse af E-mail" - -#~ msgid "Syslog remoto habilitado" -#~ msgstr "Ekstern syslog aktiveret" - -#~ msgid "Auth Basic habilitada" -#~ msgstr "Basal autentificering aktiveret" - -#~ msgid "Auth Basic deshabiltada" -#~ msgstr "Basal autentificering deaktiveret" - -#~ msgid "No se importaron cuentas" -#~ msgstr "Der blev ikke importeret nogle konti" - -#~ msgid "Parámetros de LDAP incorrectos" -#~ msgstr "Forkerte LDAP parametre" - -#~ msgid "Importación LDAP" -#~ msgstr "LDAP import" - -#~ msgid "Compruebe su buzón de correo" -#~ msgstr "Kontrollér venligst din indbakke" - -#~ msgid "DokuWiki habilitada" -#~ msgstr "DokuWiki aktiveret" - -#~ msgid "Versión no disponible" -#~ msgstr "Version ikke tilgængelig" - -#~ msgid "Notificaciones no disponibles" -#~ msgstr "Notifikationer ikke tilgængelige" - -#~ msgid "Datos incorrectos" -#~ msgstr "Forkerte data" - -#~ msgid "No es posible recuperar la clave" -#~ msgstr "Kan ikke nulstille kodeordet" - -#~ msgid "Es necesario una cuenta" -#~ msgstr "En konto er påkrævet" - #~ msgid "Usar auto-login con Auth Basic" #~ msgstr "Anvend automatisk login via basal autentificering " -#~ msgid "No es posible cambiar el valor de la clave" -#~ msgstr "Kan ikke ændre kodeordsværdien" - -#~ msgid "Filtro incorrecto" -#~ msgstr "Forkert filter" - -#~ msgid "El campo personalizado no existe" -#~ msgstr "Brugerdefineret felt ikke fundet" - -#, fuzzy -#~ msgid "Error al eliminar los plugins" -#~ msgstr "Fejl under sletningen af plugins" - -#~ msgid "Clave maestra no establecida" -#~ msgstr "Hoved-kodeord ikke angivet" - -#~ msgid "Error al eliminar las categorías" -#~ msgstr "Fejl under sletning af kategorier" - -#, fuzzy -#~ msgid "No es posible restaurar la configuración" -#~ msgstr "Kan ikke genskabe konfigurationen" - -#~ msgid "Tipo de campo no encontrado" -#~ msgstr "Felttype ikke fundet" - -#~ msgid "Fallo en la verificación del hash de integridad" -#~ msgstr "Fejl under kontrol af integritetskontrolsum" - -#~ msgid "Error al crear el usuario 'admin'" -#~ msgstr "Fejl under oprettelsen af 'admin'-brugeren" - -#~ msgid "Servicio de correo no disponible" -#~ msgstr "E-mail-tjenesten er ikke tilgængelig" - #~ msgid "Error ol obtener la clave maestra del contexto" #~ msgstr "Fejl under indlæsning af Hoved-kodeord fra kontekst" -#~ msgid "Error ol establecer la clave maestra en el contexto" -#~ msgstr "Fejl ved indsætning af Hoved-kodeord i kontekst" - -#~ msgid "Track no encontrado" -#~ msgstr "Spor ikke fundet" - -#~ msgid "Actualización de autorizaciones API" -#~ msgstr "API autorisationsopdatering" - -#, fuzzy -#~ msgid "El nodo XML no existe" -#~ msgstr "XML-noden findes ikke" - -#~ msgid "Imagen no válida" -#~ msgstr "Ugyldigt billede" - -#~ msgid "Verificación de datos exportados finalizada" -#~ msgstr "Verifikation af eksporterede data udført" - -#~ msgid "Error al actualizar los datos del campo personalizado" -#~ msgstr "Fejl under opdatering af data i det brugerdefinerede felt" - -#~ msgid "Error al obtener la clave maestra del contexto" -#~ msgstr "Fejl under indlæsning af Hoved-kodeord fra kontekst" - #~ msgid "Nuevo CLiente" #~ msgstr "Ny klient" -#~ msgid "" -#~ "Si está importando un archivo exportado desde el mismo origen, los datos " -#~ "pueden estar comprometidos." -#~ msgstr "" -#~ "Hvis du importerer en eksporteret fil af samme oprindelse kan data " -#~ "kompromitteres." - -#~ msgid "Categoría visualizada" -#~ msgstr "Kategori vist" - -#~ msgid "Cliente visualizado" -#~ msgstr "Klient vist" - -#~ msgid "Etiqueta visualizada" -#~ msgstr "Mærke vist" - -#~ msgid "Error al crear permiso" -#~ msgstr "Fejl under oprettelse af rettigheden" - -#~ msgid "Error al actualizar permiso" -#~ msgstr "Fejl under opdatering af rettigheden" - -#~ msgid "Error al eliminar permiso" -#~ msgstr "Fejl under sletning af rettigheden" - -#~ msgid "Error al eliminar los permisos" -#~ msgstr "Fejl under sletning af rettighederne" - #~ msgid "Permiso no encontrada" #~ msgstr "Rettighed ikke fundet" @@ -6989,12 +8077,6 @@ msgstr "Link" #~ msgid "Eliminar Permiso" #~ msgstr "Slet rettighed" -#~ msgid "Es necesario asignar un elemento del tipo usuario, grupo o perfil" -#~ msgstr "Et element af typen bruger, gruppe eller profil skal angives" - -#~ msgid "No hay permisos definidos" -#~ msgstr "Der findes ingen definerede rettigheder" - #~ msgid "" #~ "Prioridad de asignación en caso de coincidir con otros permisos asignados " #~ "por usuario, grupo o perfil." @@ -7014,84 +8096,3 @@ msgstr "Link" #~ msgid "Gestión Permisos" #~ msgstr "Rettighedsadministration" - -#~ 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" - -#~ msgid "Grupo visualizado" -#~ msgstr "Group viewed" - -#~ msgid "Plugin disponible" -#~ msgstr "Plugin available" - -#~ msgid "Plugin no disponible" -#~ msgstr "Plugin unavailable" - -#~ msgid "Plugin cargado" -#~ msgstr "Plugin loaded" - -#~ msgid "Generar clave temporal" -#~ msgstr "Generate temporary password" - -#~ msgid "Clave temporal generada" -#~ msgstr "Temporary password generated" - -#~ msgid "Plugins eliminados" -#~ msgstr "Plugins deleted" - -#~ msgid "Plugin eliminado" -#~ msgstr "Plugin deleted" diff --git a/app/locales/de_DE/LC_MESSAGES/messages.mo b/app/locales/de_DE/LC_MESSAGES/messages.mo index 8edd262351065b4ded79bcab9c62010a82e09bd3..8978d31a08f2a38ca12e804be38e4e27ee4c0637 100644 GIT binary patch literal 90637 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 literal 59594 zcmb`w37A|}wfG$k;T6^ua*4}65 zXWOp-fdaqRtXC-P4nDd|p|D{6LgBJQ+#3H=z}>(hQ0XoLmCpykJ;3Y19l-~|&A=zYJ;C3Dn}VCqFBEnLcLH|>XM$US z3&8|@9k>m6KDY(=PEh4u2`b$U;9lU@!41G)f%}2af~x!7qc#_v@hg?;%j_eg;(fe}Kw&GX_oR_5|fW15~;$Q1v|lRDDkc zmG2O!c8`II|1MDRt_GF=&F;R--4B5px1WH@=g;oH?ujAY)}Zp;3)~)@4l186$E6;A zCa8Lzi7m3y(fKLj3(`x>wV{2{1u*(Z>Uz>i;Atx_l1Y7~E)4puep_wR1O6{cMy z^Bga6{4l8YUkj?ew}Hy{eo*=S3{<-3L6x)a;(*(O%6ETI^*bCCJuh;11=M(72&z3F z02Tj6Q1o*bsP_H{RDV1Hs+_-oDrdbVp}jkRYR8_S+O;pZDL4~UK1YJ5fG2}B@Op3- zxckyV;Z5KYa7*wZaBuLZpxXB@Q0?2HC-9d8LGgp*L526bdo8H?ebD_s>+XBNt?>Uo zxHb4Rcn0_aDEdF?q)^WqsPSD3sz2TfZUKG@+#I|W6o0$h{T~Na-)BJ0ix)xl(>lvS zKWqZ3zqbNaul+!^CpyFKts=haa+k*GF`%zHkJPoR!e-El1 z{{W8wcj^u0^?=G}0Ne‘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 z zW)Uc-#qOSkM42uojVIfpTSw@Eoi43StaO%%bl99rmvE)AZD2&F5T=m@f@sWql5P}n zc<*HK5U1GM6UPjyj^9nHudsboCunH|wRU`F>)>8fK7tav(|I*=Om7p7UfsFxiXdA) zPV|tL%Sl65r9tR-o)h=0*cMYR=eUH&5?a%yOeqGVe#>Hpts#6_?g)F&9jhq#9Mm^T pwipz26KUF~E8|AVv9@HI34*KS_#c?p!h%v!&OPc$WO@@K{C~NsvM&Gt diff --git a/app/locales/de_DE/LC_MESSAGES/messages.po b/app/locales/de_DE/LC_MESSAGES/messages.po index 073aa432..239e655b 100644 --- a/app/locales/de_DE/LC_MESSAGES/messages.po +++ b/app/locales/de_DE/LC_MESSAGES/messages.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: sysPass\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-11-04 11:05+0100\n" -"PO-Revision-Date: 2018-11-04 11:11+0100\n" +"POT-Creation-Date: 2018-11-04 20:31+0100\n" +"PO-Revision-Date: 2018-11-04 20:32+0100\n" "Last-Translator: nuxsmin \n" "Language-Team: language@syspass.org\n" "Language: de\n" @@ -11,5374 +11,7642 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 1.8.11\n" -"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n" -"X-Poedit-Basepath: .\n" +"X-Poedit-KeywordsList: _;__;__u;gettext;gettext_noop\n" "X-Poedit-SourceCharset: UTF-8\n" "X-Generator: Poedit 1.8.11\n" "X-Contributors: Ars, Christian Baumann, CyrosX, Erik Bent, GoatMaster, Hod, " "Ingo Gabriel, JochenK, Julian, Lukas, Michael Wahl, Normo, Sascha Heimann, " "Sauerbier, Thomas Laible, Mario Voigt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Poedit-SearchPath-0: ../../../modules\n" -"X-Poedit-SearchPath-1: ../../../../lib\n" -"X-Poedit-SearchPath-2: ../../../config\n" - -#: ../../../../lib/SP/Bootstrap.php:278 -#, php-format -msgid "Versión de PHP requerida >= %s <= %s" -msgstr "Erforderliche PHP-Version >= %s <= %s" - -#: ../../../../lib/SP/Config/ConfigUtil.php:111 -#, php-format -msgid "Actual: %s - Necesario: 750" -msgstr "Aktuell:%s - Benötigt: 750" - -#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:176 -#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:186 -msgid "Error interno" -msgstr "Interner Fehler" - -#: ../../../../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/Html/DataGrid/DataGridBase.php:302 -#: ../../../../lib/SP/Mvc/View/Template.php:126 -#, fuzzy, php-format -msgid "No es posible obtener la plantilla \"%s\" : %s" -msgstr "Fehler beim Ermitteln der Vorlage \"%s\" : %s" - -#: ../../../../lib/SP/Http/Address.php:49 -#: ../../../../lib/SP/Http/Address.php:68 -msgid "IP inválida" -msgstr "Ungültige IP" - -#: ../../../../lib/SP/Mvc/Controller/Validators/PasswordValidator.php:71 -#, php-format -msgid "Es necesaria una clave con al menos %d caracteres" -msgstr "Das Passwort muss %d Zeichen lang sein" - -#: ../../../../lib/SP/Mvc/View/Template.php:301 -#: ../../../../lib/SP/Mvc/View/Template.php:365 -#, fuzzy, php-format -msgid "No es posible obtener la variable \"%s\"" -msgstr "Variable \"%s\" konnte nicht gefunden werden" - -#: ../../../../lib/SP/Mvc/View/Template.php:334 -#, fuzzy, php-format -msgid "No es posible destruir la variable \"%s\"" -msgstr "Variable \"%s\" konnte nicht entfernt werden" - -#: ../../../../lib/SP/Mvc/View/Template.php:355 -msgid "La plantilla no contiene archivos" -msgstr "Vorlage enthält keine Dateien" - -#: ../../../../lib/SP/Plugin/PluginManager.php:170 -#, php-format -msgid "Versión de plugin no compatible (%s)" -msgstr "Plugin-Version inkompatibel (%s)" - -#: ../../../../lib/SP/Plugin/PluginManager.php:192 -#, php-format -msgid "No es posible cargar el plugin \"%s\"" -msgstr "Fehler beim Laden des Plugins \"%s\"" - -#: ../../../../lib/SP/Providers/Mail/MailHandler.php:124 -#, php-format -msgid "Realizado por: %s (%s)" -msgstr "Durchgeführt von: %s (%s)" - -#: ../../../../lib/SP/Providers/Mail/MailHandler.php:125 -#, php-format -msgid "Dirección IP: %s" -msgstr "IP-Adresse: %s" - -#: ../../../../lib/SP/Providers/Notification/NotificationHandler.php:124 -msgid "Solicitud" -msgstr "Anfragen" - -#. (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:174 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:101 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:25 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:394 -#: ../../../config/actions.xml:13 -msgid "Cuentas" -msgstr "Konten" - -#: ../../../../lib/SP/Providers/Notification/NotificationHandler.php:155 -msgid "Notificación" -msgstr "Benachrichtigung" - -#: ../../../../lib/SP/Services/Account/AccountCryptService.php:138 -#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:83 -msgid "Actualizar Clave Maestra" -msgstr "Masterpasswort ändern" - -#: ../../../../lib/SP/Services/Account/AccountCryptService.php:139 -#, php-format -msgid "Cuentas actualizadas: %d / %d" -msgstr "Aktualisierte Konten: %d /%d" - -#: ../../../../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)" - -#: ../../../../lib/SP/Services/Auth/LoginService.php:604 -msgid "N/D" -msgstr "N/A" - -#: ../../../../lib/SP/Services/Backup/FileBackupService.php:139 -#, php-format -msgid "No es posible crear el directorio de backups (\"%s\")" -msgstr "Backup-Verzeichnis (\"%s\") kann nicht erstellt werden" - -#: ../../../../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)" - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:213 -#, php-format -msgid "Clave Maestra %s" -msgstr "Masterpasswort %s" - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:214 -#, fuzzy -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:216 -#, php-format -msgid "La nueva clave es: %s" -msgstr "Neues Masterpasswort ist: %s" - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:218 -#, php-format -msgid "Esta clave estará activa hasta: %s" -msgstr "Das Passwort ist gültig bis: %s" - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:220 -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." - -#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:84 -msgid "Actualizando datos encriptados" -msgstr "Aktualisiere verschlüsselte Daten" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:75 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:94 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:298 -msgid "Categorías" -msgstr "Kategorien" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:76 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:93 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:330 -msgid "Clientes" -msgstr "Kunden" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:77 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:104 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:16 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:113 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:12 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:50 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:52 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:56 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:250 -msgid "Usuarios" -msgstr "Benutzer" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:78 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:95 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:84 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:162 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:53 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:266 -msgid "Grupos" -msgstr "Gruppen" - -#: ../../../../lib/SP/Services/Export/XmlExportService.php:125 -#: ../../../../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)" - -#: ../../../../lib/SP/Services/Import/CsvImport.php:50 -#, php-format -msgid "Formato detectado: %s" -msgstr "Format erkannt: %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 "Falsche Anzahl an Feldern (%d)" - -#: ../../../../lib/SP/Services/Import/CsvImportBase.php:132 -#: ../../../../lib/SP/Services/Import/CsvImportBase.php:178 -#, php-format -msgid "Compruebe el formato del archivo CSV en línea %s" -msgstr "Bitte die CSV-Datei in Zeile %s überprüfen" - -#: ../../../../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/Services/Import/XmlImportBase.php:121 -#: ../../../../lib/SP/Services/Import/XmlImportTrait.php:70 -#, fuzzy, php-format -msgid "El nodo \"%s\" no existe" -msgstr "Knoten \"% s\" existiert nicht" - -#: ../../../../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)" - -#: ../../../../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')" - -#: ../../../../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/Install/MySQL.php:309 -#, fuzzy, php-format -msgid "Error al seleccionar la BBDD '%s' (%s)" -msgstr "Fehler beim Auswählen der Datenbank '%s' (%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/Task/TaskService.php:81 -msgid "No es posible crear archivo de bloqueo" -msgstr "Fehler beim Erzeugen der lock-Datei" - -#: ../../../../lib/SP/Services/Task/TaskService.php:184 -msgid "Esperando actualización de progreso ..." -msgstr "Warte auf Update-Fortschritt ..." - -#: ../../../../lib/SP/Services/Track/TrackService.php:162 -#, php-format -msgid "Intentos excedidos (%d/%d)" -msgstr "Versuche überschritten (%d/%d)" - -#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:152 -#, fuzzy -msgid "El archivo de actualización no contiene datos" -msgstr "Die Update-Datei enthält keinerlei Daten" - -#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:65 -#: ../../../modules/web/Controllers/UserController.php:235 -#: ../../../modules/web/Controllers/UserController.php:356 -#: ../../../modules/web/Controllers/UserPassResetController.php:107 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:238 -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/Wiki/DokuWikiApi.php:68 -msgid "Fallo de autentificación" -msgstr "Authentifizierungsfehler" - -#: ../../../../lib/SP/Services/Wiki/DokuWikiApiBase.php:196 -msgid "Error al realizar la consulta" -msgstr "Fehler beim Ausführen der Anfrage" - -#: ../../../../lib/SP/Services/Wiki/DokuWikiApiBase.php:228 -msgid "URL de conexión no establecida" -msgstr "Verbindungs-URL nicht konfiguriert" - -#: ../../../../lib/SP/Storage/File/FileCachePacked.php:57 -#, php-format -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 -#, php-format -msgid "Error al comprimir datos del archivo (%s)" -msgstr "Fehler beim Komprimieren der Dateidaten (%s)" - -#: ../../../../lib/SP/Storage/File/FileCachePacked.php:144 -msgid "Datos no cargados" -msgstr "Daten nicht geladen" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:72 -#: ../../../../lib/SP/Storage/File/FileHandler.php:135 -#, php-format -msgid "No es posible escribir en el archivo (%s)" -msgstr "Fehler beim Lesen/Schreiben der Datei (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:89 -#, php-format -msgid "No es posible abrir el archivo (%s)" -msgstr "Fehler beim Öffnen der Datei (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:104 -#: ../../../../lib/SP/Storage/File/FileHandler.php:118 -#, php-format -msgid "No es posible leer desde el archivo (%s)" -msgstr "Lesen von Datei (%s) nicht möglich" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:173 -#, php-format -msgid "No es posible cerrar el archivo (%s)" -msgstr "Fehler biem Schließen der Datei (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:219 -#, php-format -msgid "No es posible escribir el archivo (%s)" -msgstr "Schreiben in Datei (%s) nicht möglich" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:234 -#, php-format -msgid "Archivo no encontrado (%s)" -msgstr "Datei (%s) nicht gefunden" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:259 -#: ../../../../lib/SP/Storage/File/FileHandler.php:314 -#, fuzzy, php-format -msgid "No es posible leer el archivo (%s)" -msgstr "Fehler beim Lesen/Schreiben der Datei (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:286 -#, php-format -msgid "No es posible eliminar el archivo (%s)" -msgstr "Entfernen von Datei (%s) nicht möglich" - -#: ../../../../lib/SP/Util/ErrorUtil.php:148 -msgid "Opción no disponible" -msgstr "Option nicht verfügbar" - -#: ../../../../lib/SP/Util/ErrorUtil.php:149 -#: ../../../../lib/SP/Util/ErrorUtil.php:153 -#: ../../../../lib/SP/Util/ErrorUtil.php:157 -#: ../../../../lib/SP/Util/ErrorUtil.php:161 -#: ../../../../lib/SP/Util/ErrorUtil.php:169 -#: ../../../../lib/SP/Util/ErrorUtil.php:176 -#: ../../../modules/web/Controllers/ErrorController.php:124 -#: ../../../modules/web/Controllers/ErrorController.php:140 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:13 -msgid "Consulte con el administrador" -msgstr "Bitte kontaktieren Sie den Administrator" - -#: ../../../../lib/SP/Util/ErrorUtil.php:152 -#, fuzzy -msgid "No tiene permisos para acceder a esta cuenta" -msgstr "Sie sind nicht berechtigt, auf dieses Konto zuzugreifen" - -#: ../../../../lib/SP/Util/ErrorUtil.php:156 -msgid "No tiene permisos para acceder a esta página" -msgstr "Sie haben keine Erlaubnis, auf diese Seite zuzugreifen" - -#: ../../../../lib/SP/Util/ErrorUtil.php:160 -msgid "No tiene permisos para realizar esta operación" -msgstr "Sie haben keine Erlaubnis für diese Aktion" - -#: ../../../../lib/SP/Util/ErrorUtil.php:164 -#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 -msgid "Clave maestra actualizada" -msgstr "Masterpasswort aktualisiert" - -#: ../../../../lib/SP/Util/ErrorUtil.php:165 -#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 -msgid "Reinicie la sesión para cambiarla" -msgstr "Bitte starte die Sitzung neu, um sie zu aktualisieren" - -#: ../../../../lib/SP/Util/ErrorUtil.php:168 -#: ../../../../lib/SP/Util/ErrorUtil.php:175 -msgid "Se ha producido una excepción" -msgstr "Ein Ausnahmefehler ist aufgetreten" - -#: ../../../modules/api/Controllers/AccountController.php:144 -msgid "Clave actualizada" +"X-Poedit-Basepath: ../../../..\n" +"X-Poedit-SearchPath-0: app/modules\n" +"X-Poedit-SearchPath-1: lib\n" +"X-Poedit-SearchPath-2: app/config\n" +"X-Poedit-SearchPathExcluded-0: app/modules/**/plugins\n" + +#: app/modules/api/Controllers/AccountController.php:70 +msgid "Account displayed" +msgstr "Konto angezeigt" + +#: app/modules/api/Controllers/AccountController.php:71 +#: app/modules/api/Controllers/AccountController.php:103 +#: app/modules/api/Controllers/AccountController.php:139 +#: app/modules/api/Controllers/AccountController.php:189 +#: app/modules/api/Controllers/AccountController.php:240 +#: app/modules/api/Controllers/AccountController.php:315 +#: app/modules/api/Controllers/CategoryController.php:63 +#: app/modules/api/Controllers/CategoryController.php:92 +#: app/modules/api/Controllers/CategoryController.php:122 +#: app/modules/api/Controllers/CategoryController.php:151 +#: app/modules/api/Controllers/ClientController.php:64 +#: app/modules/api/Controllers/ClientController.php:94 +#: app/modules/api/Controllers/ClientController.php:125 +#: app/modules/api/Controllers/ClientController.php:154 +#: app/modules/api/Controllers/TagController.php:62 +#: app/modules/api/Controllers/TagController.php:90 +#: app/modules/api/Controllers/TagController.php:119 +#: app/modules/api/Controllers/TagController.php:148 +#: app/modules/api/Controllers/UserGroupController.php:62 +#: app/modules/api/Controllers/UserGroupController.php:92 +#: app/modules/api/Controllers/UserGroupController.php:123 +#: app/modules/api/Controllers/UserGroupController.php:152 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:240 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:113 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:104 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:105 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:108 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:116 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:107 +#: app/modules/web/Controllers/UserGroupController.php:274 +#: app/modules/web/Controllers/UserGroupController.php:315 +#: lib/SP/Plugin/PluginManager.php:320 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:30 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:43 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:22 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:24 +#: app/modules/web/themes/material-blue/views/account/account.inc:65 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:54 +#: app/modules/web/themes/material-blue/views/config/info.inc:39 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:23 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:23 +#: app/modules/web/themes/material-blue/views/itemshow/tag.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:35 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:24 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:533 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:22 +msgid "Name" +msgstr "Name" + +#: app/modules/api/Controllers/AccountController.php:72 +#: app/modules/api/Controllers/AccountController.php:104 +#: app/modules/api/Controllers/AccountController.php:140 +#: app/modules/api/Controllers/AccountController.php:190 +#: app/modules/api/Controllers/AccountController.php:241 +#: app/modules/api/Controllers/AccountController.php:316 +#: app/modules/web/Controllers/AccountController.php:227 +#: app/modules/web/Controllers/AccountController.php:749 +#: app/modules/web/Controllers/AccountController.php:796 +#: app/modules/web/Controllers/AccountController.php:839 +#: app/modules/web/Controllers/AccountController.php:880 +#: app/modules/web/Controllers/AccountController.php:932 +#: app/modules/web/Controllers/AccountController.php:968 +#: app/modules/web/Controllers/AccountFileController.php:259 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:121 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:158 +#: app/modules/web/Controllers/AccountManagerController.php:151 +#: app/modules/web/Controllers/ClientController.php:225 +#: app/modules/web/Controllers/ClientController.php:259 +#: app/modules/web/Controllers/ClientController.php:297 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:233 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:114 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:105 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:109 +#: lib/SP/Services/Import/CsvImportBase.php:159 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:41 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:47 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:57 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:59 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:34 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:40 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:35 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:41 +#: app/modules/web/themes/material-blue/views/account/account.inc:78 +#: app/modules/web/themes/material-blue/views/account/account.inc:80 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:32 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:36 +msgid "Client" +msgstr "Kunde" + +#: app/modules/api/Controllers/AccountController.php:102 +#: app/modules/web/Controllers/AccountController.php:573 +#: app/modules/web/Controllers/AccountController.php:631 +msgid "Password viewed" +msgstr "Passwort angesehen" + +#: app/modules/api/Controllers/AccountController.php:138 +#: app/modules/api/Controllers/AccountController.php:144 +#: app/modules/web/Controllers/AccountController.php:837 +#: app/modules/web/Controllers/AccountController.php:848 +#: app/modules/web/Controllers/UserController.php:428 +#: app/modules/web/Controllers/UserController.php:432 +#: app/modules/web/Controllers/UserPassResetController.php:196 +#: app/modules/web/Controllers/UserPassResetController.php:200 +msgid "Password updated" msgstr "Passwort aktualisiert" -#: ../../../modules/api/Controllers/AccountController.php:194 +#: app/modules/api/Controllers/AccountController.php:188 +#: app/modules/api/Controllers/AccountController.php:194 +#: app/modules/web/Controllers/AccountController.php:747 +#: app/modules/web/Controllers/AccountController.php:758 #, fuzzy -msgid "Cuenta creada" +msgid "Account created" msgstr "Konto hinzugefügt" -#: ../../../modules/api/Controllers/AccountController.php:245 -msgid "Cuenta actualizada" +#: app/modules/api/Controllers/AccountController.php:239 +#: app/modules/api/Controllers/AccountController.php:245 +#: app/modules/web/Controllers/AccountController.php:794 +#: app/modules/web/Controllers/AccountController.php:805 +msgid "Account updated" msgstr "Konto aktualisiert" -#: ../../../modules/api/Controllers/AccountController.php:320 -msgid "Cuenta eliminada" +#: app/modules/api/Controllers/AccountController.php:314 +#: app/modules/api/Controllers/AccountController.php:320 +#: app/modules/web/Controllers/AccountController.php:930 +#: app/modules/web/Controllers/AccountController.php:935 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:119 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:124 +#: app/modules/web/Controllers/AccountManagerController.php:149 +#: app/modules/web/Controllers/AccountManagerController.php:154 +msgid "Account removed" msgstr "Konto entfernt" -#: ../../../modules/api/Controllers/CategoryController.php:96 -msgid "Categoría creada" +#: app/modules/api/Controllers/CategoryController.php:62 +msgid "Category displayed" +msgstr "Kategorie angezeigt" + +#: app/modules/api/Controllers/CategoryController.php:91 +#: app/modules/api/Controllers/CategoryController.php:96 +#: app/modules/web/Controllers/CategoryController.php:263 +#: app/modules/web/Controllers/CategoryController.php:267 +msgid "Category added" msgstr "Kategorie hinzugefügt" -#: ../../../modules/api/Controllers/CategoryController.php:126 -msgid "Categoría actualizada" +#: app/modules/api/Controllers/CategoryController.php:121 +#: app/modules/api/Controllers/CategoryController.php:126 +#: app/modules/web/Controllers/CategoryController.php:305 +#: app/modules/web/Controllers/CategoryController.php:309 +msgid "Category updated" msgstr "Kategorie aktualisiert" -#: ../../../modules/api/Controllers/CategoryController.php:155 -msgid "Categoría eliminada" +#: app/modules/api/Controllers/CategoryController.php:150 +#: app/modules/api/Controllers/CategoryController.php:155 +#: app/modules/web/Controllers/CategoryController.php:227 +#: app/modules/web/Controllers/CategoryController.php:231 +msgid "Category deleted" msgstr "Kategorie entfernt" -#: ../../../modules/api/Controllers/ClientController.php:98 -msgid "Cliente creado" +#: app/modules/api/Controllers/ClientController.php:63 +msgid "Client displayed" +msgstr "Kunde angezeigt" + +#: app/modules/api/Controllers/ClientController.php:93 +#: app/modules/api/Controllers/ClientController.php:98 +#: app/modules/web/Controllers/ClientController.php:258 +#: app/modules/web/Controllers/ClientController.php:262 +#: lib/SP/Services/Import/KeepassImport.php:77 +msgid "Client added" msgstr "Kunde hinzugefügt" -#: ../../../modules/api/Controllers/ClientController.php:129 -msgid "Cliente actualizado" +#: app/modules/api/Controllers/ClientController.php:124 +#: app/modules/api/Controllers/ClientController.php:129 +#: app/modules/web/Controllers/ClientController.php:296 +#: app/modules/web/Controllers/ClientController.php:300 +msgid "Client updated" msgstr "Kunde aktualisiert" -#: ../../../modules/api/Controllers/ClientController.php:158 -msgid "Cliente eliminado" +#: app/modules/api/Controllers/ClientController.php:153 +#: app/modules/api/Controllers/ClientController.php:158 +#: app/modules/web/Controllers/ClientController.php:224 +#: app/modules/web/Controllers/ClientController.php:228 +msgid "Client deleted" msgstr "Kunde entfernt" -#: ../../../modules/api/Controllers/ConfigController.php:61 -msgid "Proceso de backup finalizado" +#: app/modules/api/Controllers/ConfigController.php:57 +#: app/modules/web/Controllers/ConfigBackupController.php:68 +msgid "Application and database backup completed successfully" +msgstr "Sicherung der Anwendung und der Datenbank erfolgreich durchgeführt" + +#: app/modules/api/Controllers/ConfigController.php:58 +#: app/modules/api/Controllers/ConfigController.php:83 +#: app/modules/api/Controllers/Help/ConfigHelp.php:43 +#: app/modules/api/Controllers/Help/ConfigHelp.php:54 +msgid "Path" +msgstr "Pfad" + +#: app/modules/api/Controllers/ConfigController.php:61 +#: app/modules/web/Controllers/ConfigBackupController.php:71 +msgid "Backup process finished" msgstr "Sicherung fertiggestellt" -#: ../../../modules/api/Controllers/ConfigController.php:94 -msgid "Proceso de exportación finalizado" +#: app/modules/api/Controllers/ConfigController.php:82 +#: app/modules/web/Controllers/ConfigBackupController.php:96 +msgid "sysPass XML export" +msgstr "sysPass XML-Export" + +#: app/modules/api/Controllers/ConfigController.php:91 +#: app/modules/api/Controllers/ConfigController.php:94 +#: app/modules/web/Controllers/ConfigBackupController.php:106 +#: app/modules/web/Controllers/ConfigBackupController.php:134 +msgid "Export process finished" 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:105 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:144 -msgid "Id de la cuenta" +#: app/modules/api/Controllers/ControllerBase.php:146 +#: lib/SP/Services/Api/ApiService.php:186 +msgid "Unauthorized access" +msgstr "Unerlaubter Zugriff" + +#: app/modules/api/Controllers/Help/AccountHelp.php:43 +#: app/modules/api/Controllers/Help/AccountHelp.php:54 +#: app/modules/api/Controllers/Help/AccountHelp.php:67 +#: app/modules/api/Controllers/Help/AccountHelp.php:105 +#: app/modules/api/Controllers/Help/AccountHelp.php:144 +msgid "Account Id" 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" +#: app/modules/api/Controllers/Help/AccountHelp.php:55 +#: app/modules/api/Controllers/Help/AccountHelp.php:68 +#: app/modules/api/Controllers/Help/AccountHelp.php:81 +msgid "Token's password" msgstr "Token-Passwort" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:56 -msgid "Devolver detalles en la respuesta" +#: app/modules/api/Controllers/Help/AccountHelp.php:56 +msgid "Send details in the response" msgstr "Details in der Rückantwort senden" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:69 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:85 -#: ../../../modules/api/Controllers/Help/ConfigHelp.php:55 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:74 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:80 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:91 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:89 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:92 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:101 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:155 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:163 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:42 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:293 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:296 -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:81 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:170 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:119 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:126 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:253 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:260 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:45 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:52 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:59 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:100 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:108 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:45 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:52 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:35 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:98 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:27 -msgid "Clave" +#: app/modules/api/Controllers/Help/AccountHelp.php:69 +#: app/modules/api/Controllers/Help/AccountHelp.php:85 +#: app/modules/api/Controllers/Help/ConfigHelp.php:55 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:74 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:80 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:91 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:89 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:92 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:101 +#: app/modules/web/themes/material-blue/views/account/account.inc:155 +#: app/modules/web/themes/material-blue/views/account/account.inc:163 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:42 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:293 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:296 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:81 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:170 +#: app/modules/web/themes/material-blue/views/config/mail.inc:119 +#: app/modules/web/themes/material-blue/views/config/mail.inc:126 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:253 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:260 +#: app/modules/web/themes/material-blue/views/install/index.inc:45 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:52 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:59 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:100 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:108 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:45 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:52 +#: app/modules/web/themes/material-blue/views/login/index.inc:35 +#: app/modules/web/themes/material-blue/views/login/index.inc:98 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:27 +msgid "Password" msgstr "Passwort" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:70 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:91 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:114 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:97 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:114 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:181 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:88 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:90 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:243 -msgid "Fecha Caducidad Clave" +#: app/modules/api/Controllers/Help/AccountHelp.php:70 +#: app/modules/api/Controllers/Help/AccountHelp.php:91 +#: app/modules/api/Controllers/Help/AccountHelp.php:114 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:97 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:114 +#: app/modules/web/themes/material-blue/views/account/account.inc:181 +#: app/modules/web/themes/material-blue/views/account/details.inc:88 +#: app/modules/web/themes/material-blue/views/account/details.inc:90 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:243 +msgid "Password Expiry Date" msgstr "Passwortablaufdatum" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:82 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:106 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:36 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:52 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:29 -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:30 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:73 -msgid "Nombre de cuenta" +#: app/modules/api/Controllers/Help/AccountHelp.php:82 +#: app/modules/api/Controllers/Help/AccountHelp.php:106 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:36 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:52 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:29 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:30 +#: app/modules/web/themes/material-blue/views/account/account.inc:73 +msgid "Account name" msgstr "Kontoname" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:83 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:107 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:43 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:66 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:91 -msgid "Id de categoría" +#: app/modules/api/Controllers/Help/AccountHelp.php:83 +#: app/modules/api/Controllers/Help/AccountHelp.php:107 +#: app/modules/api/Controllers/Help/CategoryHelp.php:43 +#: app/modules/api/Controllers/Help/CategoryHelp.php:66 +#: app/modules/api/Controllers/Help/CategoryHelp.php:91 +msgid "Category Id" msgstr "Kategorie-ID" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:84 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:108 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:43 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:67 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:93 -msgid "Id de cliente" +#: app/modules/api/Controllers/Help/AccountHelp.php:84 +#: app/modules/api/Controllers/Help/AccountHelp.php:108 +#: app/modules/api/Controllers/Help/ClientHelp.php:43 +#: app/modules/api/Controllers/Help/ClientHelp.php:67 +#: app/modules/api/Controllers/Help/ClientHelp.php:93 +msgid "Client Id" msgstr "Kunden-ID" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:86 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:109 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:109 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:149 -msgid "Usuario de acceso" +#: app/modules/api/Controllers/Help/AccountHelp.php:86 +#: app/modules/api/Controllers/Help/AccountHelp.php:109 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:109 +#: app/modules/web/themes/material-blue/views/account/account.inc:149 +msgid "Access user" msgstr "Benutzer für Zugriff" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:87 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:110 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:96 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:136 -msgid "URL o IP de acceso" +#: app/modules/api/Controllers/Help/AccountHelp.php:87 +#: app/modules/api/Controllers/Help/AccountHelp.php:110 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:96 +#: app/modules/web/themes/material-blue/views/account/account.inc:136 +msgid "Access URL or IP" msgstr "Auf URL/IP zugreifen" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:88 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:111 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:134 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:85 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:207 -msgid "Notas sobre la cuenta" +#: app/modules/api/Controllers/Help/AccountHelp.php:88 +#: app/modules/api/Controllers/Help/AccountHelp.php:111 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:134 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:85 +#: app/modules/web/themes/material-blue/views/account/account.inc:207 +msgid "Notes about the account" msgstr "Bemerkungen zum Konto" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:89 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:112 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:198 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:119 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:29 -msgid "Cuenta Privada" +#: app/modules/api/Controllers/Help/AccountHelp.php:89 +#: app/modules/api/Controllers/Help/AccountHelp.php:112 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:198 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:119 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:29 +msgid "Private Account" msgstr "Privates Konto" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:90 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:113 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:217 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:48 -msgid "Cuenta Privada Grupo" +#: app/modules/api/Controllers/Help/AccountHelp.php:90 +#: app/modules/api/Controllers/Help/AccountHelp.php:113 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:217 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:48 +msgid "Private Account for Group" msgstr "Privates Konto für die Gruppe" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:92 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:115 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:252 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:254 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:13 -msgid "Cuenta Vinculada" +#: app/modules/api/Controllers/Help/AccountHelp.php:92 +#: app/modules/api/Controllers/Help/AccountHelp.php:115 +#: app/modules/web/themes/material-blue/views/account/account.inc:252 +#: app/modules/web/themes/material-blue/views/account/account.inc:254 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:13 +msgid "Linked Account" msgstr "Verknüpftes Konto" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:93 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:116 +#: app/modules/api/Controllers/Help/AccountHelp.php:93 +#: app/modules/api/Controllers/Help/AccountHelp.php:116 #, fuzzy -msgid "Array con Ids de etiquetas" +msgid "Array with tags id" msgstr "Liste mit Tag-IDs" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:94 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:117 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:43 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:67 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:93 -msgid "Id de grupo" +#: app/modules/api/Controllers/Help/AccountHelp.php:94 +#: app/modules/api/Controllers/Help/AccountHelp.php:117 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:43 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:67 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:93 +msgid "Group Id" msgstr "Gruppen ID" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:128 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:79 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:81 -#: ../../../modules/api/Controllers/Help/TagHelp.php:77 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:81 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:26 +#: app/modules/api/Controllers/Help/AccountHelp.php:128 +#: app/modules/api/Controllers/Help/CategoryHelp.php:79 +#: app/modules/api/Controllers/Help/ClientHelp.php:81 +#: app/modules/api/Controllers/Help/TagHelp.php:77 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:81 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:26 #, fuzzy -msgid "Texto a buscar" +msgid "Text to search for" msgstr "Suchbegriff" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:129 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:80 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:82 -#: ../../../modules/api/Controllers/Help/TagHelp.php:78 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:82 +#: app/modules/api/Controllers/Help/AccountHelp.php:129 +#: app/modules/api/Controllers/Help/CategoryHelp.php:80 +#: app/modules/api/Controllers/Help/ClientHelp.php:82 +#: app/modules/api/Controllers/Help/TagHelp.php:78 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:82 #, fuzzy -msgid "Número de resultados a mostrar" +msgid "Number of results to display" msgstr "Anzuzeigende Anzahl an Ergebnissen" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:130 -msgid "Id de categoría a filtrar" +#: app/modules/api/Controllers/Help/AccountHelp.php:130 +msgid "Category Id to filter on" msgstr "Kategorie-ID zum Filtern" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:131 -msgid "Id de cliente a filtrar" +#: app/modules/api/Controllers/Help/AccountHelp.php:131 +msgid "Client Id to filter on" msgstr "Kunden-ID zum Filtern" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:132 +#: app/modules/api/Controllers/Help/AccountHelp.php:132 #, fuzzy -msgid "Array con Ids de etiquetas a filtrar" +msgid "Array with tags id for filtering" msgstr "Liste mit Tag-IDs zum Filtern" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:133 -msgid "Operador de filtrado" +#: app/modules/api/Controllers/Help/AccountHelp.php:133 +msgid "Filtering operator" msgstr "Filter Operator" -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:54 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:67 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:29 -msgid "Nombre de la categoría" +#: app/modules/api/Controllers/Help/CategoryHelp.php:54 +#: app/modules/api/Controllers/Help/CategoryHelp.php:67 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:29 +msgid "Category name" msgstr "Kategoriename" -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:55 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:68 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:41 -msgid "Descripción de la categoría" +#: app/modules/api/Controllers/Help/CategoryHelp.php:55 +#: app/modules/api/Controllers/Help/CategoryHelp.php:68 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:41 +msgid "Category description" msgstr "Beschreibung der Kategorie" -#: ../../../modules/api/Controllers/Help/ClientHelp.php:54 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:68 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:30 -msgid "Nombre del cliente" +#: app/modules/api/Controllers/Help/ClientHelp.php:54 +#: app/modules/api/Controllers/Help/ClientHelp.php:68 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:30 +msgid "Client name" msgstr "Kundenname" -#: ../../../modules/api/Controllers/Help/ClientHelp.php:55 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:69 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:43 -msgid "Descripción del cliente" +#: app/modules/api/Controllers/Help/ClientHelp.php:55 +#: app/modules/api/Controllers/Help/ClientHelp.php:69 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:43 +msgid "Client description" msgstr "Beschreibung des Kunden" -#: ../../../modules/api/Controllers/Help/ClientHelp.php:56 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:70 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:152 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:66 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:99 +#: app/modules/api/Controllers/Help/ClientHelp.php:56 +#: app/modules/api/Controllers/Help/ClientHelp.php:70 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:152 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:66 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:99 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:65 -#: ../../../modules/api/Controllers/Help/TagHelp.php:89 -msgid "Id de etiqueta" +#: app/modules/api/Controllers/Help/TagHelp.php:43 +#: app/modules/api/Controllers/Help/TagHelp.php:65 +#: app/modules/api/Controllers/Help/TagHelp.php:89 +msgid "Tag Id" msgstr "Tag-ID" -#: ../../../modules/api/Controllers/Help/TagHelp.php:54 -#: ../../../modules/api/Controllers/Help/TagHelp.php:66 -#: ../../../modules/web/themes/material-blue/views/itemshow/tag.inc:29 -msgid "Nombre de la etiqueta" +#: app/modules/api/Controllers/Help/TagHelp.php:54 +#: app/modules/api/Controllers/Help/TagHelp.php:66 +#: app/modules/web/themes/material-blue/views/itemshow/tag.inc:29 +msgid "Tag name" msgstr "Tag-Name" -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:54 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:68 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:31 -msgid "Nombre del grupo" +#: app/modules/api/Controllers/Help/UserGroupHelp.php:54 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:68 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:31 +msgid "Group name" msgstr "Gruppenname" -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:55 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:69 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:44 -msgid "Descripción del grupo" +#: app/modules/api/Controllers/Help/UserGroupHelp.php:55 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:69 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:44 +msgid "Group description" msgstr "Beschreibung der Gruppe" -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:56 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:70 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:56 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:70 #, fuzzy -msgid "Array con Ids de usuarios" +msgid "Array with users Id" msgstr "Liste mit Benutzer-IDs" -#: ../../../modules/api/Controllers/TagController.php:94 -msgid "Etiqueta creada" +#: app/modules/api/Controllers/TagController.php:61 +msgid "Tag displayed" +msgstr "Tag angezeigt" + +#: app/modules/api/Controllers/TagController.php:89 +#: app/modules/api/Controllers/TagController.php:94 +#: app/modules/web/Controllers/TagController.php:243 +msgid "Tag added" msgstr "Tag hinzugefügt" -#: ../../../modules/api/Controllers/TagController.php:123 -msgid "Etiqueta actualizada" +#: app/modules/api/Controllers/TagController.php:118 +#: app/modules/api/Controllers/TagController.php:123 +#: app/modules/web/Controllers/TagController.php:276 +msgid "Tag updated" msgstr "Tag aktualisiert" -#: ../../../modules/api/Controllers/TagController.php:152 -msgid "Etiqueta eliminada" +#: app/modules/api/Controllers/TagController.php:147 +#: app/modules/api/Controllers/TagController.php:152 +#: app/modules/web/Controllers/TagController.php:215 +msgid "Tag removed" msgstr "Tag entfernt" -#: ../../../modules/api/Controllers/UserGroupController.php:96 -msgid "Grupo creado" +#: app/modules/api/Controllers/UserGroupController.php:61 +msgid "Group viewed" +msgstr "Gruppe angesehen" + +#: app/modules/api/Controllers/UserGroupController.php:91 +#: app/modules/api/Controllers/UserGroupController.php:96 +#: app/modules/web/Controllers/UserGroupController.php:273 +#: app/modules/web/Controllers/UserGroupController.php:277 +msgid "Group added" msgstr "Gruppe hinzugefügt" -#: ../../../modules/api/Controllers/UserGroupController.php:127 -msgid "Grupo actualizado" +#: app/modules/api/Controllers/UserGroupController.php:122 +#: app/modules/api/Controllers/UserGroupController.php:127 +#: app/modules/web/Controllers/UserGroupController.php:314 +#: app/modules/web/Controllers/UserGroupController.php:318 +msgid "Group updated" msgstr "Gruppe aktualisiert" -#: ../../../modules/api/Controllers/UserGroupController.php:156 -msgid "Grupo eliminado" +#: app/modules/api/Controllers/UserGroupController.php:151 +#: app/modules/api/Controllers/UserGroupController.php:156 +#: app/modules/web/Controllers/UserGroupController.php:237 +#: app/modules/web/Controllers/UserGroupController.php:241 +msgid "Group deleted" msgstr "Gruppe entfernt" -#: ../../../modules/web/Controllers/AccountController.php:149 -#: ../../../modules/web/Controllers/AccountController.php:204 -#: ../../../modules/web/Controllers/AccountController.php:489 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:60 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:61 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:164 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:165 -#: ../../../modules/web/themes/material-blue/views/account/linkedAccounts.inc:28 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:58 -msgid "Detalles de Cuenta" +#: app/modules/api/Init.php:146 +msgid "Updating needed" +msgstr "Update benötigt" + +#: app/modules/web/Controllers/AccountController.php:149 +#: app/modules/web/Controllers/AccountController.php:204 +#: app/modules/web/Controllers/AccountController.php:489 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:60 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:61 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:164 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:165 +#: app/modules/web/themes/material-blue/views/account/linkedAccounts.inc:28 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:58 +msgid "Account Details" msgstr "Kontodetails" +#: app/modules/web/Controllers/AccountController.php:225 +msgid "Link viewed" +msgstr "Link angesehen" + +#: app/modules/web/Controllers/AccountController.php:226 +#: app/modules/web/Controllers/AccountController.php:574 +#: app/modules/web/Controllers/AccountController.php:632 +#: app/modules/web/Controllers/AccountController.php:674 +#: app/modules/web/Controllers/AccountController.php:711 +#: app/modules/web/Controllers/AccountController.php:748 +#: app/modules/web/Controllers/AccountController.php:795 +#: app/modules/web/Controllers/AccountController.php:838 +#: app/modules/web/Controllers/AccountController.php:879 +#: app/modules/web/Controllers/AccountController.php:931 +#: app/modules/web/Controllers/AccountController.php:967 +#: app/modules/web/Controllers/AccountFileController.php:258 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:120 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:157 +#: app/modules/web/Controllers/AccountManagerController.php:150 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:108 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:25 +#: app/modules/web/themes/material-blue/views/account/account.inc:30 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:21 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:23 +msgid "Account" +msgstr "Konto" + +#: app/modules/web/Controllers/AccountController.php:228 +msgid "Agent" +msgstr "Agent" + +#: app/modules/web/Controllers/AccountController.php:229 +msgid "HTTPS" +msgstr "HTTPS" + +#: app/modules/web/Controllers/AccountController.php:229 +#: lib/SP/DataModel/PublicLinkListData.php:88 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:190 +msgid "ON" +msgstr "EIN" + +#: app/modules/web/Controllers/AccountController.php:229 +#: lib/SP/DataModel/PublicLinkListData.php:88 +msgid "OFF" +msgstr "AUS" + +#: app/modules/web/Controllers/AccountController.php:230 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:104 +msgid "IP" +msgstr "IP" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountController.php:261 -#: ../../../modules/web/Controllers/AccountController.php:307 -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:274 -#: ../../../config/actions.xml:157 -msgid "Nueva Cuenta" +#: app/modules/web/Controllers/AccountController.php:261 +#: app/modules/web/Controllers/AccountController.php:307 +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:274 +#: app/config/actions.xml:157 +msgid "New Account" msgstr "Neues Konto" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountController.php:353 -#: ../../../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:20 -#: ../../../config/actions.xml:163 -msgid "Editar Cuenta" +#: app/modules/web/Controllers/AccountController.php:353 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:176 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:177 +#: app/modules/web/themes/material-blue/views/account/linkedAccounts.inc:20 +#: app/config/actions.xml:163 +msgid "Edit Account" msgstr "Konto ändern" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountController.php:400 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:334 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:335 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:181 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:182 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:177 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:178 -#: ../../../config/actions.xml:169 ../../../config/actions.xml:487 -#: ../../../config/actions.xml:799 -msgid "Eliminar Cuenta" +#: app/modules/web/Controllers/AccountController.php:400 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:334 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:335 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:181 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:182 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:177 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:178 +#: app/config/actions.xml:169 app/config/actions.xml:487 +#: app/config/actions.xml:799 +msgid "Remove Account" msgstr "Konto entfernen" -#: ../../../modules/web/Controllers/AccountController.php:445 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:155 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:156 -msgid "Modificar Clave de Cuenta" -msgstr "Kontopasswort ändern" +#. (itstool) path: action/text +#: app/modules/web/Controllers/AccountController.php:445 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:155 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:156 +#: app/config/actions.xml:181 +msgid "Edit Account Password" +msgstr "" -#: ../../../modules/web/Controllers/AccountFileController.php:211 +#: app/modules/web/Controllers/AccountController.php:673 +#: app/modules/web/Controllers/AccountController.php:710 +msgid "Password copied" +msgstr "Passwort kopiert" + +#: app/modules/web/Controllers/AccountController.php:878 +#: app/modules/web/Controllers/AccountController.php:889 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:156 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:161 +msgid "Account restored" +msgstr "Konto wiederhergestellt" + +#: app/modules/web/Controllers/AccountController.php:916 +#: app/modules/web/Controllers/AccountController.php:919 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:108 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:111 +#: app/modules/web/Controllers/AccountManagerController.php:135 +#: app/modules/web/Controllers/AccountManagerController.php:138 +msgid "Accounts removed" +msgstr "Konten entfernt" + +#: app/modules/web/Controllers/AccountController.php:958 +#: app/modules/web/Forms/NotificationForm.php:106 +msgid "A description is needed" +msgstr "Eine Beschreibung ist notwendig" + +#: app/modules/web/Controllers/AccountController.php:965 +#: lib/SP/Providers/Notification/NotificationHandler.php:124 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:46 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:44 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:46 +msgid "Request" +msgstr "" + +#: app/modules/web/Controllers/AccountController.php:966 +msgid "Requester" +msgstr "Anforderer" + +#: app/modules/web/Controllers/AccountController.php:969 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:105 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:129 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:108 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:37 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:61 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:68 +msgid "Description" +msgstr "Beschreibung" + +#: app/modules/web/Controllers/AccountController.php:982 +msgid "Request done" +msgstr "Anfrage erledigt" + +#: app/modules/web/Controllers/AccountFavoriteController.php:55 +msgid "Favorite added" +msgstr "Favorit hinzugefügt" + +#: app/modules/web/Controllers/AccountFavoriteController.php:73 +msgid "Favorite deleted" +msgstr "Favorit entfernt" + +#: app/modules/web/Controllers/AccountFileController.php:74 +#: app/modules/web/Controllers/AccountFileController.php:135 +#, fuzzy +msgid "File does not exist" +msgstr "Diese Datei existiert nicht" + +#: app/modules/web/Controllers/AccountFileController.php:87 +#: app/modules/web/Controllers/AccountFileController.php:103 +msgid "File viewed" +msgstr "Datei angesehen" + +#: app/modules/web/Controllers/AccountFileController.php:88 +#: app/modules/web/Controllers/AccountFileController.php:104 +#: app/modules/web/Controllers/AccountFileController.php:141 +#: app/modules/web/Controllers/AccountFileController.php:257 +#: app/modules/web/Controllers/AccountFileController.php:364 +#: app/modules/web/Controllers/ConfigBackupController.php:163 +#: app/modules/web/Controllers/ConfigBackupController.php:209 +#: app/modules/web/Controllers/ConfigBackupController.php:255 +#: app/modules/web/Controllers/ConfigGeneralController.php:195 +#: app/modules/web/Controllers/ConfigGeneralController.php:236 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:122 +#: app/modules/web/themes/material-blue/views/config/import.inc:72 +msgid "File" +msgstr "Datei" + +#: app/modules/web/Controllers/AccountFileController.php:115 +#: app/config/strings.js.inc:40 +msgid "File not supported for preview" +msgstr "Die Vorschau der Datei ist nicht möglich" + +#: app/modules/web/Controllers/AccountFileController.php:140 +#: app/modules/web/Controllers/ConfigBackupController.php:162 +#: app/modules/web/Controllers/ConfigBackupController.php:208 +#: app/modules/web/Controllers/ConfigBackupController.php:254 +#: app/modules/web/Controllers/ConfigGeneralController.php:194 +#: app/modules/web/Controllers/ConfigGeneralController.php:235 +#: app/config/strings.js.inc:97 +msgid "File downloaded" +msgstr "Datei heruntergeladen" + +#: app/modules/web/Controllers/AccountFileController.php:186 +msgid "INVALID QUERY" +msgstr "Ungültige Anfrage" + +#: app/modules/web/Controllers/AccountFileController.php:192 +msgid "There aren't any allowed extensions" +msgstr "Dateiendungen sind nicht erlaubt" + +#: app/modules/web/Controllers/AccountFileController.php:209 +#: lib/SP/Services/Import/FileImport.php:100 +msgid "File type not allowed" +msgstr "Dateityp nicht erlaubt" + +#: app/modules/web/Controllers/AccountFileController.php:211 #, php-format -msgid "Extensión: %s" +msgid "Extension: %s" msgstr "Dateierweiterung:%s" -#: ../../../modules/web/Controllers/AccountFileController.php:405 -msgid "Gestión de archivos deshabilitada" +#: app/modules/web/Controllers/AccountFileController.php:216 +msgid "Invalid file" +msgstr "Ungültige Datei" + +#: app/modules/web/Controllers/AccountFileController.php:218 +#, php-format +msgid "File: %s" +msgstr "Datei: %s" + +#: app/modules/web/Controllers/AccountFileController.php:224 +#: app/modules/web/Controllers/AccountFileController.php:244 +#: lib/SP/Services/Import/FileImport.php:116 +msgid "Internal error while reading the file" +msgstr "Interner Fehler beim Lesen der Datei" + +#: app/modules/web/Controllers/AccountFileController.php:226 +#, php-format +msgid "Maximum size: %s" +msgstr "Maximale Dateigröße: %s" + +#: app/modules/web/Controllers/AccountFileController.php:234 +msgid "File size exceeded" +msgstr "Dateigröße erreicht" + +#: app/modules/web/Controllers/AccountFileController.php:236 +#, php-format +msgid "Maximum size: %d KB" +msgstr "Maximale Dateigröße: %d KB" + +#: app/modules/web/Controllers/AccountFileController.php:256 +#: app/modules/web/Controllers/AccountFileController.php:265 +msgid "File saved" +msgstr "Datei gespeichert" + +#: app/modules/web/Controllers/AccountFileController.php:260 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:109 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:109 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:109 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:127 +#: app/modules/web/Controllers/ItemPresetController.php:323 +#: app/modules/web/Controllers/ItemPresetController.php:364 +#: lib/SP/Services/Auth/LoginService.php:455 +#: lib/SP/Services/Auth/LoginService.php:518 +#: lib/SP/Services/Auth/LoginService.php:564 +#: lib/SP/Services/Auth/LoginService.php:607 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:35 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:37 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:23 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:30 +msgid "Type" +msgstr "Typ" + +#: app/modules/web/Controllers/AccountFileController.php:261 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:110 +msgid "Size" +msgstr "Größe" + +#: app/modules/web/Controllers/AccountFileController.php:292 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:64 +#: app/modules/web/Controllers/AccountManagerController.php:79 +#: app/modules/web/Controllers/AccountManagerController.php:213 +#: app/modules/web/Controllers/AuthTokenController.php:71 +#: app/modules/web/Controllers/AuthTokenController.php:111 +#: app/modules/web/Controllers/AuthTokenController.php:176 +#: app/modules/web/Controllers/AuthTokenController.php:209 +#: app/modules/web/Controllers/AuthTokenController.php:254 +#: app/modules/web/Controllers/AuthTokenController.php:292 +#: app/modules/web/Controllers/AuthTokenController.php:344 +#: app/modules/web/Controllers/CategoryController.php:69 +#: app/modules/web/Controllers/CategoryController.php:106 +#: app/modules/web/Controllers/CategoryController.php:170 +#: app/modules/web/Controllers/CategoryController.php:203 +#: app/modules/web/Controllers/CategoryController.php:248 +#: app/modules/web/Controllers/CategoryController.php:290 +#: app/modules/web/Controllers/CategoryController.php:332 +#: app/modules/web/Controllers/ClientController.php:70 +#: app/modules/web/Controllers/ClientController.php:107 +#: app/modules/web/Controllers/ClientController.php:171 +#: app/modules/web/Controllers/ClientController.php:203 +#: app/modules/web/Controllers/ClientController.php:245 +#: app/modules/web/Controllers/ClientController.php:285 +#: app/modules/web/Controllers/ClientController.php:323 +#: app/modules/web/Controllers/CustomFieldController.php:71 +#: app/modules/web/Controllers/CustomFieldController.php:108 +#: app/modules/web/Controllers/CustomFieldController.php:170 +#: app/modules/web/Controllers/CustomFieldController.php:202 +#: app/modules/web/Controllers/CustomFieldController.php:236 +#: app/modules/web/Controllers/CustomFieldController.php:275 +#: app/modules/web/Controllers/CustomFieldController.php:314 +#: app/modules/web/Controllers/EventlogController.php:107 +#: app/modules/web/Controllers/ItemPresetController.php:70 +#: app/modules/web/Controllers/ItemPresetController.php:157 +#: app/modules/web/Controllers/ItemPresetController.php:197 +#: app/modules/web/Controllers/ItemPresetController.php:236 +#: app/modules/web/Controllers/ItemPresetController.php:268 +#: app/modules/web/Controllers/ItemPresetController.php:309 +#: app/modules/web/Controllers/ItemPresetController.php:350 +#: app/modules/web/Controllers/NotificationController.php:110 +#: app/modules/web/Controllers/NotificationController.php:173 +#: app/modules/web/Controllers/NotificationController.php:191 +#: app/modules/web/Controllers/NotificationController.php:223 +#: app/modules/web/Controllers/NotificationController.php:255 +#: app/modules/web/Controllers/NotificationController.php:308 +#: app/modules/web/Controllers/NotificationController.php:337 +#: app/modules/web/Controllers/NotificationController.php:372 +#: app/modules/web/Controllers/PluginController.php:111 +#: app/modules/web/Controllers/PluginController.php:133 +#: app/modules/web/Controllers/PluginController.php:277 +#: app/modules/web/Controllers/PublicLinkController.php:74 +#: app/modules/web/Controllers/PublicLinkController.php:111 +#: app/modules/web/Controllers/PublicLinkController.php:173 +#: app/modules/web/Controllers/PublicLinkController.php:201 +#: app/modules/web/Controllers/PublicLinkController.php:233 +#: app/modules/web/Controllers/PublicLinkController.php:276 +#: app/modules/web/Controllers/PublicLinkController.php:310 +#: app/modules/web/Controllers/PublicLinkController.php:354 +#: app/modules/web/Controllers/TagController.php:68 +#: app/modules/web/Controllers/TagController.php:105 +#: app/modules/web/Controllers/TagController.php:165 +#: app/modules/web/Controllers/TagController.php:197 +#: app/modules/web/Controllers/TagController.php:233 +#: app/modules/web/Controllers/TagController.php:266 +#: app/modules/web/Controllers/TagController.php:299 +#: app/modules/web/Controllers/UserController.php:75 +#: app/modules/web/Controllers/UserController.php:112 +#: app/modules/web/Controllers/UserController.php:197 +#: app/modules/web/Controllers/UserController.php:230 +#: app/modules/web/Controllers/UserController.php:266 +#: app/modules/web/Controllers/UserController.php:308 +#: app/modules/web/Controllers/UserController.php:373 +#: app/modules/web/Controllers/UserController.php:416 +#: app/modules/web/Controllers/UserController.php:455 +#: app/modules/web/Controllers/UserGroupController.php:77 +#: app/modules/web/Controllers/UserGroupController.php:114 +#: app/modules/web/Controllers/UserGroupController.php:185 +#: app/modules/web/Controllers/UserGroupController.php:217 +#: app/modules/web/Controllers/UserGroupController.php:259 +#: app/modules/web/Controllers/UserGroupController.php:300 +#: app/modules/web/Controllers/UserGroupController.php:341 +#: app/modules/web/Controllers/UserProfileController.php:70 +#: app/modules/web/Controllers/UserProfileController.php:107 +#: app/modules/web/Controllers/UserProfileController.php:174 +#: app/modules/web/Controllers/UserProfileController.php:206 +#: app/modules/web/Controllers/UserProfileController.php:248 +#: app/modules/web/Controllers/UserProfileController.php:285 +#: app/modules/web/Controllers/UserProfileController.php:323 +#: lib/SP/Core/Acl/UnauthorizedActionException.php:46 +#: lib/SP/Util/ErrorUtil.php:160 +msgid "You don't have permission to do this operation" +msgstr "Sie haben keine Erlaubnis für diese Aktion" + +#: app/modules/web/Controllers/AccountFileController.php:355 +#: app/modules/web/Controllers/AccountFileController.php:358 +msgid "Files deleted" +msgstr "Dateien entfernt" + +#: app/modules/web/Controllers/AccountFileController.php:363 +msgid "File deleted" +msgstr "Datei entfernt" + +#: app/modules/web/Controllers/AccountFileController.php:369 +msgid "File Deleted" +msgstr "Datei entfernt" + +#: app/modules/web/Controllers/AccountFileController.php:405 +msgid "Files management disabled" msgstr "Dateiverwaltung gesperrt" -#: ../../../modules/web/Controllers/AccountFileController.php:424 -msgid "No hay archivos asociados a la cuenta" +#: app/modules/web/Controllers/AccountFileController.php:424 +msgid "There are no linked files for the account" msgstr "Für das Konto existieren keine verknüpften Dateien" +#: app/modules/web/Controllers/AccountManagerController.php:191 +#: app/modules/web/Controllers/AccountManagerController.php:194 +#: lib/SP/Services/Account/AccountCryptService.php:193 +msgid "Accounts updated" +msgstr "Konten wurden aktualisiert" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountManagerController.php:216 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:198 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:199 -#: ../../../config/actions.xml:493 -msgid "Actualización Masiva" +#: app/modules/web/Controllers/AccountManagerController.php:216 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:198 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:199 +#: app/config/actions.xml:493 +msgid "Bulk Update" msgstr "Massen-Update" -#: ../../../modules/web/Controllers/AuthTokenController.php:114 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:155 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:156 -msgid "Nueva Autorización" +#: app/modules/web/Controllers/AuthTokenController.php:114 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:155 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:156 +msgid "New Authorization" msgstr "Neue Authentifizierung" -#: ../../../modules/web/Controllers/AuthTokenController.php:179 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:190 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:191 -msgid "Editar Autorización" +#: app/modules/web/Controllers/AuthTokenController.php:179 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:190 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:191 +msgid "Edit Authorization" msgstr "Authentifizierung bearbeiten" -#: ../../../modules/web/Controllers/AuthTokenController.php:347 -msgid "Ver Autorización" +#: app/modules/web/Controllers/AuthTokenController.php:220 +#: app/modules/web/Controllers/AuthTokenController.php:223 +msgid "Authorizations deleted" +msgstr "Berechtigungen entfernt" + +#: app/modules/web/Controllers/AuthTokenController.php:233 +#: app/modules/web/Controllers/AuthTokenController.php:237 +msgid "Authorization deleted" +msgstr "Authentifizierung entfernt" + +#: app/modules/web/Controllers/AuthTokenController.php:234 +#: app/modules/web/Controllers/AuthTokenController.php:306 +#: app/modules/web/Controllers/AuthTokenController.php:315 +#: app/modules/web/Controllers/AuthTokenController.php:356 +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:71 +msgid "Authorization" +msgstr "Autorisierung" + +#: app/modules/web/Controllers/AuthTokenController.php:269 +msgid "Authorization added" +msgstr "Authentifizierung hinzugefügt" + +#: app/modules/web/Controllers/AuthTokenController.php:305 +#: app/modules/web/Controllers/AuthTokenController.php:314 +#: app/modules/web/Controllers/AuthTokenController.php:321 +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:70 +msgid "Authorization updated" +msgstr "Authentifizierung aktualisiert" + +#: app/modules/web/Controllers/AuthTokenController.php:347 +msgid "View Authorization" msgstr "Authentifizierung anzeigen" +#: app/modules/web/Controllers/AuthTokenController.php:355 +msgid "Authorization viewed" +msgstr "Autorisierung angesehen" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/CategoryController.php:109 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:152 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:153 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:118 -#: ../../../config/actions.xml:307 -msgid "Nueva Categoría" +#: app/modules/web/Controllers/CategoryController.php:109 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:152 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:153 +#: app/modules/web/themes/material-blue/views/account/account.inc:118 +#: app/config/actions.xml:307 +msgid "New Category" msgstr "Neue Kategorie" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/CategoryController.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:170 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:171 -#: ../../../config/actions.xml:313 -msgid "Editar Categoría" +#: app/modules/web/Controllers/CategoryController.php:173 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:170 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:171 +#: app/config/actions.xml:313 +msgid "Edit Category" msgstr "Kategorie ändern" +#: app/modules/web/Controllers/CategoryController.php:214 +#: app/modules/web/Controllers/CategoryController.php:217 +msgid "Categories deleted" +msgstr "Kategorien entfernt" + +#: app/modules/web/Controllers/CategoryController.php:228 +#: app/modules/web/Controllers/CategoryController.php:264 +#: app/modules/web/Controllers/CategoryController.php:306 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:247 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:115 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:106 +#: lib/SP/Services/Import/KeepassImport.php:104 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:72 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:74 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:45 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:51 +#: app/modules/web/themes/material-blue/views/account/account.inc:103 +#: app/modules/web/themes/material-blue/views/account/account.inc:105 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:51 +msgid "Category" +msgstr "Kategorie" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/CategoryController.php:335 -#: ../../../config/actions.xml:301 -msgid "Ver Categoría" +#: app/modules/web/Controllers/CategoryController.php:335 +#: app/config/actions.xml:301 +msgid "View Category" msgstr "Kategorie anzeigen" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ClientController.php:110 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:155 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:156 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:93 -#: ../../../config/actions.xml:337 -msgid "Nuevo Cliente" +#: app/modules/web/Controllers/ClientController.php:110 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:155 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:156 +#: app/modules/web/themes/material-blue/views/account/account.inc:93 +#: app/config/actions.xml:337 +msgid "New Client" msgstr "Neuer Kunde" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ClientController.php:174 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:174 -#: ../../../config/actions.xml:343 -msgid "Editar Cliente" +#: app/modules/web/Controllers/ClientController.php:174 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:173 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:174 +#: app/config/actions.xml:343 +msgid "Edit Client" msgstr "Kunde ändern" +#: app/modules/web/Controllers/ClientController.php:213 +#: app/modules/web/Controllers/ClientController.php:216 +msgid "Clients deleted" +msgstr "Kunden entfernt" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ClientController.php:326 -#: ../../../config/actions.xml:331 -msgid "Ver Cliente" +#: app/modules/web/Controllers/ClientController.php:326 +#: app/config/actions.xml:331 +msgid "View Client" msgstr "Kunde anzeigen" -#: ../../../modules/web/Controllers/ConfigBackupController.php:195 -#: ../../../modules/web/Controllers/ConfigBackupController.php:241 -#: ../../../modules/web/Controllers/ConfigGeneralController.php:183 -#: ../../../modules/web/Controllers/ConfigGeneralController.php:229 -msgid "Ey, esto es una DEMO!!" +#: app/modules/web/Controllers/ConfigAccountController.php:74 +#, fuzzy +msgid "Maximum size per file is 16MB" +msgstr "Die maximale Dateigröße beträgt 16 MB" + +#: app/modules/web/Controllers/ConfigAccountController.php:82 +msgid "Files enabled" +msgstr "Dateianhänge aktiviert" + +#: app/modules/web/Controllers/ConfigAccountController.php:87 +msgid "Files disabled" +msgstr "Dateianhänge deaktiviert" + +#: app/modules/web/Controllers/ConfigAccountController.php:100 +msgid "Public links enabled" +msgstr "Öffentliche Links aktiviert" + +#: app/modules/web/Controllers/ConfigAccountController.php:105 +msgid "Public links disabled" +msgstr "Öffentliche Links deaktiviert" + +#: app/modules/web/Controllers/ConfigBackupController.php:57 +#: app/modules/web/Controllers/ConfigBackupController.php:195 +#: app/modules/web/Controllers/ConfigBackupController.php:241 +#: app/modules/web/Controllers/ConfigEncryptionController.php:97 +#: app/modules/web/Controllers/ConfigEncryptionController.php:159 +#: app/modules/web/Controllers/ConfigGeneralController.php:183 +#: app/modules/web/Controllers/ConfigGeneralController.php:229 +#: app/modules/web/Controllers/ConfigImportController.php:59 +#: app/modules/web/Controllers/ConfigLdapController.php:226 +#: app/modules/web/Controllers/Traits/ConfigTrait.php:55 +#: app/modules/web/Forms/UserForm.php:131 +#: app/modules/web/Forms/UserForm.php:153 +#: app/modules/web/Forms/UserForm.php:171 +msgid "Ey, this is a DEMO!!" msgstr "Hey, dies ist eine DEMO!!" -#: ../../../modules/web/Controllers/ConfigLdapController.php:153 -#: ../../../modules/web/Controllers/ConfigLdapController.php:197 -msgid "Resultados" +#: app/modules/web/Controllers/ConfigBackupController.php:90 +#: app/modules/web/Controllers/UserPassResetController.php:183 +#: app/modules/web/Forms/AccountForm.php:135 +#: app/modules/web/Forms/UserForm.php:161 +#, fuzzy +msgid "Passwords do not match" +msgstr "Die Passwörter stimmen nicht überein" + +#: app/modules/web/Controllers/ConfigBackupController.php:121 +msgid "Verification of exported data finished" +msgstr "Verifikation der exportierten Daten abgeschlossen" + +#: app/modules/web/Controllers/ConfigBackupController.php:122 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:113 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:237 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:163 +#: app/modules/web/themes/material-blue/views/config/info.inc:49 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:34 +msgid "Version" +msgstr "Version" + +#: app/modules/web/Controllers/ConfigBackupController.php:123 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:128 +#: app/modules/web/themes/material-blue/views/common/aux-customfields.inc:17 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:90 +msgid "Encrypted" +msgstr "Verschlüsselt" + +#: app/modules/web/Controllers/ConfigBackupController.php:123 +#: app/modules/web/themes/material-blue/views/config/info.inc:140 +msgid "Yes" +msgstr "Ja" + +#: app/modules/web/Controllers/ConfigBackupController.php:123 +#: app/modules/web/themes/material-blue/views/config/info.inc:140 +msgid "No" +msgstr "Nein" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/ConfigBackupController.php:124 +#: app/modules/web/Controllers/ConfigManagerController.php:174 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:101 +#: lib/SP/Providers/Notification/NotificationHandler.php:125 +#: lib/SP/Providers/Notification/NotificationHandler.php:156 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:74 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:25 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:394 +#: app/config/actions.xml:13 +msgid "Accounts" +msgstr "Konten" + +#: app/modules/web/Controllers/ConfigBackupController.php:125 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:93 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:76 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:330 +msgid "Clients" +msgstr "Kunden" + +#: app/modules/web/Controllers/ConfigBackupController.php:126 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:94 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:75 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:298 +msgid "Categories" +msgstr "Kategorien" + +#: app/modules/web/Controllers/ConfigBackupController.php:127 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:94 +#: app/modules/web/themes/material-blue/views/account/account.inc:211 +#: app/modules/web/themes/material-blue/views/account/account.inc:213 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:94 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:314 +msgid "Tags" +msgstr "Tags" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:73 +#: app/modules/web/Controllers/ConfigEncryptionController.php:147 +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 +#: lib/SP/Services/Auth/LoginService.php:300 +#: lib/SP/Services/Auth/LoginService.php:324 +#: lib/SP/Services/User/UpdatedMasterPassException.php:45 +#: lib/SP/Util/ErrorUtil.php:164 +msgid "Master password updated" +msgstr "Masterpasswort aktualisiert" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:73 +#: app/modules/web/Controllers/ConfigEncryptionController.php:147 +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 +#: lib/SP/Services/User/UpdatedMasterPassException.php:45 +#: lib/SP/Util/ErrorUtil.php:165 +msgid "Please, restart the session for update it" +msgstr "Bitte starte die Sitzung neu, um sie zu aktualisieren" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:77 +#, fuzzy +msgid "Master password not entered" +msgstr "Masterpasswort notwendig" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:81 +msgid "The password update must be confirmed" +msgstr "Passwort muss bestätigt werden" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:85 +#, fuzzy +msgid "Passwords are the same" +msgstr "Passwörter sind identisch" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:89 +#, fuzzy +msgid "Master passwords do not match" +msgstr "Masterpasswort inkorrekt" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:93 +msgid "The current master password does not match" +msgstr "Aktuelles Masterpasswort inkorrekt" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:143 +msgid "Error while saving the Master Password's hash" +msgstr "Fehler beim Speichern des Hashwerts für das Masterpasswort" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:166 +#: app/modules/web/Controllers/ConfigEncryptionController.php:168 +msgid "Master password hash updated" +msgstr "Masterpasswort-Hashwert aktualisiert" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:175 +msgid "Error while updating the master password hash" +msgstr "Fehler beim Aktualisieren des Masterpasswort-Hashwerts" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:199 +#: app/modules/web/Controllers/ConfigEncryptionController.php:205 +#: app/modules/web/Controllers/ConfigEncryptionController.php:209 +msgid "Temporary password generated" +msgstr "Temporary password generated" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:199 +#: app/modules/web/Controllers/ConfigMailController.php:146 +#: app/modules/web/Controllers/ConfigMailController.php:152 +#: lib/SP/Services/Mail/MailService.php:141 +msgid "Email sent" +msgstr "" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:205 +#: lib/SP/Services/Mail/MailService.php:81 +#: lib/SP/Services/Mail/MailService.php:151 +msgid "Error while sending the email" +msgstr "Fehler beim Senden der E-Mail" + +#: app/modules/web/Controllers/ConfigGeneralController.php:96 +msgid "Missing remote syslog parameters" +msgstr "Fehlende Remote Syslog Parameter" + +#: app/modules/web/Controllers/ConfigGeneralController.php:104 +msgid "Remote syslog enabled" +msgstr "Remote Syslog aktiviert" + +#: app/modules/web/Controllers/ConfigGeneralController.php:109 +msgid "Remote syslog disabled" +msgstr "Remote Syslog deaktiviert" + +#: app/modules/web/Controllers/ConfigGeneralController.php:122 +msgid "Missing Proxy parameters " +msgstr "Proxy Parameter fehlen" + +#: app/modules/web/Controllers/ConfigGeneralController.php:136 +msgid "Proxy enabled" +msgstr "Proxy aktiviert" + +#: app/modules/web/Controllers/ConfigGeneralController.php:141 +msgid "Proxy disabled" +msgstr "Proxy deaktiviert" + +#: app/modules/web/Controllers/ConfigGeneralController.php:160 +msgid "Auth Basic enabled" +msgstr "Auth Basic aktiviert" + +#: app/modules/web/Controllers/ConfigGeneralController.php:166 +msgid "Auth Basic disabled" +msgstr "Auth Basic deaktiviert" + +#: app/modules/web/Controllers/ConfigImportController.php:78 +msgid "Accounts imported" +msgstr "Konten importiert" + +#: app/modules/web/Controllers/ConfigImportController.php:82 +#: app/modules/web/Controllers/ConfigLdapController.php:268 +msgid "Import finished" +msgstr "Import beendet" + +#: app/modules/web/Controllers/ConfigImportController.php:82 +#: app/modules/web/Controllers/ConfigImportController.php:85 +#: lib/SP/Services/Backup/FileBackupService.php:120 +#: lib/SP/Services/Export/XmlExportService.php:205 +msgid "Please check out the event log for more details" +msgstr "Mehr Details in den Log-Dateien" + +#: app/modules/web/Controllers/ConfigImportController.php:85 +msgid "No accounts were imported" +msgstr "Es wurden keine Konten importiert" + +#: app/modules/web/Controllers/ConfigLdapController.php:71 +#: app/modules/web/Controllers/ConfigLdapController.php:143 +#: app/modules/web/Controllers/ConfigLdapController.php:181 +msgid "Missing LDAP parameters" +msgstr "Fehlender LDAP Parameter" + +#: app/modules/web/Controllers/ConfigLdapController.php:90 +msgid "LDAP enabled" +msgstr "LDAP aktiviert" + +#: app/modules/web/Controllers/ConfigLdapController.php:95 +msgid "LDAP disabled" +msgstr "LDAP deaktiviert" + +#: app/modules/web/Controllers/ConfigLdapController.php:97 +#: app/modules/web/Controllers/ConfigMailController.php:106 +#: app/config/strings.js.inc:80 +msgid "No changes" +msgstr "Keine Änderungen" + +#: app/modules/web/Controllers/ConfigLdapController.php:117 +#: app/modules/web/Controllers/ConfigLdapController.php:246 +msgid "Wrong LDAP parameters" +msgstr "Falsche LDAP Parameter" + +#: app/modules/web/Controllers/ConfigLdapController.php:153 +#: app/modules/web/Controllers/ConfigLdapController.php:197 +msgid "Results" msgstr "Ergebnisse" -#: ../../../modules/web/Controllers/ConfigLdapController.php:159 -#: ../../../modules/web/Controllers/ConfigLdapController.php:204 +#: app/modules/web/Controllers/ConfigLdapController.php:158 +#: app/modules/web/Controllers/ConfigLdapController.php:203 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:95 +msgid "LDAP connection OK" +msgstr "LDAP-Verbindung ist OK" + +#: app/modules/web/Controllers/ConfigLdapController.php:159 +#: app/modules/web/Controllers/ConfigLdapController.php:204 #, php-format -msgid "Objetos encontrados: %d" +msgid "Objects found: %d" msgstr "Objekte gefunden: %d" -#: ../../../modules/web/Controllers/ConfigLdapController.php:279 +#: app/modules/web/Controllers/ConfigLdapController.php:253 +msgid "LDAP Import" +msgstr "LDAP-Import" + +#: app/modules/web/Controllers/ConfigLdapController.php:272 +msgid "There aren't any objects to synchronize" +msgstr "Es gibt keine zu synchronisierenden Objekte" + +#: app/modules/web/Controllers/ConfigLdapController.php:277 +msgid "LDAP users import finished" +msgstr "LDAP-Benutzerimport abgeschlossen" + +#: app/modules/web/Controllers/ConfigLdapController.php:279 #, php-format -msgid "Usuarios importados: %d / %d" +msgid "Imported users: %d / %d" msgstr "Importierte Benutzer: %d / %d" -#: ../../../modules/web/Controllers/ConfigLdapController.php:280 +#: app/modules/web/Controllers/ConfigLdapController.php:280 #, php-format -msgid "Errores: %d" +msgid "Errors: %d" msgstr "Fehler: %d" -#: ../../../modules/web/Controllers/ConfigManagerController.php:160 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:134 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:20 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:18 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:446 +#: app/modules/web/Controllers/ConfigMailController.php:72 +#: app/modules/web/Controllers/ConfigMailController.php:133 +msgid "Missing Mail parameters" +msgstr "Fehlende E-Mail Parameter" + +#: app/modules/web/Controllers/ConfigMailController.php:97 +msgid "Mail enabled" +msgstr "E-Mail aktiviert" + +#: app/modules/web/Controllers/ConfigMailController.php:104 +msgid "Mail disabled" +msgstr "E-Mail deaktiviert" + +#: app/modules/web/Controllers/ConfigMailController.php:147 +#: lib/SP/Services/Mail/MailService.php:142 +msgid "Recipient" +msgstr "Empfänger" + +#: app/modules/web/Controllers/ConfigMailController.php:153 +msgid "Please, check your inbox" +msgstr "Bitte überprüfen Sie Ihren Posteingang" + +#: app/modules/web/Controllers/ConfigManagerController.php:160 +#: app/modules/web/themes/material-blue/views/install/index.inc:134 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:20 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:18 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:446 msgid "General" msgstr "Allgemein" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ConfigManagerController.php:189 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:29 -#: ../../../config/actions.xml:37 +#: app/modules/web/Controllers/ConfigManagerController.php:189 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:29 +#: app/config/actions.xml:37 msgid "Wiki" msgstr "Wiki" -#: ../../../modules/web/Controllers/ConfigManagerController.php:208 +#: app/modules/web/Controllers/ConfigManagerController.php:208 msgid "LDAP" msgstr "LDAP" -#: ../../../modules/web/Controllers/ConfigManagerController.php:234 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:12 -msgid "Correo" +#: app/modules/web/Controllers/ConfigManagerController.php:234 +#: app/modules/web/themes/material-blue/views/config/mail.inc:12 +msgid "Mail" msgstr "E-Mail" -#: ../../../modules/web/Controllers/ConfigManagerController.php:273 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:462 -msgid "Encriptación" +#: app/modules/web/Controllers/ConfigManagerController.php:273 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:462 +msgid "Encryption" msgstr "Verschlüsselung" -#: ../../../modules/web/Controllers/ConfigManagerController.php:301 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:61 -msgid "No se encontraron backups" +#: app/modules/web/Controllers/ConfigManagerController.php:301 +#: app/modules/web/themes/material-blue/views/config/backup.inc:61 +msgid "There aren't any backups available" msgstr "Keine Backups vorhanden" -#: ../../../modules/web/Controllers/ConfigManagerController.php:311 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:132 -msgid "No se encontró archivo de exportación" +#: app/modules/web/Controllers/ConfigManagerController.php:311 +#: app/modules/web/themes/material-blue/views/config/backup.inc:132 +msgid "No export file found" msgstr "Keine Exportdatei gefunden" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ConfigManagerController.php:314 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:24 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:78 -#: ../../../config/actions.xml:739 -msgid "Copia de Seguridad" +#: app/modules/web/Controllers/ConfigManagerController.php:314 +#: app/modules/web/themes/material-blue/views/config/backup.inc:24 +#: app/modules/web/themes/material-blue/views/config/backup.inc:78 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:478 +#: app/config/actions.xml:739 +msgid "Backup" msgstr "Sicherung" -#: ../../../modules/web/Controllers/ConfigManagerController.php:331 -msgid "Importar Cuentas" +#: app/modules/web/Controllers/ConfigManagerController.php:331 +msgid "Import Accounts" msgstr "Importiere Konten" -#: ../../../modules/web/Controllers/ConfigManagerController.php:353 -msgid "No instalado" +#: app/modules/web/Controllers/ConfigManagerController.php:353 +msgid "Not installed" msgstr "Nicht installiert" -#: ../../../modules/web/Controllers/ConfigManagerController.php:363 -msgid "Información" +#: app/modules/web/Controllers/ConfigManagerController.php:363 +#: app/modules/web/themes/material-blue/inc/Icons.php:63 +msgid "Information" msgstr "Information" -#: ../../../modules/web/Controllers/CustomFieldController.php:111 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:159 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:160 -msgid "Nuevo Campo" +#: app/modules/web/Controllers/ConfigWikiController.php:63 +msgid "Missing Wiki parameters" +msgstr "Fehlender Wiki Parameter" + +#: app/modules/web/Controllers/ConfigWikiController.php:73 +msgid "Wiki enabled" +msgstr "Wiki aktiviert" + +#: app/modules/web/Controllers/ConfigWikiController.php:78 +msgid "Wiki disabled" +msgstr "Wiki deaktiviert" + +#: app/modules/web/Controllers/ConfigWikiController.php:91 +msgid "Missing DokuWiki parameters" +msgstr "Fehlende DokuWiki Parameter" + +#: app/modules/web/Controllers/ConfigWikiController.php:103 +msgid "DokuWiki enabled" +msgstr "DokuWiki aktiviert" + +#: app/modules/web/Controllers/ConfigWikiController.php:108 +msgid "DokuWiki disabled" +msgstr "DokuWiki deaktiviert" + +#: app/modules/web/Controllers/CustomFieldController.php:111 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:159 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:160 +msgid "New Field" msgstr "Neues Feld" -#: ../../../modules/web/Controllers/CustomFieldController.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:177 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:178 -msgid "Editar Campo" +#: app/modules/web/Controllers/CustomFieldController.php:173 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:177 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:178 +msgid "Edit Field" msgstr "Feld bearbeiten" -#: ../../../modules/web/Controllers/CustomFieldController.php:317 -msgid "Ver Campo" +#: app/modules/web/Controllers/CustomFieldController.php:209 +#: app/modules/web/Controllers/CustomFieldController.php:212 +msgid "Fields deleted" +msgstr "Felder entfernt" + +#: app/modules/web/Controllers/CustomFieldController.php:218 +msgid "Field deleted" +msgstr "Feld entfernt" + +#: app/modules/web/Controllers/CustomFieldController.php:248 +#: app/modules/web/Controllers/CustomFieldController.php:252 +msgid "Field added" +msgstr "Feld hinzugefügt" + +#: app/modules/web/Controllers/CustomFieldController.php:249 +#: app/modules/web/Controllers/CustomFieldController.php:288 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:88 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:157 +msgid "Field" +msgstr "Feld" + +#: app/modules/web/Controllers/CustomFieldController.php:287 +#: app/modules/web/Controllers/CustomFieldController.php:291 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldData.php:74 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:87 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:156 +msgid "Field updated" +msgstr "Feld aktualisiert" + +#: app/modules/web/Controllers/CustomFieldController.php:317 +msgid "View Field" msgstr "Feld anzeigen" -#: ../../../modules/web/Controllers/ErrorController.php:107 +#: app/modules/web/Controllers/ErrorController.php:107 #, fuzzy -msgid "Aplicación en mantenimiento" +msgid "Application on maintenance" msgstr "Anwendung befindet sich im Wartungsmodus" -#: ../../../modules/web/Controllers/ErrorController.php:108 -msgid "En breve estará operativa" +#: app/modules/web/Controllers/ErrorController.php:108 +msgid "It will be running shortly" 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" +#: app/modules/web/Controllers/ErrorController.php:123 +#: lib/SP/Services/Install/MySQL.php:363 +msgid "Error while checking the database" +msgstr "" -#: ../../../modules/web/Controllers/ErrorController.php:139 +#: app/modules/web/Controllers/ErrorController.php:124 +#: app/modules/web/Controllers/ErrorController.php:140 +#: app/modules/web/Controllers/UserPassResetController.php:96 +#: 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:149 lib/SP/Util/ErrorUtil.php:153 +#: lib/SP/Util/ErrorUtil.php:157 lib/SP/Util/ErrorUtil.php:161 +#: lib/SP/Util/ErrorUtil.php:169 lib/SP/Util/ErrorUtil.php:176 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:13 +msgid "Please contact to the administrator" +msgstr "Bitte kontaktieren Sie den Administrator" + +#: app/modules/web/Controllers/ErrorController.php:139 +#: 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 #, fuzzy -msgid "No es posible conectar con la BD" +msgid "Unable to connect to DB" msgstr "Verbindung zum Datenbank-Server kann nicht hergestellt werden" -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:89 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:90 -msgid "Ver Actual" +#: app/modules/web/Controllers/EventlogController.php:127 +#: app/modules/web/Controllers/EventlogController.php:130 +msgid "Event log cleared" +msgstr "Ereignisprotokoll entfernt" + +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:89 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:90 +msgid "View Current" 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:123 -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:67 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:360 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:173 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:310 -#: ../../../modules/web/themes/material-blue/views/config/general.inc:28 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:91 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:193 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:295 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:440 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:206 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:294 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:211 -msgid "Atrás" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:135 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:136 +#: app/modules/web/themes/material-blue/inc/Icons.php:49 +#: app/modules/web/themes/material-blue/views/_partials/error.inc:14 +#: app/modules/web/themes/material-blue/views/_partials/error.inc:15 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:123 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:67 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:360 +#: app/modules/web/themes/material-blue/views/config/backup.inc:173 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:310 +#: app/modules/web/themes/material-blue/views/config/general.inc:28 +#: app/modules/web/themes/material-blue/views/config/import.inc:91 +#: app/modules/web/themes/material-blue/views/config/info.inc:193 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:295 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:440 +#: app/modules/web/themes/material-blue/views/config/mail.inc:206 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:294 +#: app/modules/web/themes/material-blue/views/error/error-database.inc:13 +#: app/modules/web/themes/material-blue/views/error/error-database.inc:14 +#: app/modules/web/themes/material-blue/views/error/error-maintenance.inc:13 +#: app/modules/web/themes/material-blue/views/error/error-maintenance.inc:14 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:40 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:50 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:211 +msgid "Back" msgstr "Zurück" -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:196 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:197 -msgid "Solicitar Modificación" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:196 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:197 +msgid "Request Modification" 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" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:217 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:218 +msgid "Restore account from this point" 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:130 -msgid "Guardar" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:237 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:238 +#: app/modules/web/themes/material-blue/inc/Icons.php:51 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:130 +msgid "Save" msgstr "Speichern" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:354 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:355 -#: ../../../config/actions.xml:439 -msgid "Actualizar Enlace Público" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:354 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:355 +#: app/config/actions.xml:439 +msgid "Update Public Link" msgstr "Öffentlichen Link aktualisieren" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:377 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:378 -#: ../../../config/actions.xml:433 -msgid "Eliminar Enlace Público" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:377 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:378 +#: app/config/actions.xml:433 +msgid "Delete Public Link" msgstr "Öffentlichen Link entfernen" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:397 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:398 -#: ../../../config/actions.xml:421 -msgid "Crear Enlace Público" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:397 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:398 +#: app/config/actions.xml:421 +msgid "Create Public Link" msgstr "Öffentlichen Link erstellen" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:418 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:419 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:463 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:464 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:69 -#: ../../../config/actions.xml:175 ../../../config/actions.xml:265 -msgid "Ver Clave" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:418 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:419 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:463 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:464 +#: app/modules/web/themes/material-blue/inc/Icons.php:34 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:69 +#: app/config/actions.xml:175 app/config/actions.xml:265 +msgid "View password" msgstr "Passwort anzeigen" -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:440 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:441 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:485 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:486 -msgid "Copiar Clave en Portapapeles" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:440 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:441 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:485 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:486 +msgid "Copy Password to Clipboard" msgstr "Passwort in die Zwischenablage kopieren" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:508 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:509 -#: ../../../config/actions.xml:193 -msgid "Copiar Cuenta" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:508 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:509 +#: app/config/actions.xml:193 +msgid "Copy Account" msgstr "Konto kopieren" -#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:69 -#: ../../../config/strings.js.inc:72 -msgid "Clave de Cuenta" +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:69 +#: app/config/strings.js.inc:72 +msgid "Account Password" msgstr "Kontopasswort" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:177 -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:178 -msgid "Más Acciones" +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:96 +#: lib/SP/Core/Acl/AccountPermissionException.php:45 +#: lib/SP/Util/ErrorUtil.php:152 +#, fuzzy +msgid "You don't have permission to access this account" +msgstr "Sie sind nicht berechtigt, auf dieses Konto zuzugreifen" + +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:177 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:178 +msgid "More Actions" msgstr "Weitere Aktionen" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:233 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:114 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:105 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:109 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:41 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:47 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:57 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:59 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:34 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:40 -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:35 -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:41 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:80 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:32 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:36 -msgid "Cliente" -msgstr "Kunde" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:234 -msgid "Ordenar por Cliente" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:234 +msgid "Sort by Client" msgstr "Nach Kunde sortieren" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:240 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:113 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:104 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:105 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:108 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:116 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:107 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:30 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:43 -#: ../../../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:65 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:54 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:39 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:23 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:23 -#: ../../../modules/web/themes/material-blue/views/itemshow/tag.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:35 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:24 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:533 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:22 -msgid "Nombre" -msgstr "Name" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:241 -msgid "Ordenar por Nombre" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:241 +msgid "Sort by Name" msgstr "Nach Name sortieren" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:247 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:115 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:106 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:72 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:74 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:45 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:51 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:103 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:105 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:70 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:49 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:51 -msgid "Categoría" -msgstr "Kategorie" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:248 -msgid "Ordenar por Categoría" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:248 +msgid "Sort by Category" msgstr "Nach Kategorie sortieren" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:254 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:110 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:112 -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:105 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:63 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:69 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:101 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:67 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:73 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:141 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:76 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:25 -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:67 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:61 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:149 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:106 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:113 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:233 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:247 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:24 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:31 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:33 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:36 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:65 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:67 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:18 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:97 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:24 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:94 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:75 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:77 -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:19 -msgid "Usuario" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:254 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:110 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:112 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:105 +#: app/modules/web/Controllers/LoginController.php:122 +#: app/modules/web/Controllers/UserController.php:287 +#: app/modules/web/Controllers/UserController.php:323 +#: app/modules/web/Controllers/UserController.php:388 +#: app/modules/web/Controllers/UserController.php:429 +#: app/modules/web/Controllers/UserPassResetController.php:197 +#: lib/SP/Core/Acl/Acl.php:301 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:220 +#: lib/SP/Services/Auth/LoginService.php:238 +#: lib/SP/Services/Auth/LoginService.php:390 +#: lib/SP/Services/Auth/LoginService.php:457 +#: lib/SP/Services/Auth/LoginService.php:565 +#: lib/SP/Services/Auth/LoginService.php:608 +#: lib/SP/Services/Ldap/LdapImportService.php:238 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:63 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:69 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:101 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:67 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:73 +#: app/modules/web/themes/material-blue/views/account/account.inc:141 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:76 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:25 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:67 +#: app/modules/web/themes/material-blue/views/config/info.inc:61 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:149 +#: app/modules/web/themes/material-blue/views/config/mail.inc:106 +#: app/modules/web/themes/material-blue/views/config/mail.inc:113 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:233 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:247 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:24 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:31 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:33 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:65 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:67 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:18 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:97 +#: app/modules/web/themes/material-blue/views/login/index.inc:24 +#: app/modules/web/themes/material-blue/views/login/index.inc:94 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:75 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:77 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:19 +msgid "User" msgstr "Benutzer" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:255 -msgid "Ordenar por Usuario" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:255 +msgid "Sort by Username" msgstr "Nach Benutzername sortieren" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:261 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:52 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:58 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:88 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:56 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:62 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:128 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:81 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:261 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:52 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:58 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:88 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:56 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:62 +#: app/modules/web/themes/material-blue/views/account/account.inc:128 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:81 msgid "URL / IP" msgstr "URL/IP" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:262 -msgid "Ordenar por URL / IP" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:262 +msgid "Sort by URL / IP" msgstr "Nach URL/IP sortieren" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:79 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:80 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:70 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:71 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:74 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:71 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:71 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:75 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:76 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:90 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:91 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:74 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:75 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:74 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:82 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:83 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:74 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:74 -msgid "Eliminar Seleccionados" +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:79 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:80 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:70 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:71 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:71 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:71 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:75 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:76 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:90 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:91 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:75 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:82 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:83 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:74 +msgid "Delete Selected" msgstr "Ausgewählte entfernen" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:116 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:158 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:42 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:44 -msgid "Propietario" +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:116 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:158 +#: app/modules/web/themes/material-blue/views/account/details.inc:42 +#: app/modules/web/themes/material-blue/views/account/details.inc:44 +msgid "Owner" msgstr "Besitzer" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:117 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:175 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:50 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:52 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:79 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:81 -msgid "Grupo Principal" +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:117 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:175 +#: app/modules/web/themes/material-blue/views/account/details.inc:50 +#: app/modules/web/themes/material-blue/views/account/details.inc:52 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:79 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:81 +msgid "Main Group" msgstr "Primärgruppe" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:149 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:145 -#: ../../../config/actions.xml:499 ../../../config/actions.xml:805 -msgid "Buscar Cuenta" +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:149 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:145 +#: app/config/actions.xml:499 app/config/actions.xml:805 +msgid "Search for Account" msgstr "Konto suchen" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:92 -msgid "Cuentas (H)" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:92 +msgid "Accounts (H)" msgstr "Konten (H)" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:126 -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:100 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:106 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:122 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:190 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:251 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:48 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:55 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:38 -msgid "Fecha" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:126 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:100 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:106 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:122 +#: app/modules/web/themes/material-blue/views/account/account.inc:190 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:251 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:48 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:55 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:38 +msgid "Date" msgstr "Datum" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:108 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:130 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:109 -msgid "Estado" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:108 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:130 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:109 +msgid "Status" msgstr "Status" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:129 -msgid "Modificada" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:129 +msgid "Modified" msgstr "Geändert" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:130 -msgid "Eliminada" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:130 +msgid "Removed" msgstr "Entfernt" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:160 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:161 -#: ../../../config/actions.xml:187 ../../../config/actions.xml:811 -msgid "Restaurar Cuenta" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:160 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:161 +#: app/config/actions.xml:187 app/config/actions.xml:811 +msgid "Account Restore" msgstr "Kontowiederherstellung" -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:95 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:362 -msgid "Autorizaciones API" +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:95 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:362 +msgid "API Authorizations" msgstr "API Berechtigungen" -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:108 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:36 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:38 -msgid "Acción" +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:108 +#: lib/SP/Core/Acl/Acl.php:300 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:38 +msgid "Action" msgstr "Aktion" -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:140 -msgid "Buscar Token" +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:140 +msgid "Search for Token" msgstr "Token suchen" -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:174 -msgid "Ver token de Autorización" +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:173 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:174 +msgid "View Authorization token" msgstr "Zeige Berechtigungstoken" -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:207 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:208 -msgid "Eliminar Autorización" +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:207 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:208 +msgid "Delete Authorization" msgstr "Autorisierung entfernen" -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:105 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:129 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:108 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:36 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:37 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:61 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:68 -msgid "Descripción" -msgstr "Beschreibung" - #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:137 -#: ../../../config/actions.xml:325 -msgid "Buscar Categoría" +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:137 +#: app/config/actions.xml:325 +msgid "Search for Category" msgstr "Suche nach Kategorie" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:187 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:188 -#: ../../../config/actions.xml:319 -msgid "Eliminar Categoría" +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:187 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:188 +#: app/config/actions.xml:319 +msgid "Delete Category" msgstr "Kategorie entfernen" -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:123 -#: ../../../config/strings.js.inc:66 -msgid "SI" +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:123 +#: app/config/strings.js.inc:66 +msgid "YES" msgstr "Ja" -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:123 -#: ../../../config/strings.js.inc:67 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:123 +#: app/config/strings.js.inc:67 msgid "NO" msgstr "Nein" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:140 -#: ../../../config/actions.xml:355 -msgid "Buscar Cliente" +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:140 +#: app/config/actions.xml:355 +msgid "Search for Client" msgstr "Suche nach Kunde" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:190 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:191 -#: ../../../config/actions.xml:349 -msgid "Eliminar Cliente" +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:190 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:191 +#: app/config/actions.xml:349 +msgid "Delete Client" msgstr "Kunde entfernen" -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:95 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:33 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:346 -msgid "Campos Personalizados" +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:95 +#: app/modules/web/themes/material-blue/views/account/account.inc:33 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:346 +msgid "Custom Fields" msgstr "Benutzerfelder" -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:108 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:49 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:51 -msgid "Módulo" +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:108 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:51 +msgid "Module" msgstr "Module" -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:109 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:109 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:109 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:127 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:35 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:37 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:23 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:30 -msgid "Tipo" -msgstr "Typ" - -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:110 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:120 -msgid "Propiedades" +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:110 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:120 +msgid "Properties" msgstr "Eigenschaften" -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:128 -#: ../../../modules/web/themes/material-blue/views/common/aux-customfields.inc:17 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:90 -msgid "Encriptado" -msgstr "Verschlüsselt" - -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:144 -msgid "Buscar Campo" +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:144 +msgid "Search for Field" msgstr "Feld suchen" -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:194 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:195 -msgid "Eliminar Campo" +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:194 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:195 +msgid "Delete Field" msgstr "Feld entfernen" #. (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" +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:87 +#: app/modules/web/themes/material-blue/views/eventlog/index.inc:1 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:514 +#: app/config/actions.xml:133 +msgid "Event Log" msgstr "Ereignisprotokoll" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:99 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:97 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:99 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:99 +#: app/modules/web/Controllers/ItemPresetController.php:289 +#: app/modules/web/Controllers/ItemPresetController.php:324 +#: app/modules/web/Controllers/ItemPresetController.php:365 +#: app/modules/web/themes/material-blue/views/account/details.inc:97 +#: app/modules/web/themes/material-blue/views/account/details.inc:99 msgid "ID" msgstr "ID" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:100 -msgid "Fecha / Hora" +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:100 +msgid "Date / Time" msgstr "Datum/Zeit" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:101 -msgid "Nivel" +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:101 +msgid "Level" msgstr "Ebene" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:102 -msgid "Evento" +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:102 +msgid "Event" msgstr "Ereignis" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:103 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:117 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:50 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:33 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:103 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:117 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:50 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:33 msgid "Login" msgstr "Anmeldung" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:104 -msgid "IP" -msgstr "IP" +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:165 +#: app/config/actions.xml:139 +msgid "Search for Events" +msgstr "" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:165 -msgid "Buscar Evento" -msgstr "Suche nach Ereignis" - -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:181 -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:182 -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:178 -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:179 -msgid "Refrescar" +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:181 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:182 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:178 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:179 +msgid "Refresh" msgstr "Aktualisieren" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:199 -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:200 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:199 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:200 #, fuzzy -msgid "Vaciar registro de eventos" +msgid "Clear the event log out" msgstr "Ereignisprotokoll leeren" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:94 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:41 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:280 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:150 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:410 -#: ../../../config/actions.xml:19 -msgid "Archivos" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:94 +#: app/modules/web/themes/material-blue/views/account/account.inc:41 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:280 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:150 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:410 +#: app/config/actions.xml:19 +msgid "Files" msgstr "Dateien" -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:108 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:25 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:30 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:21 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:23 -msgid "Cuenta" -msgstr "Konto" - -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:110 -msgid "Tamaño" -msgstr "Größe" - #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:145 -#: ../../../config/actions.xml:475 -msgid "Buscar Archivo" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:145 +#: app/config/actions.xml:475 +msgid "Search for File" msgstr "Suchen nach Datei" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:160 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:161 -#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:51 -#: ../../../config/actions.xml:205 ../../../config/actions.xml:451 -msgid "Ver Archivo" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:160 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:161 +#: app/modules/web/themes/material-blue/views/account/files-list.inc:51 +#: app/config/actions.xml:205 app/config/actions.xml:451 +msgid "View File" msgstr "Datei ansehen" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:178 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:179 -#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:42 -#: ../../../config/actions.xml:217 ../../../config/actions.xml:457 -msgid "Descargar Archivo" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:178 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:179 +#: app/modules/web/themes/material-blue/views/account/files-list.inc:42 +#: app/config/actions.xml:217 app/config/actions.xml:457 +msgid "Download File" msgstr "Datei herunterladen" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:198 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:199 -#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:34 -#: ../../../config/actions.xml:223 ../../../config/actions.xml:463 -msgid "Eliminar Archivo" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:198 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:199 +#: app/modules/web/themes/material-blue/views/account/files-list.inc:34 +#: app/config/actions.xml:223 app/config/actions.xml:463 +msgid "Delete File" msgstr "Datei entfernen" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:97 -msgid "Valores Predeterminados" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:97 +msgid "Preset Values" msgstr "Vorgabewerte" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:111 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:119 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:133 -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:25 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:274 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:277 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:206 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:233 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:48 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:50 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:53 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:146 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:148 -msgid "Grupo" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:111 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:119 +#: app/modules/web/Controllers/UserGroupController.php:238 +#: 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 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:133 +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:25 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:274 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:277 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:206 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:233 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:48 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:50 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:53 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:146 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:148 +msgid "Group" msgstr "Gruppe" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:112 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:118 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:65 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:67 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:70 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:129 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:131 -msgid "Perfil" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:112 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:118 +#: app/modules/web/Controllers/UserProfileController.php:228 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:65 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:67 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:129 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:131 +msgid "Profile" msgstr "Profil" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:113 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:83 -msgid "Prioridad" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:113 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:83 +msgid "Priority" msgstr "Priorität" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:114 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:120 -msgid "Forzado" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:114 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:120 +msgid "Forced" msgstr "Erzwungen" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:148 -#: ../../../config/actions.xml:859 -msgid "Buscar Valor" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:148 +#: app/config/actions.xml:859 +msgid "Search for Value" msgstr "Nach Wert suchen" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:163 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:66 -msgid "Valor de Permiso" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:163 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:66 +msgid "Permission Preset" msgstr "Vorgabe Berechtigung" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:164 -msgid "Nuevo Valor de Permiso" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:164 +msgid "New Permission Preset" msgstr "Neue Vorgabe für Berechtigung" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:187 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:86 -msgid "Valor de Cuenta Privada" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:187 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:86 +msgid "Private Account Preset" msgstr "Vorgabe Privatkonto" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:188 -msgid "Nuevo Valor de Cuenta Privada" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:188 +msgid "New Private Account Preset" msgstr "Neue Vorgabe für Privatkonto" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:211 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:102 -msgid "Valor de Timeout de Sesión" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:211 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:102 +msgid "Session Timeout Preset" msgstr "Vorgabe Timeout" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:212 -msgid "Nuevo Valor de Timeout de Sesión" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:212 +msgid "New Session Timeout Preset" msgstr "Neue Vorgabe für Timeout" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:235 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:117 -msgid "Valor de Clave de Cuentas" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:235 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:117 +msgid "Account Password Preset" msgstr "Vorgabe Kontopasswort" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:236 -msgid "Nuevo Valor de Clave de Cuentas" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:236 +msgid "New Account Password Preset" msgstr "Neue Vorgabe für Kontopasswort" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:259 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:260 -#: ../../../modules/web/Controllers/ItemPresetController.php:239 -#: ../../../config/actions.xml:877 -msgid "Editar Valor" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:259 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:260 +#: app/modules/web/Controllers/ItemPresetController.php:239 +#: app/config/actions.xml:877 +msgid "Edit Value" msgstr "Wert bearbeiten" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:276 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:277 -#: ../../../config/actions.xml:883 -msgid "Eliminar Valor" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:276 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:277 +#: app/config/actions.xml:883 +msgid "Delete Value" msgstr "Wert löschen" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:113 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:106 -#: ../../../modules/web/themes/material-blue/views/notification/index.inc:1 -#: ../../../config/actions.xml:685 -msgid "Notificaciones" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:113 +#: app/modules/web/themes/material-blue/inc/Icons.php:65 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:106 +#: app/modules/web/themes/material-blue/views/notification/index.inc:1 +#: app/config/actions.xml:685 +msgid "Notifications" msgstr "Benachrichtigungen" -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:128 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:35 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:42 -msgid "Componente" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:128 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:35 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:42 +msgid "Component" msgstr "Komponente" -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:150 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:111 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:115 -msgid "Leída" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:150 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:111 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:115 +msgid "Read" msgstr "Lesen" -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:151 -msgid "Sólo Admins" -msgstr "Nur Administratoren" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:151 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:107 +msgid "Only Admins" +msgstr "" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:168 -#: ../../../config/actions.xml:847 -msgid "Buscar Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:168 +#: app/config/actions.xml:847 +msgid "Search for Notification" msgstr "Benachrichtigung suchen" -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:183 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:184 -#: ../../../modules/web/Controllers/NotificationController.php:194 -msgid "Nueva Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:183 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:184 +#: app/modules/web/Controllers/NotificationController.php:194 +msgid "New Notification" msgstr "Neue Benachrichtigung" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:201 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:202 -#: ../../../modules/web/Controllers/NotificationController.php:113 -#: ../../../config/actions.xml:817 -msgid "Ver Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:201 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:202 +#: app/modules/web/Controllers/NotificationController.php:113 +#: app/config/actions.xml:817 +msgid "View Notification" msgstr "Benachrichtigung anzeigen" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:231 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:232 -#: ../../../config/actions.xml:841 -msgid "Marcar Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:231 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:232 +#: app/config/actions.xml:841 +msgid "Checkout Notification" msgstr "Benachrichtigung überprüfen" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:249 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:250 -#: ../../../modules/web/Controllers/NotificationController.php:226 -#: ../../../config/actions.xml:829 -msgid "Editar Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:249 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:250 +#: app/modules/web/Controllers/NotificationController.php:226 +#: app/config/actions.xml:829 +msgid "Edit Notification" msgstr "Benachrichtigung bearbeiten" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:266 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:267 -#: ../../../config/actions.xml:835 -msgid "Eliminar Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:266 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:267 +#: app/config/actions.xml:835 +msgid "Delete Notification" msgstr "Benachrichtigung entfernen" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:96 -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:330 -#: ../../../modules/web/themes/material-blue/views/plugin/index.inc:1 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:96 +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:330 +#: app/modules/web/themes/material-blue/views/plugin/index.inc:1 msgid "Plugins" msgstr "Plugins" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:108 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:108 +#: lib/SP/Plugin/PluginManager.php:194 msgid "Plugin" msgstr "Plugin" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:125 -msgid "No disponible" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:125 +msgid "Unavailable" msgstr "Nicht verfügbar" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:141 -#: ../../../config/actions.xml:547 -msgid "Buscar Plugin" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:141 +#: app/config/actions.xml:547 +msgid "Search for Plugin" msgstr "Plugin suchen" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:156 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:157 -#: ../../../modules/web/Controllers/PluginController.php:136 -#: ../../../config/actions.xml:541 -msgid "Ver Plugin" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:156 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:157 +#: app/modules/web/Controllers/PluginController.php:136 +#: app/config/actions.xml:541 +msgid "View Plugin" msgstr "Plugin anzeigen" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:174 -msgid "Habilitar" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:173 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:174 +msgid "Enable" msgstr "Aktivieren" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:192 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:193 -msgid "Deshabilitar" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:192 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:193 +msgid "Disable" msgstr "Deaktivieren" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:211 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:212 -msgid "Restablecer Datos" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:211 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:212 +msgid "Reset Data" msgstr "Daten zurücksetzen" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:231 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:232 -#: ../../../config/actions.xml:571 -msgid "Eliminar Plugin" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:231 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:232 +#: app/config/actions.xml:571 +msgid "Delete Plugin" msgstr "Delete Plugin" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:96 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:49 -msgid "Enlaces" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:96 +#: app/modules/web/themes/material-blue/views/account/account.inc:49 +msgid "Links" msgstr "Links" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:110 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:49 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:51 -msgid "Fecha Creación" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:110 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:51 +msgid "Creation Date" msgstr "Erstellungsdatum" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:111 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:195 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:57 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:59 -msgid "Fecha Caducidad" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:111 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:195 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:57 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:59 +msgid "Expiry Date " msgstr "Ablaufdatum" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:113 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:36 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:39 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:43 -msgid "Notificar" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:113 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:39 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:43 +msgid "Notify" msgstr "Benachrichtigen" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:114 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:14 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:16 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:197 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:73 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:75 -msgid "Visitas" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:114 +#: app/modules/web/themes/material-blue/views/account/details.inc:14 +#: app/modules/web/themes/material-blue/views/account/details.inc:16 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:197 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:73 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:75 +msgid "Visits" msgstr "Besuche" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:149 -msgid "Buscar Enlace" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:149 +msgid "Search for Link" msgstr "Link suchen" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:164 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:165 -msgid "Nuevo Enlace" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:164 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:165 +msgid "New Link" msgstr "Neuer link" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:182 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:183 -#: ../../../modules/web/Controllers/PublicLinkController.php:357 -msgid "Ver Enlace" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:182 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:183 +#: app/modules/web/Controllers/PublicLinkController.php:357 +msgid "View Link" msgstr "Link anzeigen" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:198 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:199 -msgid "Renovar Enlace" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:198 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:199 +msgid "Renew Link" msgstr "Link erneuern" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:215 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:216 -msgid "Eliminar Enlace" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:215 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:216 +msgid "Delete Link" msgstr "Link entfernen" -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:94 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:211 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:213 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:94 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:314 -msgid "Etiquetas" -msgstr "Tags" - #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:135 -#: ../../../config/actions.xml:529 -msgid "Buscar Etiqueta" +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:135 +#: app/config/actions.xml:529 +msgid "Search for Tag" msgstr "Tag suchen" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:150 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:151 -#: ../../../modules/web/Controllers/TagController.php:108 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:226 -#: ../../../config/actions.xml:505 -msgid "Nueva Etiqueta" +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:150 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:151 +#: app/modules/web/Controllers/TagController.php:108 +#: app/modules/web/themes/material-blue/views/account/account.inc:226 +#: app/config/actions.xml:505 +msgid "New Tag" msgstr "Tag hinzufügen" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:168 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:169 -#: ../../../modules/web/Controllers/TagController.php:168 -#: ../../../config/actions.xml:517 -msgid "Editar Etiqueta" +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:168 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:169 +#: app/modules/web/Controllers/TagController.php:168 app/config/actions.xml:517 +msgid "Edit Tag" msgstr "Tag bearbeiten" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:185 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:186 -#: ../../../config/actions.xml:523 -msgid "Eliminar Etiqueta" +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:185 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:186 +#: app/config/actions.xml:523 +msgid "Delete Tag" msgstr "Tag entfernen" -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:88 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:88 msgid "Tracks" msgstr "Tracks" -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:101 -msgid "Fecha Desbloqueo" +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:101 +msgid "Date Unlocked" msgstr "Freigabedatum" -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:102 -msgid "Origen" +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:102 +msgid "Source" msgstr "Quelle" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:162 -#: ../../../config/actions.xml:895 -msgid "Buscar Track" +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:162 +#: app/config/actions.xml:895 +msgid "Search for track" msgstr "Suche nach Track" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:104 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:77 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:16 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:113 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:12 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:50 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:52 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:56 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:250 +msgid "Users" +msgstr "Benutzer" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:156 -#: ../../../config/actions.xml:607 -msgid "Buscar Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:156 +#: app/config/actions.xml:607 +msgid "Search for User" msgstr "Suche nach Benutzer" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:171 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:172 -#: ../../../modules/web/Controllers/UserController.php:115 -#: ../../../config/actions.xml:583 -msgid "Nuevo Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:171 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:172 +#: app/modules/web/Controllers/UserController.php:115 +#: app/config/actions.xml:583 +msgid "New User" msgstr "Neuer Benutzer" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:189 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:190 -#: ../../../modules/web/Controllers/UserController.php:200 -#: ../../../config/actions.xml:589 -msgid "Editar Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:189 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:190 +#: app/modules/web/Controllers/UserController.php:200 +#: app/config/actions.xml:589 +msgid "Edit User" msgstr "Benutzer ändern" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:206 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:207 -#: ../../../config/actions.xml:595 -msgid "Eliminar Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:206 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:207 +#: app/config/actions.xml:595 +msgid "Delete User" msgstr "Benutzer entfernen" -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:223 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:224 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:460 -msgid "Importar usuarios de LDAP" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:223 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:224 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:460 +msgid "Import users from LDAP" msgstr "Benutzer aus LDAP importieren" -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:241 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:242 -msgid "Ver Detalles de Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:241 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:242 +msgid "View User Details" msgstr "Benutzerdetails anzeigen" -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:258 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:259 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:63 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:116 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:122 -msgid "Cambiar Clave de Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:258 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:259 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:63 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:116 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:122 +msgid "Change User's Password" msgstr "Benutzerpasswort wechseln" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:95 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:78 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:84 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:162 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:53 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:266 +msgid "Groups" +msgstr "Gruppen" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:138 -#: ../../../config/actions.xml:637 -msgid "Buscar Grupo" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:138 +#: app/config/actions.xml:637 +msgid "Search for Group" msgstr "Suche nach Gruppe" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:153 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:154 -#: ../../../modules/web/Controllers/UserGroupController.php:117 -#: ../../../config/actions.xml:619 -msgid "Nuevo Grupo" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:153 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:154 +#: app/modules/web/Controllers/UserGroupController.php:117 +#: app/config/actions.xml:619 +msgid "New Group" msgstr "Neue Gruppe" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:171 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:172 -#: ../../../modules/web/Controllers/UserGroupController.php:344 -#: ../../../config/actions.xml:613 -msgid "Ver Grupo" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:171 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:172 +#: app/modules/web/Controllers/UserGroupController.php:344 +#: app/config/actions.xml:613 +msgid "View Group" msgstr "Gruppe anzeigen" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:188 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:189 -#: ../../../modules/web/Controllers/UserGroupController.php:188 -#: ../../../config/actions.xml:625 -msgid "Editar Grupo" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:188 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:189 +#: app/modules/web/Controllers/UserGroupController.php:188 +#: app/config/actions.xml:625 +msgid "Edit Group" msgstr "Gruppe ändern" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:205 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:206 -#: ../../../config/actions.xml:631 -msgid "Eliminar Grupo" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:205 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:206 +#: app/config/actions.xml:631 +msgid "Delete Group" msgstr "Gruppe entfernen" -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:95 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:282 -msgid "Perfiles" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:95 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:282 +msgid "Profiles" msgstr "Profile" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:136 -#: ../../../config/actions.xml:667 -msgid "Buscar Perfil" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:136 +#: app/config/actions.xml:667 +msgid "Search for Profile" msgstr "Suche nach Profil" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:151 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:152 -#: ../../../modules/web/Controllers/UserProfileController.php:110 -#: ../../../config/actions.xml:649 -msgid "Nuevo Perfil" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:151 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:152 +#: app/modules/web/Controllers/UserProfileController.php:110 +#: app/config/actions.xml:649 +msgid "New Profile" msgstr "Neues Profil" -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:169 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:170 -msgid "Ver Detalles de Perfil" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:169 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:170 +msgid "View Profile Details" msgstr "Zeige Benutzerdetails" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:186 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:187 -#: ../../../modules/web/Controllers/UserProfileController.php:177 -#: ../../../config/actions.xml:655 -msgid "Editar Perfil" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:186 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:187 +#: app/modules/web/Controllers/UserProfileController.php:177 +#: app/config/actions.xml:655 +msgid "Edit Profile" msgstr "Profil ändern" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:203 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:204 -#: ../../../config/actions.xml:661 -msgid "Eliminar Perfil" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:203 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:204 +#: app/config/actions.xml:661 +msgid "Delete Profile" msgstr "Profil entfernen" -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:261 -msgid "Buscar" +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:261 +#: app/modules/web/themes/material-blue/inc/Icons.php:58 +msgid "Search" msgstr "Suchen" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:344 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:24 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:27 -#: ../../../config/actions.xml:691 -msgid "Configuración" +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:344 +#: app/modules/web/themes/material-blue/inc/Icons.php:61 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:24 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:27 +#: app/config/actions.xml:691 +msgid "Configuration" msgstr "Konfiguration" -#: ../../../modules/web/Controllers/InstallController.php:59 -msgid "Módulo no disponible" +#: app/modules/web/Controllers/InstallController.php:59 +msgid "Module unavailable" msgstr "Modul nicht verfügbar" -#: ../../../modules/web/Controllers/InstallController.php:60 -msgid "Sin este módulo la aplicación puede no funcionar correctamente." +#: app/modules/web/Controllers/InstallController.php:60 +msgid "Without this module the application could not run correctly" msgstr "Ohne dieses Modul wird die Anwendung nicht korrekt funktionieren." +#: app/modules/web/Controllers/InstallController.php:89 +msgid "Installation finished" +msgstr "Installation beendet" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ItemPresetController.php:73 -#: ../../../config/actions.xml:865 -msgid "Ver Valor" +#: app/modules/web/Controllers/ItemPresetController.php:73 +#: app/config/actions.xml:865 +msgid "Display Value" msgstr "Wert anzeigen" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ItemPresetController.php:207 -#: ../../../config/actions.xml:871 -msgid "Nuevo Valor" +#: app/modules/web/Controllers/ItemPresetController.php:207 +#: app/config/actions.xml:871 +msgid "New Value" msgstr "Neuer Wert" -#: ../../../modules/web/Controllers/ItemsController.php:130 -msgid "No hay no hay notificaciones pendientes" +#: app/modules/web/Controllers/ItemPresetController.php:277 +#: app/modules/web/Controllers/ItemPresetController.php:280 +msgid "Values deleted" +msgstr "Werte wurden gelöscht" + +#: app/modules/web/Controllers/ItemPresetController.php:288 +#: app/modules/web/Controllers/ItemPresetController.php:292 +msgid "Value deleted" +msgstr "Wert wurde gelöscht" + +#: app/modules/web/Controllers/ItemPresetController.php:322 +#: app/modules/web/Controllers/ItemPresetController.php:327 +msgid "Value created" +msgstr "Wert erstellt" + +#: app/modules/web/Controllers/ItemPresetController.php:363 +#: app/modules/web/Controllers/ItemPresetController.php:368 +msgid "Value updated" +msgstr "Wert aktualisiert" + +#: app/modules/web/Controllers/ItemsController.php:130 +msgid "There aren't any pending notifications" msgstr "Keine neuen Benachrichtigungen" -#: ../../../modules/web/Controllers/ItemsController.php:131 +#: app/modules/web/Controllers/ItemsController.php:131 #, php-format -msgid "Hay notificaciones pendientes: %d" +msgid "There are pending notifications: %d" msgstr "Es gibt ausstehende Benachrichtigungen: %d" -#: ../../../modules/web/Controllers/PublicLinkController.php:114 -msgid "Nuevo Enlace Público" +#: app/modules/web/Controllers/LoginController.php:121 +msgid "Logout session" +msgstr "Aus Sitzung ausloggen" + +#: app/modules/web/Controllers/LoginController.php:123 +msgid "Inactive time" +msgstr "Zeit ohne Aktivität" + +#: app/modules/web/Controllers/LoginController.php:124 +msgid "Total time" +msgstr "Gesamtzeit" + +#: app/modules/web/Controllers/NotificationController.php:268 +#: app/modules/web/Controllers/NotificationController.php:271 +msgid "Notifications deleted" +msgstr "Benachrichtigungen entfernt" + +#: app/modules/web/Controllers/NotificationController.php:283 +#: app/modules/web/Controllers/NotificationController.php:287 +msgid "Notification deleted" +msgstr "Benachrichtigung entfernt" + +#: app/modules/web/Controllers/NotificationController.php:284 +#: app/modules/web/Controllers/NotificationController.php:317 +#: lib/SP/Providers/Notification/NotificationHandler.php:155 +msgid "Notification" +msgstr "Benachrichtigung" + +#: app/modules/web/Controllers/NotificationController.php:316 +#: app/modules/web/Controllers/NotificationController.php:320 +msgid "Notification read" +msgstr "Benachrichtigung gelesen" + +#: app/modules/web/Controllers/NotificationController.php:348 +#: app/modules/web/Controllers/NotificationController.php:351 +msgid "Notification created" +msgstr "Benachrichtigung erstellt" + +#: app/modules/web/Controllers/NotificationController.php:383 +#: app/modules/web/Controllers/NotificationController.php:386 +msgid "Notification updated" +msgstr "Benachrichtigung aktualisiert" + +#: app/modules/web/Controllers/PluginController.php:199 +#: app/modules/web/Controllers/PluginController.php:202 +msgid "Plugin enabled" +msgstr "Plugin aktiviert" + +#: app/modules/web/Controllers/PluginController.php:226 +#: app/modules/web/Controllers/PluginController.php:229 +#: lib/SP/Plugin/PluginManager.php:219 lib/SP/Plugin/PluginManager.php:339 +msgid "Plugin disabled" +msgstr "Plugin deaktiviert" + +#: app/modules/web/Controllers/PluginController.php:253 +#: app/modules/web/Controllers/PluginController.php:256 +msgid "Plugin reset" +msgstr "Plugin zurückgesetzt" + +#: app/modules/web/Controllers/PluginController.php:285 +msgid "Plugins deleted" +msgstr "Plugins deleted" + +#: app/modules/web/Controllers/PluginController.php:291 +msgid "Plugin deleted" +msgstr "Plugin deleted" + +#: app/modules/web/Controllers/PublicLinkController.php:114 +msgid "New Public Link" msgstr "Neuer öffentlicher Link" -#: ../../../modules/web/Controllers/PublicLinkController.php:204 -msgid "Editar Enlace Público" +#: app/modules/web/Controllers/PublicLinkController.php:180 +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:89 +msgid "Link updated" +msgstr "Link aktualisiert" + +#: app/modules/web/Controllers/PublicLinkController.php:204 +msgid "Edit Public Link" msgstr "Öffentlichen Link bearbeiten" +#: app/modules/web/Controllers/PublicLinkController.php:243 +#: app/modules/web/Controllers/PublicLinkController.php:246 +msgid "Links deleted" +msgstr "Links entfernt" + +#: app/modules/web/Controllers/PublicLinkController.php:254 +#: app/modules/web/Controllers/PublicLinkController.php:258 +msgid "Link deleted" +msgstr "Link entfernt" + +#. (itstool) path: strings/text +#: app/modules/web/Controllers/PublicLinkController.php:255 +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:90 app/config/strings.xml:9 +msgid "Link" +msgstr "Link" + +#: app/modules/web/Controllers/PublicLinkController.php:286 +#: app/modules/web/Controllers/PublicLinkController.php:323 +msgid "Link created" +msgstr "Link erstellt" + +#: app/modules/web/Controllers/StatusController.php:93 +msgid "Version unavailable" +msgstr "Version nicht verfügbar" + +#: app/modules/web/Controllers/StatusController.php:140 +msgid "Notifications not available" +msgstr "Benachrichtigungen nicht verfügbar" + +#: app/modules/web/Controllers/TagController.php:207 +msgid "Tags deleted" +msgstr "Tags entfernt" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/TagController.php:302 -#: ../../../config/actions.xml:511 -msgid "Ver Etiqueta" +#: app/modules/web/Controllers/TagController.php:302 app/config/actions.xml:511 +msgid "View Tag" msgstr "Tag anzeigen" +#: app/modules/web/Controllers/TrackController.php:114 +msgid "Track unlocked" +msgstr "Track entsperrt" + +#: app/modules/web/Controllers/TrackController.php:140 +msgid "Tracks cleared out" +msgstr "Track-Liste wurde geleert" + +#: app/modules/web/Controllers/Traits/ConfigTrait.php:68 +msgid "Configuration updated" +msgstr "Konfiguration aktualisiert" + +#: app/modules/web/Controllers/Traits/ConfigTrait.php:72 +msgid "Error while saving the configuration" +msgstr "Fehler beim Speichern der Konfiguration" + +#: app/modules/web/Controllers/Traits/ItemTrait.php:122 +#: app/modules/web/Controllers/Traits/ItemTrait.php:177 +#: lib/SP/Core/Crypt/OldCrypt.php:176 lib/SP/Core/Crypt/OldCrypt.php:188 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:59 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:154 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:244 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:334 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:389 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:417 +#: lib/SP/Services/Account/AccountService.php:227 +#: lib/SP/Services/Account/AccountService.php:232 +#: lib/SP/Services/Api/ApiService.php:129 +#: lib/SP/Services/Api/ApiService.php:229 +#: lib/SP/Services/Api/ApiService.php:237 +#: lib/SP/Services/Auth/LoginService.php:190 +#: lib/SP/Services/Auth/LoginService.php:354 +#: lib/SP/Services/Auth/LoginService.php:504 +#: lib/SP/Services/Auth/LoginService.php:509 +#: lib/SP/Services/Auth/LoginService.php:541 +#: lib/SP/Services/Auth/LoginService.php:648 +#: lib/SP/Services/AuthToken/AuthTokenService.php:311 +#: 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:232 +msgid "Internal error" +msgstr "Interner Fehler" + +#: app/modules/web/Controllers/Traits/ItemTrait.php:173 +msgid "Error while updating custom field's data" +msgstr "Fehler beim Aktualisieren der benutzerdefinierten Felddaten" + +#: app/modules/web/Controllers/UpgradeController.php:67 +msgid "The updating need to be confirmed" +msgstr "Bitte bestätigen Sie das Update" + +#: app/modules/web/Controllers/UpgradeController.php:71 +msgid "Wrong security code" +msgstr "Falscher Sicherheitscode" + +#: app/modules/web/Controllers/UpgradeController.php:92 +#: app/modules/web/themes/material-blue/views/login/index.inc:88 +msgid "Application successfully updated" +msgstr "Anwendung erfolgreich aktualisiert" + +#: app/modules/web/Controllers/UpgradeController.php:92 +msgid "You will be redirected to log in within 5 seconds" +msgstr "Sie werden in 5 Sekunden zur Anmeldeseite umgeleitet" + +#: app/modules/web/Controllers/UserController.php:235 +#: app/modules/web/Controllers/UserController.php:356 +#: app/modules/web/Controllers/UserPassResetController.php:107 +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:65 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:238 +msgid "Password Change" +msgstr "Passwortänderung" + +#: app/modules/web/Controllers/UserController.php:275 +#: app/modules/web/Controllers/UserController.php:278 +msgid "Users deleted" +msgstr "Benutzer entfernt" + +#: app/modules/web/Controllers/UserController.php:286 +#: app/modules/web/Controllers/UserController.php:290 +msgid "User deleted" +msgstr "Benutzer entfernt" + +#: app/modules/web/Controllers/UserController.php:322 +#: app/modules/web/Controllers/UserController.php:328 +msgid "User added" +msgstr "Benutzer hinzugefügt" + +#: app/modules/web/Controllers/UserController.php:387 +#: app/modules/web/Controllers/UserController.php:393 +msgid "User updated" +msgstr "Benutzer aktualisiert" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/UserController.php:458 -#: ../../../config/actions.xml:577 -msgid "Ver Usuario" +#: app/modules/web/Controllers/UserController.php:458 +#: app/config/actions.xml:577 +msgid "View User" msgstr "Benutzer anzeigen" +#: app/modules/web/Controllers/UserGroupController.php:226 +#: app/modules/web/Controllers/UserGroupController.php:229 +msgid "Groups deleted" +msgstr "Gruppen entfernt" + +#: app/modules/web/Controllers/UserPassResetController.php:92 +msgid "Wrong data" +msgstr "Inkorrekte Daten" + +#: app/modules/web/Controllers/UserPassResetController.php:96 +msgid "Unable to reset the password" +msgstr "Das Passwort konnte nicht zurückgesetzt werden" + +#: app/modules/web/Controllers/UserPassResetController.php:103 +msgid "Password Recovery" +msgstr "Wiederherstellung des Passworts" + +#: app/modules/web/Controllers/UserPassResetController.php:104 +msgid "Requested for" +msgstr "Anfrage für" + +#: app/modules/web/Controllers/UserPassResetController.php:109 +msgid "Request sent" +msgstr "Anfrage wurde abgeschickt" + +#: app/modules/web/Controllers/UserPassResetController.php:109 +msgid "You will receive an email to complete the request shortly." +msgstr "Sie bekommen in Kürze eine E-Mail, um die Anfrage zu vervollständigen." + +#: app/modules/web/Controllers/UserPassResetController.php:126 +#: lib/SP/Services/Api/ApiService.php:96 +#: lib/SP/Services/Auth/LoginService.php:138 +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:103 +msgid "Attempts exceeded" +msgstr "Versuche überschritten" + +#: app/modules/web/Controllers/UserPassResetController.php:179 +#: app/modules/web/Forms/AuthTokenForm.php:101 +#: app/modules/web/Forms/UserForm.php:157 +msgid "Password cannot be blank" +msgstr "Passwort darf nicht leer sein" + +#: app/modules/web/Controllers/UserProfileController.php:215 +#: app/modules/web/Controllers/UserProfileController.php:218 +msgid "Profiles deleted" +msgstr "Profile entfernt" + +#: app/modules/web/Controllers/UserProfileController.php:227 +#: app/modules/web/Controllers/UserProfileController.php:231 +msgid "Profile deleted" +msgstr "Profil entfernt" + +#: app/modules/web/Controllers/UserProfileController.php:262 +msgid "Profile added" +msgstr "Profil hinzugefügt" + +#: app/modules/web/Controllers/UserProfileController.php:300 +msgid "Profile updated" +msgstr "Profil aktualisiert" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/UserProfileController.php:326 -#: ../../../config/actions.xml:643 -msgid "Ver Perfil" +#: app/modules/web/Controllers/UserProfileController.php:326 +#: app/config/actions.xml:643 +msgid "View Profile" msgstr "Profil anzeigen" -#: ../../../modules/web/Controllers/UserSettingsManagerController.php:87 -msgid "Preferencias" +#: app/modules/web/Controllers/UserSettingsGeneralController.php:74 +msgid "Preferences updated" +msgstr "Einstellungen aktualisiert" + +#: app/modules/web/Controllers/UserSettingsManagerController.php:87 +msgid "Preferences" msgstr "Einstellungen" -#: ../../../config/strings.js.inc:26 -msgid "Error en la consulta" +#: app/modules/web/Forms/AccountForm.php:131 +msgid "A key is needed" +msgstr "Ein Schlüssel wird benötigt" + +#: app/modules/web/Forms/AccountForm.php:171 +msgid "An account name needed" +msgstr "Ein Kontoname wird benötigt" + +#: app/modules/web/Forms/AccountForm.php:175 +#: app/modules/web/Forms/ClientForm.php:84 +msgid "A client name needed" +msgstr "Ein Kundenname wird benötigt" + +#: app/modules/web/Forms/AccountForm.php:179 +msgid "A category is needed" +msgstr "Eine Kategorie wird benötigt" + +#: app/modules/web/Forms/AuthTokenForm.php:91 +msgid "User not set" +msgstr "Benutzer nicht gesetzt" + +#: app/modules/web/Forms/AuthTokenForm.php:95 +msgid "Action not set" +msgstr "Aktion nicht gesetzt" + +#: app/modules/web/Forms/CategoryForm.php:83 +msgid "A category name needed" +msgstr "Ein Kategoriename wird benötigt" + +#: app/modules/web/Forms/CustomFieldDefForm.php:87 +msgid "Field name not set" +msgstr "Feldname nicht gesetzt" + +#: app/modules/web/Forms/CustomFieldDefForm.php:91 +msgid "Field type not set" +msgstr "Feldtyp nicht gesetzt" + +#: app/modules/web/Forms/CustomFieldDefForm.php:95 +msgid "Field module not set" +msgstr "Feldmodul nicht gesetzt" + +#: app/modules/web/Forms/ItemsPresetForm.php:116 +msgid "Value type not set or incorrect" +msgstr "Werttyp nicht festgelegt oder inkorrekt" + +#: app/modules/web/Forms/ItemsPresetForm.php:133 +msgid "There aren't any defined permissions" +msgstr "Es sind keine definierten Berechtigungen vorhanden" + +#: app/modules/web/Forms/ItemsPresetForm.php:182 +msgid "Invalid regular expression" +msgstr "Ungültiger regulärer Ausdruck" + +#: app/modules/web/Forms/ItemsPresetForm.php:208 +msgid "An element of type user, group or profile need to be set" +msgstr "" +"Ein Element vom Typ Benutzer, Gruppe oder Profil muss festgelegt werden" + +#: app/modules/web/Forms/NotificationForm.php:98 +msgid "A component is needed" +msgstr "Eine Komponente wird benötigt" + +#: app/modules/web/Forms/NotificationForm.php:102 +msgid "A type is needed" +msgstr "Ein Typ wird benötigt" + +#: app/modules/web/Forms/NotificationForm.php:112 +msgid "A target is needed" +msgstr "Ein Ziel ist erforderlich" + +#: app/modules/web/Forms/PublicLinkForm.php:85 +msgid "An account is needed" +msgstr "Ein Konto wird benötigt" + +#: app/modules/web/Forms/TagForm.php:82 +msgid "A tag name is needed" +msgstr "Es wird ein Tag-Name benötigt" + +#: app/modules/web/Forms/UserForm.php:111 +#, fuzzy +msgid "An username is needed" +msgstr "Ein Benutzername wird benötigt" + +#: app/modules/web/Forms/UserForm.php:115 +msgid "A login is needed" +msgstr "Ein Login wird benötigt" + +#: app/modules/web/Forms/UserForm.php:119 +msgid "A profile is needed" +msgstr "Ein Profil wird benötigt" + +#: app/modules/web/Forms/UserForm.php:123 +msgid "A group is needed" +msgstr "Eine Gruppe wird benötigt" + +#: app/modules/web/Forms/UserForm.php:127 +msgid "An email is needed" +msgstr "Eine E-Mail-Adresse wird benötigt" + +#: app/modules/web/Forms/UserForm.php:179 +msgid "Unable to delete, user in use" +msgstr "Der Benutzer kann nicht entfernt werden, da er noch verwendet wird" + +#: app/modules/web/Forms/UserGroupForm.php:84 +msgid "A group name is needed" +msgstr "Ein Gruppenname wird benötigt" + +#: app/modules/web/Forms/UserProfileForm.php:116 +msgid "A profile name is needed" +msgstr "Ein Profilname wird benötigt" + +#: app/modules/web/themes/material-blue/inc/Icons.php:32 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:36 +msgid "Add" +msgstr "" + +#: app/modules/web/themes/material-blue/inc/Icons.php:33 +msgid "View Details" +msgstr "Details anschauen" + +#: app/modules/web/themes/material-blue/inc/Icons.php:35 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:64 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:68 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:132 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:136 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:148 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:198 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:46 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:87 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:102 +msgid "Edit" +msgstr "Ändern" + +#: app/modules/web/themes/material-blue/inc/Icons.php:36 +#: app/modules/web/themes/material-blue/inc/Icons.php:66 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:134 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:155 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:184 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:206 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:134 +msgid "Delete" +msgstr "Entfernen" + +#: app/modules/web/themes/material-blue/inc/Icons.php:37 +msgid "Change Password" +msgstr "Passwort ändern" + +#: app/modules/web/themes/material-blue/inc/Icons.php:38 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:200 +msgid "Application Admin" +msgstr "Anwendungsadministrator" + +#: app/modules/web/themes/material-blue/inc/Icons.php:39 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:218 +msgid "Accounts Admin" +msgstr "Kontoadministrator" + +#: app/modules/web/themes/material-blue/inc/Icons.php:40 +msgid "LDAP User" +msgstr "LDAP-Benutzer" + +#: app/modules/web/themes/material-blue/inc/Icons.php:41 +#: app/modules/web/themes/material-blue/views/config/mail.inc:138 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:257 +msgid "Disabled" +msgstr "Inaktiv" + +#: app/modules/web/themes/material-blue/inc/Icons.php:42 +msgid "Enabled" +msgstr "Aktiviert" + +#: app/modules/web/themes/material-blue/inc/Icons.php:43 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:184 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:49 +msgid "Update" +msgstr "Aktualisierung" + +#: app/modules/web/themes/material-blue/inc/Icons.php:44 +msgid "Copy" +msgstr "Kopieren" + +#: app/modules/web/themes/material-blue/inc/Icons.php:46 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:84 +msgid "Email" +msgstr "E-Mail" + +#: app/modules/web/themes/material-blue/inc/Icons.php:50 +msgid "Restore" +msgstr "Wiederherstellen" + +#: app/modules/web/themes/material-blue/inc/Icons.php:52 +#: app/config/strings.js.inc:79 +msgid "Help" +msgstr "Hilfe" + +#: app/modules/web/themes/material-blue/inc/Icons.php:53 +msgid "Clear" +msgstr "Entfernen" + +#: app/modules/web/themes/material-blue/inc/Icons.php:54 +msgid "Perform" +msgstr "Ausführen" + +#: app/modules/web/themes/material-blue/inc/Icons.php:55 +msgid "Download" +msgstr "Download" + +#: app/modules/web/themes/material-blue/inc/Icons.php:56 +#: app/config/strings.js.inc:85 +msgid "Warning" +msgstr "Warnung" + +#: app/modules/web/themes/material-blue/inc/Icons.php:57 +msgid "Check" +msgstr "Überprüfen" + +#: app/modules/web/themes/material-blue/inc/Icons.php:64 +msgid "Critical" +msgstr "Kritisch" + +#: app/modules/web/themes/material-blue/inc/Icons.php:67 +msgid "Previous page" +msgstr "Vorherige Seite" + +#: app/modules/web/themes/material-blue/inc/Icons.php:68 +msgid "Next page" +msgstr "Nächste Seite" + +#: app/modules/web/themes/material-blue/inc/Icons.php:69 +msgid "First page" +msgstr "Erste Seite" + +#: app/modules/web/themes/material-blue/inc/Icons.php:70 +msgid "Last page" +msgstr "Letzte Seite" + +#: lib/SP/Bootstrap.php:278 +#, php-format +msgid "Required PHP version >= %s <= %s" +msgstr "Erforderliche PHP-Version >= %s <= %s" + +#: lib/SP/Bootstrap.php:280 +msgid "Please update the PHP version to run sysPass" +msgstr "" +"Bitte aktualisieren Sie ihre PHP-Version, damit sysPass korrekt " +"funktionieren kann." + +#: lib/SP/Config/ConfigUtil.php:94 +#, fuzzy +msgid "\"/config\" directory does not exist." +msgstr "Das \" Verzeichnis \"config\" existiert nicht" + +#: lib/SP/Config/ConfigUtil.php:100 +#, fuzzy +msgid "Unable to write into \"/config\" directory" +msgstr "In das Verzeichnis \"config\" kann nicht geschrieben werden" + +#: lib/SP/Config/ConfigUtil.php:109 +#, fuzzy +msgid "\"/config\" directory permissions are wrong" +msgstr "Die Zugriffsrechte des \"config\"-Verzeichnisses sind falsch" + +#: lib/SP/Config/ConfigUtil.php:111 +#, php-format +msgid "Current: %s - Needed: 750" +msgstr "Aktuell:%s - Benötigt: 750" + +#: lib/SP/Core/Acl/Acl.php:294 lib/SP/Services/Auth/LoginService.php:604 +msgid "N/A" +msgstr "N/A" + +#: lib/SP/Core/Acl/Acl.php:299 +msgid "Access denied" +msgstr "Zugang verweigert" + +#: lib/SP/Core/Acl/Actions.php:176 +msgid "Action not found" +msgstr "Aktion nicht gefunden" + +#: lib/SP/Core/Acl/UnauthorizedPageException.php:45 +#: lib/SP/Util/ErrorUtil.php:156 +msgid "You don't have permission to access this page" +msgstr "Sie haben keine Erlaubnis, auf diese Seite zuzugreifen" + +#: lib/SP/Core/Context/ContextBase.php:73 +msgid "Unable to change password value" +msgstr "Ändern des Passworts nicht möglich" + +#: lib/SP/Core/Context/ContextBase.php:103 +#: lib/SP/Core/Context/ContextBase.php:126 +msgid "Context already initialized" +msgstr "Der Kontext ist bereits initialisiert" + +#: lib/SP/Core/Context/ContextBase.php:109 +msgid "Invalid context" +msgstr "Ungültiger Kontext" + +#: lib/SP/Core/Context/ContextBase.php:154 +msgid "Context not initialized" +msgstr "Kontext wurde nicht initialisiert" + +#: lib/SP/Core/Context/SessionContext.php:547 +msgid "Session cannot be initialized" +msgstr "Sitzung konnte nicht initialisiert werden" + +#: lib/SP/Core/Crypt/OldCrypt.php:178 +msgid "Crypto module cannot be loaded" +msgstr "Kryptographie-Modul konnte nicht geladen werden" + +#: lib/SP/Core/Crypt/OldCrypt.php:190 +msgid "Error while creating the encrypted data" +msgstr "Fehler beim Erzeugen der verschlüsselten Daten" + +#: lib/SP/Core/Events/Event.php:57 +msgid "An object is needed" +msgstr "Ein Objekt wird benötigt" + +#: lib/SP/Core/Events/EventDispatcherBase.php:85 +msgid "Observer not initialized" +msgstr "Observer nicht initialisiert" + +#: lib/SP/Core/UI/Theme.php:185 +msgid "Invalid icons class" +msgstr "Ungültige Symbolklasse" + +#: lib/SP/Html/DataGrid/DataGridBase.php:302 lib/SP/Mvc/View/Template.php:126 +#, fuzzy, php-format +msgid "Unable to retrieve \"%s\" template: %s" +msgstr "Fehler beim Ermitteln der Vorlage \"%s\" : %s" + +#: 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 "Invalid IP" +msgstr "Ungültige IP" + +#: lib/SP/Http/Json.php:180 +msgid "Encoding error" +msgstr "Verschlüsselungsfehler" + +#: lib/SP/Http/XMLRPCResponseParse.php:69 +msgid "Invalid XML-RPC response" +msgstr "Ungültige XML-RPC Antwort" + +#: lib/SP/Mvc/Controller/ControllerTrait.php:70 +msgid "Session not started or timed out" +msgstr "Sitzung konnte nicht gestartet werden oder ist abgelaufen" + +#: lib/SP/Mvc/Controller/ControllerTrait.php:115 +#: lib/SP/Mvc/Controller/ControllerTrait.php:124 +msgid "Invalid Action" +msgstr "Ungültige Aktion" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:71 +#, php-format +msgid "Password needs to be %d characters long" +msgstr "Das Passwort muss %d Zeichen lang sein" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:77 +msgid "Password does not contain the required characters" +msgstr "Das Passwort enthält nicht die geforderten Zeichen" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:82 +msgid "Password needs to contain letters" +msgstr "Das Passwort muss Buchstaben enthalten" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:86 +msgid "Password needs to contain lower case letters" +msgstr "Das Passwort muss Kleinbuchstaben enthalten" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:90 +msgid "Password needs to contain upper case letters" +msgstr "Das Passwort muss Großbuchstaben enthalten" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:95 +msgid "Password needs to contain numbers" +msgstr "Das Passwort muss Ziffern enthalten" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:99 +#, fuzzy +msgid "Password needs to contain symbols" +msgstr "Das Passwort muss Sonderzeichen enthalten" + +#: lib/SP/Mvc/Model/QueryCondition.php:71 +msgid "Invalid filter type" +msgstr "Ungültiger Filtertyp" + +#: lib/SP/Mvc/View/Components/SelectItemAdapter.php:95 +#: lib/SP/Mvc/View/Components/SelectItemAdapter.php:157 +msgid "Wrong object type" +msgstr "Falscher Objekttyp" + +#: lib/SP/Mvc/View/Template.php:301 lib/SP/Mvc/View/Template.php:365 +#, fuzzy, php-format +msgid "Unable to retrieve \"%s\" variable" +msgstr "Variable \"%s\" konnte nicht gefunden werden" + +#: lib/SP/Mvc/View/Template.php:334 +#, fuzzy, php-format +msgid "Unable to unset \"%s\" variable" +msgstr "Variable \"%s\" konnte nicht entfernt werden" + +#: lib/SP/Mvc/View/Template.php:355 +msgid "Template does not contain files" +msgstr "Vorlage enthält keine Dateien" + +#: lib/SP/Plugin/PluginManager.php:170 +#, php-format +msgid "Plugin version not compatible (%s)" +msgstr "Plugin-Version inkompatibel (%s)" + +#: lib/SP/Plugin/PluginManager.php:192 +#, php-format +msgid "Unable to load the \"%s\" plugin" +msgstr "Fehler beim Laden des Plugins \"%s\"" + +#: lib/SP/Plugin/PluginManager.php:254 +msgid "Plugin available" +msgstr "Plugin verfügbar" + +#: lib/SP/Plugin/PluginManager.php:264 +msgid "Plugin unavailable" +msgstr "Plugin nicht verfügbar" + +#: lib/SP/Plugin/PluginManager.php:294 +msgid "Plugin loaded" +msgstr "Plugin geladen" + +#. (itstool) path: action/text +#: lib/SP/Plugin/PluginManager.php:319 app/config/actions.xml:535 +msgid "New Plugin" +msgstr "Neues Plugin" + +#: lib/SP/Providers/Auth/AuthProvider.php:208 +msgid "Method unavailable" +msgstr "Funktion nicht verfügbar" + +#: lib/SP/Providers/Auth/AuthProvider.php:212 +msgid "Method already initialized" +msgstr "Funktion bereits initialisiert" + +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:119 +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:126 +msgid "Error while searching the group RDN" +msgstr "Fehler beim Suchen nach Gruppen-RDN" + +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:205 +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:210 +msgid "Error while searching the user on LDAP" +msgstr "Fehler beim Suchen des Benutzers in LDAP" + +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:259 +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:265 +msgid "Error while searching objects in base DN" +msgstr "Fehler beim Suchen nach Objekten in der Base-DN" + +#: 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 +#, fuzzy +msgid "Unable to connect to LDAP server" +msgstr "Verbindung zum LDAP-Server kann nicht hergestellt werden" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:142 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:189 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:70 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:39 +#: app/modules/web/themes/material-blue/views/config/info.inc:75 +#: app/modules/web/themes/material-blue/views/config/info.inc:78 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:94 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:119 +#: app/modules/web/themes/material-blue/views/config/mail.inc:59 +#: app/modules/web/themes/material-blue/views/config/mail.inc:66 +msgid "Server" +msgstr "Server" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:169 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:171 +#, fuzzy +msgid "LDAP parameters are not set" +msgstr "LDAP Parameter sind nicht gesetzt" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:231 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:237 +msgid "Connection error (BIND)" +msgstr "LDAP-Verbindungsfehler (BIND)" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:301 +msgid "Error while disconnecting from LDAP server" +msgstr "Fehler beim Abmelden vom LDAP-Server" + +#: 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 "User in group verified" +msgstr "Benutzer in Gruppe verifiziert" + +#: lib/SP/Providers/Auth/Ldap/LdapMsAds.php:144 +#: lib/SP/Providers/Auth/Ldap/LdapStd.php:141 +#, fuzzy +msgid "User does not belong to the group" +msgstr "Der Benutzer gehört nicht zur Gruppe" + +#: lib/SP/Providers/Mail/MailHandler.php:124 +#, php-format +msgid "Performed by: %s (%s)" +msgstr "Durchgeführt von: %s (%s)" + +#: lib/SP/Providers/Mail/MailHandler.php:125 +#, php-format +msgid "IP Address: %s" +msgstr "IP-Adresse: %s" + +#: lib/SP/Providers/Mail/MailProvider.php:91 +msgid "Unable to initialize" +msgstr "Kann nicht initialisiert werden" + +#: lib/SP/Repositories/Account/AccountFileRepository.php:77 +msgid "Error while saving file" +msgstr "Fehler beim Speichern der Datei" + +#: lib/SP/Repositories/Account/AccountFileRepository.php:279 +msgid "Error while deleting the file" +msgstr "Fehler beim Entfernen der Datei" + +#: lib/SP/Repositories/Account/AccountFileRepository.php:302 +#: lib/SP/Services/Account/AccountFileService.php:145 +msgid "Error while deleting the files" +msgstr "Fehler beim Entfernen der Dateien" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:143 +msgid "Error while updating history" +msgstr "Fehler beim Ändern der Historie" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:162 +#: lib/SP/Repositories/Account/AccountRepository.php:321 +#: lib/SP/Services/Account/AccountHistoryService.php:192 +msgid "Error while deleting the account" +msgstr "Fehler beim Entfernen des Kontos" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:292 +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:315 +#: lib/SP/Repositories/Account/AccountRepository.php:501 +#: lib/SP/Services/Account/AccountService.php:616 +msgid "Error while deleting the accounts" +msgstr "Fehler beim Entfernen der Konten" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:436 +#: lib/SP/Repositories/Account/AccountRepository.php:235 +#: lib/SP/Repositories/Account/AccountRepository.php:260 +#: lib/SP/Repositories/User/UserRepository.php:165 +#: lib/SP/Services/Account/AccountHistoryService.php:233 +#: lib/SP/Services/User/UserService.php:331 +msgid "Error while updating the password" +msgstr "Fehler beim Ändern des Passworts" + +#: lib/SP/Repositories/Account/AccountRepository.php:200 +msgid "Error while creating the account" +msgstr "Fehler beim Anlegen des Kontos" + +#: lib/SP/Repositories/Account/AccountRepository.php:301 +#: lib/SP/Services/Account/AccountService.php:582 +msgid "Error on restoring the account" +msgstr "Fehler bei der Wiederherstellung des Kontos" + +#: lib/SP/Repositories/Account/AccountRepository.php:382 +#: lib/SP/Repositories/Account/AccountRepository.php:431 +msgid "Error while updating the account" +msgstr "Fehler beim Ändern des Kontos" + +#: lib/SP/Repositories/Account/AccountRepository.php:451 +#: lib/SP/Repositories/Account/AccountRepository.php:623 +#: lib/SP/Services/Account/AccountHistoryService.php:75 +#, fuzzy +msgid "Error while retrieving account's data" +msgstr "Fehler beim Laden der Kontodaten" + +#: lib/SP/Repositories/Account/AccountToFavoriteRepository.php:71 +msgid "Error while adding favorite" +msgstr "Fehler beim Hinzufügen des Favoriten" + +#: lib/SP/Repositories/Account/AccountToFavoriteRepository.php:91 +msgid "Error while deleting favorite" +msgstr "Fehler beim Entfernen des Favoriten" + +#: lib/SP/Repositories/Account/AccountToTagRepository.php:94 +msgid "Error while removing the account's tags" +msgstr "Fehler beim Entfernen von Tags des Kontos" + +#: lib/SP/Repositories/Account/AccountToTagRepository.php:115 +msgid "Error while adding the account's tags" +msgstr "Fehler beim Hinzufügen von Konto-Tags" + +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:106 +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:139 +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:191 +msgid "Error while deleting the account's groups" +msgstr "Fehler beim Entfernen der Gruppen eines Kontos" + +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:164 +msgid "Error while updating the secondary groups" +msgstr "Fehler beim Ändern der Gruppe" + +#: lib/SP/Repositories/Account/AccountToUserRepository.php:76 +#: lib/SP/Repositories/Account/AccountToUserRepository.php:132 +msgid "Error while deleting the account users" +msgstr "Fehler beim Entfernen der Benutzer eines Kontos" + +#: lib/SP/Repositories/Account/AccountToUserRepository.php:103 +msgid "Error while updating the account users" +msgstr "Fehler beim Aktualisieren der Kontobenutzer" + +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:221 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:309 +msgid "The authorization already exist" +msgstr "Die Autorisierung existiert bereits" + +#: lib/SP/Repositories/Category/CategoryRepository.php:58 +msgid "Duplicated category" +msgstr "Doppelte Kategorie" + +#: lib/SP/Repositories/Category/CategoryRepository.php:68 +msgid "Error while creating the category" +msgstr "Fehler beim Anlegen der Kategorie" + +#: lib/SP/Repositories/Category/CategoryRepository.php:107 +msgid "Duplicated category name" +msgstr "Kategoriename dupliziert" + +#: lib/SP/Repositories/Category/CategoryRepository.php:125 +msgid "Error while updating the category" +msgstr "Fehler beim Ändern der Kategorie" + +#: lib/SP/Repositories/Category/CategoryRepository.php:253 +msgid "Error while deleting the categories" +msgstr "Fehler beim Entfernen der Kategorien" + +#: lib/SP/Repositories/Category/CategoryRepository.php:275 +msgid "Error while deleting the category" +msgstr "Fehler beim Entfernen einer Kategorie" + +#: lib/SP/Repositories/Client/ClientRepository.php:62 +#: lib/SP/Repositories/Client/ClientRepository.php:116 +msgid "Duplicated client" +msgstr "Kunde bereits vorhanden" + +#: lib/SP/Repositories/Client/ClientRepository.php:80 +msgid "Error while creating the client" +msgstr "Fehler beim Anlegen des Kunden" + +#: lib/SP/Repositories/Client/ClientRepository.php:136 +msgid "Error while updating the client" +msgstr "Fehler beim Ändern des Kunden" + +#: lib/SP/Repositories/Client/ClientRepository.php:264 +#: lib/SP/Services/Client/ClientService.php:127 +msgid "Error while deleting the clients" +msgstr "Fehler beim Entfernen der Kunden" + +#: lib/SP/Repositories/Client/ClientRepository.php:283 +msgid "Error while deleting the client" +msgstr "Fehler beim Entfernen des Kunden" + +#: lib/SP/Repositories/Client/ClientRepository.php:345 +msgid "Wrong filter" +msgstr "Falscher Filter" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:75 +msgid "Error while creating the custom field" +msgstr "Fehler beim Anlegen 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 while updating the custom field" +msgstr "Fehler beim Aktualisieren des Benutzerfelds" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:159 +msgid "Custom field not found" +msgstr "Benutzerdefiniertes Feld nicht gefunden" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:239 +msgid "Error while removing the custom fields" +msgstr "Fehler beim Entfernen der benutzerdefinierten Felder" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:259 +msgid "Error while removing the custom field" +msgstr "Fehler beim Entfernen des Benutzerfelds" + +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:61 +msgid "Error while creating the field type" +msgstr "Fehler beim Erstellen des Feldtyps" + +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:97 +msgid "Error while updating the field type" +msgstr "Fehler beim Aktualisieren des Feldtyps" + +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:179 +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:198 +msgid "Error while deleting the field type" +msgstr "Fehler beim Entfernen des Feldtyps" + +#: lib/SP/Repositories/EventLog/EventlogRepository.php:53 +#, fuzzy +msgid "Error while clearing the event log out" +msgstr "Fehler beim Entfernen des Ereignisprotokolls" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:76 +msgid "Error while creating the permission" +msgstr "Fehler beim Erstellen der Berechtigung" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:115 +msgid "Error while updating the permission" +msgstr "Fehler beim Aktualisieren der Berechtigung" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:134 +msgid "Error while removing the permission" +msgstr "Fehler beim Entfernen der Berechtigung" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:249 +msgid "Error while removing the permissions" +msgstr "Fehler beim Entfernen der Berechtigungen" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:79 +msgid "Error while adding the notification" +msgstr "Fehler beim Hinzufügen der Benachrichtigung" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:119 +#: lib/SP/Repositories/Notification/NotificationRepository.php:478 +msgid "Error while updating the notification" +msgstr "Fehler beim Aktualisieren der Benachrichtigung" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:138 +#: lib/SP/Repositories/Notification/NotificationRepository.php:157 +msgid "Error while deleting the notification" +msgstr "Fehler beim Entfernen der Benachrichtigung" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:180 +#: lib/SP/Repositories/Notification/NotificationRepository.php:303 +#: lib/SP/Services/Notification/NotificationService.php:140 +#: lib/SP/Services/Notification/NotificationService.php:159 +msgid "Error while deleting the notifications" +msgstr "Fehler beim Entfernen der Benachrichtigungen" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:213 +msgid "Error while retrieving notification" +msgstr "Fehler beim Abrufen der Benachrichtigung" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:243 +#: lib/SP/Repositories/Notification/NotificationRepository.php:515 +#: lib/SP/Repositories/Notification/NotificationRepository.php:548 +#: lib/SP/Repositories/Notification/NotificationRepository.php:582 +#: lib/SP/Repositories/Notification/NotificationRepository.php:615 +msgid "Error while retrieving the notifications" +msgstr "Fehler beim Abrufen der Benachrichtigungen" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:70 +msgid "Error while adding the plugin" +msgstr "Fehler beim Hinzufügen des Plugins" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:104 +#: lib/SP/Repositories/Plugin/PluginRepository.php:348 +#: lib/SP/Repositories/Plugin/PluginRepository.php:368 +#: lib/SP/Repositories/Plugin/PluginRepository.php:388 +#: lib/SP/Repositories/Plugin/PluginRepository.php:408 +#: lib/SP/Repositories/Plugin/PluginRepository.php:427 +msgid "Error while updating the plugin" +msgstr "Fehler beim Aktualisieren des Plugins" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:212 +#: lib/SP/Services/Plugin/PluginService.php:137 +#, fuzzy +msgid "Error while deleting the plugins" +msgstr "Fehler beim Entfernen von Plugins" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:232 +msgid "Error while deleting the plugin" +msgstr "Fehler beim Entfernen des Plugins" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:63 +msgid "Error while removing the link" +msgstr "Fehler beim Entfernen des Links" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:255 +msgid "Link already created" +msgstr "Link bereits erstellt" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:282 +msgid "Error while creating the link" +msgstr "Fehler beim Erstellen des Links" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:341 +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:389 +msgid "Error while updating the link" +msgstr "Fehler beim Aktualisieren des Links" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:424 +msgid "Error while renewing link" +msgstr "Fehler beim Erneuern des Links" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:466 +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:507 +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:528 +msgid "Error while retrieving the link" +msgstr "Fehler beim Abrufen des Links" + +#: lib/SP/Repositories/Tag/TagRepository.php:60 +#: lib/SP/Repositories/Tag/TagRepository.php:108 +msgid "Duplicated tag" +msgstr "Tag bereits vorhanden" + +#: lib/SP/Repositories/Tag/TagRepository.php:69 +msgid "Error while creating the tag" +msgstr "Fehler beim Anlegen des Tags" + +#: lib/SP/Repositories/Tag/TagRepository.php:118 +msgid "Error while updating the tag" +msgstr "Fehler beim Aktualisieren des Tags" + +#: lib/SP/Repositories/Tag/TagRepository.php:243 +#: lib/SP/Services/Tag/TagService.php:126 +msgid "Error while removing the tags" +msgstr "Fehler beim Entfernen der Tags" + +#: lib/SP/Repositories/Tag/TagRepository.php:262 +msgid "Error while removing the tag" +msgstr "Fehler beim Entfernen des Tags" + +#: lib/SP/Repositories/Track/TrackRepository.php:68 +msgid "Error while creating track" +msgstr "Fehler beim Erstellen des Tracks" + +#: lib/SP/Repositories/Track/TrackRepository.php:85 +msgid "Error while removing the track" +msgstr "Fehler beim Entfernen des Tracks" + +#: lib/SP/Repositories/Track/TrackRepository.php:102 +msgid "Error while updating the track" +msgstr "Fehler beim Aktualisieren der Spur" + +#: lib/SP/Repositories/Track/TrackRepository.php:118 +msgid "Error while clearing tracks out" +msgstr "Fehler beim Leeren der Track-Liste" + +#: lib/SP/Repositories/Track/TrackRepository.php:146 +msgid "Error while retrieving the track" +msgstr "Fehler beim Empfangen des Tracks" + +#: lib/SP/Repositories/Track/TrackRepository.php:169 +#: lib/SP/Repositories/Track/TrackRepository.php:202 +msgid "Error while retrieving the tracks" +msgstr "Fehler beim Empfangen der Tracks" + +#: lib/SP/Repositories/User/UserPassRecoverRepository.php:86 +msgid "Error while generating the recovering hash" +msgstr "Fehler beim Erstellen des Hashwertes zur Wiederherstellung" + +#: lib/SP/Repositories/User/UserPassRecoverRepository.php:112 +msgid "Error while checking hash" +msgstr "Fehler beim Überprüfen des Hashwertes" + +#: lib/SP/Repositories/User/UserRepository.php:63 +#: lib/SP/Repositories/User/UserRepository.php:430 +msgid "Duplicated user login/email" +msgstr "Benutzerlogin/E-Mail bereits vorhanden" + +#: lib/SP/Repositories/User/UserRepository.php:100 +#: lib/SP/Repositories/User/UserRepository.php:677 +#: lib/SP/Services/User/UserService.php:310 +msgid "Error while updating the user" +msgstr "Fehler beim Ändern des Benutzers" + +#: lib/SP/Repositories/User/UserRepository.php:184 +msgid "Error while deleting the user" +msgstr "Fehler beim Entfernen des Benutzers" + +#: lib/SP/Repositories/User/UserRepository.php:234 +#: lib/SP/Repositories/User/UserRepository.php:551 +msgid "Error while retrieving the user's data" +msgstr "Fehler beim Abrufen der Benutzerdaten" + +#: lib/SP/Repositories/User/UserRepository.php:353 +#: lib/SP/Services/User/UserService.php:209 +msgid "Error while deleting the users" +msgstr "Fehler beim Entfernen der Benutzer" + +#: lib/SP/Repositories/User/UserRepository.php:474 +msgid "Error while creating the user" +msgstr "Fehler beim Anlegen des Benutzers" + +#: lib/SP/Repositories/User/UserRepository.php:697 +msgid "Error while updating the preferences" +msgstr "Fehler beim Aktualisieren der Einstellungen" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:62 +msgid "Error while deleting the group" +msgstr "Fehler beim Entfernen der Gruppe" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:306 +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:351 +msgid "Duplicated group name" +msgstr "Duplizierter Gruppenname" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:315 +msgid "Error while creating the group" +msgstr "Fehler beim Anlegen der Gruppe" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:361 +msgid "Error while updating the group" +msgstr "Fehler beim Ändern der Gruppe" + +#: lib/SP/Repositories/UserGroup/UserToUserGroupRepository.php:108 +msgid "Error while deleting the group users" +msgstr "Fehler beim Entfernen von Gruppennutzern" + +#: lib/SP/Repositories/UserGroup/UserToUserGroupRepository.php:140 +msgid "Error while setting users in the group" +msgstr "Fehler beim Festlegen von Benutzern in der Gruppe" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:79 +msgid "Error while removing the profile" +msgstr "Fehler beim Entfernen des Profils" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:181 +#: lib/SP/Services/UserProfile/UserProfileService.php:114 +msgid "Error while removing the profiles" +msgstr "Fehler beim Entfernen der Profile" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:230 +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:275 +msgid "Duplicated profile name" +msgstr "Duplizierter Profilname" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:239 +msgid "Error while creating the profile" +msgstr "Fehler beim Erstellen des Profils" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:288 +#: lib/SP/Services/UserProfile/UserProfileService.php:141 +msgid "Error while updating the profile" +msgstr "Fehler beim Aktualisieren des Profils" + +#: 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 "Update Master Password" +msgstr "Masterpasswort ändern" + +#: lib/SP/Services/Account/AccountCryptService.php:89 +msgid "Error while updating the accounts' passwords" +msgstr "Fehler beim Aktualisieren der Passwörter" + +#: lib/SP/Services/Account/AccountCryptService.php:115 +msgid "Error while retrieving the accounts' passwords" +msgstr "Fehler beim Laden der Kontopasswörter" + +#: lib/SP/Services/Account/AccountCryptService.php:139 +#, php-format +msgid "Accounts updated: %d / %d" +msgstr "Aktualisierte Konten: %d /%d" + +#: lib/SP/Services/Account/AccountCryptService.php:148 +#, php-format +msgid "Updated accounts: %d / %d - %d%% - ETA: %ds (%.2f/s)" +msgstr "" +"Konten aktualisiert: %d / %d - %d%% - voraussichtliche Verfügbarkeit: %ds " +"(%.2f/s)" + +#: lib/SP/Services/Account/AccountCryptService.php:158 +msgid "The record's master password does not match" +msgstr "Masterpasswort stimmt nicht" + +#: lib/SP/Services/Account/AccountCryptService.php:183 +#: lib/SP/Services/Account/AccountCryptService.php:188 +msgid "Error while updating the account's password" +msgstr "Fehler beim Ändern des Kontopassworts" + +#: lib/SP/Services/Account/AccountCryptService.php:194 +msgid "Errors" +msgstr "Fehler" + +#: lib/SP/Services/Account/AccountCryptService.php:212 +#: lib/SP/Services/Account/AccountCryptService.php:218 +msgid "Update Master Password (H)" +msgstr "Masterpasswort (H) ändern" + +#: lib/SP/Services/Account/AccountCryptService.php:233 +msgid "Error while updating the accounts' passwords in history" +msgstr "Fehler beim Aktualisieren der Kontopasswörter im Verlauf" + +#: lib/SP/Services/Account/AccountFileService.php:164 +msgid "File not found" +msgstr "Datei nicht gefunden" + +#: lib/SP/Services/Account/AccountService.php:163 +#: lib/SP/Services/Account/AccountService.php:599 +msgid "Account not found" +msgstr "Konto nicht gefunden" + +#: lib/SP/Services/Account/AccountService.php:220 +msgid "Master password not set" +msgstr "Masterpasswort nicht gesetzt" + +#: lib/SP/Services/Account/AccountService.php:283 +#: lib/SP/Services/Account/AccountService.php:672 +#: lib/SP/Services/Account/AccountService.php:727 +msgid "The account doesn't exist" +msgstr "Das Konto existiert nicht" + +#: lib/SP/Services/Api/ApiRequest.php:79 lib/SP/Services/Api/ApiRequest.php:113 +#: lib/SP/Services/Api/ApiService.php:231 +msgid "Invalid data" +msgstr "Ungültige Daten" + +#: lib/SP/Services/Api/ApiRequest.php:88 +msgid "Invalid format" +msgstr "Ungültiges Format" + +#: lib/SP/Services/Api/ApiService.php:152 +msgid "Wrong parameters" +msgstr "Fehlerhafte Parameter" + +#: lib/SP/Services/Auth/LoginService.php:160 +#: lib/SP/Services/Auth/LoginService.php:460 +#: lib/SP/Services/Auth/LoginService.php:467 +#: lib/SP/Services/Auth/LoginService.php:575 +#: lib/SP/Services/Auth/LoginService.php:580 +#: lib/SP/Services/Auth/LoginService.php:619 +#: lib/SP/Services/Auth/LoginService.php:624 +msgid "Wrong login" +msgstr "Falscher Login" + +#: lib/SP/Services/Auth/LoginService.php:219 +#: lib/SP/Services/Auth/LoginService.php:226 +msgid "User disabled" +msgstr "Benutzer gesperrt" + +#: lib/SP/Services/Auth/LoginService.php:273 +msgid "Using temporary password" +msgstr "Temporäres Passwort verwenden" + +#: lib/SP/Services/Auth/LoginService.php:285 +#: lib/SP/Services/Auth/LoginService.php:291 +#: lib/SP/Services/Auth/LoginService.php:309 +#: lib/SP/Services/Auth/LoginService.php:315 +msgid "Wrong master password" +msgstr "Ungültiges Masterpasswort" + +#: lib/SP/Services/Auth/LoginService.php:330 +msgid "Your previous password is needed" +msgstr "Ihr altes Passwort wird benötigt" + +#: lib/SP/Services/Auth/LoginService.php:342 +msgid "The Master Password either is not saved or is wrong" +msgstr "Masterpasswort ist nicht sicher oder ist nicht korrekt" + +#: lib/SP/Services/Auth/LoginService.php:456 +#: lib/SP/Services/Auth/LoginService.php:519 +msgid "LDAP Server" +msgstr "LDAP-Server" + +#: lib/SP/Services/Auth/LoginService.php:475 +#: lib/SP/Services/Auth/LoginService.php:480 +msgid "Account expired" +msgstr "Konto abgelaufen" + +#: lib/SP/Services/Auth/LoginService.php:488 +#: lib/SP/Services/Auth/LoginService.php:493 +#, fuzzy +msgid "User has no associated groups" +msgstr "Der Benutzer besitzt keine zugewiesene Gruppe" + +#: lib/SP/Services/Auth/LoginService.php:609 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:12 +msgid "Authentication" +msgstr "Authentifizierung" + +#: lib/SP/Services/AuthToken/AuthTokenService.php:139 +#: lib/SP/Services/AuthToken/AuthTokenService.php:277 +#: lib/SP/Services/AuthToken/AuthTokenService.php:291 +msgid "Token not found" +msgstr "Token nicht gefunden" + +#: lib/SP/Services/AuthToken/AuthTokenService.php:158 +msgid "Error while removing the tokens" +msgstr "Fehler beim Entfernen der Token" + +#: lib/SP/Services/Backup/FileBackupService.php:100 +msgid "Make Backup" +msgstr "Backup erstellen" + +#: lib/SP/Services/Backup/FileBackupService.php:107 +msgid "Error while doing the backup in compatibility mode" +msgstr "Fehler während der Durchführung der Sicherung im Kompatibilitätsmodus" + +#: lib/SP/Services/Backup/FileBackupService.php:118 +msgid "Error while doing the backup" +msgstr "Fehler beim Ausführen des Backups" + +#: lib/SP/Services/Backup/FileBackupService.php:139 +#, php-format +msgid "Unable to create the backups directory (\"%s\")" +msgstr "Backup-Verzeichnis (\"%s\") kann nicht erstellt werden" + +#: lib/SP/Services/Backup/FileBackupService.php:144 +msgid "Please, check the backup directory permissions" +msgstr "Bitte überprüfen Sie die Zugriffsrechte des Backup-Verzeichnisses" + +#: lib/SP/Services/Backup/FileBackupService.php:211 +msgid "Copying database" +msgstr "Datenbank kopieren" + +#: lib/SP/Services/Backup/FileBackupService.php:343 +#: lib/SP/Services/Backup/FileBackupService.php:367 +msgid "Copying application" +msgstr "Anwendung kopieren" + +#: lib/SP/Services/Backup/FileBackupService.php:362 +msgid "This operation is only available on Linux environments" +msgstr "Diese Funktion ist nur in einer Linux-Umgebung verfügbar" + +#: lib/SP/Services/Category/CategoryService.php:77 +#: lib/SP/Services/Category/CategoryService.php:98 +#: lib/SP/Services/Category/CategoryService.php:115 +msgid "Category not found" +msgstr "Kategorie nicht gefunden" + +#: lib/SP/Services/Category/CategoryService.php:134 +msgid "Error while deleting categories" +msgstr "Fehler beim Entfernen von Kategorien" + +#: lib/SP/Services/Client/ClientService.php:76 +#: lib/SP/Services/Client/ClientService.php:95 +#: lib/SP/Services/Client/ClientService.php:110 +msgid "Client not found" +msgstr "Kunde nicht gefunden" + +#: lib/SP/Services/Config/ConfigBackupService.php:115 +#: lib/SP/Services/Config/ConfigBackupService.php:122 +#, fuzzy +msgid "Unable to restore the configuration" +msgstr "Wiederherstellen der Konfiguration nicht möglich" + +#: lib/SP/Services/Config/ConfigService.php:68 +#: lib/SP/Services/Config/ConfigService.php:153 +#, php-format +msgid "Parameter not found (%s)" +msgstr "Parameter nicht gefunden (%s)" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:103 +msgid "Generate temporary password" +msgstr "Generate temporary password" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:110 +msgid "Error while generating the temporary password" +msgstr "Fehler beim Erstellen des temporären Passwortes" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:131 +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:181 +msgid "Temporary password expired" +msgstr "Temporäres Passwort abgelaufen" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:160 +msgid "Error while checking the temporary password" +msgstr "Fehler beim Überprüfen des temporären Passworts" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:213 +#, php-format +msgid "Master Password %s" +msgstr "Masterpasswort %s" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:214 +#, fuzzy +msgid "" +"A new sysPass master password has been generated, so next time you log into " +"the application it will be requested." +msgstr "" +"Ein neues sysPass Masterpasswort wurde generiert, welches bei der nächsten " +"Anmeldung angefordert wird." + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:216 +#, php-format +msgid "The new Master Password is: %s" +msgstr "Neues Masterpasswort ist: %s" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:218 +#, php-format +msgid "This password will be valid until: %s" +msgstr "Das Passwort ist gültig bis: %s" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:220 +msgid "Please, don't forget to log in as soon as possible to save the changes." +msgstr "" +"Bitte vergessen Sie nicht, sich so schnell wie möglich anzumelden, um die " +"Änderungen zu speichern." + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:68 +msgid "There aren't any data from custom fields" +msgstr "Keine Daten aus benutzerdefinierten Feldern" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:76 +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:84 +msgid "Updating encrypted data" +msgstr "Aktualisiere verschlüsselte Daten" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:109 +msgid "Records updated" +msgstr "Datensätze aktualisiert" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:110 +msgid "Records not updated" +msgstr "Datensätze nicht aktualisiert" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:136 +msgid "Error while updating the custom fields data" +msgstr "Fehler beim Aktualisieren der Benutzerfelder" + +#: lib/SP/Services/CustomField/CustomFieldDefService.php:109 +msgid "Field not found" +msgstr "Feld nicht gefunden" + +#: lib/SP/Services/CustomField/CustomFieldDefService.php:130 +msgid "Error while deleting the fields" +msgstr "Fehler beim Entfernen der Felder" + +#: lib/SP/Services/CustomField/CustomFieldTypeService.php:84 +msgid "Field type not found" +msgstr "Feldtyp nicht gefunden" + +#: lib/SP/Services/Export/XmlExportService.php:127 +#: lib/SP/Storage/File/FileCache.php:74 +#: lib/SP/Storage/File/FileCachePacked.php:116 +#, php-format +msgid "Unable to create the directory (%s)" +msgstr "Fehler beim Erzeugen des Verzeichnisses (%s)" + +#: lib/SP/Services/Export/XmlExportService.php:203 +msgid "Error while exporting" +msgstr "Fehler beim Exportieren" + +#: lib/SP/Services/Export/XmlExportService.php:271 +msgid "Exporting categories" +msgstr "Kategorien exportieren" + +#: lib/SP/Services/Export/XmlExportService.php:383 +msgid "Exporting clients" +msgstr "Kunden exportieren" + +#: lib/SP/Services/Export/XmlExportService.php:429 +msgid "Exporting tags" +msgstr "Tags exportieren" + +#: lib/SP/Services/Export/XmlExportService.php:473 +msgid "Exporting accounts" +msgstr "Konten exportieren" + +#: lib/SP/Services/Export/XmlExportService.php:583 +msgid "Error while creating the XML file" +msgstr "Fehler beim Erstellen der XML-Datei" + +#: lib/SP/Services/Export/XmlVerifyService.php:110 +#: lib/SP/Services/Import/XmlFileImport.php:81 +msgid "Unable to process the XML file" +msgstr "XML-Datei kann nicht verarbeitet werden" + +#: lib/SP/Services/Export/XmlVerifyService.php:177 +#: lib/SP/Services/Import/SyspassImport.php:176 +msgid "Error while checking integrity hash" +msgstr "Fehler beim Prüfen des Hashwerts" + +#: 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 "Wrong encryption password" +msgstr "Falsches Verschlüsselungspasswort" + +#: lib/SP/Services/Import/CsvImport.php:50 +#, php-format +msgid "Detected format: %s" +msgstr "Format erkannt: %s" + +#: lib/SP/Services/Import/CsvImportBase.php:130 +#: lib/SP/Services/Import/CsvImportBase.php:176 +#, php-format +msgid "Wrong number of fields (%d)" +msgstr "Falsche Anzahl an Feldern (%d)" + +#: lib/SP/Services/Import/CsvImportBase.php:132 +#: lib/SP/Services/Import/CsvImportBase.php:178 +#, php-format +msgid "Please, check the CSV file format in line %s" +msgstr "Bitte die CSV-Datei in Zeile %s überprüfen" + +#: lib/SP/Services/Import/CsvImportBase.php:158 +#: lib/SP/Services/Import/KeepassImport.php:103 +#: lib/SP/Services/Import/SyspassImport.php:387 +msgid "Account imported" +msgstr "Konto importiert" + +#: lib/SP/Services/Import/CsvImportBase.php:166 +msgid "Error while importing the account" +msgstr "Fehler beim Importieren des Kontos" + +#: lib/SP/Services/Import/CsvImportBase.php:167 +msgid "Error while processing line" +msgstr "Fehler beim Verarbeiten der Zeile" + +#: lib/SP/Services/Import/FileImport.php:67 +#: lib/SP/Services/Import/FileImport.php:88 +msgid "File successfully uploaded" +msgstr "Datei erfolgreich hochgeladen" + +#: lib/SP/Services/Import/FileImport.php:69 +#: lib/SP/Services/Import/FileImport.php:90 +msgid "Please check the web server user permissions" +msgstr "Bitte überprüfen Sie die Zugriffsberechtigungen des Web-Servers" + +#: lib/SP/Services/Import/FileImport.php:102 +msgid "Please, check the file extension" +msgstr "Bitte überprüfen Sie die Dateierweiterung" + +#: lib/SP/Services/Import/FileImport.php:118 +msgid "Please, check PHP configuration for upload files" +msgstr "Bitte überprüfen Sie die PHP-Konfiguration zum Hochladen von Dateien" + +#: lib/SP/Services/Import/ImportService.php:89 +#, php-format +msgid "Mime type not supported (\"%s\")" +msgstr "Mime-Typ (\"%s\") wird nicht unterstützt" + +#: lib/SP/Services/Import/ImportService.php:91 +msgid "Please, check the file format" +msgstr "Bitte überprüfe das Dateiformat" + +#: lib/SP/Services/Import/ImportTrait.php:107 +#, fuzzy +msgid "Category Id not set. Unable to import account." +msgstr "Kategorie-ID nicht definiert. Konto kann nicht importiert werden." + +#: lib/SP/Services/Import/ImportTrait.php:111 +#, fuzzy +msgid "Client Id not set. Unable to import account." +msgstr "Kunden-ID nicht definiert. Kunde kann nicht importiert werden." + +#: lib/SP/Services/Import/KeepassImport.php:58 +msgid "KeePass XML Import" +msgstr "KeePass XML-Import" + +#: lib/SP/Services/Import/KeepassImport.php:91 +#: lib/SP/Services/Import/SyspassImport.php:211 +msgid "Category imported" +msgstr "Kategorie importiert" + +#: lib/SP/Services/Import/SyspassImport.php:58 +msgid "sysPass XML Import" +msgstr "sysPass XML-Import" + +#: lib/SP/Services/Import/SyspassImport.php:69 +msgid "Encryption password not set" +msgstr "Verschlüsselungspasswort wurde nicht definiert" + +#: lib/SP/Services/Import/SyspassImport.php:162 +msgid "Data unencrypted" +msgstr "Daten unverschlüsselt" + +#: lib/SP/Services/Import/SyspassImport.php:177 +msgid "" +"If you are importing an exported file from the same origin, the data could " +"be compromised." +msgstr "" +"Wenn Sie eine aus derselben Quelle exportierte Datei importieren, sind die " +"Daten möglicherweise kompromittiert." + +#: lib/SP/Services/Import/SyspassImport.php:250 +#: lib/SP/Services/Import/SyspassImport.php:290 +msgid "Client imported" +msgstr "Kunde importiert" + +#: lib/SP/Services/Import/SyspassImport.php:326 +msgid "Tag imported" +msgstr "Tag importiert" + +#: lib/SP/Services/Import/XmlFileImport.php:105 +msgid "XML file not supported" +msgstr "XML-Datei wird nicht unterstützt" + +#: lib/SP/Services/Import/XmlFileImport.php:107 +#, fuzzy +msgid "Unable to guess the application which data was exported from" +msgstr "" +"Die Anwendung, von der die Daten exportiert wurden, kann nicht festgestellt " +"werden" + +#: lib/SP/Services/Import/XmlImport.php:98 +msgid "Format not detected" +msgstr "Format nicht erkannt" + +#: lib/SP/Services/Import/XmlImport.php:106 +msgid "Not implemented" +msgstr "Nicht implementiert" + +#: lib/SP/Services/Import/XmlImportBase.php:107 +#: lib/SP/Services/Import/XmlImportTrait.php:78 +msgid "Invalid Method" +msgstr "Ungültige Methode" + +#: lib/SP/Services/Import/XmlImportBase.php:119 +#: lib/SP/Services/Import/XmlImportTrait.php:68 +msgid "Invalid XML format" +msgstr "Falsches XML-Format" + +#: lib/SP/Services/Import/XmlImportBase.php:121 +#: lib/SP/Services/Import/XmlImportTrait.php:70 +#, fuzzy, php-format +msgid "\"%s\" node doesn't exist" +msgstr "Knoten \"% s\" existiert nicht" + +#: lib/SP/Services/Install/Installer.php:106 +msgid "Please, enter the admin username" +msgstr "Benutzernamen des Administrators eingeben" + +#: lib/SP/Services/Install/Installer.php:108 +msgid "Admin user to log into the application" +msgstr "Anwendungsadministrator" + +#: lib/SP/Services/Install/Installer.php:113 +msgid "Please, enter the admin's password" +msgstr "Administratorpasswort eingeben" + +#: lib/SP/Services/Install/Installer.php:115 +msgid "Application administrator's password" +msgstr "Administratorpasswort für die Anwendung" + +#: lib/SP/Services/Install/Installer.php:120 +msgid "Please, enter the Master Password" +msgstr "Bitte das Masterpasswort eingeben" + +#: lib/SP/Services/Install/Installer.php:122 +msgid "Master password to encrypt the passwords" +msgstr "Masterpasswort zum Verschlüsseln der Passwörter" + +#: lib/SP/Services/Install/Installer.php:127 +msgid "Master password too short" +msgstr "Masterpasswort zu kurz" + +#: lib/SP/Services/Install/Installer.php:129 +msgid "The Master Password length need to be at least 11 characters" +msgstr "Masterpasswort muss mindestens 11 Zeichen lang sein" + +#: lib/SP/Services/Install/Installer.php:134 +msgid "Please, enter the database user" +msgstr "Geben Sie den Datenbankbenutzer an" + +#: lib/SP/Services/Install/Installer.php:136 +#, fuzzy +msgid "An user with database administrative rights" +msgstr "Ein Benutzer mit administrativen Rechten in der Datenbank" + +#: lib/SP/Services/Install/Installer.php:141 +msgid "Please, enter the database password" +msgstr "Bitte geben Sie das Passwort für die Datenbank ein" + +#: lib/SP/Services/Install/Installer.php:143 +msgid "Database administrator's password" +msgstr "Passwort des Datenbankadministrators" + +#: lib/SP/Services/Install/Installer.php:148 +msgid "Please, enter the database name" +msgstr "Datenbankname eingeben" + +#: lib/SP/Services/Install/Installer.php:150 +msgid "Application database name. eg. syspass" +msgstr "Datenbankname der Anwendung, z.B. syspass" + +#: lib/SP/Services/Install/Installer.php:155 +msgid "Database name cannot contain \".\"" +msgstr "Name der Datenbank darf keine \".\" enthalten" + +#: lib/SP/Services/Install/Installer.php:157 +msgid "Please, remove dots in database name" +msgstr "Bitte entfernen Sie die Punkte aus dem Datenbanknamen" + +#: lib/SP/Services/Install/Installer.php:162 +msgid "Please, enter the database server" +msgstr "Geben Sie den Datenbank-Server an" + +#: lib/SP/Services/Install/Installer.php:164 +msgid "Server where the database will be installed" +msgstr "Server, auf dem die Datenbank installiert wird" + +#: lib/SP/Services/Install/Installer.php:318 +#: lib/SP/Services/Install/Installer.php:369 +msgid "Warn to developer" +msgstr "Fehlermeldung an Entwickler senden" + +#: lib/SP/Services/Install/Installer.php:359 +msgid "Error while creating 'admin' user" +msgstr "Fehler beim Erstellen des Benutzers 'admin'" + +#: lib/SP/Services/Install/MySQL.php:135 +#, php-format +msgid "Unable to check the sysPass user (%s)" +msgstr "Der sysPass Benutzer konnte nicht überprüft werden (%s)" + +#: lib/SP/Services/Install/MySQL.php:137 +msgid "Please, check the DB connection user rights" +msgstr "" +"Bitte die Berechtigungen des Benutzers der Datenbankverbindung überprüfen" + +#: lib/SP/Services/Install/MySQL.php:181 +#, php-format +msgid "Error while creating the MySQL connection user '%s'" +msgstr "Fehler beim Erstellen des Benutzers '%s' für die Datenbankverbindung" + +#: lib/SP/Services/Install/MySQL.php:201 +msgid "The database already exists" +msgstr "Datenbank existiert bereits" + +#: lib/SP/Services/Install/MySQL.php:203 +msgid "Please, enter a new database or delete the existing one" +msgstr "" +"Bitte neuen Datenbanknamen eingeben oder die bestehende Datenbank entfernen" + +#: 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 while creating the DB ('%s')" +msgstr "Fehler beim Anlegen der Datenbank ('%s')" + +#: lib/SP/Services/Install/MySQL.php:215 lib/SP/Services/Install/MySQL.php:239 +msgid "Please check the database user permissions" +msgstr "Bitte überprüfen Sie die Datenbank-Zugriffsberechtigungen" + +#: lib/SP/Services/Install/MySQL.php:237 +#, php-format +msgid "Error while setting the database permissions ('%s')" +msgstr "Fehler beim Konfigurieren der Datenbank ('%s')" + +#: lib/SP/Services/Install/MySQL.php:251 +msgid "The database does not exist" +msgstr "Die Datenbank existiert nicht" + +#: lib/SP/Services/Install/MySQL.php:253 +msgid "You need to create it and assign the needed permissions" +msgstr "Sie müssen es erstellen und die nötigen Rechte zuweisen" + +#: lib/SP/Services/Install/MySQL.php:309 +#, fuzzy, php-format +msgid "Error while selecting '%s' database (%s)" +msgstr "Fehler beim Auswählen der Datenbank '%s' (%s)" + +#: lib/SP/Services/Install/MySQL.php:311 +#, fuzzy +msgid "" +"Unable to use the database to create the structure. Please check the " +"permissions and it does not exist." +msgstr "Datenbank kann nicht gefunden werden. Überprüfen Sie die Berechtigung." + +#: lib/SP/Services/Install/MySQL.php:331 +msgid "Error while creating database structure." +msgstr "Fehler beim Anlegen der Datenbankstruktur" + +#: lib/SP/Services/Install/MySQL.php:365 +msgid "Please, try the installation again" +msgstr "Bitte die Installation erneut versuchen" + +#: lib/SP/Services/ItemPreset/ItemPresetService.php:84 +#: lib/SP/Services/ItemPreset/ItemPresetService.php:105 +msgid "Value not found" +msgstr "Wert nicht gefunden" + +#: lib/SP/Services/ItemPreset/ItemPresetService.php:188 +msgid "Error while deleting the values" +msgstr "Fehler beim Löschen der Werte" + +#: lib/SP/Services/Ldap/LdapImportService.php:109 +#: lib/SP/Services/Ldap/LdapImportService.php:196 +msgid "Objects found" +msgstr "Objekte gefunden" + +#: lib/SP/Services/Ldap/LdapImportService.php:134 +#: lib/SP/Services/Ldap/LdapImportService.php:229 +msgid "Imported from LDAP" +msgstr "Aus LDAP importiert" + +#: lib/SP/Services/Mail/MailService.php:66 +msgid "Mail test" +msgstr "E-Mail-Test" + +#: lib/SP/Services/Mail/MailService.php:67 +msgid "" +"This is a test email in order to verify that the configuration is working " +"right." +msgstr "" +"Dies ist eine Test-E-Mail, um zu überprüfen, ob die Konfiguration richtig " +"funktioniert." + +#: lib/SP/Services/Mail/MailService.php:186 +msgid "Mail service unavailable" +msgstr "Mail Service nicht erreichbar" + +#: 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 "Notification not found" +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 not found" +msgstr "Plugin 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 "Link not found" +msgstr "Link nicht gefunden" + +#: lib/SP/Services/PublicLink/PublicLinkService.php:238 +msgid "Error while removing the links" +msgstr "Fehler beim Entfernen der Links" + +#: lib/SP/Services/Service.php:109 +msgid "Rollback" +msgstr "Rollback" + +#: lib/SP/Services/Service.php:115 +msgid "Unable to start a transaction" +msgstr "Eine Transaktion konnte nicht gestartet werden" + +#: lib/SP/Services/Service.php:133 lib/SP/Services/Service.php:140 +msgid "Error while retrieving master password from context" +msgstr "Fehler beim Abrufen des Masterpassworts vom Kontext" + +#: lib/SP/Services/Service.php:160 lib/SP/Services/Service.php:164 +msgid "Error while setting master password in context" +msgstr "Fehler beim Setzen des Masterpassworts vom Kontext" + +#: lib/SP/Services/Tag/TagService.php:75 lib/SP/Services/Tag/TagService.php:94 +#: lib/SP/Services/Tag/TagService.php:111 +msgid "Tag not found" +msgstr "Tag nicht gefunden" + +#: lib/SP/Services/Task/TaskService.php:81 +msgid "Unable to create the lock file" +msgstr "Fehler beim Erzeugen der lock-Datei" + +#: lib/SP/Services/Task/TaskService.php:184 +msgid "Waiting for progress updating ..." +msgstr "Warte auf Update-Fortschritt ..." + +#: lib/SP/Services/Track/TrackService.php:87 +#: lib/SP/Services/Track/TrackService.php:101 +#: lib/SP/Services/Track/TrackService.php:128 +msgid "Track not found" +msgstr "Track nicht gefunden" + +#: lib/SP/Services/Track/TrackService.php:162 +#, php-format +msgid "Attempts exceeded (%d/%d)" +msgstr "Versuche überschritten (%d/%d)" + +#: lib/SP/Services/Track/TrackService.php:163 +msgid "Seconds" +msgstr "Sekunden" + +#: lib/SP/Services/Track/TrackService.php:208 +msgid "IP address not set" +msgstr "IP Adresse nicht angegeben" + +#: lib/SP/Services/Upgrade/UpgradeAppService.php:65 +#: lib/SP/Services/Upgrade/UpgradeAppService.php:88 +msgid "Update Application" +msgstr "Anwendungsupdate" + +#: lib/SP/Services/Upgrade/UpgradeAppService.php:72 +msgid "Error while applying the application update" +msgstr "Während des Updates ist ein Fehler aufgetreten" + +#: lib/SP/Services/Upgrade/UpgradeAppService.php:74 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:100 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:108 +msgid "Please, check the event log for more details" +msgstr "Bitte schauen Sie in das Protokoll für weitere Details" + +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:55 +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:85 +msgid "API authorizations update" +msgstr "Aktualisierung der API-Berechtigungen" + +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:70 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:206 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:236 +msgid "Update Configuration" +msgstr "Konfiguration aktualisieren" + +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:82 +msgid "Parameter" +msgstr "Parameter" + +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:121 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:125 +msgid "Error while updating the configuration" +msgstr "Es ist ein Fehler beim Aktualisieren der Konfiguration aufgetreten" + +#: 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 "Custom fields update" +msgstr "Benutzerdefinierte Felder aktualisieren" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:91 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:122 +msgid "Update DB" +msgstr "Datenbank aktualisieren" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:98 +msgid "Error while applying an auxiliary update" +msgstr "Ein Fehler ist beim Update aufgetreten" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:106 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:177 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:181 +msgid "Error while updating the database" +msgstr "Fehler beim Aktualisieren der Datenbank" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:154 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:156 +#, fuzzy +msgid "Update file does not contain data" +msgstr "Die Update-Datei enthält keinerlei Daten" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:187 +msgid "Database updating was completed successfully." +msgstr "Die Aktualisierung der Datenbank war erfolgreich." + +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:56 +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:102 +msgid "Public links update" +msgstr "Öffentliche Links werden aktualisiert" + +#: lib/SP/Services/User/UserPassService.php:256 +#: lib/SP/Services/User/UserService.php:123 +#: lib/SP/Services/User/UserService.php:154 +#: lib/SP/Services/User/UserService.php:173 +#, fuzzy +msgid "User does not exist" +msgstr "Der Benutzer existiert nicht" + +#: lib/SP/Services/User/UserService.php:192 +msgid "User not found" +msgstr "Benutzer nicht gefunden" + +#: lib/SP/Services/UserGroup/UserGroupService.php:80 +#: lib/SP/Services/UserGroup/UserGroupService.php:98 +#: lib/SP/Services/UserGroup/UserGroupService.php:187 +#: lib/SP/Services/UserGroup/UserToUserGroupService.php:57 +msgid "Group not found" +msgstr "Gruppe nicht gefunden" + +#: lib/SP/Services/UserGroup/UserGroupService.php:115 +msgid "Error while deleting the groups" +msgstr "Fehler beim Entfernen der Gruppen" + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:66 +msgid "A request for changing your user password has been done." +msgstr "Eine Anfrage zum Ändern ihres Benutzerpassworts wurde verschickt." + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:68 +msgid "In order to complete the process, please go to this URL:" +msgstr "Zum Abschluss des Vorgangs folgen Sie bitte diesem URL-Link:" + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:72 +msgid "If you have not requested this action, please dismiss this message." +msgstr "" +"Wenn Sie diese Aktion nicht ausgelöst haben, dann ignorieren Sie bitte diese " +"Meldung." + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:87 +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:155 +msgid "Wrong hash or expired" +msgstr "Ungültiger oder abgelaufener Hashwert" + +#: lib/SP/Services/UserProfile/UserProfileService.php:65 +#: lib/SP/Services/UserProfile/UserProfileService.php:97 +msgid "Profile not found" +msgstr "Profil nicht gefunden" + +#: lib/SP/Services/Wiki/DokuWikiApi.php:68 +msgid "Authentication error" +msgstr "Authentifizierungsfehler" + +#: lib/SP/Services/Wiki/DokuWikiApiBase.php:196 +msgid "Error while doing the query" +msgstr "Fehler beim Ausführen der Anfrage" + +#: lib/SP/Services/Wiki/DokuWikiApiBase.php:228 +msgid "Connection URL not set" +msgstr "Verbindungs-URL nicht konfiguriert" + +#: lib/SP/Storage/Database/Database.php:131 +msgid "Blank query" +msgstr "Leere Anfrage" + +#: lib/SP/Storage/Database/Database.php:259 +msgid "Integrity constraint" +msgstr "Integritätsbedingung" + +#: lib/SP/Storage/Database/MySQLHandler.php:99 +#: lib/SP/Storage/Database/MySQLHandler.php:166 +msgid "Please, check the connection parameters" +msgstr "Bitte überprüfen Sie Ihre Verbindungseinstellungen" + +#: lib/SP/Storage/Database/QueryData.php:354 app/config/strings.js.inc:26 +msgid "Error while querying" msgstr "Fehler bei der Abfrage" -#: ../../../config/strings.js.inc:27 -msgid "Ha ocurrido un error" +#: lib/SP/Storage/File/FileCachePacked.php:57 +#, php-format +msgid "Error while decompressing the file data (%s)" +msgstr "Fehler beim Dekomprimieren der Dateidaten (%s)" + +#: lib/SP/Storage/File/FileCachePacked.php:61 +msgid "Error while retrieving the data" +msgstr "Fehler beim Abrufen der Daten" + +#: lib/SP/Storage/File/FileCachePacked.php:99 +#, php-format +msgid "Error while compressing the file data (%s)" +msgstr "Fehler beim Komprimieren der Dateidaten (%s)" + +#: lib/SP/Storage/File/FileCachePacked.php:144 +msgid "Data not loaded" +msgstr "Daten nicht geladen" + +#: lib/SP/Storage/File/FileHandler.php:72 +#: lib/SP/Storage/File/FileHandler.php:135 +#, php-format +msgid "Unable to read/write the file (%s)" +msgstr "Fehler beim Lesen/Schreiben der Datei (%s)" + +#: lib/SP/Storage/File/FileHandler.php:89 +#, php-format +msgid "Unable to open the file (%s)" +msgstr "Fehler beim Öffnen der Datei (%s)" + +#: lib/SP/Storage/File/FileHandler.php:104 +#: lib/SP/Storage/File/FileHandler.php:118 +#, php-format +msgid "Unable to read from file (%s)" +msgstr "Lesen von Datei (%s) nicht möglich" + +#: lib/SP/Storage/File/FileHandler.php:173 +#, php-format +msgid "Unable to close the file (%s)" +msgstr "Fehler biem Schließen der Datei (%s)" + +#: lib/SP/Storage/File/FileHandler.php:219 +#, php-format +msgid "Unable to write in file (%s)" +msgstr "Schreiben in Datei (%s) nicht möglich" + +#: lib/SP/Storage/File/FileHandler.php:234 +#, php-format +msgid "File not found (%s)" +msgstr "Datei (%s) nicht gefunden" + +#: lib/SP/Storage/File/FileHandler.php:259 +#: lib/SP/Storage/File/FileHandler.php:314 +#, fuzzy, php-format +msgid "Unable to read/write file (%s)" +msgstr "Fehler beim Lesen/Schreiben der Datei (%s)" + +#: lib/SP/Storage/File/FileHandler.php:286 +#, php-format +msgid "Unable to delete file (%s)" +msgstr "Entfernen von Datei (%s) nicht möglich" + +#: lib/SP/Storage/File/XmlHandler.php:89 lib/SP/Storage/File/XmlHandler.php:309 +#, fuzzy +msgid "XML node does not exist" +msgstr "Der XML-Knoten existiert nicht" + +#: lib/SP/Storage/File/XmlHandler.php:167 +msgid "There aren't any items to save" +msgstr "Keine zu speichernden Elemente vorhanden" + +#: lib/SP/Util/Connection.php:157 +msgid "Socket not initialized" +msgstr "Socket nicht initialisiert" + +#: lib/SP/Util/Connection.php:164 +msgid "Error while sending the data" +msgstr "Fehler beim Senden der Daten" + +#: lib/SP/Util/ErrorUtil.php:148 +msgid "Option unavailable" +msgstr "Option nicht verfügbar" + +#: lib/SP/Util/ErrorUtil.php:168 lib/SP/Util/ErrorUtil.php:175 +msgid "An exception occured" +msgstr "Ein Ausnahmefehler ist aufgetreten" + +#: lib/SP/Util/ImageUtil.php:65 +msgid "Invalid image" +msgstr "Falsches Bild" + +#: app/config/strings.js.inc:27 +msgid "There was an error" msgstr "Ein Fehler ist aufgetreten" -#: ../../../config/strings.js.inc:28 ../../../config/strings.js.inc:86 -msgid "Sesión finalizada" +#: app/config/strings.js.inc:28 app/config/strings.js.inc:86 +msgid "Session finished" msgstr "Sitzung beendet" -#: ../../../config/strings.js.inc:29 -msgid "Borrar la cuenta?" +#: app/config/strings.js.inc:29 +msgid "Delete account?" msgstr "Konto entfernen?" -#: ../../../config/strings.js.inc:30 -msgid "Borrar el usuario?" +#: app/config/strings.js.inc:30 +msgid "Delete user?" msgstr "Benutzer entfernen?" -#: ../../../config/strings.js.inc:31 -msgid "Guarde la configuración para que sea efectiva" +#: app/config/strings.js.inc:31 +msgid "You should save configuration in order to take effect" msgstr "Bitte speichern Sie die Konfiguration" -#: ../../../config/strings.js.inc:32 -msgid "Clave Generada" +#: app/config/strings.js.inc:32 +msgid "Generated Password" msgstr "Generiertes Passwort" -#: ../../../config/strings.js.inc:33 -msgid "Nivel alto" +#: app/config/strings.js.inc:33 +msgid "High level" msgstr "Hohes Niveau" -#: ../../../config/strings.js.inc:34 -msgid "Nivel medio" +#: app/config/strings.js.inc:34 +msgid "Average level" msgstr "Mittleres Niveau" -#: ../../../config/strings.js.inc:35 -msgid "Nivel bajo" +#: app/config/strings.js.inc:35 +msgid "Low level" msgstr "Niedriges Niveau" -#: ../../../config/strings.js.inc:36 -msgid "Nivel muy alto" +#: app/config/strings.js.inc:36 +msgid "Very High level" msgstr "Sehr hohes Niveau" -#: ../../../config/strings.js.inc:37 -msgid "Utilizar al menos 8 caracteres" +#: app/config/strings.js.inc:37 +msgid "You should use at least 8 characters" msgstr "Verwenden Sie mindestens 8 Zeichen" -#: ../../../config/strings.js.inc:38 -msgid "Borrar elemento?" +#: app/config/strings.js.inc:38 +msgid "Delete item?" msgstr "Element entfernen?" -#: ../../../config/strings.js.inc:39 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:22 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:31 -msgid "Página no encontrada" +#: app/config/strings.js.inc:39 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:22 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:31 +msgid "Page not found" msgstr "Seite nicht gefunden" -#: ../../../config/strings.js.inc:40 -msgid "Archivo no soportado para visualizar" -msgstr "Die Vorschau der Datei ist nicht möglich" - -#: ../../../config/strings.js.inc:41 -msgid "Eliminar archivo?" +#: app/config/strings.js.inc:41 +msgid "Delete file?" msgstr "Datei entfernen?" -#: ../../../config/strings.js.inc:42 -msgid "Su navegador no soporta subir archivos con HTML5" +#: app/config/strings.js.inc:42 +msgid "Your browser does not support HTML5 file uploads" msgstr "Ihr Browser unterstützt kein Hochladen von Dateien via HTML5" -#: ../../../config/strings.js.inc:43 -msgid "Demasiados archivos" +#: app/config/strings.js.inc:43 +msgid "Too many files" msgstr "Zu viele Dateien" -#: ../../../config/strings.js.inc:44 -msgid "Tamaño de archivo no permitido" +#: app/config/strings.js.inc:44 +msgid "File size not allowed" msgstr "Datei ist zu groß" -#: ../../../config/strings.js.inc:45 -msgid "Extensión no permitida" +#: app/config/strings.js.inc:45 +msgid "Extension not allowed" msgstr "Dateiendung nicht erlaubt" -#: ../../../config/strings.js.inc:46 +#: app/config/strings.js.inc:46 #, fuzzy -msgid "Vaciar el registro de eventos?" +msgid "Clear the event log out?" msgstr "Ereignisprotokoll leeren?" -#: ../../../config/strings.js.inc:47 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:179 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:281 -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:89 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:59 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:253 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:84 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:54 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:152 -msgid "Seleccionar Grupo" +#: app/config/strings.js.inc:47 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:179 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:281 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:89 +#: app/modules/web/themes/material-blue/views/config/import.inc:59 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:253 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:84 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:54 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:152 +msgid "Select Group" msgstr "Gruppe auswählen" -#: ../../../config/strings.js.inc:48 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:161 -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:114 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:32 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:278 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:69 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:27 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:37 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:81 -msgid "Seleccionar Usuario" +#: app/config/strings.js.inc:48 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:161 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:114 +#: app/modules/web/themes/material-blue/views/config/import.inc:32 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:278 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:69 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:27 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:37 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:81 +msgid "Select User" msgstr "Benutzer auswählen" -#: ../../../config/strings.js.inc:49 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:71 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:135 -msgid "Seleccionar Perfil" +#: app/config/strings.js.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:71 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:135 +msgid "Select Profile" msgstr "Profil auswählen" -#: ../../../config/strings.js.inc:50 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:84 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:39 -msgid "Seleccionar Cliente" +#: app/config/strings.js.inc:50 +#: app/modules/web/themes/material-blue/views/account/account.inc:84 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:39 +msgid "Select Client" msgstr "Kunde auswählen" -#: ../../../config/strings.js.inc:51 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:109 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:43 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:54 -msgid "Seleccionar Categoría" +#: app/config/strings.js.inc:51 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:78 +#: app/modules/web/themes/material-blue/views/account/account.inc:109 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:43 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:54 +msgid "Select Category" msgstr "Kategorie auswählen" -#: ../../../config/strings.js.inc:52 -msgid "Sin resultados" +#: app/config/strings.js.inc:52 +msgid "No results" msgstr "Kein Ergebnis" -#: ../../../config/strings.js.inc:53 -msgid "Opciones de clave" +#: app/config/strings.js.inc:53 +msgid "Password options" msgstr "Passwort-Optionen" -#: ../../../config/strings.js.inc:54 -msgid "Generar clave aleatoria" +#: app/config/strings.js.inc:54 +msgid "Generate random password" msgstr "Zufälliges Passwort erzeugen" -#: ../../../config/strings.js.inc:55 -msgid "Complejidad" +#: app/config/strings.js.inc:55 +msgid "Complexity" msgstr "Komplexität" -#: ../../../config/strings.js.inc:56 -msgid "Restablecer" +#: app/config/strings.js.inc:56 +msgid "Reset" msgstr "Zurücksetzen" -#: ../../../config/strings.js.inc:57 -msgid "Nivel de fortaleza de la clave" +#: app/config/strings.js.inc:57 +msgid "Password strength level" msgstr "Passwortstärke" -#: ../../../config/strings.js.inc:58 -msgid "Mostrar Clave" +#: app/config/strings.js.inc:58 +msgid "Show Password" msgstr "Passwort anzeigen" -#: ../../../config/strings.js.inc:59 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:24 -msgid "Copiar Usuario" +#: app/config/strings.js.inc:59 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:24 +msgid "Copy Username" msgstr "Benutzername kopieren" #. (itstool) path: action/text -#: ../../../config/strings.js.inc:60 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:41 -#: ../../../config/actions.xml:199 ../../../config/actions.xml:271 -msgid "Copiar Clave" +#: app/config/strings.js.inc:60 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:41 +#: app/config/actions.xml:199 app/config/actions.xml:271 +msgid "Copy Password" msgstr "Passwort kopieren" -#: ../../../config/strings.js.inc:61 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:84 -msgid "Incluir Números" +#: app/config/strings.js.inc:61 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:84 +msgid "Include Numbers" msgstr "Ziffern einschließen" -#: ../../../config/strings.js.inc:62 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:126 -msgid "Incluir Mayúsculas" +#: app/config/strings.js.inc:62 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:126 +msgid "Include Uppercase" msgstr "Großbuchstaben verwenden" -#: ../../../config/strings.js.inc:63 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:112 +#: app/config/strings.js.inc:63 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:112 #, fuzzy -msgid "Incluir Símbolos" +msgid "Include Symbols" msgstr "Sonderzeichen einschließen" -#: ../../../config/strings.js.inc:64 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:16 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:24 -msgid "Longitud" +#: app/config/strings.js.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:16 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:24 +msgid "Length" msgstr "Länge" -#: ../../../config/strings.js.inc:65 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:42 -msgid "Seleccionar Acción" +#: app/config/strings.js.inc:65 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:42 +msgid "Select Action" msgstr "Aktion auswählen" -#: ../../../config/strings.js.inc:68 -msgid "Aceptar" +#: app/config/strings.js.inc:68 +msgid "Accept" msgstr "OK" -#: ../../../config/strings.js.inc:69 -msgid "Cancelar" +#: app/config/strings.js.inc:69 +msgid "Cancel" msgstr "Abbrechen" -#: ../../../config/strings.js.inc:70 +#: app/config/strings.js.inc:70 #, fuzzy -msgid "Clave Copiada al Portapapeles" +msgid "Password Copied into Clipboard" msgstr "Passwort in die Zwischenablage kopiert" -#: ../../../config/strings.js.inc:71 -msgid "Error al copiar al portapapeles" +#: app/config/strings.js.inc:71 +msgid "Error while copying to clipboard" msgstr "Fehler beim Kopieren in die Zwischenablage" -#: ../../../config/strings.js.inc:73 -msgid "Recibir notificaciones?" +#: app/config/strings.js.inc:73 +msgid "Send notifies?" msgstr "Benachrichtigungen erhalten?" -#: ../../../config/strings.js.inc:74 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:160 -msgid "Marcar Favorito" +#. (itstool) path: action/text +#: app/config/strings.js.inc:74 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:160 +#: app/config/actions.xml:247 +msgid "Mark as Favorite" msgstr "Als Favorit markieren" #. (itstool) path: action/text -#: ../../../config/strings.js.inc:75 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:150 -#: ../../../config/actions.xml:253 -msgid "Eliminar Favorito" +#: app/config/strings.js.inc:75 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:150 +#: app/config/actions.xml:253 +msgid "Delete Favorite" msgstr "Favorit entfernen" -#: ../../../config/strings.js.inc:76 -msgid "Limpiar Selección" +#: app/config/strings.js.inc:76 +msgid "Clear Selection" msgstr "Auswahl aufheben" -#: ../../../config/strings.js.inc:77 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:80 -msgid "Mostrar Favoritos" +#. (itstool) path: action/text +#: app/config/strings.js.inc:77 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:80 +#: app/config/actions.xml:241 +msgid "Show Favorites" msgstr "Favoriten anzeigen" -#: ../../../config/strings.js.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:74 +#: app/config/strings.js.inc:78 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:74 #, fuzzy -msgid "Mostrar Todos" +msgid "Display All" msgstr "Alle anzeigen" -#: ../../../config/strings.js.inc:79 -msgid "Ayuda" -msgstr "Hilfe" - -#: ../../../config/strings.js.inc:80 -msgid "Sin cambios" -msgstr "Keine Änderungen" - -#: ../../../config/strings.js.inc:81 -msgid "Ahora" +#: app/config/strings.js.inc:81 +msgid "Now" msgstr "Jetzt" -#: ../../../config/strings.js.inc:82 +#: app/config/strings.js.inc:82 msgid "" -"Este proceso importará los usuarios de LDAP detectados. Desea continuar?" +"This process will import the detected LDAP users. Would you like to continue?" 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?" +#: app/config/strings.js.inc:83 +msgid "This action will reset all plugin data. Do you want to continue?" msgstr "" "Diese Aktion wird alle Plugin-Daten zurücksetzen. Möchten Sie fortfahren?" -#: ../../../config/strings.js.inc:84 +#: app/config/strings.js.inc:84 #, fuzzy -msgid "Este proceso puede durar algo de tiempo. Desea continuar?" +msgid "This process could take some time long. Do you wish to continue?" 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 +#: app/config/strings.js.inc:87 #, fuzzy -msgid "" -"Realizando tarea. Por favor, no cierre la ventana/pestaña del navegador." +msgid "Performing task. Please, do not close browser's window/tab." 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:98 -msgid "Incluir Letras" +#: app/config/strings.js.inc:88 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:98 +msgid "Include Letters" msgstr "Buchstaben einschließen" -#: ../../../config/strings.js.inc:89 +#: app/config/strings.js.inc:89 #, fuzzy -msgid "Cookies deshabilitadas. La aplicación no funcionará correctamente." +msgid "Cookies disabled. Application won't work properly." msgstr "" "Cookies sind deaktiviert, weshalb die Anwendung nicht ordnungsgemäß " "funktionieren kann." -#: ../../../config/strings.js.inc:90 -msgid "Portapapeles no soportado por el navegador." +#: app/config/strings.js.inc:90 +msgid "Clipboard not supported by your browser." msgstr "Zwischenablage wird nicht vom Browser unterstützt." -#: ../../../config/strings.js.inc:91 -msgid "Realizando auto-login" +#: app/config/strings.js.inc:91 +msgid "Performing 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})" +#: app/config/strings.js.inc:92 +msgid "There is a more recent version of {0} plugin ({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:30 -msgid "Actualizado" +#: app/config/strings.js.inc:93 +#: app/modules/web/themes/material-blue/views/main/update.inc:30 +msgid "Updated" msgstr "Aktualisiert" -#: ../../../config/strings.js.inc:94 -#: ../../../modules/web/themes/material-blue/views/main/update.inc:36 -msgid "Error al comprobar actualizaciones" +#: app/config/strings.js.inc:94 +#: app/modules/web/themes/material-blue/views/main/update.inc:36 +msgid "Error while checking for updates" msgstr "Fehler bei der Updateprüfung" -#: ../../../config/strings.js.inc:95 -msgid "Avisos de sysPass" +#: app/config/strings.js.inc:95 +msgid "sysPass Notices" msgstr "sysPass Neuigkeiten" -#: ../../../config/strings.js.inc:96 +#: app/config/strings.js.inc:96 #, fuzzy -msgid "Vaciar los tracks?" +msgid "Clear the tracks out?" msgstr "Track-Liste leeren?" -#: ../../../config/strings.js.inc:97 -msgid "Archivo descargado" -msgstr "Datei heruntergeladen" - -#: ../../../modules/web/themes/material-blue/views/_layouts/main.inc:21 -msgid "Javascript es necesario para el correcto funcionamiento" +#: app/modules/web/themes/material-blue/views/_layouts/main.inc:21 +msgid "Javascript is needed in order to run correctly" msgstr "JavaScript muss aktiviert sein" -#: ../../../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:40 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:50 -msgid "Volver" -msgstr "Zurück" - -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:70 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:127 -msgid "Preferencias de usuario" +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:70 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:127 +msgid "User preferences" msgstr "Benutzereinstellungen" -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:74 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:77 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:148 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:151 -msgid "Salir" +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:74 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:77 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:148 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:151 +msgid "Sign Out" msgstr "Abmelden" -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:164 -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:53 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:164 +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:53 msgid "Demo" msgstr "Demo" -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:44 -msgid "Indica si la conexión utiliza HTTPS." +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:44 +msgid "Tells whether the connection uses HTTPS or not." msgstr "Zeigt, ob die Verbindung über HTTPS aufgebaut wurde." -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:44 +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:44 #, fuzzy msgid "" -"Las claves de formularios enviados se encriptan mediante PKI, el resto de " -"datos no." +"Passwords sent from forms are encrypted using PKI, the remain data don't." msgstr "" "Die aus dem Formular gesendeten Passwörter werden verschlüsselt, andere " "Daten nicht." -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:66 -msgid "Ayuda :: FAQ :: Changelog" +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:66 +msgid "Help :: FAQ :: Changelog" msgstr "Hilfe :: FAQ :: Changelog" -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:70 -msgid "Un proyecto de cygnux.org" +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:70 +msgid "A cygnux.org project" msgstr "Ein cygnux.org Projekt" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:8 -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:12 -msgid "Parámetros especiales" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:8 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:12 +msgid "Special parameters" msgstr "Spezialparameter" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:14 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:14 msgid "" -"Es posible utilizar uno o varios parámetros especiales separados por espacios" +"You could use either one or several special parameters separated by blank " +"spaces" msgstr "" "Es ist möglich, einen oder mehrere spezielle Parameter zu verwenden, die " "durch Leerzeichen getrennt sind" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:16 -msgid "Buscar cuentas a las que 'login' tenga acceso" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:16 +msgid "Search for accounts which 'login' has access rights" msgstr "Suche nach Konten, für die 'login' Rechte besitzt" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:17 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:17 #, fuzzy -msgid "Devolver las cuentas en las que 'login' es propietario" +msgid "Get the accounts in which user login \"login\" is the owner" msgstr "Hole Konten, in denen der Benutzer mit Login \"Login\" Eigentümer ist" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:18 -msgid "Buscar cuentas a las que 'group_name' tenga acceso" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:18 +msgid "Search for accounts which 'group_name' has access rights" msgstr "Suche nach Konten, für die 'group_name' Rechte besitzt" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:19 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:19 #, fuzzy -msgid "Devolver las cuentas con grupo principal 'group_name'" +msgid "Get the accounts in which main group \"group_name\" is set" msgstr "" "Konten anzeigen, welche die Primärgruppe mit dem Namen 'group_name' haben" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:20 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:20 #, fuzzy -msgid "Buscar cuentas con archivos con el nombre 'file_name'" +msgid "Search for accounts which contain a file with the name 'file_name'" msgstr "" "Suche nach Konten, welche eine Datei enthalten mit dem Dateinamen 'file_name'" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:21 -msgid "Buscar cuentas por nombre de cliente" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:21 +msgid "Search for accounts by client name" msgstr "Suche nach Konten nach Kundenname" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:22 -msgid "Buscar cuentas por nombre de categoría" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:22 +msgid "Search for accounts by category name" msgstr "Suche nach Konten nach Kategoriename" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:23 -msgid "Devolver la cuenta con ID" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:23 +msgid "Returns the account for the given ID" msgstr "Gibt den Account für die angebene ID zurück" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:24 -msgid "Buscar cuentas con la clave caducada" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:24 +msgid "Search for accounts with expired password" msgstr "Suche Konten mit abgelaufenem Passwort" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:25 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:25 #, fuzzy -msgid "Devolver las cuentas privadas del usuario actual" +msgid "Get private accounts for current user" msgstr "Hole dir die privaten Konten für den aktuellen Benutzer" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:26 -msgid "Operador para los parámetros especiales" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:26 +msgid "Operator for special parameters" msgstr "Operator für Spezialparameter" -#: ../../../modules/web/themes/material-blue/views/_partials/no_records_found.inc:10 -#: ../../../modules/web/themes/material-blue/views/account/search-index.inc:19 -msgid "No se encontraron registros" +#: app/modules/web/themes/material-blue/views/_partials/no_records_found.inc:10 +#: app/modules/web/themes/material-blue/views/account/search-index.inc:19 +msgid "No records found" msgstr "Keine Datensätze gefunden" -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:85 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:168 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:175 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:64 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:115 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:122 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:59 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:66 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:38 -msgid "Clave (repetir)" +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:85 +#: app/modules/web/themes/material-blue/views/account/account.inc:168 +#: app/modules/web/themes/material-blue/views/account/account.inc:175 +#: app/modules/web/themes/material-blue/views/install/index.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:115 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:122 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:59 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:66 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:38 +msgid "Password (repeat)" msgstr "Passwort (Wiederholung)" -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:109 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:194 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:254 -msgid "Seleccionar Fecha" +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:109 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:147 +#: app/modules/web/themes/material-blue/views/account/account.inc:194 +#: app/modules/web/themes/material-blue/views/account/account.inc:278 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:254 +msgid "Select date" msgstr "Datum auswählen" -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:19 -msgid "Histórico" -msgstr "Vergangenheit" +#: app/modules/web/themes/material-blue/views/account/account-history.inc:19 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:140 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:142 +#: app/modules/web/themes/material-blue/views/account/account.inc:271 +#: app/modules/web/themes/material-blue/views/account/account.inc:273 +msgid "History" +msgstr "" -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:28 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:45 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:22 -msgid "Detalles" +#: app/modules/web/themes/material-blue/views/account/account-history.inc:28 +#: app/modules/web/themes/material-blue/views/account/account.inc:45 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:22 +msgid "Details" msgstr "Details" -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:127 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:200 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:163 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:169 -msgid "Notas" -msgstr "Bemerkungen" +#: app/modules/web/themes/material-blue/views/account/account-history.inc:127 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:78 +#: app/modules/web/themes/material-blue/views/account/account.inc:200 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:168 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:163 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:169 +msgid "Notes" +msgstr "" -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:140 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:142 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:271 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:273 -msgid "Historial" -msgstr "Verlauf" - -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:147 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:278 -msgid "Seleccionar fecha" -msgstr "Datum auswählen" - -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:160 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:293 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:32 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:291 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:293 -msgid "Última Modificación" +#: app/modules/web/themes/material-blue/views/account/account-history.inc:160 +#: app/modules/web/themes/material-blue/views/account/account.inc:293 +#: app/modules/web/themes/material-blue/views/account/details.inc:32 +#: app/modules/web/themes/material-blue/views/account/details.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:291 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:293 +msgid "Last Modification" msgstr "Letzte Änderung" -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:23 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:54 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:119 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:140 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:18 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:35 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:57 -msgid "Seleccionar Usuarios" +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:23 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:54 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:119 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:140 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:18 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:35 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:57 +msgid "Select Users" msgstr "Benutzer auswählen" -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:33 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:37 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:101 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:105 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:127 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:176 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:29 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:70 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:53 -msgid "Ver" +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:33 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:37 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:101 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:105 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:127 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:176 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:29 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:53 +msgid "View" 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:132 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:136 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:148 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:198 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:46 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:87 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:102 -msgid "Editar" -msgstr "Ändern" - -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:91 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:122 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:168 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:190 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:59 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:76 -msgid "Seleccionar Grupos" +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:91 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:122 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:168 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:190 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:59 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:76 +msgid "Select Groups" msgstr "Gruppen auswählen" -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:204 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:182 -msgid "Privada" +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:204 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:182 +msgid "Private" msgstr "Privat" -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:223 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:198 -msgid "Privada Grupo" +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:223 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:198 +msgid "Private for Group" msgstr "Privat für Gruppe" -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:15 -msgid "Solicitar Modificación de Cuenta" +#: app/modules/web/themes/material-blue/views/account/account-request.inc:15 +msgid "Request Account Modification" msgstr "Kontoänderungsanfrage versenden" -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:46 -msgid "Petición" -msgstr "Anfrage" - -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:52 -msgid "Descripción de la petición" +#: app/modules/web/themes/material-blue/views/account/account-request.inc:52 +msgid "Request description" msgstr "Beschreibung der Anfrage" -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:74 -msgid "Enviar" +#: app/modules/web/themes/material-blue/views/account/account-request.inc:74 +msgid "Send" msgstr "Senden" -#: ../../../modules/web/themes/material-blue/views/account/account.inc:37 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:133 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:21 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:214 -msgid "Permisos" +#: app/modules/web/themes/material-blue/views/account/account.inc:37 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:133 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:21 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:214 +msgid "Permissions" msgstr "Berechtigungen" -#: ../../../modules/web/themes/material-blue/views/account/account.inc:218 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:98 -msgid "Seleccionar Etiquetas" +#: app/modules/web/themes/material-blue/views/account/account.inc:218 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:98 +msgid "Select Tags" msgstr "Tags auswählen" -#: ../../../modules/web/themes/material-blue/views/account/account.inc:262 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:26 -msgid "Seleccionar Cuenta" +#: app/modules/web/themes/material-blue/views/account/account.inc:262 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:26 +msgid "Select Account" msgstr "Konto auswählen" -#: ../../../modules/web/themes/material-blue/views/account/account.inc:301 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:303 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:306 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:193 -msgid "Enlace Público" +#: app/modules/web/themes/material-blue/views/account/account.inc:301 +#: app/modules/web/themes/material-blue/views/account/account.inc:303 +#: app/modules/web/themes/material-blue/views/account/account.inc:306 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:193 +msgid "Public Link" msgstr "Öffentlicher Link" -#: ../../../modules/web/themes/material-blue/views/account/account.inc:314 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:316 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:319 -msgid "Enlace Directo" +#: app/modules/web/themes/material-blue/views/account/account.inc:314 +#: app/modules/web/themes/material-blue/views/account/account.inc:316 +#: app/modules/web/themes/material-blue/views/account/account.inc:319 +msgid "Direct Link" msgstr "Direktlink" -#: ../../../modules/web/themes/material-blue/views/account/details.inc:22 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:24 -msgid "Fecha Alta" +#: app/modules/web/themes/material-blue/views/account/details.inc:22 +#: app/modules/web/themes/material-blue/views/account/details.inc:24 +msgid "Date Added" msgstr "Datum hinzugefügt" -#: ../../../modules/web/themes/material-blue/views/account/details.inc:60 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:62 -msgid "Fecha Edición" +#: app/modules/web/themes/material-blue/views/account/details.inc:60 +#: app/modules/web/themes/material-blue/views/account/details.inc:62 +msgid "Date Modified" msgstr "Änderungsdatum" -#: ../../../modules/web/themes/material-blue/views/account/details.inc:68 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:70 +#: app/modules/web/themes/material-blue/views/account/details.inc:68 +#: app/modules/web/themes/material-blue/views/account/details.inc:70 msgid "Editor" msgstr "Bearbeiter" -#: ../../../modules/web/themes/material-blue/views/account/details.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:80 -msgid "Fecha de Clave" +#: app/modules/web/themes/material-blue/views/account/details.inc:78 +#: app/modules/web/themes/material-blue/views/account/details.inc:80 +msgid "Password Date" msgstr "Erstelldatum Passwort" -#: ../../../modules/web/themes/material-blue/views/account/files.inc:37 -msgid "Soltar archivos aquí (max. 5) o click para seleccionar" +#: app/modules/web/themes/material-blue/views/account/files.inc:37 +msgid "Drop files here (max. 5) or click to select" msgstr "Dateien hier fallen lassen (max. 5) oder zum selektieren anklicken" -#: ../../../modules/web/themes/material-blue/views/account/files.inc:39 +#: app/modules/web/themes/material-blue/views/account/files.inc:39 #, php-format -msgid "Tamaño máximo de archivo: %d MB" +msgid "Maximum file size: %d MB" msgstr "Maximale Dateigröße: %d MB" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:35 -msgid "Buscar en Wiki" +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:35 +msgid "Search in Wiki" msgstr "Im Wiki suchen" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:84 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:84 #, php-format -msgid "Abrir enlace a: %s" +msgid "Open link to: %s" msgstr "Öffnen Sie den Link zu: %s" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:111 -msgid "Clave Caducada" +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:111 +msgid "Password Expired" msgstr "Passwort abgelaufen" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:125 -msgid "Cuenta Privada (Grupo)" +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:125 +msgid "Private Account (Group)" msgstr "Privates Konto (Gruppe)" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:168 -msgid "Notes" -msgstr "Notizen" - -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:182 -msgid "Archivos adjuntos" +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:182 +msgid "Attachments" msgstr "Anhänge" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:209 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:220 -msgid "Enlace a Wiki" +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:209 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:220 +msgid "Link to Wiki" msgstr "Link zum Wiki" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:212 -msgid "Ver en Wiki" +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:212 +msgid "View at Wiki" msgstr "Siehe Wiki" -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:59 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:63 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:230 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:231 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:59 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:63 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:230 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:231 #, fuzzy -msgid "Búsqueda global" +msgid "Global search" msgstr "Globale Suche" -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:85 -msgid "Filtrar Favoritos" +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:85 +msgid "Favorites Filtering" msgstr "Favoriten filtern" -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:100 -msgid "Cuentas por página" +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:100 +msgid "Accounts per page" msgstr "Konten pro Seite" -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:108 -msgid "Más Filtros" +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:108 +msgid "More Filters" msgstr "Mehr Filter" -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:113 -msgid "Seleccionar Etiqueta" +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:113 +msgid "Select Tag" msgstr "Tag auswählen" -#: ../../../modules/web/themes/material-blue/views/common/aux-customfields.inc:22 -msgid "Los datos serán encriptados al guardar" +#: app/modules/web/themes/material-blue/views/common/aux-customfields.inc:22 +msgid "Data will be encrypted after saving" msgstr "Daten werden nach dem Speichern verschlüsselt" -#: ../../../modules/web/themes/material-blue/views/common/aux-customfields.inc:27 -msgid "Los datos serán desencriptados al guardar" +#: app/modules/web/themes/material-blue/views/common/aux-customfields.inc:27 +msgid "Data will be unencrypted after saving" msgstr "Daten werden nach dem Speichern entschlüsselt" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:12 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:12 +#: app/modules/web/themes/material-blue/views/config/backup.inc:12 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:12 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:12 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:12 #, php-format -msgid "La extensión '%s' no está disponible" +msgid "The '%s' extension is unavailable" msgstr "Die Erweiterung '%s' ist nicht verfügbar" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:16 -msgid "Esta extensión es necesaria para mostrar las claves como imágenes" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:16 +msgid "This extension is needed to display passwords as images" msgstr "Diese Erweiterung ist notwendig, um Passwörter als Bilder anzuzeigen" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:30 -msgid "Búsqueda" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:30 +msgid "Searching" msgstr "Suchen" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:36 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:56 -msgid "Resultados por página" -msgstr "Treffer pro Seite" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:36 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:52 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:56 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:72 +msgid "Results per page" +msgstr "" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:41 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:61 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:41 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:61 #, fuzzy -msgid "Número de resultados por página a mostrar, al realizar una búsqueda." +msgid "Number of results per page to display when performing a search." msgstr "Anzahl der Suchresultate pro Seite." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:52 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:72 -msgid "Número de resultados por página" -msgstr "Ergebnisse pro Seite" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:70 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:30 -msgid "Caducidad clave cuentas" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:30 +msgid "Accounts password expiry" msgstr "Ablauf des Kontopassworts" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:71 -msgid "Habilita la caducidad de la clave de cuentas." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:71 +msgid "Enables the accounts password expiry date." msgstr "Aktiviere Ablaufdatum für Kontopasswörter" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:79 -msgid "Tiempo caducidad clave" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:79 +msgid "Password expiry time" msgstr "Passwortablaufzeit" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:84 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:84 #, fuzzy -msgid "Número de días para la caducidad de la clave de cuenta." +msgid "Number of days for account's password expiry date." msgstr "Anzahl der Tage bis zum Ablauf des Kontos" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:94 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:38 -msgid "Tiempo caducidad (días)" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:94 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:38 +msgid "Expire time (days)" msgstr "Ablaufzeit (Tage)" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:112 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:90 -msgid "Nombre de cuenta como enlace" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:112 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:90 +msgid "Account name as link" msgstr "Kontoname als Link" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:113 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:92 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:113 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:92 #, fuzzy -msgid "" -"Habilita el nombre de la cuenta de la búsqueda, como enlace a los detalles " -"de la cuenta." +msgid "Enables to use the account name as a link to account details." msgstr "Kontonamen als Link zu Kontodetails anzeigen." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:128 -msgid "Búsquedas globales" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:128 +msgid "Global searches" msgstr "Globale Suchen" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:129 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:129 #, fuzzy 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." +"Allows the users to do searches that includes all accounts, they won't be " +"able to display the account details if they don't have permission." 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:144 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:154 -msgid "Imagen para mostrar clave" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:144 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:154 +msgid "Image to show password" msgstr "Bild zur Anzeige des Passworts" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:146 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:156 -msgid "Generar una imagen con el texto de la clave de la cuenta." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:146 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:156 +msgid "Generate an image with a text of the account password." msgstr "Bild mit dem Text des Kontopassworts generieren." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:148 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:158 -msgid "Util para entornos donde copiar la clave supone un riesgo de seguridad." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:148 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:158 +msgid "" +"Useful for environments where copying a password to clipboard is a security " +"risk." 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:164 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:158 -msgid "Resultados en Tarjetas" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:164 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:158 +msgid "Results like Cards" msgstr "Suchergebnisse als Karten" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:166 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:160 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:166 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:160 #, fuzzy -msgid "Muestra los resultados de búsqueda de cuentas en formato tarjeta." +msgid "Displays account's search results on a card like format." msgstr "Zeigt die Ergebnisse der Kontensuche im Visitenkartenformat an." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:182 -msgid "Acceso Grupos Secundarios" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:182 +msgid "Secondary Groups Access" msgstr "Sekundärgruppen-Zugriff" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:184 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:184 #, fuzzy -msgid "" -"Habilita el acceso a los usuarios que estén incluidos en los grupos " -"secundarios." +msgid "Grants access to users that are included in secondary groups." msgstr "Gibt Benutzern der Sekundärgruppe Zugriffsrechte." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:186 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:186 #, fuzzy msgid "" -"Por defecto el usuario de un grupo secundario es permitido si el grupo " -"secundario está establecido como el primario del usuario." +"By default, user in a secondary group is granted if the secondary group is " +"set as user's main group." 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:197 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:378 -#: ../../../config/actions.xml:73 -msgid "Enlaces Públicos" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:197 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:378 +#: app/config/actions.xml:73 +msgid "Public Links" msgstr "Öffentliche Links" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:215 -msgid "Habilitar Enlaces Públicos" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:215 +msgid "Enable Public Links" msgstr "Öffentliche Links aktivieren" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:217 -msgid "" -"Habilita la posibilidad de generar enlaces públicos para ver los detalles de " -"una cuenta." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:217 +msgid "Enables the ability to create public links to view an account's details" msgstr "" "Ermöglicht die Erstellung öffentlicher Links, um Kontoinformationen " "anzuzeigen" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:219 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:219 #, fuzzy -msgid "" -"Las cuentas enlazadas serán visibles por cualquiera que disponga del enlace." +msgid "Linked accounts will be visible by anyone that have the link." 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:221 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:221 #, fuzzy msgid "" -"Para crear enlaces, los usuarios tienen que tener activada la opción en su " -"perfl." +"In order to create links, users must have activated the option on their " +"profiles." msgstr "" "Um öffentliche Links erstellen zu können, muss die Option im Benutzerprofil " "aktiviert sein." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:237 -msgid "Usar imagen para clave" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:237 +msgid "Use an image for password" msgstr "Verwende ein Bild für das Passwort" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:239 -msgid "La clave de la cuenta es visualizada como una imagen." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:239 +msgid "The account password is shown as image." msgstr "Das Kontopasswort wird als Bild angezeigt." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:248 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:257 -msgid "Tiempo de caducidad" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:248 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:257 +msgid "Expire time" msgstr "Ablaufzeit" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:263 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:272 -msgid "Número máximo de visitas" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:263 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:272 +msgid "Maximum visits" msgstr "Maximale Abrufanzahl" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:298 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:411 -msgid "Gestión de archivos" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:298 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:411 +msgid "Files management" msgstr "Dateiverwaltung" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:299 -msgid "Habilita la subida/descarga de archivos para las cuentas." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:299 +msgid "Enables the uploading and downloading of accounts files." msgstr "Aktiviert das Hoch-und Herunterladen von Dateien für Konten." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:307 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:320 -msgid "Extensiones de archivos permitidas" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:307 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:320 +msgid "Allowed file extensions" msgstr "Erlaubte Dateiendungen" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:312 -msgid "Extensiones permitidas para la subida de archivos." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:312 +msgid "Allowed file extensions for uploading." msgstr "Erlaubte Dateierweiterungen für Dateiupload." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:315 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:315 msgid "" -"Escribir extensión y pulsar intro para añadir. Es necesario guardar la " -"configuración." +"Write the extension and press enter to add. Remember to save the " +"configuration." msgstr "" "Erweiterung eingeben und Enter zum Hinzufügen drücken. Speichern nicht " "vergessen." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:328 -msgid "Tamaño máximo de archivo" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:328 +msgid "Maximum file size" msgstr "Maximale Dateigröße" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:333 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:333 #, fuzzy -msgid "Establece el tamaño máximo para subir archivos." +msgid "Sets the maximum file size for uploading." msgstr "Maximale Dateigröße beim Hochladen." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:337 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:337 #, fuzzy -msgid "El máximo absuluto es de 16MB." +msgid "Absolute maximum is 16MB." msgstr "Das absolute Maximum ist 16 MB." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:348 -msgid "Tamaño máximo de archivo en kilobytes" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:348 +msgid "Maximum file size in kilobytes" msgstr "Max. Dateigröße in Kilobytes" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:16 -msgid "" -"Esta extensión es necesaria para generar los archivos de copia de seguridad " -"de la aplicación" +#: app/modules/web/themes/material-blue/views/config/backup.inc:16 +msgid "This extension is needed to build the application's backup files" msgstr "" "Diese Erweiterung ist notwendig, um Backup-Dateien der Anwendung zu erstellen" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:30 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:33 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:109 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:112 -msgid "Resultado" +#: app/modules/web/themes/material-blue/views/config/backup.inc:30 +#: app/modules/web/themes/material-blue/views/config/backup.inc:33 +#: app/modules/web/themes/material-blue/views/config/backup.inc:109 +#: app/modules/web/themes/material-blue/views/config/backup.inc:112 +msgid "Result" msgstr "Ergebnis" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:41 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:44 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:120 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:123 -msgid "Descargar Actual" +#: app/modules/web/themes/material-blue/views/config/backup.inc:41 +#: app/modules/web/themes/material-blue/views/config/backup.inc:44 +#: app/modules/web/themes/material-blue/views/config/backup.inc:120 +#: app/modules/web/themes/material-blue/views/config/backup.inc:123 +msgid "Download Current" msgstr "Herunterladen" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:51 -msgid "Copia BBDD" +#: app/modules/web/themes/material-blue/views/config/backup.inc:51 +msgid "DB Backup" msgstr "Datenbanksicherung" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:58 -msgid "Copia sysPass" +#: app/modules/web/themes/material-blue/views/config/backup.inc:58 +msgid "sysPass Backup" msgstr "sysPass Sicherung" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:80 +#: app/modules/web/themes/material-blue/views/config/backup.inc:80 #, fuzzy 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." +"The backup allows you to save and download sysPass database and application " +"files including its configuration." msgstr "" "Das Backup erlaubt das Speichern und Herunterladen der sysPass Datenbank, " "von Anwendungsdateien und der Konfiguration." -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:82 +#: app/modules/web/themes/material-blue/views/config/backup.inc:82 msgid "" -"Con este método es posible guardar todos los datos de sysPass en otro lugar " -"o utilizarlos para hacer la aplicación portable." +"With this method it's possible to either save all sysPass data in another " +"place or use it to make the application portable." msgstr "" "Mit dieser Methode ist es möglich, alle sysPass Daten an einem anderen Platz " "zu speichern. Sie kann auch dafür verwendet werden, um die Anwendung " "portabel zu machen." -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:101 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:185 -msgid "Exportar Cuentas" +#: app/modules/web/themes/material-blue/views/config/backup.inc:101 +#: app/modules/web/themes/material-blue/views/config/backup.inc:185 +msgid "Export Accounts" msgstr "Konten exportieren" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:139 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:147 -msgid "Clave de Exportación" +#: app/modules/web/themes/material-blue/views/config/backup.inc:139 +#: app/modules/web/themes/material-blue/views/config/backup.inc:147 +msgid "Export Password" msgstr "Exportpasswort" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:153 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:161 -msgid "Clave de Exportación (repetir)" +#: app/modules/web/themes/material-blue/views/config/backup.inc:153 +#: app/modules/web/themes/material-blue/views/config/backup.inc:161 +msgid "Export Password (repeat)" msgstr "Exportpasswort (Wiederholung)" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:187 +#: app/modules/web/themes/material-blue/views/config/backup.inc:187 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." +"The accounts export allows you to save the accounts and their data in XML " +"format to be imported in another sysPass instance." 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:189 +#: app/modules/web/themes/material-blue/views/config/backup.inc:189 #, fuzzy -msgid "Los elementos exportados son cuentas, clientes, categorías y etiquetas." +msgid "Exported items are accounts, clients, categories and tags." msgstr "Die exportierten Elemente sind Konten, Kunden, Kategorien und Tags." -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:191 +#: app/modules/web/themes/material-blue/views/config/backup.inc:191 #, fuzzy msgid "" -"Las claves de las cuentas son exportadas de forma encriptada para mayor " -"seguridad." +"Accounts' password are exported in an encrypted way for better security." msgstr "Die Kontopasswörter werden verschlüsselt exportiert." -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:193 +#: app/modules/web/themes/material-blue/views/config/backup.inc:193 #, fuzzy msgid "" -"Es posible establecer una clave de exportación para guardar todos los datos " -"encriptados en el archivo XML." +"It's possible to set an export password to save all the encrypted data in " +"the XML file." 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:17 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:153 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:152 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:167 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:50 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:56 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:57 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:102 -msgid "Clave Maestra" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:17 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:153 +#: app/modules/web/themes/material-blue/views/config/import.inc:152 +#: app/modules/web/themes/material-blue/views/config/import.inc:167 +#: app/modules/web/themes/material-blue/views/install/index.inc:50 +#: app/modules/web/themes/material-blue/views/install/index.inc:56 +#: app/modules/web/themes/material-blue/views/login/index.inc:57 +#: app/modules/web/themes/material-blue/views/login/index.inc:102 +msgid "Master Password" msgstr "Masterpasswort" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:24 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:27 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:198 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:201 -msgid "Último cambio" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:24 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:27 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:198 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:201 +msgid "Last change" msgstr "Letzte Änderung" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:35 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:43 -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:142 -msgid "Clave Maestra actual" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:35 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:43 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:142 +msgid "Current Master Password" msgstr "Aktuelles Masterpasswort" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:49 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:57 -msgid "Nueva Clave Maestra" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:49 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:57 +msgid "New Master Password" msgstr "Neues Masterpasswort" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:63 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:71 -msgid "Nueva Clave Maestra (repetir)" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:63 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:71 +msgid "New Master Password (repeat)" msgstr "Neues Masterpasswort (Wiederholung)" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:80 -msgid "Guarde la nueva clave en un lugar seguro." +#: app/modules/web/themes/material-blue/views/config/encryption.inc:80 +msgid "You should save the new password on a secure place" msgstr "Sie sollten das neue Passwort an einem sicheren Ort aufbewahren." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:84 -msgid "Se volverán a encriptar las claves de todas las cuentas." +#: app/modules/web/themes/material-blue/views/config/encryption.inc:84 +msgid "All accounts passwords will be encrypted again." msgstr "Alle Passwörter der Konten werden neu verschlüsselt." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:88 -msgid "Los usuarios deberán de introducir la nueva clave maestra." +#: app/modules/web/themes/material-blue/views/config/encryption.inc:88 +msgid "Users will need to enter the new Master Password." msgstr "" "Alle Benutzer müssen danach ein neues temporäres Masterpasswort eingeben." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:92 -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:130 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:92 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:130 #, fuzzy, php-format -msgid "" -"Se van a actualizar %s cuentas. Este proceso puede tardar algo de tiempo." +msgid "It will be updated %s accounts. This process could take some time long." msgstr "Es werden %s Konten aktualisiert. Dies kann etwas dauern." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:109 -msgid "No modificar cuentas" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:109 +msgid "Do not modify accounts" msgstr "Konten nicht verändern" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:111 -msgid "Establece una nueva clave maestra sin re-encriptar las cuentas" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:111 +msgid "Sets a new Master Password without re-encrypting the accounts." msgstr "Neues Masterpasswort angeben, ohne die Konten neu zu verschlüsseln" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:127 -msgid "Confirmar cambio" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:127 +msgid "Confirm change" msgstr "Änderung bestätigen" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:129 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:129 msgid "" -"Confirmar el cambio de clave maestra después de haber leído las advertencias " -"anteriores." +"Confirm the master password change after you have been read all the above " +"warnings." msgstr "" "Bestätigen sie die Änderung des Masterpassworts, nachdem sie die Warnungen " "gelesen haben." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:155 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:155 msgid "" -"La clave maestra es utilizada para encriptar las claves de las cuentas de " -"sysPass para mantenerlas seguras." +"The Master Password is used to encrypt sysPass accounts passwords and keep " +"them safe." 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:157 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:157 #, fuzzy msgid "" -"Es recomendable cambiarla cada cierto tiempo y utilizar una clave compleja " -"que incluya números, letras y símbolos." +"It's advisable to change it from time to time and use a complex password " +"that includes numbers, letters and symbols." 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:159 -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:132 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:159 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:132 #, php-format -msgid "Para más información consulte: %s" +msgid "You could get more info on: %s" msgstr "Mehr Informationen erhalten Sie hier: %s" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:169 -msgid "Actualizar hash de clave maestra" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:169 +msgid "Update master password hash" msgstr "Masterpasswort-Hashwert aktualisieren" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:189 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:323 -msgid "Clave Temporal" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:189 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:323 +msgid "Temporary Password" msgstr "Temporäres Passwort" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:203 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:218 -msgid "No generada" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:203 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:218 +msgid "Not generated" msgstr "Nicht generiert" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:208 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:211 -msgid "Válido hasta" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:208 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:211 +msgid "Valid until" msgstr "Gültig bis" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:224 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:227 -msgid "Intentos" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:224 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:227 +msgid "Attempts" msgstr "Versuche" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:234 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:244 -msgid "Validez (s)" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:234 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:244 +msgid "Life (s)" msgstr "Gültigkeitsdauer (s)" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:263 -msgid "Enviar correo" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:263 +msgid "Send email" msgstr "E-Mail senden" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:265 -msgid "" -"Envía un correo a todos los usuarios o sólo a los del grupo seleccionado." +#: app/modules/web/themes/material-blue/views/config/encryption.inc:265 +msgid "Sends an email to all users or only to those whose group is selected." 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:325 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:325 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." +"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." 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:332 -msgid "Generar" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:332 +msgid "Generate" msgstr "Generieren" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:12 -msgid "Autentificación" -msgstr "Authentifizierung" - -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:30 -msgid "Usar Auth Basic" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:30 +msgid "Use Auth Basic" msgstr "Verwenden Sie Auth Basic" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:31 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:31 #, fuzzy -msgid "Usar Auth Basic para autorizar los accesos a la aplicación." +msgid "Use Auth Basic for authorizing accesses to the application" msgstr "Basic Authentication für den Zugriff auf die Anwendung verwenden" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:45 -msgid "Usar Auth Basic SSO" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:45 +msgid "Use Auth Basic SSO" msgstr "Auth Basic SSO benutzen" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:46 -msgid "Usar auto-login con Auth Basic." +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:46 +msgid "Use auto-login through Auth Basic" msgstr "Auto-Login mit Auth Basic benutzen." -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:54 -msgid "Dominio" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:54 +msgid "Domain" msgstr "Domain" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:59 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:59 #, fuzzy msgid "" -"El dominio será añadido al nombre de usuario de sysPass para comprobarlo con " -"el de Auth Basic." +"The domain will be added to sysPass user name for checking against the Auth " +"Basic one." 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:69 -msgid "Nombre de dominio" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:69 +msgid "Domain name" msgstr "Domainname" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:75 -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:85 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:45 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:55 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:239 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:249 -msgid "Grupo por Defecto" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:75 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:85 +#: app/modules/web/themes/material-blue/views/config/import.inc:45 +#: app/modules/web/themes/material-blue/views/config/import.inc:55 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:239 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:249 +msgid "Default Group" msgstr "Standardgruppe" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:80 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:80 #, fuzzy -msgid "" -"Define el grupo de usuarios por defecto para los nuevos usuarios de SSO." +msgid "Sets the default users group for newly created SSO users" msgstr "Legt die Standardbenutzergruppe für neue SSO-Benutzer fest." -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:100 -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:110 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:264 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:274 -msgid "Perfil por Defecto" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:100 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:110 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:264 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:274 +msgid "Default Profile" msgstr "Standard-Profil" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:105 -msgid "" -"Define el perfil de usuarios por defecto para los nuevos usuarios de SSO." +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:105 +msgid "Sets the default profile for the newly created SSO users." msgstr "Legt das Standardprofil für die neu erstellten SSO-Benutzer fest." -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:98 -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:101 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:173 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:176 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:70 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:72 -msgid "Eventos" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:12 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:98 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:101 +#: app/modules/web/themes/material-blue/views/config/mail.inc:173 +#: app/modules/web/themes/material-blue/views/config/mail.inc:176 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:70 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:72 +msgid "Events" msgstr "Events" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:30 -msgid "Habilitar log de eventos" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:30 +msgid "Enable event log" msgstr "Ereignisprotokoll (Audit) aktivieren" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:31 -msgid "Guarda las acciones realizadas en la aplicación." +#: app/modules/web/themes/material-blue/views/config/general-events.inc:31 +msgid "Saves the actions done by the application." msgstr "Speichern Sie die in der Anwendung ausgeführten Aktionen." -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:45 -msgid "Habilitar Syslog" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:45 +msgid "Enable Syslog" msgstr "Syslog aktivieren" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:60 -msgid "Habilitar Syslog Remoto" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:60 +msgid "Enable Remote Syslog" msgstr "Remote Syslog aktivieren" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:70 -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:39 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:75 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:78 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:94 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:119 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:59 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:66 -msgid "Servidor" -msgstr "Server" - -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:78 -msgid "Nombre o dirección IP" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:78 +msgid "Hostname or IP address" msgstr "Hostname oder IP-Adresse" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:84 -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:92 -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:53 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:72 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:79 -msgid "Puerto" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:84 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:92 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:53 +#: app/modules/web/themes/material-blue/views/config/mail.inc:72 +#: app/modules/web/themes/material-blue/views/config/mail.inc:79 +msgid "Port" msgstr "Port" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:12 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:12 msgid "Proxy" msgstr "Proxy" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:30 -msgid "Usar Proxy" +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:30 +msgid "Use Proxy" msgstr "Proxy verwenden" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:31 -msgid "Usar proxy para comprobación de actualizaciones y notificaciones." +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:31 +msgid "Use a proxy server for checking out for updates and notifications." msgstr "Einen Proxy für Updates und Benachrichtigungen benutzen" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:47 -msgid "Servidor proxy" +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:47 +msgid "Proxy server" msgstr "Proxyserver" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:61 -msgid "Puerto del servidor proxy" +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:61 +msgid "Proxy server port" msgstr "Proxyserver Port" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:75 -msgid "Usuario del servidor proxy" +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:75 +msgid "Proxy server user" msgstr "Proxyserver Benutzer" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:89 -msgid "Clave del servidor proxy" +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:89 +msgid "Proxy server password" msgstr "Proxyserver Passwort" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:16 -msgid "" -"Esta extensión es necesaria comprobar las actualizaciones y notificaciones" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:16 +msgid "This extension is needed to check for sysPass updates and notices" msgstr "" "Diese Erweiterung ist notwendig, um für sysPass Updates und " "Benachrichtigungen zu erhalten" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:24 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:15 -msgid "Sitio" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:24 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:15 +msgid "Site" msgstr "Seite" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:30 -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:44 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:107 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:121 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:137 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:139 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:26 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:28 -msgid "Idioma" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:30 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:44 +#: app/modules/web/themes/material-blue/views/config/info.inc:107 +#: app/modules/web/themes/material-blue/views/config/info.inc:121 +#: app/modules/web/themes/material-blue/views/install/index.inc:137 +#: app/modules/web/themes/material-blue/views/install/index.inc:139 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:26 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:28 +msgid "Language" msgstr "Sprache" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:35 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:35 #, fuzzy msgid "" -"Establece el idioma global de la aplicación. Es posible establecer un idioma " -"por usuario en las preferencias." +"Sets the global app language. You can set a per user language on preferences." 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:39 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:39 #, fuzzy msgid "" -"Para mejorar/añadir las traducciones, puede colaborar en https://poeditor." -"com/join/project/fmlsBuugyv" +"To improve/add translations, you can get involved at 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:57 -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:67 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:40 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:42 -msgid "Tema Visual" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:57 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:67 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:40 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:42 +msgid "Visual Theme" msgstr "Theme" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:62 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:62 #, fuzzy msgid "" -"Establece el tema visual global de la aplicación. Es posible establecer un " -"tema visual por usuario en las preferencias." +"Sets the global application visual theme. You can set a per user visual " +"theme on preferences." msgstr "" "Definieren des globalen visuellen Themas. Jeder Benutzer kann sein " "persönliches visuelles Thema in den Benutzereinstellungen wählen." -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:81 -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:89 -msgid "Timeout de sesión (s)" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:81 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:89 +msgid "Session timeout (s)" msgstr "Ablauf der Sitzung (s)" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:107 -msgid "Forzar HTTPS" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:107 +msgid "Force HTTPS" msgstr "HTTPS erzwingen" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:108 -msgid "Fuerza para que todas las conexiones sean a través de HTTPS." +#: app/modules/web/themes/material-blue/views/config/general-site.inc:108 +msgid "It forces the use of HTTPS on all the connections" msgstr "Erzwingt HTTPS bei allen Verbindungen" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:122 -msgid "Habilitar depuración" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:122 +msgid "Enable debug" msgstr "Debugging einschalten" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:123 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:123 #, fuzzy msgid "" -"Muestra información relativa a la configuración de la aplicación y " -"rendimiento." +"Displays some information about application configuration and performance." msgstr "Zeigt Informationen zu Einstellungen und zur Leistung." -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:137 -msgid "Modo mantenimiento" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:137 +msgid "Maintenance mode" msgstr "Wartungsmodus" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:138 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:138 msgid "" -"En este modo no se puede acceder a la aplicación. Para deshabilitarlo es " -"necesario modificar el archivo de configuración." +"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." msgstr "" "In diesem Modus kann sich niemand anmelden. Dies kann nur über die " "Konfigurationsdatei geändert werden." -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:152 -msgid "Comprobar actualizaciones" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:152 +msgid "Check for updates" msgstr "Nach Updates suchen" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:153 -msgid "" -"Comprobar actualizaciones de la aplicación (sólo para los usuarios " -"administradores)." +#: app/modules/web/themes/material-blue/views/config/general-site.inc:153 +msgid "Check for application updates (only for administrators)." msgstr "Prüft auf Anwendungsaktualisierungen (nur für Administratoren)." -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:167 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:167 #, fuzzy -msgid "Comprobar notificaciones" +msgid "Check for notifications" msgstr "Prüft auf Meldungen" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:168 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:168 msgid "" -"Comprobar si existen notificaciones de seguridad o avisos de sysPass (sólo " -"para los usuarios administradores)." +"Check if there are either sysPass security or warning notices (only for " +"administrators)." msgstr "Prüft auf sysPass Sicherheitsmeldungen (nur für Administratoren)." -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:182 -msgid "Encriptar Sesión" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:182 +msgid "Encrypt Session" msgstr "Sitzung verschlüsseln" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:184 -msgid "Encriptar los datos de la sesión de PHP." +#: app/modules/web/themes/material-blue/views/config/general-site.inc:184 +msgid "Encrypt PHP session data" msgstr " PHP-Sitzungsdaten verschlüsseln." -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:185 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:185 msgid "" -"Esta funcionalidad incrementa la seguridad de las sesiones de PHP ya que los " -"datos almacenados no serán legibles." +"This feature increases the PHP sessions security, because the stored data " +"won't be readable." 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/import.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:103 -msgid "Importar CSV/XML" +#: app/modules/web/themes/material-blue/views/config/import.inc:12 +#: app/modules/web/themes/material-blue/views/config/import.inc:103 +msgid "CSV/XML Import" msgstr "CSV-/XML-Import" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:18 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:28 -msgid "Usuario por Defecto" +#: app/modules/web/themes/material-blue/views/config/import.inc:18 +#: app/modules/web/themes/material-blue/views/config/import.inc:28 +msgid "Default User" msgstr "Standardbenutzer" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:23 -msgid "Define el usuario por defecto para las cuentas importadas." +#: app/modules/web/themes/material-blue/views/config/import.inc:23 +msgid "Sets the default user for the accounts imported." msgstr "Definiert den Standardbenutzer für den Kontoimport." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:50 -msgid "Define el grupo por defecto para las cuentas importadas." +#: app/modules/web/themes/material-blue/views/config/import.inc:50 +msgid "Sets the default group for the accounts imported." msgstr "Definiert die Standardgruppe für den Kontoimport." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:72 -msgid "Archivo" -msgstr "Datei" - -#: ../../../modules/web/themes/material-blue/views/config/import.inc:75 -msgid "Soltar archivo aquí o click para seleccionar" +#: app/modules/web/themes/material-blue/views/config/import.inc:75 +msgid "Drop files here or click to select" msgstr "Dateien hier fallen lassen oder zum manuellen Selektieren anklicken" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:105 +#: app/modules/web/themes/material-blue/views/config/import.inc:105 #, fuzzy msgid "" -"Permite realizar la importación de Cuentas, Categorías y Clientes desde " -"archivos XML y CSV." +"Allows to import Accounts, Categories and Clients from XML or CSV files." msgstr "" "Erlaubt es, Konten, Kategorien und Kunden aus einer XML- oder CSV-Datei zu " "importieren." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:107 +#: app/modules/web/themes/material-blue/views/config/import.inc:107 #, fuzzy -msgid "" -"Los formatos de archivos XML soportados son: sysPass, KeePass y KeePassX" +msgid "Supported XML file formats are: sysPass, KeePass and KeePassX" msgstr "Die unterstützen XML-Dateiformate sind: sysPass, KeePass und KeePassX" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:109 -msgid "" -"Arrastar el archivo a importar a la zona indicada o hacer click sobre la " -"flecha." +#: app/modules/web/themes/material-blue/views/config/import.inc:109 +msgid "Drag & Drop the file into the import zone or click over the arrow." msgstr "Datei in die Importzone ziehen oder auf den Pfeil klicken." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:111 +#: app/modules/web/themes/material-blue/views/config/import.inc:111 #, 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." +"For KeePass or KeePassX files, client name will be KeePass or KeePassX and " +"category name like groups name." msgstr "" "Bei KeePass oder KeePassX Dateien wird der Kundenname \"KeePass\" oder " "\"KeePassX\" lauten und die Kategorienamen werden wie die Gruppennamen " "heißen." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:113 -msgid "La importación de archivos CSV se realiza con el siguiente formato:" +#: app/modules/web/themes/material-blue/views/config/import.inc:113 +msgid "The CSV import file requires the following format:" msgstr "Die zu importierende CSV-Datei benötigt folgendes Format:" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:115 +#: app/modules/web/themes/material-blue/views/config/import.inc:115 msgid "" -"\"nombre_de_cuenta\";\"cliente\";\"categoría\";\"url\";\"usuario\";\"clave\";" -"\"notas\"" +"\"account_name\";\"client\";\"category\";\"url\";\"user\";\"password\";" +"\"notes\"" msgstr "" "\"Kontoname\", \"Kunde\", \"Kategorie\", \"URL\", \"Benutzer\", \"Passwort" "\", \"Notizen\"" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:117 +#: app/modules/web/themes/material-blue/views/config/import.inc:117 msgid "" -"En todos los casos, si el cliente o la categoría no están creados, se crean " -"automáticamente." +"In all cases, if the client or category do not exist they will be created " +"automatically." 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:125 +#: app/modules/web/themes/material-blue/views/config/import.inc:125 msgid "XML" msgstr "XML" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:131 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:146 -msgid "Clave de Importación" +#: app/modules/web/themes/material-blue/views/config/import.inc:131 +#: app/modules/web/themes/material-blue/views/config/import.inc:146 +msgid "Import Password" msgstr "Import-Passwort" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:136 -msgid "Sólo es necesaria para archivos XML de sysPass encriptados." +#: app/modules/web/themes/material-blue/views/config/import.inc:136 +msgid "It's only needed for sysPass XML files that have been encrypted." msgstr "" "Es wird nur für sysPass XML-Dateien benötigt, die verschlüsselt wurden." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:157 +#: app/modules/web/themes/material-blue/views/config/import.inc:157 #, fuzzy msgid "" -"Sólo es necesaria para archivos XML de sysPass con clave maestra distinta de " -"la actual." +"It's only needed for sysPass XML files that have been encrypted with a " +"different master password from the current one." 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:174 +#: app/modules/web/themes/material-blue/views/config/import.inc:174 msgid "CSV" msgstr "CSV" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:180 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:195 -msgid "Delimitador CSV" +#: app/modules/web/themes/material-blue/views/config/import.inc:180 +#: app/modules/web/themes/material-blue/views/config/import.inc:195 +msgid "CSV delimiter" msgstr "CSV-Trennzeichen" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:185 -msgid "Sólo es necesario para archivos CSV." +#: app/modules/web/themes/material-blue/views/config/import.inc:185 +msgid "It's only needed for CSV files." msgstr "Es wird nur für CSV-Dateien benötigt." -#: ../../../modules/web/themes/material-blue/views/config/info.inc:14 -msgid "Información de la Aplicación" +#: app/modules/web/themes/material-blue/views/config/info.inc:14 +msgid "Application Information" msgstr "Anwendungsinformationen" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:20 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:23 -msgid "Versión sysPass" +#: app/modules/web/themes/material-blue/views/config/info.inc:20 +#: app/modules/web/themes/material-blue/views/config/info.inc:23 +msgid "sysPass version" msgstr "sysPass Version" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:30 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:33 -msgid "Base de Datos" +#: app/modules/web/themes/material-blue/views/config/info.inc:30 +#: app/modules/web/themes/material-blue/views/config/info.inc:33 +msgid "Database" msgstr "Datenbank" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:44 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:47 +#: app/modules/web/themes/material-blue/views/config/info.inc:44 +#: app/modules/web/themes/material-blue/views/config/info.inc:47 msgid "PHP" msgstr "PHP" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:49 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:34 -msgid "Versión" -msgstr "Version" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:51 -msgid "Extensiones" +#: app/modules/web/themes/material-blue/views/config/info.inc:51 +msgid "Extensions" msgstr "Erweiterungen" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:55 -msgid "Extensiones no disponibles" +#: app/modules/web/themes/material-blue/views/config/info.inc:55 +msgid "Unavailable extensions" msgstr "Nicht verfügbare Erweiterungen" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:59 -msgid "Memoria Usada" +#: app/modules/web/themes/material-blue/views/config/info.inc:59 +msgid "Used Memory" msgstr "Verwendeter Speicher" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:63 -msgid "Tasa de descarga" +#: app/modules/web/themes/material-blue/views/config/info.inc:63 +msgid "Download rate" msgstr "Download-Rate" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:66 +#: app/modules/web/themes/material-blue/views/config/info.inc:66 msgid "OP Cache" msgstr "OP Cache" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:85 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:88 -msgid "Copia de Configuración" +#: app/modules/web/themes/material-blue/views/config/info.inc:85 +#: app/modules/web/themes/material-blue/views/config/info.inc:88 +msgid "Configuration Backup" msgstr "Einstellungen sichern" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:98 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:180 +#: app/modules/web/themes/material-blue/views/config/info.inc:98 +#: app/modules/web/themes/material-blue/views/config/info.inc:180 #, php-format -msgid "Descargar %s" +msgid "Download %s" msgstr "Download %s" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:112 -msgid "Indica si el idioma se encuentra disponible" +#: app/modules/web/themes/material-blue/views/config/info.inc:112 +msgid "Tells whether the language is available or not." msgstr "Gibt an, ob die Sprache verfügbar ist oder nicht" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:116 +#: app/modules/web/themes/material-blue/views/config/info.inc:116 msgid "" -"Si no está instalado, es necesario instalar las locales en el sistema " -"operativo. Más información en Wiki." +"If it is not installed, you would need install the right operating system " +"locales. More info at Wiki." msgstr "" "Wenn nicht installiert, müssen Sie die richtigen " "Betriebssystemgebietsschemas installieren. Weitere Informationen finden Sie " "im Wiki." -#: ../../../modules/web/themes/material-blue/views/config/info.inc:128 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:138 -msgid "Sesión Encriptada" +#: app/modules/web/themes/material-blue/views/config/info.inc:128 +#: app/modules/web/themes/material-blue/views/config/info.inc:138 +msgid "Encrypted Session" msgstr "Verschlüsselte Sitzung" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:133 +#: app/modules/web/themes/material-blue/views/config/info.inc:133 #, fuzzy -msgid "Indica si los datos de la sesión están encriptados en el servidor" +msgid "Tells whether the session data are encrypted in the server side or not" msgstr "" "Zeigt an, ob die Sitzungsdaten auf dem Server verschlüsselt sind oder nicht" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:140 -msgid "Sí" -msgstr "Ja" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:140 -msgid "No" -msgstr "Nein" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:145 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:148 -msgid "Plugins Cargados" +#: app/modules/web/themes/material-blue/views/config/info.inc:145 +#: app/modules/web/themes/material-blue/views/config/info.inc:148 +msgid "Loaded Plugins" msgstr "Geladene Plugins" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:171 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:174 -msgid "Archivo de log" +#: app/modules/web/themes/material-blue/views/config/info.inc:171 +#: app/modules/web/themes/material-blue/views/config/info.inc:174 +msgid "Log file" msgstr "Log file" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:16 -msgid "Esta extensión es necesaria conectar con el servidor de LDAP" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:16 +msgid "This extension is needed to connect to the LDAP server" msgstr "" "Diese Erweiterung ist notwendig um, sich zu einem LDAP-Server verbinden zu " "können" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:46 -msgid "Habilitar LDAP" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:46 +msgid "Enable LDAP" msgstr "LDAP verwenden" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:48 -msgid "Habilita de autentificación mediante servidor LDAP." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:48 +msgid "Enables authentication against an LDAP server." msgstr "Aktiviert die Authentifizierung über einen LDAP-Server." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:50 -msgid "Este método utilizará MySQL en caso de fallo." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:50 +msgid "This method will use MySQL as fallback." msgstr "Diese Methode verwendet im Fehlerfall die Datenbank als Reserve." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:65 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:65 msgid "Active Directory" msgstr "Active Directory (AD)" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:67 -msgid "Habilita el modo de conexión con LDAP de Active Directory." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:67 +msgid "Enables Active Directory LDAP connection mode." msgstr "Aktiviert den Active Directory LDAP-Verbindungsmodus." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:84 -msgid "Habilita la conexión mediante TLS." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:84 +msgid "Enables the connection over TLS" msgstr "Aktiviert die Verbindung über TLS" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:99 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:99 #, fuzzy -msgid "Nombre o dirección IP del servidor de LDAP." +msgid "Hostname or IP address of LDAP server." msgstr "Hostname oder IP-Adresse des LDAP-Servers" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:103 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:134 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:185 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:219 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:131 -msgid "Ejemplos:" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:103 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:134 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:185 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:219 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:131 +msgid "Examples:" msgstr "Beispiele:" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:125 -msgid "Usuario de conexión" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:125 +msgid "Bind User" msgstr "Benutzer für die Verbindung" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:130 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:130 #, fuzzy -msgid "Usuario para conectar con el servicio de LDAP." +msgid "User to connect to LDAP service." msgstr "Benutzer für die Verbindung zum LDAP-Service." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:155 -msgid "Clave de conexión" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:155 +msgid "Bind Password" msgstr "LDAP-Passwort" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:160 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:160 #, fuzzy -msgid "Clave del usuario de conexión a LDAP." +msgid "LDAP connection user's password" msgstr "LDAP-Verbindungspasswort" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:176 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:200 -msgid "Base de búsqueda" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:176 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:200 +msgid "Search base" msgstr "Suchpräfix" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:181 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:181 #, fuzzy -msgid "Base en la que realizar la búsqueda de usuarios de LDAP." +msgid "LDAP base to perform the LDAP users search." msgstr "Geben Sie die LDAP-Basis für die Benutzersuche an." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:211 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:211 #, fuzzy -msgid "" -"Grupo de LDAP al que debe de pertenecer el usuario para permitir el acceso." +msgid "LDAP group which user must belong to for granting to log in." msgstr "" "LDAP-Gruppe, zu welcher der Benutzer gehören muss, um sich anmelden zu können" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:215 -msgid "Este grupo debe de estar ubicado en la base de búsquedas de LDAP." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:215 +msgid "This group needs to be placed in the LDAP search base." msgstr "Diese Gruppe muss in der LDAP-Suchbasis platziert werden" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:244 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:244 #, fuzzy -msgid "" -"Define el grupo de usuarios por defecto para los nuevos usuarios de LDAP." +msgid "Sets the default users group for newly created LDAP users" msgstr "Legen Sie die Standardgruppe für neue LDAP-Benutzer fest." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:269 -msgid "" -"Define el perfil de usuarios por defecto para los nuevos usuarios de LDAP." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:269 +msgid "Sets the default profile for the newly created LDAP users." msgstr "Legen Sie das Standardprofil für neue LDAP-Benutzer fest." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:321 -msgid "Importación" -msgstr "Import" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:321 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:494 +msgid "Import" +msgstr "" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:327 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:337 -msgid "Atributo Login" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:327 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:337 +msgid "Login Attribute" msgstr "Login-Attribut" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:332 -msgid "" -"Define el atributo a utilizar para el login del usuario en la importación." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:332 +msgid "Defines the attribute for the user's login when importing." msgstr "Definiert das Attribut für den Benutzerlogin beim Import." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:350 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:360 -msgid "Atributo Nombre" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:350 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:360 +msgid "Name Attribute" msgstr "Namensattribut" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:355 -msgid "" -"Define el atributo a utilizar para el nombre del usuario en la importación." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:355 +msgid "Defines the attribute for the user's name when importing." msgstr "Definiert das Benutzernamenattribut für den Import." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:385 -msgid "Importar Grupos" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:385 +msgid "Import Groups" msgstr "Gruppen importieren" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:394 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:404 -msgid "Atributo Nombre Grupo" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:394 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:404 +msgid "Group Name Attribute" msgstr "Attributnamengruppe" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:399 -msgid "" -"Define el atributo a utilizar para el nombre del grupo en la importación." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:399 +msgid "Defines the attribute for the user group name when importing." msgstr "" "Definiert das Attribut für den Namen der Benutzergruppe beim Importieren." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:415 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:429 -msgid "Filtro" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:415 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:429 +msgid "Filter" msgstr "Filter" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:420 -msgid "Filtro para importar usuarios o grupos de LDAP." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:420 +msgid "Filter for importing LDAP users or groups." msgstr "Filter zum Importieren von LDAP-Benutzern oder -Gruppen" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:33 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:34 -msgid "Habilitar notificaciones de correo" +#: app/modules/web/themes/material-blue/views/config/mail.inc:33 +#: app/modules/web/themes/material-blue/views/config/mail.inc:34 +msgid "Enable email notifications" msgstr "E-Mail-Benachrichtigungen einschalten" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:48 -msgid "Habilitar peticiones por correo" +#: app/modules/web/themes/material-blue/views/config/mail.inc:48 +msgid "Enable requests by email" msgstr "Erlaube Anfragen per E-Mail" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:50 +#: app/modules/web/themes/material-blue/views/config/mail.inc:50 #, fuzzy msgid "" -"Habilita que los usuarios puedan solicitar modificaciones o acceso a las " -"cuentas sin permisos." +"Allows users to request for either modifications to existing accounts or " +"access to accounts which they have no rights on." msgstr "" "Ermöglicht Benutzern ohne Berechtigungen, Änderungen oder Zugriff auf Konten " "anzufordern." -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:97 -msgid "Habilitar Autentificación" +#: app/modules/web/themes/material-blue/views/config/mail.inc:97 +msgid "Enable Authentication" msgstr "Authentifizierung aktivieren" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:132 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:135 -msgid "Seguridad" +#: app/modules/web/themes/material-blue/views/config/mail.inc:132 +#: app/modules/web/themes/material-blue/views/config/mail.inc:135 +msgid "Security" msgstr "Sicherheit" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:138 -msgid "Deshabilitada" -msgstr "Inaktiv" - -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:148 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:156 +#: app/modules/web/themes/material-blue/views/config/mail.inc:148 +#: app/modules/web/themes/material-blue/views/config/mail.inc:156 #, fuzzy -msgid "Dirección de correo de envío" +msgid "Recipient email address" msgstr "Absender E-Mail-Adresse" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:162 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:165 -msgid "Destinatarios" +#: app/modules/web/themes/material-blue/views/config/mail.inc:162 +#: app/modules/web/themes/material-blue/views/config/mail.inc:165 +msgid "Recipients" msgstr "Empfänger" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:16 -msgid "Esta extensión es necesaria conectar con DokuWiki" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:16 +msgid "This extension is needed to connect with DokuWiki" msgstr "" "Diese Erweiterung ist notwendig, um sich zu einem DokuWiki verbinden zu " "können" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:47 -msgid "Habilitar enlaces Wiki" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:47 +msgid "Enable Wiki links" msgstr "Wiki-Links aktivieren" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:48 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:48 msgid "" -"Habilita la opción de añadir un enlace a Wiki externa para los resultados de " -"la búsqueda." +"Enables the option to add a link to search for results in an external Wiki." msgstr "" "Aktiviert die Option einen Link für Suchresultate zu einem externen Wiki " "hinzuzufügen." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:56 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:83 -msgid "URL de búsqueda Wiki" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:56 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:83 +msgid "Wiki search URL" msgstr "Wiki Such-URL" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:61 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:61 #, fuzzy -msgid "URL que utiliza la wiki para realizar una búsqueda de una página." +msgid "URL that Wiki uses for making an entry searching." msgstr "URL, welche das Wiki zur Inhaltssuche nutzt." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:65 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:65 #, fuzzy -msgid "Como parámetro se utiliza el nombre del cliente." +msgid "The client's name is used as parameter." msgstr "Name des Kunden als Parameter benutzen." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:69 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:102 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:187 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:214 -msgid "Ejemplo:" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:69 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:102 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:187 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:214 +msgid "Example:" msgstr "Beispiel:" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:89 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:116 -msgid "URL de página en Wiki" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:89 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:116 +msgid "Wiki page URL" msgstr "Wiki URL" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:94 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:94 #, fuzzy -msgid "URL que utiliza la wiki para acceder a los detalles de una página." +msgid "URL that Wiki uses for accessing to the entry details." msgstr "" "URL, mit der das Wiki für den Zugriff auf die Eintragsdetails verwendet wird." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:98 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:98 #, fuzzy -msgid "" -"El nombre de la cuenta se utiliza como parámetro de la variable de búsqueda " -"de la Wiki." +msgid "Account's name is used as parameter of Wiki search variable." msgstr "Der Kontoname wird als Parameter der Wiki-Suchvariable benutzt." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:122 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:136 -msgid "Prefijo para nombre de cuenta" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:122 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:136 +msgid "Account name prefix" msgstr "Präfix für den Kontonamen" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:127 -msgid "" -"Prefijo para determinar qué cuentas tienen un enlace a una página de la Wiki." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:127 +msgid "Prefix to determine which accounts have a link to the Wiki." msgstr "Präfix zur Auswahl der Konten, die einen Link zum Wiki besitzen." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:146 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:146 msgid "DokuWiki API" msgstr "DokuWiki API" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:164 -msgid "Habilitar API de DokuWiki" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:164 +msgid "Enable DokuWiki API" msgstr "DokuWiki API aktivieren" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:166 -msgid "" -"Habilita la conexión a la API XML-RPC de DokuWiki para los enlaces Wiki." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:166 +msgid "Enables DokuWiki XML-RPC API for Wiki links." msgstr "Aktiviert DokuWiki XML-RPC API für Wiki-Links." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:168 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:168 msgid "" -"Para que esta característica funcione, es necesario habilitar los enlaces " -"Wiki para el filtrado de cuentas." +"In order to get this feature working, you should enable Wiki links for " +"accounts filtering" msgstr "" "Damit diese Funktion funktioniert, müssen Sie Wiki-Links für die " "Kontofilterung aktivieren." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:178 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:199 -msgid "URL API" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:178 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:199 +msgid "API URL" msgstr "API URL" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:183 -msgid "URL de la API de DokuWiki." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:183 +msgid "DokuWiki API URL" msgstr "DokuWiki API URL" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:205 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:227 -msgid "URL Base" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:205 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:227 +msgid "Base URL" msgstr "Basis-URL" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:210 -msgid "URL base de DokuWiki." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:210 +msgid "DokuWiki base URL" msgstr "DokuWiki-Basis-URL" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:238 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:238 #, fuzzy -msgid "Usuario para conectar a la API de DokuWiki." +msgid "User for connecting to the DokuWiki API." msgstr "Benutzer zum Herstellen einer Verbindung mit der DokuWiki API" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:266 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:282 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:266 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:282 msgid "Namespace" msgstr "Namensraum" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:271 -msgid "Namespace utilizado para buscar las páginas." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:271 +msgid "Namespace used to search pages." 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:170 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:172 -msgid "Instalar" +#: app/modules/web/themes/material-blue/views/error/error-database.inc:17 +#: app/modules/web/themes/material-blue/views/error/error-database.inc:19 +#: app/modules/web/themes/material-blue/views/install/index.inc:170 +#: app/modules/web/themes/material-blue/views/install/index.inc:172 +msgid "Install" msgstr "Installieren" -#: ../../../modules/web/themes/material-blue/views/grid/datagrid-nav-full.inc:18 -msgid "Filtro ON" +#: app/modules/web/themes/material-blue/views/grid/datagrid-nav-full.inc:18 +msgid "Filter ON" msgstr "Filter eingeschaltet" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:11 +#: app/modules/web/themes/material-blue/views/install/index.inc:11 #, php-format -msgid "Instalación %s" +msgid "Installation %s" msgstr "Installation %s" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:21 -msgid "Admin de sysPass" +#: app/modules/web/themes/material-blue/views/install/index.inc:21 +msgid "sysPass Admin" msgstr "sysPass Administrator" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:29 -msgid "Usuario administrador de sysPass" +#: app/modules/web/themes/material-blue/views/install/index.inc:29 +msgid "sysPass admin user" msgstr "sysPass Administrator" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:37 -msgid "Login del usuario administrador de sysPass" +#: app/modules/web/themes/material-blue/views/install/index.inc:37 +msgid "sysPass administrator's login" msgstr "sysPass Administratoranmeldung" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:69 -msgid "Configurar BBDD" +#: app/modules/web/themes/material-blue/views/install/index.inc:69 +msgid "DB Configuration" msgstr "Datenbankkonfiguration" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:79 -msgid "Usuario acceso BBDD" +#: app/modules/web/themes/material-blue/views/install/index.inc:79 +msgid "DB access user" msgstr "Datenbankbenutzer" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:87 +#: app/modules/web/themes/material-blue/views/install/index.inc:87 #, fuzzy -msgid "Usuario con permisos de administrador de MySQL" +msgid "An user with MySQL admin rights" msgstr "Benutzer mit Datenbankadministratorrechten" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:95 -msgid "Clave acceso BBDD" +#: app/modules/web/themes/material-blue/views/install/index.inc:95 +msgid "DB access password" msgstr "Datenbankpasswort" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:104 -msgid "Nombre BBDD para sysPass" -msgstr "sysPass Datenbankname" +#: app/modules/web/themes/material-blue/views/install/index.inc:104 +#: app/modules/web/themes/material-blue/views/install/index.inc:112 +msgid "sysPass database name" +msgstr "" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:112 -msgid "Nombre de la base de datos para sysPass" -msgstr "Name der sysPass Datenbank" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:121 -msgid "Servidor BBDD para sysPass" +#: app/modules/web/themes/material-blue/views/install/index.inc:121 +msgid "sysPass database server" msgstr "sysPass Datenbankserver" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:129 +#: app/modules/web/themes/material-blue/views/install/index.inc:129 #, fuzzy -msgid "Nombre del servidor para instalar la base de datos de sysPass" +msgid "Server name to install sysPass database" msgstr "" "Name oder IP-Adresse des Servers, auf dem die sysPass Datenbank installiert " "werden soll" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:149 -msgid "Modo Hosting" +#: app/modules/web/themes/material-blue/views/install/index.inc:149 +msgid "Hosting Mode" msgstr "Hosting-Modus" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:156 -msgid "No crea ni verifica los permisos del usuario sobre la BBDD" +#: app/modules/web/themes/material-blue/views/install/index.inc:156 +msgid "It does not create or verify the user's permissions on the DB" msgstr "" "Berechtigungen des Benutzers für die Datenbank werden weder erstellt, noch " "überprüft" -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:28 -msgid "Otros" +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:28 +msgid "Others" msgstr "Andere" -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:64 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:66 -msgid "Creador" +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:66 +msgid "Creator" msgstr "Ersteller" -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:134 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:155 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:184 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:206 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:134 -msgid "Eliminar" -msgstr "Entfernen" - -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:232 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:234 -msgid "Eliminar Historial" +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:232 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:234 +msgid "Delete History" msgstr "Historie leeren" -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:64 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:19 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:92 -msgid "Opciones" +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:19 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:92 +msgid "Options" msgstr "Optionen" -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:67 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:71 -msgid "Regenerar Autorización" +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:67 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:71 +msgid "Refresh Authorization" msgstr "Autorisierung erneuern" -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:77 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:79 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:77 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:79 msgid "Token" msgstr "Token" -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:54 -msgid "Indica si el cliente es visible para todos los usuarios." +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:54 +msgid "Sets whether the client is visible by all users" msgstr "Legt fest, ob der Kunde für alle Benutzer sichtbar ist." -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:57 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:57 #, fuzzy msgid "" -"Por defecto los clientes asignados a cuentas sólo son visibles para los " -"usuarios con acceso a las cuentas." +"By default, clients assigned to accounts only will be visible by users who " +"are granted to access to the accounts." 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:30 -msgid "Nombre del campo" +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:30 +msgid "Field name" msgstr "Feldname" -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:63 -msgid "Texto Ayuda" +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:63 +msgid "Help Text" msgstr "Hilfetext" -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:69 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:69 #, fuzzy -msgid "Ayuda del campo" +msgid "Field's help" msgstr "Feldhilfe" -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:80 -msgid "Obligatorio" +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:80 +msgid "Required" msgstr "Benötigt" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:44 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:52 -msgid "Puntuación" +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:44 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:52 +msgid "Score" msgstr "Bewertung" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:58 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:65 -msgid "Expresión Regular" +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:58 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:65 +msgid "Regular Expression" msgstr "Regulärer Ausdruck" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:140 -msgid "Incluir Minúsculas" +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:140 +msgid "Include Lowercase" msgstr "Kleinbuchstaben einschließen" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:31 -msgid "Las cuentas sólo serán visibles por el usuario." +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:31 +msgid "Accounts will be only visible by the user." msgstr "Konten sind nur für den Benutzer sichtbar." -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:33 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:52 -msgid "Los administradores no podrán acceder a las cuentas." +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:33 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:52 +msgid "Administrators won't be able to display the accounts." msgstr "Administratoren können die Konten nicht anzeigen." -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:50 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:50 #, fuzzy -msgid "Las cuentas sólo serán visibles por el usuario y su grupo principal." +msgid "" +"Accounts will be only visible by the user and users belonging to the main " +"group." msgstr "Accounts sind nur für den Benutzer und seine Hauptgruppe sichtbar." -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:16 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:24 -msgid "Dirección IP" +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:16 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:24 +msgid "IP Address" msgstr "IP Adresse" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:29 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:37 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:29 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:37 msgid "Timeout" msgstr "Timeout" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:89 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:89 msgid "" -"Prioridad de asignación en caso de coincidir con otros valores asignados por " -"usuario, grupo o perfil." +"Assignment priority if values match with others assigned by user, group or " +"profile." 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:100 -msgid "Prioridad de asignación" +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:100 +msgid "Assignment Priority" msgstr "Zuweisungspriorität" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:122 -msgid "" -"Indica si los valores serán forzados al crear o modificar los elementos." +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:122 +msgid "Enforces the values to be set either on creating or updating an item." msgstr "" "Erzwinge das Setzen von Werten beim Erstellen oder Ändern von Elementen." -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:124 -msgid "Los valores serán añadidos a los existentes." +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:124 +msgid "Values will be merged with the existing ones." msgstr "Die Werte werden mit den vorhandenen Werten zusammengeführt." -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:81 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:83 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:81 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:83 msgid "Hash" msgstr "Hash" -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:89 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:91 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:89 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:91 msgid "URL" msgstr "URL" -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:99 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:101 -msgid "Uso" +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:99 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:101 +msgid "Use" msgstr "Benutzen" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:44 -msgid "Nombre de usuario completo" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:44 +msgid "Full username" msgstr "Vollständiger Benutzername" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:58 -msgid "Login de inicio de sesión" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:58 +msgid "Session login" msgstr "Sitzungslogin" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:69 -msgid "Login SSO" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:69 +msgid "SSO Login " msgstr "SSO-Login" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:77 -msgid "Login de inicio de sesión con SSO" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:77 +msgid "Session login with SSO" msgstr "Sitzungsanmeldung mit SSO" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:84 -msgid "Email" -msgstr "E-Mail" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:92 -msgid "Dirección de correo" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:92 +msgid "Email address" msgstr "E-Mail-Adresse" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:200 -msgid "Admin Aplicación" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:202 +msgid "Application administrator" msgstr "Anwendungsadministrator" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:202 -msgid "Administrador de la aplicación" -msgstr "Anwendungsadministrator" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:218 -msgid "Admin Cuentas" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:220 +msgid "Accounts administrator" msgstr "Kontoadministrator" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:220 -msgid "Administrador de cuentas" -msgstr "Kontoadministrator" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:240 -msgid "Forzar cambio de clave" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:240 +msgid "Force password change" msgstr "Erzwinge Passwortänderung" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:257 -msgid "Deshabilitado" -msgstr "Inaktiv" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:273 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:275 -msgid "Entradas" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:273 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:275 +msgid "Entries" msgstr "Einträge" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:282 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:284 -msgid "Último Acceso" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:282 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:284 +msgid "Last Access" msgstr "Letzter Zugriff" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:300 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:302 -msgid "Fecha Clave Maestra" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:300 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:302 +msgid "Master Password Date" msgstr "Erstelldatum des Masterpassworts" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:309 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:311 -msgid "Usado en" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:309 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:311 +msgid "Used in" msgstr "Verwendet in" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:87 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:89 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:548 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:550 -msgid "Usado por" +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:87 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:89 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:548 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:550 +msgid "Used by" msgstr "Verwendet von" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:108 -msgid "(*) Incluido en grupo" +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:108 +msgid "(*) Listed in group" msgstr "(*) Gelistet in der Gruppe" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:26 -msgid "Gestión" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:26 +msgid "Management" msgstr "Verwaltung" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:36 -msgid "Crear" -msgstr "Erstellen" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:37 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:37 #, fuzzy -msgid "Crear nueva cuenta" +msgid "Create new account" msgstr "Neues Konto erstellen" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:54 -msgid "Ver detalles de cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:54 +msgid "View account details" msgstr "Kontodetails anzeigen" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:70 -msgid "Ver clave de cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:70 +msgid "View account password" msgstr "Passwort anzeigen" #. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:86 -#: ../../../config/actions.xml:259 -msgid "Ver Historial" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:86 +#: app/config/actions.xml:259 +msgid "View History" msgstr "Verlauf anzeigen" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:87 -msgid "Ver historial de cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:87 +msgid "View account history" msgstr "Kontohistorie anzeigen" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:103 -msgid "Editar cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:103 +msgid "Edit account" msgstr "Konto ändern" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:118 -msgid "Editar Clave" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:118 +msgid "Edit Password" msgstr "Passwort ändern" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:119 -msgid "Editar clave de cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:119 +msgid "Edit account password" msgstr "Passwort des Kontos ändern" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:135 -msgid "Eliminar cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:135 +msgid "Remove account" msgstr "Konto entfernen" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:151 -msgid "Ver archivos de cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:151 +msgid "View account files" msgstr "Dateien des Kontos anzeigen" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:166 -msgid "Publicar Enlace" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:166 +msgid "Share Link" msgstr "Teile Link" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:167 -msgid "Publicar enlace a cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:167 +msgid "Share link to account" msgstr "Teile Link mit Konto" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:183 -msgid "Crear cuenta privada" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:183 +msgid "Create private account" msgstr "Erstelle privates Konto" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:199 -msgid "Crear cuenta privada para grupo" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:199 +msgid "Create private account for group" msgstr "Erstellen Sie ein privates Konto für die Gruppe" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:215 -msgid "Asignar permisos" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:215 +msgid "Assign permissions" msgstr "Berechtigungen zuweisen" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:251 -msgid "Gestión de usuarios" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:251 +msgid "Users management" msgstr "Benutzerverwaltung" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:267 -msgid "Gestión de grupos" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:267 +msgid "Groups management" msgstr "Gruppenverwaltung" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:283 -msgid "Gestión de perfiles" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:283 +msgid "Profiles management" msgstr "Profilverwaltung" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:299 -msgid "Gestión de categorías" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:299 +msgid "Categories management" msgstr "Kategorieverwaltung" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:315 -msgid "Gestión de etiquetas" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:315 +msgid "Tags management" msgstr "Tag-Verwaltung" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:331 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:331 #, fuzzy -msgid "Gestión de clientes" +msgid "Customers management" msgstr "Kundenverwaltung" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:347 -msgid "Gestión de campos personalizados" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:347 +msgid "Custom fields management" msgstr "Spezifische Felderverwaltung" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:363 -msgid "Gestión de autorizaciones API" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:363 +msgid "API authorizations management" msgstr "API Berechtigungsmanagement" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:379 -msgid "Gestión de enlaces" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:379 +msgid "Links management" msgstr "Link-Verwaltung" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:395 -msgid "Gestión de cuentas" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:395 +msgid "Accounts management" msgstr "Kontenverwaltung" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:426 -msgid "Valores por Defecto" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:426 +msgid "Default Values" msgstr "Standardwerte" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:427 -msgid "Gestión de Valores por Defecto" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:427 +msgid "Default Values Management" msgstr "Verwaltung Vorgabewerte" #. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:447 -#: ../../../config/actions.xml:697 -msgid "Configuración General" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:447 +#: app/config/actions.xml:697 +msgid "General Configuration" msgstr "Allgemeine Einstellungen" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:463 -msgid "Opciones de encriptación" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:463 +msgid "Encryption options" msgstr "Verschlüsselungsoptionen" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:478 -msgid "Backup" -msgstr "Sicherung" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:479 -msgid "Realizar copia de seguridad y exportar" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:479 +msgid "Make a backup and export" msgstr "Backup erstellen und exportieren" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:494 -msgid "Importar" -msgstr "Importieren" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:495 -msgid "Realizar importación de cuentas" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:495 +msgid "Make accounts import" msgstr "Kontoimport" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:514 -msgid "Log de Eventos" -msgstr "Ereignisprotokoll" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:515 -msgid "Ver log de eventos" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:515 +msgid "View event log" msgstr "Ereignisprotokoll ansehen" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:541 -msgid "Nombre del perfil" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:541 +msgid "Profile name" msgstr "Profilname" -#: ../../../modules/web/themes/material-blue/views/login/index.inc:46 -msgid "Clave Anterior" +#: app/modules/web/themes/material-blue/views/login/index.inc:46 +msgid "Previous Password" msgstr "Vorheriges Passwort" -#: ../../../modules/web/themes/material-blue/views/login/index.inc:73 -msgid "Acceder" +#: app/modules/web/themes/material-blue/views/login/index.inc:73 +msgid "Sign in" msgstr "Anmeldung" -#: ../../../modules/web/themes/material-blue/views/login/index.inc:82 -msgid "¿Olvidó su clave?" +#: app/modules/web/themes/material-blue/views/login/index.inc:82 +msgid "Forgot password?" msgstr "Passwort vergessen?" -#: ../../../modules/web/themes/material-blue/views/login/index.inc:88 -msgid "Aplicación actualizada correctamente" -msgstr "Anwendung erfolgreich aktualisiert" - -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:14 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:14 #, php-format -msgid "Actualización %s" +msgid "Update %s" msgstr "Aktualisierung %s" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:20 -msgid "Actualización de BBDD" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:20 +msgid "DB Update" msgstr "Datenbank-Update" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:22 -msgid "Actualización de Aplicación" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:22 +msgid "Application Update" msgstr "Anwendungsupdate" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:29 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:28 -msgid "Código de Seguridad" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:29 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:28 +msgid "Security Code" msgstr "Sicherheitscode" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:37 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:37 #, fuzzy msgid "" -"Este código se encuentra en el archivo de configuración de sysPass con la " -"etiqueta \"upgradeKey\"" +"This code is set in sysPass config file within the tag name \"upgradekey\"" msgstr "" "Diesen Code finden Sie in der sysPass Konfigurationsdatei mit dem Tag-Namen " "\"upgradekey\"" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:47 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:47 msgid "" -"Se han encontrado elementos huérfanos. Por favor, modifique estos elementos " -"o indique los IDs por defecto para los elementos huérfanos." +"Some orphaned items have been found. Please, modify those items or enter the " +"default IDs for them." 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:49 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:49 #, fuzzy -msgid "Si no se indican los IDs, se crearán nuevos elementos." +msgid "If items IDs are not set, they will be created." msgstr "Wenn die ID des Objektes nicht gesetzt ist, wird sie erstellt." -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:74 -msgid "Introducir un ID de usuario válido para cuentas" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:74 +msgid "Enter a valid user ID for the accounts" msgstr "Bitte geben Sie einen gültigen Benutzernamen für die Konten ein" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:85 -msgid "Introducir un ID de categoría válido para cuentas" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:85 +msgid "Enter a valid category ID for the accounts" msgstr "Bitte geben Sie eine gültige Kategorie-ID für die Konten ein" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:96 -msgid "Introducir un ID de cliente válido para cuentas" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:96 +msgid "Enter a valid client ID for the accounts" msgstr "Bitte geben Sie eine gültige Kunden-ID für die Konten ein" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:108 -msgid "Introducir un ID de grupo válido para usuarios" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:108 +msgid "Enter a valid group ID for the users" msgstr "Bitte geben Sie eine gültige Gruppen-ID für die Benutzer ein" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:118 -msgid "Introducir un ID de perfil válido para usuarios" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:118 +msgid "Enter a valid profile ID for the users" msgstr "Bitte geben Sie eine gültige Profil-ID für die Benutzer ein" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:128 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:128 msgid "" -"Esta actualización utiliza un nuevo esquema de encriptación, por lo que es " -"necesario reencriptar los datos almacenados" +"This update uses a new encryption schema, so it will be needed to reencrypt " +"the whole encrypted data." 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/main/upgrade.inc:150 -msgid "Introducir login de usuario válido" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:150 +msgid "Enter a valid user login" msgstr "Bitte einen gültigen Kontonamen angeben" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:162 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:33 -msgid "He realizado una copia de seguridad completa de sysPass" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:162 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:33 +msgid "I've done a full sysPass backup" msgstr "Ich habe eine vollständige sysPass Sicherung durchgeführt" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:176 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:41 -msgid "Por favor espere mientras el proceso se ejecuta" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:176 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:41 +msgid "Please, wait while the process is running" msgstr "Vorgang läuft. Bitte warten." -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:184 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:49 -msgid "Actualizar" -msgstr "Aktualisierung" - -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:186 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:51 -msgid "Iniciar Actualización" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:186 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:51 +msgid "Start Update" msgstr "Aktualisierung starten" -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:95 -msgid "Notificación global" +#: app/modules/web/themes/material-blue/views/notification/notification.inc:95 +msgid "Global notification" msgstr "Globale Benachrichtigung" -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:103 -msgid "Sólo para administradores de la aplicación" +#: app/modules/web/themes/material-blue/views/notification/notification.inc:103 +msgid "Only for application administrators" msgstr "Nur für Anwendungsadministratoren" -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:107 -msgid "Solo Admins" -msgstr "Nur für Administratoren" - -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:29 -msgid "Nombre del plugin" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:29 +msgid "Plugin name" msgstr "Plugin-Name" -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:41 -msgid "Versión del plugin" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:41 +msgid "Plugin version" msgstr "Plugin-Version" -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:46 -msgid "Versión Compatible" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:46 +msgid "Compatible Version" msgstr "Kompatible Version" -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:53 -msgid "Versión de sysPass compatible" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:53 +msgid "sysPass compatible version" msgstr "Kompatible sysPass Version" -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:58 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:39 -msgid "Autor" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:58 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:39 +msgid "Author" msgstr "Autor" -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:65 -msgid "Autor del plugin" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:65 +msgid "Plugin author" msgstr "Plugin-Autor" -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:11 -msgid "La aplicación necesita actualizarse" +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:11 +msgid "The application needs to be updated" 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" +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:16 +msgid "Please enter the security code to start the upgrade" 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:13 -msgid "Solicitud de Cambio de Clave" +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:6 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:13 +msgid "Request Password Change" msgstr "Passwortänderungsanfrage versenden" -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:29 -msgid "Email del Usuario" +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:29 +msgid "User's Email" msgstr "Benutzer E-Mail" -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:39 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:49 -msgid "Volver a iniciar sesión" +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:39 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:49 +msgid "Go back to login" msgstr "Zurück zur Anmeldung" -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:44 -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:46 -msgid "Solicitar" -msgstr "Anfrage" - -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:54 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:56 -msgid "Cambiar" +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:54 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:56 +msgid "Change" msgstr "Ändern" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:107 -msgid "Ordenar resultados por visitas" +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:107 +msgid "Sort search results by views" msgstr "Suchergebnis nach Aufrufhäufigkeit sortieren" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:109 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:109 #, fuzzy -msgid "" -"Ordena los resultados de búsqueda por el número de visitas de las cuentas." +msgid "Sorts accounts search results by the number of account's views" msgstr "" "Sortiert das Suchergebnis der Konten anhand der Anzahl der Kontenzugriffe." -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:124 -msgid "Barra de navegación superior" +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:124 +msgid "Navigation bar on top" msgstr "Obere Navigationsleiste" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:126 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:126 #, fuzzy -msgid "Mostrar una barra de navegación superior en las búsquedas." +msgid "Dysplays a navigation bar on top of the search results." msgstr "Zeigt eine Navigationsleiste oberhalb der Suchresultate." -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:141 -msgid "Mostrar Acciones Ocultas" +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:141 +msgid "Show Hidden Actions" msgstr "Zeige versteckte Aktionen" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:143 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:143 #, fuzzy -msgid "" -"Mostrar las acciones ocultas para los elementos de la búsqueda de cuentas." +msgid "Always display hidden actions on the accounts search page." msgstr "" "Ermöglicht es, die versteckten Aktionen der Kontensuchmaske anzuzeigen." -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:175 -msgid "Notificaciones In-App" +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:175 +msgid "In-App Notifications" msgstr "In-App-Benachrichtigungen" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:177 -msgid "Habilita la consulta de notificaciones activas In-App." +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:177 +msgid "Enables the active In-App notifications polling" msgstr "Ermöglicht die Abfrage aktiver In-App-Benachrichtigungen." -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:192 -msgid "Mostrar Filtros" +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:192 +msgid "Show Filters" msgstr "Show Filters" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:194 -msgid "Muestra la selección los filtros adicionales en la búsqueda de cuentas." +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:194 +msgid "Displays the additional filters selection on the accounts search." msgstr "Displays the additional filters selection on the accounts search." #. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:16 -#: ../../../config/actions.xml:277 -msgid "Ver Wiki" +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:16 +#: app/config/actions.xml:277 +msgid "View Wiki" msgstr "Wiki anzeigen" -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:24 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:24 #, php-format -msgid "Resultados de búsqueda de '%s'" +msgid "Search results of '%s'" msgstr "Suchergebnisse von '%s'" -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:27 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:37 -msgid "Página" +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:27 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:37 +msgid "Page" msgstr "Seite" #. (itstool) path: action/text -#: ../../../config/actions.xml:7 -msgid "Buscar Cuentas" +#: app/config/actions.xml:7 +msgid "Search for Accounts" msgstr "Konten suchen" #. (itstool) path: action/text -#: ../../../config/actions.xml:25 -msgid "Peticiones" +#: app/config/actions.xml:25 +msgid "Requests" msgstr "Anfragen" #. (itstool) path: action/text -#: ../../../config/actions.xml:31 -msgid "Favoritos" +#: app/config/actions.xml:31 +msgid "Favorites" msgstr "Favoriten" #. (itstool) path: action/text -#: ../../../config/actions.xml:43 -msgid "Elementos y Personalización" +#: app/config/actions.xml:43 +msgid "Items and Customizations" msgstr "Objekte und Anpassungen" #. (itstool) path: action/text -#: ../../../config/actions.xml:49 -msgid "Gestión Categorías" +#: app/config/actions.xml:49 +msgid "Categories Management" msgstr "Kategorienverwaltung" #. (itstool) path: action/text -#: ../../../config/actions.xml:55 +#: app/config/actions.xml:55 #, fuzzy -msgid "Gestión Clientes" +msgid "Customers Management" msgstr "Kundenverwaltung" #. (itstool) path: action/text -#: ../../../config/actions.xml:61 -msgid "Gestión Autorizaciones API" +#: app/config/actions.xml:61 +msgid "API Authorizations Management" msgstr "Verwaltung der API-Genehmigung" #. (itstool) path: action/text -#: ../../../config/actions.xml:67 -msgid "Gestión Campos Personalizados" +#: app/config/actions.xml:67 +msgid "Custom Fields Management" msgstr "Verwaltung benutzerdefinierter Felder" #. (itstool) path: action/text -#: ../../../config/actions.xml:79 -msgid "Gestión de Archivos" +#: app/config/actions.xml:79 +msgid "Files Management" msgstr "Dateiverwaltung" #. (itstool) path: action/text -#: ../../../config/actions.xml:85 -msgid "Gestión de Cuentas" +#: app/config/actions.xml:85 +msgid "Accounts Management" msgstr "Kontenverwaltung" #. (itstool) path: action/text -#: ../../../config/actions.xml:91 -msgid "Gestión de Etiquetas" +#: app/config/actions.xml:91 +msgid "Tags Management" msgstr "Tag-Verwaltung" #. (itstool) path: action/text -#: ../../../config/actions.xml:97 -msgid "Gestión Plugins" +#: app/config/actions.xml:97 +msgid "Plugins Management" msgstr "Plugin-Verwaltung" #. (itstool) path: action/text -#: ../../../config/actions.xml:103 -msgid "Usuarios y Accesos" +#: app/config/actions.xml:103 +msgid "Users and Accesses" msgstr "Benutzer und Zugriffe" #. (itstool) path: action/text -#: ../../../config/actions.xml:109 -msgid "Seguridad y Auditoría" +#: app/config/actions.xml:109 +msgid "Security and Audit" msgstr "Sicherheit und Audit" #. (itstool) path: action/text -#: ../../../config/actions.xml:115 -msgid "Gestión Usuarios" +#: app/config/actions.xml:115 +msgid "Users Management" msgstr "Benutzerverwaltung" #. (itstool) path: action/text -#: ../../../config/actions.xml:121 -msgid "Gestión Grupos" +#: app/config/actions.xml:121 +msgid "Groups Management" msgstr "Gruppenverwaltung" #. (itstool) path: action/text -#: ../../../config/actions.xml:127 -msgid "Gestión Perfiles" +#: app/config/actions.xml:127 +msgid "Profiles Management" msgstr "Profilverwaltung" #. (itstool) path: action/text -#: ../../../config/actions.xml:139 -msgid "Buscar Eventos" -msgstr "Suche nach Ereignissen" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:145 -msgid "Limpiar Eventos" +#: app/config/actions.xml:145 +msgid "Clear Events" msgstr "Ereignisse Entfernen" #. (itstool) path: action/text -#: ../../../config/actions.xml:151 ../../../config/actions.xml:481 -msgid "Ver Cuenta" +#: app/config/actions.xml:151 app/config/actions.xml:481 +msgid "View Account" msgstr "Benutzer ansehen" #. (itstool) path: action/text -#: ../../../config/actions.xml:181 -msgid "Editar Clave de Cuenta" -msgstr "Benutzerpasswort ändern" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:211 ../../../config/actions.xml:469 -msgid "Subir Archivo" +#: app/config/actions.xml:211 app/config/actions.xml:469 +msgid "Upload File" msgstr "Datei hochladen" #. (itstool) path: action/text -#: ../../../config/actions.xml:229 -msgid "Buscar Archivos" +#: app/config/actions.xml:229 +msgid "Search for Files" msgstr "Nach Dateien suchen" #. (itstool) path: action/text -#: ../../../config/actions.xml:235 -msgid "Listar Archivos" +#: app/config/actions.xml:235 +msgid "List Files" msgstr "Dateien auflisten" #. (itstool) path: action/text -#: ../../../config/actions.xml:241 -msgid "Ver Favoritos" -msgstr "Favoriten anzeigen" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:247 -msgid "Añadir Favorito" -msgstr "Als Favorit markieren" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:283 -msgid "Añadir Wiki" +#: app/config/actions.xml:283 +msgid "Add Wiki" msgstr "Wiki hinzufügen" #. (itstool) path: action/text -#: ../../../config/actions.xml:289 -msgid "Editar Wiki" +#: app/config/actions.xml:289 +msgid "Edit Wiki" msgstr "Wiki bearbeiten" #. (itstool) path: action/text -#: ../../../config/actions.xml:295 -msgid "Eliminar Wiki" +#: app/config/actions.xml:295 +msgid "Delete Wiki" msgstr "Wiki entfernen" #. (itstool) path: action/text -#: ../../../config/actions.xml:361 -msgid "Nuevo Token API" +#: app/config/actions.xml:361 +msgid "New API Token" msgstr "API Token erstellen" #. (itstool) path: action/text -#: ../../../config/actions.xml:367 -msgid "Ver Token API" +#: app/config/actions.xml:367 +msgid "View API Token" msgstr "API Token anzeigen" #. (itstool) path: action/text -#: ../../../config/actions.xml:373 -msgid "Editar Token API" +#: app/config/actions.xml:373 +msgid "Edit API Token" msgstr "API Token bearbeiten" #. (itstool) path: action/text -#: ../../../config/actions.xml:379 -msgid "Eliminar Token API" +#: app/config/actions.xml:379 +msgid "Delete API Token" msgstr "API Token entfernen" #. (itstool) path: action/text -#: ../../../config/actions.xml:385 -msgid "Buscar Token API" +#: app/config/actions.xml:385 +msgid "Search for API Token" msgstr "API Token suchen" #. (itstool) path: action/text -#: ../../../config/actions.xml:391 -msgid "Nuevo Campo Personalizado" +#: app/config/actions.xml:391 +msgid "New Custom Field" msgstr "Benutzerdefiniertes Feld erstellen" #. (itstool) path: action/text -#: ../../../config/actions.xml:397 -msgid "Ver Campo Personalizado" +#: app/config/actions.xml:397 +msgid "Show Custom Field" msgstr "Benutzerdefiniertes Felder anzeigen" #. (itstool) path: action/text -#: ../../../config/actions.xml:403 -msgid "Editar Campo Personalizado" +#: app/config/actions.xml:403 +msgid "Edit Custom Field" msgstr "Benutzerdefiniertes Felder bearbeiten" #. (itstool) path: action/text -#: ../../../config/actions.xml:409 -msgid "Eliminar Campo Personalizado" +#: app/config/actions.xml:409 +msgid "Delete Custom Field" msgstr "Benutzerdefiniertes Feld entfernen" #. (itstool) path: action/text -#: ../../../config/actions.xml:415 -msgid "Buscar Campo Personalizado" +#: app/config/actions.xml:415 +msgid "Search for Custom Field" msgstr "Benutzerdefiniertes Feld suchen" #. (itstool) path: action/text -#: ../../../config/actions.xml:427 +#: app/config/actions.xml:427 #, fuzzy -msgid "Ver Enlace Público" +msgid "Show Public Link" msgstr "Öffentlichen Link anzeigen" #. (itstool) path: action/text -#: ../../../config/actions.xml:445 -msgid "Buscar Enlace Público" +#: app/config/actions.xml:445 +msgid "Search for Public Link" msgstr "Öffentlichen Link suchen" #. (itstool) path: action/text -#: ../../../config/actions.xml:535 -msgid "Nuevo Plugin" -msgstr "Neues Plugin" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:553 -msgid "Habilitar Plugin" +#: app/config/actions.xml:553 +msgid "Enable Plugin" msgstr "Plugin aktivieren" #. (itstool) path: action/text -#: ../../../config/actions.xml:559 -msgid "Deshabilitar Plugin" +#: app/config/actions.xml:559 +msgid "Disable Plugin" msgstr "Plugin deaktivieren" #. (itstool) path: action/text -#: ../../../config/actions.xml:565 -msgid "Restablecer Plugin" +#: app/config/actions.xml:565 +msgid "Reset Plugin" msgstr "Plugin zurücksetzen" #. (itstool) path: action/text -#: ../../../config/actions.xml:601 -msgid "Editar Clave Usuario" +#: app/config/actions.xml:601 +msgid "Edit User Password" msgstr "Benutzerpasswort bearbeiten" #. (itstool) path: action/text -#: ../../../config/actions.xml:673 -msgid "Configuración Usuario" +#: app/config/actions.xml:673 +msgid "User Configuration" msgstr "Benutzer Konfiguration" #. (itstool) path: action/text -#: ../../../config/actions.xml:679 -msgid "Preferencias General" +#: app/config/actions.xml:679 +msgid "General Preferences" msgstr "Generelle Einstellungen" #. (itstool) path: action/text -#: ../../../config/actions.xml:703 -msgid "Configuración Cuentas" +#: app/config/actions.xml:703 +msgid "Accounts Configuration" msgstr "Account Konfiguration" #. (itstool) path: action/text -#: ../../../config/actions.xml:709 -msgid "Configuración Wiki" +#: app/config/actions.xml:709 +msgid "Wiki Configuration" msgstr "Wiki Konfiguration" #. (itstool) path: action/text -#: ../../../config/actions.xml:715 -msgid "Configuración Encriptación" +#: app/config/actions.xml:715 +msgid "Encryption Configuration" msgstr "Verschlüsselungskonfiguration" #. (itstool) path: action/text -#: ../../../config/actions.xml:721 -msgid "Actualizar Hash" +#: app/config/actions.xml:721 +msgid "Update Hash" msgstr "Hashwert erneuern" #. (itstool) path: action/text -#: ../../../config/actions.xml:727 -msgid "Clave Maestra Temporal" +#: app/config/actions.xml:727 +msgid "Temporary Master Password" msgstr "Temporäres Masterpasswort ändern" #. (itstool) path: action/text -#: ../../../config/actions.xml:733 -msgid "Configuración Copia de Seguridad" +#: app/config/actions.xml:733 +msgid "Backup Configuration" msgstr "Backup der Konfiguration erstellen" #. (itstool) path: action/text -#: ../../../config/actions.xml:745 -msgid "Configuración Importación" +#: app/config/actions.xml:745 +msgid "Import Configuration" msgstr "Konfiguration importieren" #. (itstool) path: action/text -#: ../../../config/actions.xml:751 -msgid "Importar CSV" +#: app/config/actions.xml:751 +msgid "CSV Import" msgstr "CSV-Import" #. (itstool) path: action/text -#: ../../../config/actions.xml:757 -msgid "Importar XML" +#: app/config/actions.xml:757 +msgid "XML Import" msgstr "XML-Import" #. (itstool) path: action/text -#: ../../../config/actions.xml:763 -msgid "Configuración Exportación" +#: app/config/actions.xml:763 +msgid "Export Configuration" msgstr "Konfiguration exportieren" #. (itstool) path: action/text -#: ../../../config/actions.xml:769 -msgid "Exportación" +#: app/config/actions.xml:769 +msgid "Export" msgstr "Export" #. (itstool) path: action/text -#: ../../../config/actions.xml:775 -msgid "Configuración Email" +#: app/config/actions.xml:775 +msgid "Email Configuration" msgstr "E-Mail konfiguration" #. (itstool) path: action/text -#: ../../../config/actions.xml:781 -msgid "Configuración LDAP" +#: app/config/actions.xml:781 +msgid "LDAP Configuration" msgstr "LDAP-Konfiguration" #. (itstool) path: action/text -#: ../../../config/actions.xml:787 -msgid "Sincronización LDAP" +#: app/config/actions.xml:787 +msgid "LDAP synchronization" msgstr "LDAP-Synchronisation" #. (itstool) path: action/text -#: ../../../config/actions.xml:793 -msgid "Gestión de Cuenta (H)" +#: app/config/actions.xml:793 +msgid "Account Management (H)" msgstr "Account Management (H)" #. (itstool) path: action/text -#: ../../../config/actions.xml:823 -msgid "Crear Notificación" +#: app/config/actions.xml:823 +msgid "Create Notification" msgstr "Benachrichtigung erstellen" #. (itstool) path: action/text -#: ../../../config/actions.xml:853 -msgid "Gestión Valores Predeterminados" +#: app/config/actions.xml:853 +msgid "Preset Values Management" msgstr "Verwaltung Vorgabewerte" #. (itstool) path: action/text -#: ../../../config/actions.xml:889 -msgid "Gestión de Tracks" +#: app/config/actions.xml:889 +msgid "Tracks Management" msgstr "Track-Verwaltung" #. (itstool) path: action/text -#: ../../../config/actions.xml:901 -msgid "Desbloquear track" +#: app/config/actions.xml:901 +msgid "Unlock track" msgstr "Track entsperren" #. (itstool) path: action/text -#: ../../../config/actions.xml:907 +#: app/config/actions.xml:907 #, fuzzy -msgid "Vaciar tracks" +msgid "Clear the tracks out" msgstr "Track-Liste leeren" #. (itstool) path: strings/text -#: ../../../config/strings.xml:4 +#: app/config/strings.xml:4 msgid "Color" msgstr "Farbe" #. (itstool) path: strings/text -#: ../../../config/strings.xml:5 -msgid "Número" +#: app/config/strings.xml:5 +msgid "Number" msgstr "Nummer" #. (itstool) path: strings/text -#: ../../../config/strings.xml:6 -msgid "Teléfono" +#: app/config/strings.xml:6 +msgid "Phone" msgstr "Telefon" #. (itstool) path: strings/text -#: ../../../config/strings.xml:7 -msgid "Área de Texto" +#: app/config/strings.xml:7 +msgid "Text Area" msgstr "Textbereich" #. (itstool) path: strings/text -#: ../../../config/strings.xml:8 -msgid "Texto" +#: app/config/strings.xml:8 +msgid "Text" msgstr "Text" -#. (itstool) path: strings/text -#: ../../../config/strings.xml:9 -msgid "Link" -msgstr "Link" - -#~ msgid "CONSULTA INVÁLIDA" -#~ msgstr "Ungültige Anfrage" - -#~ msgid "La sesión no se ha iniciado o ha caducado" -#~ msgstr "Sitzung konnte nicht gestartet werden oder ist abgelaufen" - -#~ msgid "Es necesario un nombre de cuenta" -#~ msgstr "Ein Kontoname wird benötigt" - -#~ 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" - -#, fuzzy -#~ 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" - -#, fuzzy -#~ 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 "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 "Error al crear el grupo" -#~ msgstr "Fehler beim Anlegen der Gruppe" - -#~ msgid "Error al actualizar el grupo" -#~ msgstr "Fehler beim Ändern der Gruppe" - #~ msgid "No es posible eliminar" #~ msgstr "Kann nicht gelöscht werden" -#~ 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" -#, fuzzy -#~ 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" -#, fuzzy -#~ 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" - -#, fuzzy -#~ msgid "Clave maestra no indicada" -#~ msgstr "Masterpasswort notwendig" - -#~ msgid "Se ha de confirmar el cambio de clave" -#~ msgstr "Passwort muss bestätigt werden" - -#, fuzzy -#~ msgid "Las claves son idénticas" -#~ msgstr "Passwörter sind identisch" - -#, fuzzy -#~ 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" @@ -5391,124 +7659,30 @@ msgstr "Link" #~ 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" - -#, fuzzy -#~ 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" -#, fuzzy -#~ 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" - -#, fuzzy -#~ 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" @@ -5518,80 +7692,24 @@ msgstr "Link" #~ 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" -#, fuzzy -#~ 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" @@ -5607,174 +7725,34 @@ msgstr "Link" #~ 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 "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" - -#, fuzzy -#~ msgid "El directorio \"/config\" no existe" -#~ msgstr "Das \" Verzeichnis \"config\" existiert nicht" - -#, fuzzy -#~ msgid "No es posible escribir en el directorio \"config\"" -#~ msgstr "In das Verzeichnis \"config\" kann nicht geschrieben werden" - -#, fuzzy -#~ 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" - -#, fuzzy -#~ 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" @@ -5785,50 +7763,15 @@ msgstr "Link" #~ msgid "Error al seleccionar la BBDD" #~ msgstr "Fehler bei der Auswahl der Datenbank" -#, fuzzy -#~ 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\"" -#, fuzzy -#~ 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" @@ -5844,36 +7787,12 @@ msgstr "Link" #~ 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" @@ -5892,43 +7811,15 @@ msgstr "Link" #~ 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" - -#, fuzzy -#~ 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 "Último backup" #~ msgstr "Letztes Backup" #~ msgid "Última exportación" #~ msgstr "Letzter Export" -#~ msgid "Registro de eventos vaciado" -#~ msgstr "Ereignisprotokoll entfernt" - -#, fuzzy -#~ 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)'" @@ -5947,9 +7838,6 @@ msgstr "Link" #~ "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" @@ -5980,45 +7868,15 @@ msgstr "Link" #~ 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" @@ -6027,27 +7885,6 @@ msgstr "Link" #~ "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" @@ -6057,12 +7894,6 @@ msgstr "Link" #~ 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" @@ -6075,81 +7906,24 @@ msgstr "Link" #~ 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" @@ -6162,81 +7936,15 @@ msgstr "Link" #~ msgid "Añadir Cliente" #~ msgstr "Kunden hinzufügen" -#~ msgid "Observador no inicializado" -#~ msgstr "Observer nicht initialisiert" - -#~ msgid "Es necesario un objeto" -#~ msgstr "Ein Objekt wird benötigt" - -#~ 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 "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" - -#, fuzzy -#~ msgid "Id de categoría no definido. No es posible importar cuenta." -#~ msgstr "Kategorie-ID nicht definiert. Konto kann nicht importiert werden." - -#, fuzzy -#~ 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" @@ -6249,102 +7957,15 @@ msgstr "Link" #~ 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" @@ -6354,48 +7975,15 @@ msgstr "Link" #~ 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" @@ -6405,9 +7993,6 @@ msgstr "Link" #~ msgid "Hay %d notificaciones pendientes" #~ msgstr "Es gibt %d ungelesene Benachrichtigungen" -#~ msgid "Agente" -#~ msgstr "Agent" - #~ msgid "Crear Usuario" #~ msgstr "Benutzer hinzufügen" @@ -6462,165 +8047,12 @@ msgstr "Link" #~ 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" @@ -6639,173 +8071,9 @@ msgstr "Link" #~ 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" - -#, fuzzy -#~ 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)" @@ -6818,202 +8086,18 @@ msgstr "Link" #~ 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: %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" - -#, fuzzy -#~ 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" - -#, fuzzy -#~ 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" - -#, fuzzy -#~ 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" @@ -7047,13 +8131,6 @@ msgstr "Link" #~ 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." @@ -7072,85 +8149,3 @@ msgstr "Link" #~ msgid "Gestión Permisos" #~ msgstr "Berechtigungsverwaltung" - -#~ msgid "La clave no cumple los carácteres requeridos" -#~ msgstr "Das Passwort enthält nicht die geforderten Zeichen" - -#~ msgid "Es necesario que la clave contenga letras" -#~ msgstr "Das Passwort muss Buchstaben enthalten" - -#~ msgid "Es necesario que la clave contenga minúsculas" -#~ msgstr "Das Passwort muss Kleinbuchstaben enthalten" - -#~ msgid "Es necesario que la clave contenga mayúsculas" -#~ msgstr "Das Passwort muss Großbuchstaben enthalten" - -#~ msgid "Es necesario que la clave contenga números" -#~ msgstr "Das Passwort muss Ziffern enthalten" - -#, fuzzy -#~ msgid "Es necesario que la clave contenga símbolos" -#~ msgstr "Das Passwort muss Sonderzeichen enthalten" - -#~ msgid "Error al desconectar del servidor de LDAP" -#~ msgstr "Fehler beim Abmelden vom LDAP-Server" - -#~ msgid "Valor no encontrada" -#~ msgstr "Wert nicht gefunden" - -#~ msgid "Error al eliminar los valores" -#~ msgstr "Fehler beim Löschen der Werte" - -#~ msgid "Dirección IP no establecida" -#~ msgstr "IP Adresse nicht angegeben" - -#~ msgid "Valores eliminados" -#~ msgstr "Werte wurden gelöscht" - -#~ msgid "Valor eliminado" -#~ msgstr "Wert wurde gelöscht" - -#~ msgid "Valor creado" -#~ msgstr "Wert erstellt" - -#~ msgid "Valor actualizado" -#~ msgstr "Wert aktualisiert" - -#~ msgid "Tipo de valor no definido o incorrecto" -#~ msgstr "Werttyp nicht festgelegt oder inkorrekt" - -#~ msgid "Expresión regular inválida" -#~ msgstr "Ungültiger regulärer Ausdruck" - -#~ msgid "Error al vaciar tracks" -#~ msgstr "Fehler beim Leeren der Track-Liste" - -#~ msgid "Track desbloqueado" -#~ msgstr "Track entsperrt" - -#~ msgid "Tracks limpiados" -#~ msgstr "Track-Liste wurde geleert" - -#~ msgid "Grupo visualizado" -#~ msgstr "Gruppe angesehen" - -#~ msgid "Plugin disponible" -#~ msgstr "Plugin verfügbar" - -#~ msgid "Plugin no disponible" -#~ msgstr "Plugin nicht verfügbar" - -#~ msgid "Plugin cargado" -#~ msgstr "Plugin geladen" - -#~ msgid "Generar clave temporal" -#~ msgstr "Generate temporary password" - -#~ msgid "Clave temporal generada" -#~ msgstr "Temporary password generated" - -#~ msgid "Plugins eliminados" -#~ msgstr "Plugins deleted" - -#~ msgid "Plugin eliminado" -#~ msgstr "Plugin deleted" diff --git a/app/locales/en_GB/LC_MESSAGES/messages.mo b/app/locales/en_GB/LC_MESSAGES/messages.mo deleted file mode 100644 index 4559040e95ed1f8794183bef4117b10cff1fe37f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 105627 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, 2012-2015 -msgid "" -msgstr "" -"Project-Id-Version: sysPass\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-11-04 11:05+0100\n" -"PO-Revision-Date: 2018-11-04 11:05+0100\n" -"Last-Translator: nuxsmin \n" -"Language-Team: nuxsmin@syspass.org\n" -"Language: en_GB\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Poedit-KeywordsList: _;__;__u;gettext;gettext_noop\n" -"X-Poedit-Basepath: .\n" -"X-Poedit-SourceCharset: UTF-8\n" -"X-Generator: Poedit 1.8.11\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Poedit-SearchPath-0: ../../../modules\n" -"X-Poedit-SearchPath-1: ../../../../lib\n" -"X-Poedit-SearchPath-2: ../../../config\n" - -#: ../../../../lib/SP/Bootstrap.php:278 -#, php-format -msgid "Versión de PHP requerida >= %s <= %s" -msgstr "Required PHP version >= %s <= %s" - -#: ../../../../lib/SP/Bootstrap.php:280 -msgid "" -"Actualice la versión de PHP para que la aplicación funcione correctamente" -msgstr "Please update the PHP version to run sysPass" - -#: ../../../../lib/SP/Config/ConfigUtil.php:94 -msgid "El directorio \"/config\" no existe" -msgstr "\"/config\" directory does not exist." - -#: ../../../../lib/SP/Config/ConfigUtil.php:100 -msgid "No es posible escribir en el directorio \"config\"" -msgstr "Unable to write into \"/config\" directory" - -#: ../../../../lib/SP/Config/ConfigUtil.php:109 -msgid "Los permisos del directorio \"/config\" son incorrectos" -msgstr "\"/config\" directory permissions are wrong" - -#: ../../../../lib/SP/Config/ConfigUtil.php:111 -#, php-format -msgid "Actual: %s - Necesario: 750" -msgstr "Current: %s - Needed: 750" - -#: ../../../../lib/SP/Core/Acl/AccountPermissionException.php:45 -#: ../../../../lib/SP/Util/ErrorUtil.php:152 -#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:96 -msgid "No tiene permisos para acceder a esta cuenta" -msgstr "You don't have permission to access 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:149 -#: ../../../../lib/SP/Util/ErrorUtil.php:153 -#: ../../../../lib/SP/Util/ErrorUtil.php:157 -#: ../../../../lib/SP/Util/ErrorUtil.php:161 -#: ../../../../lib/SP/Util/ErrorUtil.php:169 -#: ../../../../lib/SP/Util/ErrorUtil.php:176 -#: ../../../modules/web/Controllers/ErrorController.php:124 -#: ../../../modules/web/Controllers/ErrorController.php:140 -#: ../../../modules/web/Controllers/UserPassResetController.php:96 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:13 -msgid "Consulte con el administrador" -msgstr "Please contact to the administrator" - -# Not available -#: ../../../../lib/SP/Core/Acl/Acl.php:294 -#: ../../../../lib/SP/Services/Auth/LoginService.php:604 -msgid "N/D" -msgstr "N/A" - -#: ../../../../lib/SP/Core/Acl/Acl.php:299 -msgid "Acceso denegado" -msgstr "Access denied" - -#: ../../../../lib/SP/Core/Acl/Acl.php:300 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:108 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:36 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:38 -msgid "Acción" -msgstr "Action" - -#: ../../../../lib/SP/Core/Acl/Acl.php:301 -#: ../../../../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:220 -#: ../../../../lib/SP/Services/Auth/LoginService.php:238 -#: ../../../../lib/SP/Services/Auth/LoginService.php:390 -#: ../../../../lib/SP/Services/Auth/LoginService.php:457 -#: ../../../../lib/SP/Services/Auth/LoginService.php:565 -#: ../../../../lib/SP/Services/Auth/LoginService.php:608 -#: ../../../../lib/SP/Services/Ldap/LdapImportService.php:238 -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:254 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:110 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:112 -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:105 -#: ../../../modules/web/Controllers/LoginController.php:122 -#: ../../../modules/web/Controllers/UserController.php:287 -#: ../../../modules/web/Controllers/UserController.php:323 -#: ../../../modules/web/Controllers/UserController.php:388 -#: ../../../modules/web/Controllers/UserController.php:429 -#: ../../../modules/web/Controllers/UserPassResetController.php:197 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:63 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:69 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:101 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:67 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:73 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:141 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:76 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:25 -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:67 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:61 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:149 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:106 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:113 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:233 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:247 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:24 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:31 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:33 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:36 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:65 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:67 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:18 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:97 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:24 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:94 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:75 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:77 -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:19 -msgid "Usuario" -msgstr "User" - -#: ../../../../lib/SP/Core/Acl/Actions.php:176 -msgid "Acción no encontrada" -msgstr "Action not found" - -#: ../../../../lib/SP/Core/Acl/UnauthorizedActionException.php:46 -#: ../../../../lib/SP/Util/ErrorUtil.php:160 -#: ../../../modules/web/Controllers/AccountFileController.php:292 -#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:64 -#: ../../../modules/web/Controllers/AccountManagerController.php:79 -#: ../../../modules/web/Controllers/AccountManagerController.php:213 -#: ../../../modules/web/Controllers/AuthTokenController.php:71 -#: ../../../modules/web/Controllers/AuthTokenController.php:111 -#: ../../../modules/web/Controllers/AuthTokenController.php:176 -#: ../../../modules/web/Controllers/AuthTokenController.php:209 -#: ../../../modules/web/Controllers/AuthTokenController.php:254 -#: ../../../modules/web/Controllers/AuthTokenController.php:292 -#: ../../../modules/web/Controllers/AuthTokenController.php:344 -#: ../../../modules/web/Controllers/CategoryController.php:69 -#: ../../../modules/web/Controllers/CategoryController.php:106 -#: ../../../modules/web/Controllers/CategoryController.php:170 -#: ../../../modules/web/Controllers/CategoryController.php:203 -#: ../../../modules/web/Controllers/CategoryController.php:248 -#: ../../../modules/web/Controllers/CategoryController.php:290 -#: ../../../modules/web/Controllers/CategoryController.php:332 -#: ../../../modules/web/Controllers/ClientController.php:70 -#: ../../../modules/web/Controllers/ClientController.php:107 -#: ../../../modules/web/Controllers/ClientController.php:171 -#: ../../../modules/web/Controllers/ClientController.php:203 -#: ../../../modules/web/Controllers/ClientController.php:245 -#: ../../../modules/web/Controllers/ClientController.php:285 -#: ../../../modules/web/Controllers/ClientController.php:323 -#: ../../../modules/web/Controllers/CustomFieldController.php:71 -#: ../../../modules/web/Controllers/CustomFieldController.php:108 -#: ../../../modules/web/Controllers/CustomFieldController.php:170 -#: ../../../modules/web/Controllers/CustomFieldController.php:202 -#: ../../../modules/web/Controllers/CustomFieldController.php:236 -#: ../../../modules/web/Controllers/CustomFieldController.php:275 -#: ../../../modules/web/Controllers/CustomFieldController.php:314 -#: ../../../modules/web/Controllers/EventlogController.php:107 -#: ../../../modules/web/Controllers/ItemPresetController.php:70 -#: ../../../modules/web/Controllers/ItemPresetController.php:157 -#: ../../../modules/web/Controllers/ItemPresetController.php:197 -#: ../../../modules/web/Controllers/ItemPresetController.php:236 -#: ../../../modules/web/Controllers/ItemPresetController.php:268 -#: ../../../modules/web/Controllers/ItemPresetController.php:309 -#: ../../../modules/web/Controllers/ItemPresetController.php:350 -#: ../../../modules/web/Controllers/NotificationController.php:110 -#: ../../../modules/web/Controllers/NotificationController.php:173 -#: ../../../modules/web/Controllers/NotificationController.php:191 -#: ../../../modules/web/Controllers/NotificationController.php:223 -#: ../../../modules/web/Controllers/NotificationController.php:255 -#: ../../../modules/web/Controllers/NotificationController.php:308 -#: ../../../modules/web/Controllers/NotificationController.php:337 -#: ../../../modules/web/Controllers/NotificationController.php:372 -#: ../../../modules/web/Controllers/PluginController.php:111 -#: ../../../modules/web/Controllers/PluginController.php:133 -#: ../../../modules/web/Controllers/PluginController.php:277 -#: ../../../modules/web/Controllers/PublicLinkController.php:74 -#: ../../../modules/web/Controllers/PublicLinkController.php:111 -#: ../../../modules/web/Controllers/PublicLinkController.php:173 -#: ../../../modules/web/Controllers/PublicLinkController.php:201 -#: ../../../modules/web/Controllers/PublicLinkController.php:233 -#: ../../../modules/web/Controllers/PublicLinkController.php:276 -#: ../../../modules/web/Controllers/PublicLinkController.php:310 -#: ../../../modules/web/Controllers/PublicLinkController.php:354 -#: ../../../modules/web/Controllers/TagController.php:68 -#: ../../../modules/web/Controllers/TagController.php:105 -#: ../../../modules/web/Controllers/TagController.php:165 -#: ../../../modules/web/Controllers/TagController.php:197 -#: ../../../modules/web/Controllers/TagController.php:233 -#: ../../../modules/web/Controllers/TagController.php:266 -#: ../../../modules/web/Controllers/TagController.php:299 -#: ../../../modules/web/Controllers/UserController.php:75 -#: ../../../modules/web/Controllers/UserController.php:112 -#: ../../../modules/web/Controllers/UserController.php:197 -#: ../../../modules/web/Controllers/UserController.php:230 -#: ../../../modules/web/Controllers/UserController.php:266 -#: ../../../modules/web/Controllers/UserController.php:308 -#: ../../../modules/web/Controllers/UserController.php:373 -#: ../../../modules/web/Controllers/UserController.php:416 -#: ../../../modules/web/Controllers/UserController.php:455 -#: ../../../modules/web/Controllers/UserGroupController.php:77 -#: ../../../modules/web/Controllers/UserGroupController.php:114 -#: ../../../modules/web/Controllers/UserGroupController.php:185 -#: ../../../modules/web/Controllers/UserGroupController.php:217 -#: ../../../modules/web/Controllers/UserGroupController.php:259 -#: ../../../modules/web/Controllers/UserGroupController.php:300 -#: ../../../modules/web/Controllers/UserGroupController.php:341 -#: ../../../modules/web/Controllers/UserProfileController.php:70 -#: ../../../modules/web/Controllers/UserProfileController.php:107 -#: ../../../modules/web/Controllers/UserProfileController.php:174 -#: ../../../modules/web/Controllers/UserProfileController.php:206 -#: ../../../modules/web/Controllers/UserProfileController.php:248 -#: ../../../modules/web/Controllers/UserProfileController.php:285 -#: ../../../modules/web/Controllers/UserProfileController.php:323 -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:156 -msgid "No tiene permisos para acceder a esta página" -msgstr "You don't have permission to access this page" - -#: ../../../../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/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/Context/SessionContext.php:547 -msgid "La sesión no puede ser inicializada" -msgstr "Session cannot be initialized" - -#: ../../../../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:244 -#: ../../../../lib/SP/Repositories/AuthToken/AuthTokenRepository.php:334 -#: ../../../../lib/SP/Repositories/AuthToken/AuthTokenRepository.php:389 -#: ../../../../lib/SP/Repositories/AuthToken/AuthTokenRepository.php:417 -#: ../../../../lib/SP/Services/Account/AccountService.php:227 -#: ../../../../lib/SP/Services/Account/AccountService.php:232 -#: ../../../../lib/SP/Services/Api/ApiService.php:129 -#: ../../../../lib/SP/Services/Api/ApiService.php:229 -#: ../../../../lib/SP/Services/Api/ApiService.php:237 -#: ../../../../lib/SP/Services/Auth/LoginService.php:190 -#: ../../../../lib/SP/Services/Auth/LoginService.php:354 -#: ../../../../lib/SP/Services/Auth/LoginService.php:504 -#: ../../../../lib/SP/Services/Auth/LoginService.php:509 -#: ../../../../lib/SP/Services/Auth/LoginService.php:541 -#: ../../../../lib/SP/Services/Auth/LoginService.php:648 -#: ../../../../lib/SP/Services/AuthToken/AuthTokenService.php:311 -#: ../../../../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:232 -#: ../../../modules/web/Controllers/Traits/ItemTrait.php:122 -#: ../../../modules/web/Controllers/Traits/ItemTrait.php:177 -#: ../../../modules/web/plugins/Authenticator/src/lib/Controllers/AuthenticatorController.php:130 -#: ../../../modules/web/plugins/Authenticator/src/lib/Controllers/AuthenticatorController.php:314 -#: ../../../modules/web/plugins/Authenticator/src/lib/Controllers/AuthenticatorController.php:391 -msgid "Error interno" -msgstr "Internal error" - -#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:176 -msgid "No se puede usar el módulo de encriptación" -msgstr "Crypto module cannot be loaded" - -#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:186 -msgid "Error al generar datos cifrados" -msgstr "Error while creating the encrypted data" - -#: ../../../../lib/SP/Core/Events/Event.php:57 -msgid "Es necesario un objeto" -msgstr "An object is needed" - -#: ../../../../lib/SP/Core/Events/EventDispatcherBase.php:85 -msgid "Observador no inicializado" -msgstr "Observer not initialized" - -#: ../../../../lib/SP/Core/UI/Theme.php:185 -msgid "Clase no válida para iconos" -msgstr "Invalid icons class" - -#: ../../../../lib/SP/DataModel/PublicLinkListData.php:88 -#: ../../../../lib/SP/Providers/Auth/Ldap/LdapConnection.php:190 -#: ../../../modules/web/Controllers/AccountController.php:229 -msgid "ON" -msgstr "ON" - -#: ../../../../lib/SP/DataModel/PublicLinkListData.php:88 -#: ../../../modules/web/Controllers/AccountController.php:229 -msgid "OFF" -msgstr "OFF" - -#: ../../../../lib/SP/Html/DataGrid/DataGridBase.php:302 -#: ../../../../lib/SP/Mvc/View/Template.php:126 -#, php-format -msgid "No es posible obtener la plantilla \"%s\" : %s" -msgstr "Unable to retrieve \"%s\" template: %s" - -#: ../../../../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 "Invalid IP" - -#: ../../../../lib/SP/Http/Json.php:180 -msgid "Error de codificación" -msgstr "Encoding error" - -#: ../../../../lib/SP/Http/XMLRPCResponseParse.php:69 -msgid "Respuesta XML-RPC inválida" -msgstr "Invalid XML-RPC response" - -#: ../../../../lib/SP/Mvc/Controller/ControllerTrait.php:70 -msgid "La sesión no se ha iniciado o ha caducado" -msgstr "Session not started or timed out" - -#: ../../../../lib/SP/Mvc/Controller/ControllerTrait.php:115 -#: ../../../../lib/SP/Mvc/Controller/ControllerTrait.php:124 -msgid "Acción Inválida" -msgstr "Invalid Action" - -#: ../../../../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/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/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/Mvc/View/Template.php:301 -#: ../../../../lib/SP/Mvc/View/Template.php:365 -#, php-format -msgid "No es posible obtener la variable \"%s\"" -msgstr "Unable to retrieve \"%s\" variable" - -#: ../../../../lib/SP/Mvc/View/Template.php:334 -#, php-format -msgid "No es posible destruir la variable \"%s\"" -msgstr "Unable to unset \"%s\" variable" - -#: ../../../../lib/SP/Mvc/View/Template.php:355 -msgid "La plantilla no contiene archivos" -msgstr "Template does not contain files" - -#: ../../../../lib/SP/Plugin/PluginManager.php:170 -#, php-format -msgid "Versión de plugin no compatible (%s)" -msgstr "Plugin version not compatible (%s)" - -#: ../../../../lib/SP/Plugin/PluginManager.php:192 -#, php-format -msgid "No es posible cargar el plugin \"%s\"" -msgstr "Unable to load the \"%s\" plugin" - -#: ../../../../lib/SP/Plugin/PluginManager.php:194 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:108 -msgid "Plugin" -msgstr "Plugin" - -#: ../../../../lib/SP/Plugin/PluginManager.php:219 -#: ../../../../lib/SP/Plugin/PluginManager.php:339 -#: ../../../modules/web/Controllers/PluginController.php:226 -#: ../../../modules/web/Controllers/PluginController.php:229 -msgid "Plugin deshabilitado" -msgstr "Plugin disabled" - -#: ../../../../lib/SP/Plugin/PluginManager.php:254 -msgid "Plugin disponible" -msgstr "Plugin available" - -#: ../../../../lib/SP/Plugin/PluginManager.php:264 -msgid "Plugin no disponible" -msgstr "Plugin unavailable" - -#: ../../../../lib/SP/Plugin/PluginManager.php:294 -msgid "Plugin cargado" -msgstr "Plugin loaded" - -#. (itstool) path: action/text -#: ../../../../lib/SP/Plugin/PluginManager.php:319 -#: ../../../config/actions.xml:535 -msgid "Nuevo Plugin" -msgstr "New Plugin" - -#: ../../../../lib/SP/Plugin/PluginManager.php:320 -#: ../../../modules/api/Controllers/AccountController.php:71 -#: ../../../modules/api/Controllers/AccountController.php:103 -#: ../../../modules/api/Controllers/AccountController.php:139 -#: ../../../modules/api/Controllers/AccountController.php:189 -#: ../../../modules/api/Controllers/AccountController.php:240 -#: ../../../modules/api/Controllers/AccountController.php:315 -#: ../../../modules/api/Controllers/CategoryController.php:63 -#: ../../../modules/api/Controllers/CategoryController.php:92 -#: ../../../modules/api/Controllers/CategoryController.php:122 -#: ../../../modules/api/Controllers/CategoryController.php:151 -#: ../../../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/api/Controllers/TagController.php:62 -#: ../../../modules/api/Controllers/TagController.php:90 -#: ../../../modules/api/Controllers/TagController.php:119 -#: ../../../modules/api/Controllers/TagController.php:148 -#: ../../../modules/api/Controllers/UserGroupController.php:62 -#: ../../../modules/api/Controllers/UserGroupController.php:92 -#: ../../../modules/api/Controllers/UserGroupController.php:123 -#: ../../../modules/api/Controllers/UserGroupController.php:152 -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:240 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:113 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:104 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:105 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:108 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:116 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:107 -#: ../../../modules/web/Controllers/UserGroupController.php:274 -#: ../../../modules/web/Controllers/UserGroupController.php:315 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:30 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:43 -#: ../../../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:65 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:54 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:39 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:23 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:23 -#: ../../../modules/web/themes/material-blue/views/itemshow/tag.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:35 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:24 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:533 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:22 -msgid "Nombre" -msgstr "Name" - -#: ../../../../lib/SP/Providers/Auth/AuthProvider.php:208 -msgid "Método no disponible" -msgstr "Method unavailable" - -#: ../../../../lib/SP/Providers/Auth/AuthProvider.php:212 -msgid "Método ya inicializado" -msgstr "Method already initialized" - -#: ../../../../lib/SP/Providers/Auth/Ldap/LdapActions.php:119 -#: ../../../../lib/SP/Providers/Auth/Ldap/LdapActions.php:126 -msgid "Error al buscar RDN de grupo" -msgstr "Error while searching the group RDN" - -#: ../../../../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:111 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:119 -#: ../../../modules/web/Controllers/UserGroupController.php:238 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:133 -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:25 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:274 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:277 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:206 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:233 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:48 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:50 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:53 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:146 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:148 -msgid "Grupo" -msgstr "Group" - -#: ../../../../lib/SP/Providers/Auth/Ldap/LdapActions.php:205 -#: ../../../../lib/SP/Providers/Auth/Ldap/LdapActions.php:210 -msgid "Error al localizar el usuario en LDAP" -msgstr "Error while searching the user on LDAP" - -#: ../../../../lib/SP/Providers/Auth/Ldap/LdapActions.php:259 -#: ../../../../lib/SP/Providers/Auth/Ldap/LdapActions.php:265 -msgid "Error al buscar objetos en DN base" -msgstr "Error while searching objects in base DN" - -#: ../../../../lib/SP/Providers/Auth/Ldap/LdapConnection.php:95 -#: ../../../modules/web/Controllers/ConfigLdapController.php:158 -#: ../../../modules/web/Controllers/ConfigLdapController.php:203 -msgid "Conexión a LDAP correcta" -msgstr "LDAP connection OK" - -#: ../../../../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 "Unable to connect to LDAP server" - -#: ../../../../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:70 -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:39 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:75 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:78 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:94 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:119 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:59 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:66 -msgid "Servidor" -msgstr "Server" - -#: ../../../../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 parameters are not set" - -#: ../../../../lib/SP/Providers/Auth/Ldap/LdapConnection.php:231 -#: ../../../../lib/SP/Providers/Auth/Ldap/LdapConnection.php:237 -msgid "Error al conectar (BIND)" -msgstr "Connection error (BIND)" - -#: ../../../../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/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 "User in group verified" - -#: ../../../../lib/SP/Providers/Auth/Ldap/LdapMsAds.php:144 -#: ../../../../lib/SP/Providers/Auth/Ldap/LdapStd.php:141 -msgid "Usuario no pertenece al grupo" -msgstr "User does not belong to the group" - -#: ../../../../lib/SP/Providers/Mail/MailHandler.php:124 -#, php-format -msgid "Realizado por: %s (%s)" -msgstr "Performed by: %s (%s)" - -#: ../../../../lib/SP/Providers/Mail/MailHandler.php:125 -#, php-format -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:124 -#: ../../../modules/web/Controllers/AccountController.php:965 -msgid "Solicitud" -msgstr "Request" - -#. (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:124 -#: ../../../modules/web/Controllers/ConfigManagerController.php:174 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:101 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:25 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:394 -#: ../../../config/actions.xml:13 -msgid "Cuentas" -msgstr "Accounts" - -#: ../../../../lib/SP/Providers/Notification/NotificationHandler.php:155 -#: ../../../modules/web/Controllers/NotificationController.php:284 -#: ../../../modules/web/Controllers/NotificationController.php:317 -msgid "Notificación" -msgstr "Notification" - -#: ../../../../lib/SP/Repositories/Account/AccountFileRepository.php:77 -msgid "No se pudo guardar el archivo" -msgstr "Error while saving file" - -#: ../../../../lib/SP/Repositories/Account/AccountFileRepository.php:279 -msgid "Error al eliminar el archivo" -msgstr "Error while deleting the file" - -#: ../../../../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:143 -msgid "Error al actualizar el historial" -msgstr "Error while updating history" - -#: ../../../../lib/SP/Repositories/Account/AccountHistoryRepository.php:162 -#: ../../../../lib/SP/Repositories/Account/AccountRepository.php:321 -#: ../../../../lib/SP/Services/Account/AccountHistoryService.php:192 -msgid "Error al eliminar la cuenta" -msgstr "Error while deleting the account" - -#: ../../../../lib/SP/Repositories/Account/AccountHistoryRepository.php:292 -#: ../../../../lib/SP/Repositories/Account/AccountHistoryRepository.php:315 -#: ../../../../lib/SP/Repositories/Account/AccountRepository.php:501 -#: ../../../../lib/SP/Services/Account/AccountService.php:616 -msgid "Error al eliminar las cuentas" -msgstr "Error while deleting the accounts" - -#: ../../../../lib/SP/Repositories/Account/AccountHistoryRepository.php:436 -#: ../../../../lib/SP/Repositories/Account/AccountRepository.php:235 -#: ../../../../lib/SP/Repositories/Account/AccountRepository.php:260 -#: ../../../../lib/SP/Services/Account/AccountHistoryService.php:233 -msgid "Error al actualizar la clave" -msgstr "Error while updating the password" - -#: ../../../../lib/SP/Repositories/Account/AccountRepository.php:200 -msgid "Error al crear la cuenta" -msgstr "Error while creating the account" - -#: ../../../../lib/SP/Repositories/Account/AccountRepository.php:301 -#: ../../../../lib/SP/Services/Account/AccountService.php:582 -msgid "Error al restaurar cuenta" -msgstr "Error on restoring the account" - -#: ../../../../lib/SP/Repositories/Account/AccountRepository.php:382 -#: ../../../../lib/SP/Repositories/Account/AccountRepository.php:431 -msgid "Error al modificar la cuenta" -msgstr "Error while updating the account" - -#: ../../../../lib/SP/Repositories/Account/AccountRepository.php:451 -#: ../../../../lib/SP/Repositories/Account/AccountRepository.php:623 -#: ../../../../lib/SP/Services/Account/AccountHistoryService.php:75 -msgid "No se pudieron obtener los datos de la cuenta" -msgstr "Error while retrieving account's data" - -#: ../../../../lib/SP/Repositories/Account/AccountToFavoriteRepository.php:71 -msgid "Error al añadir favorito" -msgstr "Error while adding favorite" - -#: ../../../../lib/SP/Repositories/Account/AccountToFavoriteRepository.php:91 -msgid "Error al eliminar favorito" -msgstr "Error while deleting favorite" - -#: ../../../../lib/SP/Repositories/Account/AccountToTagRepository.php:94 -msgid "Error al eliminar las etiquetas de la cuenta" -msgstr "Error while removing the account's tags" - -#: ../../../../lib/SP/Repositories/Account/AccountToTagRepository.php:115 -msgid "Error al añadir las etiquetas de la cuenta" -msgstr "Error while adding the account's tags" - -#: ../../../../lib/SP/Repositories/Account/AccountToUserGroupRepository.php:106 -#: ../../../../lib/SP/Repositories/Account/AccountToUserGroupRepository.php:139 -#: ../../../../lib/SP/Repositories/Account/AccountToUserGroupRepository.php:191 -msgid "Error al eliminar grupos asociados a la cuenta" -msgstr "Error while deleting the account's groups" - -#: ../../../../lib/SP/Repositories/Account/AccountToUserGroupRepository.php:164 -msgid "Error al actualizar los grupos secundarios" -msgstr "Error while updating the secondary groups" - -#: ../../../../lib/SP/Repositories/Account/AccountToUserRepository.php:76 -#: ../../../../lib/SP/Repositories/Account/AccountToUserRepository.php:132 -msgid "Error al eliminar usuarios asociados a la cuenta" -msgstr "Error while deleting the account users" - -#: ../../../../lib/SP/Repositories/Account/AccountToUserRepository.php:103 -msgid "Error al actualizar los usuarios de la cuenta" -msgstr "Error while updating the account users" - -#: ../../../../lib/SP/Repositories/AuthToken/AuthTokenRepository.php:221 -#: ../../../../lib/SP/Repositories/AuthToken/AuthTokenRepository.php:309 -msgid "La autorización ya existe" -msgstr "The authorization already exist" - -#: ../../../../lib/SP/Repositories/Category/CategoryRepository.php:58 -msgid "Categoría duplicada" -msgstr "Duplicated category" - -#: ../../../../lib/SP/Repositories/Category/CategoryRepository.php:68 -msgid "Error al crear la categoría" -msgstr "Error while creating the category" - -#: ../../../../lib/SP/Repositories/Category/CategoryRepository.php:107 -msgid "Nombre de categoría duplicado" -msgstr "Duplicated category name" - -#: ../../../../lib/SP/Repositories/Category/CategoryRepository.php:125 -msgid "Error al actualizar la categoría" -msgstr "Error while updating the category" - -#: ../../../../lib/SP/Repositories/Category/CategoryRepository.php:253 -msgid "Error al eliminar la categorías" -msgstr "Error while deleting the categories" - -#: ../../../../lib/SP/Repositories/Category/CategoryRepository.php:275 -msgid "Error al eliminar la categoría" -msgstr "Error while deleting the category" - -#: ../../../../lib/SP/Repositories/Client/ClientRepository.php:62 -#: ../../../../lib/SP/Repositories/Client/ClientRepository.php:116 -msgid "Cliente duplicado" -msgstr "Duplicated client" - -#: ../../../../lib/SP/Repositories/Client/ClientRepository.php:80 -msgid "Error al crear el cliente" -msgstr "Error while creating the client" - -#: ../../../../lib/SP/Repositories/Client/ClientRepository.php:136 -msgid "Error al actualizar el cliente" -msgstr "Error while updating the client" - -#: ../../../../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/Client/ClientRepository.php:283 -msgid "Error al eliminar el cliente" -msgstr "Error while deleting the client" - -#: ../../../../lib/SP/Repositories/Client/ClientRepository.php:345 -msgid "Filtro incorrecto" -msgstr "Wrong filter" - -#: ../../../../lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:75 -msgid "Error al crear el campo personalizado" -msgstr "Error while creating the custom field" - -#: ../../../../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 "Error while updating the custom field" - -#: ../../../../lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:159 -msgid "El campo personalizado no existe" -msgstr "Custom field not found" - -#: ../../../../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/CustomFieldDefRepository.php:259 -msgid "Error al eliminar el campo personalizado" -msgstr "Error while removing the custom field" - -#: ../../../../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/EventLog/EventlogRepository.php:53 -msgid "Error al vaciar el registro de eventos" -msgstr "Error while clearing the event log out" - -#: ../../../../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/Repositories/Notification/NotificationRepository.php:79 -msgid "Error al crear la notificación" -msgstr "Error while adding the notification" - -#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:119 -#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:478 -msgid "Error al modificar la notificación" -msgstr "Error while updating the notification" - -#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:138 -#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:157 -msgid "Error al eliminar la notificación" -msgstr "Error while deleting the notification" - -#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:180 -#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:303 -#: ../../../../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/Notification/NotificationRepository.php:213 -msgid "Error al obtener la notificación" -msgstr "Error while retrieving notification" - -#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:243 -#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:515 -#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:548 -#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:582 -#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:615 -msgid "Error al obtener las notificaciones" -msgstr "Error while retrieving the notifications" - -#: ../../../../lib/SP/Repositories/Plugin/PluginRepository.php:70 -msgid "Error al crear el plugin" -msgstr "Error while adding the plugin" - -#: ../../../../lib/SP/Repositories/Plugin/PluginRepository.php:104 -#: ../../../../lib/SP/Repositories/Plugin/PluginRepository.php:348 -#: ../../../../lib/SP/Repositories/Plugin/PluginRepository.php:368 -#: ../../../../lib/SP/Repositories/Plugin/PluginRepository.php:388 -#: ../../../../lib/SP/Repositories/Plugin/PluginRepository.php:408 -#: ../../../../lib/SP/Repositories/Plugin/PluginRepository.php:427 -msgid "Error al actualizar el plugin" -msgstr "Error while updating the plugin" - -#: ../../../../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/Repositories/Plugin/PluginRepository.php:232 -msgid "Error al eliminar el plugin" -msgstr "Error while deleting the plugin" - -#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:63 -msgid "Error al eliminar enlace" -msgstr "Error while removing the link" - -#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:255 -msgid "Enlace ya creado" -msgstr "Link already created" - -#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:282 -msgid "Error al crear enlace" -msgstr "Error while creating the link" - -#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:341 -#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:389 -msgid "Error al actualizar enlace" -msgstr "Error while updating the link" - -#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:424 -msgid "Error al renovar enlace" -msgstr "Error while renewing link" - -#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:466 -#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:507 -#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:528 -msgid "Error al obtener enlace" -msgstr "Error while retrieving the link" - -#: ../../../../lib/SP/Repositories/Tag/TagRepository.php:60 -#: ../../../../lib/SP/Repositories/Tag/TagRepository.php:108 -msgid "Etiqueta duplicada" -msgstr "Duplicated tag" - -#: ../../../../lib/SP/Repositories/Tag/TagRepository.php:69 -msgid "Error al crear etiqueta" -msgstr "Error while creating the tag" - -#: ../../../../lib/SP/Repositories/Tag/TagRepository.php:118 -msgid "Error al actualizar etiqueta" -msgstr "Error while updating the tag" - -#: ../../../../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/Tag/TagRepository.php:262 -msgid "Error al eliminar etiqueta" -msgstr "Error while removing the tag" - -#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:68 -msgid "Error al crear track" -msgstr "Error while creating track" - -#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:85 -msgid "Error al eliminar track" -msgstr "Error while removing the track" - -#: ../../../../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:169 -#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:202 -msgid "Error al obtener tracks" -msgstr "Error while retrieving the tracks" - -#: ../../../../lib/SP/Repositories/User/UserPassRecoverRepository.php:86 -msgid "Error al generar el hash de recuperación" -msgstr "Error while generating the recovering hash" - -#: ../../../../lib/SP/Repositories/User/UserPassRecoverRepository.php:112 -msgid "Error en comprobación de hash" -msgstr "Error while checking hash" - -#: ../../../../lib/SP/Repositories/User/UserRepository.php:63 -#: ../../../../lib/SP/Repositories/User/UserRepository.php:430 -msgid "Login/email de usuario duplicados" -msgstr "Duplicated user login/email" - -#: ../../../../lib/SP/Repositories/User/UserRepository.php:100 -#: ../../../../lib/SP/Repositories/User/UserRepository.php:677 -#: ../../../../lib/SP/Services/User/UserService.php:310 -msgid "Error al actualizar el usuario" -msgstr "Error while updating the user" - -#: ../../../../lib/SP/Repositories/User/UserRepository.php:165 -#: ../../../../lib/SP/Services/User/UserService.php:331 -msgid "Error al modificar la clave" -msgstr "Error while updating the password" - -#: ../../../../lib/SP/Repositories/User/UserRepository.php:184 -msgid "Error al eliminar el usuario" -msgstr "Error while deleting the user" - -#: ../../../../lib/SP/Repositories/User/UserRepository.php:234 -#: ../../../../lib/SP/Repositories/User/UserRepository.php:551 -msgid "Error al obtener los datos del usuario" -msgstr "Error while retrieving the user's data" - -#: ../../../../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/Repositories/User/UserRepository.php:474 -msgid "Error al crear el usuario" -msgstr "Error while creating the user" - -#: ../../../../lib/SP/Repositories/User/UserRepository.php:697 -msgid "Error al actualizar preferencias" -msgstr "Error while updating the preferences" - -#: ../../../../lib/SP/Repositories/UserGroup/UserGroupRepository.php:62 -msgid "Error al eliminar el grupo" -msgstr "Error while deleting the group" - -#: ../../../../lib/SP/Repositories/UserGroup/UserGroupRepository.php:306 -#: ../../../../lib/SP/Repositories/UserGroup/UserGroupRepository.php:351 -msgid "Nombre de grupo duplicado" -msgstr "Duplicated group name" - -#: ../../../../lib/SP/Repositories/UserGroup/UserGroupRepository.php:315 -msgid "Error al crear el grupo" -msgstr "Error while creating the group" - -#: ../../../../lib/SP/Repositories/UserGroup/UserGroupRepository.php:361 -msgid "Error al actualizar el grupo" -msgstr "Error while updating the group" - -#: ../../../../lib/SP/Repositories/UserGroup/UserToUserGroupRepository.php:108 -msgid "Error al eliminar los usuarios del grupo" -msgstr "Error while deleting the group users" - -#: ../../../../lib/SP/Repositories/UserGroup/UserToUserGroupRepository.php:140 -msgid "Error al asignar los usuarios al grupo" -msgstr "Error while setting users in the group" - -#: ../../../../lib/SP/Repositories/UserProfile/UserProfileRepository.php:79 -msgid "Error al eliminar perfil" -msgstr "Error while removing the profile" - -#: ../../../../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/Repositories/UserProfile/UserProfileRepository.php:230 -#: ../../../../lib/SP/Repositories/UserProfile/UserProfileRepository.php:275 -msgid "Nombre de perfil duplicado" -msgstr "Duplicated profile name" - -#: ../../../../lib/SP/Repositories/UserProfile/UserProfileRepository.php:239 -msgid "Error al crear perfil" -msgstr "Error while creating the profile" - -#: ../../../../lib/SP/Repositories/UserProfile/UserProfileRepository.php:288 -#: ../../../../lib/SP/Services/UserProfile/UserProfileService.php:141 -msgid "Error al modificar perfil" -msgstr "Error while updating the profile" - -#: ../../../../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 "Update Master Password" - -#: ../../../../lib/SP/Services/Account/AccountCryptService.php:89 -msgid "Errores al actualizar las claves de las cuentas" -msgstr "Error while updating the accounts' passwords" - -#: ../../../../lib/SP/Services/Account/AccountCryptService.php:115 -msgid "Error al obtener las claves de las cuentas" -msgstr "Error while retrieving the accounts' passwords" - -#: ../../../../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/Account/AccountCryptService.php:158 -msgid "La clave maestra del registro no coincide" -msgstr "The record's master password does not match" - -#: ../../../../lib/SP/Services/Account/AccountCryptService.php:183 -#: ../../../../lib/SP/Services/Account/AccountCryptService.php:188 -msgid "Fallo al actualizar la clave de la cuenta" -msgstr "Error while updating the account's password" - -#: ../../../../lib/SP/Services/Account/AccountCryptService.php:193 -#: ../../../modules/web/Controllers/AccountManagerController.php:191 -#: ../../../modules/web/Controllers/AccountManagerController.php:194 -msgid "Cuentas actualizadas" -msgstr "Accounts updated" - -#: ../../../../lib/SP/Services/Account/AccountCryptService.php:194 -msgid "Errores" -msgstr "Errors" - -#: ../../../../lib/SP/Services/Account/AccountCryptService.php:212 -#: ../../../../lib/SP/Services/Account/AccountCryptService.php:218 -msgid "Actualizar Clave Maestra (H)" -msgstr "Update Master Password (H)" - -#: ../../../../lib/SP/Services/Account/AccountCryptService.php:233 -msgid "Errores al actualizar las claves de las cuentas del histórico" -msgstr "Error while updating the accounts' passwords in history" - -#: ../../../../lib/SP/Services/Account/AccountFileService.php:145 -msgid "Error al eliminar archivos" -msgstr "Error while deleting the files" - -#: ../../../../lib/SP/Services/Account/AccountFileService.php:164 -msgid "Archivo no encontrado" -msgstr "File not found" - -#: ../../../../lib/SP/Services/Account/AccountService.php:163 -#: ../../../../lib/SP/Services/Account/AccountService.php:599 -msgid "Cuenta no encontrada" -msgstr "Account not found" - -#: ../../../../lib/SP/Services/Account/AccountService.php:220 -msgid "Clave maestra no establecida" -msgstr "Master password not set" - -#: ../../../../lib/SP/Services/Account/AccountService.php:283 -#: ../../../../lib/SP/Services/Account/AccountService.php:672 -#: ../../../../lib/SP/Services/Account/AccountService.php:727 -msgid "La cuenta no existe" -msgstr "The account doesn't exist" - -#: ../../../../lib/SP/Services/Api/ApiRequest.php:79 -#: ../../../../lib/SP/Services/Api/ApiRequest.php:113 -#: ../../../../lib/SP/Services/Api/ApiService.php:231 -msgid "Datos inválidos" -msgstr "Invalid data" - -#: ../../../../lib/SP/Services/Api/ApiRequest.php:88 -msgid "Fomato incorrecto" -msgstr "Invalid format" - -#: ../../../../lib/SP/Services/Api/ApiService.php:96 -#: ../../../../lib/SP/Services/Auth/LoginService.php:138 -#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:103 -#: ../../../modules/web/Controllers/UserPassResetController.php:126 -#: ../../../modules/web/plugins/Authenticator/src/lib/Controllers/AuthenticatorController.php:103 -msgid "Intentos excedidos" -msgstr "Attempts exceeded" - -#: ../../../../lib/SP/Services/Api/ApiService.php:152 -msgid "Parámetros incorrectos" -msgstr "Wrong parameters" - -#: ../../../../lib/SP/Services/Api/ApiService.php:186 -#: ../../../modules/api/Controllers/ControllerBase.php:146 -msgid "Acceso no permitido" -msgstr "Unauthorized access" - -#: ../../../../lib/SP/Services/Auth/LoginService.php:160 -#: ../../../../lib/SP/Services/Auth/LoginService.php:460 -#: ../../../../lib/SP/Services/Auth/LoginService.php:467 -#: ../../../../lib/SP/Services/Auth/LoginService.php:575 -#: ../../../../lib/SP/Services/Auth/LoginService.php:580 -#: ../../../../lib/SP/Services/Auth/LoginService.php:619 -#: ../../../../lib/SP/Services/Auth/LoginService.php:624 -msgid "Login incorrecto" -msgstr "Wrong login" - -#: ../../../../lib/SP/Services/Auth/LoginService.php:219 -#: ../../../../lib/SP/Services/Auth/LoginService.php:226 -msgid "Usuario deshabilitado" -msgstr "User disabled" - -#: ../../../../lib/SP/Services/Auth/LoginService.php:273 -msgid "Usando clave temporal" -msgstr "Using temporary password" - -#: ../../../../lib/SP/Services/Auth/LoginService.php:285 -#: ../../../../lib/SP/Services/Auth/LoginService.php:291 -#: ../../../../lib/SP/Services/Auth/LoginService.php:309 -#: ../../../../lib/SP/Services/Auth/LoginService.php:315 -msgid "Clave maestra incorrecta" -msgstr "Wrong master password" - -#: ../../../../lib/SP/Services/Auth/LoginService.php:300 -#: ../../../../lib/SP/Services/Auth/LoginService.php:324 -#: ../../../../lib/SP/Services/User/UpdatedMasterPassException.php:45 -#: ../../../../lib/SP/Util/ErrorUtil.php:164 -#: ../../../modules/web/Controllers/ConfigEncryptionController.php:73 -#: ../../../modules/web/Controllers/ConfigEncryptionController.php:147 -#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 -msgid "Clave maestra actualizada" -msgstr "Master password updated" - -#: ../../../../lib/SP/Services/Auth/LoginService.php:330 -msgid "Es necesaria su clave anterior" -msgstr "Your previous password is needed" - -#: ../../../../lib/SP/Services/Auth/LoginService.php:342 -msgid "La clave maestra no ha sido guardada o es incorrecta" -msgstr "The Master Password either is not saved or is wrong" - -#: ../../../../lib/SP/Services/Auth/LoginService.php:455 -#: ../../../../lib/SP/Services/Auth/LoginService.php:518 -#: ../../../../lib/SP/Services/Auth/LoginService.php:564 -#: ../../../../lib/SP/Services/Auth/LoginService.php:607 -#: ../../../modules/web/Controllers/AccountFileController.php:260 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:109 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:109 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:109 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:127 -#: ../../../modules/web/Controllers/ItemPresetController.php:323 -#: ../../../modules/web/Controllers/ItemPresetController.php:364 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:35 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:37 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:23 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:30 -msgid "Tipo" -msgstr "Type" - -#: ../../../../lib/SP/Services/Auth/LoginService.php:456 -#: ../../../../lib/SP/Services/Auth/LoginService.php:519 -msgid "Servidor LDAP" -msgstr "LDAP Server" - -#: ../../../../lib/SP/Services/Auth/LoginService.php:475 -#: ../../../../lib/SP/Services/Auth/LoginService.php:480 -msgid "Cuenta expirada" -msgstr "Account expired" - -#: ../../../../lib/SP/Services/Auth/LoginService.php:488 -#: ../../../../lib/SP/Services/Auth/LoginService.php:493 -msgid "El usuario no tiene grupos asociados" -msgstr "User has no associated groups" - -#: ../../../../lib/SP/Services/Auth/LoginService.php:609 -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:12 -msgid "Autentificación" -msgstr "Authentication" - -#: ../../../../lib/SP/Services/AuthToken/AuthTokenService.php:139 -#: ../../../../lib/SP/Services/AuthToken/AuthTokenService.php:277 -#: ../../../../lib/SP/Services/AuthToken/AuthTokenService.php:291 -msgid "Token no encontrado" -msgstr "Token not found" - -#: ../../../../lib/SP/Services/AuthToken/AuthTokenService.php:158 -msgid "Error al eliminar tokens" -msgstr "Error while removing the tokens" - -#: ../../../../lib/SP/Services/Backup/FileBackupService.php:100 -msgid "Realizar Backup" -msgstr "Make Backup" - -#: ../../../../lib/SP/Services/Backup/FileBackupService.php:107 -msgid "Error al realizar backup en modo compatibilidad" -msgstr "Error while doing the backup in compatibility mode" - -#: ../../../../lib/SP/Services/Backup/FileBackupService.php:118 -msgid "Error al realizar el backup" -msgstr "Error while doing the backup" - -#: ../../../../lib/SP/Services/Backup/FileBackupService.php:120 -#: ../../../../lib/SP/Services/Export/XmlExportService.php:203 -#: ../../../modules/web/Controllers/ConfigImportController.php:82 -#: ../../../modules/web/Controllers/ConfigImportController.php:85 -msgid "Revise el registro de eventos para más detalles" -msgstr "Please check out the event log for more details" - -#: ../../../../lib/SP/Services/Backup/FileBackupService.php:139 -#, php-format -msgid "No es posible crear el directorio de backups (\"%s\")" -msgstr "Unable to create the backups directory (\"%s\")" - -#: ../../../../lib/SP/Services/Backup/FileBackupService.php:144 -msgid "Compruebe los permisos del directorio de backups" -msgstr "Please, check the backup directory permissions" - -#: ../../../../lib/SP/Services/Backup/FileBackupService.php:211 -msgid "Copiando base de datos" -msgstr "Copying database" - -#: ../../../../lib/SP/Services/Backup/FileBackupService.php:343 -#: ../../../../lib/SP/Services/Backup/FileBackupService.php:367 -msgid "Copiando aplicación" -msgstr "Copying application" - -#: ../../../../lib/SP/Services/Backup/FileBackupService.php:362 -msgid "Esta operación sólo es posible en entornos Linux" -msgstr "This operation is only available on Linux environments" - -#: ../../../../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 "Category not found" - -#: ../../../../lib/SP/Services/Category/CategoryService.php:134 -msgid "Error al eliminar las categorías" -msgstr "Error while deleting categories" - -#: ../../../../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 "Client not found" - -#: ../../../../lib/SP/Services/Config/ConfigBackupService.php:115 -#: ../../../../lib/SP/Services/Config/ConfigBackupService.php:122 -msgid "No es posible restaurar la configuración" -msgstr "Unable to restore the configuration" - -#: ../../../../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:103 -msgid "Generar clave temporal" -msgstr "Generate temporary password" - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:110 -msgid "Error al generar clave temporal" -msgstr "Error while generating the temporary password" - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:131 -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:181 -msgid "Clave temporal caducada" -msgstr "Temporary password expired" - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:160 -msgid "Error al comprobar clave temporal" -msgstr "Error while checking the temporary password" - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:213 -#, php-format -msgid "Clave Maestra %s" -msgstr "Master Password %s" - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:214 -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 next time you log into " -"the application it will be requested." - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:216 -#, php-format -msgid "La nueva clave es: %s" -msgstr "The new Master Password is: %s" - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:218 -#, php-format -msgid "Esta clave estará activa hasta: %s" -msgstr "This password will be valid until: %s" - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:220 -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:68 -msgid "No hay datos de campos personalizados" -msgstr "There aren't any data from custom fields" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:76 -#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:84 -msgid "Actualizando datos encriptados" -msgstr "Updating encrypted data" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:109 -msgid "Registros actualizados" -msgstr "Records updated" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:110 -msgid "Registros no actualizados" -msgstr "Records not updated" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:136 -msgid "Errores al actualizar datos de campos personalizados" -msgstr "Error while updating the custom fields data" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:75 -#: ../../../modules/web/Controllers/ConfigBackupController.php:126 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:94 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:298 -msgid "Categorías" -msgstr "Categories" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:76 -#: ../../../modules/web/Controllers/ConfigBackupController.php:125 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:93 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:330 -msgid "Clientes" -msgstr "Clients" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:77 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:104 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:16 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:113 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:12 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:50 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:52 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:56 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:250 -msgid "Usuarios" -msgstr "Users" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:78 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:95 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:84 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:162 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:53 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:266 -msgid "Grupos" -msgstr "Groups" - -#: ../../../../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/CustomField/CustomFieldTypeService.php:84 -msgid "Tipo de campo no encontrado" -msgstr "Field type not found" - -#: ../../../../lib/SP/Services/Export/XmlExportService.php:125 -#: ../../../../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/Export/XmlExportService.php:201 -msgid "Error al realizar la exportación" -msgstr "Error while exporting" - -#: ../../../../lib/SP/Services/Export/XmlExportService.php:269 -msgid "Exportando categorías" -msgstr "Exporting categories" - -#: ../../../../lib/SP/Services/Export/XmlExportService.php:381 -msgid "Exportando clientes" -msgstr "Exporting clients" - -#: ../../../../lib/SP/Services/Export/XmlExportService.php:427 -msgid "Exportando etiquetas" -msgstr "Exporting tags" - -#: ../../../../lib/SP/Services/Export/XmlExportService.php:471 -msgid "Exportando cuentas" -msgstr "Exporting accounts" - -#: ../../../../lib/SP/Services/Export/XmlExportService.php:581 -msgid "Error al crear el archivo XML" -msgstr "Error while creating the XML file" - -#: ../../../../lib/SP/Services/Export/XmlVerifyService.php:110 -#: ../../../../lib/SP/Services/Import/XmlFileImport.php:81 -msgid "No es posible procesar el archivo XML" -msgstr "Unable to process the XML file" - -#: ../../../../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/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 "Wrong encryption password" - -#: ../../../../lib/SP/Services/Import/CsvImport.php:50 -#, php-format -msgid "Formato detectado: %s" -msgstr "Detected 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 "Wrong number of fields (%d)" - -#: ../../../../lib/SP/Services/Import/CsvImportBase.php:132 -#: ../../../../lib/SP/Services/Import/CsvImportBase.php:178 -#, php-format -msgid "Compruebe el formato del archivo CSV en línea %s" -msgstr "Please, check the CSV file format in line %s" - -#: ../../../../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/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:190 -#: ../../../modules/api/Controllers/AccountController.php:241 -#: ../../../modules/api/Controllers/AccountController.php:316 -#: ../../../modules/web/Controllers/AccountController.php:227 -#: ../../../modules/web/Controllers/AccountController.php:749 -#: ../../../modules/web/Controllers/AccountController.php:796 -#: ../../../modules/web/Controllers/AccountController.php:839 -#: ../../../modules/web/Controllers/AccountController.php:880 -#: ../../../modules/web/Controllers/AccountController.php:932 -#: ../../../modules/web/Controllers/AccountController.php:968 -#: ../../../modules/web/Controllers/AccountFileController.php:259 -#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:121 -#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:158 -#: ../../../modules/web/Controllers/AccountManagerController.php:151 -#: ../../../modules/web/Controllers/ClientController.php:225 -#: ../../../modules/web/Controllers/ClientController.php:259 -#: ../../../modules/web/Controllers/ClientController.php:297 -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:233 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:114 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:105 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:109 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:41 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:47 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:57 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:59 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:34 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:40 -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:35 -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:41 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:80 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:32 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:36 -msgid "Cliente" -msgstr "Client" - -#: ../../../../lib/SP/Services/Import/CsvImportBase.php:166 -msgid "Error importando cuenta" -msgstr "Error while importing the account" - -#: ../../../../lib/SP/Services/Import/CsvImportBase.php:167 -msgid "Error procesando línea" -msgstr "Error while processing line" - -#: ../../../../lib/SP/Services/Import/FileImport.php:67 -#: ../../../../lib/SP/Services/Import/FileImport.php:88 -msgid "Archivo no subido correctamente" -msgstr "File successfully uploaded" - -#: ../../../../lib/SP/Services/Import/FileImport.php:69 -#: ../../../../lib/SP/Services/Import/FileImport.php:90 -msgid "Verifique los permisos del usuario del servidor web" -msgstr "Please check the web server user permissions" - -#: ../../../../lib/SP/Services/Import/FileImport.php:100 -#: ../../../modules/web/Controllers/AccountFileController.php:209 -msgid "Tipo de archivo no soportado" -msgstr "File type not allowed" - -#: ../../../../lib/SP/Services/Import/FileImport.php:102 -msgid "Compruebe la extensión del archivo" -msgstr "Please, check the file extension" - -#: ../../../../lib/SP/Services/Import/FileImport.php:116 -#: ../../../modules/web/Controllers/AccountFileController.php:224 -#: ../../../modules/web/Controllers/AccountFileController.php:244 -msgid "Error interno al leer el archivo" -msgstr "Internal error while reading the file" - -#: ../../../../lib/SP/Services/Import/FileImport.php:118 -msgid "Compruebe la configuración de PHP para subir archivos" -msgstr "Please, check PHP configuration for upload files" - -#: ../../../../lib/SP/Services/Import/ImportService.php:89 -#, php-format -msgid "Tipo mime no soportado (\"%s\")" -msgstr "Mime type not supported (\"%s\")" - -#: ../../../../lib/SP/Services/Import/ImportService.php:91 -msgid "Compruebe el formato del archivo" -msgstr "Please, check the file format" - -#: ../../../../lib/SP/Services/Import/ImportTrait.php:106 -msgid "Id de categoría no definido. No es posible importar cuenta." -msgstr "Category Id not set. Unable to import account." - -#: ../../../../lib/SP/Services/Import/ImportTrait.php:110 -msgid "Id de cliente no definido. No es posible importar cuenta." -msgstr "Client Id not set. Unable to import account." - -#: ../../../../lib/SP/Services/Import/KeepassImport.php:58 -msgid "Importación XML KeePass" -msgstr "KeePass XML Import" - -#: ../../../../lib/SP/Services/Import/KeepassImport.php:77 -#: ../../../modules/api/Controllers/ClientController.php:93 -#: ../../../modules/api/Controllers/ClientController.php:98 -#: ../../../modules/web/Controllers/ClientController.php:258 -#: ../../../modules/web/Controllers/ClientController.php:262 -msgid "Cliente creado" -msgstr "Client added" - -#: ../../../../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/KeepassImport.php:104 -#: ../../../modules/web/Controllers/CategoryController.php:228 -#: ../../../modules/web/Controllers/CategoryController.php:264 -#: ../../../modules/web/Controllers/CategoryController.php:306 -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:247 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:115 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:106 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:72 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:74 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:45 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:51 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:103 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:105 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:70 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:49 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:51 -msgid "Categoría" -msgstr "Category" - -#: ../../../../lib/SP/Services/Import/SyspassImport.php:58 -msgid "Importación XML sysPass" -msgstr "sysPass XML Import" - -#: ../../../../lib/SP/Services/Import/SyspassImport.php:69 -msgid "Clave de encriptación no indicada" -msgstr "Encryption password not set" - -#: ../../../../lib/SP/Services/Import/SyspassImport.php:162 -msgid "Datos desencriptados" -msgstr "Data unencrypted" - -#: ../../../../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/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/XmlFileImport.php:105 -msgid "Archivo XML no soportado" -msgstr "XML file not supported" - -#: ../../../../lib/SP/Services/Import/XmlFileImport.php:107 -msgid "No es posible detectar la aplicación que exportó los datos" -msgstr "Unable to guess the application which data was exported from" - -#: ../../../../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/Import/XmlImportBase.php:107 -#: ../../../../lib/SP/Services/Import/XmlImportTrait.php:78 -msgid "Método inválido" -msgstr "Invalid Method" - -#: ../../../../lib/SP/Services/Import/XmlImportBase.php:119 -#: ../../../../lib/SP/Services/Import/XmlImportTrait.php:68 -msgid "Formato de XML inválido" -msgstr "Invalid XML format" - -#: ../../../../lib/SP/Services/Import/XmlImportBase.php:121 -#: ../../../../lib/SP/Services/Import/XmlImportTrait.php:70 -#, php-format -msgid "El nodo \"%s\" no existe" -msgstr "\"%s\" node doesn't exist" - -#: ../../../../lib/SP/Services/Install/Installer.php:106 -msgid "Indicar nombre de usuario admin" -msgstr "Please, enter the admin username" - -#: ../../../../lib/SP/Services/Install/Installer.php:108 -msgid "Usuario admin para acceso a la aplicación" -msgstr "Admin user to log into the application" - -#: ../../../../lib/SP/Services/Install/Installer.php:113 -msgid "Indicar la clave de admin" -msgstr "Please, enter the admin's password" - -#: ../../../../lib/SP/Services/Install/Installer.php:115 -msgid "Clave del usuario admin de la aplicación" -msgstr "Application administrator's password" - -#: ../../../../lib/SP/Services/Install/Installer.php:120 -msgid "Indicar la clave maestra" -msgstr "Please, enter the Master Password" - -#: ../../../../lib/SP/Services/Install/Installer.php:122 -msgid "Clave maestra para encriptar las claves" -msgstr "Master password to encrypt the passwords" - -#: ../../../../lib/SP/Services/Install/Installer.php:127 -msgid "Clave maestra muy corta" -msgstr "Master password too short" - -#: ../../../../lib/SP/Services/Install/Installer.php:129 -msgid "La longitud de la clave maestra ha de ser mayor de 11 caracteres" -msgstr "The Master Password length need to be at least 11 characters" - -#: ../../../../lib/SP/Services/Install/Installer.php:134 -msgid "Indicar el usuario de la BBDD" -msgstr "Please, enter the database user" - -#: ../../../../lib/SP/Services/Install/Installer.php:136 -msgid "Usuario con permisos de administrador de la Base de Datos" -msgstr "An user with database administrative rights" - -#: ../../../../lib/SP/Services/Install/Installer.php:141 -msgid "Indicar la clave de la BBDD" -msgstr "Please, enter the database password" - -#: ../../../../lib/SP/Services/Install/Installer.php:143 -msgid "Clave del usuario administrador de la Base de Datos" -msgstr "Database administrator's password" - -#: ../../../../lib/SP/Services/Install/Installer.php:148 -msgid "Indicar el nombre de la BBDD" -msgstr "Please, enter the database name" - -#: ../../../../lib/SP/Services/Install/Installer.php:150 -msgid "Nombre para la BBDD de la aplicación pej. syspass" -msgstr "Application database name. eg. syspass" - -#: ../../../../lib/SP/Services/Install/Installer.php:155 -msgid "El nombre de la BBDD no puede contener \".\"" -msgstr "Database name cannot contain \".\"" - -#: ../../../../lib/SP/Services/Install/Installer.php:157 -msgid "Elimine los puntos del nombre de la Base de Datos" -msgstr "Please, remove dots in database name" - -#: ../../../../lib/SP/Services/Install/Installer.php:162 -msgid "Indicar el servidor de la BBDD" -msgstr "Please, enter the database server" - -#: ../../../../lib/SP/Services/Install/Installer.php:164 -msgid "Servidor donde se instalará la Base de Datos" -msgstr "Server where the database will be installed" - -#: ../../../../lib/SP/Services/Install/Installer.php:318 -#: ../../../../lib/SP/Services/Install/Installer.php:369 -msgid "Informe al desarrollador" -msgstr "Warn to developer" - -#: ../../../../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: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 -#: ../../../modules/web/Controllers/ErrorController.php:139 -msgid "No es posible conectar con la BD" -msgstr "Unable to connect to DB" - -#: ../../../../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:137 -msgid "Compruebe los permisos del usuario de conexión a la BD" -msgstr "Please, check the DB connection user rights" - -#: ../../../../lib/SP/Services/Install/MySQL.php:181 -#, php-format -msgid "Error al crear el usuario de conexión a MySQL '%s'" -msgstr "Error while creating the MySQL connection user '%s'" - -#: ../../../../lib/SP/Services/Install/MySQL.php:201 -msgid "La BBDD ya existe" -msgstr "The database already exists" - -#: ../../../../lib/SP/Services/Install/MySQL.php:203 -msgid "Indique una nueva Base de Datos o elimine la existente" -msgstr "Please, enter a new database or delete the existing one" - -#: ../../../../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:215 -#: ../../../../lib/SP/Services/Install/MySQL.php:239 -msgid "Verifique los permisos del usuario de la Base de Datos" -msgstr "Please check the database user permissions" - -#: ../../../../lib/SP/Services/Install/MySQL.php:237 -#, php-format -msgid "Error al establecer permisos de la BBDD ('%s')" -msgstr "Error while setting the database permissions ('%s')" - -#: ../../../../lib/SP/Services/Install/MySQL.php:251 -msgid "La BBDD no existe" -msgstr "The database does not exist" - -#: ../../../../lib/SP/Services/Install/MySQL.php:253 -msgid "Es necesario crearla y asignar los permisos necesarios" -msgstr "You need to create it and assign the needed permissions" - -#: ../../../../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/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 "" -"Unable to use the database to create the structure. Please check the " -"permissions and it does not exist." - -#: ../../../../lib/SP/Services/Install/MySQL.php:331 -msgid "Error al crear la estructura de la Base de Datos." -msgstr "Error while creating database structure." - -#: ../../../../lib/SP/Services/Install/MySQL.php:363 -msgid "Error al comprobar la base de datos" -msgstr "Error while checking the database" - -#: ../../../../lib/SP/Services/Install/MySQL.php:365 -msgid "Intente de nuevo la instalación" -msgstr "Please, try the installation again" - -#: ../../../../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/Ldap/LdapImportService.php:109 -#: ../../../../lib/SP/Services/Ldap/LdapImportService.php:196 -msgid "Objetos encontrados" -msgstr "Objects found" - -#: ../../../../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:66 -msgid "Prueba de correo" -msgstr "Mail test" - -#: ../../../../lib/SP/Services/Mail/MailService.php:67 -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/Mail/MailService.php:81 -#: ../../../../lib/SP/Services/Mail/MailService.php:151 -#: ../../../modules/web/plugins/Authenticator/src/lib/Controllers/AuthenticatorController.php:353 -msgid "Error al enviar correo" -msgstr "Error while sending the email" - -#: ../../../../lib/SP/Services/Mail/MailService.php:141 -#: ../../../modules/web/Controllers/ConfigMailController.php:146 -#: ../../../modules/web/Controllers/ConfigMailController.php:152 -msgid "Correo enviado" -msgstr "Email sent" - -#: ../../../../lib/SP/Services/Mail/MailService.php:142 -#: ../../../modules/web/Controllers/ConfigMailController.php:147 -msgid "Destinatario" -msgstr "Recipient" - -#: ../../../../lib/SP/Services/Mail/MailService.php:186 -msgid "Servicio de correo no disponible" -msgstr "Mail service unavailable" - -#: ../../../../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 not found" - -#: ../../../../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 not found" - -#: ../../../../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 not found" - -#: ../../../../lib/SP/Services/PublicLink/PublicLinkService.php:238 -msgid "Error al eliminar los enlaces" -msgstr "Error while removing the links" - -#: ../../../../lib/SP/Services/Service.php:109 -msgid "Rollback" -msgstr "Rollback" - -#: ../../../../lib/SP/Services/Service.php:115 -msgid "No es posible iniciar una transacción" -msgstr "Unable to start a transaction" - -#: ../../../../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" - -#: ../../../../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/Tag/TagService.php:75 -#: ../../../../lib/SP/Services/Tag/TagService.php:94 -#: ../../../../lib/SP/Services/Tag/TagService.php:111 -msgid "Etiqueta no encontrada" -msgstr "Tag not found" - -#: ../../../../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: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:162 -#, php-format -msgid "Intentos excedidos (%d/%d)" -msgstr "Attempts exceeded (%d/%d)" - -#: ../../../../lib/SP/Services/Track/TrackService.php:163 -msgid "Segundos" -msgstr "Seconds" - -#: ../../../../lib/SP/Services/Track/TrackService.php:208 -msgid "Dirección IP no establecida" -msgstr "IP address not set" - -#: ../../../../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/UpgradeAppService.php:70 -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: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" - -#: ../../../../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/Services/Upgrade/UpgradeAuthToken.php:70 -#: ../../../modules/web/Controllers/AuthTokenController.php:305 -#: ../../../modules/web/Controllers/AuthTokenController.php:314 -#: ../../../modules/web/Controllers/AuthTokenController.php:321 -msgid "Autorización actualizada" -msgstr "Authorization updated" - -#: ../../../../lib/SP/Services/Upgrade/UpgradeAuthToken.php:71 -#: ../../../modules/web/Controllers/AuthTokenController.php:234 -#: ../../../modules/web/Controllers/AuthTokenController.php:306 -#: ../../../modules/web/Controllers/AuthTokenController.php:315 -#: ../../../modules/web/Controllers/AuthTokenController.php:356 -msgid "Autorización" -msgstr "Authorization" - -#: ../../../../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 "Update Configuration" - -#: ../../../../lib/SP/Services/Upgrade/UpgradeConfigService.php:82 -msgid "Parámetro" -msgstr "Parameter" - -#: ../../../../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:122 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:49 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:34 -msgid "Versión" -msgstr "Version" - -#: ../../../../lib/SP/Services/Upgrade/UpgradeConfigService.php:121 -#: ../../../../lib/SP/Services/Upgrade/UpgradeConfigService.php:125 -msgid "Error al actualizar la configuración" -msgstr "Error while updating the configuration" - -#: ../../../../lib/SP/Services/Upgrade/UpgradeConfigService.php:122 -#: ../../../modules/web/Controllers/AccountFileController.php:88 -#: ../../../modules/web/Controllers/AccountFileController.php:104 -#: ../../../modules/web/Controllers/AccountFileController.php:141 -#: ../../../modules/web/Controllers/AccountFileController.php:257 -#: ../../../modules/web/Controllers/AccountFileController.php:364 -#: ../../../modules/web/Controllers/ConfigBackupController.php:163 -#: ../../../modules/web/Controllers/ConfigBackupController.php:209 -#: ../../../modules/web/Controllers/ConfigBackupController.php:255 -#: ../../../modules/web/Controllers/ConfigGeneralController.php:195 -#: ../../../modules/web/Controllers/ConfigGeneralController.php:236 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:72 -msgid "Archivo" -msgstr "File" - -#: ../../../../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/UpgradeCustomFieldData.php:74 -#: ../../../../lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:87 -#: ../../../../lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:156 -#: ../../../modules/web/Controllers/CustomFieldController.php:287 -#: ../../../modules/web/Controllers/CustomFieldController.php:291 -msgid "Campo actualizado" -msgstr "Field updated" - -#: ../../../../lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:88 -#: ../../../../lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:157 -#: ../../../modules/web/Controllers/CustomFieldController.php:249 -#: ../../../modules/web/Controllers/CustomFieldController.php:288 -msgid "Campo" -msgstr "Field" - -#: ../../../../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:96 -msgid "Error al aplicar la actualización auxiliar" -msgstr "Error while applying an auxiliary update" - -#: ../../../../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:152 -#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:154 -msgid "El archivo de actualización no contiene datos" -msgstr "Update file does not contain data" - -#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:185 -msgid "Actualización de la Base de Datos realizada correctamente." -msgstr "Database updating was completed successfully." - -#: ../../../../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:89 -#: ../../../modules/web/Controllers/PublicLinkController.php:180 -msgid "Enlace actualizado" -msgstr "Link updated" - -#: ../../../../lib/SP/Services/Upgrade/UpgradePublicLink.php:90 -#: ../../../modules/web/Controllers/PublicLinkController.php:255 -msgid "Enlace" -msgstr "Link" - -#: ../../../../lib/SP/Services/User/UpdatedMasterPassException.php:45 -#: ../../../../lib/SP/Util/ErrorUtil.php:165 -#: ../../../modules/web/Controllers/ConfigEncryptionController.php:73 -#: ../../../modules/web/Controllers/ConfigEncryptionController.php:147 -#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 -msgid "Reinicie la sesión para cambiarla" -msgstr "Please, restart the session for update it" - -#: ../../../../lib/SP/Services/User/UserPassService.php:256 -#: ../../../../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 "User does not exist" - -#: ../../../../lib/SP/Services/User/UserService.php:192 -#: ../../../modules/web/plugins/Authenticator/src/lib/Controllers/AuthenticatorController.php:263 -#: ../../../modules/web/plugins/Authenticator/src/lib/Controllers/AuthenticatorController.php:366 -msgid "Usuario no encontrado" -msgstr "User not found" - -#: ../../../../lib/SP/Services/UserGroup/UserGroupService.php:80 -#: ../../../../lib/SP/Services/UserGroup/UserGroupService.php:98 -#: ../../../../lib/SP/Services/UserGroup/UserGroupService.php:187 -#: ../../../../lib/SP/Services/UserGroup/UserToUserGroupService.php:57 -msgid "Grupo no encontrado" -msgstr "Group not found" - -#: ../../../../lib/SP/Services/UserGroup/UserGroupService.php:115 -msgid "Error al eliminar los grupos" -msgstr "Error while deleting the groups" - -#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:65 -#: ../../../modules/web/Controllers/UserController.php:235 -#: ../../../modules/web/Controllers/UserController.php:356 -#: ../../../modules/web/Controllers/UserPassResetController.php:107 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:238 -msgid "Cambio de Clave" -msgstr "Password Change" - -#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:66 -msgid "Se ha solicitado el cambio de su clave de usuario." -msgstr "A request for changing your user password has been done." - -#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:68 -msgid "Para completar el proceso es necesario que acceda a la siguiente URL:" -msgstr "In order to complete the process, please go to this URL:" - -#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:72 -msgid "Si no ha solicitado esta acción, ignore este mensaje." -msgstr "If you have not requested this action, please dismiss this message." - -#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:87 -#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:155 -msgid "Hash inválido o expirado" -msgstr "Wrong hash or expired" - -#: ../../../../lib/SP/Services/UserProfile/UserProfileService.php:65 -#: ../../../../lib/SP/Services/UserProfile/UserProfileService.php:97 -msgid "Perfil no encontrado" -msgstr "Profile not found" - -#: ../../../../lib/SP/Services/Wiki/DokuWikiApi.php:68 -msgid "Fallo de autentificación" -msgstr "Authentication error" - -#: ../../../../lib/SP/Services/Wiki/DokuWikiApiBase.php:196 -msgid "Error al realizar la consulta" -msgstr "Error while doing the query" - -#: ../../../../lib/SP/Services/Wiki/DokuWikiApiBase.php:228 -msgid "URL de conexión no establecida" -msgstr "Connection URL not set" - -#: ../../../../lib/SP/Storage/Database/Database.php:131 -msgid "Consulta en blanco" -msgstr "Blank query" - -#: ../../../../lib/SP/Storage/Database/Database.php:259 -msgid "Restricción de integridad" -msgstr "Integrity constraint" - -#: ../../../../lib/SP/Storage/Database/MySQLHandler.php:99 -#: ../../../../lib/SP/Storage/Database/MySQLHandler.php:166 -msgid "Compruebe los datos de conexión" -msgstr "Please, check the connection parameters" - -#: ../../../../lib/SP/Storage/Database/QueryData.php:354 -#: ../../../config/strings.js.inc:26 -msgid "Error en la consulta" -msgstr "Error while querying" - -#: ../../../../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:72 -#: ../../../../lib/SP/Storage/File/FileHandler.php:135 -#, 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:89 -#, php-format -msgid "No es posible abrir el archivo (%s)" -msgstr "Unable to open the file (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:104 -#: ../../../../lib/SP/Storage/File/FileHandler.php:118 -#, php-format -msgid "No es posible leer desde el archivo (%s)" -msgstr "Unable to read from file (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:173 -#, php-format -msgid "No es posible cerrar el archivo (%s)" -msgstr "Unable to close the file (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:219 -#, php-format -msgid "No es posible escribir el archivo (%s)" -msgstr "Unable to write in file (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:234 -#, php-format -msgid "Archivo no encontrado (%s)" -msgstr "File not found (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:259 -#: ../../../../lib/SP/Storage/File/FileHandler.php:314 -#, php-format -msgid "No es posible leer el archivo (%s)" -msgstr "Unable to read/write file (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:286 -#, php-format -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 "XML node does not exist" - -#: ../../../../lib/SP/Storage/File/XmlHandler.php:167 -msgid "No hay elementos para guardar" -msgstr "There aren't any items to save" - -#: ../../../../lib/SP/Util/Connection.php:157 -msgid "Socket no inicializado" -msgstr "Socket not initialized" - -#: ../../../../lib/SP/Util/Connection.php:164 -msgid "Error al enviar datos" -msgstr "Error while sending the data" - -#: ../../../../lib/SP/Util/ErrorUtil.php:148 -msgid "Opción no disponible" -msgstr "Option unavailable" - -#: ../../../../lib/SP/Util/ErrorUtil.php:168 -#: ../../../../lib/SP/Util/ErrorUtil.php:175 -msgid "Se ha producido una excepción" -msgstr "An exception occured" - -#: ../../../../lib/SP/Util/ImageUtil.php:65 -msgid "Imagen no válida" -msgstr "Invalid image" - -#: ../../../modules/api/Controllers/AccountController.php:70 -msgid "Cuenta visualizada" -msgstr "Account displayed" - -#: ../../../modules/api/Controllers/AccountController.php:102 -#: ../../../modules/web/Controllers/AccountController.php:573 -#: ../../../modules/web/Controllers/AccountController.php:631 -msgid "Clave visualizada" -msgstr "Password viewed" - -#: ../../../modules/api/Controllers/AccountController.php:138 -#: ../../../modules/api/Controllers/AccountController.php:144 -#: ../../../modules/web/Controllers/AccountController.php:837 -#: ../../../modules/web/Controllers/AccountController.php:848 -#: ../../../modules/web/Controllers/UserController.php:428 -#: ../../../modules/web/Controllers/UserController.php:432 -#: ../../../modules/web/Controllers/UserPassResetController.php:196 -#: ../../../modules/web/Controllers/UserPassResetController.php:200 -msgid "Clave actualizada" -msgstr "Password updated" - -#: ../../../modules/api/Controllers/AccountController.php:188 -#: ../../../modules/api/Controllers/AccountController.php:194 -#: ../../../modules/web/Controllers/AccountController.php:747 -#: ../../../modules/web/Controllers/AccountController.php:758 -msgid "Cuenta creada" -msgstr "Account created" - -#: ../../../modules/api/Controllers/AccountController.php:239 -#: ../../../modules/api/Controllers/AccountController.php:245 -#: ../../../modules/web/Controllers/AccountController.php:794 -#: ../../../modules/web/Controllers/AccountController.php:805 -msgid "Cuenta actualizada" -msgstr "Account updated" - -#: ../../../modules/api/Controllers/AccountController.php:314 -#: ../../../modules/api/Controllers/AccountController.php:320 -#: ../../../modules/web/Controllers/AccountController.php:930 -#: ../../../modules/web/Controllers/AccountController.php:935 -#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:119 -#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:124 -#: ../../../modules/web/Controllers/AccountManagerController.php:149 -#: ../../../modules/web/Controllers/AccountManagerController.php:154 -msgid "Cuenta eliminada" -msgstr "Account removed" - -#: ../../../modules/api/Controllers/CategoryController.php:62 -msgid "Categoría visualizada" -msgstr "Category displayed" - -#: ../../../modules/api/Controllers/CategoryController.php:91 -#: ../../../modules/api/Controllers/CategoryController.php:96 -#: ../../../modules/web/Controllers/CategoryController.php:263 -#: ../../../modules/web/Controllers/CategoryController.php:267 -msgid "Categoría creada" -msgstr "Category added" - -#: ../../../modules/api/Controllers/CategoryController.php:121 -#: ../../../modules/api/Controllers/CategoryController.php:126 -#: ../../../modules/web/Controllers/CategoryController.php:305 -#: ../../../modules/web/Controllers/CategoryController.php:309 -msgid "Categoría actualizada" -msgstr "Category updated" - -#: ../../../modules/api/Controllers/CategoryController.php:150 -#: ../../../modules/api/Controllers/CategoryController.php:155 -#: ../../../modules/web/Controllers/CategoryController.php:227 -#: ../../../modules/web/Controllers/CategoryController.php:231 -msgid "Categoría eliminada" -msgstr "Category deleted" - -#: ../../../modules/api/Controllers/ClientController.php:63 -msgid "Cliente visualizado" -msgstr "Client displayed" - -#: ../../../modules/api/Controllers/ClientController.php:124 -#: ../../../modules/api/Controllers/ClientController.php:129 -#: ../../../modules/web/Controllers/ClientController.php:296 -#: ../../../modules/web/Controllers/ClientController.php:300 -msgid "Cliente actualizado" -msgstr "Client updated" - -#: ../../../modules/api/Controllers/ClientController.php:153 -#: ../../../modules/api/Controllers/ClientController.php:158 -#: ../../../modules/web/Controllers/ClientController.php:224 -#: ../../../modules/web/Controllers/ClientController.php:228 -msgid "Cliente eliminado" -msgstr "Client deleted" - -#: ../../../modules/api/Controllers/ConfigController.php:57 -#: ../../../modules/web/Controllers/ConfigBackupController.php:68 -msgid "Copia de la aplicación y base de datos realizada correctamente" -msgstr "Application and database backup completed successfully" - -#: ../../../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/ConfigController.php:61 -#: ../../../modules/web/Controllers/ConfigBackupController.php:71 -msgid "Proceso de backup finalizado" -msgstr "Backup process finished" - -#: ../../../modules/api/Controllers/ConfigController.php:82 -#: ../../../modules/web/Controllers/ConfigBackupController.php:96 -msgid "Exportación de sysPass en XML" -msgstr "sysPass XML export" - -#: ../../../modules/api/Controllers/ConfigController.php:91 -#: ../../../modules/api/Controllers/ConfigController.php:94 -#: ../../../modules/web/Controllers/ConfigBackupController.php:106 -#: ../../../modules/web/Controllers/ConfigBackupController.php:134 -msgid "Proceso de exportación finalizado" -msgstr "Export process finished" - -#: ../../../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:105 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:144 -msgid "Id de la cuenta" -msgstr "Account 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's password" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:56 -msgid "Devolver detalles en la respuesta" -msgstr "Send details in the response" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:69 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:85 -#: ../../../modules/api/Controllers/Help/ConfigHelp.php:55 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:74 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:80 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:91 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:89 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:92 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:101 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:155 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:163 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:42 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:293 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:296 -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:81 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:170 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:119 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:126 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:253 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:260 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:45 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:52 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:59 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:100 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:108 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:45 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:52 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:35 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:98 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:27 -msgid "Clave" -msgstr "Password" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:70 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:91 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:114 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:97 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:114 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:181 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:88 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:90 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:243 -msgid "Fecha Caducidad Clave" -msgstr "Password Expiry Date" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:82 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:106 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:36 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:52 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:29 -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:30 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:73 -msgid "Nombre de cuenta" -msgstr "Account name" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:83 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:107 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:43 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:66 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:91 -msgid "Id de categoría" -msgstr "Category Id" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:84 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:108 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:43 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:67 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:93 -msgid "Id de cliente" -msgstr "Client Id" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:86 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:109 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:109 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:149 -msgid "Usuario de acceso" -msgstr "Access user" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:87 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:110 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:96 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:136 -msgid "URL o IP de acceso" -msgstr "Access URL or IP" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:88 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:111 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:134 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:85 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:207 -msgid "Notas sobre la cuenta" -msgstr "Notes about the account" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:89 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:112 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:198 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:119 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:29 -msgid "Cuenta Privada" -msgstr "Private Account" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:90 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:113 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:217 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:48 -msgid "Cuenta Privada Grupo" -msgstr "Private Account for Group" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:92 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:115 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:252 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:254 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:13 -msgid "Cuenta Vinculada" -msgstr "Linked Account" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:93 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:116 -msgid "Array con Ids de etiquetas" -msgstr "Array with tags id" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:94 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:117 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:43 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:67 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:93 -msgid "Id de grupo" -msgstr "Group Id" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:128 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:79 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:81 -#: ../../../modules/api/Controllers/Help/TagHelp.php:77 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:81 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:26 -msgid "Texto a buscar" -msgstr "Text to search for" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:129 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:80 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:82 -#: ../../../modules/api/Controllers/Help/TagHelp.php:78 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:82 -msgid "Número de resultados a mostrar" -msgstr "Number of results to display" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:130 -msgid "Id de categoría a filtrar" -msgstr "Category Id to filter on" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:131 -msgid "Id de cliente a filtrar" -msgstr "Client Id to filter on" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:132 -msgid "Array con Ids de etiquetas a filtrar" -msgstr "Array with tags id for filtering" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:133 -msgid "Operador de filtrado" -msgstr "Filtering operator" - -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:54 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:67 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:29 -msgid "Nombre de la categoría" -msgstr "Category name" - -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:55 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:68 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:41 -msgid "Descripción de la categoría" -msgstr "Category description" - -#: ../../../modules/api/Controllers/Help/ClientHelp.php:54 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:68 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:30 -msgid "Nombre del cliente" -msgstr "Client name" - -#: ../../../modules/api/Controllers/Help/ClientHelp.php:55 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:69 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:43 -msgid "Descripción del cliente" -msgstr "Client description" - -#: ../../../modules/api/Controllers/Help/ClientHelp.php:56 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:70 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:152 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:66 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:99 -msgid "Global" -msgstr "Global" - -#: ../../../modules/api/Controllers/Help/TagHelp.php:43 -#: ../../../modules/api/Controllers/Help/TagHelp.php:65 -#: ../../../modules/api/Controllers/Help/TagHelp.php:89 -msgid "Id de etiqueta" -msgstr "Tag Id" - -#: ../../../modules/api/Controllers/Help/TagHelp.php:54 -#: ../../../modules/api/Controllers/Help/TagHelp.php:66 -#: ../../../modules/web/themes/material-blue/views/itemshow/tag.inc:29 -msgid "Nombre de la etiqueta" -msgstr "Tag name" - -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:54 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:68 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:31 -msgid "Nombre del grupo" -msgstr "Group name" - -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:55 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:69 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:44 -msgid "Descripción del grupo" -msgstr "Group description" - -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:56 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:70 -msgid "Array con Ids de usuarios" -msgstr "Array with users Id" - -#: ../../../modules/api/Controllers/TagController.php:61 -msgid "Etiqueta visualizada" -msgstr "Tag displayed" - -#: ../../../modules/api/Controllers/TagController.php:89 -#: ../../../modules/api/Controllers/TagController.php:94 -#: ../../../modules/web/Controllers/TagController.php:243 -msgid "Etiqueta creada" -msgstr "Tag added" - -#: ../../../modules/api/Controllers/TagController.php:118 -#: ../../../modules/api/Controllers/TagController.php:123 -#: ../../../modules/web/Controllers/TagController.php:276 -msgid "Etiqueta actualizada" -msgstr "Tag updated" - -#: ../../../modules/api/Controllers/TagController.php:147 -#: ../../../modules/api/Controllers/TagController.php:152 -#: ../../../modules/web/Controllers/TagController.php:215 -msgid "Etiqueta eliminada" -msgstr "Tag removed" - -#: ../../../modules/api/Controllers/UserGroupController.php:61 -msgid "Grupo visualizado" -msgstr "Group viewed" - -#: ../../../modules/api/Controllers/UserGroupController.php:91 -#: ../../../modules/api/Controllers/UserGroupController.php:96 -#: ../../../modules/web/Controllers/UserGroupController.php:273 -#: ../../../modules/web/Controllers/UserGroupController.php:277 -msgid "Grupo creado" -msgstr "Group added" - -#: ../../../modules/api/Controllers/UserGroupController.php:122 -#: ../../../modules/api/Controllers/UserGroupController.php:127 -#: ../../../modules/web/Controllers/UserGroupController.php:314 -#: ../../../modules/web/Controllers/UserGroupController.php:318 -msgid "Grupo actualizado" -msgstr "Group updated" - -#: ../../../modules/api/Controllers/UserGroupController.php:151 -#: ../../../modules/api/Controllers/UserGroupController.php:156 -#: ../../../modules/web/Controllers/UserGroupController.php:237 -#: ../../../modules/web/Controllers/UserGroupController.php:241 -msgid "Grupo eliminado" -msgstr "Group deleted" - -#: ../../../modules/api/Init.php:146 -msgid "Es necesario actualizar" -msgstr "Updating needed" - -#: ../../../modules/web/Controllers/AccountController.php:149 -#: ../../../modules/web/Controllers/AccountController.php:204 -#: ../../../modules/web/Controllers/AccountController.php:489 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:60 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:61 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:164 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:165 -#: ../../../modules/web/themes/material-blue/views/account/linkedAccounts.inc:28 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:58 -msgid "Detalles de Cuenta" -msgstr "Account Details" - -#: ../../../modules/web/Controllers/AccountController.php:225 -msgid "Enlace visualizado" -msgstr "Link viewed" - -#: ../../../modules/web/Controllers/AccountController.php:226 -#: ../../../modules/web/Controllers/AccountController.php:574 -#: ../../../modules/web/Controllers/AccountController.php:632 -#: ../../../modules/web/Controllers/AccountController.php:674 -#: ../../../modules/web/Controllers/AccountController.php:711 -#: ../../../modules/web/Controllers/AccountController.php:748 -#: ../../../modules/web/Controllers/AccountController.php:795 -#: ../../../modules/web/Controllers/AccountController.php:838 -#: ../../../modules/web/Controllers/AccountController.php:879 -#: ../../../modules/web/Controllers/AccountController.php:931 -#: ../../../modules/web/Controllers/AccountController.php:967 -#: ../../../modules/web/Controllers/AccountFileController.php:258 -#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:120 -#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:157 -#: ../../../modules/web/Controllers/AccountManagerController.php:150 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:108 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:25 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:30 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:21 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:23 -msgid "Cuenta" -msgstr "Account" - -#: ../../../modules/web/Controllers/AccountController.php:228 -msgid "Agente" -msgstr "Agent" - -#: ../../../modules/web/Controllers/AccountController.php:229 -msgid "HTTPS" -msgstr "HTTPS" - -#: ../../../modules/web/Controllers/AccountController.php:230 -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:104 -msgid "IP" -msgstr "IP" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountController.php:261 -#: ../../../modules/web/Controllers/AccountController.php:307 -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:274 -#: ../../../config/actions.xml:157 -msgid "Nueva Cuenta" -msgstr "New Account" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountController.php:353 -#: ../../../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:20 -#: ../../../config/actions.xml:163 -msgid "Editar Cuenta" -msgstr "Edit Account" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountController.php:400 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:334 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:335 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:181 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:182 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:177 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:178 -#: ../../../config/actions.xml:169 ../../../config/actions.xml:487 -#: ../../../config/actions.xml:799 -msgid "Eliminar Cuenta" -msgstr "Remove Account" - -#: ../../../modules/web/Controllers/AccountController.php:445 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:155 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:156 -msgid "Modificar Clave de Cuenta" -msgstr "Edit Account Password" - -#: ../../../modules/web/Controllers/AccountController.php:673 -#: ../../../modules/web/Controllers/AccountController.php:710 -msgid "Clave copiada" -msgstr "Password copied" - -#: ../../../modules/web/Controllers/AccountController.php:878 -#: ../../../modules/web/Controllers/AccountController.php:889 -#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:156 -#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:161 -msgid "Cuenta restaurada" -msgstr "Account restored" - -#: ../../../modules/web/Controllers/AccountController.php:916 -#: ../../../modules/web/Controllers/AccountController.php:919 -#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:108 -#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:111 -#: ../../../modules/web/Controllers/AccountManagerController.php:135 -#: ../../../modules/web/Controllers/AccountManagerController.php:138 -msgid "Cuentas eliminadas" -msgstr "Accounts removed" - -#: ../../../modules/web/Controllers/AccountController.php:958 -#: ../../../modules/web/Forms/NotificationForm.php:106 -msgid "Es necesaria una descripción" -msgstr "A description is needed" - -#: ../../../modules/web/Controllers/AccountController.php:966 -msgid "Solicitante" -msgstr "Requester" - -#: ../../../modules/web/Controllers/AccountController.php:969 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:105 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:129 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:108 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:36 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:37 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:61 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:68 -msgid "Descripción" -msgstr "Description" - -#: ../../../modules/web/Controllers/AccountController.php:982 -msgid "Solicitud realizada" -msgstr "Request done" - -#: ../../../modules/web/Controllers/AccountFavoriteController.php:55 -msgid "Favorito añadido" -msgstr "Favorite added" - -#: ../../../modules/web/Controllers/AccountFavoriteController.php:73 -msgid "Favorito eliminado" -msgstr "Favorite deleted" - -#: ../../../modules/web/Controllers/AccountFileController.php:74 -#: ../../../modules/web/Controllers/AccountFileController.php:135 -msgid "El archivo no existe" -msgstr "File does not exist" - -#: ../../../modules/web/Controllers/AccountFileController.php:87 -#: ../../../modules/web/Controllers/AccountFileController.php:103 -msgid "Archivo visualizado" -msgstr "File viewed" - -#: ../../../modules/web/Controllers/AccountFileController.php:115 -#: ../../../config/strings.js.inc:40 -msgid "Archivo no soportado para visualizar" -msgstr "File not supported for preview" - -#: ../../../modules/web/Controllers/AccountFileController.php:140 -#: ../../../modules/web/Controllers/ConfigBackupController.php:162 -#: ../../../modules/web/Controllers/ConfigBackupController.php:208 -#: ../../../modules/web/Controllers/ConfigBackupController.php:254 -#: ../../../modules/web/Controllers/ConfigGeneralController.php:194 -#: ../../../modules/web/Controllers/ConfigGeneralController.php:235 -#: ../../../config/strings.js.inc:97 -msgid "Archivo descargado" -msgstr "File downloaded" - -#: ../../../modules/web/Controllers/AccountFileController.php:186 -msgid "CONSULTA INVÁLIDA" -msgstr "INVALID QUERY" - -#: ../../../modules/web/Controllers/AccountFileController.php:192 -msgid "No hay extensiones permitidas" -msgstr "There aren't any allowed extensions" - -#: ../../../modules/web/Controllers/AccountFileController.php:211 -#, php-format -msgid "Extensión: %s" -msgstr "Extension: %s" - -#: ../../../modules/web/Controllers/AccountFileController.php:216 -msgid "Archivo inválido" -msgstr "Invalid file" - -#: ../../../modules/web/Controllers/AccountFileController.php:218 -#, php-format -msgid "Archivo: %s" -msgstr "File: %s" - -#: ../../../modules/web/Controllers/AccountFileController.php:226 -#, php-format -msgid "Máximo tamaño: %s" -msgstr "Maximum size: %s" - -#: ../../../modules/web/Controllers/AccountFileController.php:234 -msgid "Tamaño de archivo superado" -msgstr "File size exceeded" - -#: ../../../modules/web/Controllers/AccountFileController.php:236 -#, php-format -msgid "Máximo tamaño: %d KB" -msgstr "Maximum size: %d KB" - -#: ../../../modules/web/Controllers/AccountFileController.php:256 -#: ../../../modules/web/Controllers/AccountFileController.php:265 -msgid "Archivo guardado" -msgstr "File saved" - -#: ../../../modules/web/Controllers/AccountFileController.php:261 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:110 -msgid "Tamaño" -msgstr "Size" - -#: ../../../modules/web/Controllers/AccountFileController.php:355 -#: ../../../modules/web/Controllers/AccountFileController.php:358 -msgid "Archivos eliminados" -msgstr "Files deleted" - -#: ../../../modules/web/Controllers/AccountFileController.php:363 -msgid "Archivo eliminado" -msgstr "File deleted" - -#: ../../../modules/web/Controllers/AccountFileController.php:369 -msgid "Archivo Eliminado" -msgstr "File Deleted" - -#: ../../../modules/web/Controllers/AccountFileController.php:405 -msgid "Gestión de archivos deshabilitada" -msgstr "Files management disabled" - -#: ../../../modules/web/Controllers/AccountFileController.php:424 -msgid "No hay archivos asociados a la cuenta" -msgstr "There are no linked files for the account" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountManagerController.php:216 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:198 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:199 -#: ../../../config/actions.xml:493 -msgid "Actualización Masiva" -msgstr "Bulk Update" - -#: ../../../modules/web/Controllers/AuthTokenController.php:114 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:155 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:156 -msgid "Nueva Autorización" -msgstr "New Authorization" - -#: ../../../modules/web/Controllers/AuthTokenController.php:179 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:190 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:191 -msgid "Editar Autorización" -msgstr "Edit Authorization" - -#: ../../../modules/web/Controllers/AuthTokenController.php:220 -#: ../../../modules/web/Controllers/AuthTokenController.php:223 -msgid "Autorizaciones eliminadas" -msgstr "Authorizations deleted" - -#: ../../../modules/web/Controllers/AuthTokenController.php:233 -#: ../../../modules/web/Controllers/AuthTokenController.php:237 -msgid "Autorización eliminada" -msgstr "Authorization deleted" - -#: ../../../modules/web/Controllers/AuthTokenController.php:269 -msgid "Autorización creada" -msgstr "Authorization added" - -#: ../../../modules/web/Controllers/AuthTokenController.php:347 -msgid "Ver Autorización" -msgstr "View Authorization" - -#: ../../../modules/web/Controllers/AuthTokenController.php:355 -msgid "Autorización visualizada" -msgstr "Authorization viewed" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/CategoryController.php:109 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:152 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:153 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:118 -#: ../../../config/actions.xml:307 -msgid "Nueva Categoría" -msgstr "New Category" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/CategoryController.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:170 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:171 -#: ../../../config/actions.xml:313 -msgid "Editar Categoría" -msgstr "Edit Category" - -#: ../../../modules/web/Controllers/CategoryController.php:214 -#: ../../../modules/web/Controllers/CategoryController.php:217 -msgid "Categorías eliminadas" -msgstr "Categories deleted" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/CategoryController.php:335 -#: ../../../config/actions.xml:301 -msgid "Ver Categoría" -msgstr "View Category" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/ClientController.php:110 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:155 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:156 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:93 -#: ../../../config/actions.xml:337 -msgid "Nuevo Cliente" -msgstr "New Client" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/ClientController.php:174 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:174 -#: ../../../config/actions.xml:343 -msgid "Editar Cliente" -msgstr "Edit Client" - -#: ../../../modules/web/Controllers/ClientController.php:213 -#: ../../../modules/web/Controllers/ClientController.php:216 -msgid "Clientes eliminados" -msgstr "Clients deleted" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/ClientController.php:326 -#: ../../../config/actions.xml:331 -msgid "Ver Cliente" -msgstr "View Client" - -#: ../../../modules/web/Controllers/ConfigAccountController.php:74 -msgid "El tamaño máximo por archivo es de 16MB" -msgstr "Maximum size per file is 16MB" - -#: ../../../modules/web/Controllers/ConfigAccountController.php:82 -msgid "Archivos habilitados" -msgstr "Files enabled" - -#: ../../../modules/web/Controllers/ConfigAccountController.php:87 -msgid "Archivos deshabilitados" -msgstr "Files disabled" - -#: ../../../modules/web/Controllers/ConfigAccountController.php:100 -msgid "Enlaces públicos habilitados" -msgstr "Public links enabled" - -#: ../../../modules/web/Controllers/ConfigAccountController.php:105 -msgid "Enlaces públicos deshabilitados" -msgstr "Public links disabled" - -#: ../../../modules/web/Controllers/ConfigBackupController.php:57 -#: ../../../modules/web/Controllers/ConfigBackupController.php:195 -#: ../../../modules/web/Controllers/ConfigBackupController.php:241 -#: ../../../modules/web/Controllers/ConfigEncryptionController.php:97 -#: ../../../modules/web/Controllers/ConfigEncryptionController.php:159 -#: ../../../modules/web/Controllers/ConfigGeneralController.php:183 -#: ../../../modules/web/Controllers/ConfigGeneralController.php:229 -#: ../../../modules/web/Controllers/ConfigImportController.php:59 -#: ../../../modules/web/Controllers/ConfigLdapController.php:226 -#: ../../../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 "Ey, this is a DEMO!!" - -#: ../../../modules/web/Controllers/ConfigBackupController.php:90 -#: ../../../modules/web/Controllers/UserPassResetController.php:183 -#: ../../../modules/web/Forms/AccountForm.php:135 -#: ../../../modules/web/Forms/UserForm.php:161 -msgid "Las claves no coinciden" -msgstr "Passwords do not match" - -#: ../../../modules/web/Controllers/ConfigBackupController.php:121 -msgid "Verificación de datos exportados finalizada" -msgstr "Verification of exported data finished" - -#: ../../../modules/web/Controllers/ConfigBackupController.php:123 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:128 -#: ../../../modules/web/themes/material-blue/views/common/aux-customfields.inc:17 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:90 -msgid "Encriptado" -msgstr "Encrypted" - -#: ../../../modules/web/Controllers/ConfigBackupController.php:123 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:140 -msgid "Sí" -msgstr "Yes" - -#: ../../../modules/web/Controllers/ConfigBackupController.php:123 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:140 -msgid "No" -msgstr "No" - -#: ../../../modules/web/Controllers/ConfigBackupController.php:127 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:94 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:211 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:213 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:94 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:314 -msgid "Etiquetas" -msgstr "Tags" - -#: ../../../modules/web/Controllers/ConfigEncryptionController.php:77 -msgid "Clave maestra no indicada" -msgstr "Master password not entered" - -#: ../../../modules/web/Controllers/ConfigEncryptionController.php:81 -msgid "Se ha de confirmar el cambio de clave" -msgstr "The password update must be confirmed" - -#: ../../../modules/web/Controllers/ConfigEncryptionController.php:85 -msgid "Las claves son idénticas" -msgstr "Passwords are the same" - -#: ../../../modules/web/Controllers/ConfigEncryptionController.php:89 -msgid "Las claves maestras no coinciden" -msgstr "Master passwords do not match" - -#: ../../../modules/web/Controllers/ConfigEncryptionController.php:93 -msgid "La clave maestra actual no coincide" -msgstr "The current master password does not match" - -#: ../../../modules/web/Controllers/ConfigEncryptionController.php:143 -msgid "Error al guardar el hash de la clave maestra" -msgstr "Error while saving the Master Password's hash" - -#: ../../../modules/web/Controllers/ConfigEncryptionController.php:166 -#: ../../../modules/web/Controllers/ConfigEncryptionController.php:168 -msgid "Hash de clave maestra actualizado" -msgstr "Master password hash updated" - -#: ../../../modules/web/Controllers/ConfigEncryptionController.php:175 -msgid "Error al actualizar el hash de la clave maestra" -msgstr "Error while updating the master password hash" - -#: ../../../modules/web/Controllers/ConfigEncryptionController.php:199 -#: ../../../modules/web/Controllers/ConfigEncryptionController.php:205 -#: ../../../modules/web/Controllers/ConfigEncryptionController.php:209 -msgid "Clave temporal generada" -msgstr "Temporary password generated" - -#: ../../../modules/web/Controllers/ConfigEncryptionController.php:199 -msgid "Email enviado" -msgstr "Email sent" - -#: ../../../modules/web/Controllers/ConfigEncryptionController.php:205 -msgid "Error al enviar email" -msgstr "Error while sending the email" - -#: ../../../modules/web/Controllers/ConfigGeneralController.php:96 -msgid "Faltan parámetros de syslog remoto" -msgstr "Missing remote syslog parameters" - -#: ../../../modules/web/Controllers/ConfigGeneralController.php:104 -msgid "Syslog remoto habilitado" -msgstr "Remote syslog enabled" - -#: ../../../modules/web/Controllers/ConfigGeneralController.php:109 -msgid "Syslog remoto deshabilitado" -msgstr "Remote syslog disabled" - -#: ../../../modules/web/Controllers/ConfigGeneralController.php:122 -msgid "Faltan parámetros de Proxy" -msgstr "Missing Proxy parameters " - -#: ../../../modules/web/Controllers/ConfigGeneralController.php:136 -msgid "Proxy habiltado" -msgstr "Proxy enabled" - -#: ../../../modules/web/Controllers/ConfigGeneralController.php:141 -msgid "Proxy deshabilitado" -msgstr "Proxy disabled" - -#: ../../../modules/web/Controllers/ConfigGeneralController.php:160 -msgid "Auth Basic habilitada" -msgstr "Auth Basic enabled" - -#: ../../../modules/web/Controllers/ConfigGeneralController.php:166 -msgid "Auth Basic deshabiltada" -msgstr "Auth Basic disabled" - -#: ../../../modules/web/Controllers/ConfigImportController.php:78 -msgid "Cuentas importadas" -msgstr "Accounts imported" - -#: ../../../modules/web/Controllers/ConfigImportController.php:82 -#: ../../../modules/web/Controllers/ConfigLdapController.php:268 -msgid "Importación finalizada" -msgstr "Import finished" - -#: ../../../modules/web/Controllers/ConfigImportController.php:85 -msgid "No se importaron cuentas" -msgstr "No accounts were imported" - -#: ../../../modules/web/Controllers/ConfigLdapController.php:71 -#: ../../../modules/web/Controllers/ConfigLdapController.php:143 -#: ../../../modules/web/Controllers/ConfigLdapController.php:181 -msgid "Faltan parámetros de LDAP" -msgstr "Missing LDAP parameters" - -#: ../../../modules/web/Controllers/ConfigLdapController.php:90 -msgid "LDAP habiltado" -msgstr "LDAP enabled" - -#: ../../../modules/web/Controllers/ConfigLdapController.php:95 -msgid "LDAP deshabilitado" -msgstr "LDAP disabled" - -#: ../../../modules/web/Controllers/ConfigLdapController.php:97 -#: ../../../modules/web/Controllers/ConfigMailController.php:106 -#: ../../../modules/web/plugins/Authenticator/src/lib/Controllers/AuthenticatorController.php:238 -#: ../../../config/strings.js.inc:80 -msgid "Sin cambios" -msgstr "No changes" - -#: ../../../modules/web/Controllers/ConfigLdapController.php:117 -#: ../../../modules/web/Controllers/ConfigLdapController.php:246 -msgid "Parámetros de LDAP incorrectos" -msgstr "Wrong LDAP parameters" - -#: ../../../modules/web/Controllers/ConfigLdapController.php:153 -#: ../../../modules/web/Controllers/ConfigLdapController.php:197 -msgid "Resultados" -msgstr "Results" - -#: ../../../modules/web/Controllers/ConfigLdapController.php:159 -#: ../../../modules/web/Controllers/ConfigLdapController.php:204 -#, php-format -msgid "Objetos encontrados: %d" -msgstr "Objects found: %d" - -#: ../../../modules/web/Controllers/ConfigLdapController.php:253 -msgid "Importación LDAP" -msgstr "LDAP Import" - -#: ../../../modules/web/Controllers/ConfigLdapController.php:272 -msgid "No se encontraron objetos para sincronizar" -msgstr "There aren't any objects to synchronize" - -#: ../../../modules/web/Controllers/ConfigLdapController.php:277 -msgid "Importación de usuarios de LDAP realizada" -msgstr "LDAP users import finished" - -#: ../../../modules/web/Controllers/ConfigLdapController.php:279 -#, php-format -msgid "Usuarios importados: %d / %d" -msgstr "Imported users: %d / %d" - -#: ../../../modules/web/Controllers/ConfigLdapController.php:280 -#, php-format -msgid "Errores: %d" -msgstr "Errors: %d" - -#: ../../../modules/web/Controllers/ConfigMailController.php:72 -#: ../../../modules/web/Controllers/ConfigMailController.php:133 -msgid "Faltan parámetros de Correo" -msgstr "Missing Mail parameters" - -#: ../../../modules/web/Controllers/ConfigMailController.php:97 -msgid "Correo habiltado" -msgstr "Mail enabled" - -#: ../../../modules/web/Controllers/ConfigMailController.php:104 -msgid "Correo deshabilitado" -msgstr "Mail disabled" - -#: ../../../modules/web/Controllers/ConfigMailController.php:153 -msgid "Compruebe su buzón de correo" -msgstr "Please, check your inbox" - -#: ../../../modules/web/Controllers/ConfigManagerController.php:160 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:134 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:20 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:18 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:446 -msgid "General" -msgstr "General" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/ConfigManagerController.php:189 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:29 -#: ../../../config/actions.xml:37 -msgid "Wiki" -msgstr "Wiki" - -#: ../../../modules/web/Controllers/ConfigManagerController.php:208 -msgid "LDAP" -msgstr "LDAP" - -#: ../../../modules/web/Controllers/ConfigManagerController.php:234 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:12 -msgid "Correo" -msgstr "Mail" - -#: ../../../modules/web/Controllers/ConfigManagerController.php:273 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:462 -msgid "Encriptación" -msgstr "Encryption" - -#: ../../../modules/web/Controllers/ConfigManagerController.php:301 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:61 -msgid "No se encontraron backups" -msgstr "There aren't any backups available" - -#: ../../../modules/web/Controllers/ConfigManagerController.php:311 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:132 -msgid "No se encontró archivo de exportación" -msgstr "No export file found" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/ConfigManagerController.php:314 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:24 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:78 -#: ../../../config/actions.xml:739 -msgid "Copia de Seguridad" -msgstr "Backup" - -#: ../../../modules/web/Controllers/ConfigManagerController.php:331 -msgid "Importar Cuentas" -msgstr "Import Accounts" - -#: ../../../modules/web/Controllers/ConfigManagerController.php:353 -msgid "No instalado" -msgstr "Not installed" - -#: ../../../modules/web/Controllers/ConfigManagerController.php:363 -#: ../../../modules/web/themes/material-blue/inc/Icons.php:63 -msgid "Información" -msgstr "Information" - -#: ../../../modules/web/Controllers/ConfigWikiController.php:63 -msgid "Faltan parámetros de Wiki" -msgstr "Missing Wiki parameters" - -#: ../../../modules/web/Controllers/ConfigWikiController.php:73 -msgid "Wiki habiltada" -msgstr "Wiki enabled" - -#: ../../../modules/web/Controllers/ConfigWikiController.php:78 -msgid "Wiki deshabilitada" -msgstr "Wiki disabled" - -#: ../../../modules/web/Controllers/ConfigWikiController.php:91 -msgid "Faltan parámetros de DokuWiki" -msgstr "Missing DokuWiki parameters" - -#: ../../../modules/web/Controllers/ConfigWikiController.php:103 -msgid "DokuWiki habilitada" -msgstr "DokuWiki enabled" - -#: ../../../modules/web/Controllers/ConfigWikiController.php:108 -msgid "DokuWiki deshabilitada" -msgstr "DokuWiki disabled" - -#: ../../../modules/web/Controllers/CustomFieldController.php:111 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:159 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:160 -msgid "Nuevo Campo" -msgstr "New Field" - -#: ../../../modules/web/Controllers/CustomFieldController.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:177 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:178 -msgid "Editar Campo" -msgstr "Edit Field" - -#: ../../../modules/web/Controllers/CustomFieldController.php:209 -#: ../../../modules/web/Controllers/CustomFieldController.php:212 -msgid "Campos eliminados" -msgstr "Fields deleted" - -#: ../../../modules/web/Controllers/CustomFieldController.php:218 -msgid "Campo eliminado" -msgstr "Field deleted" - -#: ../../../modules/web/Controllers/CustomFieldController.php:248 -#: ../../../modules/web/Controllers/CustomFieldController.php:252 -msgid "Campo creado" -msgstr "Field added" - -#: ../../../modules/web/Controllers/CustomFieldController.php:317 -msgid "Ver Campo" -msgstr "View Field" - -#: ../../../modules/web/Controllers/ErrorController.php:107 -msgid "Aplicación en mantenimiento" -msgstr "Application on maintenance" - -#: ../../../modules/web/Controllers/ErrorController.php:108 -msgid "En breve estará operativa" -msgstr "It will be running shortly" - -#: ../../../modules/web/Controllers/ErrorController.php:123 -msgid "Error en la verificación de la base de datos" -msgstr "Error while checking the database" - -#: ../../../modules/web/Controllers/EventlogController.php:127 -#: ../../../modules/web/Controllers/EventlogController.php:130 -msgid "Registro de eventos vaciado" -msgstr "Event log cleared" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:89 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:90 -msgid "Ver Actual" -msgstr "View Current" - -#: ../../../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:123 -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:67 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:360 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:173 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:310 -#: ../../../modules/web/themes/material-blue/views/config/general.inc:28 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:91 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:193 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:295 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:440 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:206 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:294 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:211 -msgid "Atrás" -msgstr "Back" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:196 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:197 -msgid "Solicitar Modificación" -msgstr "Request Modification" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:217 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:218 -msgid "Restaurar cuenta desde este punto" -msgstr "Restore account from this point" - -#: ../../../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:130 -msgid "Guardar" -msgstr "Save" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:354 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:355 -#: ../../../config/actions.xml:439 -msgid "Actualizar Enlace Público" -msgstr "Update Public Link" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:377 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:378 -#: ../../../config/actions.xml:433 -msgid "Eliminar Enlace Público" -msgstr "Delete Public Link" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:397 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:398 -#: ../../../config/actions.xml:421 -msgid "Crear Enlace Público" -msgstr "Create Public Link" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:418 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:419 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:463 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:464 -#: ../../../modules/web/themes/material-blue/inc/Icons.php:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:69 -#: ../../../config/actions.xml:175 ../../../config/actions.xml:265 -msgid "Ver Clave" -msgstr "View password" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:440 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:441 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:485 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:486 -msgid "Copiar Clave en Portapapeles" -msgstr "Copy Password to Clipboard" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:508 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:509 -#: ../../../config/actions.xml:193 -msgid "Copiar Cuenta" -msgstr "Copy Account" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:69 -#: ../../../config/strings.js.inc:72 -msgid "Clave de Cuenta" -msgstr "Account Password" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:177 -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:178 -msgid "Más Acciones" -msgstr "More Actions" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:234 -msgid "Ordenar por Cliente" -msgstr "Sort by Client" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:241 -msgid "Ordenar por Nombre" -msgstr "Sort by Name" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:248 -msgid "Ordenar por Categoría" -msgstr "Sort by Category" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:255 -msgid "Ordenar por Usuario" -msgstr "Sort by Username" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:261 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:52 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:58 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:88 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:56 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:62 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:128 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:81 -msgid "URL / IP" -msgstr "URL / IP" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:262 -msgid "Ordenar por URL / IP" -msgstr "Sort by URL / IP" - -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:79 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:80 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:70 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:71 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:74 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:71 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:71 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:75 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:76 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:90 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:91 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:74 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:75 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:74 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:82 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:83 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:74 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:74 -msgid "Eliminar Seleccionados" -msgstr "Delete Selected" - -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:116 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:158 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:42 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:44 -msgid "Propietario" -msgstr "Owner" - -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:117 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:175 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:50 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:52 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:79 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:81 -msgid "Grupo Principal" -msgstr "Main Group" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:149 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:145 -#: ../../../config/actions.xml:499 ../../../config/actions.xml:805 -msgid "Buscar Cuenta" -msgstr "Search for Account" - -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:92 -msgid "Cuentas (H)" -msgstr "Accounts (H)" - -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:126 -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:100 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:106 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:122 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:190 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:251 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:48 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:55 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:38 -msgid "Fecha" -msgstr "Date" - -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:108 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:130 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:109 -msgid "Estado" -msgstr "Status" - -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:129 -msgid "Modificada" -msgstr "Modified" - -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:130 -msgid "Eliminada" -msgstr "Removed" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:160 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:161 -#: ../../../config/actions.xml:187 ../../../config/actions.xml:811 -msgid "Restaurar Cuenta" -msgstr "Account Restore" - -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:95 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:362 -msgid "Autorizaciones API" -msgstr "API Authorizations" - -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:140 -msgid "Buscar Token" -msgstr "Search for Token" - -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:174 -msgid "Ver token de Autorización" -msgstr "View Authorization token" - -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:207 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:208 -msgid "Eliminar Autorización" -msgstr "Delete Authorization" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:137 -#: ../../../config/actions.xml:325 -msgid "Buscar Categoría" -msgstr "Search for Category" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:187 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:188 -#: ../../../config/actions.xml:319 -msgid "Eliminar Categoría" -msgstr "Delete Category" - -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:123 -#: ../../../config/strings.js.inc:66 -msgid "SI" -msgstr "YES" - -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:123 -#: ../../../config/strings.js.inc:67 -msgid "NO" -msgstr "NO" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:140 -#: ../../../config/actions.xml:355 -msgid "Buscar Cliente" -msgstr "Search for Client" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:190 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:191 -#: ../../../config/actions.xml:349 -msgid "Eliminar Cliente" -msgstr "Delete Client" - -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:95 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:33 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:346 -msgid "Campos Personalizados" -msgstr "Custom Fields" - -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:108 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:49 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:51 -msgid "Módulo" -msgstr "Module" - -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:110 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:120 -msgid "Propiedades" -msgstr "Properties" - -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:144 -msgid "Buscar Campo" -msgstr "Search for Field" - -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:194 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:195 -msgid "Eliminar Campo" -msgstr "Delete Field" - -#. (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 "Event Log" - -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:99 -#: ../../../modules/web/Controllers/ItemPresetController.php:289 -#: ../../../modules/web/Controllers/ItemPresetController.php:324 -#: ../../../modules/web/Controllers/ItemPresetController.php:365 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:97 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:99 -msgid "ID" -msgstr "ID" - -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:100 -msgid "Fecha / Hora" -msgstr "Date / Time" - -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:101 -msgid "Nivel" -msgstr "Level" - -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:102 -msgid "Evento" -msgstr "Event" - -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:103 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:117 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:50 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:33 -msgid "Login" -msgstr "Login" - -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:165 -msgid "Buscar Evento" -msgstr "Search for Events" - -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:181 -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:182 -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:178 -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:179 -msgid "Refrescar" -msgstr "Refresh" - -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:199 -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:200 -msgid "Vaciar registro de eventos" -msgstr "Clear the event log out" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:94 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:41 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:280 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:150 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:410 -#: ../../../config/actions.xml:19 -msgid "Archivos" -msgstr "Files" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:145 -#: ../../../config/actions.xml:475 -msgid "Buscar Archivo" -msgstr "Search for File" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:160 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:161 -#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:51 -#: ../../../config/actions.xml:205 ../../../config/actions.xml:451 -msgid "Ver Archivo" -msgstr "View File" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:178 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:179 -#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:42 -#: ../../../config/actions.xml:217 ../../../config/actions.xml:457 -msgid "Descargar Archivo" -msgstr "Download File" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:198 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:199 -#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:34 -#: ../../../config/actions.xml:223 ../../../config/actions.xml:463 -msgid "Eliminar Archivo" -msgstr "Delete File" - -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:97 -msgid "Valores Predeterminados" -msgstr "Preset Values" - -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:112 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:118 -#: ../../../modules/web/Controllers/UserProfileController.php:228 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:65 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:67 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:70 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:129 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:131 -msgid "Perfil" -msgstr "Profile" - -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:113 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:83 -msgid "Prioridad" -msgstr "Priority" - -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:114 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:120 -msgid "Forzado" -msgstr "Forced" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:148 -#: ../../../config/actions.xml:859 -msgid "Buscar Valor" -msgstr "Search for Value" - -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:163 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:66 -msgid "Valor de Permiso" -msgstr "Permission Preset" - -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:164 -msgid "Nuevo Valor de Permiso" -msgstr "New Permission Preset" - -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:187 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:86 -msgid "Valor de Cuenta Privada" -msgstr "Private Account Preset" - -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:188 -msgid "Nuevo Valor de Cuenta Privada" -msgstr "New Private Account Preset" - -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:211 -#: ../../../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:212 -msgid "Nuevo Valor de Timeout de Sesión" -msgstr "New Session Timeout Preset" - -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:235 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:117 -msgid "Valor de Clave de Cuentas" -msgstr "Account Password Preset" - -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:236 -msgid "Nuevo Valor de Clave de Cuentas" -msgstr "New Account Password Preset" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:259 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:260 -#: ../../../modules/web/Controllers/ItemPresetController.php:239 -#: ../../../config/actions.xml:877 -msgid "Editar Valor" -msgstr "Edit Value" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:276 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:277 -#: ../../../config/actions.xml:883 -msgid "Eliminar Valor" -msgstr "Delete Value" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:113 -#: ../../../modules/web/themes/material-blue/inc/Icons.php:65 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:106 -#: ../../../modules/web/themes/material-blue/views/notification/index.inc:1 -#: ../../../config/actions.xml:685 -msgid "Notificaciones" -msgstr "Notifications" - -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:128 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:35 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:42 -msgid "Componente" -msgstr "Component" - -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:150 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:111 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:115 -msgid "Leída" -msgstr "Read" - -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:151 -msgid "Sólo Admins" -msgstr "Only Admins" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:168 -#: ../../../config/actions.xml:847 -msgid "Buscar Notificación" -msgstr "Search for Notification" - -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:183 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:184 -#: ../../../modules/web/Controllers/NotificationController.php:194 -msgid "Nueva Notificación" -msgstr "New Notification" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:201 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:202 -#: ../../../modules/web/Controllers/NotificationController.php:113 -#: ../../../config/actions.xml:817 -msgid "Ver Notificación" -msgstr "View Notification" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:231 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:232 -#: ../../../config/actions.xml:841 -msgid "Marcar Notificación" -msgstr "Checkout Notification" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:249 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:250 -#: ../../../modules/web/Controllers/NotificationController.php:226 -#: ../../../config/actions.xml:829 -msgid "Editar Notificación" -msgstr "Edit Notification" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:266 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:267 -#: ../../../config/actions.xml:835 -msgid "Eliminar Notificación" -msgstr "Delete Notification" - -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:96 -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:330 -#: ../../../modules/web/themes/material-blue/views/plugin/index.inc:1 -msgid "Plugins" -msgstr "Plugins" - -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:125 -msgid "No disponible" -msgstr "Unavailable" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:141 -#: ../../../config/actions.xml:547 -msgid "Buscar Plugin" -msgstr "Search for Plugin" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:156 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:157 -#: ../../../modules/web/Controllers/PluginController.php:136 -#: ../../../config/actions.xml:541 -msgid "Ver Plugin" -msgstr "View Plugin" - -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:174 -msgid "Habilitar" -msgstr "Enable" - -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:192 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:193 -msgid "Deshabilitar" -msgstr "Disable" - -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:211 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:212 -msgid "Restablecer Datos" -msgstr "Reset Data" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:231 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:232 -#: ../../../config/actions.xml:571 -msgid "Eliminar Plugin" -msgstr "Delete Plugin" - -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:96 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:49 -msgid "Enlaces" -msgstr "Links" - -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:110 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:49 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:51 -msgid "Fecha Creación" -msgstr "Creation Date" - -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:111 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:195 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:57 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:59 -msgid "Fecha Caducidad" -msgstr "Expiry Date " - -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:113 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:36 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:39 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:43 -msgid "Notificar" -msgstr "Notify" - -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:114 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:14 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:16 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:197 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:73 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:75 -msgid "Visitas" -msgstr "Visits" - -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:149 -msgid "Buscar Enlace" -msgstr "Search for Link" - -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:164 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:165 -msgid "Nuevo Enlace" -msgstr "New Link" - -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:182 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:183 -#: ../../../modules/web/Controllers/PublicLinkController.php:357 -msgid "Ver Enlace" -msgstr "View Link" - -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:198 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:199 -msgid "Renovar Enlace" -msgstr "Renew Link" - -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:215 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:216 -msgid "Eliminar Enlace" -msgstr "Delete Link" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:135 -#: ../../../config/actions.xml:529 -msgid "Buscar Etiqueta" -msgstr "Search for Tag" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:150 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:151 -#: ../../../modules/web/Controllers/TagController.php:108 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:226 -#: ../../../config/actions.xml:505 -msgid "Nueva Etiqueta" -msgstr "New Tag" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:168 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:169 -#: ../../../modules/web/Controllers/TagController.php:168 -#: ../../../config/actions.xml:517 -msgid "Editar Etiqueta" -msgstr "Edit Tag" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:185 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:186 -#: ../../../config/actions.xml:523 -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:162 -#: ../../../config/actions.xml:895 -msgid "Buscar Track" -msgstr "Search for track" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:156 -#: ../../../config/actions.xml:607 -msgid "Buscar Usuario" -msgstr "Search for User" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:171 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:172 -#: ../../../modules/web/Controllers/UserController.php:115 -#: ../../../config/actions.xml:583 -msgid "Nuevo Usuario" -msgstr "New User" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:189 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:190 -#: ../../../modules/web/Controllers/UserController.php:200 -#: ../../../config/actions.xml:589 -msgid "Editar Usuario" -msgstr "Edit User" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:206 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:207 -#: ../../../config/actions.xml:595 -msgid "Eliminar Usuario" -msgstr "Delete User" - -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:223 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:224 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:460 -msgid "Importar usuarios de LDAP" -msgstr "Import users from LDAP" - -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:241 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:242 -msgid "Ver Detalles de Usuario" -msgstr "View User Details" - -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:258 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:259 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:63 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:116 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:122 -msgid "Cambiar Clave de Usuario" -msgstr "Change User's Password" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:138 -#: ../../../config/actions.xml:637 -msgid "Buscar Grupo" -msgstr "Search for Group" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:153 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:154 -#: ../../../modules/web/Controllers/UserGroupController.php:117 -#: ../../../config/actions.xml:619 -msgid "Nuevo Grupo" -msgstr "New Group" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:171 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:172 -#: ../../../modules/web/Controllers/UserGroupController.php:344 -#: ../../../config/actions.xml:613 -msgid "Ver Grupo" -msgstr "View Group" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:188 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:189 -#: ../../../modules/web/Controllers/UserGroupController.php:188 -#: ../../../config/actions.xml:625 -msgid "Editar Grupo" -msgstr "Edit Group" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:205 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:206 -#: ../../../config/actions.xml:631 -msgid "Eliminar Grupo" -msgstr "Delete Group" - -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:95 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:282 -msgid "Perfiles" -msgstr "Profiles" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:136 -#: ../../../config/actions.xml:667 -msgid "Buscar Perfil" -msgstr "Search for Profile" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:151 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:152 -#: ../../../modules/web/Controllers/UserProfileController.php:110 -#: ../../../config/actions.xml:649 -msgid "Nuevo Perfil" -msgstr "New Profile" - -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:169 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:170 -msgid "Ver Detalles de Perfil" -msgstr "View Profile Details" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:186 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:187 -#: ../../../modules/web/Controllers/UserProfileController.php:177 -#: ../../../config/actions.xml:655 -msgid "Editar Perfil" -msgstr "Edit Profile" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:203 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:204 -#: ../../../config/actions.xml:661 -msgid "Eliminar Perfil" -msgstr "Delete Profile" - -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:261 -#: ../../../modules/web/themes/material-blue/inc/Icons.php:58 -msgid "Buscar" -msgstr "Search" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:344 -#: ../../../modules/web/themes/material-blue/inc/Icons.php:61 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:24 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:27 -#: ../../../config/actions.xml:691 -msgid "Configuración" -msgstr "Configuration" - -#: ../../../modules/web/Controllers/InstallController.php:59 -msgid "Módulo no disponible" -msgstr "Module unavailable" - -#: ../../../modules/web/Controllers/InstallController.php:60 -msgid "Sin este módulo la aplicación puede no funcionar correctamente." -msgstr "Without this module the application could not run correctly" - -#: ../../../modules/web/Controllers/InstallController.php:89 -msgid "Instalación finalizada" -msgstr "Installation finished" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/ItemPresetController.php:73 -#: ../../../config/actions.xml:865 -msgid "Ver Valor" -msgstr "Display Value" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/ItemPresetController.php:207 -#: ../../../config/actions.xml:871 -msgid "Nuevo Valor" -msgstr "New Value" - -#: ../../../modules/web/Controllers/ItemPresetController.php:277 -#: ../../../modules/web/Controllers/ItemPresetController.php:280 -msgid "Valores eliminados" -msgstr "Values deleted" - -#: ../../../modules/web/Controllers/ItemPresetController.php:288 -#: ../../../modules/web/Controllers/ItemPresetController.php:292 -msgid "Valor eliminado" -msgstr "Value deleted" - -#: ../../../modules/web/Controllers/ItemPresetController.php:322 -#: ../../../modules/web/Controllers/ItemPresetController.php:327 -msgid "Valor creado" -msgstr "Value created" - -#: ../../../modules/web/Controllers/ItemPresetController.php:363 -#: ../../../modules/web/Controllers/ItemPresetController.php:368 -msgid "Valor actualizado" -msgstr "Value updated" - -#: ../../../modules/web/Controllers/ItemsController.php:130 -msgid "No hay no hay notificaciones pendientes" -msgstr "There aren't any pending notifications" - -#: ../../../modules/web/Controllers/ItemsController.php:131 -#, php-format -msgid "Hay notificaciones pendientes: %d" -msgstr "There are pending notifications: %d" - -#: ../../../modules/web/Controllers/LoginController.php:121 -msgid "Finalizar sesión" -msgstr "Logout session" - -#: ../../../modules/web/Controllers/LoginController.php:123 -msgid "Tiempo inactivo" -msgstr "Inactive time" - -#: ../../../modules/web/Controllers/LoginController.php:124 -msgid "Tiempo total" -msgstr "Total time" - -#: ../../../modules/web/Controllers/NotificationController.php:268 -#: ../../../modules/web/Controllers/NotificationController.php:271 -msgid "Notificaciones eliminadas" -msgstr "Notifications deleted" - -#: ../../../modules/web/Controllers/NotificationController.php:283 -#: ../../../modules/web/Controllers/NotificationController.php:287 -msgid "Notificación eliminada" -msgstr "Notification deleted" - -#: ../../../modules/web/Controllers/NotificationController.php:316 -#: ../../../modules/web/Controllers/NotificationController.php:320 -msgid "Notificación leída" -msgstr "Notification read" - -#: ../../../modules/web/Controllers/NotificationController.php:348 -#: ../../../modules/web/Controllers/NotificationController.php:351 -msgid "Notificación creada" -msgstr "Notification created" - -#: ../../../modules/web/Controllers/NotificationController.php:383 -#: ../../../modules/web/Controllers/NotificationController.php:386 -msgid "Notificación actualizada" -msgstr "Notification updated" - -#: ../../../modules/web/Controllers/PluginController.php:199 -#: ../../../modules/web/Controllers/PluginController.php:202 -msgid "Plugin habilitado" -msgstr "Plugin enabled" - -#: ../../../modules/web/Controllers/PluginController.php:253 -#: ../../../modules/web/Controllers/PluginController.php:256 -msgid "Plugin restablecido" -msgstr "Plugin reset" - -#: ../../../modules/web/Controllers/PluginController.php:285 -msgid "Plugins eliminados" -msgstr "Plugins deleted" - -#: ../../../modules/web/Controllers/PluginController.php:291 -msgid "Plugin eliminado" -msgstr "Plugin deleted" - -#: ../../../modules/web/Controllers/PublicLinkController.php:114 -msgid "Nuevo Enlace Público" -msgstr "New Public Link" - -#: ../../../modules/web/Controllers/PublicLinkController.php:204 -msgid "Editar Enlace Público" -msgstr "Edit Public Link" - -#: ../../../modules/web/Controllers/PublicLinkController.php:243 -#: ../../../modules/web/Controllers/PublicLinkController.php:246 -msgid "Enlaces eliminados" -msgstr "Links deleted" - -#: ../../../modules/web/Controllers/PublicLinkController.php:254 -#: ../../../modules/web/Controllers/PublicLinkController.php:258 -msgid "Enlace eliminado" -msgstr "Link deleted" - -#: ../../../modules/web/Controllers/PublicLinkController.php:286 -#: ../../../modules/web/Controllers/PublicLinkController.php:323 -msgid "Enlace creado" -msgstr "Link created" - -#: ../../../modules/web/Controllers/StatusController.php:93 -msgid "Versión no disponible" -msgstr "Version unavailable" - -#: ../../../modules/web/Controllers/StatusController.php:140 -msgid "Notificaciones no disponibles" -msgstr "Notifications not available" - -#: ../../../modules/web/Controllers/TagController.php:207 -msgid "Etiquetas eliminadas" -msgstr "Tags deleted" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/TagController.php:302 -#: ../../../config/actions.xml:511 -msgid "Ver Etiqueta" -msgstr "View Tag" - -#: ../../../modules/web/Controllers/TrackController.php:115 -msgid "Track desbloqueado" -msgstr "Track unlocked" - -#: ../../../modules/web/Controllers/TrackController.php:142 -msgid "Tracks limpiados" -msgstr "Tracks cleared out" - -#: ../../../modules/web/Controllers/Traits/ConfigTrait.php:68 -msgid "Configuración actualizada" -msgstr "Configuration updated" - -#: ../../../modules/web/Controllers/Traits/ConfigTrait.php:72 -msgid "Error al guardar la configuración" -msgstr "Error while saving the configuration" - -#: ../../../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/Controllers/UpgradeController.php:67 -msgid "Es necesario confirmar la actualización" -msgstr "The updating need to be confirmed" - -#: ../../../modules/web/Controllers/UpgradeController.php:71 -msgid "Código de seguridad incorrecto" -msgstr "Wrong security code" - -#: ../../../modules/web/Controllers/UpgradeController.php:92 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:88 -msgid "Aplicación actualizada correctamente" -msgstr "Application successfully updated" - -#: ../../../modules/web/Controllers/UpgradeController.php:92 -msgid "En 5 segundos será redirigido al login" -msgstr "You will be redirected to log in within 5 seconds" - -#: ../../../modules/web/Controllers/UserController.php:275 -#: ../../../modules/web/Controllers/UserController.php:278 -msgid "Usuarios eliminados" -msgstr "Users deleted" - -#: ../../../modules/web/Controllers/UserController.php:286 -#: ../../../modules/web/Controllers/UserController.php:290 -msgid "Usuario eliminado" -msgstr "User deleted" - -#: ../../../modules/web/Controllers/UserController.php:322 -#: ../../../modules/web/Controllers/UserController.php:328 -msgid "Usuario creado" -msgstr "User added" - -#: ../../../modules/web/Controllers/UserController.php:387 -#: ../../../modules/web/Controllers/UserController.php:393 -msgid "Usuario actualizado" -msgstr "User updated" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/UserController.php:458 -#: ../../../config/actions.xml:577 -msgid "Ver Usuario" -msgstr "View User" - -#: ../../../modules/web/Controllers/UserGroupController.php:226 -#: ../../../modules/web/Controllers/UserGroupController.php:229 -msgid "Grupos eliminados" -msgstr "Groups deleted" - -#: ../../../modules/web/Controllers/UserPassResetController.php:92 -msgid "Datos incorrectos" -msgstr "Wrong data" - -#: ../../../modules/web/Controllers/UserPassResetController.php:96 -msgid "No es posible recuperar la clave" -msgstr "Unable to reset the password" - -#: ../../../modules/web/Controllers/UserPassResetController.php:103 -msgid "Recuperación de Clave" -msgstr "Password Recovery" - -#: ../../../modules/web/Controllers/UserPassResetController.php:104 -msgid "Solicitado para" -msgstr "Requested for" - -#: ../../../modules/web/Controllers/UserPassResetController.php:109 -msgid "Solicitud enviada" -msgstr "Request sent" - -#: ../../../modules/web/Controllers/UserPassResetController.php:109 -msgid "En breve recibirá un correo para completar la solicitud." -msgstr "You will receive an email to complete the request shortly." - -#: ../../../modules/web/Controllers/UserPassResetController.php:179 -#: ../../../modules/web/Forms/AuthTokenForm.php:101 -#: ../../../modules/web/Forms/UserForm.php:157 -msgid "La clave no puede estar en blanco" -msgstr "Password cannot be blank" - -#: ../../../modules/web/Controllers/UserProfileController.php:215 -#: ../../../modules/web/Controllers/UserProfileController.php:218 -msgid "Perfiles eliminados" -msgstr "Profiles deleted" - -#: ../../../modules/web/Controllers/UserProfileController.php:227 -#: ../../../modules/web/Controllers/UserProfileController.php:231 -msgid "Perfil eliminado" -msgstr "Profile deleted" - -#: ../../../modules/web/Controllers/UserProfileController.php:262 -msgid "Perfil creado" -msgstr "Profile added" - -#: ../../../modules/web/Controllers/UserProfileController.php:300 -msgid "Perfil actualizado" -msgstr "Profile updated" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/UserProfileController.php:326 -#: ../../../config/actions.xml:643 -msgid "Ver Perfil" -msgstr "View Profile" - -#: ../../../modules/web/Controllers/UserSettingsGeneralController.php:74 -msgid "Preferencias actualizadas" -msgstr "Preferences updated" - -#: ../../../modules/web/Controllers/UserSettingsManagerController.php:87 -msgid "Preferencias" -msgstr "Preferences" - -#: ../../../modules/web/Forms/AccountForm.php:131 -msgid "Es necesaria una clave" -msgstr "A key is needed" - -#: ../../../modules/web/Forms/AccountForm.php:171 -msgid "Es necesario un nombre de cuenta" -msgstr "An account name needed" - -#: ../../../modules/web/Forms/AccountForm.php:175 -#: ../../../modules/web/Forms/ClientForm.php:84 -msgid "Es necesario un nombre de cliente" -msgstr "A client name needed" - -#: ../../../modules/web/Forms/AccountForm.php:179 -msgid "Es necesario una categoría" -msgstr "A category is needed" - -#: ../../../modules/web/Forms/AuthTokenForm.php:91 -msgid "Usuario no indicado" -msgstr "User not set" - -#: ../../../modules/web/Forms/AuthTokenForm.php:95 -msgid "Acción no indicada" -msgstr "Action not set" - -#: ../../../modules/web/Forms/CategoryForm.php:83 -msgid "Es necesario un nombre de categoría" -msgstr "A category name needed" - -#: ../../../modules/web/Forms/CustomFieldDefForm.php:87 -msgid "Nombre del campo no indicado" -msgstr "Field name not set" - -#: ../../../modules/web/Forms/CustomFieldDefForm.php:91 -msgid "Tipo del campo no indicado" -msgstr "Field type not set" - -#: ../../../modules/web/Forms/CustomFieldDefForm.php:95 -msgid "Módulo del campo no indicado" -msgstr "Field module not set" - -#: ../../../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:133 -msgid "No hay permisos definidos" -msgstr "There aren't any defined permissions" - -#: ../../../modules/web/Forms/ItemsPresetForm.php:182 -msgid "Expresión regular inválida" -msgstr "Invalid regular expression" - -#: ../../../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/NotificationForm.php:98 -msgid "Es necesario un componente" -msgstr "A component is needed" - -#: ../../../modules/web/Forms/NotificationForm.php:102 -msgid "Es necesario un tipo" -msgstr "A type is needed" - -#: ../../../modules/web/Forms/NotificationForm.php:112 -msgid "Es necesario un destinatario" -msgstr "A target is needed" - -#: ../../../modules/web/Forms/PublicLinkForm.php:85 -msgid "Es necesario una cuenta" -msgstr "An account is needed" - -#: ../../../modules/web/Forms/TagForm.php:82 -msgid "Es necesario un nombre de etiqueta" -msgstr "A tag name is needed" - -#: ../../../modules/web/Forms/UserForm.php:111 -msgid "Es necesario un nombre de usuario" -msgstr "An username is needed" - -#: ../../../modules/web/Forms/UserForm.php:115 -msgid "Es necesario un login" -msgstr "A login is needed" - -#: ../../../modules/web/Forms/UserForm.php:119 -msgid "Es necesario un perfil" -msgstr "A profile is needed" - -#: ../../../modules/web/Forms/UserForm.php:123 -msgid "Es necesario un grupo" -msgstr "A group is needed" - -#: ../../../modules/web/Forms/UserForm.php:127 -msgid "Es necesario un email" -msgstr "An email is needed" - -#: ../../../modules/web/Forms/UserForm.php:179 -msgid "No es posible eliminar, usuario en uso" -msgstr "Unable to delete, user in use" - -#: ../../../modules/web/Forms/UserGroupForm.php:84 -msgid "Es necesario un nombre de grupo" -msgstr "A group name is needed" - -#: ../../../modules/web/Forms/UserProfileForm.php:116 -msgid "Es necesario un nombre de perfil" -msgstr "A profile name is needed" - -#: ../../../modules/web/themes/material-blue/inc/Icons.php:32 -msgid "Añadir" -msgstr "Add" - -#: ../../../modules/web/themes/material-blue/inc/Icons.php:33 -msgid "Ver Detalles" -msgstr "View Details" - -#: ../../../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:132 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:136 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:148 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:198 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:46 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:87 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:102 -msgid "Editar" -msgstr "Edit" - -#: ../../../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/account_bulkedit.inc:134 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:155 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:184 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:206 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:134 -msgid "Eliminar" -msgstr "Delete" - -#: ../../../modules/web/themes/material-blue/inc/Icons.php:37 -msgid "Cambiar Clave" -msgstr "Change Password" - -#: ../../../modules/web/themes/material-blue/inc/Icons.php:38 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:200 -msgid "Admin Aplicación" -msgstr "Application Admin" - -#: ../../../modules/web/themes/material-blue/inc/Icons.php:39 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:218 -msgid "Admin Cuentas" -msgstr "Accounts Admin" - -#: ../../../modules/web/themes/material-blue/inc/Icons.php:40 -msgid "Usuario de LDAP" -msgstr "LDAP User" - -#: ../../../modules/web/themes/material-blue/inc/Icons.php:41 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:257 -msgid "Deshabilitado" -msgstr "Disabled" - -#: ../../../modules/web/themes/material-blue/inc/Icons.php:42 -msgid "Habilitado" -msgstr "Enabled" - -#: ../../../modules/web/themes/material-blue/inc/Icons.php:43 -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:184 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:49 -msgid "Actualizar" -msgstr "Update" - -#: ../../../modules/web/themes/material-blue/inc/Icons.php:44 -msgid "Copiar" -msgstr "Copy" - -#: ../../../modules/web/themes/material-blue/inc/Icons.php:46 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:84 -msgid "Email" -msgstr "Email" - -#: ../../../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:40 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:50 -msgid "Volver" -msgstr "Back" - -#: ../../../modules/web/themes/material-blue/inc/Icons.php:50 -msgid "Restaurar" -msgstr "Restore" - -#: ../../../modules/web/themes/material-blue/inc/Icons.php:52 -#: ../../../config/strings.js.inc:79 -msgid "Ayuda" -msgstr "Help" - -#: ../../../modules/web/themes/material-blue/inc/Icons.php:53 -msgid "Limpiar" -msgstr "Clear" - -#: ../../../modules/web/themes/material-blue/inc/Icons.php:54 -msgid "Realizar" -msgstr "Perform" - -#: ../../../modules/web/themes/material-blue/inc/Icons.php:55 -msgid "Descargar" -msgstr "Download" - -#: ../../../modules/web/themes/material-blue/inc/Icons.php:56 -#: ../../../config/strings.js.inc:85 -msgid "Aviso" -msgstr "Warning" - -#: ../../../modules/web/themes/material-blue/inc/Icons.php:57 -msgid "Comprobar" -msgstr "Check" - -#: ../../../modules/web/themes/material-blue/inc/Icons.php:64 -msgid "Crítico" -msgstr "Critical" - -#: ../../../modules/web/themes/material-blue/inc/Icons.php:67 -msgid "Página anterior" -msgstr "Previous page" - -#: ../../../modules/web/themes/material-blue/inc/Icons.php:68 -msgid "Página siguiente" -msgstr "Next page" - -#: ../../../modules/web/themes/material-blue/inc/Icons.php:69 -msgid "Primera página" -msgstr "First page" - -#: ../../../modules/web/themes/material-blue/inc/Icons.php:70 -msgid "Última página" -msgstr "Last page" - -#: ../../../config/strings.js.inc:27 -msgid "Ha ocurrido un error" -msgstr "There was an error" - -#: ../../../config/strings.js.inc:28 ../../../config/strings.js.inc:86 -msgid "Sesión finalizada" -msgstr "Session finished" - -#: ../../../config/strings.js.inc:29 -msgid "Borrar la cuenta?" -msgstr "Delete account?" - -#: ../../../config/strings.js.inc:30 -msgid "Borrar el usuario?" -msgstr "Delete user?" - -#: ../../../config/strings.js.inc:31 -msgid "Guarde la configuración para que sea efectiva" -msgstr "You should save configuration in order to take effect" - -#: ../../../config/strings.js.inc:32 -msgid "Clave Generada" -msgstr "Generated Password" - -#: ../../../config/strings.js.inc:33 -msgid "Nivel alto" -msgstr "High level" - -#: ../../../config/strings.js.inc:34 -msgid "Nivel medio" -msgstr "Average level" - -#: ../../../config/strings.js.inc:35 -msgid "Nivel bajo" -msgstr "Low level" - -#: ../../../config/strings.js.inc:36 -msgid "Nivel muy alto" -msgstr "Very High level" - -#: ../../../config/strings.js.inc:37 -msgid "Utilizar al menos 8 caracteres" -msgstr "You should use at least 8 characters" - -#: ../../../config/strings.js.inc:38 -msgid "Borrar elemento?" -msgstr "Delete item?" - -#: ../../../config/strings.js.inc:39 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:22 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:31 -msgid "Página no encontrada" -msgstr "Page not found" - -#: ../../../config/strings.js.inc:41 -msgid "Eliminar archivo?" -msgstr "Delete file?" - -#: ../../../config/strings.js.inc:42 -msgid "Su navegador no soporta subir archivos con HTML5" -msgstr "Your browser does not support HTML5 file uploads" - -#: ../../../config/strings.js.inc:43 -msgid "Demasiados archivos" -msgstr "Too many files" - -#: ../../../config/strings.js.inc:44 -msgid "Tamaño de archivo no permitido" -msgstr "File size not allowed" - -#: ../../../config/strings.js.inc:45 -msgid "Extensión no permitida" -msgstr "Extension not allowed" - -#: ../../../config/strings.js.inc:46 -msgid "Vaciar el registro de eventos?" -msgstr "Clear the event log out?" - -#: ../../../config/strings.js.inc:47 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:179 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:281 -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:89 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:59 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:253 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:84 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:54 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:152 -msgid "Seleccionar Grupo" -msgstr "Select Group" - -#: ../../../config/strings.js.inc:48 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:161 -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:114 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:32 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:278 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:69 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:27 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:37 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:81 -msgid "Seleccionar Usuario" -msgstr "Select User" - -#: ../../../config/strings.js.inc:49 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:71 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:135 -msgid "Seleccionar Perfil" -msgstr "Select Profile" - -#: ../../../config/strings.js.inc:50 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:84 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:39 -msgid "Seleccionar Cliente" -msgstr "Select Client" - -#: ../../../config/strings.js.inc:51 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:109 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:43 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:54 -msgid "Seleccionar Categoría" -msgstr "Select Category" - -#: ../../../config/strings.js.inc:52 -msgid "Sin resultados" -msgstr "No results" - -#: ../../../config/strings.js.inc:53 -msgid "Opciones de clave" -msgstr "Password options" - -#: ../../../config/strings.js.inc:54 -msgid "Generar clave aleatoria" -msgstr "Generate random password" - -#: ../../../config/strings.js.inc:55 -msgid "Complejidad" -msgstr "Complexity" - -#: ../../../config/strings.js.inc:56 -msgid "Restablecer" -msgstr "Reset" - -#: ../../../config/strings.js.inc:57 -msgid "Nivel de fortaleza de la clave" -msgstr "Password strength level" - -#: ../../../config/strings.js.inc:58 -msgid "Mostrar Clave" -msgstr "Show Password" - -#: ../../../config/strings.js.inc:59 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:24 -msgid "Copiar Usuario" -msgstr "Copy Username" - -#. (itstool) path: action/text -#: ../../../config/strings.js.inc:60 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:41 -#: ../../../config/actions.xml:199 ../../../config/actions.xml:271 -msgid "Copiar Clave" -msgstr "Copy Password" - -#: ../../../config/strings.js.inc:61 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:84 -msgid "Incluir Números" -msgstr "Include Numbers" - -#: ../../../config/strings.js.inc:62 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:126 -msgid "Incluir Mayúsculas" -msgstr "Include Uppercase" - -#: ../../../config/strings.js.inc:63 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:112 -msgid "Incluir Símbolos" -msgstr "Include Symbols" - -#: ../../../config/strings.js.inc:64 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:16 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:24 -msgid "Longitud" -msgstr "Length" - -#: ../../../config/strings.js.inc:65 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:42 -msgid "Seleccionar Acción" -msgstr "Select Action" - -#: ../../../config/strings.js.inc:68 -msgid "Aceptar" -msgstr "Accept" - -#: ../../../config/strings.js.inc:69 -msgid "Cancelar" -msgstr "Cancel" - -#: ../../../config/strings.js.inc:70 -msgid "Clave Copiada al Portapapeles" -msgstr "Password Copied into Clipboard" - -#: ../../../config/strings.js.inc:71 -msgid "Error al copiar al portapapeles" -msgstr "Error while copying to clipboard" - -#: ../../../config/strings.js.inc:73 -msgid "Recibir notificaciones?" -msgstr "Send notifies?" - -#: ../../../config/strings.js.inc:74 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:160 -msgid "Marcar Favorito" -msgstr "Mark as Favorite" - -#. (itstool) path: action/text -#: ../../../config/strings.js.inc:75 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:150 -#: ../../../config/actions.xml:253 -msgid "Eliminar Favorito" -msgstr "Delete Favorite" - -#: ../../../config/strings.js.inc:76 -msgid "Limpiar Selección" -msgstr "Clear Selection" - -#: ../../../config/strings.js.inc:77 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:80 -msgid "Mostrar Favoritos" -msgstr "Show Favorites" - -#: ../../../config/strings.js.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:74 -msgid "Mostrar Todos" -msgstr "Display All" - -#: ../../../config/strings.js.inc:81 -msgid "Ahora" -msgstr "Now" - -#: ../../../config/strings.js.inc:82 -msgid "" -"Este proceso importará los usuarios de LDAP detectados. Desea continuar?" -msgstr "" -"This process will import the detected LDAP users. Would you like to continue?" - -#: ../../../config/strings.js.inc:83 -msgid "Esta acción restablecerá todos los datos del plugin. Desea continuar?" -msgstr "This action will reset all plugin data. Do you want to continue?" - -#: ../../../config/strings.js.inc:84 -msgid "Este proceso puede durar algo de tiempo. Desea continuar?" -msgstr "This process could take some time long. Do you wish to continue?" - -#: ../../../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 browser's window/tab." - -#: ../../../config/strings.js.inc:88 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:98 -msgid "Incluir Letras" -msgstr "Include Letters" - -#: ../../../config/strings.js.inc:89 -msgid "Cookies deshabilitadas. La aplicación no funcionará correctamente." -msgstr "Cookies disabled. 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:30 -msgid "Actualizado" -msgstr "Updated" - -#: ../../../config/strings.js.inc:94 -#: ../../../modules/web/themes/material-blue/views/main/update.inc:36 -msgid "Error al comprobar actualizaciones" -msgstr "Error while checking for updates" - -#: ../../../config/strings.js.inc:95 -msgid "Avisos de sysPass" -msgstr "sysPass Notices" - -#: ../../../config/strings.js.inc:96 -msgid "Vaciar los tracks?" -msgstr "Clear the tracks out?" - -#: ../../../modules/web/themes/material-blue/views/_layouts/main.inc:21 -msgid "Javascript es necesario para el correcto funcionamiento" -msgstr "Javascript is needed in order to run correctly" - -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:70 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:127 -msgid "Preferencias de usuario" -msgstr "User preferences" - -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:74 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:77 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:148 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:151 -msgid "Salir" -msgstr "Sign Out" - -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:164 -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:53 -msgid "Demo" -msgstr "Demo" - -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:44 -msgid "Indica si la conexión utiliza HTTPS." -msgstr "Tells whether the connection uses HTTPS or not." - -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:44 -msgid "" -"Las claves de formularios enviados se encriptan mediante PKI, el resto de " -"datos no." -msgstr "" -"Passwords sent from forms are encrypted using PKI, the remain data don't." - -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:66 -msgid "Ayuda :: FAQ :: Changelog" -msgstr "Help :: FAQ :: Changelog" - -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:70 -msgid "Un proyecto de cygnux.org" -msgstr "A cygnux.org project" - -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:8 -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:12 -msgid "Parámetros especiales" -msgstr "Special parameters" - -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:14 -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/_partials/help_account_search.inc:16 -msgid "Buscar cuentas a las que 'login' tenga acceso" -msgstr "Search for accounts which 'login' has access rights" - -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:17 -msgid "Devolver las cuentas en las que 'login' es propietario" -msgstr "Get the accounts in which user login \"login\" is the owner" - -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:18 -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/_partials/help_account_search.inc:19 -msgid "Devolver las cuentas con grupo principal 'group_name'" -msgstr "Get the accounts in which main group \"group_name\" is set" - -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:20 -msgid "Buscar cuentas con archivos con el nombre 'file_name'" -msgstr "Search for accounts which contain a file with the name 'file_name'" - -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:21 -msgid "Buscar cuentas por nombre de cliente" -msgstr "Search for accounts by client name" - -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:22 -msgid "Buscar cuentas por nombre de categoría" -msgstr "Search for accounts by category name" - -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:23 -msgid "Devolver la cuenta con ID" -msgstr "Returns the account for the given ID" - -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:24 -msgid "Buscar cuentas con la clave caducada" -msgstr "Search for accounts with expired password" - -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:25 -msgid "Devolver las cuentas privadas del usuario actual" -msgstr "Get private accounts for current user" - -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:26 -msgid "Operador para los parámetros especiales" -msgstr "Operator for special parameters" - -#: ../../../modules/web/themes/material-blue/views/_partials/no_records_found.inc:10 -#: ../../../modules/web/themes/material-blue/views/account/search-index.inc:19 -msgid "No se encontraron registros" -msgstr "No records found" - -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:85 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:168 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:175 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:64 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:115 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:122 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:59 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:66 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:38 -msgid "Clave (repetir)" -msgstr "Password (repeat)" - -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:109 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:194 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:254 -msgid "Seleccionar Fecha" -msgstr "Select date" - -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:19 -msgid "Histórico" -msgstr "History" - -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:28 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:45 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:22 -msgid "Detalles" -msgstr "Details" - -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:127 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:200 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:163 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:169 -msgid "Notas" -msgstr "Notes" - -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:140 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:142 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:271 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:273 -msgid "Historial" -msgstr "History" - -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:147 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:278 -msgid "Seleccionar fecha" -msgstr "Select date" - -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:160 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:293 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:32 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:291 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:293 -msgid "Última Modificación" -msgstr "Last Modification" - -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:23 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:54 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:119 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:140 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:18 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:35 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:57 -msgid "Seleccionar Usuarios" -msgstr "Select Users" - -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:33 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:37 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:101 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:105 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:127 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:176 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:29 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:70 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:53 -msgid "Ver" -msgstr "View" - -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:91 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:122 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:168 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:190 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:59 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:76 -msgid "Seleccionar Grupos" -msgstr "Select Groups" - -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:204 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:182 -msgid "Privada" -msgstr "Private" - -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:223 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:198 -msgid "Privada Grupo" -msgstr "Private for Group" - -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:15 -msgid "Solicitar Modificación de Cuenta" -msgstr "Request Account Modification" - -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:46 -msgid "Petición" -msgstr "Request" - -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:52 -msgid "Descripción de la petición" -msgstr "Request description" - -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:74 -msgid "Enviar" -msgstr "Send" - -#: ../../../modules/web/themes/material-blue/views/account/account.inc:37 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:133 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:21 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:214 -msgid "Permisos" -msgstr "Permissions" - -#: ../../../modules/web/themes/material-blue/views/account/account.inc:218 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:98 -msgid "Seleccionar Etiquetas" -msgstr "Select Tags" - -#: ../../../modules/web/themes/material-blue/views/account/account.inc:262 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:26 -msgid "Seleccionar Cuenta" -msgstr "Select Account" - -#: ../../../modules/web/themes/material-blue/views/account/account.inc:301 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:303 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:306 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:193 -msgid "Enlace Público" -msgstr "Public Link" - -#: ../../../modules/web/themes/material-blue/views/account/account.inc:314 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:316 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:319 -msgid "Enlace Directo" -msgstr "Direct Link" - -#: ../../../modules/web/themes/material-blue/views/account/details.inc:22 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:24 -msgid "Fecha Alta" -msgstr "Date Added" - -#: ../../../modules/web/themes/material-blue/views/account/details.inc:60 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:62 -msgid "Fecha Edición" -msgstr "Date Modified" - -#: ../../../modules/web/themes/material-blue/views/account/details.inc:68 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:70 -msgid "Editor" -msgstr "Editor" - -#: ../../../modules/web/themes/material-blue/views/account/details.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:80 -msgid "Fecha de Clave" -msgstr "Password Date" - -#: ../../../modules/web/themes/material-blue/views/account/files.inc:37 -msgid "Soltar archivos aquí (max. 5) o click para seleccionar" -msgstr "Drop files here (max. 5) or click to select" - -#: ../../../modules/web/themes/material-blue/views/account/files.inc:39 -#, php-format -msgid "Tamaño máximo de archivo: %d MB" -msgstr "Maximum file size: %d MB" - -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:35 -msgid "Buscar en Wiki" -msgstr "Search in Wiki" - -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:84 -#, php-format -msgid "Abrir enlace a: %s" -msgstr "Open link to: %s" - -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:111 -msgid "Clave Caducada" -msgstr "Password Expired" - -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:125 -msgid "Cuenta Privada (Grupo)" -msgstr "Private Account (Group)" - -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:168 -msgid "Notes" -msgstr "Notes" - -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:182 -msgid "Archivos adjuntos" -msgstr "Attachments" - -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:209 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:220 -msgid "Enlace a Wiki" -msgstr "Link to Wiki" - -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:212 -msgid "Ver en Wiki" -msgstr "View at Wiki" - -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:59 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:63 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:230 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:231 -msgid "Búsqueda global" -msgstr "Global search" - -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:85 -msgid "Filtrar Favoritos" -msgstr "Favorites Filtering" - -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:100 -msgid "Cuentas por página" -msgstr "Accounts per page" - -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:108 -msgid "Más Filtros" -msgstr "More Filters" - -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:113 -msgid "Seleccionar Etiqueta" -msgstr "Select Tag" - -#: ../../../modules/web/themes/material-blue/views/common/aux-customfields.inc:22 -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:27 -msgid "Los datos serán desencriptados al guardar" -msgstr "Data will be unencrypted after saving" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:12 -#, php-format -msgid "La extensión '%s' no está disponible" -msgstr "The '%s' extension is unavailable" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:16 -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:30 -msgid "Búsqueda" -msgstr "Searching" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:36 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:56 -msgid "Resultados por página" -msgstr "Results per page" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:41 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:61 -msgid "Número de resultados por página a mostrar, al realizar una búsqueda." -msgstr "Number of results per page to display when performing a search." - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:52 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:72 -msgid "Número de resultados por página" -msgstr "Results per page" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:70 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:30 -msgid "Caducidad clave cuentas" -msgstr "Accounts password expiry" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:71 -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:79 -msgid "Tiempo caducidad clave" -msgstr "Password expiry time" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:84 -msgid "Número de días para la caducidad de la clave de cuenta." -msgstr "Number of days for account's password expiry date." - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:94 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:38 -msgid "Tiempo caducidad (días)" -msgstr "Expire time (days)" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:112 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:90 -msgid "Nombre de cuenta como enlace" -msgstr "Account name as link" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:113 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:92 -msgid "" -"Habilita el nombre de la cuenta de la búsqueda, como enlace a los detalles " -"de la cuenta." -msgstr "Enables to use the account name as a link to account details." - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:128 -msgid "Búsquedas globales" -msgstr "Global searches" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:129 -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 "" -"Allows the users to do searches that includes all accounts, they won't be " -"able to display the account details if they don't have permission." - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:144 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:154 -msgid "Imagen para mostrar clave" -msgstr "Image to show password" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:146 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:156 -msgid "Generar una imagen con el texto de la clave de la cuenta." -msgstr "Generate an image with a text of the account password." - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:148 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:158 -msgid "Util para entornos donde copiar la clave supone un riesgo de seguridad." -msgstr "" -"Useful for environments where copying a password to clipboard is a security " -"risk." - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:164 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:158 -msgid "Resultados en Tarjetas" -msgstr "Results like Cards" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:166 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:160 -msgid "Muestra los resultados de búsqueda de cuentas en formato tarjeta." -msgstr "Displays account's search results on a card like format." - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:182 -msgid "Acceso Grupos Secundarios" -msgstr "Secondary Groups Access" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:184 -msgid "" -"Habilita el acceso a los usuarios que estén incluidos en los grupos " -"secundarios." -msgstr "Grants access to users that are included in secondary groups." - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:186 -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, user in a secondary group is granted if the secondary group is " -"set as user's main group." - -#. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:197 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:378 -#: ../../../config/actions.xml:73 -msgid "Enlaces Públicos" -msgstr "Public Links" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:215 -msgid "Habilitar Enlaces Públicos" -msgstr "Enable Public Links" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:217 -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:219 -msgid "" -"Las cuentas enlazadas serán visibles por cualquiera que disponga del enlace." -msgstr "Linked accounts will be visible by anyone that have the link." - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:221 -msgid "" -"Para crear enlaces, los usuarios tienen que tener activada la opción en su " -"perfl." -msgstr "" -"In order to create links, users must have activated the option on their " -"profiles." - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:237 -msgid "Usar imagen para clave" -msgstr "Use an image for password" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:239 -msgid "La clave de la cuenta es visualizada como una imagen." -msgstr "The account password is shown as image." - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:248 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:257 -msgid "Tiempo de caducidad" -msgstr "Expire time" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:263 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:272 -msgid "Número máximo de visitas" -msgstr "Maximum visits" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:298 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:411 -msgid "Gestión de archivos" -msgstr "Files management" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:299 -msgid "Habilita la subida/descarga de archivos para las cuentas." -msgstr "Enables the uploading and downloading of accounts files." - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:307 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:320 -msgid "Extensiones de archivos permitidas" -msgstr "Allowed file extensions" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:312 -msgid "Extensiones permitidas para la subida de archivos." -msgstr "Allowed file extensions for uploading." - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:315 -msgid "" -"Escribir extensión y pulsar intro para añadir. Es necesario guardar la " -"configuración." -msgstr "" -"Write the extension and press enter to add. Remember to save the " -"configuration." - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:328 -msgid "Tamaño máximo de archivo" -msgstr "Maximum file size" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:333 -msgid "Establece el tamaño máximo para subir archivos." -msgstr "Sets the maximum file size for uploading." - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:337 -msgid "El máximo absuluto es de 16MB." -msgstr "Absolute maximum is 16MB." - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:348 -msgid "Tamaño máximo de archivo en kilobytes" -msgstr "Maximum file size in kilobytes" - -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:16 -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:30 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:33 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:109 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:112 -msgid "Resultado" -msgstr "Result" - -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:41 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:44 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:120 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:123 -msgid "Descargar Actual" -msgstr "Download Current" - -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:51 -msgid "Copia BBDD" -msgstr "DB Backup" - -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:58 -msgid "Copia sysPass" -msgstr "sysPass Backup" - -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:80 -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 "" -"The backup allows you to save and download sysPass database and application " -"files including its configuration." - -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:82 -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 "" -"With this method it's possible to either save all sysPass data in another " -"place or use it to make the application portable." - -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:101 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:185 -msgid "Exportar Cuentas" -msgstr "Export Accounts" - -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:139 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:147 -msgid "Clave de Exportación" -msgstr "Export Password" - -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:153 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:161 -msgid "Clave de Exportación (repetir)" -msgstr "Export Password (repeat)" - -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:187 -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 "" -"The accounts export allows you to save the accounts and their data in XML " -"format to be imported in another sysPass instance." - -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:189 -msgid "Los elementos exportados son cuentas, clientes, categorías y etiquetas." -msgstr "Exported items are accounts, clients, categories and tags." - -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:191 -msgid "" -"Las claves de las cuentas son exportadas de forma encriptada para mayor " -"seguridad." -msgstr "" -"Accounts' password are exported in an encrypted way for better security." - -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:193 -msgid "" -"Es posible establecer una clave de exportación para guardar todos los datos " -"encriptados en el archivo XML." -msgstr "" -"It's possible to set an export password to save all the encrypted data in " -"the XML file." - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:17 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:153 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:152 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:167 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:50 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:56 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:57 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:102 -msgid "Clave Maestra" -msgstr "Master Password" - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:24 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:27 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:198 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:201 -msgid "Último cambio" -msgstr "Last change" - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:35 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:43 -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:142 -msgid "Clave Maestra actual" -msgstr "Current Master Password" - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:49 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:57 -msgid "Nueva Clave Maestra" -msgstr "New Master Password" - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:63 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:71 -msgid "Nueva Clave Maestra (repetir)" -msgstr "New Master Password (repeat)" - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:80 -msgid "Guarde la nueva clave en un lugar seguro." -msgstr "You should save the new password on a secure place" - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:84 -msgid "Se volverán a encriptar las claves de todas las cuentas." -msgstr "All accounts passwords will be encrypted again." - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:88 -msgid "Los usuarios deberán de introducir la nueva clave maestra." -msgstr "Users will need to enter the new Master Password." - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:92 -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:130 -#, 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 long." - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:109 -msgid "No modificar cuentas" -msgstr "Do not modify accounts" - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:111 -msgid "Establece una nueva clave maestra sin re-encriptar las cuentas" -msgstr "Sets a new Master Password without re-encrypting the accounts." - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:127 -msgid "Confirmar cambio" -msgstr "Confirm change" - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:129 -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:155 -msgid "" -"La clave maestra es utilizada para encriptar las claves de las cuentas de " -"sysPass para mantenerlas seguras." -msgstr "" -"The Master Password is used to encrypt sysPass accounts passwords and keep " -"them safe." - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:157 -msgid "" -"Es recomendable cambiarla cada cierto tiempo y utilizar una clave compleja " -"que incluya números, letras y símbolos." -msgstr "" -"It's advisable to change it from time to time and use a complex password " -"that includes numbers, letters and symbols." - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:159 -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:132 -#, 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:169 -msgid "Actualizar hash de clave maestra" -msgstr "Update master password hash" - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:189 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:323 -msgid "Clave Temporal" -msgstr "Temporary Password" - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:203 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:218 -msgid "No generada" -msgstr "Not generated" - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:208 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:211 -msgid "Válido hasta" -msgstr "Valid until" - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:224 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:227 -msgid "Intentos" -msgstr "Attempts" - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:234 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:244 -msgid "Validez (s)" -msgstr "Life (s)" - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:263 -msgid "Enviar correo" -msgstr "Send email" - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:265 -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:325 -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 "" -"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." - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:332 -msgid "Generar" -msgstr "Generate" - -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:30 -msgid "Usar Auth Basic" -msgstr "Use Auth Basic" - -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:31 -msgid "Usar Auth Basic para autorizar los accesos a la aplicación." -msgstr "Use Auth Basic for authorizing accesses to the application" - -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:45 -msgid "Usar Auth Basic SSO" -msgstr "Use Auth Basic SSO" - -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:46 -msgid "Usar auto-login con Auth Basic." -msgstr "Use auto-login through Auth Basic" - -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:54 -msgid "Dominio" -msgstr "Domain" - -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:59 -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 sysPass user name for checking against the Auth " -"Basic one." - -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:69 -msgid "Nombre de dominio" -msgstr "Domain name" - -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:75 -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:85 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:45 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:55 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:239 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:249 -msgid "Grupo por Defecto" -msgstr "Default Group" - -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:80 -msgid "" -"Define el grupo de usuarios por defecto para los nuevos usuarios de SSO." -msgstr "Sets the default users group for newly created SSO users" - -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:100 -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:110 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:264 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:274 -msgid "Perfil por Defecto" -msgstr "Default Profile" - -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:105 -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:12 -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:98 -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:101 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:173 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:176 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:70 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:72 -msgid "Eventos" -msgstr "Events" - -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:30 -msgid "Habilitar log de eventos" -msgstr "Enable event log" - -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:31 -msgid "Guarda las acciones realizadas en la aplicación." -msgstr "Saves the actions done by the application." - -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:45 -msgid "Habilitar Syslog" -msgstr "Enable Syslog" - -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:60 -msgid "Habilitar Syslog Remoto" -msgstr "Enable Remote Syslog" - -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:78 -msgid "Nombre o dirección IP" -msgstr "Hostname or IP address" - -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:84 -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:92 -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:53 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:72 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:79 -msgid "Puerto" -msgstr "Port" - -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:12 -msgid "Proxy" -msgstr "Proxy" - -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:30 -msgid "Usar Proxy" -msgstr "Use Proxy" - -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:31 -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:47 -msgid "Servidor proxy" -msgstr "Proxy server" - -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:61 -msgid "Puerto del servidor proxy" -msgstr "Proxy server port" - -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:75 -msgid "Usuario del servidor proxy" -msgstr "Proxy server user" - -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:89 -msgid "Clave del servidor proxy" -msgstr "Proxy server password" - -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:16 -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:24 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:15 -msgid "Sitio" -msgstr "Site" - -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:30 -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:44 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:107 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:121 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:137 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:139 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:26 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:28 -msgid "Idioma" -msgstr "Language" - -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:35 -msgid "" -"Establece el idioma global de la aplicación. Es posible establecer un idioma " -"por usuario en las preferencias." -msgstr "" -"Sets the global app language. You can set a per user language on preferences." - -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:39 -msgid "" -"Para mejorar/añadir las traducciones, puede colaborar en https://poeditor." -"com/join/project/fmlsBuugyv" -msgstr "" -"To improve/add translations, you can get involved at https://poeditor.com/" -"join/project/fmlsBuugyv" - -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:57 -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:67 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:40 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:42 -msgid "Tema Visual" -msgstr "Visual Theme" - -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:62 -msgid "" -"Establece el tema visual global de la aplicación. Es posible establecer un " -"tema visual por usuario en las preferencias." -msgstr "" -"Sets the global application visual theme. You can set a per user visual " -"theme on preferences." - -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:81 -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:89 -msgid "Timeout de sesión (s)" -msgstr "Session timeout (s)" - -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:107 -msgid "Forzar HTTPS" -msgstr "Force HTTPS" - -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:108 -msgid "Fuerza para que todas las conexiones sean a través de HTTPS." -msgstr "It forces the use of HTTPS on all the connections" - -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:122 -msgid "Habilitar depuración" -msgstr "Enable debug" - -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:123 -msgid "" -"Muestra información relativa a la configuración de la aplicación y " -"rendimiento." -msgstr "" -"Displays some information about application configuration and performance." - -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:137 -msgid "Modo mantenimiento" -msgstr "Maintenance mode" - -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:138 -msgid "" -"En este modo no se puede acceder a la aplicación. Para deshabilitarlo es " -"necesario modificar el archivo de configuración." -msgstr "" -"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." - -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:152 -msgid "Comprobar actualizaciones" -msgstr "Check for updates" - -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:153 -msgid "" -"Comprobar actualizaciones de la aplicación (sólo para los usuarios " -"administradores)." -msgstr "Check for application updates (only for administrators)." - -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:167 -msgid "Comprobar notificaciones" -msgstr "Check for notifications" - -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:168 -msgid "" -"Comprobar si existen notificaciones de seguridad o avisos de sysPass (sólo " -"para los usuarios administradores)." -msgstr "" -"Check if there are either sysPass security or warning notices (only for " -"administrators)." - -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:182 -msgid "Encriptar Sesión" -msgstr "Encrypt Session" - -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:184 -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:185 -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:12 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:103 -msgid "Importar CSV/XML" -msgstr "CSV/XML Import" - -#: ../../../modules/web/themes/material-blue/views/config/import.inc:18 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:28 -msgid "Usuario por Defecto" -msgstr "Default User" - -#: ../../../modules/web/themes/material-blue/views/config/import.inc:23 -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:50 -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:75 -msgid "Soltar archivo aquí o click para seleccionar" -msgstr "Drop files here or click to select" - -#: ../../../modules/web/themes/material-blue/views/config/import.inc:105 -msgid "" -"Permite realizar la importación de Cuentas, Categorías y Clientes desde " -"archivos XML y CSV." -msgstr "" -"Allows to import Accounts, Categories and Clients from XML or CSV files." - -#: ../../../modules/web/themes/material-blue/views/config/import.inc:107 -msgid "" -"Los formatos de archivos XML soportados son: sysPass, KeePass y KeePassX" -msgstr "Supported XML file formats are: sysPass, KeePass and KeePassX" - -#: ../../../modules/web/themes/material-blue/views/config/import.inc:109 -msgid "" -"Arrastar el archivo a importar a la zona indicada o hacer click sobre la " -"flecha." -msgstr "Drag & Drop the file into the import zone or click over the arrow." - -#: ../../../modules/web/themes/material-blue/views/config/import.inc:111 -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 "" -"For KeePass or KeePassX files, client name will be KeePass or KeePassX and " -"category name like groups name." - -#: ../../../modules/web/themes/material-blue/views/config/import.inc:113 -msgid "La importación de archivos CSV se realiza con el siguiente formato:" -msgstr "The CSV import file requires the following format:" - -#: ../../../modules/web/themes/material-blue/views/config/import.inc:115 -msgid "" -"\"nombre_de_cuenta\";\"cliente\";\"categoría\";\"url\";\"usuario\";\"clave\";" -"\"notas\"" -msgstr "" -"\"account_name\";\"client\";\"category\";\"url\";\"user\";\"password\";" -"\"notes\"" - -#: ../../../modules/web/themes/material-blue/views/config/import.inc:117 -msgid "" -"En todos los casos, si el cliente o la categoría no están creados, se crean " -"automáticamente." -msgstr "" -"In all cases, if the client or category do not exist they will be created " -"automatically." - -#: ../../../modules/web/themes/material-blue/views/config/import.inc:125 -msgid "XML" -msgstr "XML" - -#: ../../../modules/web/themes/material-blue/views/config/import.inc:131 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:146 -msgid "Clave de Importación" -msgstr "Import Password" - -#: ../../../modules/web/themes/material-blue/views/config/import.inc:136 -msgid "Sólo es necesaria para archivos XML de sysPass encriptados." -msgstr "It's only needed for sysPass XML files that have been encrypted." - -#: ../../../modules/web/themes/material-blue/views/config/import.inc:157 -msgid "" -"Sólo es necesaria para archivos XML de sysPass con clave maestra distinta de " -"la actual." -msgstr "" -"It's only needed for sysPass XML files that have been encrypted with a " -"different master password from the current one." - -#: ../../../modules/web/themes/material-blue/views/config/import.inc:174 -msgid "CSV" -msgstr "CSV" - -#: ../../../modules/web/themes/material-blue/views/config/import.inc:180 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:195 -msgid "Delimitador CSV" -msgstr "CSV delimiter" - -#: ../../../modules/web/themes/material-blue/views/config/import.inc:185 -msgid "Sólo es necesario para archivos CSV." -msgstr "It's only needed for CSV files." - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:14 -msgid "Información de la Aplicación" -msgstr "Application Information" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:20 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:23 -msgid "Versión sysPass" -msgstr "sysPass version" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:30 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:33 -msgid "Base de Datos" -msgstr "Database" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:44 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:47 -msgid "PHP" -msgstr "PHP" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:51 -msgid "Extensiones" -msgstr "Extensions" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:55 -msgid "Extensiones no disponibles" -msgstr "Unavailable extensions" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:59 -msgid "Memoria Usada" -msgstr "Used Memory" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:63 -msgid "Tasa de descarga" -msgstr "Download rate" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:66 -msgid "OP Cache" -msgstr "OP Cache" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:85 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:88 -msgid "Copia de Configuración" -msgstr "Configuration Backup" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:98 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:180 -#, php-format -msgid "Descargar %s" -msgstr "Download %s" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:112 -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:116 -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:128 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:138 -msgid "Sesión Encriptada" -msgstr "Encrypted Session" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:133 -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 side or not" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:145 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:148 -msgid "Plugins Cargados" -msgstr "Loaded Plugins" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:171 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:174 -msgid "Archivo de log" -msgstr "Log file" - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:16 -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:46 -msgid "Habilitar LDAP" -msgstr "Enable LDAP" - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:48 -msgid "Habilita de autentificación mediante servidor LDAP." -msgstr "Enables authentication against an LDAP server." - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:50 -msgid "Este método utilizará MySQL en caso de fallo." -msgstr "This method will use MySQL as fallback." - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:65 -msgid "Active Directory" -msgstr "Active Directory" - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:67 -msgid "Habilita el modo de conexión con LDAP de Active Directory." -msgstr "Enables Active Directory LDAP connection mode." - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:84 -msgid "Habilita la conexión mediante TLS." -msgstr "Enables the connection over TLS" - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:99 -msgid "Nombre o dirección IP del servidor de LDAP." -msgstr "Hostname or IP address of LDAP server." - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:103 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:134 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:185 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:219 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:131 -msgid "Ejemplos:" -msgstr "Examples:" - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:125 -msgid "Usuario de conexión" -msgstr "Bind User" - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:130 -msgid "Usuario para conectar con el servicio de LDAP." -msgstr "User to connect to LDAP service." - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:155 -msgid "Clave de conexión" -msgstr "Bind Password" - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:160 -msgid "Clave del usuario de conexión a LDAP." -msgstr "LDAP connection user's password" - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:176 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:200 -msgid "Base de búsqueda" -msgstr "Search base" - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:181 -msgid "Base en la que realizar la búsqueda de usuarios de LDAP." -msgstr "LDAP base to perform the LDAP users search." - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:211 -msgid "" -"Grupo de LDAP al que debe de pertenecer el usuario para permitir el acceso." -msgstr "LDAP group which user must belong to for granting to log in." - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:215 -msgid "Este grupo debe de estar ubicado en la base de búsquedas de LDAP." -msgstr "This group needs to be placed in the LDAP search base." - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:244 -msgid "" -"Define el grupo de usuarios por defecto para los nuevos usuarios de LDAP." -msgstr "Sets the default users group for newly created LDAP users" - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:269 -msgid "" -"Define el perfil de usuarios por defecto para los nuevos usuarios de LDAP." -msgstr "Sets the default profile for the newly created LDAP users." - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:321 -msgid "Importación" -msgstr "Import" - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:327 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:337 -msgid "Atributo Login" -msgstr "Login Attribute" - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:332 -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:350 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:360 -msgid "Atributo Nombre" -msgstr "Name Attribute" - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:355 -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:385 -msgid "Importar Grupos" -msgstr "Import Groups" - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:394 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:404 -msgid "Atributo Nombre Grupo" -msgstr "Group Name Attribute" - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:399 -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:415 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:429 -msgid "Filtro" -msgstr "Filter" - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:420 -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:33 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:34 -msgid "Habilitar notificaciones de correo" -msgstr "Enable email notifications" - -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:48 -msgid "Habilitar peticiones por correo" -msgstr "Enable requests by email" - -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:50 -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 which they have no rights on." - -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:97 -msgid "Habilitar Autentificación" -msgstr "Enable Authentication" - -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:132 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:135 -msgid "Seguridad" -msgstr "Security" - -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:138 -msgid "Deshabilitada" -msgstr "Disabled" - -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:148 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:156 -msgid "Dirección de correo de envío" -msgstr "Recipient email address" - -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:162 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:165 -msgid "Destinatarios" -msgstr "Recipients" - -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:16 -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:47 -msgid "Habilitar enlaces Wiki" -msgstr "Enable Wiki links" - -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:48 -msgid "" -"Habilita la opción de añadir un enlace a Wiki externa para los resultados de " -"la búsqueda." -msgstr "" -"Enables the option to add a link to search for results in an external Wiki." - -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:56 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:83 -msgid "URL de búsqueda Wiki" -msgstr "Wiki search URL" - -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:61 -msgid "URL que utiliza la wiki para realizar una búsqueda de una página." -msgstr "URL that Wiki uses for making an entry searching." - -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:65 -msgid "Como parámetro se utiliza el nombre del cliente." -msgstr "The client's name is used as parameter." - -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:69 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:102 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:187 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:214 -msgid "Ejemplo:" -msgstr "Example:" - -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:89 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:116 -msgid "URL de página en Wiki" -msgstr "Wiki page URL" - -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:94 -msgid "URL que utiliza la wiki para acceder a los detalles de una página." -msgstr "URL that Wiki uses for accessing to the entry details." - -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:98 -msgid "" -"El nombre de la cuenta se utiliza como parámetro de la variable de búsqueda " -"de la Wiki." -msgstr "Account's name is used as parameter of Wiki search variable." - -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:122 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:136 -msgid "Prefijo para nombre de cuenta" -msgstr "Account name prefix" - -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:127 -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:146 -msgid "DokuWiki API" -msgstr "DokuWiki API" - -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:164 -msgid "Habilitar API de DokuWiki" -msgstr "Enable DokuWiki API" - -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:166 -msgid "" -"Habilita la conexión a la API XML-RPC de DokuWiki para los enlaces Wiki." -msgstr "Enables DokuWiki XML-RPC API for Wiki links." - -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:168 -msgid "" -"Para que esta característica funcione, es necesario habilitar los enlaces " -"Wiki para el filtrado de cuentas." -msgstr "" -"In order to get this feature working, you should enable Wiki links for " -"accounts filtering" - -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:178 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:199 -msgid "URL API" -msgstr "API URL" - -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:183 -msgid "URL de la API de DokuWiki." -msgstr "DokuWiki API URL" - -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:205 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:227 -msgid "URL Base" -msgstr "Base URL" - -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:210 -msgid "URL base de DokuWiki." -msgstr "DokuWiki base URL" - -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:238 -msgid "Usuario para conectar a la API de DokuWiki." -msgstr "User for connecting to the DokuWiki API." - -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:266 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:282 -msgid "Namespace" -msgstr "Namespace" - -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:271 -msgid "Namespace utilizado para buscar las páginas." -msgstr "Namespace used to search 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:170 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:172 -msgid "Instalar" -msgstr "Install" - -#: ../../../modules/web/themes/material-blue/views/grid/datagrid-nav-full.inc:18 -msgid "Filtro ON" -msgstr "Filter ON" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:11 -#, php-format -msgid "Instalación %s" -msgstr "Installation %s" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:21 -msgid "Admin de sysPass" -msgstr "sysPass Admin" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:29 -msgid "Usuario administrador de sysPass" -msgstr "sysPass admin user" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:37 -msgid "Login del usuario administrador de sysPass" -msgstr "sysPass administrator's login" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:69 -msgid "Configurar BBDD" -msgstr "DB Configuration" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:79 -msgid "Usuario acceso BBDD" -msgstr "DB access user" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:87 -msgid "Usuario con permisos de administrador de MySQL" -msgstr "An user with MySQL admin rights" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:95 -msgid "Clave acceso BBDD" -msgstr "DB access password" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:104 -msgid "Nombre BBDD para sysPass" -msgstr "sysPass database name" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:112 -msgid "Nombre de la base de datos para sysPass" -msgstr "sysPass database name" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:121 -msgid "Servidor BBDD para sysPass" -msgstr "sysPass database server" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:129 -msgid "Nombre del servidor para instalar la base de datos de sysPass" -msgstr "Server name to install sysPass database" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:149 -msgid "Modo Hosting" -msgstr "Hosting Mode" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:156 -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/account_bulkedit.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:28 -msgid "Otros" -msgstr "Others" - -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:64 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:66 -msgid "Creador" -msgstr "Creator" - -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:232 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:234 -msgid "Eliminar Historial" -msgstr "Delete History" - -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:64 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:19 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:92 -msgid "Opciones" -msgstr "Options" - -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:67 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:71 -msgid "Regenerar Autorización" -msgstr "Refresh Authorization" - -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:77 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:79 -msgid "Token" -msgstr "Token" - -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:54 -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:57 -msgid "" -"Por defecto los clientes asignados a cuentas sólo son visibles para los " -"usuarios con acceso a las cuentas." -msgstr "" -"By default, clients assigned to accounts only will be visible by users who " -"are granted to access to the accounts." - -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:30 -msgid "Nombre del campo" -msgstr "Field name" - -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:63 -msgid "Texto Ayuda" -msgstr "Help Text" - -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:69 -msgid "Ayuda del campo" -msgstr "Field's help" - -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:80 -msgid "Obligatorio" -msgstr "Required" - -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:44 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:52 -msgid "Puntuación" -msgstr "Score" - -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:58 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:65 -msgid "Expresión Regular" -msgstr "Regular Expression" - -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:140 -msgid "Incluir Minúsculas" -msgstr "Include Lowercase" - -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:31 -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:33 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:52 -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:50 -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 users belonging to the main " -"group." - -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:16 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:24 -msgid "Dirección IP" -msgstr "IP Address" - -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:29 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:37 -msgid "Timeout" -msgstr "Timeout" - -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:89 -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:100 -msgid "Prioridad de asignación" -msgstr "Assignment Priority" - -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:122 -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:124 -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:81 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:83 -msgid "Hash" -msgstr "Hash" - -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:89 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:91 -msgid "URL" -msgstr "URL" - -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:99 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:101 -msgid "Uso" -msgstr "Use" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:44 -msgid "Nombre de usuario completo" -msgstr "Full username" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:58 -msgid "Login de inicio de sesión" -msgstr "Session login" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:69 -msgid "Login SSO" -msgstr "SSO Login " - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:77 -msgid "Login de inicio de sesión con SSO" -msgstr "Session login with SSO" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:92 -msgid "Dirección de correo" -msgstr "Email address" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:202 -msgid "Administrador de la aplicación" -msgstr "Application administrator" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:220 -msgid "Administrador de cuentas" -msgstr "Accounts administrator" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:240 -msgid "Forzar cambio de clave" -msgstr "Force password change" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:273 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:275 -msgid "Entradas" -msgstr "Entries" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:282 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:284 -msgid "Último Acceso" -msgstr "Last Access" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:300 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:302 -msgid "Fecha Clave Maestra" -msgstr "Master Password Date" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:309 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:311 -msgid "Usado en" -msgstr "Used in" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:87 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:89 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:548 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:550 -msgid "Usado por" -msgstr "Used by" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:108 -msgid "(*) Incluido en grupo" -msgstr "(*) Listed in group" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:26 -msgid "Gestión" -msgstr "Management" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:36 -msgid "Crear" -msgstr "Add" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:37 -msgid "Crear nueva cuenta" -msgstr "Create new account" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:54 -msgid "Ver detalles de cuenta" -msgstr "View account details" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:70 -msgid "Ver clave de cuenta" -msgstr "View account password" - -#. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:86 -#: ../../../config/actions.xml:259 -msgid "Ver Historial" -msgstr "View History" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:87 -msgid "Ver historial de cuenta" -msgstr "View account history" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:103 -msgid "Editar cuenta" -msgstr "Edit account" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:118 -msgid "Editar Clave" -msgstr "Edit Password" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:119 -msgid "Editar clave de cuenta" -msgstr "Edit account password" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:135 -msgid "Eliminar cuenta" -msgstr "Remove account" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:151 -msgid "Ver archivos de cuenta" -msgstr "View account files" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:166 -msgid "Publicar Enlace" -msgstr "Share Link" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:167 -msgid "Publicar enlace a cuenta" -msgstr "Share link to account" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:183 -msgid "Crear cuenta privada" -msgstr "Create private account" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:199 -msgid "Crear cuenta privada para grupo" -msgstr "Create private account for group" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:215 -msgid "Asignar permisos" -msgstr "Assign permissions" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:251 -msgid "Gestión de usuarios" -msgstr "Users management" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:267 -msgid "Gestión de grupos" -msgstr "Groups management" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:283 -msgid "Gestión de perfiles" -msgstr "Profiles management" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:299 -msgid "Gestión de categorías" -msgstr "Categories management" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:315 -msgid "Gestión de etiquetas" -msgstr "Tags management" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:331 -msgid "Gestión de clientes" -msgstr "Customers management" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:347 -msgid "Gestión de campos personalizados" -msgstr "Custom fields management" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:363 -msgid "Gestión de autorizaciones API" -msgstr "API authorizations management" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:379 -msgid "Gestión de enlaces" -msgstr "Links management" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:395 -msgid "Gestión de cuentas" -msgstr "Accounts management" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:426 -msgid "Valores por Defecto" -msgstr "Default Values" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:427 -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:447 -#: ../../../config/actions.xml:697 -msgid "Configuración General" -msgstr "General Configuration" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:463 -msgid "Opciones de encriptación" -msgstr "Encryption options" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:478 -msgid "Backup" -msgstr "Backup" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:479 -msgid "Realizar copia de seguridad y exportar" -msgstr "Make a backup and export" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:494 -msgid "Importar" -msgstr "Import" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:495 -msgid "Realizar importación de cuentas" -msgstr "Make accounts import" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:514 -msgid "Log de Eventos" -msgstr "Event Log" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:515 -msgid "Ver log de eventos" -msgstr "View event log" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:541 -msgid "Nombre del perfil" -msgstr "Profile name" - -#: ../../../modules/web/themes/material-blue/views/login/index.inc:46 -msgid "Clave Anterior" -msgstr "Previous Password" - -#: ../../../modules/web/themes/material-blue/views/login/index.inc:73 -msgid "Acceder" -msgstr "Sign in" - -#: ../../../modules/web/themes/material-blue/views/login/index.inc:82 -msgid "¿Olvidó su clave?" -msgstr "Forgot password?" - -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:14 -#, php-format -msgid "Actualización %s" -msgstr "Update %s" - -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:20 -msgid "Actualización de BBDD" -msgstr "DB Update" - -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:22 -msgid "Actualización de Aplicación" -msgstr "Application Update" - -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:29 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:28 -msgid "Código de Seguridad" -msgstr "Security Code" - -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:37 -msgid "" -"Este código se encuentra en el archivo de configuración de sysPass con la " -"etiqueta \"upgradeKey\"" -msgstr "" -"This code is set in sysPass config file within the tag name \"upgradekey\"" - -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:47 -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:49 -msgid "Si no se indican los IDs, se crearán nuevos elementos." -msgstr "If items IDs are not set, they will be created." - -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:74 -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:85 -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:96 -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:108 -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:118 -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:128 -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:150 -msgid "Introducir login de usuario válido" -msgstr "Enter a valid user login" - -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:162 -#: ../../../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:176 -#: ../../../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:186 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:51 -msgid "Iniciar Actualización" -msgstr "Start Update" - -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:95 -msgid "Notificación global" -msgstr "Global notification" - -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:103 -msgid "Sólo para administradores de la aplicación" -msgstr "Only for application administrators" - -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:107 -msgid "Solo Admins" -msgstr "Only Admins" - -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:29 -msgid "Nombre del plugin" -msgstr "Plugin name" - -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:41 -msgid "Versión del plugin" -msgstr "Plugin version" - -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:46 -msgid "Versión Compatible" -msgstr "Compatible Version" - -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:53 -msgid "Versión de sysPass compatible" -msgstr "sysPass compatible version" - -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:58 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:39 -msgid "Autor" -msgstr "Author" - -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:65 -msgid "Autor del plugin" -msgstr "Plugin author" - -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:11 -msgid "La aplicación necesita actualizarse" -msgstr "The application needs to be updated" - -#: ../../../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:13 -msgid "Solicitud de Cambio de Clave" -msgstr "Request Password Change" - -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:29 -msgid "Email del Usuario" -msgstr "User's Email" - -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:39 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:49 -msgid "Volver a iniciar sesión" -msgstr "Go back to login" - -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:44 -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:46 -msgid "Solicitar" -msgstr "Request" - -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:54 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:56 -msgid "Cambiar" -msgstr "Change" - -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:107 -msgid "Ordenar resultados por visitas" -msgstr "Sort search results by views" - -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:109 -msgid "" -"Ordena los resultados de búsqueda por el número de visitas de las cuentas." -msgstr "Sorts accounts search results by the number of account's views" - -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:124 -msgid "Barra de navegación superior" -msgstr "Navigation bar on top" - -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:126 -msgid "Mostrar una barra de navegación superior en las búsquedas." -msgstr "Dysplays a navigation bar on top of the search results." - -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:141 -msgid "Mostrar Acciones Ocultas" -msgstr "Show Hidden Actions" - -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:143 -msgid "" -"Mostrar las acciones ocultas para los elementos de la búsqueda de cuentas." -msgstr "Always display hidden actions on the accounts search page." - -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:175 -msgid "Notificaciones In-App" -msgstr "In-App Notifications" - -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:177 -msgid "Habilita la consulta de notificaciones activas In-App." -msgstr "Enables the active In-App notifications polling" - -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:192 -msgid "Mostrar Filtros" -msgstr "Show Filters" - -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:194 -msgid "Muestra la selección los filtros adicionales en la búsqueda de cuentas." -msgstr "Displays the additional filters selection on the accounts search." - -#. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:16 -#: ../../../config/actions.xml:277 -msgid "Ver Wiki" -msgstr "View Wiki" - -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:24 -#, php-format -msgid "Resultados de búsqueda de '%s'" -msgstr "Search results of '%s'" - -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:27 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:37 -msgid "Página" -msgstr "Page" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:7 -msgid "Buscar Cuentas" -msgstr "Search for Accounts" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:25 -msgid "Peticiones" -msgstr "Requests" - -#. (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 "Items and Customizations" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:49 -msgid "Gestión Categorías" -msgstr "Categories Management" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:55 -msgid "Gestión Clientes" -msgstr "Customers Management" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:61 -msgid "Gestión Autorizaciones API" -msgstr "API Authorizations Management" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:67 -msgid "Gestión Campos Personalizados" -msgstr "Custom Fields Management" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:79 -msgid "Gestión de Archivos" -msgstr "Files Management" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:85 -msgid "Gestión de Cuentas" -msgstr "Accounts Management" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:91 -msgid "Gestión de Etiquetas" -msgstr "Tags Management" - -#. (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 "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:121 -msgid "Gestión Grupos" -msgstr "Groups Management" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:127 -msgid "Gestión Perfiles" -msgstr "Profiles 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:151 ../../../config/actions.xml:481 -msgid "Ver Cuenta" -msgstr "View Account" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:181 -msgid "Editar Clave de Cuenta" -msgstr "Edit Account Password" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:211 ../../../config/actions.xml:469 -msgid "Subir Archivo" -msgstr "Upload File" - -#. (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 -msgid "Ver Enlace Público" -msgstr "Show 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:553 -msgid "Habilitar Plugin" -msgstr "Enable Plugin" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:559 -msgid "Deshabilitar Plugin" -msgstr "Disable Plugin" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:565 -msgid "Restablecer Plugin" -msgstr "Reset Plugin" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:601 -msgid "Editar Clave Usuario" -msgstr "Edit User Password" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:673 -msgid "Configuración Usuario" -msgstr "User Configuration" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:679 -msgid "Preferencias General" -msgstr "General Preferences" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:703 -msgid "Configuración Cuentas" -msgstr "Accounts Configuration" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:709 -msgid "Configuración Wiki" -msgstr "Wiki Configuration" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:715 -msgid "Configuración Encriptación" -msgstr "Encryption Configuration" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:721 -msgid "Actualizar Hash" -msgstr "Update Hash" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:727 -msgid "Clave Maestra Temporal" -msgstr "Temporary Master Password" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:733 -msgid "Configuración Copia de Seguridad" -msgstr "Backup Configuration" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:745 -msgid "Configuración Importación" -msgstr "Import Configuration" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:751 -msgid "Importar CSV" -msgstr "CSV Import" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:757 -msgid "Importar XML" -msgstr "XML Import" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:763 -msgid "Configuración Exportación" -msgstr "Export Configuration" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:769 -msgid "Exportación" -msgstr "Export" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:775 -msgid "Configuración Email" -msgstr "Email Configuration" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:781 -msgid "Configuración LDAP" -msgstr "LDAP Configuration" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:787 -msgid "Sincronización LDAP" -msgstr "LDAP synchronization" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:793 -msgid "Gestión de Cuenta (H)" -msgstr "Account Management (H)" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:823 -msgid "Crear Notificación" -msgstr "Create Notification" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:853 -msgid "Gestión Valores Predeterminados" -msgstr "Preset Values Management" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:889 -msgid "Gestión de Tracks" -msgstr "Tracks Management" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:901 -msgid "Desbloquear track" -msgstr "Unlock track" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:907 -msgid "Vaciar tracks" -msgstr "Clear the tracks out" - -#. (itstool) path: strings/text -#: ../../../config/strings.xml:4 -msgid "Color" -msgstr "Color" - -#. (itstool) path: strings/text -#: ../../../config/strings.xml:5 -msgid "Número" -msgstr "Number" - -#. (itstool) path: strings/text -#: ../../../config/strings.xml:6 -msgid "Teléfono" -msgstr "Phone" - -#. (itstool) path: strings/text -#: ../../../config/strings.xml:7 -msgid "Área de Texto" -msgstr "Text Area" - -#. (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 "Clave Temporal Generada" -#~ msgstr "Temporary Password Generated" - -#~ msgid "Generar Clave Temporal" -#~ msgstr "Generate Temporary Password" - -#~ msgid "Muestra la selección los filtros adicionales en la búsqueda." -#~ msgstr "Shows the additional filters selection on the accounts search." - -#~ msgid "Último backup" -#~ msgstr "Last backup" - -#~ msgid "Última exportación" -#~ msgstr "Last export" - -#~ msgid "No hay backups para descargar" -#~ msgstr "There aren't any backups for download" - -#~ msgid "No hay archivos XML para descargar" -#~ msgstr "There aren't any XML files for download" - -#~ msgid "Hay %d notificaciones pendientes" -#~ msgstr "There are %d unread notifications" - -#~ msgid "Id de grupo de usuario" -#~ msgstr "User group Id" - -#~ msgid "Etiqueta" -#~ msgstr "Tag" - -#~ msgid "LDAP ERROR" -#~ msgstr "LDAP ERROR" - -#~ msgid "No es posible generar las claves RSA" -#~ msgstr "Unable to generate the RSA keys" - -#~ msgid "El archivo de clave no existe" -#~ msgstr "The key file does not exist" - -#~ msgid "Error al buscar el grupo de usuarios" -#~ msgstr "Error while searching users group" - -#~ msgid "Es necesario un usuario" -#~ msgstr "An username is needed" - -#~ msgid "Usuarios Secundarios" -#~ msgstr "Secondary Users" - -#~ msgid "Grupos Secundarios" -#~ msgstr "Secondary Groups" - -#~ msgid "Gestión Permisos" -#~ msgstr "Permissions Management" - -#~ msgid "Buscar Permiso" -#~ msgstr "Search for Permission" - -#~ msgid "Ver Permiso" -#~ msgstr "View Permission" - -#~ msgid "Editar Permiso" -#~ msgstr "Edit Permission" - -#~ msgid "Eliminar Permiso" -#~ msgstr "Delete Permission" - -#~ msgid "Permiso no encontrada" -#~ msgstr "Permission not found" - -#~ msgid "Permisos eliminados" -#~ msgstr "Permissions deleted" - -#~ msgid "Permiso eliminado" -#~ msgstr "Permission deleted" - -#~ msgid "Permiso creado" -#~ msgstr "Permission added" - -#~ msgid "Permiso actualizado" -#~ msgstr "Permission updated" - -#~ msgid "Gestión de Permisos" -#~ msgstr "Permissions Management" - -#, fuzzy -#~ msgid "Error al eliminar permisos" -#~ msgstr "Error while removing the profile" - -#~ msgid "Nuevo CLiente" -#~ msgstr "New Client" - -#~ msgid "El archivo de estructura de la BBDD no existe" -#~ msgstr "The database structure file does not exist" - -#~ msgid "No es posible crear la BBDD de la aplicación. Descárguela de nuevo." -#~ msgstr "" -#~ "Unable to create the application database. Please download it again." - -#~ msgid "No es necesario actualizar la Base de Datos." -#~ msgstr "Database update not needed." - -#~ 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 "Extensión '%s' no cargada" -#~ msgstr "Extension '%s' not loaded" - -#~ msgid "Respuesta" -#~ msgstr "Response" - -#~ msgid "Versión de PHP requerida >= " -#~ msgstr "Required PHP version >=" - -#~ msgid "La version de PHP es vulnerable al ataque NULL Byte (CVE-2006-7243)" -#~ msgstr "This PHP version is vulnerable to NULL Byte attack CVE-2006-7243)" - -#~ msgid "Actualice la versión de PHP para usar sysPass de forma segura" -#~ msgstr "Please update PHP version to run sysPass in a secure way" - -#~ msgid "No se encuentra el generador de números aleatorios." -#~ msgstr "Cannot find random number generator." - -#~ msgid "" -#~ "Sin esta función un atacante puede utilizar su cuenta al resetear la clave" -#~ msgstr "" -#~ "Without this function, an attacker could take your account on password " -#~ "reset." - -#~ msgid "Crear Cuenta" -#~ msgstr "Add Account" - -#~ msgid "Crear Categoría" -#~ msgstr "Add Category" - -#~ msgid "Crear Cliente" -#~ msgstr "Add Client" - -#~ 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 "Los parámetros de DokuWiki no están configurados" -#~ msgstr "The DokuWiki parameters are not set" - -#~ msgid "Error" -#~ msgstr "Error" - -#~ msgid "Conexión correcta" -#~ msgstr "Connection successful" - -#~ msgid "Error de conexión a DokuWiki" -#~ msgstr "Error while connecting to DokuWiki" - -#~ msgid "Actualización" -#~ msgstr "Update" - -#~ msgid "Actualización de versión realizada." -#~ msgstr "Version updating done." - -#~ msgid "Compruebe los permisos del directorio temporal" -#~ msgstr "Please, check the temporary directory permissions" - -#~ msgid "No es posible finalizar una transacción" -#~ msgstr "Unable to finish a transaction" - -#~ msgid "El enlace no existe" -#~ msgstr "The link does not exist" - -#~ msgid "Grupo en uso" -#~ msgstr "Group in use" - -#~ msgid "Perfil en uso" -#~ msgstr "Profile in use" - -#~ msgid "Error en el módulo de encriptación" -#~ msgstr "Error on the encryption module" - -#~ msgid "No es posible leer/escribir el archivo: %s" -#~ msgstr "Unable to read/write the file: %s" - -#~ msgid "Hablitar edición" -#~ msgstr "Enable Edit" - -#~ msgid "Se permite un máximo de 4 caracteres." -#~ msgstr "Max 4 characters allowed." - -#~ msgid "No se encontraron campos personalizados" -#~ msgstr "Custom fields not found" - -#~ msgid "Error al migrar campos personalizados" -#~ msgstr "Error while migrating the custom fields" - -#~ msgid "Accesos" -#~ msgstr "Accesses" - -#~ msgid "Cuentas Vinculadas" -#~ msgstr "Linked Accounts" - -#~ msgid "Archivos Eliminados" -#~ msgstr "Files Deleted" - -#~ msgid "Error al eliminar el archivo: %s" -#~ msgstr "Error while deleting the file: %s" - -#, fuzzy -#~ msgid "No es posible crear el directorio: %s" -#~ msgstr "Unable to create the backups directory (\"%s\")" - -#~ msgid "No es un ID de archivo válido" -#~ msgstr "Invalid file ID" - -#~ msgid "Solicitud no enviada" -#~ msgstr "Request not sent" - -#~ msgid "Compruebe datos de usuario o consulte con el administrador" -#~ msgstr "Please, check the user data or contact to the administrator" - -#~ msgid "La clave es incorrecta o no coincide" -#~ msgstr "Wrong password or does not match" - -#~ msgid "Inicio" -#~ msgstr "Start" - -#~ msgid "Fallo al actualizar la clave del histórico" -#~ msgstr "Error on updating the history's master password" - -#~ msgid "No se pudieron obtener los datos de las cuentas" -#~ msgstr "Unable to retrieve the accounts data" - -#~ msgid "Modificar configuración" -#~ msgstr "Update Configuration" - -#~ msgid "Sección" -#~ msgstr "Section" - -#~ msgid "Modificar Configuración" -#~ msgstr "Edit Configuration" - -#~ msgid "Crear Usuario" -#~ msgstr "Add User" - -#~ msgid "No se pudo realizar la petición de cambio de clave." -#~ msgstr "Could not perform the password change request." - -#~ msgid "Actualizar Usuario" -#~ msgstr "Update User" - -#~ msgid "Actualizar Clave Usuario" -#~ msgstr "Update User's Password" - -#~ msgid "Crear Grupo" -#~ msgstr "Add Group" - -#~ msgid "Actualizar Grupo" -#~ msgstr "Update Group" - -#~ msgid "Crear Perfil" -#~ msgstr "Add Profile" - -#~ msgid "Actualizar Perfil" -#~ msgstr "Update Profile" - -#~ msgid "Actualizar Cliente" -#~ msgstr "Update Customer" - -#~ msgid "Actualizar Categoría" -#~ msgstr "Update Category" - -#~ msgid "Crear Autorización" -#~ msgstr "Add Authorization" - -#~ msgid "Actualizar Campo" -#~ msgstr "Update Field" - -#~ msgid "Crear Enlace" -#~ msgstr "Create Link" - -#~ msgid "Actualizar Enlace" -#~ msgstr "Update Link" - -#~ msgid "Actualizar Etiqueta" -#~ msgstr "Update Tag" - -#~ msgid "Actualizar Plugin" -#~ msgstr "Update Plugin" - -#~ msgid "Actualizar Cuenta" -#~ msgstr "Update Account" - -#~ msgid "Eliminar Cuenta (H)" -#~ msgstr "Delete Account (H)" - -#~ msgid "Solicitud de Modificación de Cuenta" -#~ msgstr "Request for Account Modification" - -#~ msgid "Solicitud enviada por correo" -#~ msgstr "Request sent by email" - -#~ msgid "Solicitud no enviada por correo" -#~ msgstr "Request not sent by email" - -#~ msgid "Detalles de Plugin" -#~ msgstr "Plugin Details" - -#~ msgid "Autorizaciones" -#~ msgstr "Authorizations" - -#~ msgid "Token de autorización visualizado" -#~ msgstr "Authorization token viewed" - -#~ msgid "La clave maestra no coincide" -#~ msgstr "The Master Password does not match" - -#~ msgid "Inicio sesión" -#~ msgstr "Log in" - -#~ msgid "Error al obtener los datos del usuario de la BBDD" -#~ msgstr "Error while retrieving the user's data from DB" - -#~ msgid "Descargar nueva versión" -#~ msgstr "Download new version" - -#~ msgid "Gestión Aplicación" -#~ msgstr "Application Management" - -#~ msgid "Buscar Categorías" -#~ msgstr "Search for Categories" - -#~ msgid "Añadir Categoría" -#~ msgstr "Add Category" - -#~ msgid "Buscar Clientes" -#~ msgstr "Search for Customers" - -#~ msgid "Añadir Cliente" -#~ msgstr "Add Customer" - -#~ msgid "Exportar" -#~ msgstr "Export" - -#~ msgid "Sesión" -#~ msgstr "Session" - -#~ msgid "Actual:" -#~ msgstr "Current:" - -#~ msgid "Error al actualizar la clave maestra del usuario \"admin\"" -#~ msgstr "Error while updating the Master Password for user \"admin\"" - -#~ msgid "Actualizando IDs de cuentas" -#~ msgstr "Updating accounts ID" - -#~ msgid "Actualizando IDs de categorías" -#~ msgstr "Updating categories ID" - -#~ msgid "" -#~ "Se ha regenerado el HASH de clave maestra. No es necesaria ninguna acción." -#~ msgstr "" -#~ "The Master Password HASH has been regenerated. No further action is " -#~ "needed." - -#~ 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 "Si es un administrador pulse en el enlace: %s" -#~ msgstr "If you are an administrator, click on the link: %s" - -#~ msgid "Actualizando IDs de usuarios" -#~ msgstr "Updating users ID" - -#~ msgid "Exportar XML" -#~ msgstr "XML Export" - -#~ msgid "Error al realizar la exportación de cuentas" -#~ msgstr "Error while exporting the accounts" - -#~ msgid "Exportación de cuentas realizada correctamente" -#~ msgstr "Export completed successfully" - -#~ msgid "No es posible acceder directamente a este archivo" -#~ msgstr "Unable to access to this file" - -#~ msgid "Enviar Email" -#~ msgstr "Send Email" - -#~ msgid "CC" -#~ msgstr "CC" - -#~ msgid "Migrar Perfiles" -#~ msgstr "Migrate Profiles" - -#~ msgid "Error al obtener perfiles" -#~ msgstr "Error while retrieving the profiles" - -#~ msgid "Operación realizada correctamente" -#~ msgstr "Operation completed successfully" - -#~ msgid "Fallo al realizar la operación" -#~ msgstr "Error while performing the operation" - -#~ msgid "Error al obtener etiqueta" -#~ msgstr "Error while retrieving the tag" - -#~ msgid "Error al guardar los datos de LDAP" -#~ msgstr "Error while saving the LDAP user data" - -#~ msgid "Activación Cuenta" -#~ msgstr "Account Activation" - -#~ msgid "Su cuenta está pendiente de activación." -#~ msgstr "Your account activation is pending." - -#~ msgid "En breve recibirá un email de confirmación." -#~ msgstr "You will receive a confirmation email shortly." - -#~ msgid "Error al actualizar la clave del usuario en la BBDD" -#~ msgstr "Error while updating the user's password in DB" - -#~ msgid "Sincronización finalizada" -#~ msgstr "Synchronization finished" - -#~ msgid "Error al migrar cuenta de usuario" -#~ msgstr "Error while migrating the user account" - -#~ msgid "Error al obtener grupo de usuarios" -#~ msgstr "Error while retrieving the users group" - -#~ msgid "Error al migrar grupo del usuario" -#~ msgstr "Error while migrating the user group" - -#~ msgid "Actualizando preferencias" -#~ msgstr "Updating preferences" - -#~ msgid "Usuario de SSO" -#~ msgstr "SSO User" - -#~ msgid "Error al guardar los datos de SSO" -#~ msgstr "Error while saving the SSO user data" - -#~ msgid "Nuevo usuario de SSO" -#~ msgstr "New SSO user" - -#~ msgid "Modificar Cuenta" -#~ msgstr "Edit Account" - -#~ msgid "Usuario/Clave no introducidos" -#~ msgstr "User/Pass not entered" diff --git a/app/locales/en_US/LC_MESSAGES/messages.mo b/app/locales/en_US/LC_MESSAGES/messages.mo deleted file mode 100644 index 920659b5cc16fd8b36942bbc32dbda2ce50a308a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 105627 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 diff --git a/app/locales/en_US/LC_MESSAGES/messages.po b/app/locales/en_US/LC_MESSAGES/messages.po deleted file mode 100644 index 4ad72aac..00000000 --- a/app/locales/en_US/LC_MESSAGES/messages.po +++ /dev/null @@ -1,8081 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Rubén D. , 2012-2015 -msgid "" -msgstr "" -"Project-Id-Version: sysPass\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-11-04 11:05+0100\n" -"PO-Revision-Date: 2018-11-04 11:05+0100\n" -"Last-Translator: nuxsmin \n" -"Language-Team: nuxsmin@syspass.org\n" -"Language: en_US\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Poedit-KeywordsList: _;__;__u;gettext;gettext_noop\n" -"X-Poedit-Basepath: .\n" -"X-Poedit-SourceCharset: UTF-8\n" -"X-Generator: Poedit 1.8.11\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Poedit-SearchPath-0: ../../../modules\n" -"X-Poedit-SearchPath-1: ../../../../lib\n" -"X-Poedit-SearchPath-2: ../../../config\n" - -#: ../../../../lib/SP/Bootstrap.php:278 -#, php-format -msgid "Versión de PHP requerida >= %s <= %s" -msgstr "Required PHP version >= %s <= %s" - -#: ../../../../lib/SP/Bootstrap.php:280 -msgid "" -"Actualice la versión de PHP para que la aplicación funcione correctamente" -msgstr "Please update the PHP version to run sysPass" - -#: ../../../../lib/SP/Config/ConfigUtil.php:94 -msgid "El directorio \"/config\" no existe" -msgstr "\"/config\" directory does not exist." - -#: ../../../../lib/SP/Config/ConfigUtil.php:100 -msgid "No es posible escribir en el directorio \"config\"" -msgstr "Unable to write into \"/config\" directory" - -#: ../../../../lib/SP/Config/ConfigUtil.php:109 -msgid "Los permisos del directorio \"/config\" son incorrectos" -msgstr "\"/config\" directory permissions are wrong" - -#: ../../../../lib/SP/Config/ConfigUtil.php:111 -#, php-format -msgid "Actual: %s - Necesario: 750" -msgstr "Current: %s - Needed: 750" - -#: ../../../../lib/SP/Core/Acl/AccountPermissionException.php:45 -#: ../../../../lib/SP/Util/ErrorUtil.php:152 -#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:96 -msgid "No tiene permisos para acceder a esta cuenta" -msgstr "You don't have permission to access 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:149 -#: ../../../../lib/SP/Util/ErrorUtil.php:153 -#: ../../../../lib/SP/Util/ErrorUtil.php:157 -#: ../../../../lib/SP/Util/ErrorUtil.php:161 -#: ../../../../lib/SP/Util/ErrorUtil.php:169 -#: ../../../../lib/SP/Util/ErrorUtil.php:176 -#: ../../../modules/web/Controllers/ErrorController.php:124 -#: ../../../modules/web/Controllers/ErrorController.php:140 -#: ../../../modules/web/Controllers/UserPassResetController.php:96 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:13 -msgid "Consulte con el administrador" -msgstr "Please contact to the administrator" - -# Not available -#: ../../../../lib/SP/Core/Acl/Acl.php:294 -#: ../../../../lib/SP/Services/Auth/LoginService.php:604 -msgid "N/D" -msgstr "N/A" - -#: ../../../../lib/SP/Core/Acl/Acl.php:299 -msgid "Acceso denegado" -msgstr "Access denied" - -#: ../../../../lib/SP/Core/Acl/Acl.php:300 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:108 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:36 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:38 -msgid "Acción" -msgstr "Action" - -#: ../../../../lib/SP/Core/Acl/Acl.php:301 -#: ../../../../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:220 -#: ../../../../lib/SP/Services/Auth/LoginService.php:238 -#: ../../../../lib/SP/Services/Auth/LoginService.php:390 -#: ../../../../lib/SP/Services/Auth/LoginService.php:457 -#: ../../../../lib/SP/Services/Auth/LoginService.php:565 -#: ../../../../lib/SP/Services/Auth/LoginService.php:608 -#: ../../../../lib/SP/Services/Ldap/LdapImportService.php:238 -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:254 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:110 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:112 -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:105 -#: ../../../modules/web/Controllers/LoginController.php:122 -#: ../../../modules/web/Controllers/UserController.php:287 -#: ../../../modules/web/Controllers/UserController.php:323 -#: ../../../modules/web/Controllers/UserController.php:388 -#: ../../../modules/web/Controllers/UserController.php:429 -#: ../../../modules/web/Controllers/UserPassResetController.php:197 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:63 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:69 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:101 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:67 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:73 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:141 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:76 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:25 -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:67 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:61 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:149 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:106 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:113 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:233 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:247 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:24 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:31 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:33 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:36 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:65 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:67 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:18 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:97 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:24 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:94 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:75 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:77 -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:19 -msgid "Usuario" -msgstr "User" - -#: ../../../../lib/SP/Core/Acl/Actions.php:176 -msgid "Acción no encontrada" -msgstr "Action not found" - -#: ../../../../lib/SP/Core/Acl/UnauthorizedActionException.php:46 -#: ../../../../lib/SP/Util/ErrorUtil.php:160 -#: ../../../modules/web/Controllers/AccountFileController.php:292 -#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:64 -#: ../../../modules/web/Controllers/AccountManagerController.php:79 -#: ../../../modules/web/Controllers/AccountManagerController.php:213 -#: ../../../modules/web/Controllers/AuthTokenController.php:71 -#: ../../../modules/web/Controllers/AuthTokenController.php:111 -#: ../../../modules/web/Controllers/AuthTokenController.php:176 -#: ../../../modules/web/Controllers/AuthTokenController.php:209 -#: ../../../modules/web/Controllers/AuthTokenController.php:254 -#: ../../../modules/web/Controllers/AuthTokenController.php:292 -#: ../../../modules/web/Controllers/AuthTokenController.php:344 -#: ../../../modules/web/Controllers/CategoryController.php:69 -#: ../../../modules/web/Controllers/CategoryController.php:106 -#: ../../../modules/web/Controllers/CategoryController.php:170 -#: ../../../modules/web/Controllers/CategoryController.php:203 -#: ../../../modules/web/Controllers/CategoryController.php:248 -#: ../../../modules/web/Controllers/CategoryController.php:290 -#: ../../../modules/web/Controllers/CategoryController.php:332 -#: ../../../modules/web/Controllers/ClientController.php:70 -#: ../../../modules/web/Controllers/ClientController.php:107 -#: ../../../modules/web/Controllers/ClientController.php:171 -#: ../../../modules/web/Controllers/ClientController.php:203 -#: ../../../modules/web/Controllers/ClientController.php:245 -#: ../../../modules/web/Controllers/ClientController.php:285 -#: ../../../modules/web/Controllers/ClientController.php:323 -#: ../../../modules/web/Controllers/CustomFieldController.php:71 -#: ../../../modules/web/Controllers/CustomFieldController.php:108 -#: ../../../modules/web/Controllers/CustomFieldController.php:170 -#: ../../../modules/web/Controllers/CustomFieldController.php:202 -#: ../../../modules/web/Controllers/CustomFieldController.php:236 -#: ../../../modules/web/Controllers/CustomFieldController.php:275 -#: ../../../modules/web/Controllers/CustomFieldController.php:314 -#: ../../../modules/web/Controllers/EventlogController.php:107 -#: ../../../modules/web/Controllers/ItemPresetController.php:70 -#: ../../../modules/web/Controllers/ItemPresetController.php:157 -#: ../../../modules/web/Controllers/ItemPresetController.php:197 -#: ../../../modules/web/Controllers/ItemPresetController.php:236 -#: ../../../modules/web/Controllers/ItemPresetController.php:268 -#: ../../../modules/web/Controllers/ItemPresetController.php:309 -#: ../../../modules/web/Controllers/ItemPresetController.php:350 -#: ../../../modules/web/Controllers/NotificationController.php:110 -#: ../../../modules/web/Controllers/NotificationController.php:173 -#: ../../../modules/web/Controllers/NotificationController.php:191 -#: ../../../modules/web/Controllers/NotificationController.php:223 -#: ../../../modules/web/Controllers/NotificationController.php:255 -#: ../../../modules/web/Controllers/NotificationController.php:308 -#: ../../../modules/web/Controllers/NotificationController.php:337 -#: ../../../modules/web/Controllers/NotificationController.php:372 -#: ../../../modules/web/Controllers/PluginController.php:111 -#: ../../../modules/web/Controllers/PluginController.php:133 -#: ../../../modules/web/Controllers/PluginController.php:277 -#: ../../../modules/web/Controllers/PublicLinkController.php:74 -#: ../../../modules/web/Controllers/PublicLinkController.php:111 -#: ../../../modules/web/Controllers/PublicLinkController.php:173 -#: ../../../modules/web/Controllers/PublicLinkController.php:201 -#: ../../../modules/web/Controllers/PublicLinkController.php:233 -#: ../../../modules/web/Controllers/PublicLinkController.php:276 -#: ../../../modules/web/Controllers/PublicLinkController.php:310 -#: ../../../modules/web/Controllers/PublicLinkController.php:354 -#: ../../../modules/web/Controllers/TagController.php:68 -#: ../../../modules/web/Controllers/TagController.php:105 -#: ../../../modules/web/Controllers/TagController.php:165 -#: ../../../modules/web/Controllers/TagController.php:197 -#: ../../../modules/web/Controllers/TagController.php:233 -#: ../../../modules/web/Controllers/TagController.php:266 -#: ../../../modules/web/Controllers/TagController.php:299 -#: ../../../modules/web/Controllers/UserController.php:75 -#: ../../../modules/web/Controllers/UserController.php:112 -#: ../../../modules/web/Controllers/UserController.php:197 -#: ../../../modules/web/Controllers/UserController.php:230 -#: ../../../modules/web/Controllers/UserController.php:266 -#: ../../../modules/web/Controllers/UserController.php:308 -#: ../../../modules/web/Controllers/UserController.php:373 -#: ../../../modules/web/Controllers/UserController.php:416 -#: ../../../modules/web/Controllers/UserController.php:455 -#: ../../../modules/web/Controllers/UserGroupController.php:77 -#: ../../../modules/web/Controllers/UserGroupController.php:114 -#: ../../../modules/web/Controllers/UserGroupController.php:185 -#: ../../../modules/web/Controllers/UserGroupController.php:217 -#: ../../../modules/web/Controllers/UserGroupController.php:259 -#: ../../../modules/web/Controllers/UserGroupController.php:300 -#: ../../../modules/web/Controllers/UserGroupController.php:341 -#: ../../../modules/web/Controllers/UserProfileController.php:70 -#: ../../../modules/web/Controllers/UserProfileController.php:107 -#: ../../../modules/web/Controllers/UserProfileController.php:174 -#: ../../../modules/web/Controllers/UserProfileController.php:206 -#: ../../../modules/web/Controllers/UserProfileController.php:248 -#: ../../../modules/web/Controllers/UserProfileController.php:285 -#: ../../../modules/web/Controllers/UserProfileController.php:323 -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:156 -msgid "No tiene permisos para acceder a esta página" -msgstr "You don't have permission to access this page" - -#: ../../../../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/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/Context/SessionContext.php:547 -msgid "La sesión no puede ser inicializada" -msgstr "Session cannot be initialized" - -#: ../../../../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:244 -#: ../../../../lib/SP/Repositories/AuthToken/AuthTokenRepository.php:334 -#: ../../../../lib/SP/Repositories/AuthToken/AuthTokenRepository.php:389 -#: ../../../../lib/SP/Repositories/AuthToken/AuthTokenRepository.php:417 -#: ../../../../lib/SP/Services/Account/AccountService.php:227 -#: ../../../../lib/SP/Services/Account/AccountService.php:232 -#: ../../../../lib/SP/Services/Api/ApiService.php:129 -#: ../../../../lib/SP/Services/Api/ApiService.php:229 -#: ../../../../lib/SP/Services/Api/ApiService.php:237 -#: ../../../../lib/SP/Services/Auth/LoginService.php:190 -#: ../../../../lib/SP/Services/Auth/LoginService.php:354 -#: ../../../../lib/SP/Services/Auth/LoginService.php:504 -#: ../../../../lib/SP/Services/Auth/LoginService.php:509 -#: ../../../../lib/SP/Services/Auth/LoginService.php:541 -#: ../../../../lib/SP/Services/Auth/LoginService.php:648 -#: ../../../../lib/SP/Services/AuthToken/AuthTokenService.php:311 -#: ../../../../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:232 -#: ../../../modules/web/Controllers/Traits/ItemTrait.php:122 -#: ../../../modules/web/Controllers/Traits/ItemTrait.php:177 -#: ../../../modules/web/plugins/Authenticator/src/lib/Controllers/AuthenticatorController.php:130 -#: ../../../modules/web/plugins/Authenticator/src/lib/Controllers/AuthenticatorController.php:314 -#: ../../../modules/web/plugins/Authenticator/src/lib/Controllers/AuthenticatorController.php:391 -msgid "Error interno" -msgstr "Internal error" - -#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:176 -msgid "No se puede usar el módulo de encriptación" -msgstr "Crypto module cannot be loaded" - -#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:186 -msgid "Error al generar datos cifrados" -msgstr "Error while creating the encrypted data" - -#: ../../../../lib/SP/Core/Events/Event.php:57 -msgid "Es necesario un objeto" -msgstr "An object is needed" - -#: ../../../../lib/SP/Core/Events/EventDispatcherBase.php:85 -msgid "Observador no inicializado" -msgstr "Observer not initialized" - -#: ../../../../lib/SP/Core/UI/Theme.php:185 -msgid "Clase no válida para iconos" -msgstr "Invalid icons class" - -#: ../../../../lib/SP/DataModel/PublicLinkListData.php:88 -#: ../../../../lib/SP/Providers/Auth/Ldap/LdapConnection.php:190 -#: ../../../modules/web/Controllers/AccountController.php:229 -msgid "ON" -msgstr "ON" - -#: ../../../../lib/SP/DataModel/PublicLinkListData.php:88 -#: ../../../modules/web/Controllers/AccountController.php:229 -msgid "OFF" -msgstr "OFF" - -#: ../../../../lib/SP/Html/DataGrid/DataGridBase.php:302 -#: ../../../../lib/SP/Mvc/View/Template.php:126 -#, php-format -msgid "No es posible obtener la plantilla \"%s\" : %s" -msgstr "Unable to retrieve \"%s\" template: %s" - -#: ../../../../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 "Invalid IP" - -#: ../../../../lib/SP/Http/Json.php:180 -msgid "Error de codificación" -msgstr "Encoding error" - -#: ../../../../lib/SP/Http/XMLRPCResponseParse.php:69 -msgid "Respuesta XML-RPC inválida" -msgstr "Invalid XML-RPC response" - -#: ../../../../lib/SP/Mvc/Controller/ControllerTrait.php:70 -msgid "La sesión no se ha iniciado o ha caducado" -msgstr "Session not started or timed out" - -#: ../../../../lib/SP/Mvc/Controller/ControllerTrait.php:115 -#: ../../../../lib/SP/Mvc/Controller/ControllerTrait.php:124 -msgid "Acción Inválida" -msgstr "Invalid Action" - -#: ../../../../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/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/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/Mvc/View/Template.php:301 -#: ../../../../lib/SP/Mvc/View/Template.php:365 -#, php-format -msgid "No es posible obtener la variable \"%s\"" -msgstr "Unable to retrieve \"%s\" variable" - -#: ../../../../lib/SP/Mvc/View/Template.php:334 -#, php-format -msgid "No es posible destruir la variable \"%s\"" -msgstr "Unable to unset \"%s\" variable" - -#: ../../../../lib/SP/Mvc/View/Template.php:355 -msgid "La plantilla no contiene archivos" -msgstr "Template does not contain files" - -#: ../../../../lib/SP/Plugin/PluginManager.php:170 -#, php-format -msgid "Versión de plugin no compatible (%s)" -msgstr "Plugin version not compatible (%s)" - -#: ../../../../lib/SP/Plugin/PluginManager.php:192 -#, php-format -msgid "No es posible cargar el plugin \"%s\"" -msgstr "Unable to load the \"%s\" plugin" - -#: ../../../../lib/SP/Plugin/PluginManager.php:194 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:108 -msgid "Plugin" -msgstr "Plugin" - -#: ../../../../lib/SP/Plugin/PluginManager.php:219 -#: ../../../../lib/SP/Plugin/PluginManager.php:339 -#: ../../../modules/web/Controllers/PluginController.php:226 -#: ../../../modules/web/Controllers/PluginController.php:229 -msgid "Plugin deshabilitado" -msgstr "Plugin disabled" - -#: ../../../../lib/SP/Plugin/PluginManager.php:254 -msgid "Plugin disponible" -msgstr "Plugin available" - -#: ../../../../lib/SP/Plugin/PluginManager.php:264 -msgid "Plugin no disponible" -msgstr "Plugin unavailable" - -#: ../../../../lib/SP/Plugin/PluginManager.php:294 -msgid "Plugin cargado" -msgstr "Plugin loaded" - -#. (itstool) path: action/text -#: ../../../../lib/SP/Plugin/PluginManager.php:319 -#: ../../../config/actions.xml:535 -msgid "Nuevo Plugin" -msgstr "New Plugin" - -#: ../../../../lib/SP/Plugin/PluginManager.php:320 -#: ../../../modules/api/Controllers/AccountController.php:71 -#: ../../../modules/api/Controllers/AccountController.php:103 -#: ../../../modules/api/Controllers/AccountController.php:139 -#: ../../../modules/api/Controllers/AccountController.php:189 -#: ../../../modules/api/Controllers/AccountController.php:240 -#: ../../../modules/api/Controllers/AccountController.php:315 -#: ../../../modules/api/Controllers/CategoryController.php:63 -#: ../../../modules/api/Controllers/CategoryController.php:92 -#: ../../../modules/api/Controllers/CategoryController.php:122 -#: ../../../modules/api/Controllers/CategoryController.php:151 -#: ../../../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/api/Controllers/TagController.php:62 -#: ../../../modules/api/Controllers/TagController.php:90 -#: ../../../modules/api/Controllers/TagController.php:119 -#: ../../../modules/api/Controllers/TagController.php:148 -#: ../../../modules/api/Controllers/UserGroupController.php:62 -#: ../../../modules/api/Controllers/UserGroupController.php:92 -#: ../../../modules/api/Controllers/UserGroupController.php:123 -#: ../../../modules/api/Controllers/UserGroupController.php:152 -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:240 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:113 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:104 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:105 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:108 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:116 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:107 -#: ../../../modules/web/Controllers/UserGroupController.php:274 -#: ../../../modules/web/Controllers/UserGroupController.php:315 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:30 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:43 -#: ../../../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:65 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:54 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:39 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:23 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:23 -#: ../../../modules/web/themes/material-blue/views/itemshow/tag.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:35 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:24 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:533 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:22 -msgid "Nombre" -msgstr "Name" - -#: ../../../../lib/SP/Providers/Auth/AuthProvider.php:208 -msgid "Método no disponible" -msgstr "Method unavailable" - -#: ../../../../lib/SP/Providers/Auth/AuthProvider.php:212 -msgid "Método ya inicializado" -msgstr "Method already initialized" - -#: ../../../../lib/SP/Providers/Auth/Ldap/LdapActions.php:119 -#: ../../../../lib/SP/Providers/Auth/Ldap/LdapActions.php:126 -msgid "Error al buscar RDN de grupo" -msgstr "Error while searching the group RDN" - -#: ../../../../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:111 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:119 -#: ../../../modules/web/Controllers/UserGroupController.php:238 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:133 -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:25 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:274 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:277 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:206 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:233 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:48 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:50 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:53 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:146 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:148 -msgid "Grupo" -msgstr "Group" - -#: ../../../../lib/SP/Providers/Auth/Ldap/LdapActions.php:205 -#: ../../../../lib/SP/Providers/Auth/Ldap/LdapActions.php:210 -msgid "Error al localizar el usuario en LDAP" -msgstr "Error while searching the user on LDAP" - -#: ../../../../lib/SP/Providers/Auth/Ldap/LdapActions.php:259 -#: ../../../../lib/SP/Providers/Auth/Ldap/LdapActions.php:265 -msgid "Error al buscar objetos en DN base" -msgstr "Error while searching objects in base DN" - -#: ../../../../lib/SP/Providers/Auth/Ldap/LdapConnection.php:95 -#: ../../../modules/web/Controllers/ConfigLdapController.php:158 -#: ../../../modules/web/Controllers/ConfigLdapController.php:203 -msgid "Conexión a LDAP correcta" -msgstr "LDAP connection OK" - -#: ../../../../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 "Unable to connect to LDAP server" - -#: ../../../../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:70 -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:39 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:75 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:78 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:94 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:119 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:59 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:66 -msgid "Servidor" -msgstr "Server" - -#: ../../../../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 parameters are not set" - -#: ../../../../lib/SP/Providers/Auth/Ldap/LdapConnection.php:231 -#: ../../../../lib/SP/Providers/Auth/Ldap/LdapConnection.php:237 -msgid "Error al conectar (BIND)" -msgstr "Connection error (BIND)" - -#: ../../../../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/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 "User in group verified" - -#: ../../../../lib/SP/Providers/Auth/Ldap/LdapMsAds.php:144 -#: ../../../../lib/SP/Providers/Auth/Ldap/LdapStd.php:141 -msgid "Usuario no pertenece al grupo" -msgstr "User does not belong to the group" - -#: ../../../../lib/SP/Providers/Mail/MailHandler.php:124 -#, php-format -msgid "Realizado por: %s (%s)" -msgstr "Performed by: %s (%s)" - -#: ../../../../lib/SP/Providers/Mail/MailHandler.php:125 -#, php-format -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:124 -#: ../../../modules/web/Controllers/AccountController.php:965 -msgid "Solicitud" -msgstr "Request" - -#. (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:124 -#: ../../../modules/web/Controllers/ConfigManagerController.php:174 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:101 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:25 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:394 -#: ../../../config/actions.xml:13 -msgid "Cuentas" -msgstr "Accounts" - -#: ../../../../lib/SP/Providers/Notification/NotificationHandler.php:155 -#: ../../../modules/web/Controllers/NotificationController.php:284 -#: ../../../modules/web/Controllers/NotificationController.php:317 -msgid "Notificación" -msgstr "Notification" - -#: ../../../../lib/SP/Repositories/Account/AccountFileRepository.php:77 -msgid "No se pudo guardar el archivo" -msgstr "Error while saving file" - -#: ../../../../lib/SP/Repositories/Account/AccountFileRepository.php:279 -msgid "Error al eliminar el archivo" -msgstr "Error while deleting the file" - -#: ../../../../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:143 -msgid "Error al actualizar el historial" -msgstr "Error while updating history" - -#: ../../../../lib/SP/Repositories/Account/AccountHistoryRepository.php:162 -#: ../../../../lib/SP/Repositories/Account/AccountRepository.php:321 -#: ../../../../lib/SP/Services/Account/AccountHistoryService.php:192 -msgid "Error al eliminar la cuenta" -msgstr "Error while deleting the account" - -#: ../../../../lib/SP/Repositories/Account/AccountHistoryRepository.php:292 -#: ../../../../lib/SP/Repositories/Account/AccountHistoryRepository.php:315 -#: ../../../../lib/SP/Repositories/Account/AccountRepository.php:501 -#: ../../../../lib/SP/Services/Account/AccountService.php:616 -msgid "Error al eliminar las cuentas" -msgstr "Error while deleting the accounts" - -#: ../../../../lib/SP/Repositories/Account/AccountHistoryRepository.php:436 -#: ../../../../lib/SP/Repositories/Account/AccountRepository.php:235 -#: ../../../../lib/SP/Repositories/Account/AccountRepository.php:260 -#: ../../../../lib/SP/Services/Account/AccountHistoryService.php:233 -msgid "Error al actualizar la clave" -msgstr "Error while updating the password" - -#: ../../../../lib/SP/Repositories/Account/AccountRepository.php:200 -msgid "Error al crear la cuenta" -msgstr "Error while creating the account" - -#: ../../../../lib/SP/Repositories/Account/AccountRepository.php:301 -#: ../../../../lib/SP/Services/Account/AccountService.php:582 -msgid "Error al restaurar cuenta" -msgstr "Error on restoring the account" - -#: ../../../../lib/SP/Repositories/Account/AccountRepository.php:382 -#: ../../../../lib/SP/Repositories/Account/AccountRepository.php:431 -msgid "Error al modificar la cuenta" -msgstr "Error while updating the account" - -#: ../../../../lib/SP/Repositories/Account/AccountRepository.php:451 -#: ../../../../lib/SP/Repositories/Account/AccountRepository.php:623 -#: ../../../../lib/SP/Services/Account/AccountHistoryService.php:75 -msgid "No se pudieron obtener los datos de la cuenta" -msgstr "Error while retrieving account's data" - -#: ../../../../lib/SP/Repositories/Account/AccountToFavoriteRepository.php:71 -msgid "Error al añadir favorito" -msgstr "Error while adding favorite" - -#: ../../../../lib/SP/Repositories/Account/AccountToFavoriteRepository.php:91 -msgid "Error al eliminar favorito" -msgstr "Error while deleting favorite" - -#: ../../../../lib/SP/Repositories/Account/AccountToTagRepository.php:94 -msgid "Error al eliminar las etiquetas de la cuenta" -msgstr "Error while removing the account's tags" - -#: ../../../../lib/SP/Repositories/Account/AccountToTagRepository.php:115 -msgid "Error al añadir las etiquetas de la cuenta" -msgstr "Error while adding the account's tags" - -#: ../../../../lib/SP/Repositories/Account/AccountToUserGroupRepository.php:106 -#: ../../../../lib/SP/Repositories/Account/AccountToUserGroupRepository.php:139 -#: ../../../../lib/SP/Repositories/Account/AccountToUserGroupRepository.php:191 -msgid "Error al eliminar grupos asociados a la cuenta" -msgstr "Error while deleting the account's groups" - -#: ../../../../lib/SP/Repositories/Account/AccountToUserGroupRepository.php:164 -msgid "Error al actualizar los grupos secundarios" -msgstr "Error while updating the secondary groups" - -#: ../../../../lib/SP/Repositories/Account/AccountToUserRepository.php:76 -#: ../../../../lib/SP/Repositories/Account/AccountToUserRepository.php:132 -msgid "Error al eliminar usuarios asociados a la cuenta" -msgstr "Error while deleting the account users" - -#: ../../../../lib/SP/Repositories/Account/AccountToUserRepository.php:103 -msgid "Error al actualizar los usuarios de la cuenta" -msgstr "Error while updating the account users" - -#: ../../../../lib/SP/Repositories/AuthToken/AuthTokenRepository.php:221 -#: ../../../../lib/SP/Repositories/AuthToken/AuthTokenRepository.php:309 -msgid "La autorización ya existe" -msgstr "The authorization already exist" - -#: ../../../../lib/SP/Repositories/Category/CategoryRepository.php:58 -msgid "Categoría duplicada" -msgstr "Duplicated category" - -#: ../../../../lib/SP/Repositories/Category/CategoryRepository.php:68 -msgid "Error al crear la categoría" -msgstr "Error while creating the category" - -#: ../../../../lib/SP/Repositories/Category/CategoryRepository.php:107 -msgid "Nombre de categoría duplicado" -msgstr "Duplicated category name" - -#: ../../../../lib/SP/Repositories/Category/CategoryRepository.php:125 -msgid "Error al actualizar la categoría" -msgstr "Error while updating the category" - -#: ../../../../lib/SP/Repositories/Category/CategoryRepository.php:253 -msgid "Error al eliminar la categorías" -msgstr "Error while deleting the categories" - -#: ../../../../lib/SP/Repositories/Category/CategoryRepository.php:275 -msgid "Error al eliminar la categoría" -msgstr "Error while deleting the category" - -#: ../../../../lib/SP/Repositories/Client/ClientRepository.php:62 -#: ../../../../lib/SP/Repositories/Client/ClientRepository.php:116 -msgid "Cliente duplicado" -msgstr "Duplicated client" - -#: ../../../../lib/SP/Repositories/Client/ClientRepository.php:80 -msgid "Error al crear el cliente" -msgstr "Error while creating the client" - -#: ../../../../lib/SP/Repositories/Client/ClientRepository.php:136 -msgid "Error al actualizar el cliente" -msgstr "Error while updating the client" - -#: ../../../../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/Client/ClientRepository.php:283 -msgid "Error al eliminar el cliente" -msgstr "Error while deleting the client" - -#: ../../../../lib/SP/Repositories/Client/ClientRepository.php:345 -msgid "Filtro incorrecto" -msgstr "Wrong filter" - -#: ../../../../lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:75 -msgid "Error al crear el campo personalizado" -msgstr "Error while creating the custom field" - -#: ../../../../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 "Error while updating the custom field" - -#: ../../../../lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:159 -msgid "El campo personalizado no existe" -msgstr "Custom field not found" - -#: ../../../../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/CustomFieldDefRepository.php:259 -msgid "Error al eliminar el campo personalizado" -msgstr "Error while removing the custom field" - -#: ../../../../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/EventLog/EventlogRepository.php:53 -msgid "Error al vaciar el registro de eventos" -msgstr "Error while clearing the event log out" - -#: ../../../../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/Repositories/Notification/NotificationRepository.php:79 -msgid "Error al crear la notificación" -msgstr "Error while adding the notification" - -#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:119 -#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:478 -msgid "Error al modificar la notificación" -msgstr "Error while updating the notification" - -#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:138 -#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:157 -msgid "Error al eliminar la notificación" -msgstr "Error while deleting the notification" - -#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:180 -#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:303 -#: ../../../../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/Notification/NotificationRepository.php:213 -msgid "Error al obtener la notificación" -msgstr "Error while retrieving notification" - -#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:243 -#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:515 -#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:548 -#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:582 -#: ../../../../lib/SP/Repositories/Notification/NotificationRepository.php:615 -msgid "Error al obtener las notificaciones" -msgstr "Error while retrieving the notifications" - -#: ../../../../lib/SP/Repositories/Plugin/PluginRepository.php:70 -msgid "Error al crear el plugin" -msgstr "Error while adding the plugin" - -#: ../../../../lib/SP/Repositories/Plugin/PluginRepository.php:104 -#: ../../../../lib/SP/Repositories/Plugin/PluginRepository.php:348 -#: ../../../../lib/SP/Repositories/Plugin/PluginRepository.php:368 -#: ../../../../lib/SP/Repositories/Plugin/PluginRepository.php:388 -#: ../../../../lib/SP/Repositories/Plugin/PluginRepository.php:408 -#: ../../../../lib/SP/Repositories/Plugin/PluginRepository.php:427 -msgid "Error al actualizar el plugin" -msgstr "Error while updating the plugin" - -#: ../../../../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/Repositories/Plugin/PluginRepository.php:232 -msgid "Error al eliminar el plugin" -msgstr "Error while deleting the plugin" - -#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:63 -msgid "Error al eliminar enlace" -msgstr "Error while removing the link" - -#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:255 -msgid "Enlace ya creado" -msgstr "Link already created" - -#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:282 -msgid "Error al crear enlace" -msgstr "Error while creating the link" - -#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:341 -#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:389 -msgid "Error al actualizar enlace" -msgstr "Error while updating the link" - -#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:424 -msgid "Error al renovar enlace" -msgstr "Error while renewing link" - -#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:466 -#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:507 -#: ../../../../lib/SP/Repositories/PublicLink/PublicLinkRepository.php:528 -msgid "Error al obtener enlace" -msgstr "Error while retrieving the link" - -#: ../../../../lib/SP/Repositories/Tag/TagRepository.php:60 -#: ../../../../lib/SP/Repositories/Tag/TagRepository.php:108 -msgid "Etiqueta duplicada" -msgstr "Duplicated tag" - -#: ../../../../lib/SP/Repositories/Tag/TagRepository.php:69 -msgid "Error al crear etiqueta" -msgstr "Error while creating the tag" - -#: ../../../../lib/SP/Repositories/Tag/TagRepository.php:118 -msgid "Error al actualizar etiqueta" -msgstr "Error while updating the tag" - -#: ../../../../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/Tag/TagRepository.php:262 -msgid "Error al eliminar etiqueta" -msgstr "Error while removing the tag" - -#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:68 -msgid "Error al crear track" -msgstr "Error while creating track" - -#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:85 -msgid "Error al eliminar track" -msgstr "Error while removing the track" - -#: ../../../../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:169 -#: ../../../../lib/SP/Repositories/Track/TrackRepository.php:202 -msgid "Error al obtener tracks" -msgstr "Error while retrieving the tracks" - -#: ../../../../lib/SP/Repositories/User/UserPassRecoverRepository.php:86 -msgid "Error al generar el hash de recuperación" -msgstr "Error while generating the recovering hash" - -#: ../../../../lib/SP/Repositories/User/UserPassRecoverRepository.php:112 -msgid "Error en comprobación de hash" -msgstr "Error while checking hash" - -#: ../../../../lib/SP/Repositories/User/UserRepository.php:63 -#: ../../../../lib/SP/Repositories/User/UserRepository.php:430 -msgid "Login/email de usuario duplicados" -msgstr "Duplicated user login/email" - -#: ../../../../lib/SP/Repositories/User/UserRepository.php:100 -#: ../../../../lib/SP/Repositories/User/UserRepository.php:677 -#: ../../../../lib/SP/Services/User/UserService.php:310 -msgid "Error al actualizar el usuario" -msgstr "Error while updating the user" - -#: ../../../../lib/SP/Repositories/User/UserRepository.php:165 -#: ../../../../lib/SP/Services/User/UserService.php:331 -msgid "Error al modificar la clave" -msgstr "Error while updating the password" - -#: ../../../../lib/SP/Repositories/User/UserRepository.php:184 -msgid "Error al eliminar el usuario" -msgstr "Error while deleting the user" - -#: ../../../../lib/SP/Repositories/User/UserRepository.php:234 -#: ../../../../lib/SP/Repositories/User/UserRepository.php:551 -msgid "Error al obtener los datos del usuario" -msgstr "Error while retrieving the user's data" - -#: ../../../../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/Repositories/User/UserRepository.php:474 -msgid "Error al crear el usuario" -msgstr "Error while creating the user" - -#: ../../../../lib/SP/Repositories/User/UserRepository.php:697 -msgid "Error al actualizar preferencias" -msgstr "Error while updating the preferences" - -#: ../../../../lib/SP/Repositories/UserGroup/UserGroupRepository.php:62 -msgid "Error al eliminar el grupo" -msgstr "Error while deleting the group" - -#: ../../../../lib/SP/Repositories/UserGroup/UserGroupRepository.php:306 -#: ../../../../lib/SP/Repositories/UserGroup/UserGroupRepository.php:351 -msgid "Nombre de grupo duplicado" -msgstr "Duplicated group name" - -#: ../../../../lib/SP/Repositories/UserGroup/UserGroupRepository.php:315 -msgid "Error al crear el grupo" -msgstr "Error while creating the group" - -#: ../../../../lib/SP/Repositories/UserGroup/UserGroupRepository.php:361 -msgid "Error al actualizar el grupo" -msgstr "Error while updating the group" - -#: ../../../../lib/SP/Repositories/UserGroup/UserToUserGroupRepository.php:108 -msgid "Error al eliminar los usuarios del grupo" -msgstr "Error while deleting the group users" - -#: ../../../../lib/SP/Repositories/UserGroup/UserToUserGroupRepository.php:140 -msgid "Error al asignar los usuarios al grupo" -msgstr "Error while setting users in the group" - -#: ../../../../lib/SP/Repositories/UserProfile/UserProfileRepository.php:79 -msgid "Error al eliminar perfil" -msgstr "Error while removing the profile" - -#: ../../../../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/Repositories/UserProfile/UserProfileRepository.php:230 -#: ../../../../lib/SP/Repositories/UserProfile/UserProfileRepository.php:275 -msgid "Nombre de perfil duplicado" -msgstr "Duplicated profile name" - -#: ../../../../lib/SP/Repositories/UserProfile/UserProfileRepository.php:239 -msgid "Error al crear perfil" -msgstr "Error while creating the profile" - -#: ../../../../lib/SP/Repositories/UserProfile/UserProfileRepository.php:288 -#: ../../../../lib/SP/Services/UserProfile/UserProfileService.php:141 -msgid "Error al modificar perfil" -msgstr "Error while updating the profile" - -#: ../../../../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 "Update Master Password" - -#: ../../../../lib/SP/Services/Account/AccountCryptService.php:89 -msgid "Errores al actualizar las claves de las cuentas" -msgstr "Error while updating the accounts' passwords" - -#: ../../../../lib/SP/Services/Account/AccountCryptService.php:115 -msgid "Error al obtener las claves de las cuentas" -msgstr "Error while retrieving the accounts' passwords" - -#: ../../../../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/Account/AccountCryptService.php:158 -msgid "La clave maestra del registro no coincide" -msgstr "The record's master password does not match" - -#: ../../../../lib/SP/Services/Account/AccountCryptService.php:183 -#: ../../../../lib/SP/Services/Account/AccountCryptService.php:188 -msgid "Fallo al actualizar la clave de la cuenta" -msgstr "Error while updating the account's password" - -#: ../../../../lib/SP/Services/Account/AccountCryptService.php:193 -#: ../../../modules/web/Controllers/AccountManagerController.php:191 -#: ../../../modules/web/Controllers/AccountManagerController.php:194 -msgid "Cuentas actualizadas" -msgstr "Accounts updated" - -#: ../../../../lib/SP/Services/Account/AccountCryptService.php:194 -msgid "Errores" -msgstr "Errors" - -#: ../../../../lib/SP/Services/Account/AccountCryptService.php:212 -#: ../../../../lib/SP/Services/Account/AccountCryptService.php:218 -msgid "Actualizar Clave Maestra (H)" -msgstr "Update Master Password (H)" - -#: ../../../../lib/SP/Services/Account/AccountCryptService.php:233 -msgid "Errores al actualizar las claves de las cuentas del histórico" -msgstr "Error while updating the accounts' passwords in history" - -#: ../../../../lib/SP/Services/Account/AccountFileService.php:145 -msgid "Error al eliminar archivos" -msgstr "Error while deleting the files" - -#: ../../../../lib/SP/Services/Account/AccountFileService.php:164 -msgid "Archivo no encontrado" -msgstr "File not found" - -#: ../../../../lib/SP/Services/Account/AccountService.php:163 -#: ../../../../lib/SP/Services/Account/AccountService.php:599 -msgid "Cuenta no encontrada" -msgstr "Account not found" - -#: ../../../../lib/SP/Services/Account/AccountService.php:220 -msgid "Clave maestra no establecida" -msgstr "Master password not set" - -#: ../../../../lib/SP/Services/Account/AccountService.php:283 -#: ../../../../lib/SP/Services/Account/AccountService.php:672 -#: ../../../../lib/SP/Services/Account/AccountService.php:727 -msgid "La cuenta no existe" -msgstr "The account doesn't exist" - -#: ../../../../lib/SP/Services/Api/ApiRequest.php:79 -#: ../../../../lib/SP/Services/Api/ApiRequest.php:113 -#: ../../../../lib/SP/Services/Api/ApiService.php:231 -msgid "Datos inválidos" -msgstr "Invalid data" - -#: ../../../../lib/SP/Services/Api/ApiRequest.php:88 -msgid "Fomato incorrecto" -msgstr "Invalid format" - -#: ../../../../lib/SP/Services/Api/ApiService.php:96 -#: ../../../../lib/SP/Services/Auth/LoginService.php:138 -#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:103 -#: ../../../modules/web/Controllers/UserPassResetController.php:126 -#: ../../../modules/web/plugins/Authenticator/src/lib/Controllers/AuthenticatorController.php:103 -msgid "Intentos excedidos" -msgstr "Attempts exceeded" - -#: ../../../../lib/SP/Services/Api/ApiService.php:152 -msgid "Parámetros incorrectos" -msgstr "Wrong parameters" - -#: ../../../../lib/SP/Services/Api/ApiService.php:186 -#: ../../../modules/api/Controllers/ControllerBase.php:146 -msgid "Acceso no permitido" -msgstr "Unauthorized access" - -#: ../../../../lib/SP/Services/Auth/LoginService.php:160 -#: ../../../../lib/SP/Services/Auth/LoginService.php:460 -#: ../../../../lib/SP/Services/Auth/LoginService.php:467 -#: ../../../../lib/SP/Services/Auth/LoginService.php:575 -#: ../../../../lib/SP/Services/Auth/LoginService.php:580 -#: ../../../../lib/SP/Services/Auth/LoginService.php:619 -#: ../../../../lib/SP/Services/Auth/LoginService.php:624 -msgid "Login incorrecto" -msgstr "Wrong login" - -#: ../../../../lib/SP/Services/Auth/LoginService.php:219 -#: ../../../../lib/SP/Services/Auth/LoginService.php:226 -msgid "Usuario deshabilitado" -msgstr "User disabled" - -#: ../../../../lib/SP/Services/Auth/LoginService.php:273 -msgid "Usando clave temporal" -msgstr "Using temporary password" - -#: ../../../../lib/SP/Services/Auth/LoginService.php:285 -#: ../../../../lib/SP/Services/Auth/LoginService.php:291 -#: ../../../../lib/SP/Services/Auth/LoginService.php:309 -#: ../../../../lib/SP/Services/Auth/LoginService.php:315 -msgid "Clave maestra incorrecta" -msgstr "Wrong master password" - -#: ../../../../lib/SP/Services/Auth/LoginService.php:300 -#: ../../../../lib/SP/Services/Auth/LoginService.php:324 -#: ../../../../lib/SP/Services/User/UpdatedMasterPassException.php:45 -#: ../../../../lib/SP/Util/ErrorUtil.php:164 -#: ../../../modules/web/Controllers/ConfigEncryptionController.php:73 -#: ../../../modules/web/Controllers/ConfigEncryptionController.php:147 -#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 -msgid "Clave maestra actualizada" -msgstr "Master password updated" - -#: ../../../../lib/SP/Services/Auth/LoginService.php:330 -msgid "Es necesaria su clave anterior" -msgstr "Your previous password is needed" - -#: ../../../../lib/SP/Services/Auth/LoginService.php:342 -msgid "La clave maestra no ha sido guardada o es incorrecta" -msgstr "The Master Password either is not saved or is wrong" - -#: ../../../../lib/SP/Services/Auth/LoginService.php:455 -#: ../../../../lib/SP/Services/Auth/LoginService.php:518 -#: ../../../../lib/SP/Services/Auth/LoginService.php:564 -#: ../../../../lib/SP/Services/Auth/LoginService.php:607 -#: ../../../modules/web/Controllers/AccountFileController.php:260 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:109 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:109 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:109 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:127 -#: ../../../modules/web/Controllers/ItemPresetController.php:323 -#: ../../../modules/web/Controllers/ItemPresetController.php:364 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:35 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:37 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:23 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:30 -msgid "Tipo" -msgstr "Type" - -#: ../../../../lib/SP/Services/Auth/LoginService.php:456 -#: ../../../../lib/SP/Services/Auth/LoginService.php:519 -msgid "Servidor LDAP" -msgstr "LDAP Server" - -#: ../../../../lib/SP/Services/Auth/LoginService.php:475 -#: ../../../../lib/SP/Services/Auth/LoginService.php:480 -msgid "Cuenta expirada" -msgstr "Account expired" - -#: ../../../../lib/SP/Services/Auth/LoginService.php:488 -#: ../../../../lib/SP/Services/Auth/LoginService.php:493 -msgid "El usuario no tiene grupos asociados" -msgstr "User has no associated groups" - -#: ../../../../lib/SP/Services/Auth/LoginService.php:609 -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:12 -msgid "Autentificación" -msgstr "Authentication" - -#: ../../../../lib/SP/Services/AuthToken/AuthTokenService.php:139 -#: ../../../../lib/SP/Services/AuthToken/AuthTokenService.php:277 -#: ../../../../lib/SP/Services/AuthToken/AuthTokenService.php:291 -msgid "Token no encontrado" -msgstr "Token not found" - -#: ../../../../lib/SP/Services/AuthToken/AuthTokenService.php:158 -msgid "Error al eliminar tokens" -msgstr "Error while removing the tokens" - -#: ../../../../lib/SP/Services/Backup/FileBackupService.php:100 -msgid "Realizar Backup" -msgstr "Make Backup" - -#: ../../../../lib/SP/Services/Backup/FileBackupService.php:107 -msgid "Error al realizar backup en modo compatibilidad" -msgstr "Error while doing the backup in compatibility mode" - -#: ../../../../lib/SP/Services/Backup/FileBackupService.php:118 -msgid "Error al realizar el backup" -msgstr "Error while doing the backup" - -#: ../../../../lib/SP/Services/Backup/FileBackupService.php:120 -#: ../../../../lib/SP/Services/Export/XmlExportService.php:203 -#: ../../../modules/web/Controllers/ConfigImportController.php:82 -#: ../../../modules/web/Controllers/ConfigImportController.php:85 -msgid "Revise el registro de eventos para más detalles" -msgstr "Please check out the event log for more details" - -#: ../../../../lib/SP/Services/Backup/FileBackupService.php:139 -#, php-format -msgid "No es posible crear el directorio de backups (\"%s\")" -msgstr "Unable to create the backups directory (\"%s\")" - -#: ../../../../lib/SP/Services/Backup/FileBackupService.php:144 -msgid "Compruebe los permisos del directorio de backups" -msgstr "Please, check the backup directory permissions" - -#: ../../../../lib/SP/Services/Backup/FileBackupService.php:211 -msgid "Copiando base de datos" -msgstr "Copying database" - -#: ../../../../lib/SP/Services/Backup/FileBackupService.php:343 -#: ../../../../lib/SP/Services/Backup/FileBackupService.php:367 -msgid "Copiando aplicación" -msgstr "Copying application" - -#: ../../../../lib/SP/Services/Backup/FileBackupService.php:362 -msgid "Esta operación sólo es posible en entornos Linux" -msgstr "This operation is only available on Linux environments" - -#: ../../../../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 "Category not found" - -#: ../../../../lib/SP/Services/Category/CategoryService.php:134 -msgid "Error al eliminar las categorías" -msgstr "Error while deleting categories" - -#: ../../../../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 "Client not found" - -#: ../../../../lib/SP/Services/Config/ConfigBackupService.php:115 -#: ../../../../lib/SP/Services/Config/ConfigBackupService.php:122 -msgid "No es posible restaurar la configuración" -msgstr "Unable to restore the configuration" - -#: ../../../../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:103 -msgid "Generar clave temporal" -msgstr "Generate temporary password" - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:110 -msgid "Error al generar clave temporal" -msgstr "Error while generating the temporary password" - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:131 -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:181 -msgid "Clave temporal caducada" -msgstr "Temporary password expired" - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:160 -msgid "Error al comprobar clave temporal" -msgstr "Error while checking the temporary password" - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:213 -#, php-format -msgid "Clave Maestra %s" -msgstr "Master Password %s" - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:214 -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 next time you log into " -"the application it will be requested." - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:216 -#, php-format -msgid "La nueva clave es: %s" -msgstr "The new Master Password is: %s" - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:218 -#, php-format -msgid "Esta clave estará activa hasta: %s" -msgstr "This password will be valid until: %s" - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:220 -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:68 -msgid "No hay datos de campos personalizados" -msgstr "There aren't any data from custom fields" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:76 -#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:84 -msgid "Actualizando datos encriptados" -msgstr "Updating encrypted data" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:109 -msgid "Registros actualizados" -msgstr "Records updated" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:110 -msgid "Registros no actualizados" -msgstr "Records not updated" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:136 -msgid "Errores al actualizar datos de campos personalizados" -msgstr "Error while updating the custom fields data" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:75 -#: ../../../modules/web/Controllers/ConfigBackupController.php:126 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:94 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:298 -msgid "Categorías" -msgstr "Categories" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:76 -#: ../../../modules/web/Controllers/ConfigBackupController.php:125 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:93 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:330 -msgid "Clientes" -msgstr "Clients" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:77 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:104 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:16 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:113 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:12 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:50 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:52 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:56 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:250 -msgid "Usuarios" -msgstr "Users" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:78 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:95 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:84 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:162 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:53 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:266 -msgid "Grupos" -msgstr "Groups" - -#: ../../../../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/CustomField/CustomFieldTypeService.php:84 -msgid "Tipo de campo no encontrado" -msgstr "Field type not found" - -#: ../../../../lib/SP/Services/Export/XmlExportService.php:125 -#: ../../../../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/Export/XmlExportService.php:201 -msgid "Error al realizar la exportación" -msgstr "Error while exporting" - -#: ../../../../lib/SP/Services/Export/XmlExportService.php:269 -msgid "Exportando categorías" -msgstr "Exporting categories" - -#: ../../../../lib/SP/Services/Export/XmlExportService.php:381 -msgid "Exportando clientes" -msgstr "Exporting clients" - -#: ../../../../lib/SP/Services/Export/XmlExportService.php:427 -msgid "Exportando etiquetas" -msgstr "Exporting tags" - -#: ../../../../lib/SP/Services/Export/XmlExportService.php:471 -msgid "Exportando cuentas" -msgstr "Exporting accounts" - -#: ../../../../lib/SP/Services/Export/XmlExportService.php:581 -msgid "Error al crear el archivo XML" -msgstr "Error while creating the XML file" - -#: ../../../../lib/SP/Services/Export/XmlVerifyService.php:110 -#: ../../../../lib/SP/Services/Import/XmlFileImport.php:81 -msgid "No es posible procesar el archivo XML" -msgstr "Unable to process the XML file" - -#: ../../../../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/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 "Wrong encryption password" - -#: ../../../../lib/SP/Services/Import/CsvImport.php:50 -#, php-format -msgid "Formato detectado: %s" -msgstr "Detected 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 "Wrong number of fields (%d)" - -#: ../../../../lib/SP/Services/Import/CsvImportBase.php:132 -#: ../../../../lib/SP/Services/Import/CsvImportBase.php:178 -#, php-format -msgid "Compruebe el formato del archivo CSV en línea %s" -msgstr "Please, check the CSV file format in line %s" - -#: ../../../../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/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:190 -#: ../../../modules/api/Controllers/AccountController.php:241 -#: ../../../modules/api/Controllers/AccountController.php:316 -#: ../../../modules/web/Controllers/AccountController.php:227 -#: ../../../modules/web/Controllers/AccountController.php:749 -#: ../../../modules/web/Controllers/AccountController.php:796 -#: ../../../modules/web/Controllers/AccountController.php:839 -#: ../../../modules/web/Controllers/AccountController.php:880 -#: ../../../modules/web/Controllers/AccountController.php:932 -#: ../../../modules/web/Controllers/AccountController.php:968 -#: ../../../modules/web/Controllers/AccountFileController.php:259 -#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:121 -#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:158 -#: ../../../modules/web/Controllers/AccountManagerController.php:151 -#: ../../../modules/web/Controllers/ClientController.php:225 -#: ../../../modules/web/Controllers/ClientController.php:259 -#: ../../../modules/web/Controllers/ClientController.php:297 -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:233 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:114 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:105 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:109 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:41 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:47 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:57 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:59 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:34 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:40 -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:35 -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:41 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:80 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:32 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:36 -msgid "Cliente" -msgstr "Client" - -#: ../../../../lib/SP/Services/Import/CsvImportBase.php:166 -msgid "Error importando cuenta" -msgstr "Error while importing the account" - -#: ../../../../lib/SP/Services/Import/CsvImportBase.php:167 -msgid "Error procesando línea" -msgstr "Error while processing line" - -#: ../../../../lib/SP/Services/Import/FileImport.php:67 -#: ../../../../lib/SP/Services/Import/FileImport.php:88 -msgid "Archivo no subido correctamente" -msgstr "File successfully uploaded" - -#: ../../../../lib/SP/Services/Import/FileImport.php:69 -#: ../../../../lib/SP/Services/Import/FileImport.php:90 -msgid "Verifique los permisos del usuario del servidor web" -msgstr "Please check the web server user permissions" - -#: ../../../../lib/SP/Services/Import/FileImport.php:100 -#: ../../../modules/web/Controllers/AccountFileController.php:209 -msgid "Tipo de archivo no soportado" -msgstr "File type not allowed" - -#: ../../../../lib/SP/Services/Import/FileImport.php:102 -msgid "Compruebe la extensión del archivo" -msgstr "Please, check the file extension" - -#: ../../../../lib/SP/Services/Import/FileImport.php:116 -#: ../../../modules/web/Controllers/AccountFileController.php:224 -#: ../../../modules/web/Controllers/AccountFileController.php:244 -msgid "Error interno al leer el archivo" -msgstr "Internal error while reading the file" - -#: ../../../../lib/SP/Services/Import/FileImport.php:118 -msgid "Compruebe la configuración de PHP para subir archivos" -msgstr "Please, check PHP configuration for upload files" - -#: ../../../../lib/SP/Services/Import/ImportService.php:89 -#, php-format -msgid "Tipo mime no soportado (\"%s\")" -msgstr "Mime type not supported (\"%s\")" - -#: ../../../../lib/SP/Services/Import/ImportService.php:91 -msgid "Compruebe el formato del archivo" -msgstr "Please, check the file format" - -#: ../../../../lib/SP/Services/Import/ImportTrait.php:106 -msgid "Id de categoría no definido. No es posible importar cuenta." -msgstr "Category Id not set. Unable to import account." - -#: ../../../../lib/SP/Services/Import/ImportTrait.php:110 -msgid "Id de cliente no definido. No es posible importar cuenta." -msgstr "Client Id not set. Unable to import account." - -#: ../../../../lib/SP/Services/Import/KeepassImport.php:58 -msgid "Importación XML KeePass" -msgstr "KeePass XML Import" - -#: ../../../../lib/SP/Services/Import/KeepassImport.php:77 -#: ../../../modules/api/Controllers/ClientController.php:93 -#: ../../../modules/api/Controllers/ClientController.php:98 -#: ../../../modules/web/Controllers/ClientController.php:258 -#: ../../../modules/web/Controllers/ClientController.php:262 -msgid "Cliente creado" -msgstr "Client added" - -#: ../../../../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/KeepassImport.php:104 -#: ../../../modules/web/Controllers/CategoryController.php:228 -#: ../../../modules/web/Controllers/CategoryController.php:264 -#: ../../../modules/web/Controllers/CategoryController.php:306 -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:247 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:115 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:106 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:72 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:74 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:45 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:51 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:103 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:105 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:70 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:49 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:51 -msgid "Categoría" -msgstr "Category" - -#: ../../../../lib/SP/Services/Import/SyspassImport.php:58 -msgid "Importación XML sysPass" -msgstr "sysPass XML Import" - -#: ../../../../lib/SP/Services/Import/SyspassImport.php:69 -msgid "Clave de encriptación no indicada" -msgstr "Encryption password not set" - -#: ../../../../lib/SP/Services/Import/SyspassImport.php:162 -msgid "Datos desencriptados" -msgstr "Data unencrypted" - -#: ../../../../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/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/XmlFileImport.php:105 -msgid "Archivo XML no soportado" -msgstr "XML file not supported" - -#: ../../../../lib/SP/Services/Import/XmlFileImport.php:107 -msgid "No es posible detectar la aplicación que exportó los datos" -msgstr "Unable to guess the application which data was exported from" - -#: ../../../../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/Import/XmlImportBase.php:107 -#: ../../../../lib/SP/Services/Import/XmlImportTrait.php:78 -msgid "Método inválido" -msgstr "Invalid Method" - -#: ../../../../lib/SP/Services/Import/XmlImportBase.php:119 -#: ../../../../lib/SP/Services/Import/XmlImportTrait.php:68 -msgid "Formato de XML inválido" -msgstr "Invalid XML format" - -#: ../../../../lib/SP/Services/Import/XmlImportBase.php:121 -#: ../../../../lib/SP/Services/Import/XmlImportTrait.php:70 -#, php-format -msgid "El nodo \"%s\" no existe" -msgstr "\"%s\" node doesn't exist" - -#: ../../../../lib/SP/Services/Install/Installer.php:106 -msgid "Indicar nombre de usuario admin" -msgstr "Please, enter the admin username" - -#: ../../../../lib/SP/Services/Install/Installer.php:108 -msgid "Usuario admin para acceso a la aplicación" -msgstr "Admin user to log into the application" - -#: ../../../../lib/SP/Services/Install/Installer.php:113 -msgid "Indicar la clave de admin" -msgstr "Please, enter the admin's password" - -#: ../../../../lib/SP/Services/Install/Installer.php:115 -msgid "Clave del usuario admin de la aplicación" -msgstr "Application administrator's password" - -#: ../../../../lib/SP/Services/Install/Installer.php:120 -msgid "Indicar la clave maestra" -msgstr "Please, enter the Master Password" - -#: ../../../../lib/SP/Services/Install/Installer.php:122 -msgid "Clave maestra para encriptar las claves" -msgstr "Master password to encrypt the passwords" - -#: ../../../../lib/SP/Services/Install/Installer.php:127 -msgid "Clave maestra muy corta" -msgstr "Master password too short" - -#: ../../../../lib/SP/Services/Install/Installer.php:129 -msgid "La longitud de la clave maestra ha de ser mayor de 11 caracteres" -msgstr "The Master Password length need to be at least 11 characters" - -#: ../../../../lib/SP/Services/Install/Installer.php:134 -msgid "Indicar el usuario de la BBDD" -msgstr "Please, enter the database user" - -#: ../../../../lib/SP/Services/Install/Installer.php:136 -msgid "Usuario con permisos de administrador de la Base de Datos" -msgstr "An user with database administrative rights" - -#: ../../../../lib/SP/Services/Install/Installer.php:141 -msgid "Indicar la clave de la BBDD" -msgstr "Please, enter the database password" - -#: ../../../../lib/SP/Services/Install/Installer.php:143 -msgid "Clave del usuario administrador de la Base de Datos" -msgstr "Database administrator's password" - -#: ../../../../lib/SP/Services/Install/Installer.php:148 -msgid "Indicar el nombre de la BBDD" -msgstr "Please, enter the database name" - -#: ../../../../lib/SP/Services/Install/Installer.php:150 -msgid "Nombre para la BBDD de la aplicación pej. syspass" -msgstr "Application database name. eg. syspass" - -#: ../../../../lib/SP/Services/Install/Installer.php:155 -msgid "El nombre de la BBDD no puede contener \".\"" -msgstr "Database name cannot contain \".\"" - -#: ../../../../lib/SP/Services/Install/Installer.php:157 -msgid "Elimine los puntos del nombre de la Base de Datos" -msgstr "Please, remove dots in database name" - -#: ../../../../lib/SP/Services/Install/Installer.php:162 -msgid "Indicar el servidor de la BBDD" -msgstr "Please, enter the database server" - -#: ../../../../lib/SP/Services/Install/Installer.php:164 -msgid "Servidor donde se instalará la Base de Datos" -msgstr "Server where the database will be installed" - -#: ../../../../lib/SP/Services/Install/Installer.php:318 -#: ../../../../lib/SP/Services/Install/Installer.php:369 -msgid "Informe al desarrollador" -msgstr "Warn to developer" - -#: ../../../../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: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 -#: ../../../modules/web/Controllers/ErrorController.php:139 -msgid "No es posible conectar con la BD" -msgstr "Unable to connect to DB" - -#: ../../../../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:137 -msgid "Compruebe los permisos del usuario de conexión a la BD" -msgstr "Please, check the DB connection user rights" - -#: ../../../../lib/SP/Services/Install/MySQL.php:181 -#, php-format -msgid "Error al crear el usuario de conexión a MySQL '%s'" -msgstr "Error while creating the MySQL connection user '%s'" - -#: ../../../../lib/SP/Services/Install/MySQL.php:201 -msgid "La BBDD ya existe" -msgstr "The database already exists" - -#: ../../../../lib/SP/Services/Install/MySQL.php:203 -msgid "Indique una nueva Base de Datos o elimine la existente" -msgstr "Please, enter a new database or delete the existing one" - -#: ../../../../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:215 -#: ../../../../lib/SP/Services/Install/MySQL.php:239 -msgid "Verifique los permisos del usuario de la Base de Datos" -msgstr "Please check the database user permissions" - -#: ../../../../lib/SP/Services/Install/MySQL.php:237 -#, php-format -msgid "Error al establecer permisos de la BBDD ('%s')" -msgstr "Error while setting the database permissions ('%s')" - -#: ../../../../lib/SP/Services/Install/MySQL.php:251 -msgid "La BBDD no existe" -msgstr "The database does not exist" - -#: ../../../../lib/SP/Services/Install/MySQL.php:253 -msgid "Es necesario crearla y asignar los permisos necesarios" -msgstr "You need to create it and assign the needed permissions" - -#: ../../../../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/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 "" -"Unable to use the database to create the structure. Please check the " -"permissions and it does not exist." - -#: ../../../../lib/SP/Services/Install/MySQL.php:331 -msgid "Error al crear la estructura de la Base de Datos." -msgstr "Error while creating database structure." - -#: ../../../../lib/SP/Services/Install/MySQL.php:363 -msgid "Error al comprobar la base de datos" -msgstr "Error while checking the database" - -#: ../../../../lib/SP/Services/Install/MySQL.php:365 -msgid "Intente de nuevo la instalación" -msgstr "Please, try the installation again" - -#: ../../../../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/Ldap/LdapImportService.php:109 -#: ../../../../lib/SP/Services/Ldap/LdapImportService.php:196 -msgid "Objetos encontrados" -msgstr "Objects found" - -#: ../../../../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:66 -msgid "Prueba de correo" -msgstr "Mail test" - -#: ../../../../lib/SP/Services/Mail/MailService.php:67 -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/Mail/MailService.php:81 -#: ../../../../lib/SP/Services/Mail/MailService.php:151 -#: ../../../modules/web/plugins/Authenticator/src/lib/Controllers/AuthenticatorController.php:353 -msgid "Error al enviar correo" -msgstr "Error while sending the email" - -#: ../../../../lib/SP/Services/Mail/MailService.php:141 -#: ../../../modules/web/Controllers/ConfigMailController.php:146 -#: ../../../modules/web/Controllers/ConfigMailController.php:152 -msgid "Correo enviado" -msgstr "Email sent" - -#: ../../../../lib/SP/Services/Mail/MailService.php:142 -#: ../../../modules/web/Controllers/ConfigMailController.php:147 -msgid "Destinatario" -msgstr "Recipient" - -#: ../../../../lib/SP/Services/Mail/MailService.php:186 -msgid "Servicio de correo no disponible" -msgstr "Mail service unavailable" - -#: ../../../../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 not found" - -#: ../../../../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 not found" - -#: ../../../../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 not found" - -#: ../../../../lib/SP/Services/PublicLink/PublicLinkService.php:238 -msgid "Error al eliminar los enlaces" -msgstr "Error while removing the links" - -#: ../../../../lib/SP/Services/Service.php:109 -msgid "Rollback" -msgstr "Rollback" - -#: ../../../../lib/SP/Services/Service.php:115 -msgid "No es posible iniciar una transacción" -msgstr "Unable to start a transaction" - -#: ../../../../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" - -#: ../../../../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/Tag/TagService.php:75 -#: ../../../../lib/SP/Services/Tag/TagService.php:94 -#: ../../../../lib/SP/Services/Tag/TagService.php:111 -msgid "Etiqueta no encontrada" -msgstr "Tag not found" - -#: ../../../../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: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:162 -#, php-format -msgid "Intentos excedidos (%d/%d)" -msgstr "Attempts exceeded (%d/%d)" - -#: ../../../../lib/SP/Services/Track/TrackService.php:163 -msgid "Segundos" -msgstr "Seconds" - -#: ../../../../lib/SP/Services/Track/TrackService.php:208 -msgid "Dirección IP no establecida" -msgstr "IP address not set" - -#: ../../../../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/UpgradeAppService.php:70 -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: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" - -#: ../../../../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/Services/Upgrade/UpgradeAuthToken.php:70 -#: ../../../modules/web/Controllers/AuthTokenController.php:305 -#: ../../../modules/web/Controllers/AuthTokenController.php:314 -#: ../../../modules/web/Controllers/AuthTokenController.php:321 -msgid "Autorización actualizada" -msgstr "Authorization updated" - -#: ../../../../lib/SP/Services/Upgrade/UpgradeAuthToken.php:71 -#: ../../../modules/web/Controllers/AuthTokenController.php:234 -#: ../../../modules/web/Controllers/AuthTokenController.php:306 -#: ../../../modules/web/Controllers/AuthTokenController.php:315 -#: ../../../modules/web/Controllers/AuthTokenController.php:356 -msgid "Autorización" -msgstr "Authorization" - -#: ../../../../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 "Update Configuration" - -#: ../../../../lib/SP/Services/Upgrade/UpgradeConfigService.php:82 -msgid "Parámetro" -msgstr "Parameter" - -#: ../../../../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:122 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:49 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:34 -msgid "Versión" -msgstr "Version" - -#: ../../../../lib/SP/Services/Upgrade/UpgradeConfigService.php:121 -#: ../../../../lib/SP/Services/Upgrade/UpgradeConfigService.php:125 -msgid "Error al actualizar la configuración" -msgstr "Error while updating the configuration" - -#: ../../../../lib/SP/Services/Upgrade/UpgradeConfigService.php:122 -#: ../../../modules/web/Controllers/AccountFileController.php:88 -#: ../../../modules/web/Controllers/AccountFileController.php:104 -#: ../../../modules/web/Controllers/AccountFileController.php:141 -#: ../../../modules/web/Controllers/AccountFileController.php:257 -#: ../../../modules/web/Controllers/AccountFileController.php:364 -#: ../../../modules/web/Controllers/ConfigBackupController.php:163 -#: ../../../modules/web/Controllers/ConfigBackupController.php:209 -#: ../../../modules/web/Controllers/ConfigBackupController.php:255 -#: ../../../modules/web/Controllers/ConfigGeneralController.php:195 -#: ../../../modules/web/Controllers/ConfigGeneralController.php:236 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:72 -msgid "Archivo" -msgstr "File" - -#: ../../../../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/UpgradeCustomFieldData.php:74 -#: ../../../../lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:87 -#: ../../../../lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:156 -#: ../../../modules/web/Controllers/CustomFieldController.php:287 -#: ../../../modules/web/Controllers/CustomFieldController.php:291 -msgid "Campo actualizado" -msgstr "Field updated" - -#: ../../../../lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:88 -#: ../../../../lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:157 -#: ../../../modules/web/Controllers/CustomFieldController.php:249 -#: ../../../modules/web/Controllers/CustomFieldController.php:288 -msgid "Campo" -msgstr "Field" - -#: ../../../../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:96 -msgid "Error al aplicar la actualización auxiliar" -msgstr "Error while applying an auxiliary update" - -#: ../../../../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:152 -#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:154 -msgid "El archivo de actualización no contiene datos" -msgstr "Update file does not contain data" - -#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:185 -msgid "Actualización de la Base de Datos realizada correctamente." -msgstr "Database updating was completed successfully." - -#: ../../../../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:89 -#: ../../../modules/web/Controllers/PublicLinkController.php:180 -msgid "Enlace actualizado" -msgstr "Link updated" - -#: ../../../../lib/SP/Services/Upgrade/UpgradePublicLink.php:90 -#: ../../../modules/web/Controllers/PublicLinkController.php:255 -msgid "Enlace" -msgstr "Link" - -#: ../../../../lib/SP/Services/User/UpdatedMasterPassException.php:45 -#: ../../../../lib/SP/Util/ErrorUtil.php:165 -#: ../../../modules/web/Controllers/ConfigEncryptionController.php:73 -#: ../../../modules/web/Controllers/ConfigEncryptionController.php:147 -#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 -msgid "Reinicie la sesión para cambiarla" -msgstr "Please, restart the session for update it" - -#: ../../../../lib/SP/Services/User/UserPassService.php:256 -#: ../../../../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 "User does not exist" - -#: ../../../../lib/SP/Services/User/UserService.php:192 -#: ../../../modules/web/plugins/Authenticator/src/lib/Controllers/AuthenticatorController.php:263 -#: ../../../modules/web/plugins/Authenticator/src/lib/Controllers/AuthenticatorController.php:366 -msgid "Usuario no encontrado" -msgstr "User not found" - -#: ../../../../lib/SP/Services/UserGroup/UserGroupService.php:80 -#: ../../../../lib/SP/Services/UserGroup/UserGroupService.php:98 -#: ../../../../lib/SP/Services/UserGroup/UserGroupService.php:187 -#: ../../../../lib/SP/Services/UserGroup/UserToUserGroupService.php:57 -msgid "Grupo no encontrado" -msgstr "Group not found" - -#: ../../../../lib/SP/Services/UserGroup/UserGroupService.php:115 -msgid "Error al eliminar los grupos" -msgstr "Error while deleting the groups" - -#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:65 -#: ../../../modules/web/Controllers/UserController.php:235 -#: ../../../modules/web/Controllers/UserController.php:356 -#: ../../../modules/web/Controllers/UserPassResetController.php:107 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:238 -msgid "Cambio de Clave" -msgstr "Password Change" - -#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:66 -msgid "Se ha solicitado el cambio de su clave de usuario." -msgstr "A request for changing your user password has been done." - -#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:68 -msgid "Para completar el proceso es necesario que acceda a la siguiente URL:" -msgstr "In order to complete the process, please go to this URL:" - -#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:72 -msgid "Si no ha solicitado esta acción, ignore este mensaje." -msgstr "If you have not requested this action, please dismiss this message." - -#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:87 -#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:155 -msgid "Hash inválido o expirado" -msgstr "Wrong hash or expired" - -#: ../../../../lib/SP/Services/UserProfile/UserProfileService.php:65 -#: ../../../../lib/SP/Services/UserProfile/UserProfileService.php:97 -msgid "Perfil no encontrado" -msgstr "Profile not found" - -#: ../../../../lib/SP/Services/Wiki/DokuWikiApi.php:68 -msgid "Fallo de autentificación" -msgstr "Authentication error" - -#: ../../../../lib/SP/Services/Wiki/DokuWikiApiBase.php:196 -msgid "Error al realizar la consulta" -msgstr "Error while doing the query" - -#: ../../../../lib/SP/Services/Wiki/DokuWikiApiBase.php:228 -msgid "URL de conexión no establecida" -msgstr "Connection URL not set" - -#: ../../../../lib/SP/Storage/Database/Database.php:131 -msgid "Consulta en blanco" -msgstr "Blank query" - -#: ../../../../lib/SP/Storage/Database/Database.php:259 -msgid "Restricción de integridad" -msgstr "Integrity constraint" - -#: ../../../../lib/SP/Storage/Database/MySQLHandler.php:99 -#: ../../../../lib/SP/Storage/Database/MySQLHandler.php:166 -msgid "Compruebe los datos de conexión" -msgstr "Please, check the connection parameters" - -#: ../../../../lib/SP/Storage/Database/QueryData.php:354 -#: ../../../config/strings.js.inc:26 -msgid "Error en la consulta" -msgstr "Error while querying" - -#: ../../../../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:72 -#: ../../../../lib/SP/Storage/File/FileHandler.php:135 -#, 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:89 -#, php-format -msgid "No es posible abrir el archivo (%s)" -msgstr "Unable to open the file (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:104 -#: ../../../../lib/SP/Storage/File/FileHandler.php:118 -#, php-format -msgid "No es posible leer desde el archivo (%s)" -msgstr "Unable to read from file (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:173 -#, php-format -msgid "No es posible cerrar el archivo (%s)" -msgstr "Unable to close the file (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:219 -#, php-format -msgid "No es posible escribir el archivo (%s)" -msgstr "Unable to write in file (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:234 -#, php-format -msgid "Archivo no encontrado (%s)" -msgstr "File not found (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:259 -#: ../../../../lib/SP/Storage/File/FileHandler.php:314 -#, php-format -msgid "No es posible leer el archivo (%s)" -msgstr "Unable to read/write file (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:286 -#, php-format -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 "XML node does not exist" - -#: ../../../../lib/SP/Storage/File/XmlHandler.php:167 -msgid "No hay elementos para guardar" -msgstr "There aren't any items to save" - -#: ../../../../lib/SP/Util/Connection.php:157 -msgid "Socket no inicializado" -msgstr "Socket not initialized" - -#: ../../../../lib/SP/Util/Connection.php:164 -msgid "Error al enviar datos" -msgstr "Error while sending the data" - -#: ../../../../lib/SP/Util/ErrorUtil.php:148 -msgid "Opción no disponible" -msgstr "Option unavailable" - -#: ../../../../lib/SP/Util/ErrorUtil.php:168 -#: ../../../../lib/SP/Util/ErrorUtil.php:175 -msgid "Se ha producido una excepción" -msgstr "An exception occured" - -#: ../../../../lib/SP/Util/ImageUtil.php:65 -msgid "Imagen no válida" -msgstr "Invalid image" - -#: ../../../modules/api/Controllers/AccountController.php:70 -msgid "Cuenta visualizada" -msgstr "Account displayed" - -#: ../../../modules/api/Controllers/AccountController.php:102 -#: ../../../modules/web/Controllers/AccountController.php:573 -#: ../../../modules/web/Controllers/AccountController.php:631 -msgid "Clave visualizada" -msgstr "Password viewed" - -#: ../../../modules/api/Controllers/AccountController.php:138 -#: ../../../modules/api/Controllers/AccountController.php:144 -#: ../../../modules/web/Controllers/AccountController.php:837 -#: ../../../modules/web/Controllers/AccountController.php:848 -#: ../../../modules/web/Controllers/UserController.php:428 -#: ../../../modules/web/Controllers/UserController.php:432 -#: ../../../modules/web/Controllers/UserPassResetController.php:196 -#: ../../../modules/web/Controllers/UserPassResetController.php:200 -msgid "Clave actualizada" -msgstr "Password updated" - -#: ../../../modules/api/Controllers/AccountController.php:188 -#: ../../../modules/api/Controllers/AccountController.php:194 -#: ../../../modules/web/Controllers/AccountController.php:747 -#: ../../../modules/web/Controllers/AccountController.php:758 -msgid "Cuenta creada" -msgstr "Account created" - -#: ../../../modules/api/Controllers/AccountController.php:239 -#: ../../../modules/api/Controllers/AccountController.php:245 -#: ../../../modules/web/Controllers/AccountController.php:794 -#: ../../../modules/web/Controllers/AccountController.php:805 -msgid "Cuenta actualizada" -msgstr "Account updated" - -#: ../../../modules/api/Controllers/AccountController.php:314 -#: ../../../modules/api/Controllers/AccountController.php:320 -#: ../../../modules/web/Controllers/AccountController.php:930 -#: ../../../modules/web/Controllers/AccountController.php:935 -#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:119 -#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:124 -#: ../../../modules/web/Controllers/AccountManagerController.php:149 -#: ../../../modules/web/Controllers/AccountManagerController.php:154 -msgid "Cuenta eliminada" -msgstr "Account removed" - -#: ../../../modules/api/Controllers/CategoryController.php:62 -msgid "Categoría visualizada" -msgstr "Category displayed" - -#: ../../../modules/api/Controllers/CategoryController.php:91 -#: ../../../modules/api/Controllers/CategoryController.php:96 -#: ../../../modules/web/Controllers/CategoryController.php:263 -#: ../../../modules/web/Controllers/CategoryController.php:267 -msgid "Categoría creada" -msgstr "Category added" - -#: ../../../modules/api/Controllers/CategoryController.php:121 -#: ../../../modules/api/Controllers/CategoryController.php:126 -#: ../../../modules/web/Controllers/CategoryController.php:305 -#: ../../../modules/web/Controllers/CategoryController.php:309 -msgid "Categoría actualizada" -msgstr "Category updated" - -#: ../../../modules/api/Controllers/CategoryController.php:150 -#: ../../../modules/api/Controllers/CategoryController.php:155 -#: ../../../modules/web/Controllers/CategoryController.php:227 -#: ../../../modules/web/Controllers/CategoryController.php:231 -msgid "Categoría eliminada" -msgstr "Category deleted" - -#: ../../../modules/api/Controllers/ClientController.php:63 -msgid "Cliente visualizado" -msgstr "Client displayed" - -#: ../../../modules/api/Controllers/ClientController.php:124 -#: ../../../modules/api/Controllers/ClientController.php:129 -#: ../../../modules/web/Controllers/ClientController.php:296 -#: ../../../modules/web/Controllers/ClientController.php:300 -msgid "Cliente actualizado" -msgstr "Client updated" - -#: ../../../modules/api/Controllers/ClientController.php:153 -#: ../../../modules/api/Controllers/ClientController.php:158 -#: ../../../modules/web/Controllers/ClientController.php:224 -#: ../../../modules/web/Controllers/ClientController.php:228 -msgid "Cliente eliminado" -msgstr "Client deleted" - -#: ../../../modules/api/Controllers/ConfigController.php:57 -#: ../../../modules/web/Controllers/ConfigBackupController.php:68 -msgid "Copia de la aplicación y base de datos realizada correctamente" -msgstr "Application and database backup completed successfully" - -#: ../../../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/ConfigController.php:61 -#: ../../../modules/web/Controllers/ConfigBackupController.php:71 -msgid "Proceso de backup finalizado" -msgstr "Backup process finished" - -#: ../../../modules/api/Controllers/ConfigController.php:82 -#: ../../../modules/web/Controllers/ConfigBackupController.php:96 -msgid "Exportación de sysPass en XML" -msgstr "sysPass XML export" - -#: ../../../modules/api/Controllers/ConfigController.php:91 -#: ../../../modules/api/Controllers/ConfigController.php:94 -#: ../../../modules/web/Controllers/ConfigBackupController.php:106 -#: ../../../modules/web/Controllers/ConfigBackupController.php:134 -msgid "Proceso de exportación finalizado" -msgstr "Export process finished" - -#: ../../../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:105 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:144 -msgid "Id de la cuenta" -msgstr "Account 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's password" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:56 -msgid "Devolver detalles en la respuesta" -msgstr "Send details in the response" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:69 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:85 -#: ../../../modules/api/Controllers/Help/ConfigHelp.php:55 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:74 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:80 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:91 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:89 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:92 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:101 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:155 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:163 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:42 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:293 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:296 -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:81 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:170 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:119 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:126 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:253 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:260 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:45 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:52 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:59 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:100 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:108 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:45 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:52 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:35 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:98 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:27 -msgid "Clave" -msgstr "Password" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:70 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:91 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:114 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:97 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:114 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:181 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:88 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:90 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:243 -msgid "Fecha Caducidad Clave" -msgstr "Password Expiry Date" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:82 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:106 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:36 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:52 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:29 -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:30 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:73 -msgid "Nombre de cuenta" -msgstr "Account name" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:83 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:107 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:43 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:66 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:91 -msgid "Id de categoría" -msgstr "Category Id" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:84 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:108 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:43 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:67 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:93 -msgid "Id de cliente" -msgstr "Client Id" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:86 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:109 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:109 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:149 -msgid "Usuario de acceso" -msgstr "Access user" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:87 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:110 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:96 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:136 -msgid "URL o IP de acceso" -msgstr "Access URL or IP" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:88 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:111 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:134 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:85 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:207 -msgid "Notas sobre la cuenta" -msgstr "Notes about the account" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:89 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:112 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:198 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:119 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:29 -msgid "Cuenta Privada" -msgstr "Private Account" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:90 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:113 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:217 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:48 -msgid "Cuenta Privada Grupo" -msgstr "Private Account for Group" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:92 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:115 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:252 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:254 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:13 -msgid "Cuenta Vinculada" -msgstr "Linked Account" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:93 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:116 -msgid "Array con Ids de etiquetas" -msgstr "Array with tags id" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:94 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:117 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:43 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:67 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:93 -msgid "Id de grupo" -msgstr "Group Id" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:128 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:79 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:81 -#: ../../../modules/api/Controllers/Help/TagHelp.php:77 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:81 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:26 -msgid "Texto a buscar" -msgstr "Text to search for" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:129 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:80 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:82 -#: ../../../modules/api/Controllers/Help/TagHelp.php:78 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:82 -msgid "Número de resultados a mostrar" -msgstr "Number of results to display" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:130 -msgid "Id de categoría a filtrar" -msgstr "Category Id to filter on" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:131 -msgid "Id de cliente a filtrar" -msgstr "Client Id to filter on" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:132 -msgid "Array con Ids de etiquetas a filtrar" -msgstr "Array with tags id for filtering" - -#: ../../../modules/api/Controllers/Help/AccountHelp.php:133 -msgid "Operador de filtrado" -msgstr "Filtering operator" - -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:54 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:67 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:29 -msgid "Nombre de la categoría" -msgstr "Category name" - -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:55 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:68 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:41 -msgid "Descripción de la categoría" -msgstr "Category description" - -#: ../../../modules/api/Controllers/Help/ClientHelp.php:54 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:68 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:30 -msgid "Nombre del cliente" -msgstr "Client name" - -#: ../../../modules/api/Controllers/Help/ClientHelp.php:55 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:69 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:43 -msgid "Descripción del cliente" -msgstr "Client description" - -#: ../../../modules/api/Controllers/Help/ClientHelp.php:56 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:70 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:152 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:66 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:99 -msgid "Global" -msgstr "Global" - -#: ../../../modules/api/Controllers/Help/TagHelp.php:43 -#: ../../../modules/api/Controllers/Help/TagHelp.php:65 -#: ../../../modules/api/Controllers/Help/TagHelp.php:89 -msgid "Id de etiqueta" -msgstr "Tag Id" - -#: ../../../modules/api/Controllers/Help/TagHelp.php:54 -#: ../../../modules/api/Controllers/Help/TagHelp.php:66 -#: ../../../modules/web/themes/material-blue/views/itemshow/tag.inc:29 -msgid "Nombre de la etiqueta" -msgstr "Tag name" - -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:54 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:68 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:31 -msgid "Nombre del grupo" -msgstr "Group name" - -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:55 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:69 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:44 -msgid "Descripción del grupo" -msgstr "Group description" - -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:56 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:70 -msgid "Array con Ids de usuarios" -msgstr "Array with users Id" - -#: ../../../modules/api/Controllers/TagController.php:61 -msgid "Etiqueta visualizada" -msgstr "Tag displayed" - -#: ../../../modules/api/Controllers/TagController.php:89 -#: ../../../modules/api/Controllers/TagController.php:94 -#: ../../../modules/web/Controllers/TagController.php:243 -msgid "Etiqueta creada" -msgstr "Tag added" - -#: ../../../modules/api/Controllers/TagController.php:118 -#: ../../../modules/api/Controllers/TagController.php:123 -#: ../../../modules/web/Controllers/TagController.php:276 -msgid "Etiqueta actualizada" -msgstr "Tag updated" - -#: ../../../modules/api/Controllers/TagController.php:147 -#: ../../../modules/api/Controllers/TagController.php:152 -#: ../../../modules/web/Controllers/TagController.php:215 -msgid "Etiqueta eliminada" -msgstr "Tag removed" - -#: ../../../modules/api/Controllers/UserGroupController.php:61 -msgid "Grupo visualizado" -msgstr "Group viewed" - -#: ../../../modules/api/Controllers/UserGroupController.php:91 -#: ../../../modules/api/Controllers/UserGroupController.php:96 -#: ../../../modules/web/Controllers/UserGroupController.php:273 -#: ../../../modules/web/Controllers/UserGroupController.php:277 -msgid "Grupo creado" -msgstr "Group added" - -#: ../../../modules/api/Controllers/UserGroupController.php:122 -#: ../../../modules/api/Controllers/UserGroupController.php:127 -#: ../../../modules/web/Controllers/UserGroupController.php:314 -#: ../../../modules/web/Controllers/UserGroupController.php:318 -msgid "Grupo actualizado" -msgstr "Group updated" - -#: ../../../modules/api/Controllers/UserGroupController.php:151 -#: ../../../modules/api/Controllers/UserGroupController.php:156 -#: ../../../modules/web/Controllers/UserGroupController.php:237 -#: ../../../modules/web/Controllers/UserGroupController.php:241 -msgid "Grupo eliminado" -msgstr "Group deleted" - -#: ../../../modules/api/Init.php:146 -msgid "Es necesario actualizar" -msgstr "Updating needed" - -#: ../../../modules/web/Controllers/AccountController.php:149 -#: ../../../modules/web/Controllers/AccountController.php:204 -#: ../../../modules/web/Controllers/AccountController.php:489 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:60 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:61 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:164 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:165 -#: ../../../modules/web/themes/material-blue/views/account/linkedAccounts.inc:28 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:58 -msgid "Detalles de Cuenta" -msgstr "Account Details" - -#: ../../../modules/web/Controllers/AccountController.php:225 -msgid "Enlace visualizado" -msgstr "Link viewed" - -#: ../../../modules/web/Controllers/AccountController.php:226 -#: ../../../modules/web/Controllers/AccountController.php:574 -#: ../../../modules/web/Controllers/AccountController.php:632 -#: ../../../modules/web/Controllers/AccountController.php:674 -#: ../../../modules/web/Controllers/AccountController.php:711 -#: ../../../modules/web/Controllers/AccountController.php:748 -#: ../../../modules/web/Controllers/AccountController.php:795 -#: ../../../modules/web/Controllers/AccountController.php:838 -#: ../../../modules/web/Controllers/AccountController.php:879 -#: ../../../modules/web/Controllers/AccountController.php:931 -#: ../../../modules/web/Controllers/AccountController.php:967 -#: ../../../modules/web/Controllers/AccountFileController.php:258 -#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:120 -#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:157 -#: ../../../modules/web/Controllers/AccountManagerController.php:150 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:108 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:25 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:30 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:21 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:23 -msgid "Cuenta" -msgstr "Account" - -#: ../../../modules/web/Controllers/AccountController.php:228 -msgid "Agente" -msgstr "Agent" - -#: ../../../modules/web/Controllers/AccountController.php:229 -msgid "HTTPS" -msgstr "HTTPS" - -#: ../../../modules/web/Controllers/AccountController.php:230 -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:104 -msgid "IP" -msgstr "IP" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountController.php:261 -#: ../../../modules/web/Controllers/AccountController.php:307 -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:274 -#: ../../../config/actions.xml:157 -msgid "Nueva Cuenta" -msgstr "New Account" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountController.php:353 -#: ../../../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:20 -#: ../../../config/actions.xml:163 -msgid "Editar Cuenta" -msgstr "Edit Account" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountController.php:400 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:334 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:335 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:181 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:182 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:177 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:178 -#: ../../../config/actions.xml:169 ../../../config/actions.xml:487 -#: ../../../config/actions.xml:799 -msgid "Eliminar Cuenta" -msgstr "Remove Account" - -#: ../../../modules/web/Controllers/AccountController.php:445 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:155 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:156 -msgid "Modificar Clave de Cuenta" -msgstr "Edit Account Password" - -#: ../../../modules/web/Controllers/AccountController.php:673 -#: ../../../modules/web/Controllers/AccountController.php:710 -msgid "Clave copiada" -msgstr "Password copied" - -#: ../../../modules/web/Controllers/AccountController.php:878 -#: ../../../modules/web/Controllers/AccountController.php:889 -#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:156 -#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:161 -msgid "Cuenta restaurada" -msgstr "Account restored" - -#: ../../../modules/web/Controllers/AccountController.php:916 -#: ../../../modules/web/Controllers/AccountController.php:919 -#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:108 -#: ../../../modules/web/Controllers/AccountHistoryManagerController.php:111 -#: ../../../modules/web/Controllers/AccountManagerController.php:135 -#: ../../../modules/web/Controllers/AccountManagerController.php:138 -msgid "Cuentas eliminadas" -msgstr "Accounts removed" - -#: ../../../modules/web/Controllers/AccountController.php:958 -#: ../../../modules/web/Forms/NotificationForm.php:106 -msgid "Es necesaria una descripción" -msgstr "A description is needed" - -#: ../../../modules/web/Controllers/AccountController.php:966 -msgid "Solicitante" -msgstr "Requester" - -#: ../../../modules/web/Controllers/AccountController.php:969 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:105 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:129 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:108 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:36 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:37 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:61 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:68 -msgid "Descripción" -msgstr "Description" - -#: ../../../modules/web/Controllers/AccountController.php:982 -msgid "Solicitud realizada" -msgstr "Request done" - -#: ../../../modules/web/Controllers/AccountFavoriteController.php:55 -msgid "Favorito añadido" -msgstr "Favorite added" - -#: ../../../modules/web/Controllers/AccountFavoriteController.php:73 -msgid "Favorito eliminado" -msgstr "Favorite deleted" - -#: ../../../modules/web/Controllers/AccountFileController.php:74 -#: ../../../modules/web/Controllers/AccountFileController.php:135 -msgid "El archivo no existe" -msgstr "File does not exist" - -#: ../../../modules/web/Controllers/AccountFileController.php:87 -#: ../../../modules/web/Controllers/AccountFileController.php:103 -msgid "Archivo visualizado" -msgstr "File viewed" - -#: ../../../modules/web/Controllers/AccountFileController.php:115 -#: ../../../config/strings.js.inc:40 -msgid "Archivo no soportado para visualizar" -msgstr "File not supported for preview" - -#: ../../../modules/web/Controllers/AccountFileController.php:140 -#: ../../../modules/web/Controllers/ConfigBackupController.php:162 -#: ../../../modules/web/Controllers/ConfigBackupController.php:208 -#: ../../../modules/web/Controllers/ConfigBackupController.php:254 -#: ../../../modules/web/Controllers/ConfigGeneralController.php:194 -#: ../../../modules/web/Controllers/ConfigGeneralController.php:235 -#: ../../../config/strings.js.inc:97 -msgid "Archivo descargado" -msgstr "File downloaded" - -#: ../../../modules/web/Controllers/AccountFileController.php:186 -msgid "CONSULTA INVÁLIDA" -msgstr "INVALID QUERY" - -#: ../../../modules/web/Controllers/AccountFileController.php:192 -msgid "No hay extensiones permitidas" -msgstr "There aren't any allowed extensions" - -#: ../../../modules/web/Controllers/AccountFileController.php:211 -#, php-format -msgid "Extensión: %s" -msgstr "Extension: %s" - -#: ../../../modules/web/Controllers/AccountFileController.php:216 -msgid "Archivo inválido" -msgstr "Invalid file" - -#: ../../../modules/web/Controllers/AccountFileController.php:218 -#, php-format -msgid "Archivo: %s" -msgstr "File: %s" - -#: ../../../modules/web/Controllers/AccountFileController.php:226 -#, php-format -msgid "Máximo tamaño: %s" -msgstr "Maximum size: %s" - -#: ../../../modules/web/Controllers/AccountFileController.php:234 -msgid "Tamaño de archivo superado" -msgstr "File size exceeded" - -#: ../../../modules/web/Controllers/AccountFileController.php:236 -#, php-format -msgid "Máximo tamaño: %d KB" -msgstr "Maximum size: %d KB" - -#: ../../../modules/web/Controllers/AccountFileController.php:256 -#: ../../../modules/web/Controllers/AccountFileController.php:265 -msgid "Archivo guardado" -msgstr "File saved" - -#: ../../../modules/web/Controllers/AccountFileController.php:261 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:110 -msgid "Tamaño" -msgstr "Size" - -#: ../../../modules/web/Controllers/AccountFileController.php:355 -#: ../../../modules/web/Controllers/AccountFileController.php:358 -msgid "Archivos eliminados" -msgstr "Files deleted" - -#: ../../../modules/web/Controllers/AccountFileController.php:363 -msgid "Archivo eliminado" -msgstr "File deleted" - -#: ../../../modules/web/Controllers/AccountFileController.php:369 -msgid "Archivo Eliminado" -msgstr "File Deleted" - -#: ../../../modules/web/Controllers/AccountFileController.php:405 -msgid "Gestión de archivos deshabilitada" -msgstr "Files management disabled" - -#: ../../../modules/web/Controllers/AccountFileController.php:424 -msgid "No hay archivos asociados a la cuenta" -msgstr "There are no linked files for the account" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountManagerController.php:216 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:198 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:199 -#: ../../../config/actions.xml:493 -msgid "Actualización Masiva" -msgstr "Bulk Update" - -#: ../../../modules/web/Controllers/AuthTokenController.php:114 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:155 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:156 -msgid "Nueva Autorización" -msgstr "New Authorization" - -#: ../../../modules/web/Controllers/AuthTokenController.php:179 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:190 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:191 -msgid "Editar Autorización" -msgstr "Edit Authorization" - -#: ../../../modules/web/Controllers/AuthTokenController.php:220 -#: ../../../modules/web/Controllers/AuthTokenController.php:223 -msgid "Autorizaciones eliminadas" -msgstr "Authorizations deleted" - -#: ../../../modules/web/Controllers/AuthTokenController.php:233 -#: ../../../modules/web/Controllers/AuthTokenController.php:237 -msgid "Autorización eliminada" -msgstr "Authorization deleted" - -#: ../../../modules/web/Controllers/AuthTokenController.php:269 -msgid "Autorización creada" -msgstr "Authorization added" - -#: ../../../modules/web/Controllers/AuthTokenController.php:347 -msgid "Ver Autorización" -msgstr "View Authorization" - -#: ../../../modules/web/Controllers/AuthTokenController.php:355 -msgid "Autorización visualizada" -msgstr "Authorization viewed" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/CategoryController.php:109 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:152 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:153 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:118 -#: ../../../config/actions.xml:307 -msgid "Nueva Categoría" -msgstr "New Category" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/CategoryController.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:170 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:171 -#: ../../../config/actions.xml:313 -msgid "Editar Categoría" -msgstr "Edit Category" - -#: ../../../modules/web/Controllers/CategoryController.php:214 -#: ../../../modules/web/Controllers/CategoryController.php:217 -msgid "Categorías eliminadas" -msgstr "Categories deleted" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/CategoryController.php:335 -#: ../../../config/actions.xml:301 -msgid "Ver Categoría" -msgstr "View Category" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/ClientController.php:110 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:155 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:156 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:93 -#: ../../../config/actions.xml:337 -msgid "Nuevo Cliente" -msgstr "New Client" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/ClientController.php:174 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:174 -#: ../../../config/actions.xml:343 -msgid "Editar Cliente" -msgstr "Edit Client" - -#: ../../../modules/web/Controllers/ClientController.php:213 -#: ../../../modules/web/Controllers/ClientController.php:216 -msgid "Clientes eliminados" -msgstr "Clients deleted" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/ClientController.php:326 -#: ../../../config/actions.xml:331 -msgid "Ver Cliente" -msgstr "View Client" - -#: ../../../modules/web/Controllers/ConfigAccountController.php:74 -msgid "El tamaño máximo por archivo es de 16MB" -msgstr "Maximum size per file is 16MB" - -#: ../../../modules/web/Controllers/ConfigAccountController.php:82 -msgid "Archivos habilitados" -msgstr "Files enabled" - -#: ../../../modules/web/Controllers/ConfigAccountController.php:87 -msgid "Archivos deshabilitados" -msgstr "Files disabled" - -#: ../../../modules/web/Controllers/ConfigAccountController.php:100 -msgid "Enlaces públicos habilitados" -msgstr "Public links enabled" - -#: ../../../modules/web/Controllers/ConfigAccountController.php:105 -msgid "Enlaces públicos deshabilitados" -msgstr "Public links disabled" - -#: ../../../modules/web/Controllers/ConfigBackupController.php:57 -#: ../../../modules/web/Controllers/ConfigBackupController.php:195 -#: ../../../modules/web/Controllers/ConfigBackupController.php:241 -#: ../../../modules/web/Controllers/ConfigEncryptionController.php:97 -#: ../../../modules/web/Controllers/ConfigEncryptionController.php:159 -#: ../../../modules/web/Controllers/ConfigGeneralController.php:183 -#: ../../../modules/web/Controllers/ConfigGeneralController.php:229 -#: ../../../modules/web/Controllers/ConfigImportController.php:59 -#: ../../../modules/web/Controllers/ConfigLdapController.php:226 -#: ../../../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 "Ey, this is a DEMO!!" - -#: ../../../modules/web/Controllers/ConfigBackupController.php:90 -#: ../../../modules/web/Controllers/UserPassResetController.php:183 -#: ../../../modules/web/Forms/AccountForm.php:135 -#: ../../../modules/web/Forms/UserForm.php:161 -msgid "Las claves no coinciden" -msgstr "Passwords do not match" - -#: ../../../modules/web/Controllers/ConfigBackupController.php:121 -msgid "Verificación de datos exportados finalizada" -msgstr "Verification of exported data finished" - -#: ../../../modules/web/Controllers/ConfigBackupController.php:123 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:128 -#: ../../../modules/web/themes/material-blue/views/common/aux-customfields.inc:17 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:90 -msgid "Encriptado" -msgstr "Encrypted" - -#: ../../../modules/web/Controllers/ConfigBackupController.php:123 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:140 -msgid "Sí" -msgstr "Yes" - -#: ../../../modules/web/Controllers/ConfigBackupController.php:123 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:140 -msgid "No" -msgstr "No" - -#: ../../../modules/web/Controllers/ConfigBackupController.php:127 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:94 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:211 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:213 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:94 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:314 -msgid "Etiquetas" -msgstr "Tags" - -#: ../../../modules/web/Controllers/ConfigEncryptionController.php:77 -msgid "Clave maestra no indicada" -msgstr "Master password not entered" - -#: ../../../modules/web/Controllers/ConfigEncryptionController.php:81 -msgid "Se ha de confirmar el cambio de clave" -msgstr "The password update must be confirmed" - -#: ../../../modules/web/Controllers/ConfigEncryptionController.php:85 -msgid "Las claves son idénticas" -msgstr "Passwords are the same" - -#: ../../../modules/web/Controllers/ConfigEncryptionController.php:89 -msgid "Las claves maestras no coinciden" -msgstr "Master passwords do not match" - -#: ../../../modules/web/Controllers/ConfigEncryptionController.php:93 -msgid "La clave maestra actual no coincide" -msgstr "The current master password does not match" - -#: ../../../modules/web/Controllers/ConfigEncryptionController.php:143 -msgid "Error al guardar el hash de la clave maestra" -msgstr "Error while saving the Master Password's hash" - -#: ../../../modules/web/Controllers/ConfigEncryptionController.php:166 -#: ../../../modules/web/Controllers/ConfigEncryptionController.php:168 -msgid "Hash de clave maestra actualizado" -msgstr "Master password hash updated" - -#: ../../../modules/web/Controllers/ConfigEncryptionController.php:175 -msgid "Error al actualizar el hash de la clave maestra" -msgstr "Error while updating the master password hash" - -#: ../../../modules/web/Controllers/ConfigEncryptionController.php:199 -#: ../../../modules/web/Controllers/ConfigEncryptionController.php:205 -#: ../../../modules/web/Controllers/ConfigEncryptionController.php:209 -msgid "Clave temporal generada" -msgstr "Temporary password generated" - -#: ../../../modules/web/Controllers/ConfigEncryptionController.php:199 -msgid "Email enviado" -msgstr "Email sent" - -#: ../../../modules/web/Controllers/ConfigEncryptionController.php:205 -msgid "Error al enviar email" -msgstr "Error while sending the email" - -#: ../../../modules/web/Controllers/ConfigGeneralController.php:96 -msgid "Faltan parámetros de syslog remoto" -msgstr "Missing remote syslog parameters" - -#: ../../../modules/web/Controllers/ConfigGeneralController.php:104 -msgid "Syslog remoto habilitado" -msgstr "Remote syslog enabled" - -#: ../../../modules/web/Controllers/ConfigGeneralController.php:109 -msgid "Syslog remoto deshabilitado" -msgstr "Remote syslog disabled" - -#: ../../../modules/web/Controllers/ConfigGeneralController.php:122 -msgid "Faltan parámetros de Proxy" -msgstr "Missing Proxy parameters " - -#: ../../../modules/web/Controllers/ConfigGeneralController.php:136 -msgid "Proxy habiltado" -msgstr "Proxy enabled" - -#: ../../../modules/web/Controllers/ConfigGeneralController.php:141 -msgid "Proxy deshabilitado" -msgstr "Proxy disabled" - -#: ../../../modules/web/Controllers/ConfigGeneralController.php:160 -msgid "Auth Basic habilitada" -msgstr "Auth Basic enabled" - -#: ../../../modules/web/Controllers/ConfigGeneralController.php:166 -msgid "Auth Basic deshabiltada" -msgstr "Auth Basic disabled" - -#: ../../../modules/web/Controllers/ConfigImportController.php:78 -msgid "Cuentas importadas" -msgstr "Accounts imported" - -#: ../../../modules/web/Controllers/ConfigImportController.php:82 -#: ../../../modules/web/Controllers/ConfigLdapController.php:268 -msgid "Importación finalizada" -msgstr "Import finished" - -#: ../../../modules/web/Controllers/ConfigImportController.php:85 -msgid "No se importaron cuentas" -msgstr "No accounts were imported" - -#: ../../../modules/web/Controllers/ConfigLdapController.php:71 -#: ../../../modules/web/Controllers/ConfigLdapController.php:143 -#: ../../../modules/web/Controllers/ConfigLdapController.php:181 -msgid "Faltan parámetros de LDAP" -msgstr "Missing LDAP parameters" - -#: ../../../modules/web/Controllers/ConfigLdapController.php:90 -msgid "LDAP habiltado" -msgstr "LDAP enabled" - -#: ../../../modules/web/Controllers/ConfigLdapController.php:95 -msgid "LDAP deshabilitado" -msgstr "LDAP disabled" - -#: ../../../modules/web/Controllers/ConfigLdapController.php:97 -#: ../../../modules/web/Controllers/ConfigMailController.php:106 -#: ../../../modules/web/plugins/Authenticator/src/lib/Controllers/AuthenticatorController.php:238 -#: ../../../config/strings.js.inc:80 -msgid "Sin cambios" -msgstr "No changes" - -#: ../../../modules/web/Controllers/ConfigLdapController.php:117 -#: ../../../modules/web/Controllers/ConfigLdapController.php:246 -msgid "Parámetros de LDAP incorrectos" -msgstr "Wrong LDAP parameters" - -#: ../../../modules/web/Controllers/ConfigLdapController.php:153 -#: ../../../modules/web/Controllers/ConfigLdapController.php:197 -msgid "Resultados" -msgstr "Results" - -#: ../../../modules/web/Controllers/ConfigLdapController.php:159 -#: ../../../modules/web/Controllers/ConfigLdapController.php:204 -#, php-format -msgid "Objetos encontrados: %d" -msgstr "Objects found: %d" - -#: ../../../modules/web/Controllers/ConfigLdapController.php:253 -msgid "Importación LDAP" -msgstr "LDAP Import" - -#: ../../../modules/web/Controllers/ConfigLdapController.php:272 -msgid "No se encontraron objetos para sincronizar" -msgstr "There aren't any objects to synchronize" - -#: ../../../modules/web/Controllers/ConfigLdapController.php:277 -msgid "Importación de usuarios de LDAP realizada" -msgstr "LDAP users import finished" - -#: ../../../modules/web/Controllers/ConfigLdapController.php:279 -#, php-format -msgid "Usuarios importados: %d / %d" -msgstr "Imported users: %d / %d" - -#: ../../../modules/web/Controllers/ConfigLdapController.php:280 -#, php-format -msgid "Errores: %d" -msgstr "Errors: %d" - -#: ../../../modules/web/Controllers/ConfigMailController.php:72 -#: ../../../modules/web/Controllers/ConfigMailController.php:133 -msgid "Faltan parámetros de Correo" -msgstr "Missing Mail parameters" - -#: ../../../modules/web/Controllers/ConfigMailController.php:97 -msgid "Correo habiltado" -msgstr "Mail enabled" - -#: ../../../modules/web/Controllers/ConfigMailController.php:104 -msgid "Correo deshabilitado" -msgstr "Mail disabled" - -#: ../../../modules/web/Controllers/ConfigMailController.php:153 -msgid "Compruebe su buzón de correo" -msgstr "Please, check your inbox" - -#: ../../../modules/web/Controllers/ConfigManagerController.php:160 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:134 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:20 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:18 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:446 -msgid "General" -msgstr "General" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/ConfigManagerController.php:189 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:29 -#: ../../../config/actions.xml:37 -msgid "Wiki" -msgstr "Wiki" - -#: ../../../modules/web/Controllers/ConfigManagerController.php:208 -msgid "LDAP" -msgstr "LDAP" - -#: ../../../modules/web/Controllers/ConfigManagerController.php:234 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:12 -msgid "Correo" -msgstr "Mail" - -#: ../../../modules/web/Controllers/ConfigManagerController.php:273 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:462 -msgid "Encriptación" -msgstr "Encryption" - -#: ../../../modules/web/Controllers/ConfigManagerController.php:301 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:61 -msgid "No se encontraron backups" -msgstr "There aren't any backups available" - -#: ../../../modules/web/Controllers/ConfigManagerController.php:311 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:132 -msgid "No se encontró archivo de exportación" -msgstr "No export file found" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/ConfigManagerController.php:314 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:24 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:78 -#: ../../../config/actions.xml:739 -msgid "Copia de Seguridad" -msgstr "Backup" - -#: ../../../modules/web/Controllers/ConfigManagerController.php:331 -msgid "Importar Cuentas" -msgstr "Import Accounts" - -#: ../../../modules/web/Controllers/ConfigManagerController.php:353 -msgid "No instalado" -msgstr "Not installed" - -#: ../../../modules/web/Controllers/ConfigManagerController.php:363 -#: ../../../modules/web/themes/material-blue/inc/Icons.php:63 -msgid "Información" -msgstr "Information" - -#: ../../../modules/web/Controllers/ConfigWikiController.php:63 -msgid "Faltan parámetros de Wiki" -msgstr "Missing Wiki parameters" - -#: ../../../modules/web/Controllers/ConfigWikiController.php:73 -msgid "Wiki habiltada" -msgstr "Wiki enabled" - -#: ../../../modules/web/Controllers/ConfigWikiController.php:78 -msgid "Wiki deshabilitada" -msgstr "Wiki disabled" - -#: ../../../modules/web/Controllers/ConfigWikiController.php:91 -msgid "Faltan parámetros de DokuWiki" -msgstr "Missing DokuWiki parameters" - -#: ../../../modules/web/Controllers/ConfigWikiController.php:103 -msgid "DokuWiki habilitada" -msgstr "DokuWiki enabled" - -#: ../../../modules/web/Controllers/ConfigWikiController.php:108 -msgid "DokuWiki deshabilitada" -msgstr "DokuWiki disabled" - -#: ../../../modules/web/Controllers/CustomFieldController.php:111 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:159 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:160 -msgid "Nuevo Campo" -msgstr "New Field" - -#: ../../../modules/web/Controllers/CustomFieldController.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:177 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:178 -msgid "Editar Campo" -msgstr "Edit Field" - -#: ../../../modules/web/Controllers/CustomFieldController.php:209 -#: ../../../modules/web/Controllers/CustomFieldController.php:212 -msgid "Campos eliminados" -msgstr "Fields deleted" - -#: ../../../modules/web/Controllers/CustomFieldController.php:218 -msgid "Campo eliminado" -msgstr "Field deleted" - -#: ../../../modules/web/Controllers/CustomFieldController.php:248 -#: ../../../modules/web/Controllers/CustomFieldController.php:252 -msgid "Campo creado" -msgstr "Field added" - -#: ../../../modules/web/Controllers/CustomFieldController.php:317 -msgid "Ver Campo" -msgstr "View Field" - -#: ../../../modules/web/Controllers/ErrorController.php:107 -msgid "Aplicación en mantenimiento" -msgstr "Application on maintenance" - -#: ../../../modules/web/Controllers/ErrorController.php:108 -msgid "En breve estará operativa" -msgstr "It will be running shortly" - -#: ../../../modules/web/Controllers/ErrorController.php:123 -msgid "Error en la verificación de la base de datos" -msgstr "Error while checking the database" - -#: ../../../modules/web/Controllers/EventlogController.php:127 -#: ../../../modules/web/Controllers/EventlogController.php:130 -msgid "Registro de eventos vaciado" -msgstr "Event log cleared" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:89 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:90 -msgid "Ver Actual" -msgstr "View Current" - -#: ../../../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:123 -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:67 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:360 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:173 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:310 -#: ../../../modules/web/themes/material-blue/views/config/general.inc:28 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:91 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:193 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:295 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:440 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:206 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:294 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:211 -msgid "Atrás" -msgstr "Back" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:196 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:197 -msgid "Solicitar Modificación" -msgstr "Request Modification" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:217 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:218 -msgid "Restaurar cuenta desde este punto" -msgstr "Restore account from this point" - -#: ../../../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:130 -msgid "Guardar" -msgstr "Save" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:354 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:355 -#: ../../../config/actions.xml:439 -msgid "Actualizar Enlace Público" -msgstr "Update Public Link" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:377 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:378 -#: ../../../config/actions.xml:433 -msgid "Eliminar Enlace Público" -msgstr "Delete Public Link" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:397 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:398 -#: ../../../config/actions.xml:421 -msgid "Crear Enlace Público" -msgstr "Create Public Link" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:418 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:419 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:463 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:464 -#: ../../../modules/web/themes/material-blue/inc/Icons.php:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:69 -#: ../../../config/actions.xml:175 ../../../config/actions.xml:265 -msgid "Ver Clave" -msgstr "View password" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:440 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:441 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:485 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:486 -msgid "Copiar Clave en Portapapeles" -msgstr "Copy Password to Clipboard" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:508 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:509 -#: ../../../config/actions.xml:193 -msgid "Copiar Cuenta" -msgstr "Copy Account" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:69 -#: ../../../config/strings.js.inc:72 -msgid "Clave de Cuenta" -msgstr "Account Password" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:177 -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:178 -msgid "Más Acciones" -msgstr "More Actions" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:234 -msgid "Ordenar por Cliente" -msgstr "Sort by Client" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:241 -msgid "Ordenar por Nombre" -msgstr "Sort by Name" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:248 -msgid "Ordenar por Categoría" -msgstr "Sort by Category" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:255 -msgid "Ordenar por Usuario" -msgstr "Sort by Username" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:261 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:52 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:58 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:88 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:56 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:62 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:128 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:81 -msgid "URL / IP" -msgstr "URL / IP" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:262 -msgid "Ordenar por URL / IP" -msgstr "Sort by URL / IP" - -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:79 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:80 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:70 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:71 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:74 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:71 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:71 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:75 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:76 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:90 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:91 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:74 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:75 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:74 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:82 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:83 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:74 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:74 -msgid "Eliminar Seleccionados" -msgstr "Delete Selected" - -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:116 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:158 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:42 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:44 -msgid "Propietario" -msgstr "Owner" - -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:117 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:175 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:50 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:52 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:79 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:81 -msgid "Grupo Principal" -msgstr "Main Group" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:149 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:145 -#: ../../../config/actions.xml:499 ../../../config/actions.xml:805 -msgid "Buscar Cuenta" -msgstr "Search for Account" - -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:92 -msgid "Cuentas (H)" -msgstr "Accounts (H)" - -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:126 -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:100 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:106 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:122 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:190 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:251 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:48 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:55 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:38 -msgid "Fecha" -msgstr "Date" - -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:108 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:130 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:109 -msgid "Estado" -msgstr "Status" - -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:129 -msgid "Modificada" -msgstr "Modified" - -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:130 -msgid "Eliminada" -msgstr "Removed" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:160 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:161 -#: ../../../config/actions.xml:187 ../../../config/actions.xml:811 -msgid "Restaurar Cuenta" -msgstr "Account Restore" - -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:95 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:362 -msgid "Autorizaciones API" -msgstr "API Authorizations" - -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:140 -msgid "Buscar Token" -msgstr "Search for Token" - -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:174 -msgid "Ver token de Autorización" -msgstr "View Authorization token" - -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:207 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:208 -msgid "Eliminar Autorización" -msgstr "Delete Authorization" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:137 -#: ../../../config/actions.xml:325 -msgid "Buscar Categoría" -msgstr "Search for Category" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:187 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:188 -#: ../../../config/actions.xml:319 -msgid "Eliminar Categoría" -msgstr "Delete Category" - -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:123 -#: ../../../config/strings.js.inc:66 -msgid "SI" -msgstr "YES" - -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:123 -#: ../../../config/strings.js.inc:67 -msgid "NO" -msgstr "NO" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:140 -#: ../../../config/actions.xml:355 -msgid "Buscar Cliente" -msgstr "Search for Client" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:190 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:191 -#: ../../../config/actions.xml:349 -msgid "Eliminar Cliente" -msgstr "Delete Client" - -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:95 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:33 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:346 -msgid "Campos Personalizados" -msgstr "Custom Fields" - -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:108 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:49 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:51 -msgid "Módulo" -msgstr "Module" - -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:110 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:120 -msgid "Propiedades" -msgstr "Properties" - -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:144 -msgid "Buscar Campo" -msgstr "Search for Field" - -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:194 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:195 -msgid "Eliminar Campo" -msgstr "Delete Field" - -#. (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 "Event Log" - -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:99 -#: ../../../modules/web/Controllers/ItemPresetController.php:289 -#: ../../../modules/web/Controllers/ItemPresetController.php:324 -#: ../../../modules/web/Controllers/ItemPresetController.php:365 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:97 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:99 -msgid "ID" -msgstr "ID" - -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:100 -msgid "Fecha / Hora" -msgstr "Date / Time" - -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:101 -msgid "Nivel" -msgstr "Level" - -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:102 -msgid "Evento" -msgstr "Event" - -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:103 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:117 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:50 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:33 -msgid "Login" -msgstr "Login" - -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:165 -msgid "Buscar Evento" -msgstr "Search for Events" - -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:181 -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:182 -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:178 -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:179 -msgid "Refrescar" -msgstr "Refresh" - -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:199 -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:200 -msgid "Vaciar registro de eventos" -msgstr "Clear the event log out" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:94 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:41 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:280 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:150 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:410 -#: ../../../config/actions.xml:19 -msgid "Archivos" -msgstr "Files" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:145 -#: ../../../config/actions.xml:475 -msgid "Buscar Archivo" -msgstr "Search for File" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:160 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:161 -#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:51 -#: ../../../config/actions.xml:205 ../../../config/actions.xml:451 -msgid "Ver Archivo" -msgstr "View File" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:178 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:179 -#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:42 -#: ../../../config/actions.xml:217 ../../../config/actions.xml:457 -msgid "Descargar Archivo" -msgstr "Download File" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:198 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:199 -#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:34 -#: ../../../config/actions.xml:223 ../../../config/actions.xml:463 -msgid "Eliminar Archivo" -msgstr "Delete File" - -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:97 -msgid "Valores Predeterminados" -msgstr "Preset Values" - -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:112 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:118 -#: ../../../modules/web/Controllers/UserProfileController.php:228 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:65 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:67 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:70 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:129 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:131 -msgid "Perfil" -msgstr "Profile" - -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:113 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:83 -msgid "Prioridad" -msgstr "Priority" - -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:114 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:120 -msgid "Forzado" -msgstr "Forced" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:148 -#: ../../../config/actions.xml:859 -msgid "Buscar Valor" -msgstr "Search for Value" - -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:163 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:66 -msgid "Valor de Permiso" -msgstr "Permission Preset" - -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:164 -msgid "Nuevo Valor de Permiso" -msgstr "New Permission Preset" - -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:187 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:86 -msgid "Valor de Cuenta Privada" -msgstr "Private Account Preset" - -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:188 -msgid "Nuevo Valor de Cuenta Privada" -msgstr "New Private Account Preset" - -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:211 -#: ../../../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:212 -msgid "Nuevo Valor de Timeout de Sesión" -msgstr "New Session Timeout Preset" - -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:235 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:117 -msgid "Valor de Clave de Cuentas" -msgstr "Account Password Preset" - -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:236 -msgid "Nuevo Valor de Clave de Cuentas" -msgstr "New Account Password Preset" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:259 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:260 -#: ../../../modules/web/Controllers/ItemPresetController.php:239 -#: ../../../config/actions.xml:877 -msgid "Editar Valor" -msgstr "Edit Value" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:276 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:277 -#: ../../../config/actions.xml:883 -msgid "Eliminar Valor" -msgstr "Delete Value" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:113 -#: ../../../modules/web/themes/material-blue/inc/Icons.php:65 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:106 -#: ../../../modules/web/themes/material-blue/views/notification/index.inc:1 -#: ../../../config/actions.xml:685 -msgid "Notificaciones" -msgstr "Notifications" - -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:128 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:35 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:42 -msgid "Componente" -msgstr "Component" - -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:150 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:111 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:115 -msgid "Leída" -msgstr "Read" - -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:151 -msgid "Sólo Admins" -msgstr "Only Admins" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:168 -#: ../../../config/actions.xml:847 -msgid "Buscar Notificación" -msgstr "Search for Notification" - -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:183 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:184 -#: ../../../modules/web/Controllers/NotificationController.php:194 -msgid "Nueva Notificación" -msgstr "New Notification" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:201 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:202 -#: ../../../modules/web/Controllers/NotificationController.php:113 -#: ../../../config/actions.xml:817 -msgid "Ver Notificación" -msgstr "View Notification" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:231 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:232 -#: ../../../config/actions.xml:841 -msgid "Marcar Notificación" -msgstr "Checkout Notification" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:249 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:250 -#: ../../../modules/web/Controllers/NotificationController.php:226 -#: ../../../config/actions.xml:829 -msgid "Editar Notificación" -msgstr "Edit Notification" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:266 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:267 -#: ../../../config/actions.xml:835 -msgid "Eliminar Notificación" -msgstr "Delete Notification" - -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:96 -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:330 -#: ../../../modules/web/themes/material-blue/views/plugin/index.inc:1 -msgid "Plugins" -msgstr "Plugins" - -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:125 -msgid "No disponible" -msgstr "Unavailable" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:141 -#: ../../../config/actions.xml:547 -msgid "Buscar Plugin" -msgstr "Search for Plugin" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:156 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:157 -#: ../../../modules/web/Controllers/PluginController.php:136 -#: ../../../config/actions.xml:541 -msgid "Ver Plugin" -msgstr "View Plugin" - -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:174 -msgid "Habilitar" -msgstr "Enable" - -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:192 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:193 -msgid "Deshabilitar" -msgstr "Disable" - -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:211 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:212 -msgid "Restablecer Datos" -msgstr "Reset Data" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:231 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:232 -#: ../../../config/actions.xml:571 -msgid "Eliminar Plugin" -msgstr "Delete Plugin" - -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:96 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:49 -msgid "Enlaces" -msgstr "Links" - -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:110 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:49 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:51 -msgid "Fecha Creación" -msgstr "Creation Date" - -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:111 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:195 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:57 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:59 -msgid "Fecha Caducidad" -msgstr "Expiry Date " - -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:113 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:36 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:39 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:43 -msgid "Notificar" -msgstr "Notify" - -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:114 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:14 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:16 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:197 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:73 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:75 -msgid "Visitas" -msgstr "Visits" - -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:149 -msgid "Buscar Enlace" -msgstr "Search for Link" - -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:164 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:165 -msgid "Nuevo Enlace" -msgstr "New Link" - -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:182 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:183 -#: ../../../modules/web/Controllers/PublicLinkController.php:357 -msgid "Ver Enlace" -msgstr "View Link" - -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:198 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:199 -msgid "Renovar Enlace" -msgstr "Renew Link" - -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:215 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:216 -msgid "Eliminar Enlace" -msgstr "Delete Link" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:135 -#: ../../../config/actions.xml:529 -msgid "Buscar Etiqueta" -msgstr "Search for Tag" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:150 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:151 -#: ../../../modules/web/Controllers/TagController.php:108 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:226 -#: ../../../config/actions.xml:505 -msgid "Nueva Etiqueta" -msgstr "New Tag" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:168 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:169 -#: ../../../modules/web/Controllers/TagController.php:168 -#: ../../../config/actions.xml:517 -msgid "Editar Etiqueta" -msgstr "Edit Tag" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:185 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:186 -#: ../../../config/actions.xml:523 -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:162 -#: ../../../config/actions.xml:895 -msgid "Buscar Track" -msgstr "Search for track" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:156 -#: ../../../config/actions.xml:607 -msgid "Buscar Usuario" -msgstr "Search for User" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:171 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:172 -#: ../../../modules/web/Controllers/UserController.php:115 -#: ../../../config/actions.xml:583 -msgid "Nuevo Usuario" -msgstr "New User" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:189 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:190 -#: ../../../modules/web/Controllers/UserController.php:200 -#: ../../../config/actions.xml:589 -msgid "Editar Usuario" -msgstr "Edit User" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:206 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:207 -#: ../../../config/actions.xml:595 -msgid "Eliminar Usuario" -msgstr "Delete User" - -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:223 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:224 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:460 -msgid "Importar usuarios de LDAP" -msgstr "Import users from LDAP" - -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:241 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:242 -msgid "Ver Detalles de Usuario" -msgstr "View User Details" - -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:258 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:259 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:63 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:116 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:122 -msgid "Cambiar Clave de Usuario" -msgstr "Change User's Password" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:138 -#: ../../../config/actions.xml:637 -msgid "Buscar Grupo" -msgstr "Search for Group" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:153 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:154 -#: ../../../modules/web/Controllers/UserGroupController.php:117 -#: ../../../config/actions.xml:619 -msgid "Nuevo Grupo" -msgstr "New Group" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:171 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:172 -#: ../../../modules/web/Controllers/UserGroupController.php:344 -#: ../../../config/actions.xml:613 -msgid "Ver Grupo" -msgstr "View Group" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:188 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:189 -#: ../../../modules/web/Controllers/UserGroupController.php:188 -#: ../../../config/actions.xml:625 -msgid "Editar Grupo" -msgstr "Edit Group" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:205 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:206 -#: ../../../config/actions.xml:631 -msgid "Eliminar Grupo" -msgstr "Delete Group" - -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:95 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:282 -msgid "Perfiles" -msgstr "Profiles" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:136 -#: ../../../config/actions.xml:667 -msgid "Buscar Perfil" -msgstr "Search for Profile" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:151 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:152 -#: ../../../modules/web/Controllers/UserProfileController.php:110 -#: ../../../config/actions.xml:649 -msgid "Nuevo Perfil" -msgstr "New Profile" - -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:169 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:170 -msgid "Ver Detalles de Perfil" -msgstr "View Profile Details" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:186 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:187 -#: ../../../modules/web/Controllers/UserProfileController.php:177 -#: ../../../config/actions.xml:655 -msgid "Editar Perfil" -msgstr "Edit Profile" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:203 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:204 -#: ../../../config/actions.xml:661 -msgid "Eliminar Perfil" -msgstr "Delete Profile" - -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:261 -#: ../../../modules/web/themes/material-blue/inc/Icons.php:58 -msgid "Buscar" -msgstr "Search" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:344 -#: ../../../modules/web/themes/material-blue/inc/Icons.php:61 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:24 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:27 -#: ../../../config/actions.xml:691 -msgid "Configuración" -msgstr "Configuration" - -#: ../../../modules/web/Controllers/InstallController.php:59 -msgid "Módulo no disponible" -msgstr "Module unavailable" - -#: ../../../modules/web/Controllers/InstallController.php:60 -msgid "Sin este módulo la aplicación puede no funcionar correctamente." -msgstr "Without this module the application could not run correctly" - -#: ../../../modules/web/Controllers/InstallController.php:89 -msgid "Instalación finalizada" -msgstr "Installation finished" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/ItemPresetController.php:73 -#: ../../../config/actions.xml:865 -msgid "Ver Valor" -msgstr "Display Value" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/ItemPresetController.php:207 -#: ../../../config/actions.xml:871 -msgid "Nuevo Valor" -msgstr "New Value" - -#: ../../../modules/web/Controllers/ItemPresetController.php:277 -#: ../../../modules/web/Controllers/ItemPresetController.php:280 -msgid "Valores eliminados" -msgstr "Values deleted" - -#: ../../../modules/web/Controllers/ItemPresetController.php:288 -#: ../../../modules/web/Controllers/ItemPresetController.php:292 -msgid "Valor eliminado" -msgstr "Value deleted" - -#: ../../../modules/web/Controllers/ItemPresetController.php:322 -#: ../../../modules/web/Controllers/ItemPresetController.php:327 -msgid "Valor creado" -msgstr "Value created" - -#: ../../../modules/web/Controllers/ItemPresetController.php:363 -#: ../../../modules/web/Controllers/ItemPresetController.php:368 -msgid "Valor actualizado" -msgstr "Value updated" - -#: ../../../modules/web/Controllers/ItemsController.php:130 -msgid "No hay no hay notificaciones pendientes" -msgstr "There aren't any pending notifications" - -#: ../../../modules/web/Controllers/ItemsController.php:131 -#, php-format -msgid "Hay notificaciones pendientes: %d" -msgstr "There are pending notifications: %d" - -#: ../../../modules/web/Controllers/LoginController.php:121 -msgid "Finalizar sesión" -msgstr "Logout session" - -#: ../../../modules/web/Controllers/LoginController.php:123 -msgid "Tiempo inactivo" -msgstr "Inactive time" - -#: ../../../modules/web/Controllers/LoginController.php:124 -msgid "Tiempo total" -msgstr "Total time" - -#: ../../../modules/web/Controllers/NotificationController.php:268 -#: ../../../modules/web/Controllers/NotificationController.php:271 -msgid "Notificaciones eliminadas" -msgstr "Notifications deleted" - -#: ../../../modules/web/Controllers/NotificationController.php:283 -#: ../../../modules/web/Controllers/NotificationController.php:287 -msgid "Notificación eliminada" -msgstr "Notification deleted" - -#: ../../../modules/web/Controllers/NotificationController.php:316 -#: ../../../modules/web/Controllers/NotificationController.php:320 -msgid "Notificación leída" -msgstr "Notification read" - -#: ../../../modules/web/Controllers/NotificationController.php:348 -#: ../../../modules/web/Controllers/NotificationController.php:351 -msgid "Notificación creada" -msgstr "Notification created" - -#: ../../../modules/web/Controllers/NotificationController.php:383 -#: ../../../modules/web/Controllers/NotificationController.php:386 -msgid "Notificación actualizada" -msgstr "Notification updated" - -#: ../../../modules/web/Controllers/PluginController.php:199 -#: ../../../modules/web/Controllers/PluginController.php:202 -msgid "Plugin habilitado" -msgstr "Plugin enabled" - -#: ../../../modules/web/Controllers/PluginController.php:253 -#: ../../../modules/web/Controllers/PluginController.php:256 -msgid "Plugin restablecido" -msgstr "Plugin reset" - -#: ../../../modules/web/Controllers/PluginController.php:285 -msgid "Plugins eliminados" -msgstr "Plugins deleted" - -#: ../../../modules/web/Controllers/PluginController.php:291 -msgid "Plugin eliminado" -msgstr "Plugin deleted" - -#: ../../../modules/web/Controllers/PublicLinkController.php:114 -msgid "Nuevo Enlace Público" -msgstr "New Public Link" - -#: ../../../modules/web/Controllers/PublicLinkController.php:204 -msgid "Editar Enlace Público" -msgstr "Edit Public Link" - -#: ../../../modules/web/Controllers/PublicLinkController.php:243 -#: ../../../modules/web/Controllers/PublicLinkController.php:246 -msgid "Enlaces eliminados" -msgstr "Links deleted" - -#: ../../../modules/web/Controllers/PublicLinkController.php:254 -#: ../../../modules/web/Controllers/PublicLinkController.php:258 -msgid "Enlace eliminado" -msgstr "Link deleted" - -#: ../../../modules/web/Controllers/PublicLinkController.php:286 -#: ../../../modules/web/Controllers/PublicLinkController.php:323 -msgid "Enlace creado" -msgstr "Link created" - -#: ../../../modules/web/Controllers/StatusController.php:93 -msgid "Versión no disponible" -msgstr "Version unavailable" - -#: ../../../modules/web/Controllers/StatusController.php:140 -msgid "Notificaciones no disponibles" -msgstr "Notifications not available" - -#: ../../../modules/web/Controllers/TagController.php:207 -msgid "Etiquetas eliminadas" -msgstr "Tags deleted" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/TagController.php:302 -#: ../../../config/actions.xml:511 -msgid "Ver Etiqueta" -msgstr "View Tag" - -#: ../../../modules/web/Controllers/TrackController.php:115 -msgid "Track desbloqueado" -msgstr "Track unlocked" - -#: ../../../modules/web/Controllers/TrackController.php:142 -msgid "Tracks limpiados" -msgstr "Tracks cleared out" - -#: ../../../modules/web/Controllers/Traits/ConfigTrait.php:68 -msgid "Configuración actualizada" -msgstr "Configuration updated" - -#: ../../../modules/web/Controllers/Traits/ConfigTrait.php:72 -msgid "Error al guardar la configuración" -msgstr "Error while saving the configuration" - -#: ../../../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/Controllers/UpgradeController.php:67 -msgid "Es necesario confirmar la actualización" -msgstr "The updating need to be confirmed" - -#: ../../../modules/web/Controllers/UpgradeController.php:71 -msgid "Código de seguridad incorrecto" -msgstr "Wrong security code" - -#: ../../../modules/web/Controllers/UpgradeController.php:92 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:88 -msgid "Aplicación actualizada correctamente" -msgstr "Application successfully updated" - -#: ../../../modules/web/Controllers/UpgradeController.php:92 -msgid "En 5 segundos será redirigido al login" -msgstr "You will be redirected to log in within 5 seconds" - -#: ../../../modules/web/Controllers/UserController.php:275 -#: ../../../modules/web/Controllers/UserController.php:278 -msgid "Usuarios eliminados" -msgstr "Users deleted" - -#: ../../../modules/web/Controllers/UserController.php:286 -#: ../../../modules/web/Controllers/UserController.php:290 -msgid "Usuario eliminado" -msgstr "User deleted" - -#: ../../../modules/web/Controllers/UserController.php:322 -#: ../../../modules/web/Controllers/UserController.php:328 -msgid "Usuario creado" -msgstr "User added" - -#: ../../../modules/web/Controllers/UserController.php:387 -#: ../../../modules/web/Controllers/UserController.php:393 -msgid "Usuario actualizado" -msgstr "User updated" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/UserController.php:458 -#: ../../../config/actions.xml:577 -msgid "Ver Usuario" -msgstr "View User" - -#: ../../../modules/web/Controllers/UserGroupController.php:226 -#: ../../../modules/web/Controllers/UserGroupController.php:229 -msgid "Grupos eliminados" -msgstr "Groups deleted" - -#: ../../../modules/web/Controllers/UserPassResetController.php:92 -msgid "Datos incorrectos" -msgstr "Wrong data" - -#: ../../../modules/web/Controllers/UserPassResetController.php:96 -msgid "No es posible recuperar la clave" -msgstr "Unable to reset the password" - -#: ../../../modules/web/Controllers/UserPassResetController.php:103 -msgid "Recuperación de Clave" -msgstr "Password Recovery" - -#: ../../../modules/web/Controllers/UserPassResetController.php:104 -msgid "Solicitado para" -msgstr "Requested for" - -#: ../../../modules/web/Controllers/UserPassResetController.php:109 -msgid "Solicitud enviada" -msgstr "Request sent" - -#: ../../../modules/web/Controllers/UserPassResetController.php:109 -msgid "En breve recibirá un correo para completar la solicitud." -msgstr "You will receive an email to complete the request shortly." - -#: ../../../modules/web/Controllers/UserPassResetController.php:179 -#: ../../../modules/web/Forms/AuthTokenForm.php:101 -#: ../../../modules/web/Forms/UserForm.php:157 -msgid "La clave no puede estar en blanco" -msgstr "Password cannot be blank" - -#: ../../../modules/web/Controllers/UserProfileController.php:215 -#: ../../../modules/web/Controllers/UserProfileController.php:218 -msgid "Perfiles eliminados" -msgstr "Profiles deleted" - -#: ../../../modules/web/Controllers/UserProfileController.php:227 -#: ../../../modules/web/Controllers/UserProfileController.php:231 -msgid "Perfil eliminado" -msgstr "Profile deleted" - -#: ../../../modules/web/Controllers/UserProfileController.php:262 -msgid "Perfil creado" -msgstr "Profile added" - -#: ../../../modules/web/Controllers/UserProfileController.php:300 -msgid "Perfil actualizado" -msgstr "Profile updated" - -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/UserProfileController.php:326 -#: ../../../config/actions.xml:643 -msgid "Ver Perfil" -msgstr "View Profile" - -#: ../../../modules/web/Controllers/UserSettingsGeneralController.php:74 -msgid "Preferencias actualizadas" -msgstr "Preferences updated" - -#: ../../../modules/web/Controllers/UserSettingsManagerController.php:87 -msgid "Preferencias" -msgstr "Preferences" - -#: ../../../modules/web/Forms/AccountForm.php:131 -msgid "Es necesaria una clave" -msgstr "A key is needed" - -#: ../../../modules/web/Forms/AccountForm.php:171 -msgid "Es necesario un nombre de cuenta" -msgstr "An account name needed" - -#: ../../../modules/web/Forms/AccountForm.php:175 -#: ../../../modules/web/Forms/ClientForm.php:84 -msgid "Es necesario un nombre de cliente" -msgstr "A client name needed" - -#: ../../../modules/web/Forms/AccountForm.php:179 -msgid "Es necesario una categoría" -msgstr "A category is needed" - -#: ../../../modules/web/Forms/AuthTokenForm.php:91 -msgid "Usuario no indicado" -msgstr "User not set" - -#: ../../../modules/web/Forms/AuthTokenForm.php:95 -msgid "Acción no indicada" -msgstr "Action not set" - -#: ../../../modules/web/Forms/CategoryForm.php:83 -msgid "Es necesario un nombre de categoría" -msgstr "A category name needed" - -#: ../../../modules/web/Forms/CustomFieldDefForm.php:87 -msgid "Nombre del campo no indicado" -msgstr "Field name not set" - -#: ../../../modules/web/Forms/CustomFieldDefForm.php:91 -msgid "Tipo del campo no indicado" -msgstr "Field type not set" - -#: ../../../modules/web/Forms/CustomFieldDefForm.php:95 -msgid "Módulo del campo no indicado" -msgstr "Field module not set" - -#: ../../../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:133 -msgid "No hay permisos definidos" -msgstr "There aren't any defined permissions" - -#: ../../../modules/web/Forms/ItemsPresetForm.php:182 -msgid "Expresión regular inválida" -msgstr "Invalid regular expression" - -#: ../../../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/NotificationForm.php:98 -msgid "Es necesario un componente" -msgstr "A component is needed" - -#: ../../../modules/web/Forms/NotificationForm.php:102 -msgid "Es necesario un tipo" -msgstr "A type is needed" - -#: ../../../modules/web/Forms/NotificationForm.php:112 -msgid "Es necesario un destinatario" -msgstr "A target is needed" - -#: ../../../modules/web/Forms/PublicLinkForm.php:85 -msgid "Es necesario una cuenta" -msgstr "An account is needed" - -#: ../../../modules/web/Forms/TagForm.php:82 -msgid "Es necesario un nombre de etiqueta" -msgstr "A tag name is needed" - -#: ../../../modules/web/Forms/UserForm.php:111 -msgid "Es necesario un nombre de usuario" -msgstr "An username is needed" - -#: ../../../modules/web/Forms/UserForm.php:115 -msgid "Es necesario un login" -msgstr "A login is needed" - -#: ../../../modules/web/Forms/UserForm.php:119 -msgid "Es necesario un perfil" -msgstr "A profile is needed" - -#: ../../../modules/web/Forms/UserForm.php:123 -msgid "Es necesario un grupo" -msgstr "A group is needed" - -#: ../../../modules/web/Forms/UserForm.php:127 -msgid "Es necesario un email" -msgstr "An email is needed" - -#: ../../../modules/web/Forms/UserForm.php:179 -msgid "No es posible eliminar, usuario en uso" -msgstr "Unable to delete, user in use" - -#: ../../../modules/web/Forms/UserGroupForm.php:84 -msgid "Es necesario un nombre de grupo" -msgstr "A group name is needed" - -#: ../../../modules/web/Forms/UserProfileForm.php:116 -msgid "Es necesario un nombre de perfil" -msgstr "A profile name is needed" - -#: ../../../modules/web/themes/material-blue/inc/Icons.php:32 -msgid "Añadir" -msgstr "Add" - -#: ../../../modules/web/themes/material-blue/inc/Icons.php:33 -msgid "Ver Detalles" -msgstr "View Details" - -#: ../../../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:132 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:136 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:148 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:198 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:46 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:87 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:102 -msgid "Editar" -msgstr "Edit" - -#: ../../../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/account_bulkedit.inc:134 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:155 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:184 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:206 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:134 -msgid "Eliminar" -msgstr "Delete" - -#: ../../../modules/web/themes/material-blue/inc/Icons.php:37 -msgid "Cambiar Clave" -msgstr "Change Password" - -#: ../../../modules/web/themes/material-blue/inc/Icons.php:38 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:200 -msgid "Admin Aplicación" -msgstr "Application Admin" - -#: ../../../modules/web/themes/material-blue/inc/Icons.php:39 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:218 -msgid "Admin Cuentas" -msgstr "Accounts Admin" - -#: ../../../modules/web/themes/material-blue/inc/Icons.php:40 -msgid "Usuario de LDAP" -msgstr "LDAP User" - -#: ../../../modules/web/themes/material-blue/inc/Icons.php:41 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:257 -msgid "Deshabilitado" -msgstr "Disabled" - -#: ../../../modules/web/themes/material-blue/inc/Icons.php:42 -msgid "Habilitado" -msgstr "Enabled" - -#: ../../../modules/web/themes/material-blue/inc/Icons.php:43 -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:184 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:49 -msgid "Actualizar" -msgstr "Update" - -#: ../../../modules/web/themes/material-blue/inc/Icons.php:44 -msgid "Copiar" -msgstr "Copy" - -#: ../../../modules/web/themes/material-blue/inc/Icons.php:46 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:84 -msgid "Email" -msgstr "Email" - -#: ../../../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:40 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:50 -msgid "Volver" -msgstr "Back" - -#: ../../../modules/web/themes/material-blue/inc/Icons.php:50 -msgid "Restaurar" -msgstr "Restore" - -#: ../../../modules/web/themes/material-blue/inc/Icons.php:52 -#: ../../../config/strings.js.inc:79 -msgid "Ayuda" -msgstr "Help" - -#: ../../../modules/web/themes/material-blue/inc/Icons.php:53 -msgid "Limpiar" -msgstr "Clear" - -#: ../../../modules/web/themes/material-blue/inc/Icons.php:54 -msgid "Realizar" -msgstr "Perform" - -#: ../../../modules/web/themes/material-blue/inc/Icons.php:55 -msgid "Descargar" -msgstr "Download" - -#: ../../../modules/web/themes/material-blue/inc/Icons.php:56 -#: ../../../config/strings.js.inc:85 -msgid "Aviso" -msgstr "Warning" - -#: ../../../modules/web/themes/material-blue/inc/Icons.php:57 -msgid "Comprobar" -msgstr "Check" - -#: ../../../modules/web/themes/material-blue/inc/Icons.php:64 -msgid "Crítico" -msgstr "Critical" - -#: ../../../modules/web/themes/material-blue/inc/Icons.php:67 -msgid "Página anterior" -msgstr "Previous page" - -#: ../../../modules/web/themes/material-blue/inc/Icons.php:68 -msgid "Página siguiente" -msgstr "Next page" - -#: ../../../modules/web/themes/material-blue/inc/Icons.php:69 -msgid "Primera página" -msgstr "First page" - -#: ../../../modules/web/themes/material-blue/inc/Icons.php:70 -msgid "Última página" -msgstr "Last page" - -#: ../../../config/strings.js.inc:27 -msgid "Ha ocurrido un error" -msgstr "There was an error" - -#: ../../../config/strings.js.inc:28 ../../../config/strings.js.inc:86 -msgid "Sesión finalizada" -msgstr "Session finished" - -#: ../../../config/strings.js.inc:29 -msgid "Borrar la cuenta?" -msgstr "Delete account?" - -#: ../../../config/strings.js.inc:30 -msgid "Borrar el usuario?" -msgstr "Delete user?" - -#: ../../../config/strings.js.inc:31 -msgid "Guarde la configuración para que sea efectiva" -msgstr "You should save configuration in order to take effect" - -#: ../../../config/strings.js.inc:32 -msgid "Clave Generada" -msgstr "Generated Password" - -#: ../../../config/strings.js.inc:33 -msgid "Nivel alto" -msgstr "High level" - -#: ../../../config/strings.js.inc:34 -msgid "Nivel medio" -msgstr "Average level" - -#: ../../../config/strings.js.inc:35 -msgid "Nivel bajo" -msgstr "Low level" - -#: ../../../config/strings.js.inc:36 -msgid "Nivel muy alto" -msgstr "Very High level" - -#: ../../../config/strings.js.inc:37 -msgid "Utilizar al menos 8 caracteres" -msgstr "You should use at least 8 characters" - -#: ../../../config/strings.js.inc:38 -msgid "Borrar elemento?" -msgstr "Delete item?" - -#: ../../../config/strings.js.inc:39 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:22 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:31 -msgid "Página no encontrada" -msgstr "Page not found" - -#: ../../../config/strings.js.inc:41 -msgid "Eliminar archivo?" -msgstr "Delete file?" - -#: ../../../config/strings.js.inc:42 -msgid "Su navegador no soporta subir archivos con HTML5" -msgstr "Your browser does not support HTML5 file uploads" - -#: ../../../config/strings.js.inc:43 -msgid "Demasiados archivos" -msgstr "Too many files" - -#: ../../../config/strings.js.inc:44 -msgid "Tamaño de archivo no permitido" -msgstr "File size not allowed" - -#: ../../../config/strings.js.inc:45 -msgid "Extensión no permitida" -msgstr "Extension not allowed" - -#: ../../../config/strings.js.inc:46 -msgid "Vaciar el registro de eventos?" -msgstr "Clear the event log out?" - -#: ../../../config/strings.js.inc:47 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:179 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:281 -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:89 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:59 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:253 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:84 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:54 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:152 -msgid "Seleccionar Grupo" -msgstr "Select Group" - -#: ../../../config/strings.js.inc:48 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:161 -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:114 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:32 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:278 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:69 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:27 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:37 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:81 -msgid "Seleccionar Usuario" -msgstr "Select User" - -#: ../../../config/strings.js.inc:49 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:71 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:135 -msgid "Seleccionar Perfil" -msgstr "Select Profile" - -#: ../../../config/strings.js.inc:50 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:84 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:39 -msgid "Seleccionar Cliente" -msgstr "Select Client" - -#: ../../../config/strings.js.inc:51 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:109 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:43 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:54 -msgid "Seleccionar Categoría" -msgstr "Select Category" - -#: ../../../config/strings.js.inc:52 -msgid "Sin resultados" -msgstr "No results" - -#: ../../../config/strings.js.inc:53 -msgid "Opciones de clave" -msgstr "Password options" - -#: ../../../config/strings.js.inc:54 -msgid "Generar clave aleatoria" -msgstr "Generate random password" - -#: ../../../config/strings.js.inc:55 -msgid "Complejidad" -msgstr "Complexity" - -#: ../../../config/strings.js.inc:56 -msgid "Restablecer" -msgstr "Reset" - -#: ../../../config/strings.js.inc:57 -msgid "Nivel de fortaleza de la clave" -msgstr "Password strength level" - -#: ../../../config/strings.js.inc:58 -msgid "Mostrar Clave" -msgstr "Show Password" - -#: ../../../config/strings.js.inc:59 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:24 -msgid "Copiar Usuario" -msgstr "Copy Username" - -#. (itstool) path: action/text -#: ../../../config/strings.js.inc:60 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:41 -#: ../../../config/actions.xml:199 ../../../config/actions.xml:271 -msgid "Copiar Clave" -msgstr "Copy Password" - -#: ../../../config/strings.js.inc:61 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:84 -msgid "Incluir Números" -msgstr "Include Numbers" - -#: ../../../config/strings.js.inc:62 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:126 -msgid "Incluir Mayúsculas" -msgstr "Include Uppercase" - -#: ../../../config/strings.js.inc:63 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:112 -msgid "Incluir Símbolos" -msgstr "Include Symbols" - -#: ../../../config/strings.js.inc:64 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:16 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:24 -msgid "Longitud" -msgstr "Length" - -#: ../../../config/strings.js.inc:65 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:42 -msgid "Seleccionar Acción" -msgstr "Select Action" - -#: ../../../config/strings.js.inc:68 -msgid "Aceptar" -msgstr "Accept" - -#: ../../../config/strings.js.inc:69 -msgid "Cancelar" -msgstr "Cancel" - -#: ../../../config/strings.js.inc:70 -msgid "Clave Copiada al Portapapeles" -msgstr "Password Copied into Clipboard" - -#: ../../../config/strings.js.inc:71 -msgid "Error al copiar al portapapeles" -msgstr "Error while copying to clipboard" - -#: ../../../config/strings.js.inc:73 -msgid "Recibir notificaciones?" -msgstr "Send notifies?" - -#: ../../../config/strings.js.inc:74 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:160 -msgid "Marcar Favorito" -msgstr "Mark as Favorite" - -#. (itstool) path: action/text -#: ../../../config/strings.js.inc:75 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:150 -#: ../../../config/actions.xml:253 -msgid "Eliminar Favorito" -msgstr "Delete Favorite" - -#: ../../../config/strings.js.inc:76 -msgid "Limpiar Selección" -msgstr "Clear Selection" - -#: ../../../config/strings.js.inc:77 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:80 -msgid "Mostrar Favoritos" -msgstr "Show Favorites" - -#: ../../../config/strings.js.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:74 -msgid "Mostrar Todos" -msgstr "Display All" - -#: ../../../config/strings.js.inc:81 -msgid "Ahora" -msgstr "Now" - -#: ../../../config/strings.js.inc:82 -msgid "" -"Este proceso importará los usuarios de LDAP detectados. Desea continuar?" -msgstr "" -"This process will import the detected LDAP users. Would you like to continue?" - -#: ../../../config/strings.js.inc:83 -msgid "Esta acción restablecerá todos los datos del plugin. Desea continuar?" -msgstr "This action will reset all plugin data. Do you want to continue?" - -#: ../../../config/strings.js.inc:84 -msgid "Este proceso puede durar algo de tiempo. Desea continuar?" -msgstr "This process could take some time long. Do you wish to continue?" - -#: ../../../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 browser's window/tab." - -#: ../../../config/strings.js.inc:88 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:98 -msgid "Incluir Letras" -msgstr "Include Letters" - -#: ../../../config/strings.js.inc:89 -msgid "Cookies deshabilitadas. La aplicación no funcionará correctamente." -msgstr "Cookies disabled. 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:30 -msgid "Actualizado" -msgstr "Updated" - -#: ../../../config/strings.js.inc:94 -#: ../../../modules/web/themes/material-blue/views/main/update.inc:36 -msgid "Error al comprobar actualizaciones" -msgstr "Error while checking for updates" - -#: ../../../config/strings.js.inc:95 -msgid "Avisos de sysPass" -msgstr "sysPass Notices" - -#: ../../../config/strings.js.inc:96 -msgid "Vaciar los tracks?" -msgstr "Clear the tracks out?" - -#: ../../../modules/web/themes/material-blue/views/_layouts/main.inc:21 -msgid "Javascript es necesario para el correcto funcionamiento" -msgstr "Javascript is needed in order to run correctly" - -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:70 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:127 -msgid "Preferencias de usuario" -msgstr "User preferences" - -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:74 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:77 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:148 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:151 -msgid "Salir" -msgstr "Sign Out" - -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:164 -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:53 -msgid "Demo" -msgstr "Demo" - -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:44 -msgid "Indica si la conexión utiliza HTTPS." -msgstr "Tells whether the connection uses HTTPS or not." - -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:44 -msgid "" -"Las claves de formularios enviados se encriptan mediante PKI, el resto de " -"datos no." -msgstr "" -"Passwords sent from forms are encrypted using PKI, the remain data don't." - -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:66 -msgid "Ayuda :: FAQ :: Changelog" -msgstr "Help :: FAQ :: Changelog" - -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:70 -msgid "Un proyecto de cygnux.org" -msgstr "A cygnux.org project" - -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:8 -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:12 -msgid "Parámetros especiales" -msgstr "Special parameters" - -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:14 -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/_partials/help_account_search.inc:16 -msgid "Buscar cuentas a las que 'login' tenga acceso" -msgstr "Search for accounts which 'login' has access rights" - -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:17 -msgid "Devolver las cuentas en las que 'login' es propietario" -msgstr "Get the accounts in which user login \"login\" is the owner" - -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:18 -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/_partials/help_account_search.inc:19 -msgid "Devolver las cuentas con grupo principal 'group_name'" -msgstr "Get the accounts in which main group \"group_name\" is set" - -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:20 -msgid "Buscar cuentas con archivos con el nombre 'file_name'" -msgstr "Search for accounts which contain a file with the name 'file_name'" - -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:21 -msgid "Buscar cuentas por nombre de cliente" -msgstr "Search for accounts by client name" - -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:22 -msgid "Buscar cuentas por nombre de categoría" -msgstr "Search for accounts by category name" - -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:23 -msgid "Devolver la cuenta con ID" -msgstr "Returns the account for the given ID" - -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:24 -msgid "Buscar cuentas con la clave caducada" -msgstr "Search for accounts with expired password" - -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:25 -msgid "Devolver las cuentas privadas del usuario actual" -msgstr "Get private accounts for current user" - -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:26 -msgid "Operador para los parámetros especiales" -msgstr "Operator for special parameters" - -#: ../../../modules/web/themes/material-blue/views/_partials/no_records_found.inc:10 -#: ../../../modules/web/themes/material-blue/views/account/search-index.inc:19 -msgid "No se encontraron registros" -msgstr "No records found" - -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:85 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:168 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:175 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:64 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:115 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:122 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:59 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:66 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:38 -msgid "Clave (repetir)" -msgstr "Password (repeat)" - -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:109 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:194 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:254 -msgid "Seleccionar Fecha" -msgstr "Select date" - -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:19 -msgid "Histórico" -msgstr "History" - -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:28 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:45 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:22 -msgid "Detalles" -msgstr "Details" - -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:127 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:200 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:163 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:169 -msgid "Notas" -msgstr "Notes" - -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:140 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:142 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:271 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:273 -msgid "Historial" -msgstr "History" - -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:147 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:278 -msgid "Seleccionar fecha" -msgstr "Select date" - -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:160 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:293 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:32 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:291 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:293 -msgid "Última Modificación" -msgstr "Last Modification" - -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:23 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:54 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:119 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:140 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:18 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:35 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:57 -msgid "Seleccionar Usuarios" -msgstr "Select Users" - -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:33 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:37 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:101 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:105 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:127 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:176 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:29 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:70 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:53 -msgid "Ver" -msgstr "View" - -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:91 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:122 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:168 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:190 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:59 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:76 -msgid "Seleccionar Grupos" -msgstr "Select Groups" - -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:204 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:182 -msgid "Privada" -msgstr "Private" - -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:223 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:198 -msgid "Privada Grupo" -msgstr "Private for Group" - -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:15 -msgid "Solicitar Modificación de Cuenta" -msgstr "Request Account Modification" - -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:46 -msgid "Petición" -msgstr "Request" - -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:52 -msgid "Descripción de la petición" -msgstr "Request description" - -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:74 -msgid "Enviar" -msgstr "Send" - -#: ../../../modules/web/themes/material-blue/views/account/account.inc:37 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:133 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:21 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:214 -msgid "Permisos" -msgstr "Permissions" - -#: ../../../modules/web/themes/material-blue/views/account/account.inc:218 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:98 -msgid "Seleccionar Etiquetas" -msgstr "Select Tags" - -#: ../../../modules/web/themes/material-blue/views/account/account.inc:262 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:26 -msgid "Seleccionar Cuenta" -msgstr "Select Account" - -#: ../../../modules/web/themes/material-blue/views/account/account.inc:301 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:303 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:306 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:193 -msgid "Enlace Público" -msgstr "Public Link" - -#: ../../../modules/web/themes/material-blue/views/account/account.inc:314 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:316 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:319 -msgid "Enlace Directo" -msgstr "Direct Link" - -#: ../../../modules/web/themes/material-blue/views/account/details.inc:22 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:24 -msgid "Fecha Alta" -msgstr "Date Added" - -#: ../../../modules/web/themes/material-blue/views/account/details.inc:60 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:62 -msgid "Fecha Edición" -msgstr "Date Modified" - -#: ../../../modules/web/themes/material-blue/views/account/details.inc:68 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:70 -msgid "Editor" -msgstr "Editor" - -#: ../../../modules/web/themes/material-blue/views/account/details.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:80 -msgid "Fecha de Clave" -msgstr "Password Date" - -#: ../../../modules/web/themes/material-blue/views/account/files.inc:37 -msgid "Soltar archivos aquí (max. 5) o click para seleccionar" -msgstr "Drop files here (max. 5) or click to select" - -#: ../../../modules/web/themes/material-blue/views/account/files.inc:39 -#, php-format -msgid "Tamaño máximo de archivo: %d MB" -msgstr "Maximum file size: %d MB" - -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:35 -msgid "Buscar en Wiki" -msgstr "Search in Wiki" - -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:84 -#, php-format -msgid "Abrir enlace a: %s" -msgstr "Open link to: %s" - -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:111 -msgid "Clave Caducada" -msgstr "Password Expired" - -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:125 -msgid "Cuenta Privada (Grupo)" -msgstr "Private Account (Group)" - -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:168 -msgid "Notes" -msgstr "Notes" - -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:182 -msgid "Archivos adjuntos" -msgstr "Attachments" - -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:209 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:220 -msgid "Enlace a Wiki" -msgstr "Link to Wiki" - -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:212 -msgid "Ver en Wiki" -msgstr "View at Wiki" - -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:59 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:63 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:230 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:231 -msgid "Búsqueda global" -msgstr "Global search" - -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:85 -msgid "Filtrar Favoritos" -msgstr "Favorites Filtering" - -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:100 -msgid "Cuentas por página" -msgstr "Accounts per page" - -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:108 -msgid "Más Filtros" -msgstr "More Filters" - -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:113 -msgid "Seleccionar Etiqueta" -msgstr "Select Tag" - -#: ../../../modules/web/themes/material-blue/views/common/aux-customfields.inc:22 -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:27 -msgid "Los datos serán desencriptados al guardar" -msgstr "Data will be unencrypted after saving" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:12 -#, php-format -msgid "La extensión '%s' no está disponible" -msgstr "The '%s' extension is unavailable" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:16 -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:30 -msgid "Búsqueda" -msgstr "Searching" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:36 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:56 -msgid "Resultados por página" -msgstr "Results per page" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:41 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:61 -msgid "Número de resultados por página a mostrar, al realizar una búsqueda." -msgstr "Number of results per page to display when performing a search." - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:52 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:72 -msgid "Número de resultados por página" -msgstr "Results per page" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:70 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:30 -msgid "Caducidad clave cuentas" -msgstr "Accounts password expiry" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:71 -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:79 -msgid "Tiempo caducidad clave" -msgstr "Password expiry time" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:84 -msgid "Número de días para la caducidad de la clave de cuenta." -msgstr "Number of days for account's password expiry date." - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:94 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:38 -msgid "Tiempo caducidad (días)" -msgstr "Expire time (days)" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:112 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:90 -msgid "Nombre de cuenta como enlace" -msgstr "Account name as link" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:113 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:92 -msgid "" -"Habilita el nombre de la cuenta de la búsqueda, como enlace a los detalles " -"de la cuenta." -msgstr "Enables to use the account name as a link to account details." - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:128 -msgid "Búsquedas globales" -msgstr "Global searches" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:129 -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 "" -"Allows the users to do searches that includes all accounts, they won't be " -"able to display the account details if they don't have permission." - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:144 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:154 -msgid "Imagen para mostrar clave" -msgstr "Image to show password" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:146 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:156 -msgid "Generar una imagen con el texto de la clave de la cuenta." -msgstr "Generate an image with a text of the account password." - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:148 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:158 -msgid "Util para entornos donde copiar la clave supone un riesgo de seguridad." -msgstr "" -"Useful for environments where copying a password to clipboard is a security " -"risk." - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:164 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:158 -msgid "Resultados en Tarjetas" -msgstr "Results like Cards" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:166 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:160 -msgid "Muestra los resultados de búsqueda de cuentas en formato tarjeta." -msgstr "Displays account's search results on a card like format." - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:182 -msgid "Acceso Grupos Secundarios" -msgstr "Secondary Groups Access" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:184 -msgid "" -"Habilita el acceso a los usuarios que estén incluidos en los grupos " -"secundarios." -msgstr "Grants access to users that are included in secondary groups." - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:186 -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, user in a secondary group is granted if the secondary group is " -"set as user's main group." - -#. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:197 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:378 -#: ../../../config/actions.xml:73 -msgid "Enlaces Públicos" -msgstr "Public Links" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:215 -msgid "Habilitar Enlaces Públicos" -msgstr "Enable Public Links" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:217 -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:219 -msgid "" -"Las cuentas enlazadas serán visibles por cualquiera que disponga del enlace." -msgstr "Linked accounts will be visible by anyone that have the link." - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:221 -msgid "" -"Para crear enlaces, los usuarios tienen que tener activada la opción en su " -"perfl." -msgstr "" -"In order to create links, users must have activated the option on their " -"profiles." - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:237 -msgid "Usar imagen para clave" -msgstr "Use an image for password" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:239 -msgid "La clave de la cuenta es visualizada como una imagen." -msgstr "The account password is shown as image." - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:248 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:257 -msgid "Tiempo de caducidad" -msgstr "Expire time" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:263 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:272 -msgid "Número máximo de visitas" -msgstr "Maximum visits" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:298 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:411 -msgid "Gestión de archivos" -msgstr "Files management" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:299 -msgid "Habilita la subida/descarga de archivos para las cuentas." -msgstr "Enables the uploading and downloading of accounts files." - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:307 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:320 -msgid "Extensiones de archivos permitidas" -msgstr "Allowed file extensions" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:312 -msgid "Extensiones permitidas para la subida de archivos." -msgstr "Allowed file extensions for uploading." - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:315 -msgid "" -"Escribir extensión y pulsar intro para añadir. Es necesario guardar la " -"configuración." -msgstr "" -"Write the extension and press enter to add. Remember to save the " -"configuration." - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:328 -msgid "Tamaño máximo de archivo" -msgstr "Maximum file size" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:333 -msgid "Establece el tamaño máximo para subir archivos." -msgstr "Sets the maximum file size for uploading." - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:337 -msgid "El máximo absuluto es de 16MB." -msgstr "Absolute maximum is 16MB." - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:348 -msgid "Tamaño máximo de archivo en kilobytes" -msgstr "Maximum file size in kilobytes" - -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:16 -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:30 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:33 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:109 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:112 -msgid "Resultado" -msgstr "Result" - -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:41 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:44 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:120 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:123 -msgid "Descargar Actual" -msgstr "Download Current" - -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:51 -msgid "Copia BBDD" -msgstr "DB Backup" - -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:58 -msgid "Copia sysPass" -msgstr "sysPass Backup" - -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:80 -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 "" -"The backup allows you to save and download sysPass database and application " -"files including its configuration." - -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:82 -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 "" -"With this method it's possible to either save all sysPass data in another " -"place or use it to make the application portable." - -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:101 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:185 -msgid "Exportar Cuentas" -msgstr "Export Accounts" - -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:139 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:147 -msgid "Clave de Exportación" -msgstr "Export Password" - -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:153 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:161 -msgid "Clave de Exportación (repetir)" -msgstr "Export Password (repeat)" - -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:187 -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 "" -"The accounts export allows you to save the accounts and their data in XML " -"format to be imported in another sysPass instance." - -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:189 -msgid "Los elementos exportados son cuentas, clientes, categorías y etiquetas." -msgstr "Exported items are accounts, clients, categories and tags." - -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:191 -msgid "" -"Las claves de las cuentas son exportadas de forma encriptada para mayor " -"seguridad." -msgstr "" -"Accounts' password are exported in an encrypted way for better security." - -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:193 -msgid "" -"Es posible establecer una clave de exportación para guardar todos los datos " -"encriptados en el archivo XML." -msgstr "" -"It's possible to set an export password to save all the encrypted data in " -"the XML file." - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:17 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:153 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:152 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:167 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:50 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:56 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:57 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:102 -msgid "Clave Maestra" -msgstr "Master Password" - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:24 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:27 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:198 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:201 -msgid "Último cambio" -msgstr "Last change" - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:35 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:43 -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:142 -msgid "Clave Maestra actual" -msgstr "Current Master Password" - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:49 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:57 -msgid "Nueva Clave Maestra" -msgstr "New Master Password" - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:63 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:71 -msgid "Nueva Clave Maestra (repetir)" -msgstr "New Master Password (repeat)" - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:80 -msgid "Guarde la nueva clave en un lugar seguro." -msgstr "You should save the new password on a secure place" - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:84 -msgid "Se volverán a encriptar las claves de todas las cuentas." -msgstr "All accounts passwords will be encrypted again." - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:88 -msgid "Los usuarios deberán de introducir la nueva clave maestra." -msgstr "Users will need to enter the new Master Password." - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:92 -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:130 -#, 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 long." - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:109 -msgid "No modificar cuentas" -msgstr "Do not modify accounts" - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:111 -msgid "Establece una nueva clave maestra sin re-encriptar las cuentas" -msgstr "Sets a new Master Password without re-encrypting the accounts." - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:127 -msgid "Confirmar cambio" -msgstr "Confirm change" - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:129 -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:155 -msgid "" -"La clave maestra es utilizada para encriptar las claves de las cuentas de " -"sysPass para mantenerlas seguras." -msgstr "" -"The Master Password is used to encrypt sysPass accounts passwords and keep " -"them safe." - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:157 -msgid "" -"Es recomendable cambiarla cada cierto tiempo y utilizar una clave compleja " -"que incluya números, letras y símbolos." -msgstr "" -"It's advisable to change it from time to time and use a complex password " -"that includes numbers, letters and symbols." - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:159 -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:132 -#, 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:169 -msgid "Actualizar hash de clave maestra" -msgstr "Update master password hash" - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:189 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:323 -msgid "Clave Temporal" -msgstr "Temporary Password" - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:203 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:218 -msgid "No generada" -msgstr "Not generated" - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:208 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:211 -msgid "Válido hasta" -msgstr "Valid until" - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:224 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:227 -msgid "Intentos" -msgstr "Attempts" - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:234 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:244 -msgid "Validez (s)" -msgstr "Life (s)" - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:263 -msgid "Enviar correo" -msgstr "Send email" - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:265 -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:325 -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 "" -"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." - -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:332 -msgid "Generar" -msgstr "Generate" - -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:30 -msgid "Usar Auth Basic" -msgstr "Use Auth Basic" - -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:31 -msgid "Usar Auth Basic para autorizar los accesos a la aplicación." -msgstr "Use Auth Basic for authorizing accesses to the application" - -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:45 -msgid "Usar Auth Basic SSO" -msgstr "Use Auth Basic SSO" - -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:46 -msgid "Usar auto-login con Auth Basic." -msgstr "Use auto-login through Auth Basic" - -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:54 -msgid "Dominio" -msgstr "Domain" - -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:59 -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 sysPass user name for checking against the Auth " -"Basic one." - -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:69 -msgid "Nombre de dominio" -msgstr "Domain name" - -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:75 -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:85 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:45 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:55 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:239 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:249 -msgid "Grupo por Defecto" -msgstr "Default Group" - -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:80 -msgid "" -"Define el grupo de usuarios por defecto para los nuevos usuarios de SSO." -msgstr "Sets the default users group for newly created SSO users" - -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:100 -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:110 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:264 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:274 -msgid "Perfil por Defecto" -msgstr "Default Profile" - -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:105 -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:12 -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:98 -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:101 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:173 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:176 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:70 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:72 -msgid "Eventos" -msgstr "Events" - -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:30 -msgid "Habilitar log de eventos" -msgstr "Enable event log" - -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:31 -msgid "Guarda las acciones realizadas en la aplicación." -msgstr "Saves the actions done by the application." - -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:45 -msgid "Habilitar Syslog" -msgstr "Enable Syslog" - -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:60 -msgid "Habilitar Syslog Remoto" -msgstr "Enable Remote Syslog" - -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:78 -msgid "Nombre o dirección IP" -msgstr "Hostname or IP address" - -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:84 -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:92 -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:53 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:72 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:79 -msgid "Puerto" -msgstr "Port" - -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:12 -msgid "Proxy" -msgstr "Proxy" - -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:30 -msgid "Usar Proxy" -msgstr "Use Proxy" - -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:31 -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:47 -msgid "Servidor proxy" -msgstr "Proxy server" - -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:61 -msgid "Puerto del servidor proxy" -msgstr "Proxy server port" - -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:75 -msgid "Usuario del servidor proxy" -msgstr "Proxy server user" - -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:89 -msgid "Clave del servidor proxy" -msgstr "Proxy server password" - -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:16 -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:24 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:15 -msgid "Sitio" -msgstr "Site" - -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:30 -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:44 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:107 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:121 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:137 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:139 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:26 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:28 -msgid "Idioma" -msgstr "Language" - -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:35 -msgid "" -"Establece el idioma global de la aplicación. Es posible establecer un idioma " -"por usuario en las preferencias." -msgstr "" -"Sets the global app language. You can set a per user language on preferences." - -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:39 -msgid "" -"Para mejorar/añadir las traducciones, puede colaborar en https://poeditor." -"com/join/project/fmlsBuugyv" -msgstr "" -"To improve/add translations, you can get involved at https://poeditor.com/" -"join/project/fmlsBuugyv" - -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:57 -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:67 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:40 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:42 -msgid "Tema Visual" -msgstr "Visual Theme" - -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:62 -msgid "" -"Establece el tema visual global de la aplicación. Es posible establecer un " -"tema visual por usuario en las preferencias." -msgstr "" -"Sets the global application visual theme. You can set a per user visual " -"theme on preferences." - -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:81 -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:89 -msgid "Timeout de sesión (s)" -msgstr "Session timeout (s)" - -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:107 -msgid "Forzar HTTPS" -msgstr "Force HTTPS" - -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:108 -msgid "Fuerza para que todas las conexiones sean a través de HTTPS." -msgstr "It forces the use of HTTPS on all the connections" - -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:122 -msgid "Habilitar depuración" -msgstr "Enable debug" - -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:123 -msgid "" -"Muestra información relativa a la configuración de la aplicación y " -"rendimiento." -msgstr "" -"Displays some information about application configuration and performance." - -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:137 -msgid "Modo mantenimiento" -msgstr "Maintenance mode" - -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:138 -msgid "" -"En este modo no se puede acceder a la aplicación. Para deshabilitarlo es " -"necesario modificar el archivo de configuración." -msgstr "" -"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." - -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:152 -msgid "Comprobar actualizaciones" -msgstr "Check for updates" - -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:153 -msgid "" -"Comprobar actualizaciones de la aplicación (sólo para los usuarios " -"administradores)." -msgstr "Check for application updates (only for administrators)." - -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:167 -msgid "Comprobar notificaciones" -msgstr "Check for notifications" - -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:168 -msgid "" -"Comprobar si existen notificaciones de seguridad o avisos de sysPass (sólo " -"para los usuarios administradores)." -msgstr "" -"Check if there are either sysPass security or warning notices (only for " -"administrators)." - -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:182 -msgid "Encriptar Sesión" -msgstr "Encrypt Session" - -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:184 -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:185 -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:12 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:103 -msgid "Importar CSV/XML" -msgstr "CSV/XML Import" - -#: ../../../modules/web/themes/material-blue/views/config/import.inc:18 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:28 -msgid "Usuario por Defecto" -msgstr "Default User" - -#: ../../../modules/web/themes/material-blue/views/config/import.inc:23 -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:50 -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:75 -msgid "Soltar archivo aquí o click para seleccionar" -msgstr "Drop files here or click to select" - -#: ../../../modules/web/themes/material-blue/views/config/import.inc:105 -msgid "" -"Permite realizar la importación de Cuentas, Categorías y Clientes desde " -"archivos XML y CSV." -msgstr "" -"Allows to import Accounts, Categories and Clients from XML or CSV files." - -#: ../../../modules/web/themes/material-blue/views/config/import.inc:107 -msgid "" -"Los formatos de archivos XML soportados son: sysPass, KeePass y KeePassX" -msgstr "Supported XML file formats are: sysPass, KeePass and KeePassX" - -#: ../../../modules/web/themes/material-blue/views/config/import.inc:109 -msgid "" -"Arrastar el archivo a importar a la zona indicada o hacer click sobre la " -"flecha." -msgstr "Drag & Drop the file into the import zone or click over the arrow." - -#: ../../../modules/web/themes/material-blue/views/config/import.inc:111 -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 "" -"For KeePass or KeePassX files, client name will be KeePass or KeePassX and " -"category name like groups name." - -#: ../../../modules/web/themes/material-blue/views/config/import.inc:113 -msgid "La importación de archivos CSV se realiza con el siguiente formato:" -msgstr "The CSV import file requires the following format:" - -#: ../../../modules/web/themes/material-blue/views/config/import.inc:115 -msgid "" -"\"nombre_de_cuenta\";\"cliente\";\"categoría\";\"url\";\"usuario\";\"clave\";" -"\"notas\"" -msgstr "" -"\"account_name\";\"client\";\"category\";\"url\";\"user\";\"password\";" -"\"notes\"" - -#: ../../../modules/web/themes/material-blue/views/config/import.inc:117 -msgid "" -"En todos los casos, si el cliente o la categoría no están creados, se crean " -"automáticamente." -msgstr "" -"In all cases, if the client or category do not exist they will be created " -"automatically." - -#: ../../../modules/web/themes/material-blue/views/config/import.inc:125 -msgid "XML" -msgstr "XML" - -#: ../../../modules/web/themes/material-blue/views/config/import.inc:131 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:146 -msgid "Clave de Importación" -msgstr "Import Password" - -#: ../../../modules/web/themes/material-blue/views/config/import.inc:136 -msgid "Sólo es necesaria para archivos XML de sysPass encriptados." -msgstr "It's only needed for sysPass XML files that have been encrypted." - -#: ../../../modules/web/themes/material-blue/views/config/import.inc:157 -msgid "" -"Sólo es necesaria para archivos XML de sysPass con clave maestra distinta de " -"la actual." -msgstr "" -"It's only needed for sysPass XML files that have been encrypted with a " -"different master password from the current one." - -#: ../../../modules/web/themes/material-blue/views/config/import.inc:174 -msgid "CSV" -msgstr "CSV" - -#: ../../../modules/web/themes/material-blue/views/config/import.inc:180 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:195 -msgid "Delimitador CSV" -msgstr "CSV delimiter" - -#: ../../../modules/web/themes/material-blue/views/config/import.inc:185 -msgid "Sólo es necesario para archivos CSV." -msgstr "It's only needed for CSV files." - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:14 -msgid "Información de la Aplicación" -msgstr "Application Information" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:20 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:23 -msgid "Versión sysPass" -msgstr "sysPass version" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:30 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:33 -msgid "Base de Datos" -msgstr "Database" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:44 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:47 -msgid "PHP" -msgstr "PHP" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:51 -msgid "Extensiones" -msgstr "Extensions" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:55 -msgid "Extensiones no disponibles" -msgstr "Unavailable extensions" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:59 -msgid "Memoria Usada" -msgstr "Used Memory" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:63 -msgid "Tasa de descarga" -msgstr "Download rate" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:66 -msgid "OP Cache" -msgstr "OP Cache" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:85 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:88 -msgid "Copia de Configuración" -msgstr "Configuration Backup" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:98 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:180 -#, php-format -msgid "Descargar %s" -msgstr "Download %s" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:112 -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:116 -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:128 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:138 -msgid "Sesión Encriptada" -msgstr "Encrypted Session" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:133 -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 side or not" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:145 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:148 -msgid "Plugins Cargados" -msgstr "Loaded Plugins" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:171 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:174 -msgid "Archivo de log" -msgstr "Log file" - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:16 -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:46 -msgid "Habilitar LDAP" -msgstr "Enable LDAP" - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:48 -msgid "Habilita de autentificación mediante servidor LDAP." -msgstr "Enables authentication against an LDAP server." - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:50 -msgid "Este método utilizará MySQL en caso de fallo." -msgstr "This method will use MySQL as fallback." - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:65 -msgid "Active Directory" -msgstr "Active Directory" - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:67 -msgid "Habilita el modo de conexión con LDAP de Active Directory." -msgstr "Enables Active Directory LDAP connection mode." - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:84 -msgid "Habilita la conexión mediante TLS." -msgstr "Enables the connection over TLS" - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:99 -msgid "Nombre o dirección IP del servidor de LDAP." -msgstr "Hostname or IP address of LDAP server." - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:103 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:134 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:185 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:219 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:131 -msgid "Ejemplos:" -msgstr "Examples:" - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:125 -msgid "Usuario de conexión" -msgstr "Bind User" - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:130 -msgid "Usuario para conectar con el servicio de LDAP." -msgstr "User to connect to LDAP service." - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:155 -msgid "Clave de conexión" -msgstr "Bind Password" - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:160 -msgid "Clave del usuario de conexión a LDAP." -msgstr "LDAP connection user's password" - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:176 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:200 -msgid "Base de búsqueda" -msgstr "Search base" - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:181 -msgid "Base en la que realizar la búsqueda de usuarios de LDAP." -msgstr "LDAP base to perform the LDAP users search." - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:211 -msgid "" -"Grupo de LDAP al que debe de pertenecer el usuario para permitir el acceso." -msgstr "LDAP group which user must belong to for granting to log in." - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:215 -msgid "Este grupo debe de estar ubicado en la base de búsquedas de LDAP." -msgstr "This group needs to be placed in the LDAP search base." - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:244 -msgid "" -"Define el grupo de usuarios por defecto para los nuevos usuarios de LDAP." -msgstr "Sets the default users group for newly created LDAP users" - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:269 -msgid "" -"Define el perfil de usuarios por defecto para los nuevos usuarios de LDAP." -msgstr "Sets the default profile for the newly created LDAP users." - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:321 -msgid "Importación" -msgstr "Import" - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:327 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:337 -msgid "Atributo Login" -msgstr "Login Attribute" - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:332 -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:350 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:360 -msgid "Atributo Nombre" -msgstr "Name Attribute" - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:355 -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:385 -msgid "Importar Grupos" -msgstr "Import Groups" - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:394 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:404 -msgid "Atributo Nombre Grupo" -msgstr "Group Name Attribute" - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:399 -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:415 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:429 -msgid "Filtro" -msgstr "Filter" - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:420 -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:33 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:34 -msgid "Habilitar notificaciones de correo" -msgstr "Enable email notifications" - -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:48 -msgid "Habilitar peticiones por correo" -msgstr "Enable requests by email" - -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:50 -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 which they have no rights on." - -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:97 -msgid "Habilitar Autentificación" -msgstr "Enable Authentication" - -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:132 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:135 -msgid "Seguridad" -msgstr "Security" - -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:138 -msgid "Deshabilitada" -msgstr "Disabled" - -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:148 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:156 -msgid "Dirección de correo de envío" -msgstr "Recipient email address" - -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:162 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:165 -msgid "Destinatarios" -msgstr "Recipients" - -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:16 -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:47 -msgid "Habilitar enlaces Wiki" -msgstr "Enable Wiki links" - -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:48 -msgid "" -"Habilita la opción de añadir un enlace a Wiki externa para los resultados de " -"la búsqueda." -msgstr "" -"Enables the option to add a link to search for results in an external Wiki." - -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:56 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:83 -msgid "URL de búsqueda Wiki" -msgstr "Wiki search URL" - -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:61 -msgid "URL que utiliza la wiki para realizar una búsqueda de una página." -msgstr "URL that Wiki uses for making an entry searching." - -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:65 -msgid "Como parámetro se utiliza el nombre del cliente." -msgstr "The client's name is used as parameter." - -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:69 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:102 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:187 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:214 -msgid "Ejemplo:" -msgstr "Example:" - -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:89 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:116 -msgid "URL de página en Wiki" -msgstr "Wiki page URL" - -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:94 -msgid "URL que utiliza la wiki para acceder a los detalles de una página." -msgstr "URL that Wiki uses for accessing to the entry details." - -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:98 -msgid "" -"El nombre de la cuenta se utiliza como parámetro de la variable de búsqueda " -"de la Wiki." -msgstr "Account's name is used as parameter of Wiki search variable." - -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:122 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:136 -msgid "Prefijo para nombre de cuenta" -msgstr "Account name prefix" - -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:127 -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:146 -msgid "DokuWiki API" -msgstr "DokuWiki API" - -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:164 -msgid "Habilitar API de DokuWiki" -msgstr "Enable DokuWiki API" - -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:166 -msgid "" -"Habilita la conexión a la API XML-RPC de DokuWiki para los enlaces Wiki." -msgstr "Enables DokuWiki XML-RPC API for Wiki links." - -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:168 -msgid "" -"Para que esta característica funcione, es necesario habilitar los enlaces " -"Wiki para el filtrado de cuentas." -msgstr "" -"In order to get this feature working, you should enable Wiki links for " -"accounts filtering" - -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:178 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:199 -msgid "URL API" -msgstr "API URL" - -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:183 -msgid "URL de la API de DokuWiki." -msgstr "DokuWiki API URL" - -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:205 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:227 -msgid "URL Base" -msgstr "Base URL" - -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:210 -msgid "URL base de DokuWiki." -msgstr "DokuWiki base URL" - -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:238 -msgid "Usuario para conectar a la API de DokuWiki." -msgstr "User for connecting to the DokuWiki API." - -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:266 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:282 -msgid "Namespace" -msgstr "Namespace" - -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:271 -msgid "Namespace utilizado para buscar las páginas." -msgstr "Namespace used to search 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:170 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:172 -msgid "Instalar" -msgstr "Install" - -#: ../../../modules/web/themes/material-blue/views/grid/datagrid-nav-full.inc:18 -msgid "Filtro ON" -msgstr "Filter ON" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:11 -#, php-format -msgid "Instalación %s" -msgstr "Installation %s" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:21 -msgid "Admin de sysPass" -msgstr "sysPass Admin" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:29 -msgid "Usuario administrador de sysPass" -msgstr "sysPass admin user" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:37 -msgid "Login del usuario administrador de sysPass" -msgstr "sysPass administrator's login" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:69 -msgid "Configurar BBDD" -msgstr "DB Configuration" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:79 -msgid "Usuario acceso BBDD" -msgstr "DB access user" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:87 -msgid "Usuario con permisos de administrador de MySQL" -msgstr "An user with MySQL admin rights" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:95 -msgid "Clave acceso BBDD" -msgstr "DB access password" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:104 -msgid "Nombre BBDD para sysPass" -msgstr "sysPass database name" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:112 -msgid "Nombre de la base de datos para sysPass" -msgstr "sysPass database name" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:121 -msgid "Servidor BBDD para sysPass" -msgstr "sysPass database server" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:129 -msgid "Nombre del servidor para instalar la base de datos de sysPass" -msgstr "Server name to install sysPass database" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:149 -msgid "Modo Hosting" -msgstr "Hosting Mode" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:156 -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/account_bulkedit.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:28 -msgid "Otros" -msgstr "Others" - -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:64 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:66 -msgid "Creador" -msgstr "Creator" - -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:232 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:234 -msgid "Eliminar Historial" -msgstr "Delete History" - -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:64 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:19 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:92 -msgid "Opciones" -msgstr "Options" - -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:67 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:71 -msgid "Regenerar Autorización" -msgstr "Refresh Authorization" - -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:77 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:79 -msgid "Token" -msgstr "Token" - -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:54 -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:57 -msgid "" -"Por defecto los clientes asignados a cuentas sólo son visibles para los " -"usuarios con acceso a las cuentas." -msgstr "" -"By default, clients assigned to accounts only will be visible by users who " -"are granted to access to the accounts." - -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:30 -msgid "Nombre del campo" -msgstr "Field name" - -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:63 -msgid "Texto Ayuda" -msgstr "Help Text" - -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:69 -msgid "Ayuda del campo" -msgstr "Field's help" - -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:80 -msgid "Obligatorio" -msgstr "Required" - -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:44 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:52 -msgid "Puntuación" -msgstr "Score" - -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:58 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:65 -msgid "Expresión Regular" -msgstr "Regular Expression" - -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:140 -msgid "Incluir Minúsculas" -msgstr "Include Lowercase" - -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:31 -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:33 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:52 -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:50 -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 users belonging to the main " -"group." - -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:16 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:24 -msgid "Dirección IP" -msgstr "IP Address" - -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:29 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:37 -msgid "Timeout" -msgstr "Timeout" - -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:89 -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:100 -msgid "Prioridad de asignación" -msgstr "Assignment Priority" - -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:122 -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:124 -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:81 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:83 -msgid "Hash" -msgstr "Hash" - -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:89 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:91 -msgid "URL" -msgstr "URL" - -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:99 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:101 -msgid "Uso" -msgstr "Use" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:44 -msgid "Nombre de usuario completo" -msgstr "Full username" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:58 -msgid "Login de inicio de sesión" -msgstr "Session login" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:69 -msgid "Login SSO" -msgstr "SSO Login " - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:77 -msgid "Login de inicio de sesión con SSO" -msgstr "Session login with SSO" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:92 -msgid "Dirección de correo" -msgstr "Email address" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:202 -msgid "Administrador de la aplicación" -msgstr "Application administrator" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:220 -msgid "Administrador de cuentas" -msgstr "Accounts administrator" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:240 -msgid "Forzar cambio de clave" -msgstr "Force password change" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:273 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:275 -msgid "Entradas" -msgstr "Entries" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:282 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:284 -msgid "Último Acceso" -msgstr "Last Access" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:300 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:302 -msgid "Fecha Clave Maestra" -msgstr "Master Password Date" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:309 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:311 -msgid "Usado en" -msgstr "Used in" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:87 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:89 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:548 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:550 -msgid "Usado por" -msgstr "Used by" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:108 -msgid "(*) Incluido en grupo" -msgstr "(*) Listed in group" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:26 -msgid "Gestión" -msgstr "Management" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:36 -msgid "Crear" -msgstr "Add" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:37 -msgid "Crear nueva cuenta" -msgstr "Create new account" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:54 -msgid "Ver detalles de cuenta" -msgstr "View account details" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:70 -msgid "Ver clave de cuenta" -msgstr "View account password" - -#. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:86 -#: ../../../config/actions.xml:259 -msgid "Ver Historial" -msgstr "View History" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:87 -msgid "Ver historial de cuenta" -msgstr "View account history" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:103 -msgid "Editar cuenta" -msgstr "Edit account" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:118 -msgid "Editar Clave" -msgstr "Edit Password" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:119 -msgid "Editar clave de cuenta" -msgstr "Edit account password" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:135 -msgid "Eliminar cuenta" -msgstr "Remove account" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:151 -msgid "Ver archivos de cuenta" -msgstr "View account files" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:166 -msgid "Publicar Enlace" -msgstr "Share Link" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:167 -msgid "Publicar enlace a cuenta" -msgstr "Share link to account" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:183 -msgid "Crear cuenta privada" -msgstr "Create private account" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:199 -msgid "Crear cuenta privada para grupo" -msgstr "Create private account for group" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:215 -msgid "Asignar permisos" -msgstr "Assign permissions" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:251 -msgid "Gestión de usuarios" -msgstr "Users management" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:267 -msgid "Gestión de grupos" -msgstr "Groups management" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:283 -msgid "Gestión de perfiles" -msgstr "Profiles management" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:299 -msgid "Gestión de categorías" -msgstr "Categories management" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:315 -msgid "Gestión de etiquetas" -msgstr "Tags management" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:331 -msgid "Gestión de clientes" -msgstr "Customers management" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:347 -msgid "Gestión de campos personalizados" -msgstr "Custom fields management" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:363 -msgid "Gestión de autorizaciones API" -msgstr "API authorizations management" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:379 -msgid "Gestión de enlaces" -msgstr "Links management" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:395 -msgid "Gestión de cuentas" -msgstr "Accounts management" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:426 -msgid "Valores por Defecto" -msgstr "Default Values" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:427 -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:447 -#: ../../../config/actions.xml:697 -msgid "Configuración General" -msgstr "General Configuration" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:463 -msgid "Opciones de encriptación" -msgstr "Encryption options" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:478 -msgid "Backup" -msgstr "Backup" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:479 -msgid "Realizar copia de seguridad y exportar" -msgstr "Make a backup and export" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:494 -msgid "Importar" -msgstr "Import" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:495 -msgid "Realizar importación de cuentas" -msgstr "Make accounts import" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:514 -msgid "Log de Eventos" -msgstr "Event Log" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:515 -msgid "Ver log de eventos" -msgstr "View event log" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:541 -msgid "Nombre del perfil" -msgstr "Profile name" - -#: ../../../modules/web/themes/material-blue/views/login/index.inc:46 -msgid "Clave Anterior" -msgstr "Previous Password" - -#: ../../../modules/web/themes/material-blue/views/login/index.inc:73 -msgid "Acceder" -msgstr "Sign in" - -#: ../../../modules/web/themes/material-blue/views/login/index.inc:82 -msgid "¿Olvidó su clave?" -msgstr "Forgot password?" - -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:14 -#, php-format -msgid "Actualización %s" -msgstr "Update %s" - -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:20 -msgid "Actualización de BBDD" -msgstr "DB Update" - -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:22 -msgid "Actualización de Aplicación" -msgstr "Application Update" - -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:29 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:28 -msgid "Código de Seguridad" -msgstr "Security Code" - -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:37 -msgid "" -"Este código se encuentra en el archivo de configuración de sysPass con la " -"etiqueta \"upgradeKey\"" -msgstr "" -"This code is set in sysPass config file within the tag name \"upgradekey\"" - -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:47 -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:49 -msgid "Si no se indican los IDs, se crearán nuevos elementos." -msgstr "If items IDs are not set, they will be created." - -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:74 -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:85 -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:96 -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:108 -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:118 -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:128 -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:150 -msgid "Introducir login de usuario válido" -msgstr "Enter a valid user login" - -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:162 -#: ../../../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:176 -#: ../../../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:186 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:51 -msgid "Iniciar Actualización" -msgstr "Start Update" - -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:95 -msgid "Notificación global" -msgstr "Global notification" - -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:103 -msgid "Sólo para administradores de la aplicación" -msgstr "Only for application administrators" - -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:107 -msgid "Solo Admins" -msgstr "Only Admins" - -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:29 -msgid "Nombre del plugin" -msgstr "Plugin name" - -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:41 -msgid "Versión del plugin" -msgstr "Plugin version" - -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:46 -msgid "Versión Compatible" -msgstr "Compatible Version" - -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:53 -msgid "Versión de sysPass compatible" -msgstr "sysPass compatible version" - -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:58 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:39 -msgid "Autor" -msgstr "Author" - -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:65 -msgid "Autor del plugin" -msgstr "Plugin author" - -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:11 -msgid "La aplicación necesita actualizarse" -msgstr "The application needs to be updated" - -#: ../../../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:13 -msgid "Solicitud de Cambio de Clave" -msgstr "Request Password Change" - -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:29 -msgid "Email del Usuario" -msgstr "User's Email" - -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:39 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:49 -msgid "Volver a iniciar sesión" -msgstr "Go back to login" - -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:44 -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:46 -msgid "Solicitar" -msgstr "Request" - -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:54 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:56 -msgid "Cambiar" -msgstr "Change" - -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:107 -msgid "Ordenar resultados por visitas" -msgstr "Sort search results by views" - -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:109 -msgid "" -"Ordena los resultados de búsqueda por el número de visitas de las cuentas." -msgstr "Sorts accounts search results by the number of account's views" - -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:124 -msgid "Barra de navegación superior" -msgstr "Navigation bar on top" - -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:126 -msgid "Mostrar una barra de navegación superior en las búsquedas." -msgstr "Dysplays a navigation bar on top of the search results." - -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:141 -msgid "Mostrar Acciones Ocultas" -msgstr "Show Hidden Actions" - -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:143 -msgid "" -"Mostrar las acciones ocultas para los elementos de la búsqueda de cuentas." -msgstr "Always display hidden actions on the accounts search page." - -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:175 -msgid "Notificaciones In-App" -msgstr "In-App Notifications" - -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:177 -msgid "Habilita la consulta de notificaciones activas In-App." -msgstr "Enables the active In-App notifications polling" - -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:192 -msgid "Mostrar Filtros" -msgstr "Show Filters" - -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:194 -msgid "Muestra la selección los filtros adicionales en la búsqueda de cuentas." -msgstr "Displays the additional filters selection on the accounts search." - -#. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:16 -#: ../../../config/actions.xml:277 -msgid "Ver Wiki" -msgstr "View Wiki" - -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:24 -#, php-format -msgid "Resultados de búsqueda de '%s'" -msgstr "Search results of '%s'" - -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:27 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:37 -msgid "Página" -msgstr "Page" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:7 -msgid "Buscar Cuentas" -msgstr "Search for Accounts" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:25 -msgid "Peticiones" -msgstr "Requests" - -#. (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 "Items and Customizations" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:49 -msgid "Gestión Categorías" -msgstr "Categories Management" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:55 -msgid "Gestión Clientes" -msgstr "Customers Management" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:61 -msgid "Gestión Autorizaciones API" -msgstr "API Authorizations Management" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:67 -msgid "Gestión Campos Personalizados" -msgstr "Custom Fields Management" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:79 -msgid "Gestión de Archivos" -msgstr "Files Management" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:85 -msgid "Gestión de Cuentas" -msgstr "Accounts Management" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:91 -msgid "Gestión de Etiquetas" -msgstr "Tags Management" - -#. (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 "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:121 -msgid "Gestión Grupos" -msgstr "Groups Management" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:127 -msgid "Gestión Perfiles" -msgstr "Profiles 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:151 ../../../config/actions.xml:481 -msgid "Ver Cuenta" -msgstr "View Account" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:181 -msgid "Editar Clave de Cuenta" -msgstr "Edit Account Password" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:211 ../../../config/actions.xml:469 -msgid "Subir Archivo" -msgstr "Upload File" - -#. (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 -msgid "Ver Enlace Público" -msgstr "Show 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:553 -msgid "Habilitar Plugin" -msgstr "Enable Plugin" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:559 -msgid "Deshabilitar Plugin" -msgstr "Disable Plugin" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:565 -msgid "Restablecer Plugin" -msgstr "Reset Plugin" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:601 -msgid "Editar Clave Usuario" -msgstr "Edit User Password" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:673 -msgid "Configuración Usuario" -msgstr "User Configuration" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:679 -msgid "Preferencias General" -msgstr "General Preferences" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:703 -msgid "Configuración Cuentas" -msgstr "Accounts Configuration" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:709 -msgid "Configuración Wiki" -msgstr "Wiki Configuration" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:715 -msgid "Configuración Encriptación" -msgstr "Encryption Configuration" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:721 -msgid "Actualizar Hash" -msgstr "Update Hash" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:727 -msgid "Clave Maestra Temporal" -msgstr "Temporary Master Password" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:733 -msgid "Configuración Copia de Seguridad" -msgstr "Backup Configuration" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:745 -msgid "Configuración Importación" -msgstr "Import Configuration" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:751 -msgid "Importar CSV" -msgstr "CSV Import" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:757 -msgid "Importar XML" -msgstr "XML Import" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:763 -msgid "Configuración Exportación" -msgstr "Export Configuration" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:769 -msgid "Exportación" -msgstr "Export" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:775 -msgid "Configuración Email" -msgstr "Email Configuration" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:781 -msgid "Configuración LDAP" -msgstr "LDAP Configuration" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:787 -msgid "Sincronización LDAP" -msgstr "LDAP synchronization" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:793 -msgid "Gestión de Cuenta (H)" -msgstr "Account Management (H)" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:823 -msgid "Crear Notificación" -msgstr "Create Notification" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:853 -msgid "Gestión Valores Predeterminados" -msgstr "Preset Values Management" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:889 -msgid "Gestión de Tracks" -msgstr "Tracks Management" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:901 -msgid "Desbloquear track" -msgstr "Unlock track" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:907 -msgid "Vaciar tracks" -msgstr "Clear the tracks out" - -#. (itstool) path: strings/text -#: ../../../config/strings.xml:4 -msgid "Color" -msgstr "Color" - -#. (itstool) path: strings/text -#: ../../../config/strings.xml:5 -msgid "Número" -msgstr "Number" - -#. (itstool) path: strings/text -#: ../../../config/strings.xml:6 -msgid "Teléfono" -msgstr "Phone" - -#. (itstool) path: strings/text -#: ../../../config/strings.xml:7 -msgid "Área de Texto" -msgstr "Text Area" - -#. (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 "Clave Temporal Generada" -#~ msgstr "Temporary Password Generated" - -#~ msgid "Generar Clave Temporal" -#~ msgstr "Generate Temporary Password" - -#~ msgid "Muestra la selección los filtros adicionales en la búsqueda." -#~ msgstr "Shows the additional filters selection on the accounts search." - -#~ msgid "Último backup" -#~ msgstr "Last backup" - -#~ msgid "Última exportación" -#~ msgstr "Last export" - -#~ msgid "No hay backups para descargar" -#~ msgstr "There aren't any backups for download" - -#~ msgid "No hay archivos XML para descargar" -#~ msgstr "There aren't any XML files for download" - -#~ msgid "Hay %d notificaciones pendientes" -#~ msgstr "There are %d unread notifications" - -#~ msgid "Id de grupo de usuario" -#~ msgstr "User group Id" - -#~ msgid "Etiqueta" -#~ msgstr "Tag" - -#~ msgid "LDAP ERROR" -#~ msgstr "LDAP ERROR" - -#~ msgid "No es posible generar las claves RSA" -#~ msgstr "Unable to generate the RSA keys" - -#~ msgid "El archivo de clave no existe" -#~ msgstr "The key file does not exist" - -#~ msgid "Error al buscar el grupo de usuarios" -#~ msgstr "Error while searching users group" - -#~ msgid "Es necesario un usuario" -#~ msgstr "An username is needed" - -#~ msgid "Usuarios Secundarios" -#~ msgstr "Secondary Users" - -#~ msgid "Grupos Secundarios" -#~ msgstr "Secondary Groups" - -#~ msgid "Gestión Permisos" -#~ msgstr "Permissions Management" - -#~ msgid "Buscar Permiso" -#~ msgstr "Search for Permission" - -#~ msgid "Ver Permiso" -#~ msgstr "View Permission" - -#~ msgid "Editar Permiso" -#~ msgstr "Edit Permission" - -#~ msgid "Eliminar Permiso" -#~ msgstr "Delete Permission" - -#~ msgid "Permiso no encontrada" -#~ msgstr "Permission not found" - -#~ msgid "Permisos eliminados" -#~ msgstr "Permissions deleted" - -#~ msgid "Permiso eliminado" -#~ msgstr "Permission deleted" - -#~ msgid "Permiso creado" -#~ msgstr "Permission added" - -#~ msgid "Permiso actualizado" -#~ msgstr "Permission updated" - -#~ msgid "Gestión de Permisos" -#~ msgstr "Permissions Management" - -#, fuzzy -#~ msgid "Error al eliminar permisos" -#~ msgstr "Error while removing the profile" - -#~ msgid "Nuevo CLiente" -#~ msgstr "New Client" - -#~ msgid "El archivo de estructura de la BBDD no existe" -#~ msgstr "The database structure file does not exist" - -#~ msgid "No es posible crear la BBDD de la aplicación. Descárguela de nuevo." -#~ msgstr "" -#~ "Unable to create the application database. Please download it again." - -#~ msgid "No es necesario actualizar la Base de Datos." -#~ msgstr "Database update not needed." - -#~ 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 "Extensión '%s' no cargada" -#~ msgstr "Extension '%s' not loaded" - -#~ msgid "Respuesta" -#~ msgstr "Response" - -#~ msgid "Versión de PHP requerida >= " -#~ msgstr "Required PHP version >=" - -#~ msgid "La version de PHP es vulnerable al ataque NULL Byte (CVE-2006-7243)" -#~ msgstr "This PHP version is vulnerable to NULL Byte attack CVE-2006-7243)" - -#~ msgid "Actualice la versión de PHP para usar sysPass de forma segura" -#~ msgstr "Please update PHP version to run sysPass in a secure way" - -#~ msgid "No se encuentra el generador de números aleatorios." -#~ msgstr "Cannot find random number generator." - -#~ msgid "" -#~ "Sin esta función un atacante puede utilizar su cuenta al resetear la clave" -#~ msgstr "" -#~ "Without this function, an attacker could take your account on password " -#~ "reset." - -#~ msgid "Crear Cuenta" -#~ msgstr "Add Account" - -#~ msgid "Crear Categoría" -#~ msgstr "Add Category" - -#~ msgid "Crear Cliente" -#~ msgstr "Add Client" - -#~ 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 "Los parámetros de DokuWiki no están configurados" -#~ msgstr "The DokuWiki parameters are not set" - -#~ msgid "Error" -#~ msgstr "Error" - -#~ msgid "Conexión correcta" -#~ msgstr "Connection successful" - -#~ msgid "Error de conexión a DokuWiki" -#~ msgstr "Error while connecting to DokuWiki" - -#~ msgid "Actualización" -#~ msgstr "Update" - -#~ msgid "Actualización de versión realizada." -#~ msgstr "Version updating done." - -#~ msgid "Compruebe los permisos del directorio temporal" -#~ msgstr "Please, check the temporary directory permissions" - -#~ msgid "No es posible finalizar una transacción" -#~ msgstr "Unable to finish a transaction" - -#~ msgid "El enlace no existe" -#~ msgstr "The link does not exist" - -#~ msgid "Grupo en uso" -#~ msgstr "Group in use" - -#~ msgid "Perfil en uso" -#~ msgstr "Profile in use" - -#~ msgid "Error en el módulo de encriptación" -#~ msgstr "Error on the encryption module" - -#~ msgid "No es posible leer/escribir el archivo: %s" -#~ msgstr "Unable to read/write the file: %s" - -#~ msgid "Hablitar edición" -#~ msgstr "Enable Edit" - -#~ msgid "Se permite un máximo de 4 caracteres." -#~ msgstr "Max 4 characters allowed." - -#~ msgid "No se encontraron campos personalizados" -#~ msgstr "Custom fields not found" - -#~ msgid "Error al migrar campos personalizados" -#~ msgstr "Error while migrating the custom fields" - -#~ msgid "Accesos" -#~ msgstr "Accesses" - -#~ msgid "Cuentas Vinculadas" -#~ msgstr "Linked Accounts" - -#~ msgid "Archivos Eliminados" -#~ msgstr "Files Deleted" - -#~ msgid "Error al eliminar el archivo: %s" -#~ msgstr "Error while deleting the file: %s" - -#, fuzzy -#~ msgid "No es posible crear el directorio: %s" -#~ msgstr "Unable to create the backups directory (\"%s\")" - -#~ msgid "No es un ID de archivo válido" -#~ msgstr "Invalid file ID" - -#~ msgid "Solicitud no enviada" -#~ msgstr "Request not sent" - -#~ msgid "Compruebe datos de usuario o consulte con el administrador" -#~ msgstr "Please, check the user data or contact to the administrator" - -#~ msgid "La clave es incorrecta o no coincide" -#~ msgstr "Wrong password or does not match" - -#~ msgid "Inicio" -#~ msgstr "Start" - -#~ msgid "Fallo al actualizar la clave del histórico" -#~ msgstr "Error on updating the history's master password" - -#~ msgid "No se pudieron obtener los datos de las cuentas" -#~ msgstr "Unable to retrieve the accounts data" - -#~ msgid "Modificar configuración" -#~ msgstr "Update Configuration" - -#~ msgid "Sección" -#~ msgstr "Section" - -#~ msgid "Modificar Configuración" -#~ msgstr "Edit Configuration" - -#~ msgid "Crear Usuario" -#~ msgstr "Add User" - -#~ msgid "No se pudo realizar la petición de cambio de clave." -#~ msgstr "Could not perform the password change request." - -#~ msgid "Actualizar Usuario" -#~ msgstr "Update User" - -#~ msgid "Actualizar Clave Usuario" -#~ msgstr "Update User's Password" - -#~ msgid "Crear Grupo" -#~ msgstr "Add Group" - -#~ msgid "Actualizar Grupo" -#~ msgstr "Update Group" - -#~ msgid "Crear Perfil" -#~ msgstr "Add Profile" - -#~ msgid "Actualizar Perfil" -#~ msgstr "Update Profile" - -#~ msgid "Actualizar Cliente" -#~ msgstr "Update Customer" - -#~ msgid "Actualizar Categoría" -#~ msgstr "Update Category" - -#~ msgid "Crear Autorización" -#~ msgstr "Add Authorization" - -#~ msgid "Actualizar Campo" -#~ msgstr "Update Field" - -#~ msgid "Crear Enlace" -#~ msgstr "Create Link" - -#~ msgid "Actualizar Enlace" -#~ msgstr "Update Link" - -#~ msgid "Actualizar Etiqueta" -#~ msgstr "Update Tag" - -#~ msgid "Actualizar Plugin" -#~ msgstr "Update Plugin" - -#~ msgid "Actualizar Cuenta" -#~ msgstr "Update Account" - -#~ msgid "Eliminar Cuenta (H)" -#~ msgstr "Delete Account (H)" - -#~ msgid "Solicitud de Modificación de Cuenta" -#~ msgstr "Request for Account Modification" - -#~ msgid "Solicitud enviada por correo" -#~ msgstr "Request sent by email" - -#~ msgid "Solicitud no enviada por correo" -#~ msgstr "Request not sent by email" - -#~ msgid "Detalles de Plugin" -#~ msgstr "Plugin Details" - -#~ msgid "Autorizaciones" -#~ msgstr "Authorizations" - -#~ msgid "Token de autorización visualizado" -#~ msgstr "Authorization token viewed" - -#~ msgid "La clave maestra no coincide" -#~ msgstr "The Master Password does not match" - -#~ msgid "Inicio sesión" -#~ msgstr "Log in" - -#~ msgid "Error al obtener los datos del usuario de la BBDD" -#~ msgstr "Error while retrieving the user's data from DB" - -#~ msgid "Descargar nueva versión" -#~ msgstr "Download new version" - -#~ msgid "Gestión Aplicación" -#~ msgstr "Application Management" - -#~ msgid "Buscar Categorías" -#~ msgstr "Search for Categories" - -#~ msgid "Añadir Categoría" -#~ msgstr "Add Category" - -#~ msgid "Buscar Clientes" -#~ msgstr "Search for Customers" - -#~ msgid "Añadir Cliente" -#~ msgstr "Add Customer" - -#~ msgid "Exportar" -#~ msgstr "Export" - -#~ msgid "Sesión" -#~ msgstr "Session" - -#~ msgid "Actual:" -#~ msgstr "Current:" - -#~ msgid "Error al actualizar la clave maestra del usuario \"admin\"" -#~ msgstr "Error while updating the Master Password for user \"admin\"" - -#~ msgid "Actualizando IDs de cuentas" -#~ msgstr "Updating accounts ID" - -#~ msgid "Actualizando IDs de categorías" -#~ msgstr "Updating categories ID" - -#~ msgid "" -#~ "Se ha regenerado el HASH de clave maestra. No es necesaria ninguna acción." -#~ msgstr "" -#~ "The Master Password HASH has been regenerated. No further action is " -#~ "needed." - -#~ 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 "Si es un administrador pulse en el enlace: %s" -#~ msgstr "If you are an administrator, click on the link: %s" - -#~ msgid "Actualizando IDs de usuarios" -#~ msgstr "Updating users ID" - -#~ msgid "Exportar XML" -#~ msgstr "XML Export" - -#~ msgid "Error al realizar la exportación de cuentas" -#~ msgstr "Error while exporting the accounts" - -#~ msgid "Exportación de cuentas realizada correctamente" -#~ msgstr "Export completed successfully" - -#~ msgid "No es posible acceder directamente a este archivo" -#~ msgstr "Unable to access to this file" - -#~ msgid "Enviar Email" -#~ msgstr "Send Email" - -#~ msgid "CC" -#~ msgstr "CC" - -#~ msgid "Migrar Perfiles" -#~ msgstr "Migrate Profiles" - -#~ msgid "Error al obtener perfiles" -#~ msgstr "Error while retrieving the profiles" - -#~ msgid "Operación realizada correctamente" -#~ msgstr "Operation completed successfully" - -#~ msgid "Fallo al realizar la operación" -#~ msgstr "Error while performing the operation" - -#~ msgid "Error al obtener etiqueta" -#~ msgstr "Error while retrieving the tag" - -#~ msgid "Error al guardar los datos de LDAP" -#~ msgstr "Error while saving the LDAP user data" - -#~ msgid "Activación Cuenta" -#~ msgstr "Account Activation" - -#~ msgid "Su cuenta está pendiente de activación." -#~ msgstr "Your account activation is pending." - -#~ msgid "En breve recibirá un email de confirmación." -#~ msgstr "You will receive a confirmation email shortly." - -#~ msgid "Error al actualizar la clave del usuario en la BBDD" -#~ msgstr "Error while updating the user's password in DB" - -#~ msgid "Sincronización finalizada" -#~ msgstr "Synchronization finished" - -#~ msgid "Error al migrar cuenta de usuario" -#~ msgstr "Error while migrating the user account" - -#~ msgid "Error al obtener grupo de usuarios" -#~ msgstr "Error while retrieving the users group" - -#~ msgid "Error al migrar grupo del usuario" -#~ msgstr "Error while migrating the user group" - -#~ msgid "Actualizando preferencias" -#~ msgstr "Updating preferences" - -#~ msgid "Usuario de SSO" -#~ msgstr "SSO User" - -#~ msgid "Error al guardar los datos de SSO" -#~ msgstr "Error while saving the SSO user data" - -#~ msgid "Nuevo usuario de SSO" -#~ msgstr "New SSO user" - -#~ msgid "Modificar Cuenta" -#~ msgstr "Edit Account" - -#~ msgid "Usuario/Clave no introducidos" -#~ msgstr "User/Pass not entered" diff --git a/app/locales/es_ES/LC_MESSAGES/messages.mo b/app/locales/es_ES/LC_MESSAGES/messages.mo new file mode 100644 index 0000000000000000000000000000000000000000..ce2a06b283645dd13bb7861f29b52f0426da116d GIT binary patch literal 104430 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\n" +"Language-Team: nuxsmin@syspass.org\n" +"Language: es_ES\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-KeywordsList: _;__;__u;gettext;gettext_noop\n" +"X-Poedit-SourceCharset: UTF-8\n" +"X-Generator: Poedit 1.8.11\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Poedit-Basepath: ../../../..\n" +"X-Poedit-SearchPath-0: app/modules\n" +"X-Poedit-SearchPath-1: lib\n" +"X-Poedit-SearchPath-2: app/config\n" +"X-Poedit-SearchPathExcluded-0: app/modules/**/plugins\n" + +#: app/modules/api/Controllers/AccountController.php:70 +msgid "Account displayed" +msgstr "Cuenta visualizada" + +#: app/modules/api/Controllers/AccountController.php:71 +#: app/modules/api/Controllers/AccountController.php:103 +#: app/modules/api/Controllers/AccountController.php:139 +#: app/modules/api/Controllers/AccountController.php:189 +#: app/modules/api/Controllers/AccountController.php:240 +#: app/modules/api/Controllers/AccountController.php:315 +#: app/modules/api/Controllers/CategoryController.php:63 +#: app/modules/api/Controllers/CategoryController.php:92 +#: app/modules/api/Controllers/CategoryController.php:122 +#: app/modules/api/Controllers/CategoryController.php:151 +#: app/modules/api/Controllers/ClientController.php:64 +#: app/modules/api/Controllers/ClientController.php:94 +#: app/modules/api/Controllers/ClientController.php:125 +#: app/modules/api/Controllers/ClientController.php:154 +#: app/modules/api/Controllers/TagController.php:62 +#: app/modules/api/Controllers/TagController.php:90 +#: app/modules/api/Controllers/TagController.php:119 +#: app/modules/api/Controllers/TagController.php:148 +#: app/modules/api/Controllers/UserGroupController.php:62 +#: app/modules/api/Controllers/UserGroupController.php:92 +#: app/modules/api/Controllers/UserGroupController.php:123 +#: app/modules/api/Controllers/UserGroupController.php:152 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:240 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:113 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:104 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:105 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:108 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:116 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:107 +#: app/modules/web/Controllers/UserGroupController.php:274 +#: app/modules/web/Controllers/UserGroupController.php:315 +#: lib/SP/Plugin/PluginManager.php:320 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:30 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:43 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:22 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:24 +#: app/modules/web/themes/material-blue/views/account/account.inc:65 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:54 +#: app/modules/web/themes/material-blue/views/config/info.inc:39 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:23 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:23 +#: app/modules/web/themes/material-blue/views/itemshow/tag.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:35 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:24 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:533 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:22 +msgid "Name" +msgstr "Nombre" + +#: app/modules/api/Controllers/AccountController.php:72 +#: app/modules/api/Controllers/AccountController.php:104 +#: app/modules/api/Controllers/AccountController.php:140 +#: app/modules/api/Controllers/AccountController.php:190 +#: app/modules/api/Controllers/AccountController.php:241 +#: app/modules/api/Controllers/AccountController.php:316 +#: app/modules/web/Controllers/AccountController.php:227 +#: app/modules/web/Controllers/AccountController.php:749 +#: app/modules/web/Controllers/AccountController.php:796 +#: app/modules/web/Controllers/AccountController.php:839 +#: app/modules/web/Controllers/AccountController.php:880 +#: app/modules/web/Controllers/AccountController.php:932 +#: app/modules/web/Controllers/AccountController.php:968 +#: app/modules/web/Controllers/AccountFileController.php:259 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:121 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:158 +#: app/modules/web/Controllers/AccountManagerController.php:151 +#: app/modules/web/Controllers/ClientController.php:225 +#: app/modules/web/Controllers/ClientController.php:259 +#: app/modules/web/Controllers/ClientController.php:297 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:233 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:114 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:105 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:109 +#: lib/SP/Services/Import/CsvImportBase.php:159 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:41 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:47 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:57 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:59 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:34 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:40 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:35 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:41 +#: app/modules/web/themes/material-blue/views/account/account.inc:78 +#: app/modules/web/themes/material-blue/views/account/account.inc:80 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:32 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:36 +msgid "Client" +msgstr "Cliente" + +#: app/modules/api/Controllers/AccountController.php:102 +#: app/modules/web/Controllers/AccountController.php:573 +#: app/modules/web/Controllers/AccountController.php:631 +msgid "Password viewed" +msgstr "Clave visualizada" + +#: app/modules/api/Controllers/AccountController.php:138 +#: app/modules/api/Controllers/AccountController.php:144 +#: app/modules/web/Controllers/AccountController.php:837 +#: app/modules/web/Controllers/AccountController.php:848 +#: app/modules/web/Controllers/UserController.php:428 +#: app/modules/web/Controllers/UserController.php:432 +#: app/modules/web/Controllers/UserPassResetController.php:196 +#: app/modules/web/Controllers/UserPassResetController.php:200 +msgid "Password updated" +msgstr "Clave actualizada" + +#: app/modules/api/Controllers/AccountController.php:188 +#: app/modules/api/Controllers/AccountController.php:194 +#: app/modules/web/Controllers/AccountController.php:747 +#: app/modules/web/Controllers/AccountController.php:758 +msgid "Account created" +msgstr "Cuenta creada" + +#: app/modules/api/Controllers/AccountController.php:239 +#: app/modules/api/Controllers/AccountController.php:245 +#: app/modules/web/Controllers/AccountController.php:794 +#: app/modules/web/Controllers/AccountController.php:805 +msgid "Account updated" +msgstr "Cuenta actualizada" + +#: app/modules/api/Controllers/AccountController.php:314 +#: app/modules/api/Controllers/AccountController.php:320 +#: app/modules/web/Controllers/AccountController.php:930 +#: app/modules/web/Controllers/AccountController.php:935 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:119 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:124 +#: app/modules/web/Controllers/AccountManagerController.php:149 +#: app/modules/web/Controllers/AccountManagerController.php:154 +msgid "Account removed" +msgstr "Cuenta eliminada" + +#: app/modules/api/Controllers/CategoryController.php:62 +msgid "Category displayed" +msgstr "Categoría visualizada" + +#: app/modules/api/Controllers/CategoryController.php:91 +#: app/modules/api/Controllers/CategoryController.php:96 +#: app/modules/web/Controllers/CategoryController.php:263 +#: app/modules/web/Controllers/CategoryController.php:267 +msgid "Category added" +msgstr "Categoría creada" + +#: app/modules/api/Controllers/CategoryController.php:121 +#: app/modules/api/Controllers/CategoryController.php:126 +#: app/modules/web/Controllers/CategoryController.php:305 +#: app/modules/web/Controllers/CategoryController.php:309 +msgid "Category updated" +msgstr "Categoría actualizada" + +#: app/modules/api/Controllers/CategoryController.php:150 +#: app/modules/api/Controllers/CategoryController.php:155 +#: app/modules/web/Controllers/CategoryController.php:227 +#: app/modules/web/Controllers/CategoryController.php:231 +msgid "Category deleted" +msgstr "Categoría eliminada" + +#: app/modules/api/Controllers/ClientController.php:63 +msgid "Client displayed" +msgstr "Cliente visualizado" + +#: app/modules/api/Controllers/ClientController.php:93 +#: app/modules/api/Controllers/ClientController.php:98 +#: app/modules/web/Controllers/ClientController.php:258 +#: app/modules/web/Controllers/ClientController.php:262 +#: lib/SP/Services/Import/KeepassImport.php:77 +msgid "Client added" +msgstr "Cliente creado" + +#: app/modules/api/Controllers/ClientController.php:124 +#: app/modules/api/Controllers/ClientController.php:129 +#: app/modules/web/Controllers/ClientController.php:296 +#: app/modules/web/Controllers/ClientController.php:300 +msgid "Client updated" +msgstr "Cliente actualizado" + +#: app/modules/api/Controllers/ClientController.php:153 +#: app/modules/api/Controllers/ClientController.php:158 +#: app/modules/web/Controllers/ClientController.php:224 +#: app/modules/web/Controllers/ClientController.php:228 +msgid "Client deleted" +msgstr "Cliente eliminado" + +#: app/modules/api/Controllers/ConfigController.php:57 +#: app/modules/web/Controllers/ConfigBackupController.php:68 +msgid "Application and database backup completed successfully" +msgstr "Copia de la aplicación y base de datos realizada correctamente" + +#: app/modules/api/Controllers/ConfigController.php:58 +#: app/modules/api/Controllers/ConfigController.php:83 +#: app/modules/api/Controllers/Help/ConfigHelp.php:43 +#: app/modules/api/Controllers/Help/ConfigHelp.php:54 +msgid "Path" +msgstr "Ruta" + +#: app/modules/api/Controllers/ConfigController.php:61 +#: app/modules/web/Controllers/ConfigBackupController.php:71 +msgid "Backup process finished" +msgstr "Proceso de backup finalizado" + +#: app/modules/api/Controllers/ConfigController.php:82 +#: app/modules/web/Controllers/ConfigBackupController.php:96 +msgid "sysPass XML export" +msgstr "Exportación de sysPass en XML" + +#: app/modules/api/Controllers/ConfigController.php:91 +#: app/modules/api/Controllers/ConfigController.php:94 +#: app/modules/web/Controllers/ConfigBackupController.php:106 +#: app/modules/web/Controllers/ConfigBackupController.php:134 +msgid "Export process finished" +msgstr "Proceso de exportación finalizado" + +#: app/modules/api/Controllers/ControllerBase.php:146 +#: lib/SP/Services/Api/ApiService.php:186 +msgid "Unauthorized access" +msgstr "Acceso no permitido" + +#: app/modules/api/Controllers/Help/AccountHelp.php:43 +#: app/modules/api/Controllers/Help/AccountHelp.php:54 +#: app/modules/api/Controllers/Help/AccountHelp.php:67 +#: app/modules/api/Controllers/Help/AccountHelp.php:105 +#: app/modules/api/Controllers/Help/AccountHelp.php:144 +msgid "Account Id" +msgstr "Id de la cuenta" + +#: app/modules/api/Controllers/Help/AccountHelp.php:55 +#: app/modules/api/Controllers/Help/AccountHelp.php:68 +#: app/modules/api/Controllers/Help/AccountHelp.php:81 +msgid "Token's password" +msgstr "Clave del token" + +#: app/modules/api/Controllers/Help/AccountHelp.php:56 +msgid "Send details in the response" +msgstr "Devolver detalles en la respuesta" + +#: app/modules/api/Controllers/Help/AccountHelp.php:69 +#: app/modules/api/Controllers/Help/AccountHelp.php:85 +#: app/modules/api/Controllers/Help/ConfigHelp.php:55 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:74 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:80 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:91 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:89 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:92 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:101 +#: app/modules/web/themes/material-blue/views/account/account.inc:155 +#: app/modules/web/themes/material-blue/views/account/account.inc:163 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:42 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:293 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:296 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:81 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:170 +#: app/modules/web/themes/material-blue/views/config/mail.inc:119 +#: app/modules/web/themes/material-blue/views/config/mail.inc:126 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:253 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:260 +#: app/modules/web/themes/material-blue/views/install/index.inc:45 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:52 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:59 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:100 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:108 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:45 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:52 +#: app/modules/web/themes/material-blue/views/login/index.inc:35 +#: app/modules/web/themes/material-blue/views/login/index.inc:98 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:27 +msgid "Password" +msgstr "Clave" + +#: app/modules/api/Controllers/Help/AccountHelp.php:70 +#: app/modules/api/Controllers/Help/AccountHelp.php:91 +#: app/modules/api/Controllers/Help/AccountHelp.php:114 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:97 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:114 +#: app/modules/web/themes/material-blue/views/account/account.inc:181 +#: app/modules/web/themes/material-blue/views/account/details.inc:88 +#: app/modules/web/themes/material-blue/views/account/details.inc:90 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:243 +msgid "Password Expiry Date" +msgstr "Fecha Caducidad Clave" + +#: app/modules/api/Controllers/Help/AccountHelp.php:82 +#: app/modules/api/Controllers/Help/AccountHelp.php:106 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:36 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:52 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:29 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:30 +#: app/modules/web/themes/material-blue/views/account/account.inc:73 +msgid "Account name" +msgstr "Nombre de cuenta" + +#: app/modules/api/Controllers/Help/AccountHelp.php:83 +#: app/modules/api/Controllers/Help/AccountHelp.php:107 +#: app/modules/api/Controllers/Help/CategoryHelp.php:43 +#: app/modules/api/Controllers/Help/CategoryHelp.php:66 +#: app/modules/api/Controllers/Help/CategoryHelp.php:91 +msgid "Category Id" +msgstr "Id de categoría" + +#: app/modules/api/Controllers/Help/AccountHelp.php:84 +#: app/modules/api/Controllers/Help/AccountHelp.php:108 +#: app/modules/api/Controllers/Help/ClientHelp.php:43 +#: app/modules/api/Controllers/Help/ClientHelp.php:67 +#: app/modules/api/Controllers/Help/ClientHelp.php:93 +msgid "Client Id" +msgstr "Id de cliente" + +#: app/modules/api/Controllers/Help/AccountHelp.php:86 +#: app/modules/api/Controllers/Help/AccountHelp.php:109 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:109 +#: app/modules/web/themes/material-blue/views/account/account.inc:149 +msgid "Access user" +msgstr "Usuario de acceso" + +#: app/modules/api/Controllers/Help/AccountHelp.php:87 +#: app/modules/api/Controllers/Help/AccountHelp.php:110 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:96 +#: app/modules/web/themes/material-blue/views/account/account.inc:136 +msgid "Access URL or IP" +msgstr "URL o IP de acceso" + +#: app/modules/api/Controllers/Help/AccountHelp.php:88 +#: app/modules/api/Controllers/Help/AccountHelp.php:111 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:134 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:85 +#: app/modules/web/themes/material-blue/views/account/account.inc:207 +msgid "Notes about the account" +msgstr "Notas sobre la cuenta" + +#: app/modules/api/Controllers/Help/AccountHelp.php:89 +#: app/modules/api/Controllers/Help/AccountHelp.php:112 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:198 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:119 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:29 +msgid "Private Account" +msgstr "Cuenta Privada" + +#: app/modules/api/Controllers/Help/AccountHelp.php:90 +#: app/modules/api/Controllers/Help/AccountHelp.php:113 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:217 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:48 +msgid "Private Account for Group" +msgstr "Cuenta Privada Grupo" + +#: app/modules/api/Controllers/Help/AccountHelp.php:92 +#: app/modules/api/Controllers/Help/AccountHelp.php:115 +#: app/modules/web/themes/material-blue/views/account/account.inc:252 +#: app/modules/web/themes/material-blue/views/account/account.inc:254 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:13 +msgid "Linked Account" +msgstr "Cuenta Vinculada" + +#: app/modules/api/Controllers/Help/AccountHelp.php:93 +#: app/modules/api/Controllers/Help/AccountHelp.php:116 +msgid "Array with tags id" +msgstr "Array con Ids de etiquetas" + +#: app/modules/api/Controllers/Help/AccountHelp.php:94 +#: app/modules/api/Controllers/Help/AccountHelp.php:117 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:43 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:67 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:93 +msgid "Group Id" +msgstr "Id de grupo" + +#: app/modules/api/Controllers/Help/AccountHelp.php:128 +#: app/modules/api/Controllers/Help/CategoryHelp.php:79 +#: app/modules/api/Controllers/Help/ClientHelp.php:81 +#: app/modules/api/Controllers/Help/TagHelp.php:77 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:81 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:26 +msgid "Text to search for" +msgstr "Texto a buscar" + +#: app/modules/api/Controllers/Help/AccountHelp.php:129 +#: app/modules/api/Controllers/Help/CategoryHelp.php:80 +#: app/modules/api/Controllers/Help/ClientHelp.php:82 +#: app/modules/api/Controllers/Help/TagHelp.php:78 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:82 +msgid "Number of results to display" +msgstr "Número de resultados a mostrar" + +#: app/modules/api/Controllers/Help/AccountHelp.php:130 +msgid "Category Id to filter on" +msgstr "Id de categoría a filtrar" + +#: app/modules/api/Controllers/Help/AccountHelp.php:131 +msgid "Client Id to filter on" +msgstr "Id de cliente a filtrar" + +#: app/modules/api/Controllers/Help/AccountHelp.php:132 +msgid "Array with tags id for filtering" +msgstr "Array con Ids de etiquetas a filtrar" + +#: app/modules/api/Controllers/Help/AccountHelp.php:133 +msgid "Filtering operator" +msgstr "Operador de filtrado" + +#: app/modules/api/Controllers/Help/CategoryHelp.php:54 +#: app/modules/api/Controllers/Help/CategoryHelp.php:67 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:29 +msgid "Category name" +msgstr "Nombre de la categoría" + +#: app/modules/api/Controllers/Help/CategoryHelp.php:55 +#: app/modules/api/Controllers/Help/CategoryHelp.php:68 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:41 +msgid "Category description" +msgstr "Descripción de la categoría" + +#: app/modules/api/Controllers/Help/ClientHelp.php:54 +#: app/modules/api/Controllers/Help/ClientHelp.php:68 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:30 +msgid "Client name" +msgstr "Nombre del cliente" + +#: app/modules/api/Controllers/Help/ClientHelp.php:55 +#: app/modules/api/Controllers/Help/ClientHelp.php:69 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:43 +msgid "Client description" +msgstr "Descripción del cliente" + +#: app/modules/api/Controllers/Help/ClientHelp.php:56 +#: app/modules/api/Controllers/Help/ClientHelp.php:70 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:152 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:66 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:99 +msgid "Global" +msgstr "Global" + +#: app/modules/api/Controllers/Help/TagHelp.php:43 +#: app/modules/api/Controllers/Help/TagHelp.php:65 +#: app/modules/api/Controllers/Help/TagHelp.php:89 +msgid "Tag Id" +msgstr "Id de etiqueta" + +#: app/modules/api/Controllers/Help/TagHelp.php:54 +#: app/modules/api/Controllers/Help/TagHelp.php:66 +#: app/modules/web/themes/material-blue/views/itemshow/tag.inc:29 +msgid "Tag name" +msgstr "Nombre de la etiqueta" + +#: app/modules/api/Controllers/Help/UserGroupHelp.php:54 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:68 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:31 +msgid "Group name" +msgstr "Nombre del grupo" + +#: app/modules/api/Controllers/Help/UserGroupHelp.php:55 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:69 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:44 +msgid "Group description" +msgstr "Descripción del grupo" + +#: app/modules/api/Controllers/Help/UserGroupHelp.php:56 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:70 +msgid "Array with users Id" +msgstr "Array con Ids de usuarios" + +#: app/modules/api/Controllers/TagController.php:61 +msgid "Tag displayed" +msgstr "Etiqueta visualizada" + +#: app/modules/api/Controllers/TagController.php:89 +#: app/modules/api/Controllers/TagController.php:94 +#: app/modules/web/Controllers/TagController.php:243 +msgid "Tag added" +msgstr "Etiqueta creada" + +#: app/modules/api/Controllers/TagController.php:118 +#: app/modules/api/Controllers/TagController.php:123 +#: app/modules/web/Controllers/TagController.php:276 +msgid "Tag updated" +msgstr "Etiqueta actualizada" + +#: app/modules/api/Controllers/TagController.php:147 +#: app/modules/api/Controllers/TagController.php:152 +#: app/modules/web/Controllers/TagController.php:215 +msgid "Tag removed" +msgstr "Etiqueta eliminada" + +#: app/modules/api/Controllers/UserGroupController.php:61 +msgid "Group viewed" +msgstr "Grupo visualizado" + +#: app/modules/api/Controllers/UserGroupController.php:91 +#: app/modules/api/Controllers/UserGroupController.php:96 +#: app/modules/web/Controllers/UserGroupController.php:273 +#: app/modules/web/Controllers/UserGroupController.php:277 +msgid "Group added" +msgstr "Grupo creado" + +#: app/modules/api/Controllers/UserGroupController.php:122 +#: app/modules/api/Controllers/UserGroupController.php:127 +#: app/modules/web/Controllers/UserGroupController.php:314 +#: app/modules/web/Controllers/UserGroupController.php:318 +msgid "Group updated" +msgstr "Grupo actualizado" + +#: app/modules/api/Controllers/UserGroupController.php:151 +#: app/modules/api/Controllers/UserGroupController.php:156 +#: app/modules/web/Controllers/UserGroupController.php:237 +#: app/modules/web/Controllers/UserGroupController.php:241 +msgid "Group deleted" +msgstr "Grupo eliminado" + +#: app/modules/api/Init.php:146 +msgid "Updating needed" +msgstr "Es necesario actualizar" + +#: app/modules/web/Controllers/AccountController.php:149 +#: app/modules/web/Controllers/AccountController.php:204 +#: app/modules/web/Controllers/AccountController.php:489 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:60 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:61 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:164 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:165 +#: app/modules/web/themes/material-blue/views/account/linkedAccounts.inc:28 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:58 +msgid "Account Details" +msgstr "Detalles de Cuenta" + +#: app/modules/web/Controllers/AccountController.php:225 +msgid "Link viewed" +msgstr "Enlace visualizado" + +#: app/modules/web/Controllers/AccountController.php:226 +#: app/modules/web/Controllers/AccountController.php:574 +#: app/modules/web/Controllers/AccountController.php:632 +#: app/modules/web/Controllers/AccountController.php:674 +#: app/modules/web/Controllers/AccountController.php:711 +#: app/modules/web/Controllers/AccountController.php:748 +#: app/modules/web/Controllers/AccountController.php:795 +#: app/modules/web/Controllers/AccountController.php:838 +#: app/modules/web/Controllers/AccountController.php:879 +#: app/modules/web/Controllers/AccountController.php:931 +#: app/modules/web/Controllers/AccountController.php:967 +#: app/modules/web/Controllers/AccountFileController.php:258 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:120 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:157 +#: app/modules/web/Controllers/AccountManagerController.php:150 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:108 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:25 +#: app/modules/web/themes/material-blue/views/account/account.inc:30 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:21 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:23 +msgid "Account" +msgstr "Cuenta" + +#: app/modules/web/Controllers/AccountController.php:228 +msgid "Agent" +msgstr "Agente" + +#: app/modules/web/Controllers/AccountController.php:229 +msgid "HTTPS" +msgstr "HTTPS" + +#: app/modules/web/Controllers/AccountController.php:229 +#: lib/SP/DataModel/PublicLinkListData.php:88 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:190 +msgid "ON" +msgstr "ON" + +#: app/modules/web/Controllers/AccountController.php:229 +#: lib/SP/DataModel/PublicLinkListData.php:88 +msgid "OFF" +msgstr "OFF" + +#: app/modules/web/Controllers/AccountController.php:230 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:104 +msgid "IP" +msgstr "IP" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/AccountController.php:261 +#: app/modules/web/Controllers/AccountController.php:307 +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:274 +#: app/config/actions.xml:157 +msgid "New Account" +msgstr "Nueva Cuenta" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/AccountController.php:353 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:176 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:177 +#: app/modules/web/themes/material-blue/views/account/linkedAccounts.inc:20 +#: app/config/actions.xml:163 +msgid "Edit Account" +msgstr "Modificar Cuenta" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/AccountController.php:400 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:334 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:335 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:181 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:182 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:177 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:178 +#: app/config/actions.xml:169 app/config/actions.xml:487 +#: app/config/actions.xml:799 +msgid "Remove Account" +msgstr "Eliminar Cuenta" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/AccountController.php:445 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:155 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:156 +#: app/config/actions.xml:181 +msgid "Edit Account Password" +msgstr "Modificar Clave de Cuenta" + +#: app/modules/web/Controllers/AccountController.php:673 +#: app/modules/web/Controllers/AccountController.php:710 +msgid "Password copied" +msgstr "Clave copiada" + +#: app/modules/web/Controllers/AccountController.php:878 +#: app/modules/web/Controllers/AccountController.php:889 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:156 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:161 +msgid "Account restored" +msgstr "Cuenta restaurada" + +#: app/modules/web/Controllers/AccountController.php:916 +#: app/modules/web/Controllers/AccountController.php:919 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:108 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:111 +#: app/modules/web/Controllers/AccountManagerController.php:135 +#: app/modules/web/Controllers/AccountManagerController.php:138 +msgid "Accounts removed" +msgstr "Cuentas eliminadas" + +#: app/modules/web/Controllers/AccountController.php:958 +#: app/modules/web/Forms/NotificationForm.php:106 +msgid "A description is needed" +msgstr "Es necesaria una descripción" + +#: app/modules/web/Controllers/AccountController.php:965 +#: lib/SP/Providers/Notification/NotificationHandler.php:124 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:46 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:44 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:46 +msgid "Request" +msgstr "Petición" + +#: app/modules/web/Controllers/AccountController.php:966 +msgid "Requester" +msgstr "Solicitante" + +#: app/modules/web/Controllers/AccountController.php:969 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:105 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:129 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:108 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:37 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:61 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:68 +msgid "Description" +msgstr "Descripción" + +#: app/modules/web/Controllers/AccountController.php:982 +msgid "Request done" +msgstr "Solicitud realizada" + +#: app/modules/web/Controllers/AccountFavoriteController.php:55 +msgid "Favorite added" +msgstr "Favorito añadido" + +#: app/modules/web/Controllers/AccountFavoriteController.php:73 +msgid "Favorite deleted" +msgstr "Favorito eliminado" + +#: app/modules/web/Controllers/AccountFileController.php:74 +#: app/modules/web/Controllers/AccountFileController.php:135 +msgid "File does not exist" +msgstr "El archivo no existe" + +#: app/modules/web/Controllers/AccountFileController.php:87 +#: app/modules/web/Controllers/AccountFileController.php:103 +msgid "File viewed" +msgstr "Archivo visualizado" + +#: app/modules/web/Controllers/AccountFileController.php:88 +#: app/modules/web/Controllers/AccountFileController.php:104 +#: app/modules/web/Controllers/AccountFileController.php:141 +#: app/modules/web/Controllers/AccountFileController.php:257 +#: app/modules/web/Controllers/AccountFileController.php:364 +#: app/modules/web/Controllers/ConfigBackupController.php:163 +#: app/modules/web/Controllers/ConfigBackupController.php:209 +#: app/modules/web/Controllers/ConfigBackupController.php:255 +#: app/modules/web/Controllers/ConfigGeneralController.php:195 +#: app/modules/web/Controllers/ConfigGeneralController.php:236 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:122 +#: app/modules/web/themes/material-blue/views/config/import.inc:72 +msgid "File" +msgstr "Archivo" + +#: app/modules/web/Controllers/AccountFileController.php:115 +#: app/config/strings.js.inc:40 +msgid "File not supported for preview" +msgstr "Archivo no soportado para visualizar" + +#: app/modules/web/Controllers/AccountFileController.php:140 +#: app/modules/web/Controllers/ConfigBackupController.php:162 +#: app/modules/web/Controllers/ConfigBackupController.php:208 +#: app/modules/web/Controllers/ConfigBackupController.php:254 +#: app/modules/web/Controllers/ConfigGeneralController.php:194 +#: app/modules/web/Controllers/ConfigGeneralController.php:235 +#: app/config/strings.js.inc:97 +msgid "File downloaded" +msgstr "Archivo descargado" + +#: app/modules/web/Controllers/AccountFileController.php:186 +msgid "INVALID QUERY" +msgstr "CONSULTA INVÁLIDA" + +#: app/modules/web/Controllers/AccountFileController.php:192 +msgid "There aren't any allowed extensions" +msgstr "No hay extensiones permitidas" + +#: app/modules/web/Controllers/AccountFileController.php:209 +#: lib/SP/Services/Import/FileImport.php:100 +msgid "File type not allowed" +msgstr "Tipo de archivo no soportado" + +#: app/modules/web/Controllers/AccountFileController.php:211 +#, php-format +msgid "Extension: %s" +msgstr "Extensión: %s" + +#: app/modules/web/Controllers/AccountFileController.php:216 +msgid "Invalid file" +msgstr "Archivo inválido" + +#: app/modules/web/Controllers/AccountFileController.php:218 +#, php-format +msgid "File: %s" +msgstr "Archivo: %s" + +#: app/modules/web/Controllers/AccountFileController.php:224 +#: app/modules/web/Controllers/AccountFileController.php:244 +#: lib/SP/Services/Import/FileImport.php:116 +msgid "Internal error while reading the file" +msgstr "Error interno al leer el archivo" + +#: app/modules/web/Controllers/AccountFileController.php:226 +#, php-format +msgid "Maximum size: %s" +msgstr "Máximo tamaño: %s" + +#: app/modules/web/Controllers/AccountFileController.php:234 +msgid "File size exceeded" +msgstr "Tamaño de archivo superado" + +#: app/modules/web/Controllers/AccountFileController.php:236 +#, php-format +msgid "Maximum size: %d KB" +msgstr "Máximo tamaño: %d KB" + +#: app/modules/web/Controllers/AccountFileController.php:256 +#: app/modules/web/Controllers/AccountFileController.php:265 +msgid "File saved" +msgstr "Archivo guardado" + +#: app/modules/web/Controllers/AccountFileController.php:260 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:109 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:109 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:109 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:127 +#: app/modules/web/Controllers/ItemPresetController.php:323 +#: app/modules/web/Controllers/ItemPresetController.php:364 +#: lib/SP/Services/Auth/LoginService.php:455 +#: lib/SP/Services/Auth/LoginService.php:518 +#: lib/SP/Services/Auth/LoginService.php:564 +#: lib/SP/Services/Auth/LoginService.php:607 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:35 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:37 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:23 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:30 +msgid "Type" +msgstr "Tipo" + +#: app/modules/web/Controllers/AccountFileController.php:261 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:110 +msgid "Size" +msgstr "Tamaño" + +#: app/modules/web/Controllers/AccountFileController.php:292 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:64 +#: app/modules/web/Controllers/AccountManagerController.php:79 +#: app/modules/web/Controllers/AccountManagerController.php:213 +#: app/modules/web/Controllers/AuthTokenController.php:71 +#: app/modules/web/Controllers/AuthTokenController.php:111 +#: app/modules/web/Controllers/AuthTokenController.php:176 +#: app/modules/web/Controllers/AuthTokenController.php:209 +#: app/modules/web/Controllers/AuthTokenController.php:254 +#: app/modules/web/Controllers/AuthTokenController.php:292 +#: app/modules/web/Controllers/AuthTokenController.php:344 +#: app/modules/web/Controllers/CategoryController.php:69 +#: app/modules/web/Controllers/CategoryController.php:106 +#: app/modules/web/Controllers/CategoryController.php:170 +#: app/modules/web/Controllers/CategoryController.php:203 +#: app/modules/web/Controllers/CategoryController.php:248 +#: app/modules/web/Controllers/CategoryController.php:290 +#: app/modules/web/Controllers/CategoryController.php:332 +#: app/modules/web/Controllers/ClientController.php:70 +#: app/modules/web/Controllers/ClientController.php:107 +#: app/modules/web/Controllers/ClientController.php:171 +#: app/modules/web/Controllers/ClientController.php:203 +#: app/modules/web/Controllers/ClientController.php:245 +#: app/modules/web/Controllers/ClientController.php:285 +#: app/modules/web/Controllers/ClientController.php:323 +#: app/modules/web/Controllers/CustomFieldController.php:71 +#: app/modules/web/Controllers/CustomFieldController.php:108 +#: app/modules/web/Controllers/CustomFieldController.php:170 +#: app/modules/web/Controllers/CustomFieldController.php:202 +#: app/modules/web/Controllers/CustomFieldController.php:236 +#: app/modules/web/Controllers/CustomFieldController.php:275 +#: app/modules/web/Controllers/CustomFieldController.php:314 +#: app/modules/web/Controllers/EventlogController.php:107 +#: app/modules/web/Controllers/ItemPresetController.php:70 +#: app/modules/web/Controllers/ItemPresetController.php:157 +#: app/modules/web/Controllers/ItemPresetController.php:197 +#: app/modules/web/Controllers/ItemPresetController.php:236 +#: app/modules/web/Controllers/ItemPresetController.php:268 +#: app/modules/web/Controllers/ItemPresetController.php:309 +#: app/modules/web/Controllers/ItemPresetController.php:350 +#: app/modules/web/Controllers/NotificationController.php:110 +#: app/modules/web/Controllers/NotificationController.php:173 +#: app/modules/web/Controllers/NotificationController.php:191 +#: app/modules/web/Controllers/NotificationController.php:223 +#: app/modules/web/Controllers/NotificationController.php:255 +#: app/modules/web/Controllers/NotificationController.php:308 +#: app/modules/web/Controllers/NotificationController.php:337 +#: app/modules/web/Controllers/NotificationController.php:372 +#: app/modules/web/Controllers/PluginController.php:111 +#: app/modules/web/Controllers/PluginController.php:133 +#: app/modules/web/Controllers/PluginController.php:277 +#: app/modules/web/Controllers/PublicLinkController.php:74 +#: app/modules/web/Controllers/PublicLinkController.php:111 +#: app/modules/web/Controllers/PublicLinkController.php:173 +#: app/modules/web/Controllers/PublicLinkController.php:201 +#: app/modules/web/Controllers/PublicLinkController.php:233 +#: app/modules/web/Controllers/PublicLinkController.php:276 +#: app/modules/web/Controllers/PublicLinkController.php:310 +#: app/modules/web/Controllers/PublicLinkController.php:354 +#: app/modules/web/Controllers/TagController.php:68 +#: app/modules/web/Controllers/TagController.php:105 +#: app/modules/web/Controllers/TagController.php:165 +#: app/modules/web/Controllers/TagController.php:197 +#: app/modules/web/Controllers/TagController.php:233 +#: app/modules/web/Controllers/TagController.php:266 +#: app/modules/web/Controllers/TagController.php:299 +#: app/modules/web/Controllers/UserController.php:75 +#: app/modules/web/Controllers/UserController.php:112 +#: app/modules/web/Controllers/UserController.php:197 +#: app/modules/web/Controllers/UserController.php:230 +#: app/modules/web/Controllers/UserController.php:266 +#: app/modules/web/Controllers/UserController.php:308 +#: app/modules/web/Controllers/UserController.php:373 +#: app/modules/web/Controllers/UserController.php:416 +#: app/modules/web/Controllers/UserController.php:455 +#: app/modules/web/Controllers/UserGroupController.php:77 +#: app/modules/web/Controllers/UserGroupController.php:114 +#: app/modules/web/Controllers/UserGroupController.php:185 +#: app/modules/web/Controllers/UserGroupController.php:217 +#: app/modules/web/Controllers/UserGroupController.php:259 +#: app/modules/web/Controllers/UserGroupController.php:300 +#: app/modules/web/Controllers/UserGroupController.php:341 +#: app/modules/web/Controllers/UserProfileController.php:70 +#: app/modules/web/Controllers/UserProfileController.php:107 +#: app/modules/web/Controllers/UserProfileController.php:174 +#: app/modules/web/Controllers/UserProfileController.php:206 +#: app/modules/web/Controllers/UserProfileController.php:248 +#: app/modules/web/Controllers/UserProfileController.php:285 +#: app/modules/web/Controllers/UserProfileController.php:323 +#: lib/SP/Core/Acl/UnauthorizedActionException.php:46 +#: lib/SP/Util/ErrorUtil.php:160 +msgid "You don't have permission to do this operation" +msgstr "No tiene permisos para realizar esta operación" + +#: app/modules/web/Controllers/AccountFileController.php:355 +#: app/modules/web/Controllers/AccountFileController.php:358 +msgid "Files deleted" +msgstr "Archivos eliminados" + +#: app/modules/web/Controllers/AccountFileController.php:363 +msgid "File deleted" +msgstr "Archivo eliminado" + +#: app/modules/web/Controllers/AccountFileController.php:369 +msgid "File Deleted" +msgstr "Archivo Eliminado" + +#: app/modules/web/Controllers/AccountFileController.php:405 +msgid "Files management disabled" +msgstr "Gestión de archivos deshabilitada" + +#: app/modules/web/Controllers/AccountFileController.php:424 +msgid "There are no linked files for the account" +msgstr "No hay archivos asociados a la cuenta" + +#: app/modules/web/Controllers/AccountManagerController.php:191 +#: app/modules/web/Controllers/AccountManagerController.php:194 +#: lib/SP/Services/Account/AccountCryptService.php:193 +msgid "Accounts updated" +msgstr "Cuentas actualizadas" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/AccountManagerController.php:216 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:198 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:199 +#: app/config/actions.xml:493 +msgid "Bulk Update" +msgstr "Actualización Masiva" + +#: app/modules/web/Controllers/AuthTokenController.php:114 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:155 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:156 +msgid "New Authorization" +msgstr "Nueva Autorización" + +#: app/modules/web/Controllers/AuthTokenController.php:179 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:190 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:191 +msgid "Edit Authorization" +msgstr "Editar Autorización" + +#: app/modules/web/Controllers/AuthTokenController.php:220 +#: app/modules/web/Controllers/AuthTokenController.php:223 +msgid "Authorizations deleted" +msgstr "Autorizaciones eliminadas" + +#: app/modules/web/Controllers/AuthTokenController.php:233 +#: app/modules/web/Controllers/AuthTokenController.php:237 +msgid "Authorization deleted" +msgstr "Autorización eliminada" + +#: app/modules/web/Controllers/AuthTokenController.php:234 +#: app/modules/web/Controllers/AuthTokenController.php:306 +#: app/modules/web/Controllers/AuthTokenController.php:315 +#: app/modules/web/Controllers/AuthTokenController.php:356 +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:71 +msgid "Authorization" +msgstr "Autorización" + +#: app/modules/web/Controllers/AuthTokenController.php:269 +msgid "Authorization added" +msgstr "Autorización creada" + +#: app/modules/web/Controllers/AuthTokenController.php:305 +#: app/modules/web/Controllers/AuthTokenController.php:314 +#: app/modules/web/Controllers/AuthTokenController.php:321 +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:70 +msgid "Authorization updated" +msgstr "Autorización actualizada" + +#: app/modules/web/Controllers/AuthTokenController.php:347 +msgid "View Authorization" +msgstr "Ver Autorización" + +#: app/modules/web/Controllers/AuthTokenController.php:355 +msgid "Authorization viewed" +msgstr "Autorización visualizada" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/CategoryController.php:109 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:152 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:153 +#: app/modules/web/themes/material-blue/views/account/account.inc:118 +#: app/config/actions.xml:307 +msgid "New Category" +msgstr "Nueva Categoría" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/CategoryController.php:173 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:170 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:171 +#: app/config/actions.xml:313 +msgid "Edit Category" +msgstr "Editar Categoría" + +#: app/modules/web/Controllers/CategoryController.php:214 +#: app/modules/web/Controllers/CategoryController.php:217 +msgid "Categories deleted" +msgstr "Categorías eliminadas" + +#: app/modules/web/Controllers/CategoryController.php:228 +#: app/modules/web/Controllers/CategoryController.php:264 +#: app/modules/web/Controllers/CategoryController.php:306 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:247 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:115 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:106 +#: lib/SP/Services/Import/KeepassImport.php:104 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:72 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:74 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:45 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:51 +#: app/modules/web/themes/material-blue/views/account/account.inc:103 +#: app/modules/web/themes/material-blue/views/account/account.inc:105 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:51 +msgid "Category" +msgstr "Categoría" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/CategoryController.php:335 +#: app/config/actions.xml:301 +msgid "View Category" +msgstr "Ver Categoría" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/ClientController.php:110 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:155 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:156 +#: app/modules/web/themes/material-blue/views/account/account.inc:93 +#: app/config/actions.xml:337 +msgid "New Client" +msgstr "Nuevo Cliente" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/ClientController.php:174 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:173 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:174 +#: app/config/actions.xml:343 +msgid "Edit Client" +msgstr "Editar Cliente" + +#: app/modules/web/Controllers/ClientController.php:213 +#: app/modules/web/Controllers/ClientController.php:216 +msgid "Clients deleted" +msgstr "Clientes eliminados" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/ClientController.php:326 +#: app/config/actions.xml:331 +msgid "View Client" +msgstr "Ver Cliente" + +#: app/modules/web/Controllers/ConfigAccountController.php:74 +msgid "Maximum size per file is 16MB" +msgstr "El tamaño máximo por archivo es de 16MB" + +#: app/modules/web/Controllers/ConfigAccountController.php:82 +msgid "Files enabled" +msgstr "Archivos habilitados" + +#: app/modules/web/Controllers/ConfigAccountController.php:87 +msgid "Files disabled" +msgstr "Archivos deshabilitados" + +#: app/modules/web/Controllers/ConfigAccountController.php:100 +msgid "Public links enabled" +msgstr "Enlaces públicos habilitados" + +#: app/modules/web/Controllers/ConfigAccountController.php:105 +msgid "Public links disabled" +msgstr "Enlaces públicos deshabilitados" + +#: app/modules/web/Controllers/ConfigBackupController.php:57 +#: app/modules/web/Controllers/ConfigBackupController.php:195 +#: app/modules/web/Controllers/ConfigBackupController.php:241 +#: app/modules/web/Controllers/ConfigEncryptionController.php:97 +#: app/modules/web/Controllers/ConfigEncryptionController.php:159 +#: app/modules/web/Controllers/ConfigGeneralController.php:183 +#: app/modules/web/Controllers/ConfigGeneralController.php:229 +#: app/modules/web/Controllers/ConfigImportController.php:59 +#: app/modules/web/Controllers/ConfigLdapController.php:226 +#: app/modules/web/Controllers/Traits/ConfigTrait.php:55 +#: app/modules/web/Forms/UserForm.php:131 +#: app/modules/web/Forms/UserForm.php:153 +#: app/modules/web/Forms/UserForm.php:171 +msgid "Ey, this is a DEMO!!" +msgstr "Ey, esto es una DEMO!!" + +#: app/modules/web/Controllers/ConfigBackupController.php:90 +#: app/modules/web/Controllers/UserPassResetController.php:183 +#: app/modules/web/Forms/AccountForm.php:135 +#: app/modules/web/Forms/UserForm.php:161 +msgid "Passwords do not match" +msgstr "Las claves no coinciden" + +#: app/modules/web/Controllers/ConfigBackupController.php:121 +msgid "Verification of exported data finished" +msgstr "Verificación de datos exportados finalizada" + +#: app/modules/web/Controllers/ConfigBackupController.php:122 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:113 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:237 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:163 +#: app/modules/web/themes/material-blue/views/config/info.inc:49 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:34 +msgid "Version" +msgstr "Versión" + +#: app/modules/web/Controllers/ConfigBackupController.php:123 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:128 +#: app/modules/web/themes/material-blue/views/common/aux-customfields.inc:17 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:90 +msgid "Encrypted" +msgstr "Encriptado" + +#: app/modules/web/Controllers/ConfigBackupController.php:123 +#: app/modules/web/themes/material-blue/views/config/info.inc:140 +msgid "Yes" +msgstr "Sí" + +#: app/modules/web/Controllers/ConfigBackupController.php:123 +#: app/modules/web/themes/material-blue/views/config/info.inc:140 +msgid "No" +msgstr "No" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/ConfigBackupController.php:124 +#: app/modules/web/Controllers/ConfigManagerController.php:174 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:101 +#: lib/SP/Providers/Notification/NotificationHandler.php:125 +#: lib/SP/Providers/Notification/NotificationHandler.php:156 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:74 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:25 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:394 +#: app/config/actions.xml:13 +msgid "Accounts" +msgstr "Cuentas" + +#: app/modules/web/Controllers/ConfigBackupController.php:125 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:93 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:76 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:330 +msgid "Clients" +msgstr "Clientes" + +#: app/modules/web/Controllers/ConfigBackupController.php:126 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:94 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:75 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:298 +msgid "Categories" +msgstr "Categorías" + +#: app/modules/web/Controllers/ConfigBackupController.php:127 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:94 +#: app/modules/web/themes/material-blue/views/account/account.inc:211 +#: app/modules/web/themes/material-blue/views/account/account.inc:213 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:94 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:314 +msgid "Tags" +msgstr "Etiquetas" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:73 +#: app/modules/web/Controllers/ConfigEncryptionController.php:147 +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 +#: lib/SP/Services/Auth/LoginService.php:300 +#: lib/SP/Services/Auth/LoginService.php:324 +#: lib/SP/Services/User/UpdatedMasterPassException.php:45 +#: lib/SP/Util/ErrorUtil.php:164 +msgid "Master password updated" +msgstr "Clave maestra actualizada" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:73 +#: app/modules/web/Controllers/ConfigEncryptionController.php:147 +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 +#: lib/SP/Services/User/UpdatedMasterPassException.php:45 +#: lib/SP/Util/ErrorUtil.php:165 +msgid "Please, restart the session for update it" +msgstr "Reinicie la sesión para cambiarla" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:77 +msgid "Master password not entered" +msgstr "Clave maestra no indicada" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:81 +msgid "The password update must be confirmed" +msgstr "Se ha de confirmar el cambio de clave" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:85 +msgid "Passwords are the same" +msgstr "Las claves son idénticas" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:89 +msgid "Master passwords do not match" +msgstr "Las claves maestras no coinciden" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:93 +msgid "The current master password does not match" +msgstr "La clave maestra actual no coincide" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:143 +msgid "Error while saving the Master Password's hash" +msgstr "Error al guardar el hash de la clave maestra" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:166 +#: app/modules/web/Controllers/ConfigEncryptionController.php:168 +msgid "Master password hash updated" +msgstr "Hash de clave maestra actualizado" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:175 +msgid "Error while updating the master password hash" +msgstr "Error al actualizar el hash de la clave maestra" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:199 +#: app/modules/web/Controllers/ConfigEncryptionController.php:205 +#: app/modules/web/Controllers/ConfigEncryptionController.php:209 +msgid "Temporary password generated" +msgstr "Clave temporal generada" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:199 +#: app/modules/web/Controllers/ConfigMailController.php:146 +#: app/modules/web/Controllers/ConfigMailController.php:152 +#: lib/SP/Services/Mail/MailService.php:141 +msgid "Email sent" +msgstr "Email enviado" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:205 +#: lib/SP/Services/Mail/MailService.php:81 +#: lib/SP/Services/Mail/MailService.php:151 +msgid "Error while sending the email" +msgstr "Error al enviar el email" + +#: app/modules/web/Controllers/ConfigGeneralController.php:96 +msgid "Missing remote syslog parameters" +msgstr "Faltan parámetros de syslog remoto" + +#: app/modules/web/Controllers/ConfigGeneralController.php:104 +msgid "Remote syslog enabled" +msgstr "Syslog remoto habilitado" + +#: app/modules/web/Controllers/ConfigGeneralController.php:109 +msgid "Remote syslog disabled" +msgstr "Syslog remoto deshabilitado" + +#: app/modules/web/Controllers/ConfigGeneralController.php:122 +msgid "Missing Proxy parameters " +msgstr "Faltan parámetros de Proxy" + +#: app/modules/web/Controllers/ConfigGeneralController.php:136 +msgid "Proxy enabled" +msgstr "Proxy habiltado" + +#: app/modules/web/Controllers/ConfigGeneralController.php:141 +msgid "Proxy disabled" +msgstr "Proxy deshabilitado" + +#: app/modules/web/Controllers/ConfigGeneralController.php:160 +msgid "Auth Basic enabled" +msgstr "Auth Basic habilitada" + +#: app/modules/web/Controllers/ConfigGeneralController.php:166 +msgid "Auth Basic disabled" +msgstr "Auth Basic deshabiltada" + +#: app/modules/web/Controllers/ConfigImportController.php:78 +msgid "Accounts imported" +msgstr "Cuentas importadas" + +#: app/modules/web/Controllers/ConfigImportController.php:82 +#: app/modules/web/Controllers/ConfigLdapController.php:268 +msgid "Import finished" +msgstr "Importación finalizada" + +#: app/modules/web/Controllers/ConfigImportController.php:82 +#: app/modules/web/Controllers/ConfigImportController.php:85 +#: lib/SP/Services/Backup/FileBackupService.php:120 +#: lib/SP/Services/Export/XmlExportService.php:205 +msgid "Please check out the event log for more details" +msgstr "Revise el registro de eventos para más detalles" + +#: app/modules/web/Controllers/ConfigImportController.php:85 +msgid "No accounts were imported" +msgstr "No se importaron cuentas" + +#: app/modules/web/Controllers/ConfigLdapController.php:71 +#: app/modules/web/Controllers/ConfigLdapController.php:143 +#: app/modules/web/Controllers/ConfigLdapController.php:181 +msgid "Missing LDAP parameters" +msgstr "Faltan parámetros de LDAP" + +#: app/modules/web/Controllers/ConfigLdapController.php:90 +msgid "LDAP enabled" +msgstr "LDAP habiltado" + +#: app/modules/web/Controllers/ConfigLdapController.php:95 +msgid "LDAP disabled" +msgstr "LDAP deshabilitado" + +#: app/modules/web/Controllers/ConfigLdapController.php:97 +#: app/modules/web/Controllers/ConfigMailController.php:106 +#: app/config/strings.js.inc:80 +msgid "No changes" +msgstr "Sin cambios" + +#: app/modules/web/Controllers/ConfigLdapController.php:117 +#: app/modules/web/Controllers/ConfigLdapController.php:246 +msgid "Wrong LDAP parameters" +msgstr "Parámetros de LDAP incorrectos" + +#: app/modules/web/Controllers/ConfigLdapController.php:153 +#: app/modules/web/Controllers/ConfigLdapController.php:197 +msgid "Results" +msgstr "Resultados" + +#: app/modules/web/Controllers/ConfigLdapController.php:158 +#: app/modules/web/Controllers/ConfigLdapController.php:203 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:95 +msgid "LDAP connection OK" +msgstr "Conexión a LDAP correcta" + +#: app/modules/web/Controllers/ConfigLdapController.php:159 +#: app/modules/web/Controllers/ConfigLdapController.php:204 +#, php-format +msgid "Objects found: %d" +msgstr "Objetos encontrados: %d" + +#: app/modules/web/Controllers/ConfigLdapController.php:253 +msgid "LDAP Import" +msgstr "Importación LDAP" + +#: app/modules/web/Controllers/ConfigLdapController.php:272 +msgid "There aren't any objects to synchronize" +msgstr "No se encontraron objetos para sincronizar" + +#: app/modules/web/Controllers/ConfigLdapController.php:277 +msgid "LDAP users import finished" +msgstr "Importación de usuarios de LDAP realizada" + +#: app/modules/web/Controllers/ConfigLdapController.php:279 +#, php-format +msgid "Imported users: %d / %d" +msgstr "Usuarios importados: %d / %d" + +#: app/modules/web/Controllers/ConfigLdapController.php:280 +#, php-format +msgid "Errors: %d" +msgstr "Errores: %d" + +#: app/modules/web/Controllers/ConfigMailController.php:72 +#: app/modules/web/Controllers/ConfigMailController.php:133 +msgid "Missing Mail parameters" +msgstr "Faltan parámetros de Correo" + +#: app/modules/web/Controllers/ConfigMailController.php:97 +msgid "Mail enabled" +msgstr "Correo habiltado" + +#: app/modules/web/Controllers/ConfigMailController.php:104 +msgid "Mail disabled" +msgstr "Correo deshabilitado" + +#: app/modules/web/Controllers/ConfigMailController.php:147 +#: lib/SP/Services/Mail/MailService.php:142 +msgid "Recipient" +msgstr "Destinatario" + +#: app/modules/web/Controllers/ConfigMailController.php:153 +msgid "Please, check your inbox" +msgstr "Compruebe su buzón de correo" + +#: app/modules/web/Controllers/ConfigManagerController.php:160 +#: app/modules/web/themes/material-blue/views/install/index.inc:134 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:20 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:18 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:446 +msgid "General" +msgstr "General" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/ConfigManagerController.php:189 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:29 +#: app/config/actions.xml:37 +msgid "Wiki" +msgstr "Wiki" + +#: app/modules/web/Controllers/ConfigManagerController.php:208 +msgid "LDAP" +msgstr "LDAP" + +#: app/modules/web/Controllers/ConfigManagerController.php:234 +#: app/modules/web/themes/material-blue/views/config/mail.inc:12 +msgid "Mail" +msgstr "Correo" + +#: app/modules/web/Controllers/ConfigManagerController.php:273 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:462 +msgid "Encryption" +msgstr "Encriptación" + +#: app/modules/web/Controllers/ConfigManagerController.php:301 +#: app/modules/web/themes/material-blue/views/config/backup.inc:61 +msgid "There aren't any backups available" +msgstr "No se encontraron backups" + +#: app/modules/web/Controllers/ConfigManagerController.php:311 +#: app/modules/web/themes/material-blue/views/config/backup.inc:132 +msgid "No export file found" +msgstr "No se encontró archivo de exportación" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/ConfigManagerController.php:314 +#: app/modules/web/themes/material-blue/views/config/backup.inc:24 +#: app/modules/web/themes/material-blue/views/config/backup.inc:78 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:478 +#: app/config/actions.xml:739 +msgid "Backup" +msgstr "Backup" + +#: app/modules/web/Controllers/ConfigManagerController.php:331 +msgid "Import Accounts" +msgstr "Importar Cuentas" + +#: app/modules/web/Controllers/ConfigManagerController.php:353 +msgid "Not installed" +msgstr "No instalado" + +#: app/modules/web/Controllers/ConfigManagerController.php:363 +#: app/modules/web/themes/material-blue/inc/Icons.php:63 +msgid "Information" +msgstr "Información" + +#: app/modules/web/Controllers/ConfigWikiController.php:63 +msgid "Missing Wiki parameters" +msgstr "Faltan parámetros de Wiki" + +#: app/modules/web/Controllers/ConfigWikiController.php:73 +msgid "Wiki enabled" +msgstr "Wiki habiltada" + +#: app/modules/web/Controllers/ConfigWikiController.php:78 +msgid "Wiki disabled" +msgstr "Wiki deshabilitada" + +#: app/modules/web/Controllers/ConfigWikiController.php:91 +msgid "Missing DokuWiki parameters" +msgstr "Faltan parámetros de DokuWiki" + +#: app/modules/web/Controllers/ConfigWikiController.php:103 +msgid "DokuWiki enabled" +msgstr "DokuWiki habilitada" + +#: app/modules/web/Controllers/ConfigWikiController.php:108 +msgid "DokuWiki disabled" +msgstr "DokuWiki deshabilitada" + +#: app/modules/web/Controllers/CustomFieldController.php:111 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:159 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:160 +msgid "New Field" +msgstr "Nuevo Campo" + +#: app/modules/web/Controllers/CustomFieldController.php:173 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:177 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:178 +msgid "Edit Field" +msgstr "Editar Campo" + +#: app/modules/web/Controllers/CustomFieldController.php:209 +#: app/modules/web/Controllers/CustomFieldController.php:212 +msgid "Fields deleted" +msgstr "Campos eliminados" + +#: app/modules/web/Controllers/CustomFieldController.php:218 +msgid "Field deleted" +msgstr "Campo eliminado" + +#: app/modules/web/Controllers/CustomFieldController.php:248 +#: app/modules/web/Controllers/CustomFieldController.php:252 +msgid "Field added" +msgstr "Campo creado" + +#: app/modules/web/Controllers/CustomFieldController.php:249 +#: app/modules/web/Controllers/CustomFieldController.php:288 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:88 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:157 +msgid "Field" +msgstr "Campo" + +#: app/modules/web/Controllers/CustomFieldController.php:287 +#: app/modules/web/Controllers/CustomFieldController.php:291 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldData.php:74 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:87 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:156 +msgid "Field updated" +msgstr "Campo actualizado" + +#: app/modules/web/Controllers/CustomFieldController.php:317 +msgid "View Field" +msgstr "Ver Campo" + +#: app/modules/web/Controllers/ErrorController.php:107 +msgid "Application on maintenance" +msgstr "Aplicación en mantenimiento" + +#: app/modules/web/Controllers/ErrorController.php:108 +msgid "It will be running shortly" +msgstr "En breve estará operativa" + +#: app/modules/web/Controllers/ErrorController.php:123 +#: lib/SP/Services/Install/MySQL.php:363 +msgid "Error while checking the database" +msgstr "Error al comprobar la base de datos" + +#: app/modules/web/Controllers/ErrorController.php:124 +#: app/modules/web/Controllers/ErrorController.php:140 +#: app/modules/web/Controllers/UserPassResetController.php:96 +#: 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:149 lib/SP/Util/ErrorUtil.php:153 +#: lib/SP/Util/ErrorUtil.php:157 lib/SP/Util/ErrorUtil.php:161 +#: lib/SP/Util/ErrorUtil.php:169 lib/SP/Util/ErrorUtil.php:176 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:13 +msgid "Please contact to the administrator" +msgstr "Consulte con el administrador" + +#: app/modules/web/Controllers/ErrorController.php:139 +#: 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 "Unable to connect to DB" +msgstr "No es posible conectar con la BD" + +#: app/modules/web/Controllers/EventlogController.php:127 +#: app/modules/web/Controllers/EventlogController.php:130 +msgid "Event log cleared" +msgstr "Registro de eventos vaciado" + +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:89 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:90 +msgid "View Current" +msgstr "Ver Actual" + +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:135 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:136 +#: app/modules/web/themes/material-blue/inc/Icons.php:49 +#: app/modules/web/themes/material-blue/views/_partials/error.inc:14 +#: app/modules/web/themes/material-blue/views/_partials/error.inc:15 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:123 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:67 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:360 +#: app/modules/web/themes/material-blue/views/config/backup.inc:173 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:310 +#: app/modules/web/themes/material-blue/views/config/general.inc:28 +#: app/modules/web/themes/material-blue/views/config/import.inc:91 +#: app/modules/web/themes/material-blue/views/config/info.inc:193 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:295 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:440 +#: app/modules/web/themes/material-blue/views/config/mail.inc:206 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:294 +#: app/modules/web/themes/material-blue/views/error/error-database.inc:13 +#: app/modules/web/themes/material-blue/views/error/error-database.inc:14 +#: app/modules/web/themes/material-blue/views/error/error-maintenance.inc:13 +#: app/modules/web/themes/material-blue/views/error/error-maintenance.inc:14 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:40 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:50 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:211 +msgid "Back" +msgstr "Volver" + +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:196 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:197 +msgid "Request Modification" +msgstr "Solicitar Modificación" + +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:217 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:218 +msgid "Restore account from this point" +msgstr "Restaurar cuenta desde este punto" + +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:237 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:238 +#: app/modules/web/themes/material-blue/inc/Icons.php:51 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:130 +msgid "Save" +msgstr "Guardar" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:354 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:355 +#: app/config/actions.xml:439 +msgid "Update Public Link" +msgstr "Actualizar Enlace Público" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:377 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:378 +#: app/config/actions.xml:433 +msgid "Delete Public Link" +msgstr "Eliminar Enlace Público" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:397 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:398 +#: app/config/actions.xml:421 +msgid "Create Public Link" +msgstr "Crear Enlace Público" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:418 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:419 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:463 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:464 +#: app/modules/web/themes/material-blue/inc/Icons.php:34 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:69 +#: app/config/actions.xml:175 app/config/actions.xml:265 +msgid "View password" +msgstr "Ver Clave" + +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:440 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:441 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:485 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:486 +msgid "Copy Password to Clipboard" +msgstr "Copiar Clave en Portapapeles" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:508 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:509 +#: app/config/actions.xml:193 +msgid "Copy Account" +msgstr "Copiar Cuenta" + +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:69 +#: app/config/strings.js.inc:72 +msgid "Account Password" +msgstr "Clave de Cuenta" + +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:96 +#: lib/SP/Core/Acl/AccountPermissionException.php:45 +#: lib/SP/Util/ErrorUtil.php:152 +msgid "You don't have permission to access this account" +msgstr "No tiene permisos para acceder a esta cuenta" + +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:177 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:178 +msgid "More Actions" +msgstr "Más Acciones" + +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:234 +msgid "Sort by Client" +msgstr "Ordenar por Cliente" + +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:241 +msgid "Sort by Name" +msgstr "Ordenar por Nombre" + +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:248 +msgid "Sort by Category" +msgstr "Ordenar por Categoría" + +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:254 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:110 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:112 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:105 +#: app/modules/web/Controllers/LoginController.php:122 +#: app/modules/web/Controllers/UserController.php:287 +#: app/modules/web/Controllers/UserController.php:323 +#: app/modules/web/Controllers/UserController.php:388 +#: app/modules/web/Controllers/UserController.php:429 +#: app/modules/web/Controllers/UserPassResetController.php:197 +#: lib/SP/Core/Acl/Acl.php:301 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:220 +#: lib/SP/Services/Auth/LoginService.php:238 +#: lib/SP/Services/Auth/LoginService.php:390 +#: lib/SP/Services/Auth/LoginService.php:457 +#: lib/SP/Services/Auth/LoginService.php:565 +#: lib/SP/Services/Auth/LoginService.php:608 +#: lib/SP/Services/Ldap/LdapImportService.php:238 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:63 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:69 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:101 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:67 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:73 +#: app/modules/web/themes/material-blue/views/account/account.inc:141 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:76 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:25 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:67 +#: app/modules/web/themes/material-blue/views/config/info.inc:61 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:149 +#: app/modules/web/themes/material-blue/views/config/mail.inc:106 +#: app/modules/web/themes/material-blue/views/config/mail.inc:113 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:233 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:247 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:24 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:31 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:33 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:65 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:67 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:18 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:97 +#: app/modules/web/themes/material-blue/views/login/index.inc:24 +#: app/modules/web/themes/material-blue/views/login/index.inc:94 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:75 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:77 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:19 +msgid "User" +msgstr "Usuario" + +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:255 +msgid "Sort by Username" +msgstr "Ordenar por Usuario" + +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:261 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:52 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:58 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:88 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:56 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:62 +#: app/modules/web/themes/material-blue/views/account/account.inc:128 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:81 +msgid "URL / IP" +msgstr "URL / IP" + +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:262 +msgid "Sort by URL / IP" +msgstr "Ordenar por URL / IP" + +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:79 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:80 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:70 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:71 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:71 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:71 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:75 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:76 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:90 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:91 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:75 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:82 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:83 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:74 +msgid "Delete Selected" +msgstr "Eliminar Seleccionados" + +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:116 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:158 +#: app/modules/web/themes/material-blue/views/account/details.inc:42 +#: app/modules/web/themes/material-blue/views/account/details.inc:44 +msgid "Owner" +msgstr "Propietario" + +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:117 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:175 +#: app/modules/web/themes/material-blue/views/account/details.inc:50 +#: app/modules/web/themes/material-blue/views/account/details.inc:52 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:79 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:81 +msgid "Main Group" +msgstr "Grupo Principal" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:149 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:145 +#: app/config/actions.xml:499 app/config/actions.xml:805 +msgid "Search for Account" +msgstr "Buscar Cuenta" + +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:92 +msgid "Accounts (H)" +msgstr "Cuentas (H)" + +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:126 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:100 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:106 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:122 +#: app/modules/web/themes/material-blue/views/account/account.inc:190 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:251 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:48 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:55 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:38 +msgid "Date" +msgstr "Fecha" + +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:108 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:130 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:109 +msgid "Status" +msgstr "Estado" + +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:129 +msgid "Modified" +msgstr "Modificada" + +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:130 +msgid "Removed" +msgstr "Eliminada" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:160 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:161 +#: app/config/actions.xml:187 app/config/actions.xml:811 +msgid "Account Restore" +msgstr "Restaurar Cuenta" + +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:95 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:362 +msgid "API Authorizations" +msgstr "Autorizaciones API" + +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:108 +#: lib/SP/Core/Acl/Acl.php:300 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:38 +msgid "Action" +msgstr "Acción" + +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:140 +msgid "Search for Token" +msgstr "Buscar Token" + +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:173 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:174 +msgid "View Authorization token" +msgstr "Ver token de Autorización" + +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:207 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:208 +msgid "Delete Authorization" +msgstr "Eliminar Autorización" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:137 +#: app/config/actions.xml:325 +msgid "Search for Category" +msgstr "Buscar Categoría" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:187 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:188 +#: app/config/actions.xml:319 +msgid "Delete Category" +msgstr "Eliminar Categoría" + +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:123 +#: app/config/strings.js.inc:66 +msgid "YES" +msgstr "SI" + +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:123 +#: app/config/strings.js.inc:67 +msgid "NO" +msgstr "NO" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:140 +#: app/config/actions.xml:355 +msgid "Search for Client" +msgstr "Buscar Cliente" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:190 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:191 +#: app/config/actions.xml:349 +msgid "Delete Client" +msgstr "Eliminar Cliente" + +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:95 +#: app/modules/web/themes/material-blue/views/account/account.inc:33 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:346 +msgid "Custom Fields" +msgstr "Campos Personalizados" + +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:108 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:51 +msgid "Module" +msgstr "Módulo" + +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:110 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:120 +msgid "Properties" +msgstr "Propiedades" + +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:144 +msgid "Search for Field" +msgstr "Buscar Campo" + +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:194 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:195 +msgid "Delete Field" +msgstr "Eliminar Campo" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:87 +#: app/modules/web/themes/material-blue/views/eventlog/index.inc:1 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:514 +#: app/config/actions.xml:133 +msgid "Event Log" +msgstr "Registro de Eventos" + +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:99 +#: app/modules/web/Controllers/ItemPresetController.php:289 +#: app/modules/web/Controllers/ItemPresetController.php:324 +#: app/modules/web/Controllers/ItemPresetController.php:365 +#: app/modules/web/themes/material-blue/views/account/details.inc:97 +#: app/modules/web/themes/material-blue/views/account/details.inc:99 +msgid "ID" +msgstr "ID" + +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:100 +msgid "Date / Time" +msgstr "Fecha / Hora" + +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:101 +msgid "Level" +msgstr "Nivel" + +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:102 +msgid "Event" +msgstr "Evento" + +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:103 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:117 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:50 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:33 +msgid "Login" +msgstr "Login" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:165 +#: app/config/actions.xml:139 +msgid "Search for Events" +msgstr "Buscar Eventos" + +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:181 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:182 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:178 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:179 +msgid "Refresh" +msgstr "Refrescar" + +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:199 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:200 +msgid "Clear the event log out" +msgstr "Vaciar registro de eventos" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:94 +#: app/modules/web/themes/material-blue/views/account/account.inc:41 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:280 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:150 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:410 +#: app/config/actions.xml:19 +msgid "Files" +msgstr "Archivos" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:145 +#: app/config/actions.xml:475 +msgid "Search for File" +msgstr "Buscar Archivo" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:160 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:161 +#: app/modules/web/themes/material-blue/views/account/files-list.inc:51 +#: app/config/actions.xml:205 app/config/actions.xml:451 +msgid "View File" +msgstr "Ver Archivo" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:178 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:179 +#: app/modules/web/themes/material-blue/views/account/files-list.inc:42 +#: app/config/actions.xml:217 app/config/actions.xml:457 +msgid "Download File" +msgstr "Descargar Archivo" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:198 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:199 +#: app/modules/web/themes/material-blue/views/account/files-list.inc:34 +#: app/config/actions.xml:223 app/config/actions.xml:463 +msgid "Delete File" +msgstr "Eliminar Archivo" + +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:97 +msgid "Preset Values" +msgstr "Valores Predeterminados" + +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:111 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:119 +#: app/modules/web/Controllers/UserGroupController.php:238 +#: 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 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:133 +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:25 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:274 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:277 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:206 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:233 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:48 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:50 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:53 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:146 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:148 +msgid "Group" +msgstr "Grupo" + +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:112 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:118 +#: app/modules/web/Controllers/UserProfileController.php:228 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:65 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:67 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:129 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:131 +msgid "Profile" +msgstr "Perfil" + +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:113 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:83 +msgid "Priority" +msgstr "Prioridad" + +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:114 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:120 +msgid "Forced" +msgstr "Forzado" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:148 +#: app/config/actions.xml:859 +msgid "Search for Value" +msgstr "Buscar Valor" + +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:163 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:66 +msgid "Permission Preset" +msgstr "Valor de Permiso" + +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:164 +msgid "New Permission Preset" +msgstr "Nuevo Valor de Permiso" + +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:187 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:86 +msgid "Private Account Preset" +msgstr "Valor de Cuenta Privada" + +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:188 +msgid "New Private Account Preset" +msgstr "Nuevo Valor de Cuenta Privada" + +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:211 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:102 +msgid "Session Timeout Preset" +msgstr "Valor de Timeout de Sesión" + +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:212 +msgid "New Session Timeout Preset" +msgstr "Nuevo Valor de Timeout de Sesión" + +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:235 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:117 +msgid "Account Password Preset" +msgstr "Valor de Clave de Cuentas" + +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:236 +msgid "New Account Password Preset" +msgstr "Nuevo Valor de Clave de Cuentas" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:259 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:260 +#: app/modules/web/Controllers/ItemPresetController.php:239 +#: app/config/actions.xml:877 +msgid "Edit Value" +msgstr "Editar Valor" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:276 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:277 +#: app/config/actions.xml:883 +msgid "Delete Value" +msgstr "Eliminar Valor" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:113 +#: app/modules/web/themes/material-blue/inc/Icons.php:65 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:106 +#: app/modules/web/themes/material-blue/views/notification/index.inc:1 +#: app/config/actions.xml:685 +msgid "Notifications" +msgstr "Notificaciones" + +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:128 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:35 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:42 +msgid "Component" +msgstr "Componente" + +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:150 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:111 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:115 +msgid "Read" +msgstr "Leída" + +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:151 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:107 +msgid "Only Admins" +msgstr "Sólo Admins" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:168 +#: app/config/actions.xml:847 +msgid "Search for Notification" +msgstr "Buscar Notificación" + +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:183 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:184 +#: app/modules/web/Controllers/NotificationController.php:194 +msgid "New Notification" +msgstr "Nueva Notificación" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:201 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:202 +#: app/modules/web/Controllers/NotificationController.php:113 +#: app/config/actions.xml:817 +msgid "View Notification" +msgstr "Ver Notificación" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:231 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:232 +#: app/config/actions.xml:841 +msgid "Checkout Notification" +msgstr "Marcar Notificación" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:249 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:250 +#: app/modules/web/Controllers/NotificationController.php:226 +#: app/config/actions.xml:829 +msgid "Edit Notification" +msgstr "Editar Notificación" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:266 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:267 +#: app/config/actions.xml:835 +msgid "Delete Notification" +msgstr "Eliminar Notificación" + +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:96 +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:330 +#: app/modules/web/themes/material-blue/views/plugin/index.inc:1 +msgid "Plugins" +msgstr "Plugins" + +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:108 +#: lib/SP/Plugin/PluginManager.php:194 +msgid "Plugin" +msgstr "Plugin" + +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:125 +msgid "Unavailable" +msgstr "No disponible" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:141 +#: app/config/actions.xml:547 +msgid "Search for Plugin" +msgstr "Buscar Plugin" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:156 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:157 +#: app/modules/web/Controllers/PluginController.php:136 +#: app/config/actions.xml:541 +msgid "View Plugin" +msgstr "Ver Plugin" + +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:173 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:174 +msgid "Enable" +msgstr "Habilitar" + +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:192 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:193 +msgid "Disable" +msgstr "Deshabilitar" + +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:211 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:212 +msgid "Reset Data" +msgstr "Restablecer Datos" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:231 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:232 +#: app/config/actions.xml:571 +msgid "Delete Plugin" +msgstr "Eliminar Plugin" + +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:96 +#: app/modules/web/themes/material-blue/views/account/account.inc:49 +msgid "Links" +msgstr "Enlaces" + +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:110 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:51 +msgid "Creation Date" +msgstr "Fecha Creación" + +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:111 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:195 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:57 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:59 +msgid "Expiry Date " +msgstr "Fecha Caducidad" + +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:113 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:39 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:43 +msgid "Notify" +msgstr "Notificar" + +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:114 +#: app/modules/web/themes/material-blue/views/account/details.inc:14 +#: app/modules/web/themes/material-blue/views/account/details.inc:16 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:197 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:73 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:75 +msgid "Visits" +msgstr "Visitas" + +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:149 +msgid "Search for Link" +msgstr "Buscar Enlace" + +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:164 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:165 +msgid "New Link" +msgstr "Nuevo Enlace" + +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:182 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:183 +#: app/modules/web/Controllers/PublicLinkController.php:357 +msgid "View Link" +msgstr "Ver Enlace" + +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:198 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:199 +msgid "Renew Link" +msgstr "Renovar Enlace" + +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:215 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:216 +msgid "Delete Link" +msgstr "Eliminar Enlace" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:135 +#: app/config/actions.xml:529 +msgid "Search for Tag" +msgstr "Buscar Etiqueta" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:150 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:151 +#: app/modules/web/Controllers/TagController.php:108 +#: app/modules/web/themes/material-blue/views/account/account.inc:226 +#: app/config/actions.xml:505 +msgid "New Tag" +msgstr "Nueva Etiqueta" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:168 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:169 +#: app/modules/web/Controllers/TagController.php:168 app/config/actions.xml:517 +msgid "Edit Tag" +msgstr "Editar Etiqueta" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:185 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:186 +#: app/config/actions.xml:523 +msgid "Delete Tag" +msgstr "Eliminar Etiqueta" + +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:88 +msgid "Tracks" +msgstr "Tracks" + +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:101 +msgid "Date Unlocked" +msgstr "Fecha Desbloqueo" + +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:102 +msgid "Source" +msgstr "Origen" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:162 +#: app/config/actions.xml:895 +msgid "Search for track" +msgstr "Buscar Track" + +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:104 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:77 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:16 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:113 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:12 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:50 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:52 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:56 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:250 +msgid "Users" +msgstr "Usuarios" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:156 +#: app/config/actions.xml:607 +msgid "Search for User" +msgstr "Buscar Usuario" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:171 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:172 +#: app/modules/web/Controllers/UserController.php:115 +#: app/config/actions.xml:583 +msgid "New User" +msgstr "Nuevo Usuario" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:189 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:190 +#: app/modules/web/Controllers/UserController.php:200 +#: app/config/actions.xml:589 +msgid "Edit User" +msgstr "Editar Usuario" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:206 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:207 +#: app/config/actions.xml:595 +msgid "Delete User" +msgstr "Eliminar Usuario" + +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:223 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:224 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:460 +msgid "Import users from LDAP" +msgstr "Importar usuarios de LDAP" + +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:241 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:242 +msgid "View User Details" +msgstr "Ver Detalles de Usuario" + +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:258 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:259 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:63 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:116 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:122 +msgid "Change User's Password" +msgstr "Cambiar Clave de Usuario" + +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:95 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:78 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:84 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:162 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:53 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:266 +msgid "Groups" +msgstr "Grupos" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:138 +#: app/config/actions.xml:637 +msgid "Search for Group" +msgstr "Buscar Grupo" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:153 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:154 +#: app/modules/web/Controllers/UserGroupController.php:117 +#: app/config/actions.xml:619 +msgid "New Group" +msgstr "Nuevo Grupo" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:171 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:172 +#: app/modules/web/Controllers/UserGroupController.php:344 +#: app/config/actions.xml:613 +msgid "View Group" +msgstr "Ver Grupo" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:188 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:189 +#: app/modules/web/Controllers/UserGroupController.php:188 +#: app/config/actions.xml:625 +msgid "Edit Group" +msgstr "Editar Grupo" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:205 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:206 +#: app/config/actions.xml:631 +msgid "Delete Group" +msgstr "Eliminar Grupo" + +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:95 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:282 +msgid "Profiles" +msgstr "Perfiles" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:136 +#: app/config/actions.xml:667 +msgid "Search for Profile" +msgstr "Buscar Perfil" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:151 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:152 +#: app/modules/web/Controllers/UserProfileController.php:110 +#: app/config/actions.xml:649 +msgid "New Profile" +msgstr "Nuevo Perfil" + +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:169 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:170 +msgid "View Profile Details" +msgstr "Ver Detalles de Perfil" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:186 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:187 +#: app/modules/web/Controllers/UserProfileController.php:177 +#: app/config/actions.xml:655 +msgid "Edit Profile" +msgstr "Editar Perfil" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:203 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:204 +#: app/config/actions.xml:661 +msgid "Delete Profile" +msgstr "Eliminar Perfil" + +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:261 +#: app/modules/web/themes/material-blue/inc/Icons.php:58 +msgid "Search" +msgstr "Buscar" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:344 +#: app/modules/web/themes/material-blue/inc/Icons.php:61 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:24 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:27 +#: app/config/actions.xml:691 +msgid "Configuration" +msgstr "Configuración" + +#: app/modules/web/Controllers/InstallController.php:59 +msgid "Module unavailable" +msgstr "Módulo no disponible" + +#: app/modules/web/Controllers/InstallController.php:60 +msgid "Without this module the application could not run correctly" +msgstr "Sin este módulo la aplicación puede no funcionar correctamente." + +#: app/modules/web/Controllers/InstallController.php:89 +msgid "Installation finished" +msgstr "Instalación finalizada" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/ItemPresetController.php:73 +#: app/config/actions.xml:865 +msgid "Display Value" +msgstr "Ver Valor" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/ItemPresetController.php:207 +#: app/config/actions.xml:871 +msgid "New Value" +msgstr "Nuevo Valor" + +#: app/modules/web/Controllers/ItemPresetController.php:277 +#: app/modules/web/Controllers/ItemPresetController.php:280 +msgid "Values deleted" +msgstr "Valores eliminados" + +#: app/modules/web/Controllers/ItemPresetController.php:288 +#: app/modules/web/Controllers/ItemPresetController.php:292 +msgid "Value deleted" +msgstr "Valor eliminado" + +#: app/modules/web/Controllers/ItemPresetController.php:322 +#: app/modules/web/Controllers/ItemPresetController.php:327 +msgid "Value created" +msgstr "Valor creado" + +#: app/modules/web/Controllers/ItemPresetController.php:363 +#: app/modules/web/Controllers/ItemPresetController.php:368 +msgid "Value updated" +msgstr "Valor actualizado" + +#: app/modules/web/Controllers/ItemsController.php:130 +msgid "There aren't any pending notifications" +msgstr "No hay no hay notificaciones pendientes" + +#: app/modules/web/Controllers/ItemsController.php:131 +#, php-format +msgid "There are pending notifications: %d" +msgstr "Hay notificaciones pendientes: %d" + +#: app/modules/web/Controllers/LoginController.php:121 +msgid "Logout session" +msgstr "Finalizar sesión" + +#: app/modules/web/Controllers/LoginController.php:123 +msgid "Inactive time" +msgstr "Tiempo inactivo" + +#: app/modules/web/Controllers/LoginController.php:124 +msgid "Total time" +msgstr "Tiempo total" + +#: app/modules/web/Controllers/NotificationController.php:268 +#: app/modules/web/Controllers/NotificationController.php:271 +msgid "Notifications deleted" +msgstr "Notificaciones eliminadas" + +#: app/modules/web/Controllers/NotificationController.php:283 +#: app/modules/web/Controllers/NotificationController.php:287 +msgid "Notification deleted" +msgstr "Notificación eliminada" + +#: app/modules/web/Controllers/NotificationController.php:284 +#: app/modules/web/Controllers/NotificationController.php:317 +#: lib/SP/Providers/Notification/NotificationHandler.php:155 +msgid "Notification" +msgstr "Notificación" + +#: app/modules/web/Controllers/NotificationController.php:316 +#: app/modules/web/Controllers/NotificationController.php:320 +msgid "Notification read" +msgstr "Notificación leída" + +#: app/modules/web/Controllers/NotificationController.php:348 +#: app/modules/web/Controllers/NotificationController.php:351 +msgid "Notification created" +msgstr "Notificación creada" + +#: app/modules/web/Controllers/NotificationController.php:383 +#: app/modules/web/Controllers/NotificationController.php:386 +msgid "Notification updated" +msgstr "Notificación actualizada" + +#: app/modules/web/Controllers/PluginController.php:199 +#: app/modules/web/Controllers/PluginController.php:202 +msgid "Plugin enabled" +msgstr "Plugin habilitado" + +#: app/modules/web/Controllers/PluginController.php:226 +#: app/modules/web/Controllers/PluginController.php:229 +#: lib/SP/Plugin/PluginManager.php:219 lib/SP/Plugin/PluginManager.php:339 +msgid "Plugin disabled" +msgstr "Plugin deshabilitado" + +#: app/modules/web/Controllers/PluginController.php:253 +#: app/modules/web/Controllers/PluginController.php:256 +msgid "Plugin reset" +msgstr "Plugin restablecido" + +#: app/modules/web/Controllers/PluginController.php:285 +msgid "Plugins deleted" +msgstr "Plugins eliminados" + +#: app/modules/web/Controllers/PluginController.php:291 +msgid "Plugin deleted" +msgstr "Plugin eliminado" + +#: app/modules/web/Controllers/PublicLinkController.php:114 +msgid "New Public Link" +msgstr "Nuevo Enlace Público" + +#: app/modules/web/Controllers/PublicLinkController.php:180 +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:89 +msgid "Link updated" +msgstr "Enlace actualizado" + +#: app/modules/web/Controllers/PublicLinkController.php:204 +msgid "Edit Public Link" +msgstr "Editar Enlace Público" + +#: app/modules/web/Controllers/PublicLinkController.php:243 +#: app/modules/web/Controllers/PublicLinkController.php:246 +msgid "Links deleted" +msgstr "Enlaces eliminados" + +#: app/modules/web/Controllers/PublicLinkController.php:254 +#: app/modules/web/Controllers/PublicLinkController.php:258 +msgid "Link deleted" +msgstr "Enlace eliminado" + +#. (itstool) path: strings/text +#: app/modules/web/Controllers/PublicLinkController.php:255 +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:90 app/config/strings.xml:9 +msgid "Link" +msgstr "Enlace" + +#: app/modules/web/Controllers/PublicLinkController.php:286 +#: app/modules/web/Controllers/PublicLinkController.php:323 +msgid "Link created" +msgstr "Enlace creado" + +#: app/modules/web/Controllers/StatusController.php:93 +msgid "Version unavailable" +msgstr "Versión no disponible" + +#: app/modules/web/Controllers/StatusController.php:140 +msgid "Notifications not available" +msgstr "Notificaciones no disponibles" + +#: app/modules/web/Controllers/TagController.php:207 +msgid "Tags deleted" +msgstr "Etiquetas eliminadas" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/TagController.php:302 app/config/actions.xml:511 +msgid "View Tag" +msgstr "Ver Etiqueta" + +#: app/modules/web/Controllers/TrackController.php:114 +msgid "Track unlocked" +msgstr "Track desbloqueado" + +#: app/modules/web/Controllers/TrackController.php:140 +msgid "Tracks cleared out" +msgstr "Tracks limpiados" + +#: app/modules/web/Controllers/Traits/ConfigTrait.php:68 +msgid "Configuration updated" +msgstr "Configuración actualizada" + +#: app/modules/web/Controllers/Traits/ConfigTrait.php:72 +msgid "Error while saving the configuration" +msgstr "Error al guardar la configuración" + +#: app/modules/web/Controllers/Traits/ItemTrait.php:122 +#: app/modules/web/Controllers/Traits/ItemTrait.php:177 +#: lib/SP/Core/Crypt/OldCrypt.php:176 lib/SP/Core/Crypt/OldCrypt.php:188 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:59 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:154 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:244 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:334 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:389 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:417 +#: lib/SP/Services/Account/AccountService.php:227 +#: lib/SP/Services/Account/AccountService.php:232 +#: lib/SP/Services/Api/ApiService.php:129 +#: lib/SP/Services/Api/ApiService.php:229 +#: lib/SP/Services/Api/ApiService.php:237 +#: lib/SP/Services/Auth/LoginService.php:190 +#: lib/SP/Services/Auth/LoginService.php:354 +#: lib/SP/Services/Auth/LoginService.php:504 +#: lib/SP/Services/Auth/LoginService.php:509 +#: lib/SP/Services/Auth/LoginService.php:541 +#: lib/SP/Services/Auth/LoginService.php:648 +#: lib/SP/Services/AuthToken/AuthTokenService.php:311 +#: 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:232 +msgid "Internal error" +msgstr "Error interno" + +#: app/modules/web/Controllers/Traits/ItemTrait.php:173 +msgid "Error while updating custom field's data" +msgstr "Error al actualizar los datos del campo personalizado" + +#: app/modules/web/Controllers/UpgradeController.php:67 +msgid "The updating need to be confirmed" +msgstr "Es necesario confirmar la actualización" + +#: app/modules/web/Controllers/UpgradeController.php:71 +msgid "Wrong security code" +msgstr "Código de seguridad incorrecto" + +#: app/modules/web/Controllers/UpgradeController.php:92 +#: app/modules/web/themes/material-blue/views/login/index.inc:88 +msgid "Application successfully updated" +msgstr "Aplicación actualizada correctamente" + +#: app/modules/web/Controllers/UpgradeController.php:92 +msgid "You will be redirected to log in within 5 seconds" +msgstr "En 5 segundos será redirigido al login" + +#: app/modules/web/Controllers/UserController.php:235 +#: app/modules/web/Controllers/UserController.php:356 +#: app/modules/web/Controllers/UserPassResetController.php:107 +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:65 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:238 +msgid "Password Change" +msgstr "Cambio de Clave" + +#: app/modules/web/Controllers/UserController.php:275 +#: app/modules/web/Controllers/UserController.php:278 +msgid "Users deleted" +msgstr "Usuarios eliminados" + +#: app/modules/web/Controllers/UserController.php:286 +#: app/modules/web/Controllers/UserController.php:290 +msgid "User deleted" +msgstr "Usuario eliminado" + +#: app/modules/web/Controllers/UserController.php:322 +#: app/modules/web/Controllers/UserController.php:328 +msgid "User added" +msgstr "Usuario creado" + +#: app/modules/web/Controllers/UserController.php:387 +#: app/modules/web/Controllers/UserController.php:393 +msgid "User updated" +msgstr "Usuario actualizado" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/UserController.php:458 +#: app/config/actions.xml:577 +msgid "View User" +msgstr "Ver Usuario" + +#: app/modules/web/Controllers/UserGroupController.php:226 +#: app/modules/web/Controllers/UserGroupController.php:229 +msgid "Groups deleted" +msgstr "Grupos eliminados" + +#: app/modules/web/Controllers/UserPassResetController.php:92 +msgid "Wrong data" +msgstr "Datos incorrectos" + +#: app/modules/web/Controllers/UserPassResetController.php:96 +msgid "Unable to reset the password" +msgstr "No es posible recuperar la clave" + +#: app/modules/web/Controllers/UserPassResetController.php:103 +msgid "Password Recovery" +msgstr "Recuperación de Clave" + +#: app/modules/web/Controllers/UserPassResetController.php:104 +msgid "Requested for" +msgstr "Solicitado para" + +#: app/modules/web/Controllers/UserPassResetController.php:109 +msgid "Request sent" +msgstr "Solicitud enviada" + +#: app/modules/web/Controllers/UserPassResetController.php:109 +msgid "You will receive an email to complete the request shortly." +msgstr "En breve recibirá un correo para completar la solicitud." + +#: app/modules/web/Controllers/UserPassResetController.php:126 +#: lib/SP/Services/Api/ApiService.php:96 +#: lib/SP/Services/Auth/LoginService.php:138 +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:103 +msgid "Attempts exceeded" +msgstr "Intentos excedidos" + +#: app/modules/web/Controllers/UserPassResetController.php:179 +#: app/modules/web/Forms/AuthTokenForm.php:101 +#: app/modules/web/Forms/UserForm.php:157 +msgid "Password cannot be blank" +msgstr "La clave no puede estar en blanco" + +#: app/modules/web/Controllers/UserProfileController.php:215 +#: app/modules/web/Controllers/UserProfileController.php:218 +msgid "Profiles deleted" +msgstr "Perfiles eliminados" + +#: app/modules/web/Controllers/UserProfileController.php:227 +#: app/modules/web/Controllers/UserProfileController.php:231 +msgid "Profile deleted" +msgstr "Perfil eliminado" + +#: app/modules/web/Controllers/UserProfileController.php:262 +msgid "Profile added" +msgstr "Perfil creado" + +#: app/modules/web/Controllers/UserProfileController.php:300 +msgid "Profile updated" +msgstr "Perfil actualizado" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/UserProfileController.php:326 +#: app/config/actions.xml:643 +msgid "View Profile" +msgstr "Ver Perfil" + +#: app/modules/web/Controllers/UserSettingsGeneralController.php:74 +msgid "Preferences updated" +msgstr "Preferencias actualizadas" + +#: app/modules/web/Controllers/UserSettingsManagerController.php:87 +msgid "Preferences" +msgstr "Preferencias" + +#: app/modules/web/Forms/AccountForm.php:131 +msgid "A key is needed" +msgstr "Es necesaria una clave" + +#: app/modules/web/Forms/AccountForm.php:171 +msgid "An account name needed" +msgstr "Es necesario un nombre de cuenta" + +#: app/modules/web/Forms/AccountForm.php:175 +#: app/modules/web/Forms/ClientForm.php:84 +msgid "A client name needed" +msgstr "Es necesario un nombre de cliente" + +#: app/modules/web/Forms/AccountForm.php:179 +msgid "A category is needed" +msgstr "Es necesario una categoría" + +#: app/modules/web/Forms/AuthTokenForm.php:91 +msgid "User not set" +msgstr "Usuario no indicado" + +#: app/modules/web/Forms/AuthTokenForm.php:95 +msgid "Action not set" +msgstr "Acción no indicada" + +#: app/modules/web/Forms/CategoryForm.php:83 +msgid "A category name needed" +msgstr "Es necesario un nombre de categoría" + +#: app/modules/web/Forms/CustomFieldDefForm.php:87 +msgid "Field name not set" +msgstr "Nombre del campo no indicado" + +#: app/modules/web/Forms/CustomFieldDefForm.php:91 +msgid "Field type not set" +msgstr "Tipo del campo no indicado" + +#: app/modules/web/Forms/CustomFieldDefForm.php:95 +msgid "Field module not set" +msgstr "Módulo del campo no indicado" + +#: app/modules/web/Forms/ItemsPresetForm.php:116 +msgid "Value type not set or incorrect" +msgstr "Tipo de valor no definido o incorrecto" + +#: app/modules/web/Forms/ItemsPresetForm.php:133 +msgid "There aren't any defined permissions" +msgstr "No hay permisos definidos" + +#: app/modules/web/Forms/ItemsPresetForm.php:182 +msgid "Invalid regular expression" +msgstr "Expresión regular inválida" + +#: app/modules/web/Forms/ItemsPresetForm.php:208 +msgid "An element of type user, group or profile need to be set" +msgstr "Es necesario asignar un elemento del tipo usuario, grupo o perfil" + +#: app/modules/web/Forms/NotificationForm.php:98 +msgid "A component is needed" +msgstr "Es necesario un componente" + +#: app/modules/web/Forms/NotificationForm.php:102 +msgid "A type is needed" +msgstr "Es necesario un tipo" + +#: app/modules/web/Forms/NotificationForm.php:112 +msgid "A target is needed" +msgstr "Es necesario un destinatario" + +#: app/modules/web/Forms/PublicLinkForm.php:85 +msgid "An account is needed" +msgstr "Es necesario una cuenta" + +#: app/modules/web/Forms/TagForm.php:82 +msgid "A tag name is needed" +msgstr "Es necesario un nombre de etiqueta" + +#: app/modules/web/Forms/UserForm.php:111 +msgid "An username is needed" +msgstr "Nombre de usuario requerido" + +#: app/modules/web/Forms/UserForm.php:115 +msgid "A login is needed" +msgstr "Es necesario un login" + +#: app/modules/web/Forms/UserForm.php:119 +msgid "A profile is needed" +msgstr "Es necesario un perfil" + +#: app/modules/web/Forms/UserForm.php:123 +msgid "A group is needed" +msgstr "Es necesario un grupo" + +#: app/modules/web/Forms/UserForm.php:127 +msgid "An email is needed" +msgstr "Es necesario un email" + +#: app/modules/web/Forms/UserForm.php:179 +msgid "Unable to delete, user in use" +msgstr "No es posible eliminar, usuario en uso" + +#: app/modules/web/Forms/UserGroupForm.php:84 +msgid "A group name is needed" +msgstr "Es necesario un nombre de grupo" + +#: app/modules/web/Forms/UserProfileForm.php:116 +msgid "A profile name is needed" +msgstr "Es necesario un nombre de perfil" + +#: app/modules/web/themes/material-blue/inc/Icons.php:32 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:36 +msgid "Add" +msgstr "Añadir" + +#: app/modules/web/themes/material-blue/inc/Icons.php:33 +msgid "View Details" +msgstr "Ver Detalles" + +#: app/modules/web/themes/material-blue/inc/Icons.php:35 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:64 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:68 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:132 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:136 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:148 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:198 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:46 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:87 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:102 +msgid "Edit" +msgstr "Editar" + +#: app/modules/web/themes/material-blue/inc/Icons.php:36 +#: app/modules/web/themes/material-blue/inc/Icons.php:66 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:134 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:155 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:184 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:206 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:134 +msgid "Delete" +msgstr "Eliminar" + +#: app/modules/web/themes/material-blue/inc/Icons.php:37 +msgid "Change Password" +msgstr "Cambiar Clave" + +#: app/modules/web/themes/material-blue/inc/Icons.php:38 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:200 +msgid "Application Admin" +msgstr "Admin Aplicación" + +#: app/modules/web/themes/material-blue/inc/Icons.php:39 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:218 +msgid "Accounts Admin" +msgstr "Admin Cuentas" + +#: app/modules/web/themes/material-blue/inc/Icons.php:40 +msgid "LDAP User" +msgstr "Usuario de LDAP" + +#: app/modules/web/themes/material-blue/inc/Icons.php:41 +#: app/modules/web/themes/material-blue/views/config/mail.inc:138 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:257 +msgid "Disabled" +msgstr "Deshabilitado" + +#: app/modules/web/themes/material-blue/inc/Icons.php:42 +msgid "Enabled" +msgstr "Habilitado" + +#: app/modules/web/themes/material-blue/inc/Icons.php:43 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:184 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:49 +msgid "Update" +msgstr "Actualizar" + +#: app/modules/web/themes/material-blue/inc/Icons.php:44 +msgid "Copy" +msgstr "Copiar" + +#: app/modules/web/themes/material-blue/inc/Icons.php:46 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:84 +msgid "Email" +msgstr "Email" + +#: app/modules/web/themes/material-blue/inc/Icons.php:50 +msgid "Restore" +msgstr "Restaurar" + +#: app/modules/web/themes/material-blue/inc/Icons.php:52 +#: app/config/strings.js.inc:79 +msgid "Help" +msgstr "Ayuda" + +#: app/modules/web/themes/material-blue/inc/Icons.php:53 +msgid "Clear" +msgstr "Limpiar" + +#: app/modules/web/themes/material-blue/inc/Icons.php:54 +msgid "Perform" +msgstr "Realizar" + +#: app/modules/web/themes/material-blue/inc/Icons.php:55 +msgid "Download" +msgstr "Descargar" + +#: app/modules/web/themes/material-blue/inc/Icons.php:56 +#: app/config/strings.js.inc:85 +msgid "Warning" +msgstr "Aviso" + +#: app/modules/web/themes/material-blue/inc/Icons.php:57 +msgid "Check" +msgstr "Comprobar" + +#: app/modules/web/themes/material-blue/inc/Icons.php:64 +msgid "Critical" +msgstr "Crítico" + +#: app/modules/web/themes/material-blue/inc/Icons.php:67 +msgid "Previous page" +msgstr "Página anterior" + +#: app/modules/web/themes/material-blue/inc/Icons.php:68 +msgid "Next page" +msgstr "Página siguiente" + +#: app/modules/web/themes/material-blue/inc/Icons.php:69 +msgid "First page" +msgstr "Primera página" + +#: app/modules/web/themes/material-blue/inc/Icons.php:70 +msgid "Last page" +msgstr "Última página" + +#: lib/SP/Bootstrap.php:278 +#, php-format +msgid "Required PHP version >= %s <= %s" +msgstr "Versión de PHP requerida >= %s <= %s" + +#: lib/SP/Bootstrap.php:280 +msgid "Please update the PHP version to run sysPass" +msgstr "" +"Actualice la versión de PHP para que la aplicación funcione correctamente" + +#: lib/SP/Config/ConfigUtil.php:94 +msgid "\"/config\" directory does not exist." +msgstr "El directorio \"/config\" no existe" + +#: lib/SP/Config/ConfigUtil.php:100 +msgid "Unable to write into \"/config\" directory" +msgstr "No es posible escribir en el directorio \"config\"" + +#: lib/SP/Config/ConfigUtil.php:109 +msgid "\"/config\" directory permissions are wrong" +msgstr "Los permisos del directorio \"/config\" son incorrectos" + +#: lib/SP/Config/ConfigUtil.php:111 +#, php-format +msgid "Current: %s - Needed: 750" +msgstr "Actual: %s - Necesario: 750" + +# Not available +#: lib/SP/Core/Acl/Acl.php:294 lib/SP/Services/Auth/LoginService.php:604 +msgid "N/A" +msgstr "N/D" + +#: lib/SP/Core/Acl/Acl.php:299 +msgid "Access denied" +msgstr "Acceso denegado" + +#: lib/SP/Core/Acl/Actions.php:176 +msgid "Action not found" +msgstr "Acción no encontrada" + +#: lib/SP/Core/Acl/UnauthorizedPageException.php:45 +#: lib/SP/Util/ErrorUtil.php:156 +msgid "You don't have permission to access this page" +msgstr "No tiene permisos para acceder a esta página" + +#: lib/SP/Core/Context/ContextBase.php:73 +msgid "Unable to change password value" +msgstr "No es posible cambiar el valor de la clave" + +#: lib/SP/Core/Context/ContextBase.php:103 +#: lib/SP/Core/Context/ContextBase.php:126 +msgid "Context already initialized" +msgstr "Contexto ya inicializado" + +#: lib/SP/Core/Context/ContextBase.php:109 +msgid "Invalid context" +msgstr "Contexto inválido" + +#: lib/SP/Core/Context/ContextBase.php:154 +msgid "Context not initialized" +msgstr "Contexto no inicializado" + +#: lib/SP/Core/Context/SessionContext.php:547 +msgid "Session cannot be initialized" +msgstr "La sesión no puede ser inicializada" + +#: lib/SP/Core/Crypt/OldCrypt.php:178 +msgid "Crypto module cannot be loaded" +msgstr "No se puede usar el módulo de encriptación" + +#: lib/SP/Core/Crypt/OldCrypt.php:190 +msgid "Error while creating the encrypted data" +msgstr "Error al generar datos cifrados" + +#: lib/SP/Core/Events/Event.php:57 +msgid "An object is needed" +msgstr "Es necesario un objeto" + +#: lib/SP/Core/Events/EventDispatcherBase.php:85 +msgid "Observer not initialized" +msgstr "Observador no inicializado" + +#: lib/SP/Core/UI/Theme.php:185 +msgid "Invalid icons class" +msgstr "Clase no válida para iconos" + +#: lib/SP/Html/DataGrid/DataGridBase.php:302 lib/SP/Mvc/View/Template.php:126 +#, php-format +msgid "Unable to retrieve \"%s\" template: %s" +msgstr "No es posible obtener la plantilla \"%s\" : %s" + +#: 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 "Invalid IP" +msgstr "IP inválida" + +#: lib/SP/Http/Json.php:180 +msgid "Encoding error" +msgstr "Error de codificación" + +#: lib/SP/Http/XMLRPCResponseParse.php:69 +msgid "Invalid XML-RPC response" +msgstr "Respuesta XML-RPC inválida" + +#: lib/SP/Mvc/Controller/ControllerTrait.php:70 +msgid "Session not started or timed out" +msgstr "La sesión no se ha iniciado o ha caducado" + +#: lib/SP/Mvc/Controller/ControllerTrait.php:115 +#: lib/SP/Mvc/Controller/ControllerTrait.php:124 +msgid "Invalid Action" +msgstr "Acción Inválida" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:71 +#, php-format +msgid "Password needs to be %d characters long" +msgstr "Es necesaria una clave con al menos %d caracteres" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:77 +msgid "Password does not contain the required characters" +msgstr "La clave no cumple los carácteres requeridos" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:82 +msgid "Password needs to contain letters" +msgstr "Es necesario que la clave contenga letras" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:86 +msgid "Password needs to contain lower case letters" +msgstr "Es necesario que la clave contenga minúsculas" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:90 +msgid "Password needs to contain upper case letters" +msgstr "Es necesario que la clave contenga mayúsculas" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:95 +msgid "Password needs to contain numbers" +msgstr "Es necesario que la clave contenga números" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:99 +msgid "Password needs to contain symbols" +msgstr "Es necesario que la clave contenga símbolos" + +#: lib/SP/Mvc/Model/QueryCondition.php:71 +msgid "Invalid filter type" +msgstr "Tipo de filtro inválido" + +#: lib/SP/Mvc/View/Components/SelectItemAdapter.php:95 +#: lib/SP/Mvc/View/Components/SelectItemAdapter.php:157 +msgid "Wrong object type" +msgstr "Tipo de objeto incorrecto" + +#: lib/SP/Mvc/View/Template.php:301 lib/SP/Mvc/View/Template.php:365 +#, php-format +msgid "Unable to retrieve \"%s\" variable" +msgstr "No es posible obtener la variable \"%s\"" + +#: lib/SP/Mvc/View/Template.php:334 +#, php-format +msgid "Unable to unset \"%s\" variable" +msgstr "No es posible destruir la variable \"%s\"" + +#: lib/SP/Mvc/View/Template.php:355 +msgid "Template does not contain files" +msgstr "La plantilla no contiene archivos" + +#: lib/SP/Plugin/PluginManager.php:170 +#, php-format +msgid "Plugin version not compatible (%s)" +msgstr "Versión de plugin no compatible (%s)" + +#: lib/SP/Plugin/PluginManager.php:192 +#, php-format +msgid "Unable to load the \"%s\" plugin" +msgstr "No es posible cargar el plugin \"%s\"" + +#: lib/SP/Plugin/PluginManager.php:254 +msgid "Plugin available" +msgstr "Plugin disponible" + +#: lib/SP/Plugin/PluginManager.php:264 +msgid "Plugin unavailable" +msgstr "Plugin no disponible" + +#: lib/SP/Plugin/PluginManager.php:294 +msgid "Plugin loaded" +msgstr "Plugin cargado" + +#. (itstool) path: action/text +#: lib/SP/Plugin/PluginManager.php:319 app/config/actions.xml:535 +msgid "New Plugin" +msgstr "Nuevo Plugin" + +#: lib/SP/Providers/Auth/AuthProvider.php:208 +msgid "Method unavailable" +msgstr "Método no disponible" + +#: lib/SP/Providers/Auth/AuthProvider.php:212 +msgid "Method already initialized" +msgstr "Método ya inicializado" + +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:119 +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:126 +msgid "Error while searching the group RDN" +msgstr "Error al buscar RDN de grupo" + +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:205 +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:210 +msgid "Error while searching the user on LDAP" +msgstr "Error al localizar el usuario en LDAP" + +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:259 +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:265 +msgid "Error while searching objects in base DN" +msgstr "Error al buscar objetos en DN base" + +#: 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 "Unable to connect to LDAP server" +msgstr "No es posible conectar con el servidor de LDAP" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:142 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:189 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:70 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:39 +#: app/modules/web/themes/material-blue/views/config/info.inc:75 +#: app/modules/web/themes/material-blue/views/config/info.inc:78 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:94 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:119 +#: app/modules/web/themes/material-blue/views/config/mail.inc:59 +#: app/modules/web/themes/material-blue/views/config/mail.inc:66 +msgid "Server" +msgstr "Servidor" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:169 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:171 +msgid "LDAP parameters are not set" +msgstr "Los parámetros de LDAP no están configurados" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:231 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:237 +msgid "Connection error (BIND)" +msgstr "Error al conectar (BIND)" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:301 +msgid "Error while disconnecting from LDAP server" +msgstr "Error al desconectar del servidor de LDAP" + +#: 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 "User in group verified" +msgstr "Usuario verificado en grupo" + +#: lib/SP/Providers/Auth/Ldap/LdapMsAds.php:144 +#: lib/SP/Providers/Auth/Ldap/LdapStd.php:141 +msgid "User does not belong to the group" +msgstr "Usuario no pertenece al grupo" + +#: lib/SP/Providers/Mail/MailHandler.php:124 +#, php-format +msgid "Performed by: %s (%s)" +msgstr "Realizado por: %s (%s)" + +#: lib/SP/Providers/Mail/MailHandler.php:125 +#, php-format +msgid "IP Address: %s" +msgstr "Dirección IP: %s" + +#: lib/SP/Providers/Mail/MailProvider.php:91 +msgid "Unable to initialize" +msgstr "No es posible inicializar" + +#: lib/SP/Repositories/Account/AccountFileRepository.php:77 +msgid "Error while saving file" +msgstr "No se pudo guardar el archivo" + +#: lib/SP/Repositories/Account/AccountFileRepository.php:279 +msgid "Error while deleting the file" +msgstr "Error al eliminar el archivo" + +#: lib/SP/Repositories/Account/AccountFileRepository.php:302 +#: lib/SP/Services/Account/AccountFileService.php:145 +msgid "Error while deleting the files" +msgstr "Error al eliminar los archivos" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:143 +msgid "Error while updating history" +msgstr "Error al actualizar el historial" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:162 +#: lib/SP/Repositories/Account/AccountRepository.php:321 +#: lib/SP/Services/Account/AccountHistoryService.php:192 +msgid "Error while deleting the account" +msgstr "Error al eliminar la cuenta" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:292 +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:315 +#: lib/SP/Repositories/Account/AccountRepository.php:501 +#: lib/SP/Services/Account/AccountService.php:616 +msgid "Error while deleting the accounts" +msgstr "Error al eliminar las cuentas" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:436 +#: lib/SP/Repositories/Account/AccountRepository.php:235 +#: lib/SP/Repositories/Account/AccountRepository.php:260 +#: lib/SP/Repositories/User/UserRepository.php:165 +#: lib/SP/Services/Account/AccountHistoryService.php:233 +#: lib/SP/Services/User/UserService.php:331 +msgid "Error while updating the password" +msgstr "Error al actualizar la clave" + +#: lib/SP/Repositories/Account/AccountRepository.php:200 +msgid "Error while creating the account" +msgstr "Error al crear la cuenta" + +#: lib/SP/Repositories/Account/AccountRepository.php:301 +#: lib/SP/Services/Account/AccountService.php:582 +msgid "Error on restoring the account" +msgstr "Error al restaurar cuenta" + +#: lib/SP/Repositories/Account/AccountRepository.php:382 +#: lib/SP/Repositories/Account/AccountRepository.php:431 +msgid "Error while updating the account" +msgstr "Error al modificar la cuenta" + +#: lib/SP/Repositories/Account/AccountRepository.php:451 +#: lib/SP/Repositories/Account/AccountRepository.php:623 +#: lib/SP/Services/Account/AccountHistoryService.php:75 +msgid "Error while retrieving account's data" +msgstr "No se pudieron obtener los datos de la cuenta" + +#: lib/SP/Repositories/Account/AccountToFavoriteRepository.php:71 +msgid "Error while adding favorite" +msgstr "Error al añadir favorito" + +#: lib/SP/Repositories/Account/AccountToFavoriteRepository.php:91 +msgid "Error while deleting favorite" +msgstr "Error al eliminar favorito" + +#: lib/SP/Repositories/Account/AccountToTagRepository.php:94 +msgid "Error while removing the account's tags" +msgstr "Error al eliminar las etiquetas de la cuenta" + +#: lib/SP/Repositories/Account/AccountToTagRepository.php:115 +msgid "Error while adding the account's tags" +msgstr "Error al añadir las etiquetas de la cuenta" + +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:106 +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:139 +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:191 +msgid "Error while deleting the account's groups" +msgstr "Error al eliminar grupos asociados a la cuenta" + +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:164 +msgid "Error while updating the secondary groups" +msgstr "Error al actualizar los grupos secundarios" + +#: lib/SP/Repositories/Account/AccountToUserRepository.php:76 +#: lib/SP/Repositories/Account/AccountToUserRepository.php:132 +msgid "Error while deleting the account users" +msgstr "Error al eliminar usuarios asociados a la cuenta" + +#: lib/SP/Repositories/Account/AccountToUserRepository.php:103 +msgid "Error while updating the account users" +msgstr "Error al actualizar los usuarios de la cuenta" + +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:221 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:309 +msgid "The authorization already exist" +msgstr "La autorización ya existe" + +#: lib/SP/Repositories/Category/CategoryRepository.php:58 +msgid "Duplicated category" +msgstr "Categoría duplicada" + +#: lib/SP/Repositories/Category/CategoryRepository.php:68 +msgid "Error while creating the category" +msgstr "Error al crear la categoría" + +#: lib/SP/Repositories/Category/CategoryRepository.php:107 +msgid "Duplicated category name" +msgstr "Nombre de categoría duplicado" + +#: lib/SP/Repositories/Category/CategoryRepository.php:125 +msgid "Error while updating the category" +msgstr "Error al actualizar la categoría" + +#: lib/SP/Repositories/Category/CategoryRepository.php:253 +msgid "Error while deleting the categories" +msgstr "Error al eliminar la categorías" + +#: lib/SP/Repositories/Category/CategoryRepository.php:275 +msgid "Error while deleting the category" +msgstr "Error al eliminar la categoría" + +#: lib/SP/Repositories/Client/ClientRepository.php:62 +#: lib/SP/Repositories/Client/ClientRepository.php:116 +msgid "Duplicated client" +msgstr "Cliente duplicado" + +#: lib/SP/Repositories/Client/ClientRepository.php:80 +msgid "Error while creating the client" +msgstr "Error al crear el cliente" + +#: lib/SP/Repositories/Client/ClientRepository.php:136 +msgid "Error while updating the client" +msgstr "Error al actualizar el cliente" + +#: lib/SP/Repositories/Client/ClientRepository.php:264 +#: lib/SP/Services/Client/ClientService.php:127 +msgid "Error while deleting the clients" +msgstr "Error al eliminar los clientes" + +#: lib/SP/Repositories/Client/ClientRepository.php:283 +msgid "Error while deleting the client" +msgstr "Error al eliminar el cliente" + +#: lib/SP/Repositories/Client/ClientRepository.php:345 +msgid "Wrong filter" +msgstr "Filtro incorrecto" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:75 +msgid "Error while creating the custom field" +msgstr "Error al crear el campo personalizado" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:118 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:165 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:193 +msgid "Error while updating the custom field" +msgstr "Error al actualizar el campo personalizado" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:159 +msgid "Custom field not found" +msgstr "El campo personalizado no existe" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:239 +msgid "Error while removing the custom fields" +msgstr "Error al eliminar los campos personalizados" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:259 +msgid "Error while removing the custom field" +msgstr "Error al eliminar el campo personalizado" + +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:61 +msgid "Error while creating the field type" +msgstr "Error al crear el tipo de campo" + +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:97 +msgid "Error while updating the field type" +msgstr "Error al actualizar el tipo de campo" + +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:179 +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:198 +msgid "Error while deleting the field type" +msgstr "Error al eliminar el tipo de campo" + +#: lib/SP/Repositories/EventLog/EventlogRepository.php:53 +msgid "Error while clearing the event log out" +msgstr "Error al vaciar el registro de eventos" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:76 +msgid "Error while creating the permission" +msgstr "Error al crear permiso" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:115 +msgid "Error while updating the permission" +msgstr "Error al actualizar permiso" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:134 +msgid "Error while removing the permission" +msgstr "Error al eliminar permiso" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:249 +msgid "Error while removing the permissions" +msgstr "Error al eliminar los permisos" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:79 +msgid "Error while adding the notification" +msgstr "Error al crear la notificación" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:119 +#: lib/SP/Repositories/Notification/NotificationRepository.php:478 +msgid "Error while updating the notification" +msgstr "Error al modificar la notificación" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:138 +#: lib/SP/Repositories/Notification/NotificationRepository.php:157 +msgid "Error while deleting the notification" +msgstr "Error al eliminar la notificación" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:180 +#: lib/SP/Repositories/Notification/NotificationRepository.php:303 +#: lib/SP/Services/Notification/NotificationService.php:140 +#: lib/SP/Services/Notification/NotificationService.php:159 +msgid "Error while deleting the notifications" +msgstr "Error al eliminar las notificaciones" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:213 +msgid "Error while retrieving notification" +msgstr "Error al obtener la notificación" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:243 +#: lib/SP/Repositories/Notification/NotificationRepository.php:515 +#: lib/SP/Repositories/Notification/NotificationRepository.php:548 +#: lib/SP/Repositories/Notification/NotificationRepository.php:582 +#: lib/SP/Repositories/Notification/NotificationRepository.php:615 +msgid "Error while retrieving the notifications" +msgstr "Error al obtener las notificaciones" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:70 +msgid "Error while adding the plugin" +msgstr "Error al crear el plugin" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:104 +#: lib/SP/Repositories/Plugin/PluginRepository.php:348 +#: lib/SP/Repositories/Plugin/PluginRepository.php:368 +#: lib/SP/Repositories/Plugin/PluginRepository.php:388 +#: lib/SP/Repositories/Plugin/PluginRepository.php:408 +#: lib/SP/Repositories/Plugin/PluginRepository.php:427 +msgid "Error while updating the plugin" +msgstr "Error al actualizar el plugin" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:212 +#: lib/SP/Services/Plugin/PluginService.php:137 +msgid "Error while deleting the plugins" +msgstr "Error al eliminar los plugins" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:232 +msgid "Error while deleting the plugin" +msgstr "Error al eliminar el plugin" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:63 +msgid "Error while removing the link" +msgstr "Error al eliminar enlace" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:255 +msgid "Link already created" +msgstr "Enlace ya creado" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:282 +msgid "Error while creating the link" +msgstr "Error al crear enlace" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:341 +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:389 +msgid "Error while updating the link" +msgstr "Error al actualizar enlace" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:424 +msgid "Error while renewing link" +msgstr "Error al renovar enlace" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:466 +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:507 +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:528 +msgid "Error while retrieving the link" +msgstr "Error al obtener enlace" + +#: lib/SP/Repositories/Tag/TagRepository.php:60 +#: lib/SP/Repositories/Tag/TagRepository.php:108 +msgid "Duplicated tag" +msgstr "Etiqueta duplicada" + +#: lib/SP/Repositories/Tag/TagRepository.php:69 +msgid "Error while creating the tag" +msgstr "Error al crear etiqueta" + +#: lib/SP/Repositories/Tag/TagRepository.php:118 +msgid "Error while updating the tag" +msgstr "Error al actualizar etiqueta" + +#: lib/SP/Repositories/Tag/TagRepository.php:243 +#: lib/SP/Services/Tag/TagService.php:126 +msgid "Error while removing the tags" +msgstr "Error al eliminar etiquetas" + +#: lib/SP/Repositories/Tag/TagRepository.php:262 +msgid "Error while removing the tag" +msgstr "Error al eliminar etiqueta" + +#: lib/SP/Repositories/Track/TrackRepository.php:68 +msgid "Error while creating track" +msgstr "Error al crear track" + +#: lib/SP/Repositories/Track/TrackRepository.php:85 +msgid "Error while removing the track" +msgstr "Error al eliminar track" + +#: lib/SP/Repositories/Track/TrackRepository.php:102 +msgid "Error while updating the track" +msgstr "Error al actualizar track" + +#: lib/SP/Repositories/Track/TrackRepository.php:118 +msgid "Error while clearing tracks out" +msgstr "Error al vaciar tracks" + +#: lib/SP/Repositories/Track/TrackRepository.php:146 +msgid "Error while retrieving the track" +msgstr "Error al obtener track" + +#: lib/SP/Repositories/Track/TrackRepository.php:169 +#: lib/SP/Repositories/Track/TrackRepository.php:202 +msgid "Error while retrieving the tracks" +msgstr "Error al obtener tracks" + +#: lib/SP/Repositories/User/UserPassRecoverRepository.php:86 +msgid "Error while generating the recovering hash" +msgstr "Error al generar el hash de recuperación" + +#: lib/SP/Repositories/User/UserPassRecoverRepository.php:112 +msgid "Error while checking hash" +msgstr "Error en comprobación de hash" + +#: lib/SP/Repositories/User/UserRepository.php:63 +#: lib/SP/Repositories/User/UserRepository.php:430 +msgid "Duplicated user login/email" +msgstr "Login/email de usuario duplicados" + +#: lib/SP/Repositories/User/UserRepository.php:100 +#: lib/SP/Repositories/User/UserRepository.php:677 +#: lib/SP/Services/User/UserService.php:310 +msgid "Error while updating the user" +msgstr "Error al actualizar el usuario" + +#: lib/SP/Repositories/User/UserRepository.php:184 +msgid "Error while deleting the user" +msgstr "Error al eliminar el usuario" + +#: lib/SP/Repositories/User/UserRepository.php:234 +#: lib/SP/Repositories/User/UserRepository.php:551 +msgid "Error while retrieving the user's data" +msgstr "Error al obtener los datos del usuario" + +#: lib/SP/Repositories/User/UserRepository.php:353 +#: lib/SP/Services/User/UserService.php:209 +msgid "Error while deleting the users" +msgstr "Error al eliminar los usuarios" + +#: lib/SP/Repositories/User/UserRepository.php:474 +msgid "Error while creating the user" +msgstr "Error al crear el usuario" + +#: lib/SP/Repositories/User/UserRepository.php:697 +msgid "Error while updating the preferences" +msgstr "Error al actualizar preferencias" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:62 +msgid "Error while deleting the group" +msgstr "Error al eliminar el grupo" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:306 +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:351 +msgid "Duplicated group name" +msgstr "Nombre de grupo duplicado" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:315 +msgid "Error while creating the group" +msgstr "Error al crear el grupo" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:361 +msgid "Error while updating the group" +msgstr "Error al actualizar el grupo" + +#: lib/SP/Repositories/UserGroup/UserToUserGroupRepository.php:108 +msgid "Error while deleting the group users" +msgstr "Error al eliminar los usuarios del grupo" + +#: lib/SP/Repositories/UserGroup/UserToUserGroupRepository.php:140 +msgid "Error while setting users in the group" +msgstr "Error al asignar los usuarios al grupo" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:79 +msgid "Error while removing the profile" +msgstr "Error al eliminar perfil" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:181 +#: lib/SP/Services/UserProfile/UserProfileService.php:114 +msgid "Error while removing the profiles" +msgstr "Error al eliminar los perfiles" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:230 +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:275 +msgid "Duplicated profile name" +msgstr "Nombre de perfil duplicado" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:239 +msgid "Error while creating the profile" +msgstr "Error al crear perfil" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:288 +#: lib/SP/Services/UserProfile/UserProfileService.php:141 +msgid "Error while updating the profile" +msgstr "Error al modificar perfil" + +#: 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 "Update Master Password" +msgstr "Actualizar Clave Maestra" + +#: lib/SP/Services/Account/AccountCryptService.php:89 +msgid "Error while updating the accounts' passwords" +msgstr "Errores al actualizar las claves de las cuentas" + +#: lib/SP/Services/Account/AccountCryptService.php:115 +msgid "Error while retrieving the accounts' passwords" +msgstr "Error al obtener las claves de las cuentas" + +#: lib/SP/Services/Account/AccountCryptService.php:139 +#, php-format +msgid "Accounts updated: %d / %d" +msgstr "Cuentas actualizadas: %d / %d" + +#: lib/SP/Services/Account/AccountCryptService.php:148 +#, php-format +msgid "Updated accounts: %d / %d - %d%% - ETA: %ds (%.2f/s)" +msgstr "Cuentas actualizadas: %d / %d - %d%% - ETA: %ds (%.2f/s)" + +#: lib/SP/Services/Account/AccountCryptService.php:158 +msgid "The record's master password does not match" +msgstr "La clave maestra del registro no coincide" + +#: lib/SP/Services/Account/AccountCryptService.php:183 +#: lib/SP/Services/Account/AccountCryptService.php:188 +msgid "Error while updating the account's password" +msgstr "Fallo al actualizar la clave de la cuenta" + +#: lib/SP/Services/Account/AccountCryptService.php:194 +msgid "Errors" +msgstr "Errores" + +#: lib/SP/Services/Account/AccountCryptService.php:212 +#: lib/SP/Services/Account/AccountCryptService.php:218 +msgid "Update Master Password (H)" +msgstr "Actualizar Clave Maestra (H)" + +#: lib/SP/Services/Account/AccountCryptService.php:233 +msgid "Error while updating the accounts' passwords in history" +msgstr "Errores al actualizar las claves de las cuentas del histórico" + +#: lib/SP/Services/Account/AccountFileService.php:164 +msgid "File not found" +msgstr "Archivo no encontrado" + +#: lib/SP/Services/Account/AccountService.php:163 +#: lib/SP/Services/Account/AccountService.php:599 +msgid "Account not found" +msgstr "Cuenta no encontrada" + +#: lib/SP/Services/Account/AccountService.php:220 +msgid "Master password not set" +msgstr "Clave maestra no establecida" + +#: lib/SP/Services/Account/AccountService.php:283 +#: lib/SP/Services/Account/AccountService.php:672 +#: lib/SP/Services/Account/AccountService.php:727 +msgid "The account doesn't exist" +msgstr "La cuenta no existe" + +#: lib/SP/Services/Api/ApiRequest.php:79 lib/SP/Services/Api/ApiRequest.php:113 +#: lib/SP/Services/Api/ApiService.php:231 +msgid "Invalid data" +msgstr "Datos inválidos" + +#: lib/SP/Services/Api/ApiRequest.php:88 +msgid "Invalid format" +msgstr "Fomato incorrecto" + +#: lib/SP/Services/Api/ApiService.php:152 +msgid "Wrong parameters" +msgstr "Parámetros incorrectos" + +#: lib/SP/Services/Auth/LoginService.php:160 +#: lib/SP/Services/Auth/LoginService.php:460 +#: lib/SP/Services/Auth/LoginService.php:467 +#: lib/SP/Services/Auth/LoginService.php:575 +#: lib/SP/Services/Auth/LoginService.php:580 +#: lib/SP/Services/Auth/LoginService.php:619 +#: lib/SP/Services/Auth/LoginService.php:624 +msgid "Wrong login" +msgstr "Login incorrecto" + +#: lib/SP/Services/Auth/LoginService.php:219 +#: lib/SP/Services/Auth/LoginService.php:226 +msgid "User disabled" +msgstr "Usuario deshabilitado" + +#: lib/SP/Services/Auth/LoginService.php:273 +msgid "Using temporary password" +msgstr "Usando clave temporal" + +#: lib/SP/Services/Auth/LoginService.php:285 +#: lib/SP/Services/Auth/LoginService.php:291 +#: lib/SP/Services/Auth/LoginService.php:309 +#: lib/SP/Services/Auth/LoginService.php:315 +msgid "Wrong master password" +msgstr "Clave maestra incorrecta" + +#: lib/SP/Services/Auth/LoginService.php:330 +msgid "Your previous password is needed" +msgstr "Es necesaria su clave anterior" + +#: lib/SP/Services/Auth/LoginService.php:342 +msgid "The Master Password either is not saved or is wrong" +msgstr "La clave maestra no ha sido guardada o es incorrecta" + +#: lib/SP/Services/Auth/LoginService.php:456 +#: lib/SP/Services/Auth/LoginService.php:519 +msgid "LDAP Server" +msgstr "Servidor LDAP" + +#: lib/SP/Services/Auth/LoginService.php:475 +#: lib/SP/Services/Auth/LoginService.php:480 +msgid "Account expired" +msgstr "Cuenta expirada" + +#: lib/SP/Services/Auth/LoginService.php:488 +#: lib/SP/Services/Auth/LoginService.php:493 +msgid "User has no associated groups" +msgstr "El usuario no tiene grupos asociados" + +#: lib/SP/Services/Auth/LoginService.php:609 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:12 +msgid "Authentication" +msgstr "Autentificación" + +#: lib/SP/Services/AuthToken/AuthTokenService.php:139 +#: lib/SP/Services/AuthToken/AuthTokenService.php:277 +#: lib/SP/Services/AuthToken/AuthTokenService.php:291 +msgid "Token not found" +msgstr "Token no encontrado" + +#: lib/SP/Services/AuthToken/AuthTokenService.php:158 +msgid "Error while removing the tokens" +msgstr "Error al eliminar tokens" + +#: lib/SP/Services/Backup/FileBackupService.php:100 +msgid "Make Backup" +msgstr "Realizar Backup" + +#: lib/SP/Services/Backup/FileBackupService.php:107 +msgid "Error while doing the backup in compatibility mode" +msgstr "Error al realizar backup en modo compatibilidad" + +#: lib/SP/Services/Backup/FileBackupService.php:118 +msgid "Error while doing the backup" +msgstr "Error al realizar el backup" + +#: lib/SP/Services/Backup/FileBackupService.php:139 +#, php-format +msgid "Unable to create the backups directory (\"%s\")" +msgstr "No es posible crear el directorio de backups (\"%s\")" + +#: lib/SP/Services/Backup/FileBackupService.php:144 +msgid "Please, check the backup directory permissions" +msgstr "Compruebe los permisos del directorio de backups" + +#: lib/SP/Services/Backup/FileBackupService.php:211 +msgid "Copying database" +msgstr "Copiando base de datos" + +#: lib/SP/Services/Backup/FileBackupService.php:343 +#: lib/SP/Services/Backup/FileBackupService.php:367 +msgid "Copying application" +msgstr "Copiando aplicación" + +#: lib/SP/Services/Backup/FileBackupService.php:362 +msgid "This operation is only available on Linux environments" +msgstr "Esta operación sólo es posible en entornos Linux" + +#: lib/SP/Services/Category/CategoryService.php:77 +#: lib/SP/Services/Category/CategoryService.php:98 +#: lib/SP/Services/Category/CategoryService.php:115 +msgid "Category not found" +msgstr "Categoría no encontrada" + +#: lib/SP/Services/Category/CategoryService.php:134 +msgid "Error while deleting categories" +msgstr "Error al eliminar las categorías" + +#: lib/SP/Services/Client/ClientService.php:76 +#: lib/SP/Services/Client/ClientService.php:95 +#: lib/SP/Services/Client/ClientService.php:110 +msgid "Client not found" +msgstr "Cliente no encontrado" + +#: lib/SP/Services/Config/ConfigBackupService.php:115 +#: lib/SP/Services/Config/ConfigBackupService.php:122 +msgid "Unable to restore the configuration" +msgstr "No es posible restaurar la configuración" + +#: lib/SP/Services/Config/ConfigService.php:68 +#: lib/SP/Services/Config/ConfigService.php:153 +#, php-format +msgid "Parameter not found (%s)" +msgstr "Parámetro no encontrado (%s)" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:103 +msgid "Generate temporary password" +msgstr "Generar clave temporal" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:110 +msgid "Error while generating the temporary password" +msgstr "Error al generar clave temporal" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:131 +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:181 +msgid "Temporary password expired" +msgstr "Clave temporal caducada" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:160 +msgid "Error while checking the temporary password" +msgstr "Error al comprobar clave temporal" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:213 +#, php-format +msgid "Master Password %s" +msgstr "Clave Maestra %s" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:214 +msgid "" +"A new sysPass master password has been generated, so next time you log into " +"the application it will be requested." +msgstr "" +"Se ha generado una nueva clave para el acceso a sysPass y se solicitará en " +"el siguiente inicio." + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:216 +#, php-format +msgid "The new Master Password is: %s" +msgstr "La nueva clave es: %s" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:218 +#, php-format +msgid "This password will be valid until: %s" +msgstr "Esta clave estará activa hasta: %s" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:220 +msgid "Please, don't forget to log in as soon as possible to save the changes." +msgstr "No olvide acceder lo antes posible para guardar los cambios." + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:68 +msgid "There aren't any data from custom fields" +msgstr "No hay datos de campos personalizados" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:76 +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:84 +msgid "Updating encrypted data" +msgstr "Actualizando datos encriptados" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:109 +msgid "Records updated" +msgstr "Registros actualizados" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:110 +msgid "Records not updated" +msgstr "Registros no actualizados" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:136 +msgid "Error while updating the custom fields data" +msgstr "Errores al actualizar datos de campos personalizados" + +#: lib/SP/Services/CustomField/CustomFieldDefService.php:109 +msgid "Field not found" +msgstr "Campo no encontrado" + +#: lib/SP/Services/CustomField/CustomFieldDefService.php:130 +msgid "Error while deleting the fields" +msgstr "Error al eliminar los campos" + +#: lib/SP/Services/CustomField/CustomFieldTypeService.php:84 +msgid "Field type not found" +msgstr "Tipo de campo no encontrado" + +#: lib/SP/Services/Export/XmlExportService.php:127 +#: lib/SP/Storage/File/FileCache.php:74 +#: lib/SP/Storage/File/FileCachePacked.php:116 +#, php-format +msgid "Unable to create the directory (%s)" +msgstr "No es posible crear el directorio (%s)" + +#: lib/SP/Services/Export/XmlExportService.php:203 +msgid "Error while exporting" +msgstr "Error al realizar la exportación" + +#: lib/SP/Services/Export/XmlExportService.php:271 +msgid "Exporting categories" +msgstr "Exportando categorías" + +#: lib/SP/Services/Export/XmlExportService.php:383 +msgid "Exporting clients" +msgstr "Exportando clientes" + +#: lib/SP/Services/Export/XmlExportService.php:429 +msgid "Exporting tags" +msgstr "Exportando etiquetas" + +#: lib/SP/Services/Export/XmlExportService.php:473 +msgid "Exporting accounts" +msgstr "Exportando cuentas" + +#: lib/SP/Services/Export/XmlExportService.php:583 +msgid "Error while creating the XML file" +msgstr "Error al crear el archivo XML" + +#: lib/SP/Services/Export/XmlVerifyService.php:110 +#: lib/SP/Services/Import/XmlFileImport.php:81 +msgid "Unable to process the XML file" +msgstr "No es posible procesar el archivo XML" + +#: lib/SP/Services/Export/XmlVerifyService.php:177 +#: lib/SP/Services/Import/SyspassImport.php:176 +msgid "Error while checking integrity hash" +msgstr "Fallo en la verificación del hash de integridad" + +#: 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 "Wrong encryption password" +msgstr "Clave de encriptación incorrecta" + +#: lib/SP/Services/Import/CsvImport.php:50 +#, php-format +msgid "Detected format: %s" +msgstr "Formato detectado: %s" + +#: lib/SP/Services/Import/CsvImportBase.php:130 +#: lib/SP/Services/Import/CsvImportBase.php:176 +#, php-format +msgid "Wrong number of fields (%d)" +msgstr "El número de campos es incorrecto (%d)" + +#: lib/SP/Services/Import/CsvImportBase.php:132 +#: lib/SP/Services/Import/CsvImportBase.php:178 +#, php-format +msgid "Please, check the CSV file format in line %s" +msgstr "Compruebe el formato del archivo CSV en línea %s" + +#: lib/SP/Services/Import/CsvImportBase.php:158 +#: lib/SP/Services/Import/KeepassImport.php:103 +#: lib/SP/Services/Import/SyspassImport.php:387 +msgid "Account imported" +msgstr "Cuenta importada" + +#: lib/SP/Services/Import/CsvImportBase.php:166 +msgid "Error while importing the account" +msgstr "Error importando cuenta" + +#: lib/SP/Services/Import/CsvImportBase.php:167 +msgid "Error while processing line" +msgstr "Error procesando línea" + +#: lib/SP/Services/Import/FileImport.php:67 +#: lib/SP/Services/Import/FileImport.php:88 +msgid "File successfully uploaded" +msgstr "Archivo no subido correctamente" + +#: lib/SP/Services/Import/FileImport.php:69 +#: lib/SP/Services/Import/FileImport.php:90 +msgid "Please check the web server user permissions" +msgstr "Verifique los permisos del usuario del servidor web" + +#: lib/SP/Services/Import/FileImport.php:102 +msgid "Please, check the file extension" +msgstr "Compruebe la extensión del archivo" + +#: lib/SP/Services/Import/FileImport.php:118 +msgid "Please, check PHP configuration for upload files" +msgstr "Compruebe la configuración de PHP para subir archivos" + +#: lib/SP/Services/Import/ImportService.php:89 +#, php-format +msgid "Mime type not supported (\"%s\")" +msgstr "Tipo mime no soportado (\"%s\")" + +#: lib/SP/Services/Import/ImportService.php:91 +msgid "Please, check the file format" +msgstr "Compruebe el formato del archivo" + +#: lib/SP/Services/Import/ImportTrait.php:107 +msgid "Category Id not set. Unable to import account." +msgstr "Id de categoría no definido. No es posible importar cuenta." + +#: lib/SP/Services/Import/ImportTrait.php:111 +msgid "Client Id not set. Unable to import account." +msgstr "Id de cliente no definido. No es posible importar cuenta." + +#: lib/SP/Services/Import/KeepassImport.php:58 +msgid "KeePass XML Import" +msgstr "Importación XML KeePass" + +#: lib/SP/Services/Import/KeepassImport.php:91 +#: lib/SP/Services/Import/SyspassImport.php:211 +msgid "Category imported" +msgstr "Categoría importada" + +#: lib/SP/Services/Import/SyspassImport.php:58 +msgid "sysPass XML Import" +msgstr "Importación XML sysPass" + +#: lib/SP/Services/Import/SyspassImport.php:69 +msgid "Encryption password not set" +msgstr "Clave de encriptación no indicada" + +#: lib/SP/Services/Import/SyspassImport.php:162 +msgid "Data unencrypted" +msgstr "Datos desencriptados" + +#: lib/SP/Services/Import/SyspassImport.php:177 +msgid "" +"If you are importing an exported file from the same origin, the data could " +"be compromised." +msgstr "" +"Si está importando un archivo exportado desde el mismo origen, los datos " +"pueden estar comprometidos." + +#: lib/SP/Services/Import/SyspassImport.php:250 +#: lib/SP/Services/Import/SyspassImport.php:290 +msgid "Client imported" +msgstr "Cliente importado" + +#: lib/SP/Services/Import/SyspassImport.php:326 +msgid "Tag imported" +msgstr "Etiqueta importada" + +#: lib/SP/Services/Import/XmlFileImport.php:105 +msgid "XML file not supported" +msgstr "Archivo XML no soportado" + +#: lib/SP/Services/Import/XmlFileImport.php:107 +msgid "Unable to guess the application which data was exported from" +msgstr "No es posible detectar la aplicación que exportó los datos" + +#: lib/SP/Services/Import/XmlImport.php:98 +msgid "Format not detected" +msgstr "Formato no detectado" + +#: lib/SP/Services/Import/XmlImport.php:106 +msgid "Not implemented" +msgstr "Not implemented" + +#: lib/SP/Services/Import/XmlImportBase.php:107 +#: lib/SP/Services/Import/XmlImportTrait.php:78 +msgid "Invalid Method" +msgstr "Método inválido" + +#: lib/SP/Services/Import/XmlImportBase.php:119 +#: lib/SP/Services/Import/XmlImportTrait.php:68 +msgid "Invalid XML format" +msgstr "Formato de XML inválido" + +#: lib/SP/Services/Import/XmlImportBase.php:121 +#: lib/SP/Services/Import/XmlImportTrait.php:70 +#, php-format +msgid "\"%s\" node doesn't exist" +msgstr "El nodo \"%s\" no existe" + +#: lib/SP/Services/Install/Installer.php:106 +msgid "Please, enter the admin username" +msgstr "Indicar nombre de usuario admin" + +#: lib/SP/Services/Install/Installer.php:108 +msgid "Admin user to log into the application" +msgstr "Usuario admin para acceso a la aplicación" + +#: lib/SP/Services/Install/Installer.php:113 +msgid "Please, enter the admin's password" +msgstr "Indicar la clave de admin" + +#: lib/SP/Services/Install/Installer.php:115 +msgid "Application administrator's password" +msgstr "Clave del usuario admin de la aplicación" + +#: lib/SP/Services/Install/Installer.php:120 +msgid "Please, enter the Master Password" +msgstr "Indicar la clave maestra" + +#: lib/SP/Services/Install/Installer.php:122 +msgid "Master password to encrypt the passwords" +msgstr "Clave maestra para encriptar las claves" + +#: lib/SP/Services/Install/Installer.php:127 +msgid "Master password too short" +msgstr "Clave maestra muy corta" + +#: lib/SP/Services/Install/Installer.php:129 +msgid "The Master Password length need to be at least 11 characters" +msgstr "La longitud de la clave maestra ha de ser mayor de 11 caracteres" + +#: lib/SP/Services/Install/Installer.php:134 +msgid "Please, enter the database user" +msgstr "Indicar el usuario de la BBDD" + +#: lib/SP/Services/Install/Installer.php:136 +msgid "An user with database administrative rights" +msgstr "Usuario con permisos de administrador de la Base de Datos" + +#: lib/SP/Services/Install/Installer.php:141 +msgid "Please, enter the database password" +msgstr "Indicar la clave de la BBDD" + +#: lib/SP/Services/Install/Installer.php:143 +msgid "Database administrator's password" +msgstr "Clave del usuario administrador de la Base de Datos" + +#: lib/SP/Services/Install/Installer.php:148 +msgid "Please, enter the database name" +msgstr "Indicar el nombre de la BBDD" + +#: lib/SP/Services/Install/Installer.php:150 +msgid "Application database name. eg. syspass" +msgstr "Nombre para la BBDD de la aplicación pej. syspass" + +#: lib/SP/Services/Install/Installer.php:155 +msgid "Database name cannot contain \".\"" +msgstr "El nombre de la BBDD no puede contener \".\"" + +#: lib/SP/Services/Install/Installer.php:157 +msgid "Please, remove dots in database name" +msgstr "Elimine los puntos del nombre de la Base de Datos" + +#: lib/SP/Services/Install/Installer.php:162 +msgid "Please, enter the database server" +msgstr "Indicar el servidor de la BBDD" + +#: lib/SP/Services/Install/Installer.php:164 +msgid "Server where the database will be installed" +msgstr "Servidor donde se instalará la Base de Datos" + +#: lib/SP/Services/Install/Installer.php:318 +#: lib/SP/Services/Install/Installer.php:369 +msgid "Warn to developer" +msgstr "Informe al desarrollador" + +#: lib/SP/Services/Install/Installer.php:359 +msgid "Error while creating 'admin' user" +msgstr "Error al crear el usuario 'admin'" + +#: lib/SP/Services/Install/MySQL.php:135 +#, php-format +msgid "Unable to check the sysPass user (%s)" +msgstr "No es posible comprobar el usuario de sysPass (%s)" + +#: lib/SP/Services/Install/MySQL.php:137 +msgid "Please, check the DB connection user rights" +msgstr "Compruebe los permisos del usuario de conexión a la BD" + +#: lib/SP/Services/Install/MySQL.php:181 +#, php-format +msgid "Error while creating the MySQL connection user '%s'" +msgstr "Error al crear el usuario de conexión a MySQL '%s'" + +#: lib/SP/Services/Install/MySQL.php:201 +msgid "The database already exists" +msgstr "La BBDD ya existe" + +#: lib/SP/Services/Install/MySQL.php:203 +msgid "Please, enter a new database or delete the existing one" +msgstr "Indique una nueva Base de Datos o elimine la existente" + +#: 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 while creating the DB ('%s')" +msgstr "Error al crear la BBDD ('%s')" + +#: lib/SP/Services/Install/MySQL.php:215 lib/SP/Services/Install/MySQL.php:239 +msgid "Please check the database user permissions" +msgstr "Verifique los permisos del usuario de la Base de Datos" + +#: lib/SP/Services/Install/MySQL.php:237 +#, php-format +msgid "Error while setting the database permissions ('%s')" +msgstr "Error al establecer permisos de la BBDD ('%s')" + +#: lib/SP/Services/Install/MySQL.php:251 +msgid "The database does not exist" +msgstr "La BBDD no existe" + +#: lib/SP/Services/Install/MySQL.php:253 +msgid "You need to create it and assign the needed permissions" +msgstr "Es necesario crearla y asignar los permisos necesarios" + +#: lib/SP/Services/Install/MySQL.php:309 +#, php-format +msgid "Error while selecting '%s' database (%s)" +msgstr "Error al seleccionar la BBDD '%s' (%s)" + +#: lib/SP/Services/Install/MySQL.php:311 +msgid "" +"Unable to use the database to create the structure. Please check the " +"permissions and it does not exist." +msgstr "" +"No es posible usar la Base de Datos para crear la estructura. Compruebe los " +"permisos y que no exista." + +#: lib/SP/Services/Install/MySQL.php:331 +msgid "Error while creating database structure." +msgstr "Error al crear la estructura de la Base de Datos." + +#: lib/SP/Services/Install/MySQL.php:365 +msgid "Please, try the installation again" +msgstr "Intente de nuevo la instalación" + +#: lib/SP/Services/ItemPreset/ItemPresetService.php:84 +#: lib/SP/Services/ItemPreset/ItemPresetService.php:105 +msgid "Value not found" +msgstr "Valor no encontrada" + +#: lib/SP/Services/ItemPreset/ItemPresetService.php:188 +msgid "Error while deleting the values" +msgstr "Error al eliminar los valores" + +#: lib/SP/Services/Ldap/LdapImportService.php:109 +#: lib/SP/Services/Ldap/LdapImportService.php:196 +msgid "Objects found" +msgstr "Objetos encontrados" + +#: lib/SP/Services/Ldap/LdapImportService.php:134 +#: lib/SP/Services/Ldap/LdapImportService.php:229 +msgid "Imported from LDAP" +msgstr "Importado desde LDAP" + +#: lib/SP/Services/Mail/MailService.php:66 +msgid "Mail test" +msgstr "Prueba de correo" + +#: lib/SP/Services/Mail/MailService.php:67 +msgid "" +"This is a test email in order to verify that the configuration is working " +"right." +msgstr "" +"Esto es una prueba de correo para verificar el correcto funcionamiento de la " +"configuración." + +#: lib/SP/Services/Mail/MailService.php:186 +msgid "Mail service unavailable" +msgstr "Servicio de correo no disponible" + +#: 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 "Notification not found" +msgstr "Notificación no encontrada" + +#: 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 not found" +msgstr "Plugin no encontrado" + +#: 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 "Link not found" +msgstr "Enlace no encontrado" + +#: lib/SP/Services/PublicLink/PublicLinkService.php:238 +msgid "Error while removing the links" +msgstr "Error al eliminar los enlaces" + +#: lib/SP/Services/Service.php:109 +msgid "Rollback" +msgstr "Rollback" + +#: lib/SP/Services/Service.php:115 +msgid "Unable to start a transaction" +msgstr "No es posible iniciar una transacción" + +#: lib/SP/Services/Service.php:133 lib/SP/Services/Service.php:140 +msgid "Error while retrieving master password from context" +msgstr "Error al obtener la clave maestra del contexto" + +#: lib/SP/Services/Service.php:160 lib/SP/Services/Service.php:164 +msgid "Error while setting master password in context" +msgstr "Error ol establecer la clave maestra en el contexto" + +#: lib/SP/Services/Tag/TagService.php:75 lib/SP/Services/Tag/TagService.php:94 +#: lib/SP/Services/Tag/TagService.php:111 +msgid "Tag not found" +msgstr "Etiqueta no encontrada" + +#: lib/SP/Services/Task/TaskService.php:81 +msgid "Unable to create the lock file" +msgstr "No es posible crear archivo de bloqueo" + +#: lib/SP/Services/Task/TaskService.php:184 +msgid "Waiting for progress updating ..." +msgstr "Esperando actualización de progreso ..." + +#: lib/SP/Services/Track/TrackService.php:87 +#: lib/SP/Services/Track/TrackService.php:101 +#: lib/SP/Services/Track/TrackService.php:128 +msgid "Track not found" +msgstr "Track no encontrado" + +#: lib/SP/Services/Track/TrackService.php:162 +#, php-format +msgid "Attempts exceeded (%d/%d)" +msgstr "Intentos excedidos (%d/%d)" + +#: lib/SP/Services/Track/TrackService.php:163 +msgid "Seconds" +msgstr "Segundos" + +#: lib/SP/Services/Track/TrackService.php:208 +msgid "IP address not set" +msgstr "Dirección IP no establecida" + +#: lib/SP/Services/Upgrade/UpgradeAppService.php:65 +#: lib/SP/Services/Upgrade/UpgradeAppService.php:88 +msgid "Update Application" +msgstr "Actualizar Aplicación" + +#: lib/SP/Services/Upgrade/UpgradeAppService.php:72 +msgid "Error while applying the application update" +msgstr "Error al aplicar la actualización de la aplicación" + +#: lib/SP/Services/Upgrade/UpgradeAppService.php:74 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:100 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:108 +msgid "Please, check the event log for more details" +msgstr "Compruebe el registro de eventos para más detalles" + +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:55 +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:85 +msgid "API authorizations update" +msgstr "Actualización de autorizaciones API" + +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:70 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:206 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:236 +msgid "Update Configuration" +msgstr "Actualizar Configuración" + +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:82 +msgid "Parameter" +msgstr "Parámetro" + +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:121 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:125 +msgid "Error while updating the configuration" +msgstr "Error al actualizar la configuración" + +#: 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 "Custom fields update" +msgstr "Actualización de campos personalizados" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:91 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:122 +msgid "Update DB" +msgstr "Actualizar BBDD" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:98 +msgid "Error while applying an auxiliary update" +msgstr "Error al aplicar la actualización auxiliar" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:106 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:177 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:181 +msgid "Error while updating the database" +msgstr "Error al aplicar la actualización de la Base de Datos" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:154 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:156 +msgid "Update file does not contain data" +msgstr "El archivo de actualización no contiene datos" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:187 +msgid "Database updating was completed successfully." +msgstr "Actualización de la Base de Datos realizada correctamente." + +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:56 +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:102 +msgid "Public links update" +msgstr "Actualización de enlaces públicos" + +#: lib/SP/Services/User/UserPassService.php:256 +#: lib/SP/Services/User/UserService.php:123 +#: lib/SP/Services/User/UserService.php:154 +#: lib/SP/Services/User/UserService.php:173 +msgid "User does not exist" +msgstr "El usuario no existe" + +#: lib/SP/Services/User/UserService.php:192 +msgid "User not found" +msgstr "Usuario no encontrado" + +#: lib/SP/Services/UserGroup/UserGroupService.php:80 +#: lib/SP/Services/UserGroup/UserGroupService.php:98 +#: lib/SP/Services/UserGroup/UserGroupService.php:187 +#: lib/SP/Services/UserGroup/UserToUserGroupService.php:57 +msgid "Group not found" +msgstr "Grupo no encontrado" + +#: lib/SP/Services/UserGroup/UserGroupService.php:115 +msgid "Error while deleting the groups" +msgstr "Error al eliminar los grupos" + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:66 +msgid "A request for changing your user password has been done." +msgstr "Se ha solicitado el cambio de su clave de usuario." + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:68 +msgid "In order to complete the process, please go to this URL:" +msgstr "Para completar el proceso es necesario que acceda a la siguiente URL:" + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:72 +msgid "If you have not requested this action, please dismiss this message." +msgstr "Si no ha solicitado esta acción, ignore este mensaje." + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:87 +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:155 +msgid "Wrong hash or expired" +msgstr "Hash inválido o expirado" + +#: lib/SP/Services/UserProfile/UserProfileService.php:65 +#: lib/SP/Services/UserProfile/UserProfileService.php:97 +msgid "Profile not found" +msgstr "Perfil no encontrado" + +#: lib/SP/Services/Wiki/DokuWikiApi.php:68 +msgid "Authentication error" +msgstr "Fallo de autentificación" + +#: lib/SP/Services/Wiki/DokuWikiApiBase.php:196 +msgid "Error while doing the query" +msgstr "Error al realizar la consulta" + +#: lib/SP/Services/Wiki/DokuWikiApiBase.php:228 +msgid "Connection URL not set" +msgstr "URL de conexión no establecida" + +#: lib/SP/Storage/Database/Database.php:131 +msgid "Blank query" +msgstr "Consulta en blanco" + +#: lib/SP/Storage/Database/Database.php:259 +msgid "Integrity constraint" +msgstr "Restricción de integridad" + +#: lib/SP/Storage/Database/MySQLHandler.php:99 +#: lib/SP/Storage/Database/MySQLHandler.php:166 +msgid "Please, check the connection parameters" +msgstr "Compruebe los datos de conexión" + +#: lib/SP/Storage/Database/QueryData.php:354 app/config/strings.js.inc:26 +msgid "Error while querying" +msgstr "Error en la consulta" + +#: lib/SP/Storage/File/FileCachePacked.php:57 +#, php-format +msgid "Error while decompressing the file data (%s)" +msgstr "Error al descomprimir datos del archivo (%s)" + +#: lib/SP/Storage/File/FileCachePacked.php:61 +msgid "Error while retrieving the data" +msgstr "Error al obtener los datos" + +#: lib/SP/Storage/File/FileCachePacked.php:99 +#, php-format +msgid "Error while compressing the file data (%s)" +msgstr "Error al comprimir datos del archivo (%s)" + +#: lib/SP/Storage/File/FileCachePacked.php:144 +msgid "Data not loaded" +msgstr "Datos no cargados" + +#: lib/SP/Storage/File/FileHandler.php:72 +#: lib/SP/Storage/File/FileHandler.php:135 +#, php-format +msgid "Unable to read/write the file (%s)" +msgstr "No es posible leer/escribir el archivo (%s)" + +#: lib/SP/Storage/File/FileHandler.php:89 +#, php-format +msgid "Unable to open the file (%s)" +msgstr "No es posible abrir el archivo (%s)" + +#: lib/SP/Storage/File/FileHandler.php:104 +#: lib/SP/Storage/File/FileHandler.php:118 +#, php-format +msgid "Unable to read from file (%s)" +msgstr "No es posible leer desde el archivo (%s)" + +#: lib/SP/Storage/File/FileHandler.php:173 +#, php-format +msgid "Unable to close the file (%s)" +msgstr "No es posible cerrar el archivo (%s)" + +#: lib/SP/Storage/File/FileHandler.php:219 +#, php-format +msgid "Unable to write in file (%s)" +msgstr "No es posible escribir el archivo (%s)" + +#: lib/SP/Storage/File/FileHandler.php:234 +#, php-format +msgid "File not found (%s)" +msgstr "Archivo no encontrado (%s)" + +#: lib/SP/Storage/File/FileHandler.php:259 +#: lib/SP/Storage/File/FileHandler.php:314 +#, php-format +msgid "Unable to read/write file (%s)" +msgstr "No es posible leer el archivo (%s)" + +#: lib/SP/Storage/File/FileHandler.php:286 +#, php-format +msgid "Unable to delete file (%s)" +msgstr "No es posible eliminar el archivo (%s)" + +#: lib/SP/Storage/File/XmlHandler.php:89 lib/SP/Storage/File/XmlHandler.php:309 +msgid "XML node does not exist" +msgstr "El nodo XML no existe" + +#: lib/SP/Storage/File/XmlHandler.php:167 +msgid "There aren't any items to save" +msgstr "No hay elementos para guardar" + +#: lib/SP/Util/Connection.php:157 +msgid "Socket not initialized" +msgstr "Socket no inicializado" + +#: lib/SP/Util/Connection.php:164 +msgid "Error while sending the data" +msgstr "Error al enviar datos" + +#: lib/SP/Util/ErrorUtil.php:148 +msgid "Option unavailable" +msgstr "Opción no disponible" + +#: lib/SP/Util/ErrorUtil.php:168 lib/SP/Util/ErrorUtil.php:175 +msgid "An exception occured" +msgstr "Se ha producido una excepción" + +#: lib/SP/Util/ImageUtil.php:65 +msgid "Invalid image" +msgstr "Imagen no válida" + +#: app/config/strings.js.inc:27 +msgid "There was an error" +msgstr "Ha ocurrido un error" + +#: app/config/strings.js.inc:28 app/config/strings.js.inc:86 +msgid "Session finished" +msgstr "Sesión finalizada" + +#: app/config/strings.js.inc:29 +msgid "Delete account?" +msgstr "Borrar la cuenta?" + +#: app/config/strings.js.inc:30 +msgid "Delete user?" +msgstr "Borrar el usuario?" + +#: app/config/strings.js.inc:31 +msgid "You should save configuration in order to take effect" +msgstr "Guarde la configuración para que sea efectiva" + +#: app/config/strings.js.inc:32 +msgid "Generated Password" +msgstr "Clave Generada" + +#: app/config/strings.js.inc:33 +msgid "High level" +msgstr "Nivel alto" + +#: app/config/strings.js.inc:34 +msgid "Average level" +msgstr "Nivel medio" + +#: app/config/strings.js.inc:35 +msgid "Low level" +msgstr "Nivel bajo" + +#: app/config/strings.js.inc:36 +msgid "Very High level" +msgstr "Nivel muy alto" + +#: app/config/strings.js.inc:37 +msgid "You should use at least 8 characters" +msgstr "Utilizar al menos 8 caracteres" + +#: app/config/strings.js.inc:38 +msgid "Delete item?" +msgstr "Borrar elemento?" + +#: app/config/strings.js.inc:39 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:22 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:31 +msgid "Page not found" +msgstr "Página no encontrada" + +#: app/config/strings.js.inc:41 +msgid "Delete file?" +msgstr "Eliminar archivo?" + +#: app/config/strings.js.inc:42 +msgid "Your browser does not support HTML5 file uploads" +msgstr "Su navegador no soporta subir archivos con HTML5" + +#: app/config/strings.js.inc:43 +msgid "Too many files" +msgstr "Demasiados archivos" + +#: app/config/strings.js.inc:44 +msgid "File size not allowed" +msgstr "Tamaño de archivo no permitido" + +#: app/config/strings.js.inc:45 +msgid "Extension not allowed" +msgstr "Extensión no permitida" + +#: app/config/strings.js.inc:46 +msgid "Clear the event log out?" +msgstr "Vaciar el registro de eventos?" + +#: app/config/strings.js.inc:47 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:179 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:281 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:89 +#: app/modules/web/themes/material-blue/views/config/import.inc:59 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:253 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:84 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:54 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:152 +msgid "Select Group" +msgstr "Seleccionar Grupo" + +#: app/config/strings.js.inc:48 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:161 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:114 +#: app/modules/web/themes/material-blue/views/config/import.inc:32 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:278 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:69 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:27 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:37 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:81 +msgid "Select User" +msgstr "Seleccionar Usuario" + +#: app/config/strings.js.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:71 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:135 +msgid "Select Profile" +msgstr "Seleccionar Perfil" + +#: app/config/strings.js.inc:50 +#: app/modules/web/themes/material-blue/views/account/account.inc:84 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:39 +msgid "Select Client" +msgstr "Seleccionar Cliente" + +#: app/config/strings.js.inc:51 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:78 +#: app/modules/web/themes/material-blue/views/account/account.inc:109 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:43 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:54 +msgid "Select Category" +msgstr "Seleccionar Categoría" + +#: app/config/strings.js.inc:52 +msgid "No results" +msgstr "Sin resultados" + +#: app/config/strings.js.inc:53 +msgid "Password options" +msgstr "Opciones de clave" + +#: app/config/strings.js.inc:54 +msgid "Generate random password" +msgstr "Generar clave aleatoria" + +#: app/config/strings.js.inc:55 +msgid "Complexity" +msgstr "Complejidad" + +#: app/config/strings.js.inc:56 +msgid "Reset" +msgstr "Restablecer" + +#: app/config/strings.js.inc:57 +msgid "Password strength level" +msgstr "Nivel de fortaleza de la clave" + +#: app/config/strings.js.inc:58 +msgid "Show Password" +msgstr "Mostrar Clave" + +#: app/config/strings.js.inc:59 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:24 +msgid "Copy Username" +msgstr "Copiar Usuario" + +#. (itstool) path: action/text +#: app/config/strings.js.inc:60 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:41 +#: app/config/actions.xml:199 app/config/actions.xml:271 +msgid "Copy Password" +msgstr "Copiar Clave" + +#: app/config/strings.js.inc:61 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:84 +msgid "Include Numbers" +msgstr "Incluir Números" + +#: app/config/strings.js.inc:62 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:126 +msgid "Include Uppercase" +msgstr "Incluir Mayúsculas" + +#: app/config/strings.js.inc:63 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:112 +msgid "Include Symbols" +msgstr "Incluir Símbolos" + +#: app/config/strings.js.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:16 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:24 +msgid "Length" +msgstr "Longitud" + +#: app/config/strings.js.inc:65 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:42 +msgid "Select Action" +msgstr "Seleccionar Acción" + +#: app/config/strings.js.inc:68 +msgid "Accept" +msgstr "Aceptar" + +#: app/config/strings.js.inc:69 +msgid "Cancel" +msgstr "Cancelar" + +#: app/config/strings.js.inc:70 +msgid "Password Copied into Clipboard" +msgstr "Clave Copiada al Portapapeles" + +#: app/config/strings.js.inc:71 +msgid "Error while copying to clipboard" +msgstr "Error al copiar al portapapeles" + +#: app/config/strings.js.inc:73 +msgid "Send notifies?" +msgstr "Recibir notificaciones?" + +#. (itstool) path: action/text +#: app/config/strings.js.inc:74 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:160 +#: app/config/actions.xml:247 +msgid "Mark as Favorite" +msgstr "Marcar como Favorito" + +#. (itstool) path: action/text +#: app/config/strings.js.inc:75 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:150 +#: app/config/actions.xml:253 +msgid "Delete Favorite" +msgstr "Eliminar Favorito" + +#: app/config/strings.js.inc:76 +msgid "Clear Selection" +msgstr "Limpiar Selección" + +#. (itstool) path: action/text +#: app/config/strings.js.inc:77 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:80 +#: app/config/actions.xml:241 +msgid "Show Favorites" +msgstr "Mostrar Favoritos" + +#: app/config/strings.js.inc:78 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:74 +msgid "Display All" +msgstr "Mostrar Todos" + +#: app/config/strings.js.inc:81 +msgid "Now" +msgstr "Ahora" + +#: app/config/strings.js.inc:82 +msgid "" +"This process will import the detected LDAP users. Would you like to continue?" +msgstr "" +"Este proceso importará los usuarios de LDAP detectados. Desea continuar?" + +#: app/config/strings.js.inc:83 +msgid "This action will reset all plugin data. Do you want to continue?" +msgstr "Esta acción restablecerá todos los datos del plugin. Desea continuar?" + +#: app/config/strings.js.inc:84 +msgid "This process could take some time long. Do you wish to continue?" +msgstr "Este proceso puede durar algo de tiempo. Desea continuar?" + +#: app/config/strings.js.inc:87 +msgid "Performing task. Please, do not close browser's window/tab." +msgstr "" +"Realizando tarea. Por favor, no cierre la ventana/pestaña del navegador." + +#: app/config/strings.js.inc:88 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:98 +msgid "Include Letters" +msgstr "Incluir Letras" + +#: app/config/strings.js.inc:89 +msgid "Cookies disabled. Application won't work properly." +msgstr "Cookies deshabilitadas. La aplicación no funcionará correctamente." + +#: app/config/strings.js.inc:90 +msgid "Clipboard not supported by your browser." +msgstr "Portapapeles no soportado por el navegador." + +#: app/config/strings.js.inc:91 +msgid "Performing auto-login" +msgstr "Realizando auto-login" + +#: app/config/strings.js.inc:92 +msgid "There is a more recent version of {0} plugin ({1})" +msgstr "Hay una versión más reciente del plugin {0} ({1})" + +#: app/config/strings.js.inc:93 +#: app/modules/web/themes/material-blue/views/main/update.inc:30 +msgid "Updated" +msgstr "Actualizado" + +#: app/config/strings.js.inc:94 +#: app/modules/web/themes/material-blue/views/main/update.inc:36 +msgid "Error while checking for updates" +msgstr "Error al comprobar actualizaciones" + +#: app/config/strings.js.inc:95 +msgid "sysPass Notices" +msgstr "Avisos de sysPass" + +#: app/config/strings.js.inc:96 +msgid "Clear the tracks out?" +msgstr "Vaciar los tracks?" + +#: app/modules/web/themes/material-blue/views/_layouts/main.inc:21 +msgid "Javascript is needed in order to run correctly" +msgstr "Javascript es necesario para el correcto funcionamiento" + +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:70 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:127 +msgid "User preferences" +msgstr "Preferencias de usuario" + +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:74 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:77 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:148 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:151 +msgid "Sign Out" +msgstr "Salir" + +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:164 +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:53 +msgid "Demo" +msgstr "Demo" + +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:44 +msgid "Tells whether the connection uses HTTPS or not." +msgstr "Indica si la conexión utiliza HTTPS." + +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:44 +msgid "" +"Passwords sent from forms are encrypted using PKI, the remain data don't." +msgstr "" +"Las claves de formularios enviados se encriptan mediante PKI, el resto de " +"datos no." + +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:66 +msgid "Help :: FAQ :: Changelog" +msgstr "Ayuda :: FAQ :: Changelog" + +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:70 +msgid "A cygnux.org project" +msgstr "Un proyecto de cygnux.org" + +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:8 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:12 +msgid "Special parameters" +msgstr "Parámetros especiales" + +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:14 +msgid "" +"You could use either one or several special parameters separated by blank " +"spaces" +msgstr "" +"Es posible utilizar uno o varios parámetros especiales separados por espacios" + +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:16 +msgid "Search for accounts which 'login' has access rights" +msgstr "Buscar cuentas a las que 'login' tenga acceso" + +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:17 +msgid "Get the accounts in which user login \"login\" is the owner" +msgstr "Devolver las cuentas en las que 'login' es propietario" + +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:18 +msgid "Search for accounts which 'group_name' has access rights" +msgstr "Buscar cuentas a las que 'group_name' tenga acceso" + +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:19 +msgid "Get the accounts in which main group \"group_name\" is set" +msgstr "Devolver las cuentas con grupo principal 'group_name'" + +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:20 +msgid "Search for accounts which contain a file with the name 'file_name'" +msgstr "Buscar cuentas con archivos con el nombre 'file_name'" + +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:21 +msgid "Search for accounts by client name" +msgstr "Buscar cuentas por nombre de cliente" + +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:22 +msgid "Search for accounts by category name" +msgstr "Buscar cuentas por nombre de categoría" + +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:23 +msgid "Returns the account for the given ID" +msgstr "Devolver la cuenta con ID" + +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:24 +msgid "Search for accounts with expired password" +msgstr "Buscar cuentas con la clave caducada" + +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:25 +msgid "Get private accounts for current user" +msgstr "Devolver las cuentas privadas del usuario actual" + +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:26 +msgid "Operator for special parameters" +msgstr "Operador para los parámetros especiales" + +#: app/modules/web/themes/material-blue/views/_partials/no_records_found.inc:10 +#: app/modules/web/themes/material-blue/views/account/search-index.inc:19 +msgid "No records found" +msgstr "No se encontraron registros" + +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:85 +#: app/modules/web/themes/material-blue/views/account/account.inc:168 +#: app/modules/web/themes/material-blue/views/account/account.inc:175 +#: app/modules/web/themes/material-blue/views/install/index.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:115 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:122 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:59 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:66 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:38 +msgid "Password (repeat)" +msgstr "Clave (repetir)" + +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:109 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:147 +#: app/modules/web/themes/material-blue/views/account/account.inc:194 +#: app/modules/web/themes/material-blue/views/account/account.inc:278 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:254 +msgid "Select date" +msgstr "Seleccionar fecha" + +#: app/modules/web/themes/material-blue/views/account/account-history.inc:19 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:140 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:142 +#: app/modules/web/themes/material-blue/views/account/account.inc:271 +#: app/modules/web/themes/material-blue/views/account/account.inc:273 +msgid "History" +msgstr "Historial" + +#: app/modules/web/themes/material-blue/views/account/account-history.inc:28 +#: app/modules/web/themes/material-blue/views/account/account.inc:45 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:22 +msgid "Details" +msgstr "Detalles" + +#: app/modules/web/themes/material-blue/views/account/account-history.inc:127 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:78 +#: app/modules/web/themes/material-blue/views/account/account.inc:200 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:168 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:163 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:169 +msgid "Notes" +msgstr "Notas" + +#: app/modules/web/themes/material-blue/views/account/account-history.inc:160 +#: app/modules/web/themes/material-blue/views/account/account.inc:293 +#: app/modules/web/themes/material-blue/views/account/details.inc:32 +#: app/modules/web/themes/material-blue/views/account/details.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:291 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:293 +msgid "Last Modification" +msgstr "Última Modificación" + +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:23 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:54 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:119 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:140 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:18 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:35 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:57 +msgid "Select Users" +msgstr "Seleccionar Usuarios" + +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:33 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:37 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:101 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:105 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:127 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:176 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:29 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:53 +msgid "View" +msgstr "Ver" + +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:91 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:122 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:168 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:190 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:59 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:76 +msgid "Select Groups" +msgstr "Seleccionar Grupos" + +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:204 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:182 +msgid "Private" +msgstr "Privada" + +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:223 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:198 +msgid "Private for Group" +msgstr "Privada Grupo" + +#: app/modules/web/themes/material-blue/views/account/account-request.inc:15 +msgid "Request Account Modification" +msgstr "Solicitar Modificación de Cuenta" + +#: app/modules/web/themes/material-blue/views/account/account-request.inc:52 +msgid "Request description" +msgstr "Descripción de la petición" + +#: app/modules/web/themes/material-blue/views/account/account-request.inc:74 +msgid "Send" +msgstr "Enviar" + +#: app/modules/web/themes/material-blue/views/account/account.inc:37 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:133 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:21 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:214 +msgid "Permissions" +msgstr "Permisos" + +#: app/modules/web/themes/material-blue/views/account/account.inc:218 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:98 +msgid "Select Tags" +msgstr "Seleccionar Etiquetas" + +#: app/modules/web/themes/material-blue/views/account/account.inc:262 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:26 +msgid "Select Account" +msgstr "Seleccionar Cuenta" + +#: app/modules/web/themes/material-blue/views/account/account.inc:301 +#: app/modules/web/themes/material-blue/views/account/account.inc:303 +#: app/modules/web/themes/material-blue/views/account/account.inc:306 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:193 +msgid "Public Link" +msgstr "Enlace Público" + +#: app/modules/web/themes/material-blue/views/account/account.inc:314 +#: app/modules/web/themes/material-blue/views/account/account.inc:316 +#: app/modules/web/themes/material-blue/views/account/account.inc:319 +msgid "Direct Link" +msgstr "Enlace Directo" + +#: app/modules/web/themes/material-blue/views/account/details.inc:22 +#: app/modules/web/themes/material-blue/views/account/details.inc:24 +msgid "Date Added" +msgstr "Fecha Alta" + +#: app/modules/web/themes/material-blue/views/account/details.inc:60 +#: app/modules/web/themes/material-blue/views/account/details.inc:62 +msgid "Date Modified" +msgstr "Fecha Edición" + +#: app/modules/web/themes/material-blue/views/account/details.inc:68 +#: app/modules/web/themes/material-blue/views/account/details.inc:70 +msgid "Editor" +msgstr "Editor" + +#: app/modules/web/themes/material-blue/views/account/details.inc:78 +#: app/modules/web/themes/material-blue/views/account/details.inc:80 +msgid "Password Date" +msgstr "Fecha de Clave" + +#: app/modules/web/themes/material-blue/views/account/files.inc:37 +msgid "Drop files here (max. 5) or click to select" +msgstr "Soltar archivos aquí (max. 5) o click para seleccionar" + +#: app/modules/web/themes/material-blue/views/account/files.inc:39 +#, php-format +msgid "Maximum file size: %d MB" +msgstr "Tamaño máximo de archivo: %d MB" + +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:35 +msgid "Search in Wiki" +msgstr "Buscar en Wiki" + +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:84 +#, php-format +msgid "Open link to: %s" +msgstr "Abrir enlace a: %s" + +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:111 +msgid "Password Expired" +msgstr "Clave Caducada" + +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:125 +msgid "Private Account (Group)" +msgstr "Cuenta Privada (Grupo)" + +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:182 +msgid "Attachments" +msgstr "Archivos adjuntos" + +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:209 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:220 +msgid "Link to Wiki" +msgstr "Enlace a Wiki" + +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:212 +msgid "View at Wiki" +msgstr "Ver en Wiki" + +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:59 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:63 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:230 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:231 +msgid "Global search" +msgstr "Búsqueda global" + +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:85 +msgid "Favorites Filtering" +msgstr "Filtrar Favoritos" + +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:100 +msgid "Accounts per page" +msgstr "Cuentas por página" + +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:108 +msgid "More Filters" +msgstr "Más Filtros" + +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:113 +msgid "Select Tag" +msgstr "Seleccionar Etiqueta" + +#: app/modules/web/themes/material-blue/views/common/aux-customfields.inc:22 +msgid "Data will be encrypted after saving" +msgstr "Los datos serán encriptados al guardar" + +#: app/modules/web/themes/material-blue/views/common/aux-customfields.inc:27 +msgid "Data will be unencrypted after saving" +msgstr "Los datos serán desencriptados al guardar" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:12 +#: app/modules/web/themes/material-blue/views/config/backup.inc:12 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:12 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:12 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:12 +#, php-format +msgid "The '%s' extension is unavailable" +msgstr "La extensión '%s' no está disponible" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:16 +msgid "This extension is needed to display passwords as images" +msgstr "Esta extensión es necesaria para mostrar las claves como imágenes" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:30 +msgid "Searching" +msgstr "Búsqueda" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:36 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:52 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:56 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:72 +msgid "Results per page" +msgstr "Resultados por página" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:41 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:61 +msgid "Number of results per page to display when performing a search." +msgstr "Número de resultados por página a mostrar, al realizar una búsqueda." + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:30 +msgid "Accounts password expiry" +msgstr "Caducidad clave cuentas" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:71 +msgid "Enables the accounts password expiry date." +msgstr "Habilita la caducidad de la clave de cuentas." + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:79 +msgid "Password expiry time" +msgstr "Tiempo caducidad clave" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:84 +msgid "Number of days for account's password expiry date." +msgstr "Número de días para la caducidad de la clave de cuenta." + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:94 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:38 +msgid "Expire time (days)" +msgstr "Tiempo caducidad (días)" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:112 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:90 +msgid "Account name as link" +msgstr "Nombre de cuenta como enlace" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:113 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:92 +msgid "Enables to use the account name as a link to account details." +msgstr "" +"Habilita el nombre de la cuenta de la búsqueda, como enlace a los detalles " +"de la cuenta." + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:128 +msgid "Global searches" +msgstr "Búsquedas globales" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:129 +msgid "" +"Allows the users to do searches that includes all accounts, they won't be " +"able to display the account details if they don't have permission." +msgstr "" +"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." + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:144 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:154 +msgid "Image to show password" +msgstr "Imagen para mostrar clave" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:146 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:156 +msgid "Generate an image with a text of the account password." +msgstr "Generar una imagen con el texto de la clave de la cuenta." + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:148 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:158 +msgid "" +"Useful for environments where copying a password to clipboard is a security " +"risk." +msgstr "" +"Util para entornos donde copiar la clave supone un riesgo de seguridad." + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:164 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:158 +msgid "Results like Cards" +msgstr "Resultados en Tarjetas" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:166 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:160 +msgid "Displays account's search results on a card like format." +msgstr "Muestra los resultados de búsqueda de cuentas en formato tarjeta." + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:182 +msgid "Secondary Groups Access" +msgstr "Acceso Grupos Secundarios" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:184 +msgid "Grants access to users that are included in secondary groups." +msgstr "" +"Habilita el acceso a los usuarios que estén incluidos en los grupos " +"secundarios." + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:186 +msgid "" +"By default, user in a secondary group is granted if the secondary group is " +"set as user's main group." +msgstr "" +"Por defecto el usuario de un grupo secundario es permitido si el grupo " +"secundario está establecido como el primario del usuario." + +#. (itstool) path: action/text +#: app/modules/web/themes/material-blue/views/config/accounts.inc:197 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:378 +#: app/config/actions.xml:73 +msgid "Public Links" +msgstr "Enlaces Públicos" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:215 +msgid "Enable Public Links" +msgstr "Habilitar Enlaces Públicos" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:217 +msgid "Enables the ability to create public links to view an account's details" +msgstr "" +"Habilita la posibilidad de generar enlaces públicos para ver los detalles de " +"una cuenta." + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:219 +msgid "Linked accounts will be visible by anyone that have the link." +msgstr "" +"Las cuentas enlazadas serán visibles por cualquiera que disponga del enlace." + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:221 +msgid "" +"In order to create links, users must have activated the option on their " +"profiles." +msgstr "" +"Para crear enlaces, los usuarios tienen que tener activada la opción en su " +"perfl." + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:237 +msgid "Use an image for password" +msgstr "Usar imagen para clave" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:239 +msgid "The account password is shown as image." +msgstr "La clave de la cuenta es visualizada como una imagen." + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:248 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:257 +msgid "Expire time" +msgstr "Tiempo de caducidad" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:263 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:272 +msgid "Maximum visits" +msgstr "Número máximo de visitas" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:298 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:411 +msgid "Files management" +msgstr "Gestión de archivos" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:299 +msgid "Enables the uploading and downloading of accounts files." +msgstr "Habilita la subida/descarga de archivos para las cuentas." + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:307 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:320 +msgid "Allowed file extensions" +msgstr "Extensiones de archivos permitidas" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:312 +msgid "Allowed file extensions for uploading." +msgstr "Extensiones permitidas para la subida de archivos." + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:315 +msgid "" +"Write the extension and press enter to add. Remember to save the " +"configuration." +msgstr "" +"Escribir extensión y pulsar intro para añadir. Es necesario guardar la " +"configuración." + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:328 +msgid "Maximum file size" +msgstr "Tamaño máximo de archivo" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:333 +msgid "Sets the maximum file size for uploading." +msgstr "Establece el tamaño máximo para subir archivos." + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:337 +msgid "Absolute maximum is 16MB." +msgstr "El máximo absuluto es de 16MB." + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:348 +msgid "Maximum file size in kilobytes" +msgstr "Tamaño máximo de archivo en kilobytes" + +#: app/modules/web/themes/material-blue/views/config/backup.inc:16 +msgid "This extension is needed to build the application's backup files" +msgstr "" +"Esta extensión es necesaria para generar los archivos de copia de seguridad " +"de la aplicación" + +#: app/modules/web/themes/material-blue/views/config/backup.inc:30 +#: app/modules/web/themes/material-blue/views/config/backup.inc:33 +#: app/modules/web/themes/material-blue/views/config/backup.inc:109 +#: app/modules/web/themes/material-blue/views/config/backup.inc:112 +msgid "Result" +msgstr "Resultado" + +#: app/modules/web/themes/material-blue/views/config/backup.inc:41 +#: app/modules/web/themes/material-blue/views/config/backup.inc:44 +#: app/modules/web/themes/material-blue/views/config/backup.inc:120 +#: app/modules/web/themes/material-blue/views/config/backup.inc:123 +msgid "Download Current" +msgstr "Descargar Actual" + +#: app/modules/web/themes/material-blue/views/config/backup.inc:51 +msgid "DB Backup" +msgstr "Copia BBDD" + +#: app/modules/web/themes/material-blue/views/config/backup.inc:58 +msgid "sysPass Backup" +msgstr "Copia sysPass" + +#: app/modules/web/themes/material-blue/views/config/backup.inc:80 +msgid "" +"The backup allows you to save and download sysPass database and application " +"files including its configuration." +msgstr "" +"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." + +#: app/modules/web/themes/material-blue/views/config/backup.inc:82 +msgid "" +"With this method it's possible to either save all sysPass data in another " +"place or use it to make the application portable." +msgstr "" +"Con este método es posible guardar todos los datos de sysPass en otro lugar " +"o utilizarlos para hacer la aplicación portable." + +#: app/modules/web/themes/material-blue/views/config/backup.inc:101 +#: app/modules/web/themes/material-blue/views/config/backup.inc:185 +msgid "Export Accounts" +msgstr "Exportar Cuentas" + +#: app/modules/web/themes/material-blue/views/config/backup.inc:139 +#: app/modules/web/themes/material-blue/views/config/backup.inc:147 +msgid "Export Password" +msgstr "Clave de Exportación" + +#: app/modules/web/themes/material-blue/views/config/backup.inc:153 +#: app/modules/web/themes/material-blue/views/config/backup.inc:161 +msgid "Export Password (repeat)" +msgstr "Clave de Exportación (repetir)" + +#: app/modules/web/themes/material-blue/views/config/backup.inc:187 +msgid "" +"The accounts export allows you to save the accounts and their data in XML " +"format to be imported in another sysPass instance." +msgstr "" +"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." + +#: app/modules/web/themes/material-blue/views/config/backup.inc:189 +msgid "Exported items are accounts, clients, categories and tags." +msgstr "" +"Los elementos exportados son cuentas, clientes, categorías y etiquetas." + +#: app/modules/web/themes/material-blue/views/config/backup.inc:191 +msgid "" +"Accounts' password are exported in an encrypted way for better security." +msgstr "" +"Las claves de las cuentas son exportadas de forma encriptada para mayor " +"seguridad." + +#: app/modules/web/themes/material-blue/views/config/backup.inc:193 +msgid "" +"It's possible to set an export password to save all the encrypted data in " +"the XML file." +msgstr "" +"Es posible establecer una clave de exportación para guardar todos los datos " +"encriptados en el archivo XML." + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:17 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:153 +#: app/modules/web/themes/material-blue/views/config/import.inc:152 +#: app/modules/web/themes/material-blue/views/config/import.inc:167 +#: app/modules/web/themes/material-blue/views/install/index.inc:50 +#: app/modules/web/themes/material-blue/views/install/index.inc:56 +#: app/modules/web/themes/material-blue/views/login/index.inc:57 +#: app/modules/web/themes/material-blue/views/login/index.inc:102 +msgid "Master Password" +msgstr "Clave Maestra" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:24 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:27 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:198 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:201 +msgid "Last change" +msgstr "Último cambio" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:35 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:43 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:142 +msgid "Current Master Password" +msgstr "Clave Maestra actual" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:49 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:57 +msgid "New Master Password" +msgstr "Nueva Clave Maestra" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:63 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:71 +msgid "New Master Password (repeat)" +msgstr "Nueva Clave Maestra (repetir)" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:80 +msgid "You should save the new password on a secure place" +msgstr "Guarde la nueva clave en un lugar seguro." + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:84 +msgid "All accounts passwords will be encrypted again." +msgstr "Se volverán a encriptar las claves de todas las cuentas." + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:88 +msgid "Users will need to enter the new Master Password." +msgstr "Los usuarios deberán de introducir la nueva clave maestra." + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:92 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:130 +#, php-format +msgid "It will be updated %s accounts. This process could take some time long." +msgstr "" +"Se van a actualizar %s cuentas. Este proceso puede tardar algo de tiempo." + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:109 +msgid "Do not modify accounts" +msgstr "No modificar cuentas" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:111 +msgid "Sets a new Master Password without re-encrypting the accounts." +msgstr "Establece una nueva clave maestra sin re-encriptar las cuentas" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:127 +msgid "Confirm change" +msgstr "Confirmar cambio" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:129 +msgid "" +"Confirm the master password change after you have been read all the above " +"warnings." +msgstr "" +"Confirmar el cambio de clave maestra después de haber leído las advertencias " +"anteriores." + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:155 +msgid "" +"The Master Password is used to encrypt sysPass accounts passwords and keep " +"them safe." +msgstr "" +"La clave maestra es utilizada para encriptar las claves de las cuentas de " +"sysPass para mantenerlas seguras." + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:157 +msgid "" +"It's advisable to change it from time to time and use a complex password " +"that includes numbers, letters and symbols." +msgstr "" +"Es recomendable cambiarla cada cierto tiempo y utilizar una clave compleja " +"que incluya números, letras y símbolos." + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:159 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:132 +#, php-format +msgid "You could get more info on: %s" +msgstr "Para más información consulte: %s" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:169 +msgid "Update master password hash" +msgstr "Actualizar hash de clave maestra" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:189 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:323 +msgid "Temporary Password" +msgstr "Clave Temporal" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:203 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:218 +msgid "Not generated" +msgstr "No generada" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:208 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:211 +msgid "Valid until" +msgstr "Válido hasta" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:224 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:227 +msgid "Attempts" +msgstr "Intentos" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:234 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:244 +msgid "Life (s)" +msgstr "Validez (s)" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:263 +msgid "Send email" +msgstr "Enviar correo" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:265 +msgid "Sends an email to all users or only to those whose group is selected." +msgstr "" +"Envía un correo a todos los usuarios o sólo a los del grupo seleccionado." + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:325 +msgid "" +"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." +msgstr "" +"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." + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:332 +msgid "Generate" +msgstr "Generar" + +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:30 +msgid "Use Auth Basic" +msgstr "Usar Auth Basic" + +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:31 +msgid "Use Auth Basic for authorizing accesses to the application" +msgstr "Usar Auth Basic para autorizar los accesos a la aplicación." + +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:45 +msgid "Use Auth Basic SSO" +msgstr "Usar Auth Basic SSO" + +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:46 +msgid "Use auto-login through Auth Basic" +msgstr "Usar auto-login con Auth Basic." + +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:54 +msgid "Domain" +msgstr "Dominio" + +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:59 +msgid "" +"The domain will be added to sysPass user name for checking against the Auth " +"Basic one." +msgstr "" +"El dominio será añadido al nombre de usuario de sysPass para comprobarlo con " +"el de Auth Basic." + +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:69 +msgid "Domain name" +msgstr "Nombre de dominio" + +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:75 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:85 +#: app/modules/web/themes/material-blue/views/config/import.inc:45 +#: app/modules/web/themes/material-blue/views/config/import.inc:55 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:239 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:249 +msgid "Default Group" +msgstr "Grupo por Defecto" + +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:80 +msgid "Sets the default users group for newly created SSO users" +msgstr "" +"Define el grupo de usuarios por defecto para los nuevos usuarios de SSO." + +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:100 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:110 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:264 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:274 +msgid "Default Profile" +msgstr "Perfil por Defecto" + +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:105 +msgid "Sets the default profile for the newly created SSO users." +msgstr "" +"Define el perfil de usuarios por defecto para los nuevos usuarios de SSO." + +#: app/modules/web/themes/material-blue/views/config/general-events.inc:12 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:98 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:101 +#: app/modules/web/themes/material-blue/views/config/mail.inc:173 +#: app/modules/web/themes/material-blue/views/config/mail.inc:176 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:70 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:72 +msgid "Events" +msgstr "Eventos" + +#: app/modules/web/themes/material-blue/views/config/general-events.inc:30 +msgid "Enable event log" +msgstr "Habilitar log de eventos" + +#: app/modules/web/themes/material-blue/views/config/general-events.inc:31 +msgid "Saves the actions done by the application." +msgstr "Guarda las acciones realizadas en la aplicación." + +#: app/modules/web/themes/material-blue/views/config/general-events.inc:45 +msgid "Enable Syslog" +msgstr "Habilitar Syslog" + +#: app/modules/web/themes/material-blue/views/config/general-events.inc:60 +msgid "Enable Remote Syslog" +msgstr "Habilitar Syslog Remoto" + +#: app/modules/web/themes/material-blue/views/config/general-events.inc:78 +msgid "Hostname or IP address" +msgstr "Nombre o dirección IP" + +#: app/modules/web/themes/material-blue/views/config/general-events.inc:84 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:92 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:53 +#: app/modules/web/themes/material-blue/views/config/mail.inc:72 +#: app/modules/web/themes/material-blue/views/config/mail.inc:79 +msgid "Port" +msgstr "Puerto" + +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:12 +msgid "Proxy" +msgstr "Proxy" + +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:30 +msgid "Use Proxy" +msgstr "Usar Proxy" + +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:31 +msgid "Use a proxy server for checking out for updates and notifications." +msgstr "Usar proxy para comprobación de actualizaciones y notificaciones." + +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:47 +msgid "Proxy server" +msgstr "Servidor proxy" + +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:61 +msgid "Proxy server port" +msgstr "Puerto del servidor proxy" + +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:75 +msgid "Proxy server user" +msgstr "Usuario del servidor proxy" + +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:89 +msgid "Proxy server password" +msgstr "Clave del servidor proxy" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:16 +msgid "This extension is needed to check for sysPass updates and notices" +msgstr "" +"Esta extensión es necesaria comprobar las actualizaciones y notificaciones" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:24 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:15 +msgid "Site" +msgstr "Sitio" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:30 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:44 +#: app/modules/web/themes/material-blue/views/config/info.inc:107 +#: app/modules/web/themes/material-blue/views/config/info.inc:121 +#: app/modules/web/themes/material-blue/views/install/index.inc:137 +#: app/modules/web/themes/material-blue/views/install/index.inc:139 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:26 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:28 +msgid "Language" +msgstr "Idioma" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:35 +msgid "" +"Sets the global app language. You can set a per user language on preferences." +msgstr "" +"Establece el idioma global de la aplicación. Es posible establecer un idioma " +"por usuario en las preferencias." + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:39 +msgid "" +"To improve/add translations, you can get involved at https://poeditor.com/" +"join/project/fmlsBuugyv" +msgstr "" +"Para mejorar/añadir las traducciones, puede colaborar en https://poeditor." +"com/join/project/fmlsBuugyv" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:57 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:67 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:40 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:42 +msgid "Visual Theme" +msgstr "Tema Visual" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:62 +msgid "" +"Sets the global application visual theme. You can set a per user visual " +"theme on preferences." +msgstr "" +"Establece el tema visual global de la aplicación. Es posible establecer un " +"tema visual por usuario en las preferencias." + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:81 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:89 +msgid "Session timeout (s)" +msgstr "Timeout de sesión (s)" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:107 +msgid "Force HTTPS" +msgstr "Forzar HTTPS" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:108 +msgid "It forces the use of HTTPS on all the connections" +msgstr "Fuerza para que todas las conexiones sean a través de HTTPS." + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:122 +msgid "Enable debug" +msgstr "Habilitar depuración" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:123 +msgid "" +"Displays some information about application configuration and performance." +msgstr "" +"Muestra información relativa a la configuración de la aplicación y " +"rendimiento." + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:137 +msgid "Maintenance mode" +msgstr "Modo mantenimiento" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:138 +msgid "" +"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." +msgstr "" +"En este modo no se puede acceder a la aplicación. Para deshabilitarlo es " +"necesario modificar el archivo de configuración." + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:152 +msgid "Check for updates" +msgstr "Comprobar actualizaciones" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:153 +msgid "Check for application updates (only for administrators)." +msgstr "" +"Comprobar actualizaciones de la aplicación (sólo para los usuarios " +"administradores)." + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:167 +msgid "Check for notifications" +msgstr "Comprobar notificaciones" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:168 +msgid "" +"Check if there are either sysPass security or warning notices (only for " +"administrators)." +msgstr "" +"Comprobar si existen notificaciones de seguridad o avisos de sysPass (sólo " +"para los usuarios administradores)." + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:182 +msgid "Encrypt Session" +msgstr "Encriptar Sesión" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:184 +msgid "Encrypt PHP session data" +msgstr "Encriptar los datos de la sesión de PHP." + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:185 +msgid "" +"This feature increases the PHP sessions security, because the stored data " +"won't be readable." +msgstr "" +"Esta funcionalidad incrementa la seguridad de las sesiones de PHP ya que los " +"datos almacenados no serán legibles." + +#: app/modules/web/themes/material-blue/views/config/import.inc:12 +#: app/modules/web/themes/material-blue/views/config/import.inc:103 +msgid "CSV/XML Import" +msgstr "Importar CSV/XML" + +#: app/modules/web/themes/material-blue/views/config/import.inc:18 +#: app/modules/web/themes/material-blue/views/config/import.inc:28 +msgid "Default User" +msgstr "Usuario por Defecto" + +#: app/modules/web/themes/material-blue/views/config/import.inc:23 +msgid "Sets the default user for the accounts imported." +msgstr "Define el usuario por defecto para las cuentas importadas." + +#: app/modules/web/themes/material-blue/views/config/import.inc:50 +msgid "Sets the default group for the accounts imported." +msgstr "Define el grupo por defecto para las cuentas importadas." + +#: app/modules/web/themes/material-blue/views/config/import.inc:75 +msgid "Drop files here or click to select" +msgstr "Soltar archivo aquí o click para seleccionar" + +#: app/modules/web/themes/material-blue/views/config/import.inc:105 +msgid "" +"Allows to import Accounts, Categories and Clients from XML or CSV files." +msgstr "" +"Permite realizar la importación de Cuentas, Categorías y Clientes desde " +"archivos XML y CSV." + +#: app/modules/web/themes/material-blue/views/config/import.inc:107 +msgid "Supported XML file formats are: sysPass, KeePass and KeePassX" +msgstr "" +"Los formatos de archivos XML soportados son: sysPass, KeePass y KeePassX" + +#: app/modules/web/themes/material-blue/views/config/import.inc:109 +msgid "Drag & Drop the file into the import zone or click over the arrow." +msgstr "" +"Arrastar el archivo a importar a la zona indicada o hacer click sobre la " +"flecha." + +#: app/modules/web/themes/material-blue/views/config/import.inc:111 +msgid "" +"For KeePass or KeePassX files, client name will be KeePass or KeePassX and " +"category name like groups name." +msgstr "" +"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." + +#: app/modules/web/themes/material-blue/views/config/import.inc:113 +msgid "The CSV import file requires the following format:" +msgstr "La importación de archivos CSV se realiza con el siguiente formato:" + +#: app/modules/web/themes/material-blue/views/config/import.inc:115 +msgid "" +"\"account_name\";\"client\";\"category\";\"url\";\"user\";\"password\";" +"\"notes\"" +msgstr "" +"\"nombre_de_cuenta\";\"cliente\";\"categoría\";\"url\";\"usuario\";\"clave\";" +"\"notas\"" + +#: app/modules/web/themes/material-blue/views/config/import.inc:117 +msgid "" +"In all cases, if the client or category do not exist they will be created " +"automatically." +msgstr "" +"En todos los casos, si el cliente o la categoría no están creados, se crean " +"automáticamente." + +#: app/modules/web/themes/material-blue/views/config/import.inc:125 +msgid "XML" +msgstr "XML" + +#: app/modules/web/themes/material-blue/views/config/import.inc:131 +#: app/modules/web/themes/material-blue/views/config/import.inc:146 +msgid "Import Password" +msgstr "Clave de Importación" + +#: app/modules/web/themes/material-blue/views/config/import.inc:136 +msgid "It's only needed for sysPass XML files that have been encrypted." +msgstr "Sólo es necesaria para archivos XML de sysPass encriptados." + +#: app/modules/web/themes/material-blue/views/config/import.inc:157 +msgid "" +"It's only needed for sysPass XML files that have been encrypted with a " +"different master password from the current one." +msgstr "" +"Sólo es necesaria para archivos XML de sysPass con clave maestra distinta de " +"la actual." + +#: app/modules/web/themes/material-blue/views/config/import.inc:174 +msgid "CSV" +msgstr "CSV" + +#: app/modules/web/themes/material-blue/views/config/import.inc:180 +#: app/modules/web/themes/material-blue/views/config/import.inc:195 +msgid "CSV delimiter" +msgstr "Delimitador CSV" + +#: app/modules/web/themes/material-blue/views/config/import.inc:185 +msgid "It's only needed for CSV files." +msgstr "Sólo es necesario para archivos CSV." + +#: app/modules/web/themes/material-blue/views/config/info.inc:14 +msgid "Application Information" +msgstr "Información de la Aplicación" + +#: app/modules/web/themes/material-blue/views/config/info.inc:20 +#: app/modules/web/themes/material-blue/views/config/info.inc:23 +msgid "sysPass version" +msgstr "Versión sysPass" + +#: app/modules/web/themes/material-blue/views/config/info.inc:30 +#: app/modules/web/themes/material-blue/views/config/info.inc:33 +msgid "Database" +msgstr "Base de Datos" + +#: app/modules/web/themes/material-blue/views/config/info.inc:44 +#: app/modules/web/themes/material-blue/views/config/info.inc:47 +msgid "PHP" +msgstr "PHP" + +#: app/modules/web/themes/material-blue/views/config/info.inc:51 +msgid "Extensions" +msgstr "Extensiones" + +#: app/modules/web/themes/material-blue/views/config/info.inc:55 +msgid "Unavailable extensions" +msgstr "Extensiones no disponibles" + +#: app/modules/web/themes/material-blue/views/config/info.inc:59 +msgid "Used Memory" +msgstr "Memoria Usada" + +#: app/modules/web/themes/material-blue/views/config/info.inc:63 +msgid "Download rate" +msgstr "Tasa de descarga" + +#: app/modules/web/themes/material-blue/views/config/info.inc:66 +msgid "OP Cache" +msgstr "OP Cache" + +#: app/modules/web/themes/material-blue/views/config/info.inc:85 +#: app/modules/web/themes/material-blue/views/config/info.inc:88 +msgid "Configuration Backup" +msgstr "Copia de Configuración" + +#: app/modules/web/themes/material-blue/views/config/info.inc:98 +#: app/modules/web/themes/material-blue/views/config/info.inc:180 +#, php-format +msgid "Download %s" +msgstr "Descargar %s" + +#: app/modules/web/themes/material-blue/views/config/info.inc:112 +msgid "Tells whether the language is available or not." +msgstr "Indica si el idioma se encuentra disponible" + +#: app/modules/web/themes/material-blue/views/config/info.inc:116 +msgid "" +"If it is not installed, you would need install the right operating system " +"locales. More info at Wiki." +msgstr "" +"Si no está instalado, es necesario instalar las locales en el sistema " +"operativo. Más información en Wiki." + +#: app/modules/web/themes/material-blue/views/config/info.inc:128 +#: app/modules/web/themes/material-blue/views/config/info.inc:138 +msgid "Encrypted Session" +msgstr "Sesión Encriptada" + +#: app/modules/web/themes/material-blue/views/config/info.inc:133 +msgid "Tells whether the session data are encrypted in the server side or not" +msgstr "Indica si los datos de la sesión están encriptados en el servidor" + +#: app/modules/web/themes/material-blue/views/config/info.inc:145 +#: app/modules/web/themes/material-blue/views/config/info.inc:148 +msgid "Loaded Plugins" +msgstr "Plugins Cargados" + +#: app/modules/web/themes/material-blue/views/config/info.inc:171 +#: app/modules/web/themes/material-blue/views/config/info.inc:174 +msgid "Log file" +msgstr "Archivo de log" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:16 +msgid "This extension is needed to connect to the LDAP server" +msgstr "Esta extensión es necesaria conectar con el servidor de LDAP" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:46 +msgid "Enable LDAP" +msgstr "Habilitar LDAP" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:48 +msgid "Enables authentication against an LDAP server." +msgstr "Habilita de autentificación mediante servidor LDAP." + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:50 +msgid "This method will use MySQL as fallback." +msgstr "Este método utilizará MySQL en caso de fallo." + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:65 +msgid "Active Directory" +msgstr "Active Directory" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:67 +msgid "Enables Active Directory LDAP connection mode." +msgstr "Habilita el modo de conexión con LDAP de Active Directory." + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:84 +msgid "Enables the connection over TLS" +msgstr "Habilita la conexión mediante TLS." + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:99 +msgid "Hostname or IP address of LDAP server." +msgstr "Nombre o dirección IP del servidor de LDAP." + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:103 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:134 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:185 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:219 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:131 +msgid "Examples:" +msgstr "Ejemplos:" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:125 +msgid "Bind User" +msgstr "Usuario de conexión" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:130 +msgid "User to connect to LDAP service." +msgstr "Usuario para conectar con el servicio de LDAP." + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:155 +msgid "Bind Password" +msgstr "Clave de conexión" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:160 +msgid "LDAP connection user's password" +msgstr "Clave del usuario de conexión a LDAP." + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:176 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:200 +msgid "Search base" +msgstr "Base de búsqueda" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:181 +msgid "LDAP base to perform the LDAP users search." +msgstr "Base en la que realizar la búsqueda de usuarios de LDAP." + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:211 +msgid "LDAP group which user must belong to for granting to log in." +msgstr "" +"Grupo de LDAP al que debe de pertenecer el usuario para permitir el acceso." + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:215 +msgid "This group needs to be placed in the LDAP search base." +msgstr "Este grupo debe de estar ubicado en la base de búsquedas de LDAP." + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:244 +msgid "Sets the default users group for newly created LDAP users" +msgstr "" +"Define el grupo de usuarios por defecto para los nuevos usuarios de LDAP." + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:269 +msgid "Sets the default profile for the newly created LDAP users." +msgstr "" +"Define el perfil de usuarios por defecto para los nuevos usuarios de LDAP." + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:321 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:494 +msgid "Import" +msgstr "Importar" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:327 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:337 +msgid "Login Attribute" +msgstr "Atributo Login" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:332 +msgid "Defines the attribute for the user's login when importing." +msgstr "" +"Define el atributo a utilizar para el login del usuario en la importación." + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:350 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:360 +msgid "Name Attribute" +msgstr "Atributo Nombre" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:355 +msgid "Defines the attribute for the user's name when importing." +msgstr "" +"Define el atributo a utilizar para el nombre del usuario en la importación." + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:385 +msgid "Import Groups" +msgstr "Importar Grupos" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:394 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:404 +msgid "Group Name Attribute" +msgstr "Atributo Nombre Grupo" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:399 +msgid "Defines the attribute for the user group name when importing." +msgstr "" +"Define el atributo a utilizar para el nombre del grupo en la importación." + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:415 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:429 +msgid "Filter" +msgstr "Filtro" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:420 +msgid "Filter for importing LDAP users or groups." +msgstr "Filtro para importar usuarios o grupos de LDAP." + +#: app/modules/web/themes/material-blue/views/config/mail.inc:33 +#: app/modules/web/themes/material-blue/views/config/mail.inc:34 +msgid "Enable email notifications" +msgstr "Habilitar notificaciones de correo" + +#: app/modules/web/themes/material-blue/views/config/mail.inc:48 +msgid "Enable requests by email" +msgstr "Habilitar peticiones por correo" + +#: app/modules/web/themes/material-blue/views/config/mail.inc:50 +msgid "" +"Allows users to request for either modifications to existing accounts or " +"access to accounts which they have no rights on." +msgstr "" +"Habilita que los usuarios puedan solicitar modificaciones o acceso a las " +"cuentas sin permisos." + +#: app/modules/web/themes/material-blue/views/config/mail.inc:97 +msgid "Enable Authentication" +msgstr "Habilitar Autentificación" + +#: app/modules/web/themes/material-blue/views/config/mail.inc:132 +#: app/modules/web/themes/material-blue/views/config/mail.inc:135 +msgid "Security" +msgstr "Seguridad" + +#: app/modules/web/themes/material-blue/views/config/mail.inc:148 +#: app/modules/web/themes/material-blue/views/config/mail.inc:156 +msgid "Recipient email address" +msgstr "Dirección de correo de envío" + +#: app/modules/web/themes/material-blue/views/config/mail.inc:162 +#: app/modules/web/themes/material-blue/views/config/mail.inc:165 +msgid "Recipients" +msgstr "Destinatarios" + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:16 +msgid "This extension is needed to connect with DokuWiki" +msgstr "Esta extensión es necesaria conectar con DokuWiki" + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:47 +msgid "Enable Wiki links" +msgstr "Habilitar enlaces Wiki" + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:48 +msgid "" +"Enables the option to add a link to search for results in an external Wiki." +msgstr "" +"Habilita la opción de añadir un enlace a Wiki externa para los resultados de " +"la búsqueda." + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:56 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:83 +msgid "Wiki search URL" +msgstr "URL de búsqueda Wiki" + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:61 +msgid "URL that Wiki uses for making an entry searching." +msgstr "URL que utiliza la wiki para realizar una búsqueda de una página." + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:65 +msgid "The client's name is used as parameter." +msgstr "Como parámetro se utiliza el nombre del cliente." + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:69 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:102 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:187 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:214 +msgid "Example:" +msgstr "Ejemplo:" + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:89 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:116 +msgid "Wiki page URL" +msgstr "URL de página en Wiki" + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:94 +msgid "URL that Wiki uses for accessing to the entry details." +msgstr "URL que utiliza la wiki para acceder a los detalles de una página." + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:98 +msgid "Account's name is used as parameter of Wiki search variable." +msgstr "" +"El nombre de la cuenta se utiliza como parámetro de la variable de búsqueda " +"de la Wiki." + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:122 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:136 +msgid "Account name prefix" +msgstr "Prefijo para nombre de cuenta" + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:127 +msgid "Prefix to determine which accounts have a link to the Wiki." +msgstr "" +"Prefijo para determinar qué cuentas tienen un enlace a una página de la Wiki." + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:146 +msgid "DokuWiki API" +msgstr "DokuWiki API" + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:164 +msgid "Enable DokuWiki API" +msgstr "Habilitar API de DokuWiki" + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:166 +msgid "Enables DokuWiki XML-RPC API for Wiki links." +msgstr "" +"Habilita la conexión a la API XML-RPC de DokuWiki para los enlaces Wiki." + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:168 +msgid "" +"In order to get this feature working, you should enable Wiki links for " +"accounts filtering" +msgstr "" +"Para que esta característica funcione, es necesario habilitar los enlaces " +"Wiki para el filtrado de cuentas." + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:178 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:199 +msgid "API URL" +msgstr "URL API" + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:183 +msgid "DokuWiki API URL" +msgstr "URL de la API de DokuWiki." + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:205 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:227 +msgid "Base URL" +msgstr "URL Base" + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:210 +msgid "DokuWiki base URL" +msgstr "URL base de DokuWiki." + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:238 +msgid "User for connecting to the DokuWiki API." +msgstr "Usuario para conectar a la API de DokuWiki." + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:266 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:282 +msgid "Namespace" +msgstr "Namespace" + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:271 +msgid "Namespace used to search pages." +msgstr "Namespace utilizado para buscar las páginas." + +#: app/modules/web/themes/material-blue/views/error/error-database.inc:17 +#: app/modules/web/themes/material-blue/views/error/error-database.inc:19 +#: app/modules/web/themes/material-blue/views/install/index.inc:170 +#: app/modules/web/themes/material-blue/views/install/index.inc:172 +msgid "Install" +msgstr "Instalar" + +#: app/modules/web/themes/material-blue/views/grid/datagrid-nav-full.inc:18 +msgid "Filter ON" +msgstr "Filtro ON" + +#: app/modules/web/themes/material-blue/views/install/index.inc:11 +#, php-format +msgid "Installation %s" +msgstr "Instalación %s" + +#: app/modules/web/themes/material-blue/views/install/index.inc:21 +msgid "sysPass Admin" +msgstr "Admin de sysPass" + +#: app/modules/web/themes/material-blue/views/install/index.inc:29 +msgid "sysPass admin user" +msgstr "Usuario administrador de sysPass" + +#: app/modules/web/themes/material-blue/views/install/index.inc:37 +msgid "sysPass administrator's login" +msgstr "Login del usuario administrador de sysPass" + +#: app/modules/web/themes/material-blue/views/install/index.inc:69 +msgid "DB Configuration" +msgstr "Configurar BBDD" + +#: app/modules/web/themes/material-blue/views/install/index.inc:79 +msgid "DB access user" +msgstr "Usuario acceso BBDD" + +#: app/modules/web/themes/material-blue/views/install/index.inc:87 +msgid "An user with MySQL admin rights" +msgstr "Usuario con permisos de administrador de MySQL" + +#: app/modules/web/themes/material-blue/views/install/index.inc:95 +msgid "DB access password" +msgstr "Clave acceso BBDD" + +#: app/modules/web/themes/material-blue/views/install/index.inc:104 +#: app/modules/web/themes/material-blue/views/install/index.inc:112 +msgid "sysPass database name" +msgstr "Nombre de la base de datos de sysPass" + +#: app/modules/web/themes/material-blue/views/install/index.inc:121 +msgid "sysPass database server" +msgstr "Servidor BBDD para sysPass" + +#: app/modules/web/themes/material-blue/views/install/index.inc:129 +msgid "Server name to install sysPass database" +msgstr "Nombre del servidor para instalar la base de datos de sysPass" + +#: app/modules/web/themes/material-blue/views/install/index.inc:149 +msgid "Hosting Mode" +msgstr "Modo Hosting" + +#: app/modules/web/themes/material-blue/views/install/index.inc:156 +msgid "It does not create or verify the user's permissions on the DB" +msgstr "No crea ni verifica los permisos del usuario sobre la BBDD" + +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:28 +msgid "Others" +msgstr "Otros" + +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:66 +msgid "Creator" +msgstr "Creador" + +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:232 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:234 +msgid "Delete History" +msgstr "Eliminar Historial" + +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:19 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:92 +msgid "Options" +msgstr "Opciones" + +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:67 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:71 +msgid "Refresh Authorization" +msgstr "Regenerar Autorización" + +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:77 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:79 +msgid "Token" +msgstr "Token" + +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:54 +msgid "Sets whether the client is visible by all users" +msgstr "Indica si el cliente es visible para todos los usuarios." + +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:57 +msgid "" +"By default, clients assigned to accounts only will be visible by users who " +"are granted to access to the accounts." +msgstr "" +"Por defecto los clientes asignados a cuentas sólo son visibles para los " +"usuarios con acceso a las cuentas." + +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:30 +msgid "Field name" +msgstr "Nombre del campo" + +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:63 +msgid "Help Text" +msgstr "Texto Ayuda" + +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:69 +msgid "Field's help" +msgstr "Ayuda del campo" + +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:80 +msgid "Required" +msgstr "Obligatorio" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:44 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:52 +msgid "Score" +msgstr "Puntuación" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:58 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:65 +msgid "Regular Expression" +msgstr "Expresión Regular" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:140 +msgid "Include Lowercase" +msgstr "Incluir Minúsculas" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:31 +msgid "Accounts will be only visible by the user." +msgstr "Las cuentas sólo serán visibles por el usuario." + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:33 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:52 +msgid "Administrators won't be able to display the accounts." +msgstr "Los administradores no podrán acceder a las cuentas." + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:50 +msgid "" +"Accounts will be only visible by the user and users belonging to the main " +"group." +msgstr "Las cuentas sólo serán visibles por el usuario y su grupo principal." + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:16 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:24 +msgid "IP Address" +msgstr "Dirección IP" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:29 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:37 +msgid "Timeout" +msgstr "Timeout" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:89 +msgid "" +"Assignment priority if values match with others assigned by user, group or " +"profile." +msgstr "" +"Prioridad de asignación en caso de coincidir con otros valores asignados por " +"usuario, grupo o perfil." + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:100 +msgid "Assignment Priority" +msgstr "Prioridad de asignación" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:122 +msgid "Enforces the values to be set either on creating or updating an item." +msgstr "" +"Indica si los valores serán forzados al crear o modificar los elementos." + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:124 +msgid "Values will be merged with the existing ones." +msgstr "Los valores serán añadidos a los existentes." + +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:81 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:83 +msgid "Hash" +msgstr "Hash" + +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:89 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:91 +msgid "URL" +msgstr "URL" + +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:99 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:101 +msgid "Use" +msgstr "Uso" + +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:44 +msgid "Full username" +msgstr "Nombre de usuario completo" + +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:58 +msgid "Session login" +msgstr "Login de inicio de sesión" + +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:69 +msgid "SSO Login " +msgstr "Login SSO" + +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:77 +msgid "Session login with SSO" +msgstr "Login de inicio de sesión con SSO" + +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:92 +msgid "Email address" +msgstr "Dirección de correo" + +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:202 +msgid "Application administrator" +msgstr "Administrador de la aplicación" + +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:220 +msgid "Accounts administrator" +msgstr "Administrador de cuentas" + +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:240 +msgid "Force password change" +msgstr "Forzar cambio de clave" + +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:273 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:275 +msgid "Entries" +msgstr "Entradas" + +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:282 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:284 +msgid "Last Access" +msgstr "Último Acceso" + +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:300 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:302 +msgid "Master Password Date" +msgstr "Fecha Clave Maestra" + +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:309 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:311 +msgid "Used in" +msgstr "Usado en" + +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:87 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:89 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:548 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:550 +msgid "Used by" +msgstr "Usado por" + +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:108 +msgid "(*) Listed in group" +msgstr "(*) Incluido en grupo" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:26 +msgid "Management" +msgstr "Gestión" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:37 +msgid "Create new account" +msgstr "Crear nueva cuenta" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:54 +msgid "View account details" +msgstr "Ver detalles de cuenta" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:70 +msgid "View account password" +msgstr "Ver clave de cuenta" + +#. (itstool) path: action/text +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:86 +#: app/config/actions.xml:259 +msgid "View History" +msgstr "Ver Historial" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:87 +msgid "View account history" +msgstr "Ver historial de cuenta" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:103 +msgid "Edit account" +msgstr "Editar cuenta" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:118 +msgid "Edit Password" +msgstr "Editar Clave" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:119 +msgid "Edit account password" +msgstr "Editar clave de cuenta" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:135 +msgid "Remove account" +msgstr "Eliminar cuenta" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:151 +msgid "View account files" +msgstr "Ver archivos de cuenta" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:166 +msgid "Share Link" +msgstr "Publicar Enlace" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:167 +msgid "Share link to account" +msgstr "Publicar enlace a cuenta" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:183 +msgid "Create private account" +msgstr "Crear cuenta privada" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:199 +msgid "Create private account for group" +msgstr "Crear cuenta privada para grupo" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:215 +msgid "Assign permissions" +msgstr "Asignar permisos" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:251 +msgid "Users management" +msgstr "Gestión de usuarios" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:267 +msgid "Groups management" +msgstr "Gestión de grupos" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:283 +msgid "Profiles management" +msgstr "Gestión de perfiles" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:299 +msgid "Categories management" +msgstr "Gestión de categorías" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:315 +msgid "Tags management" +msgstr "Gestión de etiquetas" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:331 +msgid "Customers management" +msgstr "Gestión de clientes" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:347 +msgid "Custom fields management" +msgstr "Gestión de campos personalizados" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:363 +msgid "API authorizations management" +msgstr "Gestión de autorizaciones API" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:379 +msgid "Links management" +msgstr "Gestión de enlaces" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:395 +msgid "Accounts management" +msgstr "Gestión de cuentas" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:426 +msgid "Default Values" +msgstr "Valores por Defecto" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:427 +msgid "Default Values Management" +msgstr "Gestión de Valores por Defecto" + +#. (itstool) path: action/text +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:447 +#: app/config/actions.xml:697 +msgid "General Configuration" +msgstr "Configuración General" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:463 +msgid "Encryption options" +msgstr "Opciones de encriptación" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:479 +msgid "Make a backup and export" +msgstr "Realizar copia de seguridad y exportar" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:495 +msgid "Make accounts import" +msgstr "Realizar importación de cuentas" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:515 +msgid "View event log" +msgstr "Ver log de eventos" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:541 +msgid "Profile name" +msgstr "Nombre del perfil" + +#: app/modules/web/themes/material-blue/views/login/index.inc:46 +msgid "Previous Password" +msgstr "Clave Anterior" + +#: app/modules/web/themes/material-blue/views/login/index.inc:73 +msgid "Sign in" +msgstr "Acceder" + +#: app/modules/web/themes/material-blue/views/login/index.inc:82 +msgid "Forgot password?" +msgstr "¿Olvidó su clave?" + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:14 +#, php-format +msgid "Update %s" +msgstr "Actualización %s" + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:20 +msgid "DB Update" +msgstr "Actualización de BBDD" + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:22 +msgid "Application Update" +msgstr "Actualización de Aplicación" + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:29 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:28 +msgid "Security Code" +msgstr "Código de Seguridad" + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:37 +msgid "" +"This code is set in sysPass config file within the tag name \"upgradekey\"" +msgstr "" +"Este código se encuentra en el archivo de configuración de sysPass con la " +"etiqueta \"upgradeKey\"" + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:47 +msgid "" +"Some orphaned items have been found. Please, modify those items or enter the " +"default IDs for them." +msgstr "" +"Se han encontrado elementos huérfanos. Por favor, modifique estos elementos " +"o indique los IDs por defecto para los elementos huérfanos." + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:49 +msgid "If items IDs are not set, they will be created." +msgstr "Si no se indican los IDs, se crearán nuevos elementos." + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:74 +msgid "Enter a valid user ID for the accounts" +msgstr "Introducir un ID de usuario válido para cuentas" + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:85 +msgid "Enter a valid category ID for the accounts" +msgstr "Introducir un ID de categoría válido para cuentas" + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:96 +msgid "Enter a valid client ID for the accounts" +msgstr "Introducir un ID de cliente válido para cuentas" + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:108 +msgid "Enter a valid group ID for the users" +msgstr "Introducir un ID de grupo válido para usuarios" + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:118 +msgid "Enter a valid profile ID for the users" +msgstr "Introducir un ID de perfil válido para usuarios" + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:128 +msgid "" +"This update uses a new encryption schema, so it will be needed to reencrypt " +"the whole encrypted data." +msgstr "" +"Esta actualización utiliza un nuevo esquema de encriptación, por lo que es " +"necesario reencriptar los datos almacenados" + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:150 +msgid "Enter a valid user login" +msgstr "Introducir login de usuario válido" + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:162 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:33 +msgid "I've done a full sysPass backup" +msgstr "He realizado una copia de seguridad completa de sysPass" + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:176 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:41 +msgid "Please, wait while the process is running" +msgstr "Por favor espere mientras el proceso se ejecuta" + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:186 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:51 +msgid "Start Update" +msgstr "Iniciar Actualización" + +#: app/modules/web/themes/material-blue/views/notification/notification.inc:95 +msgid "Global notification" +msgstr "Notificación global" + +#: app/modules/web/themes/material-blue/views/notification/notification.inc:103 +msgid "Only for application administrators" +msgstr "Sólo para administradores de la aplicación" + +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:29 +msgid "Plugin name" +msgstr "Nombre del plugin" + +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:41 +msgid "Plugin version" +msgstr "Versión del plugin" + +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:46 +msgid "Compatible Version" +msgstr "Versión Compatible" + +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:53 +msgid "sysPass compatible version" +msgstr "Versión de sysPass compatible" + +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:58 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:39 +msgid "Author" +msgstr "Autor" + +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:65 +msgid "Plugin author" +msgstr "Autor del plugin" + +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:11 +msgid "The application needs to be updated" +msgstr "La aplicación necesita actualizarse" + +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:16 +msgid "Please enter the security code to start the upgrade" +msgstr "Para iniciar la actualización introduzca el código de seguridad" + +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:6 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:13 +msgid "Request Password Change" +msgstr "Solicitud de Cambio de Clave" + +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:29 +msgid "User's Email" +msgstr "Email del Usuario" + +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:39 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:49 +msgid "Go back to login" +msgstr "Volver a iniciar sesión" + +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:54 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:56 +msgid "Change" +msgstr "Cambiar" + +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:107 +msgid "Sort search results by views" +msgstr "Ordenar resultados por visitas" + +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:109 +msgid "Sorts accounts search results by the number of account's views" +msgstr "" +"Ordena los resultados de búsqueda por el número de visitas de las cuentas." + +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:124 +msgid "Navigation bar on top" +msgstr "Barra de navegación superior" + +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:126 +msgid "Dysplays a navigation bar on top of the search results." +msgstr "Mostrar una barra de navegación superior en las búsquedas." + +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:141 +msgid "Show Hidden Actions" +msgstr "Mostrar Acciones Ocultas" + +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:143 +msgid "Always display hidden actions on the accounts search page." +msgstr "" +"Mostrar las acciones ocultas para los elementos de la búsqueda de cuentas." + +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:175 +msgid "In-App Notifications" +msgstr "Notificaciones In-App" + +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:177 +msgid "Enables the active In-App notifications polling" +msgstr "Habilita la consulta de notificaciones activas In-App." + +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:192 +msgid "Show Filters" +msgstr "Mostrar Filtros" + +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:194 +msgid "Displays the additional filters selection on the accounts search." +msgstr "" +"Muestra la selección los filtros adicionales en la búsqueda de cuentas." + +#. (itstool) path: action/text +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:16 +#: app/config/actions.xml:277 +msgid "View Wiki" +msgstr "Ver Wiki" + +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:24 +#, php-format +msgid "Search results of '%s'" +msgstr "Resultados de búsqueda de '%s'" + +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:27 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:37 +msgid "Page" +msgstr "Página" + +#. (itstool) path: action/text +#: app/config/actions.xml:7 +msgid "Search for Accounts" +msgstr "Buscar Cuentas" + +#. (itstool) path: action/text +#: app/config/actions.xml:25 +msgid "Requests" +msgstr "Peticiones" + +#. (itstool) path: action/text +#: app/config/actions.xml:31 +msgid "Favorites" +msgstr "Favoritos" + +#. (itstool) path: action/text +#: app/config/actions.xml:43 +msgid "Items and Customizations" +msgstr "Elementos y Personalización" + +#. (itstool) path: action/text +#: app/config/actions.xml:49 +msgid "Categories Management" +msgstr "Gestión Categorías" + +#. (itstool) path: action/text +#: app/config/actions.xml:55 +msgid "Customers Management" +msgstr "Gestión Clientes" + +#. (itstool) path: action/text +#: app/config/actions.xml:61 +msgid "API Authorizations Management" +msgstr "Gestión Autorizaciones API" + +#. (itstool) path: action/text +#: app/config/actions.xml:67 +msgid "Custom Fields Management" +msgstr "Gestión Campos Personalizados" + +#. (itstool) path: action/text +#: app/config/actions.xml:79 +msgid "Files Management" +msgstr "Gestión de Archivos" + +#. (itstool) path: action/text +#: app/config/actions.xml:85 +msgid "Accounts Management" +msgstr "Gestión de Cuentas" + +#. (itstool) path: action/text +#: app/config/actions.xml:91 +msgid "Tags Management" +msgstr "Gestión de Etiquetas" + +#. (itstool) path: action/text +#: app/config/actions.xml:97 +msgid "Plugins Management" +msgstr "Gestión Plugins" + +#. (itstool) path: action/text +#: app/config/actions.xml:103 +msgid "Users and Accesses" +msgstr "Usuarios y Accesos" + +#. (itstool) path: action/text +#: app/config/actions.xml:109 +msgid "Security and Audit" +msgstr "Seguridad y Auditoría" + +#. (itstool) path: action/text +#: app/config/actions.xml:115 +msgid "Users Management" +msgstr "Gestión Usuarios" + +#. (itstool) path: action/text +#: app/config/actions.xml:121 +msgid "Groups Management" +msgstr "Gestión Grupos" + +#. (itstool) path: action/text +#: app/config/actions.xml:127 +msgid "Profiles Management" +msgstr "Gestión Perfiles" + +#. (itstool) path: action/text +#: app/config/actions.xml:145 +msgid "Clear Events" +msgstr "Limpiar Eventos" + +#. (itstool) path: action/text +#: app/config/actions.xml:151 app/config/actions.xml:481 +msgid "View Account" +msgstr "Ver Cuenta" + +#. (itstool) path: action/text +#: app/config/actions.xml:211 app/config/actions.xml:469 +msgid "Upload File" +msgstr "Subir Archivo" + +#. (itstool) path: action/text +#: app/config/actions.xml:229 +msgid "Search for Files" +msgstr "Buscar Archivos" + +#. (itstool) path: action/text +#: app/config/actions.xml:235 +msgid "List Files" +msgstr "Listar Archivos" + +#. (itstool) path: action/text +#: app/config/actions.xml:283 +msgid "Add Wiki" +msgstr "Añadir Wiki" + +#. (itstool) path: action/text +#: app/config/actions.xml:289 +msgid "Edit Wiki" +msgstr "Editar Wiki" + +#. (itstool) path: action/text +#: app/config/actions.xml:295 +msgid "Delete Wiki" +msgstr "Eliminar Wiki" + +#. (itstool) path: action/text +#: app/config/actions.xml:361 +msgid "New API Token" +msgstr "Nuevo Token API" + +#. (itstool) path: action/text +#: app/config/actions.xml:367 +msgid "View API Token" +msgstr "Ver Token API" + +#. (itstool) path: action/text +#: app/config/actions.xml:373 +msgid "Edit API Token" +msgstr "Editar Token API" + +#. (itstool) path: action/text +#: app/config/actions.xml:379 +msgid "Delete API Token" +msgstr "Eliminar Token API" + +#. (itstool) path: action/text +#: app/config/actions.xml:385 +msgid "Search for API Token" +msgstr "Buscar Token API" + +#. (itstool) path: action/text +#: app/config/actions.xml:391 +msgid "New Custom Field" +msgstr "Nuevo Campo Personalizado" + +#. (itstool) path: action/text +#: app/config/actions.xml:397 +msgid "Show Custom Field" +msgstr "Ver Campo Personalizado" + +#. (itstool) path: action/text +#: app/config/actions.xml:403 +msgid "Edit Custom Field" +msgstr "Editar Campo Personalizado" + +#. (itstool) path: action/text +#: app/config/actions.xml:409 +msgid "Delete Custom Field" +msgstr "Eliminar Campo Personalizado" + +#. (itstool) path: action/text +#: app/config/actions.xml:415 +msgid "Search for Custom Field" +msgstr "Buscar Campo Personalizado" + +#. (itstool) path: action/text +#: app/config/actions.xml:427 +msgid "Show Public Link" +msgstr "Ver Enlace Público" + +#. (itstool) path: action/text +#: app/config/actions.xml:445 +msgid "Search for Public Link" +msgstr "Buscar Enlace Público" + +#. (itstool) path: action/text +#: app/config/actions.xml:553 +msgid "Enable Plugin" +msgstr "Habilitar Plugin" + +#. (itstool) path: action/text +#: app/config/actions.xml:559 +msgid "Disable Plugin" +msgstr "Deshabilitar Plugin" + +#. (itstool) path: action/text +#: app/config/actions.xml:565 +msgid "Reset Plugin" +msgstr "Restablecer Plugin" + +#. (itstool) path: action/text +#: app/config/actions.xml:601 +msgid "Edit User Password" +msgstr "Editar Clave Usuario" + +#. (itstool) path: action/text +#: app/config/actions.xml:673 +msgid "User Configuration" +msgstr "Configuración Usuario" + +#. (itstool) path: action/text +#: app/config/actions.xml:679 +msgid "General Preferences" +msgstr "Preferencias General" + +#. (itstool) path: action/text +#: app/config/actions.xml:703 +msgid "Accounts Configuration" +msgstr "Configuración Cuentas" + +#. (itstool) path: action/text +#: app/config/actions.xml:709 +msgid "Wiki Configuration" +msgstr "Configuración Wiki" + +#. (itstool) path: action/text +#: app/config/actions.xml:715 +msgid "Encryption Configuration" +msgstr "Configuración Encriptación" + +#. (itstool) path: action/text +#: app/config/actions.xml:721 +msgid "Update Hash" +msgstr "Actualizar Hash" + +#. (itstool) path: action/text +#: app/config/actions.xml:727 +msgid "Temporary Master Password" +msgstr "Clave Maestra Temporal" + +#. (itstool) path: action/text +#: app/config/actions.xml:733 +msgid "Backup Configuration" +msgstr "Configuración Copia de Seguridad" + +#. (itstool) path: action/text +#: app/config/actions.xml:745 +msgid "Import Configuration" +msgstr "Configuración Importación" + +#. (itstool) path: action/text +#: app/config/actions.xml:751 +msgid "CSV Import" +msgstr "Importar CSV" + +#. (itstool) path: action/text +#: app/config/actions.xml:757 +msgid "XML Import" +msgstr "Importar XML" + +#. (itstool) path: action/text +#: app/config/actions.xml:763 +msgid "Export Configuration" +msgstr "Configuración Exportación" + +#. (itstool) path: action/text +#: app/config/actions.xml:769 +msgid "Export" +msgstr "Exportación" + +#. (itstool) path: action/text +#: app/config/actions.xml:775 +msgid "Email Configuration" +msgstr "Configuración Email" + +#. (itstool) path: action/text +#: app/config/actions.xml:781 +msgid "LDAP Configuration" +msgstr "Configuración LDAP" + +#. (itstool) path: action/text +#: app/config/actions.xml:787 +msgid "LDAP synchronization" +msgstr "Sincronización LDAP" + +#. (itstool) path: action/text +#: app/config/actions.xml:793 +msgid "Account Management (H)" +msgstr "Gestión de Cuenta (H)" + +#. (itstool) path: action/text +#: app/config/actions.xml:823 +msgid "Create Notification" +msgstr "Crear Notificación" + +#. (itstool) path: action/text +#: app/config/actions.xml:853 +msgid "Preset Values Management" +msgstr "Gestión Valores Predeterminados" + +#. (itstool) path: action/text +#: app/config/actions.xml:889 +msgid "Tracks Management" +msgstr "Gestión de Tracks" + +#. (itstool) path: action/text +#: app/config/actions.xml:901 +msgid "Unlock track" +msgstr "Desbloquear track" + +#. (itstool) path: action/text +#: app/config/actions.xml:907 +msgid "Clear the tracks out" +msgstr "Vaciar tracks" + +#. (itstool) path: strings/text +#: app/config/strings.xml:4 +msgid "Color" +msgstr "Color" + +#. (itstool) path: strings/text +#: app/config/strings.xml:5 +msgid "Number" +msgstr "Número" + +#. (itstool) path: strings/text +#: app/config/strings.xml:6 +msgid "Phone" +msgstr "Teléfono" + +#. (itstool) path: strings/text +#: app/config/strings.xml:7 +msgid "Text Area" +msgstr "Área de Texto" + +#. (itstool) path: strings/text +#: app/config/strings.xml:8 +msgid "Text" +msgstr "Texto" diff --git a/app/locales/fr_FR/LC_MESSAGES/messages.mo b/app/locales/fr_FR/LC_MESSAGES/messages.mo index 0c69f4ccada22efc1ac04734924664ac84acb0d4..521bd1d9ee99352d44cc34ccec1283a2dd105865 100644 GIT binary patch literal 88624 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 HO!)r*5J}4p literal 58389 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\n" "Language-Team: language@syspass.org\n" "Language: fr\n" @@ -11,5408 +11,7692 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 1.8.11\n" -"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n" -"X-Poedit-Basepath: .\n" +"X-Poedit-KeywordsList: _;__;__u;gettext;gettext_noop\n" "X-Poedit-SourceCharset: UTF-8\n" "X-Generator: Poedit 1.8.11\n" "X-Contributors: Akirohs, Aurelien, Fabian Rodriguez, Fabien, Jérémy Donas\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Poedit-SearchPath-0: ../../../modules\n" -"X-Poedit-SearchPath-1: ../../../../lib\n" -"X-Poedit-SearchPath-2: ../../../config\n" +"X-Poedit-Basepath: ../../../..\n" +"X-Poedit-SearchPath-0: app/modules\n" +"X-Poedit-SearchPath-1: lib\n" +"X-Poedit-SearchPath-2: app/config\n" +"X-Poedit-SearchPathExcluded-0: app/modules/**/plugins\n" -#: ../../../../lib/SP/Bootstrap.php:278 -#, php-format -msgid "Versión de PHP requerida >= %s <= %s" -msgstr "Version de PHP requise >= %s <= %s" - -#: ../../../../lib/SP/Config/ConfigUtil.php:111 -#, php-format -msgid "Actual: %s - Necesario: 750" -msgstr "Actuel: %s - Requis: 750" - -#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:176 -#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:186 -msgid "Error interno" -msgstr "Erreur Interne" - -#: ../../../../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/Html/DataGrid/DataGridBase.php:302 -#: ../../../../lib/SP/Mvc/View/Template.php:126 -#, fuzzy, php-format -msgid "No es posible obtener la plantilla \"%s\" : %s" -msgstr "Impossible d'obtenir le modèle \"%s\" : %s" - -#: ../../../../lib/SP/Http/Address.php:49 -#: ../../../../lib/SP/Http/Address.php:68 -msgid "IP inválida" -msgstr "IP invalide" - -#: ../../../../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:301 -#: ../../../../lib/SP/Mvc/View/Template.php:365 -#, fuzzy, php-format -msgid "No es posible obtener la variable \"%s\"" -msgstr "Impossible d'obtenir la variable \"%s\"" - -#: ../../../../lib/SP/Mvc/View/Template.php:334 -#, fuzzy, php-format -msgid "No es posible destruir la variable \"%s\"" -msgstr "Impossible de détruire la variable \"%s\"" - -#: ../../../../lib/SP/Mvc/View/Template.php:355 -msgid "La plantilla no contiene archivos" -msgstr "Le modèle ne contient pas de fichiers" - -#: ../../../../lib/SP/Plugin/PluginManager.php:170 -#, php-format -msgid "Versión de plugin no compatible (%s)" -msgstr "Plugin version not compatible (%s)" - -#: ../../../../lib/SP/Plugin/PluginManager.php:192 -#, php-format -msgid "No es posible cargar el plugin \"%s\"" -msgstr "Impossible de charger le plugin \"%s\"" - -#: ../../../../lib/SP/Providers/Mail/MailHandler.php:124 -#, php-format -msgid "Realizado por: %s (%s)" -msgstr "Réalisé par: %s (%s)" - -#: ../../../../lib/SP/Providers/Mail/MailHandler.php:125 -#, php-format -msgid "Dirección IP: %s" -msgstr "Adresse IP: %s" - -#: ../../../../lib/SP/Providers/Notification/NotificationHandler.php:124 -msgid "Solicitud" -msgstr "Requête" - -#. (itstool) path: action/text -#: ../../../../lib/SP/Providers/Notification/NotificationHandler.php:125 -#: ../../../../lib/SP/Providers/Notification/NotificationHandler.php:156 -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:74 -#: ../../../modules/web/Controllers/ConfigManagerController.php:174 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:101 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:25 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:394 -#: ../../../config/actions.xml:13 -msgid "Cuentas" -msgstr "Comptes" - -#: ../../../../lib/SP/Providers/Notification/NotificationHandler.php:155 -msgid "Notificación" -msgstr "Notification" - -#: ../../../../lib/SP/Services/Account/AccountCryptService.php:138 -#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:83 -msgid "Actualizar Clave Maestra" -msgstr "Mettre à jour le Mot de Passe Maître" - -#: ../../../../lib/SP/Services/Account/AccountCryptService.php:139 -#, php-format -msgid "Cuentas actualizadas: %d / %d" -msgstr "Comptes actualisés: %d / %d" - -#: ../../../../lib/SP/Services/Account/AccountCryptService.php:148 -#, php-format -msgid "Cuentas actualizadas: %d / %d - %d%% - ETA: %ds (%.2f/s)" -msgstr "Comtpes actualisés: %d / %d - %d%% - ETA: %ds (%.2f/s)" - -#: ../../../../lib/SP/Services/Auth/LoginService.php:604 -msgid "N/D" -msgstr "N/A" - -#: ../../../../lib/SP/Services/Backup/FileBackupService.php:139 -#, php-format -msgid "No es posible crear el directorio de backups (\"%s\")" -msgstr "Impossible de créer le répertoire de sauvegarde (\"%s\")" - -#: ../../../../lib/SP/Services/Config/ConfigService.php:68 -#: ../../../../lib/SP/Services/Config/ConfigService.php:153 -#, php-format -msgid "Parámetro no encontrado (%s)" -msgstr "Paramètre introuvable (%s)" - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:213 -#, php-format -msgid "Clave Maestra %s" -msgstr "Mot de Passe Maître %s" - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:214 +#: app/modules/api/Controllers/AccountController.php:70 #, fuzzy -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" +msgid "Account displayed" +msgstr "Compte affiché" -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:216 -#, php-format -msgid "La nueva clave es: %s" -msgstr "Le nouveau Mot de Passe Maître est: %s" +#: app/modules/api/Controllers/AccountController.php:71 +#: app/modules/api/Controllers/AccountController.php:103 +#: app/modules/api/Controllers/AccountController.php:139 +#: app/modules/api/Controllers/AccountController.php:189 +#: app/modules/api/Controllers/AccountController.php:240 +#: app/modules/api/Controllers/AccountController.php:315 +#: app/modules/api/Controllers/CategoryController.php:63 +#: app/modules/api/Controllers/CategoryController.php:92 +#: app/modules/api/Controllers/CategoryController.php:122 +#: app/modules/api/Controllers/CategoryController.php:151 +#: app/modules/api/Controllers/ClientController.php:64 +#: app/modules/api/Controllers/ClientController.php:94 +#: app/modules/api/Controllers/ClientController.php:125 +#: app/modules/api/Controllers/ClientController.php:154 +#: app/modules/api/Controllers/TagController.php:62 +#: app/modules/api/Controllers/TagController.php:90 +#: app/modules/api/Controllers/TagController.php:119 +#: app/modules/api/Controllers/TagController.php:148 +#: app/modules/api/Controllers/UserGroupController.php:62 +#: app/modules/api/Controllers/UserGroupController.php:92 +#: app/modules/api/Controllers/UserGroupController.php:123 +#: app/modules/api/Controllers/UserGroupController.php:152 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:240 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:113 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:104 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:105 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:108 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:116 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:107 +#: app/modules/web/Controllers/UserGroupController.php:274 +#: app/modules/web/Controllers/UserGroupController.php:315 +#: lib/SP/Plugin/PluginManager.php:320 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:30 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:43 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:22 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:24 +#: app/modules/web/themes/material-blue/views/account/account.inc:65 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:54 +#: app/modules/web/themes/material-blue/views/config/info.inc:39 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:23 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:23 +#: app/modules/web/themes/material-blue/views/itemshow/tag.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:35 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:24 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:533 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:22 +msgid "Name" +msgstr "Nom" -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:218 -#, 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:220 -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:94 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:298 -msgid "Categorías" -msgstr "Catégories" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:76 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:93 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:330 +#: app/modules/api/Controllers/AccountController.php:72 +#: app/modules/api/Controllers/AccountController.php:104 +#: app/modules/api/Controllers/AccountController.php:140 +#: app/modules/api/Controllers/AccountController.php:190 +#: app/modules/api/Controllers/AccountController.php:241 +#: app/modules/api/Controllers/AccountController.php:316 +#: app/modules/web/Controllers/AccountController.php:227 +#: app/modules/web/Controllers/AccountController.php:749 +#: app/modules/web/Controllers/AccountController.php:796 +#: app/modules/web/Controllers/AccountController.php:839 +#: app/modules/web/Controllers/AccountController.php:880 +#: app/modules/web/Controllers/AccountController.php:932 +#: app/modules/web/Controllers/AccountController.php:968 +#: app/modules/web/Controllers/AccountFileController.php:259 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:121 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:158 +#: app/modules/web/Controllers/AccountManagerController.php:151 +#: app/modules/web/Controllers/ClientController.php:225 +#: app/modules/web/Controllers/ClientController.php:259 +#: app/modules/web/Controllers/ClientController.php:297 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:233 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:114 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:105 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:109 +#: lib/SP/Services/Import/CsvImportBase.php:159 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:41 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:47 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:57 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:59 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:34 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:40 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:35 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:41 +#: app/modules/web/themes/material-blue/views/account/account.inc:78 +#: app/modules/web/themes/material-blue/views/account/account.inc:80 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:32 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:36 #, fuzzy -msgid "Clientes" -msgstr "Clients" +msgid "Client" +msgstr "Client" -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:77 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:104 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:16 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:113 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:12 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:50 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:52 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:56 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:250 -msgid "Usuarios" -msgstr "Utilisateurs" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:78 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:95 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:84 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:162 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:53 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:266 -msgid "Grupos" -msgstr "Groupes" - -#: ../../../../lib/SP/Services/Export/XmlExportService.php:125 -#: ../../../../lib/SP/Storage/File/FileCache.php:74 -#: ../../../../lib/SP/Storage/File/FileCachePacked.php:116 -#, php-format -msgid "No es posible crear el directorio (%s)" -msgstr "Impossible de créer le dossier (%s)" - -#: ../../../../lib/SP/Services/Import/CsvImport.php:50 -#, php-format -msgid "Formato detectado: %s" -msgstr "Format détecté: %s" - -#: ../../../../lib/SP/Services/Import/CsvImportBase.php:130 -#: ../../../../lib/SP/Services/Import/CsvImportBase.php:176 -#, php-format -msgid "El número de campos es incorrecto (%d)" -msgstr "Mauvais numéro de champs (%d)" - -#: ../../../../lib/SP/Services/Import/CsvImportBase.php:132 -#: ../../../../lib/SP/Services/Import/CsvImportBase.php:178 -#, php-format -msgid "Compruebe el formato del archivo CSV en línea %s" -msgstr "Veuillez vérifier le format CSV à la ligne %s" - -#: ../../../../lib/SP/Services/Import/ImportService.php:89 -#, php-format -msgid "Tipo mime no soportado (\"%s\")" -msgstr "Le type MIME n'est pas supporté (\"%s\")" - -#: ../../../../lib/SP/Services/Import/XmlImportBase.php:121 -#: ../../../../lib/SP/Services/Import/XmlImportTrait.php:70 -#, fuzzy, php-format -msgid "El nodo \"%s\" no existe" -msgstr "Le \"%s\" node n'existe pas" - -#: ../../../../lib/SP/Services/Install/MySQL.php:135 -#, php-format -msgid "No es posible comprobar el usuario de sysPass (%s)" -msgstr "Impossible de vérifier l'utilisateur sysPass (%s)" - -#: ../../../../lib/SP/Services/Install/MySQL.php:213 -#: ../../../../lib/SP/Services/Install/MySQL.php:329 -#: ../../../../lib/SP/Services/Install/MySQL.php:341 -#, php-format -msgid "Error al crear la BBDD ('%s')" -msgstr "Erreur lors de la création de la BDD ('%s')" - -#: ../../../../lib/SP/Services/Install/MySQL.php:237 -#, php-format -msgid "Error al establecer permisos de la BBDD ('%s')" -msgstr "" -"Erreur lors du paramétrage des permissions de la base de données ('%s')" - -#: ../../../../lib/SP/Services/Install/MySQL.php:309 -#, php-format -msgid "Error al seleccionar la BBDD '%s' (%s)" -msgstr "Error while selecting '%s' database (%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/Task/TaskService.php:81 -msgid "No es posible crear archivo de bloqueo" -msgstr "Impossible de créer le fichier vérouillé" - -#: ../../../../lib/SP/Services/Task/TaskService.php:184 -msgid "Esperando actualización de progreso ..." -msgstr "Patientez pendant la mise à jour" - -#: ../../../../lib/SP/Services/Track/TrackService.php:162 -#, php-format -msgid "Intentos excedidos (%d/%d)" -msgstr "Tentatives dépassées (%d/%d)" - -#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:152 -msgid "El archivo de actualización no contiene datos" -msgstr "Update file does not contain data" - -#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:65 -#: ../../../modules/web/Controllers/UserController.php:235 -#: ../../../modules/web/Controllers/UserController.php:356 -#: ../../../modules/web/Controllers/UserPassResetController.php:107 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:238 -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/Wiki/DokuWikiApi.php:68 -msgid "Fallo de autentificación" -msgstr "Erreur d'authentification" - -#: ../../../../lib/SP/Services/Wiki/DokuWikiApiBase.php:196 -msgid "Error al realizar la consulta" -msgstr "Erreur durant la requête" - -#: ../../../../lib/SP/Services/Wiki/DokuWikiApiBase.php:228 -msgid "URL de conexión no establecida" -msgstr "URL de connexion non paramétré" - -#: ../../../../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)" - -#: ../../../../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 -#, php-format -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:144 -msgid "Datos no cargados" -msgstr "Données non chargées" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:72 -#: ../../../../lib/SP/Storage/File/FileHandler.php:135 -#, php-format -msgid "No es posible escribir en el archivo (%s)" -msgstr "Impossible de lire/écrire le fichier (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:89 -#, php-format -msgid "No es posible abrir el archivo (%s)" -msgstr "Impossible d'ouvrir le fichier (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:104 -#: ../../../../lib/SP/Storage/File/FileHandler.php:118 -#, php-format -msgid "No es posible leer desde el archivo (%s)" -msgstr "Unable to read from file (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:173 -#, php-format -msgid "No es posible cerrar el archivo (%s)" -msgstr "Impossible de fermer le fichier (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:219 -#, php-format -msgid "No es posible escribir el archivo (%s)" -msgstr "Unable to write in file (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:234 -#, php-format -msgid "Archivo no encontrado (%s)" -msgstr "File not found (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:259 -#: ../../../../lib/SP/Storage/File/FileHandler.php:314 -#, fuzzy, php-format -msgid "No es posible leer el archivo (%s)" -msgstr "Impossible de lire/écrire le fichier (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:286 -#, php-format -msgid "No es posible eliminar el archivo (%s)" -msgstr "Unable to delete file (%s)" - -#: ../../../../lib/SP/Util/ErrorUtil.php:148 -msgid "Opción no disponible" -msgstr "Option indisponible" - -#: ../../../../lib/SP/Util/ErrorUtil.php:149 -#: ../../../../lib/SP/Util/ErrorUtil.php:153 -#: ../../../../lib/SP/Util/ErrorUtil.php:157 -#: ../../../../lib/SP/Util/ErrorUtil.php:161 -#: ../../../../lib/SP/Util/ErrorUtil.php:169 -#: ../../../../lib/SP/Util/ErrorUtil.php:176 -#: ../../../modules/web/Controllers/ErrorController.php:124 -#: ../../../modules/web/Controllers/ErrorController.php:140 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:13 -msgid "Consulte con el administrador" -msgstr "Veuillez contacter votre administrateur" - -#: ../../../../lib/SP/Util/ErrorUtil.php:152 +#: app/modules/api/Controllers/AccountController.php:102 +#: app/modules/web/Controllers/AccountController.php:573 +#: app/modules/web/Controllers/AccountController.php:631 #, fuzzy -msgid "No tiene permisos para acceder a esta cuenta" -msgstr "Vous n'avez pas les permissions pour accéder à ce compte" +msgid "Password viewed" +msgstr "Mot de passe affiché" -#: ../../../../lib/SP/Util/ErrorUtil.php:156 -msgid "No tiene permisos para acceder a esta página" -msgstr "Vous n'avez pas les permissions pour accéder à cette page" - -#: ../../../../lib/SP/Util/ErrorUtil.php:160 -msgid "No tiene permisos para realizar esta operación" -msgstr "Vous n'avez pas les permissions pour effectuer cette opération" - -#: ../../../../lib/SP/Util/ErrorUtil.php:164 -#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 -#, fuzzy -msgid "Clave maestra actualizada" -msgstr "Mot de Passe Maître actualisé" - -#: ../../../../lib/SP/Util/ErrorUtil.php:165 -#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 -msgid "Reinicie la sesión para cambiarla" -msgstr "Redémarrez la session pour mettre à jour" - -#: ../../../../lib/SP/Util/ErrorUtil.php:168 -#: ../../../../lib/SP/Util/ErrorUtil.php:175 -#, fuzzy -msgid "Se ha producido una excepción" -msgstr "Une erreur est survenue" - -#: ../../../modules/api/Controllers/AccountController.php:144 -msgid "Clave actualizada" +#: app/modules/api/Controllers/AccountController.php:138 +#: app/modules/api/Controllers/AccountController.php:144 +#: app/modules/web/Controllers/AccountController.php:837 +#: app/modules/web/Controllers/AccountController.php:848 +#: app/modules/web/Controllers/UserController.php:428 +#: app/modules/web/Controllers/UserController.php:432 +#: app/modules/web/Controllers/UserPassResetController.php:196 +#: app/modules/web/Controllers/UserPassResetController.php:200 +msgid "Password updated" msgstr "Mot de passe actualisé" -#: ../../../modules/api/Controllers/AccountController.php:194 +#: app/modules/api/Controllers/AccountController.php:188 +#: app/modules/api/Controllers/AccountController.php:194 +#: app/modules/web/Controllers/AccountController.php:747 +#: app/modules/web/Controllers/AccountController.php:758 #, fuzzy -msgid "Cuenta creada" +msgid "Account created" msgstr "Compte ajouté" -#: ../../../modules/api/Controllers/AccountController.php:245 -msgid "Cuenta actualizada" +#: app/modules/api/Controllers/AccountController.php:239 +#: app/modules/api/Controllers/AccountController.php:245 +#: app/modules/web/Controllers/AccountController.php:794 +#: app/modules/web/Controllers/AccountController.php:805 +msgid "Account updated" msgstr "Compte actualisé" -#: ../../../modules/api/Controllers/AccountController.php:320 +#: app/modules/api/Controllers/AccountController.php:314 +#: app/modules/api/Controllers/AccountController.php:320 +#: app/modules/web/Controllers/AccountController.php:930 +#: app/modules/web/Controllers/AccountController.php:935 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:119 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:124 +#: app/modules/web/Controllers/AccountManagerController.php:149 +#: app/modules/web/Controllers/AccountManagerController.php:154 #, fuzzy -msgid "Cuenta eliminada" +msgid "Account removed" msgstr "Compte supprimé" -#: ../../../modules/api/Controllers/CategoryController.php:96 -msgid "Categoría creada" +#: app/modules/api/Controllers/CategoryController.php:62 +msgid "Category displayed" +msgstr "Category displayed" + +#: app/modules/api/Controllers/CategoryController.php:91 +#: app/modules/api/Controllers/CategoryController.php:96 +#: app/modules/web/Controllers/CategoryController.php:263 +#: app/modules/web/Controllers/CategoryController.php:267 +msgid "Category added" msgstr "Catégorie ajoutée" -#: ../../../modules/api/Controllers/CategoryController.php:126 -msgid "Categoría actualizada" +#: app/modules/api/Controllers/CategoryController.php:121 +#: app/modules/api/Controllers/CategoryController.php:126 +#: app/modules/web/Controllers/CategoryController.php:305 +#: app/modules/web/Controllers/CategoryController.php:309 +msgid "Category updated" msgstr "Catégorie actualisée" -#: ../../../modules/api/Controllers/CategoryController.php:155 -msgid "Categoría eliminada" +#: app/modules/api/Controllers/CategoryController.php:150 +#: app/modules/api/Controllers/CategoryController.php:155 +#: app/modules/web/Controllers/CategoryController.php:227 +#: app/modules/web/Controllers/CategoryController.php:231 +msgid "Category deleted" msgstr "Catégorie supprimée" -#: ../../../modules/api/Controllers/ClientController.php:98 +#: app/modules/api/Controllers/ClientController.php:63 +msgid "Client displayed" +msgstr "Client displayed" + +#: app/modules/api/Controllers/ClientController.php:93 +#: app/modules/api/Controllers/ClientController.php:98 +#: app/modules/web/Controllers/ClientController.php:258 +#: app/modules/web/Controllers/ClientController.php:262 +#: lib/SP/Services/Import/KeepassImport.php:77 #, fuzzy -msgid "Cliente creado" +msgid "Client added" msgstr "Client ajouté" -#: ../../../modules/api/Controllers/ClientController.php:129 +#: app/modules/api/Controllers/ClientController.php:124 +#: app/modules/api/Controllers/ClientController.php:129 +#: app/modules/web/Controllers/ClientController.php:296 +#: app/modules/web/Controllers/ClientController.php:300 #, fuzzy -msgid "Cliente actualizado" +msgid "Client updated" msgstr "Client actualisé" -#: ../../../modules/api/Controllers/ClientController.php:158 +#: app/modules/api/Controllers/ClientController.php:153 +#: app/modules/api/Controllers/ClientController.php:158 +#: app/modules/web/Controllers/ClientController.php:224 +#: app/modules/web/Controllers/ClientController.php:228 #, fuzzy -msgid "Cliente eliminado" +msgid "Client deleted" msgstr "Client supprimé" -#: ../../../modules/api/Controllers/ConfigController.php:61 -msgid "Proceso de backup finalizado" +#: app/modules/api/Controllers/ConfigController.php:57 +#: app/modules/web/Controllers/ConfigBackupController.php:68 +msgid "Application and database backup completed successfully" +msgstr "" +"Sauvegarde de l'application et de la base de données effectuées correctement" + +#: app/modules/api/Controllers/ConfigController.php:58 +#: app/modules/api/Controllers/ConfigController.php:83 +#: app/modules/api/Controllers/Help/ConfigHelp.php:43 +#: app/modules/api/Controllers/Help/ConfigHelp.php:54 +msgid "Path" +msgstr "Path" + +#: app/modules/api/Controllers/ConfigController.php:61 +#: app/modules/web/Controllers/ConfigBackupController.php:71 +msgid "Backup process finished" msgstr "Processus de sauvegarde terminé" -#: ../../../modules/api/Controllers/ConfigController.php:94 -msgid "Proceso de exportación finalizado" +#: app/modules/api/Controllers/ConfigController.php:82 +#: app/modules/web/Controllers/ConfigBackupController.php:96 +msgid "sysPass XML export" +msgstr "Export sysPass en XML" + +#: app/modules/api/Controllers/ConfigController.php:91 +#: app/modules/api/Controllers/ConfigController.php:94 +#: app/modules/web/Controllers/ConfigBackupController.php:106 +#: app/modules/web/Controllers/ConfigBackupController.php:134 +msgid "Export process finished" 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:105 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:144 -msgid "Id de la cuenta" +#: app/modules/api/Controllers/ControllerBase.php:146 +#: lib/SP/Services/Api/ApiService.php:186 +msgid "Unauthorized access" +msgstr "Accès non autorisé" + +#: app/modules/api/Controllers/Help/AccountHelp.php:43 +#: app/modules/api/Controllers/Help/AccountHelp.php:54 +#: app/modules/api/Controllers/Help/AccountHelp.php:67 +#: app/modules/api/Controllers/Help/AccountHelp.php:105 +#: app/modules/api/Controllers/Help/AccountHelp.php:144 +msgid "Account Id" 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 +#: app/modules/api/Controllers/Help/AccountHelp.php:55 +#: app/modules/api/Controllers/Help/AccountHelp.php:68 +#: app/modules/api/Controllers/Help/AccountHelp.php:81 #, fuzzy -msgid "Clave del token" +msgid "Token's password" msgstr "Mot de Passe Token" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:56 -msgid "Devolver detalles en la respuesta" +#: app/modules/api/Controllers/Help/AccountHelp.php:56 +msgid "Send details in the response" msgstr "Envoyer les détails de la réponse" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:69 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:85 -#: ../../../modules/api/Controllers/Help/ConfigHelp.php:55 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:74 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:80 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:91 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:89 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:92 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:101 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:155 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:163 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:42 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:293 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:296 -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:81 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:170 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:119 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:126 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:253 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:260 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:45 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:52 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:59 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:100 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:108 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:45 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:52 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:35 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:98 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:27 -msgid "Clave" +#: app/modules/api/Controllers/Help/AccountHelp.php:69 +#: app/modules/api/Controllers/Help/AccountHelp.php:85 +#: app/modules/api/Controllers/Help/ConfigHelp.php:55 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:74 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:80 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:91 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:89 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:92 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:101 +#: app/modules/web/themes/material-blue/views/account/account.inc:155 +#: app/modules/web/themes/material-blue/views/account/account.inc:163 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:42 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:293 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:296 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:81 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:170 +#: app/modules/web/themes/material-blue/views/config/mail.inc:119 +#: app/modules/web/themes/material-blue/views/config/mail.inc:126 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:253 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:260 +#: app/modules/web/themes/material-blue/views/install/index.inc:45 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:52 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:59 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:100 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:108 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:45 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:52 +#: app/modules/web/themes/material-blue/views/login/index.inc:35 +#: app/modules/web/themes/material-blue/views/login/index.inc:98 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:27 +msgid "Password" msgstr "Mot de passe" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:70 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:91 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:114 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:97 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:114 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:181 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:88 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:90 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:243 -msgid "Fecha Caducidad Clave" +#: app/modules/api/Controllers/Help/AccountHelp.php:70 +#: app/modules/api/Controllers/Help/AccountHelp.php:91 +#: app/modules/api/Controllers/Help/AccountHelp.php:114 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:97 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:114 +#: app/modules/web/themes/material-blue/views/account/account.inc:181 +#: app/modules/web/themes/material-blue/views/account/details.inc:88 +#: app/modules/web/themes/material-blue/views/account/details.inc:90 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:243 +msgid "Password Expiry Date" msgstr "Date d'Expiration" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:82 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:106 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:36 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:52 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:29 -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:30 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:73 -msgid "Nombre de cuenta" +#: app/modules/api/Controllers/Help/AccountHelp.php:82 +#: app/modules/api/Controllers/Help/AccountHelp.php:106 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:36 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:52 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:29 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:30 +#: app/modules/web/themes/material-blue/views/account/account.inc:73 +msgid "Account name" msgstr "Nom du compte" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:83 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:107 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:43 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:66 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:91 -msgid "Id de categoría" +#: app/modules/api/Controllers/Help/AccountHelp.php:83 +#: app/modules/api/Controllers/Help/AccountHelp.php:107 +#: app/modules/api/Controllers/Help/CategoryHelp.php:43 +#: app/modules/api/Controllers/Help/CategoryHelp.php:66 +#: app/modules/api/Controllers/Help/CategoryHelp.php:91 +msgid "Category Id" msgstr "ID de la catégorie" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:84 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:108 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:43 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:67 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:93 +#: app/modules/api/Controllers/Help/AccountHelp.php:84 +#: app/modules/api/Controllers/Help/AccountHelp.php:108 +#: app/modules/api/Controllers/Help/ClientHelp.php:43 +#: app/modules/api/Controllers/Help/ClientHelp.php:67 +#: app/modules/api/Controllers/Help/ClientHelp.php:93 #, fuzzy -msgid "Id de cliente" +msgid "Client Id" msgstr "ID du client" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:86 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:109 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:109 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:149 -msgid "Usuario de acceso" +#: app/modules/api/Controllers/Help/AccountHelp.php:86 +#: app/modules/api/Controllers/Help/AccountHelp.php:109 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:109 +#: app/modules/web/themes/material-blue/views/account/account.inc:149 +msgid "Access user" msgstr "Login de connexion" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:87 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:110 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:96 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:136 -msgid "URL o IP de acceso" +#: app/modules/api/Controllers/Help/AccountHelp.php:87 +#: app/modules/api/Controllers/Help/AccountHelp.php:110 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:96 +#: app/modules/web/themes/material-blue/views/account/account.inc:136 +msgid "Access URL or IP" msgstr "Adresse du site (URL ou IP)" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:88 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:111 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:134 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:85 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:207 -msgid "Notas sobre la cuenta" +#: app/modules/api/Controllers/Help/AccountHelp.php:88 +#: app/modules/api/Controllers/Help/AccountHelp.php:111 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:134 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:85 +#: app/modules/web/themes/material-blue/views/account/account.inc:207 +msgid "Notes about the account" msgstr "Notes sur le compte" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:89 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:112 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:198 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:119 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:29 -msgid "Cuenta Privada" +#: app/modules/api/Controllers/Help/AccountHelp.php:89 +#: app/modules/api/Controllers/Help/AccountHelp.php:112 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:198 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:119 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:29 +msgid "Private Account" msgstr "Compte Privé" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:90 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:113 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:217 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:48 -msgid "Cuenta Privada Grupo" +#: app/modules/api/Controllers/Help/AccountHelp.php:90 +#: app/modules/api/Controllers/Help/AccountHelp.php:113 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:217 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:48 +msgid "Private Account for Group" msgstr "Compte Privé pour le Groupe" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:92 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:115 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:252 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:254 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:13 -msgid "Cuenta Vinculada" +#: app/modules/api/Controllers/Help/AccountHelp.php:92 +#: app/modules/api/Controllers/Help/AccountHelp.php:115 +#: app/modules/web/themes/material-blue/views/account/account.inc:252 +#: app/modules/web/themes/material-blue/views/account/account.inc:254 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:13 +msgid "Linked Account" msgstr "Compte Lié" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:93 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:116 -msgid "Array con Ids de etiquetas" +#: app/modules/api/Controllers/Help/AccountHelp.php:93 +#: app/modules/api/Controllers/Help/AccountHelp.php:116 +msgid "Array with tags id" msgstr "Array with tags id" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:94 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:117 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:43 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:67 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:93 -msgid "Id de grupo" +#: app/modules/api/Controllers/Help/AccountHelp.php:94 +#: app/modules/api/Controllers/Help/AccountHelp.php:117 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:43 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:67 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:93 +msgid "Group Id" msgstr "Group Id" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:128 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:79 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:81 -#: ../../../modules/api/Controllers/Help/TagHelp.php:77 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:81 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:26 +#: app/modules/api/Controllers/Help/AccountHelp.php:128 +#: app/modules/api/Controllers/Help/CategoryHelp.php:79 +#: app/modules/api/Controllers/Help/ClientHelp.php:81 +#: app/modules/api/Controllers/Help/TagHelp.php:77 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:81 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:26 #, fuzzy -msgid "Texto a buscar" +msgid "Text to search for" msgstr "Texte à rechercher" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:129 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:80 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:82 -#: ../../../modules/api/Controllers/Help/TagHelp.php:78 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:82 +#: app/modules/api/Controllers/Help/AccountHelp.php:129 +#: app/modules/api/Controllers/Help/CategoryHelp.php:80 +#: app/modules/api/Controllers/Help/ClientHelp.php:82 +#: app/modules/api/Controllers/Help/TagHelp.php:78 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:82 #, fuzzy -msgid "Número de resultados a mostrar" +msgid "Number of results to display" msgstr "Nombre de résultats à afficher" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:130 -msgid "Id de categoría a filtrar" +#: app/modules/api/Controllers/Help/AccountHelp.php:130 +msgid "Category Id to filter on" msgstr "ID de la catégorie à filtrer" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:131 +#: app/modules/api/Controllers/Help/AccountHelp.php:131 #, fuzzy -msgid "Id de cliente a filtrar" +msgid "Client Id to filter on" msgstr "ID du client à filtrer" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:132 -msgid "Array con Ids de etiquetas a filtrar" +#: app/modules/api/Controllers/Help/AccountHelp.php:132 +msgid "Array with tags id for filtering" msgstr "Array with tags id for filtering" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:133 -msgid "Operador de filtrado" +#: app/modules/api/Controllers/Help/AccountHelp.php:133 +msgid "Filtering operator" msgstr "Filtering operator" -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:54 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:67 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:29 -msgid "Nombre de la categoría" +#: app/modules/api/Controllers/Help/CategoryHelp.php:54 +#: app/modules/api/Controllers/Help/CategoryHelp.php:67 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:29 +msgid "Category name" msgstr "Nom de la catégorie" -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:55 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:68 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:41 -msgid "Descripción de la categoría" +#: app/modules/api/Controllers/Help/CategoryHelp.php:55 +#: app/modules/api/Controllers/Help/CategoryHelp.php:68 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:41 +msgid "Category description" msgstr "Description de la catégorie" -#: ../../../modules/api/Controllers/Help/ClientHelp.php:54 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:68 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:30 +#: app/modules/api/Controllers/Help/ClientHelp.php:54 +#: app/modules/api/Controllers/Help/ClientHelp.php:68 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:30 #, fuzzy -msgid "Nombre del cliente" +msgid "Client name" msgstr "Nom du client" -#: ../../../modules/api/Controllers/Help/ClientHelp.php:55 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:69 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:43 +#: app/modules/api/Controllers/Help/ClientHelp.php:55 +#: app/modules/api/Controllers/Help/ClientHelp.php:69 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:43 #, fuzzy -msgid "Descripción del cliente" +msgid "Client description" msgstr "Description du client" -#: ../../../modules/api/Controllers/Help/ClientHelp.php:56 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:70 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:152 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:66 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:99 +#: app/modules/api/Controllers/Help/ClientHelp.php:56 +#: app/modules/api/Controllers/Help/ClientHelp.php:70 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:152 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:66 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:99 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:65 -#: ../../../modules/api/Controllers/Help/TagHelp.php:89 -msgid "Id de etiqueta" +#: app/modules/api/Controllers/Help/TagHelp.php:43 +#: app/modules/api/Controllers/Help/TagHelp.php:65 +#: app/modules/api/Controllers/Help/TagHelp.php:89 +msgid "Tag Id" msgstr "Id d'étiquette" -#: ../../../modules/api/Controllers/Help/TagHelp.php:54 -#: ../../../modules/api/Controllers/Help/TagHelp.php:66 -#: ../../../modules/web/themes/material-blue/views/itemshow/tag.inc:29 -msgid "Nombre de la etiqueta" +#: app/modules/api/Controllers/Help/TagHelp.php:54 +#: app/modules/api/Controllers/Help/TagHelp.php:66 +#: app/modules/web/themes/material-blue/views/itemshow/tag.inc:29 +msgid "Tag name" msgstr "Nom de tag" -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:54 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:68 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:31 -msgid "Nombre del grupo" +#: app/modules/api/Controllers/Help/UserGroupHelp.php:54 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:68 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:31 +msgid "Group name" msgstr "Nom du groupe" -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:55 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:69 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:44 -msgid "Descripción del grupo" +#: app/modules/api/Controllers/Help/UserGroupHelp.php:55 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:69 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:44 +msgid "Group description" msgstr "Description du groupe" -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:56 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:70 -msgid "Array con Ids de usuarios" +#: app/modules/api/Controllers/Help/UserGroupHelp.php:56 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:70 +msgid "Array with users Id" msgstr "Array with users Id" -#: ../../../modules/api/Controllers/TagController.php:94 -msgid "Etiqueta creada" +#: app/modules/api/Controllers/TagController.php:61 +msgid "Tag displayed" +msgstr "Tag displayed" + +#: app/modules/api/Controllers/TagController.php:89 +#: app/modules/api/Controllers/TagController.php:94 +#: app/modules/web/Controllers/TagController.php:243 +msgid "Tag added" msgstr "Tag ajouté" -#: ../../../modules/api/Controllers/TagController.php:123 -msgid "Etiqueta actualizada" +#: app/modules/api/Controllers/TagController.php:118 +#: app/modules/api/Controllers/TagController.php:123 +#: app/modules/web/Controllers/TagController.php:276 +msgid "Tag updated" msgstr "Tag mis à jour" -#: ../../../modules/api/Controllers/TagController.php:152 -msgid "Etiqueta eliminada" +#: app/modules/api/Controllers/TagController.php:147 +#: app/modules/api/Controllers/TagController.php:152 +#: app/modules/web/Controllers/TagController.php:215 +msgid "Tag removed" msgstr "Tag supprimé" -#: ../../../modules/api/Controllers/UserGroupController.php:96 -msgid "Grupo creado" +#: app/modules/api/Controllers/UserGroupController.php:61 +msgid "Group viewed" +msgstr "Group viewed" + +#: app/modules/api/Controllers/UserGroupController.php:91 +#: app/modules/api/Controllers/UserGroupController.php:96 +#: app/modules/web/Controllers/UserGroupController.php:273 +#: app/modules/web/Controllers/UserGroupController.php:277 +msgid "Group added" msgstr "Groupe ajouté" -#: ../../../modules/api/Controllers/UserGroupController.php:127 -msgid "Grupo actualizado" +#: app/modules/api/Controllers/UserGroupController.php:122 +#: app/modules/api/Controllers/UserGroupController.php:127 +#: app/modules/web/Controllers/UserGroupController.php:314 +#: app/modules/web/Controllers/UserGroupController.php:318 +msgid "Group updated" msgstr "Groupe actualisé" -#: ../../../modules/api/Controllers/UserGroupController.php:156 -msgid "Grupo eliminado" +#: app/modules/api/Controllers/UserGroupController.php:151 +#: app/modules/api/Controllers/UserGroupController.php:156 +#: app/modules/web/Controllers/UserGroupController.php:237 +#: app/modules/web/Controllers/UserGroupController.php:241 +msgid "Group deleted" msgstr "Groupe supprimé" -#: ../../../modules/web/Controllers/AccountController.php:149 -#: ../../../modules/web/Controllers/AccountController.php:204 -#: ../../../modules/web/Controllers/AccountController.php:489 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:60 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:61 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:164 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:165 -#: ../../../modules/web/themes/material-blue/views/account/linkedAccounts.inc:28 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:58 -msgid "Detalles de Cuenta" +#: app/modules/api/Init.php:146 +msgid "Updating needed" +msgstr "Mise à jour requise" + +#: app/modules/web/Controllers/AccountController.php:149 +#: app/modules/web/Controllers/AccountController.php:204 +#: app/modules/web/Controllers/AccountController.php:489 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:60 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:61 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:164 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:165 +#: app/modules/web/themes/material-blue/views/account/linkedAccounts.inc:28 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:58 +msgid "Account Details" msgstr "Détails du Compte" +#: app/modules/web/Controllers/AccountController.php:225 +msgid "Link viewed" +msgstr "Lien visualisé" + +#: app/modules/web/Controllers/AccountController.php:226 +#: app/modules/web/Controllers/AccountController.php:574 +#: app/modules/web/Controllers/AccountController.php:632 +#: app/modules/web/Controllers/AccountController.php:674 +#: app/modules/web/Controllers/AccountController.php:711 +#: app/modules/web/Controllers/AccountController.php:748 +#: app/modules/web/Controllers/AccountController.php:795 +#: app/modules/web/Controllers/AccountController.php:838 +#: app/modules/web/Controllers/AccountController.php:879 +#: app/modules/web/Controllers/AccountController.php:931 +#: app/modules/web/Controllers/AccountController.php:967 +#: app/modules/web/Controllers/AccountFileController.php:258 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:120 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:157 +#: app/modules/web/Controllers/AccountManagerController.php:150 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:108 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:25 +#: app/modules/web/themes/material-blue/views/account/account.inc:30 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:21 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:23 +msgid "Account" +msgstr "Compte" + +#: app/modules/web/Controllers/AccountController.php:228 +msgid "Agent" +msgstr "Agent" + +#: app/modules/web/Controllers/AccountController.php:229 +msgid "HTTPS" +msgstr "HTTPS" + +#: app/modules/web/Controllers/AccountController.php:229 +#: lib/SP/DataModel/PublicLinkListData.php:88 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:190 +msgid "ON" +msgstr "ON" + +#: app/modules/web/Controllers/AccountController.php:229 +#: lib/SP/DataModel/PublicLinkListData.php:88 +msgid "OFF" +msgstr "OFF" + +#: app/modules/web/Controllers/AccountController.php:230 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:104 +msgid "IP" +msgstr "IP" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountController.php:261 -#: ../../../modules/web/Controllers/AccountController.php:307 -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:274 -#: ../../../config/actions.xml:157 -msgid "Nueva Cuenta" +#: app/modules/web/Controllers/AccountController.php:261 +#: app/modules/web/Controllers/AccountController.php:307 +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:274 +#: app/config/actions.xml:157 +msgid "New Account" msgstr "Nouveau Compte" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountController.php:353 -#: ../../../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:20 -#: ../../../config/actions.xml:163 -msgid "Editar Cuenta" +#: app/modules/web/Controllers/AccountController.php:353 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:176 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:177 +#: app/modules/web/themes/material-blue/views/account/linkedAccounts.inc:20 +#: app/config/actions.xml:163 +msgid "Edit Account" msgstr "Éditer Compte" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountController.php:400 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:334 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:335 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:181 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:182 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:177 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:178 -#: ../../../config/actions.xml:169 ../../../config/actions.xml:487 -#: ../../../config/actions.xml:799 -msgid "Eliminar Cuenta" +#: app/modules/web/Controllers/AccountController.php:400 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:334 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:335 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:181 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:182 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:177 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:178 +#: app/config/actions.xml:169 app/config/actions.xml:487 +#: app/config/actions.xml:799 +msgid "Remove Account" msgstr "Supprimer Compte" -#: ../../../modules/web/Controllers/AccountController.php:445 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:155 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:156 -msgid "Modificar Clave de Cuenta" -msgstr "Modifier Mot de Passe du Compte" +#. (itstool) path: action/text +#: app/modules/web/Controllers/AccountController.php:445 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:155 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:156 +#: app/config/actions.xml:181 +msgid "Edit Account Password" +msgstr "" -#: ../../../modules/web/Controllers/AccountFileController.php:211 +#: app/modules/web/Controllers/AccountController.php:673 +#: app/modules/web/Controllers/AccountController.php:710 +msgid "Password copied" +msgstr "Mot de passe copié" + +#: app/modules/web/Controllers/AccountController.php:878 +#: app/modules/web/Controllers/AccountController.php:889 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:156 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:161 +msgid "Account restored" +msgstr "Compte restauré" + +#: app/modules/web/Controllers/AccountController.php:916 +#: app/modules/web/Controllers/AccountController.php:919 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:108 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:111 +#: app/modules/web/Controllers/AccountManagerController.php:135 +#: app/modules/web/Controllers/AccountManagerController.php:138 +msgid "Accounts removed" +msgstr "Comptes supprimés" + +#: app/modules/web/Controllers/AccountController.php:958 +#: app/modules/web/Forms/NotificationForm.php:106 +msgid "A description is needed" +msgstr "Description requise" + +#: app/modules/web/Controllers/AccountController.php:965 +#: lib/SP/Providers/Notification/NotificationHandler.php:124 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:46 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:44 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:46 +msgid "Request" +msgstr "" + +#: app/modules/web/Controllers/AccountController.php:966 +msgid "Requester" +msgstr "Demandeur" + +#: app/modules/web/Controllers/AccountController.php:969 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:105 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:129 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:108 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:37 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:61 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:68 +msgid "Description" +msgstr "Description" + +#: app/modules/web/Controllers/AccountController.php:982 +msgid "Request done" +msgstr "Requête términée" + +#: app/modules/web/Controllers/AccountFavoriteController.php:55 +msgid "Favorite added" +msgstr "Favoris ajouté" + +#: app/modules/web/Controllers/AccountFavoriteController.php:73 +msgid "Favorite deleted" +msgstr "Favoris supprimé" + +#: app/modules/web/Controllers/AccountFileController.php:74 +#: app/modules/web/Controllers/AccountFileController.php:135 +#, fuzzy +msgid "File does not exist" +msgstr "Fichier inexistant" + +#: app/modules/web/Controllers/AccountFileController.php:87 +#: app/modules/web/Controllers/AccountFileController.php:103 +#, fuzzy +msgid "File viewed" +msgstr "Fichier affiché" + +#: app/modules/web/Controllers/AccountFileController.php:88 +#: app/modules/web/Controllers/AccountFileController.php:104 +#: app/modules/web/Controllers/AccountFileController.php:141 +#: app/modules/web/Controllers/AccountFileController.php:257 +#: app/modules/web/Controllers/AccountFileController.php:364 +#: app/modules/web/Controllers/ConfigBackupController.php:163 +#: app/modules/web/Controllers/ConfigBackupController.php:209 +#: app/modules/web/Controllers/ConfigBackupController.php:255 +#: app/modules/web/Controllers/ConfigGeneralController.php:195 +#: app/modules/web/Controllers/ConfigGeneralController.php:236 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:122 +#: app/modules/web/themes/material-blue/views/config/import.inc:72 +msgid "File" +msgstr "Fichier" + +#: app/modules/web/Controllers/AccountFileController.php:115 +#: app/config/strings.js.inc:40 +msgid "File not supported for preview" +msgstr "Fichier non supporté pour la pré-visualisation" + +#: app/modules/web/Controllers/AccountFileController.php:140 +#: app/modules/web/Controllers/ConfigBackupController.php:162 +#: app/modules/web/Controllers/ConfigBackupController.php:208 +#: app/modules/web/Controllers/ConfigBackupController.php:254 +#: app/modules/web/Controllers/ConfigGeneralController.php:194 +#: app/modules/web/Controllers/ConfigGeneralController.php:235 +#: app/config/strings.js.inc:97 +msgid "File downloaded" +msgstr "Fichier téléchargé" + +#: app/modules/web/Controllers/AccountFileController.php:186 +msgid "INVALID QUERY" +msgstr "REQUETE INVALIDE" + +#: app/modules/web/Controllers/AccountFileController.php:192 +msgid "There aren't any allowed extensions" +msgstr "Il n'y a pas d'extensions permises" + +#: app/modules/web/Controllers/AccountFileController.php:209 +#: lib/SP/Services/Import/FileImport.php:100 +msgid "File type not allowed" +msgstr "Types de fichiers non supportés" + +#: app/modules/web/Controllers/AccountFileController.php:211 #, php-format -msgid "Extensión: %s" +msgid "Extension: %s" msgstr "Extension: %s" -#: ../../../modules/web/Controllers/AccountFileController.php:405 -msgid "Gestión de archivos deshabilitada" +#: app/modules/web/Controllers/AccountFileController.php:216 +msgid "Invalid file" +msgstr "Fichier invalide" + +#: app/modules/web/Controllers/AccountFileController.php:218 +#, php-format +msgid "File: %s" +msgstr "Fichier: %s" + +#: app/modules/web/Controllers/AccountFileController.php:224 +#: app/modules/web/Controllers/AccountFileController.php:244 +#: lib/SP/Services/Import/FileImport.php:116 +msgid "Internal error while reading the file" +msgstr "Erreur interne à la lecture du fichier" + +#: app/modules/web/Controllers/AccountFileController.php:226 +#, php-format +msgid "Maximum size: %s" +msgstr "Taille maximum: %s" + +#: app/modules/web/Controllers/AccountFileController.php:234 +msgid "File size exceeded" +msgstr "Taille de fichier dépassé" + +#: app/modules/web/Controllers/AccountFileController.php:236 +#, php-format +msgid "Maximum size: %d KB" +msgstr "Taille maximum: %d KB" + +#: app/modules/web/Controllers/AccountFileController.php:256 +#: app/modules/web/Controllers/AccountFileController.php:265 +msgid "File saved" +msgstr "Fichier sauvegardé" + +#: app/modules/web/Controllers/AccountFileController.php:260 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:109 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:109 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:109 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:127 +#: app/modules/web/Controllers/ItemPresetController.php:323 +#: app/modules/web/Controllers/ItemPresetController.php:364 +#: lib/SP/Services/Auth/LoginService.php:455 +#: lib/SP/Services/Auth/LoginService.php:518 +#: lib/SP/Services/Auth/LoginService.php:564 +#: lib/SP/Services/Auth/LoginService.php:607 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:35 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:37 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:23 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:30 +msgid "Type" +msgstr "Type" + +#: app/modules/web/Controllers/AccountFileController.php:261 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:110 +msgid "Size" +msgstr "Taille" + +#: app/modules/web/Controllers/AccountFileController.php:292 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:64 +#: app/modules/web/Controllers/AccountManagerController.php:79 +#: app/modules/web/Controllers/AccountManagerController.php:213 +#: app/modules/web/Controllers/AuthTokenController.php:71 +#: app/modules/web/Controllers/AuthTokenController.php:111 +#: app/modules/web/Controllers/AuthTokenController.php:176 +#: app/modules/web/Controllers/AuthTokenController.php:209 +#: app/modules/web/Controllers/AuthTokenController.php:254 +#: app/modules/web/Controllers/AuthTokenController.php:292 +#: app/modules/web/Controllers/AuthTokenController.php:344 +#: app/modules/web/Controllers/CategoryController.php:69 +#: app/modules/web/Controllers/CategoryController.php:106 +#: app/modules/web/Controllers/CategoryController.php:170 +#: app/modules/web/Controllers/CategoryController.php:203 +#: app/modules/web/Controllers/CategoryController.php:248 +#: app/modules/web/Controllers/CategoryController.php:290 +#: app/modules/web/Controllers/CategoryController.php:332 +#: app/modules/web/Controllers/ClientController.php:70 +#: app/modules/web/Controllers/ClientController.php:107 +#: app/modules/web/Controllers/ClientController.php:171 +#: app/modules/web/Controllers/ClientController.php:203 +#: app/modules/web/Controllers/ClientController.php:245 +#: app/modules/web/Controllers/ClientController.php:285 +#: app/modules/web/Controllers/ClientController.php:323 +#: app/modules/web/Controllers/CustomFieldController.php:71 +#: app/modules/web/Controllers/CustomFieldController.php:108 +#: app/modules/web/Controllers/CustomFieldController.php:170 +#: app/modules/web/Controllers/CustomFieldController.php:202 +#: app/modules/web/Controllers/CustomFieldController.php:236 +#: app/modules/web/Controllers/CustomFieldController.php:275 +#: app/modules/web/Controllers/CustomFieldController.php:314 +#: app/modules/web/Controllers/EventlogController.php:107 +#: app/modules/web/Controllers/ItemPresetController.php:70 +#: app/modules/web/Controllers/ItemPresetController.php:157 +#: app/modules/web/Controllers/ItemPresetController.php:197 +#: app/modules/web/Controllers/ItemPresetController.php:236 +#: app/modules/web/Controllers/ItemPresetController.php:268 +#: app/modules/web/Controllers/ItemPresetController.php:309 +#: app/modules/web/Controllers/ItemPresetController.php:350 +#: app/modules/web/Controllers/NotificationController.php:110 +#: app/modules/web/Controllers/NotificationController.php:173 +#: app/modules/web/Controllers/NotificationController.php:191 +#: app/modules/web/Controllers/NotificationController.php:223 +#: app/modules/web/Controllers/NotificationController.php:255 +#: app/modules/web/Controllers/NotificationController.php:308 +#: app/modules/web/Controllers/NotificationController.php:337 +#: app/modules/web/Controllers/NotificationController.php:372 +#: app/modules/web/Controllers/PluginController.php:111 +#: app/modules/web/Controllers/PluginController.php:133 +#: app/modules/web/Controllers/PluginController.php:277 +#: app/modules/web/Controllers/PublicLinkController.php:74 +#: app/modules/web/Controllers/PublicLinkController.php:111 +#: app/modules/web/Controllers/PublicLinkController.php:173 +#: app/modules/web/Controllers/PublicLinkController.php:201 +#: app/modules/web/Controllers/PublicLinkController.php:233 +#: app/modules/web/Controllers/PublicLinkController.php:276 +#: app/modules/web/Controllers/PublicLinkController.php:310 +#: app/modules/web/Controllers/PublicLinkController.php:354 +#: app/modules/web/Controllers/TagController.php:68 +#: app/modules/web/Controllers/TagController.php:105 +#: app/modules/web/Controllers/TagController.php:165 +#: app/modules/web/Controllers/TagController.php:197 +#: app/modules/web/Controllers/TagController.php:233 +#: app/modules/web/Controllers/TagController.php:266 +#: app/modules/web/Controllers/TagController.php:299 +#: app/modules/web/Controllers/UserController.php:75 +#: app/modules/web/Controllers/UserController.php:112 +#: app/modules/web/Controllers/UserController.php:197 +#: app/modules/web/Controllers/UserController.php:230 +#: app/modules/web/Controllers/UserController.php:266 +#: app/modules/web/Controllers/UserController.php:308 +#: app/modules/web/Controllers/UserController.php:373 +#: app/modules/web/Controllers/UserController.php:416 +#: app/modules/web/Controllers/UserController.php:455 +#: app/modules/web/Controllers/UserGroupController.php:77 +#: app/modules/web/Controllers/UserGroupController.php:114 +#: app/modules/web/Controllers/UserGroupController.php:185 +#: app/modules/web/Controllers/UserGroupController.php:217 +#: app/modules/web/Controllers/UserGroupController.php:259 +#: app/modules/web/Controllers/UserGroupController.php:300 +#: app/modules/web/Controllers/UserGroupController.php:341 +#: app/modules/web/Controllers/UserProfileController.php:70 +#: app/modules/web/Controllers/UserProfileController.php:107 +#: app/modules/web/Controllers/UserProfileController.php:174 +#: app/modules/web/Controllers/UserProfileController.php:206 +#: app/modules/web/Controllers/UserProfileController.php:248 +#: app/modules/web/Controllers/UserProfileController.php:285 +#: app/modules/web/Controllers/UserProfileController.php:323 +#: lib/SP/Core/Acl/UnauthorizedActionException.php:46 +#: lib/SP/Util/ErrorUtil.php:160 +msgid "You don't have permission to do this operation" +msgstr "Vous n'avez pas les permissions pour effectuer cette opération" + +#: app/modules/web/Controllers/AccountFileController.php:355 +#: app/modules/web/Controllers/AccountFileController.php:358 +msgid "Files deleted" +msgstr "Fichiers supprimés" + +#: app/modules/web/Controllers/AccountFileController.php:363 +msgid "File deleted" +msgstr "Fichier supprimé" + +#: app/modules/web/Controllers/AccountFileController.php:369 +msgid "File Deleted" +msgstr "Fichier supprimé" + +#: app/modules/web/Controllers/AccountFileController.php:405 +msgid "Files management disabled" msgstr "Gestion des fichiers désactivée" -#: ../../../modules/web/Controllers/AccountFileController.php:424 -msgid "No hay archivos asociados a la cuenta" +#: app/modules/web/Controllers/AccountFileController.php:424 +msgid "There are no linked files for the account" msgstr "There are no linked files for the account" +#: app/modules/web/Controllers/AccountManagerController.php:191 +#: app/modules/web/Controllers/AccountManagerController.php:194 +#: lib/SP/Services/Account/AccountCryptService.php:193 +msgid "Accounts updated" +msgstr "Comptes à jour" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountManagerController.php:216 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:198 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:199 -#: ../../../config/actions.xml:493 -msgid "Actualización Masiva" +#: app/modules/web/Controllers/AccountManagerController.php:216 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:198 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:199 +#: app/config/actions.xml:493 +msgid "Bulk Update" msgstr "Bulk Update" -#: ../../../modules/web/Controllers/AuthTokenController.php:114 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:155 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:156 -msgid "Nueva Autorización" +#: app/modules/web/Controllers/AuthTokenController.php:114 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:155 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:156 +msgid "New Authorization" msgstr "Nouvelle Autorisation" -#: ../../../modules/web/Controllers/AuthTokenController.php:179 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:190 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:191 -msgid "Editar Autorización" +#: app/modules/web/Controllers/AuthTokenController.php:179 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:190 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:191 +msgid "Edit Authorization" msgstr "Éditer Autorisation" -#: ../../../modules/web/Controllers/AuthTokenController.php:347 -msgid "Ver Autorización" +#: app/modules/web/Controllers/AuthTokenController.php:220 +#: app/modules/web/Controllers/AuthTokenController.php:223 +msgid "Authorizations deleted" +msgstr "Autorisations supprimées" + +#: app/modules/web/Controllers/AuthTokenController.php:233 +#: app/modules/web/Controllers/AuthTokenController.php:237 +msgid "Authorization deleted" +msgstr "Autorisation supprimée" + +#: app/modules/web/Controllers/AuthTokenController.php:234 +#: app/modules/web/Controllers/AuthTokenController.php:306 +#: app/modules/web/Controllers/AuthTokenController.php:315 +#: app/modules/web/Controllers/AuthTokenController.php:356 +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:71 +msgid "Authorization" +msgstr "Autorisation" + +#: app/modules/web/Controllers/AuthTokenController.php:269 +msgid "Authorization added" +msgstr "Autorisation ajoutée" + +#: app/modules/web/Controllers/AuthTokenController.php:305 +#: app/modules/web/Controllers/AuthTokenController.php:314 +#: app/modules/web/Controllers/AuthTokenController.php:321 +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:70 +msgid "Authorization updated" +msgstr "Autorisation mise à jour" + +#: app/modules/web/Controllers/AuthTokenController.php:347 +msgid "View Authorization" msgstr "Voir Autorisation" +#: app/modules/web/Controllers/AuthTokenController.php:355 +#, fuzzy +msgid "Authorization viewed" +msgstr "Autorisation affichée" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/CategoryController.php:109 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:152 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:153 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:118 -#: ../../../config/actions.xml:307 -msgid "Nueva Categoría" +#: app/modules/web/Controllers/CategoryController.php:109 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:152 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:153 +#: app/modules/web/themes/material-blue/views/account/account.inc:118 +#: app/config/actions.xml:307 +msgid "New Category" msgstr "Nouvelle Catégorie" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/CategoryController.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:170 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:171 -#: ../../../config/actions.xml:313 -msgid "Editar Categoría" +#: app/modules/web/Controllers/CategoryController.php:173 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:170 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:171 +#: app/config/actions.xml:313 +msgid "Edit Category" msgstr "Éditer Catégorie" +#: app/modules/web/Controllers/CategoryController.php:214 +#: app/modules/web/Controllers/CategoryController.php:217 +msgid "Categories deleted" +msgstr "Catégories supprimées" + +#: app/modules/web/Controllers/CategoryController.php:228 +#: app/modules/web/Controllers/CategoryController.php:264 +#: app/modules/web/Controllers/CategoryController.php:306 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:247 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:115 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:106 +#: lib/SP/Services/Import/KeepassImport.php:104 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:72 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:74 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:45 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:51 +#: app/modules/web/themes/material-blue/views/account/account.inc:103 +#: app/modules/web/themes/material-blue/views/account/account.inc:105 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:51 +msgid "Category" +msgstr "Catégorie" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/CategoryController.php:335 -#: ../../../config/actions.xml:301 -msgid "Ver Categoría" +#: app/modules/web/Controllers/CategoryController.php:335 +#: app/config/actions.xml:301 +msgid "View Category" msgstr "Voir Catégorie" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ClientController.php:110 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:155 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:156 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:93 -#: ../../../config/actions.xml:337 +#: app/modules/web/Controllers/ClientController.php:110 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:155 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:156 +#: app/modules/web/themes/material-blue/views/account/account.inc:93 +#: app/config/actions.xml:337 #, fuzzy -msgid "Nuevo Cliente" +msgid "New Client" msgstr "Nouveau Client" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ClientController.php:174 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:174 -#: ../../../config/actions.xml:343 +#: app/modules/web/Controllers/ClientController.php:174 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:173 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:174 +#: app/config/actions.xml:343 #, fuzzy -msgid "Editar Cliente" +msgid "Edit Client" msgstr "Éditer Client" -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/ClientController.php:326 -#: ../../../config/actions.xml:331 +#: app/modules/web/Controllers/ClientController.php:213 +#: app/modules/web/Controllers/ClientController.php:216 #, fuzzy -msgid "Ver Cliente" +msgid "Clients deleted" +msgstr "Utilisateurs supprimés" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/ClientController.php:326 +#: app/config/actions.xml:331 +#, fuzzy +msgid "View Client" msgstr "Voir Client" -#: ../../../modules/web/Controllers/ConfigBackupController.php:195 -#: ../../../modules/web/Controllers/ConfigBackupController.php:241 -#: ../../../modules/web/Controllers/ConfigGeneralController.php:183 -#: ../../../modules/web/Controllers/ConfigGeneralController.php:229 -msgid "Ey, esto es una DEMO!!" +#: app/modules/web/Controllers/ConfigAccountController.php:74 +#, fuzzy +msgid "Maximum size per file is 16MB" +msgstr "La taille maximale par fichier est de 16 MB" + +#: app/modules/web/Controllers/ConfigAccountController.php:82 +msgid "Files enabled" +msgstr "Fichiers activés" + +#: app/modules/web/Controllers/ConfigAccountController.php:87 +msgid "Files disabled" +msgstr "Fichiers désactivés" + +#: app/modules/web/Controllers/ConfigAccountController.php:100 +msgid "Public links enabled" +msgstr "Liens publiques activés" + +#: app/modules/web/Controllers/ConfigAccountController.php:105 +msgid "Public links disabled" +msgstr "Liens publiques désactivés" + +#: app/modules/web/Controllers/ConfigBackupController.php:57 +#: app/modules/web/Controllers/ConfigBackupController.php:195 +#: app/modules/web/Controllers/ConfigBackupController.php:241 +#: app/modules/web/Controllers/ConfigEncryptionController.php:97 +#: app/modules/web/Controllers/ConfigEncryptionController.php:159 +#: app/modules/web/Controllers/ConfigGeneralController.php:183 +#: app/modules/web/Controllers/ConfigGeneralController.php:229 +#: app/modules/web/Controllers/ConfigImportController.php:59 +#: app/modules/web/Controllers/ConfigLdapController.php:226 +#: app/modules/web/Controllers/Traits/ConfigTrait.php:55 +#: app/modules/web/Forms/UserForm.php:131 +#: app/modules/web/Forms/UserForm.php:153 +#: app/modules/web/Forms/UserForm.php:171 +msgid "Ey, this is a DEMO!!" msgstr "Hey, ceci est une DEMO" -#: ../../../modules/web/Controllers/ConfigLdapController.php:153 -#: ../../../modules/web/Controllers/ConfigLdapController.php:197 -msgid "Resultados" +#: app/modules/web/Controllers/ConfigBackupController.php:90 +#: app/modules/web/Controllers/UserPassResetController.php:183 +#: app/modules/web/Forms/AccountForm.php:135 +#: app/modules/web/Forms/UserForm.php:161 +#, fuzzy +msgid "Passwords do not match" +msgstr "Les mots de passe ne correspondent pas" + +#: app/modules/web/Controllers/ConfigBackupController.php:121 +msgid "Verification of exported data finished" +msgstr "Verification of exported data finished" + +#: app/modules/web/Controllers/ConfigBackupController.php:122 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:113 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:237 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:163 +#: app/modules/web/themes/material-blue/views/config/info.inc:49 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:34 +msgid "Version" +msgstr "Version" + +#: app/modules/web/Controllers/ConfigBackupController.php:123 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:128 +#: app/modules/web/themes/material-blue/views/common/aux-customfields.inc:17 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:90 +msgid "Encrypted" +msgstr "Encrypted" + +#: app/modules/web/Controllers/ConfigBackupController.php:123 +#: app/modules/web/themes/material-blue/views/config/info.inc:140 +msgid "Yes" +msgstr "Oui" + +#: app/modules/web/Controllers/ConfigBackupController.php:123 +#: app/modules/web/themes/material-blue/views/config/info.inc:140 +msgid "No" +msgstr "Non" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/ConfigBackupController.php:124 +#: app/modules/web/Controllers/ConfigManagerController.php:174 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:101 +#: lib/SP/Providers/Notification/NotificationHandler.php:125 +#: lib/SP/Providers/Notification/NotificationHandler.php:156 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:74 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:25 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:394 +#: app/config/actions.xml:13 +msgid "Accounts" +msgstr "Comptes" + +#: app/modules/web/Controllers/ConfigBackupController.php:125 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:93 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:76 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:330 +#, fuzzy +msgid "Clients" +msgstr "Clients" + +#: app/modules/web/Controllers/ConfigBackupController.php:126 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:94 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:75 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:298 +msgid "Categories" +msgstr "Catégories" + +#: app/modules/web/Controllers/ConfigBackupController.php:127 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:94 +#: app/modules/web/themes/material-blue/views/account/account.inc:211 +#: app/modules/web/themes/material-blue/views/account/account.inc:213 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:94 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:314 +msgid "Tags" +msgstr "Tags" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:73 +#: app/modules/web/Controllers/ConfigEncryptionController.php:147 +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 +#: lib/SP/Services/Auth/LoginService.php:300 +#: lib/SP/Services/Auth/LoginService.php:324 +#: lib/SP/Services/User/UpdatedMasterPassException.php:45 +#: lib/SP/Util/ErrorUtil.php:164 +#, fuzzy +msgid "Master password updated" +msgstr "Mot de Passe Maître actualisé" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:73 +#: app/modules/web/Controllers/ConfigEncryptionController.php:147 +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 +#: lib/SP/Services/User/UpdatedMasterPassException.php:45 +#: lib/SP/Util/ErrorUtil.php:165 +msgid "Please, restart the session for update it" +msgstr "Redémarrez la session pour mettre à jour" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:77 +#, fuzzy +msgid "Master password not entered" +msgstr "Mot de Passe Maître requis" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:81 +msgid "The password update must be confirmed" +msgstr "Le changement de mot de passe doit être confirmé" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:85 +#, fuzzy +msgid "Passwords are the same" +msgstr "Les mots de passe sont identiques" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:89 +#, fuzzy +msgid "Master passwords do not match" +msgstr "Les Mots de passe Maîtres ne correspondent pas" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:93 +msgid "The current master password does not match" +msgstr "Le Mot de Passe Maître actuel indiqué est incorrect" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:143 +msgid "Error while saving the Master Password's hash" +msgstr "Erreur pendant la sauvegarde du hash du Mot de passe Maître" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:166 +#: app/modules/web/Controllers/ConfigEncryptionController.php:168 +msgid "Master password hash updated" +msgstr "Hash du Mot de Passe Maître mis à jour" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:175 +msgid "Error while updating the master password hash" +msgstr "Erreur durant la mise à jour du Mot de Passe Maître" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:199 +#: app/modules/web/Controllers/ConfigEncryptionController.php:205 +#: app/modules/web/Controllers/ConfigEncryptionController.php:209 +msgid "Temporary password generated" +msgstr "Temporary password generated" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:199 +#: app/modules/web/Controllers/ConfigMailController.php:146 +#: app/modules/web/Controllers/ConfigMailController.php:152 +#: lib/SP/Services/Mail/MailService.php:141 +msgid "Email sent" +msgstr "" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:205 +#: lib/SP/Services/Mail/MailService.php:81 +#: lib/SP/Services/Mail/MailService.php:151 +msgid "Error while sending the email" +msgstr "" + +#: app/modules/web/Controllers/ConfigGeneralController.php:96 +msgid "Missing remote syslog parameters" +msgstr "Paramètres syslog distants manquants" + +#: app/modules/web/Controllers/ConfigGeneralController.php:104 +msgid "Remote syslog enabled" +msgstr "Remote Syslog activé" + +#: app/modules/web/Controllers/ConfigGeneralController.php:109 +msgid "Remote syslog disabled" +msgstr "Syslog distant désactivé" + +#: app/modules/web/Controllers/ConfigGeneralController.php:122 +#, fuzzy +msgid "Missing Proxy parameters " +msgstr "Paramètres proxy manquant" + +#: app/modules/web/Controllers/ConfigGeneralController.php:136 +msgid "Proxy enabled" +msgstr "Proxy activé" + +#: app/modules/web/Controllers/ConfigGeneralController.php:141 +msgid "Proxy disabled" +msgstr "Proxy désactivé" + +#: app/modules/web/Controllers/ConfigGeneralController.php:160 +msgid "Auth Basic enabled" +msgstr "Auth Basic activé" + +#: app/modules/web/Controllers/ConfigGeneralController.php:166 +msgid "Auth Basic disabled" +msgstr "Auth Basic désactivé" + +#: app/modules/web/Controllers/ConfigImportController.php:78 +msgid "Accounts imported" +msgstr "Comptes importés" + +#: app/modules/web/Controllers/ConfigImportController.php:82 +#: app/modules/web/Controllers/ConfigLdapController.php:268 +msgid "Import finished" +msgstr "Importation terminée" + +#: app/modules/web/Controllers/ConfigImportController.php:82 +#: app/modules/web/Controllers/ConfigImportController.php:85 +#: lib/SP/Services/Backup/FileBackupService.php:120 +#: lib/SP/Services/Export/XmlExportService.php:205 +msgid "Please check out the event log for more details" +msgstr "Veuillez consulter le journal des évènements pour plus de détails" + +#: app/modules/web/Controllers/ConfigImportController.php:85 +msgid "No accounts were imported" +msgstr "Aucun compte importé" + +#: app/modules/web/Controllers/ConfigLdapController.php:71 +#: app/modules/web/Controllers/ConfigLdapController.php:143 +#: app/modules/web/Controllers/ConfigLdapController.php:181 +msgid "Missing LDAP parameters" +msgstr "Paramètres LDAP manquants" + +#: app/modules/web/Controllers/ConfigLdapController.php:90 +msgid "LDAP enabled" +msgstr "LDAP activé" + +#: app/modules/web/Controllers/ConfigLdapController.php:95 +msgid "LDAP disabled" +msgstr "LDAP désactivé" + +#: app/modules/web/Controllers/ConfigLdapController.php:97 +#: app/modules/web/Controllers/ConfigMailController.php:106 +#: app/config/strings.js.inc:80 +msgid "No changes" +msgstr "Aucun changement" + +#: app/modules/web/Controllers/ConfigLdapController.php:117 +#: app/modules/web/Controllers/ConfigLdapController.php:246 +msgid "Wrong LDAP parameters" +msgstr "Mauvais paramètre LDAP" + +#: app/modules/web/Controllers/ConfigLdapController.php:153 +#: app/modules/web/Controllers/ConfigLdapController.php:197 +msgid "Results" msgstr "Résultats" -#: ../../../modules/web/Controllers/ConfigLdapController.php:159 -#: ../../../modules/web/Controllers/ConfigLdapController.php:204 +#: app/modules/web/Controllers/ConfigLdapController.php:158 +#: app/modules/web/Controllers/ConfigLdapController.php:203 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:95 +msgid "LDAP connection OK" +msgstr "Connexion LDAP OK" + +#: app/modules/web/Controllers/ConfigLdapController.php:159 +#: app/modules/web/Controllers/ConfigLdapController.php:204 #, php-format -msgid "Objetos encontrados: %d" +msgid "Objects found: %d" msgstr "Objet trouvé : %d" -#: ../../../modules/web/Controllers/ConfigLdapController.php:279 +#: app/modules/web/Controllers/ConfigLdapController.php:253 +msgid "LDAP Import" +msgstr "Import LDAP" + +#: app/modules/web/Controllers/ConfigLdapController.php:272 +msgid "There aren't any objects to synchronize" +msgstr "Il n'y a pas d'objet à synchroniser" + +#: app/modules/web/Controllers/ConfigLdapController.php:277 +msgid "LDAP users import finished" +msgstr "Importation utilisateur LDAP terminée" + +#: app/modules/web/Controllers/ConfigLdapController.php:279 #, php-format -msgid "Usuarios importados: %d / %d" +msgid "Imported users: %d / %d" msgstr "Utilisateurs importés: %d / %d" -#: ../../../modules/web/Controllers/ConfigLdapController.php:280 +#: app/modules/web/Controllers/ConfigLdapController.php:280 #, php-format -msgid "Errores: %d" +msgid "Errors: %d" msgstr "Erreurs: %d" -#: ../../../modules/web/Controllers/ConfigManagerController.php:160 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:134 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:20 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:18 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:446 +#: app/modules/web/Controllers/ConfigMailController.php:72 +#: app/modules/web/Controllers/ConfigMailController.php:133 +msgid "Missing Mail parameters" +msgstr "Paramètres de Courriel manquants" + +#: app/modules/web/Controllers/ConfigMailController.php:97 +msgid "Mail enabled" +msgstr "Courriel activé" + +#: app/modules/web/Controllers/ConfigMailController.php:104 +msgid "Mail disabled" +msgstr "Courriel désactivé" + +#: app/modules/web/Controllers/ConfigMailController.php:147 +#: lib/SP/Services/Mail/MailService.php:142 +msgid "Recipient" +msgstr "Destinataire" + +#: app/modules/web/Controllers/ConfigMailController.php:153 +msgid "Please, check your inbox" +msgstr "Merci de vérifier votre boîte de réception" + +#: app/modules/web/Controllers/ConfigManagerController.php:160 +#: app/modules/web/themes/material-blue/views/install/index.inc:134 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:20 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:18 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:446 msgid "General" msgstr "Générale" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ConfigManagerController.php:189 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:29 -#: ../../../config/actions.xml:37 +#: app/modules/web/Controllers/ConfigManagerController.php:189 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:29 +#: app/config/actions.xml:37 msgid "Wiki" msgstr "Wiki" -#: ../../../modules/web/Controllers/ConfigManagerController.php:208 +#: app/modules/web/Controllers/ConfigManagerController.php:208 msgid "LDAP" msgstr "LDAP" -#: ../../../modules/web/Controllers/ConfigManagerController.php:234 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:12 -msgid "Correo" +#: app/modules/web/Controllers/ConfigManagerController.php:234 +#: app/modules/web/themes/material-blue/views/config/mail.inc:12 +msgid "Mail" msgstr "Courriel" -#: ../../../modules/web/Controllers/ConfigManagerController.php:273 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:462 -msgid "Encriptación" +#: app/modules/web/Controllers/ConfigManagerController.php:273 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:462 +msgid "Encryption" msgstr "Chiffrement" -#: ../../../modules/web/Controllers/ConfigManagerController.php:301 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:61 -msgid "No se encontraron backups" +#: app/modules/web/Controllers/ConfigManagerController.php:301 +#: app/modules/web/themes/material-blue/views/config/backup.inc:61 +msgid "There aren't any backups available" msgstr "Il n'y a pas de sauvegardes disponible" -#: ../../../modules/web/Controllers/ConfigManagerController.php:311 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:132 -msgid "No se encontró archivo de exportación" +#: app/modules/web/Controllers/ConfigManagerController.php:311 +#: app/modules/web/themes/material-blue/views/config/backup.inc:132 +msgid "No export file found" msgstr "Aucun fichier d'export trouvé" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ConfigManagerController.php:314 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:24 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:78 -#: ../../../config/actions.xml:739 -msgid "Copia de Seguridad" -msgstr "Sauvegarde de sécurité" +#: app/modules/web/Controllers/ConfigManagerController.php:314 +#: app/modules/web/themes/material-blue/views/config/backup.inc:24 +#: app/modules/web/themes/material-blue/views/config/backup.inc:78 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:478 +#: app/config/actions.xml:739 +msgid "Backup" +msgstr "" -#: ../../../modules/web/Controllers/ConfigManagerController.php:331 -msgid "Importar Cuentas" +#: app/modules/web/Controllers/ConfigManagerController.php:331 +msgid "Import Accounts" msgstr "Importer comptes" -#: ../../../modules/web/Controllers/ConfigManagerController.php:353 -msgid "No instalado" +#: app/modules/web/Controllers/ConfigManagerController.php:353 +msgid "Not installed" msgstr "Non installé" -#: ../../../modules/web/Controllers/ConfigManagerController.php:363 -msgid "Información" +#: app/modules/web/Controllers/ConfigManagerController.php:363 +#: app/modules/web/themes/material-blue/inc/Icons.php:63 +msgid "Information" msgstr "Information" -#: ../../../modules/web/Controllers/CustomFieldController.php:111 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:159 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:160 -msgid "Nuevo Campo" +#: app/modules/web/Controllers/ConfigWikiController.php:63 +msgid "Missing Wiki parameters" +msgstr "Paramètres Wiki manquants" + +#: app/modules/web/Controllers/ConfigWikiController.php:73 +msgid "Wiki enabled" +msgstr "Wiki activé" + +#: app/modules/web/Controllers/ConfigWikiController.php:78 +msgid "Wiki disabled" +msgstr "Wiki désactivé" + +#: app/modules/web/Controllers/ConfigWikiController.php:91 +msgid "Missing DokuWiki parameters" +msgstr "Paramètres Dokuwiki manquants" + +#: app/modules/web/Controllers/ConfigWikiController.php:103 +msgid "DokuWiki enabled" +msgstr "DokuWiki activé" + +#: app/modules/web/Controllers/ConfigWikiController.php:108 +msgid "DokuWiki disabled" +msgstr "Dokuwiki désactivé" + +#: app/modules/web/Controllers/CustomFieldController.php:111 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:159 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:160 +msgid "New Field" msgstr "Nouveau champ" -#: ../../../modules/web/Controllers/CustomFieldController.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:177 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:178 -msgid "Editar Campo" +#: app/modules/web/Controllers/CustomFieldController.php:173 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:177 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:178 +msgid "Edit Field" msgstr "Éditer Champ" -#: ../../../modules/web/Controllers/CustomFieldController.php:317 -msgid "Ver Campo" +#: app/modules/web/Controllers/CustomFieldController.php:209 +#: app/modules/web/Controllers/CustomFieldController.php:212 +msgid "Fields deleted" +msgstr "Champs supprimés" + +#: app/modules/web/Controllers/CustomFieldController.php:218 +msgid "Field deleted" +msgstr "Champ supprimé" + +#: app/modules/web/Controllers/CustomFieldController.php:248 +#: app/modules/web/Controllers/CustomFieldController.php:252 +msgid "Field added" +msgstr "Champ ajouté" + +#: app/modules/web/Controllers/CustomFieldController.php:249 +#: app/modules/web/Controllers/CustomFieldController.php:288 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:88 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:157 +msgid "Field" +msgstr "Champ" + +#: app/modules/web/Controllers/CustomFieldController.php:287 +#: app/modules/web/Controllers/CustomFieldController.php:291 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldData.php:74 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:87 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:156 +msgid "Field updated" +msgstr "Champ mis à jour" + +#: app/modules/web/Controllers/CustomFieldController.php:317 +msgid "View Field" msgstr "Voir le champ" -#: ../../../modules/web/Controllers/ErrorController.php:107 +#: app/modules/web/Controllers/ErrorController.php:107 #, fuzzy -msgid "Aplicación en mantenimiento" +msgid "Application on maintenance" msgstr "Application en maintenance" -#: ../../../modules/web/Controllers/ErrorController.php:108 -msgid "En breve estará operativa" +#: app/modules/web/Controllers/ErrorController.php:108 +msgid "It will be running shortly" 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" +#: app/modules/web/Controllers/ErrorController.php:123 +#: lib/SP/Services/Install/MySQL.php:363 +msgid "Error while checking the database" +msgstr "" -#: ../../../modules/web/Controllers/ErrorController.php:139 +#: app/modules/web/Controllers/ErrorController.php:124 +#: app/modules/web/Controllers/ErrorController.php:140 +#: app/modules/web/Controllers/UserPassResetController.php:96 +#: 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:149 lib/SP/Util/ErrorUtil.php:153 +#: lib/SP/Util/ErrorUtil.php:157 lib/SP/Util/ErrorUtil.php:161 +#: lib/SP/Util/ErrorUtil.php:169 lib/SP/Util/ErrorUtil.php:176 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:13 +msgid "Please contact to the administrator" +msgstr "Veuillez contacter votre administrateur" + +#: app/modules/web/Controllers/ErrorController.php:139 +#: 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 #, fuzzy -msgid "No es posible conectar con la BD" +msgid "Unable to connect to DB" msgstr "Impossible de se connecter à la base de données" -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:89 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:90 -msgid "Ver Actual" +#: app/modules/web/Controllers/EventlogController.php:127 +#: app/modules/web/Controllers/EventlogController.php:130 +msgid "Event log cleared" +msgstr "Journal d'évènements nettoyé" + +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:89 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:90 +msgid "View Current" 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:123 -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:67 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:360 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:173 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:310 -#: ../../../modules/web/themes/material-blue/views/config/general.inc:28 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:91 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:193 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:295 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:440 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:206 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:294 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:211 -msgid "Atrás" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:135 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:136 +#: app/modules/web/themes/material-blue/inc/Icons.php:49 +#: app/modules/web/themes/material-blue/views/_partials/error.inc:14 +#: app/modules/web/themes/material-blue/views/_partials/error.inc:15 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:123 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:67 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:360 +#: app/modules/web/themes/material-blue/views/config/backup.inc:173 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:310 +#: app/modules/web/themes/material-blue/views/config/general.inc:28 +#: app/modules/web/themes/material-blue/views/config/import.inc:91 +#: app/modules/web/themes/material-blue/views/config/info.inc:193 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:295 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:440 +#: app/modules/web/themes/material-blue/views/config/mail.inc:206 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:294 +#: app/modules/web/themes/material-blue/views/error/error-database.inc:13 +#: app/modules/web/themes/material-blue/views/error/error-database.inc:14 +#: app/modules/web/themes/material-blue/views/error/error-maintenance.inc:13 +#: app/modules/web/themes/material-blue/views/error/error-maintenance.inc:14 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:40 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:50 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:211 +msgid "Back" msgstr "Retour" -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:196 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:197 -msgid "Solicitar Modificación" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:196 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:197 +msgid "Request Modification" 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" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:217 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:218 +msgid "Restore account from this point" 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:130 -msgid "Guardar" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:237 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:238 +#: app/modules/web/themes/material-blue/inc/Icons.php:51 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:130 +msgid "Save" msgstr "Sauvegarder" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:354 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:355 -#: ../../../config/actions.xml:439 -msgid "Actualizar Enlace Público" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:354 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:355 +#: app/config/actions.xml:439 +msgid "Update Public Link" msgstr "Mettre à jour le lien publique" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:377 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:378 -#: ../../../config/actions.xml:433 -msgid "Eliminar Enlace Público" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:377 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:378 +#: app/config/actions.xml:433 +msgid "Delete Public Link" msgstr "Delete Public Link" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:397 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:398 -#: ../../../config/actions.xml:421 -msgid "Crear Enlace Público" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:397 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:398 +#: app/config/actions.xml:421 +msgid "Create Public Link" msgstr "Créer un Lien Publique" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:418 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:419 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:463 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:464 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:69 -#: ../../../config/actions.xml:175 ../../../config/actions.xml:265 -msgid "Ver Clave" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:418 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:419 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:463 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:464 +#: app/modules/web/themes/material-blue/inc/Icons.php:34 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:69 +#: app/config/actions.xml:175 app/config/actions.xml:265 +msgid "View password" msgstr "Voir Mot de Passe" -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:440 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:441 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:485 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:486 -msgid "Copiar Clave en Portapapeles" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:440 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:441 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:485 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:486 +msgid "Copy Password to Clipboard" msgstr "Copier Mot de Passe dans le Presse-Papier" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:508 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:509 -#: ../../../config/actions.xml:193 -msgid "Copiar Cuenta" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:508 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:509 +#: app/config/actions.xml:193 +msgid "Copy Account" msgstr "Copier Compte" -#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:69 -#: ../../../config/strings.js.inc:72 -msgid "Clave de Cuenta" +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:69 +#: app/config/strings.js.inc:72 +msgid "Account Password" msgstr "Mot de Passe du Compte" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:177 -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:178 -msgid "Más Acciones" +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:96 +#: lib/SP/Core/Acl/AccountPermissionException.php:45 +#: lib/SP/Util/ErrorUtil.php:152 +#, fuzzy +msgid "You don't have permission to access this account" +msgstr "Vous n'avez pas les permissions pour accéder à ce compte" + +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:177 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:178 +msgid "More Actions" msgstr "Plus d'Actions" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:233 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:114 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:105 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:109 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:41 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:47 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:57 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:59 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:34 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:40 -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:35 -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:41 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:80 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:32 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:36 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:234 #, fuzzy -msgid "Cliente" -msgstr "Client" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:234 -#, fuzzy -msgid "Ordenar por Cliente" +msgid "Sort by Client" msgstr "Trier par Client" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:240 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:113 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:104 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:105 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:108 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:116 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:107 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:30 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:43 -#: ../../../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:65 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:54 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:39 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:23 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:23 -#: ../../../modules/web/themes/material-blue/views/itemshow/tag.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:35 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:24 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:533 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:22 -msgid "Nombre" -msgstr "Nom" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:241 -msgid "Ordenar por Nombre" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:241 +msgid "Sort by Name" msgstr "Trier par Nom" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:247 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:115 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:106 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:72 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:74 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:45 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:51 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:103 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:105 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:70 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:49 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:51 -msgid "Categoría" -msgstr "Catégorie" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:248 -msgid "Ordenar por Categoría" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:248 +msgid "Sort by Category" msgstr "Trier par Catégorie" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:254 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:110 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:112 -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:105 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:63 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:69 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:101 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:67 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:73 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:141 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:76 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:25 -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:67 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:61 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:149 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:106 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:113 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:233 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:247 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:24 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:31 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:33 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:36 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:65 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:67 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:18 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:97 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:24 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:94 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:75 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:77 -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:19 -msgid "Usuario" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:254 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:110 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:112 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:105 +#: app/modules/web/Controllers/LoginController.php:122 +#: app/modules/web/Controllers/UserController.php:287 +#: app/modules/web/Controllers/UserController.php:323 +#: app/modules/web/Controllers/UserController.php:388 +#: app/modules/web/Controllers/UserController.php:429 +#: app/modules/web/Controllers/UserPassResetController.php:197 +#: lib/SP/Core/Acl/Acl.php:301 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:220 +#: lib/SP/Services/Auth/LoginService.php:238 +#: lib/SP/Services/Auth/LoginService.php:390 +#: lib/SP/Services/Auth/LoginService.php:457 +#: lib/SP/Services/Auth/LoginService.php:565 +#: lib/SP/Services/Auth/LoginService.php:608 +#: lib/SP/Services/Ldap/LdapImportService.php:238 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:63 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:69 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:101 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:67 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:73 +#: app/modules/web/themes/material-blue/views/account/account.inc:141 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:76 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:25 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:67 +#: app/modules/web/themes/material-blue/views/config/info.inc:61 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:149 +#: app/modules/web/themes/material-blue/views/config/mail.inc:106 +#: app/modules/web/themes/material-blue/views/config/mail.inc:113 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:233 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:247 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:24 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:31 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:33 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:65 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:67 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:18 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:97 +#: app/modules/web/themes/material-blue/views/login/index.inc:24 +#: app/modules/web/themes/material-blue/views/login/index.inc:94 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:75 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:77 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:19 +msgid "User" msgstr "Utilisateur" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:255 -msgid "Ordenar por Usuario" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:255 +msgid "Sort by Username" msgstr "Trier par Nom d'Utilisateur" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:261 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:52 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:58 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:88 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:56 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:62 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:128 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:81 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:261 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:52 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:58 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:88 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:56 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:62 +#: app/modules/web/themes/material-blue/views/account/account.inc:128 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:81 msgid "URL / IP" msgstr "Adresse URL / IP" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:262 -msgid "Ordenar por URL / IP" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:262 +msgid "Sort by URL / IP" msgstr "Trier par URL / IP" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:79 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:80 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:70 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:71 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:74 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:71 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:71 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:75 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:76 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:90 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:91 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:74 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:75 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:74 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:82 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:83 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:74 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:74 -msgid "Eliminar Seleccionados" +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:79 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:80 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:70 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:71 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:71 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:71 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:75 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:76 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:90 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:91 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:75 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:82 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:83 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:74 +msgid "Delete Selected" msgstr "Supprimer Sélection" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:116 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:158 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:42 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:44 -msgid "Propietario" +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:116 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:158 +#: app/modules/web/themes/material-blue/views/account/details.inc:42 +#: app/modules/web/themes/material-blue/views/account/details.inc:44 +msgid "Owner" msgstr "Owner" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:117 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:175 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:50 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:52 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:79 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:81 -msgid "Grupo Principal" +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:117 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:175 +#: app/modules/web/themes/material-blue/views/account/details.inc:50 +#: app/modules/web/themes/material-blue/views/account/details.inc:52 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:79 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:81 +msgid "Main Group" msgstr "Groupe Principal" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:149 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:145 -#: ../../../config/actions.xml:499 ../../../config/actions.xml:805 -msgid "Buscar Cuenta" +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:149 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:145 +#: app/config/actions.xml:499 app/config/actions.xml:805 +msgid "Search for Account" msgstr "Rechercher un Compte" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:92 -msgid "Cuentas (H)" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:92 +msgid "Accounts (H)" msgstr "Comptes (H)" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:126 -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:100 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:106 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:122 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:190 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:251 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:48 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:55 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:38 -msgid "Fecha" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:126 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:100 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:106 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:122 +#: app/modules/web/themes/material-blue/views/account/account.inc:190 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:251 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:48 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:55 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:38 +msgid "Date" msgstr "Date" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:108 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:130 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:109 -msgid "Estado" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:108 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:130 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:109 +msgid "Status" msgstr "Status" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:129 -msgid "Modificada" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:129 +msgid "Modified" msgstr "Modifié" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:130 -msgid "Eliminada" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:130 +msgid "Removed" msgstr "Supprimer" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:160 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:161 -#: ../../../config/actions.xml:187 ../../../config/actions.xml:811 -msgid "Restaurar Cuenta" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:160 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:161 +#: app/config/actions.xml:187 app/config/actions.xml:811 +msgid "Account Restore" msgstr "Restaurer Compte" -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:95 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:362 -msgid "Autorizaciones API" +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:95 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:362 +msgid "API Authorizations" msgstr "Autorisations des APIs" -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:108 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:36 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:38 -msgid "Acción" +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:108 +#: lib/SP/Core/Acl/Acl.php:300 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:38 +msgid "Action" msgstr "Action" -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:140 -msgid "Buscar Token" +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:140 +msgid "Search for Token" msgstr "Rechercher un Token" -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:174 -msgid "Ver token de Autorización" +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:173 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:174 +msgid "View Authorization token" msgstr "Voir Token Autorisation" -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:207 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:208 -msgid "Eliminar Autorización" +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:207 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:208 +msgid "Delete Authorization" msgstr "Supprimer Autorisation" -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:105 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:129 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:108 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:36 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:37 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:61 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:68 -msgid "Descripción" -msgstr "Description" - #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:137 -#: ../../../config/actions.xml:325 -msgid "Buscar Categoría" +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:137 +#: app/config/actions.xml:325 +msgid "Search for Category" msgstr "Rechercher une Catégorie" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:187 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:188 -#: ../../../config/actions.xml:319 -msgid "Eliminar Categoría" +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:187 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:188 +#: app/config/actions.xml:319 +msgid "Delete Category" msgstr "Supprimer Catégorie" -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:123 -#: ../../../config/strings.js.inc:66 -msgid "SI" +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:123 +#: app/config/strings.js.inc:66 +msgid "YES" msgstr "OUI" -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:123 -#: ../../../config/strings.js.inc:67 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:123 +#: app/config/strings.js.inc:67 msgid "NO" msgstr "NON" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:140 -#: ../../../config/actions.xml:355 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:140 +#: app/config/actions.xml:355 #, fuzzy -msgid "Buscar Cliente" +msgid "Search for Client" msgstr "Rechercher un Client" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:190 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:191 -#: ../../../config/actions.xml:349 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:190 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:191 +#: app/config/actions.xml:349 #, fuzzy -msgid "Eliminar Cliente" +msgid "Delete Client" msgstr "Supprimer Client" -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:95 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:33 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:346 -msgid "Campos Personalizados" +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:95 +#: app/modules/web/themes/material-blue/views/account/account.inc:33 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:346 +msgid "Custom Fields" msgstr "Champs personnalisés" -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:108 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:49 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:51 -msgid "Módulo" +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:108 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:51 +msgid "Module" msgstr "Module" -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:109 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:109 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:109 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:127 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:35 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:37 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:23 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:30 -msgid "Tipo" -msgstr "Type" - -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:110 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:120 -msgid "Propiedades" +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:110 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:120 +msgid "Properties" msgstr "Propriétés" -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:128 -#: ../../../modules/web/themes/material-blue/views/common/aux-customfields.inc:17 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:90 -msgid "Encriptado" -msgstr "Encrypted" - -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:144 -msgid "Buscar Campo" +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:144 +msgid "Search for Field" msgstr "Rechercher un Champ" -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:194 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:195 -msgid "Eliminar Campo" +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:194 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:195 +msgid "Delete Field" msgstr "Supprimer Champ" #. (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" +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:87 +#: app/modules/web/themes/material-blue/views/eventlog/index.inc:1 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:514 +#: app/config/actions.xml:133 +msgid "Event Log" msgstr "Journal d'évènements" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:99 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:97 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:99 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:99 +#: app/modules/web/Controllers/ItemPresetController.php:289 +#: app/modules/web/Controllers/ItemPresetController.php:324 +#: app/modules/web/Controllers/ItemPresetController.php:365 +#: app/modules/web/themes/material-blue/views/account/details.inc:97 +#: app/modules/web/themes/material-blue/views/account/details.inc:99 msgid "ID" msgstr "ID" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:100 -msgid "Fecha / Hora" +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:100 +msgid "Date / Time" msgstr "Date / Heure" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:101 -msgid "Nivel" +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:101 +msgid "Level" msgstr "Niveau" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:102 -msgid "Evento" +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:102 +msgid "Event" msgstr "Evènement" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:103 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:117 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:50 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:33 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:103 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:117 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:50 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:33 msgid "Login" msgstr "Login" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:104 -msgid "IP" -msgstr "IP" +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:165 +#: app/config/actions.xml:139 +msgid "Search for Events" +msgstr "" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:165 -msgid "Buscar Evento" -msgstr "Recherche d'Évènements" - -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:181 -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:182 -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:178 -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:179 -msgid "Refrescar" +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:181 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:182 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:178 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:179 +msgid "Refresh" msgstr "Actualiser" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:199 -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:200 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:199 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:200 #, fuzzy -msgid "Vaciar registro de eventos" +msgid "Clear the event log out" msgstr "Nettoyer le journal d'évènements" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:94 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:41 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:280 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:150 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:410 -#: ../../../config/actions.xml:19 -msgid "Archivos" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:94 +#: app/modules/web/themes/material-blue/views/account/account.inc:41 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:280 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:150 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:410 +#: app/config/actions.xml:19 +msgid "Files" msgstr "Fichiers" -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:108 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:25 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:30 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:21 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:23 -msgid "Cuenta" -msgstr "Compte" - -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:110 -msgid "Tamaño" -msgstr "Taille" - #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:145 -#: ../../../config/actions.xml:475 -msgid "Buscar Archivo" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:145 +#: app/config/actions.xml:475 +msgid "Search for File" msgstr "Rechercher un Fichier" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:160 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:161 -#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:51 -#: ../../../config/actions.xml:205 ../../../config/actions.xml:451 -msgid "Ver Archivo" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:160 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:161 +#: app/modules/web/themes/material-blue/views/account/files-list.inc:51 +#: app/config/actions.xml:205 app/config/actions.xml:451 +msgid "View File" msgstr "Voir Fichier" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:178 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:179 -#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:42 -#: ../../../config/actions.xml:217 ../../../config/actions.xml:457 -msgid "Descargar Archivo" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:178 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:179 +#: app/modules/web/themes/material-blue/views/account/files-list.inc:42 +#: app/config/actions.xml:217 app/config/actions.xml:457 +msgid "Download File" msgstr "Télécharger Fichier" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:198 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:199 -#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:34 -#: ../../../config/actions.xml:223 ../../../config/actions.xml:463 -msgid "Eliminar Archivo" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:198 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:199 +#: app/modules/web/themes/material-blue/views/account/files-list.inc:34 +#: app/config/actions.xml:223 app/config/actions.xml:463 +msgid "Delete File" msgstr "Supprimer Fichier" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:97 -msgid "Valores Predeterminados" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:97 +msgid "Preset Values" msgstr "Preset Values" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:111 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:119 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:133 -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:25 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:274 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:277 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:206 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:233 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:48 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:50 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:53 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:146 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:148 -msgid "Grupo" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:111 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:119 +#: app/modules/web/Controllers/UserGroupController.php:238 +#: 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 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:133 +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:25 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:274 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:277 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:206 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:233 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:48 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:50 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:53 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:146 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:148 +msgid "Group" msgstr "Groupe" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:112 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:118 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:65 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:67 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:70 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:129 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:131 -msgid "Perfil" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:112 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:118 +#: app/modules/web/Controllers/UserProfileController.php:228 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:65 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:67 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:129 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:131 +msgid "Profile" msgstr "Profil" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:113 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:83 -msgid "Prioridad" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:113 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:83 +msgid "Priority" msgstr "Priority" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:114 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:120 -msgid "Forzado" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:114 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:120 +msgid "Forced" msgstr "Forced" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:148 -#: ../../../config/actions.xml:859 -msgid "Buscar Valor" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:148 +#: app/config/actions.xml:859 +msgid "Search for Value" msgstr "Search for Value" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:163 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:66 -msgid "Valor de Permiso" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:163 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:66 +msgid "Permission Preset" msgstr "Permission Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:164 -msgid "Nuevo Valor de Permiso" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:164 +msgid "New Permission Preset" msgstr "New Permission Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:187 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:86 -msgid "Valor de Cuenta Privada" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:187 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:86 +msgid "Private Account Preset" msgstr "Private Account Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:188 -msgid "Nuevo Valor de Cuenta Privada" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:188 +msgid "New Private Account Preset" msgstr "New Private Account Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:211 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:102 -msgid "Valor de Timeout de Sesión" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:211 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:102 +msgid "Session Timeout Preset" msgstr "Session Timeout Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:212 -msgid "Nuevo Valor de Timeout de Sesión" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:212 +msgid "New Session Timeout Preset" msgstr "New Session Timeout Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:235 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:117 -msgid "Valor de Clave de Cuentas" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:235 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:117 +msgid "Account Password Preset" msgstr "Account Password Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:236 -msgid "Nuevo Valor de Clave de Cuentas" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:236 +msgid "New Account Password Preset" msgstr "New Account Password Preset" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:259 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:260 -#: ../../../modules/web/Controllers/ItemPresetController.php:239 -#: ../../../config/actions.xml:877 -msgid "Editar Valor" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:259 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:260 +#: app/modules/web/Controllers/ItemPresetController.php:239 +#: app/config/actions.xml:877 +msgid "Edit Value" msgstr "Edit Value" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:276 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:277 -#: ../../../config/actions.xml:883 -msgid "Eliminar Valor" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:276 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:277 +#: app/config/actions.xml:883 +msgid "Delete Value" msgstr "Delete Value" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:113 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:106 -#: ../../../modules/web/themes/material-blue/views/notification/index.inc:1 -#: ../../../config/actions.xml:685 -msgid "Notificaciones" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:113 +#: app/modules/web/themes/material-blue/inc/Icons.php:65 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:106 +#: app/modules/web/themes/material-blue/views/notification/index.inc:1 +#: app/config/actions.xml:685 +msgid "Notifications" msgstr "Notifications" -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:128 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:35 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:42 -msgid "Componente" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:128 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:35 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:42 +msgid "Component" msgstr "Composant" -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:150 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:111 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:115 -msgid "Leída" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:150 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:111 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:115 +msgid "Read" msgstr "Lire" -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:151 -msgid "Sólo Admins" -msgstr "Admins seulement" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:151 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:107 +msgid "Only Admins" +msgstr "" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:168 -#: ../../../config/actions.xml:847 -msgid "Buscar Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:168 +#: app/config/actions.xml:847 +msgid "Search for Notification" msgstr "Rechercher une Notification" -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:183 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:184 -#: ../../../modules/web/Controllers/NotificationController.php:194 -msgid "Nueva Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:183 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:184 +#: app/modules/web/Controllers/NotificationController.php:194 +msgid "New Notification" msgstr "Nouvelle Notification" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:201 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:202 -#: ../../../modules/web/Controllers/NotificationController.php:113 -#: ../../../config/actions.xml:817 -msgid "Ver Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:201 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:202 +#: app/modules/web/Controllers/NotificationController.php:113 +#: app/config/actions.xml:817 +msgid "View Notification" msgstr "Voir Notification" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:231 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:232 -#: ../../../config/actions.xml:841 -msgid "Marcar Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:231 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:232 +#: app/config/actions.xml:841 +msgid "Checkout Notification" msgstr "Marquer Notification" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:249 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:250 -#: ../../../modules/web/Controllers/NotificationController.php:226 -#: ../../../config/actions.xml:829 -msgid "Editar Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:249 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:250 +#: app/modules/web/Controllers/NotificationController.php:226 +#: app/config/actions.xml:829 +msgid "Edit Notification" msgstr "Éditer Notification" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:266 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:267 -#: ../../../config/actions.xml:835 -msgid "Eliminar Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:266 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:267 +#: app/config/actions.xml:835 +msgid "Delete Notification" msgstr "Supprimer Notification" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:96 -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:330 -#: ../../../modules/web/themes/material-blue/views/plugin/index.inc:1 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:96 +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:330 +#: app/modules/web/themes/material-blue/views/plugin/index.inc:1 msgid "Plugins" msgstr "Plugins" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:108 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:108 +#: lib/SP/Plugin/PluginManager.php:194 msgid "Plugin" msgstr "Plugin" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:125 -msgid "No disponible" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:125 +msgid "Unavailable" msgstr "Indisponible" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:141 -#: ../../../config/actions.xml:547 -msgid "Buscar Plugin" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:141 +#: app/config/actions.xml:547 +msgid "Search for Plugin" msgstr "Recherche un Plugin" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:156 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:157 -#: ../../../modules/web/Controllers/PluginController.php:136 -#: ../../../config/actions.xml:541 -msgid "Ver Plugin" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:156 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:157 +#: app/modules/web/Controllers/PluginController.php:136 +#: app/config/actions.xml:541 +msgid "View Plugin" msgstr "Voir Plugin" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:174 -msgid "Habilitar" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:173 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:174 +msgid "Enable" msgstr "Activer" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:192 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:193 -msgid "Deshabilitar" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:192 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:193 +msgid "Disable" msgstr "Désactiver" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:211 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:212 -msgid "Restablecer Datos" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:211 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:212 +msgid "Reset Data" msgstr "Réinitialiser Données" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:231 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:232 -#: ../../../config/actions.xml:571 -msgid "Eliminar Plugin" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:231 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:232 +#: app/config/actions.xml:571 +msgid "Delete Plugin" msgstr "Delete Plugin" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:96 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:49 -msgid "Enlaces" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:96 +#: app/modules/web/themes/material-blue/views/account/account.inc:49 +msgid "Links" msgstr "Liens" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:110 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:49 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:51 -msgid "Fecha Creación" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:110 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:51 +msgid "Creation Date" msgstr "Date de Création" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:111 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:195 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:57 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:59 -msgid "Fecha Caducidad" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:111 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:195 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:57 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:59 +msgid "Expiry Date " msgstr "Date d'Expiration" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:113 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:36 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:39 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:43 -msgid "Notificar" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:113 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:39 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:43 +msgid "Notify" msgstr "Notifier" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:114 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:14 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:16 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:197 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:73 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:75 -msgid "Visitas" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:114 +#: app/modules/web/themes/material-blue/views/account/details.inc:14 +#: app/modules/web/themes/material-blue/views/account/details.inc:16 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:197 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:73 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:75 +msgid "Visits" msgstr "Visites" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:149 -msgid "Buscar Enlace" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:149 +msgid "Search for Link" msgstr "Rechercher un Lien" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:164 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:165 -msgid "Nuevo Enlace" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:164 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:165 +msgid "New Link" msgstr "Nouveau lien" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:182 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:183 -#: ../../../modules/web/Controllers/PublicLinkController.php:357 -msgid "Ver Enlace" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:182 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:183 +#: app/modules/web/Controllers/PublicLinkController.php:357 +msgid "View Link" msgstr "Voir Lien" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:198 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:199 -msgid "Renovar Enlace" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:198 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:199 +msgid "Renew Link" msgstr "Renouveler Lien" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:215 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:216 -msgid "Eliminar Enlace" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:215 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:216 +msgid "Delete Link" msgstr "Supprimer Lien" -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:94 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:211 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:213 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:94 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:314 -msgid "Etiquetas" -msgstr "Tags" - #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:135 -#: ../../../config/actions.xml:529 -msgid "Buscar Etiqueta" +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:135 +#: app/config/actions.xml:529 +msgid "Search for Tag" msgstr "Recherche un Tag" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:150 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:151 -#: ../../../modules/web/Controllers/TagController.php:108 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:226 -#: ../../../config/actions.xml:505 -msgid "Nueva Etiqueta" +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:150 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:151 +#: app/modules/web/Controllers/TagController.php:108 +#: app/modules/web/themes/material-blue/views/account/account.inc:226 +#: app/config/actions.xml:505 +msgid "New Tag" msgstr "Nouveau Tag" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:168 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:169 -#: ../../../modules/web/Controllers/TagController.php:168 -#: ../../../config/actions.xml:517 -msgid "Editar Etiqueta" +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:168 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:169 +#: app/modules/web/Controllers/TagController.php:168 app/config/actions.xml:517 +msgid "Edit Tag" msgstr "Éditer Tag" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:185 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:186 -#: ../../../config/actions.xml:523 -msgid "Eliminar Etiqueta" +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:185 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:186 +#: app/config/actions.xml:523 +msgid "Delete Tag" msgstr "Supprimer Tag" -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:88 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:88 msgid "Tracks" msgstr "Tracks" -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:101 -msgid "Fecha Desbloqueo" +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:101 +msgid "Date Unlocked" msgstr "Date Unlocked" -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:102 -msgid "Origen" +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:102 +msgid "Source" msgstr "Origine" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:162 -#: ../../../config/actions.xml:895 -msgid "Buscar Track" +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:162 +#: app/config/actions.xml:895 +msgid "Search for track" msgstr "Search for track" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:104 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:77 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:16 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:113 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:12 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:50 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:52 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:56 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:250 +msgid "Users" +msgstr "Utilisateurs" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:156 -#: ../../../config/actions.xml:607 -msgid "Buscar Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:156 +#: app/config/actions.xml:607 +msgid "Search for User" msgstr "Rechercher un Utilisateur" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:171 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:172 -#: ../../../modules/web/Controllers/UserController.php:115 -#: ../../../config/actions.xml:583 -msgid "Nuevo Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:171 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:172 +#: app/modules/web/Controllers/UserController.php:115 +#: app/config/actions.xml:583 +msgid "New User" msgstr "Nouvel Utilisateur" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:189 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:190 -#: ../../../modules/web/Controllers/UserController.php:200 -#: ../../../config/actions.xml:589 -msgid "Editar Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:189 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:190 +#: app/modules/web/Controllers/UserController.php:200 +#: app/config/actions.xml:589 +msgid "Edit User" msgstr "Éditer Utilisateur" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:206 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:207 -#: ../../../config/actions.xml:595 -msgid "Eliminar Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:206 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:207 +#: app/config/actions.xml:595 +msgid "Delete User" msgstr "Supprimer Utilisateur" -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:223 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:224 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:460 -msgid "Importar usuarios de LDAP" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:223 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:224 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:460 +msgid "Import users from LDAP" msgstr "Importer des utilisateurs depuis LDAP" -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:241 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:242 -msgid "Ver Detalles de Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:241 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:242 +msgid "View User Details" msgstr "Voir Détails Utilisateur" -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:258 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:259 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:63 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:116 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:122 -msgid "Cambiar Clave de Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:258 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:259 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:63 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:116 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:122 +msgid "Change User's Password" msgstr "Changer Mot de Passe Utilisateur" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:95 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:78 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:84 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:162 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:53 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:266 +msgid "Groups" +msgstr "Groupes" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:138 -#: ../../../config/actions.xml:637 -msgid "Buscar Grupo" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:138 +#: app/config/actions.xml:637 +msgid "Search for Group" msgstr "Rechercher un Groupe" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:153 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:154 -#: ../../../modules/web/Controllers/UserGroupController.php:117 -#: ../../../config/actions.xml:619 -msgid "Nuevo Grupo" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:153 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:154 +#: app/modules/web/Controllers/UserGroupController.php:117 +#: app/config/actions.xml:619 +msgid "New Group" msgstr "Nouveau Groupe" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:171 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:172 -#: ../../../modules/web/Controllers/UserGroupController.php:344 -#: ../../../config/actions.xml:613 -msgid "Ver Grupo" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:171 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:172 +#: app/modules/web/Controllers/UserGroupController.php:344 +#: app/config/actions.xml:613 +msgid "View Group" msgstr "Voir Groupe" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:188 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:189 -#: ../../../modules/web/Controllers/UserGroupController.php:188 -#: ../../../config/actions.xml:625 -msgid "Editar Grupo" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:188 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:189 +#: app/modules/web/Controllers/UserGroupController.php:188 +#: app/config/actions.xml:625 +msgid "Edit Group" msgstr "Éditer Groupe" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:205 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:206 -#: ../../../config/actions.xml:631 -msgid "Eliminar Grupo" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:205 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:206 +#: app/config/actions.xml:631 +msgid "Delete Group" msgstr "Supprimer Groupe" -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:95 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:282 -msgid "Perfiles" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:95 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:282 +msgid "Profiles" msgstr "Profils" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:136 -#: ../../../config/actions.xml:667 -msgid "Buscar Perfil" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:136 +#: app/config/actions.xml:667 +msgid "Search for Profile" msgstr "Rechercher un Profil" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:151 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:152 -#: ../../../modules/web/Controllers/UserProfileController.php:110 -#: ../../../config/actions.xml:649 -msgid "Nuevo Perfil" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:151 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:152 +#: app/modules/web/Controllers/UserProfileController.php:110 +#: app/config/actions.xml:649 +msgid "New Profile" msgstr "Nouveau Profil" -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:169 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:170 -msgid "Ver Detalles de Perfil" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:169 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:170 +msgid "View Profile Details" msgstr "Voir Détails Profil" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:186 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:187 -#: ../../../modules/web/Controllers/UserProfileController.php:177 -#: ../../../config/actions.xml:655 -msgid "Editar Perfil" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:186 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:187 +#: app/modules/web/Controllers/UserProfileController.php:177 +#: app/config/actions.xml:655 +msgid "Edit Profile" msgstr "Éditer Profil" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:203 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:204 -#: ../../../config/actions.xml:661 -msgid "Eliminar Perfil" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:203 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:204 +#: app/config/actions.xml:661 +msgid "Delete Profile" msgstr "Supprimer Profil" -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:261 -msgid "Buscar" +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:261 +#: app/modules/web/themes/material-blue/inc/Icons.php:58 +msgid "Search" msgstr "Rechercher" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:344 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:24 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:27 -#: ../../../config/actions.xml:691 -msgid "Configuración" +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:344 +#: app/modules/web/themes/material-blue/inc/Icons.php:61 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:24 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:27 +#: app/config/actions.xml:691 +msgid "Configuration" msgstr "Configuration" -#: ../../../modules/web/Controllers/InstallController.php:59 -msgid "Módulo no disponible" +#: app/modules/web/Controllers/InstallController.php:59 +msgid "Module unavailable" msgstr "Module indisponible" -#: ../../../modules/web/Controllers/InstallController.php:60 -msgid "Sin este módulo la aplicación puede no funcionar correctamente." +#: app/modules/web/Controllers/InstallController.php:60 +msgid "Without this module the application could not run correctly" msgstr "Sans ce module, l'application ne peut pas fonctionner correctement." +#: app/modules/web/Controllers/InstallController.php:89 +msgid "Installation finished" +msgstr "Installation terminée" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ItemPresetController.php:73 -#: ../../../config/actions.xml:865 -msgid "Ver Valor" +#: app/modules/web/Controllers/ItemPresetController.php:73 +#: app/config/actions.xml:865 +msgid "Display Value" msgstr "Display Value" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ItemPresetController.php:207 -#: ../../../config/actions.xml:871 -msgid "Nuevo Valor" +#: app/modules/web/Controllers/ItemPresetController.php:207 +#: app/config/actions.xml:871 +msgid "New Value" msgstr "New Value" -#: ../../../modules/web/Controllers/ItemsController.php:130 -msgid "No hay no hay notificaciones pendientes" +#: app/modules/web/Controllers/ItemPresetController.php:277 +#: app/modules/web/Controllers/ItemPresetController.php:280 +msgid "Values deleted" +msgstr "Values deleted" + +#: app/modules/web/Controllers/ItemPresetController.php:288 +#: app/modules/web/Controllers/ItemPresetController.php:292 +msgid "Value deleted" +msgstr "Value deleted" + +#: app/modules/web/Controllers/ItemPresetController.php:322 +#: app/modules/web/Controllers/ItemPresetController.php:327 +msgid "Value created" +msgstr "Value created" + +#: app/modules/web/Controllers/ItemPresetController.php:363 +#: app/modules/web/Controllers/ItemPresetController.php:368 +msgid "Value updated" +msgstr "Value updated" + +#: app/modules/web/Controllers/ItemsController.php:130 +msgid "There aren't any pending notifications" msgstr "Il n'y a pas de notifications en attente" -#: ../../../modules/web/Controllers/ItemsController.php:131 +#: app/modules/web/Controllers/ItemsController.php:131 #, php-format -msgid "Hay notificaciones pendientes: %d" +msgid "There are pending notifications: %d" msgstr "There are pending notifications: %d" -#: ../../../modules/web/Controllers/PublicLinkController.php:114 -msgid "Nuevo Enlace Público" +#: app/modules/web/Controllers/LoginController.php:121 +msgid "Logout session" +msgstr "Déconnexion" + +#: app/modules/web/Controllers/LoginController.php:123 +msgid "Inactive time" +msgstr "Temps d'inactivité" + +#: app/modules/web/Controllers/LoginController.php:124 +msgid "Total time" +msgstr "Temps total" + +#: app/modules/web/Controllers/NotificationController.php:268 +#: app/modules/web/Controllers/NotificationController.php:271 +msgid "Notifications deleted" +msgstr "Notifications supprimées" + +#: app/modules/web/Controllers/NotificationController.php:283 +#: app/modules/web/Controllers/NotificationController.php:287 +msgid "Notification deleted" +msgstr "Notification supprimée" + +#: app/modules/web/Controllers/NotificationController.php:284 +#: app/modules/web/Controllers/NotificationController.php:317 +#: lib/SP/Providers/Notification/NotificationHandler.php:155 +msgid "Notification" +msgstr "Notification" + +#: app/modules/web/Controllers/NotificationController.php:316 +#: app/modules/web/Controllers/NotificationController.php:320 +msgid "Notification read" +msgstr "Notification lue" + +#: app/modules/web/Controllers/NotificationController.php:348 +#: app/modules/web/Controllers/NotificationController.php:351 +msgid "Notification created" +msgstr "Notification créée" + +#: app/modules/web/Controllers/NotificationController.php:383 +#: app/modules/web/Controllers/NotificationController.php:386 +msgid "Notification updated" +msgstr "Notification mise à jour" + +#: app/modules/web/Controllers/PluginController.php:199 +#: app/modules/web/Controllers/PluginController.php:202 +msgid "Plugin enabled" +msgstr "Plugin activé" + +#: app/modules/web/Controllers/PluginController.php:226 +#: app/modules/web/Controllers/PluginController.php:229 +#: lib/SP/Plugin/PluginManager.php:219 lib/SP/Plugin/PluginManager.php:339 +msgid "Plugin disabled" +msgstr "Plugin désactivé" + +#: app/modules/web/Controllers/PluginController.php:253 +#: app/modules/web/Controllers/PluginController.php:256 +msgid "Plugin reset" +msgstr "Plugin ré-initialisé" + +#: app/modules/web/Controllers/PluginController.php:285 +msgid "Plugins deleted" +msgstr "Plugins deleted" + +#: app/modules/web/Controllers/PluginController.php:291 +msgid "Plugin deleted" +msgstr "Plugin deleted" + +#: app/modules/web/Controllers/PublicLinkController.php:114 +msgid "New Public Link" msgstr "Nouveau lien publique" -#: ../../../modules/web/Controllers/PublicLinkController.php:204 -msgid "Editar Enlace Público" +#: app/modules/web/Controllers/PublicLinkController.php:180 +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:89 +msgid "Link updated" +msgstr "Lien actualisé" + +#: app/modules/web/Controllers/PublicLinkController.php:204 +msgid "Edit Public Link" msgstr "Editer le lien publique" +#: app/modules/web/Controllers/PublicLinkController.php:243 +#: app/modules/web/Controllers/PublicLinkController.php:246 +msgid "Links deleted" +msgstr "Liens supprimés" + +#: app/modules/web/Controllers/PublicLinkController.php:254 +#: app/modules/web/Controllers/PublicLinkController.php:258 +msgid "Link deleted" +msgstr "Lien supprimé" + +#. (itstool) path: strings/text +#: app/modules/web/Controllers/PublicLinkController.php:255 +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:90 app/config/strings.xml:9 +msgid "Link" +msgstr "Lien" + +#: app/modules/web/Controllers/PublicLinkController.php:286 +#: app/modules/web/Controllers/PublicLinkController.php:323 +msgid "Link created" +msgstr "Lien créé" + +#: app/modules/web/Controllers/StatusController.php:93 +msgid "Version unavailable" +msgstr "Version indisponible" + +#: app/modules/web/Controllers/StatusController.php:140 +msgid "Notifications not available" +msgstr "Notification indisponibles" + +#: app/modules/web/Controllers/TagController.php:207 +msgid "Tags deleted" +msgstr "Tags supprimés" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/TagController.php:302 -#: ../../../config/actions.xml:511 -msgid "Ver Etiqueta" +#: app/modules/web/Controllers/TagController.php:302 app/config/actions.xml:511 +msgid "View Tag" msgstr "Voir étiquette" +#: app/modules/web/Controllers/TrackController.php:114 +msgid "Track unlocked" +msgstr "Track unlocked" + +#: app/modules/web/Controllers/TrackController.php:140 +msgid "Tracks cleared out" +msgstr "Tracks cleared out" + +#: app/modules/web/Controllers/Traits/ConfigTrait.php:68 +msgid "Configuration updated" +msgstr "Configuration actualisée" + +#: app/modules/web/Controllers/Traits/ConfigTrait.php:72 +msgid "Error while saving the configuration" +msgstr "Erreur lors de la sauvegarde de la configuration" + +#: app/modules/web/Controllers/Traits/ItemTrait.php:122 +#: app/modules/web/Controllers/Traits/ItemTrait.php:177 +#: lib/SP/Core/Crypt/OldCrypt.php:176 lib/SP/Core/Crypt/OldCrypt.php:188 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:59 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:154 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:244 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:334 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:389 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:417 +#: lib/SP/Services/Account/AccountService.php:227 +#: lib/SP/Services/Account/AccountService.php:232 +#: lib/SP/Services/Api/ApiService.php:129 +#: lib/SP/Services/Api/ApiService.php:229 +#: lib/SP/Services/Api/ApiService.php:237 +#: lib/SP/Services/Auth/LoginService.php:190 +#: lib/SP/Services/Auth/LoginService.php:354 +#: lib/SP/Services/Auth/LoginService.php:504 +#: lib/SP/Services/Auth/LoginService.php:509 +#: lib/SP/Services/Auth/LoginService.php:541 +#: lib/SP/Services/Auth/LoginService.php:648 +#: lib/SP/Services/AuthToken/AuthTokenService.php:311 +#: 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:232 +msgid "Internal error" +msgstr "Erreur Interne" + +#: app/modules/web/Controllers/Traits/ItemTrait.php:173 +msgid "Error while updating custom field's data" +msgstr "Error while updating custom field's data" + +#: app/modules/web/Controllers/UpgradeController.php:67 +msgid "The updating need to be confirmed" +msgstr "La mise à jour a besoin d'être confirmé" + +#: app/modules/web/Controllers/UpgradeController.php:71 +msgid "Wrong security code" +msgstr "Code de sécurité invalide" + +#: app/modules/web/Controllers/UpgradeController.php:92 +#: app/modules/web/themes/material-blue/views/login/index.inc:88 +msgid "Application successfully updated" +msgstr "Application mise à jour avec succès" + +#: app/modules/web/Controllers/UpgradeController.php:92 +msgid "You will be redirected to log in within 5 seconds" +msgstr "Vous allez être redirigé vers l'écran de connexion dans 5 secondes" + +#: app/modules/web/Controllers/UserController.php:235 +#: app/modules/web/Controllers/UserController.php:356 +#: app/modules/web/Controllers/UserPassResetController.php:107 +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:65 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:238 +msgid "Password Change" +msgstr "Changement de Mot de Passe" + +#: app/modules/web/Controllers/UserController.php:275 +#: app/modules/web/Controllers/UserController.php:278 +msgid "Users deleted" +msgstr "Utilisateurs supprimés" + +#: app/modules/web/Controllers/UserController.php:286 +#: app/modules/web/Controllers/UserController.php:290 +msgid "User deleted" +msgstr "Utilisateur supprimé" + +#: app/modules/web/Controllers/UserController.php:322 +#: app/modules/web/Controllers/UserController.php:328 +msgid "User added" +msgstr "Utilisateur ajouté" + +#: app/modules/web/Controllers/UserController.php:387 +#: app/modules/web/Controllers/UserController.php:393 +msgid "User updated" +msgstr "Utilisateur actualisé" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/UserController.php:458 -#: ../../../config/actions.xml:577 -msgid "Ver Usuario" +#: app/modules/web/Controllers/UserController.php:458 +#: app/config/actions.xml:577 +msgid "View User" msgstr "Voir Utilisateur" +#: app/modules/web/Controllers/UserGroupController.php:226 +#: app/modules/web/Controllers/UserGroupController.php:229 +msgid "Groups deleted" +msgstr "Groupes supprimés" + +#: app/modules/web/Controllers/UserPassResetController.php:92 +msgid "Wrong data" +msgstr "Données incorrectes" + +#: app/modules/web/Controllers/UserPassResetController.php:96 +msgid "Unable to reset the password" +msgstr "Impossible de réinitialiser le mot de passe" + +#: app/modules/web/Controllers/UserPassResetController.php:103 +msgid "Password Recovery" +msgstr "Recupération de Mot de Passe" + +#: app/modules/web/Controllers/UserPassResetController.php:104 +msgid "Requested for" +msgstr "Requis pour" + +#: app/modules/web/Controllers/UserPassResetController.php:109 +msgid "Request sent" +msgstr "Requête envoyée" + +#: app/modules/web/Controllers/UserPassResetController.php:109 +msgid "You will receive an email to complete the request shortly." +msgstr "Vous recevrez un courriel de confirmation sous peu" + +#: app/modules/web/Controllers/UserPassResetController.php:126 +#: lib/SP/Services/Api/ApiService.php:96 +#: lib/SP/Services/Auth/LoginService.php:138 +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:103 +msgid "Attempts exceeded" +msgstr "Tentatives dépassées" + +#: app/modules/web/Controllers/UserPassResetController.php:179 +#: app/modules/web/Forms/AuthTokenForm.php:101 +#: app/modules/web/Forms/UserForm.php:157 +msgid "Password cannot be blank" +msgstr "Le mot de passe ne peut pas être vide" + +#: app/modules/web/Controllers/UserProfileController.php:215 +#: app/modules/web/Controllers/UserProfileController.php:218 +msgid "Profiles deleted" +msgstr "Profils supprimés" + +#: app/modules/web/Controllers/UserProfileController.php:227 +#: app/modules/web/Controllers/UserProfileController.php:231 +msgid "Profile deleted" +msgstr "Profil supprimé" + +#: app/modules/web/Controllers/UserProfileController.php:262 +msgid "Profile added" +msgstr "Profil ajouté" + +#: app/modules/web/Controllers/UserProfileController.php:300 +msgid "Profile updated" +msgstr "Profil actualisé" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/UserProfileController.php:326 -#: ../../../config/actions.xml:643 -msgid "Ver Perfil" +#: app/modules/web/Controllers/UserProfileController.php:326 +#: app/config/actions.xml:643 +msgid "View Profile" msgstr "Voir Profil" -#: ../../../modules/web/Controllers/UserSettingsManagerController.php:87 -msgid "Preferencias" +#: app/modules/web/Controllers/UserSettingsGeneralController.php:74 +msgid "Preferences updated" +msgstr "Préférences mises à jour" + +#: app/modules/web/Controllers/UserSettingsManagerController.php:87 +msgid "Preferences" msgstr "Préférences" -#: ../../../config/strings.js.inc:26 -msgid "Error en la consulta" +#: app/modules/web/Forms/AccountForm.php:131 +msgid "A key is needed" +msgstr "Une clé est requise" + +#: app/modules/web/Forms/AccountForm.php:171 +msgid "An account name needed" +msgstr "Nom du compte requis" + +#: app/modules/web/Forms/AccountForm.php:175 +#: app/modules/web/Forms/ClientForm.php:84 +#, fuzzy +msgid "A client name needed" +msgstr "Nom de client requis" + +#: app/modules/web/Forms/AccountForm.php:179 +msgid "A category is needed" +msgstr "Une catégorie est requise" + +#: app/modules/web/Forms/AuthTokenForm.php:91 +msgid "User not set" +msgstr "Utilisateur non paramétré" + +#: app/modules/web/Forms/AuthTokenForm.php:95 +msgid "Action not set" +msgstr "Action non paramétrée" + +#: app/modules/web/Forms/CategoryForm.php:83 +msgid "A category name needed" +msgstr "Nom de catégorie requis" + +#: app/modules/web/Forms/CustomFieldDefForm.php:87 +msgid "Field name not set" +msgstr "Nom de champ indéfini" + +#: app/modules/web/Forms/CustomFieldDefForm.php:91 +msgid "Field type not set" +msgstr "Type de champ indéfini" + +#: app/modules/web/Forms/CustomFieldDefForm.php:95 +msgid "Field module not set" +msgstr "Module de champ indéfini" + +#: app/modules/web/Forms/ItemsPresetForm.php:116 +msgid "Value type not set or incorrect" +msgstr "Value type not set or incorrect" + +#: app/modules/web/Forms/ItemsPresetForm.php:133 +msgid "There aren't any defined permissions" +msgstr "There aren't any defined permissions" + +#: app/modules/web/Forms/ItemsPresetForm.php:182 +msgid "Invalid regular expression" +msgstr "Invalid regular expression" + +#: app/modules/web/Forms/ItemsPresetForm.php:208 +msgid "An element of type user, group or profile need to be set" +msgstr "An element of type user, group or profile need to be set" + +#: app/modules/web/Forms/NotificationForm.php:98 +msgid "A component is needed" +msgstr "Un composant est nécessaire" + +#: app/modules/web/Forms/NotificationForm.php:102 +msgid "A type is needed" +msgstr "Un type est nécessaire" + +#: app/modules/web/Forms/NotificationForm.php:112 +msgid "A target is needed" +msgstr "Une destination est nécessaire" + +#: app/modules/web/Forms/PublicLinkForm.php:85 +msgid "An account is needed" +msgstr "Un compte est nécessaire" + +#: app/modules/web/Forms/TagForm.php:82 +msgid "A tag name is needed" +msgstr "Un nom de tag est nécessaire" + +#: app/modules/web/Forms/UserForm.php:111 +#, fuzzy +msgid "An username is needed" +msgstr "Nom d'utilisateur requis" + +#: app/modules/web/Forms/UserForm.php:115 +msgid "A login is needed" +msgstr "Login requis" + +#: app/modules/web/Forms/UserForm.php:119 +msgid "A profile is needed" +msgstr "Profil requis" + +#: app/modules/web/Forms/UserForm.php:123 +msgid "A group is needed" +msgstr "Groupe requis" + +#: app/modules/web/Forms/UserForm.php:127 +msgid "An email is needed" +msgstr "Courriel requis" + +#: app/modules/web/Forms/UserForm.php:179 +msgid "Unable to delete, user in use" +msgstr "Impossible à supprimer, utilisateur en cours d'utilisation" + +#: app/modules/web/Forms/UserGroupForm.php:84 +msgid "A group name is needed" +msgstr "Nom de groupe requis" + +#: app/modules/web/Forms/UserProfileForm.php:116 +msgid "A profile name is needed" +msgstr "Nom de profil requis" + +#: app/modules/web/themes/material-blue/inc/Icons.php:32 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:36 +msgid "Add" +msgstr "" + +#: app/modules/web/themes/material-blue/inc/Icons.php:33 +msgid "View Details" +msgstr "Voir Détails" + +#: app/modules/web/themes/material-blue/inc/Icons.php:35 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:64 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:68 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:132 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:136 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:148 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:198 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:46 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:87 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:102 +msgid "Edit" +msgstr "Éditer" + +#: app/modules/web/themes/material-blue/inc/Icons.php:36 +#: app/modules/web/themes/material-blue/inc/Icons.php:66 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:134 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:155 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:184 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:206 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:134 +msgid "Delete" +msgstr "Supprimer" + +#: app/modules/web/themes/material-blue/inc/Icons.php:37 +#, fuzzy +msgid "Change Password" +msgstr "Changer Mot de Passe" + +#: app/modules/web/themes/material-blue/inc/Icons.php:38 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:200 +msgid "Application Admin" +msgstr "Admin de l'Application" + +#: app/modules/web/themes/material-blue/inc/Icons.php:39 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:218 +msgid "Accounts Admin" +msgstr "Admin des Comptes" + +#: app/modules/web/themes/material-blue/inc/Icons.php:40 +msgid "LDAP User" +msgstr "Utilisateur LDAP" + +#: app/modules/web/themes/material-blue/inc/Icons.php:41 +#: app/modules/web/themes/material-blue/views/config/mail.inc:138 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:257 +msgid "Disabled" +msgstr "" + +#: app/modules/web/themes/material-blue/inc/Icons.php:42 +msgid "Enabled" +msgstr "Activé" + +#: app/modules/web/themes/material-blue/inc/Icons.php:43 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:184 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:49 +msgid "Update" +msgstr "Mise à jour" + +#: app/modules/web/themes/material-blue/inc/Icons.php:44 +msgid "Copy" +msgstr "Copier" + +#: app/modules/web/themes/material-blue/inc/Icons.php:46 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:84 +msgid "Email" +msgstr "Courriel" + +#: app/modules/web/themes/material-blue/inc/Icons.php:50 +msgid "Restore" +msgstr "Restaurer" + +#: app/modules/web/themes/material-blue/inc/Icons.php:52 +#: app/config/strings.js.inc:79 +msgid "Help" +msgstr "Aide" + +#: app/modules/web/themes/material-blue/inc/Icons.php:53 +msgid "Clear" +msgstr "Nettoyer la Sélection" + +#: app/modules/web/themes/material-blue/inc/Icons.php:54 +msgid "Perform" +msgstr "Effectuer" + +#: app/modules/web/themes/material-blue/inc/Icons.php:55 +msgid "Download" +msgstr "Télécharger" + +#: app/modules/web/themes/material-blue/inc/Icons.php:56 +#: app/config/strings.js.inc:85 +msgid "Warning" +msgstr "Attention" + +#: app/modules/web/themes/material-blue/inc/Icons.php:57 +msgid "Check" +msgstr "Vérifier" + +#: app/modules/web/themes/material-blue/inc/Icons.php:64 +msgid "Critical" +msgstr "Critique" + +#: app/modules/web/themes/material-blue/inc/Icons.php:67 +msgid "Previous page" +msgstr "Page précédente" + +#: app/modules/web/themes/material-blue/inc/Icons.php:68 +msgid "Next page" +msgstr "Page suivante" + +#: app/modules/web/themes/material-blue/inc/Icons.php:69 +msgid "First page" +msgstr "Première page" + +#: app/modules/web/themes/material-blue/inc/Icons.php:70 +msgid "Last page" +msgstr "Dernière page" + +#: lib/SP/Bootstrap.php:278 +#, php-format +msgid "Required PHP version >= %s <= %s" +msgstr "Version de PHP requise >= %s <= %s" + +#: lib/SP/Bootstrap.php:280 +msgid "Please update the PHP version to run sysPass" +msgstr "" +"Mettez à niveau votre version de PHP afin que l'application fonctionne " +"correctement" + +#: lib/SP/Config/ConfigUtil.php:94 +#, fuzzy +msgid "\"/config\" directory does not exist." +msgstr "Le dossier \"/config\" n'existe pas" + +#: lib/SP/Config/ConfigUtil.php:100 +#, fuzzy +msgid "Unable to write into \"/config\" directory" +msgstr "Impossible d'écrire dans le dossier \"/config\"" + +#: lib/SP/Config/ConfigUtil.php:109 +#, fuzzy +msgid "\"/config\" directory permissions are wrong" +msgstr "Les permissions du dossier \"/config\" sont incorrectes" + +#: lib/SP/Config/ConfigUtil.php:111 +#, php-format +msgid "Current: %s - Needed: 750" +msgstr "Actuel: %s - Requis: 750" + +#: lib/SP/Core/Acl/Acl.php:294 lib/SP/Services/Auth/LoginService.php:604 +msgid "N/A" +msgstr "N/A" + +#: lib/SP/Core/Acl/Acl.php:299 +msgid "Access denied" +msgstr "Accès refusé" + +#: lib/SP/Core/Acl/Actions.php:176 +msgid "Action not found" +msgstr "Action non trouvée" + +#: lib/SP/Core/Acl/UnauthorizedPageException.php:45 +#: lib/SP/Util/ErrorUtil.php:156 +msgid "You don't have permission to access this page" +msgstr "Vous n'avez pas les permissions pour accéder à cette page" + +#: lib/SP/Core/Context/ContextBase.php:73 +msgid "Unable to change password value" +msgstr "Unable to change password value" + +#: lib/SP/Core/Context/ContextBase.php:103 +#: lib/SP/Core/Context/ContextBase.php:126 +msgid "Context already initialized" +msgstr "Contexte déjà initialisé" + +#: lib/SP/Core/Context/ContextBase.php:109 +msgid "Invalid context" +msgstr "Context invalide" + +#: lib/SP/Core/Context/ContextBase.php:154 +msgid "Context not initialized" +msgstr "Context non initialisé" + +#: lib/SP/Core/Context/SessionContext.php:547 +msgid "Session cannot be initialized" +msgstr "La session ne peut pas être initialisée" + +#: lib/SP/Core/Crypt/OldCrypt.php:178 +msgid "Crypto module cannot be loaded" +msgstr "Le module de chiffrement ne peut pas être chargé" + +#: lib/SP/Core/Crypt/OldCrypt.php:190 +msgid "Error while creating the encrypted data" +msgstr "Erreur pendant la création des données de chiffrement" + +#: lib/SP/Core/Events/Event.php:57 +msgid "An object is needed" +msgstr "Un objet est nécessaire" + +#: lib/SP/Core/Events/EventDispatcherBase.php:85 +msgid "Observer not initialized" +msgstr "Observateur non initialisé" + +#: lib/SP/Core/UI/Theme.php:185 +msgid "Invalid icons class" +msgstr "Classe d'icônes invalide" + +#: lib/SP/Html/DataGrid/DataGridBase.php:302 lib/SP/Mvc/View/Template.php:126 +#, fuzzy, php-format +msgid "Unable to retrieve \"%s\" template: %s" +msgstr "Impossible d'obtenir le modèle \"%s\" : %s" + +#: 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 "Invalid IP" +msgstr "IP invalide" + +#: lib/SP/Http/Json.php:180 +msgid "Encoding error" +msgstr "Erreur d'encodage" + +#: lib/SP/Http/XMLRPCResponseParse.php:69 +msgid "Invalid XML-RPC response" +msgstr "Réponse XML-RPC invalide" + +#: lib/SP/Mvc/Controller/ControllerTrait.php:70 +msgid "Session not started or timed out" +msgstr "Session non démarrée ou expirée" + +#: lib/SP/Mvc/Controller/ControllerTrait.php:115 +#: lib/SP/Mvc/Controller/ControllerTrait.php:124 +msgid "Invalid Action" +msgstr "Action Invalide" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:71 +#, php-format +msgid "Password needs to be %d characters long" +msgstr "Password needs to be %d characters long" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:77 +msgid "Password does not contain the required characters" +msgstr "Password does not contain the required characters" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:82 +msgid "Password needs to contain letters" +msgstr "Password needs to contain letters" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:86 +msgid "Password needs to contain lower case letters" +msgstr "Password needs to contain lower case letters" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:90 +msgid "Password needs to contain upper case letters" +msgstr "Password needs to contain upper case letters" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:95 +msgid "Password needs to contain numbers" +msgstr "Password needs to contain numbers" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:99 +msgid "Password needs to contain symbols" +msgstr "Password needs to contain symbols" + +#: lib/SP/Mvc/Model/QueryCondition.php:71 +msgid "Invalid filter type" +msgstr "Type de filtre invalide" + +#: lib/SP/Mvc/View/Components/SelectItemAdapter.php:95 +#: lib/SP/Mvc/View/Components/SelectItemAdapter.php:157 +msgid "Wrong object type" +msgstr "Type d'objet incorrecte" + +#: lib/SP/Mvc/View/Template.php:301 lib/SP/Mvc/View/Template.php:365 +#, fuzzy, php-format +msgid "Unable to retrieve \"%s\" variable" +msgstr "Impossible d'obtenir la variable \"%s\"" + +#: lib/SP/Mvc/View/Template.php:334 +#, fuzzy, php-format +msgid "Unable to unset \"%s\" variable" +msgstr "Impossible de détruire la variable \"%s\"" + +#: lib/SP/Mvc/View/Template.php:355 +msgid "Template does not contain files" +msgstr "Le modèle ne contient pas de fichiers" + +#: lib/SP/Plugin/PluginManager.php:170 +#, php-format +msgid "Plugin version not compatible (%s)" +msgstr "Plugin version not compatible (%s)" + +#: lib/SP/Plugin/PluginManager.php:192 +#, php-format +msgid "Unable to load the \"%s\" plugin" +msgstr "Impossible de charger le plugin \"%s\"" + +#: lib/SP/Plugin/PluginManager.php:254 +msgid "Plugin available" +msgstr "Plugin available" + +#: lib/SP/Plugin/PluginManager.php:264 +msgid "Plugin unavailable" +msgstr "Plugin unavailable" + +#: lib/SP/Plugin/PluginManager.php:294 +msgid "Plugin loaded" +msgstr "Plugin loaded" + +#. (itstool) path: action/text +#: lib/SP/Plugin/PluginManager.php:319 app/config/actions.xml:535 +msgid "New Plugin" +msgstr "Nouveau plugin" + +#: lib/SP/Providers/Auth/AuthProvider.php:208 +msgid "Method unavailable" +msgstr "Méthode non disponible" + +#: lib/SP/Providers/Auth/AuthProvider.php:212 +msgid "Method already initialized" +msgstr "Méthode déjà initialisée" + +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:119 +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:126 +msgid "Error while searching the group RDN" +msgstr "Erreur pendant la recherche RDN du groupe" + +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:205 +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:210 +msgid "Error while searching the user on LDAP" +msgstr "Erreur pendant la recherche de l'utilisateur dans l'annuaire LDAP" + +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:259 +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:265 +msgid "Error while searching objects in base DN" +msgstr "Erreur pendant la recherche d'objets dans la base DN" + +#: 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 +#, fuzzy +msgid "Unable to connect to LDAP server" +msgstr "Impossible de se connecter au server LDAP" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:142 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:189 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:70 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:39 +#: app/modules/web/themes/material-blue/views/config/info.inc:75 +#: app/modules/web/themes/material-blue/views/config/info.inc:78 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:94 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:119 +#: app/modules/web/themes/material-blue/views/config/mail.inc:59 +#: app/modules/web/themes/material-blue/views/config/mail.inc:66 +msgid "Server" +msgstr "Serveur" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:169 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:171 +#, fuzzy +msgid "LDAP parameters are not set" +msgstr "Les paramètres LDAP ne sont pas définis" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:231 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:237 +msgid "Connection error (BIND)" +msgstr "Erreur de connexion (BIND)" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:301 +msgid "Error while disconnecting from LDAP server" +msgstr "Error while disconnecting from LDAP server" + +#: 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 "User in group verified" +msgstr "Utilisateur vérifié dans le groupe" + +#: lib/SP/Providers/Auth/Ldap/LdapMsAds.php:144 +#: lib/SP/Providers/Auth/Ldap/LdapStd.php:141 +#, fuzzy +msgid "User does not belong to the group" +msgstr "L'utilisateur ne fait pas partie du groupe" + +#: lib/SP/Providers/Mail/MailHandler.php:124 +#, php-format +msgid "Performed by: %s (%s)" +msgstr "Réalisé par: %s (%s)" + +#: lib/SP/Providers/Mail/MailHandler.php:125 +#, php-format +msgid "IP Address: %s" +msgstr "Adresse IP: %s" + +#: lib/SP/Providers/Mail/MailProvider.php:91 +msgid "Unable to initialize" +msgstr "Impossible d'initialiser" + +#: lib/SP/Repositories/Account/AccountFileRepository.php:77 +msgid "Error while saving file" +msgstr "Erreur pendant la sauvegarde du fichier" + +#: lib/SP/Repositories/Account/AccountFileRepository.php:279 +msgid "Error while deleting the file" +msgstr "Erreur pendant la suppression du fichier" + +#: lib/SP/Repositories/Account/AccountFileRepository.php:302 +#: lib/SP/Services/Account/AccountFileService.php:145 +msgid "Error while deleting the files" +msgstr "Erreur lors de la suppression des fichiers" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:143 +msgid "Error while updating history" +msgstr "Erreur pendant l'actualisation de l'historique" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:162 +#: lib/SP/Repositories/Account/AccountRepository.php:321 +#: lib/SP/Services/Account/AccountHistoryService.php:192 +msgid "Error while deleting the account" +msgstr "Erreur pendant la suppression du compte" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:292 +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:315 +#: lib/SP/Repositories/Account/AccountRepository.php:501 +#: lib/SP/Services/Account/AccountService.php:616 +msgid "Error while deleting the accounts" +msgstr "Erreur lors de la suppression des comptes" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:436 +#: lib/SP/Repositories/Account/AccountRepository.php:235 +#: lib/SP/Repositories/Account/AccountRepository.php:260 +#: lib/SP/Repositories/User/UserRepository.php:165 +#: lib/SP/Services/Account/AccountHistoryService.php:233 +#: lib/SP/Services/User/UserService.php:331 +msgid "Error while updating the password" +msgstr "" + +#: lib/SP/Repositories/Account/AccountRepository.php:200 +msgid "Error while creating the account" +msgstr "Erreur pendant la création du compte" + +#: lib/SP/Repositories/Account/AccountRepository.php:301 +#: lib/SP/Services/Account/AccountService.php:582 +msgid "Error on restoring the account" +msgstr "Erreur pendant la restauration du compte" + +#: lib/SP/Repositories/Account/AccountRepository.php:382 +#: lib/SP/Repositories/Account/AccountRepository.php:431 +msgid "Error while updating the account" +msgstr "Erreur pendant la modification du compte" + +#: lib/SP/Repositories/Account/AccountRepository.php:451 +#: lib/SP/Repositories/Account/AccountRepository.php:623 +#: lib/SP/Services/Account/AccountHistoryService.php:75 +#, fuzzy +msgid "Error while retrieving account's data" +msgstr "Erreur lors de la récupération des données du compte" + +#: lib/SP/Repositories/Account/AccountToFavoriteRepository.php:71 +msgid "Error while adding favorite" +msgstr "Erreur lors de l'ajout du favori" + +#: lib/SP/Repositories/Account/AccountToFavoriteRepository.php:91 +msgid "Error while deleting favorite" +msgstr "Erreur lors de la suppression du favori" + +#: lib/SP/Repositories/Account/AccountToTagRepository.php:94 +msgid "Error while removing the account's tags" +msgstr "Erreur lors de la suppression des tags du compte" + +#: lib/SP/Repositories/Account/AccountToTagRepository.php:115 +msgid "Error while adding the account's tags" +msgstr "Erreur en ajoutant des étiquettes de compte" + +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:106 +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:139 +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:191 +msgid "Error while deleting the account's groups" +msgstr "Erreur pendant la suppression du groupe du compte" + +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:164 +msgid "Error while updating the secondary groups" +msgstr "Erreur pendant l'actualisation des groupes secondaires" + +#: lib/SP/Repositories/Account/AccountToUserRepository.php:76 +#: lib/SP/Repositories/Account/AccountToUserRepository.php:132 +msgid "Error while deleting the account users" +msgstr "Erreur pendant la suppression des utilisateurs du compte" + +#: lib/SP/Repositories/Account/AccountToUserRepository.php:103 +msgid "Error while updating the account users" +msgstr "Erreur pendant la modification des comptes utilisateurs" + +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:221 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:309 +msgid "The authorization already exist" +msgstr "L'autorisation existe déjà" + +#: lib/SP/Repositories/Category/CategoryRepository.php:58 +msgid "Duplicated category" +msgstr "Catégorie dupliqué" + +#: lib/SP/Repositories/Category/CategoryRepository.php:68 +msgid "Error while creating the category" +msgstr "Erreur pendant la création de la catégorie" + +#: lib/SP/Repositories/Category/CategoryRepository.php:107 +msgid "Duplicated category name" +msgstr "Nom de catégorie dupliqué" + +#: lib/SP/Repositories/Category/CategoryRepository.php:125 +msgid "Error while updating the category" +msgstr "Erreur pendant l'actualisation de la catégorie" + +#: lib/SP/Repositories/Category/CategoryRepository.php:253 +msgid "Error while deleting the categories" +msgstr "Erreur lors de la suppression des catégories" + +#: lib/SP/Repositories/Category/CategoryRepository.php:275 +msgid "Error while deleting the category" +msgstr "Erreur pendant la suppression de la catégorie" + +#: lib/SP/Repositories/Client/ClientRepository.php:62 +#: lib/SP/Repositories/Client/ClientRepository.php:116 +#, fuzzy +msgid "Duplicated client" +msgstr "Client dupliqué" + +#: lib/SP/Repositories/Client/ClientRepository.php:80 +#, fuzzy +msgid "Error while creating the client" +msgstr "Erreur pendant la création du client" + +#: lib/SP/Repositories/Client/ClientRepository.php:136 +#, fuzzy +msgid "Error while updating the client" +msgstr "Erreur pendant l'actualisation du client" + +#: lib/SP/Repositories/Client/ClientRepository.php:264 +#: lib/SP/Services/Client/ClientService.php:127 +msgid "Error while deleting the clients" +msgstr "Erreur lors de la suppression des clients" + +#: lib/SP/Repositories/Client/ClientRepository.php:283 +#, fuzzy +msgid "Error while deleting the client" +msgstr "Erreur pendant la suppression du client" + +#: lib/SP/Repositories/Client/ClientRepository.php:345 +msgid "Wrong filter" +msgstr "Wrong filter" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:75 +msgid "Error while creating the custom field" +msgstr "Erreur durant la création 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 while updating the custom field" +msgstr "Erreur durant la mise à jour de la catégorie" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:159 +msgid "Custom field not found" +msgstr "Custom field not found" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:239 +msgid "Error while removing the custom fields" +msgstr "Error lors de la suppresion des champs personnalisé" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:259 +msgid "Error while removing the custom field" +msgstr "Erreur durant la suppression d'un champ personnalisé" + +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:61 +msgid "Error while creating the field type" +msgstr "Erreur lors de la création du type de champ" + +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:97 +msgid "Error while updating the field type" +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 while deleting the field type" +msgstr "Erreur lors de la suppression du type de champ" + +#: lib/SP/Repositories/EventLog/EventlogRepository.php:53 +#, fuzzy +msgid "Error while clearing the event log out" +msgstr "Erreur pendant le nettoyage du journal d'évènements" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:76 +msgid "Error while creating the permission" +msgstr "Error while creating the permission" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:115 +msgid "Error while updating the permission" +msgstr "Error while updating the permission" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:134 +msgid "Error while removing the permission" +msgstr "Error while removing the permission" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:249 +msgid "Error while removing the permissions" +msgstr "Error while removing the permissions" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:79 +msgid "Error while adding the notification" +msgstr "Erreur lors de l'ajout de la notification" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:119 +#: lib/SP/Repositories/Notification/NotificationRepository.php:478 +msgid "Error while updating the notification" +msgstr "Erreur lors de la mise à jour de la notification" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:138 +#: lib/SP/Repositories/Notification/NotificationRepository.php:157 +msgid "Error while deleting the notification" +msgstr "Erreur lors de la suppression de la notification" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:180 +#: lib/SP/Repositories/Notification/NotificationRepository.php:303 +#: lib/SP/Services/Notification/NotificationService.php:140 +#: lib/SP/Services/Notification/NotificationService.php:159 +msgid "Error while deleting the notifications" +msgstr "Erreur lors de la suppression des notifications" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:213 +msgid "Error while retrieving notification" +msgstr "Erreur lors de la récupération de la notification" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:243 +#: lib/SP/Repositories/Notification/NotificationRepository.php:515 +#: lib/SP/Repositories/Notification/NotificationRepository.php:548 +#: lib/SP/Repositories/Notification/NotificationRepository.php:582 +#: lib/SP/Repositories/Notification/NotificationRepository.php:615 +msgid "Error while retrieving the notifications" +msgstr "Erreur lors de la récupération des notifications" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:70 +msgid "Error while adding the plugin" +msgstr "Erreur lors de l'ajout du plugin" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:104 +#: lib/SP/Repositories/Plugin/PluginRepository.php:348 +#: lib/SP/Repositories/Plugin/PluginRepository.php:368 +#: lib/SP/Repositories/Plugin/PluginRepository.php:388 +#: lib/SP/Repositories/Plugin/PluginRepository.php:408 +#: lib/SP/Repositories/Plugin/PluginRepository.php:427 +msgid "Error while updating the plugin" +msgstr "Erreur lors de la mise à jour du plugin" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:212 +#: lib/SP/Services/Plugin/PluginService.php:137 +msgid "Error while deleting the plugins" +msgstr "Error while deleting the plugins" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:232 +msgid "Error while deleting the plugin" +msgstr "Erreur lors de la suppression du plugin" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:63 +msgid "Error while removing the link" +msgstr "Erreur lors de la suppression du lien" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:255 +msgid "Link already created" +msgstr "Lien déjà créé" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:282 +msgid "Error while creating the link" +msgstr "Erreur lors de la création du lien" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:341 +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:389 +msgid "Error while updating the link" +msgstr "Erreur lors de la mise à jour du lien" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:424 +msgid "Error while renewing link" +msgstr "Erreur lors du renouvellement du lien" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:466 +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:507 +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:528 +msgid "Error while retrieving the link" +msgstr "Erreur lors de la récupération du lien" + +#: lib/SP/Repositories/Tag/TagRepository.php:60 +#: lib/SP/Repositories/Tag/TagRepository.php:108 +msgid "Duplicated tag" +msgstr "Tag dupliqué" + +#: lib/SP/Repositories/Tag/TagRepository.php:69 +msgid "Error while creating the tag" +msgstr "Erreur lors de la création du tag" + +#: lib/SP/Repositories/Tag/TagRepository.php:118 +msgid "Error while updating the tag" +msgstr "Erreur lors de la mise à jour du tag" + +#: lib/SP/Repositories/Tag/TagRepository.php:243 +#: lib/SP/Services/Tag/TagService.php:126 +msgid "Error while removing the tags" +msgstr "Erreur lors de la suppression des étiquettes" + +#: lib/SP/Repositories/Tag/TagRepository.php:262 +msgid "Error while removing the tag" +msgstr "Erreur lors de la suppression du tag" + +#: lib/SP/Repositories/Track/TrackRepository.php:68 +msgid "Error while creating track" +msgstr "Erreur lors de la création de la piste" + +#: lib/SP/Repositories/Track/TrackRepository.php:85 +msgid "Error while removing the track" +msgstr "Erreur lors de la suppression de la piste" + +#: lib/SP/Repositories/Track/TrackRepository.php:102 +msgid "Error while updating the track" +msgstr "Erreur lors de la mise à jour de la piste" + +#: lib/SP/Repositories/Track/TrackRepository.php:118 +msgid "Error while clearing tracks out" +msgstr "Error while clearing tracks out" + +#: lib/SP/Repositories/Track/TrackRepository.php:146 +msgid "Error while retrieving the 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 while retrieving the tracks" +msgstr "Erreur lors de la récupération des pistes" + +#: lib/SP/Repositories/User/UserPassRecoverRepository.php:86 +msgid "Error while generating the recovering hash" +msgstr "Erreur lors de la génération du hash de récupération" + +#: lib/SP/Repositories/User/UserPassRecoverRepository.php:112 +msgid "Error while checking hash" +msgstr "Erreur lors de la vérification du hash" + +#: lib/SP/Repositories/User/UserRepository.php:63 +#: lib/SP/Repositories/User/UserRepository.php:430 +msgid "Duplicated user login/email" +msgstr "Login/courriel utilisateur dupliqué" + +#: lib/SP/Repositories/User/UserRepository.php:100 +#: lib/SP/Repositories/User/UserRepository.php:677 +#: lib/SP/Services/User/UserService.php:310 +msgid "Error while updating the user" +msgstr "Erreur pendant l'actualisation de l'utilisateur" + +#: lib/SP/Repositories/User/UserRepository.php:184 +msgid "Error while deleting the user" +msgstr "Erreur pendant la suppression de l'utilisateur" + +#: lib/SP/Repositories/User/UserRepository.php:234 +#: lib/SP/Repositories/User/UserRepository.php:551 +msgid "Error while retrieving the user's data" +msgstr "Erreur lors de la récupération des données utilisateurs" + +#: lib/SP/Repositories/User/UserRepository.php:353 +#: lib/SP/Services/User/UserService.php:209 +msgid "Error while deleting the users" +msgstr "Erreur lors de la suppresion des utilisateurs" + +#: lib/SP/Repositories/User/UserRepository.php:474 +msgid "Error while creating the user" +msgstr "Erreur pendant la création de l'utilisateur" + +#: lib/SP/Repositories/User/UserRepository.php:697 +msgid "Error while updating the preferences" +msgstr "Erreur pendant l'actualisation des préférences" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:62 +msgid "Error while deleting the group" +msgstr "Erreur pendant la suppression du groupe" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:306 +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:351 +msgid "Duplicated group name" +msgstr "Nom de groupe dupliqué" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:315 +msgid "Error while creating the group" +msgstr "Erreur pendant la création du groupe" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:361 +msgid "Error while updating the group" +msgstr "Erreur pendant l'actualisation du groupe" + +#: lib/SP/Repositories/UserGroup/UserToUserGroupRepository.php:108 +msgid "Error while deleting the group users" +msgstr "Erreur pendant la suppression des utilisateurs du groupe" + +#: lib/SP/Repositories/UserGroup/UserToUserGroupRepository.php:140 +msgid "Error while setting users in the group" +msgstr "Erreur pendant la suppression de l'utilisateur du groupe" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:79 +msgid "Error while removing the profile" +msgstr "Erreur lors de la suppression du profil" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:181 +#: lib/SP/Services/UserProfile/UserProfileService.php:114 +msgid "Error while removing the profiles" +msgstr "Erreur lors de la suppression des profiles" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:230 +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:275 +msgid "Duplicated profile name" +msgstr "Nom de profil dupliqué" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:239 +msgid "Error while creating the profile" +msgstr "Erreur lors de la création du profil" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:288 +#: lib/SP/Services/UserProfile/UserProfileService.php:141 +msgid "Error while updating the profile" +msgstr "Erreur lors de la modification du profil" + +#: 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 "Update Master Password" +msgstr "Mettre à jour le Mot de Passe Maître" + +#: lib/SP/Services/Account/AccountCryptService.php:89 +msgid "Error while updating the accounts' passwords" +msgstr "Erreur pendant la modification des mots de passe des comptes" + +#: lib/SP/Services/Account/AccountCryptService.php:115 +msgid "Error while retrieving the accounts' passwords" +msgstr "Erreur pendant la récupération des mots de passe des comptes" + +#: lib/SP/Services/Account/AccountCryptService.php:139 +#, php-format +msgid "Accounts updated: %d / %d" +msgstr "Comptes actualisés: %d / %d" + +#: lib/SP/Services/Account/AccountCryptService.php:148 +#, php-format +msgid "Updated accounts: %d / %d - %d%% - ETA: %ds (%.2f/s)" +msgstr "Comtpes actualisés: %d / %d - %d%% - ETA: %ds (%.2f/s)" + +#: lib/SP/Services/Account/AccountCryptService.php:158 +msgid "The record's master password does not match" +msgstr "L'enregistrement du mot de passe maître ne correspond pas" + +#: lib/SP/Services/Account/AccountCryptService.php:183 +#: lib/SP/Services/Account/AccountCryptService.php:188 +msgid "Error while updating the account's password" +msgstr "Erreur à la mise à jour des mots de passe des comptes" + +#: lib/SP/Services/Account/AccountCryptService.php:194 +msgid "Errors" +msgstr "Erreurs" + +#: lib/SP/Services/Account/AccountCryptService.php:212 +#: lib/SP/Services/Account/AccountCryptService.php:218 +msgid "Update Master Password (H)" +msgstr "Mettre à jour le Mot de Passe Maître (H)" + +#: lib/SP/Services/Account/AccountCryptService.php:233 +msgid "Error while updating the accounts' passwords in history" +msgstr "Erreur lors de la mise à jour des mots de passe dans l'historique" + +#: lib/SP/Services/Account/AccountFileService.php:164 +msgid "File not found" +msgstr "Fichier introuvable" + +#: lib/SP/Services/Account/AccountService.php:163 +#: lib/SP/Services/Account/AccountService.php:599 +msgid "Account not found" +msgstr "Compte introuvable" + +#: lib/SP/Services/Account/AccountService.php:220 +msgid "Master password not set" +msgstr "Master password not set" + +#: lib/SP/Services/Account/AccountService.php:283 +#: lib/SP/Services/Account/AccountService.php:672 +#: lib/SP/Services/Account/AccountService.php:727 +msgid "The account doesn't exist" +msgstr "Le compte n'existe pas" + +#: lib/SP/Services/Api/ApiRequest.php:79 lib/SP/Services/Api/ApiRequest.php:113 +#: lib/SP/Services/Api/ApiService.php:231 +msgid "Invalid data" +msgstr "Donnée invalide" + +#: lib/SP/Services/Api/ApiRequest.php:88 +msgid "Invalid format" +msgstr "Format invalide" + +#: lib/SP/Services/Api/ApiService.php:152 +#, fuzzy +msgid "Wrong parameters" +msgstr "Paramètres incorrects" + +#: lib/SP/Services/Auth/LoginService.php:160 +#: lib/SP/Services/Auth/LoginService.php:460 +#: lib/SP/Services/Auth/LoginService.php:467 +#: lib/SP/Services/Auth/LoginService.php:575 +#: lib/SP/Services/Auth/LoginService.php:580 +#: lib/SP/Services/Auth/LoginService.php:619 +#: lib/SP/Services/Auth/LoginService.php:624 +#, fuzzy +msgid "Wrong login" +msgstr "Login incorrect" + +#: lib/SP/Services/Auth/LoginService.php:219 +#: lib/SP/Services/Auth/LoginService.php:226 +msgid "User disabled" +msgstr "Utilisateur désactivé" + +#: lib/SP/Services/Auth/LoginService.php:273 +msgid "Using temporary password" +msgstr "Utilisation d'un mot de passe temporaire" + +#: lib/SP/Services/Auth/LoginService.php:285 +#: lib/SP/Services/Auth/LoginService.php:291 +#: lib/SP/Services/Auth/LoginService.php:309 +#: lib/SP/Services/Auth/LoginService.php:315 +#, fuzzy +msgid "Wrong master password" +msgstr "Mot de Passe Maître invalide" + +#: lib/SP/Services/Auth/LoginService.php:330 +msgid "Your previous password is needed" +msgstr "Mot de passe précédent nécessaire" + +#: lib/SP/Services/Auth/LoginService.php:342 +msgid "The Master Password either is not saved or is wrong" +msgstr "Mot de Passe Maître non sauvegardé ou incorrect" + +#: lib/SP/Services/Auth/LoginService.php:456 +#: lib/SP/Services/Auth/LoginService.php:519 +msgid "LDAP Server" +msgstr "Serveur LDAP" + +#: lib/SP/Services/Auth/LoginService.php:475 +#: lib/SP/Services/Auth/LoginService.php:480 +msgid "Account expired" +msgstr "Compte expiré" + +#: lib/SP/Services/Auth/LoginService.php:488 +#: lib/SP/Services/Auth/LoginService.php:493 +#, fuzzy +msgid "User has no associated groups" +msgstr "L'utilisateur n'a pas de groupe associé" + +#: lib/SP/Services/Auth/LoginService.php:609 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:12 +msgid "Authentication" +msgstr "Authentification" + +#: lib/SP/Services/AuthToken/AuthTokenService.php:139 +#: lib/SP/Services/AuthToken/AuthTokenService.php:277 +#: lib/SP/Services/AuthToken/AuthTokenService.php:291 +msgid "Token not found" +msgstr "Token non trouvé" + +#: lib/SP/Services/AuthToken/AuthTokenService.php:158 +msgid "Error while removing the tokens" +msgstr "Erreur lors de la suppression des tokens" + +#: lib/SP/Services/Backup/FileBackupService.php:100 +msgid "Make Backup" +msgstr "Effectuer une sauvegarde" + +#: lib/SP/Services/Backup/FileBackupService.php:107 +msgid "Error while doing the backup in compatibility mode" +msgstr "Erreur pendant la sauvegarde en mode compatibilité" + +#: lib/SP/Services/Backup/FileBackupService.php:118 +msgid "Error while doing the backup" +msgstr "Erreur pendant la sauvegarde" + +#: lib/SP/Services/Backup/FileBackupService.php:139 +#, php-format +msgid "Unable to create the backups directory (\"%s\")" +msgstr "Impossible de créer le répertoire de sauvegarde (\"%s\")" + +#: lib/SP/Services/Backup/FileBackupService.php:144 +#, fuzzy +msgid "Please, check the backup directory permissions" +msgstr "Vérifiez les permissions du dossier de sauvegarde" + +#: lib/SP/Services/Backup/FileBackupService.php:211 +msgid "Copying database" +msgstr "Base de données en copie" + +#: lib/SP/Services/Backup/FileBackupService.php:343 +#: lib/SP/Services/Backup/FileBackupService.php:367 +msgid "Copying application" +msgstr "Application en copie" + +#: lib/SP/Services/Backup/FileBackupService.php:362 +msgid "This operation is only available on Linux environments" +msgstr "Cette opération est uniquement possible en environnement Linux" + +#: lib/SP/Services/Category/CategoryService.php:77 +#: lib/SP/Services/Category/CategoryService.php:98 +#: lib/SP/Services/Category/CategoryService.php:115 +msgid "Category not found" +msgstr "Catégorie introuvable" + +#: lib/SP/Services/Category/CategoryService.php:134 +msgid "Error while deleting categories" +msgstr "Error while deleting categories" + +#: lib/SP/Services/Client/ClientService.php:76 +#: lib/SP/Services/Client/ClientService.php:95 +#: lib/SP/Services/Client/ClientService.php:110 +#, fuzzy +msgid "Client not found" +msgstr "Client introuvable" + +#: lib/SP/Services/Config/ConfigBackupService.php:115 +#: lib/SP/Services/Config/ConfigBackupService.php:122 +msgid "Unable to restore the configuration" +msgstr "Unable to restore the configuration" + +#: lib/SP/Services/Config/ConfigService.php:68 +#: lib/SP/Services/Config/ConfigService.php:153 +#, php-format +msgid "Parameter not found (%s)" +msgstr "Paramètre introuvable (%s)" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:103 +msgid "Generate temporary password" +msgstr "Generate temporary password" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:110 +msgid "Error while generating the temporary password" +msgstr "Erreur pendant la génération du mot de passe temporaire" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:131 +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:181 +msgid "Temporary password expired" +msgstr "Mot de passe temporaire expiré" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:160 +msgid "Error while checking the temporary password" +msgstr "Erreur lors de la varification du mot de passe temporaire" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:213 +#, php-format +msgid "Master Password %s" +msgstr "Mot de Passe Maître %s" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:214 +#, fuzzy +msgid "" +"A new sysPass master password has been generated, so next time you log into " +"the application it will be requested." +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:216 +#, php-format +msgid "The new Master Password is: %s" +msgstr "Le nouveau Mot de Passe Maître est: %s" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:218 +#, php-format +msgid "This password will be valid until: %s" +msgstr "Ce mot de passe sera valid jusqu'au: %s" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:220 +msgid "Please, don't forget to log in as soon as possible to save the changes." +msgstr "N'oubliez pas de vous reconnecter pour enregistrer les changements" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:68 +msgid "There aren't any data from custom fields" +msgstr "Pas de donnée de champs personnalisés" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:76 +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:84 +msgid "Updating encrypted data" +msgstr "Actualisation des données chiffrées" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:109 +msgid "Records updated" +msgstr "Enregistrements à jour" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:110 +msgid "Records not updated" +msgstr "Enregistrements non mis à jour" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:136 +msgid "Error while updating the custom fields data" +msgstr "Erreur pendant la mise à jour de champs personnalisés" + +#: lib/SP/Services/CustomField/CustomFieldDefService.php:109 +msgid "Field not found" +msgstr "Champ introuvable" + +#: lib/SP/Services/CustomField/CustomFieldDefService.php:130 +msgid "Error while deleting the fields" +msgstr "Erreur lors de la suppression des champs" + +#: lib/SP/Services/CustomField/CustomFieldTypeService.php:84 +msgid "Field type not found" +msgstr "Field type not found" + +#: lib/SP/Services/Export/XmlExportService.php:127 +#: lib/SP/Storage/File/FileCache.php:74 +#: lib/SP/Storage/File/FileCachePacked.php:116 +#, php-format +msgid "Unable to create the directory (%s)" +msgstr "Impossible de créer le dossier (%s)" + +#: lib/SP/Services/Export/XmlExportService.php:203 +msgid "Error while exporting" +msgstr "Problème durant l'export" + +#: lib/SP/Services/Export/XmlExportService.php:271 +msgid "Exporting categories" +msgstr "Export des catégories" + +#: lib/SP/Services/Export/XmlExportService.php:383 +msgid "Exporting clients" +msgstr "Export des clients" + +#: lib/SP/Services/Export/XmlExportService.php:429 +msgid "Exporting tags" +msgstr "Export des étiquettes" + +#: lib/SP/Services/Export/XmlExportService.php:473 +msgid "Exporting accounts" +msgstr "Export des comptes" + +#: lib/SP/Services/Export/XmlExportService.php:583 +msgid "Error while creating the XML file" +msgstr "Erreur pendant la création du fichier XML" + +#: lib/SP/Services/Export/XmlVerifyService.php:110 +#: lib/SP/Services/Import/XmlFileImport.php:81 +msgid "Unable to process the XML file" +msgstr "Impossible de traiter le fichier XML" + +#: lib/SP/Services/Export/XmlVerifyService.php:177 +#: lib/SP/Services/Import/SyspassImport.php:176 +msgid "Error while checking integrity hash" +msgstr "Error while checking integrity hash" + +#: 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 "Wrong encryption password" +msgstr "Chiffrement de mot de passe incorrect" + +#: lib/SP/Services/Import/CsvImport.php:50 +#, php-format +msgid "Detected format: %s" +msgstr "Format détecté: %s" + +#: lib/SP/Services/Import/CsvImportBase.php:130 +#: lib/SP/Services/Import/CsvImportBase.php:176 +#, php-format +msgid "Wrong number of fields (%d)" +msgstr "Mauvais numéro de champs (%d)" + +#: lib/SP/Services/Import/CsvImportBase.php:132 +#: lib/SP/Services/Import/CsvImportBase.php:178 +#, php-format +msgid "Please, check the CSV file format in line %s" +msgstr "Veuillez vérifier le format CSV à la ligne %s" + +#: lib/SP/Services/Import/CsvImportBase.php:158 +#: lib/SP/Services/Import/KeepassImport.php:103 +#: lib/SP/Services/Import/SyspassImport.php:387 +msgid "Account imported" +msgstr "Compte importé" + +#: lib/SP/Services/Import/CsvImportBase.php:166 +msgid "Error while importing the account" +msgstr "Erreur pendant l'importation des comptes" + +#: lib/SP/Services/Import/CsvImportBase.php:167 +msgid "Error while processing line" +msgstr "Erreur de la ligne de traitement" + +#: lib/SP/Services/Import/FileImport.php:67 +#: lib/SP/Services/Import/FileImport.php:88 +msgid "File successfully uploaded" +msgstr "Fichier transféré avec succès" + +#: lib/SP/Services/Import/FileImport.php:69 +#: lib/SP/Services/Import/FileImport.php:90 +#, fuzzy +msgid "Please check the web server user permissions" +msgstr "Veuillez vérifier les permissions de l'utilisateur du serveur web" + +#: lib/SP/Services/Import/FileImport.php:102 +msgid "Please, check the file extension" +msgstr "Veuillez vérifier l'extension de fichier" + +#: lib/SP/Services/Import/FileImport.php:118 +msgid "Please, check PHP configuration for upload files" +msgstr "Veuillez vérifier la configuration PHP pour le transfert de fichier" + +#: lib/SP/Services/Import/ImportService.php:89 +#, php-format +msgid "Mime type not supported (\"%s\")" +msgstr "Le type MIME n'est pas supporté (\"%s\")" + +#: lib/SP/Services/Import/ImportService.php:91 +msgid "Please, check the file format" +msgstr "Veuillez vérifier le format de fichier" + +#: lib/SP/Services/Import/ImportTrait.php:107 +#, fuzzy +msgid "Category Id not set. Unable to import account." +msgstr "ID catégorie non paramétré. Impossible d'importer le compte." + +#: lib/SP/Services/Import/ImportTrait.php:111 +#, fuzzy +msgid "Client Id not set. Unable to import account." +msgstr "ID client non paramétré. Impossible d'importer le compte." + +#: lib/SP/Services/Import/KeepassImport.php:58 +msgid "KeePass XML Import" +msgstr "Import XML KeePass" + +#: lib/SP/Services/Import/KeepassImport.php:91 +#: lib/SP/Services/Import/SyspassImport.php:211 +msgid "Category imported" +msgstr "Catégorie importée" + +#: lib/SP/Services/Import/SyspassImport.php:58 +msgid "sysPass XML Import" +msgstr "Import XML sysPass" + +#: lib/SP/Services/Import/SyspassImport.php:69 +msgid "Encryption password not set" +msgstr "Chiffrement mot de passe non paramétré" + +#: lib/SP/Services/Import/SyspassImport.php:162 +#, fuzzy +msgid "Data unencrypted" +msgstr "Données décryptées" + +#: lib/SP/Services/Import/SyspassImport.php:177 +msgid "" +"If you are importing an exported file from the same origin, the data could " +"be compromised." +msgstr "" +"If you are importing an exported file from the same origin, the data could " +"be compromised." + +#: lib/SP/Services/Import/SyspassImport.php:250 +#: lib/SP/Services/Import/SyspassImport.php:290 +msgid "Client imported" +msgstr "Client importé" + +#: lib/SP/Services/Import/SyspassImport.php:326 +msgid "Tag imported" +msgstr "Étiquette" + +#: lib/SP/Services/Import/XmlFileImport.php:105 +msgid "XML file not supported" +msgstr "Fichier XML non supportés" + +#: lib/SP/Services/Import/XmlFileImport.php:107 +#, fuzzy +msgid "Unable to guess the application which data was exported from" +msgstr "" +"Impossible de détecter l'application depuis laquelle les données ont été " +"exportés" + +#: lib/SP/Services/Import/XmlImport.php:98 +msgid "Format not detected" +msgstr "Format non détecté" + +#: lib/SP/Services/Import/XmlImport.php:106 +msgid "Not implemented" +msgstr "Non implémenté" + +#: lib/SP/Services/Import/XmlImportBase.php:107 +#: lib/SP/Services/Import/XmlImportTrait.php:78 +msgid "Invalid Method" +msgstr "Méthode invalide" + +#: lib/SP/Services/Import/XmlImportBase.php:119 +#: lib/SP/Services/Import/XmlImportTrait.php:68 +msgid "Invalid XML format" +msgstr "Format XML invalide" + +#: lib/SP/Services/Import/XmlImportBase.php:121 +#: lib/SP/Services/Import/XmlImportTrait.php:70 +#, fuzzy, php-format +msgid "\"%s\" node doesn't exist" +msgstr "Le \"%s\" node n'existe pas" + +#: lib/SP/Services/Install/Installer.php:106 +msgid "Please, enter the admin username" +msgstr "Saisir le nom de l'utilisateur admin" + +#: lib/SP/Services/Install/Installer.php:108 +msgid "Admin user to log into the application" +msgstr "Utilisateur administrateur pour se connecter à l'application" + +#: lib/SP/Services/Install/Installer.php:113 +msgid "Please, enter the admin's password" +msgstr "Saisir le mot de passe administrateur" + +#: lib/SP/Services/Install/Installer.php:115 +msgid "Application administrator's password" +msgstr "Mot de passe administrateur de l'application" + +#: lib/SP/Services/Install/Installer.php:120 +msgid "Please, enter the Master Password" +msgstr "Saisir le Mot de Passe Maître" + +#: lib/SP/Services/Install/Installer.php:122 +#, fuzzy +msgid "Master password to encrypt the passwords" +msgstr "Mot de Passe Maître pour chiffrer les mots de passe" + +#: lib/SP/Services/Install/Installer.php:127 +#, fuzzy +msgid "Master password too short" +msgstr "Mot de Passe Maître trop court" + +#: lib/SP/Services/Install/Installer.php:129 +msgid "The Master Password length need to be at least 11 characters" +msgstr "La longueur du Mot de Passe Maître doit être de 11 caractères minimum" + +#: lib/SP/Services/Install/Installer.php:134 +msgid "Please, enter the database user" +msgstr "Saisir l'utilisateur de la base de données" + +#: lib/SP/Services/Install/Installer.php:136 +#, fuzzy +msgid "An user with database administrative rights" +msgstr "Un utilisateur avec des droits d'administration sur la base de données" + +#: lib/SP/Services/Install/Installer.php:141 +msgid "Please, enter the database password" +msgstr "Saisir le mot de passe de la base de données" + +#: lib/SP/Services/Install/Installer.php:143 +msgid "Database administrator's password" +msgstr "Mot de passe administrateur de la base de données" + +#: lib/SP/Services/Install/Installer.php:148 +msgid "Please, enter the database name" +msgstr "Saisir le nom de la base de données" + +#: lib/SP/Services/Install/Installer.php:150 +msgid "Application database name. eg. syspass" +msgstr "Nom pour la base de données de l'application. eg. syspass" + +#: lib/SP/Services/Install/Installer.php:155 +msgid "Database name cannot contain \".\"" +msgstr "Le nom de la base de données ne peut pas contenir \".\"" + +#: lib/SP/Services/Install/Installer.php:157 +msgid "Please, remove dots in database name" +msgstr "" +"Veuillez supprimer les points (\".\") dans le nommage de la base de données" + +#: lib/SP/Services/Install/Installer.php:162 +msgid "Please, enter the database server" +msgstr "Saisir le serveur de base de données" + +#: lib/SP/Services/Install/Installer.php:164 +msgid "Server where the database will be installed" +msgstr "Serveur où la base de données sera installée" + +#: lib/SP/Services/Install/Installer.php:318 +#: lib/SP/Services/Install/Installer.php:369 +msgid "Warn to developer" +msgstr "Avertissez le développeur" + +#: lib/SP/Services/Install/Installer.php:359 +msgid "Error while creating 'admin' user" +msgstr "Error while creating 'admin' user" + +#: lib/SP/Services/Install/MySQL.php:135 +#, php-format +msgid "Unable to check the sysPass user (%s)" +msgstr "Impossible de vérifier l'utilisateur sysPass (%s)" + +#: lib/SP/Services/Install/MySQL.php:137 +msgid "Please, check the DB connection user rights" +msgstr "" +"Vérifiez les permissions de l'utilisateur de connexion à la base de données" + +#: lib/SP/Services/Install/MySQL.php:181 +#, php-format +msgid "Error while creating the MySQL connection user '%s'" +msgstr "Erreur durant la création de la connexion de l'utilisateur MySQL '%s'" + +#: lib/SP/Services/Install/MySQL.php:201 +msgid "The database already exists" +msgstr "La base de données existe déjà" + +#: lib/SP/Services/Install/MySQL.php:203 +msgid "Please, enter a new database or delete the existing one" +msgstr "" +"Saisissez une nouvelle base de données ou supprimez celle qui existe déjà" + +#: 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 while creating the DB ('%s')" +msgstr "Erreur lors de la création de la BDD ('%s')" + +#: lib/SP/Services/Install/MySQL.php:215 lib/SP/Services/Install/MySQL.php:239 +msgid "Please check the database user permissions" +msgstr "" +"Veuillez vérifier les permissions de l'utilisateur de la base de données" + +#: lib/SP/Services/Install/MySQL.php:237 +#, php-format +msgid "Error while setting the database permissions ('%s')" +msgstr "" +"Erreur lors du paramétrage des permissions de la base de données ('%s')" + +#: lib/SP/Services/Install/MySQL.php:251 +msgid "The database does not exist" +msgstr "La base de données n'existe pas" + +#: lib/SP/Services/Install/MySQL.php:253 +msgid "You need to create it and assign the needed permissions" +msgstr "Vous devez créer et définir les permissions nécessaires" + +#: lib/SP/Services/Install/MySQL.php:309 +#, php-format +msgid "Error while selecting '%s' database (%s)" +msgstr "Error while selecting '%s' database (%s)" + +#: lib/SP/Services/Install/MySQL.php:311 +#, fuzzy +msgid "" +"Unable to use the database to create the structure. Please check the " +"permissions and it does not exist." +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 while creating database structure." +msgstr "Erreur pendant la création de la structure de la base de données" + +#: lib/SP/Services/Install/MySQL.php:365 +msgid "Please, try the installation again" +msgstr "Veuillez réessayer l'installation" + +#: lib/SP/Services/ItemPreset/ItemPresetService.php:84 +#: lib/SP/Services/ItemPreset/ItemPresetService.php:105 +msgid "Value not found" +msgstr "Value not found" + +#: lib/SP/Services/ItemPreset/ItemPresetService.php:188 +msgid "Error while deleting the values" +msgstr "Error while deleting the values" + +#: lib/SP/Services/Ldap/LdapImportService.php:109 +#: lib/SP/Services/Ldap/LdapImportService.php:196 +msgid "Objects found" +msgstr "Objets trouvés" + +#: lib/SP/Services/Ldap/LdapImportService.php:134 +#: lib/SP/Services/Ldap/LdapImportService.php:229 +msgid "Imported from LDAP" +msgstr "Importé depuis LDAP" + +#: lib/SP/Services/Mail/MailService.php:66 +msgid "Mail test" +msgstr "Test d'email" + +#: lib/SP/Services/Mail/MailService.php:67 +msgid "" +"This is a test email in order to verify that the configuration is working " +"right." +msgstr "" +"Ceci est un email test pour vérifier le fonctionnement de la configuration" + +#: lib/SP/Services/Mail/MailService.php:186 +msgid "Mail service unavailable" +msgstr "Mail service unavailable" + +#: 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 "Notification not found" +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 not found" +msgstr "Plugin 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 "Link not found" +msgstr "Lien introuvable" + +#: lib/SP/Services/PublicLink/PublicLinkService.php:238 +msgid "Error while removing the links" +msgstr "Erreur lors de la suppression des liens" + +#: lib/SP/Services/Service.php:109 +msgid "Rollback" +msgstr "Rollback" + +#: lib/SP/Services/Service.php:115 +msgid "Unable to start a transaction" +msgstr "Impossible de démarrer une transaction" + +#: lib/SP/Services/Service.php:133 lib/SP/Services/Service.php:140 +msgid "Error while retrieving master password from context" +msgstr "Error while retrieving master password from context" + +#: lib/SP/Services/Service.php:160 lib/SP/Services/Service.php:164 +msgid "Error while setting master password in context" +msgstr "Error while setting master password in context" + +#: lib/SP/Services/Tag/TagService.php:75 lib/SP/Services/Tag/TagService.php:94 +#: lib/SP/Services/Tag/TagService.php:111 +msgid "Tag not found" +msgstr "Tag introuvable" + +#: lib/SP/Services/Task/TaskService.php:81 +msgid "Unable to create the lock file" +msgstr "Impossible de créer le fichier vérouillé" + +#: lib/SP/Services/Task/TaskService.php:184 +msgid "Waiting for progress updating ..." +msgstr "Patientez pendant la mise à jour" + +#: lib/SP/Services/Track/TrackService.php:87 +#: lib/SP/Services/Track/TrackService.php:101 +#: lib/SP/Services/Track/TrackService.php:128 +msgid "Track not found" +msgstr "Track not found" + +#: lib/SP/Services/Track/TrackService.php:162 +#, php-format +msgid "Attempts exceeded (%d/%d)" +msgstr "Tentatives dépassées (%d/%d)" + +#: lib/SP/Services/Track/TrackService.php:163 +msgid "Seconds" +msgstr "Secondes" + +#: lib/SP/Services/Track/TrackService.php:208 +msgid "IP address not set" +msgstr "IP address not set" + +#: lib/SP/Services/Upgrade/UpgradeAppService.php:65 +#: lib/SP/Services/Upgrade/UpgradeAppService.php:88 +msgid "Update Application" +msgstr "Mettre à jour l'application" + +#: lib/SP/Services/Upgrade/UpgradeAppService.php:72 +msgid "Error while applying the application update" +msgstr "Erreur lors de la mise à jour de l'application" + +#: lib/SP/Services/Upgrade/UpgradeAppService.php:74 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:100 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:108 +msgid "Please, check the event log for more details" +msgstr "Veuillez consulter le journal des évènements pour plus de détails" + +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:55 +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:85 +msgid "API authorizations update" +msgstr "API authorizations update" + +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:70 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:206 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:236 +msgid "Update Configuration" +msgstr "Mettre à jour la configuration" + +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:82 +msgid "Parameter" +msgstr "Paramètre" + +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:121 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:125 +msgid "Error while updating the configuration" +msgstr "Erreur durant la mise à jour de la configuration" + +#: 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 "Custom fields update" +msgstr "Mise à jour des champs personnalisés" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:91 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:122 +msgid "Update DB" +msgstr "Mis à jour base de données" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:98 +msgid "Error while applying an auxiliary update" +msgstr "Erreur lors de l'application d'une mise à jour auxiliaire" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:106 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:177 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:181 +msgid "Error while updating the database" +msgstr "Erreur pendant la mise à jour de la base de données" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:154 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:156 +msgid "Update file does not contain data" +msgstr "Update file does not contain data" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:187 +msgid "Database updating was completed successfully." +msgstr "Mise à jour de la base de données effectuée" + +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:56 +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:102 +msgid "Public links update" +msgstr "Mise à jour des liens publiques" + +#: lib/SP/Services/User/UserPassService.php:256 +#: lib/SP/Services/User/UserService.php:123 +#: lib/SP/Services/User/UserService.php:154 +#: lib/SP/Services/User/UserService.php:173 +#, fuzzy +msgid "User does not exist" +msgstr "L'utilisateur n'existe pas" + +#: lib/SP/Services/User/UserService.php:192 +msgid "User not found" +msgstr "Utilisateur introuvable" + +#: lib/SP/Services/UserGroup/UserGroupService.php:80 +#: lib/SP/Services/UserGroup/UserGroupService.php:98 +#: lib/SP/Services/UserGroup/UserGroupService.php:187 +#: lib/SP/Services/UserGroup/UserToUserGroupService.php:57 +msgid "Group not found" +msgstr "Groupe introuvable" + +#: lib/SP/Services/UserGroup/UserGroupService.php:115 +msgid "Error while deleting the groups" +msgstr "Erreur lors de la suppression de groupes" + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:66 +msgid "A request for changing your user password has been done." +msgstr "" +"Une demande de changement de mot de passe pour votre utilisateur a été faite" + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:68 +msgid "In order to complete the process, please go to this URL:" +msgstr "Afin de terminer le traitement, veuillez aller sur cet URL:" + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:72 +msgid "If you have not requested this action, please dismiss this message." +msgstr "" +"Si vous n'êtes pas à l'origine de cette demande, ne tenez pas compte de ce " +"message" + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:87 +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:155 +msgid "Wrong hash or expired" +msgstr "Hash invalide ou expiré" + +#: lib/SP/Services/UserProfile/UserProfileService.php:65 +#: lib/SP/Services/UserProfile/UserProfileService.php:97 +msgid "Profile not found" +msgstr "Profil introuvable" + +#: lib/SP/Services/Wiki/DokuWikiApi.php:68 +msgid "Authentication error" +msgstr "Erreur d'authentification" + +#: lib/SP/Services/Wiki/DokuWikiApiBase.php:196 +msgid "Error while doing the query" +msgstr "Erreur durant la requête" + +#: lib/SP/Services/Wiki/DokuWikiApiBase.php:228 +msgid "Connection URL not set" +msgstr "URL de connexion non paramétré" + +#: lib/SP/Storage/Database/Database.php:131 +msgid "Blank query" +msgstr "Requête vide" + +#: lib/SP/Storage/Database/Database.php:259 +msgid "Integrity constraint" +msgstr "Contrainte d'intégrité" + +#: lib/SP/Storage/Database/MySQLHandler.php:99 +#: lib/SP/Storage/Database/MySQLHandler.php:166 +msgid "Please, check the connection parameters" +msgstr "Veuillez vérifier les paramètres de connexion" + +#: lib/SP/Storage/Database/QueryData.php:354 app/config/strings.js.inc:26 +msgid "Error while querying" msgstr "Erreur pendant la requête" -#: ../../../config/strings.js.inc:27 -msgid "Ha ocurrido un error" +#: lib/SP/Storage/File/FileCachePacked.php:57 +#, php-format +msgid "Error while decompressing the file data (%s)" +msgstr "Erreur lors de la décompression des données du fichier (%s)" + +#: lib/SP/Storage/File/FileCachePacked.php:61 +msgid "Error while retrieving the data" +msgstr "Erreur lors de la récupérartion des données" + +#: lib/SP/Storage/File/FileCachePacked.php:99 +#, php-format +msgid "Error while compressing the file data (%s)" +msgstr "Erreur lors de la compression des données du fichier (%s)" + +#: lib/SP/Storage/File/FileCachePacked.php:144 +msgid "Data not loaded" +msgstr "Données non chargées" + +#: lib/SP/Storage/File/FileHandler.php:72 +#: lib/SP/Storage/File/FileHandler.php:135 +#, php-format +msgid "Unable to read/write the file (%s)" +msgstr "Impossible de lire/écrire le fichier (%s)" + +#: lib/SP/Storage/File/FileHandler.php:89 +#, php-format +msgid "Unable to open the file (%s)" +msgstr "Impossible d'ouvrir le fichier (%s)" + +#: lib/SP/Storage/File/FileHandler.php:104 +#: lib/SP/Storage/File/FileHandler.php:118 +#, php-format +msgid "Unable to read from file (%s)" +msgstr "Unable to read from file (%s)" + +#: lib/SP/Storage/File/FileHandler.php:173 +#, php-format +msgid "Unable to close the file (%s)" +msgstr "Impossible de fermer le fichier (%s)" + +#: lib/SP/Storage/File/FileHandler.php:219 +#, php-format +msgid "Unable to write in file (%s)" +msgstr "Unable to write in file (%s)" + +#: lib/SP/Storage/File/FileHandler.php:234 +#, php-format +msgid "File not found (%s)" +msgstr "File not found (%s)" + +#: lib/SP/Storage/File/FileHandler.php:259 +#: lib/SP/Storage/File/FileHandler.php:314 +#, fuzzy, php-format +msgid "Unable to read/write file (%s)" +msgstr "Impossible de lire/écrire le fichier (%s)" + +#: lib/SP/Storage/File/FileHandler.php:286 +#, php-format +msgid "Unable to delete file (%s)" +msgstr "Unable to delete file (%s)" + +#: lib/SP/Storage/File/XmlHandler.php:89 lib/SP/Storage/File/XmlHandler.php:309 +msgid "XML node does not exist" +msgstr "XML node does not exist" + +#: lib/SP/Storage/File/XmlHandler.php:167 +msgid "There aren't any items to save" +msgstr "Il n'y a pas d'objet à sauvegarder" + +#: lib/SP/Util/Connection.php:157 +msgid "Socket not initialized" +msgstr "Socket non initialisé" + +#: lib/SP/Util/Connection.php:164 +msgid "Error while sending the data" +msgstr "Erreur lors de l'envoi de donnée" + +#: lib/SP/Util/ErrorUtil.php:148 +msgid "Option unavailable" +msgstr "Option indisponible" + +#: lib/SP/Util/ErrorUtil.php:168 lib/SP/Util/ErrorUtil.php:175 +#, fuzzy +msgid "An exception occured" +msgstr "Une erreur est survenue" + +#: lib/SP/Util/ImageUtil.php:65 +msgid "Invalid image" +msgstr "Invalid image" + +#: app/config/strings.js.inc:27 +msgid "There was an error" msgstr "Il y a une erreur" -#: ../../../config/strings.js.inc:28 ../../../config/strings.js.inc:86 -msgid "Sesión finalizada" +#: app/config/strings.js.inc:28 app/config/strings.js.inc:86 +msgid "Session finished" msgstr "Session terminée" -#: ../../../config/strings.js.inc:29 -msgid "Borrar la cuenta?" +#: app/config/strings.js.inc:29 +msgid "Delete account?" msgstr "Supprimer compte ?" -#: ../../../config/strings.js.inc:30 -msgid "Borrar el usuario?" +#: app/config/strings.js.inc:30 +msgid "Delete user?" msgstr "Supprimer utilisateur ?" -#: ../../../config/strings.js.inc:31 -msgid "Guarde la configuración para que sea efectiva" +#: app/config/strings.js.inc:31 +msgid "You should save configuration in order to take effect" msgstr "" "Vous devez sauvegarder la configuration pour qu'elle soit prise en compte" -#: ../../../config/strings.js.inc:32 -msgid "Clave Generada" +#: app/config/strings.js.inc:32 +msgid "Generated Password" msgstr "Mot de passe généré" -#: ../../../config/strings.js.inc:33 -msgid "Nivel alto" +#: app/config/strings.js.inc:33 +msgid "High level" msgstr "Niveau haut" -#: ../../../config/strings.js.inc:34 -msgid "Nivel medio" +#: app/config/strings.js.inc:34 +msgid "Average level" msgstr "Niveau moyen" -#: ../../../config/strings.js.inc:35 -msgid "Nivel bajo" +#: app/config/strings.js.inc:35 +msgid "Low level" msgstr "Niveau bas" -#: ../../../config/strings.js.inc:36 -msgid "Nivel muy alto" +#: app/config/strings.js.inc:36 +msgid "Very High level" msgstr "Niveau très haut" -#: ../../../config/strings.js.inc:37 -msgid "Utilizar al menos 8 caracteres" +#: app/config/strings.js.inc:37 +msgid "You should use at least 8 characters" msgstr "Vous devriez utiliser au moins 8 caractères" -#: ../../../config/strings.js.inc:38 -msgid "Borrar elemento?" +#: app/config/strings.js.inc:38 +msgid "Delete item?" msgstr "Supprimer élément ?" -#: ../../../config/strings.js.inc:39 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:22 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:31 -msgid "Página no encontrada" +#: app/config/strings.js.inc:39 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:22 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:31 +msgid "Page not found" msgstr "Page introuvable" -#: ../../../config/strings.js.inc:40 -msgid "Archivo no soportado para visualizar" -msgstr "Fichier non supporté pour la pré-visualisation" - -#: ../../../config/strings.js.inc:41 -msgid "Eliminar archivo?" +#: app/config/strings.js.inc:41 +msgid "Delete file?" msgstr "Supprimer fichier ?" -#: ../../../config/strings.js.inc:42 -msgid "Su navegador no soporta subir archivos con HTML5" +#: app/config/strings.js.inc:42 +msgid "Your browser does not support HTML5 file uploads" msgstr "Votre navigateur ne supporte pas le transfert de fichier HTML5" -#: ../../../config/strings.js.inc:43 -msgid "Demasiados archivos" +#: app/config/strings.js.inc:43 +msgid "Too many files" msgstr "Trop de fichiers" -#: ../../../config/strings.js.inc:44 -msgid "Tamaño de archivo no permitido" +#: app/config/strings.js.inc:44 +msgid "File size not allowed" msgstr "Taille de fichiers non supportés" -#: ../../../config/strings.js.inc:45 -msgid "Extensión no permitida" +#: app/config/strings.js.inc:45 +msgid "Extension not allowed" msgstr "Extension non autorisée" -#: ../../../config/strings.js.inc:46 +#: app/config/strings.js.inc:46 #, fuzzy -msgid "Vaciar el registro de eventos?" +msgid "Clear the event log out?" msgstr "Nettoyer journal d’événements ?" -#: ../../../config/strings.js.inc:47 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:179 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:281 -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:89 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:59 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:253 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:84 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:54 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:152 -msgid "Seleccionar Grupo" +#: app/config/strings.js.inc:47 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:179 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:281 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:89 +#: app/modules/web/themes/material-blue/views/config/import.inc:59 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:253 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:84 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:54 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:152 +msgid "Select Group" msgstr "Sélectionner un Groupe" -#: ../../../config/strings.js.inc:48 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:161 -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:114 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:32 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:278 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:69 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:27 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:37 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:81 -msgid "Seleccionar Usuario" +#: app/config/strings.js.inc:48 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:161 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:114 +#: app/modules/web/themes/material-blue/views/config/import.inc:32 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:278 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:69 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:27 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:37 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:81 +msgid "Select User" msgstr "Sélectionner un Utilisateur" -#: ../../../config/strings.js.inc:49 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:71 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:135 -msgid "Seleccionar Perfil" +#: app/config/strings.js.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:71 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:135 +msgid "Select Profile" msgstr "Sélectionner un Profil" -#: ../../../config/strings.js.inc:50 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:84 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:39 +#: app/config/strings.js.inc:50 +#: app/modules/web/themes/material-blue/views/account/account.inc:84 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:39 #, fuzzy -msgid "Seleccionar Cliente" +msgid "Select Client" msgstr "Sélectionner un Client" -#: ../../../config/strings.js.inc:51 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:109 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:43 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:54 -msgid "Seleccionar Categoría" +#: app/config/strings.js.inc:51 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:78 +#: app/modules/web/themes/material-blue/views/account/account.inc:109 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:43 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:54 +msgid "Select Category" msgstr "Sélectionner une Catégorie" -#: ../../../config/strings.js.inc:52 -msgid "Sin resultados" +#: app/config/strings.js.inc:52 +msgid "No results" msgstr "Aucun résultat" -#: ../../../config/strings.js.inc:53 -msgid "Opciones de clave" +#: app/config/strings.js.inc:53 +msgid "Password options" msgstr "Options de mot de passe" -#: ../../../config/strings.js.inc:54 -msgid "Generar clave aleatoria" +#: app/config/strings.js.inc:54 +msgid "Generate random password" msgstr "Générer un mot de passe aléatoire" -#: ../../../config/strings.js.inc:55 -msgid "Complejidad" +#: app/config/strings.js.inc:55 +msgid "Complexity" msgstr "Compléxité" -#: ../../../config/strings.js.inc:56 -msgid "Restablecer" +#: app/config/strings.js.inc:56 +msgid "Reset" msgstr "Rétablir" -#: ../../../config/strings.js.inc:57 -msgid "Nivel de fortaleza de la clave" +#: app/config/strings.js.inc:57 +msgid "Password strength level" msgstr "Niveau de sécurité du mot de passe" -#: ../../../config/strings.js.inc:58 -msgid "Mostrar Clave" +#: app/config/strings.js.inc:58 +msgid "Show Password" msgstr "Afficher Mot de Passe" -#: ../../../config/strings.js.inc:59 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:24 -msgid "Copiar Usuario" +#: app/config/strings.js.inc:59 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:24 +msgid "Copy Username" msgstr "Copier Nom d'Utilisateur" #. (itstool) path: action/text -#: ../../../config/strings.js.inc:60 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:41 -#: ../../../config/actions.xml:199 ../../../config/actions.xml:271 -msgid "Copiar Clave" +#: app/config/strings.js.inc:60 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:41 +#: app/config/actions.xml:199 app/config/actions.xml:271 +msgid "Copy Password" msgstr "Copier Mot de Passe" -#: ../../../config/strings.js.inc:61 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:84 -msgid "Incluir Números" +#: app/config/strings.js.inc:61 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:84 +msgid "Include Numbers" msgstr "Inclure des Nombres" -#: ../../../config/strings.js.inc:62 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:126 -msgid "Incluir Mayúsculas" +#: app/config/strings.js.inc:62 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:126 +msgid "Include Uppercase" msgstr "Inclure des Lettres Majuscules" -#: ../../../config/strings.js.inc:63 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:112 +#: app/config/strings.js.inc:63 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:112 #, fuzzy -msgid "Incluir Símbolos" +msgid "Include Symbols" msgstr "Inclure des Symboles" -#: ../../../config/strings.js.inc:64 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:16 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:24 -msgid "Longitud" +#: app/config/strings.js.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:16 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:24 +msgid "Length" msgstr "Longueur" -#: ../../../config/strings.js.inc:65 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:42 -msgid "Seleccionar Acción" +#: app/config/strings.js.inc:65 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:42 +msgid "Select Action" msgstr "Sélectionner une Action" -#: ../../../config/strings.js.inc:68 -msgid "Aceptar" +#: app/config/strings.js.inc:68 +msgid "Accept" msgstr "Accepter" -#: ../../../config/strings.js.inc:69 -msgid "Cancelar" +#: app/config/strings.js.inc:69 +msgid "Cancel" msgstr "Annuler" -#: ../../../config/strings.js.inc:70 +#: app/config/strings.js.inc:70 #, fuzzy -msgid "Clave Copiada al Portapapeles" +msgid "Password Copied into Clipboard" msgstr "Mot de Passe Copié dans le Presse-Papier" -#: ../../../config/strings.js.inc:71 -msgid "Error al copiar al portapapeles" +#: app/config/strings.js.inc:71 +msgid "Error while copying to clipboard" msgstr "Erreur lors de la copie dans le Presse-Papier" -#: ../../../config/strings.js.inc:73 +#: app/config/strings.js.inc:73 #, fuzzy -msgid "Recibir notificaciones?" +msgid "Send notifies?" msgstr "Envoyer notification ?" -#: ../../../config/strings.js.inc:74 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:160 -msgid "Marcar Favorito" -msgstr "Marquer comme Favoris" +#. (itstool) path: action/text +#: app/config/strings.js.inc:74 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:160 +#: app/config/actions.xml:247 +msgid "Mark as Favorite" +msgstr "" #. (itstool) path: action/text -#: ../../../config/strings.js.inc:75 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:150 -#: ../../../config/actions.xml:253 -msgid "Eliminar Favorito" +#: app/config/strings.js.inc:75 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:150 +#: app/config/actions.xml:253 +msgid "Delete Favorite" msgstr "Supprimer Favoris" -#: ../../../config/strings.js.inc:76 -msgid "Limpiar Selección" +#: app/config/strings.js.inc:76 +msgid "Clear Selection" msgstr "Effacer la Sélection" -#: ../../../config/strings.js.inc:77 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:80 -msgid "Mostrar Favoritos" -msgstr "Montrer les Favoris" +#. (itstool) path: action/text +#: app/config/strings.js.inc:77 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:80 +#: app/config/actions.xml:241 +msgid "Show Favorites" +msgstr "" -#: ../../../config/strings.js.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:74 +#: app/config/strings.js.inc:78 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:74 #, fuzzy -msgid "Mostrar Todos" +msgid "Display All" msgstr "Montrer Tous" -#: ../../../config/strings.js.inc:79 -msgid "Ayuda" -msgstr "Aide" - -#: ../../../config/strings.js.inc:80 -msgid "Sin cambios" -msgstr "Aucun changement" - -#: ../../../config/strings.js.inc:81 -msgid "Ahora" +#: app/config/strings.js.inc:81 +msgid "Now" msgstr "Maintenant" -#: ../../../config/strings.js.inc:82 +#: app/config/strings.js.inc:82 msgid "" -"Este proceso importará los usuarios de LDAP detectados. Desea continuar?" +"This process will import the detected LDAP users. Would you like to continue?" 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?" +#: app/config/strings.js.inc:83 +msgid "This action will reset all plugin data. Do you want to continue?" msgstr "" "Cette action va réinitialiser toutes les données du plugin. Souhaitez-vous " "continuer ?" -#: ../../../config/strings.js.inc:84 +#: app/config/strings.js.inc:84 #, fuzzy -msgid "Este proceso puede durar algo de tiempo. Desea continuar?" +msgid "This process could take some time long. Do you wish to continue?" msgstr "Cette action peut être longue. Souhaitez-vous continuer ?" -#: ../../../config/strings.js.inc:85 -msgid "Aviso" -msgstr "Attention" - -#: ../../../config/strings.js.inc:87 +#: app/config/strings.js.inc:87 #, fuzzy -msgid "" -"Realizando tarea. Por favor, no cierre la ventana/pestaña del navegador." +msgid "Performing task. Please, do not close browser's window/tab." 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:98 -msgid "Incluir Letras" +#: app/config/strings.js.inc:88 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:98 +msgid "Include Letters" msgstr "Inclure des Lettres" -#: ../../../config/strings.js.inc:89 +#: app/config/strings.js.inc:89 #, fuzzy -msgid "Cookies deshabilitadas. La aplicación no funcionará correctamente." +msgid "Cookies disabled. Application won't work properly." msgstr "Cookies désactivés. L'application ne fonctionnera pas correctement." -#: ../../../config/strings.js.inc:90 -msgid "Portapapeles no soportado por el navegador." +#: app/config/strings.js.inc:90 +msgid "Clipboard not supported by your browser." msgstr "Presse-Papier non supporté par votre navigateur." -#: ../../../config/strings.js.inc:91 -msgid "Realizando auto-login" +#: app/config/strings.js.inc:91 +msgid "Performing auto-login" msgstr "Auto-login effectué" -#: ../../../config/strings.js.inc:92 -msgid "Hay una versión más reciente del plugin {0} ({1})" +#: app/config/strings.js.inc:92 +msgid "There is a more recent version of {0} plugin ({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:30 -msgid "Actualizado" +#: app/config/strings.js.inc:93 +#: app/modules/web/themes/material-blue/views/main/update.inc:30 +msgid "Updated" msgstr "Mis à jour" -#: ../../../config/strings.js.inc:94 -#: ../../../modules/web/themes/material-blue/views/main/update.inc:36 -msgid "Error al comprobar actualizaciones" +#: app/config/strings.js.inc:94 +#: app/modules/web/themes/material-blue/views/main/update.inc:36 +msgid "Error while checking for updates" msgstr "Erreur pendant la recherche de mises à jour" -#: ../../../config/strings.js.inc:95 -msgid "Avisos de sysPass" +#: app/config/strings.js.inc:95 +msgid "sysPass Notices" msgstr "Notifications de sysPass" -#: ../../../config/strings.js.inc:96 -msgid "Vaciar los tracks?" +#: app/config/strings.js.inc:96 +msgid "Clear the tracks out?" msgstr "Clear the tracks out?" -#: ../../../config/strings.js.inc:97 -msgid "Archivo descargado" -msgstr "Fichier téléchargé" - -#: ../../../modules/web/themes/material-blue/views/_layouts/main.inc:21 +#: app/modules/web/themes/material-blue/views/_layouts/main.inc:21 #, fuzzy -msgid "Javascript es necesario para el correcto funcionamiento" +msgid "Javascript is needed in order to run correctly" msgstr "Javascript est requis pour fonctionner correctement" -#: ../../../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:40 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:50 -msgid "Volver" -msgstr "Retour" - -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:70 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:127 -msgid "Preferencias de usuario" +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:70 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:127 +msgid "User preferences" msgstr "Préférences de l'utilisateur" -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:74 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:77 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:148 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:151 -msgid "Salir" +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:74 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:77 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:148 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:151 +msgid "Sign Out" msgstr "Se déconnecter" -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:164 -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:53 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:164 +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:53 msgid "Demo" msgstr "Demo" -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:44 -msgid "Indica si la conexión utiliza HTTPS." +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:44 +msgid "Tells whether the connection uses HTTPS or not." msgstr "Indique si la connexion utilise le protocol HTTPS." -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:44 +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:44 #, fuzzy msgid "" -"Las claves de formularios enviados se encriptan mediante PKI, el resto de " -"datos no." +"Passwords sent from forms are encrypted using PKI, the remain data don't." 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:66 -msgid "Ayuda :: FAQ :: Changelog" +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:66 +msgid "Help :: FAQ :: Changelog" msgstr "Aide :: FAQ :: Changelog" -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:70 -msgid "Un proyecto de cygnux.org" +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:70 +msgid "A cygnux.org project" msgstr "Un projet cygnux.org" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:8 -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:12 -msgid "Parámetros especiales" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:8 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:12 +msgid "Special parameters" msgstr "Special parameters" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:14 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:14 msgid "" -"Es posible utilizar uno o varios parámetros especiales separados por espacios" +"You could use either one or several special parameters separated by blank " +"spaces" msgstr "" "You could use either one or several special parameters separated by blank " "spaces" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:16 -msgid "Buscar cuentas a las que 'login' tenga acceso" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:16 +msgid "Search for accounts which 'login' has access rights" msgstr "Rechercher les comptes pour lesquels 'login' a les droits d'accès." -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:17 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:17 #, fuzzy -msgid "Devolver las cuentas en las que 'login' es propietario" +msgid "Get the accounts in which user login \"login\" is the owner" msgstr "Récupérer les comptes pour lesquels 'login' est le propriétaire." -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:18 -msgid "Buscar cuentas a las que 'group_name' tenga acceso" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:18 +msgid "Search for accounts which 'group_name' has access rights" msgstr "" "Rechercher les comptes pour lesquels 'group_name' a les droits d'accès." -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:19 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:19 #, fuzzy -msgid "Devolver las cuentas con grupo principal 'group_name'" +msgid "Get the accounts in which main group \"group_name\" is set" msgstr "" "Récupérer les comptes pour lesquels le groupe principal est 'group_name'." -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:20 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:20 #, fuzzy -msgid "Buscar cuentas con archivos con el nombre 'file_name'" +msgid "Search for accounts which contain a file with the name 'file_name'" msgstr "" "Rechercher les comptes qui contiennent un ficher avec le nom 'file_name'." -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:21 -msgid "Buscar cuentas por nombre de cliente" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:21 +msgid "Search for accounts by client name" msgstr "Search for accounts by client name" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:22 -msgid "Buscar cuentas por nombre de categoría" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:22 +msgid "Search for accounts by category name" msgstr "Search for accounts by category name" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:23 -msgid "Devolver la cuenta con ID" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:23 +msgid "Returns the account for the given ID" msgstr "Returns the account for the given ID" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:24 -msgid "Buscar cuentas con la clave caducada" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:24 +msgid "Search for accounts with expired password" msgstr "Rechercher les comptes avec un mot de passe expiré." -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:25 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:25 #, fuzzy -msgid "Devolver las cuentas privadas del usuario actual" +msgid "Get private accounts for current user" msgstr "Rechercher les comptes privés pour l'utilisateur courant." -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:26 -msgid "Operador para los parámetros especiales" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:26 +msgid "Operator for special parameters" msgstr "Operator for special parameters" -#: ../../../modules/web/themes/material-blue/views/_partials/no_records_found.inc:10 -#: ../../../modules/web/themes/material-blue/views/account/search-index.inc:19 -msgid "No se encontraron registros" +#: app/modules/web/themes/material-blue/views/_partials/no_records_found.inc:10 +#: app/modules/web/themes/material-blue/views/account/search-index.inc:19 +msgid "No records found" msgstr "Aucun enregistrement trouvé" -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:85 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:168 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:175 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:64 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:115 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:122 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:59 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:66 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:38 -msgid "Clave (repetir)" +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:85 +#: app/modules/web/themes/material-blue/views/account/account.inc:168 +#: app/modules/web/themes/material-blue/views/account/account.inc:175 +#: app/modules/web/themes/material-blue/views/install/index.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:115 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:122 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:59 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:66 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:38 +msgid "Password (repeat)" msgstr "Mot de passe (confirmer)" -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:109 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:194 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:254 -msgid "Seleccionar Fecha" +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:109 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:147 +#: app/modules/web/themes/material-blue/views/account/account.inc:194 +#: app/modules/web/themes/material-blue/views/account/account.inc:278 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:254 +msgid "Select date" msgstr "Sélectionner une date" -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:19 -msgid "Histórico" +#: app/modules/web/themes/material-blue/views/account/account-history.inc:19 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:140 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:142 +#: app/modules/web/themes/material-blue/views/account/account.inc:271 +#: app/modules/web/themes/material-blue/views/account/account.inc:273 +msgid "History" msgstr "Historique" -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:28 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:45 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:22 -msgid "Detalles" +#: app/modules/web/themes/material-blue/views/account/account-history.inc:28 +#: app/modules/web/themes/material-blue/views/account/account.inc:45 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:22 +msgid "Details" msgstr "Détails" -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:127 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:200 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:163 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:169 -msgid "Notas" -msgstr "Notes" - -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:140 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:142 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:271 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:273 -msgid "Historial" -msgstr "Historique" - -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:147 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:278 -msgid "Seleccionar fecha" -msgstr "Sélectionner une date" - -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:160 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:293 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:32 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:291 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:293 -msgid "Última Modificación" -msgstr "Dernière Modification" - -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:23 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:54 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:119 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:140 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:18 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:35 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:57 -msgid "Seleccionar Usuarios" -msgstr "Sélectionner des Utilisateurs" - -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:33 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:37 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:101 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:105 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:127 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:176 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:29 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:70 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:53 -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:132 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:136 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:148 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:198 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:46 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:87 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:102 -msgid "Editar" -msgstr "Éditer" - -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:91 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:122 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:168 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:190 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:59 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:76 -msgid "Seleccionar Grupos" -msgstr "Sélectionner des Groupes" - -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:204 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:182 -msgid "Privada" -msgstr "Restreint (Personnel)" - -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:223 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:198 -msgid "Privada Grupo" -msgstr "Restreint au Groupe" - -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:15 -msgid "Solicitar Modificación de Cuenta" -msgstr "Demander Modification de Compte" - -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:46 -msgid "Petición" -msgstr "Demande" - -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:52 -#, fuzzy -msgid "Descripción de la petición" -msgstr "Description de la Demande" - -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:74 -msgid "Enviar" -msgstr "Envoyer" - -#: ../../../modules/web/themes/material-blue/views/account/account.inc:37 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:133 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:21 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:214 -msgid "Permisos" -msgstr "Permissions" - -#: ../../../modules/web/themes/material-blue/views/account/account.inc:218 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:98 -msgid "Seleccionar Etiquetas" -msgstr "Sélectionner des Tags" - -#: ../../../modules/web/themes/material-blue/views/account/account.inc:262 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:26 -msgid "Seleccionar Cuenta" -msgstr "Sélectionner un Compte" - -#: ../../../modules/web/themes/material-blue/views/account/account.inc:301 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:303 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:306 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:193 -msgid "Enlace Público" -msgstr "Lien Publique" - -#: ../../../modules/web/themes/material-blue/views/account/account.inc:314 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:316 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:319 -msgid "Enlace Directo" -msgstr "Direct Link" - -#: ../../../modules/web/themes/material-blue/views/account/details.inc:22 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:24 -msgid "Fecha Alta" -msgstr "Date Ajoutée" - -#: ../../../modules/web/themes/material-blue/views/account/details.inc:60 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:62 -msgid "Fecha Edición" -msgstr "Date Modifiée" - -#: ../../../modules/web/themes/material-blue/views/account/details.inc:68 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:70 -msgid "Editor" -msgstr "Éditeur" - -#: ../../../modules/web/themes/material-blue/views/account/details.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:80 -msgid "Fecha de Clave" -msgstr "Date du Mot de Passe" - -#: ../../../modules/web/themes/material-blue/views/account/files.inc:37 -msgid "Soltar archivos aquí (max. 5) o click para seleccionar" -msgstr "Déposer les fichier ici (max. 5) ou cliquez pour les sélectionner." - -#: ../../../modules/web/themes/material-blue/views/account/files.inc:39 -#, 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:35 -msgid "Buscar en Wiki" -msgstr "Rechercher dans le Wiki" - -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:84 -#, php-format -msgid "Abrir enlace a: %s" -msgstr "Ouvrir le lien vers: %s" - -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:111 -msgid "Clave Caducada" -msgstr "Mot de Passe Expiré" - -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:125 -msgid "Cuenta Privada (Grupo)" -msgstr "Compte privé (groupe)" - -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:168 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:127 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:78 +#: app/modules/web/themes/material-blue/views/account/account.inc:200 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:168 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:163 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:169 msgid "Notes" msgstr "Notes" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:182 -msgid "Archivos adjuntos" +#: app/modules/web/themes/material-blue/views/account/account-history.inc:160 +#: app/modules/web/themes/material-blue/views/account/account.inc:293 +#: app/modules/web/themes/material-blue/views/account/details.inc:32 +#: app/modules/web/themes/material-blue/views/account/details.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:291 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:293 +msgid "Last Modification" +msgstr "Dernière Modification" + +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:23 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:54 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:119 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:140 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:18 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:35 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:57 +msgid "Select Users" +msgstr "Sélectionner des Utilisateurs" + +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:33 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:37 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:101 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:105 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:127 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:176 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:29 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:53 +msgid "View" +msgstr "Voir" + +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:91 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:122 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:168 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:190 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:59 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:76 +msgid "Select Groups" +msgstr "Sélectionner des Groupes" + +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:204 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:182 +msgid "Private" +msgstr "Restreint (Personnel)" + +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:223 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:198 +msgid "Private for Group" +msgstr "Restreint au Groupe" + +#: app/modules/web/themes/material-blue/views/account/account-request.inc:15 +msgid "Request Account Modification" +msgstr "Demander Modification de Compte" + +#: app/modules/web/themes/material-blue/views/account/account-request.inc:52 +#, fuzzy +msgid "Request description" +msgstr "Description de la Demande" + +#: app/modules/web/themes/material-blue/views/account/account-request.inc:74 +msgid "Send" +msgstr "Envoyer" + +#: app/modules/web/themes/material-blue/views/account/account.inc:37 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:133 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:21 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:214 +msgid "Permissions" +msgstr "Permissions" + +#: app/modules/web/themes/material-blue/views/account/account.inc:218 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:98 +msgid "Select Tags" +msgstr "Sélectionner des Tags" + +#: app/modules/web/themes/material-blue/views/account/account.inc:262 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:26 +msgid "Select Account" +msgstr "Sélectionner un Compte" + +#: app/modules/web/themes/material-blue/views/account/account.inc:301 +#: app/modules/web/themes/material-blue/views/account/account.inc:303 +#: app/modules/web/themes/material-blue/views/account/account.inc:306 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:193 +msgid "Public Link" +msgstr "Lien Publique" + +#: app/modules/web/themes/material-blue/views/account/account.inc:314 +#: app/modules/web/themes/material-blue/views/account/account.inc:316 +#: app/modules/web/themes/material-blue/views/account/account.inc:319 +msgid "Direct Link" +msgstr "Direct Link" + +#: app/modules/web/themes/material-blue/views/account/details.inc:22 +#: app/modules/web/themes/material-blue/views/account/details.inc:24 +msgid "Date Added" +msgstr "Date Ajoutée" + +#: app/modules/web/themes/material-blue/views/account/details.inc:60 +#: app/modules/web/themes/material-blue/views/account/details.inc:62 +msgid "Date Modified" +msgstr "Date Modifiée" + +#: app/modules/web/themes/material-blue/views/account/details.inc:68 +#: app/modules/web/themes/material-blue/views/account/details.inc:70 +msgid "Editor" +msgstr "Éditeur" + +#: app/modules/web/themes/material-blue/views/account/details.inc:78 +#: app/modules/web/themes/material-blue/views/account/details.inc:80 +msgid "Password Date" +msgstr "Date du Mot de Passe" + +#: app/modules/web/themes/material-blue/views/account/files.inc:37 +msgid "Drop files here (max. 5) or click to select" +msgstr "Déposer les fichier ici (max. 5) ou cliquez pour les sélectionner." + +#: app/modules/web/themes/material-blue/views/account/files.inc:39 +#, php-format +msgid "Maximum file size: %d MB" +msgstr "Taille maximum du fichier : %d MB" + +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:35 +msgid "Search in Wiki" +msgstr "Rechercher dans le Wiki" + +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:84 +#, php-format +msgid "Open link to: %s" +msgstr "Ouvrir le lien vers: %s" + +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:111 +msgid "Password Expired" +msgstr "Mot de Passe Expiré" + +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:125 +msgid "Private Account (Group)" +msgstr "Compte privé (groupe)" + +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:182 +msgid "Attachments" msgstr "Fichiers joints" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:209 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:220 -msgid "Enlace a Wiki" +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:209 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:220 +msgid "Link to Wiki" msgstr "Lien vers Wiki" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:212 -msgid "Ver en Wiki" +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:212 +msgid "View at Wiki" msgstr "Voir sur le Wiki" -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:59 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:63 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:230 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:231 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:59 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:63 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:230 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:231 #, fuzzy -msgid "Búsqueda global" +msgid "Global search" msgstr "Recherche globale" -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:85 -msgid "Filtrar Favoritos" +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:85 +msgid "Favorites Filtering" msgstr "Filtrer les Favoris" -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:100 -msgid "Cuentas por página" +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:100 +msgid "Accounts per page" msgstr "Comptes par page" -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:108 -msgid "Más Filtros" +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:108 +msgid "More Filters" msgstr "Plus de Filtres" -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:113 -msgid "Seleccionar Etiqueta" +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:113 +msgid "Select Tag" msgstr "Sélectionner un Tag" -#: ../../../modules/web/themes/material-blue/views/common/aux-customfields.inc:22 -msgid "Los datos serán encriptados al guardar" +#: app/modules/web/themes/material-blue/views/common/aux-customfields.inc:22 +msgid "Data will be encrypted after saving" msgstr "Data will be encrypted after saving" -#: ../../../modules/web/themes/material-blue/views/common/aux-customfields.inc:27 -msgid "Los datos serán desencriptados al guardar" +#: app/modules/web/themes/material-blue/views/common/aux-customfields.inc:27 +msgid "Data will be unencrypted after saving" msgstr "Data will be unencrypted after saving" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:12 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:12 +#: app/modules/web/themes/material-blue/views/config/backup.inc:12 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:12 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:12 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:12 #, php-format -msgid "La extensión '%s' no está disponible" +msgid "The '%s' extension is unavailable" msgstr "The '%s' extension is unavailable" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:16 -msgid "Esta extensión es necesaria para mostrar las claves como imágenes" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:16 +msgid "This extension is needed to display passwords as images" msgstr "This extension is needed to display passwords as images" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:30 -msgid "Búsqueda" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:30 +msgid "Searching" msgstr "Rechercher" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:36 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:56 -msgid "Resultados por página" -msgstr "Resultats par page" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:36 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:52 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:56 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:72 +msgid "Results per page" +msgstr "" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:41 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:61 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:41 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:61 #, fuzzy -msgid "Número de resultados por página a mostrar, al realizar una búsqueda." +msgid "Number of results per page to display when performing a search." msgstr "Nombre de résultats à afficher par page pour une recherche." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:52 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:72 -msgid "Número de resultados por página" -msgstr "Résultats par page" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:70 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:30 -msgid "Caducidad clave cuentas" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:30 +msgid "Accounts password expiry" msgstr "Accounts password expiry" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:71 -msgid "Habilita la caducidad de la clave de cuentas." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:71 +msgid "Enables the accounts password expiry date." msgstr "Enables the accounts password expiry date." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:79 -msgid "Tiempo caducidad clave" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:79 +msgid "Password expiry time" msgstr "Password expiry time" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:84 -msgid "Número de días para la caducidad de la clave de cuenta." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:84 +msgid "Number of days for account's password expiry date." msgstr "Number of days for account's password expiry date." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:94 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:38 -msgid "Tiempo caducidad (días)" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:94 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:38 +msgid "Expire time (days)" msgstr "Expire time (days)" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:112 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:90 -msgid "Nombre de cuenta como enlace" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:112 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:90 +msgid "Account name as link" msgstr "Nom du compte comme lien" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:113 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:92 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:113 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:92 #, fuzzy -msgid "" -"Habilita el nombre de la cuenta de la búsqueda, como enlace a los detalles " -"de la cuenta." +msgid "Enables to use the account name as a link to account details." msgstr "Active le nom du compte comme lien vers les détails du compte." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:128 -msgid "Búsquedas globales" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:128 +msgid "Global searches" msgstr "Recherches globales" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:129 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:129 #, fuzzy 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." +"Allows the users to do searches that includes all accounts, they won't be " +"able to display the account details if they don't have permission." 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:144 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:154 -msgid "Imagen para mostrar clave" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:144 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:154 +msgid "Image to show password" msgstr "Image pour visualiser le mot de passe" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:146 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:156 -msgid "Generar una imagen con el texto de la clave de la cuenta." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:146 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:156 +msgid "Generate an image with a text of the account password." msgstr "Génère une image avec le texte du mot de passe du compte." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:148 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:158 -msgid "Util para entornos donde copiar la clave supone un riesgo de seguridad." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:148 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:158 +msgid "" +"Useful for environments where copying a password to clipboard is a security " +"risk." 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:164 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:158 -msgid "Resultados en Tarjetas" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:164 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:158 +msgid "Results like Cards" msgstr "Résultats sous forme de cartes" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:166 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:160 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:166 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:160 #, fuzzy -msgid "Muestra los resultados de búsqueda de cuentas en formato tarjeta." +msgid "Displays account's search results on a card like format." msgstr "Active l'affichage des résultats de recherche comme format carte." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:182 -msgid "Acceso Grupos Secundarios" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:182 +msgid "Secondary Groups Access" msgstr "Accès groupes secondaire" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:184 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:184 #, fuzzy -msgid "" -"Habilita el acceso a los usuarios que estén incluidos en los grupos " -"secundarios." +msgid "Grants access to users that are included in secondary groups." msgstr "Donner accès aux utilisateurs inclus le groupe secondaire." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:186 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:186 #, fuzzy msgid "" -"Por defecto el usuario de un grupo secundario es permitido si el grupo " -"secundario está establecido como el primario del usuario." +"By default, user in a secondary group is granted if the secondary group is " +"set as user's main group." 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:197 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:378 -#: ../../../config/actions.xml:73 -msgid "Enlaces Públicos" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:197 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:378 +#: app/config/actions.xml:73 +msgid "Public Links" msgstr "Liens Publique" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:215 -msgid "Habilitar Enlaces Públicos" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:215 +msgid "Enable Public Links" msgstr "Activer les Liens Publique" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:217 -msgid "" -"Habilita la posibilidad de generar enlaces públicos para ver los detalles de " -"una cuenta." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:217 +msgid "Enables the ability to create public links to view an account's details" 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:219 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:219 #, fuzzy -msgid "" -"Las cuentas enlazadas serán visibles por cualquiera que disponga del enlace." +msgid "Linked accounts will be visible by anyone that have the link." 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:221 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:221 #, fuzzy msgid "" -"Para crear enlaces, los usuarios tienen que tener activada la opción en su " -"perfl." +"In order to create links, users must have activated the option on their " +"profiles." msgstr "" "Pour créer des liens, les utilisateurs doivent activer l'option dans leur " "profil." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:237 -msgid "Usar imagen para clave" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:237 +msgid "Use an image for password" msgstr "Utiliser une image pour le mot de passe" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:239 -msgid "La clave de la cuenta es visualizada como una imagen." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:239 +msgid "The account password is shown as image." msgstr "Le mot de passe du compte est montré comme une image." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:248 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:257 -msgid "Tiempo de caducidad" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:248 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:257 +msgid "Expire time" msgstr "Durée d'expiration" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:263 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:272 -msgid "Número máximo de visitas" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:263 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:272 +msgid "Maximum visits" msgstr "Visite maximum" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:298 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:411 -msgid "Gestión de archivos" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:298 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:411 +msgid "Files management" msgstr "Gestion des fichiers" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:299 -msgid "Habilita la subida/descarga de archivos para las cuentas." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:299 +msgid "Enables the uploading and downloading of accounts files." msgstr "Active l'envoi et le téléchargement des fichiers pour les comptes." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:307 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:320 -msgid "Extensiones de archivos permitidas" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:307 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:320 +msgid "Allowed file extensions" msgstr "Extensions de fichiers permises" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:312 -msgid "Extensiones permitidas para la subida de archivos." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:312 +msgid "Allowed file extensions for uploading." msgstr "Extensions de fichiers autorisées au chargement." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:315 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:315 msgid "" -"Escribir extensión y pulsar intro para añadir. Es necesario guardar la " -"configuración." +"Write the extension and press enter to add. Remember to save the " +"configuration." 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:328 -msgid "Tamaño máximo de archivo" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:328 +msgid "Maximum file size" msgstr "Taille maximale de fichier" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:333 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:333 #, fuzzy -msgid "Establece el tamaño máximo para subir archivos." +msgid "Sets the maximum file size for uploading." msgstr "Définir la taille maximale d'un fichier pour le téléchargement." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:337 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:337 #, fuzzy -msgid "El máximo absuluto es de 16MB." +msgid "Absolute maximum is 16MB." msgstr "Le grand maximum est 16MB" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:348 -msgid "Tamaño máximo de archivo en kilobytes" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:348 +msgid "Maximum file size in kilobytes" msgstr "Taille maximale de fichier en kilobytes" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:16 -msgid "" -"Esta extensión es necesaria para generar los archivos de copia de seguridad " -"de la aplicación" +#: app/modules/web/themes/material-blue/views/config/backup.inc:16 +msgid "This extension is needed to build the application's backup files" msgstr "This extension is needed to build the application's backup files" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:30 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:33 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:109 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:112 -msgid "Resultado" +#: app/modules/web/themes/material-blue/views/config/backup.inc:30 +#: app/modules/web/themes/material-blue/views/config/backup.inc:33 +#: app/modules/web/themes/material-blue/views/config/backup.inc:109 +#: app/modules/web/themes/material-blue/views/config/backup.inc:112 +msgid "Result" msgstr "Résultat" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:41 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:44 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:120 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:123 -msgid "Descargar Actual" +#: app/modules/web/themes/material-blue/views/config/backup.inc:41 +#: app/modules/web/themes/material-blue/views/config/backup.inc:44 +#: app/modules/web/themes/material-blue/views/config/backup.inc:120 +#: app/modules/web/themes/material-blue/views/config/backup.inc:123 +msgid "Download Current" msgstr "Télécharger l'élément actuel" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:51 -msgid "Copia BBDD" +#: app/modules/web/themes/material-blue/views/config/backup.inc:51 +msgid "DB Backup" msgstr "Sauvegarde de la base de données" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:58 -msgid "Copia sysPass" +#: app/modules/web/themes/material-blue/views/config/backup.inc:58 +msgid "sysPass Backup" msgstr "Sauvegarde sysPass" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:80 +#: app/modules/web/themes/material-blue/views/config/backup.inc:80 #, fuzzy 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." +"The backup allows you to save and download sysPass database and application " +"files including its configuration." msgstr "" "La copie de sécurité permet de sauvegarder et télécharger indépendamment la " "base de données sysPass et les fichiers de l'application ainsi que la " "configuration." -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:82 +#: app/modules/web/themes/material-blue/views/config/backup.inc:82 msgid "" -"Con este método es posible guardar todos los datos de sysPass en otro lugar " -"o utilizarlos para hacer la aplicación portable." +"With this method it's possible to either save all sysPass data in another " +"place or use it to make the application portable." msgstr "" "Avec cette méthode, il est possible de sauvegarder toutes les données de " "sysPass sur un autre emplacement ou de l'utiliser pour en faire une " "application portable." -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:101 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:185 -msgid "Exportar Cuentas" +#: app/modules/web/themes/material-blue/views/config/backup.inc:101 +#: app/modules/web/themes/material-blue/views/config/backup.inc:185 +msgid "Export Accounts" msgstr "Exporter les comptes" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:139 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:147 -msgid "Clave de Exportación" +#: app/modules/web/themes/material-blue/views/config/backup.inc:139 +#: app/modules/web/themes/material-blue/views/config/backup.inc:147 +msgid "Export Password" msgstr "Mot de Passe d'exportation" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:153 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:161 -msgid "Clave de Exportación (repetir)" +#: app/modules/web/themes/material-blue/views/config/backup.inc:153 +#: app/modules/web/themes/material-blue/views/config/backup.inc:161 +msgid "Export Password (repeat)" msgstr "Mot de Passe d'exportation (confirmer)" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:187 +#: app/modules/web/themes/material-blue/views/config/backup.inc:187 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." +"The accounts export allows you to save the accounts and their data in XML " +"format to be imported in another sysPass instance." 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:189 +#: app/modules/web/themes/material-blue/views/config/backup.inc:189 #, fuzzy -msgid "Los elementos exportados son cuentas, clientes, categorías y etiquetas." +msgid "Exported items are accounts, clients, categories and tags." msgstr "Les objets exportés sont des comptes, clients, catégories et tags." -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:191 +#: app/modules/web/themes/material-blue/views/config/backup.inc:191 #, fuzzy msgid "" -"Las claves de las cuentas son exportadas de forma encriptada para mayor " -"seguridad." +"Accounts' password are exported in an encrypted way for better security." msgstr "" "Les mots de passes des comptes sont chiffrés lors de l'export pour une " "meilleure sécurité." -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:193 +#: app/modules/web/themes/material-blue/views/config/backup.inc:193 #, fuzzy msgid "" -"Es posible establecer una clave de exportación para guardar todos los datos " -"encriptados en el archivo XML." +"It's possible to set an export password to save all the encrypted data in " +"the XML file." 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:17 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:153 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:152 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:167 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:50 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:56 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:57 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:102 -msgid "Clave Maestra" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:17 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:153 +#: app/modules/web/themes/material-blue/views/config/import.inc:152 +#: app/modules/web/themes/material-blue/views/config/import.inc:167 +#: app/modules/web/themes/material-blue/views/install/index.inc:50 +#: app/modules/web/themes/material-blue/views/install/index.inc:56 +#: app/modules/web/themes/material-blue/views/login/index.inc:57 +#: app/modules/web/themes/material-blue/views/login/index.inc:102 +msgid "Master Password" msgstr "Mot de Passe Maître" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:24 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:27 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:198 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:201 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:24 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:27 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:198 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:201 #, fuzzy -msgid "Último cambio" +msgid "Last change" msgstr "Dernier Changement" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:35 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:43 -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:142 -msgid "Clave Maestra actual" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:35 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:43 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:142 +msgid "Current Master Password" msgstr "Mot de Passe Maître actuel" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:49 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:57 -msgid "Nueva Clave Maestra" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:49 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:57 +msgid "New Master Password" msgstr "Nouveau Mot de Passe Maître" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:63 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:71 -msgid "Nueva Clave Maestra (repetir)" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:63 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:71 +msgid "New Master Password (repeat)" msgstr "Nouveau Mot de Passe Maître (confirmer)" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:80 -msgid "Guarde la nueva clave en un lugar seguro." +#: app/modules/web/themes/material-blue/views/config/encryption.inc:80 +msgid "You should save the new password on a secure place" msgstr "Vous devriez sauvegarder le mot de passe dans un endroit sûre." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:84 -msgid "Se volverán a encriptar las claves de todas las cuentas." +#: app/modules/web/themes/material-blue/views/config/encryption.inc:84 +msgid "All accounts passwords will be encrypted again." msgstr "Tous les mots de passe des comptes seront de nouveau chiffrés." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:88 -msgid "Los usuarios deberán de introducir la nueva clave maestra." +#: app/modules/web/themes/material-blue/views/config/encryption.inc:88 +msgid "Users will need to enter the new Master Password." msgstr "Les utilisateurs devront saisir un nouveau Mot de Passe Maître." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:92 -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:130 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:92 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:130 #, fuzzy, php-format -msgid "" -"Se van a actualizar %s cuentas. Este proceso puede tardar algo de tiempo." +msgid "It will be updated %s accounts. This process could take some time long." msgstr "Cette action va mettre à jour %s comptes. Ceci peut prendre un moment." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:109 -msgid "No modificar cuentas" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:109 +msgid "Do not modify accounts" msgstr "Ne pas modifier les comptes" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:111 -msgid "Establece una nueva clave maestra sin re-encriptar las cuentas" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:111 +msgid "Sets a new Master Password without re-encrypting the accounts." msgstr "" "Définir un nouveau Mot de Passe Maître sans chiffrer à nouveau les comptes." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:127 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:127 #, fuzzy -msgid "Confirmar cambio" +msgid "Confirm change" msgstr "Confirmer Changement" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:129 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:129 msgid "" -"Confirmar el cambio de clave maestra después de haber leído las advertencias " -"anteriores." +"Confirm the master password change after you have been read all the above " +"warnings." msgstr "" "Confirm the master password change after you have been read all the above " "warnings." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:155 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:155 #, fuzzy msgid "" -"La clave maestra es utilizada para encriptar las claves de las cuentas de " -"sysPass para mantenerlas seguras." +"The Master Password is used to encrypt sysPass accounts passwords and keep " +"them safe." 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:157 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:157 #, fuzzy msgid "" -"Es recomendable cambiarla cada cierto tiempo y utilizar una clave compleja " -"que incluya números, letras y símbolos." +"It's advisable to change it from time to time and use a complex password " +"that includes numbers, letters and symbols." 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:159 -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:132 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:159 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:132 #, php-format -msgid "Para más información consulte: %s" +msgid "You could get more info on: %s" msgstr "Vous pouvez obtenir plus d'informations sur : %s" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:169 -msgid "Actualizar hash de clave maestra" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:169 +msgid "Update master password hash" msgstr "Mettre à jour le hash du Mot de Passe Maître" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:189 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:323 -msgid "Clave Temporal" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:189 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:323 +msgid "Temporary Password" msgstr "Mot de Passe Temporaire" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:203 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:218 -msgid "No generada" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:203 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:218 +msgid "Not generated" msgstr "Pas généré" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:208 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:211 -msgid "Válido hasta" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:208 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:211 +msgid "Valid until" msgstr "Vailde jusqu'à" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:224 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:227 -msgid "Intentos" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:224 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:227 +msgid "Attempts" msgstr "Tentatives" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:234 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:244 -msgid "Validez (s)" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:234 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:244 +msgid "Life (s)" msgstr "Validité (s)" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:263 -msgid "Enviar correo" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:263 +msgid "Send email" msgstr "Envoyer un courriel" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:265 -msgid "" -"Envía un correo a todos los usuarios o sólo a los del grupo seleccionado." +#: app/modules/web/themes/material-blue/views/config/encryption.inc:265 +msgid "Sends an email to all users or only to those whose group is selected." 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:325 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:325 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." +"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." 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:332 -msgid "Generar" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:332 +msgid "Generate" msgstr "Générer" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:12 -msgid "Autentificación" -msgstr "Authentification" - -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:30 -msgid "Usar Auth Basic" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:30 +msgid "Use Auth Basic" msgstr "Utiliser Auth Basic" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:31 -msgid "Usar Auth Basic para autorizar los accesos a la aplicación." +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:31 +msgid "Use Auth Basic for authorizing accesses to the application" msgstr "Use Auth Basic for authorizing accesses to the application" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:45 -msgid "Usar Auth Basic SSO" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:45 +msgid "Use Auth Basic SSO" msgstr "Use Auth Basic SSO" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:46 -msgid "Usar auto-login con Auth Basic." +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:46 +msgid "Use auto-login through Auth Basic" msgstr "Use auto-login through Auth Basic" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:54 -msgid "Dominio" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:54 +msgid "Domain" msgstr "Domaine" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:59 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:59 #, fuzzy msgid "" -"El dominio será añadido al nombre de usuario de sysPass para comprobarlo con " -"el de Auth Basic." +"The domain will be added to sysPass user name for checking against the Auth " +"Basic one." 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:69 -msgid "Nombre de dominio" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:69 +msgid "Domain name" msgstr "Nom de domaine" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:75 -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:85 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:45 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:55 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:239 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:249 -msgid "Grupo por Defecto" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:75 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:85 +#: app/modules/web/themes/material-blue/views/config/import.inc:45 +#: app/modules/web/themes/material-blue/views/config/import.inc:55 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:239 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:249 +msgid "Default Group" msgstr "Groupe par Défaut" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:80 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:80 #, fuzzy -msgid "" -"Define el grupo de usuarios por defecto para los nuevos usuarios de SSO." +msgid "Sets the default users group for newly created SSO users" 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:100 -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:110 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:264 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:274 -msgid "Perfil por Defecto" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:100 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:110 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:264 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:274 +msgid "Default Profile" msgstr "Profil par Défaut" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:105 -msgid "" -"Define el perfil de usuarios por defecto para los nuevos usuarios de SSO." +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:105 +msgid "Sets the default profile for the newly created SSO users." msgstr "Définie le profile par défaut pour les nouveaux utilisateurs SSO" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:98 -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:101 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:173 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:176 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:70 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:72 -msgid "Eventos" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:12 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:98 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:101 +#: app/modules/web/themes/material-blue/views/config/mail.inc:173 +#: app/modules/web/themes/material-blue/views/config/mail.inc:176 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:70 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:72 +msgid "Events" msgstr "Évènements" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:30 -msgid "Habilitar log de eventos" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:30 +msgid "Enable event log" msgstr "Active le journal des évènements" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:31 -msgid "Guarda las acciones realizadas en la aplicación." +#: app/modules/web/themes/material-blue/views/config/general-events.inc:31 +msgid "Saves the actions done by the application." msgstr "Sauvegarde les actions effectuées par l'application." -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:45 -msgid "Habilitar Syslog" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:45 +msgid "Enable Syslog" msgstr "Activer Syslog" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:60 -msgid "Habilitar Syslog Remoto" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:60 +msgid "Enable Remote Syslog" msgstr "Activer Syslog Distant" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:70 -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:39 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:75 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:78 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:94 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:119 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:59 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:66 -msgid "Servidor" -msgstr "Serveur" - -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:78 -msgid "Nombre o dirección IP" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:78 +msgid "Hostname or IP address" msgstr "Nom d'hôte ou adresse IP" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:84 -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:92 -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:53 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:72 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:79 -msgid "Puerto" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:84 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:92 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:53 +#: app/modules/web/themes/material-blue/views/config/mail.inc:72 +#: app/modules/web/themes/material-blue/views/config/mail.inc:79 +msgid "Port" msgstr "Port" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:12 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:12 msgid "Proxy" msgstr "Proxy" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:30 -msgid "Usar Proxy" +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:30 +msgid "Use Proxy" msgstr "Utiliser un serveur Proxy" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:31 -msgid "Usar proxy para comprobación de actualizaciones y notificaciones." +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:31 +msgid "Use a proxy server for checking out for updates and notifications." msgstr "Use a proxy server for checking out for updates and notifications." -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:47 -msgid "Servidor proxy" +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:47 +msgid "Proxy server" msgstr "Serveur proxy" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:61 -msgid "Puerto del servidor proxy" +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:61 +msgid "Proxy server port" msgstr "Port du serveur proxy" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:75 -msgid "Usuario del servidor proxy" +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:75 +msgid "Proxy server user" msgstr "Utilisateur du serveur proxy" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:89 -msgid "Clave del servidor proxy" +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:89 +msgid "Proxy server password" msgstr "Mot de passe utilisateur du serveur proxy" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:16 -msgid "" -"Esta extensión es necesaria comprobar las actualizaciones y notificaciones" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:16 +msgid "This extension is needed to check for sysPass updates and notices" msgstr "This extension is needed to check for sysPass updates and notices" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:24 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:15 -msgid "Sitio" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:24 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:15 +msgid "Site" msgstr "Site" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:30 -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:44 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:107 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:121 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:137 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:139 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:26 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:28 -msgid "Idioma" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:30 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:44 +#: app/modules/web/themes/material-blue/views/config/info.inc:107 +#: app/modules/web/themes/material-blue/views/config/info.inc:121 +#: app/modules/web/themes/material-blue/views/install/index.inc:137 +#: app/modules/web/themes/material-blue/views/install/index.inc:139 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:26 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:28 +msgid "Language" msgstr "Langage" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:35 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:35 #, fuzzy msgid "" -"Establece el idioma global de la aplicación. Es posible establecer un idioma " -"por usuario en las preferencias." +"Sets the global app language. You can set a per user language on preferences." 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:39 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:39 #, fuzzy msgid "" -"Para mejorar/añadir las traducciones, puede colaborar en https://poeditor." -"com/join/project/fmlsBuugyv" +"To improve/add translations, you can get involved at 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:57 -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:67 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:40 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:42 -msgid "Tema Visual" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:57 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:67 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:40 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:42 +msgid "Visual Theme" msgstr "Thème Visuel" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:62 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:62 #, fuzzy msgid "" -"Establece el tema visual global de la aplicación. Es posible establecer un " -"tema visual por usuario en las preferencias." +"Sets the global application visual theme. You can set a per user visual " +"theme on preferences." msgstr "" "Définis le thème visuel global de l'application. Vous pouvez définir le " "thème dans les préférences utilisateur." -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:81 -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:89 -msgid "Timeout de sesión (s)" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:81 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:89 +msgid "Session timeout (s)" msgstr "Timeout de session (s)" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:107 -msgid "Forzar HTTPS" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:107 +msgid "Force HTTPS" msgstr "Forcer HTTPS" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:108 -msgid "Fuerza para que todas las conexiones sean a través de HTTPS." +#: app/modules/web/themes/material-blue/views/config/general-site.inc:108 +msgid "It forces the use of HTTPS on all the connections" msgstr "Force l'utilisation du protocole HTTPS pour toutes les connexions." -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:122 -msgid "Habilitar depuración" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:122 +msgid "Enable debug" msgstr "Activer le mode debug" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:123 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:123 #, fuzzy msgid "" -"Muestra información relativa a la configuración de la aplicación y " -"rendimiento." +"Displays some information about application configuration and performance." msgstr "" "Afficher des informations sur la configuration de l'application et sur la " "performance." -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:137 -msgid "Modo mantenimiento" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:137 +msgid "Maintenance mode" msgstr "Mode maintenance" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:138 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:138 msgid "" -"En este modo no se puede acceder a la aplicación. Para deshabilitarlo es " -"necesario modificar el archivo de configuración." +"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." msgstr "" "Dans ce mode, personne ne peut accéder à l'application. Pour le désactiver, " "vous devez modifier le fichier de configuration." -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:152 -msgid "Comprobar actualizaciones" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:152 +msgid "Check for updates" msgstr "Vérifier les mises à jour" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:153 -msgid "" -"Comprobar actualizaciones de la aplicación (sólo para los usuarios " -"administradores)." +#: app/modules/web/themes/material-blue/views/config/general-site.inc:153 +msgid "Check for application updates (only for administrators)." msgstr "" "Vérifier les mises à jour d'application (uniquement pour les " "administrateurs)." -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:167 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:167 #, fuzzy -msgid "Comprobar notificaciones" +msgid "Check for notifications" msgstr "Vérifier les notifications" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:168 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:168 msgid "" -"Comprobar si existen notificaciones de seguridad o avisos de sysPass (sólo " -"para los usuarios administradores)." +"Check if there are either sysPass security or warning notices (only for " +"administrators)." 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:182 -msgid "Encriptar Sesión" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:182 +msgid "Encrypt Session" msgstr "Session chiffrée" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:184 -msgid "Encriptar los datos de la sesión de PHP." +#: app/modules/web/themes/material-blue/views/config/general-site.inc:184 +msgid "Encrypt PHP session data" msgstr "Données de session PHP chiffrées" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:185 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:185 msgid "" -"Esta funcionalidad incrementa la seguridad de las sesiones de PHP ya que los " -"datos almacenados no serán legibles." +"This feature increases the PHP sessions security, because the stored data " +"won't be readable." 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/import.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:103 -msgid "Importar CSV/XML" +#: app/modules/web/themes/material-blue/views/config/import.inc:12 +#: app/modules/web/themes/material-blue/views/config/import.inc:103 +msgid "CSV/XML Import" msgstr "Importer CSV/XML" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:18 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:28 -msgid "Usuario por Defecto" +#: app/modules/web/themes/material-blue/views/config/import.inc:18 +#: app/modules/web/themes/material-blue/views/config/import.inc:28 +msgid "Default User" msgstr "Utilisateur par Défaut" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:23 -msgid "Define el usuario por defecto para las cuentas importadas." +#: app/modules/web/themes/material-blue/views/config/import.inc:23 +msgid "Sets the default user for the accounts imported." msgstr "Définis l'utilisateur par défaut pour les comptes importés." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:50 -msgid "Define el grupo por defecto para las cuentas importadas." +#: app/modules/web/themes/material-blue/views/config/import.inc:50 +msgid "Sets the default group for the accounts imported." msgstr "Définis le groupe par défaut pour les comptes importés." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:72 -msgid "Archivo" -msgstr "Fichier" - -#: ../../../modules/web/themes/material-blue/views/config/import.inc:75 -msgid "Soltar archivo aquí o click para seleccionar" +#: app/modules/web/themes/material-blue/views/config/import.inc:75 +msgid "Drop files here or click to select" msgstr "Déposer les fichiers ici ou cliquer pour les sélectionner" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:105 +#: app/modules/web/themes/material-blue/views/config/import.inc:105 #, fuzzy msgid "" -"Permite realizar la importación de Cuentas, Categorías y Clientes desde " -"archivos XML y CSV." +"Allows to import Accounts, Categories and Clients from XML or CSV files." msgstr "" "Permet de réaliser l'importation des comptes, catégories et clients depuis " "un fichier archive XML ou CSV." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:107 +#: app/modules/web/themes/material-blue/views/config/import.inc:107 #, fuzzy -msgid "" -"Los formatos de archivos XML soportados son: sysPass, KeePass y KeePassX" +msgid "Supported XML file formats are: sysPass, KeePass and KeePassX" msgstr "" "Les formats de fichier archives XML supportés sont: sysPass, KeePass et " "KeePassX." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:109 +#: app/modules/web/themes/material-blue/views/config/import.inc:109 #, fuzzy -msgid "" -"Arrastar el archivo a importar a la zona indicada o hacer click sobre la " -"flecha." +msgid "Drag & Drop the file into the import zone or click over the arrow." msgstr "" "Glisser-déposer les fichiers à la zone d'importation ou cliquez sur la " "flèche." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:111 +#: app/modules/web/themes/material-blue/views/config/import.inc:111 #, 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." +"For KeePass or KeePassX files, client name will be KeePass or KeePassX and " +"category name like groups name." msgstr "" "Pour les archives KeePass ou KeePassX, le nom du client sera celui de " "KeePass ou de KeePassX et la catégorie sera celle du nom des groupes." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:113 -msgid "La importación de archivos CSV se realiza con el siguiente formato:" +#: app/modules/web/themes/material-blue/views/config/import.inc:113 +msgid "The CSV import file requires the following format:" msgstr "L'importation des archives CSV nécessite les formats suivants :" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:115 +#: app/modules/web/themes/material-blue/views/config/import.inc:115 #, fuzzy msgid "" -"\"nombre_de_cuenta\";\"cliente\";\"categoría\";\"url\";\"usuario\";\"clave\";" -"\"notas\"" +"\"account_name\";\"client\";\"category\";\"url\";\"user\";\"password\";" +"\"notes\"" msgstr "" "\"account_name\";\"customer\";\"category\";\"url\";\"user\";\"password\";" "\"notes\"" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:117 +#: app/modules/web/themes/material-blue/views/config/import.inc:117 #, fuzzy msgid "" -"En todos los casos, si el cliente o la categoría no están creados, se crean " -"automáticamente." +"In all cases, if the client or category do not exist they will be created " +"automatically." 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:125 +#: app/modules/web/themes/material-blue/views/config/import.inc:125 msgid "XML" msgstr "XML" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:131 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:146 -msgid "Clave de Importación" +#: app/modules/web/themes/material-blue/views/config/import.inc:131 +#: app/modules/web/themes/material-blue/views/config/import.inc:146 +msgid "Import Password" msgstr "Importer un Mot de Passe" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:136 -msgid "Sólo es necesaria para archivos XML de sysPass encriptados." +#: app/modules/web/themes/material-blue/views/config/import.inc:136 +msgid "It's only needed for sysPass XML files that have been encrypted." msgstr "Seulement nécessaire pour les fichier XML sysPass chiffrés." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:157 +#: app/modules/web/themes/material-blue/views/config/import.inc:157 #, fuzzy msgid "" -"Sólo es necesaria para archivos XML de sysPass con clave maestra distinta de " -"la actual." +"It's only needed for sysPass XML files that have been encrypted with a " +"different master password from the current one." 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:174 +#: app/modules/web/themes/material-blue/views/config/import.inc:174 msgid "CSV" msgstr "CSV" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:180 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:195 -msgid "Delimitador CSV" +#: app/modules/web/themes/material-blue/views/config/import.inc:180 +#: app/modules/web/themes/material-blue/views/config/import.inc:195 +msgid "CSV delimiter" msgstr "Délimiteur CSV" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:185 -msgid "Sólo es necesario para archivos CSV." +#: app/modules/web/themes/material-blue/views/config/import.inc:185 +msgid "It's only needed for CSV files." msgstr "Seulement nécessaire pour les fichiers CSV." -#: ../../../modules/web/themes/material-blue/views/config/info.inc:14 -msgid "Información de la Aplicación" +#: app/modules/web/themes/material-blue/views/config/info.inc:14 +msgid "Application Information" msgstr "Information sur l'Application" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:20 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:23 -msgid "Versión sysPass" +#: app/modules/web/themes/material-blue/views/config/info.inc:20 +#: app/modules/web/themes/material-blue/views/config/info.inc:23 +msgid "sysPass version" msgstr "Version de sysPass" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:30 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:33 -msgid "Base de Datos" +#: app/modules/web/themes/material-blue/views/config/info.inc:30 +#: app/modules/web/themes/material-blue/views/config/info.inc:33 +msgid "Database" msgstr "Base de données" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:44 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:47 +#: app/modules/web/themes/material-blue/views/config/info.inc:44 +#: app/modules/web/themes/material-blue/views/config/info.inc:47 msgid "PHP" msgstr "PHP" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:49 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:34 -msgid "Versión" -msgstr "Version" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:51 -msgid "Extensiones" +#: app/modules/web/themes/material-blue/views/config/info.inc:51 +msgid "Extensions" msgstr "Extensions" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:55 -msgid "Extensiones no disponibles" +#: app/modules/web/themes/material-blue/views/config/info.inc:55 +msgid "Unavailable extensions" msgstr "Unavailable extensions" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:59 -msgid "Memoria Usada" +#: app/modules/web/themes/material-blue/views/config/info.inc:59 +msgid "Used Memory" msgstr "Mémoire Utilisée" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:63 -msgid "Tasa de descarga" +#: app/modules/web/themes/material-blue/views/config/info.inc:63 +msgid "Download rate" msgstr "Download rate" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:66 +#: app/modules/web/themes/material-blue/views/config/info.inc:66 msgid "OP Cache" msgstr "OP Cache" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:85 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:88 -msgid "Copia de Configuración" +#: app/modules/web/themes/material-blue/views/config/info.inc:85 +#: app/modules/web/themes/material-blue/views/config/info.inc:88 +msgid "Configuration Backup" msgstr "Configuration de Sauvegarde" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:98 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:180 +#: app/modules/web/themes/material-blue/views/config/info.inc:98 +#: app/modules/web/themes/material-blue/views/config/info.inc:180 #, php-format -msgid "Descargar %s" +msgid "Download %s" msgstr "Download %s" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:112 -msgid "Indica si el idioma se encuentra disponible" +#: app/modules/web/themes/material-blue/views/config/info.inc:112 +msgid "Tells whether the language is available or not." msgstr "Indique si la langue est disponible." -#: ../../../modules/web/themes/material-blue/views/config/info.inc:116 +#: app/modules/web/themes/material-blue/views/config/info.inc:116 msgid "" -"Si no está instalado, es necesario instalar las locales en el sistema " -"operativo. Más información en Wiki." +"If it is not installed, you would need install the right operating system " +"locales. More info at Wiki." msgstr "" "Si non installé, vous devez configurer les bon droits sur le système " "d'exploitation. Plus d'info sur le Wiki." -#: ../../../modules/web/themes/material-blue/views/config/info.inc:128 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:138 -msgid "Sesión Encriptada" +#: app/modules/web/themes/material-blue/views/config/info.inc:128 +#: app/modules/web/themes/material-blue/views/config/info.inc:138 +msgid "Encrypted Session" msgstr "Session Chiffrée" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:133 +#: app/modules/web/themes/material-blue/views/config/info.inc:133 #, fuzzy -msgid "Indica si los datos de la sesión están encriptados en el servidor" +msgid "Tells whether the session data are encrypted in the server side or not" 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:140 -msgid "Sí" -msgstr "Oui" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:140 -msgid "No" -msgstr "Non" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:145 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:148 -msgid "Plugins Cargados" +#: app/modules/web/themes/material-blue/views/config/info.inc:145 +#: app/modules/web/themes/material-blue/views/config/info.inc:148 +msgid "Loaded Plugins" msgstr "Plugins Chargés" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:171 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:174 -msgid "Archivo de log" +#: app/modules/web/themes/material-blue/views/config/info.inc:171 +#: app/modules/web/themes/material-blue/views/config/info.inc:174 +msgid "Log file" msgstr "Log file" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:16 -msgid "Esta extensión es necesaria conectar con el servidor de LDAP" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:16 +msgid "This extension is needed to connect to the LDAP server" msgstr "This extension is needed to connect to the LDAP server" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:46 -msgid "Habilitar LDAP" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:46 +msgid "Enable LDAP" msgstr "Activer l'annuaire LDAP" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:48 -msgid "Habilita de autentificación mediante servidor LDAP." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:48 +msgid "Enables authentication against an LDAP server." msgstr "Active l'authentification couplé à un serveur LDAP." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:50 -msgid "Este método utilizará MySQL en caso de fallo." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:50 +msgid "This method will use MySQL as fallback." msgstr "Cette méthode utilisera MySQL en cas de défaillance." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:65 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:65 msgid "Active Directory" msgstr "Active Directory" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:67 -msgid "Habilita el modo de conexión con LDAP de Active Directory." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:67 +msgid "Enables Active Directory LDAP connection mode." msgstr "Permet le mode de connexion actif avec l'annuaire LDAP." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:84 -msgid "Habilita la conexión mediante TLS." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:84 +msgid "Enables the connection over TLS" msgstr "Enables the connection over TLS" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:99 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:99 #, fuzzy -msgid "Nombre o dirección IP del servidor de LDAP." +msgid "Hostname or IP address of LDAP server." msgstr "Le nom d'hôte ou l'adresse IP du serveur LDAP." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:103 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:134 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:185 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:219 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:131 -msgid "Ejemplos:" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:103 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:134 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:185 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:219 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:131 +msgid "Examples:" msgstr "Exemples :" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:125 -msgid "Usuario de conexión" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:125 +msgid "Bind User" msgstr "Utilisateur de Connexion" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:130 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:130 #, fuzzy -msgid "Usuario para conectar con el servicio de LDAP." +msgid "User to connect to LDAP service." msgstr "Utilisateur de connexion au service LDAP." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:155 -msgid "Clave de conexión" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:155 +msgid "Bind Password" msgstr "Mot de passe de connexion" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:160 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:160 #, fuzzy -msgid "Clave del usuario de conexión a LDAP." +msgid "LDAP connection user's password" msgstr "Mot de passe de l'utilisateur de connexion à l'annuaire LDAP." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:176 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:200 -msgid "Base de búsqueda" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:176 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:200 +msgid "Search base" msgstr "Base de recherche" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:181 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:181 #, fuzzy -msgid "Base en la que realizar la búsqueda de usuarios de LDAP." +msgid "LDAP base to perform the LDAP users search." msgstr "Base dans laquelle se fera la recherche des utilisateurs LDAP." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:211 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:211 #, fuzzy -msgid "" -"Grupo de LDAP al que debe de pertenecer el usuario para permitir el acceso." +msgid "LDAP group which user must belong to for granting to log in." msgstr "" "Groupe LDAP auquel l'utilisateur doit appartenir afin d'autoriser sa " "connexion." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:215 -msgid "Este grupo debe de estar ubicado en la base de búsquedas de LDAP." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:215 +msgid "This group needs to be placed in the LDAP search base." msgstr "Ce groupe a besoin d'être placé dans la base de recherche LDAP." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:244 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:244 #, fuzzy -msgid "" -"Define el grupo de usuarios por defecto para los nuevos usuarios de LDAP." +msgid "Sets the default users group for newly created LDAP users" msgstr "Définis le groupe par défaut pour les nouveaux utilisateurs LDAP." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:269 -msgid "" -"Define el perfil de usuarios por defecto para los nuevos usuarios de LDAP." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:269 +msgid "Sets the default profile for the newly created LDAP users." msgstr "Définis le profil par défaut pour les nouveaux utilisateurs LDAP." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:321 -msgid "Importación" -msgstr "Import" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:321 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:494 +msgid "Import" +msgstr "" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:327 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:337 -msgid "Atributo Login" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:327 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:337 +msgid "Login Attribute" msgstr "Login Attribué" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:332 -msgid "" -"Define el atributo a utilizar para el login del usuario en la importación." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:332 +msgid "Defines the attribute for the user's login when importing." msgstr "Définir l'attribut pour le login utilisateur durant l'importation." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:350 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:360 -msgid "Atributo Nombre" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:350 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:360 +msgid "Name Attribute" msgstr "Nom d'attribut" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:355 -msgid "" -"Define el atributo a utilizar para el nombre del usuario en la importación." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:355 +msgid "Defines the attribute for the user's name when importing." msgstr "Définir l'attribut pour les noms utilisateurs importés." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:385 -msgid "Importar Grupos" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:385 +msgid "Import Groups" msgstr "Import des groupes" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:394 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:404 -msgid "Atributo Nombre Grupo" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:394 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:404 +msgid "Group Name Attribute" msgstr "Attribut de nom de groupe" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:399 -msgid "" -"Define el atributo a utilizar para el nombre del grupo en la importación." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:399 +msgid "Defines the attribute for the user group name when importing." msgstr "Définie l'attribut pour le nom de groupe lors de l'import" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:415 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:429 -msgid "Filtro" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:415 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:429 +msgid "Filter" msgstr "Filtre" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:420 -msgid "Filtro para importar usuarios o grupos de LDAP." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:420 +msgid "Filter for importing LDAP users or groups." msgstr "Filtre pour l'import d'utilisateurs ou de groupes LDAP" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:33 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:34 -msgid "Habilitar notificaciones de correo" +#: app/modules/web/themes/material-blue/views/config/mail.inc:33 +#: app/modules/web/themes/material-blue/views/config/mail.inc:34 +msgid "Enable email notifications" msgstr "Activer les notifications par courriel" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:48 -msgid "Habilitar peticiones por correo" +#: app/modules/web/themes/material-blue/views/config/mail.inc:48 +msgid "Enable requests by email" msgstr "Activer les demandes par courriel" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:50 +#: app/modules/web/themes/material-blue/views/config/mail.inc:50 #, fuzzy msgid "" -"Habilita que los usuarios puedan solicitar modificaciones o acceso a las " -"cuentas sin permisos." +"Allows users to request for either modifications to existing accounts or " +"access to accounts which they have no rights on." msgstr "" "Autorise les utilisateurs à effectuer des demandes par courriel d'accès ou " "de modifications à des comptes." -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:97 -msgid "Habilitar Autentificación" +#: app/modules/web/themes/material-blue/views/config/mail.inc:97 +msgid "Enable Authentication" msgstr "Activer l'Authentification" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:132 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:135 -msgid "Seguridad" +#: app/modules/web/themes/material-blue/views/config/mail.inc:132 +#: app/modules/web/themes/material-blue/views/config/mail.inc:135 +msgid "Security" msgstr "Sécurité" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:138 -msgid "Deshabilitada" -msgstr "Désactivé" - -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:148 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:156 +#: app/modules/web/themes/material-blue/views/config/mail.inc:148 +#: app/modules/web/themes/material-blue/views/config/mail.inc:156 #, fuzzy -msgid "Dirección de correo de envío" +msgid "Recipient email address" msgstr "Adresse courriel du destinataire" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:162 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:165 -msgid "Destinatarios" +#: app/modules/web/themes/material-blue/views/config/mail.inc:162 +#: app/modules/web/themes/material-blue/views/config/mail.inc:165 +msgid "Recipients" msgstr "Destinataires" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:16 -msgid "Esta extensión es necesaria conectar con DokuWiki" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:16 +msgid "This extension is needed to connect with DokuWiki" msgstr "This extension is needed to connect with DokuWiki" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:47 -msgid "Habilitar enlaces Wiki" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:47 +msgid "Enable Wiki links" msgstr "Activer les liens Wiki" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:48 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:48 msgid "" -"Habilita la opción de añadir un enlace a Wiki externa para los resultados de " -"la búsqueda." +"Enables the option to add a link to search for results in an external Wiki." msgstr "" "Permet la possibilité d'ajouter un lien pour obtenir des résultats de " "recherche à un Wiki externe." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:56 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:83 -msgid "URL de búsqueda Wiki" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:56 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:83 +msgid "Wiki search URL" msgstr "URL de recherche Wiki" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:61 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:61 #, fuzzy -msgid "URL que utiliza la wiki para realizar una búsqueda de una página." +msgid "URL that Wiki uses for making an entry searching." msgstr "URL que le Wiki utilise pour faire une recherche d'entrée." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:65 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:65 #, fuzzy -msgid "Como parámetro se utiliza el nombre del cliente." +msgid "The client's name is used as parameter." msgstr "Le nom du client est utilisée comme paramètre." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:69 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:102 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:187 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:214 -msgid "Ejemplo:" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:69 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:102 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:187 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:214 +msgid "Example:" msgstr "Exemple :" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:89 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:116 -msgid "URL de página en Wiki" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:89 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:116 +msgid "Wiki page URL" msgstr "URL de page Wiki" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:94 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:94 #, fuzzy -msgid "URL que utiliza la wiki para acceder a los detalles de una página." +msgid "URL that Wiki uses for accessing to the entry details." msgstr "URL qu'utilise Wiki pour accéder aux détails d'une page." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:98 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:98 #, fuzzy -msgid "" -"El nombre de la cuenta se utiliza como parámetro de la variable de búsqueda " -"de la Wiki." +msgid "Account's name is used as parameter of Wiki search variable." msgstr "" "Le nom du compte est utilisé comme paramètre lors de la recherche Wiki." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:122 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:136 -msgid "Prefijo para nombre de cuenta" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:122 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:136 +msgid "Account name prefix" msgstr "Préfix de nom du compte" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:127 -msgid "" -"Prefijo para determinar qué cuentas tienen un enlace a una página de la Wiki." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:127 +msgid "Prefix to determine which accounts have a link to the Wiki." msgstr "Préfix déterminant quels comptes ont un lien vers une page Wiki." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:146 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:146 msgid "DokuWiki API" msgstr "DokuWiki API" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:164 -msgid "Habilitar API de DokuWiki" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:164 +msgid "Enable DokuWiki API" msgstr "Active DokuWiki API" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:166 -msgid "" -"Habilita la conexión a la API XML-RPC de DokuWiki para los enlaces Wiki." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:166 +msgid "Enables DokuWiki XML-RPC API for Wiki links." msgstr "Active DokuWiki XML-RPC API pour les liens Wiki." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:168 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:168 msgid "" -"Para que esta característica funcione, es necesario habilitar los enlaces " -"Wiki para el filtrado de cuentas." +"In order to get this feature working, you should enable Wiki links for " +"accounts filtering" msgstr "" "Pour utiliser cette fonctionnalité, vous devez activer les liens Wiki pour " "les comptes filtrés" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:178 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:199 -msgid "URL API" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:178 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:199 +msgid "API URL" msgstr "API URL" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:183 -msgid "URL de la API de DokuWiki." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:183 +msgid "DokuWiki API URL" msgstr "DokuWiki API URL" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:205 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:227 -msgid "URL Base" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:205 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:227 +msgid "Base URL" msgstr "Base URL" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:210 -msgid "URL base de DokuWiki." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:210 +msgid "DokuWiki base URL" msgstr "DokuWiki base URL" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:238 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:238 #, fuzzy -msgid "Usuario para conectar a la API de DokuWiki." +msgid "User for connecting to the DokuWiki API." msgstr "Utilisateur à connecter au DokuWiki API." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:266 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:282 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:266 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:282 msgid "Namespace" msgstr "Namespace" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:271 -msgid "Namespace utilizado para buscar las páginas." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:271 +msgid "Namespace used to search pages." 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:170 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:172 -msgid "Instalar" +#: app/modules/web/themes/material-blue/views/error/error-database.inc:17 +#: app/modules/web/themes/material-blue/views/error/error-database.inc:19 +#: app/modules/web/themes/material-blue/views/install/index.inc:170 +#: app/modules/web/themes/material-blue/views/install/index.inc:172 +msgid "Install" msgstr "Installer" -#: ../../../modules/web/themes/material-blue/views/grid/datagrid-nav-full.inc:18 -msgid "Filtro ON" +#: app/modules/web/themes/material-blue/views/grid/datagrid-nav-full.inc:18 +msgid "Filter ON" msgstr "Filtre ON" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:11 +#: app/modules/web/themes/material-blue/views/install/index.inc:11 #, php-format -msgid "Instalación %s" +msgid "Installation %s" msgstr "Installation %s" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:21 -msgid "Admin de sysPass" +#: app/modules/web/themes/material-blue/views/install/index.inc:21 +msgid "sysPass Admin" msgstr "sysPass Admin" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:29 -msgid "Usuario administrador de sysPass" +#: app/modules/web/themes/material-blue/views/install/index.inc:29 +msgid "sysPass admin user" msgstr "Utilisateur \"administrateur\" de Syspass" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:37 -msgid "Login del usuario administrador de sysPass" +#: app/modules/web/themes/material-blue/views/install/index.inc:37 +msgid "sysPass administrator's login" msgstr "Login administrateur de sysPass" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:69 -msgid "Configurar BBDD" +#: app/modules/web/themes/material-blue/views/install/index.inc:69 +msgid "DB Configuration" msgstr "Configuration base de données" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:79 -msgid "Usuario acceso BBDD" +#: app/modules/web/themes/material-blue/views/install/index.inc:79 +msgid "DB access user" msgstr "Utilisateur pour accéder à la base de données" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:87 +#: app/modules/web/themes/material-blue/views/install/index.inc:87 #, fuzzy -msgid "Usuario con permisos de administrador de MySQL" +msgid "An user with MySQL admin rights" msgstr "Utilisateur avec les droits administrateur MySQL" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:95 -msgid "Clave acceso BBDD" +#: app/modules/web/themes/material-blue/views/install/index.inc:95 +msgid "DB access password" msgstr "Mot de passe pour accéder à la base de données" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:104 -msgid "Nombre BBDD para sysPass" +#: app/modules/web/themes/material-blue/views/install/index.inc:104 +#: app/modules/web/themes/material-blue/views/install/index.inc:112 +msgid "sysPass database name" msgstr "Nom de la base de données sysPass" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:112 -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:121 -msgid "Servidor BBDD para sysPass" +#: app/modules/web/themes/material-blue/views/install/index.inc:121 +msgid "sysPass database server" msgstr "Adresse du serveur de base de données sysPass" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:129 +#: app/modules/web/themes/material-blue/views/install/index.inc:129 #, fuzzy -msgid "Nombre del servidor para instalar la base de datos de sysPass" +msgid "Server name to install sysPass database" msgstr "Nom du serveur ou installer la base de données sysPass" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:149 -msgid "Modo Hosting" +#: app/modules/web/themes/material-blue/views/install/index.inc:149 +msgid "Hosting Mode" msgstr "Mode Hébergé" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:156 -msgid "No crea ni verifica los permisos del usuario sobre la BBDD" +#: app/modules/web/themes/material-blue/views/install/index.inc:156 +msgid "It does not create or verify the user's permissions on the DB" msgstr "" "Ne créer pas ou vérifier les permissions de l'utilisateur dans la base de " "données" -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:28 -msgid "Otros" +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:28 +msgid "Others" msgstr "Autres" -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:64 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:66 -msgid "Creador" +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:66 +msgid "Creator" msgstr "Créateur" -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:134 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:155 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:184 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:206 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:134 -msgid "Eliminar" -msgstr "Supprimer" - -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:232 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:234 -msgid "Eliminar Historial" +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:232 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:234 +msgid "Delete History" msgstr "Delete History" -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:64 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:19 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:92 -msgid "Opciones" +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:19 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:92 +msgid "Options" msgstr "Options" -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:67 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:71 -msgid "Regenerar Autorización" +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:67 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:71 +msgid "Refresh Authorization" msgstr "Actualiser l'Autorisation" -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:77 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:79 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:77 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:79 msgid "Token" msgstr "Token" -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:54 -msgid "Indica si el cliente es visible para todos los usuarios." +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:54 +msgid "Sets whether the client is visible by all users" msgstr "Indique si le client est visible par tous les utilisateurs" -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:57 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:57 #, fuzzy msgid "" -"Por defecto los clientes asignados a cuentas sólo son visibles para los " -"usuarios con acceso a las cuentas." +"By default, clients assigned to accounts only will be visible by users who " +"are granted to access to the accounts." msgstr "Par défaut, les clients assignés aux comptes" -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:30 -msgid "Nombre del campo" +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:30 +msgid "Field name" msgstr "Nom du champ" -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:63 -msgid "Texto Ayuda" +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:63 +msgid "Help Text" msgstr "Notice d'Aide" -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:69 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:69 #, fuzzy -msgid "Ayuda del campo" +msgid "Field's help" msgstr "Aide du champ" -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:80 -msgid "Obligatorio" +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:80 +msgid "Required" msgstr "Requis" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:44 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:52 -msgid "Puntuación" +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:44 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:52 +msgid "Score" msgstr "Score" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:58 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:65 -msgid "Expresión Regular" +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:58 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:65 +msgid "Regular Expression" msgstr "Regular Expression" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:140 -msgid "Incluir Minúsculas" +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:140 +msgid "Include Lowercase" msgstr "Include Lowercase" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:31 -msgid "Las cuentas sólo serán visibles por el usuario." +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:31 +msgid "Accounts will be only visible by the user." msgstr "Accounts will be only visible by the user." -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:33 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:52 -msgid "Los administradores no podrán acceder a las cuentas." +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:33 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:52 +msgid "Administrators won't be able to display the accounts." msgstr "Administrators won't be able to display the accounts." -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:50 -msgid "Las cuentas sólo serán visibles por el usuario y su grupo principal." +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:50 +msgid "" +"Accounts will be only visible by the user and users belonging to the main " +"group." msgstr "" "Accounts will be only visible by the user and users belonging to the main " "group." -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:16 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:24 -msgid "Dirección IP" +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:16 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:24 +msgid "IP Address" msgstr "IP Address" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:29 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:37 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:29 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:37 msgid "Timeout" msgstr "Timeout" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:89 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:89 msgid "" -"Prioridad de asignación en caso de coincidir con otros valores asignados por " -"usuario, grupo o perfil." +"Assignment priority if values match with others assigned by user, group or " +"profile." msgstr "" "Assignment priority if values match with others assigned by user, group or " "profile." -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:100 -msgid "Prioridad de asignación" +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:100 +msgid "Assignment Priority" msgstr "Assignment Priority" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:122 -msgid "" -"Indica si los valores serán forzados al crear o modificar los elementos." +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:122 +msgid "Enforces the values to be set either on creating or updating an item." msgstr "Enforces the values to be set either on creating or updating an item." -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:124 -msgid "Los valores serán añadidos a los existentes." +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:124 +msgid "Values will be merged with the existing ones." msgstr "Values will be merged with the existing ones." -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:81 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:83 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:81 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:83 msgid "Hash" msgstr "Hash" -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:89 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:91 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:89 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:91 msgid "URL" msgstr "URL" -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:99 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:101 -msgid "Uso" +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:99 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:101 +msgid "Use" msgstr "Utiliser" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:44 -msgid "Nombre de usuario completo" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:44 +msgid "Full username" msgstr "Nom complet d'utilisateur" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:58 -msgid "Login de inicio de sesión" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:58 +msgid "Session login" msgstr "Login de connexion" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:69 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:69 #, fuzzy -msgid "Login SSO" +msgid "SSO Login " msgstr "Identification SSO" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:77 -msgid "Login de inicio de sesión con SSO" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:77 +msgid "Session login with SSO" msgstr "Ouverture de session avec SSO" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:84 -msgid "Email" -msgstr "Courriel" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:92 -msgid "Dirección de correo" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:92 +msgid "Email address" msgstr "Adresse de courriel" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:200 -msgid "Admin Aplicación" -msgstr "Admin de l'Application" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:202 -msgid "Administrador de la aplicación" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:202 +msgid "Application administrator" msgstr "Administrateur de l'application" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:218 -msgid "Admin Cuentas" -msgstr "Admin des Comptes" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:220 -msgid "Administrador de cuentas" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:220 +msgid "Accounts administrator" msgstr "Administrateur des comptes" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:240 -msgid "Forzar cambio de clave" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:240 +msgid "Force password change" msgstr "Forcer le changement de mot de passe" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:257 -msgid "Deshabilitado" -msgstr "Utilisateur Désactivé" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:273 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:275 -msgid "Entradas" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:273 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:275 +msgid "Entries" msgstr "Entrées" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:282 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:284 -msgid "Último Acceso" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:282 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:284 +msgid "Last Access" msgstr "Dernier Accès" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:300 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:302 -msgid "Fecha Clave Maestra" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:300 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:302 +msgid "Master Password Date" msgstr "Date du Mot de Passe Maître" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:309 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:311 -msgid "Usado en" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:309 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:311 +msgid "Used in" msgstr "Used in" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:87 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:89 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:548 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:550 -msgid "Usado por" +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:87 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:89 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:548 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:550 +msgid "Used by" msgstr "Utilisé par" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:108 -msgid "(*) Incluido en grupo" +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:108 +msgid "(*) Listed in group" msgstr "(*) Listed in group" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:26 -msgid "Gestión" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:26 +msgid "Management" msgstr "Gestion" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:36 -msgid "Crear" -msgstr "Créer" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:37 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:37 #, fuzzy -msgid "Crear nueva cuenta" +msgid "Create new account" msgstr "Créer nouveau compte" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:54 -msgid "Ver detalles de cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:54 +msgid "View account details" msgstr "Voir détails du compte" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:70 -msgid "Ver clave de cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:70 +msgid "View account password" msgstr "Voir mot de passe du compte" #. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:86 -#: ../../../config/actions.xml:259 -msgid "Ver Historial" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:86 +#: app/config/actions.xml:259 +msgid "View History" msgstr "Voir Historique" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:87 -msgid "Ver historial de cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:87 +msgid "View account history" msgstr "Voir historique du compte" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:103 -msgid "Editar cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:103 +msgid "Edit account" msgstr "Éditer compte" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:118 -msgid "Editar Clave" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:118 +msgid "Edit Password" msgstr "Éditer Mot de Passe" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:119 -msgid "Editar clave de cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:119 +msgid "Edit account password" msgstr "Éditer mot de passe du compte" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:135 -msgid "Eliminar cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:135 +msgid "Remove account" msgstr "Supprimer compte" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:151 -msgid "Ver archivos de cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:151 +msgid "View account files" msgstr "Voir fichiers du compte" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:166 -msgid "Publicar Enlace" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:166 +msgid "Share Link" msgstr "Partager le Lien" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:167 -msgid "Publicar enlace a cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:167 +msgid "Share link to account" msgstr "Partager le lien au compte" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:183 -msgid "Crear cuenta privada" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:183 +msgid "Create private account" msgstr "Créer compte privé" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:199 -msgid "Crear cuenta privada para grupo" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:199 +msgid "Create private account for group" msgstr "Créer compte privé pour le groupe" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:215 -msgid "Asignar permisos" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:215 +msgid "Assign permissions" msgstr "Définir permissions" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:251 -msgid "Gestión de usuarios" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:251 +msgid "Users management" msgstr "Gestion des utilisateurs" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:267 -msgid "Gestión de grupos" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:267 +msgid "Groups management" msgstr "Gestion des groupes" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:283 -msgid "Gestión de perfiles" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:283 +msgid "Profiles management" msgstr "Gestion des profils" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:299 -msgid "Gestión de categorías" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:299 +msgid "Categories management" msgstr "Gestion des catégories" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:315 -msgid "Gestión de etiquetas" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:315 +msgid "Tags management" msgstr "Gestion des tags" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:331 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:331 #, fuzzy -msgid "Gestión de clientes" +msgid "Customers management" msgstr "Gestion des clients" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:347 -msgid "Gestión de campos personalizados" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:347 +msgid "Custom fields management" msgstr "Gestion des champs personnalisés" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:363 -msgid "Gestión de autorizaciones API" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:363 +msgid "API authorizations management" msgstr "Gestion des autorisations des APIs" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:379 -msgid "Gestión de enlaces" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:379 +msgid "Links management" msgstr "Gestion des liens" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:395 -msgid "Gestión de cuentas" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:395 +msgid "Accounts management" msgstr "Gestion des comptes" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:426 -msgid "Valores por Defecto" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:426 +msgid "Default Values" msgstr "Default Values" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:427 -msgid "Gestión de Valores por Defecto" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:427 +msgid "Default Values Management" msgstr "Default Values Management" #. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:447 -#: ../../../config/actions.xml:697 -msgid "Configuración General" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:447 +#: app/config/actions.xml:697 +msgid "General Configuration" msgstr "Configuration Générale" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:463 -msgid "Opciones de encriptación" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:463 +msgid "Encryption options" msgstr "Options de chiffrement" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:478 -msgid "Backup" -msgstr "Sauvegarde" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:479 -msgid "Realizar copia de seguridad y exportar" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:479 +msgid "Make a backup and export" msgstr "Faire une sauvegarde et exporter" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:494 -msgid "Importar" -msgstr "Importer" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:495 -msgid "Realizar importación de cuentas" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:495 +msgid "Make accounts import" msgstr "Effectuer l'importation des comptes" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:514 -msgid "Log de Eventos" -msgstr "Journal d'évènements" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:515 -msgid "Ver log de eventos" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:515 +msgid "View event log" msgstr "Voir journal d'évènements" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:541 -msgid "Nombre del perfil" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:541 +msgid "Profile name" msgstr "Nom du profil" -#: ../../../modules/web/themes/material-blue/views/login/index.inc:46 -msgid "Clave Anterior" +#: app/modules/web/themes/material-blue/views/login/index.inc:46 +msgid "Previous Password" msgstr "Mot de Passe Précédent" -#: ../../../modules/web/themes/material-blue/views/login/index.inc:73 -msgid "Acceder" +#: app/modules/web/themes/material-blue/views/login/index.inc:73 +msgid "Sign in" msgstr "Se connecter" -#: ../../../modules/web/themes/material-blue/views/login/index.inc:82 +#: app/modules/web/themes/material-blue/views/login/index.inc:82 #, fuzzy -msgid "¿Olvidó su clave?" +msgid "Forgot password?" msgstr "Mot de passe oublié ?" -#: ../../../modules/web/themes/material-blue/views/login/index.inc:88 -msgid "Aplicación actualizada correctamente" -msgstr "Application mise à jour avec succès" - -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:14 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:14 #, php-format -msgid "Actualización %s" +msgid "Update %s" msgstr "Mise à jour %s" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:20 -msgid "Actualización de BBDD" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:20 +msgid "DB Update" msgstr "Actualisation de la base de données" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:22 -msgid "Actualización de Aplicación" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:22 +msgid "Application Update" msgstr "Mise à jour de l'Application" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:29 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:28 -msgid "Código de Seguridad" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:29 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:28 +msgid "Security Code" msgstr "Code de Sécurité" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:37 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:37 #, fuzzy msgid "" -"Este código se encuentra en el archivo de configuración de sysPass con la " -"etiqueta \"upgradeKey\"" +"This code is set in sysPass config file within the tag name \"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:47 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:47 msgid "" -"Se han encontrado elementos huérfanos. Por favor, modifique estos elementos " -"o indique los IDs por defecto para los elementos huérfanos." +"Some orphaned items have been found. Please, modify those items or enter the " +"default IDs for them." 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:49 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:49 #, fuzzy -msgid "Si no se indican los IDs, se crearán nuevos elementos." +msgid "If items IDs are not set, they will be created." msgstr "Si les ID objets ne sont pas paramétrés, ils seront créés" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:74 -msgid "Introducir un ID de usuario válido para cuentas" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:74 +msgid "Enter a valid user ID for the accounts" msgstr "Saisir un ID utilisateur valide pour les comptes" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:85 -msgid "Introducir un ID de categoría válido para cuentas" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:85 +msgid "Enter a valid category ID for the accounts" msgstr "Saisir un ID catégorie valide pour les comptes" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:96 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:96 #, fuzzy -msgid "Introducir un ID de cliente válido para cuentas" +msgid "Enter a valid client ID for the accounts" msgstr "Saisir un ID client valide pour les comptes" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:108 -msgid "Introducir un ID de grupo válido para usuarios" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:108 +msgid "Enter a valid group ID for the users" msgstr "Saisir un ID groupe valide pour les utilisateurs" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:118 -msgid "Introducir un ID de perfil válido para usuarios" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:118 +msgid "Enter a valid profile ID for the users" msgstr "Saisir un ID profil valide pour les utilisateurs" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:128 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:128 #, fuzzy msgid "" -"Esta actualización utiliza un nuevo esquema de encriptación, por lo que es " -"necesario reencriptar los datos almacenados" +"This update uses a new encryption schema, so it will be needed to reencrypt " +"the whole encrypted data." 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:150 -msgid "Introducir login de usuario válido" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:150 +msgid "Enter a valid user login" msgstr "Saisir un login de connexion valide" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:162 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:33 -msgid "He realizado una copia de seguridad completa de sysPass" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:162 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:33 +msgid "I've done a full sysPass backup" msgstr "Effectuer une sauvegarde complète de sysPass" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:176 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:41 -msgid "Por favor espere mientras el proceso se ejecuta" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:176 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:41 +msgid "Please, wait while the process is running" msgstr "Veuillez patienter pendant le processus" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:184 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:49 -msgid "Actualizar" -msgstr "Mise à jour" - -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:186 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:51 -msgid "Iniciar Actualización" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:186 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:51 +msgid "Start Update" msgstr "Démarrer la Mise à jour" -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:95 -msgid "Notificación global" +#: app/modules/web/themes/material-blue/views/notification/notification.inc:95 +msgid "Global notification" msgstr "Notification globale" -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:103 -msgid "Sólo para administradores de la aplicación" +#: app/modules/web/themes/material-blue/views/notification/notification.inc:103 +msgid "Only for application administrators" msgstr "Seulement pour les administrateurs de l'application" -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:107 -msgid "Solo Admins" -msgstr "Seulement les administrateurs" - -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:29 -msgid "Nombre del plugin" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:29 +msgid "Plugin name" msgstr "Nom du plugin" -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:41 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:41 #, fuzzy -msgid "Versión del plugin" +msgid "Plugin version" msgstr "Version du Plugin" -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:46 -msgid "Versión Compatible" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:46 +msgid "Compatible Version" msgstr "Version Compatible" -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:53 -msgid "Versión de sysPass compatible" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:53 +msgid "sysPass compatible version" msgstr "Version sysPass compatible" -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:58 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:39 -msgid "Autor" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:58 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:39 +msgid "Author" msgstr "Auteur" -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:65 -msgid "Autor del plugin" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:65 +msgid "Plugin author" msgstr "Auteur du plugin" -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:11 -msgid "La aplicación necesita actualizarse" +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:11 +msgid "The application needs to be updated" 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" +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:16 +msgid "Please enter the security code to start the upgrade" 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:13 -msgid "Solicitud de Cambio de Clave" +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:6 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:13 +msgid "Request Password Change" msgstr "Demande de Changement de Mot de Passe" -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:29 -msgid "Email del Usuario" +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:29 +msgid "User's Email" msgstr "Courriel de l'Utilisateur" -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:39 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:49 -msgid "Volver a iniciar sesión" +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:39 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:49 +msgid "Go back to login" msgstr "Retour au login" -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:44 -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:46 -msgid "Solicitar" -msgstr "Demander" - -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:54 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:56 -msgid "Cambiar" +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:54 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:56 +msgid "Change" msgstr "Changer" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:107 -msgid "Ordenar resultados por visitas" +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:107 +msgid "Sort search results by views" msgstr "Trier les résultats par visites" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:109 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:109 #, fuzzy -msgid "" -"Ordena los resultados de búsqueda por el número de visitas de las cuentas." +msgid "Sorts accounts search results by the number of account's views" msgstr "Trie les résultats de recherche sur le nombre de visite des comptes." -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:124 -msgid "Barra de navegación superior" +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:124 +msgid "Navigation bar on top" msgstr "Barre de navigation en haut" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:126 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:126 #, fuzzy -msgid "Mostrar una barra de navegación superior en las búsquedas." +msgid "Dysplays a navigation bar on top of the search results." msgstr "Montrer une barre de navigation en haut lors des recherches." -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:141 -msgid "Mostrar Acciones Ocultas" +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:141 +msgid "Show Hidden Actions" msgstr "Montrer les actions cachées" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:143 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:143 #, fuzzy -msgid "" -"Mostrar las acciones ocultas para los elementos de la búsqueda de cuentas." +msgid "Always display hidden actions on the accounts search page." msgstr "" "Montrer les actions cachées pour les éléments de la recherche des comptes." -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:175 -msgid "Notificaciones In-App" +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:175 +msgid "In-App Notifications" msgstr "In-App Notifications" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:177 -msgid "Habilita la consulta de notificaciones activas In-App." +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:177 +msgid "Enables the active In-App notifications polling" msgstr "Enables the active In-App notifications polling" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:192 -msgid "Mostrar Filtros" +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:192 +msgid "Show Filters" msgstr "Show Filters" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:194 -msgid "Muestra la selección los filtros adicionales en la búsqueda de cuentas." +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:194 +msgid "Displays the additional filters selection on the accounts search." msgstr "Displays the additional filters selection on the accounts search." #. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:16 -#: ../../../config/actions.xml:277 -msgid "Ver Wiki" +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:16 +#: app/config/actions.xml:277 +msgid "View Wiki" msgstr "Voir Wiki" -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:24 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:24 #, php-format -msgid "Resultados de búsqueda de '%s'" +msgid "Search results of '%s'" msgstr "Rechercher les résultats de '%s'" -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:27 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:37 -msgid "Página" +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:27 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:37 +msgid "Page" msgstr "Page" #. (itstool) path: action/text -#: ../../../config/actions.xml:7 -msgid "Buscar Cuentas" +#: app/config/actions.xml:7 +msgid "Search for Accounts" msgstr "Rechercher des Comptes" #. (itstool) path: action/text -#: ../../../config/actions.xml:25 -msgid "Peticiones" +#: app/config/actions.xml:25 +msgid "Requests" msgstr "Requêtes" #. (itstool) path: action/text -#: ../../../config/actions.xml:31 -msgid "Favoritos" +#: app/config/actions.xml:31 +msgid "Favorites" msgstr "Favorites" #. (itstool) path: action/text -#: ../../../config/actions.xml:43 -msgid "Elementos y Personalización" +#: app/config/actions.xml:43 +msgid "Items and Customizations" msgstr "Eléments et personnalisation" #. (itstool) path: action/text -#: ../../../config/actions.xml:49 -msgid "Gestión Categorías" +#: app/config/actions.xml:49 +msgid "Categories Management" msgstr "Gestion des Catégories" #. (itstool) path: action/text -#: ../../../config/actions.xml:55 +#: app/config/actions.xml:55 #, fuzzy -msgid "Gestión Clientes" +msgid "Customers Management" msgstr "Gestion des Clients" #. (itstool) path: action/text -#: ../../../config/actions.xml:61 -msgid "Gestión Autorizaciones API" +#: app/config/actions.xml:61 +msgid "API Authorizations Management" msgstr "Gestion des Autorisations d'APIs" #. (itstool) path: action/text -#: ../../../config/actions.xml:67 -msgid "Gestión Campos Personalizados" +#: app/config/actions.xml:67 +msgid "Custom Fields Management" msgstr "Gestion des Champs Personnalisés" #. (itstool) path: action/text -#: ../../../config/actions.xml:79 -msgid "Gestión de Archivos" +#: app/config/actions.xml:79 +msgid "Files Management" msgstr "Gestion des Fichiers" #. (itstool) path: action/text -#: ../../../config/actions.xml:85 -msgid "Gestión de Cuentas" +#: app/config/actions.xml:85 +msgid "Accounts Management" msgstr "Gestion des Comptes" #. (itstool) path: action/text -#: ../../../config/actions.xml:91 -msgid "Gestión de Etiquetas" +#: app/config/actions.xml:91 +msgid "Tags Management" msgstr "Gestion des Tags" #. (itstool) path: action/text -#: ../../../config/actions.xml:97 -msgid "Gestión Plugins" +#: app/config/actions.xml:97 +msgid "Plugins Management" msgstr "Plugins Management" #. (itstool) path: action/text -#: ../../../config/actions.xml:103 -msgid "Usuarios y Accesos" +#: app/config/actions.xml:103 +msgid "Users and Accesses" msgstr "Utilisateurs et accès" #. (itstool) path: action/text -#: ../../../config/actions.xml:109 -msgid "Seguridad y Auditoría" +#: app/config/actions.xml:109 +msgid "Security and Audit" msgstr "Security and Audit" #. (itstool) path: action/text -#: ../../../config/actions.xml:115 -msgid "Gestión Usuarios" +#: app/config/actions.xml:115 +msgid "Users Management" msgstr "Gestion des Utilisateurs" #. (itstool) path: action/text -#: ../../../config/actions.xml:121 -msgid "Gestión Grupos" +#: app/config/actions.xml:121 +msgid "Groups Management" msgstr "Gestion des Groupes" #. (itstool) path: action/text -#: ../../../config/actions.xml:127 -msgid "Gestión Perfiles" +#: app/config/actions.xml:127 +msgid "Profiles Management" msgstr "Gestion des Profils" #. (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" +#: app/config/actions.xml:145 +msgid "Clear Events" msgstr "Clear Events" #. (itstool) path: action/text -#: ../../../config/actions.xml:151 ../../../config/actions.xml:481 -msgid "Ver Cuenta" +#: app/config/actions.xml:151 app/config/actions.xml:481 +msgid "View Account" msgstr "Voir Compte" #. (itstool) path: action/text -#: ../../../config/actions.xml:181 -msgid "Editar Clave de Cuenta" -msgstr "Éditer Mot de Passe du Compte" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:211 ../../../config/actions.xml:469 -msgid "Subir Archivo" +#: app/config/actions.xml:211 app/config/actions.xml:469 +msgid "Upload File" msgstr "Envoyer Fichier" #. (itstool) path: action/text -#: ../../../config/actions.xml:229 -msgid "Buscar Archivos" +#: app/config/actions.xml:229 +msgid "Search for Files" msgstr "Search for Files" #. (itstool) path: action/text -#: ../../../config/actions.xml:235 -msgid "Listar Archivos" +#: app/config/actions.xml:235 +msgid "List Files" 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" +#: app/config/actions.xml:283 +msgid "Add Wiki" msgstr "Add Wiki" #. (itstool) path: action/text -#: ../../../config/actions.xml:289 -msgid "Editar Wiki" +#: app/config/actions.xml:289 +msgid "Edit Wiki" msgstr "Edit Wiki" #. (itstool) path: action/text -#: ../../../config/actions.xml:295 -msgid "Eliminar Wiki" +#: app/config/actions.xml:295 +msgid "Delete Wiki" msgstr "Delete Wiki" #. (itstool) path: action/text -#: ../../../config/actions.xml:361 -msgid "Nuevo Token API" +#: app/config/actions.xml:361 +msgid "New API Token" msgstr "New API Token" #. (itstool) path: action/text -#: ../../../config/actions.xml:367 -msgid "Ver Token API" +#: app/config/actions.xml:367 +msgid "View API Token" msgstr "View API Token" #. (itstool) path: action/text -#: ../../../config/actions.xml:373 -msgid "Editar Token API" +#: app/config/actions.xml:373 +msgid "Edit API Token" msgstr "Edit API Token" #. (itstool) path: action/text -#: ../../../config/actions.xml:379 -msgid "Eliminar Token API" +#: app/config/actions.xml:379 +msgid "Delete API Token" msgstr "Delete API Token" #. (itstool) path: action/text -#: ../../../config/actions.xml:385 -msgid "Buscar Token API" +#: app/config/actions.xml:385 +msgid "Search for API Token" msgstr "Search for API Token" #. (itstool) path: action/text -#: ../../../config/actions.xml:391 -msgid "Nuevo Campo Personalizado" +#: app/config/actions.xml:391 +msgid "New Custom Field" msgstr "New Custom Field" #. (itstool) path: action/text -#: ../../../config/actions.xml:397 -msgid "Ver Campo Personalizado" +#: app/config/actions.xml:397 +msgid "Show Custom Field" msgstr "Show Custom Field" #. (itstool) path: action/text -#: ../../../config/actions.xml:403 -msgid "Editar Campo Personalizado" +#: app/config/actions.xml:403 +msgid "Edit Custom Field" msgstr "Edit Custom Field" #. (itstool) path: action/text -#: ../../../config/actions.xml:409 -msgid "Eliminar Campo Personalizado" +#: app/config/actions.xml:409 +msgid "Delete Custom Field" msgstr "Delete Custom Field" #. (itstool) path: action/text -#: ../../../config/actions.xml:415 -msgid "Buscar Campo Personalizado" +#: app/config/actions.xml:415 +msgid "Search for Custom Field" msgstr "Search for Custom Field" #. (itstool) path: action/text -#: ../../../config/actions.xml:427 +#: app/config/actions.xml:427 #, fuzzy -msgid "Ver Enlace Público" +msgid "Show Public Link" msgstr "Voir Lien Public" #. (itstool) path: action/text -#: ../../../config/actions.xml:445 -msgid "Buscar Enlace Público" +#: app/config/actions.xml:445 +msgid "Search for Public Link" msgstr "Search for Public Link" #. (itstool) path: action/text -#: ../../../config/actions.xml:535 -msgid "Nuevo Plugin" -msgstr "Nouveau plugin" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:553 -msgid "Habilitar Plugin" +#: app/config/actions.xml:553 +msgid "Enable Plugin" msgstr "Enable Plugin" #. (itstool) path: action/text -#: ../../../config/actions.xml:559 -msgid "Deshabilitar Plugin" +#: app/config/actions.xml:559 +msgid "Disable Plugin" msgstr "Disable Plugin" #. (itstool) path: action/text -#: ../../../config/actions.xml:565 -msgid "Restablecer Plugin" +#: app/config/actions.xml:565 +msgid "Reset Plugin" msgstr "Reset Plugin" #. (itstool) path: action/text -#: ../../../config/actions.xml:601 -msgid "Editar Clave Usuario" +#: app/config/actions.xml:601 +msgid "Edit User Password" msgstr "Edit User Password" #. (itstool) path: action/text -#: ../../../config/actions.xml:673 -msgid "Configuración Usuario" +#: app/config/actions.xml:673 +msgid "User Configuration" msgstr "User Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:679 -msgid "Preferencias General" +#: app/config/actions.xml:679 +msgid "General Preferences" msgstr "General Preferences" #. (itstool) path: action/text -#: ../../../config/actions.xml:703 -msgid "Configuración Cuentas" +#: app/config/actions.xml:703 +msgid "Accounts Configuration" msgstr "Accounts Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:709 -msgid "Configuración Wiki" +#: app/config/actions.xml:709 +msgid "Wiki Configuration" msgstr "Wiki Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:715 -msgid "Configuración Encriptación" +#: app/config/actions.xml:715 +msgid "Encryption Configuration" msgstr "Encryption Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:721 -msgid "Actualizar Hash" +#: app/config/actions.xml:721 +msgid "Update Hash" msgstr "Update Hash" #. (itstool) path: action/text -#: ../../../config/actions.xml:727 -msgid "Clave Maestra Temporal" +#: app/config/actions.xml:727 +msgid "Temporary Master Password" msgstr "Temporary Master Password" #. (itstool) path: action/text -#: ../../../config/actions.xml:733 -msgid "Configuración Copia de Seguridad" +#: app/config/actions.xml:733 +msgid "Backup Configuration" msgstr "Backup Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:745 -msgid "Configuración Importación" +#: app/config/actions.xml:745 +msgid "Import Configuration" msgstr "Import Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:751 -msgid "Importar CSV" +#: app/config/actions.xml:751 +msgid "CSV Import" msgstr "CSV Import" #. (itstool) path: action/text -#: ../../../config/actions.xml:757 -msgid "Importar XML" +#: app/config/actions.xml:757 +msgid "XML Import" msgstr "XML Import" #. (itstool) path: action/text -#: ../../../config/actions.xml:763 -msgid "Configuración Exportación" +#: app/config/actions.xml:763 +msgid "Export Configuration" msgstr "Export Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:769 -msgid "Exportación" +#: app/config/actions.xml:769 +msgid "Export" msgstr "Export" #. (itstool) path: action/text -#: ../../../config/actions.xml:775 -msgid "Configuración Email" +#: app/config/actions.xml:775 +msgid "Email Configuration" msgstr "Email Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:781 -msgid "Configuración LDAP" +#: app/config/actions.xml:781 +msgid "LDAP Configuration" msgstr "LDAP Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:787 -msgid "Sincronización LDAP" +#: app/config/actions.xml:787 +msgid "LDAP synchronization" msgstr "Synchronisation LDAP" #. (itstool) path: action/text -#: ../../../config/actions.xml:793 -msgid "Gestión de Cuenta (H)" +#: app/config/actions.xml:793 +msgid "Account Management (H)" msgstr "Account Management (H)" #. (itstool) path: action/text -#: ../../../config/actions.xml:823 -msgid "Crear Notificación" +#: app/config/actions.xml:823 +msgid "Create Notification" msgstr "Create Notification" #. (itstool) path: action/text -#: ../../../config/actions.xml:853 -msgid "Gestión Valores Predeterminados" +#: app/config/actions.xml:853 +msgid "Preset Values Management" msgstr "Preset Values Management" #. (itstool) path: action/text -#: ../../../config/actions.xml:889 -msgid "Gestión de Tracks" +#: app/config/actions.xml:889 +msgid "Tracks Management" msgstr "Tracks Management" #. (itstool) path: action/text -#: ../../../config/actions.xml:901 -msgid "Desbloquear track" +#: app/config/actions.xml:901 +msgid "Unlock track" msgstr "Unlock track" #. (itstool) path: action/text -#: ../../../config/actions.xml:907 -msgid "Vaciar tracks" +#: app/config/actions.xml:907 +msgid "Clear the tracks out" msgstr "Clear the tracks out" #. (itstool) path: strings/text -#: ../../../config/strings.xml:4 +#: app/config/strings.xml:4 msgid "Color" msgstr "Couleur" #. (itstool) path: strings/text -#: ../../../config/strings.xml:5 -msgid "Número" +#: app/config/strings.xml:5 +msgid "Number" msgstr "Numéro" #. (itstool) path: strings/text -#: ../../../config/strings.xml:6 -msgid "Teléfono" +#: app/config/strings.xml:6 +msgid "Phone" msgstr "Téléphone" #. (itstool) path: strings/text -#: ../../../config/strings.xml:7 -msgid "Área de Texto" +#: app/config/strings.xml:7 +msgid "Text Area" msgstr "Zone de texte" #. (itstool) path: strings/text -#: ../../../config/strings.xml:8 -msgid "Texto" +#: app/config/strings.xml:8 +msgid "Text" msgstr "Texte" -#. (itstool) path: strings/text -#: ../../../config/strings.xml:9 -msgid "Link" -msgstr "Lien" - -#~ msgid "CONSULTA INVÁLIDA" -#~ msgstr "REQUETE INVALIDE" - -#~ msgid "La sesión no se ha iniciado o ha caducado" -#~ msgstr "Session non démarrée ou expirée" - -#~ msgid "Es necesario un nombre de cuenta" -#~ msgstr "Nom du compte requis" - -#, fuzzy -#~ msgid "Es necesario un nombre de cliente" -#~ msgstr "Nom de client requis" - #, fuzzy #~ msgid "Es necesario un usuario" #~ msgstr "Nom d'utilisateur requis" -#~ msgid "Es necesaria una clave" -#~ msgstr "Une clé est requise" - -#~ msgid "Es necesario una categoría" -#~ msgstr "Une catégorie est requise" - -#~ msgid "Acción Inválida" -#~ msgstr "Action Invalide" - -#, fuzzy -#~ 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 "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 "Error al crear el grupo" -#~ msgstr "Erreur pendant la création du groupe" - -#~ msgid "Error al actualizar el grupo" -#~ msgstr "Erreur pendant l'actualisation du groupe" - #~ msgid "No es posible eliminar" #~ msgstr "Impossible à supprimer" -#~ 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" -#, fuzzy -#~ 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" -#, fuzzy -#~ 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é" - -#, fuzzy -#~ msgid "Las claves son idénticas" -#~ msgstr "Les mots de passe sont identiques" - -#, fuzzy -#~ 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" @@ -5427,128 +7711,32 @@ msgstr "Lien" #~ "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é" - -#, fuzzy -#~ 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" -#, fuzzy -#~ 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" - -#, fuzzy -#~ 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" @@ -5558,81 +7746,25 @@ msgstr "Lien" #~ 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" -#, fuzzy -#~ 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" @@ -5648,184 +7780,33 @@ msgstr "Lien" #~ 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 "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" - -#, fuzzy -#~ msgid "El directorio \"/config\" no existe" -#~ msgstr "Le dossier \"/config\" n'existe pas" - -#, fuzzy -#~ msgid "No es posible escribir en el directorio \"config\"" -#~ msgstr "Impossible d'écrire dans le dossier \"/config\"" - -#, fuzzy -#~ 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" @@ -5837,54 +7818,17 @@ msgstr "Lien" #~ msgid "Error al seleccionar la BBDD" #~ msgstr "Erreur pendant la sélection de la base de données" -#, fuzzy -#~ 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\"" -#, fuzzy -#~ 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" @@ -5900,36 +7844,12 @@ msgstr "Lien" #~ 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" @@ -5948,43 +7868,15 @@ msgstr "Lien" #~ 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" - -#, fuzzy -#~ 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 "Último backup" #~ msgstr "Dernière sauvegarde" #~ msgid "Última exportación" #~ msgstr "Dernier export" -#~ msgid "Registro de eventos vaciado" -#~ msgstr "Journal d'évènements nettoyé" - -#, fuzzy -#~ 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)" @@ -6003,9 +7895,6 @@ msgstr "Lien" #~ "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" @@ -6036,46 +7925,15 @@ msgstr "Lien" #~ 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" @@ -6084,27 +7942,6 @@ msgstr "Lien" #~ "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" @@ -6115,12 +7952,6 @@ msgstr "Lien" #~ 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" @@ -6133,81 +7964,24 @@ msgstr "Lien" #~ 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" @@ -6220,81 +7994,15 @@ msgstr "Lien" #~ 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 "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" - -#, fuzzy -#~ 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é" @@ -6307,102 +8015,15 @@ msgstr "Lien" #~ 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" @@ -6412,48 +8033,15 @@ msgstr "Lien" #~ 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" @@ -6463,9 +8051,6 @@ msgstr "Lien" #~ msgid "Hay %d notificaciones pendientes" #~ msgstr "Il y a %d de notification(s) non-lue(s)" -#~ msgid "Agente" -#~ msgstr "Agent" - #~ msgid "Crear Usuario" #~ msgstr "Ajouter un Utilisateur" @@ -6521,166 +8106,12 @@ msgstr "Lien" #~ 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" @@ -6699,173 +8130,9 @@ msgstr "Lien" #~ 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" - -#, fuzzy -#~ 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)" @@ -6878,203 +8145,18 @@ msgstr "Lien" #~ 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: %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 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 the 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 "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" @@ -7108,12 +8190,6 @@ msgstr "Lien" #~ 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." @@ -7132,84 +8208,3 @@ msgstr "Lien" #~ 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" - -#~ msgid "Grupo visualizado" -#~ msgstr "Group viewed" - -#~ msgid "Plugin disponible" -#~ msgstr "Plugin available" - -#~ msgid "Plugin no disponible" -#~ msgstr "Plugin unavailable" - -#~ msgid "Plugin cargado" -#~ msgstr "Plugin loaded" - -#~ msgid "Generar clave temporal" -#~ msgstr "Generate temporary password" - -#~ msgid "Clave temporal generada" -#~ msgstr "Temporary password generated" - -#~ msgid "Plugins eliminados" -#~ msgstr "Plugins deleted" - -#~ msgid "Plugin eliminado" -#~ msgstr "Plugin deleted" diff --git a/app/locales/hu_HU/LC_MESSAGES/messages.mo b/app/locales/hu_HU/LC_MESSAGES/messages.mo index 42c2718a0900cac79e9bda12921302a2aabe7021..3b9cf97a510bcc815c1daa1b6e8f9332e34ece9e 100644 GIT binary patch literal 77301 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 literal 54780 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 diff --git a/app/locales/hu_HU/LC_MESSAGES/messages.po b/app/locales/hu_HU/LC_MESSAGES/messages.po index a7ead788..90f1a3ca 100644 --- a/app/locales/hu_HU/LC_MESSAGES/messages.po +++ b/app/locales/hu_HU/LC_MESSAGES/messages.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: sysPass\n" -"POT-Creation-Date: 2018-11-04 11:05+0100\n" +"POT-Creation-Date: 2018-11-04 20:34+0100\n" "PO-Revision-Date: \n" "Last-Translator: nuxsmin \n" "Language-Team: \n" @@ -11,5460 +11,7775 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 1.8.11\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n" -"X-Poedit-Basepath: .\n" +"X-Poedit-KeywordsList: _;__;__u;gettext;gettext_noop\n" "X-Poedit-SourceCharset: UTF-8\n" "X-Generator: Poedit 1.6.10\n" "X-Contributors: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Poedit-SearchPath-0: ../../../modules\n" -"X-Poedit-SearchPath-1: ../../../../lib\n" -"X-Poedit-SearchPath-2: ../../../config\n" +"X-Poedit-Basepath: ../../../..\n" +"X-Poedit-SearchPath-0: app/modules\n" +"X-Poedit-SearchPath-1: lib\n" +"X-Poedit-SearchPath-2: app/config\n" +"X-Poedit-SearchPathExcluded-0: app/modules/**/plugins\n" -#: ../../../../lib/SP/Bootstrap.php:278 -#, php-format -msgid "Versión de PHP requerida >= %s <= %s" -msgstr "Required PHP version >= %s <= %s" +#: app/modules/api/Controllers/AccountController.php:70 +msgid "Account displayed" +msgstr "Account displayed" -#: ../../../../lib/SP/Config/ConfigUtil.php:111 -#, php-format -msgid "Actual: %s - Necesario: 750" -msgstr "Current: %s - Needed: 750" +#: app/modules/api/Controllers/AccountController.php:71 +#: app/modules/api/Controllers/AccountController.php:103 +#: app/modules/api/Controllers/AccountController.php:139 +#: app/modules/api/Controllers/AccountController.php:189 +#: app/modules/api/Controllers/AccountController.php:240 +#: app/modules/api/Controllers/AccountController.php:315 +#: app/modules/api/Controllers/CategoryController.php:63 +#: app/modules/api/Controllers/CategoryController.php:92 +#: app/modules/api/Controllers/CategoryController.php:122 +#: app/modules/api/Controllers/CategoryController.php:151 +#: app/modules/api/Controllers/ClientController.php:64 +#: app/modules/api/Controllers/ClientController.php:94 +#: app/modules/api/Controllers/ClientController.php:125 +#: app/modules/api/Controllers/ClientController.php:154 +#: app/modules/api/Controllers/TagController.php:62 +#: app/modules/api/Controllers/TagController.php:90 +#: app/modules/api/Controllers/TagController.php:119 +#: app/modules/api/Controllers/TagController.php:148 +#: app/modules/api/Controllers/UserGroupController.php:62 +#: app/modules/api/Controllers/UserGroupController.php:92 +#: app/modules/api/Controllers/UserGroupController.php:123 +#: app/modules/api/Controllers/UserGroupController.php:152 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:240 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:113 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:104 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:105 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:108 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:116 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:107 +#: app/modules/web/Controllers/UserGroupController.php:274 +#: app/modules/web/Controllers/UserGroupController.php:315 +#: lib/SP/Plugin/PluginManager.php:320 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:30 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:43 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:22 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:24 +#: app/modules/web/themes/material-blue/views/account/account.inc:65 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:54 +#: app/modules/web/themes/material-blue/views/config/info.inc:39 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:23 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:23 +#: app/modules/web/themes/material-blue/views/itemshow/tag.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:35 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:24 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:533 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:22 +msgid "Name" +msgstr "Név" -#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:176 -#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:186 -msgid "Error interno" -msgstr "Belsõ hiba" - -#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:176 -msgid "No se puede usar el módulo de encriptación" -msgstr "A Crypto modul nem tölthetõ be" - -#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:186 +#: app/modules/api/Controllers/AccountController.php:72 +#: app/modules/api/Controllers/AccountController.php:104 +#: app/modules/api/Controllers/AccountController.php:140 +#: app/modules/api/Controllers/AccountController.php:190 +#: app/modules/api/Controllers/AccountController.php:241 +#: app/modules/api/Controllers/AccountController.php:316 +#: app/modules/web/Controllers/AccountController.php:227 +#: app/modules/web/Controllers/AccountController.php:749 +#: app/modules/web/Controllers/AccountController.php:796 +#: app/modules/web/Controllers/AccountController.php:839 +#: app/modules/web/Controllers/AccountController.php:880 +#: app/modules/web/Controllers/AccountController.php:932 +#: app/modules/web/Controllers/AccountController.php:968 +#: app/modules/web/Controllers/AccountFileController.php:259 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:121 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:158 +#: app/modules/web/Controllers/AccountManagerController.php:151 +#: app/modules/web/Controllers/ClientController.php:225 +#: app/modules/web/Controllers/ClientController.php:259 +#: app/modules/web/Controllers/ClientController.php:297 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:233 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:114 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:105 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:109 +#: lib/SP/Services/Import/CsvImportBase.php:159 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:41 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:47 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:57 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:59 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:34 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:40 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:35 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:41 +#: app/modules/web/themes/material-blue/views/account/account.inc:78 +#: app/modules/web/themes/material-blue/views/account/account.inc:80 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:32 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:36 #, fuzzy -msgid "Error al generar datos cifrados" -msgstr "Hiba a titkosítási folyamat közben" - -#: ../../../../lib/SP/Html/DataGrid/DataGridBase.php:302 -#: ../../../../lib/SP/Mvc/View/Template.php:126 -#, fuzzy, php-format -msgid "No es posible obtener la plantilla \"%s\" : %s" -msgstr "Ügyfél létrehozása meghiusúlt" - -#: ../../../../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:301 -#: ../../../../lib/SP/Mvc/View/Template.php:365 -#, fuzzy, php-format -msgid "No es posible obtener la variable \"%s\"" -msgstr "Ügyfél létrehozása meghiusúlt" - -#: ../../../../lib/SP/Mvc/View/Template.php:334 -#, fuzzy, php-format -msgid "No es posible destruir la variable \"%s\"" -msgstr "Ügyfél létrehozása meghiusúlt" - -#: ../../../../lib/SP/Mvc/View/Template.php:355 -msgid "La plantilla no contiene archivos" -msgstr "Template does not contain files" - -#: ../../../../lib/SP/Plugin/PluginManager.php:170 -#, php-format -msgid "Versión de plugin no compatible (%s)" -msgstr "Plugin version not compatible (%s)" - -#: ../../../../lib/SP/Plugin/PluginManager.php:192 -#, php-format -msgid "No es posible cargar el plugin \"%s\"" -msgstr "Unable to load the \"%s\" plugin" - -#: ../../../../lib/SP/Providers/Mail/MailHandler.php:124 -#, php-format -msgid "Realizado por: %s (%s)" -msgstr "Performed by: %s (%s)" - -#: ../../../../lib/SP/Providers/Mail/MailHandler.php:125 -#, php-format -msgid "Dirección IP: %s" -msgstr "IP Address: %s" - -#: ../../../../lib/SP/Providers/Notification/NotificationHandler.php:124 -msgid "Solicitud" -msgstr "Request" - -#. (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:174 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:101 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:25 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:394 -#: ../../../config/actions.xml:13 -msgid "Cuentas" -msgstr "Fiókok" - -#: ../../../../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 "Frissítse a mester jelszót" - -#: ../../../../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:604 -msgid "N/D" -msgstr "n.a." - -#: ../../../../lib/SP/Services/Backup/FileBackupService.php:139 -#, php-format -msgid "No es posible crear el directorio de backups (\"%s\")" -msgstr "Unable to create the backups directory (\"%s\")" - -#: ../../../../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:213 -#, php-format -msgid "Clave Maestra %s" -msgstr "Master Password %s" - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:214 -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 next time you log into " -"the application it will be requested." - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:216 -#, php-format -msgid "La nueva clave es: %s" -msgstr "The new Master Password is: %s" - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:218 -#, php-format -msgid "Esta clave estará activa hasta: %s" -msgstr "This password will be valid until: %s" - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:220 -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 "Updating encrypted data" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:75 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:94 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:298 -msgid "Categorías" -msgstr "Kategóriák" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:76 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:93 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:330 -#, fuzzy -msgid "Clientes" +msgid "Client" msgstr "Ügyfél" -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:77 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:104 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:16 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:113 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:12 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:50 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:52 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:56 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:250 -msgid "Usuarios" -msgstr "Felhasználók" +#: app/modules/api/Controllers/AccountController.php:102 +#: app/modules/web/Controllers/AccountController.php:573 +#: app/modules/web/Controllers/AccountController.php:631 +msgid "Password viewed" +msgstr "Password viewed" -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:78 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:95 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:84 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:162 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:53 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:266 -msgid "Grupos" -msgstr "Csoportok" - -#: ../../../../lib/SP/Services/Export/XmlExportService.php:125 -#: ../../../../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 "Detected format: %s" - -#: ../../../../lib/SP/Services/Import/CsvImportBase.php:130 -#: ../../../../lib/SP/Services/Import/CsvImportBase.php:176 -#, fuzzy, php-format -msgid "El número de campos es incorrecto (%d)" -msgstr "A mezõk száma helytelen" - -#: ../../../../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 "Kérem, ellenõrizze a CSV fájl kiterjesztését" - -#: ../../../../lib/SP/Services/Import/ImportService.php:89 -#, php-format -msgid "Tipo mime no soportado (\"%s\")" -msgstr "Mime type not supported (\"%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\" node doesn't exist" - -#: ../../../../lib/SP/Services/Install/MySQL.php:135 -#, php-format -msgid "No es posible comprobar el usuario de sysPass (%s)" -msgstr "Unable to check the sysPass user (%s)" - -#: ../../../../lib/SP/Services/Install/MySQL.php:213 -#: ../../../../lib/SP/Services/Install/MySQL.php:329 -#: ../../../../lib/SP/Services/Install/MySQL.php:341 -#, php-format -msgid "Error al crear la BBDD ('%s')" -msgstr "Error while creating the DB ('%s')" - -#: ../../../../lib/SP/Services/Install/MySQL.php:237 -#, php-format -msgid "Error al establecer permisos de la BBDD ('%s')" -msgstr "Error while setting the database permissions ('%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 "Update file does not contain data" - -#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:65 -#: ../../../modules/web/Controllers/UserController.php:235 -#: ../../../modules/web/Controllers/UserController.php:356 -#: ../../../modules/web/Controllers/UserPassResetController.php:107 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:238 -msgid "Cambio de Clave" -msgstr "Jelszó változtatás" - -#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:66 -msgid "Se ha solicitado el cambio de su clave de usuario." -msgstr "A kérelmet frissíteni a felhasználói jelszót megtörtént." - -#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:68 -msgid "Para completar el proceso es necesario que acceda a la siguiente URL:" -msgstr "A folyamat befejezéséhez látogass el a következõ oldalra:" - -#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:72 -msgid "Si no ha solicitado esta acción, ignore este mensaje." -msgstr "Amennyiben nincs szüksége erre a folyamatra, zárja be ezt az üzenetet" - -#: ../../../../lib/SP/Services/Wiki/DokuWikiApi.php:68 -msgid "Fallo de autentificación" -msgstr "Authentication error" - -#: ../../../../lib/SP/Services/Wiki/DokuWikiApiBase.php:196 -msgid "Error al realizar la consulta" -msgstr "Error while doing the query" - -#: ../../../../lib/SP/Services/Wiki/DokuWikiApiBase.php:228 -msgid "URL de conexión no establecida" -msgstr "Connection URL not set" - -#: ../../../../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:72 -#: ../../../../lib/SP/Storage/File/FileHandler.php:135 -#, 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:89 -#, php-format -msgid "No es posible abrir el archivo (%s)" -msgstr "Unable to open the file (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:104 -#: ../../../../lib/SP/Storage/File/FileHandler.php:118 -#, php-format -msgid "No es posible leer desde el archivo (%s)" -msgstr "Unable to read from file (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:173 -#, php-format -msgid "No es posible cerrar el archivo (%s)" -msgstr "Unable to close the file (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:219 -#, php-format -msgid "No es posible escribir el archivo (%s)" -msgstr "Unable to write in file (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:234 -#, php-format -msgid "Archivo no encontrado (%s)" -msgstr "File not found (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:259 -#: ../../../../lib/SP/Storage/File/FileHandler.php:314 -#, php-format -msgid "No es posible leer el archivo (%s)" -msgstr "Unable to read/write file (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:286 -#, php-format -msgid "No es posible eliminar el archivo (%s)" -msgstr "Unable to delete file (%s)" - -#: ../../../../lib/SP/Util/ErrorUtil.php:148 -msgid "Opción no disponible" -msgstr "Beállítás nem elérhetõ" - -#: ../../../../lib/SP/Util/ErrorUtil.php:149 -#: ../../../../lib/SP/Util/ErrorUtil.php:153 -#: ../../../../lib/SP/Util/ErrorUtil.php:157 -#: ../../../../lib/SP/Util/ErrorUtil.php:161 -#: ../../../../lib/SP/Util/ErrorUtil.php:169 -#: ../../../../lib/SP/Util/ErrorUtil.php:176 -#: ../../../modules/web/Controllers/ErrorController.php:124 -#: ../../../modules/web/Controllers/ErrorController.php:140 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:13 -msgid "Consulte con el administrador" -msgstr "Kérem, keresse a rendszergazdát" - -#: ../../../../lib/SP/Util/ErrorUtil.php:152 -#, fuzzy -msgid "No tiene permisos para acceder a esta cuenta" -msgstr "Nincs jogosultságod belépni ebbe a fiókba" - -#: ../../../../lib/SP/Util/ErrorUtil.php:156 -msgid "No tiene permisos para acceder a esta página" -msgstr "Nincs jogosultságod belépni ebbe az oldalba" - -#: ../../../../lib/SP/Util/ErrorUtil.php:160 -msgid "No tiene permisos para realizar esta operación" -msgstr "Nincs jogosultságod végrehajtani ezt a mûveletet" - -#: ../../../../lib/SP/Util/ErrorUtil.php:164 -#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 -#, fuzzy -msgid "Clave maestra actualizada" -msgstr "A mester jelszó frissítve" - -#: ../../../../lib/SP/Util/ErrorUtil.php:165 -#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 -#, fuzzy -msgid "Reinicie la sesión para cambiarla" -msgstr "Indítsa újra a munkamenetot a frissítéshez" - -#: ../../../../lib/SP/Util/ErrorUtil.php:168 -#: ../../../../lib/SP/Util/ErrorUtil.php:175 -msgid "Se ha producido una excepción" -msgstr "An exception occured" - -#: ../../../modules/api/Controllers/AccountController.php:144 -msgid "Clave actualizada" +#: app/modules/api/Controllers/AccountController.php:138 +#: app/modules/api/Controllers/AccountController.php:144 +#: app/modules/web/Controllers/AccountController.php:837 +#: app/modules/web/Controllers/AccountController.php:848 +#: app/modules/web/Controllers/UserController.php:428 +#: app/modules/web/Controllers/UserController.php:432 +#: app/modules/web/Controllers/UserPassResetController.php:196 +#: app/modules/web/Controllers/UserPassResetController.php:200 +msgid "Password updated" msgstr "Jelszó frissítve" -#: ../../../modules/api/Controllers/AccountController.php:194 +#: app/modules/api/Controllers/AccountController.php:188 +#: app/modules/api/Controllers/AccountController.php:194 +#: app/modules/web/Controllers/AccountController.php:747 +#: app/modules/web/Controllers/AccountController.php:758 #, fuzzy -msgid "Cuenta creada" +msgid "Account created" msgstr "Fiók hozzáadva" -#: ../../../modules/api/Controllers/AccountController.php:245 -msgid "Cuenta actualizada" +#: app/modules/api/Controllers/AccountController.php:239 +#: app/modules/api/Controllers/AccountController.php:245 +#: app/modules/web/Controllers/AccountController.php:794 +#: app/modules/web/Controllers/AccountController.php:805 +msgid "Account updated" msgstr "Fiók frissítve" -#: ../../../modules/api/Controllers/AccountController.php:320 +#: app/modules/api/Controllers/AccountController.php:314 +#: app/modules/api/Controllers/AccountController.php:320 +#: app/modules/web/Controllers/AccountController.php:930 +#: app/modules/web/Controllers/AccountController.php:935 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:119 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:124 +#: app/modules/web/Controllers/AccountManagerController.php:149 +#: app/modules/web/Controllers/AccountManagerController.php:154 #, fuzzy -msgid "Cuenta eliminada" +msgid "Account removed" msgstr "Fiók törölve" -#: ../../../modules/api/Controllers/CategoryController.php:96 -msgid "Categoría creada" +#: app/modules/api/Controllers/CategoryController.php:62 +msgid "Category displayed" +msgstr "Category displayed" + +#: app/modules/api/Controllers/CategoryController.php:91 +#: app/modules/api/Controllers/CategoryController.php:96 +#: app/modules/web/Controllers/CategoryController.php:263 +#: app/modules/web/Controllers/CategoryController.php:267 +msgid "Category added" msgstr "Kategória hozzáadva" -#: ../../../modules/api/Controllers/CategoryController.php:126 -msgid "Categoría actualizada" +#: app/modules/api/Controllers/CategoryController.php:121 +#: app/modules/api/Controllers/CategoryController.php:126 +#: app/modules/web/Controllers/CategoryController.php:305 +#: app/modules/web/Controllers/CategoryController.php:309 +msgid "Category updated" msgstr "Kategória frissítve" -#: ../../../modules/api/Controllers/CategoryController.php:155 -msgid "Categoría eliminada" +#: app/modules/api/Controllers/CategoryController.php:150 +#: app/modules/api/Controllers/CategoryController.php:155 +#: app/modules/web/Controllers/CategoryController.php:227 +#: app/modules/web/Controllers/CategoryController.php:231 +msgid "Category deleted" msgstr "Kategória törölve" -#: ../../../modules/api/Controllers/ClientController.php:98 +#: app/modules/api/Controllers/ClientController.php:63 +msgid "Client displayed" +msgstr "Client displayed" + +#: app/modules/api/Controllers/ClientController.php:93 +#: app/modules/api/Controllers/ClientController.php:98 +#: app/modules/web/Controllers/ClientController.php:258 +#: app/modules/web/Controllers/ClientController.php:262 +#: lib/SP/Services/Import/KeepassImport.php:77 #, fuzzy -msgid "Cliente creado" +msgid "Client added" msgstr "Ügyfél hozzáadva" -#: ../../../modules/api/Controllers/ClientController.php:129 +#: app/modules/api/Controllers/ClientController.php:124 +#: app/modules/api/Controllers/ClientController.php:129 +#: app/modules/web/Controllers/ClientController.php:296 +#: app/modules/web/Controllers/ClientController.php:300 #, fuzzy -msgid "Cliente actualizado" +msgid "Client updated" msgstr "Ügyfél frissítve" -#: ../../../modules/api/Controllers/ClientController.php:158 +#: app/modules/api/Controllers/ClientController.php:153 +#: app/modules/api/Controllers/ClientController.php:158 +#: app/modules/web/Controllers/ClientController.php:224 +#: app/modules/web/Controllers/ClientController.php:228 #, fuzzy -msgid "Cliente eliminado" +msgid "Client deleted" msgstr "Ügyfél törölve" -#: ../../../modules/api/Controllers/ConfigController.php:61 -msgid "Proceso de backup finalizado" -msgstr "Archiválás kész" - -#: ../../../modules/api/Controllers/ConfigController.php:94 +#: app/modules/api/Controllers/ConfigController.php:57 +#: app/modules/web/Controllers/ConfigBackupController.php:68 #, fuzzy -msgid "Proceso de exportación finalizado" +msgid "Application and database backup completed successfully" +msgstr "Application and database backup successfully done" + +#: app/modules/api/Controllers/ConfigController.php:58 +#: app/modules/api/Controllers/ConfigController.php:83 +#: app/modules/api/Controllers/Help/ConfigHelp.php:43 +#: app/modules/api/Controllers/Help/ConfigHelp.php:54 +msgid "Path" +msgstr "Path" + +#: app/modules/api/Controllers/ConfigController.php:61 +#: app/modules/web/Controllers/ConfigBackupController.php:71 +msgid "Backup process finished" msgstr "Archiválás kész" -#: ../../../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:105 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:144 -msgid "Id de la cuenta" +#: app/modules/api/Controllers/ConfigController.php:82 +#: app/modules/web/Controllers/ConfigBackupController.php:96 +msgid "sysPass XML export" +msgstr "sysPass XML export" + +#: app/modules/api/Controllers/ConfigController.php:91 +#: app/modules/api/Controllers/ConfigController.php:94 +#: app/modules/web/Controllers/ConfigBackupController.php:106 +#: app/modules/web/Controllers/ConfigBackupController.php:134 +#, fuzzy +msgid "Export process finished" +msgstr "Archiválás kész" + +#: app/modules/api/Controllers/ControllerBase.php:146 +#: lib/SP/Services/Api/ApiService.php:186 +#, fuzzy +msgid "Unauthorized access" +msgstr "Belépés megtagadva" + +#: app/modules/api/Controllers/Help/AccountHelp.php:43 +#: app/modules/api/Controllers/Help/AccountHelp.php:54 +#: app/modules/api/Controllers/Help/AccountHelp.php:67 +#: app/modules/api/Controllers/Help/AccountHelp.php:105 +#: app/modules/api/Controllers/Help/AccountHelp.php:144 +msgid "Account Id" msgstr "Account 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" +#: app/modules/api/Controllers/Help/AccountHelp.php:55 +#: app/modules/api/Controllers/Help/AccountHelp.php:68 +#: app/modules/api/Controllers/Help/AccountHelp.php:81 +msgid "Token's password" msgstr "Token's password" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:56 -msgid "Devolver detalles en la respuesta" +#: app/modules/api/Controllers/Help/AccountHelp.php:56 +msgid "Send details in the response" msgstr "Send details in the response" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:69 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:85 -#: ../../../modules/api/Controllers/Help/ConfigHelp.php:55 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:74 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:80 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:91 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:89 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:92 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:101 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:155 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:163 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:42 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:293 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:296 -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:81 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:170 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:119 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:126 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:253 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:260 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:45 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:52 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:59 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:100 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:108 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:45 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:52 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:35 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:98 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:27 -msgid "Clave" +#: app/modules/api/Controllers/Help/AccountHelp.php:69 +#: app/modules/api/Controllers/Help/AccountHelp.php:85 +#: app/modules/api/Controllers/Help/ConfigHelp.php:55 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:74 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:80 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:91 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:89 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:92 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:101 +#: app/modules/web/themes/material-blue/views/account/account.inc:155 +#: app/modules/web/themes/material-blue/views/account/account.inc:163 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:42 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:293 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:296 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:81 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:170 +#: app/modules/web/themes/material-blue/views/config/mail.inc:119 +#: app/modules/web/themes/material-blue/views/config/mail.inc:126 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:253 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:260 +#: app/modules/web/themes/material-blue/views/install/index.inc:45 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:52 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:59 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:100 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:108 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:45 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:52 +#: app/modules/web/themes/material-blue/views/login/index.inc:35 +#: app/modules/web/themes/material-blue/views/login/index.inc:98 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:27 +msgid "Password" msgstr "Jelszó" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:70 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:91 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:114 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:97 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:114 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:181 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:88 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:90 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:243 -msgid "Fecha Caducidad Clave" +#: app/modules/api/Controllers/Help/AccountHelp.php:70 +#: app/modules/api/Controllers/Help/AccountHelp.php:91 +#: app/modules/api/Controllers/Help/AccountHelp.php:114 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:97 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:114 +#: app/modules/web/themes/material-blue/views/account/account.inc:181 +#: app/modules/web/themes/material-blue/views/account/details.inc:88 +#: app/modules/web/themes/material-blue/views/account/details.inc:90 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:243 +msgid "Password Expiry Date" msgstr "Password Expiry Date" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:82 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:106 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:36 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:52 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:29 -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:30 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:73 -msgid "Nombre de cuenta" +#: app/modules/api/Controllers/Help/AccountHelp.php:82 +#: app/modules/api/Controllers/Help/AccountHelp.php:106 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:36 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:52 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:29 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:30 +#: app/modules/web/themes/material-blue/views/account/account.inc:73 +msgid "Account name" msgstr "Fiók név" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:83 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:107 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:43 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:66 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:91 -msgid "Id de categoría" +#: app/modules/api/Controllers/Help/AccountHelp.php:83 +#: app/modules/api/Controllers/Help/AccountHelp.php:107 +#: app/modules/api/Controllers/Help/CategoryHelp.php:43 +#: app/modules/api/Controllers/Help/CategoryHelp.php:66 +#: app/modules/api/Controllers/Help/CategoryHelp.php:91 +msgid "Category Id" msgstr "Category Id" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:84 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:108 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:43 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:67 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:93 -msgid "Id de cliente" +#: app/modules/api/Controllers/Help/AccountHelp.php:84 +#: app/modules/api/Controllers/Help/AccountHelp.php:108 +#: app/modules/api/Controllers/Help/ClientHelp.php:43 +#: app/modules/api/Controllers/Help/ClientHelp.php:67 +#: app/modules/api/Controllers/Help/ClientHelp.php:93 +msgid "Client Id" msgstr "Client Id" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:86 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:109 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:109 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:149 -msgid "Usuario de acceso" +#: app/modules/api/Controllers/Help/AccountHelp.php:86 +#: app/modules/api/Controllers/Help/AccountHelp.php:109 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:109 +#: app/modules/web/themes/material-blue/views/account/account.inc:149 +msgid "Access user" msgstr "Felhasználó elérése" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:87 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:110 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:96 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:136 -msgid "URL o IP de acceso" +#: app/modules/api/Controllers/Help/AccountHelp.php:87 +#: app/modules/api/Controllers/Help/AccountHelp.php:110 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:96 +#: app/modules/web/themes/material-blue/views/account/account.inc:136 +msgid "Access URL or IP" msgstr "URL vagy IP elérés" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:88 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:111 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:134 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:85 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:207 -msgid "Notas sobre la cuenta" +#: app/modules/api/Controllers/Help/AccountHelp.php:88 +#: app/modules/api/Controllers/Help/AccountHelp.php:111 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:134 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:85 +#: app/modules/web/themes/material-blue/views/account/account.inc:207 +msgid "Notes about the account" msgstr "Jegyzetek a fiókokról" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:89 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:112 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:198 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:119 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:29 -msgid "Cuenta Privada" +#: app/modules/api/Controllers/Help/AccountHelp.php:89 +#: app/modules/api/Controllers/Help/AccountHelp.php:112 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:198 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:119 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:29 +msgid "Private Account" msgstr "Private Account" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:90 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:113 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:217 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:48 -msgid "Cuenta Privada Grupo" +#: app/modules/api/Controllers/Help/AccountHelp.php:90 +#: app/modules/api/Controllers/Help/AccountHelp.php:113 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:217 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:48 +msgid "Private Account for Group" msgstr "Private Account for Group" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:92 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:115 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:252 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:254 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:13 -msgid "Cuenta Vinculada" +#: app/modules/api/Controllers/Help/AccountHelp.php:92 +#: app/modules/api/Controllers/Help/AccountHelp.php:115 +#: app/modules/web/themes/material-blue/views/account/account.inc:252 +#: app/modules/web/themes/material-blue/views/account/account.inc:254 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:13 +msgid "Linked Account" msgstr "Linked Account" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:93 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:116 -msgid "Array con Ids de etiquetas" +#: app/modules/api/Controllers/Help/AccountHelp.php:93 +#: app/modules/api/Controllers/Help/AccountHelp.php:116 +msgid "Array with tags id" msgstr "Array with tags id" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:94 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:117 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:43 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:67 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:93 -msgid "Id de grupo" +#: app/modules/api/Controllers/Help/AccountHelp.php:94 +#: app/modules/api/Controllers/Help/AccountHelp.php:117 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:43 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:67 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:93 +msgid "Group Id" msgstr "Group Id" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:128 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:79 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:81 -#: ../../../modules/api/Controllers/Help/TagHelp.php:77 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:81 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:26 +#: app/modules/api/Controllers/Help/AccountHelp.php:128 +#: app/modules/api/Controllers/Help/CategoryHelp.php:79 +#: app/modules/api/Controllers/Help/ClientHelp.php:81 +#: app/modules/api/Controllers/Help/TagHelp.php:77 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:81 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:26 #, fuzzy -msgid "Texto a buscar" +msgid "Text to search for" msgstr "Keresendõ szöveg" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:129 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:80 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:82 -#: ../../../modules/api/Controllers/Help/TagHelp.php:78 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:82 -msgid "Número de resultados a mostrar" +#: app/modules/api/Controllers/Help/AccountHelp.php:129 +#: app/modules/api/Controllers/Help/CategoryHelp.php:80 +#: app/modules/api/Controllers/Help/ClientHelp.php:82 +#: app/modules/api/Controllers/Help/TagHelp.php:78 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:82 +msgid "Number of results to display" msgstr "Number of results to display" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:130 -msgid "Id de categoría a filtrar" +#: app/modules/api/Controllers/Help/AccountHelp.php:130 +msgid "Category Id to filter on" msgstr "Category Id to filter on" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:131 -msgid "Id de cliente a filtrar" +#: app/modules/api/Controllers/Help/AccountHelp.php:131 +msgid "Client Id to filter on" msgstr "Client Id to filter on" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:132 -msgid "Array con Ids de etiquetas a filtrar" +#: app/modules/api/Controllers/Help/AccountHelp.php:132 +msgid "Array with tags id for filtering" msgstr "Array with tags id for filtering" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:133 -msgid "Operador de filtrado" +#: app/modules/api/Controllers/Help/AccountHelp.php:133 +msgid "Filtering operator" msgstr "Filtering operator" -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:54 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:67 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:29 -msgid "Nombre de la categoría" +#: app/modules/api/Controllers/Help/CategoryHelp.php:54 +#: app/modules/api/Controllers/Help/CategoryHelp.php:67 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:29 +msgid "Category name" msgstr "Kategória név" -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:55 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:68 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:41 -msgid "Descripción de la categoría" +#: app/modules/api/Controllers/Help/CategoryHelp.php:55 +#: app/modules/api/Controllers/Help/CategoryHelp.php:68 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:41 +msgid "Category description" msgstr "Kategória leírás" -#: ../../../modules/api/Controllers/Help/ClientHelp.php:54 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:68 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:30 +#: app/modules/api/Controllers/Help/ClientHelp.php:54 +#: app/modules/api/Controllers/Help/ClientHelp.php:68 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:30 #, fuzzy -msgid "Nombre del cliente" +msgid "Client name" msgstr "Ügyfél név" -#: ../../../modules/api/Controllers/Help/ClientHelp.php:55 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:69 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:43 +#: app/modules/api/Controllers/Help/ClientHelp.php:55 +#: app/modules/api/Controllers/Help/ClientHelp.php:69 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:43 #, fuzzy -msgid "Descripción del cliente" +msgid "Client description" msgstr "Ügyfél leírás" -#: ../../../modules/api/Controllers/Help/ClientHelp.php:56 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:70 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:152 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:66 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:99 +#: app/modules/api/Controllers/Help/ClientHelp.php:56 +#: app/modules/api/Controllers/Help/ClientHelp.php:70 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:152 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:66 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:99 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:65 -#: ../../../modules/api/Controllers/Help/TagHelp.php:89 -msgid "Id de etiqueta" +#: app/modules/api/Controllers/Help/TagHelp.php:43 +#: app/modules/api/Controllers/Help/TagHelp.php:65 +#: app/modules/api/Controllers/Help/TagHelp.php:89 +msgid "Tag Id" msgstr "Tag Id" -#: ../../../modules/api/Controllers/Help/TagHelp.php:54 -#: ../../../modules/api/Controllers/Help/TagHelp.php:66 -#: ../../../modules/web/themes/material-blue/views/itemshow/tag.inc:29 -msgid "Nombre de la etiqueta" +#: app/modules/api/Controllers/Help/TagHelp.php:54 +#: app/modules/api/Controllers/Help/TagHelp.php:66 +#: app/modules/web/themes/material-blue/views/itemshow/tag.inc:29 +msgid "Tag name" msgstr "Tag name" -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:54 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:68 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:31 -msgid "Nombre del grupo" +#: app/modules/api/Controllers/Help/UserGroupHelp.php:54 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:68 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:31 +msgid "Group name" msgstr "Csoport név" -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:55 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:69 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:44 -msgid "Descripción del grupo" +#: app/modules/api/Controllers/Help/UserGroupHelp.php:55 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:69 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:44 +msgid "Group description" msgstr "Csoport leírás" -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:56 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:70 -msgid "Array con Ids de usuarios" +#: app/modules/api/Controllers/Help/UserGroupHelp.php:56 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:70 +msgid "Array with users Id" msgstr "Array with users Id" -#: ../../../modules/api/Controllers/TagController.php:94 -msgid "Etiqueta creada" +#: app/modules/api/Controllers/TagController.php:61 +msgid "Tag displayed" +msgstr "Tag displayed" + +#: app/modules/api/Controllers/TagController.php:89 +#: app/modules/api/Controllers/TagController.php:94 +#: app/modules/web/Controllers/TagController.php:243 +msgid "Tag added" msgstr "Tag added" -#: ../../../modules/api/Controllers/TagController.php:123 -msgid "Etiqueta actualizada" +#: app/modules/api/Controllers/TagController.php:118 +#: app/modules/api/Controllers/TagController.php:123 +#: app/modules/web/Controllers/TagController.php:276 +msgid "Tag updated" msgstr "Tag updated" -#: ../../../modules/api/Controllers/TagController.php:152 -msgid "Etiqueta eliminada" +#: app/modules/api/Controllers/TagController.php:147 +#: app/modules/api/Controllers/TagController.php:152 +#: app/modules/web/Controllers/TagController.php:215 +msgid "Tag removed" msgstr "Tag removed" -#: ../../../modules/api/Controllers/UserGroupController.php:96 -msgid "Grupo creado" +#: app/modules/api/Controllers/UserGroupController.php:61 +msgid "Group viewed" +msgstr "Group viewed" + +#: app/modules/api/Controllers/UserGroupController.php:91 +#: app/modules/api/Controllers/UserGroupController.php:96 +#: app/modules/web/Controllers/UserGroupController.php:273 +#: app/modules/web/Controllers/UserGroupController.php:277 +msgid "Group added" msgstr "Csoport hozzáadva" -#: ../../../modules/api/Controllers/UserGroupController.php:127 -msgid "Grupo actualizado" +#: app/modules/api/Controllers/UserGroupController.php:122 +#: app/modules/api/Controllers/UserGroupController.php:127 +#: app/modules/web/Controllers/UserGroupController.php:314 +#: app/modules/web/Controllers/UserGroupController.php:318 +msgid "Group updated" msgstr "Csoport frissítve" -#: ../../../modules/api/Controllers/UserGroupController.php:156 -msgid "Grupo eliminado" +#: app/modules/api/Controllers/UserGroupController.php:151 +#: app/modules/api/Controllers/UserGroupController.php:156 +#: app/modules/web/Controllers/UserGroupController.php:237 +#: app/modules/web/Controllers/UserGroupController.php:241 +msgid "Group deleted" msgstr "Csoport törölve" -#: ../../../modules/web/Controllers/AccountController.php:149 -#: ../../../modules/web/Controllers/AccountController.php:204 -#: ../../../modules/web/Controllers/AccountController.php:489 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:60 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:61 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:164 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:165 -#: ../../../modules/web/themes/material-blue/views/account/linkedAccounts.inc:28 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:58 -msgid "Detalles de Cuenta" +#: app/modules/api/Init.php:146 +msgid "Updating needed" +msgstr "Updating needed" + +#: app/modules/web/Controllers/AccountController.php:149 +#: app/modules/web/Controllers/AccountController.php:204 +#: app/modules/web/Controllers/AccountController.php:489 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:60 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:61 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:164 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:165 +#: app/modules/web/themes/material-blue/views/account/linkedAccounts.inc:28 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:58 +msgid "Account Details" msgstr "Fiók adatok" +#: app/modules/web/Controllers/AccountController.php:225 +msgid "Link viewed" +msgstr "Link viewed" + +#: app/modules/web/Controllers/AccountController.php:226 +#: app/modules/web/Controllers/AccountController.php:574 +#: app/modules/web/Controllers/AccountController.php:632 +#: app/modules/web/Controllers/AccountController.php:674 +#: app/modules/web/Controllers/AccountController.php:711 +#: app/modules/web/Controllers/AccountController.php:748 +#: app/modules/web/Controllers/AccountController.php:795 +#: app/modules/web/Controllers/AccountController.php:838 +#: app/modules/web/Controllers/AccountController.php:879 +#: app/modules/web/Controllers/AccountController.php:931 +#: app/modules/web/Controllers/AccountController.php:967 +#: app/modules/web/Controllers/AccountFileController.php:258 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:120 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:157 +#: app/modules/web/Controllers/AccountManagerController.php:150 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:108 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:25 +#: app/modules/web/themes/material-blue/views/account/account.inc:30 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:21 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:23 +msgid "Account" +msgstr "Fiók" + +#: app/modules/web/Controllers/AccountController.php:228 +msgid "Agent" +msgstr "Agent" + +#: app/modules/web/Controllers/AccountController.php:229 +msgid "HTTPS" +msgstr "HTTPS" + +#: app/modules/web/Controllers/AccountController.php:229 +#: lib/SP/DataModel/PublicLinkListData.php:88 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:190 +msgid "ON" +msgstr "ON" + +#: app/modules/web/Controllers/AccountController.php:229 +#: lib/SP/DataModel/PublicLinkListData.php:88 +msgid "OFF" +msgstr "OFF" + +#: app/modules/web/Controllers/AccountController.php:230 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:104 +msgid "IP" +msgstr "IP" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountController.php:261 -#: ../../../modules/web/Controllers/AccountController.php:307 -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:274 -#: ../../../config/actions.xml:157 -msgid "Nueva Cuenta" +#: app/modules/web/Controllers/AccountController.php:261 +#: app/modules/web/Controllers/AccountController.php:307 +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:274 +#: app/config/actions.xml:157 +msgid "New Account" msgstr "Új fiók" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountController.php:353 -#: ../../../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:20 -#: ../../../config/actions.xml:163 -msgid "Editar Cuenta" +#: app/modules/web/Controllers/AccountController.php:353 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:176 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:177 +#: app/modules/web/themes/material-blue/views/account/linkedAccounts.inc:20 +#: app/config/actions.xml:163 +msgid "Edit Account" msgstr "Fiók módosítás" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountController.php:400 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:334 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:335 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:181 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:182 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:177 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:178 -#: ../../../config/actions.xml:169 ../../../config/actions.xml:487 -#: ../../../config/actions.xml:799 +#: app/modules/web/Controllers/AccountController.php:400 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:334 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:335 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:181 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:182 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:177 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:178 +#: app/config/actions.xml:169 app/config/actions.xml:487 +#: app/config/actions.xml:799 #, fuzzy -msgid "Eliminar Cuenta" +msgid "Remove Account" msgstr "Fiók törlése" -#: ../../../modules/web/Controllers/AccountController.php:445 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:155 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:156 -msgid "Modificar Clave de Cuenta" +#. (itstool) path: action/text +#: app/modules/web/Controllers/AccountController.php:445 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:155 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:156 +#: app/config/actions.xml:181 +msgid "Edit Account Password" msgstr "Fiók jelszavának szerkesztése" -#: ../../../modules/web/Controllers/AccountFileController.php:211 +#: app/modules/web/Controllers/AccountController.php:673 +#: app/modules/web/Controllers/AccountController.php:710 +msgid "Password copied" +msgstr "Password copied" + +#: app/modules/web/Controllers/AccountController.php:878 +#: app/modules/web/Controllers/AccountController.php:889 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:156 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:161 +msgid "Account restored" +msgstr "Fiók restaurált" + +#: app/modules/web/Controllers/AccountController.php:916 +#: app/modules/web/Controllers/AccountController.php:919 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:108 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:111 +#: app/modules/web/Controllers/AccountManagerController.php:135 +#: app/modules/web/Controllers/AccountManagerController.php:138 +msgid "Accounts removed" +msgstr "Accounts removed" + +#: app/modules/web/Controllers/AccountController.php:958 +#: app/modules/web/Forms/NotificationForm.php:106 +msgid "A description is needed" +msgstr "Leírás szükséges" + +#: app/modules/web/Controllers/AccountController.php:965 +#: lib/SP/Providers/Notification/NotificationHandler.php:124 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:46 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:44 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:46 +msgid "Request" +msgstr "" + +#: app/modules/web/Controllers/AccountController.php:966 +msgid "Requester" +msgstr "Kérõ" + +#: app/modules/web/Controllers/AccountController.php:969 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:105 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:129 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:108 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:37 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:61 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:68 +msgid "Description" +msgstr "Leírás" + +#: app/modules/web/Controllers/AccountController.php:982 +msgid "Request done" +msgstr "Request done" + +#: app/modules/web/Controllers/AccountFavoriteController.php:55 +msgid "Favorite added" +msgstr "Favorite added" + +#: app/modules/web/Controllers/AccountFavoriteController.php:73 +msgid "Favorite deleted" +msgstr "Favorite deleted" + +#: app/modules/web/Controllers/AccountFileController.php:74 +#: app/modules/web/Controllers/AccountFileController.php:135 +#, fuzzy +msgid "File does not exist" +msgstr "A fájl nem létezik" + +#: app/modules/web/Controllers/AccountFileController.php:87 +#: app/modules/web/Controllers/AccountFileController.php:103 +msgid "File viewed" +msgstr "File viewed" + +#: app/modules/web/Controllers/AccountFileController.php:88 +#: app/modules/web/Controllers/AccountFileController.php:104 +#: app/modules/web/Controllers/AccountFileController.php:141 +#: app/modules/web/Controllers/AccountFileController.php:257 +#: app/modules/web/Controllers/AccountFileController.php:364 +#: app/modules/web/Controllers/ConfigBackupController.php:163 +#: app/modules/web/Controllers/ConfigBackupController.php:209 +#: app/modules/web/Controllers/ConfigBackupController.php:255 +#: app/modules/web/Controllers/ConfigGeneralController.php:195 +#: app/modules/web/Controllers/ConfigGeneralController.php:236 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:122 +#: app/modules/web/themes/material-blue/views/config/import.inc:72 +msgid "File" +msgstr "Fájl" + +#: app/modules/web/Controllers/AccountFileController.php:115 +#: app/config/strings.js.inc:40 +msgid "File not supported for preview" +msgstr "A fájlnak nincs elönézete" + +#: app/modules/web/Controllers/AccountFileController.php:140 +#: app/modules/web/Controllers/ConfigBackupController.php:162 +#: app/modules/web/Controllers/ConfigBackupController.php:208 +#: app/modules/web/Controllers/ConfigBackupController.php:254 +#: app/modules/web/Controllers/ConfigGeneralController.php:194 +#: app/modules/web/Controllers/ConfigGeneralController.php:235 +#: app/config/strings.js.inc:97 +msgid "File downloaded" +msgstr "File downloaded" + +#: app/modules/web/Controllers/AccountFileController.php:186 +msgid "INVALID QUERY" +msgstr "Érvénytelen lekérdezés" + +#: app/modules/web/Controllers/AccountFileController.php:192 +#, fuzzy +msgid "There aren't any allowed extensions" +msgstr "Tiltott kiterjesztések" + +#: app/modules/web/Controllers/AccountFileController.php:209 +#: lib/SP/Services/Import/FileImport.php:100 +msgid "File type not allowed" +msgstr "Fájltípus nem engedélyezett" + +#: app/modules/web/Controllers/AccountFileController.php:211 #, php-format -msgid "Extensión: %s" +msgid "Extension: %s" msgstr "Extension: %s" -#: ../../../modules/web/Controllers/AccountFileController.php:405 -msgid "Gestión de archivos deshabilitada" +#: app/modules/web/Controllers/AccountFileController.php:216 +msgid "Invalid file" +msgstr "Érvénytelen fájl" + +#: app/modules/web/Controllers/AccountFileController.php:218 +#, php-format +msgid "File: %s" +msgstr "File: %s" + +#: app/modules/web/Controllers/AccountFileController.php:224 +#: app/modules/web/Controllers/AccountFileController.php:244 +#: lib/SP/Services/Import/FileImport.php:116 +#, fuzzy +msgid "Internal error while reading the file" +msgstr "Belsõ hiba a fájl olvasása közben" + +#: app/modules/web/Controllers/AccountFileController.php:226 +#, php-format +msgid "Maximum size: %s" +msgstr "Maximum size: %s" + +#: app/modules/web/Controllers/AccountFileController.php:234 +msgid "File size exceeded" +msgstr "File size exceeded" + +#: app/modules/web/Controllers/AccountFileController.php:236 +#, php-format +msgid "Maximum size: %d KB" +msgstr "Maximum size: %d KB" + +#: app/modules/web/Controllers/AccountFileController.php:256 +#: app/modules/web/Controllers/AccountFileController.php:265 +msgid "File saved" +msgstr "Fájl elmentve" + +#: app/modules/web/Controllers/AccountFileController.php:260 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:109 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:109 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:109 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:127 +#: app/modules/web/Controllers/ItemPresetController.php:323 +#: app/modules/web/Controllers/ItemPresetController.php:364 +#: lib/SP/Services/Auth/LoginService.php:455 +#: lib/SP/Services/Auth/LoginService.php:518 +#: lib/SP/Services/Auth/LoginService.php:564 +#: lib/SP/Services/Auth/LoginService.php:607 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:35 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:37 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:23 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:30 +msgid "Type" +msgstr "Típus" + +#: app/modules/web/Controllers/AccountFileController.php:261 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:110 +msgid "Size" +msgstr "Méret" + +#: app/modules/web/Controllers/AccountFileController.php:292 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:64 +#: app/modules/web/Controllers/AccountManagerController.php:79 +#: app/modules/web/Controllers/AccountManagerController.php:213 +#: app/modules/web/Controllers/AuthTokenController.php:71 +#: app/modules/web/Controllers/AuthTokenController.php:111 +#: app/modules/web/Controllers/AuthTokenController.php:176 +#: app/modules/web/Controllers/AuthTokenController.php:209 +#: app/modules/web/Controllers/AuthTokenController.php:254 +#: app/modules/web/Controllers/AuthTokenController.php:292 +#: app/modules/web/Controllers/AuthTokenController.php:344 +#: app/modules/web/Controllers/CategoryController.php:69 +#: app/modules/web/Controllers/CategoryController.php:106 +#: app/modules/web/Controllers/CategoryController.php:170 +#: app/modules/web/Controllers/CategoryController.php:203 +#: app/modules/web/Controllers/CategoryController.php:248 +#: app/modules/web/Controllers/CategoryController.php:290 +#: app/modules/web/Controllers/CategoryController.php:332 +#: app/modules/web/Controllers/ClientController.php:70 +#: app/modules/web/Controllers/ClientController.php:107 +#: app/modules/web/Controllers/ClientController.php:171 +#: app/modules/web/Controllers/ClientController.php:203 +#: app/modules/web/Controllers/ClientController.php:245 +#: app/modules/web/Controllers/ClientController.php:285 +#: app/modules/web/Controllers/ClientController.php:323 +#: app/modules/web/Controllers/CustomFieldController.php:71 +#: app/modules/web/Controllers/CustomFieldController.php:108 +#: app/modules/web/Controllers/CustomFieldController.php:170 +#: app/modules/web/Controllers/CustomFieldController.php:202 +#: app/modules/web/Controllers/CustomFieldController.php:236 +#: app/modules/web/Controllers/CustomFieldController.php:275 +#: app/modules/web/Controllers/CustomFieldController.php:314 +#: app/modules/web/Controllers/EventlogController.php:107 +#: app/modules/web/Controllers/ItemPresetController.php:70 +#: app/modules/web/Controllers/ItemPresetController.php:157 +#: app/modules/web/Controllers/ItemPresetController.php:197 +#: app/modules/web/Controllers/ItemPresetController.php:236 +#: app/modules/web/Controllers/ItemPresetController.php:268 +#: app/modules/web/Controllers/ItemPresetController.php:309 +#: app/modules/web/Controllers/ItemPresetController.php:350 +#: app/modules/web/Controllers/NotificationController.php:110 +#: app/modules/web/Controllers/NotificationController.php:173 +#: app/modules/web/Controllers/NotificationController.php:191 +#: app/modules/web/Controllers/NotificationController.php:223 +#: app/modules/web/Controllers/NotificationController.php:255 +#: app/modules/web/Controllers/NotificationController.php:308 +#: app/modules/web/Controllers/NotificationController.php:337 +#: app/modules/web/Controllers/NotificationController.php:372 +#: app/modules/web/Controllers/PluginController.php:111 +#: app/modules/web/Controllers/PluginController.php:133 +#: app/modules/web/Controllers/PluginController.php:277 +#: app/modules/web/Controllers/PublicLinkController.php:74 +#: app/modules/web/Controllers/PublicLinkController.php:111 +#: app/modules/web/Controllers/PublicLinkController.php:173 +#: app/modules/web/Controllers/PublicLinkController.php:201 +#: app/modules/web/Controllers/PublicLinkController.php:233 +#: app/modules/web/Controllers/PublicLinkController.php:276 +#: app/modules/web/Controllers/PublicLinkController.php:310 +#: app/modules/web/Controllers/PublicLinkController.php:354 +#: app/modules/web/Controllers/TagController.php:68 +#: app/modules/web/Controllers/TagController.php:105 +#: app/modules/web/Controllers/TagController.php:165 +#: app/modules/web/Controllers/TagController.php:197 +#: app/modules/web/Controllers/TagController.php:233 +#: app/modules/web/Controllers/TagController.php:266 +#: app/modules/web/Controllers/TagController.php:299 +#: app/modules/web/Controllers/UserController.php:75 +#: app/modules/web/Controllers/UserController.php:112 +#: app/modules/web/Controllers/UserController.php:197 +#: app/modules/web/Controllers/UserController.php:230 +#: app/modules/web/Controllers/UserController.php:266 +#: app/modules/web/Controllers/UserController.php:308 +#: app/modules/web/Controllers/UserController.php:373 +#: app/modules/web/Controllers/UserController.php:416 +#: app/modules/web/Controllers/UserController.php:455 +#: app/modules/web/Controllers/UserGroupController.php:77 +#: app/modules/web/Controllers/UserGroupController.php:114 +#: app/modules/web/Controllers/UserGroupController.php:185 +#: app/modules/web/Controllers/UserGroupController.php:217 +#: app/modules/web/Controllers/UserGroupController.php:259 +#: app/modules/web/Controllers/UserGroupController.php:300 +#: app/modules/web/Controllers/UserGroupController.php:341 +#: app/modules/web/Controllers/UserProfileController.php:70 +#: app/modules/web/Controllers/UserProfileController.php:107 +#: app/modules/web/Controllers/UserProfileController.php:174 +#: app/modules/web/Controllers/UserProfileController.php:206 +#: app/modules/web/Controllers/UserProfileController.php:248 +#: app/modules/web/Controllers/UserProfileController.php:285 +#: app/modules/web/Controllers/UserProfileController.php:323 +#: lib/SP/Core/Acl/UnauthorizedActionException.php:46 +#: lib/SP/Util/ErrorUtil.php:160 +msgid "You don't have permission to do this operation" +msgstr "Nincs jogosultságod végrehajtani ezt a mûveletet" + +#: app/modules/web/Controllers/AccountFileController.php:355 +#: app/modules/web/Controllers/AccountFileController.php:358 +msgid "Files deleted" +msgstr "Files deleted" + +#: app/modules/web/Controllers/AccountFileController.php:363 +msgid "File deleted" +msgstr "Fájl törölve" + +#: app/modules/web/Controllers/AccountFileController.php:369 +msgid "File Deleted" +msgstr "File Deleted" + +#: app/modules/web/Controllers/AccountFileController.php:405 +msgid "Files management disabled" msgstr "Fálj menedzsment inaktív" -#: ../../../modules/web/Controllers/AccountFileController.php:424 -msgid "No hay archivos asociados a la cuenta" +#: app/modules/web/Controllers/AccountFileController.php:424 +msgid "There are no linked files for the account" msgstr "There are no linked files for the account" +#: app/modules/web/Controllers/AccountManagerController.php:191 +#: app/modules/web/Controllers/AccountManagerController.php:194 +#: lib/SP/Services/Account/AccountCryptService.php:193 +#, fuzzy +msgid "Accounts updated" +msgstr "Fiókok frissítve" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountManagerController.php:216 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:198 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:199 -#: ../../../config/actions.xml:493 -msgid "Actualización Masiva" +#: app/modules/web/Controllers/AccountManagerController.php:216 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:198 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:199 +#: app/config/actions.xml:493 +msgid "Bulk Update" msgstr "Bulk Update" -#: ../../../modules/web/Controllers/AuthTokenController.php:114 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:155 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:156 +#: app/modules/web/Controllers/AuthTokenController.php:114 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:155 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:156 #, fuzzy -msgid "Nueva Autorización" +msgid "New Authorization" msgstr "Új Kategória" -#: ../../../modules/web/Controllers/AuthTokenController.php:179 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:190 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:191 +#: app/modules/web/Controllers/AuthTokenController.php:179 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:190 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:191 #, fuzzy -msgid "Editar Autorización" +msgid "Edit Authorization" msgstr "Módosítás" -#: ../../../modules/web/Controllers/AuthTokenController.php:347 +#: app/modules/web/Controllers/AuthTokenController.php:220 +#: app/modules/web/Controllers/AuthTokenController.php:223 +msgid "Authorizations deleted" +msgstr "Authorizations deleted" + +#: app/modules/web/Controllers/AuthTokenController.php:233 +#: app/modules/web/Controllers/AuthTokenController.php:237 #, fuzzy -msgid "Ver Autorización" +msgid "Authorization deleted" +msgstr "Fiók törölve" + +#: app/modules/web/Controllers/AuthTokenController.php:234 +#: app/modules/web/Controllers/AuthTokenController.php:306 +#: app/modules/web/Controllers/AuthTokenController.php:315 +#: app/modules/web/Controllers/AuthTokenController.php:356 +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:71 +msgid "Authorization" +msgstr "Authorization" + +#: app/modules/web/Controllers/AuthTokenController.php:269 +#, fuzzy +msgid "Authorization added" +msgstr "Fiók hozzáadva" + +#: app/modules/web/Controllers/AuthTokenController.php:305 +#: app/modules/web/Controllers/AuthTokenController.php:314 +#: app/modules/web/Controllers/AuthTokenController.php:321 +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:70 +#, fuzzy +msgid "Authorization updated" +msgstr "Fiók frissítve" + +#: app/modules/web/Controllers/AuthTokenController.php:347 +#, fuzzy +msgid "View Authorization" msgstr "Nézet" +#: app/modules/web/Controllers/AuthTokenController.php:355 +msgid "Authorization viewed" +msgstr "Authorization viewed" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/CategoryController.php:109 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:152 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:153 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:118 -#: ../../../config/actions.xml:307 -msgid "Nueva Categoría" +#: app/modules/web/Controllers/CategoryController.php:109 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:152 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:153 +#: app/modules/web/themes/material-blue/views/account/account.inc:118 +#: app/config/actions.xml:307 +msgid "New Category" msgstr "Új Kategória" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/CategoryController.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:170 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:171 -#: ../../../config/actions.xml:313 -msgid "Editar Categoría" +#: app/modules/web/Controllers/CategoryController.php:173 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:170 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:171 +#: app/config/actions.xml:313 +msgid "Edit Category" msgstr "Kategória módosítás" +#: app/modules/web/Controllers/CategoryController.php:214 +#: app/modules/web/Controllers/CategoryController.php:217 +msgid "Categories deleted" +msgstr "Categories deleted" + +#: app/modules/web/Controllers/CategoryController.php:228 +#: app/modules/web/Controllers/CategoryController.php:264 +#: app/modules/web/Controllers/CategoryController.php:306 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:247 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:115 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:106 +#: lib/SP/Services/Import/KeepassImport.php:104 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:72 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:74 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:45 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:51 +#: app/modules/web/themes/material-blue/views/account/account.inc:103 +#: app/modules/web/themes/material-blue/views/account/account.inc:105 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:51 +msgid "Category" +msgstr "Kategória" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/CategoryController.php:335 -#: ../../../config/actions.xml:301 +#: app/modules/web/Controllers/CategoryController.php:335 +#: app/config/actions.xml:301 #, fuzzy -msgid "Ver Categoría" +msgid "View Category" msgstr "Nézet" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ClientController.php:110 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:155 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:156 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:93 -#: ../../../config/actions.xml:337 +#: app/modules/web/Controllers/ClientController.php:110 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:155 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:156 +#: app/modules/web/themes/material-blue/views/account/account.inc:93 +#: app/config/actions.xml:337 #, fuzzy -msgid "Nuevo Cliente" +msgid "New Client" msgstr "Új ügyfél" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ClientController.php:174 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:174 -#: ../../../config/actions.xml:343 +#: app/modules/web/Controllers/ClientController.php:174 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:173 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:174 +#: app/config/actions.xml:343 #, fuzzy -msgid "Editar Cliente" +msgid "Edit Client" msgstr "Ügyfél módosítás" +#: app/modules/web/Controllers/ClientController.php:213 +#: app/modules/web/Controllers/ClientController.php:216 +msgid "Clients deleted" +msgstr "Clients deleted" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ClientController.php:326 -#: ../../../config/actions.xml:331 +#: app/modules/web/Controllers/ClientController.php:326 +#: app/config/actions.xml:331 #, fuzzy -msgid "Ver Cliente" +msgid "View Client" msgstr "Nézet" -#: ../../../modules/web/Controllers/ConfigBackupController.php:195 -#: ../../../modules/web/Controllers/ConfigBackupController.php:241 -#: ../../../modules/web/Controllers/ConfigGeneralController.php:183 -#: ../../../modules/web/Controllers/ConfigGeneralController.php:229 -msgid "Ey, esto es una DEMO!!" +#: app/modules/web/Controllers/ConfigAccountController.php:74 +#, fuzzy +msgid "Maximum size per file is 16MB" +msgstr "Maximálisan feltölthetõ fájl mérete 16MB" + +#: app/modules/web/Controllers/ConfigAccountController.php:82 +msgid "Files enabled" +msgstr "Files enabled" + +#: app/modules/web/Controllers/ConfigAccountController.php:87 +msgid "Files disabled" +msgstr "Files disabled" + +#: app/modules/web/Controllers/ConfigAccountController.php:100 +msgid "Public links enabled" +msgstr "Public links enabled" + +#: app/modules/web/Controllers/ConfigAccountController.php:105 +msgid "Public links disabled" +msgstr "Public links disabled" + +#: app/modules/web/Controllers/ConfigBackupController.php:57 +#: app/modules/web/Controllers/ConfigBackupController.php:195 +#: app/modules/web/Controllers/ConfigBackupController.php:241 +#: app/modules/web/Controllers/ConfigEncryptionController.php:97 +#: app/modules/web/Controllers/ConfigEncryptionController.php:159 +#: app/modules/web/Controllers/ConfigGeneralController.php:183 +#: app/modules/web/Controllers/ConfigGeneralController.php:229 +#: app/modules/web/Controllers/ConfigImportController.php:59 +#: app/modules/web/Controllers/ConfigLdapController.php:226 +#: app/modules/web/Controllers/Traits/ConfigTrait.php:55 +#: app/modules/web/Forms/UserForm.php:131 +#: app/modules/web/Forms/UserForm.php:153 +#: app/modules/web/Forms/UserForm.php:171 +msgid "Ey, this is a DEMO!!" msgstr "Aj, ez egy próbaverzió" -#: ../../../modules/web/Controllers/ConfigLdapController.php:153 -#: ../../../modules/web/Controllers/ConfigLdapController.php:197 -msgid "Resultados" +#: app/modules/web/Controllers/ConfigBackupController.php:90 +#: app/modules/web/Controllers/UserPassResetController.php:183 +#: app/modules/web/Forms/AccountForm.php:135 +#: app/modules/web/Forms/UserForm.php:161 +#, fuzzy +msgid "Passwords do not match" +msgstr "A jelszó nem egyezik" + +#: app/modules/web/Controllers/ConfigBackupController.php:121 +msgid "Verification of exported data finished" +msgstr "Verification of exported data finished" + +#: app/modules/web/Controllers/ConfigBackupController.php:122 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:113 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:237 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:163 +#: app/modules/web/themes/material-blue/views/config/info.inc:49 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:34 +msgid "Version" +msgstr "Verzió" + +#: app/modules/web/Controllers/ConfigBackupController.php:123 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:128 +#: app/modules/web/themes/material-blue/views/common/aux-customfields.inc:17 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:90 +msgid "Encrypted" +msgstr "Encrypted" + +#: app/modules/web/Controllers/ConfigBackupController.php:123 +#: app/modules/web/themes/material-blue/views/config/info.inc:140 +msgid "Yes" +msgstr "Yes" + +#: app/modules/web/Controllers/ConfigBackupController.php:123 +#: app/modules/web/themes/material-blue/views/config/info.inc:140 +msgid "No" +msgstr "No" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/ConfigBackupController.php:124 +#: app/modules/web/Controllers/ConfigManagerController.php:174 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:101 +#: lib/SP/Providers/Notification/NotificationHandler.php:125 +#: lib/SP/Providers/Notification/NotificationHandler.php:156 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:74 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:25 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:394 +#: app/config/actions.xml:13 +msgid "Accounts" +msgstr "Fiókok" + +#: app/modules/web/Controllers/ConfigBackupController.php:125 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:93 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:76 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:330 +#, fuzzy +msgid "Clients" +msgstr "Ügyfél" + +#: app/modules/web/Controllers/ConfigBackupController.php:126 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:94 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:75 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:298 +msgid "Categories" +msgstr "Kategóriák" + +#: app/modules/web/Controllers/ConfigBackupController.php:127 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:94 +#: app/modules/web/themes/material-blue/views/account/account.inc:211 +#: app/modules/web/themes/material-blue/views/account/account.inc:213 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:94 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:314 +msgid "Tags" +msgstr "Cimkék" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:73 +#: app/modules/web/Controllers/ConfigEncryptionController.php:147 +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 +#: lib/SP/Services/Auth/LoginService.php:300 +#: lib/SP/Services/Auth/LoginService.php:324 +#: lib/SP/Services/User/UpdatedMasterPassException.php:45 +#: lib/SP/Util/ErrorUtil.php:164 +#, fuzzy +msgid "Master password updated" +msgstr "A mester jelszó frissítve" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:73 +#: app/modules/web/Controllers/ConfigEncryptionController.php:147 +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 +#: lib/SP/Services/User/UpdatedMasterPassException.php:45 +#: lib/SP/Util/ErrorUtil.php:165 +#, fuzzy +msgid "Please, restart the session for update it" +msgstr "Indítsa újra a munkamenetot a frissítéshez" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:77 +#, fuzzy +msgid "Master password not entered" +msgstr "Mester jelszó szükséges" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:81 +msgid "The password update must be confirmed" +msgstr "A jelszó frissítéshez megerõsítés szükséges" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:85 +#, fuzzy +msgid "Passwords are the same" +msgstr "A jelszó megegyezik" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:89 +#, fuzzy +msgid "Master passwords do not match" +msgstr "A mester jelszó nem egyezik" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:93 +msgid "The current master password does not match" +msgstr "A jelenlegi mester jelszó nem egyezik" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:143 +#, fuzzy +msgid "Error while saving the Master Password's hash" +msgstr "Hiba a mester jelszó hash-ének elmentése közben" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:166 +#: app/modules/web/Controllers/ConfigEncryptionController.php:168 +msgid "Master password hash updated" +msgstr "Master password hash updated" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:175 +msgid "Error while updating the master password hash" +msgstr "Error while updating the master password hash" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:199 +#: app/modules/web/Controllers/ConfigEncryptionController.php:205 +#: app/modules/web/Controllers/ConfigEncryptionController.php:209 +msgid "Temporary password generated" +msgstr "Temporary password generated" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:199 +#: app/modules/web/Controllers/ConfigMailController.php:146 +#: app/modules/web/Controllers/ConfigMailController.php:152 +#: lib/SP/Services/Mail/MailService.php:141 +msgid "Email sent" +msgstr "" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:205 +#: lib/SP/Services/Mail/MailService.php:81 +#: lib/SP/Services/Mail/MailService.php:151 +msgid "Error while sending the email" +msgstr "Error while sending the email" + +#: app/modules/web/Controllers/ConfigGeneralController.php:96 +msgid "Missing remote syslog parameters" +msgstr "Missing remote syslog parameters" + +#: app/modules/web/Controllers/ConfigGeneralController.php:104 +msgid "Remote syslog enabled" +msgstr "Remote syslog enabled" + +#: app/modules/web/Controllers/ConfigGeneralController.php:109 +msgid "Remote syslog disabled" +msgstr "Remote syslog disabled" + +#: app/modules/web/Controllers/ConfigGeneralController.php:122 +#, fuzzy +msgid "Missing Proxy parameters " +msgstr "Hiányzó Wiki paraméter" + +#: app/modules/web/Controllers/ConfigGeneralController.php:136 +#, fuzzy +msgid "Proxy enabled" +msgstr "Felhasználó letiltva" + +#: app/modules/web/Controllers/ConfigGeneralController.php:141 +#, fuzzy +msgid "Proxy disabled" +msgstr "Felhasználó letiltva" + +#: app/modules/web/Controllers/ConfigGeneralController.php:160 +msgid "Auth Basic enabled" +msgstr "Auth Basic enabled" + +#: app/modules/web/Controllers/ConfigGeneralController.php:166 +msgid "Auth Basic disabled" +msgstr "Auth Basic disabled" + +#: app/modules/web/Controllers/ConfigImportController.php:78 +msgid "Accounts imported" +msgstr "Accounts imported" + +#: app/modules/web/Controllers/ConfigImportController.php:82 +#: app/modules/web/Controllers/ConfigLdapController.php:268 +msgid "Import finished" +msgstr "Importálás kész" + +#: app/modules/web/Controllers/ConfigImportController.php:82 +#: app/modules/web/Controllers/ConfigImportController.php:85 +#: lib/SP/Services/Backup/FileBackupService.php:120 +#: lib/SP/Services/Export/XmlExportService.php:205 +#, fuzzy +msgid "Please check out the event log for more details" +msgstr "Részletes leírást az esemény naplóban olvashat" + +#: app/modules/web/Controllers/ConfigImportController.php:85 +msgid "No accounts were imported" +msgstr "No accounts were imported" + +#: app/modules/web/Controllers/ConfigLdapController.php:71 +#: app/modules/web/Controllers/ConfigLdapController.php:143 +#: app/modules/web/Controllers/ConfigLdapController.php:181 +msgid "Missing LDAP parameters" +msgstr "Hiányzó LDAP paraméter" + +#: app/modules/web/Controllers/ConfigLdapController.php:90 +#, fuzzy +msgid "LDAP enabled" +msgstr "Inaktív" + +#: app/modules/web/Controllers/ConfigLdapController.php:95 +#, fuzzy +msgid "LDAP disabled" +msgstr "Inaktív" + +#: app/modules/web/Controllers/ConfigLdapController.php:97 +#: app/modules/web/Controllers/ConfigMailController.php:106 +#: app/config/strings.js.inc:80 +msgid "No changes" +msgstr "Nincsenek változások" + +#: app/modules/web/Controllers/ConfigLdapController.php:117 +#: app/modules/web/Controllers/ConfigLdapController.php:246 +msgid "Wrong LDAP parameters" +msgstr "Wrong LDAP parameters" + +#: app/modules/web/Controllers/ConfigLdapController.php:153 +#: app/modules/web/Controllers/ConfigLdapController.php:197 +msgid "Results" msgstr "Results" -#: ../../../modules/web/Controllers/ConfigLdapController.php:159 -#: ../../../modules/web/Controllers/ConfigLdapController.php:204 +#: app/modules/web/Controllers/ConfigLdapController.php:158 +#: app/modules/web/Controllers/ConfigLdapController.php:203 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:95 +msgid "LDAP connection OK" +msgstr "LDAP kapcsolat" + +#: app/modules/web/Controllers/ConfigLdapController.php:159 +#: app/modules/web/Controllers/ConfigLdapController.php:204 #, php-format -msgid "Objetos encontrados: %d" +msgid "Objects found: %d" msgstr "Objects found: %d" -#: ../../../modules/web/Controllers/ConfigLdapController.php:279 +#: app/modules/web/Controllers/ConfigLdapController.php:253 +msgid "LDAP Import" +msgstr "LDAP Import" + +#: app/modules/web/Controllers/ConfigLdapController.php:272 +msgid "There aren't any objects to synchronize" +msgstr "There aren't any objects to synchronize" + +#: app/modules/web/Controllers/ConfigLdapController.php:277 +msgid "LDAP users import finished" +msgstr "LDAP users import finished" + +#: app/modules/web/Controllers/ConfigLdapController.php:279 #, php-format -msgid "Usuarios importados: %d / %d" +msgid "Imported users: %d / %d" msgstr "Imported users: %d / %d" -#: ../../../modules/web/Controllers/ConfigLdapController.php:280 +#: app/modules/web/Controllers/ConfigLdapController.php:280 #, php-format -msgid "Errores: %d" +msgid "Errors: %d" msgstr "Errors: %d" -#: ../../../modules/web/Controllers/ConfigManagerController.php:160 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:134 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:20 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:18 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:446 +#: app/modules/web/Controllers/ConfigMailController.php:72 +#: app/modules/web/Controllers/ConfigMailController.php:133 +msgid "Missing Mail parameters" +msgstr "Hiányzó mail paraméter" + +#: app/modules/web/Controllers/ConfigMailController.php:97 +#, fuzzy +msgid "Mail enabled" +msgstr "Email elküldve" + +#: app/modules/web/Controllers/ConfigMailController.php:104 +#, fuzzy +msgid "Mail disabled" +msgstr "Felhasználó letiltva" + +#: app/modules/web/Controllers/ConfigMailController.php:147 +#: lib/SP/Services/Mail/MailService.php:142 +msgid "Recipient" +msgstr "Címzett" + +#: app/modules/web/Controllers/ConfigMailController.php:153 +msgid "Please, check your inbox" +msgstr "Please, check your inbox" + +#: app/modules/web/Controllers/ConfigManagerController.php:160 +#: app/modules/web/themes/material-blue/views/install/index.inc:134 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:20 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:18 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:446 msgid "General" msgstr "Általános" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ConfigManagerController.php:189 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:29 -#: ../../../config/actions.xml:37 +#: app/modules/web/Controllers/ConfigManagerController.php:189 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:29 +#: app/config/actions.xml:37 msgid "Wiki" msgstr "Wiki" -#: ../../../modules/web/Controllers/ConfigManagerController.php:208 +#: app/modules/web/Controllers/ConfigManagerController.php:208 msgid "LDAP" msgstr "LDAP" -#: ../../../modules/web/Controllers/ConfigManagerController.php:234 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:12 -msgid "Correo" +#: app/modules/web/Controllers/ConfigManagerController.php:234 +#: app/modules/web/themes/material-blue/views/config/mail.inc:12 +msgid "Mail" msgstr "Mail" -#: ../../../modules/web/Controllers/ConfigManagerController.php:273 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:462 +#: app/modules/web/Controllers/ConfigManagerController.php:273 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:462 #, fuzzy -msgid "Encriptación" +msgid "Encryption" msgstr "A Crypto modul nem tölthetõ be" -#: ../../../modules/web/Controllers/ConfigManagerController.php:301 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:61 +#: app/modules/web/Controllers/ConfigManagerController.php:301 +#: app/modules/web/themes/material-blue/views/config/backup.inc:61 #, fuzzy -msgid "No se encontraron backups" +msgid "There aren't any backups available" msgstr "Nincsenek elérhetõ Archívumok" -#: ../../../modules/web/Controllers/ConfigManagerController.php:311 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:132 +#: app/modules/web/Controllers/ConfigManagerController.php:311 +#: app/modules/web/themes/material-blue/views/config/backup.inc:132 #, fuzzy -msgid "No se encontró archivo de exportación" +msgid "No export file found" msgstr "Nem lehet a konfigurációs fájlba írni" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ConfigManagerController.php:314 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:24 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:78 -#: ../../../config/actions.xml:739 -msgid "Copia de Seguridad" +#: app/modules/web/Controllers/ConfigManagerController.php:314 +#: app/modules/web/themes/material-blue/views/config/backup.inc:24 +#: app/modules/web/themes/material-blue/views/config/backup.inc:78 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:478 +#: app/config/actions.xml:739 +msgid "Backup" msgstr "Archiválás" -#: ../../../modules/web/Controllers/ConfigManagerController.php:331 -msgid "Importar Cuentas" +#: app/modules/web/Controllers/ConfigManagerController.php:331 +msgid "Import Accounts" msgstr "Fiókok importálása" -#: ../../../modules/web/Controllers/ConfigManagerController.php:353 -msgid "No instalado" +#: app/modules/web/Controllers/ConfigManagerController.php:353 +msgid "Not installed" msgstr "Not installed" -#: ../../../modules/web/Controllers/ConfigManagerController.php:363 +#: app/modules/web/Controllers/ConfigManagerController.php:363 +#: app/modules/web/themes/material-blue/inc/Icons.php:63 #, fuzzy -msgid "Información" +msgid "Information" msgstr "Mutat néhány információt az alkalmazásról és a teljesítményrõl" -#: ../../../modules/web/Controllers/CustomFieldController.php:111 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:159 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:160 +#: app/modules/web/Controllers/ConfigWikiController.php:63 +msgid "Missing Wiki parameters" +msgstr "Hiányzó Wiki paraméter" + +#: app/modules/web/Controllers/ConfigWikiController.php:73 #, fuzzy -msgid "Nuevo Campo" +msgid "Wiki enabled" +msgstr "Inaktív" + +#: app/modules/web/Controllers/ConfigWikiController.php:78 +#, fuzzy +msgid "Wiki disabled" +msgstr "Inaktív" + +#: app/modules/web/Controllers/ConfigWikiController.php:91 +msgid "Missing DokuWiki parameters" +msgstr "Missing DokuWiki parameters" + +#: app/modules/web/Controllers/ConfigWikiController.php:103 +msgid "DokuWiki enabled" +msgstr "DokuWiki enabled" + +#: app/modules/web/Controllers/ConfigWikiController.php:108 +msgid "DokuWiki disabled" +msgstr "DokuWiki disabled" + +#: app/modules/web/Controllers/CustomFieldController.php:111 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:159 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:160 +#, fuzzy +msgid "New Field" msgstr "Új felhasználó" -#: ../../../modules/web/Controllers/CustomFieldController.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:177 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:178 +#: app/modules/web/Controllers/CustomFieldController.php:173 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:177 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:178 #, fuzzy -msgid "Editar Campo" +msgid "Edit Field" msgstr "Módosítás" -#: ../../../modules/web/Controllers/CustomFieldController.php:317 -msgid "Ver Campo" +#: app/modules/web/Controllers/CustomFieldController.php:209 +#: app/modules/web/Controllers/CustomFieldController.php:212 +msgid "Fields deleted" +msgstr "Fields deleted" + +#: app/modules/web/Controllers/CustomFieldController.php:218 +#, fuzzy +msgid "Field deleted" +msgstr "Felhasználó törölve" + +#: app/modules/web/Controllers/CustomFieldController.php:248 +#: app/modules/web/Controllers/CustomFieldController.php:252 +#, fuzzy +msgid "Field added" +msgstr "Felhasználó hozzáadva" + +#: app/modules/web/Controllers/CustomFieldController.php:249 +#: app/modules/web/Controllers/CustomFieldController.php:288 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:88 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:157 +msgid "Field" +msgstr "Field" + +#: app/modules/web/Controllers/CustomFieldController.php:287 +#: app/modules/web/Controllers/CustomFieldController.php:291 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldData.php:74 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:87 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:156 +#, fuzzy +msgid "Field updated" +msgstr "Frissítve" + +#: app/modules/web/Controllers/CustomFieldController.php:317 +msgid "View Field" msgstr "View Field" -#: ../../../modules/web/Controllers/ErrorController.php:107 +#: app/modules/web/Controllers/ErrorController.php:107 #, fuzzy -msgid "Aplicación en mantenimiento" +msgid "Application on maintenance" msgstr "Az alkalmazás fut" -#: ../../../modules/web/Controllers/ErrorController.php:108 -msgid "En breve estará operativa" +#: app/modules/web/Controllers/ErrorController.php:108 +msgid "It will be running shortly" msgstr "Hamar végezni fog" -#: ../../../modules/web/Controllers/ErrorController.php:123 -#, fuzzy -msgid "Error en la verificación de la base de datos" -msgstr "Hiba az adatbázis ellenõrzése közben" +#: app/modules/web/Controllers/ErrorController.php:123 +#: lib/SP/Services/Install/MySQL.php:363 +msgid "Error while checking the database" +msgstr "Error while checking the database" -#: ../../../modules/web/Controllers/ErrorController.php:139 +#: app/modules/web/Controllers/ErrorController.php:124 +#: app/modules/web/Controllers/ErrorController.php:140 +#: app/modules/web/Controllers/UserPassResetController.php:96 +#: 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:149 lib/SP/Util/ErrorUtil.php:153 +#: lib/SP/Util/ErrorUtil.php:157 lib/SP/Util/ErrorUtil.php:161 +#: lib/SP/Util/ErrorUtil.php:169 lib/SP/Util/ErrorUtil.php:176 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:13 +msgid "Please contact to the administrator" +msgstr "Kérem, keresse a rendszergazdát" + +#: app/modules/web/Controllers/ErrorController.php:139 +#: 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 #, fuzzy -msgid "No es posible conectar con la BD" +msgid "Unable to connect to DB" msgstr "Csatlakozás a DB-hez meghiusúlt" -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:89 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:90 -msgid "Ver Actual" +#: app/modules/web/Controllers/EventlogController.php:127 +#: app/modules/web/Controllers/EventlogController.php:130 +msgid "Event log cleared" +msgstr "Esemény napló törölve" + +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:89 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:90 +msgid "View Current" msgstr "Általános" -#: ../../../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:123 -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:67 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:360 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:173 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:310 -#: ../../../modules/web/themes/material-blue/views/config/general.inc:28 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:91 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:193 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:295 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:440 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:206 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:294 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:211 -msgid "Atrás" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:135 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:136 +#: app/modules/web/themes/material-blue/inc/Icons.php:49 +#: app/modules/web/themes/material-blue/views/_partials/error.inc:14 +#: app/modules/web/themes/material-blue/views/_partials/error.inc:15 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:123 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:67 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:360 +#: app/modules/web/themes/material-blue/views/config/backup.inc:173 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:310 +#: app/modules/web/themes/material-blue/views/config/general.inc:28 +#: app/modules/web/themes/material-blue/views/config/import.inc:91 +#: app/modules/web/themes/material-blue/views/config/info.inc:193 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:295 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:440 +#: app/modules/web/themes/material-blue/views/config/mail.inc:206 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:294 +#: app/modules/web/themes/material-blue/views/error/error-database.inc:13 +#: app/modules/web/themes/material-blue/views/error/error-database.inc:14 +#: app/modules/web/themes/material-blue/views/error/error-maintenance.inc:13 +#: app/modules/web/themes/material-blue/views/error/error-maintenance.inc:14 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:40 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:50 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:211 +msgid "Back" msgstr "Vissza" -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:196 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:197 -msgid "Solicitar Modificación" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:196 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:197 +msgid "Request Modification" msgstr "Kérés módosítás" -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:217 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:218 -msgid "Restaurar cuenta desde este punto" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:217 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:218 +msgid "Restore account from this point" msgstr "Restore véve ezen a ponton" -#: ../../../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:130 -msgid "Guardar" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:237 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:238 +#: app/modules/web/themes/material-blue/inc/Icons.php:51 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:130 +msgid "Save" msgstr "Mentés" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:354 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:355 -#: ../../../config/actions.xml:439 -msgid "Actualizar Enlace Público" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:354 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:355 +#: app/config/actions.xml:439 +msgid "Update Public Link" msgstr "Update Public Link" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:377 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:378 -#: ../../../config/actions.xml:433 -msgid "Eliminar Enlace Público" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:377 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:378 +#: app/config/actions.xml:433 +msgid "Delete Public Link" msgstr "Delete Public Link" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:397 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:398 -#: ../../../config/actions.xml:421 -msgid "Crear Enlace Público" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:397 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:398 +#: app/config/actions.xml:421 +msgid "Create Public Link" msgstr "Create Public Link" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:418 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:419 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:463 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:464 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:69 -#: ../../../config/actions.xml:175 ../../../config/actions.xml:265 -msgid "Ver Clave" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:418 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:419 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:463 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:464 +#: app/modules/web/themes/material-blue/inc/Icons.php:34 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:69 +#: app/config/actions.xml:175 app/config/actions.xml:265 +msgid "View password" msgstr "Jelszó" -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:440 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:441 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:485 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:486 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:440 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:441 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:485 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:486 #, fuzzy -msgid "Copiar Clave en Portapapeles" +msgid "Copy Password to Clipboard" msgstr "A jelszó nem lehet üres" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:508 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:509 -#: ../../../config/actions.xml:193 -msgid "Copiar Cuenta" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:508 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:509 +#: app/config/actions.xml:193 +msgid "Copy Account" msgstr "Fiók másolása" -#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:69 -#: ../../../config/strings.js.inc:72 +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:69 +#: app/config/strings.js.inc:72 #, fuzzy -msgid "Clave de Cuenta" +msgid "Account Password" msgstr "Fiók jelszavának szerkesztése" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:177 -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:178 -msgid "Más Acciones" +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:96 +#: lib/SP/Core/Acl/AccountPermissionException.php:45 +#: lib/SP/Util/ErrorUtil.php:152 +#, fuzzy +msgid "You don't have permission to access this account" +msgstr "Nincs jogosultságod belépni ebbe a fiókba" + +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:177 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:178 +msgid "More Actions" msgstr "Több akció" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:233 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:114 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:105 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:109 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:41 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:47 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:57 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:59 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:34 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:40 -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:35 -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:41 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:80 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:32 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:36 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:234 #, fuzzy -msgid "Cliente" -msgstr "Ügyfél" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:234 -#, fuzzy -msgid "Ordenar por Cliente" +msgid "Sort by Client" msgstr "Rendezés Ügyfél szerint" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:240 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:113 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:104 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:105 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:108 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:116 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:107 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:30 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:43 -#: ../../../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:65 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:54 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:39 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:23 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:23 -#: ../../../modules/web/themes/material-blue/views/itemshow/tag.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:35 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:24 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:533 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:22 -msgid "Nombre" -msgstr "Név" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:241 -msgid "Ordenar por Nombre" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:241 +msgid "Sort by Name" msgstr "Rendezés Név szerint" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:247 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:115 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:106 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:72 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:74 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:45 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:51 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:103 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:105 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:70 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:49 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:51 -msgid "Categoría" -msgstr "Kategória" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:248 -msgid "Ordenar por Categoría" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:248 +msgid "Sort by Category" msgstr "Rendezés Kategória szerint" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:254 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:110 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:112 -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:105 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:63 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:69 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:101 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:67 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:73 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:141 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:76 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:25 -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:67 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:61 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:149 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:106 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:113 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:233 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:247 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:24 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:31 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:33 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:36 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:65 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:67 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:18 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:97 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:24 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:94 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:75 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:77 -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:19 -msgid "Usuario" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:254 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:110 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:112 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:105 +#: app/modules/web/Controllers/LoginController.php:122 +#: app/modules/web/Controllers/UserController.php:287 +#: app/modules/web/Controllers/UserController.php:323 +#: app/modules/web/Controllers/UserController.php:388 +#: app/modules/web/Controllers/UserController.php:429 +#: app/modules/web/Controllers/UserPassResetController.php:197 +#: lib/SP/Core/Acl/Acl.php:301 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:220 +#: lib/SP/Services/Auth/LoginService.php:238 +#: lib/SP/Services/Auth/LoginService.php:390 +#: lib/SP/Services/Auth/LoginService.php:457 +#: lib/SP/Services/Auth/LoginService.php:565 +#: lib/SP/Services/Auth/LoginService.php:608 +#: lib/SP/Services/Ldap/LdapImportService.php:238 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:63 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:69 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:101 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:67 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:73 +#: app/modules/web/themes/material-blue/views/account/account.inc:141 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:76 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:25 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:67 +#: app/modules/web/themes/material-blue/views/config/info.inc:61 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:149 +#: app/modules/web/themes/material-blue/views/config/mail.inc:106 +#: app/modules/web/themes/material-blue/views/config/mail.inc:113 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:233 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:247 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:24 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:31 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:33 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:65 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:67 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:18 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:97 +#: app/modules/web/themes/material-blue/views/login/index.inc:24 +#: app/modules/web/themes/material-blue/views/login/index.inc:94 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:75 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:77 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:19 +msgid "User" msgstr "Felhasználó" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:255 -msgid "Ordenar por Usuario" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:255 +msgid "Sort by Username" msgstr "Rendezés Felhasználónév szerint" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:261 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:52 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:58 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:88 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:56 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:62 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:128 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:81 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:261 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:52 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:58 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:88 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:56 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:62 +#: app/modules/web/themes/material-blue/views/account/account.inc:128 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:81 msgid "URL / IP" msgstr "URL / IP" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:262 -msgid "Ordenar por URL / IP" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:262 +msgid "Sort by URL / IP" msgstr "Rendezés URL / IP szerint" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:79 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:80 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:70 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:71 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:74 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:71 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:71 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:75 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:76 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:90 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:91 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:74 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:75 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:74 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:82 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:83 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:74 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:74 -msgid "Eliminar Seleccionados" +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:79 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:80 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:70 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:71 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:71 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:71 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:75 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:76 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:90 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:91 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:75 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:82 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:83 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:74 +msgid "Delete Selected" msgstr "Delete Selected" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:116 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:158 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:42 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:44 -msgid "Propietario" +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:116 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:158 +#: app/modules/web/themes/material-blue/views/account/details.inc:42 +#: app/modules/web/themes/material-blue/views/account/details.inc:44 +msgid "Owner" msgstr "Owner" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:117 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:175 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:50 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:52 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:79 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:81 -msgid "Grupo Principal" +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:117 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:175 +#: app/modules/web/themes/material-blue/views/account/details.inc:50 +#: app/modules/web/themes/material-blue/views/account/details.inc:52 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:79 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:81 +msgid "Main Group" msgstr "Fõcsoport" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:149 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:145 -#: ../../../config/actions.xml:499 ../../../config/actions.xml:805 -msgid "Buscar Cuenta" +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:149 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:145 +#: app/config/actions.xml:499 app/config/actions.xml:805 +msgid "Search for Account" msgstr "Search for Account" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:92 -msgid "Cuentas (H)" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:92 +msgid "Accounts (H)" msgstr "Accounts (H)" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:126 -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:100 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:106 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:122 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:190 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:251 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:48 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:55 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:38 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:126 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:100 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:106 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:122 +#: app/modules/web/themes/material-blue/views/account/account.inc:190 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:251 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:48 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:55 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:38 #, fuzzy -msgid "Fecha" +msgid "Date" msgstr "Dátum hozzáadva" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:108 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:130 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:109 -msgid "Estado" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:108 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:130 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:109 +msgid "Status" msgstr "Status" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:129 -msgid "Modificada" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:129 +msgid "Modified" msgstr "Modified" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:130 -msgid "Eliminada" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:130 +msgid "Removed" msgstr "Removed" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:160 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:161 -#: ../../../config/actions.xml:187 ../../../config/actions.xml:811 -msgid "Restaurar Cuenta" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:160 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:161 +#: app/config/actions.xml:187 app/config/actions.xml:811 +msgid "Account Restore" msgstr "Restore Számla" -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:95 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:362 -msgid "Autorizaciones API" +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:95 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:362 +msgid "API Authorizations" msgstr "API Authorizations" -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:108 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:36 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:38 -msgid "Acción" +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:108 +#: lib/SP/Core/Acl/Acl.php:300 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:38 +msgid "Action" msgstr "Akció" -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:140 -msgid "Buscar Token" +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:140 +msgid "Search for Token" msgstr "Search for Token" -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:174 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:173 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:174 #, fuzzy -msgid "Ver token de Autorización" +msgid "View Authorization token" msgstr "Felhasználó részletek" -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:207 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:208 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:207 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:208 #, fuzzy -msgid "Eliminar Autorización" +msgid "Delete Authorization" msgstr "Profil törlése" -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:105 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:129 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:108 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:36 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:37 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:61 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:68 -msgid "Descripción" -msgstr "Leírás" - #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:137 -#: ../../../config/actions.xml:325 -msgid "Buscar Categoría" +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:137 +#: app/config/actions.xml:325 +msgid "Search for Category" msgstr "Search for Category" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:187 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:188 -#: ../../../config/actions.xml:319 -msgid "Eliminar Categoría" +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:187 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:188 +#: app/config/actions.xml:319 +msgid "Delete Category" msgstr "Kategória törlése" -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:123 -#: ../../../config/strings.js.inc:66 -msgid "SI" +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:123 +#: app/config/strings.js.inc:66 +msgid "YES" msgstr "Igen" -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:123 -#: ../../../config/strings.js.inc:67 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:123 +#: app/config/strings.js.inc:67 msgid "NO" msgstr "Nem" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:140 -#: ../../../config/actions.xml:355 -msgid "Buscar Cliente" +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:140 +#: app/config/actions.xml:355 +msgid "Search for Client" msgstr "Search for Client" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:190 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:191 -#: ../../../config/actions.xml:349 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:190 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:191 +#: app/config/actions.xml:349 #, fuzzy -msgid "Eliminar Cliente" +msgid "Delete Client" msgstr "Ügyfél törlése" -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:95 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:33 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:346 -msgid "Campos Personalizados" +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:95 +#: app/modules/web/themes/material-blue/views/account/account.inc:33 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:346 +msgid "Custom Fields" msgstr "Custom Fields" -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:108 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:49 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:51 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:108 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:51 #, fuzzy -msgid "Módulo" +msgid "Module" msgstr "Modul nem elérhetõ" -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:109 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:109 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:109 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:127 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:35 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:37 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:23 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:30 -msgid "Tipo" -msgstr "Típus" - -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:110 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:120 -msgid "Propiedades" +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:110 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:120 +msgid "Properties" msgstr "Beállítások" -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:128 -#: ../../../modules/web/themes/material-blue/views/common/aux-customfields.inc:17 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:90 -msgid "Encriptado" -msgstr "Encrypted" - -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:144 -msgid "Buscar Campo" +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:144 +msgid "Search for Field" msgstr "Search for Field" -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:194 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:195 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:194 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:195 #, fuzzy -msgid "Eliminar Campo" +msgid "Delete Field" msgstr "Profil törlése" #. (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" +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:87 +#: app/modules/web/themes/material-blue/views/eventlog/index.inc:1 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:514 +#: app/config/actions.xml:133 +msgid "Event Log" msgstr "Esemény napló" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:99 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:97 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:99 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:99 +#: app/modules/web/Controllers/ItemPresetController.php:289 +#: app/modules/web/Controllers/ItemPresetController.php:324 +#: app/modules/web/Controllers/ItemPresetController.php:365 +#: app/modules/web/themes/material-blue/views/account/details.inc:97 +#: app/modules/web/themes/material-blue/views/account/details.inc:99 msgid "ID" msgstr "ID" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:100 -msgid "Fecha / Hora" +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:100 +msgid "Date / Time" msgstr "Dátum / Idõ" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:101 -msgid "Nivel" +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:101 +msgid "Level" msgstr "Level" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:102 -msgid "Evento" +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:102 +msgid "Event" msgstr "Esemény" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:103 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:117 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:50 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:33 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:103 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:117 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:50 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:33 msgid "Login" msgstr "Belépés" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:104 -msgid "IP" -msgstr "IP" - -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:165 -msgid "Buscar Evento" +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:165 +#: app/config/actions.xml:139 +msgid "Search for Events" msgstr "Search for Events" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:181 -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:182 -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:178 -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:179 -msgid "Refrescar" +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:181 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:182 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:178 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:179 +msgid "Refresh" msgstr "Refresh" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:199 -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:200 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:199 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:200 #, fuzzy -msgid "Vaciar registro de eventos" +msgid "Clear the event log out" msgstr "Esemény napló törlése" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:94 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:41 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:280 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:150 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:410 -#: ../../../config/actions.xml:19 -msgid "Archivos" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:94 +#: app/modules/web/themes/material-blue/views/account/account.inc:41 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:280 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:150 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:410 +#: app/config/actions.xml:19 +msgid "Files" msgstr "Fájlok" -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:108 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:25 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:30 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:21 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:23 -msgid "Cuenta" -msgstr "Fiók" - -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:110 -msgid "Tamaño" -msgstr "Méret" - #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:145 -#: ../../../config/actions.xml:475 -msgid "Buscar Archivo" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:145 +#: app/config/actions.xml:475 +msgid "Search for File" msgstr "Search for File" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:160 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:161 -#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:51 -#: ../../../config/actions.xml:205 ../../../config/actions.xml:451 -msgid "Ver Archivo" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:160 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:161 +#: app/modules/web/themes/material-blue/views/account/files-list.inc:51 +#: app/config/actions.xml:205 app/config/actions.xml:451 +msgid "View File" msgstr "Fájl megtekintése" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:178 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:179 -#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:42 -#: ../../../config/actions.xml:217 ../../../config/actions.xml:457 -msgid "Descargar Archivo" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:178 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:179 +#: app/modules/web/themes/material-blue/views/account/files-list.inc:42 +#: app/config/actions.xml:217 app/config/actions.xml:457 +msgid "Download File" msgstr "Fájl letöltés" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:198 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:199 -#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:34 -#: ../../../config/actions.xml:223 ../../../config/actions.xml:463 -msgid "Eliminar Archivo" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:198 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:199 +#: app/modules/web/themes/material-blue/views/account/files-list.inc:34 +#: app/config/actions.xml:223 app/config/actions.xml:463 +msgid "Delete File" msgstr "Fájl törlése" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:97 -msgid "Valores Predeterminados" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:97 +msgid "Preset Values" msgstr "Preset Values" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:111 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:119 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:133 -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:25 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:274 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:277 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:206 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:233 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:48 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:50 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:53 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:146 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:148 -msgid "Grupo" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:111 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:119 +#: app/modules/web/Controllers/UserGroupController.php:238 +#: 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 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:133 +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:25 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:274 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:277 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:206 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:233 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:48 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:50 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:53 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:146 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:148 +msgid "Group" msgstr "Csoport" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:112 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:118 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:65 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:67 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:70 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:129 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:131 -msgid "Perfil" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:112 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:118 +#: app/modules/web/Controllers/UserProfileController.php:228 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:65 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:67 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:129 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:131 +msgid "Profile" msgstr "Profil" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:113 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:83 -msgid "Prioridad" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:113 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:83 +msgid "Priority" msgstr "Priority" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:114 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:120 -msgid "Forzado" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:114 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:120 +msgid "Forced" msgstr "Forced" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:148 -#: ../../../config/actions.xml:859 -msgid "Buscar Valor" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:148 +#: app/config/actions.xml:859 +msgid "Search for Value" msgstr "Search for Value" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:163 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:66 -msgid "Valor de Permiso" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:163 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:66 +msgid "Permission Preset" msgstr "Permission Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:164 -msgid "Nuevo Valor de Permiso" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:164 +msgid "New Permission Preset" msgstr "New Permission Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:187 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:86 -msgid "Valor de Cuenta Privada" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:187 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:86 +msgid "Private Account Preset" msgstr "Private Account Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:188 -msgid "Nuevo Valor de Cuenta Privada" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:188 +msgid "New Private Account Preset" msgstr "New Private Account Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:211 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:102 -msgid "Valor de Timeout de Sesión" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:211 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:102 +msgid "Session Timeout Preset" msgstr "Session Timeout Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:212 -msgid "Nuevo Valor de Timeout de Sesión" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:212 +msgid "New Session Timeout Preset" msgstr "New Session Timeout Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:235 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:117 -msgid "Valor de Clave de Cuentas" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:235 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:117 +msgid "Account Password Preset" msgstr "Account Password Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:236 -msgid "Nuevo Valor de Clave de Cuentas" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:236 +msgid "New Account Password Preset" msgstr "New Account Password Preset" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:259 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:260 -#: ../../../modules/web/Controllers/ItemPresetController.php:239 -#: ../../../config/actions.xml:877 -msgid "Editar Valor" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:259 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:260 +#: app/modules/web/Controllers/ItemPresetController.php:239 +#: app/config/actions.xml:877 +msgid "Edit Value" msgstr "Edit Value" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:276 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:277 -#: ../../../config/actions.xml:883 -msgid "Eliminar Valor" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:276 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:277 +#: app/config/actions.xml:883 +msgid "Delete Value" msgstr "Delete Value" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:113 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:106 -#: ../../../modules/web/themes/material-blue/views/notification/index.inc:1 -#: ../../../config/actions.xml:685 -msgid "Notificaciones" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:113 +#: app/modules/web/themes/material-blue/inc/Icons.php:65 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:106 +#: app/modules/web/themes/material-blue/views/notification/index.inc:1 +#: app/config/actions.xml:685 +msgid "Notifications" msgstr "Notifications" -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:128 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:35 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:42 -msgid "Componente" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:128 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:35 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:42 +msgid "Component" msgstr "Component" -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:150 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:111 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:115 -msgid "Leída" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:150 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:111 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:115 +msgid "Read" msgstr "Read" -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:151 -msgid "Sólo Admins" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:151 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:107 +msgid "Only Admins" msgstr "Only Admins" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:168 -#: ../../../config/actions.xml:847 -msgid "Buscar Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:168 +#: app/config/actions.xml:847 +msgid "Search for Notification" msgstr "Search for Notification" -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:183 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:184 -#: ../../../modules/web/Controllers/NotificationController.php:194 -msgid "Nueva Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:183 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:184 +#: app/modules/web/Controllers/NotificationController.php:194 +msgid "New Notification" msgstr "New Notification" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:201 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:202 -#: ../../../modules/web/Controllers/NotificationController.php:113 -#: ../../../config/actions.xml:817 -msgid "Ver Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:201 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:202 +#: app/modules/web/Controllers/NotificationController.php:113 +#: app/config/actions.xml:817 +msgid "View Notification" msgstr "View Notification" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:231 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:232 -#: ../../../config/actions.xml:841 -msgid "Marcar Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:231 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:232 +#: app/config/actions.xml:841 +msgid "Checkout Notification" msgstr "Checkout Notification" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:249 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:250 -#: ../../../modules/web/Controllers/NotificationController.php:226 -#: ../../../config/actions.xml:829 -msgid "Editar Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:249 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:250 +#: app/modules/web/Controllers/NotificationController.php:226 +#: app/config/actions.xml:829 +msgid "Edit Notification" msgstr "Edit Notification" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:266 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:267 -#: ../../../config/actions.xml:835 -msgid "Eliminar Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:266 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:267 +#: app/config/actions.xml:835 +msgid "Delete Notification" msgstr "Delete Notification" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:96 -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:330 -#: ../../../modules/web/themes/material-blue/views/plugin/index.inc:1 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:96 +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:330 +#: app/modules/web/themes/material-blue/views/plugin/index.inc:1 msgid "Plugins" msgstr "Plugins" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:108 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:108 +#: lib/SP/Plugin/PluginManager.php:194 msgid "Plugin" msgstr "Plugin" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:125 -msgid "No disponible" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:125 +msgid "Unavailable" msgstr "Unavailable" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:141 -#: ../../../config/actions.xml:547 -msgid "Buscar Plugin" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:141 +#: app/config/actions.xml:547 +msgid "Search for Plugin" msgstr "Search for Plugin" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:156 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:157 -#: ../../../modules/web/Controllers/PluginController.php:136 -#: ../../../config/actions.xml:541 -msgid "Ver Plugin" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:156 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:157 +#: app/modules/web/Controllers/PluginController.php:136 +#: app/config/actions.xml:541 +msgid "View Plugin" msgstr "View Plugin" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:174 -msgid "Habilitar" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:173 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:174 +msgid "Enable" msgstr "Enable" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:192 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:193 -msgid "Deshabilitar" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:192 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:193 +msgid "Disable" msgstr "Disable" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:211 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:212 -msgid "Restablecer Datos" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:211 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:212 +msgid "Reset Data" msgstr "Reset Data" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:231 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:232 -#: ../../../config/actions.xml:571 -msgid "Eliminar Plugin" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:231 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:232 +#: app/config/actions.xml:571 +msgid "Delete Plugin" msgstr "Delete Plugin" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:96 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:49 -msgid "Enlaces" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:96 +#: app/modules/web/themes/material-blue/views/account/account.inc:49 +msgid "Links" msgstr "Links" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:110 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:49 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:51 -msgid "Fecha Creación" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:110 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:51 +msgid "Creation Date" msgstr "Creation Date" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:111 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:195 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:57 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:59 -msgid "Fecha Caducidad" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:111 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:195 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:57 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:59 +msgid "Expiry Date " msgstr "Expiry Date " -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:113 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:36 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:39 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:43 -msgid "Notificar" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:113 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:39 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:43 +msgid "Notify" msgstr "Notify" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:114 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:14 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:16 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:197 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:73 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:75 -msgid "Visitas" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:114 +#: app/modules/web/themes/material-blue/views/account/details.inc:14 +#: app/modules/web/themes/material-blue/views/account/details.inc:16 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:197 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:73 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:75 +msgid "Visits" msgstr "Látogatók" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:149 -msgid "Buscar Enlace" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:149 +msgid "Search for Link" msgstr "Search for Link" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:164 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:165 -msgid "Nuevo Enlace" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:164 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:165 +msgid "New Link" msgstr "New Link" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:182 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:183 -#: ../../../modules/web/Controllers/PublicLinkController.php:357 -msgid "Ver Enlace" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:182 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:183 +#: app/modules/web/Controllers/PublicLinkController.php:357 +msgid "View Link" msgstr "View Link" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:198 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:199 -msgid "Renovar Enlace" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:198 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:199 +msgid "Renew Link" msgstr "Renew Link" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:215 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:216 -msgid "Eliminar Enlace" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:215 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:216 +msgid "Delete Link" msgstr "Delete Link" -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:94 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:211 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:213 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:94 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:314 -msgid "Etiquetas" -msgstr "Cimkék" - #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:135 -#: ../../../config/actions.xml:529 -msgid "Buscar Etiqueta" +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:135 +#: app/config/actions.xml:529 +msgid "Search for Tag" msgstr "Cimke keresése" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:150 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:151 -#: ../../../modules/web/Controllers/TagController.php:108 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:226 -#: ../../../config/actions.xml:505 -msgid "Nueva Etiqueta" +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:150 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:151 +#: app/modules/web/Controllers/TagController.php:108 +#: app/modules/web/themes/material-blue/views/account/account.inc:226 +#: app/config/actions.xml:505 +msgid "New Tag" msgstr "Új cimke" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:168 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:169 -#: ../../../modules/web/Controllers/TagController.php:168 -#: ../../../config/actions.xml:517 -msgid "Editar Etiqueta" +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:168 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:169 +#: app/modules/web/Controllers/TagController.php:168 app/config/actions.xml:517 +msgid "Edit Tag" msgstr "Cimke javítás" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:185 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:186 -#: ../../../config/actions.xml:523 -msgid "Eliminar Etiqueta" +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:185 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:186 +#: app/config/actions.xml:523 +msgid "Delete Tag" msgstr "Cimke törlés" -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:88 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:88 msgid "Tracks" msgstr "Tracks" -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:101 -msgid "Fecha Desbloqueo" +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:101 +msgid "Date Unlocked" msgstr "Date Unlocked" -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:102 -msgid "Origen" +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:102 +msgid "Source" msgstr "Source" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:162 -#: ../../../config/actions.xml:895 -msgid "Buscar Track" +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:162 +#: app/config/actions.xml:895 +msgid "Search for track" msgstr "Search for track" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:104 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:77 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:16 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:113 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:12 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:50 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:52 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:56 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:250 +msgid "Users" +msgstr "Felhasználók" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:156 -#: ../../../config/actions.xml:607 -msgid "Buscar Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:156 +#: app/config/actions.xml:607 +msgid "Search for User" msgstr "Search for User" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:171 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:172 -#: ../../../modules/web/Controllers/UserController.php:115 -#: ../../../config/actions.xml:583 -msgid "Nuevo Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:171 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:172 +#: app/modules/web/Controllers/UserController.php:115 +#: app/config/actions.xml:583 +msgid "New User" msgstr "Új felhasználó" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:189 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:190 -#: ../../../modules/web/Controllers/UserController.php:200 -#: ../../../config/actions.xml:589 -msgid "Editar Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:189 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:190 +#: app/modules/web/Controllers/UserController.php:200 +#: app/config/actions.xml:589 +msgid "Edit User" msgstr "Felhasználó módosítás" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:206 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:207 -#: ../../../config/actions.xml:595 -msgid "Eliminar Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:206 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:207 +#: app/config/actions.xml:595 +msgid "Delete User" msgstr "felhasználó törlése" -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:223 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:224 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:460 -msgid "Importar usuarios de LDAP" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:223 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:224 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:460 +msgid "Import users from LDAP" msgstr "Import users from LDAP" -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:241 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:242 -msgid "Ver Detalles de Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:241 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:242 +msgid "View User Details" msgstr "Felhasználó részletek" -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:258 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:259 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:63 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:116 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:122 -msgid "Cambiar Clave de Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:258 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:259 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:63 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:116 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:122 +msgid "Change User's Password" msgstr "Változás felhasználói jelszó" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:95 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:78 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:84 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:162 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:53 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:266 +msgid "Groups" +msgstr "Csoportok" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:138 -#: ../../../config/actions.xml:637 -msgid "Buscar Grupo" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:138 +#: app/config/actions.xml:637 +msgid "Search for Group" msgstr "Search for Group" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:153 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:154 -#: ../../../modules/web/Controllers/UserGroupController.php:117 -#: ../../../config/actions.xml:619 -msgid "Nuevo Grupo" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:153 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:154 +#: app/modules/web/Controllers/UserGroupController.php:117 +#: app/config/actions.xml:619 +msgid "New Group" msgstr "Új csoport" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:171 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:172 -#: ../../../modules/web/Controllers/UserGroupController.php:344 -#: ../../../config/actions.xml:613 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:171 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:172 +#: app/modules/web/Controllers/UserGroupController.php:344 +#: app/config/actions.xml:613 #, fuzzy -msgid "Ver Grupo" +msgid "View Group" msgstr "Nézet" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:188 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:189 -#: ../../../modules/web/Controllers/UserGroupController.php:188 -#: ../../../config/actions.xml:625 -msgid "Editar Grupo" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:188 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:189 +#: app/modules/web/Controllers/UserGroupController.php:188 +#: app/config/actions.xml:625 +msgid "Edit Group" msgstr "Csoport módosítás" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:205 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:206 -#: ../../../config/actions.xml:631 -msgid "Eliminar Grupo" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:205 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:206 +#: app/config/actions.xml:631 +msgid "Delete Group" msgstr "Csoport törlése" -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:95 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:282 -msgid "Perfiles" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:95 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:282 +msgid "Profiles" msgstr "Profilok" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:136 -#: ../../../config/actions.xml:667 -msgid "Buscar Perfil" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:136 +#: app/config/actions.xml:667 +msgid "Search for Profile" msgstr "Search for Profile" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:151 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:152 -#: ../../../modules/web/Controllers/UserProfileController.php:110 -#: ../../../config/actions.xml:649 -msgid "Nuevo Perfil" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:151 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:152 +#: app/modules/web/Controllers/UserProfileController.php:110 +#: app/config/actions.xml:649 +msgid "New Profile" msgstr "Új profil" -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:169 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:170 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:169 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:170 #, fuzzy -msgid "Ver Detalles de Perfil" +msgid "View Profile Details" msgstr "Felhasználó részletek" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:186 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:187 -#: ../../../modules/web/Controllers/UserProfileController.php:177 -#: ../../../config/actions.xml:655 -msgid "Editar Perfil" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:186 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:187 +#: app/modules/web/Controllers/UserProfileController.php:177 +#: app/config/actions.xml:655 +msgid "Edit Profile" msgstr "Profil módosítás" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:203 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:204 -#: ../../../config/actions.xml:661 -msgid "Eliminar Perfil" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:203 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:204 +#: app/config/actions.xml:661 +msgid "Delete Profile" msgstr "Profil törlése" -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:261 -msgid "Buscar" +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:261 +#: app/modules/web/themes/material-blue/inc/Icons.php:58 +msgid "Search" msgstr "Keresés" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:344 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:24 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:27 -#: ../../../config/actions.xml:691 -msgid "Configuración" +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:344 +#: app/modules/web/themes/material-blue/inc/Icons.php:61 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:24 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:27 +#: app/config/actions.xml:691 +msgid "Configuration" msgstr "LDAP kapcsolat rendben" -#: ../../../modules/web/Controllers/InstallController.php:59 -msgid "Módulo no disponible" +#: app/modules/web/Controllers/InstallController.php:59 +msgid "Module unavailable" msgstr "Modul nem elérhetõ" -#: ../../../modules/web/Controllers/InstallController.php:60 -msgid "Sin este módulo la aplicación puede no funcionar correctamente." +#: app/modules/web/Controllers/InstallController.php:60 +msgid "Without this module the application could not run correctly" msgstr "E modul nélkül az alkalmazás nem futtatható megfelelõen" +#: app/modules/web/Controllers/InstallController.php:89 +msgid "Installation finished" +msgstr "A telepítés befejezõdött" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ItemPresetController.php:73 -#: ../../../config/actions.xml:865 -msgid "Ver Valor" +#: app/modules/web/Controllers/ItemPresetController.php:73 +#: app/config/actions.xml:865 +msgid "Display Value" msgstr "Display Value" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ItemPresetController.php:207 -#: ../../../config/actions.xml:871 -msgid "Nuevo Valor" +#: app/modules/web/Controllers/ItemPresetController.php:207 +#: app/config/actions.xml:871 +msgid "New Value" msgstr "New Value" -#: ../../../modules/web/Controllers/ItemsController.php:130 -msgid "No hay no hay notificaciones pendientes" +#: app/modules/web/Controllers/ItemPresetController.php:277 +#: app/modules/web/Controllers/ItemPresetController.php:280 +msgid "Values deleted" +msgstr "Values deleted" + +#: app/modules/web/Controllers/ItemPresetController.php:288 +#: app/modules/web/Controllers/ItemPresetController.php:292 +msgid "Value deleted" +msgstr "Value deleted" + +#: app/modules/web/Controllers/ItemPresetController.php:322 +#: app/modules/web/Controllers/ItemPresetController.php:327 +msgid "Value created" +msgstr "Value created" + +#: app/modules/web/Controllers/ItemPresetController.php:363 +#: app/modules/web/Controllers/ItemPresetController.php:368 +msgid "Value updated" +msgstr "Value updated" + +#: app/modules/web/Controllers/ItemsController.php:130 +msgid "There aren't any pending notifications" msgstr "There aren't any pending notifications" -#: ../../../modules/web/Controllers/ItemsController.php:131 +#: app/modules/web/Controllers/ItemsController.php:131 #, php-format -msgid "Hay notificaciones pendientes: %d" +msgid "There are pending notifications: %d" msgstr "There are pending notifications: %d" -#: ../../../modules/web/Controllers/PublicLinkController.php:114 -msgid "Nuevo Enlace Público" +#: app/modules/web/Controllers/LoginController.php:121 +msgid "Logout session" +msgstr "Kijelentkezés" + +#: app/modules/web/Controllers/LoginController.php:123 +msgid "Inactive time" +msgstr "Idõ kikapcsolása" + +#: app/modules/web/Controllers/LoginController.php:124 +msgid "Total time" +msgstr "Teljes idõ" + +#: app/modules/web/Controllers/NotificationController.php:268 +#: app/modules/web/Controllers/NotificationController.php:271 +msgid "Notifications deleted" +msgstr "Notifications deleted" + +#: app/modules/web/Controllers/NotificationController.php:283 +#: app/modules/web/Controllers/NotificationController.php:287 +msgid "Notification deleted" +msgstr "Notification deleted" + +#: app/modules/web/Controllers/NotificationController.php:284 +#: app/modules/web/Controllers/NotificationController.php:317 +#: lib/SP/Providers/Notification/NotificationHandler.php:155 +msgid "Notification" +msgstr "Notification" + +#: app/modules/web/Controllers/NotificationController.php:316 +#: app/modules/web/Controllers/NotificationController.php:320 +msgid "Notification read" +msgstr "Notification read" + +#: app/modules/web/Controllers/NotificationController.php:348 +#: app/modules/web/Controllers/NotificationController.php:351 +msgid "Notification created" +msgstr "Notification created" + +#: app/modules/web/Controllers/NotificationController.php:383 +#: app/modules/web/Controllers/NotificationController.php:386 +msgid "Notification updated" +msgstr "Notification updated" + +#: app/modules/web/Controllers/PluginController.php:199 +#: app/modules/web/Controllers/PluginController.php:202 +msgid "Plugin enabled" +msgstr "Plugin enabled" + +#: app/modules/web/Controllers/PluginController.php:226 +#: app/modules/web/Controllers/PluginController.php:229 +#: lib/SP/Plugin/PluginManager.php:219 lib/SP/Plugin/PluginManager.php:339 +msgid "Plugin disabled" +msgstr "Plugin disabled" + +#: app/modules/web/Controllers/PluginController.php:253 +#: app/modules/web/Controllers/PluginController.php:256 +msgid "Plugin reset" +msgstr "Plugin reset" + +#: app/modules/web/Controllers/PluginController.php:285 +msgid "Plugins deleted" +msgstr "Plugins deleted" + +#: app/modules/web/Controllers/PluginController.php:291 +msgid "Plugin deleted" +msgstr "Plugin deleted" + +#: app/modules/web/Controllers/PublicLinkController.php:114 +msgid "New Public Link" msgstr "New Public Link" -#: ../../../modules/web/Controllers/PublicLinkController.php:204 -msgid "Editar Enlace Público" +#: app/modules/web/Controllers/PublicLinkController.php:180 +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:89 +msgid "Link updated" +msgstr "Link updated" + +#: app/modules/web/Controllers/PublicLinkController.php:204 +msgid "Edit Public Link" msgstr "Edit Public Link" +#: app/modules/web/Controllers/PublicLinkController.php:243 +#: app/modules/web/Controllers/PublicLinkController.php:246 +msgid "Links deleted" +msgstr "Links deleted" + +#: app/modules/web/Controllers/PublicLinkController.php:254 +#: app/modules/web/Controllers/PublicLinkController.php:258 +msgid "Link deleted" +msgstr "Link deleted" + +#. (itstool) path: strings/text +#: app/modules/web/Controllers/PublicLinkController.php:255 +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:90 app/config/strings.xml:9 +msgid "Link" +msgstr "Link" + +#: app/modules/web/Controllers/PublicLinkController.php:286 +#: app/modules/web/Controllers/PublicLinkController.php:323 +msgid "Link created" +msgstr "Link created" + +#: app/modules/web/Controllers/StatusController.php:93 +msgid "Version unavailable" +msgstr "Version unavailable" + +#: app/modules/web/Controllers/StatusController.php:140 +msgid "Notifications not available" +msgstr "Notifications not available" + +#: app/modules/web/Controllers/TagController.php:207 +msgid "Tags deleted" +msgstr "Tags deleted" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/TagController.php:302 -#: ../../../config/actions.xml:511 -msgid "Ver Etiqueta" +#: app/modules/web/Controllers/TagController.php:302 app/config/actions.xml:511 +msgid "View Tag" msgstr "View Tag" +#: app/modules/web/Controllers/TrackController.php:114 +msgid "Track unlocked" +msgstr "Track unlocked" + +#: app/modules/web/Controllers/TrackController.php:140 +msgid "Tracks cleared out" +msgstr "Tracks cleared out" + +#: app/modules/web/Controllers/Traits/ConfigTrait.php:68 +msgid "Configuration updated" +msgstr "Beállítások frissítve" + +#: app/modules/web/Controllers/Traits/ConfigTrait.php:72 +msgid "Error while saving the configuration" +msgstr "Error while saving the configuration" + +#: app/modules/web/Controllers/Traits/ItemTrait.php:122 +#: app/modules/web/Controllers/Traits/ItemTrait.php:177 +#: lib/SP/Core/Crypt/OldCrypt.php:176 lib/SP/Core/Crypt/OldCrypt.php:188 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:59 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:154 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:244 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:334 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:389 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:417 +#: lib/SP/Services/Account/AccountService.php:227 +#: lib/SP/Services/Account/AccountService.php:232 +#: lib/SP/Services/Api/ApiService.php:129 +#: lib/SP/Services/Api/ApiService.php:229 +#: lib/SP/Services/Api/ApiService.php:237 +#: lib/SP/Services/Auth/LoginService.php:190 +#: lib/SP/Services/Auth/LoginService.php:354 +#: lib/SP/Services/Auth/LoginService.php:504 +#: lib/SP/Services/Auth/LoginService.php:509 +#: lib/SP/Services/Auth/LoginService.php:541 +#: lib/SP/Services/Auth/LoginService.php:648 +#: lib/SP/Services/AuthToken/AuthTokenService.php:311 +#: 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:232 +msgid "Internal error" +msgstr "Belsõ hiba" + +#: app/modules/web/Controllers/Traits/ItemTrait.php:173 +msgid "Error while updating custom field's data" +msgstr "Error while updating custom field's data" + +#: app/modules/web/Controllers/UpgradeController.php:67 +msgid "The updating need to be confirmed" +msgstr "The updating need to be confirmed" + +#: app/modules/web/Controllers/UpgradeController.php:71 +msgid "Wrong security code" +msgstr "Wrong security code" + +#: app/modules/web/Controllers/UpgradeController.php:92 +#: app/modules/web/themes/material-blue/views/login/index.inc:88 +msgid "Application successfully updated" +msgstr "Az alkalmazás frissítése sikeres" + +#: app/modules/web/Controllers/UpgradeController.php:92 +msgid "You will be redirected to log in within 5 seconds" +msgstr "You will be redirected to log in within 5 seconds" + +#: app/modules/web/Controllers/UserController.php:235 +#: app/modules/web/Controllers/UserController.php:356 +#: app/modules/web/Controllers/UserPassResetController.php:107 +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:65 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:238 +msgid "Password Change" +msgstr "Jelszó változtatás" + +#: app/modules/web/Controllers/UserController.php:275 +#: app/modules/web/Controllers/UserController.php:278 +msgid "Users deleted" +msgstr "Users deleted" + +#: app/modules/web/Controllers/UserController.php:286 +#: app/modules/web/Controllers/UserController.php:290 +msgid "User deleted" +msgstr "Felhasználó törölve" + +#: app/modules/web/Controllers/UserController.php:322 +#: app/modules/web/Controllers/UserController.php:328 +msgid "User added" +msgstr "Felhasználó hozzáadva" + +#: app/modules/web/Controllers/UserController.php:387 +#: app/modules/web/Controllers/UserController.php:393 +msgid "User updated" +msgstr "Felhasználó frissítve" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/UserController.php:458 -#: ../../../config/actions.xml:577 +#: app/modules/web/Controllers/UserController.php:458 +#: app/config/actions.xml:577 #, fuzzy -msgid "Ver Usuario" +msgid "View User" msgstr "Felhasználó részletek" +#: app/modules/web/Controllers/UserGroupController.php:226 +#: app/modules/web/Controllers/UserGroupController.php:229 +msgid "Groups deleted" +msgstr "Groups deleted" + +#: app/modules/web/Controllers/UserPassResetController.php:92 +msgid "Wrong data" +msgstr "Wrong data" + +#: app/modules/web/Controllers/UserPassResetController.php:96 +msgid "Unable to reset the password" +msgstr "Unable to reset the password" + +#: app/modules/web/Controllers/UserPassResetController.php:103 +msgid "Password Recovery" +msgstr "Jelszó visszaállítás" + +#: app/modules/web/Controllers/UserPassResetController.php:104 +msgid "Requested for" +msgstr "Kért, hogy" + +#: app/modules/web/Controllers/UserPassResetController.php:109 +msgid "Request sent" +msgstr "Kérést elküldve" + +#: app/modules/web/Controllers/UserPassResetController.php:109 +msgid "You will receive an email to complete the request shortly." +msgstr "A kérés befejezéséhez email értesítõt küldünk" + +#: app/modules/web/Controllers/UserPassResetController.php:126 +#: lib/SP/Services/Api/ApiService.php:96 +#: lib/SP/Services/Auth/LoginService.php:138 +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:103 +msgid "Attempts exceeded" +msgstr "Attempts exceeded" + +#: app/modules/web/Controllers/UserPassResetController.php:179 +#: app/modules/web/Forms/AuthTokenForm.php:101 +#: app/modules/web/Forms/UserForm.php:157 +msgid "Password cannot be blank" +msgstr "A jelszó nem lehet üres" + +#: app/modules/web/Controllers/UserProfileController.php:215 +#: app/modules/web/Controllers/UserProfileController.php:218 +msgid "Profiles deleted" +msgstr "Profiles deleted" + +#: app/modules/web/Controllers/UserProfileController.php:227 +#: app/modules/web/Controllers/UserProfileController.php:231 +msgid "Profile deleted" +msgstr "Profil törölve" + +#: app/modules/web/Controllers/UserProfileController.php:262 +msgid "Profile added" +msgstr "Profil hozzáadva" + +#: app/modules/web/Controllers/UserProfileController.php:300 +msgid "Profile updated" +msgstr "Profil frissítve" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/UserProfileController.php:326 -#: ../../../config/actions.xml:643 +#: app/modules/web/Controllers/UserProfileController.php:326 +#: app/config/actions.xml:643 #, fuzzy -msgid "Ver Perfil" +msgid "View Profile" msgstr "Nézet" -#: ../../../modules/web/Controllers/UserSettingsManagerController.php:87 -msgid "Preferencias" +#: app/modules/web/Controllers/UserSettingsGeneralController.php:74 +#, fuzzy +msgid "Preferences updated" +msgstr "Fiókok frissítve" + +#: app/modules/web/Controllers/UserSettingsManagerController.php:87 +msgid "Preferences" msgstr "Beállítások" -#: ../../../config/strings.js.inc:26 +#: app/modules/web/Forms/AccountForm.php:131 #, fuzzy -msgid "Error en la consulta" -msgstr "Lekérdezési hiba" +msgid "A key is needed" +msgstr "Jelszó szükséges" -#: ../../../config/strings.js.inc:27 -msgid "Ha ocurrido un error" -msgstr "Hiba történt" +#: app/modules/web/Forms/AccountForm.php:171 +msgid "An account name needed" +msgstr "Fiók név szükséges" -#: ../../../config/strings.js.inc:28 ../../../config/strings.js.inc:86 -msgid "Sesión finalizada" -msgstr "Munkamenet befejezõdött" - -#: ../../../config/strings.js.inc:29 -msgid "Borrar la cuenta?" -msgstr "Fiók törlése?" - -#: ../../../config/strings.js.inc:30 -msgid "Borrar el usuario?" -msgstr "Törlöd a felhasználót?" - -#: ../../../config/strings.js.inc:31 -msgid "Guarde la configuración para que sea efectiva" -msgstr "A módosítások életbe lépéséhez mentened kell a beállításokat" - -#: ../../../config/strings.js.inc:32 -msgid "Clave Generada" -msgstr "Generált Jelszó" - -#: ../../../config/strings.js.inc:33 -msgid "Nivel alto" -msgstr "Erös" - -#: ../../../config/strings.js.inc:34 -msgid "Nivel medio" -msgstr "Közepes" - -#: ../../../config/strings.js.inc:35 -msgid "Nivel bajo" -msgstr "Gyenge" - -#: ../../../config/strings.js.inc:36 -msgid "Nivel muy alto" -msgstr "Nagyon erös" - -#: ../../../config/strings.js.inc:37 -msgid "Utilizar al menos 8 caracteres" -msgstr "Legalább 8 karakterböl állót adj meg" - -#: ../../../config/strings.js.inc:38 -msgid "Borrar elemento?" -msgstr "Törlöd a tételt?" - -#: ../../../config/strings.js.inc:39 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:22 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:31 -msgid "Página no encontrada" -msgstr "Oldal nem található" - -#: ../../../config/strings.js.inc:40 -msgid "Archivo no soportado para visualizar" -msgstr "A fájlnak nincs elönézete" - -#: ../../../config/strings.js.inc:41 -msgid "Eliminar archivo?" -msgstr "Törlöd a fájlt?" - -#: ../../../config/strings.js.inc:42 -msgid "Su navegador no soporta subir archivos con HTML5" -msgstr "A böngészöd nem támogatja a HTML5 fájlok feltöltését" - -#: ../../../config/strings.js.inc:43 -msgid "Demasiados archivos" -msgstr "Túl sok fájl" - -#: ../../../config/strings.js.inc:44 +#: app/modules/web/Forms/AccountForm.php:175 +#: app/modules/web/Forms/ClientForm.php:84 #, fuzzy -msgid "Tamaño de archivo no permitido" +msgid "A client name needed" +msgstr "Ügyfél név szükséges" + +#: app/modules/web/Forms/AccountForm.php:179 +#, fuzzy +msgid "A category is needed" +msgstr "Jelszó szükséges" + +#: app/modules/web/Forms/AuthTokenForm.php:91 +msgid "User not set" +msgstr "User not set" + +#: app/modules/web/Forms/AuthTokenForm.php:95 +msgid "Action not set" +msgstr "Action not set" + +#: app/modules/web/Forms/CategoryForm.php:83 +msgid "A category name needed" +msgstr "Kategória név szükséges" + +#: app/modules/web/Forms/CustomFieldDefForm.php:87 +#, fuzzy +msgid "Field name not set" +msgstr "Ügyfél név" + +#: app/modules/web/Forms/CustomFieldDefForm.php:91 +#, fuzzy +msgid "Field type not set" msgstr "Fájltípus nem engedélyezett" -#: ../../../config/strings.js.inc:45 -msgid "Extensión no permitida" +#: app/modules/web/Forms/CustomFieldDefForm.php:95 +msgid "Field module not set" +msgstr "Field module not set" + +#: app/modules/web/Forms/ItemsPresetForm.php:116 +msgid "Value type not set or incorrect" +msgstr "Value type not set or incorrect" + +#: app/modules/web/Forms/ItemsPresetForm.php:133 +msgid "There aren't any defined permissions" +msgstr "There aren't any defined permissions" + +#: app/modules/web/Forms/ItemsPresetForm.php:182 +msgid "Invalid regular expression" +msgstr "Invalid regular expression" + +#: app/modules/web/Forms/ItemsPresetForm.php:208 +msgid "An element of type user, group or profile need to be set" +msgstr "An element of type user, group or profile need to be set" + +#: app/modules/web/Forms/NotificationForm.php:98 +msgid "A component is needed" +msgstr "A component is needed" + +#: app/modules/web/Forms/NotificationForm.php:102 +msgid "A type is needed" +msgstr "A type is needed" + +#: app/modules/web/Forms/NotificationForm.php:112 +msgid "A target is needed" +msgstr "A target is needed" + +#: app/modules/web/Forms/PublicLinkForm.php:85 +msgid "An account is needed" +msgstr "An account is needed" + +#: app/modules/web/Forms/TagForm.php:82 +msgid "A tag name is needed" +msgstr "A tag name is needed" + +#: app/modules/web/Forms/UserForm.php:111 +#, fuzzy +msgid "An username is needed" +msgstr "Felhasználónév szükséges" + +#: app/modules/web/Forms/UserForm.php:115 +msgid "A login is needed" +msgstr "Bejelentkezés szükséges" + +#: app/modules/web/Forms/UserForm.php:119 +msgid "A profile is needed" +msgstr "Profil szükséges" + +#: app/modules/web/Forms/UserForm.php:123 +msgid "A group is needed" +msgstr "Csoport szükséges" + +#: app/modules/web/Forms/UserForm.php:127 +msgid "An email is needed" +msgstr "Email szükséges" + +#: app/modules/web/Forms/UserForm.php:179 +msgid "Unable to delete, user in use" +msgstr "Nem lehet törölni, a felhaszánáló használatban van" + +#: app/modules/web/Forms/UserGroupForm.php:84 +msgid "A group name is needed" +msgstr "Csoport név szükséges" + +#: app/modules/web/Forms/UserProfileForm.php:116 +msgid "A profile name is needed" +msgstr "Profil név szükséges" + +#: app/modules/web/themes/material-blue/inc/Icons.php:32 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:36 +msgid "Add" +msgstr "Hozzáad" + +#: app/modules/web/themes/material-blue/inc/Icons.php:33 +msgid "View Details" +msgstr "View Details" + +#: app/modules/web/themes/material-blue/inc/Icons.php:35 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:64 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:68 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:132 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:136 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:148 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:198 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:46 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:87 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:102 +msgid "Edit" +msgstr "Módosítás" + +#: app/modules/web/themes/material-blue/inc/Icons.php:36 +#: app/modules/web/themes/material-blue/inc/Icons.php:66 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:134 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:155 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:184 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:206 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:134 +#, fuzzy +msgid "Delete" +msgstr "Profil törlése" + +#: app/modules/web/themes/material-blue/inc/Icons.php:37 +#, fuzzy +msgid "Change Password" +msgstr "Változtatsd meg a jelszót" + +#: app/modules/web/themes/material-blue/inc/Icons.php:38 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:200 +msgid "Application Admin" +msgstr "Admin alkalmazás" + +#: app/modules/web/themes/material-blue/inc/Icons.php:39 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:218 +#, fuzzy +msgid "Accounts Admin" +msgstr "Admin Fiók" + +#: app/modules/web/themes/material-blue/inc/Icons.php:40 +msgid "LDAP User" +msgstr "LDAP felhasználó" + +#: app/modules/web/themes/material-blue/inc/Icons.php:41 +#: app/modules/web/themes/material-blue/views/config/mail.inc:138 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:257 +msgid "Disabled" +msgstr "Inaktív" + +#: app/modules/web/themes/material-blue/inc/Icons.php:42 +msgid "Enabled" +msgstr "Enabled" + +#: app/modules/web/themes/material-blue/inc/Icons.php:43 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:184 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:49 +#, fuzzy +msgid "Update" +msgstr "Frissítés Számla" + +#: app/modules/web/themes/material-blue/inc/Icons.php:44 +msgid "Copy" +msgstr "Copy" + +#: app/modules/web/themes/material-blue/inc/Icons.php:46 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:84 +msgid "Email" +msgstr "Email" + +#: app/modules/web/themes/material-blue/inc/Icons.php:50 +msgid "Restore" +msgstr "Restore" + +#: app/modules/web/themes/material-blue/inc/Icons.php:52 +#: app/config/strings.js.inc:79 +#, fuzzy +msgid "Help" +msgstr "Segítség :: GYIK :: Változások Listája" + +#: app/modules/web/themes/material-blue/inc/Icons.php:53 +msgid "Clear" +msgstr "Tiszta" + +#: app/modules/web/themes/material-blue/inc/Icons.php:54 +#, fuzzy +msgid "Perform" +msgstr "Archívum készítés" + +#: app/modules/web/themes/material-blue/inc/Icons.php:55 +msgid "Download" +msgstr "Download" + +#: app/modules/web/themes/material-blue/inc/Icons.php:56 +#: app/config/strings.js.inc:85 +msgid "Warning" +msgstr "Figyelem" + +#: app/modules/web/themes/material-blue/inc/Icons.php:57 +msgid "Check" +msgstr "Ellenõrzés" + +#: app/modules/web/themes/material-blue/inc/Icons.php:64 +msgid "Critical" +msgstr "Critical" + +#: app/modules/web/themes/material-blue/inc/Icons.php:67 +msgid "Previous page" +msgstr "Elõzõ oldal" + +#: app/modules/web/themes/material-blue/inc/Icons.php:68 +msgid "Next page" +msgstr "Következõ oldal" + +#: app/modules/web/themes/material-blue/inc/Icons.php:69 +msgid "First page" +msgstr "Elsõ oldal" + +#: app/modules/web/themes/material-blue/inc/Icons.php:70 +msgid "Last page" +msgstr "Utolsó oldal" + +#: lib/SP/Bootstrap.php:278 +#, php-format +msgid "Required PHP version >= %s <= %s" +msgstr "Required PHP version >= %s <= %s" + +#: lib/SP/Bootstrap.php:280 +#, fuzzy +msgid "Please update the PHP version to run sysPass" +msgstr "Kérem, frissítse a PHP verziót, hogy a sysPass biztonságos legyen" + +#: lib/SP/Config/ConfigUtil.php:94 +#, fuzzy +msgid "\"/config\" directory does not exist." +msgstr "\"/config\" mappa nem létezik" + +#: lib/SP/Config/ConfigUtil.php:100 +#, fuzzy +msgid "Unable to write into \"/config\" directory" +msgstr "Nem lehet a \"/config\" mappába írni" + +#: lib/SP/Config/ConfigUtil.php:109 +#, fuzzy +msgid "\"/config\" directory permissions are wrong" +msgstr "\"/config\" mappa jogosultságai helytelenek" + +#: lib/SP/Config/ConfigUtil.php:111 +#, php-format +msgid "Current: %s - Needed: 750" +msgstr "Current: %s - Needed: 750" + +#: lib/SP/Core/Acl/Acl.php:294 lib/SP/Services/Auth/LoginService.php:604 +msgid "N/A" +msgstr "n.a." + +#: lib/SP/Core/Acl/Acl.php:299 +msgid "Access denied" +msgstr "Access denied" + +#: lib/SP/Core/Acl/Actions.php:176 +msgid "Action not found" +msgstr "Action not found" + +#: lib/SP/Core/Acl/UnauthorizedPageException.php:45 +#: lib/SP/Util/ErrorUtil.php:156 +msgid "You don't have permission to access this page" +msgstr "Nincs jogosultságod belépni ebbe az oldalba" + +#: lib/SP/Core/Context/ContextBase.php:73 +msgid "Unable to change password value" +msgstr "Unable to change password value" + +#: lib/SP/Core/Context/ContextBase.php:103 +#: lib/SP/Core/Context/ContextBase.php:126 +msgid "Context already initialized" +msgstr "Context already initialized" + +#: lib/SP/Core/Context/ContextBase.php:109 +msgid "Invalid context" +msgstr "Invalid context" + +#: lib/SP/Core/Context/ContextBase.php:154 +msgid "Context not initialized" +msgstr "Context not initialized" + +#: lib/SP/Core/Context/SessionContext.php:547 +msgid "Session cannot be initialized" +msgstr "A munkamenetot nem lehet elindítani" + +#: lib/SP/Core/Crypt/OldCrypt.php:178 +msgid "Crypto module cannot be loaded" +msgstr "A Crypto modul nem tölthetõ be" + +#: lib/SP/Core/Crypt/OldCrypt.php:190 +#, fuzzy +msgid "Error while creating the encrypted data" +msgstr "Hiba a titkosítási folyamat közben" + +#: lib/SP/Core/Events/Event.php:57 +msgid "An object is needed" +msgstr "An object is needed" + +#: lib/SP/Core/Events/EventDispatcherBase.php:85 +msgid "Observer not initialized" +msgstr "Observer not initialized" + +#: lib/SP/Core/UI/Theme.php:185 +msgid "Invalid icons class" +msgstr "Invalid icons class" + +#: lib/SP/Html/DataGrid/DataGridBase.php:302 lib/SP/Mvc/View/Template.php:126 +#, fuzzy, php-format +msgid "Unable to retrieve \"%s\" template: %s" +msgstr "Ügyfél létrehozása meghiusúlt" + +#: 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 "Invalid IP" +msgstr "Invalid IP" + +#: lib/SP/Http/Json.php:180 +#, fuzzy +msgid "Encoding error" +msgstr "LDAP kapcsolódási hiba" + +#: lib/SP/Http/XMLRPCResponseParse.php:69 +msgid "Invalid XML-RPC response" +msgstr "Invalid XML-RPC response" + +#: lib/SP/Mvc/Controller/ControllerTrait.php:70 +msgid "Session not started or timed out" +msgstr "A munkamenet nem indult el, vagy idõtúllépés miatt bezáródott" + +#: lib/SP/Mvc/Controller/ControllerTrait.php:115 +#: lib/SP/Mvc/Controller/ControllerTrait.php:124 +msgid "Invalid Action" +msgstr "Érvénytelen Akció" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:71 +#, php-format +msgid "Password needs to be %d characters long" +msgstr "Password needs to be %d characters long" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:77 +msgid "Password does not contain the required characters" +msgstr "Password does not contain the required characters" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:82 +msgid "Password needs to contain letters" +msgstr "Password needs to contain letters" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:86 +msgid "Password needs to contain lower case letters" +msgstr "Password needs to contain lower case letters" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:90 +msgid "Password needs to contain upper case letters" +msgstr "Password needs to contain upper case letters" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:95 +msgid "Password needs to contain numbers" +msgstr "Password needs to contain numbers" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:99 +msgid "Password needs to contain symbols" +msgstr "Password needs to contain symbols" + +#: lib/SP/Mvc/Model/QueryCondition.php:71 +msgid "Invalid filter type" +msgstr "Invalid filter type" + +#: lib/SP/Mvc/View/Components/SelectItemAdapter.php:95 +#: lib/SP/Mvc/View/Components/SelectItemAdapter.php:157 +msgid "Wrong object type" +msgstr "Wrong object type" + +#: lib/SP/Mvc/View/Template.php:301 lib/SP/Mvc/View/Template.php:365 +#, fuzzy, php-format +msgid "Unable to retrieve \"%s\" variable" +msgstr "Ügyfél létrehozása meghiusúlt" + +#: lib/SP/Mvc/View/Template.php:334 +#, fuzzy, php-format +msgid "Unable to unset \"%s\" variable" +msgstr "Ügyfél létrehozása meghiusúlt" + +#: lib/SP/Mvc/View/Template.php:355 +msgid "Template does not contain files" +msgstr "Template does not contain files" + +#: lib/SP/Plugin/PluginManager.php:170 +#, php-format +msgid "Plugin version not compatible (%s)" +msgstr "Plugin version not compatible (%s)" + +#: lib/SP/Plugin/PluginManager.php:192 +#, php-format +msgid "Unable to load the \"%s\" plugin" +msgstr "Unable to load the \"%s\" plugin" + +#: lib/SP/Plugin/PluginManager.php:254 +msgid "Plugin available" +msgstr "Plugin available" + +#: lib/SP/Plugin/PluginManager.php:264 +msgid "Plugin unavailable" +msgstr "Plugin unavailable" + +#: lib/SP/Plugin/PluginManager.php:294 +msgid "Plugin loaded" +msgstr "Plugin loaded" + +#. (itstool) path: action/text +#: lib/SP/Plugin/PluginManager.php:319 app/config/actions.xml:535 +msgid "New Plugin" +msgstr "New Plugin" + +#: lib/SP/Providers/Auth/AuthProvider.php:208 +msgid "Method unavailable" +msgstr "Method unavailable" + +#: lib/SP/Providers/Auth/AuthProvider.php:212 +msgid "Method already initialized" +msgstr "Method already initialized" + +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:119 +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:126 +#, fuzzy +msgid "Error while searching the group RDN" +msgstr "Hiba az RDN csoport keresése közben" + +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:205 +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:210 +#, fuzzy +msgid "Error while searching the user on LDAP" +msgstr "Hiba az LDAP felhasználók keresése közben" + +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:259 +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:265 +msgid "Error while searching objects in base DN" +msgstr "Hiba a keresés közben" + +#: 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 +#, fuzzy +msgid "Unable to connect to LDAP server" +msgstr "Csatlakozás az LDAP szerverhez meghiúsult" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:142 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:189 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:70 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:39 +#: app/modules/web/themes/material-blue/views/config/info.inc:75 +#: app/modules/web/themes/material-blue/views/config/info.inc:78 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:94 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:119 +#: app/modules/web/themes/material-blue/views/config/mail.inc:59 +#: app/modules/web/themes/material-blue/views/config/mail.inc:66 +msgid "Server" +msgstr "Szerver" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:169 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:171 +#, fuzzy +msgid "LDAP parameters are not set" +msgstr "LDAP paraméterek nem lettek elmentve" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:231 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:237 +msgid "Connection error (BIND)" +msgstr "Kapcsolat hiba (BIND)" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:301 +msgid "Error while disconnecting from LDAP server" +msgstr "Error while disconnecting from LDAP server" + +#: lib/SP/Providers/Auth/Ldap/LdapMsAds.php:111 +#: lib/SP/Providers/Auth/Ldap/LdapMsAds.php:154 +#: lib/SP/Providers/Auth/Ldap/LdapStd.php:109 +#, fuzzy +msgid "User in group verified" +msgstr "Csoportot használja a:" + +#: lib/SP/Providers/Auth/Ldap/LdapMsAds.php:144 +#: lib/SP/Providers/Auth/Ldap/LdapStd.php:141 +#, fuzzy +msgid "User does not belong to the group" +msgstr "a felhasználó nincs csoporthoz társítva" + +#: lib/SP/Providers/Mail/MailHandler.php:124 +#, php-format +msgid "Performed by: %s (%s)" +msgstr "Performed by: %s (%s)" + +#: lib/SP/Providers/Mail/MailHandler.php:125 +#, php-format +msgid "IP Address: %s" +msgstr "IP Address: %s" + +#: lib/SP/Providers/Mail/MailProvider.php:91 +msgid "Unable to initialize" +msgstr "Unable to initialize" + +#: lib/SP/Repositories/Account/AccountFileRepository.php:77 +msgid "Error while saving file" +msgstr "Hiba a fájl mentése közben" + +#: lib/SP/Repositories/Account/AccountFileRepository.php:279 +#, fuzzy +msgid "Error while deleting the file" +msgstr "Hiba a fájlok törlése közben" + +#: lib/SP/Repositories/Account/AccountFileRepository.php:302 +#: lib/SP/Services/Account/AccountFileService.php:145 +msgid "Error while deleting the files" +msgstr "Error while deleting the files" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:143 +msgid "Error while updating history" +msgstr "Hiba az elõzmények frissítése közben" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:162 +#: lib/SP/Repositories/Account/AccountRepository.php:321 +#: lib/SP/Services/Account/AccountHistoryService.php:192 +#, fuzzy +msgid "Error while deleting the account" +msgstr "Hiba a fiók törlése közben" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:292 +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:315 +#: lib/SP/Repositories/Account/AccountRepository.php:501 +#: lib/SP/Services/Account/AccountService.php:616 +msgid "Error while deleting the accounts" +msgstr "Error while deleting the accounts" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:436 +#: lib/SP/Repositories/Account/AccountRepository.php:235 +#: lib/SP/Repositories/Account/AccountRepository.php:260 +#: lib/SP/Repositories/User/UserRepository.php:165 +#: lib/SP/Services/Account/AccountHistoryService.php:233 +#: lib/SP/Services/User/UserService.php:331 +#, fuzzy +msgid "Error while updating the password" +msgstr "Hiba a jelszó frissítése közben" + +#: lib/SP/Repositories/Account/AccountRepository.php:200 +#, fuzzy +msgid "Error while creating the account" +msgstr "Hiba a fiók létrehozása közben" + +#: lib/SP/Repositories/Account/AccountRepository.php:301 +#: lib/SP/Services/Account/AccountService.php:582 +#, fuzzy +msgid "Error on restoring the account" +msgstr "Hiba történt helyreállítása számla" + +#: lib/SP/Repositories/Account/AccountRepository.php:382 +#: lib/SP/Repositories/Account/AccountRepository.php:431 +#, fuzzy +msgid "Error while updating the account" +msgstr "Hiba a fiók frissítése közben" + +#: lib/SP/Repositories/Account/AccountRepository.php:451 +#: lib/SP/Repositories/Account/AccountRepository.php:623 +#: lib/SP/Services/Account/AccountHistoryService.php:75 +#, fuzzy +msgid "Error while retrieving account's data" +msgstr "Hiba a fiókok jelszavainak betöltése közben" + +#: lib/SP/Repositories/Account/AccountToFavoriteRepository.php:71 +msgid "Error while adding favorite" +msgstr "Error while adding favorite" + +#: lib/SP/Repositories/Account/AccountToFavoriteRepository.php:91 +msgid "Error while deleting favorite" +msgstr "Error while deleting favorite" + +#: lib/SP/Repositories/Account/AccountToTagRepository.php:94 +msgid "Error while removing the account's tags" +msgstr "Error while removing the account's tags" + +#: lib/SP/Repositories/Account/AccountToTagRepository.php:115 +msgid "Error while adding the account's tags" +msgstr "Error while adding the account's tags" + +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:106 +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:139 +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:191 +#, fuzzy +msgid "Error while deleting the account's groups" +msgstr "Hiba a felhasználó csoportok törlése közben" + +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:164 +#, fuzzy +msgid "Error while updating the secondary groups" +msgstr "Hiba a másodlagos csoportok frissítése közben" + +#: lib/SP/Repositories/Account/AccountToUserRepository.php:76 +#: lib/SP/Repositories/Account/AccountToUserRepository.php:132 +#, fuzzy +msgid "Error while deleting the account users" +msgstr "Hiba a fiók felhasználók törlése közben" + +#: lib/SP/Repositories/Account/AccountToUserRepository.php:103 +#, fuzzy +msgid "Error while updating the account users" +msgstr "Hiba a fiók felhasználóinak frissítése közben" + +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:221 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:309 +#, fuzzy +msgid "The authorization already exist" +msgstr "Az adatbázis már létezik" + +#: lib/SP/Repositories/Category/CategoryRepository.php:58 +msgid "Duplicated category" +msgstr "Duplicated category" + +#: lib/SP/Repositories/Category/CategoryRepository.php:68 +#, fuzzy +msgid "Error while creating the category" +msgstr "Hiba a kategória létrehozása közben" + +#: lib/SP/Repositories/Category/CategoryRepository.php:107 +msgid "Duplicated category name" +msgstr "Kategória neve duplázva" + +#: lib/SP/Repositories/Category/CategoryRepository.php:125 +#, fuzzy +msgid "Error while updating the category" +msgstr "Hiba a kategória frissítése közben" + +#: lib/SP/Repositories/Category/CategoryRepository.php:253 +msgid "Error while deleting the categories" +msgstr "Error while deleting the categories" + +#: lib/SP/Repositories/Category/CategoryRepository.php:275 +#, fuzzy +msgid "Error while deleting the category" +msgstr "Hiba a kategória törlése közben" + +#: lib/SP/Repositories/Client/ClientRepository.php:62 +#: lib/SP/Repositories/Client/ClientRepository.php:116 +#, fuzzy +msgid "Duplicated client" +msgstr "Kettõzött ügyfél" + +#: lib/SP/Repositories/Client/ClientRepository.php:80 +#, fuzzy +msgid "Error while creating the client" +msgstr "Hiba az ügyfél létrehozása közben" + +#: lib/SP/Repositories/Client/ClientRepository.php:136 +#, fuzzy +msgid "Error while updating the client" +msgstr "Hiba az ügyfél frissítése közben" + +#: lib/SP/Repositories/Client/ClientRepository.php:264 +#: lib/SP/Services/Client/ClientService.php:127 +msgid "Error while deleting the clients" +msgstr "Error while deleting the clients" + +#: lib/SP/Repositories/Client/ClientRepository.php:283 +#, fuzzy +msgid "Error while deleting the client" +msgstr "Hiba az ügyfél törlése közben" + +#: lib/SP/Repositories/Client/ClientRepository.php:345 +msgid "Wrong filter" +msgstr "Wrong filter" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:75 +msgid "Error while creating the custom field" +msgstr "Error while creating the custom field" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:118 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:165 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:193 +msgid "Error while updating the custom field" +msgstr "Error while updating the custom field" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:159 +msgid "Custom field not found" +msgstr "Custom field not found" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:239 +msgid "Error while removing the custom fields" +msgstr "Error while removing the custom fields" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:259 +msgid "Error while removing the custom field" +msgstr "Error while removing the custom field" + +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:61 +msgid "Error while creating the field type" +msgstr "Error while creating the field type" + +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:97 +msgid "Error while updating the field type" +msgstr "Error while updating the field type" + +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:179 +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:198 +msgid "Error while deleting the field type" +msgstr "Error while deleting the field type" + +#: lib/SP/Repositories/EventLog/EventlogRepository.php:53 +#, fuzzy +msgid "Error while clearing the event log out" +msgstr "Hiba az esemény napló törlése közben" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:76 +msgid "Error while creating the permission" +msgstr "Error while creating the permission" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:115 +msgid "Error while updating the permission" +msgstr "Error while updating the permission" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:134 +msgid "Error while removing the permission" +msgstr "Error while removing the permission" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:249 +msgid "Error while removing the permissions" +msgstr "Error while removing the permissions" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:79 +msgid "Error while adding the notification" +msgstr "Error while adding the notification" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:119 +#: lib/SP/Repositories/Notification/NotificationRepository.php:478 +msgid "Error while updating the notification" +msgstr "Error while updating the notification" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:138 +#: lib/SP/Repositories/Notification/NotificationRepository.php:157 +msgid "Error while deleting the notification" +msgstr "Error while deleting the notification" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:180 +#: lib/SP/Repositories/Notification/NotificationRepository.php:303 +#: lib/SP/Services/Notification/NotificationService.php:140 +#: lib/SP/Services/Notification/NotificationService.php:159 +msgid "Error while deleting the notifications" +msgstr "Error while deleting the notifications" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:213 +msgid "Error while retrieving notification" +msgstr "Error while retrieving notification" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:243 +#: lib/SP/Repositories/Notification/NotificationRepository.php:515 +#: lib/SP/Repositories/Notification/NotificationRepository.php:548 +#: lib/SP/Repositories/Notification/NotificationRepository.php:582 +#: lib/SP/Repositories/Notification/NotificationRepository.php:615 +msgid "Error while retrieving the notifications" +msgstr "Error while retrieving the notifications" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:70 +msgid "Error while adding the plugin" +msgstr "Error while adding the plugin" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:104 +#: lib/SP/Repositories/Plugin/PluginRepository.php:348 +#: lib/SP/Repositories/Plugin/PluginRepository.php:368 +#: lib/SP/Repositories/Plugin/PluginRepository.php:388 +#: lib/SP/Repositories/Plugin/PluginRepository.php:408 +#: lib/SP/Repositories/Plugin/PluginRepository.php:427 +msgid "Error while updating the plugin" +msgstr "Error while updating the plugin" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:212 +#: lib/SP/Services/Plugin/PluginService.php:137 +msgid "Error while deleting the plugins" +msgstr "Error while deleting the plugins" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:232 +msgid "Error while deleting the plugin" +msgstr "Error while deleting the plugin" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:63 +msgid "Error while removing the link" +msgstr "Error while removing the link" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:255 +msgid "Link already created" +msgstr "Link already created" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:282 +msgid "Error while creating the link" +msgstr "Error while creating the link" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:341 +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:389 +msgid "Error while updating the link" +msgstr "Error while updating the link" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:424 +msgid "Error while renewing link" +msgstr "Error while renewing link" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:466 +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:507 +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:528 +msgid "Error while retrieving the link" +msgstr "Error while retrieving the link" + +#: lib/SP/Repositories/Tag/TagRepository.php:60 +#: lib/SP/Repositories/Tag/TagRepository.php:108 +msgid "Duplicated tag" +msgstr "Duplicated tag" + +#: lib/SP/Repositories/Tag/TagRepository.php:69 +msgid "Error while creating the tag" +msgstr "Error while creating the tag" + +#: lib/SP/Repositories/Tag/TagRepository.php:118 +msgid "Error while updating the tag" +msgstr "Error while updating the tag" + +#: lib/SP/Repositories/Tag/TagRepository.php:243 +#: lib/SP/Services/Tag/TagService.php:126 +msgid "Error while removing the tags" +msgstr "Error while removing the tags" + +#: lib/SP/Repositories/Tag/TagRepository.php:262 +msgid "Error while removing the tag" +msgstr "Error while removing the tag" + +#: lib/SP/Repositories/Track/TrackRepository.php:68 +msgid "Error while creating track" +msgstr "Error while creating track" + +#: lib/SP/Repositories/Track/TrackRepository.php:85 +msgid "Error while removing the track" +msgstr "Error while removing the track" + +#: lib/SP/Repositories/Track/TrackRepository.php:102 +msgid "Error while updating the track" +msgstr "Error while updating the track" + +#: lib/SP/Repositories/Track/TrackRepository.php:118 +msgid "Error while clearing tracks out" +msgstr "Error while clearing tracks out" + +#: lib/SP/Repositories/Track/TrackRepository.php:146 +msgid "Error while retrieving the track" +msgstr "Error while retrieving the track" + +#: lib/SP/Repositories/Track/TrackRepository.php:169 +#: lib/SP/Repositories/Track/TrackRepository.php:202 +msgid "Error while retrieving the tracks" +msgstr "Error while retrieving the tracks" + +#: lib/SP/Repositories/User/UserPassRecoverRepository.php:86 +msgid "Error while generating the recovering hash" +msgstr "Error while generating the recovering hash" + +#: lib/SP/Repositories/User/UserPassRecoverRepository.php:112 +msgid "Error while checking hash" +msgstr "Error while checking hash" + +#: lib/SP/Repositories/User/UserRepository.php:63 +#: lib/SP/Repositories/User/UserRepository.php:430 +msgid "Duplicated user login/email" +msgstr "Duplicated user login/email" + +#: lib/SP/Repositories/User/UserRepository.php:100 +#: lib/SP/Repositories/User/UserRepository.php:677 +#: lib/SP/Services/User/UserService.php:310 +#, fuzzy +msgid "Error while updating the user" +msgstr "Hiba a felhasználó frissítése közben" + +#: lib/SP/Repositories/User/UserRepository.php:184 +#, fuzzy +msgid "Error while deleting the user" +msgstr "Hiba a felhasználó törlése közben" + +#: lib/SP/Repositories/User/UserRepository.php:234 +#: lib/SP/Repositories/User/UserRepository.php:551 +msgid "Error while retrieving the user's data" +msgstr "Error while retrieving the user's data" + +#: lib/SP/Repositories/User/UserRepository.php:353 +#: lib/SP/Services/User/UserService.php:209 +msgid "Error while deleting the users" +msgstr "Error while deleting the users" + +#: lib/SP/Repositories/User/UserRepository.php:474 +#, fuzzy +msgid "Error while creating the user" +msgstr "Hiba a felhasználó létrehozása közben" + +#: lib/SP/Repositories/User/UserRepository.php:697 +#, fuzzy +msgid "Error while updating the preferences" +msgstr "Hiba a jelszó frissítése közben" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:62 +#, fuzzy +msgid "Error while deleting the group" +msgstr "Hiba a csoport törlése közben" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:306 +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:351 +msgid "Duplicated group name" +msgstr "Kettõzött csoport név" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:315 +#, fuzzy +msgid "Error while creating the group" +msgstr "Hiba a csoport létrehozása közben" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:361 +#, fuzzy +msgid "Error while updating the group" +msgstr "Hiba a csoport frissítése közben" + +#: lib/SP/Repositories/UserGroup/UserToUserGroupRepository.php:108 +#, fuzzy +msgid "Error while deleting the group users" +msgstr "Hiba a felhasználó törlése közben" + +#: lib/SP/Repositories/UserGroup/UserToUserGroupRepository.php:140 +msgid "Error while setting users in the group" +msgstr "Error while setting users in the group" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:79 +msgid "Error while removing the profile" +msgstr "Error while removing the profile" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:181 +#: lib/SP/Services/UserProfile/UserProfileService.php:114 +msgid "Error while removing the profiles" +msgstr "Error while removing the profiles" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:230 +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:275 +msgid "Duplicated profile name" +msgstr "Kettözõtt profil név" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:239 +msgid "Error while creating the profile" +msgstr "Error while creating the profile" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:288 +#: lib/SP/Services/UserProfile/UserProfileService.php:141 +msgid "Error while updating the profile" +msgstr "Error while updating the profile" + +#: 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 "Update Master Password" +msgstr "Frissítse a mester jelszót" + +#: lib/SP/Services/Account/AccountCryptService.php:89 +#, fuzzy +msgid "Error while updating the accounts' passwords" +msgstr "Hiba a fiókok jelszavainak frissítése közben" + +#: lib/SP/Services/Account/AccountCryptService.php:115 +#, fuzzy +msgid "Error while retrieving the accounts' passwords" +msgstr "Hiba a fiókok jelszavainak betöltése közben" + +#: lib/SP/Services/Account/AccountCryptService.php:139 +#, php-format +msgid "Accounts updated: %d / %d" +msgstr "Accounts updated: %d / %d" + +#: lib/SP/Services/Account/AccountCryptService.php:148 +#, php-format +msgid "Updated accounts: %d / %d - %d%% - ETA: %ds (%.2f/s)" +msgstr "Updated accounts: %d / %d - %d%% - ETA: %ds (%.2f/s)" + +#: lib/SP/Services/Account/AccountCryptService.php:158 +msgid "The record's master password does not match" +msgstr "A rekord mester jelszava nem egyezik" + +#: lib/SP/Services/Account/AccountCryptService.php:183 +#: lib/SP/Services/Account/AccountCryptService.php:188 +#, fuzzy +msgid "Error while updating the account's password" +msgstr "Hiba a fiók jelszavának frissítése közben" + +#: lib/SP/Services/Account/AccountCryptService.php:194 +msgid "Errors" +msgstr "Errors" + +#: lib/SP/Services/Account/AccountCryptService.php:212 +#: lib/SP/Services/Account/AccountCryptService.php:218 +msgid "Update Master Password (H)" +msgstr "Frissítse a mester jelszót (H)" + +#: lib/SP/Services/Account/AccountCryptService.php:233 +#, fuzzy +msgid "Error while updating the accounts' passwords in history" +msgstr "Hiba a fiókok jelszavainak frissítése közben" + +#: lib/SP/Services/Account/AccountFileService.php:164 +msgid "File not found" +msgstr "File not found" + +#: lib/SP/Services/Account/AccountService.php:163 +#: lib/SP/Services/Account/AccountService.php:599 +msgid "Account not found" +msgstr "Account not found" + +#: lib/SP/Services/Account/AccountService.php:220 +msgid "Master password not set" +msgstr "Master password not set" + +#: lib/SP/Services/Account/AccountService.php:283 +#: lib/SP/Services/Account/AccountService.php:672 +#: lib/SP/Services/Account/AccountService.php:727 +msgid "The account doesn't exist" +msgstr "The account doesn't exist" + +#: lib/SP/Services/Api/ApiRequest.php:79 lib/SP/Services/Api/ApiRequest.php:113 +#: lib/SP/Services/Api/ApiService.php:231 +msgid "Invalid data" +msgstr "Invalid data" + +#: lib/SP/Services/Api/ApiRequest.php:88 +msgid "Invalid format" +msgstr "Invalid format" + +#: lib/SP/Services/Api/ApiService.php:152 +#, fuzzy +msgid "Wrong parameters" +msgstr "Helytelen paraméter" + +#: lib/SP/Services/Auth/LoginService.php:160 +#: lib/SP/Services/Auth/LoginService.php:460 +#: lib/SP/Services/Auth/LoginService.php:467 +#: lib/SP/Services/Auth/LoginService.php:575 +#: lib/SP/Services/Auth/LoginService.php:580 +#: lib/SP/Services/Auth/LoginService.php:619 +#: lib/SP/Services/Auth/LoginService.php:624 +#, fuzzy +msgid "Wrong login" +msgstr "Hibás felhasználónév vagy jelszó" + +#: lib/SP/Services/Auth/LoginService.php:219 +#: lib/SP/Services/Auth/LoginService.php:226 +msgid "User disabled" +msgstr "Felhasználó letiltva" + +#: lib/SP/Services/Auth/LoginService.php:273 +msgid "Using temporary password" +msgstr "Using temporary password" + +#: lib/SP/Services/Auth/LoginService.php:285 +#: lib/SP/Services/Auth/LoginService.php:291 +#: lib/SP/Services/Auth/LoginService.php:309 +#: lib/SP/Services/Auth/LoginService.php:315 +#, fuzzy +msgid "Wrong master password" +msgstr "Érvénytelen mester jelszó" + +#: lib/SP/Services/Auth/LoginService.php:330 +msgid "Your previous password is needed" +msgstr "Your previous password is needed" + +#: lib/SP/Services/Auth/LoginService.php:342 +#, fuzzy +msgid "The Master Password either is not saved or is wrong" +msgstr "A mester jelszó nem lett elmentve, vagy helytelen" + +#: lib/SP/Services/Auth/LoginService.php:456 +#: lib/SP/Services/Auth/LoginService.php:519 +msgid "LDAP Server" +msgstr "LDAP Server" + +#: lib/SP/Services/Auth/LoginService.php:475 +#: lib/SP/Services/Auth/LoginService.php:480 +#, fuzzy +msgid "Account expired" +msgstr "Fiók" + +#: lib/SP/Services/Auth/LoginService.php:488 +#: lib/SP/Services/Auth/LoginService.php:493 +#, fuzzy +msgid "User has no associated groups" +msgstr "a felhasználó nincs csoporthoz társítva" + +#: lib/SP/Services/Auth/LoginService.php:609 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:12 +#, fuzzy +msgid "Authentication" +msgstr "Engedélyezése Hitelesítés" + +#: lib/SP/Services/AuthToken/AuthTokenService.php:139 +#: lib/SP/Services/AuthToken/AuthTokenService.php:277 +#: lib/SP/Services/AuthToken/AuthTokenService.php:291 +msgid "Token not found" +msgstr "Token not found" + +#: lib/SP/Services/AuthToken/AuthTokenService.php:158 +msgid "Error while removing the tokens" +msgstr "Error while removing the tokens" + +#: lib/SP/Services/Backup/FileBackupService.php:100 +msgid "Make Backup" +msgstr "Archívum készítés" + +#: lib/SP/Services/Backup/FileBackupService.php:107 +#, fuzzy +msgid "Error while doing the backup in compatibility mode" +msgstr "Error while doing backup in compatibility mode" + +#: lib/SP/Services/Backup/FileBackupService.php:118 +#, fuzzy +msgid "Error while doing the backup" +msgstr "Hiba Archiválás közben" + +#: lib/SP/Services/Backup/FileBackupService.php:139 +#, php-format +msgid "Unable to create the backups directory (\"%s\")" +msgstr "Unable to create the backups directory (\"%s\")" + +#: lib/SP/Services/Backup/FileBackupService.php:144 +#, fuzzy +msgid "Please, check the backup directory permissions" +msgstr "Ellenõrizze az archiválás mappa jogosultságait" + +#: lib/SP/Services/Backup/FileBackupService.php:211 +msgid "Copying database" +msgstr "Copying database" + +#: lib/SP/Services/Backup/FileBackupService.php:343 +#: lib/SP/Services/Backup/FileBackupService.php:367 +msgid "Copying application" +msgstr "Copying application" + +#: lib/SP/Services/Backup/FileBackupService.php:362 +msgid "This operation is only available on Linux environments" +msgstr "Ez a mûvelet csak Linux környezetben érhetõ el" + +#: lib/SP/Services/Category/CategoryService.php:77 +#: lib/SP/Services/Category/CategoryService.php:98 +#: lib/SP/Services/Category/CategoryService.php:115 +msgid "Category not found" +msgstr "Category not found" + +#: lib/SP/Services/Category/CategoryService.php:134 +msgid "Error while deleting categories" +msgstr "Error while deleting categories" + +#: lib/SP/Services/Client/ClientService.php:76 +#: lib/SP/Services/Client/ClientService.php:95 +#: lib/SP/Services/Client/ClientService.php:110 +#, fuzzy +msgid "Client not found" +msgstr "Nincs ügyfél találat" + +#: lib/SP/Services/Config/ConfigBackupService.php:115 +#: lib/SP/Services/Config/ConfigBackupService.php:122 +msgid "Unable to restore the configuration" +msgstr "Unable to restore the configuration" + +#: lib/SP/Services/Config/ConfigService.php:68 +#: lib/SP/Services/Config/ConfigService.php:153 +#, php-format +msgid "Parameter not found (%s)" +msgstr "Parameter not found (%s)" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:103 +msgid "Generate temporary password" +msgstr "Generate temporary password" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:110 +#, fuzzy +msgid "Error while generating the temporary password" +msgstr "Generate Temporary Password" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:131 +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:181 +msgid "Temporary password expired" +msgstr "Temporary password expired" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:160 +msgid "Error while checking the temporary password" +msgstr "Error while checking the temporary password" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:213 +#, php-format +msgid "Master Password %s" +msgstr "Master Password %s" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:214 +msgid "" +"A new sysPass master password has been generated, so next time you log into " +"the application it will be requested." +msgstr "" +"A new sysPass master password has been generated, so next time you log into " +"the application it will be requested." + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:216 +#, php-format +msgid "The new Master Password is: %s" +msgstr "The new Master Password is: %s" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:218 +#, php-format +msgid "This password will be valid until: %s" +msgstr "This password will be valid until: %s" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:220 +msgid "Please, don't forget to log in as soon as possible to save the changes." +msgstr "" +"Please, don't forget to log in as soon as possible to save the changes." + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:68 +msgid "There aren't any data from custom fields" +msgstr "There aren't any data from custom fields" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:76 +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:84 +msgid "Updating encrypted data" +msgstr "Updating encrypted data" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:109 +#, fuzzy +msgid "Records updated" +msgstr "Rekordok frissítve" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:110 +#, fuzzy +msgid "Records not updated" +msgstr "Rekordok frissítve" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:136 +#, fuzzy +msgid "Error while updating the custom fields data" +msgstr "Hiba a fiókok jelszavainak frissítése közben" + +#: lib/SP/Services/CustomField/CustomFieldDefService.php:109 +msgid "Field not found" +msgstr "Field not found" + +#: lib/SP/Services/CustomField/CustomFieldDefService.php:130 +msgid "Error while deleting the fields" +msgstr "Error while deleting the fields" + +#: lib/SP/Services/CustomField/CustomFieldTypeService.php:84 +msgid "Field type not found" +msgstr "Field type not found" + +#: lib/SP/Services/Export/XmlExportService.php:127 +#: lib/SP/Storage/File/FileCache.php:74 +#: lib/SP/Storage/File/FileCachePacked.php:116 +#, php-format +msgid "Unable to create the directory (%s)" +msgstr "Unable to create the directory (%s)" + +#: lib/SP/Services/Export/XmlExportService.php:203 +#, fuzzy +msgid "Error while exporting" +msgstr "Hiba Archiválás közben" + +#: lib/SP/Services/Export/XmlExportService.php:271 +msgid "Exporting categories" +msgstr "Exporting categories" + +#: lib/SP/Services/Export/XmlExportService.php:383 +msgid "Exporting clients" +msgstr "Exporting clients" + +#: lib/SP/Services/Export/XmlExportService.php:429 +msgid "Exporting tags" +msgstr "Exporting tags" + +#: lib/SP/Services/Export/XmlExportService.php:473 +msgid "Exporting accounts" +msgstr "Exporting accounts" + +#: lib/SP/Services/Export/XmlExportService.php:583 +#, fuzzy +msgid "Error while creating the XML file" +msgstr "Hiba az ügyfél létrehozása közben" + +#: lib/SP/Services/Export/XmlVerifyService.php:110 +#: lib/SP/Services/Import/XmlFileImport.php:81 +#, fuzzy +msgid "Unable to process the XML file" +msgstr "Nem lehet a konfigurációs fájlba írni" + +#: lib/SP/Services/Export/XmlVerifyService.php:177 +#: lib/SP/Services/Import/SyspassImport.php:176 +msgid "Error while checking integrity hash" +msgstr "Error while checking integrity hash" + +#: 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 "Wrong encryption password" +msgstr "Wrong encryption password" + +#: lib/SP/Services/Import/CsvImport.php:50 +#, php-format +msgid "Detected format: %s" +msgstr "Detected format: %s" + +#: lib/SP/Services/Import/CsvImportBase.php:130 +#: lib/SP/Services/Import/CsvImportBase.php:176 +#, fuzzy, php-format +msgid "Wrong number of fields (%d)" +msgstr "A mezõk száma helytelen" + +#: lib/SP/Services/Import/CsvImportBase.php:132 +#: lib/SP/Services/Import/CsvImportBase.php:178 +#, fuzzy, php-format +msgid "Please, check the CSV file format in line %s" +msgstr "Kérem, ellenõrizze a CSV fájl kiterjesztését" + +#: lib/SP/Services/Import/CsvImportBase.php:158 +#: lib/SP/Services/Import/KeepassImport.php:103 +#: lib/SP/Services/Import/SyspassImport.php:387 +msgid "Account imported" +msgstr "Account imported" + +#: lib/SP/Services/Import/CsvImportBase.php:166 +#, fuzzy +msgid "Error while importing the account" +msgstr "Hiba a fiók importálása közben" + +#: lib/SP/Services/Import/CsvImportBase.php:167 +msgid "Error while processing line" +msgstr "Error while processing line" + +#: lib/SP/Services/Import/FileImport.php:67 +#: lib/SP/Services/Import/FileImport.php:88 +msgid "File successfully uploaded" +msgstr "A fájl feltöltése sikeres" + +#: lib/SP/Services/Import/FileImport.php:69 +#: lib/SP/Services/Import/FileImport.php:90 +#, fuzzy +msgid "Please check the web server user permissions" +msgstr "Kérem, ellenõrizze az webszerver felhasználójának jogosultságait" + +#: lib/SP/Services/Import/FileImport.php:102 +#, fuzzy +msgid "Please, check the file extension" +msgstr "Kérem, ellenõrizze a fájl kiterjesztését" + +#: lib/SP/Services/Import/FileImport.php:118 +#, fuzzy +msgid "Please, check PHP configuration for upload files" +msgstr "Kérem, tekintse meg a PHP konfigurációt fájlok feltötése elõtt" + +#: lib/SP/Services/Import/ImportService.php:89 +#, php-format +msgid "Mime type not supported (\"%s\")" +msgstr "Mime type not supported (\"%s\")" + +#: lib/SP/Services/Import/ImportService.php:91 +#, fuzzy +msgid "Please, check the file format" +msgstr "Kérem, ellenõrizze a CSV fájl kiterjesztését" + +#: lib/SP/Services/Import/ImportTrait.php:107 +msgid "Category Id not set. Unable to import account." +msgstr "Category Id not set. Unable to import account." + +#: lib/SP/Services/Import/ImportTrait.php:111 +msgid "Client Id not set. Unable to import account." +msgstr "Client Id not set. Unable to import account." + +#: lib/SP/Services/Import/KeepassImport.php:58 +msgid "KeePass XML Import" +msgstr "KeePass XML Import" + +#: lib/SP/Services/Import/KeepassImport.php:91 +#: lib/SP/Services/Import/SyspassImport.php:211 +msgid "Category imported" +msgstr "Category imported" + +#: lib/SP/Services/Import/SyspassImport.php:58 +msgid "sysPass XML Import" +msgstr "sysPass XML Import" + +#: lib/SP/Services/Import/SyspassImport.php:69 +msgid "Encryption password not set" +msgstr "Encryption password not set" + +#: lib/SP/Services/Import/SyspassImport.php:162 +msgid "Data unencrypted" +msgstr "Data unencrypted" + +#: lib/SP/Services/Import/SyspassImport.php:177 +msgid "" +"If you are importing an exported file from the same origin, the data could " +"be compromised." +msgstr "" +"If you are importing an exported file from the same origin, the data could " +"be compromised." + +#: lib/SP/Services/Import/SyspassImport.php:250 +#: lib/SP/Services/Import/SyspassImport.php:290 +msgid "Client imported" +msgstr "Client imported" + +#: lib/SP/Services/Import/SyspassImport.php:326 +msgid "Tag imported" +msgstr "Tag imported" + +#: lib/SP/Services/Import/XmlFileImport.php:105 +#, fuzzy +msgid "XML file not supported" +msgstr "Fájltípus nem engedélyezett" + +#: lib/SP/Services/Import/XmlFileImport.php:107 +#, fuzzy +msgid "Unable to guess the application which data was exported from" +msgstr "Unable to detect the application the data was exported from" + +#: lib/SP/Services/Import/XmlImport.php:98 +msgid "Format not detected" +msgstr "Format not detected" + +#: lib/SP/Services/Import/XmlImport.php:106 +msgid "Not implemented" +msgstr "Not implemented" + +#: lib/SP/Services/Import/XmlImportBase.php:107 +#: lib/SP/Services/Import/XmlImportTrait.php:78 +msgid "Invalid Method" +msgstr "Invalid Method" + +#: lib/SP/Services/Import/XmlImportBase.php:119 +#: lib/SP/Services/Import/XmlImportTrait.php:68 +#, fuzzy +msgid "Invalid XML format" +msgstr "Érvénytelen Id" + +#: lib/SP/Services/Import/XmlImportBase.php:121 +#: lib/SP/Services/Import/XmlImportTrait.php:70 +#, php-format +msgid "\"%s\" node doesn't exist" +msgstr "\"%s\" node doesn't exist" + +#: lib/SP/Services/Install/Installer.php:106 +#, fuzzy +msgid "Please, enter the admin username" +msgstr "Írd be az admin felhasználó nevét" + +#: lib/SP/Services/Install/Installer.php:108 +#, fuzzy +msgid "Admin user to log into the application" +msgstr "Rendszergazda felhasználó bejelentkezés" + +#: lib/SP/Services/Install/Installer.php:113 +#, fuzzy +msgid "Please, enter the admin's password" +msgstr "Írd be az admin jelszót" + +#: lib/SP/Services/Install/Installer.php:115 +msgid "Application administrator's password" +msgstr "Az alkalmazás rendszergazdai jelszava" + +#: lib/SP/Services/Install/Installer.php:120 +#, fuzzy +msgid "Please, enter the Master Password" +msgstr "Írd be a mester jelszót" + +#: lib/SP/Services/Install/Installer.php:122 +#, fuzzy +msgid "Master password to encrypt the passwords" +msgstr "Mester jelszó szükséges a jelszavak titkosításához" + +#: lib/SP/Services/Install/Installer.php:127 +#, fuzzy +msgid "Master password too short" +msgstr "Túl rövid a mester jelszó" + +#: lib/SP/Services/Install/Installer.php:129 +msgid "The Master Password length need to be at least 11 characters" +msgstr "A mester jelszó legaláb 11 karakterbõl kell, hogy álljon" + +#: lib/SP/Services/Install/Installer.php:134 +#, fuzzy +msgid "Please, enter the database user" +msgstr "Írd be az adatbázis felhasználót" + +#: lib/SP/Services/Install/Installer.php:136 +#, fuzzy +msgid "An user with database administrative rights" +msgstr "Adatbázis rendszergazdai jogokkal rendelkezõ felhasználó" + +#: lib/SP/Services/Install/Installer.php:141 +msgid "Please, enter the database password" +msgstr "Please, enter the database password" + +#: lib/SP/Services/Install/Installer.php:143 +msgid "Database administrator's password" +msgstr "Database administrator's password" + +#: lib/SP/Services/Install/Installer.php:148 +#, fuzzy +msgid "Please, enter the database name" +msgstr "Írd be az adatbázis nevét" + +#: lib/SP/Services/Install/Installer.php:150 +msgid "Application database name. eg. syspass" +msgstr "Az alkalmazás neve. Pl.: syspass" + +#: lib/SP/Services/Install/Installer.php:155 +msgid "Database name cannot contain \".\"" +msgstr "Az adatbázis neve nem tartalmazhat: \".\"" + +#: lib/SP/Services/Install/Installer.php:157 +#, fuzzy +msgid "Please, remove dots in database name" +msgstr "Kérem, törölje a pontokat az adatbázis nevébõl" + +#: lib/SP/Services/Install/Installer.php:162 +#, fuzzy +msgid "Please, enter the database server" +msgstr "Írd be az adatbázis szervert" + +#: lib/SP/Services/Install/Installer.php:164 +msgid "Server where the database will be installed" +msgstr "Szerver, ahová az adatbázis telepítve lesz" + +#: lib/SP/Services/Install/Installer.php:318 +#: lib/SP/Services/Install/Installer.php:369 +msgid "Warn to developer" +msgstr "Figyelmeztetsd a fejlesztõt" + +#: lib/SP/Services/Install/Installer.php:359 +msgid "Error while creating 'admin' user" +msgstr "Error while creating 'admin' user" + +#: lib/SP/Services/Install/MySQL.php:135 +#, php-format +msgid "Unable to check the sysPass user (%s)" +msgstr "Unable to check the sysPass user (%s)" + +#: lib/SP/Services/Install/MySQL.php:137 +#, fuzzy +msgid "Please, check the DB connection user rights" +msgstr "Kérem, ellenõrizze a 'config' mappa jogosultságait" + +#: lib/SP/Services/Install/MySQL.php:181 +#, php-format +msgid "Error while creating the MySQL connection user '%s'" +msgstr "Error while creating the MySQL connection user '%s'" + +#: lib/SP/Services/Install/MySQL.php:201 +msgid "The database already exists" +msgstr "Az adatbázis már létezik" + +#: lib/SP/Services/Install/MySQL.php:203 +#, fuzzy +msgid "Please, enter a new database or delete the existing one" +msgstr "Írd be az új adatbázist, vagy töröld a jelenlegit" + +#: 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 while creating the DB ('%s')" +msgstr "Error while creating the DB ('%s')" + +#: lib/SP/Services/Install/MySQL.php:215 lib/SP/Services/Install/MySQL.php:239 +#, fuzzy +msgid "Please check the database user permissions" +msgstr "Kérem, ellenõrizze az adatbázis felhasználó jogosultságait" + +#: lib/SP/Services/Install/MySQL.php:237 +#, php-format +msgid "Error while setting the database permissions ('%s')" +msgstr "Error while setting the database permissions ('%s')" + +#: lib/SP/Services/Install/MySQL.php:251 +msgid "The database does not exist" +msgstr "The database does not exist" + +#: lib/SP/Services/Install/MySQL.php:253 +msgid "You need to create it and assign the needed permissions" +msgstr "You need to create it and assign the needed permissions" + +#: lib/SP/Services/Install/MySQL.php:309 +#, php-format +msgid "Error while selecting '%s' database (%s)" +msgstr "Error while selecting '%s' database (%s)" + +#: lib/SP/Services/Install/MySQL.php:311 +#, fuzzy +msgid "" +"Unable to use the database to create the structure. Please check the " +"permissions and it does not exist." +msgstr "" +"Új elem létrehozás aaz adatbázisban meghiúsult. Ellenõrizze a " +"jogosultságokat és hogy valóban létezik az adatbázis" + +#: lib/SP/Services/Install/MySQL.php:331 +msgid "Error while creating database structure." +msgstr "Hiba az adatbázis létrehozása közben" + +#: lib/SP/Services/Install/MySQL.php:365 +msgid "Please, try the installation again" +msgstr "Please, try the installation again" + +#: lib/SP/Services/ItemPreset/ItemPresetService.php:84 +#: lib/SP/Services/ItemPreset/ItemPresetService.php:105 +msgid "Value not found" +msgstr "Value not found" + +#: lib/SP/Services/ItemPreset/ItemPresetService.php:188 +msgid "Error while deleting the values" +msgstr "Error while deleting the values" + +#: lib/SP/Services/Ldap/LdapImportService.php:109 +#: lib/SP/Services/Ldap/LdapImportService.php:196 +msgid "Objects found" +msgstr "Objektum találatok" + +#: lib/SP/Services/Ldap/LdapImportService.php:134 +#: lib/SP/Services/Ldap/LdapImportService.php:229 +msgid "Imported from LDAP" +msgstr "Imported from LDAP" + +#: lib/SP/Services/Mail/MailService.php:66 +msgid "Mail test" +msgstr "Mail test" + +#: lib/SP/Services/Mail/MailService.php:67 +msgid "" +"This is a test email in order to verify that the configuration is working " +"right." +msgstr "" +"This is a test email in order to verify that the configuration is working " +"right." + +#: lib/SP/Services/Mail/MailService.php:186 +msgid "Mail service unavailable" +msgstr "Mail service unavailable" + +#: 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 "Notification not found" +msgstr "Notification not found" + +#: 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 not found" +msgstr "Plugin not found" + +#: 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 "Link not found" +msgstr "Link not found" + +#: lib/SP/Services/PublicLink/PublicLinkService.php:238 +msgid "Error while removing the links" +msgstr "Error while removing the links" + +#: lib/SP/Services/Service.php:109 +msgid "Rollback" +msgstr "Rollback" + +#: lib/SP/Services/Service.php:115 +msgid "Unable to start a transaction" +msgstr "Unable to start a transaction" + +#: lib/SP/Services/Service.php:133 lib/SP/Services/Service.php:140 +msgid "Error while retrieving master password from context" +msgstr "Error while retrieving master password from context" + +#: lib/SP/Services/Service.php:160 lib/SP/Services/Service.php:164 +msgid "Error while setting master password in context" +msgstr "Error while setting master password in context" + +#: lib/SP/Services/Tag/TagService.php:75 lib/SP/Services/Tag/TagService.php:94 +#: lib/SP/Services/Tag/TagService.php:111 +msgid "Tag not found" +msgstr "Tag not found" + +#: lib/SP/Services/Task/TaskService.php:81 +msgid "Unable to create the lock file" +msgstr "Unable to create the lock file" + +#: lib/SP/Services/Task/TaskService.php:184 +msgid "Waiting for progress updating ..." +msgstr "Waiting for progress updating ..." + +#: lib/SP/Services/Track/TrackService.php:87 +#: lib/SP/Services/Track/TrackService.php:101 +#: lib/SP/Services/Track/TrackService.php:128 +msgid "Track not found" +msgstr "Track not found" + +#: lib/SP/Services/Track/TrackService.php:162 +#, php-format +msgid "Attempts exceeded (%d/%d)" +msgstr "Attempts exceeded (%d/%d)" + +#: lib/SP/Services/Track/TrackService.php:163 +msgid "Seconds" +msgstr "Seconds" + +#: lib/SP/Services/Track/TrackService.php:208 +msgid "IP address not set" +msgstr "IP address not set" + +#: lib/SP/Services/Upgrade/UpgradeAppService.php:65 +#: lib/SP/Services/Upgrade/UpgradeAppService.php:88 +msgid "Update Application" +msgstr "Update Application" + +#: lib/SP/Services/Upgrade/UpgradeAppService.php:72 +msgid "Error while applying the application update" +msgstr "Error while applying the application update" + +#: lib/SP/Services/Upgrade/UpgradeAppService.php:74 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:100 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:108 +msgid "Please, check the event log for more details" +msgstr "Részletes leírást az esemény naplóban olvashat" + +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:55 +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:85 +msgid "API authorizations update" +msgstr "API authorizations update" + +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:70 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:206 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:236 +msgid "Update Configuration" +msgstr "Konfiguráció frissítése" + +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:82 +msgid "Parameter" +msgstr "Paraméter" + +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:121 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:125 +msgid "Error while updating the configuration" +msgstr "Error while updating the configuration" + +#: 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 "Custom fields update" +msgstr "Custom fields update" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:91 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:122 +msgid "Update DB" +msgstr "Frissítse az adatbázist" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:98 +#, fuzzy +msgid "Error while applying an auxiliary update" +msgstr "Hiba az adatbázis frissítése közben" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:106 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:177 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:181 +#, fuzzy +msgid "Error while updating the database" +msgstr "Hiba az adatbázis frissítése közben" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:154 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:156 +msgid "Update file does not contain data" +msgstr "Update file does not contain data" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:187 +msgid "Database updating was completed successfully." +msgstr "Az adatbázis frissítés sikeresen megtörtént" + +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:56 +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:102 +msgid "Public links update" +msgstr "Public links update" + +#: lib/SP/Services/User/UserPassService.php:256 +#: lib/SP/Services/User/UserService.php:123 +#: lib/SP/Services/User/UserService.php:154 +#: lib/SP/Services/User/UserService.php:173 +msgid "User does not exist" +msgstr "User does not exist" + +#: lib/SP/Services/User/UserService.php:192 +msgid "User not found" +msgstr "User not found" + +#: lib/SP/Services/UserGroup/UserGroupService.php:80 +#: lib/SP/Services/UserGroup/UserGroupService.php:98 +#: lib/SP/Services/UserGroup/UserGroupService.php:187 +#: lib/SP/Services/UserGroup/UserToUserGroupService.php:57 +msgid "Group not found" +msgstr "Group not found" + +#: lib/SP/Services/UserGroup/UserGroupService.php:115 +msgid "Error while deleting the groups" +msgstr "Error while deleting the groups" + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:66 +msgid "A request for changing your user password has been done." +msgstr "A kérelmet frissíteni a felhasználói jelszót megtörtént." + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:68 +msgid "In order to complete the process, please go to this URL:" +msgstr "A folyamat befejezéséhez látogass el a következõ oldalra:" + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:72 +msgid "If you have not requested this action, please dismiss this message." +msgstr "Amennyiben nincs szüksége erre a folyamatra, zárja be ezt az üzenetet" + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:87 +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:155 +msgid "Wrong hash or expired" +msgstr "Wrong hash or expired" + +#: lib/SP/Services/UserProfile/UserProfileService.php:65 +#: lib/SP/Services/UserProfile/UserProfileService.php:97 +msgid "Profile not found" +msgstr "Profile not found" + +#: lib/SP/Services/Wiki/DokuWikiApi.php:68 +msgid "Authentication error" +msgstr "Authentication error" + +#: lib/SP/Services/Wiki/DokuWikiApiBase.php:196 +msgid "Error while doing the query" +msgstr "Error while doing the query" + +#: lib/SP/Services/Wiki/DokuWikiApiBase.php:228 +msgid "Connection URL not set" +msgstr "Connection URL not set" + +#: lib/SP/Storage/Database/Database.php:131 +msgid "Blank query" +msgstr "Blank query" + +#: lib/SP/Storage/Database/Database.php:259 +msgid "Integrity constraint" +msgstr "Integrity constraint" + +#: lib/SP/Storage/Database/MySQLHandler.php:99 +#: lib/SP/Storage/Database/MySQLHandler.php:166 +#, fuzzy +msgid "Please, check the connection parameters" +msgstr "Please, check connection parameters" + +#: lib/SP/Storage/Database/QueryData.php:354 app/config/strings.js.inc:26 +#, fuzzy +msgid "Error while querying" +msgstr "Lekérdezési hiba" + +#: lib/SP/Storage/File/FileCachePacked.php:57 +#, php-format +msgid "Error while decompressing the file data (%s)" +msgstr "Error while decompressing the file data (%s)" + +#: lib/SP/Storage/File/FileCachePacked.php:61 +msgid "Error while retrieving the data" +msgstr "Error while retrieving the data" + +#: lib/SP/Storage/File/FileCachePacked.php:99 +#, php-format +msgid "Error while compressing the file data (%s)" +msgstr "Error while compressing the file data (%s)" + +#: lib/SP/Storage/File/FileCachePacked.php:144 +msgid "Data not loaded" +msgstr "Data not loaded" + +#: lib/SP/Storage/File/FileHandler.php:72 +#: lib/SP/Storage/File/FileHandler.php:135 +#, php-format +msgid "Unable to read/write the file (%s)" +msgstr "Unable to read/write the file (%s)" + +#: lib/SP/Storage/File/FileHandler.php:89 +#, php-format +msgid "Unable to open the file (%s)" +msgstr "Unable to open the file (%s)" + +#: lib/SP/Storage/File/FileHandler.php:104 +#: lib/SP/Storage/File/FileHandler.php:118 +#, php-format +msgid "Unable to read from file (%s)" +msgstr "Unable to read from file (%s)" + +#: lib/SP/Storage/File/FileHandler.php:173 +#, php-format +msgid "Unable to close the file (%s)" +msgstr "Unable to close the file (%s)" + +#: lib/SP/Storage/File/FileHandler.php:219 +#, php-format +msgid "Unable to write in file (%s)" +msgstr "Unable to write in file (%s)" + +#: lib/SP/Storage/File/FileHandler.php:234 +#, php-format +msgid "File not found (%s)" +msgstr "File not found (%s)" + +#: lib/SP/Storage/File/FileHandler.php:259 +#: lib/SP/Storage/File/FileHandler.php:314 +#, php-format +msgid "Unable to read/write file (%s)" +msgstr "Unable to read/write file (%s)" + +#: lib/SP/Storage/File/FileHandler.php:286 +#, php-format +msgid "Unable to delete file (%s)" +msgstr "Unable to delete file (%s)" + +#: lib/SP/Storage/File/XmlHandler.php:89 lib/SP/Storage/File/XmlHandler.php:309 +msgid "XML node does not exist" +msgstr "XML node does not exist" + +#: lib/SP/Storage/File/XmlHandler.php:167 +msgid "There aren't any items to save" +msgstr "There aren't any items to save" + +#: lib/SP/Util/Connection.php:157 +msgid "Socket not initialized" +msgstr "Socket not initialized" + +#: lib/SP/Util/Connection.php:164 +msgid "Error while sending the data" +msgstr "Error while sending the data" + +#: lib/SP/Util/ErrorUtil.php:148 +msgid "Option unavailable" +msgstr "Beállítás nem elérhetõ" + +#: lib/SP/Util/ErrorUtil.php:168 lib/SP/Util/ErrorUtil.php:175 +msgid "An exception occured" +msgstr "An exception occured" + +#: lib/SP/Util/ImageUtil.php:65 +msgid "Invalid image" +msgstr "Invalid image" + +#: app/config/strings.js.inc:27 +msgid "There was an error" +msgstr "Hiba történt" + +#: app/config/strings.js.inc:28 app/config/strings.js.inc:86 +msgid "Session finished" +msgstr "Munkamenet befejezõdött" + +#: app/config/strings.js.inc:29 +msgid "Delete account?" +msgstr "Fiók törlése?" + +#: app/config/strings.js.inc:30 +msgid "Delete user?" +msgstr "Törlöd a felhasználót?" + +#: app/config/strings.js.inc:31 +msgid "You should save configuration in order to take effect" +msgstr "A módosítások életbe lépéséhez mentened kell a beállításokat" + +#: app/config/strings.js.inc:32 +msgid "Generated Password" +msgstr "Generált Jelszó" + +#: app/config/strings.js.inc:33 +msgid "High level" +msgstr "Erös" + +#: app/config/strings.js.inc:34 +msgid "Average level" +msgstr "Közepes" + +#: app/config/strings.js.inc:35 +msgid "Low level" +msgstr "Gyenge" + +#: app/config/strings.js.inc:36 +msgid "Very High level" +msgstr "Nagyon erös" + +#: app/config/strings.js.inc:37 +msgid "You should use at least 8 characters" +msgstr "Legalább 8 karakterböl állót adj meg" + +#: app/config/strings.js.inc:38 +msgid "Delete item?" +msgstr "Törlöd a tételt?" + +#: app/config/strings.js.inc:39 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:22 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:31 +msgid "Page not found" +msgstr "Oldal nem található" + +#: app/config/strings.js.inc:41 +msgid "Delete file?" +msgstr "Törlöd a fájlt?" + +#: app/config/strings.js.inc:42 +msgid "Your browser does not support HTML5 file uploads" +msgstr "A böngészöd nem támogatja a HTML5 fájlok feltöltését" + +#: app/config/strings.js.inc:43 +msgid "Too many files" +msgstr "Túl sok fájl" + +#: app/config/strings.js.inc:44 +#, fuzzy +msgid "File size not allowed" +msgstr "Fájltípus nem engedélyezett" + +#: app/config/strings.js.inc:45 +msgid "Extension not allowed" msgstr "A kiterjesztés nem engedélyezett" -#: ../../../config/strings.js.inc:46 +#: app/config/strings.js.inc:46 #, fuzzy -msgid "Vaciar el registro de eventos?" +msgid "Clear the event log out?" msgstr "Törlöd az esemény naplót?" -#: ../../../config/strings.js.inc:47 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:179 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:281 -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:89 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:59 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:253 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:84 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:54 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:152 -msgid "Seleccionar Grupo" +#: app/config/strings.js.inc:47 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:179 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:281 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:89 +#: app/modules/web/themes/material-blue/views/config/import.inc:59 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:253 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:84 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:54 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:152 +msgid "Select Group" msgstr "Válassz csoportot" -#: ../../../config/strings.js.inc:48 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:161 -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:114 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:32 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:278 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:69 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:27 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:37 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:81 +#: app/config/strings.js.inc:48 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:161 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:114 +#: app/modules/web/themes/material-blue/views/config/import.inc:32 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:278 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:69 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:27 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:37 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:81 #, fuzzy -msgid "Seleccionar Usuario" +msgid "Select User" msgstr "Válassz dátumot" -#: ../../../config/strings.js.inc:49 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:71 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:135 -msgid "Seleccionar Perfil" +#: app/config/strings.js.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:71 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:135 +msgid "Select Profile" msgstr "Válassz profilt" -#: ../../../config/strings.js.inc:50 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:84 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:39 +#: app/config/strings.js.inc:50 +#: app/modules/web/themes/material-blue/views/account/account.inc:84 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:39 #, fuzzy -msgid "Seleccionar Cliente" +msgid "Select Client" msgstr "Válassz ügyfelet" -#: ../../../config/strings.js.inc:51 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:109 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:43 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:54 -msgid "Seleccionar Categoría" +#: app/config/strings.js.inc:51 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:78 +#: app/modules/web/themes/material-blue/views/account/account.inc:109 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:43 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:54 +msgid "Select Category" msgstr "Válassz kategóriát" -#: ../../../config/strings.js.inc:52 -msgid "Sin resultados" +#: app/config/strings.js.inc:52 +msgid "No results" msgstr "Nincsenek eredmények" -#: ../../../config/strings.js.inc:53 +#: app/config/strings.js.inc:53 #, fuzzy -msgid "Opciones de clave" +msgid "Password options" msgstr "Beállítások" -#: ../../../config/strings.js.inc:54 -msgid "Generar clave aleatoria" +#: app/config/strings.js.inc:54 +msgid "Generate random password" msgstr "Véletlenszerû jelszó generálása" -#: ../../../config/strings.js.inc:55 -msgid "Complejidad" +#: app/config/strings.js.inc:55 +msgid "Complexity" msgstr "Komplexitás" -#: ../../../config/strings.js.inc:56 -msgid "Restablecer" +#: app/config/strings.js.inc:56 +msgid "Reset" msgstr "Reset" -#: ../../../config/strings.js.inc:57 -msgid "Nivel de fortaleza de la clave" +#: app/config/strings.js.inc:57 +msgid "Password strength level" msgstr "Jelszó erõssége" -#: ../../../config/strings.js.inc:58 +#: app/config/strings.js.inc:58 #, fuzzy -msgid "Mostrar Clave" +msgid "Show Password" msgstr "Show Password" -#: ../../../config/strings.js.inc:59 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:24 +#: app/config/strings.js.inc:59 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:24 #, fuzzy -msgid "Copiar Usuario" +msgid "Copy Username" msgstr "Fiók másolása" #. (itstool) path: action/text -#: ../../../config/strings.js.inc:60 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:41 -#: ../../../config/actions.xml:199 ../../../config/actions.xml:271 +#: app/config/strings.js.inc:60 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:41 +#: app/config/actions.xml:199 app/config/actions.xml:271 #, fuzzy -msgid "Copiar Clave" +msgid "Copy Password" msgstr "Fiók másolása" -#: ../../../config/strings.js.inc:61 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:84 -msgid "Incluir Números" +#: app/config/strings.js.inc:61 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:84 +msgid "Include Numbers" msgstr "Include Numbers" -#: ../../../config/strings.js.inc:62 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:126 -msgid "Incluir Mayúsculas" +#: app/config/strings.js.inc:62 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:126 +msgid "Include Uppercase" msgstr "Include Uppercase" -#: ../../../config/strings.js.inc:63 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:112 -msgid "Incluir Símbolos" +#: app/config/strings.js.inc:63 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:112 +msgid "Include Symbols" msgstr "Include Symbols" -#: ../../../config/strings.js.inc:64 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:16 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:24 +#: app/config/strings.js.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:16 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:24 #, fuzzy -msgid "Longitud" +msgid "Length" msgstr "A mester jelszó legaláb 11 karakterbõl kell, hogy álljon" -#: ../../../config/strings.js.inc:65 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:42 +#: app/config/strings.js.inc:65 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:42 #, fuzzy -msgid "Seleccionar Acción" +msgid "Select Action" msgstr "Akció" -#: ../../../config/strings.js.inc:68 -msgid "Aceptar" +#: app/config/strings.js.inc:68 +msgid "Accept" msgstr "Accept" -#: ../../../config/strings.js.inc:69 -msgid "Cancelar" +#: app/config/strings.js.inc:69 +msgid "Cancel" msgstr "Mégsem" -#: ../../../config/strings.js.inc:70 +#: app/config/strings.js.inc:70 #, fuzzy -msgid "Clave Copiada al Portapapeles" +msgid "Password Copied into Clipboard" msgstr "Hiba a jelszó frissítése közben" -#: ../../../config/strings.js.inc:71 +#: app/config/strings.js.inc:71 #, fuzzy -msgid "Error al copiar al portapapeles" +msgid "Error while copying to clipboard" msgstr "Hiba a jelszó frissítése közben" -#: ../../../config/strings.js.inc:73 -msgid "Recibir notificaciones?" +#: app/config/strings.js.inc:73 +msgid "Send notifies?" msgstr "Send notifies?" -#: ../../../config/strings.js.inc:74 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:160 -msgid "Marcar Favorito" +#. (itstool) path: action/text +#: app/config/strings.js.inc:74 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:160 +#: app/config/actions.xml:247 +msgid "Mark as Favorite" msgstr "Mark as Favorite" #. (itstool) path: action/text -#: ../../../config/strings.js.inc:75 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:150 -#: ../../../config/actions.xml:253 -msgid "Eliminar Favorito" +#: app/config/strings.js.inc:75 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:150 +#: app/config/actions.xml:253 +msgid "Delete Favorite" msgstr "Delete Favorite" -#: ../../../config/strings.js.inc:76 -msgid "Limpiar Selección" +#: app/config/strings.js.inc:76 +msgid "Clear Selection" msgstr "Clear Selection" -#: ../../../config/strings.js.inc:77 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:80 -msgid "Mostrar Favoritos" +#. (itstool) path: action/text +#: app/config/strings.js.inc:77 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:80 +#: app/config/actions.xml:241 +msgid "Show Favorites" msgstr "Show Favorites" -#: ../../../config/strings.js.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:74 -msgid "Mostrar Todos" +#: app/config/strings.js.inc:78 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:74 +msgid "Display All" msgstr "Display All" -#: ../../../config/strings.js.inc:79 -#, fuzzy -msgid "Ayuda" -msgstr "Segítség :: GYIK :: Változások Listája" - -#: ../../../config/strings.js.inc:80 -msgid "Sin cambios" -msgstr "Nincsenek változások" - -#: ../../../config/strings.js.inc:81 -msgid "Ahora" +#: app/config/strings.js.inc:81 +msgid "Now" msgstr "Now" -#: ../../../config/strings.js.inc:82 +#: app/config/strings.js.inc:82 msgid "" -"Este proceso importará los usuarios de LDAP detectados. Desea continuar?" +"This process will import the detected LDAP users. Would you like to continue?" msgstr "" "This process will import the detected LDAP users. Would you like to continue?" -#: ../../../config/strings.js.inc:83 -msgid "Esta acción restablecerá todos los datos del plugin. Desea continuar?" +#: app/config/strings.js.inc:83 +msgid "This action will reset all plugin data. Do you want to continue?" msgstr "This action will reset all plugin data. Do you want to continue?" -#: ../../../config/strings.js.inc:84 -msgid "Este proceso puede durar algo de tiempo. Desea continuar?" +#: app/config/strings.js.inc:84 +msgid "This process could take some time long. Do you wish to continue?" msgstr "This process could take some time long. Do you wish to continue?" -#: ../../../config/strings.js.inc:85 -msgid "Aviso" -msgstr "Figyelem" - -#: ../../../config/strings.js.inc:87 -msgid "" -"Realizando tarea. Por favor, no cierre la ventana/pestaña del navegador." +#: app/config/strings.js.inc:87 +msgid "Performing task. Please, do not close browser's window/tab." msgstr "Performing task. Please, do not close browser's window/tab." -#: ../../../config/strings.js.inc:88 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:98 -msgid "Incluir Letras" +#: app/config/strings.js.inc:88 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:98 +msgid "Include Letters" msgstr "Include Letters" -#: ../../../config/strings.js.inc:89 -msgid "Cookies deshabilitadas. La aplicación no funcionará correctamente." +#: app/config/strings.js.inc:89 +msgid "Cookies disabled. Application won't work properly." msgstr "Cookies disabled. Application won't work properly." -#: ../../../config/strings.js.inc:90 -msgid "Portapapeles no soportado por el navegador." +#: app/config/strings.js.inc:90 +msgid "Clipboard not supported by your browser." msgstr "Clipboard not supported by your browser." -#: ../../../config/strings.js.inc:91 -msgid "Realizando auto-login" +#: app/config/strings.js.inc:91 +msgid "Performing auto-login" msgstr "Performing auto-login" -#: ../../../config/strings.js.inc:92 -msgid "Hay una versión más reciente del plugin {0} ({1})" +#: app/config/strings.js.inc:92 +msgid "There is a more recent version of {0} plugin ({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:30 -msgid "Actualizado" +#: app/config/strings.js.inc:93 +#: app/modules/web/themes/material-blue/views/main/update.inc:30 +msgid "Updated" msgstr "Frissítve" -#: ../../../config/strings.js.inc:94 -#: ../../../modules/web/themes/material-blue/views/main/update.inc:36 +#: app/config/strings.js.inc:94 +#: app/modules/web/themes/material-blue/views/main/update.inc:36 #, fuzzy -msgid "Error al comprobar actualizaciones" +msgid "Error while checking for updates" msgstr "Frissítések keresése" -#: ../../../config/strings.js.inc:95 -msgid "Avisos de sysPass" +#: app/config/strings.js.inc:95 +msgid "sysPass Notices" msgstr "sysPass Notices" -#: ../../../config/strings.js.inc:96 -msgid "Vaciar los tracks?" +#: app/config/strings.js.inc:96 +msgid "Clear the tracks out?" msgstr "Clear the tracks out?" -#: ../../../config/strings.js.inc:97 -msgid "Archivo descargado" -msgstr "File downloaded" - -#: ../../../modules/web/themes/material-blue/views/_layouts/main.inc:21 +#: app/modules/web/themes/material-blue/views/_layouts/main.inc:21 #, fuzzy -msgid "Javascript es necesario para el correcto funcionamiento" +msgid "Javascript is needed in order to run correctly" msgstr "Java szkript szükséges a megfelelõ mûködéshez" -#: ../../../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:40 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:50 -msgid "Volver" -msgstr "Vissza" - -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:70 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:127 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:70 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:127 #, fuzzy -msgid "Preferencias de usuario" +msgid "User preferences" msgstr "Dupla felhasználó bejelentkezés" -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:74 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:77 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:148 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:151 -msgid "Salir" +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:74 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:77 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:148 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:151 +msgid "Sign Out" msgstr "Kijelentkezés" -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:164 -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:53 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:164 +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:53 msgid "Demo" msgstr "Demo" -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:44 -msgid "Indica si la conexión utiliza HTTPS." +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:44 +msgid "Tells whether the connection uses HTTPS or not." msgstr "Tells whether the connection uses HTTPS or not." -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:44 +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:44 msgid "" -"Las claves de formularios enviados se encriptan mediante PKI, el resto de " -"datos no." +"Passwords sent from forms are encrypted using PKI, the remain data don't." msgstr "" "Passwords sent from forms are encrypted using PKI, the remain data don't." -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:66 -msgid "Ayuda :: FAQ :: Changelog" +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:66 +msgid "Help :: FAQ :: Changelog" msgstr "Segítség :: GYIK :: Változások Listája" -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:70 -msgid "Un proyecto de cygnux.org" +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:70 +msgid "A cygnux.org project" msgstr "A cygnux.org projekt" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:8 -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:12 -msgid "Parámetros especiales" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:8 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:12 +msgid "Special parameters" msgstr "Special parameters" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:14 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:14 msgid "" -"Es posible utilizar uno o varios parámetros especiales separados por espacios" +"You could use either one or several special parameters separated by blank " +"spaces" msgstr "" "You could use either one or several special parameters separated by blank " "spaces" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:16 -msgid "Buscar cuentas a las que 'login' tenga acceso" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:16 +msgid "Search for accounts which 'login' has access rights" msgstr "Search for accounts which 'login' has access rights" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:17 -msgid "Devolver las cuentas en las que 'login' es propietario" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:17 +msgid "Get the accounts in which user login \"login\" is the owner" msgstr "Get the accounts in which user login \"login\" is the owner" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:18 -msgid "Buscar cuentas a las que 'group_name' tenga acceso" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:18 +msgid "Search for accounts which 'group_name' has access rights" msgstr "Search for accounts which 'group_name' has access rights" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:19 -msgid "Devolver las cuentas con grupo principal 'group_name'" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:19 +msgid "Get the accounts in which main group \"group_name\" is set" msgstr "Get the accounts in which main group \"group_name\" is set" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:20 -msgid "Buscar cuentas con archivos con el nombre 'file_name'" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:20 +msgid "Search for accounts which contain a file with the name 'file_name'" msgstr "Search for accounts which contain a file with the name 'file_name'" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:21 -msgid "Buscar cuentas por nombre de cliente" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:21 +msgid "Search for accounts by client name" msgstr "Search for accounts by client name" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:22 -msgid "Buscar cuentas por nombre de categoría" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:22 +msgid "Search for accounts by category name" msgstr "Search for accounts by category name" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:23 -msgid "Devolver la cuenta con ID" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:23 +msgid "Returns the account for the given ID" msgstr "Returns the account for the given ID" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:24 -msgid "Buscar cuentas con la clave caducada" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:24 +msgid "Search for accounts with expired password" msgstr "Search for accounts with expired password" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:25 -msgid "Devolver las cuentas privadas del usuario actual" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:25 +msgid "Get private accounts for current user" msgstr "Get private accounts for current user" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:26 -msgid "Operador para los parámetros especiales" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:26 +msgid "Operator for special parameters" msgstr "Operator for special parameters" -#: ../../../modules/web/themes/material-blue/views/_partials/no_records_found.inc:10 -#: ../../../modules/web/themes/material-blue/views/account/search-index.inc:19 -msgid "No se encontraron registros" +#: app/modules/web/themes/material-blue/views/_partials/no_records_found.inc:10 +#: app/modules/web/themes/material-blue/views/account/search-index.inc:19 +msgid "No records found" msgstr "Nem találtam rekordokat" -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:85 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:168 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:175 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:64 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:115 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:122 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:59 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:66 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:38 -msgid "Clave (repetir)" +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:85 +#: app/modules/web/themes/material-blue/views/account/account.inc:168 +#: app/modules/web/themes/material-blue/views/account/account.inc:175 +#: app/modules/web/themes/material-blue/views/install/index.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:115 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:122 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:59 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:66 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:38 +msgid "Password (repeat)" msgstr "Jelszó (ismét)" -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:109 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:194 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:254 -msgid "Seleccionar Fecha" -msgstr "Select date" +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:109 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:147 +#: app/modules/web/themes/material-blue/views/account/account.inc:194 +#: app/modules/web/themes/material-blue/views/account/account.inc:278 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:254 +msgid "Select date" +msgstr "" -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:19 -#, fuzzy -msgid "Histórico" -msgstr "Fiók elõzmények importálása" - -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:28 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:45 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:22 -msgid "Detalles" -msgstr "Details" - -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:127 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:200 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:163 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:169 -msgid "Notas" -msgstr "Jegyzetek" - -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:140 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:142 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:271 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:273 -msgid "Historial" +#: app/modules/web/themes/material-blue/views/account/account-history.inc:19 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:140 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:142 +#: app/modules/web/themes/material-blue/views/account/account.inc:271 +#: app/modules/web/themes/material-blue/views/account/account.inc:273 +msgid "History" msgstr "Elõzmények" -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:147 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:278 -msgid "Seleccionar fecha" -msgstr "Válassz dátumot" +#: app/modules/web/themes/material-blue/views/account/account-history.inc:28 +#: app/modules/web/themes/material-blue/views/account/account.inc:45 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:22 +msgid "Details" +msgstr "Details" -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:160 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:293 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:32 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:291 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:293 -msgid "Última Modificación" +#: app/modules/web/themes/material-blue/views/account/account-history.inc:127 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:78 +#: app/modules/web/themes/material-blue/views/account/account.inc:200 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:168 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:163 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:169 +msgid "Notes" +msgstr "" + +#: app/modules/web/themes/material-blue/views/account/account-history.inc:160 +#: app/modules/web/themes/material-blue/views/account/account.inc:293 +#: app/modules/web/themes/material-blue/views/account/details.inc:32 +#: app/modules/web/themes/material-blue/views/account/details.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:291 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:293 +msgid "Last Modification" msgstr "Utoljára módosítva" -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:23 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:54 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:119 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:140 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:18 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:35 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:57 -msgid "Seleccionar Usuarios" +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:23 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:54 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:119 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:140 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:18 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:35 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:57 +msgid "Select Users" msgstr "Select Users" -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:33 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:37 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:101 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:105 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:127 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:176 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:29 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:70 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:53 -msgid "Ver" +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:33 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:37 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:101 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:105 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:127 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:176 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:29 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:53 +msgid "View" msgstr "Nézet" -#: ../../../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:132 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:136 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:148 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:198 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:46 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:87 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:102 -msgid "Editar" -msgstr "Módosítás" - -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:91 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:122 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:168 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:190 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:59 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:76 -msgid "Seleccionar Grupos" +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:91 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:122 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:168 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:190 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:59 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:76 +msgid "Select Groups" msgstr "Select Groups" -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:204 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:182 -msgid "Privada" +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:204 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:182 +msgid "Private" msgstr "Private" -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:223 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:198 -msgid "Privada Grupo" +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:223 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:198 +msgid "Private for Group" msgstr "Private for Group" -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:15 -msgid "Solicitar Modificación de Cuenta" +#: app/modules/web/themes/material-blue/views/account/account-request.inc:15 +msgid "Request Account Modification" msgstr "Kérés fiók módosítás" -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:46 -msgid "Petición" -msgstr "Kérés" - -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:52 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:52 #, fuzzy -msgid "Descripción de la petición" +msgid "Request description" msgstr "Kérés leírás" -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:74 -msgid "Enviar" +#: app/modules/web/themes/material-blue/views/account/account-request.inc:74 +msgid "Send" msgstr "Küldés" -#: ../../../modules/web/themes/material-blue/views/account/account.inc:37 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:133 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:21 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:214 -msgid "Permisos" +#: app/modules/web/themes/material-blue/views/account/account.inc:37 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:133 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:21 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:214 +msgid "Permissions" msgstr "Jofosultságok" -#: ../../../modules/web/themes/material-blue/views/account/account.inc:218 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:98 -msgid "Seleccionar Etiquetas" +#: app/modules/web/themes/material-blue/views/account/account.inc:218 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:98 +msgid "Select Tags" msgstr "Select Tags" -#: ../../../modules/web/themes/material-blue/views/account/account.inc:262 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:26 -msgid "Seleccionar Cuenta" +#: app/modules/web/themes/material-blue/views/account/account.inc:262 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:26 +msgid "Select Account" msgstr "Select Account" -#: ../../../modules/web/themes/material-blue/views/account/account.inc:301 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:303 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:306 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:193 -msgid "Enlace Público" +#: app/modules/web/themes/material-blue/views/account/account.inc:301 +#: app/modules/web/themes/material-blue/views/account/account.inc:303 +#: app/modules/web/themes/material-blue/views/account/account.inc:306 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:193 +msgid "Public Link" msgstr "Public Link" -#: ../../../modules/web/themes/material-blue/views/account/account.inc:314 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:316 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:319 -msgid "Enlace Directo" +#: app/modules/web/themes/material-blue/views/account/account.inc:314 +#: app/modules/web/themes/material-blue/views/account/account.inc:316 +#: app/modules/web/themes/material-blue/views/account/account.inc:319 +msgid "Direct Link" msgstr "Direct Link" -#: ../../../modules/web/themes/material-blue/views/account/details.inc:22 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:24 -msgid "Fecha Alta" +#: app/modules/web/themes/material-blue/views/account/details.inc:22 +#: app/modules/web/themes/material-blue/views/account/details.inc:24 +msgid "Date Added" msgstr "Dátum hozzáadva" -#: ../../../modules/web/themes/material-blue/views/account/details.inc:60 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:62 -msgid "Fecha Edición" +#: app/modules/web/themes/material-blue/views/account/details.inc:60 +#: app/modules/web/themes/material-blue/views/account/details.inc:62 +msgid "Date Modified" msgstr "Adat módosítva" -#: ../../../modules/web/themes/material-blue/views/account/details.inc:68 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:70 +#: app/modules/web/themes/material-blue/views/account/details.inc:68 +#: app/modules/web/themes/material-blue/views/account/details.inc:70 msgid "Editor" msgstr "Szerkesztõ" -#: ../../../modules/web/themes/material-blue/views/account/details.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:80 -msgid "Fecha de Clave" +#: app/modules/web/themes/material-blue/views/account/details.inc:78 +#: app/modules/web/themes/material-blue/views/account/details.inc:80 +msgid "Password Date" msgstr "Password Date" -#: ../../../modules/web/themes/material-blue/views/account/files.inc:37 -msgid "Soltar archivos aquí (max. 5) o click para seleccionar" +#: app/modules/web/themes/material-blue/views/account/files.inc:37 +msgid "Drop files here (max. 5) or click to select" msgstr "Dobja el a fájlokat (max. 5) vagy kattintson a választáshoz" -#: ../../../modules/web/themes/material-blue/views/account/files.inc:39 +#: app/modules/web/themes/material-blue/views/account/files.inc:39 #, php-format -msgid "Tamaño máximo de archivo: %d MB" +msgid "Maximum file size: %d MB" msgstr "Maximum file size: %d MB" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:35 -msgid "Buscar en Wiki" +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:35 +msgid "Search in Wiki" msgstr "Keresés a Wikiben" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:84 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:84 #, php-format -msgid "Abrir enlace a: %s" +msgid "Open link to: %s" msgstr "Open link to: %s" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:111 -msgid "Clave Caducada" +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:111 +msgid "Password Expired" msgstr "Password Expired" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:125 -msgid "Cuenta Privada (Grupo)" +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:125 +msgid "Private Account (Group)" msgstr "Private Account (Group)" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:168 -msgid "Notes" -msgstr "Notes" - -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:182 -msgid "Archivos adjuntos" +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:182 +msgid "Attachments" msgstr "Csatolmányok" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:209 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:220 -msgid "Enlace a Wiki" +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:209 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:220 +msgid "Link to Wiki" msgstr "Wiki link" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:212 -msgid "Ver en Wiki" +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:212 +msgid "View at Wiki" msgstr "View at Wiki" -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:59 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:63 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:230 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:231 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:59 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:63 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:230 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:231 #, fuzzy -msgid "Búsqueda global" +msgid "Global search" msgstr "Globális keresés" -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:85 -msgid "Filtrar Favoritos" +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:85 +msgid "Favorites Filtering" msgstr "Favorites Filtering" -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:100 -msgid "Cuentas por página" +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:100 +msgid "Accounts per page" msgstr "Fiók/oldal" -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:108 -msgid "Más Filtros" +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:108 +msgid "More Filters" msgstr "More Filters" -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:113 -msgid "Seleccionar Etiqueta" +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:113 +msgid "Select Tag" msgstr "Select Tag" -#: ../../../modules/web/themes/material-blue/views/common/aux-customfields.inc:22 -msgid "Los datos serán encriptados al guardar" +#: app/modules/web/themes/material-blue/views/common/aux-customfields.inc:22 +msgid "Data will be encrypted after saving" msgstr "Data will be encrypted after saving" -#: ../../../modules/web/themes/material-blue/views/common/aux-customfields.inc:27 -msgid "Los datos serán desencriptados al guardar" +#: app/modules/web/themes/material-blue/views/common/aux-customfields.inc:27 +msgid "Data will be unencrypted after saving" msgstr "Data will be unencrypted after saving" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:12 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:12 +#: app/modules/web/themes/material-blue/views/config/backup.inc:12 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:12 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:12 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:12 #, php-format -msgid "La extensión '%s' no está disponible" +msgid "The '%s' extension is unavailable" msgstr "The '%s' extension is unavailable" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:16 -msgid "Esta extensión es necesaria para mostrar las claves como imágenes" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:16 +msgid "This extension is needed to display passwords as images" msgstr "This extension is needed to display passwords as images" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:30 -msgid "Búsqueda" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:30 +msgid "Searching" msgstr "Searching" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:36 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:56 -msgid "Resultados por página" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:36 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:52 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:56 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:72 +msgid "Results per page" msgstr "Eredmény / oldal" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:41 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:61 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:41 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:61 #, fuzzy -msgid "Número de resultados por página a mostrar, al realizar una búsqueda." +msgid "Number of results per page to display when performing a search." msgstr "Keresési találok száma oldalanként" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:52 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:72 -#, fuzzy -msgid "Número de resultados por página" -msgstr "Keresési találok száma oldalanként" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:70 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:30 -msgid "Caducidad clave cuentas" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:30 +msgid "Accounts password expiry" msgstr "Accounts password expiry" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:71 -msgid "Habilita la caducidad de la clave de cuentas." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:71 +msgid "Enables the accounts password expiry date." msgstr "Enables the accounts password expiry date." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:79 -msgid "Tiempo caducidad clave" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:79 +msgid "Password expiry time" msgstr "Password expiry time" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:84 -msgid "Número de días para la caducidad de la clave de cuenta." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:84 +msgid "Number of days for account's password expiry date." msgstr "Number of days for account's password expiry date." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:94 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:38 -msgid "Tiempo caducidad (días)" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:94 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:38 +msgid "Expire time (days)" msgstr "Expire time (days)" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:112 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:90 -msgid "Nombre de cuenta como enlace" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:112 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:90 +msgid "Account name as link" msgstr "Fiók neve linkként" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:113 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:92 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:113 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:92 #, fuzzy -msgid "" -"Habilita el nombre de la cuenta de la búsqueda, como enlace a los detalles " -"de la cuenta." +msgid "Enables to use the account name as a link to account details." msgstr "Fiók nevére való keresés engedélyezése" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:128 -msgid "Búsquedas globales" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:128 +msgid "Global searches" msgstr "Gblobális Keresések" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:129 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:129 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." +"Allows the users to do searches that includes all accounts, they won't be " +"able to display the account details if they don't have permission." msgstr "" "Allows the users to do searches that includes all accounts, they won't be " "able to display the account details if they don't have permission." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:144 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:154 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:144 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:154 #, fuzzy -msgid "Imagen para mostrar clave" +msgid "Image to show password" msgstr "Mester jelszó szükséges a jelszavak titkosításához" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:146 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:156 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:146 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:156 #, fuzzy -msgid "Generar una imagen con el texto de la clave de la cuenta." +msgid "Generate an image with a text of the account password." msgstr "Hiba a fiókok jelszavainak betöltése közben" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:148 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:158 -msgid "Util para entornos donde copiar la clave supone un riesgo de seguridad." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:148 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:158 +msgid "" +"Useful for environments where copying a password to clipboard is a security " +"risk." msgstr "" "Useful for environments where copying a password to clipboard is a security " "risk." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:164 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:158 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:164 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:158 #, fuzzy -msgid "Resultados en Tarjetas" +msgid "Results like Cards" msgstr "Nincsenek eredmények" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:166 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:160 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:166 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:160 #, fuzzy -msgid "Muestra los resultados de búsqueda de cuentas en formato tarjeta." +msgid "Displays account's search results on a card like format." msgstr "Enables to show account's search results like a card format." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:182 -msgid "Acceso Grupos Secundarios" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:182 +msgid "Secondary Groups Access" msgstr "Secondary Groups Access" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:184 -msgid "" -"Habilita el acceso a los usuarios que estén incluidos en los grupos " -"secundarios." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:184 +msgid "Grants access to users that are included in secondary groups." msgstr "Grants access to users that are included in secondary groups." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:186 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:186 msgid "" -"Por defecto el usuario de un grupo secundario es permitido si el grupo " -"secundario está establecido como el primario del usuario." +"By default, user in a secondary group is granted if the secondary group is " +"set as user's main group." msgstr "" "By default, user in a secondary group is granted if the secondary group is " "set as user's main group." #. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:197 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:378 -#: ../../../config/actions.xml:73 -msgid "Enlaces Públicos" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:197 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:378 +#: app/config/actions.xml:73 +msgid "Public Links" msgstr "Public Links" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:215 -msgid "Habilitar Enlaces Públicos" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:215 +msgid "Enable Public Links" msgstr "Enable Public Links" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:217 -msgid "" -"Habilita la posibilidad de generar enlaces públicos para ver los detalles de " -"una cuenta." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:217 +msgid "Enables the ability to create public links to view an account's details" msgstr "" "Enables the ability to create public links to view an account's details" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:219 -msgid "" -"Las cuentas enlazadas serán visibles por cualquiera que disponga del enlace." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:219 +msgid "Linked accounts will be visible by anyone that have the link." msgstr "Linked accounts will be visible by anyone that have the link." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:221 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:221 msgid "" -"Para crear enlaces, los usuarios tienen que tener activada la opción en su " -"perfl." +"In order to create links, users must have activated the option on their " +"profiles." msgstr "" "In order to create links, users must have activated the option on their " "profiles." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:237 -msgid "Usar imagen para clave" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:237 +msgid "Use an image for password" msgstr "Use an image for password" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:239 -msgid "La clave de la cuenta es visualizada como una imagen." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:239 +msgid "The account password is shown as image." msgstr "The account password is shown as image." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:248 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:257 -msgid "Tiempo de caducidad" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:248 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:257 +msgid "Expire time" msgstr "Expire time" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:263 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:272 -msgid "Número máximo de visitas" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:263 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:272 +msgid "Maximum visits" msgstr "Maximum visits" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:298 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:411 -msgid "Gestión de archivos" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:298 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:411 +msgid "Files management" msgstr "Fájl menedzsment" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:299 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:299 #, fuzzy -msgid "Habilita la subida/descarga de archivos para las cuentas." +msgid "Enables the uploading and downloading of accounts files." msgstr "Fájlok Fel/Letöltésének engedélyezése" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:307 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:320 -msgid "Extensiones de archivos permitidas" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:307 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:320 +msgid "Allowed file extensions" msgstr "Engedélyezett fájl kiterjesztés" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:312 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:312 #, fuzzy -msgid "Extensiones permitidas para la subida de archivos." +msgid "Allowed file extensions for uploading." msgstr "Fájlok Fel/Letöltésének engedélyezése" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:315 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:315 #, fuzzy msgid "" -"Escribir extensión y pulsar intro para añadir. Es necesario guardar la " -"configuración." +"Write the extension and press enter to add. Remember to save the " +"configuration." msgstr "Írj kiterjesztést, majd nyomj entert a hozzáadáshoz" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:328 -msgid "Tamaño máximo de archivo" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:328 +msgid "Maximum file size" msgstr "Maximális fájl méret" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:333 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:333 #, fuzzy -msgid "Establece el tamaño máximo para subir archivos." +msgid "Sets the maximum file size for uploading." msgstr "A feltölthetõ fájlméret maximális értékének beállítása" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:337 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:337 #, fuzzy -msgid "El máximo absuluto es de 16MB." +msgid "Absolute maximum is 16MB." msgstr "A maximum 16MB" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:348 -msgid "Tamaño máximo de archivo en kilobytes" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:348 +msgid "Maximum file size in kilobytes" msgstr "Maximum file size in kilobytes" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:16 -msgid "" -"Esta extensión es necesaria para generar los archivos de copia de seguridad " -"de la aplicación" +#: app/modules/web/themes/material-blue/views/config/backup.inc:16 +msgid "This extension is needed to build the application's backup files" msgstr "This extension is needed to build the application's backup files" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:30 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:33 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:109 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:112 -msgid "Resultado" +#: app/modules/web/themes/material-blue/views/config/backup.inc:30 +#: app/modules/web/themes/material-blue/views/config/backup.inc:33 +#: app/modules/web/themes/material-blue/views/config/backup.inc:109 +#: app/modules/web/themes/material-blue/views/config/backup.inc:112 +msgid "Result" msgstr "Eredmény" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:41 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:44 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:120 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:123 -msgid "Descargar Actual" +#: app/modules/web/themes/material-blue/views/config/backup.inc:41 +#: app/modules/web/themes/material-blue/views/config/backup.inc:44 +#: app/modules/web/themes/material-blue/views/config/backup.inc:120 +#: app/modules/web/themes/material-blue/views/config/backup.inc:123 +msgid "Download Current" msgstr "Aktuális letöltés" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:51 -msgid "Copia BBDD" +#: app/modules/web/themes/material-blue/views/config/backup.inc:51 +msgid "DB Backup" msgstr "DB Backup" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:58 -msgid "Copia sysPass" +#: app/modules/web/themes/material-blue/views/config/backup.inc:58 +msgid "sysPass Backup" msgstr "sysPass Backup" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:80 +#: app/modules/web/themes/material-blue/views/config/backup.inc:80 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." +"The backup allows you to save and download sysPass database and application " +"files including its configuration." msgstr "" "The backup allows you to save and download sysPass database and application " "files including its configuration." -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:82 +#: app/modules/web/themes/material-blue/views/config/backup.inc:82 msgid "" -"Con este método es posible guardar todos los datos de sysPass en otro lugar " -"o utilizarlos para hacer la aplicación portable." +"With this method it's possible to either save all sysPass data in another " +"place or use it to make the application portable." msgstr "" "With this method it's possible to either save all sysPass data in another " "place or use it to make the application portable." -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:101 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:185 +#: app/modules/web/themes/material-blue/views/config/backup.inc:101 +#: app/modules/web/themes/material-blue/views/config/backup.inc:185 #, fuzzy -msgid "Exportar Cuentas" +msgid "Export Accounts" msgstr "Fiókok" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:139 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:147 +#: app/modules/web/themes/material-blue/views/config/backup.inc:139 +#: app/modules/web/themes/material-blue/views/config/backup.inc:147 #, fuzzy -msgid "Clave de Exportación" +msgid "Export Password" msgstr "Változás felhasználói jelszó" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:153 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:161 +#: app/modules/web/themes/material-blue/views/config/backup.inc:153 +#: app/modules/web/themes/material-blue/views/config/backup.inc:161 #, fuzzy -msgid "Clave de Exportación (repetir)" +msgid "Export Password (repeat)" msgstr "Jelszó (ismét)" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:187 +#: app/modules/web/themes/material-blue/views/config/backup.inc:187 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." +"The accounts export allows you to save the accounts and their data in XML " +"format to be imported in another sysPass instance." msgstr "" "The accounts export allows you to save the accounts and their data in XML " "format to be imported in another sysPass instance." -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:189 -msgid "Los elementos exportados son cuentas, clientes, categorías y etiquetas." +#: app/modules/web/themes/material-blue/views/config/backup.inc:189 +msgid "Exported items are accounts, clients, categories and tags." msgstr "Exported items are accounts, clients, categories and tags." -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:191 +#: app/modules/web/themes/material-blue/views/config/backup.inc:191 msgid "" -"Las claves de las cuentas son exportadas de forma encriptada para mayor " -"seguridad." +"Accounts' password are exported in an encrypted way for better security." msgstr "" "Accounts' password are exported in an encrypted way for better security." -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:193 +#: app/modules/web/themes/material-blue/views/config/backup.inc:193 msgid "" -"Es posible establecer una clave de exportación para guardar todos los datos " -"encriptados en el archivo XML." +"It's possible to set an export password to save all the encrypted data in " +"the XML file." msgstr "" "It's possible to set an export password to save all the encrypted data in " "the XML file." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:17 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:153 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:152 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:167 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:50 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:56 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:57 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:102 -msgid "Clave Maestra" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:17 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:153 +#: app/modules/web/themes/material-blue/views/config/import.inc:152 +#: app/modules/web/themes/material-blue/views/config/import.inc:167 +#: app/modules/web/themes/material-blue/views/install/index.inc:50 +#: app/modules/web/themes/material-blue/views/install/index.inc:56 +#: app/modules/web/themes/material-blue/views/login/index.inc:57 +#: app/modules/web/themes/material-blue/views/login/index.inc:102 +msgid "Master Password" msgstr "Mester jelszó" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:24 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:27 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:198 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:201 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:24 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:27 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:198 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:201 #, fuzzy -msgid "Último cambio" +msgid "Last change" msgstr "Utolsó változtatás" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:35 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:43 -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:142 -msgid "Clave Maestra actual" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:35 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:43 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:142 +msgid "Current Master Password" msgstr "Jelenlegki mester jelszó" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:49 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:57 -msgid "Nueva Clave Maestra" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:49 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:57 +msgid "New Master Password" msgstr "Új mester jelszó" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:63 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:71 -msgid "Nueva Clave Maestra (repetir)" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:63 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:71 +msgid "New Master Password (repeat)" msgstr "Új mester jelszó (megerõsítés)" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:80 -msgid "Guarde la nueva clave en un lugar seguro." +#: app/modules/web/themes/material-blue/views/config/encryption.inc:80 +msgid "You should save the new password on a secure place" msgstr "Tárold biztonságos helyen az új jelszót" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:84 -msgid "Se volverán a encriptar las claves de todas las cuentas." +#: app/modules/web/themes/material-blue/views/config/encryption.inc:84 +msgid "All accounts passwords will be encrypted again." msgstr "Minden fiók jelszó újra titkosítva lesz" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:88 -msgid "Los usuarios deberán de introducir la nueva clave maestra." +#: app/modules/web/themes/material-blue/views/config/encryption.inc:88 +msgid "Users will need to enter the new Master Password." msgstr "Minden felhasználónak úrja be kell írnia az új mester jelszót" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:92 -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:130 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:92 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:130 #, php-format -msgid "" -"Se van a actualizar %s cuentas. Este proceso puede tardar algo de tiempo." +msgid "It will be updated %s accounts. This process could take some time long." msgstr "" "It will be updated %s accounts. This process could take some time long." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:109 -msgid "No modificar cuentas" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:109 +msgid "Do not modify accounts" msgstr "Ne módosítsa a fiókokat" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:111 -msgid "Establece una nueva clave maestra sin re-encriptar las cuentas" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:111 +msgid "Sets a new Master Password without re-encrypting the accounts." msgstr "Új mester jelszó beállítása a fiók újratitkosítása nélkül" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:127 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:127 #, fuzzy -msgid "Confirmar cambio" +msgid "Confirm change" msgstr "Változás megerõsítése" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:129 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:129 msgid "" -"Confirmar el cambio de clave maestra después de haber leído las advertencias " -"anteriores." +"Confirm the master password change after you have been read all the above " +"warnings." msgstr "" "Confirm the master password change after you have been read all the above " "warnings." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:155 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:155 msgid "" -"La clave maestra es utilizada para encriptar las claves de las cuentas de " -"sysPass para mantenerlas seguras." +"The Master Password is used to encrypt sysPass accounts passwords and keep " +"them safe." msgstr "" "The Master Password is used to encrypt sysPass accounts passwords and keep " "them safe." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:157 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:157 msgid "" -"Es recomendable cambiarla cada cierto tiempo y utilizar una clave compleja " -"que incluya números, letras y símbolos." +"It's advisable to change it from time to time and use a complex password " +"that includes numbers, letters and symbols." msgstr "" "It's advisable to change it from time to time and use a complex password " "that includes numbers, letters and symbols." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:159 -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:132 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:159 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:132 #, php-format -msgid "Para más información consulte: %s" +msgid "You could get more info on: %s" msgstr "You could get more info on: %s" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:169 -msgid "Actualizar hash de clave maestra" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:169 +msgid "Update master password hash" msgstr "Update master password hash" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:189 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:323 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:189 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:323 #, fuzzy -msgid "Clave Temporal" +msgid "Temporary Password" msgstr "Generate Temporary Password" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:203 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:218 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:203 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:218 #, fuzzy -msgid "No generada" +msgid "Not generated" msgstr "Generált Jelszó" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:208 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:211 -msgid "Válido hasta" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:208 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:211 +msgid "Valid until" msgstr "Érvényes" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:224 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:227 -msgid "Intentos" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:224 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:227 +msgid "Attempts" msgstr "Attempts" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:234 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:244 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:234 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:244 #, fuzzy -msgid "Validez (s)" +msgid "Life (s)" msgstr "Munkamenet idõ" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:263 -msgid "Enviar correo" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:263 +msgid "Send email" msgstr "Send email" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:265 -msgid "" -"Envía un correo a todos los usuarios o sólo a los del grupo seleccionado." +#: app/modules/web/themes/material-blue/views/config/encryption.inc:265 +msgid "Sends an email to all users or only to those whose group is selected." msgstr "Sends an email to all users or only to those whose group is selected." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:325 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:325 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." +"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." msgstr "" "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." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:332 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:332 #, fuzzy -msgid "Generar" +msgid "Generate" msgstr "Generate Temporary Password" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:12 -#, fuzzy -msgid "Autentificación" -msgstr "Engedélyezése Hitelesítés" - -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:30 -msgid "Usar Auth Basic" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:30 +msgid "Use Auth Basic" msgstr "Use Auth Basic" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:31 -msgid "Usar Auth Basic para autorizar los accesos a la aplicación." +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:31 +msgid "Use Auth Basic for authorizing accesses to the application" msgstr "Use Auth Basic for authorizing accesses to the application" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:45 -msgid "Usar Auth Basic SSO" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:45 +msgid "Use Auth Basic SSO" msgstr "Use Auth Basic SSO" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:46 -msgid "Usar auto-login con Auth Basic." +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:46 +msgid "Use auto-login through Auth Basic" msgstr "Use auto-login through Auth Basic" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:54 -msgid "Dominio" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:54 +msgid "Domain" msgstr "Domain" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:59 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:59 msgid "" -"El dominio será añadido al nombre de usuario de sysPass para comprobarlo con " -"el de Auth Basic." +"The domain will be added to sysPass user name for checking against the Auth " +"Basic one." msgstr "" "The domain will be added to sysPass user name for checking against the Auth " "Basic one." -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:69 -msgid "Nombre de dominio" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:69 +msgid "Domain name" msgstr "Domain name" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:75 -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:85 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:45 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:55 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:239 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:249 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:75 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:85 +#: app/modules/web/themes/material-blue/views/config/import.inc:45 +#: app/modules/web/themes/material-blue/views/config/import.inc:55 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:239 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:249 #, fuzzy -msgid "Grupo por Defecto" +msgid "Default Group" msgstr "Csoportot használja a:" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:80 -msgid "" -"Define el grupo de usuarios por defecto para los nuevos usuarios de SSO." +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:80 +msgid "Sets the default users group for newly created SSO users" msgstr "Sets the default users group for newly created SSO users" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:100 -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:110 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:264 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:274 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:100 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:110 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:264 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:274 #, fuzzy -msgid "Perfil por Defecto" +msgid "Default Profile" msgstr "A profilt használja:" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:105 -msgid "" -"Define el perfil de usuarios por defecto para los nuevos usuarios de SSO." +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:105 +msgid "Sets the default profile for the newly created SSO users." msgstr "Sets the default profile for the newly created SSO users." -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:98 -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:101 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:173 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:176 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:70 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:72 -msgid "Eventos" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:12 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:98 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:101 +#: app/modules/web/themes/material-blue/views/config/mail.inc:173 +#: app/modules/web/themes/material-blue/views/config/mail.inc:176 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:70 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:72 +msgid "Events" msgstr "Events" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:30 -msgid "Habilitar log de eventos" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:30 +msgid "Enable event log" msgstr "Esemény napló engedélyezése" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:31 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:31 #, fuzzy -msgid "Guarda las acciones realizadas en la aplicación." +msgid "Saves the actions done by the application." msgstr "Ez elmenti az akciók kimenetét" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:45 -msgid "Habilitar Syslog" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:45 +msgid "Enable Syslog" msgstr "Enable Syslog" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:60 -msgid "Habilitar Syslog Remoto" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:60 +msgid "Enable Remote Syslog" msgstr "Enable Remote Syslog" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:70 -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:39 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:75 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:78 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:94 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:119 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:59 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:66 -msgid "Servidor" -msgstr "Szerver" - -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:78 -msgid "Nombre o dirección IP" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:78 +msgid "Hostname or IP address" msgstr "Hostname or IP address" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:84 -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:92 -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:53 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:72 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:79 -msgid "Puerto" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:84 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:92 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:53 +#: app/modules/web/themes/material-blue/views/config/mail.inc:72 +#: app/modules/web/themes/material-blue/views/config/mail.inc:79 +msgid "Port" msgstr "Port" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:12 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:12 msgid "Proxy" msgstr "Proxy" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:30 -msgid "Usar Proxy" +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:30 +msgid "Use Proxy" msgstr "Use Proxy" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:31 -msgid "Usar proxy para comprobación de actualizaciones y notificaciones." +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:31 +msgid "Use a proxy server for checking out for updates and notifications." msgstr "Use a proxy server for checking out for updates and notifications." -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:47 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:47 #, fuzzy -msgid "Servidor proxy" +msgid "Proxy server" msgstr "Szerver" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:61 -msgid "Puerto del servidor proxy" +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:61 +msgid "Proxy server port" msgstr "Proxy server port" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:75 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:75 #, fuzzy -msgid "Usuario del servidor proxy" +msgid "Proxy server user" msgstr "Felhasználó elérése" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:89 -msgid "Clave del servidor proxy" +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:89 +msgid "Proxy server password" msgstr "Proxy server password" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:16 -msgid "" -"Esta extensión es necesaria comprobar las actualizaciones y notificaciones" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:16 +msgid "This extension is needed to check for sysPass updates and notices" msgstr "This extension is needed to check for sysPass updates and notices" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:24 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:15 -msgid "Sitio" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:24 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:15 +msgid "Site" msgstr "Oldal" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:30 -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:44 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:107 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:121 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:137 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:139 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:26 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:28 -msgid "Idioma" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:30 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:44 +#: app/modules/web/themes/material-blue/views/config/info.inc:107 +#: app/modules/web/themes/material-blue/views/config/info.inc:121 +#: app/modules/web/themes/material-blue/views/install/index.inc:137 +#: app/modules/web/themes/material-blue/views/install/index.inc:139 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:26 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:28 +msgid "Language" msgstr "Nyelv" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:35 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:35 msgid "" -"Establece el idioma global de la aplicación. Es posible establecer un idioma " -"por usuario en las preferencias." +"Sets the global app language. You can set a per user language on preferences." msgstr "" "Sets the global app language. You can set a per user language on preferences." -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:39 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:39 msgid "" -"Para mejorar/añadir las traducciones, puede colaborar en https://poeditor." -"com/join/project/fmlsBuugyv" +"To improve/add translations, you can get involved at https://poeditor.com/" +"join/project/fmlsBuugyv" msgstr "" "To improve/add translations, you can get involved at https://poeditor.com/" "join/project/fmlsBuugyv" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:57 -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:67 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:40 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:42 -msgid "Tema Visual" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:57 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:67 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:40 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:42 +msgid "Visual Theme" msgstr "Visual Theme" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:62 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:62 msgid "" -"Establece el tema visual global de la aplicación. Es posible establecer un " -"tema visual por usuario en las preferencias." +"Sets the global application visual theme. You can set a per user visual " +"theme on preferences." msgstr "" "Sets the global application visual theme. You can set a per user visual " "theme on preferences." -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:81 -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:89 -msgid "Timeout de sesión (s)" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:81 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:89 +msgid "Session timeout (s)" msgstr "Munkamenet idõ" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:107 -msgid "Forzar HTTPS" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:107 +msgid "Force HTTPS" msgstr "Force HTTPS" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:108 -msgid "Fuerza para que todas las conexiones sean a través de HTTPS." +#: app/modules/web/themes/material-blue/views/config/general-site.inc:108 +msgid "It forces the use of HTTPS on all the connections" msgstr "It forces the use of HTTPS on all the connections" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:122 -msgid "Habilitar depuración" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:122 +msgid "Enable debug" msgstr "Nyomkövetés engedélyezése" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:123 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:123 #, fuzzy msgid "" -"Muestra información relativa a la configuración de la aplicación y " -"rendimiento." +"Displays some information about application configuration and performance." msgstr "Mutat néhány információt az alkalmazásról és a teljesítményrõl" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:137 -msgid "Modo mantenimiento" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:137 +msgid "Maintenance mode" msgstr "Fenntartás mód" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:138 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:138 #, fuzzy msgid "" -"En este modo no se puede acceder a la aplicación. Para deshabilitarlo es " -"necesario modificar el archivo de configuración." +"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." msgstr "" "Ezen a módon nem tudsz bejelentkezni az alkalmazásba. Hogy kikapcsold, " "módosítanod kell a konfigurációs fájlt" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:152 -msgid "Comprobar actualizaciones" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:152 +msgid "Check for updates" msgstr "Frissítések keresése" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:153 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:153 #, fuzzy -msgid "" -"Comprobar actualizaciones de la aplicación (sólo para los usuarios " -"administradores)." +msgid "Check for application updates (only for administrators)." msgstr "Azlkalmazás frissítések keresése (csak rendszergazda esetén)" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:167 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:167 #, fuzzy -msgid "Comprobar notificaciones" +msgid "Check for notifications" msgstr "Ellenõrzés" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:168 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:168 #, fuzzy msgid "" -"Comprobar si existen notificaciones de seguridad o avisos de sysPass (sólo " -"para los usuarios administradores)." +"Check if there are either sysPass security or warning notices (only for " +"administrators)." msgstr "Azlkalmazás frissítések keresése (csak rendszergazda esetén)" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:182 -msgid "Encriptar Sesión" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:182 +msgid "Encrypt Session" msgstr "Encrypt Session" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:184 -msgid "Encriptar los datos de la sesión de PHP." +#: app/modules/web/themes/material-blue/views/config/general-site.inc:184 +msgid "Encrypt PHP session data" msgstr "Encrypt PHP session data" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:185 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:185 msgid "" -"Esta funcionalidad incrementa la seguridad de las sesiones de PHP ya que los " -"datos almacenados no serán legibles." +"This feature increases the PHP sessions security, because the stored data " +"won't be readable." 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:12 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:103 +#: app/modules/web/themes/material-blue/views/config/import.inc:12 +#: app/modules/web/themes/material-blue/views/config/import.inc:103 #, fuzzy -msgid "Importar CSV/XML" +msgid "CSV/XML Import" msgstr "Import CSV/XML" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:18 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:28 +#: app/modules/web/themes/material-blue/views/config/import.inc:18 +#: app/modules/web/themes/material-blue/views/config/import.inc:28 #, fuzzy -msgid "Usuario por Defecto" +msgid "Default User" msgstr "Rendezés Felhasználónév szerint" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:23 +#: app/modules/web/themes/material-blue/views/config/import.inc:23 #, fuzzy -msgid "Define el usuario por defecto para las cuentas importadas." +msgid "Sets the default user for the accounts imported." msgstr "Define the default users profile for new LDAP users" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:50 +#: app/modules/web/themes/material-blue/views/config/import.inc:50 #, fuzzy -msgid "Define el grupo por defecto para las cuentas importadas." +msgid "Sets the default group for the accounts imported." msgstr "Define the default users group for new LDAP users" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:72 -msgid "Archivo" -msgstr "Fájl" - -#: ../../../modules/web/themes/material-blue/views/config/import.inc:75 -msgid "Soltar archivo aquí o click para seleccionar" +#: app/modules/web/themes/material-blue/views/config/import.inc:75 +msgid "Drop files here or click to select" msgstr "Dobja el a fájlokat vagy kattintson a választáshoz" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:105 +#: app/modules/web/themes/material-blue/views/config/import.inc:105 msgid "" -"Permite realizar la importación de Cuentas, Categorías y Clientes desde " -"archivos XML y CSV." +"Allows to import Accounts, Categories and Clients from XML or CSV files." msgstr "" "Allows to import Accounts, Categories and Clients from XML or CSV files." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:107 -msgid "" -"Los formatos de archivos XML soportados son: sysPass, KeePass y KeePassX" +#: app/modules/web/themes/material-blue/views/config/import.inc:107 +msgid "Supported XML file formats are: sysPass, KeePass and KeePassX" msgstr "Supported XML file formats are: sysPass, KeePass and KeePassX" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:109 -msgid "" -"Arrastar el archivo a importar a la zona indicada o hacer click sobre la " -"flecha." +#: app/modules/web/themes/material-blue/views/config/import.inc:109 +msgid "Drag & Drop the file into the import zone or click over the arrow." msgstr "Drag & Drop the file into the import zone or click over the arrow." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:111 +#: app/modules/web/themes/material-blue/views/config/import.inc:111 #, 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." +"For KeePass or KeePassX files, client name will be KeePass or KeePassX and " +"category name like groups name." msgstr "" "Import from KeePass or KeePassX. The customer name will be KeePass or " "KeePassX." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:113 +#: app/modules/web/themes/material-blue/views/config/import.inc:113 #, fuzzy -msgid "La importación de archivos CSV se realiza con el siguiente formato:" +msgid "The CSV import file requires the following format:" msgstr "Forma importálása a CSV fájl formátumával együtt" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:115 +#: app/modules/web/themes/material-blue/views/config/import.inc:115 msgid "" -"\"nombre_de_cuenta\";\"cliente\";\"categoría\";\"url\";\"usuario\";\"clave\";" -"\"notas\"" +"\"account_name\";\"client\";\"category\";\"url\";\"user\";\"password\";" +"\"notes\"" msgstr "" "\"account_name\";\"client\";\"category\";\"url\";\"user\";\"password\";" "\"notes\"" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:117 +#: app/modules/web/themes/material-blue/views/config/import.inc:117 #, fuzzy msgid "" -"En todos los casos, si el cliente o la categoría no están creados, se crean " -"automáticamente." +"In all cases, if the client or category do not exist they will be created " +"automatically." msgstr "" "Amennyiben az ügyfél vagy a kategória nem létezik, automatikusan lesznek " "létrehozva" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:125 +#: app/modules/web/themes/material-blue/views/config/import.inc:125 msgid "XML" msgstr "XML" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:131 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:146 +#: app/modules/web/themes/material-blue/views/config/import.inc:131 +#: app/modules/web/themes/material-blue/views/config/import.inc:146 #, fuzzy -msgid "Clave de Importación" +msgid "Import Password" msgstr "Fiók importálás megerõsítése" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:136 -msgid "Sólo es necesaria para archivos XML de sysPass encriptados." +#: app/modules/web/themes/material-blue/views/config/import.inc:136 +msgid "It's only needed for sysPass XML files that have been encrypted." msgstr "It's only needed for sysPass XML files that have been encrypted." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:157 +#: app/modules/web/themes/material-blue/views/config/import.inc:157 msgid "" -"Sólo es necesaria para archivos XML de sysPass con clave maestra distinta de " -"la actual." +"It's only needed for sysPass XML files that have been encrypted with a " +"different master password from the current one." msgstr "" "It's only needed for sysPass XML files that have been encrypted with a " "different master password from the current one." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:174 +#: app/modules/web/themes/material-blue/views/config/import.inc:174 msgid "CSV" msgstr "CSV" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:180 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:195 -msgid "Delimitador CSV" +#: app/modules/web/themes/material-blue/views/config/import.inc:180 +#: app/modules/web/themes/material-blue/views/config/import.inc:195 +msgid "CSV delimiter" msgstr "CSV delimiter" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:185 -msgid "Sólo es necesario para archivos CSV." +#: app/modules/web/themes/material-blue/views/config/import.inc:185 +msgid "It's only needed for CSV files." msgstr "It's only needed for CSV files." -#: ../../../modules/web/themes/material-blue/views/config/info.inc:14 +#: app/modules/web/themes/material-blue/views/config/info.inc:14 #, fuzzy -msgid "Información de la Aplicación" +msgid "Application Information" msgstr "Kérés leírás" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:20 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:23 +#: app/modules/web/themes/material-blue/views/config/info.inc:20 +#: app/modules/web/themes/material-blue/views/config/info.inc:23 #, fuzzy -msgid "Versión sysPass" +msgid "sysPass version" msgstr "Verzió" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:30 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:33 +#: app/modules/web/themes/material-blue/views/config/info.inc:30 +#: app/modules/web/themes/material-blue/views/config/info.inc:33 #, fuzzy -msgid "Base de Datos" +msgid "Database" msgstr "Az adatbázis frissítése nem szükséges" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:44 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:47 +#: app/modules/web/themes/material-blue/views/config/info.inc:44 +#: app/modules/web/themes/material-blue/views/config/info.inc:47 #, fuzzy msgid "PHP" msgstr "Kérem, tekintse meg a PHP konfigurációt fájlok feltötése elõtt" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:49 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:34 -msgid "Versión" -msgstr "Verzió" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:51 +#: app/modules/web/themes/material-blue/views/config/info.inc:51 #, fuzzy -msgid "Extensiones" +msgid "Extensions" msgstr "Tiltott kiterjesztések" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:55 -msgid "Extensiones no disponibles" +#: app/modules/web/themes/material-blue/views/config/info.inc:55 +msgid "Unavailable extensions" msgstr "Unavailable extensions" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:59 -msgid "Memoria Usada" +#: app/modules/web/themes/material-blue/views/config/info.inc:59 +msgid "Used Memory" msgstr "Felhasznált memória" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:63 -msgid "Tasa de descarga" +#: app/modules/web/themes/material-blue/views/config/info.inc:63 +msgid "Download rate" msgstr "Download rate" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:66 +#: app/modules/web/themes/material-blue/views/config/info.inc:66 msgid "OP Cache" msgstr "OP Cache" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:85 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:88 -msgid "Copia de Configuración" +#: app/modules/web/themes/material-blue/views/config/info.inc:85 +#: app/modules/web/themes/material-blue/views/config/info.inc:88 +msgid "Configuration Backup" msgstr "Configuration Backup" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:98 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:180 +#: app/modules/web/themes/material-blue/views/config/info.inc:98 +#: app/modules/web/themes/material-blue/views/config/info.inc:180 #, php-format -msgid "Descargar %s" +msgid "Download %s" msgstr "Download %s" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:112 -msgid "Indica si el idioma se encuentra disponible" +#: app/modules/web/themes/material-blue/views/config/info.inc:112 +msgid "Tells whether the language is available or not." msgstr "Tells whether the language is available or not." -#: ../../../modules/web/themes/material-blue/views/config/info.inc:116 +#: app/modules/web/themes/material-blue/views/config/info.inc:116 msgid "" -"Si no está instalado, es necesario instalar las locales en el sistema " -"operativo. Más información en Wiki." +"If it is not installed, you would need install the right operating system " +"locales. More info at 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:128 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:138 -msgid "Sesión Encriptada" +#: app/modules/web/themes/material-blue/views/config/info.inc:128 +#: app/modules/web/themes/material-blue/views/config/info.inc:138 +msgid "Encrypted Session" msgstr "Encrypted Session" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:133 -msgid "Indica si los datos de la sesión están encriptados en el servidor" +#: app/modules/web/themes/material-blue/views/config/info.inc:133 +msgid "Tells whether the session data are encrypted in the server side or not" msgstr "Tells whether the session data are encrypted in the server side or not" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:140 -msgid "Sí" -msgstr "Yes" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:140 -msgid "No" -msgstr "No" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:145 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:148 -msgid "Plugins Cargados" +#: app/modules/web/themes/material-blue/views/config/info.inc:145 +#: app/modules/web/themes/material-blue/views/config/info.inc:148 +msgid "Loaded Plugins" msgstr "Loaded Plugins" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:171 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:174 -msgid "Archivo de log" +#: app/modules/web/themes/material-blue/views/config/info.inc:171 +#: app/modules/web/themes/material-blue/views/config/info.inc:174 +msgid "Log file" msgstr "Log file" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:16 -msgid "Esta extensión es necesaria conectar con el servidor de LDAP" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:16 +msgid "This extension is needed to connect to the LDAP server" msgstr "This extension is needed to connect to the LDAP server" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:46 -msgid "Habilitar LDAP" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:46 +msgid "Enable LDAP" msgstr "LDAP engedélyezése" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:48 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:48 #, fuzzy -msgid "Habilita de autentificación mediante servidor LDAP." +msgid "Enables authentication against an LDAP server." msgstr "LDAP hitelesítés engedélyezése" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:50 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:50 #, fuzzy -msgid "Este método utilizará MySQL en caso de fallo." +msgid "This method will use MySQL as fallback." msgstr "Ez a metódus hibát okoz a MySQL-ben" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:65 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:65 #, fuzzy msgid "Active Directory" msgstr "Active Directory" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:67 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:67 #, fuzzy -msgid "Habilita el modo de conexión con LDAP de Active Directory." +msgid "Enables Active Directory LDAP connection mode." msgstr "Enables Active Directory LDAP connection mode." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:84 -msgid "Habilita la conexión mediante TLS." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:84 +msgid "Enables the connection over TLS" msgstr "Enables the connection over TLS" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:99 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:99 #, fuzzy -msgid "Nombre o dirección IP del servidor de LDAP." +msgid "Hostname or IP address of LDAP server." msgstr "LDAP szerver hosztnév vagy IP cím" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:103 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:134 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:185 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:219 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:131 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:103 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:134 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:185 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:219 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:131 #, fuzzy -msgid "Ejemplos:" +msgid "Examples:" msgstr "Példák" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:125 -msgid "Usuario de conexión" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:125 +msgid "Bind User" msgstr "Bind felhasználó" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:130 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:130 #, fuzzy -msgid "Usuario para conectar con el servicio de LDAP." +msgid "User to connect to LDAP service." msgstr "Felhasználó az LDAP szerverhez való kapcsolódáshoz" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:155 -msgid "Clave de conexión" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:155 +msgid "Bind Password" msgstr "Bind jelszó" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:160 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:160 #, fuzzy -msgid "Clave del usuario de conexión a LDAP." +msgid "LDAP connection user's password" msgstr "LDAP bind felhasználói jelszó" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:176 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:200 -msgid "Base de búsqueda" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:176 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:200 +msgid "Search base" msgstr "Keresés" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:181 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:181 #, fuzzy -msgid "Base en la que realizar la búsqueda de usuarios de LDAP." +msgid "LDAP base to perform the LDAP users search." msgstr "LDAP bázis a felhasználó keresésekhez" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:211 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:211 #, fuzzy -msgid "" -"Grupo de LDAP al que debe de pertenecer el usuario para permitir el acceso." +msgid "LDAP group which user must belong to for granting to log in." msgstr "LDAP csoport felhasználóinak belépési jgosultságia" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:215 -msgid "Este grupo debe de estar ubicado en la base de búsquedas de LDAP." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:215 +msgid "This group needs to be placed in the LDAP search base." msgstr "This group needs to be placed in the LDAP search base." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:244 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:244 #, fuzzy -msgid "" -"Define el grupo de usuarios por defecto para los nuevos usuarios de LDAP." +msgid "Sets the default users group for newly created LDAP users" msgstr "Define the default users group for new LDAP users" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:269 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:269 #, fuzzy -msgid "" -"Define el perfil de usuarios por defecto para los nuevos usuarios de LDAP." +msgid "Sets the default profile for the newly created LDAP users." msgstr "Define the default users profile for new LDAP users" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:321 -msgid "Importación" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:321 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:494 +msgid "Import" msgstr "Import" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:327 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:337 -msgid "Atributo Login" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:327 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:337 +msgid "Login Attribute" msgstr "Login Attribute" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:332 -msgid "" -"Define el atributo a utilizar para el login del usuario en la importación." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:332 +msgid "Defines the attribute for the user's login when importing." msgstr "Defines the attribute for the user's login when importing." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:350 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:360 -msgid "Atributo Nombre" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:350 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:360 +msgid "Name Attribute" msgstr "Name Attribute" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:355 -msgid "" -"Define el atributo a utilizar para el nombre del usuario en la importación." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:355 +msgid "Defines the attribute for the user's name when importing." msgstr "Defines the attribute for the user's name when importing." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:385 -msgid "Importar Grupos" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:385 +msgid "Import Groups" msgstr "Import Groups" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:394 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:404 -msgid "Atributo Nombre Grupo" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:394 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:404 +msgid "Group Name Attribute" msgstr "Group Name Attribute" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:399 -msgid "" -"Define el atributo a utilizar para el nombre del grupo en la importación." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:399 +msgid "Defines the attribute for the user group name when importing." msgstr "Defines the attribute for the user group name when importing." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:415 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:429 -msgid "Filtro" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:415 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:429 +msgid "Filter" msgstr "Filter" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:420 -msgid "Filtro para importar usuarios o grupos de LDAP." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:420 +msgid "Filter for importing LDAP users or groups." msgstr "Filter for importing LDAP users or groups." -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:33 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:34 -msgid "Habilitar notificaciones de correo" +#: app/modules/web/themes/material-blue/views/config/mail.inc:33 +#: app/modules/web/themes/material-blue/views/config/mail.inc:34 +msgid "Enable email notifications" msgstr "Email értesítés engedélyezése" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:48 -msgid "Habilitar peticiones por correo" +#: app/modules/web/themes/material-blue/views/config/mail.inc:48 +msgid "Enable requests by email" msgstr "Email kérések engedélyezése" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:50 +#: app/modules/web/themes/material-blue/views/config/mail.inc:50 msgid "" -"Habilita que los usuarios puedan solicitar modificaciones o acceso a las " -"cuentas sin permisos." +"Allows users to request for either modifications to existing accounts or " +"access to accounts which they have no rights on." msgstr "" "Allows users to request for either modifications to existing accounts or " "access to accounts which they have no rights on." -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:97 -msgid "Habilitar Autentificación" +#: app/modules/web/themes/material-blue/views/config/mail.inc:97 +msgid "Enable Authentication" msgstr "Engedélyezése Hitelesítés" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:132 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:135 -msgid "Seguridad" +#: app/modules/web/themes/material-blue/views/config/mail.inc:132 +#: app/modules/web/themes/material-blue/views/config/mail.inc:135 +msgid "Security" msgstr "Biztonság" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:138 -msgid "Deshabilitada" -msgstr "Inaktív" - -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:148 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:156 +#: app/modules/web/themes/material-blue/views/config/mail.inc:148 +#: app/modules/web/themes/material-blue/views/config/mail.inc:156 #, fuzzy -msgid "Dirección de correo de envío" +msgid "Recipient email address" msgstr "Címzett email címe" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:162 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:165 -msgid "Destinatarios" +#: app/modules/web/themes/material-blue/views/config/mail.inc:162 +#: app/modules/web/themes/material-blue/views/config/mail.inc:165 +msgid "Recipients" msgstr "Recipients" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:16 -msgid "Esta extensión es necesaria conectar con DokuWiki" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:16 +msgid "This extension is needed to connect with DokuWiki" msgstr "This extension is needed to connect with DokuWiki" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:47 -msgid "Habilitar enlaces Wiki" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:47 +msgid "Enable Wiki links" msgstr "Wiki linkek engedélyezése" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:48 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:48 #, fuzzy msgid "" -"Habilita la opción de añadir un enlace a Wiki externa para los resultados de " -"la búsqueda." +"Enables the option to add a link to search for results in an external Wiki." msgstr "Külsõ Wiki forrásokban való keresés engedélyezése" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:56 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:83 -msgid "URL de búsqueda Wiki" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:56 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:83 +msgid "Wiki search URL" msgstr "Wiki keresés URL" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:61 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:61 #, fuzzy -msgid "URL que utiliza la wiki para realizar una búsqueda de una página." +msgid "URL that Wiki uses for making an entry searching." msgstr "Wiki oldal keresõje" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:65 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:65 #, fuzzy -msgid "Como parámetro se utiliza el nombre del cliente." +msgid "The client's name is used as parameter." msgstr "Az ügyfelet paraméterként használja" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:69 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:102 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:187 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:214 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:69 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:102 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:187 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:214 #, fuzzy -msgid "Ejemplo:" +msgid "Example:" msgstr "Példa" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:89 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:116 -msgid "URL de página en Wiki" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:89 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:116 +msgid "Wiki page URL" msgstr "Wiki oldal URL" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:94 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:94 #, fuzzy -msgid "URL que utiliza la wiki para acceder a los detalles de una página." +msgid "URL that Wiki uses for accessing to the entry details." msgstr "Wiki oldal adatainak elérése" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:98 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:98 #, fuzzy -msgid "" -"El nombre de la cuenta se utiliza como parámetro de la variable de búsqueda " -"de la Wiki." +msgid "Account's name is used as parameter of Wiki search variable." msgstr "A fiók neve wiki keresési paraméterként való használata" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:122 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:136 -msgid "Prefijo para nombre de cuenta" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:122 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:136 +msgid "Account name prefix" msgstr "Fiók név elõtag" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:127 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:127 #, fuzzy -msgid "" -"Prefijo para determinar qué cuentas tienen un enlace a una página de la Wiki." +msgid "Prefix to determine which accounts have a link to the Wiki." msgstr "Elõtag választás a fiókok tartalmaznak-e wiki linket" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:146 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:146 msgid "DokuWiki API" msgstr "DokuWiki API" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:164 -msgid "Habilitar API de DokuWiki" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:164 +msgid "Enable DokuWiki API" msgstr "Enable DokuWiki API" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:166 -msgid "" -"Habilita la conexión a la API XML-RPC de DokuWiki para los enlaces Wiki." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:166 +msgid "Enables DokuWiki XML-RPC API for Wiki links." msgstr "Enables DokuWiki XML-RPC API for Wiki links." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:168 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:168 msgid "" -"Para que esta característica funcione, es necesario habilitar los enlaces " -"Wiki para el filtrado de cuentas." +"In order to get this feature working, you should enable Wiki links for " +"accounts filtering" msgstr "" "In order to get this feature working, you should enable Wiki links for " "accounts filtering" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:178 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:199 -msgid "URL API" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:178 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:199 +msgid "API URL" msgstr "API URL" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:183 -msgid "URL de la API de DokuWiki." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:183 +msgid "DokuWiki API URL" msgstr "DokuWiki API URL" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:205 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:227 -msgid "URL Base" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:205 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:227 +msgid "Base URL" msgstr "Base URL" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:210 -msgid "URL base de DokuWiki." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:210 +msgid "DokuWiki base URL" msgstr "DokuWiki base URL" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:238 -msgid "Usuario para conectar a la API de DokuWiki." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:238 +msgid "User for connecting to the DokuWiki API." msgstr "User for connecting to the DokuWiki API." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:266 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:282 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:266 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:282 msgid "Namespace" msgstr "Namespace" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:271 -msgid "Namespace utilizado para buscar las páginas." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:271 +msgid "Namespace used to search pages." msgstr "Namespace used to search 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:170 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:172 -msgid "Instalar" +#: app/modules/web/themes/material-blue/views/error/error-database.inc:17 +#: app/modules/web/themes/material-blue/views/error/error-database.inc:19 +#: app/modules/web/themes/material-blue/views/install/index.inc:170 +#: app/modules/web/themes/material-blue/views/install/index.inc:172 +msgid "Install" msgstr "Telepítés" -#: ../../../modules/web/themes/material-blue/views/grid/datagrid-nav-full.inc:18 -msgid "Filtro ON" +#: app/modules/web/themes/material-blue/views/grid/datagrid-nav-full.inc:18 +msgid "Filter ON" msgstr "Szûrõ bekapcsolva" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:11 +#: app/modules/web/themes/material-blue/views/install/index.inc:11 #, php-format -msgid "Instalación %s" +msgid "Installation %s" msgstr "Installation %s" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:21 -msgid "Admin de sysPass" +#: app/modules/web/themes/material-blue/views/install/index.inc:21 +msgid "sysPass Admin" msgstr "sysPass Admin" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:29 +#: app/modules/web/themes/material-blue/views/install/index.inc:29 #, fuzzy -msgid "Usuario administrador de sysPass" +msgid "sysPass admin user" msgstr "sysPass administrator's login" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:37 +#: app/modules/web/themes/material-blue/views/install/index.inc:37 #, fuzzy -msgid "Login del usuario administrador de sysPass" +msgid "sysPass administrator's login" msgstr "sysPass administrator's login" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:69 -msgid "Configurar BBDD" +#: app/modules/web/themes/material-blue/views/install/index.inc:69 +msgid "DB Configuration" msgstr "Adatbázis beállítások" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:79 +#: app/modules/web/themes/material-blue/views/install/index.inc:79 #, fuzzy -msgid "Usuario acceso BBDD" +msgid "DB access user" msgstr "Felhasználó elérése" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:87 +#: app/modules/web/themes/material-blue/views/install/index.inc:87 #, fuzzy -msgid "Usuario con permisos de administrador de MySQL" +msgid "An user with MySQL admin rights" msgstr "User login with with database administrative rights" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:95 +#: app/modules/web/themes/material-blue/views/install/index.inc:95 #, fuzzy -msgid "Clave acceso BBDD" +msgid "DB access password" msgstr "Adatbázis jelszó" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:104 -#, fuzzy -msgid "Nombre BBDD para sysPass" -msgstr "ÍsysPass database name" +#: app/modules/web/themes/material-blue/views/install/index.inc:104 +#: app/modules/web/themes/material-blue/views/install/index.inc:112 +msgid "sysPass database name" +msgstr "" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:112 +#: app/modules/web/themes/material-blue/views/install/index.inc:121 #, fuzzy -msgid "Nombre de la base de datos para sysPass" -msgstr "Írd be a phpPMS adatbázis nevét" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:121 -#, fuzzy -msgid "Servidor BBDD para sysPass" +msgid "sysPass database server" msgstr "DB szerver" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:129 +#: app/modules/web/themes/material-blue/views/install/index.inc:129 #, fuzzy -msgid "Nombre del servidor para instalar la base de datos de sysPass" +msgid "Server name to install sysPass database" msgstr "sysPass database server name" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:149 -msgid "Modo Hosting" +#: app/modules/web/themes/material-blue/views/install/index.inc:149 +msgid "Hosting Mode" msgstr "Hosting mód" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:156 -msgid "No crea ni verifica los permisos del usuario sobre la BBDD" +#: app/modules/web/themes/material-blue/views/install/index.inc:156 +msgid "It does not create or verify the user's permissions on the DB" msgstr "Ez nem hozza létre, illetve erõsíti meg az adatbázis jogosultságokat" -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:28 -msgid "Otros" +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:28 +msgid "Others" msgstr "Egyebek" -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:64 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:66 -msgid "Creador" +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:66 +msgid "Creator" msgstr "Készítõ" -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:134 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:155 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:184 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:206 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:134 -#, fuzzy -msgid "Eliminar" -msgstr "Profil törlése" - -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:232 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:234 -msgid "Eliminar Historial" +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:232 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:234 +msgid "Delete History" msgstr "Delete History" -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:64 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:19 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:92 -msgid "Opciones" +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:19 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:92 +msgid "Options" msgstr "Beállítások" -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:67 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:71 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:67 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:71 #, fuzzy -msgid "Regenerar Autorización" +msgid "Refresh Authorization" msgstr "Start Update" -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:77 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:79 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:77 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:79 msgid "Token" msgstr "Token" -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:54 -msgid "Indica si el cliente es visible para todos los usuarios." +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:54 +msgid "Sets whether the client is visible by all users" msgstr "Sets whether the client is visible by all users" -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:57 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:57 msgid "" -"Por defecto los clientes asignados a cuentas sólo son visibles para los " -"usuarios con acceso a las cuentas." +"By default, clients assigned to accounts only will be visible by users who " +"are granted to access to the accounts." msgstr "" "By default, clients assigned to accounts only will be visible by users who " "are granted to access to the accounts." -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:30 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:30 #, fuzzy -msgid "Nombre del campo" +msgid "Field name" msgstr "Ügyfél név" -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:63 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:63 #, fuzzy -msgid "Texto Ayuda" +msgid "Help Text" msgstr "Keresendõ szöveg" -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:69 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:69 #, fuzzy -msgid "Ayuda del campo" +msgid "Field's help" msgstr "Segítség :: GYIK :: Változások Listája" -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:80 -msgid "Obligatorio" +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:80 +msgid "Required" msgstr "Kötelező" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:44 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:52 -msgid "Puntuación" +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:44 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:52 +msgid "Score" msgstr "Score" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:58 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:65 -msgid "Expresión Regular" +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:58 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:65 +msgid "Regular Expression" msgstr "Regular Expression" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:140 -msgid "Incluir Minúsculas" +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:140 +msgid "Include Lowercase" msgstr "Include Lowercase" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:31 -msgid "Las cuentas sólo serán visibles por el usuario." +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:31 +msgid "Accounts will be only visible by the user." msgstr "Accounts will be only visible by the user." -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:33 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:52 -msgid "Los administradores no podrán acceder a las cuentas." +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:33 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:52 +msgid "Administrators won't be able to display the accounts." msgstr "Administrators won't be able to display the accounts." -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:50 -msgid "Las cuentas sólo serán visibles por el usuario y su grupo principal." +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:50 +msgid "" +"Accounts will be only visible by the user and users belonging to the main " +"group." msgstr "" "Accounts will be only visible by the user and users belonging to the main " "group." -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:16 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:24 -msgid "Dirección IP" +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:16 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:24 +msgid "IP Address" msgstr "IP Address" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:29 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:37 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:29 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:37 msgid "Timeout" msgstr "Timeout" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:89 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:89 msgid "" -"Prioridad de asignación en caso de coincidir con otros valores asignados por " -"usuario, grupo o perfil." +"Assignment priority if values match with others assigned by user, group or " +"profile." msgstr "" "Assignment priority if values match with others assigned by user, group or " "profile." -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:100 -msgid "Prioridad de asignación" +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:100 +msgid "Assignment Priority" msgstr "Assignment Priority" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:122 -msgid "" -"Indica si los valores serán forzados al crear o modificar los elementos." +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:122 +msgid "Enforces the values to be set either on creating or updating an item." msgstr "Enforces the values to be set either on creating or updating an item." -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:124 -msgid "Los valores serán añadidos a los existentes." +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:124 +msgid "Values will be merged with the existing ones." msgstr "Values will be merged with the existing ones." -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:81 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:83 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:81 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:83 msgid "Hash" msgstr "Hash" -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:89 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:91 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:89 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:91 msgid "URL" msgstr "URL" -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:99 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:101 -msgid "Uso" +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:99 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:101 +msgid "Use" msgstr "Use" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:44 -msgid "Nombre de usuario completo" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:44 +msgid "Full username" msgstr "Teljes felhasznlónév" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:58 -msgid "Login de inicio de sesión" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:58 +msgid "Session login" msgstr "Bejelentkezési munkamenet " -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:69 -msgid "Login SSO" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:69 +msgid "SSO Login " msgstr "SSO Login " -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:77 -msgid "Login de inicio de sesión con SSO" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:77 +msgid "Session login with SSO" msgstr "Session login with SSO" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:84 -msgid "Email" -msgstr "Email" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:92 -msgid "Dirección de correo" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:92 +msgid "Email address" msgstr "Email cím" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:200 -msgid "Admin Aplicación" -msgstr "Admin alkalmazás" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:202 -msgid "Administrador de la aplicación" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:202 +msgid "Application administrator" msgstr "Rendszergazda" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:218 -#, fuzzy -msgid "Admin Cuentas" -msgstr "Admin Fiók" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:220 -msgid "Administrador de cuentas" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:220 +msgid "Accounts administrator" msgstr "Fiókok adminja" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:240 -msgid "Forzar cambio de clave" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:240 +msgid "Force password change" msgstr "Jelszó változtatásának erõltetése" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:257 -msgid "Deshabilitado" -msgstr "Inaktív" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:273 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:275 -msgid "Entradas" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:273 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:275 +msgid "Entries" msgstr "Belépések" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:282 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:284 -msgid "Último Acceso" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:282 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:284 +msgid "Last Access" msgstr "Utolsó belépés" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:300 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:302 -msgid "Fecha Clave Maestra" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:300 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:302 +msgid "Master Password Date" msgstr "Mester jelszó dátum" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:309 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:311 -msgid "Usado en" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:309 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:311 +msgid "Used in" msgstr "Used in" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:87 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:89 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:548 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:550 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:87 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:89 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:548 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:550 #, fuzzy -msgid "Usado por" +msgid "Used by" msgstr "által" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:108 -msgid "(*) Incluido en grupo" +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:108 +msgid "(*) Listed in group" msgstr "(*) Listed in group" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:26 -msgid "Gestión" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:26 +msgid "Management" msgstr "Menedzsment" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:37 #, fuzzy -msgid "Crear" -msgstr "Hiba a profil létrehozása közben" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:37 -#, fuzzy -msgid "Crear nueva cuenta" +msgid "Create new account" msgstr "Új fiók" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:54 -msgid "Ver detalles de cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:54 +msgid "View account details" msgstr "Fiók adatok" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:70 -msgid "Ver clave de cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:70 +msgid "View account password" msgstr "Fiók jelszó" #. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:86 -#: ../../../config/actions.xml:259 -msgid "Ver Historial" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:86 +#: app/config/actions.xml:259 +msgid "View History" msgstr "Elõzmények" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:87 -msgid "Ver historial de cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:87 +msgid "View account history" msgstr "Fiók elõzmények" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:103 -msgid "Editar cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:103 +msgid "Edit account" msgstr "fiók" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:118 -msgid "Editar Clave" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:118 +msgid "Edit Password" msgstr "Jelszó módosítás" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:119 -msgid "Editar clave de cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:119 +msgid "Edit account password" msgstr "fiók jelszavának módosításe" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:135 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:135 #, fuzzy -msgid "Eliminar cuenta" +msgid "Remove account" msgstr "Fiók törlése" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:151 -msgid "Ver archivos de cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:151 +msgid "View account files" msgstr "Fiók fáljok" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:166 -msgid "Publicar Enlace" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:166 +msgid "Share Link" msgstr "Share Link" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:167 -msgid "Publicar enlace a cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:167 +msgid "Share link to account" msgstr "Share link to account" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:183 -msgid "Crear cuenta privada" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:183 +msgid "Create private account" msgstr "Create private account" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:199 -msgid "Crear cuenta privada para grupo" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:199 +msgid "Create private account for group" msgstr "Create private account for group" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:215 -msgid "Asignar permisos" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:215 +msgid "Assign permissions" msgstr "Assign permissions" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:251 -msgid "Gestión de usuarios" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:251 +msgid "Users management" msgstr "Felhasználó menedzsment" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:267 -msgid "Gestión de grupos" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:267 +msgid "Groups management" msgstr "Csoport menedzsment" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:283 -msgid "Gestión de perfiles" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:283 +msgid "Profiles management" msgstr "Profil menedzsment" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:299 -msgid "Gestión de categorías" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:299 +msgid "Categories management" msgstr "Kategória Menedzsment" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:315 -msgid "Gestión de etiquetas" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:315 +msgid "Tags management" msgstr "Tags management" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:331 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:331 #, fuzzy -msgid "Gestión de clientes" +msgid "Customers management" msgstr "Ügyfél Menedzsment" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:347 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:347 #, fuzzy -msgid "Gestión de campos personalizados" +msgid "Custom fields management" msgstr "A mezõk száma helytelen" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:363 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:363 #, fuzzy -msgid "Gestión de autorizaciones API" +msgid "API authorizations management" msgstr "Fálj menedzsment inaktív" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:379 -msgid "Gestión de enlaces" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:379 +msgid "Links management" msgstr "Links management" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:395 -msgid "Gestión de cuentas" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:395 +msgid "Accounts management" msgstr "Accounts management" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:426 -msgid "Valores por Defecto" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:426 +msgid "Default Values" msgstr "Default Values" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:427 -msgid "Gestión de Valores por Defecto" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:427 +msgid "Default Values Management" msgstr "Default Values Management" #. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:447 -#: ../../../config/actions.xml:697 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:447 +#: app/config/actions.xml:697 #, fuzzy -msgid "Configuración General" +msgid "General Configuration" msgstr "Általános beállítások" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:463 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:463 #, fuzzy -msgid "Opciones de encriptación" +msgid "Encryption options" msgstr "Beállítások" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:478 -msgid "Backup" -msgstr "Archiválás" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:479 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:479 #, fuzzy -msgid "Realizar copia de seguridad y exportar" +msgid "Make a backup and export" msgstr "archívum készítés" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:494 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:495 #, fuzzy -msgid "Importar" -msgstr "Fiókok importálása" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:495 -#, fuzzy -msgid "Realizar importación de cuentas" +msgid "Make accounts import" msgstr "Fiók importálás megerõsítése" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:514 -msgid "Log de Eventos" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:515 +msgid "View event log" msgstr "Esemény napló" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:515 -msgid "Ver log de eventos" -msgstr "Esemény napló" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:541 -msgid "Nombre del perfil" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:541 +msgid "Profile name" msgstr "Profil név" -#: ../../../modules/web/themes/material-blue/views/login/index.inc:46 -msgid "Clave Anterior" +#: app/modules/web/themes/material-blue/views/login/index.inc:46 +msgid "Previous Password" msgstr "Previous Password" -#: ../../../modules/web/themes/material-blue/views/login/index.inc:73 -msgid "Acceder" +#: app/modules/web/themes/material-blue/views/login/index.inc:73 +msgid "Sign in" msgstr "Belépés" -#: ../../../modules/web/themes/material-blue/views/login/index.inc:82 +#: app/modules/web/themes/material-blue/views/login/index.inc:82 #, fuzzy -msgid "¿Olvidó su clave?" +msgid "Forgot password?" msgstr "Elvesztette jelszavát?" -#: ../../../modules/web/themes/material-blue/views/login/index.inc:88 -msgid "Aplicación actualizada correctamente" -msgstr "Az alkalmazás frissítése sikeres" - -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:14 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:14 #, php-format -msgid "Actualización %s" +msgid "Update %s" msgstr "Update %s" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:20 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:20 #, fuzzy -msgid "Actualización de BBDD" +msgid "DB Update" msgstr "Verzió frissítés kész" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:22 -msgid "Actualización de Aplicación" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:22 +msgid "Application Update" msgstr "Application Update" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:29 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:28 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:29 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:28 #, fuzzy -msgid "Código de Seguridad" +msgid "Security Code" msgstr "Archiválás" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:37 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:37 msgid "" -"Este código se encuentra en el archivo de configuración de sysPass con la " -"etiqueta \"upgradeKey\"" +"This code is set in sysPass config file within the tag name \"upgradekey\"" msgstr "" "This code is set in sysPass config file within the tag name \"upgradekey\"" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:47 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:47 msgid "" -"Se han encontrado elementos huérfanos. Por favor, modifique estos elementos " -"o indique los IDs por defecto para los elementos huérfanos." +"Some orphaned items have been found. Please, modify those items or enter the " +"default IDs for them." 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:49 -msgid "Si no se indican los IDs, se crearán nuevos elementos." +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:49 +msgid "If items IDs are not set, they will be created." msgstr "If items IDs are not set, they will be created." -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:74 -msgid "Introducir un ID de usuario válido para cuentas" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:74 +msgid "Enter a valid user ID for the accounts" msgstr "Enter a valid user ID for the accounts" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:85 -msgid "Introducir un ID de categoría válido para cuentas" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:85 +msgid "Enter a valid category ID for the accounts" msgstr "Enter a valid category ID for the accounts" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:96 -msgid "Introducir un ID de cliente válido para cuentas" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:96 +msgid "Enter a valid client ID for the accounts" msgstr "Enter a valid client ID for the accounts" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:108 -msgid "Introducir un ID de grupo válido para usuarios" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:108 +msgid "Enter a valid group ID for the users" msgstr "Enter a valid group ID for the users" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:118 -msgid "Introducir un ID de perfil válido para usuarios" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:118 +msgid "Enter a valid profile ID for the users" msgstr "Enter a valid profile ID for the users" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:128 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:128 msgid "" -"Esta actualización utiliza un nuevo esquema de encriptación, por lo que es " -"necesario reencriptar los datos almacenados" +"This update uses a new encryption schema, so it will be needed to reencrypt " +"the whole encrypted data." 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:150 -msgid "Introducir login de usuario válido" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:150 +msgid "Enter a valid user login" msgstr "Enter a valid user login" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:162 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:33 -msgid "He realizado una copia de seguridad completa de sysPass" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:162 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:33 +msgid "I've done a full sysPass backup" msgstr "I've done a full sysPass backup" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:176 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:41 -msgid "Por favor espere mientras el proceso se ejecuta" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:176 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:41 +msgid "Please, wait while the process is running" msgstr "Please, wait while the process is running" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:184 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:49 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:186 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:51 #, fuzzy -msgid "Actualizar" -msgstr "Frissítés Számla" - -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:186 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:51 -#, fuzzy -msgid "Iniciar Actualización" +msgid "Start Update" msgstr "Start" -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:95 -msgid "Notificación global" +#: app/modules/web/themes/material-blue/views/notification/notification.inc:95 +msgid "Global notification" msgstr "Global notification" -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:103 -msgid "Sólo para administradores de la aplicación" +#: app/modules/web/themes/material-blue/views/notification/notification.inc:103 +msgid "Only for application administrators" msgstr "Only for application administrators" -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:107 -msgid "Solo Admins" -msgstr "Only Admins" - -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:29 -msgid "Nombre del plugin" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:29 +msgid "Plugin name" msgstr "Plugin name" -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:41 -msgid "Versión del plugin" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:41 +msgid "Plugin version" msgstr "Plugin version" -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:46 -msgid "Versión Compatible" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:46 +msgid "Compatible Version" msgstr "Compatible Version" -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:53 -msgid "Versión de sysPass compatible" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:53 +msgid "sysPass compatible version" msgstr "sysPass compatible version" -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:58 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:39 -msgid "Autor" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:58 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:39 +msgid "Author" msgstr "Author" -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:65 -msgid "Autor del plugin" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:65 +msgid "Plugin author" msgstr "Plugin author" -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:11 -msgid "La aplicación necesita actualizarse" +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:11 +msgid "The application needs to be updated" msgstr "Frissítsd az alkalmazást" -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:16 -msgid "Para iniciar la actualización introduzca el código de seguridad" +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:16 +msgid "Please enter the security code to start the upgrade" 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:13 -msgid "Solicitud de Cambio de Clave" +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:6 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:13 +msgid "Request Password Change" msgstr "Kérés jelszó módosítás" -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:29 -msgid "Email del Usuario" +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:29 +msgid "User's Email" msgstr "Felhasználó Email" -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:39 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:49 -msgid "Volver a iniciar sesión" +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:39 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:49 +msgid "Go back to login" msgstr "Vissza a bejelentkezéshez" -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:44 -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:46 -msgid "Solicitar" -msgstr "Kérés" - -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:54 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:56 -msgid "Cambiar" +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:54 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:56 +msgid "Change" msgstr "Változtatás" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:107 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:107 #, fuzzy -msgid "Ordenar resultados por visitas" +msgid "Sort search results by views" msgstr "Keresési találok száma oldalanként" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:109 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:109 #, fuzzy -msgid "" -"Ordena los resultados de búsqueda por el número de visitas de las cuentas." +msgid "Sorts accounts search results by the number of account's views" msgstr "Enables to show account's search results like a card format." -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:124 -msgid "Barra de navegación superior" +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:124 +msgid "Navigation bar on top" msgstr "Navigation bar on top" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:126 -msgid "Mostrar una barra de navegación superior en las búsquedas." +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:126 +msgid "Dysplays a navigation bar on top of the search results." msgstr "Dysplays a navigation bar on top of the search results." -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:141 -msgid "Mostrar Acciones Ocultas" +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:141 +msgid "Show Hidden Actions" msgstr "Show Hidden Actions" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:143 -msgid "" -"Mostrar las acciones ocultas para los elementos de la búsqueda de cuentas." +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:143 +msgid "Always display hidden actions on the accounts search page." msgstr "Always display hidden actions on the accounts search page." -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:175 -msgid "Notificaciones In-App" +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:175 +msgid "In-App Notifications" msgstr "In-App Notifications" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:177 -msgid "Habilita la consulta de notificaciones activas In-App." +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:177 +msgid "Enables the active In-App notifications polling" msgstr "Enables the active In-App notifications polling" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:192 -msgid "Mostrar Filtros" +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:192 +msgid "Show Filters" msgstr "Show Filters" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:194 -msgid "Muestra la selección los filtros adicionales en la búsqueda de cuentas." +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:194 +msgid "Displays the additional filters selection on the accounts search." msgstr "Displays the additional filters selection on the accounts search." #. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:16 -#: ../../../config/actions.xml:277 -msgid "Ver Wiki" +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:16 +#: app/config/actions.xml:277 +msgid "View Wiki" msgstr "View Wiki" -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:24 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:24 #, php-format -msgid "Resultados de búsqueda de '%s'" +msgid "Search results of '%s'" msgstr "Search results of '%s'" -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:27 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:37 -msgid "Página" +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:27 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:37 +msgid "Page" msgstr "Page" #. (itstool) path: action/text -#: ../../../config/actions.xml:7 +#: app/config/actions.xml:7 #, fuzzy -msgid "Buscar Cuentas" +msgid "Search for Accounts" msgstr "Keresés" #. (itstool) path: action/text -#: ../../../config/actions.xml:25 +#: app/config/actions.xml:25 #, fuzzy -msgid "Peticiones" +msgid "Requests" msgstr "Email kérések engedélyezése" #. (itstool) path: action/text -#: ../../../config/actions.xml:31 -msgid "Favoritos" +#: app/config/actions.xml:31 +msgid "Favorites" msgstr "Favorites" #. (itstool) path: action/text -#: ../../../config/actions.xml:43 +#: app/config/actions.xml:43 #, fuzzy -msgid "Elementos y Personalización" +msgid "Items and Customizations" msgstr "Profil törlése" #. (itstool) path: action/text -#: ../../../config/actions.xml:49 +#: app/config/actions.xml:49 #, fuzzy -msgid "Gestión Categorías" +msgid "Categories Management" msgstr "Kategória Menedzsment" #. (itstool) path: action/text -#: ../../../config/actions.xml:55 +#: app/config/actions.xml:55 #, fuzzy -msgid "Gestión Clientes" +msgid "Customers Management" msgstr "Ügyfél Menedzsment" #. (itstool) path: action/text -#: ../../../config/actions.xml:61 +#: app/config/actions.xml:61 #, fuzzy -msgid "Gestión Autorizaciones API" +msgid "API Authorizations Management" msgstr "Menedzsment" #. (itstool) path: action/text -#: ../../../config/actions.xml:67 +#: app/config/actions.xml:67 #, fuzzy -msgid "Gestión Campos Personalizados" +msgid "Custom Fields Management" msgstr "Menedzsment" #. (itstool) path: action/text -#: ../../../config/actions.xml:79 -msgid "Gestión de Archivos" +#: app/config/actions.xml:79 +msgid "Files Management" msgstr "Files Management" #. (itstool) path: action/text -#: ../../../config/actions.xml:85 -msgid "Gestión de Cuentas" +#: app/config/actions.xml:85 +msgid "Accounts Management" msgstr "Accounts Management" #. (itstool) path: action/text -#: ../../../config/actions.xml:91 -msgid "Gestión de Etiquetas" +#: app/config/actions.xml:91 +msgid "Tags Management" msgstr "Tags Management" #. (itstool) path: action/text -#: ../../../config/actions.xml:97 -msgid "Gestión Plugins" +#: app/config/actions.xml:97 +msgid "Plugins Management" msgstr "Plugins Management" #. (itstool) path: action/text -#: ../../../config/actions.xml:103 +#: app/config/actions.xml:103 #, fuzzy -msgid "Usuarios y Accesos" +msgid "Users and Accesses" msgstr "Felhasználó elérése" #. (itstool) path: action/text -#: ../../../config/actions.xml:109 -msgid "Seguridad y Auditoría" +#: app/config/actions.xml:109 +msgid "Security and Audit" msgstr "Security and Audit" #. (itstool) path: action/text -#: ../../../config/actions.xml:115 +#: app/config/actions.xml:115 #, fuzzy -msgid "Gestión Usuarios" +msgid "Users Management" msgstr "Felhasználó Menedzsment" #. (itstool) path: action/text -#: ../../../config/actions.xml:121 +#: app/config/actions.xml:121 #, fuzzy -msgid "Gestión Grupos" +msgid "Groups Management" msgstr "Csoport Menedzsment" #. (itstool) path: action/text -#: ../../../config/actions.xml:127 +#: app/config/actions.xml:127 #, fuzzy -msgid "Gestión Perfiles" +msgid "Profiles Management" msgstr "Profil Menedzsment" #. (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" +#: app/config/actions.xml:145 +msgid "Clear Events" msgstr "Clear Events" #. (itstool) path: action/text -#: ../../../config/actions.xml:151 ../../../config/actions.xml:481 +#: app/config/actions.xml:151 app/config/actions.xml:481 #, fuzzy -msgid "Ver Cuenta" +msgid "View Account" msgstr "Fiók adatok" #. (itstool) path: action/text -#: ../../../config/actions.xml:181 -#, fuzzy -msgid "Editar Clave de Cuenta" -msgstr "fiók jelszavának módosításe" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:211 ../../../config/actions.xml:469 -msgid "Subir Archivo" +#: app/config/actions.xml:211 app/config/actions.xml:469 +msgid "Upload File" msgstr "Fájl feltöltés" #. (itstool) path: action/text -#: ../../../config/actions.xml:229 -msgid "Buscar Archivos" +#: app/config/actions.xml:229 +msgid "Search for Files" msgstr "Search for Files" #. (itstool) path: action/text -#: ../../../config/actions.xml:235 -msgid "Listar Archivos" +#: app/config/actions.xml:235 +msgid "List Files" 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" +#: app/config/actions.xml:283 +msgid "Add Wiki" msgstr "Add Wiki" #. (itstool) path: action/text -#: ../../../config/actions.xml:289 -msgid "Editar Wiki" +#: app/config/actions.xml:289 +msgid "Edit Wiki" msgstr "Edit Wiki" #. (itstool) path: action/text -#: ../../../config/actions.xml:295 -msgid "Eliminar Wiki" +#: app/config/actions.xml:295 +msgid "Delete Wiki" msgstr "Delete Wiki" #. (itstool) path: action/text -#: ../../../config/actions.xml:361 -msgid "Nuevo Token API" +#: app/config/actions.xml:361 +msgid "New API Token" msgstr "New API Token" #. (itstool) path: action/text -#: ../../../config/actions.xml:367 -msgid "Ver Token API" +#: app/config/actions.xml:367 +msgid "View API Token" msgstr "View API Token" #. (itstool) path: action/text -#: ../../../config/actions.xml:373 -msgid "Editar Token API" +#: app/config/actions.xml:373 +msgid "Edit API Token" msgstr "Edit API Token" #. (itstool) path: action/text -#: ../../../config/actions.xml:379 -msgid "Eliminar Token API" +#: app/config/actions.xml:379 +msgid "Delete API Token" msgstr "Delete API Token" #. (itstool) path: action/text -#: ../../../config/actions.xml:385 -msgid "Buscar Token API" +#: app/config/actions.xml:385 +msgid "Search for API Token" msgstr "Search for API Token" #. (itstool) path: action/text -#: ../../../config/actions.xml:391 -msgid "Nuevo Campo Personalizado" +#: app/config/actions.xml:391 +msgid "New Custom Field" msgstr "New Custom Field" #. (itstool) path: action/text -#: ../../../config/actions.xml:397 -msgid "Ver Campo Personalizado" +#: app/config/actions.xml:397 +msgid "Show Custom Field" msgstr "Show Custom Field" #. (itstool) path: action/text -#: ../../../config/actions.xml:403 -msgid "Editar Campo Personalizado" +#: app/config/actions.xml:403 +msgid "Edit Custom Field" msgstr "Edit Custom Field" #. (itstool) path: action/text -#: ../../../config/actions.xml:409 -msgid "Eliminar Campo Personalizado" +#: app/config/actions.xml:409 +msgid "Delete Custom Field" msgstr "Delete Custom Field" #. (itstool) path: action/text -#: ../../../config/actions.xml:415 -msgid "Buscar Campo Personalizado" +#: app/config/actions.xml:415 +msgid "Search for Custom Field" msgstr "Search for Custom Field" #. (itstool) path: action/text -#: ../../../config/actions.xml:427 -msgid "Ver Enlace Público" +#: app/config/actions.xml:427 +msgid "Show Public Link" msgstr "Show Public Link" #. (itstool) path: action/text -#: ../../../config/actions.xml:445 -msgid "Buscar Enlace Público" +#: app/config/actions.xml:445 +msgid "Search for Public Link" msgstr "Search for Public Link" #. (itstool) path: action/text -#: ../../../config/actions.xml:535 -msgid "Nuevo Plugin" -msgstr "New Plugin" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:553 -msgid "Habilitar Plugin" +#: app/config/actions.xml:553 +msgid "Enable Plugin" msgstr "Enable Plugin" #. (itstool) path: action/text -#: ../../../config/actions.xml:559 -msgid "Deshabilitar Plugin" +#: app/config/actions.xml:559 +msgid "Disable Plugin" msgstr "Disable Plugin" #. (itstool) path: action/text -#: ../../../config/actions.xml:565 -msgid "Restablecer Plugin" +#: app/config/actions.xml:565 +msgid "Reset Plugin" msgstr "Reset Plugin" #. (itstool) path: action/text -#: ../../../config/actions.xml:601 -msgid "Editar Clave Usuario" +#: app/config/actions.xml:601 +msgid "Edit User Password" msgstr "Edit User Password" #. (itstool) path: action/text -#: ../../../config/actions.xml:673 -msgid "Configuración Usuario" +#: app/config/actions.xml:673 +msgid "User Configuration" msgstr "User Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:679 -msgid "Preferencias General" +#: app/config/actions.xml:679 +msgid "General Preferences" msgstr "General Preferences" #. (itstool) path: action/text -#: ../../../config/actions.xml:703 -msgid "Configuración Cuentas" +#: app/config/actions.xml:703 +msgid "Accounts Configuration" msgstr "Accounts Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:709 -msgid "Configuración Wiki" +#: app/config/actions.xml:709 +msgid "Wiki Configuration" msgstr "Wiki Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:715 -msgid "Configuración Encriptación" +#: app/config/actions.xml:715 +msgid "Encryption Configuration" msgstr "Encryption Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:721 -msgid "Actualizar Hash" +#: app/config/actions.xml:721 +msgid "Update Hash" msgstr "Update Hash" #. (itstool) path: action/text -#: ../../../config/actions.xml:727 -msgid "Clave Maestra Temporal" +#: app/config/actions.xml:727 +msgid "Temporary Master Password" msgstr "Temporary Master Password" #. (itstool) path: action/text -#: ../../../config/actions.xml:733 -msgid "Configuración Copia de Seguridad" +#: app/config/actions.xml:733 +msgid "Backup Configuration" msgstr "Backup Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:745 -msgid "Configuración Importación" +#: app/config/actions.xml:745 +msgid "Import Configuration" msgstr "Import Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:751 -msgid "Importar CSV" +#: app/config/actions.xml:751 +msgid "CSV Import" msgstr "CSV Import" #. (itstool) path: action/text -#: ../../../config/actions.xml:757 -msgid "Importar XML" +#: app/config/actions.xml:757 +msgid "XML Import" msgstr "XML Import" #. (itstool) path: action/text -#: ../../../config/actions.xml:763 -msgid "Configuración Exportación" +#: app/config/actions.xml:763 +msgid "Export Configuration" msgstr "Export Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:769 -msgid "Exportación" +#: app/config/actions.xml:769 +msgid "Export" msgstr "Export" #. (itstool) path: action/text -#: ../../../config/actions.xml:775 -msgid "Configuración Email" +#: app/config/actions.xml:775 +msgid "Email Configuration" msgstr "Email Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:781 -msgid "Configuración LDAP" +#: app/config/actions.xml:781 +msgid "LDAP Configuration" msgstr "LDAP Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:787 -msgid "Sincronización LDAP" +#: app/config/actions.xml:787 +msgid "LDAP synchronization" msgstr "LDAP synchronization" #. (itstool) path: action/text -#: ../../../config/actions.xml:793 -msgid "Gestión de Cuenta (H)" +#: app/config/actions.xml:793 +msgid "Account Management (H)" msgstr "Account Management (H)" #. (itstool) path: action/text -#: ../../../config/actions.xml:823 -msgid "Crear Notificación" +#: app/config/actions.xml:823 +msgid "Create Notification" msgstr "Create Notification" #. (itstool) path: action/text -#: ../../../config/actions.xml:853 -msgid "Gestión Valores Predeterminados" +#: app/config/actions.xml:853 +msgid "Preset Values Management" msgstr "Preset Values Management" #. (itstool) path: action/text -#: ../../../config/actions.xml:889 -msgid "Gestión de Tracks" +#: app/config/actions.xml:889 +msgid "Tracks Management" msgstr "Tracks Management" #. (itstool) path: action/text -#: ../../../config/actions.xml:901 -msgid "Desbloquear track" +#: app/config/actions.xml:901 +msgid "Unlock track" msgstr "Unlock track" #. (itstool) path: action/text -#: ../../../config/actions.xml:907 -msgid "Vaciar tracks" +#: app/config/actions.xml:907 +msgid "Clear the tracks out" msgstr "Clear the tracks out" #. (itstool) path: strings/text -#: ../../../config/strings.xml:4 +#: app/config/strings.xml:4 msgid "Color" msgstr "Szín" #. (itstool) path: strings/text -#: ../../../config/strings.xml:5 -msgid "Número" +#: app/config/strings.xml:5 +msgid "Number" msgstr "Szám" #. (itstool) path: strings/text -#: ../../../config/strings.xml:6 -msgid "Teléfono" +#: app/config/strings.xml:6 +msgid "Phone" msgstr "Telefon" #. (itstool) path: strings/text -#: ../../../config/strings.xml:7 -msgid "Área de Texto" +#: app/config/strings.xml:7 +msgid "Text Area" msgstr "Text Area" #. (itstool) path: strings/text -#: ../../../config/strings.xml:8 +#: app/config/strings.xml:8 #, fuzzy -msgid "Texto" +msgid "Text" msgstr "Keresendõ szöveg" -#. (itstool) path: strings/text -#: ../../../config/strings.xml:9 -msgid "Link" -msgstr "Link" - -#~ msgid "CONSULTA INVÁLIDA" -#~ msgstr "Érvénytelen lekérdezés" - -#~ msgid "La sesión no se ha iniciado o ha caducado" -#~ msgstr "A munkamenet nem indult el, vagy idõtúllépés miatt bezáródott" - -#~ msgid "Es necesario un nombre de cuenta" -#~ msgstr "Fiók név szükséges" - -#, fuzzy -#~ msgid "Es necesario un nombre de cliente" -#~ msgstr "Ügyfél név szükséges" - #, fuzzy #~ msgid "Es necesario un usuario" #~ msgstr "Felhasználónév szükséges" -#, fuzzy -#~ msgid "Es necesaria una clave" -#~ msgstr "Jelszó szükséges" - -#, fuzzy -#~ msgid "Es necesario una categoría" -#~ msgstr "Jelszó szükséges" - -#~ msgid "Acción Inválida" -#~ msgstr "Érvénytelen Akció" - -#, fuzzy -#~ msgid "Las claves no coinciden" -#~ msgstr "A jelszó nem egyezik" - -#, fuzzy -#~ msgid "Error al crear la cuenta" -#~ msgstr "Hiba a fiók létrehozása közben" - -#, fuzzy -#~ msgid "Error al modificar la cuenta" -#~ msgstr "Hiba a fiók frissítése közben" - -#, fuzzy -#~ msgid "Error al eliminar la cuenta" -#~ msgstr "Hiba a fiók törlése közben" - -#, fuzzy -#~ msgid "Error al actualizar la clave" -#~ msgstr "Hiba a jelszó frissítése közben" - -#~ msgid "Cuenta restaurada" -#~ msgstr "Fiók restaurált" - -#, fuzzy -#~ msgid "Error al restaurar cuenta" -#~ msgstr "Hiba történt helyreállítása számla" - -#, fuzzy -#~ msgid "Es necesario un nombre de usuario" -#~ msgstr "Felhasználónév szükséges" - -#~ msgid "Es necesario un login" -#~ msgstr "Bejelentkezés szükséges" - -#~ msgid "Es necesario un perfil" -#~ msgstr "Profil szükséges" - -#~ msgid "Es necesario un grupo" -#~ msgstr "Csoport szükséges" - -#~ msgid "Es necesario un email" -#~ msgstr "Email szükséges" - -#~ msgid "La clave no puede estar en blanco" -#~ msgstr "A jelszó nem lehet üres" - -#~ msgid "Usuario creado" -#~ msgstr "Felhasználó hozzáadva" - -#, fuzzy -#~ msgid "Error al crear el usuario" -#~ msgstr "Hiba a felhasználó létrehozása közben" - -#~ msgid "Usuario actualizado" -#~ msgstr "Felhasználó frissítve" - -#, fuzzy -#~ msgid "Error al actualizar el usuario" -#~ msgstr "Hiba a felhasználó frissítése közben" - -#, fuzzy -#~ msgid "Error al modificar la clave" -#~ msgstr "Hiba a jelszó frissítése közben" - -#~ msgid "No es posible eliminar, usuario en uso" -#~ msgstr "Nem lehet törölni, a felhaszánáló használatban van" - -#~ msgid "Usuario eliminado" -#~ msgstr "Felhasználó törölve" - -#, fuzzy -#~ msgid "Error al eliminar el usuario" -#~ msgstr "Hiba a felhasználó törlése közben" - -#~ msgid "Es necesario un nombre de grupo" -#~ msgstr "Csoport név szükséges" - -#~ msgid "Nombre de grupo duplicado" -#~ msgstr "Kettõzött csoport név" - -#, fuzzy -#~ msgid "Error al crear el grupo" -#~ msgstr "Hiba a csoport létrehozása közben" - -#, fuzzy -#~ msgid "Error al actualizar el grupo" -#~ msgstr "Hiba a csoport frissítése közben" - #~ msgid "No es posible eliminar" #~ msgstr "Nem lehet törölni" -#, fuzzy -#~ msgid "Error al eliminar el grupo" -#~ msgstr "Hiba a csoport törlése közben" - -#~ msgid "Es necesario un nombre de perfil" -#~ msgstr "Profil név szükséges" - -#~ msgid "Nombre de perfil duplicado" -#~ msgstr "Kettözõtt profil név" - -#~ msgid "Perfil creado" -#~ msgstr "Profil hozzáadva" - -#~ msgid "Perfil actualizado" -#~ msgstr "Profil frissítve" - -#~ msgid "Perfil eliminado" -#~ msgstr "Profil törölve" - -#~ msgid "Es necesario un nombre de categoría" -#~ msgstr "Kategória név szükséges" - -#, fuzzy -#~ msgid "Autorización creada" -#~ msgstr "Fiók hozzáadva" - -#, fuzzy -#~ msgid "Autorización actualizada" -#~ msgstr "Fiók frissítve" - -#, fuzzy -#~ msgid "Autorización eliminada" -#~ msgstr "Fiók törölve" - -#, fuzzy -#~ msgid "Nombre del campo no indicado" -#~ msgstr "Ügyfél név" - -#, fuzzy -#~ msgid "Tipo del campo no indicado" -#~ msgstr "Fájltípus nem engedélyezett" - -#~ msgid "Módulo del campo no indicado" -#~ msgstr "Field module not set" - -#, fuzzy -#~ msgid "Campo creado" -#~ msgstr "Felhasználó hozzáadva" - -#, fuzzy -#~ msgid "Campo actualizado" -#~ msgstr "Frissítve" - -#, fuzzy -#~ msgid "Campo eliminado" -#~ msgstr "Felhasználó törölve" - -#~ msgid "Realizar Backup" -#~ msgstr "Archívum készítés" - -#, fuzzy -#~ msgid "Error al realizar el backup" -#~ msgstr "Hiba Archiválás közben" - -#, fuzzy -#~ msgid "Revise el registro de eventos para más detalles" -#~ msgstr "Részletes leírást az esemény naplóban olvashat" - -#, fuzzy -#~ msgid "Copia de la aplicación y base de datos realizada correctamente" -#~ msgstr "Application and database backup successfully done" - #, fuzzy #~ msgid "Error al realizar la exportación de cuentas" #~ msgstr "Hiba a fiók fájlok létrehozása közben" -#, fuzzy -#~ msgid "Error al realizar la exportación" -#~ msgstr "Hiba Archiválás közben" - #, fuzzy #~ msgid "Exportación de cuentas realizada correctamente" #~ msgstr "A beállítások elmentve" -#, fuzzy -#~ msgid "Los parámetros de LDAP no están configurados" -#~ msgstr "LDAP paraméterek nem lettek elmentve" - -#~ msgid "Conexión a LDAP correcta" -#~ msgstr "LDAP kapcsolat" - -#~ msgid "Objetos encontrados" -#~ msgstr "Objektum találatok" - #~ msgid "Modificar Configuración" #~ msgstr "Konfiguráció szerkesztése" -#, fuzzy -#~ msgid "El tamaño máximo por archivo es de 16MB" -#~ msgstr "Maximálisan feltölthetõ fájl mérete 16MB" - -#, fuzzy -#~ msgid "Faltan parámetros de Proxy" -#~ msgstr "Hiányzó Wiki paraméter" - -#, fuzzy -#~ msgid "Proxy habiltado" -#~ msgstr "Felhasználó letiltva" - -#, fuzzy -#~ msgid "Proxy deshabilitado" -#~ msgstr "Felhasználó letiltva" - #, fuzzy #~ msgid "Sección" #~ msgstr "Akció" -#~ msgid "Faltan parámetros de Wiki" -#~ msgstr "Hiányzó Wiki paraméter" - -#, fuzzy -#~ msgid "Wiki habiltada" -#~ msgstr "Inaktív" - -#, fuzzy -#~ msgid "Wiki deshabilitada" -#~ msgstr "Inaktív" - -#~ msgid "Faltan parámetros de LDAP" -#~ msgstr "Hiányzó LDAP paraméter" - -#, fuzzy -#~ msgid "LDAP habiltado" -#~ msgstr "Inaktív" - -#, fuzzy -#~ msgid "LDAP deshabilitado" -#~ msgstr "Inaktív" - -#~ msgid "Faltan parámetros de Correo" -#~ msgstr "Hiányzó mail paraméter" - -#, fuzzy -#~ msgid "Correo habiltado" -#~ msgstr "Email elküldve" - -#, fuzzy -#~ msgid "Correo deshabilitado" -#~ msgstr "Felhasználó letiltva" - -#~ msgid "Configuración actualizada" -#~ msgstr "Beállítások frissítve" - -#, fuzzy -#~ msgid "Clave maestra no indicada" -#~ msgstr "Mester jelszó szükséges" - -#~ msgid "Se ha de confirmar el cambio de clave" -#~ msgstr "A jelszó frissítéshez megerõsítés szükséges" - -#, fuzzy -#~ msgid "Las claves son idénticas" -#~ msgstr "A jelszó megegyezik" - -#, fuzzy -#~ msgid "Las claves maestras no coinciden" -#~ msgstr "A mester jelszó nem egyezik" - -#~ msgid "La clave maestra actual no coincide" -#~ msgstr "A jelenlegi mester jelszó nem egyezik" - -#, fuzzy -#~ msgid "Errores al actualizar las claves de las cuentas" -#~ msgstr "Hiba a fiókok jelszavainak frissítése közben" - -#, fuzzy -#~ msgid "Errores al actualizar las claves de las cuentas del histórico" -#~ msgstr "Hiba a fiókok jelszavainak frissítése közben" - -#, fuzzy -#~ msgid "Errores al actualizar datos de campos personalizados" -#~ msgstr "Hiba a fiókok jelszavainak frissítése közben" - -#, fuzzy -#~ msgid "Error al guardar el hash de la clave maestra" -#~ msgstr "Hiba a mester jelszó hash-ének elmentése közben" - #, fuzzy #~ msgid "Generar Clave Temporal" #~ msgstr "Generate Temporary Password" @@ -5473,10 +7788,6 @@ msgstr "Link" #~ msgid "Clave Temporal Generada" #~ msgstr "Generált Jelszó" -#, fuzzy -#~ msgid "Error al generar clave temporal" -#~ msgstr "Generate Temporary Password" - #~ msgid "Usuario/Clave no introducidos" #~ msgstr "Felhasználó/jelszó nem lett kitöltve" @@ -5492,83 +7803,13 @@ msgstr "Link" #~ msgid "Error al actualizar la clave del usuario en la BBDD" #~ msgstr "Adatbázis Hiba a felhasználói jelszó frissítése közben" -#, fuzzy -#~ msgid "Login incorrecto" -#~ msgstr "Hibás felhasználónév vagy jelszó" - -#, fuzzy -#~ msgid "Cuenta expirada" -#~ msgstr "Fiók" - -#, fuzzy -#~ msgid "El usuario no tiene grupos asociados" -#~ msgstr "a felhasználó nincs csoporthoz társítva" - -#~ msgid "Usuario deshabilitado" -#~ msgstr "Felhasználó letiltva" - #, fuzzy #~ msgid "Error al obtener los datos del usuario de la BBDD" #~ msgstr "Hiba a felhasználói adatok adatbázisból való betöltése közben" -#, fuzzy -#~ msgid "La clave maestra no ha sido guardada o es incorrecta" -#~ msgstr "A mester jelszó nem lett elmentve, vagy helytelen" - -#, fuzzy -#~ msgid "Clave maestra incorrecta" -#~ msgstr "Érvénytelen mester jelszó" - -#, fuzzy -#~ msgid "No hay extensiones permitidas" -#~ msgstr "Tiltott kiterjesztések" - -#~ msgid "Tipo de archivo no soportado" -#~ msgstr "Fájltípus nem engedélyezett" - -#~ msgid "Archivo inválido" -#~ msgstr "Érvénytelen fájl" - -#, fuzzy -#~ msgid "Error interno al leer el archivo" -#~ msgstr "Belsõ hiba a fájl olvasása közben" - -#~ msgid "Archivo guardado" -#~ msgstr "Fájl elmentve" - -#~ msgid "No se pudo guardar el archivo" -#~ msgstr "Hiba a fájl mentése közben" - #~ msgid "No es un ID de archivo válido" #~ msgstr "Helytelen fájl ID" -#, fuzzy -#~ msgid "El archivo no existe" -#~ msgstr "A fájl nem létezik" - -#~ msgid "Archivo eliminado" -#~ msgstr "Fájl törölve" - -#, fuzzy -#~ msgid "Error al eliminar el archivo" -#~ msgstr "Hiba a fájlok törlése közben" - -#, fuzzy -#~ msgid "Parámetros incorrectos" -#~ msgstr "Helytelen paraméter" - -#~ msgid "Recuperación de Clave" -#~ msgstr "Jelszó visszaállítás" - -#~ msgid "Solicitado para" -#~ msgstr "Kért, hogy" - -#~ msgid "Solicitud enviada" -#~ msgstr "Kérést elküldve" - -#~ msgid "En breve recibirá un correo para completar la solicitud." -#~ msgstr "A kérés befejezéséhez email értesítõt küldünk" - #~ msgid "Modificar Clave Usuario" #~ msgstr "Felhasználó jelszavának szerkesztése" @@ -5576,23 +7817,9 @@ msgstr "Link" #~ msgid "La clave es incorrecta o no coincide" #~ msgstr "A jelszó helytelen, vagy nem egyezik" -#~ msgid "Es necesaria una descripción" -#~ msgstr "Leírás szükséges" - #~ msgid "Solicitud de Modificación de Cuenta" #~ msgstr "Kérés fiók módosításához" -#~ msgid "Solicitante" -#~ msgstr "Kérõ" - -#, fuzzy -#~ msgid "Error al actualizar preferencias" -#~ msgstr "Hiba a jelszó frissítése közben" - -#, fuzzy -#~ msgid "Preferencias actualizadas" -#~ msgstr "Fiókok frissítve" - #~ msgid "La clave maestra no coincide" #~ msgstr "A mester jelszó nem egyezik" @@ -5600,32 +7827,9 @@ msgstr "Link" #~ msgid "No es posible acceder directamente a este archivo" #~ msgstr "A fájl közvetlen elérése meghiúsult" -#~ msgid "Error al actualizar el historial" -#~ msgstr "Hiba az elõzmények frissítése közben" - #~ msgid "Actualizar Cuenta" #~ msgstr "Frissítés Számla" -#, fuzzy -#~ msgid "Error al actualizar los grupos secundarios" -#~ msgstr "Hiba a másodlagos csoportok frissítése közben" - -#, fuzzy -#~ msgid "Error al actualizar los usuarios de la cuenta" -#~ msgstr "Hiba a fiók felhasználóinak frissítése közben" - -#, fuzzy -#~ msgid "No se pudieron obtener los datos de la cuenta" -#~ msgstr "Hiba a fiókok jelszavainak betöltése közben" - -#, fuzzy -#~ msgid "Error al eliminar grupos asociados a la cuenta" -#~ msgstr "Hiba a felhasználó csoportok törlése közben" - -#, fuzzy -#~ msgid "Error al eliminar usuarios asociados a la cuenta" -#~ msgstr "Hiba a fiók felhasználók törlése közben" - #, fuzzy #~ msgid "Error al eliminar archivos asociados a la cuenta" #~ msgstr "Hiba a fiók fájljainak törlése közben" @@ -5637,36 +7841,14 @@ msgstr "Link" #~ msgid "Error en el módulo de encriptación" #~ msgstr "Titkosító modul hiba" -#, fuzzy -#~ msgid "Error al obtener las claves de las cuentas" -#~ msgstr "Hiba a fiókok jelszavainak betöltése közben" - -#, fuzzy -#~ msgid "Fallo al actualizar la clave de la cuenta" -#~ msgstr "Hiba a fiók jelszavának frissítése közben" - -#, fuzzy -#~ msgid "Cuentas actualizadas" -#~ msgstr "Fiókok frissítve" - #, fuzzy #~ msgid "No se pudieron obtener los datos de las cuentas" #~ msgstr "Hiba a fiókok jelszavainak betöltése közben" -#~ msgid "Actualizar Clave Maestra (H)" -#~ msgstr "Frissítse a mester jelszót (H)" - -#~ msgid "La clave maestra del registro no coincide" -#~ msgstr "A rekord mester jelszava nem egyezik" - #, fuzzy #~ msgid "Fallo al actualizar la clave del histórico" #~ msgstr "Hiba a elõzmények mester jelszavának frissítése közben" -#, fuzzy -#~ msgid "Registros actualizados" -#~ msgstr "Rekordok frissítve" - #, fuzzy #~ msgid "Gestión Aplicación" #~ msgstr "Menedzsment" @@ -5674,58 +7856,13 @@ msgstr "Link" #~ msgid "Exportar" #~ msgstr "Exportálás" -#, fuzzy -#~ msgid "Acceso no permitido" -#~ msgstr "Belépés megtagadva" - -#, fuzzy -#~ msgid "Error de codificación" -#~ msgstr "LDAP kapcsolódási hiba" - -#, fuzzy -#~ msgid "La autorización ya existe" -#~ msgstr "Az adatbázis már létezik" - #, fuzzy #~ msgid "Actualizar Autorización" #~ msgstr "Frissítés Számla" -#, fuzzy -#~ msgid "Usuario no pertenece al grupo" -#~ msgstr "a felhasználó nincs csoporthoz társítva" - -#~ msgid "Esta operación sólo es posible en entornos Linux" -#~ msgstr "Ez a mûvelet csak Linux környezetben érhetõ el" - -#, fuzzy -#~ msgid "Error al realizar backup en modo compatibilidad" -#~ msgstr "Error while doing backup in compatibility mode" - -#, fuzzy -#~ msgid "Compruebe los permisos del directorio de backups" -#~ msgstr "Ellenõrizze az archiválás mappa jogosultságait" - -#~ msgid "Nombre de categoría duplicado" -#~ msgstr "Kategória neve duplázva" - -#, fuzzy -#~ msgid "Error al crear la categoría" -#~ msgstr "Hiba a kategória létrehozása közben" - -#, fuzzy -#~ msgid "Error al eliminar la categoría" -#~ msgstr "Hiba a kategória törlése közben" - -#, fuzzy -#~ msgid "Error al actualizar la categoría" -#~ msgstr "Hiba a kategória frissítése közben" - #~ msgid "Modificar configuración" #~ msgstr "Konfiguráció frissítése" -#~ msgid "Parámetro" -#~ msgstr "Paraméter" - #~ msgid "Valor" #~ msgstr "Érték" @@ -5743,198 +7880,36 @@ msgstr "Link" #~ msgid "El archivo de clave no existe" #~ msgstr "A fájl nem létezik" -#, fuzzy -#~ msgid "Error importando cuenta" -#~ msgstr "Hiba a fiók importálása közben" - -#, fuzzy -#~ msgid "Registros no actualizados" -#~ msgstr "Rekordok frissítve" - -#, fuzzy -#~ msgid "Cliente duplicado" -#~ msgstr "Kettõzött ügyfél" - -#, fuzzy -#~ msgid "Error al crear el cliente" -#~ msgstr "Hiba az ügyfél létrehozása közben" - -#, fuzzy -#~ msgid "Error al actualizar el cliente" -#~ msgstr "Hiba az ügyfél frissítése közben" - #~ msgid "Actualizar Cliente" #~ msgstr "Frissítse az ügyfelet" -#, fuzzy -#~ msgid "Error al eliminar el cliente" -#~ msgstr "Hiba az ügyfél törlése közben" - -#, fuzzy -#~ msgid "Compruebe los datos de conexión" -#~ msgstr "Please, check connection parameters" - #~ msgid "Realizado por" #~ msgstr "Által végrehajtva" #~ msgid "Enviar Email" #~ msgstr "Email küldése" -#~ msgid "Correo enviado" -#~ msgstr "Email elküldve" - -#, fuzzy -#~ msgid "Error al enviar correo" -#~ msgstr "Hiba az email küldése közben" - -#~ msgid "Destinatario" -#~ msgstr "Címzett" - #~ msgid "CC" #~ msgstr "CC" -#~ msgid "Archivo no subido correctamente" -#~ msgstr "A fájl feltöltése sikeres" - -#, fuzzy -#~ msgid "Verifique los permisos del usuario del servidor web" -#~ msgstr "Kérem, ellenõrizze az webszerver felhasználójának jogosultságait" - -#, fuzzy -#~ msgid "Compruebe la extensión del archivo" -#~ msgstr "Kérem, ellenõrizze a fájl kiterjesztését" - -#, fuzzy -#~ msgid "Compruebe la configuración de PHP para subir archivos" -#~ msgstr "Kérem, tekintse meg a PHP konfigurációt fájlok feltötése elõtt" - #, fuzzy #~ msgid "Compruebe los permisos del directorio temporal" #~ msgstr "Kérem, ellenõrizze az ideiglenes mappa jogosultságait" -#, fuzzy -#~ msgid "Error al eliminar los usuarios del grupo" -#~ msgstr "Hiba a felhasználó törlése közben" - -#, fuzzy -#~ msgid "Compruebe el formato del archivo" -#~ msgstr "Kérem, ellenõrizze a CSV fájl kiterjesztését" - -#~ msgid "Importación finalizada" -#~ msgstr "Importálás kész" - -#~ msgid "La sesión no puede ser inicializada" -#~ msgstr "A munkamenetot nem lehet elindítani" - -#, fuzzy -#~ msgid "El directorio \"/config\" no existe" -#~ msgstr "\"/config\" mappa nem létezik" - -#, fuzzy -#~ msgid "No es posible escribir en el directorio \"config\"" -#~ msgstr "Nem lehet a \"/config\" mappába írni" - -#, fuzzy -#~ msgid "Los permisos del directorio \"/config\" son incorrectos" -#~ msgstr "\"/config\" mappa jogosultságai helytelenek" - -#~ msgid "Finalizar sesión" -#~ msgstr "Kijelentkezés" - -#~ msgid "Tiempo inactivo" -#~ msgstr "Idõ kikapcsolása" - -#~ msgid "Tiempo total" -#~ msgstr "Teljes idõ" - #~ msgid "Actualización" #~ msgstr "Frissítés" #~ msgid "Actualización de versión realizada." #~ msgstr "Verzió frissítés kész" -#, fuzzy -#~ msgid "Indicar nombre de usuario admin" -#~ msgstr "Írd be az admin felhasználó nevét" - -#, fuzzy -#~ msgid "Usuario admin para acceso a la aplicación" -#~ msgstr "Rendszergazda felhasználó bejelentkezés" - -#, fuzzy -#~ msgid "Indicar la clave de admin" -#~ msgstr "Írd be az admin jelszót" - -#~ msgid "Clave del usuario admin de la aplicación" -#~ msgstr "Az alkalmazás rendszergazdai jelszava" - -#, fuzzy -#~ msgid "Indicar la clave maestra" -#~ msgstr "Írd be a mester jelszót" - -#, fuzzy -#~ msgid "Clave maestra para encriptar las claves" -#~ msgstr "Mester jelszó szükséges a jelszavak titkosításához" - -#, fuzzy -#~ msgid "Clave maestra muy corta" -#~ msgstr "Túl rövid a mester jelszó" - -#~ msgid "La longitud de la clave maestra ha de ser mayor de 11 caracteres" -#~ msgstr "A mester jelszó legaláb 11 karakterbõl kell, hogy álljon" - -#, fuzzy -#~ msgid "Indicar el usuario de la BBDD" -#~ msgstr "Írd be az adatbázis felhasználót" - -#, fuzzy -#~ msgid "Usuario con permisos de administrador de la Base de Datos" -#~ msgstr "Adatbázis rendszergazdai jogokkal rendelkezõ felhasználó" - -#, fuzzy -#~ msgid "Indicar el nombre de la BBDD" -#~ msgstr "Írd be az adatbázis nevét" - -#~ msgid "Nombre para la BBDD de la aplicación pej. syspass" -#~ msgstr "Az alkalmazás neve. Pl.: syspass" - -#~ msgid "El nombre de la BBDD no puede contener \".\"" -#~ msgstr "Az adatbázis neve nem tartalmazhat: \".\"" - -#, fuzzy -#~ msgid "Elimine los puntos del nombre de la Base de Datos" -#~ msgstr "Kérem, törölje a pontokat az adatbázis nevébõl" - -#, fuzzy -#~ msgid "Indicar el servidor de la BBDD" -#~ msgstr "Írd be az adatbázis szervert" - -#~ msgid "Servidor donde se instalará la Base de Datos" -#~ msgstr "Szerver, ahová az adatbázis telepítve lesz" - #, fuzzy #~ msgid "No es posible comprobar el usuario de sysPass" #~ msgstr "Nem lehet törölni, a felhaszánáló használatban van" -#, fuzzy -#~ msgid "Compruebe los permisos del usuario de conexión a la BD" -#~ msgstr "Kérem, ellenõrizze a 'config' mappa jogosultságait" - -#~ msgid "La BBDD ya existe" -#~ msgstr "Az adatbázis már létezik" - -#, fuzzy -#~ msgid "Indique una nueva Base de Datos o elimine la existente" -#~ msgstr "Írd be az új adatbázist, vagy töröld a jelenlegit" - #, fuzzy #~ msgid "Error al crear la BBDD" #~ msgstr "Hiba az adatbázis létrehozása közben" -#, fuzzy -#~ msgid "Verifique los permisos del usuario de la Base de Datos" -#~ msgstr "Kérem, ellenõrizze az adatbázis felhasználó jogosultságait" - #~ msgid "El archivo de estructura de la BBDD no existe" #~ msgstr "Adatbázis fájl nem létezik" @@ -5945,56 +7920,16 @@ msgstr "Link" #~ msgid "Error al seleccionar la BBDD" #~ msgstr "Hiba az adatbázis kiválasztása közben" -#, fuzzy -#~ msgid "" -#~ "No es posible usar la Base de Datos para crear la estructura. Compruebe " -#~ "los permisos y que no exista." -#~ msgstr "" -#~ "Új elem létrehozás aaz adatbázisban meghiúsult. Ellenõrizze a " -#~ "jogosultságokat és hogy valóban létezik az adatbázis" - -#~ msgid "Error al crear la estructura de la Base de Datos." -#~ msgstr "Hiba az adatbázis létrehozása közben" - -#~ msgid "Informe al desarrollador" -#~ msgstr "Figyelmeztetsd a fejlesztõt" - #, fuzzy #~ msgid "Error al actualizar la clave maestra del usuario \"admin\"" #~ msgstr "Hiba a mester jelszó frissítése közben" -#, fuzzy -#~ msgid "No es posible conectar con el servidor de LDAP" -#~ msgstr "Csatlakozás az LDAP szerverhez meghiúsult" - -#~ msgid "Error al conectar (BIND)" -#~ msgstr "Kapcsolat hiba (BIND)" - -#~ msgid "Error al buscar objetos en DN base" -#~ msgstr "Hiba a keresés közben" - -#, fuzzy -#~ msgid "Error al buscar RDN de grupo" -#~ msgstr "Hiba az RDN csoport keresése közben" - -#, fuzzy -#~ msgid "Error al localizar el usuario en LDAP" -#~ msgstr "Hiba az LDAP felhasználók keresése közben" - #~ msgid "Error al buscar el grupo de usuarios" #~ msgstr "Hiba a keresése közben" -#, fuzzy -#~ msgid "Usuario verificado en grupo" -#~ msgstr "Csoportot használja a:" - #~ msgid "Vaciar Eventos" #~ msgstr "Események törlése" -#, fuzzy -#~ msgid "Cliente no encontrado" -#~ msgstr "Nincs ügyfél találat" - #, fuzzy #~ msgid "Error al obtener los usuarios" #~ msgstr "Hiba a felhasználók betöltése közben" @@ -6015,40 +7950,13 @@ msgstr "Link" #~ msgid "Fallo al realizar la operación" #~ msgstr "Hiba a elõzmények mester jelszavának frissítése közben" -#, fuzzy -#~ msgid "Formato de XML inválido" -#~ msgstr "Érvénytelen Id" - -#, fuzzy -#~ msgid "Error al aplicar la actualización de la Base de Datos" -#~ msgstr "Hiba az adatbázis frissítése közben" - -#~ msgid "Compruebe el registro de eventos para más detalles" -#~ msgstr "Részletes leírást az esemény naplóban olvashat" - -#, fuzzy -#~ msgid "Error al aplicar la actualización auxiliar" -#~ msgstr "Hiba az adatbázis frissítése közben" - -#~ msgid "Actualizar BBDD" -#~ msgstr "Frissítse az adatbázist" - #~ msgid "No es necesario actualizar la Base de Datos." #~ msgstr "Az adatbázis frissítése nem szükséges" -#~ msgid "Actualización de la Base de Datos realizada correctamente." -#~ msgstr "Az adatbázis frissítés sikeresen megtörtént" - -#~ msgid "Actualizar Configuración" -#~ msgstr "Konfiguráció frissítése" - #, fuzzy #~ msgid "No se pudo realizar la petición de cambio de clave." #~ msgstr "Nem sikerült végrehajtani a jelszócsere kérelmet." -#~ msgid "Usuario de LDAP" -#~ msgstr "LDAP felhasználó" - #~ msgid "Activación Cuenta" #~ msgstr "Fiók Aktiválás" @@ -6070,31 +7978,10 @@ msgstr "Link" #~ msgid "Versión de PHP requerida >= " #~ msgstr "Szükséges PHP verzió> = 5.1" -#, fuzzy -#~ msgid "" -#~ "Actualice la versión de PHP para que la aplicación funcione correctamente" -#~ msgstr "Kérem, frissítse a PHP verziót, hogy a sysPass biztonságos legyen" - #, fuzzy #~ msgid "Exportar XML" #~ msgstr "Fiókok importálása" -#, fuzzy -#~ msgid "Error al crear el archivo XML" -#~ msgstr "Hiba az ügyfél létrehozása közben" - -#, fuzzy -#~ msgid "No es posible procesar el archivo XML" -#~ msgstr "Nem lehet a konfigurációs fájlba írni" - -#, fuzzy -#~ msgid "Archivo XML no soportado" -#~ msgstr "Fájltípus nem engedélyezett" - -#, fuzzy -#~ msgid "No es posible detectar la aplicación que exportó los datos" -#~ msgstr "Unable to detect the application the data was exported from" - #~ msgid "Último backup" #~ msgstr "Utolsó Archiválás" @@ -6102,13 +7989,6 @@ msgstr "Link" #~ msgid "Última exportación" #~ msgstr "Utolsó oldal" -#~ msgid "Registro de eventos vaciado" -#~ msgstr "Esemény napló törölve" - -#, fuzzy -#~ msgid "Error al vaciar el registro de eventos" -#~ msgstr "Hiba az esemény napló törlése közben" - #~ msgid "La version de PHP es vulnerable al ataque NULL Byte (CVE-2006-7243)" #~ msgstr "" #~ "Ez a PHP verzió sérülékeny a NULL Byte támadásokkal szemben " @@ -6124,9 +8004,6 @@ msgstr "Link" #~ "Sin esta función un atacante puede utilizar su cuenta al resetear la clave" #~ msgstr "E funkció nélkül egy támadó alapállapotba állíthatja jelszavát" -#~ msgid "Instalación finalizada" -#~ msgstr "A telepítés befejezõdött" - #~ msgid "Descargar nueva versión" #~ msgstr "Új verzió letöltése" @@ -6161,75 +8038,22 @@ msgstr "Link" #~ msgid "Se permite un máximo de 4 caracteres." #~ msgstr "A kiterjesztések hossza maximum 4 karakter lehet" -#~ msgid "Primera página" -#~ msgstr "Elsõ oldal" - -#~ msgid "Página anterior" -#~ msgstr "Elõzõ oldal" - -#~ msgid "Página siguiente" -#~ msgstr "Következõ oldal" - -#~ msgid "Última página" -#~ msgstr "Utolsó oldal" - -#~ msgid "Comprobar" -#~ msgstr "Ellenõrzés" - -#, fuzzy -#~ msgid "Cambiar Clave" -#~ msgstr "Változtatsd meg a jelszót" - -#~ msgid "Añadir" -#~ msgstr "Hozzáad" - #~ msgid "Abrir enlace a" #~ msgstr "Nyissa meg a linket, hogy" -#~ msgid "Limpiar" -#~ msgstr "Tiszta" - #, fuzzy #~ msgid "Parámetros especiales:" #~ msgstr "Helytelen paraméter" -#, fuzzy -#~ msgid "Realizar" -#~ msgstr "Archívum készítés" - #~ msgid "Extensión" #~ msgstr "Extension" -#~ msgid "Tamaño de archivo superado" -#~ msgstr "File size exceeded" - #~ msgid "Solicitud no enviada" #~ msgstr "Request not sent" #~ msgid "Compruebe datos de usuario o consulte con el administrador" #~ msgstr "Please, check the user data or contact to the administrator" -#~ msgid "La cuenta no existe" -#~ msgstr "The account doesn't exist" - -#~ msgid "Errores" -#~ msgstr "Errors" - -#~ msgid "Error al añadir favorito" -#~ msgstr "Error while adding favorite" - -#~ msgid "Error al eliminar favorito" -#~ msgstr "Error while deleting favorite" - -#~ msgid "Error al eliminar las etiquetas de la cuenta" -#~ msgstr "Error while removing the account's tags" - -#~ msgid "Método inválido" -#~ msgstr "Invalid Method" - -#~ msgid "Datos inválidos" -#~ msgstr "Invalid data" - #~ msgid "Formato incorrecto" #~ msgstr "Wrong format" @@ -6239,12 +8063,6 @@ msgstr "Link" #~ msgid "Nombre de cliente a buscar" #~ msgstr "Client name to search for" -#~ msgid "Método ya inicializado" -#~ msgstr "Method already initialized" - -#~ msgid "Método no disponible" -#~ msgstr "Method unavailable" - #~ msgid "Los parámetros de DokuWiki no están configurados" #~ msgstr "The DokuWiki parameters are not set" @@ -6257,81 +8075,24 @@ msgstr "Link" #~ msgid "Error de conexión a DokuWiki" #~ msgstr "Error while connecting to DokuWiki" -#~ msgid "Faltan parámetros de syslog remoto" -#~ msgstr "Missing remote syslog parameters" - -#~ msgid "Syslog remoto deshabilitado" -#~ msgstr "Remote syslog disabled" - -#~ msgid "Error al guardar la configuración" -#~ msgstr "Error while saving the configuration" - -#~ msgid "Faltan parámetros de DokuWiki" -#~ msgstr "Missing DokuWiki parameters" - #~ msgid "DokuWiki habiltada" #~ msgstr "DokuWiki enabled" -#~ msgid "DokuWiki deshabilitada" -#~ msgstr "DokuWiki disabled" - -#~ msgid "Enlace creado" -#~ msgstr "Link created" - -#~ msgid "Enlace actualizado" -#~ msgstr "Link updated" - -#~ msgid "Enlace eliminado" -#~ msgstr "Link deleted" - -#~ msgid "Plugin habilitado" -#~ msgstr "Plugin enabled" - -#~ msgid "Plugin deshabilitado" -#~ msgstr "Plugin disabled" - -#~ msgid "Plugin restablecido" -#~ msgstr "Plugin reset" - -#~ msgid "Favorito añadido" -#~ msgstr "Favorite added" - -#~ msgid "Favorito eliminado" -#~ msgstr "Favorite deleted" - -#~ msgid "Importación de usuarios de LDAP realizada" -#~ msgstr "LDAP users import finished" - #~ msgid "Error al importar usuarios de LDAP" #~ msgstr "Error while importing the LDAP users" -#~ msgid "Notificación leída" -#~ msgstr "Notification read" - -#~ msgid "Notificación eliminada" -#~ msgstr "Notification deleted" - #~ msgid "Solicitud enviada por correo" #~ msgstr "Request sent by email" #~ msgid "Solicitud no enviada por correo" #~ msgstr "Request not sent by email" -#~ msgid "Solicitud realizada" -#~ msgstr "Request done" - #~ msgid "Detalles de Plugin" #~ msgstr "Plugin Details" #~ msgid "Error al obtener la clave maestra del usuario" #~ msgstr "Error while retrieving the user's Master Pass" -#~ msgid "Es necesaria su clave anterior" -#~ msgstr "Your previous password is needed" - -#~ msgid "Servidor LDAP" -#~ msgstr "LDAP Server" - #~ msgid "Buscar Categorías" #~ msgstr "Search for Categories" @@ -6344,78 +8105,15 @@ msgstr "Link" #~ msgid "Añadir Cliente" #~ msgstr "Add Client" -#~ msgid "Observador no inicializado" -#~ msgstr "Observer not initialized" - -#~ msgid "Es necesario un objeto" -#~ msgstr "An object is needed" - -#~ msgid "Indicar la clave de la BBDD" -#~ msgstr "Please, enter the database password" - -#~ msgid "Clave del usuario administrador de la Base de Datos" -#~ msgstr "Database administrator's password" - -#~ msgid "Error al crear el usuario de conexión a MySQL '%s'" -#~ msgstr "Error while creating the MySQL connection user '%s'" - -#~ msgid "La BBDD no existe" -#~ msgstr "The database does not exist" - -#~ msgid "Es necesario crearla y asignar los permisos necesarios" -#~ msgstr "You need to create it and assign the needed permissions" - -#~ msgid "Error al actualizar la configuración" -#~ msgstr "Error while updating the configuration" - -#~ msgid "Usuario no indicado" -#~ msgstr "User not set" - -#~ msgid "Acción no indicada" -#~ msgstr "Action not set" - -#~ msgid "Es necesario un nombre de etiqueta" -#~ msgstr "A tag name is needed" - -#~ msgid "Respuesta XML-RPC inválida" -#~ msgstr "Invalid XML-RPC response" - -#~ msgid "Id de categoría no definido. No es posible importar cuenta." -#~ msgstr "Category Id not set. Unable to import account." - -#~ msgid "Id de cliente no definido. No es posible importar cuenta." -#~ msgstr "Client Id not set. Unable to import account." - -#~ msgid "Clave de encriptación no indicada" -#~ msgstr "Encryption password not set" - #~ msgid "Extensión '%s' no cargada" #~ msgstr "Extension '%s' not loaded" -#~ msgid "Categoría duplicada" -#~ msgstr "Duplicated category" - -#~ msgid "Categoría no encontrada" -#~ msgstr "Category not found" - -#~ msgid "Error al crear el campo personalizado" -#~ msgstr "Error while creating the custom field" - -#~ msgid "Error al eliminar el campo personalizado" -#~ msgstr "Error while removing the custom field" - -#~ msgid "Error al actualizar el campo personalizado" -#~ msgstr "Error while updating the custom field" - #~ msgid "Campo personalizado no encontrado" #~ msgstr "Custom field not found" #~ msgid "No se encontraron campos personalizados" #~ msgstr "Custom fields not found" -#~ msgid "No hay datos de campos personalizados" -#~ msgstr "There aren't any data from custom fields" - #~ msgid "Error al migrar campos personalizados" #~ msgstr "Error while migrating the custom fields" @@ -6428,102 +8126,15 @@ msgstr "Link" #~ msgid "Actualizar Grupo" #~ msgstr "Update Group" -#~ msgid "Error al asignar los usuarios al grupo" -#~ msgstr "Error while setting users in the group" - -#~ msgid "Error al crear la notificación" -#~ msgstr "Error while adding the notification" - -#~ msgid "Error al eliminar la notificación" -#~ msgstr "Error while deleting the notification" - -#~ msgid "Error al modificar la notificación" -#~ msgstr "Error while updating the notification" - -#~ msgid "Error al obtener la notificación" -#~ msgstr "Error while retrieving notification" - -#~ msgid "Error al obtener las notificaciones" -#~ msgstr "Error while retrieving the notifications" - -#~ msgid "Error al crear el plugin" -#~ msgstr "Error while adding the plugin" - -#~ msgid "Error al eliminar el plugin" -#~ msgstr "Error while deleting the plugin" - -#~ msgid "Error al actualizar el plugin" -#~ msgstr "Error while updating the plugin" - -#~ msgid "Habilitado" -#~ msgstr "Enabled" - -#~ msgid "Error al crear perfil" -#~ msgstr "Error while creating the profile" - #~ msgid "Perfil en uso" #~ msgstr "Profile in use" -#~ msgid "Error al eliminar perfil" -#~ msgstr "Error while removing the profile" - -#~ msgid "Error al modificar perfil" -#~ msgstr "Error while updating the profile" - -#~ msgid "Enlace visualizado" -#~ msgstr "Link viewed" - -#~ msgid "Error al actualizar enlace" -#~ msgstr "Error while updating the link" - -#~ msgid "Enlace ya creado" -#~ msgstr "Link already created" - -#~ msgid "Error al crear enlace" -#~ msgstr "Error while creating the link" - -#~ msgid "Error al eliminar enlace" -#~ msgstr "Error while removing the link" - -#~ msgid "Error al renovar enlace" -#~ msgstr "Error while renewing link" - #~ msgid "Actualizar Enlace" #~ msgstr "Update Link" -#~ msgid "Error al obtener enlace" -#~ msgstr "Error while retrieving the link" - -#~ msgid "ON" -#~ msgstr "ON" - -#~ msgid "OFF" -#~ msgstr "OFF" - -#~ msgid "Etiqueta duplicada" -#~ msgstr "Duplicated tag" - -#~ msgid "Error al crear etiqueta" -#~ msgstr "Error while creating the tag" - -#~ msgid "Error al eliminar etiqueta" -#~ msgstr "Error while removing the tag" - -#~ msgid "Error al actualizar etiqueta" -#~ msgstr "Error while updating the tag" - #~ msgid "Error al obtener etiqueta" #~ msgstr "Error while retrieving the tag" -#~ msgid "Login/email de usuario duplicados" -#~ msgstr "Duplicated user login/email" - -#~ msgid "Error al obtener los datos del usuario" -#~ msgstr "Error while retrieving the user's data" - -#~ msgid "No se encontraron objetos para sincronizar" -#~ msgstr "There aren't any objects to synchronize" - #~ msgid "Sincronización finalizada" #~ msgstr "Synchronization finished" @@ -6533,48 +8144,15 @@ msgstr "Link" #~ msgid "Error al obtener grupo de usuarios" #~ msgstr "Error while retrieving the users group" -#~ msgid "Error en comprobación de hash" -#~ msgstr "Error while checking hash" - -#~ msgid "Hash inválido o expirado" -#~ msgstr "Wrong hash or expired" - -#~ msgid "Error al generar el hash de recuperación" -#~ msgstr "Error while generating the recovering hash" - #~ msgid "Actualizando preferencias" #~ msgstr "Updating preferences" #~ msgid "No es posible leer/escribir el archivo: %s" #~ msgstr "Unable to read/write the file: %s" -#~ msgid "No hay elementos para guardar" -#~ msgstr "There aren't any items to save" - -#~ msgid "Socket no inicializado" -#~ msgstr "Socket not initialized" - -#~ msgid "Error al enviar datos" -#~ msgstr "Error while sending the data" - #~ msgid "Respuesta" #~ msgstr "Response" -#~ msgid "Ver Detalles" -#~ msgstr "View Details" - -#~ msgid "Copiar" -#~ msgstr "Copy" - -#~ msgid "Restaurar" -#~ msgstr "Restore" - -#~ msgid "Descargar" -#~ msgstr "Download" - -#~ msgid "Crítico" -#~ msgstr "Critical" - #~ msgid "Accesos" #~ msgstr "Accesses" @@ -6584,9 +8162,6 @@ msgstr "Link" #~ msgid "Hay %d notificaciones pendientes" #~ msgstr "There are %d unread notifications" -#~ msgid "Agente" -#~ msgstr "Agent" - #~ msgid "Crear Usuario" #~ msgstr "Add User" @@ -6641,165 +8216,12 @@ msgstr "Link" #~ msgid "Usuarios importados" #~ msgstr "Imported users" -#~ msgid "Acceso denegado" -#~ msgstr "Access denied" - -#~ 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 "A type is needed" - -#~ 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 "File not found" - -#~ msgid "Grupo no encontrado" -#~ msgstr "Group not found" - -#~ msgid "Notificación no encontrada" -#~ msgstr "Notification not found" - -#~ msgid "Plugin no encontrado" -#~ msgstr "Plugin not found" - -#~ msgid "Perfil no encontrado" -#~ msgstr "Profile not found" - -#~ msgid "Enlace no encontrado" -#~ msgstr "Link not found" - -#~ msgid "Etiqueta no encontrada" -#~ msgstr "Tag not found" - -#~ msgid "Usuario no encontrado" -#~ msgstr "User not found" - -#~ msgid "Consulta en blanco" -#~ msgstr "Blank query" - -#~ 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 "Master password hash updated" - -#~ msgid "Error al actualizar el hash de la clave maestra" -#~ msgstr "Error while updating the master password hash" - -#~ msgid "Usuarios eliminados" -#~ msgstr "Users deleted" - -#~ msgid "Notificación actualizada" -#~ msgstr "Notification updated" - -#~ msgid "Restricción de integridad" -#~ msgstr "Integrity constraint" - -#~ msgid "Clave de encriptación incorrecta" -#~ msgstr "Wrong encryption password" - -#~ 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 account IDs" @@ -6818,172 +8240,9 @@ msgstr "Link" #~ msgid "Actualizando IDs de usuarios" #~ msgstr "Updating user IDs" -#~ 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 "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)" @@ -6996,199 +8255,18 @@ msgstr "Link" #~ 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: %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 the 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 "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" @@ -7222,12 +8300,6 @@ msgstr "Link" #~ 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." @@ -7246,84 +8318,3 @@ msgstr "Link" #~ 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" - -#~ msgid "Grupo visualizado" -#~ msgstr "Group viewed" - -#~ msgid "Plugin disponible" -#~ msgstr "Plugin available" - -#~ msgid "Plugin no disponible" -#~ msgstr "Plugin unavailable" - -#~ msgid "Plugin cargado" -#~ msgstr "Plugin loaded" - -#~ msgid "Generar clave temporal" -#~ msgstr "Generate temporary password" - -#~ msgid "Clave temporal generada" -#~ msgstr "Temporary password generated" - -#~ msgid "Plugins eliminados" -#~ msgstr "Plugins deleted" - -#~ msgid "Plugin eliminado" -#~ msgstr "Plugin deleted" diff --git a/app/locales/it_IT/LC_MESSAGES/messages.mo b/app/locales/it_IT/LC_MESSAGES/messages.mo index b7b163e95c2ce96578f9a6b19172acf63f61ca19..5bc49e90029b6ce133a8ca9f04a483bd24f75d4b 100644 GIT binary patch literal 89643 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\n" "Language-Team: nuxsmin@syspass.org \n" "Language: it_IT\n" @@ -10,1116 +10,7625 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 1.8.11\n" -"X-Poedit-Basepath: .\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Poedit-KeywordsList: _;__;__u;gettext;gettext_noop\n" "X-Poedit-SourceCharset: UTF-8\n" -"X-Poedit-SearchPath-0: ../../../modules\n" -"X-Poedit-SearchPath-1: ../../../../lib\n" -"X-Poedit-SearchPath-2: ../../../config\n" +"X-Poedit-Basepath: ../../../..\n" +"X-Poedit-SearchPath-0: app/modules\n" +"X-Poedit-SearchPath-1: lib\n" +"X-Poedit-SearchPath-2: app/config\n" +"X-Poedit-SearchPathExcluded-0: app/modules/**/plugins\n" -#. (itstool) path: action/text -#: ../../../config/actions.xml:7 -msgid "Buscar Cuentas" -msgstr "Cerca account" +#: app/modules/api/Controllers/AccountController.php:70 +msgid "Account displayed" +msgstr "Account displayed" -#. (itstool) path: action/text -#: ../../../config/actions.xml:13 -msgid "Cuentas" +#: app/modules/api/Controllers/AccountController.php:71 +#: app/modules/api/Controllers/AccountController.php:103 +#: app/modules/api/Controllers/AccountController.php:139 +#: app/modules/api/Controllers/AccountController.php:189 +#: app/modules/api/Controllers/AccountController.php:240 +#: app/modules/api/Controllers/AccountController.php:315 +#: app/modules/api/Controllers/CategoryController.php:63 +#: app/modules/api/Controllers/CategoryController.php:92 +#: app/modules/api/Controllers/CategoryController.php:122 +#: app/modules/api/Controllers/CategoryController.php:151 +#: app/modules/api/Controllers/ClientController.php:64 +#: app/modules/api/Controllers/ClientController.php:94 +#: app/modules/api/Controllers/ClientController.php:125 +#: app/modules/api/Controllers/ClientController.php:154 +#: app/modules/api/Controllers/TagController.php:62 +#: app/modules/api/Controllers/TagController.php:90 +#: app/modules/api/Controllers/TagController.php:119 +#: app/modules/api/Controllers/TagController.php:148 +#: app/modules/api/Controllers/UserGroupController.php:62 +#: app/modules/api/Controllers/UserGroupController.php:92 +#: app/modules/api/Controllers/UserGroupController.php:123 +#: app/modules/api/Controllers/UserGroupController.php:152 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:240 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:113 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:104 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:105 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:108 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:116 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:107 +#: app/modules/web/Controllers/UserGroupController.php:274 +#: app/modules/web/Controllers/UserGroupController.php:315 +#: lib/SP/Plugin/PluginManager.php:320 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:30 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:43 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:22 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:24 +#: app/modules/web/themes/material-blue/views/account/account.inc:65 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:54 +#: app/modules/web/themes/material-blue/views/config/info.inc:39 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:23 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:23 +#: app/modules/web/themes/material-blue/views/itemshow/tag.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:35 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:24 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:533 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:22 +msgid "Name" +msgstr "Nome" + +#: app/modules/api/Controllers/AccountController.php:72 +#: app/modules/api/Controllers/AccountController.php:104 +#: app/modules/api/Controllers/AccountController.php:140 +#: app/modules/api/Controllers/AccountController.php:190 +#: app/modules/api/Controllers/AccountController.php:241 +#: app/modules/api/Controllers/AccountController.php:316 +#: app/modules/web/Controllers/AccountController.php:227 +#: app/modules/web/Controllers/AccountController.php:749 +#: app/modules/web/Controllers/AccountController.php:796 +#: app/modules/web/Controllers/AccountController.php:839 +#: app/modules/web/Controllers/AccountController.php:880 +#: app/modules/web/Controllers/AccountController.php:932 +#: app/modules/web/Controllers/AccountController.php:968 +#: app/modules/web/Controllers/AccountFileController.php:259 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:121 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:158 +#: app/modules/web/Controllers/AccountManagerController.php:151 +#: app/modules/web/Controllers/ClientController.php:225 +#: app/modules/web/Controllers/ClientController.php:259 +#: app/modules/web/Controllers/ClientController.php:297 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:233 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:114 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:105 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:109 +#: lib/SP/Services/Import/CsvImportBase.php:159 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:41 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:47 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:57 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:59 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:34 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:40 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:35 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:41 +#: app/modules/web/themes/material-blue/views/account/account.inc:78 +#: app/modules/web/themes/material-blue/views/account/account.inc:80 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:32 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:36 +#, fuzzy +msgid "Client" +msgstr "Cliente" + +#: app/modules/api/Controllers/AccountController.php:102 +#: app/modules/web/Controllers/AccountController.php:573 +#: app/modules/web/Controllers/AccountController.php:631 +msgid "Password viewed" +msgstr "Password viewed" + +#: app/modules/api/Controllers/AccountController.php:138 +#: app/modules/api/Controllers/AccountController.php:144 +#: app/modules/web/Controllers/AccountController.php:837 +#: app/modules/web/Controllers/AccountController.php:848 +#: app/modules/web/Controllers/UserController.php:428 +#: app/modules/web/Controllers/UserController.php:432 +#: app/modules/web/Controllers/UserPassResetController.php:196 +#: app/modules/web/Controllers/UserPassResetController.php:200 +msgid "Password updated" +msgstr "Password aggiornata" + +#: app/modules/api/Controllers/AccountController.php:188 +#: app/modules/api/Controllers/AccountController.php:194 +#: app/modules/web/Controllers/AccountController.php:747 +#: app/modules/web/Controllers/AccountController.php:758 +#, fuzzy +msgid "Account created" +msgstr "Account creato" + +#: app/modules/api/Controllers/AccountController.php:239 +#: app/modules/api/Controllers/AccountController.php:245 +#: app/modules/web/Controllers/AccountController.php:794 +#: app/modules/web/Controllers/AccountController.php:805 +msgid "Account updated" +msgstr "Account aggiornato" + +#: app/modules/api/Controllers/AccountController.php:314 +#: app/modules/api/Controllers/AccountController.php:320 +#: app/modules/web/Controllers/AccountController.php:930 +#: app/modules/web/Controllers/AccountController.php:935 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:119 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:124 +#: app/modules/web/Controllers/AccountManagerController.php:149 +#: app/modules/web/Controllers/AccountManagerController.php:154 +msgid "Account removed" +msgstr "Account rimosso" + +#: app/modules/api/Controllers/CategoryController.php:62 +msgid "Category displayed" +msgstr "Category displayed" + +#: app/modules/api/Controllers/CategoryController.php:91 +#: app/modules/api/Controllers/CategoryController.php:96 +#: app/modules/web/Controllers/CategoryController.php:263 +#: app/modules/web/Controllers/CategoryController.php:267 +msgid "Category added" +msgstr "Categoria creata" + +#: app/modules/api/Controllers/CategoryController.php:121 +#: app/modules/api/Controllers/CategoryController.php:126 +#: app/modules/web/Controllers/CategoryController.php:305 +#: app/modules/web/Controllers/CategoryController.php:309 +msgid "Category updated" +msgstr "Categoria aggiornata" + +#: app/modules/api/Controllers/CategoryController.php:150 +#: app/modules/api/Controllers/CategoryController.php:155 +#: app/modules/web/Controllers/CategoryController.php:227 +#: app/modules/web/Controllers/CategoryController.php:231 +msgid "Category deleted" +msgstr "Categoria eliminata" + +#: app/modules/api/Controllers/ClientController.php:63 +msgid "Client displayed" +msgstr "Client displayed" + +#: app/modules/api/Controllers/ClientController.php:93 +#: app/modules/api/Controllers/ClientController.php:98 +#: app/modules/web/Controllers/ClientController.php:258 +#: app/modules/web/Controllers/ClientController.php:262 +#: lib/SP/Services/Import/KeepassImport.php:77 +msgid "Client added" +msgstr "Cliente creato" + +#: app/modules/api/Controllers/ClientController.php:124 +#: app/modules/api/Controllers/ClientController.php:129 +#: app/modules/web/Controllers/ClientController.php:296 +#: app/modules/web/Controllers/ClientController.php:300 +#, fuzzy +msgid "Client updated" +msgstr "Cliente aggiornato" + +#: app/modules/api/Controllers/ClientController.php:153 +#: app/modules/api/Controllers/ClientController.php:158 +#: app/modules/web/Controllers/ClientController.php:224 +#: app/modules/web/Controllers/ClientController.php:228 +#, fuzzy +msgid "Client deleted" +msgstr "Cliente eliminato" + +#: app/modules/api/Controllers/ConfigController.php:57 +#: app/modules/web/Controllers/ConfigBackupController.php:68 +msgid "Application and database backup completed successfully" +msgstr "Copia dell'applicazione e del database eseguiti correttamente" + +#: app/modules/api/Controllers/ConfigController.php:58 +#: app/modules/api/Controllers/ConfigController.php:83 +#: app/modules/api/Controllers/Help/ConfigHelp.php:43 +#: app/modules/api/Controllers/Help/ConfigHelp.php:54 +msgid "Path" +msgstr "Path" + +#: app/modules/api/Controllers/ConfigController.php:61 +#: app/modules/web/Controllers/ConfigBackupController.php:71 +msgid "Backup process finished" +msgstr "Processo di backup completato" + +#: app/modules/api/Controllers/ConfigController.php:82 +#: app/modules/web/Controllers/ConfigBackupController.php:96 +msgid "sysPass XML export" +msgstr "sysPass XML export" + +#: app/modules/api/Controllers/ConfigController.php:91 +#: app/modules/api/Controllers/ConfigController.php:94 +#: app/modules/web/Controllers/ConfigBackupController.php:106 +#: app/modules/web/Controllers/ConfigBackupController.php:134 +msgid "Export process finished" +msgstr "Processo di esportazione finito" + +#: app/modules/api/Controllers/ControllerBase.php:146 +#: lib/SP/Services/Api/ApiService.php:186 +msgid "Unauthorized access" +msgstr "Accesso non consentito" + +#: app/modules/api/Controllers/Help/AccountHelp.php:43 +#: app/modules/api/Controllers/Help/AccountHelp.php:54 +#: app/modules/api/Controllers/Help/AccountHelp.php:67 +#: app/modules/api/Controllers/Help/AccountHelp.php:105 +#: app/modules/api/Controllers/Help/AccountHelp.php:144 +msgid "Account Id" +msgstr "Account Id" + +#: app/modules/api/Controllers/Help/AccountHelp.php:55 +#: app/modules/api/Controllers/Help/AccountHelp.php:68 +#: app/modules/api/Controllers/Help/AccountHelp.php:81 +msgid "Token's password" +msgstr "Token's Password" + +#: app/modules/api/Controllers/Help/AccountHelp.php:56 +msgid "Send details in the response" +msgstr "Restituisci i dettagli nella risposta" + +#: app/modules/api/Controllers/Help/AccountHelp.php:69 +#: app/modules/api/Controllers/Help/AccountHelp.php:85 +#: app/modules/api/Controllers/Help/ConfigHelp.php:55 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:74 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:80 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:91 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:89 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:92 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:101 +#: app/modules/web/themes/material-blue/views/account/account.inc:155 +#: app/modules/web/themes/material-blue/views/account/account.inc:163 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:42 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:293 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:296 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:81 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:170 +#: app/modules/web/themes/material-blue/views/config/mail.inc:119 +#: app/modules/web/themes/material-blue/views/config/mail.inc:126 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:253 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:260 +#: app/modules/web/themes/material-blue/views/install/index.inc:45 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:52 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:59 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:100 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:108 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:45 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:52 +#: app/modules/web/themes/material-blue/views/login/index.inc:35 +#: app/modules/web/themes/material-blue/views/login/index.inc:98 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:27 +msgid "Password" +msgstr "Password" + +#: app/modules/api/Controllers/Help/AccountHelp.php:70 +#: app/modules/api/Controllers/Help/AccountHelp.php:91 +#: app/modules/api/Controllers/Help/AccountHelp.php:114 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:97 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:114 +#: app/modules/web/themes/material-blue/views/account/account.inc:181 +#: app/modules/web/themes/material-blue/views/account/details.inc:88 +#: app/modules/web/themes/material-blue/views/account/details.inc:90 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:243 +msgid "Password Expiry Date" +msgstr "Data di scadenza chiave" + +#: app/modules/api/Controllers/Help/AccountHelp.php:82 +#: app/modules/api/Controllers/Help/AccountHelp.php:106 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:36 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:52 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:29 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:30 +#: app/modules/web/themes/material-blue/views/account/account.inc:73 +msgid "Account name" +msgstr "Nome dell'account" + +#: app/modules/api/Controllers/Help/AccountHelp.php:83 +#: app/modules/api/Controllers/Help/AccountHelp.php:107 +#: app/modules/api/Controllers/Help/CategoryHelp.php:43 +#: app/modules/api/Controllers/Help/CategoryHelp.php:66 +#: app/modules/api/Controllers/Help/CategoryHelp.php:91 +msgid "Category Id" +msgstr "ID categoria" + +#: app/modules/api/Controllers/Help/AccountHelp.php:84 +#: app/modules/api/Controllers/Help/AccountHelp.php:108 +#: app/modules/api/Controllers/Help/ClientHelp.php:43 +#: app/modules/api/Controllers/Help/ClientHelp.php:67 +#: app/modules/api/Controllers/Help/ClientHelp.php:93 +msgid "Client Id" +msgstr "ID cliente" + +#: app/modules/api/Controllers/Help/AccountHelp.php:86 +#: app/modules/api/Controllers/Help/AccountHelp.php:109 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:109 +#: app/modules/web/themes/material-blue/views/account/account.inc:149 +msgid "Access user" +msgstr "Username di accesso" + +#: app/modules/api/Controllers/Help/AccountHelp.php:87 +#: app/modules/api/Controllers/Help/AccountHelp.php:110 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:96 +#: app/modules/web/themes/material-blue/views/account/account.inc:136 +msgid "Access URL or IP" +msgstr "URL di accesso o IP" + +#: app/modules/api/Controllers/Help/AccountHelp.php:88 +#: app/modules/api/Controllers/Help/AccountHelp.php:111 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:134 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:85 +#: app/modules/web/themes/material-blue/views/account/account.inc:207 +msgid "Notes about the account" +msgstr "Note sull'account" + +#: app/modules/api/Controllers/Help/AccountHelp.php:89 +#: app/modules/api/Controllers/Help/AccountHelp.php:112 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:198 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:119 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:29 +msgid "Private Account" +msgstr "Password privata" + +#: app/modules/api/Controllers/Help/AccountHelp.php:90 +#: app/modules/api/Controllers/Help/AccountHelp.php:113 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:217 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:48 +msgid "Private Account for Group" +msgstr "Gruppo di account privato" + +#: app/modules/api/Controllers/Help/AccountHelp.php:92 +#: app/modules/api/Controllers/Help/AccountHelp.php:115 +#: app/modules/web/themes/material-blue/views/account/account.inc:252 +#: app/modules/web/themes/material-blue/views/account/account.inc:254 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:13 +msgid "Linked Account" +msgstr "Account collegato" + +#: app/modules/api/Controllers/Help/AccountHelp.php:93 +#: app/modules/api/Controllers/Help/AccountHelp.php:116 +msgid "Array with tags id" +msgstr "Array with tags id" + +#: app/modules/api/Controllers/Help/AccountHelp.php:94 +#: app/modules/api/Controllers/Help/AccountHelp.php:117 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:43 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:67 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:93 +msgid "Group Id" +msgstr "Group Id" + +#: app/modules/api/Controllers/Help/AccountHelp.php:128 +#: app/modules/api/Controllers/Help/CategoryHelp.php:79 +#: app/modules/api/Controllers/Help/ClientHelp.php:81 +#: app/modules/api/Controllers/Help/TagHelp.php:77 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:81 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:26 +#, fuzzy +msgid "Text to search for" +msgstr "Testo da cercare" + +#: app/modules/api/Controllers/Help/AccountHelp.php:129 +#: app/modules/api/Controllers/Help/CategoryHelp.php:80 +#: app/modules/api/Controllers/Help/ClientHelp.php:82 +#: app/modules/api/Controllers/Help/TagHelp.php:78 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:82 +#, fuzzy +msgid "Number of results to display" +msgstr "Numero di risultati da mostrare" + +#: app/modules/api/Controllers/Help/AccountHelp.php:130 +msgid "Category Id to filter on" +msgstr "ID di categoria da filtrare" + +#: app/modules/api/Controllers/Help/AccountHelp.php:131 +#, fuzzy +msgid "Client Id to filter on" +msgstr "ID cliente da filtrare" + +#: app/modules/api/Controllers/Help/AccountHelp.php:132 +msgid "Array with tags id for filtering" +msgstr "Array with tags id for filtering" + +#: app/modules/api/Controllers/Help/AccountHelp.php:133 +msgid "Filtering operator" +msgstr "Filtering operator" + +#: app/modules/api/Controllers/Help/CategoryHelp.php:54 +#: app/modules/api/Controllers/Help/CategoryHelp.php:67 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:29 +msgid "Category name" +msgstr "Nome categoria" + +#: app/modules/api/Controllers/Help/CategoryHelp.php:55 +#: app/modules/api/Controllers/Help/CategoryHelp.php:68 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:41 +msgid "Category description" +msgstr "Descrizione categoria" + +#: app/modules/api/Controllers/Help/ClientHelp.php:54 +#: app/modules/api/Controllers/Help/ClientHelp.php:68 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:30 +msgid "Client name" +msgstr "Nome del cliente" + +#: app/modules/api/Controllers/Help/ClientHelp.php:55 +#: app/modules/api/Controllers/Help/ClientHelp.php:69 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:43 +msgid "Client description" +msgstr "Descrizione del cliente" + +#: app/modules/api/Controllers/Help/ClientHelp.php:56 +#: app/modules/api/Controllers/Help/ClientHelp.php:70 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:152 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:66 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:99 +msgid "Global" +msgstr "Globale" + +#: app/modules/api/Controllers/Help/TagHelp.php:43 +#: app/modules/api/Controllers/Help/TagHelp.php:65 +#: app/modules/api/Controllers/Help/TagHelp.php:89 +msgid "Tag Id" +msgstr "Tag Id" + +#: app/modules/api/Controllers/Help/TagHelp.php:54 +#: app/modules/api/Controllers/Help/TagHelp.php:66 +#: app/modules/web/themes/material-blue/views/itemshow/tag.inc:29 +msgid "Tag name" +msgstr "Nome del tag" + +#: app/modules/api/Controllers/Help/UserGroupHelp.php:54 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:68 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:31 +msgid "Group name" +msgstr "Nome del gruppo" + +#: app/modules/api/Controllers/Help/UserGroupHelp.php:55 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:69 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:44 +msgid "Group description" +msgstr "Descrizione del gruppo" + +#: app/modules/api/Controllers/Help/UserGroupHelp.php:56 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:70 +msgid "Array with users Id" +msgstr "Array with users Id" + +#: app/modules/api/Controllers/TagController.php:61 +msgid "Tag displayed" +msgstr "Tag displayed" + +#: app/modules/api/Controllers/TagController.php:89 +#: app/modules/api/Controllers/TagController.php:94 +#: app/modules/web/Controllers/TagController.php:243 +msgid "Tag added" +msgstr "Tag aggiunta" + +#: app/modules/api/Controllers/TagController.php:118 +#: app/modules/api/Controllers/TagController.php:123 +#: app/modules/web/Controllers/TagController.php:276 +msgid "Tag updated" +msgstr "Tag aggiornata" + +#: app/modules/api/Controllers/TagController.php:147 +#: app/modules/api/Controllers/TagController.php:152 +#: app/modules/web/Controllers/TagController.php:215 +msgid "Tag removed" +msgstr "Tag rimossa" + +#: app/modules/api/Controllers/UserGroupController.php:61 +msgid "Group viewed" +msgstr "Group viewed" + +#: app/modules/api/Controllers/UserGroupController.php:91 +#: app/modules/api/Controllers/UserGroupController.php:96 +#: app/modules/web/Controllers/UserGroupController.php:273 +#: app/modules/web/Controllers/UserGroupController.php:277 +msgid "Group added" +msgstr "Gruppo creato" + +#: app/modules/api/Controllers/UserGroupController.php:122 +#: app/modules/api/Controllers/UserGroupController.php:127 +#: app/modules/web/Controllers/UserGroupController.php:314 +#: app/modules/web/Controllers/UserGroupController.php:318 +msgid "Group updated" +msgstr "Gruppo aggiornato" + +#: app/modules/api/Controllers/UserGroupController.php:151 +#: app/modules/api/Controllers/UserGroupController.php:156 +#: app/modules/web/Controllers/UserGroupController.php:237 +#: app/modules/web/Controllers/UserGroupController.php:241 +msgid "Group deleted" +msgstr "Gruppo cancellato" + +#: app/modules/api/Init.php:146 +msgid "Updating needed" +msgstr "Updating needed" + +#: app/modules/web/Controllers/AccountController.php:149 +#: app/modules/web/Controllers/AccountController.php:204 +#: app/modules/web/Controllers/AccountController.php:489 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:60 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:61 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:164 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:165 +#: app/modules/web/themes/material-blue/views/account/linkedAccounts.inc:28 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:58 +msgid "Account Details" +msgstr "Dettagli dell'account" + +#: app/modules/web/Controllers/AccountController.php:225 +msgid "Link viewed" +msgstr "Visualizza link" + +#: app/modules/web/Controllers/AccountController.php:226 +#: app/modules/web/Controllers/AccountController.php:574 +#: app/modules/web/Controllers/AccountController.php:632 +#: app/modules/web/Controllers/AccountController.php:674 +#: app/modules/web/Controllers/AccountController.php:711 +#: app/modules/web/Controllers/AccountController.php:748 +#: app/modules/web/Controllers/AccountController.php:795 +#: app/modules/web/Controllers/AccountController.php:838 +#: app/modules/web/Controllers/AccountController.php:879 +#: app/modules/web/Controllers/AccountController.php:931 +#: app/modules/web/Controllers/AccountController.php:967 +#: app/modules/web/Controllers/AccountFileController.php:258 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:120 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:157 +#: app/modules/web/Controllers/AccountManagerController.php:150 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:108 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:25 +#: app/modules/web/themes/material-blue/views/account/account.inc:30 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:21 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:23 +msgid "Account" msgstr "Account" -#. (itstool) path: action/text -#: ../../../config/actions.xml:19 -msgid "Archivos" -msgstr "Files" +#: app/modules/web/Controllers/AccountController.php:228 +msgid "Agent" +msgstr "Agente" + +#: app/modules/web/Controllers/AccountController.php:229 +msgid "HTTPS" +msgstr "HTTPS" + +#: app/modules/web/Controllers/AccountController.php:229 +#: lib/SP/DataModel/PublicLinkListData.php:88 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:190 +msgid "ON" +msgstr "ON" + +#: app/modules/web/Controllers/AccountController.php:229 +#: lib/SP/DataModel/PublicLinkListData.php:88 +msgid "OFF" +msgstr "OFF" + +#: app/modules/web/Controllers/AccountController.php:230 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:104 +msgid "IP" +msgstr "IP" #. (itstool) path: action/text -#: ../../../config/actions.xml:25 -msgid "Peticiones" -msgstr "Petizioni" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:31 -msgid "Favoritos" -msgstr "Favorites" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:37 -msgid "Wiki" -msgstr "Wiki" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:43 -msgid "Elementos y Personalización" -msgstr "Elementi e personalizzazione" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:49 -msgid "Gestión Categorías" -msgstr "Gestione Categorie" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:55 -#, fuzzy -msgid "Gestión Clientes" -msgstr "Gestione Clienti" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:61 -msgid "Gestión Autorizaciones API" -msgstr "Gestione Autorizzazioni API" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:67 -msgid "Gestión Campos Personalizados" -msgstr "Gestione Campi Personalizzati" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:73 -msgid "Enlaces Públicos" -msgstr "Link pubblici" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:79 -msgid "Gestión de Archivos" -msgstr "Gestione dei file" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:85 -msgid "Gestión de Cuentas" -msgstr "Gestione degli account" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:91 -msgid "Gestión de Etiquetas" -msgstr "Gestione dei Tags" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:97 -msgid "Gestión Plugins" -msgstr "Plugins Management" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:103 -msgid "Usuarios y Accesos" -msgstr "Utenti e accesso" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:109 -msgid "Seguridad y Auditoría" -msgstr "Security and Audit" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:115 -msgid "Gestión Usuarios" -msgstr "Gestione Utenti" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:121 -msgid "Gestión Grupos" -msgstr "Gestione Gruppi" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:127 -msgid "Gestión Perfiles" -msgstr "Gestione Profili" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:133 -msgid "Registro de Eventos" -msgstr "Registro degli eventi" - -#. (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 "Vedi Account" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:157 -msgid "Nueva Cuenta" +#: app/modules/web/Controllers/AccountController.php:261 +#: app/modules/web/Controllers/AccountController.php:307 +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:274 +#: app/config/actions.xml:157 +msgid "New Account" msgstr "Nuovo account" #. (itstool) path: action/text -#: ../../../config/actions.xml:163 -msgid "Editar Cuenta" +#: app/modules/web/Controllers/AccountController.php:353 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:176 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:177 +#: app/modules/web/themes/material-blue/views/account/linkedAccounts.inc:20 +#: app/config/actions.xml:163 +msgid "Edit Account" msgstr "Modifica account" #. (itstool) path: action/text -#: ../../../config/actions.xml:169 ../../../config/actions.xml:487 -#: ../../../config/actions.xml:799 -msgid "Eliminar Cuenta" +#: app/modules/web/Controllers/AccountController.php:400 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:334 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:335 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:181 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:182 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:177 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:178 +#: app/config/actions.xml:169 app/config/actions.xml:487 +#: app/config/actions.xml:799 +msgid "Remove Account" msgstr "Elimina account" #. (itstool) path: action/text -#: ../../../config/actions.xml:175 ../../../config/actions.xml:265 -msgid "Ver Clave" -msgstr "Vedi Password" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:181 -msgid "Editar Clave de Cuenta" +#: app/modules/web/Controllers/AccountController.php:445 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:155 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:156 +#: app/config/actions.xml:181 +msgid "Edit Account Password" msgstr "Modifica la password dell'account" -#. (itstool) path: action/text -#: ../../../config/actions.xml:187 ../../../config/actions.xml:811 -msgid "Restaurar Cuenta" -msgstr "Ripristina account" +#: app/modules/web/Controllers/AccountController.php:673 +#: app/modules/web/Controllers/AccountController.php:710 +msgid "Password copied" +msgstr "Password copied" + +#: app/modules/web/Controllers/AccountController.php:878 +#: app/modules/web/Controllers/AccountController.php:889 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:156 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:161 +msgid "Account restored" +msgstr "Account ripristinato" + +#: app/modules/web/Controllers/AccountController.php:916 +#: app/modules/web/Controllers/AccountController.php:919 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:108 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:111 +#: app/modules/web/Controllers/AccountManagerController.php:135 +#: app/modules/web/Controllers/AccountManagerController.php:138 +msgid "Accounts removed" +msgstr "Accounts eliminati" + +#: app/modules/web/Controllers/AccountController.php:958 +#: app/modules/web/Forms/NotificationForm.php:106 +msgid "A description is needed" +msgstr "Una descrizione è necessaria" + +#: app/modules/web/Controllers/AccountController.php:965 +#: lib/SP/Providers/Notification/NotificationHandler.php:124 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:46 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:44 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:46 +msgid "Request" +msgstr "" + +#: app/modules/web/Controllers/AccountController.php:966 +msgid "Requester" +msgstr "Richiedente" + +#: app/modules/web/Controllers/AccountController.php:969 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:105 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:129 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:108 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:37 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:61 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:68 +msgid "Description" +msgstr "Descrizione" + +#: app/modules/web/Controllers/AccountController.php:982 +msgid "Request done" +msgstr "Richiesta effettuata" + +#: app/modules/web/Controllers/AccountFavoriteController.php:55 +msgid "Favorite added" +msgstr "Preferito aggiunto" + +#: app/modules/web/Controllers/AccountFavoriteController.php:73 +msgid "Favorite deleted" +msgstr "Eliminato preferito" + +#: app/modules/web/Controllers/AccountFileController.php:74 +#: app/modules/web/Controllers/AccountFileController.php:135 +#, fuzzy +msgid "File does not exist" +msgstr "Il file non esiste" + +#: app/modules/web/Controllers/AccountFileController.php:87 +#: app/modules/web/Controllers/AccountFileController.php:103 +msgid "File viewed" +msgstr "File viewed" + +#: app/modules/web/Controllers/AccountFileController.php:88 +#: app/modules/web/Controllers/AccountFileController.php:104 +#: app/modules/web/Controllers/AccountFileController.php:141 +#: app/modules/web/Controllers/AccountFileController.php:257 +#: app/modules/web/Controllers/AccountFileController.php:364 +#: app/modules/web/Controllers/ConfigBackupController.php:163 +#: app/modules/web/Controllers/ConfigBackupController.php:209 +#: app/modules/web/Controllers/ConfigBackupController.php:255 +#: app/modules/web/Controllers/ConfigGeneralController.php:195 +#: app/modules/web/Controllers/ConfigGeneralController.php:236 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:122 +#: app/modules/web/themes/material-blue/views/config/import.inc:72 +msgid "File" +msgstr "File" + +#: app/modules/web/Controllers/AccountFileController.php:115 +#: app/config/strings.js.inc:40 +msgid "File not supported for preview" +msgstr "Anteprima del file non supportata" + +#: app/modules/web/Controllers/AccountFileController.php:140 +#: app/modules/web/Controllers/ConfigBackupController.php:162 +#: app/modules/web/Controllers/ConfigBackupController.php:208 +#: app/modules/web/Controllers/ConfigBackupController.php:254 +#: app/modules/web/Controllers/ConfigGeneralController.php:194 +#: app/modules/web/Controllers/ConfigGeneralController.php:235 +#: app/config/strings.js.inc:97 +msgid "File downloaded" +msgstr "File downloaded" + +#: app/modules/web/Controllers/AccountFileController.php:186 +msgid "INVALID QUERY" +msgstr "RICHIESTA NON VALIDA" + +#: app/modules/web/Controllers/AccountFileController.php:192 +msgid "There aren't any allowed extensions" +msgstr "Non ci sono estensioni consentite" + +#: app/modules/web/Controllers/AccountFileController.php:209 +#: lib/SP/Services/Import/FileImport.php:100 +msgid "File type not allowed" +msgstr "Tipo di file non consensito" + +#: app/modules/web/Controllers/AccountFileController.php:211 +#, php-format +msgid "Extension: %s" +msgstr "Extension: %s" + +#: app/modules/web/Controllers/AccountFileController.php:216 +msgid "Invalid file" +msgstr "File non valido" + +#: app/modules/web/Controllers/AccountFileController.php:218 +#, php-format +msgid "File: %s" +msgstr "File: %s" + +#: app/modules/web/Controllers/AccountFileController.php:224 +#: app/modules/web/Controllers/AccountFileController.php:244 +#: lib/SP/Services/Import/FileImport.php:116 +#, fuzzy +msgid "Internal error while reading the file" +msgstr "Errore interno durante la lettura del file" + +#: app/modules/web/Controllers/AccountFileController.php:226 +#, php-format +msgid "Maximum size: %s" +msgstr "Maximum size: %s" + +#: app/modules/web/Controllers/AccountFileController.php:234 +msgid "File size exceeded" +msgstr "Dimensione del file superata" + +#: app/modules/web/Controllers/AccountFileController.php:236 +#, php-format +msgid "Maximum size: %d KB" +msgstr "Maximum size: %d KB" + +#: app/modules/web/Controllers/AccountFileController.php:256 +#: app/modules/web/Controllers/AccountFileController.php:265 +msgid "File saved" +msgstr "File salvato" + +#: app/modules/web/Controllers/AccountFileController.php:260 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:109 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:109 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:109 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:127 +#: app/modules/web/Controllers/ItemPresetController.php:323 +#: app/modules/web/Controllers/ItemPresetController.php:364 +#: lib/SP/Services/Auth/LoginService.php:455 +#: lib/SP/Services/Auth/LoginService.php:518 +#: lib/SP/Services/Auth/LoginService.php:564 +#: lib/SP/Services/Auth/LoginService.php:607 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:35 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:37 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:23 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:30 +msgid "Type" +msgstr "Tipo" + +#: app/modules/web/Controllers/AccountFileController.php:261 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:110 +msgid "Size" +msgstr "Dimensione" + +#: app/modules/web/Controllers/AccountFileController.php:292 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:64 +#: app/modules/web/Controllers/AccountManagerController.php:79 +#: app/modules/web/Controllers/AccountManagerController.php:213 +#: app/modules/web/Controllers/AuthTokenController.php:71 +#: app/modules/web/Controllers/AuthTokenController.php:111 +#: app/modules/web/Controllers/AuthTokenController.php:176 +#: app/modules/web/Controllers/AuthTokenController.php:209 +#: app/modules/web/Controllers/AuthTokenController.php:254 +#: app/modules/web/Controllers/AuthTokenController.php:292 +#: app/modules/web/Controllers/AuthTokenController.php:344 +#: app/modules/web/Controllers/CategoryController.php:69 +#: app/modules/web/Controllers/CategoryController.php:106 +#: app/modules/web/Controllers/CategoryController.php:170 +#: app/modules/web/Controllers/CategoryController.php:203 +#: app/modules/web/Controllers/CategoryController.php:248 +#: app/modules/web/Controllers/CategoryController.php:290 +#: app/modules/web/Controllers/CategoryController.php:332 +#: app/modules/web/Controllers/ClientController.php:70 +#: app/modules/web/Controllers/ClientController.php:107 +#: app/modules/web/Controllers/ClientController.php:171 +#: app/modules/web/Controllers/ClientController.php:203 +#: app/modules/web/Controllers/ClientController.php:245 +#: app/modules/web/Controllers/ClientController.php:285 +#: app/modules/web/Controllers/ClientController.php:323 +#: app/modules/web/Controllers/CustomFieldController.php:71 +#: app/modules/web/Controllers/CustomFieldController.php:108 +#: app/modules/web/Controllers/CustomFieldController.php:170 +#: app/modules/web/Controllers/CustomFieldController.php:202 +#: app/modules/web/Controllers/CustomFieldController.php:236 +#: app/modules/web/Controllers/CustomFieldController.php:275 +#: app/modules/web/Controllers/CustomFieldController.php:314 +#: app/modules/web/Controllers/EventlogController.php:107 +#: app/modules/web/Controllers/ItemPresetController.php:70 +#: app/modules/web/Controllers/ItemPresetController.php:157 +#: app/modules/web/Controllers/ItemPresetController.php:197 +#: app/modules/web/Controllers/ItemPresetController.php:236 +#: app/modules/web/Controllers/ItemPresetController.php:268 +#: app/modules/web/Controllers/ItemPresetController.php:309 +#: app/modules/web/Controllers/ItemPresetController.php:350 +#: app/modules/web/Controllers/NotificationController.php:110 +#: app/modules/web/Controllers/NotificationController.php:173 +#: app/modules/web/Controllers/NotificationController.php:191 +#: app/modules/web/Controllers/NotificationController.php:223 +#: app/modules/web/Controllers/NotificationController.php:255 +#: app/modules/web/Controllers/NotificationController.php:308 +#: app/modules/web/Controllers/NotificationController.php:337 +#: app/modules/web/Controllers/NotificationController.php:372 +#: app/modules/web/Controllers/PluginController.php:111 +#: app/modules/web/Controllers/PluginController.php:133 +#: app/modules/web/Controllers/PluginController.php:277 +#: app/modules/web/Controllers/PublicLinkController.php:74 +#: app/modules/web/Controllers/PublicLinkController.php:111 +#: app/modules/web/Controllers/PublicLinkController.php:173 +#: app/modules/web/Controllers/PublicLinkController.php:201 +#: app/modules/web/Controllers/PublicLinkController.php:233 +#: app/modules/web/Controllers/PublicLinkController.php:276 +#: app/modules/web/Controllers/PublicLinkController.php:310 +#: app/modules/web/Controllers/PublicLinkController.php:354 +#: app/modules/web/Controllers/TagController.php:68 +#: app/modules/web/Controllers/TagController.php:105 +#: app/modules/web/Controllers/TagController.php:165 +#: app/modules/web/Controllers/TagController.php:197 +#: app/modules/web/Controllers/TagController.php:233 +#: app/modules/web/Controllers/TagController.php:266 +#: app/modules/web/Controllers/TagController.php:299 +#: app/modules/web/Controllers/UserController.php:75 +#: app/modules/web/Controllers/UserController.php:112 +#: app/modules/web/Controllers/UserController.php:197 +#: app/modules/web/Controllers/UserController.php:230 +#: app/modules/web/Controllers/UserController.php:266 +#: app/modules/web/Controllers/UserController.php:308 +#: app/modules/web/Controllers/UserController.php:373 +#: app/modules/web/Controllers/UserController.php:416 +#: app/modules/web/Controllers/UserController.php:455 +#: app/modules/web/Controllers/UserGroupController.php:77 +#: app/modules/web/Controllers/UserGroupController.php:114 +#: app/modules/web/Controllers/UserGroupController.php:185 +#: app/modules/web/Controllers/UserGroupController.php:217 +#: app/modules/web/Controllers/UserGroupController.php:259 +#: app/modules/web/Controllers/UserGroupController.php:300 +#: app/modules/web/Controllers/UserGroupController.php:341 +#: app/modules/web/Controllers/UserProfileController.php:70 +#: app/modules/web/Controllers/UserProfileController.php:107 +#: app/modules/web/Controllers/UserProfileController.php:174 +#: app/modules/web/Controllers/UserProfileController.php:206 +#: app/modules/web/Controllers/UserProfileController.php:248 +#: app/modules/web/Controllers/UserProfileController.php:285 +#: app/modules/web/Controllers/UserProfileController.php:323 +#: lib/SP/Core/Acl/UnauthorizedActionException.php:46 +#: lib/SP/Util/ErrorUtil.php:160 +msgid "You don't have permission to do this operation" +msgstr "Non hai il permesso di eseguire questa operazione" + +#: app/modules/web/Controllers/AccountFileController.php:355 +#: app/modules/web/Controllers/AccountFileController.php:358 +msgid "Files deleted" +msgstr "Files eliminati" + +#: app/modules/web/Controllers/AccountFileController.php:363 +msgid "File deleted" +msgstr "File cancellato" + +#: app/modules/web/Controllers/AccountFileController.php:369 +msgid "File Deleted" +msgstr "File Deleted" + +#: app/modules/web/Controllers/AccountFileController.php:405 +msgid "Files management disabled" +msgstr "Gestione dei file disabilitata" + +#: app/modules/web/Controllers/AccountFileController.php:424 +msgid "There are no linked files for the account" +msgstr "There are no linked files for the account" + +#: app/modules/web/Controllers/AccountManagerController.php:191 +#: app/modules/web/Controllers/AccountManagerController.php:194 +#: lib/SP/Services/Account/AccountCryptService.php:193 +msgid "Accounts updated" +msgstr "Account aggiornati" #. (itstool) path: action/text -#: ../../../config/actions.xml:193 -msgid "Copiar Cuenta" -msgstr "Copia account" +#: app/modules/web/Controllers/AccountManagerController.php:216 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:198 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:199 +#: app/config/actions.xml:493 +msgid "Bulk Update" +msgstr "Bulk Update" + +#: app/modules/web/Controllers/AuthTokenController.php:114 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:155 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:156 +msgid "New Authorization" +msgstr "Nuova autorizzazione" + +#: app/modules/web/Controllers/AuthTokenController.php:179 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:190 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:191 +msgid "Edit Authorization" +msgstr "Modifica autorizzazione" + +#: app/modules/web/Controllers/AuthTokenController.php:220 +#: app/modules/web/Controllers/AuthTokenController.php:223 +msgid "Authorizations deleted" +msgstr "Autorizzazioni eliminate" + +#: app/modules/web/Controllers/AuthTokenController.php:233 +#: app/modules/web/Controllers/AuthTokenController.php:237 +msgid "Authorization deleted" +msgstr "Autorizzazione rimossa" + +#: app/modules/web/Controllers/AuthTokenController.php:234 +#: app/modules/web/Controllers/AuthTokenController.php:306 +#: app/modules/web/Controllers/AuthTokenController.php:315 +#: app/modules/web/Controllers/AuthTokenController.php:356 +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:71 +msgid "Authorization" +msgstr "Authorization" + +#: app/modules/web/Controllers/AuthTokenController.php:269 +msgid "Authorization added" +msgstr "Autorizzazione creata" + +#: app/modules/web/Controllers/AuthTokenController.php:305 +#: app/modules/web/Controllers/AuthTokenController.php:314 +#: app/modules/web/Controllers/AuthTokenController.php:321 +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:70 +msgid "Authorization updated" +msgstr "Autorizzazione aggiornata" + +#: app/modules/web/Controllers/AuthTokenController.php:347 +msgid "View Authorization" +msgstr "Visualizza autorizzazione" + +#: app/modules/web/Controllers/AuthTokenController.php:355 +msgid "Authorization viewed" +msgstr "Authorization viewed" #. (itstool) path: action/text -#: ../../../config/actions.xml:199 ../../../config/actions.xml:271 -msgid "Copiar Clave" -msgstr "Copy Password" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:205 ../../../config/actions.xml:451 -msgid "Ver Archivo" -msgstr "Vedi File" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:211 ../../../config/actions.xml:469 -msgid "Subir Archivo" -msgstr "Upload File" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:217 ../../../config/actions.xml:457 -msgid "Descargar Archivo" -msgstr "Download File" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:223 ../../../config/actions.xml:463 -msgid "Eliminar Archivo" -msgstr "Elimina file" - -#. (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:253 -msgid "Eliminar Favorito" -msgstr "Rimuovi preferito" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:259 -msgid "Ver Historial" -msgstr "Vedi la cronologia" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:277 -msgid "Ver Wiki" -msgstr "Vedi Wiki" - -#. (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:301 -msgid "Ver Categoría" -msgstr "Visualizza categoria" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:307 -msgid "Nueva Categoría" +#: app/modules/web/Controllers/CategoryController.php:109 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:152 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:153 +#: app/modules/web/themes/material-blue/views/account/account.inc:118 +#: app/config/actions.xml:307 +msgid "New Category" msgstr "Nuova categoria" #. (itstool) path: action/text -#: ../../../config/actions.xml:313 -msgid "Editar Categoría" +#: app/modules/web/Controllers/CategoryController.php:173 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:170 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:171 +#: app/config/actions.xml:313 +msgid "Edit Category" msgstr "Modifica categoria" -#. (itstool) path: action/text -#: ../../../config/actions.xml:319 -msgid "Eliminar Categoría" -msgstr "Rimuovi categoria" +#: app/modules/web/Controllers/CategoryController.php:214 +#: app/modules/web/Controllers/CategoryController.php:217 +msgid "Categories deleted" +msgstr "Categorie eliminate" + +#: app/modules/web/Controllers/CategoryController.php:228 +#: app/modules/web/Controllers/CategoryController.php:264 +#: app/modules/web/Controllers/CategoryController.php:306 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:247 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:115 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:106 +#: lib/SP/Services/Import/KeepassImport.php:104 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:72 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:74 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:45 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:51 +#: app/modules/web/themes/material-blue/views/account/account.inc:103 +#: app/modules/web/themes/material-blue/views/account/account.inc:105 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:51 +msgid "Category" +msgstr "Categoria" #. (itstool) path: action/text -#: ../../../config/actions.xml:325 -msgid "Buscar Categoría" -msgstr "Cerca categoria" +#: app/modules/web/Controllers/CategoryController.php:335 +#: app/config/actions.xml:301 +msgid "View Category" +msgstr "Visualizza categoria" #. (itstool) path: action/text -#: ../../../config/actions.xml:331 +#: app/modules/web/Controllers/ClientController.php:110 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:155 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:156 +#: app/modules/web/themes/material-blue/views/account/account.inc:93 +#: app/config/actions.xml:337 #, fuzzy -msgid "Ver Cliente" -msgstr "Visualizza cliente" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:337 -#, fuzzy -msgid "Nuevo Cliente" +msgid "New Client" msgstr "Nuovo cliente" #. (itstool) path: action/text -#: ../../../config/actions.xml:343 +#: app/modules/web/Controllers/ClientController.php:174 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:173 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:174 +#: app/config/actions.xml:343 #, fuzzy -msgid "Editar Cliente" +msgid "Edit Client" msgstr "Modifica cliente" -#. (itstool) path: action/text -#: ../../../config/actions.xml:349 -msgid "Eliminar Cliente" -msgstr "Rimuovi cliente" +#: app/modules/web/Controllers/ClientController.php:213 +#: app/modules/web/Controllers/ClientController.php:216 +msgid "Clients deleted" +msgstr "Clienti eliminati" #. (itstool) path: action/text -#: ../../../config/actions.xml:355 -msgid "Buscar Cliente" -msgstr "Cerca cliente" - -#. (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:421 -msgid "Crear Enlace Público" -msgstr "Crea un collegamento pubblico" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:427 +#: app/modules/web/Controllers/ClientController.php:326 +#: app/config/actions.xml:331 #, fuzzy -msgid "Ver Enlace Público" -msgstr "Vedi Link pubblico" +msgid "View Client" +msgstr "Visualizza cliente" + +#: app/modules/web/Controllers/ConfigAccountController.php:74 +#, fuzzy +msgid "Maximum size per file is 16MB" +msgstr "La dimensione massima per file è 16 MB" + +#: app/modules/web/Controllers/ConfigAccountController.php:82 +msgid "Files enabled" +msgstr "Files enabled" + +#: app/modules/web/Controllers/ConfigAccountController.php:87 +msgid "Files disabled" +msgstr "Files disabled" + +#: app/modules/web/Controllers/ConfigAccountController.php:100 +msgid "Public links enabled" +msgstr "Public links enabled" + +#: app/modules/web/Controllers/ConfigAccountController.php:105 +msgid "Public links disabled" +msgstr "Public links disabled" + +#: app/modules/web/Controllers/ConfigBackupController.php:57 +#: app/modules/web/Controllers/ConfigBackupController.php:195 +#: app/modules/web/Controllers/ConfigBackupController.php:241 +#: app/modules/web/Controllers/ConfigEncryptionController.php:97 +#: app/modules/web/Controllers/ConfigEncryptionController.php:159 +#: app/modules/web/Controllers/ConfigGeneralController.php:183 +#: app/modules/web/Controllers/ConfigGeneralController.php:229 +#: app/modules/web/Controllers/ConfigImportController.php:59 +#: app/modules/web/Controllers/ConfigLdapController.php:226 +#: app/modules/web/Controllers/Traits/ConfigTrait.php:55 +#: app/modules/web/Forms/UserForm.php:131 +#: app/modules/web/Forms/UserForm.php:153 +#: app/modules/web/Forms/UserForm.php:171 +msgid "Ey, this is a DEMO!!" +msgstr "Ehi, questa è una DEMO !!" + +#: app/modules/web/Controllers/ConfigBackupController.php:90 +#: app/modules/web/Controllers/UserPassResetController.php:183 +#: app/modules/web/Forms/AccountForm.php:135 +#: app/modules/web/Forms/UserForm.php:161 +#, fuzzy +msgid "Passwords do not match" +msgstr "Le password non corrispondono" + +#: app/modules/web/Controllers/ConfigBackupController.php:121 +msgid "Verification of exported data finished" +msgstr "Verification of exported data finished" + +#: app/modules/web/Controllers/ConfigBackupController.php:122 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:113 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:237 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:163 +#: app/modules/web/themes/material-blue/views/config/info.inc:49 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:34 +msgid "Version" +msgstr "Versione" + +#: app/modules/web/Controllers/ConfigBackupController.php:123 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:128 +#: app/modules/web/themes/material-blue/views/common/aux-customfields.inc:17 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:90 +msgid "Encrypted" +msgstr "Encrypted" + +#: app/modules/web/Controllers/ConfigBackupController.php:123 +#: app/modules/web/themes/material-blue/views/config/info.inc:140 +msgid "Yes" +msgstr "Si" + +#: app/modules/web/Controllers/ConfigBackupController.php:123 +#: app/modules/web/themes/material-blue/views/config/info.inc:140 +msgid "No" +msgstr "No" #. (itstool) path: action/text -#: ../../../config/actions.xml:433 -msgid "Eliminar Enlace Público" -msgstr "Delete Public Link" +#: app/modules/web/Controllers/ConfigBackupController.php:124 +#: app/modules/web/Controllers/ConfigManagerController.php:174 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:101 +#: lib/SP/Providers/Notification/NotificationHandler.php:125 +#: lib/SP/Providers/Notification/NotificationHandler.php:156 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:74 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:25 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:394 +#: app/config/actions.xml:13 +msgid "Accounts" +msgstr "Account" + +#: app/modules/web/Controllers/ConfigBackupController.php:125 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:93 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:76 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:330 +msgid "Clients" +msgstr "Utenti" + +#: app/modules/web/Controllers/ConfigBackupController.php:126 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:94 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:75 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:298 +msgid "Categories" +msgstr "Categorie" + +#: app/modules/web/Controllers/ConfigBackupController.php:127 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:94 +#: app/modules/web/themes/material-blue/views/account/account.inc:211 +#: app/modules/web/themes/material-blue/views/account/account.inc:213 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:94 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:314 +msgid "Tags" +msgstr "Tags" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:73 +#: app/modules/web/Controllers/ConfigEncryptionController.php:147 +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 +#: lib/SP/Services/Auth/LoginService.php:300 +#: lib/SP/Services/Auth/LoginService.php:324 +#: lib/SP/Services/User/UpdatedMasterPassException.php:45 +#: lib/SP/Util/ErrorUtil.php:164 +msgid "Master password updated" +msgstr "Password master aggiornata" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:73 +#: app/modules/web/Controllers/ConfigEncryptionController.php:147 +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 +#: lib/SP/Services/User/UpdatedMasterPassException.php:45 +#: lib/SP/Util/ErrorUtil.php:165 +msgid "Please, restart the session for update it" +msgstr "Riavvia la sessione per cambiarla" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:77 +#, fuzzy +msgid "Master password not entered" +msgstr "Password principale non indicata" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:81 +msgid "The password update must be confirmed" +msgstr "Il cambiamento chiave deve essere confermato" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:85 +#, fuzzy +msgid "Passwords are the same" +msgstr "Le chiavi sono identiche" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:89 +#, fuzzy +msgid "Master passwords do not match" +msgstr "Le chiavi principali non corrispondono" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:93 +msgid "The current master password does not match" +msgstr "La chiave master corrente non corrisponde" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:143 +msgid "Error while saving the Master Password's hash" +msgstr "Impossibile salvare l'hash della chiave principale" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:166 +#: app/modules/web/Controllers/ConfigEncryptionController.php:168 +msgid "Master password hash updated" +msgstr "Ha aggiornato l'hash della chiave principale" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:175 +msgid "Error while updating the master password hash" +msgstr "Impossibile aggiornare l'hash della password principale" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:199 +#: app/modules/web/Controllers/ConfigEncryptionController.php:205 +#: app/modules/web/Controllers/ConfigEncryptionController.php:209 +msgid "Temporary password generated" +msgstr "Temporary password generated" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:199 +#: app/modules/web/Controllers/ConfigMailController.php:146 +#: app/modules/web/Controllers/ConfigMailController.php:152 +#: lib/SP/Services/Mail/MailService.php:141 +msgid "Email sent" +msgstr "" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:205 +#: lib/SP/Services/Mail/MailService.php:81 +#: lib/SP/Services/Mail/MailService.php:151 +msgid "Error while sending the email" +msgstr "" + +#: app/modules/web/Controllers/ConfigGeneralController.php:96 +msgid "Missing remote syslog parameters" +msgstr "Parametri syslog remoti mancanti" + +#: app/modules/web/Controllers/ConfigGeneralController.php:104 +msgid "Remote syslog enabled" +msgstr "Remote syslog enabled" + +#: app/modules/web/Controllers/ConfigGeneralController.php:109 +msgid "Remote syslog disabled" +msgstr "Syslog remoto disabilitato" + +#: app/modules/web/Controllers/ConfigGeneralController.php:122 +msgid "Missing Proxy parameters " +msgstr "Mancano i parametri proxy" + +#: app/modules/web/Controllers/ConfigGeneralController.php:136 +msgid "Proxy enabled" +msgstr "Proxy abilitato" + +#: app/modules/web/Controllers/ConfigGeneralController.php:141 +msgid "Proxy disabled" +msgstr "Proxy disabilitato" + +#: app/modules/web/Controllers/ConfigGeneralController.php:160 +msgid "Auth Basic enabled" +msgstr "Auth Basic enabled" + +#: app/modules/web/Controllers/ConfigGeneralController.php:166 +msgid "Auth Basic disabled" +msgstr "Auth Basic disabled" + +#: app/modules/web/Controllers/ConfigImportController.php:78 +msgid "Accounts imported" +msgstr "Account importati" + +#: app/modules/web/Controllers/ConfigImportController.php:82 +#: app/modules/web/Controllers/ConfigLdapController.php:268 +msgid "Import finished" +msgstr "Importazione completata" + +#: app/modules/web/Controllers/ConfigImportController.php:82 +#: app/modules/web/Controllers/ConfigImportController.php:85 +#: lib/SP/Services/Backup/FileBackupService.php:120 +#: lib/SP/Services/Export/XmlExportService.php:205 +msgid "Please check out the event log for more details" +msgstr "Controlla il registro eventi per maggiori dettagli" + +#: app/modules/web/Controllers/ConfigImportController.php:85 +msgid "No accounts were imported" +msgstr "No accounts were imported" + +#: app/modules/web/Controllers/ConfigLdapController.php:71 +#: app/modules/web/Controllers/ConfigLdapController.php:143 +#: app/modules/web/Controllers/ConfigLdapController.php:181 +msgid "Missing LDAP parameters" +msgstr "Parametri LDAP mancanti" + +#: app/modules/web/Controllers/ConfigLdapController.php:90 +msgid "LDAP enabled" +msgstr "LDAP abilitato" + +#: app/modules/web/Controllers/ConfigLdapController.php:95 +msgid "LDAP disabled" +msgstr "LDAP disabilitato" + +#: app/modules/web/Controllers/ConfigLdapController.php:97 +#: app/modules/web/Controllers/ConfigMailController.php:106 +#: app/config/strings.js.inc:80 +msgid "No changes" +msgstr "Nessun cambiamento" + +#: app/modules/web/Controllers/ConfigLdapController.php:117 +#: app/modules/web/Controllers/ConfigLdapController.php:246 +msgid "Wrong LDAP parameters" +msgstr "Wrong LDAP parameters" + +#: app/modules/web/Controllers/ConfigLdapController.php:153 +#: app/modules/web/Controllers/ConfigLdapController.php:197 +msgid "Results" +msgstr "Risultati" + +#: app/modules/web/Controllers/ConfigLdapController.php:158 +#: app/modules/web/Controllers/ConfigLdapController.php:203 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:95 +msgid "LDAP connection OK" +msgstr "Connetti per correggere LDAP" + +#: app/modules/web/Controllers/ConfigLdapController.php:159 +#: app/modules/web/Controllers/ConfigLdapController.php:204 +#, php-format +msgid "Objects found: %d" +msgstr "Oggetti trovati: %d" + +#: app/modules/web/Controllers/ConfigLdapController.php:253 +msgid "LDAP Import" +msgstr "LDAP Import" + +#: app/modules/web/Controllers/ConfigLdapController.php:272 +msgid "There aren't any objects to synchronize" +msgstr "Nessun oggetto trovato da sincronizzare" + +#: app/modules/web/Controllers/ConfigLdapController.php:277 +msgid "LDAP users import finished" +msgstr "Importazione utenti LDAP terminata" + +#: app/modules/web/Controllers/ConfigLdapController.php:279 +#, php-format +msgid "Imported users: %d / %d" +msgstr "Imported users: %d / %d" + +#: app/modules/web/Controllers/ConfigLdapController.php:280 +#, php-format +msgid "Errors: %d" +msgstr "Errors: %d" + +#: app/modules/web/Controllers/ConfigMailController.php:72 +#: app/modules/web/Controllers/ConfigMailController.php:133 +msgid "Missing Mail parameters" +msgstr "Parametri Mail mancanti" + +#: app/modules/web/Controllers/ConfigMailController.php:97 +msgid "Mail enabled" +msgstr "Mail abilitata" + +#: app/modules/web/Controllers/ConfigMailController.php:104 +msgid "Mail disabled" +msgstr "Mail disabilitata" + +#: app/modules/web/Controllers/ConfigMailController.php:147 +#: lib/SP/Services/Mail/MailService.php:142 +msgid "Recipient" +msgstr "Destinatario" + +#: app/modules/web/Controllers/ConfigMailController.php:153 +msgid "Please, check your inbox" +msgstr "Please, check your inbox" + +#: app/modules/web/Controllers/ConfigManagerController.php:160 +#: app/modules/web/themes/material-blue/views/install/index.inc:134 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:20 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:18 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:446 +msgid "General" +msgstr "Generale" #. (itstool) path: action/text -#: ../../../config/actions.xml:439 -msgid "Actualizar Enlace Público" +#: app/modules/web/Controllers/ConfigManagerController.php:189 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:29 +#: app/config/actions.xml:37 +msgid "Wiki" +msgstr "Wiki" + +#: app/modules/web/Controllers/ConfigManagerController.php:208 +msgid "LDAP" +msgstr "LDAP" + +#: app/modules/web/Controllers/ConfigManagerController.php:234 +#: app/modules/web/themes/material-blue/views/config/mail.inc:12 +msgid "Mail" +msgstr "Mail" + +#: app/modules/web/Controllers/ConfigManagerController.php:273 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:462 +msgid "Encryption" +msgstr "Crittografia" + +#: app/modules/web/Controllers/ConfigManagerController.php:301 +#: app/modules/web/themes/material-blue/views/config/backup.inc:61 +msgid "There aren't any backups available" +msgstr "Non sono stati trovati backup" + +#: app/modules/web/Controllers/ConfigManagerController.php:311 +#: app/modules/web/themes/material-blue/views/config/backup.inc:132 +msgid "No export file found" +msgstr "Nessun file di esportazione trovato" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/ConfigManagerController.php:314 +#: app/modules/web/themes/material-blue/views/config/backup.inc:24 +#: app/modules/web/themes/material-blue/views/config/backup.inc:78 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:478 +#: app/config/actions.xml:739 +msgid "Backup" +msgstr "" + +#: app/modules/web/Controllers/ConfigManagerController.php:331 +msgid "Import Accounts" +msgstr "Importa account" + +#: app/modules/web/Controllers/ConfigManagerController.php:353 +msgid "Not installed" +msgstr "Non installato" + +#: app/modules/web/Controllers/ConfigManagerController.php:363 +#: app/modules/web/themes/material-blue/inc/Icons.php:63 +msgid "Information" +msgstr "Informazioni" + +#: app/modules/web/Controllers/ConfigWikiController.php:63 +msgid "Missing Wiki parameters" +msgstr "Parametri Wiki mancanti" + +#: app/modules/web/Controllers/ConfigWikiController.php:73 +msgid "Wiki enabled" +msgstr "Wiki abilitato" + +#: app/modules/web/Controllers/ConfigWikiController.php:78 +msgid "Wiki disabled" +msgstr "Wiki disabilitato" + +#: app/modules/web/Controllers/ConfigWikiController.php:91 +msgid "Missing DokuWiki parameters" +msgstr "Parametri di DokuWiki mancanti" + +#: app/modules/web/Controllers/ConfigWikiController.php:103 +msgid "DokuWiki enabled" +msgstr "DokuWiki enabled" + +#: app/modules/web/Controllers/ConfigWikiController.php:108 +msgid "DokuWiki disabled" +msgstr "DokuWiki disabilitato" + +#: app/modules/web/Controllers/CustomFieldController.php:111 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:159 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:160 +msgid "New Field" +msgstr "Nuovo campo" + +#: app/modules/web/Controllers/CustomFieldController.php:173 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:177 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:178 +msgid "Edit Field" +msgstr "Modifica campo" + +#: app/modules/web/Controllers/CustomFieldController.php:209 +#: app/modules/web/Controllers/CustomFieldController.php:212 +msgid "Fields deleted" +msgstr "Campi eliminati" + +#: app/modules/web/Controllers/CustomFieldController.php:218 +msgid "Field deleted" +msgstr "Campo rimosso" + +#: app/modules/web/Controllers/CustomFieldController.php:248 +#: app/modules/web/Controllers/CustomFieldController.php:252 +msgid "Field added" +msgstr "Campo creato" + +#: app/modules/web/Controllers/CustomFieldController.php:249 +#: app/modules/web/Controllers/CustomFieldController.php:288 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:88 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:157 +msgid "Field" +msgstr "Field" + +#: app/modules/web/Controllers/CustomFieldController.php:287 +#: app/modules/web/Controllers/CustomFieldController.php:291 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldData.php:74 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:87 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:156 +msgid "Field updated" +msgstr "Campo aggiornato" + +#: app/modules/web/Controllers/CustomFieldController.php:317 +msgid "View Field" +msgstr "View Field" + +#: app/modules/web/Controllers/ErrorController.php:107 +#, fuzzy +msgid "Application on maintenance" +msgstr "Applicazione in manutenzione" + +#: app/modules/web/Controllers/ErrorController.php:108 +msgid "It will be running shortly" +msgstr "Presto sarà operativo" + +#: app/modules/web/Controllers/ErrorController.php:123 +#: lib/SP/Services/Install/MySQL.php:363 +msgid "Error while checking the database" +msgstr "" + +#: app/modules/web/Controllers/ErrorController.php:124 +#: app/modules/web/Controllers/ErrorController.php:140 +#: app/modules/web/Controllers/UserPassResetController.php:96 +#: 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:149 lib/SP/Util/ErrorUtil.php:153 +#: lib/SP/Util/ErrorUtil.php:157 lib/SP/Util/ErrorUtil.php:161 +#: lib/SP/Util/ErrorUtil.php:169 lib/SP/Util/ErrorUtil.php:176 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:13 +msgid "Please contact to the administrator" +msgstr "Verificare con l'amministratore" + +#: app/modules/web/Controllers/ErrorController.php:139 +#: 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 +#, fuzzy +msgid "Unable to connect to DB" +msgstr "Non è possibile connettersi al BD" + +#: app/modules/web/Controllers/EventlogController.php:127 +#: app/modules/web/Controllers/EventlogController.php:130 +msgid "Event log cleared" +msgstr "Registro eventi vuoto" + +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:89 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:90 +msgid "View Current" +msgstr "Vedi corrente" + +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:135 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:136 +#: app/modules/web/themes/material-blue/inc/Icons.php:49 +#: app/modules/web/themes/material-blue/views/_partials/error.inc:14 +#: app/modules/web/themes/material-blue/views/_partials/error.inc:15 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:123 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:67 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:360 +#: app/modules/web/themes/material-blue/views/config/backup.inc:173 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:310 +#: app/modules/web/themes/material-blue/views/config/general.inc:28 +#: app/modules/web/themes/material-blue/views/config/import.inc:91 +#: app/modules/web/themes/material-blue/views/config/info.inc:193 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:295 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:440 +#: app/modules/web/themes/material-blue/views/config/mail.inc:206 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:294 +#: app/modules/web/themes/material-blue/views/error/error-database.inc:13 +#: app/modules/web/themes/material-blue/views/error/error-database.inc:14 +#: app/modules/web/themes/material-blue/views/error/error-maintenance.inc:13 +#: app/modules/web/themes/material-blue/views/error/error-maintenance.inc:14 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:40 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:50 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:211 +msgid "Back" +msgstr "" + +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:196 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:197 +msgid "Request Modification" +msgstr "Richiesta di modifica" + +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:217 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:218 +msgid "Restore account from this point" +msgstr "Ripristina account da questo punto" + +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:237 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:238 +#: app/modules/web/themes/material-blue/inc/Icons.php:51 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:130 +msgid "Save" +msgstr "Save" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:354 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:355 +#: app/config/actions.xml:439 +msgid "Update Public Link" msgstr "Update Public Link" #. (itstool) path: action/text -#: ../../../config/actions.xml:445 -msgid "Buscar Enlace Público" -msgstr "Search for Public Link" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:377 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:378 +#: app/config/actions.xml:433 +msgid "Delete Public Link" +msgstr "Delete Public Link" #. (itstool) path: action/text -#: ../../../config/actions.xml:475 -msgid "Buscar Archivo" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:397 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:398 +#: app/config/actions.xml:421 +msgid "Create Public Link" +msgstr "Crea un collegamento pubblico" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:418 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:419 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:463 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:464 +#: app/modules/web/themes/material-blue/inc/Icons.php:34 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:69 +#: app/config/actions.xml:175 app/config/actions.xml:265 +msgid "View password" +msgstr "Vedi Password" + +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:440 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:441 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:485 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:486 +msgid "Copy Password to Clipboard" +msgstr "Copia la password negli appunti" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:508 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:509 +#: app/config/actions.xml:193 +msgid "Copy Account" +msgstr "Copia account" + +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:69 +#: app/config/strings.js.inc:72 +msgid "Account Password" +msgstr "Password dell'account" + +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:96 +#: lib/SP/Core/Acl/AccountPermissionException.php:45 +#: lib/SP/Util/ErrorUtil.php:152 +#, fuzzy +msgid "You don't have permission to access this account" +msgstr "Non hai il permesso di accedere a questo account" + +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:177 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:178 +msgid "More Actions" +msgstr "Altre azioni" + +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:234 +#, fuzzy +msgid "Sort by Client" +msgstr "Ordina per cliente" + +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:241 +msgid "Sort by Name" +msgstr "Ordina per nome" + +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:248 +msgid "Sort by Category" +msgstr "Ordina per categoria" + +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:254 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:110 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:112 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:105 +#: app/modules/web/Controllers/LoginController.php:122 +#: app/modules/web/Controllers/UserController.php:287 +#: app/modules/web/Controllers/UserController.php:323 +#: app/modules/web/Controllers/UserController.php:388 +#: app/modules/web/Controllers/UserController.php:429 +#: app/modules/web/Controllers/UserPassResetController.php:197 +#: lib/SP/Core/Acl/Acl.php:301 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:220 +#: lib/SP/Services/Auth/LoginService.php:238 +#: lib/SP/Services/Auth/LoginService.php:390 +#: lib/SP/Services/Auth/LoginService.php:457 +#: lib/SP/Services/Auth/LoginService.php:565 +#: lib/SP/Services/Auth/LoginService.php:608 +#: lib/SP/Services/Ldap/LdapImportService.php:238 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:63 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:69 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:101 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:67 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:73 +#: app/modules/web/themes/material-blue/views/account/account.inc:141 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:76 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:25 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:67 +#: app/modules/web/themes/material-blue/views/config/info.inc:61 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:149 +#: app/modules/web/themes/material-blue/views/config/mail.inc:106 +#: app/modules/web/themes/material-blue/views/config/mail.inc:113 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:233 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:247 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:24 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:31 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:33 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:65 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:67 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:18 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:97 +#: app/modules/web/themes/material-blue/views/login/index.inc:24 +#: app/modules/web/themes/material-blue/views/login/index.inc:94 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:75 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:77 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:19 +msgid "User" +msgstr "Utente" + +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:255 +msgid "Sort by Username" +msgstr "Ordina per utente" + +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:261 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:52 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:58 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:88 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:56 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:62 +#: app/modules/web/themes/material-blue/views/account/account.inc:128 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:81 +msgid "URL / IP" +msgstr "URL / IP" + +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:262 +msgid "Sort by URL / IP" +msgstr "Ordina per URL / IP" + +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:79 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:80 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:70 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:71 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:71 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:71 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:75 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:76 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:90 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:91 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:75 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:82 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:83 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:74 +msgid "Delete Selected" +msgstr "Eliminare selezioni" + +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:116 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:158 +#: app/modules/web/themes/material-blue/views/account/details.inc:42 +#: app/modules/web/themes/material-blue/views/account/details.inc:44 +msgid "Owner" +msgstr "Owner" + +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:117 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:175 +#: app/modules/web/themes/material-blue/views/account/details.inc:50 +#: app/modules/web/themes/material-blue/views/account/details.inc:52 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:79 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:81 +msgid "Main Group" +msgstr "Gruppo Principale" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:149 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:145 +#: app/config/actions.xml:499 app/config/actions.xml:805 +msgid "Search for Account" +msgstr "Cerca account" + +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:92 +msgid "Accounts (H)" +msgstr "Accounts (H)" + +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:126 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:100 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:106 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:122 +#: app/modules/web/themes/material-blue/views/account/account.inc:190 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:251 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:48 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:55 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:38 +msgid "Date" +msgstr "Data" + +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:108 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:130 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:109 +msgid "Status" +msgstr "Stato" + +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:129 +msgid "Modified" +msgstr "Modificata" + +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:130 +msgid "Removed" +msgstr "Rimossa" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:160 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:161 +#: app/config/actions.xml:187 app/config/actions.xml:811 +msgid "Account Restore" +msgstr "Ripristina account" + +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:95 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:362 +msgid "API Authorizations" +msgstr "Autorizzazioni API" + +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:108 +#: lib/SP/Core/Acl/Acl.php:300 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:38 +msgid "Action" +msgstr "Azione" + +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:140 +msgid "Search for Token" +msgstr "Token di ricerca" + +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:173 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:174 +msgid "View Authorization token" +msgstr "Vedi Token di autorizzazione" + +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:207 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:208 +msgid "Delete Authorization" +msgstr "Elimina autorizzazione" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:137 +#: app/config/actions.xml:325 +msgid "Search for Category" +msgstr "Cerca categoria" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:187 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:188 +#: app/config/actions.xml:319 +msgid "Delete Category" +msgstr "Rimuovi categoria" + +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:123 +#: app/config/strings.js.inc:66 +msgid "YES" +msgstr "SI" + +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:123 +#: app/config/strings.js.inc:67 +msgid "NO" +msgstr "NO" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:140 +#: app/config/actions.xml:355 +msgid "Search for Client" +msgstr "Cerca cliente" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:190 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:191 +#: app/config/actions.xml:349 +msgid "Delete Client" +msgstr "Rimuovi cliente" + +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:95 +#: app/modules/web/themes/material-blue/views/account/account.inc:33 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:346 +msgid "Custom Fields" +msgstr "Campi personalizzati" + +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:108 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:51 +msgid "Module" +msgstr "Modulo" + +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:110 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:120 +msgid "Properties" +msgstr "Proprietà" + +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:144 +msgid "Search for Field" +msgstr "Campo di ricerca" + +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:194 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:195 +msgid "Delete Field" +msgstr "Rimuovi campo" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:87 +#: app/modules/web/themes/material-blue/views/eventlog/index.inc:1 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:514 +#: app/config/actions.xml:133 +msgid "Event Log" +msgstr "" + +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:99 +#: app/modules/web/Controllers/ItemPresetController.php:289 +#: app/modules/web/Controllers/ItemPresetController.php:324 +#: app/modules/web/Controllers/ItemPresetController.php:365 +#: app/modules/web/themes/material-blue/views/account/details.inc:97 +#: app/modules/web/themes/material-blue/views/account/details.inc:99 +msgid "ID" +msgstr "ID" + +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:100 +msgid "Date / Time" +msgstr "Data / ora" + +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:101 +msgid "Level" +msgstr "Livello" + +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:102 +msgid "Event" +msgstr "Evento" + +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:103 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:117 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:50 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:33 +msgid "Login" +msgstr "Login" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:165 +#: app/config/actions.xml:139 +msgid "Search for Events" +msgstr "" + +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:181 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:182 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:178 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:179 +msgid "Refresh" +msgstr "Refresh" + +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:199 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:200 +#, fuzzy +msgid "Clear the event log out" +msgstr "Registrazione vuota di eventi" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:94 +#: app/modules/web/themes/material-blue/views/account/account.inc:41 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:280 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:150 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:410 +#: app/config/actions.xml:19 +msgid "Files" +msgstr "Files" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:145 +#: app/config/actions.xml:475 +msgid "Search for File" msgstr "Cerca archivio" #. (itstool) path: action/text -#: ../../../config/actions.xml:493 -msgid "Actualización Masiva" -msgstr "Bulk Update" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:160 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:161 +#: app/modules/web/themes/material-blue/views/account/files-list.inc:51 +#: app/config/actions.xml:205 app/config/actions.xml:451 +msgid "View File" +msgstr "Vedi File" #. (itstool) path: action/text -#: ../../../config/actions.xml:499 ../../../config/actions.xml:805 -msgid "Buscar Cuenta" -msgstr "Cerca account" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:178 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:179 +#: app/modules/web/themes/material-blue/views/account/files-list.inc:42 +#: app/config/actions.xml:217 app/config/actions.xml:457 +msgid "Download File" +msgstr "Download File" #. (itstool) path: action/text -#: ../../../config/actions.xml:505 -msgid "Nueva Etiqueta" -msgstr "Nuova Tag" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:198 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:199 +#: app/modules/web/themes/material-blue/views/account/files-list.inc:34 +#: app/config/actions.xml:223 app/config/actions.xml:463 +msgid "Delete File" +msgstr "Elimina file" + +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:97 +msgid "Preset Values" +msgstr "Preset Values" + +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:111 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:119 +#: app/modules/web/Controllers/UserGroupController.php:238 +#: 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 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:133 +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:25 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:274 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:277 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:206 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:233 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:48 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:50 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:53 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:146 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:148 +msgid "Group" +msgstr "Gruppo" + +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:112 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:118 +#: app/modules/web/Controllers/UserProfileController.php:228 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:65 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:67 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:129 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:131 +msgid "Profile" +msgstr "Profilo" + +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:113 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:83 +msgid "Priority" +msgstr "Priority" + +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:114 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:120 +msgid "Forced" +msgstr "Forced" #. (itstool) path: action/text -#: ../../../config/actions.xml:511 -msgid "Ver Etiqueta" -msgstr "View Tag" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:517 -msgid "Editar Etiqueta" -msgstr "Modifica Tag" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:523 -msgid "Eliminar Etiqueta" -msgstr "Elimina Tag" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:529 -msgid "Buscar Etiqueta" -msgstr "Cerca per Tag" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:535 -msgid "Nuevo Plugin" -msgstr "Nuovo Plugin" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:541 -msgid "Ver Plugin" -msgstr "VediPlugin" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:547 -msgid "Buscar Plugin" -msgstr "Cerca plugin" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:553 -msgid "Habilitar Plugin" -msgstr "Enable Plugin" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:559 -msgid "Deshabilitar Plugin" -msgstr "Disable Plugin" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:565 -msgid "Restablecer Plugin" -msgstr "Reset Plugin" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:571 -msgid "Eliminar Plugin" -msgstr "Delete Plugin" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:577 -msgid "Ver Usuario" -msgstr "Visualizza utente" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:583 -msgid "Nuevo Usuario" -msgstr "Nuovo utente" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:589 -msgid "Editar Usuario" -msgstr "Modifica utente" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:595 -msgid "Eliminar Usuario" -msgstr "Elimina utente" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:601 -msgid "Editar Clave Usuario" -msgstr "Edit User Password" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:607 -msgid "Buscar Usuario" -msgstr "Cerca utente" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:613 -msgid "Ver Grupo" -msgstr "Visualizza gruppo" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:619 -msgid "Nuevo Grupo" -msgstr "Nuovo gruppo" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:625 -msgid "Editar Grupo" -msgstr "Modifica gruppo" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:631 -msgid "Eliminar Grupo" -msgstr "Elimina gruppo" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:637 -msgid "Buscar Grupo" -msgstr "Cerca gruppo" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:643 -msgid "Ver Perfil" -msgstr "Visualizza profilo" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:649 -msgid "Nuevo Perfil" -msgstr "Nuovo profilo" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:655 -msgid "Editar Perfil" -msgstr "Modifica profilo" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:661 -msgid "Eliminar Perfil" -msgstr "Elimina profilo" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:667 -msgid "Buscar Perfil" -msgstr "Cerca profilo" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:673 -msgid "Configuración Usuario" -msgstr "User Configuration" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:679 -msgid "Preferencias General" -msgstr "General Preferences" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:685 -msgid "Notificaciones" -msgstr "Notifiche" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:691 -msgid "Configuración" -msgstr "Configurazione" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:697 -msgid "Configuración General" -msgstr "Configurazione Generale" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:703 -msgid "Configuración Cuentas" -msgstr "Accounts Configuration" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:709 -msgid "Configuración Wiki" -msgstr "Wiki Configuration" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:715 -msgid "Configuración Encriptación" -msgstr "Encryption Configuration" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:721 -msgid "Actualizar Hash" -msgstr "Update Hash" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:727 -msgid "Clave Maestra Temporal" -msgstr "Temporary Master Password" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:733 -msgid "Configuración Copia de Seguridad" -msgstr "Backup Configuration" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:739 -msgid "Copia de Seguridad" -msgstr "Copia di backup" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:745 -msgid "Configuración Importación" -msgstr "Import Configuration" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:751 -msgid "Importar CSV" -msgstr "CSV Import" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:757 -msgid "Importar XML" -msgstr "XML Import" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:763 -msgid "Configuración Exportación" -msgstr "Export Configuration" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:769 -msgid "Exportación" -msgstr "Export" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:775 -msgid "Configuración Email" -msgstr "Email Configuration" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:781 -msgid "Configuración LDAP" -msgstr "LDAP Configuration" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:787 -msgid "Sincronización LDAP" -msgstr "LDAP sincronizzazione" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:793 -msgid "Gestión de Cuenta (H)" -msgstr "Account Management (H)" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:817 -msgid "Ver Notificación" -msgstr "Vedi notifica" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:823 -msgid "Crear Notificación" -msgstr "Create Notification" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:829 -msgid "Editar Notificación" -msgstr "Modifica notifica" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:835 -msgid "Eliminar Notificación" -msgstr "Elimina notifica" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:841 -msgid "Marcar Notificación" -msgstr "Segna notifica" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:847 -msgid "Buscar Notificación" -msgstr "Ricerca notifica" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:853 -msgid "Gestión Valores Predeterminados" -msgstr "Preset Values Management" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:859 -msgid "Buscar Valor" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:148 +#: app/config/actions.xml:859 +msgid "Search for Value" msgstr "Search for Value" -#. (itstool) path: action/text -#: ../../../config/actions.xml:865 -msgid "Ver Valor" -msgstr "Display Value" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:163 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:66 +msgid "Permission Preset" +msgstr "Permission Preset" + +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:164 +msgid "New Permission Preset" +msgstr "New Permission Preset" + +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:187 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:86 +msgid "Private Account Preset" +msgstr "Private Account Preset" + +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:188 +msgid "New Private Account Preset" +msgstr "New Private Account Preset" + +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:211 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:102 +msgid "Session Timeout Preset" +msgstr "Session Timeout Preset" + +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:212 +msgid "New Session Timeout Preset" +msgstr "New Session Timeout Preset" + +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:235 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:117 +msgid "Account Password Preset" +msgstr "Account Password Preset" + +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:236 +msgid "New Account Password Preset" +msgstr "New Account Password Preset" #. (itstool) path: action/text -#: ../../../config/actions.xml:871 -msgid "Nuevo Valor" -msgstr "New Value" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:877 -msgid "Editar Valor" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:259 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:260 +#: app/modules/web/Controllers/ItemPresetController.php:239 +#: app/config/actions.xml:877 +msgid "Edit Value" msgstr "Edit Value" #. (itstool) path: action/text -#: ../../../config/actions.xml:883 -msgid "Eliminar Valor" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:276 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:277 +#: app/config/actions.xml:883 +msgid "Delete Value" msgstr "Delete Value" #. (itstool) path: action/text -#: ../../../config/actions.xml:889 -msgid "Gestión de Tracks" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:113 +#: app/modules/web/themes/material-blue/inc/Icons.php:65 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:106 +#: app/modules/web/themes/material-blue/views/notification/index.inc:1 +#: app/config/actions.xml:685 +msgid "Notifications" +msgstr "Notifiche" + +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:128 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:35 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:42 +msgid "Component" +msgstr "Componente" + +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:150 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:111 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:115 +msgid "Read" +msgstr "Leggi" + +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:151 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:107 +msgid "Only Admins" +msgstr "Only Admins" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:168 +#: app/config/actions.xml:847 +msgid "Search for Notification" +msgstr "Ricerca notifica" + +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:183 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:184 +#: app/modules/web/Controllers/NotificationController.php:194 +msgid "New Notification" +msgstr "Nuova notifica" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:201 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:202 +#: app/modules/web/Controllers/NotificationController.php:113 +#: app/config/actions.xml:817 +msgid "View Notification" +msgstr "Vedi notifica" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:231 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:232 +#: app/config/actions.xml:841 +msgid "Checkout Notification" +msgstr "Segna notifica" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:249 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:250 +#: app/modules/web/Controllers/NotificationController.php:226 +#: app/config/actions.xml:829 +msgid "Edit Notification" +msgstr "Modifica notifica" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:266 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:267 +#: app/config/actions.xml:835 +msgid "Delete Notification" +msgstr "Elimina notifica" + +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:96 +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:330 +#: app/modules/web/themes/material-blue/views/plugin/index.inc:1 +msgid "Plugins" +msgstr "Plugins" + +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:108 +#: lib/SP/Plugin/PluginManager.php:194 +msgid "Plugin" +msgstr "Plugin" + +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:125 +msgid "Unavailable" +msgstr "Unavailable" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:141 +#: app/config/actions.xml:547 +msgid "Search for Plugin" +msgstr "Cerca plugin" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:156 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:157 +#: app/modules/web/Controllers/PluginController.php:136 +#: app/config/actions.xml:541 +msgid "View Plugin" +msgstr "VediPlugin" + +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:173 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:174 +msgid "Enable" +msgstr "Abilita" + +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:192 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:193 +msgid "Disable" +msgstr "Disabilita" + +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:211 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:212 +msgid "Reset Data" +msgstr "Ripristina dati" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:231 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:232 +#: app/config/actions.xml:571 +msgid "Delete Plugin" +msgstr "Delete Plugin" + +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:96 +#: app/modules/web/themes/material-blue/views/account/account.inc:49 +msgid "Links" +msgstr "Links" + +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:110 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:51 +msgid "Creation Date" +msgstr "Data di creazione" + +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:111 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:195 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:57 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:59 +msgid "Expiry Date " +msgstr "Data di Scadenza" + +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:113 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:39 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:43 +msgid "Notify" +msgstr "Notificare" + +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:114 +#: app/modules/web/themes/material-blue/views/account/details.inc:14 +#: app/modules/web/themes/material-blue/views/account/details.inc:16 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:197 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:73 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:75 +msgid "Visits" +msgstr "Visite" + +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:149 +msgid "Search for Link" +msgstr "Collegamento di ricerca" + +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:164 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:165 +msgid "New Link" +msgstr "New Link" + +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:182 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:183 +#: app/modules/web/Controllers/PublicLinkController.php:357 +msgid "View Link" +msgstr "Vedi Link" + +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:198 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:199 +msgid "Renew Link" +msgstr "Rinnova il collegamento" + +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:215 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:216 +msgid "Delete Link" +msgstr "Rimuovi link" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:135 +#: app/config/actions.xml:529 +msgid "Search for Tag" +msgstr "Cerca per Tag" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:150 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:151 +#: app/modules/web/Controllers/TagController.php:108 +#: app/modules/web/themes/material-blue/views/account/account.inc:226 +#: app/config/actions.xml:505 +msgid "New Tag" +msgstr "Nuova Tag" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:168 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:169 +#: app/modules/web/Controllers/TagController.php:168 app/config/actions.xml:517 +msgid "Edit Tag" +msgstr "Modifica Tag" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:185 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:186 +#: app/config/actions.xml:523 +msgid "Delete Tag" +msgstr "Elimina Tag" + +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:88 +msgid "Tracks" +msgstr "Tracks" + +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:101 +msgid "Date Unlocked" +msgstr "Date Unlocked" + +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:102 +msgid "Source" +msgstr "Sorgente" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:162 +#: app/config/actions.xml:895 +msgid "Search for track" +msgstr "Search for track" + +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:104 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:77 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:16 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:113 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:12 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:50 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:52 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:56 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:250 +msgid "Users" +msgstr "Utenti" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:156 +#: app/config/actions.xml:607 +msgid "Search for User" +msgstr "Cerca utente" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:171 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:172 +#: app/modules/web/Controllers/UserController.php:115 +#: app/config/actions.xml:583 +msgid "New User" +msgstr "Nuovo utente" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:189 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:190 +#: app/modules/web/Controllers/UserController.php:200 +#: app/config/actions.xml:589 +msgid "Edit User" +msgstr "Modifica utente" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:206 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:207 +#: app/config/actions.xml:595 +msgid "Delete User" +msgstr "Elimina utente" + +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:223 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:224 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:460 +msgid "Import users from LDAP" +msgstr "Importa utenti LDAP" + +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:241 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:242 +msgid "View User Details" +msgstr "Vedi dettagli utente" + +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:258 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:259 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:63 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:116 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:122 +msgid "Change User's Password" +msgstr "Cambia password utente" + +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:95 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:78 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:84 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:162 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:53 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:266 +msgid "Groups" +msgstr "Gruppi" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:138 +#: app/config/actions.xml:637 +msgid "Search for Group" +msgstr "Cerca gruppo" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:153 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:154 +#: app/modules/web/Controllers/UserGroupController.php:117 +#: app/config/actions.xml:619 +msgid "New Group" +msgstr "Nuovo gruppo" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:171 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:172 +#: app/modules/web/Controllers/UserGroupController.php:344 +#: app/config/actions.xml:613 +msgid "View Group" +msgstr "Visualizza gruppo" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:188 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:189 +#: app/modules/web/Controllers/UserGroupController.php:188 +#: app/config/actions.xml:625 +msgid "Edit Group" +msgstr "Modifica gruppo" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:205 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:206 +#: app/config/actions.xml:631 +msgid "Delete Group" +msgstr "Elimina gruppo" + +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:95 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:282 +msgid "Profiles" +msgstr "Profili" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:136 +#: app/config/actions.xml:667 +msgid "Search for Profile" +msgstr "Cerca profilo" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:151 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:152 +#: app/modules/web/Controllers/UserProfileController.php:110 +#: app/config/actions.xml:649 +msgid "New Profile" +msgstr "Nuovo profilo" + +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:169 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:170 +msgid "View Profile Details" +msgstr "Vedi i dettagli del profilo" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:186 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:187 +#: app/modules/web/Controllers/UserProfileController.php:177 +#: app/config/actions.xml:655 +msgid "Edit Profile" +msgstr "Modifica profilo" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:203 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:204 +#: app/config/actions.xml:661 +msgid "Delete Profile" +msgstr "Elimina profilo" + +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:261 +#: app/modules/web/themes/material-blue/inc/Icons.php:58 +msgid "Search" +msgstr "Ricerca" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:344 +#: app/modules/web/themes/material-blue/inc/Icons.php:61 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:24 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:27 +#: app/config/actions.xml:691 +msgid "Configuration" +msgstr "Configurazione" + +#: app/modules/web/Controllers/InstallController.php:59 +msgid "Module unavailable" +msgstr "Modulo non disponibile" + +#: app/modules/web/Controllers/InstallController.php:60 +msgid "Without this module the application could not run correctly" +msgstr "" +"Senza questo modulo l'applicazione non potrebbe funzionare correttamente." + +#: app/modules/web/Controllers/InstallController.php:89 +msgid "Installation finished" +msgstr "Installazione terminata" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/ItemPresetController.php:73 +#: app/config/actions.xml:865 +msgid "Display Value" +msgstr "Display Value" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/ItemPresetController.php:207 +#: app/config/actions.xml:871 +msgid "New Value" +msgstr "New Value" + +#: app/modules/web/Controllers/ItemPresetController.php:277 +#: app/modules/web/Controllers/ItemPresetController.php:280 +msgid "Values deleted" +msgstr "Values deleted" + +#: app/modules/web/Controllers/ItemPresetController.php:288 +#: app/modules/web/Controllers/ItemPresetController.php:292 +msgid "Value deleted" +msgstr "Value deleted" + +#: app/modules/web/Controllers/ItemPresetController.php:322 +#: app/modules/web/Controllers/ItemPresetController.php:327 +msgid "Value created" +msgstr "Value created" + +#: app/modules/web/Controllers/ItemPresetController.php:363 +#: app/modules/web/Controllers/ItemPresetController.php:368 +msgid "Value updated" +msgstr "Value updated" + +#: app/modules/web/Controllers/ItemsController.php:130 +msgid "There aren't any pending notifications" +msgstr "Non ci sono notifiche in sospeso" + +#: app/modules/web/Controllers/ItemsController.php:131 +#, php-format +msgid "There are pending notifications: %d" +msgstr "There are pending notifications: %d" + +#: app/modules/web/Controllers/LoginController.php:121 +msgid "Logout session" +msgstr "Fine sessione" + +#: app/modules/web/Controllers/LoginController.php:123 +msgid "Inactive time" +msgstr "Tempo inattivo" + +#: app/modules/web/Controllers/LoginController.php:124 +msgid "Total time" +msgstr "Tempo totale" + +#: app/modules/web/Controllers/NotificationController.php:268 +#: app/modules/web/Controllers/NotificationController.php:271 +msgid "Notifications deleted" +msgstr "Notifica eliminata" + +#: app/modules/web/Controllers/NotificationController.php:283 +#: app/modules/web/Controllers/NotificationController.php:287 +msgid "Notification deleted" +msgstr "Notifica eliminata" + +#: app/modules/web/Controllers/NotificationController.php:284 +#: app/modules/web/Controllers/NotificationController.php:317 +#: lib/SP/Providers/Notification/NotificationHandler.php:155 +msgid "Notification" +msgstr "Notification" + +#: app/modules/web/Controllers/NotificationController.php:316 +#: app/modules/web/Controllers/NotificationController.php:320 +msgid "Notification read" +msgstr "Notifica letta" + +#: app/modules/web/Controllers/NotificationController.php:348 +#: app/modules/web/Controllers/NotificationController.php:351 +msgid "Notification created" +msgstr "Notifica creata" + +#: app/modules/web/Controllers/NotificationController.php:383 +#: app/modules/web/Controllers/NotificationController.php:386 +msgid "Notification updated" +msgstr "Notifica aggiornata" + +#: app/modules/web/Controllers/PluginController.php:199 +#: app/modules/web/Controllers/PluginController.php:202 +msgid "Plugin enabled" +msgstr "Plugin abilitata" + +#: app/modules/web/Controllers/PluginController.php:226 +#: app/modules/web/Controllers/PluginController.php:229 +#: lib/SP/Plugin/PluginManager.php:219 lib/SP/Plugin/PluginManager.php:339 +msgid "Plugin disabled" +msgstr "Plugin disabilitata" + +#: app/modules/web/Controllers/PluginController.php:253 +#: app/modules/web/Controllers/PluginController.php:256 +msgid "Plugin reset" +msgstr "Resetta Plugin" + +#: app/modules/web/Controllers/PluginController.php:285 +msgid "Plugins deleted" +msgstr "Plugins deleted" + +#: app/modules/web/Controllers/PluginController.php:291 +msgid "Plugin deleted" +msgstr "Plugin deleted" + +#: app/modules/web/Controllers/PublicLinkController.php:114 +msgid "New Public Link" +msgstr "New Public Link" + +#: app/modules/web/Controllers/PublicLinkController.php:180 +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:89 +msgid "Link updated" +msgstr "Link aggiornato" + +#: app/modules/web/Controllers/PublicLinkController.php:204 +msgid "Edit Public Link" +msgstr "Edit Public Link" + +#: app/modules/web/Controllers/PublicLinkController.php:243 +#: app/modules/web/Controllers/PublicLinkController.php:246 +msgid "Links deleted" +msgstr "Collegamenti cancellati" + +#: app/modules/web/Controllers/PublicLinkController.php:254 +#: app/modules/web/Controllers/PublicLinkController.php:258 +msgid "Link deleted" +msgstr "Link eliminato" + +#. (itstool) path: strings/text +#: app/modules/web/Controllers/PublicLinkController.php:255 +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:90 app/config/strings.xml:9 +msgid "Link" +msgstr "Link" + +#: app/modules/web/Controllers/PublicLinkController.php:286 +#: app/modules/web/Controllers/PublicLinkController.php:323 +msgid "Link created" +msgstr "Link creato" + +#: app/modules/web/Controllers/StatusController.php:93 +msgid "Version unavailable" +msgstr "Version unavailable" + +#: app/modules/web/Controllers/StatusController.php:140 +msgid "Notifications not available" +msgstr "Notifications not available" + +#: app/modules/web/Controllers/TagController.php:207 +msgid "Tags deleted" +msgstr "Tags eliminate" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/TagController.php:302 app/config/actions.xml:511 +msgid "View Tag" +msgstr "View Tag" + +#: app/modules/web/Controllers/TrackController.php:114 +msgid "Track unlocked" +msgstr "Track unlocked" + +#: app/modules/web/Controllers/TrackController.php:140 +msgid "Tracks cleared out" +msgstr "Tracks cleared out" + +#: app/modules/web/Controllers/Traits/ConfigTrait.php:68 +msgid "Configuration updated" +msgstr "Configurazione aggiornata" + +#: app/modules/web/Controllers/Traits/ConfigTrait.php:72 +msgid "Error while saving the configuration" +msgstr "Errore durante il salvataggio della configurazione" + +#: app/modules/web/Controllers/Traits/ItemTrait.php:122 +#: app/modules/web/Controllers/Traits/ItemTrait.php:177 +#: lib/SP/Core/Crypt/OldCrypt.php:176 lib/SP/Core/Crypt/OldCrypt.php:188 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:59 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:154 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:244 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:334 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:389 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:417 +#: lib/SP/Services/Account/AccountService.php:227 +#: lib/SP/Services/Account/AccountService.php:232 +#: lib/SP/Services/Api/ApiService.php:129 +#: lib/SP/Services/Api/ApiService.php:229 +#: lib/SP/Services/Api/ApiService.php:237 +#: lib/SP/Services/Auth/LoginService.php:190 +#: lib/SP/Services/Auth/LoginService.php:354 +#: lib/SP/Services/Auth/LoginService.php:504 +#: lib/SP/Services/Auth/LoginService.php:509 +#: lib/SP/Services/Auth/LoginService.php:541 +#: lib/SP/Services/Auth/LoginService.php:648 +#: lib/SP/Services/AuthToken/AuthTokenService.php:311 +#: 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:232 +msgid "Internal error" +msgstr "Errore interno" + +#: app/modules/web/Controllers/Traits/ItemTrait.php:173 +msgid "Error while updating custom field's data" +msgstr "Error while updating custom field's data" + +#: app/modules/web/Controllers/UpgradeController.php:67 +msgid "The updating need to be confirmed" +msgstr "È necessario confermare l'aggiornamento" + +#: app/modules/web/Controllers/UpgradeController.php:71 +msgid "Wrong security code" +msgstr "Codice di sicurezza errato" + +#: app/modules/web/Controllers/UpgradeController.php:92 +#: app/modules/web/themes/material-blue/views/login/index.inc:88 +msgid "Application successfully updated" +msgstr "Applicazione aggiornata correttamente" + +#: app/modules/web/Controllers/UpgradeController.php:92 +msgid "You will be redirected to log in within 5 seconds" +msgstr "In 5 secondi verrai reindirizzato per accedere" + +#: app/modules/web/Controllers/UserController.php:235 +#: app/modules/web/Controllers/UserController.php:356 +#: app/modules/web/Controllers/UserPassResetController.php:107 +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:65 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:238 +msgid "Password Change" +msgstr "Cambio di password" + +#: app/modules/web/Controllers/UserController.php:275 +#: app/modules/web/Controllers/UserController.php:278 +msgid "Users deleted" +msgstr "Utenti eliminati" + +#: app/modules/web/Controllers/UserController.php:286 +#: app/modules/web/Controllers/UserController.php:290 +msgid "User deleted" +msgstr "Utente eliminato" + +#: app/modules/web/Controllers/UserController.php:322 +#: app/modules/web/Controllers/UserController.php:328 +msgid "User added" +msgstr "Utente creato" + +#: app/modules/web/Controllers/UserController.php:387 +#: app/modules/web/Controllers/UserController.php:393 +msgid "User updated" +msgstr "Utente aggiornato" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/UserController.php:458 +#: app/config/actions.xml:577 +msgid "View User" +msgstr "Visualizza utente" + +#: app/modules/web/Controllers/UserGroupController.php:226 +#: app/modules/web/Controllers/UserGroupController.php:229 +msgid "Groups deleted" +msgstr "Gruppi eliminati" + +#: app/modules/web/Controllers/UserPassResetController.php:92 +msgid "Wrong data" +msgstr "Wrong data" + +#: app/modules/web/Controllers/UserPassResetController.php:96 +msgid "Unable to reset the password" +msgstr "Unable to reset the password" + +#: app/modules/web/Controllers/UserPassResetController.php:103 +msgid "Password Recovery" +msgstr "Recupero della password" + +#: app/modules/web/Controllers/UserPassResetController.php:104 +msgid "Requested for" +msgstr "Richiesto" + +#: app/modules/web/Controllers/UserPassResetController.php:109 +msgid "Request sent" +msgstr "Richiesta inviata" + +#: app/modules/web/Controllers/UserPassResetController.php:109 +msgid "You will receive an email to complete the request shortly." +msgstr "A breve riceverai un'email per completare l'applicazione." + +#: app/modules/web/Controllers/UserPassResetController.php:126 +#: lib/SP/Services/Api/ApiService.php:96 +#: lib/SP/Services/Auth/LoginService.php:138 +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:103 +msgid "Attempts exceeded" +msgstr "Numero massimo di tentativi superati" + +#: app/modules/web/Controllers/UserPassResetController.php:179 +#: app/modules/web/Forms/AuthTokenForm.php:101 +#: app/modules/web/Forms/UserForm.php:157 +msgid "Password cannot be blank" +msgstr "La password non può essere vuota" + +#: app/modules/web/Controllers/UserProfileController.php:215 +#: app/modules/web/Controllers/UserProfileController.php:218 +msgid "Profiles deleted" +msgstr "Profili eliminati" + +#: app/modules/web/Controllers/UserProfileController.php:227 +#: app/modules/web/Controllers/UserProfileController.php:231 +msgid "Profile deleted" +msgstr "Profilo eliminato" + +#: app/modules/web/Controllers/UserProfileController.php:262 +msgid "Profile added" +msgstr "Profilo creato" + +#: app/modules/web/Controllers/UserProfileController.php:300 +msgid "Profile updated" +msgstr "Profilo aggiornato" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/UserProfileController.php:326 +#: app/config/actions.xml:643 +msgid "View Profile" +msgstr "Visualizza profilo" + +#: app/modules/web/Controllers/UserSettingsGeneralController.php:74 +msgid "Preferences updated" +msgstr "Preferenze aggiornate" + +#: app/modules/web/Controllers/UserSettingsManagerController.php:87 +msgid "Preferences" +msgstr "Preferenze" + +#: app/modules/web/Forms/AccountForm.php:131 +msgid "A key is needed" +msgstr "È richiesta una password" + +#: app/modules/web/Forms/AccountForm.php:171 +msgid "An account name needed" +msgstr "È richiesto un nome account" + +#: app/modules/web/Forms/AccountForm.php:175 +#: app/modules/web/Forms/ClientForm.php:84 +msgid "A client name needed" +msgstr "È richiesto un nome cliente" + +#: app/modules/web/Forms/AccountForm.php:179 +msgid "A category is needed" +msgstr "È richiesta uan categoria" + +#: app/modules/web/Forms/AuthTokenForm.php:91 +msgid "User not set" +msgstr "Utente non indicato" + +#: app/modules/web/Forms/AuthTokenForm.php:95 +msgid "Action not set" +msgstr "Azione non indicata" + +#: app/modules/web/Forms/CategoryForm.php:83 +msgid "A category name needed" +msgstr "È richiesto un nome di categoria" + +#: app/modules/web/Forms/CustomFieldDefForm.php:87 +msgid "Field name not set" +msgstr "Nome del campo non indicato" + +#: app/modules/web/Forms/CustomFieldDefForm.php:91 +msgid "Field type not set" +msgstr "Tipo di campo non indicato" + +#: app/modules/web/Forms/CustomFieldDefForm.php:95 +msgid "Field module not set" +msgstr "Modulo di campo non indicato" + +#: app/modules/web/Forms/ItemsPresetForm.php:116 +msgid "Value type not set or incorrect" +msgstr "Value type not set or incorrect" + +#: app/modules/web/Forms/ItemsPresetForm.php:133 +msgid "There aren't any defined permissions" +msgstr "There aren't any defined permissions" + +#: app/modules/web/Forms/ItemsPresetForm.php:182 +msgid "Invalid regular expression" +msgstr "Invalid regular expression" + +#: app/modules/web/Forms/ItemsPresetForm.php:208 +msgid "An element of type user, group or profile need to be set" +msgstr "An element of type user, group or profile need to be set" + +#: app/modules/web/Forms/NotificationForm.php:98 +msgid "A component is needed" +msgstr "Un componente è necessario" + +#: app/modules/web/Forms/NotificationForm.php:102 +msgid "A type is needed" +msgstr "È necessario un tipo" + +#: app/modules/web/Forms/NotificationForm.php:112 +msgid "A target is needed" +msgstr "È richiesta una destinazione" + +#: app/modules/web/Forms/PublicLinkForm.php:85 +msgid "An account is needed" +msgstr "An account is needed" + +#: app/modules/web/Forms/TagForm.php:82 +msgid "A tag name is needed" +msgstr "È richiesto un nome di tag" + +#: app/modules/web/Forms/UserForm.php:111 +#, fuzzy +msgid "An username is needed" +msgstr "È richiesto un nome utente" + +#: app/modules/web/Forms/UserForm.php:115 +msgid "A login is needed" +msgstr "È richiesto un login" + +#: app/modules/web/Forms/UserForm.php:119 +msgid "A profile is needed" +msgstr "È richiesto un profilo" + +#: app/modules/web/Forms/UserForm.php:123 +msgid "A group is needed" +msgstr "È richiesto un gruppo" + +#: app/modules/web/Forms/UserForm.php:127 +msgid "An email is needed" +msgstr "È richiesta una mail" + +#: app/modules/web/Forms/UserForm.php:179 +msgid "Unable to delete, user in use" +msgstr "Non è possibile cancellare, utente in uso" + +#: app/modules/web/Forms/UserGroupForm.php:84 +msgid "A group name is needed" +msgstr "È richiesto un nome di gruppo" + +#: app/modules/web/Forms/UserProfileForm.php:116 +msgid "A profile name is needed" +msgstr "È richiesto un nome profilo" + +#: app/modules/web/themes/material-blue/inc/Icons.php:32 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:36 +msgid "Add" +msgstr "" + +#: app/modules/web/themes/material-blue/inc/Icons.php:33 +msgid "View Details" +msgstr "Visualizzare dettagli" + +#: app/modules/web/themes/material-blue/inc/Icons.php:35 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:64 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:68 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:132 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:136 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:148 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:198 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:46 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:87 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:102 +msgid "Edit" +msgstr "Modificare" + +#: app/modules/web/themes/material-blue/inc/Icons.php:36 +#: app/modules/web/themes/material-blue/inc/Icons.php:66 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:134 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:155 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:184 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:206 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:134 +msgid "Delete" +msgstr "Eliminare" + +#: app/modules/web/themes/material-blue/inc/Icons.php:37 +msgid "Change Password" +msgstr "Cambia password" + +#: app/modules/web/themes/material-blue/inc/Icons.php:38 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:200 +msgid "Application Admin" +msgstr "Applicazione Admin" + +#: app/modules/web/themes/material-blue/inc/Icons.php:39 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:218 +msgid "Accounts Admin" +msgstr "Accounts Admin" + +#: app/modules/web/themes/material-blue/inc/Icons.php:40 +msgid "LDAP User" +msgstr "Utente LDAP" + +#: app/modules/web/themes/material-blue/inc/Icons.php:41 +#: app/modules/web/themes/material-blue/views/config/mail.inc:138 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:257 +msgid "Disabled" +msgstr "" + +#: app/modules/web/themes/material-blue/inc/Icons.php:42 +msgid "Enabled" +msgstr "Abilitato" + +#: app/modules/web/themes/material-blue/inc/Icons.php:43 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:184 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:49 +msgid "Update" +msgstr "Aggiornare" + +#: app/modules/web/themes/material-blue/inc/Icons.php:44 +msgid "Copy" +msgstr "Copia" + +#: app/modules/web/themes/material-blue/inc/Icons.php:46 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:84 +msgid "Email" +msgstr "Email" + +#: app/modules/web/themes/material-blue/inc/Icons.php:50 +msgid "Restore" +msgstr "Ripristina" + +#: app/modules/web/themes/material-blue/inc/Icons.php:52 +#: app/config/strings.js.inc:79 +msgid "Help" +msgstr "Aiutare" + +#: app/modules/web/themes/material-blue/inc/Icons.php:53 +msgid "Clear" +msgstr "Pulire" + +#: app/modules/web/themes/material-blue/inc/Icons.php:54 +msgid "Perform" +msgstr "Eseguire" + +#: app/modules/web/themes/material-blue/inc/Icons.php:55 +msgid "Download" +msgstr "Download" + +#: app/modules/web/themes/material-blue/inc/Icons.php:56 +#: app/config/strings.js.inc:85 +msgid "Warning" +msgstr "Attenzione" + +#: app/modules/web/themes/material-blue/inc/Icons.php:57 +msgid "Check" +msgstr "Verifica" + +#: app/modules/web/themes/material-blue/inc/Icons.php:64 +msgid "Critical" +msgstr "Critico" + +#: app/modules/web/themes/material-blue/inc/Icons.php:67 +msgid "Previous page" +msgstr "Pagina precedente" + +#: app/modules/web/themes/material-blue/inc/Icons.php:68 +msgid "Next page" +msgstr "Pagina seguente" + +#: app/modules/web/themes/material-blue/inc/Icons.php:69 +msgid "First page" +msgstr "Prima pagina" + +#: app/modules/web/themes/material-blue/inc/Icons.php:70 +msgid "Last page" +msgstr "Ultima pagina" + +#: lib/SP/Bootstrap.php:278 +#, php-format +msgid "Required PHP version >= %s <= %s" +msgstr "Required PHP version >= %s <= %s" + +#: lib/SP/Bootstrap.php:280 +msgid "Please update the PHP version to run sysPass" +msgstr "" +"Aggiorna la versione di PHP affinché l'applicazione funzioni correttamente" + +#: lib/SP/Config/ConfigUtil.php:94 +#, fuzzy +msgid "\"/config\" directory does not exist." +msgstr "La directory \"/config\" non esiste" + +#: lib/SP/Config/ConfigUtil.php:100 +#, fuzzy +msgid "Unable to write into \"/config\" directory" +msgstr "Non è possibile scrivere nella directory \"config\"" + +#: lib/SP/Config/ConfigUtil.php:109 +#, fuzzy +msgid "\"/config\" directory permissions are wrong" +msgstr "Le autorizzazioni della directory \"/config\" non sono corrette" + +#: lib/SP/Config/ConfigUtil.php:111 +#, php-format +msgid "Current: %s - Needed: 750" +msgstr "Current: %s - Needed: 750" + +#: lib/SP/Core/Acl/Acl.php:294 lib/SP/Services/Auth/LoginService.php:604 +msgid "N/A" +msgstr "N/D" + +#: lib/SP/Core/Acl/Acl.php:299 +msgid "Access denied" +msgstr "Accesso negato" + +#: lib/SP/Core/Acl/Actions.php:176 +msgid "Action not found" +msgstr "Action not found" + +#: lib/SP/Core/Acl/UnauthorizedPageException.php:45 +#: lib/SP/Util/ErrorUtil.php:156 +msgid "You don't have permission to access this page" +msgstr "Non hai il permesso di accedere a questa pagina" + +#: lib/SP/Core/Context/ContextBase.php:73 +msgid "Unable to change password value" +msgstr "Unable to change password value" + +#: lib/SP/Core/Context/ContextBase.php:103 +#: lib/SP/Core/Context/ContextBase.php:126 +msgid "Context already initialized" +msgstr "Context already initialized" + +#: lib/SP/Core/Context/ContextBase.php:109 +msgid "Invalid context" +msgstr "Invalid context" + +#: lib/SP/Core/Context/ContextBase.php:154 +msgid "Context not initialized" +msgstr "Context not initialized" + +#: lib/SP/Core/Context/SessionContext.php:547 +msgid "Session cannot be initialized" +msgstr "La sessione non può essere inizializzata" + +#: lib/SP/Core/Crypt/OldCrypt.php:178 +msgid "Crypto module cannot be loaded" +msgstr "Il modulo di crittografia non può essere utilizzato" + +#: lib/SP/Core/Crypt/OldCrypt.php:190 +msgid "Error while creating the encrypted data" +msgstr "Errore durante la generazione di dati crittografati" + +#: lib/SP/Core/Events/Event.php:57 +msgid "An object is needed" +msgstr "Un oggetto è necessario" + +#: lib/SP/Core/Events/EventDispatcherBase.php:85 +msgid "Observer not initialized" +msgstr "Observer non inizializzato" + +#: lib/SP/Core/UI/Theme.php:185 +msgid "Invalid icons class" +msgstr "Invalid icons class" + +#: lib/SP/Html/DataGrid/DataGridBase.php:302 lib/SP/Mvc/View/Template.php:126 +#, fuzzy, php-format +msgid "Unable to retrieve \"%s\" template: %s" +msgstr "Non è possibile ottenere il modello \"%s\" : %s" + +#: 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 "Invalid IP" +msgstr "Indirizzo IP non valido" + +#: lib/SP/Http/Json.php:180 +msgid "Encoding error" +msgstr "Errore di codifica" + +#: lib/SP/Http/XMLRPCResponseParse.php:69 +msgid "Invalid XML-RPC response" +msgstr "Risposta XML-RPC non valida" + +#: lib/SP/Mvc/Controller/ControllerTrait.php:70 +msgid "Session not started or timed out" +msgstr "Sessione non avviata o scaduta" + +#: lib/SP/Mvc/Controller/ControllerTrait.php:115 +#: lib/SP/Mvc/Controller/ControllerTrait.php:124 +msgid "Invalid Action" +msgstr "Azione non valida" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:71 +#, php-format +msgid "Password needs to be %d characters long" +msgstr "Password needs to be %d characters long" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:77 +msgid "Password does not contain the required characters" +msgstr "Password does not contain the required characters" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:82 +msgid "Password needs to contain letters" +msgstr "Password needs to contain letters" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:86 +msgid "Password needs to contain lower case letters" +msgstr "Password needs to contain lower case letters" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:90 +msgid "Password needs to contain upper case letters" +msgstr "Password needs to contain upper case letters" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:95 +msgid "Password needs to contain numbers" +msgstr "Password needs to contain numbers" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:99 +msgid "Password needs to contain symbols" +msgstr "Password needs to contain symbols" + +#: lib/SP/Mvc/Model/QueryCondition.php:71 +msgid "Invalid filter type" +msgstr "Invalid filter type" + +#: lib/SP/Mvc/View/Components/SelectItemAdapter.php:95 +#: lib/SP/Mvc/View/Components/SelectItemAdapter.php:157 +msgid "Wrong object type" +msgstr "Wrong object type" + +#: lib/SP/Mvc/View/Template.php:301 lib/SP/Mvc/View/Template.php:365 +#, fuzzy, php-format +msgid "Unable to retrieve \"%s\" variable" +msgstr "Non è possibile ottenere la variabile \"%s\"" + +#: lib/SP/Mvc/View/Template.php:334 +#, fuzzy, php-format +msgid "Unable to unset \"%s\" variable" +msgstr "Non è possibile distruggere la variabile \"%s\"" + +#: lib/SP/Mvc/View/Template.php:355 +msgid "Template does not contain files" +msgstr "Il modello non contiene file" + +#: lib/SP/Plugin/PluginManager.php:170 +#, php-format +msgid "Plugin version not compatible (%s)" +msgstr "Plugin version not compatible (%s)" + +#: lib/SP/Plugin/PluginManager.php:192 +#, php-format +msgid "Unable to load the \"%s\" plugin" +msgstr "Impossibile caricare il plug-in \"%s\"" + +#: lib/SP/Plugin/PluginManager.php:254 +msgid "Plugin available" +msgstr "Plugin available" + +#: lib/SP/Plugin/PluginManager.php:264 +msgid "Plugin unavailable" +msgstr "Plugin unavailable" + +#: lib/SP/Plugin/PluginManager.php:294 +msgid "Plugin loaded" +msgstr "Plugin loaded" + +#. (itstool) path: action/text +#: lib/SP/Plugin/PluginManager.php:319 app/config/actions.xml:535 +msgid "New Plugin" +msgstr "Nuovo Plugin" + +#: lib/SP/Providers/Auth/AuthProvider.php:208 +msgid "Method unavailable" +msgstr "Metodo non disponibile" + +#: lib/SP/Providers/Auth/AuthProvider.php:212 +msgid "Method already initialized" +msgstr "Metodo già inizializzato" + +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:119 +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:126 +msgid "Error while searching the group RDN" +msgstr "Errore durante la ricerca di RDN di gruppo" + +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:205 +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:210 +msgid "Error while searching the user on LDAP" +msgstr "Errore nel localizzare l'utente in LDAP" + +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:259 +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:265 +msgid "Error while searching objects in base DN" +msgstr "Errore nel trovare oggetti nel DN di base" + +#: 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 +#, fuzzy +msgid "Unable to connect to LDAP server" +msgstr "Non è possibile connettersi al server LDAP" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:142 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:189 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:70 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:39 +#: app/modules/web/themes/material-blue/views/config/info.inc:75 +#: app/modules/web/themes/material-blue/views/config/info.inc:78 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:94 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:119 +#: app/modules/web/themes/material-blue/views/config/mail.inc:59 +#: app/modules/web/themes/material-blue/views/config/mail.inc:66 +msgid "Server" +msgstr "Server" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:169 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:171 +#, fuzzy +msgid "LDAP parameters are not set" +msgstr "I parametri LDAP non sono configurati" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:231 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:237 +msgid "Connection error (BIND)" +msgstr "Errore durante la connessione (BIND)" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:301 +msgid "Error while disconnecting from LDAP server" +msgstr "Error while disconnecting from LDAP server" + +#: 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 "User in group verified" +msgstr "Utente verificato nel gruppo" + +#: lib/SP/Providers/Auth/Ldap/LdapMsAds.php:144 +#: lib/SP/Providers/Auth/Ldap/LdapStd.php:141 +#, fuzzy +msgid "User does not belong to the group" +msgstr "L'utente non appartiene al gruppo" + +#: lib/SP/Providers/Mail/MailHandler.php:124 +#, php-format +msgid "Performed by: %s (%s)" +msgstr "Performed by: %s (%s)" + +#: lib/SP/Providers/Mail/MailHandler.php:125 +#, php-format +msgid "IP Address: %s" +msgstr "IP Address: %s" + +#: lib/SP/Providers/Mail/MailProvider.php:91 +msgid "Unable to initialize" +msgstr "Unable to initialize" + +#: lib/SP/Repositories/Account/AccountFileRepository.php:77 +msgid "Error while saving file" +msgstr "Il file non può essere salvato" + +#: lib/SP/Repositories/Account/AccountFileRepository.php:279 +msgid "Error while deleting the file" +msgstr "Errore durante l'eliminazione del file" + +#: lib/SP/Repositories/Account/AccountFileRepository.php:302 +#: lib/SP/Services/Account/AccountFileService.php:145 +msgid "Error while deleting the files" +msgstr "Error while deleting the files" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:143 +msgid "Error while updating history" +msgstr "Errore durante l'aggiornamento della cronologia" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:162 +#: lib/SP/Repositories/Account/AccountRepository.php:321 +#: lib/SP/Services/Account/AccountHistoryService.php:192 +msgid "Error while deleting the account" +msgstr "Errore durante l'eliminazione dell'account" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:292 +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:315 +#: lib/SP/Repositories/Account/AccountRepository.php:501 +#: lib/SP/Services/Account/AccountService.php:616 +msgid "Error while deleting the accounts" +msgstr "Error while deleting the accounts" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:436 +#: lib/SP/Repositories/Account/AccountRepository.php:235 +#: lib/SP/Repositories/Account/AccountRepository.php:260 +#: lib/SP/Repositories/User/UserRepository.php:165 +#: lib/SP/Services/Account/AccountHistoryService.php:233 +#: lib/SP/Services/User/UserService.php:331 +msgid "Error while updating the password" +msgstr "" + +#: lib/SP/Repositories/Account/AccountRepository.php:200 +msgid "Error while creating the account" +msgstr "Errore durante la creazione dell'utente" + +#: lib/SP/Repositories/Account/AccountRepository.php:301 +#: lib/SP/Services/Account/AccountService.php:582 +msgid "Error on restoring the account" +msgstr "Errore durante il ripristino dell'account" + +#: lib/SP/Repositories/Account/AccountRepository.php:382 +#: lib/SP/Repositories/Account/AccountRepository.php:431 +msgid "Error while updating the account" +msgstr "Errore durante l'aggiornamento dell'account" + +#: lib/SP/Repositories/Account/AccountRepository.php:451 +#: lib/SP/Repositories/Account/AccountRepository.php:623 +#: lib/SP/Services/Account/AccountHistoryService.php:75 +#, fuzzy +msgid "Error while retrieving account's data" +msgstr "Impossibile ottenere i dati dell'account" + +#: lib/SP/Repositories/Account/AccountToFavoriteRepository.php:71 +msgid "Error while adding favorite" +msgstr "Errore durante l'aggiunta del preferito" + +#: lib/SP/Repositories/Account/AccountToFavoriteRepository.php:91 +msgid "Error while deleting favorite" +msgstr "Errore durante la rimozione del preferito" + +#: lib/SP/Repositories/Account/AccountToTagRepository.php:94 +msgid "Error while removing the account's tags" +msgstr "Errore durante la rimozione dei tag dell'account" + +#: lib/SP/Repositories/Account/AccountToTagRepository.php:115 +msgid "Error while adding the account's tags" +msgstr "Errore durante l'aggiunta di tag account" + +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:106 +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:139 +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:191 +msgid "Error while deleting the account's groups" +msgstr "Errore durante l'eliminazione dei gruppi associati all'account" + +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:164 +msgid "Error while updating the secondary groups" +msgstr "Errore durante l'aggiornamento dei gruppi secondari" + +#: lib/SP/Repositories/Account/AccountToUserRepository.php:76 +#: lib/SP/Repositories/Account/AccountToUserRepository.php:132 +msgid "Error while deleting the account users" +msgstr "Errore durante l'eliminazione degli utenti associati all'account" + +#: lib/SP/Repositories/Account/AccountToUserRepository.php:103 +msgid "Error while updating the account users" +msgstr "Errore durante l'aggiornamento degli utenti dell'account" + +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:221 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:309 +msgid "The authorization already exist" +msgstr "L'autorizzazione esiste già" + +#: lib/SP/Repositories/Category/CategoryRepository.php:58 +msgid "Duplicated category" +msgstr "Categoria duplicata" + +#: lib/SP/Repositories/Category/CategoryRepository.php:68 +msgid "Error while creating the category" +msgstr "Errore durante la creazione della categoria" + +#: lib/SP/Repositories/Category/CategoryRepository.php:107 +msgid "Duplicated category name" +msgstr "Nome categoria duplicato" + +#: lib/SP/Repositories/Category/CategoryRepository.php:125 +msgid "Error while updating the category" +msgstr "Errore durante l'aggiornamento della categoria" + +#: lib/SP/Repositories/Category/CategoryRepository.php:253 +msgid "Error while deleting the categories" +msgstr "Error while deleting the categories" + +#: lib/SP/Repositories/Category/CategoryRepository.php:275 +msgid "Error while deleting the category" +msgstr "Errore durante la rimozione della categoria" + +#: lib/SP/Repositories/Client/ClientRepository.php:62 +#: lib/SP/Repositories/Client/ClientRepository.php:116 +#, fuzzy +msgid "Duplicated client" +msgstr "Cliente duplicato" + +#: lib/SP/Repositories/Client/ClientRepository.php:80 +msgid "Error while creating the client" +msgstr "Errore durante la creazione del client" + +#: lib/SP/Repositories/Client/ClientRepository.php:136 +#, fuzzy +msgid "Error while updating the client" +msgstr "Errore durante l'aggiornamento del cliente" + +#: lib/SP/Repositories/Client/ClientRepository.php:264 +#: lib/SP/Services/Client/ClientService.php:127 +msgid "Error while deleting the clients" +msgstr "Error while deleting the clients" + +#: lib/SP/Repositories/Client/ClientRepository.php:283 +msgid "Error while deleting the client" +msgstr "Errore durante l'eliminazione del client" + +#: lib/SP/Repositories/Client/ClientRepository.php:345 +msgid "Wrong filter" +msgstr "Wrong filter" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:75 +msgid "Error while creating the custom field" +msgstr "Errore durante la creazione del campo personalizzato" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:118 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:165 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:193 +msgid "Error while updating the custom field" +msgstr "Errore durante l'aggiornamento del campo personalizzato" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:159 +msgid "Custom field not found" +msgstr "Custom field not found" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:239 +msgid "Error while removing the custom fields" +msgstr "Error while removing the custom fields" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:259 +msgid "Error while removing the custom field" +msgstr "Errore durante l'eliminazione del campo personalizzato" + +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:61 +msgid "Error while creating the field type" +msgstr "Error while creating the field type" + +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:97 +msgid "Error while updating the field type" +msgstr "Error while updating the field type" + +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:179 +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:198 +msgid "Error while deleting the field type" +msgstr "Error while deleting the field type" + +#: lib/SP/Repositories/EventLog/EventlogRepository.php:53 +#, fuzzy +msgid "Error while clearing the event log out" +msgstr "Errore durante lo svuotamento del registro eventi" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:76 +msgid "Error while creating the permission" +msgstr "Error while creating the permission" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:115 +msgid "Error while updating the permission" +msgstr "Error while updating the permission" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:134 +msgid "Error while removing the permission" +msgstr "Error while removing the permission" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:249 +msgid "Error while removing the permissions" +msgstr "Error while removing the permissions" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:79 +msgid "Error while adding the notification" +msgstr "Errore durante la creazione della notifica" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:119 +#: lib/SP/Repositories/Notification/NotificationRepository.php:478 +msgid "Error while updating the notification" +msgstr "Errore durante l'aggiornamento della notifica" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:138 +#: lib/SP/Repositories/Notification/NotificationRepository.php:157 +msgid "Error while deleting the notification" +msgstr "Errore durante l'eliminazione della notifica" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:180 +#: lib/SP/Repositories/Notification/NotificationRepository.php:303 +#: lib/SP/Services/Notification/NotificationService.php:140 +#: lib/SP/Services/Notification/NotificationService.php:159 +msgid "Error while deleting the notifications" +msgstr "Error while deleting the notifications" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:213 +msgid "Error while retrieving notification" +msgstr "Errore durante la ricezione della notifica" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:243 +#: lib/SP/Repositories/Notification/NotificationRepository.php:515 +#: lib/SP/Repositories/Notification/NotificationRepository.php:548 +#: lib/SP/Repositories/Notification/NotificationRepository.php:582 +#: lib/SP/Repositories/Notification/NotificationRepository.php:615 +msgid "Error while retrieving the notifications" +msgstr "Impossibile ottenere le notifiche" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:70 +msgid "Error while adding the plugin" +msgstr "Errore durante la creazione del plug-in" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:104 +#: lib/SP/Repositories/Plugin/PluginRepository.php:348 +#: lib/SP/Repositories/Plugin/PluginRepository.php:368 +#: lib/SP/Repositories/Plugin/PluginRepository.php:388 +#: lib/SP/Repositories/Plugin/PluginRepository.php:408 +#: lib/SP/Repositories/Plugin/PluginRepository.php:427 +msgid "Error while updating the plugin" +msgstr "Errore durante l'aggiornamento del plug-in" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:212 +#: lib/SP/Services/Plugin/PluginService.php:137 +msgid "Error while deleting the plugins" +msgstr "Error while deleting the plugins" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:232 +msgid "Error while deleting the plugin" +msgstr "Errore durante l'eliminazione del plug-in" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:63 +msgid "Error while removing the link" +msgstr "Errore durante la rimozione del collegamento" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:255 +msgid "Link already created" +msgstr "Link già creato" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:282 +msgid "Error while creating the link" +msgstr "Errore durante la creazione del collegamento" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:341 +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:389 +msgid "Error while updating the link" +msgstr "Errore durante l'aggiornamento del link" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:424 +msgid "Error while renewing link" +msgstr "Errore durante il rinnovo del link" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:466 +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:507 +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:528 +msgid "Error while retrieving the link" +msgstr "Impossibile ottenere il collegamento" + +#: lib/SP/Repositories/Tag/TagRepository.php:60 +#: lib/SP/Repositories/Tag/TagRepository.php:108 +msgid "Duplicated tag" +msgstr "Tag duplicata" + +#: lib/SP/Repositories/Tag/TagRepository.php:69 +msgid "Error while creating the tag" +msgstr "Errore durante la creazione del tag" + +#: lib/SP/Repositories/Tag/TagRepository.php:118 +msgid "Error while updating the tag" +msgstr "Errore durante l'aggiornamento del tag" + +#: lib/SP/Repositories/Tag/TagRepository.php:243 +#: lib/SP/Services/Tag/TagService.php:126 +msgid "Error while removing the tags" +msgstr "Error while removing the tags" + +#: lib/SP/Repositories/Tag/TagRepository.php:262 +msgid "Error while removing the tag" +msgstr "Errore durante la rimozione del tag" + +#: lib/SP/Repositories/Track/TrackRepository.php:68 +msgid "Error while creating track" +msgstr "Errore durante la creazione della traccia" + +#: lib/SP/Repositories/Track/TrackRepository.php:85 +msgid "Error while removing the track" +msgstr "Errore durante l'eliminazione della traccia" + +#: lib/SP/Repositories/Track/TrackRepository.php:102 +msgid "Error while updating the track" +msgstr "Errore durante l'aggiornamento della traccia" + +#: lib/SP/Repositories/Track/TrackRepository.php:118 +msgid "Error while clearing tracks out" +msgstr "Error while clearing tracks out" + +#: lib/SP/Repositories/Track/TrackRepository.php:146 +msgid "Error while retrieving the track" +msgstr "Errore nell'ottenere traccia" + +#: lib/SP/Repositories/Track/TrackRepository.php:169 +#: lib/SP/Repositories/Track/TrackRepository.php:202 +msgid "Error while retrieving the tracks" +msgstr "Errore durante il recupero delle tracce" + +#: lib/SP/Repositories/User/UserPassRecoverRepository.php:86 +msgid "Error while generating the recovering hash" +msgstr "Errore durante la generazione dell'hash di ripristino" + +#: lib/SP/Repositories/User/UserPassRecoverRepository.php:112 +msgid "Error while checking hash" +msgstr "Errore nel controllo hash" + +#: lib/SP/Repositories/User/UserRepository.php:63 +#: lib/SP/Repositories/User/UserRepository.php:430 +msgid "Duplicated user login/email" +msgstr "Login/email utente duplicati" + +#: lib/SP/Repositories/User/UserRepository.php:100 +#: lib/SP/Repositories/User/UserRepository.php:677 +#: lib/SP/Services/User/UserService.php:310 +msgid "Error while updating the user" +msgstr "Errore durante l'aggiornamento dell'utente" + +#: lib/SP/Repositories/User/UserRepository.php:184 +msgid "Error while deleting the user" +msgstr "Errore durante l'eliminazione dell'utente" + +#: lib/SP/Repositories/User/UserRepository.php:234 +#: lib/SP/Repositories/User/UserRepository.php:551 +msgid "Error while retrieving the user's data" +msgstr "Errore nell'ottenere dati utente" + +#: lib/SP/Repositories/User/UserRepository.php:353 +#: lib/SP/Services/User/UserService.php:209 +msgid "Error while deleting the users" +msgstr "Error while deleting the users" + +#: lib/SP/Repositories/User/UserRepository.php:474 +msgid "Error while creating the user" +msgstr "Errore durante la creazione dell'utente" + +#: lib/SP/Repositories/User/UserRepository.php:697 +msgid "Error while updating the preferences" +msgstr "Errore durante l'aggiornamento delle preferenze" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:62 +msgid "Error while deleting the group" +msgstr "Errore durante l'eliminazione del gruppo" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:306 +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:351 +msgid "Duplicated group name" +msgstr "Duplica il nome del gruppo" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:315 +msgid "Error while creating the group" +msgstr "Errore durante la creazione del gruppo" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:361 +msgid "Error while updating the group" +msgstr "Errore durante l'aggiornamento del gruppo" + +#: lib/SP/Repositories/UserGroup/UserToUserGroupRepository.php:108 +msgid "Error while deleting the group users" +msgstr "Errore durante la rimozione degli utenti del gruppo" + +#: lib/SP/Repositories/UserGroup/UserToUserGroupRepository.php:140 +msgid "Error while setting users in the group" +msgstr "Errore nell'assegnazione degli utenti al gruppo" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:79 +msgid "Error while removing the profile" +msgstr "Errore durante l'eliminazione del profilo" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:181 +#: lib/SP/Services/UserProfile/UserProfileService.php:114 +msgid "Error while removing the profiles" +msgstr "Error while removing the profiles" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:230 +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:275 +msgid "Duplicated profile name" +msgstr "Nome del profilo duplicato" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:239 +msgid "Error while creating the profile" +msgstr "Errore durante la creazione del profilo" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:288 +#: lib/SP/Services/UserProfile/UserProfileService.php:141 +msgid "Error while updating the profile" +msgstr "Errore durante la modifica del profilo" + +#: 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 "Update Master Password" +msgstr "Aggiorna la password principale" + +#: lib/SP/Services/Account/AccountCryptService.php:89 +msgid "Error while updating the accounts' passwords" +msgstr "Errori durante l'aggiornamento delle chiavi dell'account" + +#: lib/SP/Services/Account/AccountCryptService.php:115 +msgid "Error while retrieving the accounts' passwords" +msgstr "Errore nell'ottenere la password dell'account" + +#: lib/SP/Services/Account/AccountCryptService.php:139 +#, php-format +msgid "Accounts updated: %d / %d" +msgstr "Accounts updated: %d / %d" + +#: lib/SP/Services/Account/AccountCryptService.php:148 +#, php-format +msgid "Updated accounts: %d / %d - %d%% - ETA: %ds (%.2f/s)" +msgstr "Updated accounts: %d / %d - %d%% - ETA: %ds (%.2f/s)" + +#: lib/SP/Services/Account/AccountCryptService.php:158 +msgid "The record's master password does not match" +msgstr "La chiave master del record non corrisponde" + +#: lib/SP/Services/Account/AccountCryptService.php:183 +#: lib/SP/Services/Account/AccountCryptService.php:188 +msgid "Error while updating the account's password" +msgstr "Impossibile aggiornare la password dell'account" + +#: lib/SP/Services/Account/AccountCryptService.php:194 +msgid "Errors" +msgstr "Errori" + +#: lib/SP/Services/Account/AccountCryptService.php:212 +#: lib/SP/Services/Account/AccountCryptService.php:218 +msgid "Update Master Password (H)" +msgstr "Aggiorna password principale (H)" + +#: lib/SP/Services/Account/AccountCryptService.php:233 +msgid "Error while updating the accounts' passwords in history" +msgstr "Errori durante l'aggiornamento delle chiavi degli account storici" + +#: lib/SP/Services/Account/AccountFileService.php:164 +msgid "File not found" +msgstr "File non trovato" + +#: lib/SP/Services/Account/AccountService.php:163 +#: lib/SP/Services/Account/AccountService.php:599 +msgid "Account not found" +msgstr "Account non trovato" + +#: lib/SP/Services/Account/AccountService.php:220 +msgid "Master password not set" +msgstr "Master password not set" + +#: lib/SP/Services/Account/AccountService.php:283 +#: lib/SP/Services/Account/AccountService.php:672 +#: lib/SP/Services/Account/AccountService.php:727 +msgid "The account doesn't exist" +msgstr "L'account non esiste" + +#: lib/SP/Services/Api/ApiRequest.php:79 lib/SP/Services/Api/ApiRequest.php:113 +#: lib/SP/Services/Api/ApiService.php:231 +msgid "Invalid data" +msgstr "Dati non validi" + +#: lib/SP/Services/Api/ApiRequest.php:88 +msgid "Invalid format" +msgstr "Invalid format" + +#: lib/SP/Services/Api/ApiService.php:152 +msgid "Wrong parameters" +msgstr "Parametri errati" + +#: lib/SP/Services/Auth/LoginService.php:160 +#: lib/SP/Services/Auth/LoginService.php:460 +#: lib/SP/Services/Auth/LoginService.php:467 +#: lib/SP/Services/Auth/LoginService.php:575 +#: lib/SP/Services/Auth/LoginService.php:580 +#: lib/SP/Services/Auth/LoginService.php:619 +#: lib/SP/Services/Auth/LoginService.php:624 +#, fuzzy +msgid "Wrong login" +msgstr "Login errato" + +#: lib/SP/Services/Auth/LoginService.php:219 +#: lib/SP/Services/Auth/LoginService.php:226 +msgid "User disabled" +msgstr "Utente disabilitato" + +#: lib/SP/Services/Auth/LoginService.php:273 +msgid "Using temporary password" +msgstr "Utilizzo della chiave temporanea" + +#: lib/SP/Services/Auth/LoginService.php:285 +#: lib/SP/Services/Auth/LoginService.php:291 +#: lib/SP/Services/Auth/LoginService.php:309 +#: lib/SP/Services/Auth/LoginService.php:315 +msgid "Wrong master password" +msgstr "Password principale errata" + +#: lib/SP/Services/Auth/LoginService.php:330 +msgid "Your previous password is needed" +msgstr "La tua password precedente è richiesta" + +#: lib/SP/Services/Auth/LoginService.php:342 +msgid "The Master Password either is not saved or is wrong" +msgstr "La password principale non è stata salvata o è errata" + +#: lib/SP/Services/Auth/LoginService.php:456 +#: lib/SP/Services/Auth/LoginService.php:519 +msgid "LDAP Server" +msgstr "LDAP Server" + +#: lib/SP/Services/Auth/LoginService.php:475 +#: lib/SP/Services/Auth/LoginService.php:480 +msgid "Account expired" +msgstr "Account scaduto" + +#: lib/SP/Services/Auth/LoginService.php:488 +#: lib/SP/Services/Auth/LoginService.php:493 +#, fuzzy +msgid "User has no associated groups" +msgstr "L'utente non ha gruppi associati" + +#: lib/SP/Services/Auth/LoginService.php:609 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:12 +msgid "Authentication" +msgstr "Autenticazione" + +#: lib/SP/Services/AuthToken/AuthTokenService.php:139 +#: lib/SP/Services/AuthToken/AuthTokenService.php:277 +#: lib/SP/Services/AuthToken/AuthTokenService.php:291 +msgid "Token not found" +msgstr "Token non trovato" + +#: lib/SP/Services/AuthToken/AuthTokenService.php:158 +msgid "Error while removing the tokens" +msgstr "Error while removing the tokens" + +#: lib/SP/Services/Backup/FileBackupService.php:100 +msgid "Make Backup" +msgstr "Crea Backup" + +#: lib/SP/Services/Backup/FileBackupService.php:107 +msgid "Error while doing the backup in compatibility mode" +msgstr "Impossibile eseguire il backup in modalità compatibilità" + +#: lib/SP/Services/Backup/FileBackupService.php:118 +msgid "Error while doing the backup" +msgstr "Errore durante il backup" + +#: lib/SP/Services/Backup/FileBackupService.php:139 +#, php-format +msgid "Unable to create the backups directory (\"%s\")" +msgstr "Non è possibile creare la directory di backup (\"%s\")" + +#: lib/SP/Services/Backup/FileBackupService.php:144 +msgid "Please, check the backup directory permissions" +msgstr "Verifica le autorizzazioni della directory di backup" + +#: lib/SP/Services/Backup/FileBackupService.php:211 +msgid "Copying database" +msgstr "Copying database" + +#: lib/SP/Services/Backup/FileBackupService.php:343 +#: lib/SP/Services/Backup/FileBackupService.php:367 +msgid "Copying application" +msgstr "Copying application" + +#: lib/SP/Services/Backup/FileBackupService.php:362 +msgid "This operation is only available on Linux environments" +msgstr "Questa operazione è possibile solo in ambienti Linux" + +#: lib/SP/Services/Category/CategoryService.php:77 +#: lib/SP/Services/Category/CategoryService.php:98 +#: lib/SP/Services/Category/CategoryService.php:115 +msgid "Category not found" +msgstr "Categoria non trovata" + +#: lib/SP/Services/Category/CategoryService.php:134 +msgid "Error while deleting categories" +msgstr "Error while deleting categories" + +#: lib/SP/Services/Client/ClientService.php:76 +#: lib/SP/Services/Client/ClientService.php:95 +#: lib/SP/Services/Client/ClientService.php:110 +#, fuzzy +msgid "Client not found" +msgstr "Cliente non trovato" + +#: lib/SP/Services/Config/ConfigBackupService.php:115 +#: lib/SP/Services/Config/ConfigBackupService.php:122 +msgid "Unable to restore the configuration" +msgstr "Unable to restore the configuration" + +#: lib/SP/Services/Config/ConfigService.php:68 +#: lib/SP/Services/Config/ConfigService.php:153 +#, php-format +msgid "Parameter not found (%s)" +msgstr "Parameter not found (%s)" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:103 +msgid "Generate temporary password" +msgstr "Generate temporary password" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:110 +msgid "Error while generating the temporary password" +msgstr "Errore durante la generazione della chiave temporanea" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:131 +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:181 +msgid "Temporary password expired" +msgstr "Chiave temporanea scaduta" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:160 +msgid "Error while checking the temporary password" +msgstr "Error while checking the temporary password" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:213 +#, php-format +msgid "Master Password %s" +msgstr "Master Password %s" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:214 +#, fuzzy +msgid "" +"A new sysPass master password has been generated, so next time you log into " +"the application it will be requested." +msgstr "" +"Una nuova password è stata generata per l'accesso a sysPass e sarà richiesta " +"al prossimo avvio." + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:216 +#, php-format +msgid "The new Master Password is: %s" +msgstr "La nuova Master Password è: %s" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:218 +#, php-format +msgid "This password will be valid until: %s" +msgstr "This password will be valid until: %s" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:220 +msgid "Please, don't forget to log in as soon as possible to save the changes." +msgstr "" +"Non dimenticare di accedere il prima possibile per salvare le modifiche." + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:68 +msgid "There aren't any data from custom fields" +msgstr "Nessun dato di campo personalizzato" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:76 +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:84 +msgid "Updating encrypted data" +msgstr "Aggiornamento dei dati crittografati" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:109 +msgid "Records updated" +msgstr "Record aggiornati" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:110 +msgid "Records not updated" +msgstr "Record non aggiornati" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:136 +msgid "Error while updating the custom fields data" +msgstr "Errori durante l'aggiornamento dei dati di campo personalizzati" + +#: lib/SP/Services/CustomField/CustomFieldDefService.php:109 +msgid "Field not found" +msgstr "Field not found" + +#: lib/SP/Services/CustomField/CustomFieldDefService.php:130 +msgid "Error while deleting the fields" +msgstr "Error while deleting the fields" + +#: lib/SP/Services/CustomField/CustomFieldTypeService.php:84 +msgid "Field type not found" +msgstr "Field type not found" + +#: lib/SP/Services/Export/XmlExportService.php:127 +#: lib/SP/Storage/File/FileCache.php:74 +#: lib/SP/Storage/File/FileCachePacked.php:116 +#, php-format +msgid "Unable to create the directory (%s)" +msgstr "Unable to create the directory (%s)" + +#: lib/SP/Services/Export/XmlExportService.php:203 +msgid "Error while exporting" +msgstr "Errore durante l'esportazione" + +#: lib/SP/Services/Export/XmlExportService.php:271 +msgid "Exporting categories" +msgstr "Exporting categories" + +#: lib/SP/Services/Export/XmlExportService.php:383 +msgid "Exporting clients" +msgstr "Exporting clients" + +#: lib/SP/Services/Export/XmlExportService.php:429 +msgid "Exporting tags" +msgstr "Exporting tags" + +#: lib/SP/Services/Export/XmlExportService.php:473 +msgid "Exporting accounts" +msgstr "Exporting accounts" + +#: lib/SP/Services/Export/XmlExportService.php:583 +msgid "Error while creating the XML file" +msgstr "Errore durante la creazione del file XML" + +#: lib/SP/Services/Export/XmlVerifyService.php:110 +#: lib/SP/Services/Import/XmlFileImport.php:81 +msgid "Unable to process the XML file" +msgstr "Impossibile elaborare il file XML" + +#: lib/SP/Services/Export/XmlVerifyService.php:177 +#: lib/SP/Services/Import/SyspassImport.php:176 +msgid "Error while checking integrity hash" +msgstr "Error while checking integrity hash" + +#: 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 "Wrong encryption password" +msgstr "Chiave di crittografia errata" + +#: lib/SP/Services/Import/CsvImport.php:50 +#, php-format +msgid "Detected format: %s" +msgstr "Formato rilevato: %s" + +#: lib/SP/Services/Import/CsvImportBase.php:130 +#: lib/SP/Services/Import/CsvImportBase.php:176 +#, php-format +msgid "Wrong number of fields (%d)" +msgstr "Il numero di campi non è corretto (%d)" + +#: lib/SP/Services/Import/CsvImportBase.php:132 +#: lib/SP/Services/Import/CsvImportBase.php:178 +#, php-format +msgid "Please, check the CSV file format in line %s" +msgstr "Controlla il formato file CSV alla linea %s" + +#: lib/SP/Services/Import/CsvImportBase.php:158 +#: lib/SP/Services/Import/KeepassImport.php:103 +#: lib/SP/Services/Import/SyspassImport.php:387 +msgid "Account imported" +msgstr "Account imported" + +#: lib/SP/Services/Import/CsvImportBase.php:166 +msgid "Error while importing the account" +msgstr "Errore durante l'importazione dell'account" + +#: lib/SP/Services/Import/CsvImportBase.php:167 +msgid "Error while processing line" +msgstr "Errore durante l'elaborazione della linea" + +#: lib/SP/Services/Import/FileImport.php:67 +#: lib/SP/Services/Import/FileImport.php:88 +msgid "File successfully uploaded" +msgstr "File non caricato correttamente" + +#: lib/SP/Services/Import/FileImport.php:69 +#: lib/SP/Services/Import/FileImport.php:90 +msgid "Please check the web server user permissions" +msgstr "Verifica le autorizzazioni dell'utente del server web" + +#: lib/SP/Services/Import/FileImport.php:102 +msgid "Please, check the file extension" +msgstr "Controlla l'estensione del file" + +#: lib/SP/Services/Import/FileImport.php:118 +msgid "Please, check PHP configuration for upload files" +msgstr "Controlla le impostazioni PHP per il caricamento dei file" + +#: lib/SP/Services/Import/ImportService.php:89 +#, php-format +msgid "Mime type not supported (\"%s\")" +msgstr "Tipo MIME non supportato (\"%s\")" + +#: lib/SP/Services/Import/ImportService.php:91 +msgid "Please, check the file format" +msgstr "Controlla il formato del file" + +#: lib/SP/Services/Import/ImportTrait.php:107 +#, fuzzy +msgid "Category Id not set. Unable to import account." +msgstr "ID di categoria non definito. Non è possibile importare account." + +#: lib/SP/Services/Import/ImportTrait.php:111 +#, fuzzy +msgid "Client Id not set. Unable to import account." +msgstr "ID cliente non definito. Non è possibile importare account." + +#: lib/SP/Services/Import/KeepassImport.php:58 +msgid "KeePass XML Import" +msgstr "KeePass XML Import" + +#: lib/SP/Services/Import/KeepassImport.php:91 +#: lib/SP/Services/Import/SyspassImport.php:211 +msgid "Category imported" +msgstr "Category imported" + +#: lib/SP/Services/Import/SyspassImport.php:58 +msgid "sysPass XML Import" +msgstr "sysPass XML Import" + +#: lib/SP/Services/Import/SyspassImport.php:69 +msgid "Encryption password not set" +msgstr "Password di crittografia non indicata" + +#: lib/SP/Services/Import/SyspassImport.php:162 +msgid "Data unencrypted" +msgstr "Data unencrypted" + +#: lib/SP/Services/Import/SyspassImport.php:177 +msgid "" +"If you are importing an exported file from the same origin, the data could " +"be compromised." +msgstr "" +"If you are importing an exported file from the same origin, the data could " +"be compromised." + +#: lib/SP/Services/Import/SyspassImport.php:250 +#: lib/SP/Services/Import/SyspassImport.php:290 +msgid "Client imported" +msgstr "Client imported" + +#: lib/SP/Services/Import/SyspassImport.php:326 +msgid "Tag imported" +msgstr "Tag imported" + +#: lib/SP/Services/Import/XmlFileImport.php:105 +msgid "XML file not supported" +msgstr "File XML non supportato" + +#: lib/SP/Services/Import/XmlFileImport.php:107 +#, fuzzy +msgid "Unable to guess the application which data was exported from" +msgstr "Non è possibile rilevare l'applicazione che ha esportato i dati" + +#: lib/SP/Services/Import/XmlImport.php:98 +msgid "Format not detected" +msgstr "Format not detected" + +#: lib/SP/Services/Import/XmlImport.php:106 +msgid "Not implemented" +msgstr "Not implemented" + +#: lib/SP/Services/Import/XmlImportBase.php:107 +#: lib/SP/Services/Import/XmlImportTrait.php:78 +msgid "Invalid Method" +msgstr "Metodo non valido" + +#: lib/SP/Services/Import/XmlImportBase.php:119 +#: lib/SP/Services/Import/XmlImportTrait.php:68 +msgid "Invalid XML format" +msgstr "Formato XML non valido" + +#: lib/SP/Services/Import/XmlImportBase.php:121 +#: lib/SP/Services/Import/XmlImportTrait.php:70 +#, fuzzy, php-format +msgid "\"%s\" node doesn't exist" +msgstr "Il nodo \"%s\" non esiste" + +#: lib/SP/Services/Install/Installer.php:106 +msgid "Please, enter the admin username" +msgstr "Indica il nome utente admin" + +#: lib/SP/Services/Install/Installer.php:108 +msgid "Admin user to log into the application" +msgstr "Utente amministratore per l'accesso all'applicazione" + +#: lib/SP/Services/Install/Installer.php:113 +msgid "Please, enter the admin's password" +msgstr "Indica la password dell'amministratore" + +#: lib/SP/Services/Install/Installer.php:115 +msgid "Application administrator's password" +msgstr "Utente chiave amministratore dell'applicazione" + +#: lib/SP/Services/Install/Installer.php:120 +msgid "Please, enter the Master Password" +msgstr "Indica la chiave principale" + +#: lib/SP/Services/Install/Installer.php:122 +msgid "Master password to encrypt the passwords" +msgstr "Chiave master per crittografare le chiavi" + +#: lib/SP/Services/Install/Installer.php:127 +msgid "Master password too short" +msgstr "Chiave master molto breve" + +#: lib/SP/Services/Install/Installer.php:129 +msgid "The Master Password length need to be at least 11 characters" +msgstr "" +"La lunghezza della chiave principale deve essere maggiore di 11 caratteri" + +#: lib/SP/Services/Install/Installer.php:134 +msgid "Please, enter the database user" +msgstr "Indicare l'utente del BBDD" + +#: lib/SP/Services/Install/Installer.php:136 +#, fuzzy +msgid "An user with database administrative rights" +msgstr "Utente con autorizzazioni di amministratore del database" + +#: lib/SP/Services/Install/Installer.php:141 +msgid "Please, enter the database password" +msgstr "Indicare la password del BBDD" + +#: lib/SP/Services/Install/Installer.php:143 +msgid "Database administrator's password" +msgstr "Password dell'utente amministratore del database" + +#: lib/SP/Services/Install/Installer.php:148 +msgid "Please, enter the database name" +msgstr "Indicare il nome del BBDD" + +#: lib/SP/Services/Install/Installer.php:150 +msgid "Application database name. eg. syspass" +msgstr "Nome per il DB dell'applicazione pej. syspass" + +#: lib/SP/Services/Install/Installer.php:155 +msgid "Database name cannot contain \".\"" +msgstr "Il nome del database non può contenere \".\"" + +#: lib/SP/Services/Install/Installer.php:157 +msgid "Please, remove dots in database name" +msgstr "Rimuovere i punti dal nome del database" + +#: lib/SP/Services/Install/Installer.php:162 +msgid "Please, enter the database server" +msgstr "Indicare il server del BBDD" + +#: lib/SP/Services/Install/Installer.php:164 +msgid "Server where the database will be installed" +msgstr "Server in cui verrà installato il database" + +#: lib/SP/Services/Install/Installer.php:318 +#: lib/SP/Services/Install/Installer.php:369 +msgid "Warn to developer" +msgstr "Informa lo sviluppatore" + +#: lib/SP/Services/Install/Installer.php:359 +msgid "Error while creating 'admin' user" +msgstr "Error while creating 'admin' user" + +#: lib/SP/Services/Install/MySQL.php:135 +#, php-format +msgid "Unable to check the sysPass user (%s)" +msgstr "Unable to check the sysPass user (%s)" + +#: lib/SP/Services/Install/MySQL.php:137 +msgid "Please, check the DB connection user rights" +msgstr "Verifica le autorizzazioni dell'utente per connettersi al BD" + +#: lib/SP/Services/Install/MySQL.php:181 +#, php-format +msgid "Error while creating the MySQL connection user '%s'" +msgstr "Errore durante la creazione dell'accesso utente a MySQL '%s'" + +#: lib/SP/Services/Install/MySQL.php:201 +msgid "The database already exists" +msgstr "Il BBDD esiste già" + +#: lib/SP/Services/Install/MySQL.php:203 +msgid "Please, enter a new database or delete the existing one" +msgstr "Indicare un nuovo database o eliminare quello esistente" + +#: 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 while creating the DB ('%s')" +msgstr "Error while creating the DB ('%s')" + +#: lib/SP/Services/Install/MySQL.php:215 lib/SP/Services/Install/MySQL.php:239 +msgid "Please check the database user permissions" +msgstr "Verifica le autorizzazioni dell'utente del Database" + +#: lib/SP/Services/Install/MySQL.php:237 +#, php-format +msgid "Error while setting the database permissions ('%s')" +msgstr "Impossibile impostare le autorizzazioni del DB ('%s')" + +#: lib/SP/Services/Install/MySQL.php:251 +msgid "The database does not exist" +msgstr "Il database non esiste" + +#: lib/SP/Services/Install/MySQL.php:253 +msgid "You need to create it and assign the needed permissions" +msgstr "È necessario crearlo e assegnare le autorizzazioni necessarie" + +#: lib/SP/Services/Install/MySQL.php:309 +#, php-format +msgid "Error while selecting '%s' database (%s)" +msgstr "Error while selecting '%s' database (%s)" + +#: lib/SP/Services/Install/MySQL.php:311 +#, fuzzy +msgid "" +"Unable to use the database to create the structure. Please check the " +"permissions and it does not exist." +msgstr "" +"Non è possibile utilizzare il Database per creare la struttura. Controlla le " +"autorizzazioni e se esistono." + +#: lib/SP/Services/Install/MySQL.php:331 +msgid "Error while creating database structure." +msgstr "Errore durante la creazione della struttura del database." + +#: lib/SP/Services/Install/MySQL.php:365 +msgid "Please, try the installation again" +msgstr "Prova di nuovo l'installazione" + +#: lib/SP/Services/ItemPreset/ItemPresetService.php:84 +#: lib/SP/Services/ItemPreset/ItemPresetService.php:105 +msgid "Value not found" +msgstr "Value not found" + +#: lib/SP/Services/ItemPreset/ItemPresetService.php:188 +msgid "Error while deleting the values" +msgstr "Error while deleting the values" + +#: lib/SP/Services/Ldap/LdapImportService.php:109 +#: lib/SP/Services/Ldap/LdapImportService.php:196 +msgid "Objects found" +msgstr "Oggetti trovati" + +#: lib/SP/Services/Ldap/LdapImportService.php:134 +#: lib/SP/Services/Ldap/LdapImportService.php:229 +msgid "Imported from LDAP" +msgstr "Imported from LDAP" + +#: lib/SP/Services/Mail/MailService.php:66 +msgid "Mail test" +msgstr "Mail test" + +#: lib/SP/Services/Mail/MailService.php:67 +msgid "" +"This is a test email in order to verify that the configuration is working " +"right." +msgstr "" +"This is a test email in order to verify that the configuration is working " +"right." + +#: lib/SP/Services/Mail/MailService.php:186 +msgid "Mail service unavailable" +msgstr "Mail service unavailable" + +#: 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 "Notification not found" +msgstr "Notifica non trovata" + +#: 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 not found" +msgstr "Plugin non trovato" + +#: 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 "Link not found" +msgstr "Link non trovato" + +#: lib/SP/Services/PublicLink/PublicLinkService.php:238 +msgid "Error while removing the links" +msgstr "Error while removing the links" + +#: lib/SP/Services/Service.php:109 +msgid "Rollback" +msgstr "Rollback" + +#: lib/SP/Services/Service.php:115 +msgid "Unable to start a transaction" +msgstr "Non è possibile iniziare una transazione" + +#: lib/SP/Services/Service.php:133 lib/SP/Services/Service.php:140 +msgid "Error while retrieving master password from context" +msgstr "Error while retrieving master password from context" + +#: lib/SP/Services/Service.php:160 lib/SP/Services/Service.php:164 +msgid "Error while setting master password in context" +msgstr "Error while setting master password in context" + +#: lib/SP/Services/Tag/TagService.php:75 lib/SP/Services/Tag/TagService.php:94 +#: lib/SP/Services/Tag/TagService.php:111 +msgid "Tag not found" +msgstr "Tag non trovato" + +#: lib/SP/Services/Task/TaskService.php:81 +msgid "Unable to create the lock file" +msgstr "Unable to create the lock file" + +#: lib/SP/Services/Task/TaskService.php:184 +msgid "Waiting for progress updating ..." +msgstr "In attesa dell'aggiornamento ..." + +#: lib/SP/Services/Track/TrackService.php:87 +#: lib/SP/Services/Track/TrackService.php:101 +#: lib/SP/Services/Track/TrackService.php:128 +msgid "Track not found" +msgstr "Track not found" + +#: lib/SP/Services/Track/TrackService.php:162 +#, php-format +msgid "Attempts exceeded (%d/%d)" +msgstr "Numero massimo di tentativi superati (%d/%d)" + +#: lib/SP/Services/Track/TrackService.php:163 +msgid "Seconds" +msgstr "Seconds" + +#: lib/SP/Services/Track/TrackService.php:208 +msgid "IP address not set" +msgstr "IP address not set" + +#: lib/SP/Services/Upgrade/UpgradeAppService.php:65 +#: lib/SP/Services/Upgrade/UpgradeAppService.php:88 +msgid "Update Application" +msgstr "Update Application" + +#: lib/SP/Services/Upgrade/UpgradeAppService.php:72 +msgid "Error while applying the application update" +msgstr "Errore durante l'applicazione dell'aggiornamento dell'applicazione" + +#: lib/SP/Services/Upgrade/UpgradeAppService.php:74 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:100 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:108 +msgid "Please, check the event log for more details" +msgstr "Controlla il registro eventi per maggiori dettagli" + +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:55 +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:85 +msgid "API authorizations update" +msgstr "API authorizations update" + +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:70 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:206 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:236 +msgid "Update Configuration" +msgstr "Aggiorna configurazione" + +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:82 +msgid "Parameter" +msgstr "Parametro" + +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:121 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:125 +msgid "Error while updating the configuration" +msgstr "Errore durante l'aggiornamento della configurazione" + +#: 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 "Custom fields update" +msgstr "Custom fields update" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:91 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:122 +msgid "Update DB" +msgstr "Aggiorna BBDD" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:98 +msgid "Error while applying an auxiliary update" +msgstr "Errore durante l'applicazione dell'aggiornamento ausiliario" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:106 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:177 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:181 +msgid "Error while updating the database" +msgstr "Errore durante l'applicazione dell'aggiornamento del database" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:154 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:156 +msgid "Update file does not contain data" +msgstr "Update file does not contain data" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:187 +msgid "Database updating was completed successfully." +msgstr "Aggiornamento del database eseguito correttamente." + +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:56 +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:102 +msgid "Public links update" +msgstr "Public links update" + +#: lib/SP/Services/User/UserPassService.php:256 +#: lib/SP/Services/User/UserService.php:123 +#: lib/SP/Services/User/UserService.php:154 +#: lib/SP/Services/User/UserService.php:173 +msgid "User does not exist" +msgstr "User does not exist" + +#: lib/SP/Services/User/UserService.php:192 +msgid "User not found" +msgstr "Utente non trovato" + +#: lib/SP/Services/UserGroup/UserGroupService.php:80 +#: lib/SP/Services/UserGroup/UserGroupService.php:98 +#: lib/SP/Services/UserGroup/UserGroupService.php:187 +#: lib/SP/Services/UserGroup/UserToUserGroupService.php:57 +msgid "Group not found" +msgstr "Gruppo non trovato" + +#: lib/SP/Services/UserGroup/UserGroupService.php:115 +msgid "Error while deleting the groups" +msgstr "Error while deleting the groups" + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:66 +msgid "A request for changing your user password has been done." +msgstr "È stata richiesta la modifica della password dell'utente." + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:68 +msgid "In order to complete the process, please go to this URL:" +msgstr "Per completare il processo è necessario accedere al seguente URL:" + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:72 +msgid "If you have not requested this action, please dismiss this message." +msgstr "Se non hai richiesto questa azione, ignora questo messaggio." + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:87 +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:155 +msgid "Wrong hash or expired" +msgstr "Hash non valido o scaduto" + +#: lib/SP/Services/UserProfile/UserProfileService.php:65 +#: lib/SP/Services/UserProfile/UserProfileService.php:97 +msgid "Profile not found" +msgstr "Profile non trovato" + +#: lib/SP/Services/Wiki/DokuWikiApi.php:68 +msgid "Authentication error" +msgstr "Errore di autenticazione" + +#: lib/SP/Services/Wiki/DokuWikiApiBase.php:196 +msgid "Error while doing the query" +msgstr "Impossibile eseguire la query" + +#: lib/SP/Services/Wiki/DokuWikiApiBase.php:228 +msgid "Connection URL not set" +msgstr "URL di connessione non stabilito" + +#: lib/SP/Storage/Database/Database.php:131 +msgid "Blank query" +msgstr "Richiesta vuota" + +#: lib/SP/Storage/Database/Database.php:259 +msgid "Integrity constraint" +msgstr "Vincolo di integrità" + +#: lib/SP/Storage/Database/MySQLHandler.php:99 +#: lib/SP/Storage/Database/MySQLHandler.php:166 +msgid "Please, check the connection parameters" +msgstr "Controlla i dati di connessione" + +#: lib/SP/Storage/Database/QueryData.php:354 app/config/strings.js.inc:26 +msgid "Error while querying" +msgstr "Errore in ricerca" + +#: lib/SP/Storage/File/FileCachePacked.php:57 +#, php-format +msgid "Error while decompressing the file data (%s)" +msgstr "Error while decompressing the file data (%s)" + +#: lib/SP/Storage/File/FileCachePacked.php:61 +msgid "Error while retrieving the data" +msgstr "Error while retrieving the data" + +#: lib/SP/Storage/File/FileCachePacked.php:99 +#, php-format +msgid "Error while compressing the file data (%s)" +msgstr "Error while compressing the file data (%s)" + +#: lib/SP/Storage/File/FileCachePacked.php:144 +msgid "Data not loaded" +msgstr "Data not loaded" + +#: lib/SP/Storage/File/FileHandler.php:72 +#: lib/SP/Storage/File/FileHandler.php:135 +#, php-format +msgid "Unable to read/write the file (%s)" +msgstr "Unable to read/write the file (%s)" + +#: lib/SP/Storage/File/FileHandler.php:89 +#, php-format +msgid "Unable to open the file (%s)" +msgstr "Unable to open the file (%s)" + +#: lib/SP/Storage/File/FileHandler.php:104 +#: lib/SP/Storage/File/FileHandler.php:118 +#, php-format +msgid "Unable to read from file (%s)" +msgstr "Unable to read from file (%s)" + +#: lib/SP/Storage/File/FileHandler.php:173 +#, php-format +msgid "Unable to close the file (%s)" +msgstr "Unable to close the file (%s)" + +#: lib/SP/Storage/File/FileHandler.php:219 +#, php-format +msgid "Unable to write in file (%s)" +msgstr "Unable to write in file (%s)" + +#: lib/SP/Storage/File/FileHandler.php:234 +#, php-format +msgid "File not found (%s)" +msgstr "File not found (%s)" + +#: lib/SP/Storage/File/FileHandler.php:259 +#: lib/SP/Storage/File/FileHandler.php:314 +#, php-format +msgid "Unable to read/write file (%s)" +msgstr "Unable to read/write file (%s)" + +#: lib/SP/Storage/File/FileHandler.php:286 +#, php-format +msgid "Unable to delete file (%s)" +msgstr "Unable to delete file (%s)" + +#: lib/SP/Storage/File/XmlHandler.php:89 lib/SP/Storage/File/XmlHandler.php:309 +msgid "XML node does not exist" +msgstr "XML node does not exist" + +#: lib/SP/Storage/File/XmlHandler.php:167 +msgid "There aren't any items to save" +msgstr "Non ci sono oggetti da salvare" + +#: lib/SP/Util/Connection.php:157 +msgid "Socket not initialized" +msgstr "Socket non inizializzato" + +#: lib/SP/Util/Connection.php:164 +msgid "Error while sending the data" +msgstr "Errore nell'invio dei dati" + +#: lib/SP/Util/ErrorUtil.php:148 +msgid "Option unavailable" +msgstr "Opzione non disponibile" + +#: lib/SP/Util/ErrorUtil.php:168 lib/SP/Util/ErrorUtil.php:175 +msgid "An exception occured" +msgstr "Si è verificata un'eccezione" + +#: lib/SP/Util/ImageUtil.php:65 +msgid "Invalid image" +msgstr "Invalid image" + +#: app/config/strings.js.inc:27 +msgid "There was an error" +msgstr "Si è verificato un errore" + +#: app/config/strings.js.inc:28 app/config/strings.js.inc:86 +msgid "Session finished" +msgstr "Sessione terminata" + +#: app/config/strings.js.inc:29 +msgid "Delete account?" +msgstr "Elimina l'account?" + +#: app/config/strings.js.inc:30 +msgid "Delete user?" +msgstr "Elimina l'utente?" + +#: app/config/strings.js.inc:31 +msgid "You should save configuration in order to take effect" +msgstr "Salva la configurazione per renderla effettiva" + +#: app/config/strings.js.inc:32 +msgid "Generated Password" +msgstr "Password generata" + +#: app/config/strings.js.inc:33 +msgid "High level" +msgstr "Livello alto" + +#: app/config/strings.js.inc:34 +msgid "Average level" +msgstr "Livello medio" + +#: app/config/strings.js.inc:35 +msgid "Low level" +msgstr "Livello basso" + +#: app/config/strings.js.inc:36 +msgid "Very High level" +msgstr "Livello molto alto" + +#: app/config/strings.js.inc:37 +msgid "You should use at least 8 characters" +msgstr "Utilizzare almeno 8 caratteri" + +#: app/config/strings.js.inc:38 +msgid "Delete item?" +msgstr "Eliminare l'oggetto?" + +#: app/config/strings.js.inc:39 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:22 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:31 +msgid "Page not found" +msgstr "Pagina inesistente" + +#: app/config/strings.js.inc:41 +msgid "Delete file?" +msgstr "Eliminare il file?" + +#: app/config/strings.js.inc:42 +msgid "Your browser does not support HTML5 file uploads" +msgstr "" +"Il tuo browser non supporta i caricamenti di file in HTML5 prova a cambiare " +"browser" + +#: app/config/strings.js.inc:43 +msgid "Too many files" +msgstr "Troppi files" + +#: app/config/strings.js.inc:44 +msgid "File size not allowed" +msgstr "La dimensione del file non è consentita" + +#: app/config/strings.js.inc:45 +msgid "Extension not allowed" +msgstr "Estensione non consentita" + +#: app/config/strings.js.inc:46 +#, fuzzy +msgid "Clear the event log out?" +msgstr "Cancellare il registro degli eventi?" + +#: app/config/strings.js.inc:47 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:179 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:281 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:89 +#: app/modules/web/themes/material-blue/views/config/import.inc:59 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:253 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:84 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:54 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:152 +msgid "Select Group" +msgstr "Selezionare Gruppo" + +#: app/config/strings.js.inc:48 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:161 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:114 +#: app/modules/web/themes/material-blue/views/config/import.inc:32 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:278 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:69 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:27 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:37 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:81 +msgid "Select User" +msgstr "Selezionare Utente" + +#: app/config/strings.js.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:71 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:135 +msgid "Select Profile" +msgstr "Selezionare Profilo" + +#: app/config/strings.js.inc:50 +#: app/modules/web/themes/material-blue/views/account/account.inc:84 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:39 +msgid "Select Client" +msgstr "Selezionare il Cliente" + +#: app/config/strings.js.inc:51 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:78 +#: app/modules/web/themes/material-blue/views/account/account.inc:109 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:43 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:54 +msgid "Select Category" +msgstr "Selezionare la categoria" + +#: app/config/strings.js.inc:52 +msgid "No results" +msgstr "Nessun risultato" + +#: app/config/strings.js.inc:53 +msgid "Password options" +msgstr "Opzioni password" + +#: app/config/strings.js.inc:54 +msgid "Generate random password" +msgstr "Genera una password casuale" + +#: app/config/strings.js.inc:55 +msgid "Complexity" +msgstr "Complessità" + +#: app/config/strings.js.inc:56 +msgid "Reset" +msgstr "Ripristina" + +#: app/config/strings.js.inc:57 +msgid "Password strength level" +msgstr "Livello di complessità della password" + +#: app/config/strings.js.inc:58 +msgid "Show Password" +msgstr "Mostra Password" + +#: app/config/strings.js.inc:59 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:24 +msgid "Copy Username" +msgstr "Copia utente" + +#. (itstool) path: action/text +#: app/config/strings.js.inc:60 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:41 +#: app/config/actions.xml:199 app/config/actions.xml:271 +msgid "Copy Password" +msgstr "Copy Password" + +#: app/config/strings.js.inc:61 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:84 +msgid "Include Numbers" +msgstr "Includi numeri" + +#: app/config/strings.js.inc:62 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:126 +msgid "Include Uppercase" +msgstr "Includi maiuscole" + +#: app/config/strings.js.inc:63 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:112 +#, fuzzy +msgid "Include Symbols" +msgstr "Includi simboli" + +#: app/config/strings.js.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:16 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:24 +msgid "Length" +msgstr "Lunghezza" + +#: app/config/strings.js.inc:65 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:42 +msgid "Select Action" +msgstr "Seleziona azione" + +#: app/config/strings.js.inc:68 +msgid "Accept" +msgstr "Accetta" + +#: app/config/strings.js.inc:69 +msgid "Cancel" +msgstr "Annulla" + +#: app/config/strings.js.inc:70 +#, fuzzy +msgid "Password Copied into Clipboard" +msgstr "Chiave copiata negli appunti" + +#: app/config/strings.js.inc:71 +msgid "Error while copying to clipboard" +msgstr "Errore durante la copia negli appunti" + +#: app/config/strings.js.inc:73 +msgid "Send notifies?" +msgstr "Ricevere notifiche?" + +#. (itstool) path: action/text +#: app/config/strings.js.inc:74 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:160 +#: app/config/actions.xml:247 +msgid "Mark as Favorite" +msgstr "" + +#. (itstool) path: action/text +#: app/config/strings.js.inc:75 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:150 +#: app/config/actions.xml:253 +msgid "Delete Favorite" +msgstr "Rimuovi preferito" + +#: app/config/strings.js.inc:76 +msgid "Clear Selection" +msgstr "Annulla selezione" + +#. (itstool) path: action/text +#: app/config/strings.js.inc:77 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:80 +#: app/config/actions.xml:241 +msgid "Show Favorites" +msgstr "" + +#: app/config/strings.js.inc:78 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:74 +#, fuzzy +msgid "Display All" +msgstr "Mostra tutto" + +#: app/config/strings.js.inc:81 +msgid "Now" +msgstr "Ora" + +#: app/config/strings.js.inc:82 +msgid "" +"This process will import the detected LDAP users. Would you like to continue?" +msgstr "Questo processo importa gli utenti LDAP rilevati. Vuoi continuare?" + +#: app/config/strings.js.inc:83 +msgid "This action will reset all plugin data. Do you want to continue?" +msgstr "Questa azione ripristinerà tutti i dati del plugin. Vuoi continuare?" + +#: app/config/strings.js.inc:84 +#, fuzzy +msgid "This process could take some time long. Do you wish to continue?" +msgstr "Questo processo potrebbe richiedere del tempo. Vuoi continuare?" + +#: app/config/strings.js.inc:87 +#, fuzzy +msgid "Performing task. Please, do not close browser's window/tab." +msgstr "" +"Fare i compiti Per favore, non chiudere la finestra / scheda del browser." + +#: app/config/strings.js.inc:88 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:98 +msgid "Include Letters" +msgstr "Includi lettere" + +#: app/config/strings.js.inc:89 +#, fuzzy +msgid "Cookies disabled. Application won't work properly." +msgstr "Cookie disabilitati L'applicazione non funzionerà correttamente." + +#: app/config/strings.js.inc:90 +msgid "Clipboard not supported by your browser." +msgstr "Appunti non supportati dal browser." + +#: app/config/strings.js.inc:91 +msgid "Performing auto-login" +msgstr "Performing auto-login" + +#: app/config/strings.js.inc:92 +msgid "There is a more recent version of {0} plugin ({1})" +msgstr "C'è una versione più recente del plugin {0} ({1})" + +#: app/config/strings.js.inc:93 +#: app/modules/web/themes/material-blue/views/main/update.inc:30 +msgid "Updated" +msgstr "Aggiornato" + +#: app/config/strings.js.inc:94 +#: app/modules/web/themes/material-blue/views/main/update.inc:36 +msgid "Error while checking for updates" +msgstr "Errore durante il controllo degli aggiornamenti" + +#: app/config/strings.js.inc:95 +msgid "sysPass Notices" +msgstr "Avvisi SysPass" + +#: app/config/strings.js.inc:96 +msgid "Clear the tracks out?" +msgstr "Clear the tracks out?" + +#: app/modules/web/themes/material-blue/views/_layouts/main.inc:21 +msgid "Javascript is needed in order to run correctly" +msgstr "Javascript è necessario per il corretto funzionamento" + +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:70 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:127 +msgid "User preferences" +msgstr "Preferenze dell'utente" + +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:74 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:77 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:148 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:151 +msgid "Sign Out" +msgstr "Uscita" + +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:164 +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:53 +msgid "Demo" +msgstr "Demo" + +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:44 +msgid "Tells whether the connection uses HTTPS or not." +msgstr "Indica se la connessione utilizza HTTPS." + +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:44 +#, fuzzy +msgid "" +"Passwords sent from forms are encrypted using PKI, the remain data don't." +msgstr "" +"Le chiavi dei moduli inviati sono crittografate tramite PKI, il resto dei " +"dati non lo è." + +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:66 +msgid "Help :: FAQ :: Changelog" +msgstr "Aiuto :: Domande frequenti :: Changelog" + +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:70 +msgid "A cygnux.org project" +msgstr "Un progetto di cygnux.org" + +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:8 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:12 +msgid "Special parameters" +msgstr "Special parameters" + +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:14 +msgid "" +"You could use either one or several special parameters separated by blank " +"spaces" +msgstr "" +"You could use either one or several special parameters separated by blank " +"spaces" + +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:16 +msgid "Search for accounts which 'login' has access rights" +msgstr "Cerca account a cui 'login' ha accesso" + +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:17 +#, fuzzy +msgid "Get the accounts in which user login \"login\" is the owner" +msgstr "Restituisci i conti in cui \"login\" è il proprietario" + +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:18 +msgid "Search for accounts which 'group_name' has access rights" +msgstr "Cerca account a cui 'group_name' ha accesso" + +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:19 +#, fuzzy +msgid "Get the accounts in which main group \"group_name\" is set" +msgstr "Restituisci account con il gruppo 'group_name'" + +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:20 +#, fuzzy +msgid "Search for accounts which contain a file with the name 'file_name'" +msgstr "Cerca account con file con il nome 'file_name'" + +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:21 +msgid "Search for accounts by client name" +msgstr "Search for accounts by client name" + +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:22 +msgid "Search for accounts by category name" +msgstr "Search for accounts by category name" + +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:23 +msgid "Returns the account for the given ID" +msgstr "Returns the account for the given ID" + +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:24 +msgid "Search for accounts with expired password" +msgstr "Cerca account con la chiave scaduta" + +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:25 +#, fuzzy +msgid "Get private accounts for current user" +msgstr "Restituisce gli account privati ​​dell'utente corrente" + +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:26 +msgid "Operator for special parameters" +msgstr "Operator for special parameters" + +#: app/modules/web/themes/material-blue/views/_partials/no_records_found.inc:10 +#: app/modules/web/themes/material-blue/views/account/search-index.inc:19 +msgid "No records found" +msgstr "Nessun dato trovato" + +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:85 +#: app/modules/web/themes/material-blue/views/account/account.inc:168 +#: app/modules/web/themes/material-blue/views/account/account.inc:175 +#: app/modules/web/themes/material-blue/views/install/index.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:115 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:122 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:59 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:66 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:38 +msgid "Password (repeat)" +msgstr "Password (ripetere)" + +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:109 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:147 +#: app/modules/web/themes/material-blue/views/account/account.inc:194 +#: app/modules/web/themes/material-blue/views/account/account.inc:278 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:254 +msgid "Select date" +msgstr "Seleziona la data" + +#: app/modules/web/themes/material-blue/views/account/account-history.inc:19 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:140 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:142 +#: app/modules/web/themes/material-blue/views/account/account.inc:271 +#: app/modules/web/themes/material-blue/views/account/account.inc:273 +msgid "History" +msgstr "Storico" + +#: app/modules/web/themes/material-blue/views/account/account-history.inc:28 +#: app/modules/web/themes/material-blue/views/account/account.inc:45 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:22 +msgid "Details" +msgstr "Dettagli" + +#: app/modules/web/themes/material-blue/views/account/account-history.inc:127 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:78 +#: app/modules/web/themes/material-blue/views/account/account.inc:200 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:168 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:163 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:169 +msgid "Notes" +msgstr "" + +#: app/modules/web/themes/material-blue/views/account/account-history.inc:160 +#: app/modules/web/themes/material-blue/views/account/account.inc:293 +#: app/modules/web/themes/material-blue/views/account/details.inc:32 +#: app/modules/web/themes/material-blue/views/account/details.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:291 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:293 +msgid "Last Modification" +msgstr "Ultima modifica" + +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:23 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:54 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:119 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:140 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:18 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:35 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:57 +msgid "Select Users" +msgstr "Seleziona utenti" + +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:33 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:37 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:101 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:105 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:127 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:176 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:29 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:53 +msgid "View" +msgstr "Visualizza" + +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:91 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:122 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:168 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:190 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:59 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:76 +msgid "Select Groups" +msgstr "Seleziona gruppi" + +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:204 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:182 +msgid "Private" +msgstr "Privata" + +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:223 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:198 +msgid "Private for Group" +msgstr "Gruppo privato" + +#: app/modules/web/themes/material-blue/views/account/account-request.inc:15 +msgid "Request Account Modification" +msgstr "Richiedi la modifica dell'account" + +#: app/modules/web/themes/material-blue/views/account/account-request.inc:52 +msgid "Request description" +msgstr "Descrizione della petizione" + +#: app/modules/web/themes/material-blue/views/account/account-request.inc:74 +msgid "Send" +msgstr "Inviare" + +#: app/modules/web/themes/material-blue/views/account/account.inc:37 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:133 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:21 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:214 +msgid "Permissions" +msgstr "Permessi" + +#: app/modules/web/themes/material-blue/views/account/account.inc:218 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:98 +msgid "Select Tags" +msgstr "Selezionare tags" + +#: app/modules/web/themes/material-blue/views/account/account.inc:262 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:26 +msgid "Select Account" +msgstr "Seleziona account" + +#: app/modules/web/themes/material-blue/views/account/account.inc:301 +#: app/modules/web/themes/material-blue/views/account/account.inc:303 +#: app/modules/web/themes/material-blue/views/account/account.inc:306 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:193 +msgid "Public Link" +msgstr "Link pubblico" + +#: app/modules/web/themes/material-blue/views/account/account.inc:314 +#: app/modules/web/themes/material-blue/views/account/account.inc:316 +#: app/modules/web/themes/material-blue/views/account/account.inc:319 +msgid "Direct Link" +msgstr "Direct Link" + +#: app/modules/web/themes/material-blue/views/account/details.inc:22 +#: app/modules/web/themes/material-blue/views/account/details.inc:24 +msgid "Date Added" +msgstr "Data alta" + +#: app/modules/web/themes/material-blue/views/account/details.inc:60 +#: app/modules/web/themes/material-blue/views/account/details.inc:62 +msgid "Date Modified" +msgstr "Data Edizione" + +#: app/modules/web/themes/material-blue/views/account/details.inc:68 +#: app/modules/web/themes/material-blue/views/account/details.inc:70 +msgid "Editor" +msgstr "Editore" + +#: app/modules/web/themes/material-blue/views/account/details.inc:78 +#: app/modules/web/themes/material-blue/views/account/details.inc:80 +msgid "Password Date" +msgstr "Data della password" + +#: app/modules/web/themes/material-blue/views/account/files.inc:37 +msgid "Drop files here (max. 5) or click to select" +msgstr "Trascina qui i file (max 5) o fai clic per selezionare" + +#: app/modules/web/themes/material-blue/views/account/files.inc:39 +#, php-format +msgid "Maximum file size: %d MB" +msgstr "Dimensione massima del file: %d MB" + +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:35 +msgid "Search in Wiki" +msgstr "Cerca in Wiki" + +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:84 +#, php-format +msgid "Open link to: %s" +msgstr "Open link to: %s" + +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:111 +msgid "Password Expired" +msgstr "Chiave scaduta" + +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:125 +msgid "Private Account (Group)" +msgstr "Private Account (Group)" + +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:182 +msgid "Attachments" +msgstr "Allegati aggiuntu" + +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:209 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:220 +msgid "Link to Wiki" +msgstr "Collegamento a Wiki" + +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:212 +msgid "View at Wiki" +msgstr "Visualizza in Wiki" + +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:59 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:63 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:230 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:231 +#, fuzzy +msgid "Global search" +msgstr "Ricerca globale" + +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:85 +msgid "Favorites Filtering" +msgstr "Filtro Preferiti" + +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:100 +msgid "Accounts per page" +msgstr "Account per pagina" + +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:108 +msgid "More Filters" +msgstr "Più filtri" + +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:113 +msgid "Select Tag" +msgstr "Seleziona tag" + +#: app/modules/web/themes/material-blue/views/common/aux-customfields.inc:22 +msgid "Data will be encrypted after saving" +msgstr "Data will be encrypted after saving" + +#: app/modules/web/themes/material-blue/views/common/aux-customfields.inc:27 +msgid "Data will be unencrypted after saving" +msgstr "Data will be unencrypted after saving" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:12 +#: app/modules/web/themes/material-blue/views/config/backup.inc:12 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:12 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:12 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:12 +#, php-format +msgid "The '%s' extension is unavailable" +msgstr "The '%s' extension is unavailable" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:16 +msgid "This extension is needed to display passwords as images" +msgstr "This extension is needed to display passwords as images" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:30 +msgid "Searching" +msgstr "Ricerca" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:36 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:52 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:56 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:72 +msgid "Results per page" +msgstr "" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:41 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:61 +#, fuzzy +msgid "Number of results per page to display when performing a search." +msgstr "" +"Numero di risultati per pagina da visualizzare, quando si esegue una ricerca." + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:30 +msgid "Accounts password expiry" +msgstr "Accounts password expiry" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:71 +msgid "Enables the accounts password expiry date." +msgstr "Enables the accounts password expiry date." + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:79 +msgid "Password expiry time" +msgstr "Password expiry time" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:84 +msgid "Number of days for account's password expiry date." +msgstr "Number of days for account's password expiry date." + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:94 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:38 +msgid "Expire time (days)" +msgstr "Expire time (days)" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:112 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:90 +msgid "Account name as link" +msgstr "Nome account come link" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:113 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:92 +#, fuzzy +msgid "Enables to use the account name as a link to account details." +msgstr "" +"Abilita il nome dell'account di ricerca, come link ai dettagli dell'account." + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:128 +msgid "Global searches" +msgstr "Ricerche globali" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:129 +#, fuzzy +msgid "" +"Allows the users to do searches that includes all accounts, they won't be " +"able to display the account details if they don't have permission." +msgstr "" +"Permette a tutti gli utenti di eseguire ricerche su tutti gli account, ma " +"non può vedere il contenuto di quelli che non hanno permessi." + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:144 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:154 +msgid "Image to show password" +msgstr "Immagine per mostrare la password" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:146 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:156 +msgid "Generate an image with a text of the account password." +msgstr "Genera un'immagine con il testo della password dell'account." + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:148 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:158 +msgid "" +"Useful for environments where copying a password to clipboard is a security " +"risk." +msgstr "" +"Utile per ambienti in cui copiare la chiave è un rischio per la sicurezza." + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:164 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:158 +msgid "Results like Cards" +msgstr "Risultati stile biglietti da visita" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:166 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:160 +#, fuzzy +msgid "Displays account's search results on a card like format." +msgstr "" +"Visualizza i risultati della ricerca dell'account nel formato della " +"biglietti da visita." + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:182 +msgid "Secondary Groups Access" +msgstr "Accesso ai gruppi secondari" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:184 +#, fuzzy +msgid "Grants access to users that are included in secondary groups." +msgstr "Consente l'accesso agli utenti inclusi nei gruppi figlio." + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:186 +#, fuzzy +msgid "" +"By default, user in a secondary group is granted if the secondary group is " +"set as user's main group." +msgstr "" +"Per impostazione predefinita, l'utente di un gruppo secondario è consentito " +"se il gruppo secondario è stabilito come primario dell'utente." + +#. (itstool) path: action/text +#: app/modules/web/themes/material-blue/views/config/accounts.inc:197 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:378 +#: app/config/actions.xml:73 +msgid "Public Links" +msgstr "Link pubblici" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:215 +msgid "Enable Public Links" +msgstr "Abilita collegamenti pubblici" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:217 +msgid "Enables the ability to create public links to view an account's details" +msgstr "" +"Abilita la possibilità di generare collegamenti pubblici per visualizzare i " +"dettagli di un account." + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:219 +#, fuzzy +msgid "Linked accounts will be visible by anyone that have the link." +msgstr "Gli account collegati saranno visibili da chiunque abbia il link." + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:221 +#, fuzzy +msgid "" +"In order to create links, users must have activated the option on their " +"profiles." +msgstr "" +"Per creare collegamenti, gli utenti devono aver attivato l'opzione nel " +"proprio profilo." + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:237 +msgid "Use an image for password" +msgstr "Usa l'immagine per la password" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:239 +msgid "The account password is shown as image." +msgstr "Il tasto account è visualizzato come un'immagine." + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:248 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:257 +msgid "Expire time" +msgstr "Scadenza" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:263 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:272 +msgid "Maximum visits" +msgstr "Numero massimo di visite" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:298 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:411 +msgid "Files management" +msgstr "Gestione dei file" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:299 +msgid "Enables the uploading and downloading of accounts files." +msgstr "Abilita il caricamento / download di file per gli account." + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:307 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:320 +msgid "Allowed file extensions" +msgstr "Estensioni di file consentite" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:312 +msgid "Allowed file extensions for uploading." +msgstr "Estensioni consentite per il caricamento di file." + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:315 +msgid "" +"Write the extension and press enter to add. Remember to save the " +"configuration." +msgstr "" +"Scrivi l'estensione e premi invio per aggiungere. È necessario salvare la " +"configurazione." + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:328 +msgid "Maximum file size" +msgstr "Dimensione massima del file" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:333 +#, fuzzy +msgid "Sets the maximum file size for uploading." +msgstr "Imposta la dimensione massima per caricare i file." + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:337 +#, fuzzy +msgid "Absolute maximum is 16MB." +msgstr "Il massimo assoluto è 16 MB." + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:348 +msgid "Maximum file size in kilobytes" +msgstr "Dimensione massima del file in kilobyte" + +#: app/modules/web/themes/material-blue/views/config/backup.inc:16 +msgid "This extension is needed to build the application's backup files" +msgstr "This extension is needed to build the application's backup files" + +#: app/modules/web/themes/material-blue/views/config/backup.inc:30 +#: app/modules/web/themes/material-blue/views/config/backup.inc:33 +#: app/modules/web/themes/material-blue/views/config/backup.inc:109 +#: app/modules/web/themes/material-blue/views/config/backup.inc:112 +msgid "Result" +msgstr "Risultato" + +#: app/modules/web/themes/material-blue/views/config/backup.inc:41 +#: app/modules/web/themes/material-blue/views/config/backup.inc:44 +#: app/modules/web/themes/material-blue/views/config/backup.inc:120 +#: app/modules/web/themes/material-blue/views/config/backup.inc:123 +#, fuzzy +msgid "Download Current" +msgstr "Scarica corrente" + +#: app/modules/web/themes/material-blue/views/config/backup.inc:51 +msgid "DB Backup" +msgstr "Copia BBDD" + +#: app/modules/web/themes/material-blue/views/config/backup.inc:58 +msgid "sysPass Backup" +msgstr "Copia sysPass" + +#: app/modules/web/themes/material-blue/views/config/backup.inc:80 +#, fuzzy +msgid "" +"The backup allows you to save and download sysPass database and application " +"files including its configuration." +msgstr "" +"Il backup consente di salvare e scaricare sia il database sysPass che i file " +"dell'applicazione e la relativa configurazione." + +#: app/modules/web/themes/material-blue/views/config/backup.inc:82 +msgid "" +"With this method it's possible to either save all sysPass data in another " +"place or use it to make the application portable." +msgstr "" +"Con questo metodo è possibile salvare tutti i dati di sysPass in un'altra " +"posizione o utilizzarli per rendere l'applicazione portatile." + +#: app/modules/web/themes/material-blue/views/config/backup.inc:101 +#: app/modules/web/themes/material-blue/views/config/backup.inc:185 +msgid "Export Accounts" +msgstr "Esportare account" + +#: app/modules/web/themes/material-blue/views/config/backup.inc:139 +#: app/modules/web/themes/material-blue/views/config/backup.inc:147 +msgid "Export Password" +msgstr "Password di esportazione" + +#: app/modules/web/themes/material-blue/views/config/backup.inc:153 +#: app/modules/web/themes/material-blue/views/config/backup.inc:161 +msgid "Export Password (repeat)" +msgstr "Password di esportazione (ripetere)" + +#: app/modules/web/themes/material-blue/views/config/backup.inc:187 +msgid "" +"The accounts export allows you to save the accounts and their data in XML " +"format to be imported in another sysPass instance." +msgstr "" +"L'esportazione di account consente di salvare gli account e i relativi dati " +"in formato XML in modo che possano essere successivamente importati in altre " +"istanze di sysPass." + +#: app/modules/web/themes/material-blue/views/config/backup.inc:189 +#, fuzzy +msgid "Exported items are accounts, clients, categories and tags." +msgstr "Gli articoli esportati sono account, clienti, categorie e tag." + +#: app/modules/web/themes/material-blue/views/config/backup.inc:191 +#, fuzzy +msgid "" +"Accounts' password are exported in an encrypted way for better security." +msgstr "" +"Le chiavi degli account vengono esportate in forma crittografata per una " +"maggiore sicurezza." + +#: app/modules/web/themes/material-blue/views/config/backup.inc:193 +#, fuzzy +msgid "" +"It's possible to set an export password to save all the encrypted data in " +"the XML file." +msgstr "" +"È possibile impostare una chiave di esportazione per salvare tutti i dati " +"crittografati nel file XML." + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:17 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:153 +#: app/modules/web/themes/material-blue/views/config/import.inc:152 +#: app/modules/web/themes/material-blue/views/config/import.inc:167 +#: app/modules/web/themes/material-blue/views/install/index.inc:50 +#: app/modules/web/themes/material-blue/views/install/index.inc:56 +#: app/modules/web/themes/material-blue/views/login/index.inc:57 +#: app/modules/web/themes/material-blue/views/login/index.inc:102 +msgid "Master Password" +msgstr "Password principale" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:24 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:27 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:198 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:201 +#, fuzzy +msgid "Last change" +msgstr "Ultima modifica" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:35 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:43 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:142 +msgid "Current Master Password" +msgstr "Password principale attuale" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:49 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:57 +msgid "New Master Password" +msgstr "Nuova password principale" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:63 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:71 +msgid "New Master Password (repeat)" +msgstr "Nuova password principale (ripetere)" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:80 +msgid "You should save the new password on a secure place" +msgstr "Conserva la nuova password in un posto sicuro." + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:84 +msgid "All accounts passwords will be encrypted again." +msgstr "Le password di tutti gli account verranno nuovamente crittografate." + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:88 +msgid "Users will need to enter the new Master Password." +msgstr "Gli utenti devono inserire la nuova password principale." + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:92 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:130 +#, fuzzy, php-format +msgid "It will be updated %s accounts. This process could take some time long." +msgstr "Aggiornerai %s account. Questo processo potrebbe richiedere del tempo." + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:109 +msgid "Do not modify accounts" +msgstr "Non modificare account" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:111 +msgid "Sets a new Master Password without re-encrypting the accounts." +msgstr "" +"Imposta una nuova password master senza ricodificare nuovamente gli account" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:127 +#, fuzzy +msgid "Confirm change" +msgstr "Conferma modifica" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:129 +msgid "" +"Confirm the master password change after you have been read all the above " +"warnings." +msgstr "" +"Confirm the master password change after you have been read all the above " +"warnings." + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:155 +msgid "" +"The Master Password is used to encrypt sysPass accounts passwords and keep " +"them safe." +msgstr "" +"La password master viene utilizzata per crittografare le chiavi degli " +"account sysPass per mantenerle sicure." + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:157 +#, fuzzy +msgid "" +"It's advisable to change it from time to time and use a complex password " +"that includes numbers, letters and symbols." +msgstr "" +"Si consiglia di cambiarlo ogni tanto e utilizzare una chiave complessa che " +"include numeri, lettere e simboli." + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:159 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:132 +#, php-format +msgid "You could get more info on: %s" +msgstr "Per maggiori informazioni vedi: %s" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:169 +msgid "Update master password hash" +msgstr "Aggiorna hash chiave principale" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:189 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:323 +msgid "Temporary Password" +msgstr "Chiave temporale" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:203 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:218 +msgid "Not generated" +msgstr "Non generato" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:208 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:211 +msgid "Valid until" +msgstr "Valido fino al" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:224 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:227 +msgid "Attempts" +msgstr "Tentativi" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:234 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:244 +msgid "Life (s)" +msgstr "Validità (s)" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:263 +msgid "Send email" +msgstr "Manda mail" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:265 +msgid "Sends an email to all users or only to those whose group is selected." +msgstr "" +"Invia un'email a tutti gli utenti o solo a quelli del gruppo selezionato." + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:325 +msgid "" +"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." +msgstr "" +"La password temporanea viene utilizzata come chiave principale per gli " +"utenti che devono inserirla all'avvio della sessione, pertanto non è " +"necessario fornire la password master originale." + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:332 +msgid "Generate" +msgstr "Genera" + +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:30 +msgid "Use Auth Basic" +msgstr "Use Auth Basic" + +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:31 +msgid "Use Auth Basic for authorizing accesses to the application" +msgstr "Use Auth Basic for authorizing accesses to the application" + +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:45 +msgid "Use Auth Basic SSO" +msgstr "Use Auth Basic SSO" + +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:46 +msgid "Use auto-login through Auth Basic" +msgstr "Use auto-login through Auth Basic" + +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:54 +msgid "Domain" +msgstr "Domain" + +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:59 +msgid "" +"The domain will be added to sysPass user name for checking against the Auth " +"Basic one." +msgstr "" +"The domain will be added to sysPass user name for checking against the Auth " +"Basic one." + +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:69 +msgid "Domain name" +msgstr "Domain name" + +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:75 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:85 +#: app/modules/web/themes/material-blue/views/config/import.inc:45 +#: app/modules/web/themes/material-blue/views/config/import.inc:55 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:239 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:249 +msgid "Default Group" +msgstr "Gruppo predefinito" + +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:80 +msgid "Sets the default users group for newly created SSO users" +msgstr "Sets the default users group for newly created SSO users" + +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:100 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:110 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:264 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:274 +msgid "Default Profile" +msgstr "Profilo predefinito" + +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:105 +msgid "Sets the default profile for the newly created SSO users." +msgstr "Sets the default profile for the newly created SSO users." + +#: app/modules/web/themes/material-blue/views/config/general-events.inc:12 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:98 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:101 +#: app/modules/web/themes/material-blue/views/config/mail.inc:173 +#: app/modules/web/themes/material-blue/views/config/mail.inc:176 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:70 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:72 +msgid "Events" +msgstr "Eventi" + +#: app/modules/web/themes/material-blue/views/config/general-events.inc:30 +msgid "Enable event log" +msgstr "Abilita registro eventi" + +#: app/modules/web/themes/material-blue/views/config/general-events.inc:31 +msgid "Saves the actions done by the application." +msgstr "Salva le azioni eseguite nell'applicazione." + +#: app/modules/web/themes/material-blue/views/config/general-events.inc:45 +msgid "Enable Syslog" +msgstr "Abilita Syslog" + +#: app/modules/web/themes/material-blue/views/config/general-events.inc:60 +msgid "Enable Remote Syslog" +msgstr "Abilita Syslog remoto" + +#: app/modules/web/themes/material-blue/views/config/general-events.inc:78 +msgid "Hostname or IP address" +msgstr "Nome o indirizzo IP" + +#: app/modules/web/themes/material-blue/views/config/general-events.inc:84 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:92 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:53 +#: app/modules/web/themes/material-blue/views/config/mail.inc:72 +#: app/modules/web/themes/material-blue/views/config/mail.inc:79 +msgid "Port" +msgstr "Porta" + +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:12 +msgid "Proxy" +msgstr "Proxy" + +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:30 +msgid "Use Proxy" +msgstr "Usa Proxy" + +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:31 +msgid "Use a proxy server for checking out for updates and notifications." +msgstr "Use a proxy server for checking out for updates and notifications." + +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:47 +msgid "Proxy server" +msgstr "Server proxy" + +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:61 +msgid "Proxy server port" +msgstr "Porta del server proxy" + +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:75 +msgid "Proxy server user" +msgstr "Utente del server proxy" + +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:89 +msgid "Proxy server password" +msgstr "Password del server proxy" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:16 +msgid "This extension is needed to check for sysPass updates and notices" +msgstr "This extension is needed to check for sysPass updates and notices" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:24 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:15 +msgid "Site" +msgstr "Indirizzo" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:30 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:44 +#: app/modules/web/themes/material-blue/views/config/info.inc:107 +#: app/modules/web/themes/material-blue/views/config/info.inc:121 +#: app/modules/web/themes/material-blue/views/install/index.inc:137 +#: app/modules/web/themes/material-blue/views/install/index.inc:139 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:26 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:28 +msgid "Language" +msgstr "Lingua" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:35 +#, fuzzy +msgid "" +"Sets the global app language. You can set a per user language on preferences." +msgstr "" +"Imposta la lingua globale dell'applicazione. È possibile impostare una " +"lingua per utente nelle preferenze." + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:39 +#, fuzzy +msgid "" +"To improve/add translations, you can get involved at https://poeditor.com/" +"join/project/fmlsBuugyv" +msgstr "" +"Per migliorare / aggiungere traduzioni, puoi collaborare a https://poeditor." +"com/join/project/fmlsBuugyv" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:57 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:67 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:40 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:42 +msgid "Visual Theme" +msgstr "Tema del portale" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:62 +#, fuzzy +msgid "" +"Sets the global application visual theme. You can set a per user visual " +"theme on preferences." +msgstr "" +"Imposta il tema visivo generale dell'applicazione. È possibile impostare un " +"tema visivo per utente nelle preferenze." + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:81 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:89 +msgid "Session timeout (s)" +msgstr "Timeout della sessione (s)" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:107 +msgid "Force HTTPS" +msgstr "Forza l'uso di HTTPS" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:108 +msgid "It forces the use of HTTPS on all the connections" +msgstr "Forza per tutte le connessioni tramite HTTPS." + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:122 +msgid "Enable debug" +msgstr "Abilita il debug" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:123 +#, fuzzy +msgid "" +"Displays some information about application configuration and performance." +msgstr "" +"Visualizza le informazioni relative alle impostazioni e alle prestazioni " +"dell'applicazione." + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:137 +msgid "Maintenance mode" +msgstr "Modalità di manutenzione" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:138 +msgid "" +"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." +msgstr "" +"In questa modalità, non è possibile accedere all'applicazione. Per " +"disabilitarlo, è necessario modificare il file di configurazione." + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:152 +msgid "Check for updates" +msgstr "Controlla gli aggiornamenti" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:153 +msgid "Check for application updates (only for administrators)." +msgstr "" +"Controlla gli aggiornamenti dell'applicazione (solo per gli utenti " +"amministratori)." + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:167 +#, fuzzy +msgid "Check for notifications" +msgstr "Controlla le notifiche" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:168 +msgid "" +"Check if there are either sysPass security or warning notices (only for " +"administrators)." +msgstr "" +"Controlla le notifiche di sicurezza o le notifiche di sysPass (solo per gli " +"utenti amministratori)." + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:182 +msgid "Encrypt Session" +msgstr "Cripta la sessione" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:184 +msgid "Encrypt PHP session data" +msgstr "Cripta i dati della sessione PHP." + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:185 +msgid "" +"This feature increases the PHP sessions security, because the stored data " +"won't be readable." +msgstr "" +"Questa funzionalità aumenta la sicurezza delle sessioni PHP poiché i dati " +"memorizzati non saranno leggibili." + +#: app/modules/web/themes/material-blue/views/config/import.inc:12 +#: app/modules/web/themes/material-blue/views/config/import.inc:103 +msgid "CSV/XML Import" +msgstr "Importa CSV/XML" + +#: app/modules/web/themes/material-blue/views/config/import.inc:18 +#: app/modules/web/themes/material-blue/views/config/import.inc:28 +msgid "Default User" +msgstr "Utente predefinito" + +#: app/modules/web/themes/material-blue/views/config/import.inc:23 +msgid "Sets the default user for the accounts imported." +msgstr "Definisce l'utente predefinito per gli account importati." + +#: app/modules/web/themes/material-blue/views/config/import.inc:50 +msgid "Sets the default group for the accounts imported." +msgstr "Definisce il gruppo predefinito per gli account importati." + +#: app/modules/web/themes/material-blue/views/config/import.inc:75 +msgid "Drop files here or click to select" +msgstr "Trascina qui il file o fai clic per selezionare" + +#: app/modules/web/themes/material-blue/views/config/import.inc:105 +#, fuzzy +msgid "" +"Allows to import Accounts, Categories and Clients from XML or CSV files." +msgstr "Permette di importare account, categorie e client da file XML e CSV." + +#: app/modules/web/themes/material-blue/views/config/import.inc:107 +#, fuzzy +msgid "Supported XML file formats are: sysPass, KeePass and KeePassX" +msgstr "I formati di file XML supportati sono: sysPass, KeePass e KeePassX" + +#: app/modules/web/themes/material-blue/views/config/import.inc:109 +msgid "Drag & Drop the file into the import zone or click over the arrow." +msgstr "" +"Trascina il file da importare nell'area indicata o fai clic sulla freccia." + +#: app/modules/web/themes/material-blue/views/config/import.inc:111 +#, fuzzy +msgid "" +"For KeePass or KeePassX files, client name will be KeePass or KeePassX and " +"category name like groups name." +msgstr "" +"Per i file KeePass o KeePassX, il nome del client sarà uguale a KeePass o " +"KeePassX e la categoria è uguale ai nomi dei gruppi." + +#: app/modules/web/themes/material-blue/views/config/import.inc:113 +msgid "The CSV import file requires the following format:" +msgstr "L'importazione di file CSV viene eseguita nel seguente formato:" + +#: app/modules/web/themes/material-blue/views/config/import.inc:115 +#, fuzzy +msgid "" +"\"account_name\";\"client\";\"category\";\"url\";\"user\";\"password\";" +"\"notes\"" +msgstr "" +"\"nome_account\";\"cliente\";\"categoria\";\"url\";\"utente\";\"password\";" +"\"note\"" + +#: app/modules/web/themes/material-blue/views/config/import.inc:117 +msgid "" +"In all cases, if the client or category do not exist they will be created " +"automatically." +msgstr "" +"In tutti i casi, se il cliente o la categoria non vengono creati, vengono " +"creati automaticamente." + +#: app/modules/web/themes/material-blue/views/config/import.inc:125 +msgid "XML" +msgstr "XML" + +#: app/modules/web/themes/material-blue/views/config/import.inc:131 +#: app/modules/web/themes/material-blue/views/config/import.inc:146 +msgid "Import Password" +msgstr "Password di importazione" + +#: app/modules/web/themes/material-blue/views/config/import.inc:136 +msgid "It's only needed for sysPass XML files that have been encrypted." +msgstr "È necessario solo per i file XML sysPass crittografati." + +#: app/modules/web/themes/material-blue/views/config/import.inc:157 +#, fuzzy +msgid "" +"It's only needed for sysPass XML files that have been encrypted with a " +"different master password from the current one." +msgstr "" +"È necessario solo per i file XML sysPass con una password master diversa da " +"quella corrente." + +#: app/modules/web/themes/material-blue/views/config/import.inc:174 +msgid "CSV" +msgstr "CSV" + +#: app/modules/web/themes/material-blue/views/config/import.inc:180 +#: app/modules/web/themes/material-blue/views/config/import.inc:195 +msgid "CSV delimiter" +msgstr "Delimitatore CSV" + +#: app/modules/web/themes/material-blue/views/config/import.inc:185 +msgid "It's only needed for CSV files." +msgstr "È necessario solo per i file CSV." + +#: app/modules/web/themes/material-blue/views/config/info.inc:14 +msgid "Application Information" +msgstr "Informazioni sull'applicazione" + +#: app/modules/web/themes/material-blue/views/config/info.inc:20 +#: app/modules/web/themes/material-blue/views/config/info.inc:23 +msgid "sysPass version" +msgstr "Versione di SysPass" + +#: app/modules/web/themes/material-blue/views/config/info.inc:30 +#: app/modules/web/themes/material-blue/views/config/info.inc:33 +msgid "Database" +msgstr "Database" + +#: app/modules/web/themes/material-blue/views/config/info.inc:44 +#: app/modules/web/themes/material-blue/views/config/info.inc:47 +msgid "PHP" +msgstr "PHP" + +#: app/modules/web/themes/material-blue/views/config/info.inc:51 +msgid "Extensions" +msgstr "Estensioni" + +#: app/modules/web/themes/material-blue/views/config/info.inc:55 +msgid "Unavailable extensions" +msgstr "Unavailable extensions" + +#: app/modules/web/themes/material-blue/views/config/info.inc:59 +msgid "Used Memory" +msgstr "Memoria usata" + +#: app/modules/web/themes/material-blue/views/config/info.inc:63 +msgid "Download rate" +msgstr "Download rate" + +#: app/modules/web/themes/material-blue/views/config/info.inc:66 +msgid "OP Cache" +msgstr "OP Cache" + +#: app/modules/web/themes/material-blue/views/config/info.inc:85 +#: app/modules/web/themes/material-blue/views/config/info.inc:88 +msgid "Configuration Backup" +msgstr "Copia della configurazione" + +#: app/modules/web/themes/material-blue/views/config/info.inc:98 +#: app/modules/web/themes/material-blue/views/config/info.inc:180 +#, php-format +msgid "Download %s" +msgstr "Download %s" + +#: app/modules/web/themes/material-blue/views/config/info.inc:112 +msgid "Tells whether the language is available or not." +msgstr "Indica se la lingua è disponibile" + +#: app/modules/web/themes/material-blue/views/config/info.inc:116 +msgid "" +"If it is not installed, you would need install the right operating system " +"locales. More info at Wiki." +msgstr "" +"Se non è installato, è necessario installare i locali nel sistema operativo. " +"Maggiori informazioni su Wiki." + +#: app/modules/web/themes/material-blue/views/config/info.inc:128 +#: app/modules/web/themes/material-blue/views/config/info.inc:138 +msgid "Encrypted Session" +msgstr "Sessione crittografata" + +#: app/modules/web/themes/material-blue/views/config/info.inc:133 +#, fuzzy +msgid "Tells whether the session data are encrypted in the server side or not" +msgstr "Indica se i dati della sessione sono crittografati sul server" + +#: app/modules/web/themes/material-blue/views/config/info.inc:145 +#: app/modules/web/themes/material-blue/views/config/info.inc:148 +msgid "Loaded Plugins" +msgstr "Plugin caricati" + +#: app/modules/web/themes/material-blue/views/config/info.inc:171 +#: app/modules/web/themes/material-blue/views/config/info.inc:174 +msgid "Log file" +msgstr "Log file" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:16 +msgid "This extension is needed to connect to the LDAP server" +msgstr "This extension is needed to connect to the LDAP server" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:46 +msgid "Enable LDAP" +msgstr "Abilitare LDAP" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:48 +msgid "Enables authentication against an LDAP server." +msgstr "Abilita l'autenticazione tramite il server LDAP." + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:50 +msgid "This method will use MySQL as fallback." +msgstr "Questo metodo utilizzerà MySQL in caso di errore." + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:65 +msgid "Active Directory" +msgstr "Active Directory" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:67 +msgid "Enables Active Directory LDAP connection mode." +msgstr "Abilita la modalità di connessione LDAP di Active Directory." + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:84 +msgid "Enables the connection over TLS" +msgstr "Enables the connection over TLS" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:99 +#, fuzzy +msgid "Hostname or IP address of LDAP server." +msgstr "Nome o indirizzo IP del server LDAP." + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:103 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:134 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:185 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:219 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:131 +msgid "Examples:" +msgstr "Esempio:" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:125 +msgid "Bind User" +msgstr "Utente di connessione" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:130 +#, fuzzy +msgid "User to connect to LDAP service." +msgstr "Utente per connettersi con il servizio LDAP." + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:155 +msgid "Bind Password" +msgstr "Password di connessione" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:160 +#, fuzzy +msgid "LDAP connection user's password" +msgstr "Password dell'utente di connessione LDAP." + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:176 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:200 +msgid "Search base" +msgstr "Cerca database" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:181 +#, fuzzy +msgid "LDAP base to perform the LDAP users search." +msgstr "Database su cui eseguire la ricerca di utenti LDAP." + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:211 +#, fuzzy +msgid "LDAP group which user must belong to for granting to log in." +msgstr "Gruppo LDAP a cui l'utente deve appartenere per consentire l'accesso." + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:215 +msgid "This group needs to be placed in the LDAP search base." +msgstr "Questo gruppo deve trovarsi nel database di ricerca LDAP." + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:244 +#, fuzzy +msgid "Sets the default users group for newly created LDAP users" +msgstr "Definisce il gruppo di utenti predefinito per i nuovi utenti LDAP." + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:269 +msgid "Sets the default profile for the newly created LDAP users." +msgstr "Definisce il profilo utente predefinito per i nuovi utenti LDAP." + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:321 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:494 +msgid "Import" +msgstr "" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:327 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:337 +msgid "Login Attribute" +msgstr "Attributo login" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:332 +msgid "Defines the attribute for the user's login when importing." +msgstr "" +"Definisce l'attributo da utilizzare per il login dell'utente " +"nell'importazione." + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:350 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:360 +msgid "Name Attribute" +msgstr "Attributo Nome" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:355 +msgid "Defines the attribute for the user's name when importing." +msgstr "" +"Definisce l'attributo da utilizzare per il nome dell'utente " +"nell'importazione." + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:385 +msgid "Import Groups" +msgstr "Import Groups" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:394 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:404 +msgid "Group Name Attribute" +msgstr "Group Name Attribute" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:399 +msgid "Defines the attribute for the user group name when importing." +msgstr "Defines the attribute for the user group name when importing." + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:415 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:429 +msgid "Filter" +msgstr "Filter" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:420 +msgid "Filter for importing LDAP users or groups." +msgstr "Filter for importing LDAP users or groups." + +#: app/modules/web/themes/material-blue/views/config/mail.inc:33 +#: app/modules/web/themes/material-blue/views/config/mail.inc:34 +msgid "Enable email notifications" +msgstr "Abilita le notifiche di posta" + +#: app/modules/web/themes/material-blue/views/config/mail.inc:48 +msgid "Enable requests by email" +msgstr "Abilita le richieste per posta" + +#: app/modules/web/themes/material-blue/views/config/mail.inc:50 +#, fuzzy +msgid "" +"Allows users to request for either modifications to existing accounts or " +"access to accounts which they have no rights on." +msgstr "" +"Consente agli utenti di richiedere modifiche o accedere agli account senza " +"autorizzazioni." + +#: app/modules/web/themes/material-blue/views/config/mail.inc:97 +msgid "Enable Authentication" +msgstr "Abilita autenticazione" + +#: app/modules/web/themes/material-blue/views/config/mail.inc:132 +#: app/modules/web/themes/material-blue/views/config/mail.inc:135 +msgid "Security" +msgstr "Sicurezza" + +#: app/modules/web/themes/material-blue/views/config/mail.inc:148 +#: app/modules/web/themes/material-blue/views/config/mail.inc:156 +#, fuzzy +msgid "Recipient email address" +msgstr "Indirizzo mail di spedizione" + +#: app/modules/web/themes/material-blue/views/config/mail.inc:162 +#: app/modules/web/themes/material-blue/views/config/mail.inc:165 +msgid "Recipients" +msgstr "Recipients" + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:16 +msgid "This extension is needed to connect with DokuWiki" +msgstr "This extension is needed to connect with DokuWiki" + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:47 +msgid "Enable Wiki links" +msgstr "Abilita i collegamenti Wiki" + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:48 +msgid "" +"Enables the option to add a link to search for results in an external Wiki." +msgstr "" +"Abilita l'opzione per aggiungere un collegamento a Wiki esterno per i " +"risultati di ricerca." + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:56 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:83 +msgid "Wiki search URL" +msgstr "URL di ricerca Wiki" + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:61 +#, fuzzy +msgid "URL that Wiki uses for making an entry searching." +msgstr "URL utilizzato dalla wiki per eseguire una ricerca su una pagina." + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:65 +#, fuzzy +msgid "The client's name is used as parameter." +msgstr "Come parametro si utilizza il nome del cliente." + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:69 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:102 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:187 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:214 +msgid "Example:" +msgstr "Esempio:" + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:89 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:116 +msgid "Wiki page URL" +msgstr "URL della pagina in Wiki" + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:94 +#, fuzzy +msgid "URL that Wiki uses for accessing to the entry details." +msgstr "URL utilizzato dal wiki per accedere ai dettagli di una pagina." + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:98 +#, fuzzy +msgid "Account's name is used as parameter of Wiki search variable." +msgstr "" +"Il nome dell'account viene utilizzato come parametro della variabile di " +"ricerca del Wiki." + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:122 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:136 +msgid "Account name prefix" +msgstr "Prefisso per il nome dell'account" + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:127 +msgid "Prefix to determine which accounts have a link to the Wiki." +msgstr "" +"Prefisso per determinare quali account hanno un link a una pagina del Wiki." + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:146 +msgid "DokuWiki API" +msgstr "DokuWiki API" + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:164 +msgid "Enable DokuWiki API" +msgstr "Abilita l'API di DokuWiki" + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:166 +msgid "Enables DokuWiki XML-RPC API for Wiki links." +msgstr "" +"Abilita la connessione all'API XML-RPC DokuWiki per i collegamenti Wiki." + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:168 +msgid "" +"In order to get this feature working, you should enable Wiki links for " +"accounts filtering" +msgstr "" +"Affinché questa funzione funzioni, è necessario abilitare i collegamenti " +"Wiki per il filtraggio degli account." + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:178 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:199 +msgid "API URL" +msgstr "URL API" + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:183 +msgid "DokuWiki API URL" +msgstr "URL dell'API DokuWiki." + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:205 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:227 +msgid "Base URL" +msgstr "URL di base" + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:210 +msgid "DokuWiki base URL" +msgstr "URL di base di DokuWiki." + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:238 +#, fuzzy +msgid "User for connecting to the DokuWiki API." +msgstr "Utente per connettersi all'API DokuWiki." + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:266 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:282 +msgid "Namespace" +msgstr "Spazio dei nomi" + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:271 +msgid "Namespace used to search pages." +msgstr "Spazio dei nomi utilizzato per cercare nelle pagine." + +#: app/modules/web/themes/material-blue/views/error/error-database.inc:17 +#: app/modules/web/themes/material-blue/views/error/error-database.inc:19 +#: app/modules/web/themes/material-blue/views/install/index.inc:170 +#: app/modules/web/themes/material-blue/views/install/index.inc:172 +msgid "Install" +msgstr "Installare" + +#: app/modules/web/themes/material-blue/views/grid/datagrid-nav-full.inc:18 +msgid "Filter ON" +msgstr "Filtro ON" + +#: app/modules/web/themes/material-blue/views/install/index.inc:11 +#, php-format +msgid "Installation %s" +msgstr "Installazione %s" + +#: app/modules/web/themes/material-blue/views/install/index.inc:21 +msgid "sysPass Admin" +msgstr "Amministratore di sysPass" + +#: app/modules/web/themes/material-blue/views/install/index.inc:29 +msgid "sysPass admin user" +msgstr "Utente amministratore di SysPass" + +#: app/modules/web/themes/material-blue/views/install/index.inc:37 +msgid "sysPass administrator's login" +msgstr "Accesso dell'utente amministratore di sysPass" + +#: app/modules/web/themes/material-blue/views/install/index.inc:69 +msgid "DB Configuration" +msgstr "Configurare BBDD" + +#: app/modules/web/themes/material-blue/views/install/index.inc:79 +msgid "DB access user" +msgstr "Accesso utente BBDD" + +#: app/modules/web/themes/material-blue/views/install/index.inc:87 +#, fuzzy +msgid "An user with MySQL admin rights" +msgstr "Utente con permessi di amministratore MySQL" + +#: app/modules/web/themes/material-blue/views/install/index.inc:95 +msgid "DB access password" +msgstr "Password di accesso BBDD" + +#: app/modules/web/themes/material-blue/views/install/index.inc:104 +#: app/modules/web/themes/material-blue/views/install/index.inc:112 +msgid "sysPass database name" +msgstr "" + +#: app/modules/web/themes/material-blue/views/install/index.inc:121 +msgid "sysPass database server" +msgstr "Server BBDD per sysPass" + +#: app/modules/web/themes/material-blue/views/install/index.inc:129 +#, fuzzy +msgid "Server name to install sysPass database" +msgstr "Nome del server per installare il database sysPass" + +#: app/modules/web/themes/material-blue/views/install/index.inc:149 +msgid "Hosting Mode" +msgstr "Modalità di hosting" + +#: app/modules/web/themes/material-blue/views/install/index.inc:156 +msgid "It does not create or verify the user's permissions on the DB" +msgstr "Non creare o verificare le autorizzazioni dell'utente su BBDD" + +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:28 +msgid "Others" +msgstr "Altro" + +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:66 +msgid "Creator" +msgstr "Creatore" + +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:232 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:234 +msgid "Delete History" +msgstr "Delete History" + +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:19 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:92 +msgid "Options" +msgstr "Opzioni" + +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:67 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:71 +msgid "Refresh Authorization" +msgstr "Autorizzazione rigenerata" + +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:77 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:79 +msgid "Token" +msgstr "Token" + +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:54 +msgid "Sets whether the client is visible by all users" +msgstr "Sets whether the client is visible by all users" + +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:57 +msgid "" +"By default, clients assigned to accounts only will be visible by users who " +"are granted to access to the accounts." +msgstr "" +"By default, clients assigned to accounts only will be visible by users who " +"are granted to access to the accounts." + +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:30 +msgid "Field name" +msgstr "Nome del campo" + +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:63 +msgid "Help Text" +msgstr "Aiuto testo" + +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:69 +#, fuzzy +msgid "Field's help" +msgstr "Suggerimento" + +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:80 +msgid "Required" +msgstr "Obbligatorio" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:44 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:52 +msgid "Score" +msgstr "Score" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:58 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:65 +msgid "Regular Expression" +msgstr "Regular Expression" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:140 +msgid "Include Lowercase" +msgstr "Include Lowercase" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:31 +msgid "Accounts will be only visible by the user." +msgstr "Accounts will be only visible by the user." + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:33 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:52 +msgid "Administrators won't be able to display the accounts." +msgstr "Administrators won't be able to display the accounts." + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:50 +msgid "" +"Accounts will be only visible by the user and users belonging to the main " +"group." +msgstr "" +"Accounts will be only visible by the user and users belonging to the main " +"group." + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:16 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:24 +msgid "IP Address" +msgstr "IP Address" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:29 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:37 +msgid "Timeout" +msgstr "Timeout" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:89 +msgid "" +"Assignment priority if values match with others assigned by user, group or " +"profile." +msgstr "" +"Assignment priority if values match with others assigned by user, group or " +"profile." + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:100 +msgid "Assignment Priority" +msgstr "Assignment Priority" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:122 +msgid "Enforces the values to be set either on creating or updating an item." +msgstr "Enforces the values to be set either on creating or updating an item." + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:124 +msgid "Values will be merged with the existing ones." +msgstr "Values will be merged with the existing ones." + +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:81 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:83 +msgid "Hash" +msgstr "Hash" + +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:89 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:91 +msgid "URL" +msgstr "URL" + +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:99 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:101 +msgid "Use" +msgstr "Uso" + +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:44 +msgid "Full username" +msgstr "Nome dell'utente completo" + +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:58 +msgid "Session login" +msgstr "Login di inizio sessione" + +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:69 +msgid "SSO Login " +msgstr "SSO Login " + +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:77 +msgid "Session login with SSO" +msgstr "Session login with SSO" + +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:92 +msgid "Email address" +msgstr "Indirizzo email" + +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:202 +msgid "Application administrator" +msgstr "Gestore dell'applicazione" + +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:220 +msgid "Accounts administrator" +msgstr "Account manager" + +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:240 +msgid "Force password change" +msgstr "Forza la modifica della password" + +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:273 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:275 +msgid "Entries" +msgstr "Entrata" + +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:282 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:284 +msgid "Last Access" +msgstr "Ultimo accesso" + +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:300 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:302 +msgid "Master Password Date" +msgstr "Data password principale" + +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:309 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:311 +msgid "Used in" +msgstr "Used in" + +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:87 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:89 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:548 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:550 +msgid "Used by" +msgstr "Usato da" + +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:108 +msgid "(*) Listed in group" +msgstr "(*) Listed in group" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:26 +msgid "Management" +msgstr "Gestione" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:37 +#, fuzzy +msgid "Create new account" +msgstr "Creare un nuovo account" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:54 +msgid "View account details" +msgstr "Visualizza i dettagli dell'account" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:70 +msgid "View account password" +msgstr "Vedi la password dell'account" + +#. (itstool) path: action/text +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:86 +#: app/config/actions.xml:259 +msgid "View History" +msgstr "Vedi la cronologia" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:87 +msgid "View account history" +msgstr "Vedi storico dell'account" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:103 +msgid "Edit account" +msgstr "Modifica account" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:118 +msgid "Edit Password" +msgstr "Modifica la password" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:119 +msgid "Edit account password" +msgstr "Modifica la password dell'account" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:135 +msgid "Remove account" +msgstr "Rimuovere account" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:151 +msgid "View account files" +msgstr "Visualizza i file dell'account" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:166 +msgid "Share Link" +msgstr "Post Link" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:167 +msgid "Share link to account" +msgstr "Invia link al tuo account" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:183 +msgid "Create private account" +msgstr "Crea un account privato" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:199 +msgid "Create private account for group" +msgstr "Crea un account privato per il gruppo" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:215 +msgid "Assign permissions" +msgstr "Assegna le autorizzazioni" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:251 +msgid "Users management" +msgstr "Gestione degli utenti" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:267 +msgid "Groups management" +msgstr "Gestione dei gruppi" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:283 +msgid "Profiles management" +msgstr "Gestione dei profili" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:299 +msgid "Categories management" +msgstr "Gestione delle categorie" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:315 +msgid "Tags management" +msgstr "Gestione dei tag" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:331 +#, fuzzy +msgid "Customers management" +msgstr "Gestione dei clienti" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:347 +msgid "Custom fields management" +msgstr "Gestione dei campi personalizzati" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:363 +msgid "API authorizations management" +msgstr "Gestione delle autorizzazioni API" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:379 +msgid "Links management" +msgstr "Gestione dei collegamenti" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:395 +msgid "Accounts management" +msgstr "Gestione degli account" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:426 +msgid "Default Values" +msgstr "Default Values" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:427 +msgid "Default Values Management" +msgstr "Default Values Management" + +#. (itstool) path: action/text +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:447 +#: app/config/actions.xml:697 +msgid "General Configuration" +msgstr "Configurazione Generale" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:463 +msgid "Encryption options" +msgstr "Opzioni di crittografia" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:479 +msgid "Make a backup and export" +msgstr "Eseguire il backup ed esportare" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:495 +msgid "Make accounts import" +msgstr "Esegui l'importazione dell'account" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:515 +msgid "View event log" +msgstr "Vedi il registro degli eventi" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:541 +msgid "Profile name" +msgstr "Nome del profilo" + +#: app/modules/web/themes/material-blue/views/login/index.inc:46 +msgid "Previous Password" +msgstr "Password precedente" + +#: app/modules/web/themes/material-blue/views/login/index.inc:73 +msgid "Sign in" +msgstr "Accedere" + +#: app/modules/web/themes/material-blue/views/login/index.inc:82 +msgid "Forgot password?" +msgstr "Hai dimenticato la password?" + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:14 +#, php-format +msgid "Update %s" +msgstr "Aggiorna %s" + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:20 +msgid "DB Update" +msgstr "Aggiornamento BBDD" + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:22 +msgid "Application Update" +msgstr "Aggiornamento dell'applicazione" + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:29 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:28 +msgid "Security Code" +msgstr "Codice di sicurezza" + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:37 +#, fuzzy +msgid "" +"This code is set in sysPass config file within the tag name \"upgradekey\"" +msgstr "" +"Questo codice può essere trovato nel file di configurazione sysPass con " +"l'etichetta \"upgradeKey\"" + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:47 +msgid "" +"Some orphaned items have been found. Please, modify those items or enter the " +"default IDs for them." +msgstr "" +"Sono stati trovati elementi orfani. Si prega di modificare questi elementi o " +"indicare gli ID di default per gli elementi orfani." + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:49 +#, fuzzy +msgid "If items IDs are not set, they will be created." +msgstr "Se gli ID non vengono indicati, verranno creati nuovi elementi." + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:74 +msgid "Enter a valid user ID for the accounts" +msgstr "Inserisci un ID utente valido per gli account" + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:85 +msgid "Enter a valid category ID for the accounts" +msgstr "Inserisci un ID di categoria valido per gli account" + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:96 +#, fuzzy +msgid "Enter a valid client ID for the accounts" +msgstr "Inserisci un ID cliente valido per gli account" + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:108 +msgid "Enter a valid group ID for the users" +msgstr "Inserisci un ID di gruppo valido per gli utenti" + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:118 +msgid "Enter a valid profile ID for the users" +msgstr "Inserisci un ID profilo valido per gli utenti" + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:128 +msgid "" +"This update uses a new encryption schema, so it will be needed to reencrypt " +"the whole encrypted data." +msgstr "" +"Questo aggiornamento utilizza un nuovo schema di crittografia, pertanto è " +"necessario crittografare nuovamente i dati memorizzati" + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:150 +msgid "Enter a valid user login" +msgstr "Inserisci un accesso utente valido" + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:162 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:33 +msgid "I've done a full sysPass backup" +msgstr "Ho effettuato un backup completo di sysPass" + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:176 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:41 +msgid "Please, wait while the process is running" +msgstr "Si prega di attendere mentre il processo è in esecuzione" + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:186 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:51 +msgid "Start Update" +msgstr "Avvia aggiornamento" + +#: app/modules/web/themes/material-blue/views/notification/notification.inc:95 +msgid "Global notification" +msgstr "Notifica globale" + +#: app/modules/web/themes/material-blue/views/notification/notification.inc:103 +msgid "Only for application administrators" +msgstr "Only for application administrators" + +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:29 +msgid "Plugin name" +msgstr "Nome del plugin" + +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:41 +msgid "Plugin version" +msgstr "Versione del plugin" + +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:46 +msgid "Compatible Version" +msgstr "Versione compatibile" + +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:53 +msgid "sysPass compatible version" +msgstr "Versione di susPass compatibile" + +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:58 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:39 +msgid "Author" +msgstr "Autore" + +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:65 +msgid "Plugin author" +msgstr "Autore del plugin" + +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:11 +msgid "The application needs to be updated" +msgstr "L'applicazione deve essere aggiornata" + +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:16 +msgid "Please enter the security code to start the upgrade" +msgstr "Please enter the security code to start the upgrade" + +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:6 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:13 +msgid "Request Password Change" +msgstr "Richiesta di modifica password" + +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:29 +msgid "User's Email" +msgstr "Email dell'utente" + +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:39 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:49 +msgid "Go back to login" +msgstr "Torna al login" + +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:54 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:56 +msgid "Change" +msgstr "Modifica" + +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:107 +msgid "Sort search results by views" +msgstr "Ordina i risultati per visite" + +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:109 +#, fuzzy +msgid "Sorts accounts search results by the number of account's views" +msgstr "" +"Ordina i risultati della ricerca in base al numero di visite agli account." + +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:124 +msgid "Navigation bar on top" +msgstr "La barra di navigazione in alto" + +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:126 +#, fuzzy +msgid "Dysplays a navigation bar on top of the search results." +msgstr "Mostra una barra di navigazione superiore nelle ricerche." + +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:141 +msgid "Show Hidden Actions" +msgstr "Mostra azioni nascoste" + +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:143 +#, fuzzy +msgid "Always display hidden actions on the accounts search page." +msgstr "Mostra azioni nascoste per gli elementi nella ricerca dell'account." + +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:175 +msgid "In-App Notifications" +msgstr "In-App Notifications" + +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:177 +msgid "Enables the active In-App notifications polling" +msgstr "Enables the active In-App notifications polling" + +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:192 +msgid "Show Filters" +msgstr "Show Filters" + +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:194 +msgid "Displays the additional filters selection on the accounts search." +msgstr "Displays the additional filters selection on the accounts search." + +#. (itstool) path: action/text +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:16 +#: app/config/actions.xml:277 +msgid "View Wiki" +msgstr "Vedi Wiki" + +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:24 +#, php-format +msgid "Search results of '%s'" +msgstr "Cerca risultati per '%s'" + +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:27 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:37 +msgid "Page" +msgstr "Pagina" + +#. (itstool) path: action/text +#: app/config/actions.xml:7 +msgid "Search for Accounts" +msgstr "Cerca account" + +#. (itstool) path: action/text +#: app/config/actions.xml:25 +msgid "Requests" +msgstr "Petizioni" + +#. (itstool) path: action/text +#: app/config/actions.xml:31 +msgid "Favorites" +msgstr "Favorites" + +#. (itstool) path: action/text +#: app/config/actions.xml:43 +msgid "Items and Customizations" +msgstr "Elementi e personalizzazione" + +#. (itstool) path: action/text +#: app/config/actions.xml:49 +msgid "Categories Management" +msgstr "Gestione Categorie" + +#. (itstool) path: action/text +#: app/config/actions.xml:55 +#, fuzzy +msgid "Customers Management" +msgstr "Gestione Clienti" + +#. (itstool) path: action/text +#: app/config/actions.xml:61 +msgid "API Authorizations Management" +msgstr "Gestione Autorizzazioni API" + +#. (itstool) path: action/text +#: app/config/actions.xml:67 +msgid "Custom Fields Management" +msgstr "Gestione Campi Personalizzati" + +#. (itstool) path: action/text +#: app/config/actions.xml:79 +msgid "Files Management" +msgstr "Gestione dei file" + +#. (itstool) path: action/text +#: app/config/actions.xml:85 +msgid "Accounts Management" +msgstr "Gestione degli account" + +#. (itstool) path: action/text +#: app/config/actions.xml:91 +msgid "Tags Management" +msgstr "Gestione dei Tags" + +#. (itstool) path: action/text +#: app/config/actions.xml:97 +msgid "Plugins Management" +msgstr "Plugins Management" + +#. (itstool) path: action/text +#: app/config/actions.xml:103 +msgid "Users and Accesses" +msgstr "Utenti e accesso" + +#. (itstool) path: action/text +#: app/config/actions.xml:109 +msgid "Security and Audit" +msgstr "Security and Audit" + +#. (itstool) path: action/text +#: app/config/actions.xml:115 +msgid "Users Management" +msgstr "Gestione Utenti" + +#. (itstool) path: action/text +#: app/config/actions.xml:121 +msgid "Groups Management" +msgstr "Gestione Gruppi" + +#. (itstool) path: action/text +#: app/config/actions.xml:127 +msgid "Profiles Management" +msgstr "Gestione Profili" + +#. (itstool) path: action/text +#: app/config/actions.xml:145 +msgid "Clear Events" +msgstr "Clear Events" + +#. (itstool) path: action/text +#: app/config/actions.xml:151 app/config/actions.xml:481 +msgid "View Account" +msgstr "Vedi Account" + +#. (itstool) path: action/text +#: app/config/actions.xml:211 app/config/actions.xml:469 +msgid "Upload File" +msgstr "Upload File" + +#. (itstool) path: action/text +#: app/config/actions.xml:229 +msgid "Search for Files" +msgstr "Search for Files" + +#. (itstool) path: action/text +#: app/config/actions.xml:235 +msgid "List Files" +msgstr "List Files" + +#. (itstool) path: action/text +#: app/config/actions.xml:283 +msgid "Add Wiki" +msgstr "Add Wiki" + +#. (itstool) path: action/text +#: app/config/actions.xml:289 +msgid "Edit Wiki" +msgstr "Edit Wiki" + +#. (itstool) path: action/text +#: app/config/actions.xml:295 +msgid "Delete Wiki" +msgstr "Delete Wiki" + +#. (itstool) path: action/text +#: app/config/actions.xml:361 +msgid "New API Token" +msgstr "New API Token" + +#. (itstool) path: action/text +#: app/config/actions.xml:367 +msgid "View API Token" +msgstr "View API Token" + +#. (itstool) path: action/text +#: app/config/actions.xml:373 +msgid "Edit API Token" +msgstr "Edit API Token" + +#. (itstool) path: action/text +#: app/config/actions.xml:379 +msgid "Delete API Token" +msgstr "Delete API Token" + +#. (itstool) path: action/text +#: app/config/actions.xml:385 +msgid "Search for API Token" +msgstr "Search for API Token" + +#. (itstool) path: action/text +#: app/config/actions.xml:391 +msgid "New Custom Field" +msgstr "New Custom Field" + +#. (itstool) path: action/text +#: app/config/actions.xml:397 +msgid "Show Custom Field" +msgstr "Show Custom Field" + +#. (itstool) path: action/text +#: app/config/actions.xml:403 +msgid "Edit Custom Field" +msgstr "Edit Custom Field" + +#. (itstool) path: action/text +#: app/config/actions.xml:409 +msgid "Delete Custom Field" +msgstr "Delete Custom Field" + +#. (itstool) path: action/text +#: app/config/actions.xml:415 +msgid "Search for Custom Field" +msgstr "Search for Custom Field" + +#. (itstool) path: action/text +#: app/config/actions.xml:427 +#, fuzzy +msgid "Show Public Link" +msgstr "Vedi Link pubblico" + +#. (itstool) path: action/text +#: app/config/actions.xml:445 +msgid "Search for Public Link" +msgstr "Search for Public Link" + +#. (itstool) path: action/text +#: app/config/actions.xml:553 +msgid "Enable Plugin" +msgstr "Enable Plugin" + +#. (itstool) path: action/text +#: app/config/actions.xml:559 +msgid "Disable Plugin" +msgstr "Disable Plugin" + +#. (itstool) path: action/text +#: app/config/actions.xml:565 +msgid "Reset Plugin" +msgstr "Reset Plugin" + +#. (itstool) path: action/text +#: app/config/actions.xml:601 +msgid "Edit User Password" +msgstr "Edit User Password" + +#. (itstool) path: action/text +#: app/config/actions.xml:673 +msgid "User Configuration" +msgstr "User Configuration" + +#. (itstool) path: action/text +#: app/config/actions.xml:679 +msgid "General Preferences" +msgstr "General Preferences" + +#. (itstool) path: action/text +#: app/config/actions.xml:703 +msgid "Accounts Configuration" +msgstr "Accounts Configuration" + +#. (itstool) path: action/text +#: app/config/actions.xml:709 +msgid "Wiki Configuration" +msgstr "Wiki Configuration" + +#. (itstool) path: action/text +#: app/config/actions.xml:715 +msgid "Encryption Configuration" +msgstr "Encryption Configuration" + +#. (itstool) path: action/text +#: app/config/actions.xml:721 +msgid "Update Hash" +msgstr "Update Hash" + +#. (itstool) path: action/text +#: app/config/actions.xml:727 +msgid "Temporary Master Password" +msgstr "Temporary Master Password" + +#. (itstool) path: action/text +#: app/config/actions.xml:733 +msgid "Backup Configuration" +msgstr "Backup Configuration" + +#. (itstool) path: action/text +#: app/config/actions.xml:745 +msgid "Import Configuration" +msgstr "Import Configuration" + +#. (itstool) path: action/text +#: app/config/actions.xml:751 +msgid "CSV Import" +msgstr "CSV Import" + +#. (itstool) path: action/text +#: app/config/actions.xml:757 +msgid "XML Import" +msgstr "XML Import" + +#. (itstool) path: action/text +#: app/config/actions.xml:763 +msgid "Export Configuration" +msgstr "Export Configuration" + +#. (itstool) path: action/text +#: app/config/actions.xml:769 +msgid "Export" +msgstr "Export" + +#. (itstool) path: action/text +#: app/config/actions.xml:775 +msgid "Email Configuration" +msgstr "Email Configuration" + +#. (itstool) path: action/text +#: app/config/actions.xml:781 +msgid "LDAP Configuration" +msgstr "LDAP Configuration" + +#. (itstool) path: action/text +#: app/config/actions.xml:787 +msgid "LDAP synchronization" +msgstr "LDAP sincronizzazione" + +#. (itstool) path: action/text +#: app/config/actions.xml:793 +msgid "Account Management (H)" +msgstr "Account Management (H)" + +#. (itstool) path: action/text +#: app/config/actions.xml:823 +msgid "Create Notification" +msgstr "Create Notification" + +#. (itstool) path: action/text +#: app/config/actions.xml:853 +msgid "Preset Values Management" +msgstr "Preset Values Management" + +#. (itstool) path: action/text +#: app/config/actions.xml:889 +msgid "Tracks Management" msgstr "Tracks Management" #. (itstool) path: action/text -#: ../../../config/actions.xml:895 -msgid "Buscar Track" -msgstr "Search for track" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:901 -msgid "Desbloquear track" +#: app/config/actions.xml:901 +msgid "Unlock track" msgstr "Unlock track" #. (itstool) path: action/text -#: ../../../config/actions.xml:907 -msgid "Vaciar tracks" +#: app/config/actions.xml:907 +msgid "Clear the tracks out" msgstr "Clear the tracks out" #. (itstool) path: strings/text -#: ../../../config/strings.xml:4 +#: app/config/strings.xml:4 msgid "Color" msgstr "Colore" #. (itstool) path: strings/text -#: ../../../config/strings.xml:5 -msgid "Número" +#: app/config/strings.xml:5 +msgid "Number" msgstr "Numero" #. (itstool) path: strings/text -#: ../../../config/strings.xml:6 -msgid "Teléfono" +#: app/config/strings.xml:6 +msgid "Phone" msgstr "Telefono" #. (itstool) path: strings/text -#: ../../../config/strings.xml:7 -msgid "Área de Texto" +#: app/config/strings.xml:7 +msgid "Text Area" msgstr "Area di testo" #. (itstool) path: strings/text -#: ../../../config/strings.xml:8 -msgid "Texto" +#: app/config/strings.xml:8 +msgid "Text" msgstr "Testo" -#. (itstool) path: strings/text -#: ../../../config/strings.xml:9 -msgid "Link" -msgstr "Link" - -#~ msgid "CONSULTA INVÁLIDA" -#~ msgstr "RICHIESTA NON VALIDA" - -#~ msgid "La sesión no se ha iniciado o ha caducado" -#~ msgstr "Sessione non avviata o scaduta" - -#~ msgid "Es necesario un nombre de cuenta" -#~ msgstr "È richiesto un nome account" - -#~ msgid "Es necesario un nombre de cliente" -#~ msgstr "È richiesto un nome cliente" - #~ msgid "Es necesario un usuario" #~ msgstr "È richiesto un utente" -#~ msgid "Es necesaria una clave" -#~ msgstr "È richiesta una password" - -#~ msgid "Es necesario una categoría" -#~ msgstr "È richiesta uan categoria" - -#~ msgid "Acción Inválida" -#~ msgstr "Azione non valida" - -#, fuzzy -#~ msgid "Las claves no coinciden" -#~ msgstr "Le password non corrispondono" - -#, fuzzy -#~ msgid "Cuenta creada" -#~ msgstr "Account creato" - -#~ msgid "Error al crear la cuenta" -#~ msgstr "Errore durante la creazione dell'utente" - -#~ msgid "Sin cambios" -#~ msgstr "Nessun cambiamento" - -#~ msgid "Cuenta actualizada" -#~ msgstr "Account aggiornato" - -#~ msgid "Error al modificar la cuenta" -#~ msgstr "Errore durante l'aggiornamento dell'account" - -#~ msgid "Cuenta eliminada" -#~ msgstr "Account rimosso" - -#~ msgid "Error al eliminar la cuenta" -#~ msgstr "Errore durante l'eliminazione dell'account" - -#~ msgid "Clave actualizada" -#~ msgstr "Password aggiornata" - -#~ msgid "Error al actualizar la clave" -#~ msgstr "Errore durante l'aggiornamento della password" - -#~ msgid "Cuenta restaurada" -#~ msgstr "Account ripristinato" - -#~ msgid "Error al restaurar cuenta" -#~ msgstr "Errore durante il ripristino dell'account" - -#~ msgid "Ver Autorización" -#~ msgstr "Visualizza autorizzazione" - -#~ msgid "Nueva Autorización" -#~ msgstr "Nuova autorizzazione" - -#~ msgid "Editar Autorización" -#~ msgstr "Modifica autorizzazione" - -#~ msgid "Nuevo Campo" -#~ msgstr "Nuovo campo" - -#~ msgid "Editar Campo" -#~ msgstr "Modifica campo" - -#, fuzzy -#~ msgid "Es necesario un nombre de usuario" -#~ msgstr "È richiesto un nome utente" - -#~ msgid "Es necesario un login" -#~ msgstr "È richiesto un login" - -#~ msgid "Es necesario un perfil" -#~ msgstr "È richiesto un profilo" - -#~ msgid "Es necesario un grupo" -#~ msgstr "È richiesto un gruppo" - -#~ msgid "Es necesario un email" -#~ msgstr "È richiesta una mail" - -#~ msgid "Ey, esto es una DEMO!!" -#~ msgstr "Ehi, questa è una DEMO !!" - -#~ msgid "La clave no puede estar en blanco" -#~ msgstr "La password non può essere vuota" - -#~ msgid "Usuario creado" -#~ msgstr "Utente creato" - -#~ msgid "Error al crear el usuario" -#~ msgstr "Errore durante la creazione dell'utente" - -#~ msgid "Usuario actualizado" -#~ msgstr "Utente aggiornato" - -#~ msgid "Error al actualizar el usuario" -#~ msgstr "Errore durante l'aggiornamento dell'utente" - -#~ msgid "Error al modificar la clave" -#~ msgstr "Errore durante la modifica della password" - -#~ msgid "No es posible eliminar, usuario en uso" -#~ msgstr "Non è possibile cancellare, utente in uso" - -#~ msgid "Usuario eliminado" -#~ msgstr "Utente eliminato" - -#~ msgid "Error al eliminar el usuario" -#~ msgstr "Errore durante l'eliminazione dell'utente" - -#~ msgid "Es necesario un nombre de grupo" -#~ msgstr "È richiesto un nome di gruppo" - -#~ msgid "Nombre de grupo duplicado" -#~ msgstr "Duplica il nome del gruppo" - -#~ msgid "Grupo creado" -#~ msgstr "Gruppo creato" - -#~ msgid "Error al crear el grupo" -#~ msgstr "Errore durante la creazione del gruppo" - -#~ msgid "Grupo actualizado" -#~ msgstr "Gruppo aggiornato" - -#~ msgid "Error al actualizar el grupo" -#~ msgstr "Errore durante l'aggiornamento del gruppo" - -#~ msgid "Usuarios" -#~ msgstr "Utenti" - #~ msgid "No es posible eliminar" #~ msgstr "Non è possibile cancellare" -#~ msgid "Grupo eliminado" -#~ msgstr "Gruppo cancellato" - -#~ msgid "Error al eliminar el grupo" -#~ msgstr "Errore durante l'eliminazione del gruppo" - -#~ msgid "Es necesario un nombre de perfil" -#~ msgstr "È richiesto un nome profilo" - -#~ msgid "Nombre de perfil duplicado" -#~ msgstr "Nome del profilo duplicato" - -#~ msgid "Perfil creado" -#~ msgstr "Profilo creato" - -#~ msgid "Perfil actualizado" -#~ msgstr "Profilo aggiornato" - -#~ msgid "Perfil eliminado" -#~ msgstr "Profilo eliminato" - -#~ msgid "Cliente creado" -#~ msgstr "Cliente creato" - -#, fuzzy -#~ msgid "Cliente actualizado" -#~ msgstr "Cliente aggiornato" - -#, fuzzy -#~ msgid "Cliente eliminado" -#~ msgstr "Cliente eliminato" - -#~ msgid "Es necesario un nombre de categoría" -#~ msgstr "È richiesto un nome di categoria" - -#~ msgid "Categoría creada" -#~ msgstr "Categoria creata" - -#~ msgid "Categoría actualizada" -#~ msgstr "Categoria aggiornata" - -#~ msgid "Categoría eliminada" -#~ msgstr "Categoria eliminata" - -#~ msgid "Autorización creada" -#~ msgstr "Autorizzazione creata" - -#~ msgid "Autorización actualizada" -#~ msgstr "Autorizzazione aggiornata" - -#~ msgid "Autorización eliminada" -#~ msgstr "Autorizzazione rimossa" - -#~ msgid "Nombre del campo no indicado" -#~ msgstr "Nome del campo non indicato" - -#~ msgid "Tipo del campo no indicado" -#~ msgstr "Tipo di campo non indicato" - -#~ msgid "Módulo del campo no indicado" -#~ msgstr "Modulo di campo non indicato" - -#~ msgid "Campo creado" -#~ msgstr "Campo creato" - -#~ msgid "Campo actualizado" -#~ msgstr "Campo aggiornato" - -#~ msgid "Campo eliminado" -#~ msgstr "Campo rimosso" - -#~ msgid "Realizar Backup" -#~ msgstr "Crea Backup" - -#~ msgid "Error al realizar el backup" -#~ msgstr "Errore durante il backup" - -#~ msgid "Revise el registro de eventos para más detalles" -#~ msgstr "Controlla il registro eventi per maggiori dettagli" - -#~ msgid "Copia de la aplicación y base de datos realizada correctamente" -#~ msgstr "Copia dell'applicazione e del database eseguiti correttamente" - -#~ msgid "Proceso de backup finalizado" -#~ msgstr "Processo di backup completato" - #~ msgid "Error al realizar la exportación de cuentas" #~ msgstr "Errore durante l'esportazione degli account" -#~ msgid "Error al realizar la exportación" -#~ msgstr "Errore durante l'esportazione" - #~ msgid "Exportación de cuentas realizada correctamente" #~ msgstr "Esportazione degli account avvenuta con successo" -#~ msgid "Proceso de exportación finalizado" -#~ msgstr "Processo di esportazione finito" - -#, fuzzy -#~ msgid "Los parámetros de LDAP no están configurados" -#~ msgstr "I parametri LDAP non sono configurati" - -#~ msgid "Conexión a LDAP correcta" -#~ msgstr "Connetti per correggere LDAP" - -#~ msgid "Objetos encontrados" -#~ msgstr "Oggetti trovati" - #~ msgid "Modificar Configuración" #~ msgstr "Modifica impostazioni" -#, fuzzy -#~ msgid "El tamaño máximo por archivo es de 16MB" -#~ msgstr "La dimensione massima per file è 16 MB" - -#~ msgid "Extensión no permitida" -#~ msgstr "Estensione non consentita" - -#~ msgid "Faltan parámetros de Proxy" -#~ msgstr "Mancano i parametri proxy" - -#~ msgid "Proxy habiltado" -#~ msgstr "Proxy abilitato" - -#~ msgid "Proxy deshabilitado" -#~ msgstr "Proxy disabilitato" - #~ msgid "Sección" #~ msgstr "Sezione" -#~ msgid "General" -#~ msgstr "Generale" - -#~ msgid "Faltan parámetros de Wiki" -#~ msgstr "Parametri Wiki mancanti" - -#~ msgid "Wiki habiltada" -#~ msgstr "Wiki abilitato" - -#~ msgid "Wiki deshabilitada" -#~ msgstr "Wiki disabilitato" - -#~ msgid "Faltan parámetros de LDAP" -#~ msgstr "Parametri LDAP mancanti" - -#~ msgid "LDAP habiltado" -#~ msgstr "LDAP abilitato" - -#~ msgid "LDAP deshabilitado" -#~ msgstr "LDAP disabilitato" - -#~ msgid "LDAP" -#~ msgstr "LDAP" - -#~ msgid "Faltan parámetros de Correo" -#~ msgstr "Parametri Mail mancanti" - -#~ msgid "Correo habiltado" -#~ msgstr "Mail abilitata" - -#~ msgid "Correo deshabilitado" -#~ msgstr "Mail disabilitata" - -#~ msgid "Correo" -#~ msgstr "Mail" - -#~ msgid "Configuración actualizada" -#~ msgstr "Configurazione aggiornata" - -#~ msgid "Clave maestra actualizada" -#~ msgstr "Password master aggiornata" - -#~ msgid "Reinicie la sesión para cambiarla" -#~ msgstr "Riavvia la sessione per cambiarla" - -#, fuzzy -#~ msgid "Clave maestra no indicada" -#~ msgstr "Password principale non indicata" - -#~ msgid "Se ha de confirmar el cambio de clave" -#~ msgstr "Il cambiamento chiave deve essere confermato" - -#, fuzzy -#~ msgid "Las claves son idénticas" -#~ msgstr "Le chiavi sono identiche" - -#, fuzzy -#~ msgid "Las claves maestras no coinciden" -#~ msgstr "Le chiavi principali non corrispondono" - -#~ msgid "La clave maestra actual no coincide" -#~ msgstr "La chiave master corrente non corrisponde" - -#~ msgid "Errores al actualizar las claves de las cuentas" -#~ msgstr "Errori durante l'aggiornamento delle chiavi dell'account" - -#~ msgid "Errores al actualizar las claves de las cuentas del histórico" -#~ msgstr "Errori durante l'aggiornamento delle chiavi degli account storici" - -#~ msgid "Errores al actualizar datos de campos personalizados" -#~ msgstr "Errori durante l'aggiornamento dei dati di campo personalizzati" - -#~ msgid "Actualizar Clave Maestra" -#~ msgstr "Aggiorna la password principale" - -#~ msgid "Error al guardar el hash de la clave maestra" -#~ msgstr "Impossibile salvare l'hash della chiave principale" - #~ msgid "Generar Clave Temporal" #~ msgstr "Genera Password temporanea" -#~ msgid "Clave" -#~ msgstr "Password" - #~ msgid "Clave Temporal Generada" #~ msgstr "Password temporanea generata" -#~ msgid "Error al generar clave temporal" -#~ msgstr "Errore durante la generazione della chiave temporanea" - #~ msgid "Usuario/Clave no introducidos" #~ msgstr "Utente / password non inseriti" @@ -1129,178 +7638,33 @@ msgstr "Link" #~ msgid "Error al guardar los datos de LDAP" #~ msgstr "Errore durante il salvataggio dei dati LDAP" -#~ msgid "Error interno" -#~ msgstr "Errore interno" - #~ msgid "Error al actualizar la clave del usuario en la BBDD" #~ msgstr "Impossibile aggiornare la password dell'utente nel BBDD" -#, fuzzy -#~ msgid "Login incorrecto" -#~ msgstr "Login errato" - -#~ msgid "Usuario" -#~ msgstr "Utente" - -#~ msgid "Cuenta expirada" -#~ msgstr "Account scaduto" - -#, fuzzy -#~ msgid "El usuario no tiene grupos asociados" -#~ msgstr "L'utente non ha gruppi associati" - -#~ msgid "Autentificación" -#~ msgstr "Autenticazione" - -#~ msgid "Usuario deshabilitado" -#~ msgstr "Utente disabilitato" - #~ msgid "Error al obtener los datos del usuario de la BBDD" #~ msgstr "Mancato ottenimento dei dati dell'utente del BBDD" -#~ msgid "La clave maestra no ha sido guardada o es incorrecta" -#~ msgstr "La password principale non è stata salvata o è errata" - -#~ msgid "Clave maestra incorrecta" -#~ msgstr "Password principale errata" - -#~ msgid "Perfil" -#~ msgstr "Profilo" - -#~ msgid "Grupo" -#~ msgstr "Gruppo" - -#~ msgid "Gestión de archivos deshabilitada" -#~ msgstr "Gestione dei file disabilitata" - -#~ msgid "No hay extensiones permitidas" -#~ msgstr "Non ci sono estensioni consentite" - -#~ msgid "Tipo de archivo no soportado" -#~ msgstr "Tipo di file non consensito" - -#~ msgid "Archivo inválido" -#~ msgstr "File non valido" - -#, fuzzy -#~ msgid "Error interno al leer el archivo" -#~ msgstr "Errore interno durante la lettura del file" - -#~ msgid "Archivo guardado" -#~ msgstr "File salvato" - -#~ msgid "No se pudo guardar el archivo" -#~ msgstr "Il file non può essere salvato" - #~ msgid "No es un ID de archivo válido" #~ msgstr "Non è un ID di file valido" -#, fuzzy -#~ msgid "El archivo no existe" -#~ msgstr "Il file non esiste" - -#~ msgid "ID" -#~ msgstr "ID" - -#~ msgid "Archivo" -#~ msgstr "File" - -#~ msgid "Tipo" -#~ msgstr "Tipo" - -#~ msgid "Tamaño" -#~ msgstr "Dimensione" - -#~ msgid "Archivo eliminado" -#~ msgstr "File cancellato" - -#~ msgid "Error al eliminar el archivo" -#~ msgstr "Errore durante l'eliminazione del file" - -#~ msgid "Parámetros incorrectos" -#~ msgstr "Parametri errati" - -#~ msgid "Recuperación de Clave" -#~ msgstr "Recupero della password" - -#~ msgid "Solicitado para" -#~ msgstr "Richiesto" - -#~ msgid "Solicitud enviada" -#~ msgstr "Richiesta inviata" - -#~ msgid "En breve recibirá un correo para completar la solicitud." -#~ msgstr "A breve riceverai un'email per completare l'applicazione." - #~ msgid "Modificar Clave Usuario" #~ msgstr "Modifica password utente" -#~ msgid "Login" -#~ msgstr "Login" - #~ msgid "La clave es incorrecta o no coincide" #~ msgstr "La password non è corretta o non corrisponde" -#~ msgid "Es necesaria una descripción" -#~ msgstr "Una descrizione è necessaria" - #~ msgid "Solicitud de Modificación de Cuenta" #~ msgstr "Richiesta di modifica dell'account" -#~ msgid "Solicitante" -#~ msgstr "Richiedente" - -#~ msgid "Cuenta" -#~ msgstr "Account" - -#, fuzzy -#~ msgid "Cliente" -#~ msgstr "Cliente" - -#~ msgid "Descripción" -#~ msgstr "Descrizione" - -#~ msgid "Error al actualizar preferencias" -#~ msgstr "Errore durante l'aggiornamento delle preferenze" - -#~ msgid "Preferencias actualizadas" -#~ msgstr "Preferenze aggiornate" - #~ msgid "La clave maestra no coincide" #~ msgstr "La chiave principale non corrisponde" -#, fuzzy -#~ msgid "No tiene permisos para acceder a esta cuenta" -#~ msgstr "Non hai il permesso di accedere a questo account" - -#~ msgid "Clave de Cuenta" -#~ msgstr "Password dell'account" - #~ msgid "No es posible acceder directamente a este archivo" #~ msgstr "Non è possibile accedere direttamente a questo file" -#~ msgid "Error al actualizar el historial" -#~ msgstr "Errore durante l'aggiornamento della cronologia" - #~ msgid "Actualizar Cuenta" #~ msgstr "Aggiorna account" -#~ msgid "Error al actualizar los grupos secundarios" -#~ msgstr "Errore durante l'aggiornamento dei gruppi secondari" - -#~ msgid "Error al actualizar los usuarios de la cuenta" -#~ msgstr "Errore durante l'aggiornamento degli utenti dell'account" - -#, fuzzy -#~ msgid "No se pudieron obtener los datos de la cuenta" -#~ msgstr "Impossibile ottenere i dati dell'account" - -#~ msgid "Error al eliminar grupos asociados a la cuenta" -#~ msgstr "Errore durante l'eliminazione dei gruppi associati all'account" - -#~ msgid "Error al eliminar usuarios asociados a la cuenta" -#~ msgstr "Errore durante l'eliminazione degli utenti associati all'account" - #~ msgid "Error al eliminar archivos asociados a la cuenta" #~ msgstr "Errore durante l'eliminazione dei file associati all'account" @@ -1310,364 +7674,65 @@ msgstr "Link" #~ msgid "Error en el módulo de encriptación" #~ msgstr "Errore nel modulo di crittografia" -#~ msgid "Error al obtener las claves de las cuentas" -#~ msgstr "Errore nell'ottenere la password dell'account" - -#~ msgid "Fallo al actualizar la clave de la cuenta" -#~ msgstr "Impossibile aggiornare la password dell'account" - -#~ msgid "Cuentas actualizadas" -#~ msgstr "Account aggiornati" - #~ msgid "No se pudieron obtener los datos de las cuentas" #~ msgstr "Impossibile ottenere i dati dell'account" -#~ msgid "Actualizar Clave Maestra (H)" -#~ msgstr "Aggiorna password principale (H)" - -#~ msgid "La clave maestra del registro no coincide" -#~ msgstr "La chiave master del record non corrisponde" - #~ msgid "Fallo al actualizar la clave del histórico" #~ msgstr "Impossibile aggiornare la chiave della cronologia" -#~ msgid "Registros actualizados" -#~ msgstr "Record aggiornati" - #~ msgid "Gestión Aplicación" #~ msgstr "Gestione delle applicazioni" -#~ msgid "Encriptación" -#~ msgstr "Crittografia" - #~ msgid "Exportar" #~ msgstr "Esporta" -#~ msgid "Importar" -#~ msgstr "Importa" - -#~ msgid "Acceso no permitido" -#~ msgstr "Accesso non consentito" - -#~ msgid "Error de codificación" -#~ msgstr "Errore di codifica" - -#~ msgid "La autorización ya existe" -#~ msgstr "L'autorizzazione esiste già" - #~ msgid "Actualizar Autorización" #~ msgstr "Aggiorna autorizzazione" -#~ msgid "Eliminar Autorización" -#~ msgstr "Elimina autorizzazione" - -#, fuzzy -#~ msgid "Usuario no pertenece al grupo" -#~ msgstr "L'utente non appartiene al gruppo" - -#~ msgid "Cambio de Clave" -#~ msgstr "Cambio di password" - -#~ msgid "Se ha solicitado el cambio de su clave de usuario." -#~ msgstr "È stata richiesta la modifica della password dell'utente." - -#~ msgid "" -#~ "Para completar el proceso es necesario que acceda a la siguiente URL:" -#~ msgstr "Per completare il processo è necessario accedere al seguente URL:" - -#~ msgid "Si no ha solicitado esta acción, ignore este mensaje." -#~ msgstr "Se non hai richiesto questa azione, ignora questo messaggio." - -#~ msgid "Esta operación sólo es posible en entornos Linux" -#~ msgstr "Questa operazione è possibile solo in ambienti Linux" - -#~ msgid "Error al realizar backup en modo compatibilidad" -#~ msgstr "Impossibile eseguire il backup in modalità compatibilità" - -#~ msgid "Compruebe los permisos del directorio de backups" -#~ msgstr "Verifica le autorizzazioni della directory di backup" - -#~ msgid "Nombre de categoría duplicado" -#~ msgstr "Nome categoria duplicato" - -#~ msgid "Error al crear la categoría" -#~ msgstr "Errore durante la creazione della categoria" - -#~ msgid "Categoría" -#~ msgstr "Categoria" - -#~ msgid "Error al eliminar la categoría" -#~ msgstr "Errore durante la rimozione della categoria" - -#~ msgid "Error al actualizar la categoría" -#~ msgstr "Errore durante l'aggiornamento della categoria" - #~ msgid "Modificar configuración" #~ msgstr "Modifica le impostazioni" -#~ msgid "Parámetro" -#~ msgstr "Parametro" - #~ msgid "Valor" #~ msgstr "Valore" -#~ msgid "Opción no disponible" -#~ msgstr "Opzione non disponibile" - -#~ msgid "Consulte con el administrador" -#~ msgstr "Verificare con l'amministratore" - -#~ msgid "No tiene permisos para acceder a esta página" -#~ msgstr "Non hai il permesso di accedere a questa pagina" - -#~ msgid "No tiene permisos para realizar esta operación" -#~ msgstr "Non hai il permesso di eseguire questa operazione" - -#~ msgid "Aviso" -#~ msgstr "Attenzione" - #~ msgid "" #~ "Se ha regenerado el HASH de clave maestra. No es necesaria ninguna acción." #~ msgstr "" #~ "La chiave master HASH è stata rigenerata. Nessuna azione è necessaria." -#~ msgid "No se puede usar el módulo de encriptación" -#~ msgstr "Il modulo di crittografia non può essere utilizzato" - -#~ msgid "Error al generar datos cifrados" -#~ msgstr "Errore durante la generazione di dati crittografati" - #~ msgid "No es posible generar las claves RSA" #~ msgstr "Non è possibile generare le chiavi RSA" #~ msgid "El archivo de clave no existe" #~ msgstr "Il file chiave non esiste" -#~ msgid "El número de campos es incorrecto (%d)" -#~ msgstr "Il numero di campi non è corretto (%d)" - -#~ msgid "Compruebe el formato del archivo CSV en línea %s" -#~ msgstr "Controlla il formato file CSV alla linea %s" - -#~ msgid "Importar Cuentas" -#~ msgstr "Importa account" - -#~ msgid "Error importando cuenta" -#~ msgstr "Errore durante l'importazione dell'account" - -#~ msgid "Campos Personalizados" -#~ msgstr "Campi personalizzati" - -#~ msgid "Actualizando datos encriptados" -#~ msgstr "Aggiornamento dei dati crittografati" - -#~ msgid "Registros no actualizados" -#~ msgstr "Record non aggiornati" - -#~ msgid "Fecha" -#~ msgstr "Data" - -#~ msgid "Email" -#~ msgstr "Email" - -#~ msgid "Categorías" -#~ msgstr "Categorie" - -#~ msgid "Clientes" -#~ msgstr "Utenti" - -#~ msgid "Grupos" -#~ msgstr "Gruppi" - -#, fuzzy -#~ msgid "Cliente duplicado" -#~ msgstr "Cliente duplicato" - -#~ msgid "Error al crear el cliente" -#~ msgstr "Errore durante la creazione del client" - -#, fuzzy -#~ msgid "Error al actualizar el cliente" -#~ msgstr "Errore durante l'aggiornamento del cliente" - #~ msgid "Actualizar Cliente" #~ msgstr "Aggiorna cliente" -#~ msgid "Error al eliminar el cliente" -#~ msgstr "Errore durante l'eliminazione del client" - -#, fuzzy -#~ msgid "No es posible conectar con la BD" -#~ msgstr "Non è possibile connettersi al BD" - -#~ msgid "Compruebe los datos de conexión" -#~ msgstr "Controlla i dati di connessione" - -#~ msgid "N/D" -#~ msgstr "N/D" - -#~ msgid "Acción" -#~ msgstr "Azione" - #~ msgid "Realizado por" #~ msgstr "Prodotto da" #~ msgid "Enviar Email" #~ msgstr "Invia email" -#~ msgid "Correo enviado" -#~ msgstr "E-mail inviata" - -#~ msgid "Error al enviar correo" -#~ msgstr "Errore nell'invio della mail" - -#~ msgid "Destinatario" -#~ msgstr "Destinatario" - #~ msgid "CC" #~ msgstr "CC" -#~ msgid "Archivo no subido correctamente" -#~ msgstr "File non caricato correttamente" - -#~ msgid "Verifique los permisos del usuario del servidor web" -#~ msgstr "Verifica le autorizzazioni dell'utente del server web" - -#~ msgid "Compruebe la extensión del archivo" -#~ msgstr "Controlla l'estensione del file" - -#~ msgid "Compruebe la configuración de PHP para subir archivos" -#~ msgstr "Controlla le impostazioni PHP per il caricamento dei file" - #~ msgid "Compruebe los permisos del directorio temporal" #~ msgstr "Verifica le autorizzazioni della directory temporanea" -#~ msgid "Error al eliminar los usuarios del grupo" -#~ msgstr "Errore durante la rimozione degli utenti del gruppo" - -#~ msgid "Compruebe el formato del archivo" -#~ msgstr "Controlla il formato del file" - -#~ msgid "Importación finalizada" -#~ msgstr "Importazione completata" - -#~ msgid "Error en la verificación de la base de datos" -#~ msgstr "Verifica del database fallita" - -#~ msgid "La sesión no puede ser inicializada" -#~ msgstr "La sessione non può essere inizializzata" - -#, fuzzy -#~ msgid "El directorio \"/config\" no existe" -#~ msgstr "La directory \"/config\" non esiste" - -#, fuzzy -#~ msgid "No es posible escribir en el directorio \"config\"" -#~ msgstr "Non è possibile scrivere nella directory \"config\"" - -#, fuzzy -#~ msgid "Los permisos del directorio \"/config\" son incorrectos" -#~ msgstr "Le autorizzazioni della directory \"/config\" non sono corrette" - -#, fuzzy -#~ msgid "Aplicación en mantenimiento" -#~ msgstr "Applicazione in manutenzione" - -#~ msgid "En breve estará operativa" -#~ msgstr "Presto sarà operativo" - -#~ msgid "Finalizar sesión" -#~ msgstr "Fine sessione" - -#~ msgid "Tiempo inactivo" -#~ msgstr "Tempo inattivo" - -#~ msgid "Tiempo total" -#~ msgstr "Tempo totale" - -#~ msgid "La aplicación necesita actualizarse" -#~ msgstr "L'applicazione deve essere aggiornata" - -#~ msgid "Actualizar" -#~ msgstr "Aggiornare" - #~ msgid "Actualización" #~ msgstr "Aggiornamento" #~ msgid "Actualización de versión realizada." #~ msgstr "Aggiornamento della versione fatta." -#~ msgid "Versión" -#~ msgstr "Versione" - -#~ msgid "Indicar nombre de usuario admin" -#~ msgstr "Indica il nome utente admin" - -#~ msgid "Usuario admin para acceso a la aplicación" -#~ msgstr "Utente amministratore per l'accesso all'applicazione" - -#~ msgid "Indicar la clave de admin" -#~ msgstr "Indica la password dell'amministratore" - -#~ msgid "Clave del usuario admin de la aplicación" -#~ msgstr "Utente chiave amministratore dell'applicazione" - -#~ msgid "Indicar la clave maestra" -#~ msgstr "Indica la chiave principale" - -#~ msgid "Clave maestra para encriptar las claves" -#~ msgstr "Chiave master per crittografare le chiavi" - -#~ msgid "Clave maestra muy corta" -#~ msgstr "Chiave master molto breve" - -#~ msgid "La longitud de la clave maestra ha de ser mayor de 11 caracteres" -#~ msgstr "" -#~ "La lunghezza della chiave principale deve essere maggiore di 11 caratteri" - -#~ msgid "Indicar el usuario de la BBDD" -#~ msgstr "Indicare l'utente del BBDD" - -#, fuzzy -#~ msgid "Usuario con permisos de administrador de la Base de Datos" -#~ msgstr "Utente con autorizzazioni di amministratore del database" - -#~ msgid "Indicar el nombre de la BBDD" -#~ msgstr "Indicare il nome del BBDD" - -#~ msgid "Nombre para la BBDD de la aplicación pej. syspass" -#~ msgstr "Nome per il DB dell'applicazione pej. syspass" - -#~ msgid "El nombre de la BBDD no puede contener \".\"" -#~ msgstr "Il nome del database non può contenere \".\"" - -#~ msgid "Elimine los puntos del nombre de la Base de Datos" -#~ msgstr "Rimuovere i punti dal nome del database" - -#~ msgid "Indicar el servidor de la BBDD" -#~ msgstr "Indicare il server del BBDD" - -#~ msgid "Servidor donde se instalará la Base de Datos" -#~ msgstr "Server in cui verrà installato il database" - #~ msgid "No es posible comprobar el usuario de sysPass" #~ msgstr "Non è possibile controllare l'utente sysPass" -#~ msgid "Compruebe los permisos del usuario de conexión a la BD" -#~ msgstr "Verifica le autorizzazioni dell'utente per connettersi al BD" - -#~ msgid "La BBDD ya existe" -#~ msgstr "Il BBDD esiste già" - -#~ msgid "Indique una nueva Base de Datos o elimine la existente" -#~ msgstr "Indicare un nuovo database o eliminare quello esistente" - #~ msgid "Error al crear la BBDD" #~ msgstr "Errore durante la creazione del DB" -#~ msgid "Verifique los permisos del usuario de la Base de Datos" -#~ msgstr "Verifica le autorizzazioni dell'utente del Database" - #~ msgid "El archivo de estructura de la BBDD no existe" #~ msgstr "Il file di struttura del BBDD non esiste" @@ -1678,56 +7743,15 @@ msgstr "Link" #~ msgid "Error al seleccionar la BBDD" #~ msgstr "Errore durante la selezione del BBDD" -#, fuzzy -#~ msgid "" -#~ "No es posible usar la Base de Datos para crear la estructura. Compruebe " -#~ "los permisos y que no exista." -#~ msgstr "" -#~ "Non è possibile utilizzare il Database per creare la struttura. Controlla " -#~ "le autorizzazioni e se esistono." - -#~ msgid "Error al crear la estructura de la Base de Datos." -#~ msgstr "Errore durante la creazione della struttura del database." - -#~ msgid "Informe al desarrollador" -#~ msgstr "Informa lo sviluppatore" - #~ msgid "Error al actualizar la clave maestra del usuario \"admin\"" #~ msgstr "Impossibile aggiornare la chiave master dell'utente \"admin\"" -#, fuzzy -#~ msgid "No es posible conectar con el servidor de LDAP" -#~ msgstr "Non è possibile connettersi al server LDAP" - -#~ msgid "Error al conectar (BIND)" -#~ msgstr "Errore durante la connessione (BIND)" - -#~ msgid "Error al buscar objetos en DN base" -#~ msgstr "Errore nel trovare oggetti nel DN di base" - -#~ msgid "Error al buscar RDN de grupo" -#~ msgstr "Errore durante la ricerca di RDN di gruppo" - -#~ msgid "Error al localizar el usuario en LDAP" -#~ msgstr "Errore nel localizzare l'utente in LDAP" - #~ msgid "Error al buscar el grupo de usuarios" #~ msgstr "Errore durante la ricerca nel gruppo di utenti" -#~ msgid "Usuario verificado en grupo" -#~ msgstr "Utente verificato nel gruppo" - #~ msgid "Vaciar Eventos" #~ msgstr "Eventi vuoti" -#, fuzzy -#~ msgid "Vaciar registro de eventos" -#~ msgstr "Registrazione vuota di eventi" - -#, fuzzy -#~ msgid "Cliente no encontrado" -#~ msgstr "Cliente non trovato" - #~ msgid "Error al obtener los usuarios" #~ msgstr "Errore nell'ottenere gli utenti" @@ -1743,51 +7767,12 @@ msgstr "Link" #~ msgid "Fallo al realizar la operación" #~ msgstr "Mancata esecuzione dell'operazione" -#~ msgid "Formato de XML inválido" -#~ msgstr "Formato XML non valido" - -#, fuzzy -#~ msgid "No es posible obtener la plantilla \"%s\" : %s" -#~ msgstr "Non è possibile ottenere il modello \"%s\" : %s" - -#, fuzzy -#~ msgid "No es posible obtener la variable \"%s\"" -#~ msgstr "Non è possibile ottenere la variabile \"%s\"" - -#, fuzzy -#~ msgid "No es posible destruir la variable \"%s\"" -#~ msgstr "Non è possibile distruggere la variabile \"%s\"" - -#~ msgid "Error al aplicar la actualización de la Base de Datos" -#~ msgstr "Errore durante l'applicazione dell'aggiornamento del database" - -#~ msgid "Compruebe el registro de eventos para más detalles" -#~ msgstr "Controlla il registro eventi per maggiori dettagli" - -#~ msgid "Acceder" -#~ msgstr "Accedere" - -#~ msgid "Error al aplicar la actualización auxiliar" -#~ msgstr "Errore durante l'applicazione dell'aggiornamento ausiliario" - -#~ msgid "Actualizar BBDD" -#~ msgstr "Aggiorna BBDD" - #~ msgid "No es necesario actualizar la Base de Datos." #~ msgstr "Non è necessario aggiornare il database." -#~ msgid "Actualización de la Base de Datos realizada correctamente." -#~ msgstr "Aggiornamento del database eseguito correttamente." - -#~ msgid "Actualizar Configuración" -#~ msgstr "Aggiorna configurazione" - #~ msgid "No se pudo realizar la petición de cambio de clave." #~ msgstr "Non è stato possibile effettuare la richiesta di modifica password." -#~ msgid "Usuario de LDAP" -#~ msgstr "Utente LDAP" - #~ msgid "Activación Cuenta" #~ msgstr "Attivazione Account" @@ -1806,214 +7791,15 @@ msgstr "Link" #~ msgid "Versión de PHP requerida >= " #~ msgstr "Versione di PHP richiesta >= " -#~ msgid "" -#~ "Actualice la versión de PHP para que la aplicación funcione correctamente" -#~ msgstr "" -#~ "Aggiorna la versione di PHP affinché l'applicazione funzioni correttamente" - -#~ msgid "Módulo no disponible" -#~ msgstr "Modulo non disponibile" - -#~ msgid "Sin este módulo la aplicación puede no funcionar correctamente." -#~ msgstr "" -#~ "Senza questo modulo l'applicazione non potrebbe funzionare correttamente." - #~ msgid "Exportar XML" #~ msgstr "Esporta XML" -#~ msgid "Error al crear el archivo XML" -#~ msgstr "Errore durante la creazione del file XML" - -#~ msgid "No es posible procesar el archivo XML" -#~ msgstr "Impossibile elaborare il file XML" - -#~ msgid "Archivo XML no soportado" -#~ msgstr "File XML non supportato" - -#, fuzzy -#~ msgid "No es posible detectar la aplicación que exportó los datos" -#~ msgstr "Non è possibile rilevare l'applicazione che ha esportato i dati" - -#~ msgid "Error en la consulta" -#~ msgstr "Errore in ricerca" - -#~ msgid "Ha ocurrido un error" -#~ msgstr "Si è verificato un errore" - -#~ msgid "Sesión finalizada" -#~ msgstr "Sessione terminata" - -#~ msgid "Borrar la cuenta?" -#~ msgstr "Elimina l'account?" - -#~ msgid "Borrar el usuario?" -#~ msgstr "Elimina l'utente?" - -#~ msgid "Guarde la configuración para que sea efectiva" -#~ msgstr "Salva la configurazione per renderla effettiva" - -#~ msgid "Clave Generada" -#~ msgstr "Password generata" - -#~ msgid "Nivel alto" -#~ msgstr "Livello alto" - -#~ msgid "Nivel medio" -#~ msgstr "Livello medio" - -#~ msgid "Nivel bajo" -#~ msgstr "Livello basso" - -#~ msgid "Nivel muy alto" -#~ msgstr "Livello molto alto" - -#~ msgid "Utilizar al menos 8 caracteres" -#~ msgstr "Utilizzare almeno 8 caratteri" - -#~ msgid "Borrar elemento?" -#~ msgstr "Eliminare l'oggetto?" - -#~ msgid "Página no encontrada" -#~ msgstr "Pagina inesistente" - -#~ msgid "Archivo no soportado para visualizar" -#~ msgstr "Anteprima del file non supportata" - -#~ msgid "Eliminar archivo?" -#~ msgstr "Eliminare il file?" - -#~ msgid "Su navegador no soporta subir archivos con HTML5" -#~ msgstr "" -#~ "Il tuo browser non supporta i caricamenti di file in HTML5 prova a " -#~ "cambiare browser" - -#~ msgid "Demasiados archivos" -#~ msgstr "Troppi files" - -#~ msgid "Tamaño de archivo no permitido" -#~ msgstr "La dimensione del file non è consentita" - -#, fuzzy -#~ msgid "Vaciar el registro de eventos?" -#~ msgstr "Cancellare il registro degli eventi?" - -#~ msgid "Seleccionar Grupo" -#~ msgstr "Selezionare Gruppo" - -#~ msgid "Seleccionar Usuario" -#~ msgstr "Selezionare Utente" - -#~ msgid "Seleccionar Perfil" -#~ msgstr "Selezionare Profilo" - -#~ msgid "Seleccionar Cliente" -#~ msgstr "Selezionare il Cliente" - -#~ msgid "Seleccionar Categoría" -#~ msgstr "Selezionare la categoria" - -#~ msgid "Sin resultados" -#~ msgstr "Nessun risultato" - -#~ msgid "Opciones de clave" -#~ msgstr "Opzioni password" - -#~ msgid "Generar clave aleatoria" -#~ msgstr "Genera una password casuale" - -#~ msgid "Complejidad" -#~ msgstr "Complessità" - -#~ msgid "Restablecer" -#~ msgstr "Ripristina" - -#~ msgid "Nivel de fortaleza de la clave" -#~ msgstr "Livello di complessità della password" - -#~ msgid "Mostrar Clave" -#~ msgstr "Mostra Password" - -#~ msgid "Copiar Usuario" -#~ msgstr "Copia utente" - -#~ msgid "Incluir Números" -#~ msgstr "Includi numeri" - -#~ msgid "Incluir Mayúsculas" -#~ msgstr "Includi maiuscole" - -#, fuzzy -#~ msgid "Incluir Símbolos" -#~ msgstr "Includi simboli" - -#~ msgid "Longitud" -#~ msgstr "Lunghezza" - -#~ msgid "Seleccionar Acción" -#~ msgstr "Seleziona azione" - -#~ msgid "SI" -#~ msgstr "SI" - -#~ msgid "NO" -#~ msgstr "NO" - -#~ msgid "Aceptar" -#~ msgstr "Accetta" - -#~ msgid "Cancelar" -#~ msgstr "Annulla" - -#, fuzzy -#~ msgid "Clave Copiada al Portapapeles" -#~ msgstr "Chiave copiata negli appunti" - -#~ msgid "Error al copiar al portapapeles" -#~ msgstr "Errore durante la copia negli appunti" - -#~ msgid "Detalles de Cuenta" -#~ msgstr "Dettagli dell'account" - -#~ msgid "Modificar Clave de Cuenta" -#~ msgstr "Modifica la password dell'account" - -#~ msgid "Nombre" -#~ msgstr "Nome" - -#~ msgid "Módulo" -#~ msgstr "Modulo" - -#~ msgid "Eliminar Campo" -#~ msgstr "Rimuovi campo" - #~ msgid "Último backup" #~ msgstr "Ultimo backup" -#~ msgid "No se encontraron backups" -#~ msgstr "Non sono stati trovati backup" - #~ msgid "Última exportación" #~ msgstr "Ultima esportazione" -#~ msgid "No se encontró archivo de exportación" -#~ msgstr "Nessun file di esportazione trovato" - -#~ msgid "Información" -#~ msgstr "Informazioni" - -#~ msgid "Registro de eventos vaciado" -#~ msgstr "Registro eventi vuoto" - -#, fuzzy -#~ msgid "Error al vaciar el registro de eventos" -#~ msgstr "Errore durante lo svuotamento del registro eventi" - -#~ msgid "Admin Aplicación" -#~ msgstr "Applicazione Admin" - -#~ msgid "Buscar" -#~ msgstr "Ricerca" - #~ msgid "La version de PHP es vulnerable al ataque NULL Byte (CVE-2006-7243)" #~ msgstr "" #~ "La versione di PHP è vulnerabile all'attacco NULL Byte (CVE-2006-7243)" @@ -2030,1151 +7816,54 @@ msgstr "Link" #~ "Senza questa funzionalità, un utente malintenzionato può utilizzare il " #~ "proprio account durante il ripristino della password" -#~ msgid "Instalación finalizada" -#~ msgstr "Installazione terminata" - #~ msgid "Descargar nueva versión" #~ msgstr "Scarica la nuova versione" -#~ msgid "Avisos de sysPass" -#~ msgstr "Avvisi SysPass" - -#, fuzzy -#~ msgid "Ordenar por Cliente" -#~ msgstr "Ordina per cliente" - -#~ msgid "Ordenar por Nombre" -#~ msgstr "Ordina per nome" - -#~ msgid "Ordenar por Categoría" -#~ msgstr "Ordina per categoria" - -#~ msgid "Ordenar por Usuario" -#~ msgstr "Ordina per utente" - -#~ msgid "Ordenar por URL / IP" -#~ msgstr "Ordina per URL / IP" - -#~ msgid "URL / IP" -#~ msgstr "URL / IP" - -#~ msgid "Propiedades" -#~ msgstr "Proprietà" - -#~ msgid "Admin Cuentas" -#~ msgstr "Accounts Admin" - -#~ msgid "Deshabilitado" -#~ msgstr "Disabilitato" - -#~ msgid "Ver Detalles de Usuario" -#~ msgstr "Vedi dettagli utente" - -#~ msgid "Cambiar Clave de Usuario" -#~ msgstr "Cambia password utente" - -#~ msgid "Ver Detalles de Perfil" -#~ msgstr "Vedi i dettagli del profilo" - -#~ msgid "Ver token de Autorización" -#~ msgstr "Vedi Token di autorizzazione" - #~ msgid "Token de autorización visualizado" #~ msgstr "Visualizzazione del token di autorizzazione" #~ msgid "Autorizaciones" #~ msgstr "Autorizzazioni" -#~ msgid "Seguridad" -#~ msgstr "Sicurezza" - -#~ msgid "Preferencias" -#~ msgstr "Preferenze" - -#~ msgid "Nombre de cuenta" -#~ msgstr "Nome dell'account" - -#~ msgid "URL o IP de acceso" -#~ msgstr "URL di accesso o IP" - -#~ msgid "Usuario de acceso" -#~ msgstr "Username di accesso" - -#~ msgid "Clave (repetir)" -#~ msgstr "Password (ripetere)" - -#~ msgid "Notas" -#~ msgstr "Note" - -#~ msgid "Notas sobre la cuenta" -#~ msgstr "Note sull'account" - -#~ msgid "Permisos" -#~ msgstr "Permessi" - #~ msgid "Hablitar edición" #~ msgstr "Abilita la modifica" -#~ msgid "Grupo Principal" -#~ msgstr "Gruppo Principale" - -#~ msgid "Soltar archivos aquí (max. 5) o click para seleccionar" -#~ msgstr "Trascina qui i file (max 5) o fai clic per selezionare" - -#~ msgid "Tamaño máximo de archivo" -#~ msgstr "Dimensione massima del file" - -#~ msgid "Historial" -#~ msgstr "Storico" - -#~ msgid "Seleccionar fecha" -#~ msgstr "Seleziona la data" - -#~ msgid "Última Modificación" -#~ msgstr "Ultima modifica" - -#~ msgid "Visitas" -#~ msgstr "Visite" - -#~ msgid "Fecha Alta" -#~ msgstr "Data alta" - -#~ msgid "Creador" -#~ msgstr "Creatore" - #~ msgid "Usuarios Secundarios" #~ msgstr "Utenti Secondari" #~ msgid "Grupos Secundarios" #~ msgstr "Gruppi secondari" -#~ msgid "Fecha Edición" -#~ msgstr "Data Edizione" - -#~ msgid "Editor" -#~ msgstr "Editore" - -#~ msgid "Restaurar cuenta desde este punto" -#~ msgstr "Ripristina account da questo punto" - -#~ msgid "Copiar Clave en Portapapeles" -#~ msgstr "Copia la password negli appunti" - -#~ msgid "Ver Actual" -#~ msgstr "Vedi corrente" - -#~ msgid "Volver" -#~ msgstr "Ritorno" - #~ msgid "Modificar Cuenta" #~ msgstr "Modifica account" -#~ msgid "Solicitar Modificación" -#~ msgstr "Richiesta di modifica" - -#~ msgid "Guardar" -#~ msgstr "Save" - -#~ msgid "Resultado" -#~ msgstr "Risultato" - -#, fuzzy -#~ msgid "Descargar Actual" -#~ msgstr "Scarica corrente" - #~ msgid "No hay backups para descargar" #~ msgstr "Nessun backup da scaricare" -#~ msgid "Ayuda" -#~ msgstr "Aiutare" - -#, fuzzy -#~ msgid "" -#~ "La copia de seguridad permite guardar y descargar tanto la base de datos " -#~ "de sysPass como los archivos de la aplicación y su configuración." -#~ msgstr "" -#~ "Il backup consente di salvare e scaricare sia il database sysPass che i " -#~ "file dell'applicazione e la relativa configurazione." - -#~ msgid "" -#~ "Con este método es posible guardar todos los datos de sysPass en otro " -#~ "lugar o utilizarlos para hacer la aplicación portable." -#~ msgstr "" -#~ "Con questo metodo è possibile salvare tutti i dati di sysPass in un'altra " -#~ "posizione o utilizzarli per rendere l'applicazione portatile." - -#~ msgid "Exportar Cuentas" -#~ msgstr "Esportare account" - #~ msgid "No hay archivos XML para descargar" #~ msgstr "Non ci sono file XML da scaricare" -#~ msgid "Clave de Exportación" -#~ msgstr "Password di esportazione" - -#~ msgid "Clave de Exportación (repetir)" -#~ msgstr "Password di esportazione (ripetere)" - -#~ msgid "" -#~ "La exportación de cuentas permite guardar las cuentas y sus datos en " -#~ "formato XML para posteriormente poder ser importados en otras instancias " -#~ "de sysPass." -#~ msgstr "" -#~ "L'esportazione di account consente di salvare gli account e i relativi " -#~ "dati in formato XML in modo che possano essere successivamente importati " -#~ "in altre istanze di sysPass." - -#, fuzzy -#~ msgid "" -#~ "Las claves de las cuentas son exportadas de forma encriptada para mayor " -#~ "seguridad." -#~ msgstr "" -#~ "Le chiavi degli account vengono esportate in forma crittografata per una " -#~ "maggiore sicurezza." - -#, fuzzy -#~ msgid "" -#~ "Es posible establecer una clave de exportación para guardar todos los " -#~ "datos encriptados en el archivo XML." -#~ msgstr "" -#~ "È possibile impostare una chiave di esportazione per salvare tutti i dati " -#~ "crittografati nel file XML." - -#~ msgid "Javascript es necesario para el correcto funcionamiento" -#~ msgstr "Javascript è necessario per il corretto funzionamento" - -#~ msgid "Nombre de la categoría" -#~ msgstr "Nome categoria" - -#~ msgid "Descripción de la categoría" -#~ msgstr "Descrizione categoria" - -#~ msgid "Sitio" -#~ msgstr "Indirizzo" - -#~ msgid "Idioma" -#~ msgstr "Lingua" - -#, fuzzy -#~ msgid "" -#~ "Establece el idioma global de la aplicación. Es posible establecer un " -#~ "idioma por usuario en las preferencias." -#~ msgstr "" -#~ "Imposta la lingua globale dell'applicazione. È possibile impostare una " -#~ "lingua per utente nelle preferenze." - -#~ msgid "Tema Visual" -#~ msgstr "Tema del portale" - -#, fuzzy -#~ msgid "" -#~ "Establece el tema visual global de la aplicación. Es posible establecer " -#~ "un tema visual por usuario en las preferencias." -#~ msgstr "" -#~ "Imposta il tema visivo generale dell'applicazione. È possibile impostare " -#~ "un tema visivo per utente nelle preferenze." - -#~ msgid "Timeout de sesión (s)" -#~ msgstr "Timeout della sessione (s)" - -#~ msgid "Habilitar log de eventos" -#~ msgstr "Abilita registro eventi" - -#~ msgid "Guarda las acciones realizadas en la aplicación." -#~ msgstr "Salva le azioni eseguite nell'applicazione." - -#~ msgid "Habilitar depuración" -#~ msgstr "Abilita il debug" - -#, fuzzy -#~ msgid "" -#~ "Muestra información relativa a la configuración de la aplicación y " -#~ "rendimiento." -#~ msgstr "" -#~ "Visualizza le informazioni relative alle impostazioni e alle prestazioni " -#~ "dell'applicazione." - -#~ msgid "Modo mantenimiento" -#~ msgstr "Modalità di manutenzione" - -#~ msgid "" -#~ "En este modo no se puede acceder a la aplicación. Para deshabilitarlo es " -#~ "necesario modificar el archivo de configuración." -#~ msgstr "" -#~ "In questa modalità, non è possibile accedere all'applicazione. Per " -#~ "disabilitarlo, è necessario modificare il file di configurazione." - -#~ msgid "Comprobar actualizaciones" -#~ msgstr "Controlla gli aggiornamenti" - -#~ msgid "" -#~ "Comprobar actualizaciones de la aplicación (sólo para los usuarios " -#~ "administradores)." -#~ msgstr "" -#~ "Controlla gli aggiornamenti dell'applicazione (solo per gli utenti " -#~ "amministratori)." - -#, fuzzy -#~ msgid "Comprobar notificaciones" -#~ msgstr "Controlla le notifiche" - -#~ msgid "" -#~ "Comprobar si existen notificaciones de seguridad o avisos de sysPass " -#~ "(sólo para los usuarios administradores)." -#~ msgstr "" -#~ "Controlla le notifiche di sicurezza o le notifiche di sysPass (solo per " -#~ "gli utenti amministratori)." - -#~ msgid "Nombre de cuenta como enlace" -#~ msgstr "Nome account come link" - -#, fuzzy -#~ msgid "" -#~ "Habilita el nombre de la cuenta de la búsqueda, como enlace a los " -#~ "detalles de la cuenta." -#~ msgstr "" -#~ "Abilita il nome dell'account di ricerca, come link ai dettagli " -#~ "dell'account." - -#~ msgid "Gestión de archivos" -#~ msgstr "Gestione dei file" - -#~ msgid "Habilita la subida/descarga de archivos para las cuentas." -#~ msgstr "Abilita il caricamento / download di file per gli account." - -#~ msgid "Búsquedas globales" -#~ msgstr "Ricerche globali" - -#, fuzzy -#~ msgid "" -#~ "Permite que todos los usuarios puedan realizar búsquedas en todas las " -#~ "cuentas, pero no pueden ver el contenido de las que no tienen permisos." -#~ msgstr "" -#~ "Permette a tutti gli utenti di eseguire ricerche su tutti gli account, ma " -#~ "non può vedere il contenuto di quelli che non hanno permessi." - -#~ msgid "Extensiones de archivos permitidas" -#~ msgstr "Estensioni di file consentite" - -#~ msgid "Extensiones permitidas para la subida de archivos." -#~ msgstr "Estensioni consentite per il caricamento di file." - #~ msgid "Se permite un máximo de 4 caracteres." #~ msgstr "È consentito un massimo di 4 caratteri." -#~ msgid "" -#~ "Escribir extensión y pulsar intro para añadir. Es necesario guardar la " -#~ "configuración." -#~ msgstr "" -#~ "Scrivi l'estensione e premi invio per aggiungere. È necessario salvare la " -#~ "configurazione." - -#, fuzzy -#~ msgid "Establece el tamaño máximo para subir archivos." -#~ msgstr "Imposta la dimensione massima per caricare i file." - -#, fuzzy -#~ msgid "El máximo absuluto es de 16MB." -#~ msgstr "Il massimo assoluto è 16 MB." - -#~ msgid "Resultados por página" -#~ msgstr "Risultati per pagina" - -#, fuzzy -#~ msgid "Número de resultados por página a mostrar, al realizar una búsqueda." -#~ msgstr "" -#~ "Numero di risultati per pagina da visualizzare, quando si esegue una " -#~ "ricerca." - -#~ msgid "Resultados en Tarjetas" -#~ msgstr "Risultati stile biglietti da visita" - -#, fuzzy -#~ msgid "Muestra los resultados de búsqueda de cuentas en formato tarjeta." -#~ msgstr "" -#~ "Visualizza i risultati della ricerca dell'account nel formato della " -#~ "biglietti da visita." - -#~ msgid "Imagen para mostrar clave" -#~ msgstr "Immagine per mostrare la password" - -#~ msgid "Generar una imagen con el texto de la clave de la cuenta." -#~ msgstr "Genera un'immagine con il testo della password dell'account." - -#~ msgid "" -#~ "Util para entornos donde copiar la clave supone un riesgo de seguridad." -#~ msgstr "" -#~ "Utile per ambienti in cui copiare la chiave è un rischio per la sicurezza." - -#~ msgid "Nombre del cliente" -#~ msgstr "Nome del cliente" - -#~ msgid "Descripción del cliente" -#~ msgstr "Descrizione del cliente" - -#~ msgid "Texto Ayuda" -#~ msgstr "Aiuto testo" - -#~ msgid "Obligatorio" -#~ msgstr "Obbligatorio" - -#~ msgid "Clave Maestra" -#~ msgstr "Password principale" - -#, fuzzy -#~ msgid "Último cambio" -#~ msgstr "Ultima modifica" - -#~ msgid "Clave Maestra actual" -#~ msgstr "Password principale attuale" - -#~ msgid "Nueva Clave Maestra" -#~ msgstr "Nuova password principale" - -#~ msgid "Nueva Clave Maestra (repetir)" -#~ msgstr "Nuova password principale (ripetere)" - -#~ msgid "No modificar cuentas" -#~ msgstr "Non modificare account" - -#~ msgid "Establece una nueva clave maestra sin re-encriptar las cuentas" -#~ msgstr "" -#~ "Imposta una nuova password master senza ricodificare nuovamente gli " -#~ "account" - -#, fuzzy -#~ msgid "Confirmar cambio" -#~ msgstr "Conferma modifica" - -#~ msgid "Guarde la nueva clave en un lugar seguro." -#~ msgstr "Conserva la nuova password in un posto sicuro." - -#~ msgid "Se volverán a encriptar las claves de todas las cuentas." -#~ msgstr "Le password di tutti gli account verranno nuovamente crittografate." - -#~ msgid "Los usuarios deberán de introducir la nueva clave maestra." -#~ msgstr "Gli utenti devono inserire la nuova password principale." - -#~ msgid "" -#~ "La clave maestra es utilizada para encriptar las claves de las cuentas de " -#~ "sysPass para mantenerlas seguras." -#~ msgstr "" -#~ "La password master viene utilizzata per crittografare le chiavi degli " -#~ "account sysPass per mantenerle sicure." - -#, fuzzy -#~ msgid "" -#~ "Es recomendable cambiarla cada cierto tiempo y utilizar una clave " -#~ "compleja que incluya números, letras y símbolos." -#~ msgstr "" -#~ "Si consiglia di cambiarlo ogni tanto e utilizzare una chiave complessa " -#~ "che include numeri, lettere e simboli." - -#~ msgid "Clave Temporal" -#~ msgstr "Chiave temporale" - -#~ msgid "No generada" -#~ msgstr "Non generato" - -#~ msgid "Válido hasta" -#~ msgstr "Valido fino al" - -#~ msgid "Validez (s)" -#~ msgstr "Validità (s)" - -#~ msgid "" -#~ "La clave temporal es utilizada como clave maestra para los usuarios que " -#~ "necesitan introducirla al iniciar la sesión, así no es necesario " -#~ "facilitar la clave maestra original." -#~ msgstr "" -#~ "La password temporanea viene utilizzata come chiave principale per gli " -#~ "utenti che devono inserirla all'avvio della sessione, pertanto non è " -#~ "necessario fornire la password master originale." - -#~ msgid "Generar" -#~ msgstr "Genera" - -#~ msgid "No se encontraron registros" -#~ msgstr "Nessun dato trovato" - -#~ msgid "Fecha / Hora" -#~ msgstr "Data / ora" - -#~ msgid "Evento" -#~ msgstr "Evento" - -#~ msgid "IP" -#~ msgstr "IP" - -#~ msgid "Primera página" -#~ msgstr "Prima pagina" - -#~ msgid "Página anterior" -#~ msgstr "Pagina precedente" - -#~ msgid "Página siguiente" -#~ msgstr "Pagina seguente" - -#~ msgid "Última página" -#~ msgstr "Ultima pagina" - -#~ msgid "Indica si la conexión utiliza HTTPS." -#~ msgstr "Indica se la connessione utilizza HTTPS." - -#, fuzzy -#~ msgid "" -#~ "Las claves de formularios enviados se encriptan mediante PKI, el resto de " -#~ "datos no." -#~ msgstr "" -#~ "Le chiavi dei moduli inviati sono crittografate tramite PKI, il resto dei " -#~ "dati non lo è." - -#~ msgid "Ayuda :: FAQ :: Changelog" -#~ msgstr "Aiuto :: Domande frequenti :: Changelog" - -#~ msgid "Un proyecto de cygnux.org" -#~ msgstr "Un progetto di cygnux.org" - -#~ msgid "Nombre del grupo" -#~ msgstr "Nome del gruppo" - -#~ msgid "Descripción del grupo" -#~ msgstr "Descrizione del gruppo" - -#~ msgid "Importar CSV/XML" -#~ msgstr "Importa CSV/XML" - -#~ msgid "Usuario por Defecto" -#~ msgstr "Utente predefinito" - -#~ msgid "Define el usuario por defecto para las cuentas importadas." -#~ msgstr "Definisce l'utente predefinito per gli account importati." - -#~ msgid "Grupo por Defecto" -#~ msgstr "Gruppo predefinito" - -#~ msgid "Define el grupo por defecto para las cuentas importadas." -#~ msgstr "Definisce il gruppo predefinito per gli account importati." - -#~ msgid "Clave de Importación" -#~ msgstr "Password di importazione" - -#~ msgid "Delimitador CSV" -#~ msgstr "Delimitatore CSV" - -#~ msgid "Soltar archivo aquí o click para seleccionar" -#~ msgstr "Trascina qui il file o fai clic per selezionare" - -#, fuzzy -#~ msgid "" -#~ "Permite realizar la importación de Cuentas, Categorías y Clientes desde " -#~ "archivos XML y CSV." -#~ msgstr "" -#~ "Permette di importare account, categorie e client da file XML e CSV." - -#, fuzzy -#~ msgid "" -#~ "Los formatos de archivos XML soportados son: sysPass, KeePass y KeePassX" -#~ msgstr "I formati di file XML supportati sono: sysPass, KeePass e KeePassX" - -#~ msgid "" -#~ "Arrastar el archivo a importar a la zona indicada o hacer click sobre la " -#~ "flecha." -#~ msgstr "" -#~ "Trascina il file da importare nell'area indicata o fai clic sulla freccia." - -#, 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 "" -#~ "Per i file KeePass o KeePassX, il nome del client sarà uguale a KeePass o " -#~ "KeePassX e la categoria è uguale ai nomi dei gruppi." - -#~ msgid "La importación de archivos CSV se realiza con el siguiente formato:" -#~ msgstr "L'importazione di file CSV viene eseguita nel seguente formato:" - -#~ msgid "" -#~ "En todos los casos, si el cliente o la categoría no están creados, se " -#~ "crean automáticamente." -#~ msgstr "" -#~ "In tutti i casi, se il cliente o la categoria non vengono creati, vengono " -#~ "creati automaticamente." - -#~ msgid "Información de la Aplicación" -#~ msgstr "Informazioni sull'applicazione" - -#~ msgid "Versión sysPass" -#~ msgstr "Versione di SysPass" - -#~ msgid "Base de Datos" -#~ msgstr "Database" - -#~ msgid "PHP" -#~ msgstr "PHP" - -#~ msgid "Extensiones" -#~ msgstr "Estensioni" - -#~ msgid "Memoria Usada" -#~ msgstr "Memoria usata" - -#~ msgid "Servidor" -#~ msgstr "Server" - -#~ msgid "Login del usuario administrador de sysPass" -#~ msgstr "Accesso dell'utente amministratore di sysPass" - -#~ msgid "Configurar BBDD" -#~ msgstr "Configurare BBDD" - -#~ msgid "Nombre de la base de datos para sysPass" -#~ msgstr "Nome del database per sysPass" - -#~ msgid "Modo Hosting" -#~ msgstr "Modalità di hosting" - -#~ msgid "No crea ni verifica los permisos del usuario sobre la BBDD" -#~ msgstr "Non creare o verificare le autorizzazioni dell'utente su BBDD" - -#~ msgid "Instalar" -#~ msgstr "Installare" - -#~ msgid "Habilitar LDAP" -#~ msgstr "Abilitare LDAP" - -#~ msgid "Habilita de autentificación mediante servidor LDAP." -#~ msgstr "Abilita l'autenticazione tramite il server LDAP." - -#~ msgid "Este método utilizará MySQL en caso de fallo." -#~ msgstr "Questo metodo utilizzerà MySQL in caso di errore." - -#, fuzzy -#~ msgid "Nombre o dirección IP del servidor de LDAP." -#~ msgstr "Nome o indirizzo IP del server LDAP." - -#~ msgid "Ejemplos:" -#~ msgstr "Esempio:" - -#~ msgid "Usuario de conexión" -#~ msgstr "Utente di connessione" - -#, fuzzy -#~ msgid "Usuario para conectar con el servicio de LDAP." -#~ msgstr "Utente per connettersi con il servizio LDAP." - -#~ msgid "Clave de conexión" -#~ msgstr "Password di connessione" - -#~ msgid "Base de búsqueda" -#~ msgstr "Cerca database" - -#, fuzzy -#~ msgid "Base en la que realizar la búsqueda de usuarios de LDAP." -#~ msgstr "Database su cui eseguire la ricerca di utenti LDAP." - -#, fuzzy -#~ msgid "" -#~ "Grupo de LDAP al que debe de pertenecer el usuario para permitir el " -#~ "acceso." -#~ msgstr "" -#~ "Gruppo LDAP a cui l'utente deve appartenere per consentire l'accesso." - -#~ msgid "Este grupo debe de estar ubicado en la base de búsquedas de LDAP." -#~ msgstr "Questo gruppo deve trovarsi nel database di ricerca LDAP." - -#, fuzzy -#~ msgid "" -#~ "Define el grupo de usuarios por defecto para los nuevos usuarios de LDAP." -#~ msgstr "Definisce il gruppo di utenti predefinito per i nuovi utenti LDAP." - -#~ msgid "Perfil por Defecto" -#~ msgstr "Profilo predefinito" - -#~ msgid "" -#~ "Define el perfil de usuarios por defecto para los nuevos usuarios de LDAP." -#~ msgstr "Definisce il profilo utente predefinito per i nuovi utenti LDAP." - -#~ msgid "Active Directory" -#~ msgstr "Active Directory" - -#~ msgid "Habilita el modo de conexión con LDAP de Active Directory." -#~ msgstr "Abilita la modalità di connessione LDAP di Active Directory." - -#~ msgid "Comprobar" -#~ msgstr "Verifica" - -#~ msgid "¿Olvidó su clave?" -#~ msgstr "Hai dimenticato la password?" - -#~ msgid "Aplicación actualizada correctamente" -#~ msgstr "Applicazione aggiornata correttamente" - -#~ msgid "Habilitar notificaciones de correo" -#~ msgstr "Abilita le notifiche di posta" - -#~ msgid "Puerto" -#~ msgstr "Porta" - -#~ msgid "Habilitar Autentificación" -#~ msgstr "Abilita autenticazione" - -#~ msgid "Deshabilitada" -#~ msgstr "Disabiltata" - -#, fuzzy -#~ msgid "Dirección de correo de envío" -#~ msgstr "Indirizzo mail di spedizione" - -#~ msgid "Habilitar peticiones por correo" -#~ msgstr "Abilita le richieste per posta" - -#~ msgid "Más Acciones" -#~ msgstr "Altre azioni" - -#~ msgid "Solicitud de Cambio de Clave" -#~ msgstr "Richiesta di modifica password" - -#~ msgid "Email del Usuario" -#~ msgstr "Email dell'utente" - -#~ msgid "Volver a iniciar sesión" -#~ msgstr "Torna al login" - -#~ msgid "Solicitar" -#~ msgstr "Richiesta" - -#~ msgid "Cambiar" -#~ msgstr "Modifica" - -#~ msgid "Cambiar Clave" -#~ msgstr "Cambia password" - -#~ msgid "Ordenar resultados por visitas" -#~ msgstr "Ordina i risultati per visite" - -#, fuzzy -#~ msgid "" -#~ "Ordena los resultados de búsqueda por el número de visitas de las cuentas." -#~ msgstr "" -#~ "Ordina i risultati della ricerca in base al numero di visite agli account." - -#~ msgid "Barra de navegación superior" -#~ msgstr "La barra di navigazione in alto" - -#, fuzzy -#~ msgid "Mostrar una barra de navegación superior en las búsquedas." -#~ msgstr "Mostra una barra di navigazione superiore nelle ricerche." - -#~ msgid "Mostrar Acciones Ocultas" -#~ msgstr "Mostra azioni nascoste" - -#, fuzzy -#~ msgid "" -#~ "Mostrar las acciones ocultas para los elementos de la búsqueda de cuentas." -#~ msgstr "Mostra azioni nascoste per gli elementi nella ricerca dell'account." - -#~ msgid "Nombre del perfil" -#~ msgstr "Nome del profilo" - -#~ msgid "Ver detalles de cuenta" -#~ msgstr "Visualizza i dettagli dell'account" - -#~ msgid "Ver" -#~ msgstr "Visualizza" - -#~ msgid "Ver clave de cuenta" -#~ msgstr "Vedi la password dell'account" - -#~ msgid "Ver historial de cuenta" -#~ msgstr "Vedi storico dell'account" - -#~ msgid "Editar cuenta" -#~ msgstr "Modifica account" - -#~ msgid "Editar" -#~ msgstr "Modificare" - -#~ msgid "Editar clave de cuenta" -#~ msgstr "Modifica la password dell'account" - -#~ msgid "Editar Clave" -#~ msgstr "Modifica la password" - -#~ msgid "Añadir" -#~ msgstr "Aggiungere" - -#~ msgid "Ver archivos de cuenta" -#~ msgstr "Visualizza i file dell'account" - -#~ msgid "Backup" -#~ msgstr "Backup" - -#~ msgid "Realizar importación de cuentas" -#~ msgstr "Esegui l'importazione dell'account" - -#~ msgid "Gestión" -#~ msgstr "Gestione" - -#~ msgid "Gestión de usuarios" -#~ msgstr "Gestione degli utenti" - -#~ msgid "Gestión de grupos" -#~ msgstr "Gestione dei gruppi" - -#~ msgid "Gestión de perfiles" -#~ msgstr "Gestione dei profili" - -#~ msgid "Perfiles" -#~ msgstr "Profili" - -#~ msgid "Gestión de categorías" -#~ msgstr "Gestione delle categorie" - -#, fuzzy -#~ msgid "Gestión de clientes" -#~ msgstr "Gestione dei clienti" - -#~ msgid "Gestión de campos personalizados" -#~ msgstr "Gestione dei campi personalizzati" - -#~ msgid "Gestión de autorizaciones API" -#~ msgstr "Gestione delle autorizzazioni API" - -#~ msgid "Autorizaciones API" -#~ msgstr "Autorizzazioni API" - -#~ msgid "Otros" -#~ msgstr "Altro" - -#~ msgid "Ver log de eventos" -#~ msgstr "Vedi il registro degli eventi" - -#~ msgid "Log de Eventos" -#~ msgstr "Registro eventi" - -#~ msgid "Usado por" -#~ msgstr "Usato da" - -#~ msgid "Solicitar Modificación de Cuenta" -#~ msgstr "Richiedi la modifica dell'account" - -#~ msgid "Petición" -#~ msgstr "Petizione" - -#~ msgid "Descripción de la petición" -#~ msgstr "Descrizione della petizione" - -#~ msgid "Atrás" -#~ msgstr "Indietro" - -#~ msgid "Enviar" -#~ msgstr "Inviare" - -#~ msgid "Filtro ON" -#~ msgstr "Filtro ON" - -#~ msgid "Buscar en Wiki" -#~ msgstr "Cerca in Wiki" - #~ msgid "Abrir enlace a" #~ msgstr "Apri il link a" -#~ msgid "Archivos adjuntos" -#~ msgstr "Allegati aggiuntu" - -#~ msgid "Enlace a Wiki" -#~ msgstr "Collegamento a Wiki" - -#~ msgid "Limpiar" -#~ msgstr "Pulire" - -#, fuzzy -#~ msgid "Texto a buscar" -#~ msgstr "Testo da cercare" - #~ msgid "Parámetros especiales:" #~ msgstr "Parametri speciali:" -#~ msgid "Buscar cuentas a las que 'login' tenga acceso" -#~ msgstr "Cerca account a cui 'login' ha accesso" - -#~ msgid "Buscar cuentas a las que 'group_name' tenga acceso" -#~ msgstr "Cerca account a cui 'group_name' ha accesso" - -#, fuzzy -#~ msgid "Buscar cuentas con archivos con el nombre 'file_name'" -#~ msgstr "Cerca account con file con il nome 'file_name'" - -#, fuzzy -#~ msgid "Búsqueda global" -#~ msgstr "Ricerca globale" - -#~ msgid "Cuentas por página" -#~ msgstr "Account per pagina" - -#~ msgid "Salir" -#~ msgstr "Uscita" - -#~ msgid "Opciones" -#~ msgstr "Opzioni" - -#~ msgid "Regenerar Autorización" -#~ msgstr "Autorizzazione rigenerata" - -#~ msgid "Token" -#~ msgstr "Token" - -#~ msgid "Actualizado" -#~ msgstr "Aggiornato" - -#~ msgid "Error al comprobar actualizaciones" -#~ msgstr "Errore durante il controllo degli aggiornamenti" - -#~ msgid "Actualización de BBDD" -#~ msgstr "Aggiornamento BBDD" - -#~ msgid "Código de Seguridad" -#~ msgstr "Codice di sicurezza" - -#~ msgid "Iniciar Actualización" -#~ msgstr "Avvia aggiornamento" - -#~ msgid "Nombre de usuario completo" -#~ msgstr "Nome dell'utente completo" - -#~ msgid "Login de inicio de sesión" -#~ msgstr "Login di inizio sessione" - -#~ msgid "Dirección de correo" -#~ msgstr "Indirizzo email" - -#~ msgid "Administrador de la aplicación" -#~ msgstr "Gestore dell'applicazione" - -#~ msgid "Administrador de cuentas" -#~ msgstr "Account manager" - -#~ msgid "Forzar cambio de clave" -#~ msgstr "Forza la modifica della password" - -#~ msgid "Entradas" -#~ msgstr "Entrata" - -#~ msgid "Último Acceso" -#~ msgstr "Ultimo accesso" - -#~ msgid "Fecha Clave Maestra" -#~ msgstr "Data password principale" - -#~ msgid "Habilitar enlaces Wiki" -#~ msgstr "Abilita i collegamenti Wiki" - -#~ msgid "" -#~ "Habilita la opción de añadir un enlace a Wiki externa para los resultados " -#~ "de la búsqueda." -#~ msgstr "" -#~ "Abilita l'opzione per aggiungere un collegamento a Wiki esterno per i " -#~ "risultati di ricerca." - -#~ msgid "URL de búsqueda Wiki" -#~ msgstr "URL di ricerca Wiki" - -#, fuzzy -#~ msgid "URL que utiliza la wiki para realizar una búsqueda de una página." -#~ msgstr "URL utilizzato dalla wiki per eseguire una ricerca su una pagina." - -#, fuzzy -#~ msgid "Como parámetro se utiliza el nombre del cliente." -#~ msgstr "Come parametro si utilizza il nome del cliente." - -#~ msgid "Ejemplo:" -#~ msgstr "Esempio:" - -#~ msgid "URL de página en Wiki" -#~ msgstr "URL della pagina in Wiki" - -#, fuzzy -#~ msgid "URL que utiliza la wiki para acceder a los detalles de una página." -#~ msgstr "URL utilizzato dal wiki per accedere ai dettagli di una pagina." - -#, fuzzy -#~ msgid "" -#~ "El nombre de la cuenta se utiliza como parámetro de la variable de " -#~ "búsqueda de la Wiki." -#~ msgstr "" -#~ "Il nome dell'account viene utilizzato come parametro della variabile di " -#~ "ricerca del Wiki." - -#~ msgid "Prefijo para nombre de cuenta" -#~ msgstr "Prefisso per il nome dell'account" - -#~ msgid "" -#~ "Prefijo para determinar qué cuentas tienen un enlace a una página de la " -#~ "Wiki." -#~ msgstr "" -#~ "Prefisso per determinare quali account hanno un link a una pagina del " -#~ "Wiki." - -#~ msgid "Histórico" -#~ msgstr "Storico" - -#~ msgid "Realizar" -#~ msgstr "Eseguire" - -#~ msgid "Forzar HTTPS" -#~ msgstr "Forza l'uso di HTTPS" - -#~ msgid "Fuerza para que todas las conexiones sean a través de HTTPS." -#~ msgstr "Forza per tutte le connessioni tramite HTTPS." - -#~ msgid "Número de resultados por página" -#~ msgstr "Numero di risultati per pagina" - -#~ msgid "Proxy" -#~ msgstr "Proxy" - -#~ msgid "Usar Proxy" -#~ msgstr "Usa Proxy" - -#~ msgid "Servidor proxy" -#~ msgstr "Server proxy" - -#~ msgid "Puerto del servidor proxy" -#~ msgstr "Porta del server proxy" - -#~ msgid "Usuario del servidor proxy" -#~ msgstr "Utente del server proxy" - -#~ msgid "Clave del servidor proxy" -#~ msgstr "Password del server proxy" - -#~ msgid "Nombre del campo" -#~ msgstr "Nome del campo" - -#, fuzzy -#~ msgid "Ayuda del campo" -#~ msgstr "Suggerimento" - -#~ msgid "Intentos" -#~ msgstr "Tentativi" - -#~ msgid "Preferencias de usuario" -#~ msgstr "Preferenze dell'utente" - -#~ msgid "Usuario administrador de sysPass" -#~ msgstr "Utente amministratore di SysPass" - -#~ msgid "Usuario acceso BBDD" -#~ msgstr "Accesso utente BBDD" - -#, fuzzy -#~ msgid "Usuario con permisos de administrador de MySQL" -#~ msgstr "Utente con permessi di amministratore MySQL" - -#~ msgid "Clave acceso BBDD" -#~ msgstr "Password di accesso BBDD" - -#~ msgid "Nombre BBDD para sysPass" -#~ msgstr "Nome BBDD per sysPass" - -#~ msgid "Servidor BBDD para sysPass" -#~ msgstr "Server BBDD per sysPass" - -#, fuzzy -#~ msgid "Nombre del servidor para instalar la base de datos de sysPass" -#~ msgstr "Nome del server per installare il database sysPass" - -#, fuzzy -#~ msgid "Clave del usuario de conexión a LDAP." -#~ msgstr "Password dell'utente di connessione LDAP." - -#, fuzzy -#~ msgid "" -#~ "Habilita que los usuarios puedan solicitar modificaciones o acceso a las " -#~ "cuentas sin permisos." -#~ msgstr "" -#~ "Consente agli utenti di richiedere modifiche o accedere agli account " -#~ "senza autorizzazioni." - -#, fuzzy -#~ msgid "Crear nueva cuenta" -#~ msgstr "Creare un nuovo account" - -#~ msgid "Crear" -#~ msgstr "Creare" - -#~ msgid "Eliminar cuenta" -#~ msgstr "Rimuovere account" - -#~ msgid "Eliminar" -#~ msgstr "Eliminare" - -#~ msgid "Opciones de encriptación" -#~ msgstr "Opzioni di crittografia" - -#~ msgid "Realizar copia de seguridad y exportar" -#~ msgstr "Eseguire il backup ed esportare" - #~ msgid "Extensión" #~ msgstr "Estensione" -#~ msgid "Tamaño de archivo superado" -#~ msgstr "Dimensione del file superata" - #~ msgid "Solicitud no enviada" #~ msgstr "Richiesta non inviata" #~ msgid "Compruebe datos de usuario o consulte con el administrador" #~ msgstr "Controlla i dati dell'utente o verificare con l'amministratore" -#~ msgid "La cuenta no existe" -#~ msgstr "L'account non esiste" - -#~ msgid "Errores" -#~ msgstr "Errori" - -#~ msgid "Error al añadir favorito" -#~ msgstr "Errore durante l'aggiunta del preferito" - -#~ msgid "Error al eliminar favorito" -#~ msgstr "Errore durante la rimozione del preferito" - -#~ msgid "Error al eliminar las etiquetas de la cuenta" -#~ msgstr "Errore durante la rimozione dei tag dell'account" - -#~ msgid "Método inválido" -#~ msgstr "Metodo non valido" - -#~ msgid "Datos inválidos" -#~ msgstr "Dati non validi" - #~ msgid "Formato incorrecto" #~ msgstr "Formato errato" -#~ msgid "Id de la cuenta" -#~ msgstr "Account Id" - -#~ msgid "Devolver detalles en la respuesta" -#~ msgstr "Restituisci i dettagli nella risposta" - -#, fuzzy -#~ msgid "Número de resultados a mostrar" -#~ msgstr "Numero di risultati da mostrare" - -#~ msgid "Id de categoría a filtrar" -#~ msgstr "ID di categoria da filtrare" - -#, fuzzy -#~ msgid "Id de cliente a filtrar" -#~ msgstr "ID cliente da filtrare" - -#~ msgid "Id de categoría" -#~ msgstr "ID categoria" - -#~ msgid "Id de cliente" -#~ msgstr "ID cliente" - #~ msgid "Nombre de categoría a buscar" #~ msgstr "Nome della categoria da cercare" @@ -3182,15 +7871,6 @@ msgstr "Link" #~ msgid "Nombre de cliente a buscar" #~ msgstr "Nome del cliente da cercare" -#~ msgid "Método ya inicializado" -#~ msgstr "Metodo già inizializzato" - -#~ msgid "Método no disponible" -#~ msgstr "Metodo non disponibile" - -#~ msgid "Objetos encontrados: %d" -#~ msgstr "Oggetti trovati: %d" - #~ msgid "Los parámetros de DokuWiki no están configurados" #~ msgstr "I parametri di DokuWiki non sono configurati" @@ -3203,153 +7883,24 @@ msgstr "Link" #~ msgid "Error de conexión a DokuWiki" #~ msgstr "Errore di connessione a DokuWiki" -#~ msgid "Faltan parámetros de syslog remoto" -#~ msgstr "Parametri syslog remoti mancanti" - -#~ msgid "Syslog remoto deshabilitado" -#~ msgstr "Syslog remoto disabilitato" - -#~ msgid "Error al guardar la configuración" -#~ msgstr "Errore durante il salvataggio della configurazione" - -#~ msgid "Faltan parámetros de DokuWiki" -#~ msgstr "Parametri di DokuWiki mancanti" - #~ msgid "DokuWiki habiltada" #~ msgstr "DokuWiki abilitato" -#~ msgid "DokuWiki deshabilitada" -#~ msgstr "DokuWiki disabilitato" - -#~ msgid "Buscar Evento" -#~ msgstr "Cerca evento" - -#~ msgid "Buscar Campo" -#~ msgstr "Campo di ricerca" - -#~ msgid "Importar usuarios de LDAP" -#~ msgstr "Importa utenti LDAP" - -#~ msgid "Buscar Token" -#~ msgstr "Token di ricerca" - -#~ msgid "Fecha Creación" -#~ msgstr "Data di creazione" - -#~ msgid "Fecha Caducidad" -#~ msgstr "Data di Scadenza" - -#~ msgid "Notificar" -#~ msgstr "Notificare" - -#~ msgid "Enlaces" -#~ msgstr "Links" - -#~ msgid "Buscar Enlace" -#~ msgstr "Collegamento di ricerca" - -#~ msgid "Ver Enlace" -#~ msgstr "Vedi Link" - -#~ msgid "Renovar Enlace" -#~ msgstr "Rinnova il collegamento" - -#~ msgid "Eliminar Enlace" -#~ msgstr "Rimuovi link" - -#~ msgid "Etiquetas" -#~ msgstr "Tags" - -#~ msgid "Plugin" -#~ msgstr "Plugin" - -#~ msgid "Estado" -#~ msgstr "Stato" - -#~ msgid "Plugins" -#~ msgstr "Plugins" - -#~ msgid "Habilitar" -#~ msgstr "Abilita" - -#~ msgid "Deshabilitar" -#~ msgstr "Disabilita" - -#~ msgid "Restablecer Datos" -#~ msgstr "Ripristina dati" - -#~ msgid "Componente" -#~ msgstr "Componente" - -#~ msgid "Leída" -#~ msgstr "Leggi" - -#~ msgid "Enlace creado" -#~ msgstr "Link creato" - -#~ msgid "Enlace actualizado" -#~ msgstr "Link aggiornato" - -#~ msgid "Enlace eliminado" -#~ msgstr "Link eliminato" - -#~ msgid "Etiqueta creada" -#~ msgstr "Tag aggiunta" - -#~ msgid "Etiqueta actualizada" -#~ msgstr "Tag aggiornata" - -#~ msgid "Etiqueta eliminada" -#~ msgstr "Tag rimossa" - -#~ msgid "Plugin habilitado" -#~ msgstr "Plugin abilitata" - -#~ msgid "Plugin deshabilitado" -#~ msgstr "Plugin disabilitata" - -#~ msgid "Plugin restablecido" -#~ msgstr "Resetta Plugin" - -#~ msgid "Favorito añadido" -#~ msgstr "Preferito aggiunto" - -#~ msgid "Favorito eliminado" -#~ msgstr "Eliminato preferito" - -#~ msgid "Importación de usuarios de LDAP realizada" -#~ msgstr "Importazione utenti LDAP terminata" - #~ msgid "Error al importar usuarios de LDAP" #~ msgstr "Errore durante l'importazione di utenti LDAP" -#~ msgid "Notificación leída" -#~ msgstr "Notifica letta" - -#~ msgid "Notificación eliminada" -#~ msgstr "Notifica eliminata" - #~ msgid "Solicitud enviada por correo" #~ msgstr "Richiesta inviata via email" #~ msgid "Solicitud no enviada por correo" #~ msgstr "Richiesta non inviata per email" -#~ msgid "Solicitud realizada" -#~ msgstr "Richiesta effettuata" - #~ msgid "Detalles de Plugin" #~ msgstr "Dettagli Plugin" #~ msgid "Error al obtener la clave maestra del usuario" #~ msgstr "Impossibile ottenere la chiave master dell'utente" -#~ msgid "Es necesaria su clave anterior" -#~ msgstr "La tua password precedente è richiesta" - -#~ msgid "Servidor LDAP" -#~ msgstr "LDAP Server" - #~ msgid "Buscar Categorías" #~ msgstr "Cerca per categorie" @@ -3362,102 +7913,15 @@ msgstr "Link" #~ msgid "Añadir Cliente" #~ msgstr "Aggiungi cliente" -#~ msgid "No es posible crear el directorio de backups (\"%s\")" -#~ msgstr "Non è possibile creare la directory di backup (\"%s\")" - -#~ msgid "Observador no inicializado" -#~ msgstr "Observer non inizializzato" - -#~ msgid "Es necesario un objeto" -#~ msgstr "Un oggetto è necessario" - -#~ msgid "Indicar la clave de la BBDD" -#~ msgstr "Indicare la password del BBDD" - -#~ msgid "Clave del usuario administrador de la Base de Datos" -#~ msgstr "Password dell'utente amministratore del database" - -#~ msgid "Error al crear el usuario de conexión a MySQL '%s'" -#~ msgstr "Errore durante la creazione dell'accesso utente a MySQL '%s'" - -#~ msgid "La BBDD no existe" -#~ msgstr "Il database non esiste" - -#~ msgid "Es necesario crearla y asignar los permisos necesarios" -#~ msgstr "È necessario crearlo e assegnare le autorizzazioni necessarie" - -#~ msgid "Error al establecer permisos de la BBDD ('%s')" -#~ msgstr "Impossibile impostare le autorizzazioni del DB ('%s')" - -#~ msgid "No es posible cargar el plugin \"%s\"" -#~ msgstr "Impossibile caricare il plug-in \"%s\"" - -#~ msgid "La plantilla no contiene archivos" -#~ msgstr "Il modello non contiene file" - -#~ msgid "Error al actualizar la configuración" -#~ msgstr "Errore durante l'aggiornamento della configurazione" - -#~ msgid "Usuario no indicado" -#~ msgstr "Utente non indicato" - -#~ msgid "Acción no indicada" -#~ msgstr "Azione non indicata" - -#~ msgid "Es necesario un nombre de etiqueta" -#~ msgstr "È richiesto un nome di tag" - -#~ msgid "Respuesta XML-RPC inválida" -#~ msgstr "Risposta XML-RPC non valida" - -#~ msgid "Tipo mime no soportado (\"%s\")" -#~ msgstr "Tipo MIME non supportato (\"%s\")" - -#, fuzzy -#~ msgid "Id de categoría no definido. No es posible importar cuenta." -#~ msgstr "ID di categoria non definito. Non è possibile importare account." - -#, fuzzy -#~ msgid "Id de cliente no definido. No es posible importar cuenta." -#~ msgstr "ID cliente non definito. Non è possibile importare account." - -#~ msgid "Clave de encriptación no indicada" -#~ msgstr "Password di crittografia non indicata" - -#~ msgid "Formato detectado: %s" -#~ msgstr "Formato rilevato: %s" - -#, fuzzy -#~ msgid "El nodo \"%s\" no existe" -#~ msgstr "Il nodo \"%s\" non esiste" - #~ msgid "Extensión '%s' no cargada" #~ msgstr "Estensione '%s' non caricata" -#~ msgid "Categoría duplicada" -#~ msgstr "Categoria duplicata" - -#~ msgid "Categoría no encontrada" -#~ msgstr "Categoria non trovata" - -#~ msgid "Error al crear el campo personalizado" -#~ msgstr "Errore durante la creazione del campo personalizzato" - -#~ msgid "Error al eliminar el campo personalizado" -#~ msgstr "Errore durante l'eliminazione del campo personalizzato" - -#~ msgid "Error al actualizar el campo personalizado" -#~ msgstr "Errore durante l'aggiornamento del campo personalizzato" - #~ msgid "Campo personalizado no encontrado" #~ msgstr "Campo personalizzato non trovato" #~ msgid "No se encontraron campos personalizados" #~ msgstr "Nessun campo personalizzato trovato" -#~ msgid "No hay datos de campos personalizados" -#~ msgstr "Nessun dato di campo personalizzato" - #~ msgid "Error al migrar campos personalizados" #~ msgstr "Errore durante la migrazione dei campi personalizzati" @@ -3470,102 +7934,15 @@ msgstr "Link" #~ msgid "Actualizar Grupo" #~ msgstr "Aggiorna gruppo" -#~ msgid "Error al asignar los usuarios al grupo" -#~ msgstr "Errore nell'assegnazione degli utenti al gruppo" - -#~ msgid "Error al crear la notificación" -#~ msgstr "Errore durante la creazione della notifica" - -#~ msgid "Error al eliminar la notificación" -#~ msgstr "Errore durante l'eliminazione della notifica" - -#~ msgid "Error al modificar la notificación" -#~ msgstr "Errore durante l'aggiornamento della notifica" - -#~ msgid "Error al obtener la notificación" -#~ msgstr "Errore durante la ricezione della notifica" - -#~ msgid "Error al obtener las notificaciones" -#~ msgstr "Impossibile ottenere le notifiche" - -#~ msgid "Error al crear el plugin" -#~ msgstr "Errore durante la creazione del plug-in" - -#~ msgid "Error al eliminar el plugin" -#~ msgstr "Errore durante l'eliminazione del plug-in" - -#~ msgid "Error al actualizar el plugin" -#~ msgstr "Errore durante l'aggiornamento del plug-in" - -#~ msgid "Habilitado" -#~ msgstr "Abilitato" - -#~ msgid "Error al crear perfil" -#~ msgstr "Errore durante la creazione del profilo" - #~ msgid "Perfil en uso" #~ msgstr "Profilo in uso" -#~ msgid "Error al eliminar perfil" -#~ msgstr "Errore durante l'eliminazione del profilo" - -#~ msgid "Error al modificar perfil" -#~ msgstr "Errore durante la modifica del profilo" - -#~ msgid "Enlace visualizado" -#~ msgstr "Visualizza link" - -#~ msgid "Error al actualizar enlace" -#~ msgstr "Errore durante l'aggiornamento del link" - -#~ msgid "Enlace ya creado" -#~ msgstr "Link già creato" - -#~ msgid "Error al crear enlace" -#~ msgstr "Errore durante la creazione del collegamento" - -#~ msgid "Error al eliminar enlace" -#~ msgstr "Errore durante la rimozione del collegamento" - -#~ msgid "Error al renovar enlace" -#~ msgstr "Errore durante il rinnovo del link" - #~ msgid "Actualizar Enlace" #~ msgstr "Link di aggiornamento" -#~ msgid "Error al obtener enlace" -#~ msgstr "Impossibile ottenere il collegamento" - -#~ msgid "ON" -#~ msgstr "ON" - -#~ msgid "OFF" -#~ msgstr "OFF" - -#~ msgid "Etiqueta duplicada" -#~ msgstr "Tag duplicata" - -#~ msgid "Error al crear etiqueta" -#~ msgstr "Errore durante la creazione del tag" - -#~ msgid "Error al eliminar etiqueta" -#~ msgstr "Errore durante la rimozione del tag" - -#~ msgid "Error al actualizar etiqueta" -#~ msgstr "Errore durante l'aggiornamento del tag" - #~ msgid "Error al obtener etiqueta" #~ msgstr "Errore nell'ottenere il tag" -#~ msgid "Login/email de usuario duplicados" -#~ msgstr "Login/email utente duplicati" - -#~ msgid "Error al obtener los datos del usuario" -#~ msgstr "Errore nell'ottenere dati utente" - -#~ msgid "No se encontraron objetos para sincronizar" -#~ msgstr "Nessun oggetto trovato da sincronizzare" - #~ msgid "Sincronización finalizada" #~ msgstr "Sincronizzazione completata" @@ -3575,373 +7952,24 @@ msgstr "Link" #~ msgid "Error al obtener grupo de usuarios" #~ msgstr "Impossibile ottenere il gruppo di utenti" -#~ msgid "Error en comprobación de hash" -#~ msgstr "Errore nel controllo hash" - -#~ msgid "Hash inválido o expirado" -#~ msgstr "Hash non valido o scaduto" - -#~ msgid "Error al generar el hash de recuperación" -#~ msgstr "Errore durante la generazione dell'hash di ripristino" - #~ msgid "Actualizando preferencias" #~ msgstr "Aggiornamento delle preferenze" #~ msgid "No es posible leer/escribir el archivo: %s" #~ msgstr "Non è possibile leggere / scrivere il file: %s" -#~ msgid "No hay elementos para guardar" -#~ msgstr "Non ci sono oggetti da salvare" - -#~ msgid "Socket no inicializado" -#~ msgstr "Socket non inizializzato" - -#~ msgid "Error al enviar datos" -#~ msgstr "Errore nell'invio dei dati" - #~ msgid "Respuesta" #~ msgstr "Risposta" -#~ msgid "Fallo de autentificación" -#~ msgstr "Errore di autenticazione" - -#~ msgid "Error al realizar la consulta" -#~ msgstr "Impossibile eseguire la query" - -#~ msgid "URL de conexión no establecida" -#~ msgstr "URL di connessione non stabilito" - -#~ msgid "Ver Detalles" -#~ msgstr "Visualizzare dettagli" - -#~ msgid "Copiar" -#~ msgstr "Copia" - -#~ msgid "Restaurar" -#~ msgstr "Ripristina" - -#~ msgid "Descargar" -#~ msgstr "Download" - -#~ msgid "Crítico" -#~ msgstr "Critico" - -#~ msgid "Recibir notificaciones?" -#~ msgstr "Ricevere notifiche?" - -#~ msgid "Marcar Favorito" -#~ msgstr "Imposta preferito" - -#~ msgid "Limpiar Selección" -#~ msgstr "Annulla selezione" - -#~ msgid "Mostrar Favoritos" -#~ msgstr "Mostra Preferiti" - -#, fuzzy -#~ msgid "Mostrar Todos" -#~ msgstr "Mostra tutto" - -#~ msgid "Ahora" -#~ msgstr "Ora" - -#~ msgid "" -#~ "Este proceso importará los usuarios de LDAP detectados. Desea continuar?" -#~ msgstr "Questo processo importa gli utenti LDAP rilevati. Vuoi continuare?" - -#~ msgid "" -#~ "Esta acción restablecerá todos los datos del plugin. Desea continuar?" -#~ msgstr "" -#~ "Questa azione ripristinerà tutti i dati del plugin. Vuoi continuare?" - -#~ msgid "Fecha Caducidad Clave" -#~ msgstr "Data di scadenza chiave" - -#~ msgid "Seleccionar Fecha" -#~ msgstr "Seleziona la data" - #~ msgid "Accesos" #~ msgstr "Accesso" -#~ msgid "Seleccionar Usuarios" -#~ msgstr "Seleziona utenti" - -#~ msgid "Seleccionar Grupos" -#~ msgstr "Seleziona gruppi" - -#~ msgid "Cuenta Privada" -#~ msgstr "Password privata" - -#~ msgid "Privada" -#~ msgstr "Privata" - -#~ msgid "Seleccionar Etiquetas" -#~ msgstr "Selezionare tags" - -#~ msgid "Cuenta Vinculada" -#~ msgstr "Account collegato" - -#~ msgid "Seleccionar Cuenta" -#~ msgstr "Seleziona account" - -#~ msgid "Enlace Público" -#~ msgstr "Link pubblico" - -#~ msgid "Detalles" -#~ msgstr "Dettagli" - -#~ msgid "Fecha de Clave" -#~ msgstr "Data della password" - -#~ msgid "Tamaño máximo de archivo: %d MB" -#~ msgstr "Dimensione massima del file: %d MB" - #~ msgid "Cuentas Vinculadas" #~ msgstr "Account collegati" -#~ msgid "Clave Caducada" -#~ msgstr "Chiave scaduta" - -#~ msgid "Ver en Wiki" -#~ msgstr "Visualizza in Wiki" - -#~ msgid "Buscar cuentas con la clave caducada" -#~ msgstr "Cerca account con la chiave scaduta" - -#~ msgid "Filtrar Favoritos" -#~ msgstr "Filtro Preferiti" - -#~ msgid "Más Filtros" -#~ msgstr "Più filtri" - -#~ msgid "Seleccionar Etiqueta" -#~ msgstr "Seleziona tag" - -#~ msgid "Copia BBDD" -#~ msgstr "Copia BBDD" - -#~ msgid "Copia sysPass" -#~ msgstr "Copia sysPass" - -#~ msgid "Eventos" -#~ msgstr "Eventi" - -#~ msgid "Habilitar Syslog" -#~ msgstr "Abilita Syslog" - -#~ msgid "Habilitar Syslog Remoto" -#~ msgstr "Abilita Syslog remoto" - -#~ msgid "Nombre o dirección IP" -#~ msgstr "Nome o indirizzo IP" - -#~ msgid "Habilitar Enlaces Públicos" -#~ msgstr "Abilita collegamenti pubblici" - -#~ msgid "" -#~ "Habilita la posibilidad de generar enlaces públicos para ver los detalles " -#~ "de una cuenta." -#~ msgstr "" -#~ "Abilita la possibilità di generare collegamenti pubblici per visualizzare " -#~ "i dettagli di un account." - -#, fuzzy -#~ msgid "" -#~ "Las cuentas enlazadas serán visibles por cualquiera que disponga del " -#~ "enlace." -#~ msgstr "Gli account collegati saranno visibili da chiunque abbia il link." - -#, fuzzy -#~ msgid "" -#~ "Para crear enlaces, los usuarios tienen que tener activada la opción en " -#~ "su perfl." -#~ msgstr "" -#~ "Per creare collegamenti, gli utenti devono aver attivato l'opzione nel " -#~ "proprio profilo." - -#~ msgid "Tiempo de caducidad" -#~ msgstr "Scadenza" - -#~ msgid "Número máximo de visitas" -#~ msgstr "Numero massimo di visite" - -#~ msgid "Usar imagen para clave" -#~ msgstr "Usa l'immagine per la password" - -#~ msgid "La clave de la cuenta es visualizada como una imagen." -#~ msgstr "Il tasto account è visualizzato come un'immagine." - -#~ msgid "Copia de Configuración" -#~ msgstr "Copia della configurazione" - -#~ msgid "Plugins Cargados" -#~ msgstr "Plugin caricati" - -#~ msgid "Resultados" -#~ msgstr "Risultati" - -#~ msgid "DokuWiki API" -#~ msgstr "DokuWiki API" - -#~ msgid "Habilitar API de DokuWiki" -#~ msgstr "Abilita l'API di DokuWiki" - -#~ msgid "" -#~ "Habilita la conexión a la API XML-RPC de DokuWiki para los enlaces Wiki." -#~ msgstr "" -#~ "Abilita la connessione all'API XML-RPC DokuWiki per i collegamenti Wiki." - -#~ msgid "" -#~ "Para que esta característica funcione, es necesario habilitar los enlaces " -#~ "Wiki para el filtrado de cuentas." -#~ msgstr "" -#~ "Affinché questa funzione funzioni, è necessario abilitare i collegamenti " -#~ "Wiki per il filtraggio degli account." - -#~ msgid "URL API" -#~ msgstr "URL API" - -#~ msgid "URL de la API de DokuWiki." -#~ msgstr "URL dell'API DokuWiki." - -#~ msgid "URL Base" -#~ msgstr "URL di base" - -#~ msgid "URL base de DokuWiki." -#~ msgstr "URL di base di DokuWiki." - -#, fuzzy -#~ msgid "Usuario para conectar a la API de DokuWiki." -#~ msgstr "Utente per connettersi all'API DokuWiki." - -#~ msgid "Namespace" -#~ msgstr "Spazio dei nomi" - -#~ msgid "Namespace utilizado para buscar las páginas." -#~ msgstr "Spazio dei nomi utilizzato per cercare nelle pagine." - -#~ msgid "Nivel" -#~ msgstr "Livello" - -#~ msgid "Eliminar Seleccionados" -#~ msgstr "Eliminare selezioni" - -#~ msgid "Nombre del plugin" -#~ msgstr "Nome del plugin" - -#~ msgid "Versión del plugin" -#~ msgstr "Versione del plugin" - -#~ msgid "Versión Compatible" -#~ msgstr "Versione compatibile" - -#~ msgid "Versión de sysPass compatible" -#~ msgstr "Versione di susPass compatibile" - -#~ msgid "Autor" -#~ msgstr "Autore" - -#~ msgid "Autor del plugin" -#~ msgstr "Autore del plugin" - -#~ msgid "Publicar enlace a cuenta" -#~ msgstr "Invia link al tuo account" - -#~ msgid "Publicar Enlace" -#~ msgstr "Post Link" - -#~ msgid "Crear cuenta privada" -#~ msgstr "Crea un account privato" - -#~ msgid "Asignar permisos" -#~ msgstr "Assegna le autorizzazioni" - -#~ msgid "Gestión de enlaces" -#~ msgstr "Gestione dei collegamenti" - -#~ msgid "Gestión de cuentas" -#~ msgstr "Gestione degli account" - -#~ msgid "Gestión de etiquetas" -#~ msgstr "Gestione dei tag" - -#~ msgid "Hash" -#~ msgstr "Hash" - -#~ msgid "Uso" -#~ msgstr "Uso" - -#~ msgid "Nombre de la etiqueta" -#~ msgstr "Nome del tag" - #~ msgid "Hay %d notificaciones pendientes" #~ msgstr "Sono presenti %d notifiche in sospeso" -#~ msgid "Demo" -#~ msgstr "Demo" - -#~ msgid "Instalación %s" -#~ msgstr "Installazione %s" - -#~ msgid "Admin de sysPass" -#~ msgstr "Amministratore di sysPass" - -#~ msgid "Clave Anterior" -#~ msgstr "Password precedente" - -#~ msgid "Actualización %s" -#~ msgstr "Aggiorna %s" - -#, fuzzy -#~ msgid "" -#~ "Este código se encuentra en el archivo de configuración de sysPass con la " -#~ "etiqueta \"upgradeKey\"" -#~ msgstr "" -#~ "Questo codice può essere trovato nel file di configurazione sysPass con " -#~ "l'etichetta \"upgradeKey\"" - -#~ msgid "Resultados de búsqueda de '%s'" -#~ msgstr "Cerca risultati per '%s'" - -#~ msgid "Página" -#~ msgstr "Pagina" - -#~ msgid "No instalado" -#~ msgstr "Non installato" - -#~ msgid "Origen" -#~ msgstr "Sorgente" - -#~ msgid "Agente" -#~ msgstr "Agente" - -#, fuzzy -#~ msgid "" -#~ "Para mejorar/añadir las traducciones, puede colaborar en https://poeditor." -#~ "com/join/project/fmlsBuugyv" -#~ msgstr "" -#~ "Per migliorare / aggiungere traduzioni, puoi collaborare a https://" -#~ "poeditor.com/join/project/fmlsBuugyv" - -#~ msgid "Indica si el idioma se encuentra disponible" -#~ msgstr "Indica se la lingua è disponibile" - -#~ msgid "" -#~ "Si no está instalado, es necesario instalar las locales en el sistema " -#~ "operativo. Más información en Wiki." -#~ msgstr "" -#~ "Se non è installato, è necessario installare i locali nel sistema " -#~ "operativo. Maggiori informazioni su Wiki." - -#~ msgid "No hay no hay notificaciones pendientes" -#~ msgstr "Non ci sono notifiche in sospeso" - -#~ msgid "He realizado una copia de seguridad completa de sysPass" -#~ msgstr "Ho effettuato un backup completo di sysPass" - -#~ msgid "Por favor espere mientras el proceso se ejecuta" -#~ msgstr "Si prega di attendere mentre il processo è in esecuzione" - #~ msgid "Crear Usuario" #~ msgstr "Aggiungi utente" @@ -3996,346 +8024,12 @@ msgstr "Link" #~ msgid "Usuarios importados" #~ msgstr "Utenti importati" -#~ msgid "Solicitud" -#~ msgstr "Richiesta" - -#~ msgid "Acceso denegado" -#~ msgstr "Accesso negato" - -#~ msgid "Error al añadir las etiquetas de la cuenta" -#~ msgstr "Errore durante l'aggiunta di tag account" - -#~ msgid "Se ha producido una excepción" -#~ msgstr "Si è verificata un'eccezione" - -#~ msgid "Nueva Notificación" -#~ msgstr "Nuova notifica" - -#~ msgid "Grupos eliminados" -#~ msgstr "Gruppi eliminati" - -#~ msgid "Perfiles eliminados" -#~ msgstr "Profili eliminati" - -#~ msgid "Clientes eliminados" -#~ msgstr "Clienti eliminati" - -#~ msgid "Categorías eliminadas" -#~ msgstr "Categorie eliminate" - -#~ msgid "Autorizaciones eliminadas" -#~ msgstr "Autorizzazioni eliminate" - -#~ msgid "Campos eliminados" -#~ msgstr "Campi eliminati" - -#~ msgid "Enlaces eliminados" -#~ msgstr "Collegamenti cancellati" - -#~ msgid "Etiquetas eliminadas" -#~ msgstr "Tags eliminate" - -#~ msgid "Archivos eliminados" -#~ msgstr "Files eliminati" - -#~ msgid "Cuentas eliminadas" -#~ msgstr "Accounts eliminati" - -#~ msgid "Notificación creada" -#~ msgstr "Notifica creata" - -#~ msgid "Notificaciones eliminadas" -#~ msgstr "Notifica eliminata" - -#~ msgid "Usando clave temporal" -#~ msgstr "Utilizzo della chiave temporanea" - -#~ msgid "Clave temporal caducada" -#~ msgstr "Chiave temporanea scaduta" - #~ msgid "Sesión" #~ msgstr "Sessione" -#~ msgid "Error al comprobar la base de datos" -#~ msgstr "Errore durante il controllo del database" - -#~ msgid "Intente de nuevo la instalación" -#~ msgstr "Prova di nuovo l'installazione" - -#~ msgid "Es necesario un componente" -#~ msgstr "Un componente è necessario" - -#~ msgid "Es necesario un tipo" -#~ msgstr "È necessario un tipo" - -#~ msgid "Es necesario un destinatario" -#~ msgstr "È richiesta una destinazione" - -#~ msgid "Error procesando línea" -#~ msgstr "Errore durante l'elaborazione della linea" - -#~ msgid "Cuentas importadas" -#~ msgstr "Account importati" - -#~ msgid "Archivo no encontrado" -#~ msgstr "File non trovato" - -#~ msgid "Grupo no encontrado" -#~ msgstr "Gruppo non trovato" - -#~ msgid "Notificación no encontrada" -#~ msgstr "Notifica non trovata" - -#~ msgid "Plugin no encontrado" -#~ msgstr "Plugin non trovato" - -#~ msgid "Perfil no encontrado" -#~ msgstr "Profile non trovato" - -#~ msgid "Enlace no encontrado" -#~ msgstr "Link non trovato" - -#~ msgid "Etiqueta no encontrada" -#~ msgstr "Tag non trovato" - -#~ msgid "Usuario no encontrado" -#~ msgstr "Utente non trovato" - -#~ msgid "Consulta en blanco" -#~ msgstr "Richiesta vuota" - -#~ msgid "Cuenta Privada Grupo" -#~ msgstr "Gruppo di account privato" - -#~ msgid "Privada Grupo" -#~ msgstr "Gruppo privato" - -#~ msgid "Sólo es necesaria para archivos XML de sysPass encriptados." -#~ msgstr "È necessario solo per i file XML sysPass crittografati." - -#, fuzzy -#~ msgid "" -#~ "Sólo es necesaria para archivos XML de sysPass con clave maestra distinta " -#~ "de la actual." -#~ msgstr "" -#~ "È necessario solo per i file XML sysPass con una password master diversa " -#~ "da quella corrente." - -#~ msgid "Sólo es necesario para archivos CSV." -#~ msgstr "È necessario solo per i file CSV." - -#, fuzzy -#~ msgid "" -#~ "\"nombre_de_cuenta\";\"cliente\";\"categoría\";\"url\";\"usuario\";\"clave" -#~ "\";\"notas\"" -#~ msgstr "" -#~ "\"nome_account\";\"cliente\";\"categoria\";\"url\";\"utente\";\"password" -#~ "\";\"note\"" - -#~ msgid "Crear cuenta privada para grupo" -#~ msgstr "Crea un account privato per il gruppo" - -#~ msgid "Notificación global" -#~ msgstr "Notifica globale" - -#~ msgid "Global" -#~ msgstr "Globale" - -#~ msgid "No es posible iniciar una transacción" -#~ msgstr "Non è possibile iniziare una transazione" - #~ msgid "No es posible finalizar una transacción" #~ msgstr "Non è possibile terminare una transazione" -#~ msgid "Clave Maestra %s" -#~ msgstr "Master Password %s" - -#, fuzzy -#~ msgid "" -#~ "Se ha generado una nueva clave para el acceso a sysPass y se solicitará " -#~ "en el siguiente inicio." -#~ msgstr "" -#~ "Una nuova password è stata generata per l'accesso a sysPass e sarà " -#~ "richiesta al prossimo avvio." - -#~ msgid "La nueva clave es: %s" -#~ msgstr "La nuova Master Password è: %s" - -#~ msgid "No olvide acceder lo antes posible para guardar los cambios." -#~ msgstr "" -#~ "Non dimenticare di accedere il prima possibile per salvare le modifiche." - -#, fuzzy -#~ msgid "Este proceso puede durar algo de tiempo. Desea continuar?" -#~ msgstr "Questo processo potrebbe richiedere del tempo. Vuoi continuare?" - -#~ msgid "Búsqueda" -#~ msgstr "Ricerca" - -#~ msgid "" -#~ "Envía un correo a todos los usuarios o sólo a los del grupo seleccionado." -#~ msgstr "" -#~ "Invia un'email a tutti gli utenti o solo a quelli del gruppo selezionato." - -#~ msgid "Enviar correo" -#~ msgstr "Manda mail" - -#~ msgid "XML" -#~ msgstr "XML" - -#~ msgid "CSV" -#~ msgstr "CSV" - -#~ msgid "Cuenta no encontrada" -#~ msgstr "Account non trovato" - -#~ msgid "Hash de clave maestra actualizado" -#~ msgstr "Ha aggiornato l'hash della chiave principale" - -#~ msgid "Error al actualizar el hash de la clave maestra" -#~ msgstr "Impossibile aggiornare l'hash della password principale" - -#~ msgid "Usuarios eliminados" -#~ msgstr "Utenti eliminati" - -#~ msgid "Notificación actualizada" -#~ msgstr "Notifica aggiornata" - -#~ msgid "Restricción de integridad" -#~ msgstr "Vincolo di integrità" - -#~ msgid "Actualizar hash de clave maestra" -#~ msgstr "Aggiorna hash chiave principale" - -#~ msgid "Modificada" -#~ msgstr "Modificata" - -#~ msgid "Eliminada" -#~ msgstr "Rimossa" - -#~ msgid "Cuentas (H)" -#~ msgstr "Accounts (H)" - -#~ msgid "Clave de encriptación incorrecta" -#~ msgstr "Chiave di crittografia errata" - -#, fuzzy -#~ msgid "Devolver las cuentas en las que 'login' es propietario" -#~ msgstr "Restituisci i conti in cui \"login\" è il proprietario" - -#, fuzzy -#~ msgid "Devolver las cuentas con grupo principal 'group_name'" -#~ msgstr "Restituisci account con il gruppo 'group_name'" - -#, fuzzy -#~ msgid "Devolver las cuentas privadas del usuario actual" -#~ msgstr "Restituisce gli account privati ​​dell'utente corrente" - -#~ msgid "OP Cache" -#~ msgstr "OP Cache" - -#~ msgid "Código de seguridad incorrecto" -#~ msgstr "Codice di sicurezza errato" - -#~ msgid "Es necesario confirmar la actualización" -#~ msgstr "È necessario confermare l'aggiornamento" - -#~ msgid "En 5 segundos será redirigido al login" -#~ msgstr "In 5 secondi verrai reindirizzato per accedere" - -#~ msgid "Error al aplicar la actualización de la aplicación" -#~ msgstr "Errore durante l'applicazione dell'aggiornamento dell'applicazione" - -#~ msgid "Tamaño máximo de archivo en kilobytes" -#~ msgstr "Dimensione massima del file in kilobyte" - -#~ msgid "Actualización de Aplicación" -#~ msgstr "Aggiornamento dell'applicazione" - -#~ msgid "" -#~ "Se han encontrado elementos huérfanos. Por favor, modifique estos " -#~ "elementos o indique los IDs por defecto para los elementos huérfanos." -#~ msgstr "" -#~ "Sono stati trovati elementi orfani. Si prega di modificare questi " -#~ "elementi o indicare gli ID di default per gli elementi orfani." - -#~ msgid "Introducir un ID de usuario válido para cuentas" -#~ msgstr "Inserisci un ID utente valido per gli account" - -#~ msgid "Introducir un ID de categoría válido para cuentas" -#~ msgstr "Inserisci un ID di categoria valido per gli account" - -#, fuzzy -#~ msgid "Introducir un ID de cliente válido para cuentas" -#~ msgstr "Inserisci un ID cliente valido per gli account" - -#~ msgid "Introducir un ID de grupo válido para usuarios" -#~ msgstr "Inserisci un ID di gruppo valido per gli utenti" - -#~ msgid "Introducir un ID de perfil válido para usuarios" -#~ msgstr "Inserisci un ID profilo valido per gli utenti" - -#~ msgid "" -#~ "Esta actualización utiliza un nuevo esquema de encriptación, por lo que " -#~ "es necesario reencriptar los datos almacenados" -#~ msgstr "" -#~ "Questo aggiornamento utilizza un nuovo schema di crittografia, pertanto è " -#~ "necessario crittografare nuovamente i dati memorizzati" - -#, fuzzy -#~ msgid "" -#~ "Se van a actualizar %s cuentas. Este proceso puede tardar algo de tiempo." -#~ msgstr "" -#~ "Aggiornerai %s account. Questo processo potrebbe richiedere del tempo." - -#~ msgid "Para más información consulte: %s" -#~ msgstr "Per maggiori informazioni vedi: %s" - -#~ msgid "Introducir login de usuario válido" -#~ msgstr "Inserisci un accesso utente valido" - -#~ msgid "Intentos excedidos" -#~ msgstr "Numero massimo di tentativi superati" - -#~ msgid "Clave del token" -#~ msgstr "Token's Password" - -#~ msgid "Intentos excedidos (%d/%d)" -#~ msgstr "Numero massimo di tentativi superati (%d/%d)" - -#~ msgid "IP inválida" -#~ msgstr "Indirizzo IP non valido" - -#~ msgid "Token no encontrado" -#~ msgstr "Token non trovato" - -#~ msgid "Error al crear track" -#~ msgstr "Errore durante la creazione della traccia" - -#~ msgid "Error al eliminar track" -#~ msgstr "Errore durante l'eliminazione della traccia" - -#~ msgid "Error al actualizar track" -#~ msgstr "Errore durante l'aggiornamento della traccia" - -#~ msgid "Error al obtener track" -#~ msgstr "Errore nell'ottenere traccia" - -#~ msgid "Error al obtener tracks" -#~ msgstr "Errore durante il recupero delle tracce" - -#, fuzzy -#~ msgid "" -#~ "Los elementos exportados son cuentas, clientes, categorías y etiquetas." -#~ msgstr "Gli articoli esportati sono account, clienti, categorie e tag." - -#, fuzzy -#~ msgid "Si no se indican los IDs, se crearán nuevos elementos." -#~ msgstr "Se gli ID non vengono indicati, verranno creati nuovi elementi." - -#~ msgid "Esperando actualización de progreso ..." -#~ msgstr "In attesa dell'aggiornamento ..." - #~ msgid "Actualizando IDs de cuentas" #~ msgstr "Aggiornamento degli ID account" @@ -4354,771 +8048,33 @@ msgstr "Link" #~ msgid "Actualizando IDs de usuarios" #~ msgstr "Aggiornamento degli ID utente" -#, fuzzy -#~ msgid "" -#~ "Realizando tarea. Por favor, no cierre la ventana/pestaña del navegador." -#~ msgstr "" -#~ "Fare i compiti Per favore, non chiudere la finestra / scheda del browser." - -#~ msgid "Incluir Letras" -#~ msgstr "Includi lettere" - -#~ msgid "Sesión Encriptada" -#~ msgstr "Sessione crittografata" - -#, fuzzy -#~ msgid "Indica si los datos de la sesión están encriptados en el servidor" -#~ msgstr "Indica se i dati della sessione sono crittografati sul server" - -#~ msgid "Sí" -#~ msgstr "Si" - -#~ msgid "No" -#~ msgstr "No" - -#, fuzzy -#~ msgid "Cookies deshabilitadas. La aplicación no funcionará correctamente." -#~ msgstr "Cookie disabilitati L'applicazione non funzionerà correttamente." - -#~ msgid "Portapapeles no soportado por el navegador." -#~ msgstr "Appunti non supportati dal browser." - -#~ msgid "Atributo Login" -#~ msgstr "Attributo login" - -#~ msgid "" -#~ "Define el atributo a utilizar para el login del usuario en la importación." -#~ msgstr "" -#~ "Definisce l'attributo da utilizzare per il login dell'utente " -#~ "nell'importazione." - -#, fuzzy -#~ msgid "" -#~ "Habilita el acceso a los usuarios que estén incluidos en los grupos " -#~ "secundarios." -#~ msgstr "Consente l'accesso agli utenti inclusi nei gruppi figlio." - -#, fuzzy -#~ msgid "" -#~ "Por defecto el usuario de un grupo secundario es permitido si el grupo " -#~ "secundario está establecido como el primario del usuario." -#~ msgstr "" -#~ "Per impostazione predefinita, l'utente di un gruppo secondario è " -#~ "consentito se il gruppo secondario è stabilito come primario dell'utente." - -#~ msgid "Acceso Grupos Secundarios" -#~ msgstr "Accesso ai gruppi secondari" - -#~ msgid "Encriptar los datos de la sesión de PHP." -#~ msgstr "Cripta i dati della sessione PHP." - -#~ msgid "" -#~ "Esta funcionalidad incrementa la seguridad de las sesiones de PHP ya que " -#~ "los datos almacenados no serán legibles." -#~ msgstr "" -#~ "Questa funzionalità aumenta la sicurezza delle sessioni PHP poiché i dati " -#~ "memorizzati non saranno leggibili." - -#~ msgid "Encriptar Sesión" -#~ msgstr "Cripta la sessione" - -#~ msgid "Atributo Nombre" -#~ msgstr "Attributo Nome" - -#~ msgid "" -#~ "Define el atributo a utilizar para el nombre del usuario en la " -#~ "importación." -#~ msgstr "" -#~ "Definisce l'attributo da utilizzare per il nome dell'utente " -#~ "nell'importazione." - -#~ msgid "Hay una versión más reciente del plugin {0} ({1})" -#~ msgstr "C'è una versione più recente del plugin {0} ({1})" - -#~ msgid "Versión de PHP requerida >= %s <= %s" -#~ msgstr "Required PHP version >= %s <= %s" - -#~ msgid "Actual: %s - Necesario: 750" -#~ msgstr "Current: %s - Needed: 750" - -#~ msgid "Acción no encontrada" -#~ msgstr "Action not found" - -#~ msgid "Contexto ya inicializado" -#~ msgstr "Context already initialized" - -#~ msgid "Contexto inválido" -#~ msgstr "Invalid context" - -#~ msgid "Contexto no inicializado" -#~ msgstr "Context not initialized" - -#~ msgid "Clase no válida para iconos" -#~ msgstr "Invalid icons class" - -#~ msgid "Tipo de filtro inválido" -#~ msgstr "Invalid filter type" - -#~ msgid "Tipo de objeto incorrecto" -#~ msgstr "Wrong object type" - -#~ msgid "Realizado por: %s (%s)" -#~ msgstr "Performed by: %s (%s)" - -#~ msgid "Dirección IP: %s" -#~ msgstr "IP Address: %s" - -#~ msgid "No es posible inicializar" -#~ msgstr "Unable to initialize" - -#~ msgid "Notificación" -#~ msgstr "Notification" - -#~ msgid "Error al eliminar los archivos" -#~ msgstr "Error while deleting the files" - -#~ msgid "Error al eliminar las cuentas" -#~ msgstr "Error while deleting the accounts" - -#~ msgid "Error al eliminar la categorías" -#~ msgstr "Error while deleting the categories" - -#~ msgid "Error al eliminar los clientes" -#~ msgstr "Error while deleting the clients" - -#~ msgid "Error al eliminar los campos personalizados" -#~ msgstr "Error while removing the custom fields" - -#~ msgid "Error al crear el tipo de campo" -#~ msgstr "Error while creating the field type" - -#~ msgid "Error al actualizar el tipo de campo" -#~ msgstr "Error while updating the field type" - -#~ msgid "Error al eliminar el tipo de campo" -#~ msgstr "Error while deleting the field type" - -#~ msgid "Error al eliminar las notificaciones" -#~ msgstr "Error while deleting the notifications" - #~ msgid "El enlace no existe" #~ msgstr "The link does not exist" -#~ msgid "Error al eliminar etiquetas" -#~ msgstr "Error while removing the tags" - -#~ msgid "Error al eliminar los usuarios" -#~ msgstr "Error while deleting the users" - -#~ msgid "El usuario no existe" -#~ msgstr "User does not exist" - -#~ msgid "Error al eliminar los perfiles" -#~ msgstr "Error while removing the profiles" - -#~ msgid "Cuentas actualizadas: %d / %d" -#~ msgstr "Accounts updated: %d / %d" - -#~ msgid "Cuentas actualizadas: %d / %d - %d%% - ETA: %ds (%.2f/s)" -#~ msgstr "Updated accounts: %d / %d - %d%% - ETA: %ds (%.2f/s)" - -#~ msgid "Error al eliminar archivos" -#~ msgstr "Error while deleting the files" - -#~ msgid "Fomato incorrecto" -#~ msgstr "Invalid format" - -#~ msgid "Id de etiqueta" -#~ msgstr "Tag Id" - -#~ msgid "Error al eliminar tokens" -#~ msgstr "Error while removing the tokens" - -#~ msgid "Copiando base de datos" -#~ msgstr "Copying database" - -#~ msgid "Copiando aplicación" -#~ msgstr "Copying application" - -#~ msgid "Parámetro no encontrado (%s)" -#~ msgstr "Parameter not found (%s)" - -#~ msgid "Rollback" -#~ msgstr "Rollback" - -#~ msgid "Error al comprobar clave temporal" -#~ msgstr "Error while checking the temporary password" - -#~ msgid "Campo no encontrado" -#~ msgstr "Field not found" - -#~ msgid "Error al eliminar los campos" -#~ msgstr "Error while deleting the fields" - -#~ msgid "Exportando categorías" -#~ msgstr "Exporting categories" - -#~ msgid "Exportando clientes" -#~ msgstr "Exporting clients" - -#~ msgid "Exportando etiquetas" -#~ msgstr "Exporting tags" - -#~ msgid "Exportando cuentas" -#~ msgstr "Exporting accounts" - -#~ msgid "Cuenta importada" -#~ msgstr "Account imported" - -#~ msgid "Importación XML KeePass" -#~ msgstr "KeePass XML Import" - -#~ msgid "Categoría importada" -#~ msgstr "Category imported" - -#~ msgid "Importación XML sysPass" -#~ msgstr "sysPass XML Import" - -#~ msgid "Datos desencriptados" -#~ msgstr "Data unencrypted" - -#~ msgid "Cliente importado" -#~ msgstr "Client imported" - -#~ msgid "Etiqueta importada" -#~ msgstr "Tag imported" - -#~ msgid "Formato no detectado" -#~ msgstr "Format not detected" - -#~ msgid "Not implemented" -#~ msgstr "Not implemented" - -#~ msgid "No es posible comprobar el usuario de sysPass (%s)" -#~ msgstr "Unable to check the sysPass user (%s)" - -#~ msgid "Error al crear la BBDD ('%s')" -#~ msgstr "Error while creating the DB ('%s')" - -#~ msgid "Importado desde LDAP" -#~ msgstr "Imported from LDAP" - -#~ msgid "Prueba de correo" -#~ msgstr "Mail test" - -#~ msgid "" -#~ "Esto es una prueba de correo para verificar el correcto funcionamiento de " -#~ "la configuración." -#~ msgstr "" -#~ "This is a test email in order to verify that the configuration is working " -#~ "right." - -#~ msgid "Error al eliminar los enlaces" -#~ msgstr "Error while removing the links" - -#~ msgid "No es posible crear archivo de bloqueo" -#~ msgstr "Unable to create the lock file" - -#~ msgid "Segundos" -#~ msgstr "Seconds" - -#~ msgid "Actualizar Aplicación" -#~ msgstr "Update Application" - -#~ msgid "Actualización de campos personalizados" -#~ msgstr "Custom fields update" - -#~ msgid "Campo" -#~ msgstr "Field" - -#~ msgid "Actualización de enlaces públicos" -#~ msgstr "Public links update" - -#~ msgid "Enlace" -#~ msgstr "Link" - -#~ msgid "Error al eliminar los grupos" -#~ msgstr "Error while deleting the groups" - -#~ msgid "No es posible leer el archivo (%s)" -#~ msgstr "Unable to read/write file (%s)" - #~ msgid "Error al leer datos del archivo (%s)" #~ msgstr "Error while reading file data (%s)" -#~ msgid "No es posible crear el directorio (%s)" -#~ msgstr "Unable to create the directory (%s)" - -#~ msgid "No es posible escribir en el archivo (%s)" -#~ msgstr "Unable to read/write the file (%s)" - -#~ msgid "No es posible abrir el archivo (%s)" -#~ msgstr "Unable to open the file (%s)" - #~ msgid "Error al eliminar el archivo (%s)" #~ msgstr "Error while deleting the file (%s)" #~ msgid "No es posible leer/escribir el archivo (%s)" #~ msgstr "Unable to read/write the file (%s)" -#~ msgid "Error al descomprimir datos del archivo (%s)" -#~ msgstr "Error while decompressing the file data (%s)" - -#~ msgid "Error al obtener los datos" -#~ msgstr "Error while retrieving the data" - -#~ msgid "Error al comprimir datos del archivo (%s)" -#~ msgstr "Error while compressing the file data (%s)" - #~ msgid "Error al escribir datos en el archivo (%s)" #~ msgstr "Error while writing data to file (%s)" -#~ msgid "Datos no cargados" -#~ msgstr "Data not loaded" - -#~ msgid "No es posible cerrar el archivo (%s)" -#~ msgstr "Unable to close the file (%s)" - -#~ msgid "Cuenta visualizada" -#~ msgstr "Account displayed" - -#~ msgid "Clave visualizada" -#~ msgstr "Password viewed" - -#~ msgid "Exportación de sysPass en XML" -#~ msgstr "sysPass XML export" - #~ msgid "Etiqueta" #~ msgstr "Tag" -#~ msgid "Es necesario actualizar" -#~ msgstr "Updating needed" - -#~ msgid "HTTPS" -#~ msgstr "HTTPS" - -#~ msgid "Clave copiada" -#~ msgstr "Password copied" - -#~ msgid "Archivo visualizado" -#~ msgstr "File viewed" - -#~ msgid "Archivo descargado" -#~ msgstr "File downloaded" - -#~ msgid "Extensión: %s" -#~ msgstr "Extension: %s" - -#~ msgid "Archivo: %s" -#~ msgstr "File: %s" - -#~ msgid "Máximo tamaño: %s" -#~ msgstr "Maximum size: %s" - -#~ msgid "Máximo tamaño: %d KB" -#~ msgstr "Maximum size: %d KB" - -#~ msgid "Archivo Eliminado" -#~ msgstr "File Deleted" - -#~ msgid "Autorización" -#~ msgstr "Authorization" - -#~ msgid "Autorización visualizada" -#~ msgstr "Authorization viewed" - -#~ msgid "Archivos habilitados" -#~ msgstr "Files enabled" - -#~ msgid "Archivos deshabilitados" -#~ msgstr "Files disabled" - -#~ msgid "Enlaces públicos habilitados" -#~ msgstr "Public links enabled" - -#~ msgid "Enlaces públicos deshabilitados" -#~ msgstr "Public links disabled" - -#~ msgid "Esta clave estará activa hasta: %s" -#~ msgstr "This password will be valid until: %s" - -#~ msgid "Email enviado" -#~ msgstr "Email sent" - -#~ msgid "Error al enviar email" -#~ msgstr "Error while sending the email" - -#~ msgid "Syslog remoto habilitado" -#~ msgstr "Remote syslog enabled" - -#~ msgid "Auth Basic habilitada" -#~ msgstr "Auth Basic enabled" - -#~ msgid "Auth Basic deshabiltada" -#~ msgstr "Auth Basic disabled" - -#~ msgid "No se importaron cuentas" -#~ msgstr "No accounts were imported" - -#~ msgid "Parámetros de LDAP incorrectos" -#~ msgstr "Wrong LDAP parameters" - -#~ msgid "Importación LDAP" -#~ msgstr "LDAP Import" - -#~ msgid "Usuarios importados: %d / %d" -#~ msgstr "Imported users: %d / %d" - -#~ msgid "Errores: %d" -#~ msgstr "Errors: %d" - -#~ msgid "Compruebe su buzón de correo" -#~ msgstr "Please, check your inbox" - -#~ msgid "DokuWiki habilitada" -#~ msgstr "DokuWiki enabled" - -#~ msgid "Ver Campo" -#~ msgstr "View Field" - -#~ msgid "Nuevo Enlace" -#~ msgstr "New Link" - -#~ msgid "No disponible" -#~ msgstr "Unavailable" - -#~ msgid "Refrescar" -#~ msgstr "Refresh" - -#~ msgid "Sólo Admins" -#~ msgstr "Only Admins" - -#~ msgid "Nuevo Enlace Público" -#~ msgstr "New Public Link" - -#~ msgid "Editar Enlace Público" -#~ msgstr "Edit Public Link" - -#~ msgid "Versión no disponible" -#~ msgstr "Version unavailable" - -#~ msgid "Notificaciones no disponibles" -#~ msgstr "Notifications not available" - -#~ msgid "Datos incorrectos" -#~ msgstr "Wrong data" - -#~ msgid "No es posible recuperar la clave" -#~ msgstr "Unable to reset the password" - -#~ msgid "Es necesario una cuenta" -#~ msgstr "An account is needed" - -#~ msgid "Realizando auto-login" -#~ msgstr "Performing auto-login" - -#~ msgid "Abrir enlace a: %s" -#~ msgstr "Open link to: %s" - -#~ msgid "Cuenta Privada (Grupo)" -#~ msgstr "Private Account (Group)" - -#~ msgid "Notes" -#~ msgstr "Notes" - -#~ msgid "Usar Auth Basic" -#~ msgstr "Use Auth Basic" - #~ msgid "Usar auto-login con Auth Basic" #~ msgstr "Use auto-login through Auth Basic" -#~ msgid "Dominio" -#~ msgstr "Domain" - -#~ msgid "" -#~ "El dominio será añadido al nombre de usuario de sysPass para comprobarlo " -#~ "con el de Auth Basic." -#~ msgstr "" -#~ "The domain will be added to sysPass user name for checking against the " -#~ "Auth Basic one." - -#~ msgid "Nombre de dominio" -#~ msgstr "Domain name" - -#~ msgid "" -#~ "Define el grupo de usuarios por defecto para los nuevos usuarios de SSO." -#~ msgstr "Sets the default users group for newly created SSO users" - -#~ msgid "" -#~ "Define el perfil de usuarios por defecto para los nuevos usuarios de SSO." -#~ msgstr "Sets the default profile for the newly created SSO users." - -#~ msgid "Importación" -#~ msgstr "Import" - -#~ msgid "Importar Grupos" -#~ msgstr "Import Groups" - -#~ msgid "Atributo Nombre Grupo" -#~ msgstr "Group Name Attribute" - -#~ msgid "" -#~ "Define el atributo a utilizar para el nombre del grupo en la importación." -#~ msgstr "Defines the attribute for the user group name when importing." - -#~ msgid "Filtro" -#~ msgstr "Filter" - -#~ msgid "Filtro para importar usuarios o grupos de LDAP." -#~ msgstr "Filter for importing LDAP users or groups." - -#~ msgid "Destinatarios" -#~ msgstr "Recipients" - -#~ msgid "Indica si el cliente es visible para todos los usuarios." -#~ msgstr "Sets whether the client is visible by all users" - -#~ msgid "" -#~ "Por defecto los clientes asignados a cuentas sólo son visibles para los " -#~ "usuarios con acceso a las cuentas." -#~ msgstr "" -#~ "By default, clients assigned to accounts only will be visible by users " -#~ "who are granted to access to the accounts." - -#~ msgid "URL" -#~ msgstr "URL" - -#~ msgid "Login SSO" -#~ msgstr "SSO Login " - -#~ msgid "Login de inicio de sesión con SSO" -#~ msgstr "Session login with SSO" - -#~ msgid "Sólo para administradores de la aplicación" -#~ msgstr "Only for application administrators" - -#~ msgid "Solo Admins" -#~ msgstr "Only Admins" - -#~ msgid "Para iniciar la actualización introduzca el código de seguridad" -#~ msgstr "Please enter the security code to start the upgrade" - -#~ msgid "No es posible cambiar el valor de la clave" -#~ msgstr "Unable to change password value" - -#~ msgid "Filtro incorrecto" -#~ msgstr "Wrong filter" - -#~ msgid "El campo personalizado no existe" -#~ msgstr "Custom field not found" - -#~ msgid "Error al eliminar los plugins" -#~ msgstr "Error while deleting 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 the configuration" - -#~ msgid "Tipo de campo no encontrado" -#~ msgstr "Field type not found" - -#~ msgid "Fallo en la verificación del hash de integridad" -#~ msgstr "Error while checking integrity hash" - -#~ msgid "Error al crear el usuario 'admin'" -#~ msgstr "Error while creating 'admin' user" - -#~ msgid "Error al seleccionar la BBDD '%s' (%s)" -#~ msgstr "Error while selecting '%s' database (%s)" - -#~ msgid "Servicio de correo no disponible" -#~ msgstr "Mail service unavailable" - #~ msgid "Error ol obtener la clave maestra del contexto" #~ msgstr "Error while retrieving master pass from context" -#~ msgid "Error ol establecer la clave maestra en el contexto" -#~ msgstr "Error while setting master password in context" - -#~ msgid "Track no encontrado" -#~ msgstr "Track not found" - -#~ msgid "Actualización de autorizaciones API" -#~ msgstr "API authorizations update" - -#~ msgid "No es posible leer desde el archivo (%s)" -#~ msgstr "Unable to read from file (%s)" - -#~ msgid "No es posible escribir el archivo (%s)" -#~ msgstr "Unable to write in file (%s)" - -#~ msgid "Archivo no encontrado (%s)" -#~ msgstr "File not found (%s)" - -#~ msgid "No es posible eliminar el archivo (%s)" -#~ msgstr "Unable to delete file (%s)" - -#~ msgid "El nodo XML no existe" -#~ msgstr "XML node does not exist" - -#~ msgid "Imagen no válida" -#~ msgstr "Invalid image" - -#~ msgid "Verificación de datos exportados finalizada" -#~ msgstr "Verification of exported data finished" - -#~ msgid "Encriptado" -#~ msgstr "Encrypted" - -#~ msgid "Error al actualizar los datos del campo personalizado" -#~ msgstr "Error while updating custom field's data" - -#~ msgid "Enlace Directo" -#~ msgstr "Direct Link" - -#~ msgid "Parámetros especiales" -#~ msgstr "Special parameters" - -#~ msgid "" -#~ "Es posible utilizar uno o varios parámetros especiales separados por " -#~ "espacios" -#~ msgstr "" -#~ "You could use either one or several special parameters separated by blank " -#~ "spaces" - -#~ msgid "Devolver la cuenta con ID" -#~ msgstr "Returns the account for the given ID" - -#~ msgid "Operador para los parámetros especiales" -#~ msgstr "Operator for special parameters" - -#~ msgid "Los datos serán encriptados al guardar" -#~ msgstr "Data will be encrypted after saving" - -#~ msgid "Los datos serán desencriptados al guardar" -#~ msgstr "Data will be unencrypted after saving" - -#~ msgid "Caducidad clave cuentas" -#~ msgstr "Accounts password expiry" - -#~ msgid "Habilita la caducidad de la clave de cuentas." -#~ msgstr "Enables the accounts password expiry date." - -#~ msgid "Tiempo caducidad clave" -#~ msgstr "Password expiry time" - -#~ msgid "Número de días para la caducidad de la clave de cuenta." -#~ msgstr "Number of days for account's password expiry date." - -#~ msgid "Tiempo caducidad (días)" -#~ msgstr "Expire time (days)" - -#~ msgid "" -#~ "Confirmar el cambio de clave maestra después de haber leído las " -#~ "advertencias anteriores." -#~ msgstr "" -#~ "Confirm the master password change after you have been read all the above " -#~ "warnings." - -#~ msgid "Usar Auth Basic para autorizar los accesos a la aplicación." -#~ msgstr "Use Auth Basic for authorizing accesses to the application" - -#~ msgid "Usar Auth Basic SSO" -#~ msgstr "Use Auth Basic SSO" - -#~ msgid "Usar auto-login con Auth Basic." -#~ msgstr "Use auto-login through Auth Basic" - -#~ msgid "Usar proxy para comprobación de actualizaciones y notificaciones." -#~ msgstr "Use a proxy server for checking out for updates and notifications." - -#~ msgid "Usado en" -#~ msgstr "Used in" - -#~ msgid "(*) Incluido en grupo" -#~ msgstr "(*) Listed in group" - -#~ msgid "La extensión '%s' no está disponible" -#~ msgstr "The '%s' extension is unavailable" - -#~ msgid "Error al obtener la clave maestra del contexto" -#~ msgstr "Error while retrieving master password from context" - -#~ msgid "Esta extensión es necesaria para mostrar las claves como imágenes" -#~ msgstr "This extension is needed to display passwords as images" - -#~ msgid "" -#~ "Esta extensión es necesaria para generar los archivos de copia de " -#~ "seguridad de la aplicación" -#~ msgstr "This extension is needed to build the application's backup files" - -#~ msgid "" -#~ "Esta extensión es necesaria comprobar las actualizaciones y notificaciones" -#~ msgstr "This extension is needed to check for sysPass updates and notices" - -#~ msgid "Extensiones no disponibles" -#~ msgstr "Unavailable extensions" - -#~ msgid "Esta extensión es necesaria conectar con el servidor de LDAP" -#~ msgstr "This extension is needed to connect to the LDAP server" - -#~ msgid "Esta extensión es necesaria conectar con DokuWiki" -#~ msgstr "This extension is needed to connect with DokuWiki" - #~ msgid "Nuevo CLiente" #~ msgstr "New Client" -#~ msgid "" -#~ "Si está importando un archivo exportado desde el mismo origen, los datos " -#~ "pueden estar comprometidos." -#~ msgstr "" -#~ "If you are importing an exported file from the same origin, the data " -#~ "could be compromised." - -#~ msgid "El archivo de actualización no contiene datos" -#~ msgstr "Update file does not contain data" - -#~ msgid "Categoría visualizada" -#~ msgstr "Category displayed" - -#~ msgid "Cliente visualizado" -#~ msgstr "Client displayed" - -#~ msgid "Ruta" -#~ msgstr "Path" - -#~ msgid "Array con Ids de etiquetas" -#~ msgstr "Array with tags id" - -#~ msgid "Array con Ids de etiquetas a filtrar" -#~ msgstr "Array with tags id for filtering" - -#~ msgid "Operador de filtrado" -#~ msgstr "Filtering operator" - -#~ msgid "Etiqueta visualizada" -#~ msgstr "Tag displayed" - -#~ msgid "No hay archivos asociados a la cuenta" -#~ msgstr "There are no linked files for the account" - -#~ msgid "Error al crear permiso" -#~ msgstr "Error while creating the permission" - -#~ msgid "Error al actualizar permiso" -#~ msgstr "Error while updating the permission" - -#~ msgid "Error al eliminar permiso" -#~ msgstr "Error while removing the permission" - -#~ msgid "Error al eliminar los permisos" -#~ msgstr "Error while removing the permissions" - #~ msgid "Permiso no encontrada" #~ msgstr "Permission not found" @@ -5146,24 +8102,12 @@ msgstr "Link" #~ msgid "Permisos por Defecto" #~ msgstr "Default Permissions" -#~ msgid "Prioridad" -#~ msgstr "Priority" - -#~ msgid "Forzado" -#~ msgstr "Forced" - #~ 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." @@ -5171,9 +8115,6 @@ msgstr "Link" #~ "Assignment priority if permissions match with others assigned by user, " #~ "group or profile." -#~ msgid "Prioridad de asignación" -#~ msgstr "Assignment Priority" - #~ msgid "" #~ "Indica si los permisos serán forzados al crear o modificar la cuenta." #~ msgstr "" @@ -5185,219 +8126,3 @@ msgstr "Link" #~ msgid "Gestión Permisos" #~ msgstr "Permissions Management" - -#~ msgid "Es necesaria una clave con al menos %d caracteres" -#~ msgstr "Password needs to be %d characters long" - -#~ 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 Predeterminados" -#~ msgstr "Preset Values" - -#~ msgid "Valor de Permiso" -#~ msgstr "Permission Preset" - -#~ msgid "Nuevo Valor de Permiso" -#~ msgstr "New Permission Preset" - -#~ msgid "Valor de Cuenta Privada" -#~ msgstr "Private Account Preset" - -#~ msgid "Nuevo Valor de Cuenta Privada" -#~ msgstr "New Private Account Preset" - -#~ msgid "Valor de Timeout de Sesión" -#~ msgstr "Session Timeout Preset" - -#~ msgid "Nuevo Valor de Timeout de Sesión" -#~ msgstr "New Session Timeout Preset" - -#~ msgid "Valor de Clave de Cuentas" -#~ msgstr "Account Password Preset" - -#~ msgid "Nuevo Valor de Clave de Cuentas" -#~ msgstr "New Account Password Preset" - -#~ 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 "Habilita la conexión mediante TLS." -#~ msgstr "Enables the connection over TLS" - -#~ msgid "Puntuación" -#~ msgstr "Score" - -#~ msgid "Expresión Regular" -#~ msgstr "Regular Expression" - -#~ msgid "Incluir Minúsculas" -#~ msgstr "Include Lowercase" - -#~ msgid "Las cuentas sólo serán visibles por el usuario." -#~ msgstr "Accounts will be only visible by the user." - -#~ msgid "Los administradores no podrán acceder a las cuentas." -#~ msgstr "Administrators won't be able to display the accounts." - -#~ 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 users belonging to the main " -#~ "group." - -#~ msgid "Dirección IP" -#~ msgstr "IP Address" - -#~ msgid "Timeout" -#~ msgstr "Timeout" - -#~ 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." - -#~ 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." - -#~ msgid "Los valores serán añadidos a los existentes." -#~ msgstr "Values will be merged with the existing ones." - -#~ msgid "Valores por Defecto" -#~ msgstr "Default Values" - -#~ msgid "Gestión de Valores por Defecto" -#~ msgstr "Default Values Management" - -#~ msgid "Error al vaciar tracks" -#~ msgstr "Error while clearing tracks out" - -#~ msgid "Tracks" -#~ msgstr "Tracks" - -#~ msgid "Fecha Desbloqueo" -#~ msgstr "Date Unlocked" - -#~ msgid "Track desbloqueado" -#~ msgstr "Track unlocked" - -#~ msgid "Tracks limpiados" -#~ msgstr "Tracks cleared out" - -#~ msgid "Vaciar los tracks?" -#~ msgstr "Clear the tracks out?" - -#~ msgid "Id de grupo" -#~ msgstr "Group Id" - -#~ msgid "Array con Ids de usuarios" -#~ msgstr "Array with users Id" - -#~ msgid "Grupo visualizado" -#~ msgstr "Group viewed" - -#~ msgid "Propietario" -#~ msgstr "Owner" - -#~ msgid "Buscar cuentas por nombre de cliente" -#~ msgstr "Search for accounts by client name" - -#~ msgid "Buscar cuentas por nombre de categoría" -#~ msgstr "Search for accounts by category name" - -#~ msgid "Eliminar Historial" -#~ msgstr "Delete History" - -#~ msgid "Versión de plugin no compatible (%s)" -#~ msgstr "Plugin version not compatible (%s)" - -#~ msgid "Plugin disponible" -#~ msgstr "Plugin available" - -#~ msgid "Plugin no disponible" -#~ msgstr "Plugin unavailable" - -#~ msgid "Plugin cargado" -#~ msgstr "Plugin loaded" - -#~ msgid "Hay notificaciones pendientes: %d" -#~ msgstr "There are pending notifications: %d" - -#~ msgid "Notificaciones In-App" -#~ msgstr "In-App Notifications" - -#~ msgid "Habilita la consulta de notificaciones activas In-App." -#~ msgstr "Enables the active In-App notifications polling" - -#~ msgid "Tasa de descarga" -#~ msgstr "Download rate" - -#~ msgid "Generar clave temporal" -#~ msgstr "Generate temporary password" - -#~ msgid "Clave temporal generada" -#~ msgstr "Temporary password generated" - -#~ msgid "Plugins eliminados" -#~ msgstr "Plugins deleted" - -#~ msgid "Plugin eliminado" -#~ msgstr "Plugin deleted" - -#~ msgid "Descargar %s" -#~ msgstr "Download %s" - -#~ msgid "Archivo de log" -#~ msgstr "Log file" - -#~ msgid "Mostrar Filtros" -#~ msgstr "Show Filters" - -#~ msgid "" -#~ "Muestra la selección los filtros adicionales en la búsqueda de cuentas." -#~ msgstr "Displays the additional filters selection on the accounts search." diff --git a/app/locales/nl_NL/LC_MESSAGES/messages.mo b/app/locales/nl_NL/LC_MESSAGES/messages.mo index 75a65b09c2fbfd744ddaf9d52a0b0c0564e0c03a..8713db39f76a3ee1d5212e45ca8c6e04790082e6 100644 GIT binary patch literal 76615 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 literal 53610 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 C*`TKY diff --git a/app/locales/nl_NL/LC_MESSAGES/messages.po b/app/locales/nl_NL/LC_MESSAGES/messages.po index d31c385a..15b3c860 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-11-04 11:05+0100\n" +"POT-Creation-Date: 2018-11-04 20:38+0100\n" "PO-Revision-Date: \n" "Last-Translator: nuxsmin \n" "Language-Team: nlmaca\n" @@ -10,5406 +10,7723 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 1.8.11\n" -"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n" -"X-Poedit-Basepath: .\n" +"X-Poedit-KeywordsList: _;__;__u;gettext;gettext_noop\n" "X-Poedit-SourceCharset: UTF-8\n" "X-Generator: Poedit 1.8.11\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Poedit-SearchPath-0: ../../../modules\n" -"X-Poedit-SearchPath-1: ../../../../lib\n" -"X-Poedit-SearchPath-2: ../../../config\n" +"X-Poedit-Basepath: ../../../..\n" +"X-Poedit-SearchPath-0: app/modules\n" +"X-Poedit-SearchPath-1: lib\n" +"X-Poedit-SearchPath-2: app/config\n" +"X-Poedit-SearchPathExcluded-0: app/modules/**/plugins\n" -#: ../../../../lib/SP/Bootstrap.php:278 -#, php-format -msgid "Versión de PHP requerida >= %s <= %s" -msgstr "Vereiste PHP versie >= %s <= %s" +#: app/modules/api/Controllers/AccountController.php:70 +msgid "Account displayed" +msgstr "Account displayed" -#: ../../../../lib/SP/Config/ConfigUtil.php:111 -#, php-format -msgid "Actual: %s - Necesario: 750" -msgstr "Huidig: %s - Vereist: 750" +#: app/modules/api/Controllers/AccountController.php:71 +#: app/modules/api/Controllers/AccountController.php:103 +#: app/modules/api/Controllers/AccountController.php:139 +#: app/modules/api/Controllers/AccountController.php:189 +#: app/modules/api/Controllers/AccountController.php:240 +#: app/modules/api/Controllers/AccountController.php:315 +#: app/modules/api/Controllers/CategoryController.php:63 +#: app/modules/api/Controllers/CategoryController.php:92 +#: app/modules/api/Controllers/CategoryController.php:122 +#: app/modules/api/Controllers/CategoryController.php:151 +#: app/modules/api/Controllers/ClientController.php:64 +#: app/modules/api/Controllers/ClientController.php:94 +#: app/modules/api/Controllers/ClientController.php:125 +#: app/modules/api/Controllers/ClientController.php:154 +#: app/modules/api/Controllers/TagController.php:62 +#: app/modules/api/Controllers/TagController.php:90 +#: app/modules/api/Controllers/TagController.php:119 +#: app/modules/api/Controllers/TagController.php:148 +#: app/modules/api/Controllers/UserGroupController.php:62 +#: app/modules/api/Controllers/UserGroupController.php:92 +#: app/modules/api/Controllers/UserGroupController.php:123 +#: app/modules/api/Controllers/UserGroupController.php:152 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:240 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:113 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:104 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:105 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:108 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:116 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:107 +#: app/modules/web/Controllers/UserGroupController.php:274 +#: app/modules/web/Controllers/UserGroupController.php:315 +#: lib/SP/Plugin/PluginManager.php:320 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:30 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:43 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:22 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:24 +#: app/modules/web/themes/material-blue/views/account/account.inc:65 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:54 +#: app/modules/web/themes/material-blue/views/config/info.inc:39 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:23 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:23 +#: app/modules/web/themes/material-blue/views/itemshow/tag.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:35 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:24 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:533 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:22 +msgid "Name" +msgstr "Naam" -#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:176 -#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:186 -msgid "Error interno" -msgstr "Interne fout" - -#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:176 -msgid "No se puede usar el módulo de encriptación" -msgstr "De Crypto module kan niet geladen worden" - -#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:186 +#: app/modules/api/Controllers/AccountController.php:72 +#: app/modules/api/Controllers/AccountController.php:104 +#: app/modules/api/Controllers/AccountController.php:140 +#: app/modules/api/Controllers/AccountController.php:190 +#: app/modules/api/Controllers/AccountController.php:241 +#: app/modules/api/Controllers/AccountController.php:316 +#: app/modules/web/Controllers/AccountController.php:227 +#: app/modules/web/Controllers/AccountController.php:749 +#: app/modules/web/Controllers/AccountController.php:796 +#: app/modules/web/Controllers/AccountController.php:839 +#: app/modules/web/Controllers/AccountController.php:880 +#: app/modules/web/Controllers/AccountController.php:932 +#: app/modules/web/Controllers/AccountController.php:968 +#: app/modules/web/Controllers/AccountFileController.php:259 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:121 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:158 +#: app/modules/web/Controllers/AccountManagerController.php:151 +#: app/modules/web/Controllers/ClientController.php:225 +#: app/modules/web/Controllers/ClientController.php:259 +#: app/modules/web/Controllers/ClientController.php:297 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:233 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:114 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:105 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:109 +#: lib/SP/Services/Import/CsvImportBase.php:159 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:41 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:47 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:57 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:59 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:34 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:40 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:35 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:41 +#: app/modules/web/themes/material-blue/views/account/account.inc:78 +#: app/modules/web/themes/material-blue/views/account/account.inc:80 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:32 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:36 #, fuzzy -msgid "Error al generar datos cifrados" -msgstr "Fout bij het genereren van de versleutelde data" - -#: ../../../../lib/SP/Html/DataGrid/DataGridBase.php:302 -#: ../../../../lib/SP/Mvc/View/Template.php:126 -#, fuzzy, php-format -msgid "No es posible obtener la plantilla \"%s\" : %s" -msgstr "Niet mogelijk om \"%s\" template: %s op te halen" - -#: ../../../../lib/SP/Http/Address.php:49 -#: ../../../../lib/SP/Http/Address.php:68 -msgid "IP inválida" -msgstr "Ongeldig 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:301 -#: ../../../../lib/SP/Mvc/View/Template.php:365 -#, fuzzy, php-format -msgid "No es posible obtener la variable \"%s\"" -msgstr "Niet mogelijk om \"%s\" variable op te halen" - -#: ../../../../lib/SP/Mvc/View/Template.php:334 -#, fuzzy, php-format -msgid "No es posible destruir la variable \"%s\"" -msgstr "Niet mogelijk om de \"%s\" variabele terug te zetten" - -#: ../../../../lib/SP/Mvc/View/Template.php:355 -msgid "La plantilla no contiene archivos" -msgstr "De template bevat geen bestanden" - -#: ../../../../lib/SP/Plugin/PluginManager.php:170 -#, php-format -msgid "Versión de plugin no compatible (%s)" -msgstr "Plugin version not compatible (%s)" - -#: ../../../../lib/SP/Plugin/PluginManager.php:192 -#, php-format -msgid "No es posible cargar el plugin \"%s\"" -msgstr "Fout bij het laden van de plugin \"%s\"" - -#: ../../../../lib/SP/Providers/Mail/MailHandler.php:124 -#, php-format -msgid "Realizado por: %s (%s)" -msgstr "Uitgevoerd door: %s (%s)" - -#: ../../../../lib/SP/Providers/Mail/MailHandler.php:125 -#, php-format -msgid "Dirección IP: %s" -msgstr "IP Adres: %s" - -#: ../../../../lib/SP/Providers/Notification/NotificationHandler.php:124 -msgid "Solicitud" -msgstr "Verzoek" - -#. (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:174 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:101 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:25 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:394 -#: ../../../config/actions.xml:13 -msgid "Cuentas" -msgstr "Accounts" - -#: ../../../../lib/SP/Providers/Notification/NotificationHandler.php:155 -msgid "Notificación" -msgstr "Notificatie" - -#: ../../../../lib/SP/Services/Account/AccountCryptService.php:138 -#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:83 -msgid "Actualizar Clave Maestra" -msgstr "Bijwerken Master Wachtwoord" - -#: ../../../../lib/SP/Services/Account/AccountCryptService.php:139 -#, php-format -msgid "Cuentas actualizadas: %d / %d" -msgstr "Accounts die geupdated zijn: %d / %d" - -#: ../../../../lib/SP/Services/Account/AccountCryptService.php:148 -#, php-format -msgid "Cuentas actualizadas: %d / %d - %d%% - ETA: %ds (%.2f/s)" -msgstr "Geupdate accounts: %d / %d - %d%% - VTA: %ds (%.2f/s)" - -#: ../../../../lib/SP/Services/Auth/LoginService.php:604 -msgid "N/D" -msgstr "N/A" - -#: ../../../../lib/SP/Services/Backup/FileBackupService.php:139 -#, php-format -msgid "No es posible crear el directorio de backups (\"%s\")" -msgstr "Kan backups map (\"%s\") niet aanmaken." - -#: ../../../../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:213 -#, php-format -msgid "Clave Maestra %s" -msgstr "hoofdwachtwoord %s" - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:214 -#, fuzzy -msgid "" -"Se ha generado una nueva clave para el acceso a sysPass y se solicitará en " -"el siguiente inicio." -msgstr "" -"Er is een nieuw hoofdwachtwoord gemaakt voor sysPass, dus de volgende keer " -"dat u zich aanmeldt wordt het gevraagd." - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:216 -#, php-format -msgid "La nueva clave es: %s" -msgstr "Het nieuwe hoofdwachtwoord %s" - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:218 -#, php-format -msgid "Esta clave estará activa hasta: %s" -msgstr "This password will be valid until: %s" - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:220 -msgid "No olvide acceder lo antes posible para guardar los cambios." -msgstr "Vergeet niet u spoedig aan te melden om de wijzigingen op te slaan." - -#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:84 -msgid "Actualizando datos encriptados" -msgstr "Bijwerken encrypted data" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:75 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:94 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:298 -msgid "Categorías" -msgstr "Categorieen" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:76 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:93 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:330 -#, fuzzy -msgid "Clientes" -msgstr "Klanten" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:77 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:104 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:16 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:113 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:12 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:50 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:52 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:56 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:250 -msgid "Usuarios" -msgstr "Gebruikers" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:78 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:95 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:84 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:162 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:53 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:266 -msgid "Grupos" -msgstr "Groepen" - -#: ../../../../lib/SP/Services/Export/XmlExportService.php:125 -#: ../../../../lib/SP/Storage/File/FileCache.php:74 -#: ../../../../lib/SP/Storage/File/FileCachePacked.php:116 -#, php-format -msgid "No es posible crear el directorio (%s)" -msgstr "Unable to create the directory (%s)" - -#: ../../../../lib/SP/Services/Import/CsvImport.php:50 -#, php-format -msgid "Formato detectado: %s" -msgstr "Gedetecteerd formaat:% s" - -#: ../../../../lib/SP/Services/Import/CsvImportBase.php:130 -#: ../../../../lib/SP/Services/Import/CsvImportBase.php:176 -#, php-format -msgid "El número de campos es incorrecto (%d)" -msgstr "Foutief aantal velden(%d)" - -#: ../../../../lib/SP/Services/Import/CsvImportBase.php:132 -#: ../../../../lib/SP/Services/Import/CsvImportBase.php:178 -#, fuzzy, php-format -msgid "Compruebe el formato del archivo CSV en línea %s" -msgstr "Check a.u.b. het CSV bestand op regel %s" - -#: ../../../../lib/SP/Services/Import/ImportService.php:89 -#, php-format -msgid "Tipo mime no soportado (\"%s\")" -msgstr "Mime type wordt niet ondersteund (\"%s\")" - -#: ../../../../lib/SP/Services/Import/XmlImportBase.php:121 -#: ../../../../lib/SP/Services/Import/XmlImportTrait.php:70 -#, php-format -msgid "El nodo \"%s\" no existe" -msgstr "Het \"%s\" knooppunt bestaat niet" - -#: ../../../../lib/SP/Services/Install/MySQL.php:135 -#, php-format -msgid "No es posible comprobar el usuario de sysPass (%s)" -msgstr "Unable to check the sysPass user (%s)" - -#: ../../../../lib/SP/Services/Install/MySQL.php:213 -#: ../../../../lib/SP/Services/Install/MySQL.php:329 -#: ../../../../lib/SP/Services/Install/MySQL.php:341 -#, php-format -msgid "Error al crear la BBDD ('%s')" -msgstr "Error while creating the DB ('%s')" - -#: ../../../../lib/SP/Services/Install/MySQL.php:237 -#, php-format -msgid "Error al establecer permisos de la BBDD ('%s')" -msgstr "Error bij het instellen van de database rechten ('%s')" - -#: ../../../../lib/SP/Services/Install/MySQL.php:309 -#, php-format -msgid "Error al seleccionar la BBDD '%s' (%s)" -msgstr "Error while selecting '%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 "Wachten op voortgang van update" - -#: ../../../../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:152 -#, fuzzy -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:235 -#: ../../../modules/web/Controllers/UserController.php:356 -#: ../../../modules/web/Controllers/UserPassResetController.php:107 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:238 -msgid "Cambio de Clave" -msgstr "Wachtwoord wijziging" - -#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:66 -msgid "Se ha solicitado el cambio de su clave de usuario." -msgstr "" -"Een aanvraag is ingediend voor het wijzigen van uw gebruikers wachtwoord." - -#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:68 -msgid "Para completar el proceso es necesario que acceda a la siguiente URL:" -msgstr "Om door te kunnen gaan, dient u naar de volgende URL te gaan:" - -#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:72 -msgid "Si no ha solicitado esta acción, ignore este mensaje." -msgstr "Indien deze actie niet door u is aangevraagd, negeer dan dit bericht." - -#: ../../../../lib/SP/Services/Wiki/DokuWikiApi.php:68 -msgid "Fallo de autentificación" -msgstr "Authenticatiefout" - -#: ../../../../lib/SP/Services/Wiki/DokuWikiApiBase.php:196 -msgid "Error al realizar la consulta" -msgstr "Fout bij het uitvoeren van de query" - -#: ../../../../lib/SP/Services/Wiki/DokuWikiApiBase.php:228 -msgid "URL de conexión no establecida" -msgstr "Verbinding URL niet ingesteld" - -#: ../../../../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:72 -#: ../../../../lib/SP/Storage/File/FileHandler.php:135 -#, 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:89 -#, php-format -msgid "No es posible abrir el archivo (%s)" -msgstr "Unable to open the file (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:104 -#: ../../../../lib/SP/Storage/File/FileHandler.php:118 -#, php-format -msgid "No es posible leer desde el archivo (%s)" -msgstr "Unable to read from file (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:173 -#, php-format -msgid "No es posible cerrar el archivo (%s)" -msgstr "Unable to close the file (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:219 -#, php-format -msgid "No es posible escribir el archivo (%s)" -msgstr "Unable to write in file (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:234 -#, php-format -msgid "Archivo no encontrado (%s)" -msgstr "File not found (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:259 -#: ../../../../lib/SP/Storage/File/FileHandler.php:314 -#, fuzzy, php-format -msgid "No es posible leer el archivo (%s)" -msgstr "Unable to read/write the file (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:286 -#, php-format -msgid "No es posible eliminar el archivo (%s)" -msgstr "Unable to delete file (%s)" - -#: ../../../../lib/SP/Util/ErrorUtil.php:148 -msgid "Opción no disponible" -msgstr "Optie niet beschikbaar" - -#: ../../../../lib/SP/Util/ErrorUtil.php:149 -#: ../../../../lib/SP/Util/ErrorUtil.php:153 -#: ../../../../lib/SP/Util/ErrorUtil.php:157 -#: ../../../../lib/SP/Util/ErrorUtil.php:161 -#: ../../../../lib/SP/Util/ErrorUtil.php:169 -#: ../../../../lib/SP/Util/ErrorUtil.php:176 -#: ../../../modules/web/Controllers/ErrorController.php:124 -#: ../../../modules/web/Controllers/ErrorController.php:140 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:13 -msgid "Consulte con el administrador" -msgstr "Neem contact op met de system administrator" - -#: ../../../../lib/SP/Util/ErrorUtil.php:152 -#, fuzzy -msgid "No tiene permisos para acceder a esta cuenta" -msgstr "U heeft geen permissie op dit account" - -#: ../../../../lib/SP/Util/ErrorUtil.php:156 -msgid "No tiene permisos para acceder a esta página" -msgstr "U heeft geen toegang tot deze pagina" - -#: ../../../../lib/SP/Util/ErrorUtil.php:160 -msgid "No tiene permisos para realizar esta operación" -msgstr "U heeft hiervoor geen toegang" - -#: ../../../../lib/SP/Util/ErrorUtil.php:164 -#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 -#, fuzzy -msgid "Clave maestra actualizada" -msgstr "Master Wachtwoord bijgewerkt" - -#: ../../../../lib/SP/Util/ErrorUtil.php:165 -#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 -#, fuzzy -msgid "Reinicie la sesión para cambiarla" -msgstr "Herstart sessie om bij te werken" - -#: ../../../../lib/SP/Util/ErrorUtil.php:168 -#: ../../../../lib/SP/Util/ErrorUtil.php:175 -#, fuzzy -msgid "Se ha producido una excepción" -msgstr "Er is een uitzondering opgetreden" - -#: ../../../modules/api/Controllers/AccountController.php:144 -msgid "Clave actualizada" +msgid "Client" +msgstr "Klant" + +#: app/modules/api/Controllers/AccountController.php:102 +#: app/modules/web/Controllers/AccountController.php:573 +#: app/modules/web/Controllers/AccountController.php:631 +msgid "Password viewed" +msgstr "Password viewed" + +#: app/modules/api/Controllers/AccountController.php:138 +#: app/modules/api/Controllers/AccountController.php:144 +#: app/modules/web/Controllers/AccountController.php:837 +#: app/modules/web/Controllers/AccountController.php:848 +#: app/modules/web/Controllers/UserController.php:428 +#: app/modules/web/Controllers/UserController.php:432 +#: app/modules/web/Controllers/UserPassResetController.php:196 +#: app/modules/web/Controllers/UserPassResetController.php:200 +msgid "Password updated" msgstr "Wachtwoord bijgewerkt" -#: ../../../modules/api/Controllers/AccountController.php:194 +#: app/modules/api/Controllers/AccountController.php:188 +#: app/modules/api/Controllers/AccountController.php:194 +#: app/modules/web/Controllers/AccountController.php:747 +#: app/modules/web/Controllers/AccountController.php:758 #, fuzzy -msgid "Cuenta creada" +msgid "Account created" msgstr "Account toegevoegd" -#: ../../../modules/api/Controllers/AccountController.php:245 -msgid "Cuenta actualizada" +#: app/modules/api/Controllers/AccountController.php:239 +#: app/modules/api/Controllers/AccountController.php:245 +#: app/modules/web/Controllers/AccountController.php:794 +#: app/modules/web/Controllers/AccountController.php:805 +msgid "Account updated" msgstr "Account bijgewerkt" -#: ../../../modules/api/Controllers/AccountController.php:320 +#: app/modules/api/Controllers/AccountController.php:314 +#: app/modules/api/Controllers/AccountController.php:320 +#: app/modules/web/Controllers/AccountController.php:930 +#: app/modules/web/Controllers/AccountController.php:935 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:119 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:124 +#: app/modules/web/Controllers/AccountManagerController.php:149 +#: app/modules/web/Controllers/AccountManagerController.php:154 #, fuzzy -msgid "Cuenta eliminada" +msgid "Account removed" msgstr "Account verwijderd" -#: ../../../modules/api/Controllers/CategoryController.php:96 -msgid "Categoría creada" +#: app/modules/api/Controllers/CategoryController.php:62 +msgid "Category displayed" +msgstr "Category displayed" + +#: app/modules/api/Controllers/CategoryController.php:91 +#: app/modules/api/Controllers/CategoryController.php:96 +#: app/modules/web/Controllers/CategoryController.php:263 +#: app/modules/web/Controllers/CategoryController.php:267 +msgid "Category added" msgstr "Categorie toegevoegd" -#: ../../../modules/api/Controllers/CategoryController.php:126 -msgid "Categoría actualizada" +#: app/modules/api/Controllers/CategoryController.php:121 +#: app/modules/api/Controllers/CategoryController.php:126 +#: app/modules/web/Controllers/CategoryController.php:305 +#: app/modules/web/Controllers/CategoryController.php:309 +msgid "Category updated" msgstr "Categorie bijgewerkt" -#: ../../../modules/api/Controllers/CategoryController.php:155 -msgid "Categoría eliminada" +#: app/modules/api/Controllers/CategoryController.php:150 +#: app/modules/api/Controllers/CategoryController.php:155 +#: app/modules/web/Controllers/CategoryController.php:227 +#: app/modules/web/Controllers/CategoryController.php:231 +msgid "Category deleted" msgstr "Categorie verwijderd" -#: ../../../modules/api/Controllers/ClientController.php:98 +#: app/modules/api/Controllers/ClientController.php:63 +msgid "Client displayed" +msgstr "Client displayed" + +#: app/modules/api/Controllers/ClientController.php:93 +#: app/modules/api/Controllers/ClientController.php:98 +#: app/modules/web/Controllers/ClientController.php:258 +#: app/modules/web/Controllers/ClientController.php:262 +#: lib/SP/Services/Import/KeepassImport.php:77 #, fuzzy -msgid "Cliente creado" +msgid "Client added" msgstr "Klant toegevoegd" -#: ../../../modules/api/Controllers/ClientController.php:129 +#: app/modules/api/Controllers/ClientController.php:124 +#: app/modules/api/Controllers/ClientController.php:129 +#: app/modules/web/Controllers/ClientController.php:296 +#: app/modules/web/Controllers/ClientController.php:300 #, fuzzy -msgid "Cliente actualizado" +msgid "Client updated" msgstr "Klant bijgewerkt" -#: ../../../modules/api/Controllers/ClientController.php:158 +#: app/modules/api/Controllers/ClientController.php:153 +#: app/modules/api/Controllers/ClientController.php:158 +#: app/modules/web/Controllers/ClientController.php:224 +#: app/modules/web/Controllers/ClientController.php:228 #, fuzzy -msgid "Cliente eliminado" +msgid "Client deleted" msgstr "Klant verwijderd" -#: ../../../modules/api/Controllers/ConfigController.php:61 -msgid "Proceso de backup finalizado" +#: app/modules/api/Controllers/ConfigController.php:57 +#: app/modules/web/Controllers/ConfigBackupController.php:68 +msgid "Application and database backup completed successfully" +msgstr "Applicatie en database backup succesvol afgerond" + +#: app/modules/api/Controllers/ConfigController.php:58 +#: app/modules/api/Controllers/ConfigController.php:83 +#: app/modules/api/Controllers/Help/ConfigHelp.php:43 +#: app/modules/api/Controllers/Help/ConfigHelp.php:54 +msgid "Path" +msgstr "Path" + +#: app/modules/api/Controllers/ConfigController.php:61 +#: app/modules/web/Controllers/ConfigBackupController.php:71 +msgid "Backup process finished" msgstr "Backup proces afgerond" -#: ../../../modules/api/Controllers/ConfigController.php:94 -msgid "Proceso de exportación finalizado" +#: app/modules/api/Controllers/ConfigController.php:82 +#: app/modules/web/Controllers/ConfigBackupController.php:96 +msgid "sysPass XML export" +msgstr "sysPass XML export" + +#: app/modules/api/Controllers/ConfigController.php:91 +#: app/modules/api/Controllers/ConfigController.php:94 +#: app/modules/web/Controllers/ConfigBackupController.php:106 +#: app/modules/web/Controllers/ConfigBackupController.php:134 +msgid "Export process finished" msgstr "Export proces afgerond" -#: ../../../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:105 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:144 -msgid "Id de la cuenta" +#: app/modules/api/Controllers/ControllerBase.php:146 +#: lib/SP/Services/Api/ApiService.php:186 +msgid "Unauthorized access" +msgstr "Onbevoegde toegang" + +#: app/modules/api/Controllers/Help/AccountHelp.php:43 +#: app/modules/api/Controllers/Help/AccountHelp.php:54 +#: app/modules/api/Controllers/Help/AccountHelp.php:67 +#: app/modules/api/Controllers/Help/AccountHelp.php:105 +#: app/modules/api/Controllers/Help/AccountHelp.php:144 +msgid "Account Id" msgstr "Account 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" +#: app/modules/api/Controllers/Help/AccountHelp.php:55 +#: app/modules/api/Controllers/Help/AccountHelp.php:68 +#: app/modules/api/Controllers/Help/AccountHelp.php:81 +msgid "Token's password" msgstr "Token Wachtwoord" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:56 +#: app/modules/api/Controllers/Help/AccountHelp.php:56 #, fuzzy -msgid "Devolver detalles en la respuesta" +msgid "Send details in the response" msgstr "Stuur de details in de reactie" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:69 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:85 -#: ../../../modules/api/Controllers/Help/ConfigHelp.php:55 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:74 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:80 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:91 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:89 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:92 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:101 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:155 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:163 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:42 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:293 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:296 -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:81 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:170 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:119 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:126 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:253 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:260 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:45 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:52 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:59 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:100 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:108 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:45 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:52 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:35 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:98 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:27 -msgid "Clave" +#: app/modules/api/Controllers/Help/AccountHelp.php:69 +#: app/modules/api/Controllers/Help/AccountHelp.php:85 +#: app/modules/api/Controllers/Help/ConfigHelp.php:55 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:74 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:80 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:91 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:89 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:92 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:101 +#: app/modules/web/themes/material-blue/views/account/account.inc:155 +#: app/modules/web/themes/material-blue/views/account/account.inc:163 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:42 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:293 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:296 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:81 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:170 +#: app/modules/web/themes/material-blue/views/config/mail.inc:119 +#: app/modules/web/themes/material-blue/views/config/mail.inc:126 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:253 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:260 +#: app/modules/web/themes/material-blue/views/install/index.inc:45 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:52 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:59 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:100 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:108 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:45 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:52 +#: app/modules/web/themes/material-blue/views/login/index.inc:35 +#: app/modules/web/themes/material-blue/views/login/index.inc:98 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:27 +msgid "Password" msgstr "Wachtwoord" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:70 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:91 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:114 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:97 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:114 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:181 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:88 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:90 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:243 -msgid "Fecha Caducidad Clave" +#: app/modules/api/Controllers/Help/AccountHelp.php:70 +#: app/modules/api/Controllers/Help/AccountHelp.php:91 +#: app/modules/api/Controllers/Help/AccountHelp.php:114 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:97 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:114 +#: app/modules/web/themes/material-blue/views/account/account.inc:181 +#: app/modules/web/themes/material-blue/views/account/details.inc:88 +#: app/modules/web/themes/material-blue/views/account/details.inc:90 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:243 +msgid "Password Expiry Date" msgstr "Wachtwoord vervaldatum" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:82 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:106 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:36 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:52 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:29 -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:30 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:73 -msgid "Nombre de cuenta" +#: app/modules/api/Controllers/Help/AccountHelp.php:82 +#: app/modules/api/Controllers/Help/AccountHelp.php:106 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:36 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:52 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:29 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:30 +#: app/modules/web/themes/material-blue/views/account/account.inc:73 +msgid "Account name" msgstr "Account naam" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:83 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:107 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:43 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:66 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:91 -msgid "Id de categoría" +#: app/modules/api/Controllers/Help/AccountHelp.php:83 +#: app/modules/api/Controllers/Help/AccountHelp.php:107 +#: app/modules/api/Controllers/Help/CategoryHelp.php:43 +#: app/modules/api/Controllers/Help/CategoryHelp.php:66 +#: app/modules/api/Controllers/Help/CategoryHelp.php:91 +msgid "Category Id" msgstr "Categorie Id" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:84 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:108 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:43 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:67 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:93 +#: app/modules/api/Controllers/Help/AccountHelp.php:84 +#: app/modules/api/Controllers/Help/AccountHelp.php:108 +#: app/modules/api/Controllers/Help/ClientHelp.php:43 +#: app/modules/api/Controllers/Help/ClientHelp.php:67 +#: app/modules/api/Controllers/Help/ClientHelp.php:93 #, fuzzy -msgid "Id de cliente" +msgid "Client Id" msgstr "Klant Id" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:86 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:109 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:109 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:149 -msgid "Usuario de acceso" +#: app/modules/api/Controllers/Help/AccountHelp.php:86 +#: app/modules/api/Controllers/Help/AccountHelp.php:109 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:109 +#: app/modules/web/themes/material-blue/views/account/account.inc:149 +msgid "Access user" msgstr "Toegang gebruiker" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:87 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:110 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:96 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:136 -msgid "URL o IP de acceso" +#: app/modules/api/Controllers/Help/AccountHelp.php:87 +#: app/modules/api/Controllers/Help/AccountHelp.php:110 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:96 +#: app/modules/web/themes/material-blue/views/account/account.inc:136 +msgid "Access URL or IP" msgstr "Toegang URL of IP" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:88 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:111 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:134 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:85 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:207 -msgid "Notas sobre la cuenta" +#: app/modules/api/Controllers/Help/AccountHelp.php:88 +#: app/modules/api/Controllers/Help/AccountHelp.php:111 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:134 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:85 +#: app/modules/web/themes/material-blue/views/account/account.inc:207 +msgid "Notes about the account" msgstr "Notities voor het account" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:89 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:112 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:198 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:119 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:29 -msgid "Cuenta Privada" +#: app/modules/api/Controllers/Help/AccountHelp.php:89 +#: app/modules/api/Controllers/Help/AccountHelp.php:112 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:198 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:119 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:29 +msgid "Private Account" msgstr "Privé-account" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:90 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:113 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:217 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:48 -msgid "Cuenta Privada Grupo" +#: app/modules/api/Controllers/Help/AccountHelp.php:90 +#: app/modules/api/Controllers/Help/AccountHelp.php:113 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:217 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:48 +msgid "Private Account for Group" msgstr "privé-account voor groep." -#: ../../../modules/api/Controllers/Help/AccountHelp.php:92 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:115 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:252 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:254 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:13 -msgid "Cuenta Vinculada" +#: app/modules/api/Controllers/Help/AccountHelp.php:92 +#: app/modules/api/Controllers/Help/AccountHelp.php:115 +#: app/modules/web/themes/material-blue/views/account/account.inc:252 +#: app/modules/web/themes/material-blue/views/account/account.inc:254 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:13 +msgid "Linked Account" msgstr "Gekoppeld account" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:93 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:116 +#: app/modules/api/Controllers/Help/AccountHelp.php:93 +#: app/modules/api/Controllers/Help/AccountHelp.php:116 #, fuzzy -msgid "Array con Ids de etiquetas" +msgid "Array with tags id" msgstr "Array with tags id" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:94 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:117 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:43 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:67 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:93 -msgid "Id de grupo" +#: app/modules/api/Controllers/Help/AccountHelp.php:94 +#: app/modules/api/Controllers/Help/AccountHelp.php:117 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:43 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:67 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:93 +msgid "Group Id" msgstr "Group Id" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:128 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:79 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:81 -#: ../../../modules/api/Controllers/Help/TagHelp.php:77 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:81 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:26 +#: app/modules/api/Controllers/Help/AccountHelp.php:128 +#: app/modules/api/Controllers/Help/CategoryHelp.php:79 +#: app/modules/api/Controllers/Help/ClientHelp.php:81 +#: app/modules/api/Controllers/Help/TagHelp.php:77 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:81 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:26 #, fuzzy -msgid "Texto a buscar" +msgid "Text to search for" msgstr "Zoek naar tekst" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:129 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:80 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:82 -#: ../../../modules/api/Controllers/Help/TagHelp.php:78 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:82 +#: app/modules/api/Controllers/Help/AccountHelp.php:129 +#: app/modules/api/Controllers/Help/CategoryHelp.php:80 +#: app/modules/api/Controllers/Help/ClientHelp.php:82 +#: app/modules/api/Controllers/Help/TagHelp.php:78 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:82 #, fuzzy -msgid "Número de resultados a mostrar" +msgid "Number of results to display" msgstr "Aantal weer te geven resultaten" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:130 -msgid "Id de categoría a filtrar" +#: app/modules/api/Controllers/Help/AccountHelp.php:130 +msgid "Category Id to filter on" msgstr "Categorie ID om te filteren" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:131 +#: app/modules/api/Controllers/Help/AccountHelp.php:131 #, fuzzy -msgid "Id de cliente a filtrar" +msgid "Client Id to filter on" msgstr "Klant ID om te filteren ingeschakeld" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:132 +#: app/modules/api/Controllers/Help/AccountHelp.php:132 #, fuzzy -msgid "Array con Ids de etiquetas a filtrar" +msgid "Array with tags id for filtering" msgstr "Array with tags id for filtering" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:133 -msgid "Operador de filtrado" +#: app/modules/api/Controllers/Help/AccountHelp.php:133 +msgid "Filtering operator" msgstr "Filtering operator" -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:54 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:67 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:29 -msgid "Nombre de la categoría" +#: app/modules/api/Controllers/Help/CategoryHelp.php:54 +#: app/modules/api/Controllers/Help/CategoryHelp.php:67 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:29 +msgid "Category name" msgstr "Categorie Naam" -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:55 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:68 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:41 -msgid "Descripción de la categoría" +#: app/modules/api/Controllers/Help/CategoryHelp.php:55 +#: app/modules/api/Controllers/Help/CategoryHelp.php:68 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:41 +msgid "Category description" msgstr "Categorie Omschrijving" -#: ../../../modules/api/Controllers/Help/ClientHelp.php:54 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:68 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:30 +#: app/modules/api/Controllers/Help/ClientHelp.php:54 +#: app/modules/api/Controllers/Help/ClientHelp.php:68 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:30 #, fuzzy -msgid "Nombre del cliente" +msgid "Client name" msgstr "Klantnaam" -#: ../../../modules/api/Controllers/Help/ClientHelp.php:55 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:69 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:43 +#: app/modules/api/Controllers/Help/ClientHelp.php:55 +#: app/modules/api/Controllers/Help/ClientHelp.php:69 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:43 #, fuzzy -msgid "Descripción del cliente" +msgid "Client description" msgstr "Klant omschrijving" -#: ../../../modules/api/Controllers/Help/ClientHelp.php:56 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:70 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:152 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:66 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:99 +#: app/modules/api/Controllers/Help/ClientHelp.php:56 +#: app/modules/api/Controllers/Help/ClientHelp.php:70 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:152 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:66 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:99 msgid "Global" msgstr "Algemeen" -#: ../../../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:65 -#: ../../../modules/api/Controllers/Help/TagHelp.php:89 -msgid "Id de etiqueta" +#: app/modules/api/Controllers/Help/TagHelp.php:43 +#: app/modules/api/Controllers/Help/TagHelp.php:65 +#: app/modules/api/Controllers/Help/TagHelp.php:89 +msgid "Tag Id" msgstr "Tag Id" -#: ../../../modules/api/Controllers/Help/TagHelp.php:54 -#: ../../../modules/api/Controllers/Help/TagHelp.php:66 -#: ../../../modules/web/themes/material-blue/views/itemshow/tag.inc:29 -msgid "Nombre de la etiqueta" +#: app/modules/api/Controllers/Help/TagHelp.php:54 +#: app/modules/api/Controllers/Help/TagHelp.php:66 +#: app/modules/web/themes/material-blue/views/itemshow/tag.inc:29 +msgid "Tag name" msgstr "Tag naam" -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:54 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:68 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:31 -msgid "Nombre del grupo" +#: app/modules/api/Controllers/Help/UserGroupHelp.php:54 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:68 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:31 +msgid "Group name" msgstr "Groep naam" -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:55 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:69 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:44 -msgid "Descripción del grupo" +#: app/modules/api/Controllers/Help/UserGroupHelp.php:55 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:69 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:44 +msgid "Group description" msgstr "Groep omschrijving" -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:56 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:70 -msgid "Array con Ids de usuarios" +#: app/modules/api/Controllers/Help/UserGroupHelp.php:56 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:70 +msgid "Array with users Id" msgstr "Array with users Id" -#: ../../../modules/api/Controllers/TagController.php:94 -msgid "Etiqueta creada" +#: app/modules/api/Controllers/TagController.php:61 +msgid "Tag displayed" +msgstr "Tag displayed" + +#: app/modules/api/Controllers/TagController.php:89 +#: app/modules/api/Controllers/TagController.php:94 +#: app/modules/web/Controllers/TagController.php:243 +msgid "Tag added" msgstr "Label toegevoegd" -#: ../../../modules/api/Controllers/TagController.php:123 -msgid "Etiqueta actualizada" +#: app/modules/api/Controllers/TagController.php:118 +#: app/modules/api/Controllers/TagController.php:123 +#: app/modules/web/Controllers/TagController.php:276 +msgid "Tag updated" msgstr "Label geupdate" -#: ../../../modules/api/Controllers/TagController.php:152 -msgid "Etiqueta eliminada" +#: app/modules/api/Controllers/TagController.php:147 +#: app/modules/api/Controllers/TagController.php:152 +#: app/modules/web/Controllers/TagController.php:215 +msgid "Tag removed" msgstr "Label verwijderd" -#: ../../../modules/api/Controllers/UserGroupController.php:96 -msgid "Grupo creado" +#: app/modules/api/Controllers/UserGroupController.php:61 +msgid "Group viewed" +msgstr "Group viewed" + +#: app/modules/api/Controllers/UserGroupController.php:91 +#: app/modules/api/Controllers/UserGroupController.php:96 +#: app/modules/web/Controllers/UserGroupController.php:273 +#: app/modules/web/Controllers/UserGroupController.php:277 +msgid "Group added" msgstr "Groep toegevoegd" -#: ../../../modules/api/Controllers/UserGroupController.php:127 -msgid "Grupo actualizado" +#: app/modules/api/Controllers/UserGroupController.php:122 +#: app/modules/api/Controllers/UserGroupController.php:127 +#: app/modules/web/Controllers/UserGroupController.php:314 +#: app/modules/web/Controllers/UserGroupController.php:318 +msgid "Group updated" msgstr "Groep bijgewerkt" -#: ../../../modules/api/Controllers/UserGroupController.php:156 -msgid "Grupo eliminado" +#: app/modules/api/Controllers/UserGroupController.php:151 +#: app/modules/api/Controllers/UserGroupController.php:156 +#: app/modules/web/Controllers/UserGroupController.php:237 +#: app/modules/web/Controllers/UserGroupController.php:241 +msgid "Group deleted" msgstr "Groep verwijderd" -#: ../../../modules/web/Controllers/AccountController.php:149 -#: ../../../modules/web/Controllers/AccountController.php:204 -#: ../../../modules/web/Controllers/AccountController.php:489 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:60 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:61 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:164 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:165 -#: ../../../modules/web/themes/material-blue/views/account/linkedAccounts.inc:28 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:58 -msgid "Detalles de Cuenta" +#: app/modules/api/Init.php:146 +msgid "Updating needed" +msgstr "Updating needed" + +#: app/modules/web/Controllers/AccountController.php:149 +#: app/modules/web/Controllers/AccountController.php:204 +#: app/modules/web/Controllers/AccountController.php:489 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:60 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:61 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:164 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:165 +#: app/modules/web/themes/material-blue/views/account/linkedAccounts.inc:28 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:58 +msgid "Account Details" msgstr "Account details" +#: app/modules/web/Controllers/AccountController.php:225 +msgid "Link viewed" +msgstr "Link bekeken" + +#: app/modules/web/Controllers/AccountController.php:226 +#: app/modules/web/Controllers/AccountController.php:574 +#: app/modules/web/Controllers/AccountController.php:632 +#: app/modules/web/Controllers/AccountController.php:674 +#: app/modules/web/Controllers/AccountController.php:711 +#: app/modules/web/Controllers/AccountController.php:748 +#: app/modules/web/Controllers/AccountController.php:795 +#: app/modules/web/Controllers/AccountController.php:838 +#: app/modules/web/Controllers/AccountController.php:879 +#: app/modules/web/Controllers/AccountController.php:931 +#: app/modules/web/Controllers/AccountController.php:967 +#: app/modules/web/Controllers/AccountFileController.php:258 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:120 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:157 +#: app/modules/web/Controllers/AccountManagerController.php:150 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:108 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:25 +#: app/modules/web/themes/material-blue/views/account/account.inc:30 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:21 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:23 +msgid "Account" +msgstr "Account" + +#: app/modules/web/Controllers/AccountController.php:228 +msgid "Agent" +msgstr "Agent" + +#: app/modules/web/Controllers/AccountController.php:229 +msgid "HTTPS" +msgstr "HTTPS" + +#: app/modules/web/Controllers/AccountController.php:229 +#: lib/SP/DataModel/PublicLinkListData.php:88 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:190 +msgid "ON" +msgstr "AAN" + +#: app/modules/web/Controllers/AccountController.php:229 +#: lib/SP/DataModel/PublicLinkListData.php:88 +msgid "OFF" +msgstr "UIT" + +#: app/modules/web/Controllers/AccountController.php:230 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:104 +msgid "IP" +msgstr "IP" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountController.php:261 -#: ../../../modules/web/Controllers/AccountController.php:307 -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:274 -#: ../../../config/actions.xml:157 -msgid "Nueva Cuenta" +#: app/modules/web/Controllers/AccountController.php:261 +#: app/modules/web/Controllers/AccountController.php:307 +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:274 +#: app/config/actions.xml:157 +msgid "New Account" msgstr "Nieuw Account" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountController.php:353 -#: ../../../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:20 -#: ../../../config/actions.xml:163 -msgid "Editar Cuenta" +#: app/modules/web/Controllers/AccountController.php:353 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:176 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:177 +#: app/modules/web/themes/material-blue/views/account/linkedAccounts.inc:20 +#: app/config/actions.xml:163 +msgid "Edit Account" msgstr "Wijzig Account" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountController.php:400 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:334 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:335 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:181 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:182 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:177 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:178 -#: ../../../config/actions.xml:169 ../../../config/actions.xml:487 -#: ../../../config/actions.xml:799 +#: app/modules/web/Controllers/AccountController.php:400 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:334 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:335 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:181 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:182 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:177 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:178 +#: app/config/actions.xml:169 app/config/actions.xml:487 +#: app/config/actions.xml:799 #, fuzzy -msgid "Eliminar Cuenta" +msgid "Remove Account" msgstr "Verwijder Account" -#: ../../../modules/web/Controllers/AccountController.php:445 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:155 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:156 -msgid "Modificar Clave de Cuenta" -msgstr "Wijzig Account Wachtwoord" +#. (itstool) path: action/text +#: app/modules/web/Controllers/AccountController.php:445 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:155 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:156 +#: app/config/actions.xml:181 +msgid "Edit Account Password" +msgstr "" -#: ../../../modules/web/Controllers/AccountFileController.php:211 +#: app/modules/web/Controllers/AccountController.php:673 +#: app/modules/web/Controllers/AccountController.php:710 +msgid "Password copied" +msgstr "Password copied" + +#: app/modules/web/Controllers/AccountController.php:878 +#: app/modules/web/Controllers/AccountController.php:889 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:156 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:161 +msgid "Account restored" +msgstr "Account hersteld" + +#: app/modules/web/Controllers/AccountController.php:916 +#: app/modules/web/Controllers/AccountController.php:919 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:108 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:111 +#: app/modules/web/Controllers/AccountManagerController.php:135 +#: app/modules/web/Controllers/AccountManagerController.php:138 +msgid "Accounts removed" +msgstr "Accounts verwijderd" + +#: app/modules/web/Controllers/AccountController.php:958 +#: app/modules/web/Forms/NotificationForm.php:106 +msgid "A description is needed" +msgstr "Een omschrijving is nodig" + +#: app/modules/web/Controllers/AccountController.php:965 +#: lib/SP/Providers/Notification/NotificationHandler.php:124 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:46 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:44 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:46 +msgid "Request" +msgstr "" + +#: app/modules/web/Controllers/AccountController.php:966 +msgid "Requester" +msgstr "Aanvrager" + +#: app/modules/web/Controllers/AccountController.php:969 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:105 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:129 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:108 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:37 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:61 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:68 +msgid "Description" +msgstr "Omschrijving" + +#: app/modules/web/Controllers/AccountController.php:982 +msgid "Request done" +msgstr "Aanvraag gedaan" + +#: app/modules/web/Controllers/AccountFavoriteController.php:55 +msgid "Favorite added" +msgstr "Favoriet toegevoegd" + +#: app/modules/web/Controllers/AccountFavoriteController.php:73 +msgid "Favorite deleted" +msgstr "Favoriet verwijderd" + +#: app/modules/web/Controllers/AccountFileController.php:74 +#: app/modules/web/Controllers/AccountFileController.php:135 +#, fuzzy +msgid "File does not exist" +msgstr "Het bestand bestaat niet" + +#: app/modules/web/Controllers/AccountFileController.php:87 +#: app/modules/web/Controllers/AccountFileController.php:103 +msgid "File viewed" +msgstr "File viewed" + +#: app/modules/web/Controllers/AccountFileController.php:88 +#: app/modules/web/Controllers/AccountFileController.php:104 +#: app/modules/web/Controllers/AccountFileController.php:141 +#: app/modules/web/Controllers/AccountFileController.php:257 +#: app/modules/web/Controllers/AccountFileController.php:364 +#: app/modules/web/Controllers/ConfigBackupController.php:163 +#: app/modules/web/Controllers/ConfigBackupController.php:209 +#: app/modules/web/Controllers/ConfigBackupController.php:255 +#: app/modules/web/Controllers/ConfigGeneralController.php:195 +#: app/modules/web/Controllers/ConfigGeneralController.php:236 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:122 +#: app/modules/web/themes/material-blue/views/config/import.inc:72 +msgid "File" +msgstr "Bestand" + +#: app/modules/web/Controllers/AccountFileController.php:115 +#: app/config/strings.js.inc:40 +msgid "File not supported for preview" +msgstr "Bestand niet geschikt voor voorbeeld weergave" + +#: app/modules/web/Controllers/AccountFileController.php:140 +#: app/modules/web/Controllers/ConfigBackupController.php:162 +#: app/modules/web/Controllers/ConfigBackupController.php:208 +#: app/modules/web/Controllers/ConfigBackupController.php:254 +#: app/modules/web/Controllers/ConfigGeneralController.php:194 +#: app/modules/web/Controllers/ConfigGeneralController.php:235 +#: app/config/strings.js.inc:97 +msgid "File downloaded" +msgstr "File downloaded" + +#: app/modules/web/Controllers/AccountFileController.php:186 +msgid "INVALID QUERY" +msgstr "ONGELDIGE QUERY" + +#: app/modules/web/Controllers/AccountFileController.php:192 +#, fuzzy +msgid "There aren't any allowed extensions" +msgstr "Er zijn geen toegestande extensies" + +#: app/modules/web/Controllers/AccountFileController.php:209 +#: lib/SP/Services/Import/FileImport.php:100 +msgid "File type not allowed" +msgstr "Bestandstype niet toegestaan" + +#: app/modules/web/Controllers/AccountFileController.php:211 #, php-format -msgid "Extensión: %s" +msgid "Extension: %s" msgstr "Extension: %s" -#: ../../../modules/web/Controllers/AccountFileController.php:405 -msgid "Gestión de archivos deshabilitada" +#: app/modules/web/Controllers/AccountFileController.php:216 +msgid "Invalid file" +msgstr "Ongeldig bestand" + +#: app/modules/web/Controllers/AccountFileController.php:218 +#, php-format +msgid "File: %s" +msgstr "File: %s" + +#: app/modules/web/Controllers/AccountFileController.php:224 +#: app/modules/web/Controllers/AccountFileController.php:244 +#: lib/SP/Services/Import/FileImport.php:116 +#, fuzzy +msgid "Internal error while reading the file" +msgstr "Interne fout bij lezen bestand" + +#: app/modules/web/Controllers/AccountFileController.php:226 +#, php-format +msgid "Maximum size: %s" +msgstr "Maximum size: %s" + +#: app/modules/web/Controllers/AccountFileController.php:234 +msgid "File size exceeded" +msgstr "Bestandsgrootte overschreden" + +#: app/modules/web/Controllers/AccountFileController.php:236 +#, php-format +msgid "Maximum size: %d KB" +msgstr "Maximum size: %d KB" + +#: app/modules/web/Controllers/AccountFileController.php:256 +#: app/modules/web/Controllers/AccountFileController.php:265 +msgid "File saved" +msgstr "Bestand opgeslagen" + +#: app/modules/web/Controllers/AccountFileController.php:260 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:109 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:109 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:109 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:127 +#: app/modules/web/Controllers/ItemPresetController.php:323 +#: app/modules/web/Controllers/ItemPresetController.php:364 +#: lib/SP/Services/Auth/LoginService.php:455 +#: lib/SP/Services/Auth/LoginService.php:518 +#: lib/SP/Services/Auth/LoginService.php:564 +#: lib/SP/Services/Auth/LoginService.php:607 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:35 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:37 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:23 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:30 +msgid "Type" +msgstr "Type" + +#: app/modules/web/Controllers/AccountFileController.php:261 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:110 +msgid "Size" +msgstr "Grootte" + +#: app/modules/web/Controllers/AccountFileController.php:292 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:64 +#: app/modules/web/Controllers/AccountManagerController.php:79 +#: app/modules/web/Controllers/AccountManagerController.php:213 +#: app/modules/web/Controllers/AuthTokenController.php:71 +#: app/modules/web/Controllers/AuthTokenController.php:111 +#: app/modules/web/Controllers/AuthTokenController.php:176 +#: app/modules/web/Controllers/AuthTokenController.php:209 +#: app/modules/web/Controllers/AuthTokenController.php:254 +#: app/modules/web/Controllers/AuthTokenController.php:292 +#: app/modules/web/Controllers/AuthTokenController.php:344 +#: app/modules/web/Controllers/CategoryController.php:69 +#: app/modules/web/Controllers/CategoryController.php:106 +#: app/modules/web/Controllers/CategoryController.php:170 +#: app/modules/web/Controllers/CategoryController.php:203 +#: app/modules/web/Controllers/CategoryController.php:248 +#: app/modules/web/Controllers/CategoryController.php:290 +#: app/modules/web/Controllers/CategoryController.php:332 +#: app/modules/web/Controllers/ClientController.php:70 +#: app/modules/web/Controllers/ClientController.php:107 +#: app/modules/web/Controllers/ClientController.php:171 +#: app/modules/web/Controllers/ClientController.php:203 +#: app/modules/web/Controllers/ClientController.php:245 +#: app/modules/web/Controllers/ClientController.php:285 +#: app/modules/web/Controllers/ClientController.php:323 +#: app/modules/web/Controllers/CustomFieldController.php:71 +#: app/modules/web/Controllers/CustomFieldController.php:108 +#: app/modules/web/Controllers/CustomFieldController.php:170 +#: app/modules/web/Controllers/CustomFieldController.php:202 +#: app/modules/web/Controllers/CustomFieldController.php:236 +#: app/modules/web/Controllers/CustomFieldController.php:275 +#: app/modules/web/Controllers/CustomFieldController.php:314 +#: app/modules/web/Controllers/EventlogController.php:107 +#: app/modules/web/Controllers/ItemPresetController.php:70 +#: app/modules/web/Controllers/ItemPresetController.php:157 +#: app/modules/web/Controllers/ItemPresetController.php:197 +#: app/modules/web/Controllers/ItemPresetController.php:236 +#: app/modules/web/Controllers/ItemPresetController.php:268 +#: app/modules/web/Controllers/ItemPresetController.php:309 +#: app/modules/web/Controllers/ItemPresetController.php:350 +#: app/modules/web/Controllers/NotificationController.php:110 +#: app/modules/web/Controllers/NotificationController.php:173 +#: app/modules/web/Controllers/NotificationController.php:191 +#: app/modules/web/Controllers/NotificationController.php:223 +#: app/modules/web/Controllers/NotificationController.php:255 +#: app/modules/web/Controllers/NotificationController.php:308 +#: app/modules/web/Controllers/NotificationController.php:337 +#: app/modules/web/Controllers/NotificationController.php:372 +#: app/modules/web/Controllers/PluginController.php:111 +#: app/modules/web/Controllers/PluginController.php:133 +#: app/modules/web/Controllers/PluginController.php:277 +#: app/modules/web/Controllers/PublicLinkController.php:74 +#: app/modules/web/Controllers/PublicLinkController.php:111 +#: app/modules/web/Controllers/PublicLinkController.php:173 +#: app/modules/web/Controllers/PublicLinkController.php:201 +#: app/modules/web/Controllers/PublicLinkController.php:233 +#: app/modules/web/Controllers/PublicLinkController.php:276 +#: app/modules/web/Controllers/PublicLinkController.php:310 +#: app/modules/web/Controllers/PublicLinkController.php:354 +#: app/modules/web/Controllers/TagController.php:68 +#: app/modules/web/Controllers/TagController.php:105 +#: app/modules/web/Controllers/TagController.php:165 +#: app/modules/web/Controllers/TagController.php:197 +#: app/modules/web/Controllers/TagController.php:233 +#: app/modules/web/Controllers/TagController.php:266 +#: app/modules/web/Controllers/TagController.php:299 +#: app/modules/web/Controllers/UserController.php:75 +#: app/modules/web/Controllers/UserController.php:112 +#: app/modules/web/Controllers/UserController.php:197 +#: app/modules/web/Controllers/UserController.php:230 +#: app/modules/web/Controllers/UserController.php:266 +#: app/modules/web/Controllers/UserController.php:308 +#: app/modules/web/Controllers/UserController.php:373 +#: app/modules/web/Controllers/UserController.php:416 +#: app/modules/web/Controllers/UserController.php:455 +#: app/modules/web/Controllers/UserGroupController.php:77 +#: app/modules/web/Controllers/UserGroupController.php:114 +#: app/modules/web/Controllers/UserGroupController.php:185 +#: app/modules/web/Controllers/UserGroupController.php:217 +#: app/modules/web/Controllers/UserGroupController.php:259 +#: app/modules/web/Controllers/UserGroupController.php:300 +#: app/modules/web/Controllers/UserGroupController.php:341 +#: app/modules/web/Controllers/UserProfileController.php:70 +#: app/modules/web/Controllers/UserProfileController.php:107 +#: app/modules/web/Controllers/UserProfileController.php:174 +#: app/modules/web/Controllers/UserProfileController.php:206 +#: app/modules/web/Controllers/UserProfileController.php:248 +#: app/modules/web/Controllers/UserProfileController.php:285 +#: app/modules/web/Controllers/UserProfileController.php:323 +#: lib/SP/Core/Acl/UnauthorizedActionException.php:46 +#: lib/SP/Util/ErrorUtil.php:160 +msgid "You don't have permission to do this operation" +msgstr "U heeft hiervoor geen toegang" + +#: app/modules/web/Controllers/AccountFileController.php:355 +#: app/modules/web/Controllers/AccountFileController.php:358 +msgid "Files deleted" +msgstr "Bestanden verwijderd" + +#: app/modules/web/Controllers/AccountFileController.php:363 +msgid "File deleted" +msgstr "Bestand verwijderd" + +#: app/modules/web/Controllers/AccountFileController.php:369 +msgid "File Deleted" +msgstr "File Deleted" + +#: app/modules/web/Controllers/AccountFileController.php:405 +msgid "Files management disabled" msgstr "Bestands management uitgeschakeld" -#: ../../../modules/web/Controllers/AccountFileController.php:424 -msgid "No hay archivos asociados a la cuenta" +#: app/modules/web/Controllers/AccountFileController.php:424 +msgid "There are no linked files for the account" msgstr "There are no linked files for the account" +#: app/modules/web/Controllers/AccountManagerController.php:191 +#: app/modules/web/Controllers/AccountManagerController.php:194 +#: lib/SP/Services/Account/AccountCryptService.php:193 +msgid "Accounts updated" +msgstr "Accounts bijgewerkt" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountManagerController.php:216 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:198 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:199 -#: ../../../config/actions.xml:493 -msgid "Actualización Masiva" +#: app/modules/web/Controllers/AccountManagerController.php:216 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:198 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:199 +#: app/config/actions.xml:493 +msgid "Bulk Update" msgstr "Bulk Update" -#: ../../../modules/web/Controllers/AuthTokenController.php:114 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:155 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:156 -msgid "Nueva Autorización" +#: app/modules/web/Controllers/AuthTokenController.php:114 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:155 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:156 +msgid "New Authorization" msgstr "Nieuwe Autorisatie" -#: ../../../modules/web/Controllers/AuthTokenController.php:179 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:190 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:191 -msgid "Editar Autorización" +#: app/modules/web/Controllers/AuthTokenController.php:179 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:190 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:191 +msgid "Edit Authorization" msgstr "Wijzig Autorisatie" -#: ../../../modules/web/Controllers/AuthTokenController.php:347 -msgid "Ver Autorización" +#: app/modules/web/Controllers/AuthTokenController.php:220 +#: app/modules/web/Controllers/AuthTokenController.php:223 +msgid "Authorizations deleted" +msgstr "Autorisaties verwijderd" + +#: app/modules/web/Controllers/AuthTokenController.php:233 +#: app/modules/web/Controllers/AuthTokenController.php:237 +msgid "Authorization deleted" +msgstr "Autorisatie verwijderd" + +#: app/modules/web/Controllers/AuthTokenController.php:234 +#: app/modules/web/Controllers/AuthTokenController.php:306 +#: app/modules/web/Controllers/AuthTokenController.php:315 +#: app/modules/web/Controllers/AuthTokenController.php:356 +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:71 +msgid "Authorization" +msgstr "Authorization" + +#: app/modules/web/Controllers/AuthTokenController.php:269 +msgid "Authorization added" +msgstr "Autorisatie toegevoegd" + +#: app/modules/web/Controllers/AuthTokenController.php:305 +#: app/modules/web/Controllers/AuthTokenController.php:314 +#: app/modules/web/Controllers/AuthTokenController.php:321 +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:70 +msgid "Authorization updated" +msgstr "Autorisatie bijgewerkt" + +#: app/modules/web/Controllers/AuthTokenController.php:347 +msgid "View Authorization" msgstr "Bekijk Autorisatie" +#: app/modules/web/Controllers/AuthTokenController.php:355 +msgid "Authorization viewed" +msgstr "Authorization viewed" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/CategoryController.php:109 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:152 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:153 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:118 -#: ../../../config/actions.xml:307 -msgid "Nueva Categoría" +#: app/modules/web/Controllers/CategoryController.php:109 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:152 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:153 +#: app/modules/web/themes/material-blue/views/account/account.inc:118 +#: app/config/actions.xml:307 +msgid "New Category" msgstr "Nieuwe Categorie" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/CategoryController.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:170 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:171 -#: ../../../config/actions.xml:313 -msgid "Editar Categoría" +#: app/modules/web/Controllers/CategoryController.php:173 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:170 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:171 +#: app/config/actions.xml:313 +msgid "Edit Category" msgstr "Wijzig Categorie" +#: app/modules/web/Controllers/CategoryController.php:214 +#: app/modules/web/Controllers/CategoryController.php:217 +msgid "Categories deleted" +msgstr "Categorieën verwijderd" + +#: app/modules/web/Controllers/CategoryController.php:228 +#: app/modules/web/Controllers/CategoryController.php:264 +#: app/modules/web/Controllers/CategoryController.php:306 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:247 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:115 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:106 +#: lib/SP/Services/Import/KeepassImport.php:104 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:72 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:74 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:45 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:51 +#: app/modules/web/themes/material-blue/views/account/account.inc:103 +#: app/modules/web/themes/material-blue/views/account/account.inc:105 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:51 +msgid "Category" +msgstr "Categorie" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/CategoryController.php:335 -#: ../../../config/actions.xml:301 -msgid "Ver Categoría" +#: app/modules/web/Controllers/CategoryController.php:335 +#: app/config/actions.xml:301 +msgid "View Category" msgstr "Bekijk Categorie" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ClientController.php:110 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:155 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:156 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:93 -#: ../../../config/actions.xml:337 +#: app/modules/web/Controllers/ClientController.php:110 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:155 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:156 +#: app/modules/web/themes/material-blue/views/account/account.inc:93 +#: app/config/actions.xml:337 #, fuzzy -msgid "Nuevo Cliente" +msgid "New Client" msgstr "Nieuwe Klant" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ClientController.php:174 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:174 -#: ../../../config/actions.xml:343 +#: app/modules/web/Controllers/ClientController.php:174 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:173 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:174 +#: app/config/actions.xml:343 #, fuzzy -msgid "Editar Cliente" +msgid "Edit Client" msgstr "Wijzig Klant" -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/ClientController.php:326 -#: ../../../config/actions.xml:331 +#: app/modules/web/Controllers/ClientController.php:213 +#: app/modules/web/Controllers/ClientController.php:216 #, fuzzy -msgid "Ver Cliente" +msgid "Clients deleted" +msgstr "Klanten verwijderd" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/ClientController.php:326 +#: app/config/actions.xml:331 +#, fuzzy +msgid "View Client" msgstr "Bekijk Klant" -#: ../../../modules/web/Controllers/ConfigBackupController.php:195 -#: ../../../modules/web/Controllers/ConfigBackupController.php:241 -#: ../../../modules/web/Controllers/ConfigGeneralController.php:183 -#: ../../../modules/web/Controllers/ConfigGeneralController.php:229 -msgid "Ey, esto es una DEMO!!" +#: app/modules/web/Controllers/ConfigAccountController.php:74 +#, fuzzy +msgid "Maximum size per file is 16MB" +msgstr "Het maxiumale bestands formaat is 16MB per bestand" + +#: app/modules/web/Controllers/ConfigAccountController.php:82 +msgid "Files enabled" +msgstr "Files enabled" + +#: app/modules/web/Controllers/ConfigAccountController.php:87 +msgid "Files disabled" +msgstr "Files disabled" + +#: app/modules/web/Controllers/ConfigAccountController.php:100 +msgid "Public links enabled" +msgstr "Public links enabled" + +#: app/modules/web/Controllers/ConfigAccountController.php:105 +msgid "Public links disabled" +msgstr "Public links disabled" + +#: app/modules/web/Controllers/ConfigBackupController.php:57 +#: app/modules/web/Controllers/ConfigBackupController.php:195 +#: app/modules/web/Controllers/ConfigBackupController.php:241 +#: app/modules/web/Controllers/ConfigEncryptionController.php:97 +#: app/modules/web/Controllers/ConfigEncryptionController.php:159 +#: app/modules/web/Controllers/ConfigGeneralController.php:183 +#: app/modules/web/Controllers/ConfigGeneralController.php:229 +#: app/modules/web/Controllers/ConfigImportController.php:59 +#: app/modules/web/Controllers/ConfigLdapController.php:226 +#: app/modules/web/Controllers/Traits/ConfigTrait.php:55 +#: app/modules/web/Forms/UserForm.php:131 +#: app/modules/web/Forms/UserForm.php:153 +#: app/modules/web/Forms/UserForm.php:171 +msgid "Ey, this is a DEMO!!" msgstr "Hallo, dit is een DEMO!!" -#: ../../../modules/web/Controllers/ConfigLdapController.php:153 -#: ../../../modules/web/Controllers/ConfigLdapController.php:197 -msgid "Resultados" +#: app/modules/web/Controllers/ConfigBackupController.php:90 +#: app/modules/web/Controllers/UserPassResetController.php:183 +#: app/modules/web/Forms/AccountForm.php:135 +#: app/modules/web/Forms/UserForm.php:161 +#, fuzzy +msgid "Passwords do not match" +msgstr "De wachtwoorden zijn niet gelijk" + +#: app/modules/web/Controllers/ConfigBackupController.php:121 +msgid "Verification of exported data finished" +msgstr "Verification of exported data finished" + +#: app/modules/web/Controllers/ConfigBackupController.php:122 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:113 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:237 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:163 +#: app/modules/web/themes/material-blue/views/config/info.inc:49 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:34 +msgid "Version" +msgstr "Versie" + +#: app/modules/web/Controllers/ConfigBackupController.php:123 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:128 +#: app/modules/web/themes/material-blue/views/common/aux-customfields.inc:17 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:90 +msgid "Encrypted" +msgstr "Encrypted" + +#: app/modules/web/Controllers/ConfigBackupController.php:123 +#: app/modules/web/themes/material-blue/views/config/info.inc:140 +msgid "Yes" +msgstr "Ja" + +#: app/modules/web/Controllers/ConfigBackupController.php:123 +#: app/modules/web/themes/material-blue/views/config/info.inc:140 +msgid "No" +msgstr "Nee" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/ConfigBackupController.php:124 +#: app/modules/web/Controllers/ConfigManagerController.php:174 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:101 +#: lib/SP/Providers/Notification/NotificationHandler.php:125 +#: lib/SP/Providers/Notification/NotificationHandler.php:156 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:74 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:25 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:394 +#: app/config/actions.xml:13 +msgid "Accounts" +msgstr "Accounts" + +#: app/modules/web/Controllers/ConfigBackupController.php:125 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:93 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:76 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:330 +#, fuzzy +msgid "Clients" +msgstr "Klanten" + +#: app/modules/web/Controllers/ConfigBackupController.php:126 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:94 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:75 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:298 +msgid "Categories" +msgstr "Categorieen" + +#: app/modules/web/Controllers/ConfigBackupController.php:127 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:94 +#: app/modules/web/themes/material-blue/views/account/account.inc:211 +#: app/modules/web/themes/material-blue/views/account/account.inc:213 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:94 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:314 +msgid "Tags" +msgstr "Tags" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:73 +#: app/modules/web/Controllers/ConfigEncryptionController.php:147 +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 +#: lib/SP/Services/Auth/LoginService.php:300 +#: lib/SP/Services/Auth/LoginService.php:324 +#: lib/SP/Services/User/UpdatedMasterPassException.php:45 +#: lib/SP/Util/ErrorUtil.php:164 +#, fuzzy +msgid "Master password updated" +msgstr "Master Wachtwoord bijgewerkt" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:73 +#: app/modules/web/Controllers/ConfigEncryptionController.php:147 +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 +#: lib/SP/Services/User/UpdatedMasterPassException.php:45 +#: lib/SP/Util/ErrorUtil.php:165 +#, fuzzy +msgid "Please, restart the session for update it" +msgstr "Herstart sessie om bij te werken" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:77 +#, fuzzy +msgid "Master password not entered" +msgstr "Master Wachtwoord nodig" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:81 +msgid "The password update must be confirmed" +msgstr "De wachtwoord wijziging moet bevestigd worden" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:85 +#, fuzzy +msgid "Passwords are the same" +msgstr "De wachtwoorden zijn gelijk" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:89 +#, fuzzy +msgid "Master passwords do not match" +msgstr "De master wachtwoorden zijn niet gelijk" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:93 +msgid "The current master password does not match" +msgstr "Het huidige master wachtwoord matched niet" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:143 +#, fuzzy +msgid "Error while saving the Master Password's hash" +msgstr "Fout bij opslaan van Master Wachtwoord" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:166 +#: app/modules/web/Controllers/ConfigEncryptionController.php:168 +msgid "Master password hash updated" +msgstr "Master wachtwoord hash is geupdate" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:175 +msgid "Error while updating the master password hash" +msgstr "Fout tijdens het bijwerken van de hash van het hoofdwachtwoord." + +#: app/modules/web/Controllers/ConfigEncryptionController.php:199 +#: app/modules/web/Controllers/ConfigEncryptionController.php:205 +#: app/modules/web/Controllers/ConfigEncryptionController.php:209 +msgid "Temporary password generated" +msgstr "Temporary password generated" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:199 +#: app/modules/web/Controllers/ConfigMailController.php:146 +#: app/modules/web/Controllers/ConfigMailController.php:152 +#: lib/SP/Services/Mail/MailService.php:141 +msgid "Email sent" +msgstr "" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:205 +#: lib/SP/Services/Mail/MailService.php:81 +#: lib/SP/Services/Mail/MailService.php:151 +msgid "Error while sending the email" +msgstr "Error while sending the email" + +#: app/modules/web/Controllers/ConfigGeneralController.php:96 +msgid "Missing remote syslog parameters" +msgstr "Remote Syslog parameters niet opgegeven" + +#: app/modules/web/Controllers/ConfigGeneralController.php:104 +msgid "Remote syslog enabled" +msgstr "Remote syslog enabled" + +#: app/modules/web/Controllers/ConfigGeneralController.php:109 +msgid "Remote syslog disabled" +msgstr "Remote syslog uitegeschakels" + +#: app/modules/web/Controllers/ConfigGeneralController.php:122 +#, fuzzy +msgid "Missing Proxy parameters " +msgstr "Missende proxy parameters" + +#: app/modules/web/Controllers/ConfigGeneralController.php:136 +msgid "Proxy enabled" +msgstr "Proxy geactiveerd" + +#: app/modules/web/Controllers/ConfigGeneralController.php:141 +msgid "Proxy disabled" +msgstr "Proxy uitgeschakeld" + +#: app/modules/web/Controllers/ConfigGeneralController.php:160 +msgid "Auth Basic enabled" +msgstr "Auth Basic enabled" + +#: app/modules/web/Controllers/ConfigGeneralController.php:166 +msgid "Auth Basic disabled" +msgstr "Auth Basic disabled" + +#: app/modules/web/Controllers/ConfigImportController.php:78 +msgid "Accounts imported" +msgstr "Accounts zijn geïmporteerd" + +#: app/modules/web/Controllers/ConfigImportController.php:82 +#: app/modules/web/Controllers/ConfigLdapController.php:268 +msgid "Import finished" +msgstr "Import succesvol" + +#: app/modules/web/Controllers/ConfigImportController.php:82 +#: app/modules/web/Controllers/ConfigImportController.php:85 +#: lib/SP/Services/Backup/FileBackupService.php:120 +#: lib/SP/Services/Export/XmlExportService.php:205 +#, fuzzy +msgid "Please check out the event log for more details" +msgstr "Check het eventlog voor mij" + +#: app/modules/web/Controllers/ConfigImportController.php:85 +msgid "No accounts were imported" +msgstr "No accounts were imported" + +#: app/modules/web/Controllers/ConfigLdapController.php:71 +#: app/modules/web/Controllers/ConfigLdapController.php:143 +#: app/modules/web/Controllers/ConfigLdapController.php:181 +msgid "Missing LDAP parameters" +msgstr "Missende LDAP parameters" + +#: app/modules/web/Controllers/ConfigLdapController.php:90 +msgid "LDAP enabled" +msgstr "LDAP geactiveerd" + +#: app/modules/web/Controllers/ConfigLdapController.php:95 +msgid "LDAP disabled" +msgstr "LDAP uitgeschakeld" + +#: app/modules/web/Controllers/ConfigLdapController.php:97 +#: app/modules/web/Controllers/ConfigMailController.php:106 +#: app/config/strings.js.inc:80 +msgid "No changes" +msgstr "Geen wijzigingen" + +#: app/modules/web/Controllers/ConfigLdapController.php:117 +#: app/modules/web/Controllers/ConfigLdapController.php:246 +msgid "Wrong LDAP parameters" +msgstr "Wrong LDAP parameters" + +#: app/modules/web/Controllers/ConfigLdapController.php:153 +#: app/modules/web/Controllers/ConfigLdapController.php:197 +msgid "Results" msgstr "Resultaten" -#: ../../../modules/web/Controllers/ConfigLdapController.php:159 -#: ../../../modules/web/Controllers/ConfigLdapController.php:204 +#: app/modules/web/Controllers/ConfigLdapController.php:158 +#: app/modules/web/Controllers/ConfigLdapController.php:203 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:95 +msgid "LDAP connection OK" +msgstr "LDAP connectie gelukt" + +#: app/modules/web/Controllers/ConfigLdapController.php:159 +#: app/modules/web/Controllers/ConfigLdapController.php:204 #, php-format -msgid "Objetos encontrados: %d" +msgid "Objects found: %d" msgstr "Voorwerpen gevonden: %d" -#: ../../../modules/web/Controllers/ConfigLdapController.php:279 +#: app/modules/web/Controllers/ConfigLdapController.php:253 +msgid "LDAP Import" +msgstr "LDAP Import" + +#: app/modules/web/Controllers/ConfigLdapController.php:272 +msgid "There aren't any objects to synchronize" +msgstr "Er is niets om te synchroniseren" + +#: app/modules/web/Controllers/ConfigLdapController.php:277 +msgid "LDAP users import finished" +msgstr "LDAP gebruikers importeren afgerond" + +#: app/modules/web/Controllers/ConfigLdapController.php:279 #, php-format -msgid "Usuarios importados: %d / %d" +msgid "Imported users: %d / %d" msgstr "Imported users: %d / %d" -#: ../../../modules/web/Controllers/ConfigLdapController.php:280 +#: app/modules/web/Controllers/ConfigLdapController.php:280 #, php-format -msgid "Errores: %d" +msgid "Errors: %d" msgstr "Errors: %d" -#: ../../../modules/web/Controllers/ConfigManagerController.php:160 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:134 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:20 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:18 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:446 +#: app/modules/web/Controllers/ConfigMailController.php:72 +#: app/modules/web/Controllers/ConfigMailController.php:133 +msgid "Missing Mail parameters" +msgstr "Missende Email parameters" + +#: app/modules/web/Controllers/ConfigMailController.php:97 +msgid "Mail enabled" +msgstr "Email geactiveerd" + +#: app/modules/web/Controllers/ConfigMailController.php:104 +msgid "Mail disabled" +msgstr "Email uitgeschakeld" + +#: app/modules/web/Controllers/ConfigMailController.php:147 +#: lib/SP/Services/Mail/MailService.php:142 +msgid "Recipient" +msgstr "Ontvanger" + +#: app/modules/web/Controllers/ConfigMailController.php:153 +msgid "Please, check your inbox" +msgstr "Please, check your inbox" + +#: app/modules/web/Controllers/ConfigManagerController.php:160 +#: app/modules/web/themes/material-blue/views/install/index.inc:134 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:20 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:18 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:446 msgid "General" msgstr "Algemeen" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ConfigManagerController.php:189 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:29 -#: ../../../config/actions.xml:37 +#: app/modules/web/Controllers/ConfigManagerController.php:189 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:29 +#: app/config/actions.xml:37 msgid "Wiki" msgstr "Wiki" -#: ../../../modules/web/Controllers/ConfigManagerController.php:208 +#: app/modules/web/Controllers/ConfigManagerController.php:208 msgid "LDAP" msgstr "LDAP" -#: ../../../modules/web/Controllers/ConfigManagerController.php:234 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:12 -msgid "Correo" +#: app/modules/web/Controllers/ConfigManagerController.php:234 +#: app/modules/web/themes/material-blue/views/config/mail.inc:12 +msgid "Mail" msgstr "Email" -#: ../../../modules/web/Controllers/ConfigManagerController.php:273 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:462 -msgid "Encriptación" +#: app/modules/web/Controllers/ConfigManagerController.php:273 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:462 +msgid "Encryption" msgstr "Encryptie" -#: ../../../modules/web/Controllers/ConfigManagerController.php:301 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:61 +#: app/modules/web/Controllers/ConfigManagerController.php:301 +#: app/modules/web/themes/material-blue/views/config/backup.inc:61 #, fuzzy -msgid "No se encontraron backups" +msgid "There aren't any backups available" msgstr "Er zijn geen backups beschikbaar" -#: ../../../modules/web/Controllers/ConfigManagerController.php:311 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:132 -msgid "No se encontró archivo de exportación" +#: app/modules/web/Controllers/ConfigManagerController.php:311 +#: app/modules/web/themes/material-blue/views/config/backup.inc:132 +msgid "No export file found" msgstr "Geen export bestand gevonden" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ConfigManagerController.php:314 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:24 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:78 -#: ../../../config/actions.xml:739 -msgid "Copia de Seguridad" +#: app/modules/web/Controllers/ConfigManagerController.php:314 +#: app/modules/web/themes/material-blue/views/config/backup.inc:24 +#: app/modules/web/themes/material-blue/views/config/backup.inc:78 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:478 +#: app/config/actions.xml:739 +msgid "Backup" msgstr "Backup" -#: ../../../modules/web/Controllers/ConfigManagerController.php:331 -msgid "Importar Cuentas" +#: app/modules/web/Controllers/ConfigManagerController.php:331 +msgid "Import Accounts" msgstr "Importeer Accounts" -#: ../../../modules/web/Controllers/ConfigManagerController.php:353 -msgid "No instalado" +#: app/modules/web/Controllers/ConfigManagerController.php:353 +msgid "Not installed" msgstr "Niet geïnstalleerd" -#: ../../../modules/web/Controllers/ConfigManagerController.php:363 -msgid "Información" +#: app/modules/web/Controllers/ConfigManagerController.php:363 +#: app/modules/web/themes/material-blue/inc/Icons.php:63 +msgid "Information" msgstr "Informatie" -#: ../../../modules/web/Controllers/CustomFieldController.php:111 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:159 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:160 -msgid "Nuevo Campo" +#: app/modules/web/Controllers/ConfigWikiController.php:63 +msgid "Missing Wiki parameters" +msgstr "Missende Wiki parameters" + +#: app/modules/web/Controllers/ConfigWikiController.php:73 +msgid "Wiki enabled" +msgstr "Wiki geactiveerd" + +#: app/modules/web/Controllers/ConfigWikiController.php:78 +msgid "Wiki disabled" +msgstr "Wiki uitgeschakeld" + +#: app/modules/web/Controllers/ConfigWikiController.php:91 +msgid "Missing DokuWiki parameters" +msgstr "Ontbrekende DokuWiki-parameters" + +#: app/modules/web/Controllers/ConfigWikiController.php:103 +msgid "DokuWiki enabled" +msgstr "DokuWiki enabled" + +#: app/modules/web/Controllers/ConfigWikiController.php:108 +msgid "DokuWiki disabled" +msgstr "DokuWiki uitgeschakeld" + +#: app/modules/web/Controllers/CustomFieldController.php:111 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:159 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:160 +msgid "New Field" msgstr "Nieuw Veld" -#: ../../../modules/web/Controllers/CustomFieldController.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:177 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:178 -msgid "Editar Campo" +#: app/modules/web/Controllers/CustomFieldController.php:173 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:177 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:178 +msgid "Edit Field" msgstr "Wijzig Veld" -#: ../../../modules/web/Controllers/CustomFieldController.php:317 -msgid "Ver Campo" +#: app/modules/web/Controllers/CustomFieldController.php:209 +#: app/modules/web/Controllers/CustomFieldController.php:212 +msgid "Fields deleted" +msgstr "Velden verwijderd" + +#: app/modules/web/Controllers/CustomFieldController.php:218 +msgid "Field deleted" +msgstr "Veld verwijderd" + +#: app/modules/web/Controllers/CustomFieldController.php:248 +#: app/modules/web/Controllers/CustomFieldController.php:252 +msgid "Field added" +msgstr "Veld toegevoegd" + +#: app/modules/web/Controllers/CustomFieldController.php:249 +#: app/modules/web/Controllers/CustomFieldController.php:288 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:88 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:157 +msgid "Field" +msgstr "Field" + +#: app/modules/web/Controllers/CustomFieldController.php:287 +#: app/modules/web/Controllers/CustomFieldController.php:291 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldData.php:74 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:87 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:156 +msgid "Field updated" +msgstr "Veld bijgewerkt" + +#: app/modules/web/Controllers/CustomFieldController.php:317 +msgid "View Field" msgstr "View Field" -#: ../../../modules/web/Controllers/ErrorController.php:107 +#: app/modules/web/Controllers/ErrorController.php:107 #, fuzzy -msgid "Aplicación en mantenimiento" +msgid "Application on maintenance" msgstr "Applicatie in onderhoud" -#: ../../../modules/web/Controllers/ErrorController.php:108 -msgid "En breve estará operativa" +#: app/modules/web/Controllers/ErrorController.php:108 +msgid "It will be running shortly" msgstr "Een moment geduld" -#: ../../../modules/web/Controllers/ErrorController.php:123 -#, fuzzy -msgid "Error en la verificación de la base de datos" -msgstr "Fout bij het checken van de database" +#: app/modules/web/Controllers/ErrorController.php:123 +#: lib/SP/Services/Install/MySQL.php:363 +msgid "Error while checking the database" +msgstr "Fout tijdens het controleren van de database" -#: ../../../modules/web/Controllers/ErrorController.php:139 +#: app/modules/web/Controllers/ErrorController.php:124 +#: app/modules/web/Controllers/ErrorController.php:140 +#: app/modules/web/Controllers/UserPassResetController.php:96 +#: 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:149 lib/SP/Util/ErrorUtil.php:153 +#: lib/SP/Util/ErrorUtil.php:157 lib/SP/Util/ErrorUtil.php:161 +#: lib/SP/Util/ErrorUtil.php:169 lib/SP/Util/ErrorUtil.php:176 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:13 +msgid "Please contact to the administrator" +msgstr "Neem contact op met de system administrator" + +#: app/modules/web/Controllers/ErrorController.php:139 +#: 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 #, fuzzy -msgid "No es posible conectar con la BD" +msgid "Unable to connect to DB" msgstr "Kan geen verbinding maken met de DB" -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:89 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:90 -msgid "Ver Actual" +#: app/modules/web/Controllers/EventlogController.php:127 +#: app/modules/web/Controllers/EventlogController.php:130 +msgid "Event log cleared" +msgstr "Event log opgeschoond" + +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:89 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:90 +msgid "View Current" msgstr "Bekijk Huidig" -#: ../../../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:123 -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:67 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:360 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:173 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:310 -#: ../../../modules/web/themes/material-blue/views/config/general.inc:28 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:91 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:193 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:295 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:440 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:206 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:294 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:211 -msgid "Atrás" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:135 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:136 +#: app/modules/web/themes/material-blue/inc/Icons.php:49 +#: app/modules/web/themes/material-blue/views/_partials/error.inc:14 +#: app/modules/web/themes/material-blue/views/_partials/error.inc:15 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:123 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:67 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:360 +#: app/modules/web/themes/material-blue/views/config/backup.inc:173 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:310 +#: app/modules/web/themes/material-blue/views/config/general.inc:28 +#: app/modules/web/themes/material-blue/views/config/import.inc:91 +#: app/modules/web/themes/material-blue/views/config/info.inc:193 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:295 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:440 +#: app/modules/web/themes/material-blue/views/config/mail.inc:206 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:294 +#: app/modules/web/themes/material-blue/views/error/error-database.inc:13 +#: app/modules/web/themes/material-blue/views/error/error-database.inc:14 +#: app/modules/web/themes/material-blue/views/error/error-maintenance.inc:13 +#: app/modules/web/themes/material-blue/views/error/error-maintenance.inc:14 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:40 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:50 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:211 +msgid "Back" msgstr "Terug" -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:196 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:197 -msgid "Solicitar Modificación" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:196 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:197 +msgid "Request Modification" msgstr "Aanvraag Modificatie" -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:217 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:218 -msgid "Restaurar cuenta desde este punto" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:217 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:218 +msgid "Restore account from this point" msgstr "Herstel account vanaf dit punt" -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:237 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:238 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:130 -msgid "Guardar" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:237 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:238 +#: app/modules/web/themes/material-blue/inc/Icons.php:51 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:130 +msgid "Save" msgstr "Opslaan" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:354 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:355 -#: ../../../config/actions.xml:439 -msgid "Actualizar Enlace Público" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:354 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:355 +#: app/config/actions.xml:439 +msgid "Update Public Link" msgstr "Update Public Link" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:377 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:378 -#: ../../../config/actions.xml:433 -msgid "Eliminar Enlace Público" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:377 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:378 +#: app/config/actions.xml:433 +msgid "Delete Public Link" msgstr "Delete Public Link" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:397 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:398 -#: ../../../config/actions.xml:421 -msgid "Crear Enlace Público" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:397 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:398 +#: app/config/actions.xml:421 +msgid "Create Public Link" msgstr "Publieke link aanmaken" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:418 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:419 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:463 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:464 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:69 -#: ../../../config/actions.xml:175 ../../../config/actions.xml:265 -msgid "Ver Clave" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:418 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:419 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:463 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:464 +#: app/modules/web/themes/material-blue/inc/Icons.php:34 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:69 +#: app/config/actions.xml:175 app/config/actions.xml:265 +msgid "View password" msgstr "Bekijk wachtwoord" -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:440 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:441 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:485 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:486 -msgid "Copiar Clave en Portapapeles" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:440 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:441 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:485 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:486 +msgid "Copy Password to Clipboard" msgstr "Kopieer Wachtwoord naar klembord" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:508 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:509 -#: ../../../config/actions.xml:193 -msgid "Copiar Cuenta" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:508 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:509 +#: app/config/actions.xml:193 +msgid "Copy Account" msgstr "Kopieer Account" -#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:69 -#: ../../../config/strings.js.inc:72 -msgid "Clave de Cuenta" +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:69 +#: app/config/strings.js.inc:72 +msgid "Account Password" msgstr "Account Wachtwoord" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:177 -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:178 -msgid "Más Acciones" +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:96 +#: lib/SP/Core/Acl/AccountPermissionException.php:45 +#: lib/SP/Util/ErrorUtil.php:152 +#, fuzzy +msgid "You don't have permission to access this account" +msgstr "U heeft geen permissie op dit account" + +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:177 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:178 +msgid "More Actions" msgstr "Meer acties" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:233 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:114 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:105 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:109 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:41 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:47 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:57 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:59 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:34 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:40 -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:35 -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:41 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:80 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:32 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:36 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:234 #, fuzzy -msgid "Cliente" -msgstr "Klant" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:234 -#, fuzzy -msgid "Ordenar por Cliente" +msgid "Sort by Client" msgstr "Sorteer bij Klant" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:240 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:113 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:104 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:105 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:108 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:116 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:107 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:30 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:43 -#: ../../../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:65 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:54 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:39 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:23 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:23 -#: ../../../modules/web/themes/material-blue/views/itemshow/tag.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:35 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:24 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:533 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:22 -msgid "Nombre" -msgstr "Naam" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:241 -msgid "Ordenar por Nombre" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:241 +msgid "Sort by Name" msgstr "Sorteer bij Naam" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:247 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:115 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:106 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:72 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:74 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:45 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:51 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:103 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:105 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:70 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:49 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:51 -msgid "Categoría" -msgstr "Categorie" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:248 -msgid "Ordenar por Categoría" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:248 +msgid "Sort by Category" msgstr "Sorteer bij Categorie" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:254 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:110 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:112 -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:105 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:63 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:69 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:101 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:67 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:73 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:141 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:76 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:25 -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:67 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:61 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:149 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:106 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:113 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:233 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:247 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:24 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:31 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:33 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:36 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:65 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:67 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:18 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:97 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:24 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:94 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:75 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:77 -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:19 -msgid "Usuario" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:254 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:110 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:112 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:105 +#: app/modules/web/Controllers/LoginController.php:122 +#: app/modules/web/Controllers/UserController.php:287 +#: app/modules/web/Controllers/UserController.php:323 +#: app/modules/web/Controllers/UserController.php:388 +#: app/modules/web/Controllers/UserController.php:429 +#: app/modules/web/Controllers/UserPassResetController.php:197 +#: lib/SP/Core/Acl/Acl.php:301 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:220 +#: lib/SP/Services/Auth/LoginService.php:238 +#: lib/SP/Services/Auth/LoginService.php:390 +#: lib/SP/Services/Auth/LoginService.php:457 +#: lib/SP/Services/Auth/LoginService.php:565 +#: lib/SP/Services/Auth/LoginService.php:608 +#: lib/SP/Services/Ldap/LdapImportService.php:238 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:63 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:69 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:101 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:67 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:73 +#: app/modules/web/themes/material-blue/views/account/account.inc:141 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:76 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:25 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:67 +#: app/modules/web/themes/material-blue/views/config/info.inc:61 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:149 +#: app/modules/web/themes/material-blue/views/config/mail.inc:106 +#: app/modules/web/themes/material-blue/views/config/mail.inc:113 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:233 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:247 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:24 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:31 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:33 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:65 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:67 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:18 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:97 +#: app/modules/web/themes/material-blue/views/login/index.inc:24 +#: app/modules/web/themes/material-blue/views/login/index.inc:94 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:75 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:77 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:19 +msgid "User" msgstr "Gebruiker" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:255 -msgid "Ordenar por Usuario" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:255 +msgid "Sort by Username" msgstr "Sorteer bij Gebruikersnaam" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:261 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:52 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:58 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:88 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:56 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:62 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:128 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:81 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:261 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:52 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:58 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:88 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:56 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:62 +#: app/modules/web/themes/material-blue/views/account/account.inc:128 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:81 msgid "URL / IP" msgstr "URL / IP" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:262 -msgid "Ordenar por URL / IP" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:262 +msgid "Sort by URL / IP" msgstr "Sorteer bij URL / IP" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:79 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:80 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:70 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:71 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:74 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:71 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:71 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:75 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:76 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:90 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:91 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:74 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:75 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:74 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:82 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:83 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:74 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:74 -msgid "Eliminar Seleccionados" +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:79 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:80 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:70 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:71 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:71 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:71 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:75 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:76 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:90 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:91 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:75 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:82 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:83 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:74 +msgid "Delete Selected" msgstr "Verwijder selectie" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:116 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:158 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:42 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:44 -msgid "Propietario" +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:116 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:158 +#: app/modules/web/themes/material-blue/views/account/details.inc:42 +#: app/modules/web/themes/material-blue/views/account/details.inc:44 +msgid "Owner" msgstr "Owner" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:117 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:175 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:50 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:52 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:79 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:81 -msgid "Grupo Principal" +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:117 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:175 +#: app/modules/web/themes/material-blue/views/account/details.inc:50 +#: app/modules/web/themes/material-blue/views/account/details.inc:52 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:79 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:81 +msgid "Main Group" msgstr "Hoofd Groep" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:149 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:145 -#: ../../../config/actions.xml:499 ../../../config/actions.xml:805 -msgid "Buscar Cuenta" +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:149 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:145 +#: app/config/actions.xml:499 app/config/actions.xml:805 +msgid "Search for Account" msgstr "Zoeken naar Account" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:92 -msgid "Cuentas (H)" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:92 +msgid "Accounts (H)" msgstr "Accounts (H)" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:126 -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:100 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:106 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:122 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:190 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:251 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:48 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:55 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:38 -msgid "Fecha" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:126 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:100 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:106 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:122 +#: app/modules/web/themes/material-blue/views/account/account.inc:190 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:251 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:48 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:55 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:38 +msgid "Date" msgstr "Datum" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:108 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:130 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:109 -msgid "Estado" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:108 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:130 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:109 +msgid "Status" msgstr "Status" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:129 -msgid "Modificada" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:129 +msgid "Modified" msgstr "Aangepast" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:130 -msgid "Eliminada" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:130 +msgid "Removed" msgstr "Verwijderd" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:160 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:161 -#: ../../../config/actions.xml:187 ../../../config/actions.xml:811 -msgid "Restaurar Cuenta" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:160 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:161 +#: app/config/actions.xml:187 app/config/actions.xml:811 +msgid "Account Restore" msgstr "Account Herstel" -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:95 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:362 -msgid "Autorizaciones API" +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:95 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:362 +msgid "API Authorizations" msgstr "API Autorisaties" -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:108 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:36 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:38 -msgid "Acción" +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:108 +#: lib/SP/Core/Acl/Acl.php:300 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:38 +msgid "Action" msgstr "Actie" -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:140 -msgid "Buscar Token" +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:140 +msgid "Search for Token" msgstr "Zoeken naar Sleutel" -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:174 -msgid "Ver token de Autorización" +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:173 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:174 +msgid "View Authorization token" msgstr "Bekijk Autorisatie Sleutel" -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:207 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:208 -msgid "Eliminar Autorización" +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:207 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:208 +msgid "Delete Authorization" msgstr "Verwijder Autorisatie" -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:105 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:129 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:108 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:36 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:37 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:61 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:68 -msgid "Descripción" -msgstr "Omschrijving" - #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:137 -#: ../../../config/actions.xml:325 -msgid "Buscar Categoría" +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:137 +#: app/config/actions.xml:325 +msgid "Search for Category" msgstr "Zoeken naar Categorie" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:187 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:188 -#: ../../../config/actions.xml:319 -msgid "Eliminar Categoría" +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:187 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:188 +#: app/config/actions.xml:319 +msgid "Delete Category" msgstr "Verwijder Categorie" -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:123 -#: ../../../config/strings.js.inc:66 -msgid "SI" +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:123 +#: app/config/strings.js.inc:66 +msgid "YES" msgstr "JA" -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:123 -#: ../../../config/strings.js.inc:67 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:123 +#: app/config/strings.js.inc:67 msgid "NO" msgstr "NEE" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:140 -#: ../../../config/actions.xml:355 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:140 +#: app/config/actions.xml:355 #, fuzzy -msgid "Buscar Cliente" +msgid "Search for Client" msgstr "Zoeken naar Klant" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:190 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:191 -#: ../../../config/actions.xml:349 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:190 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:191 +#: app/config/actions.xml:349 #, fuzzy -msgid "Eliminar Cliente" +msgid "Delete Client" msgstr "Verwijder Klant" -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:95 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:33 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:346 -msgid "Campos Personalizados" +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:95 +#: app/modules/web/themes/material-blue/views/account/account.inc:33 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:346 +msgid "Custom Fields" msgstr "Aangepaste velden" -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:108 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:49 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:51 -msgid "Módulo" +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:108 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:51 +msgid "Module" msgstr "Module" -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:109 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:109 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:109 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:127 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:35 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:37 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:23 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:30 -msgid "Tipo" -msgstr "Type" - -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:110 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:120 -msgid "Propiedades" +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:110 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:120 +msgid "Properties" msgstr "Eigenschappen" -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:128 -#: ../../../modules/web/themes/material-blue/views/common/aux-customfields.inc:17 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:90 -msgid "Encriptado" -msgstr "Encrypted" - -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:144 -msgid "Buscar Campo" +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:144 +msgid "Search for Field" msgstr "Zoeken naar Veld" -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:194 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:195 -msgid "Eliminar Campo" +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:194 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:195 +msgid "Delete Field" msgstr "Verwijder Veld" #. (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" +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:87 +#: app/modules/web/themes/material-blue/views/eventlog/index.inc:1 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:514 +#: app/config/actions.xml:133 +msgid "Event Log" msgstr "Event Log" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:99 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:97 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:99 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:99 +#: app/modules/web/Controllers/ItemPresetController.php:289 +#: app/modules/web/Controllers/ItemPresetController.php:324 +#: app/modules/web/Controllers/ItemPresetController.php:365 +#: app/modules/web/themes/material-blue/views/account/details.inc:97 +#: app/modules/web/themes/material-blue/views/account/details.inc:99 msgid "ID" msgstr "ID" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:100 -msgid "Fecha / Hora" +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:100 +msgid "Date / Time" msgstr "Datum / Tijd" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:101 -msgid "Nivel" +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:101 +msgid "Level" msgstr "Niveau" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:102 -msgid "Evento" +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:102 +msgid "Event" msgstr "Evenement" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:103 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:117 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:50 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:33 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:103 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:117 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:50 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:33 msgid "Login" msgstr "Inloggen" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:104 -msgid "IP" -msgstr "IP" +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:165 +#: app/config/actions.xml:139 +msgid "Search for Events" +msgstr "" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:165 -msgid "Buscar Evento" -msgstr "Zoeken naar Gebeurtenis" - -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:181 -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:182 -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:178 -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:179 -msgid "Refrescar" +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:181 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:182 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:178 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:179 +msgid "Refresh" msgstr "Refresh" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:199 -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:200 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:199 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:200 #, fuzzy -msgid "Vaciar registro de eventos" +msgid "Clear the event log out" msgstr "Event log opschonen" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:94 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:41 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:280 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:150 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:410 -#: ../../../config/actions.xml:19 -msgid "Archivos" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:94 +#: app/modules/web/themes/material-blue/views/account/account.inc:41 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:280 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:150 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:410 +#: app/config/actions.xml:19 +msgid "Files" msgstr "Bestanden" -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:108 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:25 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:30 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:21 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:23 -msgid "Cuenta" -msgstr "Account" - -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:110 -msgid "Tamaño" -msgstr "Grootte" - #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:145 -#: ../../../config/actions.xml:475 -msgid "Buscar Archivo" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:145 +#: app/config/actions.xml:475 +msgid "Search for File" msgstr "Zoeken naar Bestand" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:160 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:161 -#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:51 -#: ../../../config/actions.xml:205 ../../../config/actions.xml:451 -msgid "Ver Archivo" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:160 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:161 +#: app/modules/web/themes/material-blue/views/account/files-list.inc:51 +#: app/config/actions.xml:205 app/config/actions.xml:451 +msgid "View File" msgstr "Bekijk bestand" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:178 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:179 -#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:42 -#: ../../../config/actions.xml:217 ../../../config/actions.xml:457 -msgid "Descargar Archivo" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:178 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:179 +#: app/modules/web/themes/material-blue/views/account/files-list.inc:42 +#: app/config/actions.xml:217 app/config/actions.xml:457 +msgid "Download File" msgstr "Download bestand" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:198 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:199 -#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:34 -#: ../../../config/actions.xml:223 ../../../config/actions.xml:463 -msgid "Eliminar Archivo" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:198 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:199 +#: app/modules/web/themes/material-blue/views/account/files-list.inc:34 +#: app/config/actions.xml:223 app/config/actions.xml:463 +msgid "Delete File" msgstr "Verwijder Bestand" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:97 -msgid "Valores Predeterminados" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:97 +msgid "Preset Values" msgstr "Preset Values" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:111 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:119 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:133 -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:25 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:274 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:277 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:206 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:233 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:48 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:50 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:53 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:146 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:148 -msgid "Grupo" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:111 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:119 +#: app/modules/web/Controllers/UserGroupController.php:238 +#: 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 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:133 +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:25 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:274 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:277 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:206 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:233 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:48 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:50 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:53 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:146 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:148 +msgid "Group" msgstr "Groep" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:112 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:118 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:65 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:67 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:70 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:129 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:131 -msgid "Perfil" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:112 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:118 +#: app/modules/web/Controllers/UserProfileController.php:228 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:65 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:67 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:129 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:131 +msgid "Profile" msgstr "Profiel" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:113 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:83 -msgid "Prioridad" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:113 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:83 +msgid "Priority" msgstr "Priority" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:114 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:120 -msgid "Forzado" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:114 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:120 +msgid "Forced" msgstr "Forced" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:148 -#: ../../../config/actions.xml:859 -msgid "Buscar Valor" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:148 +#: app/config/actions.xml:859 +msgid "Search for Value" msgstr "Search for Value" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:163 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:66 -msgid "Valor de Permiso" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:163 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:66 +msgid "Permission Preset" msgstr "Permission Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:164 -msgid "Nuevo Valor de Permiso" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:164 +msgid "New Permission Preset" msgstr "New Permission Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:187 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:86 -msgid "Valor de Cuenta Privada" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:187 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:86 +msgid "Private Account Preset" msgstr "Private Account Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:188 -msgid "Nuevo Valor de Cuenta Privada" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:188 +msgid "New Private Account Preset" msgstr "New Private Account Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:211 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:102 -msgid "Valor de Timeout de Sesión" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:211 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:102 +msgid "Session Timeout Preset" msgstr "Session Timeout Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:212 -msgid "Nuevo Valor de Timeout de Sesión" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:212 +msgid "New Session Timeout Preset" msgstr "New Session Timeout Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:235 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:117 -msgid "Valor de Clave de Cuentas" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:235 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:117 +msgid "Account Password Preset" msgstr "Account Password Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:236 -msgid "Nuevo Valor de Clave de Cuentas" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:236 +msgid "New Account Password Preset" msgstr "New Account Password Preset" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:259 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:260 -#: ../../../modules/web/Controllers/ItemPresetController.php:239 -#: ../../../config/actions.xml:877 -msgid "Editar Valor" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:259 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:260 +#: app/modules/web/Controllers/ItemPresetController.php:239 +#: app/config/actions.xml:877 +msgid "Edit Value" msgstr "Edit Value" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:276 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:277 -#: ../../../config/actions.xml:883 -msgid "Eliminar Valor" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:276 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:277 +#: app/config/actions.xml:883 +msgid "Delete Value" msgstr "Delete Value" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:113 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:106 -#: ../../../modules/web/themes/material-blue/views/notification/index.inc:1 -#: ../../../config/actions.xml:685 -msgid "Notificaciones" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:113 +#: app/modules/web/themes/material-blue/inc/Icons.php:65 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:106 +#: app/modules/web/themes/material-blue/views/notification/index.inc:1 +#: app/config/actions.xml:685 +msgid "Notifications" msgstr "Notificaties" -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:128 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:35 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:42 -msgid "Componente" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:128 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:35 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:42 +msgid "Component" msgstr "Onderdeel" -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:150 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:111 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:115 -msgid "Leída" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:150 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:111 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:115 +msgid "Read" msgstr "Lees" -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:151 -msgid "Sólo Admins" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:151 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:107 +msgid "Only Admins" msgstr "Only Admins" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:168 -#: ../../../config/actions.xml:847 -msgid "Buscar Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:168 +#: app/config/actions.xml:847 +msgid "Search for Notification" msgstr "Zoeken naar Notificatie" -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:183 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:184 -#: ../../../modules/web/Controllers/NotificationController.php:194 -msgid "Nueva Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:183 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:184 +#: app/modules/web/Controllers/NotificationController.php:194 +msgid "New Notification" msgstr "Nieuw bericht" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:201 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:202 -#: ../../../modules/web/Controllers/NotificationController.php:113 -#: ../../../config/actions.xml:817 -msgid "Ver Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:201 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:202 +#: app/modules/web/Controllers/NotificationController.php:113 +#: app/config/actions.xml:817 +msgid "View Notification" msgstr "Toon Notificatie" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:231 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:232 -#: ../../../config/actions.xml:841 -msgid "Marcar Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:231 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:232 +#: app/config/actions.xml:841 +msgid "Checkout Notification" msgstr "Afrekenen Melding" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:249 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:250 -#: ../../../modules/web/Controllers/NotificationController.php:226 -#: ../../../config/actions.xml:829 -msgid "Editar Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:249 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:250 +#: app/modules/web/Controllers/NotificationController.php:226 +#: app/config/actions.xml:829 +msgid "Edit Notification" msgstr "Wijzig bericht" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:266 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:267 -#: ../../../config/actions.xml:835 -msgid "Eliminar Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:266 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:267 +#: app/config/actions.xml:835 +msgid "Delete Notification" msgstr "Verwijder Notificatie" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:96 -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:330 -#: ../../../modules/web/themes/material-blue/views/plugin/index.inc:1 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:96 +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:330 +#: app/modules/web/themes/material-blue/views/plugin/index.inc:1 msgid "Plugins" msgstr "Plugins" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:108 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:108 +#: lib/SP/Plugin/PluginManager.php:194 msgid "Plugin" msgstr "Plugin" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:125 -msgid "No disponible" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:125 +msgid "Unavailable" msgstr "Unavailable" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:141 -#: ../../../config/actions.xml:547 -msgid "Buscar Plugin" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:141 +#: app/config/actions.xml:547 +msgid "Search for Plugin" msgstr "Zoeken naar Plugin" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:156 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:157 -#: ../../../modules/web/Controllers/PluginController.php:136 -#: ../../../config/actions.xml:541 -msgid "Ver Plugin" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:156 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:157 +#: app/modules/web/Controllers/PluginController.php:136 +#: app/config/actions.xml:541 +msgid "View Plugin" msgstr "Plugin Weergeven" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:174 -msgid "Habilitar" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:173 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:174 +msgid "Enable" msgstr "Inschakelen" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:192 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:193 -msgid "Deshabilitar" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:192 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:193 +msgid "Disable" msgstr "Uitschakelen" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:211 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:212 -msgid "Restablecer Datos" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:211 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:212 +msgid "Reset Data" msgstr "Reset Data" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:231 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:232 -#: ../../../config/actions.xml:571 -msgid "Eliminar Plugin" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:231 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:232 +#: app/config/actions.xml:571 +msgid "Delete Plugin" msgstr "Delete Plugin" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:96 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:49 -msgid "Enlaces" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:96 +#: app/modules/web/themes/material-blue/views/account/account.inc:49 +msgid "Links" msgstr "Links" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:110 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:49 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:51 -msgid "Fecha Creación" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:110 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:51 +msgid "Creation Date" msgstr "Aanmaakdatum" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:111 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:195 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:57 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:59 -msgid "Fecha Caducidad" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:111 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:195 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:57 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:59 +msgid "Expiry Date " msgstr "Verloopdatum" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:113 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:36 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:39 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:43 -msgid "Notificar" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:113 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:39 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:43 +msgid "Notify" msgstr "Bericht" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:114 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:14 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:16 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:197 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:73 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:75 -msgid "Visitas" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:114 +#: app/modules/web/themes/material-blue/views/account/details.inc:14 +#: app/modules/web/themes/material-blue/views/account/details.inc:16 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:197 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:73 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:75 +msgid "Visits" msgstr "Bezoekers" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:149 -msgid "Buscar Enlace" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:149 +msgid "Search for Link" msgstr "Zoeken naar Link" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:164 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:165 -msgid "Nuevo Enlace" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:164 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:165 +msgid "New Link" msgstr "New Link" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:182 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:183 -#: ../../../modules/web/Controllers/PublicLinkController.php:357 -msgid "Ver Enlace" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:182 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:183 +#: app/modules/web/Controllers/PublicLinkController.php:357 +msgid "View Link" msgstr "Bekijk Link" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:198 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:199 -msgid "Renovar Enlace" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:198 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:199 +msgid "Renew Link" msgstr "Vernieuw Link" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:215 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:216 -msgid "Eliminar Enlace" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:215 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:216 +msgid "Delete Link" msgstr "Verwijder Link" -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:94 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:211 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:213 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:94 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:314 -msgid "Etiquetas" -msgstr "Tags" - #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:135 -#: ../../../config/actions.xml:529 -msgid "Buscar Etiqueta" +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:135 +#: app/config/actions.xml:529 +msgid "Search for Tag" msgstr "Zoeken naar Label" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:150 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:151 -#: ../../../modules/web/Controllers/TagController.php:108 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:226 -#: ../../../config/actions.xml:505 -msgid "Nueva Etiqueta" +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:150 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:151 +#: app/modules/web/Controllers/TagController.php:108 +#: app/modules/web/themes/material-blue/views/account/account.inc:226 +#: app/config/actions.xml:505 +msgid "New Tag" msgstr "Nieuw Label" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:168 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:169 -#: ../../../modules/web/Controllers/TagController.php:168 -#: ../../../config/actions.xml:517 -msgid "Editar Etiqueta" +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:168 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:169 +#: app/modules/web/Controllers/TagController.php:168 app/config/actions.xml:517 +msgid "Edit Tag" msgstr "Bewerk Label" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:185 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:186 -#: ../../../config/actions.xml:523 -msgid "Eliminar Etiqueta" +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:185 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:186 +#: app/config/actions.xml:523 +msgid "Delete Tag" msgstr "Verwijder Label" -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:88 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:88 msgid "Tracks" msgstr "Tracks" -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:101 -msgid "Fecha Desbloqueo" +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:101 +msgid "Date Unlocked" msgstr "Date Unlocked" -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:102 -msgid "Origen" +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:102 +msgid "Source" msgstr "Doel" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:162 -#: ../../../config/actions.xml:895 -msgid "Buscar Track" +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:162 +#: app/config/actions.xml:895 +msgid "Search for track" msgstr "Search for track" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:104 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:77 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:16 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:113 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:12 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:50 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:52 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:56 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:250 +msgid "Users" +msgstr "Gebruikers" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:156 -#: ../../../config/actions.xml:607 -msgid "Buscar Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:156 +#: app/config/actions.xml:607 +msgid "Search for User" msgstr "Zoeken naar Gebruiker" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:171 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:172 -#: ../../../modules/web/Controllers/UserController.php:115 -#: ../../../config/actions.xml:583 -msgid "Nuevo Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:171 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:172 +#: app/modules/web/Controllers/UserController.php:115 +#: app/config/actions.xml:583 +msgid "New User" msgstr "Nieuwe Gebruiker" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:189 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:190 -#: ../../../modules/web/Controllers/UserController.php:200 -#: ../../../config/actions.xml:589 -msgid "Editar Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:189 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:190 +#: app/modules/web/Controllers/UserController.php:200 +#: app/config/actions.xml:589 +msgid "Edit User" msgstr "Wijzig Gebruiker" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:206 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:207 -#: ../../../config/actions.xml:595 -msgid "Eliminar Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:206 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:207 +#: app/config/actions.xml:595 +msgid "Delete User" msgstr "Verwijder Gebruiker" -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:223 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:224 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:460 -msgid "Importar usuarios de LDAP" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:223 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:224 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:460 +msgid "Import users from LDAP" msgstr "Imoporteer gebruikers van LDAP" -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:241 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:242 -msgid "Ver Detalles de Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:241 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:242 +msgid "View User Details" msgstr "Bekijk gebruiker Details" -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:258 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:259 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:63 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:116 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:122 -msgid "Cambiar Clave de Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:258 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:259 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:63 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:116 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:122 +msgid "Change User's Password" msgstr "Wijzig Gebruikers Wachtwoord" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:95 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:78 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:84 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:162 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:53 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:266 +msgid "Groups" +msgstr "Groepen" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:138 -#: ../../../config/actions.xml:637 -msgid "Buscar Grupo" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:138 +#: app/config/actions.xml:637 +msgid "Search for Group" msgstr "Zoeken naar Groep" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:153 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:154 -#: ../../../modules/web/Controllers/UserGroupController.php:117 -#: ../../../config/actions.xml:619 -msgid "Nuevo Grupo" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:153 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:154 +#: app/modules/web/Controllers/UserGroupController.php:117 +#: app/config/actions.xml:619 +msgid "New Group" msgstr "Nieuwe Groep" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:171 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:172 -#: ../../../modules/web/Controllers/UserGroupController.php:344 -#: ../../../config/actions.xml:613 -msgid "Ver Grupo" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:171 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:172 +#: app/modules/web/Controllers/UserGroupController.php:344 +#: app/config/actions.xml:613 +msgid "View Group" msgstr "Bekijk Groep" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:188 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:189 -#: ../../../modules/web/Controllers/UserGroupController.php:188 -#: ../../../config/actions.xml:625 -msgid "Editar Grupo" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:188 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:189 +#: app/modules/web/Controllers/UserGroupController.php:188 +#: app/config/actions.xml:625 +msgid "Edit Group" msgstr "Wijzig Broep" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:205 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:206 -#: ../../../config/actions.xml:631 -msgid "Eliminar Grupo" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:205 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:206 +#: app/config/actions.xml:631 +msgid "Delete Group" msgstr "Verwijder Groep" -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:95 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:282 -msgid "Perfiles" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:95 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:282 +msgid "Profiles" msgstr "Profielen" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:136 -#: ../../../config/actions.xml:667 -msgid "Buscar Perfil" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:136 +#: app/config/actions.xml:667 +msgid "Search for Profile" msgstr "Zoeken naar Profiel" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:151 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:152 -#: ../../../modules/web/Controllers/UserProfileController.php:110 -#: ../../../config/actions.xml:649 -msgid "Nuevo Perfil" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:151 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:152 +#: app/modules/web/Controllers/UserProfileController.php:110 +#: app/config/actions.xml:649 +msgid "New Profile" msgstr "Nieuw Profiel" -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:169 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:170 -msgid "Ver Detalles de Perfil" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:169 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:170 +msgid "View Profile Details" msgstr "Bekijk Profiel Details" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:186 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:187 -#: ../../../modules/web/Controllers/UserProfileController.php:177 -#: ../../../config/actions.xml:655 -msgid "Editar Perfil" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:186 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:187 +#: app/modules/web/Controllers/UserProfileController.php:177 +#: app/config/actions.xml:655 +msgid "Edit Profile" msgstr "Wijzig Profiel" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:203 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:204 -#: ../../../config/actions.xml:661 -msgid "Eliminar Perfil" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:203 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:204 +#: app/config/actions.xml:661 +msgid "Delete Profile" msgstr "Verwijder Profiel" -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:261 -msgid "Buscar" +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:261 +#: app/modules/web/themes/material-blue/inc/Icons.php:58 +msgid "Search" msgstr "zoek" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:344 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:24 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:27 -#: ../../../config/actions.xml:691 -msgid "Configuración" +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:344 +#: app/modules/web/themes/material-blue/inc/Icons.php:61 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:24 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:27 +#: app/config/actions.xml:691 +msgid "Configuration" msgstr "Configuratie" -#: ../../../modules/web/Controllers/InstallController.php:59 -msgid "Módulo no disponible" +#: app/modules/web/Controllers/InstallController.php:59 +msgid "Module unavailable" msgstr "Module niet beschikbaar" -#: ../../../modules/web/Controllers/InstallController.php:60 -msgid "Sin este módulo la aplicación puede no funcionar correctamente." +#: app/modules/web/Controllers/InstallController.php:60 +msgid "Without this module the application could not run correctly" msgstr "Zonder deze module kan de applicatie niet goed werken" +#: app/modules/web/Controllers/InstallController.php:89 +msgid "Installation finished" +msgstr "Installatie afgerond" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ItemPresetController.php:73 -#: ../../../config/actions.xml:865 -msgid "Ver Valor" +#: app/modules/web/Controllers/ItemPresetController.php:73 +#: app/config/actions.xml:865 +msgid "Display Value" msgstr "Display Value" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ItemPresetController.php:207 -#: ../../../config/actions.xml:871 -msgid "Nuevo Valor" +#: app/modules/web/Controllers/ItemPresetController.php:207 +#: app/config/actions.xml:871 +msgid "New Value" msgstr "New Value" -#: ../../../modules/web/Controllers/ItemsController.php:130 -msgid "No hay no hay notificaciones pendientes" +#: app/modules/web/Controllers/ItemPresetController.php:277 +#: app/modules/web/Controllers/ItemPresetController.php:280 +msgid "Values deleted" +msgstr "Values deleted" + +#: app/modules/web/Controllers/ItemPresetController.php:288 +#: app/modules/web/Controllers/ItemPresetController.php:292 +msgid "Value deleted" +msgstr "Value deleted" + +#: app/modules/web/Controllers/ItemPresetController.php:322 +#: app/modules/web/Controllers/ItemPresetController.php:327 +msgid "Value created" +msgstr "Value created" + +#: app/modules/web/Controllers/ItemPresetController.php:363 +#: app/modules/web/Controllers/ItemPresetController.php:368 +msgid "Value updated" +msgstr "Value updated" + +#: app/modules/web/Controllers/ItemsController.php:130 +msgid "There aren't any pending notifications" msgstr "En zijn geen openstaande berichten" -#: ../../../modules/web/Controllers/ItemsController.php:131 +#: app/modules/web/Controllers/ItemsController.php:131 #, php-format -msgid "Hay notificaciones pendientes: %d" +msgid "There are pending notifications: %d" msgstr "There are pending notifications: %d" -#: ../../../modules/web/Controllers/PublicLinkController.php:114 -msgid "Nuevo Enlace Público" +#: app/modules/web/Controllers/LoginController.php:121 +msgid "Logout session" +msgstr "Uitloggen sessie" + +#: app/modules/web/Controllers/LoginController.php:123 +msgid "Inactive time" +msgstr "Inactieve tijd" + +#: app/modules/web/Controllers/LoginController.php:124 +msgid "Total time" +msgstr "Totale tijd" + +#: app/modules/web/Controllers/NotificationController.php:268 +#: app/modules/web/Controllers/NotificationController.php:271 +msgid "Notifications deleted" +msgstr "Berichten verwijderd" + +#: app/modules/web/Controllers/NotificationController.php:283 +#: app/modules/web/Controllers/NotificationController.php:287 +msgid "Notification deleted" +msgstr "Notificatie verwijderd" + +#: app/modules/web/Controllers/NotificationController.php:284 +#: app/modules/web/Controllers/NotificationController.php:317 +#: lib/SP/Providers/Notification/NotificationHandler.php:155 +msgid "Notification" +msgstr "Notificatie" + +#: app/modules/web/Controllers/NotificationController.php:316 +#: app/modules/web/Controllers/NotificationController.php:320 +msgid "Notification read" +msgstr "Notificatie gelezen" + +#: app/modules/web/Controllers/NotificationController.php:348 +#: app/modules/web/Controllers/NotificationController.php:351 +msgid "Notification created" +msgstr "Bericht aangemaakt" + +#: app/modules/web/Controllers/NotificationController.php:383 +#: app/modules/web/Controllers/NotificationController.php:386 +msgid "Notification updated" +msgstr "Bericht geupdate" + +#: app/modules/web/Controllers/PluginController.php:199 +#: app/modules/web/Controllers/PluginController.php:202 +msgid "Plugin enabled" +msgstr "Plugin ingeschakeld" + +#: app/modules/web/Controllers/PluginController.php:226 +#: app/modules/web/Controllers/PluginController.php:229 +#: lib/SP/Plugin/PluginManager.php:219 lib/SP/Plugin/PluginManager.php:339 +msgid "Plugin disabled" +msgstr "Plugin uitgeschakeld" + +#: app/modules/web/Controllers/PluginController.php:253 +#: app/modules/web/Controllers/PluginController.php:256 +msgid "Plugin reset" +msgstr "Plugin reset" + +#: app/modules/web/Controllers/PluginController.php:285 +msgid "Plugins deleted" +msgstr "Plugins deleted" + +#: app/modules/web/Controllers/PluginController.php:291 +msgid "Plugin deleted" +msgstr "Plugin deleted" + +#: app/modules/web/Controllers/PublicLinkController.php:114 +msgid "New Public Link" msgstr "New Public Link" -#: ../../../modules/web/Controllers/PublicLinkController.php:204 -msgid "Editar Enlace Público" +#: app/modules/web/Controllers/PublicLinkController.php:180 +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:89 +msgid "Link updated" +msgstr "Link geupdate" + +#: app/modules/web/Controllers/PublicLinkController.php:204 +msgid "Edit Public Link" msgstr "Edit Public Link" +#: app/modules/web/Controllers/PublicLinkController.php:243 +#: app/modules/web/Controllers/PublicLinkController.php:246 +msgid "Links deleted" +msgstr "Links verwijderd" + +#: app/modules/web/Controllers/PublicLinkController.php:254 +#: app/modules/web/Controllers/PublicLinkController.php:258 +msgid "Link deleted" +msgstr "Link verwijderd" + +#. (itstool) path: strings/text +#: app/modules/web/Controllers/PublicLinkController.php:255 +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:90 app/config/strings.xml:9 +msgid "Link" +msgstr "Link" + +#: app/modules/web/Controllers/PublicLinkController.php:286 +#: app/modules/web/Controllers/PublicLinkController.php:323 +msgid "Link created" +msgstr "Link gemaakt" + +#: app/modules/web/Controllers/StatusController.php:93 +msgid "Version unavailable" +msgstr "Version unavailable" + +#: app/modules/web/Controllers/StatusController.php:140 +msgid "Notifications not available" +msgstr "Notifications not available" + +#: app/modules/web/Controllers/TagController.php:207 +msgid "Tags deleted" +msgstr "Tags verwijderd" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/TagController.php:302 -#: ../../../config/actions.xml:511 -msgid "Ver Etiqueta" +#: app/modules/web/Controllers/TagController.php:302 app/config/actions.xml:511 +msgid "View Tag" msgstr "View Tag" +#: app/modules/web/Controllers/TrackController.php:114 +msgid "Track unlocked" +msgstr "Track unlocked" + +#: app/modules/web/Controllers/TrackController.php:140 +msgid "Tracks cleared out" +msgstr "Tracks cleared out" + +#: app/modules/web/Controllers/Traits/ConfigTrait.php:68 +msgid "Configuration updated" +msgstr "Configuratie bijgewerkt" + +#: app/modules/web/Controllers/Traits/ConfigTrait.php:72 +msgid "Error while saving the configuration" +msgstr "Fout bij het opslaan van de configuratie" + +#: app/modules/web/Controllers/Traits/ItemTrait.php:122 +#: app/modules/web/Controllers/Traits/ItemTrait.php:177 +#: lib/SP/Core/Crypt/OldCrypt.php:176 lib/SP/Core/Crypt/OldCrypt.php:188 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:59 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:154 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:244 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:334 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:389 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:417 +#: lib/SP/Services/Account/AccountService.php:227 +#: lib/SP/Services/Account/AccountService.php:232 +#: lib/SP/Services/Api/ApiService.php:129 +#: lib/SP/Services/Api/ApiService.php:229 +#: lib/SP/Services/Api/ApiService.php:237 +#: lib/SP/Services/Auth/LoginService.php:190 +#: lib/SP/Services/Auth/LoginService.php:354 +#: lib/SP/Services/Auth/LoginService.php:504 +#: lib/SP/Services/Auth/LoginService.php:509 +#: lib/SP/Services/Auth/LoginService.php:541 +#: lib/SP/Services/Auth/LoginService.php:648 +#: lib/SP/Services/AuthToken/AuthTokenService.php:311 +#: 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:232 +msgid "Internal error" +msgstr "Interne fout" + +#: app/modules/web/Controllers/Traits/ItemTrait.php:173 +msgid "Error while updating custom field's data" +msgstr "Error while updating custom field's data" + +#: app/modules/web/Controllers/UpgradeController.php:67 +msgid "The updating need to be confirmed" +msgstr "Het bijwerken moet bevestigd worden" + +#: app/modules/web/Controllers/UpgradeController.php:71 +msgid "Wrong security code" +msgstr "Onjuiste beveiligingscode." + +#: app/modules/web/Controllers/UpgradeController.php:92 +#: app/modules/web/themes/material-blue/views/login/index.inc:88 +msgid "Application successfully updated" +msgstr "Applicatie succesvol bijgewerkt" + +#: app/modules/web/Controllers/UpgradeController.php:92 +msgid "You will be redirected to log in within 5 seconds" +msgstr "U wordt binnen 5 seconden omgeleid om in te loggen" + +#: app/modules/web/Controllers/UserController.php:235 +#: app/modules/web/Controllers/UserController.php:356 +#: app/modules/web/Controllers/UserPassResetController.php:107 +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:65 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:238 +msgid "Password Change" +msgstr "Wachtwoord wijziging" + +#: app/modules/web/Controllers/UserController.php:275 +#: app/modules/web/Controllers/UserController.php:278 +msgid "Users deleted" +msgstr "Gebruiker verwijderd" + +#: app/modules/web/Controllers/UserController.php:286 +#: app/modules/web/Controllers/UserController.php:290 +msgid "User deleted" +msgstr "Gebruiker verwijderd" + +#: app/modules/web/Controllers/UserController.php:322 +#: app/modules/web/Controllers/UserController.php:328 +msgid "User added" +msgstr "Gebruiker toegevoegd" + +#: app/modules/web/Controllers/UserController.php:387 +#: app/modules/web/Controllers/UserController.php:393 +msgid "User updated" +msgstr "Gebruiker bijgewerkt" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/UserController.php:458 -#: ../../../config/actions.xml:577 -msgid "Ver Usuario" +#: app/modules/web/Controllers/UserController.php:458 +#: app/config/actions.xml:577 +msgid "View User" msgstr "Bekijk Gebruiker" +#: app/modules/web/Controllers/UserGroupController.php:226 +#: app/modules/web/Controllers/UserGroupController.php:229 +msgid "Groups deleted" +msgstr "Groepen verwijderd" + +#: app/modules/web/Controllers/UserPassResetController.php:92 +msgid "Wrong data" +msgstr "Wrong data" + +#: app/modules/web/Controllers/UserPassResetController.php:96 +msgid "Unable to reset the password" +msgstr "Unable to reset the password" + +#: app/modules/web/Controllers/UserPassResetController.php:103 +msgid "Password Recovery" +msgstr "Wachtwoord Herstel" + +#: app/modules/web/Controllers/UserPassResetController.php:104 +msgid "Requested for" +msgstr "Aangevraagd voor" + +#: app/modules/web/Controllers/UserPassResetController.php:109 +msgid "Request sent" +msgstr "Aanvraag verstuurd" + +#: app/modules/web/Controllers/UserPassResetController.php:109 +msgid "You will receive an email to complete the request shortly." +msgstr "U ontvanget een email om de aanvraag te bevestigen" + +#: app/modules/web/Controllers/UserPassResetController.php:126 +#: lib/SP/Services/Api/ApiService.php:96 +#: lib/SP/Services/Auth/LoginService.php:138 +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:103 +msgid "Attempts exceeded" +msgstr "Te veel pogingen." + +#: app/modules/web/Controllers/UserPassResetController.php:179 +#: app/modules/web/Forms/AuthTokenForm.php:101 +#: app/modules/web/Forms/UserForm.php:157 +msgid "Password cannot be blank" +msgstr "Wachtwoorden mogen niet leeg zijn" + +#: app/modules/web/Controllers/UserProfileController.php:215 +#: app/modules/web/Controllers/UserProfileController.php:218 +msgid "Profiles deleted" +msgstr "Profielen verwijderd" + +#: app/modules/web/Controllers/UserProfileController.php:227 +#: app/modules/web/Controllers/UserProfileController.php:231 +msgid "Profile deleted" +msgstr "Profiel verwijderd" + +#: app/modules/web/Controllers/UserProfileController.php:262 +msgid "Profile added" +msgstr "Profiel toegevoegd" + +#: app/modules/web/Controllers/UserProfileController.php:300 +msgid "Profile updated" +msgstr "Profiel bijgewerkt" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/UserProfileController.php:326 -#: ../../../config/actions.xml:643 -msgid "Ver Perfil" +#: app/modules/web/Controllers/UserProfileController.php:326 +#: app/config/actions.xml:643 +msgid "View Profile" msgstr "Bekijk Profiel" -#: ../../../modules/web/Controllers/UserSettingsManagerController.php:87 -msgid "Preferencias" +#: app/modules/web/Controllers/UserSettingsGeneralController.php:74 +msgid "Preferences updated" +msgstr "Voorkeuren bijgewerkt" + +#: app/modules/web/Controllers/UserSettingsManagerController.php:87 +msgid "Preferences" msgstr "Voorkeuren" -#: ../../../config/strings.js.inc:26 +#: app/modules/web/Forms/AccountForm.php:131 +msgid "A key is needed" +msgstr "Een sleutel is vereist" + +#: app/modules/web/Forms/AccountForm.php:171 +msgid "An account name needed" +msgstr "Een accountnaam is vereist" + +#: app/modules/web/Forms/AccountForm.php:175 +#: app/modules/web/Forms/ClientForm.php:84 #, fuzzy -msgid "Error en la consulta" +msgid "A client name needed" +msgstr "Een klantennaam is vereist" + +#: app/modules/web/Forms/AccountForm.php:179 +msgid "A category is needed" +msgstr "Een categorie is vereist" + +#: app/modules/web/Forms/AuthTokenForm.php:91 +msgid "User not set" +msgstr "Gebruiker niet ingesteld" + +#: app/modules/web/Forms/AuthTokenForm.php:95 +msgid "Action not set" +msgstr "Actie niet ingesteld" + +#: app/modules/web/Forms/CategoryForm.php:83 +msgid "A category name needed" +msgstr "Een categorie naam is nodig" + +#: app/modules/web/Forms/CustomFieldDefForm.php:87 +msgid "Field name not set" +msgstr "Veld naam niet ingevuld" + +#: app/modules/web/Forms/CustomFieldDefForm.php:91 +msgid "Field type not set" +msgstr "Veld type niet ingevuld" + +#: app/modules/web/Forms/CustomFieldDefForm.php:95 +msgid "Field module not set" +msgstr "Veld module niet ingevuld" + +#: app/modules/web/Forms/ItemsPresetForm.php:116 +msgid "Value type not set or incorrect" +msgstr "Value type not set or incorrect" + +#: app/modules/web/Forms/ItemsPresetForm.php:133 +msgid "There aren't any defined permissions" +msgstr "There aren't any defined permissions" + +#: app/modules/web/Forms/ItemsPresetForm.php:182 +msgid "Invalid regular expression" +msgstr "Invalid regular expression" + +#: app/modules/web/Forms/ItemsPresetForm.php:208 +msgid "An element of type user, group or profile need to be set" +msgstr "An element of type user, group or profile need to be set" + +#: app/modules/web/Forms/NotificationForm.php:98 +msgid "A component is needed" +msgstr "Een component ontbreekt." + +#: app/modules/web/Forms/NotificationForm.php:102 +msgid "A type is needed" +msgstr "Een type ontbreekt." + +#: app/modules/web/Forms/NotificationForm.php:112 +msgid "A target is needed" +msgstr "Een doel ontbreekt." + +#: app/modules/web/Forms/PublicLinkForm.php:85 +msgid "An account is needed" +msgstr "An account is needed" + +#: app/modules/web/Forms/TagForm.php:82 +msgid "A tag name is needed" +msgstr "Een tag naam is nodig" + +#: app/modules/web/Forms/UserForm.php:111 +#, fuzzy +msgid "An username is needed" +msgstr "Een gebruikersnaam is nodig" + +#: app/modules/web/Forms/UserForm.php:115 +msgid "A login is needed" +msgstr "Een inlog is nodig" + +#: app/modules/web/Forms/UserForm.php:119 +msgid "A profile is needed" +msgstr "Een profiel is nodig" + +#: app/modules/web/Forms/UserForm.php:123 +msgid "A group is needed" +msgstr "Een groep is nodig" + +#: app/modules/web/Forms/UserForm.php:127 +msgid "An email is needed" +msgstr "Een emailadres is nodig" + +#: app/modules/web/Forms/UserForm.php:179 +msgid "Unable to delete, user in use" +msgstr "Niet mogelijk om te verwijderen, gebruiker is bezet" + +#: app/modules/web/Forms/UserGroupForm.php:84 +msgid "A group name is needed" +msgstr "Een groepnaam is nodig" + +#: app/modules/web/Forms/UserProfileForm.php:116 +msgid "A profile name is needed" +msgstr "Een profiel naam is nodig" + +#: app/modules/web/themes/material-blue/inc/Icons.php:32 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:36 +msgid "Add" +msgstr "Voeg toe" + +#: app/modules/web/themes/material-blue/inc/Icons.php:33 +msgid "View Details" +msgstr "Bekijk details" + +#: app/modules/web/themes/material-blue/inc/Icons.php:35 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:64 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:68 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:132 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:136 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:148 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:198 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:46 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:87 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:102 +msgid "Edit" +msgstr "Wijzig" + +#: app/modules/web/themes/material-blue/inc/Icons.php:36 +#: app/modules/web/themes/material-blue/inc/Icons.php:66 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:134 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:155 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:184 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:206 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:134 +msgid "Delete" +msgstr "Verwijder" + +#: app/modules/web/themes/material-blue/inc/Icons.php:37 +#, fuzzy +msgid "Change Password" +msgstr "Wijzig Wachtwoord" + +#: app/modules/web/themes/material-blue/inc/Icons.php:38 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:200 +msgid "Application Admin" +msgstr "Applicatie Admin" + +#: app/modules/web/themes/material-blue/inc/Icons.php:39 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:218 +#, fuzzy +msgid "Accounts Admin" +msgstr "Account Admin" + +#: app/modules/web/themes/material-blue/inc/Icons.php:40 +msgid "LDAP User" +msgstr "LDAP Gebruiker" + +#: app/modules/web/themes/material-blue/inc/Icons.php:41 +#: app/modules/web/themes/material-blue/views/config/mail.inc:138 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:257 +msgid "Disabled" +msgstr "Uitgeschakeld" + +#: app/modules/web/themes/material-blue/inc/Icons.php:42 +msgid "Enabled" +msgstr "Ingeschakeld" + +#: app/modules/web/themes/material-blue/inc/Icons.php:43 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:184 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:49 +msgid "Update" +msgstr "Update" + +#: app/modules/web/themes/material-blue/inc/Icons.php:44 +msgid "Copy" +msgstr "Kopiëren" + +#: app/modules/web/themes/material-blue/inc/Icons.php:46 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:84 +msgid "Email" +msgstr "Emailadres" + +#: app/modules/web/themes/material-blue/inc/Icons.php:50 +msgid "Restore" +msgstr "Herstellen" + +#: app/modules/web/themes/material-blue/inc/Icons.php:52 +#: app/config/strings.js.inc:79 +msgid "Help" +msgstr "Help" + +#: app/modules/web/themes/material-blue/inc/Icons.php:53 +msgid "Clear" +msgstr "Opschonen" + +#: app/modules/web/themes/material-blue/inc/Icons.php:54 +msgid "Perform" +msgstr "Uitvoeren" + +#: app/modules/web/themes/material-blue/inc/Icons.php:55 +msgid "Download" +msgstr "Download" + +#: app/modules/web/themes/material-blue/inc/Icons.php:56 +#: app/config/strings.js.inc:85 +msgid "Warning" +msgstr "Waarschuwing" + +#: app/modules/web/themes/material-blue/inc/Icons.php:57 +msgid "Check" +msgstr "Check" + +#: app/modules/web/themes/material-blue/inc/Icons.php:64 +msgid "Critical" +msgstr "Kritisch" + +#: app/modules/web/themes/material-blue/inc/Icons.php:67 +msgid "Previous page" +msgstr "Vorige pagina" + +#: app/modules/web/themes/material-blue/inc/Icons.php:68 +msgid "Next page" +msgstr "Volgende pagina" + +#: app/modules/web/themes/material-blue/inc/Icons.php:69 +msgid "First page" +msgstr "Eerste pagina" + +#: app/modules/web/themes/material-blue/inc/Icons.php:70 +msgid "Last page" +msgstr "Laatste pagina" + +#: lib/SP/Bootstrap.php:278 +#, php-format +msgid "Required PHP version >= %s <= %s" +msgstr "Vereiste PHP versie >= %s <= %s" + +#: lib/SP/Bootstrap.php:280 +msgid "Please update the PHP version to run sysPass" +msgstr "Update a.u.b de PHP versie om gebruik te kunnen maken van SysPass" + +#: lib/SP/Config/ConfigUtil.php:94 +#, fuzzy +msgid "\"/config\" directory does not exist." +msgstr "De \"/config\" folder bestaat niet" + +#: lib/SP/Config/ConfigUtil.php:100 +#, fuzzy +msgid "Unable to write into \"/config\" directory" +msgstr "Niet mogelijk om naar de \"/config\" te schrijven" + +#: lib/SP/Config/ConfigUtil.php:109 +#, fuzzy +msgid "\"/config\" directory permissions are wrong" +msgstr "De \"/config\" folder permissies zijn incorrect" + +#: lib/SP/Config/ConfigUtil.php:111 +#, php-format +msgid "Current: %s - Needed: 750" +msgstr "Huidig: %s - Vereist: 750" + +#: lib/SP/Core/Acl/Acl.php:294 lib/SP/Services/Auth/LoginService.php:604 +msgid "N/A" +msgstr "N/A" + +#: lib/SP/Core/Acl/Acl.php:299 +msgid "Access denied" +msgstr "Toegang geweigerd" + +#: lib/SP/Core/Acl/Actions.php:176 +msgid "Action not found" +msgstr "Actie niet gevonden" + +#: lib/SP/Core/Acl/UnauthorizedPageException.php:45 +#: lib/SP/Util/ErrorUtil.php:156 +msgid "You don't have permission to access this page" +msgstr "U heeft geen toegang tot deze pagina" + +#: lib/SP/Core/Context/ContextBase.php:73 +msgid "Unable to change password value" +msgstr "Unable to change password value" + +#: lib/SP/Core/Context/ContextBase.php:103 +#: lib/SP/Core/Context/ContextBase.php:126 +msgid "Context already initialized" +msgstr "Context al geïnitialiseerd" + +#: lib/SP/Core/Context/ContextBase.php:109 +msgid "Invalid context" +msgstr "Ongeldige context" + +#: lib/SP/Core/Context/ContextBase.php:154 +msgid "Context not initialized" +msgstr "Context niet geïnitialiseerd" + +#: lib/SP/Core/Context/SessionContext.php:547 +msgid "Session cannot be initialized" +msgstr "Sessie kan niet worden geinitaliseerd" + +#: lib/SP/Core/Crypt/OldCrypt.php:178 +msgid "Crypto module cannot be loaded" +msgstr "De Crypto module kan niet geladen worden" + +#: lib/SP/Core/Crypt/OldCrypt.php:190 +#, fuzzy +msgid "Error while creating the encrypted data" +msgstr "Fout bij het genereren van de versleutelde data" + +#: lib/SP/Core/Events/Event.php:57 +msgid "An object is needed" +msgstr "Een object is nodig" + +#: lib/SP/Core/Events/EventDispatcherBase.php:85 +msgid "Observer not initialized" +msgstr "Waarnemer niet geïnitialiseerd" + +#: lib/SP/Core/UI/Theme.php:185 +msgid "Invalid icons class" +msgstr "Ongeldige icons klasse" + +#: lib/SP/Html/DataGrid/DataGridBase.php:302 lib/SP/Mvc/View/Template.php:126 +#, fuzzy, php-format +msgid "Unable to retrieve \"%s\" template: %s" +msgstr "Niet mogelijk om \"%s\" template: %s op te halen" + +#: 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 "Invalid IP" +msgstr "Ongeldig IP" + +#: lib/SP/Http/Json.php:180 +msgid "Encoding error" +msgstr "Codering Fout" + +#: lib/SP/Http/XMLRPCResponseParse.php:69 +msgid "Invalid XML-RPC response" +msgstr "Ongeldig XML-RPC antwoord" + +#: lib/SP/Mvc/Controller/ControllerTrait.php:70 +msgid "Session not started or timed out" +msgstr "Sessie niet gestart of verlopen" + +#: lib/SP/Mvc/Controller/ControllerTrait.php:115 +#: lib/SP/Mvc/Controller/ControllerTrait.php:124 +msgid "Invalid Action" +msgstr "Ongeldige actie" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:71 +#, php-format +msgid "Password needs to be %d characters long" +msgstr "Password needs to be %d characters long" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:77 +msgid "Password does not contain the required characters" +msgstr "Password does not contain the required characters" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:82 +msgid "Password needs to contain letters" +msgstr "Password needs to contain letters" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:86 +msgid "Password needs to contain lower case letters" +msgstr "Password needs to contain lower case letters" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:90 +msgid "Password needs to contain upper case letters" +msgstr "Password needs to contain upper case letters" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:95 +msgid "Password needs to contain numbers" +msgstr "Password needs to contain numbers" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:99 +msgid "Password needs to contain symbols" +msgstr "Password needs to contain symbols" + +#: lib/SP/Mvc/Model/QueryCondition.php:71 +msgid "Invalid filter type" +msgstr "Verkeerde filter type" + +#: lib/SP/Mvc/View/Components/SelectItemAdapter.php:95 +#: lib/SP/Mvc/View/Components/SelectItemAdapter.php:157 +msgid "Wrong object type" +msgstr "Verkeerde object type" + +#: lib/SP/Mvc/View/Template.php:301 lib/SP/Mvc/View/Template.php:365 +#, fuzzy, php-format +msgid "Unable to retrieve \"%s\" variable" +msgstr "Niet mogelijk om \"%s\" variable op te halen" + +#: lib/SP/Mvc/View/Template.php:334 +#, fuzzy, php-format +msgid "Unable to unset \"%s\" variable" +msgstr "Niet mogelijk om de \"%s\" variabele terug te zetten" + +#: lib/SP/Mvc/View/Template.php:355 +msgid "Template does not contain files" +msgstr "De template bevat geen bestanden" + +#: lib/SP/Plugin/PluginManager.php:170 +#, php-format +msgid "Plugin version not compatible (%s)" +msgstr "Plugin version not compatible (%s)" + +#: lib/SP/Plugin/PluginManager.php:192 +#, php-format +msgid "Unable to load the \"%s\" plugin" +msgstr "Fout bij het laden van de plugin \"%s\"" + +#: lib/SP/Plugin/PluginManager.php:254 +msgid "Plugin available" +msgstr "Plugin available" + +#: lib/SP/Plugin/PluginManager.php:264 +msgid "Plugin unavailable" +msgstr "Plugin unavailable" + +#: lib/SP/Plugin/PluginManager.php:294 +msgid "Plugin loaded" +msgstr "Plugin loaded" + +#. (itstool) path: action/text +#: lib/SP/Plugin/PluginManager.php:319 app/config/actions.xml:535 +msgid "New Plugin" +msgstr "Nieuwe Plugin" + +#: lib/SP/Providers/Auth/AuthProvider.php:208 +msgid "Method unavailable" +msgstr "Methode niet beschikbaar" + +#: lib/SP/Providers/Auth/AuthProvider.php:212 +msgid "Method already initialized" +msgstr "Methode al geinitialiseerd" + +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:119 +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:126 +#, fuzzy +msgid "Error while searching the group RDN" +msgstr "Fout bij zoeken in groep RDN" + +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:205 +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:210 +#, fuzzy +msgid "Error while searching the user on LDAP" +msgstr "Fout bij het zoeken gebruiker in DLS" + +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:259 +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:265 +msgid "Error while searching objects in base DN" +msgstr "Fout bij zoeken naar objecten in de base DN" + +#: 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 +#, fuzzy +msgid "Unable to connect to LDAP server" +msgstr "Niet mogelijk om te verbinden met de LDAP server" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:142 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:189 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:70 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:39 +#: app/modules/web/themes/material-blue/views/config/info.inc:75 +#: app/modules/web/themes/material-blue/views/config/info.inc:78 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:94 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:119 +#: app/modules/web/themes/material-blue/views/config/mail.inc:59 +#: app/modules/web/themes/material-blue/views/config/mail.inc:66 +msgid "Server" +msgstr "Server" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:169 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:171 +#, fuzzy +msgid "LDAP parameters are not set" +msgstr "LDAP parameters niet opgegeven" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:231 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:237 +msgid "Connection error (BIND)" +msgstr "Connectie probleem (BIND)" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:301 +msgid "Error while disconnecting from LDAP server" +msgstr "Error while disconnecting from LDAP server" + +#: 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 "User in group verified" +msgstr "Gebruiker in groep geverifieerd" + +#: lib/SP/Providers/Auth/Ldap/LdapMsAds.php:144 +#: lib/SP/Providers/Auth/Ldap/LdapStd.php:141 +#, fuzzy +msgid "User does not belong to the group" +msgstr "De gebruiker behoort niet tot de groep" + +#: lib/SP/Providers/Mail/MailHandler.php:124 +#, php-format +msgid "Performed by: %s (%s)" +msgstr "Uitgevoerd door: %s (%s)" + +#: lib/SP/Providers/Mail/MailHandler.php:125 +#, fuzzy, php-format +msgid "IP Address: %s" +msgstr "IP Adres /%" + +#: lib/SP/Providers/Mail/MailProvider.php:91 +msgid "Unable to initialize" +msgstr "Initialiseren lukt niet" + +#: lib/SP/Repositories/Account/AccountFileRepository.php:77 +msgid "Error while saving file" +msgstr "Fout bij opslaan van bestand" + +#: lib/SP/Repositories/Account/AccountFileRepository.php:279 +#, fuzzy +msgid "Error while deleting the file" +msgstr "Fout bij verwijderen bestand" + +#: lib/SP/Repositories/Account/AccountFileRepository.php:302 +#: lib/SP/Services/Account/AccountFileService.php:145 +msgid "Error while deleting the files" +msgstr "Fout tijdens het verwijderen van de bestanden" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:143 +msgid "Error while updating history" +msgstr "Fout bij bijwerken geschiedenis" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:162 +#: lib/SP/Repositories/Account/AccountRepository.php:321 +#: lib/SP/Services/Account/AccountHistoryService.php:192 +msgid "Error while deleting the account" +msgstr "Error bij account verwijderen" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:292 +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:315 +#: lib/SP/Repositories/Account/AccountRepository.php:501 +#: lib/SP/Services/Account/AccountService.php:616 +msgid "Error while deleting the accounts" +msgstr "Fout tijdens het verwijderen van de accounts" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:436 +#: lib/SP/Repositories/Account/AccountRepository.php:235 +#: lib/SP/Repositories/Account/AccountRepository.php:260 +#: lib/SP/Repositories/User/UserRepository.php:165 +#: lib/SP/Services/Account/AccountHistoryService.php:233 +#: lib/SP/Services/User/UserService.php:331 +msgid "Error while updating the password" +msgstr "Fout bij wachtwoord updaten" + +#: lib/SP/Repositories/Account/AccountRepository.php:200 +msgid "Error while creating the account" +msgstr "Fout bij account aanmaken" + +#: lib/SP/Repositories/Account/AccountRepository.php:301 +#: lib/SP/Services/Account/AccountService.php:582 +msgid "Error on restoring the account" +msgstr "Fout bij herstellen account" + +#: lib/SP/Repositories/Account/AccountRepository.php:382 +#: lib/SP/Repositories/Account/AccountRepository.php:431 +msgid "Error while updating the account" +msgstr "Error bij account bijwerken" + +#: lib/SP/Repositories/Account/AccountRepository.php:451 +#: lib/SP/Repositories/Account/AccountRepository.php:623 +#: lib/SP/Services/Account/AccountHistoryService.php:75 +#, fuzzy +msgid "Error while retrieving account's data" +msgstr "Error bij ophalen account gegevens" + +#: lib/SP/Repositories/Account/AccountToFavoriteRepository.php:71 +msgid "Error while adding favorite" +msgstr "Error bij het toevoegen van de favoriet" + +#: lib/SP/Repositories/Account/AccountToFavoriteRepository.php:91 +msgid "Error while deleting favorite" +msgstr "Error tijdens het verwijderen van de favoriet" + +#: lib/SP/Repositories/Account/AccountToTagRepository.php:94 +msgid "Error while removing the account's tags" +msgstr "Error tijdens het verwijderen van de account labels" + +#: lib/SP/Repositories/Account/AccountToTagRepository.php:115 +msgid "Error while adding the account's tags" +msgstr "Error tijdens het toevoegen van de account tags" + +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:106 +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:139 +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:191 +#, fuzzy +msgid "Error while deleting the account's groups" +msgstr "Error bij verwijderen account's groepen" + +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:164 +#, fuzzy +msgid "Error while updating the secondary groups" +msgstr "Fout bij het updaten van de secundaire groep" + +#: lib/SP/Repositories/Account/AccountToUserRepository.php:76 +#: lib/SP/Repositories/Account/AccountToUserRepository.php:132 +#, fuzzy +msgid "Error while deleting the account users" +msgstr "Error bij verwijderen account's users" + +#: lib/SP/Repositories/Account/AccountToUserRepository.php:103 +#, fuzzy +msgid "Error while updating the account users" +msgstr "Fout bij het update van de gebruikers onder het account" + +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:221 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:309 +msgid "The authorization already exist" +msgstr "De autorisatie bestaat al" + +#: lib/SP/Repositories/Category/CategoryRepository.php:58 +msgid "Duplicated category" +msgstr "Categorie gedupliceerd" + +#: lib/SP/Repositories/Category/CategoryRepository.php:68 +#, fuzzy +msgid "Error while creating the category" +msgstr "Fout bij het aanmaken van de categorie" + +#: lib/SP/Repositories/Category/CategoryRepository.php:107 +msgid "Duplicated category name" +msgstr "Dubbele categorie naam" + +#: lib/SP/Repositories/Category/CategoryRepository.php:125 +#, fuzzy +msgid "Error while updating the category" +msgstr "Fout bij wijzigen categorie" + +#: lib/SP/Repositories/Category/CategoryRepository.php:253 +msgid "Error while deleting the categories" +msgstr "Fout tijdens het verwijderen van de categorieën" + +#: lib/SP/Repositories/Category/CategoryRepository.php:275 +#, fuzzy +msgid "Error while deleting the category" +msgstr "Fout bij verwijderen categorie" + +#: lib/SP/Repositories/Client/ClientRepository.php:62 +#: lib/SP/Repositories/Client/ClientRepository.php:116 +#, fuzzy +msgid "Duplicated client" +msgstr "Dubbele klant" + +#: lib/SP/Repositories/Client/ClientRepository.php:80 +#, fuzzy +msgid "Error while creating the client" +msgstr "Fout bij aanmaken klant" + +#: lib/SP/Repositories/Client/ClientRepository.php:136 +#, fuzzy +msgid "Error while updating the client" +msgstr "Fout bij bijwerken klant" + +#: lib/SP/Repositories/Client/ClientRepository.php:264 +#: lib/SP/Services/Client/ClientService.php:127 +msgid "Error while deleting the clients" +msgstr "Fout tijdens het verwijderen van de clients" + +#: lib/SP/Repositories/Client/ClientRepository.php:283 +#, fuzzy +msgid "Error while deleting the client" +msgstr "Fout bij verwijderen klant" + +#: lib/SP/Repositories/Client/ClientRepository.php:345 +msgid "Wrong filter" +msgstr "Wrong filter" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:75 +msgid "Error while creating the custom field" +msgstr "Fout bij het maken van een aangepast veld" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:118 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:165 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:193 +msgid "Error while updating the custom field" +msgstr "Fout bij het bijwerken van een aangepast veld" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:159 +msgid "Custom field not found" +msgstr "Custom field not found" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:239 +#, fuzzy +msgid "Error while removing the custom fields" +msgstr "Fout tijdens het verwijderen van de bijzondere velden" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:259 +msgid "Error while removing the custom field" +msgstr "Fout bij het verwijderen van een aangepast veld" + +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:61 +msgid "Error while creating the field type" +msgstr "Fout tijdens het aanmaken van het veldtype" + +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:97 +msgid "Error while updating the field type" +msgstr "Fout tijdens het updaten van het veldtype" + +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:179 +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:198 +msgid "Error while deleting the field type" +msgstr "Fout tijdens het verwijderen van het veldtype" + +#: lib/SP/Repositories/EventLog/EventlogRepository.php:53 +#, fuzzy +msgid "Error while clearing the event log out" +msgstr "Fout bij opschonen Event Log" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:76 +msgid "Error while creating the permission" +msgstr "Error while creating the permission" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:115 +msgid "Error while updating the permission" +msgstr "Error while updating the permission" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:134 +msgid "Error while removing the permission" +msgstr "Error while removing the permission" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:249 +msgid "Error while removing the permissions" +msgstr "Error while removing the permissions" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:79 +msgid "Error while adding the notification" +msgstr "Error bij het toevoegen van de notificatie" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:119 +#: lib/SP/Repositories/Notification/NotificationRepository.php:478 +msgid "Error while updating the notification" +msgstr "Fout bij het bijwerken van de notificatie" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:138 +#: lib/SP/Repositories/Notification/NotificationRepository.php:157 +msgid "Error while deleting the notification" +msgstr "Fout bij het verwijderen van de notificatie" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:180 +#: lib/SP/Repositories/Notification/NotificationRepository.php:303 +#: lib/SP/Services/Notification/NotificationService.php:140 +#: lib/SP/Services/Notification/NotificationService.php:159 +msgid "Error while deleting the notifications" +msgstr "Fout tijdens het verwijderen van de notificaties" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:213 +msgid "Error while retrieving notification" +msgstr "Fout bij het ophalen van de notificatie" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:243 +#: lib/SP/Repositories/Notification/NotificationRepository.php:515 +#: lib/SP/Repositories/Notification/NotificationRepository.php:548 +#: lib/SP/Repositories/Notification/NotificationRepository.php:582 +#: lib/SP/Repositories/Notification/NotificationRepository.php:615 +msgid "Error while retrieving the notifications" +msgstr "Fout bij het ophalen van de notificaties" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:70 +msgid "Error while adding the plugin" +msgstr "Error bij het toevoegen van de plugin" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:104 +#: lib/SP/Repositories/Plugin/PluginRepository.php:348 +#: lib/SP/Repositories/Plugin/PluginRepository.php:368 +#: lib/SP/Repositories/Plugin/PluginRepository.php:388 +#: lib/SP/Repositories/Plugin/PluginRepository.php:408 +#: lib/SP/Repositories/Plugin/PluginRepository.php:427 +msgid "Error while updating the plugin" +msgstr "Fout bij het bijwerken van de plugin" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:212 +#: lib/SP/Services/Plugin/PluginService.php:137 +msgid "Error while deleting the plugins" +msgstr "Error while deleting the plugins" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:232 +msgid "Error while deleting the plugin" +msgstr "Fout bij het verwijderen van de plugin" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:63 +msgid "Error while removing the link" +msgstr "Fout bij het verwijderen van de link" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:255 +msgid "Link already created" +msgstr "Link al gemaakt" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:282 +msgid "Error while creating the link" +msgstr "Fout bij het maken van de link" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:341 +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:389 +msgid "Error while updating the link" +msgstr "Fout bij het updaten van de link" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:424 +msgid "Error while renewing link" +msgstr "Fout bij het vernieuwen van de link" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:466 +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:507 +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:528 +msgid "Error while retrieving the link" +msgstr "Fout bij het ophalen van de link" + +#: lib/SP/Repositories/Tag/TagRepository.php:60 +#: lib/SP/Repositories/Tag/TagRepository.php:108 +msgid "Duplicated tag" +msgstr "Dubbele tag" + +#: lib/SP/Repositories/Tag/TagRepository.php:69 +msgid "Error while creating the tag" +msgstr "Fout tijdens het aanmaken van de tag" + +#: lib/SP/Repositories/Tag/TagRepository.php:118 +msgid "Error while updating the tag" +msgstr "Fout tijdens het bijwerken van de tag" + +#: lib/SP/Repositories/Tag/TagRepository.php:243 +#: lib/SP/Services/Tag/TagService.php:126 +msgid "Error while removing the tags" +msgstr "Fout tijdens het verwijderen van de tags" + +#: lib/SP/Repositories/Tag/TagRepository.php:262 +msgid "Error while removing the tag" +msgstr "Fout tijdens het verwijderen van de tag" + +#: lib/SP/Repositories/Track/TrackRepository.php:68 +msgid "Error while creating track" +msgstr "Token niet gevonden" + +#: lib/SP/Repositories/Track/TrackRepository.php:85 +msgid "Error while removing the track" +msgstr "Fout bij het verwijderen van de track" + +#: lib/SP/Repositories/Track/TrackRepository.php:102 +msgid "Error while updating the track" +msgstr "Fout bij het updaten van de track" + +#: lib/SP/Repositories/Track/TrackRepository.php:118 +msgid "Error while clearing tracks out" +msgstr "Error while clearing tracks out" + +#: lib/SP/Repositories/Track/TrackRepository.php:146 +msgid "Error while retrieving the track" +msgstr "Fout bij het ophalen van de track" + +#: lib/SP/Repositories/Track/TrackRepository.php:169 +#: lib/SP/Repositories/Track/TrackRepository.php:202 +msgid "Error while retrieving the tracks" +msgstr "Fout bij het ophalen van de tracks" + +#: lib/SP/Repositories/User/UserPassRecoverRepository.php:86 +msgid "Error while generating the recovering hash" +msgstr "Fout tijdens het genereren van de herstel versleuteling" + +#: lib/SP/Repositories/User/UserPassRecoverRepository.php:112 +msgid "Error while checking hash" +msgstr "Fout tijdens het controleren van de versleuteling" + +#: lib/SP/Repositories/User/UserRepository.php:63 +#: lib/SP/Repositories/User/UserRepository.php:430 +msgid "Duplicated user login/email" +msgstr "Dubbele gebruikersnaam of email" + +#: lib/SP/Repositories/User/UserRepository.php:100 +#: lib/SP/Repositories/User/UserRepository.php:677 +#: lib/SP/Services/User/UserService.php:310 +#, fuzzy +msgid "Error while updating the user" +msgstr "Fout bij bijwerken gebruiker" + +#: lib/SP/Repositories/User/UserRepository.php:184 +#, fuzzy +msgid "Error while deleting the user" +msgstr "Fout bij verwijderen gebruiker" + +#: lib/SP/Repositories/User/UserRepository.php:234 +#: lib/SP/Repositories/User/UserRepository.php:551 +msgid "Error while retrieving the user's data" +msgstr "Fout tijdens het ophalen van de data van de gebruiker" + +#: lib/SP/Repositories/User/UserRepository.php:353 +#: lib/SP/Services/User/UserService.php:209 +msgid "Error while deleting the users" +msgstr "Fout tijdens het verwijderen van de gebruikers" + +#: lib/SP/Repositories/User/UserRepository.php:474 +#, fuzzy +msgid "Error while creating the user" +msgstr "Fout bij aanmaken gebruiker" + +#: lib/SP/Repositories/User/UserRepository.php:697 +#, fuzzy +msgid "Error while updating the preferences" +msgstr "Fout bij updaten voorkeuren" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:62 +#, fuzzy +msgid "Error while deleting the group" +msgstr "Fout bij verwijderen groep" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:306 +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:351 +msgid "Duplicated group name" +msgstr "Dubbele groepnaam" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:315 +#, fuzzy +msgid "Error while creating the group" +msgstr "Fout bij aanmaken groep" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:361 +#, fuzzy +msgid "Error while updating the group" +msgstr "Fout bij bijwerken groep" + +#: lib/SP/Repositories/UserGroup/UserToUserGroupRepository.php:108 +#, fuzzy +msgid "Error while deleting the group users" +msgstr "Fout bij verwijderen groep gebruikers" + +#: lib/SP/Repositories/UserGroup/UserToUserGroupRepository.php:140 +msgid "Error while setting users in the group" +msgstr "Fout bij het instellen van gebruikers in de groep" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:79 +msgid "Error while removing the profile" +msgstr "Fout bij het verwijderen van het profiel" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:181 +#: lib/SP/Services/UserProfile/UserProfileService.php:114 +msgid "Error while removing the profiles" +msgstr "Fout tijdens het verwijderen van de profielen" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:230 +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:275 +msgid "Duplicated profile name" +msgstr "Dubbele profiel naam" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:239 +msgid "Error while creating the profile" +msgstr "Fout bij het maken van het profiel" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:288 +#: lib/SP/Services/UserProfile/UserProfileService.php:141 +msgid "Error while updating the profile" +msgstr "Fout bij het updaten van het profiel" + +#: 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 "Update Master Password" +msgstr "Bijwerken Master Wachtwoord" + +#: lib/SP/Services/Account/AccountCryptService.php:89 +#, fuzzy +msgid "Error while updating the accounts' passwords" +msgstr "Fout bij wijzigen wachtwoord van account" + +#: lib/SP/Services/Account/AccountCryptService.php:115 +#, fuzzy +msgid "Error while retrieving the accounts' passwords" +msgstr "Error bij ophalen account's wachtwoorden" + +#: lib/SP/Services/Account/AccountCryptService.php:139 +#, php-format +msgid "Accounts updated: %d / %d" +msgstr "Accounts die geupdated zijn: %d / %d" + +#: lib/SP/Services/Account/AccountCryptService.php:148 +#, php-format +msgid "Updated accounts: %d / %d - %d%% - ETA: %ds (%.2f/s)" +msgstr "Geupdate accounts: %d / %d - %d%% - VTA: %ds (%.2f/s)" + +#: lib/SP/Services/Account/AccountCryptService.php:158 +msgid "The record's master password does not match" +msgstr "De waarde van het hoofd wachtwoord komt niet overeen" + +#: lib/SP/Services/Account/AccountCryptService.php:183 +#: lib/SP/Services/Account/AccountCryptService.php:188 +#, fuzzy +msgid "Error while updating the account's password" +msgstr "Error bij het updaten van het account wachtwoord" + +#: lib/SP/Services/Account/AccountCryptService.php:194 +msgid "Errors" +msgstr "Errors" + +#: lib/SP/Services/Account/AccountCryptService.php:212 +#: lib/SP/Services/Account/AccountCryptService.php:218 +msgid "Update Master Password (H)" +msgstr "Wijzig Master Wachtwoord (H)" + +#: lib/SP/Services/Account/AccountCryptService.php:233 +#, fuzzy +msgid "Error while updating the accounts' passwords in history" +msgstr "Fout bij wijzigen wachtwoord van account in de geschiedenis" + +#: lib/SP/Services/Account/AccountFileService.php:164 +msgid "File not found" +msgstr "Bestand niet gevonden" + +#: lib/SP/Services/Account/AccountService.php:163 +#: lib/SP/Services/Account/AccountService.php:599 +msgid "Account not found" +msgstr "Account niet gevonden" + +#: lib/SP/Services/Account/AccountService.php:220 +msgid "Master password not set" +msgstr "Master password not set" + +#: lib/SP/Services/Account/AccountService.php:283 +#: lib/SP/Services/Account/AccountService.php:672 +#: lib/SP/Services/Account/AccountService.php:727 +msgid "The account doesn't exist" +msgstr "Het account bestaat niet" + +#: lib/SP/Services/Api/ApiRequest.php:79 lib/SP/Services/Api/ApiRequest.php:113 +#: lib/SP/Services/Api/ApiService.php:231 +msgid "Invalid data" +msgstr "Ongeldige Data" + +#: lib/SP/Services/Api/ApiRequest.php:88 +msgid "Invalid format" +msgstr "Invalid format" + +#: lib/SP/Services/Api/ApiService.php:152 +#, fuzzy +msgid "Wrong parameters" +msgstr "Foutieve parameters" + +#: lib/SP/Services/Auth/LoginService.php:160 +#: lib/SP/Services/Auth/LoginService.php:460 +#: lib/SP/Services/Auth/LoginService.php:467 +#: lib/SP/Services/Auth/LoginService.php:575 +#: lib/SP/Services/Auth/LoginService.php:580 +#: lib/SP/Services/Auth/LoginService.php:619 +#: lib/SP/Services/Auth/LoginService.php:624 +#, fuzzy +msgid "Wrong login" +msgstr "Foutieve login" + +#: lib/SP/Services/Auth/LoginService.php:219 +#: lib/SP/Services/Auth/LoginService.php:226 +msgid "User disabled" +msgstr "Gebruiker uitgeschakeld" + +#: lib/SP/Services/Auth/LoginService.php:273 +msgid "Using temporary password" +msgstr "Gebruikt een tijdelijk wachtwoord" + +#: lib/SP/Services/Auth/LoginService.php:285 +#: lib/SP/Services/Auth/LoginService.php:291 +#: lib/SP/Services/Auth/LoginService.php:309 +#: lib/SP/Services/Auth/LoginService.php:315 +#, fuzzy +msgid "Wrong master password" +msgstr "Ongeldig Master Wachtwoord" + +#: lib/SP/Services/Auth/LoginService.php:330 +msgid "Your previous password is needed" +msgstr "Je vorige wachtwoord is nodig" + +#: lib/SP/Services/Auth/LoginService.php:342 +#, fuzzy +msgid "The Master Password either is not saved or is wrong" +msgstr "Het Master Wachtwoord is niet opgeslagen" + +#: lib/SP/Services/Auth/LoginService.php:456 +#: lib/SP/Services/Auth/LoginService.php:519 +msgid "LDAP Server" +msgstr "LDAP Server" + +#: lib/SP/Services/Auth/LoginService.php:475 +#: lib/SP/Services/Auth/LoginService.php:480 +msgid "Account expired" +msgstr "Account verlopen" + +#: lib/SP/Services/Auth/LoginService.php:488 +#: lib/SP/Services/Auth/LoginService.php:493 +#, fuzzy +msgid "User has no associated groups" +msgstr "De gebruiker heeft geen geassocieerde groepen" + +#: lib/SP/Services/Auth/LoginService.php:609 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:12 +msgid "Authentication" +msgstr "Authenticatie" + +#: lib/SP/Services/AuthToken/AuthTokenService.php:139 +#: lib/SP/Services/AuthToken/AuthTokenService.php:277 +#: lib/SP/Services/AuthToken/AuthTokenService.php:291 +msgid "Token not found" +msgstr "Token niet gevonden" + +#: lib/SP/Services/AuthToken/AuthTokenService.php:158 +msgid "Error while removing the tokens" +msgstr "Error while removing the tokens" + +#: lib/SP/Services/Backup/FileBackupService.php:100 +msgid "Make Backup" +msgstr "Backup maken" + +#: lib/SP/Services/Backup/FileBackupService.php:107 +#, fuzzy +msgid "Error while doing the backup in compatibility mode" +msgstr "Fout bij het backuppen in compatibiliteits mode" + +#: lib/SP/Services/Backup/FileBackupService.php:118 +#, fuzzy +msgid "Error while doing the backup" +msgstr "Fout in backup proces" + +#: lib/SP/Services/Backup/FileBackupService.php:139 +#, php-format +msgid "Unable to create the backups directory (\"%s\")" +msgstr "Kan backups map (\"%s\") niet aanmaken." + +#: lib/SP/Services/Backup/FileBackupService.php:144 +#, fuzzy +msgid "Please, check the backup directory permissions" +msgstr "Check de permissies op de backup folder" + +#: lib/SP/Services/Backup/FileBackupService.php:211 +msgid "Copying database" +msgstr "Copying database" + +#: lib/SP/Services/Backup/FileBackupService.php:343 +#: lib/SP/Services/Backup/FileBackupService.php:367 +msgid "Copying application" +msgstr "Copying application" + +#: lib/SP/Services/Backup/FileBackupService.php:362 +msgid "This operation is only available on Linux environments" +msgstr "Deze actie wordt alleen ondersteund in Linux omgevingen" + +#: lib/SP/Services/Category/CategoryService.php:77 +#: lib/SP/Services/Category/CategoryService.php:98 +#: lib/SP/Services/Category/CategoryService.php:115 +msgid "Category not found" +msgstr "Categorie niet gevonden" + +#: lib/SP/Services/Category/CategoryService.php:134 +msgid "Error while deleting categories" +msgstr "Error while deleting categories" + +#: lib/SP/Services/Client/ClientService.php:76 +#: lib/SP/Services/Client/ClientService.php:95 +#: lib/SP/Services/Client/ClientService.php:110 +#, fuzzy +msgid "Client not found" +msgstr "Klant niet gevonden" + +#: lib/SP/Services/Config/ConfigBackupService.php:115 +#: lib/SP/Services/Config/ConfigBackupService.php:122 +msgid "Unable to restore the configuration" +msgstr "Unable to restore the configuration" + +#: lib/SP/Services/Config/ConfigService.php:68 +#: lib/SP/Services/Config/ConfigService.php:153 +#, php-format +msgid "Parameter not found (%s)" +msgstr "Parameter not found (%s)" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:103 +msgid "Generate temporary password" +msgstr "Generate temporary password" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:110 +#, fuzzy +msgid "Error while generating the temporary password" +msgstr "Fout bij genereren tijdelijk wachtwoord" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:131 +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:181 +msgid "Temporary password expired" +msgstr "Tijdelijk wachtwoord verlopen" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:160 +msgid "Error while checking the temporary password" +msgstr "Error while checking the temporary password" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:213 +#, php-format +msgid "Master Password %s" +msgstr "hoofdwachtwoord %s" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:214 +#, fuzzy +msgid "" +"A new sysPass master password has been generated, so next time you log into " +"the application it will be requested." +msgstr "" +"Er is een nieuw hoofdwachtwoord gemaakt voor sysPass, dus de volgende keer " +"dat u zich aanmeldt wordt het gevraagd." + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:216 +#, php-format +msgid "The new Master Password is: %s" +msgstr "Het nieuwe hoofdwachtwoord %s" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:218 +#, php-format +msgid "This password will be valid until: %s" +msgstr "This password will be valid until: %s" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:220 +msgid "Please, don't forget to log in as soon as possible to save the changes." +msgstr "Vergeet niet u spoedig aan te melden om de wijzigingen op te slaan." + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:68 +msgid "There aren't any data from custom fields" +msgstr "Er zijn geen gegevens uit aangepaste velden" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:76 +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:84 +msgid "Updating encrypted data" +msgstr "Bijwerken encrypted data" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:109 +msgid "Records updated" +msgstr "Gegevvens bijgewerkt" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:110 +#, fuzzy +msgid "Records not updated" +msgstr "Geen bijgewerkte velden" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:136 +#, fuzzy +msgid "Error while updating the custom fields data" +msgstr "Fout bij wijzigen aangepaste velden" + +#: lib/SP/Services/CustomField/CustomFieldDefService.php:109 +msgid "Field not found" +msgstr "Field not found" + +#: lib/SP/Services/CustomField/CustomFieldDefService.php:130 +msgid "Error while deleting the fields" +msgstr "Error while deleting the fields" + +#: lib/SP/Services/CustomField/CustomFieldTypeService.php:84 +msgid "Field type not found" +msgstr "Field type not found" + +#: lib/SP/Services/Export/XmlExportService.php:127 +#: lib/SP/Storage/File/FileCache.php:74 +#: lib/SP/Storage/File/FileCachePacked.php:116 +#, php-format +msgid "Unable to create the directory (%s)" +msgstr "Unable to create the directory (%s)" + +#: lib/SP/Services/Export/XmlExportService.php:203 +#, fuzzy +msgid "Error while exporting" +msgstr "Fout opgetreden bij exporteren" + +#: lib/SP/Services/Export/XmlExportService.php:271 +msgid "Exporting categories" +msgstr "Exporting categories" + +#: lib/SP/Services/Export/XmlExportService.php:383 +msgid "Exporting clients" +msgstr "Exporting clients" + +#: lib/SP/Services/Export/XmlExportService.php:429 +msgid "Exporting tags" +msgstr "Exporting tags" + +#: lib/SP/Services/Export/XmlExportService.php:473 +msgid "Exporting accounts" +msgstr "Exporting accounts" + +#: lib/SP/Services/Export/XmlExportService.php:583 +#, fuzzy +msgid "Error while creating the XML file" +msgstr "Fout bij het maken van het XML bestand" + +#: lib/SP/Services/Export/XmlVerifyService.php:110 +#: lib/SP/Services/Import/XmlFileImport.php:81 +#, fuzzy +msgid "Unable to process the XML file" +msgstr "XML bestand kan niet verwerkt worden" + +#: lib/SP/Services/Export/XmlVerifyService.php:177 +#: lib/SP/Services/Import/SyspassImport.php:176 +msgid "Error while checking integrity hash" +msgstr "Error while checking integrity hash" + +#: 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 "Wrong encryption password" +msgstr "Onjuist versleutelingswachtwoord." + +#: lib/SP/Services/Import/CsvImport.php:50 +#, php-format +msgid "Detected format: %s" +msgstr "Gedetecteerd formaat:% s" + +#: lib/SP/Services/Import/CsvImportBase.php:130 +#: lib/SP/Services/Import/CsvImportBase.php:176 +#, php-format +msgid "Wrong number of fields (%d)" +msgstr "Foutief aantal velden(%d)" + +#: lib/SP/Services/Import/CsvImportBase.php:132 +#: lib/SP/Services/Import/CsvImportBase.php:178 +#, fuzzy, php-format +msgid "Please, check the CSV file format in line %s" +msgstr "Check a.u.b. het CSV bestand op regel %s" + +#: lib/SP/Services/Import/CsvImportBase.php:158 +#: lib/SP/Services/Import/KeepassImport.php:103 +#: lib/SP/Services/Import/SyspassImport.php:387 +msgid "Account imported" +msgstr "Account imported" + +#: lib/SP/Services/Import/CsvImportBase.php:166 +#, fuzzy +msgid "Error while importing the account" +msgstr "Fout bij het importeren van het account" + +#: lib/SP/Services/Import/CsvImportBase.php:167 +msgid "Error while processing line" +msgstr "Fout tijdens het uitvoeren van regel" + +#: lib/SP/Services/Import/FileImport.php:67 +#: lib/SP/Services/Import/FileImport.php:88 +msgid "File successfully uploaded" +msgstr "Bestand succesvol geupload" + +#: lib/SP/Services/Import/FileImport.php:69 +#: lib/SP/Services/Import/FileImport.php:90 +#, fuzzy +msgid "Please check the web server user permissions" +msgstr "Controleer de gebruikers permissies van de web server" + +#: lib/SP/Services/Import/FileImport.php:102 +#, fuzzy +msgid "Please, check the file extension" +msgstr "Check a.u.b de bestandsextensie" + +#: lib/SP/Services/Import/FileImport.php:118 +#, fuzzy +msgid "Please, check PHP configuration for upload files" +msgstr "Check de PHP configuratie voor het uploaden van bestanden" + +#: lib/SP/Services/Import/ImportService.php:89 +#, php-format +msgid "Mime type not supported (\"%s\")" +msgstr "Mime type wordt niet ondersteund (\"%s\")" + +#: lib/SP/Services/Import/ImportService.php:91 +#, fuzzy +msgid "Please, check the file format" +msgstr "Check a.u.b de " + +#: lib/SP/Services/Import/ImportTrait.php:107 +#, fuzzy +msgid "Category Id not set. Unable to import account." +msgstr "Categorie-id niet ingesteld. Kan het account niet importeren." + +#: lib/SP/Services/Import/ImportTrait.php:111 +#, fuzzy +msgid "Client Id not set. Unable to import account." +msgstr "Categorie-id niet ingesteld. Kan het account niet importeren." + +#: lib/SP/Services/Import/KeepassImport.php:58 +msgid "KeePass XML Import" +msgstr "KeePass XML Import" + +#: lib/SP/Services/Import/KeepassImport.php:91 +#: lib/SP/Services/Import/SyspassImport.php:211 +msgid "Category imported" +msgstr "Categorie geïmporteerd" + +#: lib/SP/Services/Import/SyspassImport.php:58 +msgid "sysPass XML Import" +msgstr "sysPass XML import" + +#: lib/SP/Services/Import/SyspassImport.php:69 +msgid "Encryption password not set" +msgstr "Encryptie wachtwoord niet ingesteld" + +#: lib/SP/Services/Import/SyspassImport.php:162 +msgid "Data unencrypted" +msgstr "Data onversleuteld" + +#: lib/SP/Services/Import/SyspassImport.php:177 +msgid "" +"If you are importing an exported file from the same origin, the data could " +"be compromised." +msgstr "" +"If you are importing an exported file from the same origin, the data could " +"be compromised." + +#: lib/SP/Services/Import/SyspassImport.php:250 +#: lib/SP/Services/Import/SyspassImport.php:290 +msgid "Client imported" +msgstr "Client geïmporteerd" + +#: lib/SP/Services/Import/SyspassImport.php:326 +msgid "Tag imported" +msgstr "Tag geimporteerd" + +#: lib/SP/Services/Import/XmlFileImport.php:105 +msgid "XML file not supported" +msgstr "XML bestand wordt niet ondersteund" + +#: lib/SP/Services/Import/XmlFileImport.php:107 +#, fuzzy +msgid "Unable to guess the application which data was exported from" +msgstr "Kon de applicatie waar de data van geexporteerd was niet vinden" + +#: lib/SP/Services/Import/XmlImport.php:98 +msgid "Format not detected" +msgstr "Format niet gedetecteerd" + +#: lib/SP/Services/Import/XmlImport.php:106 +msgid "Not implemented" +msgstr "Niet geimplementeerd" + +#: lib/SP/Services/Import/XmlImportBase.php:107 +#: lib/SP/Services/Import/XmlImportTrait.php:78 +msgid "Invalid Method" +msgstr "Ongeldige Methode" + +#: lib/SP/Services/Import/XmlImportBase.php:119 +#: lib/SP/Services/Import/XmlImportTrait.php:68 +msgid "Invalid XML format" +msgstr "Ongeldig XML formaat" + +#: lib/SP/Services/Import/XmlImportBase.php:121 +#: lib/SP/Services/Import/XmlImportTrait.php:70 +#, fuzzy, php-format +msgid "\"%s\" node doesn't exist" +msgstr "Het \"% s\" knooppunt bestaat niet" + +#: lib/SP/Services/Install/Installer.php:106 +#, fuzzy +msgid "Please, enter the admin username" +msgstr "Vul de admin gebruikersnaam in" + +#: lib/SP/Services/Install/Installer.php:108 +#, fuzzy +msgid "Admin user to log into the application" +msgstr "Administratie gebuiker om in te loggen in de applicatie" + +#: lib/SP/Services/Install/Installer.php:113 +#, fuzzy +msgid "Please, enter the admin's password" +msgstr "Geef het admin wachtwoord op" + +#: lib/SP/Services/Install/Installer.php:115 +msgid "Application administrator's password" +msgstr "Administratie gebruikers wachtwoord" + +#: lib/SP/Services/Install/Installer.php:120 +#, fuzzy +msgid "Please, enter the Master Password" +msgstr "geef het hoofd wachtwoord op" + +#: lib/SP/Services/Install/Installer.php:122 +#, fuzzy +msgid "Master password to encrypt the passwords" +msgstr "Hoofd wachtwoord om de wachtwoorden te versleutelen" + +#: lib/SP/Services/Install/Installer.php:127 +#, fuzzy +msgid "Master password too short" +msgstr "Hoofd wachtwoor is te kort" + +#: lib/SP/Services/Install/Installer.php:129 +msgid "The Master Password length need to be at least 11 characters" +msgstr "Het hoofd wachtwoord dient uit minimaal 11 karakters te bestaan" + +#: lib/SP/Services/Install/Installer.php:134 +#, fuzzy +msgid "Please, enter the database user" +msgstr "Geef de database gebruiker op" + +#: lib/SP/Services/Install/Installer.php:136 +#, fuzzy +msgid "An user with database administrative rights" +msgstr "Een gebruiker met database administrator rechten" + +#: lib/SP/Services/Install/Installer.php:141 +msgid "Please, enter the database password" +msgstr "Vul alstublieft het database wachtwoord in" + +#: lib/SP/Services/Install/Installer.php:143 +msgid "Database administrator's password" +msgstr "Database administrator's wachtwoord" + +#: lib/SP/Services/Install/Installer.php:148 +#, fuzzy +msgid "Please, enter the database name" +msgstr "Geef de database naam op" + +#: lib/SP/Services/Install/Installer.php:150 +msgid "Application database name. eg. syspass" +msgstr "Applicatie database naam vb. syspass" + +#: lib/SP/Services/Install/Installer.php:155 +msgid "Database name cannot contain \".\"" +msgstr "Database naam mag geen \".\" bevatten" + +#: lib/SP/Services/Install/Installer.php:157 +#, fuzzy +msgid "Please, remove dots in database name" +msgstr "Verwijder a.u.b punten in de database naam" + +#: lib/SP/Services/Install/Installer.php:162 +#, fuzzy +msgid "Please, enter the database server" +msgstr "Geef de database server op" + +#: lib/SP/Services/Install/Installer.php:164 +msgid "Server where the database will be installed" +msgstr "Server waar de database geinstalleerd wordt" + +#: lib/SP/Services/Install/Installer.php:318 +#: lib/SP/Services/Install/Installer.php:369 +msgid "Warn to developer" +msgstr "Waarschuw de ontwikkelaar" + +#: lib/SP/Services/Install/Installer.php:359 +msgid "Error while creating 'admin' user" +msgstr "Error while creating 'admin' user" + +#: lib/SP/Services/Install/MySQL.php:135 +#, php-format +msgid "Unable to check the sysPass user (%s)" +msgstr "Unable to check the sysPass user (%s)" + +#: lib/SP/Services/Install/MySQL.php:137 +#, fuzzy +msgid "Please, check the DB connection user rights" +msgstr "Check a.u.b de DB connectie gebruikers rechten" + +#: lib/SP/Services/Install/MySQL.php:181 +#, php-format +msgid "Error while creating the MySQL connection user '%s'" +msgstr "Error bij het maken van de MySQL connection user '%s'" + +#: lib/SP/Services/Install/MySQL.php:201 +msgid "The database already exists" +msgstr "De database bestaat al" + +#: lib/SP/Services/Install/MySQL.php:203 +#, fuzzy +msgid "Please, enter a new database or delete the existing one" +msgstr "Geef een nieuwe database of verwijder de huidige" + +#: 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 while creating the DB ('%s')" +msgstr "Error while creating the DB ('%s')" + +#: lib/SP/Services/Install/MySQL.php:215 lib/SP/Services/Install/MySQL.php:239 +#, fuzzy +msgid "Please check the database user permissions" +msgstr "Controleer database gebruiker rechten aub." + +#: lib/SP/Services/Install/MySQL.php:237 +#, php-format +msgid "Error while setting the database permissions ('%s')" +msgstr "Error bij het instellen van de database rechten ('%s')" + +#: lib/SP/Services/Install/MySQL.php:251 +msgid "The database does not exist" +msgstr "De database bestaat niet" + +#: lib/SP/Services/Install/MySQL.php:253 +msgid "You need to create it and assign the needed permissions" +msgstr "U moet het creëren en de benodigde rechten toewijzen" + +#: lib/SP/Services/Install/MySQL.php:309 +#, php-format +msgid "Error while selecting '%s' database (%s)" +msgstr "Error while selecting '%s' database (%s)" + +#: lib/SP/Services/Install/MySQL.php:311 +#, fuzzy +msgid "" +"Unable to use the database to create the structure. Please check the " +"permissions and it does not exist." +msgstr "" +"Kan de database niet gebruiken, controleer de login gegevens en de rechten." + +#: lib/SP/Services/Install/MySQL.php:331 +msgid "Error while creating database structure." +msgstr "Fout tijdens het maken van de database structuur" + +#: lib/SP/Services/Install/MySQL.php:365 +msgid "Please, try the installation again" +msgstr "Probeer de installatie opnieuw" + +#: lib/SP/Services/ItemPreset/ItemPresetService.php:84 +#: lib/SP/Services/ItemPreset/ItemPresetService.php:105 +msgid "Value not found" +msgstr "Value not found" + +#: lib/SP/Services/ItemPreset/ItemPresetService.php:188 +msgid "Error while deleting the values" +msgstr "Error while deleting the values" + +#: lib/SP/Services/Ldap/LdapImportService.php:109 +#: lib/SP/Services/Ldap/LdapImportService.php:196 +msgid "Objects found" +msgstr "Objecten gevonden" + +#: lib/SP/Services/Ldap/LdapImportService.php:134 +#: lib/SP/Services/Ldap/LdapImportService.php:229 +msgid "Imported from LDAP" +msgstr "Imported from LDAP" + +#: lib/SP/Services/Mail/MailService.php:66 +msgid "Mail test" +msgstr "Mail test" + +#: lib/SP/Services/Mail/MailService.php:67 +msgid "" +"This is a test email in order to verify that the configuration is working " +"right." +msgstr "" +"This is a test email in order to verify that the configuration is working " +"right." + +#: lib/SP/Services/Mail/MailService.php:186 +msgid "Mail service unavailable" +msgstr "Mail service unavailable" + +#: 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 "Notification not found" +msgstr "Bericht niet gevonden" + +#: 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 not found" +msgstr "Plugin niet gevonden" + +#: 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 "Link not found" +msgstr "Link niet gevonden" + +#: lib/SP/Services/PublicLink/PublicLinkService.php:238 +msgid "Error while removing the links" +msgstr "Error while removing the links" + +#: lib/SP/Services/Service.php:109 +msgid "Rollback" +msgstr "Rollback" + +#: lib/SP/Services/Service.php:115 +msgid "Unable to start a transaction" +msgstr "Een transactie kan niet gestart worden." + +#: lib/SP/Services/Service.php:133 lib/SP/Services/Service.php:140 +msgid "Error while retrieving master password from context" +msgstr "Error while retrieving master password from context" + +#: lib/SP/Services/Service.php:160 lib/SP/Services/Service.php:164 +msgid "Error while setting master password in context" +msgstr "Error while setting master password in context" + +#: lib/SP/Services/Tag/TagService.php:75 lib/SP/Services/Tag/TagService.php:94 +#: lib/SP/Services/Tag/TagService.php:111 +msgid "Tag not found" +msgstr "Tag niet gevonden" + +#: lib/SP/Services/Task/TaskService.php:81 +msgid "Unable to create the lock file" +msgstr "Unable to create the lock file" + +#: lib/SP/Services/Task/TaskService.php:184 +msgid "Waiting for progress updating ..." +msgstr "Wachten op voortgang van update" + +#: lib/SP/Services/Track/TrackService.php:87 +#: lib/SP/Services/Track/TrackService.php:101 +#: lib/SP/Services/Track/TrackService.php:128 +msgid "Track not found" +msgstr "Track not found" + +#: lib/SP/Services/Track/TrackService.php:162 +#, php-format +msgid "Attempts exceeded (%d/%d)" +msgstr "Te veel pogingen (%d/%d)." + +#: lib/SP/Services/Track/TrackService.php:163 +msgid "Seconds" +msgstr "Seconds" + +#: lib/SP/Services/Track/TrackService.php:208 +msgid "IP address not set" +msgstr "IP address not set" + +#: lib/SP/Services/Upgrade/UpgradeAppService.php:65 +#: lib/SP/Services/Upgrade/UpgradeAppService.php:88 +msgid "Update Application" +msgstr "Update Application" + +#: lib/SP/Services/Upgrade/UpgradeAppService.php:72 +msgid "Error while applying the application update" +msgstr "Fout tijdens het bijwerken van het programma." + +#: lib/SP/Services/Upgrade/UpgradeAppService.php:74 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:100 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:108 +msgid "Please, check the event log for more details" +msgstr "Check a.u.b de event log voor meer details" + +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:55 +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:85 +msgid "API authorizations update" +msgstr "API authorizations update" + +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:70 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:206 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:236 +msgid "Update Configuration" +msgstr "Bijwerken configuratie" + +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:82 +msgid "Parameter" +msgstr "Parameter" + +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:121 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:125 +msgid "Error while updating the configuration" +msgstr "Error tijdens het bijwerken van de configuratie" + +#: 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 "Custom fields update" +msgstr "Custom fields update" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:91 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:122 +msgid "Update DB" +msgstr "Bijwerken DB" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:98 +#, fuzzy +msgid "Error while applying an auxiliary update" +msgstr "Fout tijdens het uitvoeren van de extra update" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:106 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:177 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:181 +#, fuzzy +msgid "Error while updating the database" +msgstr "Fout bij het updaten van de database" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:154 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:156 +#, fuzzy +msgid "Update file does not contain data" +msgstr "The update file does not contain data" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:187 +msgid "Database updating was completed successfully." +msgstr "Database update succesvol" + +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:56 +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:102 +msgid "Public links update" +msgstr "Public links update" + +#: lib/SP/Services/User/UserPassService.php:256 +#: lib/SP/Services/User/UserService.php:123 +#: lib/SP/Services/User/UserService.php:154 +#: lib/SP/Services/User/UserService.php:173 +#, fuzzy +msgid "User does not exist" +msgstr "De gebruiker bestaat niet" + +#: lib/SP/Services/User/UserService.php:192 +msgid "User not found" +msgstr "Gebruiker niet gevonden" + +#: lib/SP/Services/UserGroup/UserGroupService.php:80 +#: lib/SP/Services/UserGroup/UserGroupService.php:98 +#: lib/SP/Services/UserGroup/UserGroupService.php:187 +#: lib/SP/Services/UserGroup/UserToUserGroupService.php:57 +msgid "Group not found" +msgstr "Groep niet gevonden" + +#: lib/SP/Services/UserGroup/UserGroupService.php:115 +msgid "Error while deleting the groups" +msgstr "Error while deleting the groups" + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:66 +msgid "A request for changing your user password has been done." +msgstr "" +"Een aanvraag is ingediend voor het wijzigen van uw gebruikers wachtwoord." + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:68 +msgid "In order to complete the process, please go to this URL:" +msgstr "Om door te kunnen gaan, dient u naar de volgende URL te gaan:" + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:72 +msgid "If you have not requested this action, please dismiss this message." +msgstr "Indien deze actie niet door u is aangevraagd, negeer dan dit bericht." + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:87 +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:155 +msgid "Wrong hash or expired" +msgstr "Versleuteling is foutief of verlopen" + +#: lib/SP/Services/UserProfile/UserProfileService.php:65 +#: lib/SP/Services/UserProfile/UserProfileService.php:97 +msgid "Profile not found" +msgstr "Profiel niet gevonden" + +#: lib/SP/Services/Wiki/DokuWikiApi.php:68 +msgid "Authentication error" +msgstr "Authenticatiefout" + +#: lib/SP/Services/Wiki/DokuWikiApiBase.php:196 +msgid "Error while doing the query" +msgstr "Fout bij het uitvoeren van de query" + +#: lib/SP/Services/Wiki/DokuWikiApiBase.php:228 +msgid "Connection URL not set" +msgstr "Verbinding URL niet ingesteld" + +#: lib/SP/Storage/Database/Database.php:131 +msgid "Blank query" +msgstr "Lege Query" + +#: lib/SP/Storage/Database/Database.php:259 +msgid "Integrity constraint" +msgstr "integriteitsbeperking" + +#: lib/SP/Storage/Database/MySQLHandler.php:99 +#: lib/SP/Storage/Database/MySQLHandler.php:166 +#, fuzzy +msgid "Please, check the connection parameters" +msgstr "Check a.u.b de connetie parameters" + +#: lib/SP/Storage/Database/QueryData.php:354 app/config/strings.js.inc:26 +#, fuzzy +msgid "Error while querying" msgstr "Fout gedurende de query" -#: ../../../config/strings.js.inc:27 -msgid "Ha ocurrido un error" +#: lib/SP/Storage/File/FileCachePacked.php:57 +#, php-format +msgid "Error while decompressing the file data (%s)" +msgstr "Error while decompressing the file data (%s)" + +#: lib/SP/Storage/File/FileCachePacked.php:61 +msgid "Error while retrieving the data" +msgstr "Error while retrieving the data" + +#: lib/SP/Storage/File/FileCachePacked.php:99 +#, php-format +msgid "Error while compressing the file data (%s)" +msgstr "Error while compressing the file data (%s)" + +#: lib/SP/Storage/File/FileCachePacked.php:144 +msgid "Data not loaded" +msgstr "Data not loaded" + +#: lib/SP/Storage/File/FileHandler.php:72 +#: lib/SP/Storage/File/FileHandler.php:135 +#, php-format +msgid "Unable to read/write the file (%s)" +msgstr "Unable to read/write the file (%s)" + +#: lib/SP/Storage/File/FileHandler.php:89 +#, php-format +msgid "Unable to open the file (%s)" +msgstr "Unable to open the file (%s)" + +#: lib/SP/Storage/File/FileHandler.php:104 +#: lib/SP/Storage/File/FileHandler.php:118 +#, php-format +msgid "Unable to read from file (%s)" +msgstr "Unable to read from file (%s)" + +#: lib/SP/Storage/File/FileHandler.php:173 +#, php-format +msgid "Unable to close the file (%s)" +msgstr "Unable to close the file (%s)" + +#: lib/SP/Storage/File/FileHandler.php:219 +#, php-format +msgid "Unable to write in file (%s)" +msgstr "Unable to write in file (%s)" + +#: lib/SP/Storage/File/FileHandler.php:234 +#, php-format +msgid "File not found (%s)" +msgstr "File not found (%s)" + +#: lib/SP/Storage/File/FileHandler.php:259 +#: lib/SP/Storage/File/FileHandler.php:314 +#, fuzzy, php-format +msgid "Unable to read/write file (%s)" +msgstr "Unable to read/write the file (%s)" + +#: lib/SP/Storage/File/FileHandler.php:286 +#, php-format +msgid "Unable to delete file (%s)" +msgstr "Unable to delete file (%s)" + +#: lib/SP/Storage/File/XmlHandler.php:89 lib/SP/Storage/File/XmlHandler.php:309 +msgid "XML node does not exist" +msgstr "XML node does not exist" + +#: lib/SP/Storage/File/XmlHandler.php:167 +msgid "There aren't any items to save" +msgstr "Er zijn geen items om op te slaan" + +#: lib/SP/Util/Connection.php:157 +msgid "Socket not initialized" +msgstr "Socket is niet geïnitialiseerd" + +#: lib/SP/Util/Connection.php:164 +msgid "Error while sending the data" +msgstr "Fout bij het verzenden van de gegevens" + +#: lib/SP/Util/ErrorUtil.php:148 +msgid "Option unavailable" +msgstr "Optie niet beschikbaar" + +#: lib/SP/Util/ErrorUtil.php:168 lib/SP/Util/ErrorUtil.php:175 +#, fuzzy +msgid "An exception occured" +msgstr "Er is een uitzondering opgetreden" + +#: lib/SP/Util/ImageUtil.php:65 +msgid "Invalid image" +msgstr "Invalid image" + +#: app/config/strings.js.inc:27 +msgid "There was an error" msgstr "Er is een fout opgetreden" -#: ../../../config/strings.js.inc:28 ../../../config/strings.js.inc:86 -msgid "Sesión finalizada" +#: app/config/strings.js.inc:28 app/config/strings.js.inc:86 +msgid "Session finished" msgstr "Sessie afgerond" -#: ../../../config/strings.js.inc:29 -msgid "Borrar la cuenta?" +#: app/config/strings.js.inc:29 +msgid "Delete account?" msgstr "Verwijder account?" -#: ../../../config/strings.js.inc:30 -msgid "Borrar el usuario?" +#: app/config/strings.js.inc:30 +msgid "Delete user?" msgstr "Verwijder Gebruiker" -#: ../../../config/strings.js.inc:31 -msgid "Guarde la configuración para que sea efectiva" +#: app/config/strings.js.inc:31 +msgid "You should save configuration in order to take effect" msgstr "Je moet de configuratie opslaan voordat de wijzigingen gebruikt worden" -#: ../../../config/strings.js.inc:32 -msgid "Clave Generada" +#: app/config/strings.js.inc:32 +msgid "Generated Password" msgstr "Genereer Wachtwoord" -#: ../../../config/strings.js.inc:33 -msgid "Nivel alto" +#: app/config/strings.js.inc:33 +msgid "High level" msgstr "Hoger niveau" -#: ../../../config/strings.js.inc:34 -msgid "Nivel medio" +#: app/config/strings.js.inc:34 +msgid "Average level" msgstr "Gemiddeld niveau" -#: ../../../config/strings.js.inc:35 -msgid "Nivel bajo" +#: app/config/strings.js.inc:35 +msgid "Low level" msgstr "Laag niveau" -#: ../../../config/strings.js.inc:36 -msgid "Nivel muy alto" +#: app/config/strings.js.inc:36 +msgid "Very High level" msgstr "Erg hoog niveau" -#: ../../../config/strings.js.inc:37 -msgid "Utilizar al menos 8 caracteres" +#: app/config/strings.js.inc:37 +msgid "You should use at least 8 characters" msgstr "U dient minimaal 8 karakters op te geven" -#: ../../../config/strings.js.inc:38 -msgid "Borrar elemento?" +#: app/config/strings.js.inc:38 +msgid "Delete item?" msgstr "Verwijder item" -#: ../../../config/strings.js.inc:39 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:22 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:31 -msgid "Página no encontrada" +#: app/config/strings.js.inc:39 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:22 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:31 +msgid "Page not found" msgstr "Pagina niet gevonden" -#: ../../../config/strings.js.inc:40 -msgid "Archivo no soportado para visualizar" -msgstr "Bestand niet geschikt voor voorbeeld weergave" - -#: ../../../config/strings.js.inc:41 -msgid "Eliminar archivo?" +#: app/config/strings.js.inc:41 +msgid "Delete file?" msgstr "Verwijder Bestand?" -#: ../../../config/strings.js.inc:42 -msgid "Su navegador no soporta subir archivos con HTML5" +#: app/config/strings.js.inc:42 +msgid "Your browser does not support HTML5 file uploads" msgstr "Uw browser heeft geen ondersteuning voor HTML5 uploads" -#: ../../../config/strings.js.inc:43 -msgid "Demasiados archivos" +#: app/config/strings.js.inc:43 +msgid "Too many files" msgstr "Teveel bestanden" -#: ../../../config/strings.js.inc:44 -msgid "Tamaño de archivo no permitido" +#: app/config/strings.js.inc:44 +msgid "File size not allowed" msgstr "Bestandsgrootte niet toegestaan" -#: ../../../config/strings.js.inc:45 -msgid "Extensión no permitida" +#: app/config/strings.js.inc:45 +msgid "Extension not allowed" msgstr "Extensie niet toegestaan" -#: ../../../config/strings.js.inc:46 +#: app/config/strings.js.inc:46 #, fuzzy -msgid "Vaciar el registro de eventos?" +msgid "Clear the event log out?" msgstr "Opschonen van event log?" -#: ../../../config/strings.js.inc:47 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:179 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:281 -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:89 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:59 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:253 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:84 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:54 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:152 -msgid "Seleccionar Grupo" +#: app/config/strings.js.inc:47 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:179 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:281 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:89 +#: app/modules/web/themes/material-blue/views/config/import.inc:59 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:253 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:84 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:54 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:152 +msgid "Select Group" msgstr "Selecteer Groep" -#: ../../../config/strings.js.inc:48 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:161 -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:114 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:32 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:278 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:69 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:27 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:37 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:81 -msgid "Seleccionar Usuario" +#: app/config/strings.js.inc:48 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:161 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:114 +#: app/modules/web/themes/material-blue/views/config/import.inc:32 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:278 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:69 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:27 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:37 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:81 +msgid "Select User" msgstr "Selecteer Gebruiker" -#: ../../../config/strings.js.inc:49 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:71 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:135 -msgid "Seleccionar Perfil" +#: app/config/strings.js.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:71 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:135 +msgid "Select Profile" msgstr "Selecteer Profiel" -#: ../../../config/strings.js.inc:50 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:84 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:39 +#: app/config/strings.js.inc:50 +#: app/modules/web/themes/material-blue/views/account/account.inc:84 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:39 #, fuzzy -msgid "Seleccionar Cliente" +msgid "Select Client" msgstr "Selecteer Klant" -#: ../../../config/strings.js.inc:51 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:109 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:43 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:54 -msgid "Seleccionar Categoría" +#: app/config/strings.js.inc:51 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:78 +#: app/modules/web/themes/material-blue/views/account/account.inc:109 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:43 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:54 +msgid "Select Category" msgstr "Selecteer Categorie" -#: ../../../config/strings.js.inc:52 -msgid "Sin resultados" +#: app/config/strings.js.inc:52 +msgid "No results" msgstr "Geen resultaten" -#: ../../../config/strings.js.inc:53 -msgid "Opciones de clave" +#: app/config/strings.js.inc:53 +msgid "Password options" msgstr "Wachtwoord opties" -#: ../../../config/strings.js.inc:54 -msgid "Generar clave aleatoria" +#: app/config/strings.js.inc:54 +msgid "Generate random password" msgstr "Genereer willekeurig wachtwoord" -#: ../../../config/strings.js.inc:55 -msgid "Complejidad" +#: app/config/strings.js.inc:55 +msgid "Complexity" msgstr "Complexiteit" -#: ../../../config/strings.js.inc:56 -msgid "Restablecer" +#: app/config/strings.js.inc:56 +msgid "Reset" msgstr "Reset" -#: ../../../config/strings.js.inc:57 -msgid "Nivel de fortaleza de la clave" +#: app/config/strings.js.inc:57 +msgid "Password strength level" msgstr "Wachtwoord sterkte" -#: ../../../config/strings.js.inc:58 -msgid "Mostrar Clave" +#: app/config/strings.js.inc:58 +msgid "Show Password" msgstr "Toon Wachtwoord" -#: ../../../config/strings.js.inc:59 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:24 -msgid "Copiar Usuario" +#: app/config/strings.js.inc:59 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:24 +msgid "Copy Username" msgstr "Kopieer Gebruikersnaam" #. (itstool) path: action/text -#: ../../../config/strings.js.inc:60 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:41 -#: ../../../config/actions.xml:199 ../../../config/actions.xml:271 -msgid "Copiar Clave" +#: app/config/strings.js.inc:60 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:41 +#: app/config/actions.xml:199 app/config/actions.xml:271 +msgid "Copy Password" msgstr "Kopieer Wachtwoord" -#: ../../../config/strings.js.inc:61 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:84 -msgid "Incluir Números" +#: app/config/strings.js.inc:61 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:84 +msgid "Include Numbers" msgstr "Inclusief Nummers" -#: ../../../config/strings.js.inc:62 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:126 -msgid "Incluir Mayúsculas" +#: app/config/strings.js.inc:62 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:126 +msgid "Include Uppercase" msgstr "Inclusief Hoofdletters" -#: ../../../config/strings.js.inc:63 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:112 +#: app/config/strings.js.inc:63 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:112 #, fuzzy -msgid "Incluir Símbolos" +msgid "Include Symbols" msgstr "Inclusief Symbolen" -#: ../../../config/strings.js.inc:64 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:16 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:24 -msgid "Longitud" +#: app/config/strings.js.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:16 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:24 +msgid "Length" msgstr "Lengte" -#: ../../../config/strings.js.inc:65 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:42 -msgid "Seleccionar Acción" +#: app/config/strings.js.inc:65 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:42 +msgid "Select Action" msgstr "Selecteer Actie" -#: ../../../config/strings.js.inc:68 -msgid "Aceptar" +#: app/config/strings.js.inc:68 +msgid "Accept" msgstr "Accepteer" -#: ../../../config/strings.js.inc:69 -msgid "Cancelar" +#: app/config/strings.js.inc:69 +msgid "Cancel" msgstr "Annuleer" -#: ../../../config/strings.js.inc:70 +#: app/config/strings.js.inc:70 #, fuzzy -msgid "Clave Copiada al Portapapeles" +msgid "Password Copied into Clipboard" msgstr "Wachtwoord gekopieerd naar klembord" -#: ../../../config/strings.js.inc:71 -msgid "Error al copiar al portapapeles" +#: app/config/strings.js.inc:71 +msgid "Error while copying to clipboard" msgstr "Fout bij kopieren naar klembord" -#: ../../../config/strings.js.inc:73 +#: app/config/strings.js.inc:73 #, fuzzy -msgid "Recibir notificaciones?" +msgid "Send notifies?" msgstr "Verzenden notificaties?" -#: ../../../config/strings.js.inc:74 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:160 -msgid "Marcar Favorito" -msgstr "Markeer als favoriet" +#. (itstool) path: action/text +#: app/config/strings.js.inc:74 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:160 +#: app/config/actions.xml:247 +msgid "Mark as Favorite" +msgstr "" #. (itstool) path: action/text -#: ../../../config/strings.js.inc:75 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:150 -#: ../../../config/actions.xml:253 -msgid "Eliminar Favorito" +#: app/config/strings.js.inc:75 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:150 +#: app/config/actions.xml:253 +msgid "Delete Favorite" msgstr "Favoriet verwijderen" -#: ../../../config/strings.js.inc:76 -msgid "Limpiar Selección" +#: app/config/strings.js.inc:76 +msgid "Clear Selection" msgstr "Selectie wissen" -#: ../../../config/strings.js.inc:77 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:80 -msgid "Mostrar Favoritos" -msgstr "Toon favorieten" +#. (itstool) path: action/text +#: app/config/strings.js.inc:77 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:80 +#: app/config/actions.xml:241 +msgid "Show Favorites" +msgstr "" -#: ../../../config/strings.js.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:74 +#: app/config/strings.js.inc:78 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:74 #, fuzzy -msgid "Mostrar Todos" +msgid "Display All" msgstr "Toon Alles" -#: ../../../config/strings.js.inc:79 -msgid "Ayuda" -msgstr "Help" - -#: ../../../config/strings.js.inc:80 -msgid "Sin cambios" -msgstr "Geen wijzigingen" - -#: ../../../config/strings.js.inc:81 -msgid "Ahora" +#: app/config/strings.js.inc:81 +msgid "Now" msgstr "Nu" -#: ../../../config/strings.js.inc:82 +#: app/config/strings.js.inc:82 msgid "" -"Este proceso importará los usuarios de LDAP detectados. Desea continuar?" +"This process will import the detected LDAP users. Would you like to continue?" msgstr "" "Dit proces importeert de gedetecteerde LDAP gebruikers. wil je verder gaan?" -#: ../../../config/strings.js.inc:83 -msgid "Esta acción restablecerá todos los datos del plugin. Desea continuar?" +#: app/config/strings.js.inc:83 +msgid "This action will reset all plugin data. Do you want to continue?" msgstr "" "Met deze actie worden alle plugingegevens opnieuw ingesteld. Wil je doorgaan?" -#: ../../../config/strings.js.inc:84 +#: app/config/strings.js.inc:84 #, fuzzy -msgid "Este proceso puede durar algo de tiempo. Desea continuar?" +msgid "This process could take some time long. Do you wish to continue?" msgstr "Dit proces neemt enige tijd in beslag, wil je doorgaan?" -#: ../../../config/strings.js.inc:85 -msgid "Aviso" -msgstr "Waarschuwing" - -#: ../../../config/strings.js.inc:87 +#: app/config/strings.js.inc:87 #, fuzzy -msgid "" -"Realizando tarea. Por favor, no cierre la ventana/pestaña del navegador." +msgid "Performing task. Please, do not close browser's window/tab." msgstr "Aan het wek. Venster of tab van de browser niet sluiten." -#: ../../../config/strings.js.inc:88 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:98 -msgid "Incluir Letras" +#: app/config/strings.js.inc:88 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:98 +msgid "Include Letters" msgstr "Voeg letters toe" -#: ../../../config/strings.js.inc:89 +#: app/config/strings.js.inc:89 #, fuzzy -msgid "Cookies deshabilitadas. La aplicación no funcionará correctamente." +msgid "Cookies disabled. Application won't work properly." msgstr "Cookies zijn uitgeschakeld. Het programma zal niet correct werken." -#: ../../../config/strings.js.inc:90 -msgid "Portapapeles no soportado por el navegador." +#: app/config/strings.js.inc:90 +msgid "Clipboard not supported by your browser." msgstr "Uw browser ondersteunt het klembord niet." -#: ../../../config/strings.js.inc:91 -msgid "Realizando auto-login" +#: app/config/strings.js.inc:91 +msgid "Performing auto-login" msgstr "Performing auto-login" -#: ../../../config/strings.js.inc:92 -msgid "Hay una versión más reciente del plugin {0} ({1})" +#: app/config/strings.js.inc:92 +msgid "There is a more recent version of {0} plugin ({1})" msgstr "Er is een nieuwere versie van de plugn {0} ({1})" -#: ../../../config/strings.js.inc:93 -#: ../../../modules/web/themes/material-blue/views/main/update.inc:30 -msgid "Actualizado" +#: app/config/strings.js.inc:93 +#: app/modules/web/themes/material-blue/views/main/update.inc:30 +msgid "Updated" msgstr "Bijgewerkt" -#: ../../../config/strings.js.inc:94 -#: ../../../modules/web/themes/material-blue/views/main/update.inc:36 -msgid "Error al comprobar actualizaciones" +#: app/config/strings.js.inc:94 +#: app/modules/web/themes/material-blue/views/main/update.inc:36 +msgid "Error while checking for updates" msgstr "Fout bij checken van updates" -#: ../../../config/strings.js.inc:95 -msgid "Avisos de sysPass" +#: app/config/strings.js.inc:95 +msgid "sysPass Notices" msgstr "sysPass Mededelingen" -#: ../../../config/strings.js.inc:96 +#: app/config/strings.js.inc:96 #, fuzzy -msgid "Vaciar los tracks?" +msgid "Clear the tracks out?" msgstr "Clear tracks out?" -#: ../../../config/strings.js.inc:97 -msgid "Archivo descargado" -msgstr "File downloaded" - -#: ../../../modules/web/themes/material-blue/views/_layouts/main.inc:21 +#: app/modules/web/themes/material-blue/views/_layouts/main.inc:21 #, fuzzy -msgid "Javascript es necesario para el correcto funcionamiento" +msgid "Javascript is needed in order to run correctly" msgstr "Javascript is benodigd om dit correct uit te voeren." -#: ../../../modules/web/themes/material-blue/views/_partials/error.inc:14 -#: ../../../modules/web/themes/material-blue/views/_partials/error.inc:15 -#: ../../../modules/web/themes/material-blue/views/error/error-database.inc:13 -#: ../../../modules/web/themes/material-blue/views/error/error-database.inc:14 -#: ../../../modules/web/themes/material-blue/views/error/error-maintenance.inc:13 -#: ../../../modules/web/themes/material-blue/views/error/error-maintenance.inc:14 -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:40 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:50 -msgid "Volver" -msgstr "Terug" - -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:70 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:127 -msgid "Preferencias de usuario" +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:70 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:127 +msgid "User preferences" msgstr "Gebruiker voorkeuren" -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:74 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:77 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:148 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:151 -msgid "Salir" +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:74 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:77 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:148 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:151 +msgid "Sign Out" msgstr "Uitloggen" -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:164 -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:53 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:164 +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:53 msgid "Demo" msgstr "Demo" -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:44 +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:44 #, fuzzy -msgid "Indica si la conexión utiliza HTTPS." +msgid "Tells whether the connection uses HTTPS or not." msgstr "Laat zien of de verbinding HTTPS is" -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:44 +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:44 #, fuzzy msgid "" -"Las claves de formularios enviados se encriptan mediante PKI, el resto de " -"datos no." +"Passwords sent from forms are encrypted using PKI, the remain data don't." msgstr "" "De verzonden wachtwoorden worden versleuteld via PKI, de andere data niet. " -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:66 -msgid "Ayuda :: FAQ :: Changelog" +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:66 +msgid "Help :: FAQ :: Changelog" msgstr "Help :: FAQ :: Changelog" -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:70 -msgid "Un proyecto de cygnux.org" +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:70 +msgid "A cygnux.org project" msgstr "Een cygnux.org project" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:8 -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:12 -msgid "Parámetros especiales" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:8 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:12 +msgid "Special parameters" msgstr "Special parameters" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:14 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:14 msgid "" -"Es posible utilizar uno o varios parámetros especiales separados por espacios" +"You could use either one or several special parameters separated by blank " +"spaces" msgstr "" "You could use either one or several special parameters separated by blank " "spaces" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:16 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:16 #, fuzzy -msgid "Buscar cuentas a las que 'login' tenga acceso" +msgid "Search for accounts which 'login' has access rights" msgstr "Zoek accounts met 'Login' toegangsrechten." -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:17 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:17 #, fuzzy -msgid "Devolver las cuentas en las que 'login' es propietario" +msgid "Get the accounts in which user login \"login\" is the owner" msgstr "Toon de accounts waarvan login \"login\" de eigenaar is" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:18 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:18 #, fuzzy -msgid "Buscar cuentas a las que 'group_name' tenga acceso" +msgid "Search for accounts which 'group_name' has access rights" msgstr "Zoek accounts met 'groep_naam' toegangsrechten." -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:19 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:19 #, fuzzy -msgid "Devolver las cuentas con grupo principal 'group_name'" +msgid "Get the accounts in which main group \"group_name\" is set" msgstr "Toon de accounts met \"group_name\" als primaire groepsnaam." -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:20 -msgid "Buscar cuentas con archivos con el nombre 'file_name'" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:20 +#, fuzzy +msgid "Search for accounts which contain a file with the name 'file_name'" msgstr "" -"Zoeken naar accounts waarbij een bestand is met de naam ' bestandsnaam'" +" Zoeken naar accounts waarbij een bestand is met de naam ' bestandsnaam ' " -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:21 -msgid "Buscar cuentas por nombre de cliente" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:21 +msgid "Search for accounts by client name" msgstr "Search for accounts by client name" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:22 -msgid "Buscar cuentas por nombre de categoría" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:22 +msgid "Search for accounts by category name" msgstr "Search for accounts by category name" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:23 -msgid "Devolver la cuenta con ID" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:23 +msgid "Returns the account for the given ID" msgstr "Returns the account for the given ID" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:24 -msgid "Buscar cuentas con la clave caducada" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:24 +msgid "Search for accounts with expired password" msgstr "Zoek naar accounts met een verlopen wachtwoord" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:25 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:25 #, fuzzy -msgid "Devolver las cuentas privadas del usuario actual" +msgid "Get private accounts for current user" msgstr "Toon de privé-accounts van de gebruiker." -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:26 -msgid "Operador para los parámetros especiales" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:26 +msgid "Operator for special parameters" msgstr "Operator for special parameters" -#: ../../../modules/web/themes/material-blue/views/_partials/no_records_found.inc:10 -#: ../../../modules/web/themes/material-blue/views/account/search-index.inc:19 -msgid "No se encontraron registros" +#: app/modules/web/themes/material-blue/views/_partials/no_records_found.inc:10 +#: app/modules/web/themes/material-blue/views/account/search-index.inc:19 +msgid "No records found" msgstr "Geen records gevonden" -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:85 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:168 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:175 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:64 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:115 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:122 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:59 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:66 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:38 -msgid "Clave (repetir)" +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:85 +#: app/modules/web/themes/material-blue/views/account/account.inc:168 +#: app/modules/web/themes/material-blue/views/account/account.inc:175 +#: app/modules/web/themes/material-blue/views/install/index.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:115 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:122 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:59 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:66 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:38 +msgid "Password (repeat)" msgstr "Wachtwoord (Herhaal)" -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:109 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:194 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:254 -msgid "Seleccionar Fecha" -msgstr "Selecteer datum" +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:109 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:147 +#: app/modules/web/themes/material-blue/views/account/account.inc:194 +#: app/modules/web/themes/material-blue/views/account/account.inc:278 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:254 +msgid "Select date" +msgstr "" -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:19 -msgid "Histórico" +#: app/modules/web/themes/material-blue/views/account/account-history.inc:19 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:140 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:142 +#: app/modules/web/themes/material-blue/views/account/account.inc:271 +#: app/modules/web/themes/material-blue/views/account/account.inc:273 +msgid "History" msgstr "Geschiedenis" -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:28 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:45 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:22 -msgid "Detalles" +#: app/modules/web/themes/material-blue/views/account/account-history.inc:28 +#: app/modules/web/themes/material-blue/views/account/account.inc:45 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:22 +msgid "Details" msgstr "Details" -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:127 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:200 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:163 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:169 -msgid "Notas" -msgstr "Notities" +#: app/modules/web/themes/material-blue/views/account/account-history.inc:127 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:78 +#: app/modules/web/themes/material-blue/views/account/account.inc:200 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:168 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:163 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:169 +msgid "Notes" +msgstr "" -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:140 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:142 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:271 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:273 -msgid "Historial" -msgstr "Geschiedenis" - -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:147 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:278 -msgid "Seleccionar fecha" -msgstr "Selecteer data" - -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:160 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:293 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:32 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:291 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:293 -msgid "Última Modificación" +#: app/modules/web/themes/material-blue/views/account/account-history.inc:160 +#: app/modules/web/themes/material-blue/views/account/account.inc:293 +#: app/modules/web/themes/material-blue/views/account/details.inc:32 +#: app/modules/web/themes/material-blue/views/account/details.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:291 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:293 +msgid "Last Modification" msgstr "Laatste Aanpassing" -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:23 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:54 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:119 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:140 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:18 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:35 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:57 -msgid "Seleccionar Usuarios" +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:23 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:54 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:119 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:140 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:18 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:35 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:57 +msgid "Select Users" msgstr "Selecteer gebruikers" -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:33 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:37 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:101 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:105 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:127 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:176 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:29 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:70 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:53 -msgid "Ver" +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:33 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:37 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:101 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:105 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:127 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:176 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:29 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:53 +msgid "View" msgstr "Bekijk" -#: ../../../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:132 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:136 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:148 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:198 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:46 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:87 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:102 -msgid "Editar" -msgstr "Wijzig" - -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:91 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:122 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:168 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:190 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:59 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:76 -msgid "Seleccionar Grupos" +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:91 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:122 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:168 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:190 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:59 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:76 +msgid "Select Groups" msgstr "Selecteer groepen" -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:204 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:182 -msgid "Privada" +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:204 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:182 +msgid "Private" msgstr "Privé" -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:223 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:198 -msgid "Privada Grupo" +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:223 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:198 +msgid "Private for Group" msgstr "privé-groep" -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:15 -msgid "Solicitar Modificación de Cuenta" +#: app/modules/web/themes/material-blue/views/account/account-request.inc:15 +msgid "Request Account Modification" msgstr "Aanvraag Account Modificatie" -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:46 -msgid "Petición" -msgstr "Aanvraag" - -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:52 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:52 #, fuzzy -msgid "Descripción de la petición" +msgid "Request description" msgstr "Aanvraag beschrijving" -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:74 -msgid "Enviar" +#: app/modules/web/themes/material-blue/views/account/account-request.inc:74 +msgid "Send" msgstr "Verstuur" -#: ../../../modules/web/themes/material-blue/views/account/account.inc:37 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:133 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:21 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:214 -msgid "Permisos" +#: app/modules/web/themes/material-blue/views/account/account.inc:37 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:133 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:21 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:214 +msgid "Permissions" msgstr "Permissies" -#: ../../../modules/web/themes/material-blue/views/account/account.inc:218 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:98 -msgid "Seleccionar Etiquetas" +#: app/modules/web/themes/material-blue/views/account/account.inc:218 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:98 +msgid "Select Tags" msgstr "Selecteer tags" -#: ../../../modules/web/themes/material-blue/views/account/account.inc:262 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:26 -msgid "Seleccionar Cuenta" +#: app/modules/web/themes/material-blue/views/account/account.inc:262 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:26 +msgid "Select Account" msgstr "Selecteer account" -#: ../../../modules/web/themes/material-blue/views/account/account.inc:301 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:303 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:306 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:193 -msgid "Enlace Público" +#: app/modules/web/themes/material-blue/views/account/account.inc:301 +#: app/modules/web/themes/material-blue/views/account/account.inc:303 +#: app/modules/web/themes/material-blue/views/account/account.inc:306 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:193 +msgid "Public Link" msgstr "Publieke link" -#: ../../../modules/web/themes/material-blue/views/account/account.inc:314 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:316 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:319 -msgid "Enlace Directo" +#: app/modules/web/themes/material-blue/views/account/account.inc:314 +#: app/modules/web/themes/material-blue/views/account/account.inc:316 +#: app/modules/web/themes/material-blue/views/account/account.inc:319 +msgid "Direct Link" msgstr "Direct Link" -#: ../../../modules/web/themes/material-blue/views/account/details.inc:22 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:24 -msgid "Fecha Alta" +#: app/modules/web/themes/material-blue/views/account/details.inc:22 +#: app/modules/web/themes/material-blue/views/account/details.inc:24 +msgid "Date Added" msgstr "Datum toegevoegd" -#: ../../../modules/web/themes/material-blue/views/account/details.inc:60 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:62 -msgid "Fecha Edición" +#: app/modules/web/themes/material-blue/views/account/details.inc:60 +#: app/modules/web/themes/material-blue/views/account/details.inc:62 +msgid "Date Modified" msgstr "Datum Aangepast" -#: ../../../modules/web/themes/material-blue/views/account/details.inc:68 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:70 +#: app/modules/web/themes/material-blue/views/account/details.inc:68 +#: app/modules/web/themes/material-blue/views/account/details.inc:70 msgid "Editor" msgstr "Bewerker" -#: ../../../modules/web/themes/material-blue/views/account/details.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:80 -msgid "Fecha de Clave" +#: app/modules/web/themes/material-blue/views/account/details.inc:78 +#: app/modules/web/themes/material-blue/views/account/details.inc:80 +msgid "Password Date" msgstr "Wachtwoorddatum" -#: ../../../modules/web/themes/material-blue/views/account/files.inc:37 -msgid "Soltar archivos aquí (max. 5) o click para seleccionar" +#: app/modules/web/themes/material-blue/views/account/files.inc:37 +msgid "Drop files here (max. 5) or click to select" msgstr "Drop bestanden hier (max. 5) of klik om te selecteren" -#: ../../../modules/web/themes/material-blue/views/account/files.inc:39 +#: app/modules/web/themes/material-blue/views/account/files.inc:39 #, php-format -msgid "Tamaño máximo de archivo: %d MB" +msgid "Maximum file size: %d MB" msgstr "Maximale bestandsgrootte: %d MB" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:35 -msgid "Buscar en Wiki" +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:35 +msgid "Search in Wiki" msgstr "Zoek in de Wiki" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:84 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:84 #, php-format -msgid "Abrir enlace a: %s" +msgid "Open link to: %s" msgstr "Open link to: %s" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:111 -msgid "Clave Caducada" +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:111 +msgid "Password Expired" msgstr "Wachtwoord verlopen" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:125 -msgid "Cuenta Privada (Grupo)" +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:125 +msgid "Private Account (Group)" msgstr "Private Account (Group)" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:168 -msgid "Notes" -msgstr "Notes" - -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:182 -msgid "Archivos adjuntos" +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:182 +msgid "Attachments" msgstr "Bijlages" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:209 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:220 -msgid "Enlace a Wiki" +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:209 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:220 +msgid "Link to Wiki" msgstr "Link naar Wiki" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:212 -msgid "Ver en Wiki" +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:212 +msgid "View at Wiki" msgstr "Bekijk in de Wiki" -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:59 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:63 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:230 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:231 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:59 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:63 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:230 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:231 #, fuzzy -msgid "Búsqueda global" +msgid "Global search" msgstr "Globale zoek opdracht" -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:85 -msgid "Filtrar Favoritos" +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:85 +msgid "Favorites Filtering" msgstr "Favorieten filteren" -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:100 -msgid "Cuentas por página" +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:100 +msgid "Accounts per page" msgstr "Accounts per pagina" -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:108 -msgid "Más Filtros" +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:108 +msgid "More Filters" msgstr "Meer filters" -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:113 -msgid "Seleccionar Etiqueta" +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:113 +msgid "Select Tag" msgstr "Selecteer Tag" -#: ../../../modules/web/themes/material-blue/views/common/aux-customfields.inc:22 -msgid "Los datos serán encriptados al guardar" +#: app/modules/web/themes/material-blue/views/common/aux-customfields.inc:22 +msgid "Data will be encrypted after saving" msgstr "Data will be encrypted after saving" -#: ../../../modules/web/themes/material-blue/views/common/aux-customfields.inc:27 -msgid "Los datos serán desencriptados al guardar" +#: app/modules/web/themes/material-blue/views/common/aux-customfields.inc:27 +msgid "Data will be unencrypted after saving" msgstr "Data will be unencrypted after saving" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:12 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:12 +#: app/modules/web/themes/material-blue/views/config/backup.inc:12 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:12 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:12 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:12 #, php-format -msgid "La extensión '%s' no está disponible" +msgid "The '%s' extension is unavailable" msgstr "The '%s' extension is unavailable" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:16 -msgid "Esta extensión es necesaria para mostrar las claves como imágenes" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:16 +msgid "This extension is needed to display passwords as images" msgstr "This extension is needed to display passwords as images" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:30 -msgid "Búsqueda" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:30 +msgid "Searching" msgstr "Zoeken" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:36 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:56 -msgid "Resultados por página" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:36 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:52 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:56 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:72 +msgid "Results per page" msgstr "Resultaten per pagina" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:41 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:61 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:41 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:61 #, fuzzy -msgid "Número de resultados por página a mostrar, al realizar una búsqueda." +msgid "Number of results per page to display when performing a search." msgstr "Aantal " -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:52 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:72 -msgid "Número de resultados por página" -msgstr "Resultaten per pagina" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:70 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:30 -msgid "Caducidad clave cuentas" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:30 +msgid "Accounts password expiry" msgstr "Accounts password expiry" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:71 -msgid "Habilita la caducidad de la clave de cuentas." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:71 +msgid "Enables the accounts password expiry date." msgstr "Enables the accounts password expiry date." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:79 -msgid "Tiempo caducidad clave" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:79 +msgid "Password expiry time" msgstr "Password expiry time" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:84 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:84 #, fuzzy -msgid "Número de días para la caducidad de la clave de cuenta." +msgid "Number of days for account's password expiry date." msgstr "Number of days for the account expiry date." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:94 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:38 -msgid "Tiempo caducidad (días)" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:94 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:38 +msgid "Expire time (days)" msgstr "Expire time (days)" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:112 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:90 -msgid "Nombre de cuenta como enlace" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:112 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:90 +msgid "Account name as link" msgstr "Account naam als link" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:113 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:92 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:113 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:92 #, fuzzy -msgid "" -"Habilita el nombre de la cuenta de la búsqueda, como enlace a los detalles " -"de la cuenta." +msgid "Enables to use the account name as a link to account details." msgstr "Activeer gebruikersnaam als link naar het account." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:128 -msgid "Búsquedas globales" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:128 +msgid "Global searches" msgstr "Global zoek actie" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:129 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:129 #, fuzzy 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." +"Allows the users to do searches that includes all accounts, they won't be " +"able to display the account details if they don't have permission." msgstr "" "Laat toe dat gebruikers kunnen zoeken, zodra zij geen rechten hebben zal het " "niet worden weergegeven." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:144 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:154 -msgid "Imagen para mostrar clave" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:144 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:154 +msgid "Image to show password" msgstr "Afbeelding om wachtwoord te tonen" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:146 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:156 -msgid "Generar una imagen con el texto de la clave de la cuenta." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:146 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:156 +msgid "Generate an image with a text of the account password." msgstr "Genereerd een plaatje met de tekst van het wachtwoord van je account. " -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:148 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:158 -msgid "Util para entornos donde copiar la clave supone un riesgo de seguridad." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:148 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:158 +msgid "" +"Useful for environments where copying a password to clipboard is a security " +"risk." msgstr "" "Nuttig voor omgevingen waar het kopiëren van een wachtwoord naar het " "klembord " -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:164 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:158 -msgid "Resultados en Tarjetas" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:164 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:158 +msgid "Results like Cards" msgstr "Resultaat like Kaarten" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:166 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:160 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:166 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:160 #, fuzzy -msgid "Muestra los resultados de búsqueda de cuentas en formato tarjeta." +msgid "Displays account's search results on a card like format." msgstr "" " Maakt het mogelijk rekening te houden met de zoekresultaten als een " "kaartformaat te laten zien." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:182 -msgid "Acceso Grupos Secundarios" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:182 +msgid "Secondary Groups Access" msgstr "Onderliggende groepen toegang" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:184 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:184 #, fuzzy -msgid "" -"Habilita el acceso a los usuarios que estén incluidos en los grupos " -"secundarios." +msgid "Grants access to users that are included in secondary groups." msgstr "Grants access to the users that are included in the secondary groups." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:186 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:186 #, fuzzy msgid "" -"Por defecto el usuario de un grupo secundario es permitido si el grupo " -"secundario está establecido como el primario del usuario." +"By default, user in a secondary group is granted if the secondary group is " +"set as user's main group." 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:197 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:378 -#: ../../../config/actions.xml:73 -msgid "Enlaces Públicos" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:197 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:378 +#: app/config/actions.xml:73 +msgid "Public Links" msgstr "Publieke links" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:215 -msgid "Habilitar Enlaces Públicos" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:215 +msgid "Enable Public Links" msgstr "Publieke links inschakelen" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:217 -msgid "" -"Habilita la posibilidad de generar enlaces públicos para ver los detalles de " -"una cuenta." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:217 +msgid "Enables the ability to create public links to view an account's details" msgstr "" "Schakelt de mogelijkheid om openbare links te maken om de details van een " "account te bekijken" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:219 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:219 #, fuzzy -msgid "" -"Las cuentas enlazadas serán visibles por cualquiera que disponga del enlace." +msgid "Linked accounts will be visible by anyone that have the link." msgstr "" "De gekoppelde accounts zullen zichtbaar zijn door iedereen die de link heeft" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:221 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:221 #, fuzzy msgid "" -"Para crear enlaces, los usuarios tienen que tener activada la opción en su " -"perfl." +"In order to create links, users must have activated the option on their " +"profiles." msgstr "" "Om links te maken, moeten de gebruikers de optie in hun profielen hebben " "geactiveerd." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:237 -msgid "Usar imagen para clave" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:237 +msgid "Use an image for password" msgstr "Gebruik een afbeelding voor wachtwoord" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:239 -msgid "La clave de la cuenta es visualizada como una imagen." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:239 +msgid "The account password is shown as image." msgstr "Het account wachtwoord wordt weergegeven als afbeelding." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:248 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:257 -msgid "Tiempo de caducidad" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:248 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:257 +msgid "Expire time" msgstr "Verval datum" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:263 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:272 -msgid "Número máximo de visitas" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:263 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:272 +msgid "Maximum visits" msgstr "Maximale bezoeken" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:298 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:411 -msgid "Gestión de archivos" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:298 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:411 +msgid "Files management" msgstr "Bestands Management" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:299 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:299 #, fuzzy -msgid "Habilita la subida/descarga de archivos para las cuentas." +msgid "Enables the uploading and downloading of accounts files." msgstr "Activeer uploads/downloads van gebruikersbestanden" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:307 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:320 -msgid "Extensiones de archivos permitidas" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:307 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:320 +msgid "Allowed file extensions" msgstr "Bestands extensies toegestaan" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:312 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:312 #, fuzzy -msgid "Extensiones permitidas para la subida de archivos." +msgid "Allowed file extensions for uploading." msgstr "Extensies die zijn toegestaan om te uploaden." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:315 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:315 msgid "" -"Escribir extensión y pulsar intro para añadir. Es necesario guardar la " -"configuración." +"Write the extension and press enter to add. Remember to save the " +"configuration." msgstr "" "Typ de extensie en druk op enter. Vergeet hierna niet de configuratie op te " "slaan." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:328 -msgid "Tamaño máximo de archivo" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:328 +msgid "Maximum file size" msgstr "Maximale bestandsgrootte" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:333 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:333 #, fuzzy -msgid "Establece el tamaño máximo para subir archivos." +msgid "Sets the maximum file size for uploading." msgstr "Stel de maximale grootte in voor uploads." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:337 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:337 #, fuzzy -msgid "El máximo absuluto es de 16MB." +msgid "Absolute maximum is 16MB." msgstr "De absolute maximale grootte is 16MB." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:348 -msgid "Tamaño máximo de archivo en kilobytes" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:348 +msgid "Maximum file size in kilobytes" msgstr "Maximale bestandsgrootte (kB)" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:16 -msgid "" -"Esta extensión es necesaria para generar los archivos de copia de seguridad " -"de la aplicación" +#: app/modules/web/themes/material-blue/views/config/backup.inc:16 +msgid "This extension is needed to build the application's backup files" msgstr "This extension is needed to build the application's backup files" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:30 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:33 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:109 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:112 -msgid "Resultado" +#: app/modules/web/themes/material-blue/views/config/backup.inc:30 +#: app/modules/web/themes/material-blue/views/config/backup.inc:33 +#: app/modules/web/themes/material-blue/views/config/backup.inc:109 +#: app/modules/web/themes/material-blue/views/config/backup.inc:112 +msgid "Result" msgstr "Resultaat" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:41 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:44 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:120 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:123 -msgid "Descargar Actual" +#: app/modules/web/themes/material-blue/views/config/backup.inc:41 +#: app/modules/web/themes/material-blue/views/config/backup.inc:44 +#: app/modules/web/themes/material-blue/views/config/backup.inc:120 +#: app/modules/web/themes/material-blue/views/config/backup.inc:123 +msgid "Download Current" msgstr "Download Huidig" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:51 -msgid "Copia BBDD" +#: app/modules/web/themes/material-blue/views/config/backup.inc:51 +msgid "DB Backup" msgstr "DB Backup" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:58 -msgid "Copia sysPass" +#: app/modules/web/themes/material-blue/views/config/backup.inc:58 +msgid "sysPass Backup" msgstr "sysPass Backup" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:80 +#: app/modules/web/themes/material-blue/views/config/backup.inc:80 #, fuzzy 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." +"The backup allows you to save and download sysPass database and application " +"files including its configuration." msgstr "" "De backup zorgt ervoor dat de configuratie en database kan worden " "opgeslagen. " -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:82 +#: app/modules/web/themes/material-blue/views/config/backup.inc:82 #, 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." +"With this method it's possible to either save all sysPass data in another " +"place or use it to make the application portable." msgstr "" "Deze optie zorgt ervoor dat alle syspass data extern kan worden opgeslagen " "en gebruikt" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:101 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:185 -msgid "Exportar Cuentas" +#: app/modules/web/themes/material-blue/views/config/backup.inc:101 +#: app/modules/web/themes/material-blue/views/config/backup.inc:185 +msgid "Export Accounts" msgstr "Exporteer Accounts" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:139 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:147 -msgid "Clave de Exportación" +#: app/modules/web/themes/material-blue/views/config/backup.inc:139 +#: app/modules/web/themes/material-blue/views/config/backup.inc:147 +msgid "Export Password" msgstr "Exporteer Wachtwoord" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:153 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:161 -msgid "Clave de Exportación (repetir)" +#: app/modules/web/themes/material-blue/views/config/backup.inc:153 +#: app/modules/web/themes/material-blue/views/config/backup.inc:161 +msgid "Export Password (repeat)" msgstr "Exporteer Wachtwoord (herhaal)" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:187 +#: app/modules/web/themes/material-blue/views/config/backup.inc:187 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." +"The accounts export allows you to save the accounts and their data in XML " +"format to be imported in another sysPass instance." msgstr "" "De gebruikers export zorgt ervoor dat deze kunnen worden geëxporteerd voor " "in een andere syspass instantie." -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:189 +#: app/modules/web/themes/material-blue/views/config/backup.inc:189 #, fuzzy -msgid "Los elementos exportados son cuentas, clientes, categorías y etiquetas." +msgid "Exported items are accounts, clients, categories and tags." msgstr "De geëxporteerde items zijn accounts, klanten, categorieën en tags." -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:191 +#: app/modules/web/themes/material-blue/views/config/backup.inc:191 #, fuzzy msgid "" -"Las claves de las cuentas son exportadas de forma encriptada para mayor " -"seguridad." +"Accounts' password are exported in an encrypted way for better security." msgstr "" "De wachtwoorden zijn versleuteld geëxporteerd vanwege extra beveiliging." -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:193 +#: app/modules/web/themes/material-blue/views/config/backup.inc:193 #, fuzzy msgid "" -"Es posible establecer una clave de exportación para guardar todos los datos " -"encriptados en el archivo XML." +"It's possible to set an export password to save all the encrypted data in " +"the XML file." msgstr "" "Het is mogelijk om een export wachtwoord in te stellen om de data beveiligd " "op te slaan in een XML bestand" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:17 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:153 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:152 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:167 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:50 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:56 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:57 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:102 -msgid "Clave Maestra" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:17 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:153 +#: app/modules/web/themes/material-blue/views/config/import.inc:152 +#: app/modules/web/themes/material-blue/views/config/import.inc:167 +#: app/modules/web/themes/material-blue/views/install/index.inc:50 +#: app/modules/web/themes/material-blue/views/install/index.inc:56 +#: app/modules/web/themes/material-blue/views/login/index.inc:57 +#: app/modules/web/themes/material-blue/views/login/index.inc:102 +msgid "Master Password" msgstr "Hoofd wachtwoord" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:24 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:27 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:198 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:201 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:24 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:27 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:198 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:201 #, fuzzy -msgid "Último cambio" +msgid "Last change" msgstr "Laatste Wijziging" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:35 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:43 -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:142 -msgid "Clave Maestra actual" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:35 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:43 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:142 +msgid "Current Master Password" msgstr "Huidig hoofd wachtwoord" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:49 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:57 -msgid "Nueva Clave Maestra" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:49 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:57 +msgid "New Master Password" msgstr "Nieuw Hoofd Wachtwoord" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:63 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:71 -msgid "Nueva Clave Maestra (repetir)" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:63 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:71 +msgid "New Master Password (repeat)" msgstr "Nieuw Hoofd Wachtwoord (herhaal)" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:80 -msgid "Guarde la nueva clave en un lugar seguro." +#: app/modules/web/themes/material-blue/views/config/encryption.inc:80 +msgid "You should save the new password on a secure place" msgstr "Bewaar het nieuwe wachtwoord op een veilige plek." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:84 -msgid "Se volverán a encriptar las claves de todas las cuentas." +#: app/modules/web/themes/material-blue/views/config/encryption.inc:84 +msgid "All accounts passwords will be encrypted again." msgstr "Alle account zullen opnieuw worden versleuteld." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:88 -msgid "Los usuarios deberán de introducir la nueva clave maestra." +#: app/modules/web/themes/material-blue/views/config/encryption.inc:88 +msgid "Users will need to enter the new Master Password." msgstr "Gebruikers moeten het nieuwe master wachtwoord invoeren." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:92 -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:130 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:92 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:130 #, fuzzy, php-format -msgid "" -"Se van a actualizar %s cuentas. Este proceso puede tardar algo de tiempo." +msgid "It will be updated %s accounts. This process could take some time long." msgstr "%s Accounts worden aangepast. Dit kan even duren." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:109 -msgid "No modificar cuentas" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:109 +msgid "Do not modify accounts" msgstr "Pas niet de accounts aan" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:111 -msgid "Establece una nueva clave maestra sin re-encriptar las cuentas" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:111 +msgid "Sets a new Master Password without re-encrypting the accounts." msgstr "" "Stelt een nieuw master wachtwoord in zonder opnieuw de wachtwoorden te " "beveiligen. " -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:127 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:127 #, fuzzy -msgid "Confirmar cambio" +msgid "Confirm change" msgstr "Bevestig wijziging" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:129 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:129 msgid "" -"Confirmar el cambio de clave maestra después de haber leído las advertencias " -"anteriores." +"Confirm the master password change after you have been read all the above " +"warnings." msgstr "" "Confirm the master password change after you have been read all the above " "warnings." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:155 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:155 #, fuzzy msgid "" -"La clave maestra es utilizada para encriptar las claves de las cuentas de " -"sysPass para mantenerlas seguras." +"The Master Password is used to encrypt sysPass accounts passwords and keep " +"them safe." msgstr "" "Het master wachtwoord word gebruikt om alle wachtwoorden veilig te " "versleutelen." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:157 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:157 #, fuzzy msgid "" -"Es recomendable cambiarla cada cierto tiempo y utilizar una clave compleja " -"que incluya números, letras y símbolos." +"It's advisable to change it from time to time and use a complex password " +"that includes numbers, letters and symbols." msgstr "" "Het advies is om dit geregeld te veranderen, gebruik hiervoor een sterk " "wachtwoord." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:159 -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:132 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:159 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:132 #, php-format -msgid "Para más información consulte: %s" +msgid "You could get more info on: %s" msgstr "Meer informatie vindt u hier: %s" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:169 -msgid "Actualizar hash de clave maestra" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:169 +msgid "Update master password hash" msgstr "Hash van het hoofdwachtwoord bijwerken." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:189 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:323 -msgid "Clave Temporal" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:189 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:323 +msgid "Temporary Password" msgstr "Tijdelijk Wachtwoord" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:203 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:218 -msgid "No generada" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:203 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:218 +msgid "Not generated" msgstr "Niet gegenereerd" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:208 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:211 -msgid "Válido hasta" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:208 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:211 +msgid "Valid until" msgstr "Geldig tot" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:224 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:227 -msgid "Intentos" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:224 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:227 +msgid "Attempts" msgstr "Pogingen" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:234 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:244 -msgid "Validez (s)" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:234 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:244 +msgid "Life (s)" msgstr "Leven(s)" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:263 -msgid "Enviar correo" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:263 +msgid "Send email" msgstr "Mail versturen" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:265 -msgid "" -"Envía un correo a todos los usuarios o sólo a los del grupo seleccionado." +#: app/modules/web/themes/material-blue/views/config/encryption.inc:265 +msgid "Sends an email to all users or only to those whose group is selected." msgstr "Stuur een email naar alle gebruikers of naar geselecteerde groep" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:325 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:325 #, 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." +"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." msgstr "" " Het tijdelijke wachtwoord wordt gebruikt als een hoofdwachtwoord voor de " "gebruikers die dit moeten invoeren bij het inloggen. Hierdoor is het niet " "nodig om hen het echte Master Password te vertellen." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:332 -msgid "Generar" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:332 +msgid "Generate" msgstr "Genereer" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:12 -msgid "Autentificación" -msgstr "Authenticatie" - -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:30 -msgid "Usar Auth Basic" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:30 +msgid "Use Auth Basic" msgstr "Use Auth Basic" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:31 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:31 #, fuzzy -msgid "Usar Auth Basic para autorizar los accesos a la aplicación." +msgid "Use Auth Basic for authorizing accesses to the application" msgstr "Use Auth Basic for authorizing the accesses to the application" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:45 -msgid "Usar Auth Basic SSO" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:45 +msgid "Use Auth Basic SSO" msgstr "Use Auth Basic SSO" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:46 -msgid "Usar auto-login con Auth Basic." +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:46 +msgid "Use auto-login through Auth Basic" msgstr "Use auto-login through Auth Basic" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:54 -msgid "Dominio" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:54 +msgid "Domain" msgstr "Domain" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:59 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:59 #, fuzzy msgid "" -"El dominio será añadido al nombre de usuario de sysPass para comprobarlo con " -"el de Auth Basic." +"The domain will be added to sysPass user name for checking against the Auth " +"Basic one." 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:69 -msgid "Nombre de dominio" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:69 +msgid "Domain name" msgstr "Domain name" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:75 -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:85 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:45 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:55 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:239 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:249 -msgid "Grupo por Defecto" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:75 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:85 +#: app/modules/web/themes/material-blue/views/config/import.inc:45 +#: app/modules/web/themes/material-blue/views/config/import.inc:55 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:239 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:249 +msgid "Default Group" msgstr "Standaard Groep" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:80 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:80 #, fuzzy -msgid "" -"Define el grupo de usuarios por defecto para los nuevos usuarios de SSO." +msgid "Sets the default users group for newly created SSO users" msgstr "Sets the default users group for newly SSO users" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:100 -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:110 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:264 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:274 -msgid "Perfil por Defecto" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:100 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:110 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:264 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:274 +msgid "Default Profile" msgstr "Standaard Profiel" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:105 -msgid "" -"Define el perfil de usuarios por defecto para los nuevos usuarios de SSO." +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:105 +msgid "Sets the default profile for the newly created SSO users." msgstr "Sets the default profile for the newly created SSO users." -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:98 -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:101 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:173 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:176 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:70 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:72 -msgid "Eventos" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:12 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:98 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:101 +#: app/modules/web/themes/material-blue/views/config/mail.inc:173 +#: app/modules/web/themes/material-blue/views/config/mail.inc:176 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:70 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:72 +msgid "Events" msgstr "Evenementen" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:30 -msgid "Habilitar log de eventos" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:30 +msgid "Enable event log" msgstr "Activeer Event Log" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:31 -msgid "Guarda las acciones realizadas en la aplicación." +#: app/modules/web/themes/material-blue/views/config/general-events.inc:31 +msgid "Saves the actions done by the application." msgstr "Slaat de acties van de applicatie op." -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:45 -msgid "Habilitar Syslog" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:45 +msgid "Enable Syslog" msgstr "Syslog inschakelen" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:60 -msgid "Habilitar Syslog Remoto" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:60 +msgid "Enable Remote Syslog" msgstr "Schakel Remote Syslog in" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:70 -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:39 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:75 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:78 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:94 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:119 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:59 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:66 -msgid "Servidor" -msgstr "Server" - -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:78 -msgid "Nombre o dirección IP" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:78 +msgid "Hostname or IP address" msgstr "Hostnaam of IP-adres" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:84 -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:92 -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:53 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:72 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:79 -msgid "Puerto" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:84 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:92 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:53 +#: app/modules/web/themes/material-blue/views/config/mail.inc:72 +#: app/modules/web/themes/material-blue/views/config/mail.inc:79 +msgid "Port" msgstr "Poort" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:12 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:12 msgid "Proxy" msgstr "Proxy" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:30 -msgid "Usar Proxy" +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:30 +msgid "Use Proxy" msgstr "Gebruik Proxy" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:31 -msgid "Usar proxy para comprobación de actualizaciones y notificaciones." +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:31 +msgid "Use a proxy server for checking out for updates and notifications." msgstr "Use a proxy server for checking out for updates and notifications." -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:47 -msgid "Servidor proxy" +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:47 +msgid "Proxy server" msgstr "Proxy server" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:61 -msgid "Puerto del servidor proxy" +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:61 +msgid "Proxy server port" msgstr "Proxy server poort" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:75 -msgid "Usuario del servidor proxy" +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:75 +msgid "Proxy server user" msgstr "Proxy server gebruiker" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:89 -msgid "Clave del servidor proxy" +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:89 +msgid "Proxy server password" msgstr "Proxy server wachtwoord" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:16 -msgid "" -"Esta extensión es necesaria comprobar las actualizaciones y notificaciones" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:16 +msgid "This extension is needed to check for sysPass updates and notices" msgstr "This extension is needed to check for sysPass updates and notices" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:24 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:15 -msgid "Sitio" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:24 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:15 +msgid "Site" msgstr "Site" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:30 -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:44 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:107 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:121 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:137 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:139 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:26 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:28 -msgid "Idioma" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:30 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:44 +#: app/modules/web/themes/material-blue/views/config/info.inc:107 +#: app/modules/web/themes/material-blue/views/config/info.inc:121 +#: app/modules/web/themes/material-blue/views/install/index.inc:137 +#: app/modules/web/themes/material-blue/views/install/index.inc:139 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:26 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:28 +msgid "Language" msgstr "Taal" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:35 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:35 #, fuzzy msgid "" -"Establece el idioma global de la aplicación. Es posible establecer un idioma " -"por usuario en las preferencias." +"Sets the global app language. You can set a per user language on preferences." msgstr "Stel de algemene taal in. Per gebruiker is dit aan te passen." -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:39 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:39 #, fuzzy msgid "" -"Para mejorar/añadir las traducciones, puede colaborar en https://poeditor." -"com/join/project/fmlsBuugyv" +"To improve/add translations, you can get involved at https://poeditor.com/" +"join/project/fmlsBuugyv" msgstr "" "Om de vertaling te verbeteren kun je ons op https://poeditor.com/join/" "project/fmlsBuugyv helpen" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:57 -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:67 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:40 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:42 -msgid "Tema Visual" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:57 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:67 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:40 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:42 +msgid "Visual Theme" msgstr "Visueel Thema" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:62 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:62 #, fuzzy msgid "" -"Establece el tema visual global de la aplicación. Es posible establecer un " -"tema visual por usuario en las preferencias." +"Sets the global application visual theme. You can set a per user visual " +"theme on preferences." msgstr "Stel het algemene thema in, dit is per gebruiker aan te passen." -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:81 -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:89 -msgid "Timeout de sesión (s)" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:81 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:89 +msgid "Session timeout (s)" msgstr "Sessie Timeout(s)" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:107 -msgid "Forzar HTTPS" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:107 +msgid "Force HTTPS" msgstr "Forceer HTTPS" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:108 -msgid "Fuerza para que todas las conexiones sean a través de HTTPS." +#: app/modules/web/themes/material-blue/views/config/general-site.inc:108 +msgid "It forces the use of HTTPS on all the connections" msgstr "Dit forceert het gebruik van HTTPS op alle verbindingen" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:122 -msgid "Habilitar depuración" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:122 +msgid "Enable debug" msgstr "Activeer debugging" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:123 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:123 #, fuzzy msgid "" -"Muestra información relativa a la configuración de la aplicación y " -"rendimiento." +"Displays some information about application configuration and performance." msgstr "Laat informatie over de applicatie en prestaties." -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:137 -msgid "Modo mantenimiento" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:137 +msgid "Maintenance mode" msgstr "Onderhouds mode" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:138 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:138 #, fuzzy msgid "" -"En este modo no se puede acceder a la aplicación. Para deshabilitarlo es " -"necesario modificar el archivo de configuración." +"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." msgstr "In deze modus kan niemand inloggen. Sla de configuratie wel op." -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:152 -msgid "Comprobar actualizaciones" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:152 +msgid "Check for updates" msgstr "Check voor updates" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:153 -msgid "" -"Comprobar actualizaciones de la aplicación (sólo para los usuarios " -"administradores)." +#: app/modules/web/themes/material-blue/views/config/general-site.inc:153 +msgid "Check for application updates (only for administrators)." msgstr "Check voor applicatie updates (alleen voor administrators)" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:167 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:167 #, fuzzy -msgid "Comprobar notificaciones" +msgid "Check for notifications" msgstr "Check voor mededelingen" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:168 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:168 #, fuzzy msgid "" -"Comprobar si existen notificaciones de seguridad o avisos de sysPass (sólo " -"para los usuarios administradores)." +"Check if there are either sysPass security or warning notices (only for " +"administrators)." msgstr "" "Controleer syspass beveiligingsfouten of andere meldingen (Alleen voor " "administrators)" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:182 -msgid "Encriptar Sesión" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:182 +msgid "Encrypt Session" msgstr "Versleutel sessie" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:184 -msgid "Encriptar los datos de la sesión de PHP." +#: app/modules/web/themes/material-blue/views/config/general-site.inc:184 +msgid "Encrypt PHP session data" msgstr "Versleutel de gegevens van de PHP-sessie." -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:185 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:185 msgid "" -"Esta funcionalidad incrementa la seguridad de las sesiones de PHP ya que los " -"datos almacenados no serán legibles." +"This feature increases the PHP sessions security, because the stored data " +"won't be readable." msgstr "" "Dit verhoogt de veiligheid van de PHP-sessie doordat de opgeslagen gegevens " "onleesbaar zijn." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:103 -msgid "Importar CSV/XML" +#: app/modules/web/themes/material-blue/views/config/import.inc:12 +#: app/modules/web/themes/material-blue/views/config/import.inc:103 +msgid "CSV/XML Import" msgstr "CSV/XML Import" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:18 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:28 -msgid "Usuario por Defecto" +#: app/modules/web/themes/material-blue/views/config/import.inc:18 +#: app/modules/web/themes/material-blue/views/config/import.inc:28 +msgid "Default User" msgstr "Standaard Gebruiker" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:23 -msgid "Define el usuario por defecto para las cuentas importadas." -msgstr "Bepaalt de standaard gebruiker voor de geïmporteerde accounts." +#: app/modules/web/themes/material-blue/views/config/import.inc:23 +#, fuzzy +msgid "Sets the default user for the accounts imported." +msgstr " Bepaalt de standaard gebruiker voor de geïmporteerde accounts." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:50 -msgid "Define el grupo por defecto para las cuentas importadas." -msgstr "Bepaalt de standaard groep voor de geïmporteerde accounts." +#: app/modules/web/themes/material-blue/views/config/import.inc:50 +#, fuzzy +msgid "Sets the default group for the accounts imported." +msgstr " Bepaalt de standaard groep voor de geïmporteerde accounts." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:72 -msgid "Archivo" -msgstr "Bestand" - -#: ../../../modules/web/themes/material-blue/views/config/import.inc:75 -msgid "Soltar archivo aquí o click para seleccionar" +#: app/modules/web/themes/material-blue/views/config/import.inc:75 +msgid "Drop files here or click to select" msgstr "Sleep de bestanden naar hier of selecteer deze" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:105 +#: app/modules/web/themes/material-blue/views/config/import.inc:105 #, fuzzy msgid "" -"Permite realizar la importación de Cuentas, Categorías y Clientes desde " -"archivos XML y CSV." +"Allows to import Accounts, Categories and Clients from XML or CSV files." msgstr "" "Laat toe dat je Accounts, Categories and Customers import from XML or CSV " "files." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:107 +#: app/modules/web/themes/material-blue/views/config/import.inc:107 #, fuzzy -msgid "" -"Los formatos de archivos XML soportados son: sysPass, KeePass y KeePassX" +msgid "Supported XML file formats are: sysPass, KeePass and KeePassX" msgstr "" " Hiermee kun je de accounts, categorieën en klanten importeren uit XML of " "CSV -bestanden." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:109 -msgid "" -"Arrastar el archivo a importar a la zona indicada o hacer click sobre la " -"flecha." -msgstr "Drag & Drop het bestand naar de import zone of klik op de pijl." +#: app/modules/web/themes/material-blue/views/config/import.inc:109 +#, fuzzy +msgid "Drag & Drop the file into the import zone or click over the arrow." +msgstr " Drag & Drop het bestand naar de import zone of klik op de pijl." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:111 +#: app/modules/web/themes/material-blue/views/config/import.inc:111 +#, 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." +"For KeePass or KeePassX files, client name will be KeePass or KeePassX and " +"category name like groups name." msgstr "" -"Voor KeePass of KeePassX bestanden, zal de naam van de klant zijn KeePass of " -"KeePassX en de categorie naam als de groepsnamen." +" Voor KeePass of KeePassX bestanden, zal de naam van de klant zijn KeePass " +"of KeePassX en de categorie naam als de groepsnamen ." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:113 -msgid "La importación de archivos CSV se realiza con el siguiente formato:" +#: app/modules/web/themes/material-blue/views/config/import.inc:113 +msgid "The CSV import file requires the following format:" msgstr " Het CSV -bestand importeren moet aan het volgende format doen:" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:115 +#: app/modules/web/themes/material-blue/views/config/import.inc:115 msgid "" -"\"nombre_de_cuenta\";\"cliente\";\"categoría\";\"url\";\"usuario\";\"clave\";" -"\"notas\"" +"\"account_name\";\"client\";\"category\";\"url\";\"user\";\"password\";" +"\"notes\"" msgstr "" "\"Account_naam\";\"client\";\"categorie\";\"url\";\"gebruiker\";\"wachtwoord" "\";\"notities\"" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:117 +#: app/modules/web/themes/material-blue/views/config/import.inc:117 #, fuzzy msgid "" -"En todos los casos, si el cliente o la categoría no están creados, se crean " -"automáticamente." +"In all cases, if the client or category do not exist they will be created " +"automatically." msgstr "" "In alle gevallen, indien de klant of de categorie niet bestaat zal deze " "automatisch worden aangemaakt." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:125 +#: app/modules/web/themes/material-blue/views/config/import.inc:125 msgid "XML" msgstr "XML" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:131 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:146 -msgid "Clave de Importación" +#: app/modules/web/themes/material-blue/views/config/import.inc:131 +#: app/modules/web/themes/material-blue/views/config/import.inc:146 +msgid "Import Password" msgstr "Importeer Wachtwoord" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:136 -msgid "Sólo es necesaria para archivos XML de sysPass encriptados." +#: app/modules/web/themes/material-blue/views/config/import.inc:136 +msgid "It's only needed for sysPass XML files that have been encrypted." msgstr "Dit is alleen nodig voor versleutelde XML-bestanden van sysPass." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:157 +#: app/modules/web/themes/material-blue/views/config/import.inc:157 #, fuzzy msgid "" -"Sólo es necesaria para archivos XML de sysPass con clave maestra distinta de " -"la actual." +"It's only needed for sysPass XML files that have been encrypted with a " +"different master password from the current one." msgstr "" "Dit is alleen nodig voor XML-bestanden van sysPass die versleuteld zijn met " "een ander hoofdwachtwoord dan het huidige." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:174 +#: app/modules/web/themes/material-blue/views/config/import.inc:174 msgid "CSV" msgstr "CSV" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:180 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:195 -msgid "Delimitador CSV" +#: app/modules/web/themes/material-blue/views/config/import.inc:180 +#: app/modules/web/themes/material-blue/views/config/import.inc:195 +msgid "CSV delimiter" msgstr "CSV scheidingsteken" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:185 -msgid "Sólo es necesario para archivos CSV." +#: app/modules/web/themes/material-blue/views/config/import.inc:185 +msgid "It's only needed for CSV files." msgstr "Dit is alleen nodig voor CSV-bestanden." -#: ../../../modules/web/themes/material-blue/views/config/info.inc:14 -msgid "Información de la Aplicación" +#: app/modules/web/themes/material-blue/views/config/info.inc:14 +msgid "Application Information" msgstr "Applicatie Informatie" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:20 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:23 -msgid "Versión sysPass" +#: app/modules/web/themes/material-blue/views/config/info.inc:20 +#: app/modules/web/themes/material-blue/views/config/info.inc:23 +msgid "sysPass version" msgstr "sysPass versie" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:30 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:33 -msgid "Base de Datos" +#: app/modules/web/themes/material-blue/views/config/info.inc:30 +#: app/modules/web/themes/material-blue/views/config/info.inc:33 +msgid "Database" msgstr "Database" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:44 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:47 +#: app/modules/web/themes/material-blue/views/config/info.inc:44 +#: app/modules/web/themes/material-blue/views/config/info.inc:47 msgid "PHP" msgstr "PHP" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:49 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:34 -msgid "Versión" -msgstr "Versie" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:51 -msgid "Extensiones" +#: app/modules/web/themes/material-blue/views/config/info.inc:51 +msgid "Extensions" msgstr "Extensies" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:55 -msgid "Extensiones no disponibles" +#: app/modules/web/themes/material-blue/views/config/info.inc:55 +msgid "Unavailable extensions" msgstr "Unavailable extensions" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:59 -msgid "Memoria Usada" +#: app/modules/web/themes/material-blue/views/config/info.inc:59 +msgid "Used Memory" msgstr "Gebruikt geheugen" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:63 -msgid "Tasa de descarga" +#: app/modules/web/themes/material-blue/views/config/info.inc:63 +msgid "Download rate" msgstr "Download rate" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:66 +#: app/modules/web/themes/material-blue/views/config/info.inc:66 msgid "OP Cache" msgstr "OP Cache" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:85 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:88 -msgid "Copia de Configuración" +#: app/modules/web/themes/material-blue/views/config/info.inc:85 +#: app/modules/web/themes/material-blue/views/config/info.inc:88 +msgid "Configuration Backup" msgstr "Configuratie back-up" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:98 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:180 +#: app/modules/web/themes/material-blue/views/config/info.inc:98 +#: app/modules/web/themes/material-blue/views/config/info.inc:180 #, php-format -msgid "Descargar %s" +msgid "Download %s" msgstr "Download %s" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:112 -msgid "Indica si el idioma se encuentra disponible" +#: app/modules/web/themes/material-blue/views/config/info.inc:112 +msgid "Tells whether the language is available or not." msgstr "Dit laat ons weten of de taal beschikbaar is." -#: ../../../modules/web/themes/material-blue/views/config/info.inc:116 +#: app/modules/web/themes/material-blue/views/config/info.inc:116 msgid "" -"Si no está instalado, es necesario instalar las locales en el sistema " -"operativo. Más información en Wiki." +"If it is not installed, you would need install the right operating system " +"locales. More info at Wiki." msgstr "" "Wanneer dit niet geïnstalleerd is, dien je de juiste besturingssysteem-talen " "te installeren. Meer info kun je vinden in de Wiki." -#: ../../../modules/web/themes/material-blue/views/config/info.inc:128 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:138 -msgid "Sesión Encriptada" +#: app/modules/web/themes/material-blue/views/config/info.inc:128 +#: app/modules/web/themes/material-blue/views/config/info.inc:138 +msgid "Encrypted Session" msgstr "Versleutelde sessie" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:133 +#: app/modules/web/themes/material-blue/views/config/info.inc:133 #, fuzzy -msgid "Indica si los datos de la sesión están encriptados en el servidor" +msgid "Tells whether the session data are encrypted in the server side or not" msgstr "Geeft aan of de sessie op de server versleuteld wordt." -#: ../../../modules/web/themes/material-blue/views/config/info.inc:140 -msgid "Sí" -msgstr "Ja" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:140 -msgid "No" -msgstr "Nee" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:145 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:148 -msgid "Plugins Cargados" +#: app/modules/web/themes/material-blue/views/config/info.inc:145 +#: app/modules/web/themes/material-blue/views/config/info.inc:148 +msgid "Loaded Plugins" msgstr "Geladen plugins" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:171 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:174 -msgid "Archivo de log" +#: app/modules/web/themes/material-blue/views/config/info.inc:171 +#: app/modules/web/themes/material-blue/views/config/info.inc:174 +msgid "Log file" msgstr "Log file" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:16 -msgid "Esta extensión es necesaria conectar con el servidor de LDAP" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:16 +msgid "This extension is needed to connect to the LDAP server" msgstr "This extension is needed to connect to the LDAP server" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:46 -msgid "Habilitar LDAP" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:46 +msgid "Enable LDAP" msgstr "Activeer LDAP" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:48 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:48 #, fuzzy -msgid "Habilita de autentificación mediante servidor LDAP." +msgid "Enables authentication against an LDAP server." msgstr "Schakelt verificatie in voor de LDAP-server." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:50 -msgid "Este método utilizará MySQL en caso de fallo." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:50 +msgid "This method will use MySQL as fallback." msgstr "Deze methode zal MySQL gebruiken als fallback." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:65 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:65 msgid "Active Directory" msgstr "Active Directory" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:67 -msgid "Habilita el modo de conexión con LDAP de Active Directory." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:67 +msgid "Enables Active Directory LDAP connection mode." msgstr "Activeer Active Directory LDAP connectie mode" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:84 -msgid "Habilita la conexión mediante TLS." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:84 +msgid "Enables the connection over TLS" msgstr "Enables the connection over TLS" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:99 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:99 #, fuzzy -msgid "Nombre o dirección IP del servidor de LDAP." +msgid "Hostname or IP address of LDAP server." msgstr "Hostnaam of IP adres van de LDAP Server" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:103 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:134 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:185 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:219 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:131 -msgid "Ejemplos:" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:103 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:134 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:185 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:219 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:131 +msgid "Examples:" msgstr "Voorbeelden:" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:125 -msgid "Usuario de conexión" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:125 +msgid "Bind User" msgstr "Verbind Gebruiker" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:130 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:130 #, fuzzy -msgid "Usuario para conectar con el servicio de LDAP." +msgid "User to connect to LDAP service." msgstr "Gebruiker om verbinding te maken met de LDAP- service." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:155 -msgid "Clave de conexión" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:155 +msgid "Bind Password" msgstr "Verbind Wachtwoord" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:160 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:160 #, fuzzy -msgid "Clave del usuario de conexión a LDAP." +msgid "LDAP connection user's password" msgstr "LDAP connectie gebruikers wachtwoord" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:176 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:200 -msgid "Base de búsqueda" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:176 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:200 +msgid "Search base" msgstr "Zoek basis." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:181 -msgid "Base en la que realizar la búsqueda de usuarios de LDAP." -msgstr "LDAP uitvalsbasis om de LDAP-gebruikers zoekopdrachten te doen." - -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:211 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:181 #, fuzzy -msgid "" -"Grupo de LDAP al que debe de pertenecer el usuario para permitir el acceso." +msgid "LDAP base to perform the LDAP users search." +msgstr " LDAP uitvalsbasis om de LDAP-gebruikers zoekopdrachten te doen." + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:211 +#, fuzzy +msgid "LDAP group which user must belong to for granting to log in." msgstr "LDAP-groep waar de gebruiker in moet zitten om te kunnen inloggen." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:215 -msgid "Este grupo debe de estar ubicado en la base de búsquedas de LDAP." -msgstr "Deze groep moet in de LDAP-zoekbasis worden geplaatst." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:215 +msgid "This group needs to be placed in the LDAP search base." +msgstr " Deze groep moet in de LDAP-zoekbasis worden geplaatst ." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:244 -msgid "" -"Define el grupo de usuarios por defecto para los nuevos usuarios de LDAP." -msgstr "Definieer de standaard gebruikers groep voor nieuwe LDAP-gebruikers." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:244 +#, fuzzy +msgid "Sets the default users group for newly created LDAP users" +msgstr " Definieer de standaard gebruikers groep voor nieuwe LDAP-gebruikers." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:269 -msgid "" -"Define el perfil de usuarios por defecto para los nuevos usuarios de LDAP." -msgstr "Definieert het standaard profiel voor de nieuwe LDAP-gebruikers ." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:269 +#, fuzzy +msgid "Sets the default profile for the newly created LDAP users." +msgstr " Definieert het standaard profiel voor de nieuwe LDAP-gebruikers ." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:321 -msgid "Importación" -msgstr "Import" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:321 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:494 +msgid "Import" +msgstr "" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:327 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:337 -msgid "Atributo Login" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:327 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:337 +msgid "Login Attribute" msgstr "Login attribuut" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:332 -msgid "" -"Define el atributo a utilizar para el login del usuario en la importación." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:332 +msgid "Defines the attribute for the user's login when importing." msgstr "Defines the attribute for the user's login when importing." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:350 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:360 -msgid "Atributo Nombre" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:350 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:360 +msgid "Name Attribute" msgstr "Naam attribuut" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:355 -msgid "" -"Define el atributo a utilizar para el nombre del usuario en la importación." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:355 +msgid "Defines the attribute for the user's name when importing." msgstr "Definieer de attribuut voor de gebruikersnaam tijdens het importeren." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:385 -msgid "Importar Grupos" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:385 +msgid "Import Groups" msgstr "Import Groups" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:394 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:404 -msgid "Atributo Nombre Grupo" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:394 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:404 +msgid "Group Name Attribute" msgstr "Group Name Attribute" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:399 -msgid "" -"Define el atributo a utilizar para el nombre del grupo en la importación." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:399 +msgid "Defines the attribute for the user group name when importing." msgstr "Defines the attribute for the user group name when importing." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:415 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:429 -msgid "Filtro" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:415 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:429 +msgid "Filter" msgstr "Filter" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:420 -msgid "Filtro para importar usuarios o grupos de LDAP." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:420 +msgid "Filter for importing LDAP users or groups." msgstr "Filter for importing LDAP users or groups." -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:33 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:34 -msgid "Habilitar notificaciones de correo" +#: app/modules/web/themes/material-blue/views/config/mail.inc:33 +#: app/modules/web/themes/material-blue/views/config/mail.inc:34 +msgid "Enable email notifications" msgstr "Activeer email notificaties" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:48 -msgid "Habilitar peticiones por correo" +#: app/modules/web/themes/material-blue/views/config/mail.inc:48 +msgid "Enable requests by email" msgstr "Activeer aanvragen per email" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:50 +#: app/modules/web/themes/material-blue/views/config/mail.inc:50 #, fuzzy msgid "" -"Habilita que los usuarios puedan solicitar modificaciones o acceso a las " -"cuentas sin permisos." +"Allows users to request for either modifications to existing accounts or " +"access to accounts which they have no rights on." msgstr "" "Sta gebruikers toe om modificatie op bestaande accounts aan te vragen of " "toegang te verlenen aan accounts waar ze geen rechten op hebben" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:97 -msgid "Habilitar Autentificación" +#: app/modules/web/themes/material-blue/views/config/mail.inc:97 +msgid "Enable Authentication" msgstr "Activeer Authenticatie" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:132 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:135 -msgid "Seguridad" +#: app/modules/web/themes/material-blue/views/config/mail.inc:132 +#: app/modules/web/themes/material-blue/views/config/mail.inc:135 +msgid "Security" msgstr "Beveiliging" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:138 -msgid "Deshabilitada" -msgstr "Uitgeschakeld" - -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:148 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:156 +#: app/modules/web/themes/material-blue/views/config/mail.inc:148 +#: app/modules/web/themes/material-blue/views/config/mail.inc:156 #, fuzzy -msgid "Dirección de correo de envío" +msgid "Recipient email address" msgstr "Emailadres ontvanger" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:162 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:165 -msgid "Destinatarios" +#: app/modules/web/themes/material-blue/views/config/mail.inc:162 +#: app/modules/web/themes/material-blue/views/config/mail.inc:165 +msgid "Recipients" msgstr "Recipients" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:16 -msgid "Esta extensión es necesaria conectar con DokuWiki" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:16 +msgid "This extension is needed to connect with DokuWiki" msgstr "This extension is needed to connect with DokuWiki" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:47 -msgid "Habilitar enlaces Wiki" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:47 +msgid "Enable Wiki links" msgstr "Toestaan van Wiki links" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:48 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:48 #, fuzzy msgid "" -"Habilita la opción de añadir un enlace a Wiki externa para los resultados de " -"la búsqueda." +"Enables the option to add a link to search for results in an external Wiki." msgstr "" "Toestaan van de optie aan om een link voor zoek resultaten in een externe " "Wiki" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:56 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:83 -msgid "URL de búsqueda Wiki" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:56 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:83 +msgid "Wiki search URL" msgstr "Wiki Zoek URL" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:61 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:61 #, fuzzy -msgid "URL que utiliza la wiki para realizar una búsqueda de una página." +msgid "URL that Wiki uses for making an entry searching." msgstr "URL welke de Wiki gebruikt voor een zoek actie" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:65 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:65 #, fuzzy -msgid "Como parámetro se utiliza el nombre del cliente." +msgid "The client's name is used as parameter." msgstr "De Klantnaam is gebruikt als parameter" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:69 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:102 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:187 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:214 -msgid "Ejemplo:" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:69 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:102 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:187 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:214 +msgid "Example:" msgstr "Voorbeeld:" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:89 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:116 -msgid "URL de página en Wiki" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:89 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:116 +msgid "Wiki page URL" msgstr "Wiki pagina URL" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:94 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:94 #, fuzzy -msgid "URL que utiliza la wiki para acceder a los detalles de una página." +msgid "URL that Wiki uses for accessing to the entry details." msgstr "URL waar gebruikers naar toe verwezen worden" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:98 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:98 #, fuzzy -msgid "" -"El nombre de la cuenta se utiliza como parámetro de la variable de búsqueda " -"de la Wiki." +msgid "Account's name is used as parameter of Wiki search variable." msgstr "" "De account naam is gebruikt als een parameter in een Wiki zoek variabele" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:122 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:136 -msgid "Prefijo para nombre de cuenta" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:122 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:136 +msgid "Account name prefix" msgstr "Account naam voorvoegsel" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:127 -msgid "" -"Prefijo para determinar qué cuentas tienen un enlace a una página de la Wiki." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:127 +msgid "Prefix to determine which accounts have a link to the Wiki." msgstr "" "Voorvoegsel om te bepalen welk account een link moet hebben naar de Wiki." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:146 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:146 msgid "DokuWiki API" msgstr "DokuWiki API" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:164 -msgid "Habilitar API de DokuWiki" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:164 +msgid "Enable DokuWiki API" msgstr "DokuWiki API inschakelen" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:166 -msgid "" -"Habilita la conexión a la API XML-RPC de DokuWiki para los enlaces Wiki." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:166 +msgid "Enables DokuWiki XML-RPC API for Wiki links." msgstr "Schakel DokuWiki XML-RPC API voor Wiki links in" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:168 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:168 msgid "" -"Para que esta característica funcione, es necesario habilitar los enlaces " -"Wiki para el filtrado de cuentas." +"In order to get this feature working, you should enable Wiki links for " +"accounts filtering" msgstr "" "Om deze feature te laten werken, dient u Wiki links voor account filteren " "aan te zetten" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:178 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:199 -msgid "URL API" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:178 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:199 +msgid "API URL" msgstr "API URL" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:183 -msgid "URL de la API de DokuWiki." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:183 +msgid "DokuWiki API URL" msgstr "DokuWiki API URL" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:205 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:227 -msgid "URL Base" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:205 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:227 +msgid "Base URL" msgstr "Basis URL" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:210 -msgid "URL base de DokuWiki." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:210 +msgid "DokuWiki base URL" msgstr "DokuWiki basis URL" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:238 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:238 #, fuzzy -msgid "Usuario para conectar a la API de DokuWiki." +msgid "User for connecting to the DokuWiki API." msgstr "Gebruiker om te verbinden met de DokuWiki API" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:266 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:282 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:266 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:282 msgid "Namespace" msgstr "Namespace" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:271 -msgid "Namespace utilizado para buscar las páginas." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:271 +msgid "Namespace used to search pages." msgstr "Namespace die gebruikt wordt voor het zoeken naar pagina's." -#: ../../../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:170 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:172 -msgid "Instalar" +#: app/modules/web/themes/material-blue/views/error/error-database.inc:17 +#: app/modules/web/themes/material-blue/views/error/error-database.inc:19 +#: app/modules/web/themes/material-blue/views/install/index.inc:170 +#: app/modules/web/themes/material-blue/views/install/index.inc:172 +msgid "Install" msgstr "Installeer" -#: ../../../modules/web/themes/material-blue/views/grid/datagrid-nav-full.inc:18 -msgid "Filtro ON" +#: app/modules/web/themes/material-blue/views/grid/datagrid-nav-full.inc:18 +msgid "Filter ON" msgstr "Filter AAN" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:11 +#: app/modules/web/themes/material-blue/views/install/index.inc:11 #, php-format -msgid "Instalación %s" +msgid "Installation %s" msgstr "Installatie %s" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:21 -msgid "Admin de sysPass" +#: app/modules/web/themes/material-blue/views/install/index.inc:21 +msgid "sysPass Admin" msgstr "sysPass Admin" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:29 -msgid "Usuario administrador de sysPass" +#: app/modules/web/themes/material-blue/views/install/index.inc:29 +msgid "sysPass admin user" msgstr "sysPass admin gebruiker" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:37 -msgid "Login del usuario administrador de sysPass" +#: app/modules/web/themes/material-blue/views/install/index.inc:37 +msgid "sysPass administrator's login" msgstr "sysPass administrator Login" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:69 -msgid "Configurar BBDD" +#: app/modules/web/themes/material-blue/views/install/index.inc:69 +msgid "DB Configuration" msgstr "DB Configuratie" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:79 -msgid "Usuario acceso BBDD" +#: app/modules/web/themes/material-blue/views/install/index.inc:79 +msgid "DB access user" msgstr "DB gebruiker" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:87 +#: app/modules/web/themes/material-blue/views/install/index.inc:87 #, fuzzy -msgid "Usuario con permisos de administrador de MySQL" +msgid "An user with MySQL admin rights" msgstr "Een gebruiker met MySQL admin rechten" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:95 -msgid "Clave acceso BBDD" +#: app/modules/web/themes/material-blue/views/install/index.inc:95 +msgid "DB access password" msgstr "DB wachtwoord" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:104 -msgid "Nombre BBDD para sysPass" -msgstr "sysPass database naam" +#: app/modules/web/themes/material-blue/views/install/index.inc:104 +#: app/modules/web/themes/material-blue/views/install/index.inc:112 +msgid "sysPass database name" +msgstr "" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:112 -msgid "Nombre de la base de datos para sysPass" -msgstr "SysPass database naam" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:121 -msgid "Servidor BBDD para sysPass" +#: app/modules/web/themes/material-blue/views/install/index.inc:121 +msgid "sysPass database server" msgstr "sysPass database server" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:129 +#: app/modules/web/themes/material-blue/views/install/index.inc:129 #, fuzzy -msgid "Nombre del servidor para instalar la base de datos de sysPass" +msgid "Server name to install sysPass database" msgstr "Servernaam waarop de sysPass database geinstalleerd wordt" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:149 -msgid "Modo Hosting" +#: app/modules/web/themes/material-blue/views/install/index.inc:149 +msgid "Hosting Mode" msgstr "Hosting mode" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:156 -msgid "No crea ni verifica los permisos del usuario sobre la BBDD" +#: app/modules/web/themes/material-blue/views/install/index.inc:156 +msgid "It does not create or verify the user's permissions on the DB" msgstr "Dit maakt of verifieerd niet de gebruikers rechten op de database." -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:28 -msgid "Otros" +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:28 +msgid "Others" msgstr "Anderen" -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:64 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:66 -msgid "Creador" +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:66 +msgid "Creator" msgstr "Maker" -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:134 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:155 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:184 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:206 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:134 -msgid "Eliminar" -msgstr "Verwijder" - -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:232 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:234 -msgid "Eliminar Historial" +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:232 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:234 +msgid "Delete History" msgstr "Delete History" -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:64 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:19 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:92 -msgid "Opciones" +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:19 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:92 +msgid "Options" msgstr "Opties" -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:67 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:71 -msgid "Regenerar Autorización" +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:67 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:71 +msgid "Refresh Authorization" msgstr "Ververs Autorisatie" -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:77 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:79 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:77 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:79 msgid "Token" msgstr "Sleutel" -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:54 -msgid "Indica si el cliente es visible para todos los usuarios." +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:54 +msgid "Sets whether the client is visible by all users" msgstr "Sets whether the client is visible by all users" -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:57 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:57 #, fuzzy msgid "" -"Por defecto los clientes asignados a cuentas sólo son visibles para los " -"usuarios con acceso a las cuentas." +"By default, clients assigned to accounts only will be visible by users who " +"are granted to access to the accounts." 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:30 -msgid "Nombre del campo" +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:30 +msgid "Field name" msgstr "Veld naam" -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:63 -msgid "Texto Ayuda" +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:63 +msgid "Help Text" msgstr "Help Tekst" -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:69 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:69 #, fuzzy -msgid "Ayuda del campo" +msgid "Field's help" msgstr "Veld help" -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:80 -msgid "Obligatorio" +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:80 +msgid "Required" msgstr "Vereist" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:44 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:52 -msgid "Puntuación" +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:44 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:52 +msgid "Score" msgstr "Score" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:58 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:65 -msgid "Expresión Regular" +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:58 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:65 +msgid "Regular Expression" msgstr "Regular Expression" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:140 -msgid "Incluir Minúsculas" +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:140 +msgid "Include Lowercase" msgstr "Include Lowercase" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:31 -msgid "Las cuentas sólo serán visibles por el usuario." +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:31 +msgid "Accounts will be only visible by the user." msgstr "Accounts will be only visible by the user." -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:33 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:52 -msgid "Los administradores no podrán acceder a las cuentas." +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:33 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:52 +msgid "Administrators won't be able to display the accounts." msgstr "Administrators won't be able to display the accounts." -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:50 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:50 #, fuzzy -msgid "Las cuentas sólo serán visibles por el usuario y su grupo principal." +msgid "" +"Accounts will be only visible by the user and users belonging to the main " +"group." 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:16 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:24 -msgid "Dirección IP" +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:16 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:24 +msgid "IP Address" msgstr "IP Address" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:29 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:37 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:29 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:37 msgid "Timeout" msgstr "Timeout" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:89 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:89 msgid "" -"Prioridad de asignación en caso de coincidir con otros valores asignados por " -"usuario, grupo o perfil." +"Assignment priority if values match with others assigned by user, group or " +"profile." msgstr "" "Assignment priority if values match with others assigned by user, group or " "profile." -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:100 -msgid "Prioridad de asignación" +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:100 +msgid "Assignment Priority" msgstr "Assignment Priority" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:122 -msgid "" -"Indica si los valores serán forzados al crear o modificar los elementos." +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:122 +msgid "Enforces the values to be set either on creating or updating an item." msgstr "Enforces the values to be set either on creating or updating an item." -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:124 -msgid "Los valores serán añadidos a los existentes." +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:124 +msgid "Values will be merged with the existing ones." msgstr "Values will be merged with the existing ones." -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:81 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:83 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:81 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:83 msgid "Hash" msgstr "Hash" -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:89 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:91 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:89 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:91 msgid "URL" msgstr "URL" -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:99 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:101 -msgid "Uso" +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:99 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:101 +msgid "Use" msgstr "Gebruik" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:44 -msgid "Nombre de usuario completo" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:44 +msgid "Full username" msgstr "Volledige gebruikersnaam" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:58 -msgid "Login de inicio de sesión" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:58 +msgid "Session login" msgstr "Sessie login" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:69 -msgid "Login SSO" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:69 +msgid "SSO Login " msgstr "SSO Login " -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:77 -msgid "Login de inicio de sesión con SSO" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:77 +msgid "Session login with SSO" msgstr "Session login with SSO" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:84 -msgid "Email" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:92 +msgid "Email address" msgstr "Emailadres" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:92 -msgid "Dirección de correo" -msgstr "Emailadres" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:200 -msgid "Admin Aplicación" -msgstr "Applicatie Admin" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:202 -msgid "Administrador de la aplicación" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:202 +msgid "Application administrator" msgstr "Applicatie Administrator" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:218 -#, fuzzy -msgid "Admin Cuentas" -msgstr "Account Admin" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:220 -msgid "Administrador de cuentas" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:220 +msgid "Accounts administrator" msgstr "Accounts administrator" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:240 -msgid "Forzar cambio de clave" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:240 +msgid "Force password change" msgstr "Forceer wachtwoord wijziging" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:257 -msgid "Deshabilitado" -msgstr "Uitgeschakeld" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:273 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:275 -msgid "Entradas" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:273 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:275 +msgid "Entries" msgstr "Waarden" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:282 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:284 -msgid "Último Acceso" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:282 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:284 +msgid "Last Access" msgstr "Laatste Toegang" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:300 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:302 -msgid "Fecha Clave Maestra" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:300 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:302 +msgid "Master Password Date" msgstr "Master Wachtwoord datum" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:309 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:311 -msgid "Usado en" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:309 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:311 +msgid "Used in" msgstr "Used in" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:87 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:89 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:548 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:550 -msgid "Usado por" +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:87 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:89 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:548 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:550 +msgid "Used by" msgstr "Gebruikt door" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:108 -msgid "(*) Incluido en grupo" +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:108 +msgid "(*) Listed in group" msgstr "(*) Listed in group" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:26 -msgid "Gestión" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:26 +msgid "Management" msgstr "Management" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:37 #, fuzzy -msgid "Crear" -msgstr "Maken" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:37 -#, fuzzy -msgid "Crear nueva cuenta" +msgid "Create new account" msgstr "Maak een nieuw account" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:54 -msgid "Ver detalles de cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:54 +msgid "View account details" msgstr "Bekijk account details" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:70 -msgid "Ver clave de cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:70 +msgid "View account password" msgstr "Bekijk account wachtwoord" #. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:86 -#: ../../../config/actions.xml:259 -msgid "Ver Historial" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:86 +#: app/config/actions.xml:259 +msgid "View History" msgstr "Bekijk Geschiedenis" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:87 -msgid "Ver historial de cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:87 +msgid "View account history" msgstr "Bekijk account geschiedenis" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:103 -msgid "Editar cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:103 +msgid "Edit account" msgstr "Wijzig account" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:118 -msgid "Editar Clave" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:118 +msgid "Edit Password" msgstr "Wijzig Wachtwoord" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:119 -msgid "Editar clave de cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:119 +msgid "Edit account password" msgstr "Wijzig account wachtwoord" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:135 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:135 #, fuzzy -msgid "Eliminar cuenta" +msgid "Remove account" msgstr "Verwijder account" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:151 -msgid "Ver archivos de cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:151 +msgid "View account files" msgstr "Bekijk account bestanden" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:166 -msgid "Publicar Enlace" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:166 +msgid "Share Link" msgstr "Link delen" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:167 -msgid "Publicar enlace a cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:167 +msgid "Share link to account" msgstr "Link naar account delen" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:183 -msgid "Crear cuenta privada" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:183 +msgid "Create private account" msgstr "Maak een privé account aan" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:199 -msgid "Crear cuenta privada para grupo" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:199 +msgid "Create private account for group" msgstr "Maak een privé-account voor de groep." -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:215 -msgid "Asignar permisos" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:215 +msgid "Assign permissions" msgstr "Machtigingen toewijzen" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:251 -msgid "Gestión de usuarios" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:251 +msgid "Users management" msgstr "Gebruikers management" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:267 -msgid "Gestión de grupos" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:267 +msgid "Groups management" msgstr "Groepen management" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:283 -msgid "Gestión de perfiles" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:283 +msgid "Profiles management" msgstr "Profielen management" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:299 -msgid "Gestión de categorías" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:299 +msgid "Categories management" msgstr "Categoriëen Management" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:315 -msgid "Gestión de etiquetas" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:315 +msgid "Tags management" msgstr "Tags management" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:331 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:331 #, fuzzy -msgid "Gestión de clientes" +msgid "Customers management" msgstr "Klanten management" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:347 -msgid "Gestión de campos personalizados" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:347 +msgid "Custom fields management" msgstr "Aangepaste velden management" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:363 -msgid "Gestión de autorizaciones API" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:363 +msgid "API authorizations management" msgstr "API autorisatie management" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:379 -msgid "Gestión de enlaces" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:379 +msgid "Links management" msgstr "Linkbeheer" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:395 -msgid "Gestión de cuentas" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:395 +msgid "Accounts management" msgstr "Accountbeheer" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:426 -msgid "Valores por Defecto" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:426 +msgid "Default Values" msgstr "Default Values" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:427 -msgid "Gestión de Valores por Defecto" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:427 +msgid "Default Values Management" msgstr "Default Values Management" #. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:447 -#: ../../../config/actions.xml:697 -msgid "Configuración General" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:447 +#: app/config/actions.xml:697 +msgid "General Configuration" msgstr "Algemene Configuratie" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:463 -msgid "Opciones de encriptación" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:463 +msgid "Encryption options" msgstr "Encryptie opties" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:478 -msgid "Backup" -msgstr "Backup" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:479 -msgid "Realizar copia de seguridad y exportar" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:479 +msgid "Make a backup and export" msgstr "Maak een backup en exporteer" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:494 -msgid "Importar" -msgstr "Importeer" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:495 -msgid "Realizar importación de cuentas" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:495 +msgid "Make accounts import" msgstr "Importeer Accounts" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:514 -msgid "Log de Eventos" -msgstr "Event Log" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:515 -msgid "Ver log de eventos" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:515 +msgid "View event log" msgstr "Bekijk Event Log" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:541 -msgid "Nombre del perfil" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:541 +msgid "Profile name" msgstr "Profiel naam" -#: ../../../modules/web/themes/material-blue/views/login/index.inc:46 -msgid "Clave Anterior" +#: app/modules/web/themes/material-blue/views/login/index.inc:46 +msgid "Previous Password" msgstr "Vorige wachtwoord" -#: ../../../modules/web/themes/material-blue/views/login/index.inc:73 -msgid "Acceder" +#: app/modules/web/themes/material-blue/views/login/index.inc:73 +msgid "Sign in" msgstr "Aanmelden" -#: ../../../modules/web/themes/material-blue/views/login/index.inc:82 +#: app/modules/web/themes/material-blue/views/login/index.inc:82 #, fuzzy -msgid "¿Olvidó su clave?" +msgid "Forgot password?" msgstr "Wachtwoord vergeten?" -#: ../../../modules/web/themes/material-blue/views/login/index.inc:88 -msgid "Aplicación actualizada correctamente" -msgstr "Applicatie succesvol bijgewerkt" - -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:14 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:14 #, php-format -msgid "Actualización %s" +msgid "Update %s" msgstr "Update %s" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:20 -msgid "Actualización de BBDD" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:20 +msgid "DB Update" msgstr "DB Update" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:22 -msgid "Actualización de Aplicación" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:22 +msgid "Application Update" msgstr "Nieuwe versie van het programma" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:29 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:28 -msgid "Código de Seguridad" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:29 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:28 +msgid "Security Code" msgstr "Beveilingscode" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:37 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:37 #, fuzzy msgid "" -"Este código se encuentra en el archivo de configuración de sysPass con la " -"etiqueta \"upgradeKey\"" +"This code is set in sysPass config file within the tag name \"upgradekey\"" msgstr "" "Deze code is ingesteld in het sysPass config bestand in de tag naam " "\"upgradekey\"" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:47 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:47 msgid "" -"Se han encontrado elementos huérfanos. Por favor, modifique estos elementos " -"o indique los IDs por defecto para los elementos huérfanos." +"Some orphaned items have been found. Please, modify those items or enter the " +"default IDs for them." msgstr "" "Er zijn verweesde items. Wijzig die items alstublieft of geef een standaard-" "ID voor ze." -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:49 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:49 #, fuzzy -msgid "Si no se indican los IDs, se crearán nuevos elementos." +msgid "If items IDs are not set, they will be created." msgstr "Wanneer de item ID's niet gezet zijn, zullen ze aangemaakt worden." -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:74 -msgid "Introducir un ID de usuario válido para cuentas" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:74 +msgid "Enter a valid user ID for the accounts" msgstr "Geef een geldige gebruikers-ID voor de accoounts" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:85 -msgid "Introducir un ID de categoría válido para cuentas" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:85 +msgid "Enter a valid category ID for the accounts" msgstr "Geef een geldig categorie-ID voor de accounts." -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:96 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:96 #, fuzzy -msgid "Introducir un ID de cliente válido para cuentas" +msgid "Enter a valid client ID for the accounts" msgstr "Geef een geldig klant-ID voor de accounts." -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:108 -msgid "Introducir un ID de grupo válido para usuarios" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:108 +msgid "Enter a valid group ID for the users" msgstr "Geef een geldig groep-ID voor de gebruikers." -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:118 -msgid "Introducir un ID de perfil válido para usuarios" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:118 +msgid "Enter a valid profile ID for the users" msgstr "Geef een geldig profiel-ID voor de gebruikers." -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:128 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:128 msgid "" -"Esta actualización utiliza un nuevo esquema de encriptación, por lo que es " -"necesario reencriptar los datos almacenados" +"This update uses a new encryption schema, so it will be needed to reencrypt " +"the whole encrypted data." msgstr "" "Deze update gebruikt een nieuw encryptie schema zodat het nodig is om alle " "versleutelde data opnieuw te versleutelen." -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:150 -msgid "Introducir login de usuario válido" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:150 +msgid "Enter a valid user login" msgstr "Geef een geldige gebruikerslogin" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:162 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:33 -msgid "He realizado una copia de seguridad completa de sysPass" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:162 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:33 +msgid "I've done a full sysPass backup" msgstr "Ik heb een volledige sysPass back-up voltooid" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:176 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:41 -msgid "Por favor espere mientras el proceso se ejecuta" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:176 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:41 +msgid "Please, wait while the process is running" msgstr "Een ogenblik geduld" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:184 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:49 -msgid "Actualizar" -msgstr "Update" - -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:186 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:51 -msgid "Iniciar Actualización" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:186 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:51 +msgid "Start Update" msgstr "Start Update" -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:95 -msgid "Notificación global" +#: app/modules/web/themes/material-blue/views/notification/notification.inc:95 +msgid "Global notification" msgstr "Algemene mededeling" -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:103 -msgid "Sólo para administradores de la aplicación" +#: app/modules/web/themes/material-blue/views/notification/notification.inc:103 +msgid "Only for application administrators" msgstr "Only for application administrators" -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:107 -msgid "Solo Admins" -msgstr "Only Admins" - -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:29 -msgid "Nombre del plugin" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:29 +msgid "Plugin name" msgstr "Plug-in naam" -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:41 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:41 #, fuzzy -msgid "Versión del plugin" +msgid "Plugin version" msgstr "Plug-in versie" -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:46 -msgid "Versión Compatible" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:46 +msgid "Compatible Version" msgstr "Geschikte versie" -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:53 -msgid "Versión de sysPass compatible" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:53 +msgid "sysPass compatible version" msgstr "Geschikte sysPass-versie" -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:58 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:39 -msgid "Autor" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:58 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:39 +msgid "Author" msgstr "Auteur" -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:65 -msgid "Autor del plugin" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:65 +msgid "Plugin author" msgstr "Plug-in auteur" -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:11 -msgid "La aplicación necesita actualizarse" +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:11 +msgid "The application needs to be updated" msgstr "De applicatie dient bijgewerkt te worden" -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:16 -msgid "Para iniciar la actualización introduzca el código de seguridad" +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:16 +msgid "Please enter the security code to start the upgrade" 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:13 -msgid "Solicitud de Cambio de Clave" +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:6 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:13 +msgid "Request Password Change" msgstr "Aanvraag wachtwoord wijziging" -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:29 -msgid "Email del Usuario" +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:29 +msgid "User's Email" msgstr "Emailadres gebruiker" -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:39 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:49 -msgid "Volver a iniciar sesión" +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:39 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:49 +msgid "Go back to login" msgstr "Terug naar login" -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:44 -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:46 -msgid "Solicitar" -msgstr "Aanvraag" - -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:54 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:56 -msgid "Cambiar" +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:54 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:56 +msgid "Change" msgstr "Wijzig" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:107 -msgid "Ordenar resultados por visitas" +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:107 +msgid "Sort search results by views" msgstr "Sorteer resultaten op bekeken door" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:109 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:109 #, fuzzy -msgid "" -"Ordena los resultados de búsqueda por el número de visitas de las cuentas." +msgid "Sorts accounts search results by the number of account's views" msgstr "" "Soorteerd de account zoekresultaten op het aantal accountbezichtigingen." -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:124 -msgid "Barra de navegación superior" +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:124 +msgid "Navigation bar on top" msgstr "Navigatie bar bovenin" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:126 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:126 #, fuzzy -msgid "Mostrar una barra de navegación superior en las búsquedas." +msgid "Dysplays a navigation bar on top of the search results." msgstr "Toont een navigatie bar in de top van de zoek resultaten+" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:141 -msgid "Mostrar Acciones Ocultas" +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:141 +msgid "Show Hidden Actions" msgstr "Toont Verborgen Acties" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:143 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:143 #, fuzzy -msgid "" -"Mostrar las acciones ocultas para los elementos de la búsqueda de cuentas." +msgid "Always display hidden actions on the accounts search page." msgstr "Toont altijd de verborgen acties op de accounts zoek pagina" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:175 -msgid "Notificaciones In-App" +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:175 +msgid "In-App Notifications" msgstr "In-App Notifications" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:177 -msgid "Habilita la consulta de notificaciones activas In-App." +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:177 +msgid "Enables the active In-App notifications polling" msgstr "Enables the active In-App notifications polling" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:192 -msgid "Mostrar Filtros" +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:192 +msgid "Show Filters" msgstr "Show Filters" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:194 -msgid "Muestra la selección los filtros adicionales en la búsqueda de cuentas." +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:194 +msgid "Displays the additional filters selection on the accounts search." msgstr "Displays the additional filters selection on the accounts search." #. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:16 -#: ../../../config/actions.xml:277 -msgid "Ver Wiki" +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:16 +#: app/config/actions.xml:277 +msgid "View Wiki" msgstr "Wiki bekijken" -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:24 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:24 #, php-format -msgid "Resultados de búsqueda de '%s'" +msgid "Search results of '%s'" msgstr "Zoekresultaten van '% s'" -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:27 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:37 -msgid "Página" +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:27 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:37 +msgid "Page" msgstr "Pagina" #. (itstool) path: action/text -#: ../../../config/actions.xml:7 +#: app/config/actions.xml:7 #, fuzzy -msgid "Buscar Cuentas" +msgid "Search for Accounts" msgstr "Zoek accounts" #. (itstool) path: action/text -#: ../../../config/actions.xml:25 -msgid "Peticiones" +#: app/config/actions.xml:25 +msgid "Requests" msgstr "Aanvragen" #. (itstool) path: action/text -#: ../../../config/actions.xml:31 -msgid "Favoritos" +#: app/config/actions.xml:31 +msgid "Favorites" msgstr "Favorites" #. (itstool) path: action/text -#: ../../../config/actions.xml:43 -msgid "Elementos y Personalización" +#: app/config/actions.xml:43 +msgid "Items and Customizations" msgstr "Onderdelen en Aanpassingen" #. (itstool) path: action/text -#: ../../../config/actions.xml:49 -msgid "Gestión Categorías" +#: app/config/actions.xml:49 +msgid "Categories Management" msgstr "Categorieën Management" #. (itstool) path: action/text -#: ../../../config/actions.xml:55 +#: app/config/actions.xml:55 #, fuzzy -msgid "Gestión Clientes" +msgid "Customers Management" msgstr "Klanten Management" #. (itstool) path: action/text -#: ../../../config/actions.xml:61 -msgid "Gestión Autorizaciones API" +#: app/config/actions.xml:61 +msgid "API Authorizations Management" msgstr "API Autorisaties Management" #. (itstool) path: action/text -#: ../../../config/actions.xml:67 -msgid "Gestión Campos Personalizados" +#: app/config/actions.xml:67 +msgid "Custom Fields Management" msgstr "Aangepaste Velden Management" #. (itstool) path: action/text -#: ../../../config/actions.xml:79 -msgid "Gestión de Archivos" +#: app/config/actions.xml:79 +msgid "Files Management" msgstr "Bestandsbeheer" #. (itstool) path: action/text -#: ../../../config/actions.xml:85 -msgid "Gestión de Cuentas" +#: app/config/actions.xml:85 +msgid "Accounts Management" msgstr "Accountsbeheer" #. (itstool) path: action/text -#: ../../../config/actions.xml:91 -msgid "Gestión de Etiquetas" +#: app/config/actions.xml:91 +msgid "Tags Management" msgstr "Tag Management" #. (itstool) path: action/text -#: ../../../config/actions.xml:97 -msgid "Gestión Plugins" +#: app/config/actions.xml:97 +msgid "Plugins Management" msgstr "Plugins Management" #. (itstool) path: action/text -#: ../../../config/actions.xml:103 -msgid "Usuarios y Accesos" +#: app/config/actions.xml:103 +msgid "Users and Accesses" msgstr "Gebruikers en Toegang" #. (itstool) path: action/text -#: ../../../config/actions.xml:109 -msgid "Seguridad y Auditoría" +#: app/config/actions.xml:109 +msgid "Security and Audit" msgstr "Security and Audit" #. (itstool) path: action/text -#: ../../../config/actions.xml:115 -msgid "Gestión Usuarios" +#: app/config/actions.xml:115 +msgid "Users Management" msgstr "Gebruikers management" #. (itstool) path: action/text -#: ../../../config/actions.xml:121 -msgid "Gestión Grupos" +#: app/config/actions.xml:121 +msgid "Groups Management" msgstr "Groepen Management" #. (itstool) path: action/text -#: ../../../config/actions.xml:127 -msgid "Gestión Perfiles" +#: app/config/actions.xml:127 +msgid "Profiles Management" msgstr "Profielen 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" +#: app/config/actions.xml:145 +msgid "Clear Events" msgstr "Clear Events" #. (itstool) path: action/text -#: ../../../config/actions.xml:151 ../../../config/actions.xml:481 -msgid "Ver Cuenta" +#: app/config/actions.xml:151 app/config/actions.xml:481 +msgid "View Account" msgstr "Bekijk Account" #. (itstool) path: action/text -#: ../../../config/actions.xml:181 -msgid "Editar Clave de Cuenta" -msgstr "Wijzig Account Wachwoord" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:211 ../../../config/actions.xml:469 -msgid "Subir Archivo" +#: app/config/actions.xml:211 app/config/actions.xml:469 +msgid "Upload File" msgstr "Bestand uploaden" #. (itstool) path: action/text -#: ../../../config/actions.xml:229 -msgid "Buscar Archivos" +#: app/config/actions.xml:229 +msgid "Search for Files" msgstr "Search for Files" #. (itstool) path: action/text -#: ../../../config/actions.xml:235 -msgid "Listar Archivos" +#: app/config/actions.xml:235 +msgid "List Files" 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" +#: app/config/actions.xml:283 +msgid "Add Wiki" msgstr "Add Wiki" #. (itstool) path: action/text -#: ../../../config/actions.xml:289 -msgid "Editar Wiki" +#: app/config/actions.xml:289 +msgid "Edit Wiki" msgstr "Edit Wiki" #. (itstool) path: action/text -#: ../../../config/actions.xml:295 -msgid "Eliminar Wiki" +#: app/config/actions.xml:295 +msgid "Delete Wiki" msgstr "Delete Wiki" #. (itstool) path: action/text -#: ../../../config/actions.xml:361 -msgid "Nuevo Token API" +#: app/config/actions.xml:361 +msgid "New API Token" msgstr "New API Token" #. (itstool) path: action/text -#: ../../../config/actions.xml:367 -msgid "Ver Token API" +#: app/config/actions.xml:367 +msgid "View API Token" msgstr "View API Token" #. (itstool) path: action/text -#: ../../../config/actions.xml:373 -msgid "Editar Token API" +#: app/config/actions.xml:373 +msgid "Edit API Token" msgstr "Edit API Token" #. (itstool) path: action/text -#: ../../../config/actions.xml:379 -msgid "Eliminar Token API" +#: app/config/actions.xml:379 +msgid "Delete API Token" msgstr "Delete API Token" #. (itstool) path: action/text -#: ../../../config/actions.xml:385 -msgid "Buscar Token API" +#: app/config/actions.xml:385 +msgid "Search for API Token" msgstr "Search for API Token" #. (itstool) path: action/text -#: ../../../config/actions.xml:391 -msgid "Nuevo Campo Personalizado" +#: app/config/actions.xml:391 +msgid "New Custom Field" msgstr "New Custom Field" #. (itstool) path: action/text -#: ../../../config/actions.xml:397 -msgid "Ver Campo Personalizado" +#: app/config/actions.xml:397 +msgid "Show Custom Field" msgstr "Show Custom Field" #. (itstool) path: action/text -#: ../../../config/actions.xml:403 -msgid "Editar Campo Personalizado" +#: app/config/actions.xml:403 +msgid "Edit Custom Field" msgstr "Edit Custom Field" #. (itstool) path: action/text -#: ../../../config/actions.xml:409 -msgid "Eliminar Campo Personalizado" +#: app/config/actions.xml:409 +msgid "Delete Custom Field" msgstr "Delete Custom Field" #. (itstool) path: action/text -#: ../../../config/actions.xml:415 -msgid "Buscar Campo Personalizado" +#: app/config/actions.xml:415 +msgid "Search for Custom Field" msgstr "Search for Custom Field" #. (itstool) path: action/text -#: ../../../config/actions.xml:427 +#: app/config/actions.xml:427 #, fuzzy -msgid "Ver Enlace Público" +msgid "Show Public Link" msgstr "Publieke Link weergeven" #. (itstool) path: action/text -#: ../../../config/actions.xml:445 -msgid "Buscar Enlace Público" +#: app/config/actions.xml:445 +msgid "Search for Public Link" msgstr "Search for Public Link" #. (itstool) path: action/text -#: ../../../config/actions.xml:535 -msgid "Nuevo Plugin" -msgstr "Nieuwe Plugin" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:553 -msgid "Habilitar Plugin" +#: app/config/actions.xml:553 +msgid "Enable Plugin" msgstr "Enable Plugin" #. (itstool) path: action/text -#: ../../../config/actions.xml:559 -msgid "Deshabilitar Plugin" +#: app/config/actions.xml:559 +msgid "Disable Plugin" msgstr "Disable Plugin" #. (itstool) path: action/text -#: ../../../config/actions.xml:565 -msgid "Restablecer Plugin" +#: app/config/actions.xml:565 +msgid "Reset Plugin" msgstr "Reset Plugin" #. (itstool) path: action/text -#: ../../../config/actions.xml:601 -msgid "Editar Clave Usuario" +#: app/config/actions.xml:601 +msgid "Edit User Password" msgstr "Edit User Password" #. (itstool) path: action/text -#: ../../../config/actions.xml:673 -msgid "Configuración Usuario" +#: app/config/actions.xml:673 +msgid "User Configuration" msgstr "User Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:679 -msgid "Preferencias General" +#: app/config/actions.xml:679 +msgid "General Preferences" msgstr "General Preferences" #. (itstool) path: action/text -#: ../../../config/actions.xml:703 -msgid "Configuración Cuentas" +#: app/config/actions.xml:703 +msgid "Accounts Configuration" msgstr "Accounts Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:709 -msgid "Configuración Wiki" +#: app/config/actions.xml:709 +msgid "Wiki Configuration" msgstr "Wiki Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:715 -msgid "Configuración Encriptación" +#: app/config/actions.xml:715 +msgid "Encryption Configuration" msgstr "Encryption Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:721 -msgid "Actualizar Hash" +#: app/config/actions.xml:721 +msgid "Update Hash" msgstr "Update Hash" #. (itstool) path: action/text -#: ../../../config/actions.xml:727 -msgid "Clave Maestra Temporal" +#: app/config/actions.xml:727 +msgid "Temporary Master Password" msgstr "Temporary Master Password" #. (itstool) path: action/text -#: ../../../config/actions.xml:733 -msgid "Configuración Copia de Seguridad" +#: app/config/actions.xml:733 +msgid "Backup Configuration" msgstr "Backup Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:745 -msgid "Configuración Importación" +#: app/config/actions.xml:745 +msgid "Import Configuration" msgstr "Import Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:751 -msgid "Importar CSV" +#: app/config/actions.xml:751 +msgid "CSV Import" msgstr "CSV Import" #. (itstool) path: action/text -#: ../../../config/actions.xml:757 -msgid "Importar XML" +#: app/config/actions.xml:757 +msgid "XML Import" msgstr "XML Import" #. (itstool) path: action/text -#: ../../../config/actions.xml:763 -msgid "Configuración Exportación" +#: app/config/actions.xml:763 +msgid "Export Configuration" msgstr "Export Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:769 -msgid "Exportación" +#: app/config/actions.xml:769 +msgid "Export" msgstr "Export" #. (itstool) path: action/text -#: ../../../config/actions.xml:775 -msgid "Configuración Email" +#: app/config/actions.xml:775 +msgid "Email Configuration" msgstr "Email Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:781 -msgid "Configuración LDAP" +#: app/config/actions.xml:781 +msgid "LDAP Configuration" msgstr "LDAP Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:787 -msgid "Sincronización LDAP" +#: app/config/actions.xml:787 +msgid "LDAP synchronization" msgstr "LDAP-synchronisatie" #. (itstool) path: action/text -#: ../../../config/actions.xml:793 -msgid "Gestión de Cuenta (H)" +#: app/config/actions.xml:793 +msgid "Account Management (H)" msgstr "Account Management (H)" #. (itstool) path: action/text -#: ../../../config/actions.xml:823 -msgid "Crear Notificación" +#: app/config/actions.xml:823 +msgid "Create Notification" msgstr "Create Notification" #. (itstool) path: action/text -#: ../../../config/actions.xml:853 -msgid "Gestión Valores Predeterminados" +#: app/config/actions.xml:853 +msgid "Preset Values Management" msgstr "Preset Values Management" #. (itstool) path: action/text -#: ../../../config/actions.xml:889 -msgid "Gestión de Tracks" +#: app/config/actions.xml:889 +msgid "Tracks Management" msgstr "Tracks Management" #. (itstool) path: action/text -#: ../../../config/actions.xml:901 -msgid "Desbloquear track" +#: app/config/actions.xml:901 +msgid "Unlock track" msgstr "Unlock track" #. (itstool) path: action/text -#: ../../../config/actions.xml:907 +#: app/config/actions.xml:907 #, fuzzy -msgid "Vaciar tracks" +msgid "Clear the tracks out" msgstr "Clear tracks out" #. (itstool) path: strings/text -#: ../../../config/strings.xml:4 +#: app/config/strings.xml:4 msgid "Color" msgstr "Kleur" #. (itstool) path: strings/text -#: ../../../config/strings.xml:5 -msgid "Número" +#: app/config/strings.xml:5 +msgid "Number" msgstr "Nummer" #. (itstool) path: strings/text -#: ../../../config/strings.xml:6 -msgid "Teléfono" +#: app/config/strings.xml:6 +msgid "Phone" msgstr "Telefoon" #. (itstool) path: strings/text -#: ../../../config/strings.xml:7 -msgid "Área de Texto" +#: app/config/strings.xml:7 +msgid "Text Area" msgstr "Tekstinvoer" #. (itstool) path: strings/text -#: ../../../config/strings.xml:8 -msgid "Texto" +#: app/config/strings.xml:8 +msgid "Text" msgstr "Tekst" -#. (itstool) path: strings/text -#: ../../../config/strings.xml:9 -msgid "Link" -msgstr "Link" - -#~ msgid "CONSULTA INVÁLIDA" -#~ msgstr "ONGELDIGE QUERY" - -#~ msgid "La sesión no se ha iniciado o ha caducado" -#~ msgstr "Sessie niet gestart of verlopen" - -#~ msgid "Es necesario un nombre de cuenta" -#~ msgstr "Een accountnaam is vereist" - -#, fuzzy -#~ msgid "Es necesario un nombre de cliente" -#~ msgstr "Een klantennaam is vereist" - #, fuzzy #~ msgid "Es necesario un usuario" #~ msgstr "Een gebruikersnaam is vereist" -#~ msgid "Es necesaria una clave" -#~ msgstr "Een sleutel is vereist" - -#~ msgid "Es necesario una categoría" -#~ msgstr "Een categorie is vereist" - -#~ msgid "Acción Inválida" -#~ msgstr "Ongeldige actie" - -#, fuzzy -#~ msgid "Las claves no coinciden" -#~ msgstr "De wachtwoorden zijn niet gelijk" - -#~ msgid "Error al crear la cuenta" -#~ msgstr "Fout bij account aanmaken" - -#~ msgid "Error al modificar la cuenta" -#~ msgstr "Error bij account bijwerken" - -#~ msgid "Error al eliminar la cuenta" -#~ msgstr "Error bij account verwijderen" - -#~ msgid "Error al actualizar la clave" -#~ msgstr "Fout bij wachtwoord updaten" - -#~ msgid "Cuenta restaurada" -#~ msgstr "Account hersteld" - -#~ msgid "Error al restaurar cuenta" -#~ msgstr "Fout bij herstellen account" - -#, fuzzy -#~ msgid "Es necesario un nombre de usuario" -#~ msgstr "Een gebruikersnaam is nodig" - -#~ msgid "Es necesario un login" -#~ msgstr "Een inlog is nodig" - -#~ msgid "Es necesario un perfil" -#~ msgstr "Een profiel is nodig" - -#~ msgid "Es necesario un grupo" -#~ msgstr "Een groep is nodig" - -#~ msgid "Es necesario un email" -#~ msgstr "Een emailadres is nodig" - -#~ msgid "La clave no puede estar en blanco" -#~ msgstr "Wachtwoorden mogen niet leeg zijn" - -#~ msgid "Usuario creado" -#~ msgstr "Gebruiker toegevoegd" - -#, fuzzy -#~ msgid "Error al crear el usuario" -#~ msgstr "Fout bij aanmaken gebruiker" - -#~ msgid "Usuario actualizado" -#~ msgstr "Gebruiker bijgewerkt" - -#, fuzzy -#~ msgid "Error al actualizar el usuario" -#~ msgstr "Fout bij bijwerken gebruiker" - -#, fuzzy -#~ msgid "Error al modificar la clave" -#~ msgstr "Fout bij wachtwoord wijzigen" - -#~ msgid "No es posible eliminar, usuario en uso" -#~ msgstr "Niet mogelijk om te verwijderen, gebruiker is bezet" - -#~ msgid "Usuario eliminado" -#~ msgstr "Gebruiker verwijderd" - -#, fuzzy -#~ msgid "Error al eliminar el usuario" -#~ msgstr "Fout bij verwijderen gebruiker" - -#~ msgid "Es necesario un nombre de grupo" -#~ msgstr "Een groepnaam is nodig" - -#~ msgid "Nombre de grupo duplicado" -#~ msgstr "Dubbele groepnaam" - -#, fuzzy -#~ msgid "Error al crear el grupo" -#~ msgstr "Fout bij aanmaken groep" - -#, fuzzy -#~ msgid "Error al actualizar el grupo" -#~ msgstr "Fout bij bijwerken groep" - #~ msgid "No es posible eliminar" #~ msgstr "Fout bij verwijderen" -#, fuzzy -#~ msgid "Error al eliminar el grupo" -#~ msgstr "Fout bij verwijderen groep" - -#~ msgid "Es necesario un nombre de perfil" -#~ msgstr "Een profiel naam is nodig" - -#~ msgid "Nombre de perfil duplicado" -#~ msgstr "Dubbele profiel naam" - -#~ msgid "Perfil creado" -#~ msgstr "Profiel toegevoegd" - -#~ msgid "Perfil actualizado" -#~ msgstr "Profiel bijgewerkt" - -#~ msgid "Perfil eliminado" -#~ msgstr "Profiel verwijderd" - -#~ msgid "Es necesario un nombre de categoría" -#~ msgstr "Een categorie naam is nodig" - -#~ msgid "Autorización creada" -#~ msgstr "Autorisatie toegevoegd" - -#~ msgid "Autorización actualizada" -#~ msgstr "Autorisatie bijgewerkt" - -#~ msgid "Autorización eliminada" -#~ msgstr "Autorisatie verwijderd" - -#~ msgid "Nombre del campo no indicado" -#~ msgstr "Veld naam niet ingevuld" - -#~ msgid "Tipo del campo no indicado" -#~ msgstr "Veld type niet ingevuld" - -#~ msgid "Módulo del campo no indicado" -#~ msgstr "Veld module niet ingevuld" - -#~ msgid "Campo creado" -#~ msgstr "Veld toegevoegd" - -#~ msgid "Campo actualizado" -#~ msgstr "Veld bijgewerkt" - -#~ msgid "Campo eliminado" -#~ msgstr "Veld verwijderd" - -#~ msgid "Realizar Backup" -#~ msgstr "Backup maken" - -#, fuzzy -#~ msgid "Error al realizar el backup" -#~ msgstr "Fout in backup proces" - -#, fuzzy -#~ msgid "Revise el registro de eventos para más detalles" -#~ msgstr "Check het eventlog voor mij" - -#~ msgid "Copia de la aplicación y base de datos realizada correctamente" -#~ msgstr "Applicatie en database backup succesvol afgerond" - #, fuzzy #~ msgid "Error al realizar la exportación de cuentas" #~ msgstr "Fout opgetreden bij exporteren van accounts" -#, fuzzy -#~ msgid "Error al realizar la exportación" -#~ msgstr "Fout opgetreden bij exporteren" - #~ msgid "Exportación de cuentas realizada correctamente" #~ msgstr "Export succesvol afgerond" -#, fuzzy -#~ msgid "Los parámetros de LDAP no están configurados" -#~ msgstr "LDAP parameters niet opgegeven" - -#~ msgid "Conexión a LDAP correcta" -#~ msgstr "LDAP connectie gelukt" - -#~ msgid "Objetos encontrados" -#~ msgstr "Objecten gevonden" - #~ msgid "Modificar Configuración" #~ msgstr "Wijzig Configuratie" -#, fuzzy -#~ msgid "El tamaño máximo por archivo es de 16MB" -#~ msgstr "Het maxiumale bestands formaat is 16MB per bestand" - -#, fuzzy -#~ msgid "Faltan parámetros de Proxy" -#~ msgstr "Missende proxy parameters" - -#~ msgid "Proxy habiltado" -#~ msgstr "Proxy geactiveerd" - -#~ msgid "Proxy deshabilitado" -#~ msgstr "Proxy uitgeschakeld" - #~ msgid "Sección" #~ msgstr "Sectie" -#~ msgid "Faltan parámetros de Wiki" -#~ msgstr "Missende Wiki parameters" - -#~ msgid "Wiki habiltada" -#~ msgstr "Wiki geactiveerd" - -#~ msgid "Wiki deshabilitada" -#~ msgstr "Wiki uitgeschakeld" - -#~ msgid "Faltan parámetros de LDAP" -#~ msgstr "Missende LDAP parameters" - -#~ msgid "LDAP habiltado" -#~ msgstr "LDAP geactiveerd" - -#~ msgid "LDAP deshabilitado" -#~ msgstr "LDAP uitgeschakeld" - -#~ msgid "Faltan parámetros de Correo" -#~ msgstr "Missende Email parameters" - -#~ msgid "Correo habiltado" -#~ msgstr "Email geactiveerd" - -#~ msgid "Correo deshabilitado" -#~ msgstr "Email uitgeschakeld" - -#~ msgid "Configuración actualizada" -#~ msgstr "Configuratie bijgewerkt" - -#, fuzzy -#~ msgid "Clave maestra no indicada" -#~ msgstr "Master Wachtwoord nodig" - -#~ msgid "Se ha de confirmar el cambio de clave" -#~ msgstr "De wachtwoord wijziging moet bevestigd worden" - -#, fuzzy -#~ msgid "Las claves son idénticas" -#~ msgstr "De wachtwoorden zijn gelijk" - -#, fuzzy -#~ msgid "Las claves maestras no coinciden" -#~ msgstr "De master wachtwoorden zijn niet gelijk" - -#~ msgid "La clave maestra actual no coincide" -#~ msgstr "Het huidige master wachtwoord matched niet" - -#, fuzzy -#~ msgid "Errores al actualizar las claves de las cuentas" -#~ msgstr "Fout bij wijzigen wachtwoord van account" - -#, fuzzy -#~ msgid "Errores al actualizar las claves de las cuentas del histórico" -#~ msgstr "Fout bij wijzigen wachtwoord van account in de geschiedenis" - -#, fuzzy -#~ msgid "Errores al actualizar datos de campos personalizados" -#~ msgstr "Fout bij wijzigen aangepaste velden" - -#, fuzzy -#~ msgid "Error al guardar el hash de la clave maestra" -#~ msgstr "Fout bij opslaan van Master Wachtwoord" - #~ msgid "Generar Clave Temporal" #~ msgstr "Genereer tijdelijk wachtwoord" #~ msgid "Clave Temporal Generada" #~ msgstr "Tijdelijk wachtwoord gegenereerd" -#, fuzzy -#~ msgid "Error al generar clave temporal" -#~ msgstr "Fout bij genereren tijdelijk wachtwoord" - #~ msgid "Usuario/Clave no introducidos" #~ msgstr "Gebruiker/Wachtwoord niet ingevuld" @@ -5424,82 +7741,13 @@ msgstr "Link" #~ msgid "Error al actualizar la clave del usuario en la BBDD" #~ msgstr "Fout bij bijwerken gebruiker wachtwoord in de Database" -#, fuzzy -#~ msgid "Login incorrecto" -#~ msgstr "Foutieve login" - -#~ msgid "Cuenta expirada" -#~ msgstr "Account verlopen" - -#, fuzzy -#~ msgid "El usuario no tiene grupos asociados" -#~ msgstr "De gebruiker heeft geen geassocieerde groepen" - -#~ msgid "Usuario deshabilitado" -#~ msgstr "Gebruiker uitgeschakeld" - #, fuzzy #~ msgid "Error al obtener los datos del usuario de la BBDD" #~ msgstr "Fout bij ophalen gebruiker data vanuit de DB" -#, fuzzy -#~ msgid "La clave maestra no ha sido guardada o es incorrecta" -#~ msgstr "Het Master Wachtwoord is niet opgeslagen" - -#, fuzzy -#~ msgid "Clave maestra incorrecta" -#~ msgstr "Ongeldig Master Wachtwoord" - -#, fuzzy -#~ msgid "No hay extensiones permitidas" -#~ msgstr "Er zijn geen toegestande extensies" - -#~ msgid "Tipo de archivo no soportado" -#~ msgstr "Bestandstype niet toegestaan" - -#~ msgid "Archivo inválido" -#~ msgstr "Ongeldig bestand" - -#, fuzzy -#~ msgid "Error interno al leer el archivo" -#~ msgstr "Interne fout bij lezen bestand" - -#~ msgid "Archivo guardado" -#~ msgstr "Bestand opgeslagen" - -#~ msgid "No se pudo guardar el archivo" -#~ msgstr "Fout bij opslaan van bestand" - #~ msgid "No es un ID de archivo válido" #~ msgstr "Ongeldig bestands ID" -#, fuzzy -#~ msgid "El archivo no existe" -#~ msgstr "Het bestand bestaat niet" - -#~ msgid "Archivo eliminado" -#~ msgstr "Bestand verwijderd" - -#, fuzzy -#~ msgid "Error al eliminar el archivo" -#~ msgstr "Fout bij verwijderen bestand" - -#, fuzzy -#~ msgid "Parámetros incorrectos" -#~ msgstr "Foutieve parameters" - -#~ msgid "Recuperación de Clave" -#~ msgstr "Wachtwoord Herstel" - -#~ msgid "Solicitado para" -#~ msgstr "Aangevraagd voor" - -#~ msgid "Solicitud enviada" -#~ msgstr "Aanvraag verstuurd" - -#~ msgid "En breve recibirá un correo para completar la solicitud." -#~ msgstr "U ontvanget een email om de aanvraag te bevestigen" - #~ msgid "Modificar Clave Usuario" #~ msgstr "Wijzig Gebruikers Wachtwoord" @@ -5507,22 +7755,9 @@ msgstr "Link" #~ msgid "La clave es incorrecta o no coincide" #~ msgstr "Het wachtwoord is onjuist of matched niet" -#~ msgid "Es necesaria una descripción" -#~ msgstr "Een omschrijving is nodig" - #~ msgid "Solicitud de Modificación de Cuenta" #~ msgstr "Aanvraag voor Account Modificatie" -#~ msgid "Solicitante" -#~ msgstr "Aanvrager" - -#, fuzzy -#~ msgid "Error al actualizar preferencias" -#~ msgstr "Fout bij updaten voorkeuren" - -#~ msgid "Preferencias actualizadas" -#~ msgstr "Voorkeuren bijgewerkt" - #~ msgid "La clave maestra no coincide" #~ msgstr "Het Master Wachtwoord matched niet" @@ -5530,32 +7765,9 @@ msgstr "Link" #~ msgid "No es posible acceder directamente a este archivo" #~ msgstr "Niet mogelijk om dit bestand te openen" -#~ msgid "Error al actualizar el historial" -#~ msgstr "Fout bij bijwerken geschiedenis" - #~ msgid "Actualizar Cuenta" #~ msgstr "Bijwerken Account" -#, fuzzy -#~ msgid "Error al actualizar los grupos secundarios" -#~ msgstr "Fout bij het updaten van de secundaire groep" - -#, fuzzy -#~ msgid "Error al actualizar los usuarios de la cuenta" -#~ msgstr "Fout bij het update van de gebruikers onder het account" - -#, fuzzy -#~ msgid "No se pudieron obtener los datos de la cuenta" -#~ msgstr "Error bij ophalen account gegevens" - -#, fuzzy -#~ msgid "Error al eliminar grupos asociados a la cuenta" -#~ msgstr "Error bij verwijderen account's groepen" - -#, fuzzy -#~ msgid "Error al eliminar usuarios asociados a la cuenta" -#~ msgstr "Error bij verwijderen account's users" - #, fuzzy #~ msgid "Error al eliminar archivos asociados a la cuenta" #~ msgstr "Error bij verwijderen account's bestanden" @@ -5567,88 +7779,26 @@ msgstr "Link" #~ msgid "Error en el módulo de encriptación" #~ msgstr "Error bij encryptie module" -#, fuzzy -#~ msgid "Error al obtener las claves de las cuentas" -#~ msgstr "Error bij ophalen account's wachtwoorden" - -#, fuzzy -#~ msgid "Fallo al actualizar la clave de la cuenta" -#~ msgstr "Error bij het updaten van het account wachtwoord" - -#~ msgid "Cuentas actualizadas" -#~ msgstr "Accounts bijgewerkt" - #, fuzzy #~ msgid "No se pudieron obtener los datos de las cuentas" #~ msgstr "Niet mogelijk om accounts gegevens op te halen" -#~ msgid "Actualizar Clave Maestra (H)" -#~ msgstr "Wijzig Master Wachtwoord (H)" - -#~ msgid "La clave maestra del registro no coincide" -#~ msgstr "De waarde van het hoofd wachtwoord komt niet overeen" - #, fuzzy #~ msgid "Fallo al actualizar la clave del histórico" #~ msgstr "Fout bij het updaten van hoofd wachtwoord" -#~ msgid "Registros actualizados" -#~ msgstr "Gegevvens bijgewerkt" - #~ msgid "Gestión Aplicación" #~ msgstr "Applicatie Management" #~ msgid "Exportar" #~ msgstr "Export" -#~ msgid "Acceso no permitido" -#~ msgstr "Onbevoegde toegang" - -#~ msgid "Error de codificación" -#~ msgstr "Codering Fout" - -#~ msgid "La autorización ya existe" -#~ msgstr "De autorisatie bestaat al" - #~ msgid "Actualizar Autorización" #~ msgstr "Bijwerken Autorisatie" -#, fuzzy -#~ msgid "Usuario no pertenece al grupo" -#~ msgstr "De gebruiker behoort niet tot de groep" - -#~ msgid "Esta operación sólo es posible en entornos Linux" -#~ msgstr "Deze actie wordt alleen ondersteund in Linux omgevingen" - -#, fuzzy -#~ msgid "Error al realizar backup en modo compatibilidad" -#~ msgstr "Fout bij het backuppen in compatibiliteits mode" - -#, fuzzy -#~ msgid "Compruebe los permisos del directorio de backups" -#~ msgstr "Check de permissies op de backup folder" - -#~ msgid "Nombre de categoría duplicado" -#~ msgstr "Dubbele categorie naam" - -#, fuzzy -#~ msgid "Error al crear la categoría" -#~ msgstr "Fout bij het aanmaken van de categorie" - -#, fuzzy -#~ msgid "Error al eliminar la categoría" -#~ msgstr "Fout bij verwijderen categorie" - -#, fuzzy -#~ msgid "Error al actualizar la categoría" -#~ msgstr "Fout bij wijzigen categorie" - #~ msgid "Modificar configuración" #~ msgstr "Bijwerken Configuratie" -#~ msgid "Parámetro" -#~ msgstr "Parameter" - #~ msgid "Valor" #~ msgstr "Waarde" @@ -5664,197 +7814,35 @@ msgstr "Link" #~ msgid "El archivo de clave no existe" #~ msgstr "Het sleutel bestand bestaat niet" -#, fuzzy -#~ msgid "Error importando cuenta" -#~ msgstr "Fout bij het importeren van het account" - -#, fuzzy -#~ msgid "Registros no actualizados" -#~ msgstr "Geen bijgewerkte velden" - -#, fuzzy -#~ msgid "Cliente duplicado" -#~ msgstr "Dubbele klant" - -#, fuzzy -#~ msgid "Error al crear el cliente" -#~ msgstr "Fout bij aanmaken klant" - -#, fuzzy -#~ msgid "Error al actualizar el cliente" -#~ msgstr "Fout bij bijwerken klant" - #~ msgid "Actualizar Cliente" #~ msgstr "Bijwerken Klant" -#, fuzzy -#~ msgid "Error al eliminar el cliente" -#~ msgstr "Fout bij verwijderen klant" - -#, fuzzy -#~ msgid "Compruebe los datos de conexión" -#~ msgstr "Check a.u.b de connetie parameters" - #~ msgid "Realizado por" #~ msgstr "Uitgevoerd door" #~ msgid "Enviar Email" #~ msgstr "Verstuur Email" -#~ msgid "Correo enviado" -#~ msgstr "Email Verstuurd" - -#, fuzzy -#~ msgid "Error al enviar correo" -#~ msgstr "Fout bij versturen email" - -#~ msgid "Destinatario" -#~ msgstr "Ontvanger" - #~ msgid "CC" #~ msgstr "CC" -#~ msgid "Archivo no subido correctamente" -#~ msgstr "Bestand succesvol geupload" - -#, fuzzy -#~ msgid "Verifique los permisos del usuario del servidor web" -#~ msgstr "Controleer de gebruikers permissies van de web server" - -#, fuzzy -#~ msgid "Compruebe la extensión del archivo" -#~ msgstr "Check a.u.b de bestandsextensie" - -#, fuzzy -#~ msgid "Compruebe la configuración de PHP para subir archivos" -#~ msgstr "Check de PHP configuratie voor het uploaden van bestanden" - #, fuzzy #~ msgid "Compruebe los permisos del directorio temporal" #~ msgstr "Check de tijdelijke folder" -#, fuzzy -#~ msgid "Error al eliminar los usuarios del grupo" -#~ msgstr "Fout bij verwijderen groep gebruikers" - -#, fuzzy -#~ msgid "Compruebe el formato del archivo" -#~ msgstr "Check a.u.b de " - -#~ msgid "Importación finalizada" -#~ msgstr "Import succesvol" - -#~ msgid "La sesión no puede ser inicializada" -#~ msgstr "Sessie kan niet worden geinitaliseerd" - -#, fuzzy -#~ msgid "El directorio \"/config\" no existe" -#~ msgstr "De \"/config\" folder bestaat niet" - -#, fuzzy -#~ msgid "No es posible escribir en el directorio \"config\"" -#~ msgstr "Niet mogelijk om naar de \"/config\" te schrijven" - -#, fuzzy -#~ msgid "Los permisos del directorio \"/config\" son incorrectos" -#~ msgstr "De \"/config\" folder permissies zijn incorrect" - -#~ msgid "Finalizar sesión" -#~ msgstr "Uitloggen sessie" - -#~ msgid "Tiempo inactivo" -#~ msgstr "Inactieve tijd" - -#~ msgid "Tiempo total" -#~ msgstr "Totale tijd" - #~ msgid "Actualización" #~ msgstr "Update" #~ msgid "Actualización de versión realizada." #~ msgstr "Versie update bijgewerkt" -#, fuzzy -#~ msgid "Indicar nombre de usuario admin" -#~ msgstr "Vul de admin gebruikersnaam in" - -#, fuzzy -#~ msgid "Usuario admin para acceso a la aplicación" -#~ msgstr "Administratie gebuiker om in te loggen in de applicatie" - -#, fuzzy -#~ msgid "Indicar la clave de admin" -#~ msgstr "Geef het admin wachtwoord op" - -#~ msgid "Clave del usuario admin de la aplicación" -#~ msgstr "Administratie gebruikers wachtwoord" - -#, fuzzy -#~ msgid "Indicar la clave maestra" -#~ msgstr "geef het hoofd wachtwoord op" - -#, fuzzy -#~ msgid "Clave maestra para encriptar las claves" -#~ msgstr "Hoofd wachtwoord om de wachtwoorden te versleutelen" - -#, fuzzy -#~ msgid "Clave maestra muy corta" -#~ msgstr "Hoofd wachtwoor is te kort" - -#~ msgid "La longitud de la clave maestra ha de ser mayor de 11 caracteres" -#~ msgstr "Het hoofd wachtwoord dient uit minimaal 11 karakters te bestaan" - -#, fuzzy -#~ msgid "Indicar el usuario de la BBDD" -#~ msgstr "Geef de database gebruiker op" - -#, fuzzy -#~ msgid "Usuario con permisos de administrador de la Base de Datos" -#~ msgstr "Een gebruiker met database administrator rechten" - -#, fuzzy -#~ msgid "Indicar el nombre de la BBDD" -#~ msgstr "Geef de database naam op" - -#~ msgid "Nombre para la BBDD de la aplicación pej. syspass" -#~ msgstr "Applicatie database naam vb. syspass" - -#~ msgid "El nombre de la BBDD no puede contener \".\"" -#~ msgstr "Database naam mag geen \".\" bevatten" - -#, fuzzy -#~ msgid "Elimine los puntos del nombre de la Base de Datos" -#~ msgstr "Verwijder a.u.b punten in de database naam" - -#, fuzzy -#~ msgid "Indicar el servidor de la BBDD" -#~ msgstr "Geef de database server op" - -#~ msgid "Servidor donde se instalará la Base de Datos" -#~ msgstr "Server waar de database geinstalleerd wordt" - #~ msgid "No es posible comprobar el usuario de sysPass" #~ msgstr "Niet mogelijk om de syspass gebruiker te controleren" -#, fuzzy -#~ msgid "Compruebe los permisos del usuario de conexión a la BD" -#~ msgstr "Check a.u.b de DB connectie gebruikers rechten" - -#~ msgid "La BBDD ya existe" -#~ msgstr "De database bestaat al" - -#, fuzzy -#~ msgid "Indique una nueva Base de Datos o elimine la existente" -#~ msgstr "Geef een nieuwe database of verwijder de huidige" - #, fuzzy #~ msgid "Error al crear la BBDD" #~ msgstr "Fout bij het creeeren van de DB" -#, fuzzy -#~ msgid "Verifique los permisos del usuario de la Base de Datos" -#~ msgstr "Controleer database gebruiker rechten aub." - #~ msgid "El archivo de estructura de la BBDD no existe" #~ msgstr "Het database structuurbestand bestaat niet" @@ -5867,57 +7855,18 @@ msgstr "Link" #~ msgid "Error al seleccionar la BBDD" #~ msgstr "Fout tijdens het selecteren database" -#, fuzzy -#~ msgid "" -#~ "No es posible usar la Base de Datos para crear la estructura. Compruebe " -#~ "los permisos y que no exista." -#~ msgstr "" -#~ "Kan de database niet gebruiken, controleer de login gegevens en de " -#~ "rechten." - -#~ msgid "Error al crear la estructura de la Base de Datos." -#~ msgstr "Fout tijdens het maken van de database structuur" - -#~ msgid "Informe al desarrollador" -#~ msgstr "Waarschuw de ontwikkelaar" - #, fuzzy #~ msgid "Error al actualizar la clave maestra del usuario \"admin\"" #~ msgstr "" #~ "Fout tijdens het veranderen van het Hoofd wachtoord voor de \"admin\" " #~ "gebruiker" -#, fuzzy -#~ msgid "No es posible conectar con el servidor de LDAP" -#~ msgstr "Niet mogelijk om te verbinden met de LDAP server" - -#~ msgid "Error al conectar (BIND)" -#~ msgstr "Connectie probleem (BIND)" - -#~ msgid "Error al buscar objetos en DN base" -#~ msgstr "Fout bij zoeken naar objecten in de base DN" - -#, fuzzy -#~ msgid "Error al buscar RDN de grupo" -#~ msgstr "Fout bij zoeken in groep RDN" - -#, fuzzy -#~ msgid "Error al localizar el usuario en LDAP" -#~ msgstr "Fout bij het zoeken gebruiker in DLS" - #~ msgid "Error al buscar el grupo de usuarios" #~ msgstr "Fout bij het zoeken gebruikers groep" -#~ msgid "Usuario verificado en grupo" -#~ msgstr "Gebruiker in groep geverifieerd" - #~ msgid "Vaciar Eventos" #~ msgstr "Schoon events op" -#, fuzzy -#~ msgid "Cliente no encontrado" -#~ msgstr "Klant niet gevonden" - #, fuzzy #~ msgid "Error al obtener los usuarios" #~ msgstr "Fout bij het ophalen van gebruikers" @@ -5936,39 +7885,13 @@ msgstr "Link" #~ msgid "Fallo al realizar la operación" #~ msgstr "Fout bij het uitvoeren van het process" -#~ msgid "Formato de XML inválido" -#~ msgstr "Ongeldig XML formaat" - -#, fuzzy -#~ msgid "Error al aplicar la actualización de la Base de Datos" -#~ msgstr "Fout bij het updaten van de database" - -#~ msgid "Compruebe el registro de eventos para más detalles" -#~ msgstr "Check a.u.b de event log voor meer details" - -#, fuzzy -#~ msgid "Error al aplicar la actualización auxiliar" -#~ msgstr "Fout tijdens het uitvoeren van de extra update" - -#~ msgid "Actualizar BBDD" -#~ msgstr "Bijwerken DB" - #~ msgid "No es necesario actualizar la Base de Datos." #~ msgstr "Database update niet nodig" -#~ msgid "Actualización de la Base de Datos realizada correctamente." -#~ msgstr "Database update succesvol" - -#~ msgid "Actualizar Configuración" -#~ msgstr "Bijwerken configuratie" - #~ msgid "No se pudo realizar la petición de cambio de clave." #~ msgstr "" #~ "Kon de aanvraag voor het veranderen van het wachtwoord niet uitvoeren." -#~ msgid "Usuario de LDAP" -#~ msgstr "LDAP Gebruiker" - #~ msgid "Activación Cuenta" #~ msgstr "Account Activatie" @@ -5988,41 +7911,15 @@ msgstr "Link" #~ msgid "Versión de PHP requerida >= " #~ msgstr "Vereiste PHP versie >=" -#~ msgid "" -#~ "Actualice la versión de PHP para que la aplicación funcione correctamente" -#~ msgstr "Update a.u.b de PHP versie om gebruik te kunnen maken van SysPass" - #~ msgid "Exportar XML" #~ msgstr "XML Export" -#, fuzzy -#~ msgid "Error al crear el archivo XML" -#~ msgstr "Fout bij het maken van het XML bestand" - -#, fuzzy -#~ msgid "No es posible procesar el archivo XML" -#~ msgstr "XML bestand kan niet verwerkt worden" - -#~ msgid "Archivo XML no soportado" -#~ msgstr "XML bestand wordt niet ondersteund" - -#, fuzzy -#~ msgid "No es posible detectar la aplicación que exportó los datos" -#~ msgstr "Kon de applicatie waar de data van geexporteerd was niet vinden" - #~ msgid "Último backup" #~ msgstr "Laatste backup" #~ msgid "Última exportación" #~ msgstr "Laatste export" -#~ msgid "Registro de eventos vaciado" -#~ msgstr "Event log opgeschoond" - -#, fuzzy -#~ msgid "Error al vaciar el registro de eventos" -#~ msgstr "Fout bij opschonen Event Log" - #~ msgid "La version de PHP es vulnerable al ataque NULL Byte (CVE-2006-7243)" #~ msgstr "Deze PHP versie is kwetsbaar voor NULL Byte attack CVE-2006-7243)" @@ -6040,9 +7937,6 @@ msgstr "Link" #~ "Zonder deze functie kan een hacker uw account overnemen bij een " #~ "wachtwoord herstel actie" -#~ msgid "Instalación finalizada" -#~ msgstr "Installatie afgerond" - #~ msgid "Descargar nueva versión" #~ msgstr "Download nieuwe versie" @@ -6075,73 +7969,21 @@ msgstr "Link" #~ msgid "Se permite un máximo de 4 caracteres." #~ msgstr "Max 4 karakters toegestaan" -#~ msgid "Primera página" -#~ msgstr "Eerste pagina" - -#~ msgid "Página anterior" -#~ msgstr "Vorige pagina" - -#~ msgid "Página siguiente" -#~ msgstr "Volgende pagina" - -#~ msgid "Última página" -#~ msgstr "Laatste pagina" - -#~ msgid "Comprobar" -#~ msgstr "Check" - -#, fuzzy -#~ msgid "Cambiar Clave" -#~ msgstr "Wijzig Wachtwoord" - -#~ msgid "Añadir" -#~ msgstr "Voeg toe" - #~ msgid "Abrir enlace a" #~ msgstr "Open link aar" -#~ msgid "Limpiar" -#~ msgstr "Opschonen" - #~ msgid "Parámetros especiales:" #~ msgstr "Speciale parameters" -#~ msgid "Realizar" -#~ msgstr "Uitvoeren" - #~ msgid "Extensión" #~ msgstr "Extensie" -#~ msgid "Tamaño de archivo superado" -#~ msgstr "Bestandsgrootte overschreden" - #~ msgid "Solicitud no enviada" #~ msgstr "Verzoek niet verstuurd" #~ msgid "Compruebe datos de usuario o consulte con el administrador" #~ msgstr "Check de gebruikersdata of neem contact op met de administrator" -#~ msgid "La cuenta no existe" -#~ msgstr "Het account bestaat niet" - -#~ msgid "Errores" -#~ msgstr "Errors" - -#~ msgid "Error al añadir favorito" -#~ msgstr "Error bij het toevoegen van de favoriet" - -#~ msgid "Error al eliminar favorito" -#~ msgstr "Error tijdens het verwijderen van de favoriet" - -#~ msgid "Error al eliminar las etiquetas de la cuenta" -#~ msgstr "Error tijdens het verwijderen van de account labels" - -#~ msgid "Método inválido" -#~ msgstr "Ongeldige Methode" - -#~ msgid "Datos inválidos" -#~ msgstr "Ongeldige Data" - #~ msgid "Formato incorrecto" #~ msgstr "Foute indeling" @@ -6152,12 +7994,6 @@ msgstr "Link" #~ msgid "Nombre de cliente a buscar" #~ msgstr "Klant naam om naar te zoeken" -#~ msgid "Método ya inicializado" -#~ msgstr "Methode al geinitialiseerd" - -#~ msgid "Método no disponible" -#~ msgstr "Methode niet beschikbaar" - #~ msgid "Los parámetros de DokuWiki no están configurados" #~ msgstr "De DokuWiki parameters zijn niet opgegeven" @@ -6170,85 +8006,24 @@ msgstr "Link" #~ msgid "Error de conexión a DokuWiki" #~ msgstr "Error tijdens het verbinden met DokuWiki" -#~ msgid "Faltan parámetros de syslog remoto" -#~ msgstr "Remote Syslog parameters niet opgegeven" - -#~ msgid "Syslog remoto deshabilitado" -#~ msgstr "Remote syslog uitegeschakels" - -#~ msgid "Error al guardar la configuración" -#~ msgstr "" -#~ "\n" -#~ "Fout bij het opslaan van de configuratie" - -#~ msgid "Faltan parámetros de DokuWiki" -#~ msgstr "Ontbrekende DokuWiki-parameters" - #~ msgid "DokuWiki habiltada" #~ msgstr "DokuWiki ingeschakeld" -#~ msgid "DokuWiki deshabilitada" -#~ msgstr "DokuWiki uitgeschakeld" - -#~ msgid "Enlace creado" -#~ msgstr "Link gemaakt" - -#~ msgid "Enlace actualizado" -#~ msgstr "Link geupdate" - -#~ msgid "Enlace eliminado" -#~ msgstr "Link verwijderd" - -#~ msgid "Plugin habilitado" -#~ msgstr "Plugin ingeschakeld" - -#~ msgid "Plugin deshabilitado" -#~ msgstr "Plugin uitgeschakeld" - -#~ msgid "Plugin restablecido" -#~ msgstr "Plugin reset" - -#~ msgid "Favorito añadido" -#~ msgstr "Favoriet toegevoegd" - -#~ msgid "Favorito eliminado" -#~ msgstr "Favoriet verwijderd" - -#~ msgid "Importación de usuarios de LDAP realizada" -#~ msgstr "LDAP gebruikers importeren afgerond" - #~ msgid "Error al importar usuarios de LDAP" #~ msgstr "Fout bij het importeren van de LDAP users" -#~ msgid "Notificación leída" -#~ msgstr "Notificatie gelezen" - -#~ msgid "Notificación eliminada" -#~ msgstr "Notificatie verwijderd" - #~ msgid "Solicitud enviada por correo" #~ msgstr "Verzoek verzonden via email" #~ msgid "Solicitud no enviada por correo" #~ msgstr "Verzoek niet verzonden via email" -#~ msgid "Solicitud realizada" -#~ msgstr "" -#~ "\n" -#~ "Aanvraag gedaan" - #~ msgid "Detalles de Plugin" #~ msgstr "Plugin Details" #~ msgid "Error al obtener la clave maestra del usuario" #~ msgstr "Fout bij het ophalen van het hoofdwachtwoord van de gebruiker" -#~ msgid "Es necesaria su clave anterior" -#~ msgstr "Je vorige wachtwoord is nodig" - -#~ msgid "Servidor LDAP" -#~ msgstr "LDAP Server" - #~ msgid "Buscar Categorías" #~ msgstr "Zoeken naar Categorieën" @@ -6261,78 +8036,8 @@ msgstr "Link" #~ msgid "Añadir Cliente" #~ msgstr "Klant toevoegen" -#~ msgid "Observador no inicializado" -#~ msgstr "" -#~ "\n" -#~ "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" - -#~ msgid "Clave del usuario administrador de la Base de Datos" -#~ msgstr "Database administrator's wachtwoord" - -#~ msgid "Error al crear el usuario de conexión a MySQL '%s'" -#~ msgstr "Error bij het maken van de MySQL connection user '%s'" - -#~ msgid "La BBDD no existe" -#~ msgstr "De database bestaat niet" - -#~ msgid "Es necesario crearla y asignar los permisos necesarios" -#~ msgstr "" -#~ "\n" -#~ "U moet het creëren en de benodigde rechten toewijzen" - -#~ msgid "Error al actualizar la configuración" -#~ msgstr "Error tijdens het bijwerken van de configuratie" - -#~ msgid "Usuario no indicado" -#~ msgstr "Gebruiker niet ingesteld" - -#~ msgid "Acción no indicada" -#~ msgstr "Actie niet ingesteld" - -#~ msgid "Es necesario un nombre de etiqueta" -#~ msgstr "Een tag naam is nodig" - -#~ msgid "Respuesta XML-RPC inválida" -#~ msgstr "Ongeldig XML-RPC antwoord" - -#, fuzzy -#~ msgid "Id de categoría no definido. No es posible importar cuenta." -#~ msgstr "Categorie-id niet ingesteld. Kan het account niet importeren." - -#, fuzzy -#~ msgid "Id de cliente no definido. No es posible importar cuenta." -#~ msgstr "Categorie-id niet ingesteld. Kan het account niet importeren." - -#~ msgid "Clave de encriptación no indicada" -#~ msgstr "Encryptie wachtwoord niet ingesteld" - #~ msgid "Extensión '%s' no cargada" -#~ msgstr "" -#~ "\n" -#~ "Uitbreiding '% s' niet geladen" - -#~ msgid "Categoría duplicada" -#~ msgstr "Categorie gedupliceerd" - -#~ msgid "Categoría no encontrada" -#~ msgstr "Categorie niet gevonden" - -#~ msgid "Error al crear el campo personalizado" -#~ msgstr "Fout bij het maken van een aangepast veld" - -#~ msgid "Error al eliminar el campo personalizado" -#~ msgstr "Fout bij het verwijderen van een aangepast veld" - -#~ msgid "Error al actualizar el campo personalizado" -#~ msgstr "Fout bij het bijwerken van een aangepast veld" +#~ msgstr "Uitbreiding '% s' niet geladen" #~ msgid "Campo personalizado no encontrado" #~ msgstr "Aangepast veld niet gevonden" @@ -6340,11 +8045,6 @@ msgstr "Link" #~ msgid "No se encontraron campos personalizados" #~ msgstr "Aangepaste velden niet gevonden" -#~ msgid "No hay datos de campos personalizados" -#~ msgstr "" -#~ "\n" -#~ "Er zijn geen gegevens uit aangepaste velden" - #~ msgid "Error al migrar campos personalizados" #~ msgstr "Fout bij het migreren van de aangepaste velden" @@ -6357,106 +8057,15 @@ msgstr "Link" #~ msgid "Actualizar Grupo" #~ msgstr "Groep Bijwerken" -#~ msgid "Error al asignar los usuarios al grupo" -#~ msgstr "Fout bij het instellen van gebruikers in de groep" - -#~ msgid "Error al crear la notificación" -#~ msgstr "Error bij het toevoegen van de notificatie" - -#~ msgid "Error al eliminar la notificación" -#~ msgstr "Fout bij het verwijderen van de notificatie" - -#~ msgid "Error al modificar la notificación" -#~ msgstr "Fout bij het bijwerken van de notificatie" - -#~ msgid "Error al obtener la notificación" -#~ msgstr "Fout bij het ophalen van de notificatie" - -#~ msgid "Error al obtener las notificaciones" -#~ msgstr "Fout bij het ophalen van de notificaties" - -#~ msgid "Error al crear el plugin" -#~ msgstr "Error bij het toevoegen van de plugin" - -#~ msgid "Error al eliminar el plugin" -#~ msgstr "Fout bij het verwijderen van de plugin" - -#~ msgid "Error al actualizar el plugin" -#~ msgstr "Fout bij het bijwerken van de plugin" - -#~ msgid "Habilitado" -#~ msgstr "Ingeschakeld" - -#~ msgid "Error al crear perfil" -#~ msgstr "Fout bij het maken van het profiel" - #~ msgid "Perfil en uso" #~ msgstr "Profiel in gebruik" -#~ msgid "Error al eliminar perfil" -#~ msgstr "Fout bij het verwijderen van het profiel" - -#~ msgid "Error al modificar perfil" -#~ msgstr "Fout bij het updaten van het profiel" - -#~ msgid "Enlace visualizado" -#~ msgstr "Link bekeken" - -#~ msgid "Error al actualizar enlace" -#~ msgstr "Fout bij het updaten van de link" - -#~ msgid "Enlace ya creado" -#~ msgstr "Link al gemaakt" - -#~ msgid "Error al crear enlace" -#~ msgstr "Fout bij het maken van de link" - -#~ msgid "Error al eliminar enlace" -#~ msgstr "Fout bij het verwijderen van de link" - -#~ msgid "Error al renovar enlace" -#~ msgstr "Fout bij het vernieuwen van de link" - #~ msgid "Actualizar Enlace" -#~ msgstr "" -#~ "\n" -#~ "Update Link" - -#~ msgid "Error al obtener enlace" -#~ msgstr "" -#~ "\n" -#~ "Fout bij het ophalen van de link" - -#~ msgid "ON" -#~ msgstr "AAN" - -#~ msgid "OFF" -#~ msgstr "UIT" - -#~ msgid "Etiqueta duplicada" -#~ msgstr "Dubbele tag" - -#~ msgid "Error al crear etiqueta" -#~ msgstr "Fout tijdens het aanmaken van de tag" - -#~ msgid "Error al eliminar etiqueta" -#~ msgstr "Fout tijdens het verwijderen van de tag" - -#~ msgid "Error al actualizar etiqueta" -#~ msgstr "Fout tijdens het bijwerken van de tag" +#~ msgstr "Update Link" #~ msgid "Error al obtener etiqueta" #~ msgstr "Fout tijdens het ophalen van de tag" -#~ msgid "Login/email de usuario duplicados" -#~ msgstr "Dubbele gebruikersnaam of email" - -#~ msgid "Error al obtener los datos del usuario" -#~ msgstr "Fout tijdens het ophalen van de data van de gebruiker" - -#~ msgid "No se encontraron objetos para sincronizar" -#~ msgstr "Er is niets om te synchroniseren" - #~ msgid "Sincronización finalizada" #~ msgstr "Synchroniseren afgerond" @@ -6466,50 +8075,15 @@ msgstr "Link" #~ msgid "Error al obtener grupo de usuarios" #~ msgstr "Fout tijdens het ophalen van een gebruikersgroep" -#~ msgid "Error en comprobación de hash" -#~ msgstr "Fout tijdens het controleren van de versleuteling" - -#~ msgid "Hash inválido o expirado" -#~ msgstr "Versleuteling is foutief of verlopen" - -#~ msgid "Error al generar el hash de recuperación" -#~ msgstr "Fout tijdens het genereren van de herstel versleuteling" - #~ msgid "Actualizando preferencias" #~ msgstr "Voorkeuren bijwerken" #~ msgid "No es posible leer/escribir el archivo: %s" #~ msgstr "Het lezen of schrijven van het bestand %s is niet mogelijk" -#~ msgid "No hay elementos para guardar" -#~ msgstr "Er zijn geen items om op te slaan" - -#~ msgid "Socket no inicializado" -#~ msgstr "Socket is niet geïnitialiseerd" - -#~ msgid "Error al enviar datos" -#~ msgstr "" -#~ "\n" -#~ "Fout bij het verzenden van de gegevens" - #~ msgid "Respuesta" #~ msgstr "Antwoord" -#~ msgid "Ver Detalles" -#~ msgstr "Bekijk details" - -#~ msgid "Copiar" -#~ msgstr "Kopiëren" - -#~ msgid "Restaurar" -#~ msgstr "Herstellen" - -#~ msgid "Descargar" -#~ msgstr "Download" - -#~ msgid "Crítico" -#~ msgstr "Kritisch" - #~ msgid "Accesos" #~ msgstr "Toegangen" @@ -6519,9 +8093,6 @@ msgstr "Link" #~ msgid "Hay %d notificaciones pendientes" #~ msgstr "Er zijn %d ongelezen meldingen" -#~ msgid "Agente" -#~ msgstr "Agent" - #~ msgid "Crear Usuario" #~ msgstr "Gebruiker toevoegen" @@ -6554,9 +8125,7 @@ msgstr "Link" #~ msgstr "Autorisatie toevoegen" #~ msgid "Crear Campo" -#~ msgstr "" -#~ "\n" -#~ "Veld toevoegen" +#~ msgstr "Veld toevoegen" #~ msgid "Actualizar Campo" #~ msgstr "Veld bijwerken" @@ -6565,190 +8134,26 @@ 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" - -#~ msgid "Acceso denegado" -#~ msgstr "Toegang geweigerd\n" - -#~ msgid "Error al añadir las etiquetas de la cuenta" -#~ msgstr "Error tijdens het toevoegen van de account tags" - -#~ msgid "Grupos eliminados" -#~ msgstr "Groepen verwijderd" - -#~ msgid "Perfiles eliminados" -#~ msgstr "Profielen verwijderd" - -#, fuzzy -#~ msgid "Clientes eliminados" -#~ msgstr "Klanten verwijderd" - -#~ msgid "Categorías eliminadas" -#~ msgstr "Categorieën verwijderd" - -#~ msgid "Autorizaciones eliminadas" -#~ msgstr "Autorisaties verwijderd" - -#~ msgid "Campos eliminados" -#~ msgstr "Velden verwijderd" - -#~ msgid "Enlaces eliminados" -#~ msgstr "Links verwijderd" - -#~ msgid "Etiquetas eliminadas" -#~ msgstr "Tags verwijderd" - -#~ msgid "Archivos eliminados" -#~ msgstr "Bestanden verwijderd" - -#~ msgid "Cuentas eliminadas" -#~ msgstr "Accounts verwijderd" - -#~ msgid "Notificación creada" -#~ msgstr "Bericht aangemaakt" - -#~ msgid "Notificaciones eliminadas" -#~ msgstr "Berichten verwijderd" - -#~ msgid "Usando clave temporal" -#~ msgstr "Gebruikt een tijdelijk wachtwoord" - -#~ msgid "Clave temporal caducada" -#~ msgstr "Tijdelijk wachtwoord verlopen" +#~ msgstr "Geimporteerde gebruikers" #~ msgid "Sesión" #~ msgstr "Sessie" -#~ msgid "Error al comprobar la base de datos" -#~ msgstr "Fout tijdens het controleren van de database" - -#~ msgid "Intente de nuevo la instalación" -#~ msgstr "Probeer de installatie opnieuw" - -#~ msgid "Es necesario un componente" -#~ msgstr "Een component ontbreekt." - -#~ msgid "Es necesario un tipo" -#~ msgstr "Een type ontbreekt." - -#~ msgid "Es necesario un destinatario" -#~ msgstr "Een doel ontbreekt." - -#~ msgid "Error procesando línea" -#~ msgstr "Fout tijdens het uitvoeren van regel" - -#~ msgid "Cuentas importadas" -#~ msgstr "Accounts zijn geïmporteerd" - -#~ msgid "Archivo no encontrado" -#~ msgstr "Bestand niet gevonden" - -#~ msgid "Grupo no encontrado" -#~ msgstr "Groep niet gevonden" - -#~ msgid "Notificación no encontrada" -#~ msgstr "Bericht niet gevonden" - -#~ msgid "Plugin no encontrado" -#~ msgstr "Plugin niet gevonden" - -#~ msgid "Perfil no encontrado" -#~ msgstr "Profiel niet gevonden" - -#~ msgid "Enlace no encontrado" -#~ msgstr "Link niet gevonden" - -#~ msgid "Etiqueta no encontrada" -#~ msgstr "Tag niet gevonden" - -#~ msgid "Usuario no encontrado" -#~ msgstr "Gebruiker niet gevonden" - -#~ msgid "Consulta en blanco" -#~ msgstr "Lege Query" - -#~ msgid "No es posible iniciar una transacción" -#~ msgstr "Een transactie kan niet gestart worden." - #~ msgid "No es posible finalizar una transacción" #~ msgstr "Een transactie kan niet afgesloten worden." -#~ msgid "Cuenta no encontrada" -#~ msgstr "Account niet gevonden" - -#~ msgid "Hash de clave maestra actualizado" -#~ msgstr "Master wachtwoord hash is geupdate" - -#~ msgid "Error al actualizar el hash de la clave maestra" -#~ msgstr "Fout tijdens het bijwerken van de hash van het hoofdwachtwoord." - -#~ msgid "Usuarios eliminados" -#~ msgstr "Gebruiker verwijderd" - -#~ msgid "Notificación actualizada" -#~ msgstr "Bericht geupdate" - -#~ msgid "Restricción de integridad" -#~ msgstr "integriteitsbeperking" - -#~ msgid "Clave de encriptación incorrecta" -#~ msgstr "Onjuist versleutelingswachtwoord." - -#~ msgid "Código de seguridad incorrecto" -#~ msgstr "Onjuiste beveiligingscode." - -#~ msgid "Es necesario confirmar la actualización" -#~ msgstr "Het bijwerken moet bevestigd worden" - -#~ msgid "En 5 segundos será redirigido al login" -#~ msgstr "U wordt binnen 5 seconden omgeleid om in te loggen" - -#~ msgid "Error al aplicar la actualización de la aplicación" -#~ msgstr "Fout tijdens het bijwerken van het programma." - -#~ msgid "Intentos excedidos" -#~ msgstr "Te veel pogingen." - -#~ msgid "Token no encontrado" -#~ msgstr "Token niet gevonden" - -#~ msgid "Error al crear track" -#~ msgstr "Token niet gevonden" - -#~ msgid "Error al eliminar track" -#~ msgstr "Fout bij het verwijderen van de track" - -#~ msgid "Error al actualizar track" -#~ msgstr "Fout bij het updaten van de track" - -#~ msgid "Error al obtener track" -#~ msgstr "Fout bij het ophalen van de track" - -#~ msgid "Error al obtener tracks" -#~ msgstr "Fout bij het ophalen van de tracks" - #~ msgid "Actualizando IDs de cuentas" #~ msgstr "ID's van accounts worden bijgewerkt." @@ -6767,174 +8172,9 @@ msgstr "Link" #~ msgid "Actualizando IDs de usuarios" #~ msgstr "ID's van gebruikers worden bijgewerkt." -#~ msgid "Acción no encontrada" -#~ msgstr "Actie niet gevonden" - -#~ msgid "Contexto ya inicializado" -#~ msgstr "Context al geïnitialiseerd" - -#~ msgid "Contexto inválido" -#~ msgstr "Ongeldige context" - -#~ msgid "Contexto no inicializado" -#~ msgstr "Context niet geïnitialiseerd" - -#~ msgid "Clase no válida para iconos" -#~ msgstr "Ongeldige icons klasse" - -#~ msgid "Tipo de filtro inválido" -#~ msgstr "Verkeerde filter type" - -#~ msgid "Tipo de objeto incorrecto" -#~ msgstr "Verkeerde object type" - -#~ msgid "No es posible inicializar" -#~ msgstr "Initialiseren lukt niet" - -#~ msgid "Error al eliminar los archivos" -#~ msgstr "Fout tijdens het verwijderen van de bestanden" - -#~ msgid "Error al eliminar las cuentas" -#~ msgstr "Fout tijdens het verwijderen van de accounts" - -#~ msgid "Error al eliminar la categorías" -#~ msgstr "Fout tijdens het verwijderen van de categorieën" - -#~ msgid "Error al eliminar los clientes" -#~ msgstr "Fout tijdens het verwijderen van de clients" - -#, fuzzy -#~ msgid "Error al eliminar los campos personalizados" -#~ msgstr "Fout tijdens het verwijderen van de bijzondere velden" - -#~ msgid "Error al crear el tipo de campo" -#~ msgstr "Fout tijdens het aanmaken van het veldtype" - -#~ msgid "Error al actualizar el tipo de campo" -#~ msgstr "Fout tijdens het updaten van het veldtype" - -#~ msgid "Error al eliminar el tipo de campo" -#~ msgstr "Fout tijdens het verwijderen van het veldtype" - -#~ msgid "Error al eliminar las notificaciones" -#~ msgstr "Fout tijdens het verwijderen van de notificaties" - #~ msgid "El enlace no existe" #~ msgstr "De link bestaat niet" -#~ msgid "Error al eliminar etiquetas" -#~ msgstr "Fout tijdens het verwijderen van de tags" - -#~ msgid "Error al eliminar los usuarios" -#~ msgstr "Fout tijdens het verwijderen van de gebruikers" - -#, fuzzy -#~ msgid "El usuario no existe" -#~ msgstr "De gebruiker bestaat niet" - -#~ msgid "Error al eliminar los perfiles" -#~ msgstr "Fout tijdens het verwijderen van de profielen" - -#~ msgid "Error al eliminar archivos" -#~ msgstr "Fout tijdens het verwijderen van de bestanden" - -#~ msgid "Fomato incorrecto" -#~ msgstr "Invalid format" - -#~ msgid "Error al eliminar tokens" -#~ msgstr "Error while removing the tokens" - -#~ msgid "Copiando base de datos" -#~ msgstr "Copying database" - -#~ msgid "Copiando aplicación" -#~ msgstr "Copying application" - -#~ msgid "Rollback" -#~ msgstr "Rollback" - -#~ msgid "Error al comprobar clave temporal" -#~ msgstr "Error while checking the temporary password" - -#~ msgid "Campo no encontrado" -#~ msgstr "Field not found" - -#~ msgid "Error al eliminar los campos" -#~ msgstr "Error while deleting the fields" - -#~ msgid "Exportando categorías" -#~ msgstr "Exporting categories" - -#~ msgid "Exportando clientes" -#~ msgstr "Exporting clients" - -#~ msgid "Exportando etiquetas" -#~ msgstr "Exporting tags" - -#~ msgid "Exportando cuentas" -#~ msgstr "Exporting accounts" - -#~ msgid "Cuenta importada" -#~ msgstr "Account imported" - -#~ msgid "Importación XML KeePass" -#~ msgstr "KeePass XML Import" - -#~ msgid "Categoría importada" -#~ msgstr "Categorie geïmporteerd" - -#~ msgid "Importación XML sysPass" -#~ msgstr "sysPass XML import" - -#~ msgid "Datos desencriptados" -#~ msgstr "Data onversleuteld" - -#~ msgid "Cliente importado" -#~ msgstr "Client geïmporteerd" - -#~ msgid "Etiqueta importada" -#~ msgstr "Tag geimporteerd" - -#~ msgid "Formato no detectado" -#~ msgstr "Format niet gedetecteerd" - -#~ msgid "Not implemented" -#~ msgstr "Niet geimplementeerd" - -#~ msgid "Prueba de correo" -#~ msgstr "Mail test" - -#~ msgid "" -#~ "Esto es una prueba de correo para verificar el correcto funcionamiento de " -#~ "la configuración." -#~ msgstr "" -#~ "This is a test email in order to verify that the configuration is working " -#~ "right." - -#~ msgid "Error al eliminar los enlaces" -#~ msgstr "Error while removing the links" - -#~ msgid "Segundos" -#~ msgstr "Seconds" - -#~ msgid "Actualizar Aplicación" -#~ msgstr "Update Application" - -#~ msgid "Actualización de campos personalizados" -#~ msgstr "Custom fields update" - -#~ msgid "Campo" -#~ msgstr "Field" - -#~ msgid "Actualización de enlaces públicos" -#~ msgstr "Public links update" - -#~ msgid "Enlace" -#~ msgstr "Link" - -#~ msgid "Error al eliminar los grupos" -#~ msgstr "Error while deleting the groups" - #~ msgid "Error al leer datos del archivo (%s)" #~ msgstr "Error while reading file data (%s)" @@ -6947,199 +8187,18 @@ msgstr "Link" #~ 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: %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 the 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 "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" @@ -7173,12 +8232,6 @@ msgstr "Link" #~ 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." @@ -7197,84 +8250,3 @@ msgstr "Link" #~ 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" - -#~ msgid "Grupo visualizado" -#~ msgstr "Group viewed" - -#~ msgid "Plugin disponible" -#~ msgstr "Plugin available" - -#~ msgid "Plugin no disponible" -#~ msgstr "Plugin unavailable" - -#~ msgid "Plugin cargado" -#~ msgstr "Plugin loaded" - -#~ msgid "Generar clave temporal" -#~ msgstr "Generate temporary password" - -#~ msgid "Clave temporal generada" -#~ msgstr "Temporary password generated" - -#~ msgid "Plugins eliminados" -#~ msgstr "Plugins deleted" - -#~ msgid "Plugin eliminado" -#~ msgstr "Plugin deleted" diff --git a/app/locales/pl_PL/LC_MESSAGES/messages.mo b/app/locales/pl_PL/LC_MESSAGES/messages.mo index 9277c6ad9b73f9b5288965ad3a665ff856195dee..f39f69bca6b2efe9c165fc954c2e2cdf9a021cd1 100644 GIT binary patch literal 77974 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≥QuY~2XoVi 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 literal 56747 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

    d~74Hh!XY^ND_lLI;q>p0*5f`WT$SH0Ef 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 MAv$rIPPy>^0A7v#GXMYp diff --git a/app/locales/pl_PL/LC_MESSAGES/messages.po b/app/locales/pl_PL/LC_MESSAGES/messages.po index a01aa94a..dd3d882d 100644 --- a/app/locales/pl_PL/LC_MESSAGES/messages.po +++ b/app/locales/pl_PL/LC_MESSAGES/messages.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: sysPass\n" -"POT-Creation-Date: 2018-11-04 11:05+0100\n" +"POT-Creation-Date: 2018-11-04 20:38+0100\n" "PO-Revision-Date: \n" "Last-Translator: nuxsmin \n" "Language-Team: wseredynski\n" @@ -11,5370 +11,7704 @@ msgstr "" "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-Poedit-KeywordsList: _;__;__u;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" +"X-Poedit-Basepath: ../../../..\n" +"X-Poedit-SearchPath-0: app/modules\n" +"X-Poedit-SearchPath-1: lib\n" +"X-Poedit-SearchPath-2: app/config\n" +"X-Poedit-SearchPathExcluded-0: app/modules/**/plugins\n" -#: ../../../../lib/SP/Bootstrap.php:278 -#, php-format -msgid "Versión de PHP requerida >= %s <= %s" -msgstr "Required PHP version >= %s <= %s" +#: app/modules/api/Controllers/AccountController.php:70 +msgid "Account displayed" +msgstr "Account displayed" -#: ../../../../lib/SP/Config/ConfigUtil.php:111 -#, php-format -msgid "Actual: %s - Necesario: 750" -msgstr "Current: %s - Needed: 750" +#: app/modules/api/Controllers/AccountController.php:71 +#: app/modules/api/Controllers/AccountController.php:103 +#: app/modules/api/Controllers/AccountController.php:139 +#: app/modules/api/Controllers/AccountController.php:189 +#: app/modules/api/Controllers/AccountController.php:240 +#: app/modules/api/Controllers/AccountController.php:315 +#: app/modules/api/Controllers/CategoryController.php:63 +#: app/modules/api/Controllers/CategoryController.php:92 +#: app/modules/api/Controllers/CategoryController.php:122 +#: app/modules/api/Controllers/CategoryController.php:151 +#: app/modules/api/Controllers/ClientController.php:64 +#: app/modules/api/Controllers/ClientController.php:94 +#: app/modules/api/Controllers/ClientController.php:125 +#: app/modules/api/Controllers/ClientController.php:154 +#: app/modules/api/Controllers/TagController.php:62 +#: app/modules/api/Controllers/TagController.php:90 +#: app/modules/api/Controllers/TagController.php:119 +#: app/modules/api/Controllers/TagController.php:148 +#: app/modules/api/Controllers/UserGroupController.php:62 +#: app/modules/api/Controllers/UserGroupController.php:92 +#: app/modules/api/Controllers/UserGroupController.php:123 +#: app/modules/api/Controllers/UserGroupController.php:152 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:240 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:113 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:104 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:105 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:108 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:116 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:107 +#: app/modules/web/Controllers/UserGroupController.php:274 +#: app/modules/web/Controllers/UserGroupController.php:315 +#: lib/SP/Plugin/PluginManager.php:320 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:30 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:43 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:22 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:24 +#: app/modules/web/themes/material-blue/views/account/account.inc:65 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:54 +#: app/modules/web/themes/material-blue/views/config/info.inc:39 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:23 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:23 +#: app/modules/web/themes/material-blue/views/itemshow/tag.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:35 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:24 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:533 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:22 +msgid "Name" +msgstr "Imię" -#: ../../../../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 +#: app/modules/api/Controllers/AccountController.php:72 +#: app/modules/api/Controllers/AccountController.php:104 +#: app/modules/api/Controllers/AccountController.php:140 +#: app/modules/api/Controllers/AccountController.php:190 +#: app/modules/api/Controllers/AccountController.php:241 +#: app/modules/api/Controllers/AccountController.php:316 +#: app/modules/web/Controllers/AccountController.php:227 +#: app/modules/web/Controllers/AccountController.php:749 +#: app/modules/web/Controllers/AccountController.php:796 +#: app/modules/web/Controllers/AccountController.php:839 +#: app/modules/web/Controllers/AccountController.php:880 +#: app/modules/web/Controllers/AccountController.php:932 +#: app/modules/web/Controllers/AccountController.php:968 +#: app/modules/web/Controllers/AccountFileController.php:259 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:121 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:158 +#: app/modules/web/Controllers/AccountManagerController.php:151 +#: app/modules/web/Controllers/ClientController.php:225 +#: app/modules/web/Controllers/ClientController.php:259 +#: app/modules/web/Controllers/ClientController.php:297 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:233 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:114 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:105 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:109 +#: lib/SP/Services/Import/CsvImportBase.php:159 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:41 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:47 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:57 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:59 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:34 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:40 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:35 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:41 +#: app/modules/web/themes/material-blue/views/account/account.inc:78 +#: app/modules/web/themes/material-blue/views/account/account.inc:80 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:32 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:36 #, fuzzy -msgid "Error al generar datos cifrados" -msgstr "Błąd podczas tworzenia zaszyfrowanych danych" - -#: ../../../../lib/SP/Html/DataGrid/DataGridBase.php:302 -#: ../../../../lib/SP/Mvc/View/Template.php:126 -#, fuzzy, 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:301 -#: ../../../../lib/SP/Mvc/View/Template.php:365 -#, fuzzy, php-format -msgid "No es posible obtener la variable \"%s\"" -msgstr "Błąd pobierania zmiennej \"%s\"" - -#: ../../../../lib/SP/Mvc/View/Template.php:334 -#, fuzzy, php-format -msgid "No es posible destruir la variable \"%s\"" -msgstr "Nie można usunąć zmiennej \"%s\"" - -#: ../../../../lib/SP/Mvc/View/Template.php:355 -msgid "La plantilla no contiene archivos" -msgstr "Szablon nie zawiera plików" - -#: ../../../../lib/SP/Plugin/PluginManager.php:170 -#, php-format -msgid "Versión de plugin no compatible (%s)" -msgstr "Plugin version not compatible (%s)" - -#: ../../../../lib/SP/Plugin/PluginManager.php:192 -#, fuzzy, php-format -msgid "No es posible cargar el plugin \"%s\"" -msgstr "Błąd ładowania pluginu \"%s\"" - -#: ../../../../lib/SP/Providers/Mail/MailHandler.php:124 -#, php-format -msgid "Realizado por: %s (%s)" -msgstr "Performed by: %s (%s)" - -#: ../../../../lib/SP/Providers/Mail/MailHandler.php:125 -#, 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:174 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:101 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:25 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:394 -#: ../../../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:604 -msgid "N/D" -msgstr "Nie dotyczy" - -#: ../../../../lib/SP/Services/Backup/FileBackupService.php:139 -#, 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/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:213 -#, php-format -msgid "Clave Maestra %s" -msgstr "Master Password %s" - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:214 -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 next time you log into " -"the application it will be requested." - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:216 -#, php-format -msgid "La nueva clave es: %s" -msgstr "The new Master Password is: %s" - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:218 -#, php-format -msgid "Esta clave estará activa hasta: %s" -msgstr "This password will be valid until: %s" - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:220 -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:94 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:298 -msgid "Categorías" -msgstr "Kategorie" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:76 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:93 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:330 -#, fuzzy -msgid "Clientes" -msgstr "Klienci" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:77 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:104 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:16 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:113 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:12 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:50 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:52 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:56 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:250 -msgid "Usuarios" -msgstr "Użytkownicy" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:78 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:95 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:84 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:162 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:53 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:266 -msgid "Grupos" -msgstr "Grupy" - -#: ../../../../lib/SP/Services/Export/XmlExportService.php:125 -#: ../../../../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 -#, fuzzy, 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 "Update file does not contain data" - -#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:65 -#: ../../../modules/web/Controllers/UserController.php:235 -#: ../../../modules/web/Controllers/UserController.php:356 -#: ../../../modules/web/Controllers/UserPassResetController.php:107 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:238 -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/Services/Wiki/DokuWikiApi.php:68 -msgid "Fallo de autentificación" -msgstr "Błąd poświadczeń" - -#: ../../../../lib/SP/Services/Wiki/DokuWikiApiBase.php:196 -#, fuzzy -msgid "Error al realizar la consulta" -msgstr "Błąd przy wykonywaniu zapytania" - -#: ../../../../lib/SP/Services/Wiki/DokuWikiApiBase.php:228 -msgid "URL de conexión no establecida" -msgstr "Nie podano URLa połączenia" - -#: ../../../../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:72 -#: ../../../../lib/SP/Storage/File/FileHandler.php:135 -#, 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:89 -#, php-format -msgid "No es posible abrir el archivo (%s)" -msgstr "Unable to open the file (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:104 -#: ../../../../lib/SP/Storage/File/FileHandler.php:118 -#, php-format -msgid "No es posible leer desde el archivo (%s)" -msgstr "Unable to read from file (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:173 -#, php-format -msgid "No es posible cerrar el archivo (%s)" -msgstr "Unable to close the file (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:219 -#, php-format -msgid "No es posible escribir el archivo (%s)" -msgstr "Unable to write in file (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:234 -#, php-format -msgid "Archivo no encontrado (%s)" -msgstr "File not found (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:259 -#: ../../../../lib/SP/Storage/File/FileHandler.php:314 -#, php-format -msgid "No es posible leer el archivo (%s)" -msgstr "Unable to read/write file (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:286 -#, php-format -msgid "No es posible eliminar el archivo (%s)" -msgstr "Unable to delete file (%s)" - -#: ../../../../lib/SP/Util/ErrorUtil.php:148 -msgid "Opción no disponible" -msgstr "Opcja jest niedostępna" - -#: ../../../../lib/SP/Util/ErrorUtil.php:149 -#: ../../../../lib/SP/Util/ErrorUtil.php:153 -#: ../../../../lib/SP/Util/ErrorUtil.php:157 -#: ../../../../lib/SP/Util/ErrorUtil.php:161 -#: ../../../../lib/SP/Util/ErrorUtil.php:169 -#: ../../../../lib/SP/Util/ErrorUtil.php:176 -#: ../../../modules/web/Controllers/ErrorController.php:124 -#: ../../../modules/web/Controllers/ErrorController.php:140 -#: ../../../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:152 -#, fuzzy -msgid "No tiene permisos para acceder a esta cuenta" -msgstr "Nie masz uprawnień do tego konta" - -#: ../../../../lib/SP/Util/ErrorUtil.php:156 -msgid "No tiene permisos para acceder a esta página" -msgstr "Nie masz uprawnień aby wejść na tą stronę" - -#: ../../../../lib/SP/Util/ErrorUtil.php:160 -msgid "No tiene permisos para realizar esta operación" -msgstr "Nie masz uprawnień aby wykonać tą operację" - -#: ../../../../lib/SP/Util/ErrorUtil.php:164 -#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 -#, fuzzy -msgid "Clave maestra actualizada" -msgstr "Główne hasło zostało zaktualizowane" - -#: ../../../../lib/SP/Util/ErrorUtil.php:165 -#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 -#, fuzzy -msgid "Reinicie la sesión para cambiarla" -msgstr "Zresatruj sesję aby zaktualizować" - -#: ../../../../lib/SP/Util/ErrorUtil.php:168 -#: ../../../../lib/SP/Util/ErrorUtil.php:175 -#, fuzzy -msgid "Se ha producido una excepción" -msgstr "Wystąpił wyjątek" - -#: ../../../modules/api/Controllers/AccountController.php:144 -msgid "Clave actualizada" +msgid "Client" +msgstr "Klient" + +#: app/modules/api/Controllers/AccountController.php:102 +#: app/modules/web/Controllers/AccountController.php:573 +#: app/modules/web/Controllers/AccountController.php:631 +msgid "Password viewed" +msgstr "Password viewed" + +#: app/modules/api/Controllers/AccountController.php:138 +#: app/modules/api/Controllers/AccountController.php:144 +#: app/modules/web/Controllers/AccountController.php:837 +#: app/modules/web/Controllers/AccountController.php:848 +#: app/modules/web/Controllers/UserController.php:428 +#: app/modules/web/Controllers/UserController.php:432 +#: app/modules/web/Controllers/UserPassResetController.php:196 +#: app/modules/web/Controllers/UserPassResetController.php:200 +msgid "Password updated" msgstr "Hasło zostało zaktualizowane" -#: ../../../modules/api/Controllers/AccountController.php:194 +#: app/modules/api/Controllers/AccountController.php:188 +#: app/modules/api/Controllers/AccountController.php:194 +#: app/modules/web/Controllers/AccountController.php:747 +#: app/modules/web/Controllers/AccountController.php:758 #, fuzzy -msgid "Cuenta creada" +msgid "Account created" msgstr "Konto zostało dodane" -#: ../../../modules/api/Controllers/AccountController.php:245 -msgid "Cuenta actualizada" +#: app/modules/api/Controllers/AccountController.php:239 +#: app/modules/api/Controllers/AccountController.php:245 +#: app/modules/web/Controllers/AccountController.php:794 +#: app/modules/web/Controllers/AccountController.php:805 +msgid "Account updated" msgstr "Konto zostało zaktualizowane" -#: ../../../modules/api/Controllers/AccountController.php:320 +#: app/modules/api/Controllers/AccountController.php:314 +#: app/modules/api/Controllers/AccountController.php:320 +#: app/modules/web/Controllers/AccountController.php:930 +#: app/modules/web/Controllers/AccountController.php:935 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:119 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:124 +#: app/modules/web/Controllers/AccountManagerController.php:149 +#: app/modules/web/Controllers/AccountManagerController.php:154 #, fuzzy -msgid "Cuenta eliminada" +msgid "Account removed" msgstr "Konto zostało usunięte" -#: ../../../modules/api/Controllers/CategoryController.php:96 -msgid "Categoría creada" +#: app/modules/api/Controllers/CategoryController.php:62 +msgid "Category displayed" +msgstr "Category displayed" + +#: app/modules/api/Controllers/CategoryController.php:91 +#: app/modules/api/Controllers/CategoryController.php:96 +#: app/modules/web/Controllers/CategoryController.php:263 +#: app/modules/web/Controllers/CategoryController.php:267 +msgid "Category added" msgstr "Kategoria została dodana" -#: ../../../modules/api/Controllers/CategoryController.php:126 -msgid "Categoría actualizada" +#: app/modules/api/Controllers/CategoryController.php:121 +#: app/modules/api/Controllers/CategoryController.php:126 +#: app/modules/web/Controllers/CategoryController.php:305 +#: app/modules/web/Controllers/CategoryController.php:309 +msgid "Category updated" msgstr "Kategoria została zaktualizowana" -#: ../../../modules/api/Controllers/CategoryController.php:155 -msgid "Categoría eliminada" +#: app/modules/api/Controllers/CategoryController.php:150 +#: app/modules/api/Controllers/CategoryController.php:155 +#: app/modules/web/Controllers/CategoryController.php:227 +#: app/modules/web/Controllers/CategoryController.php:231 +msgid "Category deleted" msgstr "Kategoria została usunięta" -#: ../../../modules/api/Controllers/ClientController.php:98 +#: app/modules/api/Controllers/ClientController.php:63 +msgid "Client displayed" +msgstr "Client displayed" + +#: app/modules/api/Controllers/ClientController.php:93 +#: app/modules/api/Controllers/ClientController.php:98 +#: app/modules/web/Controllers/ClientController.php:258 +#: app/modules/web/Controllers/ClientController.php:262 +#: lib/SP/Services/Import/KeepassImport.php:77 #, fuzzy -msgid "Cliente creado" +msgid "Client added" msgstr "Klient został dodany" -#: ../../../modules/api/Controllers/ClientController.php:129 +#: app/modules/api/Controllers/ClientController.php:124 +#: app/modules/api/Controllers/ClientController.php:129 +#: app/modules/web/Controllers/ClientController.php:296 +#: app/modules/web/Controllers/ClientController.php:300 #, fuzzy -msgid "Cliente actualizado" +msgid "Client updated" msgstr "Klient został zaktualizowany" -#: ../../../modules/api/Controllers/ClientController.php:158 +#: app/modules/api/Controllers/ClientController.php:153 +#: app/modules/api/Controllers/ClientController.php:158 +#: app/modules/web/Controllers/ClientController.php:224 +#: app/modules/web/Controllers/ClientController.php:228 #, fuzzy -msgid "Cliente eliminado" +msgid "Client deleted" msgstr "Klient został usunięty" -#: ../../../modules/api/Controllers/ConfigController.php:61 -msgid "Proceso de backup finalizado" +#: app/modules/api/Controllers/ConfigController.php:57 +#: app/modules/web/Controllers/ConfigBackupController.php:68 +msgid "Application and database backup completed successfully" +msgstr "Kopie zapasowe bazy jak i aplikajci zostały wykonane pomyślnie" + +#: app/modules/api/Controllers/ConfigController.php:58 +#: app/modules/api/Controllers/ConfigController.php:83 +#: app/modules/api/Controllers/Help/ConfigHelp.php:43 +#: app/modules/api/Controllers/Help/ConfigHelp.php:54 +msgid "Path" +msgstr "Path" + +#: app/modules/api/Controllers/ConfigController.php:61 +#: app/modules/web/Controllers/ConfigBackupController.php:71 +msgid "Backup process finished" msgstr "Operacja wykonywania kopii zapasowych została ukończona" -#: ../../../modules/api/Controllers/ConfigController.php:94 -msgid "Proceso de exportación finalizado" +#: app/modules/api/Controllers/ConfigController.php:82 +#: app/modules/web/Controllers/ConfigBackupController.php:96 +msgid "sysPass XML export" +msgstr "sysPass XML export" + +#: app/modules/api/Controllers/ConfigController.php:91 +#: app/modules/api/Controllers/ConfigController.php:94 +#: app/modules/web/Controllers/ConfigBackupController.php:106 +#: app/modules/web/Controllers/ConfigBackupController.php:134 +msgid "Export process finished" 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:105 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:144 -msgid "Id de la cuenta" +#: app/modules/api/Controllers/ControllerBase.php:146 +#: lib/SP/Services/Api/ApiService.php:186 +msgid "Unauthorized access" +msgstr "Nieautoryzowany dostęp" + +#: app/modules/api/Controllers/Help/AccountHelp.php:43 +#: app/modules/api/Controllers/Help/AccountHelp.php:54 +#: app/modules/api/Controllers/Help/AccountHelp.php:67 +#: app/modules/api/Controllers/Help/AccountHelp.php:105 +#: app/modules/api/Controllers/Help/AccountHelp.php:144 +msgid "Account Id" 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" +#: app/modules/api/Controllers/Help/AccountHelp.php:55 +#: app/modules/api/Controllers/Help/AccountHelp.php:68 +#: app/modules/api/Controllers/Help/AccountHelp.php:81 +msgid "Token's password" msgstr "Token's password" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:56 +#: app/modules/api/Controllers/Help/AccountHelp.php:56 #, fuzzy -msgid "Devolver detalles en la respuesta" +msgid "Send details in the response" msgstr "Wyślij szczegóły w odpowiedzi" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:69 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:85 -#: ../../../modules/api/Controllers/Help/ConfigHelp.php:55 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:74 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:80 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:91 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:89 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:92 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:101 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:155 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:163 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:42 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:293 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:296 -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:81 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:170 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:119 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:126 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:253 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:260 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:45 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:52 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:59 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:100 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:108 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:45 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:52 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:35 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:98 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:27 -msgid "Clave" +#: app/modules/api/Controllers/Help/AccountHelp.php:69 +#: app/modules/api/Controllers/Help/AccountHelp.php:85 +#: app/modules/api/Controllers/Help/ConfigHelp.php:55 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:74 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:80 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:91 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:89 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:92 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:101 +#: app/modules/web/themes/material-blue/views/account/account.inc:155 +#: app/modules/web/themes/material-blue/views/account/account.inc:163 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:42 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:293 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:296 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:81 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:170 +#: app/modules/web/themes/material-blue/views/config/mail.inc:119 +#: app/modules/web/themes/material-blue/views/config/mail.inc:126 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:253 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:260 +#: app/modules/web/themes/material-blue/views/install/index.inc:45 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:52 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:59 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:100 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:108 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:45 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:52 +#: app/modules/web/themes/material-blue/views/login/index.inc:35 +#: app/modules/web/themes/material-blue/views/login/index.inc:98 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:27 +msgid "Password" msgstr "Hasło" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:70 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:91 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:114 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:97 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:114 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:181 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:88 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:90 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:243 -msgid "Fecha Caducidad Clave" +#: app/modules/api/Controllers/Help/AccountHelp.php:70 +#: app/modules/api/Controllers/Help/AccountHelp.php:91 +#: app/modules/api/Controllers/Help/AccountHelp.php:114 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:97 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:114 +#: app/modules/web/themes/material-blue/views/account/account.inc:181 +#: app/modules/web/themes/material-blue/views/account/details.inc:88 +#: app/modules/web/themes/material-blue/views/account/details.inc:90 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:243 +msgid "Password Expiry Date" msgstr "Data wygaśnięcia hasła" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:82 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:106 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:36 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:52 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:29 -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:30 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:73 -msgid "Nombre de cuenta" +#: app/modules/api/Controllers/Help/AccountHelp.php:82 +#: app/modules/api/Controllers/Help/AccountHelp.php:106 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:36 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:52 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:29 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:30 +#: app/modules/web/themes/material-blue/views/account/account.inc:73 +msgid "Account name" msgstr "Nazwa konta" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:83 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:107 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:43 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:66 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:91 -msgid "Id de categoría" +#: app/modules/api/Controllers/Help/AccountHelp.php:83 +#: app/modules/api/Controllers/Help/AccountHelp.php:107 +#: app/modules/api/Controllers/Help/CategoryHelp.php:43 +#: app/modules/api/Controllers/Help/CategoryHelp.php:66 +#: app/modules/api/Controllers/Help/CategoryHelp.php:91 +msgid "Category Id" msgstr "Id kategorii" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:84 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:108 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:43 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:67 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:93 +#: app/modules/api/Controllers/Help/AccountHelp.php:84 +#: app/modules/api/Controllers/Help/AccountHelp.php:108 +#: app/modules/api/Controllers/Help/ClientHelp.php:43 +#: app/modules/api/Controllers/Help/ClientHelp.php:67 +#: app/modules/api/Controllers/Help/ClientHelp.php:93 #, fuzzy -msgid "Id de cliente" +msgid "Client Id" msgstr "Id klienta" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:86 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:109 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:109 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:149 -msgid "Usuario de acceso" +#: app/modules/api/Controllers/Help/AccountHelp.php:86 +#: app/modules/api/Controllers/Help/AccountHelp.php:109 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:109 +#: app/modules/web/themes/material-blue/views/account/account.inc:149 +msgid "Access user" msgstr "Użytkownik" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:87 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:110 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:96 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:136 -msgid "URL o IP de acceso" +#: app/modules/api/Controllers/Help/AccountHelp.php:87 +#: app/modules/api/Controllers/Help/AccountHelp.php:110 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:96 +#: app/modules/web/themes/material-blue/views/account/account.inc:136 +msgid "Access URL or IP" msgstr "URL dostępowy lub IP" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:88 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:111 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:134 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:85 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:207 -msgid "Notas sobre la cuenta" +#: app/modules/api/Controllers/Help/AccountHelp.php:88 +#: app/modules/api/Controllers/Help/AccountHelp.php:111 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:134 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:85 +#: app/modules/web/themes/material-blue/views/account/account.inc:207 +msgid "Notes about the account" msgstr "Informacje o koncie" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:89 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:112 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:198 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:119 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:29 -msgid "Cuenta Privada" +#: app/modules/api/Controllers/Help/AccountHelp.php:89 +#: app/modules/api/Controllers/Help/AccountHelp.php:112 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:198 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:119 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:29 +msgid "Private Account" msgstr "Prywatne konto" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:90 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:113 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:217 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:48 -msgid "Cuenta Privada Grupo" +#: app/modules/api/Controllers/Help/AccountHelp.php:90 +#: app/modules/api/Controllers/Help/AccountHelp.php:113 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:217 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:48 +msgid "Private Account for Group" msgstr "Private Account for Group" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:92 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:115 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:252 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:254 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:13 -msgid "Cuenta Vinculada" +#: app/modules/api/Controllers/Help/AccountHelp.php:92 +#: app/modules/api/Controllers/Help/AccountHelp.php:115 +#: app/modules/web/themes/material-blue/views/account/account.inc:252 +#: app/modules/web/themes/material-blue/views/account/account.inc:254 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:13 +msgid "Linked Account" msgstr "Podlinkowane konto" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:93 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:116 -msgid "Array con Ids de etiquetas" +#: app/modules/api/Controllers/Help/AccountHelp.php:93 +#: app/modules/api/Controllers/Help/AccountHelp.php:116 +msgid "Array with tags id" msgstr "Array with tags id" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:94 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:117 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:43 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:67 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:93 -msgid "Id de grupo" +#: app/modules/api/Controllers/Help/AccountHelp.php:94 +#: app/modules/api/Controllers/Help/AccountHelp.php:117 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:43 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:67 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:93 +msgid "Group Id" msgstr "Group Id" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:128 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:79 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:81 -#: ../../../modules/api/Controllers/Help/TagHelp.php:77 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:81 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:26 +#: app/modules/api/Controllers/Help/AccountHelp.php:128 +#: app/modules/api/Controllers/Help/CategoryHelp.php:79 +#: app/modules/api/Controllers/Help/ClientHelp.php:81 +#: app/modules/api/Controllers/Help/TagHelp.php:77 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:81 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:26 #, fuzzy -msgid "Texto a buscar" +msgid "Text to search for" msgstr "Tekst do wyszukania" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:129 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:80 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:82 -#: ../../../modules/api/Controllers/Help/TagHelp.php:78 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:82 +#: app/modules/api/Controllers/Help/AccountHelp.php:129 +#: app/modules/api/Controllers/Help/CategoryHelp.php:80 +#: app/modules/api/Controllers/Help/ClientHelp.php:82 +#: app/modules/api/Controllers/Help/TagHelp.php:78 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:82 #, fuzzy -msgid "Número de resultados a mostrar" +msgid "Number of results to display" msgstr "Ilość wyników do wyświetlenia" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:130 -msgid "Id de categoría a filtrar" +#: app/modules/api/Controllers/Help/AccountHelp.php:130 +msgid "Category Id to filter on" msgstr "Id kategorii do filtracji" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:131 -msgid "Id de cliente a filtrar" +#: app/modules/api/Controllers/Help/AccountHelp.php:131 +msgid "Client Id to filter on" msgstr "Client Id to filter on" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:132 -msgid "Array con Ids de etiquetas a filtrar" +#: app/modules/api/Controllers/Help/AccountHelp.php:132 +msgid "Array with tags id for filtering" msgstr "Array with tags id for filtering" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:133 -msgid "Operador de filtrado" +#: app/modules/api/Controllers/Help/AccountHelp.php:133 +msgid "Filtering operator" msgstr "Filtering operator" -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:54 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:67 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:29 -msgid "Nombre de la categoría" +#: app/modules/api/Controllers/Help/CategoryHelp.php:54 +#: app/modules/api/Controllers/Help/CategoryHelp.php:67 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:29 +msgid "Category name" msgstr "Nazwa kategorii" -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:55 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:68 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:41 -msgid "Descripción de la categoría" +#: app/modules/api/Controllers/Help/CategoryHelp.php:55 +#: app/modules/api/Controllers/Help/CategoryHelp.php:68 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:41 +msgid "Category description" msgstr "Opis kategorii" -#: ../../../modules/api/Controllers/Help/ClientHelp.php:54 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:68 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:30 +#: app/modules/api/Controllers/Help/ClientHelp.php:54 +#: app/modules/api/Controllers/Help/ClientHelp.php:68 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:30 #, fuzzy -msgid "Nombre del cliente" +msgid "Client name" msgstr "Nazwa klienta" -#: ../../../modules/api/Controllers/Help/ClientHelp.php:55 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:69 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:43 +#: app/modules/api/Controllers/Help/ClientHelp.php:55 +#: app/modules/api/Controllers/Help/ClientHelp.php:69 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:43 #, fuzzy -msgid "Descripción del cliente" +msgid "Client description" msgstr "Opis klienta" -#: ../../../modules/api/Controllers/Help/ClientHelp.php:56 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:70 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:152 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:66 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:99 +#: app/modules/api/Controllers/Help/ClientHelp.php:56 +#: app/modules/api/Controllers/Help/ClientHelp.php:70 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:152 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:66 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:99 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:65 -#: ../../../modules/api/Controllers/Help/TagHelp.php:89 -msgid "Id de etiqueta" +#: app/modules/api/Controllers/Help/TagHelp.php:43 +#: app/modules/api/Controllers/Help/TagHelp.php:65 +#: app/modules/api/Controllers/Help/TagHelp.php:89 +msgid "Tag Id" msgstr "Tag Id" -#: ../../../modules/api/Controllers/Help/TagHelp.php:54 -#: ../../../modules/api/Controllers/Help/TagHelp.php:66 -#: ../../../modules/web/themes/material-blue/views/itemshow/tag.inc:29 -msgid "Nombre de la etiqueta" +#: app/modules/api/Controllers/Help/TagHelp.php:54 +#: app/modules/api/Controllers/Help/TagHelp.php:66 +#: app/modules/web/themes/material-blue/views/itemshow/tag.inc:29 +msgid "Tag name" msgstr "Nazwa tagu" -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:54 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:68 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:31 -msgid "Nombre del grupo" +#: app/modules/api/Controllers/Help/UserGroupHelp.php:54 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:68 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:31 +msgid "Group name" msgstr "Nazwa grupy" -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:55 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:69 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:44 -msgid "Descripción del grupo" +#: app/modules/api/Controllers/Help/UserGroupHelp.php:55 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:69 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:44 +msgid "Group description" msgstr "Opis grupy" -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:56 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:70 -msgid "Array con Ids de usuarios" +#: app/modules/api/Controllers/Help/UserGroupHelp.php:56 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:70 +msgid "Array with users Id" msgstr "Array with users Id" -#: ../../../modules/api/Controllers/TagController.php:94 -msgid "Etiqueta creada" +#: app/modules/api/Controllers/TagController.php:61 +msgid "Tag displayed" +msgstr "Tag displayed" + +#: app/modules/api/Controllers/TagController.php:89 +#: app/modules/api/Controllers/TagController.php:94 +#: app/modules/web/Controllers/TagController.php:243 +msgid "Tag added" msgstr "Tag dodany" -#: ../../../modules/api/Controllers/TagController.php:123 -msgid "Etiqueta actualizada" +#: app/modules/api/Controllers/TagController.php:118 +#: app/modules/api/Controllers/TagController.php:123 +#: app/modules/web/Controllers/TagController.php:276 +msgid "Tag updated" msgstr "Tag zaktualizowany" -#: ../../../modules/api/Controllers/TagController.php:152 -msgid "Etiqueta eliminada" +#: app/modules/api/Controllers/TagController.php:147 +#: app/modules/api/Controllers/TagController.php:152 +#: app/modules/web/Controllers/TagController.php:215 +msgid "Tag removed" msgstr "Tag usunięty" -#: ../../../modules/api/Controllers/UserGroupController.php:96 -msgid "Grupo creado" +#: app/modules/api/Controllers/UserGroupController.php:61 +msgid "Group viewed" +msgstr "Group viewed" + +#: app/modules/api/Controllers/UserGroupController.php:91 +#: app/modules/api/Controllers/UserGroupController.php:96 +#: app/modules/web/Controllers/UserGroupController.php:273 +#: app/modules/web/Controllers/UserGroupController.php:277 +msgid "Group added" msgstr "Grupa została dodana" -#: ../../../modules/api/Controllers/UserGroupController.php:127 -msgid "Grupo actualizado" +#: app/modules/api/Controllers/UserGroupController.php:122 +#: app/modules/api/Controllers/UserGroupController.php:127 +#: app/modules/web/Controllers/UserGroupController.php:314 +#: app/modules/web/Controllers/UserGroupController.php:318 +msgid "Group updated" msgstr "Grupa została zaktualizowana" -#: ../../../modules/api/Controllers/UserGroupController.php:156 -msgid "Grupo eliminado" +#: app/modules/api/Controllers/UserGroupController.php:151 +#: app/modules/api/Controllers/UserGroupController.php:156 +#: app/modules/web/Controllers/UserGroupController.php:237 +#: app/modules/web/Controllers/UserGroupController.php:241 +msgid "Group deleted" msgstr "Grupa została usunięta" -#: ../../../modules/web/Controllers/AccountController.php:149 -#: ../../../modules/web/Controllers/AccountController.php:204 -#: ../../../modules/web/Controllers/AccountController.php:489 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:60 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:61 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:164 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:165 -#: ../../../modules/web/themes/material-blue/views/account/linkedAccounts.inc:28 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:58 -msgid "Detalles de Cuenta" +#: app/modules/api/Init.php:146 +msgid "Updating needed" +msgstr "Updating needed" + +#: app/modules/web/Controllers/AccountController.php:149 +#: app/modules/web/Controllers/AccountController.php:204 +#: app/modules/web/Controllers/AccountController.php:489 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:60 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:61 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:164 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:165 +#: app/modules/web/themes/material-blue/views/account/linkedAccounts.inc:28 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:58 +msgid "Account Details" msgstr "Szczegóły konta" +#: app/modules/web/Controllers/AccountController.php:225 +msgid "Link viewed" +msgstr "Link wyświetlony" + +#: app/modules/web/Controllers/AccountController.php:226 +#: app/modules/web/Controllers/AccountController.php:574 +#: app/modules/web/Controllers/AccountController.php:632 +#: app/modules/web/Controllers/AccountController.php:674 +#: app/modules/web/Controllers/AccountController.php:711 +#: app/modules/web/Controllers/AccountController.php:748 +#: app/modules/web/Controllers/AccountController.php:795 +#: app/modules/web/Controllers/AccountController.php:838 +#: app/modules/web/Controllers/AccountController.php:879 +#: app/modules/web/Controllers/AccountController.php:931 +#: app/modules/web/Controllers/AccountController.php:967 +#: app/modules/web/Controllers/AccountFileController.php:258 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:120 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:157 +#: app/modules/web/Controllers/AccountManagerController.php:150 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:108 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:25 +#: app/modules/web/themes/material-blue/views/account/account.inc:30 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:21 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:23 +msgid "Account" +msgstr "Konto" + +#: app/modules/web/Controllers/AccountController.php:228 +msgid "Agent" +msgstr "Agent" + +#: app/modules/web/Controllers/AccountController.php:229 +msgid "HTTPS" +msgstr "HTTPS" + +#: app/modules/web/Controllers/AccountController.php:229 +#: lib/SP/DataModel/PublicLinkListData.php:88 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:190 +msgid "ON" +msgstr "Wł." + +#: app/modules/web/Controllers/AccountController.php:229 +#: lib/SP/DataModel/PublicLinkListData.php:88 +msgid "OFF" +msgstr "Wył." + +#: app/modules/web/Controllers/AccountController.php:230 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:104 +msgid "IP" +msgstr "IP" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountController.php:261 -#: ../../../modules/web/Controllers/AccountController.php:307 -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:274 -#: ../../../config/actions.xml:157 -msgid "Nueva Cuenta" +#: app/modules/web/Controllers/AccountController.php:261 +#: app/modules/web/Controllers/AccountController.php:307 +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:274 +#: app/config/actions.xml:157 +msgid "New Account" msgstr "Nowe konto" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountController.php:353 -#: ../../../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:20 -#: ../../../config/actions.xml:163 -msgid "Editar Cuenta" +#: app/modules/web/Controllers/AccountController.php:353 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:176 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:177 +#: app/modules/web/themes/material-blue/views/account/linkedAccounts.inc:20 +#: app/config/actions.xml:163 +msgid "Edit Account" msgstr "Edytuj konto" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountController.php:400 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:334 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:335 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:181 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:182 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:177 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:178 -#: ../../../config/actions.xml:169 ../../../config/actions.xml:487 -#: ../../../config/actions.xml:799 +#: app/modules/web/Controllers/AccountController.php:400 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:334 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:335 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:181 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:182 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:177 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:178 +#: app/config/actions.xml:169 app/config/actions.xml:487 +#: app/config/actions.xml:799 #, fuzzy -msgid "Eliminar Cuenta" +msgid "Remove Account" msgstr "Usuń konto" -#: ../../../modules/web/Controllers/AccountController.php:445 -#: ../../../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" +#. (itstool) path: action/text +#: app/modules/web/Controllers/AccountController.php:445 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:155 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:156 +#: app/config/actions.xml:181 +msgid "Edit Account Password" +msgstr "" -#: ../../../modules/web/Controllers/AccountFileController.php:211 +#: app/modules/web/Controllers/AccountController.php:673 +#: app/modules/web/Controllers/AccountController.php:710 +msgid "Password copied" +msgstr "Password copied" + +#: app/modules/web/Controllers/AccountController.php:878 +#: app/modules/web/Controllers/AccountController.php:889 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:156 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:161 +msgid "Account restored" +msgstr "Konto zostało odzyskane" + +#: app/modules/web/Controllers/AccountController.php:916 +#: app/modules/web/Controllers/AccountController.php:919 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:108 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:111 +#: app/modules/web/Controllers/AccountManagerController.php:135 +#: app/modules/web/Controllers/AccountManagerController.php:138 +msgid "Accounts removed" +msgstr "Accounts removed" + +#: app/modules/web/Controllers/AccountController.php:958 +#: app/modules/web/Forms/NotificationForm.php:106 +msgid "A description is needed" +msgstr "Opis jest wymagany" + +#: app/modules/web/Controllers/AccountController.php:965 +#: lib/SP/Providers/Notification/NotificationHandler.php:124 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:46 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:44 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:46 +msgid "Request" +msgstr "Żądanie" + +#: app/modules/web/Controllers/AccountController.php:966 +msgid "Requester" +msgstr "Zgłaszający" + +#: app/modules/web/Controllers/AccountController.php:969 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:105 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:129 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:108 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:37 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:61 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:68 +msgid "Description" +msgstr "Opis" + +#: app/modules/web/Controllers/AccountController.php:982 +msgid "Request done" +msgstr "Żądanie wykonane" + +#: app/modules/web/Controllers/AccountFavoriteController.php:55 +msgid "Favorite added" +msgstr "Dodano do ulubionych" + +#: app/modules/web/Controllers/AccountFavoriteController.php:73 +msgid "Favorite deleted" +msgstr "Favorite deleted" + +#: app/modules/web/Controllers/AccountFileController.php:74 +#: app/modules/web/Controllers/AccountFileController.php:135 +#, fuzzy +msgid "File does not exist" +msgstr "Plik nie istnieje" + +#: app/modules/web/Controllers/AccountFileController.php:87 +#: app/modules/web/Controllers/AccountFileController.php:103 +msgid "File viewed" +msgstr "File viewed" + +#: app/modules/web/Controllers/AccountFileController.php:88 +#: app/modules/web/Controllers/AccountFileController.php:104 +#: app/modules/web/Controllers/AccountFileController.php:141 +#: app/modules/web/Controllers/AccountFileController.php:257 +#: app/modules/web/Controllers/AccountFileController.php:364 +#: app/modules/web/Controllers/ConfigBackupController.php:163 +#: app/modules/web/Controllers/ConfigBackupController.php:209 +#: app/modules/web/Controllers/ConfigBackupController.php:255 +#: app/modules/web/Controllers/ConfigGeneralController.php:195 +#: app/modules/web/Controllers/ConfigGeneralController.php:236 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:122 +#: app/modules/web/themes/material-blue/views/config/import.inc:72 +msgid "File" +msgstr "Plik" + +#: app/modules/web/Controllers/AccountFileController.php:115 +#: app/config/strings.js.inc:40 +msgid "File not supported for preview" +msgstr "Brak możliwości podglądu pliku" + +#: app/modules/web/Controllers/AccountFileController.php:140 +#: app/modules/web/Controllers/ConfigBackupController.php:162 +#: app/modules/web/Controllers/ConfigBackupController.php:208 +#: app/modules/web/Controllers/ConfigBackupController.php:254 +#: app/modules/web/Controllers/ConfigGeneralController.php:194 +#: app/modules/web/Controllers/ConfigGeneralController.php:235 +#: app/config/strings.js.inc:97 +msgid "File downloaded" +msgstr "File downloaded" + +#: app/modules/web/Controllers/AccountFileController.php:186 +msgid "INVALID QUERY" +msgstr "NIEPRAWIDŁOWE ZAPYTANIE" + +#: app/modules/web/Controllers/AccountFileController.php:192 +#, fuzzy +msgid "There aren't any allowed extensions" +msgstr "Brak dowzwolonych typów plików" + +#: app/modules/web/Controllers/AccountFileController.php:209 +#: lib/SP/Services/Import/FileImport.php:100 +msgid "File type not allowed" +msgstr "Ten typ pliku nie jest dozwolony" + +#: app/modules/web/Controllers/AccountFileController.php:211 #, php-format -msgid "Extensión: %s" +msgid "Extension: %s" msgstr "Extension: %s" -#: ../../../modules/web/Controllers/AccountFileController.php:405 -msgid "Gestión de archivos deshabilitada" +#: app/modules/web/Controllers/AccountFileController.php:216 +msgid "Invalid file" +msgstr "Nieprawidłowy plik" + +#: app/modules/web/Controllers/AccountFileController.php:218 +#, php-format +msgid "File: %s" +msgstr "File: %s" + +#: app/modules/web/Controllers/AccountFileController.php:224 +#: app/modules/web/Controllers/AccountFileController.php:244 +#: lib/SP/Services/Import/FileImport.php:116 +#, fuzzy +msgid "Internal error while reading the file" +msgstr "Błąd podczas odczytywania pliku" + +#: app/modules/web/Controllers/AccountFileController.php:226 +#, php-format +msgid "Maximum size: %s" +msgstr "Maximum size: %s" + +#: app/modules/web/Controllers/AccountFileController.php:234 +msgid "File size exceeded" +msgstr "Przekroczony rozmiar pliku" + +#: app/modules/web/Controllers/AccountFileController.php:236 +#, php-format +msgid "Maximum size: %d KB" +msgstr "Maximum size: %d KB" + +#: app/modules/web/Controllers/AccountFileController.php:256 +#: app/modules/web/Controllers/AccountFileController.php:265 +msgid "File saved" +msgstr "Plik został zapisany" + +#: app/modules/web/Controllers/AccountFileController.php:260 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:109 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:109 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:109 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:127 +#: app/modules/web/Controllers/ItemPresetController.php:323 +#: app/modules/web/Controllers/ItemPresetController.php:364 +#: lib/SP/Services/Auth/LoginService.php:455 +#: lib/SP/Services/Auth/LoginService.php:518 +#: lib/SP/Services/Auth/LoginService.php:564 +#: lib/SP/Services/Auth/LoginService.php:607 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:35 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:37 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:23 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:30 +msgid "Type" +msgstr "Typ" + +#: app/modules/web/Controllers/AccountFileController.php:261 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:110 +msgid "Size" +msgstr "Rozmiar" + +#: app/modules/web/Controllers/AccountFileController.php:292 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:64 +#: app/modules/web/Controllers/AccountManagerController.php:79 +#: app/modules/web/Controllers/AccountManagerController.php:213 +#: app/modules/web/Controllers/AuthTokenController.php:71 +#: app/modules/web/Controllers/AuthTokenController.php:111 +#: app/modules/web/Controllers/AuthTokenController.php:176 +#: app/modules/web/Controllers/AuthTokenController.php:209 +#: app/modules/web/Controllers/AuthTokenController.php:254 +#: app/modules/web/Controllers/AuthTokenController.php:292 +#: app/modules/web/Controllers/AuthTokenController.php:344 +#: app/modules/web/Controllers/CategoryController.php:69 +#: app/modules/web/Controllers/CategoryController.php:106 +#: app/modules/web/Controllers/CategoryController.php:170 +#: app/modules/web/Controllers/CategoryController.php:203 +#: app/modules/web/Controllers/CategoryController.php:248 +#: app/modules/web/Controllers/CategoryController.php:290 +#: app/modules/web/Controllers/CategoryController.php:332 +#: app/modules/web/Controllers/ClientController.php:70 +#: app/modules/web/Controllers/ClientController.php:107 +#: app/modules/web/Controllers/ClientController.php:171 +#: app/modules/web/Controllers/ClientController.php:203 +#: app/modules/web/Controllers/ClientController.php:245 +#: app/modules/web/Controllers/ClientController.php:285 +#: app/modules/web/Controllers/ClientController.php:323 +#: app/modules/web/Controllers/CustomFieldController.php:71 +#: app/modules/web/Controllers/CustomFieldController.php:108 +#: app/modules/web/Controllers/CustomFieldController.php:170 +#: app/modules/web/Controllers/CustomFieldController.php:202 +#: app/modules/web/Controllers/CustomFieldController.php:236 +#: app/modules/web/Controllers/CustomFieldController.php:275 +#: app/modules/web/Controllers/CustomFieldController.php:314 +#: app/modules/web/Controllers/EventlogController.php:107 +#: app/modules/web/Controllers/ItemPresetController.php:70 +#: app/modules/web/Controllers/ItemPresetController.php:157 +#: app/modules/web/Controllers/ItemPresetController.php:197 +#: app/modules/web/Controllers/ItemPresetController.php:236 +#: app/modules/web/Controllers/ItemPresetController.php:268 +#: app/modules/web/Controllers/ItemPresetController.php:309 +#: app/modules/web/Controllers/ItemPresetController.php:350 +#: app/modules/web/Controllers/NotificationController.php:110 +#: app/modules/web/Controllers/NotificationController.php:173 +#: app/modules/web/Controllers/NotificationController.php:191 +#: app/modules/web/Controllers/NotificationController.php:223 +#: app/modules/web/Controllers/NotificationController.php:255 +#: app/modules/web/Controllers/NotificationController.php:308 +#: app/modules/web/Controllers/NotificationController.php:337 +#: app/modules/web/Controllers/NotificationController.php:372 +#: app/modules/web/Controllers/PluginController.php:111 +#: app/modules/web/Controllers/PluginController.php:133 +#: app/modules/web/Controllers/PluginController.php:277 +#: app/modules/web/Controllers/PublicLinkController.php:74 +#: app/modules/web/Controllers/PublicLinkController.php:111 +#: app/modules/web/Controllers/PublicLinkController.php:173 +#: app/modules/web/Controllers/PublicLinkController.php:201 +#: app/modules/web/Controllers/PublicLinkController.php:233 +#: app/modules/web/Controllers/PublicLinkController.php:276 +#: app/modules/web/Controllers/PublicLinkController.php:310 +#: app/modules/web/Controllers/PublicLinkController.php:354 +#: app/modules/web/Controllers/TagController.php:68 +#: app/modules/web/Controllers/TagController.php:105 +#: app/modules/web/Controllers/TagController.php:165 +#: app/modules/web/Controllers/TagController.php:197 +#: app/modules/web/Controllers/TagController.php:233 +#: app/modules/web/Controllers/TagController.php:266 +#: app/modules/web/Controllers/TagController.php:299 +#: app/modules/web/Controllers/UserController.php:75 +#: app/modules/web/Controllers/UserController.php:112 +#: app/modules/web/Controllers/UserController.php:197 +#: app/modules/web/Controllers/UserController.php:230 +#: app/modules/web/Controllers/UserController.php:266 +#: app/modules/web/Controllers/UserController.php:308 +#: app/modules/web/Controllers/UserController.php:373 +#: app/modules/web/Controllers/UserController.php:416 +#: app/modules/web/Controllers/UserController.php:455 +#: app/modules/web/Controllers/UserGroupController.php:77 +#: app/modules/web/Controllers/UserGroupController.php:114 +#: app/modules/web/Controllers/UserGroupController.php:185 +#: app/modules/web/Controllers/UserGroupController.php:217 +#: app/modules/web/Controllers/UserGroupController.php:259 +#: app/modules/web/Controllers/UserGroupController.php:300 +#: app/modules/web/Controllers/UserGroupController.php:341 +#: app/modules/web/Controllers/UserProfileController.php:70 +#: app/modules/web/Controllers/UserProfileController.php:107 +#: app/modules/web/Controllers/UserProfileController.php:174 +#: app/modules/web/Controllers/UserProfileController.php:206 +#: app/modules/web/Controllers/UserProfileController.php:248 +#: app/modules/web/Controllers/UserProfileController.php:285 +#: app/modules/web/Controllers/UserProfileController.php:323 +#: lib/SP/Core/Acl/UnauthorizedActionException.php:46 +#: lib/SP/Util/ErrorUtil.php:160 +msgid "You don't have permission to do this operation" +msgstr "Nie masz uprawnień aby wykonać tą operację" + +#: app/modules/web/Controllers/AccountFileController.php:355 +#: app/modules/web/Controllers/AccountFileController.php:358 +msgid "Files deleted" +msgstr "Files deleted" + +#: app/modules/web/Controllers/AccountFileController.php:363 +msgid "File deleted" +msgstr "Plik został usunięty" + +#: app/modules/web/Controllers/AccountFileController.php:369 +msgid "File Deleted" +msgstr "File Deleted" + +#: app/modules/web/Controllers/AccountFileController.php:405 +msgid "Files management disabled" msgstr "Zarządzanie plikami zostało zablokowane" -#: ../../../modules/web/Controllers/AccountFileController.php:424 -msgid "No hay archivos asociados a la cuenta" +#: app/modules/web/Controllers/AccountFileController.php:424 +msgid "There are no linked files for the account" msgstr "There are no linked files for the account" +#: app/modules/web/Controllers/AccountManagerController.php:191 +#: app/modules/web/Controllers/AccountManagerController.php:194 +#: lib/SP/Services/Account/AccountCryptService.php:193 +msgid "Accounts updated" +msgstr "Konta zostały zaktualizowane" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountManagerController.php:216 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:198 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:199 -#: ../../../config/actions.xml:493 -msgid "Actualización Masiva" +#: app/modules/web/Controllers/AccountManagerController.php:216 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:198 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:199 +#: app/config/actions.xml:493 +msgid "Bulk Update" msgstr "Bulk Update" -#: ../../../modules/web/Controllers/AuthTokenController.php:114 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:155 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:156 -msgid "Nueva Autorización" +#: app/modules/web/Controllers/AuthTokenController.php:114 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:155 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:156 +msgid "New Authorization" msgstr "Nowe upoważnienie" -#: ../../../modules/web/Controllers/AuthTokenController.php:179 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:190 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:191 -msgid "Editar Autorización" +#: app/modules/web/Controllers/AuthTokenController.php:179 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:190 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:191 +msgid "Edit Authorization" msgstr "Edytuj upoważnienie" -#: ../../../modules/web/Controllers/AuthTokenController.php:347 -msgid "Ver Autorización" +#: app/modules/web/Controllers/AuthTokenController.php:220 +#: app/modules/web/Controllers/AuthTokenController.php:223 +msgid "Authorizations deleted" +msgstr "Authorizations deleted" + +#: app/modules/web/Controllers/AuthTokenController.php:233 +#: app/modules/web/Controllers/AuthTokenController.php:237 +msgid "Authorization deleted" +msgstr "Upoważnienie zostało usunięte" + +#: app/modules/web/Controllers/AuthTokenController.php:234 +#: app/modules/web/Controllers/AuthTokenController.php:306 +#: app/modules/web/Controllers/AuthTokenController.php:315 +#: app/modules/web/Controllers/AuthTokenController.php:356 +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:71 +msgid "Authorization" +msgstr "Authorization" + +#: app/modules/web/Controllers/AuthTokenController.php:269 +msgid "Authorization added" +msgstr "Upoważnienie zostało dodane" + +#: app/modules/web/Controllers/AuthTokenController.php:305 +#: app/modules/web/Controllers/AuthTokenController.php:314 +#: app/modules/web/Controllers/AuthTokenController.php:321 +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:70 +msgid "Authorization updated" +msgstr "Upowanienie zostało zaktualizowane" + +#: app/modules/web/Controllers/AuthTokenController.php:347 +msgid "View Authorization" msgstr "Wyświetl upoważnienia" +#: app/modules/web/Controllers/AuthTokenController.php:355 +msgid "Authorization viewed" +msgstr "Authorization viewed" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/CategoryController.php:109 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:152 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:153 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:118 -#: ../../../config/actions.xml:307 -msgid "Nueva Categoría" +#: app/modules/web/Controllers/CategoryController.php:109 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:152 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:153 +#: app/modules/web/themes/material-blue/views/account/account.inc:118 +#: app/config/actions.xml:307 +msgid "New Category" msgstr "Nowa kategoria" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/CategoryController.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:170 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:171 -#: ../../../config/actions.xml:313 -msgid "Editar Categoría" +#: app/modules/web/Controllers/CategoryController.php:173 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:170 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:171 +#: app/config/actions.xml:313 +msgid "Edit Category" msgstr "Edytuj kategorię" +#: app/modules/web/Controllers/CategoryController.php:214 +#: app/modules/web/Controllers/CategoryController.php:217 +msgid "Categories deleted" +msgstr "Categories deleted" + +#: app/modules/web/Controllers/CategoryController.php:228 +#: app/modules/web/Controllers/CategoryController.php:264 +#: app/modules/web/Controllers/CategoryController.php:306 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:247 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:115 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:106 +#: lib/SP/Services/Import/KeepassImport.php:104 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:72 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:74 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:45 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:51 +#: app/modules/web/themes/material-blue/views/account/account.inc:103 +#: app/modules/web/themes/material-blue/views/account/account.inc:105 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:51 +msgid "Category" +msgstr "Kategoria" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/CategoryController.php:335 -#: ../../../config/actions.xml:301 -msgid "Ver Categoría" +#: app/modules/web/Controllers/CategoryController.php:335 +#: app/config/actions.xml:301 +msgid "View Category" msgstr "Pokaż szczegóły kategorii" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ClientController.php:110 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:155 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:156 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:93 -#: ../../../config/actions.xml:337 +#: app/modules/web/Controllers/ClientController.php:110 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:155 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:156 +#: app/modules/web/themes/material-blue/views/account/account.inc:93 +#: app/config/actions.xml:337 #, fuzzy -msgid "Nuevo Cliente" +msgid "New Client" msgstr "Nowy klient" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ClientController.php:174 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:174 -#: ../../../config/actions.xml:343 +#: app/modules/web/Controllers/ClientController.php:174 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:173 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:174 +#: app/config/actions.xml:343 #, fuzzy -msgid "Editar Cliente" +msgid "Edit Client" msgstr "Edytuj klienta" +#: app/modules/web/Controllers/ClientController.php:213 +#: app/modules/web/Controllers/ClientController.php:216 +msgid "Clients deleted" +msgstr "Clients deleted" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ClientController.php:326 -#: ../../../config/actions.xml:331 +#: app/modules/web/Controllers/ClientController.php:326 +#: app/config/actions.xml:331 #, fuzzy -msgid "Ver Cliente" +msgid "View Client" msgstr "Pokaż szczegóły klienta" -#: ../../../modules/web/Controllers/ConfigBackupController.php:195 -#: ../../../modules/web/Controllers/ConfigBackupController.php:241 -#: ../../../modules/web/Controllers/ConfigGeneralController.php:183 -#: ../../../modules/web/Controllers/ConfigGeneralController.php:229 -msgid "Ey, esto es una DEMO!!" +#: app/modules/web/Controllers/ConfigAccountController.php:74 +#, fuzzy +msgid "Maximum size per file is 16MB" +msgstr "Maksymalny rozmiar pliku to 16 MB" + +#: app/modules/web/Controllers/ConfigAccountController.php:82 +msgid "Files enabled" +msgstr "Files enabled" + +#: app/modules/web/Controllers/ConfigAccountController.php:87 +msgid "Files disabled" +msgstr "Files disabled" + +#: app/modules/web/Controllers/ConfigAccountController.php:100 +msgid "Public links enabled" +msgstr "Public links enabled" + +#: app/modules/web/Controllers/ConfigAccountController.php:105 +msgid "Public links disabled" +msgstr "Public links disabled" + +#: app/modules/web/Controllers/ConfigBackupController.php:57 +#: app/modules/web/Controllers/ConfigBackupController.php:195 +#: app/modules/web/Controllers/ConfigBackupController.php:241 +#: app/modules/web/Controllers/ConfigEncryptionController.php:97 +#: app/modules/web/Controllers/ConfigEncryptionController.php:159 +#: app/modules/web/Controllers/ConfigGeneralController.php:183 +#: app/modules/web/Controllers/ConfigGeneralController.php:229 +#: app/modules/web/Controllers/ConfigImportController.php:59 +#: app/modules/web/Controllers/ConfigLdapController.php:226 +#: app/modules/web/Controllers/Traits/ConfigTrait.php:55 +#: app/modules/web/Forms/UserForm.php:131 +#: app/modules/web/Forms/UserForm.php:153 +#: app/modules/web/Forms/UserForm.php:171 +msgid "Ey, this is a DEMO!!" msgstr "UWAGA - to jest demo!!" -#: ../../../modules/web/Controllers/ConfigLdapController.php:153 -#: ../../../modules/web/Controllers/ConfigLdapController.php:197 -msgid "Resultados" +#: app/modules/web/Controllers/ConfigBackupController.php:90 +#: app/modules/web/Controllers/UserPassResetController.php:183 +#: app/modules/web/Forms/AccountForm.php:135 +#: app/modules/web/Forms/UserForm.php:161 +#, fuzzy +msgid "Passwords do not match" +msgstr "Hasła nie pasują do siebie" + +#: app/modules/web/Controllers/ConfigBackupController.php:121 +msgid "Verification of exported data finished" +msgstr "Verification of exported data finished" + +#: app/modules/web/Controllers/ConfigBackupController.php:122 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:113 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:237 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:163 +#: app/modules/web/themes/material-blue/views/config/info.inc:49 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:34 +msgid "Version" +msgstr "Wersja" + +#: app/modules/web/Controllers/ConfigBackupController.php:123 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:128 +#: app/modules/web/themes/material-blue/views/common/aux-customfields.inc:17 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:90 +msgid "Encrypted" +msgstr "Encrypted" + +#: app/modules/web/Controllers/ConfigBackupController.php:123 +#: app/modules/web/themes/material-blue/views/config/info.inc:140 +msgid "Yes" +msgstr "Yes" + +#: app/modules/web/Controllers/ConfigBackupController.php:123 +#: app/modules/web/themes/material-blue/views/config/info.inc:140 +msgid "No" +msgstr "No" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/ConfigBackupController.php:124 +#: app/modules/web/Controllers/ConfigManagerController.php:174 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:101 +#: lib/SP/Providers/Notification/NotificationHandler.php:125 +#: lib/SP/Providers/Notification/NotificationHandler.php:156 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:74 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:25 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:394 +#: app/config/actions.xml:13 +msgid "Accounts" +msgstr "Konta" + +#: app/modules/web/Controllers/ConfigBackupController.php:125 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:93 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:76 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:330 +#, fuzzy +msgid "Clients" +msgstr "Klienci" + +#: app/modules/web/Controllers/ConfigBackupController.php:126 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:94 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:75 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:298 +msgid "Categories" +msgstr "Kategorie" + +#: app/modules/web/Controllers/ConfigBackupController.php:127 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:94 +#: app/modules/web/themes/material-blue/views/account/account.inc:211 +#: app/modules/web/themes/material-blue/views/account/account.inc:213 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:94 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:314 +msgid "Tags" +msgstr "Tagi" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:73 +#: app/modules/web/Controllers/ConfigEncryptionController.php:147 +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 +#: lib/SP/Services/Auth/LoginService.php:300 +#: lib/SP/Services/Auth/LoginService.php:324 +#: lib/SP/Services/User/UpdatedMasterPassException.php:45 +#: lib/SP/Util/ErrorUtil.php:164 +#, fuzzy +msgid "Master password updated" +msgstr "Główne hasło zostało zaktualizowane" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:73 +#: app/modules/web/Controllers/ConfigEncryptionController.php:147 +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 +#: lib/SP/Services/User/UpdatedMasterPassException.php:45 +#: lib/SP/Util/ErrorUtil.php:165 +#, fuzzy +msgid "Please, restart the session for update it" +msgstr "Zresatruj sesję aby zaktualizować" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:77 +#, fuzzy +msgid "Master password not entered" +msgstr "Główne hasło jest wymagane" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:81 +msgid "The password update must be confirmed" +msgstr "Zmiana hasła musi zostać potwierdzona" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:85 +#, fuzzy +msgid "Passwords are the same" +msgstr "Hasła są takie same" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:89 +#, fuzzy +msgid "Master passwords do not match" +msgstr "Główne hasła nie pasują do siebie" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:93 +msgid "The current master password does not match" +msgstr "Obecne główne hasło nie jest poprawne" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:143 +#, fuzzy +msgid "Error while saving the Master Password's hash" +msgstr "Błąd poczas zapisywania głównego hasła" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:166 +#: app/modules/web/Controllers/ConfigEncryptionController.php:168 +msgid "Master password hash updated" +msgstr "Zaktualizowano hash głównego hasła" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:175 +msgid "Error while updating the master password hash" +msgstr "Błąd podczas aktualizacji hasha głównego hasła" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:199 +#: app/modules/web/Controllers/ConfigEncryptionController.php:205 +#: app/modules/web/Controllers/ConfigEncryptionController.php:209 +msgid "Temporary password generated" +msgstr "Temporary password generated" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:199 +#: app/modules/web/Controllers/ConfigMailController.php:146 +#: app/modules/web/Controllers/ConfigMailController.php:152 +#: lib/SP/Services/Mail/MailService.php:141 +msgid "Email sent" +msgstr "" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:205 +#: lib/SP/Services/Mail/MailService.php:81 +#: lib/SP/Services/Mail/MailService.php:151 +msgid "Error while sending the email" +msgstr "Error while sending the email" + +#: app/modules/web/Controllers/ConfigGeneralController.php:96 +msgid "Missing remote syslog parameters" +msgstr "Brakujące parametry zdalnego syslogu" + +#: app/modules/web/Controllers/ConfigGeneralController.php:104 +msgid "Remote syslog enabled" +msgstr "Remote syslog enabled" + +#: app/modules/web/Controllers/ConfigGeneralController.php:109 +msgid "Remote syslog disabled" +msgstr "Zdalny syslog wyłączony" + +#: app/modules/web/Controllers/ConfigGeneralController.php:122 +#, fuzzy +msgid "Missing Proxy parameters " +msgstr "Brak parametrów proxy" + +#: app/modules/web/Controllers/ConfigGeneralController.php:136 +msgid "Proxy enabled" +msgstr "Proxy włączone" + +#: app/modules/web/Controllers/ConfigGeneralController.php:141 +msgid "Proxy disabled" +msgstr "Proxy wyłączone" + +#: app/modules/web/Controllers/ConfigGeneralController.php:160 +msgid "Auth Basic enabled" +msgstr "Auth Basic enabled" + +#: app/modules/web/Controllers/ConfigGeneralController.php:166 +msgid "Auth Basic disabled" +msgstr "Auth Basic disabled" + +#: app/modules/web/Controllers/ConfigImportController.php:78 +msgid "Accounts imported" +msgstr "Accounts imported" + +#: app/modules/web/Controllers/ConfigImportController.php:82 +#: app/modules/web/Controllers/ConfigLdapController.php:268 +msgid "Import finished" +msgstr "Import został zakończony" + +#: app/modules/web/Controllers/ConfigImportController.php:82 +#: app/modules/web/Controllers/ConfigImportController.php:85 +#: lib/SP/Services/Backup/FileBackupService.php:120 +#: lib/SP/Services/Export/XmlExportService.php:205 +#, fuzzy +msgid "Please check out the event log for more details" +msgstr "Sprawdź dziennik zdarzeń w celu uzyskania dodatkowych informacji" + +#: app/modules/web/Controllers/ConfigImportController.php:85 +msgid "No accounts were imported" +msgstr "No accounts were imported" + +#: app/modules/web/Controllers/ConfigLdapController.php:71 +#: app/modules/web/Controllers/ConfigLdapController.php:143 +#: app/modules/web/Controllers/ConfigLdapController.php:181 +msgid "Missing LDAP parameters" +msgstr "Brak parametrów (LDAP)" + +#: app/modules/web/Controllers/ConfigLdapController.php:90 +msgid "LDAP enabled" +msgstr "LDAP włączony" + +#: app/modules/web/Controllers/ConfigLdapController.php:95 +msgid "LDAP disabled" +msgstr "LDAP wyłączony" + +#: app/modules/web/Controllers/ConfigLdapController.php:97 +#: app/modules/web/Controllers/ConfigMailController.php:106 +#: app/config/strings.js.inc:80 +msgid "No changes" +msgstr "Brak zmian" + +#: app/modules/web/Controllers/ConfigLdapController.php:117 +#: app/modules/web/Controllers/ConfigLdapController.php:246 +msgid "Wrong LDAP parameters" +msgstr "Wrong LDAP parameters" + +#: app/modules/web/Controllers/ConfigLdapController.php:153 +#: app/modules/web/Controllers/ConfigLdapController.php:197 +msgid "Results" msgstr "Wyniki" -#: ../../../modules/web/Controllers/ConfigLdapController.php:159 -#: ../../../modules/web/Controllers/ConfigLdapController.php:204 +#: app/modules/web/Controllers/ConfigLdapController.php:158 +#: app/modules/web/Controllers/ConfigLdapController.php:203 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:95 +msgid "LDAP connection OK" +msgstr "Połączenie nawiązane (LDAP)" + +#: app/modules/web/Controllers/ConfigLdapController.php:159 +#: app/modules/web/Controllers/ConfigLdapController.php:204 #, php-format -msgid "Objetos encontrados: %d" +msgid "Objects found: %d" msgstr "Znalezione obiekty: %d" -#: ../../../modules/web/Controllers/ConfigLdapController.php:279 +#: app/modules/web/Controllers/ConfigLdapController.php:253 +msgid "LDAP Import" +msgstr "LDAP Import" + +#: app/modules/web/Controllers/ConfigLdapController.php:272 +#, fuzzy +msgid "There aren't any objects to synchronize" +msgstr "Brak elementów do synchronizacji" + +#: app/modules/web/Controllers/ConfigLdapController.php:277 +msgid "LDAP users import finished" +msgstr "Zakończono import użytkowników LDAP" + +#: app/modules/web/Controllers/ConfigLdapController.php:279 #, php-format -msgid "Usuarios importados: %d / %d" +msgid "Imported users: %d / %d" msgstr "Imported users: %d / %d" -#: ../../../modules/web/Controllers/ConfigLdapController.php:280 +#: app/modules/web/Controllers/ConfigLdapController.php:280 #, php-format -msgid "Errores: %d" +msgid "Errors: %d" msgstr "Errors: %d" -#: ../../../modules/web/Controllers/ConfigManagerController.php:160 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:134 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:20 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:18 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:446 +#: app/modules/web/Controllers/ConfigMailController.php:72 +#: app/modules/web/Controllers/ConfigMailController.php:133 +msgid "Missing Mail parameters" +msgstr "Brak parametów związanych z pocztą" + +#: app/modules/web/Controllers/ConfigMailController.php:97 +msgid "Mail enabled" +msgstr "Poczta jest aktywna" + +#: app/modules/web/Controllers/ConfigMailController.php:104 +msgid "Mail disabled" +msgstr "Poczta jest nieaktuwa" + +#: app/modules/web/Controllers/ConfigMailController.php:147 +#: lib/SP/Services/Mail/MailService.php:142 +msgid "Recipient" +msgstr "Odbiorca" + +#: app/modules/web/Controllers/ConfigMailController.php:153 +msgid "Please, check your inbox" +msgstr "Please, check your inbox" + +#: app/modules/web/Controllers/ConfigManagerController.php:160 +#: app/modules/web/themes/material-blue/views/install/index.inc:134 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:20 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:18 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:446 msgid "General" msgstr "Ogólne" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ConfigManagerController.php:189 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:29 -#: ../../../config/actions.xml:37 +#: app/modules/web/Controllers/ConfigManagerController.php:189 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:29 +#: app/config/actions.xml:37 msgid "Wiki" msgstr "Wiki" -#: ../../../modules/web/Controllers/ConfigManagerController.php:208 +#: app/modules/web/Controllers/ConfigManagerController.php:208 msgid "LDAP" msgstr "LDAP" -#: ../../../modules/web/Controllers/ConfigManagerController.php:234 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:12 -msgid "Correo" +#: app/modules/web/Controllers/ConfigManagerController.php:234 +#: app/modules/web/themes/material-blue/views/config/mail.inc:12 +msgid "Mail" msgstr "Poczta" -#: ../../../modules/web/Controllers/ConfigManagerController.php:273 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:462 -msgid "Encriptación" +#: app/modules/web/Controllers/ConfigManagerController.php:273 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:462 +msgid "Encryption" msgstr "Szyfrowanie" -#: ../../../modules/web/Controllers/ConfigManagerController.php:301 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:61 +#: app/modules/web/Controllers/ConfigManagerController.php:301 +#: app/modules/web/themes/material-blue/views/config/backup.inc:61 #, fuzzy -msgid "No se encontraron backups" +msgid "There aren't any backups available" msgstr "Brak dostępnych kopii bezpieczeństwa" -#: ../../../modules/web/Controllers/ConfigManagerController.php:311 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:132 -msgid "No se encontró archivo de exportación" +#: app/modules/web/Controllers/ConfigManagerController.php:311 +#: app/modules/web/themes/material-blue/views/config/backup.inc:132 +msgid "No export file found" msgstr "Brak plików eksportu" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ConfigManagerController.php:314 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:24 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:78 -#: ../../../config/actions.xml:739 -msgid "Copia de Seguridad" -msgstr "Kopia zapasowa" +#: app/modules/web/Controllers/ConfigManagerController.php:314 +#: app/modules/web/themes/material-blue/views/config/backup.inc:24 +#: app/modules/web/themes/material-blue/views/config/backup.inc:78 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:478 +#: app/config/actions.xml:739 +msgid "Backup" +msgstr "" -#: ../../../modules/web/Controllers/ConfigManagerController.php:331 -msgid "Importar Cuentas" +#: app/modules/web/Controllers/ConfigManagerController.php:331 +msgid "Import Accounts" msgstr "Importuj konta" -#: ../../../modules/web/Controllers/ConfigManagerController.php:353 -msgid "No instalado" +#: app/modules/web/Controllers/ConfigManagerController.php:353 +msgid "Not installed" msgstr "Not installed" -#: ../../../modules/web/Controllers/ConfigManagerController.php:363 -msgid "Información" +#: app/modules/web/Controllers/ConfigManagerController.php:363 +#: app/modules/web/themes/material-blue/inc/Icons.php:63 +msgid "Information" msgstr "Informacja" -#: ../../../modules/web/Controllers/CustomFieldController.php:111 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:159 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:160 -msgid "Nuevo Campo" +#: app/modules/web/Controllers/ConfigWikiController.php:63 +msgid "Missing Wiki parameters" +msgstr "Brak parametrów Wiki" + +#: app/modules/web/Controllers/ConfigWikiController.php:73 +msgid "Wiki enabled" +msgstr "Wiki włączone" + +#: app/modules/web/Controllers/ConfigWikiController.php:78 +msgid "Wiki disabled" +msgstr "Wiki wyłączone" + +#: app/modules/web/Controllers/ConfigWikiController.php:91 +msgid "Missing DokuWiki parameters" +msgstr "Brakujące parametry DokuWiki" + +#: app/modules/web/Controllers/ConfigWikiController.php:103 +msgid "DokuWiki enabled" +msgstr "DokuWiki enabled" + +#: app/modules/web/Controllers/ConfigWikiController.php:108 +msgid "DokuWiki disabled" +msgstr "DokuWiki wyłączona" + +#: app/modules/web/Controllers/CustomFieldController.php:111 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:159 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:160 +msgid "New Field" msgstr "Nowe pole" -#: ../../../modules/web/Controllers/CustomFieldController.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:177 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:178 -msgid "Editar Campo" +#: app/modules/web/Controllers/CustomFieldController.php:173 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:177 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:178 +msgid "Edit Field" msgstr "Edytuj pole" -#: ../../../modules/web/Controllers/CustomFieldController.php:317 -msgid "Ver Campo" +#: app/modules/web/Controllers/CustomFieldController.php:209 +#: app/modules/web/Controllers/CustomFieldController.php:212 +msgid "Fields deleted" +msgstr "Fields deleted" + +#: app/modules/web/Controllers/CustomFieldController.php:218 +msgid "Field deleted" +msgstr "Pole zostało usunięte" + +#: app/modules/web/Controllers/CustomFieldController.php:248 +#: app/modules/web/Controllers/CustomFieldController.php:252 +msgid "Field added" +msgstr "Pole zostało dodane" + +#: app/modules/web/Controllers/CustomFieldController.php:249 +#: app/modules/web/Controllers/CustomFieldController.php:288 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:88 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:157 +msgid "Field" +msgstr "Field" + +#: app/modules/web/Controllers/CustomFieldController.php:287 +#: app/modules/web/Controllers/CustomFieldController.php:291 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldData.php:74 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:87 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:156 +msgid "Field updated" +msgstr "Pole zostało zaktualizowane" + +#: app/modules/web/Controllers/CustomFieldController.php:317 +msgid "View Field" msgstr "View Field" -#: ../../../modules/web/Controllers/ErrorController.php:107 +#: app/modules/web/Controllers/ErrorController.php:107 #, fuzzy -msgid "Aplicación en mantenimiento" +msgid "Application on maintenance" msgstr "Aplikacja w trybie serwisowania" -#: ../../../modules/web/Controllers/ErrorController.php:108 -msgid "En breve estará operativa" +#: app/modules/web/Controllers/ErrorController.php:108 +msgid "It will be running shortly" 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" +#: app/modules/web/Controllers/ErrorController.php:123 +#: lib/SP/Services/Install/MySQL.php:363 +msgid "Error while checking the database" +msgstr "Error while checking the database" -#: ../../../modules/web/Controllers/ErrorController.php:139 +#: app/modules/web/Controllers/ErrorController.php:124 +#: app/modules/web/Controllers/ErrorController.php:140 +#: app/modules/web/Controllers/UserPassResetController.php:96 +#: 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:149 lib/SP/Util/ErrorUtil.php:153 +#: lib/SP/Util/ErrorUtil.php:157 lib/SP/Util/ErrorUtil.php:161 +#: lib/SP/Util/ErrorUtil.php:169 lib/SP/Util/ErrorUtil.php:176 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:13 +msgid "Please contact to the administrator" +msgstr "Skontaktuj się z administratorem" + +#: app/modules/web/Controllers/ErrorController.php:139 +#: 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 #, fuzzy -msgid "No es posible conectar con la BD" +msgid "Unable to connect to DB" msgstr "Nie udało połączyć się do bazy danych" -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:89 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:90 -msgid "Ver Actual" +#: app/modules/web/Controllers/EventlogController.php:127 +#: app/modules/web/Controllers/EventlogController.php:130 +msgid "Event log cleared" +msgstr "Log wyczyszczony" + +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:89 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:90 +msgid "View Current" 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:123 -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:67 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:360 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:173 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:310 -#: ../../../modules/web/themes/material-blue/views/config/general.inc:28 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:91 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:193 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:295 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:440 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:206 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:294 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:211 -msgid "Atrás" -msgstr "Powrót" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:135 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:136 +#: app/modules/web/themes/material-blue/inc/Icons.php:49 +#: app/modules/web/themes/material-blue/views/_partials/error.inc:14 +#: app/modules/web/themes/material-blue/views/_partials/error.inc:15 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:123 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:67 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:360 +#: app/modules/web/themes/material-blue/views/config/backup.inc:173 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:310 +#: app/modules/web/themes/material-blue/views/config/general.inc:28 +#: app/modules/web/themes/material-blue/views/config/import.inc:91 +#: app/modules/web/themes/material-blue/views/config/info.inc:193 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:295 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:440 +#: app/modules/web/themes/material-blue/views/config/mail.inc:206 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:294 +#: app/modules/web/themes/material-blue/views/error/error-database.inc:13 +#: app/modules/web/themes/material-blue/views/error/error-database.inc:14 +#: app/modules/web/themes/material-blue/views/error/error-maintenance.inc:13 +#: app/modules/web/themes/material-blue/views/error/error-maintenance.inc:14 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:40 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:50 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:211 +msgid "Back" +msgstr "" -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:196 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:197 -msgid "Solicitar Modificación" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:196 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:197 +msgid "Request Modification" 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" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:217 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:218 +msgid "Restore account from this point" 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:130 -msgid "Guardar" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:237 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:238 +#: app/modules/web/themes/material-blue/inc/Icons.php:51 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:130 +msgid "Save" msgstr "Zapisz" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:354 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:355 -#: ../../../config/actions.xml:439 -msgid "Actualizar Enlace Público" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:354 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:355 +#: app/config/actions.xml:439 +msgid "Update Public Link" msgstr "Update Public Link" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:377 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:378 -#: ../../../config/actions.xml:433 -msgid "Eliminar Enlace Público" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:377 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:378 +#: app/config/actions.xml:433 +msgid "Delete Public Link" msgstr "Delete Public Link" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:397 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:398 -#: ../../../config/actions.xml:421 -msgid "Crear Enlace Público" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:397 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:398 +#: app/config/actions.xml:421 +msgid "Create Public Link" msgstr "Stwórz publiczny link" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:418 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:419 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:463 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:464 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:69 -#: ../../../config/actions.xml:175 ../../../config/actions.xml:265 -msgid "Ver Clave" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:418 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:419 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:463 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:464 +#: app/modules/web/themes/material-blue/inc/Icons.php:34 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:69 +#: app/config/actions.xml:175 app/config/actions.xml:265 +msgid "View password" msgstr "Pokaż hasło" -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:440 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:441 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:485 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:486 -msgid "Copiar Clave en Portapapeles" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:440 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:441 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:485 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:486 +msgid "Copy Password to Clipboard" msgstr "Kopiuj hasło do schowka" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:508 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:509 -#: ../../../config/actions.xml:193 -msgid "Copiar Cuenta" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:508 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:509 +#: app/config/actions.xml:193 +msgid "Copy Account" msgstr "Kopiuj konto" -#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:69 -#: ../../../config/strings.js.inc:72 -msgid "Clave de Cuenta" +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:69 +#: app/config/strings.js.inc:72 +msgid "Account Password" msgstr "Hasło" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:177 -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:178 -msgid "Más Acciones" +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:96 +#: lib/SP/Core/Acl/AccountPermissionException.php:45 +#: lib/SP/Util/ErrorUtil.php:152 +#, fuzzy +msgid "You don't have permission to access this account" +msgstr "Nie masz uprawnień do tego konta" + +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:177 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:178 +msgid "More Actions" msgstr "Więcej akcji" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:233 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:114 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:105 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:109 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:41 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:47 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:57 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:59 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:34 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:40 -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:35 -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:41 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:80 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:32 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:36 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:234 #, fuzzy -msgid "Cliente" -msgstr "Klient" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:234 -#, fuzzy -msgid "Ordenar por Cliente" +msgid "Sort by Client" msgstr "Sortuj po kliencie" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:240 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:113 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:104 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:105 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:108 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:116 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:107 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:30 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:43 -#: ../../../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:65 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:54 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:39 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:23 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:23 -#: ../../../modules/web/themes/material-blue/views/itemshow/tag.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:35 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:24 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:533 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:22 -msgid "Nombre" -msgstr "Imię" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:241 -msgid "Ordenar por Nombre" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:241 +msgid "Sort by Name" msgstr "Sortuj po nazwie" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:247 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:115 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:106 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:72 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:74 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:45 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:51 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:103 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:105 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:70 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:49 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:51 -msgid "Categoría" -msgstr "Kategoria" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:248 -msgid "Ordenar por Categoría" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:248 +msgid "Sort by Category" msgstr "Sortuj po kategorii" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:254 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:110 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:112 -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:105 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:63 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:69 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:101 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:67 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:73 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:141 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:76 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:25 -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:67 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:61 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:149 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:106 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:113 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:233 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:247 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:24 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:31 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:33 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:36 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:65 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:67 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:18 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:97 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:24 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:94 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:75 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:77 -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:19 -msgid "Usuario" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:254 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:110 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:112 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:105 +#: app/modules/web/Controllers/LoginController.php:122 +#: app/modules/web/Controllers/UserController.php:287 +#: app/modules/web/Controllers/UserController.php:323 +#: app/modules/web/Controllers/UserController.php:388 +#: app/modules/web/Controllers/UserController.php:429 +#: app/modules/web/Controllers/UserPassResetController.php:197 +#: lib/SP/Core/Acl/Acl.php:301 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:220 +#: lib/SP/Services/Auth/LoginService.php:238 +#: lib/SP/Services/Auth/LoginService.php:390 +#: lib/SP/Services/Auth/LoginService.php:457 +#: lib/SP/Services/Auth/LoginService.php:565 +#: lib/SP/Services/Auth/LoginService.php:608 +#: lib/SP/Services/Ldap/LdapImportService.php:238 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:63 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:69 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:101 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:67 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:73 +#: app/modules/web/themes/material-blue/views/account/account.inc:141 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:76 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:25 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:67 +#: app/modules/web/themes/material-blue/views/config/info.inc:61 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:149 +#: app/modules/web/themes/material-blue/views/config/mail.inc:106 +#: app/modules/web/themes/material-blue/views/config/mail.inc:113 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:233 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:247 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:24 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:31 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:33 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:65 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:67 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:18 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:97 +#: app/modules/web/themes/material-blue/views/login/index.inc:24 +#: app/modules/web/themes/material-blue/views/login/index.inc:94 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:75 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:77 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:19 +msgid "User" msgstr "Użytkownik" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:255 -msgid "Ordenar por Usuario" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:255 +msgid "Sort by Username" msgstr "Sortuj po nazwie użytkownika" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:261 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:52 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:58 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:88 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:56 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:62 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:128 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:81 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:261 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:52 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:58 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:88 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:56 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:62 +#: app/modules/web/themes/material-blue/views/account/account.inc:128 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:81 msgid "URL / IP" msgstr "URL / IP" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:262 -msgid "Ordenar por URL / IP" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:262 +msgid "Sort by URL / IP" msgstr "Sortuj po URL / IP" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:79 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:80 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:70 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:71 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:74 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:71 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:71 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:75 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:76 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:90 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:91 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:74 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:75 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:74 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:82 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:83 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:74 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:74 -msgid "Eliminar Seleccionados" +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:79 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:80 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:70 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:71 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:71 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:71 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:75 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:76 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:90 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:91 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:75 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:82 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:83 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:74 +msgid "Delete Selected" msgstr "Usuń zaznaczone" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:116 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:158 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:42 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:44 -msgid "Propietario" +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:116 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:158 +#: app/modules/web/themes/material-blue/views/account/details.inc:42 +#: app/modules/web/themes/material-blue/views/account/details.inc:44 +msgid "Owner" msgstr "Owner" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:117 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:175 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:50 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:52 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:79 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:81 -msgid "Grupo Principal" +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:117 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:175 +#: app/modules/web/themes/material-blue/views/account/details.inc:50 +#: app/modules/web/themes/material-blue/views/account/details.inc:52 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:79 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:81 +msgid "Main Group" msgstr "Główna grupa" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:149 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:145 -#: ../../../config/actions.xml:499 ../../../config/actions.xml:805 -msgid "Buscar Cuenta" +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:149 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:145 +#: app/config/actions.xml:499 app/config/actions.xml:805 +msgid "Search for Account" msgstr "Szukaj konta" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:92 -msgid "Cuentas (H)" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:92 +msgid "Accounts (H)" msgstr "Konta (H)" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:126 -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:100 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:106 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:122 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:190 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:251 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:48 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:55 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:38 -msgid "Fecha" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:126 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:100 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:106 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:122 +#: app/modules/web/themes/material-blue/views/account/account.inc:190 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:251 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:48 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:55 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:38 +msgid "Date" msgstr "Data" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:108 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:130 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:109 -msgid "Estado" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:108 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:130 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:109 +msgid "Status" msgstr "Status" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:129 -msgid "Modificada" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:129 +msgid "Modified" msgstr "Zmienione" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:130 -msgid "Eliminada" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:130 +msgid "Removed" msgstr "Usunięte" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:160 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:161 -#: ../../../config/actions.xml:187 ../../../config/actions.xml:811 -msgid "Restaurar Cuenta" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:160 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:161 +#: app/config/actions.xml:187 app/config/actions.xml:811 +msgid "Account Restore" msgstr "Odzyskaj konto" -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:95 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:362 -msgid "Autorizaciones API" +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:95 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:362 +msgid "API Authorizations" msgstr "Poświadczenia API" -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:108 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:36 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:38 -msgid "Acción" +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:108 +#: lib/SP/Core/Acl/Acl.php:300 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:38 +msgid "Action" msgstr "Akcja" -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:140 -msgid "Buscar Token" +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:140 +msgid "Search for Token" msgstr "Szukaj tokenu" -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:174 -msgid "Ver token de Autorización" +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:173 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:174 +msgid "View Authorization token" msgstr "Pokaż token poświadczenia" -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:207 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:208 -msgid "Eliminar Autorización" +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:207 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:208 +msgid "Delete Authorization" msgstr "Usuń upowaznienie" -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:105 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:129 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:108 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:36 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:37 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:61 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:68 -msgid "Descripción" -msgstr "Opis" - #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:137 -#: ../../../config/actions.xml:325 -msgid "Buscar Categoría" +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:137 +#: app/config/actions.xml:325 +msgid "Search for Category" msgstr "Szukaj kategorii" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:187 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:188 -#: ../../../config/actions.xml:319 -msgid "Eliminar Categoría" +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:187 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:188 +#: app/config/actions.xml:319 +msgid "Delete Category" msgstr "Usuń kategorię" -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:123 -#: ../../../config/strings.js.inc:66 -msgid "SI" +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:123 +#: app/config/strings.js.inc:66 +msgid "YES" msgstr "Tak" -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:123 -#: ../../../config/strings.js.inc:67 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:123 +#: app/config/strings.js.inc:67 msgid "NO" msgstr "Nie" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:140 -#: ../../../config/actions.xml:355 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:140 +#: app/config/actions.xml:355 #, fuzzy -msgid "Buscar Cliente" +msgid "Search for Client" msgstr "Szukaj klienta" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:190 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:191 -#: ../../../config/actions.xml:349 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:190 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:191 +#: app/config/actions.xml:349 #, fuzzy -msgid "Eliminar Cliente" +msgid "Delete Client" msgstr "Usuń klienta" -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:95 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:33 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:346 -msgid "Campos Personalizados" +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:95 +#: app/modules/web/themes/material-blue/views/account/account.inc:33 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:346 +msgid "Custom Fields" msgstr "Dodatkowe pola" -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:108 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:49 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:51 -msgid "Módulo" +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:108 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:51 +msgid "Module" msgstr "Moduł" -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:109 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:109 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:109 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:127 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:35 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:37 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:23 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:30 -msgid "Tipo" -msgstr "Typ" - -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:110 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:120 -msgid "Propiedades" +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:110 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:120 +msgid "Properties" msgstr "Właściwości" -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:128 -#: ../../../modules/web/themes/material-blue/views/common/aux-customfields.inc:17 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:90 -msgid "Encriptado" -msgstr "Encrypted" - -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:144 -msgid "Buscar Campo" +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:144 +msgid "Search for Field" msgstr "Szukaj pola" -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:194 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:195 -msgid "Eliminar Campo" +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:194 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:195 +msgid "Delete Field" 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" +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:87 +#: app/modules/web/themes/material-blue/views/eventlog/index.inc:1 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:514 +#: app/config/actions.xml:133 +msgid "Event Log" +msgstr "" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:99 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:97 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:99 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:99 +#: app/modules/web/Controllers/ItemPresetController.php:289 +#: app/modules/web/Controllers/ItemPresetController.php:324 +#: app/modules/web/Controllers/ItemPresetController.php:365 +#: app/modules/web/themes/material-blue/views/account/details.inc:97 +#: app/modules/web/themes/material-blue/views/account/details.inc:99 msgid "ID" msgstr "ID" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:100 -msgid "Fecha / Hora" +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:100 +msgid "Date / Time" msgstr "Data / czas" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:101 -msgid "Nivel" +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:101 +msgid "Level" msgstr "Poziom" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:102 -msgid "Evento" +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:102 +msgid "Event" msgstr "Zdarzenie" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:103 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:117 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:50 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:33 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:103 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:117 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:50 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:33 msgid "Login" msgstr "Login" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:104 -msgid "IP" -msgstr "IP" +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:165 +#: app/config/actions.xml:139 +msgid "Search for Events" +msgstr "" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:165 -msgid "Buscar Evento" -msgstr "Szukaj zdarzenia" - -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:181 -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:182 -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:178 -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:179 -msgid "Refrescar" +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:181 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:182 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:178 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:179 +msgid "Refresh" msgstr "Refresh" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:199 -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:200 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:199 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:200 #, fuzzy -msgid "Vaciar registro de eventos" +msgid "Clear the event log out" msgstr "Wyczyść dziennik zdarzeń" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:94 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:41 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:280 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:150 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:410 -#: ../../../config/actions.xml:19 -msgid "Archivos" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:94 +#: app/modules/web/themes/material-blue/views/account/account.inc:41 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:280 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:150 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:410 +#: app/config/actions.xml:19 +msgid "Files" msgstr "Pliki" -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:108 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:25 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:30 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:21 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:23 -msgid "Cuenta" -msgstr "Konto" - -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:110 -msgid "Tamaño" -msgstr "Rozmiar" - #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:145 -#: ../../../config/actions.xml:475 -msgid "Buscar Archivo" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:145 +#: app/config/actions.xml:475 +msgid "Search for File" msgstr "Szukaj pliku" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:160 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:161 -#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:51 -#: ../../../config/actions.xml:205 ../../../config/actions.xml:451 -msgid "Ver Archivo" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:160 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:161 +#: app/modules/web/themes/material-blue/views/account/files-list.inc:51 +#: app/config/actions.xml:205 app/config/actions.xml:451 +msgid "View File" msgstr "Pokaż plik" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:178 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:179 -#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:42 -#: ../../../config/actions.xml:217 ../../../config/actions.xml:457 -msgid "Descargar Archivo" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:178 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:179 +#: app/modules/web/themes/material-blue/views/account/files-list.inc:42 +#: app/config/actions.xml:217 app/config/actions.xml:457 +msgid "Download File" msgstr "Pobierz plik" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:198 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:199 -#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:34 -#: ../../../config/actions.xml:223 ../../../config/actions.xml:463 -msgid "Eliminar Archivo" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:198 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:199 +#: app/modules/web/themes/material-blue/views/account/files-list.inc:34 +#: app/config/actions.xml:223 app/config/actions.xml:463 +msgid "Delete File" msgstr "Usuń plik" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:97 -msgid "Valores Predeterminados" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:97 +msgid "Preset Values" msgstr "Preset Values" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:111 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:119 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:133 -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:25 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:274 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:277 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:206 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:233 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:48 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:50 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:53 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:146 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:148 -msgid "Grupo" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:111 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:119 +#: app/modules/web/Controllers/UserGroupController.php:238 +#: 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 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:133 +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:25 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:274 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:277 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:206 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:233 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:48 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:50 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:53 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:146 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:148 +msgid "Group" msgstr "Grupa" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:112 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:118 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:65 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:67 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:70 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:129 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:131 -msgid "Perfil" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:112 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:118 +#: app/modules/web/Controllers/UserProfileController.php:228 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:65 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:67 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:129 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:131 +msgid "Profile" msgstr "Profil" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:113 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:83 -msgid "Prioridad" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:113 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:83 +msgid "Priority" msgstr "Priority" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:114 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:120 -msgid "Forzado" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:114 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:120 +msgid "Forced" msgstr "Forced" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:148 -#: ../../../config/actions.xml:859 -msgid "Buscar Valor" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:148 +#: app/config/actions.xml:859 +msgid "Search for Value" msgstr "Search for Value" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:163 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:66 -msgid "Valor de Permiso" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:163 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:66 +msgid "Permission Preset" msgstr "Permission Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:164 -msgid "Nuevo Valor de Permiso" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:164 +msgid "New Permission Preset" msgstr "New Permission Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:187 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:86 -msgid "Valor de Cuenta Privada" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:187 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:86 +msgid "Private Account Preset" msgstr "Private Account Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:188 -msgid "Nuevo Valor de Cuenta Privada" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:188 +msgid "New Private Account Preset" msgstr "New Private Account Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:211 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:102 -msgid "Valor de Timeout de Sesión" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:211 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:102 +msgid "Session Timeout Preset" msgstr "Session Timeout Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:212 -msgid "Nuevo Valor de Timeout de Sesión" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:212 +msgid "New Session Timeout Preset" msgstr "New Session Timeout Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:235 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:117 -msgid "Valor de Clave de Cuentas" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:235 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:117 +msgid "Account Password Preset" msgstr "Account Password Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:236 -msgid "Nuevo Valor de Clave de Cuentas" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:236 +msgid "New Account Password Preset" msgstr "New Account Password Preset" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:259 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:260 -#: ../../../modules/web/Controllers/ItemPresetController.php:239 -#: ../../../config/actions.xml:877 -msgid "Editar Valor" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:259 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:260 +#: app/modules/web/Controllers/ItemPresetController.php:239 +#: app/config/actions.xml:877 +msgid "Edit Value" msgstr "Edit Value" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:276 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:277 -#: ../../../config/actions.xml:883 -msgid "Eliminar Valor" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:276 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:277 +#: app/config/actions.xml:883 +msgid "Delete Value" msgstr "Delete Value" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:113 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:106 -#: ../../../modules/web/themes/material-blue/views/notification/index.inc:1 -#: ../../../config/actions.xml:685 -msgid "Notificaciones" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:113 +#: app/modules/web/themes/material-blue/inc/Icons.php:65 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:106 +#: app/modules/web/themes/material-blue/views/notification/index.inc:1 +#: app/config/actions.xml:685 +msgid "Notifications" msgstr "Powiadomienia" -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:128 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:35 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:42 -msgid "Componente" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:128 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:35 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:42 +msgid "Component" msgstr "Komponent" -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:150 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:111 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:115 -msgid "Leída" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:150 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:111 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:115 +msgid "Read" msgstr "Read" -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:151 -msgid "Sólo Admins" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:151 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:107 +msgid "Only Admins" msgstr "Only Admins" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:168 -#: ../../../config/actions.xml:847 -msgid "Buscar Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:168 +#: app/config/actions.xml:847 +msgid "Search for Notification" msgstr "Szukaj powiadomień" -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:183 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:184 -#: ../../../modules/web/Controllers/NotificationController.php:194 -msgid "Nueva Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:183 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:184 +#: app/modules/web/Controllers/NotificationController.php:194 +msgid "New Notification" msgstr "Nowe powiadomienia" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:201 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:202 -#: ../../../modules/web/Controllers/NotificationController.php:113 -#: ../../../config/actions.xml:817 -msgid "Ver Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:201 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:202 +#: app/modules/web/Controllers/NotificationController.php:113 +#: app/config/actions.xml:817 +msgid "View Notification" msgstr "Wyświetl powiadomienia" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:231 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:232 -#: ../../../config/actions.xml:841 -msgid "Marcar Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:231 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:232 +#: app/config/actions.xml:841 +msgid "Checkout Notification" msgstr "Sprawdź powiadomienia" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:249 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:250 -#: ../../../modules/web/Controllers/NotificationController.php:226 -#: ../../../config/actions.xml:829 -msgid "Editar Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:249 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:250 +#: app/modules/web/Controllers/NotificationController.php:226 +#: app/config/actions.xml:829 +msgid "Edit Notification" msgstr "Edit Notification" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:266 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:267 -#: ../../../config/actions.xml:835 -msgid "Eliminar Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:266 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:267 +#: app/config/actions.xml:835 +msgid "Delete Notification" msgstr "Usuń powiadomienia" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:96 -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:330 -#: ../../../modules/web/themes/material-blue/views/plugin/index.inc:1 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:96 +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:330 +#: app/modules/web/themes/material-blue/views/plugin/index.inc:1 msgid "Plugins" msgstr "Pluginy" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:108 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:108 +#: lib/SP/Plugin/PluginManager.php:194 msgid "Plugin" msgstr "Plugin" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:125 -msgid "No disponible" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:125 +msgid "Unavailable" msgstr "Unavailable" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:141 -#: ../../../config/actions.xml:547 -msgid "Buscar Plugin" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:141 +#: app/config/actions.xml:547 +msgid "Search for Plugin" msgstr "Szukaj pluginów" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:156 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:157 -#: ../../../modules/web/Controllers/PluginController.php:136 -#: ../../../config/actions.xml:541 -msgid "Ver Plugin" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:156 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:157 +#: app/modules/web/Controllers/PluginController.php:136 +#: app/config/actions.xml:541 +msgid "View Plugin" msgstr "Pokaż plugin" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:174 -msgid "Habilitar" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:173 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:174 +msgid "Enable" msgstr "Włącz" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:192 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:193 -msgid "Deshabilitar" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:192 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:193 +msgid "Disable" msgstr "Wyłącz" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:211 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:212 -msgid "Restablecer Datos" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:211 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:212 +msgid "Reset Data" msgstr "Resetuj dane" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:231 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:232 -#: ../../../config/actions.xml:571 -msgid "Eliminar Plugin" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:231 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:232 +#: app/config/actions.xml:571 +msgid "Delete Plugin" msgstr "Delete Plugin" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:96 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:49 -msgid "Enlaces" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:96 +#: app/modules/web/themes/material-blue/views/account/account.inc:49 +msgid "Links" msgstr "Linki" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:110 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:49 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:51 -msgid "Fecha Creación" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:110 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:51 +msgid "Creation Date" msgstr "Data utworzenia" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:111 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:195 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:57 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:59 -msgid "Fecha Caducidad" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:111 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:195 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:57 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:59 +msgid "Expiry Date " msgstr "Data wygaśnięcia" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:113 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:36 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:39 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:43 -msgid "Notificar" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:113 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:39 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:43 +msgid "Notify" msgstr "Notify" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:114 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:14 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:16 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:197 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:73 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:75 -msgid "Visitas" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:114 +#: app/modules/web/themes/material-blue/views/account/details.inc:14 +#: app/modules/web/themes/material-blue/views/account/details.inc:16 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:197 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:73 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:75 +msgid "Visits" msgstr "Wizyt" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:149 -msgid "Buscar Enlace" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:149 +msgid "Search for Link" msgstr "Szukaj linku" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:164 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:165 -msgid "Nuevo Enlace" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:164 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:165 +msgid "New Link" msgstr "New Link" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:182 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:183 -#: ../../../modules/web/Controllers/PublicLinkController.php:357 -msgid "Ver Enlace" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:182 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:183 +#: app/modules/web/Controllers/PublicLinkController.php:357 +msgid "View Link" msgstr "Pokaż link" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:198 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:199 -msgid "Renovar Enlace" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:198 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:199 +msgid "Renew Link" msgstr "Odśwież link" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:215 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:216 -msgid "Eliminar Enlace" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:215 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:216 +msgid "Delete Link" msgstr "Usuń link" -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:94 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:211 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:213 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:94 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:314 -msgid "Etiquetas" -msgstr "Tagi" - #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:135 -#: ../../../config/actions.xml:529 -msgid "Buscar Etiqueta" +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:135 +#: app/config/actions.xml:529 +msgid "Search for Tag" msgstr "Szukaj tagu" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:150 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:151 -#: ../../../modules/web/Controllers/TagController.php:108 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:226 -#: ../../../config/actions.xml:505 -msgid "Nueva Etiqueta" +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:150 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:151 +#: app/modules/web/Controllers/TagController.php:108 +#: app/modules/web/themes/material-blue/views/account/account.inc:226 +#: app/config/actions.xml:505 +msgid "New Tag" msgstr "Nowy tag" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:168 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:169 -#: ../../../modules/web/Controllers/TagController.php:168 -#: ../../../config/actions.xml:517 -msgid "Editar Etiqueta" +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:168 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:169 +#: app/modules/web/Controllers/TagController.php:168 app/config/actions.xml:517 +msgid "Edit Tag" msgstr "Edytuj tag" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:185 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:186 -#: ../../../config/actions.xml:523 -msgid "Eliminar Etiqueta" +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:185 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:186 +#: app/config/actions.xml:523 +msgid "Delete Tag" msgstr "Usuń tag" -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:88 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:88 msgid "Tracks" msgstr "Tracks" -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:101 -msgid "Fecha Desbloqueo" +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:101 +msgid "Date Unlocked" msgstr "Date Unlocked" -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:102 -msgid "Origen" +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:102 +msgid "Source" msgstr "Source" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:162 -#: ../../../config/actions.xml:895 -msgid "Buscar Track" +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:162 +#: app/config/actions.xml:895 +msgid "Search for track" msgstr "Search for track" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:104 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:77 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:16 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:113 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:12 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:50 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:52 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:56 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:250 +msgid "Users" +msgstr "Użytkownicy" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:156 -#: ../../../config/actions.xml:607 -msgid "Buscar Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:156 +#: app/config/actions.xml:607 +msgid "Search for User" msgstr "Szukaj użytkownika" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:171 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:172 -#: ../../../modules/web/Controllers/UserController.php:115 -#: ../../../config/actions.xml:583 -msgid "Nuevo Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:171 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:172 +#: app/modules/web/Controllers/UserController.php:115 +#: app/config/actions.xml:583 +msgid "New User" msgstr "Nowy użytkownik" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:189 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:190 -#: ../../../modules/web/Controllers/UserController.php:200 -#: ../../../config/actions.xml:589 -msgid "Editar Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:189 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:190 +#: app/modules/web/Controllers/UserController.php:200 +#: app/config/actions.xml:589 +msgid "Edit User" msgstr "Edytuj użytkownika" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:206 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:207 -#: ../../../config/actions.xml:595 -msgid "Eliminar Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:206 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:207 +#: app/config/actions.xml:595 +msgid "Delete User" msgstr "Usuń użytkownika" -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:223 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:224 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:460 -msgid "Importar usuarios de LDAP" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:223 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:224 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:460 +msgid "Import users from LDAP" msgstr "Import użytkowników z LDAPa" -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:241 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:242 -msgid "Ver Detalles de Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:241 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:242 +msgid "View User Details" msgstr "Pokaż szczegóły użytkownika" -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:258 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:259 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:63 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:116 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:122 -msgid "Cambiar Clave de Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:258 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:259 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:63 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:116 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:122 +msgid "Change User's Password" msgstr "Zmień hasło użytkownika" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:95 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:78 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:84 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:162 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:53 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:266 +msgid "Groups" +msgstr "Grupy" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:138 -#: ../../../config/actions.xml:637 -msgid "Buscar Grupo" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:138 +#: app/config/actions.xml:637 +msgid "Search for Group" msgstr "Szukaj grupy" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:153 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:154 -#: ../../../modules/web/Controllers/UserGroupController.php:117 -#: ../../../config/actions.xml:619 -msgid "Nuevo Grupo" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:153 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:154 +#: app/modules/web/Controllers/UserGroupController.php:117 +#: app/config/actions.xml:619 +msgid "New Group" msgstr "Nowa grupa" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:171 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:172 -#: ../../../modules/web/Controllers/UserGroupController.php:344 -#: ../../../config/actions.xml:613 -msgid "Ver Grupo" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:171 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:172 +#: app/modules/web/Controllers/UserGroupController.php:344 +#: app/config/actions.xml:613 +msgid "View Group" msgstr "Pokaż szczegóły grupy" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:188 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:189 -#: ../../../modules/web/Controllers/UserGroupController.php:188 -#: ../../../config/actions.xml:625 -msgid "Editar Grupo" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:188 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:189 +#: app/modules/web/Controllers/UserGroupController.php:188 +#: app/config/actions.xml:625 +msgid "Edit Group" msgstr "Edytuj grupę" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:205 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:206 -#: ../../../config/actions.xml:631 -msgid "Eliminar Grupo" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:205 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:206 +#: app/config/actions.xml:631 +msgid "Delete Group" msgstr "Usuń grupę" -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:95 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:282 -msgid "Perfiles" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:95 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:282 +msgid "Profiles" msgstr "Profile" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:136 -#: ../../../config/actions.xml:667 -msgid "Buscar Perfil" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:136 +#: app/config/actions.xml:667 +msgid "Search for Profile" msgstr "Szukaj profilu" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:151 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:152 -#: ../../../modules/web/Controllers/UserProfileController.php:110 -#: ../../../config/actions.xml:649 -msgid "Nuevo Perfil" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:151 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:152 +#: app/modules/web/Controllers/UserProfileController.php:110 +#: app/config/actions.xml:649 +msgid "New Profile" msgstr "Nowy profil" -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:169 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:170 -msgid "Ver Detalles de Perfil" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:169 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:170 +msgid "View Profile Details" msgstr "Pokaż szczegóły profilu" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:186 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:187 -#: ../../../modules/web/Controllers/UserProfileController.php:177 -#: ../../../config/actions.xml:655 -msgid "Editar Perfil" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:186 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:187 +#: app/modules/web/Controllers/UserProfileController.php:177 +#: app/config/actions.xml:655 +msgid "Edit Profile" msgstr "Edytuj profil" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:203 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:204 -#: ../../../config/actions.xml:661 -msgid "Eliminar Perfil" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:203 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:204 +#: app/config/actions.xml:661 +msgid "Delete Profile" msgstr "Usuń profil" -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:261 -msgid "Buscar" +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:261 +#: app/modules/web/themes/material-blue/inc/Icons.php:58 +msgid "Search" msgstr "Szukaj" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:344 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:24 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:27 -#: ../../../config/actions.xml:691 -msgid "Configuración" +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:344 +#: app/modules/web/themes/material-blue/inc/Icons.php:61 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:24 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:27 +#: app/config/actions.xml:691 +msgid "Configuration" msgstr "Ustawienie" -#: ../../../modules/web/Controllers/InstallController.php:59 -msgid "Módulo no disponible" +#: app/modules/web/Controllers/InstallController.php:59 +msgid "Module unavailable" msgstr "Moduł niedostępny" -#: ../../../modules/web/Controllers/InstallController.php:60 -msgid "Sin este módulo la aplicación puede no funcionar correctamente." +#: app/modules/web/Controllers/InstallController.php:60 +msgid "Without this module the application could not run correctly" msgstr "Bez tego modułu aplikacja może działać nieprawidłowo" +#: app/modules/web/Controllers/InstallController.php:89 +msgid "Installation finished" +msgstr "Instalacja zakończona" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ItemPresetController.php:73 -#: ../../../config/actions.xml:865 -msgid "Ver Valor" +#: app/modules/web/Controllers/ItemPresetController.php:73 +#: app/config/actions.xml:865 +msgid "Display Value" msgstr "Display Value" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ItemPresetController.php:207 -#: ../../../config/actions.xml:871 -msgid "Nuevo Valor" +#: app/modules/web/Controllers/ItemPresetController.php:207 +#: app/config/actions.xml:871 +msgid "New Value" msgstr "New Value" -#: ../../../modules/web/Controllers/ItemsController.php:130 -msgid "No hay no hay notificaciones pendientes" +#: app/modules/web/Controllers/ItemPresetController.php:277 +#: app/modules/web/Controllers/ItemPresetController.php:280 +msgid "Values deleted" +msgstr "Values deleted" + +#: app/modules/web/Controllers/ItemPresetController.php:288 +#: app/modules/web/Controllers/ItemPresetController.php:292 +msgid "Value deleted" +msgstr "Value deleted" + +#: app/modules/web/Controllers/ItemPresetController.php:322 +#: app/modules/web/Controllers/ItemPresetController.php:327 +msgid "Value created" +msgstr "Value created" + +#: app/modules/web/Controllers/ItemPresetController.php:363 +#: app/modules/web/Controllers/ItemPresetController.php:368 +msgid "Value updated" +msgstr "Value updated" + +#: app/modules/web/Controllers/ItemsController.php:130 +msgid "There aren't any pending notifications" msgstr "There aren't any pending notifications" -#: ../../../modules/web/Controllers/ItemsController.php:131 +#: app/modules/web/Controllers/ItemsController.php:131 #, php-format -msgid "Hay notificaciones pendientes: %d" +msgid "There are pending notifications: %d" msgstr "There are pending notifications: %d" -#: ../../../modules/web/Controllers/PublicLinkController.php:114 -msgid "Nuevo Enlace Público" +#: app/modules/web/Controllers/LoginController.php:121 +msgid "Logout session" +msgstr "Wyloguj sesję" + +#: app/modules/web/Controllers/LoginController.php:123 +msgid "Inactive time" +msgstr "Czas nieaktywności" + +#: app/modules/web/Controllers/LoginController.php:124 +msgid "Total time" +msgstr "Czas całkowity" + +#: app/modules/web/Controllers/NotificationController.php:268 +#: app/modules/web/Controllers/NotificationController.php:271 +msgid "Notifications deleted" +msgstr "Notifications deleted" + +#: app/modules/web/Controllers/NotificationController.php:283 +#: app/modules/web/Controllers/NotificationController.php:287 +msgid "Notification deleted" +msgstr "Powiadomienie usunięto" + +#: app/modules/web/Controllers/NotificationController.php:284 +#: app/modules/web/Controllers/NotificationController.php:317 +#: lib/SP/Providers/Notification/NotificationHandler.php:155 +msgid "Notification" +msgstr "Notification" + +#: app/modules/web/Controllers/NotificationController.php:316 +#: app/modules/web/Controllers/NotificationController.php:320 +msgid "Notification read" +msgstr "Notification read" + +#: app/modules/web/Controllers/NotificationController.php:348 +#: app/modules/web/Controllers/NotificationController.php:351 +msgid "Notification created" +msgstr "Notification created" + +#: app/modules/web/Controllers/NotificationController.php:383 +#: app/modules/web/Controllers/NotificationController.php:386 +msgid "Notification updated" +msgstr "Notification updated" + +#: app/modules/web/Controllers/PluginController.php:199 +#: app/modules/web/Controllers/PluginController.php:202 +msgid "Plugin enabled" +msgstr "Plugin włączony" + +#: app/modules/web/Controllers/PluginController.php:226 +#: app/modules/web/Controllers/PluginController.php:229 +#: lib/SP/Plugin/PluginManager.php:219 lib/SP/Plugin/PluginManager.php:339 +msgid "Plugin disabled" +msgstr "Plugin wyłączony" + +#: app/modules/web/Controllers/PluginController.php:253 +#: app/modules/web/Controllers/PluginController.php:256 +msgid "Plugin reset" +msgstr "Resetuj plugin" + +#: app/modules/web/Controllers/PluginController.php:285 +msgid "Plugins deleted" +msgstr "Plugins deleted" + +#: app/modules/web/Controllers/PluginController.php:291 +msgid "Plugin deleted" +msgstr "Plugin deleted" + +#: app/modules/web/Controllers/PublicLinkController.php:114 +msgid "New Public Link" msgstr "New Public Link" -#: ../../../modules/web/Controllers/PublicLinkController.php:204 -msgid "Editar Enlace Público" +#: app/modules/web/Controllers/PublicLinkController.php:180 +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:89 +msgid "Link updated" +msgstr "Link zaktualizowany" + +#: app/modules/web/Controllers/PublicLinkController.php:204 +msgid "Edit Public Link" msgstr "Edit Public Link" +#: app/modules/web/Controllers/PublicLinkController.php:243 +#: app/modules/web/Controllers/PublicLinkController.php:246 +msgid "Links deleted" +msgstr "Links deleted" + +#: app/modules/web/Controllers/PublicLinkController.php:254 +#: app/modules/web/Controllers/PublicLinkController.php:258 +msgid "Link deleted" +msgstr "Link usunięty" + +#. (itstool) path: strings/text +#: app/modules/web/Controllers/PublicLinkController.php:255 +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:90 app/config/strings.xml:9 +msgid "Link" +msgstr "Link" + +#: app/modules/web/Controllers/PublicLinkController.php:286 +#: app/modules/web/Controllers/PublicLinkController.php:323 +msgid "Link created" +msgstr "Link utworzony" + +#: app/modules/web/Controllers/StatusController.php:93 +msgid "Version unavailable" +msgstr "Version unavailable" + +#: app/modules/web/Controllers/StatusController.php:140 +msgid "Notifications not available" +msgstr "Notifications not available" + +#: app/modules/web/Controllers/TagController.php:207 +msgid "Tags deleted" +msgstr "Tags deleted" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/TagController.php:302 -#: ../../../config/actions.xml:511 -msgid "Ver Etiqueta" +#: app/modules/web/Controllers/TagController.php:302 app/config/actions.xml:511 +msgid "View Tag" msgstr "View Tag" +#: app/modules/web/Controllers/TrackController.php:114 +msgid "Track unlocked" +msgstr "Track unlocked" + +#: app/modules/web/Controllers/TrackController.php:140 +msgid "Tracks cleared out" +msgstr "Tracks cleared out" + +#: app/modules/web/Controllers/Traits/ConfigTrait.php:68 +msgid "Configuration updated" +msgstr "Konfiguracja została zaktualizowana" + +#: app/modules/web/Controllers/Traits/ConfigTrait.php:72 +#, fuzzy +msgid "Error while saving the configuration" +msgstr "Błąd zapisu konfiguracji" + +#: app/modules/web/Controllers/Traits/ItemTrait.php:122 +#: app/modules/web/Controllers/Traits/ItemTrait.php:177 +#: lib/SP/Core/Crypt/OldCrypt.php:176 lib/SP/Core/Crypt/OldCrypt.php:188 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:59 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:154 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:244 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:334 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:389 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:417 +#: lib/SP/Services/Account/AccountService.php:227 +#: lib/SP/Services/Account/AccountService.php:232 +#: lib/SP/Services/Api/ApiService.php:129 +#: lib/SP/Services/Api/ApiService.php:229 +#: lib/SP/Services/Api/ApiService.php:237 +#: lib/SP/Services/Auth/LoginService.php:190 +#: lib/SP/Services/Auth/LoginService.php:354 +#: lib/SP/Services/Auth/LoginService.php:504 +#: lib/SP/Services/Auth/LoginService.php:509 +#: lib/SP/Services/Auth/LoginService.php:541 +#: lib/SP/Services/Auth/LoginService.php:648 +#: lib/SP/Services/AuthToken/AuthTokenService.php:311 +#: 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:232 +msgid "Internal error" +msgstr "Wewnętrzny błąd aplikacji" + +#: app/modules/web/Controllers/Traits/ItemTrait.php:173 +msgid "Error while updating custom field's data" +msgstr "Error while updating custom field's data" + +#: app/modules/web/Controllers/UpgradeController.php:67 +msgid "The updating need to be confirmed" +msgstr "The updating need to be confirmed" + +#: app/modules/web/Controllers/UpgradeController.php:71 +msgid "Wrong security code" +msgstr "Wrong security code" + +#: app/modules/web/Controllers/UpgradeController.php:92 +#: app/modules/web/themes/material-blue/views/login/index.inc:88 +msgid "Application successfully updated" +msgstr "Aktualizacja aplikacji zakończona sukcesem" + +#: app/modules/web/Controllers/UpgradeController.php:92 +msgid "You will be redirected to log in within 5 seconds" +msgstr "You will be redirected to log in within 5 seconds" + +#: app/modules/web/Controllers/UserController.php:235 +#: app/modules/web/Controllers/UserController.php:356 +#: app/modules/web/Controllers/UserPassResetController.php:107 +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:65 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:238 +msgid "Password Change" +msgstr "Zmiana hasła" + +#: app/modules/web/Controllers/UserController.php:275 +#: app/modules/web/Controllers/UserController.php:278 +msgid "Users deleted" +msgstr "Usunięto użytkownika" + +#: app/modules/web/Controllers/UserController.php:286 +#: app/modules/web/Controllers/UserController.php:290 +msgid "User deleted" +msgstr "Użytkownik został usunięty" + +#: app/modules/web/Controllers/UserController.php:322 +#: app/modules/web/Controllers/UserController.php:328 +msgid "User added" +msgstr "Użytkownik został dodany" + +#: app/modules/web/Controllers/UserController.php:387 +#: app/modules/web/Controllers/UserController.php:393 +msgid "User updated" +msgstr "Użytkownik zostal zaktualizowany" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/UserController.php:458 -#: ../../../config/actions.xml:577 -msgid "Ver Usuario" +#: app/modules/web/Controllers/UserController.php:458 +#: app/config/actions.xml:577 +msgid "View User" msgstr "Pokaż szczegóły użytkownika" +#: app/modules/web/Controllers/UserGroupController.php:226 +#: app/modules/web/Controllers/UserGroupController.php:229 +msgid "Groups deleted" +msgstr "Groups deleted" + +#: app/modules/web/Controllers/UserPassResetController.php:92 +msgid "Wrong data" +msgstr "Wrong data" + +#: app/modules/web/Controllers/UserPassResetController.php:96 +msgid "Unable to reset the password" +msgstr "Unable to reset the password" + +#: app/modules/web/Controllers/UserPassResetController.php:103 +msgid "Password Recovery" +msgstr "Odzyskiwanie hasła" + +#: app/modules/web/Controllers/UserPassResetController.php:104 +msgid "Requested for" +msgstr "Zgłoszony" + +#: app/modules/web/Controllers/UserPassResetController.php:109 +msgid "Request sent" +msgstr "Żądanie zostało wysłane" + +#: app/modules/web/Controllers/UserPassResetController.php:109 +msgid "You will receive an email to complete the request shortly." +msgstr "Wkrótce otrzymasz wiadomość email aby zrealizować żądanie." + +#: app/modules/web/Controllers/UserPassResetController.php:126 +#: lib/SP/Services/Api/ApiService.php:96 +#: lib/SP/Services/Auth/LoginService.php:138 +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:103 +msgid "Attempts exceeded" +msgstr "Attempts exceeded" + +#: app/modules/web/Controllers/UserPassResetController.php:179 +#: app/modules/web/Forms/AuthTokenForm.php:101 +#: app/modules/web/Forms/UserForm.php:157 +msgid "Password cannot be blank" +msgstr "Hasło nie może być puste" + +#: app/modules/web/Controllers/UserProfileController.php:215 +#: app/modules/web/Controllers/UserProfileController.php:218 +msgid "Profiles deleted" +msgstr "Profiles deleted" + +#: app/modules/web/Controllers/UserProfileController.php:227 +#: app/modules/web/Controllers/UserProfileController.php:231 +msgid "Profile deleted" +msgstr "Profil został usunięty" + +#: app/modules/web/Controllers/UserProfileController.php:262 +msgid "Profile added" +msgstr "Profil został dodany" + +#: app/modules/web/Controllers/UserProfileController.php:300 +msgid "Profile updated" +msgstr "Profil został zaktualizowany" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/UserProfileController.php:326 -#: ../../../config/actions.xml:643 -msgid "Ver Perfil" +#: app/modules/web/Controllers/UserProfileController.php:326 +#: app/config/actions.xml:643 +msgid "View Profile" msgstr "Pokaż szczegóły profilu" -#: ../../../modules/web/Controllers/UserSettingsManagerController.php:87 -msgid "Preferencias" +#: app/modules/web/Controllers/UserSettingsGeneralController.php:74 +msgid "Preferences updated" +msgstr "Ustawienia zostały zaktualizowane" + +#: app/modules/web/Controllers/UserSettingsManagerController.php:87 +msgid "Preferences" msgstr "Ustawienia" -#: ../../../config/strings.js.inc:26 -msgid "Error en la consulta" +#: app/modules/web/Forms/AccountForm.php:131 +msgid "A key is needed" +msgstr "Klucz jest wymagany" + +#: app/modules/web/Forms/AccountForm.php:171 +msgid "An account name needed" +msgstr "Nazwa konta jest wymagana" + +#: app/modules/web/Forms/AccountForm.php:175 +#: app/modules/web/Forms/ClientForm.php:84 +#, fuzzy +msgid "A client name needed" +msgstr "Nazwa klienta jest wymagana" + +#: app/modules/web/Forms/AccountForm.php:179 +msgid "A category is needed" +msgstr "Kategoria jest wymagana" + +#: app/modules/web/Forms/AuthTokenForm.php:91 +msgid "User not set" +msgstr "Brak ustawionego użytkownika" + +#: app/modules/web/Forms/AuthTokenForm.php:95 +msgid "Action not set" +msgstr "Brak ustwionej akcji" + +#: app/modules/web/Forms/CategoryForm.php:83 +msgid "A category name needed" +msgstr "Nazwa kategorii jest wymagana" + +#: app/modules/web/Forms/CustomFieldDefForm.php:87 +msgid "Field name not set" +msgstr "Nazwa pola nie została ustawiona" + +#: app/modules/web/Forms/CustomFieldDefForm.php:91 +msgid "Field type not set" +msgstr "Typ pola nie został ustawiony" + +#: app/modules/web/Forms/CustomFieldDefForm.php:95 +msgid "Field module not set" +msgstr "Moduł pola nie został ustawiony" + +#: app/modules/web/Forms/ItemsPresetForm.php:116 +msgid "Value type not set or incorrect" +msgstr "Value type not set or incorrect" + +#: app/modules/web/Forms/ItemsPresetForm.php:133 +msgid "There aren't any defined permissions" +msgstr "There aren't any defined permissions" + +#: app/modules/web/Forms/ItemsPresetForm.php:182 +msgid "Invalid regular expression" +msgstr "Invalid regular expression" + +#: app/modules/web/Forms/ItemsPresetForm.php:208 +msgid "An element of type user, group or profile need to be set" +msgstr "An element of type user, group or profile need to be set" + +#: app/modules/web/Forms/NotificationForm.php:98 +msgid "A component is needed" +msgstr "A component is needed" + +#: app/modules/web/Forms/NotificationForm.php:102 +msgid "A type is needed" +msgstr "Typ jest wymagany" + +#: app/modules/web/Forms/NotificationForm.php:112 +msgid "A target is needed" +msgstr "A target is needed" + +#: app/modules/web/Forms/PublicLinkForm.php:85 +msgid "An account is needed" +msgstr "An account is needed" + +#: app/modules/web/Forms/TagForm.php:82 +msgid "A tag name is needed" +msgstr "Nazwa tagu jest wymagana" + +#: app/modules/web/Forms/UserForm.php:111 +#, fuzzy +msgid "An username is needed" +msgstr "Nazwa użytkownika jest wymagana" + +#: app/modules/web/Forms/UserForm.php:115 +msgid "A login is needed" +msgstr "Login jest wymagany" + +#: app/modules/web/Forms/UserForm.php:119 +msgid "A profile is needed" +msgstr "Profil jest wymagany" + +#: app/modules/web/Forms/UserForm.php:123 +msgid "A group is needed" +msgstr "Grupa jest wymagana" + +#: app/modules/web/Forms/UserForm.php:127 +msgid "An email is needed" +msgstr "Adres e-mail jest wymagany" + +#: app/modules/web/Forms/UserForm.php:179 +msgid "Unable to delete, user in use" +msgstr "Nie udało się usunąć użytkownika (jest on obecnie wykorzystywany)" + +#: app/modules/web/Forms/UserGroupForm.php:84 +msgid "A group name is needed" +msgstr "Nazwa grupy jest wymagana" + +#: app/modules/web/Forms/UserProfileForm.php:116 +msgid "A profile name is needed" +msgstr "Nazwa profilu jest wymagana" + +#: app/modules/web/themes/material-blue/inc/Icons.php:32 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:36 +msgid "Add" +msgstr "Dodaj" + +#: app/modules/web/themes/material-blue/inc/Icons.php:33 +msgid "View Details" +msgstr "Pokaż szczegóły" + +#: app/modules/web/themes/material-blue/inc/Icons.php:35 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:64 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:68 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:132 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:136 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:148 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:198 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:46 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:87 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:102 +msgid "Edit" +msgstr "Edycja" + +#: app/modules/web/themes/material-blue/inc/Icons.php:36 +#: app/modules/web/themes/material-blue/inc/Icons.php:66 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:134 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:155 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:184 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:206 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:134 +msgid "Delete" +msgstr "Usuń" + +#: app/modules/web/themes/material-blue/inc/Icons.php:37 +#, fuzzy +msgid "Change Password" +msgstr "Zmień hasło" + +#: app/modules/web/themes/material-blue/inc/Icons.php:38 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:200 +msgid "Application Admin" +msgstr "Administrator aplikacji" + +#: app/modules/web/themes/material-blue/inc/Icons.php:39 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:218 +#, fuzzy +msgid "Accounts Admin" +msgstr "Konto Admina" + +#: app/modules/web/themes/material-blue/inc/Icons.php:40 +msgid "LDAP User" +msgstr "Użytkownik LDAP" + +#: app/modules/web/themes/material-blue/inc/Icons.php:41 +#: app/modules/web/themes/material-blue/views/config/mail.inc:138 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:257 +msgid "Disabled" +msgstr "Wyłączone" + +#: app/modules/web/themes/material-blue/inc/Icons.php:42 +msgid "Enabled" +msgstr "Włączone" + +#: app/modules/web/themes/material-blue/inc/Icons.php:43 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:184 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:49 +msgid "Update" +msgstr "Aktualizuj" + +#: app/modules/web/themes/material-blue/inc/Icons.php:44 +msgid "Copy" +msgstr "Kopiuj" + +#: app/modules/web/themes/material-blue/inc/Icons.php:46 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:84 +msgid "Email" +msgstr "Email" + +#: app/modules/web/themes/material-blue/inc/Icons.php:50 +msgid "Restore" +msgstr "Przywróć" + +#: app/modules/web/themes/material-blue/inc/Icons.php:52 +#: app/config/strings.js.inc:79 +msgid "Help" +msgstr "Pomoc" + +#: app/modules/web/themes/material-blue/inc/Icons.php:53 +msgid "Clear" +msgstr "Wyczyść" + +#: app/modules/web/themes/material-blue/inc/Icons.php:54 +msgid "Perform" +msgstr "Wykonaj" + +#: app/modules/web/themes/material-blue/inc/Icons.php:55 +msgid "Download" +msgstr "Pobierz" + +#: app/modules/web/themes/material-blue/inc/Icons.php:56 +#: app/config/strings.js.inc:85 +msgid "Warning" +msgstr "Ostrzeżenie" + +#: app/modules/web/themes/material-blue/inc/Icons.php:57 +msgid "Check" +msgstr "Sprawdź" + +#: app/modules/web/themes/material-blue/inc/Icons.php:64 +msgid "Critical" +msgstr "Krytyczne" + +#: app/modules/web/themes/material-blue/inc/Icons.php:67 +msgid "Previous page" +msgstr "Poprzednia strona" + +#: app/modules/web/themes/material-blue/inc/Icons.php:68 +msgid "Next page" +msgstr "Następna strona" + +#: app/modules/web/themes/material-blue/inc/Icons.php:69 +msgid "First page" +msgstr "Pierwsza strona" + +#: app/modules/web/themes/material-blue/inc/Icons.php:70 +msgid "Last page" +msgstr "Ostatnia strona" + +#: lib/SP/Bootstrap.php:278 +#, php-format +msgid "Required PHP version >= %s <= %s" +msgstr "Required PHP version >= %s <= %s" + +#: lib/SP/Bootstrap.php:280 +msgid "Please update the PHP version to run sysPass" +msgstr "SysPass wymaga wyższej wersji PHP" + +#: lib/SP/Config/ConfigUtil.php:94 +#, fuzzy +msgid "\"/config\" directory does not exist." +msgstr "Katalog \"config\" nie istnieje" + +#: lib/SP/Config/ConfigUtil.php:100 +#, fuzzy +msgid "Unable to write into \"/config\" directory" +msgstr "Nie można zapisywać do katalogu \"config\"" + +#: lib/SP/Config/ConfigUtil.php:109 +#, fuzzy +msgid "\"/config\" directory permissions are wrong" +msgstr "Katalog \"config\" ma nieprawidłowe uprawnienia" + +#: lib/SP/Config/ConfigUtil.php:111 +#, php-format +msgid "Current: %s - Needed: 750" +msgstr "Current: %s - Needed: 750" + +#: lib/SP/Core/Acl/Acl.php:294 lib/SP/Services/Auth/LoginService.php:604 +msgid "N/A" +msgstr "Nie dotyczy" + +#: lib/SP/Core/Acl/Acl.php:299 +msgid "Access denied" +msgstr "Odmowa dostępu" + +#: lib/SP/Core/Acl/Actions.php:176 +msgid "Action not found" +msgstr "Action not found" + +#: lib/SP/Core/Acl/UnauthorizedPageException.php:45 +#: lib/SP/Util/ErrorUtil.php:156 +msgid "You don't have permission to access this page" +msgstr "Nie masz uprawnień aby wejść na tą stronę" + +#: lib/SP/Core/Context/ContextBase.php:73 +msgid "Unable to change password value" +msgstr "Unable to change password value" + +#: lib/SP/Core/Context/ContextBase.php:103 +#: lib/SP/Core/Context/ContextBase.php:126 +msgid "Context already initialized" +msgstr "Context already initialized" + +#: lib/SP/Core/Context/ContextBase.php:109 +msgid "Invalid context" +msgstr "Invalid context" + +#: lib/SP/Core/Context/ContextBase.php:154 +msgid "Context not initialized" +msgstr "Context not initialized" + +#: lib/SP/Core/Context/SessionContext.php:547 +msgid "Session cannot be initialized" +msgstr "Sesja nie może zostać zainicjalizowana" + +#: lib/SP/Core/Crypt/OldCrypt.php:178 +msgid "Crypto module cannot be loaded" +msgstr "Nie można załadować modułu Crypto" + +#: lib/SP/Core/Crypt/OldCrypt.php:190 +#, fuzzy +msgid "Error while creating the encrypted data" +msgstr "Błąd podczas tworzenia zaszyfrowanych danych" + +#: lib/SP/Core/Events/Event.php:57 +msgid "An object is needed" +msgstr "Objekt jest wymagany" + +#: lib/SP/Core/Events/EventDispatcherBase.php:85 +msgid "Observer not initialized" +msgstr "Obserwator nie został zainicjalizowany" + +#: lib/SP/Core/UI/Theme.php:185 +msgid "Invalid icons class" +msgstr "Invalid icons class" + +#: lib/SP/Html/DataGrid/DataGridBase.php:302 lib/SP/Mvc/View/Template.php:126 +#, fuzzy, php-format +msgid "Unable to retrieve \"%s\" template: %s" +msgstr "Błąd przetwarzania \"%s\" szablonu: %s " + +#: 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 "Invalid IP" +msgstr "Invalid IP" + +#: lib/SP/Http/Json.php:180 +msgid "Encoding error" +msgstr "Błąd kodowania" + +#: lib/SP/Http/XMLRPCResponseParse.php:69 +msgid "Invalid XML-RPC response" +msgstr "Nieprawidłowa odpowiedź XML-RPC" + +#: lib/SP/Mvc/Controller/ControllerTrait.php:70 +msgid "Session not started or timed out" +msgstr "Sesja nie została zainicjowana bądź wygasła" + +#: lib/SP/Mvc/Controller/ControllerTrait.php:115 +#: lib/SP/Mvc/Controller/ControllerTrait.php:124 +msgid "Invalid Action" +msgstr "Nieprawidłowa akcja" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:71 +#, php-format +msgid "Password needs to be %d characters long" +msgstr "Password needs to be %d characters long" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:77 +msgid "Password does not contain the required characters" +msgstr "Password does not contain the required characters" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:82 +msgid "Password needs to contain letters" +msgstr "Password needs to contain letters" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:86 +msgid "Password needs to contain lower case letters" +msgstr "Password needs to contain lower case letters" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:90 +msgid "Password needs to contain upper case letters" +msgstr "Password needs to contain upper case letters" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:95 +msgid "Password needs to contain numbers" +msgstr "Password needs to contain numbers" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:99 +msgid "Password needs to contain symbols" +msgstr "Password needs to contain symbols" + +#: lib/SP/Mvc/Model/QueryCondition.php:71 +msgid "Invalid filter type" +msgstr "Invalid filter type" + +#: lib/SP/Mvc/View/Components/SelectItemAdapter.php:95 +#: lib/SP/Mvc/View/Components/SelectItemAdapter.php:157 +msgid "Wrong object type" +msgstr "Wrong object type" + +#: lib/SP/Mvc/View/Template.php:301 lib/SP/Mvc/View/Template.php:365 +#, fuzzy, php-format +msgid "Unable to retrieve \"%s\" variable" +msgstr "Błąd pobierania zmiennej \"%s\"" + +#: lib/SP/Mvc/View/Template.php:334 +#, fuzzy, php-format +msgid "Unable to unset \"%s\" variable" +msgstr "Nie można usunąć zmiennej \"%s\"" + +#: lib/SP/Mvc/View/Template.php:355 +msgid "Template does not contain files" +msgstr "Szablon nie zawiera plików" + +#: lib/SP/Plugin/PluginManager.php:170 +#, php-format +msgid "Plugin version not compatible (%s)" +msgstr "Plugin version not compatible (%s)" + +#: lib/SP/Plugin/PluginManager.php:192 +#, fuzzy, php-format +msgid "Unable to load the \"%s\" plugin" +msgstr "Błąd ładowania pluginu \"%s\"" + +#: lib/SP/Plugin/PluginManager.php:254 +msgid "Plugin available" +msgstr "Plugin available" + +#: lib/SP/Plugin/PluginManager.php:264 +msgid "Plugin unavailable" +msgstr "Plugin unavailable" + +#: lib/SP/Plugin/PluginManager.php:294 +msgid "Plugin loaded" +msgstr "Plugin loaded" + +#. (itstool) path: action/text +#: lib/SP/Plugin/PluginManager.php:319 app/config/actions.xml:535 +msgid "New Plugin" +msgstr "Nowy plugin" + +#: lib/SP/Providers/Auth/AuthProvider.php:208 +msgid "Method unavailable" +msgstr "Metoda niedostępna" + +#: lib/SP/Providers/Auth/AuthProvider.php:212 +msgid "Method already initialized" +msgstr "Metoda zainicjowana juz wcześniej" + +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:119 +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:126 +#, fuzzy +msgid "Error while searching the group RDN" +msgstr "Błąd podczas wyszukiwania grupy RDN" + +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:205 +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:210 +#, fuzzy +msgid "Error while searching the user on LDAP" +msgstr "Błąd podczas szukania użytkownika w LDAPie" + +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:259 +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:265 +msgid "Error while searching objects in base DN" +msgstr "Błąd wyszukiwania obiektów w bazowym DN" + +#: 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 +#, fuzzy +msgid "Unable to connect to LDAP server" +msgstr "Błąd połączenia z serwerem LDAP" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:142 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:189 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:70 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:39 +#: app/modules/web/themes/material-blue/views/config/info.inc:75 +#: app/modules/web/themes/material-blue/views/config/info.inc:78 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:94 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:119 +#: app/modules/web/themes/material-blue/views/config/mail.inc:59 +#: app/modules/web/themes/material-blue/views/config/mail.inc:66 +msgid "Server" +msgstr "Serwer" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:169 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:171 +#, fuzzy +msgid "LDAP parameters are not set" +msgstr "Parametry połączenie nie zostały ustawione (LDAP)" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:231 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:237 +msgid "Connection error (BIND)" +msgstr "Błąd połączenia (BIND)" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:301 +msgid "Error while disconnecting from LDAP server" +msgstr "Error while disconnecting from LDAP server" + +#: 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 "User in group verified" +msgstr "Użytkownik zweryfikowany w grupie" + +#: lib/SP/Providers/Auth/Ldap/LdapMsAds.php:144 +#: lib/SP/Providers/Auth/Ldap/LdapStd.php:141 +#, fuzzy +msgid "User does not belong to the group" +msgstr "Użytkownik nie należy do tej grupy" + +#: lib/SP/Providers/Mail/MailHandler.php:124 +#, php-format +msgid "Performed by: %s (%s)" +msgstr "Performed by: %s (%s)" + +#: lib/SP/Providers/Mail/MailHandler.php:125 +#, php-format +msgid "IP Address: %s" +msgstr "IP Address: %s" + +#: lib/SP/Providers/Mail/MailProvider.php:91 +msgid "Unable to initialize" +msgstr "Unable to initialize" + +#: lib/SP/Repositories/Account/AccountFileRepository.php:77 +msgid "Error while saving file" +msgstr "Błąd podczas zapisu pliku" + +#: lib/SP/Repositories/Account/AccountFileRepository.php:279 +#, fuzzy +msgid "Error while deleting the file" +msgstr "Błąd poczas usuwania pliku" + +#: lib/SP/Repositories/Account/AccountFileRepository.php:302 +#: lib/SP/Services/Account/AccountFileService.php:145 +msgid "Error while deleting the files" +msgstr "Error while deleting the files" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:143 +msgid "Error while updating history" +msgstr "Błąd podczas aktualizacji historii" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:162 +#: lib/SP/Repositories/Account/AccountRepository.php:321 +#: lib/SP/Services/Account/AccountHistoryService.php:192 +#, fuzzy +msgid "Error while deleting the account" +msgstr "Błąd podczas usuwania konta" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:292 +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:315 +#: lib/SP/Repositories/Account/AccountRepository.php:501 +#: lib/SP/Services/Account/AccountService.php:616 +msgid "Error while deleting the accounts" +msgstr "Error while deleting the accounts" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:436 +#: lib/SP/Repositories/Account/AccountRepository.php:235 +#: lib/SP/Repositories/Account/AccountRepository.php:260 +#: lib/SP/Repositories/User/UserRepository.php:165 +#: lib/SP/Services/Account/AccountHistoryService.php:233 +#: lib/SP/Services/User/UserService.php:331 +msgid "Error while updating the password" +msgstr "" + +#: lib/SP/Repositories/Account/AccountRepository.php:200 +#, fuzzy +msgid "Error while creating the account" +msgstr "Błąd podczas tworzenia konta" + +#: lib/SP/Repositories/Account/AccountRepository.php:301 +#: lib/SP/Services/Account/AccountService.php:582 +#, fuzzy +msgid "Error on restoring the account" +msgstr "Błąd podczas odzyskiwania hasła" + +#: lib/SP/Repositories/Account/AccountRepository.php:382 +#: lib/SP/Repositories/Account/AccountRepository.php:431 +#, fuzzy +msgid "Error while updating the account" +msgstr "Błąd podczas aktualizacji konta" + +#: lib/SP/Repositories/Account/AccountRepository.php:451 +#: lib/SP/Repositories/Account/AccountRepository.php:623 +#: lib/SP/Services/Account/AccountHistoryService.php:75 +#, fuzzy +msgid "Error while retrieving account's data" +msgstr "Błąd podczas pobierania danych konta" + +#: lib/SP/Repositories/Account/AccountToFavoriteRepository.php:71 +msgid "Error while adding favorite" +msgstr "Błąd podczas dodawania do ulubionych" + +#: lib/SP/Repositories/Account/AccountToFavoriteRepository.php:91 +msgid "Error while deleting favorite" +msgstr "Błąd usuwania ulubionych" + +#: lib/SP/Repositories/Account/AccountToTagRepository.php:94 +#, fuzzy +msgid "Error while removing the account's tags" +msgstr "Błąd przy usuwaniu tagów konta" + +#: lib/SP/Repositories/Account/AccountToTagRepository.php:115 +msgid "Error while adding the account's tags" +msgstr "Error while adding the account's tags" + +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:106 +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:139 +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:191 +#, fuzzy +msgid "Error while deleting the account's groups" +msgstr "Błąd podczas usuwania grup" + +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:164 +#, fuzzy +msgid "Error while updating the secondary groups" +msgstr "Błąd podczas aktualizacji drugiej grupy" + +#: lib/SP/Repositories/Account/AccountToUserRepository.php:76 +#: lib/SP/Repositories/Account/AccountToUserRepository.php:132 +#, fuzzy +msgid "Error while deleting the account users" +msgstr "Błąd podczas usuwania użytkowników" + +#: lib/SP/Repositories/Account/AccountToUserRepository.php:103 +#, fuzzy +msgid "Error while updating the account users" +msgstr "Błąd podczas aktualizacji użytkowników związanych z kontem" + +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:221 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:309 +msgid "The authorization already exist" +msgstr "Upoważnienie już istnieje" + +#: lib/SP/Repositories/Category/CategoryRepository.php:58 +msgid "Duplicated category" +msgstr "Zduplikowana kategoria" + +#: lib/SP/Repositories/Category/CategoryRepository.php:68 +#, fuzzy +msgid "Error while creating the category" +msgstr "Błąd poczas tworzenia kategorii" + +#: lib/SP/Repositories/Category/CategoryRepository.php:107 +msgid "Duplicated category name" +msgstr "Ta nazwa kategorii już istnieje" + +#: lib/SP/Repositories/Category/CategoryRepository.php:125 +#, fuzzy +msgid "Error while updating the category" +msgstr "Błąd podczas aktualizacji kategorii" + +#: lib/SP/Repositories/Category/CategoryRepository.php:253 +msgid "Error while deleting the categories" +msgstr "Error while deleting the categories" + +#: lib/SP/Repositories/Category/CategoryRepository.php:275 +#, fuzzy +msgid "Error while deleting the category" +msgstr "Błąd poczas usuwania kategorii" + +#: lib/SP/Repositories/Client/ClientRepository.php:62 +#: lib/SP/Repositories/Client/ClientRepository.php:116 +#, fuzzy +msgid "Duplicated client" +msgstr "Duplikat wpisu klienta" + +#: lib/SP/Repositories/Client/ClientRepository.php:80 +#, fuzzy +msgid "Error while creating the client" +msgstr "Błąd podczas tworzenia klienta" + +#: lib/SP/Repositories/Client/ClientRepository.php:136 +#, fuzzy +msgid "Error while updating the client" +msgstr "Błąd podczas aktualizacji klienta" + +#: lib/SP/Repositories/Client/ClientRepository.php:264 +#: lib/SP/Services/Client/ClientService.php:127 +msgid "Error while deleting the clients" +msgstr "Error while deleting the clients" + +#: lib/SP/Repositories/Client/ClientRepository.php:283 +#, fuzzy +msgid "Error while deleting the client" +msgstr "Bład poczas usuwania klienta" + +#: lib/SP/Repositories/Client/ClientRepository.php:345 +msgid "Wrong filter" +msgstr "Wrong filter" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:75 +#, fuzzy +msgid "Error while creating the custom field" +msgstr "Błąd przy tworzeniu własnego pola" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:118 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:165 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:193 +#, fuzzy +msgid "Error while updating the custom field" +msgstr "Błąd przy aktualizacji własnego pola" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:159 +msgid "Custom field not found" +msgstr "Custom field not found" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:239 +msgid "Error while removing the custom fields" +msgstr "Error while removing the custom fields" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:259 +#, fuzzy +msgid "Error while removing the custom field" +msgstr "Błąd przy usuwaniu własnego pola" + +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:61 +msgid "Error while creating the field type" +msgstr "Error while creating the field type" + +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:97 +msgid "Error while updating the field type" +msgstr "Error while updating the field type" + +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:179 +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:198 +msgid "Error while deleting the field type" +msgstr "Error while deleting the field type" + +#: lib/SP/Repositories/EventLog/EventlogRepository.php:53 +#, fuzzy +msgid "Error while clearing the event log out" +msgstr "Błąd przy czyszczeniu logu" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:76 +msgid "Error while creating the permission" +msgstr "Error while creating the permission" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:115 +msgid "Error while updating the permission" +msgstr "Error while updating the permission" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:134 +msgid "Error while removing the permission" +msgstr "Error while removing the permission" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:249 +msgid "Error while removing the permissions" +msgstr "Error while removing the permissions" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:79 +#, fuzzy +msgid "Error while adding the notification" +msgstr "Błąd przy dodawaniu powiadomień" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:119 +#: lib/SP/Repositories/Notification/NotificationRepository.php:478 +#, fuzzy +msgid "Error while updating the notification" +msgstr "Błąd aktualizacji powiadomień" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:138 +#: lib/SP/Repositories/Notification/NotificationRepository.php:157 +#, fuzzy +msgid "Error while deleting the notification" +msgstr "Błąd przy usuwaniu powiadomień" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:180 +#: lib/SP/Repositories/Notification/NotificationRepository.php:303 +#: lib/SP/Services/Notification/NotificationService.php:140 +#: lib/SP/Services/Notification/NotificationService.php:159 +msgid "Error while deleting the notifications" +msgstr "Error while deleting the notifications" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:213 +msgid "Error while retrieving notification" +msgstr "Błąd pobierania powiadomień" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:243 +#: lib/SP/Repositories/Notification/NotificationRepository.php:515 +#: lib/SP/Repositories/Notification/NotificationRepository.php:548 +#: lib/SP/Repositories/Notification/NotificationRepository.php:582 +#: lib/SP/Repositories/Notification/NotificationRepository.php:615 +#, fuzzy +msgid "Error while retrieving the notifications" +msgstr "Błąd pobierania powiadomień" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:70 +#, fuzzy +msgid "Error while adding the plugin" +msgstr "Błąd przy dodawaniu pluginu" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:104 +#: lib/SP/Repositories/Plugin/PluginRepository.php:348 +#: lib/SP/Repositories/Plugin/PluginRepository.php:368 +#: lib/SP/Repositories/Plugin/PluginRepository.php:388 +#: lib/SP/Repositories/Plugin/PluginRepository.php:408 +#: lib/SP/Repositories/Plugin/PluginRepository.php:427 +#, fuzzy +msgid "Error while updating the plugin" +msgstr "Błąd aktualizacji pluginu" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:212 +#: lib/SP/Services/Plugin/PluginService.php:137 +msgid "Error while deleting the plugins" +msgstr "Error while deleting the plugins" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:232 +#, fuzzy +msgid "Error while deleting the plugin" +msgstr "Błąd przy usuwaniu pluginu" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:63 +#, fuzzy +msgid "Error while removing the link" +msgstr "Błąd przy usuwaniu linku" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:255 +msgid "Link already created" +msgstr "Link już istnieje" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:282 +#, fuzzy +msgid "Error while creating the link" +msgstr "Błąd przy tworzeniu linku" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:341 +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:389 +#, fuzzy +msgid "Error while updating the link" +msgstr "Błąd przy aktualizacji linku" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:424 +msgid "Error while renewing link" +msgstr "Błąd przy odświeżaniu linku" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:466 +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:507 +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:528 +#, fuzzy +msgid "Error while retrieving the link" +msgstr "Błąd pobierania linku" + +#: lib/SP/Repositories/Tag/TagRepository.php:60 +#: lib/SP/Repositories/Tag/TagRepository.php:108 +msgid "Duplicated tag" +msgstr "Zduplikowany tag" + +#: lib/SP/Repositories/Tag/TagRepository.php:69 +#, fuzzy +msgid "Error while creating the tag" +msgstr "Błąd przy tworzeniu tagu" + +#: lib/SP/Repositories/Tag/TagRepository.php:118 +#, fuzzy +msgid "Error while updating the tag" +msgstr "Błąd przy aktualizacji tagu" + +#: lib/SP/Repositories/Tag/TagRepository.php:243 +#: lib/SP/Services/Tag/TagService.php:126 +msgid "Error while removing the tags" +msgstr "Error while removing the tags" + +#: lib/SP/Repositories/Tag/TagRepository.php:262 +#, fuzzy +msgid "Error while removing the tag" +msgstr "Błąd przy usuwaniu tagu" + +#: lib/SP/Repositories/Track/TrackRepository.php:68 +msgid "Error while creating track" +msgstr "Error while creating track" + +#: lib/SP/Repositories/Track/TrackRepository.php:85 +msgid "Error while removing the track" +msgstr "Error while removing the track" + +#: lib/SP/Repositories/Track/TrackRepository.php:102 +msgid "Error while updating the track" +msgstr "Error while updating the track" + +#: lib/SP/Repositories/Track/TrackRepository.php:118 +msgid "Error while clearing tracks out" +msgstr "Error while clearing tracks out" + +#: lib/SP/Repositories/Track/TrackRepository.php:146 +msgid "Error while retrieving the track" +msgstr "Error while retrieving the track" + +#: lib/SP/Repositories/Track/TrackRepository.php:169 +#: lib/SP/Repositories/Track/TrackRepository.php:202 +msgid "Error while retrieving the tracks" +msgstr "Error while retrieving the tracks" + +#: lib/SP/Repositories/User/UserPassRecoverRepository.php:86 +msgid "Error while generating the recovering hash" +msgstr "Błąd podczas generowania hasha odzyskiwania" + +#: lib/SP/Repositories/User/UserPassRecoverRepository.php:112 +#, fuzzy +msgid "Error while checking hash" +msgstr "Błąd przy sprawdzaniu hasha" + +#: lib/SP/Repositories/User/UserRepository.php:63 +#: lib/SP/Repositories/User/UserRepository.php:430 +msgid "Duplicated user login/email" +msgstr "Email/login istnieje" + +#: lib/SP/Repositories/User/UserRepository.php:100 +#: lib/SP/Repositories/User/UserRepository.php:677 +#: lib/SP/Services/User/UserService.php:310 +#, fuzzy +msgid "Error while updating the user" +msgstr "Błąd podczas aktualizacji użytkownika" + +#: lib/SP/Repositories/User/UserRepository.php:184 +#, fuzzy +msgid "Error while deleting the user" +msgstr "Błąd podczas usuwania użytkownika" + +#: lib/SP/Repositories/User/UserRepository.php:234 +#: lib/SP/Repositories/User/UserRepository.php:551 +#, fuzzy +msgid "Error while retrieving the user's data" +msgstr "Błąd pobierania danych użytkownika" + +#: lib/SP/Repositories/User/UserRepository.php:353 +#: lib/SP/Services/User/UserService.php:209 +msgid "Error while deleting the users" +msgstr "Error while deleting the users" + +#: lib/SP/Repositories/User/UserRepository.php:474 +#, fuzzy +msgid "Error while creating the user" +msgstr "Błąd podczas tworzenia użytkownika" + +#: lib/SP/Repositories/User/UserRepository.php:697 +#, fuzzy +msgid "Error while updating the preferences" +msgstr "Błąd podczas aktualizacji ustawień" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:62 +#, fuzzy +msgid "Error while deleting the group" +msgstr "Błąd poczas usuwania grupy" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:306 +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:351 +msgid "Duplicated group name" +msgstr "Ta grupa już istnieje" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:315 +#, fuzzy +msgid "Error while creating the group" +msgstr "Błąd podczas tworzenia grupy" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:361 +#, fuzzy +msgid "Error while updating the group" +msgstr "Błąd podczas aktualizacji grupy" + +#: lib/SP/Repositories/UserGroup/UserToUserGroupRepository.php:108 +#, fuzzy +msgid "Error while deleting the group users" +msgstr "Błąd podczas usuwania grup użytkowników" + +#: lib/SP/Repositories/UserGroup/UserToUserGroupRepository.php:140 +msgid "Error while setting users in the group" +msgstr "Błąd przypisywania użytkowników do grupy" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:79 +#, fuzzy +msgid "Error while removing the profile" +msgstr "Błąd usuwania profilu" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:181 +#: lib/SP/Services/UserProfile/UserProfileService.php:114 +msgid "Error while removing the profiles" +msgstr "Error while removing the profiles" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:230 +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:275 +msgid "Duplicated profile name" +msgstr "Ta nazwa profiu już istnieje" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:239 +#, fuzzy +msgid "Error while creating the profile" +msgstr "Błąd tworzenia profilu" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:288 +#: lib/SP/Services/UserProfile/UserProfileService.php:141 +#, fuzzy +msgid "Error while updating the profile" +msgstr "Błąd modyfikacji profilu" + +#: 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 "Update Master Password" +msgstr "Zaktualizuj główne hasło" + +#: lib/SP/Services/Account/AccountCryptService.php:89 +#, fuzzy +msgid "Error while updating the accounts' passwords" +msgstr "Błąd podczas aktualizacji haseł dla kont" + +#: lib/SP/Services/Account/AccountCryptService.php:115 +#, fuzzy +msgid "Error while retrieving the accounts' passwords" +msgstr "Błąd podczas ładowania haseł związanych z kontem" + +#: lib/SP/Services/Account/AccountCryptService.php:139 +#, php-format +msgid "Accounts updated: %d / %d" +msgstr "Accounts updated: %d / %d" + +#: lib/SP/Services/Account/AccountCryptService.php:148 +#, php-format +msgid "Updated accounts: %d / %d - %d%% - ETA: %ds (%.2f/s)" +msgstr "Updated accounts: %d / %d - %d%% - ETA: %ds (%.2f/s)" + +#: lib/SP/Services/Account/AccountCryptService.php:158 +msgid "The record's master password does not match" +msgstr "Hasło główne dla rekordu nie zgadza się" + +#: lib/SP/Services/Account/AccountCryptService.php:183 +#: lib/SP/Services/Account/AccountCryptService.php:188 +#, fuzzy +msgid "Error while updating the account's password" +msgstr "Błąd podczas aktualizacji hasła" + +#: lib/SP/Services/Account/AccountCryptService.php:194 +msgid "Errors" +msgstr "Błędy" + +#: lib/SP/Services/Account/AccountCryptService.php:212 +#: lib/SP/Services/Account/AccountCryptService.php:218 +msgid "Update Master Password (H)" +msgstr "Zaktualizuj hasło główne (H)" + +#: lib/SP/Services/Account/AccountCryptService.php:233 +#, fuzzy +msgid "Error while updating the accounts' passwords in history" +msgstr "Błąd podczas akutalizacji haseł dla kont (historia)" + +#: lib/SP/Services/Account/AccountFileService.php:164 +msgid "File not found" +msgstr "Brak pliku" + +#: lib/SP/Services/Account/AccountService.php:163 +#: lib/SP/Services/Account/AccountService.php:599 +msgid "Account not found" +msgstr "Account not found" + +#: lib/SP/Services/Account/AccountService.php:220 +msgid "Master password not set" +msgstr "Master password not set" + +#: lib/SP/Services/Account/AccountService.php:283 +#: lib/SP/Services/Account/AccountService.php:672 +#: lib/SP/Services/Account/AccountService.php:727 +#, fuzzy +msgid "The account doesn't exist" +msgstr "Konto nie istnieje" + +#: lib/SP/Services/Api/ApiRequest.php:79 lib/SP/Services/Api/ApiRequest.php:113 +#: lib/SP/Services/Api/ApiService.php:231 +msgid "Invalid data" +msgstr "Nieprawidłowe dane" + +#: lib/SP/Services/Api/ApiRequest.php:88 +msgid "Invalid format" +msgstr "Invalid format" + +#: lib/SP/Services/Api/ApiService.php:152 +#, fuzzy +msgid "Wrong parameters" +msgstr "Nieprawidłowe parametry" + +#: lib/SP/Services/Auth/LoginService.php:160 +#: lib/SP/Services/Auth/LoginService.php:460 +#: lib/SP/Services/Auth/LoginService.php:467 +#: lib/SP/Services/Auth/LoginService.php:575 +#: lib/SP/Services/Auth/LoginService.php:580 +#: lib/SP/Services/Auth/LoginService.php:619 +#: lib/SP/Services/Auth/LoginService.php:624 +#, fuzzy +msgid "Wrong login" +msgstr "Niepoprawny login" + +#: lib/SP/Services/Auth/LoginService.php:219 +#: lib/SP/Services/Auth/LoginService.php:226 +msgid "User disabled" +msgstr "Użytkownik został zablokowany" + +#: lib/SP/Services/Auth/LoginService.php:273 +msgid "Using temporary password" +msgstr "Using temporary password" + +#: lib/SP/Services/Auth/LoginService.php:285 +#: lib/SP/Services/Auth/LoginService.php:291 +#: lib/SP/Services/Auth/LoginService.php:309 +#: lib/SP/Services/Auth/LoginService.php:315 +#, fuzzy +msgid "Wrong master password" +msgstr "Nieprawidłowe główne hasło" + +#: lib/SP/Services/Auth/LoginService.php:330 +msgid "Your previous password is needed" +msgstr "Twoje poprzednie hasło jest potrzebne" + +#: lib/SP/Services/Auth/LoginService.php:342 +#, fuzzy +msgid "The Master Password either is not saved or is wrong" +msgstr "Główne hasło nie jest zapisane bądź jest niepoprawne" + +#: lib/SP/Services/Auth/LoginService.php:456 +#: lib/SP/Services/Auth/LoginService.php:519 +msgid "LDAP Server" +msgstr "Serwer LDAP" + +#: lib/SP/Services/Auth/LoginService.php:475 +#: lib/SP/Services/Auth/LoginService.php:480 +msgid "Account expired" +msgstr "Konto wygasło" + +#: lib/SP/Services/Auth/LoginService.php:488 +#: lib/SP/Services/Auth/LoginService.php:493 +#, fuzzy +msgid "User has no associated groups" +msgstr "Użytkownik nie nalezy do jakiejkolwiek grupy" + +#: lib/SP/Services/Auth/LoginService.php:609 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:12 +msgid "Authentication" +msgstr "Autentykacja" + +#: lib/SP/Services/AuthToken/AuthTokenService.php:139 +#: lib/SP/Services/AuthToken/AuthTokenService.php:277 +#: lib/SP/Services/AuthToken/AuthTokenService.php:291 +msgid "Token not found" +msgstr "Token not found" + +#: lib/SP/Services/AuthToken/AuthTokenService.php:158 +msgid "Error while removing the tokens" +msgstr "Error while removing the tokens" + +#: lib/SP/Services/Backup/FileBackupService.php:100 +msgid "Make Backup" +msgstr "Wykonaj kopię zapasową" + +#: lib/SP/Services/Backup/FileBackupService.php:107 +#, fuzzy +msgid "Error while doing the backup in compatibility mode" +msgstr "Błąd podczas wykonywania kopii zapasowej (tryb kompatybilności)" + +#: lib/SP/Services/Backup/FileBackupService.php:118 +#, fuzzy +msgid "Error while doing the backup" +msgstr "Bład podczas tworzenia kopii zapasowej" + +#: lib/SP/Services/Backup/FileBackupService.php:139 +#, php-format +msgid "Unable to create the backups directory (\"%s\")" +msgstr "Błąd tworzenia katalogu z kopiami bezpieczeństwa (\"%s\")" + +#: lib/SP/Services/Backup/FileBackupService.php:144 +#, fuzzy +msgid "Please, check the backup directory permissions" +msgstr "Sprawdź uprawnienia dla katalogu backup" + +#: lib/SP/Services/Backup/FileBackupService.php:211 +msgid "Copying database" +msgstr "Copying database" + +#: lib/SP/Services/Backup/FileBackupService.php:343 +#: lib/SP/Services/Backup/FileBackupService.php:367 +msgid "Copying application" +msgstr "Copying application" + +#: lib/SP/Services/Backup/FileBackupService.php:362 +msgid "This operation is only available on Linux environments" +msgstr "Ta operacja jest możliwa tylko w środowiskach Linux" + +#: lib/SP/Services/Category/CategoryService.php:77 +#: lib/SP/Services/Category/CategoryService.php:98 +#: lib/SP/Services/Category/CategoryService.php:115 +msgid "Category not found" +msgstr "Kategorii nie znaleziono" + +#: lib/SP/Services/Category/CategoryService.php:134 +msgid "Error while deleting categories" +msgstr "Error while deleting categories" + +#: lib/SP/Services/Client/ClientService.php:76 +#: lib/SP/Services/Client/ClientService.php:95 +#: lib/SP/Services/Client/ClientService.php:110 +#, fuzzy +msgid "Client not found" +msgstr "Nie znaleziono klienta" + +#: lib/SP/Services/Config/ConfigBackupService.php:115 +#: lib/SP/Services/Config/ConfigBackupService.php:122 +msgid "Unable to restore the configuration" +msgstr "Unable to restore the configuration" + +#: lib/SP/Services/Config/ConfigService.php:68 +#: lib/SP/Services/Config/ConfigService.php:153 +#, php-format +msgid "Parameter not found (%s)" +msgstr "Parameter not found (%s)" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:103 +msgid "Generate temporary password" +msgstr "Generate temporary password" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:110 +#, fuzzy +msgid "Error while generating the temporary password" +msgstr "Błąd poczas generowania hasła tymczasowego" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:131 +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:181 +msgid "Temporary password expired" +msgstr "Temporary password expired" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:160 +msgid "Error while checking the temporary password" +msgstr "Error while checking the temporary password" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:213 +#, php-format +msgid "Master Password %s" +msgstr "Master Password %s" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:214 +msgid "" +"A new sysPass master password has been generated, so next time you log into " +"the application it will be requested." +msgstr "" +"A new sysPass master password has been generated, so next time you log into " +"the application it will be requested." + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:216 +#, php-format +msgid "The new Master Password is: %s" +msgstr "The new Master Password is: %s" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:218 +#, php-format +msgid "This password will be valid until: %s" +msgstr "This password will be valid until: %s" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:220 +msgid "Please, don't forget to log in as soon as possible to save the changes." +msgstr "" +"Please, don't forget to log in as soon as possible to save the changes." + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:68 +#, fuzzy +msgid "There aren't any data from custom fields" +msgstr "Brak danych z własnych pól" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:76 +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:84 +msgid "Updating encrypted data" +msgstr "Aktualizacja zaszyfrowanych danych" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:109 +msgid "Records updated" +msgstr "Rekordy zostały zaktualizowane" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:110 +#, fuzzy +msgid "Records not updated" +msgstr "Brak zaktualizowanych rekordów" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:136 +#, fuzzy +msgid "Error while updating the custom fields data" +msgstr "Błąd podczas aktualizacji dany w polach niestandardowych " + +#: lib/SP/Services/CustomField/CustomFieldDefService.php:109 +msgid "Field not found" +msgstr "Field not found" + +#: lib/SP/Services/CustomField/CustomFieldDefService.php:130 +msgid "Error while deleting the fields" +msgstr "Error while deleting the fields" + +#: lib/SP/Services/CustomField/CustomFieldTypeService.php:84 +msgid "Field type not found" +msgstr "Field type not found" + +#: lib/SP/Services/Export/XmlExportService.php:127 +#: lib/SP/Storage/File/FileCache.php:74 +#: lib/SP/Storage/File/FileCachePacked.php:116 +#, php-format +msgid "Unable to create the directory (%s)" +msgstr "Unable to create the directory (%s)" + +#: lib/SP/Services/Export/XmlExportService.php:203 +#, fuzzy +msgid "Error while exporting" +msgstr "Wystąpił błąd podczas eksportu" + +#: lib/SP/Services/Export/XmlExportService.php:271 +msgid "Exporting categories" +msgstr "Exporting categories" + +#: lib/SP/Services/Export/XmlExportService.php:383 +msgid "Exporting clients" +msgstr "Exporting clients" + +#: lib/SP/Services/Export/XmlExportService.php:429 +msgid "Exporting tags" +msgstr "Exporting tags" + +#: lib/SP/Services/Export/XmlExportService.php:473 +msgid "Exporting accounts" +msgstr "Exporting accounts" + +#: lib/SP/Services/Export/XmlExportService.php:583 +#, fuzzy +msgid "Error while creating the XML file" +msgstr "Błąd tworzenia pliku XML" + +#: lib/SP/Services/Export/XmlVerifyService.php:110 +#: lib/SP/Services/Import/XmlFileImport.php:81 +#, fuzzy +msgid "Unable to process the XML file" +msgstr "Błąd przetwarzania pliku XML" + +#: lib/SP/Services/Export/XmlVerifyService.php:177 +#: lib/SP/Services/Import/SyspassImport.php:176 +msgid "Error while checking integrity hash" +msgstr "Error while checking integrity hash" + +#: 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 "Wrong encryption password" +msgstr "Złe hasło" + +#: lib/SP/Services/Import/CsvImport.php:50 +#, php-format +msgid "Detected format: %s" +msgstr "Wykryty format: %s" + +#: lib/SP/Services/Import/CsvImportBase.php:130 +#: lib/SP/Services/Import/CsvImportBase.php:176 +#, php-format +msgid "Wrong number of fields (%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 "Please, check the CSV file format in line %s" +msgstr "Sprawdź format pliku CSV w linii %s" + +#: lib/SP/Services/Import/CsvImportBase.php:158 +#: lib/SP/Services/Import/KeepassImport.php:103 +#: lib/SP/Services/Import/SyspassImport.php:387 +msgid "Account imported" +msgstr "Account imported" + +#: lib/SP/Services/Import/CsvImportBase.php:166 +#, fuzzy +msgid "Error while importing the account" +msgstr "Błąd podczas importu konta" + +#: lib/SP/Services/Import/CsvImportBase.php:167 +msgid "Error while processing line" +msgstr "Error while processing line" + +#: lib/SP/Services/Import/FileImport.php:67 +#: lib/SP/Services/Import/FileImport.php:88 +msgid "File successfully uploaded" +msgstr "Plik został pomyslnie wysłany" + +#: lib/SP/Services/Import/FileImport.php:69 +#: lib/SP/Services/Import/FileImport.php:90 +#, fuzzy +msgid "Please check the web server user permissions" +msgstr "Sprawdź uprawnienia użytkownika serwera www" + +#: lib/SP/Services/Import/FileImport.php:102 +#, fuzzy +msgid "Please, check the file extension" +msgstr "Sprawdź ustawienia rozszerzeń plików" + +#: lib/SP/Services/Import/FileImport.php:118 +#, fuzzy +msgid "Please, check PHP configuration for upload files" +msgstr "Sprawdź ustawienia PHP dla wysyłania plików" + +#: lib/SP/Services/Import/ImportService.php:89 +#, php-format +msgid "Mime type not supported (\"%s\")" +msgstr "Niewspierany typ mime (\"%s\")" + +#: lib/SP/Services/Import/ImportService.php:91 +#, fuzzy +msgid "Please, check the file format" +msgstr "Sprawdź format pliku" + +#: lib/SP/Services/Import/ImportTrait.php:107 +#, fuzzy +msgid "Category Id not set. Unable to import account." +msgstr "Brak id kategorii. Brak możliwosci importu konta." + +#: lib/SP/Services/Import/ImportTrait.php:111 +#, fuzzy +msgid "Client Id not set. Unable to import account." +msgstr "Brak id klienta. Nie można zaimportować konta." + +#: lib/SP/Services/Import/KeepassImport.php:58 +msgid "KeePass XML Import" +msgstr "KeePass XML Import" + +#: lib/SP/Services/Import/KeepassImport.php:91 +#: lib/SP/Services/Import/SyspassImport.php:211 +msgid "Category imported" +msgstr "Category imported" + +#: lib/SP/Services/Import/SyspassImport.php:58 +msgid "sysPass XML Import" +msgstr "sysPass XML Import" + +#: lib/SP/Services/Import/SyspassImport.php:69 +msgid "Encryption password not set" +msgstr "Brak hasła szyfrowania" + +#: lib/SP/Services/Import/SyspassImport.php:162 +msgid "Data unencrypted" +msgstr "Data unencrypted" + +#: lib/SP/Services/Import/SyspassImport.php:177 +msgid "" +"If you are importing an exported file from the same origin, the data could " +"be compromised." +msgstr "" +"If you are importing an exported file from the same origin, the data could " +"be compromised." + +#: lib/SP/Services/Import/SyspassImport.php:250 +#: lib/SP/Services/Import/SyspassImport.php:290 +msgid "Client imported" +msgstr "Client imported" + +#: lib/SP/Services/Import/SyspassImport.php:326 +msgid "Tag imported" +msgstr "Tag imported" + +#: lib/SP/Services/Import/XmlFileImport.php:105 +msgid "XML file not supported" +msgstr "Niewspierany plik XML" + +#: lib/SP/Services/Import/XmlFileImport.php:107 +#, fuzzy +msgid "Unable to guess the application which data was exported from" +msgstr "Nieznana aplikacja źródłowa eksportu" + +#: lib/SP/Services/Import/XmlImport.php:98 +msgid "Format not detected" +msgstr "Format not detected" + +#: lib/SP/Services/Import/XmlImport.php:106 +msgid "Not implemented" +msgstr "Not implemented" + +#: lib/SP/Services/Import/XmlImportBase.php:107 +#: lib/SP/Services/Import/XmlImportTrait.php:78 +msgid "Invalid Method" +msgstr "Nieprawidłowa metoda" + +#: lib/SP/Services/Import/XmlImportBase.php:119 +#: lib/SP/Services/Import/XmlImportTrait.php:68 +msgid "Invalid XML format" +msgstr "Nieprawidłowy format XML" + +#: lib/SP/Services/Import/XmlImportBase.php:121 +#: lib/SP/Services/Import/XmlImportTrait.php:70 +#, fuzzy, php-format +msgid "\"%s\" node doesn't exist" +msgstr "Węzeł \"%s\" nie istnieje" + +#: lib/SP/Services/Install/Installer.php:106 +#, fuzzy +msgid "Please, enter the admin username" +msgstr "Nazwa administratora" + +#: lib/SP/Services/Install/Installer.php:108 +#, fuzzy +msgid "Admin user to log into the application" +msgstr "Użytkownik administracyjny do zalogowania się w aplikacji" + +#: lib/SP/Services/Install/Installer.php:113 +#, fuzzy +msgid "Please, enter the admin's password" +msgstr "Podaj hasło administratora" + +#: lib/SP/Services/Install/Installer.php:115 +msgid "Application administrator's password" +msgstr "Hasło administratora aplikacji" + +#: lib/SP/Services/Install/Installer.php:120 +#, fuzzy +msgid "Please, enter the Master Password" +msgstr "Hasło główne" + +#: lib/SP/Services/Install/Installer.php:122 +#, fuzzy +msgid "Master password to encrypt the passwords" +msgstr "Hasło główne do szyfrowania" + +#: lib/SP/Services/Install/Installer.php:127 +#, fuzzy +msgid "Master password too short" +msgstr "Hasło główne jest zbyt krótkie" + +#: lib/SP/Services/Install/Installer.php:129 +msgid "The Master Password length need to be at least 11 characters" +msgstr "Hasło główne musi mieć przynajmniej 11 znaków" + +#: lib/SP/Services/Install/Installer.php:134 +#, fuzzy +msgid "Please, enter the database user" +msgstr "Użytkownik bazy danych" + +#: lib/SP/Services/Install/Installer.php:136 +#, fuzzy +msgid "An user with database administrative rights" +msgstr "Użytkownik bazy danych z uprawnieniami administracyjnymi" + +#: lib/SP/Services/Install/Installer.php:141 +#, fuzzy +msgid "Please, enter the database password" +msgstr "Podaj hasło bazy danych" + +#: lib/SP/Services/Install/Installer.php:143 +msgid "Database administrator's password" +msgstr "Hasło administratora bazy danych" + +#: lib/SP/Services/Install/Installer.php:148 +#, fuzzy +msgid "Please, enter the database name" +msgstr "Nazwa bazy danych" + +#: lib/SP/Services/Install/Installer.php:150 +msgid "Application database name. eg. syspass" +msgstr "Nazwa bazy danych aplikacji, np. syspass" + +#: lib/SP/Services/Install/Installer.php:155 +msgid "Database name cannot contain \".\"" +msgstr "Nazwa bazy danych nie może zawierać \".\"" + +#: lib/SP/Services/Install/Installer.php:157 +msgid "Please, remove dots in database name" +msgstr "Usuń kropki z nazwy bazy danych" + +#: lib/SP/Services/Install/Installer.php:162 +#, fuzzy +msgid "Please, enter the database server" +msgstr "Podaj serwer bazy danych" + +#: lib/SP/Services/Install/Installer.php:164 +msgid "Server where the database will be installed" +msgstr "Serwer na którym będzie zainstalowana baza danych" + +#: lib/SP/Services/Install/Installer.php:318 +#: lib/SP/Services/Install/Installer.php:369 +msgid "Warn to developer" +msgstr "Zgłoś developerowi" + +#: lib/SP/Services/Install/Installer.php:359 +msgid "Error while creating 'admin' user" +msgstr "Error while creating 'admin' user" + +#: lib/SP/Services/Install/MySQL.php:135 +#, php-format +msgid "Unable to check the sysPass user (%s)" +msgstr "Unable to check the sysPass user (%s)" + +#: lib/SP/Services/Install/MySQL.php:137 +msgid "Please, check the DB connection user rights" +msgstr "Sprawdź prawa dostępu połączenia do bazy danych" + +#: lib/SP/Services/Install/MySQL.php:181 +#, php-format +msgid "Error while creating the MySQL connection user '%s'" +msgstr "Błąd przy nawiązywaniu połączenia MySQL użytkownikiem '%s'" + +#: lib/SP/Services/Install/MySQL.php:201 +msgid "The database already exists" +msgstr "Baza danych już istnieje" + +#: lib/SP/Services/Install/MySQL.php:203 +#, fuzzy +msgid "Please, enter a new database or delete the existing one" +msgstr "Podaj inną bazę danych lub usuń istniejącą" + +#: 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 while creating the DB ('%s')" +msgstr "Error while creating the DB ('%s')" + +#: lib/SP/Services/Install/MySQL.php:215 lib/SP/Services/Install/MySQL.php:239 +#, fuzzy +msgid "Please check the database user permissions" +msgstr "Sprawdź prawa dostępu użytkownika bazy danych" + +#: lib/SP/Services/Install/MySQL.php:237 +#, fuzzy, php-format +msgid "Error while setting the database permissions ('%s')" +msgstr "Błąd przy ustawianiu uprawnień bazy danych ('%s')" + +#: lib/SP/Services/Install/MySQL.php:251 +#, fuzzy +msgid "The database does not exist" +msgstr "Baza danych nie istnieje" + +#: lib/SP/Services/Install/MySQL.php:253 +msgid "You need to create it and assign the needed permissions" +msgstr "Stwórz i nadaj odpowiednie uprawnienia" + +#: lib/SP/Services/Install/MySQL.php:309 +#, php-format +msgid "Error while selecting '%s' database (%s)" +msgstr "Error while selecting '%s' database (%s)" + +#: lib/SP/Services/Install/MySQL.php:311 +#, fuzzy +msgid "" +"Unable to use the database to create the structure. Please check the " +"permissions and it does not exist." +msgstr "Błąd tworzenia struktury w bazie danych. Sprawdź prawa dostępu." + +#: lib/SP/Services/Install/MySQL.php:331 +msgid "Error while creating database structure." +msgstr "Błąd przy tworzeniu struktury bazy danych" + +#: lib/SP/Services/Install/MySQL.php:365 +msgid "Please, try the installation again" +msgstr "Please, try the installation again" + +#: lib/SP/Services/ItemPreset/ItemPresetService.php:84 +#: lib/SP/Services/ItemPreset/ItemPresetService.php:105 +msgid "Value not found" +msgstr "Value not found" + +#: lib/SP/Services/ItemPreset/ItemPresetService.php:188 +msgid "Error while deleting the values" +msgstr "Error while deleting the values" + +#: lib/SP/Services/Ldap/LdapImportService.php:109 +#: lib/SP/Services/Ldap/LdapImportService.php:196 +msgid "Objects found" +msgstr "Znaleziono obiekty" + +#: lib/SP/Services/Ldap/LdapImportService.php:134 +#: lib/SP/Services/Ldap/LdapImportService.php:229 +msgid "Imported from LDAP" +msgstr "Imported from LDAP" + +#: lib/SP/Services/Mail/MailService.php:66 +msgid "Mail test" +msgstr "Mail test" + +#: lib/SP/Services/Mail/MailService.php:67 +msgid "" +"This is a test email in order to verify that the configuration is working " +"right." +msgstr "" +"This is a test email in order to verify that the configuration is working " +"right." + +#: lib/SP/Services/Mail/MailService.php:186 +msgid "Mail service unavailable" +msgstr "Mail service unavailable" + +#: 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 "Notification not found" +msgstr "Notification not found" + +#: 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 not found" +msgstr "Brak pluginu" + +#: 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 "Link not found" +msgstr "Brak linku" + +#: lib/SP/Services/PublicLink/PublicLinkService.php:238 +msgid "Error while removing the links" +msgstr "Error while removing the links" + +#: lib/SP/Services/Service.php:109 +msgid "Rollback" +msgstr "Rollback" + +#: lib/SP/Services/Service.php:115 +msgid "Unable to start a transaction" +msgstr "Unable to start a transaction" + +#: lib/SP/Services/Service.php:133 lib/SP/Services/Service.php:140 +msgid "Error while retrieving master password from context" +msgstr "Error while retrieving master password from context" + +#: lib/SP/Services/Service.php:160 lib/SP/Services/Service.php:164 +msgid "Error while setting master password in context" +msgstr "Error while setting master password in context" + +#: lib/SP/Services/Tag/TagService.php:75 lib/SP/Services/Tag/TagService.php:94 +#: lib/SP/Services/Tag/TagService.php:111 +msgid "Tag not found" +msgstr "Brak tagu" + +#: lib/SP/Services/Task/TaskService.php:81 +msgid "Unable to create the lock file" +msgstr "Unable to create the lock file" + +#: lib/SP/Services/Task/TaskService.php:184 +msgid "Waiting for progress updating ..." +msgstr "Waiting for progress updating ..." + +#: lib/SP/Services/Track/TrackService.php:87 +#: lib/SP/Services/Track/TrackService.php:101 +#: lib/SP/Services/Track/TrackService.php:128 +msgid "Track not found" +msgstr "Track not found" + +#: lib/SP/Services/Track/TrackService.php:162 +#, php-format +msgid "Attempts exceeded (%d/%d)" +msgstr "Attempts exceeded (%d/%d)" + +#: lib/SP/Services/Track/TrackService.php:163 +msgid "Seconds" +msgstr "Seconds" + +#: lib/SP/Services/Track/TrackService.php:208 +msgid "IP address not set" +msgstr "IP address not set" + +#: lib/SP/Services/Upgrade/UpgradeAppService.php:65 +#: lib/SP/Services/Upgrade/UpgradeAppService.php:88 +msgid "Update Application" +msgstr "Update Application" + +#: lib/SP/Services/Upgrade/UpgradeAppService.php:72 +msgid "Error while applying the application update" +msgstr "Error while applying the application update" + +#: lib/SP/Services/Upgrade/UpgradeAppService.php:74 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:100 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:108 +msgid "Please, check the event log for more details" +msgstr "Po więcej szczegółów zajrzyj do logu" + +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:55 +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:85 +msgid "API authorizations update" +msgstr "API authorizations update" + +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:70 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:206 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:236 +msgid "Update Configuration" +msgstr "Aktualizacja konfiguracji" + +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:82 +msgid "Parameter" +msgstr "Parametr" + +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:121 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:125 +msgid "Error while updating the configuration" +msgstr "Błąd aktualizacji konfiguracji" + +#: 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 "Custom fields update" +msgstr "Custom fields update" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:91 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:122 +msgid "Update DB" +msgstr "Aktualizacja bazy danych" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:98 +#, fuzzy +msgid "Error while applying an auxiliary update" +msgstr "Błąd podczas aktualizacji pomocniczej" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:106 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:177 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:181 +#, fuzzy +msgid "Error while updating the database" +msgstr "Błąd aktualizacji bazy danych" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:154 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:156 +msgid "Update file does not contain data" +msgstr "Update file does not contain data" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:187 +msgid "Database updating was completed successfully." +msgstr "Aktualizacja bazy danych zakończona sukcesem" + +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:56 +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:102 +msgid "Public links update" +msgstr "Public links update" + +#: lib/SP/Services/User/UserPassService.php:256 +#: lib/SP/Services/User/UserService.php:123 +#: lib/SP/Services/User/UserService.php:154 +#: lib/SP/Services/User/UserService.php:173 +msgid "User does not exist" +msgstr "User does not exist" + +#: lib/SP/Services/User/UserService.php:192 +msgid "User not found" +msgstr "Brak użytkownika" + +#: lib/SP/Services/UserGroup/UserGroupService.php:80 +#: lib/SP/Services/UserGroup/UserGroupService.php:98 +#: lib/SP/Services/UserGroup/UserGroupService.php:187 +#: lib/SP/Services/UserGroup/UserToUserGroupService.php:57 +msgid "Group not found" +msgstr "Brak grupy" + +#: lib/SP/Services/UserGroup/UserGroupService.php:115 +msgid "Error while deleting the groups" +msgstr "Error while deleting the groups" + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:66 +msgid "A request for changing your user password has been done." +msgstr "Żądanie zmiany hasła użytkownika zostało wykonane" + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:68 +msgid "In order to complete the process, please go to this URL:" +msgstr "Aby zakończyć proces, przejdź na następującą stronę:" + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:72 +msgid "If you have not requested this action, please dismiss this message." +msgstr "Jeśli nie wysłałeś tego zgłoszenia, zignoruj tą wiadomość" + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:87 +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:155 +#, fuzzy +msgid "Wrong hash or expired" +msgstr "Zły lub wygasły hash" + +#: lib/SP/Services/UserProfile/UserProfileService.php:65 +#: lib/SP/Services/UserProfile/UserProfileService.php:97 +msgid "Profile not found" +msgstr "Brak profilu" + +#: lib/SP/Services/Wiki/DokuWikiApi.php:68 +msgid "Authentication error" +msgstr "Błąd poświadczeń" + +#: lib/SP/Services/Wiki/DokuWikiApiBase.php:196 +#, fuzzy +msgid "Error while doing the query" +msgstr "Błąd przy wykonywaniu zapytania" + +#: lib/SP/Services/Wiki/DokuWikiApiBase.php:228 +msgid "Connection URL not set" +msgstr "Nie podano URLa połączenia" + +#: lib/SP/Storage/Database/Database.php:131 +msgid "Blank query" +msgstr "Puste zapytanie" + +#: lib/SP/Storage/Database/Database.php:259 +msgid "Integrity constraint" +msgstr "Ograniczenie spójności" + +#: lib/SP/Storage/Database/MySQLHandler.php:99 +#: lib/SP/Storage/Database/MySQLHandler.php:166 +#, fuzzy +msgid "Please, check the connection parameters" +msgstr "Sprawdź parametry połączenia" + +#: lib/SP/Storage/Database/QueryData.php:354 app/config/strings.js.inc:26 +msgid "Error while querying" msgstr "Błąd zapytania" -#: ../../../config/strings.js.inc:27 -msgid "Ha ocurrido un error" +#: lib/SP/Storage/File/FileCachePacked.php:57 +#, php-format +msgid "Error while decompressing the file data (%s)" +msgstr "Error while decompressing the file data (%s)" + +#: lib/SP/Storage/File/FileCachePacked.php:61 +msgid "Error while retrieving the data" +msgstr "Error while retrieving the data" + +#: lib/SP/Storage/File/FileCachePacked.php:99 +#, php-format +msgid "Error while compressing the file data (%s)" +msgstr "Error while compressing the file data (%s)" + +#: lib/SP/Storage/File/FileCachePacked.php:144 +msgid "Data not loaded" +msgstr "Data not loaded" + +#: lib/SP/Storage/File/FileHandler.php:72 +#: lib/SP/Storage/File/FileHandler.php:135 +#, php-format +msgid "Unable to read/write the file (%s)" +msgstr "Unable to read/write the file (%s)" + +#: lib/SP/Storage/File/FileHandler.php:89 +#, php-format +msgid "Unable to open the file (%s)" +msgstr "Unable to open the file (%s)" + +#: lib/SP/Storage/File/FileHandler.php:104 +#: lib/SP/Storage/File/FileHandler.php:118 +#, php-format +msgid "Unable to read from file (%s)" +msgstr "Unable to read from file (%s)" + +#: lib/SP/Storage/File/FileHandler.php:173 +#, php-format +msgid "Unable to close the file (%s)" +msgstr "Unable to close the file (%s)" + +#: lib/SP/Storage/File/FileHandler.php:219 +#, php-format +msgid "Unable to write in file (%s)" +msgstr "Unable to write in file (%s)" + +#: lib/SP/Storage/File/FileHandler.php:234 +#, php-format +msgid "File not found (%s)" +msgstr "File not found (%s)" + +#: lib/SP/Storage/File/FileHandler.php:259 +#: lib/SP/Storage/File/FileHandler.php:314 +#, php-format +msgid "Unable to read/write file (%s)" +msgstr "Unable to read/write file (%s)" + +#: lib/SP/Storage/File/FileHandler.php:286 +#, php-format +msgid "Unable to delete file (%s)" +msgstr "Unable to delete file (%s)" + +#: lib/SP/Storage/File/XmlHandler.php:89 lib/SP/Storage/File/XmlHandler.php:309 +msgid "XML node does not exist" +msgstr "XML node does not exist" + +#: lib/SP/Storage/File/XmlHandler.php:167 +#, fuzzy +msgid "There aren't any items to save" +msgstr "Brak elementów do zapisania" + +#: lib/SP/Util/Connection.php:157 +msgid "Socket not initialized" +msgstr "Gniazdo niezainicjalizowane" + +#: lib/SP/Util/Connection.php:164 +#, fuzzy +msgid "Error while sending the data" +msgstr "Błąd podczas wysyłania danych" + +#: lib/SP/Util/ErrorUtil.php:148 +msgid "Option unavailable" +msgstr "Opcja jest niedostępna" + +#: lib/SP/Util/ErrorUtil.php:168 lib/SP/Util/ErrorUtil.php:175 +#, fuzzy +msgid "An exception occured" +msgstr "Wystąpił wyjątek" + +#: lib/SP/Util/ImageUtil.php:65 +msgid "Invalid image" +msgstr "Invalid image" + +#: app/config/strings.js.inc:27 +msgid "There was an error" msgstr "Błąd" -#: ../../../config/strings.js.inc:28 ../../../config/strings.js.inc:86 -msgid "Sesión finalizada" +#: app/config/strings.js.inc:28 app/config/strings.js.inc:86 +msgid "Session finished" msgstr "Sesja wygasła" -#: ../../../config/strings.js.inc:29 -msgid "Borrar la cuenta?" +#: app/config/strings.js.inc:29 +msgid "Delete account?" msgstr "Skasować konto?" -#: ../../../config/strings.js.inc:30 -msgid "Borrar el usuario?" +#: app/config/strings.js.inc:30 +msgid "Delete user?" msgstr "Skasować użytkownika?" -#: ../../../config/strings.js.inc:31 -msgid "Guarde la configuración para que sea efectiva" +#: app/config/strings.js.inc:31 +msgid "You should save configuration in order to take effect" msgstr "Zapisz konfigurację by zmiany zostały zastosowane" -#: ../../../config/strings.js.inc:32 -msgid "Clave Generada" +#: app/config/strings.js.inc:32 +msgid "Generated Password" msgstr "Wygeneruj hasło" -#: ../../../config/strings.js.inc:33 -msgid "Nivel alto" +#: app/config/strings.js.inc:33 +msgid "High level" msgstr "Wysoki poziom" -#: ../../../config/strings.js.inc:34 -msgid "Nivel medio" +#: app/config/strings.js.inc:34 +msgid "Average level" msgstr "Średni poziom" -#: ../../../config/strings.js.inc:35 -msgid "Nivel bajo" +#: app/config/strings.js.inc:35 +msgid "Low level" msgstr "Niski poziom" -#: ../../../config/strings.js.inc:36 -msgid "Nivel muy alto" +#: app/config/strings.js.inc:36 +msgid "Very High level" msgstr "Bardzo wysoki poziom" -#: ../../../config/strings.js.inc:37 -msgid "Utilizar al menos 8 caracteres" +#: app/config/strings.js.inc:37 +msgid "You should use at least 8 characters" msgstr "Podaj przynajmniej 8 znaków" -#: ../../../config/strings.js.inc:38 -msgid "Borrar elemento?" +#: app/config/strings.js.inc:38 +msgid "Delete item?" msgstr "Usunąć element?" -#: ../../../config/strings.js.inc:39 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:22 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:31 -msgid "Página no encontrada" +#: app/config/strings.js.inc:39 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:22 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:31 +msgid "Page not found" 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?" +#: app/config/strings.js.inc:41 +msgid "Delete file?" msgstr "Usunąć plik?" -#: ../../../config/strings.js.inc:42 -msgid "Su navegador no soporta subir archivos con HTML5" +#: app/config/strings.js.inc:42 +msgid "Your browser does not support HTML5 file uploads" msgstr "Twoja przeglądarka nie wspiera uploadu HTML5" -#: ../../../config/strings.js.inc:43 -msgid "Demasiados archivos" +#: app/config/strings.js.inc:43 +msgid "Too many files" msgstr "Za dużo plików" -#: ../../../config/strings.js.inc:44 -msgid "Tamaño de archivo no permitido" +#: app/config/strings.js.inc:44 +msgid "File size not allowed" msgstr "Zły rozmiar pliku" -#: ../../../config/strings.js.inc:45 -msgid "Extensión no permitida" +#: app/config/strings.js.inc:45 +msgid "Extension not allowed" msgstr "Niedozwolone rozszerzenie pliku" -#: ../../../config/strings.js.inc:46 +#: app/config/strings.js.inc:46 #, fuzzy -msgid "Vaciar el registro de eventos?" +msgid "Clear the event log out?" msgstr "Wyczyścić log?" -#: ../../../config/strings.js.inc:47 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:179 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:281 -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:89 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:59 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:253 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:84 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:54 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:152 -msgid "Seleccionar Grupo" +#: app/config/strings.js.inc:47 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:179 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:281 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:89 +#: app/modules/web/themes/material-blue/views/config/import.inc:59 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:253 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:84 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:54 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:152 +msgid "Select Group" msgstr "Wybierz grupę" -#: ../../../config/strings.js.inc:48 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:161 -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:114 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:32 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:278 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:69 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:27 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:37 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:81 -msgid "Seleccionar Usuario" +#: app/config/strings.js.inc:48 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:161 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:114 +#: app/modules/web/themes/material-blue/views/config/import.inc:32 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:278 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:69 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:27 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:37 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:81 +msgid "Select User" msgstr "Wybierz użytkownika" -#: ../../../config/strings.js.inc:49 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:71 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:135 -msgid "Seleccionar Perfil" +#: app/config/strings.js.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:71 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:135 +msgid "Select Profile" msgstr "Wybierz profil" -#: ../../../config/strings.js.inc:50 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:84 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:39 +#: app/config/strings.js.inc:50 +#: app/modules/web/themes/material-blue/views/account/account.inc:84 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:39 #, fuzzy -msgid "Seleccionar Cliente" +msgid "Select Client" msgstr "Wybierz klienta" -#: ../../../config/strings.js.inc:51 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:109 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:43 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:54 -msgid "Seleccionar Categoría" +#: app/config/strings.js.inc:51 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:78 +#: app/modules/web/themes/material-blue/views/account/account.inc:109 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:43 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:54 +msgid "Select Category" msgstr "Wybierz kategorię" -#: ../../../config/strings.js.inc:52 -msgid "Sin resultados" +#: app/config/strings.js.inc:52 +msgid "No results" msgstr "Brak wyników" -#: ../../../config/strings.js.inc:53 -msgid "Opciones de clave" +#: app/config/strings.js.inc:53 +msgid "Password options" msgstr "Opcje hasła" -#: ../../../config/strings.js.inc:54 -msgid "Generar clave aleatoria" +#: app/config/strings.js.inc:54 +msgid "Generate random password" msgstr "Wygeneruj losowe hasło" -#: ../../../config/strings.js.inc:55 -msgid "Complejidad" +#: app/config/strings.js.inc:55 +msgid "Complexity" msgstr "Złożoność" -#: ../../../config/strings.js.inc:56 -msgid "Restablecer" +#: app/config/strings.js.inc:56 +msgid "Reset" msgstr "Reset" -#: ../../../config/strings.js.inc:57 -msgid "Nivel de fortaleza de la clave" +#: app/config/strings.js.inc:57 +msgid "Password strength level" msgstr "Siła hasła" -#: ../../../config/strings.js.inc:58 -msgid "Mostrar Clave" +#: app/config/strings.js.inc:58 +msgid "Show Password" msgstr "Pokaż hasło" -#: ../../../config/strings.js.inc:59 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:24 -msgid "Copiar Usuario" +#: app/config/strings.js.inc:59 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:24 +msgid "Copy Username" msgstr "Kopiuj nazwę użytkownika" #. (itstool) path: action/text -#: ../../../config/strings.js.inc:60 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:41 -#: ../../../config/actions.xml:199 ../../../config/actions.xml:271 -msgid "Copiar Clave" +#: app/config/strings.js.inc:60 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:41 +#: app/config/actions.xml:199 app/config/actions.xml:271 +msgid "Copy Password" msgstr "Kopiuj hasło" -#: ../../../config/strings.js.inc:61 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:84 -msgid "Incluir Números" +#: app/config/strings.js.inc:61 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:84 +msgid "Include Numbers" msgstr "Użyj liczb" -#: ../../../config/strings.js.inc:62 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:126 -msgid "Incluir Mayúsculas" +#: app/config/strings.js.inc:62 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:126 +msgid "Include Uppercase" msgstr "Użyj wielkich liter" -#: ../../../config/strings.js.inc:63 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:112 +#: app/config/strings.js.inc:63 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:112 #, fuzzy -msgid "Incluir Símbolos" +msgid "Include Symbols" msgstr "Użyj symboli" -#: ../../../config/strings.js.inc:64 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:16 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:24 -msgid "Longitud" +#: app/config/strings.js.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:16 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:24 +msgid "Length" msgstr "Długość" -#: ../../../config/strings.js.inc:65 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:42 -msgid "Seleccionar Acción" +#: app/config/strings.js.inc:65 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:42 +msgid "Select Action" msgstr "Wybierz akcję" -#: ../../../config/strings.js.inc:68 -msgid "Aceptar" +#: app/config/strings.js.inc:68 +msgid "Accept" msgstr "Akceptuję" -#: ../../../config/strings.js.inc:69 -msgid "Cancelar" +#: app/config/strings.js.inc:69 +msgid "Cancel" msgstr "Anuluj" -#: ../../../config/strings.js.inc:70 +#: app/config/strings.js.inc:70 #, fuzzy -msgid "Clave Copiada al Portapapeles" +msgid "Password Copied into Clipboard" msgstr "Hasło skopiowane do schowka" -#: ../../../config/strings.js.inc:71 -msgid "Error al copiar al portapapeles" +#: app/config/strings.js.inc:71 +msgid "Error while copying to clipboard" msgstr "Błąd podczas kopiowania do schowka" -#: ../../../config/strings.js.inc:73 +#: app/config/strings.js.inc:73 #, fuzzy -msgid "Recibir notificaciones?" +msgid "Send notifies?" msgstr "Wysyłaj powiadomienia?" -#: ../../../config/strings.js.inc:74 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:160 -msgid "Marcar Favorito" -msgstr "Oznacz jako ulubione" +#. (itstool) path: action/text +#: app/config/strings.js.inc:74 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:160 +#: app/config/actions.xml:247 +msgid "Mark as Favorite" +msgstr "" #. (itstool) path: action/text -#: ../../../config/strings.js.inc:75 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:150 -#: ../../../config/actions.xml:253 -msgid "Eliminar Favorito" +#: app/config/strings.js.inc:75 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:150 +#: app/config/actions.xml:253 +msgid "Delete Favorite" msgstr "Usuń ulubione" -#: ../../../config/strings.js.inc:76 -msgid "Limpiar Selección" +#: app/config/strings.js.inc:76 +msgid "Clear Selection" msgstr "Usuń zaznaczenie" -#: ../../../config/strings.js.inc:77 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:80 -msgid "Mostrar Favoritos" -msgstr "Pokaż ulubione" +#. (itstool) path: action/text +#: app/config/strings.js.inc:77 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:80 +#: app/config/actions.xml:241 +msgid "Show Favorites" +msgstr "" -#: ../../../config/strings.js.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:74 +#: app/config/strings.js.inc:78 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:74 #, fuzzy -msgid "Mostrar Todos" +msgid "Display All" 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" +#: app/config/strings.js.inc:81 +msgid "Now" msgstr "Teraz" -#: ../../../config/strings.js.inc:82 +#: app/config/strings.js.inc:82 msgid "" -"Este proceso importará los usuarios de LDAP detectados. Desea continuar?" +"This process will import the detected LDAP users. Would you like to continue?" 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?" +#: app/config/strings.js.inc:83 +msgid "This action will reset all plugin data. Do you want to continue?" msgstr "Ta akcja resetuje wszystkie dane pluginu. Chcesz kontynuować?" -#: ../../../config/strings.js.inc:84 -msgid "Este proceso puede durar algo de tiempo. Desea continuar?" +#: app/config/strings.js.inc:84 +msgid "This process could take some time long. Do you wish to continue?" msgstr "This process could take some time long. 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." +#: app/config/strings.js.inc:87 +msgid "Performing task. Please, do not close browser's window/tab." msgstr "Performing task. Please, do not close browser's window/tab." -#: ../../../config/strings.js.inc:88 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:98 -msgid "Incluir Letras" +#: app/config/strings.js.inc:88 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:98 +msgid "Include Letters" msgstr "Include Letters" -#: ../../../config/strings.js.inc:89 -msgid "Cookies deshabilitadas. La aplicación no funcionará correctamente." +#: app/config/strings.js.inc:89 +msgid "Cookies disabled. Application won't work properly." msgstr "Cookies disabled. Application won't work properly." -#: ../../../config/strings.js.inc:90 -msgid "Portapapeles no soportado por el navegador." +#: app/config/strings.js.inc:90 +msgid "Clipboard not supported by your browser." msgstr "Clipboard not supported by your browser." -#: ../../../config/strings.js.inc:91 -msgid "Realizando auto-login" +#: app/config/strings.js.inc:91 +msgid "Performing auto-login" msgstr "Performing auto-login" -#: ../../../config/strings.js.inc:92 -msgid "Hay una versión más reciente del plugin {0} ({1})" +#: app/config/strings.js.inc:92 +msgid "There is a more recent version of {0} plugin ({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:30 -msgid "Actualizado" +#: app/config/strings.js.inc:93 +#: app/modules/web/themes/material-blue/views/main/update.inc:30 +msgid "Updated" msgstr "Zaktualizowano" -#: ../../../config/strings.js.inc:94 -#: ../../../modules/web/themes/material-blue/views/main/update.inc:36 -msgid "Error al comprobar actualizaciones" +#: app/config/strings.js.inc:94 +#: app/modules/web/themes/material-blue/views/main/update.inc:36 +msgid "Error while checking for updates" msgstr "Błąd sprawdzania akutalizacji" -#: ../../../config/strings.js.inc:95 -msgid "Avisos de sysPass" +#: app/config/strings.js.inc:95 +msgid "sysPass Notices" msgstr "Komunikaty sysPass" -#: ../../../config/strings.js.inc:96 -msgid "Vaciar los tracks?" +#: app/config/strings.js.inc:96 +msgid "Clear the tracks out?" msgstr "Clear the tracks out?" -#: ../../../config/strings.js.inc:97 -msgid "Archivo descargado" -msgstr "File downloaded" - -#: ../../../modules/web/themes/material-blue/views/_layouts/main.inc:21 +#: app/modules/web/themes/material-blue/views/_layouts/main.inc:21 #, fuzzy -msgid "Javascript es necesario para el correcto funcionamiento" +msgid "Javascript is needed in order to run correctly" 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:40 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:50 -msgid "Volver" -msgstr "Wstecz" - -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:70 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:127 -msgid "Preferencias de usuario" +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:70 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:127 +msgid "User preferences" msgstr "Ustawienia użytkownika" -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:74 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:77 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:148 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:151 -msgid "Salir" +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:74 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:77 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:148 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:151 +msgid "Sign Out" msgstr "Wyloguj" -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:164 -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:53 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:164 +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:53 msgid "Demo" msgstr "Demo" -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:44 +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:44 #, fuzzy -msgid "Indica si la conexión utiliza HTTPS." +msgid "Tells whether the connection uses HTTPS or not." msgstr "Informuje czy połączenie używa HTTPS" -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:44 +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:44 #, fuzzy msgid "" -"Las claves de formularios enviados se encriptan mediante PKI, el resto de " -"datos no." +"Passwords sent from forms are encrypted using PKI, the remain data don't." 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:66 -msgid "Ayuda :: FAQ :: Changelog" +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:66 +msgid "Help :: FAQ :: Changelog" msgstr "Pomoc :: FAQ :: Lista zmian" -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:70 -msgid "Un proyecto de cygnux.org" +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:70 +msgid "A cygnux.org project" msgstr "Projekt cygnux.org" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:8 -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:12 -msgid "Parámetros especiales" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:8 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:12 +msgid "Special parameters" msgstr "Special parameters" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:14 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:14 msgid "" -"Es posible utilizar uno o varios parámetros especiales separados por espacios" +"You could use either one or several special parameters separated by blank " +"spaces" msgstr "" "You could use either one or several special parameters separated by blank " "spaces" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:16 -msgid "Buscar cuentas a las que 'login' tenga acceso" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:16 +msgid "Search for accounts which 'login' has access rights" msgstr "Search for accounts which 'login' has access rights" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:17 -msgid "Devolver las cuentas en las que 'login' es propietario" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:17 +msgid "Get the accounts in which user login \"login\" is the owner" msgstr "Get the accounts in which user login \"login\" is the owner" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:18 -msgid "Buscar cuentas a las que 'group_name' tenga acceso" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:18 +msgid "Search for accounts which 'group_name' has access rights" msgstr "Search for accounts which 'group_name' has access rights" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:19 -msgid "Devolver las cuentas con grupo principal 'group_name'" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:19 +msgid "Get the accounts in which main group \"group_name\" is set" msgstr "Get the accounts in which main group \"group_name\" is set" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:20 -msgid "Buscar cuentas con archivos con el nombre 'file_name'" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:20 +msgid "Search for accounts which contain a file with the name 'file_name'" msgstr "Search for accounts which contain a file with the name 'file_name'" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:21 -msgid "Buscar cuentas por nombre de cliente" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:21 +msgid "Search for accounts by client name" msgstr "Search for accounts by client name" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:22 -msgid "Buscar cuentas por nombre de categoría" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:22 +msgid "Search for accounts by category name" msgstr "Search for accounts by category name" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:23 -msgid "Devolver la cuenta con ID" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:23 +msgid "Returns the account for the given ID" msgstr "Returns the account for the given ID" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:24 -msgid "Buscar cuentas con la clave caducada" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:24 +msgid "Search for accounts with expired password" msgstr "Szukaj kont z wygasłym hasłem" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:25 -msgid "Devolver las cuentas privadas del usuario actual" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:25 +msgid "Get private accounts for current user" msgstr "Get private accounts for current user" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:26 -msgid "Operador para los parámetros especiales" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:26 +msgid "Operator for special parameters" msgstr "Operator for special parameters" -#: ../../../modules/web/themes/material-blue/views/_partials/no_records_found.inc:10 -#: ../../../modules/web/themes/material-blue/views/account/search-index.inc:19 -msgid "No se encontraron registros" +#: app/modules/web/themes/material-blue/views/_partials/no_records_found.inc:10 +#: app/modules/web/themes/material-blue/views/account/search-index.inc:19 +msgid "No records found" msgstr "Nie znaleziono wpisów" -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:85 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:168 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:175 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:64 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:115 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:122 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:59 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:66 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:38 -msgid "Clave (repetir)" +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:85 +#: app/modules/web/themes/material-blue/views/account/account.inc:168 +#: app/modules/web/themes/material-blue/views/account/account.inc:175 +#: app/modules/web/themes/material-blue/views/install/index.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:115 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:122 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:59 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:66 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:38 +msgid "Password (repeat)" msgstr "Hasło (powtórz)" -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:109 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:194 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:254 -msgid "Seleccionar Fecha" +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:109 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:147 +#: app/modules/web/themes/material-blue/views/account/account.inc:194 +#: app/modules/web/themes/material-blue/views/account/account.inc:278 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:254 +msgid "Select date" msgstr "Wybierz datę" -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:19 -msgid "Histórico" +#: app/modules/web/themes/material-blue/views/account/account-history.inc:19 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:140 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:142 +#: app/modules/web/themes/material-blue/views/account/account.inc:271 +#: app/modules/web/themes/material-blue/views/account/account.inc:273 +msgid "History" msgstr "Historia" -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:28 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:45 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:22 -msgid "Detalles" +#: app/modules/web/themes/material-blue/views/account/account-history.inc:28 +#: app/modules/web/themes/material-blue/views/account/account.inc:45 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:22 +msgid "Details" msgstr "Szczegóły" -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:127 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:200 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:163 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:169 -msgid "Notas" -msgstr "Notatki" +#: app/modules/web/themes/material-blue/views/account/account-history.inc:127 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:78 +#: app/modules/web/themes/material-blue/views/account/account.inc:200 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:168 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:163 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:169 +msgid "Notes" +msgstr "" -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:140 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:142 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:271 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:273 -msgid "Historial" -msgstr "Historia" - -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:147 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:278 -msgid "Seleccionar fecha" -msgstr "Wybierz datę" - -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:160 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:293 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:32 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:291 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:293 -msgid "Última Modificación" +#: app/modules/web/themes/material-blue/views/account/account-history.inc:160 +#: app/modules/web/themes/material-blue/views/account/account.inc:293 +#: app/modules/web/themes/material-blue/views/account/details.inc:32 +#: app/modules/web/themes/material-blue/views/account/details.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:291 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:293 +msgid "Last Modification" msgstr "Ostania modyfikacja" -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:23 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:54 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:119 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:140 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:18 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:35 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:57 -msgid "Seleccionar Usuarios" +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:23 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:54 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:119 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:140 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:18 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:35 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:57 +msgid "Select Users" msgstr "Wybierz użytkowników" -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:33 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:37 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:101 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:105 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:127 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:176 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:29 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:70 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:53 -msgid "Ver" +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:33 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:37 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:101 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:105 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:127 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:176 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:29 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:53 +msgid "View" 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:132 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:136 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:148 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:198 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:46 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:87 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:102 -msgid "Editar" -msgstr "Edycja" - -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:91 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:122 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:168 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:190 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:59 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:76 -msgid "Seleccionar Grupos" +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:91 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:122 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:168 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:190 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:59 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:76 +msgid "Select Groups" msgstr "Wybierz grupy" -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:204 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:182 -msgid "Privada" +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:204 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:182 +msgid "Private" msgstr "Prywatne" -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:223 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:198 -msgid "Privada Grupo" +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:223 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:198 +msgid "Private for Group" msgstr "Private for Group" -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:15 -msgid "Solicitar Modificación de Cuenta" +#: app/modules/web/themes/material-blue/views/account/account-request.inc:15 +msgid "Request Account Modification" msgstr "Żądaj zmiany konta" -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:46 -msgid "Petición" -msgstr "Żądanie" - -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:52 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:52 #, fuzzy -msgid "Descripción de la petición" +msgid "Request description" msgstr "Wymagaj opisu" -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:74 -msgid "Enviar" +#: app/modules/web/themes/material-blue/views/account/account-request.inc:74 +msgid "Send" msgstr "Wyślij" -#: ../../../modules/web/themes/material-blue/views/account/account.inc:37 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:133 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:21 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:214 -msgid "Permisos" +#: app/modules/web/themes/material-blue/views/account/account.inc:37 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:133 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:21 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:214 +msgid "Permissions" msgstr "Prawa" -#: ../../../modules/web/themes/material-blue/views/account/account.inc:218 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:98 -msgid "Seleccionar Etiquetas" +#: app/modules/web/themes/material-blue/views/account/account.inc:218 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:98 +msgid "Select Tags" msgstr "Wybierz tagi" -#: ../../../modules/web/themes/material-blue/views/account/account.inc:262 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:26 -msgid "Seleccionar Cuenta" +#: app/modules/web/themes/material-blue/views/account/account.inc:262 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:26 +msgid "Select Account" msgstr "Wybierz konto" -#: ../../../modules/web/themes/material-blue/views/account/account.inc:301 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:303 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:306 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:193 -msgid "Enlace Público" +#: app/modules/web/themes/material-blue/views/account/account.inc:301 +#: app/modules/web/themes/material-blue/views/account/account.inc:303 +#: app/modules/web/themes/material-blue/views/account/account.inc:306 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:193 +msgid "Public Link" msgstr "Publiczny link" -#: ../../../modules/web/themes/material-blue/views/account/account.inc:314 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:316 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:319 -msgid "Enlace Directo" +#: app/modules/web/themes/material-blue/views/account/account.inc:314 +#: app/modules/web/themes/material-blue/views/account/account.inc:316 +#: app/modules/web/themes/material-blue/views/account/account.inc:319 +msgid "Direct Link" msgstr "Direct Link" -#: ../../../modules/web/themes/material-blue/views/account/details.inc:22 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:24 -msgid "Fecha Alta" +#: app/modules/web/themes/material-blue/views/account/details.inc:22 +#: app/modules/web/themes/material-blue/views/account/details.inc:24 +msgid "Date Added" msgstr "Data dodania" -#: ../../../modules/web/themes/material-blue/views/account/details.inc:60 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:62 -msgid "Fecha Edición" +#: app/modules/web/themes/material-blue/views/account/details.inc:60 +#: app/modules/web/themes/material-blue/views/account/details.inc:62 +msgid "Date Modified" msgstr "Data modyfikacji" -#: ../../../modules/web/themes/material-blue/views/account/details.inc:68 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:70 +#: app/modules/web/themes/material-blue/views/account/details.inc:68 +#: app/modules/web/themes/material-blue/views/account/details.inc:70 msgid "Editor" msgstr "Edytor" -#: ../../../modules/web/themes/material-blue/views/account/details.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:80 -msgid "Fecha de Clave" +#: app/modules/web/themes/material-blue/views/account/details.inc:78 +#: app/modules/web/themes/material-blue/views/account/details.inc:80 +msgid "Password Date" msgstr "Password Date" -#: ../../../modules/web/themes/material-blue/views/account/files.inc:37 -msgid "Soltar archivos aquí (max. 5) o click para seleccionar" +#: app/modules/web/themes/material-blue/views/account/files.inc:37 +msgid "Drop files here (max. 5) or click to select" msgstr "Upuść pliki tutaj (maks. 5) albo kliknij by wybrać" -#: ../../../modules/web/themes/material-blue/views/account/files.inc:39 +#: app/modules/web/themes/material-blue/views/account/files.inc:39 #, php-format -msgid "Tamaño máximo de archivo: %d MB" +msgid "Maximum file size: %d MB" msgstr "Maksymalny rozmiar pliku: %d MB" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:35 -msgid "Buscar en Wiki" +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:35 +msgid "Search in Wiki" msgstr "Wyszukaj na Wiki" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:84 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:84 #, php-format -msgid "Abrir enlace a: %s" +msgid "Open link to: %s" msgstr "Open link to: %s" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:111 -msgid "Clave Caducada" +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:111 +msgid "Password Expired" msgstr "Hasło wygasło" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:125 -msgid "Cuenta Privada (Grupo)" +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:125 +msgid "Private Account (Group)" msgstr "Private Account (Group)" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:168 -msgid "Notes" -msgstr "Notes" - -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:182 -msgid "Archivos adjuntos" +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:182 +msgid "Attachments" msgstr "Załącznik" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:209 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:220 -msgid "Enlace a Wiki" +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:209 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:220 +msgid "Link to Wiki" msgstr "Link na Wiki" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:212 -msgid "Ver en Wiki" +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:212 +msgid "View at Wiki" msgstr "Zobacz w Wiki" -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:59 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:63 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:230 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:231 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:59 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:63 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:230 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:231 #, fuzzy -msgid "Búsqueda global" +msgid "Global search" msgstr "Globalne wyszukiwanie" -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:85 -msgid "Filtrar Favoritos" +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:85 +msgid "Favorites Filtering" msgstr "Filtruj ulubione" -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:100 -msgid "Cuentas por página" +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:100 +msgid "Accounts per page" msgstr "Kont na stronę" -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:108 -msgid "Más Filtros" +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:108 +msgid "More Filters" msgstr "Więcej filtrów" -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:113 -msgid "Seleccionar Etiqueta" +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:113 +msgid "Select Tag" msgstr "Wybierz tag" -#: ../../../modules/web/themes/material-blue/views/common/aux-customfields.inc:22 -msgid "Los datos serán encriptados al guardar" +#: app/modules/web/themes/material-blue/views/common/aux-customfields.inc:22 +msgid "Data will be encrypted after saving" msgstr "Data will be encrypted after saving" -#: ../../../modules/web/themes/material-blue/views/common/aux-customfields.inc:27 -msgid "Los datos serán desencriptados al guardar" +#: app/modules/web/themes/material-blue/views/common/aux-customfields.inc:27 +msgid "Data will be unencrypted after saving" msgstr "Data will be unencrypted after saving" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:12 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:12 +#: app/modules/web/themes/material-blue/views/config/backup.inc:12 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:12 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:12 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:12 #, php-format -msgid "La extensión '%s' no está disponible" +msgid "The '%s' extension is unavailable" msgstr "The '%s' extension is unavailable" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:16 -msgid "Esta extensión es necesaria para mostrar las claves como imágenes" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:16 +msgid "This extension is needed to display passwords as images" msgstr "This extension is needed to display passwords as images" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:30 -msgid "Búsqueda" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:30 +msgid "Searching" msgstr "Searching" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:36 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:56 -msgid "Resultados por página" -msgstr "Wyników na stronę" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:36 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:52 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:56 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:72 +msgid "Results per page" +msgstr "" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:41 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:61 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:41 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:61 #, fuzzy -msgid "Número de resultados por página a mostrar, al realizar una búsqueda." +msgid "Number of results per page to display when performing a search." msgstr "Liczba wyników na strone przy wyszukiwaniu" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:52 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:72 -msgid "Número de resultados por página" -msgstr "Wyników na stronie" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:70 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:30 -msgid "Caducidad clave cuentas" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:30 +msgid "Accounts password expiry" msgstr "Accounts password expiry" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:71 -msgid "Habilita la caducidad de la clave de cuentas." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:71 +msgid "Enables the accounts password expiry date." msgstr "Enables the accounts password expiry date." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:79 -msgid "Tiempo caducidad clave" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:79 +msgid "Password expiry time" msgstr "Password expiry time" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:84 -msgid "Número de días para la caducidad de la clave de cuenta." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:84 +msgid "Number of days for account's password expiry date." msgstr "Number of days for account's password expiry date." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:94 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:38 -msgid "Tiempo caducidad (días)" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:94 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:38 +msgid "Expire time (days)" msgstr "Expire time (days)" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:112 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:90 -msgid "Nombre de cuenta como enlace" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:112 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:90 +msgid "Account name as link" msgstr "Nazwa konta jako link" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:113 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:92 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:113 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:92 #, fuzzy -msgid "" -"Habilita el nombre de la cuenta de la búsqueda, como enlace a los detalles " -"de la cuenta." +msgid "Enables to use the account name as a link to account details." msgstr "Ustawia nazwę konta jako link do szczegółów." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:128 -msgid "Búsquedas globales" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:128 +msgid "Global searches" msgstr "Globalne wyszukiwania" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:129 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:129 #, fuzzy 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." +"Allows the users to do searches that includes all accounts, they won't be " +"able to display the account details if they don't have permission." 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:144 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:154 -msgid "Imagen para mostrar clave" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:144 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:154 +msgid "Image to show password" msgstr "Pokaż hasło w obrazku" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:146 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:156 -msgid "Generar una imagen con el texto de la clave de la cuenta." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:146 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:156 +msgid "Generate an image with a text of the account password." msgstr "Generuj obrazek z hasłem." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:148 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:158 -msgid "Util para entornos donde copiar la clave supone un riesgo de seguridad." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:148 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:158 +msgid "" +"Useful for environments where copying a password to clipboard is a security " +"risk." msgstr "" "Przydatne w środowiskach w których kopiowanie haseł do schowka jest " "naruszeniem bezpieczeństwa." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:164 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:158 -msgid "Resultados en Tarjetas" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:164 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:158 +msgid "Results like Cards" msgstr "Wyniki w formie kart" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:166 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:160 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:166 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:160 #, fuzzy -msgid "Muestra los resultados de búsqueda de cuentas en formato tarjeta." +msgid "Displays account's search results on a card like format." msgstr "Włącza pokazywanie wyników wyszukiwania w formie kart." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:182 -msgid "Acceso Grupos Secundarios" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:182 +msgid "Secondary Groups Access" msgstr "Secondary Groups Access" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:184 -msgid "" -"Habilita el acceso a los usuarios que estén incluidos en los grupos " -"secundarios." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:184 +msgid "Grants access to users that are included in secondary groups." msgstr "Grants access to users that are included in secondary groups." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:186 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:186 msgid "" -"Por defecto el usuario de un grupo secundario es permitido si el grupo " -"secundario está establecido como el primario del usuario." +"By default, user in a secondary group is granted if the secondary group is " +"set as user's main group." msgstr "" "By default, user in a secondary group is granted if the secondary group is " "set as user's main group." #. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:197 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:378 -#: ../../../config/actions.xml:73 -msgid "Enlaces Públicos" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:197 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:378 +#: app/config/actions.xml:73 +msgid "Public Links" msgstr "Linki publiczne" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:215 -msgid "Habilitar Enlaces Públicos" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:215 +msgid "Enable Public Links" msgstr "Włącz publiczne linki" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:217 -msgid "" -"Habilita la posibilidad de generar enlaces públicos para ver los detalles de " -"una cuenta." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:217 +msgid "Enables the ability to create public links to view an account's details" msgstr "" "Enables the ability to create public links to view an account's details" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:219 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:219 #, fuzzy -msgid "" -"Las cuentas enlazadas serán visibles por cualquiera que disponga del enlace." +msgid "Linked accounts will be visible by anyone that have the link." msgstr "Podlinkowane konta będą widoczne dla wszystkich posiadających link." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:221 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:221 #, fuzzy msgid "" -"Para crear enlaces, los usuarios tienen que tener activada la opción en su " -"perfl." +"In order to create links, users must have activated the option on their " +"profiles." msgstr "" "Aby tworzyć linki, użytkownicy muszą aktywować ustawienie w swoich profilach." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:237 -msgid "Usar imagen para clave" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:237 +msgid "Use an image for password" msgstr "Używaj obrazków dla haseł" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:239 -msgid "La clave de la cuenta es visualizada como una imagen." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:239 +msgid "The account password is shown as image." msgstr "Hasło jest wyświetlone jako obrazek" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:248 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:257 -msgid "Tiempo de caducidad" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:248 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:257 +msgid "Expire time" msgstr "Czas wygaśnięcia" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:263 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:272 -msgid "Número máximo de visitas" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:263 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:272 +msgid "Maximum visits" msgstr "Maksymalna ilość wyświetleń" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:298 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:411 -msgid "Gestión de archivos" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:298 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:411 +msgid "Files management" msgstr "Zarządzanie plikami" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:299 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:299 #, fuzzy -msgid "Habilita la subida/descarga de archivos para las cuentas." +msgid "Enables the uploading and downloading of accounts files." msgstr "Włącza wysyłanie/pobieranie plików dla konta" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:307 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:320 -msgid "Extensiones de archivos permitidas" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:307 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:320 +msgid "Allowed file extensions" msgstr "Dozwolone rozszerzenia plików" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:312 -msgid "Extensiones permitidas para la subida de archivos." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:312 +msgid "Allowed file extensions for uploading." msgstr "Dozwolone rozszerzenia uploadowanych plików" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:315 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:315 msgid "" -"Escribir extensión y pulsar intro para añadir. Es necesario guardar la " -"configuración." +"Write the extension and press enter to add. Remember to save the " +"configuration." msgstr "" "Podaj rozszerzenie i wciśnij enter aby dodać. Pamiętaj aby zapisać " "konfigurację." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:328 -msgid "Tamaño máximo de archivo" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:328 +msgid "Maximum file size" msgstr "Maksymalny rozmiar pliku" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:333 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:333 #, fuzzy -msgid "Establece el tamaño máximo para subir archivos." +msgid "Sets the maximum file size for uploading." msgstr "Ustaw maksymalny rozmiar uploadowanych plików." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:337 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:337 #, fuzzy -msgid "El máximo absuluto es de 16MB." +msgid "Absolute maximum is 16MB." msgstr "Absolutne maksimum to 16MB." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:348 -msgid "Tamaño máximo de archivo en kilobytes" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:348 +msgid "Maximum file size in kilobytes" msgstr "Maximum file size in kilobytes" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:16 -msgid "" -"Esta extensión es necesaria para generar los archivos de copia de seguridad " -"de la aplicación" +#: app/modules/web/themes/material-blue/views/config/backup.inc:16 +msgid "This extension is needed to build the application's backup files" msgstr "This extension is needed to build the application's backup files" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:30 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:33 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:109 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:112 -msgid "Resultado" +#: app/modules/web/themes/material-blue/views/config/backup.inc:30 +#: app/modules/web/themes/material-blue/views/config/backup.inc:33 +#: app/modules/web/themes/material-blue/views/config/backup.inc:109 +#: app/modules/web/themes/material-blue/views/config/backup.inc:112 +msgid "Result" msgstr "Wynik" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:41 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:44 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:120 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:123 -msgid "Descargar Actual" +#: app/modules/web/themes/material-blue/views/config/backup.inc:41 +#: app/modules/web/themes/material-blue/views/config/backup.inc:44 +#: app/modules/web/themes/material-blue/views/config/backup.inc:120 +#: app/modules/web/themes/material-blue/views/config/backup.inc:123 +msgid "Download Current" msgstr "Pobierz obecne" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:51 -msgid "Copia BBDD" +#: app/modules/web/themes/material-blue/views/config/backup.inc:51 +msgid "DB Backup" msgstr "Kopia bezpieczeństwa bazy danych" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:58 -msgid "Copia sysPass" +#: app/modules/web/themes/material-blue/views/config/backup.inc:58 +msgid "sysPass Backup" msgstr "Kopia bezpieczeństwa sysPass" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:80 +#: app/modules/web/themes/material-blue/views/config/backup.inc:80 #, fuzzy 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." +"The backup allows you to save and download sysPass database and application " +"files including its configuration." 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:82 +#: app/modules/web/themes/material-blue/views/config/backup.inc:82 #, 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." +"With this method it's possible to either save all sysPass data in another " +"place or use it to make the application 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:101 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:185 -msgid "Exportar Cuentas" +#: app/modules/web/themes/material-blue/views/config/backup.inc:101 +#: app/modules/web/themes/material-blue/views/config/backup.inc:185 +msgid "Export Accounts" msgstr "Eksport kont" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:139 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:147 -msgid "Clave de Exportación" +#: app/modules/web/themes/material-blue/views/config/backup.inc:139 +#: app/modules/web/themes/material-blue/views/config/backup.inc:147 +msgid "Export Password" msgstr "Hasło eksportu" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:153 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:161 -msgid "Clave de Exportación (repetir)" +#: app/modules/web/themes/material-blue/views/config/backup.inc:153 +#: app/modules/web/themes/material-blue/views/config/backup.inc:161 +msgid "Export Password (repeat)" msgstr "Hasło eksportu (ponownie)" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:187 +#: app/modules/web/themes/material-blue/views/config/backup.inc:187 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." +"The accounts export allows you to save the accounts and their data in XML " +"format to be imported in another sysPass instance." 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:189 -msgid "Los elementos exportados son cuentas, clientes, categorías y etiquetas." +#: app/modules/web/themes/material-blue/views/config/backup.inc:189 +msgid "Exported items are accounts, clients, categories and tags." msgstr "Exported items are accounts, clients, categories and tags." -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:191 +#: app/modules/web/themes/material-blue/views/config/backup.inc:191 #, fuzzy msgid "" -"Las claves de las cuentas son exportadas de forma encriptada para mayor " -"seguridad." +"Accounts' password are exported in an encrypted way for better security." msgstr "" "Hasła kont są eksportowane w zaszyfrowany sposób dla większego bezpieczeństwa" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:193 +#: app/modules/web/themes/material-blue/views/config/backup.inc:193 #, fuzzy msgid "" -"Es posible establecer una clave de exportación para guardar todos los datos " -"encriptados en el archivo XML." +"It's possible to set an export password to save all the encrypted data in " +"the XML file." msgstr "" "Istnieje możliwość ustawienia hasła eksportu by zapisać zaszyfrowane dane w " "pliku XML." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:17 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:153 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:152 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:167 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:50 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:56 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:57 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:102 -msgid "Clave Maestra" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:17 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:153 +#: app/modules/web/themes/material-blue/views/config/import.inc:152 +#: app/modules/web/themes/material-blue/views/config/import.inc:167 +#: app/modules/web/themes/material-blue/views/install/index.inc:50 +#: app/modules/web/themes/material-blue/views/install/index.inc:56 +#: app/modules/web/themes/material-blue/views/login/index.inc:57 +#: app/modules/web/themes/material-blue/views/login/index.inc:102 +msgid "Master Password" msgstr "Główne hasło" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:24 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:27 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:198 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:201 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:24 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:27 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:198 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:201 #, fuzzy -msgid "Último cambio" +msgid "Last change" msgstr "Ostania zmiana" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:35 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:43 -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:142 -msgid "Clave Maestra actual" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:35 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:43 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:142 +msgid "Current Master Password" msgstr "Obecne główne hasło" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:49 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:57 -msgid "Nueva Clave Maestra" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:49 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:57 +msgid "New Master Password" msgstr "Nowe główne hasło" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:63 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:71 -msgid "Nueva Clave Maestra (repetir)" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:63 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:71 +msgid "New Master Password (repeat)" msgstr "Nowe hasło główne (powtórz)" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:80 -msgid "Guarde la nueva clave en un lugar seguro." +#: app/modules/web/themes/material-blue/views/config/encryption.inc:80 +msgid "You should save the new password on a secure place" msgstr "Zapisz główne hasło w bezpiecznym miejscu" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:84 -msgid "Se volverán a encriptar las claves de todas las cuentas." +#: app/modules/web/themes/material-blue/views/config/encryption.inc:84 +msgid "All accounts passwords will be encrypted again." msgstr "Wszystkie hasła będą zaszyfrowane ponownie." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:88 -msgid "Los usuarios deberán de introducir la nueva clave maestra." +#: app/modules/web/themes/material-blue/views/config/encryption.inc:88 +msgid "Users will need to enter the new Master Password." msgstr "Użytkownicy będą musieli podać nowe hasło główne" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:92 -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:130 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:92 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:130 #, php-format -msgid "" -"Se van a actualizar %s cuentas. Este proceso puede tardar algo de tiempo." +msgid "It will be updated %s accounts. This process could take some time long." msgstr "" "It will be updated %s accounts. This process could take some time long." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:109 -msgid "No modificar cuentas" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:109 +msgid "Do not modify accounts" msgstr "Nie modyfikuj kont" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:111 -msgid "Establece una nueva clave maestra sin re-encriptar las cuentas" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:111 +msgid "Sets a new Master Password without re-encrypting the accounts." msgstr "Ustawia nowe hasło bez ponownego szyfrowania kont" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:127 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:127 #, fuzzy -msgid "Confirmar cambio" +msgid "Confirm change" msgstr "Potwierdź zmianę" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:129 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:129 msgid "" -"Confirmar el cambio de clave maestra después de haber leído las advertencias " -"anteriores." +"Confirm the master password change after you have been read all the above " +"warnings." msgstr "" "Confirm the master password change after you have been read all the above " "warnings." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:155 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:155 #, fuzzy msgid "" -"La clave maestra es utilizada para encriptar las claves de las cuentas de " -"sysPass para mantenerlas seguras." +"The Master Password is used to encrypt sysPass accounts passwords and keep " +"them safe." 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:157 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:157 #, fuzzy msgid "" -"Es recomendable cambiarla cada cierto tiempo y utilizar una clave compleja " -"que incluya números, letras y símbolos." +"It's advisable to change it from time to time and use a complex password " +"that includes numbers, letters and symbols." 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:159 -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:132 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:159 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:132 #, php-format -msgid "Para más información consulte: %s" +msgid "You could get more info on: %s" msgstr "You could get more info on: %s" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:169 -msgid "Actualizar hash de clave maestra" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:169 +msgid "Update master password hash" msgstr "Aktualizuj hash głównego hasła" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:189 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:323 -msgid "Clave Temporal" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:189 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:323 +msgid "Temporary Password" msgstr "Tymczasowe hasło" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:203 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:218 -msgid "No generada" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:203 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:218 +msgid "Not generated" msgstr "Nie wygenerowano" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:208 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:211 -msgid "Válido hasta" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:208 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:211 +msgid "Valid until" msgstr "Ważne do" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:224 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:227 -msgid "Intentos" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:224 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:227 +msgid "Attempts" msgstr "Próby" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:234 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:244 -msgid "Validez (s)" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:234 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:244 +msgid "Life (s)" msgstr "Life (s)" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:263 -msgid "Enviar correo" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:263 +msgid "Send email" msgstr "Send email" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:265 -msgid "" -"Envía un correo a todos los usuarios o sólo a los del grupo seleccionado." +#: app/modules/web/themes/material-blue/views/config/encryption.inc:265 +msgid "Sends an email to all users or only to those whose group is selected." msgstr "Sends an email to all users or only to those whose group is selected." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:325 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:325 #, 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." +"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." 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:332 -msgid "Generar" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:332 +msgid "Generate" msgstr "Generuj" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:12 -msgid "Autentificación" -msgstr "Autentykacja" - -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:30 -msgid "Usar Auth Basic" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:30 +msgid "Use Auth Basic" msgstr "Use Auth Basic" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:31 -msgid "Usar Auth Basic para autorizar los accesos a la aplicación." +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:31 +msgid "Use Auth Basic for authorizing accesses to the application" msgstr "Use Auth Basic for authorizing accesses to the application" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:45 -msgid "Usar Auth Basic SSO" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:45 +msgid "Use Auth Basic SSO" msgstr "Use Auth Basic SSO" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:46 -msgid "Usar auto-login con Auth Basic." +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:46 +msgid "Use auto-login through Auth Basic" msgstr "Use auto-login through Auth Basic" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:54 -msgid "Dominio" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:54 +msgid "Domain" msgstr "Domain" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:59 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:59 msgid "" -"El dominio será añadido al nombre de usuario de sysPass para comprobarlo con " -"el de Auth Basic." +"The domain will be added to sysPass user name for checking against the Auth " +"Basic one." msgstr "" "The domain will be added to sysPass user name for checking against the Auth " "Basic one." -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:69 -msgid "Nombre de dominio" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:69 +msgid "Domain name" msgstr "Domain name" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:75 -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:85 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:45 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:55 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:239 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:249 -msgid "Grupo por Defecto" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:75 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:85 +#: app/modules/web/themes/material-blue/views/config/import.inc:45 +#: app/modules/web/themes/material-blue/views/config/import.inc:55 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:239 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:249 +msgid "Default Group" msgstr "Domyślna grupa" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:80 -msgid "" -"Define el grupo de usuarios por defecto para los nuevos usuarios de SSO." +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:80 +msgid "Sets the default users group for newly created SSO users" msgstr "Sets the default users group for newly created SSO users" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:100 -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:110 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:264 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:274 -msgid "Perfil por Defecto" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:100 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:110 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:264 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:274 +msgid "Default Profile" msgstr "Domyślny profil" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:105 -msgid "" -"Define el perfil de usuarios por defecto para los nuevos usuarios de SSO." +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:105 +msgid "Sets the default profile for the newly created SSO users." msgstr "Sets the default profile for the newly created SSO users." -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:98 -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:101 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:173 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:176 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:70 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:72 -msgid "Eventos" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:12 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:98 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:101 +#: app/modules/web/themes/material-blue/views/config/mail.inc:173 +#: app/modules/web/themes/material-blue/views/config/mail.inc:176 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:70 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:72 +msgid "Events" msgstr "Zdarzenia" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:30 -msgid "Habilitar log de eventos" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:30 +msgid "Enable event log" msgstr "Włącz log" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:31 -msgid "Guarda las acciones realizadas en la aplicación." +#: app/modules/web/themes/material-blue/views/config/general-events.inc:31 +msgid "Saves the actions done by the application." msgstr "Zapisz akcje wykonane przez aplikację" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:45 -msgid "Habilitar Syslog" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:45 +msgid "Enable Syslog" msgstr "Włącz syslog" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:60 -msgid "Habilitar Syslog Remoto" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:60 +msgid "Enable Remote Syslog" msgstr "Włącz zdalny syslog" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:70 -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:39 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:75 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:78 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:94 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:119 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:59 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:66 -msgid "Servidor" -msgstr "Serwer" - -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:78 -msgid "Nombre o dirección IP" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:78 +msgid "Hostname or IP address" msgstr "Nazwa hosta lub IP" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:84 -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:92 -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:53 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:72 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:79 -msgid "Puerto" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:84 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:92 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:53 +#: app/modules/web/themes/material-blue/views/config/mail.inc:72 +#: app/modules/web/themes/material-blue/views/config/mail.inc:79 +msgid "Port" msgstr "Port" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:12 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:12 msgid "Proxy" msgstr "Proxy" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:30 -msgid "Usar Proxy" +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:30 +msgid "Use Proxy" msgstr "Użyj proxy" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:31 -msgid "Usar proxy para comprobación de actualizaciones y notificaciones." +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:31 +msgid "Use a proxy server for checking out for updates and notifications." msgstr "Use a proxy server for checking out for updates and notifications." -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:47 -msgid "Servidor proxy" +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:47 +msgid "Proxy server" msgstr "Serwer proxy" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:61 -msgid "Puerto del servidor proxy" +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:61 +msgid "Proxy server port" msgstr "Port serwera proxy" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:75 -msgid "Usuario del servidor proxy" +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:75 +msgid "Proxy server user" msgstr "Użytkownik serwera proxy" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:89 -msgid "Clave del servidor proxy" +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:89 +msgid "Proxy server password" msgstr "Hasło serwera proxy" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:16 -msgid "" -"Esta extensión es necesaria comprobar las actualizaciones y notificaciones" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:16 +msgid "This extension is needed to check for sysPass updates and notices" msgstr "This extension is needed to check for sysPass updates and notices" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:24 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:15 -msgid "Sitio" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:24 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:15 +msgid "Site" msgstr "Strona" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:30 -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:44 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:107 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:121 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:137 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:139 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:26 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:28 -msgid "Idioma" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:30 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:44 +#: app/modules/web/themes/material-blue/views/config/info.inc:107 +#: app/modules/web/themes/material-blue/views/config/info.inc:121 +#: app/modules/web/themes/material-blue/views/install/index.inc:137 +#: app/modules/web/themes/material-blue/views/install/index.inc:139 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:26 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:28 +msgid "Language" msgstr "Język" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:35 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:35 #, fuzzy msgid "" -"Establece el idioma global de la aplicación. Es posible establecer un idioma " -"por usuario en las preferencias." +"Sets the global app language. You can set a per user language on preferences." 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:39 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:39 msgid "" -"Para mejorar/añadir las traducciones, puede colaborar en https://poeditor." -"com/join/project/fmlsBuugyv" +"To improve/add translations, you can get involved at https://poeditor.com/" +"join/project/fmlsBuugyv" msgstr "" "To improve/add translations, you can get involved at https://poeditor.com/" "join/project/fmlsBuugyv" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:57 -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:67 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:40 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:42 -msgid "Tema Visual" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:57 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:67 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:40 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:42 +msgid "Visual Theme" msgstr "Theme" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:62 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:62 #, fuzzy msgid "" -"Establece el tema visual global de la aplicación. Es posible establecer un " -"tema visual por usuario en las preferencias." +"Sets the global application visual theme. You can set a per user visual " +"theme on preferences." msgstr "" "Ustaw globalny theme. Użytkownik może go nadpisać w ustawieniach profilu." -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:81 -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:89 -msgid "Timeout de sesión (s)" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:81 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:89 +msgid "Session timeout (s)" msgstr "Timeout sesji" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:107 -msgid "Forzar HTTPS" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:107 +msgid "Force HTTPS" msgstr "Wymuś HTTPS" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:108 -msgid "Fuerza para que todas las conexiones sean a través de HTTPS." +#: app/modules/web/themes/material-blue/views/config/general-site.inc:108 +msgid "It forces the use of HTTPS on all the connections" msgstr "Wymusza HTTPS dla wszystkich połączeń" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:122 -msgid "Habilitar depuración" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:122 +msgid "Enable debug" msgstr "Włącz debugowanie" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:123 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:123 #, fuzzy msgid "" -"Muestra información relativa a la configuración de la aplicación y " -"rendimiento." +"Displays some information about application configuration and performance." msgstr "Pokazuje informacje o konfiguracji i wydajności aplikacji" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:137 -msgid "Modo mantenimiento" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:137 +msgid "Maintenance mode" msgstr "Tryb serwisowania" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:138 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:138 #, fuzzy msgid "" -"En este modo no se puede acceder a la aplicación. Para deshabilitarlo es " -"necesario modificar el archivo de configuración." +"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." 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:152 -msgid "Comprobar actualizaciones" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:152 +msgid "Check for updates" msgstr "Sprawdź aktualizacje" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:153 -msgid "" -"Comprobar actualizaciones de la aplicación (sólo para los usuarios " -"administradores)." +#: app/modules/web/themes/material-blue/views/config/general-site.inc:153 +msgid "Check for application updates (only for administrators)." msgstr "Sprawdź akutalizację aplikacji (tylko dla administratora)." -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:167 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:167 #, fuzzy -msgid "Comprobar notificaciones" +msgid "Check for notifications" msgstr "Sprawdź uwagi" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:168 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:168 #, fuzzy msgid "" -"Comprobar si existen notificaciones de seguridad o avisos de sysPass (sólo " -"para los usuarios administradores)." +"Check if there are either sysPass security or warning notices (only for " +"administrators)." 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:182 -msgid "Encriptar Sesión" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:182 +msgid "Encrypt Session" msgstr "Encrypt Session" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:184 -msgid "Encriptar los datos de la sesión de PHP." +#: app/modules/web/themes/material-blue/views/config/general-site.inc:184 +msgid "Encrypt PHP session data" msgstr "Encrypt PHP session data" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:185 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:185 msgid "" -"Esta funcionalidad incrementa la seguridad de las sesiones de PHP ya que los " -"datos almacenados no serán legibles." +"This feature increases the PHP sessions security, because the stored data " +"won't be readable." 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:12 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:103 -msgid "Importar CSV/XML" +#: app/modules/web/themes/material-blue/views/config/import.inc:12 +#: app/modules/web/themes/material-blue/views/config/import.inc:103 +msgid "CSV/XML Import" msgstr "Import CSV/XML" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:18 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:28 -msgid "Usuario por Defecto" +#: app/modules/web/themes/material-blue/views/config/import.inc:18 +#: app/modules/web/themes/material-blue/views/config/import.inc:28 +msgid "Default User" msgstr "Domyślny urzytkownik" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:23 -msgid "Define el usuario por defecto para las cuentas importadas." +#: app/modules/web/themes/material-blue/views/config/import.inc:23 +msgid "Sets the default user for the accounts imported." msgstr "Sets the default user for the accounts imported." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:50 -msgid "Define el grupo por defecto para las cuentas importadas." +#: app/modules/web/themes/material-blue/views/config/import.inc:50 +msgid "Sets the default group for the accounts imported." msgstr "Sets the default group for the accounts imported." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:72 -msgid "Archivo" -msgstr "Plik" - -#: ../../../modules/web/themes/material-blue/views/config/import.inc:75 -msgid "Soltar archivo aquí o click para seleccionar" +#: app/modules/web/themes/material-blue/views/config/import.inc:75 +msgid "Drop files here or click to select" msgstr "Przeciągnij plik tutaj lub kliknij aby wybrać" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:105 +#: app/modules/web/themes/material-blue/views/config/import.inc:105 #, fuzzy msgid "" -"Permite realizar la importación de Cuentas, Categorías y Clientes desde " -"archivos XML y CSV." +"Allows to import Accounts, Categories and Clients from XML or CSV files." 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:107 +#: app/modules/web/themes/material-blue/views/config/import.inc:107 #, fuzzy -msgid "" -"Los formatos de archivos XML soportados son: sysPass, KeePass y KeePassX" +msgid "Supported XML file formats are: sysPass, KeePass and KeePassX" msgstr "Wspierane formaty XML to sysPass, KeePass i KeePassX" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:109 +#: app/modules/web/themes/material-blue/views/config/import.inc:109 #, fuzzy -msgid "" -"Arrastar el archivo a importar a la zona indicada o hacer click sobre la " -"flecha." +msgid "Drag & Drop the file into the import zone or click over the arrow." msgstr "Przeciągnij i upuść plik do strefy importu albo klinij na strzałkę" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:111 +#: app/modules/web/themes/material-blue/views/config/import.inc:111 #, 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." +"For KeePass or KeePassX files, client name will be KeePass or KeePassX and " +"category name like groups name." 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:113 -msgid "La importación de archivos CSV se realiza con el siguiente formato:" +#: app/modules/web/themes/material-blue/views/config/import.inc:113 +msgid "The CSV import file requires the following format:" msgstr "Importowany plik CSV musi mieć następujący format:" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:115 +#: app/modules/web/themes/material-blue/views/config/import.inc:115 #, fuzzy msgid "" -"\"nombre_de_cuenta\";\"cliente\";\"categoría\";\"url\";\"usuario\";\"clave\";" -"\"notas\"" +"\"account_name\";\"client\";\"category\";\"url\";\"user\";\"password\";" +"\"notes\"" msgstr "" "\"nazwa_konta\";\"klient\";\"kategoria\";\"url\";\"uzytkownik\";\"haslo\";" "\"notatki\" " -#: ../../../modules/web/themes/material-blue/views/config/import.inc:117 +#: app/modules/web/themes/material-blue/views/config/import.inc:117 #, fuzzy msgid "" -"En todos los casos, si el cliente o la categoría no están creados, se crean " -"automáticamente." +"In all cases, if the client or category do not exist they will be created " +"automatically." msgstr "" "Jeśli klient lub kategoria nie istnieją to zostaną dodane automatycznie." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:125 +#: app/modules/web/themes/material-blue/views/config/import.inc:125 msgid "XML" msgstr "XML" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:131 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:146 -msgid "Clave de Importación" +#: app/modules/web/themes/material-blue/views/config/import.inc:131 +#: app/modules/web/themes/material-blue/views/config/import.inc:146 +msgid "Import Password" msgstr "Hasło importu" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:136 -msgid "Sólo es necesaria para archivos XML de sysPass encriptados." +#: app/modules/web/themes/material-blue/views/config/import.inc:136 +msgid "It's only needed for sysPass XML files that have been encrypted." msgstr "Wymagane tylko dla zaszyfrowanych plików XML sysPassa" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:157 +#: app/modules/web/themes/material-blue/views/config/import.inc:157 #, fuzzy msgid "" -"Sólo es necesaria para archivos XML de sysPass con clave maestra distinta de " -"la actual." +"It's only needed for sysPass XML files that have been encrypted with a " +"different master password from the current one." 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:174 +#: app/modules/web/themes/material-blue/views/config/import.inc:174 msgid "CSV" msgstr "CSV" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:180 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:195 -msgid "Delimitador CSV" +#: app/modules/web/themes/material-blue/views/config/import.inc:180 +#: app/modules/web/themes/material-blue/views/config/import.inc:195 +msgid "CSV delimiter" msgstr "Separator CSV" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:185 -msgid "Sólo es necesario para archivos CSV." +#: app/modules/web/themes/material-blue/views/config/import.inc:185 +msgid "It's only needed for CSV files." msgstr "Wymagane tylko dla plików CSV" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:14 -msgid "Información de la Aplicación" +#: app/modules/web/themes/material-blue/views/config/info.inc:14 +msgid "Application Information" msgstr "Informacje o aplikacji" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:20 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:23 -msgid "Versión sysPass" +#: app/modules/web/themes/material-blue/views/config/info.inc:20 +#: app/modules/web/themes/material-blue/views/config/info.inc:23 +msgid "sysPass version" msgstr "Wersja sysPass" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:30 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:33 -msgid "Base de Datos" +#: app/modules/web/themes/material-blue/views/config/info.inc:30 +#: app/modules/web/themes/material-blue/views/config/info.inc:33 +msgid "Database" msgstr "Baza danych" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:44 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:47 +#: app/modules/web/themes/material-blue/views/config/info.inc:44 +#: app/modules/web/themes/material-blue/views/config/info.inc:47 msgid "PHP" msgstr "PHP" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:49 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:34 -msgid "Versión" -msgstr "Wersja" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:51 -msgid "Extensiones" +#: app/modules/web/themes/material-blue/views/config/info.inc:51 +msgid "Extensions" msgstr "Rozszerzenia" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:55 -msgid "Extensiones no disponibles" +#: app/modules/web/themes/material-blue/views/config/info.inc:55 +msgid "Unavailable extensions" msgstr "Unavailable extensions" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:59 -msgid "Memoria Usada" +#: app/modules/web/themes/material-blue/views/config/info.inc:59 +msgid "Used Memory" msgstr "Użycie pamięci" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:63 -msgid "Tasa de descarga" +#: app/modules/web/themes/material-blue/views/config/info.inc:63 +msgid "Download rate" msgstr "Download rate" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:66 +#: app/modules/web/themes/material-blue/views/config/info.inc:66 msgid "OP Cache" msgstr "OP Cache" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:85 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:88 -msgid "Copia de Configuración" +#: app/modules/web/themes/material-blue/views/config/info.inc:85 +#: app/modules/web/themes/material-blue/views/config/info.inc:88 +msgid "Configuration Backup" msgstr "Kopia bezpieczeństwa konfiguracji" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:98 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:180 +#: app/modules/web/themes/material-blue/views/config/info.inc:98 +#: app/modules/web/themes/material-blue/views/config/info.inc:180 #, php-format -msgid "Descargar %s" +msgid "Download %s" msgstr "Download %s" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:112 -msgid "Indica si el idioma se encuentra disponible" +#: app/modules/web/themes/material-blue/views/config/info.inc:112 +msgid "Tells whether the language is available or not." msgstr "Tells whether the language is available or not." -#: ../../../modules/web/themes/material-blue/views/config/info.inc:116 +#: app/modules/web/themes/material-blue/views/config/info.inc:116 msgid "" -"Si no está instalado, es necesario instalar las locales en el sistema " -"operativo. Más información en Wiki." +"If it is not installed, you would need install the right operating system " +"locales. More info at 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:128 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:138 -msgid "Sesión Encriptada" +#: app/modules/web/themes/material-blue/views/config/info.inc:128 +#: app/modules/web/themes/material-blue/views/config/info.inc:138 +msgid "Encrypted Session" msgstr "Encrypted Session" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:133 -msgid "Indica si los datos de la sesión están encriptados en el servidor" +#: app/modules/web/themes/material-blue/views/config/info.inc:133 +msgid "Tells whether the session data are encrypted in the server side or not" msgstr "Tells whether the session data are encrypted in the server side or not" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:140 -msgid "Sí" -msgstr "Yes" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:140 -msgid "No" -msgstr "No" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:145 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:148 -msgid "Plugins Cargados" +#: app/modules/web/themes/material-blue/views/config/info.inc:145 +#: app/modules/web/themes/material-blue/views/config/info.inc:148 +msgid "Loaded Plugins" msgstr "Załadowane pluginy" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:171 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:174 -msgid "Archivo de log" +#: app/modules/web/themes/material-blue/views/config/info.inc:171 +#: app/modules/web/themes/material-blue/views/config/info.inc:174 +msgid "Log file" msgstr "Log file" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:16 -msgid "Esta extensión es necesaria conectar con el servidor de LDAP" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:16 +msgid "This extension is needed to connect to the LDAP server" msgstr "This extension is needed to connect to the LDAP server" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:46 -msgid "Habilitar LDAP" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:46 +msgid "Enable LDAP" msgstr "Włącz LDAP" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:48 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:48 #, fuzzy -msgid "Habilita de autentificación mediante servidor LDAP." +msgid "Enables authentication against an LDAP server." msgstr "Włącz poświadczenia serwera LDAP" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:50 -msgid "Este método utilizará MySQL en caso de fallo." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:50 +msgid "This method will use MySQL as fallback." msgstr "Ta metoda użyje MySQL jako fallbacku." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:65 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:65 msgid "Active Directory" msgstr "Active Directory" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:67 -msgid "Habilita el modo de conexión con LDAP de Active Directory." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:67 +msgid "Enables Active Directory LDAP connection mode." msgstr "Włącza tryb połączenia LDAP Active Directory" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:84 -msgid "Habilita la conexión mediante TLS." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:84 +msgid "Enables the connection over TLS" msgstr "Enables the connection over TLS" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:99 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:99 #, fuzzy -msgid "Nombre o dirección IP del servidor de LDAP." +msgid "Hostname or IP address of LDAP server." msgstr "Nazwa hosta lub IP serwera LDAP" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:103 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:134 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:185 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:219 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:131 -msgid "Ejemplos:" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:103 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:134 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:185 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:219 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:131 +msgid "Examples:" msgstr "Przykłady:" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:125 -msgid "Usuario de conexión" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:125 +msgid "Bind User" msgstr "Przypisz użytkownika" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:130 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:130 #, fuzzy -msgid "Usuario para conectar con el servicio de LDAP." +msgid "User to connect to LDAP service." msgstr "Użytkownik łączący się z LDAPem." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:155 -msgid "Clave de conexión" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:155 +msgid "Bind Password" msgstr "Bind Password" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:160 -msgid "Clave del usuario de conexión a LDAP." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:160 +msgid "LDAP connection user's password" msgstr "LDAP connection user's password" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:176 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:200 -msgid "Base de búsqueda" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:176 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:200 +msgid "Search base" msgstr "Baza wyszukiwania" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:181 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:181 #, fuzzy -msgid "Base en la que realizar la búsqueda de usuarios de LDAP." +msgid "LDAP base to perform the LDAP users search." msgstr "Baza wyszukiwania użytkowników LDAPa" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:211 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:211 #, fuzzy -msgid "" -"Grupo de LDAP al que debe de pertenecer el usuario para permitir el acceso." +msgid "LDAP group which user must belong to for granting to log in." 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:215 -msgid "Este grupo debe de estar ubicado en la base de búsquedas de LDAP." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:215 +msgid "This group needs to be placed in the LDAP search base." msgstr "Ta grupa musi się znajdować wewnątrz bazy wyszukiwania LDAPa" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:244 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:244 #, fuzzy -msgid "" -"Define el grupo de usuarios por defecto para los nuevos usuarios de LDAP." +msgid "Sets the default users group for newly created LDAP users" msgstr "Podaj domyślną grupę dla nowych użytkowników LDAP" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:269 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:269 #, fuzzy -msgid "" -"Define el perfil de usuarios por defecto para los nuevos usuarios de LDAP." +msgid "Sets the default profile for the newly created LDAP users." msgstr "Definiuje domyślną grupę nowych użytkowników LDAP" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:321 -msgid "Importación" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:321 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:494 +msgid "Import" msgstr "Import" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:327 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:337 -msgid "Atributo Login" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:327 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:337 +msgid "Login Attribute" msgstr "Login Attribute" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:332 -msgid "" -"Define el atributo a utilizar para el login del usuario en la importación." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:332 +msgid "Defines the attribute for the user's login when importing." msgstr "Defines the attribute for the user's login when importing." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:350 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:360 -msgid "Atributo Nombre" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:350 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:360 +msgid "Name Attribute" msgstr "Name Attribute" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:355 -msgid "" -"Define el atributo a utilizar para el nombre del usuario en la importación." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:355 +msgid "Defines the attribute for the user's name when importing." msgstr "Defines the attribute for the user's name when importing." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:385 -msgid "Importar Grupos" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:385 +msgid "Import Groups" msgstr "Import Groups" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:394 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:404 -msgid "Atributo Nombre Grupo" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:394 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:404 +msgid "Group Name Attribute" msgstr "Group Name Attribute" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:399 -msgid "" -"Define el atributo a utilizar para el nombre del grupo en la importación." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:399 +msgid "Defines the attribute for the user group name when importing." msgstr "Defines the attribute for the user group name when importing." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:415 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:429 -msgid "Filtro" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:415 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:429 +msgid "Filter" msgstr "Filter" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:420 -msgid "Filtro para importar usuarios o grupos de LDAP." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:420 +msgid "Filter for importing LDAP users or groups." msgstr "Filter for importing LDAP users or groups." -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:33 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:34 -msgid "Habilitar notificaciones de correo" +#: app/modules/web/themes/material-blue/views/config/mail.inc:33 +#: app/modules/web/themes/material-blue/views/config/mail.inc:34 +msgid "Enable email notifications" msgstr "Włącz powiadomienia email" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:48 -msgid "Habilitar peticiones por correo" +#: app/modules/web/themes/material-blue/views/config/mail.inc:48 +msgid "Enable requests by email" msgstr "Włącz żądania emailem" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:50 +#: app/modules/web/themes/material-blue/views/config/mail.inc:50 msgid "" -"Habilita que los usuarios puedan solicitar modificaciones o acceso a las " -"cuentas sin permisos." +"Allows users to request for either modifications to existing accounts or " +"access to accounts which they have no rights on." msgstr "" "Allows users to request for either modifications to existing accounts or " "access to accounts which they have no rights on." -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:97 -msgid "Habilitar Autentificación" +#: app/modules/web/themes/material-blue/views/config/mail.inc:97 +msgid "Enable Authentication" msgstr "Włącz poświadczenia" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:132 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:135 -msgid "Seguridad" +#: app/modules/web/themes/material-blue/views/config/mail.inc:132 +#: app/modules/web/themes/material-blue/views/config/mail.inc:135 +msgid "Security" msgstr "Bezpieczeństwo" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:138 -msgid "Deshabilitada" -msgstr "Wyłączone" - -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:148 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:156 +#: app/modules/web/themes/material-blue/views/config/mail.inc:148 +#: app/modules/web/themes/material-blue/views/config/mail.inc:156 #, fuzzy -msgid "Dirección de correo de envío" +msgid "Recipient email address" msgstr "Adres email odbiorcy" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:162 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:165 -msgid "Destinatarios" +#: app/modules/web/themes/material-blue/views/config/mail.inc:162 +#: app/modules/web/themes/material-blue/views/config/mail.inc:165 +msgid "Recipients" msgstr "Recipients" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:16 -msgid "Esta extensión es necesaria conectar con DokuWiki" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:16 +msgid "This extension is needed to connect with DokuWiki" msgstr "This extension is needed to connect with DokuWiki" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:47 -msgid "Habilitar enlaces Wiki" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:47 +msgid "Enable Wiki links" msgstr "Włącz linki Wiki" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:48 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:48 #, fuzzy msgid "" -"Habilita la opción de añadir un enlace a Wiki externa para los resultados de " -"la búsqueda." +"Enables the option to add a link to search for results in an external Wiki." msgstr "" "Włącza opcję dodawania linku do wyników wyszukiwania w zewnętrznej Wiki" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:56 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:83 -msgid "URL de búsqueda Wiki" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:56 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:83 +msgid "Wiki search URL" msgstr "URL wyszukiwania Wiki" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:61 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:61 #, fuzzy -msgid "URL que utiliza la wiki para realizar una búsqueda de una página." +msgid "URL that Wiki uses for making an entry searching." msgstr "URL używany przez Wiki do wykonania wyszukiwania" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:65 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:65 #, fuzzy -msgid "Como parámetro se utiliza el nombre del cliente." +msgid "The client's name is used as parameter." msgstr "Nazwa klienta jest użyta jako parametr." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:69 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:102 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:187 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:214 -msgid "Ejemplo:" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:69 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:102 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:187 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:214 +msgid "Example:" msgstr "Przykład:" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:89 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:116 -msgid "URL de página en Wiki" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:89 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:116 +msgid "Wiki page URL" msgstr "URL strony Wiki" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:94 -msgid "URL que utiliza la wiki para acceder a los detalles de una página." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:94 +msgid "URL that Wiki uses for accessing to the entry details." msgstr "URL that Wiki uses for accessing to the entry details." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:98 -msgid "" -"El nombre de la cuenta se utiliza como parámetro de la variable de búsqueda " -"de la Wiki." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:98 +msgid "Account's name is used as parameter of Wiki search variable." msgstr "Account's name is used as parameter of Wiki search variable." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:122 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:136 -msgid "Prefijo para nombre de cuenta" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:122 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:136 +msgid "Account name prefix" msgstr "Prefix nazwy konta" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:127 -msgid "" -"Prefijo para determinar qué cuentas tienen un enlace a una página de la Wiki." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:127 +msgid "Prefix to determine which accounts have a link to the Wiki." msgstr "Prefix to determine which accounts have a link to the Wiki." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:146 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:146 msgid "DokuWiki API" msgstr "DokuWiki API" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:164 -msgid "Habilitar API de DokuWiki" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:164 +msgid "Enable DokuWiki API" msgstr "Włącz DokuWiki API" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:166 -msgid "" -"Habilita la conexión a la API XML-RPC de DokuWiki para los enlaces Wiki." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:166 +msgid "Enables DokuWiki XML-RPC API for Wiki links." msgstr "Włącza DokuWki XML-RPC API dla linków Wiki" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:168 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:168 msgid "" -"Para que esta característica funcione, es necesario habilitar los enlaces " -"Wiki para el filtrado de cuentas." +"In order to get this feature working, you should enable Wiki links for " +"accounts filtering" msgstr "Aby to zadziałało, musisz włączyć linki Wiki dla filtrowania kont" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:178 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:199 -msgid "URL API" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:178 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:199 +msgid "API URL" msgstr "API URL" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:183 -msgid "URL de la API de DokuWiki." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:183 +msgid "DokuWiki API URL" msgstr "DokuWiki API URL" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:205 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:227 -msgid "URL Base" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:205 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:227 +msgid "Base URL" msgstr "Bazowy URL" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:210 -msgid "URL base de DokuWiki." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:210 +msgid "DokuWiki base URL" msgstr "Bazowy URL DokuWiki" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:238 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:238 #, fuzzy -msgid "Usuario para conectar a la API de DokuWiki." +msgid "User for connecting to the DokuWiki API." msgstr "Użytkownik API DokuWiki." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:266 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:282 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:266 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:282 msgid "Namespace" msgstr "Namespace" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:271 -msgid "Namespace utilizado para buscar las páginas." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:271 +msgid "Namespace used to search pages." 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:170 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:172 -msgid "Instalar" +#: app/modules/web/themes/material-blue/views/error/error-database.inc:17 +#: app/modules/web/themes/material-blue/views/error/error-database.inc:19 +#: app/modules/web/themes/material-blue/views/install/index.inc:170 +#: app/modules/web/themes/material-blue/views/install/index.inc:172 +msgid "Install" msgstr "Instalacja" -#: ../../../modules/web/themes/material-blue/views/grid/datagrid-nav-full.inc:18 -msgid "Filtro ON" +#: app/modules/web/themes/material-blue/views/grid/datagrid-nav-full.inc:18 +msgid "Filter ON" msgstr "Filtr wł." -#: ../../../modules/web/themes/material-blue/views/install/index.inc:11 +#: app/modules/web/themes/material-blue/views/install/index.inc:11 #, php-format -msgid "Instalación %s" +msgid "Installation %s" msgstr "Instalacja %s" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:21 -msgid "Admin de sysPass" +#: app/modules/web/themes/material-blue/views/install/index.inc:21 +msgid "sysPass Admin" msgstr "Administrator sysPass" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:29 -msgid "Usuario administrador de sysPass" +#: app/modules/web/themes/material-blue/views/install/index.inc:29 +msgid "sysPass admin user" msgstr "admin sysPass" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:37 -msgid "Login del usuario administrador de sysPass" +#: app/modules/web/themes/material-blue/views/install/index.inc:37 +msgid "sysPass administrator's login" msgstr "Login administratora sysPass" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:69 -msgid "Configurar BBDD" +#: app/modules/web/themes/material-blue/views/install/index.inc:69 +msgid "DB Configuration" msgstr "Konfiguracja bazy danych" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:79 -msgid "Usuario acceso BBDD" +#: app/modules/web/themes/material-blue/views/install/index.inc:79 +msgid "DB access user" msgstr "Użytkownik bazy danych" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:87 +#: app/modules/web/themes/material-blue/views/install/index.inc:87 #, fuzzy -msgid "Usuario con permisos de administrador de MySQL" +msgid "An user with MySQL admin rights" msgstr "Użytkownik MySQL z prawami admina" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:95 -msgid "Clave acceso BBDD" +#: app/modules/web/themes/material-blue/views/install/index.inc:95 +msgid "DB access password" msgstr "Hasło do bazy danych" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:104 -msgid "Nombre BBDD para sysPass" +#: app/modules/web/themes/material-blue/views/install/index.inc:104 +#: app/modules/web/themes/material-blue/views/install/index.inc:112 +msgid "sysPass database name" msgstr "Nazwa bazy danych sysPass" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:112 -msgid "Nombre de la base de datos para sysPass" -msgstr "Nazwa bazy danych sysPass" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:121 -msgid "Servidor BBDD para sysPass" +#: app/modules/web/themes/material-blue/views/install/index.inc:121 +msgid "sysPass database server" msgstr "Serwer bazy danych sysPass" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:129 +#: app/modules/web/themes/material-blue/views/install/index.inc:129 #, fuzzy -msgid "Nombre del servidor para instalar la base de datos de sysPass" +msgid "Server name to install sysPass database" msgstr "Nazwa hosta do instalacji bazy sysPass" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:149 -msgid "Modo Hosting" +#: app/modules/web/themes/material-blue/views/install/index.inc:149 +msgid "Hosting Mode" msgstr "Typ hostingu" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:156 -msgid "No crea ni verifica los permisos del usuario sobre la BBDD" +#: app/modules/web/themes/material-blue/views/install/index.inc:156 +msgid "It does not create or verify the user's permissions on the DB" msgstr "It does not create or verify the user's permissions on the DB" -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:28 -msgid "Otros" +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:28 +msgid "Others" msgstr "Inne" -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:64 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:66 -msgid "Creador" +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:66 +msgid "Creator" msgstr "Autor" -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:134 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:155 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:184 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:206 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:134 -msgid "Eliminar" -msgstr "Usuń" - -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:232 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:234 -msgid "Eliminar Historial" +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:232 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:234 +msgid "Delete History" msgstr "Delete History" -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:64 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:19 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:92 -msgid "Opciones" +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:19 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:92 +msgid "Options" msgstr "Opcje" -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:67 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:71 -msgid "Regenerar Autorización" +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:67 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:71 +msgid "Refresh Authorization" msgstr "Odśwież autoryzację" -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:77 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:79 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:77 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:79 msgid "Token" msgstr "Token" -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:54 -msgid "Indica si el cliente es visible para todos los usuarios." +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:54 +msgid "Sets whether the client is visible by all users" msgstr "Sets whether the client is visible by all users" -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:57 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:57 msgid "" -"Por defecto los clientes asignados a cuentas sólo son visibles para los " -"usuarios con acceso a las cuentas." +"By default, clients assigned to accounts only will be visible by users who " +"are granted to access to the accounts." msgstr "" "By default, clients assigned to accounts only will be visible by users who " "are granted to access to the accounts." -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:30 -msgid "Nombre del campo" +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:30 +msgid "Field name" msgstr "Nazwa pola" -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:63 -msgid "Texto Ayuda" +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:63 +msgid "Help Text" msgstr "Tekst pomocy" -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:69 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:69 #, fuzzy -msgid "Ayuda del campo" +msgid "Field's help" msgstr "Pomoc pola" -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:80 -msgid "Obligatorio" +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:80 +msgid "Required" msgstr "Wymagane" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:44 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:52 -msgid "Puntuación" +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:44 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:52 +msgid "Score" msgstr "Score" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:58 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:65 -msgid "Expresión Regular" +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:58 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:65 +msgid "Regular Expression" msgstr "Regular Expression" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:140 -msgid "Incluir Minúsculas" +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:140 +msgid "Include Lowercase" msgstr "Include Lowercase" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:31 -msgid "Las cuentas sólo serán visibles por el usuario." +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:31 +msgid "Accounts will be only visible by the user." msgstr "Accounts will be only visible by the user." -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:33 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:52 -msgid "Los administradores no podrán acceder a las cuentas." +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:33 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:52 +msgid "Administrators won't be able to display the accounts." msgstr "Administrators won't be able to display the accounts." -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:50 -msgid "Las cuentas sólo serán visibles por el usuario y su grupo principal." +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:50 +msgid "" +"Accounts will be only visible by the user and users belonging to the main " +"group." msgstr "" "Accounts will be only visible by the user and users belonging to the main " "group." -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:16 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:24 -msgid "Dirección IP" +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:16 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:24 +msgid "IP Address" msgstr "IP Address" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:29 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:37 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:29 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:37 msgid "Timeout" msgstr "Timeout" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:89 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:89 msgid "" -"Prioridad de asignación en caso de coincidir con otros valores asignados por " -"usuario, grupo o perfil." +"Assignment priority if values match with others assigned by user, group or " +"profile." msgstr "" "Assignment priority if values match with others assigned by user, group or " "profile." -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:100 -msgid "Prioridad de asignación" +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:100 +msgid "Assignment Priority" msgstr "Assignment Priority" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:122 -msgid "" -"Indica si los valores serán forzados al crear o modificar los elementos." +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:122 +msgid "Enforces the values to be set either on creating or updating an item." msgstr "Enforces the values to be set either on creating or updating an item." -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:124 -msgid "Los valores serán añadidos a los existentes." +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:124 +msgid "Values will be merged with the existing ones." msgstr "Values will be merged with the existing ones." -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:81 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:83 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:81 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:83 msgid "Hash" msgstr "Hash" -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:89 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:91 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:89 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:91 msgid "URL" msgstr "URL" -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:99 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:101 -msgid "Uso" +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:99 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:101 +msgid "Use" msgstr "Użyj" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:44 -msgid "Nombre de usuario completo" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:44 +msgid "Full username" msgstr "Pełna nazwa użytkownika" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:58 -msgid "Login de inicio de sesión" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:58 +msgid "Session login" msgstr "Login sesji" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:69 -msgid "Login SSO" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:69 +msgid "SSO Login " msgstr "SSO Login " -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:77 -msgid "Login de inicio de sesión con SSO" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:77 +msgid "Session login with SSO" msgstr "Session login with SSO" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:84 -msgid "Email" -msgstr "Email" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:92 -msgid "Dirección de correo" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:92 +msgid "Email address" msgstr "Adres email" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:200 -msgid "Admin Aplicación" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:202 +msgid "Application administrator" msgstr "Administrator aplikacji" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:202 -msgid "Administrador de la aplicación" -msgstr "Administrator aplikacji" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:218 -#, fuzzy -msgid "Admin Cuentas" -msgstr "Konto Admina" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:220 -msgid "Administrador de cuentas" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:220 +msgid "Accounts administrator" msgstr "Administrator kont" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:240 -msgid "Forzar cambio de clave" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:240 +msgid "Force password change" msgstr "Wymuś zmianę hasła" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:257 -msgid "Deshabilitado" -msgstr "Wyłączone" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:273 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:275 -msgid "Entradas" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:273 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:275 +msgid "Entries" msgstr "Wpisy" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:282 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:284 -msgid "Último Acceso" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:282 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:284 +msgid "Last Access" msgstr "Ostatnie logowanie" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:300 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:302 -msgid "Fecha Clave Maestra" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:300 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:302 +msgid "Master Password Date" msgstr "Data głównego hasła" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:309 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:311 -msgid "Usado en" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:309 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:311 +msgid "Used in" msgstr "Used in" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:87 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:89 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:548 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:550 -msgid "Usado por" +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:87 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:89 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:548 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:550 +msgid "Used by" msgstr "Użyte przez" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:108 -msgid "(*) Incluido en grupo" +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:108 +msgid "(*) Listed in group" msgstr "(*) Listed in group" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:26 -msgid "Gestión" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:26 +msgid "Management" msgstr "Zarządzanie" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:37 #, fuzzy -msgid "Crear" -msgstr "Stwórz" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:37 -#, fuzzy -msgid "Crear nueva cuenta" +msgid "Create new account" msgstr "Stwórz nowe konto" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:54 -msgid "Ver detalles de cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:54 +msgid "View account details" msgstr "Pokaż szczegóły konta" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:70 -msgid "Ver clave de cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:70 +msgid "View account password" msgstr "Pokaż hasło" #. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:86 -#: ../../../config/actions.xml:259 -msgid "Ver Historial" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:86 +#: app/config/actions.xml:259 +msgid "View History" msgstr "Pokaż historię" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:87 -msgid "Ver historial de cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:87 +msgid "View account history" msgstr "Pokaż historię konta" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:103 -msgid "Editar cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:103 +msgid "Edit account" msgstr "Edytuj konto" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:118 -msgid "Editar Clave" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:118 +msgid "Edit Password" msgstr "Edytuj hasło" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:119 -msgid "Editar clave de cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:119 +msgid "Edit account password" msgstr "Edytuj hasło" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:135 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:135 #, fuzzy -msgid "Eliminar cuenta" +msgid "Remove account" msgstr "Usuń konto" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:151 -msgid "Ver archivos de cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:151 +msgid "View account files" msgstr "Pokaż pliki kont" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:166 -msgid "Publicar Enlace" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:166 +msgid "Share Link" msgstr "Udostępnij link" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:167 -msgid "Publicar enlace a cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:167 +msgid "Share link to account" msgstr "Udostępnij link do konta" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:183 -msgid "Crear cuenta privada" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:183 +msgid "Create private account" msgstr "Utwórz prywatne konto" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:199 -msgid "Crear cuenta privada para grupo" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:199 +msgid "Create private account for group" msgstr "Create private account for group" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:215 -msgid "Asignar permisos" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:215 +msgid "Assign permissions" msgstr "Przydziel prawa" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:251 -msgid "Gestión de usuarios" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:251 +msgid "Users management" msgstr "Zarządzanie uzytkownikami" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:267 -msgid "Gestión de grupos" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:267 +msgid "Groups management" msgstr "Zarządzanie grupami" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:283 -msgid "Gestión de perfiles" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:283 +msgid "Profiles management" msgstr "Zarządzanie profilami" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:299 -msgid "Gestión de categorías" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:299 +msgid "Categories management" msgstr "Zarządzenia kategoriami" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:315 -msgid "Gestión de etiquetas" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:315 +msgid "Tags management" msgstr "Zarządzanie tagami" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:331 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:331 #, fuzzy -msgid "Gestión de clientes" +msgid "Customers management" msgstr "Zarządzanie klientami" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:347 -msgid "Gestión de campos personalizados" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:347 +msgid "Custom fields management" msgstr "Zarządzanie własnymi polami" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:363 -msgid "Gestión de autorizaciones API" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:363 +msgid "API authorizations management" msgstr "Zarządzanie poświadczeniami API" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:379 -msgid "Gestión de enlaces" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:379 +msgid "Links management" msgstr "Zarządzanie linkami" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:395 -msgid "Gestión de cuentas" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:395 +msgid "Accounts management" msgstr "Zarządzanie kontami" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:426 -msgid "Valores por Defecto" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:426 +msgid "Default Values" msgstr "Default Values" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:427 -msgid "Gestión de Valores por Defecto" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:427 +msgid "Default Values Management" msgstr "Default Values Management" #. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:447 -#: ../../../config/actions.xml:697 -msgid "Configuración General" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:447 +#: app/config/actions.xml:697 +msgid "General Configuration" msgstr "Ogólne ustawienie" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:463 -msgid "Opciones de encriptación" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:463 +msgid "Encryption options" msgstr "Opcje szyfrowania" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:478 -msgid "Backup" -msgstr "Kopie zapasowe" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:479 -msgid "Realizar copia de seguridad y exportar" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:479 +msgid "Make a backup and export" msgstr "Stwórz kopię i eksportuj" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:494 -msgid "Importar" -msgstr "Import" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:495 -msgid "Realizar importación de cuentas" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:495 +msgid "Make accounts import" msgstr "Importuj konta" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:514 -msgid "Log de Eventos" -msgstr "Dziennik zdarzeń" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:515 -msgid "Ver log de eventos" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:515 +msgid "View event log" msgstr "Zobacz dziennik zdarzeń" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:541 -msgid "Nombre del perfil" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:541 +msgid "Profile name" msgstr "Nazwa profilu" -#: ../../../modules/web/themes/material-blue/views/login/index.inc:46 -msgid "Clave Anterior" +#: app/modules/web/themes/material-blue/views/login/index.inc:46 +msgid "Previous Password" msgstr "Poprzednie hasło" -#: ../../../modules/web/themes/material-blue/views/login/index.inc:73 -msgid "Acceder" +#: app/modules/web/themes/material-blue/views/login/index.inc:73 +msgid "Sign in" msgstr "Zaloguj się" -#: ../../../modules/web/themes/material-blue/views/login/index.inc:82 +#: app/modules/web/themes/material-blue/views/login/index.inc:82 #, fuzzy -msgid "¿Olvidó su clave?" +msgid "Forgot password?" msgstr "Zapomniałeś hasła?" -#: ../../../modules/web/themes/material-blue/views/login/index.inc:88 -msgid "Aplicación actualizada correctamente" -msgstr "Aktualizacja aplikacji zakończona sukcesem" - -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:14 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:14 #, php-format -msgid "Actualización %s" +msgid "Update %s" msgstr "Aktualizuj %s" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:20 -msgid "Actualización de BBDD" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:20 +msgid "DB Update" msgstr "Uaktualnienie bazy danych" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:22 -msgid "Actualización de Aplicación" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:22 +msgid "Application Update" msgstr "Application Update" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:29 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:28 -msgid "Código de Seguridad" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:29 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:28 +msgid "Security Code" msgstr "Kod bezpieczeństwa" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:37 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:37 #, fuzzy msgid "" -"Este código se encuentra en el archivo de configuración de sysPass con la " -"etiqueta \"upgradeKey\"" +"This code is set in sysPass config file within the tag name \"upgradekey\"" msgstr "" "Ten kod jest podany w pliku koniguracyjnym sysPassa w polu \"upgradeKey\"" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:47 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:47 msgid "" -"Se han encontrado elementos huérfanos. Por favor, modifique estos elementos " -"o indique los IDs por defecto para los elementos huérfanos." +"Some orphaned items have been found. Please, modify those items or enter the " +"default IDs for them." 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:49 -msgid "Si no se indican los IDs, se crearán nuevos elementos." +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:49 +msgid "If items IDs are not set, they will be created." msgstr "If items IDs are not set, they will be created." -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:74 -msgid "Introducir un ID de usuario válido para cuentas" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:74 +msgid "Enter a valid user ID for the accounts" msgstr "Enter a valid user ID for the accounts" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:85 -msgid "Introducir un ID de categoría válido para cuentas" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:85 +msgid "Enter a valid category ID for the accounts" msgstr "Enter a valid category ID for the accounts" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:96 -msgid "Introducir un ID de cliente válido para cuentas" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:96 +msgid "Enter a valid client ID for the accounts" msgstr "Enter a valid client ID for the accounts" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:108 -msgid "Introducir un ID de grupo válido para usuarios" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:108 +msgid "Enter a valid group ID for the users" msgstr "Enter a valid group ID for the users" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:118 -msgid "Introducir un ID de perfil válido para usuarios" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:118 +msgid "Enter a valid profile ID for the users" msgstr "Enter a valid profile ID for the users" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:128 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:128 msgid "" -"Esta actualización utiliza un nuevo esquema de encriptación, por lo que es " -"necesario reencriptar los datos almacenados" +"This update uses a new encryption schema, so it will be needed to reencrypt " +"the whole encrypted data." 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:150 -msgid "Introducir login de usuario válido" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:150 +msgid "Enter a valid user login" msgstr "Enter a valid user login" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:162 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:33 -msgid "He realizado una copia de seguridad completa de sysPass" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:162 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:33 +msgid "I've done a full sysPass backup" msgstr "I've done a full sysPass backup" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:176 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:41 -msgid "Por favor espere mientras el proceso se ejecuta" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:176 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:41 +msgid "Please, wait while the process is running" msgstr "Please, wait while the process is running" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:184 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:49 -msgid "Actualizar" -msgstr "Aktualizuj" - -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:186 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:51 -msgid "Iniciar Actualización" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:186 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:51 +msgid "Start Update" msgstr "Start uaktualnienia" -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:95 -msgid "Notificación global" +#: app/modules/web/themes/material-blue/views/notification/notification.inc:95 +msgid "Global notification" msgstr "Global notification" -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:103 -msgid "Sólo para administradores de la aplicación" +#: app/modules/web/themes/material-blue/views/notification/notification.inc:103 +msgid "Only for application administrators" msgstr "Only for application administrators" -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:107 -msgid "Solo Admins" -msgstr "Only Admins" - -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:29 -msgid "Nombre del plugin" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:29 +msgid "Plugin name" msgstr "Nazwa pluginu" -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:41 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:41 #, fuzzy -msgid "Versión del plugin" +msgid "Plugin version" msgstr "Wersja pluginu" -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:46 -msgid "Versión Compatible" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:46 +msgid "Compatible Version" msgstr "Zgodna wersja" -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:53 -msgid "Versión de sysPass compatible" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:53 +msgid "sysPass compatible version" msgstr "zgodna wersja sysPass" -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:58 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:39 -msgid "Autor" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:58 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:39 +msgid "Author" msgstr "Autor" -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:65 -msgid "Autor del plugin" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:65 +msgid "Plugin author" msgstr "Autor pluginu" -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:11 -msgid "La aplicación necesita actualizarse" +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:11 +msgid "The application needs to be updated" 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" +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:16 +msgid "Please enter the security code to start the upgrade" 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:13 -msgid "Solicitud de Cambio de Clave" +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:6 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:13 +msgid "Request Password Change" msgstr "Żądaj zmiany hasła" -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:29 -msgid "Email del Usuario" +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:29 +msgid "User's Email" msgstr "Email użytkownika" -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:39 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:49 -msgid "Volver a iniciar sesión" +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:39 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:49 +msgid "Go back to login" msgstr "Wróć do logowania" -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:44 -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:46 -msgid "Solicitar" -msgstr "Żądanie" - -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:54 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:56 -msgid "Cambiar" +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:54 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:56 +msgid "Change" msgstr "Zmiana" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:107 -msgid "Ordenar resultados por visitas" +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:107 +msgid "Sort search results by views" msgstr "Sortuj wyniki po ilości wyświetleń" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:109 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:109 #, fuzzy -msgid "" -"Ordena los resultados de búsqueda por el número de visitas de las cuentas." +msgid "Sorts accounts search results by the number of account's views" msgstr "Sortuj wyniki wyszukiwania po liczbie wyświetleń" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:124 -msgid "Barra de navegación superior" +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:124 +msgid "Navigation bar on top" msgstr "Pasek nawigacji u góry" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:126 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:126 #, fuzzy -msgid "Mostrar una barra de navegación superior en las búsquedas." +msgid "Dysplays a navigation bar on top of the search results." msgstr "Pokazuje pasek nawigacji nad wynikami wyszukiwania" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:141 -msgid "Mostrar Acciones Ocultas" +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:141 +msgid "Show Hidden Actions" msgstr "Pokaż ukryte akcje" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:143 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:143 #, fuzzy -msgid "" -"Mostrar las acciones ocultas para los elementos de la búsqueda de cuentas." +msgid "Always display hidden actions on the accounts search page." msgstr "Zawszy pokazuj ukryte akcje przy wynikach wyszukiwania." -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:175 -msgid "Notificaciones In-App" +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:175 +msgid "In-App Notifications" msgstr "In-App Notifications" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:177 -msgid "Habilita la consulta de notificaciones activas In-App." +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:177 +msgid "Enables the active In-App notifications polling" msgstr "Enables the active In-App notifications polling" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:192 -msgid "Mostrar Filtros" +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:192 +msgid "Show Filters" msgstr "Show Filters" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:194 -msgid "Muestra la selección los filtros adicionales en la búsqueda de cuentas." +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:194 +msgid "Displays the additional filters selection on the accounts search." msgstr "Displays the additional filters selection on the accounts search." #. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:16 -#: ../../../config/actions.xml:277 -msgid "Ver Wiki" +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:16 +#: app/config/actions.xml:277 +msgid "View Wiki" msgstr "Zobacz Wiki" -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:24 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:24 #, php-format -msgid "Resultados de búsqueda de '%s'" +msgid "Search results of '%s'" msgstr "Wyniki wyszukiwania dla '%s'" -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:27 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:37 -msgid "Página" +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:27 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:37 +msgid "Page" msgstr "Strona" #. (itstool) path: action/text -#: ../../../config/actions.xml:7 +#: app/config/actions.xml:7 #, fuzzy -msgid "Buscar Cuentas" +msgid "Search for Accounts" msgstr "Wyszukaj konta" #. (itstool) path: action/text -#: ../../../config/actions.xml:25 -msgid "Peticiones" +#: app/config/actions.xml:25 +msgid "Requests" msgstr "Żądania" #. (itstool) path: action/text -#: ../../../config/actions.xml:31 -msgid "Favoritos" +#: app/config/actions.xml:31 +msgid "Favorites" msgstr "Favorites" #. (itstool) path: action/text -#: ../../../config/actions.xml:43 -msgid "Elementos y Personalización" +#: app/config/actions.xml:43 +msgid "Items and Customizations" msgstr "Elementy i kustomizacje" #. (itstool) path: action/text -#: ../../../config/actions.xml:49 -msgid "Gestión Categorías" +#: app/config/actions.xml:49 +msgid "Categories Management" msgstr "Zarządzanie kategoriami" #. (itstool) path: action/text -#: ../../../config/actions.xml:55 +#: app/config/actions.xml:55 #, fuzzy -msgid "Gestión Clientes" +msgid "Customers Management" msgstr "Zarządzanie klientami" #. (itstool) path: action/text -#: ../../../config/actions.xml:61 -msgid "Gestión Autorizaciones API" +#: app/config/actions.xml:61 +msgid "API Authorizations Management" msgstr "Zarządzanie dostępem do API" #. (itstool) path: action/text -#: ../../../config/actions.xml:67 -msgid "Gestión Campos Personalizados" +#: app/config/actions.xml:67 +msgid "Custom Fields Management" msgstr "Zarządzanie polami" #. (itstool) path: action/text -#: ../../../config/actions.xml:79 -msgid "Gestión de Archivos" +#: app/config/actions.xml:79 +msgid "Files Management" msgstr "Zarządzanie plikami" #. (itstool) path: action/text -#: ../../../config/actions.xml:85 -msgid "Gestión de Cuentas" +#: app/config/actions.xml:85 +msgid "Accounts Management" msgstr "Zarządzanie kontami" #. (itstool) path: action/text -#: ../../../config/actions.xml:91 -msgid "Gestión de Etiquetas" +#: app/config/actions.xml:91 +msgid "Tags Management" msgstr "Zarządzanie tagami" #. (itstool) path: action/text -#: ../../../config/actions.xml:97 -msgid "Gestión Plugins" +#: app/config/actions.xml:97 +msgid "Plugins Management" msgstr "Plugins Management" #. (itstool) path: action/text -#: ../../../config/actions.xml:103 -msgid "Usuarios y Accesos" +#: app/config/actions.xml:103 +msgid "Users and Accesses" msgstr "Użytkownicy i dostęp" #. (itstool) path: action/text -#: ../../../config/actions.xml:109 -msgid "Seguridad y Auditoría" +#: app/config/actions.xml:109 +msgid "Security and Audit" msgstr "Security and Audit" #. (itstool) path: action/text -#: ../../../config/actions.xml:115 -msgid "Gestión Usuarios" +#: app/config/actions.xml:115 +msgid "Users Management" msgstr "Zarządzanie użytkownikami" #. (itstool) path: action/text -#: ../../../config/actions.xml:121 -msgid "Gestión Grupos" +#: app/config/actions.xml:121 +msgid "Groups Management" msgstr "Zarządzanie grupami" #. (itstool) path: action/text -#: ../../../config/actions.xml:127 -msgid "Gestión Perfiles" +#: app/config/actions.xml:127 +msgid "Profiles Management" 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" +#: app/config/actions.xml:145 +msgid "Clear Events" msgstr "Clear Events" #. (itstool) path: action/text -#: ../../../config/actions.xml:151 ../../../config/actions.xml:481 -msgid "Ver Cuenta" +#: app/config/actions.xml:151 app/config/actions.xml:481 +msgid "View Account" 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" +#: app/config/actions.xml:211 app/config/actions.xml:469 +msgid "Upload File" msgstr "Wyślij plik" #. (itstool) path: action/text -#: ../../../config/actions.xml:229 -msgid "Buscar Archivos" +#: app/config/actions.xml:229 +msgid "Search for Files" msgstr "Search for Files" #. (itstool) path: action/text -#: ../../../config/actions.xml:235 -msgid "Listar Archivos" +#: app/config/actions.xml:235 +msgid "List Files" 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" +#: app/config/actions.xml:283 +msgid "Add Wiki" msgstr "Add Wiki" #. (itstool) path: action/text -#: ../../../config/actions.xml:289 -msgid "Editar Wiki" +#: app/config/actions.xml:289 +msgid "Edit Wiki" msgstr "Edit Wiki" #. (itstool) path: action/text -#: ../../../config/actions.xml:295 -msgid "Eliminar Wiki" +#: app/config/actions.xml:295 +msgid "Delete Wiki" msgstr "Delete Wiki" #. (itstool) path: action/text -#: ../../../config/actions.xml:361 -msgid "Nuevo Token API" +#: app/config/actions.xml:361 +msgid "New API Token" msgstr "New API Token" #. (itstool) path: action/text -#: ../../../config/actions.xml:367 -msgid "Ver Token API" +#: app/config/actions.xml:367 +msgid "View API Token" msgstr "View API Token" #. (itstool) path: action/text -#: ../../../config/actions.xml:373 -msgid "Editar Token API" +#: app/config/actions.xml:373 +msgid "Edit API Token" msgstr "Edit API Token" #. (itstool) path: action/text -#: ../../../config/actions.xml:379 -msgid "Eliminar Token API" +#: app/config/actions.xml:379 +msgid "Delete API Token" msgstr "Delete API Token" #. (itstool) path: action/text -#: ../../../config/actions.xml:385 -msgid "Buscar Token API" +#: app/config/actions.xml:385 +msgid "Search for API Token" msgstr "Search for API Token" #. (itstool) path: action/text -#: ../../../config/actions.xml:391 -msgid "Nuevo Campo Personalizado" +#: app/config/actions.xml:391 +msgid "New Custom Field" msgstr "New Custom Field" #. (itstool) path: action/text -#: ../../../config/actions.xml:397 -msgid "Ver Campo Personalizado" +#: app/config/actions.xml:397 +msgid "Show Custom Field" msgstr "Show Custom Field" #. (itstool) path: action/text -#: ../../../config/actions.xml:403 -msgid "Editar Campo Personalizado" +#: app/config/actions.xml:403 +msgid "Edit Custom Field" msgstr "Edit Custom Field" #. (itstool) path: action/text -#: ../../../config/actions.xml:409 -msgid "Eliminar Campo Personalizado" +#: app/config/actions.xml:409 +msgid "Delete Custom Field" msgstr "Delete Custom Field" #. (itstool) path: action/text -#: ../../../config/actions.xml:415 -msgid "Buscar Campo Personalizado" +#: app/config/actions.xml:415 +msgid "Search for Custom Field" msgstr "Search for Custom Field" #. (itstool) path: action/text -#: ../../../config/actions.xml:427 +#: app/config/actions.xml:427 #, fuzzy -msgid "Ver Enlace Público" +msgid "Show Public Link" msgstr "Pokaż publiczny link" #. (itstool) path: action/text -#: ../../../config/actions.xml:445 -msgid "Buscar Enlace Público" +#: app/config/actions.xml:445 +msgid "Search for Public Link" msgstr "Search for Public Link" #. (itstool) path: action/text -#: ../../../config/actions.xml:535 -msgid "Nuevo Plugin" -msgstr "Nowy plugin" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:553 -msgid "Habilitar Plugin" +#: app/config/actions.xml:553 +msgid "Enable Plugin" msgstr "Enable Plugin" #. (itstool) path: action/text -#: ../../../config/actions.xml:559 -msgid "Deshabilitar Plugin" +#: app/config/actions.xml:559 +msgid "Disable Plugin" msgstr "Disable Plugin" #. (itstool) path: action/text -#: ../../../config/actions.xml:565 -msgid "Restablecer Plugin" +#: app/config/actions.xml:565 +msgid "Reset Plugin" msgstr "Reset Plugin" #. (itstool) path: action/text -#: ../../../config/actions.xml:601 -msgid "Editar Clave Usuario" +#: app/config/actions.xml:601 +msgid "Edit User Password" msgstr "Edit User Password" #. (itstool) path: action/text -#: ../../../config/actions.xml:673 -msgid "Configuración Usuario" +#: app/config/actions.xml:673 +msgid "User Configuration" msgstr "User Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:679 -msgid "Preferencias General" +#: app/config/actions.xml:679 +msgid "General Preferences" msgstr "General Preferences" #. (itstool) path: action/text -#: ../../../config/actions.xml:703 -msgid "Configuración Cuentas" +#: app/config/actions.xml:703 +msgid "Accounts Configuration" msgstr "Accounts Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:709 -msgid "Configuración Wiki" +#: app/config/actions.xml:709 +msgid "Wiki Configuration" msgstr "Wiki Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:715 -msgid "Configuración Encriptación" +#: app/config/actions.xml:715 +msgid "Encryption Configuration" msgstr "Encryption Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:721 -msgid "Actualizar Hash" +#: app/config/actions.xml:721 +msgid "Update Hash" msgstr "Update Hash" #. (itstool) path: action/text -#: ../../../config/actions.xml:727 -msgid "Clave Maestra Temporal" +#: app/config/actions.xml:727 +msgid "Temporary Master Password" msgstr "Temporary Master Password" #. (itstool) path: action/text -#: ../../../config/actions.xml:733 -msgid "Configuración Copia de Seguridad" +#: app/config/actions.xml:733 +msgid "Backup Configuration" msgstr "Backup Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:745 -msgid "Configuración Importación" +#: app/config/actions.xml:745 +msgid "Import Configuration" msgstr "Import Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:751 -msgid "Importar CSV" +#: app/config/actions.xml:751 +msgid "CSV Import" msgstr "CSV Import" #. (itstool) path: action/text -#: ../../../config/actions.xml:757 -msgid "Importar XML" +#: app/config/actions.xml:757 +msgid "XML Import" msgstr "XML Import" #. (itstool) path: action/text -#: ../../../config/actions.xml:763 -msgid "Configuración Exportación" +#: app/config/actions.xml:763 +msgid "Export Configuration" msgstr "Export Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:769 -msgid "Exportación" +#: app/config/actions.xml:769 +msgid "Export" msgstr "Export" #. (itstool) path: action/text -#: ../../../config/actions.xml:775 -msgid "Configuración Email" +#: app/config/actions.xml:775 +msgid "Email Configuration" msgstr "Email Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:781 -msgid "Configuración LDAP" +#: app/config/actions.xml:781 +msgid "LDAP Configuration" msgstr "LDAP Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:787 -msgid "Sincronización LDAP" +#: app/config/actions.xml:787 +msgid "LDAP synchronization" msgstr "Synchronizacja LDAP" #. (itstool) path: action/text -#: ../../../config/actions.xml:793 -msgid "Gestión de Cuenta (H)" +#: app/config/actions.xml:793 +msgid "Account Management (H)" msgstr "Account Management (H)" #. (itstool) path: action/text -#: ../../../config/actions.xml:823 -msgid "Crear Notificación" +#: app/config/actions.xml:823 +msgid "Create Notification" msgstr "Create Notification" #. (itstool) path: action/text -#: ../../../config/actions.xml:853 -msgid "Gestión Valores Predeterminados" +#: app/config/actions.xml:853 +msgid "Preset Values Management" msgstr "Preset Values Management" #. (itstool) path: action/text -#: ../../../config/actions.xml:889 -msgid "Gestión de Tracks" +#: app/config/actions.xml:889 +msgid "Tracks Management" msgstr "Tracks Management" #. (itstool) path: action/text -#: ../../../config/actions.xml:901 -msgid "Desbloquear track" +#: app/config/actions.xml:901 +msgid "Unlock track" msgstr "Unlock track" #. (itstool) path: action/text -#: ../../../config/actions.xml:907 -msgid "Vaciar tracks" +#: app/config/actions.xml:907 +msgid "Clear the tracks out" msgstr "Clear the tracks out" #. (itstool) path: strings/text -#: ../../../config/strings.xml:4 +#: app/config/strings.xml:4 msgid "Color" msgstr "Kolor" #. (itstool) path: strings/text -#: ../../../config/strings.xml:5 -msgid "Número" +#: app/config/strings.xml:5 +msgid "Number" msgstr "Numer" #. (itstool) path: strings/text -#: ../../../config/strings.xml:6 -msgid "Teléfono" +#: app/config/strings.xml:6 +msgid "Phone" msgstr "Telefon" #. (itstool) path: strings/text -#: ../../../config/strings.xml:7 -msgid "Área de Texto" +#: app/config/strings.xml:7 +msgid "Text Area" msgstr "Pole tekstowe" #. (itstool) path: strings/text -#: ../../../config/strings.xml:8 -msgid "Texto" +#: app/config/strings.xml:8 +msgid "Text" 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" - -#, fuzzy -#~ 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 "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" - -#, fuzzy -#~ msgid "Error al crear el grupo" -#~ msgstr "Błąd podczas tworzenia grupy" - -#, fuzzy -#~ msgid "Error al actualizar el grupo" -#~ msgstr "Błąd podczas aktualizacji grupy" - #~ msgid "No es posible eliminar" #~ msgstr "Nie udało sie usunąć" -#, 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ę" -#, fuzzy -#~ 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" - -#, fuzzy -#~ msgid "Las claves son idénticas" -#~ msgstr "Hasła są takie same" - -#, fuzzy -#~ 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" @@ -5389,82 +7723,13 @@ msgstr "Link" #~ 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" - -#, fuzzy -#~ 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" -#, fuzzy -#~ 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" @@ -5472,22 +7737,9 @@ msgstr "Link" #~ 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" @@ -5495,32 +7747,9 @@ msgstr "Link" #~ 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" @@ -5532,88 +7761,26 @@ msgstr "Link" #~ 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" -#, fuzzy -#~ 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ść" @@ -5629,195 +7796,35 @@ msgstr "Link" #~ 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" - -#, 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" - -#, fuzzy -#~ msgid "El directorio \"/config\" no existe" -#~ msgstr "Katalog \"config\" nie istnieje" - -#, fuzzy -#~ 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" @@ -5828,53 +7835,16 @@ msgstr "Link" #~ msgid "Error al seleccionar la BBDD" #~ msgstr "Błąd wyboru bazy danych." -#, fuzzy -#~ 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\"" -#, fuzzy -#~ 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" @@ -5893,38 +7863,12 @@ msgstr "Link" #~ 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" @@ -5944,41 +7888,15 @@ msgstr "Link" #~ 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" - -#, fuzzy -#~ msgid "No es posible detectar la aplicación que exportó los datos" -#~ msgstr "Nieznana aplikacja źródłowa eksportu" - #~ msgid "Último backup" #~ msgstr "Ostatania kopia bezpieczeństwa" #~ msgid "Última exportación" #~ msgstr "Ostani eksport" -#~ 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)" @@ -5993,9 +7911,6 @@ msgstr "Link" #~ 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ę" @@ -6028,75 +7943,21 @@ msgstr "Link" #~ 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" @@ -6106,12 +7967,6 @@ msgstr "Link" #~ 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" @@ -6125,71 +7980,19 @@ msgstr "Link" #~ 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" @@ -6197,12 +8000,6 @@ msgstr "Link" #~ 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" @@ -6215,86 +8012,15 @@ msgstr "Link" #~ 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 "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" - -#, fuzzy -#~ 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" @@ -6308,122 +8034,16 @@ msgstr "Link" #~ 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" @@ -6435,52 +8055,15 @@ msgstr "Link" #~ 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" @@ -6490,9 +8073,6 @@ msgstr "Link" #~ msgid "Hay %d notificaciones pendientes" #~ msgstr "Masz %d nieprzeczytanych powiadomień" -#~ msgid "Agente" -#~ msgstr "Agent" - #~ msgid "Crear Usuario" #~ msgstr "Dodaj użytkownika" @@ -6549,165 +8129,12 @@ msgstr "Link" #~ 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 account IDs" @@ -6726,172 +8153,9 @@ msgstr "Link" #~ msgid "Actualizando IDs de usuarios" #~ msgstr "Updating user IDs" -#~ 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 "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)" @@ -6904,199 +8168,18 @@ msgstr "Link" #~ 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: %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 the 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 "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" @@ -7130,12 +8213,6 @@ msgstr "Link" #~ 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." @@ -7154,84 +8231,3 @@ msgstr "Link" #~ 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" - -#~ msgid "Grupo visualizado" -#~ msgstr "Group viewed" - -#~ msgid "Plugin disponible" -#~ msgstr "Plugin available" - -#~ msgid "Plugin no disponible" -#~ msgstr "Plugin unavailable" - -#~ msgid "Plugin cargado" -#~ msgstr "Plugin loaded" - -#~ msgid "Generar clave temporal" -#~ msgstr "Generate temporary password" - -#~ msgid "Clave temporal generada" -#~ msgstr "Temporary password generated" - -#~ msgid "Plugins eliminados" -#~ msgstr "Plugins deleted" - -#~ msgid "Plugin eliminado" -#~ msgstr "Plugin deleted" diff --git a/app/locales/pt_BR/LC_MESSAGES/messages.mo b/app/locales/pt_BR/LC_MESSAGES/messages.mo index c6f6c9d4ca4424b7ebb7414b0cfe72fd65f397ee..cb191a56c8d7ffe35e2e55bb2ada5e4c139a6387 100644 GIT binary patch literal 99372 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

    !Hg1HIqLz{$%>Phk1X^ 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 W@v`M~o?*k3u(@D7Ra;iW(|-VJg$85* diff --git a/app/locales/pt_BR/LC_MESSAGES/messages.po b/app/locales/pt_BR/LC_MESSAGES/messages.po index 7e88a7c2..44b84ce2 100644 --- a/app/locales/pt_BR/LC_MESSAGES/messages.po +++ b/app/locales/pt_BR/LC_MESSAGES/messages.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: sysPass\n" -"POT-Creation-Date: 2018-11-04 11:05+0100\n" -"PO-Revision-Date: 2018-11-04 11:12+0100\n" +"POT-Creation-Date: 2018-11-04 20:39+0100\n" +"PO-Revision-Date: 2018-11-04 20:39+0100\n" "Last-Translator: nuxsmin \n" "Language-Team: \n" "Language: pt_BR\n" @@ -11,5259 +11,7503 @@ msgstr "" "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-Poedit-KeywordsList: _;__;__u;gettext;gettext_noop\n" "X-Contributors: JAndre Gonzalez, Cristiano Isaac, Eduardo, Felipe, Henrique " "Claus, JozafaSoares, Keven de Oliveira, Marcelo Baptista, Matiello, Wagner " "Pinheiro\n" -"X-Poedit-SearchPath-0: ../../../modules\n" -"X-Poedit-SearchPath-1: ../../../../lib\n" -"X-Poedit-SearchPath-2: ../../../config\n" - -#: ../../../../lib/SP/Bootstrap.php:278 -#, 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 "Internal error" - -#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:176 -msgid "No se puede usar el módulo de encriptación" -msgstr "Crypto module cannot be loaded" - -#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:186 -msgid "Error al generar datos cifrados" -msgstr "Error while creating the encrypted data" - -#: ../../../../lib/SP/Html/DataGrid/DataGridBase.php:302 -#: ../../../../lib/SP/Mvc/View/Template.php:126 -#, php-format -msgid "No es posible obtener la plantilla \"%s\" : %s" -msgstr "Unable to retrieve \"%s\" template: %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:301 -#: ../../../../lib/SP/Mvc/View/Template.php:365 -#, php-format -msgid "No es posible obtener la variable \"%s\"" -msgstr "Unable to retrieve \"%s\" variable" - -#: ../../../../lib/SP/Mvc/View/Template.php:334 -#, php-format -msgid "No es posible destruir la variable \"%s\"" -msgstr "Unable to unset \"%s\" variable" - -#: ../../../../lib/SP/Mvc/View/Template.php:355 -msgid "La plantilla no contiene archivos" -msgstr "Template does not contain files" - -#: ../../../../lib/SP/Plugin/PluginManager.php:170 -#, php-format -msgid "Versión de plugin no compatible (%s)" -msgstr "Plugin version not compatible (%s)" - -#: ../../../../lib/SP/Plugin/PluginManager.php:192 -#, php-format -msgid "No es posible cargar el plugin \"%s\"" -msgstr "Unable to load the \"%s\" plugin" - -#: ../../../../lib/SP/Providers/Mail/MailHandler.php:124 -#, php-format -msgid "Realizado por: %s (%s)" -msgstr "Performed by: %s (%s)" - -#: ../../../../lib/SP/Providers/Mail/MailHandler.php:125 -#, php-format -msgid "Dirección IP: %s" -msgstr "IP Address: %s" - -#: ../../../../lib/SP/Providers/Notification/NotificationHandler.php:124 -msgid "Solicitud" -msgstr "Request" - -#. (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:174 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:101 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:25 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:394 -#: ../../../config/actions.xml:13 -msgid "Cuentas" -msgstr "Contas" - -#: ../../../../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 "Update Master Password" - -#: ../../../../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:604 -msgid "N/D" -msgstr "N/A" - -#: ../../../../lib/SP/Services/Backup/FileBackupService.php:139 -#, php-format -msgid "No es posible crear el directorio de backups (\"%s\")" -msgstr "Unable to create the backups directory (\"%s\")" - -#: ../../../../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:213 -#, php-format -msgid "Clave Maestra %s" -msgstr "Master Password %s" - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:214 -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 next time you log into " -"the application it will be requested." - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:216 -#, php-format -msgid "La nueva clave es: %s" -msgstr "The new Master Password is: %s" - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:218 -#, php-format -msgid "Esta clave estará activa hasta: %s" -msgstr "This password will be valid until: %s" - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:220 -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 "Updating encrypted data" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:75 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:94 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:298 -msgid "Categorías" -msgstr "Categories" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:76 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:93 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:330 -msgid "Clientes" -msgstr "Clients" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:77 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:104 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:16 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:113 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:12 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:50 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:52 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:56 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:250 -msgid "Usuarios" -msgstr "Utilizadores" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:78 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:95 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:84 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:162 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:53 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:266 -msgid "Grupos" -msgstr "Groups" - -#: ../../../../lib/SP/Services/Export/XmlExportService.php:125 -#: ../../../../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 "Detected 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 "Wrong number of fields (%d)" - -#: ../../../../lib/SP/Services/Import/CsvImportBase.php:132 -#: ../../../../lib/SP/Services/Import/CsvImportBase.php:178 -#, php-format -msgid "Compruebe el formato del archivo CSV en línea %s" -msgstr "Please, check the CSV file format in line %s" - -#: ../../../../lib/SP/Services/Import/ImportService.php:89 -#, php-format -msgid "Tipo mime no soportado (\"%s\")" -msgstr "Mime type not supported (\"%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\" node doesn't exist" - -#: ../../../../lib/SP/Services/Install/MySQL.php:135 -#, php-format -msgid "No es posible comprobar el usuario de sysPass (%s)" -msgstr "Unable to check the sysPass user (%s)" - -#: ../../../../lib/SP/Services/Install/MySQL.php:213 -#: ../../../../lib/SP/Services/Install/MySQL.php:329 -#: ../../../../lib/SP/Services/Install/MySQL.php:341 -#, php-format -msgid "Error al crear la BBDD ('%s')" -msgstr "Error while creating the DB ('%s')" - -#: ../../../../lib/SP/Services/Install/MySQL.php:237 -#, php-format -msgid "Error al establecer permisos de la BBDD ('%s')" -msgstr "Error while setting the database permissions ('%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 "Update file does not contain data" - -#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:65 -#: ../../../modules/web/Controllers/UserController.php:235 -#: ../../../modules/web/Controllers/UserController.php:356 -#: ../../../modules/web/Controllers/UserPassResetController.php:107 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:238 -msgid "Cambio de Clave" -msgstr "Password Change" - -#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:66 -msgid "Se ha solicitado el cambio de su clave de usuario." -msgstr "A request for changing your user password has been done." - -#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:68 -msgid "Para completar el proceso es necesario que acceda a la siguiente URL:" -msgstr "In order to complete the process, please go to this URL:" - -#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:72 -msgid "Si no ha solicitado esta acción, ignore este mensaje." -msgstr "If you have not requested this action, please dismiss this message." - -#: ../../../../lib/SP/Services/Wiki/DokuWikiApi.php:68 -msgid "Fallo de autentificación" -msgstr "Authentication error" - -#: ../../../../lib/SP/Services/Wiki/DokuWikiApiBase.php:196 -msgid "Error al realizar la consulta" -msgstr "Error while doing the query" - -#: ../../../../lib/SP/Services/Wiki/DokuWikiApiBase.php:228 -msgid "URL de conexión no establecida" -msgstr "Connection URL not set" - -#: ../../../../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:72 -#: ../../../../lib/SP/Storage/File/FileHandler.php:135 -#, 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:89 -#, php-format -msgid "No es posible abrir el archivo (%s)" -msgstr "Unable to open the file (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:104 -#: ../../../../lib/SP/Storage/File/FileHandler.php:118 -#, php-format -msgid "No es posible leer desde el archivo (%s)" -msgstr "Unable to read from file (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:173 -#, php-format -msgid "No es posible cerrar el archivo (%s)" -msgstr "Unable to close the file (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:219 -#, php-format -msgid "No es posible escribir el archivo (%s)" -msgstr "Unable to write in file (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:234 -#, php-format -msgid "Archivo no encontrado (%s)" -msgstr "File not found (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:259 -#: ../../../../lib/SP/Storage/File/FileHandler.php:314 -#, php-format -msgid "No es posible leer el archivo (%s)" -msgstr "Unable to read/write file (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:286 -#, php-format -msgid "No es posible eliminar el archivo (%s)" -msgstr "Unable to delete file (%s)" - -#: ../../../../lib/SP/Util/ErrorUtil.php:148 -msgid "Opción no disponible" -msgstr "Option unavailable" - -#: ../../../../lib/SP/Util/ErrorUtil.php:149 -#: ../../../../lib/SP/Util/ErrorUtil.php:153 -#: ../../../../lib/SP/Util/ErrorUtil.php:157 -#: ../../../../lib/SP/Util/ErrorUtil.php:161 -#: ../../../../lib/SP/Util/ErrorUtil.php:169 -#: ../../../../lib/SP/Util/ErrorUtil.php:176 -#: ../../../modules/web/Controllers/ErrorController.php:124 -#: ../../../modules/web/Controllers/ErrorController.php:140 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:13 -msgid "Consulte con el administrador" -msgstr "Please contact to the administrator" - -#: ../../../../lib/SP/Util/ErrorUtil.php:152 -msgid "No tiene permisos para acceder a esta cuenta" -msgstr "You don't have permission to access this account" - -#: ../../../../lib/SP/Util/ErrorUtil.php:156 -msgid "No tiene permisos para acceder a esta página" -msgstr "You don't have permission to access this page" - -#: ../../../../lib/SP/Util/ErrorUtil.php:160 -msgid "No tiene permisos para realizar esta operación" -msgstr "You don't have permission to do this operation" - -#: ../../../../lib/SP/Util/ErrorUtil.php:164 -#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 -msgid "Clave maestra actualizada" -msgstr "Master password updated" - -#: ../../../../lib/SP/Util/ErrorUtil.php:165 -#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 -msgid "Reinicie la sesión para cambiarla" -msgstr "Please, restart the session for update it" - -#: ../../../../lib/SP/Util/ErrorUtil.php:168 -#: ../../../../lib/SP/Util/ErrorUtil.php:175 -msgid "Se ha producido una excepción" -msgstr "An exception occured" - -#: ../../../modules/api/Controllers/AccountController.php:144 -msgid "Clave actualizada" +"X-Poedit-Basepath: ../../../..\n" +"X-Poedit-SearchPath-0: app/modules\n" +"X-Poedit-SearchPath-1: lib\n" +"X-Poedit-SearchPath-2: app/config\n" +"X-Poedit-SearchPathExcluded-0: app/modules/**/plugins\n" + +#: app/modules/api/Controllers/AccountController.php:70 +msgid "Account displayed" +msgstr "Account displayed" + +#: app/modules/api/Controllers/AccountController.php:71 +#: app/modules/api/Controllers/AccountController.php:103 +#: app/modules/api/Controllers/AccountController.php:139 +#: app/modules/api/Controllers/AccountController.php:189 +#: app/modules/api/Controllers/AccountController.php:240 +#: app/modules/api/Controllers/AccountController.php:315 +#: app/modules/api/Controllers/CategoryController.php:63 +#: app/modules/api/Controllers/CategoryController.php:92 +#: app/modules/api/Controllers/CategoryController.php:122 +#: app/modules/api/Controllers/CategoryController.php:151 +#: app/modules/api/Controllers/ClientController.php:64 +#: app/modules/api/Controllers/ClientController.php:94 +#: app/modules/api/Controllers/ClientController.php:125 +#: app/modules/api/Controllers/ClientController.php:154 +#: app/modules/api/Controllers/TagController.php:62 +#: app/modules/api/Controllers/TagController.php:90 +#: app/modules/api/Controllers/TagController.php:119 +#: app/modules/api/Controllers/TagController.php:148 +#: app/modules/api/Controllers/UserGroupController.php:62 +#: app/modules/api/Controllers/UserGroupController.php:92 +#: app/modules/api/Controllers/UserGroupController.php:123 +#: app/modules/api/Controllers/UserGroupController.php:152 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:240 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:113 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:104 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:105 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:108 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:116 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:107 +#: app/modules/web/Controllers/UserGroupController.php:274 +#: app/modules/web/Controllers/UserGroupController.php:315 +#: lib/SP/Plugin/PluginManager.php:320 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:30 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:43 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:22 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:24 +#: app/modules/web/themes/material-blue/views/account/account.inc:65 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:54 +#: app/modules/web/themes/material-blue/views/config/info.inc:39 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:23 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:23 +#: app/modules/web/themes/material-blue/views/itemshow/tag.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:35 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:24 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:533 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:22 +msgid "Name" +msgstr "Name" + +#: app/modules/api/Controllers/AccountController.php:72 +#: app/modules/api/Controllers/AccountController.php:104 +#: app/modules/api/Controllers/AccountController.php:140 +#: app/modules/api/Controllers/AccountController.php:190 +#: app/modules/api/Controllers/AccountController.php:241 +#: app/modules/api/Controllers/AccountController.php:316 +#: app/modules/web/Controllers/AccountController.php:227 +#: app/modules/web/Controllers/AccountController.php:749 +#: app/modules/web/Controllers/AccountController.php:796 +#: app/modules/web/Controllers/AccountController.php:839 +#: app/modules/web/Controllers/AccountController.php:880 +#: app/modules/web/Controllers/AccountController.php:932 +#: app/modules/web/Controllers/AccountController.php:968 +#: app/modules/web/Controllers/AccountFileController.php:259 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:121 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:158 +#: app/modules/web/Controllers/AccountManagerController.php:151 +#: app/modules/web/Controllers/ClientController.php:225 +#: app/modules/web/Controllers/ClientController.php:259 +#: app/modules/web/Controllers/ClientController.php:297 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:233 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:114 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:105 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:109 +#: lib/SP/Services/Import/CsvImportBase.php:159 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:41 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:47 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:57 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:59 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:34 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:40 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:35 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:41 +#: app/modules/web/themes/material-blue/views/account/account.inc:78 +#: app/modules/web/themes/material-blue/views/account/account.inc:80 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:32 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:36 +msgid "Client" +msgstr "Client" + +#: app/modules/api/Controllers/AccountController.php:102 +#: app/modules/web/Controllers/AccountController.php:573 +#: app/modules/web/Controllers/AccountController.php:631 +msgid "Password viewed" +msgstr "Password viewed" + +#: app/modules/api/Controllers/AccountController.php:138 +#: app/modules/api/Controllers/AccountController.php:144 +#: app/modules/web/Controllers/AccountController.php:837 +#: app/modules/web/Controllers/AccountController.php:848 +#: app/modules/web/Controllers/UserController.php:428 +#: app/modules/web/Controllers/UserController.php:432 +#: app/modules/web/Controllers/UserPassResetController.php:196 +#: app/modules/web/Controllers/UserPassResetController.php:200 +msgid "Password updated" msgstr "Palavra-chave actualizada" -#: ../../../modules/api/Controllers/AccountController.php:194 +#: app/modules/api/Controllers/AccountController.php:188 +#: app/modules/api/Controllers/AccountController.php:194 +#: app/modules/web/Controllers/AccountController.php:747 +#: app/modules/web/Controllers/AccountController.php:758 #, fuzzy -msgid "Cuenta creada" +msgid "Account created" msgstr "Conta creada" -#: ../../../modules/api/Controllers/AccountController.php:245 -msgid "Cuenta actualizada" +#: app/modules/api/Controllers/AccountController.php:239 +#: app/modules/api/Controllers/AccountController.php:245 +#: app/modules/web/Controllers/AccountController.php:794 +#: app/modules/web/Controllers/AccountController.php:805 +msgid "Account updated" msgstr "Conta actualizada" -#: ../../../modules/api/Controllers/AccountController.php:320 +#: app/modules/api/Controllers/AccountController.php:314 +#: app/modules/api/Controllers/AccountController.php:320 +#: app/modules/web/Controllers/AccountController.php:930 +#: app/modules/web/Controllers/AccountController.php:935 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:119 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:124 +#: app/modules/web/Controllers/AccountManagerController.php:149 +#: app/modules/web/Controllers/AccountManagerController.php:154 #, fuzzy -msgid "Cuenta eliminada" +msgid "Account removed" msgstr "Conta eliminada" -#: ../../../modules/api/Controllers/CategoryController.php:96 -msgid "Categoría creada" +#: app/modules/api/Controllers/CategoryController.php:62 +msgid "Category displayed" +msgstr "Category displayed" + +#: app/modules/api/Controllers/CategoryController.php:91 +#: app/modules/api/Controllers/CategoryController.php:96 +#: app/modules/web/Controllers/CategoryController.php:263 +#: app/modules/web/Controllers/CategoryController.php:267 +msgid "Category added" msgstr "Categoria criada" -#: ../../../modules/api/Controllers/CategoryController.php:126 -msgid "Categoría actualizada" +#: app/modules/api/Controllers/CategoryController.php:121 +#: app/modules/api/Controllers/CategoryController.php:126 +#: app/modules/web/Controllers/CategoryController.php:305 +#: app/modules/web/Controllers/CategoryController.php:309 +msgid "Category updated" msgstr "Categoria actualizada" -#: ../../../modules/api/Controllers/CategoryController.php:155 -msgid "Categoría eliminada" +#: app/modules/api/Controllers/CategoryController.php:150 +#: app/modules/api/Controllers/CategoryController.php:155 +#: app/modules/web/Controllers/CategoryController.php:227 +#: app/modules/web/Controllers/CategoryController.php:231 +msgid "Category deleted" msgstr "Categoria eliminada" -#: ../../../modules/api/Controllers/ClientController.php:98 +#: app/modules/api/Controllers/ClientController.php:63 +msgid "Client displayed" +msgstr "Client displayed" + +#: app/modules/api/Controllers/ClientController.php:93 +#: app/modules/api/Controllers/ClientController.php:98 +#: app/modules/web/Controllers/ClientController.php:258 +#: app/modules/web/Controllers/ClientController.php:262 +#: lib/SP/Services/Import/KeepassImport.php:77 #, fuzzy -msgid "Cliente creado" +msgid "Client added" msgstr "Cliente criado" -#: ../../../modules/api/Controllers/ClientController.php:129 +#: app/modules/api/Controllers/ClientController.php:124 +#: app/modules/api/Controllers/ClientController.php:129 +#: app/modules/web/Controllers/ClientController.php:296 +#: app/modules/web/Controllers/ClientController.php:300 #, fuzzy -msgid "Cliente actualizado" +msgid "Client updated" msgstr "Cliente actualizado" -#: ../../../modules/api/Controllers/ClientController.php:158 +#: app/modules/api/Controllers/ClientController.php:153 +#: app/modules/api/Controllers/ClientController.php:158 +#: app/modules/web/Controllers/ClientController.php:224 +#: app/modules/web/Controllers/ClientController.php:228 #, fuzzy -msgid "Cliente eliminado" +msgid "Client deleted" msgstr "Cliente eliminado" -#: ../../../modules/api/Controllers/ConfigController.php:61 -msgid "Proceso de backup finalizado" +#: app/modules/api/Controllers/ConfigController.php:57 +#: app/modules/web/Controllers/ConfigBackupController.php:68 +msgid "Application and database backup completed successfully" +msgstr "Cópia da aplicação e da base de dados realizada correctamente" + +#: app/modules/api/Controllers/ConfigController.php:58 +#: app/modules/api/Controllers/ConfigController.php:83 +#: app/modules/api/Controllers/Help/ConfigHelp.php:43 +#: app/modules/api/Controllers/Help/ConfigHelp.php:54 +msgid "Path" +msgstr "Path" + +#: app/modules/api/Controllers/ConfigController.php:61 +#: app/modules/web/Controllers/ConfigBackupController.php:71 +msgid "Backup process finished" msgstr "Processo de cópia terminado" -#: ../../../modules/api/Controllers/ConfigController.php:94 -msgid "Proceso de exportación finalizado" +#: app/modules/api/Controllers/ConfigController.php:82 +#: app/modules/web/Controllers/ConfigBackupController.php:96 +msgid "sysPass XML export" +msgstr "sysPass XML export" + +#: app/modules/api/Controllers/ConfigController.php:91 +#: app/modules/api/Controllers/ConfigController.php:94 +#: app/modules/web/Controllers/ConfigBackupController.php:106 +#: app/modules/web/Controllers/ConfigBackupController.php:134 +msgid "Export process finished" msgstr "Processo de exportação finalizado" -#: ../../../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:105 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:144 -msgid "Id de la cuenta" +#: app/modules/api/Controllers/ControllerBase.php:146 +#: lib/SP/Services/Api/ApiService.php:186 +msgid "Unauthorized access" +msgstr "Unauthorized access" + +#: app/modules/api/Controllers/Help/AccountHelp.php:43 +#: app/modules/api/Controllers/Help/AccountHelp.php:54 +#: app/modules/api/Controllers/Help/AccountHelp.php:67 +#: app/modules/api/Controllers/Help/AccountHelp.php:105 +#: app/modules/api/Controllers/Help/AccountHelp.php:144 +msgid "Account Id" msgstr "Account 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" +#: app/modules/api/Controllers/Help/AccountHelp.php:55 +#: app/modules/api/Controllers/Help/AccountHelp.php:68 +#: app/modules/api/Controllers/Help/AccountHelp.php:81 +msgid "Token's password" msgstr "Token's password" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:56 -msgid "Devolver detalles en la respuesta" +#: app/modules/api/Controllers/Help/AccountHelp.php:56 +msgid "Send details in the response" msgstr "Send details in the response" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:69 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:85 -#: ../../../modules/api/Controllers/Help/ConfigHelp.php:55 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:74 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:80 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:91 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:89 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:92 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:101 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:155 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:163 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:42 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:293 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:296 -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:81 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:170 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:119 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:126 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:253 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:260 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:45 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:52 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:59 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:100 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:108 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:45 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:52 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:35 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:98 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:27 -msgid "Clave" +#: app/modules/api/Controllers/Help/AccountHelp.php:69 +#: app/modules/api/Controllers/Help/AccountHelp.php:85 +#: app/modules/api/Controllers/Help/ConfigHelp.php:55 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:74 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:80 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:91 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:89 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:92 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:101 +#: app/modules/web/themes/material-blue/views/account/account.inc:155 +#: app/modules/web/themes/material-blue/views/account/account.inc:163 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:42 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:293 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:296 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:81 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:170 +#: app/modules/web/themes/material-blue/views/config/mail.inc:119 +#: app/modules/web/themes/material-blue/views/config/mail.inc:126 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:253 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:260 +#: app/modules/web/themes/material-blue/views/install/index.inc:45 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:52 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:59 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:100 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:108 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:45 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:52 +#: app/modules/web/themes/material-blue/views/login/index.inc:35 +#: app/modules/web/themes/material-blue/views/login/index.inc:98 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:27 +msgid "Password" msgstr "Password" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:70 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:91 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:114 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:97 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:114 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:181 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:88 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:90 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:243 -msgid "Fecha Caducidad Clave" +#: app/modules/api/Controllers/Help/AccountHelp.php:70 +#: app/modules/api/Controllers/Help/AccountHelp.php:91 +#: app/modules/api/Controllers/Help/AccountHelp.php:114 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:97 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:114 +#: app/modules/web/themes/material-blue/views/account/account.inc:181 +#: app/modules/web/themes/material-blue/views/account/details.inc:88 +#: app/modules/web/themes/material-blue/views/account/details.inc:90 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:243 +msgid "Password Expiry Date" msgstr "Password Expiry Date" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:82 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:106 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:36 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:52 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:29 -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:30 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:73 -msgid "Nombre de cuenta" +#: app/modules/api/Controllers/Help/AccountHelp.php:82 +#: app/modules/api/Controllers/Help/AccountHelp.php:106 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:36 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:52 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:29 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:30 +#: app/modules/web/themes/material-blue/views/account/account.inc:73 +msgid "Account name" msgstr "Account name" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:83 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:107 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:43 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:66 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:91 -msgid "Id de categoría" +#: app/modules/api/Controllers/Help/AccountHelp.php:83 +#: app/modules/api/Controllers/Help/AccountHelp.php:107 +#: app/modules/api/Controllers/Help/CategoryHelp.php:43 +#: app/modules/api/Controllers/Help/CategoryHelp.php:66 +#: app/modules/api/Controllers/Help/CategoryHelp.php:91 +msgid "Category Id" msgstr "Category Id" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:84 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:108 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:43 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:67 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:93 -msgid "Id de cliente" +#: app/modules/api/Controllers/Help/AccountHelp.php:84 +#: app/modules/api/Controllers/Help/AccountHelp.php:108 +#: app/modules/api/Controllers/Help/ClientHelp.php:43 +#: app/modules/api/Controllers/Help/ClientHelp.php:67 +#: app/modules/api/Controllers/Help/ClientHelp.php:93 +msgid "Client Id" msgstr "Client Id" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:86 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:109 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:109 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:149 -msgid "Usuario de acceso" +#: app/modules/api/Controllers/Help/AccountHelp.php:86 +#: app/modules/api/Controllers/Help/AccountHelp.php:109 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:109 +#: app/modules/web/themes/material-blue/views/account/account.inc:149 +msgid "Access user" msgstr "Access user" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:87 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:110 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:96 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:136 -msgid "URL o IP de acceso" +#: app/modules/api/Controllers/Help/AccountHelp.php:87 +#: app/modules/api/Controllers/Help/AccountHelp.php:110 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:96 +#: app/modules/web/themes/material-blue/views/account/account.inc:136 +msgid "Access URL or IP" msgstr "Access URL or IP" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:88 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:111 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:134 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:85 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:207 -msgid "Notas sobre la cuenta" +#: app/modules/api/Controllers/Help/AccountHelp.php:88 +#: app/modules/api/Controllers/Help/AccountHelp.php:111 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:134 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:85 +#: app/modules/web/themes/material-blue/views/account/account.inc:207 +msgid "Notes about the account" msgstr "Notes about the account" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:89 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:112 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:198 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:119 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:29 -msgid "Cuenta Privada" +#: app/modules/api/Controllers/Help/AccountHelp.php:89 +#: app/modules/api/Controllers/Help/AccountHelp.php:112 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:198 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:119 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:29 +msgid "Private Account" msgstr "Private Account" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:90 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:113 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:217 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:48 -msgid "Cuenta Privada Grupo" +#: app/modules/api/Controllers/Help/AccountHelp.php:90 +#: app/modules/api/Controllers/Help/AccountHelp.php:113 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:217 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:48 +msgid "Private Account for Group" msgstr "Private Account for Group" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:92 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:115 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:252 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:254 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:13 -msgid "Cuenta Vinculada" +#: app/modules/api/Controllers/Help/AccountHelp.php:92 +#: app/modules/api/Controllers/Help/AccountHelp.php:115 +#: app/modules/web/themes/material-blue/views/account/account.inc:252 +#: app/modules/web/themes/material-blue/views/account/account.inc:254 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:13 +msgid "Linked Account" msgstr "Linked Account" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:93 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:116 -msgid "Array con Ids de etiquetas" +#: app/modules/api/Controllers/Help/AccountHelp.php:93 +#: app/modules/api/Controllers/Help/AccountHelp.php:116 +msgid "Array with tags id" msgstr "Array with tags id" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:94 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:117 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:43 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:67 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:93 -msgid "Id de grupo" +#: app/modules/api/Controllers/Help/AccountHelp.php:94 +#: app/modules/api/Controllers/Help/AccountHelp.php:117 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:43 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:67 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:93 +msgid "Group Id" msgstr "Group Id" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:128 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:79 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:81 -#: ../../../modules/api/Controllers/Help/TagHelp.php:77 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:81 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:26 -msgid "Texto a buscar" +#: app/modules/api/Controllers/Help/AccountHelp.php:128 +#: app/modules/api/Controllers/Help/CategoryHelp.php:79 +#: app/modules/api/Controllers/Help/ClientHelp.php:81 +#: app/modules/api/Controllers/Help/TagHelp.php:77 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:81 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:26 +msgid "Text to search for" msgstr "Text to search for" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:129 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:80 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:82 -#: ../../../modules/api/Controllers/Help/TagHelp.php:78 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:82 -msgid "Número de resultados a mostrar" +#: app/modules/api/Controllers/Help/AccountHelp.php:129 +#: app/modules/api/Controllers/Help/CategoryHelp.php:80 +#: app/modules/api/Controllers/Help/ClientHelp.php:82 +#: app/modules/api/Controllers/Help/TagHelp.php:78 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:82 +msgid "Number of results to display" msgstr "Number of results to display" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:130 -msgid "Id de categoría a filtrar" +#: app/modules/api/Controllers/Help/AccountHelp.php:130 +msgid "Category Id to filter on" msgstr "Category Id to filter on" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:131 -msgid "Id de cliente a filtrar" +#: app/modules/api/Controllers/Help/AccountHelp.php:131 +msgid "Client Id to filter on" msgstr "Client Id to filter on" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:132 -msgid "Array con Ids de etiquetas a filtrar" +#: app/modules/api/Controllers/Help/AccountHelp.php:132 +msgid "Array with tags id for filtering" msgstr "Array with tags id for filtering" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:133 -msgid "Operador de filtrado" +#: app/modules/api/Controllers/Help/AccountHelp.php:133 +msgid "Filtering operator" msgstr "Filtering operator" -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:54 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:67 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:29 -msgid "Nombre de la categoría" +#: app/modules/api/Controllers/Help/CategoryHelp.php:54 +#: app/modules/api/Controllers/Help/CategoryHelp.php:67 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:29 +msgid "Category name" msgstr "Category name" -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:55 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:68 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:41 -msgid "Descripción de la categoría" +#: app/modules/api/Controllers/Help/CategoryHelp.php:55 +#: app/modules/api/Controllers/Help/CategoryHelp.php:68 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:41 +msgid "Category description" msgstr "Category description" -#: ../../../modules/api/Controllers/Help/ClientHelp.php:54 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:68 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:30 -msgid "Nombre del cliente" +#: app/modules/api/Controllers/Help/ClientHelp.php:54 +#: app/modules/api/Controllers/Help/ClientHelp.php:68 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:30 +msgid "Client name" msgstr "Client name" -#: ../../../modules/api/Controllers/Help/ClientHelp.php:55 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:69 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:43 -msgid "Descripción del cliente" +#: app/modules/api/Controllers/Help/ClientHelp.php:55 +#: app/modules/api/Controllers/Help/ClientHelp.php:69 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:43 +msgid "Client description" msgstr "Client description" -#: ../../../modules/api/Controllers/Help/ClientHelp.php:56 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:70 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:152 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:66 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:99 +#: app/modules/api/Controllers/Help/ClientHelp.php:56 +#: app/modules/api/Controllers/Help/ClientHelp.php:70 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:152 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:66 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:99 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:65 -#: ../../../modules/api/Controllers/Help/TagHelp.php:89 -msgid "Id de etiqueta" +#: app/modules/api/Controllers/Help/TagHelp.php:43 +#: app/modules/api/Controllers/Help/TagHelp.php:65 +#: app/modules/api/Controllers/Help/TagHelp.php:89 +msgid "Tag Id" msgstr "Tag Id" -#: ../../../modules/api/Controllers/Help/TagHelp.php:54 -#: ../../../modules/api/Controllers/Help/TagHelp.php:66 -#: ../../../modules/web/themes/material-blue/views/itemshow/tag.inc:29 -msgid "Nombre de la etiqueta" +#: app/modules/api/Controllers/Help/TagHelp.php:54 +#: app/modules/api/Controllers/Help/TagHelp.php:66 +#: app/modules/web/themes/material-blue/views/itemshow/tag.inc:29 +msgid "Tag name" msgstr "Tag name" -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:54 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:68 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:31 -msgid "Nombre del grupo" +#: app/modules/api/Controllers/Help/UserGroupHelp.php:54 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:68 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:31 +msgid "Group name" msgstr "Group name" -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:55 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:69 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:44 -msgid "Descripción del grupo" +#: app/modules/api/Controllers/Help/UserGroupHelp.php:55 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:69 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:44 +msgid "Group description" msgstr "Group description" -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:56 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:70 -msgid "Array con Ids de usuarios" +#: app/modules/api/Controllers/Help/UserGroupHelp.php:56 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:70 +msgid "Array with users Id" msgstr "Array with users Id" -#: ../../../modules/api/Controllers/TagController.php:94 -msgid "Etiqueta creada" +#: app/modules/api/Controllers/TagController.php:61 +msgid "Tag displayed" +msgstr "Tag displayed" + +#: app/modules/api/Controllers/TagController.php:89 +#: app/modules/api/Controllers/TagController.php:94 +#: app/modules/web/Controllers/TagController.php:243 +msgid "Tag added" msgstr "Tag added" -#: ../../../modules/api/Controllers/TagController.php:123 -msgid "Etiqueta actualizada" +#: app/modules/api/Controllers/TagController.php:118 +#: app/modules/api/Controllers/TagController.php:123 +#: app/modules/web/Controllers/TagController.php:276 +msgid "Tag updated" msgstr "Tag updated" -#: ../../../modules/api/Controllers/TagController.php:152 -msgid "Etiqueta eliminada" +#: app/modules/api/Controllers/TagController.php:147 +#: app/modules/api/Controllers/TagController.php:152 +#: app/modules/web/Controllers/TagController.php:215 +msgid "Tag removed" msgstr "Tag removed" -#: ../../../modules/api/Controllers/UserGroupController.php:96 -msgid "Grupo creado" +#: app/modules/api/Controllers/UserGroupController.php:61 +msgid "Group viewed" +msgstr "Group viewed" + +#: app/modules/api/Controllers/UserGroupController.php:91 +#: app/modules/api/Controllers/UserGroupController.php:96 +#: app/modules/web/Controllers/UserGroupController.php:273 +#: app/modules/web/Controllers/UserGroupController.php:277 +msgid "Group added" msgstr "Grupo criado" -#: ../../../modules/api/Controllers/UserGroupController.php:127 -msgid "Grupo actualizado" +#: app/modules/api/Controllers/UserGroupController.php:122 +#: app/modules/api/Controllers/UserGroupController.php:127 +#: app/modules/web/Controllers/UserGroupController.php:314 +#: app/modules/web/Controllers/UserGroupController.php:318 +msgid "Group updated" msgstr "Grupo actualizado" -#: ../../../modules/api/Controllers/UserGroupController.php:156 -msgid "Grupo eliminado" +#: app/modules/api/Controllers/UserGroupController.php:151 +#: app/modules/api/Controllers/UserGroupController.php:156 +#: app/modules/web/Controllers/UserGroupController.php:237 +#: app/modules/web/Controllers/UserGroupController.php:241 +msgid "Group deleted" msgstr "Grupo eliminado" -#: ../../../modules/web/Controllers/AccountController.php:149 -#: ../../../modules/web/Controllers/AccountController.php:204 -#: ../../../modules/web/Controllers/AccountController.php:489 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:60 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:61 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:164 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:165 -#: ../../../modules/web/themes/material-blue/views/account/linkedAccounts.inc:28 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:58 -msgid "Detalles de Cuenta" +#: app/modules/api/Init.php:146 +msgid "Updating needed" +msgstr "Updating needed" + +#: app/modules/web/Controllers/AccountController.php:149 +#: app/modules/web/Controllers/AccountController.php:204 +#: app/modules/web/Controllers/AccountController.php:489 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:60 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:61 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:164 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:165 +#: app/modules/web/themes/material-blue/views/account/linkedAccounts.inc:28 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:58 +msgid "Account Details" msgstr "Account Details" +#: app/modules/web/Controllers/AccountController.php:225 +msgid "Link viewed" +msgstr "Link viewed" + +#: app/modules/web/Controllers/AccountController.php:226 +#: app/modules/web/Controllers/AccountController.php:574 +#: app/modules/web/Controllers/AccountController.php:632 +#: app/modules/web/Controllers/AccountController.php:674 +#: app/modules/web/Controllers/AccountController.php:711 +#: app/modules/web/Controllers/AccountController.php:748 +#: app/modules/web/Controllers/AccountController.php:795 +#: app/modules/web/Controllers/AccountController.php:838 +#: app/modules/web/Controllers/AccountController.php:879 +#: app/modules/web/Controllers/AccountController.php:931 +#: app/modules/web/Controllers/AccountController.php:967 +#: app/modules/web/Controllers/AccountFileController.php:258 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:120 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:157 +#: app/modules/web/Controllers/AccountManagerController.php:150 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:108 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:25 +#: app/modules/web/themes/material-blue/views/account/account.inc:30 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:21 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:23 +msgid "Account" +msgstr "Account" + +#: app/modules/web/Controllers/AccountController.php:228 +msgid "Agent" +msgstr "Agent" + +#: app/modules/web/Controllers/AccountController.php:229 +msgid "HTTPS" +msgstr "HTTPS" + +#: app/modules/web/Controllers/AccountController.php:229 +#: lib/SP/DataModel/PublicLinkListData.php:88 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:190 +msgid "ON" +msgstr "ON" + +#: app/modules/web/Controllers/AccountController.php:229 +#: lib/SP/DataModel/PublicLinkListData.php:88 +msgid "OFF" +msgstr "OFF" + +#: app/modules/web/Controllers/AccountController.php:230 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:104 +msgid "IP" +msgstr "IP" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountController.php:261 -#: ../../../modules/web/Controllers/AccountController.php:307 -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:274 -#: ../../../config/actions.xml:157 -msgid "Nueva Cuenta" +#: app/modules/web/Controllers/AccountController.php:261 +#: app/modules/web/Controllers/AccountController.php:307 +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:274 +#: app/config/actions.xml:157 +msgid "New Account" msgstr "New Account" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountController.php:353 -#: ../../../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:20 -#: ../../../config/actions.xml:163 -msgid "Editar Cuenta" +#: app/modules/web/Controllers/AccountController.php:353 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:176 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:177 +#: app/modules/web/themes/material-blue/views/account/linkedAccounts.inc:20 +#: app/config/actions.xml:163 +msgid "Edit Account" msgstr "Edit Account" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountController.php:400 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:334 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:335 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:181 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:182 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:177 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:178 -#: ../../../config/actions.xml:169 ../../../config/actions.xml:487 -#: ../../../config/actions.xml:799 -msgid "Eliminar Cuenta" +#: app/modules/web/Controllers/AccountController.php:400 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:334 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:335 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:181 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:182 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:177 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:178 +#: app/config/actions.xml:169 app/config/actions.xml:487 +#: app/config/actions.xml:799 +msgid "Remove Account" msgstr "Remove Account" -#: ../../../modules/web/Controllers/AccountController.php:445 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:155 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:156 -msgid "Modificar Clave de Cuenta" +#. (itstool) path: action/text +#: app/modules/web/Controllers/AccountController.php:445 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:155 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:156 +#: app/config/actions.xml:181 +msgid "Edit Account Password" msgstr "Edit Account Password" -#: ../../../modules/web/Controllers/AccountFileController.php:211 +#: app/modules/web/Controllers/AccountController.php:673 +#: app/modules/web/Controllers/AccountController.php:710 +msgid "Password copied" +msgstr "Password copied" + +#: app/modules/web/Controllers/AccountController.php:878 +#: app/modules/web/Controllers/AccountController.php:889 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:156 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:161 +msgid "Account restored" +msgstr "Conta restaurada" + +#: app/modules/web/Controllers/AccountController.php:916 +#: app/modules/web/Controllers/AccountController.php:919 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:108 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:111 +#: app/modules/web/Controllers/AccountManagerController.php:135 +#: app/modules/web/Controllers/AccountManagerController.php:138 +msgid "Accounts removed" +msgstr "Accounts removed" + +#: app/modules/web/Controllers/AccountController.php:958 +#: app/modules/web/Forms/NotificationForm.php:106 +msgid "A description is needed" +msgstr "A description is needed" + +#: app/modules/web/Controllers/AccountController.php:965 +#: lib/SP/Providers/Notification/NotificationHandler.php:124 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:46 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:44 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:46 +msgid "Request" +msgstr "Request" + +#: app/modules/web/Controllers/AccountController.php:966 +msgid "Requester" +msgstr "Requester" + +#: app/modules/web/Controllers/AccountController.php:969 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:105 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:129 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:108 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:37 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:61 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:68 +msgid "Description" +msgstr "Description" + +#: app/modules/web/Controllers/AccountController.php:982 +msgid "Request done" +msgstr "Request done" + +#: app/modules/web/Controllers/AccountFavoriteController.php:55 +msgid "Favorite added" +msgstr "Favorite added" + +#: app/modules/web/Controllers/AccountFavoriteController.php:73 +msgid "Favorite deleted" +msgstr "Favorite deleted" + +#: app/modules/web/Controllers/AccountFileController.php:74 +#: app/modules/web/Controllers/AccountFileController.php:135 +msgid "File does not exist" +msgstr "File does not exist" + +#: app/modules/web/Controllers/AccountFileController.php:87 +#: app/modules/web/Controllers/AccountFileController.php:103 +msgid "File viewed" +msgstr "File viewed" + +#: app/modules/web/Controllers/AccountFileController.php:88 +#: app/modules/web/Controllers/AccountFileController.php:104 +#: app/modules/web/Controllers/AccountFileController.php:141 +#: app/modules/web/Controllers/AccountFileController.php:257 +#: app/modules/web/Controllers/AccountFileController.php:364 +#: app/modules/web/Controllers/ConfigBackupController.php:163 +#: app/modules/web/Controllers/ConfigBackupController.php:209 +#: app/modules/web/Controllers/ConfigBackupController.php:255 +#: app/modules/web/Controllers/ConfigGeneralController.php:195 +#: app/modules/web/Controllers/ConfigGeneralController.php:236 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:122 +#: app/modules/web/themes/material-blue/views/config/import.inc:72 +msgid "File" +msgstr "File" + +#: app/modules/web/Controllers/AccountFileController.php:115 +#: app/config/strings.js.inc:40 +msgid "File not supported for preview" +msgstr "File not supported for preview" + +#: app/modules/web/Controllers/AccountFileController.php:140 +#: app/modules/web/Controllers/ConfigBackupController.php:162 +#: app/modules/web/Controllers/ConfigBackupController.php:208 +#: app/modules/web/Controllers/ConfigBackupController.php:254 +#: app/modules/web/Controllers/ConfigGeneralController.php:194 +#: app/modules/web/Controllers/ConfigGeneralController.php:235 +#: app/config/strings.js.inc:97 +msgid "File downloaded" +msgstr "File downloaded" + +#: app/modules/web/Controllers/AccountFileController.php:186 +msgid "INVALID QUERY" +msgstr "CONSULTA INVÁLIDA" + +#: app/modules/web/Controllers/AccountFileController.php:192 +msgid "There aren't any allowed extensions" +msgstr "There aren't any allowed extensions" + +#: app/modules/web/Controllers/AccountFileController.php:209 +#: lib/SP/Services/Import/FileImport.php:100 +msgid "File type not allowed" +msgstr "File type not allowed" + +#: app/modules/web/Controllers/AccountFileController.php:211 #, php-format -msgid "Extensión: %s" +msgid "Extension: %s" msgstr "Extension: %s" -#: ../../../modules/web/Controllers/AccountFileController.php:405 -msgid "Gestión de archivos deshabilitada" +#: app/modules/web/Controllers/AccountFileController.php:216 +msgid "Invalid file" +msgstr "Invalid file" + +#: app/modules/web/Controllers/AccountFileController.php:218 +#, php-format +msgid "File: %s" +msgstr "File: %s" + +#: app/modules/web/Controllers/AccountFileController.php:224 +#: app/modules/web/Controllers/AccountFileController.php:244 +#: lib/SP/Services/Import/FileImport.php:116 +msgid "Internal error while reading the file" +msgstr "Internal error while reading the file" + +#: app/modules/web/Controllers/AccountFileController.php:226 +#, php-format +msgid "Maximum size: %s" +msgstr "Maximum size: %s" + +#: app/modules/web/Controllers/AccountFileController.php:234 +msgid "File size exceeded" +msgstr "File size exceeded" + +#: app/modules/web/Controllers/AccountFileController.php:236 +#, php-format +msgid "Maximum size: %d KB" +msgstr "Maximum size: %d KB" + +#: app/modules/web/Controllers/AccountFileController.php:256 +#: app/modules/web/Controllers/AccountFileController.php:265 +msgid "File saved" +msgstr "File saved" + +#: app/modules/web/Controllers/AccountFileController.php:260 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:109 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:109 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:109 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:127 +#: app/modules/web/Controllers/ItemPresetController.php:323 +#: app/modules/web/Controllers/ItemPresetController.php:364 +#: lib/SP/Services/Auth/LoginService.php:455 +#: lib/SP/Services/Auth/LoginService.php:518 +#: lib/SP/Services/Auth/LoginService.php:564 +#: lib/SP/Services/Auth/LoginService.php:607 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:35 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:37 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:23 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:30 +msgid "Type" +msgstr "Type" + +#: app/modules/web/Controllers/AccountFileController.php:261 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:110 +msgid "Size" +msgstr "Size" + +#: app/modules/web/Controllers/AccountFileController.php:292 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:64 +#: app/modules/web/Controllers/AccountManagerController.php:79 +#: app/modules/web/Controllers/AccountManagerController.php:213 +#: app/modules/web/Controllers/AuthTokenController.php:71 +#: app/modules/web/Controllers/AuthTokenController.php:111 +#: app/modules/web/Controllers/AuthTokenController.php:176 +#: app/modules/web/Controllers/AuthTokenController.php:209 +#: app/modules/web/Controllers/AuthTokenController.php:254 +#: app/modules/web/Controllers/AuthTokenController.php:292 +#: app/modules/web/Controllers/AuthTokenController.php:344 +#: app/modules/web/Controllers/CategoryController.php:69 +#: app/modules/web/Controllers/CategoryController.php:106 +#: app/modules/web/Controllers/CategoryController.php:170 +#: app/modules/web/Controllers/CategoryController.php:203 +#: app/modules/web/Controllers/CategoryController.php:248 +#: app/modules/web/Controllers/CategoryController.php:290 +#: app/modules/web/Controllers/CategoryController.php:332 +#: app/modules/web/Controllers/ClientController.php:70 +#: app/modules/web/Controllers/ClientController.php:107 +#: app/modules/web/Controllers/ClientController.php:171 +#: app/modules/web/Controllers/ClientController.php:203 +#: app/modules/web/Controllers/ClientController.php:245 +#: app/modules/web/Controllers/ClientController.php:285 +#: app/modules/web/Controllers/ClientController.php:323 +#: app/modules/web/Controllers/CustomFieldController.php:71 +#: app/modules/web/Controllers/CustomFieldController.php:108 +#: app/modules/web/Controllers/CustomFieldController.php:170 +#: app/modules/web/Controllers/CustomFieldController.php:202 +#: app/modules/web/Controllers/CustomFieldController.php:236 +#: app/modules/web/Controllers/CustomFieldController.php:275 +#: app/modules/web/Controllers/CustomFieldController.php:314 +#: app/modules/web/Controllers/EventlogController.php:107 +#: app/modules/web/Controllers/ItemPresetController.php:70 +#: app/modules/web/Controllers/ItemPresetController.php:157 +#: app/modules/web/Controllers/ItemPresetController.php:197 +#: app/modules/web/Controllers/ItemPresetController.php:236 +#: app/modules/web/Controllers/ItemPresetController.php:268 +#: app/modules/web/Controllers/ItemPresetController.php:309 +#: app/modules/web/Controllers/ItemPresetController.php:350 +#: app/modules/web/Controllers/NotificationController.php:110 +#: app/modules/web/Controllers/NotificationController.php:173 +#: app/modules/web/Controllers/NotificationController.php:191 +#: app/modules/web/Controllers/NotificationController.php:223 +#: app/modules/web/Controllers/NotificationController.php:255 +#: app/modules/web/Controllers/NotificationController.php:308 +#: app/modules/web/Controllers/NotificationController.php:337 +#: app/modules/web/Controllers/NotificationController.php:372 +#: app/modules/web/Controllers/PluginController.php:111 +#: app/modules/web/Controllers/PluginController.php:133 +#: app/modules/web/Controllers/PluginController.php:277 +#: app/modules/web/Controllers/PublicLinkController.php:74 +#: app/modules/web/Controllers/PublicLinkController.php:111 +#: app/modules/web/Controllers/PublicLinkController.php:173 +#: app/modules/web/Controllers/PublicLinkController.php:201 +#: app/modules/web/Controllers/PublicLinkController.php:233 +#: app/modules/web/Controllers/PublicLinkController.php:276 +#: app/modules/web/Controllers/PublicLinkController.php:310 +#: app/modules/web/Controllers/PublicLinkController.php:354 +#: app/modules/web/Controllers/TagController.php:68 +#: app/modules/web/Controllers/TagController.php:105 +#: app/modules/web/Controllers/TagController.php:165 +#: app/modules/web/Controllers/TagController.php:197 +#: app/modules/web/Controllers/TagController.php:233 +#: app/modules/web/Controllers/TagController.php:266 +#: app/modules/web/Controllers/TagController.php:299 +#: app/modules/web/Controllers/UserController.php:75 +#: app/modules/web/Controllers/UserController.php:112 +#: app/modules/web/Controllers/UserController.php:197 +#: app/modules/web/Controllers/UserController.php:230 +#: app/modules/web/Controllers/UserController.php:266 +#: app/modules/web/Controllers/UserController.php:308 +#: app/modules/web/Controllers/UserController.php:373 +#: app/modules/web/Controllers/UserController.php:416 +#: app/modules/web/Controllers/UserController.php:455 +#: app/modules/web/Controllers/UserGroupController.php:77 +#: app/modules/web/Controllers/UserGroupController.php:114 +#: app/modules/web/Controllers/UserGroupController.php:185 +#: app/modules/web/Controllers/UserGroupController.php:217 +#: app/modules/web/Controllers/UserGroupController.php:259 +#: app/modules/web/Controllers/UserGroupController.php:300 +#: app/modules/web/Controllers/UserGroupController.php:341 +#: app/modules/web/Controllers/UserProfileController.php:70 +#: app/modules/web/Controllers/UserProfileController.php:107 +#: app/modules/web/Controllers/UserProfileController.php:174 +#: app/modules/web/Controllers/UserProfileController.php:206 +#: app/modules/web/Controllers/UserProfileController.php:248 +#: app/modules/web/Controllers/UserProfileController.php:285 +#: app/modules/web/Controllers/UserProfileController.php:323 +#: lib/SP/Core/Acl/UnauthorizedActionException.php:46 +#: lib/SP/Util/ErrorUtil.php:160 +msgid "You don't have permission to do this operation" +msgstr "You don't have permission to do this operation" + +#: app/modules/web/Controllers/AccountFileController.php:355 +#: app/modules/web/Controllers/AccountFileController.php:358 +msgid "Files deleted" +msgstr "Files deleted" + +#: app/modules/web/Controllers/AccountFileController.php:363 +msgid "File deleted" +msgstr "File deleted" + +#: app/modules/web/Controllers/AccountFileController.php:369 +msgid "File Deleted" +msgstr "File Deleted" + +#: app/modules/web/Controllers/AccountFileController.php:405 +msgid "Files management disabled" msgstr "Files management disabled" -#: ../../../modules/web/Controllers/AccountFileController.php:424 -msgid "No hay archivos asociados a la cuenta" +#: app/modules/web/Controllers/AccountFileController.php:424 +msgid "There are no linked files for the account" msgstr "There are no linked files for the account" +#: app/modules/web/Controllers/AccountManagerController.php:191 +#: app/modules/web/Controllers/AccountManagerController.php:194 +#: lib/SP/Services/Account/AccountCryptService.php:193 +msgid "Accounts updated" +msgstr "Accounts updated" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountManagerController.php:216 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:198 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:199 -#: ../../../config/actions.xml:493 -msgid "Actualización Masiva" +#: app/modules/web/Controllers/AccountManagerController.php:216 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:198 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:199 +#: app/config/actions.xml:493 +msgid "Bulk Update" msgstr "Bulk Update" -#: ../../../modules/web/Controllers/AuthTokenController.php:114 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:155 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:156 -msgid "Nueva Autorización" +#: app/modules/web/Controllers/AuthTokenController.php:114 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:155 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:156 +msgid "New Authorization" msgstr "Nova Autorização" -#: ../../../modules/web/Controllers/AuthTokenController.php:179 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:190 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:191 -msgid "Editar Autorización" +#: app/modules/web/Controllers/AuthTokenController.php:179 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:190 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:191 +msgid "Edit Authorization" msgstr "Editar Autorização" -#: ../../../modules/web/Controllers/AuthTokenController.php:347 -msgid "Ver Autorización" +#: app/modules/web/Controllers/AuthTokenController.php:220 +#: app/modules/web/Controllers/AuthTokenController.php:223 +msgid "Authorizations deleted" +msgstr "Authorizations deleted" + +#: app/modules/web/Controllers/AuthTokenController.php:233 +#: app/modules/web/Controllers/AuthTokenController.php:237 +msgid "Authorization deleted" +msgstr "Autorização eliminada" + +#: app/modules/web/Controllers/AuthTokenController.php:234 +#: app/modules/web/Controllers/AuthTokenController.php:306 +#: app/modules/web/Controllers/AuthTokenController.php:315 +#: app/modules/web/Controllers/AuthTokenController.php:356 +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:71 +msgid "Authorization" +msgstr "Authorization" + +#: app/modules/web/Controllers/AuthTokenController.php:269 +msgid "Authorization added" +msgstr "Autorização criada" + +#: app/modules/web/Controllers/AuthTokenController.php:305 +#: app/modules/web/Controllers/AuthTokenController.php:314 +#: app/modules/web/Controllers/AuthTokenController.php:321 +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:70 +msgid "Authorization updated" +msgstr "Autorização actualizada" + +#: app/modules/web/Controllers/AuthTokenController.php:347 +msgid "View Authorization" msgstr "Ver Autorização" +#: app/modules/web/Controllers/AuthTokenController.php:355 +msgid "Authorization viewed" +msgstr "Authorization viewed" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/CategoryController.php:109 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:152 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:153 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:118 -#: ../../../config/actions.xml:307 -msgid "Nueva Categoría" +#: app/modules/web/Controllers/CategoryController.php:109 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:152 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:153 +#: app/modules/web/themes/material-blue/views/account/account.inc:118 +#: app/config/actions.xml:307 +msgid "New Category" msgstr "Nova Categoria" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/CategoryController.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:170 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:171 -#: ../../../config/actions.xml:313 -msgid "Editar Categoría" +#: app/modules/web/Controllers/CategoryController.php:173 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:170 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:171 +#: app/config/actions.xml:313 +msgid "Edit Category" msgstr "Editar Categoria" +#: app/modules/web/Controllers/CategoryController.php:214 +#: app/modules/web/Controllers/CategoryController.php:217 +msgid "Categories deleted" +msgstr "Categories deleted" + +#: app/modules/web/Controllers/CategoryController.php:228 +#: app/modules/web/Controllers/CategoryController.php:264 +#: app/modules/web/Controllers/CategoryController.php:306 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:247 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:115 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:106 +#: lib/SP/Services/Import/KeepassImport.php:104 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:72 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:74 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:45 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:51 +#: app/modules/web/themes/material-blue/views/account/account.inc:103 +#: app/modules/web/themes/material-blue/views/account/account.inc:105 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:51 +msgid "Category" +msgstr "Category" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/CategoryController.php:335 -#: ../../../config/actions.xml:301 -msgid "Ver Categoría" +#: app/modules/web/Controllers/CategoryController.php:335 +#: app/config/actions.xml:301 +msgid "View Category" msgstr "Ver Categoria" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ClientController.php:110 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:155 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:156 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:93 -#: ../../../config/actions.xml:337 +#: app/modules/web/Controllers/ClientController.php:110 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:155 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:156 +#: app/modules/web/themes/material-blue/views/account/account.inc:93 +#: app/config/actions.xml:337 #, fuzzy -msgid "Nuevo Cliente" +msgid "New Client" msgstr "Novo Cliente" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ClientController.php:174 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:174 -#: ../../../config/actions.xml:343 +#: app/modules/web/Controllers/ClientController.php:174 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:173 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:174 +#: app/config/actions.xml:343 #, fuzzy -msgid "Editar Cliente" +msgid "Edit Client" msgstr "Editar Cliente" +#: app/modules/web/Controllers/ClientController.php:213 +#: app/modules/web/Controllers/ClientController.php:216 +msgid "Clients deleted" +msgstr "Clients deleted" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ClientController.php:326 -#: ../../../config/actions.xml:331 +#: app/modules/web/Controllers/ClientController.php:326 +#: app/config/actions.xml:331 #, fuzzy -msgid "Ver Cliente" +msgid "View Client" msgstr "Ver Cliente" -#: ../../../modules/web/Controllers/ConfigBackupController.php:195 -#: ../../../modules/web/Controllers/ConfigBackupController.php:241 -#: ../../../modules/web/Controllers/ConfigGeneralController.php:183 -#: ../../../modules/web/Controllers/ConfigGeneralController.php:229 -msgid "Ey, esto es una DEMO!!" +#: app/modules/web/Controllers/ConfigAccountController.php:74 +#, fuzzy +msgid "Maximum size per file is 16MB" +msgstr "O tamanho máximo por arquivo é de 16MB" + +#: app/modules/web/Controllers/ConfigAccountController.php:82 +msgid "Files enabled" +msgstr "Files enabled" + +#: app/modules/web/Controllers/ConfigAccountController.php:87 +msgid "Files disabled" +msgstr "Files disabled" + +#: app/modules/web/Controllers/ConfigAccountController.php:100 +msgid "Public links enabled" +msgstr "Public links enabled" + +#: app/modules/web/Controllers/ConfigAccountController.php:105 +msgid "Public links disabled" +msgstr "Public links disabled" + +#: app/modules/web/Controllers/ConfigBackupController.php:57 +#: app/modules/web/Controllers/ConfigBackupController.php:195 +#: app/modules/web/Controllers/ConfigBackupController.php:241 +#: app/modules/web/Controllers/ConfigEncryptionController.php:97 +#: app/modules/web/Controllers/ConfigEncryptionController.php:159 +#: app/modules/web/Controllers/ConfigGeneralController.php:183 +#: app/modules/web/Controllers/ConfigGeneralController.php:229 +#: app/modules/web/Controllers/ConfigImportController.php:59 +#: app/modules/web/Controllers/ConfigLdapController.php:226 +#: app/modules/web/Controllers/Traits/ConfigTrait.php:55 +#: app/modules/web/Forms/UserForm.php:131 +#: app/modules/web/Forms/UserForm.php:153 +#: app/modules/web/Forms/UserForm.php:171 +msgid "Ey, this is a DEMO!!" msgstr "Ei, isto é uma DEMONSTRAÇÃO!!" -#: ../../../modules/web/Controllers/ConfigLdapController.php:153 -#: ../../../modules/web/Controllers/ConfigLdapController.php:197 -msgid "Resultados" +#: app/modules/web/Controllers/ConfigBackupController.php:90 +#: app/modules/web/Controllers/UserPassResetController.php:183 +#: app/modules/web/Forms/AccountForm.php:135 +#: app/modules/web/Forms/UserForm.php:161 +#, fuzzy +msgid "Passwords do not match" +msgstr "As palavras-chave não coincidem" + +#: app/modules/web/Controllers/ConfigBackupController.php:121 +msgid "Verification of exported data finished" +msgstr "Verification of exported data finished" + +#: app/modules/web/Controllers/ConfigBackupController.php:122 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:113 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:237 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:163 +#: app/modules/web/themes/material-blue/views/config/info.inc:49 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:34 +msgid "Version" +msgstr "Version" + +#: app/modules/web/Controllers/ConfigBackupController.php:123 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:128 +#: app/modules/web/themes/material-blue/views/common/aux-customfields.inc:17 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:90 +msgid "Encrypted" +msgstr "Encrypted" + +#: app/modules/web/Controllers/ConfigBackupController.php:123 +#: app/modules/web/themes/material-blue/views/config/info.inc:140 +msgid "Yes" +msgstr "Yes" + +#: app/modules/web/Controllers/ConfigBackupController.php:123 +#: app/modules/web/themes/material-blue/views/config/info.inc:140 +msgid "No" +msgstr "No" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/ConfigBackupController.php:124 +#: app/modules/web/Controllers/ConfigManagerController.php:174 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:101 +#: lib/SP/Providers/Notification/NotificationHandler.php:125 +#: lib/SP/Providers/Notification/NotificationHandler.php:156 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:74 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:25 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:394 +#: app/config/actions.xml:13 +msgid "Accounts" +msgstr "Contas" + +#: app/modules/web/Controllers/ConfigBackupController.php:125 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:93 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:76 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:330 +msgid "Clients" +msgstr "Clients" + +#: app/modules/web/Controllers/ConfigBackupController.php:126 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:94 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:75 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:298 +msgid "Categories" +msgstr "Categories" + +#: app/modules/web/Controllers/ConfigBackupController.php:127 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:94 +#: app/modules/web/themes/material-blue/views/account/account.inc:211 +#: app/modules/web/themes/material-blue/views/account/account.inc:213 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:94 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:314 +msgid "Tags" +msgstr "Tags" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:73 +#: app/modules/web/Controllers/ConfigEncryptionController.php:147 +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 +#: lib/SP/Services/Auth/LoginService.php:300 +#: lib/SP/Services/Auth/LoginService.php:324 +#: lib/SP/Services/User/UpdatedMasterPassException.php:45 +#: lib/SP/Util/ErrorUtil.php:164 +msgid "Master password updated" +msgstr "Master password updated" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:73 +#: app/modules/web/Controllers/ConfigEncryptionController.php:147 +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 +#: lib/SP/Services/User/UpdatedMasterPassException.php:45 +#: lib/SP/Util/ErrorUtil.php:165 +msgid "Please, restart the session for update it" +msgstr "Please, restart the session for update it" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:77 +msgid "Master password not entered" +msgstr "Master password not entered" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:81 +msgid "The password update must be confirmed" +msgstr "The password update must be confirmed" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:85 +msgid "Passwords are the same" +msgstr "Passwords are the same" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:89 +msgid "Master passwords do not match" +msgstr "Master passwords do not match" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:93 +msgid "The current master password does not match" +msgstr "The current master password does not match" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:143 +msgid "Error while saving the Master Password's hash" +msgstr "Error while saving the Master Password's hash" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:166 +#: app/modules/web/Controllers/ConfigEncryptionController.php:168 +msgid "Master password hash updated" +msgstr "Master password hash updated" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:175 +msgid "Error while updating the master password hash" +msgstr "Error while updating the master password hash" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:199 +#: app/modules/web/Controllers/ConfigEncryptionController.php:205 +#: app/modules/web/Controllers/ConfigEncryptionController.php:209 +msgid "Temporary password generated" +msgstr "Temporary password generated" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:199 +#: app/modules/web/Controllers/ConfigMailController.php:146 +#: app/modules/web/Controllers/ConfigMailController.php:152 +#: lib/SP/Services/Mail/MailService.php:141 +msgid "Email sent" +msgstr "Email sent" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:205 +#: lib/SP/Services/Mail/MailService.php:81 +#: lib/SP/Services/Mail/MailService.php:151 +msgid "Error while sending the email" +msgstr "Error while sending the email" + +#: app/modules/web/Controllers/ConfigGeneralController.php:96 +msgid "Missing remote syslog parameters" +msgstr "Missing remote syslog parameters" + +#: app/modules/web/Controllers/ConfigGeneralController.php:104 +msgid "Remote syslog enabled" +msgstr "Remote syslog enabled" + +#: app/modules/web/Controllers/ConfigGeneralController.php:109 +msgid "Remote syslog disabled" +msgstr "Remote syslog disabled" + +#: app/modules/web/Controllers/ConfigGeneralController.php:122 +#, fuzzy +msgid "Missing Proxy parameters " +msgstr "Faltam parâmetros do Proxy" + +#: app/modules/web/Controllers/ConfigGeneralController.php:136 +msgid "Proxy enabled" +msgstr "Proxy activado" + +#: app/modules/web/Controllers/ConfigGeneralController.php:141 +msgid "Proxy disabled" +msgstr "Proxy desactivado" + +#: app/modules/web/Controllers/ConfigGeneralController.php:160 +msgid "Auth Basic enabled" +msgstr "Auth Basic enabled" + +#: app/modules/web/Controllers/ConfigGeneralController.php:166 +msgid "Auth Basic disabled" +msgstr "Auth Basic disabled" + +#: app/modules/web/Controllers/ConfigImportController.php:78 +msgid "Accounts imported" +msgstr "Accounts imported" + +#: app/modules/web/Controllers/ConfigImportController.php:82 +#: app/modules/web/Controllers/ConfigLdapController.php:268 +msgid "Import finished" +msgstr "Import finished" + +#: app/modules/web/Controllers/ConfigImportController.php:82 +#: app/modules/web/Controllers/ConfigImportController.php:85 +#: lib/SP/Services/Backup/FileBackupService.php:120 +#: lib/SP/Services/Export/XmlExportService.php:205 +msgid "Please check out the event log for more details" +msgstr "Veja o registo de eventos para mais detalhes" + +#: app/modules/web/Controllers/ConfigImportController.php:85 +msgid "No accounts were imported" +msgstr "No accounts were imported" + +#: app/modules/web/Controllers/ConfigLdapController.php:71 +#: app/modules/web/Controllers/ConfigLdapController.php:143 +#: app/modules/web/Controllers/ConfigLdapController.php:181 +msgid "Missing LDAP parameters" +msgstr "Faltam parâmetros de LDAP" + +#: app/modules/web/Controllers/ConfigLdapController.php:90 +msgid "LDAP enabled" +msgstr "LDAP activado" + +#: app/modules/web/Controllers/ConfigLdapController.php:95 +msgid "LDAP disabled" +msgstr "LDAP desactivado" + +#: app/modules/web/Controllers/ConfigLdapController.php:97 +#: app/modules/web/Controllers/ConfigMailController.php:106 +#: app/config/strings.js.inc:80 +msgid "No changes" +msgstr "Sem modificações" + +#: app/modules/web/Controllers/ConfigLdapController.php:117 +#: app/modules/web/Controllers/ConfigLdapController.php:246 +msgid "Wrong LDAP parameters" +msgstr "Wrong LDAP parameters" + +#: app/modules/web/Controllers/ConfigLdapController.php:153 +#: app/modules/web/Controllers/ConfigLdapController.php:197 +msgid "Results" msgstr "Results" -#: ../../../modules/web/Controllers/ConfigLdapController.php:159 -#: ../../../modules/web/Controllers/ConfigLdapController.php:204 +#: app/modules/web/Controllers/ConfigLdapController.php:158 +#: app/modules/web/Controllers/ConfigLdapController.php:203 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:95 +msgid "LDAP connection OK" +msgstr "Conexão com LDAP OK" + +#: app/modules/web/Controllers/ConfigLdapController.php:159 +#: app/modules/web/Controllers/ConfigLdapController.php:204 #, php-format -msgid "Objetos encontrados: %d" +msgid "Objects found: %d" msgstr "Objects found: %d" -#: ../../../modules/web/Controllers/ConfigLdapController.php:279 +#: app/modules/web/Controllers/ConfigLdapController.php:253 +msgid "LDAP Import" +msgstr "LDAP Import" + +#: app/modules/web/Controllers/ConfigLdapController.php:272 +msgid "There aren't any objects to synchronize" +msgstr "There aren't any objects to synchronize" + +#: app/modules/web/Controllers/ConfigLdapController.php:277 +msgid "LDAP users import finished" +msgstr "LDAP users import finished" + +#: app/modules/web/Controllers/ConfigLdapController.php:279 #, php-format -msgid "Usuarios importados: %d / %d" +msgid "Imported users: %d / %d" msgstr "Imported users: %d / %d" -#: ../../../modules/web/Controllers/ConfigLdapController.php:280 +#: app/modules/web/Controllers/ConfigLdapController.php:280 #, php-format -msgid "Errores: %d" +msgid "Errors: %d" msgstr "Errors: %d" -#: ../../../modules/web/Controllers/ConfigManagerController.php:160 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:134 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:20 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:18 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:446 +#: app/modules/web/Controllers/ConfigMailController.php:72 +#: app/modules/web/Controllers/ConfigMailController.php:133 +msgid "Missing Mail parameters" +msgstr "Faltam parâmetros de Correio" + +#: app/modules/web/Controllers/ConfigMailController.php:97 +msgid "Mail enabled" +msgstr "Correio activado" + +#: app/modules/web/Controllers/ConfigMailController.php:104 +msgid "Mail disabled" +msgstr "Correio desactivado" + +#: app/modules/web/Controllers/ConfigMailController.php:147 +#: lib/SP/Services/Mail/MailService.php:142 +msgid "Recipient" +msgstr "Recipient" + +#: app/modules/web/Controllers/ConfigMailController.php:153 +msgid "Please, check your inbox" +msgstr "Please, check your inbox" + +#: app/modules/web/Controllers/ConfigManagerController.php:160 +#: app/modules/web/themes/material-blue/views/install/index.inc:134 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:20 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:18 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:446 msgid "General" msgstr "Geral" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ConfigManagerController.php:189 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:29 -#: ../../../config/actions.xml:37 +#: app/modules/web/Controllers/ConfigManagerController.php:189 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:29 +#: app/config/actions.xml:37 msgid "Wiki" msgstr "Wiki" -#: ../../../modules/web/Controllers/ConfigManagerController.php:208 +#: app/modules/web/Controllers/ConfigManagerController.php:208 msgid "LDAP" msgstr "LDAP" -#: ../../../modules/web/Controllers/ConfigManagerController.php:234 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:12 -msgid "Correo" +#: app/modules/web/Controllers/ConfigManagerController.php:234 +#: app/modules/web/themes/material-blue/views/config/mail.inc:12 +msgid "Mail" msgstr "Correio" -#: ../../../modules/web/Controllers/ConfigManagerController.php:273 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:462 -msgid "Encriptación" +#: app/modules/web/Controllers/ConfigManagerController.php:273 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:462 +msgid "Encryption" msgstr "Encryption" -#: ../../../modules/web/Controllers/ConfigManagerController.php:301 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:61 -msgid "No se encontraron backups" +#: app/modules/web/Controllers/ConfigManagerController.php:301 +#: app/modules/web/themes/material-blue/views/config/backup.inc:61 +msgid "There aren't any backups available" msgstr "There aren't any backups available" -#: ../../../modules/web/Controllers/ConfigManagerController.php:311 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:132 -msgid "No se encontró archivo de exportación" +#: app/modules/web/Controllers/ConfigManagerController.php:311 +#: app/modules/web/themes/material-blue/views/config/backup.inc:132 +msgid "No export file found" msgstr "No export file found" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ConfigManagerController.php:314 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:24 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:78 -#: ../../../config/actions.xml:739 -msgid "Copia de Seguridad" +#: app/modules/web/Controllers/ConfigManagerController.php:314 +#: app/modules/web/themes/material-blue/views/config/backup.inc:24 +#: app/modules/web/themes/material-blue/views/config/backup.inc:78 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:478 +#: app/config/actions.xml:739 +msgid "Backup" msgstr "Backup" -#: ../../../modules/web/Controllers/ConfigManagerController.php:331 -msgid "Importar Cuentas" +#: app/modules/web/Controllers/ConfigManagerController.php:331 +msgid "Import Accounts" msgstr "Import Accounts" -#: ../../../modules/web/Controllers/ConfigManagerController.php:353 -msgid "No instalado" +#: app/modules/web/Controllers/ConfigManagerController.php:353 +msgid "Not installed" msgstr "Not installed" -#: ../../../modules/web/Controllers/ConfigManagerController.php:363 -msgid "Información" +#: app/modules/web/Controllers/ConfigManagerController.php:363 +#: app/modules/web/themes/material-blue/inc/Icons.php:63 +msgid "Information" msgstr "Information" -#: ../../../modules/web/Controllers/CustomFieldController.php:111 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:159 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:160 -msgid "Nuevo Campo" +#: app/modules/web/Controllers/ConfigWikiController.php:63 +msgid "Missing Wiki parameters" +msgstr "Faltam parâmetros da Wiki" + +#: app/modules/web/Controllers/ConfigWikiController.php:73 +msgid "Wiki enabled" +msgstr "Wiki activada" + +#: app/modules/web/Controllers/ConfigWikiController.php:78 +msgid "Wiki disabled" +msgstr "Wiki desactivada" + +#: app/modules/web/Controllers/ConfigWikiController.php:91 +msgid "Missing DokuWiki parameters" +msgstr "Missing DokuWiki parameters" + +#: app/modules/web/Controllers/ConfigWikiController.php:103 +msgid "DokuWiki enabled" +msgstr "DokuWiki enabled" + +#: app/modules/web/Controllers/ConfigWikiController.php:108 +msgid "DokuWiki disabled" +msgstr "DokuWiki disabled" + +#: app/modules/web/Controllers/CustomFieldController.php:111 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:159 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:160 +msgid "New Field" msgstr "Novo Campo" -#: ../../../modules/web/Controllers/CustomFieldController.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:177 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:178 -msgid "Editar Campo" +#: app/modules/web/Controllers/CustomFieldController.php:173 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:177 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:178 +msgid "Edit Field" msgstr "Editar Campo" -#: ../../../modules/web/Controllers/CustomFieldController.php:317 -msgid "Ver Campo" +#: app/modules/web/Controllers/CustomFieldController.php:209 +#: app/modules/web/Controllers/CustomFieldController.php:212 +msgid "Fields deleted" +msgstr "Fields deleted" + +#: app/modules/web/Controllers/CustomFieldController.php:218 +msgid "Field deleted" +msgstr "Campo eliminado" + +#: app/modules/web/Controllers/CustomFieldController.php:248 +#: app/modules/web/Controllers/CustomFieldController.php:252 +msgid "Field added" +msgstr "Campo criado" + +#: app/modules/web/Controllers/CustomFieldController.php:249 +#: app/modules/web/Controllers/CustomFieldController.php:288 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:88 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:157 +msgid "Field" +msgstr "Field" + +#: app/modules/web/Controllers/CustomFieldController.php:287 +#: app/modules/web/Controllers/CustomFieldController.php:291 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldData.php:74 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:87 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:156 +msgid "Field updated" +msgstr "Campo actualizado" + +#: app/modules/web/Controllers/CustomFieldController.php:317 +msgid "View Field" msgstr "View Field" -#: ../../../modules/web/Controllers/ErrorController.php:107 -msgid "Aplicación en mantenimiento" +#: app/modules/web/Controllers/ErrorController.php:107 +msgid "Application on maintenance" msgstr "Application on maintenance" -#: ../../../modules/web/Controllers/ErrorController.php:108 -msgid "En breve estará operativa" +#: app/modules/web/Controllers/ErrorController.php:108 +msgid "It will be running shortly" msgstr "It will be running shortly" -#: ../../../modules/web/Controllers/ErrorController.php:123 -msgid "Error en la verificación de la base de datos" +#: app/modules/web/Controllers/ErrorController.php:123 +#: lib/SP/Services/Install/MySQL.php:363 +msgid "Error while checking the database" msgstr "Error while checking the database" -#: ../../../modules/web/Controllers/ErrorController.php:139 -msgid "No es posible conectar con la BD" +#: app/modules/web/Controllers/ErrorController.php:124 +#: app/modules/web/Controllers/ErrorController.php:140 +#: app/modules/web/Controllers/UserPassResetController.php:96 +#: 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:149 lib/SP/Util/ErrorUtil.php:153 +#: lib/SP/Util/ErrorUtil.php:157 lib/SP/Util/ErrorUtil.php:161 +#: lib/SP/Util/ErrorUtil.php:169 lib/SP/Util/ErrorUtil.php:176 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:13 +msgid "Please contact to the administrator" +msgstr "Please contact to the administrator" + +#: app/modules/web/Controllers/ErrorController.php:139 +#: 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 "Unable to connect to DB" msgstr "Unable to connect to DB" -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:89 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:90 -msgid "Ver Actual" +#: app/modules/web/Controllers/EventlogController.php:127 +#: app/modules/web/Controllers/EventlogController.php:130 +msgid "Event log cleared" +msgstr "Event log cleared" + +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:89 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:90 +msgid "View Current" msgstr "View Current" -#: ../../../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:123 -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:67 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:360 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:173 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:310 -#: ../../../modules/web/themes/material-blue/views/config/general.inc:28 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:91 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:193 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:295 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:440 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:206 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:294 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:211 -msgid "Atrás" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:135 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:136 +#: app/modules/web/themes/material-blue/inc/Icons.php:49 +#: app/modules/web/themes/material-blue/views/_partials/error.inc:14 +#: app/modules/web/themes/material-blue/views/_partials/error.inc:15 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:123 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:67 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:360 +#: app/modules/web/themes/material-blue/views/config/backup.inc:173 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:310 +#: app/modules/web/themes/material-blue/views/config/general.inc:28 +#: app/modules/web/themes/material-blue/views/config/import.inc:91 +#: app/modules/web/themes/material-blue/views/config/info.inc:193 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:295 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:440 +#: app/modules/web/themes/material-blue/views/config/mail.inc:206 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:294 +#: app/modules/web/themes/material-blue/views/error/error-database.inc:13 +#: app/modules/web/themes/material-blue/views/error/error-database.inc:14 +#: app/modules/web/themes/material-blue/views/error/error-maintenance.inc:13 +#: app/modules/web/themes/material-blue/views/error/error-maintenance.inc:14 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:40 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:50 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:211 +msgid "Back" msgstr "Back" -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:196 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:197 -msgid "Solicitar Modificación" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:196 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:197 +msgid "Request Modification" msgstr "Request Modification" -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:217 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:218 -msgid "Restaurar cuenta desde este punto" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:217 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:218 +msgid "Restore account from this point" msgstr "Restore account from this 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:130 -msgid "Guardar" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:237 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:238 +#: app/modules/web/themes/material-blue/inc/Icons.php:51 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:130 +msgid "Save" msgstr "Save" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:354 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:355 -#: ../../../config/actions.xml:439 -msgid "Actualizar Enlace Público" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:354 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:355 +#: app/config/actions.xml:439 +msgid "Update Public Link" msgstr "Update Public Link" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:377 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:378 -#: ../../../config/actions.xml:433 -msgid "Eliminar Enlace Público" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:377 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:378 +#: app/config/actions.xml:433 +msgid "Delete Public Link" msgstr "Delete Public Link" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:397 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:398 -#: ../../../config/actions.xml:421 -msgid "Crear Enlace Público" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:397 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:398 +#: app/config/actions.xml:421 +msgid "Create Public Link" msgstr "Create Public Link" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:418 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:419 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:463 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:464 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:69 -#: ../../../config/actions.xml:175 ../../../config/actions.xml:265 -msgid "Ver Clave" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:418 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:419 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:463 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:464 +#: app/modules/web/themes/material-blue/inc/Icons.php:34 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:69 +#: app/config/actions.xml:175 app/config/actions.xml:265 +msgid "View password" msgstr "View password" -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:440 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:441 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:485 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:486 -msgid "Copiar Clave en Portapapeles" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:440 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:441 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:485 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:486 +msgid "Copy Password to Clipboard" msgstr "Copy Password to Clipboard" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:508 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:509 -#: ../../../config/actions.xml:193 -msgid "Copiar Cuenta" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:508 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:509 +#: app/config/actions.xml:193 +msgid "Copy Account" msgstr "Copy Account" -#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:69 -#: ../../../config/strings.js.inc:72 -msgid "Clave de Cuenta" +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:69 +#: app/config/strings.js.inc:72 +msgid "Account Password" msgstr "Account Password" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:177 -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:178 -msgid "Más Acciones" +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:96 +#: lib/SP/Core/Acl/AccountPermissionException.php:45 +#: lib/SP/Util/ErrorUtil.php:152 +msgid "You don't have permission to access this account" +msgstr "You don't have permission to access this account" + +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:177 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:178 +msgid "More Actions" msgstr "More Actions" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:233 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:114 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:105 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:109 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:41 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:47 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:57 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:59 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:34 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:40 -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:35 -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:41 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:80 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:32 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:36 -msgid "Cliente" -msgstr "Client" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:234 -msgid "Ordenar por Cliente" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:234 +msgid "Sort by Client" msgstr "Sort by Client" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:240 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:113 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:104 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:105 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:108 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:116 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:107 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:30 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:43 -#: ../../../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:65 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:54 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:39 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:23 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:23 -#: ../../../modules/web/themes/material-blue/views/itemshow/tag.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:35 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:24 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:533 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:22 -msgid "Nombre" -msgstr "Name" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:241 -msgid "Ordenar por Nombre" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:241 +msgid "Sort by Name" msgstr "Sort by Name" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:247 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:115 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:106 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:72 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:74 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:45 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:51 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:103 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:105 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:70 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:49 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:51 -msgid "Categoría" -msgstr "Category" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:248 -msgid "Ordenar por Categoría" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:248 +msgid "Sort by Category" msgstr "Sort by Category" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:254 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:110 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:112 -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:105 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:63 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:69 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:101 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:67 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:73 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:141 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:76 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:25 -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:67 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:61 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:149 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:106 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:113 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:233 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:247 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:24 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:31 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:33 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:36 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:65 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:67 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:18 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:97 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:24 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:94 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:75 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:77 -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:19 -msgid "Usuario" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:254 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:110 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:112 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:105 +#: app/modules/web/Controllers/LoginController.php:122 +#: app/modules/web/Controllers/UserController.php:287 +#: app/modules/web/Controllers/UserController.php:323 +#: app/modules/web/Controllers/UserController.php:388 +#: app/modules/web/Controllers/UserController.php:429 +#: app/modules/web/Controllers/UserPassResetController.php:197 +#: lib/SP/Core/Acl/Acl.php:301 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:220 +#: lib/SP/Services/Auth/LoginService.php:238 +#: lib/SP/Services/Auth/LoginService.php:390 +#: lib/SP/Services/Auth/LoginService.php:457 +#: lib/SP/Services/Auth/LoginService.php:565 +#: lib/SP/Services/Auth/LoginService.php:608 +#: lib/SP/Services/Ldap/LdapImportService.php:238 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:63 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:69 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:101 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:67 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:73 +#: app/modules/web/themes/material-blue/views/account/account.inc:141 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:76 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:25 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:67 +#: app/modules/web/themes/material-blue/views/config/info.inc:61 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:149 +#: app/modules/web/themes/material-blue/views/config/mail.inc:106 +#: app/modules/web/themes/material-blue/views/config/mail.inc:113 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:233 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:247 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:24 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:31 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:33 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:65 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:67 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:18 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:97 +#: app/modules/web/themes/material-blue/views/login/index.inc:24 +#: app/modules/web/themes/material-blue/views/login/index.inc:94 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:75 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:77 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:19 +msgid "User" msgstr "User" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:255 -msgid "Ordenar por Usuario" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:255 +msgid "Sort by Username" msgstr "Sort by Username" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:261 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:52 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:58 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:88 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:56 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:62 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:128 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:81 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:261 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:52 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:58 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:88 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:56 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:62 +#: app/modules/web/themes/material-blue/views/account/account.inc:128 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:81 msgid "URL / IP" msgstr "URL / IP" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:262 -msgid "Ordenar por URL / IP" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:262 +msgid "Sort by URL / IP" msgstr "Sort by URL / IP" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:79 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:80 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:70 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:71 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:74 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:71 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:71 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:75 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:76 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:90 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:91 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:74 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:75 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:74 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:82 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:83 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:74 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:74 -msgid "Eliminar Seleccionados" +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:79 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:80 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:70 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:71 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:71 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:71 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:75 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:76 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:90 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:91 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:75 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:82 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:83 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:74 +msgid "Delete Selected" msgstr "Delete Selected" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:116 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:158 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:42 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:44 -msgid "Propietario" +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:116 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:158 +#: app/modules/web/themes/material-blue/views/account/details.inc:42 +#: app/modules/web/themes/material-blue/views/account/details.inc:44 +msgid "Owner" msgstr "Owner" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:117 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:175 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:50 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:52 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:79 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:81 -msgid "Grupo Principal" +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:117 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:175 +#: app/modules/web/themes/material-blue/views/account/details.inc:50 +#: app/modules/web/themes/material-blue/views/account/details.inc:52 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:79 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:81 +msgid "Main Group" msgstr "Main Group" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:149 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:145 -#: ../../../config/actions.xml:499 ../../../config/actions.xml:805 -msgid "Buscar Cuenta" +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:149 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:145 +#: app/config/actions.xml:499 app/config/actions.xml:805 +msgid "Search for Account" msgstr "Search for Account" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:92 -msgid "Cuentas (H)" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:92 +msgid "Accounts (H)" msgstr "Accounts (H)" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:126 -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:100 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:106 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:122 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:190 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:251 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:48 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:55 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:38 -msgid "Fecha" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:126 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:100 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:106 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:122 +#: app/modules/web/themes/material-blue/views/account/account.inc:190 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:251 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:48 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:55 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:38 +msgid "Date" msgstr "Date" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:108 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:130 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:109 -msgid "Estado" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:108 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:130 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:109 +msgid "Status" msgstr "Status" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:129 -msgid "Modificada" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:129 +msgid "Modified" msgstr "Modified" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:130 -msgid "Eliminada" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:130 +msgid "Removed" msgstr "Removed" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:160 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:161 -#: ../../../config/actions.xml:187 ../../../config/actions.xml:811 -msgid "Restaurar Cuenta" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:160 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:161 +#: app/config/actions.xml:187 app/config/actions.xml:811 +msgid "Account Restore" msgstr "Account Restore" -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:95 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:362 -msgid "Autorizaciones API" +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:95 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:362 +msgid "API Authorizations" msgstr "API Authorizations" -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:108 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:36 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:38 -msgid "Acción" +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:108 +#: lib/SP/Core/Acl/Acl.php:300 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:38 +msgid "Action" msgstr "Action" -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:140 -msgid "Buscar Token" +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:140 +msgid "Search for Token" msgstr "Search for Token" -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:174 -msgid "Ver token de Autorización" +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:173 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:174 +msgid "View Authorization token" msgstr "View Authorization token" -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:207 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:208 -msgid "Eliminar Autorización" +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:207 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:208 +msgid "Delete Authorization" msgstr "Delete Authorization" -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:105 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:129 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:108 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:36 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:37 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:61 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:68 -msgid "Descripción" -msgstr "Description" - #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:137 -#: ../../../config/actions.xml:325 -msgid "Buscar Categoría" +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:137 +#: app/config/actions.xml:325 +msgid "Search for Category" msgstr "Search for Category" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:187 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:188 -#: ../../../config/actions.xml:319 -msgid "Eliminar Categoría" +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:187 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:188 +#: app/config/actions.xml:319 +msgid "Delete Category" msgstr "Delete Category" -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:123 -#: ../../../config/strings.js.inc:66 -msgid "SI" +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:123 +#: app/config/strings.js.inc:66 +msgid "YES" msgstr "YES" -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:123 -#: ../../../config/strings.js.inc:67 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:123 +#: app/config/strings.js.inc:67 msgid "NO" msgstr "NO" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:140 -#: ../../../config/actions.xml:355 -msgid "Buscar Cliente" +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:140 +#: app/config/actions.xml:355 +msgid "Search for Client" msgstr "Search for Client" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:190 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:191 -#: ../../../config/actions.xml:349 -msgid "Eliminar Cliente" +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:190 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:191 +#: app/config/actions.xml:349 +msgid "Delete Client" msgstr "Delete Client" -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:95 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:33 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:346 -msgid "Campos Personalizados" +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:95 +#: app/modules/web/themes/material-blue/views/account/account.inc:33 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:346 +msgid "Custom Fields" msgstr "Custom Fields" -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:108 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:49 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:51 -msgid "Módulo" +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:108 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:51 +msgid "Module" msgstr "Module" -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:109 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:109 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:109 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:127 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:35 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:37 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:23 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:30 -msgid "Tipo" -msgstr "Type" - -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:110 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:120 -msgid "Propiedades" +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:110 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:120 +msgid "Properties" msgstr "Properties" -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:128 -#: ../../../modules/web/themes/material-blue/views/common/aux-customfields.inc:17 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:90 -msgid "Encriptado" -msgstr "Encrypted" - -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:144 -msgid "Buscar Campo" +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:144 +msgid "Search for Field" msgstr "Search for Field" -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:194 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:195 -msgid "Eliminar Campo" +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:194 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:195 +msgid "Delete Field" msgstr "Delete Field" #. (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" +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:87 +#: app/modules/web/themes/material-blue/views/eventlog/index.inc:1 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:514 +#: app/config/actions.xml:133 +msgid "Event Log" msgstr "Event Log" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:99 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:97 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:99 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:99 +#: app/modules/web/Controllers/ItemPresetController.php:289 +#: app/modules/web/Controllers/ItemPresetController.php:324 +#: app/modules/web/Controllers/ItemPresetController.php:365 +#: app/modules/web/themes/material-blue/views/account/details.inc:97 +#: app/modules/web/themes/material-blue/views/account/details.inc:99 msgid "ID" msgstr "ID" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:100 -msgid "Fecha / Hora" +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:100 +msgid "Date / Time" msgstr "Date / Time" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:101 -msgid "Nivel" +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:101 +msgid "Level" msgstr "Level" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:102 -msgid "Evento" +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:102 +msgid "Event" msgstr "Event" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:103 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:117 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:50 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:33 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:103 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:117 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:50 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:33 msgid "Login" msgstr "Login" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:104 -msgid "IP" -msgstr "IP" - -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:165 -msgid "Buscar Evento" +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:165 +#: app/config/actions.xml:139 +msgid "Search for Events" msgstr "Search for Events" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:181 -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:182 -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:178 -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:179 -msgid "Refrescar" +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:181 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:182 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:178 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:179 +msgid "Refresh" msgstr "Refresh" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:199 -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:200 -msgid "Vaciar registro de eventos" +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:199 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:200 +msgid "Clear the event log out" msgstr "Clear the event log out" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:94 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:41 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:280 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:150 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:410 -#: ../../../config/actions.xml:19 -msgid "Archivos" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:94 +#: app/modules/web/themes/material-blue/views/account/account.inc:41 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:280 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:150 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:410 +#: app/config/actions.xml:19 +msgid "Files" msgstr "Files" -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:108 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:25 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:30 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:21 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:23 -msgid "Cuenta" -msgstr "Account" - -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:110 -msgid "Tamaño" -msgstr "Size" - #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:145 -#: ../../../config/actions.xml:475 -msgid "Buscar Archivo" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:145 +#: app/config/actions.xml:475 +msgid "Search for File" msgstr "Search for File" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:160 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:161 -#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:51 -#: ../../../config/actions.xml:205 ../../../config/actions.xml:451 -msgid "Ver Archivo" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:160 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:161 +#: app/modules/web/themes/material-blue/views/account/files-list.inc:51 +#: app/config/actions.xml:205 app/config/actions.xml:451 +msgid "View File" msgstr "View File" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:178 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:179 -#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:42 -#: ../../../config/actions.xml:217 ../../../config/actions.xml:457 -msgid "Descargar Archivo" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:178 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:179 +#: app/modules/web/themes/material-blue/views/account/files-list.inc:42 +#: app/config/actions.xml:217 app/config/actions.xml:457 +msgid "Download File" msgstr "Download File" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:198 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:199 -#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:34 -#: ../../../config/actions.xml:223 ../../../config/actions.xml:463 -msgid "Eliminar Archivo" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:198 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:199 +#: app/modules/web/themes/material-blue/views/account/files-list.inc:34 +#: app/config/actions.xml:223 app/config/actions.xml:463 +msgid "Delete File" msgstr "Delete File" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:97 -msgid "Valores Predeterminados" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:97 +msgid "Preset Values" msgstr "Preset Values" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:111 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:119 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:133 -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:25 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:274 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:277 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:206 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:233 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:48 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:50 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:53 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:146 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:148 -msgid "Grupo" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:111 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:119 +#: app/modules/web/Controllers/UserGroupController.php:238 +#: 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 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:133 +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:25 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:274 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:277 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:206 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:233 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:48 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:50 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:53 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:146 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:148 +msgid "Group" msgstr "Group" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:112 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:118 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:65 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:67 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:70 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:129 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:131 -msgid "Perfil" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:112 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:118 +#: app/modules/web/Controllers/UserProfileController.php:228 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:65 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:67 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:129 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:131 +msgid "Profile" msgstr "Profile" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:113 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:83 -msgid "Prioridad" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:113 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:83 +msgid "Priority" msgstr "Priority" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:114 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:120 -msgid "Forzado" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:114 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:120 +msgid "Forced" msgstr "Forced" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:148 -#: ../../../config/actions.xml:859 -msgid "Buscar Valor" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:148 +#: app/config/actions.xml:859 +msgid "Search for Value" msgstr "Search for Value" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:163 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:66 -msgid "Valor de Permiso" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:163 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:66 +msgid "Permission Preset" msgstr "Permission Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:164 -msgid "Nuevo Valor de Permiso" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:164 +msgid "New Permission Preset" msgstr "New Permission Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:187 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:86 -msgid "Valor de Cuenta Privada" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:187 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:86 +msgid "Private Account Preset" msgstr "Private Account Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:188 -msgid "Nuevo Valor de Cuenta Privada" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:188 +msgid "New Private Account Preset" msgstr "New Private Account Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:211 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:102 -msgid "Valor de Timeout de Sesión" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:211 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:102 +msgid "Session Timeout Preset" msgstr "Session Timeout Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:212 -msgid "Nuevo Valor de Timeout de Sesión" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:212 +msgid "New Session Timeout Preset" msgstr "New Session Timeout Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:235 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:117 -msgid "Valor de Clave de Cuentas" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:235 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:117 +msgid "Account Password Preset" msgstr "Account Password Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:236 -msgid "Nuevo Valor de Clave de Cuentas" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:236 +msgid "New Account Password Preset" msgstr "New Account Password Preset" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:259 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:260 -#: ../../../modules/web/Controllers/ItemPresetController.php:239 -#: ../../../config/actions.xml:877 -msgid "Editar Valor" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:259 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:260 +#: app/modules/web/Controllers/ItemPresetController.php:239 +#: app/config/actions.xml:877 +msgid "Edit Value" msgstr "Edit Value" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:276 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:277 -#: ../../../config/actions.xml:883 -msgid "Eliminar Valor" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:276 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:277 +#: app/config/actions.xml:883 +msgid "Delete Value" msgstr "Delete Value" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:113 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:106 -#: ../../../modules/web/themes/material-blue/views/notification/index.inc:1 -#: ../../../config/actions.xml:685 -msgid "Notificaciones" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:113 +#: app/modules/web/themes/material-blue/inc/Icons.php:65 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:106 +#: app/modules/web/themes/material-blue/views/notification/index.inc:1 +#: app/config/actions.xml:685 +msgid "Notifications" msgstr "Notifications" -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:128 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:35 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:42 -msgid "Componente" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:128 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:35 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:42 +msgid "Component" msgstr "Component" -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:150 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:111 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:115 -msgid "Leída" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:150 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:111 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:115 +msgid "Read" msgstr "Read" -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:151 -msgid "Sólo Admins" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:151 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:107 +msgid "Only Admins" msgstr "Only Admins" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:168 -#: ../../../config/actions.xml:847 -msgid "Buscar Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:168 +#: app/config/actions.xml:847 +msgid "Search for Notification" msgstr "Search for Notification" -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:183 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:184 -#: ../../../modules/web/Controllers/NotificationController.php:194 -msgid "Nueva Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:183 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:184 +#: app/modules/web/Controllers/NotificationController.php:194 +msgid "New Notification" msgstr "New Notification" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:201 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:202 -#: ../../../modules/web/Controllers/NotificationController.php:113 -#: ../../../config/actions.xml:817 -msgid "Ver Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:201 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:202 +#: app/modules/web/Controllers/NotificationController.php:113 +#: app/config/actions.xml:817 +msgid "View Notification" msgstr "View Notification" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:231 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:232 -#: ../../../config/actions.xml:841 -msgid "Marcar Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:231 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:232 +#: app/config/actions.xml:841 +msgid "Checkout Notification" msgstr "Checkout Notification" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:249 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:250 -#: ../../../modules/web/Controllers/NotificationController.php:226 -#: ../../../config/actions.xml:829 -msgid "Editar Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:249 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:250 +#: app/modules/web/Controllers/NotificationController.php:226 +#: app/config/actions.xml:829 +msgid "Edit Notification" msgstr "Edit Notification" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:266 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:267 -#: ../../../config/actions.xml:835 -msgid "Eliminar Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:266 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:267 +#: app/config/actions.xml:835 +msgid "Delete Notification" msgstr "Delete Notification" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:96 -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:330 -#: ../../../modules/web/themes/material-blue/views/plugin/index.inc:1 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:96 +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:330 +#: app/modules/web/themes/material-blue/views/plugin/index.inc:1 msgid "Plugins" msgstr "Plugins" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:108 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:108 +#: lib/SP/Plugin/PluginManager.php:194 msgid "Plugin" msgstr "Plugin" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:125 -msgid "No disponible" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:125 +msgid "Unavailable" msgstr "Unavailable" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:141 -#: ../../../config/actions.xml:547 -msgid "Buscar Plugin" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:141 +#: app/config/actions.xml:547 +msgid "Search for Plugin" msgstr "Search for Plugin" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:156 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:157 -#: ../../../modules/web/Controllers/PluginController.php:136 -#: ../../../config/actions.xml:541 -msgid "Ver Plugin" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:156 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:157 +#: app/modules/web/Controllers/PluginController.php:136 +#: app/config/actions.xml:541 +msgid "View Plugin" msgstr "View Plugin" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:174 -msgid "Habilitar" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:173 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:174 +msgid "Enable" msgstr "Enable" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:192 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:193 -msgid "Deshabilitar" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:192 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:193 +msgid "Disable" msgstr "Disable" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:211 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:212 -msgid "Restablecer Datos" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:211 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:212 +msgid "Reset Data" msgstr "Reset Data" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:231 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:232 -#: ../../../config/actions.xml:571 -msgid "Eliminar Plugin" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:231 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:232 +#: app/config/actions.xml:571 +msgid "Delete Plugin" msgstr "Delete Plugin" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:96 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:49 -msgid "Enlaces" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:96 +#: app/modules/web/themes/material-blue/views/account/account.inc:49 +msgid "Links" msgstr "Links" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:110 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:49 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:51 -msgid "Fecha Creación" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:110 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:51 +msgid "Creation Date" msgstr "Creation Date" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:111 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:195 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:57 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:59 -msgid "Fecha Caducidad" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:111 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:195 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:57 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:59 +msgid "Expiry Date " msgstr "Expiry Date " -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:113 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:36 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:39 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:43 -msgid "Notificar" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:113 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:39 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:43 +msgid "Notify" msgstr "Notify" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:114 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:14 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:16 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:197 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:73 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:75 -msgid "Visitas" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:114 +#: app/modules/web/themes/material-blue/views/account/details.inc:14 +#: app/modules/web/themes/material-blue/views/account/details.inc:16 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:197 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:73 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:75 +msgid "Visits" msgstr "Visits" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:149 -msgid "Buscar Enlace" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:149 +msgid "Search for Link" msgstr "Search for Link" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:164 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:165 -msgid "Nuevo Enlace" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:164 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:165 +msgid "New Link" msgstr "New Link" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:182 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:183 -#: ../../../modules/web/Controllers/PublicLinkController.php:357 -msgid "Ver Enlace" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:182 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:183 +#: app/modules/web/Controllers/PublicLinkController.php:357 +msgid "View Link" msgstr "View Link" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:198 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:199 -msgid "Renovar Enlace" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:198 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:199 +msgid "Renew Link" msgstr "Renew Link" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:215 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:216 -msgid "Eliminar Enlace" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:215 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:216 +msgid "Delete Link" msgstr "Delete Link" -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:94 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:211 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:213 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:94 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:314 -msgid "Etiquetas" -msgstr "Tags" - #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:135 -#: ../../../config/actions.xml:529 -msgid "Buscar Etiqueta" +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:135 +#: app/config/actions.xml:529 +msgid "Search for Tag" msgstr "Search for Tag" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:150 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:151 -#: ../../../modules/web/Controllers/TagController.php:108 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:226 -#: ../../../config/actions.xml:505 -msgid "Nueva Etiqueta" +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:150 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:151 +#: app/modules/web/Controllers/TagController.php:108 +#: app/modules/web/themes/material-blue/views/account/account.inc:226 +#: app/config/actions.xml:505 +msgid "New Tag" msgstr "New Tag" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:168 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:169 -#: ../../../modules/web/Controllers/TagController.php:168 -#: ../../../config/actions.xml:517 -msgid "Editar Etiqueta" +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:168 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:169 +#: app/modules/web/Controllers/TagController.php:168 app/config/actions.xml:517 +msgid "Edit Tag" msgstr "Edit Tag" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:185 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:186 -#: ../../../config/actions.xml:523 -msgid "Eliminar Etiqueta" +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:185 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:186 +#: app/config/actions.xml:523 +msgid "Delete Tag" msgstr "Delete Tag" -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:88 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:88 msgid "Tracks" msgstr "Tracks" -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:101 -msgid "Fecha Desbloqueo" +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:101 +msgid "Date Unlocked" msgstr "Date Unlocked" -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:102 -msgid "Origen" +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:102 +msgid "Source" msgstr "Source" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:162 -#: ../../../config/actions.xml:895 -msgid "Buscar Track" +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:162 +#: app/config/actions.xml:895 +msgid "Search for track" msgstr "Search for track" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:104 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:77 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:16 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:113 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:12 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:50 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:52 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:56 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:250 +msgid "Users" +msgstr "Utilizadores" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:156 -#: ../../../config/actions.xml:607 -msgid "Buscar Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:156 +#: app/config/actions.xml:607 +msgid "Search for User" msgstr "Search for User" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:171 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:172 -#: ../../../modules/web/Controllers/UserController.php:115 -#: ../../../config/actions.xml:583 -msgid "Nuevo Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:171 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:172 +#: app/modules/web/Controllers/UserController.php:115 +#: app/config/actions.xml:583 +msgid "New User" msgstr "Novo Utilizador" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:189 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:190 -#: ../../../modules/web/Controllers/UserController.php:200 -#: ../../../config/actions.xml:589 -msgid "Editar Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:189 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:190 +#: app/modules/web/Controllers/UserController.php:200 +#: app/config/actions.xml:589 +msgid "Edit User" msgstr "Editar Utilizador" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:206 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:207 -#: ../../../config/actions.xml:595 -msgid "Eliminar Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:206 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:207 +#: app/config/actions.xml:595 +msgid "Delete User" msgstr "Delete User" -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:223 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:224 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:460 -msgid "Importar usuarios de LDAP" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:223 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:224 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:460 +msgid "Import users from LDAP" msgstr "Import users from LDAP" -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:241 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:242 -msgid "Ver Detalles de Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:241 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:242 +msgid "View User Details" msgstr "View User Details" -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:258 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:259 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:63 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:116 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:122 -msgid "Cambiar Clave de Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:258 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:259 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:63 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:116 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:122 +msgid "Change User's Password" msgstr "Change User's Password" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:95 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:78 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:84 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:162 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:53 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:266 +msgid "Groups" +msgstr "Groups" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:138 -#: ../../../config/actions.xml:637 -msgid "Buscar Grupo" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:138 +#: app/config/actions.xml:637 +msgid "Search for Group" msgstr "Search for Group" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:153 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:154 -#: ../../../modules/web/Controllers/UserGroupController.php:117 -#: ../../../config/actions.xml:619 -msgid "Nuevo Grupo" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:153 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:154 +#: app/modules/web/Controllers/UserGroupController.php:117 +#: app/config/actions.xml:619 +msgid "New Group" msgstr "Novo Grupo" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:171 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:172 -#: ../../../modules/web/Controllers/UserGroupController.php:344 -#: ../../../config/actions.xml:613 -msgid "Ver Grupo" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:171 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:172 +#: app/modules/web/Controllers/UserGroupController.php:344 +#: app/config/actions.xml:613 +msgid "View Group" msgstr "Ver Grupo" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:188 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:189 -#: ../../../modules/web/Controllers/UserGroupController.php:188 -#: ../../../config/actions.xml:625 -msgid "Editar Grupo" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:188 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:189 +#: app/modules/web/Controllers/UserGroupController.php:188 +#: app/config/actions.xml:625 +msgid "Edit Group" msgstr "Editar Grupo" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:205 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:206 -#: ../../../config/actions.xml:631 -msgid "Eliminar Grupo" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:205 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:206 +#: app/config/actions.xml:631 +msgid "Delete Group" msgstr "Delete Group" -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:95 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:282 -msgid "Perfiles" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:95 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:282 +msgid "Profiles" msgstr "Profiles" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:136 -#: ../../../config/actions.xml:667 -msgid "Buscar Perfil" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:136 +#: app/config/actions.xml:667 +msgid "Search for Profile" msgstr "Search for Profile" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:151 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:152 -#: ../../../modules/web/Controllers/UserProfileController.php:110 -#: ../../../config/actions.xml:649 -msgid "Nuevo Perfil" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:151 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:152 +#: app/modules/web/Controllers/UserProfileController.php:110 +#: app/config/actions.xml:649 +msgid "New Profile" msgstr "Novo Perfil" -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:169 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:170 -msgid "Ver Detalles de Perfil" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:169 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:170 +msgid "View Profile Details" msgstr "View Profile Details" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:186 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:187 -#: ../../../modules/web/Controllers/UserProfileController.php:177 -#: ../../../config/actions.xml:655 -msgid "Editar Perfil" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:186 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:187 +#: app/modules/web/Controllers/UserProfileController.php:177 +#: app/config/actions.xml:655 +msgid "Edit Profile" msgstr "Editar Perfil" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:203 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:204 -#: ../../../config/actions.xml:661 -msgid "Eliminar Perfil" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:203 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:204 +#: app/config/actions.xml:661 +msgid "Delete Profile" msgstr "Delete Profile" -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:261 -msgid "Buscar" +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:261 +#: app/modules/web/themes/material-blue/inc/Icons.php:58 +msgid "Search" msgstr "Search" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:344 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:24 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:27 -#: ../../../config/actions.xml:691 -msgid "Configuración" +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:344 +#: app/modules/web/themes/material-blue/inc/Icons.php:61 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:24 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:27 +#: app/config/actions.xml:691 +msgid "Configuration" msgstr "Configuration" -#: ../../../modules/web/Controllers/InstallController.php:59 -msgid "Módulo no disponible" +#: app/modules/web/Controllers/InstallController.php:59 +msgid "Module unavailable" msgstr "Module unavailable" -#: ../../../modules/web/Controllers/InstallController.php:60 -msgid "Sin este módulo la aplicación puede no funcionar correctamente." +#: app/modules/web/Controllers/InstallController.php:60 +msgid "Without this module the application could not run correctly" msgstr "Without this module the application could not run correctly" +#: app/modules/web/Controllers/InstallController.php:89 +msgid "Installation finished" +msgstr "Installation finished" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ItemPresetController.php:73 -#: ../../../config/actions.xml:865 -msgid "Ver Valor" +#: app/modules/web/Controllers/ItemPresetController.php:73 +#: app/config/actions.xml:865 +msgid "Display Value" msgstr "Display Value" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ItemPresetController.php:207 -#: ../../../config/actions.xml:871 -msgid "Nuevo Valor" +#: app/modules/web/Controllers/ItemPresetController.php:207 +#: app/config/actions.xml:871 +msgid "New Value" msgstr "New Value" -#: ../../../modules/web/Controllers/ItemsController.php:130 -msgid "No hay no hay notificaciones pendientes" +#: app/modules/web/Controllers/ItemPresetController.php:277 +#: app/modules/web/Controllers/ItemPresetController.php:280 +msgid "Values deleted" +msgstr "Values deleted" + +#: app/modules/web/Controllers/ItemPresetController.php:288 +#: app/modules/web/Controllers/ItemPresetController.php:292 +msgid "Value deleted" +msgstr "Value deleted" + +#: app/modules/web/Controllers/ItemPresetController.php:322 +#: app/modules/web/Controllers/ItemPresetController.php:327 +msgid "Value created" +msgstr "Value created" + +#: app/modules/web/Controllers/ItemPresetController.php:363 +#: app/modules/web/Controllers/ItemPresetController.php:368 +msgid "Value updated" +msgstr "Value updated" + +#: app/modules/web/Controllers/ItemsController.php:130 +msgid "There aren't any pending notifications" msgstr "There aren't any pending notifications" -#: ../../../modules/web/Controllers/ItemsController.php:131 +#: app/modules/web/Controllers/ItemsController.php:131 #, php-format -msgid "Hay notificaciones pendientes: %d" +msgid "There are pending notifications: %d" msgstr "There are pending notifications: %d" -#: ../../../modules/web/Controllers/PublicLinkController.php:114 -msgid "Nuevo Enlace Público" +#: app/modules/web/Controllers/LoginController.php:121 +msgid "Logout session" +msgstr "Logout session" + +#: app/modules/web/Controllers/LoginController.php:123 +msgid "Inactive time" +msgstr "Inactive time" + +#: app/modules/web/Controllers/LoginController.php:124 +msgid "Total time" +msgstr "Total time" + +#: app/modules/web/Controllers/NotificationController.php:268 +#: app/modules/web/Controllers/NotificationController.php:271 +msgid "Notifications deleted" +msgstr "Notifications deleted" + +#: app/modules/web/Controllers/NotificationController.php:283 +#: app/modules/web/Controllers/NotificationController.php:287 +msgid "Notification deleted" +msgstr "Notification deleted" + +#: app/modules/web/Controllers/NotificationController.php:284 +#: app/modules/web/Controllers/NotificationController.php:317 +#: lib/SP/Providers/Notification/NotificationHandler.php:155 +msgid "Notification" +msgstr "Notification" + +#: app/modules/web/Controllers/NotificationController.php:316 +#: app/modules/web/Controllers/NotificationController.php:320 +msgid "Notification read" +msgstr "Notification read" + +#: app/modules/web/Controllers/NotificationController.php:348 +#: app/modules/web/Controllers/NotificationController.php:351 +msgid "Notification created" +msgstr "Notification created" + +#: app/modules/web/Controllers/NotificationController.php:383 +#: app/modules/web/Controllers/NotificationController.php:386 +msgid "Notification updated" +msgstr "Notification updated" + +#: app/modules/web/Controllers/PluginController.php:199 +#: app/modules/web/Controllers/PluginController.php:202 +msgid "Plugin enabled" +msgstr "Plugin enabled" + +#: app/modules/web/Controllers/PluginController.php:226 +#: app/modules/web/Controllers/PluginController.php:229 +#: lib/SP/Plugin/PluginManager.php:219 lib/SP/Plugin/PluginManager.php:339 +msgid "Plugin disabled" +msgstr "Plugin disabled" + +#: app/modules/web/Controllers/PluginController.php:253 +#: app/modules/web/Controllers/PluginController.php:256 +msgid "Plugin reset" +msgstr "Plugin reset" + +#: app/modules/web/Controllers/PluginController.php:285 +msgid "Plugins deleted" +msgstr "Plugins deleted" + +#: app/modules/web/Controllers/PluginController.php:291 +msgid "Plugin deleted" +msgstr "Plugin deleted" + +#: app/modules/web/Controllers/PublicLinkController.php:114 +msgid "New Public Link" msgstr "New Public Link" -#: ../../../modules/web/Controllers/PublicLinkController.php:204 -msgid "Editar Enlace Público" +#: app/modules/web/Controllers/PublicLinkController.php:180 +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:89 +msgid "Link updated" +msgstr "Link updated" + +#: app/modules/web/Controllers/PublicLinkController.php:204 +msgid "Edit Public Link" msgstr "Edit Public Link" +#: app/modules/web/Controllers/PublicLinkController.php:243 +#: app/modules/web/Controllers/PublicLinkController.php:246 +msgid "Links deleted" +msgstr "Links deleted" + +#: app/modules/web/Controllers/PublicLinkController.php:254 +#: app/modules/web/Controllers/PublicLinkController.php:258 +msgid "Link deleted" +msgstr "Link deleted" + +#. (itstool) path: strings/text +#: app/modules/web/Controllers/PublicLinkController.php:255 +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:90 app/config/strings.xml:9 +msgid "Link" +msgstr "Link" + +#: app/modules/web/Controllers/PublicLinkController.php:286 +#: app/modules/web/Controllers/PublicLinkController.php:323 +msgid "Link created" +msgstr "Link created" + +#: app/modules/web/Controllers/StatusController.php:93 +msgid "Version unavailable" +msgstr "Version unavailable" + +#: app/modules/web/Controllers/StatusController.php:140 +msgid "Notifications not available" +msgstr "Notifications not available" + +#: app/modules/web/Controllers/TagController.php:207 +msgid "Tags deleted" +msgstr "Tags deleted" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/TagController.php:302 -#: ../../../config/actions.xml:511 -msgid "Ver Etiqueta" +#: app/modules/web/Controllers/TagController.php:302 app/config/actions.xml:511 +msgid "View Tag" msgstr "View Tag" +#: app/modules/web/Controllers/TrackController.php:114 +msgid "Track unlocked" +msgstr "Track unlocked" + +#: app/modules/web/Controllers/TrackController.php:140 +msgid "Tracks cleared out" +msgstr "Tracks cleared out" + +#: app/modules/web/Controllers/Traits/ConfigTrait.php:68 +msgid "Configuration updated" +msgstr "Configuração actualizada" + +#: app/modules/web/Controllers/Traits/ConfigTrait.php:72 +msgid "Error while saving the configuration" +msgstr "Error while saving the configuration" + +#: app/modules/web/Controllers/Traits/ItemTrait.php:122 +#: app/modules/web/Controllers/Traits/ItemTrait.php:177 +#: lib/SP/Core/Crypt/OldCrypt.php:176 lib/SP/Core/Crypt/OldCrypt.php:188 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:59 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:154 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:244 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:334 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:389 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:417 +#: lib/SP/Services/Account/AccountService.php:227 +#: lib/SP/Services/Account/AccountService.php:232 +#: lib/SP/Services/Api/ApiService.php:129 +#: lib/SP/Services/Api/ApiService.php:229 +#: lib/SP/Services/Api/ApiService.php:237 +#: lib/SP/Services/Auth/LoginService.php:190 +#: lib/SP/Services/Auth/LoginService.php:354 +#: lib/SP/Services/Auth/LoginService.php:504 +#: lib/SP/Services/Auth/LoginService.php:509 +#: lib/SP/Services/Auth/LoginService.php:541 +#: lib/SP/Services/Auth/LoginService.php:648 +#: lib/SP/Services/AuthToken/AuthTokenService.php:311 +#: 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:232 +msgid "Internal error" +msgstr "Internal error" + +#: app/modules/web/Controllers/Traits/ItemTrait.php:173 +msgid "Error while updating custom field's data" +msgstr "Error while updating custom field's data" + +#: app/modules/web/Controllers/UpgradeController.php:67 +msgid "The updating need to be confirmed" +msgstr "The updating need to be confirmed" + +#: app/modules/web/Controllers/UpgradeController.php:71 +msgid "Wrong security code" +msgstr "Wrong security code" + +#: app/modules/web/Controllers/UpgradeController.php:92 +#: app/modules/web/themes/material-blue/views/login/index.inc:88 +msgid "Application successfully updated" +msgstr "Application successfully updated" + +#: app/modules/web/Controllers/UpgradeController.php:92 +msgid "You will be redirected to log in within 5 seconds" +msgstr "You will be redirected to log in within 5 seconds" + +#: app/modules/web/Controllers/UserController.php:235 +#: app/modules/web/Controllers/UserController.php:356 +#: app/modules/web/Controllers/UserPassResetController.php:107 +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:65 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:238 +msgid "Password Change" +msgstr "Password Change" + +#: app/modules/web/Controllers/UserController.php:275 +#: app/modules/web/Controllers/UserController.php:278 +msgid "Users deleted" +msgstr "Users deleted" + +#: app/modules/web/Controllers/UserController.php:286 +#: app/modules/web/Controllers/UserController.php:290 +msgid "User deleted" +msgstr "Utilizador eliminado" + +#: app/modules/web/Controllers/UserController.php:322 +#: app/modules/web/Controllers/UserController.php:328 +msgid "User added" +msgstr "Utilizador criado" + +#: app/modules/web/Controllers/UserController.php:387 +#: app/modules/web/Controllers/UserController.php:393 +msgid "User updated" +msgstr "Utilizador actualizado" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/UserController.php:458 -#: ../../../config/actions.xml:577 -msgid "Ver Usuario" +#: app/modules/web/Controllers/UserController.php:458 +#: app/config/actions.xml:577 +msgid "View User" msgstr "Ver Utilizador" +#: app/modules/web/Controllers/UserGroupController.php:226 +#: app/modules/web/Controllers/UserGroupController.php:229 +msgid "Groups deleted" +msgstr "Groups deleted" + +#: app/modules/web/Controllers/UserPassResetController.php:92 +msgid "Wrong data" +msgstr "Wrong data" + +#: app/modules/web/Controllers/UserPassResetController.php:96 +msgid "Unable to reset the password" +msgstr "Unable to reset the password" + +#: app/modules/web/Controllers/UserPassResetController.php:103 +msgid "Password Recovery" +msgstr "Password Recovery" + +#: app/modules/web/Controllers/UserPassResetController.php:104 +msgid "Requested for" +msgstr "Requested for" + +#: app/modules/web/Controllers/UserPassResetController.php:109 +msgid "Request sent" +msgstr "Request sent" + +#: app/modules/web/Controllers/UserPassResetController.php:109 +msgid "You will receive an email to complete the request shortly." +msgstr "You will receive an email to complete the request shortly." + +#: app/modules/web/Controllers/UserPassResetController.php:126 +#: lib/SP/Services/Api/ApiService.php:96 +#: lib/SP/Services/Auth/LoginService.php:138 +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:103 +msgid "Attempts exceeded" +msgstr "Attempts exceeded" + +#: app/modules/web/Controllers/UserPassResetController.php:179 +#: app/modules/web/Forms/AuthTokenForm.php:101 +#: app/modules/web/Forms/UserForm.php:157 +msgid "Password cannot be blank" +msgstr "A palavra-chave não pode estar em branco" + +#: app/modules/web/Controllers/UserProfileController.php:215 +#: app/modules/web/Controllers/UserProfileController.php:218 +msgid "Profiles deleted" +msgstr "Profiles deleted" + +#: app/modules/web/Controllers/UserProfileController.php:227 +#: app/modules/web/Controllers/UserProfileController.php:231 +msgid "Profile deleted" +msgstr "Perfil eliminado" + +#: app/modules/web/Controllers/UserProfileController.php:262 +msgid "Profile added" +msgstr "Perfil criado" + +#: app/modules/web/Controllers/UserProfileController.php:300 +msgid "Profile updated" +msgstr "Perfil actualizado" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/UserProfileController.php:326 -#: ../../../config/actions.xml:643 -msgid "Ver Perfil" +#: app/modules/web/Controllers/UserProfileController.php:326 +#: app/config/actions.xml:643 +msgid "View Profile" msgstr "Ver Perfil" -#: ../../../modules/web/Controllers/UserSettingsManagerController.php:87 -msgid "Preferencias" +#: app/modules/web/Controllers/UserSettingsGeneralController.php:74 +msgid "Preferences updated" +msgstr "Preferences updated" + +#: app/modules/web/Controllers/UserSettingsManagerController.php:87 +msgid "Preferences" msgstr "Preferences" -#: ../../../config/strings.js.inc:26 -msgid "Error en la consulta" +#: app/modules/web/Forms/AccountForm.php:131 +msgid "A key is needed" +msgstr "É necessária uma chave" + +#: app/modules/web/Forms/AccountForm.php:171 +msgid "An account name needed" +msgstr "É necessário um nome de conta" + +#: app/modules/web/Forms/AccountForm.php:175 +#: app/modules/web/Forms/ClientForm.php:84 +#, fuzzy +msgid "A client name needed" +msgstr "É necessário um nome de cliente" + +#: app/modules/web/Forms/AccountForm.php:179 +msgid "A category is needed" +msgstr "É necessária um categoria" + +#: app/modules/web/Forms/AuthTokenForm.php:91 +msgid "User not set" +msgstr "User not set" + +#: app/modules/web/Forms/AuthTokenForm.php:95 +msgid "Action not set" +msgstr "Action not set" + +#: app/modules/web/Forms/CategoryForm.php:83 +msgid "A category name needed" +msgstr "É necessário um nome de categoria" + +#: app/modules/web/Forms/CustomFieldDefForm.php:87 +msgid "Field name not set" +msgstr "Nome do campo não indicado" + +#: app/modules/web/Forms/CustomFieldDefForm.php:91 +msgid "Field type not set" +msgstr "Tipo de campo não indicado" + +#: app/modules/web/Forms/CustomFieldDefForm.php:95 +msgid "Field module not set" +msgstr "Módulo do campo não indicado" + +#: app/modules/web/Forms/ItemsPresetForm.php:116 +msgid "Value type not set or incorrect" +msgstr "Value type not set or incorrect" + +#: app/modules/web/Forms/ItemsPresetForm.php:133 +msgid "There aren't any defined permissions" +msgstr "There aren't any defined permissions" + +#: app/modules/web/Forms/ItemsPresetForm.php:182 +msgid "Invalid regular expression" +msgstr "Invalid regular expression" + +#: app/modules/web/Forms/ItemsPresetForm.php:208 +msgid "An element of type user, group or profile need to be set" +msgstr "An element of type user, group or profile need to be set" + +#: app/modules/web/Forms/NotificationForm.php:98 +msgid "A component is needed" +msgstr "A component is needed" + +#: app/modules/web/Forms/NotificationForm.php:102 +msgid "A type is needed" +msgstr "A type is needed" + +#: app/modules/web/Forms/NotificationForm.php:112 +msgid "A target is needed" +msgstr "A target is needed" + +#: app/modules/web/Forms/PublicLinkForm.php:85 +msgid "An account is needed" +msgstr "An account is needed" + +#: app/modules/web/Forms/TagForm.php:82 +msgid "A tag name is needed" +msgstr "A tag name is needed" + +#: app/modules/web/Forms/UserForm.php:111 +#, fuzzy +msgid "An username is needed" +msgstr "É necessário um nome de utilizador" + +#: app/modules/web/Forms/UserForm.php:115 +msgid "A login is needed" +msgstr "É necessário um login" + +#: app/modules/web/Forms/UserForm.php:119 +msgid "A profile is needed" +msgstr "É necessário um perfil" + +#: app/modules/web/Forms/UserForm.php:123 +msgid "A group is needed" +msgstr "É necessário um grupo" + +#: app/modules/web/Forms/UserForm.php:127 +msgid "An email is needed" +msgstr "É necessário um email" + +#: app/modules/web/Forms/UserForm.php:179 +msgid "Unable to delete, user in use" +msgstr "Não é possível eliminar, utilizador em uso" + +#: app/modules/web/Forms/UserGroupForm.php:84 +msgid "A group name is needed" +msgstr "É necessário um nome de grupo" + +#: app/modules/web/Forms/UserProfileForm.php:116 +msgid "A profile name is needed" +msgstr "É necessário um nome de perfil" + +#: app/modules/web/themes/material-blue/inc/Icons.php:32 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:36 +msgid "Add" +msgstr "Add" + +#: app/modules/web/themes/material-blue/inc/Icons.php:33 +msgid "View Details" +msgstr "View Details" + +#: app/modules/web/themes/material-blue/inc/Icons.php:35 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:64 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:68 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:132 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:136 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:148 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:198 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:46 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:87 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:102 +msgid "Edit" +msgstr "Edit" + +#: app/modules/web/themes/material-blue/inc/Icons.php:36 +#: app/modules/web/themes/material-blue/inc/Icons.php:66 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:134 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:155 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:184 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:206 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:134 +msgid "Delete" +msgstr "Delete" + +#: app/modules/web/themes/material-blue/inc/Icons.php:37 +msgid "Change Password" +msgstr "Change Password" + +#: app/modules/web/themes/material-blue/inc/Icons.php:38 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:200 +msgid "Application Admin" +msgstr "Application Admin" + +#: app/modules/web/themes/material-blue/inc/Icons.php:39 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:218 +msgid "Accounts Admin" +msgstr "Accounts Admin" + +#: app/modules/web/themes/material-blue/inc/Icons.php:40 +msgid "LDAP User" +msgstr "LDAP User" + +#: app/modules/web/themes/material-blue/inc/Icons.php:41 +#: app/modules/web/themes/material-blue/views/config/mail.inc:138 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:257 +msgid "Disabled" +msgstr "Disabled" + +#: app/modules/web/themes/material-blue/inc/Icons.php:42 +msgid "Enabled" +msgstr "Enabled" + +#: app/modules/web/themes/material-blue/inc/Icons.php:43 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:184 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:49 +msgid "Update" +msgstr "Update" + +#: app/modules/web/themes/material-blue/inc/Icons.php:44 +msgid "Copy" +msgstr "Copy" + +#: app/modules/web/themes/material-blue/inc/Icons.php:46 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:84 +msgid "Email" +msgstr "Email" + +#: app/modules/web/themes/material-blue/inc/Icons.php:50 +msgid "Restore" +msgstr "Restore" + +#: app/modules/web/themes/material-blue/inc/Icons.php:52 +#: app/config/strings.js.inc:79 +msgid "Help" +msgstr "Help" + +#: app/modules/web/themes/material-blue/inc/Icons.php:53 +msgid "Clear" +msgstr "Clear" + +#: app/modules/web/themes/material-blue/inc/Icons.php:54 +msgid "Perform" +msgstr "Perform" + +#: app/modules/web/themes/material-blue/inc/Icons.php:55 +msgid "Download" +msgstr "Download" + +#: app/modules/web/themes/material-blue/inc/Icons.php:56 +#: app/config/strings.js.inc:85 +msgid "Warning" +msgstr "Warning" + +#: app/modules/web/themes/material-blue/inc/Icons.php:57 +msgid "Check" +msgstr "Check" + +#: app/modules/web/themes/material-blue/inc/Icons.php:64 +msgid "Critical" +msgstr "Critical" + +#: app/modules/web/themes/material-blue/inc/Icons.php:67 +msgid "Previous page" +msgstr "Previous page" + +#: app/modules/web/themes/material-blue/inc/Icons.php:68 +msgid "Next page" +msgstr "Next page" + +#: app/modules/web/themes/material-blue/inc/Icons.php:69 +msgid "First page" +msgstr "First page" + +#: app/modules/web/themes/material-blue/inc/Icons.php:70 +msgid "Last page" +msgstr "Last page" + +#: lib/SP/Bootstrap.php:278 +#, php-format +msgid "Required PHP version >= %s <= %s" +msgstr "Required PHP version >= %s <= %s" + +#: lib/SP/Bootstrap.php:280 +msgid "Please update the PHP version to run sysPass" +msgstr "Please update the PHP version to run sysPass" + +#: lib/SP/Config/ConfigUtil.php:94 +msgid "\"/config\" directory does not exist." +msgstr "\"/config\" directory does not exist." + +#: lib/SP/Config/ConfigUtil.php:100 +msgid "Unable to write into \"/config\" directory" +msgstr "Unable to write into \"/config\" directory" + +#: lib/SP/Config/ConfigUtil.php:109 +msgid "\"/config\" directory permissions are wrong" +msgstr "\"/config\" directory permissions are wrong" + +#: lib/SP/Config/ConfigUtil.php:111 +#, php-format +msgid "Current: %s - Needed: 750" +msgstr "Current: %s - Needed: 750" + +#: lib/SP/Core/Acl/Acl.php:294 lib/SP/Services/Auth/LoginService.php:604 +msgid "N/A" +msgstr "N/A" + +#: lib/SP/Core/Acl/Acl.php:299 +msgid "Access denied" +msgstr "Access denied" + +#: lib/SP/Core/Acl/Actions.php:176 +msgid "Action not found" +msgstr "Action not found" + +#: lib/SP/Core/Acl/UnauthorizedPageException.php:45 +#: lib/SP/Util/ErrorUtil.php:156 +msgid "You don't have permission to access this page" +msgstr "You don't have permission to access this page" + +#: lib/SP/Core/Context/ContextBase.php:73 +msgid "Unable to change password value" +msgstr "Unable to change password value" + +#: lib/SP/Core/Context/ContextBase.php:103 +#: lib/SP/Core/Context/ContextBase.php:126 +msgid "Context already initialized" +msgstr "Context already initialized" + +#: lib/SP/Core/Context/ContextBase.php:109 +msgid "Invalid context" +msgstr "Invalid context" + +#: lib/SP/Core/Context/ContextBase.php:154 +msgid "Context not initialized" +msgstr "Context not initialized" + +#: lib/SP/Core/Context/SessionContext.php:547 +msgid "Session cannot be initialized" +msgstr "Session cannot be initialized" + +#: lib/SP/Core/Crypt/OldCrypt.php:178 +msgid "Crypto module cannot be loaded" +msgstr "Crypto module cannot be loaded" + +#: lib/SP/Core/Crypt/OldCrypt.php:190 +msgid "Error while creating the encrypted data" +msgstr "Error while creating the encrypted data" + +#: lib/SP/Core/Events/Event.php:57 +msgid "An object is needed" +msgstr "An object is needed" + +#: lib/SP/Core/Events/EventDispatcherBase.php:85 +msgid "Observer not initialized" +msgstr "Observer not initialized" + +#: lib/SP/Core/UI/Theme.php:185 +msgid "Invalid icons class" +msgstr "Invalid icons class" + +#: lib/SP/Html/DataGrid/DataGridBase.php:302 lib/SP/Mvc/View/Template.php:126 +#, php-format +msgid "Unable to retrieve \"%s\" template: %s" +msgstr "Unable to retrieve \"%s\" template: %s" + +#: 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 "Invalid IP" +msgstr "Invalid IP" + +#: lib/SP/Http/Json.php:180 +msgid "Encoding error" +msgstr "Encoding error" + +#: lib/SP/Http/XMLRPCResponseParse.php:69 +msgid "Invalid XML-RPC response" +msgstr "Invalid XML-RPC response" + +#: lib/SP/Mvc/Controller/ControllerTrait.php:70 +msgid "Session not started or timed out" +msgstr "A sessão não se iniciou ou caducou" + +#: lib/SP/Mvc/Controller/ControllerTrait.php:115 +#: lib/SP/Mvc/Controller/ControllerTrait.php:124 +msgid "Invalid Action" +msgstr "Acção Inválida" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:71 +#, php-format +msgid "Password needs to be %d characters long" +msgstr "Password needs to be %d characters long" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:77 +msgid "Password does not contain the required characters" +msgstr "Password does not contain the required characters" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:82 +msgid "Password needs to contain letters" +msgstr "Password needs to contain letters" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:86 +msgid "Password needs to contain lower case letters" +msgstr "Password needs to contain lower case letters" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:90 +msgid "Password needs to contain upper case letters" +msgstr "Password needs to contain upper case letters" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:95 +msgid "Password needs to contain numbers" +msgstr "Password needs to contain numbers" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:99 +msgid "Password needs to contain symbols" +msgstr "Password needs to contain symbols" + +#: lib/SP/Mvc/Model/QueryCondition.php:71 +msgid "Invalid filter type" +msgstr "Invalid filter type" + +#: lib/SP/Mvc/View/Components/SelectItemAdapter.php:95 +#: lib/SP/Mvc/View/Components/SelectItemAdapter.php:157 +msgid "Wrong object type" +msgstr "Wrong object type" + +#: lib/SP/Mvc/View/Template.php:301 lib/SP/Mvc/View/Template.php:365 +#, php-format +msgid "Unable to retrieve \"%s\" variable" +msgstr "Unable to retrieve \"%s\" variable" + +#: lib/SP/Mvc/View/Template.php:334 +#, php-format +msgid "Unable to unset \"%s\" variable" +msgstr "Unable to unset \"%s\" variable" + +#: lib/SP/Mvc/View/Template.php:355 +msgid "Template does not contain files" +msgstr "Template does not contain files" + +#: lib/SP/Plugin/PluginManager.php:170 +#, php-format +msgid "Plugin version not compatible (%s)" +msgstr "Plugin version not compatible (%s)" + +#: lib/SP/Plugin/PluginManager.php:192 +#, php-format +msgid "Unable to load the \"%s\" plugin" +msgstr "Unable to load the \"%s\" plugin" + +#: lib/SP/Plugin/PluginManager.php:254 +msgid "Plugin available" +msgstr "Plugin available" + +#: lib/SP/Plugin/PluginManager.php:264 +msgid "Plugin unavailable" +msgstr "Plugin unavailable" + +#: lib/SP/Plugin/PluginManager.php:294 +msgid "Plugin loaded" +msgstr "Plugin loaded" + +#. (itstool) path: action/text +#: lib/SP/Plugin/PluginManager.php:319 app/config/actions.xml:535 +msgid "New Plugin" +msgstr "New Plugin" + +#: lib/SP/Providers/Auth/AuthProvider.php:208 +msgid "Method unavailable" +msgstr "Method unavailable" + +#: lib/SP/Providers/Auth/AuthProvider.php:212 +msgid "Method already initialized" +msgstr "Method already initialized" + +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:119 +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:126 +msgid "Error while searching the group RDN" +msgstr "Error while searching the group RDN" + +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:205 +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:210 +msgid "Error while searching the user on LDAP" +msgstr "Error while searching the user on LDAP" + +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:259 +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:265 +msgid "Error while searching objects in base DN" +msgstr "Error while searching objects in base DN" + +#: 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 "Unable to connect to LDAP server" +msgstr "Unable to connect to LDAP server" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:142 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:189 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:70 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:39 +#: app/modules/web/themes/material-blue/views/config/info.inc:75 +#: app/modules/web/themes/material-blue/views/config/info.inc:78 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:94 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:119 +#: app/modules/web/themes/material-blue/views/config/mail.inc:59 +#: app/modules/web/themes/material-blue/views/config/mail.inc:66 +msgid "Server" +msgstr "Server" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:169 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:171 +#, fuzzy +msgid "LDAP parameters are not set" +msgstr "Os parâmetros de LDAP não estão configurados" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:231 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:237 +msgid "Connection error (BIND)" +msgstr "Connection error (BIND)" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:301 +msgid "Error while disconnecting from LDAP server" +msgstr "Error while disconnecting from LDAP server" + +#: 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 "User in group verified" +msgstr "User in group verified" + +#: lib/SP/Providers/Auth/Ldap/LdapMsAds.php:144 +#: lib/SP/Providers/Auth/Ldap/LdapStd.php:141 +msgid "User does not belong to the group" +msgstr "User does not belong to the group" + +#: lib/SP/Providers/Mail/MailHandler.php:124 +#, php-format +msgid "Performed by: %s (%s)" +msgstr "Performed by: %s (%s)" + +#: lib/SP/Providers/Mail/MailHandler.php:125 +#, php-format +msgid "IP Address: %s" +msgstr "IP Address: %s" + +#: lib/SP/Providers/Mail/MailProvider.php:91 +msgid "Unable to initialize" +msgstr "Unable to initialize" + +#: lib/SP/Repositories/Account/AccountFileRepository.php:77 +msgid "Error while saving file" +msgstr "Error while saving file" + +#: lib/SP/Repositories/Account/AccountFileRepository.php:279 +msgid "Error while deleting the file" +msgstr "Error while deleting the file" + +#: lib/SP/Repositories/Account/AccountFileRepository.php:302 +#: lib/SP/Services/Account/AccountFileService.php:145 +msgid "Error while deleting the files" +msgstr "Error while deleting the files" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:143 +msgid "Error while updating history" +msgstr "Error while updating history" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:162 +#: lib/SP/Repositories/Account/AccountRepository.php:321 +#: lib/SP/Services/Account/AccountHistoryService.php:192 +msgid "Error while deleting the account" +msgstr "Erro ao eliminar a conta" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:292 +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:315 +#: lib/SP/Repositories/Account/AccountRepository.php:501 +#: lib/SP/Services/Account/AccountService.php:616 +msgid "Error while deleting the accounts" +msgstr "Error while deleting the accounts" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:436 +#: lib/SP/Repositories/Account/AccountRepository.php:235 +#: lib/SP/Repositories/Account/AccountRepository.php:260 +#: lib/SP/Repositories/User/UserRepository.php:165 +#: lib/SP/Services/Account/AccountHistoryService.php:233 +#: lib/SP/Services/User/UserService.php:331 +msgid "Error while updating the password" +msgstr "" + +#: lib/SP/Repositories/Account/AccountRepository.php:200 +msgid "Error while creating the account" +msgstr "Erro ao criar a conta" + +#: lib/SP/Repositories/Account/AccountRepository.php:301 +#: lib/SP/Services/Account/AccountService.php:582 +msgid "Error on restoring the account" +msgstr "Erro ao restaurar a conta" + +#: lib/SP/Repositories/Account/AccountRepository.php:382 +#: lib/SP/Repositories/Account/AccountRepository.php:431 +msgid "Error while updating the account" +msgstr "Erro ao modificar a conta" + +#: lib/SP/Repositories/Account/AccountRepository.php:451 +#: lib/SP/Repositories/Account/AccountRepository.php:623 +#: lib/SP/Services/Account/AccountHistoryService.php:75 +msgid "Error while retrieving account's data" +msgstr "Error while retrieving account's data" + +#: lib/SP/Repositories/Account/AccountToFavoriteRepository.php:71 +msgid "Error while adding favorite" +msgstr "Error while adding favorite" + +#: lib/SP/Repositories/Account/AccountToFavoriteRepository.php:91 +msgid "Error while deleting favorite" +msgstr "Error while deleting favorite" + +#: lib/SP/Repositories/Account/AccountToTagRepository.php:94 +msgid "Error while removing the account's tags" +msgstr "Error while removing the account's tags" + +#: lib/SP/Repositories/Account/AccountToTagRepository.php:115 +msgid "Error while adding the account's tags" +msgstr "Error while adding the account's tags" + +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:106 +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:139 +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:191 +msgid "Error while deleting the account's groups" +msgstr "Error while deleting the account's groups" + +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:164 +msgid "Error while updating the secondary groups" +msgstr "Error while updating the secondary groups" + +#: lib/SP/Repositories/Account/AccountToUserRepository.php:76 +#: lib/SP/Repositories/Account/AccountToUserRepository.php:132 +msgid "Error while deleting the account users" +msgstr "Error while deleting the account users" + +#: lib/SP/Repositories/Account/AccountToUserRepository.php:103 +msgid "Error while updating the account users" +msgstr "Error while updating the account users" + +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:221 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:309 +msgid "The authorization already exist" +msgstr "The authorization already exist" + +#: lib/SP/Repositories/Category/CategoryRepository.php:58 +msgid "Duplicated category" +msgstr "Duplicated category" + +#: lib/SP/Repositories/Category/CategoryRepository.php:68 +msgid "Error while creating the category" +msgstr "Error while creating the category" + +#: lib/SP/Repositories/Category/CategoryRepository.php:107 +msgid "Duplicated category name" +msgstr "Duplicated category name" + +#: lib/SP/Repositories/Category/CategoryRepository.php:125 +msgid "Error while updating the category" +msgstr "Error while updating the category" + +#: lib/SP/Repositories/Category/CategoryRepository.php:253 +msgid "Error while deleting the categories" +msgstr "Error while deleting the categories" + +#: lib/SP/Repositories/Category/CategoryRepository.php:275 +msgid "Error while deleting the category" +msgstr "Error while deleting the category" + +#: lib/SP/Repositories/Client/ClientRepository.php:62 +#: lib/SP/Repositories/Client/ClientRepository.php:116 +msgid "Duplicated client" +msgstr "Duplicated client" + +#: lib/SP/Repositories/Client/ClientRepository.php:80 +msgid "Error while creating the client" +msgstr "Error while creating the client" + +#: lib/SP/Repositories/Client/ClientRepository.php:136 +msgid "Error while updating the client" +msgstr "Error while updating the client" + +#: lib/SP/Repositories/Client/ClientRepository.php:264 +#: lib/SP/Services/Client/ClientService.php:127 +msgid "Error while deleting the clients" +msgstr "Error while deleting the clients" + +#: lib/SP/Repositories/Client/ClientRepository.php:283 +msgid "Error while deleting the client" +msgstr "Error while deleting the client" + +#: lib/SP/Repositories/Client/ClientRepository.php:345 +msgid "Wrong filter" +msgstr "Wrong filter" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:75 +msgid "Error while creating the custom field" +msgstr "Error while creating the custom field" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:118 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:165 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:193 +msgid "Error while updating the custom field" +msgstr "Error while updating the custom field" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:159 +msgid "Custom field not found" +msgstr "Custom field not found" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:239 +msgid "Error while removing the custom fields" +msgstr "Error while removing the custom fields" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:259 +msgid "Error while removing the custom field" +msgstr "Error while removing the custom field" + +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:61 +msgid "Error while creating the field type" +msgstr "Error while creating the field type" + +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:97 +msgid "Error while updating the field type" +msgstr "Error while updating the field type" + +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:179 +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:198 +msgid "Error while deleting the field type" +msgstr "Error while deleting the field type" + +#: lib/SP/Repositories/EventLog/EventlogRepository.php:53 +msgid "Error while clearing the event log out" +msgstr "Error while clearing the event log out" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:76 +msgid "Error while creating the permission" +msgstr "Error while creating the permission" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:115 +msgid "Error while updating the permission" +msgstr "Error while updating the permission" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:134 +msgid "Error while removing the permission" +msgstr "Error while removing the permission" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:249 +msgid "Error while removing the permissions" +msgstr "Error while removing the permissions" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:79 +msgid "Error while adding the notification" +msgstr "Error while adding the notification" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:119 +#: lib/SP/Repositories/Notification/NotificationRepository.php:478 +msgid "Error while updating the notification" +msgstr "Error while updating the notification" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:138 +#: lib/SP/Repositories/Notification/NotificationRepository.php:157 +msgid "Error while deleting the notification" +msgstr "Error while deleting the notification" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:180 +#: lib/SP/Repositories/Notification/NotificationRepository.php:303 +#: lib/SP/Services/Notification/NotificationService.php:140 +#: lib/SP/Services/Notification/NotificationService.php:159 +msgid "Error while deleting the notifications" +msgstr "Error while deleting the notifications" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:213 +msgid "Error while retrieving notification" +msgstr "Error while retrieving notification" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:243 +#: lib/SP/Repositories/Notification/NotificationRepository.php:515 +#: lib/SP/Repositories/Notification/NotificationRepository.php:548 +#: lib/SP/Repositories/Notification/NotificationRepository.php:582 +#: lib/SP/Repositories/Notification/NotificationRepository.php:615 +msgid "Error while retrieving the notifications" +msgstr "Error while retrieving the notifications" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:70 +msgid "Error while adding the plugin" +msgstr "Error while adding the plugin" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:104 +#: lib/SP/Repositories/Plugin/PluginRepository.php:348 +#: lib/SP/Repositories/Plugin/PluginRepository.php:368 +#: lib/SP/Repositories/Plugin/PluginRepository.php:388 +#: lib/SP/Repositories/Plugin/PluginRepository.php:408 +#: lib/SP/Repositories/Plugin/PluginRepository.php:427 +msgid "Error while updating the plugin" +msgstr "Error while updating the plugin" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:212 +#: lib/SP/Services/Plugin/PluginService.php:137 +msgid "Error while deleting the plugins" +msgstr "Error while deleting the plugins" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:232 +msgid "Error while deleting the plugin" +msgstr "Error while deleting the plugin" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:63 +msgid "Error while removing the link" +msgstr "Error while removing the link" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:255 +msgid "Link already created" +msgstr "Link already created" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:282 +msgid "Error while creating the link" +msgstr "Error while creating the link" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:341 +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:389 +msgid "Error while updating the link" +msgstr "Error while updating the link" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:424 +msgid "Error while renewing link" +msgstr "Error while renewing link" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:466 +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:507 +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:528 +msgid "Error while retrieving the link" +msgstr "Error while retrieving the link" + +#: lib/SP/Repositories/Tag/TagRepository.php:60 +#: lib/SP/Repositories/Tag/TagRepository.php:108 +msgid "Duplicated tag" +msgstr "Duplicated tag" + +#: lib/SP/Repositories/Tag/TagRepository.php:69 +msgid "Error while creating the tag" +msgstr "Error while creating the tag" + +#: lib/SP/Repositories/Tag/TagRepository.php:118 +msgid "Error while updating the tag" +msgstr "Error while updating the tag" + +#: lib/SP/Repositories/Tag/TagRepository.php:243 +#: lib/SP/Services/Tag/TagService.php:126 +msgid "Error while removing the tags" +msgstr "Error while removing the tags" + +#: lib/SP/Repositories/Tag/TagRepository.php:262 +msgid "Error while removing the tag" +msgstr "Error while removing the tag" + +#: lib/SP/Repositories/Track/TrackRepository.php:68 +msgid "Error while creating track" +msgstr "Error while creating track" + +#: lib/SP/Repositories/Track/TrackRepository.php:85 +msgid "Error while removing the track" +msgstr "Error while removing the track" + +#: lib/SP/Repositories/Track/TrackRepository.php:102 +msgid "Error while updating the track" +msgstr "Error while updating the track" + +#: lib/SP/Repositories/Track/TrackRepository.php:118 +msgid "Error while clearing tracks out" +msgstr "Error while clearing tracks out" + +#: lib/SP/Repositories/Track/TrackRepository.php:146 +msgid "Error while retrieving the track" +msgstr "Error while retrieving the track" + +#: lib/SP/Repositories/Track/TrackRepository.php:169 +#: lib/SP/Repositories/Track/TrackRepository.php:202 +msgid "Error while retrieving the tracks" +msgstr "Error while retrieving the tracks" + +#: lib/SP/Repositories/User/UserPassRecoverRepository.php:86 +msgid "Error while generating the recovering hash" +msgstr "Error while generating the recovering hash" + +#: lib/SP/Repositories/User/UserPassRecoverRepository.php:112 +msgid "Error while checking hash" +msgstr "Error while checking hash" + +#: lib/SP/Repositories/User/UserRepository.php:63 +#: lib/SP/Repositories/User/UserRepository.php:430 +msgid "Duplicated user login/email" +msgstr "Duplicated user login/email" + +#: lib/SP/Repositories/User/UserRepository.php:100 +#: lib/SP/Repositories/User/UserRepository.php:677 +#: lib/SP/Services/User/UserService.php:310 +msgid "Error while updating the user" +msgstr "Erro ao actualizar o utilizador" + +#: lib/SP/Repositories/User/UserRepository.php:184 +msgid "Error while deleting the user" +msgstr "Erro ao eliminar o utilizador" + +#: lib/SP/Repositories/User/UserRepository.php:234 +#: lib/SP/Repositories/User/UserRepository.php:551 +msgid "Error while retrieving the user's data" +msgstr "Error while retrieving the user's data" + +#: lib/SP/Repositories/User/UserRepository.php:353 +#: lib/SP/Services/User/UserService.php:209 +msgid "Error while deleting the users" +msgstr "Error while deleting the users" + +#: lib/SP/Repositories/User/UserRepository.php:474 +msgid "Error while creating the user" +msgstr "Erro ao criar o utilizador" + +#: lib/SP/Repositories/User/UserRepository.php:697 +msgid "Error while updating the preferences" +msgstr "Error while updating the preferences" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:62 +msgid "Error while deleting the group" +msgstr "Erro ao eliminar o grupo" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:306 +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:351 +msgid "Duplicated group name" +msgstr "Nome de grupo duplicado" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:315 +msgid "Error while creating the group" +msgstr "Erro ao criar o grupo" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:361 +msgid "Error while updating the group" +msgstr "Erro ao actualizar o grupo" + +#: lib/SP/Repositories/UserGroup/UserToUserGroupRepository.php:108 +msgid "Error while deleting the group users" +msgstr "Error while deleting the group users" + +#: lib/SP/Repositories/UserGroup/UserToUserGroupRepository.php:140 +msgid "Error while setting users in the group" +msgstr "Error while setting users in the group" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:79 +msgid "Error while removing the profile" +msgstr "Error while removing the profile" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:181 +#: lib/SP/Services/UserProfile/UserProfileService.php:114 +msgid "Error while removing the profiles" +msgstr "Error while removing the profiles" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:230 +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:275 +msgid "Duplicated profile name" +msgstr "Nome de perfil duplicado" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:239 +msgid "Error while creating the profile" +msgstr "Error while creating the profile" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:288 +#: lib/SP/Services/UserProfile/UserProfileService.php:141 +msgid "Error while updating the profile" +msgstr "Error while updating the profile" + +#: 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 "Update Master Password" +msgstr "Update Master Password" + +#: lib/SP/Services/Account/AccountCryptService.php:89 +msgid "Error while updating the accounts' passwords" +msgstr "Error while updating the accounts' passwords" + +#: lib/SP/Services/Account/AccountCryptService.php:115 +msgid "Error while retrieving the accounts' passwords" +msgstr "Error while retrieving the accounts' passwords" + +#: lib/SP/Services/Account/AccountCryptService.php:139 +#, php-format +msgid "Accounts updated: %d / %d" +msgstr "Accounts updated: %d / %d" + +#: lib/SP/Services/Account/AccountCryptService.php:148 +#, php-format +msgid "Updated accounts: %d / %d - %d%% - ETA: %ds (%.2f/s)" +msgstr "Updated accounts: %d / %d - %d%% - ETA: %ds (%.2f/s)" + +#: lib/SP/Services/Account/AccountCryptService.php:158 +msgid "The record's master password does not match" +msgstr "The record's master password does not match" + +#: lib/SP/Services/Account/AccountCryptService.php:183 +#: lib/SP/Services/Account/AccountCryptService.php:188 +msgid "Error while updating the account's password" +msgstr "Error while updating the account's password" + +#: lib/SP/Services/Account/AccountCryptService.php:194 +msgid "Errors" +msgstr "Errors" + +#: lib/SP/Services/Account/AccountCryptService.php:212 +#: lib/SP/Services/Account/AccountCryptService.php:218 +msgid "Update Master Password (H)" +msgstr "Update Master Password (H)" + +#: lib/SP/Services/Account/AccountCryptService.php:233 +msgid "Error while updating the accounts' passwords in history" +msgstr "Error while updating the accounts' passwords in history" + +#: lib/SP/Services/Account/AccountFileService.php:164 +msgid "File not found" +msgstr "File not found" + +#: lib/SP/Services/Account/AccountService.php:163 +#: lib/SP/Services/Account/AccountService.php:599 +msgid "Account not found" +msgstr "Account not found" + +#: lib/SP/Services/Account/AccountService.php:220 +msgid "Master password not set" +msgstr "Master password not set" + +#: lib/SP/Services/Account/AccountService.php:283 +#: lib/SP/Services/Account/AccountService.php:672 +#: lib/SP/Services/Account/AccountService.php:727 +msgid "The account doesn't exist" +msgstr "The account doesn't exist" + +#: lib/SP/Services/Api/ApiRequest.php:79 lib/SP/Services/Api/ApiRequest.php:113 +#: lib/SP/Services/Api/ApiService.php:231 +msgid "Invalid data" +msgstr "Invalid data" + +#: lib/SP/Services/Api/ApiRequest.php:88 +msgid "Invalid format" +msgstr "Invalid format" + +#: lib/SP/Services/Api/ApiService.php:152 +msgid "Wrong parameters" +msgstr "Wrong parameters" + +#: lib/SP/Services/Auth/LoginService.php:160 +#: lib/SP/Services/Auth/LoginService.php:460 +#: lib/SP/Services/Auth/LoginService.php:467 +#: lib/SP/Services/Auth/LoginService.php:575 +#: lib/SP/Services/Auth/LoginService.php:580 +#: lib/SP/Services/Auth/LoginService.php:619 +#: lib/SP/Services/Auth/LoginService.php:624 +msgid "Wrong login" +msgstr "Wrong login" + +#: lib/SP/Services/Auth/LoginService.php:219 +#: lib/SP/Services/Auth/LoginService.php:226 +msgid "User disabled" +msgstr "User disabled" + +#: lib/SP/Services/Auth/LoginService.php:273 +msgid "Using temporary password" +msgstr "Using temporary password" + +#: lib/SP/Services/Auth/LoginService.php:285 +#: lib/SP/Services/Auth/LoginService.php:291 +#: lib/SP/Services/Auth/LoginService.php:309 +#: lib/SP/Services/Auth/LoginService.php:315 +msgid "Wrong master password" +msgstr "Wrong master password" + +#: lib/SP/Services/Auth/LoginService.php:330 +msgid "Your previous password is needed" +msgstr "Your previous password is needed" + +#: lib/SP/Services/Auth/LoginService.php:342 +msgid "The Master Password either is not saved or is wrong" +msgstr "The Master Password either is not saved or is wrong" + +#: lib/SP/Services/Auth/LoginService.php:456 +#: lib/SP/Services/Auth/LoginService.php:519 +msgid "LDAP Server" +msgstr "LDAP Server" + +#: lib/SP/Services/Auth/LoginService.php:475 +#: lib/SP/Services/Auth/LoginService.php:480 +msgid "Account expired" +msgstr "Account expired" + +#: lib/SP/Services/Auth/LoginService.php:488 +#: lib/SP/Services/Auth/LoginService.php:493 +msgid "User has no associated groups" +msgstr "User has no associated groups" + +#: lib/SP/Services/Auth/LoginService.php:609 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:12 +msgid "Authentication" +msgstr "Authentication" + +#: lib/SP/Services/AuthToken/AuthTokenService.php:139 +#: lib/SP/Services/AuthToken/AuthTokenService.php:277 +#: lib/SP/Services/AuthToken/AuthTokenService.php:291 +msgid "Token not found" +msgstr "Token not found" + +#: lib/SP/Services/AuthToken/AuthTokenService.php:158 +msgid "Error while removing the tokens" +msgstr "Error while removing the tokens" + +#: lib/SP/Services/Backup/FileBackupService.php:100 +msgid "Make Backup" +msgstr "Realizar cópia de segurança" + +#: lib/SP/Services/Backup/FileBackupService.php:107 +msgid "Error while doing the backup in compatibility mode" +msgstr "Error while doing the backup in compatibility mode" + +#: lib/SP/Services/Backup/FileBackupService.php:118 +msgid "Error while doing the backup" +msgstr "Erro ao realizar a cópia de segurança" + +#: lib/SP/Services/Backup/FileBackupService.php:139 +#, php-format +msgid "Unable to create the backups directory (\"%s\")" +msgstr "Unable to create the backups directory (\"%s\")" + +#: lib/SP/Services/Backup/FileBackupService.php:144 +msgid "Please, check the backup directory permissions" +msgstr "Please, check the backup directory permissions" + +#: lib/SP/Services/Backup/FileBackupService.php:211 +msgid "Copying database" +msgstr "Copying database" + +#: lib/SP/Services/Backup/FileBackupService.php:343 +#: lib/SP/Services/Backup/FileBackupService.php:367 +msgid "Copying application" +msgstr "Copying application" + +#: lib/SP/Services/Backup/FileBackupService.php:362 +msgid "This operation is only available on Linux environments" +msgstr "This operation is only available on Linux environments" + +#: lib/SP/Services/Category/CategoryService.php:77 +#: lib/SP/Services/Category/CategoryService.php:98 +#: lib/SP/Services/Category/CategoryService.php:115 +msgid "Category not found" +msgstr "Category not found" + +#: lib/SP/Services/Category/CategoryService.php:134 +msgid "Error while deleting categories" +msgstr "Error while deleting categories" + +#: lib/SP/Services/Client/ClientService.php:76 +#: lib/SP/Services/Client/ClientService.php:95 +#: lib/SP/Services/Client/ClientService.php:110 +msgid "Client not found" +msgstr "Client not found" + +#: lib/SP/Services/Config/ConfigBackupService.php:115 +#: lib/SP/Services/Config/ConfigBackupService.php:122 +msgid "Unable to restore the configuration" +msgstr "Unable to restore the configuration" + +#: lib/SP/Services/Config/ConfigService.php:68 +#: lib/SP/Services/Config/ConfigService.php:153 +#, php-format +msgid "Parameter not found (%s)" +msgstr "Parameter not found (%s)" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:103 +msgid "Generate temporary password" +msgstr "Generate temporary password" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:110 +msgid "Error while generating the temporary password" +msgstr "Error while generating the temporary password" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:131 +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:181 +msgid "Temporary password expired" +msgstr "Temporary password expired" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:160 +msgid "Error while checking the temporary password" +msgstr "Error while checking the temporary password" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:213 +#, php-format +msgid "Master Password %s" +msgstr "Master Password %s" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:214 +msgid "" +"A new sysPass master password has been generated, so next time you log into " +"the application it will be requested." +msgstr "" +"A new sysPass master password has been generated, so next time you log into " +"the application it will be requested." + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:216 +#, php-format +msgid "The new Master Password is: %s" +msgstr "The new Master Password is: %s" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:218 +#, php-format +msgid "This password will be valid until: %s" +msgstr "This password will be valid until: %s" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:220 +msgid "Please, don't forget to log in as soon as possible to save the changes." +msgstr "" +"Please, don't forget to log in as soon as possible to save the changes." + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:68 +msgid "There aren't any data from custom fields" +msgstr "There aren't any data from custom fields" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:76 +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:84 +msgid "Updating encrypted data" +msgstr "Updating encrypted data" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:109 +msgid "Records updated" +msgstr "Records updated" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:110 +msgid "Records not updated" +msgstr "Records not updated" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:136 +msgid "Error while updating the custom fields data" +msgstr "Error while updating the custom fields data" + +#: lib/SP/Services/CustomField/CustomFieldDefService.php:109 +msgid "Field not found" +msgstr "Field not found" + +#: lib/SP/Services/CustomField/CustomFieldDefService.php:130 +msgid "Error while deleting the fields" +msgstr "Error while deleting the fields" + +#: lib/SP/Services/CustomField/CustomFieldTypeService.php:84 +msgid "Field type not found" +msgstr "Field type not found" + +#: lib/SP/Services/Export/XmlExportService.php:127 +#: lib/SP/Storage/File/FileCache.php:74 +#: lib/SP/Storage/File/FileCachePacked.php:116 +#, php-format +msgid "Unable to create the directory (%s)" +msgstr "Unable to create the directory (%s)" + +#: lib/SP/Services/Export/XmlExportService.php:203 +msgid "Error while exporting" +msgstr "Error ao realizar a exportação" + +#: lib/SP/Services/Export/XmlExportService.php:271 +msgid "Exporting categories" +msgstr "Exporting categories" + +#: lib/SP/Services/Export/XmlExportService.php:383 +msgid "Exporting clients" +msgstr "Exporting clients" + +#: lib/SP/Services/Export/XmlExportService.php:429 +msgid "Exporting tags" +msgstr "Exporting tags" + +#: lib/SP/Services/Export/XmlExportService.php:473 +msgid "Exporting accounts" +msgstr "Exporting accounts" + +#: lib/SP/Services/Export/XmlExportService.php:583 +msgid "Error while creating the XML file" +msgstr "Error while creating the XML file" + +#: lib/SP/Services/Export/XmlVerifyService.php:110 +#: lib/SP/Services/Import/XmlFileImport.php:81 +msgid "Unable to process the XML file" +msgstr "Unable to process the XML file" + +#: lib/SP/Services/Export/XmlVerifyService.php:177 +#: lib/SP/Services/Import/SyspassImport.php:176 +msgid "Error while checking integrity hash" +msgstr "Error while checking integrity hash" + +#: 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 "Wrong encryption password" +msgstr "Wrong encryption password" + +#: lib/SP/Services/Import/CsvImport.php:50 +#, php-format +msgid "Detected format: %s" +msgstr "Detected format: %s" + +#: lib/SP/Services/Import/CsvImportBase.php:130 +#: lib/SP/Services/Import/CsvImportBase.php:176 +#, php-format +msgid "Wrong number of fields (%d)" +msgstr "Wrong number of fields (%d)" + +#: lib/SP/Services/Import/CsvImportBase.php:132 +#: lib/SP/Services/Import/CsvImportBase.php:178 +#, php-format +msgid "Please, check the CSV file format in line %s" +msgstr "Please, check the CSV file format in line %s" + +#: lib/SP/Services/Import/CsvImportBase.php:158 +#: lib/SP/Services/Import/KeepassImport.php:103 +#: lib/SP/Services/Import/SyspassImport.php:387 +msgid "Account imported" +msgstr "Account imported" + +#: lib/SP/Services/Import/CsvImportBase.php:166 +msgid "Error while importing the account" +msgstr "Error while importing the account" + +#: lib/SP/Services/Import/CsvImportBase.php:167 +msgid "Error while processing line" +msgstr "Error while processing line" + +#: lib/SP/Services/Import/FileImport.php:67 +#: lib/SP/Services/Import/FileImport.php:88 +msgid "File successfully uploaded" +msgstr "File successfully uploaded" + +#: lib/SP/Services/Import/FileImport.php:69 +#: lib/SP/Services/Import/FileImport.php:90 +msgid "Please check the web server user permissions" +msgstr "Please check the web server user permissions" + +#: lib/SP/Services/Import/FileImport.php:102 +msgid "Please, check the file extension" +msgstr "Please, check the file extension" + +#: lib/SP/Services/Import/FileImport.php:118 +msgid "Please, check PHP configuration for upload files" +msgstr "Please, check PHP configuration for upload files" + +#: lib/SP/Services/Import/ImportService.php:89 +#, php-format +msgid "Mime type not supported (\"%s\")" +msgstr "Mime type not supported (\"%s\")" + +#: lib/SP/Services/Import/ImportService.php:91 +msgid "Please, check the file format" +msgstr "Please, check the file format" + +#: lib/SP/Services/Import/ImportTrait.php:107 +msgid "Category Id not set. Unable to import account." +msgstr "Category Id not set. Unable to import account." + +#: lib/SP/Services/Import/ImportTrait.php:111 +msgid "Client Id not set. Unable to import account." +msgstr "Client Id not set. Unable to import account." + +#: lib/SP/Services/Import/KeepassImport.php:58 +msgid "KeePass XML Import" +msgstr "KeePass XML Import" + +#: lib/SP/Services/Import/KeepassImport.php:91 +#: lib/SP/Services/Import/SyspassImport.php:211 +msgid "Category imported" +msgstr "Category imported" + +#: lib/SP/Services/Import/SyspassImport.php:58 +msgid "sysPass XML Import" +msgstr "sysPass XML Import" + +#: lib/SP/Services/Import/SyspassImport.php:69 +msgid "Encryption password not set" +msgstr "Encryption password not set" + +#: lib/SP/Services/Import/SyspassImport.php:162 +msgid "Data unencrypted" +msgstr "Data unencrypted" + +#: lib/SP/Services/Import/SyspassImport.php:177 +msgid "" +"If you are importing an exported file from the same origin, the data could " +"be compromised." +msgstr "" +"If you are importing an exported file from the same origin, the data could " +"be compromised." + +#: lib/SP/Services/Import/SyspassImport.php:250 +#: lib/SP/Services/Import/SyspassImport.php:290 +msgid "Client imported" +msgstr "Client imported" + +#: lib/SP/Services/Import/SyspassImport.php:326 +msgid "Tag imported" +msgstr "Tag imported" + +#: lib/SP/Services/Import/XmlFileImport.php:105 +msgid "XML file not supported" +msgstr "XML file not supported" + +#: lib/SP/Services/Import/XmlFileImport.php:107 +msgid "Unable to guess the application which data was exported from" +msgstr "Unable to guess the application which data was exported from" + +#: lib/SP/Services/Import/XmlImport.php:98 +msgid "Format not detected" +msgstr "Format not detected" + +#: lib/SP/Services/Import/XmlImport.php:106 +msgid "Not implemented" +msgstr "Not implemented" + +#: lib/SP/Services/Import/XmlImportBase.php:107 +#: lib/SP/Services/Import/XmlImportTrait.php:78 +msgid "Invalid Method" +msgstr "Invalid Method" + +#: lib/SP/Services/Import/XmlImportBase.php:119 +#: lib/SP/Services/Import/XmlImportTrait.php:68 +msgid "Invalid XML format" +msgstr "Invalid XML format" + +#: lib/SP/Services/Import/XmlImportBase.php:121 +#: lib/SP/Services/Import/XmlImportTrait.php:70 +#, php-format +msgid "\"%s\" node doesn't exist" +msgstr "\"%s\" node doesn't exist" + +#: lib/SP/Services/Install/Installer.php:106 +msgid "Please, enter the admin username" +msgstr "Please, enter the admin username" + +#: lib/SP/Services/Install/Installer.php:108 +msgid "Admin user to log into the application" +msgstr "Admin user to log into the application" + +#: lib/SP/Services/Install/Installer.php:113 +msgid "Please, enter the admin's password" +msgstr "Please, enter the admin's password" + +#: lib/SP/Services/Install/Installer.php:115 +msgid "Application administrator's password" +msgstr "Application administrator's password" + +#: lib/SP/Services/Install/Installer.php:120 +msgid "Please, enter the Master Password" +msgstr "Please, enter the Master Password" + +#: lib/SP/Services/Install/Installer.php:122 +msgid "Master password to encrypt the passwords" +msgstr "Master password to encrypt the passwords" + +#: lib/SP/Services/Install/Installer.php:127 +msgid "Master password too short" +msgstr "Master password too short" + +#: lib/SP/Services/Install/Installer.php:129 +msgid "The Master Password length need to be at least 11 characters" +msgstr "The Master Password length need to be at least 11 characters" + +#: lib/SP/Services/Install/Installer.php:134 +msgid "Please, enter the database user" +msgstr "Please, enter the database user" + +#: lib/SP/Services/Install/Installer.php:136 +msgid "An user with database administrative rights" +msgstr "An user with database administrative rights" + +#: lib/SP/Services/Install/Installer.php:141 +msgid "Please, enter the database password" +msgstr "Please, enter the database password" + +#: lib/SP/Services/Install/Installer.php:143 +msgid "Database administrator's password" +msgstr "Database administrator's password" + +#: lib/SP/Services/Install/Installer.php:148 +msgid "Please, enter the database name" +msgstr "Please, enter the database name" + +#: lib/SP/Services/Install/Installer.php:150 +msgid "Application database name. eg. syspass" +msgstr "Application database name. eg. syspass" + +#: lib/SP/Services/Install/Installer.php:155 +msgid "Database name cannot contain \".\"" +msgstr "Database name cannot contain \".\"" + +#: lib/SP/Services/Install/Installer.php:157 +msgid "Please, remove dots in database name" +msgstr "Please, remove dots in database name" + +#: lib/SP/Services/Install/Installer.php:162 +msgid "Please, enter the database server" +msgstr "Please, enter the database server" + +#: lib/SP/Services/Install/Installer.php:164 +msgid "Server where the database will be installed" +msgstr "Server where the database will be installed" + +#: lib/SP/Services/Install/Installer.php:318 +#: lib/SP/Services/Install/Installer.php:369 +msgid "Warn to developer" +msgstr "Warn to developer" + +#: lib/SP/Services/Install/Installer.php:359 +msgid "Error while creating 'admin' user" +msgstr "Error while creating 'admin' user" + +#: lib/SP/Services/Install/MySQL.php:135 +#, php-format +msgid "Unable to check the sysPass user (%s)" +msgstr "Unable to check the sysPass user (%s)" + +#: lib/SP/Services/Install/MySQL.php:137 +msgid "Please, check the DB connection user rights" +msgstr "Please, check the DB connection user rights" + +#: lib/SP/Services/Install/MySQL.php:181 +#, php-format +msgid "Error while creating the MySQL connection user '%s'" +msgstr "Error while creating the MySQL connection user '%s'" + +#: lib/SP/Services/Install/MySQL.php:201 +msgid "The database already exists" +msgstr "The database already exists" + +#: lib/SP/Services/Install/MySQL.php:203 +msgid "Please, enter a new database or delete the existing one" +msgstr "Please, enter a new database or delete the existing one" + +#: 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 while creating the DB ('%s')" +msgstr "Error while creating the DB ('%s')" + +#: lib/SP/Services/Install/MySQL.php:215 lib/SP/Services/Install/MySQL.php:239 +msgid "Please check the database user permissions" +msgstr "Please check the database user permissions" + +#: lib/SP/Services/Install/MySQL.php:237 +#, php-format +msgid "Error while setting the database permissions ('%s')" +msgstr "Error while setting the database permissions ('%s')" + +#: lib/SP/Services/Install/MySQL.php:251 +msgid "The database does not exist" +msgstr "The database does not exist" + +#: lib/SP/Services/Install/MySQL.php:253 +msgid "You need to create it and assign the needed permissions" +msgstr "You need to create it and assign the needed permissions" + +#: lib/SP/Services/Install/MySQL.php:309 +#, php-format +msgid "Error while selecting '%s' database (%s)" +msgstr "Error while selecting '%s' database (%s)" + +#: lib/SP/Services/Install/MySQL.php:311 +msgid "" +"Unable to use the database to create the structure. Please check the " +"permissions and it does not exist." +msgstr "" +"Unable to use the database to create the structure. Please check the " +"permissions and it does not exist." + +#: lib/SP/Services/Install/MySQL.php:331 +msgid "Error while creating database structure." +msgstr "Error while creating database structure." + +#: lib/SP/Services/Install/MySQL.php:365 +msgid "Please, try the installation again" +msgstr "Please, try the installation again" + +#: lib/SP/Services/ItemPreset/ItemPresetService.php:84 +#: lib/SP/Services/ItemPreset/ItemPresetService.php:105 +msgid "Value not found" +msgstr "Value not found" + +#: lib/SP/Services/ItemPreset/ItemPresetService.php:188 +msgid "Error while deleting the values" +msgstr "Error while deleting the values" + +#: lib/SP/Services/Ldap/LdapImportService.php:109 +#: lib/SP/Services/Ldap/LdapImportService.php:196 +msgid "Objects found" +msgstr "Objectos encontrados" + +#: lib/SP/Services/Ldap/LdapImportService.php:134 +#: lib/SP/Services/Ldap/LdapImportService.php:229 +msgid "Imported from LDAP" +msgstr "Imported from LDAP" + +#: lib/SP/Services/Mail/MailService.php:66 +msgid "Mail test" +msgstr "Mail test" + +#: lib/SP/Services/Mail/MailService.php:67 +msgid "" +"This is a test email in order to verify that the configuration is working " +"right." +msgstr "" +"This is a test email in order to verify that the configuration is working " +"right." + +#: lib/SP/Services/Mail/MailService.php:186 +msgid "Mail service unavailable" +msgstr "Mail service unavailable" + +#: 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 "Notification not found" +msgstr "Notification not found" + +#: 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 not found" +msgstr "Plugin not found" + +#: 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 "Link not found" +msgstr "Link not found" + +#: lib/SP/Services/PublicLink/PublicLinkService.php:238 +msgid "Error while removing the links" +msgstr "Error while removing the links" + +#: lib/SP/Services/Service.php:109 +msgid "Rollback" +msgstr "Rollback" + +#: lib/SP/Services/Service.php:115 +msgid "Unable to start a transaction" +msgstr "Unable to start a transaction" + +#: lib/SP/Services/Service.php:133 lib/SP/Services/Service.php:140 +msgid "Error while retrieving master password from context" +msgstr "Error while retrieving master password from context" + +#: lib/SP/Services/Service.php:160 lib/SP/Services/Service.php:164 +msgid "Error while setting master password in context" +msgstr "Error while setting master password in context" + +#: lib/SP/Services/Tag/TagService.php:75 lib/SP/Services/Tag/TagService.php:94 +#: lib/SP/Services/Tag/TagService.php:111 +msgid "Tag not found" +msgstr "Tag not found" + +#: lib/SP/Services/Task/TaskService.php:81 +msgid "Unable to create the lock file" +msgstr "Unable to create the lock file" + +#: lib/SP/Services/Task/TaskService.php:184 +msgid "Waiting for progress updating ..." +msgstr "Waiting for progress updating ..." + +#: lib/SP/Services/Track/TrackService.php:87 +#: lib/SP/Services/Track/TrackService.php:101 +#: lib/SP/Services/Track/TrackService.php:128 +msgid "Track not found" +msgstr "Track not found" + +#: lib/SP/Services/Track/TrackService.php:162 +#, php-format +msgid "Attempts exceeded (%d/%d)" +msgstr "Attempts exceeded (%d/%d)" + +#: lib/SP/Services/Track/TrackService.php:163 +msgid "Seconds" +msgstr "Seconds" + +#: lib/SP/Services/Track/TrackService.php:208 +msgid "IP address not set" +msgstr "IP address not set" + +#: lib/SP/Services/Upgrade/UpgradeAppService.php:65 +#: lib/SP/Services/Upgrade/UpgradeAppService.php:88 +msgid "Update Application" +msgstr "Update Application" + +#: lib/SP/Services/Upgrade/UpgradeAppService.php:72 +msgid "Error while applying the application update" +msgstr "Error while applying the application update" + +#: lib/SP/Services/Upgrade/UpgradeAppService.php:74 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:100 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:108 +msgid "Please, check the event log for more details" +msgstr "Please, check the event log for more details" + +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:55 +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:85 +msgid "API authorizations update" +msgstr "API authorizations update" + +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:70 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:206 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:236 +msgid "Update Configuration" +msgstr "Update Configuration" + +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:82 +msgid "Parameter" +msgstr "Parameter" + +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:121 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:125 +msgid "Error while updating the configuration" +msgstr "Error while updating the configuration" + +#: 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 "Custom fields update" +msgstr "Custom fields update" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:91 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:122 +msgid "Update DB" +msgstr "Update DB" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:98 +msgid "Error while applying an auxiliary update" +msgstr "Error while applying an auxiliary update" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:106 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:177 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:181 +msgid "Error while updating the database" +msgstr "Error while updating the database" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:154 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:156 +msgid "Update file does not contain data" +msgstr "Update file does not contain data" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:187 +msgid "Database updating was completed successfully." +msgstr "Database updating was completed successfully." + +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:56 +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:102 +msgid "Public links update" +msgstr "Public links update" + +#: lib/SP/Services/User/UserPassService.php:256 +#: lib/SP/Services/User/UserService.php:123 +#: lib/SP/Services/User/UserService.php:154 +#: lib/SP/Services/User/UserService.php:173 +msgid "User does not exist" +msgstr "User does not exist" + +#: lib/SP/Services/User/UserService.php:192 +msgid "User not found" +msgstr "User not found" + +#: lib/SP/Services/UserGroup/UserGroupService.php:80 +#: lib/SP/Services/UserGroup/UserGroupService.php:98 +#: lib/SP/Services/UserGroup/UserGroupService.php:187 +#: lib/SP/Services/UserGroup/UserToUserGroupService.php:57 +msgid "Group not found" +msgstr "Group not found" + +#: lib/SP/Services/UserGroup/UserGroupService.php:115 +msgid "Error while deleting the groups" +msgstr "Error while deleting the groups" + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:66 +msgid "A request for changing your user password has been done." +msgstr "A request for changing your user password has been done." + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:68 +msgid "In order to complete the process, please go to this URL:" +msgstr "In order to complete the process, please go to this URL:" + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:72 +msgid "If you have not requested this action, please dismiss this message." +msgstr "If you have not requested this action, please dismiss this message." + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:87 +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:155 +msgid "Wrong hash or expired" +msgstr "Wrong hash or expired" + +#: lib/SP/Services/UserProfile/UserProfileService.php:65 +#: lib/SP/Services/UserProfile/UserProfileService.php:97 +msgid "Profile not found" +msgstr "Profile not found" + +#: lib/SP/Services/Wiki/DokuWikiApi.php:68 +msgid "Authentication error" +msgstr "Authentication error" + +#: lib/SP/Services/Wiki/DokuWikiApiBase.php:196 +msgid "Error while doing the query" +msgstr "Error while doing the query" + +#: lib/SP/Services/Wiki/DokuWikiApiBase.php:228 +msgid "Connection URL not set" +msgstr "Connection URL not set" + +#: lib/SP/Storage/Database/Database.php:131 +msgid "Blank query" +msgstr "Blank query" + +#: lib/SP/Storage/Database/Database.php:259 +msgid "Integrity constraint" +msgstr "Integrity constraint" + +#: lib/SP/Storage/Database/MySQLHandler.php:99 +#: lib/SP/Storage/Database/MySQLHandler.php:166 +msgid "Please, check the connection parameters" +msgstr "Please, check the connection parameters" + +#: lib/SP/Storage/Database/QueryData.php:354 app/config/strings.js.inc:26 +msgid "Error while querying" msgstr "Error while querying" -#: ../../../config/strings.js.inc:27 -msgid "Ha ocurrido un error" +#: lib/SP/Storage/File/FileCachePacked.php:57 +#, php-format +msgid "Error while decompressing the file data (%s)" +msgstr "Error while decompressing the file data (%s)" + +#: lib/SP/Storage/File/FileCachePacked.php:61 +msgid "Error while retrieving the data" +msgstr "Error while retrieving the data" + +#: lib/SP/Storage/File/FileCachePacked.php:99 +#, php-format +msgid "Error while compressing the file data (%s)" +msgstr "Error while compressing the file data (%s)" + +#: lib/SP/Storage/File/FileCachePacked.php:144 +msgid "Data not loaded" +msgstr "Data not loaded" + +#: lib/SP/Storage/File/FileHandler.php:72 +#: lib/SP/Storage/File/FileHandler.php:135 +#, php-format +msgid "Unable to read/write the file (%s)" +msgstr "Unable to read/write the file (%s)" + +#: lib/SP/Storage/File/FileHandler.php:89 +#, php-format +msgid "Unable to open the file (%s)" +msgstr "Unable to open the file (%s)" + +#: lib/SP/Storage/File/FileHandler.php:104 +#: lib/SP/Storage/File/FileHandler.php:118 +#, php-format +msgid "Unable to read from file (%s)" +msgstr "Unable to read from file (%s)" + +#: lib/SP/Storage/File/FileHandler.php:173 +#, php-format +msgid "Unable to close the file (%s)" +msgstr "Unable to close the file (%s)" + +#: lib/SP/Storage/File/FileHandler.php:219 +#, php-format +msgid "Unable to write in file (%s)" +msgstr "Unable to write in file (%s)" + +#: lib/SP/Storage/File/FileHandler.php:234 +#, php-format +msgid "File not found (%s)" +msgstr "File not found (%s)" + +#: lib/SP/Storage/File/FileHandler.php:259 +#: lib/SP/Storage/File/FileHandler.php:314 +#, php-format +msgid "Unable to read/write file (%s)" +msgstr "Unable to read/write file (%s)" + +#: lib/SP/Storage/File/FileHandler.php:286 +#, php-format +msgid "Unable to delete file (%s)" +msgstr "Unable to delete file (%s)" + +#: lib/SP/Storage/File/XmlHandler.php:89 lib/SP/Storage/File/XmlHandler.php:309 +msgid "XML node does not exist" +msgstr "XML node does not exist" + +#: lib/SP/Storage/File/XmlHandler.php:167 +msgid "There aren't any items to save" +msgstr "There aren't any items to save" + +#: lib/SP/Util/Connection.php:157 +msgid "Socket not initialized" +msgstr "Socket not initialized" + +#: lib/SP/Util/Connection.php:164 +msgid "Error while sending the data" +msgstr "Error while sending the data" + +#: lib/SP/Util/ErrorUtil.php:148 +msgid "Option unavailable" +msgstr "Option unavailable" + +#: lib/SP/Util/ErrorUtil.php:168 lib/SP/Util/ErrorUtil.php:175 +msgid "An exception occured" +msgstr "An exception occured" + +#: lib/SP/Util/ImageUtil.php:65 +msgid "Invalid image" +msgstr "Invalid image" + +#: app/config/strings.js.inc:27 +msgid "There was an error" msgstr "There was an error" -#: ../../../config/strings.js.inc:28 ../../../config/strings.js.inc:86 -msgid "Sesión finalizada" +#: app/config/strings.js.inc:28 app/config/strings.js.inc:86 +msgid "Session finished" msgstr "Session finished" -#: ../../../config/strings.js.inc:29 -msgid "Borrar la cuenta?" +#: app/config/strings.js.inc:29 +msgid "Delete account?" msgstr "Delete account?" -#: ../../../config/strings.js.inc:30 -msgid "Borrar el usuario?" +#: app/config/strings.js.inc:30 +msgid "Delete user?" msgstr "Delete user?" -#: ../../../config/strings.js.inc:31 -msgid "Guarde la configuración para que sea efectiva" +#: app/config/strings.js.inc:31 +msgid "You should save configuration in order to take effect" msgstr "You should save configuration in order to take effect" -#: ../../../config/strings.js.inc:32 -msgid "Clave Generada" +#: app/config/strings.js.inc:32 +msgid "Generated Password" msgstr "Generated Password" -#: ../../../config/strings.js.inc:33 -msgid "Nivel alto" +#: app/config/strings.js.inc:33 +msgid "High level" msgstr "High level" -#: ../../../config/strings.js.inc:34 -msgid "Nivel medio" +#: app/config/strings.js.inc:34 +msgid "Average level" msgstr "Average level" -#: ../../../config/strings.js.inc:35 -msgid "Nivel bajo" +#: app/config/strings.js.inc:35 +msgid "Low level" msgstr "Low level" -#: ../../../config/strings.js.inc:36 -msgid "Nivel muy alto" +#: app/config/strings.js.inc:36 +msgid "Very High level" msgstr "Very High level" -#: ../../../config/strings.js.inc:37 -msgid "Utilizar al menos 8 caracteres" +#: app/config/strings.js.inc:37 +msgid "You should use at least 8 characters" msgstr "You should use at least 8 characters" -#: ../../../config/strings.js.inc:38 -msgid "Borrar elemento?" +#: app/config/strings.js.inc:38 +msgid "Delete item?" msgstr "Delete item?" -#: ../../../config/strings.js.inc:39 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:22 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:31 -msgid "Página no encontrada" +#: app/config/strings.js.inc:39 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:22 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:31 +msgid "Page not found" msgstr "Page not found" -#: ../../../config/strings.js.inc:40 -msgid "Archivo no soportado para visualizar" -msgstr "File not supported for preview" - -#: ../../../config/strings.js.inc:41 -msgid "Eliminar archivo?" +#: app/config/strings.js.inc:41 +msgid "Delete file?" msgstr "Delete file?" -#: ../../../config/strings.js.inc:42 -msgid "Su navegador no soporta subir archivos con HTML5" +#: app/config/strings.js.inc:42 +msgid "Your browser does not support HTML5 file uploads" msgstr "Your browser does not support HTML5 file uploads" -#: ../../../config/strings.js.inc:43 -msgid "Demasiados archivos" +#: app/config/strings.js.inc:43 +msgid "Too many files" msgstr "Too many files" -#: ../../../config/strings.js.inc:44 -msgid "Tamaño de archivo no permitido" +#: app/config/strings.js.inc:44 +msgid "File size not allowed" msgstr "File size not allowed" -#: ../../../config/strings.js.inc:45 -msgid "Extensión no permitida" +#: app/config/strings.js.inc:45 +msgid "Extension not allowed" msgstr "Extensão não permitida" -#: ../../../config/strings.js.inc:46 -msgid "Vaciar el registro de eventos?" +#: app/config/strings.js.inc:46 +msgid "Clear the event log out?" msgstr "Clear the event log out?" -#: ../../../config/strings.js.inc:47 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:179 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:281 -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:89 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:59 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:253 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:84 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:54 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:152 -msgid "Seleccionar Grupo" +#: app/config/strings.js.inc:47 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:179 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:281 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:89 +#: app/modules/web/themes/material-blue/views/config/import.inc:59 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:253 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:84 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:54 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:152 +msgid "Select Group" msgstr "Select Group" -#: ../../../config/strings.js.inc:48 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:161 -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:114 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:32 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:278 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:69 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:27 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:37 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:81 -msgid "Seleccionar Usuario" +#: app/config/strings.js.inc:48 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:161 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:114 +#: app/modules/web/themes/material-blue/views/config/import.inc:32 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:278 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:69 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:27 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:37 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:81 +msgid "Select User" msgstr "Select User" -#: ../../../config/strings.js.inc:49 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:71 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:135 -msgid "Seleccionar Perfil" +#: app/config/strings.js.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:71 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:135 +msgid "Select Profile" msgstr "Select Profile" -#: ../../../config/strings.js.inc:50 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:84 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:39 -msgid "Seleccionar Cliente" +#: app/config/strings.js.inc:50 +#: app/modules/web/themes/material-blue/views/account/account.inc:84 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:39 +msgid "Select Client" msgstr "Select Client" -#: ../../../config/strings.js.inc:51 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:109 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:43 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:54 -msgid "Seleccionar Categoría" +#: app/config/strings.js.inc:51 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:78 +#: app/modules/web/themes/material-blue/views/account/account.inc:109 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:43 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:54 +msgid "Select Category" msgstr "Select Category" -#: ../../../config/strings.js.inc:52 -msgid "Sin resultados" +#: app/config/strings.js.inc:52 +msgid "No results" msgstr "No results" -#: ../../../config/strings.js.inc:53 -msgid "Opciones de clave" +#: app/config/strings.js.inc:53 +msgid "Password options" msgstr "Password options" -#: ../../../config/strings.js.inc:54 -msgid "Generar clave aleatoria" +#: app/config/strings.js.inc:54 +msgid "Generate random password" msgstr "Generate random password" -#: ../../../config/strings.js.inc:55 -msgid "Complejidad" +#: app/config/strings.js.inc:55 +msgid "Complexity" msgstr "Complexity" -#: ../../../config/strings.js.inc:56 -msgid "Restablecer" +#: app/config/strings.js.inc:56 +msgid "Reset" msgstr "Reset" -#: ../../../config/strings.js.inc:57 -msgid "Nivel de fortaleza de la clave" +#: app/config/strings.js.inc:57 +msgid "Password strength level" msgstr "Password strength level" -#: ../../../config/strings.js.inc:58 -msgid "Mostrar Clave" +#: app/config/strings.js.inc:58 +msgid "Show Password" msgstr "Show Password" -#: ../../../config/strings.js.inc:59 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:24 -msgid "Copiar Usuario" +#: app/config/strings.js.inc:59 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:24 +msgid "Copy Username" msgstr "Copy Username" #. (itstool) path: action/text -#: ../../../config/strings.js.inc:60 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:41 -#: ../../../config/actions.xml:199 ../../../config/actions.xml:271 -msgid "Copiar Clave" +#: app/config/strings.js.inc:60 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:41 +#: app/config/actions.xml:199 app/config/actions.xml:271 +msgid "Copy Password" msgstr "Copy Password" -#: ../../../config/strings.js.inc:61 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:84 -msgid "Incluir Números" +#: app/config/strings.js.inc:61 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:84 +msgid "Include Numbers" msgstr "Include Numbers" -#: ../../../config/strings.js.inc:62 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:126 -msgid "Incluir Mayúsculas" +#: app/config/strings.js.inc:62 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:126 +msgid "Include Uppercase" msgstr "Include Uppercase" -#: ../../../config/strings.js.inc:63 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:112 -msgid "Incluir Símbolos" +#: app/config/strings.js.inc:63 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:112 +msgid "Include Symbols" msgstr "Include Symbols" -#: ../../../config/strings.js.inc:64 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:16 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:24 -msgid "Longitud" +#: app/config/strings.js.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:16 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:24 +msgid "Length" msgstr "Length" -#: ../../../config/strings.js.inc:65 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:42 -msgid "Seleccionar Acción" +#: app/config/strings.js.inc:65 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:42 +msgid "Select Action" msgstr "Select Action" -#: ../../../config/strings.js.inc:68 -msgid "Aceptar" +#: app/config/strings.js.inc:68 +msgid "Accept" msgstr "Accept" -#: ../../../config/strings.js.inc:69 -msgid "Cancelar" +#: app/config/strings.js.inc:69 +msgid "Cancel" msgstr "Cancel" -#: ../../../config/strings.js.inc:70 -msgid "Clave Copiada al Portapapeles" +#: app/config/strings.js.inc:70 +msgid "Password Copied into Clipboard" msgstr "Password Copied into Clipboard" -#: ../../../config/strings.js.inc:71 -msgid "Error al copiar al portapapeles" +#: app/config/strings.js.inc:71 +msgid "Error while copying to clipboard" msgstr "Error while copying to clipboard" -#: ../../../config/strings.js.inc:73 -msgid "Recibir notificaciones?" +#: app/config/strings.js.inc:73 +msgid "Send notifies?" msgstr "Send notifies?" -#: ../../../config/strings.js.inc:74 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:160 -msgid "Marcar Favorito" +#. (itstool) path: action/text +#: app/config/strings.js.inc:74 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:160 +#: app/config/actions.xml:247 +msgid "Mark as Favorite" msgstr "Mark as Favorite" #. (itstool) path: action/text -#: ../../../config/strings.js.inc:75 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:150 -#: ../../../config/actions.xml:253 -msgid "Eliminar Favorito" +#: app/config/strings.js.inc:75 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:150 +#: app/config/actions.xml:253 +msgid "Delete Favorite" msgstr "Delete Favorite" -#: ../../../config/strings.js.inc:76 -msgid "Limpiar Selección" +#: app/config/strings.js.inc:76 +msgid "Clear Selection" msgstr "Clear Selection" -#: ../../../config/strings.js.inc:77 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:80 -msgid "Mostrar Favoritos" +#. (itstool) path: action/text +#: app/config/strings.js.inc:77 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:80 +#: app/config/actions.xml:241 +msgid "Show Favorites" msgstr "Show Favorites" -#: ../../../config/strings.js.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:74 -msgid "Mostrar Todos" +#: app/config/strings.js.inc:78 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:74 +msgid "Display All" msgstr "Display All" -#: ../../../config/strings.js.inc:79 -msgid "Ayuda" -msgstr "Help" - -#: ../../../config/strings.js.inc:80 -msgid "Sin cambios" -msgstr "Sem modificações" - -#: ../../../config/strings.js.inc:81 -msgid "Ahora" +#: app/config/strings.js.inc:81 +msgid "Now" msgstr "Now" -#: ../../../config/strings.js.inc:82 +#: app/config/strings.js.inc:82 msgid "" -"Este proceso importará los usuarios de LDAP detectados. Desea continuar?" +"This process will import the detected LDAP users. Would you like to continue?" msgstr "" "This process will import the detected LDAP users. Would you like to continue?" -#: ../../../config/strings.js.inc:83 -msgid "Esta acción restablecerá todos los datos del plugin. Desea continuar?" +#: app/config/strings.js.inc:83 +msgid "This action will reset all plugin data. Do you want to continue?" msgstr "This action will reset all plugin data. Do you want to continue?" -#: ../../../config/strings.js.inc:84 -msgid "Este proceso puede durar algo de tiempo. Desea continuar?" +#: app/config/strings.js.inc:84 +msgid "This process could take some time long. Do you wish to continue?" msgstr "This process could take some time long. Do you wish to continue?" -#: ../../../config/strings.js.inc:85 -msgid "Aviso" -msgstr "Warning" - -#: ../../../config/strings.js.inc:87 -msgid "" -"Realizando tarea. Por favor, no cierre la ventana/pestaña del navegador." +#: app/config/strings.js.inc:87 +msgid "Performing task. Please, do not close browser's window/tab." msgstr "Performing task. Please, do not close browser's window/tab." -#: ../../../config/strings.js.inc:88 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:98 -msgid "Incluir Letras" +#: app/config/strings.js.inc:88 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:98 +msgid "Include Letters" msgstr "Include Letters" -#: ../../../config/strings.js.inc:89 -msgid "Cookies deshabilitadas. La aplicación no funcionará correctamente." +#: app/config/strings.js.inc:89 +msgid "Cookies disabled. Application won't work properly." msgstr "Cookies disabled. Application won't work properly." -#: ../../../config/strings.js.inc:90 -msgid "Portapapeles no soportado por el navegador." +#: app/config/strings.js.inc:90 +msgid "Clipboard not supported by your browser." msgstr "Clipboard not supported by your browser." -#: ../../../config/strings.js.inc:91 -msgid "Realizando auto-login" +#: app/config/strings.js.inc:91 +msgid "Performing auto-login" msgstr "Performing auto-login" -#: ../../../config/strings.js.inc:92 -msgid "Hay una versión más reciente del plugin {0} ({1})" +#: app/config/strings.js.inc:92 +msgid "There is a more recent version of {0} plugin ({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:30 -msgid "Actualizado" +#: app/config/strings.js.inc:93 +#: app/modules/web/themes/material-blue/views/main/update.inc:30 +msgid "Updated" msgstr "Updated" -#: ../../../config/strings.js.inc:94 -#: ../../../modules/web/themes/material-blue/views/main/update.inc:36 -msgid "Error al comprobar actualizaciones" +#: app/config/strings.js.inc:94 +#: app/modules/web/themes/material-blue/views/main/update.inc:36 +msgid "Error while checking for updates" msgstr "Error while checking for updates" -#: ../../../config/strings.js.inc:95 -msgid "Avisos de sysPass" +#: app/config/strings.js.inc:95 +msgid "sysPass Notices" msgstr "sysPass Notices" -#: ../../../config/strings.js.inc:96 -msgid "Vaciar los tracks?" +#: app/config/strings.js.inc:96 +msgid "Clear the tracks out?" msgstr "Clear the tracks out?" -#: ../../../config/strings.js.inc:97 -msgid "Archivo descargado" -msgstr "File downloaded" - -#: ../../../modules/web/themes/material-blue/views/_layouts/main.inc:21 -msgid "Javascript es necesario para el correcto funcionamiento" +#: app/modules/web/themes/material-blue/views/_layouts/main.inc:21 +msgid "Javascript is needed in order to run correctly" msgstr "Javascript is needed in order to run correctly" -#: ../../../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:40 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:50 -msgid "Volver" -msgstr "Back" - -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:70 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:127 -msgid "Preferencias de usuario" +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:70 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:127 +msgid "User preferences" msgstr "User preferences" -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:74 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:77 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:148 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:151 -msgid "Salir" +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:74 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:77 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:148 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:151 +msgid "Sign Out" msgstr "Sign Out" -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:164 -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:53 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:164 +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:53 msgid "Demo" msgstr "Demo" -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:44 -msgid "Indica si la conexión utiliza HTTPS." +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:44 +msgid "Tells whether the connection uses HTTPS or not." msgstr "Tells whether the connection uses HTTPS or not." -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:44 +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:44 msgid "" -"Las claves de formularios enviados se encriptan mediante PKI, el resto de " -"datos no." +"Passwords sent from forms are encrypted using PKI, the remain data don't." msgstr "" "Passwords sent from forms are encrypted using PKI, the remain data don't." -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:66 -msgid "Ayuda :: FAQ :: Changelog" +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:66 +msgid "Help :: FAQ :: Changelog" msgstr "Help :: FAQ :: Changelog" -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:70 -msgid "Un proyecto de cygnux.org" +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:70 +msgid "A cygnux.org project" msgstr "A cygnux.org project" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:8 -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:12 -msgid "Parámetros especiales" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:8 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:12 +msgid "Special parameters" msgstr "Special parameters" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:14 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:14 msgid "" -"Es posible utilizar uno o varios parámetros especiales separados por espacios" +"You could use either one or several special parameters separated by blank " +"spaces" msgstr "" "You could use either one or several special parameters separated by blank " "spaces" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:16 -msgid "Buscar cuentas a las que 'login' tenga acceso" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:16 +msgid "Search for accounts which 'login' has access rights" msgstr "Search for accounts which 'login' has access rights" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:17 -msgid "Devolver las cuentas en las que 'login' es propietario" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:17 +msgid "Get the accounts in which user login \"login\" is the owner" msgstr "Get the accounts in which user login \"login\" is the owner" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:18 -msgid "Buscar cuentas a las que 'group_name' tenga acceso" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:18 +msgid "Search for accounts which 'group_name' has access rights" msgstr "Search for accounts which 'group_name' has access rights" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:19 -msgid "Devolver las cuentas con grupo principal 'group_name'" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:19 +msgid "Get the accounts in which main group \"group_name\" is set" msgstr "Get the accounts in which main group \"group_name\" is set" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:20 -msgid "Buscar cuentas con archivos con el nombre 'file_name'" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:20 +msgid "Search for accounts which contain a file with the name 'file_name'" msgstr "Search for accounts which contain a file with the name 'file_name'" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:21 -msgid "Buscar cuentas por nombre de cliente" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:21 +msgid "Search for accounts by client name" msgstr "Search for accounts by client name" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:22 -msgid "Buscar cuentas por nombre de categoría" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:22 +msgid "Search for accounts by category name" msgstr "Search for accounts by category name" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:23 -msgid "Devolver la cuenta con ID" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:23 +msgid "Returns the account for the given ID" msgstr "Returns the account for the given ID" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:24 -msgid "Buscar cuentas con la clave caducada" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:24 +msgid "Search for accounts with expired password" msgstr "Search for accounts with expired password" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:25 -msgid "Devolver las cuentas privadas del usuario actual" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:25 +msgid "Get private accounts for current user" msgstr "Get private accounts for current user" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:26 -msgid "Operador para los parámetros especiales" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:26 +msgid "Operator for special parameters" msgstr "Operator for special parameters" -#: ../../../modules/web/themes/material-blue/views/_partials/no_records_found.inc:10 -#: ../../../modules/web/themes/material-blue/views/account/search-index.inc:19 -msgid "No se encontraron registros" +#: app/modules/web/themes/material-blue/views/_partials/no_records_found.inc:10 +#: app/modules/web/themes/material-blue/views/account/search-index.inc:19 +msgid "No records found" msgstr "No records found" -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:85 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:168 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:175 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:64 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:115 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:122 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:59 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:66 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:38 -msgid "Clave (repetir)" +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:85 +#: app/modules/web/themes/material-blue/views/account/account.inc:168 +#: app/modules/web/themes/material-blue/views/account/account.inc:175 +#: app/modules/web/themes/material-blue/views/install/index.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:115 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:122 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:59 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:66 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:38 +msgid "Password (repeat)" msgstr "Password (repeat)" -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:109 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:194 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:254 -msgid "Seleccionar Fecha" +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:109 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:147 +#: app/modules/web/themes/material-blue/views/account/account.inc:194 +#: app/modules/web/themes/material-blue/views/account/account.inc:278 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:254 +msgid "Select date" msgstr "Select date" -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:19 -msgid "Histórico" +#: app/modules/web/themes/material-blue/views/account/account-history.inc:19 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:140 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:142 +#: app/modules/web/themes/material-blue/views/account/account.inc:271 +#: app/modules/web/themes/material-blue/views/account/account.inc:273 +msgid "History" msgstr "History" -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:28 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:45 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:22 -msgid "Detalles" +#: app/modules/web/themes/material-blue/views/account/account-history.inc:28 +#: app/modules/web/themes/material-blue/views/account/account.inc:45 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:22 +msgid "Details" msgstr "Details" -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:127 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:200 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:163 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:169 -msgid "Notas" -msgstr "Notes" - -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:140 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:142 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:271 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:273 -msgid "Historial" -msgstr "History" - -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:147 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:278 -msgid "Seleccionar fecha" -msgstr "Select date" - -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:160 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:293 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:32 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:291 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:293 -msgid "Última Modificación" -msgstr "Last Modification" - -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:23 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:54 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:119 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:140 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:18 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:35 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:57 -msgid "Seleccionar Usuarios" -msgstr "Select Users" - -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:33 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:37 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:101 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:105 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:127 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:176 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:29 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:70 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:53 -msgid "Ver" -msgstr "View" - -#: ../../../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:132 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:136 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:148 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:198 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:46 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:87 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:102 -msgid "Editar" -msgstr "Edit" - -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:91 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:122 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:168 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:190 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:59 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:76 -msgid "Seleccionar Grupos" -msgstr "Select Groups" - -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:204 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:182 -msgid "Privada" -msgstr "Private" - -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:223 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:198 -msgid "Privada Grupo" -msgstr "Private for Group" - -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:15 -msgid "Solicitar Modificación de Cuenta" -msgstr "Request Account Modification" - -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:46 -msgid "Petición" -msgstr "Request" - -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:52 -msgid "Descripción de la petición" -msgstr "Request description" - -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:74 -msgid "Enviar" -msgstr "Send" - -#: ../../../modules/web/themes/material-blue/views/account/account.inc:37 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:133 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:21 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:214 -msgid "Permisos" -msgstr "Permissions" - -#: ../../../modules/web/themes/material-blue/views/account/account.inc:218 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:98 -msgid "Seleccionar Etiquetas" -msgstr "Select Tags" - -#: ../../../modules/web/themes/material-blue/views/account/account.inc:262 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:26 -msgid "Seleccionar Cuenta" -msgstr "Select Account" - -#: ../../../modules/web/themes/material-blue/views/account/account.inc:301 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:303 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:306 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:193 -msgid "Enlace Público" -msgstr "Public Link" - -#: ../../../modules/web/themes/material-blue/views/account/account.inc:314 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:316 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:319 -msgid "Enlace Directo" -msgstr "Direct Link" - -#: ../../../modules/web/themes/material-blue/views/account/details.inc:22 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:24 -msgid "Fecha Alta" -msgstr "Date Added" - -#: ../../../modules/web/themes/material-blue/views/account/details.inc:60 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:62 -msgid "Fecha Edición" -msgstr "Date Modified" - -#: ../../../modules/web/themes/material-blue/views/account/details.inc:68 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:70 -msgid "Editor" -msgstr "Editor" - -#: ../../../modules/web/themes/material-blue/views/account/details.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:80 -msgid "Fecha de Clave" -msgstr "Password Date" - -#: ../../../modules/web/themes/material-blue/views/account/files.inc:37 -msgid "Soltar archivos aquí (max. 5) o click para seleccionar" -msgstr "Drop files here (max. 5) or click to select" - -#: ../../../modules/web/themes/material-blue/views/account/files.inc:39 -#, php-format -msgid "Tamaño máximo de archivo: %d MB" -msgstr "Maximum file size: %d MB" - -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:35 -msgid "Buscar en Wiki" -msgstr "Search in Wiki" - -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:84 -#, php-format -msgid "Abrir enlace a: %s" -msgstr "Open link to: %s" - -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:111 -msgid "Clave Caducada" -msgstr "Password Expired" - -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:125 -msgid "Cuenta Privada (Grupo)" -msgstr "Private Account (Group)" - -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:168 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:127 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:78 +#: app/modules/web/themes/material-blue/views/account/account.inc:200 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:168 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:163 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:169 msgid "Notes" msgstr "Notes" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:182 -msgid "Archivos adjuntos" +#: app/modules/web/themes/material-blue/views/account/account-history.inc:160 +#: app/modules/web/themes/material-blue/views/account/account.inc:293 +#: app/modules/web/themes/material-blue/views/account/details.inc:32 +#: app/modules/web/themes/material-blue/views/account/details.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:291 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:293 +msgid "Last Modification" +msgstr "Last Modification" + +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:23 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:54 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:119 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:140 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:18 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:35 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:57 +msgid "Select Users" +msgstr "Select Users" + +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:33 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:37 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:101 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:105 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:127 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:176 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:29 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:53 +msgid "View" +msgstr "View" + +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:91 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:122 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:168 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:190 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:59 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:76 +msgid "Select Groups" +msgstr "Select Groups" + +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:204 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:182 +msgid "Private" +msgstr "Private" + +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:223 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:198 +msgid "Private for Group" +msgstr "Private for Group" + +#: app/modules/web/themes/material-blue/views/account/account-request.inc:15 +msgid "Request Account Modification" +msgstr "Request Account Modification" + +#: app/modules/web/themes/material-blue/views/account/account-request.inc:52 +msgid "Request description" +msgstr "Request description" + +#: app/modules/web/themes/material-blue/views/account/account-request.inc:74 +msgid "Send" +msgstr "Send" + +#: app/modules/web/themes/material-blue/views/account/account.inc:37 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:133 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:21 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:214 +msgid "Permissions" +msgstr "Permissions" + +#: app/modules/web/themes/material-blue/views/account/account.inc:218 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:98 +msgid "Select Tags" +msgstr "Select Tags" + +#: app/modules/web/themes/material-blue/views/account/account.inc:262 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:26 +msgid "Select Account" +msgstr "Select Account" + +#: app/modules/web/themes/material-blue/views/account/account.inc:301 +#: app/modules/web/themes/material-blue/views/account/account.inc:303 +#: app/modules/web/themes/material-blue/views/account/account.inc:306 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:193 +msgid "Public Link" +msgstr "Public Link" + +#: app/modules/web/themes/material-blue/views/account/account.inc:314 +#: app/modules/web/themes/material-blue/views/account/account.inc:316 +#: app/modules/web/themes/material-blue/views/account/account.inc:319 +msgid "Direct Link" +msgstr "Direct Link" + +#: app/modules/web/themes/material-blue/views/account/details.inc:22 +#: app/modules/web/themes/material-blue/views/account/details.inc:24 +msgid "Date Added" +msgstr "Date Added" + +#: app/modules/web/themes/material-blue/views/account/details.inc:60 +#: app/modules/web/themes/material-blue/views/account/details.inc:62 +msgid "Date Modified" +msgstr "Date Modified" + +#: app/modules/web/themes/material-blue/views/account/details.inc:68 +#: app/modules/web/themes/material-blue/views/account/details.inc:70 +msgid "Editor" +msgstr "Editor" + +#: app/modules/web/themes/material-blue/views/account/details.inc:78 +#: app/modules/web/themes/material-blue/views/account/details.inc:80 +msgid "Password Date" +msgstr "Password Date" + +#: app/modules/web/themes/material-blue/views/account/files.inc:37 +msgid "Drop files here (max. 5) or click to select" +msgstr "Drop files here (max. 5) or click to select" + +#: app/modules/web/themes/material-blue/views/account/files.inc:39 +#, php-format +msgid "Maximum file size: %d MB" +msgstr "Maximum file size: %d MB" + +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:35 +msgid "Search in Wiki" +msgstr "Search in Wiki" + +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:84 +#, php-format +msgid "Open link to: %s" +msgstr "Open link to: %s" + +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:111 +msgid "Password Expired" +msgstr "Password Expired" + +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:125 +msgid "Private Account (Group)" +msgstr "Private Account (Group)" + +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:182 +msgid "Attachments" msgstr "Attachments" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:209 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:220 -msgid "Enlace a Wiki" +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:209 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:220 +msgid "Link to Wiki" msgstr "Link to Wiki" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:212 -msgid "Ver en Wiki" +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:212 +msgid "View at Wiki" msgstr "View at Wiki" -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:59 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:63 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:230 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:231 -msgid "Búsqueda global" +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:59 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:63 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:230 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:231 +msgid "Global search" msgstr "Global search" -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:85 -msgid "Filtrar Favoritos" +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:85 +msgid "Favorites Filtering" msgstr "Favorites Filtering" -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:100 -msgid "Cuentas por página" +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:100 +msgid "Accounts per page" msgstr "Accounts per page" -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:108 -msgid "Más Filtros" +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:108 +msgid "More Filters" msgstr "More Filters" -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:113 -msgid "Seleccionar Etiqueta" +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:113 +msgid "Select Tag" msgstr "Select Tag" -#: ../../../modules/web/themes/material-blue/views/common/aux-customfields.inc:22 -msgid "Los datos serán encriptados al guardar" +#: app/modules/web/themes/material-blue/views/common/aux-customfields.inc:22 +msgid "Data will be encrypted after saving" msgstr "Data will be encrypted after saving" -#: ../../../modules/web/themes/material-blue/views/common/aux-customfields.inc:27 -msgid "Los datos serán desencriptados al guardar" +#: app/modules/web/themes/material-blue/views/common/aux-customfields.inc:27 +msgid "Data will be unencrypted after saving" msgstr "Data will be unencrypted after saving" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:12 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:12 +#: app/modules/web/themes/material-blue/views/config/backup.inc:12 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:12 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:12 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:12 #, php-format -msgid "La extensión '%s' no está disponible" +msgid "The '%s' extension is unavailable" msgstr "The '%s' extension is unavailable" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:16 -msgid "Esta extensión es necesaria para mostrar las claves como imágenes" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:16 +msgid "This extension is needed to display passwords as images" msgstr "This extension is needed to display passwords as images" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:30 -msgid "Búsqueda" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:30 +msgid "Searching" msgstr "Searching" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:36 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:56 -msgid "Resultados por página" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:36 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:52 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:56 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:72 +msgid "Results per page" msgstr "Results per page" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:41 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:61 -msgid "Número de resultados por página a mostrar, al realizar una búsqueda." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:41 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:61 +msgid "Number of results per page to display when performing a search." msgstr "Number of results per page to display when performing a search." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:52 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:72 -msgid "Número de resultados por página" -msgstr "Results per page" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:70 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:30 -msgid "Caducidad clave cuentas" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:30 +msgid "Accounts password expiry" msgstr "Accounts password expiry" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:71 -msgid "Habilita la caducidad de la clave de cuentas." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:71 +msgid "Enables the accounts password expiry date." msgstr "Enables the accounts password expiry date." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:79 -msgid "Tiempo caducidad clave" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:79 +msgid "Password expiry time" msgstr "Password expiry time" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:84 -msgid "Número de días para la caducidad de la clave de cuenta." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:84 +msgid "Number of days for account's password expiry date." msgstr "Number of days for account's password expiry date." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:94 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:38 -msgid "Tiempo caducidad (días)" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:94 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:38 +msgid "Expire time (days)" msgstr "Expire time (days)" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:112 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:90 -msgid "Nombre de cuenta como enlace" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:112 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:90 +msgid "Account name as link" msgstr "Account name as link" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:113 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:92 -msgid "" -"Habilita el nombre de la cuenta de la búsqueda, como enlace a los detalles " -"de la cuenta." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:113 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:92 +msgid "Enables to use the account name as a link to account details." msgstr "Enables to use the account name as a link to account details." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:128 -msgid "Búsquedas globales" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:128 +msgid "Global searches" msgstr "Global searches" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:129 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:129 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." +"Allows the users to do searches that includes all accounts, they won't be " +"able to display the account details if they don't have permission." msgstr "" "Allows the users to do searches that includes all accounts, they won't be " "able to display the account details if they don't have permission." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:144 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:154 -msgid "Imagen para mostrar clave" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:144 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:154 +msgid "Image to show password" msgstr "Image to show password" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:146 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:156 -msgid "Generar una imagen con el texto de la clave de la cuenta." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:146 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:156 +msgid "Generate an image with a text of the account password." msgstr "Generate an image with a text of the account password." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:148 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:158 -msgid "Util para entornos donde copiar la clave supone un riesgo de seguridad." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:148 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:158 +msgid "" +"Useful for environments where copying a password to clipboard is a security " +"risk." msgstr "" "Useful for environments where copying a password to clipboard is a security " "risk." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:164 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:158 -msgid "Resultados en Tarjetas" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:164 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:158 +msgid "Results like Cards" msgstr "Results like Cards" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:166 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:160 -msgid "Muestra los resultados de búsqueda de cuentas en formato tarjeta." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:166 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:160 +msgid "Displays account's search results on a card like format." msgstr "Displays account's search results on a card like format." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:182 -msgid "Acceso Grupos Secundarios" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:182 +msgid "Secondary Groups Access" msgstr "Secondary Groups Access" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:184 -msgid "" -"Habilita el acceso a los usuarios que estén incluidos en los grupos " -"secundarios." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:184 +msgid "Grants access to users that are included in secondary groups." msgstr "Grants access to users that are included in secondary groups." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:186 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:186 msgid "" -"Por defecto el usuario de un grupo secundario es permitido si el grupo " -"secundario está establecido como el primario del usuario." +"By default, user in a secondary group is granted if the secondary group is " +"set as user's main group." msgstr "" "By default, user in a secondary group is granted if the secondary group is " "set as user's main group." #. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:197 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:378 -#: ../../../config/actions.xml:73 -msgid "Enlaces Públicos" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:197 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:378 +#: app/config/actions.xml:73 +msgid "Public Links" msgstr "Public Links" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:215 -msgid "Habilitar Enlaces Públicos" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:215 +msgid "Enable Public Links" msgstr "Enable Public Links" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:217 -msgid "" -"Habilita la posibilidad de generar enlaces públicos para ver los detalles de " -"una cuenta." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:217 +msgid "Enables the ability to create public links to view an account's details" msgstr "" "Enables the ability to create public links to view an account's details" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:219 -msgid "" -"Las cuentas enlazadas serán visibles por cualquiera que disponga del enlace." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:219 +msgid "Linked accounts will be visible by anyone that have the link." msgstr "Linked accounts will be visible by anyone that have the link." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:221 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:221 msgid "" -"Para crear enlaces, los usuarios tienen que tener activada la opción en su " -"perfl." +"In order to create links, users must have activated the option on their " +"profiles." msgstr "" "In order to create links, users must have activated the option on their " "profiles." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:237 -msgid "Usar imagen para clave" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:237 +msgid "Use an image for password" msgstr "Use an image for password" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:239 -msgid "La clave de la cuenta es visualizada como una imagen." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:239 +msgid "The account password is shown as image." msgstr "The account password is shown as image." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:248 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:257 -msgid "Tiempo de caducidad" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:248 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:257 +msgid "Expire time" msgstr "Expire time" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:263 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:272 -msgid "Número máximo de visitas" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:263 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:272 +msgid "Maximum visits" msgstr "Maximum visits" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:298 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:411 -msgid "Gestión de archivos" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:298 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:411 +msgid "Files management" msgstr "Files management" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:299 -msgid "Habilita la subida/descarga de archivos para las cuentas." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:299 +msgid "Enables the uploading and downloading of accounts files." msgstr "Enables the uploading and downloading of accounts files." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:307 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:320 -msgid "Extensiones de archivos permitidas" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:307 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:320 +msgid "Allowed file extensions" msgstr "Allowed file extensions" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:312 -msgid "Extensiones permitidas para la subida de archivos." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:312 +msgid "Allowed file extensions for uploading." msgstr "Allowed file extensions for uploading." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:315 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:315 msgid "" -"Escribir extensión y pulsar intro para añadir. Es necesario guardar la " -"configuración." +"Write the extension and press enter to add. Remember to save the " +"configuration." msgstr "" "Write the extension and press enter to add. Remember to save the " "configuration." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:328 -msgid "Tamaño máximo de archivo" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:328 +msgid "Maximum file size" msgstr "Maximum file size" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:333 -msgid "Establece el tamaño máximo para subir archivos." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:333 +msgid "Sets the maximum file size for uploading." msgstr "Sets the maximum file size for uploading." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:337 -msgid "El máximo absuluto es de 16MB." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:337 +msgid "Absolute maximum is 16MB." msgstr "Absolute maximum is 16MB." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:348 -msgid "Tamaño máximo de archivo en kilobytes" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:348 +msgid "Maximum file size in kilobytes" msgstr "Maximum file size in kilobytes" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:16 -msgid "" -"Esta extensión es necesaria para generar los archivos de copia de seguridad " -"de la aplicación" +#: app/modules/web/themes/material-blue/views/config/backup.inc:16 +msgid "This extension is needed to build the application's backup files" msgstr "This extension is needed to build the application's backup files" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:30 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:33 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:109 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:112 -msgid "Resultado" +#: app/modules/web/themes/material-blue/views/config/backup.inc:30 +#: app/modules/web/themes/material-blue/views/config/backup.inc:33 +#: app/modules/web/themes/material-blue/views/config/backup.inc:109 +#: app/modules/web/themes/material-blue/views/config/backup.inc:112 +msgid "Result" msgstr "Result" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:41 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:44 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:120 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:123 -msgid "Descargar Actual" +#: app/modules/web/themes/material-blue/views/config/backup.inc:41 +#: app/modules/web/themes/material-blue/views/config/backup.inc:44 +#: app/modules/web/themes/material-blue/views/config/backup.inc:120 +#: app/modules/web/themes/material-blue/views/config/backup.inc:123 +msgid "Download Current" msgstr "Download Current" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:51 -msgid "Copia BBDD" +#: app/modules/web/themes/material-blue/views/config/backup.inc:51 +msgid "DB Backup" msgstr "DB Backup" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:58 -msgid "Copia sysPass" +#: app/modules/web/themes/material-blue/views/config/backup.inc:58 +msgid "sysPass Backup" msgstr "sysPass Backup" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:80 +#: app/modules/web/themes/material-blue/views/config/backup.inc:80 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." +"The backup allows you to save and download sysPass database and application " +"files including its configuration." msgstr "" "The backup allows you to save and download sysPass database and application " "files including its configuration." -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:82 +#: app/modules/web/themes/material-blue/views/config/backup.inc:82 msgid "" -"Con este método es posible guardar todos los datos de sysPass en otro lugar " -"o utilizarlos para hacer la aplicación portable." +"With this method it's possible to either save all sysPass data in another " +"place or use it to make the application portable." msgstr "" "With this method it's possible to either save all sysPass data in another " "place or use it to make the application portable." -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:101 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:185 -msgid "Exportar Cuentas" +#: app/modules/web/themes/material-blue/views/config/backup.inc:101 +#: app/modules/web/themes/material-blue/views/config/backup.inc:185 +msgid "Export Accounts" msgstr "Export Accounts" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:139 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:147 -msgid "Clave de Exportación" +#: app/modules/web/themes/material-blue/views/config/backup.inc:139 +#: app/modules/web/themes/material-blue/views/config/backup.inc:147 +msgid "Export Password" msgstr "Export Password" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:153 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:161 -msgid "Clave de Exportación (repetir)" +#: app/modules/web/themes/material-blue/views/config/backup.inc:153 +#: app/modules/web/themes/material-blue/views/config/backup.inc:161 +msgid "Export Password (repeat)" msgstr "Export Password (repeat)" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:187 +#: app/modules/web/themes/material-blue/views/config/backup.inc:187 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." +"The accounts export allows you to save the accounts and their data in XML " +"format to be imported in another sysPass instance." msgstr "" "The accounts export allows you to save the accounts and their data in XML " "format to be imported in another sysPass instance." -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:189 -msgid "Los elementos exportados son cuentas, clientes, categorías y etiquetas." +#: app/modules/web/themes/material-blue/views/config/backup.inc:189 +msgid "Exported items are accounts, clients, categories and tags." msgstr "Exported items are accounts, clients, categories and tags." -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:191 +#: app/modules/web/themes/material-blue/views/config/backup.inc:191 msgid "" -"Las claves de las cuentas son exportadas de forma encriptada para mayor " -"seguridad." +"Accounts' password are exported in an encrypted way for better security." msgstr "" "Accounts' password are exported in an encrypted way for better security." -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:193 +#: app/modules/web/themes/material-blue/views/config/backup.inc:193 msgid "" -"Es posible establecer una clave de exportación para guardar todos los datos " -"encriptados en el archivo XML." +"It's possible to set an export password to save all the encrypted data in " +"the XML file." msgstr "" "It's possible to set an export password to save all the encrypted data in " "the XML file." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:17 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:153 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:152 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:167 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:50 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:56 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:57 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:102 -msgid "Clave Maestra" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:17 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:153 +#: app/modules/web/themes/material-blue/views/config/import.inc:152 +#: app/modules/web/themes/material-blue/views/config/import.inc:167 +#: app/modules/web/themes/material-blue/views/install/index.inc:50 +#: app/modules/web/themes/material-blue/views/install/index.inc:56 +#: app/modules/web/themes/material-blue/views/login/index.inc:57 +#: app/modules/web/themes/material-blue/views/login/index.inc:102 +msgid "Master Password" msgstr "Master Password" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:24 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:27 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:198 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:201 -msgid "Último cambio" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:24 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:27 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:198 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:201 +msgid "Last change" msgstr "Last change" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:35 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:43 -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:142 -msgid "Clave Maestra actual" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:35 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:43 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:142 +msgid "Current Master Password" msgstr "Current Master Password" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:49 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:57 -msgid "Nueva Clave Maestra" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:49 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:57 +msgid "New Master Password" msgstr "New Master Password" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:63 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:71 -msgid "Nueva Clave Maestra (repetir)" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:63 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:71 +msgid "New Master Password (repeat)" msgstr "New Master Password (repeat)" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:80 -msgid "Guarde la nueva clave en un lugar seguro." +#: app/modules/web/themes/material-blue/views/config/encryption.inc:80 +msgid "You should save the new password on a secure place" msgstr "You should save the new password on a secure place" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:84 -msgid "Se volverán a encriptar las claves de todas las cuentas." +#: app/modules/web/themes/material-blue/views/config/encryption.inc:84 +msgid "All accounts passwords will be encrypted again." msgstr "All accounts passwords will be encrypted again." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:88 -msgid "Los usuarios deberán de introducir la nueva clave maestra." +#: app/modules/web/themes/material-blue/views/config/encryption.inc:88 +msgid "Users will need to enter the new Master Password." msgstr "Users will need to enter the new Master Password." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:92 -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:130 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:92 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:130 #, php-format -msgid "" -"Se van a actualizar %s cuentas. Este proceso puede tardar algo de tiempo." +msgid "It will be updated %s accounts. This process could take some time long." msgstr "" "It will be updated %s accounts. This process could take some time long." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:109 -msgid "No modificar cuentas" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:109 +msgid "Do not modify accounts" msgstr "Do not modify accounts" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:111 -msgid "Establece una nueva clave maestra sin re-encriptar las cuentas" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:111 +msgid "Sets a new Master Password without re-encrypting the accounts." msgstr "Sets a new Master Password without re-encrypting the accounts." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:127 -msgid "Confirmar cambio" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:127 +msgid "Confirm change" msgstr "Confirm change" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:129 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:129 msgid "" -"Confirmar el cambio de clave maestra después de haber leído las advertencias " -"anteriores." +"Confirm the master password change after you have been read all the above " +"warnings." msgstr "" "Confirm the master password change after you have been read all the above " "warnings." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:155 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:155 msgid "" -"La clave maestra es utilizada para encriptar las claves de las cuentas de " -"sysPass para mantenerlas seguras." +"The Master Password is used to encrypt sysPass accounts passwords and keep " +"them safe." msgstr "" "The Master Password is used to encrypt sysPass accounts passwords and keep " "them safe." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:157 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:157 msgid "" -"Es recomendable cambiarla cada cierto tiempo y utilizar una clave compleja " -"que incluya números, letras y símbolos." +"It's advisable to change it from time to time and use a complex password " +"that includes numbers, letters and symbols." msgstr "" "It's advisable to change it from time to time and use a complex password " "that includes numbers, letters and symbols." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:159 -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:132 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:159 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:132 #, php-format -msgid "Para más información consulte: %s" +msgid "You could get more info on: %s" msgstr "You could get more info on: %s" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:169 -msgid "Actualizar hash de clave maestra" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:169 +msgid "Update master password hash" msgstr "Update master password hash" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:189 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:323 -msgid "Clave Temporal" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:189 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:323 +msgid "Temporary Password" msgstr "Temporary Password" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:203 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:218 -msgid "No generada" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:203 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:218 +msgid "Not generated" msgstr "Not generated" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:208 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:211 -msgid "Válido hasta" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:208 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:211 +msgid "Valid until" msgstr "Valid until" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:224 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:227 -msgid "Intentos" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:224 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:227 +msgid "Attempts" msgstr "Attempts" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:234 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:244 -msgid "Validez (s)" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:234 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:244 +msgid "Life (s)" msgstr "Life (s)" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:263 -msgid "Enviar correo" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:263 +msgid "Send email" msgstr "Send email" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:265 -msgid "" -"Envía un correo a todos los usuarios o sólo a los del grupo seleccionado." +#: app/modules/web/themes/material-blue/views/config/encryption.inc:265 +msgid "Sends an email to all users or only to those whose group is selected." msgstr "Sends an email to all users or only to those whose group is selected." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:325 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:325 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." +"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." msgstr "" "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." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:332 -msgid "Generar" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:332 +msgid "Generate" msgstr "Generate" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:12 -msgid "Autentificación" -msgstr "Authentication" - -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:30 -msgid "Usar Auth Basic" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:30 +msgid "Use Auth Basic" msgstr "Use Auth Basic" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:31 -msgid "Usar Auth Basic para autorizar los accesos a la aplicación." +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:31 +msgid "Use Auth Basic for authorizing accesses to the application" msgstr "Use Auth Basic for authorizing accesses to the application" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:45 -msgid "Usar Auth Basic SSO" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:45 +msgid "Use Auth Basic SSO" msgstr "Use Auth Basic SSO" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:46 -msgid "Usar auto-login con Auth Basic." +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:46 +msgid "Use auto-login through Auth Basic" msgstr "Use auto-login through Auth Basic" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:54 -msgid "Dominio" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:54 +msgid "Domain" msgstr "Domain" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:59 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:59 msgid "" -"El dominio será añadido al nombre de usuario de sysPass para comprobarlo con " -"el de Auth Basic." +"The domain will be added to sysPass user name for checking against the Auth " +"Basic one." msgstr "" "The domain will be added to sysPass user name for checking against the Auth " "Basic one." -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:69 -msgid "Nombre de dominio" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:69 +msgid "Domain name" msgstr "Domain name" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:75 -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:85 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:45 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:55 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:239 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:249 -msgid "Grupo por Defecto" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:75 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:85 +#: app/modules/web/themes/material-blue/views/config/import.inc:45 +#: app/modules/web/themes/material-blue/views/config/import.inc:55 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:239 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:249 +msgid "Default Group" msgstr "Default Group" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:80 -msgid "" -"Define el grupo de usuarios por defecto para los nuevos usuarios de SSO." +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:80 +msgid "Sets the default users group for newly created SSO users" msgstr "Sets the default users group for newly created SSO users" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:100 -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:110 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:264 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:274 -msgid "Perfil por Defecto" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:100 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:110 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:264 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:274 +msgid "Default Profile" msgstr "Default Profile" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:105 -msgid "" -"Define el perfil de usuarios por defecto para los nuevos usuarios de SSO." +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:105 +msgid "Sets the default profile for the newly created SSO users." msgstr "Sets the default profile for the newly created SSO users." -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:98 -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:101 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:173 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:176 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:70 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:72 -msgid "Eventos" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:12 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:98 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:101 +#: app/modules/web/themes/material-blue/views/config/mail.inc:173 +#: app/modules/web/themes/material-blue/views/config/mail.inc:176 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:70 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:72 +msgid "Events" msgstr "Events" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:30 -msgid "Habilitar log de eventos" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:30 +msgid "Enable event log" msgstr "Enable event log" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:31 -msgid "Guarda las acciones realizadas en la aplicación." +#: app/modules/web/themes/material-blue/views/config/general-events.inc:31 +msgid "Saves the actions done by the application." msgstr "Saves the actions done by the application." -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:45 -msgid "Habilitar Syslog" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:45 +msgid "Enable Syslog" msgstr "Enable Syslog" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:60 -msgid "Habilitar Syslog Remoto" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:60 +msgid "Enable Remote Syslog" msgstr "Enable Remote Syslog" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:70 -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:39 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:75 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:78 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:94 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:119 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:59 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:66 -msgid "Servidor" -msgstr "Server" - -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:78 -msgid "Nombre o dirección IP" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:78 +msgid "Hostname or IP address" msgstr "Hostname or IP address" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:84 -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:92 -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:53 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:72 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:79 -msgid "Puerto" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:84 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:92 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:53 +#: app/modules/web/themes/material-blue/views/config/mail.inc:72 +#: app/modules/web/themes/material-blue/views/config/mail.inc:79 +msgid "Port" msgstr "Port" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:12 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:12 msgid "Proxy" msgstr "Proxy" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:30 -msgid "Usar Proxy" +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:30 +msgid "Use Proxy" msgstr "Use Proxy" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:31 -msgid "Usar proxy para comprobación de actualizaciones y notificaciones." +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:31 +msgid "Use a proxy server for checking out for updates and notifications." msgstr "Use a proxy server for checking out for updates and notifications." -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:47 -msgid "Servidor proxy" +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:47 +msgid "Proxy server" msgstr "Proxy server" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:61 -msgid "Puerto del servidor proxy" +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:61 +msgid "Proxy server port" msgstr "Proxy server port" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:75 -msgid "Usuario del servidor proxy" +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:75 +msgid "Proxy server user" msgstr "Proxy server user" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:89 -msgid "Clave del servidor proxy" +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:89 +msgid "Proxy server password" msgstr "Proxy server password" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:16 -msgid "" -"Esta extensión es necesaria comprobar las actualizaciones y notificaciones" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:16 +msgid "This extension is needed to check for sysPass updates and notices" msgstr "This extension is needed to check for sysPass updates and notices" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:24 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:15 -msgid "Sitio" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:24 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:15 +msgid "Site" msgstr "Site" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:30 -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:44 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:107 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:121 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:137 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:139 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:26 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:28 -msgid "Idioma" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:30 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:44 +#: app/modules/web/themes/material-blue/views/config/info.inc:107 +#: app/modules/web/themes/material-blue/views/config/info.inc:121 +#: app/modules/web/themes/material-blue/views/install/index.inc:137 +#: app/modules/web/themes/material-blue/views/install/index.inc:139 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:26 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:28 +msgid "Language" msgstr "Language" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:35 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:35 msgid "" -"Establece el idioma global de la aplicación. Es posible establecer un idioma " -"por usuario en las preferencias." +"Sets the global app language. You can set a per user language on preferences." msgstr "" "Sets the global app language. You can set a per user language on preferences." -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:39 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:39 msgid "" -"Para mejorar/añadir las traducciones, puede colaborar en https://poeditor." -"com/join/project/fmlsBuugyv" +"To improve/add translations, you can get involved at https://poeditor.com/" +"join/project/fmlsBuugyv" msgstr "" "To improve/add translations, you can get involved at https://poeditor.com/" "join/project/fmlsBuugyv" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:57 -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:67 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:40 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:42 -msgid "Tema Visual" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:57 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:67 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:40 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:42 +msgid "Visual Theme" msgstr "Visual Theme" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:62 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:62 msgid "" -"Establece el tema visual global de la aplicación. Es posible establecer un " -"tema visual por usuario en las preferencias." +"Sets the global application visual theme. You can set a per user visual " +"theme on preferences." msgstr "" "Sets the global application visual theme. You can set a per user visual " "theme on preferences." -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:81 -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:89 -msgid "Timeout de sesión (s)" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:81 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:89 +msgid "Session timeout (s)" msgstr "Session timeout (s)" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:107 -msgid "Forzar HTTPS" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:107 +msgid "Force HTTPS" msgstr "Force HTTPS" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:108 -msgid "Fuerza para que todas las conexiones sean a través de HTTPS." +#: app/modules/web/themes/material-blue/views/config/general-site.inc:108 +msgid "It forces the use of HTTPS on all the connections" msgstr "It forces the use of HTTPS on all the connections" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:122 -msgid "Habilitar depuración" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:122 +msgid "Enable debug" msgstr "Enable debug" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:123 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:123 msgid "" -"Muestra información relativa a la configuración de la aplicación y " -"rendimiento." +"Displays some information about application configuration and performance." msgstr "" "Displays some information about application configuration and performance." -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:137 -msgid "Modo mantenimiento" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:137 +msgid "Maintenance mode" msgstr "Maintenance mode" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:138 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:138 msgid "" -"En este modo no se puede acceder a la aplicación. Para deshabilitarlo es " -"necesario modificar el archivo de configuración." +"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." msgstr "" "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." -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:152 -msgid "Comprobar actualizaciones" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:152 +msgid "Check for updates" msgstr "Check for updates" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:153 -msgid "" -"Comprobar actualizaciones de la aplicación (sólo para los usuarios " -"administradores)." +#: app/modules/web/themes/material-blue/views/config/general-site.inc:153 +msgid "Check for application updates (only for administrators)." msgstr "Check for application updates (only for administrators)." -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:167 -msgid "Comprobar notificaciones" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:167 +msgid "Check for notifications" msgstr "Check for notifications" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:168 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:168 msgid "" -"Comprobar si existen notificaciones de seguridad o avisos de sysPass (sólo " -"para los usuarios administradores)." +"Check if there are either sysPass security or warning notices (only for " +"administrators)." msgstr "" "Check if there are either sysPass security or warning notices (only for " "administrators)." -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:182 -msgid "Encriptar Sesión" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:182 +msgid "Encrypt Session" msgstr "Encrypt Session" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:184 -msgid "Encriptar los datos de la sesión de PHP." +#: app/modules/web/themes/material-blue/views/config/general-site.inc:184 +msgid "Encrypt PHP session data" msgstr "Encrypt PHP session data" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:185 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:185 msgid "" -"Esta funcionalidad incrementa la seguridad de las sesiones de PHP ya que los " -"datos almacenados no serán legibles." +"This feature increases the PHP sessions security, because the stored data " +"won't be readable." 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:12 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:103 -msgid "Importar CSV/XML" +#: app/modules/web/themes/material-blue/views/config/import.inc:12 +#: app/modules/web/themes/material-blue/views/config/import.inc:103 +msgid "CSV/XML Import" msgstr "CSV/XML Import" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:18 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:28 -msgid "Usuario por Defecto" +#: app/modules/web/themes/material-blue/views/config/import.inc:18 +#: app/modules/web/themes/material-blue/views/config/import.inc:28 +msgid "Default User" msgstr "Default User" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:23 -msgid "Define el usuario por defecto para las cuentas importadas." +#: app/modules/web/themes/material-blue/views/config/import.inc:23 +msgid "Sets the default user for the accounts imported." msgstr "Sets the default user for the accounts imported." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:50 -msgid "Define el grupo por defecto para las cuentas importadas." +#: app/modules/web/themes/material-blue/views/config/import.inc:50 +msgid "Sets the default group for the accounts imported." msgstr "Sets the default group for the accounts imported." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:72 -msgid "Archivo" -msgstr "File" - -#: ../../../modules/web/themes/material-blue/views/config/import.inc:75 -msgid "Soltar archivo aquí o click para seleccionar" +#: app/modules/web/themes/material-blue/views/config/import.inc:75 +msgid "Drop files here or click to select" msgstr "Drop files here or click to select" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:105 +#: app/modules/web/themes/material-blue/views/config/import.inc:105 msgid "" -"Permite realizar la importación de Cuentas, Categorías y Clientes desde " -"archivos XML y CSV." +"Allows to import Accounts, Categories and Clients from XML or CSV files." msgstr "" "Allows to import Accounts, Categories and Clients from XML or CSV files." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:107 -msgid "" -"Los formatos de archivos XML soportados son: sysPass, KeePass y KeePassX" +#: app/modules/web/themes/material-blue/views/config/import.inc:107 +msgid "Supported XML file formats are: sysPass, KeePass and KeePassX" msgstr "Supported XML file formats are: sysPass, KeePass and KeePassX" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:109 -msgid "" -"Arrastar el archivo a importar a la zona indicada o hacer click sobre la " -"flecha." +#: app/modules/web/themes/material-blue/views/config/import.inc:109 +msgid "Drag & Drop the file into the import zone or click over the arrow." msgstr "Drag & Drop the file into the import zone or click over the arrow." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:111 +#: app/modules/web/themes/material-blue/views/config/import.inc:111 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." +"For KeePass or KeePassX files, client name will be KeePass or KeePassX and " +"category name like groups name." msgstr "" "For KeePass or KeePassX files, client name will be KeePass or KeePassX and " "category name like groups name." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:113 -msgid "La importación de archivos CSV se realiza con el siguiente formato:" +#: app/modules/web/themes/material-blue/views/config/import.inc:113 +msgid "The CSV import file requires the following format:" msgstr "The CSV import file requires the following format:" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:115 +#: app/modules/web/themes/material-blue/views/config/import.inc:115 msgid "" -"\"nombre_de_cuenta\";\"cliente\";\"categoría\";\"url\";\"usuario\";\"clave\";" -"\"notas\"" +"\"account_name\";\"client\";\"category\";\"url\";\"user\";\"password\";" +"\"notes\"" msgstr "" "\"account_name\";\"client\";\"category\";\"url\";\"user\";\"password\";" "\"notes\"" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:117 +#: app/modules/web/themes/material-blue/views/config/import.inc:117 msgid "" -"En todos los casos, si el cliente o la categoría no están creados, se crean " -"automáticamente." +"In all cases, if the client or category do not exist they will be created " +"automatically." msgstr "" "In all cases, if the client or category do not exist they will be created " "automatically." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:125 +#: app/modules/web/themes/material-blue/views/config/import.inc:125 msgid "XML" msgstr "XML" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:131 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:146 -msgid "Clave de Importación" +#: app/modules/web/themes/material-blue/views/config/import.inc:131 +#: app/modules/web/themes/material-blue/views/config/import.inc:146 +msgid "Import Password" msgstr "Import Password" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:136 -msgid "Sólo es necesaria para archivos XML de sysPass encriptados." +#: app/modules/web/themes/material-blue/views/config/import.inc:136 +msgid "It's only needed for sysPass XML files that have been encrypted." msgstr "It's only needed for sysPass XML files that have been encrypted." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:157 +#: app/modules/web/themes/material-blue/views/config/import.inc:157 msgid "" -"Sólo es necesaria para archivos XML de sysPass con clave maestra distinta de " -"la actual." +"It's only needed for sysPass XML files that have been encrypted with a " +"different master password from the current one." msgstr "" "It's only needed for sysPass XML files that have been encrypted with a " "different master password from the current one." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:174 +#: app/modules/web/themes/material-blue/views/config/import.inc:174 msgid "CSV" msgstr "CSV" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:180 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:195 -msgid "Delimitador CSV" +#: app/modules/web/themes/material-blue/views/config/import.inc:180 +#: app/modules/web/themes/material-blue/views/config/import.inc:195 +msgid "CSV delimiter" msgstr "CSV delimiter" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:185 -msgid "Sólo es necesario para archivos CSV." +#: app/modules/web/themes/material-blue/views/config/import.inc:185 +msgid "It's only needed for CSV files." msgstr "It's only needed for CSV files." -#: ../../../modules/web/themes/material-blue/views/config/info.inc:14 -msgid "Información de la Aplicación" +#: app/modules/web/themes/material-blue/views/config/info.inc:14 +msgid "Application Information" msgstr "Application Information" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:20 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:23 -msgid "Versión sysPass" +#: app/modules/web/themes/material-blue/views/config/info.inc:20 +#: app/modules/web/themes/material-blue/views/config/info.inc:23 +msgid "sysPass version" msgstr "sysPass version" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:30 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:33 -msgid "Base de Datos" +#: app/modules/web/themes/material-blue/views/config/info.inc:30 +#: app/modules/web/themes/material-blue/views/config/info.inc:33 +msgid "Database" msgstr "Database" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:44 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:47 +#: app/modules/web/themes/material-blue/views/config/info.inc:44 +#: app/modules/web/themes/material-blue/views/config/info.inc:47 msgid "PHP" msgstr "PHP" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:49 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:34 -msgid "Versión" -msgstr "Version" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:51 -msgid "Extensiones" +#: app/modules/web/themes/material-blue/views/config/info.inc:51 +msgid "Extensions" msgstr "Extensions" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:55 -msgid "Extensiones no disponibles" +#: app/modules/web/themes/material-blue/views/config/info.inc:55 +msgid "Unavailable extensions" msgstr "Unavailable extensions" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:59 -msgid "Memoria Usada" +#: app/modules/web/themes/material-blue/views/config/info.inc:59 +msgid "Used Memory" msgstr "Used Memory" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:63 -msgid "Tasa de descarga" +#: app/modules/web/themes/material-blue/views/config/info.inc:63 +msgid "Download rate" msgstr "Download rate" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:66 +#: app/modules/web/themes/material-blue/views/config/info.inc:66 msgid "OP Cache" msgstr "OP Cache" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:85 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:88 -msgid "Copia de Configuración" +#: app/modules/web/themes/material-blue/views/config/info.inc:85 +#: app/modules/web/themes/material-blue/views/config/info.inc:88 +msgid "Configuration Backup" msgstr "Configuration Backup" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:98 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:180 +#: app/modules/web/themes/material-blue/views/config/info.inc:98 +#: app/modules/web/themes/material-blue/views/config/info.inc:180 #, php-format -msgid "Descargar %s" +msgid "Download %s" msgstr "Download %s" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:112 -msgid "Indica si el idioma se encuentra disponible" +#: app/modules/web/themes/material-blue/views/config/info.inc:112 +msgid "Tells whether the language is available or not." msgstr "Tells whether the language is available or not." -#: ../../../modules/web/themes/material-blue/views/config/info.inc:116 +#: app/modules/web/themes/material-blue/views/config/info.inc:116 msgid "" -"Si no está instalado, es necesario instalar las locales en el sistema " -"operativo. Más información en Wiki." +"If it is not installed, you would need install the right operating system " +"locales. More info at 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:128 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:138 -msgid "Sesión Encriptada" +#: app/modules/web/themes/material-blue/views/config/info.inc:128 +#: app/modules/web/themes/material-blue/views/config/info.inc:138 +msgid "Encrypted Session" msgstr "Encrypted Session" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:133 -msgid "Indica si los datos de la sesión están encriptados en el servidor" +#: app/modules/web/themes/material-blue/views/config/info.inc:133 +msgid "Tells whether the session data are encrypted in the server side or not" msgstr "Tells whether the session data are encrypted in the server side or not" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:140 -msgid "Sí" -msgstr "Yes" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:140 -msgid "No" -msgstr "No" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:145 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:148 -msgid "Plugins Cargados" +#: app/modules/web/themes/material-blue/views/config/info.inc:145 +#: app/modules/web/themes/material-blue/views/config/info.inc:148 +msgid "Loaded Plugins" msgstr "Loaded Plugins" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:171 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:174 -msgid "Archivo de log" +#: app/modules/web/themes/material-blue/views/config/info.inc:171 +#: app/modules/web/themes/material-blue/views/config/info.inc:174 +msgid "Log file" msgstr "Log file" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:16 -msgid "Esta extensión es necesaria conectar con el servidor de LDAP" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:16 +msgid "This extension is needed to connect to the LDAP server" msgstr "This extension is needed to connect to the LDAP server" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:46 -msgid "Habilitar LDAP" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:46 +msgid "Enable LDAP" msgstr "Enable LDAP" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:48 -msgid "Habilita de autentificación mediante servidor LDAP." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:48 +msgid "Enables authentication against an LDAP server." msgstr "Enables authentication against an LDAP server." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:50 -msgid "Este método utilizará MySQL en caso de fallo." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:50 +msgid "This method will use MySQL as fallback." msgstr "This method will use MySQL as fallback." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:65 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:65 msgid "Active Directory" msgstr "Active Directory" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:67 -msgid "Habilita el modo de conexión con LDAP de Active Directory." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:67 +msgid "Enables Active Directory LDAP connection mode." msgstr "Enables Active Directory LDAP connection mode." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:84 -msgid "Habilita la conexión mediante TLS." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:84 +msgid "Enables the connection over TLS" msgstr "Enables the connection over TLS" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:99 -msgid "Nombre o dirección IP del servidor de LDAP." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:99 +msgid "Hostname or IP address of LDAP server." msgstr "Hostname or IP address of LDAP server." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:103 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:134 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:185 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:219 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:131 -msgid "Ejemplos:" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:103 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:134 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:185 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:219 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:131 +msgid "Examples:" msgstr "Examples:" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:125 -msgid "Usuario de conexión" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:125 +msgid "Bind User" msgstr "Bind User" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:130 -msgid "Usuario para conectar con el servicio de LDAP." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:130 +msgid "User to connect to LDAP service." msgstr "User to connect to LDAP service." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:155 -msgid "Clave de conexión" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:155 +msgid "Bind Password" msgstr "Bind Password" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:160 -msgid "Clave del usuario de conexión a LDAP." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:160 +msgid "LDAP connection user's password" msgstr "LDAP connection user's password" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:176 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:200 -msgid "Base de búsqueda" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:176 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:200 +msgid "Search base" msgstr "Search base" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:181 -msgid "Base en la que realizar la búsqueda de usuarios de LDAP." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:181 +msgid "LDAP base to perform the LDAP users search." msgstr "LDAP base to perform the LDAP users search." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:211 -msgid "" -"Grupo de LDAP al que debe de pertenecer el usuario para permitir el acceso." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:211 +msgid "LDAP group which user must belong to for granting to log in." msgstr "LDAP group which user must belong to for granting to log in." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:215 -msgid "Este grupo debe de estar ubicado en la base de búsquedas de LDAP." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:215 +msgid "This group needs to be placed in the LDAP search base." msgstr "This group needs to be placed in the LDAP search base." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:244 -msgid "" -"Define el grupo de usuarios por defecto para los nuevos usuarios de LDAP." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:244 +msgid "Sets the default users group for newly created LDAP users" msgstr "Sets the default users group for newly created LDAP users" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:269 -msgid "" -"Define el perfil de usuarios por defecto para los nuevos usuarios de LDAP." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:269 +msgid "Sets the default profile for the newly created LDAP users." msgstr "Sets the default profile for the newly created LDAP users." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:321 -msgid "Importación" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:321 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:494 +msgid "Import" msgstr "Import" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:327 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:337 -msgid "Atributo Login" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:327 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:337 +msgid "Login Attribute" msgstr "Login Attribute" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:332 -msgid "" -"Define el atributo a utilizar para el login del usuario en la importación." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:332 +msgid "Defines the attribute for the user's login when importing." msgstr "Defines the attribute for the user's login when importing." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:350 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:360 -msgid "Atributo Nombre" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:350 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:360 +msgid "Name Attribute" msgstr "Name Attribute" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:355 -msgid "" -"Define el atributo a utilizar para el nombre del usuario en la importación." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:355 +msgid "Defines the attribute for the user's name when importing." msgstr "Defines the attribute for the user's name when importing." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:385 -msgid "Importar Grupos" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:385 +msgid "Import Groups" msgstr "Import Groups" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:394 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:404 -msgid "Atributo Nombre Grupo" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:394 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:404 +msgid "Group Name Attribute" msgstr "Group Name Attribute" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:399 -msgid "" -"Define el atributo a utilizar para el nombre del grupo en la importación." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:399 +msgid "Defines the attribute for the user group name when importing." msgstr "Defines the attribute for the user group name when importing." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:415 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:429 -msgid "Filtro" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:415 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:429 +msgid "Filter" msgstr "Filter" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:420 -msgid "Filtro para importar usuarios o grupos de LDAP." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:420 +msgid "Filter for importing LDAP users or groups." msgstr "Filter for importing LDAP users or groups." -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:33 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:34 -msgid "Habilitar notificaciones de correo" +#: app/modules/web/themes/material-blue/views/config/mail.inc:33 +#: app/modules/web/themes/material-blue/views/config/mail.inc:34 +msgid "Enable email notifications" msgstr "Enable email notifications" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:48 -msgid "Habilitar peticiones por correo" +#: app/modules/web/themes/material-blue/views/config/mail.inc:48 +msgid "Enable requests by email" msgstr "Enable requests by email" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:50 +#: app/modules/web/themes/material-blue/views/config/mail.inc:50 msgid "" -"Habilita que los usuarios puedan solicitar modificaciones o acceso a las " -"cuentas sin permisos." +"Allows users to request for either modifications to existing accounts or " +"access to accounts which they have no rights on." msgstr "" "Allows users to request for either modifications to existing accounts or " "access to accounts which they have no rights on." -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:97 -msgid "Habilitar Autentificación" +#: app/modules/web/themes/material-blue/views/config/mail.inc:97 +msgid "Enable Authentication" msgstr "Enable Authentication" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:132 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:135 -msgid "Seguridad" +#: app/modules/web/themes/material-blue/views/config/mail.inc:132 +#: app/modules/web/themes/material-blue/views/config/mail.inc:135 +msgid "Security" msgstr "Security" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:138 -msgid "Deshabilitada" -msgstr "Disabled" - -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:148 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:156 -msgid "Dirección de correo de envío" +#: app/modules/web/themes/material-blue/views/config/mail.inc:148 +#: app/modules/web/themes/material-blue/views/config/mail.inc:156 +msgid "Recipient email address" msgstr "Recipient email address" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:162 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:165 -msgid "Destinatarios" +#: app/modules/web/themes/material-blue/views/config/mail.inc:162 +#: app/modules/web/themes/material-blue/views/config/mail.inc:165 +msgid "Recipients" msgstr "Recipients" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:16 -msgid "Esta extensión es necesaria conectar con DokuWiki" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:16 +msgid "This extension is needed to connect with DokuWiki" msgstr "This extension is needed to connect with DokuWiki" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:47 -msgid "Habilitar enlaces Wiki" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:47 +msgid "Enable Wiki links" msgstr "Enable Wiki links" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:48 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:48 msgid "" -"Habilita la opción de añadir un enlace a Wiki externa para los resultados de " -"la búsqueda." +"Enables the option to add a link to search for results in an external Wiki." msgstr "" "Enables the option to add a link to search for results in an external Wiki." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:56 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:83 -msgid "URL de búsqueda Wiki" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:56 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:83 +msgid "Wiki search URL" msgstr "Wiki search URL" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:61 -msgid "URL que utiliza la wiki para realizar una búsqueda de una página." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:61 +msgid "URL that Wiki uses for making an entry searching." msgstr "URL that Wiki uses for making an entry searching." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:65 -msgid "Como parámetro se utiliza el nombre del cliente." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:65 +msgid "The client's name is used as parameter." msgstr "The client's name is used as parameter." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:69 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:102 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:187 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:214 -msgid "Ejemplo:" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:69 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:102 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:187 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:214 +msgid "Example:" msgstr "Example:" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:89 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:116 -msgid "URL de página en Wiki" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:89 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:116 +msgid "Wiki page URL" msgstr "Wiki page URL" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:94 -msgid "URL que utiliza la wiki para acceder a los detalles de una página." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:94 +msgid "URL that Wiki uses for accessing to the entry details." msgstr "URL that Wiki uses for accessing to the entry details." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:98 -msgid "" -"El nombre de la cuenta se utiliza como parámetro de la variable de búsqueda " -"de la Wiki." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:98 +msgid "Account's name is used as parameter of Wiki search variable." msgstr "Account's name is used as parameter of Wiki search variable." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:122 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:136 -msgid "Prefijo para nombre de cuenta" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:122 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:136 +msgid "Account name prefix" msgstr "Account name prefix" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:127 -msgid "" -"Prefijo para determinar qué cuentas tienen un enlace a una página de la Wiki." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:127 +msgid "Prefix to determine which accounts have a link to the Wiki." msgstr "Prefix to determine which accounts have a link to the Wiki." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:146 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:146 msgid "DokuWiki API" msgstr "DokuWiki API" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:164 -msgid "Habilitar API de DokuWiki" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:164 +msgid "Enable DokuWiki API" msgstr "Enable DokuWiki API" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:166 -msgid "" -"Habilita la conexión a la API XML-RPC de DokuWiki para los enlaces Wiki." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:166 +msgid "Enables DokuWiki XML-RPC API for Wiki links." msgstr "Enables DokuWiki XML-RPC API for Wiki links." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:168 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:168 msgid "" -"Para que esta característica funcione, es necesario habilitar los enlaces " -"Wiki para el filtrado de cuentas." +"In order to get this feature working, you should enable Wiki links for " +"accounts filtering" msgstr "" "In order to get this feature working, you should enable Wiki links for " "accounts filtering" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:178 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:199 -msgid "URL API" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:178 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:199 +msgid "API URL" msgstr "API URL" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:183 -msgid "URL de la API de DokuWiki." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:183 +msgid "DokuWiki API URL" msgstr "DokuWiki API URL" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:205 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:227 -msgid "URL Base" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:205 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:227 +msgid "Base URL" msgstr "Base URL" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:210 -msgid "URL base de DokuWiki." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:210 +msgid "DokuWiki base URL" msgstr "DokuWiki base URL" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:238 -msgid "Usuario para conectar a la API de DokuWiki." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:238 +msgid "User for connecting to the DokuWiki API." msgstr "User for connecting to the DokuWiki API." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:266 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:282 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:266 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:282 msgid "Namespace" msgstr "Namespace" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:271 -msgid "Namespace utilizado para buscar las páginas." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:271 +msgid "Namespace used to search pages." msgstr "Namespace used to search 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:170 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:172 -msgid "Instalar" +#: app/modules/web/themes/material-blue/views/error/error-database.inc:17 +#: app/modules/web/themes/material-blue/views/error/error-database.inc:19 +#: app/modules/web/themes/material-blue/views/install/index.inc:170 +#: app/modules/web/themes/material-blue/views/install/index.inc:172 +msgid "Install" msgstr "Install" -#: ../../../modules/web/themes/material-blue/views/grid/datagrid-nav-full.inc:18 -msgid "Filtro ON" +#: app/modules/web/themes/material-blue/views/grid/datagrid-nav-full.inc:18 +msgid "Filter ON" msgstr "Filter ON" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:11 +#: app/modules/web/themes/material-blue/views/install/index.inc:11 #, php-format -msgid "Instalación %s" +msgid "Installation %s" msgstr "Installation %s" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:21 -msgid "Admin de sysPass" +#: app/modules/web/themes/material-blue/views/install/index.inc:21 +msgid "sysPass Admin" msgstr "sysPass Admin" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:29 -msgid "Usuario administrador de sysPass" +#: app/modules/web/themes/material-blue/views/install/index.inc:29 +msgid "sysPass admin user" msgstr "sysPass admin user" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:37 -msgid "Login del usuario administrador de sysPass" +#: app/modules/web/themes/material-blue/views/install/index.inc:37 +msgid "sysPass administrator's login" msgstr "sysPass administrator's login" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:69 -msgid "Configurar BBDD" +#: app/modules/web/themes/material-blue/views/install/index.inc:69 +msgid "DB Configuration" msgstr "DB Configuration" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:79 -msgid "Usuario acceso BBDD" +#: app/modules/web/themes/material-blue/views/install/index.inc:79 +msgid "DB access user" msgstr "DB access user" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:87 -msgid "Usuario con permisos de administrador de MySQL" +#: app/modules/web/themes/material-blue/views/install/index.inc:87 +msgid "An user with MySQL admin rights" msgstr "An user with MySQL admin rights" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:95 -msgid "Clave acceso BBDD" +#: app/modules/web/themes/material-blue/views/install/index.inc:95 +msgid "DB access password" msgstr "DB access password" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:104 -msgid "Nombre BBDD para sysPass" +#: app/modules/web/themes/material-blue/views/install/index.inc:104 +#: app/modules/web/themes/material-blue/views/install/index.inc:112 +msgid "sysPass database name" msgstr "sysPass database name" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:112 -msgid "Nombre de la base de datos para sysPass" -msgstr "sysPass database name" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:121 -msgid "Servidor BBDD para sysPass" +#: app/modules/web/themes/material-blue/views/install/index.inc:121 +msgid "sysPass database server" msgstr "sysPass database server" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:129 -msgid "Nombre del servidor para instalar la base de datos de sysPass" +#: app/modules/web/themes/material-blue/views/install/index.inc:129 +msgid "Server name to install sysPass database" msgstr "Server name to install sysPass database" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:149 -msgid "Modo Hosting" +#: app/modules/web/themes/material-blue/views/install/index.inc:149 +msgid "Hosting Mode" msgstr "Hosting Mode" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:156 -msgid "No crea ni verifica los permisos del usuario sobre la BBDD" +#: app/modules/web/themes/material-blue/views/install/index.inc:156 +msgid "It does not create or verify the user's permissions on the DB" msgstr "It does not create or verify the user's permissions on the DB" -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:28 -msgid "Otros" +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:28 +msgid "Others" msgstr "Others" -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:64 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:66 -msgid "Creador" +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:66 +msgid "Creator" msgstr "Creator" -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:134 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:155 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:184 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:206 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:134 -msgid "Eliminar" -msgstr "Delete" - -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:232 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:234 -msgid "Eliminar Historial" +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:232 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:234 +msgid "Delete History" msgstr "Delete History" -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:64 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:19 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:92 -msgid "Opciones" +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:19 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:92 +msgid "Options" msgstr "Options" -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:67 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:71 -msgid "Regenerar Autorización" +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:67 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:71 +msgid "Refresh Authorization" msgstr "Refresh Authorization" -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:77 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:79 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:77 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:79 msgid "Token" msgstr "Token" -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:54 -msgid "Indica si el cliente es visible para todos los usuarios." +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:54 +msgid "Sets whether the client is visible by all users" msgstr "Sets whether the client is visible by all users" -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:57 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:57 msgid "" -"Por defecto los clientes asignados a cuentas sólo son visibles para los " -"usuarios con acceso a las cuentas." +"By default, clients assigned to accounts only will be visible by users who " +"are granted to access to the accounts." msgstr "" "By default, clients assigned to accounts only will be visible by users who " "are granted to access to the accounts." -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:30 -msgid "Nombre del campo" +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:30 +msgid "Field name" msgstr "Field name" -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:63 -msgid "Texto Ayuda" +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:63 +msgid "Help Text" msgstr "Help Text" -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:69 -msgid "Ayuda del campo" +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:69 +msgid "Field's help" msgstr "Field's help" -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:80 -msgid "Obligatorio" +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:80 +msgid "Required" msgstr "Required" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:44 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:52 -msgid "Puntuación" +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:44 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:52 +msgid "Score" msgstr "Score" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:58 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:65 -msgid "Expresión Regular" +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:58 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:65 +msgid "Regular Expression" msgstr "Regular Expression" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:140 -msgid "Incluir Minúsculas" +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:140 +msgid "Include Lowercase" msgstr "Include Lowercase" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:31 -msgid "Las cuentas sólo serán visibles por el usuario." +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:31 +msgid "Accounts will be only visible by the user." msgstr "Accounts will be only visible by the user." -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:33 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:52 -msgid "Los administradores no podrán acceder a las cuentas." +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:33 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:52 +msgid "Administrators won't be able to display the accounts." msgstr "Administrators won't be able to display the accounts." -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:50 -msgid "Las cuentas sólo serán visibles por el usuario y su grupo principal." +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:50 +msgid "" +"Accounts will be only visible by the user and users belonging to the main " +"group." msgstr "" "Accounts will be only visible by the user and users belonging to the main " "group." -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:16 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:24 -msgid "Dirección IP" +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:16 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:24 +msgid "IP Address" msgstr "IP Address" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:29 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:37 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:29 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:37 msgid "Timeout" msgstr "Timeout" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:89 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:89 msgid "" -"Prioridad de asignación en caso de coincidir con otros valores asignados por " -"usuario, grupo o perfil." +"Assignment priority if values match with others assigned by user, group or " +"profile." msgstr "" "Assignment priority if values match with others assigned by user, group or " "profile." -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:100 -msgid "Prioridad de asignación" +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:100 +msgid "Assignment Priority" msgstr "Assignment Priority" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:122 -msgid "" -"Indica si los valores serán forzados al crear o modificar los elementos." +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:122 +msgid "Enforces the values to be set either on creating or updating an item." msgstr "Enforces the values to be set either on creating or updating an item." -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:124 -msgid "Los valores serán añadidos a los existentes." +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:124 +msgid "Values will be merged with the existing ones." msgstr "Values will be merged with the existing ones." -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:81 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:83 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:81 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:83 msgid "Hash" msgstr "Hash" -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:89 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:91 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:89 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:91 msgid "URL" msgstr "URL" -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:99 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:101 -msgid "Uso" +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:99 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:101 +msgid "Use" msgstr "Use" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:44 -msgid "Nombre de usuario completo" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:44 +msgid "Full username" msgstr "Full username" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:58 -msgid "Login de inicio de sesión" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:58 +msgid "Session login" msgstr "Session login" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:69 -msgid "Login SSO" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:69 +msgid "SSO Login " msgstr "SSO Login " -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:77 -msgid "Login de inicio de sesión con SSO" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:77 +msgid "Session login with SSO" msgstr "Session login with SSO" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:84 -msgid "Email" -msgstr "Email" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:92 -msgid "Dirección de correo" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:92 +msgid "Email address" msgstr "Email address" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:200 -msgid "Admin Aplicación" -msgstr "Application Admin" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:202 -msgid "Administrador de la aplicación" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:202 +msgid "Application administrator" msgstr "Application administrator" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:218 -msgid "Admin Cuentas" -msgstr "Accounts Admin" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:220 -msgid "Administrador de cuentas" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:220 +msgid "Accounts administrator" msgstr "Accounts administrator" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:240 -msgid "Forzar cambio de clave" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:240 +msgid "Force password change" msgstr "Force password change" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:257 -msgid "Deshabilitado" -msgstr "Disabled" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:273 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:275 -msgid "Entradas" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:273 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:275 +msgid "Entries" msgstr "Entries" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:282 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:284 -msgid "Último Acceso" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:282 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:284 +msgid "Last Access" msgstr "Last Access" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:300 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:302 -msgid "Fecha Clave Maestra" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:300 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:302 +msgid "Master Password Date" msgstr "Master Password Date" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:309 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:311 -msgid "Usado en" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:309 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:311 +msgid "Used in" msgstr "Used in" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:87 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:89 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:548 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:550 -msgid "Usado por" +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:87 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:89 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:548 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:550 +msgid "Used by" msgstr "Used by" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:108 -msgid "(*) Incluido en grupo" +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:108 +msgid "(*) Listed in group" msgstr "(*) Listed in group" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:26 -msgid "Gestión" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:26 +msgid "Management" msgstr "Management" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:36 -msgid "Crear" -msgstr "Add" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:37 -msgid "Crear nueva cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:37 +msgid "Create new account" msgstr "Create new account" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:54 -msgid "Ver detalles de cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:54 +msgid "View account details" msgstr "View account details" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:70 -msgid "Ver clave de cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:70 +msgid "View account password" msgstr "View account password" #. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:86 -#: ../../../config/actions.xml:259 -msgid "Ver Historial" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:86 +#: app/config/actions.xml:259 +msgid "View History" msgstr "View History" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:87 -msgid "Ver historial de cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:87 +msgid "View account history" msgstr "View account history" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:103 -msgid "Editar cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:103 +msgid "Edit account" msgstr "Edit account" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:118 -msgid "Editar Clave" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:118 +msgid "Edit Password" msgstr "Edit Password" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:119 -msgid "Editar clave de cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:119 +msgid "Edit account password" msgstr "Edit account password" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:135 -msgid "Eliminar cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:135 +msgid "Remove account" msgstr "Remove account" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:151 -msgid "Ver archivos de cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:151 +msgid "View account files" msgstr "View account files" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:166 -msgid "Publicar Enlace" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:166 +msgid "Share Link" msgstr "Share Link" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:167 -msgid "Publicar enlace a cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:167 +msgid "Share link to account" msgstr "Share link to account" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:183 -msgid "Crear cuenta privada" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:183 +msgid "Create private account" msgstr "Create private account" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:199 -msgid "Crear cuenta privada para grupo" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:199 +msgid "Create private account for group" msgstr "Create private account for group" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:215 -msgid "Asignar permisos" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:215 +msgid "Assign permissions" msgstr "Assign permissions" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:251 -msgid "Gestión de usuarios" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:251 +msgid "Users management" msgstr "Users management" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:267 -msgid "Gestión de grupos" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:267 +msgid "Groups management" msgstr "Groups management" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:283 -msgid "Gestión de perfiles" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:283 +msgid "Profiles management" msgstr "Profiles management" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:299 -msgid "Gestión de categorías" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:299 +msgid "Categories management" msgstr "Categories management" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:315 -msgid "Gestión de etiquetas" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:315 +msgid "Tags management" msgstr "Tags management" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:331 -msgid "Gestión de clientes" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:331 +msgid "Customers management" msgstr "Customers management" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:347 -msgid "Gestión de campos personalizados" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:347 +msgid "Custom fields management" msgstr "Custom fields management" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:363 -msgid "Gestión de autorizaciones API" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:363 +msgid "API authorizations management" msgstr "API authorizations management" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:379 -msgid "Gestión de enlaces" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:379 +msgid "Links management" msgstr "Links management" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:395 -msgid "Gestión de cuentas" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:395 +msgid "Accounts management" msgstr "Accounts management" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:426 -msgid "Valores por Defecto" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:426 +msgid "Default Values" msgstr "Default Values" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:427 -msgid "Gestión de Valores por Defecto" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:427 +msgid "Default Values Management" msgstr "Default Values Management" #. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:447 -#: ../../../config/actions.xml:697 -msgid "Configuración General" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:447 +#: app/config/actions.xml:697 +msgid "General Configuration" msgstr "General Configuration" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:463 -msgid "Opciones de encriptación" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:463 +msgid "Encryption options" msgstr "Encryption options" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:478 -msgid "Backup" -msgstr "Backup" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:479 -msgid "Realizar copia de seguridad y exportar" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:479 +msgid "Make a backup and export" msgstr "Make a backup and export" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:494 -msgid "Importar" -msgstr "Import" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:495 -msgid "Realizar importación de cuentas" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:495 +msgid "Make accounts import" msgstr "Make accounts import" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:514 -msgid "Log de Eventos" -msgstr "Event Log" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:515 -msgid "Ver log de eventos" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:515 +msgid "View event log" msgstr "View event log" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:541 -msgid "Nombre del perfil" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:541 +msgid "Profile name" msgstr "Profile name" -#: ../../../modules/web/themes/material-blue/views/login/index.inc:46 -msgid "Clave Anterior" +#: app/modules/web/themes/material-blue/views/login/index.inc:46 +msgid "Previous Password" msgstr "Previous Password" -#: ../../../modules/web/themes/material-blue/views/login/index.inc:73 -msgid "Acceder" +#: app/modules/web/themes/material-blue/views/login/index.inc:73 +msgid "Sign in" msgstr "Sign in" -#: ../../../modules/web/themes/material-blue/views/login/index.inc:82 -msgid "¿Olvidó su clave?" +#: app/modules/web/themes/material-blue/views/login/index.inc:82 +msgid "Forgot password?" msgstr "Forgot password?" -#: ../../../modules/web/themes/material-blue/views/login/index.inc:88 -msgid "Aplicación actualizada correctamente" -msgstr "Application successfully updated" - -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:14 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:14 #, php-format -msgid "Actualización %s" +msgid "Update %s" msgstr "Update %s" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:20 -msgid "Actualización de BBDD" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:20 +msgid "DB Update" msgstr "DB Update" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:22 -msgid "Actualización de Aplicación" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:22 +msgid "Application Update" msgstr "Application Update" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:29 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:28 -msgid "Código de Seguridad" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:29 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:28 +msgid "Security Code" msgstr "Security Code" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:37 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:37 msgid "" -"Este código se encuentra en el archivo de configuración de sysPass con la " -"etiqueta \"upgradeKey\"" +"This code is set in sysPass config file within the tag name \"upgradekey\"" msgstr "" "This code is set in sysPass config file within the tag name \"upgradekey\"" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:47 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:47 msgid "" -"Se han encontrado elementos huérfanos. Por favor, modifique estos elementos " -"o indique los IDs por defecto para los elementos huérfanos." +"Some orphaned items have been found. Please, modify those items or enter the " +"default IDs for them." 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:49 -msgid "Si no se indican los IDs, se crearán nuevos elementos." +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:49 +msgid "If items IDs are not set, they will be created." msgstr "If items IDs are not set, they will be created." -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:74 -msgid "Introducir un ID de usuario válido para cuentas" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:74 +msgid "Enter a valid user ID for the accounts" msgstr "Enter a valid user ID for the accounts" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:85 -msgid "Introducir un ID de categoría válido para cuentas" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:85 +msgid "Enter a valid category ID for the accounts" msgstr "Enter a valid category ID for the accounts" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:96 -msgid "Introducir un ID de cliente válido para cuentas" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:96 +msgid "Enter a valid client ID for the accounts" msgstr "Enter a valid client ID for the accounts" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:108 -msgid "Introducir un ID de grupo válido para usuarios" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:108 +msgid "Enter a valid group ID for the users" msgstr "Enter a valid group ID for the users" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:118 -msgid "Introducir un ID de perfil válido para usuarios" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:118 +msgid "Enter a valid profile ID for the users" msgstr "Enter a valid profile ID for the users" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:128 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:128 msgid "" -"Esta actualización utiliza un nuevo esquema de encriptación, por lo que es " -"necesario reencriptar los datos almacenados" +"This update uses a new encryption schema, so it will be needed to reencrypt " +"the whole encrypted data." 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:150 -msgid "Introducir login de usuario válido" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:150 +msgid "Enter a valid user login" msgstr "Enter a valid user login" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:162 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:33 -msgid "He realizado una copia de seguridad completa de sysPass" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:162 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:33 +msgid "I've done a full sysPass backup" msgstr "I've done a full sysPass backup" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:176 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:41 -msgid "Por favor espere mientras el proceso se ejecuta" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:176 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:41 +msgid "Please, wait while the process is running" msgstr "Please, wait while the process is running" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:184 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:49 -msgid "Actualizar" -msgstr "Update" - -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:186 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:51 -msgid "Iniciar Actualización" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:186 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:51 +msgid "Start Update" msgstr "Start Update" -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:95 -msgid "Notificación global" +#: app/modules/web/themes/material-blue/views/notification/notification.inc:95 +msgid "Global notification" msgstr "Global notification" -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:103 -msgid "Sólo para administradores de la aplicación" +#: app/modules/web/themes/material-blue/views/notification/notification.inc:103 +msgid "Only for application administrators" msgstr "Only for application administrators" -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:107 -msgid "Solo Admins" -msgstr "Only Admins" - -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:29 -msgid "Nombre del plugin" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:29 +msgid "Plugin name" msgstr "Plugin name" -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:41 -msgid "Versión del plugin" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:41 +msgid "Plugin version" msgstr "Plugin version" -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:46 -msgid "Versión Compatible" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:46 +msgid "Compatible Version" msgstr "Compatible Version" -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:53 -msgid "Versión de sysPass compatible" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:53 +msgid "sysPass compatible version" msgstr "sysPass compatible version" -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:58 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:39 -msgid "Autor" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:58 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:39 +msgid "Author" msgstr "Author" -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:65 -msgid "Autor del plugin" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:65 +msgid "Plugin author" msgstr "Plugin author" -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:11 -msgid "La aplicación necesita actualizarse" +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:11 +msgid "The application needs to be updated" msgstr "The application needs to be updated" -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:16 -msgid "Para iniciar la actualización introduzca el código de seguridad" +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:16 +msgid "Please enter the security code to start the upgrade" 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:13 -msgid "Solicitud de Cambio de Clave" +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:6 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:13 +msgid "Request Password Change" msgstr "Request Password Change" -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:29 -msgid "Email del Usuario" +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:29 +msgid "User's Email" msgstr "User's Email" -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:39 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:49 -msgid "Volver a iniciar sesión" +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:39 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:49 +msgid "Go back to login" msgstr "Go back to login" -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:44 -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:46 -msgid "Solicitar" -msgstr "Request" - -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:54 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:56 -msgid "Cambiar" +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:54 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:56 +msgid "Change" msgstr "Change" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:107 -msgid "Ordenar resultados por visitas" +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:107 +msgid "Sort search results by views" msgstr "Sort search results by views" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:109 -msgid "" -"Ordena los resultados de búsqueda por el número de visitas de las cuentas." +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:109 +msgid "Sorts accounts search results by the number of account's views" msgstr "Sorts accounts search results by the number of account's views" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:124 -msgid "Barra de navegación superior" +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:124 +msgid "Navigation bar on top" msgstr "Navigation bar on top" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:126 -msgid "Mostrar una barra de navegación superior en las búsquedas." +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:126 +msgid "Dysplays a navigation bar on top of the search results." msgstr "Dysplays a navigation bar on top of the search results." -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:141 -msgid "Mostrar Acciones Ocultas" +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:141 +msgid "Show Hidden Actions" msgstr "Show Hidden Actions" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:143 -msgid "" -"Mostrar las acciones ocultas para los elementos de la búsqueda de cuentas." +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:143 +msgid "Always display hidden actions on the accounts search page." msgstr "Always display hidden actions on the accounts search page." -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:175 -msgid "Notificaciones In-App" +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:175 +msgid "In-App Notifications" msgstr "In-App Notifications" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:177 -msgid "Habilita la consulta de notificaciones activas In-App." +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:177 +msgid "Enables the active In-App notifications polling" msgstr "Enables the active In-App notifications polling" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:192 -msgid "Mostrar Filtros" +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:192 +msgid "Show Filters" msgstr "Show Filters" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:194 -msgid "Muestra la selección los filtros adicionales en la búsqueda de cuentas." +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:194 +msgid "Displays the additional filters selection on the accounts search." msgstr "Displays the additional filters selection on the accounts search." #. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:16 -#: ../../../config/actions.xml:277 -msgid "Ver Wiki" +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:16 +#: app/config/actions.xml:277 +msgid "View Wiki" msgstr "View Wiki" -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:24 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:24 #, php-format -msgid "Resultados de búsqueda de '%s'" +msgid "Search results of '%s'" msgstr "Search results of '%s'" -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:27 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:37 -msgid "Página" +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:27 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:37 +msgid "Page" msgstr "Page" #. (itstool) path: action/text -#: ../../../config/actions.xml:7 -msgid "Buscar Cuentas" +#: app/config/actions.xml:7 +msgid "Search for Accounts" msgstr "Search for Accounts" #. (itstool) path: action/text -#: ../../../config/actions.xml:25 -msgid "Peticiones" +#: app/config/actions.xml:25 +msgid "Requests" msgstr "Requests" #. (itstool) path: action/text -#: ../../../config/actions.xml:31 -msgid "Favoritos" +#: app/config/actions.xml:31 +msgid "Favorites" msgstr "Favorites" #. (itstool) path: action/text -#: ../../../config/actions.xml:43 -msgid "Elementos y Personalización" +#: app/config/actions.xml:43 +msgid "Items and Customizations" msgstr "Items and Customizations" #. (itstool) path: action/text -#: ../../../config/actions.xml:49 -msgid "Gestión Categorías" +#: app/config/actions.xml:49 +msgid "Categories Management" msgstr "Categories Management" #. (itstool) path: action/text -#: ../../../config/actions.xml:55 -msgid "Gestión Clientes" +#: app/config/actions.xml:55 +msgid "Customers Management" msgstr "Customers Management" #. (itstool) path: action/text -#: ../../../config/actions.xml:61 -msgid "Gestión Autorizaciones API" +#: app/config/actions.xml:61 +msgid "API Authorizations Management" msgstr "API Authorizations Management" #. (itstool) path: action/text -#: ../../../config/actions.xml:67 -msgid "Gestión Campos Personalizados" +#: app/config/actions.xml:67 +msgid "Custom Fields Management" msgstr "Custom Fields Management" #. (itstool) path: action/text -#: ../../../config/actions.xml:79 -msgid "Gestión de Archivos" +#: app/config/actions.xml:79 +msgid "Files Management" msgstr "Files Management" #. (itstool) path: action/text -#: ../../../config/actions.xml:85 -msgid "Gestión de Cuentas" +#: app/config/actions.xml:85 +msgid "Accounts Management" msgstr "Accounts Management" #. (itstool) path: action/text -#: ../../../config/actions.xml:91 -msgid "Gestión de Etiquetas" +#: app/config/actions.xml:91 +msgid "Tags Management" msgstr "Tags Management" #. (itstool) path: action/text -#: ../../../config/actions.xml:97 -msgid "Gestión Plugins" +#: app/config/actions.xml:97 +msgid "Plugins Management" msgstr "Plugins Management" #. (itstool) path: action/text -#: ../../../config/actions.xml:103 -msgid "Usuarios y Accesos" +#: app/config/actions.xml:103 +msgid "Users and Accesses" msgstr "Users and Accesses" #. (itstool) path: action/text -#: ../../../config/actions.xml:109 -msgid "Seguridad y Auditoría" +#: app/config/actions.xml:109 +msgid "Security and Audit" msgstr "Security and Audit" #. (itstool) path: action/text -#: ../../../config/actions.xml:115 -msgid "Gestión Usuarios" +#: app/config/actions.xml:115 +msgid "Users Management" msgstr "Users Management" #. (itstool) path: action/text -#: ../../../config/actions.xml:121 -msgid "Gestión Grupos" +#: app/config/actions.xml:121 +msgid "Groups Management" msgstr "Groups Management" #. (itstool) path: action/text -#: ../../../config/actions.xml:127 -msgid "Gestión Perfiles" +#: app/config/actions.xml:127 +msgid "Profiles Management" msgstr "Profiles 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" +#: app/config/actions.xml:145 +msgid "Clear Events" msgstr "Clear Events" #. (itstool) path: action/text -#: ../../../config/actions.xml:151 ../../../config/actions.xml:481 -msgid "Ver Cuenta" +#: app/config/actions.xml:151 app/config/actions.xml:481 +msgid "View Account" msgstr "View Account" #. (itstool) path: action/text -#: ../../../config/actions.xml:181 -msgid "Editar Clave de Cuenta" -msgstr "Edit Account Password" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:211 ../../../config/actions.xml:469 -msgid "Subir Archivo" +#: app/config/actions.xml:211 app/config/actions.xml:469 +msgid "Upload File" msgstr "Upload File" #. (itstool) path: action/text -#: ../../../config/actions.xml:229 -msgid "Buscar Archivos" +#: app/config/actions.xml:229 +msgid "Search for Files" msgstr "Search for Files" #. (itstool) path: action/text -#: ../../../config/actions.xml:235 -msgid "Listar Archivos" +#: app/config/actions.xml:235 +msgid "List Files" 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" +#: app/config/actions.xml:283 +msgid "Add Wiki" msgstr "Add Wiki" #. (itstool) path: action/text -#: ../../../config/actions.xml:289 -msgid "Editar Wiki" +#: app/config/actions.xml:289 +msgid "Edit Wiki" msgstr "Edit Wiki" #. (itstool) path: action/text -#: ../../../config/actions.xml:295 -msgid "Eliminar Wiki" +#: app/config/actions.xml:295 +msgid "Delete Wiki" msgstr "Delete Wiki" #. (itstool) path: action/text -#: ../../../config/actions.xml:361 -msgid "Nuevo Token API" +#: app/config/actions.xml:361 +msgid "New API Token" msgstr "New API Token" #. (itstool) path: action/text -#: ../../../config/actions.xml:367 -msgid "Ver Token API" +#: app/config/actions.xml:367 +msgid "View API Token" msgstr "View API Token" #. (itstool) path: action/text -#: ../../../config/actions.xml:373 -msgid "Editar Token API" +#: app/config/actions.xml:373 +msgid "Edit API Token" msgstr "Edit API Token" #. (itstool) path: action/text -#: ../../../config/actions.xml:379 -msgid "Eliminar Token API" +#: app/config/actions.xml:379 +msgid "Delete API Token" msgstr "Delete API Token" #. (itstool) path: action/text -#: ../../../config/actions.xml:385 -msgid "Buscar Token API" +#: app/config/actions.xml:385 +msgid "Search for API Token" msgstr "Search for API Token" #. (itstool) path: action/text -#: ../../../config/actions.xml:391 -msgid "Nuevo Campo Personalizado" +#: app/config/actions.xml:391 +msgid "New Custom Field" msgstr "New Custom Field" #. (itstool) path: action/text -#: ../../../config/actions.xml:397 -msgid "Ver Campo Personalizado" +#: app/config/actions.xml:397 +msgid "Show Custom Field" msgstr "Show Custom Field" #. (itstool) path: action/text -#: ../../../config/actions.xml:403 -msgid "Editar Campo Personalizado" +#: app/config/actions.xml:403 +msgid "Edit Custom Field" msgstr "Edit Custom Field" #. (itstool) path: action/text -#: ../../../config/actions.xml:409 -msgid "Eliminar Campo Personalizado" +#: app/config/actions.xml:409 +msgid "Delete Custom Field" msgstr "Delete Custom Field" #. (itstool) path: action/text -#: ../../../config/actions.xml:415 -msgid "Buscar Campo Personalizado" +#: app/config/actions.xml:415 +msgid "Search for Custom Field" msgstr "Search for Custom Field" #. (itstool) path: action/text -#: ../../../config/actions.xml:427 -msgid "Ver Enlace Público" +#: app/config/actions.xml:427 +msgid "Show Public Link" msgstr "Show Public Link" #. (itstool) path: action/text -#: ../../../config/actions.xml:445 -msgid "Buscar Enlace Público" +#: app/config/actions.xml:445 +msgid "Search for Public Link" msgstr "Search for Public Link" #. (itstool) path: action/text -#: ../../../config/actions.xml:535 -msgid "Nuevo Plugin" -msgstr "New Plugin" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:553 -msgid "Habilitar Plugin" +#: app/config/actions.xml:553 +msgid "Enable Plugin" msgstr "Enable Plugin" #. (itstool) path: action/text -#: ../../../config/actions.xml:559 -msgid "Deshabilitar Plugin" +#: app/config/actions.xml:559 +msgid "Disable Plugin" msgstr "Disable Plugin" #. (itstool) path: action/text -#: ../../../config/actions.xml:565 -msgid "Restablecer Plugin" +#: app/config/actions.xml:565 +msgid "Reset Plugin" msgstr "Reset Plugin" #. (itstool) path: action/text -#: ../../../config/actions.xml:601 -msgid "Editar Clave Usuario" +#: app/config/actions.xml:601 +msgid "Edit User Password" msgstr "Edit User Password" #. (itstool) path: action/text -#: ../../../config/actions.xml:673 -msgid "Configuración Usuario" +#: app/config/actions.xml:673 +msgid "User Configuration" msgstr "User Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:679 -msgid "Preferencias General" +#: app/config/actions.xml:679 +msgid "General Preferences" msgstr "General Preferences" #. (itstool) path: action/text -#: ../../../config/actions.xml:703 -msgid "Configuración Cuentas" +#: app/config/actions.xml:703 +msgid "Accounts Configuration" msgstr "Accounts Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:709 -msgid "Configuración Wiki" +#: app/config/actions.xml:709 +msgid "Wiki Configuration" msgstr "Wiki Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:715 -msgid "Configuración Encriptación" +#: app/config/actions.xml:715 +msgid "Encryption Configuration" msgstr "Encryption Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:721 -msgid "Actualizar Hash" +#: app/config/actions.xml:721 +msgid "Update Hash" msgstr "Update Hash" #. (itstool) path: action/text -#: ../../../config/actions.xml:727 -msgid "Clave Maestra Temporal" +#: app/config/actions.xml:727 +msgid "Temporary Master Password" msgstr "Temporary Master Password" #. (itstool) path: action/text -#: ../../../config/actions.xml:733 -msgid "Configuración Copia de Seguridad" +#: app/config/actions.xml:733 +msgid "Backup Configuration" msgstr "Backup Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:745 -msgid "Configuración Importación" +#: app/config/actions.xml:745 +msgid "Import Configuration" msgstr "Import Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:751 -msgid "Importar CSV" +#: app/config/actions.xml:751 +msgid "CSV Import" msgstr "CSV Import" #. (itstool) path: action/text -#: ../../../config/actions.xml:757 -msgid "Importar XML" +#: app/config/actions.xml:757 +msgid "XML Import" msgstr "XML Import" #. (itstool) path: action/text -#: ../../../config/actions.xml:763 -msgid "Configuración Exportación" +#: app/config/actions.xml:763 +msgid "Export Configuration" msgstr "Export Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:769 -msgid "Exportación" +#: app/config/actions.xml:769 +msgid "Export" msgstr "Export" #. (itstool) path: action/text -#: ../../../config/actions.xml:775 -msgid "Configuración Email" +#: app/config/actions.xml:775 +msgid "Email Configuration" msgstr "Email Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:781 -msgid "Configuración LDAP" +#: app/config/actions.xml:781 +msgid "LDAP Configuration" msgstr "LDAP Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:787 -msgid "Sincronización LDAP" +#: app/config/actions.xml:787 +msgid "LDAP synchronization" msgstr "LDAP synchronization" #. (itstool) path: action/text -#: ../../../config/actions.xml:793 -msgid "Gestión de Cuenta (H)" +#: app/config/actions.xml:793 +msgid "Account Management (H)" msgstr "Account Management (H)" #. (itstool) path: action/text -#: ../../../config/actions.xml:823 -msgid "Crear Notificación" +#: app/config/actions.xml:823 +msgid "Create Notification" msgstr "Create Notification" #. (itstool) path: action/text -#: ../../../config/actions.xml:853 -msgid "Gestión Valores Predeterminados" +#: app/config/actions.xml:853 +msgid "Preset Values Management" msgstr "Preset Values Management" #. (itstool) path: action/text -#: ../../../config/actions.xml:889 -msgid "Gestión de Tracks" +#: app/config/actions.xml:889 +msgid "Tracks Management" msgstr "Tracks Management" #. (itstool) path: action/text -#: ../../../config/actions.xml:901 -msgid "Desbloquear track" +#: app/config/actions.xml:901 +msgid "Unlock track" msgstr "Unlock track" #. (itstool) path: action/text -#: ../../../config/actions.xml:907 -msgid "Vaciar tracks" +#: app/config/actions.xml:907 +msgid "Clear the tracks out" msgstr "Clear the tracks out" #. (itstool) path: strings/text -#: ../../../config/strings.xml:4 +#: app/config/strings.xml:4 msgid "Color" msgstr "Color" #. (itstool) path: strings/text -#: ../../../config/strings.xml:5 -msgid "Número" +#: app/config/strings.xml:5 +msgid "Number" msgstr "Number" #. (itstool) path: strings/text -#: ../../../config/strings.xml:6 -msgid "Teléfono" +#: app/config/strings.xml:6 +msgid "Phone" msgstr "Phone" #. (itstool) path: strings/text -#: ../../../config/strings.xml:7 -msgid "Área de Texto" +#: app/config/strings.xml:7 +msgid "Text Area" msgstr "Text Area" #. (itstool) path: strings/text -#: ../../../config/strings.xml:8 -msgid "Texto" +#: app/config/strings.xml:8 +msgid "Text" msgstr "Text" -#. (itstool) path: strings/text -#: ../../../config/strings.xml:9 -msgid "Link" -msgstr "Link" - -#~ msgid "CONSULTA INVÁLIDA" -#~ msgstr "CONSULTA INVÁLIDA" - -#~ msgid "La sesión no se ha iniciado o ha caducado" -#~ msgstr "A sessão não se iniciou ou caducou" - -#~ msgid "Es necesario un nombre de cuenta" -#~ msgstr "É necessário um nome de conta" - -#, fuzzy -#~ msgid "Es necesario un nombre de cliente" -#~ msgstr "É necessário um nome de cliente" - #, fuzzy #~ msgid "Es necesario un usuario" #~ msgstr "É necessário um nome de utilizador" -#~ msgid "Es necesaria una clave" -#~ msgstr "É necessária uma chave" - -#~ msgid "Es necesario una categoría" -#~ msgstr "É necessária um categoria" - -#~ msgid "Acción Inválida" -#~ msgstr "Acção Inválida" - -#, fuzzy -#~ msgid "Las claves no coinciden" -#~ msgstr "As palavras-chave não coincidem" - -#~ msgid "Error al crear la cuenta" -#~ msgstr "Erro ao criar a conta" - -#~ msgid "Error al modificar la cuenta" -#~ msgstr "Erro ao modificar a conta" - -#~ msgid "Error al eliminar la cuenta" -#~ msgstr "Erro ao eliminar a conta" - -#~ msgid "Error al actualizar la clave" -#~ msgstr "Erro ao actualizar a palavra-chave" - -#~ msgid "Cuenta restaurada" -#~ msgstr "Conta restaurada" - -#~ msgid "Error al restaurar cuenta" -#~ msgstr "Erro ao restaurar a conta" - -#, fuzzy -#~ msgid "Es necesario un nombre de usuario" -#~ msgstr "É necessário um nome de utilizador" - -#~ msgid "Es necesario un login" -#~ msgstr "É necessário um login" - -#~ msgid "Es necesario un perfil" -#~ msgstr "É necessário um perfil" - -#~ msgid "Es necesario un grupo" -#~ msgstr "É necessário um grupo" - -#~ msgid "Es necesario un email" -#~ msgstr "É necessário um email" - -#~ msgid "La clave no puede estar en blanco" -#~ msgstr "A palavra-chave não pode estar em branco" - -#~ msgid "Usuario creado" -#~ msgstr "Utilizador criado" - -#~ msgid "Error al crear el usuario" -#~ msgstr "Erro ao criar o utilizador" - -#~ msgid "Usuario actualizado" -#~ msgstr "Utilizador actualizado" - -#~ msgid "Error al actualizar el usuario" -#~ msgstr "Erro ao actualizar o utilizador" - -#~ msgid "Error al modificar la clave" -#~ msgstr "Erro ao modificar a palavra-chave" - -#~ msgid "No es posible eliminar, usuario en uso" -#~ msgstr "Não é possível eliminar, utilizador em uso" - -#~ msgid "Usuario eliminado" -#~ msgstr "Utilizador eliminado" - -#~ msgid "Error al eliminar el usuario" -#~ msgstr "Erro ao eliminar o utilizador" - -#~ msgid "Es necesario un nombre de grupo" -#~ msgstr "É necessário um nome de grupo" - -#~ msgid "Nombre de grupo duplicado" -#~ msgstr "Nome de grupo duplicado" - -#~ msgid "Error al crear el grupo" -#~ msgstr "Erro ao criar o grupo" - -#~ msgid "Error al actualizar el grupo" -#~ msgstr "Erro ao actualizar o grupo" - #~ msgid "No es posible eliminar" #~ msgstr "Não é possível eliminar" -#~ msgid "Error al eliminar el grupo" -#~ msgstr "Erro ao eliminar o grupo" - -#~ msgid "Es necesario un nombre de perfil" -#~ msgstr "É necessário um nome de perfil" - -#~ msgid "Nombre de perfil duplicado" -#~ msgstr "Nome de perfil duplicado" - -#~ msgid "Perfil creado" -#~ msgstr "Perfil criado" - -#~ msgid "Perfil actualizado" -#~ msgstr "Perfil actualizado" - -#~ msgid "Perfil eliminado" -#~ msgstr "Perfil eliminado" - -#~ msgid "Es necesario un nombre de categoría" -#~ msgstr "É necessário um nome de categoria" - -#~ msgid "Autorización creada" -#~ msgstr "Autorização criada" - -#~ msgid "Autorización actualizada" -#~ msgstr "Autorização actualizada" - -#~ msgid "Autorización eliminada" -#~ msgstr "Autorização eliminada" - -#~ msgid "Nombre del campo no indicado" -#~ msgstr "Nome do campo não indicado" - -#~ msgid "Tipo del campo no indicado" -#~ msgstr "Tipo de campo não indicado" - -#~ msgid "Módulo del campo no indicado" -#~ msgstr "Módulo do campo não indicado" - -#~ msgid "Campo creado" -#~ msgstr "Campo criado" - -#~ msgid "Campo actualizado" -#~ msgstr "Campo actualizado" - -#~ msgid "Campo eliminado" -#~ msgstr "Campo eliminado" - -#~ msgid "Realizar Backup" -#~ msgstr "Realizar cópia de segurança" - -#~ msgid "Error al realizar el backup" -#~ msgstr "Erro ao realizar a cópia de segurança" - -#~ msgid "Revise el registro de eventos para más detalles" -#~ msgstr "Veja o registo de eventos para mais detalhes" - -#~ msgid "Copia de la aplicación y base de datos realizada correctamente" -#~ msgstr "Cópia da aplicação e da base de dados realizada correctamente" - #~ msgid "Error al realizar la exportación de cuentas" #~ msgstr "Erro ao exportar as contas" -#~ msgid "Error al realizar la exportación" -#~ msgstr "Error ao realizar a exportação" - #~ msgid "Exportación de cuentas realizada correctamente" #~ msgstr "Exportação de contas realizada correctamente" -#, fuzzy -#~ msgid "Los parámetros de LDAP no están configurados" -#~ msgstr "Os parâmetros de LDAP não estão configurados" - -#~ msgid "Conexión a LDAP correcta" -#~ msgstr "Conexão com LDAP OK" - -#~ msgid "Objetos encontrados" -#~ msgstr "Objectos encontrados" - #~ msgid "Modificar Configuración" #~ msgstr "Editar Configuração" -#, fuzzy -#~ msgid "El tamaño máximo por archivo es de 16MB" -#~ msgstr "O tamanho máximo por arquivo é de 16MB" - -#, fuzzy -#~ msgid "Faltan parámetros de Proxy" -#~ msgstr "Faltam parâmetros do Proxy" - -#~ msgid "Proxy habiltado" -#~ msgstr "Proxy activado" - -#~ msgid "Proxy deshabilitado" -#~ msgstr "Proxy desactivado" - #~ msgid "Sección" #~ msgstr "Secção" -#~ msgid "Faltan parámetros de Wiki" -#~ msgstr "Faltam parâmetros da Wiki" - -#~ msgid "Wiki habiltada" -#~ msgstr "Wiki activada" - -#~ msgid "Wiki deshabilitada" -#~ msgstr "Wiki desactivada" - -#~ msgid "Faltan parámetros de LDAP" -#~ msgstr "Faltam parâmetros de LDAP" - -#~ msgid "LDAP habiltado" -#~ msgstr "LDAP activado" - -#~ msgid "LDAP deshabilitado" -#~ msgstr "LDAP desactivado" - -#~ msgid "Faltan parámetros de Correo" -#~ msgstr "Faltam parâmetros de Correio" - -#~ msgid "Correo habiltado" -#~ msgstr "Correio activado" - -#~ msgid "Correo deshabilitado" -#~ msgstr "Correio desactivado" - -#~ msgid "Configuración actualizada" -#~ msgstr "Configuração actualizada" - -#~ msgid "Clave maestra no indicada" -#~ msgstr "Master password not entered" - -#~ msgid "Se ha de confirmar el cambio de clave" -#~ msgstr "The password update must be confirmed" - -#~ msgid "Las claves son idénticas" -#~ msgstr "Passwords are the same" - -#~ msgid "Las claves maestras no coinciden" -#~ msgstr "Master passwords do not match" - -#~ msgid "La clave maestra actual no coincide" -#~ msgstr "The current master password does not match" - -#~ msgid "Errores al actualizar las claves de las cuentas" -#~ msgstr "Error while updating the accounts' passwords" - -#~ msgid "Errores al actualizar las claves de las cuentas del histórico" -#~ msgstr "Error while updating the accounts' passwords in history" - -#~ msgid "Errores al actualizar datos de campos personalizados" -#~ msgstr "Error while updating the custom fields data" - -#~ msgid "Error al guardar el hash de la clave maestra" -#~ msgstr "Error while saving the Master Password's hash" - #~ msgid "Generar Clave Temporal" #~ msgstr "Generate Temporary Password" #~ msgid "Clave Temporal Generada" #~ msgstr "Temporary Password Generated" -#~ msgid "Error al generar clave temporal" -#~ msgstr "Error while generating the temporary password" - #~ msgid "Usuario/Clave no introducidos" #~ msgstr "User/Pass not entered" @@ -5276,120 +7520,30 @@ msgstr "Link" #~ msgid "Error al actualizar la clave del usuario en la BBDD" #~ msgstr "Error while updating the user's password in DB" -#~ msgid "Login incorrecto" -#~ msgstr "Wrong login" - -#~ msgid "Cuenta expirada" -#~ msgstr "Account expired" - -#~ msgid "El usuario no tiene grupos asociados" -#~ msgstr "User has no associated groups" - -#~ msgid "Usuario deshabilitado" -#~ msgstr "User disabled" - #~ msgid "Error al obtener los datos del usuario de la BBDD" #~ msgstr "Error while retrieving the user's data from DB" -#~ msgid "La clave maestra no ha sido guardada o es incorrecta" -#~ msgstr "The Master Password either is not saved or is wrong" - -#~ msgid "Clave maestra incorrecta" -#~ msgstr "Wrong master password" - -#~ msgid "No hay extensiones permitidas" -#~ msgstr "There aren't any allowed extensions" - -#~ msgid "Tipo de archivo no soportado" -#~ msgstr "File type not allowed" - -#~ msgid "Archivo inválido" -#~ msgstr "Invalid file" - -#~ msgid "Error interno al leer el archivo" -#~ msgstr "Internal error while reading the file" - -#~ msgid "Archivo guardado" -#~ msgstr "File saved" - -#~ msgid "No se pudo guardar el archivo" -#~ msgstr "Error while saving file" - #~ msgid "No es un ID de archivo válido" #~ msgstr "Invalid file ID" -#~ msgid "El archivo no existe" -#~ msgstr "File does not exist" - -#~ msgid "Archivo eliminado" -#~ msgstr "File deleted" - -#~ msgid "Error al eliminar el archivo" -#~ msgstr "Error while deleting the file" - -#~ msgid "Parámetros incorrectos" -#~ msgstr "Wrong parameters" - -#~ msgid "Recuperación de Clave" -#~ msgstr "Password Recovery" - -#~ msgid "Solicitado para" -#~ msgstr "Requested for" - -#~ msgid "Solicitud enviada" -#~ msgstr "Request sent" - -#~ msgid "En breve recibirá un correo para completar la solicitud." -#~ msgstr "You will receive an email to complete the request shortly." - #~ msgid "Modificar Clave Usuario" #~ msgstr "Edit User Password" #~ msgid "La clave es incorrecta o no coincide" #~ msgstr "Wrong password or does not match" -#~ msgid "Es necesaria una descripción" -#~ msgstr "A description is needed" - #~ msgid "Solicitud de Modificación de Cuenta" #~ msgstr "Request for Account Modification" -#~ msgid "Solicitante" -#~ msgstr "Requester" - -#~ msgid "Error al actualizar preferencias" -#~ msgstr "Error while updating the preferences" - -#~ msgid "Preferencias actualizadas" -#~ msgstr "Preferences updated" - #~ msgid "La clave maestra no coincide" #~ msgstr "The Master Password does not match" #~ msgid "No es posible acceder directamente a este archivo" #~ msgstr "Unable to access to this file" -#~ msgid "Error al actualizar el historial" -#~ msgstr "Error while updating history" - #~ msgid "Actualizar Cuenta" #~ msgstr "Update Account" -#~ msgid "Error al actualizar los grupos secundarios" -#~ msgstr "Error while updating the secondary groups" - -#~ msgid "Error al actualizar los usuarios de la cuenta" -#~ msgstr "Error while updating the account users" - -#~ msgid "No se pudieron obtener los datos de la cuenta" -#~ msgstr "Error while retrieving account's data" - -#~ msgid "Error al eliminar grupos asociados a la cuenta" -#~ msgstr "Error while deleting the account's groups" - -#~ msgid "Error al eliminar usuarios asociados a la cuenta" -#~ msgstr "Error while deleting the account users" - #~ msgid "Error al eliminar archivos asociados a la cuenta" #~ msgstr "Error while deleting the account's files" @@ -5399,78 +7553,24 @@ msgstr "Link" #~ msgid "Error en el módulo de encriptación" #~ msgstr "Error on the encryption module" -#~ msgid "Error al obtener las claves de las cuentas" -#~ msgstr "Error while retrieving the accounts' passwords" - -#~ msgid "Fallo al actualizar la clave de la cuenta" -#~ msgstr "Error while updating the account's password" - -#~ msgid "Cuentas actualizadas" -#~ msgstr "Accounts updated" - #~ msgid "No se pudieron obtener los datos de las cuentas" #~ msgstr "Unable to retrieve the accounts data" -#~ msgid "Actualizar Clave Maestra (H)" -#~ msgstr "Update Master Password (H)" - -#~ msgid "La clave maestra del registro no coincide" -#~ msgstr "The record's master password does not match" - #~ msgid "Fallo al actualizar la clave del histórico" #~ msgstr "Error on updating the history's master password" -#~ msgid "Registros actualizados" -#~ msgstr "Records updated" - #~ msgid "Gestión Aplicación" #~ msgstr "Application Management" #~ msgid "Exportar" #~ msgstr "Export" -#~ msgid "Acceso no permitido" -#~ msgstr "Unauthorized access" - -#~ msgid "Error de codificación" -#~ msgstr "Encoding error" - -#~ msgid "La autorización ya existe" -#~ msgstr "The authorization already exist" - #~ msgid "Actualizar Autorización" #~ msgstr "Update Authorization" -#~ msgid "Usuario no pertenece al grupo" -#~ msgstr "User does not belong to the group" - -#~ msgid "Esta operación sólo es posible en entornos Linux" -#~ msgstr "This operation is only available on Linux environments" - -#~ msgid "Error al realizar backup en modo compatibilidad" -#~ msgstr "Error while doing the backup in compatibility mode" - -#~ msgid "Compruebe los permisos del directorio de backups" -#~ msgstr "Please, check the backup directory permissions" - -#~ msgid "Nombre de categoría duplicado" -#~ msgstr "Duplicated category name" - -#~ msgid "Error al crear la categoría" -#~ msgstr "Error while creating the category" - -#~ msgid "Error al eliminar la categoría" -#~ msgstr "Error while deleting the category" - -#~ msgid "Error al actualizar la categoría" -#~ msgstr "Error while updating the category" - #~ msgid "Modificar configuración" #~ msgstr "Update Configuration" -#~ msgid "Parámetro" -#~ msgstr "Parameter" - #~ msgid "Valor" #~ msgstr "Value" @@ -5486,165 +7586,33 @@ msgstr "Link" #~ msgid "El archivo de clave no existe" #~ msgstr "The key file does not exist" -#~ msgid "Error importando cuenta" -#~ msgstr "Error while importing the account" - -#~ msgid "Registros no actualizados" -#~ msgstr "Records not updated" - -#~ msgid "Cliente duplicado" -#~ msgstr "Duplicated client" - -#~ msgid "Error al crear el cliente" -#~ msgstr "Error while creating the client" - -#~ msgid "Error al actualizar el cliente" -#~ msgstr "Error while updating the client" - #~ msgid "Actualizar Cliente" #~ msgstr "Update Client" -#~ msgid "Error al eliminar el cliente" -#~ msgstr "Error while deleting the client" - -#~ msgid "Compruebe los datos de conexión" -#~ msgstr "Please, check the connection parameters" - #~ msgid "Realizado por" #~ msgstr "Performed by" #~ msgid "Enviar Email" #~ msgstr "Send Email" -#~ msgid "Correo enviado" -#~ msgstr "Email sent" - -#~ msgid "Error al enviar correo" -#~ msgstr "Error while sending the email" - -#~ msgid "Destinatario" -#~ msgstr "Recipient" - #~ msgid "CC" #~ msgstr "CC" -#~ msgid "Archivo no subido correctamente" -#~ msgstr "File successfully uploaded" - -#~ msgid "Verifique los permisos del usuario del servidor web" -#~ msgstr "Please check the web server user permissions" - -#~ msgid "Compruebe la extensión del archivo" -#~ msgstr "Please, check the file extension" - -#~ msgid "Compruebe la configuración de PHP para subir archivos" -#~ msgstr "Please, check PHP configuration for upload files" - #~ msgid "Compruebe los permisos del directorio temporal" #~ msgstr "Please, check the temporary directory permissions" -#~ msgid "Error al eliminar los usuarios del grupo" -#~ msgstr "Error while deleting the group users" - -#~ msgid "Compruebe el formato del archivo" -#~ msgstr "Please, check the file format" - -#~ msgid "Importación finalizada" -#~ msgstr "Import finished" - -#~ msgid "La sesión no puede ser inicializada" -#~ msgstr "Session cannot be initialized" - -#~ msgid "El directorio \"/config\" no existe" -#~ msgstr "\"/config\" directory does not exist." - -#~ msgid "No es posible escribir en el directorio \"config\"" -#~ msgstr "Unable to write into \"/config\" directory" - -#~ msgid "Los permisos del directorio \"/config\" son incorrectos" -#~ msgstr "\"/config\" directory permissions are wrong" - -#~ msgid "Finalizar sesión" -#~ msgstr "Logout session" - -#~ msgid "Tiempo inactivo" -#~ msgstr "Inactive time" - -#~ msgid "Tiempo total" -#~ msgstr "Total time" - #~ msgid "Actualización" #~ msgstr "Update" #~ msgid "Actualización de versión realizada." #~ msgstr "Version updating done." -#~ msgid "Indicar nombre de usuario admin" -#~ msgstr "Please, enter the admin username" - -#~ msgid "Usuario admin para acceso a la aplicación" -#~ msgstr "Admin user to log into the application" - -#~ msgid "Indicar la clave de admin" -#~ msgstr "Please, enter the admin's password" - -#~ msgid "Clave del usuario admin de la aplicación" -#~ msgstr "Application administrator's password" - -#~ msgid "Indicar la clave maestra" -#~ msgstr "Please, enter the Master Password" - -#~ msgid "Clave maestra para encriptar las claves" -#~ msgstr "Master password to encrypt the passwords" - -#~ msgid "Clave maestra muy corta" -#~ msgstr "Master password too short" - -#~ msgid "La longitud de la clave maestra ha de ser mayor de 11 caracteres" -#~ msgstr "The Master Password length need to be at least 11 characters" - -#~ msgid "Indicar el usuario de la BBDD" -#~ msgstr "Please, enter the database user" - -#~ msgid "Usuario con permisos de administrador de la Base de Datos" -#~ msgstr "An user with database administrative rights" - -#~ msgid "Indicar el nombre de la BBDD" -#~ msgstr "Please, enter the database name" - -#~ msgid "Nombre para la BBDD de la aplicación pej. syspass" -#~ msgstr "Application database name. eg. syspass" - -#~ msgid "El nombre de la BBDD no puede contener \".\"" -#~ msgstr "Database name cannot contain \".\"" - -#~ msgid "Elimine los puntos del nombre de la Base de Datos" -#~ msgstr "Please, remove dots in database name" - -#~ msgid "Indicar el servidor de la BBDD" -#~ msgstr "Please, enter the database server" - -#~ msgid "Servidor donde se instalará la Base de Datos" -#~ msgstr "Server where the database will be installed" - #~ msgid "No es posible comprobar el usuario de sysPass" #~ msgstr "Unable to check the sysPass user" -#~ msgid "Compruebe los permisos del usuario de conexión a la BD" -#~ msgstr "Please, check the DB connection user rights" - -#~ msgid "La BBDD ya existe" -#~ msgstr "The database already exists" - -#~ msgid "Indique una nueva Base de Datos o elimine la existente" -#~ msgstr "Please, enter a new database or delete the existing one" - #~ msgid "Error al crear la BBDD" #~ msgstr "Error while creating the DB" -#~ msgid "Verifique los permisos del usuario de la Base de Datos" -#~ msgstr "Please check the database user permissions" - #~ msgid "El archivo de estructura de la BBDD no existe" #~ msgstr "The database structure file does not exist" @@ -5655,49 +7623,15 @@ msgstr "Link" #~ msgid "Error al seleccionar la BBDD" #~ msgstr "Error while selecting the database." -#~ msgid "" -#~ "No es posible usar la Base de Datos para crear la estructura. Compruebe " -#~ "los permisos y que no exista." -#~ msgstr "" -#~ "Unable to use the database to create the structure. Please check the " -#~ "permissions and it does not exist." - -#~ msgid "Error al crear la estructura de la Base de Datos." -#~ msgstr "Error while creating database structure." - -#~ msgid "Informe al desarrollador" -#~ msgstr "Warn to developer" - #~ msgid "Error al actualizar la clave maestra del usuario \"admin\"" #~ msgstr "Error while updating the Master Password for user \"admin\"" -#~ msgid "No es posible conectar con el servidor de LDAP" -#~ msgstr "Unable to connect to LDAP server" - -#~ msgid "Error al conectar (BIND)" -#~ msgstr "Connection error (BIND)" - -#~ msgid "Error al buscar objetos en DN base" -#~ msgstr "Error while searching objects in base DN" - -#~ msgid "Error al buscar RDN de grupo" -#~ msgstr "Error while searching the group RDN" - -#~ msgid "Error al localizar el usuario en LDAP" -#~ msgstr "Error while searching the user on LDAP" - #~ msgid "Error al buscar el grupo de usuarios" #~ msgstr "Error while searching users group" -#~ msgid "Usuario verificado en grupo" -#~ msgstr "User in group verified" - #~ msgid "Vaciar Eventos" #~ msgstr "Clear Events" -#~ msgid "Cliente no encontrado" -#~ msgstr "Client not found" - #~ msgid "Error al obtener los usuarios" #~ msgstr "Error while retrieving the users" @@ -5713,36 +7647,12 @@ msgstr "Link" #~ msgid "Fallo al realizar la operación" #~ msgstr "Error while performing the operation" -#~ msgid "Formato de XML inválido" -#~ msgstr "Invalid XML format" - -#~ msgid "Error al aplicar la actualización de la Base de Datos" -#~ msgstr "Error while updating the database" - -#~ msgid "Compruebe el registro de eventos para más detalles" -#~ msgstr "Please, check the event log for more details" - -#~ msgid "Error al aplicar la actualización auxiliar" -#~ msgstr "Error while applying an auxiliary update" - -#~ msgid "Actualizar BBDD" -#~ msgstr "Update DB" - #~ msgid "No es necesario actualizar la Base de Datos." #~ msgstr "Database update not needed." -#~ msgid "Actualización de la Base de Datos realizada correctamente." -#~ msgstr "Database updating was completed successfully." - -#~ msgid "Actualizar Configuración" -#~ msgstr "Update Configuration" - #~ msgid "No se pudo realizar la petición de cambio de clave." #~ msgstr "Could not perform the password change request." -#~ msgid "Usuario de LDAP" -#~ msgstr "LDAP User" - #~ msgid "Activación Cuenta" #~ msgstr "Account Activation" @@ -5761,37 +7671,15 @@ msgstr "Link" #~ msgid "Versión de PHP requerida >= " #~ msgstr "Required PHP version >=" -#~ msgid "" -#~ "Actualice la versión de PHP para que la aplicación funcione correctamente" -#~ msgstr "Please update the PHP version to run sysPass" - #~ msgid "Exportar XML" #~ msgstr "XML Export" -#~ msgid "Error al crear el archivo XML" -#~ msgstr "Error while creating the XML file" - -#~ msgid "No es posible procesar el archivo XML" -#~ msgstr "Unable to process the XML file" - -#~ msgid "Archivo XML no soportado" -#~ msgstr "XML file not supported" - -#~ msgid "No es posible detectar la aplicación que exportó los datos" -#~ msgstr "Unable to guess the application which data was exported from" - #~ msgid "Último backup" #~ msgstr "Last backup" #~ msgid "Última exportación" #~ msgstr "Last export" -#~ msgid "Registro de eventos vaciado" -#~ msgstr "Event log cleared" - -#~ msgid "Error al vaciar el registro de eventos" -#~ msgstr "Error while clearing the event log out" - #~ msgid "La version de PHP es vulnerable al ataque NULL Byte (CVE-2006-7243)" #~ msgstr "This PHP version is vulnerable to NULL Byte attack CVE-2006-7243)" @@ -5807,9 +7695,6 @@ msgstr "Link" #~ "Without this function, an attacker could take your account on password " #~ "reset." -#~ msgid "Instalación finalizada" -#~ msgstr "Installation finished" - #~ msgid "Descargar nueva versión" #~ msgstr "Download new version" @@ -5840,72 +7725,21 @@ msgstr "Link" #~ msgid "Se permite un máximo de 4 caracteres." #~ msgstr "Max 4 characters allowed." -#~ msgid "Primera página" -#~ msgstr "First page" - -#~ msgid "Página anterior" -#~ msgstr "Previous page" - -#~ msgid "Página siguiente" -#~ msgstr "Next page" - -#~ msgid "Última página" -#~ msgstr "Last page" - -#~ msgid "Comprobar" -#~ msgstr "Check" - -#~ msgid "Cambiar Clave" -#~ msgstr "Change Password" - -#~ msgid "Añadir" -#~ msgstr "Add" - #~ msgid "Abrir enlace a" #~ msgstr "Open link to" -#~ msgid "Limpiar" -#~ msgstr "Clear" - #~ msgid "Parámetros especiales:" #~ msgstr "Special parameters" -#~ msgid "Realizar" -#~ msgstr "Perform" - #~ msgid "Extensión" #~ msgstr "Extension" -#~ msgid "Tamaño de archivo superado" -#~ msgstr "File size exceeded" - #~ msgid "Solicitud no enviada" #~ msgstr "Request not sent" #~ msgid "Compruebe datos de usuario o consulte con el administrador" #~ msgstr "Please, check the user data or contact to the administrator" -#~ msgid "La cuenta no existe" -#~ msgstr "The account doesn't exist" - -#~ msgid "Errores" -#~ msgstr "Errors" - -#~ msgid "Error al añadir favorito" -#~ msgstr "Error while adding favorite" - -#~ msgid "Error al eliminar favorito" -#~ msgstr "Error while deleting favorite" - -#~ msgid "Error al eliminar las etiquetas de la cuenta" -#~ msgstr "Error while removing the account's tags" - -#~ msgid "Método inválido" -#~ msgstr "Invalid Method" - -#~ msgid "Datos inválidos" -#~ msgstr "Invalid data" - #~ msgid "Formato incorrecto" #~ msgstr "Wrong format" @@ -5915,12 +7749,6 @@ msgstr "Link" #~ msgid "Nombre de cliente a buscar" #~ msgstr "Client name to search for" -#~ msgid "Método ya inicializado" -#~ msgstr "Method already initialized" - -#~ msgid "Método no disponible" -#~ msgstr "Method unavailable" - #~ msgid "Los parámetros de DokuWiki no están configurados" #~ msgstr "The DokuWiki parameters are not set" @@ -5933,81 +7761,24 @@ msgstr "Link" #~ msgid "Error de conexión a DokuWiki" #~ msgstr "Error while connecting to DokuWiki" -#~ msgid "Faltan parámetros de syslog remoto" -#~ msgstr "Missing remote syslog parameters" - -#~ msgid "Syslog remoto deshabilitado" -#~ msgstr "Remote syslog disabled" - -#~ msgid "Error al guardar la configuración" -#~ msgstr "Error while saving the configuration" - -#~ msgid "Faltan parámetros de DokuWiki" -#~ msgstr "Missing DokuWiki parameters" - #~ msgid "DokuWiki habiltada" #~ msgstr "DokuWiki enabled" -#~ msgid "DokuWiki deshabilitada" -#~ msgstr "DokuWiki disabled" - -#~ msgid "Enlace creado" -#~ msgstr "Link created" - -#~ msgid "Enlace actualizado" -#~ msgstr "Link updated" - -#~ msgid "Enlace eliminado" -#~ msgstr "Link deleted" - -#~ msgid "Plugin habilitado" -#~ msgstr "Plugin enabled" - -#~ msgid "Plugin deshabilitado" -#~ msgstr "Plugin disabled" - -#~ msgid "Plugin restablecido" -#~ msgstr "Plugin reset" - -#~ msgid "Favorito añadido" -#~ msgstr "Favorite added" - -#~ msgid "Favorito eliminado" -#~ msgstr "Favorite deleted" - -#~ msgid "Importación de usuarios de LDAP realizada" -#~ msgstr "LDAP users import finished" - #~ msgid "Error al importar usuarios de LDAP" #~ msgstr "Error while importing the LDAP users" -#~ msgid "Notificación leída" -#~ msgstr "Notification read" - -#~ msgid "Notificación eliminada" -#~ msgstr "Notification deleted" - #~ msgid "Solicitud enviada por correo" #~ msgstr "Request sent by email" #~ msgid "Solicitud no enviada por correo" #~ msgstr "Request not sent by email" -#~ msgid "Solicitud realizada" -#~ msgstr "Request done" - #~ msgid "Detalles de Plugin" #~ msgstr "Plugin Details" #~ msgid "Error al obtener la clave maestra del usuario" #~ msgstr "Error while retrieving the user's Master Pass" -#~ msgid "Es necesaria su clave anterior" -#~ msgstr "Your previous password is needed" - -#~ msgid "Servidor LDAP" -#~ msgstr "LDAP Server" - #~ msgid "Buscar Categorías" #~ msgstr "Search for Categories" @@ -6020,78 +7791,15 @@ msgstr "Link" #~ msgid "Añadir Cliente" #~ msgstr "Add Client" -#~ msgid "Observador no inicializado" -#~ msgstr "Observer not initialized" - -#~ msgid "Es necesario un objeto" -#~ msgstr "An object is needed" - -#~ msgid "Indicar la clave de la BBDD" -#~ msgstr "Please, enter the database password" - -#~ msgid "Clave del usuario administrador de la Base de Datos" -#~ msgstr "Database administrator's password" - -#~ msgid "Error al crear el usuario de conexión a MySQL '%s'" -#~ msgstr "Error while creating the MySQL connection user '%s'" - -#~ msgid "La BBDD no existe" -#~ msgstr "The database does not exist" - -#~ msgid "Es necesario crearla y asignar los permisos necesarios" -#~ msgstr "You need to create it and assign the needed permissions" - -#~ msgid "Error al actualizar la configuración" -#~ msgstr "Error while updating the configuration" - -#~ msgid "Usuario no indicado" -#~ msgstr "User not set" - -#~ msgid "Acción no indicada" -#~ msgstr "Action not set" - -#~ msgid "Es necesario un nombre de etiqueta" -#~ msgstr "A tag name is needed" - -#~ msgid "Respuesta XML-RPC inválida" -#~ msgstr "Invalid XML-RPC response" - -#~ msgid "Id de categoría no definido. No es posible importar cuenta." -#~ msgstr "Category Id not set. Unable to import account." - -#~ msgid "Id de cliente no definido. No es posible importar cuenta." -#~ msgstr "Client Id not set. Unable to import account." - -#~ msgid "Clave de encriptación no indicada" -#~ msgstr "Encryption password not set" - #~ msgid "Extensión '%s' no cargada" #~ msgstr "Extension '%s' not loaded" -#~ msgid "Categoría duplicada" -#~ msgstr "Duplicated category" - -#~ msgid "Categoría no encontrada" -#~ msgstr "Category not found" - -#~ msgid "Error al crear el campo personalizado" -#~ msgstr "Error while creating the custom field" - -#~ msgid "Error al eliminar el campo personalizado" -#~ msgstr "Error while removing the custom field" - -#~ msgid "Error al actualizar el campo personalizado" -#~ msgstr "Error while updating the custom field" - #~ msgid "Campo personalizado no encontrado" #~ msgstr "Custom field not found" #~ msgid "No se encontraron campos personalizados" #~ msgstr "Custom fields not found" -#~ msgid "No hay datos de campos personalizados" -#~ msgstr "There aren't any data from custom fields" - #~ msgid "Error al migrar campos personalizados" #~ msgstr "Error while migrating the custom fields" @@ -6104,102 +7812,15 @@ msgstr "Link" #~ msgid "Actualizar Grupo" #~ msgstr "Update Group" -#~ msgid "Error al asignar los usuarios al grupo" -#~ msgstr "Error while setting users in the group" - -#~ msgid "Error al crear la notificación" -#~ msgstr "Error while adding the notification" - -#~ msgid "Error al eliminar la notificación" -#~ msgstr "Error while deleting the notification" - -#~ msgid "Error al modificar la notificación" -#~ msgstr "Error while updating the notification" - -#~ msgid "Error al obtener la notificación" -#~ msgstr "Error while retrieving notification" - -#~ msgid "Error al obtener las notificaciones" -#~ msgstr "Error while retrieving the notifications" - -#~ msgid "Error al crear el plugin" -#~ msgstr "Error while adding the plugin" - -#~ msgid "Error al eliminar el plugin" -#~ msgstr "Error while deleting the plugin" - -#~ msgid "Error al actualizar el plugin" -#~ msgstr "Error while updating the plugin" - -#~ msgid "Habilitado" -#~ msgstr "Enabled" - -#~ msgid "Error al crear perfil" -#~ msgstr "Error while creating the profile" - #~ msgid "Perfil en uso" #~ msgstr "Profile in use" -#~ msgid "Error al eliminar perfil" -#~ msgstr "Error while removing the profile" - -#~ msgid "Error al modificar perfil" -#~ msgstr "Error while updating the profile" - -#~ msgid "Enlace visualizado" -#~ msgstr "Link viewed" - -#~ msgid "Error al actualizar enlace" -#~ msgstr "Error while updating the link" - -#~ msgid "Enlace ya creado" -#~ msgstr "Link already created" - -#~ msgid "Error al crear enlace" -#~ msgstr "Error while creating the link" - -#~ msgid "Error al eliminar enlace" -#~ msgstr "Error while removing the link" - -#~ msgid "Error al renovar enlace" -#~ msgstr "Error while renewing link" - #~ msgid "Actualizar Enlace" #~ msgstr "Update Link" -#~ msgid "Error al obtener enlace" -#~ msgstr "Error while retrieving the link" - -#~ msgid "ON" -#~ msgstr "ON" - -#~ msgid "OFF" -#~ msgstr "OFF" - -#~ msgid "Etiqueta duplicada" -#~ msgstr "Duplicated tag" - -#~ msgid "Error al crear etiqueta" -#~ msgstr "Error while creating the tag" - -#~ msgid "Error al eliminar etiqueta" -#~ msgstr "Error while removing the tag" - -#~ msgid "Error al actualizar etiqueta" -#~ msgstr "Error while updating the tag" - #~ msgid "Error al obtener etiqueta" #~ msgstr "Error while retrieving the tag" -#~ msgid "Login/email de usuario duplicados" -#~ msgstr "Duplicated user login/email" - -#~ msgid "Error al obtener los datos del usuario" -#~ msgstr "Error while retrieving the user's data" - -#~ msgid "No se encontraron objetos para sincronizar" -#~ msgstr "There aren't any objects to synchronize" - #~ msgid "Sincronización finalizada" #~ msgstr "Synchronization finished" @@ -6209,48 +7830,15 @@ msgstr "Link" #~ msgid "Error al obtener grupo de usuarios" #~ msgstr "Error while retrieving the users group" -#~ msgid "Error en comprobación de hash" -#~ msgstr "Error while checking hash" - -#~ msgid "Hash inválido o expirado" -#~ msgstr "Wrong hash or expired" - -#~ msgid "Error al generar el hash de recuperación" -#~ msgstr "Error while generating the recovering hash" - #~ msgid "Actualizando preferencias" #~ msgstr "Updating preferences" #~ msgid "No es posible leer/escribir el archivo: %s" #~ msgstr "Unable to read/write the file: %s" -#~ msgid "No hay elementos para guardar" -#~ msgstr "There aren't any items to save" - -#~ msgid "Socket no inicializado" -#~ msgstr "Socket not initialized" - -#~ msgid "Error al enviar datos" -#~ msgstr "Error while sending the data" - #~ msgid "Respuesta" #~ msgstr "Response" -#~ msgid "Ver Detalles" -#~ msgstr "View Details" - -#~ msgid "Copiar" -#~ msgstr "Copy" - -#~ msgid "Restaurar" -#~ msgstr "Restore" - -#~ msgid "Descargar" -#~ msgstr "Download" - -#~ msgid "Crítico" -#~ msgstr "Critical" - #~ msgid "Accesos" #~ msgstr "Accesses" @@ -6260,9 +7848,6 @@ msgstr "Link" #~ msgid "Hay %d notificaciones pendientes" #~ msgstr "There are %d unread notifications" -#~ msgid "Agente" -#~ msgstr "Agent" - #~ msgid "Crear Usuario" #~ msgstr "Add User" @@ -6317,165 +7902,12 @@ msgstr "Link" #~ msgid "Usuarios importados" #~ msgstr "Imported users" -#~ msgid "Acceso denegado" -#~ msgstr "Access denied" - -#~ 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 "A type is needed" - -#~ 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 "File not found" - -#~ msgid "Grupo no encontrado" -#~ msgstr "Group not found" - -#~ msgid "Notificación no encontrada" -#~ msgstr "Notification not found" - -#~ msgid "Plugin no encontrado" -#~ msgstr "Plugin not found" - -#~ msgid "Perfil no encontrado" -#~ msgstr "Profile not found" - -#~ msgid "Enlace no encontrado" -#~ msgstr "Link not found" - -#~ msgid "Etiqueta no encontrada" -#~ msgstr "Tag not found" - -#~ msgid "Usuario no encontrado" -#~ msgstr "User not found" - -#~ msgid "Consulta en blanco" -#~ msgstr "Blank query" - -#~ 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 "Master password hash updated" - -#~ msgid "Error al actualizar el hash de la clave maestra" -#~ msgstr "Error while updating the master password hash" - -#~ msgid "Usuarios eliminados" -#~ msgstr "Users deleted" - -#~ msgid "Notificación actualizada" -#~ msgstr "Notification updated" - -#~ msgid "Restricción de integridad" -#~ msgstr "Integrity constraint" - -#~ msgid "Clave de encriptación incorrecta" -#~ msgstr "Wrong encryption password" - -#~ 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 account IDs" @@ -6494,172 +7926,9 @@ msgstr "Link" #~ msgid "Actualizando IDs de usuarios" #~ msgstr "Updating user IDs" -#~ 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 "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)" @@ -6672,199 +7941,18 @@ msgstr "Link" #~ 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: %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 the 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 "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" @@ -6898,12 +7986,6 @@ msgstr "Link" #~ 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." @@ -6922,84 +8004,3 @@ msgstr "Link" #~ 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" - -#~ msgid "Grupo visualizado" -#~ msgstr "Group viewed" - -#~ msgid "Plugin disponible" -#~ msgstr "Plugin available" - -#~ msgid "Plugin no disponible" -#~ msgstr "Plugin unavailable" - -#~ msgid "Plugin cargado" -#~ msgstr "Plugin loaded" - -#~ msgid "Generar clave temporal" -#~ msgstr "Generate temporary password" - -#~ msgid "Clave temporal generada" -#~ msgstr "Temporary password generated" - -#~ msgid "Plugins eliminados" -#~ msgstr "Plugins deleted" - -#~ msgid "Plugin eliminado" -#~ msgstr "Plugin deleted" diff --git a/app/locales/ru_RU/LC_MESSAGES/messages.mo b/app/locales/ru_RU/LC_MESSAGES/messages.mo index 5b298c6c219fa52b54139a8dc164704f745a1616..61f543ac19955ea0bebada152536f89f2c25dd0e 100644 GIT binary patch literal 88366 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 J6JHbWe*gt)Vp{+J literal 63229 zcmch=2b^71)&75__ulKJ1QJLlg&w4YBtRr(NJ78@cr$Y|8JL+n+&hyH5DXmz6PkeZ zfJieEN=OJzjY?CQK@kKLMMcC{MZ|)l{=d&!d!KV|nSk&A{roPRJZJB->)LCtwf5Tk zocY;iYkVokZ|&7{xgEgi+vIZVu93@KHbSwv+>*m{xh=u_!Og&@z_r0wz-_@dK!raD zxW<@VZWF>AfZKyRg35OgsB$KPJAyO8t-$%<`rx(TPT=j}df>M}nv(lIxE=T=xH0&# zBXYSsxGA_PI0{sK<3Oc94%`{+0@nl=fP=uRLA7%QxDog*Q0?jmRsOHQ-NFBW>wvqD z_40>-dVUzF=br-A@6Us(_sgKly9ZSJ9s$+QXTY_<*FmLw6I6Tt7Q+7mRsTlgJbo8Y z{n;~w4+2%sVW9GV65Ieh1ys3nLDBJSa6|A$Q2FlxRqkV;@;x8oe-0|&yP(?pKB)Gt zGv3SH22?)>fhy;4P~}by_*qcn)decw1tI=Rpvt=)RQnzPw*a3E&wmu~jqv;(Q0@9x z2yb+x=ieSw{=LB6!2`fO!Ow*7`Jn2#8(bG$4sH&93tS!iF}OAO3aD{@7ZgAI15|rA zKg!2tH&Eky5GX!70#v^yf$DcFsP@kR#g~_YYl7E;D(5Cp?N}V}v4GEkqSq^+`u7&7 za^DA4-X=$TzCobs**D;kpvpY~6yMAS#lL5V@Xesc^C3|Ec?wi}eh#XAZ-VN_yP){x zU*HUI>j_?87q|=Ivp}`y7EtYZ7}R`!4%9q-D?DH06CU0k6nzf>mG77ko(ZbGbHGo5 z7lPu$Ux4d@{{b})>mB3m-W3#G_5(G(V?ov19O64c(eq4jE$|EA+TazS=<#Jx?YIwA zyH|pu&�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 A&j0`b diff --git a/app/locales/ru_RU/LC_MESSAGES/messages.po b/app/locales/ru_RU/LC_MESSAGES/messages.po index 9307e13b..92a6edf8 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: 2018-11-04 11:05+0100\n" +"POT-Creation-Date: 2018-11-04 20:39+0100\n" "PO-Revision-Date: \n" "Last-Translator: nuxsmin \n" "Language-Team: Alexander Titov,Alex Us\n" @@ -11,5411 +11,7746 @@ msgstr "" "Content-Transfer-Encoding: 8bit\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-Poedit-KeywordsList: _;__;__u;gettext;gettext_noop\n" "X-Contributors: Alexander Titov, Alex Us, Filipp\n" -"X-Poedit-SearchPath-0: ../../../modules\n" -"X-Poedit-SearchPath-1: ../../../../lib\n" -"X-Poedit-SearchPath-2: ../../../config\n" +"X-Poedit-Basepath: ../../../..\n" +"X-Poedit-SearchPath-0: app/modules\n" +"X-Poedit-SearchPath-1: lib\n" +"X-Poedit-SearchPath-2: app/config\n" +"X-Poedit-SearchPathExcluded-0: app/modules/**/plugins\n" -#: ../../../../lib/SP/Bootstrap.php:278 -#, php-format -msgid "Versión de PHP requerida >= %s <= %s" -msgstr "Required PHP version >= %s <= %s" +#: app/modules/api/Controllers/AccountController.php:70 +msgid "Account displayed" +msgstr "Account displayed" -#: ../../../../lib/SP/Config/ConfigUtil.php:111 -#, php-format -msgid "Actual: %s - Necesario: 750" -msgstr "Current: %s - Needed: 750" +#: app/modules/api/Controllers/AccountController.php:71 +#: app/modules/api/Controllers/AccountController.php:103 +#: app/modules/api/Controllers/AccountController.php:139 +#: app/modules/api/Controllers/AccountController.php:189 +#: app/modules/api/Controllers/AccountController.php:240 +#: app/modules/api/Controllers/AccountController.php:315 +#: app/modules/api/Controllers/CategoryController.php:63 +#: app/modules/api/Controllers/CategoryController.php:92 +#: app/modules/api/Controllers/CategoryController.php:122 +#: app/modules/api/Controllers/CategoryController.php:151 +#: app/modules/api/Controllers/ClientController.php:64 +#: app/modules/api/Controllers/ClientController.php:94 +#: app/modules/api/Controllers/ClientController.php:125 +#: app/modules/api/Controllers/ClientController.php:154 +#: app/modules/api/Controllers/TagController.php:62 +#: app/modules/api/Controllers/TagController.php:90 +#: app/modules/api/Controllers/TagController.php:119 +#: app/modules/api/Controllers/TagController.php:148 +#: app/modules/api/Controllers/UserGroupController.php:62 +#: app/modules/api/Controllers/UserGroupController.php:92 +#: app/modules/api/Controllers/UserGroupController.php:123 +#: app/modules/api/Controllers/UserGroupController.php:152 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:240 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:113 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:104 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:105 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:108 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:116 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:107 +#: app/modules/web/Controllers/UserGroupController.php:274 +#: app/modules/web/Controllers/UserGroupController.php:315 +#: lib/SP/Plugin/PluginManager.php:320 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:30 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:43 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:22 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:24 +#: app/modules/web/themes/material-blue/views/account/account.inc:65 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:54 +#: app/modules/web/themes/material-blue/views/config/info.inc:39 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:23 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:23 +#: app/modules/web/themes/material-blue/views/itemshow/tag.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:35 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:24 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:533 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:22 +msgid "Name" +msgstr "Имя" -#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:176 -#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:186 -msgid "Error interno" -msgstr "Внутренняя ошибка" - -#: ../../../../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 +#: app/modules/api/Controllers/AccountController.php:72 +#: app/modules/api/Controllers/AccountController.php:104 +#: app/modules/api/Controllers/AccountController.php:140 +#: app/modules/api/Controllers/AccountController.php:190 +#: app/modules/api/Controllers/AccountController.php:241 +#: app/modules/api/Controllers/AccountController.php:316 +#: app/modules/web/Controllers/AccountController.php:227 +#: app/modules/web/Controllers/AccountController.php:749 +#: app/modules/web/Controllers/AccountController.php:796 +#: app/modules/web/Controllers/AccountController.php:839 +#: app/modules/web/Controllers/AccountController.php:880 +#: app/modules/web/Controllers/AccountController.php:932 +#: app/modules/web/Controllers/AccountController.php:968 +#: app/modules/web/Controllers/AccountFileController.php:259 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:121 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:158 +#: app/modules/web/Controllers/AccountManagerController.php:151 +#: app/modules/web/Controllers/ClientController.php:225 +#: app/modules/web/Controllers/ClientController.php:259 +#: app/modules/web/Controllers/ClientController.php:297 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:233 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:114 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:105 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:109 +#: lib/SP/Services/Import/CsvImportBase.php:159 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:41 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:47 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:57 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:59 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:34 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:40 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:35 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:41 +#: app/modules/web/themes/material-blue/views/account/account.inc:78 +#: app/modules/web/themes/material-blue/views/account/account.inc:80 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:32 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:36 #, fuzzy -msgid "Error al generar datos cifrados" -msgstr "Ошибка при создании шифрованных данных" - -#: ../../../../lib/SP/Html/DataGrid/DataGridBase.php:302 -#: ../../../../lib/SP/Mvc/View/Template.php:126 -#, fuzzy, php-format -msgid "No es posible obtener la plantilla \"%s\" : %s" -msgstr "Не могу получить шаблон \"%s\" : %s" - -#: ../../../../lib/SP/Http/Address.php:49 -#: ../../../../lib/SP/Http/Address.php:68 -msgid "IP inválida" -msgstr "Неверный 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:301 -#: ../../../../lib/SP/Mvc/View/Template.php:365 -#, fuzzy, php-format -msgid "No es posible obtener la variable \"%s\"" -msgstr "Не могу получить переменную \"%s\"" - -#: ../../../../lib/SP/Mvc/View/Template.php:334 -#, fuzzy, php-format -msgid "No es posible destruir la variable \"%s\"" -msgstr "Нельзя удалить переменную \"%s\"" - -#: ../../../../lib/SP/Mvc/View/Template.php:355 -msgid "La plantilla no contiene archivos" -msgstr "Шаблон не содержит файлов" - -#: ../../../../lib/SP/Plugin/PluginManager.php:170 -#, php-format -msgid "Versión de plugin no compatible (%s)" -msgstr "Plugin version not compatible (%s)" - -#: ../../../../lib/SP/Plugin/PluginManager.php:192 -#, fuzzy, php-format -msgid "No es posible cargar el plugin \"%s\"" -msgstr "Невозможно загрузить плагин \"%s\"" - -#: ../../../../lib/SP/Providers/Mail/MailHandler.php:124 -#, php-format -msgid "Realizado por: %s (%s)" -msgstr "Performed by: %s (%s)" - -#: ../../../../lib/SP/Providers/Mail/MailHandler.php:125 -#, 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:174 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:101 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:25 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:394 -#: ../../../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:604 -msgid "N/D" -msgstr "N/A" - -#: ../../../../lib/SP/Services/Backup/FileBackupService.php:139 -#, php-format -msgid "No es posible crear el directorio de backups (\"%s\")" -msgstr "Невозможно создать каталог резервных копий (\"%s\")" - -#: ../../../../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:213 -#, php-format -msgid "Clave Maestra %s" -msgstr "Мастер пароль %s" - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:214 -#, fuzzy -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:216 -#, php-format -msgid "La nueva clave es: %s" -msgstr "Новый мастер пароль: %s" - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:218 -#, php-format -msgid "Esta clave estará activa hasta: %s" -msgstr "This password will be valid until: %s" - -#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:220 -#, fuzzy -msgid "No olvide acceder lo antes posible para guardar los cambios." -msgstr "Пожалуйста, не забудьте залогиниться для сохранения изменений." - -#: ../../../../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:94 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:298 -msgid "Categorías" -msgstr "Категории" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:76 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:93 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:330 -#, fuzzy -msgid "Clientes" -msgstr "Заказчики" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:77 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:104 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:16 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:113 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:12 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:50 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:52 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:56 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:250 -msgid "Usuarios" -msgstr "Пользователи" - -#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:78 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:95 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:84 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:162 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:53 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:266 -msgid "Grupos" -msgstr "Группы" - -#: ../../../../lib/SP/Services/Export/XmlExportService.php:125 -#: ../../../../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 -#, fuzzy, 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 "Update file does not contain data" - -#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:65 -#: ../../../modules/web/Controllers/UserController.php:235 -#: ../../../modules/web/Controllers/UserController.php:356 -#: ../../../modules/web/Controllers/UserPassResetController.php:107 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:238 -msgid "Cambio de Clave" -msgstr "Изменение пароля" - -#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:66 -msgid "Se ha solicitado el cambio de su clave de usuario." -msgstr "Запрос на смену пароля выполнен." - -#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:68 -msgid "Para completar el proceso es necesario que acceda a la siguiente URL:" -msgstr "Для завершения, пожалуйста пройдите по ссылке :" - -#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:72 -msgid "Si no ha solicitado esta acción, ignore este mensaje." -msgstr "" -"Если Вы не запрашивали данное действие, пожалуйста, проигнорируйте данное " -"письмо." - -#: ../../../../lib/SP/Services/Wiki/DokuWikiApi.php:68 -msgid "Fallo de autentificación" -msgstr "Ошибка аутентификации" - -#: ../../../../lib/SP/Services/Wiki/DokuWikiApiBase.php:196 -#, fuzzy -msgid "Error al realizar la consulta" -msgstr "Ошибка при выполнении запроса" - -#: ../../../../lib/SP/Services/Wiki/DokuWikiApiBase.php:228 -msgid "URL de conexión no establecida" -msgstr "URL подключения не задан" - -#: ../../../../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:72 -#: ../../../../lib/SP/Storage/File/FileHandler.php:135 -#, 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:89 -#, php-format -msgid "No es posible abrir el archivo (%s)" -msgstr "Unable to open the file (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:104 -#: ../../../../lib/SP/Storage/File/FileHandler.php:118 -#, php-format -msgid "No es posible leer desde el archivo (%s)" -msgstr "Unable to read from file (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:173 -#, php-format -msgid "No es posible cerrar el archivo (%s)" -msgstr "Unable to close the file (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:219 -#, php-format -msgid "No es posible escribir el archivo (%s)" -msgstr "Unable to write in file (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:234 -#, php-format -msgid "Archivo no encontrado (%s)" -msgstr "File not found (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:259 -#: ../../../../lib/SP/Storage/File/FileHandler.php:314 -#, php-format -msgid "No es posible leer el archivo (%s)" -msgstr "Unable to read/write file (%s)" - -#: ../../../../lib/SP/Storage/File/FileHandler.php:286 -#, php-format -msgid "No es posible eliminar el archivo (%s)" -msgstr "Unable to delete file (%s)" - -#: ../../../../lib/SP/Util/ErrorUtil.php:148 -msgid "Opción no disponible" -msgstr "Опция недоступна" - -#: ../../../../lib/SP/Util/ErrorUtil.php:149 -#: ../../../../lib/SP/Util/ErrorUtil.php:153 -#: ../../../../lib/SP/Util/ErrorUtil.php:157 -#: ../../../../lib/SP/Util/ErrorUtil.php:161 -#: ../../../../lib/SP/Util/ErrorUtil.php:169 -#: ../../../../lib/SP/Util/ErrorUtil.php:176 -#: ../../../modules/web/Controllers/ErrorController.php:124 -#: ../../../modules/web/Controllers/ErrorController.php:140 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:13 -msgid "Consulte con el administrador" -msgstr "Пожалуйста, свяжитесь с администратором" - -#: ../../../../lib/SP/Util/ErrorUtil.php:152 -#, fuzzy -msgid "No tiene permisos para acceder a esta cuenta" -msgstr "Нет прав для доступа к данной учетной записи" - -#: ../../../../lib/SP/Util/ErrorUtil.php:156 -msgid "No tiene permisos para acceder a esta página" -msgstr "Нет прав для доступа к данной странице" - -#: ../../../../lib/SP/Util/ErrorUtil.php:160 -msgid "No tiene permisos para realizar esta operación" -msgstr "Нет прав для данной операции" - -#: ../../../../lib/SP/Util/ErrorUtil.php:164 -#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 -#, fuzzy -msgid "Clave maestra actualizada" -msgstr "Мастер-пароль актуален" - -#: ../../../../lib/SP/Util/ErrorUtil.php:165 -#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 -#, fuzzy -msgid "Reinicie la sesión para cambiarla" -msgstr "Перезайдите для вступления изменений" - -#: ../../../../lib/SP/Util/ErrorUtil.php:168 -#: ../../../../lib/SP/Util/ErrorUtil.php:175 -#, fuzzy -msgid "Se ha producido una excepción" -msgstr "Произошла ошибка" - -#: ../../../modules/api/Controllers/AccountController.php:144 -msgid "Clave actualizada" +msgid "Client" +msgstr "Заказчик" + +#: app/modules/api/Controllers/AccountController.php:102 +#: app/modules/web/Controllers/AccountController.php:573 +#: app/modules/web/Controllers/AccountController.php:631 +msgid "Password viewed" +msgstr "Password viewed" + +#: app/modules/api/Controllers/AccountController.php:138 +#: app/modules/api/Controllers/AccountController.php:144 +#: app/modules/web/Controllers/AccountController.php:837 +#: app/modules/web/Controllers/AccountController.php:848 +#: app/modules/web/Controllers/UserController.php:428 +#: app/modules/web/Controllers/UserController.php:432 +#: app/modules/web/Controllers/UserPassResetController.php:196 +#: app/modules/web/Controllers/UserPassResetController.php:200 +msgid "Password updated" msgstr "Пароль изменен" -#: ../../../modules/api/Controllers/AccountController.php:194 +#: app/modules/api/Controllers/AccountController.php:188 +#: app/modules/api/Controllers/AccountController.php:194 +#: app/modules/web/Controllers/AccountController.php:747 +#: app/modules/web/Controllers/AccountController.php:758 #, fuzzy -msgid "Cuenta creada" +msgid "Account created" msgstr "Учетная запись создана" -#: ../../../modules/api/Controllers/AccountController.php:245 -msgid "Cuenta actualizada" +#: app/modules/api/Controllers/AccountController.php:239 +#: app/modules/api/Controllers/AccountController.php:245 +#: app/modules/web/Controllers/AccountController.php:794 +#: app/modules/web/Controllers/AccountController.php:805 +msgid "Account updated" msgstr "Информация об учетной записи изменена" -#: ../../../modules/api/Controllers/AccountController.php:320 +#: app/modules/api/Controllers/AccountController.php:314 +#: app/modules/api/Controllers/AccountController.php:320 +#: app/modules/web/Controllers/AccountController.php:930 +#: app/modules/web/Controllers/AccountController.php:935 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:119 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:124 +#: app/modules/web/Controllers/AccountManagerController.php:149 +#: app/modules/web/Controllers/AccountManagerController.php:154 #, fuzzy -msgid "Cuenta eliminada" +msgid "Account removed" msgstr "Учетная запись удалена" -#: ../../../modules/api/Controllers/CategoryController.php:96 -msgid "Categoría creada" +#: app/modules/api/Controllers/CategoryController.php:62 +msgid "Category displayed" +msgstr "Category displayed" + +#: app/modules/api/Controllers/CategoryController.php:91 +#: app/modules/api/Controllers/CategoryController.php:96 +#: app/modules/web/Controllers/CategoryController.php:263 +#: app/modules/web/Controllers/CategoryController.php:267 +msgid "Category added" msgstr "Категория создана" -#: ../../../modules/api/Controllers/CategoryController.php:126 -msgid "Categoría actualizada" +#: app/modules/api/Controllers/CategoryController.php:121 +#: app/modules/api/Controllers/CategoryController.php:126 +#: app/modules/web/Controllers/CategoryController.php:305 +#: app/modules/web/Controllers/CategoryController.php:309 +msgid "Category updated" msgstr "Информация о категории изменена" -#: ../../../modules/api/Controllers/CategoryController.php:155 -msgid "Categoría eliminada" +#: app/modules/api/Controllers/CategoryController.php:150 +#: app/modules/api/Controllers/CategoryController.php:155 +#: app/modules/web/Controllers/CategoryController.php:227 +#: app/modules/web/Controllers/CategoryController.php:231 +msgid "Category deleted" msgstr "Категория удалена" -#: ../../../modules/api/Controllers/ClientController.php:98 +#: app/modules/api/Controllers/ClientController.php:63 +msgid "Client displayed" +msgstr "Client displayed" + +#: app/modules/api/Controllers/ClientController.php:93 +#: app/modules/api/Controllers/ClientController.php:98 +#: app/modules/web/Controllers/ClientController.php:258 +#: app/modules/web/Controllers/ClientController.php:262 +#: lib/SP/Services/Import/KeepassImport.php:77 #, fuzzy -msgid "Cliente creado" +msgid "Client added" msgstr "Заказчик добавлен" -#: ../../../modules/api/Controllers/ClientController.php:129 +#: app/modules/api/Controllers/ClientController.php:124 +#: app/modules/api/Controllers/ClientController.php:129 +#: app/modules/web/Controllers/ClientController.php:296 +#: app/modules/web/Controllers/ClientController.php:300 #, fuzzy -msgid "Cliente actualizado" +msgid "Client updated" msgstr "Информация о заказчике обновлена" -#: ../../../modules/api/Controllers/ClientController.php:158 +#: app/modules/api/Controllers/ClientController.php:153 +#: app/modules/api/Controllers/ClientController.php:158 +#: app/modules/web/Controllers/ClientController.php:224 +#: app/modules/web/Controllers/ClientController.php:228 #, fuzzy -msgid "Cliente eliminado" +msgid "Client deleted" msgstr "Заказчик удален" -#: ../../../modules/api/Controllers/ConfigController.php:61 -msgid "Proceso de backup finalizado" +#: app/modules/api/Controllers/ConfigController.php:57 +#: app/modules/web/Controllers/ConfigBackupController.php:68 +msgid "Application and database backup completed successfully" +msgstr "Резервная копия программы и базы успешно создана" + +#: app/modules/api/Controllers/ConfigController.php:58 +#: app/modules/api/Controllers/ConfigController.php:83 +#: app/modules/api/Controllers/Help/ConfigHelp.php:43 +#: app/modules/api/Controllers/Help/ConfigHelp.php:54 +msgid "Path" +msgstr "Path" + +#: app/modules/api/Controllers/ConfigController.php:61 +#: app/modules/web/Controllers/ConfigBackupController.php:71 +msgid "Backup process finished" msgstr "Процесс резервного копирования закончен" -#: ../../../modules/api/Controllers/ConfigController.php:94 -msgid "Proceso de exportación finalizado" +#: app/modules/api/Controllers/ConfigController.php:82 +#: app/modules/web/Controllers/ConfigBackupController.php:96 +msgid "sysPass XML export" +msgstr "sysPass XML export" + +#: app/modules/api/Controllers/ConfigController.php:91 +#: app/modules/api/Controllers/ConfigController.php:94 +#: app/modules/web/Controllers/ConfigBackupController.php:106 +#: app/modules/web/Controllers/ConfigBackupController.php:134 +msgid "Export process finished" 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:105 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:144 -msgid "Id de la cuenta" +#: app/modules/api/Controllers/ControllerBase.php:146 +#: lib/SP/Services/Api/ApiService.php:186 +msgid "Unauthorized access" +msgstr "Доступ запрещен к" + +#: app/modules/api/Controllers/Help/AccountHelp.php:43 +#: app/modules/api/Controllers/Help/AccountHelp.php:54 +#: app/modules/api/Controllers/Help/AccountHelp.php:67 +#: app/modules/api/Controllers/Help/AccountHelp.php:105 +#: app/modules/api/Controllers/Help/AccountHelp.php:144 +msgid "Account Id" msgstr "ID учетной записи" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:55 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:68 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:81 +#: app/modules/api/Controllers/Help/AccountHelp.php:55 +#: app/modules/api/Controllers/Help/AccountHelp.php:68 +#: app/modules/api/Controllers/Help/AccountHelp.php:81 #, fuzzy -msgid "Clave del token" +msgid "Token's password" msgstr "Пароль токена" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:56 +#: app/modules/api/Controllers/Help/AccountHelp.php:56 #, fuzzy -msgid "Devolver detalles en la respuesta" +msgid "Send details in the response" msgstr "Отправлены детали по запросу" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:69 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:85 -#: ../../../modules/api/Controllers/Help/ConfigHelp.php:55 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:74 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:80 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:91 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:89 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:92 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:101 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:155 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:163 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:42 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:293 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:296 -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:81 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:170 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:119 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:126 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:253 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:260 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:45 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:52 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:59 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:100 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:108 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:45 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:52 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:35 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:98 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:27 -msgid "Clave" +#: app/modules/api/Controllers/Help/AccountHelp.php:69 +#: app/modules/api/Controllers/Help/AccountHelp.php:85 +#: app/modules/api/Controllers/Help/ConfigHelp.php:55 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:74 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:80 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:91 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:89 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:92 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:101 +#: app/modules/web/themes/material-blue/views/account/account.inc:155 +#: app/modules/web/themes/material-blue/views/account/account.inc:163 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:42 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:293 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:296 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:81 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:170 +#: app/modules/web/themes/material-blue/views/config/mail.inc:119 +#: app/modules/web/themes/material-blue/views/config/mail.inc:126 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:253 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:260 +#: app/modules/web/themes/material-blue/views/install/index.inc:45 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:52 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:59 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:100 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:108 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:45 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:52 +#: app/modules/web/themes/material-blue/views/login/index.inc:35 +#: app/modules/web/themes/material-blue/views/login/index.inc:98 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:27 +msgid "Password" msgstr "Пароль" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:70 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:91 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:114 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:97 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:114 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:181 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:88 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:90 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:243 -msgid "Fecha Caducidad Clave" +#: app/modules/api/Controllers/Help/AccountHelp.php:70 +#: app/modules/api/Controllers/Help/AccountHelp.php:91 +#: app/modules/api/Controllers/Help/AccountHelp.php:114 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:97 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:114 +#: app/modules/web/themes/material-blue/views/account/account.inc:181 +#: app/modules/web/themes/material-blue/views/account/details.inc:88 +#: app/modules/web/themes/material-blue/views/account/details.inc:90 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:243 +msgid "Password Expiry Date" msgstr "Срок действия пароля" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:82 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:106 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:36 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:52 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:29 -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:30 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:73 -msgid "Nombre de cuenta" +#: app/modules/api/Controllers/Help/AccountHelp.php:82 +#: app/modules/api/Controllers/Help/AccountHelp.php:106 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:36 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:52 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:29 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:30 +#: app/modules/web/themes/material-blue/views/account/account.inc:73 +msgid "Account name" msgstr "Имя учетной записи" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:83 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:107 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:43 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:66 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:91 -msgid "Id de categoría" +#: app/modules/api/Controllers/Help/AccountHelp.php:83 +#: app/modules/api/Controllers/Help/AccountHelp.php:107 +#: app/modules/api/Controllers/Help/CategoryHelp.php:43 +#: app/modules/api/Controllers/Help/CategoryHelp.php:66 +#: app/modules/api/Controllers/Help/CategoryHelp.php:91 +msgid "Category Id" msgstr "ID категории" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:84 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:108 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:43 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:67 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:93 +#: app/modules/api/Controllers/Help/AccountHelp.php:84 +#: app/modules/api/Controllers/Help/AccountHelp.php:108 +#: app/modules/api/Controllers/Help/ClientHelp.php:43 +#: app/modules/api/Controllers/Help/ClientHelp.php:67 +#: app/modules/api/Controllers/Help/ClientHelp.php:93 #, fuzzy -msgid "Id de cliente" +msgid "Client Id" msgstr "ID заказчика" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:86 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:109 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:109 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:149 -msgid "Usuario de acceso" +#: app/modules/api/Controllers/Help/AccountHelp.php:86 +#: app/modules/api/Controllers/Help/AccountHelp.php:109 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:109 +#: app/modules/web/themes/material-blue/views/account/account.inc:149 +msgid "Access user" msgstr "Пользователь доступа" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:87 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:110 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:96 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:136 -msgid "URL o IP de acceso" +#: app/modules/api/Controllers/Help/AccountHelp.php:87 +#: app/modules/api/Controllers/Help/AccountHelp.php:110 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:96 +#: app/modules/web/themes/material-blue/views/account/account.inc:136 +msgid "Access URL or IP" msgstr "URL или IP доступа" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:88 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:111 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:134 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:85 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:207 -msgid "Notas sobre la cuenta" +#: app/modules/api/Controllers/Help/AccountHelp.php:88 +#: app/modules/api/Controllers/Help/AccountHelp.php:111 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:134 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:85 +#: app/modules/web/themes/material-blue/views/account/account.inc:207 +msgid "Notes about the account" msgstr "Заметки по учетной записи" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:89 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:112 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:198 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:119 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:29 -msgid "Cuenta Privada" +#: app/modules/api/Controllers/Help/AccountHelp.php:89 +#: app/modules/api/Controllers/Help/AccountHelp.php:112 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:198 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:119 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:29 +msgid "Private Account" msgstr "Приватная учетная запись" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:90 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:113 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:217 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:48 -msgid "Cuenta Privada Grupo" +#: app/modules/api/Controllers/Help/AccountHelp.php:90 +#: app/modules/api/Controllers/Help/AccountHelp.php:113 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:217 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:48 +msgid "Private Account for Group" msgstr "Приватный аккаунт для группы" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:92 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:115 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:252 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:254 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:13 -msgid "Cuenta Vinculada" +#: app/modules/api/Controllers/Help/AccountHelp.php:92 +#: app/modules/api/Controllers/Help/AccountHelp.php:115 +#: app/modules/web/themes/material-blue/views/account/account.inc:252 +#: app/modules/web/themes/material-blue/views/account/account.inc:254 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:13 +msgid "Linked Account" msgstr "Связанная учетная запись" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:93 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:116 -msgid "Array con Ids de etiquetas" +#: app/modules/api/Controllers/Help/AccountHelp.php:93 +#: app/modules/api/Controllers/Help/AccountHelp.php:116 +msgid "Array with tags id" msgstr "Array with tags id" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:94 -#: ../../../modules/api/Controllers/Help/AccountHelp.php:117 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:43 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:67 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:93 -msgid "Id de grupo" +#: app/modules/api/Controllers/Help/AccountHelp.php:94 +#: app/modules/api/Controllers/Help/AccountHelp.php:117 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:43 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:67 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:93 +msgid "Group Id" msgstr "Group Id" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:128 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:79 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:81 -#: ../../../modules/api/Controllers/Help/TagHelp.php:77 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:81 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:26 +#: app/modules/api/Controllers/Help/AccountHelp.php:128 +#: app/modules/api/Controllers/Help/CategoryHelp.php:79 +#: app/modules/api/Controllers/Help/ClientHelp.php:81 +#: app/modules/api/Controllers/Help/TagHelp.php:77 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:81 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:26 #, fuzzy -msgid "Texto a buscar" +msgid "Text to search for" msgstr "Текст для поиска" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:129 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:80 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:82 -#: ../../../modules/api/Controllers/Help/TagHelp.php:78 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:82 +#: app/modules/api/Controllers/Help/AccountHelp.php:129 +#: app/modules/api/Controllers/Help/CategoryHelp.php:80 +#: app/modules/api/Controllers/Help/ClientHelp.php:82 +#: app/modules/api/Controllers/Help/TagHelp.php:78 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:82 #, fuzzy -msgid "Número de resultados a mostrar" +msgid "Number of results to display" msgstr "Количество результатов для отображения" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:130 -msgid "Id de categoría a filtrar" +#: app/modules/api/Controllers/Help/AccountHelp.php:130 +msgid "Category Id to filter on" msgstr "ID категории для фильтра" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:131 +#: app/modules/api/Controllers/Help/AccountHelp.php:131 #, fuzzy -msgid "Id de cliente a filtrar" +msgid "Client Id to filter on" msgstr "ID заказчика для фильтра" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:132 -msgid "Array con Ids de etiquetas a filtrar" +#: app/modules/api/Controllers/Help/AccountHelp.php:132 +msgid "Array with tags id for filtering" msgstr "Array with tags id for filtering" -#: ../../../modules/api/Controllers/Help/AccountHelp.php:133 -msgid "Operador de filtrado" +#: app/modules/api/Controllers/Help/AccountHelp.php:133 +msgid "Filtering operator" msgstr "Filtering operator" -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:54 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:67 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:29 -msgid "Nombre de la categoría" +#: app/modules/api/Controllers/Help/CategoryHelp.php:54 +#: app/modules/api/Controllers/Help/CategoryHelp.php:67 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:29 +msgid "Category name" msgstr "Имя категории" -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:55 -#: ../../../modules/api/Controllers/Help/CategoryHelp.php:68 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:41 -msgid "Descripción de la categoría" +#: app/modules/api/Controllers/Help/CategoryHelp.php:55 +#: app/modules/api/Controllers/Help/CategoryHelp.php:68 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:41 +msgid "Category description" msgstr "Описание категории" -#: ../../../modules/api/Controllers/Help/ClientHelp.php:54 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:68 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:30 +#: app/modules/api/Controllers/Help/ClientHelp.php:54 +#: app/modules/api/Controllers/Help/ClientHelp.php:68 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:30 #, fuzzy -msgid "Nombre del cliente" +msgid "Client name" msgstr "Имя заказчика" -#: ../../../modules/api/Controllers/Help/ClientHelp.php:55 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:69 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:43 +#: app/modules/api/Controllers/Help/ClientHelp.php:55 +#: app/modules/api/Controllers/Help/ClientHelp.php:69 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:43 #, fuzzy -msgid "Descripción del cliente" +msgid "Client description" msgstr "Описание заказчика" -#: ../../../modules/api/Controllers/Help/ClientHelp.php:56 -#: ../../../modules/api/Controllers/Help/ClientHelp.php:70 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:152 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:66 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:99 +#: app/modules/api/Controllers/Help/ClientHelp.php:56 +#: app/modules/api/Controllers/Help/ClientHelp.php:70 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:152 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:66 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:99 msgid "Global" msgstr "Общее" -#: ../../../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:65 -#: ../../../modules/api/Controllers/Help/TagHelp.php:89 -msgid "Id de etiqueta" +#: app/modules/api/Controllers/Help/TagHelp.php:43 +#: app/modules/api/Controllers/Help/TagHelp.php:65 +#: app/modules/api/Controllers/Help/TagHelp.php:89 +msgid "Tag Id" msgstr "Tag Id" -#: ../../../modules/api/Controllers/Help/TagHelp.php:54 -#: ../../../modules/api/Controllers/Help/TagHelp.php:66 -#: ../../../modules/web/themes/material-blue/views/itemshow/tag.inc:29 -msgid "Nombre de la etiqueta" +#: app/modules/api/Controllers/Help/TagHelp.php:54 +#: app/modules/api/Controllers/Help/TagHelp.php:66 +#: app/modules/web/themes/material-blue/views/itemshow/tag.inc:29 +msgid "Tag name" msgstr "Имя тега" -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:54 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:68 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:31 -msgid "Nombre del grupo" +#: app/modules/api/Controllers/Help/UserGroupHelp.php:54 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:68 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:31 +msgid "Group name" msgstr "Имя группы" -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:55 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:69 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:44 -msgid "Descripción del grupo" +#: app/modules/api/Controllers/Help/UserGroupHelp.php:55 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:69 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:44 +msgid "Group description" msgstr "Описание группы" -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:56 -#: ../../../modules/api/Controllers/Help/UserGroupHelp.php:70 -msgid "Array con Ids de usuarios" +#: app/modules/api/Controllers/Help/UserGroupHelp.php:56 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:70 +msgid "Array with users Id" msgstr "Array with users Id" -#: ../../../modules/api/Controllers/TagController.php:94 -msgid "Etiqueta creada" +#: app/modules/api/Controllers/TagController.php:61 +msgid "Tag displayed" +msgstr "Tag displayed" + +#: app/modules/api/Controllers/TagController.php:89 +#: app/modules/api/Controllers/TagController.php:94 +#: app/modules/web/Controllers/TagController.php:243 +msgid "Tag added" msgstr "Тег добавлен" -#: ../../../modules/api/Controllers/TagController.php:123 -msgid "Etiqueta actualizada" +#: app/modules/api/Controllers/TagController.php:118 +#: app/modules/api/Controllers/TagController.php:123 +#: app/modules/web/Controllers/TagController.php:276 +msgid "Tag updated" msgstr "Тег обновлен" -#: ../../../modules/api/Controllers/TagController.php:152 -msgid "Etiqueta eliminada" +#: app/modules/api/Controllers/TagController.php:147 +#: app/modules/api/Controllers/TagController.php:152 +#: app/modules/web/Controllers/TagController.php:215 +msgid "Tag removed" msgstr "Тег удален" -#: ../../../modules/api/Controllers/UserGroupController.php:96 -msgid "Grupo creado" +#: app/modules/api/Controllers/UserGroupController.php:61 +msgid "Group viewed" +msgstr "Group viewed" + +#: app/modules/api/Controllers/UserGroupController.php:91 +#: app/modules/api/Controllers/UserGroupController.php:96 +#: app/modules/web/Controllers/UserGroupController.php:273 +#: app/modules/web/Controllers/UserGroupController.php:277 +msgid "Group added" msgstr "Группа создана" -#: ../../../modules/api/Controllers/UserGroupController.php:127 -msgid "Grupo actualizado" +#: app/modules/api/Controllers/UserGroupController.php:122 +#: app/modules/api/Controllers/UserGroupController.php:127 +#: app/modules/web/Controllers/UserGroupController.php:314 +#: app/modules/web/Controllers/UserGroupController.php:318 +msgid "Group updated" msgstr "Группа обновлена" -#: ../../../modules/api/Controllers/UserGroupController.php:156 -msgid "Grupo eliminado" +#: app/modules/api/Controllers/UserGroupController.php:151 +#: app/modules/api/Controllers/UserGroupController.php:156 +#: app/modules/web/Controllers/UserGroupController.php:237 +#: app/modules/web/Controllers/UserGroupController.php:241 +msgid "Group deleted" msgstr "Группа удалена" -#: ../../../modules/web/Controllers/AccountController.php:149 -#: ../../../modules/web/Controllers/AccountController.php:204 -#: ../../../modules/web/Controllers/AccountController.php:489 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:60 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:61 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:164 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:165 -#: ../../../modules/web/themes/material-blue/views/account/linkedAccounts.inc:28 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:58 -msgid "Detalles de Cuenta" +#: app/modules/api/Init.php:146 +msgid "Updating needed" +msgstr "Updating needed" + +#: app/modules/web/Controllers/AccountController.php:149 +#: app/modules/web/Controllers/AccountController.php:204 +#: app/modules/web/Controllers/AccountController.php:489 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:60 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:61 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:164 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:165 +#: app/modules/web/themes/material-blue/views/account/linkedAccounts.inc:28 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:58 +msgid "Account Details" msgstr "Детали учетной записи" +#: app/modules/web/Controllers/AccountController.php:225 +msgid "Link viewed" +msgstr "Ссылка показана" + +#: app/modules/web/Controllers/AccountController.php:226 +#: app/modules/web/Controllers/AccountController.php:574 +#: app/modules/web/Controllers/AccountController.php:632 +#: app/modules/web/Controllers/AccountController.php:674 +#: app/modules/web/Controllers/AccountController.php:711 +#: app/modules/web/Controllers/AccountController.php:748 +#: app/modules/web/Controllers/AccountController.php:795 +#: app/modules/web/Controllers/AccountController.php:838 +#: app/modules/web/Controllers/AccountController.php:879 +#: app/modules/web/Controllers/AccountController.php:931 +#: app/modules/web/Controllers/AccountController.php:967 +#: app/modules/web/Controllers/AccountFileController.php:258 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:120 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:157 +#: app/modules/web/Controllers/AccountManagerController.php:150 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:108 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:25 +#: app/modules/web/themes/material-blue/views/account/account.inc:30 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:21 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:23 +msgid "Account" +msgstr "Учетная запись" + +#: app/modules/web/Controllers/AccountController.php:228 +msgid "Agent" +msgstr "Агент" + +#: app/modules/web/Controllers/AccountController.php:229 +msgid "HTTPS" +msgstr "HTTPS" + +#: app/modules/web/Controllers/AccountController.php:229 +#: lib/SP/DataModel/PublicLinkListData.php:88 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:190 +msgid "ON" +msgstr "Включить" + +#: app/modules/web/Controllers/AccountController.php:229 +#: lib/SP/DataModel/PublicLinkListData.php:88 +msgid "OFF" +msgstr "Выключить" + +#: app/modules/web/Controllers/AccountController.php:230 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:104 +msgid "IP" +msgstr "IP" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountController.php:261 -#: ../../../modules/web/Controllers/AccountController.php:307 -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:274 -#: ../../../config/actions.xml:157 -msgid "Nueva Cuenta" +#: app/modules/web/Controllers/AccountController.php:261 +#: app/modules/web/Controllers/AccountController.php:307 +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:274 +#: app/config/actions.xml:157 +msgid "New Account" msgstr "Новая учетная запись" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountController.php:353 -#: ../../../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:20 -#: ../../../config/actions.xml:163 -msgid "Editar Cuenta" +#: app/modules/web/Controllers/AccountController.php:353 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:176 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:177 +#: app/modules/web/themes/material-blue/views/account/linkedAccounts.inc:20 +#: app/config/actions.xml:163 +msgid "Edit Account" msgstr "Изменить учетную запись" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountController.php:400 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:334 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:335 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:181 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:182 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:177 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:178 -#: ../../../config/actions.xml:169 ../../../config/actions.xml:487 -#: ../../../config/actions.xml:799 +#: app/modules/web/Controllers/AccountController.php:400 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:334 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:335 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:181 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:182 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:177 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:178 +#: app/config/actions.xml:169 app/config/actions.xml:487 +#: app/config/actions.xml:799 #, fuzzy -msgid "Eliminar Cuenta" +msgid "Remove Account" msgstr "Удалить учетную запись" -#: ../../../modules/web/Controllers/AccountController.php:445 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:155 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:156 -msgid "Modificar Clave de Cuenta" +#. (itstool) path: action/text +#: app/modules/web/Controllers/AccountController.php:445 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:155 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:156 +#: app/config/actions.xml:181 +msgid "Edit Account Password" msgstr "Изменить пароль учетной записи" -#: ../../../modules/web/Controllers/AccountFileController.php:211 +#: app/modules/web/Controllers/AccountController.php:673 +#: app/modules/web/Controllers/AccountController.php:710 +msgid "Password copied" +msgstr "Password copied" + +#: app/modules/web/Controllers/AccountController.php:878 +#: app/modules/web/Controllers/AccountController.php:889 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:156 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:161 +msgid "Account restored" +msgstr "Учетная запись восстановлена" + +#: app/modules/web/Controllers/AccountController.php:916 +#: app/modules/web/Controllers/AccountController.php:919 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:108 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:111 +#: app/modules/web/Controllers/AccountManagerController.php:135 +#: app/modules/web/Controllers/AccountManagerController.php:138 +msgid "Accounts removed" +msgstr "Учетные записи удалены" + +#: app/modules/web/Controllers/AccountController.php:958 +#: app/modules/web/Forms/NotificationForm.php:106 +msgid "A description is needed" +msgstr "Необходимо описание" + +#: app/modules/web/Controllers/AccountController.php:965 +#: lib/SP/Providers/Notification/NotificationHandler.php:124 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:46 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:44 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:46 +msgid "Request" +msgstr "Запрос" + +#: app/modules/web/Controllers/AccountController.php:966 +msgid "Requester" +msgstr "Запросил" + +#: app/modules/web/Controllers/AccountController.php:969 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:105 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:129 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:108 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:37 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:61 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:68 +msgid "Description" +msgstr "Описание" + +#: app/modules/web/Controllers/AccountController.php:982 +msgid "Request done" +msgstr "Запрос выполнен" + +#: app/modules/web/Controllers/AccountFavoriteController.php:55 +msgid "Favorite added" +msgstr "Добавлено в избранное" + +#: app/modules/web/Controllers/AccountFavoriteController.php:73 +msgid "Favorite deleted" +msgstr "Удалено из избранного" + +#: app/modules/web/Controllers/AccountFileController.php:74 +#: app/modules/web/Controllers/AccountFileController.php:135 +#, fuzzy +msgid "File does not exist" +msgstr "Файл не существует" + +#: app/modules/web/Controllers/AccountFileController.php:87 +#: app/modules/web/Controllers/AccountFileController.php:103 +msgid "File viewed" +msgstr "File viewed" + +#: app/modules/web/Controllers/AccountFileController.php:88 +#: app/modules/web/Controllers/AccountFileController.php:104 +#: app/modules/web/Controllers/AccountFileController.php:141 +#: app/modules/web/Controllers/AccountFileController.php:257 +#: app/modules/web/Controllers/AccountFileController.php:364 +#: app/modules/web/Controllers/ConfigBackupController.php:163 +#: app/modules/web/Controllers/ConfigBackupController.php:209 +#: app/modules/web/Controllers/ConfigBackupController.php:255 +#: app/modules/web/Controllers/ConfigGeneralController.php:195 +#: app/modules/web/Controllers/ConfigGeneralController.php:236 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:122 +#: app/modules/web/themes/material-blue/views/config/import.inc:72 +msgid "File" +msgstr "Файл" + +#: app/modules/web/Controllers/AccountFileController.php:115 +#: app/config/strings.js.inc:40 +msgid "File not supported for preview" +msgstr "Предпросмотр файла недоступен" + +#: app/modules/web/Controllers/AccountFileController.php:140 +#: app/modules/web/Controllers/ConfigBackupController.php:162 +#: app/modules/web/Controllers/ConfigBackupController.php:208 +#: app/modules/web/Controllers/ConfigBackupController.php:254 +#: app/modules/web/Controllers/ConfigGeneralController.php:194 +#: app/modules/web/Controllers/ConfigGeneralController.php:235 +#: app/config/strings.js.inc:97 +msgid "File downloaded" +msgstr "File downloaded" + +#: app/modules/web/Controllers/AccountFileController.php:186 +msgid "INVALID QUERY" +msgstr "ОШИБОЧНЫЙ ЗАПРОС" + +#: app/modules/web/Controllers/AccountFileController.php:192 +msgid "There aren't any allowed extensions" +msgstr "Нет доступных расширений" + +#: app/modules/web/Controllers/AccountFileController.php:209 +#: lib/SP/Services/Import/FileImport.php:100 +msgid "File type not allowed" +msgstr "Данный тип файлов запрещен" + +#: app/modules/web/Controllers/AccountFileController.php:211 #, php-format -msgid "Extensión: %s" +msgid "Extension: %s" msgstr "Extension: %s" -#: ../../../modules/web/Controllers/AccountFileController.php:405 -msgid "Gestión de archivos deshabilitada" +#: app/modules/web/Controllers/AccountFileController.php:216 +msgid "Invalid file" +msgstr "Ошибочный файл" + +#: app/modules/web/Controllers/AccountFileController.php:218 +#, php-format +msgid "File: %s" +msgstr "File: %s" + +#: app/modules/web/Controllers/AccountFileController.php:224 +#: app/modules/web/Controllers/AccountFileController.php:244 +#: lib/SP/Services/Import/FileImport.php:116 +#, fuzzy +msgid "Internal error while reading the file" +msgstr "Внутренняя ошибка чтения файла" + +#: app/modules/web/Controllers/AccountFileController.php:226 +#, php-format +msgid "Maximum size: %s" +msgstr "Maximum size: %s" + +#: app/modules/web/Controllers/AccountFileController.php:234 +msgid "File size exceeded" +msgstr "Слишком большой размер файла" + +#: app/modules/web/Controllers/AccountFileController.php:236 +#, php-format +msgid "Maximum size: %d KB" +msgstr "Maximum size: %d KB" + +#: app/modules/web/Controllers/AccountFileController.php:256 +#: app/modules/web/Controllers/AccountFileController.php:265 +msgid "File saved" +msgstr "Файл сохранен" + +#: app/modules/web/Controllers/AccountFileController.php:260 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:109 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:109 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:109 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:127 +#: app/modules/web/Controllers/ItemPresetController.php:323 +#: app/modules/web/Controllers/ItemPresetController.php:364 +#: lib/SP/Services/Auth/LoginService.php:455 +#: lib/SP/Services/Auth/LoginService.php:518 +#: lib/SP/Services/Auth/LoginService.php:564 +#: lib/SP/Services/Auth/LoginService.php:607 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:35 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:37 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:23 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:30 +msgid "Type" +msgstr "Тип" + +#: app/modules/web/Controllers/AccountFileController.php:261 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:110 +msgid "Size" +msgstr "Размер" + +#: app/modules/web/Controllers/AccountFileController.php:292 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:64 +#: app/modules/web/Controllers/AccountManagerController.php:79 +#: app/modules/web/Controllers/AccountManagerController.php:213 +#: app/modules/web/Controllers/AuthTokenController.php:71 +#: app/modules/web/Controllers/AuthTokenController.php:111 +#: app/modules/web/Controllers/AuthTokenController.php:176 +#: app/modules/web/Controllers/AuthTokenController.php:209 +#: app/modules/web/Controllers/AuthTokenController.php:254 +#: app/modules/web/Controllers/AuthTokenController.php:292 +#: app/modules/web/Controllers/AuthTokenController.php:344 +#: app/modules/web/Controllers/CategoryController.php:69 +#: app/modules/web/Controllers/CategoryController.php:106 +#: app/modules/web/Controllers/CategoryController.php:170 +#: app/modules/web/Controllers/CategoryController.php:203 +#: app/modules/web/Controllers/CategoryController.php:248 +#: app/modules/web/Controllers/CategoryController.php:290 +#: app/modules/web/Controllers/CategoryController.php:332 +#: app/modules/web/Controllers/ClientController.php:70 +#: app/modules/web/Controllers/ClientController.php:107 +#: app/modules/web/Controllers/ClientController.php:171 +#: app/modules/web/Controllers/ClientController.php:203 +#: app/modules/web/Controllers/ClientController.php:245 +#: app/modules/web/Controllers/ClientController.php:285 +#: app/modules/web/Controllers/ClientController.php:323 +#: app/modules/web/Controllers/CustomFieldController.php:71 +#: app/modules/web/Controllers/CustomFieldController.php:108 +#: app/modules/web/Controllers/CustomFieldController.php:170 +#: app/modules/web/Controllers/CustomFieldController.php:202 +#: app/modules/web/Controllers/CustomFieldController.php:236 +#: app/modules/web/Controllers/CustomFieldController.php:275 +#: app/modules/web/Controllers/CustomFieldController.php:314 +#: app/modules/web/Controllers/EventlogController.php:107 +#: app/modules/web/Controllers/ItemPresetController.php:70 +#: app/modules/web/Controllers/ItemPresetController.php:157 +#: app/modules/web/Controllers/ItemPresetController.php:197 +#: app/modules/web/Controllers/ItemPresetController.php:236 +#: app/modules/web/Controllers/ItemPresetController.php:268 +#: app/modules/web/Controllers/ItemPresetController.php:309 +#: app/modules/web/Controllers/ItemPresetController.php:350 +#: app/modules/web/Controllers/NotificationController.php:110 +#: app/modules/web/Controllers/NotificationController.php:173 +#: app/modules/web/Controllers/NotificationController.php:191 +#: app/modules/web/Controllers/NotificationController.php:223 +#: app/modules/web/Controllers/NotificationController.php:255 +#: app/modules/web/Controllers/NotificationController.php:308 +#: app/modules/web/Controllers/NotificationController.php:337 +#: app/modules/web/Controllers/NotificationController.php:372 +#: app/modules/web/Controllers/PluginController.php:111 +#: app/modules/web/Controllers/PluginController.php:133 +#: app/modules/web/Controllers/PluginController.php:277 +#: app/modules/web/Controllers/PublicLinkController.php:74 +#: app/modules/web/Controllers/PublicLinkController.php:111 +#: app/modules/web/Controllers/PublicLinkController.php:173 +#: app/modules/web/Controllers/PublicLinkController.php:201 +#: app/modules/web/Controllers/PublicLinkController.php:233 +#: app/modules/web/Controllers/PublicLinkController.php:276 +#: app/modules/web/Controllers/PublicLinkController.php:310 +#: app/modules/web/Controllers/PublicLinkController.php:354 +#: app/modules/web/Controllers/TagController.php:68 +#: app/modules/web/Controllers/TagController.php:105 +#: app/modules/web/Controllers/TagController.php:165 +#: app/modules/web/Controllers/TagController.php:197 +#: app/modules/web/Controllers/TagController.php:233 +#: app/modules/web/Controllers/TagController.php:266 +#: app/modules/web/Controllers/TagController.php:299 +#: app/modules/web/Controllers/UserController.php:75 +#: app/modules/web/Controllers/UserController.php:112 +#: app/modules/web/Controllers/UserController.php:197 +#: app/modules/web/Controllers/UserController.php:230 +#: app/modules/web/Controllers/UserController.php:266 +#: app/modules/web/Controllers/UserController.php:308 +#: app/modules/web/Controllers/UserController.php:373 +#: app/modules/web/Controllers/UserController.php:416 +#: app/modules/web/Controllers/UserController.php:455 +#: app/modules/web/Controllers/UserGroupController.php:77 +#: app/modules/web/Controllers/UserGroupController.php:114 +#: app/modules/web/Controllers/UserGroupController.php:185 +#: app/modules/web/Controllers/UserGroupController.php:217 +#: app/modules/web/Controllers/UserGroupController.php:259 +#: app/modules/web/Controllers/UserGroupController.php:300 +#: app/modules/web/Controllers/UserGroupController.php:341 +#: app/modules/web/Controllers/UserProfileController.php:70 +#: app/modules/web/Controllers/UserProfileController.php:107 +#: app/modules/web/Controllers/UserProfileController.php:174 +#: app/modules/web/Controllers/UserProfileController.php:206 +#: app/modules/web/Controllers/UserProfileController.php:248 +#: app/modules/web/Controllers/UserProfileController.php:285 +#: app/modules/web/Controllers/UserProfileController.php:323 +#: lib/SP/Core/Acl/UnauthorizedActionException.php:46 +#: lib/SP/Util/ErrorUtil.php:160 +msgid "You don't have permission to do this operation" +msgstr "Нет прав для данной операции" + +#: app/modules/web/Controllers/AccountFileController.php:355 +#: app/modules/web/Controllers/AccountFileController.php:358 +msgid "Files deleted" +msgstr "Файлы удалены" + +#: app/modules/web/Controllers/AccountFileController.php:363 +msgid "File deleted" +msgstr "Файл удален" + +#: app/modules/web/Controllers/AccountFileController.php:369 +msgid "File Deleted" +msgstr "File Deleted" + +#: app/modules/web/Controllers/AccountFileController.php:405 +msgid "Files management disabled" msgstr "Управление файлами отключено" -#: ../../../modules/web/Controllers/AccountFileController.php:424 -msgid "No hay archivos asociados a la cuenta" +#: app/modules/web/Controllers/AccountFileController.php:424 +msgid "There are no linked files for the account" msgstr "There are no linked files for the account" +#: app/modules/web/Controllers/AccountManagerController.php:191 +#: app/modules/web/Controllers/AccountManagerController.php:194 +#: lib/SP/Services/Account/AccountCryptService.php:193 +msgid "Accounts updated" +msgstr "Обновлены учетные записи" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/AccountManagerController.php:216 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:198 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:199 -#: ../../../config/actions.xml:493 -msgid "Actualización Masiva" +#: app/modules/web/Controllers/AccountManagerController.php:216 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:198 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:199 +#: app/config/actions.xml:493 +msgid "Bulk Update" msgstr "Bulk Update" -#: ../../../modules/web/Controllers/AuthTokenController.php:114 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:155 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:156 -msgid "Nueva Autorización" +#: app/modules/web/Controllers/AuthTokenController.php:114 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:155 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:156 +msgid "New Authorization" msgstr "Создать авторизацию" -#: ../../../modules/web/Controllers/AuthTokenController.php:179 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:190 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:191 -msgid "Editar Autorización" +#: app/modules/web/Controllers/AuthTokenController.php:179 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:190 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:191 +msgid "Edit Authorization" msgstr "Редактировать авторизацию" -#: ../../../modules/web/Controllers/AuthTokenController.php:347 -msgid "Ver Autorización" +#: app/modules/web/Controllers/AuthTokenController.php:220 +#: app/modules/web/Controllers/AuthTokenController.php:223 +msgid "Authorizations deleted" +msgstr "Авторизация удалена" + +#: app/modules/web/Controllers/AuthTokenController.php:233 +#: app/modules/web/Controllers/AuthTokenController.php:237 +msgid "Authorization deleted" +msgstr "Авторизация удалена" + +#: app/modules/web/Controllers/AuthTokenController.php:234 +#: app/modules/web/Controllers/AuthTokenController.php:306 +#: app/modules/web/Controllers/AuthTokenController.php:315 +#: app/modules/web/Controllers/AuthTokenController.php:356 +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:71 +msgid "Authorization" +msgstr "Authorization" + +#: app/modules/web/Controllers/AuthTokenController.php:269 +msgid "Authorization added" +msgstr "Авторизация создана" + +#: app/modules/web/Controllers/AuthTokenController.php:305 +#: app/modules/web/Controllers/AuthTokenController.php:314 +#: app/modules/web/Controllers/AuthTokenController.php:321 +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:70 +msgid "Authorization updated" +msgstr "Авторизация изменена" + +#: app/modules/web/Controllers/AuthTokenController.php:347 +msgid "View Authorization" msgstr "Показать авторизацию" +#: app/modules/web/Controllers/AuthTokenController.php:355 +msgid "Authorization viewed" +msgstr "Authorization viewed" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/CategoryController.php:109 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:152 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:153 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:118 -#: ../../../config/actions.xml:307 -msgid "Nueva Categoría" +#: app/modules/web/Controllers/CategoryController.php:109 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:152 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:153 +#: app/modules/web/themes/material-blue/views/account/account.inc:118 +#: app/config/actions.xml:307 +msgid "New Category" msgstr "Создать категорию" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/CategoryController.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:170 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:171 -#: ../../../config/actions.xml:313 -msgid "Editar Categoría" +#: app/modules/web/Controllers/CategoryController.php:173 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:170 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:171 +#: app/config/actions.xml:313 +msgid "Edit Category" msgstr "Редактировать категорию" +#: app/modules/web/Controllers/CategoryController.php:214 +#: app/modules/web/Controllers/CategoryController.php:217 +msgid "Categories deleted" +msgstr "Категории удалены" + +#: app/modules/web/Controllers/CategoryController.php:228 +#: app/modules/web/Controllers/CategoryController.php:264 +#: app/modules/web/Controllers/CategoryController.php:306 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:247 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:115 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:106 +#: lib/SP/Services/Import/KeepassImport.php:104 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:72 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:74 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:45 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:51 +#: app/modules/web/themes/material-blue/views/account/account.inc:103 +#: app/modules/web/themes/material-blue/views/account/account.inc:105 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:51 +msgid "Category" +msgstr "Категория" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/CategoryController.php:335 -#: ../../../config/actions.xml:301 -msgid "Ver Categoría" +#: app/modules/web/Controllers/CategoryController.php:335 +#: app/config/actions.xml:301 +msgid "View Category" msgstr "Показать категорию" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ClientController.php:110 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:155 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:156 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:93 -#: ../../../config/actions.xml:337 +#: app/modules/web/Controllers/ClientController.php:110 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:155 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:156 +#: app/modules/web/themes/material-blue/views/account/account.inc:93 +#: app/config/actions.xml:337 #, fuzzy -msgid "Nuevo Cliente" +msgid "New Client" msgstr "Новый заказчик" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ClientController.php:174 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:174 -#: ../../../config/actions.xml:343 +#: app/modules/web/Controllers/ClientController.php:174 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:173 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:174 +#: app/config/actions.xml:343 #, fuzzy -msgid "Editar Cliente" +msgid "Edit Client" msgstr "Редактировать заказчика" -#. (itstool) path: action/text -#: ../../../modules/web/Controllers/ClientController.php:326 -#: ../../../config/actions.xml:331 +#: app/modules/web/Controllers/ClientController.php:213 +#: app/modules/web/Controllers/ClientController.php:216 #, fuzzy -msgid "Ver Cliente" +msgid "Clients deleted" +msgstr "Заказчики удалены" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/ClientController.php:326 +#: app/config/actions.xml:331 +#, fuzzy +msgid "View Client" msgstr "Показать заказчика" -#: ../../../modules/web/Controllers/ConfigBackupController.php:195 -#: ../../../modules/web/Controllers/ConfigBackupController.php:241 -#: ../../../modules/web/Controllers/ConfigGeneralController.php:183 -#: ../../../modules/web/Controllers/ConfigGeneralController.php:229 -msgid "Ey, esto es una DEMO!!" +#: app/modules/web/Controllers/ConfigAccountController.php:74 +#, fuzzy +msgid "Maximum size per file is 16MB" +msgstr "Максимальный размер файла 16MB" + +#: app/modules/web/Controllers/ConfigAccountController.php:82 +msgid "Files enabled" +msgstr "Files enabled" + +#: app/modules/web/Controllers/ConfigAccountController.php:87 +msgid "Files disabled" +msgstr "Files disabled" + +#: app/modules/web/Controllers/ConfigAccountController.php:100 +msgid "Public links enabled" +msgstr "Public links enabled" + +#: app/modules/web/Controllers/ConfigAccountController.php:105 +msgid "Public links disabled" +msgstr "Public links disabled" + +#: app/modules/web/Controllers/ConfigBackupController.php:57 +#: app/modules/web/Controllers/ConfigBackupController.php:195 +#: app/modules/web/Controllers/ConfigBackupController.php:241 +#: app/modules/web/Controllers/ConfigEncryptionController.php:97 +#: app/modules/web/Controllers/ConfigEncryptionController.php:159 +#: app/modules/web/Controllers/ConfigGeneralController.php:183 +#: app/modules/web/Controllers/ConfigGeneralController.php:229 +#: app/modules/web/Controllers/ConfigImportController.php:59 +#: app/modules/web/Controllers/ConfigLdapController.php:226 +#: app/modules/web/Controllers/Traits/ConfigTrait.php:55 +#: app/modules/web/Forms/UserForm.php:131 +#: app/modules/web/Forms/UserForm.php:153 +#: app/modules/web/Forms/UserForm.php:171 +msgid "Ey, this is a DEMO!!" msgstr "Эй, это DEMO!!" -#: ../../../modules/web/Controllers/ConfigLdapController.php:153 -#: ../../../modules/web/Controllers/ConfigLdapController.php:197 -msgid "Resultados" +#: app/modules/web/Controllers/ConfigBackupController.php:90 +#: app/modules/web/Controllers/UserPassResetController.php:183 +#: app/modules/web/Forms/AccountForm.php:135 +#: app/modules/web/Forms/UserForm.php:161 +#, fuzzy +msgid "Passwords do not match" +msgstr "Пароль и подтверждение не совпадают" + +#: app/modules/web/Controllers/ConfigBackupController.php:121 +msgid "Verification of exported data finished" +msgstr "Verification of exported data finished" + +#: app/modules/web/Controllers/ConfigBackupController.php:122 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:113 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:237 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:163 +#: app/modules/web/themes/material-blue/views/config/info.inc:49 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:34 +msgid "Version" +msgstr "Версия" + +#: app/modules/web/Controllers/ConfigBackupController.php:123 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:128 +#: app/modules/web/themes/material-blue/views/common/aux-customfields.inc:17 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:90 +msgid "Encrypted" +msgstr "Encrypted" + +#: app/modules/web/Controllers/ConfigBackupController.php:123 +#: app/modules/web/themes/material-blue/views/config/info.inc:140 +msgid "Yes" +msgstr "Да" + +#: app/modules/web/Controllers/ConfigBackupController.php:123 +#: app/modules/web/themes/material-blue/views/config/info.inc:140 +msgid "No" +msgstr "Нет" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/ConfigBackupController.php:124 +#: app/modules/web/Controllers/ConfigManagerController.php:174 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:101 +#: lib/SP/Providers/Notification/NotificationHandler.php:125 +#: lib/SP/Providers/Notification/NotificationHandler.php:156 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:74 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:25 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:394 +#: app/config/actions.xml:13 +msgid "Accounts" +msgstr "Учетные записи" + +#: app/modules/web/Controllers/ConfigBackupController.php:125 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:93 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:76 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:330 +#, fuzzy +msgid "Clients" +msgstr "Заказчики" + +#: app/modules/web/Controllers/ConfigBackupController.php:126 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:94 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:75 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:298 +msgid "Categories" +msgstr "Категории" + +#: app/modules/web/Controllers/ConfigBackupController.php:127 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:94 +#: app/modules/web/themes/material-blue/views/account/account.inc:211 +#: app/modules/web/themes/material-blue/views/account/account.inc:213 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:94 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:314 +msgid "Tags" +msgstr "Теги" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:73 +#: app/modules/web/Controllers/ConfigEncryptionController.php:147 +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 +#: lib/SP/Services/Auth/LoginService.php:300 +#: lib/SP/Services/Auth/LoginService.php:324 +#: lib/SP/Services/User/UpdatedMasterPassException.php:45 +#: lib/SP/Util/ErrorUtil.php:164 +#, fuzzy +msgid "Master password updated" +msgstr "Мастер-пароль актуален" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:73 +#: app/modules/web/Controllers/ConfigEncryptionController.php:147 +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 +#: lib/SP/Services/User/UpdatedMasterPassException.php:45 +#: lib/SP/Util/ErrorUtil.php:165 +#, fuzzy +msgid "Please, restart the session for update it" +msgstr "Перезайдите для вступления изменений" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:77 +#, fuzzy +msgid "Master password not entered" +msgstr "Необходим мастер-пароль" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:81 +msgid "The password update must be confirmed" +msgstr "Изменение пароля должно быть подтверждено" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:85 +#, fuzzy +msgid "Passwords are the same" +msgstr "Пароли одинаковы" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:89 +#, fuzzy +msgid "Master passwords do not match" +msgstr "Мастер-пароль не совпадает" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:93 +msgid "The current master password does not match" +msgstr "Текущий мастер-пароль ошибочен" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:143 +#, fuzzy +msgid "Error while saving the Master Password's hash" +msgstr "Ошибка при сохранении хеша мастер-пароля" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:166 +#: app/modules/web/Controllers/ConfigEncryptionController.php:168 +msgid "Master password hash updated" +msgstr "Хэш мастер-пароля обновлен" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:175 +msgid "Error while updating the master password hash" +msgstr "Ошибка при обновлении хэша мастер-пароля" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:199 +#: app/modules/web/Controllers/ConfigEncryptionController.php:205 +#: app/modules/web/Controllers/ConfigEncryptionController.php:209 +msgid "Temporary password generated" +msgstr "Temporary password generated" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:199 +#: app/modules/web/Controllers/ConfigMailController.php:146 +#: app/modules/web/Controllers/ConfigMailController.php:152 +#: lib/SP/Services/Mail/MailService.php:141 +msgid "Email sent" +msgstr "" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:205 +#: lib/SP/Services/Mail/MailService.php:81 +#: lib/SP/Services/Mail/MailService.php:151 +msgid "Error while sending the email" +msgstr "Error while sending the email" + +#: app/modules/web/Controllers/ConfigGeneralController.php:96 +msgid "Missing remote syslog parameters" +msgstr "Пропущены параметры удаленного syslog" + +#: app/modules/web/Controllers/ConfigGeneralController.php:104 +msgid "Remote syslog enabled" +msgstr "Remote syslog enabled" + +#: app/modules/web/Controllers/ConfigGeneralController.php:109 +msgid "Remote syslog disabled" +msgstr "Удаленный syslog отключен" + +#: app/modules/web/Controllers/ConfigGeneralController.php:122 +#, fuzzy +msgid "Missing Proxy parameters " +msgstr "Не указаны все параметры прокси" + +#: app/modules/web/Controllers/ConfigGeneralController.php:136 +msgid "Proxy enabled" +msgstr "Прокси включен" + +#: app/modules/web/Controllers/ConfigGeneralController.php:141 +msgid "Proxy disabled" +msgstr "Прокси выключен" + +#: app/modules/web/Controllers/ConfigGeneralController.php:160 +msgid "Auth Basic enabled" +msgstr "Auth Basic enabled" + +#: app/modules/web/Controllers/ConfigGeneralController.php:166 +msgid "Auth Basic disabled" +msgstr "Auth Basic disabled" + +#: app/modules/web/Controllers/ConfigImportController.php:78 +msgid "Accounts imported" +msgstr "Учетные записи импортированы" + +#: app/modules/web/Controllers/ConfigImportController.php:82 +#: app/modules/web/Controllers/ConfigLdapController.php:268 +msgid "Import finished" +msgstr "Импорт завершен" + +#: app/modules/web/Controllers/ConfigImportController.php:82 +#: app/modules/web/Controllers/ConfigImportController.php:85 +#: lib/SP/Services/Backup/FileBackupService.php:120 +#: lib/SP/Services/Export/XmlExportService.php:205 +#, fuzzy +msgid "Please check out the event log for more details" +msgstr "Проверьте журнал событий для деталей" + +#: app/modules/web/Controllers/ConfigImportController.php:85 +msgid "No accounts were imported" +msgstr "No accounts were imported" + +#: app/modules/web/Controllers/ConfigLdapController.php:71 +#: app/modules/web/Controllers/ConfigLdapController.php:143 +#: app/modules/web/Controllers/ConfigLdapController.php:181 +msgid "Missing LDAP parameters" +msgstr "Пропущены настройки LDAP" + +#: app/modules/web/Controllers/ConfigLdapController.php:90 +msgid "LDAP enabled" +msgstr "LDAP включен" + +#: app/modules/web/Controllers/ConfigLdapController.php:95 +msgid "LDAP disabled" +msgstr "LDAP выключен" + +#: app/modules/web/Controllers/ConfigLdapController.php:97 +#: app/modules/web/Controllers/ConfigMailController.php:106 +#: app/config/strings.js.inc:80 +msgid "No changes" +msgstr "Нет изменений" + +#: app/modules/web/Controllers/ConfigLdapController.php:117 +#: app/modules/web/Controllers/ConfigLdapController.php:246 +msgid "Wrong LDAP parameters" +msgstr "Wrong LDAP parameters" + +#: app/modules/web/Controllers/ConfigLdapController.php:153 +#: app/modules/web/Controllers/ConfigLdapController.php:197 +msgid "Results" msgstr "Результаты" -#: ../../../modules/web/Controllers/ConfigLdapController.php:159 -#: ../../../modules/web/Controllers/ConfigLdapController.php:204 +#: app/modules/web/Controllers/ConfigLdapController.php:158 +#: app/modules/web/Controllers/ConfigLdapController.php:203 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:95 +msgid "LDAP connection OK" +msgstr "Подключение к LDAP успешно" + +#: app/modules/web/Controllers/ConfigLdapController.php:159 +#: app/modules/web/Controllers/ConfigLdapController.php:204 #, php-format -msgid "Objetos encontrados: %d" +msgid "Objects found: %d" msgstr "Найдено объектов: %d" -#: ../../../modules/web/Controllers/ConfigLdapController.php:279 +#: app/modules/web/Controllers/ConfigLdapController.php:253 +msgid "LDAP Import" +msgstr "LDAP Import" + +#: app/modules/web/Controllers/ConfigLdapController.php:272 +#, fuzzy +msgid "There aren't any objects to synchronize" +msgstr "Нет объектов для синхронизации" + +#: app/modules/web/Controllers/ConfigLdapController.php:277 +msgid "LDAP users import finished" +msgstr "Импорт пользователей из LDAP завершен" + +#: app/modules/web/Controllers/ConfigLdapController.php:279 #, php-format -msgid "Usuarios importados: %d / %d" +msgid "Imported users: %d / %d" msgstr "Imported users: %d / %d" -#: ../../../modules/web/Controllers/ConfigLdapController.php:280 +#: app/modules/web/Controllers/ConfigLdapController.php:280 #, php-format -msgid "Errores: %d" +msgid "Errors: %d" msgstr "Errors: %d" -#: ../../../modules/web/Controllers/ConfigManagerController.php:160 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:134 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:20 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:18 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:446 +#: app/modules/web/Controllers/ConfigMailController.php:72 +#: app/modules/web/Controllers/ConfigMailController.php:133 +msgid "Missing Mail parameters" +msgstr "Пропущены настройки почты" + +#: app/modules/web/Controllers/ConfigMailController.php:97 +msgid "Mail enabled" +msgstr "Email включен" + +#: app/modules/web/Controllers/ConfigMailController.php:104 +msgid "Mail disabled" +msgstr "Email выключен" + +#: app/modules/web/Controllers/ConfigMailController.php:147 +#: lib/SP/Services/Mail/MailService.php:142 +msgid "Recipient" +msgstr "Получатель" + +#: app/modules/web/Controllers/ConfigMailController.php:153 +msgid "Please, check your inbox" +msgstr "Please, check your inbox" + +#: app/modules/web/Controllers/ConfigManagerController.php:160 +#: app/modules/web/themes/material-blue/views/install/index.inc:134 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:20 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:18 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:446 msgid "General" msgstr "Основное" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ConfigManagerController.php:189 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:29 -#: ../../../config/actions.xml:37 +#: app/modules/web/Controllers/ConfigManagerController.php:189 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:29 +#: app/config/actions.xml:37 msgid "Wiki" msgstr "Wiki" -#: ../../../modules/web/Controllers/ConfigManagerController.php:208 +#: app/modules/web/Controllers/ConfigManagerController.php:208 msgid "LDAP" msgstr "LDAP" -#: ../../../modules/web/Controllers/ConfigManagerController.php:234 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:12 -msgid "Correo" +#: app/modules/web/Controllers/ConfigManagerController.php:234 +#: app/modules/web/themes/material-blue/views/config/mail.inc:12 +msgid "Mail" msgstr "Mail" -#: ../../../modules/web/Controllers/ConfigManagerController.php:273 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:462 -msgid "Encriptación" +#: app/modules/web/Controllers/ConfigManagerController.php:273 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:462 +msgid "Encryption" msgstr "Шифрование" -#: ../../../modules/web/Controllers/ConfigManagerController.php:301 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:61 +#: app/modules/web/Controllers/ConfigManagerController.php:301 +#: app/modules/web/themes/material-blue/views/config/backup.inc:61 #, fuzzy -msgid "No se encontraron backups" +msgid "There aren't any backups available" msgstr "Нет доступных резервных копий" -#: ../../../modules/web/Controllers/ConfigManagerController.php:311 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:132 -msgid "No se encontró archivo de exportación" +#: app/modules/web/Controllers/ConfigManagerController.php:311 +#: app/modules/web/themes/material-blue/views/config/backup.inc:132 +msgid "No export file found" msgstr "Файл экспорта не найден" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ConfigManagerController.php:314 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:24 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:78 -#: ../../../config/actions.xml:739 -msgid "Copia de Seguridad" -msgstr "Backup" +#: app/modules/web/Controllers/ConfigManagerController.php:314 +#: app/modules/web/themes/material-blue/views/config/backup.inc:24 +#: app/modules/web/themes/material-blue/views/config/backup.inc:78 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:478 +#: app/config/actions.xml:739 +msgid "Backup" +msgstr "" -#: ../../../modules/web/Controllers/ConfigManagerController.php:331 -msgid "Importar Cuentas" +#: app/modules/web/Controllers/ConfigManagerController.php:331 +msgid "Import Accounts" msgstr "Импорт учетных записей" -#: ../../../modules/web/Controllers/ConfigManagerController.php:353 -msgid "No instalado" +#: app/modules/web/Controllers/ConfigManagerController.php:353 +msgid "Not installed" msgstr "Не установлено" -#: ../../../modules/web/Controllers/ConfigManagerController.php:363 -msgid "Información" +#: app/modules/web/Controllers/ConfigManagerController.php:363 +#: app/modules/web/themes/material-blue/inc/Icons.php:63 +msgid "Information" msgstr "Информация" -#: ../../../modules/web/Controllers/CustomFieldController.php:111 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:159 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:160 -msgid "Nuevo Campo" +#: app/modules/web/Controllers/ConfigWikiController.php:63 +msgid "Missing Wiki parameters" +msgstr "Пропущены настройки Wiki" + +#: app/modules/web/Controllers/ConfigWikiController.php:73 +msgid "Wiki enabled" +msgstr "WiKi включен" + +#: app/modules/web/Controllers/ConfigWikiController.php:78 +msgid "Wiki disabled" +msgstr "WiKi выключен" + +#: app/modules/web/Controllers/ConfigWikiController.php:91 +msgid "Missing DokuWiki parameters" +msgstr "Пропущены параметры DokuWiki" + +#: app/modules/web/Controllers/ConfigWikiController.php:103 +msgid "DokuWiki enabled" +msgstr "DokuWiki enabled" + +#: app/modules/web/Controllers/ConfigWikiController.php:108 +msgid "DokuWiki disabled" +msgstr "DokuWiki выключен" + +#: app/modules/web/Controllers/CustomFieldController.php:111 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:159 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:160 +msgid "New Field" msgstr "Создать поле" -#: ../../../modules/web/Controllers/CustomFieldController.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:177 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:178 -msgid "Editar Campo" +#: app/modules/web/Controllers/CustomFieldController.php:173 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:177 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:178 +msgid "Edit Field" msgstr "Изменить поле" -#: ../../../modules/web/Controllers/CustomFieldController.php:317 -msgid "Ver Campo" +#: app/modules/web/Controllers/CustomFieldController.php:209 +#: app/modules/web/Controllers/CustomFieldController.php:212 +msgid "Fields deleted" +msgstr "Поля удалены" + +#: app/modules/web/Controllers/CustomFieldController.php:218 +msgid "Field deleted" +msgstr "Поле удалено" + +#: app/modules/web/Controllers/CustomFieldController.php:248 +#: app/modules/web/Controllers/CustomFieldController.php:252 +msgid "Field added" +msgstr "Поле создано" + +#: app/modules/web/Controllers/CustomFieldController.php:249 +#: app/modules/web/Controllers/CustomFieldController.php:288 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:88 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:157 +msgid "Field" +msgstr "Field" + +#: app/modules/web/Controllers/CustomFieldController.php:287 +#: app/modules/web/Controllers/CustomFieldController.php:291 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldData.php:74 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:87 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:156 +msgid "Field updated" +msgstr "Поле обновлено" + +#: app/modules/web/Controllers/CustomFieldController.php:317 +msgid "View Field" msgstr "View Field" -#: ../../../modules/web/Controllers/ErrorController.php:107 +#: app/modules/web/Controllers/ErrorController.php:107 #, fuzzy -msgid "Aplicación en mantenimiento" +msgid "Application on maintenance" msgstr "Программа на ослуживании" -#: ../../../modules/web/Controllers/ErrorController.php:108 -msgid "En breve estará operativa" +#: app/modules/web/Controllers/ErrorController.php:108 +msgid "It will be running shortly" msgstr "Скоро работа будет возобновлена" -#: ../../../modules/web/Controllers/ErrorController.php:123 -#, fuzzy -msgid "Error en la verificación de la base de datos" -msgstr "Ошибка проверки базы данных" +#: app/modules/web/Controllers/ErrorController.php:123 +#: lib/SP/Services/Install/MySQL.php:363 +msgid "Error while checking the database" +msgstr "Ошибка при проверке базы данных" -#: ../../../modules/web/Controllers/ErrorController.php:139 +#: app/modules/web/Controllers/ErrorController.php:124 +#: app/modules/web/Controllers/ErrorController.php:140 +#: app/modules/web/Controllers/UserPassResetController.php:96 +#: 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:149 lib/SP/Util/ErrorUtil.php:153 +#: lib/SP/Util/ErrorUtil.php:157 lib/SP/Util/ErrorUtil.php:161 +#: lib/SP/Util/ErrorUtil.php:169 lib/SP/Util/ErrorUtil.php:176 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:13 +msgid "Please contact to the administrator" +msgstr "Пожалуйста, свяжитесь с администратором" + +#: app/modules/web/Controllers/ErrorController.php:139 +#: 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 #, fuzzy -msgid "No es posible conectar con la BD" +msgid "Unable to connect to DB" msgstr "Невозможно подключиться к базе данных" -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:89 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:90 -msgid "Ver Actual" +#: app/modules/web/Controllers/EventlogController.php:127 +#: app/modules/web/Controllers/EventlogController.php:130 +msgid "Event log cleared" +msgstr "Журнал очищен" + +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:89 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:90 +msgid "View Current" msgstr "Просмотр текущей версии" -#: ../../../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:123 -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:67 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:360 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:173 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:310 -#: ../../../modules/web/themes/material-blue/views/config/general.inc:28 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:91 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:193 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:295 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:440 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:206 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:294 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:211 -msgid "Atrás" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:135 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:136 +#: app/modules/web/themes/material-blue/inc/Icons.php:49 +#: app/modules/web/themes/material-blue/views/_partials/error.inc:14 +#: app/modules/web/themes/material-blue/views/_partials/error.inc:15 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:123 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:67 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:360 +#: app/modules/web/themes/material-blue/views/config/backup.inc:173 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:310 +#: app/modules/web/themes/material-blue/views/config/general.inc:28 +#: app/modules/web/themes/material-blue/views/config/import.inc:91 +#: app/modules/web/themes/material-blue/views/config/info.inc:193 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:295 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:440 +#: app/modules/web/themes/material-blue/views/config/mail.inc:206 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:294 +#: app/modules/web/themes/material-blue/views/error/error-database.inc:13 +#: app/modules/web/themes/material-blue/views/error/error-database.inc:14 +#: app/modules/web/themes/material-blue/views/error/error-maintenance.inc:13 +#: app/modules/web/themes/material-blue/views/error/error-maintenance.inc:14 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:40 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:50 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:211 +msgid "Back" msgstr "Назад" -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:196 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:197 -msgid "Solicitar Modificación" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:196 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:197 +msgid "Request Modification" msgstr "Запросить изменение" -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:217 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:218 -msgid "Restaurar cuenta desde este punto" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:217 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:218 +msgid "Restore account from this point" 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:130 -msgid "Guardar" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:237 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:238 +#: app/modules/web/themes/material-blue/inc/Icons.php:51 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:130 +msgid "Save" msgstr "Сохранить" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:354 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:355 -#: ../../../config/actions.xml:439 -msgid "Actualizar Enlace Público" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:354 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:355 +#: app/config/actions.xml:439 +msgid "Update Public Link" msgstr "Update Public Link" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:377 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:378 -#: ../../../config/actions.xml:433 -msgid "Eliminar Enlace Público" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:377 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:378 +#: app/config/actions.xml:433 +msgid "Delete Public Link" msgstr "Delete Public Link" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:397 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:398 -#: ../../../config/actions.xml:421 -msgid "Crear Enlace Público" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:397 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:398 +#: app/config/actions.xml:421 +msgid "Create Public Link" msgstr "Создать публичную ссылку" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:418 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:419 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:463 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:464 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:69 -#: ../../../config/actions.xml:175 ../../../config/actions.xml:265 -msgid "Ver Clave" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:418 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:419 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:463 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:464 +#: app/modules/web/themes/material-blue/inc/Icons.php:34 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:69 +#: app/config/actions.xml:175 app/config/actions.xml:265 +msgid "View password" msgstr "Показать пароль" -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:440 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:441 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:485 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:486 -msgid "Copiar Clave en Portapapeles" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:440 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:441 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:485 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:486 +msgid "Copy Password to Clipboard" msgstr "Копировать пароль в буфер" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:508 -#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:509 -#: ../../../config/actions.xml:193 -msgid "Copiar Cuenta" +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:508 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:509 +#: app/config/actions.xml:193 +msgid "Copy Account" msgstr "Скопировать учетную запись" -#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:69 -#: ../../../config/strings.js.inc:72 -msgid "Clave de Cuenta" +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:69 +#: app/config/strings.js.inc:72 +msgid "Account Password" msgstr "Пароль учетной записи" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:177 -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:178 -msgid "Más Acciones" +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:96 +#: lib/SP/Core/Acl/AccountPermissionException.php:45 +#: lib/SP/Util/ErrorUtil.php:152 +#, fuzzy +msgid "You don't have permission to access this account" +msgstr "Нет прав для доступа к данной учетной записи" + +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:177 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:178 +msgid "More Actions" msgstr "Другие действия" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:233 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:114 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:105 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:109 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:41 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:47 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:57 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:59 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:34 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:40 -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:35 -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:41 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:80 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:32 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:36 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:234 #, fuzzy -msgid "Cliente" -msgstr "Заказчик" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:234 -#, fuzzy -msgid "Ordenar por Cliente" +msgid "Sort by Client" msgstr "Сортировать по заказчику" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:240 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:113 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:104 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:105 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:108 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:116 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:107 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:30 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:43 -#: ../../../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:65 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:54 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:39 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:23 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:23 -#: ../../../modules/web/themes/material-blue/views/itemshow/tag.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:35 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:24 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:533 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:22 -msgid "Nombre" -msgstr "Имя" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:241 -msgid "Ordenar por Nombre" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:241 +msgid "Sort by Name" msgstr "Сортировать по имени" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:247 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:115 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:106 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:72 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:74 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:45 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:51 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:103 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:105 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:70 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:49 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:51 -msgid "Categoría" -msgstr "Категория" - -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:248 -msgid "Ordenar por Categoría" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:248 +msgid "Sort by Category" msgstr "Сортировать по категории" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:254 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:110 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:112 -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:105 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:63 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:69 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:101 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:67 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:73 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:141 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:76 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:25 -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:67 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:61 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:149 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:106 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:113 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:233 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:247 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:24 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:31 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:33 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:36 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:65 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:67 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:18 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:97 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:24 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:94 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:75 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:77 -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:19 -msgid "Usuario" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:254 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:110 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:112 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:105 +#: app/modules/web/Controllers/LoginController.php:122 +#: app/modules/web/Controllers/UserController.php:287 +#: app/modules/web/Controllers/UserController.php:323 +#: app/modules/web/Controllers/UserController.php:388 +#: app/modules/web/Controllers/UserController.php:429 +#: app/modules/web/Controllers/UserPassResetController.php:197 +#: lib/SP/Core/Acl/Acl.php:301 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:220 +#: lib/SP/Services/Auth/LoginService.php:238 +#: lib/SP/Services/Auth/LoginService.php:390 +#: lib/SP/Services/Auth/LoginService.php:457 +#: lib/SP/Services/Auth/LoginService.php:565 +#: lib/SP/Services/Auth/LoginService.php:608 +#: lib/SP/Services/Ldap/LdapImportService.php:238 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:63 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:69 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:101 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:67 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:73 +#: app/modules/web/themes/material-blue/views/account/account.inc:141 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:76 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:25 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:67 +#: app/modules/web/themes/material-blue/views/config/info.inc:61 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:149 +#: app/modules/web/themes/material-blue/views/config/mail.inc:106 +#: app/modules/web/themes/material-blue/views/config/mail.inc:113 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:233 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:247 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:24 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:31 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:33 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:65 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:67 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:18 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:97 +#: app/modules/web/themes/material-blue/views/login/index.inc:24 +#: app/modules/web/themes/material-blue/views/login/index.inc:94 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:75 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:77 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:19 +msgid "User" msgstr "Пользователь" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:255 -msgid "Ordenar por Usuario" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:255 +msgid "Sort by Username" msgstr "Сортировать по имени пользователя" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:261 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:52 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:58 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:88 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:56 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:62 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:128 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:81 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:261 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:52 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:58 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:88 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:56 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:62 +#: app/modules/web/themes/material-blue/views/account/account.inc:128 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:81 msgid "URL / IP" msgstr "URL / IP" -#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:262 -msgid "Ordenar por URL / IP" +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:262 +msgid "Sort by URL / IP" msgstr "Сортировать по URL / IP" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:79 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:80 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:70 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:71 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:74 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:71 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:71 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:75 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:76 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:90 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:91 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:74 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:75 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:74 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:72 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:82 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:83 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:74 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:73 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:74 -msgid "Eliminar Seleccionados" +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:79 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:80 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:70 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:71 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:71 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:71 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:75 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:76 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:90 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:91 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:75 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:82 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:83 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:74 +msgid "Delete Selected" msgstr "Удалить выбранные" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:116 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:158 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:42 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:44 -msgid "Propietario" +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:116 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:158 +#: app/modules/web/themes/material-blue/views/account/details.inc:42 +#: app/modules/web/themes/material-blue/views/account/details.inc:44 +msgid "Owner" msgstr "Owner" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:117 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:175 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:50 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:52 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:79 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:81 -msgid "Grupo Principal" +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:117 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:175 +#: app/modules/web/themes/material-blue/views/account/details.inc:50 +#: app/modules/web/themes/material-blue/views/account/details.inc:52 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:79 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:81 +msgid "Main Group" msgstr "Основная группа" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:149 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:145 -#: ../../../config/actions.xml:499 ../../../config/actions.xml:805 -msgid "Buscar Cuenta" +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:149 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:145 +#: app/config/actions.xml:499 app/config/actions.xml:805 +msgid "Search for Account" msgstr "Поиск учетной записи" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:92 -msgid "Cuentas (H)" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:92 +msgid "Accounts (H)" msgstr "Группы" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:126 -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:100 -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:106 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:122 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:190 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:251 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:48 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:55 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:38 -msgid "Fecha" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:126 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:100 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:106 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:122 +#: app/modules/web/themes/material-blue/views/account/account.inc:190 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:251 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:48 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:55 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:38 +msgid "Date" msgstr "Дата" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:108 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:130 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:109 -msgid "Estado" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:108 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:130 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:109 +msgid "Status" msgstr "Статус" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:129 -msgid "Modificada" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:129 +msgid "Modified" msgstr "Изменено" -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:130 -msgid "Eliminada" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:130 +msgid "Removed" msgstr "Удалено" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:160 -#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:161 -#: ../../../config/actions.xml:187 ../../../config/actions.xml:811 -msgid "Restaurar Cuenta" +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:160 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:161 +#: app/config/actions.xml:187 app/config/actions.xml:811 +msgid "Account Restore" msgstr "Восстановление учетной записи" -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:95 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:362 -msgid "Autorizaciones API" +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:95 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:362 +msgid "API Authorizations" msgstr "API авторизации" -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:108 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:36 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:38 -msgid "Acción" +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:108 +#: lib/SP/Core/Acl/Acl.php:300 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:38 +msgid "Action" msgstr "Действие" -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:140 -msgid "Buscar Token" +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:140 +msgid "Search for Token" msgstr "Поиск токена" -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:174 -msgid "Ver token de Autorización" +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:173 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:174 +msgid "View Authorization token" msgstr "Просмотр токена авторизации" -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:207 -#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:208 -msgid "Eliminar Autorización" +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:207 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:208 +msgid "Delete Authorization" msgstr "Удалить авторизацию" -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:107 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:105 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:129 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:108 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:36 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:37 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:61 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:68 -msgid "Descripción" -msgstr "Описание" - #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:137 -#: ../../../config/actions.xml:325 -msgid "Buscar Categoría" +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:137 +#: app/config/actions.xml:325 +msgid "Search for Category" msgstr "Поиск категории" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:187 -#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:188 -#: ../../../config/actions.xml:319 -msgid "Eliminar Categoría" +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:187 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:188 +#: app/config/actions.xml:319 +msgid "Delete Category" msgstr "Удалить категорию" -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:123 -#: ../../../config/strings.js.inc:66 -msgid "SI" +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:123 +#: app/config/strings.js.inc:66 +msgid "YES" msgstr "ДА" -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:123 -#: ../../../config/strings.js.inc:67 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:123 +#: app/config/strings.js.inc:67 msgid "NO" msgstr "НЕТ" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:140 -#: ../../../config/actions.xml:355 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:140 +#: app/config/actions.xml:355 #, fuzzy -msgid "Buscar Cliente" +msgid "Search for Client" msgstr "Поиск заказчика" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:190 -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:191 -#: ../../../config/actions.xml:349 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:190 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:191 +#: app/config/actions.xml:349 #, fuzzy -msgid "Eliminar Cliente" +msgid "Delete Client" msgstr "Удалить заказчика" -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:95 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:33 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:346 -msgid "Campos Personalizados" +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:95 +#: app/modules/web/themes/material-blue/views/account/account.inc:33 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:346 +msgid "Custom Fields" msgstr "Дополнительные поля" -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:108 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:49 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:51 -msgid "Módulo" +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:108 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:51 +msgid "Module" msgstr "Модуль" -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:109 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:109 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:109 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:127 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:35 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:37 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:23 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:30 -msgid "Tipo" -msgstr "Тип" - -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:110 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:120 -msgid "Propiedades" +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:110 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:120 +msgid "Properties" msgstr "Настройки" -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:128 -#: ../../../modules/web/themes/material-blue/views/common/aux-customfields.inc:17 -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:90 -msgid "Encriptado" -msgstr "Encrypted" - -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:144 -msgid "Buscar Campo" +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:144 +msgid "Search for Field" msgstr "Поиск поля" -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:194 -#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:195 -msgid "Eliminar Campo" +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:194 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:195 +msgid "Delete Field" 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" +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:87 +#: app/modules/web/themes/material-blue/views/eventlog/index.inc:1 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:514 +#: app/config/actions.xml:133 +msgid "Event Log" msgstr "Журнал событий" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:99 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:97 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:99 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:99 +#: app/modules/web/Controllers/ItemPresetController.php:289 +#: app/modules/web/Controllers/ItemPresetController.php:324 +#: app/modules/web/Controllers/ItemPresetController.php:365 +#: app/modules/web/themes/material-blue/views/account/details.inc:97 +#: app/modules/web/themes/material-blue/views/account/details.inc:99 msgid "ID" msgstr "ID" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:100 -msgid "Fecha / Hora" +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:100 +msgid "Date / Time" msgstr "Дата / Время" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:101 -msgid "Nivel" +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:101 +msgid "Level" msgstr "Уровень" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:102 -msgid "Evento" +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:102 +msgid "Event" msgstr "Событие" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:103 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:117 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:50 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:33 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:103 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:117 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:50 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:33 msgid "Login" msgstr "Логин" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:104 -msgid "IP" -msgstr "IP" +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:165 +#: app/config/actions.xml:139 +msgid "Search for Events" +msgstr "" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:165 -msgid "Buscar Evento" -msgstr "Поиск событий" - -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:181 -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:182 -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:178 -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:179 -msgid "Refrescar" +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:181 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:182 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:178 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:179 +msgid "Refresh" msgstr "Refresh" -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:199 -#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:200 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:199 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:200 #, fuzzy -msgid "Vaciar registro de eventos" +msgid "Clear the event log out" msgstr "Очистить журнал событий" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:94 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:41 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:280 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:150 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:410 -#: ../../../config/actions.xml:19 -msgid "Archivos" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:94 +#: app/modules/web/themes/material-blue/views/account/account.inc:41 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:280 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:150 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:410 +#: app/config/actions.xml:19 +msgid "Files" msgstr "Файлы" -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:106 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:108 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:25 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:30 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:21 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:23 -msgid "Cuenta" -msgstr "Учетная запись" - -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:110 -msgid "Tamaño" -msgstr "Размер" - #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:145 -#: ../../../config/actions.xml:475 -msgid "Buscar Archivo" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:145 +#: app/config/actions.xml:475 +msgid "Search for File" msgstr "Поиск файла" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:160 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:161 -#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:51 -#: ../../../config/actions.xml:205 ../../../config/actions.xml:451 -msgid "Ver Archivo" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:160 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:161 +#: app/modules/web/themes/material-blue/views/account/files-list.inc:51 +#: app/config/actions.xml:205 app/config/actions.xml:451 +msgid "View File" msgstr "Показать файл" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:178 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:179 -#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:42 -#: ../../../config/actions.xml:217 ../../../config/actions.xml:457 -msgid "Descargar Archivo" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:178 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:179 +#: app/modules/web/themes/material-blue/views/account/files-list.inc:42 +#: app/config/actions.xml:217 app/config/actions.xml:457 +msgid "Download File" msgstr "Скачать файл" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:198 -#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:199 -#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:34 -#: ../../../config/actions.xml:223 ../../../config/actions.xml:463 -msgid "Eliminar Archivo" +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:198 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:199 +#: app/modules/web/themes/material-blue/views/account/files-list.inc:34 +#: app/config/actions.xml:223 app/config/actions.xml:463 +msgid "Delete File" msgstr "Удалить файл" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:97 -msgid "Valores Predeterminados" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:97 +msgid "Preset Values" msgstr "Preset Values" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:111 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:119 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:133 -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:25 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:274 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:277 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:206 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:233 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:48 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:50 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:53 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:146 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:148 -msgid "Grupo" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:111 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:119 +#: app/modules/web/Controllers/UserGroupController.php:238 +#: 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 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:133 +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:25 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:274 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:277 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:206 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:233 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:48 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:50 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:53 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:146 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:148 +msgid "Group" msgstr "Группа" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:112 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:118 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:65 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:67 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:70 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:129 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:131 -msgid "Perfil" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:112 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:118 +#: app/modules/web/Controllers/UserProfileController.php:228 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:65 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:67 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:129 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:131 +msgid "Profile" msgstr "Профиль" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:113 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:83 -msgid "Prioridad" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:113 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:83 +msgid "Priority" msgstr "Priority" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:114 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:120 -msgid "Forzado" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:114 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:120 +msgid "Forced" msgstr "Forced" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:148 -#: ../../../config/actions.xml:859 -msgid "Buscar Valor" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:148 +#: app/config/actions.xml:859 +msgid "Search for Value" msgstr "Search for Value" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:163 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:66 -msgid "Valor de Permiso" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:163 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:66 +msgid "Permission Preset" msgstr "Permission Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:164 -msgid "Nuevo Valor de Permiso" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:164 +msgid "New Permission Preset" msgstr "New Permission Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:187 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:86 -msgid "Valor de Cuenta Privada" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:187 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:86 +msgid "Private Account Preset" msgstr "Private Account Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:188 -msgid "Nuevo Valor de Cuenta Privada" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:188 +msgid "New Private Account Preset" msgstr "New Private Account Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:211 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:102 -msgid "Valor de Timeout de Sesión" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:211 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:102 +msgid "Session Timeout Preset" msgstr "Session Timeout Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:212 -msgid "Nuevo Valor de Timeout de Sesión" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:212 +msgid "New Session Timeout Preset" msgstr "New Session Timeout Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:235 -#: ../../../modules/web/Controllers/Helpers/ItemPresetHelper.php:117 -msgid "Valor de Clave de Cuentas" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:235 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:117 +msgid "Account Password Preset" msgstr "Account Password Preset" -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:236 -msgid "Nuevo Valor de Clave de Cuentas" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:236 +msgid "New Account Password Preset" msgstr "New Account Password Preset" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:259 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:260 -#: ../../../modules/web/Controllers/ItemPresetController.php:239 -#: ../../../config/actions.xml:877 -msgid "Editar Valor" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:259 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:260 +#: app/modules/web/Controllers/ItemPresetController.php:239 +#: app/config/actions.xml:877 +msgid "Edit Value" msgstr "Edit Value" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:276 -#: ../../../modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:277 -#: ../../../config/actions.xml:883 -msgid "Eliminar Valor" +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:276 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:277 +#: app/config/actions.xml:883 +msgid "Delete Value" msgstr "Delete Value" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:113 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:106 -#: ../../../modules/web/themes/material-blue/views/notification/index.inc:1 -#: ../../../config/actions.xml:685 -msgid "Notificaciones" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:113 +#: app/modules/web/themes/material-blue/inc/Icons.php:65 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:106 +#: app/modules/web/themes/material-blue/views/notification/index.inc:1 +#: app/config/actions.xml:685 +msgid "Notifications" msgstr "Уведомления" -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:128 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:35 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:42 -msgid "Componente" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:128 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:35 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:42 +msgid "Component" msgstr "Компонент" -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:150 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:111 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:115 -msgid "Leída" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:150 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:111 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:115 +msgid "Read" msgstr "Чтение" -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:151 -msgid "Sólo Admins" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:151 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:107 +msgid "Only Admins" msgstr "Only Admins" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:168 -#: ../../../config/actions.xml:847 -msgid "Buscar Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:168 +#: app/config/actions.xml:847 +msgid "Search for Notification" msgstr "Поиск уведомления" -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:183 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:184 -#: ../../../modules/web/Controllers/NotificationController.php:194 -msgid "Nueva Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:183 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:184 +#: app/modules/web/Controllers/NotificationController.php:194 +msgid "New Notification" msgstr "Новое уведомление" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:201 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:202 -#: ../../../modules/web/Controllers/NotificationController.php:113 -#: ../../../config/actions.xml:817 -msgid "Ver Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:201 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:202 +#: app/modules/web/Controllers/NotificationController.php:113 +#: app/config/actions.xml:817 +msgid "View Notification" msgstr "Показать уведомление" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:231 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:232 -#: ../../../config/actions.xml:841 -msgid "Marcar Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:231 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:232 +#: app/config/actions.xml:841 +msgid "Checkout Notification" msgstr "Проверить уведомление" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:249 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:250 -#: ../../../modules/web/Controllers/NotificationController.php:226 -#: ../../../config/actions.xml:829 -msgid "Editar Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:249 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:250 +#: app/modules/web/Controllers/NotificationController.php:226 +#: app/config/actions.xml:829 +msgid "Edit Notification" msgstr "Редактировать уведомление" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:266 -#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:267 -#: ../../../config/actions.xml:835 -msgid "Eliminar Notificación" +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:266 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:267 +#: app/config/actions.xml:835 +msgid "Delete Notification" msgstr "Удалить уведомление" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:96 -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:330 -#: ../../../modules/web/themes/material-blue/views/plugin/index.inc:1 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:96 +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:330 +#: app/modules/web/themes/material-blue/views/plugin/index.inc:1 msgid "Plugins" msgstr "Плагины" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:108 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:108 +#: lib/SP/Plugin/PluginManager.php:194 msgid "Plugin" msgstr "Плагин" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:125 -msgid "No disponible" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:125 +msgid "Unavailable" msgstr "Unavailable" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:141 -#: ../../../config/actions.xml:547 -msgid "Buscar Plugin" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:141 +#: app/config/actions.xml:547 +msgid "Search for Plugin" msgstr "Поиск плагинов" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:156 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:157 -#: ../../../modules/web/Controllers/PluginController.php:136 -#: ../../../config/actions.xml:541 -msgid "Ver Plugin" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:156 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:157 +#: app/modules/web/Controllers/PluginController.php:136 +#: app/config/actions.xml:541 +msgid "View Plugin" msgstr "Показать плагин" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:173 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:174 -msgid "Habilitar" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:173 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:174 +msgid "Enable" msgstr "Включить" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:192 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:193 -msgid "Deshabilitar" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:192 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:193 +msgid "Disable" msgstr "Отключить" -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:211 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:212 -msgid "Restablecer Datos" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:211 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:212 +msgid "Reset Data" msgstr "Сбросить данные" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:231 -#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:232 -#: ../../../config/actions.xml:571 -msgid "Eliminar Plugin" +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:231 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:232 +#: app/config/actions.xml:571 +msgid "Delete Plugin" msgstr "Delete Plugin" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:96 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:49 -msgid "Enlaces" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:96 +#: app/modules/web/themes/material-blue/views/account/account.inc:49 +msgid "Links" msgstr "Ссылки" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:110 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:49 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:51 -msgid "Fecha Creación" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:110 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:51 +msgid "Creation Date" msgstr "Дата создания" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:111 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:195 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:57 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:59 -msgid "Fecha Caducidad" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:111 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:195 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:57 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:59 +msgid "Expiry Date " msgstr "Действует до" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:113 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:36 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:39 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:43 -msgid "Notificar" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:113 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:39 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:43 +msgid "Notify" msgstr "Уведомление" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:114 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:14 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:16 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:197 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:73 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:75 -msgid "Visitas" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:114 +#: app/modules/web/themes/material-blue/views/account/details.inc:14 +#: app/modules/web/themes/material-blue/views/account/details.inc:16 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:197 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:73 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:75 +msgid "Visits" msgstr "Просмотров" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:149 -msgid "Buscar Enlace" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:149 +msgid "Search for Link" msgstr "Поиск ссылок" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:164 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:165 -msgid "Nuevo Enlace" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:164 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:165 +msgid "New Link" msgstr "New Link" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:182 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:183 -#: ../../../modules/web/Controllers/PublicLinkController.php:357 -msgid "Ver Enlace" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:182 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:183 +#: app/modules/web/Controllers/PublicLinkController.php:357 +msgid "View Link" msgstr "Показать ссылку" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:198 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:199 -msgid "Renovar Enlace" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:198 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:199 +msgid "Renew Link" msgstr "Обновить ссылку" -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:215 -#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:216 -msgid "Eliminar Enlace" +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:215 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:216 +msgid "Delete Link" msgstr "Удалить ссылку" -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:94 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:211 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:213 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:94 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:314 -msgid "Etiquetas" -msgstr "Теги" - #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:135 -#: ../../../config/actions.xml:529 -msgid "Buscar Etiqueta" +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:135 +#: app/config/actions.xml:529 +msgid "Search for Tag" msgstr "Поиск тегов" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:150 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:151 -#: ../../../modules/web/Controllers/TagController.php:108 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:226 -#: ../../../config/actions.xml:505 -msgid "Nueva Etiqueta" +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:150 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:151 +#: app/modules/web/Controllers/TagController.php:108 +#: app/modules/web/themes/material-blue/views/account/account.inc:226 +#: app/config/actions.xml:505 +msgid "New Tag" msgstr "Новый тег" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:168 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:169 -#: ../../../modules/web/Controllers/TagController.php:168 -#: ../../../config/actions.xml:517 -msgid "Editar Etiqueta" +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:168 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:169 +#: app/modules/web/Controllers/TagController.php:168 app/config/actions.xml:517 +msgid "Edit Tag" msgstr "Редактировать тег" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:185 -#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:186 -#: ../../../config/actions.xml:523 -msgid "Eliminar Etiqueta" +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:185 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:186 +#: app/config/actions.xml:523 +msgid "Delete Tag" msgstr "Удалить тег" -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:88 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:88 msgid "Tracks" msgstr "Tracks" -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:101 -msgid "Fecha Desbloqueo" +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:101 +msgid "Date Unlocked" msgstr "Date Unlocked" -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:102 -msgid "Origen" +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:102 +msgid "Source" msgstr "Источник" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/TrackGrid.php:162 -#: ../../../config/actions.xml:895 -msgid "Buscar Track" +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:162 +#: app/config/actions.xml:895 +msgid "Search for track" msgstr "Search for track" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:104 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:77 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:16 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:113 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:12 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:50 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:52 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:56 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:250 +msgid "Users" +msgstr "Пользователи" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:156 -#: ../../../config/actions.xml:607 -msgid "Buscar Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:156 +#: app/config/actions.xml:607 +msgid "Search for User" msgstr "Поиск пользователя" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:171 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:172 -#: ../../../modules/web/Controllers/UserController.php:115 -#: ../../../config/actions.xml:583 -msgid "Nuevo Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:171 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:172 +#: app/modules/web/Controllers/UserController.php:115 +#: app/config/actions.xml:583 +msgid "New User" msgstr "Создать пользователя" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:189 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:190 -#: ../../../modules/web/Controllers/UserController.php:200 -#: ../../../config/actions.xml:589 -msgid "Editar Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:189 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:190 +#: app/modules/web/Controllers/UserController.php:200 +#: app/config/actions.xml:589 +msgid "Edit User" msgstr "Редактировать пользователя" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:206 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:207 -#: ../../../config/actions.xml:595 -msgid "Eliminar Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:206 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:207 +#: app/config/actions.xml:595 +msgid "Delete User" msgstr "Удалить пользователя" -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:223 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:224 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:460 -msgid "Importar usuarios de LDAP" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:223 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:224 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:460 +msgid "Import users from LDAP" msgstr "Импорт пользователей из LDAP" -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:241 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:242 -msgid "Ver Detalles de Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:241 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:242 +msgid "View User Details" msgstr "Просмотр информации пользователя" -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:258 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:259 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:63 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:116 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:122 -msgid "Cambiar Clave de Usuario" +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:258 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:259 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:63 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:116 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:122 +msgid "Change User's Password" msgstr "Изменить пароль пользователя" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:95 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:78 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:84 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:162 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:53 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:266 +msgid "Groups" +msgstr "Группы" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:138 -#: ../../../config/actions.xml:637 -msgid "Buscar Grupo" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:138 +#: app/config/actions.xml:637 +msgid "Search for Group" msgstr "Поиск группы" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:153 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:154 -#: ../../../modules/web/Controllers/UserGroupController.php:117 -#: ../../../config/actions.xml:619 -msgid "Nuevo Grupo" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:153 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:154 +#: app/modules/web/Controllers/UserGroupController.php:117 +#: app/config/actions.xml:619 +msgid "New Group" msgstr "Создать группу" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:171 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:172 -#: ../../../modules/web/Controllers/UserGroupController.php:344 -#: ../../../config/actions.xml:613 -msgid "Ver Grupo" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:171 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:172 +#: app/modules/web/Controllers/UserGroupController.php:344 +#: app/config/actions.xml:613 +msgid "View Group" msgstr "Показать группу" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:188 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:189 -#: ../../../modules/web/Controllers/UserGroupController.php:188 -#: ../../../config/actions.xml:625 -msgid "Editar Grupo" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:188 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:189 +#: app/modules/web/Controllers/UserGroupController.php:188 +#: app/config/actions.xml:625 +msgid "Edit Group" msgstr "Редактировать группу" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:205 -#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:206 -#: ../../../config/actions.xml:631 -msgid "Eliminar Grupo" +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:205 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:206 +#: app/config/actions.xml:631 +msgid "Delete Group" msgstr "Удалить группу" -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:95 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:282 -msgid "Perfiles" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:95 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:282 +msgid "Profiles" msgstr "Профили" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:136 -#: ../../../config/actions.xml:667 -msgid "Buscar Perfil" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:136 +#: app/config/actions.xml:667 +msgid "Search for Profile" msgstr "Поиск профиля" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:151 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:152 -#: ../../../modules/web/Controllers/UserProfileController.php:110 -#: ../../../config/actions.xml:649 -msgid "Nuevo Perfil" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:151 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:152 +#: app/modules/web/Controllers/UserProfileController.php:110 +#: app/config/actions.xml:649 +msgid "New Profile" msgstr "Создать профиль" -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:169 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:170 -msgid "Ver Detalles de Perfil" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:169 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:170 +msgid "View Profile Details" msgstr "Просмотр информации о профиле" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:186 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:187 -#: ../../../modules/web/Controllers/UserProfileController.php:177 -#: ../../../config/actions.xml:655 -msgid "Editar Perfil" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:186 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:187 +#: app/modules/web/Controllers/UserProfileController.php:177 +#: app/config/actions.xml:655 +msgid "Edit Profile" msgstr "Редактировать профиль" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:203 -#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:204 -#: ../../../config/actions.xml:661 -msgid "Eliminar Perfil" +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:203 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:204 +#: app/config/actions.xml:661 +msgid "Delete Profile" msgstr "Удалить профиль" -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:261 -msgid "Buscar" +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:261 +#: app/modules/web/themes/material-blue/inc/Icons.php:58 +msgid "Search" msgstr "Поиск" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:344 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:24 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:27 -#: ../../../config/actions.xml:691 -msgid "Configuración" +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:344 +#: app/modules/web/themes/material-blue/inc/Icons.php:61 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:24 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:27 +#: app/config/actions.xml:691 +msgid "Configuration" msgstr "Конфигурация" -#: ../../../modules/web/Controllers/InstallController.php:59 -msgid "Módulo no disponible" +#: app/modules/web/Controllers/InstallController.php:59 +msgid "Module unavailable" msgstr "Модуль недоступен" -#: ../../../modules/web/Controllers/InstallController.php:60 -msgid "Sin este módulo la aplicación puede no funcionar correctamente." +#: app/modules/web/Controllers/InstallController.php:60 +msgid "Without this module the application could not run correctly" msgstr "Без этого модуля программа не может работать корректно" +#: app/modules/web/Controllers/InstallController.php:89 +msgid "Installation finished" +msgstr "Установка завершена" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ItemPresetController.php:73 -#: ../../../config/actions.xml:865 -msgid "Ver Valor" +#: app/modules/web/Controllers/ItemPresetController.php:73 +#: app/config/actions.xml:865 +msgid "Display Value" msgstr "Display Value" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ItemPresetController.php:207 -#: ../../../config/actions.xml:871 -msgid "Nuevo Valor" +#: app/modules/web/Controllers/ItemPresetController.php:207 +#: app/config/actions.xml:871 +msgid "New Value" msgstr "New Value" -#: ../../../modules/web/Controllers/ItemsController.php:130 +#: app/modules/web/Controllers/ItemPresetController.php:277 +#: app/modules/web/Controllers/ItemPresetController.php:280 +msgid "Values deleted" +msgstr "Values deleted" + +#: app/modules/web/Controllers/ItemPresetController.php:288 +#: app/modules/web/Controllers/ItemPresetController.php:292 +msgid "Value deleted" +msgstr "Value deleted" + +#: app/modules/web/Controllers/ItemPresetController.php:322 +#: app/modules/web/Controllers/ItemPresetController.php:327 +msgid "Value created" +msgstr "Value created" + +#: app/modules/web/Controllers/ItemPresetController.php:363 +#: app/modules/web/Controllers/ItemPresetController.php:368 +msgid "Value updated" +msgstr "Value updated" + +#: app/modules/web/Controllers/ItemsController.php:130 #, fuzzy -msgid "No hay no hay notificaciones pendientes" +msgid "There aren't any pending notifications" msgstr "Нет ожидающих уведомлений" -#: ../../../modules/web/Controllers/ItemsController.php:131 +#: app/modules/web/Controllers/ItemsController.php:131 #, php-format -msgid "Hay notificaciones pendientes: %d" +msgid "There are pending notifications: %d" msgstr "There are pending notifications: %d" -#: ../../../modules/web/Controllers/PublicLinkController.php:114 -msgid "Nuevo Enlace Público" +#: app/modules/web/Controllers/LoginController.php:121 +msgid "Logout session" +msgstr "Завершить сессию" + +#: app/modules/web/Controllers/LoginController.php:123 +msgid "Inactive time" +msgstr "Время бездействия" + +#: app/modules/web/Controllers/LoginController.php:124 +msgid "Total time" +msgstr "Общее время" + +#: app/modules/web/Controllers/NotificationController.php:268 +#: app/modules/web/Controllers/NotificationController.php:271 +msgid "Notifications deleted" +msgstr "Уведомление удалено" + +#: app/modules/web/Controllers/NotificationController.php:283 +#: app/modules/web/Controllers/NotificationController.php:287 +msgid "Notification deleted" +msgstr "Уведомление удалено" + +#: app/modules/web/Controllers/NotificationController.php:284 +#: app/modules/web/Controllers/NotificationController.php:317 +#: lib/SP/Providers/Notification/NotificationHandler.php:155 +msgid "Notification" +msgstr "Notification" + +#: app/modules/web/Controllers/NotificationController.php:316 +#: app/modules/web/Controllers/NotificationController.php:320 +msgid "Notification read" +msgstr "Уведомление прочитано" + +#: app/modules/web/Controllers/NotificationController.php:348 +#: app/modules/web/Controllers/NotificationController.php:351 +msgid "Notification created" +msgstr "Создано уведомление" + +#: app/modules/web/Controllers/NotificationController.php:383 +#: app/modules/web/Controllers/NotificationController.php:386 +msgid "Notification updated" +msgstr "Уведомление обновлено" + +#: app/modules/web/Controllers/PluginController.php:199 +#: app/modules/web/Controllers/PluginController.php:202 +msgid "Plugin enabled" +msgstr "Плагин включен" + +#: app/modules/web/Controllers/PluginController.php:226 +#: app/modules/web/Controllers/PluginController.php:229 +#: lib/SP/Plugin/PluginManager.php:219 lib/SP/Plugin/PluginManager.php:339 +msgid "Plugin disabled" +msgstr "Плагин отключен" + +#: app/modules/web/Controllers/PluginController.php:253 +#: app/modules/web/Controllers/PluginController.php:256 +msgid "Plugin reset" +msgstr "Плагин сброшен" + +#: app/modules/web/Controllers/PluginController.php:285 +msgid "Plugins deleted" +msgstr "Plugins deleted" + +#: app/modules/web/Controllers/PluginController.php:291 +msgid "Plugin deleted" +msgstr "Plugin deleted" + +#: app/modules/web/Controllers/PublicLinkController.php:114 +msgid "New Public Link" msgstr "New Public Link" -#: ../../../modules/web/Controllers/PublicLinkController.php:204 -msgid "Editar Enlace Público" +#: app/modules/web/Controllers/PublicLinkController.php:180 +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:89 +msgid "Link updated" +msgstr "Ссылка обновлена" + +#: app/modules/web/Controllers/PublicLinkController.php:204 +msgid "Edit Public Link" msgstr "Edit Public Link" +#: app/modules/web/Controllers/PublicLinkController.php:243 +#: app/modules/web/Controllers/PublicLinkController.php:246 +msgid "Links deleted" +msgstr "Ссылки удалены" + +#: app/modules/web/Controllers/PublicLinkController.php:254 +#: app/modules/web/Controllers/PublicLinkController.php:258 +msgid "Link deleted" +msgstr "Ссылка удалена" + +#. (itstool) path: strings/text +#: app/modules/web/Controllers/PublicLinkController.php:255 +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:90 app/config/strings.xml:9 +msgid "Link" +msgstr "" + +#: app/modules/web/Controllers/PublicLinkController.php:286 +#: app/modules/web/Controllers/PublicLinkController.php:323 +msgid "Link created" +msgstr "Ссылка создана" + +#: app/modules/web/Controllers/StatusController.php:93 +msgid "Version unavailable" +msgstr "Version unavailable" + +#: app/modules/web/Controllers/StatusController.php:140 +msgid "Notifications not available" +msgstr "Notifications not available" + +#: app/modules/web/Controllers/TagController.php:207 +msgid "Tags deleted" +msgstr "Тэги удалены" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/TagController.php:302 -#: ../../../config/actions.xml:511 -msgid "Ver Etiqueta" +#: app/modules/web/Controllers/TagController.php:302 app/config/actions.xml:511 +msgid "View Tag" msgstr "View Tag" +#: app/modules/web/Controllers/TrackController.php:114 +msgid "Track unlocked" +msgstr "Track unlocked" + +#: app/modules/web/Controllers/TrackController.php:140 +msgid "Tracks cleared out" +msgstr "Tracks cleared out" + +#: app/modules/web/Controllers/Traits/ConfigTrait.php:68 +msgid "Configuration updated" +msgstr "Конфигурация изменена" + +#: app/modules/web/Controllers/Traits/ConfigTrait.php:72 +#, fuzzy +msgid "Error while saving the configuration" +msgstr "Ошибка при сохранении конфигурации" + +#: app/modules/web/Controllers/Traits/ItemTrait.php:122 +#: app/modules/web/Controllers/Traits/ItemTrait.php:177 +#: lib/SP/Core/Crypt/OldCrypt.php:176 lib/SP/Core/Crypt/OldCrypt.php:188 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:59 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:154 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:244 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:334 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:389 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:417 +#: lib/SP/Services/Account/AccountService.php:227 +#: lib/SP/Services/Account/AccountService.php:232 +#: lib/SP/Services/Api/ApiService.php:129 +#: lib/SP/Services/Api/ApiService.php:229 +#: lib/SP/Services/Api/ApiService.php:237 +#: lib/SP/Services/Auth/LoginService.php:190 +#: lib/SP/Services/Auth/LoginService.php:354 +#: lib/SP/Services/Auth/LoginService.php:504 +#: lib/SP/Services/Auth/LoginService.php:509 +#: lib/SP/Services/Auth/LoginService.php:541 +#: lib/SP/Services/Auth/LoginService.php:648 +#: lib/SP/Services/AuthToken/AuthTokenService.php:311 +#: 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:232 +msgid "Internal error" +msgstr "Внутренняя ошибка" + +#: app/modules/web/Controllers/Traits/ItemTrait.php:173 +msgid "Error while updating custom field's data" +msgstr "Error while updating custom field's data" + +#: app/modules/web/Controllers/UpgradeController.php:67 +msgid "The updating need to be confirmed" +msgstr "Нужно подтверждение для обновления" + +#: app/modules/web/Controllers/UpgradeController.php:71 +msgid "Wrong security code" +msgstr "Неверный секретный код" + +#: app/modules/web/Controllers/UpgradeController.php:92 +#: app/modules/web/themes/material-blue/views/login/index.inc:88 +msgid "Application successfully updated" +msgstr "Программа успешно обновлена" + +#: app/modules/web/Controllers/UpgradeController.php:92 +msgid "You will be redirected to log in within 5 seconds" +msgstr "Вы будете перенаправлены на вход в течение 5 секунд" + +#: app/modules/web/Controllers/UserController.php:235 +#: app/modules/web/Controllers/UserController.php:356 +#: app/modules/web/Controllers/UserPassResetController.php:107 +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:65 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:238 +msgid "Password Change" +msgstr "Изменение пароля" + +#: app/modules/web/Controllers/UserController.php:275 +#: app/modules/web/Controllers/UserController.php:278 +msgid "Users deleted" +msgstr "Пользователи удалены" + +#: app/modules/web/Controllers/UserController.php:286 +#: app/modules/web/Controllers/UserController.php:290 +msgid "User deleted" +msgstr "Пользователь удален" + +#: app/modules/web/Controllers/UserController.php:322 +#: app/modules/web/Controllers/UserController.php:328 +msgid "User added" +msgstr "Пользователь создан" + +#: app/modules/web/Controllers/UserController.php:387 +#: app/modules/web/Controllers/UserController.php:393 +msgid "User updated" +msgstr "Данные пользователя обновлены" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/UserController.php:458 -#: ../../../config/actions.xml:577 -msgid "Ver Usuario" +#: app/modules/web/Controllers/UserController.php:458 +#: app/config/actions.xml:577 +msgid "View User" msgstr "Показать пользователя" +#: app/modules/web/Controllers/UserGroupController.php:226 +#: app/modules/web/Controllers/UserGroupController.php:229 +msgid "Groups deleted" +msgstr "Группы удалены" + +#: app/modules/web/Controllers/UserPassResetController.php:92 +msgid "Wrong data" +msgstr "Wrong data" + +#: app/modules/web/Controllers/UserPassResetController.php:96 +msgid "Unable to reset the password" +msgstr "Unable to reset the password" + +#: app/modules/web/Controllers/UserPassResetController.php:103 +msgid "Password Recovery" +msgstr "Восстановление пароля" + +#: app/modules/web/Controllers/UserPassResetController.php:104 +msgid "Requested for" +msgstr "Запрошено для" + +#: app/modules/web/Controllers/UserPassResetController.php:109 +msgid "Request sent" +msgstr "Запрос отправлен" + +#: app/modules/web/Controllers/UserPassResetController.php:109 +msgid "You will receive an email to complete the request shortly." +msgstr "В скором времени вы получите email для завершения запроса." + +#: app/modules/web/Controllers/UserPassResetController.php:126 +#: lib/SP/Services/Api/ApiService.php:96 +#: lib/SP/Services/Auth/LoginService.php:138 +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:103 +msgid "Attempts exceeded" +msgstr "Много попыток" + +#: app/modules/web/Controllers/UserPassResetController.php:179 +#: app/modules/web/Forms/AuthTokenForm.php:101 +#: app/modules/web/Forms/UserForm.php:157 +msgid "Password cannot be blank" +msgstr "Пароль не может быть пустым" + +#: app/modules/web/Controllers/UserProfileController.php:215 +#: app/modules/web/Controllers/UserProfileController.php:218 +msgid "Profiles deleted" +msgstr "Профили удалены" + +#: app/modules/web/Controllers/UserProfileController.php:227 +#: app/modules/web/Controllers/UserProfileController.php:231 +msgid "Profile deleted" +msgstr "Профиль удален" + +#: app/modules/web/Controllers/UserProfileController.php:262 +msgid "Profile added" +msgstr "Профиль создан" + +#: app/modules/web/Controllers/UserProfileController.php:300 +msgid "Profile updated" +msgstr "Профиль изменен" + #. (itstool) path: action/text -#: ../../../modules/web/Controllers/UserProfileController.php:326 -#: ../../../config/actions.xml:643 -msgid "Ver Perfil" +#: app/modules/web/Controllers/UserProfileController.php:326 +#: app/config/actions.xml:643 +msgid "View Profile" msgstr "Показать профиль" -#: ../../../modules/web/Controllers/UserSettingsManagerController.php:87 -msgid "Preferencias" +#: app/modules/web/Controllers/UserSettingsGeneralController.php:74 +msgid "Preferences updated" +msgstr "Настройки изменены" + +#: app/modules/web/Controllers/UserSettingsManagerController.php:87 +msgid "Preferences" msgstr "Настройки" -#: ../../../config/strings.js.inc:26 -msgid "Error en la consulta" +#: app/modules/web/Forms/AccountForm.php:131 +msgid "A key is needed" +msgstr "Необходим пароль" + +#: app/modules/web/Forms/AccountForm.php:171 +msgid "An account name needed" +msgstr "Необходимо имя учетной записи" + +#: app/modules/web/Forms/AccountForm.php:175 +#: app/modules/web/Forms/ClientForm.php:84 +#, fuzzy +msgid "A client name needed" +msgstr "Необходимо имя заказчика" + +#: app/modules/web/Forms/AccountForm.php:179 +msgid "A category is needed" +msgstr "Необходима категория" + +#: app/modules/web/Forms/AuthTokenForm.php:91 +msgid "User not set" +msgstr "Пользователь не установлен" + +#: app/modules/web/Forms/AuthTokenForm.php:95 +msgid "Action not set" +msgstr "Действие не установлено" + +#: app/modules/web/Forms/CategoryForm.php:83 +msgid "A category name needed" +msgstr "Необходимо имя категории" + +#: app/modules/web/Forms/CustomFieldDefForm.php:87 +msgid "Field name not set" +msgstr "Имя поля не задано" + +#: app/modules/web/Forms/CustomFieldDefForm.php:91 +msgid "Field type not set" +msgstr "Тип поля не указан" + +#: app/modules/web/Forms/CustomFieldDefForm.php:95 +msgid "Field module not set" +msgstr "Для поля не указан модуль" + +#: app/modules/web/Forms/ItemsPresetForm.php:116 +msgid "Value type not set or incorrect" +msgstr "Value type not set or incorrect" + +#: app/modules/web/Forms/ItemsPresetForm.php:133 +msgid "There aren't any defined permissions" +msgstr "There aren't any defined permissions" + +#: app/modules/web/Forms/ItemsPresetForm.php:182 +msgid "Invalid regular expression" +msgstr "Invalid regular expression" + +#: app/modules/web/Forms/ItemsPresetForm.php:208 +msgid "An element of type user, group or profile need to be set" +msgstr "An element of type user, group or profile need to be set" + +#: app/modules/web/Forms/NotificationForm.php:98 +msgid "A component is needed" +msgstr "Нужен компонент" + +#: app/modules/web/Forms/NotificationForm.php:102 +msgid "A type is needed" +msgstr "Нужен тип" + +#: app/modules/web/Forms/NotificationForm.php:112 +msgid "A target is needed" +msgstr "Нужна цель" + +#: app/modules/web/Forms/PublicLinkForm.php:85 +msgid "An account is needed" +msgstr "An account is needed" + +#: app/modules/web/Forms/TagForm.php:82 +msgid "A tag name is needed" +msgstr "Необходимо название тега" + +#: app/modules/web/Forms/UserForm.php:111 +#, fuzzy +msgid "An username is needed" +msgstr "Необходимо имя пользователя" + +#: app/modules/web/Forms/UserForm.php:115 +msgid "A login is needed" +msgstr "Необходим логин" + +#: app/modules/web/Forms/UserForm.php:119 +msgid "A profile is needed" +msgstr "Необходим профиль" + +#: app/modules/web/Forms/UserForm.php:123 +msgid "A group is needed" +msgstr "Необходима группа" + +#: app/modules/web/Forms/UserForm.php:127 +msgid "An email is needed" +msgstr "Необходим email" + +#: app/modules/web/Forms/UserForm.php:179 +msgid "Unable to delete, user in use" +msgstr "Не могу удалить, пользователь работает" + +#: app/modules/web/Forms/UserGroupForm.php:84 +msgid "A group name is needed" +msgstr "Необходимо имя группы" + +#: app/modules/web/Forms/UserProfileForm.php:116 +msgid "A profile name is needed" +msgstr "Необходимо имя профиля" + +#: app/modules/web/themes/material-blue/inc/Icons.php:32 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:36 +msgid "Add" +msgstr "Добавить" + +#: app/modules/web/themes/material-blue/inc/Icons.php:33 +msgid "View Details" +msgstr "Показать детали" + +#: app/modules/web/themes/material-blue/inc/Icons.php:35 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:64 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:68 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:132 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:136 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:148 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:198 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:46 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:87 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:102 +msgid "Edit" +msgstr "Изменить" + +#: app/modules/web/themes/material-blue/inc/Icons.php:36 +#: app/modules/web/themes/material-blue/inc/Icons.php:66 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:134 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:155 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:184 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:206 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:134 +msgid "Delete" +msgstr "Удалить" + +#: app/modules/web/themes/material-blue/inc/Icons.php:37 +#, fuzzy +msgid "Change Password" +msgstr "Изменение пароля" + +#: app/modules/web/themes/material-blue/inc/Icons.php:38 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:200 +msgid "Application Admin" +msgstr "Администратор программы" + +#: app/modules/web/themes/material-blue/inc/Icons.php:39 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:218 +#, fuzzy +msgid "Accounts Admin" +msgstr "Администратор учетных записей" + +#: app/modules/web/themes/material-blue/inc/Icons.php:40 +msgid "LDAP User" +msgstr "Пользователь LDAP" + +#: app/modules/web/themes/material-blue/inc/Icons.php:41 +#: app/modules/web/themes/material-blue/views/config/mail.inc:138 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:257 +msgid "Disabled" +msgstr "" + +#: app/modules/web/themes/material-blue/inc/Icons.php:42 +msgid "Enabled" +msgstr "Включен" + +#: app/modules/web/themes/material-blue/inc/Icons.php:43 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:184 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:49 +msgid "Update" +msgstr "Обновить" + +#: app/modules/web/themes/material-blue/inc/Icons.php:44 +msgid "Copy" +msgstr "Копировать" + +#: app/modules/web/themes/material-blue/inc/Icons.php:46 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:84 +msgid "Email" +msgstr "Email" + +#: app/modules/web/themes/material-blue/inc/Icons.php:50 +msgid "Restore" +msgstr "Восстановить" + +#: app/modules/web/themes/material-blue/inc/Icons.php:52 +#: app/config/strings.js.inc:79 +msgid "Help" +msgstr "Помощь" + +#: app/modules/web/themes/material-blue/inc/Icons.php:53 +msgid "Clear" +msgstr "Очистить" + +#: app/modules/web/themes/material-blue/inc/Icons.php:54 +msgid "Perform" +msgstr "Выполнить" + +#: app/modules/web/themes/material-blue/inc/Icons.php:55 +msgid "Download" +msgstr "Скачать" + +#: app/modules/web/themes/material-blue/inc/Icons.php:56 +#: app/config/strings.js.inc:85 +msgid "Warning" +msgstr "Предупреждение" + +#: app/modules/web/themes/material-blue/inc/Icons.php:57 +msgid "Check" +msgstr "Проверить" + +#: app/modules/web/themes/material-blue/inc/Icons.php:64 +msgid "Critical" +msgstr "Критично" + +#: app/modules/web/themes/material-blue/inc/Icons.php:67 +msgid "Previous page" +msgstr "Прошлая страница" + +#: app/modules/web/themes/material-blue/inc/Icons.php:68 +msgid "Next page" +msgstr "Следующая страница" + +#: app/modules/web/themes/material-blue/inc/Icons.php:69 +msgid "First page" +msgstr "Первая страница" + +#: app/modules/web/themes/material-blue/inc/Icons.php:70 +msgid "Last page" +msgstr "Последняя страница" + +#: lib/SP/Bootstrap.php:278 +#, php-format +msgid "Required PHP version >= %s <= %s" +msgstr "Required PHP version >= %s <= %s" + +#: lib/SP/Bootstrap.php:280 +msgid "Please update the PHP version to run sysPass" +msgstr "Пожалуйста, обновите PHP для использования sysPass" + +#: lib/SP/Config/ConfigUtil.php:94 +#, fuzzy +msgid "\"/config\" directory does not exist." +msgstr "Папка \"/config\" не существует." + +#: lib/SP/Config/ConfigUtil.php:100 +#, fuzzy +msgid "Unable to write into \"/config\" directory" +msgstr "Невозможно произвести запись в папку \"/config\"" + +#: lib/SP/Config/ConfigUtil.php:109 +#, fuzzy +msgid "\"/config\" directory permissions are wrong" +msgstr "Права для папки \"/config\" заданы неверно" + +#: lib/SP/Config/ConfigUtil.php:111 +#, php-format +msgid "Current: %s - Needed: 750" +msgstr "Current: %s - Needed: 750" + +#: lib/SP/Core/Acl/Acl.php:294 lib/SP/Services/Auth/LoginService.php:604 +msgid "N/A" +msgstr "N/A" + +#: lib/SP/Core/Acl/Acl.php:299 +msgid "Access denied" +msgstr "Доступ запрещен" + +#: lib/SP/Core/Acl/Actions.php:176 +msgid "Action not found" +msgstr "Action not found" + +#: lib/SP/Core/Acl/UnauthorizedPageException.php:45 +#: lib/SP/Util/ErrorUtil.php:156 +msgid "You don't have permission to access this page" +msgstr "Нет прав для доступа к данной странице" + +#: lib/SP/Core/Context/ContextBase.php:73 +msgid "Unable to change password value" +msgstr "Unable to change password value" + +#: lib/SP/Core/Context/ContextBase.php:103 +#: lib/SP/Core/Context/ContextBase.php:126 +msgid "Context already initialized" +msgstr "Context already initialized" + +#: lib/SP/Core/Context/ContextBase.php:109 +msgid "Invalid context" +msgstr "Invalid context" + +#: lib/SP/Core/Context/ContextBase.php:154 +msgid "Context not initialized" +msgstr "Context not initialized" + +#: lib/SP/Core/Context/SessionContext.php:547 +msgid "Session cannot be initialized" +msgstr "Сессия не может быть запущена" + +#: lib/SP/Core/Crypt/OldCrypt.php:178 +msgid "Crypto module cannot be loaded" +msgstr "Модуль криптографии не может быть загружен" + +#: lib/SP/Core/Crypt/OldCrypt.php:190 +#, fuzzy +msgid "Error while creating the encrypted data" +msgstr "Ошибка при создании шифрованных данных" + +#: lib/SP/Core/Events/Event.php:57 +msgid "An object is needed" +msgstr "Нужен объект" + +#: lib/SP/Core/Events/EventDispatcherBase.php:85 +msgid "Observer not initialized" +msgstr "Наблюдатель не инициализирован" + +#: lib/SP/Core/UI/Theme.php:185 +msgid "Invalid icons class" +msgstr "Invalid icons class" + +#: lib/SP/Html/DataGrid/DataGridBase.php:302 lib/SP/Mvc/View/Template.php:126 +#, fuzzy, php-format +msgid "Unable to retrieve \"%s\" template: %s" +msgstr "Не могу получить шаблон \"%s\" : %s" + +#: 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 "Invalid IP" +msgstr "Неверный IP" + +#: lib/SP/Http/Json.php:180 +msgid "Encoding error" +msgstr "Ошибка кодирования" + +#: lib/SP/Http/XMLRPCResponseParse.php:69 +msgid "Invalid XML-RPC response" +msgstr "Ошибочный XML-RPC ответ" + +#: lib/SP/Mvc/Controller/ControllerTrait.php:70 +msgid "Session not started or timed out" +msgstr "Сессия истекла или ошибка сессии" + +#: lib/SP/Mvc/Controller/ControllerTrait.php:115 +#: lib/SP/Mvc/Controller/ControllerTrait.php:124 +msgid "Invalid Action" +msgstr "Ошибочное действие" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:71 +#, php-format +msgid "Password needs to be %d characters long" +msgstr "Password needs to be %d characters long" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:77 +msgid "Password does not contain the required characters" +msgstr "Password does not contain the required characters" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:82 +msgid "Password needs to contain letters" +msgstr "Password needs to contain letters" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:86 +msgid "Password needs to contain lower case letters" +msgstr "Password needs to contain lower case letters" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:90 +msgid "Password needs to contain upper case letters" +msgstr "Password needs to contain upper case letters" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:95 +msgid "Password needs to contain numbers" +msgstr "Password needs to contain numbers" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:99 +msgid "Password needs to contain symbols" +msgstr "Password needs to contain symbols" + +#: lib/SP/Mvc/Model/QueryCondition.php:71 +msgid "Invalid filter type" +msgstr "Invalid filter type" + +#: lib/SP/Mvc/View/Components/SelectItemAdapter.php:95 +#: lib/SP/Mvc/View/Components/SelectItemAdapter.php:157 +msgid "Wrong object type" +msgstr "Wrong object type" + +#: lib/SP/Mvc/View/Template.php:301 lib/SP/Mvc/View/Template.php:365 +#, fuzzy, php-format +msgid "Unable to retrieve \"%s\" variable" +msgstr "Не могу получить переменную \"%s\"" + +#: lib/SP/Mvc/View/Template.php:334 +#, fuzzy, php-format +msgid "Unable to unset \"%s\" variable" +msgstr "Нельзя удалить переменную \"%s\"" + +#: lib/SP/Mvc/View/Template.php:355 +msgid "Template does not contain files" +msgstr "Шаблон не содержит файлов" + +#: lib/SP/Plugin/PluginManager.php:170 +#, php-format +msgid "Plugin version not compatible (%s)" +msgstr "Plugin version not compatible (%s)" + +#: lib/SP/Plugin/PluginManager.php:192 +#, fuzzy, php-format +msgid "Unable to load the \"%s\" plugin" +msgstr "Невозможно загрузить плагин \"%s\"" + +#: lib/SP/Plugin/PluginManager.php:254 +msgid "Plugin available" +msgstr "Plugin available" + +#: lib/SP/Plugin/PluginManager.php:264 +msgid "Plugin unavailable" +msgstr "Plugin unavailable" + +#: lib/SP/Plugin/PluginManager.php:294 +msgid "Plugin loaded" +msgstr "Plugin loaded" + +#. (itstool) path: action/text +#: lib/SP/Plugin/PluginManager.php:319 app/config/actions.xml:535 +msgid "New Plugin" +msgstr "Новый плагин" + +#: lib/SP/Providers/Auth/AuthProvider.php:208 +msgid "Method unavailable" +msgstr "Метод недоступен" + +#: lib/SP/Providers/Auth/AuthProvider.php:212 +msgid "Method already initialized" +msgstr "Метод уже инициализирован" + +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:119 +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:126 +#, fuzzy +msgid "Error while searching the group RDN" +msgstr "Ошибка поиска группы в RDN" + +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:205 +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:210 +#, fuzzy +msgid "Error while searching the user on LDAP" +msgstr "Ошибка поиска пользователя в LDAP" + +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:259 +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:265 +msgid "Error while searching objects in base DN" +msgstr "Ошибка поиска объектов в DN" + +#: 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 +#, fuzzy +msgid "Unable to connect to LDAP server" +msgstr "Невозможно подключиться к серверу LDAP" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:142 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:189 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:70 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:39 +#: app/modules/web/themes/material-blue/views/config/info.inc:75 +#: app/modules/web/themes/material-blue/views/config/info.inc:78 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:94 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:119 +#: app/modules/web/themes/material-blue/views/config/mail.inc:59 +#: app/modules/web/themes/material-blue/views/config/mail.inc:66 +msgid "Server" +msgstr "Сервер" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:169 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:171 +#, fuzzy +msgid "LDAP parameters are not set" +msgstr "Параметры LDAP не указаны" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:231 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:237 +msgid "Connection error (BIND)" +msgstr "Ошибка подключения (BIND)" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:301 +msgid "Error while disconnecting from LDAP server" +msgstr "Error while disconnecting from LDAP server" + +#: 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 "User in group verified" +msgstr "Членство пользователя в группе проверено" + +#: lib/SP/Providers/Auth/Ldap/LdapMsAds.php:144 +#: lib/SP/Providers/Auth/Ldap/LdapStd.php:141 +#, fuzzy +msgid "User does not belong to the group" +msgstr "Пользователь не состоит в группе" + +#: lib/SP/Providers/Mail/MailHandler.php:124 +#, php-format +msgid "Performed by: %s (%s)" +msgstr "Performed by: %s (%s)" + +#: lib/SP/Providers/Mail/MailHandler.php:125 +#, php-format +msgid "IP Address: %s" +msgstr "IP Address: %s" + +#: lib/SP/Providers/Mail/MailProvider.php:91 +msgid "Unable to initialize" +msgstr "Unable to initialize" + +#: lib/SP/Repositories/Account/AccountFileRepository.php:77 +msgid "Error while saving file" +msgstr "Ошибка сохранения файла" + +#: lib/SP/Repositories/Account/AccountFileRepository.php:279 +#, fuzzy +msgid "Error while deleting the file" +msgstr "Ошибка при удалении файла" + +#: lib/SP/Repositories/Account/AccountFileRepository.php:302 +#: lib/SP/Services/Account/AccountFileService.php:145 +msgid "Error while deleting the files" +msgstr "Error while deleting the files" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:143 +msgid "Error while updating history" +msgstr "Ошибка при обновлении истории" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:162 +#: lib/SP/Repositories/Account/AccountRepository.php:321 +#: lib/SP/Services/Account/AccountHistoryService.php:192 +#, fuzzy +msgid "Error while deleting the account" +msgstr "Ошибка при удалении учетной записи" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:292 +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:315 +#: lib/SP/Repositories/Account/AccountRepository.php:501 +#: lib/SP/Services/Account/AccountService.php:616 +msgid "Error while deleting the accounts" +msgstr "Error while deleting the accounts" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:436 +#: lib/SP/Repositories/Account/AccountRepository.php:235 +#: lib/SP/Repositories/Account/AccountRepository.php:260 +#: lib/SP/Repositories/User/UserRepository.php:165 +#: lib/SP/Services/Account/AccountHistoryService.php:233 +#: lib/SP/Services/User/UserService.php:331 +msgid "Error while updating the password" +msgstr "" + +#: lib/SP/Repositories/Account/AccountRepository.php:200 +#, fuzzy +msgid "Error while creating the account" +msgstr "Ошибка при создании учетной записи" + +#: lib/SP/Repositories/Account/AccountRepository.php:301 +#: lib/SP/Services/Account/AccountService.php:582 +#, fuzzy +msgid "Error on restoring the account" +msgstr "Ошибка восстановления учетной записи" + +#: lib/SP/Repositories/Account/AccountRepository.php:382 +#: lib/SP/Repositories/Account/AccountRepository.php:431 +#, fuzzy +msgid "Error while updating the account" +msgstr "Ошибка при изменении учетной записи" + +#: lib/SP/Repositories/Account/AccountRepository.php:451 +#: lib/SP/Repositories/Account/AccountRepository.php:623 +#: lib/SP/Services/Account/AccountHistoryService.php:75 +#, fuzzy +msgid "Error while retrieving account's data" +msgstr "Ошибка получения данных для учетной записи" + +#: lib/SP/Repositories/Account/AccountToFavoriteRepository.php:71 +msgid "Error while adding favorite" +msgstr "Ошибка добавления в избранное" + +#: lib/SP/Repositories/Account/AccountToFavoriteRepository.php:91 +msgid "Error while deleting favorite" +msgstr "Ошибка удаления из избранного" + +#: lib/SP/Repositories/Account/AccountToTagRepository.php:94 +#, fuzzy +msgid "Error while removing the account's tags" +msgstr "Ошибка при удалении тегов для учетной записи" + +#: lib/SP/Repositories/Account/AccountToTagRepository.php:115 +#, fuzzy +msgid "Error while adding the account's tags" +msgstr "Ошибка при добавлении тэгов учетной записи" + +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:106 +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:139 +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:191 +#, fuzzy +msgid "Error while deleting the account's groups" +msgstr "Ошибка удаления групп учетной записи" + +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:164 +#, fuzzy +msgid "Error while updating the secondary groups" +msgstr "Ошибка изменения вторичных групп" + +#: lib/SP/Repositories/Account/AccountToUserRepository.php:76 +#: lib/SP/Repositories/Account/AccountToUserRepository.php:132 +#, fuzzy +msgid "Error while deleting the account users" +msgstr "Ошибка удаления пользователей учетной записи" + +#: lib/SP/Repositories/Account/AccountToUserRepository.php:103 +#, fuzzy +msgid "Error while updating the account users" +msgstr "Ошибка изменения пользователей с доступом к учетной записи" + +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:221 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:309 +msgid "The authorization already exist" +msgstr "Авторизация уже существует" + +#: lib/SP/Repositories/Category/CategoryRepository.php:58 +msgid "Duplicated category" +msgstr "Категория существует" + +#: lib/SP/Repositories/Category/CategoryRepository.php:68 +#, fuzzy +msgid "Error while creating the category" +msgstr "Ошибка при создании категории" + +#: lib/SP/Repositories/Category/CategoryRepository.php:107 +msgid "Duplicated category name" +msgstr "Категория с таким именем уже существует" + +#: lib/SP/Repositories/Category/CategoryRepository.php:125 +#, fuzzy +msgid "Error while updating the category" +msgstr "Ошибка изменения информации о категории" + +#: lib/SP/Repositories/Category/CategoryRepository.php:253 +msgid "Error while deleting the categories" +msgstr "Error while deleting the categories" + +#: lib/SP/Repositories/Category/CategoryRepository.php:275 +#, fuzzy +msgid "Error while deleting the category" +msgstr "Ошибка при удалении категории" + +#: lib/SP/Repositories/Client/ClientRepository.php:62 +#: lib/SP/Repositories/Client/ClientRepository.php:116 +#, fuzzy +msgid "Duplicated client" +msgstr "Заказчик существует" + +#: lib/SP/Repositories/Client/ClientRepository.php:80 +#, fuzzy +msgid "Error while creating the client" +msgstr "Ошибка при создании заказчика" + +#: lib/SP/Repositories/Client/ClientRepository.php:136 +#, fuzzy +msgid "Error while updating the client" +msgstr "Ошибка при изменении информации о заказчике" + +#: lib/SP/Repositories/Client/ClientRepository.php:264 +#: lib/SP/Services/Client/ClientService.php:127 +msgid "Error while deleting the clients" +msgstr "Error while deleting the clients" + +#: lib/SP/Repositories/Client/ClientRepository.php:283 +#, fuzzy +msgid "Error while deleting the client" +msgstr "Ошибка при удалении заказчика" + +#: lib/SP/Repositories/Client/ClientRepository.php:345 +msgid "Wrong filter" +msgstr "Wrong filter" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:75 +#, fuzzy +msgid "Error while creating the custom field" +msgstr "Ошибка при создании свободного поля" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:118 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:165 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:193 +#, fuzzy +msgid "Error while updating the custom field" +msgstr "Ошибка при обновлении свободного поля" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:159 +msgid "Custom field not found" +msgstr "Custom field not found" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:239 +msgid "Error while removing the custom fields" +msgstr "Error while removing the custom fields" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:259 +#, fuzzy +msgid "Error while removing the custom field" +msgstr "Ошибка при удалении свободного поля" + +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:61 +msgid "Error while creating the field type" +msgstr "Error while creating the field type" + +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:97 +msgid "Error while updating the field type" +msgstr "Error while updating the field type" + +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:179 +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:198 +msgid "Error while deleting the field type" +msgstr "Error while deleting the field type" + +#: lib/SP/Repositories/EventLog/EventlogRepository.php:53 +#, fuzzy +msgid "Error while clearing the event log out" +msgstr "Ошибка очистки журнала" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:76 +msgid "Error while creating the permission" +msgstr "Error while creating the permission" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:115 +msgid "Error while updating the permission" +msgstr "Error while updating the permission" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:134 +msgid "Error while removing the permission" +msgstr "Error while removing the permission" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:249 +msgid "Error while removing the permissions" +msgstr "Error while removing the permissions" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:79 +#, fuzzy +msgid "Error while adding the notification" +msgstr "Ошибка при добавлении уведомления" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:119 +#: lib/SP/Repositories/Notification/NotificationRepository.php:478 +#, fuzzy +msgid "Error while updating the notification" +msgstr "Ошибка при обновлении уведомления" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:138 +#: lib/SP/Repositories/Notification/NotificationRepository.php:157 +#, fuzzy +msgid "Error while deleting the notification" +msgstr "Ошибка при удалении уведомления" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:180 +#: lib/SP/Repositories/Notification/NotificationRepository.php:303 +#: lib/SP/Services/Notification/NotificationService.php:140 +#: lib/SP/Services/Notification/NotificationService.php:159 +msgid "Error while deleting the notifications" +msgstr "Error while deleting the notifications" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:213 +msgid "Error while retrieving notification" +msgstr "Ошибка при получении уведомления" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:243 +#: lib/SP/Repositories/Notification/NotificationRepository.php:515 +#: lib/SP/Repositories/Notification/NotificationRepository.php:548 +#: lib/SP/Repositories/Notification/NotificationRepository.php:582 +#: lib/SP/Repositories/Notification/NotificationRepository.php:615 +#, fuzzy +msgid "Error while retrieving the notifications" +msgstr "Ошибка при получении уведомлений" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:70 +#, fuzzy +msgid "Error while adding the plugin" +msgstr "Ошибка при добавлении плагина" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:104 +#: lib/SP/Repositories/Plugin/PluginRepository.php:348 +#: lib/SP/Repositories/Plugin/PluginRepository.php:368 +#: lib/SP/Repositories/Plugin/PluginRepository.php:388 +#: lib/SP/Repositories/Plugin/PluginRepository.php:408 +#: lib/SP/Repositories/Plugin/PluginRepository.php:427 +#, fuzzy +msgid "Error while updating the plugin" +msgstr "Ошибка при обновлении плагина" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:212 +#: lib/SP/Services/Plugin/PluginService.php:137 +msgid "Error while deleting the plugins" +msgstr "Error while deleting the plugins" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:232 +#, fuzzy +msgid "Error while deleting the plugin" +msgstr "Ошибка при удалении плагина" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:63 +#, fuzzy +msgid "Error while removing the link" +msgstr "Ошибка при удалении ссылки" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:255 +msgid "Link already created" +msgstr "Ссылка уже создана" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:282 +#, fuzzy +msgid "Error while creating the link" +msgstr "Ошибка при создании ссылки" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:341 +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:389 +#, fuzzy +msgid "Error while updating the link" +msgstr "Ошибка при обновлении ссылки" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:424 +msgid "Error while renewing link" +msgstr "Ошибка при обновлении ссылки" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:466 +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:507 +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:528 +#, fuzzy +msgid "Error while retrieving the link" +msgstr "Ошибка при получении ссылки" + +#: lib/SP/Repositories/Tag/TagRepository.php:60 +#: lib/SP/Repositories/Tag/TagRepository.php:108 +msgid "Duplicated tag" +msgstr "Дублированный тег" + +#: lib/SP/Repositories/Tag/TagRepository.php:69 +#, fuzzy +msgid "Error while creating the tag" +msgstr "Ошибка при создании тега" + +#: lib/SP/Repositories/Tag/TagRepository.php:118 +#, fuzzy +msgid "Error while updating the tag" +msgstr "Ошибка при обновлении тега" + +#: lib/SP/Repositories/Tag/TagRepository.php:243 +#: lib/SP/Services/Tag/TagService.php:126 +msgid "Error while removing the tags" +msgstr "Error while removing the tags" + +#: lib/SP/Repositories/Tag/TagRepository.php:262 +#, fuzzy +msgid "Error while removing the tag" +msgstr "Ошибка при удалении тега" + +#: lib/SP/Repositories/Track/TrackRepository.php:68 +msgid "Error while creating track" +msgstr "Ошибка при создании трека" + +#: lib/SP/Repositories/Track/TrackRepository.php:85 +msgid "Error while removing the track" +msgstr "Ошибка при удалении трека" + +#: lib/SP/Repositories/Track/TrackRepository.php:102 +msgid "Error while updating the track" +msgstr "Ошибка при обновлении трека" + +#: lib/SP/Repositories/Track/TrackRepository.php:118 +msgid "Error while clearing tracks out" +msgstr "Error while clearing tracks out" + +#: lib/SP/Repositories/Track/TrackRepository.php:146 +msgid "Error while retrieving the track" +msgstr "Ошибка при извлечении трека" + +#: lib/SP/Repositories/Track/TrackRepository.php:169 +#: lib/SP/Repositories/Track/TrackRepository.php:202 +msgid "Error while retrieving the tracks" +msgstr "Ошибка при извлечении трека" + +#: lib/SP/Repositories/User/UserPassRecoverRepository.php:86 +msgid "Error while generating the recovering hash" +msgstr "Ошибка при генерации восстановительного хеша" + +#: lib/SP/Repositories/User/UserPassRecoverRepository.php:112 +#, fuzzy +msgid "Error while checking hash" +msgstr "Ошибка при проверке хэша" + +#: lib/SP/Repositories/User/UserRepository.php:63 +#: lib/SP/Repositories/User/UserRepository.php:430 +msgid "Duplicated user login/email" +msgstr "Дублированный login/email" + +#: lib/SP/Repositories/User/UserRepository.php:100 +#: lib/SP/Repositories/User/UserRepository.php:677 +#: lib/SP/Services/User/UserService.php:310 +#, fuzzy +msgid "Error while updating the user" +msgstr "Ошибка при обновлении данных пользователя" + +#: lib/SP/Repositories/User/UserRepository.php:184 +#, fuzzy +msgid "Error while deleting the user" +msgstr "Ошибка удаления пользователя" + +#: lib/SP/Repositories/User/UserRepository.php:234 +#: lib/SP/Repositories/User/UserRepository.php:551 +#, fuzzy +msgid "Error while retrieving the user's data" +msgstr "Ошибка при получении данных пользователя" + +#: lib/SP/Repositories/User/UserRepository.php:353 +#: lib/SP/Services/User/UserService.php:209 +msgid "Error while deleting the users" +msgstr "Error while deleting the users" + +#: lib/SP/Repositories/User/UserRepository.php:474 +#, fuzzy +msgid "Error while creating the user" +msgstr "Ошибка при создании пользователя" + +#: lib/SP/Repositories/User/UserRepository.php:697 +#, fuzzy +msgid "Error while updating the preferences" +msgstr "Ошибка изменения настроек" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:62 +#, fuzzy +msgid "Error while deleting the group" +msgstr "Ошибка при удалении группы" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:306 +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:351 +msgid "Duplicated group name" +msgstr "Указанное имя группы уже существует" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:315 +#, fuzzy +msgid "Error while creating the group" +msgstr "Ошибка при создании группы" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:361 +#, fuzzy +msgid "Error while updating the group" +msgstr "Ошибка при обновлении группы" + +#: lib/SP/Repositories/UserGroup/UserToUserGroupRepository.php:108 +#, fuzzy +msgid "Error while deleting the group users" +msgstr "Ошибка удаления пользователей из группы" + +#: lib/SP/Repositories/UserGroup/UserToUserGroupRepository.php:140 +msgid "Error while setting users in the group" +msgstr "Ошибка при настройке пользователей в группе" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:79 +#, fuzzy +msgid "Error while removing the profile" +msgstr "Ошибка при удалении профиля" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:181 +#: lib/SP/Services/UserProfile/UserProfileService.php:114 +msgid "Error while removing the profiles" +msgstr "Error while removing the profiles" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:230 +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:275 +msgid "Duplicated profile name" +msgstr "Профиль с таким именем уже существует" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:239 +#, fuzzy +msgid "Error while creating the profile" +msgstr "Ошибка при создании профиля" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:288 +#: lib/SP/Services/UserProfile/UserProfileService.php:141 +#, fuzzy +msgid "Error while updating the profile" +msgstr "Ошибка при изменении профиля" + +#: 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 "Update Master Password" +msgstr "Изменить мастер-пароль" + +#: lib/SP/Services/Account/AccountCryptService.php:89 +#, fuzzy +msgid "Error while updating the accounts' passwords" +msgstr "Ошибка при изменении паролей учетных записей" + +#: lib/SP/Services/Account/AccountCryptService.php:115 +#, fuzzy +msgid "Error while retrieving the accounts' passwords" +msgstr "Ошибка получения паролей для учетной записи" + +#: lib/SP/Services/Account/AccountCryptService.php:139 +#, php-format +msgid "Accounts updated: %d / %d" +msgstr "Accounts updated: %d / %d" + +#: lib/SP/Services/Account/AccountCryptService.php:148 +#, php-format +msgid "Updated accounts: %d / %d - %d%% - ETA: %ds (%.2f/s)" +msgstr "Updated accounts: %d / %d - %d%% - ETA: %ds (%.2f/s)" + +#: lib/SP/Services/Account/AccountCryptService.php:158 +msgid "The record's master password does not match" +msgstr "Мастер-пароль не совпадает" + +#: lib/SP/Services/Account/AccountCryptService.php:183 +#: lib/SP/Services/Account/AccountCryptService.php:188 +#, fuzzy +msgid "Error while updating the account's password" +msgstr "Ошибка изменения пароля учетной записи" + +#: lib/SP/Services/Account/AccountCryptService.php:194 +msgid "Errors" +msgstr "Ошибки" + +#: lib/SP/Services/Account/AccountCryptService.php:212 +#: lib/SP/Services/Account/AccountCryptService.php:218 +msgid "Update Master Password (H)" +msgstr "Изменить мастер-пароль (H)" + +#: lib/SP/Services/Account/AccountCryptService.php:233 +#, fuzzy +msgid "Error while updating the accounts' passwords in history" +msgstr "Ошибка при обновлении истории паролей учетной записи" + +#: lib/SP/Services/Account/AccountFileService.php:164 +msgid "File not found" +msgstr "Файл не найден" + +#: lib/SP/Services/Account/AccountService.php:163 +#: lib/SP/Services/Account/AccountService.php:599 +msgid "Account not found" +msgstr "У" + +#: lib/SP/Services/Account/AccountService.php:220 +msgid "Master password not set" +msgstr "Master password not set" + +#: lib/SP/Services/Account/AccountService.php:283 +#: lib/SP/Services/Account/AccountService.php:672 +#: lib/SP/Services/Account/AccountService.php:727 +#, fuzzy +msgid "The account doesn't exist" +msgstr "Учетная запись не существует" + +#: lib/SP/Services/Api/ApiRequest.php:79 lib/SP/Services/Api/ApiRequest.php:113 +#: lib/SP/Services/Api/ApiService.php:231 +msgid "Invalid data" +msgstr "Ошибочные данные" + +#: lib/SP/Services/Api/ApiRequest.php:88 +msgid "Invalid format" +msgstr "Invalid format" + +#: lib/SP/Services/Api/ApiService.php:152 +#, fuzzy +msgid "Wrong parameters" +msgstr "Ошибочные параметры" + +#: lib/SP/Services/Auth/LoginService.php:160 +#: lib/SP/Services/Auth/LoginService.php:460 +#: lib/SP/Services/Auth/LoginService.php:467 +#: lib/SP/Services/Auth/LoginService.php:575 +#: lib/SP/Services/Auth/LoginService.php:580 +#: lib/SP/Services/Auth/LoginService.php:619 +#: lib/SP/Services/Auth/LoginService.php:624 +#, fuzzy +msgid "Wrong login" +msgstr "Ошибка входа" + +#: lib/SP/Services/Auth/LoginService.php:219 +#: lib/SP/Services/Auth/LoginService.php:226 +msgid "User disabled" +msgstr "Пользователь отключен" + +#: lib/SP/Services/Auth/LoginService.php:273 +msgid "Using temporary password" +msgstr "Использование временного пароля" + +#: lib/SP/Services/Auth/LoginService.php:285 +#: lib/SP/Services/Auth/LoginService.php:291 +#: lib/SP/Services/Auth/LoginService.php:309 +#: lib/SP/Services/Auth/LoginService.php:315 +#, fuzzy +msgid "Wrong master password" +msgstr "Неправильный мастер-пароль" + +#: lib/SP/Services/Auth/LoginService.php:330 +msgid "Your previous password is needed" +msgstr "Необходим Ваш прошлый пароль" + +#: lib/SP/Services/Auth/LoginService.php:342 +#, fuzzy +msgid "The Master Password either is not saved or is wrong" +msgstr "Мастер-пароль не сохранен или ошибочен" + +#: lib/SP/Services/Auth/LoginService.php:456 +#: lib/SP/Services/Auth/LoginService.php:519 +msgid "LDAP Server" +msgstr "Сервер LDAP" + +#: lib/SP/Services/Auth/LoginService.php:475 +#: lib/SP/Services/Auth/LoginService.php:480 +msgid "Account expired" +msgstr "Учетная запись просрочена" + +#: lib/SP/Services/Auth/LoginService.php:488 +#: lib/SP/Services/Auth/LoginService.php:493 +#, fuzzy +msgid "User has no associated groups" +msgstr "Для пользователя не указаны группы" + +#: lib/SP/Services/Auth/LoginService.php:609 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:12 +msgid "Authentication" +msgstr "Аутентификация" + +#: lib/SP/Services/AuthToken/AuthTokenService.php:139 +#: lib/SP/Services/AuthToken/AuthTokenService.php:277 +#: lib/SP/Services/AuthToken/AuthTokenService.php:291 +msgid "Token not found" +msgstr "ТОкен не найден" + +#: lib/SP/Services/AuthToken/AuthTokenService.php:158 +msgid "Error while removing the tokens" +msgstr "Error while removing the tokens" + +#: lib/SP/Services/Backup/FileBackupService.php:100 +msgid "Make Backup" +msgstr "Выполнить резервное копирование" + +#: lib/SP/Services/Backup/FileBackupService.php:107 +#, fuzzy +msgid "Error while doing the backup in compatibility mode" +msgstr "Ошибка при создании резервной копии в режиме совместимости" + +#: lib/SP/Services/Backup/FileBackupService.php:118 +#, fuzzy +msgid "Error while doing the backup" +msgstr "Ошибка при выполнении резервной копии" + +#: lib/SP/Services/Backup/FileBackupService.php:139 +#, php-format +msgid "Unable to create the backups directory (\"%s\")" +msgstr "Невозможно создать каталог резервных копий (\"%s\")" + +#: lib/SP/Services/Backup/FileBackupService.php:144 +#, fuzzy +msgid "Please, check the backup directory permissions" +msgstr "Проверьте права на папку резервных копий" + +#: lib/SP/Services/Backup/FileBackupService.php:211 +msgid "Copying database" +msgstr "Copying database" + +#: lib/SP/Services/Backup/FileBackupService.php:343 +#: lib/SP/Services/Backup/FileBackupService.php:367 +msgid "Copying application" +msgstr "Copying application" + +#: lib/SP/Services/Backup/FileBackupService.php:362 +msgid "This operation is only available on Linux environments" +msgstr "Данная операция возможна только в Linux" + +#: lib/SP/Services/Category/CategoryService.php:77 +#: lib/SP/Services/Category/CategoryService.php:98 +#: lib/SP/Services/Category/CategoryService.php:115 +msgid "Category not found" +msgstr "Категория не найдена" + +#: lib/SP/Services/Category/CategoryService.php:134 +msgid "Error while deleting categories" +msgstr "Error while deleting categories" + +#: lib/SP/Services/Client/ClientService.php:76 +#: lib/SP/Services/Client/ClientService.php:95 +#: lib/SP/Services/Client/ClientService.php:110 +#, fuzzy +msgid "Client not found" +msgstr "Заказчик не найден" + +#: lib/SP/Services/Config/ConfigBackupService.php:115 +#: lib/SP/Services/Config/ConfigBackupService.php:122 +msgid "Unable to restore the configuration" +msgstr "Unable to restore the configuration" + +#: lib/SP/Services/Config/ConfigService.php:68 +#: lib/SP/Services/Config/ConfigService.php:153 +#, php-format +msgid "Parameter not found (%s)" +msgstr "Parameter not found (%s)" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:103 +msgid "Generate temporary password" +msgstr "Generate temporary password" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:110 +#, fuzzy +msgid "Error while generating the temporary password" +msgstr "Ошибка генерации временного пароля" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:131 +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:181 +msgid "Temporary password expired" +msgstr "Временный пароль недействителен" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:160 +msgid "Error while checking the temporary password" +msgstr "Error while checking the temporary password" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:213 +#, php-format +msgid "Master Password %s" +msgstr "Мастер пароль %s" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:214 +#, fuzzy +msgid "" +"A new sysPass master password has been generated, so next time you log into " +"the application it will be requested." +msgstr "" +"Был сгенерирован новый мастер пароль, который необходимо будет ввести при " +"следующей авторизации в приложении" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:216 +#, php-format +msgid "The new Master Password is: %s" +msgstr "Новый мастер пароль: %s" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:218 +#, php-format +msgid "This password will be valid until: %s" +msgstr "This password will be valid until: %s" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:220 +#, fuzzy +msgid "Please, don't forget to log in as soon as possible to save the changes." +msgstr "Пожалуйста, не забудьте залогиниться для сохранения изменений." + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:68 +#, fuzzy +msgid "There aren't any data from custom fields" +msgstr "Нет данных из свободных полей" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:76 +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:84 +msgid "Updating encrypted data" +msgstr "Обновление зашифрованных данных" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:109 +msgid "Records updated" +msgstr "Записи изменены" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:110 +msgid "Records not updated" +msgstr "Записи не обновлены" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:136 +#, fuzzy +msgid "Error while updating the custom fields data" +msgstr "Ошибка при изменении свободных полей учетной записи" + +#: lib/SP/Services/CustomField/CustomFieldDefService.php:109 +msgid "Field not found" +msgstr "Field not found" + +#: lib/SP/Services/CustomField/CustomFieldDefService.php:130 +msgid "Error while deleting the fields" +msgstr "Error while deleting the fields" + +#: lib/SP/Services/CustomField/CustomFieldTypeService.php:84 +msgid "Field type not found" +msgstr "Field type not found" + +#: lib/SP/Services/Export/XmlExportService.php:127 +#: lib/SP/Storage/File/FileCache.php:74 +#: lib/SP/Storage/File/FileCachePacked.php:116 +#, php-format +msgid "Unable to create the directory (%s)" +msgstr "Unable to create the directory (%s)" + +#: lib/SP/Services/Export/XmlExportService.php:203 +msgid "Error while exporting" +msgstr "Ошибка при экспорте" + +#: lib/SP/Services/Export/XmlExportService.php:271 +msgid "Exporting categories" +msgstr "Exporting categories" + +#: lib/SP/Services/Export/XmlExportService.php:383 +msgid "Exporting clients" +msgstr "Exporting clients" + +#: lib/SP/Services/Export/XmlExportService.php:429 +msgid "Exporting tags" +msgstr "Exporting tags" + +#: lib/SP/Services/Export/XmlExportService.php:473 +msgid "Exporting accounts" +msgstr "Exporting accounts" + +#: lib/SP/Services/Export/XmlExportService.php:583 +#, fuzzy +msgid "Error while creating the XML file" +msgstr "Ошибка создания файла XML" + +#: lib/SP/Services/Export/XmlVerifyService.php:110 +#: lib/SP/Services/Import/XmlFileImport.php:81 +#, fuzzy +msgid "Unable to process the XML file" +msgstr "Невозможно обработать файл XML" + +#: lib/SP/Services/Export/XmlVerifyService.php:177 +#: lib/SP/Services/Import/SyspassImport.php:176 +msgid "Error while checking integrity hash" +msgstr "Error while checking integrity hash" + +#: 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 "Wrong encryption password" +msgstr "Неверный пароль шифрования" + +#: lib/SP/Services/Import/CsvImport.php:50 +#, php-format +msgid "Detected format: %s" +msgstr "Определен формат: %s" + +#: lib/SP/Services/Import/CsvImportBase.php:130 +#: lib/SP/Services/Import/CsvImportBase.php:176 +#, php-format +msgid "Wrong number of fields (%d)" +msgstr "Неправильное количество полей (%d)" + +#: lib/SP/Services/Import/CsvImportBase.php:132 +#: lib/SP/Services/Import/CsvImportBase.php:178 +#, fuzzy, php-format +msgid "Please, check the CSV file format in line %s" +msgstr "Пожалуйста, проверьте формат файла CSV в строке %s" + +#: lib/SP/Services/Import/CsvImportBase.php:158 +#: lib/SP/Services/Import/KeepassImport.php:103 +#: lib/SP/Services/Import/SyspassImport.php:387 +msgid "Account imported" +msgstr "Account imported" + +#: lib/SP/Services/Import/CsvImportBase.php:166 +#, fuzzy +msgid "Error while importing the account" +msgstr "Ошибка импорта учетной записи" + +#: lib/SP/Services/Import/CsvImportBase.php:167 +msgid "Error while processing line" +msgstr "Ошибка при обработке линии" + +#: lib/SP/Services/Import/FileImport.php:67 +#: lib/SP/Services/Import/FileImport.php:88 +msgid "File successfully uploaded" +msgstr "Файл успешно закачан" + +#: lib/SP/Services/Import/FileImport.php:69 +#: lib/SP/Services/Import/FileImport.php:90 +#, fuzzy +msgid "Please check the web server user permissions" +msgstr "Пожалуйста, проверьте права пользователя веб-сервера " + +#: lib/SP/Services/Import/FileImport.php:102 +#, fuzzy +msgid "Please, check the file extension" +msgstr "Пожалуйста, проверьте расширение файла" + +#: lib/SP/Services/Import/FileImport.php:118 +msgid "Please, check PHP configuration for upload files" +msgstr "Пожалуйста, проверьте конфигурацию PHP для загрузки файлов" + +#: lib/SP/Services/Import/ImportService.php:89 +#, php-format +msgid "Mime type not supported (\"%s\")" +msgstr "Тип mime не поддерживается (\"%s\")" + +#: lib/SP/Services/Import/ImportService.php:91 +msgid "Please, check the file format" +msgstr "Пожалуйста, проверьте формат файла" + +#: lib/SP/Services/Import/ImportTrait.php:107 +#, fuzzy +msgid "Category Id not set. Unable to import account." +msgstr "ID категории не задано. Невозможно импортировать учетную запись." + +#: lib/SP/Services/Import/ImportTrait.php:111 +#, fuzzy +msgid "Client Id not set. Unable to import account." +msgstr "ID заказчика не задано. Невозможно импортировать учетную запись." + +#: lib/SP/Services/Import/KeepassImport.php:58 +msgid "KeePass XML Import" +msgstr "KeePass XML Import" + +#: lib/SP/Services/Import/KeepassImport.php:91 +#: lib/SP/Services/Import/SyspassImport.php:211 +msgid "Category imported" +msgstr "Category imported" + +#: lib/SP/Services/Import/SyspassImport.php:58 +msgid "sysPass XML Import" +msgstr "sysPass XML Import" + +#: lib/SP/Services/Import/SyspassImport.php:69 +msgid "Encryption password not set" +msgstr "Пароль шифрования не задан" + +#: lib/SP/Services/Import/SyspassImport.php:162 +msgid "Data unencrypted" +msgstr "Data unencrypted" + +#: lib/SP/Services/Import/SyspassImport.php:177 +msgid "" +"If you are importing an exported file from the same origin, the data could " +"be compromised." +msgstr "" +"If you are importing an exported file from the same origin, the data could " +"be compromised." + +#: lib/SP/Services/Import/SyspassImport.php:250 +#: lib/SP/Services/Import/SyspassImport.php:290 +msgid "Client imported" +msgstr "Client imported" + +#: lib/SP/Services/Import/SyspassImport.php:326 +msgid "Tag imported" +msgstr "Tag imported" + +#: lib/SP/Services/Import/XmlFileImport.php:105 +msgid "XML file not supported" +msgstr "Файл XML не поддерживается" + +#: lib/SP/Services/Import/XmlFileImport.php:107 +#, fuzzy +msgid "Unable to guess the application which data was exported from" +msgstr "Невозможно определить программу, из которой были экспортированы данные" + +#: lib/SP/Services/Import/XmlImport.php:98 +msgid "Format not detected" +msgstr "Format not detected" + +#: lib/SP/Services/Import/XmlImport.php:106 +msgid "Not implemented" +msgstr "Not implemented" + +#: lib/SP/Services/Import/XmlImportBase.php:107 +#: lib/SP/Services/Import/XmlImportTrait.php:78 +msgid "Invalid Method" +msgstr "Ошибочный метод" + +#: lib/SP/Services/Import/XmlImportBase.php:119 +#: lib/SP/Services/Import/XmlImportTrait.php:68 +msgid "Invalid XML format" +msgstr "Ошибка в формате XML" + +#: lib/SP/Services/Import/XmlImportBase.php:121 +#: lib/SP/Services/Import/XmlImportTrait.php:70 +#, fuzzy, php-format +msgid "\"%s\" node doesn't exist" +msgstr "Узел \"%s\" не существует" + +#: lib/SP/Services/Install/Installer.php:106 +#, fuzzy +msgid "Please, enter the admin username" +msgstr "Ввведи имя пользователя администратора" + +#: lib/SP/Services/Install/Installer.php:108 +#, fuzzy +msgid "Admin user to log into the application" +msgstr "Пользователь администратора для входа в программу" + +#: lib/SP/Services/Install/Installer.php:113 +#, fuzzy +msgid "Please, enter the admin's password" +msgstr "Введите административный пароль" + +#: lib/SP/Services/Install/Installer.php:115 +msgid "Application administrator's password" +msgstr "Пароль администратора программы" + +#: lib/SP/Services/Install/Installer.php:120 +#, fuzzy +msgid "Please, enter the Master Password" +msgstr "Введите мастер-пароль" + +#: lib/SP/Services/Install/Installer.php:122 +#, fuzzy +msgid "Master password to encrypt the passwords" +msgstr "Матер-пароль для шифрования паролей " + +#: lib/SP/Services/Install/Installer.php:127 +#, fuzzy +msgid "Master password too short" +msgstr "Длина мастер-пароля мала" + +#: lib/SP/Services/Install/Installer.php:129 +msgid "The Master Password length need to be at least 11 characters" +msgstr "Мастер-пароль должен быть не менее 11 символов" + +#: lib/SP/Services/Install/Installer.php:134 +#, fuzzy +msgid "Please, enter the database user" +msgstr "Введите пользователя базы данных" + +#: lib/SP/Services/Install/Installer.php:136 +#, fuzzy +msgid "An user with database administrative rights" +msgstr "Пользователь с правами администратора для базы данных" + +#: lib/SP/Services/Install/Installer.php:141 +#, fuzzy +msgid "Please, enter the database password" +msgstr "Введите пароль базы данных" + +#: lib/SP/Services/Install/Installer.php:143 +msgid "Database administrator's password" +msgstr "Пароль администратора базы данных" + +#: lib/SP/Services/Install/Installer.php:148 +#, fuzzy +msgid "Please, enter the database name" +msgstr "Введите имя базы данных" + +#: lib/SP/Services/Install/Installer.php:150 +msgid "Application database name. eg. syspass" +msgstr "Имя базы данных программы. Например, syspass" + +#: lib/SP/Services/Install/Installer.php:155 +msgid "Database name cannot contain \".\"" +msgstr "Имя базы данных не может содержать \".\"" + +#: lib/SP/Services/Install/Installer.php:157 +msgid "Please, remove dots in database name" +msgstr "Пожалуйста, уберите точки из имени базы данных" + +#: lib/SP/Services/Install/Installer.php:162 +#, fuzzy +msgid "Please, enter the database server" +msgstr "Введите сервер баз данных" + +#: lib/SP/Services/Install/Installer.php:164 +msgid "Server where the database will be installed" +msgstr "Сервер, на котором будет создана база данных" + +#: lib/SP/Services/Install/Installer.php:318 +#: lib/SP/Services/Install/Installer.php:369 +msgid "Warn to developer" +msgstr "Предупреждение разработчику" + +#: lib/SP/Services/Install/Installer.php:359 +msgid "Error while creating 'admin' user" +msgstr "Error while creating 'admin' user" + +#: lib/SP/Services/Install/MySQL.php:135 +#, php-format +msgid "Unable to check the sysPass user (%s)" +msgstr "Unable to check the sysPass user (%s)" + +#: lib/SP/Services/Install/MySQL.php:137 +#, fuzzy +msgid "Please, check the DB connection user rights" +msgstr "Пожалуйста, проверьте права на базу данных" + +#: lib/SP/Services/Install/MySQL.php:181 +#, php-format +msgid "Error while creating the MySQL connection user '%s'" +msgstr "Ошибка при создании подключения к MySQL под пользователем '%s'" + +#: lib/SP/Services/Install/MySQL.php:201 +msgid "The database already exists" +msgstr "База данных уже существует" + +#: lib/SP/Services/Install/MySQL.php:203 +#, fuzzy +msgid "Please, enter a new database or delete the existing one" +msgstr "Введите новую базу данных или удалите существующую" + +#: 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 while creating the DB ('%s')" +msgstr "Error while creating the DB ('%s')" + +#: lib/SP/Services/Install/MySQL.php:215 lib/SP/Services/Install/MySQL.php:239 +#, fuzzy +msgid "Please check the database user permissions" +msgstr "Пожалуйста, проверьте права доступа к базе данных " + +#: lib/SP/Services/Install/MySQL.php:237 +#, fuzzy, php-format +msgid "Error while setting the database permissions ('%s')" +msgstr "Ошибка при установке прав базы данных ('%s')" + +#: lib/SP/Services/Install/MySQL.php:251 +#, fuzzy +msgid "The database does not exist" +msgstr "База данных не существует" + +#: lib/SP/Services/Install/MySQL.php:253 +msgid "You need to create it and assign the needed permissions" +msgstr "Необходимо создать его и назначить нужные права" + +#: lib/SP/Services/Install/MySQL.php:309 +#, php-format +msgid "Error while selecting '%s' database (%s)" +msgstr "Error while selecting '%s' database (%s)" + +#: lib/SP/Services/Install/MySQL.php:311 +#, fuzzy +msgid "" +"Unable to use the database to create the structure. Please check the " +"permissions and it does not exist." +msgstr "" +"Невозможно использовать базу данных для создания её структуры. Проверьте " +"права доступа к базе данных." + +#: lib/SP/Services/Install/MySQL.php:331 +msgid "Error while creating database structure." +msgstr "Ошибка создания структуры базы данных." + +#: lib/SP/Services/Install/MySQL.php:365 +msgid "Please, try the installation again" +msgstr "Пожалуйста, повторите попытку установки еще раз" + +#: lib/SP/Services/ItemPreset/ItemPresetService.php:84 +#: lib/SP/Services/ItemPreset/ItemPresetService.php:105 +msgid "Value not found" +msgstr "Value not found" + +#: lib/SP/Services/ItemPreset/ItemPresetService.php:188 +msgid "Error while deleting the values" +msgstr "Error while deleting the values" + +#: lib/SP/Services/Ldap/LdapImportService.php:109 +#: lib/SP/Services/Ldap/LdapImportService.php:196 +msgid "Objects found" +msgstr "Найдено объектов" + +#: lib/SP/Services/Ldap/LdapImportService.php:134 +#: lib/SP/Services/Ldap/LdapImportService.php:229 +msgid "Imported from LDAP" +msgstr "Imported from LDAP" + +#: lib/SP/Services/Mail/MailService.php:66 +msgid "Mail test" +msgstr "Mail test" + +#: lib/SP/Services/Mail/MailService.php:67 +msgid "" +"This is a test email in order to verify that the configuration is working " +"right." +msgstr "" +"This is a test email in order to verify that the configuration is working " +"right." + +#: lib/SP/Services/Mail/MailService.php:186 +msgid "Mail service unavailable" +msgstr "Mail service unavailable" + +#: 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 "Notification not found" +msgstr "Уведомление не найдено" + +#: 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 not found" +msgstr "Плагин не найден" + +#: 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 "Link not found" +msgstr "Ссылка не найдена" + +#: lib/SP/Services/PublicLink/PublicLinkService.php:238 +msgid "Error while removing the links" +msgstr "Error while removing the links" + +#: lib/SP/Services/Service.php:109 +msgid "Rollback" +msgstr "Rollback" + +#: lib/SP/Services/Service.php:115 +msgid "Unable to start a transaction" +msgstr "Невозможно начать транзакцию" + +#: lib/SP/Services/Service.php:133 lib/SP/Services/Service.php:140 +msgid "Error while retrieving master password from context" +msgstr "Error while retrieving master password from context" + +#: lib/SP/Services/Service.php:160 lib/SP/Services/Service.php:164 +msgid "Error while setting master password in context" +msgstr "Error while setting master password in context" + +#: lib/SP/Services/Tag/TagService.php:75 lib/SP/Services/Tag/TagService.php:94 +#: lib/SP/Services/Tag/TagService.php:111 +msgid "Tag not found" +msgstr "Тэг не найден" + +#: lib/SP/Services/Task/TaskService.php:81 +msgid "Unable to create the lock file" +msgstr "Unable to create the lock file" + +#: lib/SP/Services/Task/TaskService.php:184 +msgid "Waiting for progress updating ..." +msgstr "Подождите, обновление" + +#: lib/SP/Services/Track/TrackService.php:87 +#: lib/SP/Services/Track/TrackService.php:101 +#: lib/SP/Services/Track/TrackService.php:128 +msgid "Track not found" +msgstr "Track not found" + +#: lib/SP/Services/Track/TrackService.php:162 +#, php-format +msgid "Attempts exceeded (%d/%d)" +msgstr "Попыток осталось (%d/%d)" + +#: lib/SP/Services/Track/TrackService.php:163 +msgid "Seconds" +msgstr "Seconds" + +#: lib/SP/Services/Track/TrackService.php:208 +msgid "IP address not set" +msgstr "IP address not set" + +#: lib/SP/Services/Upgrade/UpgradeAppService.php:65 +#: lib/SP/Services/Upgrade/UpgradeAppService.php:88 +msgid "Update Application" +msgstr "Update Application" + +#: lib/SP/Services/Upgrade/UpgradeAppService.php:72 +msgid "Error while applying the application update" +msgstr "Ошибка при применении обновления" + +#: lib/SP/Services/Upgrade/UpgradeAppService.php:74 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:100 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:108 +msgid "Please, check the event log for more details" +msgstr "См. журнал событий для получения подробностей." + +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:55 +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:85 +msgid "API authorizations update" +msgstr "API authorizations update" + +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:70 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:206 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:236 +msgid "Update Configuration" +msgstr "Обновить конфигурацию" + +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:82 +msgid "Parameter" +msgstr "Параметр" + +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:121 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:125 +msgid "Error while updating the configuration" +msgstr "Ошибка при обновлении конфигурации" + +#: 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 "Custom fields update" +msgstr "Custom fields update" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:91 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:122 +msgid "Update DB" +msgstr "Обновление БД" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:98 +#, fuzzy +msgid "Error while applying an auxiliary update" +msgstr "Ошибка применения дополнительного обновления" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:106 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:177 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:181 +#, fuzzy +msgid "Error while updating the database" +msgstr "Ошибка обновления базы данных" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:154 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:156 +msgid "Update file does not contain data" +msgstr "Update file does not contain data" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:187 +msgid "Database updating was completed successfully." +msgstr "Обновление базы данных завершено успешно." + +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:56 +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:102 +msgid "Public links update" +msgstr "Public links update" + +#: lib/SP/Services/User/UserPassService.php:256 +#: lib/SP/Services/User/UserService.php:123 +#: lib/SP/Services/User/UserService.php:154 +#: lib/SP/Services/User/UserService.php:173 +msgid "User does not exist" +msgstr "User does not exist" + +#: lib/SP/Services/User/UserService.php:192 +msgid "User not found" +msgstr "Пользователь не найден" + +#: lib/SP/Services/UserGroup/UserGroupService.php:80 +#: lib/SP/Services/UserGroup/UserGroupService.php:98 +#: lib/SP/Services/UserGroup/UserGroupService.php:187 +#: lib/SP/Services/UserGroup/UserToUserGroupService.php:57 +msgid "Group not found" +msgstr "Группа не найдена" + +#: lib/SP/Services/UserGroup/UserGroupService.php:115 +msgid "Error while deleting the groups" +msgstr "Error while deleting the groups" + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:66 +msgid "A request for changing your user password has been done." +msgstr "Запрос на смену пароля выполнен." + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:68 +msgid "In order to complete the process, please go to this URL:" +msgstr "Для завершения, пожалуйста пройдите по ссылке :" + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:72 +msgid "If you have not requested this action, please dismiss this message." +msgstr "" +"Если Вы не запрашивали данное действие, пожалуйста, проигнорируйте данное " +"письмо." + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:87 +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:155 +#, fuzzy +msgid "Wrong hash or expired" +msgstr "Хэш ошибочен или просрочен" + +#: lib/SP/Services/UserProfile/UserProfileService.php:65 +#: lib/SP/Services/UserProfile/UserProfileService.php:97 +msgid "Profile not found" +msgstr "Профиль не найден" + +#: lib/SP/Services/Wiki/DokuWikiApi.php:68 +msgid "Authentication error" +msgstr "Ошибка аутентификации" + +#: lib/SP/Services/Wiki/DokuWikiApiBase.php:196 +#, fuzzy +msgid "Error while doing the query" +msgstr "Ошибка при выполнении запроса" + +#: lib/SP/Services/Wiki/DokuWikiApiBase.php:228 +msgid "Connection URL not set" +msgstr "URL подключения не задан" + +#: lib/SP/Storage/Database/Database.php:131 +msgid "Blank query" +msgstr "Пустой запрос" + +#: lib/SP/Storage/Database/Database.php:259 +msgid "Integrity constraint" +msgstr "Ограничение целостности" + +#: lib/SP/Storage/Database/MySQLHandler.php:99 +#: lib/SP/Storage/Database/MySQLHandler.php:166 +#, fuzzy +msgid "Please, check the connection parameters" +msgstr "Пожалуйста, проверьте параметры подключения" + +#: lib/SP/Storage/Database/QueryData.php:354 app/config/strings.js.inc:26 +msgid "Error while querying" msgstr "Ошибка при запросе" -#: ../../../config/strings.js.inc:27 -msgid "Ha ocurrido un error" +#: lib/SP/Storage/File/FileCachePacked.php:57 +#, php-format +msgid "Error while decompressing the file data (%s)" +msgstr "Error while decompressing the file data (%s)" + +#: lib/SP/Storage/File/FileCachePacked.php:61 +msgid "Error while retrieving the data" +msgstr "Error while retrieving the data" + +#: lib/SP/Storage/File/FileCachePacked.php:99 +#, php-format +msgid "Error while compressing the file data (%s)" +msgstr "Error while compressing the file data (%s)" + +#: lib/SP/Storage/File/FileCachePacked.php:144 +msgid "Data not loaded" +msgstr "Data not loaded" + +#: lib/SP/Storage/File/FileHandler.php:72 +#: lib/SP/Storage/File/FileHandler.php:135 +#, php-format +msgid "Unable to read/write the file (%s)" +msgstr "Unable to read/write the file (%s)" + +#: lib/SP/Storage/File/FileHandler.php:89 +#, php-format +msgid "Unable to open the file (%s)" +msgstr "Unable to open the file (%s)" + +#: lib/SP/Storage/File/FileHandler.php:104 +#: lib/SP/Storage/File/FileHandler.php:118 +#, php-format +msgid "Unable to read from file (%s)" +msgstr "Unable to read from file (%s)" + +#: lib/SP/Storage/File/FileHandler.php:173 +#, php-format +msgid "Unable to close the file (%s)" +msgstr "Unable to close the file (%s)" + +#: lib/SP/Storage/File/FileHandler.php:219 +#, php-format +msgid "Unable to write in file (%s)" +msgstr "Unable to write in file (%s)" + +#: lib/SP/Storage/File/FileHandler.php:234 +#, php-format +msgid "File not found (%s)" +msgstr "File not found (%s)" + +#: lib/SP/Storage/File/FileHandler.php:259 +#: lib/SP/Storage/File/FileHandler.php:314 +#, php-format +msgid "Unable to read/write file (%s)" +msgstr "Unable to read/write file (%s)" + +#: lib/SP/Storage/File/FileHandler.php:286 +#, php-format +msgid "Unable to delete file (%s)" +msgstr "Unable to delete file (%s)" + +#: lib/SP/Storage/File/XmlHandler.php:89 lib/SP/Storage/File/XmlHandler.php:309 +msgid "XML node does not exist" +msgstr "XML node does not exist" + +#: lib/SP/Storage/File/XmlHandler.php:167 +#, fuzzy +msgid "There aren't any items to save" +msgstr "Нет элементов для сохранения" + +#: lib/SP/Util/Connection.php:157 +msgid "Socket not initialized" +msgstr "Сокет не инициализирован" + +#: lib/SP/Util/Connection.php:164 +#, fuzzy +msgid "Error while sending the data" +msgstr "Ошибка при отправке данных" + +#: lib/SP/Util/ErrorUtil.php:148 +msgid "Option unavailable" +msgstr "Опция недоступна" + +#: lib/SP/Util/ErrorUtil.php:168 lib/SP/Util/ErrorUtil.php:175 +#, fuzzy +msgid "An exception occured" msgstr "Произошла ошибка" -#: ../../../config/strings.js.inc:28 ../../../config/strings.js.inc:86 -msgid "Sesión finalizada" +#: lib/SP/Util/ImageUtil.php:65 +msgid "Invalid image" +msgstr "Invalid image" + +#: app/config/strings.js.inc:27 +msgid "There was an error" +msgstr "Произошла ошибка" + +#: app/config/strings.js.inc:28 app/config/strings.js.inc:86 +msgid "Session finished" msgstr "Сессия завершена" -#: ../../../config/strings.js.inc:29 -msgid "Borrar la cuenta?" +#: app/config/strings.js.inc:29 +msgid "Delete account?" msgstr "Удалить учетную запись?" -#: ../../../config/strings.js.inc:30 -msgid "Borrar el usuario?" +#: app/config/strings.js.inc:30 +msgid "Delete user?" msgstr "Удалить пользователя?" -#: ../../../config/strings.js.inc:31 -msgid "Guarde la configuración para que sea efectiva" +#: app/config/strings.js.inc:31 +msgid "You should save configuration in order to take effect" msgstr "Необходимо сохранить конфигурацию для вступления изменений в силу" -#: ../../../config/strings.js.inc:32 -msgid "Clave Generada" +#: app/config/strings.js.inc:32 +msgid "Generated Password" msgstr "Сгенерированный пароль" -#: ../../../config/strings.js.inc:33 -msgid "Nivel alto" +#: app/config/strings.js.inc:33 +msgid "High level" msgstr "Высокий уровень" -#: ../../../config/strings.js.inc:34 -msgid "Nivel medio" +#: app/config/strings.js.inc:34 +msgid "Average level" msgstr "Средний уровень" -#: ../../../config/strings.js.inc:35 -msgid "Nivel bajo" +#: app/config/strings.js.inc:35 +msgid "Low level" msgstr "Низкий уровень" -#: ../../../config/strings.js.inc:36 -msgid "Nivel muy alto" +#: app/config/strings.js.inc:36 +msgid "Very High level" msgstr "Очень высокий уровень" -#: ../../../config/strings.js.inc:37 -msgid "Utilizar al menos 8 caracteres" +#: app/config/strings.js.inc:37 +msgid "You should use at least 8 characters" msgstr "Необходимо использовать минимум 8 символов" -#: ../../../config/strings.js.inc:38 -msgid "Borrar elemento?" +#: app/config/strings.js.inc:38 +msgid "Delete item?" msgstr "Удалить элемент?" -#: ../../../config/strings.js.inc:39 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:22 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:31 -msgid "Página no encontrada" +#: app/config/strings.js.inc:39 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:22 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:31 +msgid "Page not found" msgstr "Страница не найдена" -#: ../../../config/strings.js.inc:40 -msgid "Archivo no soportado para visualizar" -msgstr "Предпросмотр файла недоступен" - -#: ../../../config/strings.js.inc:41 -msgid "Eliminar archivo?" +#: app/config/strings.js.inc:41 +msgid "Delete file?" msgstr "Удалить файл?" -#: ../../../config/strings.js.inc:42 -msgid "Su navegador no soporta subir archivos con HTML5" +#: app/config/strings.js.inc:42 +msgid "Your browser does not support HTML5 file uploads" msgstr "Ваш браузер не поддерживает загрузку файлов с HTML5" -#: ../../../config/strings.js.inc:43 -msgid "Demasiados archivos" +#: app/config/strings.js.inc:43 +msgid "Too many files" msgstr "Слишком много файлов" -#: ../../../config/strings.js.inc:44 -msgid "Tamaño de archivo no permitido" +#: app/config/strings.js.inc:44 +msgid "File size not allowed" msgstr "Размер файла вне разрешений" -#: ../../../config/strings.js.inc:45 -msgid "Extensión no permitida" +#: app/config/strings.js.inc:45 +msgid "Extension not allowed" msgstr "Данный тип файла заблокирован" -#: ../../../config/strings.js.inc:46 +#: app/config/strings.js.inc:46 #, fuzzy -msgid "Vaciar el registro de eventos?" +msgid "Clear the event log out?" msgstr "Очистить журнал событий?" -#: ../../../config/strings.js.inc:47 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:179 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:281 -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:89 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:59 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:253 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:84 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:54 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:152 -msgid "Seleccionar Grupo" +#: app/config/strings.js.inc:47 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:179 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:281 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:89 +#: app/modules/web/themes/material-blue/views/config/import.inc:59 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:253 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:84 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:54 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:152 +msgid "Select Group" msgstr "Выбрать группу" -#: ../../../config/strings.js.inc:48 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:161 -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:114 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:32 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:278 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:69 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:27 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:37 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:81 -msgid "Seleccionar Usuario" +#: app/config/strings.js.inc:48 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:161 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:114 +#: app/modules/web/themes/material-blue/views/config/import.inc:32 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:278 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:69 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:27 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:37 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:81 +msgid "Select User" msgstr "Выбрать пользователя" -#: ../../../config/strings.js.inc:49 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:71 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:135 -msgid "Seleccionar Perfil" +#: app/config/strings.js.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:71 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:135 +msgid "Select Profile" msgstr "Выбрать профиль" -#: ../../../config/strings.js.inc:50 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:84 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:39 +#: app/config/strings.js.inc:50 +#: app/modules/web/themes/material-blue/views/account/account.inc:84 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:39 #, fuzzy -msgid "Seleccionar Cliente" +msgid "Select Client" msgstr "Выбрать заказчика" -#: ../../../config/strings.js.inc:51 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:109 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:43 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:54 -msgid "Seleccionar Categoría" +#: app/config/strings.js.inc:51 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:78 +#: app/modules/web/themes/material-blue/views/account/account.inc:109 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:43 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:54 +msgid "Select Category" msgstr "Выбрать категорию" -#: ../../../config/strings.js.inc:52 -msgid "Sin resultados" +#: app/config/strings.js.inc:52 +msgid "No results" msgstr "Нет результатов" -#: ../../../config/strings.js.inc:53 -msgid "Opciones de clave" +#: app/config/strings.js.inc:53 +msgid "Password options" msgstr "Опции пароля" -#: ../../../config/strings.js.inc:54 -msgid "Generar clave aleatoria" +#: app/config/strings.js.inc:54 +msgid "Generate random password" msgstr "Сгенерировать пароль" -#: ../../../config/strings.js.inc:55 -msgid "Complejidad" +#: app/config/strings.js.inc:55 +msgid "Complexity" msgstr "Сложность" -#: ../../../config/strings.js.inc:56 -msgid "Restablecer" +#: app/config/strings.js.inc:56 +msgid "Reset" msgstr "Сбросить" -#: ../../../config/strings.js.inc:57 -msgid "Nivel de fortaleza de la clave" +#: app/config/strings.js.inc:57 +msgid "Password strength level" msgstr "Уровень надежности пароля" -#: ../../../config/strings.js.inc:58 -msgid "Mostrar Clave" +#: app/config/strings.js.inc:58 +msgid "Show Password" msgstr "Показать пароль" -#: ../../../config/strings.js.inc:59 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:24 -msgid "Copiar Usuario" +#: app/config/strings.js.inc:59 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:24 +msgid "Copy Username" msgstr "Скопировать пользователя" #. (itstool) path: action/text -#: ../../../config/strings.js.inc:60 -#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:41 -#: ../../../config/actions.xml:199 ../../../config/actions.xml:271 -msgid "Copiar Clave" +#: app/config/strings.js.inc:60 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:41 +#: app/config/actions.xml:199 app/config/actions.xml:271 +msgid "Copy Password" msgstr "Скопировать пароль" -#: ../../../config/strings.js.inc:61 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:84 -msgid "Incluir Números" +#: app/config/strings.js.inc:61 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:84 +msgid "Include Numbers" msgstr "Использовать цифры" -#: ../../../config/strings.js.inc:62 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:126 -msgid "Incluir Mayúsculas" +#: app/config/strings.js.inc:62 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:126 +msgid "Include Uppercase" msgstr "Использовать заглавные буквы" -#: ../../../config/strings.js.inc:63 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:112 +#: app/config/strings.js.inc:63 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:112 #, fuzzy -msgid "Incluir Símbolos" +msgid "Include Symbols" msgstr "Использовать символы" -#: ../../../config/strings.js.inc:64 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:16 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:24 -msgid "Longitud" +#: app/config/strings.js.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:16 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:24 +msgid "Length" msgstr "Длина" -#: ../../../config/strings.js.inc:65 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:42 -msgid "Seleccionar Acción" +#: app/config/strings.js.inc:65 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:42 +msgid "Select Action" msgstr "Действие" -#: ../../../config/strings.js.inc:68 -msgid "Aceptar" +#: app/config/strings.js.inc:68 +msgid "Accept" msgstr "Принять" -#: ../../../config/strings.js.inc:69 -msgid "Cancelar" +#: app/config/strings.js.inc:69 +msgid "Cancel" msgstr "Отклонить" -#: ../../../config/strings.js.inc:70 +#: app/config/strings.js.inc:70 #, fuzzy -msgid "Clave Copiada al Portapapeles" +msgid "Password Copied into Clipboard" msgstr "Пароль скопирован в буфер" -#: ../../../config/strings.js.inc:71 -msgid "Error al copiar al portapapeles" +#: app/config/strings.js.inc:71 +msgid "Error while copying to clipboard" msgstr "Ошибка копирования в буфер" -#: ../../../config/strings.js.inc:73 +#: app/config/strings.js.inc:73 #, fuzzy -msgid "Recibir notificaciones?" +msgid "Send notifies?" msgstr "Отправить уведомления?" -#: ../../../config/strings.js.inc:74 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:160 -msgid "Marcar Favorito" -msgstr "Пометить как избранное" +#. (itstool) path: action/text +#: app/config/strings.js.inc:74 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:160 +#: app/config/actions.xml:247 +msgid "Mark as Favorite" +msgstr "" #. (itstool) path: action/text -#: ../../../config/strings.js.inc:75 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:150 -#: ../../../config/actions.xml:253 -msgid "Eliminar Favorito" +#: app/config/strings.js.inc:75 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:150 +#: app/config/actions.xml:253 +msgid "Delete Favorite" msgstr "Удалить избранное" -#: ../../../config/strings.js.inc:76 -msgid "Limpiar Selección" +#: app/config/strings.js.inc:76 +msgid "Clear Selection" msgstr "Очистить выбор" -#: ../../../config/strings.js.inc:77 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:80 -msgid "Mostrar Favoritos" -msgstr "Показать избранное" +#. (itstool) path: action/text +#: app/config/strings.js.inc:77 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:80 +#: app/config/actions.xml:241 +msgid "Show Favorites" +msgstr "" -#: ../../../config/strings.js.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:74 +#: app/config/strings.js.inc:78 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:74 #, fuzzy -msgid "Mostrar Todos" +msgid "Display All" 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" +#: app/config/strings.js.inc:81 +msgid "Now" msgstr "Сейчас" -#: ../../../config/strings.js.inc:82 +#: app/config/strings.js.inc:82 msgid "" -"Este proceso importará los usuarios de LDAP detectados. Desea continuar?" +"This process will import the detected LDAP users. Would you like to continue?" msgstr "Этот процесс импортирует найденных пользователей из LDAP. Продолжить?" -#: ../../../config/strings.js.inc:83 -msgid "Esta acción restablecerá todos los datos del plugin. Desea continuar?" +#: app/config/strings.js.inc:83 +msgid "This action will reset all plugin data. Do you want to continue?" msgstr "Это действие сбросит все данные плагина. Продолжить?" -#: ../../../config/strings.js.inc:84 +#: app/config/strings.js.inc:84 #, fuzzy -msgid "Este proceso puede durar algo de tiempo. Desea continuar?" +msgid "This process could take some time long. Do you wish to continue?" msgstr "Это длительный процесс. Продолжить?" -#: ../../../config/strings.js.inc:85 -msgid "Aviso" -msgstr "Предупреждение" - -#: ../../../config/strings.js.inc:87 +#: app/config/strings.js.inc:87 #, fuzzy -msgid "" -"Realizando tarea. Por favor, no cierre la ventana/pestaña del navegador." +msgid "Performing task. Please, do not close browser's window/tab." msgstr "Выполнение задачи. Не закрывайте окно браузера / вкладку." -#: ../../../config/strings.js.inc:88 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:98 -msgid "Incluir Letras" +#: app/config/strings.js.inc:88 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:98 +msgid "Include Letters" msgstr "Использовать буквы" -#: ../../../config/strings.js.inc:89 +#: app/config/strings.js.inc:89 #, fuzzy -msgid "Cookies deshabilitadas. La aplicación no funcionará correctamente." +msgid "Cookies disabled. Application won't work properly." msgstr "Куки отключены. Приложение не будет работать должным образом." -#: ../../../config/strings.js.inc:90 -msgid "Portapapeles no soportado por el navegador." +#: app/config/strings.js.inc:90 +msgid "Clipboard not supported by your browser." msgstr "Буфер обмена не поддерживается вашим браузером." -#: ../../../config/strings.js.inc:91 -msgid "Realizando auto-login" +#: app/config/strings.js.inc:91 +msgid "Performing auto-login" msgstr "Performing auto-login" -#: ../../../config/strings.js.inc:92 -msgid "Hay una versión más reciente del plugin {0} ({1})" +#: app/config/strings.js.inc:92 +msgid "There is a more recent version of {0} plugin ({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:30 -msgid "Actualizado" +#: app/config/strings.js.inc:93 +#: app/modules/web/themes/material-blue/views/main/update.inc:30 +msgid "Updated" msgstr "Обновлено" -#: ../../../config/strings.js.inc:94 -#: ../../../modules/web/themes/material-blue/views/main/update.inc:36 -msgid "Error al comprobar actualizaciones" +#: app/config/strings.js.inc:94 +#: app/modules/web/themes/material-blue/views/main/update.inc:36 +msgid "Error while checking for updates" msgstr "Ошибка проверки обновлений" -#: ../../../config/strings.js.inc:95 -msgid "Avisos de sysPass" +#: app/config/strings.js.inc:95 +msgid "sysPass Notices" msgstr "Уведомления sysPass" -#: ../../../config/strings.js.inc:96 -msgid "Vaciar los tracks?" +#: app/config/strings.js.inc:96 +msgid "Clear the tracks out?" msgstr "Clear the tracks out?" -#: ../../../config/strings.js.inc:97 -msgid "Archivo descargado" -msgstr "File downloaded" - -#: ../../../modules/web/themes/material-blue/views/_layouts/main.inc:21 +#: app/modules/web/themes/material-blue/views/_layouts/main.inc:21 #, fuzzy -msgid "Javascript es necesario para el correcto funcionamiento" +msgid "Javascript is needed in order to run correctly" 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:40 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:50 -msgid "Volver" -msgstr "Назад" - -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:70 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:127 -msgid "Preferencias de usuario" +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:70 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:127 +msgid "User preferences" msgstr "Настройки пользователя" -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:74 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:77 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:148 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:151 -msgid "Salir" +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:74 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:77 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:148 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:151 +msgid "Sign Out" msgstr "Выйти" -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:164 -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:53 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:164 +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:53 msgid "Demo" msgstr "Демо" -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:44 +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:44 #, fuzzy -msgid "Indica si la conexión utiliza HTTPS." +msgid "Tells whether the connection uses HTTPS or not." msgstr "Указывает, используется ли соединение по протоколу HTTPS." -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:44 +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:44 #, fuzzy msgid "" -"Las claves de formularios enviados se encriptan mediante PKI, el resto de " -"datos no." +"Passwords sent from forms are encrypted using PKI, the remain data don't." msgstr "Пароли при передаче форм шифруются с PKI, остальные данные - нет." -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:66 -msgid "Ayuda :: FAQ :: Changelog" +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:66 +msgid "Help :: FAQ :: Changelog" msgstr "Help :: FAQ :: Changelog" -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:70 -msgid "Un proyecto de cygnux.org" +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:70 +msgid "A cygnux.org project" msgstr "Проект cygnux.org" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:8 -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:12 -msgid "Parámetros especiales" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:8 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:12 +msgid "Special parameters" msgstr "Special parameters" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:14 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:14 msgid "" -"Es posible utilizar uno o varios parámetros especiales separados por espacios" +"You could use either one or several special parameters separated by blank " +"spaces" msgstr "" "You could use either one or several special parameters separated by blank " "spaces" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:16 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:16 #, fuzzy -msgid "Buscar cuentas a las que 'login' tenga acceso" +msgid "Search for accounts which 'login' has access rights" msgstr "Найти учетные записи, к которым есть доступ у указанного пользователя" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:17 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:17 #, fuzzy -msgid "Devolver las cuentas en las que 'login' es propietario" +msgid "Get the accounts in which user login \"login\" is the owner" msgstr "" "Получить учетные записи, в которых пользователь \"login\" является владельцем" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:18 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:18 #, fuzzy -msgid "Buscar cuentas a las que 'group_name' tenga acceso" +msgid "Search for accounts which 'group_name' has access rights" msgstr "Найти учетные записи, к которым есть доступ у указанной группы" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:19 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:19 #, fuzzy -msgid "Devolver las cuentas con grupo principal 'group_name'" +msgid "Get the accounts in which main group \"group_name\" is set" msgstr "" "Получить учетные записи, имеющие название основной группы \"group_name\"" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:20 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:20 #, fuzzy -msgid "Buscar cuentas con archivos con el nombre 'file_name'" +msgid "Search for accounts which contain a file with the name 'file_name'" msgstr "Найти учетные записи с прикрепленным файлом" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:21 -msgid "Buscar cuentas por nombre de cliente" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:21 +msgid "Search for accounts by client name" msgstr "Search for accounts by client name" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:22 -msgid "Buscar cuentas por nombre de categoría" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:22 +msgid "Search for accounts by category name" msgstr "Search for accounts by category name" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:23 -msgid "Devolver la cuenta con ID" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:23 +msgid "Returns the account for the given ID" msgstr "Returns the account for the given ID" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:24 -msgid "Buscar cuentas con la clave caducada" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:24 +msgid "Search for accounts with expired password" msgstr "Поиск учетных записей с просроченным паролем" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:25 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:25 #, fuzzy -msgid "Devolver las cuentas privadas del usuario actual" +msgid "Get private accounts for current user" msgstr "Получить приватные учетные записи для текущего пользователя" -#: ../../../modules/web/themes/material-blue/views/_partials/help_account_search.inc:26 -msgid "Operador para los parámetros especiales" +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:26 +msgid "Operator for special parameters" msgstr "Operator for special parameters" -#: ../../../modules/web/themes/material-blue/views/_partials/no_records_found.inc:10 -#: ../../../modules/web/themes/material-blue/views/account/search-index.inc:19 -msgid "No se encontraron registros" +#: app/modules/web/themes/material-blue/views/_partials/no_records_found.inc:10 +#: app/modules/web/themes/material-blue/views/account/search-index.inc:19 +msgid "No records found" msgstr "Записи не найдены" -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:85 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:168 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:175 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:64 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:115 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:122 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:59 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:66 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:38 -msgid "Clave (repetir)" +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:85 +#: app/modules/web/themes/material-blue/views/account/account.inc:168 +#: app/modules/web/themes/material-blue/views/account/account.inc:175 +#: app/modules/web/themes/material-blue/views/install/index.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:115 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:122 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:59 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:66 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:38 +msgid "Password (repeat)" msgstr "Подтверждение пароля" -#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:109 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:194 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:254 -msgid "Seleccionar Fecha" +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:109 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:147 +#: app/modules/web/themes/material-blue/views/account/account.inc:194 +#: app/modules/web/themes/material-blue/views/account/account.inc:278 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:254 +msgid "Select date" msgstr "Выберите дату" -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:19 -msgid "Histórico" +#: app/modules/web/themes/material-blue/views/account/account-history.inc:19 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:140 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:142 +#: app/modules/web/themes/material-blue/views/account/account.inc:271 +#: app/modules/web/themes/material-blue/views/account/account.inc:273 +msgid "History" msgstr "История" -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:28 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:45 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:22 -msgid "Detalles" +#: app/modules/web/themes/material-blue/views/account/account-history.inc:28 +#: app/modules/web/themes/material-blue/views/account/account.inc:45 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:22 +msgid "Details" msgstr "Детали" -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:127 -#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:200 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:163 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:169 -msgid "Notas" -msgstr "Заметки" +#: app/modules/web/themes/material-blue/views/account/account-history.inc:127 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:78 +#: app/modules/web/themes/material-blue/views/account/account.inc:200 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:168 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:163 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:169 +msgid "Notes" +msgstr "" -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:140 -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:142 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:271 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:273 -msgid "Historial" -msgstr "История" - -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:147 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:278 -msgid "Seleccionar fecha" -msgstr "Выберите дату" - -#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:160 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:293 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:32 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:291 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:293 -msgid "Última Modificación" +#: app/modules/web/themes/material-blue/views/account/account-history.inc:160 +#: app/modules/web/themes/material-blue/views/account/account.inc:293 +#: app/modules/web/themes/material-blue/views/account/details.inc:32 +#: app/modules/web/themes/material-blue/views/account/details.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:291 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:293 +msgid "Last Modification" msgstr "Последнее изменение" -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:23 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:54 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:119 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:140 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:18 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:35 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:57 -msgid "Seleccionar Usuarios" +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:23 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:54 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:119 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:140 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:18 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:35 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:57 +msgid "Select Users" msgstr "Выберите пользователей" -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:33 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:37 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:101 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:105 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:127 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:176 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:29 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:70 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:53 -msgid "Ver" +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:33 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:37 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:101 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:105 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:127 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:176 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:29 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:53 +msgid "View" 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:132 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:136 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:148 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:198 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:46 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:87 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:102 -msgid "Editar" -msgstr "Изменить" - -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:91 -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:122 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:168 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:190 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:59 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:76 -msgid "Seleccionar Grupos" +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:91 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:122 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:168 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:190 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:59 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:76 +msgid "Select Groups" msgstr "Выберите группы" -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:204 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:182 -msgid "Privada" +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:204 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:182 +msgid "Private" msgstr "Приват" -#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:223 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:198 -msgid "Privada Grupo" +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:223 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:198 +msgid "Private for Group" msgstr "Приват для группы" -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:15 -msgid "Solicitar Modificación de Cuenta" +#: app/modules/web/themes/material-blue/views/account/account-request.inc:15 +msgid "Request Account Modification" msgstr "Запрос изменения учетной записи" -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:46 -msgid "Petición" -msgstr "Запрос" - -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:52 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:52 #, fuzzy -msgid "Descripción de la petición" +msgid "Request description" msgstr "Описание запроса" -#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:74 -msgid "Enviar" +#: app/modules/web/themes/material-blue/views/account/account-request.inc:74 +msgid "Send" msgstr "Отправить" -#: ../../../modules/web/themes/material-blue/views/account/account.inc:37 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:133 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:21 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:214 -msgid "Permisos" +#: app/modules/web/themes/material-blue/views/account/account.inc:37 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:133 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:21 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:214 +msgid "Permissions" msgstr "Разрешения" -#: ../../../modules/web/themes/material-blue/views/account/account.inc:218 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:98 -msgid "Seleccionar Etiquetas" +#: app/modules/web/themes/material-blue/views/account/account.inc:218 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:98 +msgid "Select Tags" msgstr "Выберите теги" -#: ../../../modules/web/themes/material-blue/views/account/account.inc:262 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:26 -msgid "Seleccionar Cuenta" +#: app/modules/web/themes/material-blue/views/account/account.inc:262 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:26 +msgid "Select Account" msgstr "Выберите учетную запись" -#: ../../../modules/web/themes/material-blue/views/account/account.inc:301 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:303 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:306 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:193 -msgid "Enlace Público" +#: app/modules/web/themes/material-blue/views/account/account.inc:301 +#: app/modules/web/themes/material-blue/views/account/account.inc:303 +#: app/modules/web/themes/material-blue/views/account/account.inc:306 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:193 +msgid "Public Link" msgstr "Публичная ссылка" -#: ../../../modules/web/themes/material-blue/views/account/account.inc:314 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:316 -#: ../../../modules/web/themes/material-blue/views/account/account.inc:319 -msgid "Enlace Directo" +#: app/modules/web/themes/material-blue/views/account/account.inc:314 +#: app/modules/web/themes/material-blue/views/account/account.inc:316 +#: app/modules/web/themes/material-blue/views/account/account.inc:319 +msgid "Direct Link" msgstr "Direct Link" -#: ../../../modules/web/themes/material-blue/views/account/details.inc:22 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:24 -msgid "Fecha Alta" +#: app/modules/web/themes/material-blue/views/account/details.inc:22 +#: app/modules/web/themes/material-blue/views/account/details.inc:24 +msgid "Date Added" msgstr "Дата создания" -#: ../../../modules/web/themes/material-blue/views/account/details.inc:60 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:62 -msgid "Fecha Edición" +#: app/modules/web/themes/material-blue/views/account/details.inc:60 +#: app/modules/web/themes/material-blue/views/account/details.inc:62 +msgid "Date Modified" msgstr "Дата изменения" -#: ../../../modules/web/themes/material-blue/views/account/details.inc:68 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:70 +#: app/modules/web/themes/material-blue/views/account/details.inc:68 +#: app/modules/web/themes/material-blue/views/account/details.inc:70 msgid "Editor" msgstr "Изменил" -#: ../../../modules/web/themes/material-blue/views/account/details.inc:78 -#: ../../../modules/web/themes/material-blue/views/account/details.inc:80 -msgid "Fecha de Clave" +#: app/modules/web/themes/material-blue/views/account/details.inc:78 +#: app/modules/web/themes/material-blue/views/account/details.inc:80 +msgid "Password Date" msgstr "Дата пароля" -#: ../../../modules/web/themes/material-blue/views/account/files.inc:37 -msgid "Soltar archivos aquí (max. 5) o click para seleccionar" +#: app/modules/web/themes/material-blue/views/account/files.inc:37 +msgid "Drop files here (max. 5) or click to select" msgstr "Перетащите файлы сюда (не более 5) или нажмите для выбора" -#: ../../../modules/web/themes/material-blue/views/account/files.inc:39 +#: app/modules/web/themes/material-blue/views/account/files.inc:39 #, php-format -msgid "Tamaño máximo de archivo: %d MB" +msgid "Maximum file size: %d MB" msgstr "Максимальный размер файла: %d MB " -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:35 -msgid "Buscar en Wiki" +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:35 +msgid "Search in Wiki" msgstr "Поиск в Wiki" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:84 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:84 #, php-format -msgid "Abrir enlace a: %s" +msgid "Open link to: %s" msgstr "Open link to: %s" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:111 -msgid "Clave Caducada" +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:111 +msgid "Password Expired" msgstr "Пароль просрочен" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:125 -msgid "Cuenta Privada (Grupo)" +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:125 +msgid "Private Account (Group)" msgstr "Private Account (Group)" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:168 -msgid "Notes" -msgstr "Notes" - -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:182 -msgid "Archivos adjuntos" +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:182 +msgid "Attachments" msgstr "Вложения" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:209 -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:220 -msgid "Enlace a Wiki" +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:209 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:220 +msgid "Link to Wiki" msgstr "Ссылка на Wiki" -#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:212 -msgid "Ver en Wiki" +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:212 +msgid "View at Wiki" msgstr "Посмотреть в WiKi" -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:59 -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:63 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:230 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:231 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:59 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:63 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:230 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:231 #, fuzzy -msgid "Búsqueda global" +msgid "Global search" msgstr "Глобальный поиск" -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:85 -msgid "Filtrar Favoritos" +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:85 +msgid "Favorites Filtering" msgstr "Фильтр избранного" -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:100 -msgid "Cuentas por página" +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:100 +msgid "Accounts per page" msgstr "Учетных записей на страницу" -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:108 -msgid "Más Filtros" +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:108 +msgid "More Filters" msgstr "Больше фильтров" -#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:113 -msgid "Seleccionar Etiqueta" +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:113 +msgid "Select Tag" msgstr "Выберите теги" -#: ../../../modules/web/themes/material-blue/views/common/aux-customfields.inc:22 -msgid "Los datos serán encriptados al guardar" +#: app/modules/web/themes/material-blue/views/common/aux-customfields.inc:22 +msgid "Data will be encrypted after saving" msgstr "Data will be encrypted after saving" -#: ../../../modules/web/themes/material-blue/views/common/aux-customfields.inc:27 -msgid "Los datos serán desencriptados al guardar" +#: app/modules/web/themes/material-blue/views/common/aux-customfields.inc:27 +msgid "Data will be unencrypted after saving" msgstr "Data will be unencrypted after saving" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:12 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:12 +#: app/modules/web/themes/material-blue/views/config/backup.inc:12 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:12 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:12 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:12 #, php-format -msgid "La extensión '%s' no está disponible" +msgid "The '%s' extension is unavailable" msgstr "The '%s' extension is unavailable" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:16 -msgid "Esta extensión es necesaria para mostrar las claves como imágenes" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:16 +msgid "This extension is needed to display passwords as images" msgstr "This extension is needed to display passwords as images" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:30 -msgid "Búsqueda" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:30 +msgid "Searching" msgstr "Поиск" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:36 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:56 -msgid "Resultados por página" -msgstr "Результатов на страницу" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:36 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:52 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:56 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:72 +msgid "Results per page" +msgstr "" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:41 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:61 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:41 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:61 #, fuzzy -msgid "Número de resultados por página a mostrar, al realizar una búsqueda." +msgid "Number of results per page to display when performing a search." msgstr "Число результатов поиска на страницу" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:52 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:72 -msgid "Número de resultados por página" -msgstr "Число результатов поиска на страницу" - -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:70 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:30 -msgid "Caducidad clave cuentas" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:30 +msgid "Accounts password expiry" msgstr "Accounts password expiry" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:71 -msgid "Habilita la caducidad de la clave de cuentas." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:71 +msgid "Enables the accounts password expiry date." msgstr "Enables the accounts password expiry date." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:79 -msgid "Tiempo caducidad clave" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:79 +msgid "Password expiry time" msgstr "Password expiry time" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:84 -msgid "Número de días para la caducidad de la clave de cuenta." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:84 +msgid "Number of days for account's password expiry date." msgstr "Number of days for account's password expiry date." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:94 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:38 -msgid "Tiempo caducidad (días)" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:94 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:38 +msgid "Expire time (days)" msgstr "Expire time (days)" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:112 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:90 -msgid "Nombre de cuenta como enlace" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:112 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:90 +msgid "Account name as link" msgstr "Имя учетной записи как ссылка" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:113 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:92 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:113 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:92 #, fuzzy -msgid "" -"Habilita el nombre de la cuenta de la búsqueda, como enlace a los detalles " -"de la cuenta." +msgid "Enables to use the account name as a link to account details." msgstr "Превращает имя учетной записи в ссылку на её детали на странице поиска" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:128 -msgid "Búsquedas globales" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:128 +msgid "Global searches" msgstr "Глобальные поиски" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:129 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:129 #, fuzzy 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." +"Allows the users to do searches that includes all accounts, they won't be " +"able to display the account details if they don't have permission." msgstr "" "Позволяет пользователям производить поиск по всем учетным записям, но при " "этом содержимое учетных записей, к которым нет доступа, не будет показано." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:144 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:154 -msgid "Imagen para mostrar clave" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:144 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:154 +msgid "Image to show password" msgstr "Показать пароль в виде изображения" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:146 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:156 -msgid "Generar una imagen con el texto de la clave de la cuenta." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:146 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:156 +msgid "Generate an image with a text of the account password." msgstr "Генерирует изображение с паролем учетной записи." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:148 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:158 -msgid "Util para entornos donde copiar la clave supone un riesgo de seguridad." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:148 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:158 +msgid "" +"Useful for environments where copying a password to clipboard is a security " +"risk." msgstr "Полезно для ситуаций, когда копирование паролей не безопасно." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:164 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:158 -msgid "Resultados en Tarjetas" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:164 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:158 +msgid "Results like Cards" msgstr "Результаты в виде карточек" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:166 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:160 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:166 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:160 #, fuzzy -msgid "Muestra los resultados de búsqueda de cuentas en formato tarjeta." +msgid "Displays account's search results on a card like format." msgstr "Включает показ учетных записей в результатах поиска в виде карточек." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:182 -msgid "Acceso Grupos Secundarios" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:182 +msgid "Secondary Groups Access" msgstr "Доступ к дополнительным группам" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:184 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:184 #, fuzzy -msgid "" -"Habilita el acceso a los usuarios que estén incluidos en los grupos " -"secundarios." +msgid "Grants access to users that are included in secondary groups." msgstr "" "Предоставляет доступ к пользователям, которые включены во вторичные группы." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:186 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:186 #, fuzzy msgid "" -"Por defecto el usuario de un grupo secundario es permitido si el grupo " -"secundario está establecido como el primario del usuario." +"By default, user in a secondary group is granted if the secondary group is " +"set as user's main group." msgstr "" "По умолчанию пользователь во вторичной группе предоставляется, если " "вторичная группа задана в качестве основной группы пользователя." #. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:197 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:378 -#: ../../../config/actions.xml:73 -msgid "Enlaces Públicos" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:197 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:378 +#: app/config/actions.xml:73 +msgid "Public Links" msgstr "Публичные ссылки" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:215 -msgid "Habilitar Enlaces Públicos" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:215 +msgid "Enable Public Links" msgstr "Включить публичные ссылки" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:217 -msgid "" -"Habilita la posibilidad de generar enlaces públicos para ver los detalles de " -"una cuenta." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:217 +msgid "Enables the ability to create public links to view an account's details" msgstr "" "Включает возможность создания публичных ссылок для просмотра деталей учетной " "записи" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:219 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:219 #, fuzzy -msgid "" -"Las cuentas enlazadas serán visibles por cualquiera que disponga del enlace." +msgid "Linked accounts will be visible by anyone that have the link." msgstr "Связанные учетные записи будут видны для всех, у кого есть ссылка." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:221 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:221 #, fuzzy msgid "" -"Para crear enlaces, los usuarios tienen que tener activada la opción en su " -"perfl." +"In order to create links, users must have activated the option on their " +"profiles." msgstr "" "Для создания ссылок пользователи должны включить соответствующую опцию в " "своем профиле." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:237 -msgid "Usar imagen para clave" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:237 +msgid "Use an image for password" msgstr "Использовать картинку для пароля" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:239 -msgid "La clave de la cuenta es visualizada como una imagen." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:239 +msgid "The account password is shown as image." msgstr "Пароль учетной записи показан как картинка." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:248 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:257 -msgid "Tiempo de caducidad" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:248 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:257 +msgid "Expire time" msgstr "Срок действия" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:263 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:272 -msgid "Número máximo de visitas" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:263 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:272 +msgid "Maximum visits" msgstr "Максимум переходов" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:298 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:411 -msgid "Gestión de archivos" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:298 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:411 +msgid "Files management" msgstr "Управление файлами" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:299 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:299 #, fuzzy -msgid "Habilita la subida/descarga de archivos para las cuentas." +msgid "Enables the uploading and downloading of accounts files." msgstr "" "Включает загрузку/скачивание файлов, которые могут прикрепляться к учетным " "записям." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:307 -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:320 -msgid "Extensiones de archivos permitidas" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:307 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:320 +msgid "Allowed file extensions" msgstr "Разрешенные расширения файлов" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:312 -msgid "Extensiones permitidas para la subida de archivos." +#: app/modules/web/themes/material-blue/views/config/accounts.inc:312 +msgid "Allowed file extensions for uploading." msgstr "Разрешенные расширения файлов для загрузки." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:315 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:315 msgid "" -"Escribir extensión y pulsar intro para añadir. Es necesario guardar la " -"configuración." +"Write the extension and press enter to add. Remember to save the " +"configuration." msgstr "" "Введите расширение и нажмите Enter для добавления. Не забудьте сохранить " "настройки." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:328 -msgid "Tamaño máximo de archivo" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:328 +msgid "Maximum file size" msgstr "Максимальный размер файла" -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:333 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:333 #, fuzzy -msgid "Establece el tamaño máximo para subir archivos." +msgid "Sets the maximum file size for uploading." msgstr "Максимальный размер загружаемого файла." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:337 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:337 #, fuzzy -msgid "El máximo absuluto es de 16MB." +msgid "Absolute maximum is 16MB." msgstr "Абсолютный максимум 16MB." -#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:348 -msgid "Tamaño máximo de archivo en kilobytes" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:348 +msgid "Maximum file size in kilobytes" msgstr "Максимальный размер файла в килобайтах" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:16 -msgid "" -"Esta extensión es necesaria para generar los archivos de copia de seguridad " -"de la aplicación" +#: app/modules/web/themes/material-blue/views/config/backup.inc:16 +msgid "This extension is needed to build the application's backup files" msgstr "This extension is needed to build the application's backup files" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:30 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:33 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:109 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:112 -msgid "Resultado" +#: app/modules/web/themes/material-blue/views/config/backup.inc:30 +#: app/modules/web/themes/material-blue/views/config/backup.inc:33 +#: app/modules/web/themes/material-blue/views/config/backup.inc:109 +#: app/modules/web/themes/material-blue/views/config/backup.inc:112 +msgid "Result" msgstr "Результат" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:41 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:44 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:120 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:123 -msgid "Descargar Actual" +#: app/modules/web/themes/material-blue/views/config/backup.inc:41 +#: app/modules/web/themes/material-blue/views/config/backup.inc:44 +#: app/modules/web/themes/material-blue/views/config/backup.inc:120 +#: app/modules/web/themes/material-blue/views/config/backup.inc:123 +msgid "Download Current" msgstr "Скачать текущий" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:51 -msgid "Copia BBDD" +#: app/modules/web/themes/material-blue/views/config/backup.inc:51 +msgid "DB Backup" msgstr "Резервная копия БД" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:58 -msgid "Copia sysPass" +#: app/modules/web/themes/material-blue/views/config/backup.inc:58 +msgid "sysPass Backup" msgstr "Резервная копия sysPass" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:80 +#: app/modules/web/themes/material-blue/views/config/backup.inc:80 #, fuzzy 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." +"The backup allows you to save and download sysPass database and application " +"files including its configuration." msgstr "" "Резервное копирование позволяет сохранять базу данных, файлы и настройки." -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:82 +#: app/modules/web/themes/material-blue/views/config/backup.inc:82 #, 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." +"With this method it's possible to either save all sysPass data in another " +"place or use it to make the application portable." msgstr "" "Используя данный метод возможно сохранить все данные sysPass и использовать " "их в portable версии" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:101 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:185 -msgid "Exportar Cuentas" +#: app/modules/web/themes/material-blue/views/config/backup.inc:101 +#: app/modules/web/themes/material-blue/views/config/backup.inc:185 +msgid "Export Accounts" msgstr "Экспорт учетных записей" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:139 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:147 -msgid "Clave de Exportación" +#: app/modules/web/themes/material-blue/views/config/backup.inc:139 +#: app/modules/web/themes/material-blue/views/config/backup.inc:147 +msgid "Export Password" msgstr "Пароль экспорта" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:153 -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:161 -msgid "Clave de Exportación (repetir)" +#: app/modules/web/themes/material-blue/views/config/backup.inc:153 +#: app/modules/web/themes/material-blue/views/config/backup.inc:161 +msgid "Export Password (repeat)" msgstr "Пароль экспорта (подтверждение)" -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:187 +#: app/modules/web/themes/material-blue/views/config/backup.inc:187 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." +"The accounts export allows you to save the accounts and their data in XML " +"format to be imported in another sysPass instance." msgstr "" "Экспорт учетных записей позволяет сохранить данные в формат XML для " "дальнейшего импорта в другие инсталляции sysPass." -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:189 +#: app/modules/web/themes/material-blue/views/config/backup.inc:189 #, fuzzy -msgid "Los elementos exportados son cuentas, clientes, categorías y etiquetas." +msgid "Exported items are accounts, clients, categories and tags." msgstr "" "Экспортированные элементы - это учетные записи, заказчики, категории и теги." -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:191 +#: app/modules/web/themes/material-blue/views/config/backup.inc:191 #, fuzzy msgid "" -"Las claves de las cuentas son exportadas de forma encriptada para mayor " -"seguridad." +"Accounts' password are exported in an encrypted way for better security." msgstr "" "Пароли учетных записей экспортируются в зашифрованном виде для улучшения " "защиты." -#: ../../../modules/web/themes/material-blue/views/config/backup.inc:193 +#: app/modules/web/themes/material-blue/views/config/backup.inc:193 #, fuzzy msgid "" -"Es posible establecer una clave de exportación para guardar todos los datos " -"encriptados en el archivo XML." +"It's possible to set an export password to save all the encrypted data in " +"the XML file." msgstr "" "Можно задать пароль для экспорта, которым будет зашифрована вся информация в " "файле XML." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:17 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:153 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:152 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:167 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:50 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:56 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:57 -#: ../../../modules/web/themes/material-blue/views/login/index.inc:102 -msgid "Clave Maestra" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:17 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:153 +#: app/modules/web/themes/material-blue/views/config/import.inc:152 +#: app/modules/web/themes/material-blue/views/config/import.inc:167 +#: app/modules/web/themes/material-blue/views/install/index.inc:50 +#: app/modules/web/themes/material-blue/views/install/index.inc:56 +#: app/modules/web/themes/material-blue/views/login/index.inc:57 +#: app/modules/web/themes/material-blue/views/login/index.inc:102 +msgid "Master Password" msgstr "Мастер-пароль" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:24 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:27 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:198 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:201 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:24 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:27 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:198 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:201 #, fuzzy -msgid "Último cambio" +msgid "Last change" msgstr "Последнее изменение" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:35 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:43 -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:142 -msgid "Clave Maestra actual" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:35 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:43 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:142 +msgid "Current Master Password" msgstr "Текущий мастер-пароль" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:49 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:57 -msgid "Nueva Clave Maestra" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:49 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:57 +msgid "New Master Password" msgstr "Новый мастер-пароль" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:63 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:71 -msgid "Nueva Clave Maestra (repetir)" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:63 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:71 +msgid "New Master Password (repeat)" msgstr "Новый мастер-пароль (подтверждение)" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:80 -msgid "Guarde la nueva clave en un lugar seguro." +#: app/modules/web/themes/material-blue/views/config/encryption.inc:80 +msgid "You should save the new password on a secure place" msgstr "Необходимо сохранить новый пароль в надежном месте" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:84 -msgid "Se volverán a encriptar las claves de todas las cuentas." +#: app/modules/web/themes/material-blue/views/config/encryption.inc:84 +msgid "All accounts passwords will be encrypted again." msgstr "Все пароли учетных записей будут зашифрованы вновь." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:88 -msgid "Los usuarios deberán de introducir la nueva clave maestra." +#: app/modules/web/themes/material-blue/views/config/encryption.inc:88 +msgid "Users will need to enter the new Master Password." msgstr "Пользователям потребуется ввести новый мастер-пароль." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:92 -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:130 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:92 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:130 #, fuzzy, php-format -msgid "" -"Se van a actualizar %s cuentas. Este proceso puede tardar algo de tiempo." +msgid "It will be updated %s accounts. This process could take some time long." msgstr "Будет обновлено %s записей. Этот процесс может занять некоторое время." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:109 -msgid "No modificar cuentas" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:109 +msgid "Do not modify accounts" msgstr "Не изменять учетные записи" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:111 -msgid "Establece una nueva clave maestra sin re-encriptar las cuentas" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:111 +msgid "Sets a new Master Password without re-encrypting the accounts." msgstr "Устанавливает мастер-пароль без повторного шифрования учетных записей." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:127 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:127 #, fuzzy -msgid "Confirmar cambio" +msgid "Confirm change" msgstr "Подтвердите изменение" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:129 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:129 msgid "" -"Confirmar el cambio de clave maestra después de haber leído las advertencias " -"anteriores." +"Confirm the master password change after you have been read all the above " +"warnings." msgstr "" "Confirm the master password change after you have been read all the above " "warnings." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:155 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:155 #, fuzzy msgid "" -"La clave maestra es utilizada para encriptar las claves de las cuentas de " -"sysPass para mantenerlas seguras." +"The Master Password is used to encrypt sysPass accounts passwords and keep " +"them safe." msgstr "" "Мастер-пароль используется для шифрования паролей учетных записей в целях " "повышения безопасности." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:157 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:157 #, fuzzy msgid "" -"Es recomendable cambiarla cada cierto tiempo y utilizar una clave compleja " -"que incluya números, letras y símbolos." +"It's advisable to change it from time to time and use a complex password " +"that includes numbers, letters and symbols." msgstr "" "Рекомендуется регулярная смена и одновременное использование цифр, букв и " "символов." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:159 -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:132 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:159 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:132 #, php-format -msgid "Para más información consulte: %s" +msgid "You could get more info on: %s" msgstr "Вы можете получить дополнительную информацию: %s" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:169 -msgid "Actualizar hash de clave maestra" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:169 +msgid "Update master password hash" msgstr "Обновить хэш мастер-пароля" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:189 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:323 -msgid "Clave Temporal" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:189 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:323 +msgid "Temporary Password" msgstr "Временный пароль" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:203 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:218 -msgid "No generada" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:203 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:218 +msgid "Not generated" msgstr "Не сгенерирован" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:208 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:211 -msgid "Válido hasta" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:208 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:211 +msgid "Valid until" msgstr "Действителен до" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:224 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:227 -msgid "Intentos" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:224 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:227 +msgid "Attempts" msgstr "Попыток" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:234 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:244 -msgid "Validez (s)" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:234 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:244 +msgid "Life (s)" msgstr "Срок действия (секунды)" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:263 -msgid "Enviar correo" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:263 +msgid "Send email" msgstr "Отправить письмо" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:265 -msgid "" -"Envía un correo a todos los usuarios o sólo a los del grupo seleccionado." +#: app/modules/web/themes/material-blue/views/config/encryption.inc:265 +msgid "Sends an email to all users or only to those whose group is selected." msgstr "Отправить письмо всем пользователям или выбранным группам" -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:325 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:325 #, 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." +"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." msgstr "" "Временный пароль используется как мастер-пароль для пользователей, которым " "необходимо войти и которым не предоставляется мастер-пароль." -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:332 -msgid "Generar" +#: app/modules/web/themes/material-blue/views/config/encryption.inc:332 +msgid "Generate" msgstr "Сгенерировать пароль" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:12 -msgid "Autentificación" -msgstr "Аутентификация" - -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:30 -msgid "Usar Auth Basic" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:30 +msgid "Use Auth Basic" msgstr "Use Auth Basic" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:31 -msgid "Usar Auth Basic para autorizar los accesos a la aplicación." +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:31 +msgid "Use Auth Basic for authorizing accesses to the application" msgstr "Use Auth Basic for authorizing accesses to the application" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:45 -msgid "Usar Auth Basic SSO" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:45 +msgid "Use Auth Basic SSO" msgstr "Use Auth Basic SSO" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:46 -msgid "Usar auto-login con Auth Basic." +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:46 +msgid "Use auto-login through Auth Basic" msgstr "Use auto-login through Auth Basic" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:54 -msgid "Dominio" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:54 +msgid "Domain" msgstr "Domain" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:59 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:59 msgid "" -"El dominio será añadido al nombre de usuario de sysPass para comprobarlo con " -"el de Auth Basic." +"The domain will be added to sysPass user name for checking against the Auth " +"Basic one." msgstr "" "The domain will be added to sysPass user name for checking against the Auth " "Basic one." -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:69 -msgid "Nombre de dominio" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:69 +msgid "Domain name" msgstr "Domain name" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:75 -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:85 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:45 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:55 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:239 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:249 -msgid "Grupo por Defecto" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:75 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:85 +#: app/modules/web/themes/material-blue/views/config/import.inc:45 +#: app/modules/web/themes/material-blue/views/config/import.inc:55 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:239 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:249 +msgid "Default Group" msgstr "Группа по умолчанию" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:80 -msgid "" -"Define el grupo de usuarios por defecto para los nuevos usuarios de SSO." +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:80 +msgid "Sets the default users group for newly created SSO users" msgstr "Sets the default users group for newly created SSO users" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:100 -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:110 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:264 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:274 -msgid "Perfil por Defecto" +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:100 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:110 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:264 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:274 +msgid "Default Profile" msgstr "Профиль по умолчанию" -#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:105 -msgid "" -"Define el perfil de usuarios por defecto para los nuevos usuarios de SSO." +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:105 +msgid "Sets the default profile for the newly created SSO users." msgstr "Sets the default profile for the newly created SSO users." -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:98 -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:101 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:173 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:176 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:70 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:72 -msgid "Eventos" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:12 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:98 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:101 +#: app/modules/web/themes/material-blue/views/config/mail.inc:173 +#: app/modules/web/themes/material-blue/views/config/mail.inc:176 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:70 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:72 +msgid "Events" msgstr "События" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:30 -msgid "Habilitar log de eventos" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:30 +msgid "Enable event log" msgstr "Включить журнал событий" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:31 -msgid "Guarda las acciones realizadas en la aplicación." +#: app/modules/web/themes/material-blue/views/config/general-events.inc:31 +msgid "Saves the actions done by the application." msgstr "Вести запись действий в программе." -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:45 -msgid "Habilitar Syslog" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:45 +msgid "Enable Syslog" msgstr "Включить Syslog" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:60 -msgid "Habilitar Syslog Remoto" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:60 +msgid "Enable Remote Syslog" msgstr "Включить удаленный Syslog" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:70 -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:39 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:75 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:78 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:94 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:119 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:59 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:66 -msgid "Servidor" -msgstr "Сервер" - -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:78 -msgid "Nombre o dirección IP" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:78 +msgid "Hostname or IP address" msgstr "Хост или IP-адрес" -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:84 -#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:92 -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:53 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:72 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:79 -msgid "Puerto" +#: app/modules/web/themes/material-blue/views/config/general-events.inc:84 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:92 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:53 +#: app/modules/web/themes/material-blue/views/config/mail.inc:72 +#: app/modules/web/themes/material-blue/views/config/mail.inc:79 +msgid "Port" msgstr "Порт" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:12 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:12 msgid "Proxy" msgstr "Прокси" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:30 -msgid "Usar Proxy" +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:30 +msgid "Use Proxy" msgstr "Использовать прокси" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:31 -msgid "Usar proxy para comprobación de actualizaciones y notificaciones." +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:31 +msgid "Use a proxy server for checking out for updates and notifications." msgstr "Use a proxy server for checking out for updates and notifications." -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:47 -msgid "Servidor proxy" +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:47 +msgid "Proxy server" msgstr "Прокси-сервер" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:61 -msgid "Puerto del servidor proxy" +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:61 +msgid "Proxy server port" msgstr "Порт прокси-сервера" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:75 -msgid "Usuario del servidor proxy" +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:75 +msgid "Proxy server user" msgstr "Пользователь для прокси-сервера" -#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:89 -msgid "Clave del servidor proxy" +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:89 +msgid "Proxy server password" msgstr "Пароль для прокси-сервера" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:16 -msgid "" -"Esta extensión es necesaria comprobar las actualizaciones y notificaciones" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:16 +msgid "This extension is needed to check for sysPass updates and notices" msgstr "This extension is needed to check for sysPass updates and notices" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:24 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:15 -msgid "Sitio" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:24 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:15 +msgid "Site" msgstr "Сайт" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:30 -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:44 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:107 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:121 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:137 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:139 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:26 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:28 -msgid "Idioma" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:30 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:44 +#: app/modules/web/themes/material-blue/views/config/info.inc:107 +#: app/modules/web/themes/material-blue/views/config/info.inc:121 +#: app/modules/web/themes/material-blue/views/install/index.inc:137 +#: app/modules/web/themes/material-blue/views/install/index.inc:139 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:26 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:28 +msgid "Language" msgstr "Язык" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:35 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:35 #, fuzzy msgid "" -"Establece el idioma global de la aplicación. Es posible establecer un idioma " -"por usuario en las preferencias." +"Sets the global app language. You can set a per user language on preferences." msgstr "" "Устанавливает глобальную настройку языка программы. Каждый пользователь " "может изменить язык в своих настройках." -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:39 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:39 #, fuzzy msgid "" -"Para mejorar/añadir las traducciones, puede colaborar en https://poeditor." -"com/join/project/fmlsBuugyv" +"To improve/add translations, you can get involved at https://poeditor.com/" +"join/project/fmlsBuugyv" msgstr "" "Для улучшения/добавления переводов Вы можете перейти по ссылке https://" "poeditor.com/join/project/fmlsBuugyv" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:57 -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:67 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:40 -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:42 -msgid "Tema Visual" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:57 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:67 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:40 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:42 +msgid "Visual Theme" msgstr "Тема" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:62 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:62 #, fuzzy msgid "" -"Establece el tema visual global de la aplicación. Es posible establecer un " -"tema visual por usuario en las preferencias." +"Sets the global application visual theme. You can set a per user visual " +"theme on preferences." msgstr "" "Устанавливает тему визуального оформления приложения. Каждый пользователь " "может изменить тему в своих настройках." -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:81 -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:89 -msgid "Timeout de sesión (s)" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:81 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:89 +msgid "Session timeout (s)" msgstr "Таймаут сессии (секунды)" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:107 -msgid "Forzar HTTPS" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:107 +msgid "Force HTTPS" msgstr "Форсировать HTTPS" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:108 -msgid "Fuerza para que todas las conexiones sean a través de HTTPS." +#: app/modules/web/themes/material-blue/views/config/general-site.inc:108 +msgid "It forces the use of HTTPS on all the connections" msgstr "Форсировать все соединения через HTTPS." -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:122 -msgid "Habilitar depuración" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:122 +msgid "Enable debug" msgstr "Включить отладку" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:123 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:123 #, fuzzy msgid "" -"Muestra información relativa a la configuración de la aplicación y " -"rendimiento." +"Displays some information about application configuration and performance." msgstr "Показывает информацию о программе и производительности." -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:137 -msgid "Modo mantenimiento" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:137 +msgid "Maintenance mode" msgstr "Режим обслуживания" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:138 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:138 #, fuzzy msgid "" -"En este modo no se puede acceder a la aplicación. Para deshabilitarlo es " -"necesario modificar el archivo de configuración." +"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." msgstr "" "В данном режиме войти в программу невозможно. Для его отключения необходимо " "редактировать файл конфигурации." -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:152 -msgid "Comprobar actualizaciones" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:152 +msgid "Check for updates" msgstr "Проверка обновлений" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:153 -msgid "" -"Comprobar actualizaciones de la aplicación (sólo para los usuarios " -"administradores)." +#: app/modules/web/themes/material-blue/views/config/general-site.inc:153 +msgid "Check for application updates (only for administrators)." msgstr "Проверяет обновления программы (только для администраторов)." -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:167 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:167 #, fuzzy -msgid "Comprobar notificaciones" +msgid "Check for notifications" msgstr "Проверка уведомлений" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:168 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:168 #, fuzzy msgid "" -"Comprobar si existen notificaciones de seguridad o avisos de sysPass (sólo " -"para los usuarios administradores)." +"Check if there are either sysPass security or warning notices (only for " +"administrators)." msgstr "" "Проверяет на наличие уведомлений безопасности (только для администраторов)." -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:182 -msgid "Encriptar Sesión" +#: app/modules/web/themes/material-blue/views/config/general-site.inc:182 +msgid "Encrypt Session" msgstr "Зашифровать сеанс" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:184 -msgid "Encriptar los datos de la sesión de PHP." +#: app/modules/web/themes/material-blue/views/config/general-site.inc:184 +msgid "Encrypt PHP session data" msgstr "Шифрование данных сеанса PHP" -#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:185 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:185 msgid "" -"Esta funcionalidad incrementa la seguridad de las sesiones de PHP ya que los " -"datos almacenados no serán legibles." +"This feature increases the PHP sessions security, because the stored data " +"won't be readable." msgstr "" "Эта функция повышает безопасность сеансов PHP, поскольку сохраненные данные " "не будут читаемыми." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:12 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:103 -msgid "Importar CSV/XML" +#: app/modules/web/themes/material-blue/views/config/import.inc:12 +#: app/modules/web/themes/material-blue/views/config/import.inc:103 +msgid "CSV/XML Import" msgstr "Импорт CSV/XML" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:18 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:28 -msgid "Usuario por Defecto" +#: app/modules/web/themes/material-blue/views/config/import.inc:18 +#: app/modules/web/themes/material-blue/views/config/import.inc:28 +msgid "Default User" msgstr "Пользователь по умолчанию" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:23 +#: app/modules/web/themes/material-blue/views/config/import.inc:23 #, fuzzy -msgid "Define el usuario por defecto para las cuentas importadas." +msgid "Sets the default user for the accounts imported." msgstr "Задает пользователя по умолчанию для импортируемых учетных записей." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:50 +#: app/modules/web/themes/material-blue/views/config/import.inc:50 #, fuzzy -msgid "Define el grupo por defecto para las cuentas importadas." +msgid "Sets the default group for the accounts imported." msgstr "Задает группу по умолчанию для импортируемых учетных записей." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:72 -msgid "Archivo" -msgstr "Файл" - -#: ../../../modules/web/themes/material-blue/views/config/import.inc:75 -msgid "Soltar archivo aquí o click para seleccionar" +#: app/modules/web/themes/material-blue/views/config/import.inc:75 +msgid "Drop files here or click to select" msgstr "Перетащите файл сюда или нажмите для выбора" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:105 +#: app/modules/web/themes/material-blue/views/config/import.inc:105 #, fuzzy msgid "" -"Permite realizar la importación de Cuentas, Categorías y Clientes desde " -"archivos XML y CSV." +"Allows to import Accounts, Categories and Clients from XML or CSV files." msgstr "" "Выполняет импорт учетных записей, категорий и заказчиков из файлов XML и CSV." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:107 +#: app/modules/web/themes/material-blue/views/config/import.inc:107 #, fuzzy -msgid "" -"Los formatos de archivos XML soportados son: sysPass, KeePass y KeePassX" +msgid "Supported XML file formats are: sysPass, KeePass and KeePassX" msgstr "Поддерживаемые форматы файлов XML: sysPass, KeePass и KeePassX" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:109 +#: app/modules/web/themes/material-blue/views/config/import.inc:109 #, fuzzy -msgid "" -"Arrastar el archivo a importar a la zona indicada o hacer click sobre la " -"flecha." +msgid "Drag & Drop the file into the import zone or click over the arrow." msgstr "" "Перетащите файл для импорта в выделенную зону или нажмите на стрелочку." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:111 +#: app/modules/web/themes/material-blue/views/config/import.inc:111 #, 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." +"For KeePass or KeePassX files, client name will be KeePass or KeePassX and " +"category name like groups name." msgstr "" "При импорте из KeePass или KeePassX, имя заказчика будет KeePass или " "KeePassX, а в качестве категории будет указано имя группы." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:113 -msgid "La importación de archivos CSV se realiza con el siguiente formato:" +#: app/modules/web/themes/material-blue/views/config/import.inc:113 +msgid "The CSV import file requires the following format:" msgstr "Файл CSV должен быть в формате:" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:115 +#: app/modules/web/themes/material-blue/views/config/import.inc:115 #, fuzzy msgid "" -"\"nombre_de_cuenta\";\"cliente\";\"categoría\";\"url\";\"usuario\";\"clave\";" -"\"notas\"" +"\"account_name\";\"client\";\"category\";\"url\";\"user\";\"password\";" +"\"notes\"" msgstr "" "\"account_name\";\"customer\";\"category\";\"url\";\"user\";\"password\";" "\"notes\" " -#: ../../../modules/web/themes/material-blue/views/config/import.inc:117 +#: app/modules/web/themes/material-blue/views/config/import.inc:117 #, fuzzy msgid "" -"En todos los casos, si el cliente o la categoría no están creados, se crean " -"automáticamente." +"In all cases, if the client or category do not exist they will be created " +"automatically." msgstr "Если заказчика или категории нет, они будут автоматически созданы." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:125 +#: app/modules/web/themes/material-blue/views/config/import.inc:125 msgid "XML" msgstr "XML" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:131 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:146 -msgid "Clave de Importación" +#: app/modules/web/themes/material-blue/views/config/import.inc:131 +#: app/modules/web/themes/material-blue/views/config/import.inc:146 +msgid "Import Password" msgstr "Пароль для импорта (если требуется)" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:136 -msgid "Sólo es necesaria para archivos XML de sysPass encriptados." +#: app/modules/web/themes/material-blue/views/config/import.inc:136 +msgid "It's only needed for sysPass XML files that have been encrypted." msgstr "Это необходимо только для зашифрованных XML файлов syspass'а " -#: ../../../modules/web/themes/material-blue/views/config/import.inc:157 +#: app/modules/web/themes/material-blue/views/config/import.inc:157 #, fuzzy msgid "" -"Sólo es necesaria para archivos XML de sysPass con clave maestra distinta de " -"la actual." +"It's only needed for sysPass XML files that have been encrypted with a " +"different master password from the current one." msgstr "" "Это необходимо только для XML файлов syspass'а, зашифрованных мастер-паролем " "отличным от текущего." -#: ../../../modules/web/themes/material-blue/views/config/import.inc:174 +#: app/modules/web/themes/material-blue/views/config/import.inc:174 msgid "CSV" msgstr "CSV" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:180 -#: ../../../modules/web/themes/material-blue/views/config/import.inc:195 -msgid "Delimitador CSV" +#: app/modules/web/themes/material-blue/views/config/import.inc:180 +#: app/modules/web/themes/material-blue/views/config/import.inc:195 +msgid "CSV delimiter" msgstr "Разделитель CSV" -#: ../../../modules/web/themes/material-blue/views/config/import.inc:185 -msgid "Sólo es necesario para archivos CSV." +#: app/modules/web/themes/material-blue/views/config/import.inc:185 +msgid "It's only needed for CSV files." msgstr "Это необходимо только для CSV файлов." -#: ../../../modules/web/themes/material-blue/views/config/info.inc:14 -msgid "Información de la Aplicación" +#: app/modules/web/themes/material-blue/views/config/info.inc:14 +msgid "Application Information" msgstr "О программе" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:20 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:23 -msgid "Versión sysPass" +#: app/modules/web/themes/material-blue/views/config/info.inc:20 +#: app/modules/web/themes/material-blue/views/config/info.inc:23 +msgid "sysPass version" msgstr "Версия sysPass" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:30 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:33 -msgid "Base de Datos" +#: app/modules/web/themes/material-blue/views/config/info.inc:30 +#: app/modules/web/themes/material-blue/views/config/info.inc:33 +msgid "Database" msgstr "База данных" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:44 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:47 +#: app/modules/web/themes/material-blue/views/config/info.inc:44 +#: app/modules/web/themes/material-blue/views/config/info.inc:47 msgid "PHP" msgstr "PHP" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:49 -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:34 -msgid "Versión" -msgstr "Версия" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:51 -msgid "Extensiones" +#: app/modules/web/themes/material-blue/views/config/info.inc:51 +msgid "Extensions" msgstr "Расширения" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:55 -msgid "Extensiones no disponibles" +#: app/modules/web/themes/material-blue/views/config/info.inc:55 +msgid "Unavailable extensions" msgstr "Unavailable extensions" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:59 -msgid "Memoria Usada" +#: app/modules/web/themes/material-blue/views/config/info.inc:59 +msgid "Used Memory" msgstr "Используемая память" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:63 -msgid "Tasa de descarga" +#: app/modules/web/themes/material-blue/views/config/info.inc:63 +msgid "Download rate" msgstr "Download rate" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:66 +#: app/modules/web/themes/material-blue/views/config/info.inc:66 msgid "OP Cache" msgstr "OP кеш" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:85 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:88 -msgid "Copia de Configuración" +#: app/modules/web/themes/material-blue/views/config/info.inc:85 +#: app/modules/web/themes/material-blue/views/config/info.inc:88 +msgid "Configuration Backup" msgstr "Резервная копия конфигурации" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:98 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:180 +#: app/modules/web/themes/material-blue/views/config/info.inc:98 +#: app/modules/web/themes/material-blue/views/config/info.inc:180 #, php-format -msgid "Descargar %s" +msgid "Download %s" msgstr "Download %s" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:112 -msgid "Indica si el idioma se encuentra disponible" +#: app/modules/web/themes/material-blue/views/config/info.inc:112 +msgid "Tells whether the language is available or not." msgstr "Сообщает доступен язык или нет." -#: ../../../modules/web/themes/material-blue/views/config/info.inc:116 +#: app/modules/web/themes/material-blue/views/config/info.inc:116 msgid "" -"Si no está instalado, es necesario instalar las locales en el sistema " -"operativo. Más información en Wiki." +"If it is not installed, you would need install the right operating system " +"locales. More info at Wiki." msgstr "" "Если не установлено, то необходимо установить правильные локали в ОС. " "Подробности в WiKi." -#: ../../../modules/web/themes/material-blue/views/config/info.inc:128 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:138 -msgid "Sesión Encriptada" +#: app/modules/web/themes/material-blue/views/config/info.inc:128 +#: app/modules/web/themes/material-blue/views/config/info.inc:138 +msgid "Encrypted Session" msgstr "Зашифрованная сессия" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:133 +#: app/modules/web/themes/material-blue/views/config/info.inc:133 #, fuzzy -msgid "Indica si los datos de la sesión están encriptados en el servidor" +msgid "Tells whether the session data are encrypted in the server side or not" msgstr "Сообщает, зашифрованы ли данные сеанса на сервере или нет" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:140 -msgid "Sí" -msgstr "Да" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:140 -msgid "No" -msgstr "Нет" - -#: ../../../modules/web/themes/material-blue/views/config/info.inc:145 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:148 -msgid "Plugins Cargados" +#: app/modules/web/themes/material-blue/views/config/info.inc:145 +#: app/modules/web/themes/material-blue/views/config/info.inc:148 +msgid "Loaded Plugins" msgstr "Загруженные плагины" -#: ../../../modules/web/themes/material-blue/views/config/info.inc:171 -#: ../../../modules/web/themes/material-blue/views/config/info.inc:174 -msgid "Archivo de log" +#: app/modules/web/themes/material-blue/views/config/info.inc:171 +#: app/modules/web/themes/material-blue/views/config/info.inc:174 +msgid "Log file" msgstr "Log file" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:16 -msgid "Esta extensión es necesaria conectar con el servidor de LDAP" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:16 +msgid "This extension is needed to connect to the LDAP server" msgstr "This extension is needed to connect to the LDAP server" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:46 -msgid "Habilitar LDAP" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:46 +msgid "Enable LDAP" msgstr "Включить LDAP" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:48 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:48 #, fuzzy -msgid "Habilita de autentificación mediante servidor LDAP." +msgid "Enables authentication against an LDAP server." msgstr "Включает аутентификацию по LDAP" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:50 -msgid "Este método utilizará MySQL en caso de fallo." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:50 +msgid "This method will use MySQL as fallback." msgstr "Этот метод будет переключаться на MySQL при сбоях." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:65 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:65 msgid "Active Directory" msgstr "Active Directory" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:67 -msgid "Habilita el modo de conexión con LDAP de Active Directory." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:67 +msgid "Enables Active Directory LDAP connection mode." msgstr "Включает режим подключения Active Directory к серверу LDAP." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:84 -msgid "Habilita la conexión mediante TLS." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:84 +msgid "Enables the connection over TLS" msgstr "Enables the connection over TLS" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:99 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:99 #, fuzzy -msgid "Nombre o dirección IP del servidor de LDAP." +msgid "Hostname or IP address of LDAP server." msgstr "Адрес сервера LDAP." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:103 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:134 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:185 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:219 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:131 -msgid "Ejemplos:" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:103 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:134 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:185 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:219 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:131 +msgid "Examples:" msgstr "Примеры:" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:125 -msgid "Usuario de conexión" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:125 +msgid "Bind User" msgstr "Пользователь для подключения" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:130 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:130 #, fuzzy -msgid "Usuario para conectar con el servicio de LDAP." +msgid "User to connect to LDAP service." msgstr "Пользователь для подключения к серверу LDAP." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:155 -msgid "Clave de conexión" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:155 +msgid "Bind Password" msgstr "Пароль для подключения" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:160 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:160 #, fuzzy -msgid "Clave del usuario de conexión a LDAP." +msgid "LDAP connection user's password" msgstr "Пароль пользователя для подключения к LDAP." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:176 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:200 -msgid "Base de búsqueda" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:176 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:200 +msgid "Search base" msgstr "Начинать поиск с" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:181 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:181 #, fuzzy -msgid "Base en la que realizar la búsqueda de usuarios de LDAP." +msgid "LDAP base to perform the LDAP users search." msgstr "Откуда начинать поиск в LDAP." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:211 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:211 #, fuzzy -msgid "" -"Grupo de LDAP al que debe de pertenecer el usuario para permitir el acceso." +msgid "LDAP group which user must belong to for granting to log in." msgstr "" "Пользователи из LDAP должны состоять в указанной группе для получения " "доступа." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:215 -msgid "Este grupo debe de estar ubicado en la base de búsquedas de LDAP." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:215 +msgid "This group needs to be placed in the LDAP search base." msgstr "" "Эта группа должна быть расположена в пространстве, в котором осуществляется " "поиск в LDAP." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:244 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:244 #, fuzzy -msgid "" -"Define el grupo de usuarios por defecto para los nuevos usuarios de LDAP." +msgid "Sets the default users group for newly created LDAP users" msgstr "Задает группу по умолчанию для новых пользователей из LDAP" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:269 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:269 #, fuzzy -msgid "" -"Define el perfil de usuarios por defecto para los nuevos usuarios de LDAP." +msgid "Sets the default profile for the newly created LDAP users." msgstr "Задает профиль по умолчанию для новых пользователей из LDAP." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:321 -msgid "Importación" -msgstr "Import" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:321 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:494 +msgid "Import" +msgstr "" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:327 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:337 -msgid "Atributo Login" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:327 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:337 +msgid "Login Attribute" msgstr "Login Attribute" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:332 -msgid "" -"Define el atributo a utilizar para el login del usuario en la importación." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:332 +msgid "Defines the attribute for the user's login when importing." msgstr "Определяет атрибут входа пользователя при импорте." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:350 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:360 -msgid "Atributo Nombre" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:350 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:360 +msgid "Name Attribute" msgstr "Login Attribute" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:355 -msgid "" -"Define el atributo a utilizar para el nombre del usuario en la importación." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:355 +msgid "Defines the attribute for the user's name when importing." msgstr "Определяет атрибут для имени пользователя при импорте." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:385 -msgid "Importar Grupos" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:385 +msgid "Import Groups" msgstr "Import Groups" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:394 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:404 -msgid "Atributo Nombre Grupo" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:394 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:404 +msgid "Group Name Attribute" msgstr "Group Name Attribute" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:399 -msgid "" -"Define el atributo a utilizar para el nombre del grupo en la importación." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:399 +msgid "Defines the attribute for the user group name when importing." msgstr "Defines the attribute for the user group name when importing." -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:415 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:429 -msgid "Filtro" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:415 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:429 +msgid "Filter" msgstr "Filter" -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:420 -msgid "Filtro para importar usuarios o grupos de LDAP." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:420 +msgid "Filter for importing LDAP users or groups." msgstr "Filter for importing LDAP users or groups." -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:33 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:34 -msgid "Habilitar notificaciones de correo" +#: app/modules/web/themes/material-blue/views/config/mail.inc:33 +#: app/modules/web/themes/material-blue/views/config/mail.inc:34 +msgid "Enable email notifications" msgstr "Включить уведомления по email" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:48 -msgid "Habilitar peticiones por correo" +#: app/modules/web/themes/material-blue/views/config/mail.inc:48 +msgid "Enable requests by email" msgstr "Включить запросы по email" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:50 +#: app/modules/web/themes/material-blue/views/config/mail.inc:50 #, fuzzy msgid "" -"Habilita que los usuarios puedan solicitar modificaciones o acceso a las " -"cuentas sin permisos." +"Allows users to request for either modifications to existing accounts or " +"access to accounts which they have no rights on." msgstr "" "Включить возможность создания запроса на изменение учетных записей, к " "которым у пользователя нет прав доступа." -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:97 -msgid "Habilitar Autentificación" +#: app/modules/web/themes/material-blue/views/config/mail.inc:97 +msgid "Enable Authentication" msgstr "Включить аутентификацию" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:132 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:135 -msgid "Seguridad" +#: app/modules/web/themes/material-blue/views/config/mail.inc:132 +#: app/modules/web/themes/material-blue/views/config/mail.inc:135 +msgid "Security" msgstr "Безопасность" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:138 -msgid "Deshabilitada" -msgstr "Отключена" - -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:148 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:156 +#: app/modules/web/themes/material-blue/views/config/mail.inc:148 +#: app/modules/web/themes/material-blue/views/config/mail.inc:156 #, fuzzy -msgid "Dirección de correo de envío" +msgid "Recipient email address" msgstr "Email получателя" -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:162 -#: ../../../modules/web/themes/material-blue/views/config/mail.inc:165 -msgid "Destinatarios" +#: app/modules/web/themes/material-blue/views/config/mail.inc:162 +#: app/modules/web/themes/material-blue/views/config/mail.inc:165 +msgid "Recipients" msgstr "Recipients" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:16 -msgid "Esta extensión es necesaria conectar con DokuWiki" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:16 +msgid "This extension is needed to connect with DokuWiki" msgstr "This extension is needed to connect with DokuWiki" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:47 -msgid "Habilitar enlaces Wiki" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:47 +msgid "Enable Wiki links" msgstr "Включить ссылки Wiki" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:48 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:48 #, fuzzy msgid "" -"Habilita la opción de añadir un enlace a Wiki externa para los resultados de " -"la búsqueda." +"Enables the option to add a link to search for results in an external Wiki." msgstr "" "Включает возможность добавления внешней ссылки на страницу результатов " "поиска учетной записи в Wiki." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:56 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:83 -msgid "URL de búsqueda Wiki" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:56 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:83 +msgid "Wiki search URL" msgstr "URL для поиска в Wiki" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:61 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:61 #, fuzzy -msgid "URL que utiliza la wiki para realizar una búsqueda de una página." +msgid "URL that Wiki uses for making an entry searching." msgstr "URL системы поиска в WiKi." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:65 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:65 #, fuzzy -msgid "Como parámetro se utiliza el nombre del cliente." +msgid "The client's name is used as parameter." msgstr "Использует имя заказчика как параметр." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:69 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:102 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:187 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:214 -msgid "Ejemplo:" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:69 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:102 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:187 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:214 +msgid "Example:" msgstr "Пример:" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:89 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:116 -msgid "URL de página en Wiki" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:89 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:116 +msgid "Wiki page URL" msgstr "URL на страницы Wiki" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:94 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:94 #, fuzzy -msgid "URL que utiliza la wiki para acceder a los detalles de una página." +msgid "URL that Wiki uses for accessing to the entry details." msgstr "URL страницы с данными из WiKi." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:98 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:98 #, fuzzy -msgid "" -"El nombre de la cuenta se utiliza como parámetro de la variable de búsqueda " -"de la Wiki." +msgid "Account's name is used as parameter of Wiki search variable." msgstr "Имя учетной записи используется как параметр поиска в WiKi." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:122 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:136 -msgid "Prefijo para nombre de cuenta" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:122 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:136 +msgid "Account name prefix" msgstr "Префикс учетной записи" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:127 -msgid "" -"Prefijo para determinar qué cuentas tienen un enlace a una página de la Wiki." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:127 +msgid "Prefix to determine which accounts have a link to the Wiki." msgstr "Префикс учетных записей, для которых создавать ссылку на WiKi." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:146 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:146 msgid "DokuWiki API" msgstr "DokuWiki API" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:164 -msgid "Habilitar API de DokuWiki" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:164 +msgid "Enable DokuWiki API" msgstr "Включить DokuWiki API" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:166 -msgid "" -"Habilita la conexión a la API XML-RPC de DokuWiki para los enlaces Wiki." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:166 +msgid "Enables DokuWiki XML-RPC API for Wiki links." msgstr "Включает DokuWiki XML-RPC API для ссылок на WiKi." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:168 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:168 msgid "" -"Para que esta característica funcione, es necesario habilitar los enlaces " -"Wiki para el filtrado de cuentas." +"In order to get this feature working, you should enable Wiki links for " +"accounts filtering" msgstr "" "Для работы данной функции необходимо включить ссылки на WiKi для фильтрации " "учетных записей" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:178 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:199 -msgid "URL API" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:178 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:199 +msgid "API URL" msgstr "API URL" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:183 -msgid "URL de la API de DokuWiki." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:183 +msgid "DokuWiki API URL" msgstr "DokuWiki API URL" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:205 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:227 -msgid "URL Base" +#: app/modules/web/themes/material-blue/views/config/wiki.inc:205 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:227 +msgid "Base URL" msgstr "Base URL" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:210 -msgid "URL base de DokuWiki." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:210 +msgid "DokuWiki base URL" msgstr "DokuWiki base URL" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:238 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:238 #, fuzzy -msgid "Usuario para conectar a la API de DokuWiki." +msgid "User for connecting to the DokuWiki API." msgstr "Пользователь для подключения к DokuWiki API." -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:266 -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:282 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:266 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:282 msgid "Namespace" msgstr "Пространство имен" -#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:271 -msgid "Namespace utilizado para buscar las páginas." +#: app/modules/web/themes/material-blue/views/config/wiki.inc:271 +msgid "Namespace used to search pages." 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:170 -#: ../../../modules/web/themes/material-blue/views/install/index.inc:172 -msgid "Instalar" +#: app/modules/web/themes/material-blue/views/error/error-database.inc:17 +#: app/modules/web/themes/material-blue/views/error/error-database.inc:19 +#: app/modules/web/themes/material-blue/views/install/index.inc:170 +#: app/modules/web/themes/material-blue/views/install/index.inc:172 +msgid "Install" msgstr "Установка" -#: ../../../modules/web/themes/material-blue/views/grid/datagrid-nav-full.inc:18 -msgid "Filtro ON" +#: app/modules/web/themes/material-blue/views/grid/datagrid-nav-full.inc:18 +msgid "Filter ON" msgstr "Включен фильтр" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:11 +#: app/modules/web/themes/material-blue/views/install/index.inc:11 #, php-format -msgid "Instalación %s" +msgid "Installation %s" msgstr "Установка %s" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:21 -msgid "Admin de sysPass" +#: app/modules/web/themes/material-blue/views/install/index.inc:21 +msgid "sysPass Admin" msgstr "sysPass Admin" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:29 -msgid "Usuario administrador de sysPass" +#: app/modules/web/themes/material-blue/views/install/index.inc:29 +msgid "sysPass admin user" msgstr "Учетная запись администратора sysPass" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:37 -msgid "Login del usuario administrador de sysPass" +#: app/modules/web/themes/material-blue/views/install/index.inc:37 +msgid "sysPass administrator's login" msgstr "Учетная запись администратора sysPass" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:69 -msgid "Configurar BBDD" +#: app/modules/web/themes/material-blue/views/install/index.inc:69 +msgid "DB Configuration" msgstr "Конфигурация БД" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:79 -msgid "Usuario acceso BBDD" +#: app/modules/web/themes/material-blue/views/install/index.inc:79 +msgid "DB access user" msgstr "Пользователь DB" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:87 +#: app/modules/web/themes/material-blue/views/install/index.inc:87 #, fuzzy -msgid "Usuario con permisos de administrador de MySQL" +msgid "An user with MySQL admin rights" msgstr "Используйте учетную запись с правами администратора базы данных" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:95 -msgid "Clave acceso BBDD" +#: app/modules/web/themes/material-blue/views/install/index.inc:95 +msgid "DB access password" msgstr "Пароль DB" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:104 -msgid "Nombre BBDD para sysPass" +#: app/modules/web/themes/material-blue/views/install/index.inc:104 +#: app/modules/web/themes/material-blue/views/install/index.inc:112 +msgid "sysPass database name" msgstr "Имя базы данных sysPass" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:112 -msgid "Nombre de la base de datos para sysPass" -msgstr "Имя базы данных sysPass" - -#: ../../../modules/web/themes/material-blue/views/install/index.inc:121 -msgid "Servidor BBDD para sysPass" +#: app/modules/web/themes/material-blue/views/install/index.inc:121 +msgid "sysPass database server" msgstr "Сервер DB" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:129 +#: app/modules/web/themes/material-blue/views/install/index.inc:129 #, fuzzy -msgid "Nombre del servidor para instalar la base de datos de sysPass" +msgid "Server name to install sysPass database" msgstr "Имя сервера базы данных sysPass" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:149 -msgid "Modo Hosting" +#: app/modules/web/themes/material-blue/views/install/index.inc:149 +msgid "Hosting Mode" msgstr "Режим хостинга" -#: ../../../modules/web/themes/material-blue/views/install/index.inc:156 -msgid "No crea ni verifica los permisos del usuario sobre la BBDD" +#: app/modules/web/themes/material-blue/views/install/index.inc:156 +msgid "It does not create or verify the user's permissions on the DB" msgstr "Права доступа к БД не создаются и не проеряются" -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:22 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:28 -msgid "Otros" +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:28 +msgid "Others" msgstr "Другие" -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:64 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:66 -msgid "Creador" +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:66 +msgid "Creator" msgstr "Создатель" -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:134 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:155 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:184 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:206 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:134 -msgid "Eliminar" -msgstr "Удалить" - -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:232 -#: ../../../modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:234 -msgid "Eliminar Historial" +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:232 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:234 +msgid "Delete History" msgstr "Delete History" -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:64 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:19 -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:92 -msgid "Opciones" +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:19 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:92 +msgid "Options" msgstr "Опции" -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:67 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:71 -msgid "Regenerar Autorización" +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:67 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:71 +msgid "Refresh Authorization" msgstr "Обновить авторизацию" -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:77 -#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:79 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:77 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:79 msgid "Token" msgstr "Токен" -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:54 -msgid "Indica si el cliente es visible para todos los usuarios." +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:54 +msgid "Sets whether the client is visible by all users" msgstr "Sets whether the client is visible by all users" -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:57 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:57 msgid "" -"Por defecto los clientes asignados a cuentas sólo son visibles para los " -"usuarios con acceso a las cuentas." +"By default, clients assigned to accounts only will be visible by users who " +"are granted to access to the accounts." msgstr "" "By default, clients assigned to accounts only will be visible by users who " "are granted to access to the accounts." -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:30 -msgid "Nombre del campo" +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:30 +msgid "Field name" msgstr "Имя поля" -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:63 -msgid "Texto Ayuda" +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:63 +msgid "Help Text" msgstr "Текст помощи" -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:69 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:69 #, fuzzy -msgid "Ayuda del campo" +msgid "Field's help" msgstr "Подсказка" -#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:80 -msgid "Obligatorio" +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:80 +msgid "Required" msgstr "Обязательно" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:44 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:52 -msgid "Puntuación" +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:44 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:52 +msgid "Score" msgstr "Score" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:58 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:65 -msgid "Expresión Regular" +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:58 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:65 +msgid "Regular Expression" msgstr "Regular Expression" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:140 -msgid "Incluir Minúsculas" +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:140 +msgid "Include Lowercase" msgstr "Include Lowercase" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:31 -msgid "Las cuentas sólo serán visibles por el usuario." +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:31 +msgid "Accounts will be only visible by the user." msgstr "Accounts will be only visible by the user." -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:33 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:52 -msgid "Los administradores no podrán acceder a las cuentas." +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:33 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:52 +msgid "Administrators won't be able to display the accounts." msgstr "Administrators won't be able to display the accounts." -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:50 -msgid "Las cuentas sólo serán visibles por el usuario y su grupo principal." +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:50 +msgid "" +"Accounts will be only visible by the user and users belonging to the main " +"group." msgstr "" "Accounts will be only visible by the user and users belonging to the main " "group." -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:16 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:24 -msgid "Dirección IP" +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:16 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:24 +msgid "IP Address" msgstr "IP Address" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:29 -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:37 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:29 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:37 msgid "Timeout" msgstr "Timeout" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:89 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:89 msgid "" -"Prioridad de asignación en caso de coincidir con otros valores asignados por " -"usuario, grupo o perfil." +"Assignment priority if values match with others assigned by user, group or " +"profile." msgstr "" "Assignment priority if values match with others assigned by user, group or " "profile." -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:100 -msgid "Prioridad de asignación" +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:100 +msgid "Assignment Priority" msgstr "Assignment Priority" -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:122 -msgid "" -"Indica si los valores serán forzados al crear o modificar los elementos." +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:122 +msgid "Enforces the values to be set either on creating or updating an item." msgstr "Enforces the values to be set either on creating or updating an item." -#: ../../../modules/web/themes/material-blue/views/itemshow/item_preset.inc:124 -msgid "Los valores serán añadidos a los existentes." +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:124 +msgid "Values will be merged with the existing ones." msgstr "Values will be merged with the existing ones." -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:81 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:83 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:81 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:83 msgid "Hash" msgstr "Хэш" -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:89 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:91 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:89 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:91 msgid "URL" msgstr "URL" -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:99 -#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:101 -msgid "Uso" +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:99 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:101 +msgid "Use" msgstr "Использовать" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:44 -msgid "Nombre de usuario completo" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:44 +msgid "Full username" msgstr "Полное имя пользователя" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:58 -msgid "Login de inicio de sesión" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:58 +msgid "Session login" msgstr "Логин" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:69 -msgid "Login SSO" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:69 +msgid "SSO Login " msgstr "SSO Login " -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:77 -msgid "Login de inicio de sesión con SSO" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:77 +msgid "Session login with SSO" msgstr "Session login with SSO" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:84 -msgid "Email" -msgstr "Email" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:92 -msgid "Dirección de correo" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:92 +msgid "Email address" msgstr "Адрес email" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:200 -msgid "Admin Aplicación" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:202 +msgid "Application administrator" msgstr "Администратор программы" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:202 -msgid "Administrador de la aplicación" -msgstr "Администратор программы" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:218 -#, fuzzy -msgid "Admin Cuentas" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:220 +msgid "Accounts administrator" msgstr "Администратор учетных записей" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:220 -msgid "Administrador de cuentas" -msgstr "Администратор учетных записей" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:240 -msgid "Forzar cambio de clave" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:240 +msgid "Force password change" msgstr "Запросить изменение пароля при следующем входе в систему" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:257 -msgid "Deshabilitado" -msgstr "Отключен" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:273 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:275 -msgid "Entradas" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:273 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:275 +msgid "Entries" msgstr "Записи" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:282 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:284 -msgid "Último Acceso" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:282 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:284 +msgid "Last Access" msgstr "Последний доступ" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:300 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:302 -msgid "Fecha Clave Maestra" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:300 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:302 +msgid "Master Password Date" msgstr "Дата мастер-пароля" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:309 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:311 -msgid "Usado en" +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:309 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:311 +msgid "Used in" msgstr "Used in" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:87 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:89 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:548 -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:550 -msgid "Usado por" +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:87 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:89 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:548 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:550 +msgid "Used by" msgstr "Используется" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:108 -msgid "(*) Incluido en grupo" +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:108 +msgid "(*) Listed in group" msgstr "(*) Listed in group" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:26 -msgid "Gestión" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:26 +msgid "Management" msgstr "Управление" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:37 #, fuzzy -msgid "Crear" -msgstr "Создать" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:37 -#, fuzzy -msgid "Crear nueva cuenta" +msgid "Create new account" msgstr "Новая учетная запись" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:54 -msgid "Ver detalles de cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:54 +msgid "View account details" msgstr "Просмотр деталей учетной записи" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:70 -msgid "Ver clave de cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:70 +msgid "View account password" msgstr "Показать пароль учетной записи" #. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:86 -#: ../../../config/actions.xml:259 -msgid "Ver Historial" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:86 +#: app/config/actions.xml:259 +msgid "View History" msgstr "Показать историю" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:87 -msgid "Ver historial de cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:87 +msgid "View account history" msgstr "Показать историю учетной записи" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:103 -msgid "Editar cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:103 +msgid "Edit account" msgstr "Изменить учетную запись" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:118 -msgid "Editar Clave" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:118 +msgid "Edit Password" msgstr "Изменить пароль" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:119 -msgid "Editar clave de cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:119 +msgid "Edit account password" msgstr "Изменить пароль учетной записи" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:135 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:135 #, fuzzy -msgid "Eliminar cuenta" +msgid "Remove account" msgstr "Удалить учетную запись" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:151 -msgid "Ver archivos de cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:151 +msgid "View account files" msgstr "Просмотр файлов учетной записи" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:166 -msgid "Publicar Enlace" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:166 +msgid "Share Link" msgstr "Поделиться ссылкой" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:167 -msgid "Publicar enlace a cuenta" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:167 +msgid "Share link to account" msgstr "Поделиться ссылкой на учетную запись" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:183 -msgid "Crear cuenta privada" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:183 +msgid "Create private account" msgstr "Создать приватную учетную запись" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:199 -msgid "Crear cuenta privada para grupo" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:199 +msgid "Create private account for group" msgstr "Создать приватный аккаунт для группы" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:215 -msgid "Asignar permisos" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:215 +msgid "Assign permissions" msgstr "Назначить права" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:251 -msgid "Gestión de usuarios" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:251 +msgid "Users management" msgstr "Управление пользователями" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:267 -msgid "Gestión de grupos" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:267 +msgid "Groups management" msgstr "Управление группами" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:283 -msgid "Gestión de perfiles" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:283 +msgid "Profiles management" msgstr "Управление профилями" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:299 -msgid "Gestión de categorías" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:299 +msgid "Categories management" msgstr "Управление категориями" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:315 -msgid "Gestión de etiquetas" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:315 +msgid "Tags management" msgstr "Управление тегами" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:331 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:331 #, fuzzy -msgid "Gestión de clientes" +msgid "Customers management" msgstr "Управление заказчиками" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:347 -msgid "Gestión de campos personalizados" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:347 +msgid "Custom fields management" msgstr "Управление свободными полями" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:363 -msgid "Gestión de autorizaciones API" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:363 +msgid "API authorizations management" msgstr "Управление API авторизации" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:379 -msgid "Gestión de enlaces" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:379 +msgid "Links management" msgstr "Управление ссылками" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:395 -msgid "Gestión de cuentas" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:395 +msgid "Accounts management" msgstr "Управление учетными записями" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:426 -msgid "Valores por Defecto" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:426 +msgid "Default Values" msgstr "Default Values" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:427 -msgid "Gestión de Valores por Defecto" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:427 +msgid "Default Values Management" msgstr "Default Values Management" #. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:447 -#: ../../../config/actions.xml:697 -msgid "Configuración General" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:447 +#: app/config/actions.xml:697 +msgid "General Configuration" msgstr "Основная конфигурация" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:463 -msgid "Opciones de encriptación" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:463 +msgid "Encryption options" msgstr "Настройки шифрования" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:478 -msgid "Backup" -msgstr "Резервное копирование" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:479 -msgid "Realizar copia de seguridad y exportar" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:479 +msgid "Make a backup and export" msgstr "Резервное копирование и экспорт" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:494 -msgid "Importar" -msgstr "Импорт" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:495 -msgid "Realizar importación de cuentas" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:495 +msgid "Make accounts import" msgstr "Выполнить импорт учетной записи" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:514 -msgid "Log de Eventos" -msgstr "Журнал событий" - -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:515 -msgid "Ver log de eventos" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:515 +msgid "View event log" msgstr "Просмотр журнала событий" -#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:541 -msgid "Nombre del perfil" +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:541 +msgid "Profile name" msgstr "Имя профиля" -#: ../../../modules/web/themes/material-blue/views/login/index.inc:46 -msgid "Clave Anterior" +#: app/modules/web/themes/material-blue/views/login/index.inc:46 +msgid "Previous Password" msgstr "Прошлый пароль" -#: ../../../modules/web/themes/material-blue/views/login/index.inc:73 -msgid "Acceder" +#: app/modules/web/themes/material-blue/views/login/index.inc:73 +msgid "Sign in" msgstr "Войти" -#: ../../../modules/web/themes/material-blue/views/login/index.inc:82 +#: app/modules/web/themes/material-blue/views/login/index.inc:82 #, fuzzy -msgid "¿Olvidó su clave?" +msgid "Forgot password?" msgstr "Забыли пароль?" -#: ../../../modules/web/themes/material-blue/views/login/index.inc:88 -msgid "Aplicación actualizada correctamente" -msgstr "Программа успешно обновлена" - -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:14 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:14 #, php-format -msgid "Actualización %s" +msgid "Update %s" msgstr "Обновить %s" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:20 -msgid "Actualización de BBDD" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:20 +msgid "DB Update" msgstr "Обновление БД" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:22 -msgid "Actualización de Aplicación" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:22 +msgid "Application Update" msgstr "Обновление приложения" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:29 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:28 -msgid "Código de Seguridad" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:29 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:28 +msgid "Security Code" msgstr "Код безопасности" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:37 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:37 #, fuzzy msgid "" -"Este código se encuentra en el archivo de configuración de sysPass con la " -"etiqueta \"upgradeKey\"" +"This code is set in sysPass config file within the tag name \"upgradekey\"" msgstr "" "Этот код задан в конфигурационном файле sysPass вместе с тегом \"upgradekey\"" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:47 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:47 msgid "" -"Se han encontrado elementos huérfanos. Por favor, modifique estos elementos " -"o indique los IDs por defecto para los elementos huérfanos." +"Some orphaned items have been found. Please, modify those items or enter the " +"default IDs for them." msgstr "" "Были найдены некоторые осиротевшие элементы. Пожалуйста, измените эти " "элементы или введите идентификаторы по умолчанию для них." -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:49 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:49 #, fuzzy -msgid "Si no se indican los IDs, se crearán nuevos elementos." +msgid "If items IDs are not set, they will be created." msgstr "Если идентификаторы элементов не установлены, они будут созданы." -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:74 -msgid "Introducir un ID de usuario válido para cuentas" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:74 +msgid "Enter a valid user ID for the accounts" msgstr "Введите действительный идентификатор пользователя для учетных записей" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:85 -msgid "Introducir un ID de categoría válido para cuentas" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:85 +msgid "Enter a valid category ID for the accounts" msgstr "Введите действительный идентификатор категории для учетных записей" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:96 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:96 #, fuzzy -msgid "Introducir un ID de cliente válido para cuentas" +msgid "Enter a valid client ID for the accounts" msgstr "Введите действительный идентификатор заказчика для учетных записей" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:108 -msgid "Introducir un ID de grupo válido para usuarios" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:108 +msgid "Enter a valid group ID for the users" msgstr "Введите действительный идентификатор группы для пользователей" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:118 -msgid "Introducir un ID de perfil válido para usuarios" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:118 +msgid "Enter a valid profile ID for the users" msgstr "Введите действительный идентификатор профиля для пользователей" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:128 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:128 #, fuzzy msgid "" -"Esta actualización utiliza un nuevo esquema de encriptación, por lo que es " -"necesario reencriptar los datos almacenados" +"This update uses a new encryption schema, so it will be needed to reencrypt " +"the whole encrypted data." msgstr "" "Это обновление использует новую схему шифрования, поэтому потребуется " "перекодировать все зашифрованные данные." -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:150 -msgid "Introducir login de usuario válido" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:150 +msgid "Enter a valid user login" msgstr "Введите существующий логин пользователя" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:162 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:33 -msgid "He realizado una copia de seguridad completa de sysPass" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:162 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:33 +msgid "I've done a full sysPass backup" msgstr "Полная резервная копия sysPass выполнена" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:176 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:41 -msgid "Por favor espere mientras el proceso se ejecuta" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:176 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:41 +msgid "Please, wait while the process is running" msgstr "Пожалуйста, подождите пока процесс в работе" -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:184 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:49 -msgid "Actualizar" -msgstr "Обновить" - -#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:186 -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:51 -msgid "Iniciar Actualización" +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:186 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:51 +msgid "Start Update" msgstr "Начать обновление" -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:95 -msgid "Notificación global" +#: app/modules/web/themes/material-blue/views/notification/notification.inc:95 +msgid "Global notification" msgstr "Глобальное уведомление" -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:103 -msgid "Sólo para administradores de la aplicación" +#: app/modules/web/themes/material-blue/views/notification/notification.inc:103 +msgid "Only for application administrators" msgstr "Only for application administrators" -#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:107 -msgid "Solo Admins" -msgstr "Only Admins" - -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:29 -msgid "Nombre del plugin" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:29 +msgid "Plugin name" msgstr "Имя плагина" -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:41 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:41 #, fuzzy -msgid "Versión del plugin" +msgid "Plugin version" msgstr "Версия плагина" -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:46 -msgid "Versión Compatible" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:46 +msgid "Compatible Version" msgstr "Совместимые версии" -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:53 -msgid "Versión de sysPass compatible" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:53 +msgid "sysPass compatible version" msgstr "Совместимые версии sysPass" -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:58 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:39 -msgid "Autor" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:58 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:39 +msgid "Author" msgstr "Автор" -#: ../../../modules/web/themes/material-blue/views/plugin/plugin.inc:65 -msgid "Autor del plugin" +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:65 +msgid "Plugin author" msgstr "Автор плагина" -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:11 -msgid "La aplicación necesita actualizarse" +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:11 +msgid "The application needs to be updated" msgstr "Необходимо обновить программу" -#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:16 -msgid "Para iniciar la actualización introduzca el código de seguridad" +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:16 +msgid "Please enter the security code to start the upgrade" 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:13 -msgid "Solicitud de Cambio de Clave" +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:6 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:13 +msgid "Request Password Change" msgstr "Запросить смену пароля" -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:29 -msgid "Email del Usuario" +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:29 +msgid "User's Email" msgstr "Email" -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:39 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:49 -msgid "Volver a iniciar sesión" +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:39 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:49 +msgid "Go back to login" msgstr "Назад ко входу" -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:44 -#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:46 -msgid "Solicitar" -msgstr "Запрос" - -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:54 -#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:56 -msgid "Cambiar" +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:54 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:56 +msgid "Change" msgstr "Изменение" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:107 -msgid "Ordenar resultados por visitas" +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:107 +msgid "Sort search results by views" msgstr "Сортировать результаты поиска по числу просмотров" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:109 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:109 #, fuzzy -msgid "" -"Ordena los resultados de búsqueda por el número de visitas de las cuentas." +msgid "Sorts accounts search results by the number of account's views" msgstr "" "Включает показ результатов поиска учетных записей с сортировкой по числу " "просмотров." -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:124 -msgid "Barra de navegación superior" +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:124 +msgid "Navigation bar on top" msgstr "Верхняя навигация" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:126 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:126 #, fuzzy -msgid "Mostrar una barra de navegación superior en las búsquedas." +msgid "Dysplays a navigation bar on top of the search results." msgstr "Закрепить панель навигации в верху страницы." -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:141 -msgid "Mostrar Acciones Ocultas" +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:141 +msgid "Show Hidden Actions" msgstr "Показывать скрытые действия" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:143 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:143 #, fuzzy -msgid "" -"Mostrar las acciones ocultas para los elementos de la búsqueda de cuentas." +msgid "Always display hidden actions on the accounts search page." msgstr "" "Всегда показывать скрытые действия на странице результатов поиска учетных " "записей." -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:175 -msgid "Notificaciones In-App" +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:175 +msgid "In-App Notifications" msgstr "In-App Notifications" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:177 -msgid "Habilita la consulta de notificaciones activas In-App." +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:177 +msgid "Enables the active In-App notifications polling" msgstr "Enables the active In-App notifications polling" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:192 -msgid "Mostrar Filtros" +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:192 +msgid "Show Filters" msgstr "Show Filters" -#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:194 -msgid "Muestra la selección los filtros adicionales en la búsqueda de cuentas." +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:194 +msgid "Displays the additional filters selection on the accounts search." msgstr "Displays the additional filters selection on the accounts search." #. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:16 -#: ../../../config/actions.xml:277 -msgid "Ver Wiki" +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:16 +#: app/config/actions.xml:277 +msgid "View Wiki" msgstr "Показать WiKi" -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:24 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:24 #, php-format -msgid "Resultados de búsqueda de '%s'" +msgid "Search results of '%s'" msgstr "Результаты поиска '%s'" -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:27 -#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:37 -msgid "Página" +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:27 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:37 +msgid "Page" msgstr "Страница" #. (itstool) path: action/text -#: ../../../config/actions.xml:7 +#: app/config/actions.xml:7 #, fuzzy -msgid "Buscar Cuentas" +msgid "Search for Accounts" msgstr "Поиск учетных записей" #. (itstool) path: action/text -#: ../../../config/actions.xml:25 -msgid "Peticiones" +#: app/config/actions.xml:25 +msgid "Requests" msgstr "Включить запросы по email" #. (itstool) path: action/text -#: ../../../config/actions.xml:31 -msgid "Favoritos" +#: app/config/actions.xml:31 +msgid "Favorites" msgstr "Favorites" #. (itstool) path: action/text -#: ../../../config/actions.xml:43 -msgid "Elementos y Personalización" +#: app/config/actions.xml:43 +msgid "Items and Customizations" msgstr "Элементы персонализации" #. (itstool) path: action/text -#: ../../../config/actions.xml:49 -msgid "Gestión Categorías" +#: app/config/actions.xml:49 +msgid "Categories Management" msgstr "Управление категориями" #. (itstool) path: action/text -#: ../../../config/actions.xml:55 +#: app/config/actions.xml:55 #, fuzzy -msgid "Gestión Clientes" +msgid "Customers Management" msgstr "Управление заказчиками" #. (itstool) path: action/text -#: ../../../config/actions.xml:61 -msgid "Gestión Autorizaciones API" +#: app/config/actions.xml:61 +msgid "API Authorizations Management" msgstr "Управление API авторизации" #. (itstool) path: action/text -#: ../../../config/actions.xml:67 -msgid "Gestión Campos Personalizados" +#: app/config/actions.xml:67 +msgid "Custom Fields Management" msgstr "Управление свободными полями" #. (itstool) path: action/text -#: ../../../config/actions.xml:79 -msgid "Gestión de Archivos" +#: app/config/actions.xml:79 +msgid "Files Management" msgstr "Управление файлами" #. (itstool) path: action/text -#: ../../../config/actions.xml:85 -msgid "Gestión de Cuentas" +#: app/config/actions.xml:85 +msgid "Accounts Management" msgstr "Управление учетными записями" #. (itstool) path: action/text -#: ../../../config/actions.xml:91 -msgid "Gestión de Etiquetas" +#: app/config/actions.xml:91 +msgid "Tags Management" msgstr "Управление тегами" #. (itstool) path: action/text -#: ../../../config/actions.xml:97 -msgid "Gestión Plugins" +#: app/config/actions.xml:97 +msgid "Plugins Management" msgstr "Plugins Management" #. (itstool) path: action/text -#: ../../../config/actions.xml:103 -msgid "Usuarios y Accesos" +#: app/config/actions.xml:103 +msgid "Users and Accesses" msgstr "Пользователи и доступы" #. (itstool) path: action/text -#: ../../../config/actions.xml:109 -msgid "Seguridad y Auditoría" +#: app/config/actions.xml:109 +msgid "Security and Audit" msgstr "Security and Audit" #. (itstool) path: action/text -#: ../../../config/actions.xml:115 -msgid "Gestión Usuarios" +#: app/config/actions.xml:115 +msgid "Users Management" msgstr "Управление пользователями" #. (itstool) path: action/text -#: ../../../config/actions.xml:121 -msgid "Gestión Grupos" +#: app/config/actions.xml:121 +msgid "Groups Management" msgstr "Управление группами" #. (itstool) path: action/text -#: ../../../config/actions.xml:127 -msgid "Gestión Perfiles" +#: app/config/actions.xml:127 +msgid "Profiles Management" 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" +#: app/config/actions.xml:145 +msgid "Clear Events" msgstr "Clear Events" #. (itstool) path: action/text -#: ../../../config/actions.xml:151 ../../../config/actions.xml:481 -msgid "Ver Cuenta" +#: app/config/actions.xml:151 app/config/actions.xml:481 +msgid "View Account" 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" +#: app/config/actions.xml:211 app/config/actions.xml:469 +msgid "Upload File" msgstr "Загрузить файл" #. (itstool) path: action/text -#: ../../../config/actions.xml:229 -msgid "Buscar Archivos" +#: app/config/actions.xml:229 +msgid "Search for Files" msgstr "Search for Files" #. (itstool) path: action/text -#: ../../../config/actions.xml:235 -msgid "Listar Archivos" +#: app/config/actions.xml:235 +msgid "List Files" 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" +#: app/config/actions.xml:283 +msgid "Add Wiki" msgstr "Add Wiki" #. (itstool) path: action/text -#: ../../../config/actions.xml:289 -msgid "Editar Wiki" +#: app/config/actions.xml:289 +msgid "Edit Wiki" msgstr "Edit Wiki" #. (itstool) path: action/text -#: ../../../config/actions.xml:295 -msgid "Eliminar Wiki" +#: app/config/actions.xml:295 +msgid "Delete Wiki" msgstr "Delete Wiki" #. (itstool) path: action/text -#: ../../../config/actions.xml:361 -msgid "Nuevo Token API" +#: app/config/actions.xml:361 +msgid "New API Token" msgstr "New API Token" #. (itstool) path: action/text -#: ../../../config/actions.xml:367 -msgid "Ver Token API" +#: app/config/actions.xml:367 +msgid "View API Token" msgstr "View API Token" #. (itstool) path: action/text -#: ../../../config/actions.xml:373 -msgid "Editar Token API" +#: app/config/actions.xml:373 +msgid "Edit API Token" msgstr "Edit API Token" #. (itstool) path: action/text -#: ../../../config/actions.xml:379 -msgid "Eliminar Token API" +#: app/config/actions.xml:379 +msgid "Delete API Token" msgstr "Delete API Token" #. (itstool) path: action/text -#: ../../../config/actions.xml:385 -msgid "Buscar Token API" +#: app/config/actions.xml:385 +msgid "Search for API Token" msgstr "Search for API Token" #. (itstool) path: action/text -#: ../../../config/actions.xml:391 -msgid "Nuevo Campo Personalizado" +#: app/config/actions.xml:391 +msgid "New Custom Field" msgstr "New Custom Field" #. (itstool) path: action/text -#: ../../../config/actions.xml:397 -msgid "Ver Campo Personalizado" +#: app/config/actions.xml:397 +msgid "Show Custom Field" msgstr "Show Custom Field" #. (itstool) path: action/text -#: ../../../config/actions.xml:403 -msgid "Editar Campo Personalizado" +#: app/config/actions.xml:403 +msgid "Edit Custom Field" msgstr "Edit Custom Field" #. (itstool) path: action/text -#: ../../../config/actions.xml:409 -msgid "Eliminar Campo Personalizado" +#: app/config/actions.xml:409 +msgid "Delete Custom Field" msgstr "Delete Custom Field" #. (itstool) path: action/text -#: ../../../config/actions.xml:415 -msgid "Buscar Campo Personalizado" +#: app/config/actions.xml:415 +msgid "Search for Custom Field" msgstr "Search for Custom Field" #. (itstool) path: action/text -#: ../../../config/actions.xml:427 +#: app/config/actions.xml:427 #, fuzzy -msgid "Ver Enlace Público" +msgid "Show Public Link" msgstr "Показать публичную ссылку" #. (itstool) path: action/text -#: ../../../config/actions.xml:445 -msgid "Buscar Enlace Público" +#: app/config/actions.xml:445 +msgid "Search for Public Link" msgstr "Search for Public Link" #. (itstool) path: action/text -#: ../../../config/actions.xml:535 -msgid "Nuevo Plugin" -msgstr "Новый плагин" - -#. (itstool) path: action/text -#: ../../../config/actions.xml:553 -msgid "Habilitar Plugin" +#: app/config/actions.xml:553 +msgid "Enable Plugin" msgstr "Enable Plugin" #. (itstool) path: action/text -#: ../../../config/actions.xml:559 -msgid "Deshabilitar Plugin" +#: app/config/actions.xml:559 +msgid "Disable Plugin" msgstr "Disable Plugin" #. (itstool) path: action/text -#: ../../../config/actions.xml:565 -msgid "Restablecer Plugin" +#: app/config/actions.xml:565 +msgid "Reset Plugin" msgstr "Reset Plugin" #. (itstool) path: action/text -#: ../../../config/actions.xml:601 -msgid "Editar Clave Usuario" +#: app/config/actions.xml:601 +msgid "Edit User Password" msgstr "Edit User Password" #. (itstool) path: action/text -#: ../../../config/actions.xml:673 -msgid "Configuración Usuario" +#: app/config/actions.xml:673 +msgid "User Configuration" msgstr "User Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:679 -msgid "Preferencias General" +#: app/config/actions.xml:679 +msgid "General Preferences" msgstr "General Preferences" #. (itstool) path: action/text -#: ../../../config/actions.xml:703 -msgid "Configuración Cuentas" +#: app/config/actions.xml:703 +msgid "Accounts Configuration" msgstr "Accounts Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:709 -msgid "Configuración Wiki" +#: app/config/actions.xml:709 +msgid "Wiki Configuration" msgstr "Wiki Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:715 -msgid "Configuración Encriptación" +#: app/config/actions.xml:715 +msgid "Encryption Configuration" msgstr "Encryption Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:721 -msgid "Actualizar Hash" +#: app/config/actions.xml:721 +msgid "Update Hash" msgstr "Update Hash" #. (itstool) path: action/text -#: ../../../config/actions.xml:727 -msgid "Clave Maestra Temporal" +#: app/config/actions.xml:727 +msgid "Temporary Master Password" msgstr "Temporary Master Password" #. (itstool) path: action/text -#: ../../../config/actions.xml:733 -msgid "Configuración Copia de Seguridad" +#: app/config/actions.xml:733 +msgid "Backup Configuration" msgstr "Backup Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:745 -msgid "Configuración Importación" +#: app/config/actions.xml:745 +msgid "Import Configuration" msgstr "Import Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:751 -msgid "Importar CSV" +#: app/config/actions.xml:751 +msgid "CSV Import" msgstr "CSV Import" #. (itstool) path: action/text -#: ../../../config/actions.xml:757 -msgid "Importar XML" +#: app/config/actions.xml:757 +msgid "XML Import" msgstr "XML Import" #. (itstool) path: action/text -#: ../../../config/actions.xml:763 -msgid "Configuración Exportación" +#: app/config/actions.xml:763 +msgid "Export Configuration" msgstr "Export Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:769 -msgid "Exportación" +#: app/config/actions.xml:769 +msgid "Export" msgstr "Export" #. (itstool) path: action/text -#: ../../../config/actions.xml:775 -msgid "Configuración Email" +#: app/config/actions.xml:775 +msgid "Email Configuration" msgstr "Email Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:781 -msgid "Configuración LDAP" +#: app/config/actions.xml:781 +msgid "LDAP Configuration" msgstr "LDAP Configuration" #. (itstool) path: action/text -#: ../../../config/actions.xml:787 -msgid "Sincronización LDAP" +#: app/config/actions.xml:787 +msgid "LDAP synchronization" msgstr "Синхронизация LDAP" #. (itstool) path: action/text -#: ../../../config/actions.xml:793 -msgid "Gestión de Cuenta (H)" +#: app/config/actions.xml:793 +msgid "Account Management (H)" msgstr "Account Management (H)" #. (itstool) path: action/text -#: ../../../config/actions.xml:823 -msgid "Crear Notificación" +#: app/config/actions.xml:823 +msgid "Create Notification" msgstr "Create Notification" #. (itstool) path: action/text -#: ../../../config/actions.xml:853 -msgid "Gestión Valores Predeterminados" +#: app/config/actions.xml:853 +msgid "Preset Values Management" msgstr "Preset Values Management" #. (itstool) path: action/text -#: ../../../config/actions.xml:889 -msgid "Gestión de Tracks" +#: app/config/actions.xml:889 +msgid "Tracks Management" msgstr "Tracks Management" #. (itstool) path: action/text -#: ../../../config/actions.xml:901 -msgid "Desbloquear track" +#: app/config/actions.xml:901 +msgid "Unlock track" msgstr "Unlock track" #. (itstool) path: action/text -#: ../../../config/actions.xml:907 -msgid "Vaciar tracks" +#: app/config/actions.xml:907 +msgid "Clear the tracks out" msgstr "Clear the tracks out" #. (itstool) path: strings/text -#: ../../../config/strings.xml:4 +#: app/config/strings.xml:4 msgid "Color" msgstr "Цвет" #. (itstool) path: strings/text -#: ../../../config/strings.xml:5 -msgid "Número" +#: app/config/strings.xml:5 +msgid "Number" msgstr "Цифры" #. (itstool) path: strings/text -#: ../../../config/strings.xml:6 -msgid "Teléfono" +#: app/config/strings.xml:6 +msgid "Phone" msgstr "Телефон" #. (itstool) path: strings/text -#: ../../../config/strings.xml:7 -msgid "Área de Texto" +#: app/config/strings.xml:7 +msgid "Text Area" msgstr "Текстовое поле" #. (itstool) path: strings/text -#: ../../../config/strings.xml:8 -msgid "Texto" +#: app/config/strings.xml:8 +msgid "Text" 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 "Ошибочное действие" - -#, fuzzy -#~ 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 "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 "Указанное имя группы уже существует" - -#, fuzzy -#~ msgid "Error al crear el grupo" -#~ msgstr "Ошибка при создании группы" - -#, fuzzy -#~ msgid "Error al actualizar el grupo" -#~ msgstr "Ошибка при обновлении группы" - #~ msgid "No es posible eliminar" #~ 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 "Изменить конфигурацию" -#, fuzzy -#~ 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 "Изменение пароля должно быть подтверждено" - -#, fuzzy -#~ msgid "Las claves son idénticas" -#~ msgstr "Пароли одинаковы" - -#, fuzzy -#~ 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 "Пользователь / пароль не введены" @@ -5430,103 +7765,22 @@ msgstr "Ссылка" #~ msgid "Error al actualizar la clave del usuario en la BBDD" #~ msgstr "Ошибка изменения пароля пользователя в БД" -#, fuzzy -#~ msgid "Login incorrecto" -#~ msgstr "Ошибка входа" - -#~ msgid "Cuenta expirada" -#~ msgstr "Учетная запись просрочена" - -#, fuzzy -#~ 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 файла" -#, fuzzy -#~ 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 "Неверный мастер-пароль" @@ -5534,32 +7788,9 @@ msgstr "Ссылка" #~ 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 "Ошибка удаления файлов учетной записи" @@ -5571,88 +7802,26 @@ msgstr "Ссылка" #~ 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 "Обновить авторизацию" -#, fuzzy -#~ 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 "Значение" @@ -5666,193 +7835,35 @@ msgstr "Ссылка" #~ 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 "Ошибка при удалении заказчика" - -#, 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 "Сессия не может быть запущена" - -#, fuzzy -#~ msgid "El directorio \"/config\" no existe" -#~ msgstr "Папка \"/config\" не существует." - -#, fuzzy -#~ msgid "No es posible escribir en el directorio \"config\"" -#~ msgstr "Невозможно произвести запись в папку \"/config\"" - -#, fuzzy -#~ 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 "Файл структуры базы данных не существует" @@ -5864,55 +7875,16 @@ msgstr "Ссылка" #~ msgid "Error al seleccionar la BBDD" #~ msgstr "Ошибка выбора базы данных." -#, fuzzy -#~ 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\"" -#, fuzzy -#~ 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 "Ошибка получения пользователей" @@ -5931,38 +7903,12 @@ msgstr "Ссылка" #~ 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 "Активация учетной записи" @@ -5982,42 +7928,15 @@ 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 не поддерживается" - -#, fuzzy -#~ msgid "No es posible detectar la aplicación que exportó los datos" -#~ msgstr "" -#~ "Невозможно определить программу, из которой были экспортированы данные" - #~ msgid "Último backup" #~ msgstr "Последняя резервная копия" #~ msgid "Última exportación" #~ 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)" @@ -6034,9 +7953,6 @@ msgstr "Ссылка" #~ "Без этой функции, атакующий может завладеть вашим аккаунтом при сбросе " #~ "пароля." -#~ msgid "Instalación finalizada" -#~ msgstr "Установка завершена" - #~ msgid "Descargar nueva versión" #~ msgstr "Скачать новую версию" @@ -6069,46 +7985,15 @@ 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 "Запрос не отправлен" @@ -6116,29 +8001,6 @@ msgstr "Ссылка" #~ 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 "Ошибочный формат" @@ -6149,12 +8011,6 @@ msgstr "Ссылка" #~ 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 не заданы" @@ -6168,71 +8024,19 @@ 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 "Детали плагина" @@ -6240,12 +8044,6 @@ msgstr "Ссылка" #~ 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 "Поиск категорий" @@ -6258,86 +8056,15 @@ 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 "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 ответ" - -#, fuzzy -#~ 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 "Ошибка при миграции свободных полей" @@ -6351,122 +8078,16 @@ 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 "Синхронизация завершена" @@ -6478,52 +8099,15 @@ msgstr "Ссылка" #~ 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 "Доступы" @@ -6533,9 +8117,6 @@ msgstr "Ссылка" #~ msgid "Hay %d notificaciones pendientes" #~ msgstr "%d непрочитанных уведомлений" -#~ msgid "Agente" -#~ msgstr "Агент" - #~ msgid "Crear Usuario" #~ msgstr "Добавить пользователя" @@ -6592,167 +8173,12 @@ 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 аккаунта" @@ -6771,172 +8197,9 @@ msgstr "Ссылка" #~ 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 "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)" @@ -6949,199 +8212,18 @@ msgstr "Ссылка" #~ 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: %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 the 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 "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" @@ -7175,12 +8257,6 @@ msgstr "Ссылка" #~ 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." @@ -7199,84 +8275,3 @@ msgstr "Ссылка" #~ 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" - -#~ msgid "Grupo visualizado" -#~ msgstr "Group viewed" - -#~ msgid "Plugin disponible" -#~ msgstr "Plugin available" - -#~ msgid "Plugin no disponible" -#~ msgstr "Plugin unavailable" - -#~ msgid "Plugin cargado" -#~ msgstr "Plugin loaded" - -#~ msgid "Generar clave temporal" -#~ msgstr "Generate temporary password" - -#~ msgid "Clave temporal generada" -#~ msgstr "Temporary password generated" - -#~ msgid "Plugins eliminados" -#~ msgstr "Plugins deleted" - -#~ msgid "Plugin eliminado" -#~ msgstr "Plugin deleted" diff --git a/app/modules/api/Controllers/AccountController.php b/app/modules/api/Controllers/AccountController.php index 3853087b..6b09fd8c 100644 --- a/app/modules/api/Controllers/AccountController.php +++ b/app/modules/api/Controllers/AccountController.php @@ -67,9 +67,9 @@ final class AccountController extends ControllerBase $this->eventDispatcher->notifyEvent('show.account', new Event($this, EventMessage::factory() - ->addDescription(__u('Cuenta visualizada')) - ->addDetail(__u('Nombre'), $accountDetails->getName()) - ->addDetail(__u('Cliente'), $accountDetails->getClientName()) + ->addDescription(__u('Account displayed')) + ->addDetail(__u('Name'), $accountDetails->getName()) + ->addDetail(__u('Client'), $accountDetails->getClientName()) ->addDetail('ID', $id)) ); @@ -99,9 +99,9 @@ final class AccountController extends ControllerBase $this->eventDispatcher->notifyEvent('show.account.pass', new Event($this, EventMessage::factory() - ->addDescription(__u('Clave visualizada')) - ->addDetail(__u('Nombre'), $accountDetails->getName()) - ->addDetail(__u('Cliente'), $accountDetails->getClientName()) + ->addDescription(__u('Password viewed')) + ->addDetail(__u('Name'), $accountDetails->getName()) + ->addDetail(__u('Client'), $accountDetails->getClientName()) ->addDetail('ID', $id)) ); @@ -135,13 +135,13 @@ final class AccountController extends ControllerBase $this->eventDispatcher->notifyEvent('edit.account.pass', new Event($this, EventMessage::factory() - ->addDescription(__u('Clave actualizada')) - ->addDetail(__u('Nombre'), $accountDetails->getName()) - ->addDetail(__u('Cliente'), $accountDetails->getClientName()) + ->addDescription(__u('Password updated')) + ->addDetail(__u('Name'), $accountDetails->getName()) + ->addDetail(__u('Client'), $accountDetails->getClientName()) ->addDetail('ID', $accountDetails->getId())) ); - $this->returnResponse(ApiResponse::makeSuccess($accountDetails, $accountRequest->id, __('Clave actualizada'))); + $this->returnResponse(ApiResponse::makeSuccess($accountDetails, $accountRequest->id, __('Password updated'))); } catch (\Exception $e) { processException($e); @@ -185,13 +185,13 @@ final class AccountController extends ControllerBase $this->eventDispatcher->notifyEvent('create.account', new Event($this, EventMessage::factory() - ->addDescription(__u('Cuenta creada')) - ->addDetail(__u('Nombre'), $accountDetails->getName()) - ->addDetail(__u('Cliente'), $accountDetails->getClientName()) + ->addDescription(__u('Account created')) + ->addDetail(__u('Name'), $accountDetails->getName()) + ->addDetail(__u('Client'), $accountDetails->getClientName()) ->addDetail('ID', $accountDetails->getId())) ); - $this->returnResponse(ApiResponse::makeSuccess($accountDetails, $accountId, __('Cuenta creada'))); + $this->returnResponse(ApiResponse::makeSuccess($accountDetails, $accountId, __('Account created'))); } catch (\Exception $e) { processException($e); @@ -236,13 +236,13 @@ final class AccountController extends ControllerBase $this->eventDispatcher->notifyEvent('edit.account', new Event($this, EventMessage::factory() - ->addDescription(__u('Cuenta actualizada')) - ->addDetail(__u('Nombre'), $accountDetails->getName()) - ->addDetail(__u('Cliente'), $accountDetails->getClientName()) + ->addDescription(__u('Account updated')) + ->addDetail(__u('Name'), $accountDetails->getName()) + ->addDetail(__u('Client'), $accountDetails->getClientName()) ->addDetail('ID', $accountDetails->getId())) ); - $this->returnResponse(ApiResponse::makeSuccess($accountDetails, $accountRequest->id, __('Cuenta actualizada'))); + $this->returnResponse(ApiResponse::makeSuccess($accountDetails, $accountRequest->id, __('Account updated'))); } catch (\Exception $e) { processException($e); @@ -311,13 +311,13 @@ final class AccountController extends ControllerBase $this->eventDispatcher->notifyEvent('delete.account', new Event($this, EventMessage::factory() - ->addDescription(__u('Cuenta eliminada')) - ->addDetail(__u('Nombre'), $accountDetails->getName()) - ->addDetail(__u('Cliente'), $accountDetails->getClientName()) + ->addDescription(__u('Account removed')) + ->addDetail(__u('Name'), $accountDetails->getName()) + ->addDetail(__u('Client'), $accountDetails->getClientName()) ->addDetail('ID', $id)) ); - $this->returnResponse(ApiResponse::makeSuccess($accountDetails, $id, __('Cuenta eliminada'))); + $this->returnResponse(ApiResponse::makeSuccess($accountDetails, $id, __('Account removed'))); } catch (\Exception $e) { processException($e); diff --git a/app/modules/api/Controllers/CategoryController.php b/app/modules/api/Controllers/CategoryController.php index 369899c4..38756e6d 100644 --- a/app/modules/api/Controllers/CategoryController.php +++ b/app/modules/api/Controllers/CategoryController.php @@ -59,8 +59,8 @@ final class CategoryController extends ControllerBase $this->eventDispatcher->notifyEvent('show.category', new Event($this, EventMessage::factory() - ->addDescription(__u('Categoría visualizada')) - ->addDetail(__u('Nombre'), $categoryData->getName()) + ->addDescription(__u('Category displayed')) + ->addDetail(__u('Name'), $categoryData->getName()) ->addDetail('ID', $id)) ); @@ -88,12 +88,12 @@ final class CategoryController extends ControllerBase $this->eventDispatcher->notifyEvent('create.category', new Event($this, EventMessage::factory() - ->addDescription(__u('Categoría creada')) - ->addDetail(__u('Nombre'), $categoryData->getName()) + ->addDescription(__u('Category added')) + ->addDetail(__u('Name'), $categoryData->getName()) ->addDetail('ID', $id)) ); - $this->returnResponse(ApiResponse::makeSuccess($categoryData, $id, __('Categoría creada'))); + $this->returnResponse(ApiResponse::makeSuccess($categoryData, $id, __('Category added'))); } catch (\Exception $e) { processException($e); @@ -118,12 +118,12 @@ final class CategoryController extends ControllerBase $this->eventDispatcher->notifyEvent('edit.category', new Event($this, EventMessage::factory() - ->addDescription(__u('Categoría actualizada')) - ->addDetail(__u('Nombre'), $categoryData->getName()) + ->addDescription(__u('Category updated')) + ->addDetail(__u('Name'), $categoryData->getName()) ->addDetail('ID', $categoryData->getId())) ); - $this->returnResponse(ApiResponse::makeSuccess($categoryData, $categoryData->getId(), __('Categoría actualizada'))); + $this->returnResponse(ApiResponse::makeSuccess($categoryData, $categoryData->getId(), __('Category updated'))); } catch (\Exception $e) { processException($e); @@ -147,12 +147,12 @@ final class CategoryController extends ControllerBase $this->eventDispatcher->notifyEvent('delete.category', new Event($this, EventMessage::factory() - ->addDescription(__u('Categoría eliminada')) - ->addDetail(__u('Nombre'), $categoryData->getName()) + ->addDescription(__u('Category deleted')) + ->addDetail(__u('Name'), $categoryData->getName()) ->addDetail('ID', $categoryData->getId())) ); - $this->returnResponse(ApiResponse::makeSuccess($categoryData, $id, __('Categoría eliminada'))); + $this->returnResponse(ApiResponse::makeSuccess($categoryData, $id, __('Category deleted'))); } catch (\Exception $e) { processException($e); diff --git a/app/modules/api/Controllers/ClientController.php b/app/modules/api/Controllers/ClientController.php index 2dfa213e..8f8cdacf 100644 --- a/app/modules/api/Controllers/ClientController.php +++ b/app/modules/api/Controllers/ClientController.php @@ -60,8 +60,8 @@ final class ClientController extends ControllerBase $this->eventDispatcher->notifyEvent('show.client', new Event($this, EventMessage::factory() - ->addDescription(__u('Cliente visualizado')) - ->addDetail(__u('Nombre'), $clientData->getName()) + ->addDescription(__u('Client displayed')) + ->addDetail(__u('Name'), $clientData->getName()) ->addDetail('ID', $id)) ); @@ -90,12 +90,12 @@ final class ClientController extends ControllerBase $this->eventDispatcher->notifyEvent('create.client', new Event($this, EventMessage::factory() - ->addDescription(__u('Cliente creado')) - ->addDetail(__u('Nombre'), $clientData->getName()) + ->addDescription(__u('Client added')) + ->addDetail(__u('Name'), $clientData->getName()) ->addDetail('ID', $id)) ); - $this->returnResponse(ApiResponse::makeSuccess($clientData, $id, __('Cliente creado'))); + $this->returnResponse(ApiResponse::makeSuccess($clientData, $id, __('Client added'))); } catch (\Exception $e) { processException($e); @@ -121,12 +121,12 @@ final class ClientController extends ControllerBase $this->eventDispatcher->notifyEvent('edit.client', new Event($this, EventMessage::factory() - ->addDescription(__u('Cliente actualizado')) - ->addDetail(__u('Nombre'), $clientData->getName()) + ->addDescription(__u('Client updated')) + ->addDetail(__u('Name'), $clientData->getName()) ->addDetail('ID', $clientData->getId())) ); - $this->returnResponse(ApiResponse::makeSuccess($clientData, $clientData->getId(), __('Cliente actualizado'))); + $this->returnResponse(ApiResponse::makeSuccess($clientData, $clientData->getId(), __('Client updated'))); } catch (\Exception $e) { processException($e); @@ -150,12 +150,12 @@ final class ClientController extends ControllerBase $this->eventDispatcher->notifyEvent('delete.client', new Event($this, EventMessage::factory() - ->addDescription(__u('Cliente eliminado')) - ->addDetail(__u('Nombre'), $clientData->getName()) + ->addDescription(__u('Client deleted')) + ->addDetail(__u('Name'), $clientData->getName()) ->addDetail('ID', $id)) ); - $this->returnResponse(ApiResponse::makeSuccess($clientData, $id, __('Cliente eliminado'))); + $this->returnResponse(ApiResponse::makeSuccess($clientData, $id, __('Client deleted'))); } catch (\Exception $e) { $this->returnResponseException($e); diff --git a/app/modules/api/Controllers/ConfigController.php b/app/modules/api/Controllers/ConfigController.php index 5a8d4317..53217642 100644 --- a/app/modules/api/Controllers/ConfigController.php +++ b/app/modules/api/Controllers/ConfigController.php @@ -54,11 +54,11 @@ final class ConfigController extends ControllerBase $this->eventDispatcher->notifyEvent('run.backup.end', new Event($this, EventMessage::factory() - ->addDescription(__u('Copia de la aplicación y base de datos realizada correctamente')) - ->addDetail(__u('Ruta'), $path)) + ->addDescription(__u('Application and database backup completed successfully')) + ->addDetail(__u('Path'), $path)) ); - $this->returnResponse(ApiResponse::makeSuccess($path, null, __('Proceso de backup finalizado'))); + $this->returnResponse(ApiResponse::makeSuccess($path, null, __('Backup process finished'))); } catch (\Exception $e) { processException($e); @@ -79,8 +79,8 @@ final class ConfigController extends ControllerBase $this->eventDispatcher->notifyEvent('run.export.start', new Event($this, EventMessage::factory() - ->addDescription(__u('Exportación de sysPass en XML')) - ->addDetail(__u('Ruta'), $path)) + ->addDescription(__u('sysPass XML export')) + ->addDetail(__u('Path'), $path)) ); $this->dic->get(XmlExportService::class) @@ -88,10 +88,10 @@ final class ConfigController extends ControllerBase $this->eventDispatcher->notifyEvent('run.export.end', new Event($this, EventMessage::factory() - ->addDescription(__u('Proceso de exportación finalizado'))) + ->addDescription(__u('Export process finished'))) ); - $this->returnResponse(ApiResponse::makeSuccess($path, null, __('Proceso de exportación finalizado'))); + $this->returnResponse(ApiResponse::makeSuccess($path, null, __('Export process finished'))); } catch (\Exception $e) { processException($e); diff --git a/app/modules/api/Controllers/ControllerBase.php b/app/modules/api/Controllers/ControllerBase.php index de6d11cc..a5b50352 100644 --- a/app/modules/api/Controllers/ControllerBase.php +++ b/app/modules/api/Controllers/ControllerBase.php @@ -143,7 +143,7 @@ abstract class ControllerBase { try { if ($this->isAuthenticated === false) { - throw new SPException(__u('Acceso no permitido')); + throw new SPException(__u('Unauthorized access')); } $this->sendJsonResponse(JsonRpcResponse::getResponse($apiResponse, $this->apiService->getRequestId())); diff --git a/app/modules/api/Controllers/Help/AccountHelp.php b/app/modules/api/Controllers/Help/AccountHelp.php index f3adf17d..83a5933c 100644 --- a/app/modules/api/Controllers/Help/AccountHelp.php +++ b/app/modules/api/Controllers/Help/AccountHelp.php @@ -40,7 +40,7 @@ final class AccountHelp implements HelpInterface { return [ - self::getItem('id', __('Id de la cuenta'), true) + self::getItem('id', __('Account Id'), true) ]; } @@ -51,9 +51,9 @@ final class AccountHelp implements HelpInterface { return [ - self::getItem('id', __('Id de la cuenta'), true), - self::getItem('tokenPass', __('Clave del token'), true), - self::getItem('details', __('Devolver detalles en la respuesta')) + self::getItem('id', __('Account Id'), true), + self::getItem('tokenPass', __('Token\'s password'), true), + self::getItem('details', __('Send details in the response')) ]; } @@ -64,10 +64,10 @@ final class AccountHelp implements HelpInterface { return [ - self::getItem('id', __('Id de la cuenta'), true), - self::getItem('tokenPass', __('Clave del token'), true), - self::getItem('pass', __('Clave'), true), - self::getItem('expireDate', __('Fecha Caducidad Clave')) + self::getItem('id', __('Account Id'), true), + self::getItem('tokenPass', __('Token\'s password'), true), + self::getItem('pass', __('Password'), true), + self::getItem('expireDate', __('Password Expiry Date')) ]; } @@ -78,20 +78,20 @@ final class AccountHelp implements HelpInterface { return [ - self::getItem('tokenPass', __('Clave del token'), true), - self::getItem('name', __('Nombre de cuenta'), true), - self::getItem('categoryId', __('Id de categoría'), true), - self::getItem('clientId', __('Id de cliente'), true), - self::getItem('pass', __('Clave'), true), - self::getItem('login', __('Usuario de acceso')), - self::getItem('url', __('URL o IP de acceso')), - self::getItem('notes', __('Notas sobre la cuenta')), - self::getItem('private', __('Cuenta Privada')), - self::getItem('privateGroup', __('Cuenta Privada Grupo')), - self::getItem('expireDate', __('Fecha Caducidad Clave')), - self::getItem('parentId', __('Cuenta Vinculada')), - self::getItem('tagsId', __('Array con Ids de etiquetas')), - self::getItem('userGroupId', __('Id de grupo')) + self::getItem('tokenPass', __('Token\'s password'), true), + self::getItem('name', __('Account name'), true), + self::getItem('categoryId', __('Category Id'), true), + self::getItem('clientId', __('Client Id'), true), + self::getItem('pass', __('Password'), true), + self::getItem('login', __('Access user')), + self::getItem('url', __('Access URL or IP')), + self::getItem('notes', __('Notes about the account')), + self::getItem('private', __('Private Account')), + self::getItem('privateGroup', __('Private Account for Group')), + self::getItem('expireDate', __('Password Expiry Date')), + self::getItem('parentId', __('Linked Account')), + self::getItem('tagsId', __('Array with tags id')), + self::getItem('userGroupId', __('Group Id')) ]; } @@ -102,19 +102,19 @@ final class AccountHelp implements HelpInterface { return [ - self::getItem('id', __('Id de la cuenta'), true), - self::getItem('name', __('Nombre de cuenta')), - self::getItem('categoryId', __('Id de categoría')), - self::getItem('clientId', __('Id de cliente')), - self::getItem('login', __('Usuario de acceso')), - self::getItem('url', __('URL o IP de acceso')), - self::getItem('notes', __('Notas sobre la cuenta')), - self::getItem('private', __('Cuenta Privada')), - self::getItem('privateGroup', __('Cuenta Privada Grupo')), - self::getItem('expireDate', __('Fecha Caducidad Clave')), - self::getItem('parentId', __('Cuenta Vinculada')), - self::getItem('tagsId', __('Array con Ids de etiquetas')), - self::getItem('userGroupId', __('Id de grupo')) + self::getItem('id', __('Account Id'), true), + self::getItem('name', __('Account name')), + self::getItem('categoryId', __('Category Id')), + self::getItem('clientId', __('Client Id')), + self::getItem('login', __('Access user')), + self::getItem('url', __('Access URL or IP')), + self::getItem('notes', __('Notes about the account')), + self::getItem('private', __('Private Account')), + self::getItem('privateGroup', __('Private Account for Group')), + self::getItem('expireDate', __('Password Expiry Date')), + self::getItem('parentId', __('Linked Account')), + self::getItem('tagsId', __('Array with tags id')), + self::getItem('userGroupId', __('Group Id')) ]; } @@ -125,12 +125,12 @@ final class AccountHelp implements HelpInterface { return [ - self::getItem('text', __('Texto a buscar')), - self::getItem('count', __('Número de resultados a mostrar')), - self::getItem('categoryId', __('Id de categoría a filtrar')), - self::getItem('clientId', __('Id de cliente a filtrar')), - self::getItem('tagsId', __('Array con Ids de etiquetas a filtrar')), - self::getItem('op', __('Operador de filtrado')) + self::getItem('text', __('Text to search for')), + self::getItem('count', __('Number of results to display')), + self::getItem('categoryId', __('Category Id to filter on')), + self::getItem('clientId', __('Client Id to filter on')), + self::getItem('tagsId', __('Array with tags id for filtering')), + self::getItem('op', __('Filtering operator')) ]; } @@ -141,7 +141,7 @@ final class AccountHelp implements HelpInterface { return [ - self::getItem('id', __('Id de la cuenta'), true) + self::getItem('id', __('Account Id'), true) ]; } } \ No newline at end of file diff --git a/app/modules/api/Controllers/Help/CategoryHelp.php b/app/modules/api/Controllers/Help/CategoryHelp.php index f3e71019..47c05605 100644 --- a/app/modules/api/Controllers/Help/CategoryHelp.php +++ b/app/modules/api/Controllers/Help/CategoryHelp.php @@ -40,7 +40,7 @@ final class CategoryHelp implements HelpInterface { return [ - self::getItem('id', __('Id de categoría'), true) + self::getItem('id', __('Category Id'), true) ]; } @@ -51,8 +51,8 @@ final class CategoryHelp implements HelpInterface { return [ - self::getItem('name', __('Nombre de la categoría'), true), - self::getItem('description', __('Descripción de la categoría')) + self::getItem('name', __('Category name'), true), + self::getItem('description', __('Category description')) ]; } @@ -63,9 +63,9 @@ final class CategoryHelp implements HelpInterface { return [ - self::getItem('id', __('Id de categoría'), true), - self::getItem('name', __('Nombre de la categoría'), true), - self::getItem('description', __('Descripción de la categoría')) + self::getItem('id', __('Category Id'), true), + self::getItem('name', __('Category name'), true), + self::getItem('description', __('Category description')) ]; } @@ -76,8 +76,8 @@ final class CategoryHelp implements HelpInterface { return [ - self::getItem('text', __('Texto a buscar')), - self::getItem('count', __('Número de resultados a mostrar')) + self::getItem('text', __('Text to search for')), + self::getItem('count', __('Number of results to display')) ]; } @@ -88,7 +88,7 @@ final class CategoryHelp implements HelpInterface { return [ - self::getItem('id', __('Id de categoría'), true) + self::getItem('id', __('Category Id'), true) ]; } } \ No newline at end of file diff --git a/app/modules/api/Controllers/Help/ClientHelp.php b/app/modules/api/Controllers/Help/ClientHelp.php index 12673bb9..f79c5ce8 100644 --- a/app/modules/api/Controllers/Help/ClientHelp.php +++ b/app/modules/api/Controllers/Help/ClientHelp.php @@ -40,7 +40,7 @@ final class ClientHelp implements HelpInterface { return [ - self::getItem('id', __('Id de cliente'), true) + self::getItem('id', __('Client Id'), true) ]; } @@ -51,8 +51,8 @@ final class ClientHelp implements HelpInterface { return [ - self::getItem('name', __('Nombre del cliente'), true), - self::getItem('description', __('Descripción del cliente')), + self::getItem('name', __('Client name'), true), + self::getItem('description', __('Client description')), self::getItem('global', __('Global')) ]; } @@ -64,9 +64,9 @@ final class ClientHelp implements HelpInterface { return [ - self::getItem('id', __('Id de cliente'), true), - self::getItem('name', __('Nombre del cliente'), true), - self::getItem('description', __('Descripción del cliente')), + self::getItem('id', __('Client Id'), true), + self::getItem('name', __('Client name'), true), + self::getItem('description', __('Client description')), self::getItem('global', __('Global')) ]; } @@ -78,8 +78,8 @@ final class ClientHelp implements HelpInterface { return [ - self::getItem('text', __('Texto a buscar')), - self::getItem('count', __('Número de resultados a mostrar')) + self::getItem('text', __('Text to search for')), + self::getItem('count', __('Number of results to display')) ]; } @@ -90,7 +90,7 @@ final class ClientHelp implements HelpInterface { return [ - self::getItem('id', __('Id de cliente'), true) + self::getItem('id', __('Client Id'), true) ]; } } \ No newline at end of file diff --git a/app/modules/api/Controllers/Help/ConfigHelp.php b/app/modules/api/Controllers/Help/ConfigHelp.php index f92244ad..dffdd915 100644 --- a/app/modules/api/Controllers/Help/ConfigHelp.php +++ b/app/modules/api/Controllers/Help/ConfigHelp.php @@ -40,7 +40,7 @@ final class ConfigHelp implements HelpInterface { return [ - self::getItem('path', __('Ruta')) + self::getItem('path', __('Path')) ]; } @@ -51,8 +51,8 @@ final class ConfigHelp implements HelpInterface { return [ - self::getItem('path', __('Ruta')), - self::getItem('password', __('Clave')) + self::getItem('path', __('Path')), + self::getItem('password', __('Password')) ]; } } \ No newline at end of file diff --git a/app/modules/api/Controllers/Help/TagHelp.php b/app/modules/api/Controllers/Help/TagHelp.php index 3ba128c3..f5562a71 100644 --- a/app/modules/api/Controllers/Help/TagHelp.php +++ b/app/modules/api/Controllers/Help/TagHelp.php @@ -40,7 +40,7 @@ final class TagHelp implements HelpInterface { return [ - self::getItem('id', __('Id de etiqueta'), true) + self::getItem('id', __('Tag Id'), true) ]; } @@ -51,7 +51,7 @@ final class TagHelp implements HelpInterface { return [ - self::getItem('name', __('Nombre de la etiqueta'), true) + self::getItem('name', __('Tag name'), true) ]; } @@ -62,8 +62,8 @@ final class TagHelp implements HelpInterface { return [ - self::getItem('id', __('Id de etiqueta'), true), - self::getItem('name', __('Nombre de la etiqueta'), true) + self::getItem('id', __('Tag Id'), true), + self::getItem('name', __('Tag name'), true) ]; } @@ -74,8 +74,8 @@ final class TagHelp implements HelpInterface { return [ - self::getItem('text', __('Texto a buscar')), - self::getItem('count', __('Número de resultados a mostrar')) + self::getItem('text', __('Text to search for')), + self::getItem('count', __('Number of results to display')) ]; } @@ -86,7 +86,7 @@ final class TagHelp implements HelpInterface { return [ - self::getItem('id', __('Id de etiqueta'), true) + self::getItem('id', __('Tag Id'), true) ]; } } \ No newline at end of file diff --git a/app/modules/api/Controllers/Help/UserGroupHelp.php b/app/modules/api/Controllers/Help/UserGroupHelp.php index 2f52e325..5cfe3417 100644 --- a/app/modules/api/Controllers/Help/UserGroupHelp.php +++ b/app/modules/api/Controllers/Help/UserGroupHelp.php @@ -40,7 +40,7 @@ final class UserGroupHelp implements HelpInterface { return [ - self::getItem('id', __('Id de grupo'), true) + self::getItem('id', __('Group Id'), true) ]; } @@ -51,9 +51,9 @@ final class UserGroupHelp implements HelpInterface { return [ - self::getItem('name', __('Nombre del grupo'), true), - self::getItem('description', __('Descripción del grupo')), - self::getItem('usersId', __('Array con Ids de usuarios')) + self::getItem('name', __('Group name'), true), + self::getItem('description', __('Group description')), + self::getItem('usersId', __('Array with users Id')) ]; } @@ -64,10 +64,10 @@ final class UserGroupHelp implements HelpInterface { return [ - self::getItem('id', __('Id de grupo'), true), - self::getItem('name', __('Nombre del grupo'), true), - self::getItem('description', __('Descripción del grupo')), - self::getItem('usersId', __('Array con Ids de usuarios')) + self::getItem('id', __('Group Id'), true), + self::getItem('name', __('Group name'), true), + self::getItem('description', __('Group description')), + self::getItem('usersId', __('Array with users Id')) ]; } @@ -78,8 +78,8 @@ final class UserGroupHelp implements HelpInterface { return [ - self::getItem('text', __('Texto a buscar')), - self::getItem('count', __('Número de resultados a mostrar')) + self::getItem('text', __('Text to search for')), + self::getItem('count', __('Number of results to display')) ]; } @@ -90,7 +90,7 @@ final class UserGroupHelp implements HelpInterface { return [ - self::getItem('id', __('Id de grupo'), true) + self::getItem('id', __('Group Id'), true) ]; } } \ No newline at end of file diff --git a/app/modules/api/Controllers/TagController.php b/app/modules/api/Controllers/TagController.php index 630f7feb..202a5a38 100644 --- a/app/modules/api/Controllers/TagController.php +++ b/app/modules/api/Controllers/TagController.php @@ -58,8 +58,8 @@ final class TagController extends ControllerBase $this->eventDispatcher->notifyEvent('show.tag', new Event($this, EventMessage::factory() - ->addDescription(__u('Etiqueta visualizada')) - ->addDetail(__u('Nombre'), $tagData->getName()) + ->addDescription(__u('Tag displayed')) + ->addDetail(__u('Name'), $tagData->getName()) ->addDetail('ID', $id)) ); @@ -86,12 +86,12 @@ final class TagController extends ControllerBase $this->eventDispatcher->notifyEvent('create.tag', new Event($this, EventMessage::factory() - ->addDescription(__u('Etiqueta creada')) - ->addDetail(__u('Nombre'), $tagData->getName()) + ->addDescription(__u('Tag added')) + ->addDetail(__u('Name'), $tagData->getName()) ->addDetail('ID', $id)) ); - $this->returnResponse(ApiResponse::makeSuccess($tagData, $id, __('Etiqueta creada'))); + $this->returnResponse(ApiResponse::makeSuccess($tagData, $id, __('Tag added'))); } catch (\Exception $e) { processException($e); @@ -115,12 +115,12 @@ final class TagController extends ControllerBase $this->eventDispatcher->notifyEvent('edit.tag', new Event($this, EventMessage::factory() - ->addDescription(__u('Etiqueta actualizada')) - ->addDetail(__u('Nombre'), $tagData->getName()) + ->addDescription(__u('Tag updated')) + ->addDetail(__u('Name'), $tagData->getName()) ->addDetail('ID', $tagData->getId())) ); - $this->returnResponse(ApiResponse::makeSuccess($tagData, $tagData->getId(), __('Etiqueta actualizada'))); + $this->returnResponse(ApiResponse::makeSuccess($tagData, $tagData->getId(), __('Tag updated'))); } catch (\Exception $e) { processException($e); @@ -144,12 +144,12 @@ final class TagController extends ControllerBase $this->eventDispatcher->notifyEvent('delete.tag', new Event($this, EventMessage::factory() - ->addDescription(__u('Etiqueta eliminada')) - ->addDetail(__u('Nombre'), $tagData->getName()) + ->addDescription(__u('Tag removed')) + ->addDetail(__u('Name'), $tagData->getName()) ->addDetail('ID', $id)) ); - $this->returnResponse(ApiResponse::makeSuccess($tagData, $id, __('Etiqueta eliminada'))); + $this->returnResponse(ApiResponse::makeSuccess($tagData, $id, __('Tag removed'))); } catch (\Exception $e) { processException($e); diff --git a/app/modules/api/Controllers/UserGroupController.php b/app/modules/api/Controllers/UserGroupController.php index 686f7561..3eb114b7 100644 --- a/app/modules/api/Controllers/UserGroupController.php +++ b/app/modules/api/Controllers/UserGroupController.php @@ -58,8 +58,8 @@ final class UserGroupController extends ControllerBase $this->eventDispatcher->notifyEvent('show.userGroup', new Event($this, EventMessage::factory() - ->addDescription(__u('Grupo visualizado')) - ->addDetail(__u('Nombre'), $userGroupData->getName()) + ->addDescription(__u('Group viewed')) + ->addDetail(__u('Name'), $userGroupData->getName()) ->addDetail('ID', $id)) ); @@ -88,12 +88,12 @@ final class UserGroupController extends ControllerBase $this->eventDispatcher->notifyEvent('create.userGroup', new Event($this, EventMessage::factory() - ->addDescription(__u('Grupo creado')) - ->addDetail(__u('Nombre'), $userGroupData->getName()) + ->addDescription(__u('Group added')) + ->addDetail(__u('Name'), $userGroupData->getName()) ->addDetail('ID', $id)) ); - $this->returnResponse(ApiResponse::makeSuccess($userGroupData, $id, __('Grupo creado'))); + $this->returnResponse(ApiResponse::makeSuccess($userGroupData, $id, __('Group added'))); } catch (\Exception $e) { processException($e); @@ -119,12 +119,12 @@ final class UserGroupController extends ControllerBase $this->eventDispatcher->notifyEvent('edit.userGroup', new Event($this, EventMessage::factory() - ->addDescription(__u('Grupo actualizado')) - ->addDetail(__u('Nombre'), $userGroupData->getName()) + ->addDescription(__u('Group updated')) + ->addDetail(__u('Name'), $userGroupData->getName()) ->addDetail('ID', $userGroupData->getId())) ); - $this->returnResponse(ApiResponse::makeSuccess($userGroupData, $userGroupData->getId(), __('Grupo actualizado'))); + $this->returnResponse(ApiResponse::makeSuccess($userGroupData, $userGroupData->getId(), __('Group updated'))); } catch (\Exception $e) { processException($e); @@ -148,12 +148,12 @@ final class UserGroupController extends ControllerBase $this->eventDispatcher->notifyEvent('delete.userGroup', new Event($this, EventMessage::factory() - ->addDescription(__u('Grupo eliminado')) - ->addDetail(__u('Nombre'), $userGroupData->getName()) + ->addDescription(__u('Group deleted')) + ->addDetail(__u('Name'), $userGroupData->getName()) ->addDetail('ID', $id)) ); - $this->returnResponse(ApiResponse::makeSuccess($userGroupData, $id, __('Grupo eliminado'))); + $this->returnResponse(ApiResponse::makeSuccess($userGroupData, $id, __('Group deleted'))); } catch (\Exception $e) { processException($e); diff --git a/app/modules/api/Init.php b/app/modules/api/Init.php index 2ed17ca6..61648565 100644 --- a/app/modules/api/Init.php +++ b/app/modules/api/Init.php @@ -143,7 +143,7 @@ final class Init extends ModuleBase ) { $this->config->generateUpgradeKey(); - throw new InitializationException(__u('Es necesario actualizar')); + throw new InitializationException(__u('Updating needed')); } } } \ No newline at end of file diff --git a/app/modules/web/Controllers/AccountController.php b/app/modules/web/Controllers/AccountController.php index d4426004..4b600490 100644 --- a/app/modules/web/Controllers/AccountController.php +++ b/app/modules/web/Controllers/AccountController.php @@ -115,7 +115,7 @@ final class AccountController extends ControllerBase implements CrudControllerIn } catch (\Exception $e) { processException($e); - ErrorUtil::showExceptionInView($this->view, $e); + return $this->returnJsonResponseException($e); } } @@ -146,7 +146,7 @@ final class AccountController extends ControllerBase implements CrudControllerIn $this->view->assign('title', [ 'class' => 'titleNormal', - 'name' => __('Detalles de Cuenta'), + 'name' => __('Account Details'), 'icon' => $this->icons->getIconView()->getIcon() ] ); @@ -201,7 +201,7 @@ final class AccountController extends ControllerBase implements CrudControllerIn $this->view->assign('title', [ 'class' => 'titleNormal', - 'name' => __('Detalles de Cuenta'), + 'name' => __('Account Details'), 'icon' => $this->icons->getIconView()->getIcon() ] ); @@ -222,10 +222,10 @@ final class AccountController extends ControllerBase implements CrudControllerIn $this->eventDispatcher->notifyEvent('show.account.link', new Event($this, EventMessage::factory() - ->addDescription(__u('Enlace visualizado')) - ->addDetail(__u('Cuenta'), $accountData->getName()) - ->addDetail(__u('Cliente'), $accountData->getClientName()) - ->addDetail(__u('Agente'), $this->router->request()->headers()->get('User-Agent')) + ->addDescription(__u('Link viewed')) + ->addDetail(__u('Account'), $accountData->getName()) + ->addDetail(__u('Client'), $accountData->getClientName()) + ->addDetail(__u('Agent'), $this->router->request()->headers()->get('User-Agent')) ->addDetail(__u('HTTPS'), $this->router->request()->isSecure() ? __u('ON') : __u('OFF')) ->addDetail(__u('IP'), $clientAddress) ->addData('userId', $publicLinkData->getUserId()) @@ -258,7 +258,7 @@ final class AccountController extends ControllerBase implements CrudControllerIn $this->view->assign('title', [ 'class' => 'titleGreen', - 'name' => __('Nueva Cuenta'), + 'name' => __('New Account'), 'icon' => $this->icons->getIconAdd()->getIcon() ] ); @@ -304,7 +304,7 @@ final class AccountController extends ControllerBase implements CrudControllerIn $this->view->assign('title', [ 'class' => 'titleGreen', - 'name' => __('Nueva Cuenta'), + 'name' => __('New Account'), 'icon' => $this->icons->getIconAdd()->getIcon() ] ); @@ -350,7 +350,7 @@ final class AccountController extends ControllerBase implements CrudControllerIn $this->view->assign('title', [ 'class' => 'titleOrange', - 'name' => __('Editar Cuenta'), + 'name' => __('Edit Account'), 'icon' => $this->icons->getIconEdit()->getIcon() ] ); @@ -397,7 +397,7 @@ final class AccountController extends ControllerBase implements CrudControllerIn $this->view->assign('title', [ 'class' => 'titleRed', - 'name' => __('Eliminar Cuenta'), + 'name' => __('Remove Account'), 'icon' => $this->icons->getIconDelete()->getIcon() ] ); @@ -442,7 +442,7 @@ final class AccountController extends ControllerBase implements CrudControllerIn $this->view->assign('title', [ 'class' => 'titleOrange', - 'name' => __('Modificar Clave de Cuenta'), + 'name' => __('Edit Account Password'), 'icon' => $this->icons->getIconEditPass()->getIcon() ] ); @@ -486,7 +486,7 @@ final class AccountController extends ControllerBase implements CrudControllerIn $this->view->assign('title', [ 'class' => 'titleNormal', - 'name' => __('Detalles de Cuenta'), + 'name' => __('Account Details'), 'icon' => 'access_time' ] ); @@ -570,8 +570,8 @@ final class AccountController extends ControllerBase implements CrudControllerIn $this->eventDispatcher->notifyEvent('show.account.pass', new Event($this, EventMessage::factory() - ->addDescription(__u('Clave visualizada')) - ->addDetail(__u('Cuenta'), $account->getName())) + ->addDescription(__u('Password viewed')) + ->addDetail(__u('Account'), $account->getName())) ); return $this->returnJsonResponseData($data); @@ -628,8 +628,8 @@ final class AccountController extends ControllerBase implements CrudControllerIn $this->eventDispatcher->notifyEvent('show.account.pass.history', new Event($this, EventMessage::factory() - ->addDescription(__u('Clave visualizada')) - ->addDetail(__u('Cuenta'), $account->getName())) + ->addDescription(__u('Password viewed')) + ->addDetail(__u('Account'), $account->getName())) ); return $this->returnJsonResponseData($data); @@ -670,8 +670,8 @@ final class AccountController extends ControllerBase implements CrudControllerIn $this->eventDispatcher->notifyEvent('copy.account.pass', new Event($this, EventMessage::factory() - ->addDescription(__u('Clave copiada')) - ->addDetail(__u('Cuenta'), $account->getName())) + ->addDescription(__u('Password copied')) + ->addDetail(__u('Account'), $account->getName())) ); return $this->returnJsonResponseData($data); @@ -707,8 +707,8 @@ final class AccountController extends ControllerBase implements CrudControllerIn $this->eventDispatcher->notifyEvent('copy.account.pass.history', new Event($this, EventMessage::factory() - ->addDescription(__u('Clave copiada')) - ->addDetail(__u('Cuenta'), $account->getName())) + ->addDescription(__u('Password copied')) + ->addDetail(__u('Account'), $account->getName())) ); return $this->returnJsonResponseData($data); @@ -744,9 +744,9 @@ final class AccountController extends ControllerBase implements CrudControllerIn $this->eventDispatcher->notifyEvent('create.account', new Event($this, EventMessage::factory() - ->addDescription(__u('Cuenta creada')) - ->addDetail(__u('Cuenta'), $accountDetails->getName()) - ->addDetail(__u('Cliente'), $accountDetails->getClientName())) + ->addDescription(__u('Account created')) + ->addDetail(__u('Account'), $accountDetails->getName()) + ->addDetail(__u('Client'), $accountDetails->getClientName())) ); return $this->returnJsonResponseData( @@ -755,7 +755,7 @@ final class AccountController extends ControllerBase implements CrudControllerIn 'nextAction' => Acl::getActionRoute(Acl::ACCOUNT_EDIT) ], JsonResponse::JSON_SUCCESS, - __u('Cuenta creada') + __u('Account created') ); } catch (ValidationException $e) { return $this->returnJsonResponseException($e); @@ -791,9 +791,9 @@ final class AccountController extends ControllerBase implements CrudControllerIn $this->eventDispatcher->notifyEvent('edit.account', new Event($this, EventMessage::factory() - ->addDescription(__u('Cuenta actualizada')) - ->addDetail(__u('Cuenta'), $accountDetails->getName()) - ->addDetail(__u('Cliente'), $accountDetails->getClientName())) + ->addDescription(__u('Account updated')) + ->addDetail(__u('Account'), $accountDetails->getName()) + ->addDetail(__u('Client'), $accountDetails->getClientName())) ); return $this->returnJsonResponseData( @@ -802,7 +802,7 @@ final class AccountController extends ControllerBase implements CrudControllerIn 'nextAction' => Acl::getActionRoute(Acl::ACCOUNT_VIEW) ], JsonResponse::JSON_SUCCESS, - __u('Cuenta actualizada') + __u('Account updated') ); } catch (ValidationException $e) { return $this->returnJsonResponseException($e); @@ -834,9 +834,9 @@ final class AccountController extends ControllerBase implements CrudControllerIn $this->eventDispatcher->notifyEvent('edit.account.pass', new Event($this, EventMessage::factory() - ->addDescription(__u('Clave actualizada')) - ->addDetail(__u('Cuenta'), $accountDetails->getName()) - ->addDetail(__u('Cliente'), $accountDetails->getClientName())) + ->addDescription(__u('Password updated')) + ->addDetail(__u('Account'), $accountDetails->getName()) + ->addDetail(__u('Client'), $accountDetails->getClientName())) ); return $this->returnJsonResponseData( @@ -845,7 +845,7 @@ final class AccountController extends ControllerBase implements CrudControllerIn 'nextAction' => Acl::getActionRoute(Acl::ACCOUNT_VIEW) ], JsonResponse::JSON_SUCCESS, - __u('Clave actualizada') + __u('Password updated') ); } catch (ValidationException $e) { return $this->returnJsonResponseException($e); @@ -875,9 +875,9 @@ final class AccountController extends ControllerBase implements CrudControllerIn $this->eventDispatcher->notifyEvent('edit.account.restore', new Event($this, EventMessage::factory() - ->addDescription(__u('Cuenta restaurada')) - ->addDetail(__u('Cuenta'), $accountDetails->getName()) - ->addDetail(__u('Cliente'), $accountDetails->getClientName())) + ->addDescription(__u('Account restored')) + ->addDetail(__u('Account'), $accountDetails->getName()) + ->addDetail(__u('Client'), $accountDetails->getClientName())) ); return $this->returnJsonResponseData( @@ -886,7 +886,7 @@ final class AccountController extends ControllerBase implements CrudControllerIn 'nextAction' => Acl::getActionRoute(Acl::ACCOUNT_VIEW) ], JsonResponse::JSON_SUCCESS, - __u('Cuenta restaurada') + __u('Account restored') ); } catch (\Exception $e) { processException($e); @@ -913,10 +913,10 @@ final class AccountController extends ControllerBase implements CrudControllerIn $this->deleteCustomFieldsForItem(Acl::ACCOUNT, $id); $this->eventDispatcher->notifyEvent('delete.account.selection', - new Event($this, EventMessage::factory()->addDescription(__u('Cuentas eliminadas'))) + new Event($this, EventMessage::factory()->addDescription(__u('Accounts removed'))) ); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Cuentas eliminadas')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Accounts removed')); } $accountDetails = $this->accountService->getById($id)->getAccountVData(); @@ -927,12 +927,12 @@ final class AccountController extends ControllerBase implements CrudControllerIn $this->eventDispatcher->notifyEvent('delete.account', new Event($this, EventMessage::factory() - ->addDescription(__u('Cuenta eliminada')) - ->addDetail(__u('Cuenta'), $accountDetails->getName()) - ->addDetail(__u('Cliente'), $accountDetails->getClientName())) + ->addDescription(__u('Account removed')) + ->addDetail(__u('Account'), $accountDetails->getName()) + ->addDetail(__u('Client'), $accountDetails->getClientName())) ); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Cuenta eliminada')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Account removed')); } catch (\Exception $e) { processException($e); @@ -955,18 +955,18 @@ final class AccountController extends ControllerBase implements CrudControllerIn $description = $this->request->analyzeString('description'); if (empty($description)) { - throw new ValidationException(__u('Es necesaria una descripción')); + throw new ValidationException(__u('A description is needed')); } $accountDetails = $this->accountService->getById($id)->getAccountVData(); $this->eventDispatcher->notifyEvent('request.account', new Event($this, EventMessage::factory() - ->addDescription(__u('Solicitud')) - ->addDetail(__u('Solicitante'), sprintf('%s (%s)', $this->userData->getName(), $this->userData->getLogin())) - ->addDetail(__u('Cuenta'), $accountDetails->getName()) - ->addDetail(__u('Cliente'), $accountDetails->getClientName()) - ->addDetail(__u('Descripción'), $description) + ->addDescription(__u('Request')) + ->addDetail(__u('Requester'), sprintf('%s (%s)', $this->userData->getName(), $this->userData->getLogin())) + ->addDetail(__u('Account'), $accountDetails->getName()) + ->addDetail(__u('Client'), $accountDetails->getClientName()) + ->addDetail(__u('Description'), $description) ->addData('accountId', $id) ->addData('whoId', $this->userData->getId()) ->addData('userId', $accountDetails->userId) @@ -979,7 +979,7 @@ final class AccountController extends ControllerBase implements CrudControllerIn 'nextAction' => Acl::getActionRoute(Acl::ACCOUNT) ], JsonResponse::JSON_SUCCESS, - __u('Solicitud realizada') + __u('Request done') ); } catch (ValidationException $e) { return $this->returnJsonResponseException($e); diff --git a/app/modules/web/Controllers/AccountFavoriteController.php b/app/modules/web/Controllers/AccountFavoriteController.php index f36c3488..b93996d2 100644 --- a/app/modules/web/Controllers/AccountFavoriteController.php +++ b/app/modules/web/Controllers/AccountFavoriteController.php @@ -52,7 +52,7 @@ final class AccountFavoriteController extends SimpleControllerBase try { $this->accountFavoriteService->add($accountId, $this->session->getUserData()->getId()); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Favorito añadido')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Favorite added')); } catch (\Exception $e) { processException($e); @@ -70,7 +70,7 @@ final class AccountFavoriteController extends SimpleControllerBase try { $this->accountFavoriteService->delete($accountId, $this->session->getUserData()->getId()); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Favorito eliminado')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Favorite deleted')); } catch (\Exception $e) { processException($e); diff --git a/app/modules/web/Controllers/AccountFileController.php b/app/modules/web/Controllers/AccountFileController.php index 1203f877..2372f3cd 100644 --- a/app/modules/web/Controllers/AccountFileController.php +++ b/app/modules/web/Controllers/AccountFileController.php @@ -71,7 +71,7 @@ final class AccountFileController extends ControllerBase implements CrudControll $this->checkSecurityToken($this->previousSk, $this->request); if (null === ($fileData = $this->accountFileService->getById($id))) { - throw new SPException(__u('El archivo no existe'), SPException::INFO); + throw new SPException(__u('File does not exist'), SPException::INFO); } $this->view->addTemplate('file', 'itemshow'); @@ -84,8 +84,8 @@ final class AccountFileController extends ControllerBase implements CrudControll $this->eventDispatcher->notifyEvent('show.accountFile', new Event($this, EventMessage::factory() - ->addDescription(__u('Archivo visualizado')) - ->addDetail(__u('Archivo'), $fileData->getName())) + ->addDescription(__u('File viewed')) + ->addDetail(__u('File'), $fileData->getName())) ); return $this->returnJsonResponseData(['html' => $this->render()]); @@ -100,8 +100,8 @@ final class AccountFileController extends ControllerBase implements CrudControll $this->eventDispatcher->notifyEvent('show.accountFile', new Event($this, EventMessage::factory() - ->addDescription(__u('Archivo visualizado')) - ->addDetail(__u('Archivo'), $fileData->getName())) + ->addDescription(__u('File viewed')) + ->addDetail(__u('File'), $fileData->getName())) ); return $this->returnJsonResponseData(['html' => $this->render()]); @@ -112,7 +112,7 @@ final class AccountFileController extends ControllerBase implements CrudControll return $this->returnJsonResponseException($e); } - return $this->returnJsonResponse(JsonResponse::JSON_WARNING, __u('Archivo no soportado para visualizar')); + return $this->returnJsonResponse(JsonResponse::JSON_WARNING, __u('File not supported for preview')); } /** @@ -132,13 +132,13 @@ final class AccountFileController extends ControllerBase implements CrudControll $this->session->setSecurityKey($this->previousSk); if (null === ($fileData = $this->accountFileService->getById($id))) { - throw new SPException(__u('El archivo no existe'), SPException::INFO); + throw new SPException(__u('File does not exist'), SPException::INFO); } $this->eventDispatcher->notifyEvent('download.accountFile', new Event($this, EventMessage::factory() - ->addDescription(__u('Archivo descargado')) - ->addDetail(__u('Archivo'), $fileData->getName())) + ->addDescription(__u('File downloaded')) + ->addDetail(__u('File'), $fileData->getName())) ); $response = $this->router->response(); @@ -183,13 +183,13 @@ final class AccountFileController extends ControllerBase implements CrudControll $file = $this->router->request()->files()->get('inFile'); if ($accountId === 0 || null === $file) { - throw new SPException(__u('CONSULTA INVÁLIDA'), SPException::ERROR); + throw new SPException(__u('INVALID QUERY'), SPException::ERROR); } $allowedExts = $this->configData->getFilesAllowedExts(); if (empty($allowedExts)) { - throw new SPException(__u('No hay extensiones permitidas'), SPException::ERROR); + throw new SPException(__u('There aren\'t any allowed extensions'), SPException::ERROR); } $fileHandler = new FileHandler($file['tmp_name']); @@ -206,24 +206,24 @@ final class AccountFileController extends ControllerBase implements CrudControll if (!in_array($fileData->getExtension(), $allowedExts, true)) { throw new SPException( - __u('Tipo de archivo no soportado'), + __u('File type not allowed'), SPException::ERROR, - sprintf(__('Extensión: %s'), $fileData->getExtension()) + sprintf(__('Extension: %s'), $fileData->getExtension()) ); } } else { throw new SPException( - __u('Archivo inválido'), + __u('Invalid file'), SPException::ERROR, - sprintf(__u('Archivo: %s'), $fileData->getName()) + sprintf(__u('File: %s'), $fileData->getName()) ); } if (!file_exists($file['tmp_name'])) { throw new SPException( - __u('Error interno al leer el archivo'), + __u('Internal error while reading the file'), SPException::ERROR, - sprintf(__u('Máximo tamaño: %s'), Util::getMaxUpload()) + sprintf(__u('Maximum size: %s'), Util::getMaxUpload()) ); } @@ -231,9 +231,9 @@ final class AccountFileController extends ControllerBase implements CrudControll if ($fileData->getSize() > ($allowedSize * 1000)) { throw new SPException( - __u('Tamaño de archivo superado'), + __u('File size exceeded'), SPException::ERROR, - sprintf(__u('Máximo tamaño: %d KB'), + sprintf(__u('Maximum size: %d KB'), $fileData->getRoundSize()) ); } @@ -241,7 +241,7 @@ final class AccountFileController extends ControllerBase implements CrudControll $fileData->setContent($fileHandler->readToString()); if ($fileData->getContent() === false) { - throw new SPException(__u('Error interno al leer el archivo')); + throw new SPException(__u('Internal error while reading the file')); } $this->accountFileService->create($fileData); @@ -253,16 +253,16 @@ final class AccountFileController extends ControllerBase implements CrudControll $this->eventDispatcher->notifyEvent('upload.accountFile', new Event($this, EventMessage::factory() - ->addDescription(__u('Archivo guardado')) - ->addDetail(__u('Archivo'), $fileData->getName()) - ->addDetail(__u('Cuenta'), $account->getName()) - ->addDetail(__u('Cliente'), $account->getClientName()) - ->addDetail(__u('Tipo'), $fileData->getType()) - ->addDetail(__u('Tamaño'), $fileData->getRoundSize() . 'KB') + ->addDescription(__u('File saved')) + ->addDetail(__u('File'), $fileData->getName()) + ->addDetail(__u('Account'), $account->getName()) + ->addDetail(__u('Client'), $account->getClientName()) + ->addDetail(__u('Type'), $fileData->getType()) + ->addDetail(__u('Size'), $fileData->getRoundSize() . 'KB') ) ); - return $this->returnJsonResponse(0, __u('Archivo guardado')); + return $this->returnJsonResponse(0, __u('File saved')); } catch (SPException $e) { processException($e); @@ -289,7 +289,7 @@ final class AccountFileController extends ControllerBase implements CrudControll $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::ACCOUNT_FILE_SEARCH)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } $this->view->addTemplate('datagrid-table', 'grid'); @@ -352,21 +352,21 @@ final class AccountFileController extends ControllerBase implements CrudControll $this->eventDispatcher->notifyEvent('delete.accountFile.selection', new Event($this, EventMessage::factory() - ->addDescription(__u('Archivos eliminados'))) + ->addDescription(__u('Files deleted'))) ); - return $this->returnJsonResponse(0, __u('Archivos eliminados')); + return $this->returnJsonResponse(0, __u('Files deleted')); } $this->eventDispatcher->notifyEvent('delete.accountFile', new Event($this, EventMessage::factory() - ->addDescription(__u('Archivo eliminado')) - ->addDetail(__u('Archivo'), $id)) + ->addDescription(__u('File deleted')) + ->addDetail(__u('File'), $id)) ); $this->accountFileService->delete($id); - return $this->returnJsonResponse(0, __u('Archivo Eliminado')); + return $this->returnJsonResponse(0, __u('File Deleted')); } catch (\Exception $e) { processException($e); @@ -402,7 +402,7 @@ final class AccountFileController extends ControllerBase implements CrudControll public function listAction($accountId) { if (!$this->configData->isFilesEnabled()) { - echo __('Gestión de archivos deshabilitada'); + echo __('Files management disabled'); return; } @@ -421,7 +421,7 @@ final class AccountFileController extends ControllerBase implements CrudControll if (!is_array($this->view->files) || count($this->view->files) === 0) { $this->view->addTemplate('no_records_found', '_partials'); - $this->view->assign('message', __('No hay archivos asociados a la cuenta')); + $this->view->assign('message', __('There are no linked files for the account')); $this->view(); diff --git a/app/modules/web/Controllers/AccountHistoryManagerController.php b/app/modules/web/Controllers/AccountHistoryManagerController.php index ca7071d8..7b2bbc7d 100644 --- a/app/modules/web/Controllers/AccountHistoryManagerController.php +++ b/app/modules/web/Controllers/AccountHistoryManagerController.php @@ -61,7 +61,7 @@ final class AccountHistoryManagerController extends ControllerBase $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::ACCOUNTMGR_HISTORY_SEARCH)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } $this->view->addTemplate('datagrid-table', 'grid'); @@ -105,10 +105,10 @@ final class AccountHistoryManagerController extends ControllerBase $this->accountHistoryService->deleteByIdBatch($this->getItemsIdFromRequest($this->request)); $this->eventDispatcher->notifyEvent('delete.accountHistory.selection', - new Event($this, EventMessage::factory()->addDescription(__u('Cuentas eliminadas'))) + new Event($this, EventMessage::factory()->addDescription(__u('Accounts removed'))) ); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Cuentas eliminadas')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Accounts removed')); } $accountDetails = $this->accountHistoryService->getById($id); @@ -116,12 +116,12 @@ final class AccountHistoryManagerController extends ControllerBase $this->eventDispatcher->notifyEvent('delete.accountHistory', new Event($this, EventMessage::factory() - ->addDescription(__u('Cuenta eliminada')) - ->addDetail(__u('Cuenta'), $accountDetails->getName()) - ->addDetail(__u('Cliente'), $accountDetails->getClientName())) + ->addDescription(__u('Account removed')) + ->addDetail(__u('Account'), $accountDetails->getName()) + ->addDetail(__u('Client'), $accountDetails->getClientName())) ); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Cuenta eliminada')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Account removed')); } catch (\Exception $e) { processException($e); @@ -153,12 +153,12 @@ final class AccountHistoryManagerController extends ControllerBase $this->eventDispatcher->notifyEvent('restore.accountHistory', new Event($this, EventMessage::factory() - ->addDescription(__u('Cuenta restaurada')) - ->addDetail(__u('Cuenta'), $accountDetails->getName()) - ->addDetail(__u('Cliente'), $accountDetails->getClientName())) + ->addDescription(__u('Account restored')) + ->addDetail(__u('Account'), $accountDetails->getName()) + ->addDetail(__u('Client'), $accountDetails->getClientName())) ); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Cuenta restaurada')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Account restored')); } catch (\Exception $e) { processException($e); diff --git a/app/modules/web/Controllers/AccountManagerController.php b/app/modules/web/Controllers/AccountManagerController.php index 7d4eedca..60e99b50 100644 --- a/app/modules/web/Controllers/AccountManagerController.php +++ b/app/modules/web/Controllers/AccountManagerController.php @@ -76,7 +76,7 @@ final class AccountManagerController extends ControllerBase $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::ACCOUNTMGR_SEARCH)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } $this->view->addTemplate('datagrid-table', 'grid'); @@ -132,10 +132,10 @@ final class AccountManagerController extends ControllerBase $this->deleteCustomFieldsForItem(Acl::ACCOUNT, $id); $this->eventDispatcher->notifyEvent('delete.account.selection', - new Event($this, EventMessage::factory()->addDescription(__u('Cuentas eliminadas'))) + new Event($this, EventMessage::factory()->addDescription(__u('Accounts removed'))) ); - return $this->returnJsonResponseData(JsonResponse::JSON_SUCCESS, __u('Cuentas eliminadas')); + return $this->returnJsonResponseData(JsonResponse::JSON_SUCCESS, __u('Accounts removed')); } $accountDetails = $this->accountService->getById($id)->getAccountVData(); @@ -146,12 +146,12 @@ final class AccountManagerController extends ControllerBase $this->eventDispatcher->notifyEvent('delete.account', new Event($this, EventMessage::factory() - ->addDescription(__u('Cuenta eliminada')) - ->addDetail(__u('Cuenta'), $accountDetails->getName()) - ->addDetail(__u('Cliente'), $accountDetails->getClientName())) + ->addDescription(__u('Account removed')) + ->addDetail(__u('Account'), $accountDetails->getName()) + ->addDetail(__u('Client'), $accountDetails->getClientName())) ); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Cuenta eliminada')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Account removed')); } catch (\Exception $e) { processException($e); @@ -188,10 +188,10 @@ final class AccountManagerController extends ControllerBase $this->eventDispatcher->notifyEvent('edit.account.bulk', new Event($this, EventMessage::factory() - ->addDescription(__u('Cuentas actualizadas'))) + ->addDescription(__u('Accounts updated'))) ); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Cuentas actualizadas')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Accounts updated')); } catch (\Exception $e) { processException($e); @@ -210,10 +210,10 @@ final class AccountManagerController extends ControllerBase $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::ACCOUNTMGR)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } - $this->view->assign('header', __('Actualización Masiva')); + $this->view->assign('header', __('Bulk Update')); $this->view->assign('isView', false); $this->view->assign('route', 'accountManager/saveBulkEdit'); $this->view->assign('itemsId', $this->getItemsIdFromRequest($this->request)); diff --git a/app/modules/web/Controllers/AuthTokenController.php b/app/modules/web/Controllers/AuthTokenController.php index d00290f8..58a9a139 100644 --- a/app/modules/web/Controllers/AuthTokenController.php +++ b/app/modules/web/Controllers/AuthTokenController.php @@ -68,7 +68,7 @@ final class AuthTokenController extends ControllerBase implements CrudController $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::AUTHTOKEN_SEARCH)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } $this->view->addTemplate('datagrid-table', 'grid'); @@ -108,10 +108,10 @@ final class AuthTokenController extends ControllerBase implements CrudController $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::AUTHTOKEN_CREATE)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } - $this->view->assign('header', __('Nueva Autorización')); + $this->view->assign('header', __('New Authorization')); $this->view->assign('isView', false); $this->view->assign('route', 'authToken/saveCreate'); @@ -173,10 +173,10 @@ final class AuthTokenController extends ControllerBase implements CrudController $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::AUTHTOKEN_EDIT)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } - $this->view->assign('header', __('Editar Autorización')); + $this->view->assign('header', __('Edit Authorization')); $this->view->assign('isView', false); $this->view->assign('route', 'authToken/saveEdit/' . $id); @@ -206,7 +206,7 @@ final class AuthTokenController extends ControllerBase implements CrudController $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::AUTHTOKEN_DELETE)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } if ($id === null) { @@ -217,10 +217,10 @@ final class AuthTokenController extends ControllerBase implements CrudController $this->eventDispatcher->notifyEvent('delete.authToken.selection', new Event($this, EventMessage::factory() - ->addDescription(__u('Autorizaciones eliminadas'))) + ->addDescription(__u('Authorizations deleted'))) ); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Autorizaciones eliminadas')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Authorizations deleted')); } $this->authTokenService->delete($id); @@ -230,11 +230,11 @@ final class AuthTokenController extends ControllerBase implements CrudController $this->eventDispatcher->notifyEvent('delete.authToken', new Event($this, EventMessage::factory() - ->addDescription(__u('Autorización eliminada')) - ->addDetail(__u('Autorización'), $id)) + ->addDescription(__u('Authorization deleted')) + ->addDetail(__u('Authorization'), $id)) ); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Autorización eliminada')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Authorization deleted')); } catch (\Exception $e) { processException($e); @@ -251,7 +251,7 @@ final class AuthTokenController extends ControllerBase implements CrudController $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::AUTHTOKEN_CREATE)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } @@ -266,7 +266,7 @@ final class AuthTokenController extends ControllerBase implements CrudController $this->eventDispatcher->notifyEvent('create.authToken', new Event($this)); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Autorización creada')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Authorization added')); } catch (ValidationException $e) { return $this->returnJsonResponse(JsonResponse::JSON_ERROR, $e->getMessage()); } catch (\Exception $e) { @@ -289,7 +289,7 @@ final class AuthTokenController extends ControllerBase implements CrudController $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::AUTHTOKEN_EDIT)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } @@ -302,8 +302,8 @@ final class AuthTokenController extends ControllerBase implements CrudController $this->eventDispatcher->notifyEvent('refresh.authToken', new Event($this, EventMessage::factory() - ->addDescription(__u('Autorización actualizada')) - ->addDetail(__u('Autorización'), $id)) + ->addDescription(__u('Authorization updated')) + ->addDetail(__u('Authorization'), $id)) ); } else { $this->authTokenService->update($form->getItemData()); @@ -311,14 +311,14 @@ final class AuthTokenController extends ControllerBase implements CrudController $this->eventDispatcher->notifyEvent('edit.authToken', new Event($this, EventMessage::factory() - ->addDescription(__u('Autorización actualizada')) - ->addDetail(__u('Autorización'), $id)) + ->addDescription(__u('Authorization updated')) + ->addDetail(__u('Authorization'), $id)) ); } $this->updateCustomFieldsForItem(Acl::AUTHTOKEN, $id, $this->request); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Autorización actualizada')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Authorization updated')); } catch (ValidationException $e) { return $this->returnJsonResponse(JsonResponse::JSON_ERROR, $e->getMessage()); } catch (\Exception $e) { @@ -341,10 +341,10 @@ final class AuthTokenController extends ControllerBase implements CrudController $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::AUTHTOKEN_VIEW)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } - $this->view->assign('header', __('Ver Autorización')); + $this->view->assign('header', __('View Authorization')); $this->view->assign('isView', true); @@ -352,8 +352,8 @@ final class AuthTokenController extends ControllerBase implements CrudController $this->eventDispatcher->notifyEvent('show.authToken', new Event($this, EventMessage::factory() - ->addDescription(__u('Autorización visualizada')) - ->addDetail(__u('Autorización'), $id)) + ->addDescription(__u('Authorization viewed')) + ->addDetail(__u('Authorization'), $id)) ); return $this->returnJsonResponseData(['html' => $this->render()]); diff --git a/app/modules/web/Controllers/CategoryController.php b/app/modules/web/Controllers/CategoryController.php index 574a3d02..1ead5405 100644 --- a/app/modules/web/Controllers/CategoryController.php +++ b/app/modules/web/Controllers/CategoryController.php @@ -66,7 +66,7 @@ final class CategoryController extends ControllerBase implements CrudControllerI $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::CATEGORY_SEARCH)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } $this->view->addTemplate('datagrid-table', 'grid'); @@ -103,10 +103,10 @@ final class CategoryController extends ControllerBase implements CrudControllerI $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::CATEGORY_CREATE)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } - $this->view->assign('header', __('Nueva Categoría')); + $this->view->assign('header', __('New Category')); $this->view->assign('isView', false); $this->view->assign('route', 'category/saveCreate'); @@ -167,10 +167,10 @@ final class CategoryController extends ControllerBase implements CrudControllerI $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::CATEGORY_EDIT)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } - $this->view->assign('header', __('Editar Categoría')); + $this->view->assign('header', __('Edit Category')); $this->view->assign('isView', false); $this->view->assign('route', 'category/saveEdit/' . $id); @@ -200,7 +200,7 @@ final class CategoryController extends ControllerBase implements CrudControllerI $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::CATEGORY_DELETE)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } if ($id === null) { @@ -211,10 +211,10 @@ final class CategoryController extends ControllerBase implements CrudControllerI $this->eventDispatcher->notifyEvent('delete.category', new Event($this, EventMessage::factory() - ->addDescription(__u('Categorías eliminadas'))) + ->addDescription(__u('Categories deleted'))) ); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Categorías eliminadas')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Categories deleted')); } $this->categoryService->delete($id); @@ -224,11 +224,11 @@ final class CategoryController extends ControllerBase implements CrudControllerI $this->eventDispatcher->notifyEvent('delete.category', new Event($this, EventMessage::factory() - ->addDescription(__u('Categoría eliminada')) - ->addDetail(__u('Categoría'), $id)) + ->addDescription(__u('Category deleted')) + ->addDetail(__u('Category'), $id)) ); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Categoría eliminada')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Category deleted')); } catch (\Exception $e) { processException($e); @@ -245,7 +245,7 @@ final class CategoryController extends ControllerBase implements CrudControllerI $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::CATEGORY_CREATE)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } $form = new CategoryForm($this->dic); @@ -260,11 +260,11 @@ final class CategoryController extends ControllerBase implements CrudControllerI $this->eventDispatcher->notifyEvent('create.category', new Event($this, EventMessage::factory() - ->addDescription(__u('Categoría creada')) - ->addDetail(__u('Categoría'), $itemData->getName())) + ->addDescription(__u('Category added')) + ->addDetail(__u('Category'), $itemData->getName())) ); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Categoría creada')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Category added')); } catch (ValidationException $e) { return $this->returnJsonResponseException($e); } catch (\Exception $e) { @@ -287,7 +287,7 @@ final class CategoryController extends ControllerBase implements CrudControllerI $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::CATEGORY_EDIT)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } $form = new CategoryForm($this->dic, $id); @@ -302,11 +302,11 @@ final class CategoryController extends ControllerBase implements CrudControllerI $this->eventDispatcher->notifyEvent('edit.category', new Event($this, EventMessage::factory() - ->addDescription(__u('Categoría actualizada')) - ->addDetail(__u('Categoría'), $itemData->getName())) + ->addDescription(__u('Category updated')) + ->addDetail(__u('Category'), $itemData->getName())) ); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Categoría actualizada')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Category updated')); } catch (ValidationException $e) { return $this->returnJsonResponseException($e); } catch (\Exception $e) { @@ -329,10 +329,10 @@ final class CategoryController extends ControllerBase implements CrudControllerI $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::CATEGORY_VIEW)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } - $this->view->assign('header', __('Ver Categoría')); + $this->view->assign('header', __('View Category')); $this->view->assign('isView', true); $this->setViewData($id); diff --git a/app/modules/web/Controllers/ClientController.php b/app/modules/web/Controllers/ClientController.php index 9302cb1e..8d287fef 100644 --- a/app/modules/web/Controllers/ClientController.php +++ b/app/modules/web/Controllers/ClientController.php @@ -67,7 +67,7 @@ final class ClientController extends ControllerBase implements CrudControllerInt $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::CLIENT_SEARCH)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } $this->view->addTemplate('datagrid-table', 'grid'); @@ -104,10 +104,10 @@ final class ClientController extends ControllerBase implements CrudControllerInt $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::CLIENT_CREATE)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } - $this->view->assign('header', __('Nuevo Cliente')); + $this->view->assign('header', __('New Client')); $this->view->assign('isView', false); $this->view->assign('route', 'client/saveCreate'); @@ -168,10 +168,10 @@ final class ClientController extends ControllerBase implements CrudControllerInt $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::CLIENT_EDIT)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } - $this->view->assign('header', __('Editar Cliente')); + $this->view->assign('header', __('Edit Client')); $this->view->assign('isView', false); $this->view->assign('route', 'client/saveEdit/' . $id); @@ -200,7 +200,7 @@ final class ClientController extends ControllerBase implements CrudControllerInt $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::CLIENT_DELETE)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } if ($id === null) { @@ -210,10 +210,10 @@ final class ClientController extends ControllerBase implements CrudControllerInt $this->eventDispatcher->notifyEvent('delete.client.selection', new Event($this, EventMessage::factory() - ->addDescription(__u('Clientes eliminados'))) + ->addDescription(__u('Clients deleted'))) ); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Clientes eliminados')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Clients deleted')); } $this->clientService->delete($id); @@ -221,11 +221,11 @@ final class ClientController extends ControllerBase implements CrudControllerInt $this->eventDispatcher->notifyEvent('delete.client', new Event($this, EventMessage::factory() - ->addDescription(__u('Cliente eliminado')) - ->addDetail(__u('Cliente'), $id)) + ->addDescription(__u('Client deleted')) + ->addDetail(__u('Client'), $id)) ); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Cliente eliminado')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Client deleted')); } catch (\Exception $e) { processException($e); @@ -242,7 +242,7 @@ final class ClientController extends ControllerBase implements CrudControllerInt $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::CLIENT_CREATE)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } $form = new ClientForm($this->dic); @@ -255,11 +255,11 @@ final class ClientController extends ControllerBase implements CrudControllerInt $this->eventDispatcher->notifyEvent('create.client', new Event($this, EventMessage::factory() - ->addDescription(__u('Cliente creado')) - ->addDetail(__u('Cliente'), $itemData->getName())) + ->addDescription(__u('Client added')) + ->addDetail(__u('Client'), $itemData->getName())) ); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Cliente creado')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Client added')); } catch (ValidationException $e) { return $this->returnJsonResponseException($e); } catch (\Exception $e) { @@ -282,7 +282,7 @@ final class ClientController extends ControllerBase implements CrudControllerInt $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::CLIENT_EDIT)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } $form = new ClientForm($this->dic, $id); @@ -293,11 +293,11 @@ final class ClientController extends ControllerBase implements CrudControllerInt $this->eventDispatcher->notifyEvent('edit.client', new Event($this, EventMessage::factory() - ->addDescription(__u('Cliente actualizado')) - ->addDetail(__u('Cliente'), $id)) + ->addDescription(__u('Client updated')) + ->addDetail(__u('Client'), $id)) ); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Cliente actualizado')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Client updated')); } catch (ValidationException $e) { return $this->returnJsonResponseException($e); } catch (\Exception $e) { @@ -320,10 +320,10 @@ final class ClientController extends ControllerBase implements CrudControllerInt $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::CLIENT_VIEW)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } - $this->view->assign('header', __('Ver Cliente')); + $this->view->assign('header', __('View Client')); $this->view->assign('isView', true); $this->setViewData($id); diff --git a/app/modules/web/Controllers/ConfigAccountController.php b/app/modules/web/Controllers/ConfigAccountController.php index 9cb7ddab..c9c601ed 100644 --- a/app/modules/web/Controllers/ConfigAccountController.php +++ b/app/modules/web/Controllers/ConfigAccountController.php @@ -71,7 +71,7 @@ final class ConfigAccountController extends SimpleControllerBase $filesAllowedSize = $this->request->analyzeInt('files_allowed_size', 1024); if ($filesAllowedSize >= 16384) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('El tamaño máximo por archivo es de 16MB')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('Maximum size per file is 16MB')); } $configData->setFilesEnabled(true); @@ -79,12 +79,12 @@ final class ConfigAccountController extends SimpleControllerBase $configData->setFilesAllowedSize($filesAllowedSize); if ($configData->isFilesEnabled() === false) { - $eventMessage->addDescription(__u('Archivos habilitados')); + $eventMessage->addDescription(__u('Files enabled')); } } elseif ($filesEnabled === false && $configData->isFilesEnabled()) { $configData->setFilesEnabled(false); - $eventMessage->addDescription(__u('Archivos deshabilitados')); + $eventMessage->addDescription(__u('Files disabled')); } // Public Links @@ -97,16 +97,16 @@ final class ConfigAccountController extends SimpleControllerBase $configData->setPublinksMaxViews($this->request->analyzeInt('publiclinks_maxviews', 3)); if ($configData->isPublinksEnabled() === false) { - $eventMessage->addDescription(__u('Enlaces públicos habilitados')); + $eventMessage->addDescription(__u('Public links enabled')); } } elseif ($pubLinksEnabled === false && $configData->isPublinksEnabled()) { $configData->setPublinksEnabled(false); - $eventMessage->addDescription(__u('Enlaces públicos deshabilitados')); + $eventMessage->addDescription(__u('Public links disabled')); } - $this->saveConfig($configData, $this->config, function () use ($eventMessage) { + return $this->saveConfig($configData, $this->config, function () use ($eventMessage) { $this->eventDispatcher->notifyEvent('save.config.account', new Event($this, $eventMessage)); }); } @@ -124,5 +124,7 @@ final class ConfigAccountController extends SimpleControllerBase return $this->returnJsonResponseException($e); } + + return true; } } \ No newline at end of file diff --git a/app/modules/web/Controllers/ConfigBackupController.php b/app/modules/web/Controllers/ConfigBackupController.php index 678255d0..01d96d09 100644 --- a/app/modules/web/Controllers/ConfigBackupController.php +++ b/app/modules/web/Controllers/ConfigBackupController.php @@ -54,7 +54,7 @@ final class ConfigBackupController extends SimpleControllerBase $this->checkSecurityToken($this->previousSk, $this->request); if ($this->config->getConfigData()->isDemoEnabled()) { - return $this->returnJsonResponse(JsonResponse::JSON_WARNING, __u('Ey, esto es una DEMO!!')); + return $this->returnJsonResponse(JsonResponse::JSON_WARNING, __u('Ey, this is a DEMO!!')); } try { @@ -65,10 +65,10 @@ final class ConfigBackupController extends SimpleControllerBase $this->eventDispatcher->notifyEvent('run.backup.end', new Event($this, EventMessage::factory() - ->addDescription(__u('Copia de la aplicación y base de datos realizada correctamente'))) + ->addDescription(__u('Application and database backup completed successfully'))) ); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Proceso de backup finalizado')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Backup process finished')); } catch (\Exception $e) { processException($e); @@ -87,13 +87,13 @@ final class ConfigBackupController extends SimpleControllerBase $exportPasswordR = $this->request->analyzeEncrypted('exportPwdR'); if (!empty($exportPassword) && $exportPassword !== $exportPasswordR) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('Las claves no coinciden')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('Passwords do not match')); } try { $this->eventDispatcher->notifyEvent('run.export.start', new Event($this, EventMessage::factory() - ->addDescription(__u('Exportación de sysPass en XML'))) + ->addDescription(__u('sysPass XML export'))) ); SessionContext::close(); @@ -103,7 +103,7 @@ final class ConfigBackupController extends SimpleControllerBase $this->eventDispatcher->notifyEvent('run.export.end', new Event($this, EventMessage::factory() - ->addDescription(__u('Proceso de exportación finalizado'))) + ->addDescription(__u('Export process finished'))) ); $verify = $this->dic->get(XmlVerifyService::class); @@ -118,20 +118,20 @@ final class ConfigBackupController extends SimpleControllerBase $this->eventDispatcher->notifyEvent('run.export.verify', new Event($this, EventMessage::factory() - ->addDescription(__u('Verificación de datos exportados finalizada')) - ->addDetail(__u('Versión'), $verifyResult->getVersion()) - ->addDetail(__u('Encriptado'), $verifyResult->isEncrypted() ? __u('Sí') : __u('No')) - ->addDetail(__u('Cuentas'), $nodes['Account']) - ->addDetail(__u('Clientes'), $nodes['Client']) - ->addDetail(__u('Categorías'), $nodes['Category']) - ->addDetail(__u('Etiquetas'), $nodes['Tag']) + ->addDescription(__u('Verification of exported data finished')) + ->addDetail(__u('Version'), $verifyResult->getVersion()) + ->addDetail(__u('Encrypted'), $verifyResult->isEncrypted() ? __u('Yes') : __u('No')) + ->addDetail(__u('Accounts'), $nodes['Account']) + ->addDetail(__u('Clients'), $nodes['Client']) + ->addDetail(__u('Categories'), $nodes['Category']) + ->addDetail(__u('Tags'), $nodes['Tag']) ) ); // Create the XML archive after verifying the export integrity $export->createArchive(); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Proceso de exportación finalizado')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Export process finished')); } catch (\Exception $e) { processException($e); @@ -159,8 +159,8 @@ final class ConfigBackupController extends SimpleControllerBase $this->eventDispatcher->notifyEvent('download.exportFile', new Event($this, EventMessage::factory() - ->addDescription(__u('Archivo descargado')) - ->addDetail(__u('Archivo'), str_replace(APP_ROOT, '', $file->getFile()))) + ->addDescription(__u('File downloaded')) + ->addDetail(__u('File'), str_replace(APP_ROOT, '', $file->getFile()))) ); $response = $this->router->response(); @@ -192,7 +192,7 @@ final class ConfigBackupController extends SimpleControllerBase $this->checkSecurityToken($this->previousSk, $this->request); if ($this->configData->isDemoEnabled()) { - return __('Ey, esto es una DEMO!!'); + return __('Ey, this is a DEMO!!'); } try { @@ -205,8 +205,8 @@ final class ConfigBackupController extends SimpleControllerBase $this->eventDispatcher->notifyEvent('download.backupAppFile', new Event($this, EventMessage::factory() - ->addDescription(__u('Archivo descargado')) - ->addDetail(__u('Archivo'), str_replace(APP_ROOT, '', $file->getFile()))) + ->addDescription(__u('File downloaded')) + ->addDetail(__u('File'), str_replace(APP_ROOT, '', $file->getFile()))) ); $response = $this->router->response(); @@ -238,7 +238,7 @@ final class ConfigBackupController extends SimpleControllerBase $this->checkSecurityToken($this->previousSk, $this->request); if ($this->configData->isDemoEnabled()) { - return __('Ey, esto es una DEMO!!'); + return __('Ey, this is a DEMO!!'); } try { @@ -251,8 +251,8 @@ final class ConfigBackupController extends SimpleControllerBase $this->eventDispatcher->notifyEvent('download.backupDbFile', new Event($this, EventMessage::factory() - ->addDescription(__u('Archivo descargado')) - ->addDetail(__u('Archivo'), str_replace(APP_ROOT, '', $file->getFile()))) + ->addDescription(__u('File downloaded')) + ->addDetail(__u('File'), str_replace(APP_ROOT, '', $file->getFile()))) ); $response = $this->router->response(); diff --git a/app/modules/web/Controllers/ConfigEncryptionController.php b/app/modules/web/Controllers/ConfigEncryptionController.php index c4bd3571..547d70d5 100644 --- a/app/modules/web/Controllers/ConfigEncryptionController.php +++ b/app/modules/web/Controllers/ConfigEncryptionController.php @@ -70,31 +70,31 @@ final class ConfigEncryptionController extends SimpleControllerBase $taskId = $this->request->analyzeString('taskId'); if (!$mastePassService->checkUserUpdateMPass($this->session->getUserData()->getLastUpdateMPass())) { - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS_STICKY, __u('Clave maestra actualizada'), [__u('Reinicie la sesión para cambiarla')]); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS_STICKY, __u('Master password updated'), [__u('Please, restart the session for update it')]); } if (empty($newMasterPass) || empty($currentMasterPass)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('Clave maestra no indicada')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('Master password not entered')); } if ($confirmPassChange === false) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('Se ha de confirmar el cambio de clave')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('The password update must be confirmed')); } if ($newMasterPass === $currentMasterPass) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('Las claves son idénticas')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('Passwords are the same')); } if ($newMasterPass !== $newMasterPassR) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('Las claves maestras no coinciden')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('Master passwords do not match')); } if (!$mastePassService->checkMasterPassword($currentMasterPass)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('La clave maestra actual no coincide')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('The current master password does not match')); } if ($this->config->getConfigData()->isDemoEnabled()) { - return $this->returnJsonResponse(JsonResponse::JSON_WARNING, __u('Ey, esto es una DEMO!!')); + return $this->returnJsonResponse(JsonResponse::JSON_WARNING, __u('Ey, this is a DEMO!!')); } $configService = $this->dic->get(ConfigService::class); @@ -140,11 +140,11 @@ final class ConfigEncryptionController extends SimpleControllerBase $this->eventDispatcher->notifyEvent('exception', new Event($e)); - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('Error al guardar el hash de la clave maestra')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('Error while saving the Master Password\'s hash')); } } - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS_STICKY, __u('Clave maestra actualizada'), [__u('Reinicie la sesión para cambiarla')]); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS_STICKY, __u('Master password updated'), [__u('Please, restart the session for update it')]); } /** @@ -156,23 +156,23 @@ final class ConfigEncryptionController extends SimpleControllerBase $this->checkSecurityToken($this->previousSk, $this->request); if ($this->config->getConfigData()->isDemoEnabled()) { - return $this->returnJsonResponse(JsonResponse::JSON_WARNING, __u('Ey, esto es una DEMO!!')); + return $this->returnJsonResponse(JsonResponse::JSON_WARNING, __u('Ey, this is a DEMO!!')); } $masterPassService = $this->dic->get(MasterPassService::class); $masterPassService->updateConfig(Hash::hashKey(CryptSession::getSessionKey($this->session))); $this->eventDispatcher->notifyEvent('refresh.masterPassword.hash', - new Event($this, EventMessage::factory()->addDescription(__u('Hash de clave maestra actualizado')))); + new Event($this, EventMessage::factory()->addDescription(__u('Master password hash updated')))); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Hash de clave maestra actualizado')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Master password hash updated')); } catch (\Exception $e) { processException($e); $this->eventDispatcher->notifyEvent('exception', new Event($e)); - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('Error al actualizar el hash de la clave maestra')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('Error while updating the master password hash')); } } @@ -196,17 +196,17 @@ final class ConfigEncryptionController extends SimpleControllerBase try { $temporaryMasterPassService->sendByEmailForGroup($groupId, $key); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Clave temporal generada'), [__u('Email enviado')]); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Temporary password generated'), [__u('Email sent')]); } catch (\Exception $e) { processException($e); $this->eventDispatcher->notifyEvent('exception', new Event($e)); - return $this->returnJsonResponse(JsonResponse::JSON_WARNING, __u('Clave temporal generada'), [__u('Error al enviar email')]); + return $this->returnJsonResponse(JsonResponse::JSON_WARNING, __u('Temporary password generated'), [__u('Error while sending the email')]); } } - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Clave temporal generada')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Temporary password generated')); } catch (\Exception $e) { processException($e); @@ -229,5 +229,7 @@ final class ConfigEncryptionController extends SimpleControllerBase return $this->returnJsonResponseException($e); } + + return true; } } \ No newline at end of file diff --git a/app/modules/web/Controllers/ConfigGeneralController.php b/app/modules/web/Controllers/ConfigGeneralController.php index f473cffc..20f4b8a0 100644 --- a/app/modules/web/Controllers/ConfigGeneralController.php +++ b/app/modules/web/Controllers/ConfigGeneralController.php @@ -93,7 +93,7 @@ final class ConfigGeneralController extends SimpleControllerBase if ($remoteSyslogEnabled) { if (!$syslogServer || !$syslogPort) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('Faltan parámetros de syslog remoto')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('Missing remote syslog parameters')); } $configData->setSyslogRemoteEnabled(true); @@ -101,12 +101,12 @@ final class ConfigGeneralController extends SimpleControllerBase $configData->setSyslogPort($syslogPort); if ($configData->isSyslogRemoteEnabled() === false) { - $eventMessage->addDescription(__u('Syslog remoto habilitado')); + $eventMessage->addDescription(__u('Remote syslog enabled')); } } elseif ($remoteSyslogEnabled === false && $configData->isSyslogEnabled()) { $configData->setSyslogRemoteEnabled(false); - $eventMessage->addDescription(__u('Syslog remoto deshabilitado')); + $eventMessage->addDescription(__u('Remote syslog disabled')); } // Proxy @@ -119,7 +119,7 @@ final class ConfigGeneralController extends SimpleControllerBase // Valores para Proxy if ($proxyEnabled && (!$proxyServer || !$proxyPort)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('Faltan parámetros de Proxy')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('Missing Proxy parameters ')); } if ($proxyEnabled) { @@ -133,12 +133,12 @@ final class ConfigGeneralController extends SimpleControllerBase } if ($configData->isProxyEnabled() === false) { - $eventMessage->addDescription(__u('Proxy habiltado')); + $eventMessage->addDescription(__u('Proxy enabled')); } } elseif ($proxyEnabled === false && $configData->isProxyEnabled()) { $configData->setProxyEnabled(false); - $eventMessage->addDescription(__u('Proxy deshabilitado')); + $eventMessage->addDescription(__u('Proxy disabled')); } // Autentificación @@ -157,13 +157,13 @@ final class ConfigGeneralController extends SimpleControllerBase $configData->setSsoDefaultProfile($authSsoDefaultProfile); if ($configData->isAuthBasicEnabled() === false) { - $eventMessage->addDescription(__u('Auth Basic habilitada')); + $eventMessage->addDescription(__u('Auth Basic enabled')); } } elseif ($authBasicEnabled === false && $configData->isAuthBasicEnabled()) { $configData->setAuthBasicEnabled(false); $configData->setAuthBasicAutoLoginEnabled(false); - $eventMessage->addDescription(__u('Auth Basic deshabiltada')); + $eventMessage->addDescription(__u('Auth Basic disabled')); } return $this->saveConfig($configData, $this->config, function () use ($eventMessage) { @@ -180,7 +180,7 @@ final class ConfigGeneralController extends SimpleControllerBase $this->checkSecurityToken($this->previousSk, $this->request); if ($this->configData->isDemoEnabled()) { - return __('Ey, esto es una DEMO!!'); + return __('Ey, this is a DEMO!!'); } try { @@ -191,8 +191,8 @@ final class ConfigGeneralController extends SimpleControllerBase $this->eventDispatcher->notifyEvent('download.logFile', new Event($this, EventMessage::factory() - ->addDescription(__u('Archivo descargado')) - ->addDetail(__u('Archivo'), str_replace(APP_ROOT, '', $file->getFile()))) + ->addDescription(__u('File downloaded')) + ->addDetail(__u('File'), str_replace(APP_ROOT, '', $file->getFile()))) ); $response = $this->router->response(); @@ -226,14 +226,14 @@ final class ConfigGeneralController extends SimpleControllerBase $this->checkSecurityToken($this->previousSk, $this->request); if ($this->configData->isDemoEnabled()) { - return __('Ey, esto es una DEMO!!'); + return __('Ey, this is a DEMO!!'); } try { $this->eventDispatcher->notifyEvent('download.configBackupFile', new Event($this, EventMessage::factory() - ->addDescription(__u('Archivo descargado')) - ->addDetail(__u('Archivo'), 'config.json')) + ->addDescription(__u('File downloaded')) + ->addDetail(__u('File'), 'config.json')) ); $configBackupService = $this->dic->get(ConfigBackupService::class); @@ -281,5 +281,7 @@ final class ConfigGeneralController extends SimpleControllerBase return $this->returnJsonResponseException($e); } + + return true; } } \ No newline at end of file diff --git a/app/modules/web/Controllers/ConfigImportController.php b/app/modules/web/Controllers/ConfigImportController.php index 1a8be2a7..1a1c2b28 100644 --- a/app/modules/web/Controllers/ConfigImportController.php +++ b/app/modules/web/Controllers/ConfigImportController.php @@ -56,7 +56,7 @@ final class ConfigImportController extends SimpleControllerBase $this->checkSecurityToken($this->previousSk, $this->request); if ($this->config->getConfigData()->isDemoEnabled()) { - return $this->returnJsonResponse(JsonResponse::JSON_WARNING, __u('Ey, esto es una DEMO!!')); + return $this->returnJsonResponse(JsonResponse::JSON_WARNING, __u('Ey, this is a DEMO!!')); } $importParams = new ImportParams(); @@ -75,14 +75,14 @@ final class ConfigImportController extends SimpleControllerBase ->doImport($importParams, FileImport::fromRequest('inFile', $this->request)); $this->eventDispatcher->notifyEvent('run.import.end', - new Event($this, EventMessage::factory()->addDetail(__u('Cuentas importadas'), $counter)) + new Event($this, EventMessage::factory()->addDetail(__u('Accounts imported'), $counter)) ); if ($counter > 0) { - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Importación finalizada'), [__u('Revise el registro de eventos para más detalles')]); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Import finished'), [__u('Please check out the event log for more details')]); } - return $this->returnJsonResponse(JsonResponse::JSON_WARNING, __u('No se importaron cuentas'), [__u('Revise el registro de eventos para más detalles')]); + return $this->returnJsonResponse(JsonResponse::JSON_WARNING, __u('No accounts were imported'), [__u('Please check out the event log for more details')]); } catch (\Exception $e) { processException($e); @@ -108,5 +108,7 @@ final class ConfigImportController extends SimpleControllerBase return $this->returnJsonResponseException($e); } + + return true; } } \ No newline at end of file diff --git a/app/modules/web/Controllers/ConfigLdapController.php b/app/modules/web/Controllers/ConfigLdapController.php index 1ccaf39f..e6eb42c9 100644 --- a/app/modules/web/Controllers/ConfigLdapController.php +++ b/app/modules/web/Controllers/ConfigLdapController.php @@ -68,7 +68,7 @@ final class ConfigLdapController extends SimpleControllerBase // Valores para la configuración de LDAP if ($ldapEnabled && !($ldapParams->getServer() || $ldapParams->getSearchBase() || $ldapParams->getBindDn())) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('Faltan parámetros de LDAP')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('Missing LDAP parameters')); } if ($ldapEnabled) { @@ -87,14 +87,14 @@ final class ConfigLdapController extends SimpleControllerBase } if ($configData->isLdapEnabled() === false) { - $eventMessage->addDescription(__u('LDAP habiltado')); + $eventMessage->addDescription(__u('LDAP enabled')); } } elseif ($ldapEnabled === false && $configData->isLdapEnabled()) { $configData->setLdapEnabled(false); - $eventMessage->addDescription(__u('LDAP deshabilitado')); + $eventMessage->addDescription(__u('LDAP disabled')); } else { - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Sin cambios')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('No changes')); } return $this->saveConfig($configData, $this->config, function () use ($eventMessage) { @@ -114,7 +114,7 @@ final class ConfigLdapController extends SimpleControllerBase $data = LdapParams::getServerAndPort($this->request->analyzeString('ldap_server')); if ($data === false) { - throw new ValidationException(__u('Parámetros de LDAP incorrectos')); + throw new ValidationException(__u('Wrong LDAP parameters')); } return (new LdapParams()) @@ -140,7 +140,7 @@ final class ConfigLdapController extends SimpleControllerBase // Valores para la configuración de LDAP if (!($ldapParams->getServer() || $ldapParams->getSearchBase() || $ldapParams->getBindDn())) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('Faltan parámetros de LDAP')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('Missing LDAP parameters')); } $ldapCheckService = $this->dic->get(LdapCheckService::class); @@ -150,13 +150,13 @@ final class ConfigLdapController extends SimpleControllerBase $template = $this->dic->get(Template::class); $template->addTemplate('results', 'itemshow'); - $template->assign('header', __('Resultados')); + $template->assign('header', __('Results')); return $this->returnJsonResponseData( ['template' => $template->render(), 'items' => $data['results']], JsonResponse::JSON_SUCCESS, - __u('Conexión a LDAP correcta'), - [sprintf(__('Objetos encontrados: %d'), $data['count'])] + __u('LDAP connection OK'), + [sprintf(__('Objects found: %d'), $data['count'])] ); } catch (\Exception $e) { processException($e); @@ -178,7 +178,7 @@ final class ConfigLdapController extends SimpleControllerBase // Valores para la configuración de LDAP if (!($ldapParams->getServer() || $ldapParams->getSearchBase() || $ldapParams->getBindDn())) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('Faltan parámetros de LDAP')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('Missing LDAP parameters')); } $ldapCheckService = $this->dic->get(LdapCheckService::class); @@ -194,14 +194,14 @@ final class ConfigLdapController extends SimpleControllerBase $template = $this->dic->get(Template::class); $template->addTemplate('results', 'itemshow'); - $template->assign('header', __('Resultados')); + $template->assign('header', __('Results')); $template->assign('results', $data); return $this->returnJsonResponseData( ['template' => $template->render(), 'items' => $data['results']], JsonResponse::JSON_SUCCESS, - __u('Conexión a LDAP correcta'), - [sprintf(__('Objetos encontrados: %d'), $data['count'])] + __u('LDAP connection OK'), + [sprintf(__('Objects found: %d'), $data['count'])] ); } catch (\Exception $e) { processException($e); @@ -223,7 +223,7 @@ final class ConfigLdapController extends SimpleControllerBase $this->checkSecurityToken($this->previousSk, $this->request); if ($this->configData->isDemoEnabled()) { - return $this->returnJsonResponse(JsonResponse::JSON_WARNING, __u('Ey, esto es una DEMO!!')); + return $this->returnJsonResponse(JsonResponse::JSON_WARNING, __u('Ey, this is a DEMO!!')); } $ldapImportParams = new LdapImportParams(); @@ -243,14 +243,14 @@ final class ConfigLdapController extends SimpleControllerBase || empty($ldapImportParams->defaultUserProfile)) && ($checkImportGroups === true && empty($ldapImportParams->userGroupNameAttribute)) ) { - throw new ValidationException(__u('Parámetros de LDAP incorrectos')); + throw new ValidationException(__u('Wrong LDAP parameters')); } $ldapParams = $this->getLdapParamsFromRequest(); $this->eventDispatcher->notifyEvent('import.ldap.start', new Event($this, EventMessage::factory() - ->addDescription(__u('Importación LDAP'))) + ->addDescription(__u('LDAP Import'))) ); $userLdapService = $this->dic->get(LdapImportService::class); @@ -265,19 +265,19 @@ final class ConfigLdapController extends SimpleControllerBase $this->eventDispatcher->notifyEvent('import.ldap.end', new Event($this, EventMessage::factory() - ->addDescription(__u('Importación finalizada'))) + ->addDescription(__u('Import finished'))) ); if ($userLdapService->getTotalObjects() === 0) { - throw new SPException(__u('No se encontraron objetos para sincronizar')); + throw new SPException(__u('There aren\'t any objects to synchronize')); } return $this->returnJsonResponse( JsonResponse::JSON_SUCCESS, - __u('Importación de usuarios de LDAP realizada'), + __u('LDAP users import finished'), [ - sprintf(__('Usuarios importados: %d / %d'), $userLdapService->getSyncedObjects(), $userLdapService->getTotalObjects()), - sprintf(__('Errores: %d'), $userLdapService->getErrorObjects()) + sprintf(__('Imported users: %d / %d'), $userLdapService->getSyncedObjects(), $userLdapService->getTotalObjects()), + sprintf(__('Errors: %d'), $userLdapService->getErrorObjects()) ] ); @@ -307,5 +307,7 @@ final class ConfigLdapController extends SimpleControllerBase return $this->returnJsonResponseException($e); } + + return true; } } diff --git a/app/modules/web/Controllers/ConfigMailController.php b/app/modules/web/Controllers/ConfigMailController.php index 67bcf254..62ece0ba 100644 --- a/app/modules/web/Controllers/ConfigMailController.php +++ b/app/modules/web/Controllers/ConfigMailController.php @@ -69,7 +69,7 @@ final class ConfigMailController extends SimpleControllerBase // Valores para la configuración del Correo if ($mailEnabled && (!$mailServer || !$mailFrom || count($mailRecipients) === 0)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('Faltan parámetros de Correo')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('Missing Mail parameters')); } if ($mailEnabled) { @@ -94,16 +94,16 @@ final class ConfigMailController extends SimpleControllerBase } if ($configData->isMailEnabled() === false) { - $eventMessage->addDescription(__u('Correo habiltado')); + $eventMessage->addDescription(__u('Mail enabled')); } } elseif ($mailEnabled === false && $configData->isMailEnabled()) { $configData->setMailEnabled(false); $configData->setMailRequestsEnabled(false); $configData->setMailAuthenabled(false); - $eventMessage->addDescription(__u('Correo deshabilitado')); + $eventMessage->addDescription(__u('Mail disabled')); } else { - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Sin cambios')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('No changes')); } return $this->saveConfig($configData, $this->config, function () use ($eventMessage) { @@ -130,7 +130,7 @@ final class ConfigMailController extends SimpleControllerBase // Valores para la configuración del Correo if (!$mailParams->server || empty($mailParams->from) || empty($mailRecipients)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('Faltan parámetros de Correo')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('Missing Mail parameters')); } if ($mailParams->mailAuthenabled) { @@ -143,14 +143,14 @@ final class ConfigMailController extends SimpleControllerBase $this->eventDispatcher->notifyEvent('send.mail.check', new Event($this, EventMessage::factory() - ->addDescription(__u('Correo enviado')) - ->addDetail(__u('Destinatario'), $mailRecipients[0])) + ->addDescription(__u('Email sent')) + ->addDetail(__u('Recipient'), $mailRecipients[0])) ); return $this->returnJsonResponse( JsonResponse::JSON_SUCCESS, - __u('Correo enviado'), - [__u('Compruebe su buzón de correo')] + __u('Email sent'), + [__u('Please, check your inbox')] ); } catch (\Exception $e) { processException($e); @@ -174,5 +174,7 @@ final class ConfigMailController extends SimpleControllerBase return $this->returnJsonResponseException($e); } + + return true; } } \ No newline at end of file diff --git a/app/modules/web/Controllers/ConfigManagerController.php b/app/modules/web/Controllers/ConfigManagerController.php index c6c51c0e..651fda9b 100644 --- a/app/modules/web/Controllers/ConfigManagerController.php +++ b/app/modules/web/Controllers/ConfigManagerController.php @@ -171,7 +171,7 @@ final class ConfigManagerController extends ControllerBase $template->addTemplate('accounts'); $template->assign('gdIsAvailable', $this->extensionChecker->checkGdAvailable()); - return new DataTab(__('Cuentas'), $template); + return new DataTab(__('Accounts'), $template); } /** @@ -231,7 +231,7 @@ final class ConfigManagerController extends ControllerBase ->getItemsFromArraySelected($this->configData->getMailEvents(), true) ); - return new DataTab(__('Correo'), $template); + return new DataTab(__('Mail'), $template); } /** @@ -270,7 +270,7 @@ final class ConfigManagerController extends ControllerBase $template->assign('userGroups', SelectItemAdapter::factory(UserGroupService::getItemsBasic())->getItemsFromModel()); - return new DataTab(__('Encriptación'), $template); + return new DataTab(__('Encryption'), $template); } /** @@ -298,7 +298,7 @@ final class ConfigManagerController extends ControllerBase $template->assign('lastBackupTime', date('r', $backupAppFile->getFileTime())); } catch (FileException $e) { $template->assign('hasBackup', false); - $template->assign('lastBackupTime', __('No se encontraron backups')); + $template->assign('lastBackupTime', __('There aren\'t any backups available')); } try { @@ -308,10 +308,10 @@ final class ConfigManagerController extends ControllerBase $template->assign('lastExportTime', date('r', $exportFile->getFileTime())); } catch (FileException $e) { $template->assign('hasExport', false); - $template->assign('lastExportTime', __('No se encontró archivo de exportación')); + $template->assign('lastExportTime', __('No export file found')); } - return new DataTab(__('Copia de Seguridad'), $template); + return new DataTab(__('Backup'), $template); } /** @@ -328,7 +328,7 @@ final class ConfigManagerController extends ControllerBase $template->assign('userGroups', SelectItemAdapter::factory(UserGroupService::getItemsBasic())->getItemsFromModelSelected([$this->userData->getUserGroupId()])); $template->assign('users', SelectItemAdapter::factory(UserService::getItemsBasic())->getItemsFromModelSelected([$this->userData->getId()])); - return new DataTab(__('Importar Cuentas'), $template); + return new DataTab(__('Import Accounts'), $template); } /** @@ -350,7 +350,7 @@ final class ConfigManagerController extends ControllerBase $template->assign('dbName', $this->configData->getDbName() . '@' . $this->configData->getDbHost()); $template->assign('configBackupDate', date('r', $this->dic->get(ConfigService::class)->getByParam('config_backup_date', 0))); $template->assign('plugins', $this->dic->get(PluginManager::class)->getLoadedPlugins()); - $template->assign('locale', Language::$localeStatus ?: sprintf('%s (%s)', $this->configData->getSiteLang(), __('No instalado'))); + $template->assign('locale', Language::$localeStatus ?: sprintf('%s (%s)', $this->configData->getSiteLang(), __('Not installed'))); $template->assign('securedSession', CryptSessionHandler::$isSecured); $template->assign('missingExtensions', $this->extensionChecker->getMissing()); $template->assign('downloadRate', round(Util::getMaxDownloadChunk() / 1024 / 1024)); @@ -360,7 +360,7 @@ final class ConfigManagerController extends ControllerBase $template->assign('downloadConfigBackup', !$isDemo && $this->userData->getIsAdminApp()); $template->assign('downloadLog', !$isDemo && is_readable(LOG_FILE) && $this->userData->getIsAdminApp()); - return new DataTab(__('Información'), $template); + return new DataTab(__('Information'), $template); } /** diff --git a/app/modules/web/Controllers/ConfigWikiController.php b/app/modules/web/Controllers/ConfigWikiController.php index 128b1379..8be9a800 100644 --- a/app/modules/web/Controllers/ConfigWikiController.php +++ b/app/modules/web/Controllers/ConfigWikiController.php @@ -60,7 +60,7 @@ final class ConfigWikiController extends SimpleControllerBase // Valores para la conexión a la Wiki if ($wikiEnabled && (!$wikiSearchUrl || !$wikiPageUrl || !$wikiFilter)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('Faltan parámetros de Wiki')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('Missing Wiki parameters')); } if ($wikiEnabled) { @@ -70,12 +70,12 @@ final class ConfigWikiController extends SimpleControllerBase $configData->setWikiFilter(explode(',', $wikiFilter)); if ($configData->isWikiEnabled() === false) { - $eventMessage->addDescription(__u('Wiki habiltada')); + $eventMessage->addDescription(__u('Wiki enabled')); } } elseif ($wikiEnabled === false && $configData->isWikiEnabled()) { $configData->setWikiEnabled(false); - $eventMessage->addDescription(__u('Wiki deshabilitada')); + $eventMessage->addDescription(__u('Wiki disabled')); } // DokuWiki @@ -88,7 +88,7 @@ final class ConfigWikiController extends SimpleControllerBase // Valores para la conexión a la API de DokuWiki if ($dokuWikiEnabled && (!$dokuWikiUrl || !$dokuWikiUrlBase)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('Faltan parámetros de DokuWiki')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('Missing DokuWiki parameters')); } if ($dokuWikiEnabled) { @@ -100,12 +100,12 @@ final class ConfigWikiController extends SimpleControllerBase $configData->setDokuwikiNamespace($dokuWikiNamespace); if ($configData->isDokuwikiEnabled() === false) { - $eventMessage->addDescription(__u('DokuWiki habilitada')); + $eventMessage->addDescription(__u('DokuWiki enabled')); } } elseif ($dokuWikiEnabled === false && $configData->isDokuwikiEnabled()) { $configData->setDokuwikiEnabled(false); - $eventMessage->addDescription(__u('DokuWiki deshabilitada')); + $eventMessage->addDescription(__u('DokuWiki disabled')); } return $this->saveConfig($configData, $this->config, function () use ($eventMessage) { @@ -126,5 +126,7 @@ final class ConfigWikiController extends SimpleControllerBase return $this->returnJsonResponseException($e); } + + return true; } } \ No newline at end of file diff --git a/app/modules/web/Controllers/CustomFieldController.php b/app/modules/web/Controllers/CustomFieldController.php index 1b3884e9..49926100 100644 --- a/app/modules/web/Controllers/CustomFieldController.php +++ b/app/modules/web/Controllers/CustomFieldController.php @@ -68,7 +68,7 @@ final class CustomFieldController extends ControllerBase implements CrudControll $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::CUSTOMFIELD_SEARCH)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } $this->view->addTemplate('datagrid-table', 'grid'); @@ -105,10 +105,10 @@ final class CustomFieldController extends ControllerBase implements CrudControll $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::CUSTOMFIELD_CREATE)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } - $this->view->assign('header', __('Nuevo Campo')); + $this->view->assign('header', __('New Field')); $this->view->assign('isView', false); $this->view->assign('route', 'customField/saveCreate'); @@ -167,10 +167,10 @@ final class CustomFieldController extends ControllerBase implements CrudControll $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::CUSTOMFIELD_EDIT)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } - $this->view->assign('header', __('Editar Campo')); + $this->view->assign('header', __('Edit Field')); $this->view->assign('isView', false); $this->view->assign('route', 'customField/saveEdit/' . $id); @@ -199,23 +199,23 @@ final class CustomFieldController extends ControllerBase implements CrudControll $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::CUSTOMFIELD_DELETE)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } if ($id === null) { $this->customFieldService->deleteByIdBatch($this->getItemsIdFromRequest($this->request)); $this->eventDispatcher->notifyEvent('delete.customField.selection', - new Event($this, EventMessage::factory()->addDescription(__u('Campos eliminados'))) + new Event($this, EventMessage::factory()->addDescription(__u('Fields deleted'))) ); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Campos eliminados')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Fields deleted')); } else { $this->customFieldService->delete($id); $this->eventDispatcher->notifyEvent('delete.customField', new Event($this)); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Campo eliminado')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Field deleted')); } } catch (\Exception $e) { processException($e); @@ -233,7 +233,7 @@ final class CustomFieldController extends ControllerBase implements CrudControll $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::CUSTOMFIELD_CREATE)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } $form = new CustomFieldDefForm($this->dic); @@ -245,11 +245,11 @@ final class CustomFieldController extends ControllerBase implements CrudControll $this->eventDispatcher->notifyEvent('create.customField', new Event($this, EventMessage::factory() - ->addDescription(__u('Campo creado')) - ->addDetail(__u('Campo'), $itemData->getName())) + ->addDescription(__u('Field added')) + ->addDetail(__u('Field'), $itemData->getName())) ); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Campo creado')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Field added')); } catch (ValidationException $e) { return $this->returnJsonResponseException($e); } catch (\Exception $e) { @@ -272,7 +272,7 @@ final class CustomFieldController extends ControllerBase implements CrudControll $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::CUSTOMFIELD_EDIT)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } $form = new CustomFieldDefForm($this->dic, $id); @@ -284,11 +284,11 @@ final class CustomFieldController extends ControllerBase implements CrudControll $this->eventDispatcher->notifyEvent('edit.customField', new Event($this, EventMessage::factory() - ->addDescription(__u('Campo actualizado')) - ->addDetail(__u('Campo'), $itemData->getName())) + ->addDescription(__u('Field updated')) + ->addDetail(__u('Field'), $itemData->getName())) ); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Campo actualizado')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Field updated')); } catch (ValidationException $e) { return $this->returnJsonResponseException($e); } catch (\Exception $e) { @@ -311,10 +311,10 @@ final class CustomFieldController extends ControllerBase implements CrudControll $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::CUSTOMFIELD_VIEW)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } - $this->view->assign('header', __('Ver Campo')); + $this->view->assign('header', __('View Field')); $this->view->assign('isView', true); $this->setViewData($id); diff --git a/app/modules/web/Controllers/ErrorController.php b/app/modules/web/Controllers/ErrorController.php index 92743c83..8f04203f 100644 --- a/app/modules/web/Controllers/ErrorController.php +++ b/app/modules/web/Controllers/ErrorController.php @@ -104,8 +104,8 @@ final class ErrorController $this->view->append('errors', [ 'type' => SPException::WARNING, - 'description' => __('Aplicación en mantenimiento'), - 'hint' => __('En breve estará operativa') + 'description' => __('Application on maintenance'), + 'hint' => __('It will be running shortly') ]); $this->view(); @@ -120,8 +120,8 @@ final class ErrorController $this->view->append('errors', [ 'type' => SPException::CRITICAL, - 'description' => __('Error en la verificación de la base de datos'), - 'hint' => __('Consulte con el administrador') + 'description' => __('Error while checking the database'), + 'hint' => __('Please contact to the administrator') ]); $this->view(); @@ -136,8 +136,8 @@ final class ErrorController $this->view->append('errors', [ 'type' => SPException::CRITICAL, - 'description' => __('No es posible conectar con la BD'), - 'hint' => __('Consulte con el administrador') + 'description' => __('Unable to connect to DB'), + 'hint' => __('Please contact to the administrator') ]); $this->view(); diff --git a/app/modules/web/Controllers/EventlogController.php b/app/modules/web/Controllers/EventlogController.php index 468118cd..230d9049 100644 --- a/app/modules/web/Controllers/EventlogController.php +++ b/app/modules/web/Controllers/EventlogController.php @@ -104,7 +104,7 @@ final class EventlogController extends ControllerBase $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::EVENTLOG_SEARCH)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } $this->view->addTemplate('datagrid-table-simple', 'grid'); @@ -124,10 +124,10 @@ final class EventlogController extends ControllerBase $this->eventLogService->clear(); $this->eventDispatcher->notifyEvent('clear.eventlog', - new Event($this, EventMessage::factory()->addDescription(__u('Registro de eventos vaciado'))) + new Event($this, EventMessage::factory()->addDescription(__u('Event log cleared'))) ); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Registro de eventos vaciado')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Event log cleared')); } catch (\Exception $e) { processException($e); diff --git a/app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php b/app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php index ed2dc858..a1405c76 100644 --- a/app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php +++ b/app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php @@ -57,8 +57,8 @@ final class AccountActionsHelper extends HelperBase $action = new DataGridAction(); $action->setId(ActionsInterface::ACCOUNT_VIEW); $action->setType(DataGridActionType::VIEW_ITEM); - $action->setName(__('Detalles de Cuenta')); - $action->setTitle(__('Detalles de Cuenta')); + $action->setName(__('Account Details')); + $action->setTitle(__('Account Details')); $action->addClass('btn-action'); $action->setIcon($this->icons->getIconView()); $action->setRuntimeFilter(AccountSearchItem::class, 'isShowView'); @@ -86,8 +86,8 @@ final class AccountActionsHelper extends HelperBase if ($accountActionsDto->isHistory()) { $actionBack->addData('item-id', $accountActionsDto->getAccountId()); - $actionBack->setName(__('Ver Actual')); - $actionBack->setTitle(__('Ver Actual')); + $actionBack->setName(__('View Current')); + $actionBack->setTitle(__('View Current')); } else { $actionBack->setData([]); $actionBack->setClasses(['btn-back']); @@ -132,8 +132,8 @@ final class AccountActionsHelper extends HelperBase { $action = new DataGridAction(); $action->setId('btnBack'); - $action->setName(__('Atrás')); - $action->setTitle(__('Atrás')); + $action->setName(__('Back')); + $action->setTitle(__('Back')); $action->addClass('btn-action'); $action->setIcon($this->icons->getIconBack()); $action->addData('action-route', Acl::getActionRoute(ActionsInterface::ACCOUNT_VIEW)); @@ -152,8 +152,8 @@ final class AccountActionsHelper extends HelperBase $action = new DataGridAction(); $action->setId(ActionsInterface::ACCOUNT_EDIT_PASS); $action->setType(DataGridActionType::VIEW_ITEM); - $action->setName(__('Modificar Clave de Cuenta')); - $action->setTitle(__('Modificar Clave de Cuenta')); + $action->setName(__('Edit Account Password')); + $action->setTitle(__('Edit Account Password')); $action->addClass('btn-action'); $action->setIcon($this->icons->getIconEditPass()); $action->setRuntimeFilter(AccountSearchItem::class, 'isShowViewPass'); @@ -173,8 +173,8 @@ final class AccountActionsHelper extends HelperBase $action = new DataGridAction(); $action->setId(ActionsInterface::ACCOUNT_EDIT); $action->setType(DataGridActionType::EDIT_ITEM); - $action->setName(__('Editar Cuenta')); - $action->setTitle(__('Editar Cuenta')); + $action->setName(__('Edit Account')); + $action->setTitle(__('Edit Account')); $action->addClass('btn-action'); $action->setIcon($this->icons->getIconEdit()); $action->setRuntimeFilter(AccountSearchItem::class, 'isShowEdit'); @@ -193,8 +193,8 @@ final class AccountActionsHelper extends HelperBase { $action = new DataGridAction(); $action->setId(ActionsInterface::ACCOUNT_REQUEST); - $action->setName(__('Solicitar Modificación')); - $action->setTitle(__('Solicitar Modificación')); + $action->setName(__('Request Modification')); + $action->setTitle(__('Request Modification')); $action->addClass('btn-action'); $action->setIcon($this->icons->getIconEmail()); $action->setRuntimeFilter(AccountSearchItem::class, 'isShowRequest'); @@ -214,8 +214,8 @@ final class AccountActionsHelper extends HelperBase $action = new DataGridAction(); $action->setId(ActionsInterface::ACCOUNT_EDIT_RESTORE); $action->setType(DataGridActionType::VIEW_ITEM); - $action->setName(__('Restaurar cuenta desde este punto')); - $action->setTitle(__('Restaurar cuenta desde este punto')); + $action->setName(__('Restore account from this point')); + $action->setTitle(__('Restore account from this point')); $action->addClass('btn-action'); $action->setIcon($this->icons->getIconRestore()); $action->addData('action-route', 'account/saveEditRestore'); @@ -234,8 +234,8 @@ final class AccountActionsHelper extends HelperBase $action = new DataGridAction(); $action->setId(ActionsInterface::ACCOUNT); $action->setType(DataGridActionType::VIEW_ITEM); - $action->setName(__('Guardar')); - $action->setTitle(__('Guardar')); + $action->setName(__('Save')); + $action->setTitle(__('Save')); $action->addClass('btn-action'); $action->setIcon($this->icons->getIconSave()); $action->addData('action-route', 'account/save'); @@ -331,8 +331,8 @@ final class AccountActionsHelper extends HelperBase $action = new DataGridAction(); $action->setId(ActionsInterface::ACCOUNT_DELETE); $action->setType(DataGridActionType::DELETE_ITEM); - $action->setName(__('Eliminar Cuenta')); - $action->setTitle(__('Eliminar Cuenta')); + $action->setName(__('Remove Account')); + $action->setTitle(__('Remove Account')); $action->addClass('btn-action'); $action->setIcon($this->icons->getIconDelete()); $action->setRuntimeFilter(AccountSearchItem::class, 'isShowDelete'); @@ -351,8 +351,8 @@ final class AccountActionsHelper extends HelperBase { $action = new DataGridAction(); $action->setId(ActionsInterface::PUBLICLINK_REFRESH); - $action->setName(__('Actualizar Enlace Público')); - $action->setTitle(__('Actualizar Enlace Público')); + $action->setName(__('Update Public Link')); + $action->setTitle(__('Update Public Link')); $action->addClass('btn-action'); $action->setIcon($this->icons->getIconPublicLink()); $action->addData('action-route', Acl::getActionRoute(ActionsInterface::PUBLICLINK_REFRESH)); @@ -374,8 +374,8 @@ final class AccountActionsHelper extends HelperBase $action = new DataGridAction(); $action->setId(ActionsInterface::PUBLICLINK_DELETE); - $action->setName(__('Eliminar Enlace Público')); - $action->setTitle(__('Eliminar Enlace Público')); + $action->setName(__('Delete Public Link')); + $action->setTitle(__('Delete Public Link')); $action->addClass('btn-action'); $action->setIcon($icon); $action->addData('action-route', Acl::getActionRoute(ActionsInterface::PUBLICLINK_DELETE)); @@ -394,8 +394,8 @@ final class AccountActionsHelper extends HelperBase { $action = new DataGridAction(); $action->setId(ActionsInterface::PUBLICLINK_CREATE); - $action->setName(__('Crear Enlace Público')); - $action->setTitle(__('Crear Enlace Público')); + $action->setName(__('Create Public Link')); + $action->setTitle(__('Create Public Link')); $action->addClass('btn-action'); $action->setIcon($this->icons->getIconPublicLink()); $action->addData('action-route', 'publicLink/saveCreateFromAccount'); @@ -415,8 +415,8 @@ final class AccountActionsHelper extends HelperBase $action = new DataGridAction(); $action->setId(ActionsInterface::ACCOUNT_VIEW_PASS); $action->setType(DataGridActionType::VIEW_ITEM); - $action->setName(__('Ver Clave')); - $action->setTitle(__('Ver Clave')); + $action->setName(__('View password')); + $action->setTitle(__('View password')); $action->addClass('btn-action'); $action->setIcon($this->icons->getIconViewPass()); $action->setRuntimeFilter(AccountSearchItem::class, 'isShowViewPass'); @@ -437,8 +437,8 @@ final class AccountActionsHelper extends HelperBase $action = new DataGridAction(); $action->setId(ActionsInterface::ACCOUNT_VIEW_PASS); $action->setType(DataGridActionType::VIEW_ITEM); - $action->setName(__('Copiar Clave en Portapapeles')); - $action->setTitle(__('Copiar Clave en Portapapeles')); + $action->setName(__('Copy Password to Clipboard')); + $action->setTitle(__('Copy Password to Clipboard')); $action->addClass('btn-action'); $action->addClass('clip-pass-button'); $action->setIcon($this->icons->getIconClipboard()); @@ -460,8 +460,8 @@ final class AccountActionsHelper extends HelperBase $action = new DataGridAction(); $action->setId(ActionsInterface::ACCOUNT_VIEW_PASS); $action->setType(DataGridActionType::VIEW_ITEM); - $action->setName(__('Ver Clave')); - $action->setTitle(__('Ver Clave')); + $action->setName(__('View password')); + $action->setTitle(__('View password')); $action->addClass('btn-action'); $action->setIcon($this->icons->getIconViewPass()); $action->setRuntimeFilter(AccountSearchItem::class, 'isShowViewPass'); @@ -482,8 +482,8 @@ final class AccountActionsHelper extends HelperBase $action = new DataGridAction(); $action->setId(ActionsInterface::ACCOUNT_VIEW_PASS); $action->setType(DataGridActionType::VIEW_ITEM); - $action->setName(__('Copiar Clave en Portapapeles')); - $action->setTitle(__('Copiar Clave en Portapapeles')); + $action->setName(__('Copy Password to Clipboard')); + $action->setTitle(__('Copy Password to Clipboard')); $action->addClass('btn-action'); $action->addClass('clip-pass-button'); $action->setIcon($this->icons->getIconClipboard()); @@ -505,8 +505,8 @@ final class AccountActionsHelper extends HelperBase $action = new DataGridAction(); $action->setId(ActionsInterface::ACCOUNT_COPY); $action->setType(DataGridActionType::MENUBAR_ITEM); - $action->setName(__('Copiar Cuenta')); - $action->setTitle(__('Copiar Cuenta')); + $action->setName(__('Copy Account')); + $action->setTitle(__('Copy Account')); $action->addClass('btn-action'); $action->setIcon($this->icons->getIconCopy()); $action->setRuntimeFilter(AccountSearchItem::class, 'isShowCopy'); diff --git a/app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php b/app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php index 6d986d8e..ff2945b2 100644 --- a/app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php +++ b/app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php @@ -66,7 +66,7 @@ final class AccountPasswordHelper extends HelperBase $this->view->addTemplate('viewpass'); - $this->view->assign('header', __('Clave de Cuenta')); + $this->view->assign('header', __('Account Password')); $this->view->assign('isImage', (int)$useImage); $pass = $this->getPasswordClear($accountData); @@ -93,7 +93,7 @@ final class AccountPasswordHelper extends HelperBase private function checkActionAccess() { if (!$this->acl->checkUserAccess(ActionsInterface::ACCOUNT_VIEW_PASS)) { - throw new HelperException(__u('No tiene permisos para acceder a esta cuenta')); + throw new HelperException(__u('You don\'t have permission to access this account')); } } @@ -115,7 +115,7 @@ final class AccountPasswordHelper extends HelperBase $this->checkActionAccess(); if (!$this->dic->get(MasterPassService::class)->checkUserUpdateMPass($this->context->getUserData()->getLastUpdateMPass())) { - throw new HelperException(__('Clave maestra actualizada') . '
    ' . __('Reinicie la sesión para cambiarla')); + throw new HelperException(__('Master password updated') . '
    ' . __('Please, restart the session for update it')); } return trim(Crypt::decrypt($accountData->getPass(), $accountData->getKey(), CryptSession::getSessionKey($this->context))); diff --git a/app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php b/app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php index d2c2d6c8..c2bc74eb 100644 --- a/app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php +++ b/app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php @@ -174,8 +174,8 @@ final class AccountSearchHelper extends HelperBase $gridActionOptional = new DataGridAction(); $gridActionOptional->setId(0); - $gridActionOptional->setName(__('Más Acciones')); - $gridActionOptional->setTitle(__('Más Acciones')); + $gridActionOptional->setName(__('More Actions')); + $gridActionOptional->setTitle(__('More Actions')); $gridActionOptional->setIcon($icons->getIconOptional()); $gridActionOptional->setRuntimeFilter(AccountSearchItem::class, 'isShowOptional'); $gridActionOptional->addData('onclick', 'account/menu'); @@ -230,36 +230,36 @@ final class AccountSearchHelper extends HelperBase $icons = $this->view->getTheme()->getIcons(); $gridSortCustomer = new DataGridSort(); - $gridSortCustomer->setName(__('Cliente')) - ->setTitle(__('Ordenar por Cliente')) + $gridSortCustomer->setName(__('Client')) + ->setTitle(__('Sort by Client')) ->setSortKey(AccountSearchFilter::SORT_CLIENT) ->setIconUp($icons->getIconUp()) ->setIconDown($icons->getIconDown()); $gridSortName = new DataGridSort(); - $gridSortName->setName(__('Nombre')) - ->setTitle(__('Ordenar por Nombre')) + $gridSortName->setName(__('Name')) + ->setTitle(__('Sort by Name')) ->setSortKey(AccountSearchFilter::SORT_NAME) ->setIconUp($icons->getIconUp()) ->setIconDown($icons->getIconDown()); $gridSortCategory = new DataGridSort(); - $gridSortCategory->setName(__('Categoría')) - ->setTitle(__('Ordenar por Categoría')) + $gridSortCategory->setName(__('Category')) + ->setTitle(__('Sort by Category')) ->setSortKey(AccountSearchFilter::SORT_CATEGORY) ->setIconUp($icons->getIconUp()) ->setIconDown($icons->getIconDown()); $gridSortLogin = new DataGridSort(); - $gridSortLogin->setName(__('Usuario')) - ->setTitle(__('Ordenar por Usuario')) + $gridSortLogin->setName(__('User')) + ->setTitle(__('Sort by Username')) ->setSortKey(AccountSearchFilter::SORT_LOGIN) ->setIconUp($icons->getIconUp()) ->setIconDown($icons->getIconDown()); $gridSortUrl = new DataGridSort(); $gridSortUrl->setName(__('URL / IP')) - ->setTitle(__('Ordenar por URL / IP')) + ->setTitle(__('Sort by URL / IP')) ->setSortKey(AccountSearchFilter::SORT_URL) ->setIconUp($icons->getIconUp()) ->setIconDown($icons->getIconDown()); diff --git a/app/modules/web/Controllers/Helpers/Grid/AccountGrid.php b/app/modules/web/Controllers/Helpers/Grid/AccountGrid.php index 163f5eef..59ba6c83 100644 --- a/app/modules/web/Controllers/Helpers/Grid/AccountGrid.php +++ b/app/modules/web/Controllers/Helpers/Grid/AccountGrid.php @@ -76,8 +76,8 @@ final class AccountGrid extends GridBase $grid->addDataAction( $this->getDeleteAction() - ->setName(__('Eliminar Seleccionados')) - ->setTitle(__('Eliminar Seleccionados')) + ->setName(__('Delete Selected')) + ->setTitle(__('Delete Selected')) ->setIsSelection(true), true); @@ -98,7 +98,7 @@ final class AccountGrid extends GridBase $gridTab->setDataPagerTemplate('datagrid-nav-full', 'grid'); $gridTab->setHeader($this->getHeader()); $gridTab->setData($this->getData()); - $gridTab->setTitle(__('Cuentas')); + $gridTab->setTitle(__('Accounts')); return $gridTab; } @@ -110,11 +110,11 @@ final class AccountGrid extends GridBase { // Grid Header $gridHeader = new DataGridHeader(); - $gridHeader->addHeader(__('Nombre')); - $gridHeader->addHeader(__('Cliente')); - $gridHeader->addHeader(__('Categoría')); - $gridHeader->addHeader(__('Propietario')); - $gridHeader->addHeader(__('Grupo Principal')); + $gridHeader->addHeader(__('Name')); + $gridHeader->addHeader(__('Client')); + $gridHeader->addHeader(__('Category')); + $gridHeader->addHeader(__('Owner')); + $gridHeader->addHeader(__('Main Group')); return $gridHeader; } @@ -146,7 +146,7 @@ final class AccountGrid extends GridBase $gridActionSearch->setId(ActionsInterface::ACCOUNTMGR_SEARCH); $gridActionSearch->setType(DataGridActionType::SEARCH_ITEM); $gridActionSearch->setName('frmSearchAccount'); - $gridActionSearch->setTitle(__('Buscar Cuenta')); + $gridActionSearch->setTitle(__('Search for Account')); $gridActionSearch->setOnSubmitFunction('appMgmt/search'); $gridActionSearch->addData('action-route', Acl::getActionRoute(ActionsInterface::ACCOUNTMGR_SEARCH)); @@ -161,8 +161,8 @@ final class AccountGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::ACCOUNT_VIEW); $gridAction->setType(DataGridActionType::VIEW_ITEM); - $gridAction->setName(__('Detalles de Cuenta')); - $gridAction->setTitle(__('Detalles de Cuenta')); + $gridAction->setName(__('Account Details')); + $gridAction->setTitle(__('Account Details')); $gridAction->setIcon($this->icons->getIconView()); $gridAction->setOnClickFunction(Acl::getActionRoute(ActionsInterface::ACCOUNT_VIEW)); $gridAction->addData('action-route', Acl::getActionRoute(ActionsInterface::ACCOUNT_VIEW)); @@ -178,8 +178,8 @@ final class AccountGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::ACCOUNTMGR_DELETE); $gridAction->setType(DataGridActionType::DELETE_ITEM); - $gridAction->setName(__('Eliminar Cuenta')); - $gridAction->setTitle(__('Eliminar Cuenta')); + $gridAction->setName(__('Remove Account')); + $gridAction->setTitle(__('Remove Account')); $gridAction->setIcon($this->icons->getIconDelete()); $gridAction->setOnClickFunction('appMgmt/delete'); $gridAction->addData('action-route', Acl::getActionRoute(ActionsInterface::ACCOUNTMGR_DELETE)); @@ -195,8 +195,8 @@ final class AccountGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::ACCOUNTMGR_BULK_EDIT); $gridAction->setType(DataGridActionType::EDIT_ITEM); - $gridAction->setName(__('Actualización Masiva')); - $gridAction->setTitle(__('Actualización Masiva')); + $gridAction->setName(__('Bulk Update')); + $gridAction->setTitle(__('Bulk Update')); $gridAction->setIcon($this->icons->getIconEdit()); $gridAction->setOnClickFunction('appMgmt/show'); $gridAction->addData('action-route', Acl::getActionRoute(ActionsInterface::ACCOUNTMGR_BULK_EDIT)); diff --git a/app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php b/app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php index f392f40b..ae12ba23 100644 --- a/app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php +++ b/app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php @@ -67,8 +67,8 @@ final class AccountHistoryGrid extends GridBase $grid->addDataAction($this->getDeleteAction()); $grid->addDataAction( $this->getDeleteAction() - ->setName(__('Eliminar Seleccionados')) - ->setTitle(__('Eliminar Seleccionados')) + ->setName(__('Delete Selected')) + ->setTitle(__('Delete Selected')) ->setIsSelection(true), true); @@ -89,7 +89,7 @@ final class AccountHistoryGrid extends GridBase $gridTab->setDataPagerTemplate('datagrid-nav-full', 'grid'); $gridTab->setHeader($this->getHeader()); $gridTab->setData($this->getData()); - $gridTab->setTitle(__('Cuentas (H)')); + $gridTab->setTitle(__('Accounts (H)')); return $gridTab; } @@ -101,11 +101,11 @@ final class AccountHistoryGrid extends GridBase { // Grid Header $gridHeader = new DataGridHeader(); - $gridHeader->addHeader(__('Nombre')); - $gridHeader->addHeader(__('Cliente')); - $gridHeader->addHeader(__('Categoría')); - $gridHeader->addHeader(__('Fecha')); - $gridHeader->addHeader(__('Estado')); + $gridHeader->addHeader(__('Name')); + $gridHeader->addHeader(__('Client')); + $gridHeader->addHeader(__('Category')); + $gridHeader->addHeader(__('Date')); + $gridHeader->addHeader(__('Status')); return $gridHeader; } @@ -126,8 +126,8 @@ final class AccountHistoryGrid extends GridBase $gridData->addDataRowSource('clientName'); $gridData->addDataRowSource('categoryName'); $gridData->addDataRowSource('date'); - $gridData->addDataRowSourceWithIcon('isModify', $iconEdit->setTitle(__('Modificada'))->setClass('opacity50')); - $gridData->addDataRowSourceWithIcon('isDeleted', $iconDelete->setTitle(__('Eliminada'))->setClass('opacity50')); + $gridData->addDataRowSourceWithIcon('isModify', $iconEdit->setTitle(__('Modified'))->setClass('opacity50')); + $gridData->addDataRowSourceWithIcon('isDeleted', $iconDelete->setTitle(__('Removed'))->setClass('opacity50')); $gridData->setData($this->queryResult); return $gridData; @@ -142,7 +142,7 @@ final class AccountHistoryGrid extends GridBase $gridActionSearch->setId(ActionsInterface::ACCOUNTMGR_HISTORY_SEARCH); $gridActionSearch->setType(DataGridActionType::SEARCH_ITEM); $gridActionSearch->setName('frmSearchAccountHistory'); - $gridActionSearch->setTitle(__('Buscar Cuenta')); + $gridActionSearch->setTitle(__('Search for Account')); $gridActionSearch->setOnSubmitFunction('appMgmt/search'); $gridActionSearch->addData('action-route', Acl::getActionRoute(ActionsInterface::ACCOUNTMGR_HISTORY_SEARCH)); @@ -157,8 +157,8 @@ final class AccountHistoryGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::ACCOUNTMGR_HISTORY_RESTORE); $gridAction->setType(DataGridActionType::EDIT_ITEM); - $gridAction->setName(__('Restaurar Cuenta')); - $gridAction->setTitle(__('Restaurar Cuenta')); + $gridAction->setName(__('Account Restore')); + $gridAction->setTitle(__('Account Restore')); $gridAction->setIcon($this->icons->getIconRestore()); $gridAction->setOnClickFunction('accountManager/restore'); $gridAction->addData('action-route', Acl::getActionRoute(ActionsInterface::ACCOUNTMGR_HISTORY_RESTORE)); @@ -174,8 +174,8 @@ final class AccountHistoryGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::ACCOUNTMGR_HISTORY_DELETE); $gridAction->setType(DataGridActionType::DELETE_ITEM); - $gridAction->setName(__('Eliminar Cuenta')); - $gridAction->setTitle(__('Eliminar Cuenta')); + $gridAction->setName(__('Remove Account')); + $gridAction->setTitle(__('Remove Account')); $gridAction->setIcon($this->icons->getIconDelete()); $gridAction->setOnClickFunction('appMgmt/delete'); $gridAction->addData('action-route', Acl::getActionRoute(ActionsInterface::ACCOUNTMGR_HISTORY_DELETE)); diff --git a/app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php b/app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php index 76a83dd3..302d11b5 100644 --- a/app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php +++ b/app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php @@ -70,8 +70,8 @@ final class AuthTokenGrid extends GridBase $grid->addDataAction($this->getDeleteAction()); $grid->addDataAction( $this->getDeleteAction() - ->setName(__('Eliminar Seleccionados')) - ->setTitle(__('Eliminar Seleccionados')) + ->setName(__('Delete Selected')) + ->setTitle(__('Delete Selected')) ->setIsSelection(true), true); @@ -92,7 +92,7 @@ final class AuthTokenGrid extends GridBase $gridTab->setDataPagerTemplate('datagrid-nav-full', 'grid'); $gridTab->setHeader($this->getHeader()); $gridTab->setData($this->getData()); - $gridTab->setTitle(__('Autorizaciones API')); + $gridTab->setTitle(__('API Authorizations')); return $gridTab; } @@ -104,8 +104,8 @@ final class AuthTokenGrid extends GridBase { // Grid Header $gridHeader = new DataGridHeader(); - $gridHeader->addHeader(__('Usuario')); - $gridHeader->addHeader(__('Acción')); + $gridHeader->addHeader(__('User')); + $gridHeader->addHeader(__('Action')); return $gridHeader; } @@ -137,7 +137,7 @@ final class AuthTokenGrid extends GridBase $gridActionSearch->setId(ActionsInterface::AUTHTOKEN_SEARCH); $gridActionSearch->setType(DataGridActionType::SEARCH_ITEM); $gridActionSearch->setName('frmSearchToken'); - $gridActionSearch->setTitle(__('Buscar Token')); + $gridActionSearch->setTitle(__('Search for Token')); $gridActionSearch->setOnSubmitFunction('appMgmt/search'); $gridActionSearch->addData('action-route', Acl::getActionRoute(ActionsInterface::AUTHTOKEN_SEARCH)); @@ -152,8 +152,8 @@ final class AuthTokenGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::AUTHTOKEN_CREATE); $gridAction->setType(DataGridActionType::MENUBAR_ITEM); - $gridAction->setName(__('Nueva Autorización')); - $gridAction->setTitle(__('Nueva Autorización')); + $gridAction->setName(__('New Authorization')); + $gridAction->setTitle(__('New Authorization')); $gridAction->setIcon($this->icons->getIconAdd()); $gridAction->setSkip(true); $gridAction->setOnClickFunction('appMgmt/show'); @@ -170,8 +170,8 @@ final class AuthTokenGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::AUTHTOKEN_VIEW); $gridAction->setType(DataGridActionType::VIEW_ITEM); - $gridAction->setName(__('Ver token de Autorización')); - $gridAction->setTitle(__('Ver token de Autorización')); + $gridAction->setName(__('View Authorization token')); + $gridAction->setTitle(__('View Authorization token')); $gridAction->setIcon($this->icons->getIconView()); $gridAction->setOnClickFunction('appMgmt/show'); $gridAction->addData('action-route', Acl::getActionRoute(ActionsInterface::AUTHTOKEN_VIEW)); @@ -187,8 +187,8 @@ final class AuthTokenGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::AUTHTOKEN_EDIT); $gridAction->setType(DataGridActionType::EDIT_ITEM); - $gridAction->setName(__('Editar Autorización')); - $gridAction->setTitle(__('Editar Autorización')); + $gridAction->setName(__('Edit Authorization')); + $gridAction->setTitle(__('Edit Authorization')); $gridAction->setIcon($this->icons->getIconEdit()); $gridAction->setOnClickFunction('appMgmt/show'); $gridAction->addData('action-route', Acl::getActionRoute(ActionsInterface::AUTHTOKEN_EDIT)); @@ -204,8 +204,8 @@ final class AuthTokenGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::AUTHTOKEN_DELETE); $gridAction->setType(DataGridActionType::DELETE_ITEM); - $gridAction->setName(__('Eliminar Autorización')); - $gridAction->setTitle(__('Eliminar Autorización')); + $gridAction->setName(__('Delete Authorization')); + $gridAction->setTitle(__('Delete Authorization')); $gridAction->setIcon($this->icons->getIconDelete()); $gridAction->setOnClickFunction('appMgmt/delete'); $gridAction->addData('action-route', Acl::getActionRoute(ActionsInterface::AUTHTOKEN_DELETE)); diff --git a/app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php b/app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php index 68e897ac..79f31baa 100644 --- a/app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php +++ b/app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php @@ -69,8 +69,8 @@ final class CategoryGrid extends GridBase $grid->addDataAction($this->getDeleteAction()); $grid->addDataAction( $this->getDeleteAction() - ->setName(__('Eliminar Seleccionados')) - ->setTitle(__('Eliminar Seleccionados')) + ->setName(__('Delete Selected')) + ->setTitle(__('Delete Selected')) ->setIsSelection(true), true); @@ -91,7 +91,7 @@ final class CategoryGrid extends GridBase $gridTab->setDataPagerTemplate('datagrid-nav-full', 'grid'); $gridTab->setHeader($this->getHeader()); $gridTab->setData($this->getData()); - $gridTab->setTitle(__('Categorías')); + $gridTab->setTitle(__('Categories')); return $gridTab; } @@ -103,8 +103,8 @@ final class CategoryGrid extends GridBase { // Grid Header $gridHeader = new DataGridHeader(); - $gridHeader->addHeader(__('Nombre')); - $gridHeader->addHeader(__('Descripción')); + $gridHeader->addHeader(__('Name')); + $gridHeader->addHeader(__('Description')); return $gridHeader; } @@ -134,7 +134,7 @@ final class CategoryGrid extends GridBase $gridActionSearch->setId(ActionsInterface::CATEGORY_SEARCH); $gridActionSearch->setType(DataGridActionType::SEARCH_ITEM); $gridActionSearch->setName('frmSearchCategory'); - $gridActionSearch->setTitle(__('Buscar Categoría')); + $gridActionSearch->setTitle(__('Search for Category')); $gridActionSearch->setOnSubmitFunction('appMgmt/search'); $gridActionSearch->addData('action-route', Acl::getActionRoute(ActionsInterface::CATEGORY_SEARCH)); @@ -149,8 +149,8 @@ final class CategoryGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::CATEGORY_CREATE); $gridAction->setType(DataGridActionType::MENUBAR_ITEM); - $gridAction->setName(__('Nueva Categoría')); - $gridAction->setTitle(__('Nueva Categoría')); + $gridAction->setName(__('New Category')); + $gridAction->setTitle(__('New Category')); $gridAction->setIcon($this->icons->getIconAdd()); $gridAction->setSkip(true); $gridAction->setOnClickFunction('appMgmt/show'); @@ -167,8 +167,8 @@ final class CategoryGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::CATEGORY_EDIT); $gridAction->setType(DataGridActionType::EDIT_ITEM); - $gridAction->setName(__('Editar Categoría')); - $gridAction->setTitle(__('Editar Categoría')); + $gridAction->setName(__('Edit Category')); + $gridAction->setTitle(__('Edit Category')); $gridAction->setIcon($this->icons->getIconEdit()); $gridAction->setOnClickFunction('appMgmt/show'); $gridAction->addData('action-route', Acl::getActionRoute(ActionsInterface::CATEGORY_EDIT)); @@ -184,8 +184,8 @@ final class CategoryGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::CATEGORY_DELETE); $gridAction->setType(DataGridActionType::DELETE_ITEM); - $gridAction->setName(__('Eliminar Categoría')); - $gridAction->setTitle(__('Eliminar Categoría')); + $gridAction->setName(__('Delete Category')); + $gridAction->setTitle(__('Delete Category')); $gridAction->setIcon($this->icons->getIconDelete()); $gridAction->setOnClickFunction('appMgmt/delete'); $gridAction->addData('action-route', Acl::getActionRoute(ActionsInterface::CATEGORY_DELETE)); diff --git a/app/modules/web/Controllers/Helpers/Grid/ClientGrid.php b/app/modules/web/Controllers/Helpers/Grid/ClientGrid.php index c9b7cacf..ac611a0e 100644 --- a/app/modules/web/Controllers/Helpers/Grid/ClientGrid.php +++ b/app/modules/web/Controllers/Helpers/Grid/ClientGrid.php @@ -68,8 +68,8 @@ final class ClientGrid extends GridBase $grid->addDataAction($this->getDeleteAction()); $grid->addDataAction( $this->getDeleteAction() - ->setName(__('Eliminar Seleccionados')) - ->setTitle(__('Eliminar Seleccionados')) + ->setName(__('Delete Selected')) + ->setTitle(__('Delete Selected')) ->setIsSelection(true), true); @@ -90,7 +90,7 @@ final class ClientGrid extends GridBase $gridTab->setDataPagerTemplate('datagrid-nav-full', 'grid'); $gridTab->setHeader($this->getHeader()); $gridTab->setData($this->getData()); - $gridTab->setTitle(__('Clientes')); + $gridTab->setTitle(__('Clients')); return $gridTab; } @@ -102,8 +102,8 @@ final class ClientGrid extends GridBase { // Grid Header $gridHeader = new DataGridHeader(); - $gridHeader->addHeader(__('Nombre')); - $gridHeader->addHeader(__('Descripción')); + $gridHeader->addHeader(__('Name')); + $gridHeader->addHeader(__('Description')); $gridHeader->addHeader(__('Global')); return $gridHeader; @@ -120,7 +120,7 @@ final class ClientGrid extends GridBase $gridData->addDataRowSource('name'); $gridData->addDataRowSource('description'); $gridData->addDataRowSource('isGlobal', false, function ($value) { - return $value ? __('SI') : __('NO'); + return $value ? __('YES') : __('NO'); }); $gridData->setData($this->queryResult); @@ -137,7 +137,7 @@ final class ClientGrid extends GridBase $gridActionSearch->setId(ActionsInterface::CLIENT_SEARCH); $gridActionSearch->setType(DataGridActionType::SEARCH_ITEM); $gridActionSearch->setName('frmSearchClient'); - $gridActionSearch->setTitle(__('Buscar Cliente')); + $gridActionSearch->setTitle(__('Search for Client')); $gridActionSearch->setOnSubmitFunction('appMgmt/search'); $gridActionSearch->addData('action-route', Acl::getActionRoute(ActionsInterface::CLIENT_SEARCH)); @@ -152,8 +152,8 @@ final class ClientGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::CLIENT_CREATE); $gridAction->setType(DataGridActionType::MENUBAR_ITEM); - $gridAction->setName(__('Nuevo Cliente')); - $gridAction->setTitle(__('Nuevo Cliente')); + $gridAction->setName(__('New Client')); + $gridAction->setTitle(__('New Client')); $gridAction->setIcon($this->icons->getIconAdd()); $gridAction->setSkip(true); $gridAction->setOnClickFunction('appMgmt/show'); @@ -170,8 +170,8 @@ final class ClientGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::CLIENT_EDIT); $gridAction->setType(DataGridActionType::EDIT_ITEM); - $gridAction->setName(__('Editar Cliente')); - $gridAction->setTitle(__('Editar Cliente')); + $gridAction->setName(__('Edit Client')); + $gridAction->setTitle(__('Edit Client')); $gridAction->setIcon($this->icons->getIconEdit()); $gridAction->setOnClickFunction('appMgmt/show'); $gridAction->addData('action-route', Acl::getActionRoute(ActionsInterface::CLIENT_EDIT)); @@ -187,8 +187,8 @@ final class ClientGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::CLIENT_DELETE); $gridAction->setType(DataGridActionType::DELETE_ITEM); - $gridAction->setName(__('Eliminar Cliente')); - $gridAction->setTitle(__('Eliminar Cliente')); + $gridAction->setName(__('Delete Client')); + $gridAction->setTitle(__('Delete Client')); $gridAction->setIcon($this->icons->getIconDelete()); $gridAction->setOnClickFunction('appMgmt/delete'); $gridAction->addData('action-route', Acl::getActionRoute(ActionsInterface::CLIENT_DELETE)); diff --git a/app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php b/app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php index 90570b69..c50f0ab6 100644 --- a/app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php +++ b/app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php @@ -69,8 +69,8 @@ final class CustomFieldGrid extends GridBase $grid->addDataAction($this->getDeleteAction()); $grid->addDataAction( $this->getDeleteAction() - ->setName(__('Eliminar Seleccionados')) - ->setTitle(__('Eliminar Seleccionados')) + ->setName(__('Delete Selected')) + ->setTitle(__('Delete Selected')) ->setIsSelection(true), true); @@ -92,7 +92,7 @@ final class CustomFieldGrid extends GridBase $gridTab->setDataPagerTemplate('datagrid-nav-full', 'grid'); $gridTab->setHeader($this->getHeader()); $gridTab->setData($this->getData()); - $gridTab->setTitle(__('Campos Personalizados')); + $gridTab->setTitle(__('Custom Fields')); return $gridTab; } @@ -104,10 +104,10 @@ final class CustomFieldGrid extends GridBase { // Grid Header $gridHeader = new DataGridHeader(); - $gridHeader->addHeader(__('Nombre')); - $gridHeader->addHeader(__('Módulo')); - $gridHeader->addHeader(__('Tipo')); - $gridHeader->addHeader(__('Propiedades')); + $gridHeader->addHeader(__('Name')); + $gridHeader->addHeader(__('Module')); + $gridHeader->addHeader(__('Type')); + $gridHeader->addHeader(__('Properties')); return $gridHeader; } @@ -125,7 +125,7 @@ final class CustomFieldGrid extends GridBase return CustomFieldDefService::getFieldModuleById($value); }); $gridData->addDataRowSource('typeName'); - $gridData->addDataRowSourceWithIcon('isEncrypted', $this->icons->getIconEditPass()->setTitle(__('Encriptado'))); + $gridData->addDataRowSourceWithIcon('isEncrypted', $this->icons->getIconEditPass()->setTitle(__('Encrypted'))); $gridData->setData($this->queryResult); return $gridData; @@ -141,7 +141,7 @@ final class CustomFieldGrid extends GridBase $gridActionSearch->setId(ActionsInterface::CUSTOMFIELD_SEARCH); $gridActionSearch->setType(DataGridActionType::SEARCH_ITEM); $gridActionSearch->setName('frmSearchCustomField'); - $gridActionSearch->setTitle(__('Buscar Campo')); + $gridActionSearch->setTitle(__('Search for Field')); $gridActionSearch->setOnSubmitFunction('appMgmt/search'); $gridActionSearch->addData('action-route', Acl::getActionRoute(ActionsInterface::CUSTOMFIELD_SEARCH)); @@ -156,8 +156,8 @@ final class CustomFieldGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::CUSTOMFIELD_CREATE); $gridAction->setType(DataGridActionType::MENUBAR_ITEM); - $gridAction->setName(__('Nuevo Campo')); - $gridAction->setTitle(__('Nuevo Campo')); + $gridAction->setName(__('New Field')); + $gridAction->setTitle(__('New Field')); $gridAction->setIcon($this->icons->getIconAdd()); $gridAction->setSkip(true); $gridAction->setOnClickFunction('appMgmt/show'); @@ -174,8 +174,8 @@ final class CustomFieldGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::CUSTOMFIELD_EDIT); $gridAction->setType(DataGridActionType::EDIT_ITEM); - $gridAction->setName(__('Editar Campo')); - $gridAction->setTitle(__('Editar Campo')); + $gridAction->setName(__('Edit Field')); + $gridAction->setTitle(__('Edit Field')); $gridAction->setIcon($this->icons->getIconEdit()); $gridAction->setOnClickFunction('appMgmt/show'); $gridAction->addData('action-route', Acl::getActionRoute(ActionsInterface::CUSTOMFIELD_EDIT)); @@ -191,8 +191,8 @@ final class CustomFieldGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::CUSTOMFIELD_DELETE); $gridAction->setType(DataGridActionType::DELETE_ITEM); - $gridAction->setName(__('Eliminar Campo')); - $gridAction->setTitle(__('Eliminar Campo')); + $gridAction->setName(__('Delete Field')); + $gridAction->setTitle(__('Delete Field')); $gridAction->setIcon($this->icons->getIconDelete()); $gridAction->setOnClickFunction('appMgmt/delete'); $gridAction->addData('action-route', Acl::getActionRoute(ActionsInterface::CUSTOMFIELD_DELETE)); diff --git a/app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php b/app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php index cfe5a2ac..be2271b6 100644 --- a/app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php +++ b/app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php @@ -84,7 +84,7 @@ final class EventlogGrid extends GridBase $gridTab->setDataPagerTemplate('datagrid-nav-full', 'grid'); $gridTab->setHeader($this->getHeader()); $gridTab->setData($this->getData()); - $gridTab->setTitle(__('Registro de Eventos')); + $gridTab->setTitle(__('Event Log')); return $gridTab; } @@ -97,12 +97,12 @@ final class EventlogGrid extends GridBase // Grid Header $gridHeader = new DataGridHeader(); $gridHeader->addHeader(__('ID')); - $gridHeader->addHeader(__('Fecha / Hora')); - $gridHeader->addHeader(__('Nivel')); - $gridHeader->addHeader(__('Evento')); + $gridHeader->addHeader(__('Date / Time')); + $gridHeader->addHeader(__('Level')); + $gridHeader->addHeader(__('Event')); $gridHeader->addHeader(__('Login')); $gridHeader->addHeader(__('IP')); - $gridHeader->addHeader(__('Descripción')); + $gridHeader->addHeader(__('Description')); return $gridHeader; } @@ -162,7 +162,7 @@ final class EventlogGrid extends GridBase $gridActionSearch->setId(ActionsInterface::EVENTLOG_SEARCH); $gridActionSearch->setType(DataGridActionType::SEARCH_ITEM); $gridActionSearch->setName('frmSearchEvent'); - $gridActionSearch->setTitle(__('Buscar Evento')); + $gridActionSearch->setTitle(__('Search for Events')); $gridActionSearch->setOnSubmitFunction('appMgmt/search'); $gridActionSearch->addData('action-route', Acl::getActionRoute(ActionsInterface::EVENTLOG_SEARCH)); @@ -178,8 +178,8 @@ final class EventlogGrid extends GridBase $gridAction->setId(ActionsInterface::EVENTLOG_SEARCH); $gridAction->setType(DataGridActionType::MENUBAR_ITEM); $gridAction->setSkip(true); - $gridAction->setName(__('Refrescar')); - $gridAction->setTitle(__('Refrescar')); + $gridAction->setName(__('Refresh')); + $gridAction->setTitle(__('Refresh')); $gridAction->setIcon($this->icons->getIconRefresh()); $gridAction->setOnClickFunction('appMgmt/search'); $gridAction->addData('action-route', Acl::getActionRoute(ActionsInterface::EVENTLOG_SEARCH)); @@ -196,8 +196,8 @@ final class EventlogGrid extends GridBase $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->setName(__('Clear the event log out')); + $gridAction->setTitle(__('Clear the event log out')); $gridAction->setIcon($this->icons->getIconClear()); $gridAction->setOnClickFunction('eventlog/clear'); $gridAction->addData('action-route', Acl::getActionRoute(ActionsInterface::EVENTLOG_CLEAR)); diff --git a/app/modules/web/Controllers/Helpers/Grid/FileGrid.php b/app/modules/web/Controllers/Helpers/Grid/FileGrid.php index 0f9740f6..1419b050 100644 --- a/app/modules/web/Controllers/Helpers/Grid/FileGrid.php +++ b/app/modules/web/Controllers/Helpers/Grid/FileGrid.php @@ -68,8 +68,8 @@ final class FileGrid extends GridBase $grid->addDataAction($this->getDeleteAction()); $grid->addDataAction( $this->getDeleteAction() - ->setName(__('Eliminar Seleccionados')) - ->setTitle(__('Eliminar Seleccionados')) + ->setName(__('Delete Selected')) + ->setTitle(__('Delete Selected')) ->setIsSelection(true), true); @@ -91,7 +91,7 @@ final class FileGrid extends GridBase $gridTab->setDataPagerTemplate('datagrid-nav-full', 'grid'); $gridTab->setHeader($this->getHeader()); $gridTab->setData($this->getData()); - $gridTab->setTitle(__('Archivos')); + $gridTab->setTitle(__('Files')); return $gridTab; } @@ -103,11 +103,11 @@ final class FileGrid extends GridBase { // Grid Header $gridHeader = new DataGridHeader(); - $gridHeader->addHeader(__('Cuenta')); - $gridHeader->addHeader(__('Cliente')); - $gridHeader->addHeader(__('Nombre')); - $gridHeader->addHeader(__('Tipo')); - $gridHeader->addHeader(__('Tamaño')); + $gridHeader->addHeader(__('Account')); + $gridHeader->addHeader(__('Client')); + $gridHeader->addHeader(__('Name')); + $gridHeader->addHeader(__('Type')); + $gridHeader->addHeader(__('Size')); return $gridHeader; } @@ -142,7 +142,7 @@ final class FileGrid extends GridBase $gridActionSearch->setId(ActionsInterface::ACCOUNT_FILE_SEARCH); $gridActionSearch->setType(DataGridActionType::SEARCH_ITEM); $gridActionSearch->setName('frmSearchFile'); - $gridActionSearch->setTitle(__('Buscar Archivo')); + $gridActionSearch->setTitle(__('Search for File')); $gridActionSearch->setOnSubmitFunction('appMgmt/search'); $gridActionSearch->addData('action-route', Acl::getActionRoute(ActionsInterface::ACCOUNT_FILE_SEARCH)); @@ -157,8 +157,8 @@ final class FileGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::ACCOUNT_FILE_VIEW); $gridAction->setType(DataGridActionType::VIEW_ITEM); - $gridAction->setName(__('Ver Archivo')); - $gridAction->setTitle(__('Ver Archivo')); + $gridAction->setName(__('View File')); + $gridAction->setTitle(__('View File')); $gridAction->setIcon($this->icons->getIconView()); $gridAction->setOnClickFunction('file/view'); $gridAction->addData('action-route', Acl::getActionRoute(ActionsInterface::ACCOUNT_FILE_VIEW)); @@ -175,8 +175,8 @@ final class FileGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::ACCOUNT_FILE_DOWNLOAD); $gridAction->setType(DataGridActionType::VIEW_ITEM); - $gridAction->setName(__('Descargar Archivo')); - $gridAction->setTitle(__('Descargar Archivo')); + $gridAction->setName(__('Download File')); + $gridAction->setTitle(__('Download File')); $gridAction->setIcon($this->icons->getIconDownload()); $gridAction->setOnClickFunction('file/download'); $gridAction->addData('action-route', Acl::getActionRoute(ActionsInterface::ACCOUNT_FILE_DOWNLOAD)); @@ -195,8 +195,8 @@ final class FileGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::ACCOUNT_FILE_DELETE); $gridAction->setType(DataGridActionType::DELETE_ITEM); - $gridAction->setName(__('Eliminar Archivo')); - $gridAction->setTitle(__('Eliminar Archivo')); + $gridAction->setName(__('Delete File')); + $gridAction->setTitle(__('Delete File')); $gridAction->setIcon($this->icons->getIconDelete()); $gridAction->setOnClickFunction('appMgmt/delete'); $gridAction->addData('action-route', Acl::getActionRoute(ActionsInterface::ACCOUNT_FILE_DELETE)); diff --git a/app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php b/app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php index 120b92b5..65fcaefe 100644 --- a/app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php +++ b/app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php @@ -72,8 +72,8 @@ final class ItemPresetGrid extends GridBase $grid->addDataAction($this->getDeleteAction()); $grid->addDataAction( $this->getDeleteAction() - ->setTitle(__('Eliminar Seleccionados')) - ->setName(__('Eliminar Seleccionados')) + ->setTitle(__('Delete Selected')) + ->setName(__('Delete Selected')) ->setIsSelection(true), true); @@ -94,7 +94,7 @@ final class ItemPresetGrid extends GridBase $gridTab->setDataPagerTemplate('datagrid-nav-full', 'grid'); $gridTab->setHeader($this->getHeader()); $gridTab->setData($this->getData()); - $gridTab->setTitle(__('Valores Predeterminados')); + $gridTab->setTitle(__('Preset Values')); return $gridTab; } @@ -106,12 +106,12 @@ final class ItemPresetGrid extends GridBase { // Grid Header $gridHeader = new DataGridHeader(); - $gridHeader->addHeader(__('Tipo')); - $gridHeader->addHeader(__('Usuario')); - $gridHeader->addHeader(__('Grupo')); - $gridHeader->addHeader(__('Perfil')); - $gridHeader->addHeader(__('Prioridad')); - $gridHeader->addHeader(__('Forzado')); + $gridHeader->addHeader(__('Type')); + $gridHeader->addHeader(__('User')); + $gridHeader->addHeader(__('Group')); + $gridHeader->addHeader(__('Profile')); + $gridHeader->addHeader(__('Priority')); + $gridHeader->addHeader(__('Forced')); return $gridHeader; } @@ -145,7 +145,7 @@ final class ItemPresetGrid extends GridBase $gridActionSearch->setId(ActionsInterface::ITEMPRESET_SEARCH); $gridActionSearch->setType(DataGridActionType::SEARCH_ITEM); $gridActionSearch->setName('frmSearchItemPreset'); - $gridActionSearch->setTitle(__('Buscar Valor')); + $gridActionSearch->setTitle(__('Search for Value')); $gridActionSearch->setOnSubmitFunction('appMgmt/search'); $gridActionSearch->addData('action-route', Acl::getActionRoute(ActionsInterface::ITEMPRESET_SEARCH)); @@ -160,8 +160,8 @@ final class ItemPresetGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::ITEMPRESET_CREATE); $gridAction->setType(DataGridActionType::MENUBAR_ITEM); - $gridAction->setName(__('Valor de Permiso')); - $gridAction->setTitle(__('Nuevo Valor de Permiso')); + $gridAction->setName(__('Permission Preset')); + $gridAction->setTitle(__('New Permission Preset')); $icon = clone $this->icons->getIconAdd(); @@ -184,8 +184,8 @@ final class ItemPresetGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::ITEMPRESET_CREATE); $gridAction->setType(DataGridActionType::MENUBAR_ITEM); - $gridAction->setName(__('Valor de Cuenta Privada')); - $gridAction->setTitle(__('Nuevo Valor de Cuenta Privada')); + $gridAction->setName(__('Private Account Preset')); + $gridAction->setTitle(__('New Private Account Preset')); $icon = clone $this->icons->getIconAdd(); @@ -208,8 +208,8 @@ final class ItemPresetGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::ITEMPRESET_CREATE); $gridAction->setType(DataGridActionType::MENUBAR_ITEM); - $gridAction->setName(__('Valor de Timeout de Sesión')); - $gridAction->setTitle(__('Nuevo Valor de Timeout de Sesión')); + $gridAction->setName(__('Session Timeout Preset')); + $gridAction->setTitle(__('New Session Timeout Preset')); $icon = clone $this->icons->getIconAdd(); @@ -232,8 +232,8 @@ final class ItemPresetGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::ITEMPRESET_CREATE); $gridAction->setType(DataGridActionType::MENUBAR_ITEM); - $gridAction->setName(__('Valor de Clave de Cuentas')); - $gridAction->setTitle(__('Nuevo Valor de Clave de Cuentas')); + $gridAction->setName(__('Account Password Preset')); + $gridAction->setTitle(__('New Account Password Preset')); $icon = clone $this->icons->getIconAdd(); @@ -256,8 +256,8 @@ final class ItemPresetGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::ITEMPRESET_EDIT); $gridAction->setType(DataGridActionType::EDIT_ITEM); - $gridAction->setName(__('Editar Valor')); - $gridAction->setTitle(__('Editar Valor')); + $gridAction->setName(__('Edit Value')); + $gridAction->setTitle(__('Edit Value')); $gridAction->setIcon($this->icons->getIconEdit()); $gridAction->setOnClickFunction('appMgmt/show'); $gridAction->addData('action-route', Acl::getActionRoute(ActionsInterface::ITEMPRESET_EDIT)); @@ -273,8 +273,8 @@ final class ItemPresetGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::ITEMPRESET_DELETE); $gridAction->setType(DataGridActionType::DELETE_ITEM); - $gridAction->setName(__('Eliminar Valor')); - $gridAction->setTitle(__('Eliminar Valor')); + $gridAction->setName(__('Delete Value')); + $gridAction->setTitle(__('Delete Value')); $gridAction->setIcon($this->icons->getIconDelete()); $gridAction->setOnClickFunction('appMgmt/delete'); $gridAction->addData('action-route', Acl::getActionRoute(ActionsInterface::ITEMPRESET_DELETE)); diff --git a/app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php b/app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php index 47c24028..0cd7256c 100644 --- a/app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php +++ b/app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php @@ -87,8 +87,8 @@ final class NotificationGrid extends GridBase $grid->addDataAction( $this->setNonAdminFilter( $this->getDeleteAction() - ->setTitle(__('Eliminar Seleccionados')) - ->setName(__('Eliminar Seleccionados')) + ->setTitle(__('Delete Selected')) + ->setName(__('Delete Selected')) ->setIsSelection(true)), true); @@ -110,7 +110,7 @@ final class NotificationGrid extends GridBase $dataGrid->setDataPagerTemplate('datagrid-nav-full', 'grid'); $dataGrid->setHeader($this->getHeader()); $dataGrid->setData($this->getData()); - $dataGrid->setTitle(__('Notificaciones')); + $dataGrid->setTitle(__('Notifications')); $dataGrid->setTime(round(getElapsedTime($this->queryTimeStart), 5)); return $dataGrid; @@ -123,11 +123,11 @@ final class NotificationGrid extends GridBase { // Grid Header $gridHeader = new DataGridHeader(); - $gridHeader->addHeader(__('Fecha')); - $gridHeader->addHeader(__('Tipo')); - $gridHeader->addHeader(__('Componente')); - $gridHeader->addHeader(__('Descripción')); - $gridHeader->addHeader(__('Estado')); + $gridHeader->addHeader(__('Date')); + $gridHeader->addHeader(__('Type')); + $gridHeader->addHeader(__('Component')); + $gridHeader->addHeader(__('Description')); + $gridHeader->addHeader(__('Status')); return $gridHeader; } @@ -147,8 +147,8 @@ final class NotificationGrid extends GridBase $gridData->addDataRowSource('type'); $gridData->addDataRowSource('component'); $gridData->addDataRowSource('description'); - $gridData->addDataRowSourceWithIcon('checked', $this->icons->getIconEnabled()->setTitle(__('Leída'))); - $gridData->addDataRowSourceWithIcon('onlyAdmin', $this->icons->getIconAppAdmin()->setTitle(__('Sólo Admins'))); + $gridData->addDataRowSourceWithIcon('checked', $this->icons->getIconEnabled()->setTitle(__('Read'))); + $gridData->addDataRowSourceWithIcon('onlyAdmin', $this->icons->getIconAppAdmin()->setTitle(__('Only Admins'))); $gridData->addDataRowSourceWithIcon('sticky', $this->icons->getIconGroup()->setTitle(__('Global'))); $gridData->setData($this->queryResult); @@ -165,7 +165,7 @@ final class NotificationGrid extends GridBase $gridActionSearch->setId(ActionsInterface::NOTIFICATION_SEARCH); $gridActionSearch->setType(DataGridActionType::SEARCH_ITEM); $gridActionSearch->setName('frmSearchNotification'); - $gridActionSearch->setTitle(__('Buscar Notificación')); + $gridActionSearch->setTitle(__('Search for Notification')); $gridActionSearch->setOnSubmitFunction('notification/search'); $gridActionSearch->addData('action-route', Acl::getActionRoute(ActionsInterface::NOTIFICATION_SEARCH)); @@ -180,8 +180,8 @@ final class NotificationGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::NOTIFICATION_CREATE); $gridAction->setType(DataGridActionType::MENUBAR_ITEM); - $gridAction->setName(__('Nueva Notificación')); - $gridAction->setTitle(__('Nueva Notificación')); + $gridAction->setName(__('New Notification')); + $gridAction->setTitle(__('New Notification')); $gridAction->setIcon($this->icons->getIconAdd()); $gridAction->setSkip(true); $gridAction->setOnClickFunction('notification/show'); @@ -198,8 +198,8 @@ final class NotificationGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::NOTIFICATION_VIEW); $gridAction->setType(DataGridActionType::VIEW_ITEM); - $gridAction->setName(__('Ver Notificación')); - $gridAction->setTitle(__('Ver Notificación')); + $gridAction->setName(__('View Notification')); + $gridAction->setTitle(__('View Notification')); $gridAction->setIcon($this->icons->getIconView()); $gridAction->setOnClickFunction('notification/show'); $gridAction->addData('action-route', Acl::getActionRoute(ActionsInterface::NOTIFICATION_VIEW)); @@ -228,8 +228,8 @@ final class NotificationGrid extends GridBase { $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::NOTIFICATION_CHECK); - $gridAction->setName(__('Marcar Notificación')); - $gridAction->setTitle(__('Marcar Notificación')); + $gridAction->setName(__('Checkout Notification')); + $gridAction->setTitle(__('Checkout Notification')); $gridAction->setIcon($this->icons->getIconEnabled()); $gridAction->setOnClickFunction('notification/check'); $gridAction->setFilterRowSource('checked'); @@ -246,8 +246,8 @@ final class NotificationGrid extends GridBase { $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::NOTIFICATION_EDIT); - $gridAction->setName(__('Editar Notificación')); - $gridAction->setTitle(__('Editar Notificación')); + $gridAction->setName(__('Edit Notification')); + $gridAction->setTitle(__('Edit Notification')); $gridAction->setIcon($this->icons->getIconEdit()); $gridAction->setOnClickFunction('notification/show'); $gridAction->addData('action-route', Acl::getActionRoute(ActionsInterface::NOTIFICATION_EDIT)); @@ -263,8 +263,8 @@ final class NotificationGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::NOTIFICATION_DELETE); $gridAction->setType(DataGridActionType::DELETE_ITEM); - $gridAction->setName(__('Eliminar Notificación')); - $gridAction->setTitle(__('Eliminar Notificación')); + $gridAction->setName(__('Delete Notification')); + $gridAction->setTitle(__('Delete Notification')); $gridAction->setIcon($this->icons->getIconDelete()); $gridAction->setOnClickFunction('notification/delete'); $gridAction->setFilterRowSource('checked', 0); diff --git a/app/modules/web/Controllers/Helpers/Grid/PluginGrid.php b/app/modules/web/Controllers/Helpers/Grid/PluginGrid.php index ac2257e8..886da57f 100644 --- a/app/modules/web/Controllers/Helpers/Grid/PluginGrid.php +++ b/app/modules/web/Controllers/Helpers/Grid/PluginGrid.php @@ -71,8 +71,8 @@ final class PluginGrid extends GridBase $grid->addDataAction($this->getDeleteAction()); $grid->addDataAction( $this->getDeleteAction() - ->setName(__('Eliminar Seleccionados')) - ->setTitle(__('Eliminar Seleccionados')) + ->setName(__('Delete Selected')) + ->setTitle(__('Delete Selected')) ->setIsSelection(true), true); @@ -106,7 +106,7 @@ final class PluginGrid extends GridBase // Grid Header $gridHeader = new DataGridHeader(); $gridHeader->addHeader(__('Plugin')); - $gridHeader->addHeader(__('Estado')); + $gridHeader->addHeader(__('Status')); return $gridHeader; } @@ -122,7 +122,7 @@ final class PluginGrid extends GridBase $gridData->addDataRowSource('name'); $gridData->addDataRowSourceWithIcon('enabled', $this->icons->getIconEnabled()); $gridData->addDataRowSourceWithIcon('enabled', $this->icons->getIconDisabled(), 0); - $gridData->addDataRowSourceWithIcon('available', $this->icons->getIconDelete()->setTitle(__('No disponible')), 0); + $gridData->addDataRowSourceWithIcon('available', $this->icons->getIconDelete()->setTitle(__('Unavailable')), 0); $gridData->setData($this->queryResult); return $gridData; @@ -138,7 +138,7 @@ final class PluginGrid extends GridBase $gridActionSearch->setId(ActionsInterface::PLUGIN_SEARCH); $gridActionSearch->setType(DataGridActionType::SEARCH_ITEM); $gridActionSearch->setName('frmSearchPlugin'); - $gridActionSearch->setTitle(__('Buscar Plugin')); + $gridActionSearch->setTitle(__('Search for Plugin')); $gridActionSearch->setOnSubmitFunction('plugin/search'); $gridActionSearch->addData('action-route', Acl::getActionRoute(ActionsInterface::PLUGIN_SEARCH)); @@ -153,8 +153,8 @@ final class PluginGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::PLUGIN_VIEW); $gridAction->setType(DataGridActionType::VIEW_ITEM); - $gridAction->setName(__('Ver Plugin')); - $gridAction->setTitle(__('Ver Plugin')); + $gridAction->setName(__('View Plugin')); + $gridAction->setTitle(__('View Plugin')); $gridAction->setIcon($this->icons->getIconView()); $gridAction->setOnClickFunction('plugin/show'); $gridAction->setFilterRowSource('available', 0); @@ -170,8 +170,8 @@ final class PluginGrid extends GridBase { $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::PLUGIN_ENABLE); - $gridAction->setName(__('Habilitar')); - $gridAction->setTitle(__('Habilitar')); + $gridAction->setName(__('Enable')); + $gridAction->setTitle(__('Enable')); $gridAction->setIcon($this->icons->getIconEnabled()); $gridAction->setOnClickFunction('plugin/toggle'); $gridAction->setFilterRowSource('enabled'); @@ -189,8 +189,8 @@ final class PluginGrid extends GridBase { $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::PLUGIN_DISABLE); - $gridAction->setName(__('Deshabilitar')); - $gridAction->setTitle(__('Deshabilitar')); + $gridAction->setName(__('Disable')); + $gridAction->setTitle(__('Disable')); $gridAction->setIcon($this->icons->getIconDisabled()); $gridAction->setOnClickFunction('plugin/toggle'); $gridAction->setFilterRowSource('enabled', 0); @@ -208,8 +208,8 @@ final class PluginGrid extends GridBase { $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::PLUGIN_RESET); - $gridAction->setName(__('Restablecer Datos')); - $gridAction->setTitle(__('Restablecer Datos')); + $gridAction->setName(__('Reset Data')); + $gridAction->setTitle(__('Reset Data')); $gridAction->setIcon($this->icons->getIconRefresh()); $gridAction->setOnClickFunction('plugin/reset'); $gridAction->setFilterRowSource('available', 0); @@ -228,8 +228,8 @@ final class PluginGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::PLUGIN_DELETE); $gridAction->setType(DataGridActionType::DELETE_ITEM); - $gridAction->setName(__('Eliminar Plugin')); - $gridAction->setTitle(__('Eliminar Plugin')); + $gridAction->setName(__('Delete Plugin')); + $gridAction->setTitle(__('Delete Plugin')); $gridAction->setIcon($this->icons->getIconDelete()); $gridAction->setFilterRowSource('available', 1); $gridAction->setOnClickFunction('plugin/delete'); diff --git a/app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php b/app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php index 71847224..07c4c632 100644 --- a/app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php +++ b/app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php @@ -70,8 +70,8 @@ final class PublicLinkGrid extends GridBase $grid->addDataAction($this->getDeleteAction()); $grid->addDataAction( $this->getDeleteAction() - ->setName(__('Eliminar Seleccionados')) - ->setTitle(__('Eliminar Seleccionados')) + ->setName(__('Delete Selected')) + ->setTitle(__('Delete Selected')) ->setIsSelection(true), true); @@ -93,7 +93,7 @@ final class PublicLinkGrid extends GridBase $gridTab->setDataPagerTemplate('datagrid-nav-full', 'grid'); $gridTab->setHeader($this->getHeader()); $gridTab->setData($this->getData()); - $gridTab->setTitle(__('Enlaces')); + $gridTab->setTitle(__('Links')); return $gridTab; } @@ -105,13 +105,13 @@ final class PublicLinkGrid extends GridBase { // Grid Header $gridHeader = new DataGridHeader(); - $gridHeader->addHeader(__('Cuenta')); - $gridHeader->addHeader(__('Cliente')); - $gridHeader->addHeader(__('Fecha Creación')); - $gridHeader->addHeader(__('Fecha Caducidad')); - $gridHeader->addHeader(__('Usuario')); - $gridHeader->addHeader(__('Notificar')); - $gridHeader->addHeader(__('Visitas')); + $gridHeader->addHeader(__('Account')); + $gridHeader->addHeader(__('Client')); + $gridHeader->addHeader(__('Creation Date')); + $gridHeader->addHeader(__('Expiry Date ')); + $gridHeader->addHeader(__('User')); + $gridHeader->addHeader(__('Notify')); + $gridHeader->addHeader(__('Visits')); return $gridHeader; } @@ -146,7 +146,7 @@ final class PublicLinkGrid extends GridBase $gridActionSearch->setId(ActionsInterface::PUBLICLINK_SEARCH); $gridActionSearch->setType(DataGridActionType::SEARCH_ITEM); $gridActionSearch->setName('frmSearchLink'); - $gridActionSearch->setTitle(__('Buscar Enlace')); + $gridActionSearch->setTitle(__('Search for Link')); $gridActionSearch->setOnSubmitFunction('appMgmt/search'); $gridActionSearch->addData('action-route', Acl::getActionRoute(ActionsInterface::PUBLICLINK_SEARCH)); @@ -161,8 +161,8 @@ final class PublicLinkGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::PUBLICLINK_CREATE); $gridAction->setType(DataGridActionType::MENUBAR_ITEM); - $gridAction->setName(__('Nuevo Enlace')); - $gridAction->setTitle(__('Nuevo Enlace')); + $gridAction->setName(__('New Link')); + $gridAction->setTitle(__('New Link')); $gridAction->setIcon($this->icons->getIconAdd()); $gridAction->setSkip(true); $gridAction->setOnClickFunction('appMgmt/show'); @@ -179,8 +179,8 @@ final class PublicLinkGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::PUBLICLINK_VIEW); $gridAction->setType(DataGridActionType::VIEW_ITEM); - $gridAction->setName(__('Ver Enlace')); - $gridAction->setTitle(__('Ver Enlace')); + $gridAction->setName(__('View Link')); + $gridAction->setTitle(__('View Link')); $gridAction->setIcon($this->icons->getIconView()); $gridAction->setOnClickFunction('appMgmt/show'); $gridAction->addData('action-route', Acl::getActionRoute(ActionsInterface::PUBLICLINK_VIEW)); @@ -195,8 +195,8 @@ final class PublicLinkGrid extends GridBase { $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::PUBLICLINK_REFRESH); - $gridAction->setName(__('Renovar Enlace')); - $gridAction->setTitle(__('Renovar Enlace')); + $gridAction->setName(__('Renew Link')); + $gridAction->setTitle(__('Renew Link')); $gridAction->setIcon($this->icons->getIconRefresh()); $gridAction->setOnClickFunction('link/refresh'); $gridAction->addData('action-route', Acl::getActionRoute(ActionsInterface::PUBLICLINK_REFRESH)); @@ -212,8 +212,8 @@ final class PublicLinkGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::PUBLICLINK_DELETE); $gridAction->setType(DataGridActionType::DELETE_ITEM); - $gridAction->setName(__('Eliminar Enlace')); - $gridAction->setTitle(__('Eliminar Enlace')); + $gridAction->setName(__('Delete Link')); + $gridAction->setTitle(__('Delete Link')); $gridAction->setIcon($this->icons->getIconDelete()); $gridAction->setOnClickFunction('appMgmt/delete'); $gridAction->addData('action-route', Acl::getActionRoute(ActionsInterface::PUBLICLINK_DELETE)); diff --git a/app/modules/web/Controllers/Helpers/Grid/TagGrid.php b/app/modules/web/Controllers/Helpers/Grid/TagGrid.php index 7bd1ae66..a879dbe5 100644 --- a/app/modules/web/Controllers/Helpers/Grid/TagGrid.php +++ b/app/modules/web/Controllers/Helpers/Grid/TagGrid.php @@ -69,8 +69,8 @@ final class TagGrid extends GridBase $grid->addDataAction($this->getDeleteAction()); $grid->addDataAction( $this->getDeleteAction() - ->setName(__('Eliminar Seleccionados')) - ->setTitle(__('Eliminar Seleccionados')) + ->setName(__('Delete Selected')) + ->setTitle(__('Delete Selected')) ->setIsSelection(true), true); @@ -91,7 +91,7 @@ final class TagGrid extends GridBase $gridTab->setDataPagerTemplate('datagrid-nav-full', 'grid'); $gridTab->setHeader($this->getHeader()); $gridTab->setData($this->getData()); - $gridTab->setTitle(__('Etiquetas')); + $gridTab->setTitle(__('Tags')); return $gridTab; } @@ -103,7 +103,7 @@ final class TagGrid extends GridBase { // Grid Header $gridHeader = new DataGridHeader(); - $gridHeader->addHeader(__('Nombre')); + $gridHeader->addHeader(__('Name')); return $gridHeader; } @@ -132,7 +132,7 @@ final class TagGrid extends GridBase $gridActionSearch->setId(ActionsInterface::TAG_SEARCH); $gridActionSearch->setType(DataGridActionType::SEARCH_ITEM); $gridActionSearch->setName('frmSearchTag'); - $gridActionSearch->setTitle(__('Buscar Etiqueta')); + $gridActionSearch->setTitle(__('Search for Tag')); $gridActionSearch->setOnSubmitFunction('appMgmt/search'); $gridActionSearch->addData('action-route', Acl::getActionRoute(ActionsInterface::TAG_SEARCH)); @@ -147,8 +147,8 @@ final class TagGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::TAG_CREATE); $gridAction->setType(DataGridActionType::MENUBAR_ITEM); - $gridAction->setName(__('Nueva Etiqueta')); - $gridAction->setTitle(__('Nueva Etiqueta')); + $gridAction->setName(__('New Tag')); + $gridAction->setTitle(__('New Tag')); $gridAction->setIcon($this->icons->getIconAdd()); $gridAction->setSkip(true); $gridAction->setOnClickFunction('appMgmt/show'); @@ -165,8 +165,8 @@ final class TagGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::TAG_EDIT); $gridAction->setType(DataGridActionType::EDIT_ITEM); - $gridAction->setName(__('Editar Etiqueta')); - $gridAction->setTitle(__('Editar Etiqueta')); + $gridAction->setName(__('Edit Tag')); + $gridAction->setTitle(__('Edit Tag')); $gridAction->setIcon($this->icons->getIconEdit()); $gridAction->setOnClickFunction('appMgmt/show'); $gridAction->addData('action-route', Acl::getActionRoute(ActionsInterface::TAG_EDIT)); @@ -182,8 +182,8 @@ final class TagGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::TAG_DELETE); $gridAction->setType(DataGridActionType::DELETE_ITEM); - $gridAction->setName(__('Eliminar Etiqueta')); - $gridAction->setTitle(__('Eliminar Etiqueta')); + $gridAction->setName(__('Delete Tag')); + $gridAction->setTitle(__('Delete Tag')); $gridAction->setIcon($this->icons->getIconDelete()); $gridAction->setOnClickFunction('appMgmt/delete'); $gridAction->addData('action-route', Acl::getActionRoute(ActionsInterface::TAG_DELETE)); diff --git a/app/modules/web/Controllers/Helpers/Grid/TrackGrid.php b/app/modules/web/Controllers/Helpers/Grid/TrackGrid.php index ace1f822..75112632 100644 --- a/app/modules/web/Controllers/Helpers/Grid/TrackGrid.php +++ b/app/modules/web/Controllers/Helpers/Grid/TrackGrid.php @@ -97,12 +97,12 @@ final class TrackGrid extends GridBase { // Grid Header $gridHeader = new DataGridHeader(); - $gridHeader->addHeader(__('Fecha')); - $gridHeader->addHeader(__('Fecha Desbloqueo')); - $gridHeader->addHeader(__('Origen')); + $gridHeader->addHeader(__('Date')); + $gridHeader->addHeader(__('Date Unlocked')); + $gridHeader->addHeader(__('Source')); $gridHeader->addHeader('IPv4'); $gridHeader->addHeader('IPv6'); - $gridHeader->addHeader(__('Usuario')); + $gridHeader->addHeader(__('User')); return $gridHeader; } @@ -159,7 +159,7 @@ final class TrackGrid extends GridBase $gridActionSearch->setId(ActionsInterface::TRACK_SEARCH); $gridActionSearch->setType(DataGridActionType::SEARCH_ITEM); $gridActionSearch->setName('frmSearchTrack'); - $gridActionSearch->setTitle(__('Buscar Track')); + $gridActionSearch->setTitle(__('Search for track')); $gridActionSearch->setOnSubmitFunction('appMgmt/search'); $gridActionSearch->addData('action-route', Acl::getActionRoute(ActionsInterface::TRACK_SEARCH)); @@ -175,8 +175,8 @@ final class TrackGrid extends GridBase $gridAction->setId(ActionsInterface::TRACK_SEARCH); $gridAction->setType(DataGridActionType::MENUBAR_ITEM); $gridAction->setSkip(true); - $gridAction->setName(__('Refrescar')); - $gridAction->setTitle(__('Refrescar')); + $gridAction->setName(__('Refresh')); + $gridAction->setTitle(__('Refresh')); $gridAction->setIcon($this->icons->getIconRefresh()); $gridAction->setOnClickFunction('appMgmt/search'); $gridAction->addData('action-route', Acl::getActionRoute(ActionsInterface::TRACK_SEARCH)); diff --git a/app/modules/web/Controllers/Helpers/Grid/UserGrid.php b/app/modules/web/Controllers/Helpers/Grid/UserGrid.php index ec0c8b94..5540c979 100644 --- a/app/modules/web/Controllers/Helpers/Grid/UserGrid.php +++ b/app/modules/web/Controllers/Helpers/Grid/UserGrid.php @@ -79,8 +79,8 @@ final class UserGrid extends GridBase $grid->addDataAction($this->getDeleteAction()); $grid->addDataAction( $this->getDeleteAction() - ->setName(__('Eliminar Seleccionados')) - ->setTitle(__('Eliminar Seleccionados')) + ->setName(__('Delete Selected')) + ->setTitle(__('Delete Selected')) ->setIsSelection(true), true); @@ -101,7 +101,7 @@ final class UserGrid extends GridBase $gridTab->setDataPagerTemplate('datagrid-nav-full', 'grid'); $gridTab->setHeader($this->getHeader()); $gridTab->setData($this->getData()); - $gridTab->setTitle(__('Usuarios')); + $gridTab->setTitle(__('Users')); return $gridTab; } @@ -113,11 +113,11 @@ final class UserGrid extends GridBase { // Grid Header $gridHeader = new DataGridHeader(); - $gridHeader->addHeader(__('Nombre')); + $gridHeader->addHeader(__('Name')); $gridHeader->addHeader(__('Login')); - $gridHeader->addHeader(__('Perfil')); - $gridHeader->addHeader(__('Grupo')); - $gridHeader->addHeader(__('Propiedades')); + $gridHeader->addHeader(__('Profile')); + $gridHeader->addHeader(__('Group')); + $gridHeader->addHeader(__('Properties')); return $gridHeader; } @@ -153,7 +153,7 @@ final class UserGrid extends GridBase $gridActionSearch->setId(ActionsInterface::USER_SEARCH); $gridActionSearch->setType(DataGridActionType::SEARCH_ITEM); $gridActionSearch->setName('frmSearchUser'); - $gridActionSearch->setTitle(__('Buscar Usuario')); + $gridActionSearch->setTitle(__('Search for User')); $gridActionSearch->setOnSubmitFunction('appMgmt/search'); $gridActionSearch->addData('action-route', Acl::getActionRoute(ActionsInterface::USER_SEARCH)); @@ -168,8 +168,8 @@ final class UserGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::USER_CREATE); $gridAction->setType(DataGridActionType::MENUBAR_ITEM); - $gridAction->setName(__('Nuevo Usuario')); - $gridAction->setTitle(__('Nuevo Usuario')); + $gridAction->setName(__('New User')); + $gridAction->setTitle(__('New User')); $gridAction->setIcon($this->icons->getIconAdd()); $gridAction->setSkip(true); $gridAction->setOnClickFunction('appMgmt/show'); @@ -186,8 +186,8 @@ final class UserGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::USER_EDIT); $gridAction->setType(DataGridActionType::EDIT_ITEM); - $gridAction->setName(__('Editar Usuario')); - $gridAction->setTitle(__('Editar Usuario')); + $gridAction->setName(__('Edit User')); + $gridAction->setTitle(__('Edit User')); $gridAction->setIcon($this->icons->getIconEdit()); $gridAction->setOnClickFunction('appMgmt/show'); $gridAction->addData('action-route', Acl::getActionRoute(ActionsInterface::USER_EDIT)); @@ -203,8 +203,8 @@ final class UserGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::USER_DELETE); $gridAction->setType(DataGridActionType::DELETE_ITEM); - $gridAction->setName(__('Eliminar Usuario')); - $gridAction->setTitle(__('Eliminar Usuario')); + $gridAction->setName(__('Delete User')); + $gridAction->setTitle(__('Delete User')); $gridAction->setIcon($this->icons->getIconDelete()); $gridAction->setOnClickFunction('appMgmt/delete'); $gridAction->addData('action-route', Acl::getActionRoute(ActionsInterface::USER_DELETE)); @@ -220,8 +220,8 @@ final class UserGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::CONFIG_LDAP_SYNC); $gridAction->setType(DataGridActionType::MENUBAR_ITEM); - $gridAction->setName(__('Importar usuarios de LDAP')); - $gridAction->setTitle(__('Importar usuarios de LDAP')); + $gridAction->setName(__('Import users from LDAP')); + $gridAction->setTitle(__('Import users from LDAP')); $gridAction->setIcon(new FontIcon('get_app')); $gridAction->setSkip(true); $gridAction->setOnClickFunction('appMgmt/ldapSync'); @@ -238,8 +238,8 @@ final class UserGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::USER_VIEW); $gridAction->setType(DataGridActionType::VIEW_ITEM); - $gridAction->setName(__('Ver Detalles de Usuario')); - $gridAction->setTitle(__('Ver Detalles de Usuario')); + $gridAction->setName(__('View User Details')); + $gridAction->setTitle(__('View User Details')); $gridAction->setIcon($this->icons->getIconView()); $gridAction->setOnClickFunction('appMgmt/show'); $gridAction->addData('action-route', Acl::getActionRoute(ActionsInterface::USER_VIEW)); @@ -255,8 +255,8 @@ final class UserGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::USER_EDIT_PASS); $gridAction->setType(DataGridActionType::EDIT_ITEM); - $gridAction->setName(__('Cambiar Clave de Usuario')); - $gridAction->setTitle(__('Cambiar Clave de Usuario')); + $gridAction->setName(__('Change User\'s Password')); + $gridAction->setTitle(__('Change User\'s Password')); $gridAction->setIcon($this->icons->getIconEditPass()); $gridAction->setOnClickFunction('appMgmt/show'); $gridAction->setFilterRowSource('isLdap'); diff --git a/app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php b/app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php index 06001a08..c70d863d 100644 --- a/app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php +++ b/app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php @@ -70,8 +70,8 @@ final class UserGroupGrid extends GridBase $grid->addDataAction($this->getDeleteAction()); $grid->addDataAction( $this->getDeleteAction() - ->setName(__('Eliminar Seleccionados')) - ->setTitle(__('Eliminar Seleccionados')) + ->setName(__('Delete Selected')) + ->setTitle(__('Delete Selected')) ->setIsSelection(true), true); @@ -92,7 +92,7 @@ final class UserGroupGrid extends GridBase $gridTab->setDataPagerTemplate('datagrid-nav-full', 'grid'); $gridTab->setHeader($this->getHeader()); $gridTab->setData($this->getData()); - $gridTab->setTitle(__('Grupos')); + $gridTab->setTitle(__('Groups')); return $gridTab; } @@ -104,8 +104,8 @@ final class UserGroupGrid extends GridBase { // Grid Header $gridHeader = new DataGridHeader(); - $gridHeader->addHeader(__('Nombre')); - $gridHeader->addHeader(__('Descripción')); + $gridHeader->addHeader(__('Name')); + $gridHeader->addHeader(__('Description')); return $gridHeader; } @@ -135,7 +135,7 @@ final class UserGroupGrid extends GridBase $gridActionSearch->setId(ActionsInterface::GROUP_SEARCH); $gridActionSearch->setType(DataGridActionType::SEARCH_ITEM); $gridActionSearch->setName('frmSearchGroup'); - $gridActionSearch->setTitle(__('Buscar Grupo')); + $gridActionSearch->setTitle(__('Search for Group')); $gridActionSearch->setOnSubmitFunction('appMgmt/search'); $gridActionSearch->addData('action-route', Acl::getActionRoute(ActionsInterface::GROUP_SEARCH)); @@ -150,8 +150,8 @@ final class UserGroupGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::GROUP_CREATE); $gridAction->setType(DataGridActionType::MENUBAR_ITEM); - $gridAction->setName(__('Nuevo Grupo')); - $gridAction->setTitle(__('Nuevo Grupo')); + $gridAction->setName(__('New Group')); + $gridAction->setTitle(__('New Group')); $gridAction->setIcon($this->icons->getIconAdd()); $gridAction->setSkip(true); $gridAction->setOnClickFunction('appMgmt/show'); @@ -168,8 +168,8 @@ final class UserGroupGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::GROUP_VIEW); $gridAction->setType(DataGridActionType::VIEW_ITEM); - $gridAction->setName(__('Ver Grupo')); - $gridAction->setTitle(__('Ver Grupo')); + $gridAction->setName(__('View Group')); + $gridAction->setTitle(__('View Group')); $gridAction->setIcon($this->icons->getIconView()); $gridAction->setOnClickFunction('appMgmt/show'); $gridAction->addData('action-route', Acl::getActionRoute(ActionsInterface::GROUP_VIEW)); @@ -185,8 +185,8 @@ final class UserGroupGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::GROUP_EDIT); $gridAction->setType(DataGridActionType::EDIT_ITEM); - $gridAction->setName(__('Editar Grupo')); - $gridAction->setTitle(__('Editar Grupo')); + $gridAction->setName(__('Edit Group')); + $gridAction->setTitle(__('Edit Group')); $gridAction->setIcon($this->icons->getIconEdit()); $gridAction->setOnClickFunction('appMgmt/show'); $gridAction->addData('action-route', Acl::getActionRoute(ActionsInterface::GROUP_EDIT)); @@ -202,8 +202,8 @@ final class UserGroupGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::GROUP_DELETE); $gridAction->setType(DataGridActionType::DELETE_ITEM); - $gridAction->setName(__('Eliminar Grupo')); - $gridAction->setTitle(__('Eliminar Grupo')); + $gridAction->setName(__('Delete Group')); + $gridAction->setTitle(__('Delete Group')); $gridAction->setIcon($this->icons->getIconDelete()); $gridAction->setOnClickFunction('appMgmt/delete'); $gridAction->addData('action-route', Acl::getActionRoute(ActionsInterface::GROUP_DELETE)); diff --git a/app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php b/app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php index 2ad63903..500b81b0 100644 --- a/app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php +++ b/app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php @@ -70,8 +70,8 @@ final class UserProfileGrid extends GridBase $grid->addDataAction($this->getDeleteAction()); $grid->addDataAction( $this->getDeleteAction() - ->setName(__('Eliminar Seleccionados')) - ->setTitle(__('Eliminar Seleccionados')) + ->setName(__('Delete Selected')) + ->setTitle(__('Delete Selected')) ->setIsSelection(true), true); @@ -92,7 +92,7 @@ final class UserProfileGrid extends GridBase $gridTab->setDataPagerTemplate('datagrid-nav-full', 'grid'); $gridTab->setHeader($this->getHeader()); $gridTab->setData($this->getData()); - $gridTab->setTitle(__('Perfiles')); + $gridTab->setTitle(__('Profiles')); return $gridTab; } @@ -104,7 +104,7 @@ final class UserProfileGrid extends GridBase { // Grid Header $gridHeader = new DataGridHeader(); - $gridHeader->addHeader(__('Nombre')); + $gridHeader->addHeader(__('Name')); return $gridHeader; } @@ -133,7 +133,7 @@ final class UserProfileGrid extends GridBase $gridActionSearch->setId(ActionsInterface::PROFILE_SEARCH); $gridActionSearch->setType(DataGridActionType::SEARCH_ITEM); $gridActionSearch->setName('frmSearchProfile'); - $gridActionSearch->setTitle(__('Buscar Perfil')); + $gridActionSearch->setTitle(__('Search for Profile')); $gridActionSearch->setOnSubmitFunction('appMgmt/search'); $gridActionSearch->addData('action-route', Acl::getActionRoute(ActionsInterface::PROFILE_SEARCH)); @@ -148,8 +148,8 @@ final class UserProfileGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::PROFILE_CREATE); $gridAction->setType(DataGridActionType::MENUBAR_ITEM); - $gridAction->setName(__('Nuevo Perfil')); - $gridAction->setTitle(__('Nuevo Perfil')); + $gridAction->setName(__('New Profile')); + $gridAction->setTitle(__('New Profile')); $gridAction->setIcon($this->icons->getIconAdd()); $gridAction->setSkip(true); $gridAction->setOnClickFunction('appMgmt/show'); @@ -166,8 +166,8 @@ final class UserProfileGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::PROFILE_VIEW); $gridAction->setType(DataGridActionType::VIEW_ITEM); - $gridAction->setName(__('Ver Detalles de Perfil')); - $gridAction->setTitle(__('Ver Detalles de Perfil')); + $gridAction->setName(__('View Profile Details')); + $gridAction->setTitle(__('View Profile Details')); $gridAction->setIcon($this->icons->getIconView()); $gridAction->setOnClickFunction('appMgmt/show'); $gridAction->addData('action-route', Acl::getActionRoute(ActionsInterface::PROFILE_VIEW)); @@ -183,8 +183,8 @@ final class UserProfileGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::PROFILE_EDIT); $gridAction->setType(DataGridActionType::EDIT_ITEM); - $gridAction->setName(__('Editar Perfil')); - $gridAction->setTitle(__('Editar Perfil')); + $gridAction->setName(__('Edit Profile')); + $gridAction->setTitle(__('Edit Profile')); $gridAction->setIcon($this->icons->getIconEdit()); $gridAction->setOnClickFunction('appMgmt/show'); $gridAction->addData('action-route', Acl::getActionRoute(ActionsInterface::PROFILE_EDIT)); @@ -200,8 +200,8 @@ final class UserProfileGrid extends GridBase $gridAction = new DataGridAction(); $gridAction->setId(ActionsInterface::PROFILE_DELETE); $gridAction->setType(DataGridActionType::DELETE_ITEM); - $gridAction->setName(__('Eliminar Perfil')); - $gridAction->setTitle(__('Eliminar Perfil')); + $gridAction->setName(__('Delete Profile')); + $gridAction->setTitle(__('Delete Profile')); $gridAction->setIcon($this->icons->getIconDelete()); $gridAction->setOnClickFunction('appMgmt/delete'); $gridAction->addData('action-route', Acl::getActionRoute(ActionsInterface::PROFILE_DELETE)); diff --git a/app/modules/web/Controllers/Helpers/ItemPresetHelper.php b/app/modules/web/Controllers/Helpers/ItemPresetHelper.php index e9dfe520..c8b87acf 100644 --- a/app/modules/web/Controllers/Helpers/ItemPresetHelper.php +++ b/app/modules/web/Controllers/Helpers/ItemPresetHelper.php @@ -63,7 +63,7 @@ final class ItemPresetHelper extends HelperBase $accountPermission = $itemPresetData->hydrate(AccountPermission::class, 'data') ?: new AccountPermission(); $this->view->assign('typeTemplate', 'item_preset-permission'); - $this->view->assign('presetName', __('Valor de Permiso')); + $this->view->assign('presetName', __('Permission Preset')); $this->view->assign('permission', $accountPermission); @@ -83,7 +83,7 @@ final class ItemPresetHelper extends HelperBase $accountPrivate = $itemPresetData->hydrate(AccountPrivate::class, 'data') ?: new AccountPrivate(); $this->view->assign('typeTemplate', 'item_preset-private'); - $this->view->assign('presetName', __('Valor de Cuenta Privada')); + $this->view->assign('presetName', __('Private Account Preset')); $this->view->assign('private', $accountPrivate); } @@ -99,7 +99,7 @@ final class ItemPresetHelper extends HelperBase $sessionTimeout = $itemPresetData->hydrate(SessionTimeout::class, 'data') ?: new SessionTimeout($this->request->getClientAddress(), 3600); $this->view->assign('typeTemplate', 'item_preset-session_timeout'); - $this->view->assign('presetName', __('Valor de Timeout de Sesión')); + $this->view->assign('presetName', __('Session Timeout Preset')); $this->view->assign('sessionTimeout', $sessionTimeout); } @@ -114,7 +114,7 @@ final class ItemPresetHelper extends HelperBase $password = $itemPresetData->hydrate(Password::class, 'data') ?: new Password; $this->view->assign('typeTemplate', 'item_preset-password'); - $this->view->assign('presetName', __('Valor de Clave de Cuentas')); + $this->view->assign('presetName', __('Account Password Preset')); $this->view->assign('password', $password); diff --git a/app/modules/web/Controllers/Helpers/LayoutHelper.php b/app/modules/web/Controllers/Helpers/LayoutHelper.php index e09ae239..93b9de62 100644 --- a/app/modules/web/Controllers/Helpers/LayoutHelper.php +++ b/app/modules/web/Controllers/Helpers/LayoutHelper.php @@ -258,7 +258,7 @@ final class LayoutHelper extends HelperBase $actionSearch = new DataGridAction(); $actionSearch->setId(ActionsInterface::ACCOUNT); - $actionSearch->setTitle(__('Buscar')); + $actionSearch->setTitle(__('Search')); $actionSearch->setIcon($icons->getIconSearch()); $actionSearch->setData([ 'historyReset' => 1, @@ -271,7 +271,7 @@ final class LayoutHelper extends HelperBase if ($acl->checkUserAccess(ActionsInterface::ACCOUNT_CREATE)) { $actionNewAccount = new DataGridAction(); $actionNewAccount->setId(ActionsInterface::ACCOUNT_CREATE); - $actionNewAccount->setTitle(__('Nueva Cuenta')); + $actionNewAccount->setTitle(__('New Account')); $actionNewAccount->setIcon($icons->getIconAdd()); $actionNewAccount->setData([ 'historyReset' => 0, @@ -341,7 +341,7 @@ final class LayoutHelper extends HelperBase if ($acl->checkUserAccess(ActionsInterface::CONFIG)) { $actionConfigManager = new DataGridAction(); $actionConfigManager->setId('config'); - $actionConfigManager->setTitle(__('Configuración')); + $actionConfigManager->setTitle(__('Configuration')); $actionConfigManager->setIcon($icons->getIconSettings()); $actionConfigManager->setData([ 'historyReset' => 1, diff --git a/app/modules/web/Controllers/InstallController.php b/app/modules/web/Controllers/InstallController.php index 5d4ca5aa..d036c98e 100644 --- a/app/modules/web/Controllers/InstallController.php +++ b/app/modules/web/Controllers/InstallController.php @@ -56,8 +56,8 @@ final class InstallController extends ControllerBase foreach ($this->dic->get(PhpExtensionChecker::class)->getMissing() as $module) { $error[] = [ 'type' => SPException::WARNING, - 'description' => sprintf('%s (%s)', __('Módulo no disponible'), $module), - 'hint' => __('Sin este módulo la aplicación puede no funcionar correctamente.') + 'description' => sprintf('%s (%s)', __('Module unavailable'), $module), + 'hint' => __('Without this module the application could not run correctly') ]; } @@ -86,7 +86,7 @@ final class InstallController extends ControllerBase try { $this->dic->get(Installer::class)->run($installData); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Instalación finalizada')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Installation finished')); } catch (\Exception $e) { processException($e); diff --git a/app/modules/web/Controllers/ItemManagerController.php b/app/modules/web/Controllers/ItemManagerController.php index 01991dd6..762e28a3 100644 --- a/app/modules/web/Controllers/ItemManagerController.php +++ b/app/modules/web/Controllers/ItemManagerController.php @@ -73,6 +73,8 @@ final class ItemManagerController extends ControllerBase /** * Returns a tabbed grid with items * + * @throws \DI\DependencyException + * @throws \DI\NotFoundException * @throws \SP\Core\Exceptions\ConstraintException * @throws \SP\Core\Exceptions\QueryException */ @@ -126,6 +128,8 @@ final class ItemManagerController extends ControllerBase * Returns categories' data tab * * @return \SP\Html\DataGrid\DataGridTab + * @throws \DI\DependencyException + * @throws \DI\NotFoundException * @throws \SP\Core\Exceptions\ConstraintException * @throws \SP\Core\Exceptions\QueryException */ @@ -140,6 +144,8 @@ final class ItemManagerController extends ControllerBase * Returns tags' data tab * * @return \SP\Html\DataGrid\DataGridTab + * @throws \DI\DependencyException + * @throws \DI\NotFoundException * @throws \SP\Core\Exceptions\ConstraintException * @throws \SP\Core\Exceptions\QueryException */ @@ -154,6 +160,8 @@ final class ItemManagerController extends ControllerBase * Returns clients' data tab * * @return \SP\Html\DataGrid\DataGridTab + * @throws \DI\DependencyException + * @throws \DI\NotFoundException * @throws \SP\Core\Exceptions\ConstraintException * @throws \SP\Core\Exceptions\QueryException */ @@ -168,6 +176,8 @@ final class ItemManagerController extends ControllerBase * Returns custom fields' data tab * * @return \SP\Html\DataGrid\DataGridTab + * @throws \DI\DependencyException + * @throws \DI\NotFoundException * @throws \SP\Core\Exceptions\ConstraintException * @throws \SP\Core\Exceptions\QueryException */ @@ -182,6 +192,8 @@ final class ItemManagerController extends ControllerBase * Returns account files' data tab * * @return \SP\Html\DataGrid\DataGridTab + * @throws \DI\DependencyException + * @throws \DI\NotFoundException * @throws \SP\Core\Exceptions\ConstraintException * @throws \SP\Core\Exceptions\QueryException */ @@ -196,6 +208,8 @@ final class ItemManagerController extends ControllerBase * Returns accounts' data tab * * @return \SP\Html\DataGrid\DataGridTab + * @throws \DI\DependencyException + * @throws \DI\NotFoundException * @throws \SP\Core\Exceptions\ConstraintException * @throws \SP\Core\Exceptions\QueryException */ @@ -210,6 +224,8 @@ final class ItemManagerController extends ControllerBase * Returns accounts' history data tab * * @return \SP\Html\DataGrid\DataGridTab + * @throws \DI\DependencyException + * @throws \DI\NotFoundException * @throws \SP\Core\Exceptions\ConstraintException * @throws \SP\Core\Exceptions\QueryException */ @@ -224,6 +240,8 @@ final class ItemManagerController 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 */ diff --git a/app/modules/web/Controllers/ItemPresetController.php b/app/modules/web/Controllers/ItemPresetController.php index 7e660fcb..785a01da 100644 --- a/app/modules/web/Controllers/ItemPresetController.php +++ b/app/modules/web/Controllers/ItemPresetController.php @@ -67,10 +67,10 @@ final class ItemPresetController extends ControllerBase implements CrudControlle $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::ITEMPRESET_VIEW)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } - $this->view->assign('header', __('Ver Valor')); + $this->view->assign('header', __('Display Value')); $this->view->assign('isView', true); $this->setViewData($id); @@ -154,7 +154,7 @@ final class ItemPresetController extends ControllerBase implements CrudControlle $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::ITEMPRESET_SEARCH)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } $this->view->addTemplate('datagrid-table', 'grid'); @@ -194,7 +194,7 @@ final class ItemPresetController extends ControllerBase implements CrudControlle $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::ITEMPRESET_CREATE)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } $args = func_get_args(); @@ -204,7 +204,7 @@ final class ItemPresetController extends ControllerBase implements CrudControlle $type = Filter::getString($args[0]); } - $this->view->assign('header', __('Nuevo Valor')); + $this->view->assign('header', __('New Value')); $this->view->assign('isView', false); $this->view->assign('route', 'itemPreset/saveCreate'); @@ -233,10 +233,10 @@ final class ItemPresetController extends ControllerBase implements CrudControlle $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::ITEMPRESET_EDIT)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } - $this->view->assign('header', __('Editar Valor')); + $this->view->assign('header', __('Edit Value')); $this->view->assign('isView', false); $this->view->assign('route', 'itemPreset/saveEdit/' . $id); @@ -265,7 +265,7 @@ final class ItemPresetController extends ControllerBase implements CrudControlle $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::ITEMPRESET_DELETE)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } if ($id === null) { @@ -274,10 +274,10 @@ final class ItemPresetController extends ControllerBase implements CrudControlle $this->eventDispatcher->notifyEvent('delete.itemPreset', new Event($this, EventMessage::factory() - ->addDescription(__u('Valores eliminados'))) + ->addDescription(__u('Values deleted'))) ); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Valores eliminados')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Values deleted')); } $this->itemPresetService->delete($id); @@ -285,11 +285,11 @@ final class ItemPresetController extends ControllerBase implements CrudControlle $this->eventDispatcher->notifyEvent('delete.itemPreset', new Event($this, EventMessage::factory() - ->addDescription(__u('Valor eliminado')) + ->addDescription(__u('Value deleted')) ->addDetail(__u('ID'), $id)) ); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Valor eliminado')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Value deleted')); } catch (\Exception $e) { processException($e); @@ -306,7 +306,7 @@ final class ItemPresetController extends ControllerBase implements CrudControlle $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::ITEMPRESET_CREATE)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } $form = new ItemsPresetForm($this->dic); @@ -319,12 +319,12 @@ final class ItemPresetController extends ControllerBase implements CrudControlle $this->eventDispatcher->notifyEvent('create.itemPreset', new Event($this, EventMessage::factory() - ->addDescription(__u('Valor creado')) - ->addDetail(__u('Tipo'), $itemData->getItemPresetData()->getType()) + ->addDescription(__u('Value created')) + ->addDetail(__u('Type'), $itemData->getItemPresetData()->getType()) ->addDetail(__u('ID'), $id)) ); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Valor creado')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Value created')); } catch (ValidationException $e) { return $this->returnJsonResponseException($e); } catch (\Exception $e) { @@ -347,7 +347,7 @@ final class ItemPresetController extends ControllerBase implements CrudControlle $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::ITEMPRESET_EDIT)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } $form = new ItemsPresetForm($this->dic, $id); @@ -360,12 +360,12 @@ final class ItemPresetController extends ControllerBase implements CrudControlle $this->eventDispatcher->notifyEvent('edit.itemPreset', new Event($this, EventMessage::factory() - ->addDescription(__u('Valor actualizado')) - ->addDetail(__u('Tipo'), $itemData->getItemPresetData()->getType()) + ->addDescription(__u('Value updated')) + ->addDetail(__u('Type'), $itemData->getItemPresetData()->getType()) ->addDetail(__u('ID'), $id)) ); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Valor actualizado')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Value updated')); } catch (ValidationException $e) { return $this->returnJsonResponseException($e); } catch (\Exception $e) { diff --git a/app/modules/web/Controllers/ItemsController.php b/app/modules/web/Controllers/ItemsController.php index 24ec5dbc..bbe53bb0 100644 --- a/app/modules/web/Controllers/ItemsController.php +++ b/app/modules/web/Controllers/ItemsController.php @@ -127,8 +127,8 @@ final class ItemsController extends SimpleControllerBase $jsonResponse = new JsonResponse(); $jsonResponse->setStatus(0); $jsonResponse->setData([ - 'message' => __('No hay no hay notificaciones pendientes'), - 'message_has' => sprintf(__('Hay notificaciones pendientes: %d'), $count), + 'message' => __('There aren\'t any pending notifications'), + 'message_has' => sprintf(__('There are pending notifications: %d'), $count), 'count' => $count, 'notifications' => $notifications, 'hash' => sha1(implode('', $notifications)) diff --git a/app/modules/web/Controllers/LoginController.php b/app/modules/web/Controllers/LoginController.php index ab021b02..dd9b6a3f 100644 --- a/app/modules/web/Controllers/LoginController.php +++ b/app/modules/web/Controllers/LoginController.php @@ -118,10 +118,10 @@ final class LoginController extends ControllerBase $this->eventDispatcher->notifyEvent('logout', new Event($this, EventMessage::factory() - ->addDescription(__u('Finalizar sesión')) - ->addDetail(__u('Usuario'), $this->session->getUserData()->getLogin()) - ->addDetail(__u('Tiempo inactivo'), $inactiveTime . ' min.') - ->addDetail(__u('Tiempo total'), $totalTime . ' min.')) + ->addDescription(__u('Logout session')) + ->addDetail(__u('User'), $this->session->getUserData()->getLogin()) + ->addDetail(__u('Inactive time'), $inactiveTime . ' min.') + ->addDetail(__u('Total time'), $totalTime . ' min.')) ); SessionUtil::cleanSession(); diff --git a/app/modules/web/Controllers/NotificationController.php b/app/modules/web/Controllers/NotificationController.php index 7348399a..d19b7e80 100644 --- a/app/modules/web/Controllers/NotificationController.php +++ b/app/modules/web/Controllers/NotificationController.php @@ -107,10 +107,10 @@ final class NotificationController extends ControllerBase implements CrudControl $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::NOTIFICATION_VIEW)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } - $this->view->assign('header', __('Ver Notificación')); + $this->view->assign('header', __('View Notification')); $this->view->assign('isView', true); $this->setViewData($id); @@ -170,7 +170,7 @@ final class NotificationController extends ControllerBase implements CrudControl $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::NOTIFICATION_SEARCH)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } $this->view->addTemplate('datagrid-table', 'grid'); @@ -188,10 +188,10 @@ final class NotificationController extends ControllerBase implements CrudControl $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::NOTIFICATION_CREATE)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } - $this->view->assign('header', __('Nueva Notificación')); + $this->view->assign('header', __('New Notification')); $this->view->assign('isView', false); $this->view->assign('route', 'notification/saveCreate'); @@ -220,10 +220,10 @@ final class NotificationController extends ControllerBase implements CrudControl $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::NOTIFICATION_EDIT)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } - $this->view->assign('header', __('Editar Notificación')); + $this->view->assign('header', __('Edit Notification')); $this->view->assign('isView', false); $this->view->assign('route', 'notification/saveEdit/' . $id); @@ -252,7 +252,7 @@ final class NotificationController extends ControllerBase implements CrudControl $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::NOTIFICATION_DELETE)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } if ($id === null) { @@ -265,10 +265,10 @@ final class NotificationController extends ControllerBase implements CrudControl $this->eventDispatcher->notifyEvent('delete.notification.selection', new Event($this, EventMessage::factory() - ->addDescription(__u('Notificaciones eliminadas'))) + ->addDescription(__u('Notifications deleted'))) ); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Notificaciones eliminadas')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Notifications deleted')); } if ($this->userData->getIsAdminApp()) { @@ -280,11 +280,11 @@ final class NotificationController extends ControllerBase implements CrudControl $this->eventDispatcher->notifyEvent('delete.notification', new Event($this, EventMessage::factory() - ->addDescription(__u('Notificación eliminada')) - ->addDetail(__u('Notificación'), $id)) + ->addDescription(__u('Notification deleted')) + ->addDetail(__u('Notification'), $id)) ); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Notificación eliminada')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Notification deleted')); } catch (\Exception $e) { processException($e); @@ -305,7 +305,7 @@ final class NotificationController extends ControllerBase implements CrudControl $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::NOTIFICATION_CHECK)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } $this->notificationService->setCheckedById($id); @@ -313,11 +313,11 @@ final class NotificationController extends ControllerBase implements CrudControl $this->eventDispatcher->notifyEvent('check.notification', new Event($this, EventMessage::factory() - ->addDescription(__u('Notificación leída')) - ->addDetail(__u('Notificación'), $id)) + ->addDescription(__u('Notification read')) + ->addDetail(__u('Notification'), $id)) ); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Notificación leída')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Notification read')); } catch (\Exception $e) { processException($e); @@ -334,7 +334,7 @@ final class NotificationController extends ControllerBase implements CrudControl $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::NOTIFICATION_CREATE)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } $form = new NotificationForm($this->dic); @@ -345,10 +345,10 @@ final class NotificationController extends ControllerBase implements CrudControl $this->eventDispatcher->notifyEvent('create.notification', new Event($this, EventMessage::factory() - ->addDescription(__u('Notificación creada'))) + ->addDescription(__u('Notification created'))) ); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Notificación creada')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Notification created')); } catch (\Exception $e) { processException($e); @@ -369,7 +369,7 @@ final class NotificationController extends ControllerBase implements CrudControl $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::NOTIFICATION_EDIT)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } $form = new NotificationForm($this->dic, $id); @@ -380,10 +380,10 @@ final class NotificationController extends ControllerBase implements CrudControl $this->eventDispatcher->notifyEvent('edit.notification', new Event($this, EventMessage::factory() - ->addDescription(__u('Notificación actualizada'))) + ->addDescription(__u('Notification updated'))) ); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Notificación actualizada')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Notification updated')); } catch (\Exception $e) { processException($e); diff --git a/app/modules/web/Controllers/PluginController.php b/app/modules/web/Controllers/PluginController.php index 50aa36a7..cdabfa6f 100644 --- a/app/modules/web/Controllers/PluginController.php +++ b/app/modules/web/Controllers/PluginController.php @@ -108,7 +108,7 @@ final class PluginController extends ControllerBase $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::PLUGIN_SEARCH)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } $this->view->addTemplate('datagrid-table', 'grid'); @@ -130,10 +130,10 @@ final class PluginController extends ControllerBase $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::PLUGIN_VIEW)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } - $this->view->assign('header', __('Ver Plugin')); + $this->view->assign('header', __('View Plugin')); $this->view->assign('isView', true); $this->setViewData($id); @@ -196,10 +196,10 @@ final class PluginController extends ControllerBase $this->eventDispatcher->notifyEvent('edit.plugin.enable', new Event($this, - EventMessage::factory()->addDescription(__u('Plugin habilitado'))) + EventMessage::factory()->addDescription(__u('Plugin enabled'))) ); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Plugin habilitado')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Plugin enabled')); } catch (\Exception $e) { processException($e); @@ -223,10 +223,10 @@ final class PluginController extends ControllerBase $this->eventDispatcher->notifyEvent('edit.plugin.disable', new Event($this, - EventMessage::factory()->addDescription(__u('Plugin deshabilitado'))) + EventMessage::factory()->addDescription(__u('Plugin disabled'))) ); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Plugin deshabilitado')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Plugin disabled')); } catch (\Exception $e) { processException($e); @@ -250,10 +250,10 @@ final class PluginController extends ControllerBase $this->eventDispatcher->notifyEvent('edit.plugin.reset', new Event($this, - EventMessage::factory()->addDescription(__u('Plugin restablecido'))) + EventMessage::factory()->addDescription(__u('Plugin reset'))) ); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Plugin restablecido')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Plugin reset')); } catch (\Exception $e) { processException($e); @@ -274,7 +274,7 @@ final class PluginController extends ControllerBase $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::PLUGIN_DELETE)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } if ($id === null) { @@ -282,13 +282,13 @@ final class PluginController extends ControllerBase $this->eventDispatcher->notifyEvent('delete.plugin.selection', new Event($this)); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Plugins eliminados')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Plugins deleted')); } else { $this->pluginService->delete($id); $this->eventDispatcher->notifyEvent('delete.plugin', new Event($this)); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Plugin eliminado')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Plugin deleted')); } } catch (\Exception $e) { processException($e); diff --git a/app/modules/web/Controllers/PublicLinkController.php b/app/modules/web/Controllers/PublicLinkController.php index 4dcba672..8daf966c 100644 --- a/app/modules/web/Controllers/PublicLinkController.php +++ b/app/modules/web/Controllers/PublicLinkController.php @@ -71,7 +71,7 @@ final class PublicLinkController extends ControllerBase implements CrudControlle $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::PUBLICLINK_SEARCH)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } $this->view->addTemplate('datagrid-table', 'grid'); @@ -108,10 +108,10 @@ final class PublicLinkController extends ControllerBase implements CrudControlle $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::PUBLICLINK_CREATE)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } - $this->view->assign('header', __('Nuevo Enlace Público')); + $this->view->assign('header', __('New Public Link')); $this->view->assign('isView', false); $this->view->assign('route', 'publicLink/saveCreate'); @@ -170,14 +170,14 @@ final class PublicLinkController extends ControllerBase implements CrudControlle $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::PUBLICLINK_REFRESH)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } $this->publicLinkService->refresh($id); $this->eventDispatcher->notifyEvent('edit.publicLink.refresh', new Event($this)); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Enlace actualizado')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Link updated')); } catch (\Exception $e) { processException($e); @@ -198,10 +198,10 @@ final class PublicLinkController extends ControllerBase implements CrudControlle $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::PUBLICLINK_EDIT)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } - $this->view->assign('header', __('Editar Enlace Público')); + $this->view->assign('header', __('Edit Public Link')); $this->view->assign('isView', false); $this->view->assign('route', 'publicLink/saveEdit/' . $id); @@ -230,7 +230,7 @@ final class PublicLinkController extends ControllerBase implements CrudControlle $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::PUBLICLINK_DELETE)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } if ($id === null) { @@ -240,10 +240,10 @@ final class PublicLinkController extends ControllerBase implements CrudControlle $this->eventDispatcher->notifyEvent('delete.publicLink.selection', new Event($this, EventMessage::factory() - ->addDescription(__u('Enlaces eliminados'))) + ->addDescription(__u('Links deleted'))) ); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Enlaces eliminados')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Links deleted')); } else { $this->publicLinkService->delete($id); @@ -251,11 +251,11 @@ final class PublicLinkController extends ControllerBase implements CrudControlle $this->eventDispatcher->notifyEvent('delete.publicLink', new Event($this, EventMessage::factory() - ->addDescription(__u('Enlace eliminado')) - ->addDetail(__u('Enlace'), $id)) + ->addDescription(__u('Link deleted')) + ->addDetail(__u('Link'), $id)) ); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Enlace eliminado')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Link deleted')); } } catch (\Exception $e) { processException($e); @@ -273,7 +273,7 @@ final class PublicLinkController extends ControllerBase implements CrudControlle $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::PUBLICLINK_CREATE)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } $form = new PublicLinkForm($this->dic); @@ -283,7 +283,7 @@ final class PublicLinkController extends ControllerBase implements CrudControlle $this->eventDispatcher->notifyEvent('create.publicLink', new Event($this)); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Enlace creado')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Link created')); } catch (ValidationException $e) { return $this->returnJsonResponseException($e); } catch (\Exception $e) { @@ -307,7 +307,7 @@ final class PublicLinkController extends ControllerBase implements CrudControlle $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::PUBLICLINK_CREATE)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } $publicLinkData = new PublicLinkData(); @@ -320,7 +320,7 @@ final class PublicLinkController extends ControllerBase implements CrudControlle $this->eventDispatcher->notifyEvent('create.publicLink.account', new Event($this)); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Enlace creado')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Link created')); } catch (\Exception $e) { processException($e); @@ -351,10 +351,10 @@ final class PublicLinkController extends ControllerBase implements CrudControlle $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::PUBLICLINK_VIEW)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } - $this->view->assign('header', __('Ver Enlace')); + $this->view->assign('header', __('View Link')); $this->view->assign('isView', true); $this->setViewData($id); diff --git a/app/modules/web/Controllers/StatusController.php b/app/modules/web/Controllers/StatusController.php index e4c2f164..8de0621c 100644 --- a/app/modules/web/Controllers/StatusController.php +++ b/app/modules/web/Controllers/StatusController.php @@ -90,7 +90,7 @@ final class StatusController extends SimpleControllerBase logger($requestData->message); } - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('Versión no disponible')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('Version unavailable')); } catch (GuzzleException $e) { processException($e); @@ -137,7 +137,7 @@ final class StatusController extends SimpleControllerBase logger($requestData->message); } - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('Notificaciones no disponibles')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('Notifications not available')); } catch (GuzzleException $e) { processException($e); diff --git a/app/modules/web/Controllers/TagController.php b/app/modules/web/Controllers/TagController.php index e036cca7..4e363ac6 100644 --- a/app/modules/web/Controllers/TagController.php +++ b/app/modules/web/Controllers/TagController.php @@ -65,7 +65,7 @@ final class TagController extends ControllerBase implements CrudControllerInterf $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::TAG_SEARCH)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } $this->view->addTemplate('datagrid-table', 'grid'); @@ -102,10 +102,10 @@ final class TagController extends ControllerBase implements CrudControllerInterf $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::TAG_CREATE)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } - $this->view->assign('header', __('Nueva Etiqueta')); + $this->view->assign('header', __('New Tag')); $this->view->assign('isView', false); $this->view->assign('route', 'tag/saveCreate'); @@ -162,10 +162,10 @@ final class TagController extends ControllerBase implements CrudControllerInterf $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::TAG_EDIT)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } - $this->view->assign('header', __('Editar Etiqueta')); + $this->view->assign('header', __('Edit Tag')); $this->view->assign('isView', false); $this->view->assign('route', 'tag/saveEdit/' . $id); @@ -194,7 +194,7 @@ final class TagController extends ControllerBase implements CrudControllerInterf $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::TAG_DELETE)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } if ($id === null) { @@ -204,7 +204,7 @@ final class TagController extends ControllerBase implements CrudControllerInterf $this->eventDispatcher->notifyEvent('delete.tag.selection', new Event($this)); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Etiquetas eliminadas')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Tags deleted')); } else { $this->tagService->delete($id); @@ -212,7 +212,7 @@ final class TagController extends ControllerBase implements CrudControllerInterf $this->eventDispatcher->notifyEvent('delete.tag', new Event($this)); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Etiqueta eliminada')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Tag removed')); } } catch (\Exception $e) { processException($e); @@ -230,7 +230,7 @@ final class TagController extends ControllerBase implements CrudControllerInterf $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::TAG_CREATE)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } $form = new TagForm($this->dic); @@ -240,7 +240,7 @@ final class TagController extends ControllerBase implements CrudControllerInterf $this->eventDispatcher->notifyEvent('create.tag', new Event($this)); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Etiqueta creada')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Tag added')); } catch (ValidationException $e) { return $this->returnJsonResponseException($e); } catch (\Exception $e) { @@ -263,7 +263,7 @@ final class TagController extends ControllerBase implements CrudControllerInterf $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::TAG_EDIT)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } $form = new TagForm($this->dic, $id); @@ -273,7 +273,7 @@ final class TagController extends ControllerBase implements CrudControllerInterf $this->eventDispatcher->notifyEvent('edit.tag', new Event($this)); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Etiqueta actualizada')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Tag updated')); } catch (ValidationException $e) { return $this->returnJsonResponseException($e); } catch (\Exception $e) { @@ -296,10 +296,10 @@ final class TagController extends ControllerBase implements CrudControllerInterf $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::TAG_VIEW)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } - $this->view->assign('header', __('Ver Etiqueta')); + $this->view->assign('header', __('View Tag')); $this->view->assign('isView', true); $this->setViewData($id); diff --git a/app/modules/web/Controllers/TrackController.php b/app/modules/web/Controllers/TrackController.php index fc8ca254..9eaa64f5 100644 --- a/app/modules/web/Controllers/TrackController.php +++ b/app/modules/web/Controllers/TrackController.php @@ -97,7 +97,6 @@ final class TrackController extends ControllerBase * @param int $id * * @return bool - * @throws UnauthorizedActionException */ public function unlockAction($id) { @@ -112,7 +111,7 @@ final class TrackController extends ControllerBase $this->eventDispatcher->notifyEvent('unlock.track', new Event($this)); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Track desbloqueado')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Track unlocked')); } catch (\Exception $e) { processException($e); @@ -124,7 +123,6 @@ final class TrackController extends ControllerBase * Clears tracks * * @return bool - * @throws UnauthorizedActionException */ public function clearAction() { @@ -139,7 +137,7 @@ final class TrackController extends ControllerBase $this->eventDispatcher->notifyEvent('clear.track', new Event($this)); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Tracks limpiados')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Tracks cleared out')); } catch (\Exception $e) { processException($e); diff --git a/app/modules/web/Controllers/Traits/ConfigTrait.php b/app/modules/web/Controllers/Traits/ConfigTrait.php index 24033658..30fed2ce 100644 --- a/app/modules/web/Controllers/Traits/ConfigTrait.php +++ b/app/modules/web/Controllers/Traits/ConfigTrait.php @@ -52,7 +52,7 @@ trait ConfigTrait { try { if ($configData->isDemoEnabled()) { - return $this->returnJsonResponse(JsonResponse::JSON_WARNING, __u('Ey, esto es una DEMO!!')); + return $this->returnJsonResponse(JsonResponse::JSON_WARNING, __u('Ey, this is a DEMO!!')); } $config->saveConfig($configData); @@ -65,11 +65,11 @@ trait ConfigTrait $onSuccess(); } - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Configuración actualizada')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Configuration updated')); } catch (\Exception $e) { processException($e); - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('Error al guardar la configuración')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('Error while saving the configuration')); } } } \ No newline at end of file diff --git a/app/modules/web/Controllers/Traits/ItemTrait.php b/app/modules/web/Controllers/Traits/ItemTrait.php index e69f4398..19e4d58a 100644 --- a/app/modules/web/Controllers/Traits/ItemTrait.php +++ b/app/modules/web/Controllers/Traits/ItemTrait.php @@ -119,7 +119,7 @@ trait ItemTrait $customFieldService->create($customFieldData); } } catch (CryptoException $e) { - throw new SPException(__u('Error interno'), SPException::ERROR); + throw new SPException(__u('Internal error'), SPException::ERROR); } } } @@ -170,11 +170,11 @@ trait ItemTrait $customFieldData->setData($value); if ($customFieldService->updateOrCreateData($customFieldData) === false) { - throw new SPException(__u('Error al actualizar los datos del campo personalizado')); + throw new SPException(__u('Error while updating custom field\'s data')); } } } catch (CryptoException $e) { - throw new SPException(__u('Error interno'), SPException::ERROR); + throw new SPException(__u('Internal error'), SPException::ERROR); } } } diff --git a/app/modules/web/Controllers/UpgradeController.php b/app/modules/web/Controllers/UpgradeController.php index 042e58a2..a40f9b18 100644 --- a/app/modules/web/Controllers/UpgradeController.php +++ b/app/modules/web/Controllers/UpgradeController.php @@ -64,11 +64,11 @@ final class UpgradeController extends ControllerBase public function upgradeAction() { if ($this->request->analyzeBool('chkConfirm', false) === false) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('Es necesario confirmar la actualización')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('The updating need to be confirmed')); } if ($this->request->analyzeString('key') !== $this->configData->getUpgradeKey()) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('Código de seguridad incorrecto')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('Wrong security code')); } @@ -89,7 +89,7 @@ final class UpgradeController extends ControllerBase $this->configData->setUpgradeKey(null); $this->config->saveConfig($this->configData, false); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Aplicación actualizada correctamente'), [__u('En 5 segundos será redirigido al login')]); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Application successfully updated'), [__u('You will be redirected to log in within 5 seconds')]); } catch (\Exception $e) { processException($e); diff --git a/app/modules/web/Controllers/UserController.php b/app/modules/web/Controllers/UserController.php index 35d355bb..5632de52 100644 --- a/app/modules/web/Controllers/UserController.php +++ b/app/modules/web/Controllers/UserController.php @@ -72,7 +72,7 @@ final class UserController extends ControllerBase implements CrudControllerInter $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::USER_SEARCH)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } $this->view->addTemplate('datagrid-table', 'grid'); @@ -109,10 +109,10 @@ final class UserController extends ControllerBase implements CrudControllerInter $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::USER_CREATE)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } - $this->view->assign('header', __('Nuevo Usuario')); + $this->view->assign('header', __('New User')); $this->view->assign('isView', false); $this->view->assign('route', 'user/saveCreate'); @@ -194,10 +194,10 @@ final class UserController extends ControllerBase implements CrudControllerInter $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::USER_EDIT)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } - $this->view->assign('header', __('Editar Usuario')); + $this->view->assign('header', __('Edit User')); $this->view->assign('isView', false); $this->view->assign('route', 'user/saveEdit/' . $id); @@ -227,12 +227,12 @@ final class UserController extends ControllerBase implements CrudControllerInter // Comprobar si el usuario a modificar es distinto al de la sesión if (!$this->acl->checkUserAccess(Acl::USER_EDIT_PASS, $id)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } $this->view->addTemplate('user_pass', 'itemshow'); - $this->view->assign('header', __('Cambio de Clave')); + $this->view->assign('header', __('Password Change')); $this->view->assign('isView', false); $this->view->assign('route', 'user/saveEditPass/' . $id); @@ -263,7 +263,7 @@ final class UserController extends ControllerBase implements CrudControllerInter $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::USER_DELETE)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } if ($id === null) { @@ -272,10 +272,10 @@ final class UserController extends ControllerBase implements CrudControllerInter $this->deleteCustomFieldsForItem(Acl::USER, $id); $this->eventDispatcher->notifyEvent('delete.user.selection', - new Event($this, EventMessage::factory()->addDescription(__u('Usuarios eliminados'))) + new Event($this, EventMessage::factory()->addDescription(__u('Users deleted'))) ); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Usuarios eliminados')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Users deleted')); } else { $this->userService->delete($id); @@ -283,11 +283,11 @@ final class UserController extends ControllerBase implements CrudControllerInter $this->eventDispatcher->notifyEvent('delete.user', new Event($this, EventMessage::factory() - ->addDescription(__u('Usuario eliminado')) - ->addDetail(__u('Usuario'), $id)) + ->addDescription(__u('User deleted')) + ->addDetail(__u('User'), $id)) ); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Usuario eliminado')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('User deleted')); } } catch (\Exception $e) { processException($e); @@ -305,7 +305,7 @@ final class UserController extends ControllerBase implements CrudControllerInter $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::USER_CREATE)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } $form = new UserForm($this->dic); @@ -319,13 +319,13 @@ final class UserController extends ControllerBase implements CrudControllerInter $this->eventDispatcher->notifyEvent('create.user', new Event($this, EventMessage::factory() - ->addDescription(__u('Usuario creado')) - ->addDetail(__u('Usuario'), $itemData->getName())) + ->addDescription(__u('User added')) + ->addDetail(__u('User'), $itemData->getName())) ); $this->checkChangeUserPass($id, $itemData); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Usuario creado')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('User added')); } catch (ValidationException $e) { return $this->returnJsonResponseException($e); } catch (\Exception $e) { @@ -353,7 +353,7 @@ final class UserController extends ControllerBase implements CrudControllerInter ->requestForUserId($userId); $this->dic->get(MailService::class) - ->send(__('Cambio de Clave'), $userData->getEmail(), UserPassRecoverService::getMailMessage($hash)); + ->send(__('Password Change'), $userData->getEmail(), UserPassRecoverService::getMailMessage($hash)); } } @@ -370,7 +370,7 @@ final class UserController extends ControllerBase implements CrudControllerInter $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::USER_EDIT)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } $form = new UserForm($this->dic, $id); @@ -384,13 +384,13 @@ final class UserController extends ControllerBase implements CrudControllerInter $this->eventDispatcher->notifyEvent('edit.user', new Event($this, EventMessage::factory() - ->addDescription(__u('Usuario actualizado')) - ->addDetail(__u('Usuario'), $itemData->getName())) + ->addDescription(__u('User updated')) + ->addDetail(__u('User'), $itemData->getName())) ); $this->checkChangeUserPass($id, $itemData); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Usuario actualizado')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('User updated')); } catch (ValidationException $e) { return $this->returnJsonResponseException($e); } catch (\Exception $e) { @@ -413,7 +413,7 @@ final class UserController extends ControllerBase implements CrudControllerInter $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::USER_EDIT_PASS, $id)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } $form = new UserForm($this->dic, $id); @@ -425,11 +425,11 @@ final class UserController extends ControllerBase implements CrudControllerInter $this->eventDispatcher->notifyEvent('edit.user.pass', new Event($this, EventMessage::factory() - ->addDescription(__u('Clave actualizada')) - ->addDetail(__u('Usuario'), $id)) + ->addDescription(__u('Password updated')) + ->addDetail(__u('User'), $id)) ); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Clave actualizada')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Password updated')); } catch (ValidationException $e) { return $this->returnJsonResponseException($e); } catch (\Exception $e) { @@ -452,10 +452,10 @@ final class UserController extends ControllerBase implements CrudControllerInter $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::USER_VIEW)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } - $this->view->assign('header', __('Ver Usuario')); + $this->view->assign('header', __('View User')); $this->view->assign('isView', true); $this->setViewData($id); diff --git a/app/modules/web/Controllers/UserGroupController.php b/app/modules/web/Controllers/UserGroupController.php index 5a1a069c..47b9d22f 100644 --- a/app/modules/web/Controllers/UserGroupController.php +++ b/app/modules/web/Controllers/UserGroupController.php @@ -74,7 +74,7 @@ final class UserGroupController extends ControllerBase implements CrudController $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::GROUP_SEARCH)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } $this->view->addTemplate('datagrid-table', 'grid'); @@ -111,10 +111,10 @@ final class UserGroupController extends ControllerBase implements CrudController $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::GROUP_CREATE)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } - $this->view->assign('header', __('Nuevo Grupo')); + $this->view->assign('header', __('New Group')); $this->view->assign('isView', false); $this->view->assign('route', 'userGroup/saveCreate'); @@ -182,10 +182,10 @@ final class UserGroupController extends ControllerBase implements CrudController $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::GROUP_EDIT)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } - $this->view->assign('header', __('Editar Grupo')); + $this->view->assign('header', __('Edit Group')); $this->view->assign('isView', false); $this->view->assign('route', 'userGroup/saveEdit/' . $id); @@ -214,7 +214,7 @@ final class UserGroupController extends ControllerBase implements CrudController $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::GROUP_DELETE)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } if ($id === null) { @@ -223,10 +223,10 @@ final class UserGroupController extends ControllerBase implements CrudController $this->deleteCustomFieldsForItem(Acl::GROUP, $id); $this->eventDispatcher->notifyEvent('delete.userGroup.selection', - new Event($this, EventMessage::factory()->addDescription(__u('Grupos eliminados'))) + new Event($this, EventMessage::factory()->addDescription(__u('Groups deleted'))) ); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Grupos eliminados')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Groups deleted')); } else { $this->userGroupService->delete($id); @@ -234,11 +234,11 @@ final class UserGroupController extends ControllerBase implements CrudController $this->eventDispatcher->notifyEvent('delete.userGroup', new Event($this, EventMessage::factory() - ->addDescription(__u('Grupo eliminado')) - ->addDetail(__u('Grupo'), $id)) + ->addDescription(__u('Group deleted')) + ->addDetail(__u('Group'), $id)) ); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Grupo eliminado')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Group deleted')); } } catch (\Exception $e) { processException($e); @@ -256,7 +256,7 @@ final class UserGroupController extends ControllerBase implements CrudController $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::GROUP_CREATE)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } $form = new UserGroupForm($this->dic); @@ -270,11 +270,11 @@ final class UserGroupController extends ControllerBase implements CrudController $this->eventDispatcher->notifyEvent('create.userGroup', new Event($this, EventMessage::factory() - ->addDescription(__u('Grupo creado')) - ->addDetail(__u('Nombre'), $groupData->getName())) + ->addDescription(__u('Group added')) + ->addDetail(__u('Name'), $groupData->getName())) ); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Grupo creado')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Group added')); } catch (ValidationException $e) { return $this->returnJsonResponseException($e); } catch (\Exception $e) { @@ -297,7 +297,7 @@ final class UserGroupController extends ControllerBase implements CrudController $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::GROUP_EDIT)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } $form = new UserGroupForm($this->dic, $id); @@ -311,11 +311,11 @@ final class UserGroupController extends ControllerBase implements CrudController $this->eventDispatcher->notifyEvent('edit.userGroup', new Event($this, EventMessage::factory() - ->addDescription(__u('Grupo actualizado')) - ->addDetail(__u('Nombre'), $groupData->getName())) + ->addDescription(__u('Group updated')) + ->addDetail(__u('Name'), $groupData->getName())) ); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Grupo actualizado')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Group updated')); } catch (ValidationException $e) { return $this->returnJsonResponseException($e); } catch (\Exception $e) { @@ -338,10 +338,10 @@ final class UserGroupController extends ControllerBase implements CrudController $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::GROUP_VIEW)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } - $this->view->assign('header', __('Ver Grupo')); + $this->view->assign('header', __('View Group')); $this->view->assign('isView', true); $this->setViewData($id); diff --git a/app/modules/web/Controllers/UserPassResetController.php b/app/modules/web/Controllers/UserPassResetController.php index 12f30a01..13106a0f 100644 --- a/app/modules/web/Controllers/UserPassResetController.php +++ b/app/modules/web/Controllers/UserPassResetController.php @@ -89,24 +89,24 @@ final class UserPassResetController extends ControllerBase $userData = $this->dic->get(UserService::class)->getByLogin($login); if ($userData->getEmail() !== $email) { - throw new SPException(__u('Datos incorrectos'), SPException::WARNING); + throw new SPException(__u('Wrong data'), SPException::WARNING); } if ($userData->isDisabled() || $userData->isLdap()) { - throw new SPException(__u('No es posible recuperar la clave'), SPException::WARNING, __u('Consulte con el administrador')); + throw new SPException(__u('Unable to reset the password'), SPException::WARNING, __u('Please contact to the administrator')); } $hash = $this->dic->get(UserPassRecoverService::class)->requestForUserId($userData->getId()); $this->eventDispatcher->notifyEvent('request.user.passReset', new Event($this, EventMessage::factory() - ->addDescription(__u('Recuperación de Clave')) - ->addDetail(__u('Solicitado para'), sprintf('%s (%s)', $login, $email))) + ->addDescription(__u('Password Recovery')) + ->addDetail(__u('Requested for'), sprintf('%s (%s)', $login, $email))) ); - $this->dic->get(MailService::class)->send(__('Cambio de Clave'), $email, UserPassRecoverService::getMailMessage($hash)); + $this->dic->get(MailService::class)->send(__('Password Change'), $email, UserPassRecoverService::getMailMessage($hash)); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Solicitud enviada'), [__u('En breve recibirá un correo para completar la solicitud.')]); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Request sent'), [__u('You will receive an email to complete the request shortly.')]); } catch (\Exception $e) { processException($e); @@ -123,7 +123,7 @@ final class UserPassResetController extends ControllerBase protected function checkTracking() { if ($this->trackService->checkTracking($this->trackRequest)) { - throw new SPException(__u('Intentos excedidos'), SPException::INFO); + throw new SPException(__u('Attempts exceeded'), SPException::INFO); } } @@ -176,11 +176,11 @@ final class UserPassResetController extends ControllerBase $passR = $this->request->analyzeEncrypted('password_repeat'); if (!$pass || !$passR) { - throw new ValidationException(__u('La clave no puede estar en blanco')); + throw new ValidationException(__u('Password cannot be blank')); } if ($pass !== $passR) { - throw new ValidationException(__u('Las claves no coinciden')); + throw new ValidationException(__u('Passwords do not match')); } $hash = $this->request->analyzeString('hash'); @@ -193,11 +193,11 @@ final class UserPassResetController extends ControllerBase $this->eventDispatcher->notifyEvent('edit.user.password', new Event($this, EventMessage::factory() - ->addDescription(__u('Clave actualizada')) - ->addDetail(__u('Usuario'), $userId)) + ->addDescription(__u('Password updated')) + ->addDetail(__u('User'), $userId)) ); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Clave actualizada')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Password updated')); } catch (\Exception $e) { processException($e); diff --git a/app/modules/web/Controllers/UserProfileController.php b/app/modules/web/Controllers/UserProfileController.php index 4676b36b..8567cc56 100644 --- a/app/modules/web/Controllers/UserProfileController.php +++ b/app/modules/web/Controllers/UserProfileController.php @@ -67,7 +67,7 @@ final class UserProfileController extends ControllerBase implements CrudControll $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::PROFILE_SEARCH)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } $this->view->addTemplate('datagrid-table', 'grid'); @@ -104,10 +104,10 @@ final class UserProfileController extends ControllerBase implements CrudControll $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::PROFILE_CREATE)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } - $this->view->assign('header', __('Nuevo Perfil')); + $this->view->assign('header', __('New Profile')); $this->view->assign('isView', false); $this->view->assign('route', 'userProfile/saveCreate'); @@ -171,10 +171,10 @@ final class UserProfileController extends ControllerBase implements CrudControll $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::PROFILE_EDIT)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } - $this->view->assign('header', __('Editar Perfil')); + $this->view->assign('header', __('Edit Profile')); $this->view->assign('isView', false); $this->view->assign('route', 'userProfile/saveEdit/' . $id); @@ -203,7 +203,7 @@ final class UserProfileController extends ControllerBase implements CrudControll $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::PROFILE_DELETE)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } if ($id === null) { @@ -212,10 +212,10 @@ final class UserProfileController extends ControllerBase implements CrudControll $this->deleteCustomFieldsForItem(Acl::PROFILE, $id); $this->eventDispatcher->notifyEvent('delete.userProfile.selection', - new Event($this, EventMessage::factory()->addDescription(__u('Perfiles eliminados'))) + new Event($this, EventMessage::factory()->addDescription(__u('Profiles deleted'))) ); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Perfiles eliminados')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Profiles deleted')); } $this->userProfileService->delete($id); @@ -224,11 +224,11 @@ final class UserProfileController extends ControllerBase implements CrudControll $this->eventDispatcher->notifyEvent('delete.userProfile', new Event($this, EventMessage::factory() - ->addDescription(__u('Perfil eliminado')) - ->addDetail(__u('Perfil'), $id)) + ->addDescription(__u('Profile deleted')) + ->addDetail(__u('Profile'), $id)) ); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Perfil eliminado')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Profile deleted')); } catch (\Exception $e) { processException($e); @@ -245,7 +245,7 @@ final class UserProfileController extends ControllerBase implements CrudControll $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::PROFILE_CREATE)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } $form = new UserProfileForm($this->dic); @@ -259,7 +259,7 @@ final class UserProfileController extends ControllerBase implements CrudControll $this->eventDispatcher->notifyEvent('create.userProfile', new Event($this)); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Perfil creado')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Profile added')); } catch (ValidationException $e) { return $this->returnJsonResponseException($e); } catch (\Exception $e) { @@ -282,7 +282,7 @@ final class UserProfileController extends ControllerBase implements CrudControll $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::PROFILE_EDIT)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } $form = new UserProfileForm($this->dic, $id); @@ -297,7 +297,7 @@ final class UserProfileController extends ControllerBase implements CrudControll $this->eventDispatcher->notifyEvent('edit.userProfile', new Event($this)); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Perfil actualizado')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Profile updated')); } catch (ValidationException $e) { return $this->returnJsonResponseException($e); } catch (\Exception $e) { @@ -320,10 +320,10 @@ final class UserProfileController extends ControllerBase implements CrudControll $this->checkSecurityToken($this->previousSk, $this->request); if (!$this->acl->checkUserAccess(Acl::PROFILE_VIEW)) { - return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('You don\'t have permission to do this operation')); } - $this->view->assign('header', __('Ver Perfil')); + $this->view->assign('header', __('View Profile')); $this->view->assign('isView', true); $this->setViewData($id); diff --git a/app/modules/web/Controllers/UserSettingsGeneralController.php b/app/modules/web/Controllers/UserSettingsGeneralController.php index 1978d70e..00783d8c 100644 --- a/app/modules/web/Controllers/UserSettingsGeneralController.php +++ b/app/modules/web/Controllers/UserSettingsGeneralController.php @@ -71,7 +71,7 @@ final class UserSettingsGeneralController extends SimpleControllerBase // Guardar las preferencias en la sesión $userData->setPreferences($userPreferencesData); - return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Preferencias actualizadas')); + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Preferences updated')); } catch (\Exception $e) { processException($e); diff --git a/app/modules/web/Controllers/UserSettingsManagerController.php b/app/modules/web/Controllers/UserSettingsManagerController.php index 58b349c7..8d74cb0b 100644 --- a/app/modules/web/Controllers/UserSettingsManagerController.php +++ b/app/modules/web/Controllers/UserSettingsManagerController.php @@ -84,7 +84,7 @@ final class UserSettingsManagerController extends ControllerBase implements Exte $template->assign('userPreferences', $userPreferences); $template->assign('route', 'userSettingsGeneral/save'); - return new DataTab(__('Preferencias'), $template); + return new DataTab(__('Preferences'), $template); } /** diff --git a/app/modules/web/Forms/AccountForm.php b/app/modules/web/Forms/AccountForm.php index 2bbe6d5f..dc7a5c41 100644 --- a/app/modules/web/Forms/AccountForm.php +++ b/app/modules/web/Forms/AccountForm.php @@ -128,11 +128,11 @@ final class AccountForm extends FormBase implements FormInterface } if (!$this->accountRequest->pass) { - throw new ValidationException(__u('Es necesaria una clave')); + throw new ValidationException(__u('A key is needed')); } if ($this->request->analyzeEncrypted('password_repeat') !== $this->accountRequest->pass) { - throw new ValidationException(__u('Las claves no coinciden')); + throw new ValidationException(__u('Passwords do not match')); } } @@ -168,15 +168,15 @@ final class AccountForm extends FormBase implements FormInterface private function checkCommon() { if (!$this->accountRequest->name) { - throw new ValidationException(__u('Es necesario un nombre de cuenta')); + throw new ValidationException(__u('An account name needed')); } if (!$this->accountRequest->clientId) { - throw new ValidationException(__u('Es necesario un nombre de cliente')); + throw new ValidationException(__u('A client name needed')); } if (!$this->accountRequest->categoryId) { - throw new ValidationException(__u('Es necesario una categoría')); + throw new ValidationException(__u('A category is needed')); } } diff --git a/app/modules/web/Forms/AuthTokenForm.php b/app/modules/web/Forms/AuthTokenForm.php index f204ff97..81654eb1 100644 --- a/app/modules/web/Forms/AuthTokenForm.php +++ b/app/modules/web/Forms/AuthTokenForm.php @@ -88,17 +88,17 @@ final class AuthTokenForm extends FormBase implements FormInterface protected function checkCommon() { if (0 === $this->authTokenData->getUserId()) { - throw new ValidationException(__u('Usuario no indicado')); + throw new ValidationException(__u('User not set')); } if (0 === $this->authTokenData->getActionId()) { - throw new ValidationException(__u('Acción no indicada')); + throw new ValidationException(__u('Action not set')); } if ((AuthTokenService::isSecuredAction($this->authTokenData->getActionId()) || $this->isRefresh()) && empty($this->authTokenData->getHash()) ) { - throw new ValidationException(__u('La clave no puede estar en blanco')); + throw new ValidationException(__u('Password cannot be blank')); } } diff --git a/app/modules/web/Forms/CategoryForm.php b/app/modules/web/Forms/CategoryForm.php index 419d6565..cf5fcb52 100644 --- a/app/modules/web/Forms/CategoryForm.php +++ b/app/modules/web/Forms/CategoryForm.php @@ -80,7 +80,7 @@ final class CategoryForm extends FormBase implements FormInterface protected function checkCommon() { if (!$this->categoryData->getName()) { - throw new ValidationException(__u('Es necesario un nombre de categoría')); + throw new ValidationException(__u('A category name needed')); } } diff --git a/app/modules/web/Forms/ClientForm.php b/app/modules/web/Forms/ClientForm.php index 6fc21284..8b059535 100644 --- a/app/modules/web/Forms/ClientForm.php +++ b/app/modules/web/Forms/ClientForm.php @@ -81,7 +81,7 @@ final class ClientForm extends FormBase implements FormInterface protected function checkCommon() { if (!$this->clientData->getName()) { - throw new ValidationException(__u('Es necesario un nombre de cliente')); + throw new ValidationException(__u('A client name needed')); } } diff --git a/app/modules/web/Forms/CustomFieldDefForm.php b/app/modules/web/Forms/CustomFieldDefForm.php index fd73d14c..50fc46f3 100644 --- a/app/modules/web/Forms/CustomFieldDefForm.php +++ b/app/modules/web/Forms/CustomFieldDefForm.php @@ -84,15 +84,15 @@ final class CustomFieldDefForm extends FormBase implements FormInterface protected function checkCommon() { if (!$this->customFieldDefData->getName()) { - throw new ValidationException(__u('Nombre del campo no indicado')); + throw new ValidationException(__u('Field name not set')); } if (0 === $this->customFieldDefData->getTypeId()) { - throw new ValidationException(__u('Tipo del campo no indicado')); + throw new ValidationException(__u('Field type not set')); } if (0 === $this->customFieldDefData->getModuleId()) { - throw new ValidationException(__u('Módulo del campo no indicado')); + throw new ValidationException(__u('Field module not set')); } } diff --git a/app/modules/web/Forms/ItemsPresetForm.php b/app/modules/web/Forms/ItemsPresetForm.php index 9be86500..d1062302 100644 --- a/app/modules/web/Forms/ItemsPresetForm.php +++ b/app/modules/web/Forms/ItemsPresetForm.php @@ -113,7 +113,7 @@ final class ItemsPresetForm extends FormBase implements FormInterface $this->itemPresetRequest = new ItemPresetRequest($itemPresetData, $this->makePasswordPreset()); break; default: - throw new ValidationException(__u('Tipo de valor no definido o incorrecto')); + throw new ValidationException(__u('Value type not set or incorrect')); } } @@ -130,7 +130,7 @@ final class ItemsPresetForm extends FormBase implements FormInterface $accountPermission->setUserGroupsEdit($this->request->analyzeArray('user_groups_edit', null, [])); if (!$accountPermission->hasItems()) { - throw new ValidationException(__u('No hay permisos definidos')); + throw new ValidationException(__u('There aren\'t any defined permissions')); } return $accountPermission; @@ -179,7 +179,7 @@ final class ItemsPresetForm extends FormBase implements FormInterface if (!empty($regex)) { if (Validator::isRegex($regex) === false) { - throw new ValidationException(__u('Expresión regular inválida')); + throw new ValidationException(__u('Invalid regular expression')); } } @@ -205,7 +205,7 @@ final class ItemsPresetForm extends FormBase implements FormInterface && !$itemPresetData->getUserGroupId() && !$itemPresetData->getUserProfileId() ) { - throw new ValidationException(__u('Es necesario asignar un elemento del tipo usuario, grupo o perfil')); + throw new ValidationException(__u('An element of type user, group or profile need to be set')); } } diff --git a/app/modules/web/Forms/NotificationForm.php b/app/modules/web/Forms/NotificationForm.php index e82d361b..44b99677 100644 --- a/app/modules/web/Forms/NotificationForm.php +++ b/app/modules/web/Forms/NotificationForm.php @@ -95,21 +95,21 @@ final class NotificationForm extends FormBase implements FormInterface private function checkCommon() { if (!$this->notificationData->getComponent()) { - throw new ValidationException(__u('Es necesario un componente')); + throw new ValidationException(__u('A component is needed')); } if (!$this->notificationData->getType()) { - throw new ValidationException(__u('Es necesario un tipo')); + throw new ValidationException(__u('A type is needed')); } if (!$this->notificationData->getDescription()) { - throw new ValidationException(__u('Es necesaria una descripción')); + throw new ValidationException(__u('A description is needed')); } if (!$this->notificationData->getUserId() && !$this->notificationData->isOnlyAdmin() && !$this->notificationData->isSticky()) { - throw new ValidationException(__u('Es necesario un destinatario')); + throw new ValidationException(__u('A target is needed')); } } diff --git a/app/modules/web/Forms/PublicLinkForm.php b/app/modules/web/Forms/PublicLinkForm.php index dd5ef77c..2a6cc866 100644 --- a/app/modules/web/Forms/PublicLinkForm.php +++ b/app/modules/web/Forms/PublicLinkForm.php @@ -82,7 +82,7 @@ final class PublicLinkForm extends FormBase implements FormInterface protected function checkCommon() { if (!$this->publicLinkData->getItemId()) { - throw new ValidationException(__u('Es necesario una cuenta')); + throw new ValidationException(__u('An account is needed')); } } diff --git a/app/modules/web/Forms/TagForm.php b/app/modules/web/Forms/TagForm.php index ab00cb12..3827fc18 100644 --- a/app/modules/web/Forms/TagForm.php +++ b/app/modules/web/Forms/TagForm.php @@ -79,7 +79,7 @@ final class TagForm extends FormBase implements FormInterface protected function checkCommon() { if (!$this->tagData->getName()) { - throw new ValidationException(__u('Es necesario un nombre de etiqueta')); + throw new ValidationException(__u('A tag name is needed')); } } diff --git a/app/modules/web/Forms/UserForm.php b/app/modules/web/Forms/UserForm.php index ce0d0935..5f755a34 100644 --- a/app/modules/web/Forms/UserForm.php +++ b/app/modules/web/Forms/UserForm.php @@ -108,27 +108,27 @@ final class UserForm extends FormBase implements FormInterface protected function checkCommon() { if (!$this->isLdap && !$this->userData->getName()) { - throw new ValidationException(__u('Es necesario un nombre de usuario')); + throw new ValidationException(__u('An username is needed')); } if (!$this->isLdap && !$this->userData->getLogin()) { - throw new ValidationException(__u('Es necesario un login')); + throw new ValidationException(__u('A login is needed')); } if (!$this->userData->getUserProfileId()) { - throw new ValidationException(__u('Es necesario un perfil')); + throw new ValidationException(__u('A profile is needed')); } if (!$this->userData->getUserGroupId()) { - throw new ValidationException(__u('Es necesario un grupo')); + throw new ValidationException(__u('A group is needed')); } if (!$this->isLdap && !$this->userData->getEmail()) { - throw new ValidationException(__u('Es necesario un email')); + throw new ValidationException(__u('An email is needed')); } if ($this->isDemo()) { - throw new ValidationException(__u('Ey, esto es una DEMO!!')); + throw new ValidationException(__u('Ey, this is a DEMO!!')); } } @@ -150,15 +150,15 @@ final class UserForm extends FormBase implements FormInterface $userPassR = $this->request->analyzeEncrypted('password_repeat'); if ($this->isDemo()) { - throw new ValidationException(__u('Ey, esto es una DEMO!!')); + throw new ValidationException(__u('Ey, this is a DEMO!!')); } if (!$userPassR || !$this->userData->getPass()) { - throw new ValidationException(__u('La clave no puede estar en blanco')); + throw new ValidationException(__u('Password cannot be blank')); } if ($userPassR !== $this->userData->getPass()) { - throw new ValidationException(__u('Las claves no coinciden')); + throw new ValidationException(__u('Passwords do not match')); } } @@ -168,7 +168,7 @@ final class UserForm extends FormBase implements FormInterface protected function checkDelete() { if ($this->isDemo()) { - throw new ValidationException(__u('Ey, esto es una DEMO!!')); + throw new ValidationException(__u('Ey, this is a DEMO!!')); } $userData = $this->context->getUserData(); @@ -176,7 +176,7 @@ final class UserForm extends FormBase implements FormInterface if ((is_array($this->itemId) && in_array($userData->getId(), $this->itemId)) || $this->itemId === $userData->getId() ) { - throw new ValidationException(__u('No es posible eliminar, usuario en uso')); + throw new ValidationException(__u('Unable to delete, user in use')); } } diff --git a/app/modules/web/Forms/UserGroupForm.php b/app/modules/web/Forms/UserGroupForm.php index 05a30976..580932cb 100644 --- a/app/modules/web/Forms/UserGroupForm.php +++ b/app/modules/web/Forms/UserGroupForm.php @@ -81,7 +81,7 @@ final class UserGroupForm extends FormBase implements FormInterface protected function checkCommon() { if (!$this->groupData->getName()) { - throw new ValidationException(__u('Es necesario un nombre de grupo')); + throw new ValidationException(__u('A group name is needed')); } } diff --git a/app/modules/web/Forms/UserProfileForm.php b/app/modules/web/Forms/UserProfileForm.php index 92b2a779..b3278566 100644 --- a/app/modules/web/Forms/UserProfileForm.php +++ b/app/modules/web/Forms/UserProfileForm.php @@ -113,7 +113,7 @@ final class UserProfileForm extends FormBase implements FormInterface protected function checkCommon() { if (!$this->userProfileData->getName()) { - throw new ValidationException(__u('Es necesario un nombre de perfil')); + throw new ValidationException(__u('A profile name is needed')); } } diff --git a/app/modules/web/themes/material-blue/inc/Icons.php b/app/modules/web/themes/material-blue/inc/Icons.php index 028a9833..9ff2c59e 100644 --- a/app/modules/web/themes/material-blue/inc/Icons.php +++ b/app/modules/web/themes/material-blue/inc/Icons.php @@ -29,45 +29,45 @@ use SP\Core\UI\ThemeIcons; use SP\Html\Assets\FontIcon; $themeIcons = new ThemeIcons(); -$themeIcons->addIcon('add', new FontIcon('add', 'mdl-color-text--indigo-A200', __u('Añadir'))); -$themeIcons->addIcon('view', new FontIcon('visibility', 'mdl-color-text--indigo-A200', __u('Ver Detalles'))); -$themeIcons->addIcon('viewPass', new FontIcon('lock_open', 'mdl-color-text--indigo-A200', __u('Ver Clave'))); -$themeIcons->addIcon('edit', new FontIcon('mode_edit', 'mdl-color-text--amber-A200', __u('Editar'))); -$themeIcons->addIcon('delete', new FontIcon('remove_circle', 'mdl-color-text--red-A200', __u('Eliminar'))); -$themeIcons->addIcon('editPass', new FontIcon('lock_outline', 'mdl-color-text--amber-A200', __u('Cambiar Clave'))); -$themeIcons->addIcon('appAdmin', new FontIcon('star', 'mdl-color-text--amber-A100', __u('Admin Aplicación'))); -$themeIcons->addIcon('accAdmin', new FontIcon('star_half', 'mdl-color-text--amber-A100', __u('Admin Cuentas'))); -$themeIcons->addIcon('ldapUser', new FontIcon('business', 'mdl-color-text--deep-purple-A100', __u('Usuario de LDAP'))); -$themeIcons->addIcon('disabled', new FontIcon('error', 'mdl-color-text--red-A100', __u('Deshabilitado'))); -$themeIcons->addIcon('enabled', new FontIcon('check_circle', 'mdl-color-text--teal-500', __u('Habilitado'))); -$themeIcons->addIcon('refresh', new FontIcon('refresh', 'mdl-color-text--teal-500', __u('Actualizar'))); -$themeIcons->addIcon('copy', new FontIcon('content_copy', 'mdl-color-text--indigo-A200', __u('Copiar'))); +$themeIcons->addIcon('add', new FontIcon('add', 'mdl-color-text--indigo-A200', __u('Add'))); +$themeIcons->addIcon('view', new FontIcon('visibility', 'mdl-color-text--indigo-A200', __u('View Details'))); +$themeIcons->addIcon('viewPass', new FontIcon('lock_open', 'mdl-color-text--indigo-A200', __u('View password'))); +$themeIcons->addIcon('edit', new FontIcon('mode_edit', 'mdl-color-text--amber-A200', __u('Edit'))); +$themeIcons->addIcon('delete', new FontIcon('remove_circle', 'mdl-color-text--red-A200', __u('Delete'))); +$themeIcons->addIcon('editPass', new FontIcon('lock_outline', 'mdl-color-text--amber-A200', __u('Change Password'))); +$themeIcons->addIcon('appAdmin', new FontIcon('star', 'mdl-color-text--amber-A100', __u('Application Admin'))); +$themeIcons->addIcon('accAdmin', new FontIcon('star_half', 'mdl-color-text--amber-A100', __u('Accounts Admin'))); +$themeIcons->addIcon('ldapUser', new FontIcon('business', 'mdl-color-text--deep-purple-A100', __u('LDAP User'))); +$themeIcons->addIcon('disabled', new FontIcon('error', 'mdl-color-text--red-A100', __u('Disabled'))); +$themeIcons->addIcon('enabled', new FontIcon('check_circle', 'mdl-color-text--teal-500', __u('Enabled'))); +$themeIcons->addIcon('refresh', new FontIcon('refresh', 'mdl-color-text--teal-500', __u('Update'))); +$themeIcons->addIcon('copy', new FontIcon('content_copy', 'mdl-color-text--indigo-A200', __u('Copy'))); $themeIcons->addIcon('clipboard', new FontIcon('content_paste', 'mdl-color-text--indigo-A200')); $themeIcons->addIcon('email', new FontIcon('email', 'mdl-color-text--indigo-A200', __u('Email'))); $themeIcons->addIcon('optional', new FontIcon('settings')); $themeIcons->addIcon('publicLink', new FontIcon('link', 'mdl-color-text--teal-500')); -$themeIcons->addIcon('back', new FontIcon('arrow_back', 'mdl-color-text--indigo-A200', __u('Volver'))); -$themeIcons->addIcon('restore', new FontIcon('restore', 'mdl-color-text--teal-500', __u('Restaurar'))); -$themeIcons->addIcon('save', new FontIcon('save', 'mdl-color-text--teal-500', __u('Guardar'))); -$themeIcons->addIcon('help', new FontIcon('help_outline', 'mdl-color-text--primary', __u('Ayuda'))); -$themeIcons->addIcon('clear', new FontIcon('clear_all', 'mdl-color--indigo-A200', __u('Limpiar'))); -$themeIcons->addIcon('play', new FontIcon('play_circle_filled', 'mdl-color-text--teal-500', __u('Realizar'))); -$themeIcons->addIcon('download', new FontIcon('file_download', 'mdl-color-text--indigo-A200', __u('Descargar'))); -$themeIcons->addIcon('warning', new FontIcon('warning', 'mdl-color-text--amber-A100', __u('Aviso'))); -$themeIcons->addIcon('check', new FontIcon('cached', 'mdl-color-text--indigo-A200', __u('Comprobar'))); -$themeIcons->addIcon('search', new FontIcon('search', 'mdl-color-text--indigo-A200', __u('Buscar'))); +$themeIcons->addIcon('back', new FontIcon('arrow_back', 'mdl-color-text--indigo-A200', __u('Back'))); +$themeIcons->addIcon('restore', new FontIcon('restore', 'mdl-color-text--teal-500', __u('Restore'))); +$themeIcons->addIcon('save', new FontIcon('save', 'mdl-color-text--teal-500', __u('Save'))); +$themeIcons->addIcon('help', new FontIcon('help_outline', 'mdl-color-text--primary', __u('Help'))); +$themeIcons->addIcon('clear', new FontIcon('clear_all', 'mdl-color--indigo-A200', __u('Clear'))); +$themeIcons->addIcon('play', new FontIcon('play_circle_filled', 'mdl-color-text--teal-500', __u('Perform'))); +$themeIcons->addIcon('download', new FontIcon('file_download', 'mdl-color-text--indigo-A200', __u('Download'))); +$themeIcons->addIcon('warning', new FontIcon('warning', 'mdl-color-text--amber-A100', __u('Warning'))); +$themeIcons->addIcon('check', new FontIcon('cached', 'mdl-color-text--indigo-A200', __u('Check'))); +$themeIcons->addIcon('search', new FontIcon('search', 'mdl-color-text--indigo-A200', __u('Search'))); $themeIcons->addIcon('account', new FontIcon('account_box', 'mdl-color-text--indigo-A200')); $themeIcons->addIcon('group', new FontIcon('group_work', 'mdl-color-text--indigo-A200')); -$themeIcons->addIcon('settings', new FontIcon('settings', 'mdl-color-text--indigo-A200', __u('Configuración'))); +$themeIcons->addIcon('settings', new FontIcon('settings', 'mdl-color-text--indigo-A200', __u('Configuration'))); $themeIcons->addIcon('headline', new FontIcon('view_headline', 'mdl-color-text--indigo-A200')); -$themeIcons->addIcon('info', new FontIcon('info_outline', 'mdl-color-text--indigo-A200', __u('Información'))); -$themeIcons->addIcon('critical', new FontIcon('error_outline', 'mdl-color-text--red-A200', __u('Crítico'))); -$themeIcons->addIcon('notices', new FontIcon('notifications', 'mdl-color-text--indigo-A200', __u('Notificaciones'))); -$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('first_page', null, __u('Primera página'))); -$themeIcons->addIcon('last', new FontIcon('last_page', null, __u('Última página'))); +$themeIcons->addIcon('info', new FontIcon('info_outline', 'mdl-color-text--indigo-A200', __u('Information'))); +$themeIcons->addIcon('critical', new FontIcon('error_outline', 'mdl-color-text--red-A200', __u('Critical'))); +$themeIcons->addIcon('notices', new FontIcon('notifications', 'mdl-color-text--indigo-A200', __u('Notifications'))); +$themeIcons->addIcon('remove', new FontIcon('remove', 'mdl-color-text--indigo-A200', __u('Delete'))); +$themeIcons->addIcon('previous', new FontIcon('chevron_left', null, __u('Previous page'))); +$themeIcons->addIcon('next', new FontIcon('chevron_right', null, __u('Next page'))); +$themeIcons->addIcon('first', new FontIcon('first_page', null, __u('First page'))); +$themeIcons->addIcon('last', new FontIcon('last_page', null, __u('Last page'))); $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/_layouts/main.inc b/app/modules/web/themes/material-blue/views/_layouts/main.inc index ff395cec..097cce28 100644 --- a/app/modules/web/themes/material-blue/views/_layouts/main.inc +++ b/app/modules/web/themes/material-blue/views/_layouts/main.inc @@ -18,7 +18,7 @@

    diff --git a/app/modules/web/themes/material-blue/views/_partials/help_account_search.inc b/app/modules/web/themes/material-blue/views/_partials/help_account_search.inc index 94e1a311..28efafd2 100644 --- a/app/modules/web/themes/material-blue/views/_partials/help_account_search.inc +++ b/app/modules/web/themes/material-blue/views/_partials/help_account_search.inc @@ -5,25 +5,25 @@
    - +
    -
    +
    -

    +

      -
    • user:"login"
      %s', __('Buscar cuentas a las que \'login\' tenga acceso')); ?>
    • -
    • owner:"login"
      %s', __('Devolver las cuentas en las que \'login\' es propietario')); ?>
    • -
    • group:"group_name"
      %s', __('Buscar cuentas a las que \'group_name\' tenga acceso')); ?>
    • -
    • maingroup:"group_name"
      %s', __('Devolver las cuentas con grupo principal \'group_name\'')); ?>
    • -
    • file:"file_name"
      %s', __('Buscar cuentas con archivos con el nombre \'file_name\'')); ?>
    • -
    • client:"client_name"
      %s', __('Buscar cuentas por nombre de cliente')); ?>
    • -
    • category:"category_name"
      %s', __('Buscar cuentas por nombre de categoría')); ?>
    • -
    • id:"account_id"
      %s', __('Devolver la cuenta con ID')); ?>
    • -
    • is|not:expired
      %s', __('Buscar cuentas con la clave caducada')); ?>
    • -
    • is|not:private
      %s', __('Devolver las cuentas privadas del usuario actual')); ?>
    • -
    • op:and|or
      %s', __('Operador para los parámetros especiales')); ?>
    • +
    • user:"login"
      %s', __('Search for accounts which \'login\' has access rights')); ?>
    • +
    • owner:"login"
      %s', __('Get the accounts in which user login "login" is the owner')); ?>
    • +
    • group:"group_name"
      %s', __('Search for accounts which \'group_name\' has access rights')); ?>
    • +
    • maingroup:"group_name"
      %s', __('Get the accounts in which main group "group_name" is set')); ?>
    • +
    • file:"file_name"
      %s', __('Search for accounts which contain a file with the name \'file_name\'')); ?>
    • +
    • client:"client_name"
      %s', __('Search for accounts by client name')); ?>
    • +
    • category:"category_name"
      %s', __('Search for accounts by category name')); ?>
    • +
    • id:"account_id"
      %s', __('Returns the account for the given ID')); ?>
    • +
    • is|not:expired
      %s', __('Search for accounts with expired password')); ?>
    • +
    • is|not:private
      %s', __('Get private accounts for current user')); ?>
    • +
    • op:and|or
      %s', __('Operator for special parameters')); ?>
    \ No newline at end of file diff --git a/app/modules/web/themes/material-blue/views/_partials/no_records_found.inc b/app/modules/web/themes/material-blue/views/_partials/no_records_found.inc index 0a44649d..6304265a 100644 --- a/app/modules/web/themes/material-blue/views/_partials/no_records_found.inc +++ b/app/modules/web/themes/material-blue/views/_partials/no_records_found.inc @@ -7,5 +7,5 @@
    -
    +
    \ No newline at end of file diff --git a/app/modules/web/themes/material-blue/views/account/account-editpass.inc b/app/modules/web/themes/material-blue/views/account/account-editpass.inc index ebc2905e..3f3ef458 100644 --- a/app/modules/web/themes/material-blue/views/account/account-editpass.inc +++ b/app/modules/web/themes/material-blue/views/account/account-editpass.inc @@ -27,24 +27,24 @@ $accountAcl = $_getvar('accountAcl'); data-hash=""> - + - + @@ -60,41 +60,41 @@ $accountAcl = $_getvar('accountAcl'); - + - + - + isAccountExpireEnabled()): ?> - + @@ -120,14 +120,14 @@ $accountAcl = $_getvar('accountAcl');
  1. diff --git a/app/modules/web/themes/material-blue/views/account/account-history.inc b/app/modules/web/themes/material-blue/views/account/account-history.inc index ed9d192f..b4419d97 100644 --- a/app/modules/web/themes/material-blue/views/account/account-history.inc +++ b/app/modules/web/themes/material-blue/views/account/account-history.inc @@ -16,16 +16,16 @@ $accountAcl = $_getvar('accountAcl');
    - +
    - + isShowDetails()): ?> - +
    @@ -40,7 +40,7 @@ $accountAcl = $_getvar('accountAcl');
    - +
    - +
    - +
    - +
    - +
    + for="password_date_expire">
    date_range + title="">date_range
    - + - + - + - + - + - + isShowHistory() && count($_getvar('historyData', [])) > 0): ?> - + - +
    + for="name">
    -
    +
    -
    +
    + for="name">
    + for="password_date_expire">
    + for="notes">
    -
    +
    getDateEdit(), $accountData->getUserEditName() ?: $accountData->getUserEditLogin()); ?>
    diff --git a/app/modules/web/themes/material-blue/views/account/account-link.inc b/app/modules/web/themes/material-blue/views/account/account-link.inc index e08a2b7f..3bccc807 100644 --- a/app/modules/web/themes/material-blue/views/account/account-link.inc +++ b/app/modules/web/themes/material-blue/views/account/account-link.inc @@ -19,36 +19,36 @@ $accountData = $_getvar('accountData');
    - + - + - + @@ -64,32 +64,32 @@ $accountData = $_getvar('accountData'); - + - + - + diff --git a/app/modules/web/themes/material-blue/views/account/account-permissions.inc b/app/modules/web/themes/material-blue/views/account/account-permissions.inc index c398e877..c928eee1 100644 --- a/app/modules/web/themes/material-blue/views/account/account-permissions.inc +++ b/app/modules/web/themes/material-blue/views/account/account-permissions.inc @@ -13,14 +13,14 @@
    - +
    - +
    - +
    - +
    + for="notes">
    -
    +
    @@ -98,7 +98,7 @@ $accountData = $_getvar('accountData'); - +
    isShowPermission()): ?> - + - + - + - + - + @@ -214,13 +214,13 @@ || (is_object($accountPrivate) && $accountPrivate->isPrivateGroup())) ? 'checked' : ''; ?> - + diff --git a/app/modules/web/themes/material-blue/views/account/account-request.inc b/app/modules/web/themes/material-blue/views/account/account-request.inc index 8d1d581c..725ac53f 100644 --- a/app/modules/web/themes/material-blue/views/account/account-request.inc +++ b/app/modules/web/themes/material-blue/views/account/account-request.inc @@ -12,7 +12,7 @@ $accountData = $_getvar('accountData'); ?>
    -
    +
    - + - + - + @@ -64,14 +64,14 @@ $accountData = $_getvar('accountData');
  2. diff --git a/app/modules/web/themes/material-blue/views/account/account.inc b/app/modules/web/themes/material-blue/views/account/account.inc index 88678d2a..94eb9c9b 100644 --- a/app/modules/web/themes/material-blue/views/account/account.inc +++ b/app/modules/web/themes/material-blue/views/account/account.inc @@ -1,14 +1,14 @@ 0; $showFiles = $gotData && $configData->isFilesEnabled() && $accountAcl->isShowFiles(); @@ -27,26 +27,26 @@ $showCustomFields = count($_getvar('customFields', 0)) > 0;
    - + - + - + - + - + - +
    @@ -62,7 +62,7 @@ $showCustomFields = count($_getvar('customFields', 0)) > 0;
    - +
    - +
    + for="description">
    - + - + - + - + isShowPass()): ?> - + - + isAccountExpireEnabled()): ?> - + - + - + - + @@ -268,14 +268,14 @@ $showCustomFields = count($_getvar('customFields', 0)) > 0; isShowHistory() && count($_getvar('historyData', [])) > 0): ?> - + - + @@ -298,12 +298,12 @@ $showCustomFields = count($_getvar('customFields', 0)) > 0; - + @@ -311,12 +311,12 @@ $showCustomFields = count($_getvar('customFields', 0)) > 0; - + diff --git a/app/modules/web/themes/material-blue/views/account/details.inc b/app/modules/web/themes/material-blue/views/account/details.inc index b1293df9..67680b18 100644 --- a/app/modules/web/themes/material-blue/views/account/details.inc +++ b/app/modules/web/themes/material-blue/views/account/details.inc @@ -11,17 +11,17 @@
    0; maxlength="50" value="getName()) : ''; ?>" > + for="name">
    -
    +
    0;
    -
    +
    0; maxlength="255" value="getUrl() : ''; ?>" > + for="name">
    0; maxlength="50" value="getLogin()) : ''; ?>" > + for="name">
    0; maxlength="255" autocomplete="off"> + for="password">
    + for="password_repeat">
    0; data-dst-unix="password_date_expire_unix" > + for="password_date_expire">
    date_range + title="">date_range
    + for="notes">
    -
    +
    0;
    -
    +
    -
    +
    getDateEdit(), $accountData->getUserEditName()); ?>
    -
    +
    + title=""> getIconPublicLink()->getIcon(); ?>
    -
    +
    + title=""> getIconPublicLink()->getIcon(); ?>
    - + - + @@ -29,9 +29,9 @@ getUserEditName()): ?> - + @@ -39,17 +39,17 @@ - + - + @@ -57,9 +57,9 @@ isModified()): ?> - + @@ -75,9 +75,9 @@ - + @@ -85,9 +85,9 @@ 0): ?> - + diff --git a/app/modules/web/themes/material-blue/views/account/files-list.inc b/app/modules/web/themes/material-blue/views/account/files-list.inc index 43293aa5..e8882816 100644 --- a/app/modules/web/themes/material-blue/views/account/files-list.inc +++ b/app/modules/web/themes/material-blue/views/account/files-list.inc @@ -31,7 +31,7 @@ @@ -39,7 +39,7 @@ diff --git a/app/modules/web/themes/material-blue/views/account/files.inc b/app/modules/web/themes/material-blue/views/account/files.inc index b7ad735b..614f4e96 100644 --- a/app/modules/web/themes/material-blue/views/account/files.inc +++ b/app/modules/web/themes/material-blue/views/account/files.inc @@ -34,9 +34,9 @@

    ' - . __('Tamaño máximo de archivo: %d MB'), + . __('Maximum file size: %d MB'), $_getvar('maxFileSize')); ?>
    diff --git a/app/modules/web/themes/material-blue/views/account/linkedAccounts.inc b/app/modules/web/themes/material-blue/views/account/linkedAccounts.inc index 78a8219c..eca96daf 100644 --- a/app/modules/web/themes/material-blue/views/account/linkedAccounts.inc +++ b/app/modules/web/themes/material-blue/views/account/linkedAccounts.inc @@ -17,7 +17,7 @@ getIconEdit()->getIcon(); ?> getData()->getDataCount() === 0): ?> -
    +
    diff --git a/app/modules/web/themes/material-blue/views/account/search-rows.inc b/app/modules/web/themes/material-blue/views/account/search-rows.inc index 2df8ce8e..3c41d7eb 100644 --- a/app/modules/web/themes/material-blue/views/account/search-rows.inc +++ b/app/modules/web/themes/material-blue/views/account/search-rows.inc @@ -29,10 +29,10 @@ $favoriteRouteOff = $_getvar('favoriteRouteOff');
    -
    +
    getCategoryName(); ?>
    isShow()): ?>
    -
    +
    getShortLogin(); ?>
    @@ -81,7 +81,7 @@ $favoriteRouteOff = $_getvar('favoriteRouteOff');
    isUrlIslink()): ?> getShortUrl(); ?> + title="getUrl()); ?>">getShortUrl(); ?>
    getShortUrl(); ?>
    @@ -108,7 +108,7 @@ $favoriteRouteOff = $_getvar('favoriteRouteOff'); getIconWarning()->getIcon(); ?>
    + class="mdl-tooltip mdl-tooltip--top"> getIsPrivate() === 1): ?> @@ -116,13 +116,13 @@ $favoriteRouteOff = $_getvar('favoriteRouteOff'); class="material-icons">lock
    + class="mdl-tooltip mdl-tooltip--top"> getIsPrivateGroup() === 1): ?> lock_open + class="mdl-tooltip mdl-tooltip--top"> face @@ -130,7 +130,7 @@ $favoriteRouteOff = $_getvar('favoriteRouteOff');
    -

    +

    ', $accountSearchItem->getAccesses()); ?>

    @@ -147,7 +147,7 @@ $favoriteRouteOff = $_getvar('favoriteRouteOff'); data-status="">star
    + class="mdl-tooltip mdl-tooltip--top"> star_border + class="mdl-tooltip mdl-tooltip--top"> getNotes() !== ''): ?> @@ -179,7 +179,7 @@ $favoriteRouteOff = $_getvar('favoriteRouteOff');
    - getNumFiles(); ?> + getNumFiles(); ?>
    @@ -190,11 +190,11 @@ $favoriteRouteOff = $_getvar('favoriteRouteOff');
    -

    +

    - getPublicLinkDateExpire())); ?> + getPublicLinkDateExpire())); ?>
    - getPublicLinkTotalCountViews()); ?> + getPublicLinkTotalCountViews()); ?>

    @@ -206,10 +206,10 @@ $favoriteRouteOff = $_getvar('favoriteRouteOff'); library_books + title="">library_books
    library_books @@ -217,7 +217,7 @@ $favoriteRouteOff = $_getvar('favoriteRouteOff'); library_books + title="">library_books diff --git a/app/modules/web/themes/material-blue/views/account/search-searchbox.inc b/app/modules/web/themes/material-blue/views/account/search-searchbox.inc index a51602c7..1d516cf6 100644 --- a/app/modules/web/themes/material-blue/views/account/search-searchbox.inc +++ b/app/modules/web/themes/material-blue/views/account/search-searchbox.inc @@ -23,7 +23,7 @@ $pager = $data->getPager();
    - +
    includePartial('help_account_search'); ?> @@ -31,7 +31,7 @@ $pager = $data->getPager();
    /> - + @@ -71,18 +71,18 @@ $pager = $data->getPager(); + class="mdl-tooltip mdl-tooltip--bottom">
    getPager(); data-icon-down="getIconAdd()->getIcon(); ?>" data-icon-up="getIconRemove()->getIcon(); ?>">getIconAdd()->getIcon(); ?> + class="mdl-tooltip mdl-tooltip--bottom">
    @@ -38,8 +38,8 @@ diff --git a/app/modules/web/themes/material-blue/views/common/aux-customfields.inc b/app/modules/web/themes/material-blue/views/common/aux-customfields.inc index 5653d417..864263f1 100644 --- a/app/modules/web/themes/material-blue/views/common/aux-customfields.inc +++ b/app/modules/web/themes/material-blue/views/common/aux-customfields.inc @@ -14,17 +14,17 @@ foreach ($customFields as $index => $field):?> definitionName; ?> isEncrypted && $field->isValueEncrypted === true): ?> + title=""> lock_outline isEncrypted && $field->isValueEncrypted === false): ?> + title=""> lock_outline isEncrypted === 0 && $field->isValueEncrypted === true): ?> + title=""> lock_open diff --git a/app/modules/web/themes/material-blue/views/config/accounts.inc b/app/modules/web/themes/material-blue/views/config/accounts.inc index 41c5ab7a..c460abdc 100644 --- a/app/modules/web/themes/material-blue/views/config/accounts.inc +++ b/app/modules/web/themes/material-blue/views/config/accounts.inc @@ -9,11 +9,11 @@
    - + getIconHelp()->getIcon(); ?>

    - +

    @@ -27,18 +27,18 @@
    search - +
    -
    +
    getCountView() . '(' . $accountData->getCountDecrypt() . ')'; ?>
    -
    +
    getDateAdd() ?>
    -
    +
    getDateEdit(), $accountData->getUserEditName()); ?>
    -
    +
    getUserName() ?: $accountData->getUserLogin(); ?>
    -
    +
    getUserGroupName(); ?>
    -
    +
    getDateEdit(); ?>
    -
    +
    -
    +
    @@ -49,7 +49,7 @@ maxlength="5" value="getAccountCount(); ?>" required/> + for="account_count"> @@ -67,8 +67,8 @@ - - + + @@ -76,12 +76,12 @@ @@ -91,7 +91,7 @@ pattern="[0-9]{1,3}" class="mdl-textfield__input mdl-color-text--indigo-400" value="getAccountExpireTime() / 24 / 3600; ?>"/> + for="account_expire_time"> @@ -109,8 +109,8 @@ - - + + @@ -125,8 +125,8 @@ - - + + @@ -141,11 +141,11 @@ - + - +
    - +
    @@ -161,9 +161,9 @@ - + - + @@ -179,11 +179,11 @@ - + - +
    - +
    @@ -194,7 +194,7 @@
    link - +
    - +
    getIconHelp()->getIcon(); ?>

    - +

    - +
    getIconHelp()->getIcon(); ?>

    - +

    @@ -212,13 +212,13 @@ - + - +
    - +
    - +
    @@ -234,9 +234,9 @@ - + - + @@ -245,7 +245,7 @@ @@ -277,7 +277,7 @@
    attachment - +
    - +
    @@ -254,13 +254,13 @@ maxlength="5" value="getPublinksMaxTime() / 60; ?>"/> + for="publiclinks_maxtime">
    - +
    @@ -269,7 +269,7 @@ maxlength="5" value="getPublinksMaxViews(); ?>"/> + for="publiclinks_maxviews">
    @@ -295,8 +295,8 @@ - - + + @@ -304,20 +304,20 @@ @@ -345,7 +345,7 @@ maxlength="5" value="getFilesAllowedSize(); ?>"/> + for="files_allowed_size"> @@ -357,7 +357,7 @@
  3. diff --git a/app/modules/web/themes/material-blue/views/config/backup.inc b/app/modules/web/themes/material-blue/views/config/backup.inc index 3f38c1bd..d22f86f5 100644 --- a/app/modules/web/themes/material-blue/views/config/backup.inc +++ b/app/modules/web/themes/material-blue/views/config/backup.inc @@ -9,11 +9,11 @@
    - + getIconHelp()->getIcon(); ?>

    - +

    @@ -21,16 +21,16 @@
    backup - +
    - +
    getIconHelp()->getIcon(); ?>

    - +

    - +

    -
    +
    @@ -325,16 +325,16 @@
    - +
    getIconHelp()->getIcon(); ?>

    - +

    - +

    @@ -38,27 +38,27 @@ @@ -75,11 +75,11 @@ getIconHelp()->getIcon(); ?> -
    +
    -

    +

    -

    +

    @@ -98,7 +98,7 @@
    import_export - +
    @@ -117,10 +117,10 @@ @@ -170,7 +170,7 @@
  4. @@ -182,15 +182,15 @@ getIconHelp()->getIcon(); ?> -
    +
    -

    +

    -

    +

    -

    +

    -

    +

    diff --git a/app/modules/web/themes/material-blue/views/config/encryption.inc b/app/modules/web/themes/material-blue/views/config/encryption.inc index 7c731e65..622e8399 100644 --- a/app/modules/web/themes/material-blue/views/config/encryption.inc +++ b/app/modules/web/themes/material-blue/views/config/encryption.inc @@ -14,17 +14,17 @@
    enhanced_encryption - +
    - + -
    +
    - + -
    +
    - +
    - + -
    +
    - + -
    +
    - +
    - +
    @@ -144,13 +144,13 @@ class="mdl-textfield__input mdl-color-text--indigo-400 passwordfield__input" maxlength="255"/> + for="exportPwd">
    - +
    @@ -158,7 +158,7 @@ class="mdl-textfield__input mdl-color-text--indigo-400" maxlength="255"/> + for="exportPwdR">
    0): ?> @@ -32,7 +32,7 @@ @@ -77,19 +77,19 @@ @@ -106,9 +106,9 @@ - + - + @@ -124,9 +124,9 @@ - + - + @@ -150,13 +150,13 @@ getIconHelp()->getIcon(); ?> -
    +
    -

    +

    -

    +

    -

    https://doc.syspass.org'); ?>

    +

    https://doc.syspass.org'); ?>

    @@ -166,7 +166,7 @@ class="btn-action mdl-button mdl-js-button mdl-button--fab mdl-button--mini-fab mdl-button--colored getIconCheck()->getClassButton(); ?>" data-onclick="config/refreshMpass" data-action-route="configEncryption/refresh" - title=""> + title=""> getIconRefresh()->getIcon(); ?> @@ -186,7 +186,7 @@
    enhanced_encryption - +
    @@ -260,9 +260,9 @@ - + - + @@ -271,14 +271,14 @@ @@ -307,7 +307,7 @@
  5. @@ -320,16 +320,16 @@ -
    +
    -

    +

  6. diff --git a/app/modules/web/themes/material-blue/views/config/general-auth.inc b/app/modules/web/themes/material-blue/views/config/general-auth.inc index e2c313c0..a8904acc 100644 --- a/app/modules/web/themes/material-blue/views/config/general-auth.inc +++ b/app/modules/web/themes/material-blue/views/config/general-auth.inc @@ -9,7 +9,7 @@
    verified_user - +
    - + -
    +
    - +
    @@ -40,13 +40,13 @@ class="mdl-textfield__input mdl-color-text--indigo-400 passwordfield__input-show" maxlength="255" required/> + for="current_masterpass">
    - +
    @@ -54,13 +54,13 @@ class="mdl-textfield__input mdl-color-text--indigo-400 passwordfield__input" maxlength="255" required/> + for="new_masterpass">
    - +
    @@ -68,7 +68,7 @@ class="mdl-textfield__input mdl-color-text--indigo-400" maxlength="255" required/> + for="new_masterpass_repeat">
    getIconWarning()->getIcon(); ?>
    - +
    getIconWarning()->getIcon(); ?>
    - +
    getIconWarning()->getIcon(); ?>
    - +
    getIconWarning()->getIcon(); ?>
    - +
    - + -
    +
    - 0) ? date('r', $_getvar('tempMasterPassTime')) : __('No generada'); ?> + 0) ? date('r', $_getvar('tempMasterPassTime')) : __('Not generated'); ?>
    - + -
    +
    $tempMasterMaxTime): ?> 0): echo date('r', $tempMasterMaxTime); ?> - +
    - + -
    +
    - +
    @@ -241,7 +241,7 @@ value="3600" required/> + for="temporary_masterpass_maxtime">
    - + -
    +
    - + -
    +
    @@ -27,8 +27,8 @@ - - + + @@ -42,8 +42,8 @@ - - + + @@ -51,12 +51,12 @@ @@ -66,27 +66,27 @@ class="mdl-textfield__input mdl-color-text--indigo-400" maxlength="128" value="getAuthBasicDomain(); ?>"> + for="authbasic_domain">
    - +
    getIconHelp()->getIcon(); ?>

    - +

    - +
    getIconHelp()->getIcon(); ?>

    - +

    -
    +
    - +
    getIconHelp()->getIcon(); ?>

    - +

    -
    +
    @@ -27,8 +27,8 @@ - - + + @@ -42,7 +42,7 @@ - + @@ -57,7 +57,7 @@ - + @@ -67,7 +67,7 @@ diff --git a/app/modules/web/themes/material-blue/views/config/general-site.inc b/app/modules/web/themes/material-blue/views/config/general-site.inc index 887f6cfa..54e17180 100644 --- a/app/modules/web/themes/material-blue/views/config/general-site.inc +++ b/app/modules/web/themes/material-blue/views/config/general-site.inc @@ -9,11 +9,11 @@
    - + getIconHelp()->getIcon(); ?>

    - +

    @@ -21,27 +21,27 @@
    home - +
    - +
    @@ -75,13 +75,13 @@ class="mdl-textfield__input mdl-color-text--indigo-400" value="getSyslogServer(); ?>"/> + for="remotesyslog_server">
    - +
    @@ -89,16 +89,16 @@ pattern="[0-9]{1-5}" step="1" max="65535" class="mdl-textfield__input mdl-color-text--indigo-400" value="getSyslogPort(); ?>"/> + for="remotesyslog_port">
    - + -
    +
    - +
    @@ -44,13 +44,13 @@ class="mdl-textfield__input mdl-color-text--indigo-400" maxlength="128" value="getProxyServer(); ?>"> + for="proxy_server">
    - +
    @@ -58,13 +58,13 @@ class="mdl-textfield__input mdl-color-text--indigo-400" pattern="[0-9]{1,5}" maxlength="128" value="getProxyPort(); ?>"> + for="proxy_port">
    - +
    @@ -72,13 +72,13 @@ class="mdl-textfield__input mdl-color-text--indigo-400" maxlength="128" value="getProxyUser(); ?>"> + for="proxy_user">
    - +
    @@ -86,7 +86,7 @@ class="mdl-textfield__input passwordfield__input mdl-color-text--indigo-400" maxlength="128" value="getProxyPass() ? '***' : ''; ?>"> + for="proxy_pass">
    @@ -104,8 +104,8 @@ - - + + @@ -119,8 +119,8 @@ - - + + @@ -134,8 +134,8 @@ - - + + @@ -149,8 +149,8 @@ - - + + @@ -164,8 +164,8 @@ - - + + @@ -179,10 +179,10 @@ - + - - + + diff --git a/app/modules/web/themes/material-blue/views/config/general.inc b/app/modules/web/themes/material-blue/views/config/general.inc index 5cc2ede8..1030a51f 100644 --- a/app/modules/web/themes/material-blue/views/config/general.inc +++ b/app/modules/web/themes/material-blue/views/config/general.inc @@ -25,7 +25,7 @@
  7. diff --git a/app/modules/web/themes/material-blue/views/config/import.inc b/app/modules/web/themes/material-blue/views/config/import.inc index 5f6054c0..088f9e23 100644 --- a/app/modules/web/themes/material-blue/views/config/import.inc +++ b/app/modules/web/themes/material-blue/views/config/import.inc @@ -9,27 +9,27 @@
    import_export - +
    - +
    getIconHelp()->getIcon(); ?>

    - +

    - +

    -
    +
    - +
    getIconHelp()->getIcon(); ?>

    - +

    -
    +
    - +
    @@ -86,7 +86,7 @@ pattern="[0-9]{2,4}" class="mdl-textfield__input mdl-color-text--indigo-400" maxlength="5" value="getSessionTimeout(); ?>" required/> + for="session_timeout">
    - +
    getIconHelp()->getIcon(); ?>

    - +

    -
    +
    - +
    getIconHelp()->getIcon(); ?>

    - +

    -
    +
    -
    +
    cloud_upload
    @@ -88,7 +88,7 @@
  8. @@ -100,21 +100,21 @@ getIconHelp()->getIcon(); ?> -
    +
    -

    +

    -

    +

    -

    +

    -

    +

    -

    +

    -

    +

    -

    +

    @@ -128,12 +128,12 @@ @@ -143,18 +143,18 @@ class="mdl-textfield__input mdl-color-text--indigo-400 passwordfield__input-show" maxlength="255"/> + for="importPwd"> @@ -164,7 +164,7 @@ class="mdl-textfield__input mdl-color-text--indigo-400 passwordfield__input-show" maxlength="255"/> + for="importMasterPwd"> @@ -177,12 +177,12 @@
    - +
    getIconHelp()->getIcon(); ?>

    - +

    - +
    getIconHelp()->getIcon(); ?>

    - +

    @@ -192,7 +192,7 @@ class="mdl-textfield__input mdl-color-text--indigo-400" maxlength="1" value=";"/> + for="csvDelimiter"> diff --git a/app/modules/web/themes/material-blue/views/config/info.inc b/app/modules/web/themes/material-blue/views/config/info.inc index 25b9f0ca..bb2569cb 100644 --- a/app/modules/web/themes/material-blue/views/config/info.inc +++ b/app/modules/web/themes/material-blue/views/config/info.inc @@ -11,32 +11,32 @@ info + echo __('Application Information'); ?>
    - +
    getIconHelp()->getIcon(); ?>

    - +

    @@ -46,21 +46,21 @@ @@ -190,7 +190,7 @@
  9. diff --git a/app/modules/web/themes/material-blue/views/config/ldap.inc b/app/modules/web/themes/material-blue/views/config/ldap.inc index 13935392..af132f32 100644 --- a/app/modules/web/themes/material-blue/views/config/ldap.inc +++ b/app/modules/web/themes/material-blue/views/config/ldap.inc @@ -9,11 +9,11 @@
    - + getIconHelp()->getIcon(); ?>

    - +

    @@ -21,7 +21,7 @@
    business - +
    - + - +
    - +
    @@ -64,7 +64,7 @@ - + @@ -81,7 +81,7 @@ TLS - + @@ -91,16 +91,16 @@ @@ -167,22 +167,22 @@ class="mdl-textfield__input passwordfield__input mdl-color-text--indigo-400" maxlength="128" value="getLdapBindPass() ? '***' : ''; ?>"/> + for="ldap_bindpass">
    - + -
    +
    - + -
    +
    $infoval): ?>
    - +
    - +
    - +
    '; } ?> - +
    - +
    - + =')): ?>
    @@ -72,20 +72,20 @@
    - + -
    +
    - + -
    +
    @@ -95,7 +95,7 @@ class="download" target="_blank"> @@ -104,48 +104,48 @@
    - +
    getIconHelp()->getIcon(); ?>

    - +

    - +

    -
    +
    - +
    getIconHelp()->getIcon(); ?>

    - +

    -
    +
    - +
    - + -
    +
    - + -
    +
    - +
    getIconHelp()->getIcon(); ?>

    - +

    - +

      @@ -116,22 +116,22 @@ class="mdl-textfield__input mdl-color-text--indigo-400" maxlength="128" value="getLdapServer(); ?>"/> + for="ldap_server">
    - +
    getIconHelp()->getIcon(); ?>

    - +

    - +

      @@ -146,18 +146,18 @@ class="mdl-textfield__input mdl-color-text--indigo-400" maxlength="128" value="getLdapBindUser(); ?>"/> + for="ldap_binduser">
    - +
    getIconHelp()->getIcon(); ?>

    - +

    - +
    getIconHelp()->getIcon(); ?>

    - +

    - +

      @@ -197,26 +197,26 @@ class="mdl-textfield__input mdl-color-text--indigo-400" maxlength="128" value="getLdapBase(); ?>"/> + for="ldap_base">
    - +
    getIconHelp()->getIcon(); ?>

    - +

    - +

    - +

      @@ -230,27 +230,27 @@ - +
    - +
    getIconHelp()->getIcon(); ?>

    - +

    -
    +
    - +
    getIconHelp()->getIcon(); ?>

    - +

    -
    +
    @@ -426,7 +426,7 @@ + for="ldap_import_filter"> @@ -437,7 +437,7 @@
  10. @@ -457,7 +457,7 @@ data-onclick="ldap/import" data-action-route="configLdap/import" data-src="#frmLdap" - title=""> + title=""> get_app diff --git a/app/modules/web/themes/material-blue/views/config/mail.inc b/app/modules/web/themes/material-blue/views/config/mail.inc index ca14fe10..401ce0a1 100644 --- a/app/modules/web/themes/material-blue/views/config/mail.inc +++ b/app/modules/web/themes/material-blue/views/config/mail.inc @@ -9,7 +9,7 @@
    mail - +
    - - + + @@ -45,9 +45,9 @@ - + - + @@ -56,27 +56,27 @@ @@ -94,7 +94,7 @@ - + @@ -103,39 +103,39 @@ @@ -244,20 +244,20 @@ - + @@ -268,7 +268,7 @@ class="icon material-icons getIconHelp()->getClass(); ?>">getIconHelp()->getIcon(); ?>

    - +

    @@ -291,7 +291,7 @@
  11. diff --git a/app/modules/web/themes/material-blue/views/error/error-database.inc b/app/modules/web/themes/material-blue/views/error/error-database.inc index 52329750..cd777cf3 100644 --- a/app/modules/web/themes/material-blue/views/error/error-database.inc +++ b/app/modules/web/themes/material-blue/views/error/error-database.inc @@ -10,13 +10,13 @@
    - + getIconPlay()->getIcon(); ?> + title="">getIconPlay()->getIcon(); ?>
    \ No newline at end of file diff --git a/app/modules/web/themes/material-blue/views/error/error-maintenance.inc b/app/modules/web/themes/material-blue/views/error/error-maintenance.inc index 5ca9a098..21b30555 100644 --- a/app/modules/web/themes/material-blue/views/error/error-maintenance.inc +++ b/app/modules/web/themes/material-blue/views/error/error-maintenance.inc @@ -10,8 +10,8 @@
    \ No newline at end of file diff --git a/app/modules/web/themes/material-blue/views/eventlog/index.inc b/app/modules/web/themes/material-blue/views/eventlog/index.inc index 750663e0..962d89da 100644 --- a/app/modules/web/themes/material-blue/views/eventlog/index.inc +++ b/app/modules/web/themes/material-blue/views/eventlog/index.inc @@ -1,4 +1,4 @@ -
    +
    includeTemplate('datagrid-grid', 'grid'); \ No newline at end of file diff --git a/app/modules/web/themes/material-blue/views/grid/datagrid-nav-full.inc b/app/modules/web/themes/material-blue/views/grid/datagrid-nav-full.inc index a0497758..ad24d86f 100644 --- a/app/modules/web/themes/material-blue/views/grid/datagrid-nav-full.inc +++ b/app/modules/web/themes/material-blue/views/grid/datagrid-nav-full.inc @@ -15,7 +15,7 @@ $pager = $data->getPager();
    getData()->getDataCount(); ?> @ getTime(); ?>s getFilterOn()): ?> - +
    diff --git a/app/modules/web/themes/material-blue/views/install/index.inc b/app/modules/web/themes/material-blue/views/install/index.inc index fef163f5..2e086bf2 100644 --- a/app/modules/web/themes/material-blue/views/install/index.inc +++ b/app/modules/web/themes/material-blue/views/install/index.inc @@ -8,7 +8,7 @@ ?>
    -

    +

    includePartial('error-list'); ?> @@ -18,7 +18,7 @@
    - +
    + for="adminlogin">
    getIconHelp()->getIcon(); ?>
    - +
    @@ -42,18 +42,18 @@ class="mdl-textfield__input mdl-color-text--indigo-400 passwordfield__input" value="" maxlength="255" autocomplete="off"> + for="adminlogin">
    - +
    + for="masterpassword">
    @@ -61,12 +61,12 @@ class="mdl-textfield__input mdl-color-text--indigo-400" value="" maxlength="255" autocomplete="off"> + for="masterpasswordR">
    - + @@ -76,7 +76,7 @@ class="mdl-textfield__input mdl-color-text--indigo-400" value="root" autocomplete="off" autofocus> + for="dbuser">
    getIconHelp()->getIcon(); ?>
    - +
    @@ -92,7 +92,7 @@ class="mdl-textfield__input mdl-color-text--indigo-400 passwordfield__input-show" value="" autocomplete="off" autofocus> + for="dbpass">
    @@ -101,7 +101,7 @@ value="syspass" autocomplete="off" autofocus pattern="[0-9a-zA-Z$_-]+"> + for="dbuser">
    getIconHelp()->getIcon(); ?>
    - +
    @@ -118,7 +118,7 @@ value="localhost" autocomplete="off" autofocus pattern="([0-9a-zA-Z._-]+|([0-9]{1,3}.)+)(:[0-9]{1,5})?|unix:.*"> + for="dbhost">
    getIconHelp()->getIcon(); ?>
    - +
    @@ -134,9 +134,9 @@
    - +
    - + - + - + - + - +
    - +
    getIconHelp()->getIcon(); ?>

    - +

    -
    +
    - +
    getIconHelp()->getIcon(); ?>

    - +

    -
    +
    - +
    getIconHelp()->getIcon(); ?>

    - +

    -
    +
    - +
    getIconHelp()->getIcon(); ?>

    - +

    - +
    - +
    - +
    - +
    - +
    - +
    - +
    - +
    - + -
    +
    - +
    @@ -153,16 +153,16 @@ class="mdl-textfield__input mdl-color-text--indigo-400" maxlength="128" value="getMailFrom(); ?>"/> + for="mail_from">
    - + -
    +
    @@ -170,10 +170,10 @@
    - + -
    +
    - +
    getIconHelp()->getIcon(); ?>

    - +

    - +

    - +

    @@ -80,26 +80,26 @@ class="mdl-textfield__input mdl-color-text--indigo-400" maxlength="255" value="getWikiSearchurl(); ?>"> + for="wiki_searchurl">

    - +
    getIconHelp()->getIcon(); ?>

    - +

    - +

    - +

    @@ -113,27 +113,27 @@ class="mdl-textfield__input mdl-color-text--indigo-400" maxlength="255" value="getWikiPageurl(); ?>"> + for="wiki_pageurl">

    - +
    getIconHelp()->getIcon(); ?>

    - +

    - +

    -
    +
    @@ -161,11 +161,11 @@ - + - +
    - +
    @@ -175,16 +175,16 @@
    - +
    getIconHelp()->getIcon(); ?>

    - +

    - +

    • http://wiki.syspass.org/lib/exe/xmlrpc.php
    @@ -196,22 +196,22 @@ - +
    - +
    getIconHelp()->getIcon(); ?>

    - +

    - +

    • http://wiki.syspass.org/dokuwiki
    @@ -224,18 +224,18 @@ class="mdl-textfield__input mdl-color-text--indigo-400" maxlength="255" value="getDokuwikiUrlBase(); ?>"/> + for="dokuwiki_urlbase">
    - +
    getIconHelp()->getIcon(); ?>

    - +

    - +
    - +
    -
    +
    -
    +
    -
    +
    -
    +
    - + - + @@ -229,9 +229,9 @@ - + - + @@ -240,7 +240,7 @@ - + diff --git a/app/modules/web/themes/material-blue/views/itemshow/auth_token.inc b/app/modules/web/themes/material-blue/views/itemshow/auth_token.inc index 74da7e4a..838ffeac 100644 --- a/app/modules/web/themes/material-blue/views/itemshow/auth_token.inc +++ b/app/modules/web/themes/material-blue/views/itemshow/auth_token.inc @@ -19,12 +19,12 @@ $authToken = $_getvar('authToken'); - + - + - + - + diff --git a/app/modules/web/themes/material-blue/views/itemshow/category.inc b/app/modules/web/themes/material-blue/views/itemshow/category.inc index 2e7263ca..e9eb4909 100644 --- a/app/modules/web/themes/material-blue/views/itemshow/category.inc +++ b/app/modules/web/themes/material-blue/views/itemshow/category.inc @@ -19,26 +19,26 @@ $category = $_getvar('category'); - + - + diff --git a/app/modules/web/themes/material-blue/views/itemshow/client.inc b/app/modules/web/themes/material-blue/views/itemshow/client.inc index 9c2ffbba..e6c7cf97 100644 --- a/app/modules/web/themes/material-blue/views/itemshow/client.inc +++ b/app/modules/web/themes/material-blue/views/itemshow/client.inc @@ -20,27 +20,27 @@ $client = $_getvar('client'); - + - + @@ -51,10 +51,10 @@ $client = $_getvar('client'); class="icon material-icons getIconHelp()->getClass(); ?>">getIconHelp()->getIcon(); ?>

    - +

    - +

    diff --git a/app/modules/web/themes/material-blue/views/itemshow/custom_field.inc b/app/modules/web/themes/material-blue/views/itemshow/custom_field.inc index 3c6d2f57..f3fa7cfd 100644 --- a/app/modules/web/themes/material-blue/views/itemshow/custom_field.inc +++ b/app/modules/web/themes/material-blue/views/itemshow/custom_field.inc @@ -20,21 +20,21 @@ $field = $_getvar('field'); - + - + - + - + @@ -77,7 +77,7 @@ $field = $_getvar('field'); getRequired() ? 'checked' : ''; ?>/> - + @@ -87,7 +87,7 @@ $field = $_getvar('field'); diff --git a/app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc b/app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc index 5efdf833..b989b482 100644 --- a/app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc +++ b/app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc @@ -13,7 +13,7 @@ $password = $_getvar('password'); - + - + - + - + @@ -81,7 +81,7 @@ $password = $_getvar('password'); - + @@ -95,7 +95,7 @@ $password = $_getvar('password'); - + @@ -109,7 +109,7 @@ $password = $_getvar('password'); - + @@ -123,7 +123,7 @@ $password = $_getvar('password'); - + @@ -137,7 +137,7 @@ $password = $_getvar('password'); - + @@ -151,11 +151,11 @@ $password = $_getvar('password'); - + - +
    - +
    diff --git a/app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc b/app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc index b4b9833d..f79550b7 100644 --- a/app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc +++ b/app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc @@ -9,13 +9,13 @@ - + - + diff --git a/app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc b/app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc index 8ce421d6..f08039df 100644 --- a/app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc +++ b/app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc @@ -26,11 +26,11 @@ $private = $_getvar('private'); - + - +
    - +
    @@ -45,11 +45,11 @@ $private = $_getvar('private'); - + - +
    - +
    diff --git a/app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc b/app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc index 7fcc1d92..2e2b3904 100644 --- a/app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc +++ b/app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc @@ -13,7 +13,7 @@ $sessionTimeout = $_getvar('sessionTimeout'); - + diff --git a/app/modules/web/themes/material-blue/views/itemshow/item_preset.inc b/app/modules/web/themes/material-blue/views/itemshow/item_preset.inc index f030e472..c0b58b84 100644 --- a/app/modules/web/themes/material-blue/views/itemshow/item_preset.inc +++ b/app/modules/web/themes/material-blue/views/itemshow/item_preset.inc @@ -28,13 +28,13 @@ $preset = $_getvar('preset'); - + - + - + @@ -97,7 +97,7 @@ $preset = $_getvar('preset'); maxlength="3" min="0" max="128" value="getPriority(); ?>"/> + for="priority"> @@ -117,11 +117,11 @@ $preset = $_getvar('preset'); - + - +
    - +
    diff --git a/app/modules/web/themes/material-blue/views/itemshow/public_link.inc b/app/modules/web/themes/material-blue/views/itemshow/public_link.inc index 9306da92..a3628edb 100644 --- a/app/modules/web/themes/material-blue/views/itemshow/public_link.inc +++ b/app/modules/web/themes/material-blue/views/itemshow/public_link.inc @@ -18,12 +18,12 @@ $publicLink = $_getvar('publicLink'); - + - + - + - + - + - + @@ -96,9 +96,9 @@ $publicLink = $_getvar('publicLink'); - +
    @@ -41,7 +41,7 @@ http
    ' . __('Las claves de formularios enviados se encriptan mediante PKI, el resto de datos no.'); ?>
    + class="mdl-tooltip mdl-tooltip--top mdl-tooltip--large">
    ' . __('Passwords sent from forms are encrypted using PKI, the remain data don\'t.'); ?> @@ -63,11 +63,11 @@ + class="mdl-tooltip mdl-tooltip--top mdl-tooltip--large">  ::  cygnux.org + class="mdl-tooltip mdl-tooltip--top mdl-tooltip--large">