diff --git a/app/locales/de_DE/LC_MESSAGES/messages.mo b/app/locales/de_DE/LC_MESSAGES/messages.mo index 52d9e647..3c7774ce 100644 Binary files a/app/locales/de_DE/LC_MESSAGES/messages.mo and b/app/locales/de_DE/LC_MESSAGES/messages.mo differ diff --git a/app/locales/de_DE/LC_MESSAGES/messages.po b/app/locales/de_DE/LC_MESSAGES/messages.po index 2cc46b46..da7aa795 100644 --- a/app/locales/de_DE/LC_MESSAGES/messages.po +++ b/app/locales/de_DE/LC_MESSAGES/messages.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: sysPass\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-04-21 15:45+0200\n" -"PO-Revision-Date: 2019-04-21 15:45+0200\n" +"PO-Revision-Date: 2019-05-25 00:22+0200\n" "Last-Translator: nuxsmin \n" "Language-Team: language@syspass.org\n" "Language: de\n" @@ -612,13 +612,6 @@ msgstr "AUS" msgid "IP" msgstr "IP" -#: app/modules/web/Controllers/AccountController.php:257 -#: app/modules/web/Controllers/AccountController.php:1073 -#: app/modules/web/Controllers/PublicLinkController.php:264 -#: lib/SP/Services/Upgrade/UpgradePublicLink.php:90 -msgid "Link" -msgstr "Link" - #. (itstool) path: action/text #: app/modules/web/Controllers/AccountController.php:290 #: app/modules/web/Controllers/AccountController.php:342 @@ -774,7 +767,6 @@ msgid "Invalid file" msgstr "Ungültige Datei" #: app/modules/web/Controllers/AccountFileController.php:211 -#, php-format msgid "File: %s" msgstr "Datei: %s" @@ -783,7 +775,6 @@ msgid "File size exceeded" msgstr "Dateigröße erreicht" #: app/modules/web/Controllers/AccountFileController.php:225 -#, php-format msgid "Maximum size: %d KB" msgstr "Maximale Dateigröße: %d KB" @@ -827,7 +818,6 @@ msgstr "Dateityp nicht erlaubt" #: app/modules/web/Controllers/AccountFileController.php:288 #: lib/SP/Services/Import/FileImport.php:97 -#, php-format msgid "MIME type: %s" msgstr "MIME-Typ: %s" @@ -1244,17 +1234,6 @@ msgstr "Masterpasswort inkorrekt" msgid "The current master password does not match" msgstr "Aktuelles Masterpasswort inkorrekt" -#: app/modules/web/Controllers/ConfigEncryptionController.php:117 -#: app/modules/web/themes/material-blue/views/config/encryption.inc:86 -msgid "Maintenance mode not enabled" -msgstr "Wartungsmodus nicht aktiviert" - -#: app/modules/web/Controllers/ConfigEncryptionController.php:118 -#: app/modules/web/themes/material-blue/views/config/encryption.inc:86 -msgid "Please, enable it to avoid unwanted behavior from other sessions" -msgstr "" -"Bitte aktivieren, um ungewünschte Nebeneffekte anderer Sitzungen zu vermeiden" - #: app/modules/web/Controllers/ConfigEncryptionController.php:168 msgid "Error while saving the Master Password's hash" msgstr "Fehler beim Speichern des Hashwerts für das Masterpasswort" @@ -1377,7 +1356,6 @@ msgstr "LDAP-Verbindung ist OK" #: app/modules/web/Controllers/ConfigLdapController.php:164 #: app/modules/web/Controllers/ConfigLdapController.php:210 -#, php-format msgid "Objects found: %d" msgstr "Objekte gefunden: %d" @@ -1394,12 +1372,10 @@ msgid "LDAP users import finished" msgstr "LDAP-Benutzerimport abgeschlossen" #: app/modules/web/Controllers/ConfigLdapController.php:286 -#, php-format msgid "Imported users: %d / %d" msgstr "Importierte Benutzer: %d / %d" #: app/modules/web/Controllers/ConfigLdapController.php:287 -#, php-format msgid "Errors: %d" msgstr "Fehler: %d" @@ -2437,6 +2413,10 @@ msgstr "Benutzer ändern" msgid "Delete User" msgstr "Benutzer entfernen" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:469 +msgid "Import users from LDAP" +msgstr "Benutzer aus LDAP importieren" + #: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:215 #: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:216 msgid "View User Details" @@ -2598,7 +2578,6 @@ msgid "There aren't any pending notifications" msgstr "Keine neuen Benachrichtigungen" #: app/modules/web/Controllers/ItemsController.php:135 -#, php-format msgid "There are pending notifications: %d" msgstr "Es gibt ausstehende Benachrichtigungen: %d" @@ -2692,6 +2671,14 @@ msgstr "Links entfernt" msgid "Link deleted" msgstr "Link entfernt" +#. (itstool) path: strings/text +#: app/modules/web/Controllers/AccountController.php:257 +#: app/modules/web/Controllers/AccountController.php:1073 +#: app/modules/web/Controllers/PublicLinkController.php:264 +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:90 +msgid "Link" +msgstr "Link" + #: app/modules/web/Controllers/PublicLinkController.php:297 #: app/modules/web/Controllers/PublicLinkController.php:336 msgid "Link created" @@ -3126,7 +3113,6 @@ msgid "Last page" msgstr "Letzte Seite" #: lib/SP/Bootstrap.php:290 -#, php-format msgid "Required PHP version >= %s <= %s" msgstr "Erforderliche PHP-Version >= %s <= %s" @@ -3136,23 +3122,23 @@ msgstr "" "Bitte aktualisieren Sie ihre PHP-Version, damit sysPass korrekt " "funktionieren kann." -#: lib/SP/Config/ConfigUtil.php:102 -msgid "'/app/config' directory does not exist." -msgstr "" +#: lib/SP/Config/ConfigUtil.php:94 +msgid "\"/config\" directory does not exist." +msgstr "Das \" Verzeichnis \"config\" existiert nicht" -#: lib/SP/Config/ConfigUtil.php:108 -msgid "Unable to write into '/app/config' directory" -msgstr "" +#: lib/SP/Config/ConfigUtil.php:100 +msgid "Unable to write into \"/config\" directory" +msgstr "In das Verzeichnis \"config\" kann nicht geschrieben werden" -#: lib/SP/Config/ConfigUtil.php:117 -msgid "'/app/config' directory permissions are wrong" -msgstr "" +#: lib/SP/Config/ConfigUtil.php:109 +msgid "\"/config\" directory permissions are wrong" +msgstr "Die Zugriffsrechte des \"config\"-Verzeichnisses sind falsch" #: lib/SP/Config/ConfigUtil.php:119 -#, php-format msgid "Current: %s - Needed: 750" msgstr "Aktuell:%s - Benötigt: 750" +#. Not available #: lib/SP/Core/Acl/Acl.php:294 lib/SP/Services/Auth/LoginService.php:652 msgid "N/A" msgstr "N/A" @@ -3212,7 +3198,6 @@ msgid "Invalid icons class" msgstr "Ungültige Symbolklasse" #: lib/SP/Html/DataGrid/DataGridBase.php:302 lib/SP/Mvc/View/Template.php:128 -#, php-format msgid "Unable to retrieve \"%s\" template: %s" msgstr "Fehler beim Ermitteln der Vorlage \"%s\" : %s" @@ -3240,7 +3225,6 @@ 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" @@ -3278,12 +3262,10 @@ msgid "Wrong object type" msgstr "Falscher Objekttyp" #: lib/SP/Mvc/View/Template.php:303 lib/SP/Mvc/View/Template.php:367 -#, php-format msgid "Unable to retrieve \"%s\" variable" msgstr "Variable \"%s\" konnte nicht gefunden werden" #: lib/SP/Mvc/View/Template.php:336 -#, php-format msgid "Unable to unset \"%s\" variable" msgstr "Variable \"%s\" konnte nicht entfernt werden" @@ -3292,12 +3274,10 @@ msgid "Template does not contain files" msgstr "Vorlage enthält keine Dateien" #: lib/SP/Plugin/PluginManager.php:192 -#, php-format msgid "Plugin version not compatible (%s)" msgstr "Plugin-Version inkompatibel (%s)" #: lib/SP/Plugin/PluginManager.php:204 lib/SP/Plugin/PluginManager.php:260 -#, php-format msgid "Unable to load the \"%s\" plugin" msgstr "Fehler beim Laden des Plugins \"%s\"" @@ -3318,19 +3298,6 @@ msgstr "Plugin geladen" msgid "New Plugin" msgstr "Neues Plugin" -#: lib/SP/Plugin/PluginManager.php:392 -msgid "Upgrading plugin" -msgstr "" - -#: lib/SP/Plugin/PluginManager.php:409 -msgid "Plugin upgraded" -msgstr "" - -#: lib/SP/Plugin/PluginManager.php:418 -#, php-format -msgid "Unable to upgrade the \"%s\" plugin" -msgstr "" - #: lib/SP/Providers/Auth/AuthProvider.php:216 msgid "Method unavailable" msgstr "Funktion nicht verfügbar" @@ -3339,10 +3306,6 @@ msgstr "Funktion nicht verfügbar" msgid "Method already initialized" msgstr "Funktion bereits initialisiert" -#: lib/SP/Providers/Auth/Ldap/Ldap.php:110 -msgid "LDAP type not set" -msgstr "LDAP-Typ nicht gesetzt" - #: lib/SP/Providers/Auth/Ldap/LdapActions.php:121 #: lib/SP/Providers/Auth/Ldap/LdapActions.php:128 msgid "Error while searching the group RDN" @@ -3406,19 +3369,12 @@ msgstr "Benutzer in Gruppe verifiziert" msgid "User does not belong to the group" msgstr "Der Benutzer gehört nicht zur Gruppe" -#: lib/SP/Providers/Mail/MailHandler.php:149 -#, php-format -msgid "Event: %s" -msgstr "Ereignis: %s" - #: lib/SP/Providers/Mail/MailHandler.php:157 #: lib/SP/Providers/Mail/MailHandler.php:159 -#, php-format msgid "Performed by: %s (%s)" msgstr "Durchgeführt von: %s (%s)" #: lib/SP/Providers/Mail/MailHandler.php:162 -#, php-format msgid "IP Address: %s" msgstr "IP-Adresse: %s" @@ -3663,20 +3619,6 @@ msgstr "Fehler beim Abrufen der Benachrichtigung" msgid "Error while retrieving the notifications" msgstr "Fehler beim Abrufen der Benachrichtigungen" -#: lib/SP/Repositories/Plugin/PluginDataRepository.php:67 -msgid "Error while adding plugin's data" -msgstr "" - -#: lib/SP/Repositories/Plugin/PluginDataRepository.php:96 -msgid "Error while updating plugin's data" -msgstr "" - -#: lib/SP/Repositories/Plugin/PluginDataRepository.php:115 -#: lib/SP/Repositories/Plugin/PluginDataRepository.php:135 -#: lib/SP/Repositories/Plugin/PluginDataRepository.php:241 -msgid "Error while deleting plugin's data" -msgstr "" - #: lib/SP/Repositories/Plugin/PluginRepository.php:69 msgid "Error while adding the plugin" msgstr "Fehler beim Hinzufügen des Plugins" @@ -3881,12 +3823,10 @@ msgid "Error while retrieving the accounts' passwords" msgstr "Fehler beim Laden der Kontopasswörter" #: lib/SP/Services/Account/AccountCryptService.php:141 -#, php-format msgid "Accounts updated: %d / %d" msgstr "Aktualisierte Konten: %d /%d" #: lib/SP/Services/Account/AccountCryptService.php:150 -#, php-format msgid "Updated accounts: %d / %d - %d%% - ETA: %ds (%.2f/s)" msgstr "" "Konten aktualisiert: %d / %d - %d%% - voraussichtliche Verfügbarkeit: %ds " @@ -4023,7 +3963,6 @@ 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" @@ -4067,7 +4006,6 @@ 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)" @@ -4088,10 +4026,9 @@ msgstr "Temporäres Passwort abgelaufen" msgid "Error while checking the temporary password" msgstr "Fehler beim Überprüfen des temporären Passworts" -#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:232 -#, php-format -msgid "%s Master Password" -msgstr "%s Masterpasswort" +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:213 +msgid "Master Password %s" +msgstr "Masterpasswort %s" #: lib/SP/Services/Crypt/TemporaryMasterPassService.php:233 msgid "" @@ -4102,12 +4039,10 @@ msgstr "" "Anmeldung angefordert wird." #: lib/SP/Services/Crypt/TemporaryMasterPassService.php:234 -#, php-format msgid "The new Master Password is: %s" msgstr "Neues Masterpasswort ist: %s" #: lib/SP/Services/Crypt/TemporaryMasterPassService.php:235 -#, php-format msgid "This password will be valid until: %s" msgstr "Das Passwort ist gültig bis: %s" @@ -4152,7 +4087,6 @@ msgstr "Feldtyp nicht gefunden" #: lib/SP/Services/Export/XmlExportService.php:125 #: lib/SP/Storage/File/FileCacheBase.php:98 -#, php-format msgid "Unable to create the directory (%s)" msgstr "Fehler beim Erzeugen des Verzeichnisses (%s)" @@ -4198,19 +4132,16 @@ 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:180 -#, 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:182 -#, php-format msgid "Please, check the CSV file format in line %s" msgstr "Bitte die CSV-Datei in Zeile %s überprüfen" @@ -4241,7 +4172,6 @@ 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:96 -#, php-format msgid "Mime type not supported (\"%s\")" msgstr "Mime-Typ (\"%s\") wird nicht unterstützt" @@ -4325,7 +4255,6 @@ msgstr "Falsches 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 "Knoten \"% s\" existiert nicht" @@ -4411,7 +4340,6 @@ 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)" @@ -4421,7 +4349,6 @@ 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" @@ -4436,7 +4363,6 @@ 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 "Fehler beim Anlegen der Datenbank ('%s')" @@ -4445,7 +4371,6 @@ 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')" @@ -4458,7 +4383,6 @@ 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 -#, php-format msgid "Error while selecting '%s' database (%s)" msgstr "Fehler beim Auswählen der Datenbank '%s' (%s)" @@ -4507,6 +4431,10 @@ 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 @@ -4514,13 +4442,6 @@ msgstr "" msgid "Notification not found" msgstr "Benachrichtigung nicht gefunden" -#: lib/SP/Services/Plugin/PluginDataService.php:97 -#: lib/SP/Services/Plugin/PluginDataService.php:121 -#: lib/SP/Services/Plugin/PluginDataService.php:165 -#: lib/SP/Services/Plugin/PluginDataService.php:183 -msgid "Plugin's data not found" -msgstr "" - #: lib/SP/Services/Plugin/PluginService.php:92 #: lib/SP/Services/Plugin/PluginService.php:153 #: lib/SP/Services/Plugin/PluginService.php:186 @@ -4570,10 +4491,6 @@ msgstr "Tag nicht gefunden" msgid "Unable to create the lock file" msgstr "Fehler beim Erzeugen der lock-Datei" -#: lib/SP/Services/Task/TaskService.php:93 -msgid "Task not set within wait time" -msgstr "Aufgabe nicht innerhalb der konfigurierten Wartezeit erledigt" - #: lib/SP/Services/Task/TaskService.php:182 msgid "Waiting for progress updating ..." msgstr "Warte auf Update-Fortschritt ..." @@ -4585,7 +4502,6 @@ 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)" @@ -4684,11 +4600,6 @@ msgstr "Die Update-Datei enthält keinerlei Daten" msgid "Database updating was completed successfully." msgstr "Die Aktualisierung der Datenbank war erfolgreich." -#: lib/SP/Services/Upgrade/UpgradePlugin.php:48 -#: lib/SP/Services/Upgrade/UpgradePlugin.php:57 -msgid "Plugins upgrade" -msgstr "" - #: lib/SP/Services/Upgrade/UpgradePublicLink.php:56 #: lib/SP/Services/Upgrade/UpgradePublicLink.php:102 msgid "Public links update" @@ -4770,7 +4681,6 @@ msgid "Error while querying" msgstr "Fehler bei der Abfrage" #: lib/SP/Storage/File/FileCachePacked.php:45 -#, php-format msgid "Error while decompressing the file data (%s)" msgstr "Fehler beim Dekomprimieren der Dateidaten (%s)" @@ -4779,55 +4689,45 @@ msgid "Error while retrieving the data" msgstr "Fehler beim Abrufen der Daten" #: lib/SP/Storage/File/FileCachePacked.php:70 -#, php-format msgid "Error while compressing the file data (%s)" msgstr "Fehler beim Komprimieren der Dateidaten (%s)" #: lib/SP/Storage/File/FileHandler.php:76 #: lib/SP/Storage/File/FileHandler.php:165 -#, php-format msgid "Unable to read/write the file (%s)" msgstr "Fehler beim Lesen/Schreiben der Datei (%s)" #: lib/SP/Storage/File/FileHandler.php:101 -#, php-format msgid "Unable to open the file (%s)" msgstr "Fehler beim Öffnen der Datei (%s)" #: lib/SP/Storage/File/FileHandler.php:119 -#, php-format msgid "Unable to obtain a lock (%s)" msgstr "Fehler beim Sperren (%s)" #: lib/SP/Storage/File/FileHandler.php:134 #: lib/SP/Storage/File/FileHandler.php:148 -#, php-format msgid "Unable to read from file (%s)" msgstr "Lesen von Datei (%s) nicht möglich" #: lib/SP/Storage/File/FileHandler.php:207 -#, php-format msgid "Unable to close the file (%s)" msgstr "Fehler biem Schließen der Datei (%s)" #: lib/SP/Storage/File/FileHandler.php:261 -#, php-format msgid "Unable to write in file (%s)" msgstr "Schreiben in Datei (%s) nicht möglich" #: lib/SP/Storage/File/FileHandler.php:276 -#, php-format msgid "File not found (%s)" msgstr "Datei (%s) nicht gefunden" #: lib/SP/Storage/File/FileHandler.php:301 #: lib/SP/Storage/File/FileHandler.php:356 -#, php-format msgid "Unable to read/write file (%s)" msgstr "Fehler beim Lesen/Schreiben der Datei (%s)" #: lib/SP/Storage/File/FileHandler.php:328 -#, php-format msgid "Unable to delete file (%s)" msgstr "Entfernen von Datei (%s) nicht möglich" @@ -4859,6 +4759,307 @@ msgstr "Ein Ausnahmefehler ist aufgetreten" msgid "Invalid image" msgstr "Falsches Bild" +#: app/resources/strings.js.inc:27 +msgid "There was an error" +msgstr "Ein Fehler ist aufgetreten" + +#: app/resources/strings.js.inc:28 app/resources/strings.js.inc:86 +msgid "Session finished" +msgstr "Sitzung beendet" + +#: app/resources/strings.js.inc:29 +msgid "Delete account?" +msgstr "Konto entfernen?" + +#: app/resources/strings.js.inc:30 +msgid "Delete user?" +msgstr "Benutzer entfernen?" + +#: app/resources/strings.js.inc:31 +msgid "You should save configuration in order to take effect" +msgstr "Bitte speichern Sie die Konfiguration" + +#: app/resources/strings.js.inc:32 +msgid "Generated Password" +msgstr "Generiertes Passwort" + +#: app/resources/strings.js.inc:33 +msgid "High level" +msgstr "Hohes Niveau" + +#: app/resources/strings.js.inc:34 +msgid "Average level" +msgstr "Mittleres Niveau" + +#: app/resources/strings.js.inc:35 +msgid "Low level" +msgstr "Niedriges Niveau" + +#: app/resources/strings.js.inc:36 +msgid "Very High level" +msgstr "Sehr hohes Niveau" + +#: app/resources/strings.js.inc:37 +msgid "You should use at least 8 characters" +msgstr "Verwenden Sie mindestens 8 Zeichen" + +#: app/resources/strings.js.inc:38 +msgid "Delete item?" +msgstr "Element entfernen?" + +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:22 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:31 +#: app/resources/strings.js.inc:39 +msgid "Page not found" +msgstr "Seite nicht gefunden" + +#: app/resources/strings.js.inc:41 +msgid "Delete file?" +msgstr "Datei entfernen?" + +#: app/resources/strings.js.inc:42 +msgid "Your browser does not support HTML5 file uploads" +msgstr "Ihr Browser unterstützt kein Hochladen von Dateien via HTML5" + +#: app/resources/strings.js.inc:43 +msgid "Too many files" +msgstr "Zu viele Dateien" + +#: app/resources/strings.js.inc:44 +msgid "File size not allowed" +msgstr "Datei ist zu groß" + +#: app/resources/strings.js.inc:45 +msgid "MIME type not allowed" +msgstr "MIME-Typ nicht erlaubt" + +#: app/resources/strings.js.inc:46 +msgid "Clear the event log out?" +msgstr "Ereignisprotokoll leeren?" + +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:204 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:301 +#: 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:262 +#: 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 +#: app/resources/strings.js.inc:47 +msgid "Select Group" +msgstr "Gruppe auswählen" + +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:180 +#: 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:287 +#: 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:87 +#: app/resources/strings.js.inc:48 +msgid "Select User" +msgstr "Benutzer auswählen" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:71 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:135 +#: app/resources/strings.js.inc:49 +msgid "Select Profile" +msgstr "Profil auswählen" + +#: app/modules/web/themes/material-blue/views/account/account.inc:94 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:35 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:39 +#: app/resources/strings.js.inc:50 +msgid "Select Client" +msgstr "Kunde auswählen" + +#: app/modules/web/themes/material-blue/views/account/account-history.inc:78 +#: app/modules/web/themes/material-blue/views/account/account.inc:120 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:44 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:54 +#: app/resources/strings.js.inc:51 +msgid "Select Category" +msgstr "Kategorie auswählen" + +#: app/resources/strings.js.inc:52 +msgid "No results" +msgstr "Kein Ergebnis" + +#: app/resources/strings.js.inc:53 +msgid "Password options" +msgstr "Passwort-Optionen" + +#: app/resources/strings.js.inc:54 +msgid "Generate random password" +msgstr "Zufälliges Passwort erzeugen" + +#: app/resources/strings.js.inc:55 +msgid "Complexity" +msgstr "Komplexität" + +#: app/resources/strings.js.inc:56 +msgid "Reset" +msgstr "Zurücksetzen" + +#: app/resources/strings.js.inc:57 +msgid "Password strength level" +msgstr "Passwortstärke" + +#: app/resources/strings.js.inc:58 +msgid "Show Password" +msgstr "Passwort anzeigen" + +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:24 +#: app/resources/strings.js.inc:59 +msgid "Copy Username" +msgstr "Benutzername kopieren" + +#. (itstool) path: action/text +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:41 +#: app/resources/strings.js.inc:60 app/resources/actions.xml:199 +#: app/resources/actions.xml:271 +msgid "Copy Password" +msgstr "Passwort kopieren" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:84 +#: app/resources/strings.js.inc:61 +msgid "Include Numbers" +msgstr "Ziffern einschließen" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:126 +#: app/resources/strings.js.inc:62 +msgid "Include Uppercase" +msgstr "Großbuchstaben verwenden" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:112 +#: app/resources/strings.js.inc:63 +msgid "Include Symbols" +msgstr "Sonderzeichen einschließen" + +#: 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 +#: app/resources/strings.js.inc:64 +msgid "Length" +msgstr "Länge" + +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:42 +#: app/resources/strings.js.inc:65 +msgid "Select Action" +msgstr "Aktion auswählen" + +#: app/resources/strings.js.inc:68 +msgid "Accept" +msgstr "OK" + +#: app/resources/strings.js.inc:69 +msgid "Cancel" +msgstr "Abbrechen" + +#: app/resources/strings.js.inc:70 +msgid "Password Copied into Clipboard" +msgstr "Passwort in die Zwischenablage kopiert" + +#: app/resources/strings.js.inc:71 +msgid "Error while copying to clipboard" +msgstr "Fehler beim Kopieren in die Zwischenablage" + +#: app/resources/strings.js.inc:73 +msgid "Send notifies?" +msgstr "Benachrichtigungen erhalten?" + +#. (itstool) path: action/text +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:160 +#: app/resources/strings.js.inc:74 app/resources/actions.xml:247 +msgid "Mark as Favorite" +msgstr "Als Favorit markieren" + +#. (itstool) path: action/text +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:150 +#: app/resources/strings.js.inc:75 app/resources/actions.xml:253 +msgid "Delete Favorite" +msgstr "Favorit entfernen" + +#: app/resources/strings.js.inc:76 +msgid "Clear Selection" +msgstr "Auswahl aufheben" + +#. (itstool) path: action/text +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:81 +#: app/resources/strings.js.inc:77 app/resources/actions.xml:241 +msgid "Show Favorites" +msgstr "Favoriten anzeigen" + +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:75 +#: app/resources/strings.js.inc:78 +msgid "Display All" +msgstr "Alle anzeigen" + +#: app/resources/strings.js.inc:81 +msgid "Now" +msgstr "Jetzt" + +#: app/resources/strings.js.inc:82 +msgid "" +"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?" + +#: app/resources/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?" + +#: app/resources/strings.js.inc:84 +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?" + +#: app/resources/strings.js.inc:87 +msgid "Performing task. Please, do not close browser's window/tab." +msgstr "Führe Aufgabe aus. Bitte das Browserfenster/Tab nicht schließen." + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:98 +#: app/resources/strings.js.inc:88 +msgid "Include Letters" +msgstr "Buchstaben einschließen" + +#: app/resources/strings.js.inc:89 +msgid "Cookies disabled. Application won't work properly." +msgstr "" +"Cookies sind deaktiviert, weshalb die Anwendung nicht ordnungsgemäß " +"funktionieren kann." + +#: app/resources/strings.js.inc:90 +msgid "Clipboard not supported by your browser." +msgstr "Zwischenablage wird nicht vom Browser unterstützt." + +#: app/resources/strings.js.inc:91 +msgid "Performing auto-login" +msgstr "Führe Auto-Login aus" + +#: app/resources/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})" + +#: app/modules/web/themes/material-blue/views/main/update.inc:30 +#: app/resources/strings.js.inc:93 +msgid "Updated" +msgstr "Aktualisiert" + +#: app/modules/web/themes/material-blue/views/main/update.inc:36 +#: app/resources/strings.js.inc:94 +msgid "Error while checking for updates" +msgstr "Fehler bei der Updateprüfung" + +#: app/resources/strings.js.inc:95 +msgid "sysPass Notices" +msgstr "sysPass Neuigkeiten" + +#: app/resources/strings.js.inc:96 +msgid "Clear the tracks out?" +msgstr "Track-Liste leeren?" + #: 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" @@ -4997,14 +5198,6 @@ msgstr "Historie" msgid "Details" msgstr "Details" -#: app/modules/web/themes/material-blue/views/account/account-history.inc:78 -#: app/modules/web/themes/material-blue/views/account/account.inc:120 -#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:44 -#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:54 -#: app/resources/strings.js.inc:51 -msgid "Select Category" -msgstr "Kategorie auswählen" - #: 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:218 @@ -5054,30 +5247,6 @@ msgstr "Ansehen" msgid "Select Groups" msgstr "Gruppen auswählen" -#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:180 -#: 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:287 -#: 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:87 -#: app/resources/strings.js.inc:48 -msgid "Select User" -msgstr "Benutzer auswählen" - -#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:204 -#: app/modules/web/themes/material-blue/views/config/encryption.inc:301 -#: 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:262 -#: 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 -#: app/resources/strings.js.inc:47 -msgid "Select Group" -msgstr "Gruppe auswählen" - #: app/modules/web/themes/material-blue/views/account/account-permissions.inc:228 #: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:182 msgid "Private" @@ -5107,13 +5276,6 @@ msgstr "Senden" msgid "Permissions" msgstr "Berechtigungen" -#: app/modules/web/themes/material-blue/views/account/account.inc:94 -#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:35 -#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:39 -#: app/resources/strings.js.inc:50 -msgid "Select Client" -msgstr "Kunde auswählen" - #: app/modules/web/themes/material-blue/views/account/account.inc:239 #: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:98 msgid "Select Tags" @@ -5162,7 +5324,6 @@ msgid "Drop files here (max. 5) or click to select" msgstr "Dateien hier fallen lassen (max. 5) oder zum selektieren anklicken" #: app/modules/web/themes/material-blue/views/account/files.inc:39 -#, php-format msgid "Maximum file size: %d MB" msgstr "Maximale Dateigröße: %d MB" @@ -5171,7 +5332,6 @@ msgid "Search in Wiki" msgstr "Im Wiki suchen" #: app/modules/web/themes/material-blue/views/account/search-rows.inc:84 -#, php-format msgid "Open link to: %s" msgstr "Öffnen Sie den Link zu: %s" @@ -5183,18 +5343,6 @@ msgstr "Passwort abgelaufen" msgid "Private Account (Group)" msgstr "Privates Konto (Gruppe)" -#. (itstool) path: action/text -#: app/modules/web/themes/material-blue/views/account/search-rows.inc:150 -#: app/resources/strings.js.inc:75 app/resources/actions.xml:253 -msgid "Delete Favorite" -msgstr "Favorit entfernen" - -#. (itstool) path: action/text -#: app/modules/web/themes/material-blue/views/account/search-rows.inc:160 -#: app/resources/strings.js.inc:74 app/resources/actions.xml:247 -msgid "Mark as Favorite" -msgstr "Als Favorit markieren" - #: app/modules/web/themes/material-blue/views/account/search-rows.inc:182 msgid "Attachments" msgstr "Anhänge" @@ -5215,17 +5363,6 @@ msgstr "Siehe Wiki" msgid "Global search" msgstr "Globale Suche" -#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:75 -#: app/resources/strings.js.inc:78 -msgid "Display All" -msgstr "Alle anzeigen" - -#. (itstool) path: action/text -#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:81 -#: app/resources/strings.js.inc:77 app/resources/actions.xml:241 -msgid "Show Favorites" -msgstr "Favoriten anzeigen" - #: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:86 msgid "Favorites Filtering" msgstr "Favoriten filtern" @@ -5242,18 +5379,6 @@ msgstr "Mehr Filter" msgid "Select Tag" msgstr "Tag auswählen" -#: app/modules/web/themes/material-blue/views/account/viewpass.inc:24 -#: app/resources/strings.js.inc:59 -msgid "Copy Username" -msgstr "Benutzername kopieren" - -#. (itstool) path: action/text -#: app/modules/web/themes/material-blue/views/account/viewpass.inc:41 -#: app/resources/strings.js.inc:60 app/resources/actions.xml:199 -#: app/resources/actions.xml:271 -msgid "Copy Password" -msgstr "Passwort kopieren" - #: 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" @@ -5267,7 +5392,6 @@ msgstr "Daten werden nach dem Speichern entschlüsselt" #: 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-dokuwiki.inc:12 -#, php-format msgid "The '%s' extension is unavailable" msgstr "Die Erweiterung '%s' ist nicht verfügbar" @@ -5423,10 +5547,6 @@ msgstr "Das Kontopasswort wird als Bild angezeigt." msgid "Expire time" msgstr "Ablaufzeit" -#: app/modules/web/themes/material-blue/views/config/accounts.inc:256 -msgid "Expire time (minutes)" -msgstr "Ablaufzeit (Minuten)" - #: app/modules/web/themes/material-blue/views/config/accounts.inc:262 #: app/modules/web/themes/material-blue/views/config/accounts.inc:271 msgid "Maximum visits" @@ -5607,7 +5727,6 @@ msgstr "" #: app/modules/web/themes/material-blue/views/config/encryption.inc:103 #: 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 "Es werden %s Konten aktualisiert. Dies kann etwas dauern." @@ -5649,7 +5768,6 @@ msgstr "" #: app/modules/web/themes/material-blue/views/config/encryption.inc:174 #: app/modules/web/themes/material-blue/views/main/upgrade.inc:132 -#, php-format msgid "You could get more info on: %s" msgstr "Mehr Informationen erhalten Sie hier: %s" @@ -5885,17 +6003,6 @@ msgstr "" msgid "Session timeout (s)" msgstr "Ablauf der Sitzung (s)" -#: app/modules/web/themes/material-blue/views/config/general-site.inc:101 -#: app/modules/web/themes/material-blue/views/config/general-site.inc:117 -msgid "Application URL" -msgstr "" - -#: app/modules/web/themes/material-blue/views/config/general-site.inc:106 -msgid "" -"Sets the application URL when accessing through a reverse proxy or load " -"balancer." -msgstr "" - #: app/modules/web/themes/material-blue/views/config/general-site.inc:136 msgid "Force HTTPS" msgstr "HTTPS erzwingen" @@ -6106,7 +6213,6 @@ msgstr "Einstellungen sichern" #: app/modules/web/themes/material-blue/views/config/info.inc:104 #: app/modules/web/themes/material-blue/views/config/info.inc:186 -#, php-format msgid "Download %s" msgstr "Download %s" @@ -6161,16 +6267,18 @@ msgstr "Aktiviert die Authentifizierung über einen LDAP-Server." msgid "This method will use MySQL as fallback." msgstr "Diese Methode verwendet im Fehlerfall die Datenbank als Reserve." +#: app/modules/web/themes/material-blue/views/config/ldap.inc:65 +msgid "Active Directory" +msgstr "Active Directory (AD)" + +#: 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." + #: app/modules/web/themes/material-blue/views/config/ldap.inc:67 msgid "Enables the connection over TLS" msgstr "Aktiviert die Verbindung über TLS" -#: app/modules/web/themes/material-blue/views/config/ldap.inc:76 -#: app/modules/web/themes/material-blue/views/config/ldap.inc:78 -#: app/modules/web/themes/material-blue/views/config/ldap.inc:82 -msgid "Server Type" -msgstr "Servertyp" - #: app/modules/web/themes/material-blue/views/config/ldap.inc:98 msgid "Hostname or IP address of LDAP server." msgstr "Hostname oder IP-Adresse des LDAP-Servers" @@ -6199,14 +6307,6 @@ msgstr "LDAP-Passwort" msgid "LDAP connection user's password" msgstr "LDAP-Verbindungspasswort" -#: app/modules/web/themes/material-blue/views/config/ldap.inc:177 -msgid "" -"This isn't the real LDAP password. You should set the real one before " -"checking or importing LDAP objects" -msgstr "" -"Dies ist nicht das echte LDAP-Passwort. Vor dem Prüfen oder Importieren von " -"LDAP-Objekten muss das echte LDAP-Passwort erneut eingegeben werden" - #: app/modules/web/themes/material-blue/views/config/ldap.inc:185 #: app/modules/web/themes/material-blue/views/config/ldap.inc:209 msgid "Search base" @@ -6279,10 +6379,6 @@ msgstr "Filter" msgid "Filter for importing LDAP users or groups." msgstr "Filter zum Importieren von LDAP-Benutzern oder -Gruppen" -#: app/modules/web/themes/material-blue/views/config/ldap.inc:469 -msgid "Import users from LDAP" -msgstr "Benutzer aus LDAP importieren" - #: 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" @@ -6311,7 +6407,7 @@ msgstr "Sicherheit" #: app/modules/web/themes/material-blue/views/config/mail.inc:148 #: app/modules/web/themes/material-blue/views/config/mail.inc:156 -msgid "Sender email address" +msgid "Recipient email address" msgstr "Absender E-Mail-Adresse" #: app/modules/web/themes/material-blue/views/config/mail.inc:162 @@ -6442,7 +6538,6 @@ msgid "Filter ON" msgstr "Filter eingeschaltet" #: app/modules/web/themes/material-blue/views/install/index.inc:11 -#, php-format msgid "Installation %s" msgstr "Installation %s" @@ -6514,11 +6609,6 @@ msgstr "Ersteller" msgid "Delete History" msgstr "Historie leeren" -#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:42 -#: app/resources/strings.js.inc:65 -msgid "Select Action" -msgstr "Aktion auswählen" - #: 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:98 @@ -6563,12 +6653,6 @@ msgstr "Feldhilfe" msgid "Required" msgstr "Erforderlich" -#: 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 -#: app/resources/strings.js.inc:64 -msgid "Length" -msgstr "Länge" - #: 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" @@ -6579,26 +6663,6 @@ msgstr "Bewertung" msgid "Regular Expression" msgstr "Regulärer Ausdruck" -#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:84 -#: app/resources/strings.js.inc:61 -msgid "Include Numbers" -msgstr "Ziffern einschließen" - -#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:98 -#: app/resources/strings.js.inc:88 -msgid "Include Letters" -msgstr "Buchstaben einschließen" - -#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:112 -#: app/resources/strings.js.inc:63 -msgid "Include Symbols" -msgstr "Sonderzeichen einschließen" - -#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:126 -#: app/resources/strings.js.inc:62 -msgid "Include Uppercase" -msgstr "Großbuchstaben verwenden" - #: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:140 msgid "Include Lowercase" msgstr "Kleinbuchstaben einschließen" @@ -6628,12 +6692,6 @@ msgstr "IP Adresse" msgid "Timeout" msgstr "Timeout" -#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:71 -#: app/modules/web/themes/material-blue/views/itemshow/user.inc:135 -#: app/resources/strings.js.inc:49 -msgid "Select Profile" -msgstr "Profil auswählen" - #: 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 " @@ -6885,18 +6943,7 @@ msgstr "Anmeldung" msgid "Forgot password?" msgstr "Passwort vergessen?" -#: app/modules/web/themes/material-blue/views/main/update.inc:30 -#: app/resources/strings.js.inc:93 -msgid "Updated" -msgstr "Aktualisiert" - -#: app/modules/web/themes/material-blue/views/main/update.inc:36 -#: app/resources/strings.js.inc:94 -msgid "Error while checking for updates" -msgstr "Fehler bei der Updateprüfung" - #: app/modules/web/themes/material-blue/views/main/upgrade.inc:14 -#, php-format msgid "Update %s" msgstr "Aktualisierung %s" @@ -7053,8 +7100,8 @@ msgid "Navigation bar on top" msgstr "Obere Navigationsleiste" #: app/modules/web/themes/material-blue/views/usersettings/general.inc:126 -msgid "Displays a navigation bar on top of the search results." -msgstr "Zeigt eine Navigationsleiste über den Suchergebnissen an." +msgid "Dysplays a navigation bar on top of the search results." +msgstr "Zeigt eine Navigationsleiste oberhalb der Suchresultate." #: app/modules/web/themes/material-blue/views/usersettings/general.inc:141 msgid "Show Hidden Actions" @@ -7087,14 +7134,7 @@ msgstr "Displays the additional filters selection on the accounts search." msgid "View Wiki" msgstr "Wiki anzeigen" -#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:22 -#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:31 -#: app/resources/strings.js.inc:39 -msgid "Page not found" -msgstr "Seite nicht gefunden" - #: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:24 -#, php-format msgid "Search results of '%s'" msgstr "Suchergebnisse von '%s'" @@ -7103,180 +7143,6 @@ msgstr "Suchergebnisse von '%s'" msgid "Page" msgstr "Seite" -#: app/resources/strings.js.inc:27 -msgid "There was an error" -msgstr "Ein Fehler ist aufgetreten" - -#: app/resources/strings.js.inc:28 app/resources/strings.js.inc:86 -msgid "Session finished" -msgstr "Sitzung beendet" - -#: app/resources/strings.js.inc:29 -msgid "Delete account?" -msgstr "Konto entfernen?" - -#: app/resources/strings.js.inc:30 -msgid "Delete user?" -msgstr "Benutzer entfernen?" - -#: app/resources/strings.js.inc:31 -msgid "You should save configuration in order to take effect" -msgstr "Bitte speichern Sie die Konfiguration" - -#: app/resources/strings.js.inc:32 -msgid "Generated Password" -msgstr "Generiertes Passwort" - -#: app/resources/strings.js.inc:33 -msgid "High level" -msgstr "Hohes Niveau" - -#: app/resources/strings.js.inc:34 -msgid "Average level" -msgstr "Mittleres Niveau" - -#: app/resources/strings.js.inc:35 -msgid "Low level" -msgstr "Niedriges Niveau" - -#: app/resources/strings.js.inc:36 -msgid "Very High level" -msgstr "Sehr hohes Niveau" - -#: app/resources/strings.js.inc:37 -msgid "You should use at least 8 characters" -msgstr "Verwenden Sie mindestens 8 Zeichen" - -#: app/resources/strings.js.inc:38 -msgid "Delete item?" -msgstr "Element entfernen?" - -#: app/resources/strings.js.inc:41 -msgid "Delete file?" -msgstr "Datei entfernen?" - -#: app/resources/strings.js.inc:42 -msgid "Your browser does not support HTML5 file uploads" -msgstr "Ihr Browser unterstützt kein Hochladen von Dateien via HTML5" - -#: app/resources/strings.js.inc:43 -msgid "Too many files" -msgstr "Zu viele Dateien" - -#: app/resources/strings.js.inc:44 -msgid "File size not allowed" -msgstr "Datei ist zu groß" - -#: app/resources/strings.js.inc:45 -msgid "MIME type not allowed" -msgstr "MIME-Typ nicht erlaubt" - -#: app/resources/strings.js.inc:46 -msgid "Clear the event log out?" -msgstr "Ereignisprotokoll leeren?" - -#: app/resources/strings.js.inc:52 -msgid "No results" -msgstr "Kein Ergebnis" - -#: app/resources/strings.js.inc:53 -msgid "Password options" -msgstr "Passwort-Optionen" - -#: app/resources/strings.js.inc:54 -msgid "Generate random password" -msgstr "Zufälliges Passwort erzeugen" - -#: app/resources/strings.js.inc:55 -msgid "Complexity" -msgstr "Komplexität" - -#: app/resources/strings.js.inc:56 -msgid "Reset" -msgstr "Zurücksetzen" - -#: app/resources/strings.js.inc:57 -msgid "Password strength level" -msgstr "Passwortstärke" - -#: app/resources/strings.js.inc:58 -msgid "Show Password" -msgstr "Passwort anzeigen" - -#: app/resources/strings.js.inc:68 -msgid "Accept" -msgstr "OK" - -#: app/resources/strings.js.inc:69 -msgid "Cancel" -msgstr "Abbrechen" - -#: app/resources/strings.js.inc:70 -msgid "Password Copied into Clipboard" -msgstr "Passwort in die Zwischenablage kopiert" - -#: app/resources/strings.js.inc:71 -msgid "Error while copying to clipboard" -msgstr "Fehler beim Kopieren in die Zwischenablage" - -#: app/resources/strings.js.inc:73 -msgid "Send notifies?" -msgstr "Benachrichtigungen erhalten?" - -#: app/resources/strings.js.inc:76 -msgid "Clear Selection" -msgstr "Auswahl aufheben" - -#: app/resources/strings.js.inc:81 -msgid "Now" -msgstr "Jetzt" - -#: app/resources/strings.js.inc:82 -msgid "" -"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?" - -#: app/resources/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?" - -#: app/resources/strings.js.inc:84 -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?" - -#: app/resources/strings.js.inc:87 -msgid "Performing task. Please, do not close browser's window/tab." -msgstr "Führe Aufgabe aus. Bitte das Browserfenster/Tab nicht schließen." - -#: app/resources/strings.js.inc:89 -msgid "Cookies disabled. Application won't work properly." -msgstr "" -"Cookies sind deaktiviert, weshalb die Anwendung nicht ordnungsgemäß " -"funktionieren kann." - -#: app/resources/strings.js.inc:90 -msgid "Clipboard not supported by your browser." -msgstr "Zwischenablage wird nicht vom Browser unterstützt." - -#: app/resources/strings.js.inc:91 -msgid "Performing auto-login" -msgstr "Führe Auto-Login aus" - -#: app/resources/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})" - -#: app/resources/strings.js.inc:95 -msgid "sysPass Notices" -msgstr "sysPass Neuigkeiten" - -#: app/resources/strings.js.inc:96 -msgid "Clear the tracks out?" -msgstr "Track-Liste leeren?" - #. (itstool) path: action/text #: app/resources/actions.xml:7 msgid "Search for Accounts" @@ -7592,75 +7458,185 @@ msgstr "Track entsperren" msgid "Clear the tracks out" msgstr "Track-Liste leeren" -#~ msgid "\"/config\" directory does not exist." -#~ msgstr "Das \" Verzeichnis \"config\" existiert nicht" +#. (itstool) path: strings/text +#: app/config/strings.xml:4 +msgid "Color" +msgstr "Farbe" -#~ msgid "Unable to write into \"/config\" directory" -#~ msgstr "In das Verzeichnis \"config\" kann nicht geschrieben werden" +#. (itstool) path: strings/text +#: app/config/strings.xml:5 +msgid "Number" +msgstr "Nummer" -#~ msgid "\"/config\" directory permissions are wrong" -#~ msgstr "Die Zugriffsrechte des \"config\"-Verzeichnisses sind falsch" +#. (itstool) path: strings/text +#: app/config/strings.xml:6 +msgid "Phone" +msgstr "Telefon" -#~ msgid "Master Password %s" -#~ msgstr "Masterpasswort %s" +#. (itstool) path: strings/text +#: app/config/strings.xml:7 +msgid "Text Area" +msgstr "Textbereich" -#~ msgid "Mail service unavailable" -#~ msgstr "Mail Service nicht erreichbar" +#. (itstool) path: strings/text +#: app/config/strings.xml:8 +msgid "Text" +msgstr "Text" -#~ msgid "Active Directory" -#~ msgstr "Active Directory (AD)" +#: app/modules/web/Controllers/AccountFileController.php:192 +msgid "There aren't any allowed extensions" +msgstr "Dateiendungen sind nicht erlaubt" -#~ msgid "Enables Active Directory LDAP connection mode." -#~ msgstr "Aktiviert den Active Directory LDAP-Verbindungsmodus." +#: app/modules/web/Controllers/AccountFileController.php:211 +msgid "Extension: %s" +msgstr "Dateierweiterung:%s" -#~ msgid "Recipient email address" -#~ msgstr "Absender E-Mail-Adresse" +#: app/modules/web/Controllers/AccountFileController.php:226 +msgid "Maximum size: %s" +msgstr "Maximale Dateigröße: %s" -#~ msgid "Dysplays a navigation bar on top of the search results." -#~ msgstr "Zeigt eine Navigationsleiste oberhalb der Suchresultate." +#: lib/SP/Services/Import/FileImport.php:102 +msgid "Please, check the file extension" +msgstr "Bitte überprüfen Sie die Dateierweiterung" -#~ msgid "Color" -#~ msgstr "Farbe" +#: lib/SP/Storage/File/FileCachePacked.php:144 +msgid "Data not loaded" +msgstr "Daten nicht geladen" -#~ msgid "Number" -#~ msgstr "Nummer" +#: app/config/strings.js.inc:45 +msgid "Extension not allowed" +msgstr "Dateiendung nicht erlaubt" -#~ msgid "Phone" -#~ msgstr "Telefon" +#: 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" -#~ msgid "Text Area" -#~ msgstr "Textbereich" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:312 +msgid "Allowed file extensions for uploading." +msgstr "Erlaubte Dateierweiterungen für Dateiupload." -#~ msgid "Text" -#~ msgstr "Text" +#: 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 "" +"Erweiterung eingeben und Enter zum Hinzufügen drücken. Speichern nicht " +"vergessen." -#~ msgid "There aren't any allowed extensions" -#~ msgstr "Dateiendungen sind nicht erlaubt" +#: lib/SP/Providers/Auth/Ldap/Ldap.php:110 +msgid "LDAP type not set" +msgstr "LDAP-Typ nicht gesetzt" -#~ msgid "Extension: %s" -#~ msgstr "Dateierweiterung:%s" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:256 +msgid "Expire time (minutes)" +msgstr "Ablaufzeit (Minuten)" -#~ msgid "Maximum size: %s" -#~ msgstr "Maximale Dateigröße: %s" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:76 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:78 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:82 +msgid "Server Type" +msgstr "Servertyp" -#~ msgid "Please, check the file extension" -#~ msgstr "Bitte überprüfen Sie die Dateierweiterung" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:177 +msgid "" +"This isn't the real LDAP password. You should set the real one before " +"checking or importing LDAP objects" +msgstr "" +"Dies ist nicht das echte LDAP-Passwort. Vor dem Prüfen oder Importieren von " +"LDAP-Objekten muss das echte LDAP-Passwort erneut eingegeben werden" -#~ msgid "Data not loaded" -#~ msgstr "Daten nicht geladen" +#: app/modules/web/themes/material-blue/views/config/mail.inc:148 +#: app/modules/web/themes/material-blue/views/config/mail.inc:156 +msgid "Sender email address" +msgstr "Absender E-Mail-Adresse" -#~ msgid "Extension not allowed" -#~ msgstr "Dateiendung nicht erlaubt" +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:126 +msgid "Displays a navigation bar on top of the search results." +msgstr "Zeigt eine Navigationsleiste über den Suchergebnissen an." -#~ msgid "Allowed file extensions" -#~ msgstr "Erlaubte Dateiendungen" +#: app/modules/web/Controllers/ConfigEncryptionController.php:117 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:86 +msgid "Maintenance mode not enabled" +msgstr "Wartungsmodus nicht aktiviert" -#~ msgid "Allowed file extensions for uploading." -#~ msgstr "Erlaubte Dateierweiterungen für Dateiupload." +#: app/modules/web/Controllers/ConfigEncryptionController.php:118 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:86 +msgid "Please, enable it to avoid unwanted behavior from other sessions" +msgstr "" +"Bitte aktivieren, um ungewünschte Nebeneffekte anderer Sitzungen zu vermeiden" -#~ msgid "" -#~ "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." +#: lib/SP/Providers/Mail/MailHandler.php:149 +msgid "Event: %s" +msgstr "Ereignis: %s" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:232 +msgid "%s Master Password" +msgstr "%s Masterpasswort" + +#: lib/SP/Services/Task/TaskService.php:93 +msgid "Task not set within wait time" +msgstr "Aufgabe nicht innerhalb der konfigurierten Wartezeit erledigt" + +#: lib/SP/Config/ConfigUtil.php:102 +msgid "'/app/config' directory does not exist." +msgstr "Das Verzeichnis '/app/config' existiert nicht." + +#: lib/SP/Config/ConfigUtil.php:108 +msgid "Unable to write into '/app/config' directory" +msgstr "Fehlender Schreibzugriff auf Verzeichnis '/app/config'" + +#: lib/SP/Config/ConfigUtil.php:117 +msgid "'/app/config' directory permissions are wrong" +msgstr "Berechtigungen auf Verzeichnis '/app/config' sind falsch konfiguriert" + +#: lib/SP/Plugin/PluginManager.php:392 +msgid "Upgrading plugin" +msgstr "Plugin-Upgrade wird ausgeführt" + +#: lib/SP/Plugin/PluginManager.php:409 +msgid "Plugin upgraded" +msgstr "Plugin-Upgrade wurde ausgeführt" + +#: lib/SP/Plugin/PluginManager.php:418 +msgid "Unable to upgrade the \"%s\" plugin" +msgstr "Upgrade für Plugin \"%s\" nicht möglich" + +#: lib/SP/Repositories/Plugin/PluginDataRepository.php:67 +msgid "Error while adding plugin's data" +msgstr "Fehler beim Hinzufügen der Plugin-Daten" + +#: lib/SP/Repositories/Plugin/PluginDataRepository.php:96 +msgid "Error while updating plugin's data" +msgstr "Fehler beim Aktualisieren der Plugin-Daten" + +#: lib/SP/Repositories/Plugin/PluginDataRepository.php:115 +#: lib/SP/Repositories/Plugin/PluginDataRepository.php:135 +#: lib/SP/Repositories/Plugin/PluginDataRepository.php:241 +msgid "Error while deleting plugin's data" +msgstr "Fehler beim Löschen der Plugin-Daten" + +#: lib/SP/Services/Plugin/PluginDataService.php:97 +#: lib/SP/Services/Plugin/PluginDataService.php:121 +#: lib/SP/Services/Plugin/PluginDataService.php:165 +#: lib/SP/Services/Plugin/PluginDataService.php:183 +msgid "Plugin's data not found" +msgstr "Plugin-Daten konnten nicht gefunden werden" + +#: lib/SP/Services/Upgrade/UpgradePlugin.php:48 +#: lib/SP/Services/Upgrade/UpgradePlugin.php:57 +msgid "Plugins upgrade" +msgstr "Plugin upgraden" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:101 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:117 +msgid "Application URL" +msgstr "Anwendungs-URL" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:106 +msgid "" +"Sets the application URL when accessing through a reverse proxy or load " +"balancer." +msgstr "" +"Konfiguriert die Anwendungs-URL, falls der Zugriff über einen Reverse Proxy " +"oder einen Load Balancer erfolgt." diff --git a/app/locales/en_US/LC_MESSAGES/messages.mo b/app/locales/en_US/LC_MESSAGES/messages.mo index b5b43a30..783f5fbf 100644 Binary files a/app/locales/en_US/LC_MESSAGES/messages.mo and b/app/locales/en_US/LC_MESSAGES/messages.mo differ diff --git a/app/locales/en_US/LC_MESSAGES/messages.po b/app/locales/en_US/LC_MESSAGES/messages.po index 74edc920..05602a78 100644 --- a/app/locales/en_US/LC_MESSAGES/messages.po +++ b/app/locales/en_US/LC_MESSAGES/messages.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: sysPass\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-16 12:59+0100\n" -"PO-Revision-Date: 2018-12-16 12:59+0100\n" +"POT-Creation-Date: 2019-04-29 01:28+0200\n" +"PO-Revision-Date: 2019-04-29 01:28+0200\n" "Last-Translator: nuxsmin \n" "Language-Team: nuxsmin@syspass.org\n" "Language: en_US\n" @@ -20,33 +20,33 @@ msgstr "" "X-Poedit-SearchPath-2: app/config\n" "X-Poedit-SearchPathExcluded-0: app/modules/**/plugins\n" -#: app/modules/api/Controllers/AccountController.php:70 +#: app/modules/api/Controllers/AccountController.php:74 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:153 -#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:240 +#: app/modules/api/Controllers/AccountController.php:75 +#: app/modules/api/Controllers/AccountController.php:107 +#: app/modules/api/Controllers/AccountController.php:143 +#: app/modules/api/Controllers/AccountController.php:193 +#: app/modules/api/Controllers/AccountController.php:244 +#: app/modules/api/Controllers/AccountController.php:319 +#: app/modules/api/Controllers/CategoryController.php:67 +#: app/modules/api/Controllers/CategoryController.php:96 +#: app/modules/api/Controllers/CategoryController.php:126 +#: app/modules/api/Controllers/CategoryController.php:155 +#: app/modules/api/Controllers/ClientController.php:68 +#: app/modules/api/Controllers/ClientController.php:98 +#: app/modules/api/Controllers/ClientController.php:129 +#: app/modules/api/Controllers/ClientController.php:158 +#: app/modules/api/Controllers/TagController.php:66 +#: app/modules/api/Controllers/TagController.php:94 +#: app/modules/api/Controllers/TagController.php:123 +#: app/modules/api/Controllers/TagController.php:152 +#: app/modules/api/Controllers/UserGroupController.php:66 +#: app/modules/api/Controllers/UserGroupController.php:96 +#: app/modules/api/Controllers/UserGroupController.php:127 +#: app/modules/api/Controllers/UserGroupController.php:157 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:249 #: 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 @@ -57,196 +57,197 @@ msgstr "Account displayed" #: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:108 #: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:107 #: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:107 -#: app/modules/web/Controllers/UserGroupController.php:281 -#: app/modules/web/Controllers/UserGroupController.php:324 -#: app/modules/web/Controllers/UserProfileController.php:272 -#: app/modules/web/Controllers/UserProfileController.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 +#: app/modules/web/Controllers/UserGroupController.php:291 +#: app/modules/web/Controllers/UserGroupController.php:334 +#: app/modules/web/Controllers/UserProfileController.php:283 +#: app/modules/web/Controllers/UserProfileController.php:326 +#: lib/SP/Plugin/PluginManager.php:367 lib/SP/Plugin/PluginManager.php:395 +#: lib/SP/Plugin/PluginManager.php:412 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:35 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:53 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:27 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:31 +#: app/modules/web/themes/material-blue/views/account/account.inc:78 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:63 +#: app/modules/web/themes/material-blue/views/config/info.inc:51 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:29 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:29 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:31 +#: app/modules/web/themes/material-blue/views/itemshow/tag.inc:28 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:45 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:32 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:28 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:576 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:29 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:250 -#: app/modules/web/Controllers/AccountController.php:833 -#: app/modules/web/Controllers/AccountController.php:882 -#: app/modules/web/Controllers/AccountController.php:927 -#: app/modules/web/Controllers/AccountController.php:970 -#: app/modules/web/Controllers/AccountController.php:1024 -#: app/modules/web/Controllers/AccountController.php:1065 -#: app/modules/web/Controllers/AccountFileController.php:246 -#: app/modules/web/Controllers/AccountHistoryManagerController.php:121 -#: app/modules/web/Controllers/AccountHistoryManagerController.php:160 -#: app/modules/web/Controllers/AccountManagerController.php:151 -#: app/modules/web/Controllers/ClientController.php:229 -#: app/modules/web/Controllers/ClientController.php:265 -#: app/modules/web/Controllers/ClientController.php:305 -#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:233 +#: app/modules/api/Controllers/AccountController.php:76 +#: app/modules/api/Controllers/AccountController.php:108 +#: app/modules/api/Controllers/AccountController.php:144 +#: app/modules/api/Controllers/AccountController.php:194 +#: app/modules/api/Controllers/AccountController.php:245 +#: app/modules/api/Controllers/AccountController.php:320 +#: app/modules/web/Controllers/AccountController.php:264 +#: app/modules/web/Controllers/AccountController.php:844 +#: app/modules/web/Controllers/AccountController.php:893 +#: app/modules/web/Controllers/AccountController.php:938 +#: app/modules/web/Controllers/AccountController.php:981 +#: app/modules/web/Controllers/AccountController.php:1035 +#: app/modules/web/Controllers/AccountController.php:1082 +#: app/modules/web/Controllers/AccountFileController.php:255 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:128 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:167 +#: app/modules/web/Controllers/AccountManagerController.php:158 +#: app/modules/web/Controllers/ClientController.php:240 +#: app/modules/web/Controllers/ClientController.php:276 +#: app/modules/web/Controllers/ClientController.php:316 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:242 #: 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:79 -#: app/modules/web/themes/material-blue/views/account/account.inc:81 -#: 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 +#: lib/SP/Services/Import/CsvImportBase.php:165 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:48 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:56 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:68 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:70 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:41 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:49 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:44 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:52 +#: app/modules/web/themes/material-blue/views/account/account.inc:93 +#: app/modules/web/themes/material-blue/views/account/account.inc:95 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:40 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:45 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:47 msgid "Client" msgstr "Client" -#: app/modules/api/Controllers/AccountController.php:102 -#: app/modules/web/Controllers/AccountController.php:653 -#: app/modules/web/Controllers/AccountController.php:713 +#: app/modules/api/Controllers/AccountController.php:106 +#: app/modules/web/Controllers/AccountController.php:667 +#: app/modules/web/Controllers/AccountController.php:727 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:925 +#: app/modules/api/Controllers/AccountController.php:142 +#: app/modules/api/Controllers/AccountController.php:148 #: app/modules/web/Controllers/AccountController.php:936 -#: app/modules/web/Controllers/UserController.php:445 -#: app/modules/web/Controllers/UserController.php:449 -#: app/modules/web/Controllers/UserPassResetController.php:214 -#: app/modules/web/Controllers/UserPassResetController.php:222 +#: app/modules/web/Controllers/AccountController.php:947 +#: app/modules/web/Controllers/UserController.php:456 +#: app/modules/web/Controllers/UserController.php:460 +#: app/modules/web/Controllers/UserPassResetController.php:220 +#: app/modules/web/Controllers/UserPassResetController.php:228 msgid "Password updated" msgstr "Password updated" -#: app/modules/api/Controllers/AccountController.php:188 -#: app/modules/api/Controllers/AccountController.php:194 -#: app/modules/web/Controllers/AccountController.php:831 +#: app/modules/api/Controllers/AccountController.php:192 +#: app/modules/api/Controllers/AccountController.php:198 #: app/modules/web/Controllers/AccountController.php:842 +#: app/modules/web/Controllers/AccountController.php:853 msgid "Account created" msgstr "Account created" -#: app/modules/api/Controllers/AccountController.php:239 -#: app/modules/api/Controllers/AccountController.php:245 -#: app/modules/web/Controllers/AccountController.php:880 +#: app/modules/api/Controllers/AccountController.php:243 +#: app/modules/api/Controllers/AccountController.php:249 #: app/modules/web/Controllers/AccountController.php:891 +#: app/modules/web/Controllers/AccountController.php:902 msgid "Account updated" msgstr "Account updated" -#: app/modules/api/Controllers/AccountController.php:314 -#: app/modules/api/Controllers/AccountController.php:320 -#: app/modules/web/Controllers/AccountController.php:1022 -#: app/modules/web/Controllers/AccountController.php:1027 -#: 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 +#: app/modules/api/Controllers/AccountController.php:318 +#: app/modules/api/Controllers/AccountController.php:324 +#: app/modules/web/Controllers/AccountController.php:1033 +#: app/modules/web/Controllers/AccountController.php:1038 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:126 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:131 +#: app/modules/web/Controllers/AccountManagerController.php:156 +#: app/modules/web/Controllers/AccountManagerController.php:161 msgid "Account removed" msgstr "Account removed" -#: app/modules/api/Controllers/CategoryController.php:62 +#: app/modules/api/Controllers/CategoryController.php:66 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:269 -#: app/modules/web/Controllers/CategoryController.php:273 +#: app/modules/api/Controllers/CategoryController.php:95 +#: app/modules/api/Controllers/CategoryController.php:100 +#: app/modules/web/Controllers/CategoryController.php:280 +#: app/modules/web/Controllers/CategoryController.php:284 msgid "Category added" msgstr "Category added" -#: app/modules/api/Controllers/CategoryController.php:121 -#: app/modules/api/Controllers/CategoryController.php:126 -#: app/modules/web/Controllers/CategoryController.php:313 -#: app/modules/web/Controllers/CategoryController.php:317 +#: app/modules/api/Controllers/CategoryController.php:125 +#: app/modules/api/Controllers/CategoryController.php:130 +#: app/modules/web/Controllers/CategoryController.php:324 +#: app/modules/web/Controllers/CategoryController.php:328 msgid "Category updated" msgstr "Category updated" -#: app/modules/api/Controllers/CategoryController.php:150 -#: app/modules/api/Controllers/CategoryController.php:155 -#: app/modules/web/Controllers/CategoryController.php:231 -#: app/modules/web/Controllers/CategoryController.php:235 +#: app/modules/api/Controllers/CategoryController.php:154 +#: app/modules/api/Controllers/CategoryController.php:159 +#: app/modules/web/Controllers/CategoryController.php:242 +#: app/modules/web/Controllers/CategoryController.php:246 msgid "Category deleted" msgstr "Category deleted" -#: app/modules/api/Controllers/ClientController.php:63 +#: app/modules/api/Controllers/ClientController.php:67 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:264 -#: app/modules/web/Controllers/ClientController.php:268 -#: lib/SP/Services/Import/KeepassImport.php:77 +#: app/modules/api/Controllers/ClientController.php:97 +#: app/modules/api/Controllers/ClientController.php:102 +#: app/modules/web/Controllers/ClientController.php:275 +#: app/modules/web/Controllers/ClientController.php:279 +#: lib/SP/Services/Import/KeepassImport.php:79 msgid "Client added" msgstr "Client added" -#: app/modules/api/Controllers/ClientController.php:124 -#: app/modules/api/Controllers/ClientController.php:129 -#: app/modules/web/Controllers/ClientController.php:304 -#: app/modules/web/Controllers/ClientController.php:308 +#: app/modules/api/Controllers/ClientController.php:128 +#: app/modules/api/Controllers/ClientController.php:133 +#: app/modules/web/Controllers/ClientController.php:315 +#: app/modules/web/Controllers/ClientController.php:319 msgid "Client updated" msgstr "Client updated" -#: app/modules/api/Controllers/ClientController.php:153 -#: app/modules/api/Controllers/ClientController.php:158 -#: app/modules/web/Controllers/ClientController.php:228 -#: app/modules/web/Controllers/ClientController.php:232 +#: app/modules/api/Controllers/ClientController.php:157 +#: app/modules/api/Controllers/ClientController.php:162 +#: app/modules/web/Controllers/ClientController.php:239 +#: app/modules/web/Controllers/ClientController.php:243 msgid "Client deleted" msgstr "Client deleted" -#: app/modules/api/Controllers/ConfigController.php:57 -#: app/modules/web/Controllers/ConfigBackupController.php:68 +#: app/modules/api/Controllers/ConfigController.php:59 +#: app/modules/web/Controllers/ConfigBackupController.php:70 msgid "Application and database backup completed successfully" msgstr "Application and database backup completed successfully" -#: app/modules/api/Controllers/ConfigController.php:58 -#: app/modules/api/Controllers/ConfigController.php:83 +#: app/modules/api/Controllers/ConfigController.php:60 +#: app/modules/api/Controllers/ConfigController.php:85 #: 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 +#: app/modules/api/Controllers/ConfigController.php:63 +#: app/modules/web/Controllers/ConfigBackupController.php:73 msgid "Backup process finished" msgstr "Backup process finished" -#: app/modules/api/Controllers/ConfigController.php:82 -#: app/modules/web/Controllers/ConfigBackupController.php:96 +#: app/modules/api/Controllers/ConfigController.php:84 +#: app/modules/web/Controllers/ConfigBackupController.php:98 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 +#: app/modules/api/Controllers/ConfigController.php:93 +#: app/modules/api/Controllers/ConfigController.php:96 +#: app/modules/web/Controllers/ConfigBackupController.php:108 +#: app/modules/web/Controllers/ConfigBackupController.php:136 msgid "Export process finished" msgstr "Export process finished" -#: app/modules/api/Controllers/ControllerBase.php:146 -#: lib/SP/Services/Api/ApiService.php:186 +#: app/modules/api/Controllers/ControllerBase.php:150 +#: lib/SP/Services/Api/ApiService.php:189 msgid "Unauthorized access" msgstr "Unauthorized access" @@ -271,55 +272,55 @@ msgstr "Send details in the response" #: 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:156 -#: app/modules/web/themes/material-blue/views/account/account.inc:164 -#: 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:169 -#: 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-dokuwiki.inc:136 -#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:143 -#: 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/account/account-editpass.inc:87 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:95 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:108 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:107 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:110 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:121 +#: app/modules/web/themes/material-blue/views/account/account.inc:172 +#: app/modules/web/themes/material-blue/views/account/account.inc:181 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:50 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:318 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:321 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:91 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:185 +#: app/modules/web/themes/material-blue/views/config/mail.inc:137 +#: app/modules/web/themes/material-blue/views/config/mail.inc:146 +#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:152 +#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:162 +#: app/modules/web/themes/material-blue/views/install/index.inc:53 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:61 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:68 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:114 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:123 #: 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:29 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:61 +#: app/modules/web/themes/material-blue/views/login/index.inc:40 +#: app/modules/web/themes/material-blue/views/login/index.inc:106 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:34 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:182 -#: 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 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:114 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:129 +#: app/modules/web/themes/material-blue/views/account/account.inc:201 +#: app/modules/web/themes/material-blue/views/account/details.inc:94 +#: app/modules/web/themes/material-blue/views/account/details.inc:96 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:274 msgid "Password Expiry Date" msgstr "Password Expiry Date" #: 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:74 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:43 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:63 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:36 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:39 +#: app/modules/web/themes/material-blue/views/account/account.inc:88 msgid "Account name" msgstr "Account name" @@ -341,46 +342,46 @@ msgstr "Client Id" #: 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:150 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:124 +#: app/modules/web/themes/material-blue/views/account/account.inc:166 msgid "Access user" msgstr "Access user" #: 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:137 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:110 +#: app/modules/web/themes/material-blue/views/account/account.inc:153 msgid "Access URL or IP" msgstr "Access URL or 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:208 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:154 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:103 +#: app/modules/web/themes/material-blue/views/account/account.inc:233 msgid "Notes about the account" msgstr "Notes about the 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:202 -#: 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 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:228 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:131 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:35 msgid "Private Account" msgstr "Private Account" #: 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:218 -#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:48 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:246 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:55 msgid "Private Account for Group" msgstr "Private Account for Group" #: 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:253 -#: app/modules/web/themes/material-blue/views/account/account.inc:255 -#: app/modules/web/themes/material-blue/views/account/viewpass.inc:13 +#: app/modules/web/themes/material-blue/views/account/account.inc:283 +#: app/modules/web/themes/material-blue/views/account/account.inc:285 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:19 msgid "Linked Account" msgstr "Linked Account" @@ -402,7 +403,7 @@ msgstr "Group Id" #: 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:27 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:34 msgid "Text to search for" msgstr "Text to search for" @@ -432,25 +433,25 @@ 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 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:37 msgid "Category name" msgstr "Category name" #: 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 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:50 msgid "Category description" msgstr "Category description" #: 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 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:37 msgid "Client name" msgstr "Client name" #: 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 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:51 msgid "Client description" msgstr "Client description" @@ -458,8 +459,8 @@ msgstr "Client description" #: 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:155 -#: app/modules/web/themes/material-blue/views/itemshow/client.inc:66 -#: app/modules/web/themes/material-blue/views/notification/notification.inc:105 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:76 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:119 msgid "Global" msgstr "Global" @@ -471,19 +472,19 @@ 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 +#: app/modules/web/themes/material-blue/views/itemshow/tag.inc:36 msgid "Tag name" msgstr "Tag name" #: 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 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:40 msgid "Group name" msgstr "Group name" #: 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 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:54 msgid "Group description" msgstr "Group description" @@ -492,1087 +493,1058 @@ msgstr "Group description" msgid "Array with users Id" msgstr "Array with users Id" -#: app/modules/api/Controllers/TagController.php:61 +#: app/modules/api/Controllers/TagController.php:65 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:249 +#: app/modules/api/Controllers/TagController.php:93 +#: app/modules/api/Controllers/TagController.php:98 +#: app/modules/web/Controllers/TagController.php:259 msgid "Tag added" msgstr "Tag added" -#: app/modules/api/Controllers/TagController.php:118 -#: app/modules/api/Controllers/TagController.php:123 -#: app/modules/web/Controllers/TagController.php:284 +#: app/modules/api/Controllers/TagController.php:122 +#: app/modules/api/Controllers/TagController.php:127 +#: app/modules/web/Controllers/TagController.php:294 msgid "Tag updated" msgstr "Tag updated" -#: app/modules/api/Controllers/TagController.php:147 -#: app/modules/api/Controllers/TagController.php:152 -#: app/modules/web/Controllers/TagController.php:219 +#: app/modules/api/Controllers/TagController.php:151 +#: app/modules/api/Controllers/TagController.php:156 +#: app/modules/web/Controllers/TagController.php:229 msgid "Tag removed" msgstr "Tag removed" -#: app/modules/api/Controllers/UserGroupController.php:61 +#: app/modules/api/Controllers/UserGroupController.php:65 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:280 -#: app/modules/web/Controllers/UserGroupController.php:284 +#: app/modules/api/Controllers/UserGroupController.php:95 +#: app/modules/api/Controllers/UserGroupController.php:100 +#: app/modules/web/Controllers/UserGroupController.php:290 +#: app/modules/web/Controllers/UserGroupController.php:294 msgid "Group added" msgstr "Group added" -#: app/modules/api/Controllers/UserGroupController.php:122 -#: app/modules/api/Controllers/UserGroupController.php:128 -#: app/modules/web/Controllers/UserGroupController.php:323 -#: app/modules/web/Controllers/UserGroupController.php:328 +#: app/modules/api/Controllers/UserGroupController.php:126 +#: app/modules/api/Controllers/UserGroupController.php:132 +#: app/modules/web/Controllers/UserGroupController.php:333 +#: app/modules/web/Controllers/UserGroupController.php:338 msgid "Group updated" msgstr "Group updated" -#: app/modules/api/Controllers/UserGroupController.php:152 -#: app/modules/api/Controllers/UserGroupController.php:158 -#: app/modules/web/Controllers/UserGroupController.php:241 -#: app/modules/web/Controllers/UserGroupController.php:246 +#: app/modules/api/Controllers/UserGroupController.php:156 +#: app/modules/api/Controllers/UserGroupController.php:162 +#: app/modules/web/Controllers/UserGroupController.php:251 +#: app/modules/web/Controllers/UserGroupController.php:256 msgid "Group deleted" msgstr "Group deleted" -#: app/modules/api/Init.php:150 +#: app/modules/api/Init.php:156 msgid "Updating needed" msgstr "Updating needed" -#: app/modules/web/Controllers/AccountController.php:157 -#: app/modules/web/Controllers/AccountController.php:224 -#: app/modules/web/Controllers/AccountController.php:553 +#: app/modules/web/Controllers/AccountController.php:169 +#: app/modules/web/Controllers/AccountController.php:236 +#: app/modules/web/Controllers/AccountController.php:567 #: 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 +#: app/modules/web/themes/material-blue/views/account/linkedAccounts.inc:32 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:67 msgid "Account Details" msgstr "Account Details" -#: app/modules/web/Controllers/AccountController.php:248 +#: app/modules/web/Controllers/AccountController.php:262 msgid "Link viewed" msgstr "Link viewed" -#: app/modules/web/Controllers/AccountController.php:249 -#: app/modules/web/Controllers/AccountController.php:654 -#: app/modules/web/Controllers/AccountController.php:714 -#: app/modules/web/Controllers/AccountController.php:758 -#: app/modules/web/Controllers/AccountController.php:795 -#: app/modules/web/Controllers/AccountController.php:832 -#: app/modules/web/Controllers/AccountController.php:881 -#: app/modules/web/Controllers/AccountController.php:926 -#: app/modules/web/Controllers/AccountController.php:969 -#: app/modules/web/Controllers/AccountController.php:1023 -#: app/modules/web/Controllers/AccountController.php:1064 -#: app/modules/web/Controllers/AccountFileController.php:245 -#: app/modules/web/Controllers/AccountHistoryManagerController.php:120 -#: app/modules/web/Controllers/AccountHistoryManagerController.php:159 -#: app/modules/web/Controllers/AccountManagerController.php:150 +#: app/modules/web/Controllers/AccountController.php:263 +#: app/modules/web/Controllers/AccountController.php:668 +#: app/modules/web/Controllers/AccountController.php:728 +#: app/modules/web/Controllers/AccountController.php:772 +#: app/modules/web/Controllers/AccountController.php:809 +#: app/modules/web/Controllers/AccountController.php:843 +#: app/modules/web/Controllers/AccountController.php:892 +#: app/modules/web/Controllers/AccountController.php:937 +#: app/modules/web/Controllers/AccountController.php:980 +#: app/modules/web/Controllers/AccountController.php:1034 +#: app/modules/web/Controllers/AccountController.php:1081 +#: app/modules/web/Controllers/AccountFileController.php:254 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:127 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:166 +#: app/modules/web/Controllers/AccountManagerController.php:157 #: 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 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:33 +#: app/modules/web/themes/material-blue/views/account/account.inc:37 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:29 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:31 msgid "Account" msgstr "Account" -#: app/modules/web/Controllers/AccountController.php:251 +#: app/modules/web/Controllers/AccountController.php:265 msgid "Agent" msgstr "Agent" -#: app/modules/web/Controllers/AccountController.php:252 +#: app/modules/web/Controllers/AccountController.php:266 msgid "HTTPS" msgstr "HTTPS" -#: app/modules/web/Controllers/AccountController.php:252 +#: app/modules/web/Controllers/AccountController.php:266 #: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:133 #: lib/SP/Providers/Auth/Ldap/LdapConnection.php:215 msgid "ON" msgstr "ON" -#: app/modules/web/Controllers/AccountController.php:252 +#: app/modules/web/Controllers/AccountController.php:266 #: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:133 msgid "OFF" msgstr "OFF" -#: app/modules/web/Controllers/AccountController.php:253 +#: app/modules/web/Controllers/AccountController.php:267 #: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:104 msgid "IP" msgstr "IP" -#. (itstool) path: strings/text -#: app/modules/web/Controllers/AccountController.php:254 -#: app/modules/web/Controllers/AccountController.php:1067 -#: app/modules/web/Controllers/PublicLinkController.php:261 -#: lib/SP/Services/Upgrade/UpgradePublicLink.php:90 app/config/strings.xml:9 +#: app/modules/web/Controllers/AccountController.php:268 +#: app/modules/web/Controllers/AccountController.php:1084 +#: app/modules/web/Controllers/PublicLinkController.php:273 +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:91 msgid "Link" msgstr "Link" -#. (itstool) path: action/text -#: app/modules/web/Controllers/AccountController.php:287 -#: app/modules/web/Controllers/AccountController.php:339 -#: app/modules/web/Controllers/Helpers/LayoutHelper.php:275 -#: app/config/actions.xml:157 +#: app/modules/web/Controllers/AccountController.php:301 +#: app/modules/web/Controllers/AccountController.php:353 +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:276 msgid "New Account" msgstr "New Account" -#. (itstool) path: action/text -#: app/modules/web/Controllers/AccountController.php:393 +#: app/modules/web/Controllers/AccountController.php:407 #: 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 +#: app/modules/web/themes/material-blue/views/account/linkedAccounts.inc:24 msgid "Edit Account" msgstr "Edit Account" -#. (itstool) path: action/text -#: app/modules/web/Controllers/AccountController.php:448 +#: app/modules/web/Controllers/AccountController.php:462 #: 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" -#. (itstool) path: action/text -#: app/modules/web/Controllers/AccountController.php:501 +#: app/modules/web/Controllers/AccountController.php:515 #: 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" -#: app/modules/web/Controllers/AccountController.php:757 -#: app/modules/web/Controllers/AccountController.php:794 +#: app/modules/web/Controllers/AccountController.php:771 +#: app/modules/web/Controllers/AccountController.php:808 msgid "Password copied" msgstr "Password copied" -#: app/modules/web/Controllers/AccountController.php:968 #: app/modules/web/Controllers/AccountController.php:979 -#: app/modules/web/Controllers/AccountHistoryManagerController.php:158 -#: app/modules/web/Controllers/AccountHistoryManagerController.php:163 +#: app/modules/web/Controllers/AccountController.php:990 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:165 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:170 msgid "Account restored" msgstr "Account restored" -#: app/modules/web/Controllers/AccountController.php:1008 -#: app/modules/web/Controllers/AccountController.php:1011 -#: 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 +#: app/modules/web/Controllers/AccountController.php:1019 +#: app/modules/web/Controllers/AccountController.php:1022 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:115 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:118 +#: app/modules/web/Controllers/AccountManagerController.php:142 +#: app/modules/web/Controllers/AccountManagerController.php:145 msgid "Accounts removed" msgstr "Accounts removed" -#: app/modules/web/Controllers/AccountController.php:1052 +#: app/modules/web/Controllers/AccountController.php:1063 #: app/modules/web/Forms/NotificationForm.php:106 msgid "A description is needed" msgstr "A description is needed" -#: app/modules/web/Controllers/AccountController.php:1062 -#: 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:47 +#: app/modules/web/Controllers/AccountController.php:1079 +#: lib/SP/Providers/Notification/NotificationHandler.php:127 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:57 #: app/modules/web/themes/material-blue/views/userpassreset/request.inc:49 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:51 msgid "Request" msgstr "Request" -#: app/modules/web/Controllers/AccountController.php:1063 +#: app/modules/web/Controllers/AccountController.php:1080 msgid "Requester" msgstr "Requester" -#: app/modules/web/Controllers/AccountController.php:1066 +#: app/modules/web/Controllers/AccountController.php:1083 #: 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:130 #: 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:69 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:42 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:43 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:46 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:72 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:82 msgid "Description" msgstr "Description" -#: app/modules/web/Controllers/AccountController.php:1079 +#: app/modules/web/Controllers/AccountController.php:1099 msgid "Request done" msgstr "Request done" -#: app/modules/web/Controllers/AccountFavoriteController.php:56 +#: app/modules/web/Controllers/AccountFavoriteController.php:57 msgid "Favorite added" msgstr "Favorite added" -#: app/modules/web/Controllers/AccountFavoriteController.php:76 +#: app/modules/web/Controllers/AccountFavoriteController.php:77 msgid "Favorite deleted" msgstr "Favorite deleted" -#: app/modules/web/Controllers/AccountFileController.php:74 -#: app/modules/web/Controllers/AccountFileController.php:137 +#: app/modules/web/Controllers/AccountFileController.php:83 +#: app/modules/web/Controllers/AccountFileController.php:146 msgid "File does not exist" msgstr "File does not exist" -#: app/modules/web/Controllers/AccountFileController.php:87 -#: app/modules/web/Controllers/AccountFileController.php:103 +#: app/modules/web/Controllers/AccountFileController.php:96 +#: app/modules/web/Controllers/AccountFileController.php:112 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:143 -#: app/modules/web/Controllers/AccountFileController.php:244 -#: app/modules/web/Controllers/AccountFileController.php:379 -#: 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:207 -#: app/modules/web/Controllers/ConfigGeneralController.php:248 -#: lib/SP/Services/Upgrade/UpgradeConfigService.php:131 -#: app/modules/web/themes/material-blue/views/config/import.inc:72 +#: app/modules/web/Controllers/AccountFileController.php:97 +#: app/modules/web/Controllers/AccountFileController.php:113 +#: app/modules/web/Controllers/AccountFileController.php:152 +#: app/modules/web/Controllers/AccountFileController.php:253 +#: app/modules/web/Controllers/AccountFileController.php:388 +#: app/modules/web/Controllers/ConfigBackupController.php:165 +#: app/modules/web/Controllers/ConfigBackupController.php:211 +#: app/modules/web/Controllers/ConfigBackupController.php:257 +#: app/modules/web/Controllers/ConfigGeneralController.php:212 +#: app/modules/web/Controllers/ConfigGeneralController.php:253 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:133 +#: app/modules/web/themes/material-blue/views/config/import.inc:80 msgid "File" msgstr "File" -#: app/modules/web/Controllers/AccountFileController.php:117 -#: app/config/strings.js.inc:40 +#: app/modules/web/Controllers/AccountFileController.php:126 msgid "File not supported for preview" msgstr "File not supported for preview" -#: app/modules/web/Controllers/AccountFileController.php:142 -#: 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:206 -#: app/modules/web/Controllers/ConfigGeneralController.php:247 -#: app/config/strings.js.inc:97 +#: app/modules/web/Controllers/AccountFileController.php:151 +#: app/modules/web/Controllers/ConfigBackupController.php:164 +#: app/modules/web/Controllers/ConfigBackupController.php:210 +#: app/modules/web/Controllers/ConfigBackupController.php:256 +#: app/modules/web/Controllers/ConfigGeneralController.php:211 +#: app/modules/web/Controllers/ConfigGeneralController.php:252 msgid "File downloaded" msgstr "File downloaded" -#: app/modules/web/Controllers/AccountFileController.php:188 +#: app/modules/web/Controllers/AccountFileController.php:197 msgid "INVALID QUERY" msgstr "INVALID QUERY" -#: app/modules/web/Controllers/AccountFileController.php:194 +#: app/modules/web/Controllers/AccountFileController.php:203 msgid "There aren't any allowed MIME types" msgstr "There aren't any allowed MIME types" -#: app/modules/web/Controllers/AccountFileController.php:209 +#: app/modules/web/Controllers/AccountFileController.php:218 msgid "Invalid file" msgstr "Invalid file" -#: app/modules/web/Controllers/AccountFileController.php:211 +#: app/modules/web/Controllers/AccountFileController.php:220 #, php-format msgid "File: %s" msgstr "File: %s" -#: app/modules/web/Controllers/AccountFileController.php:223 +#: app/modules/web/Controllers/AccountFileController.php:232 msgid "File size exceeded" msgstr "File size exceeded" -#: app/modules/web/Controllers/AccountFileController.php:225 +#: app/modules/web/Controllers/AccountFileController.php:234 #, php-format msgid "Maximum size: %d KB" msgstr "Maximum size: %d KB" -#: app/modules/web/Controllers/AccountFileController.php:231 +#: app/modules/web/Controllers/AccountFileController.php:240 #: lib/SP/Services/Import/FileImport.php:106 msgid "Internal error while reading the file" msgstr "Internal error while reading the file" -#: app/modules/web/Controllers/AccountFileController.php:243 #: app/modules/web/Controllers/AccountFileController.php:252 +#: app/modules/web/Controllers/AccountFileController.php:261 msgid "File saved" msgstr "File saved" -#: app/modules/web/Controllers/AccountFileController.php:247 +#: app/modules/web/Controllers/AccountFileController.php:256 #: 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:128 -#: app/modules/web/Controllers/ItemPresetController.php:331 -#: app/modules/web/Controllers/ItemPresetController.php:374 -#: lib/SP/Services/Auth/LoginService.php:482 -#: lib/SP/Services/Auth/LoginService.php:560 -#: lib/SP/Services/Auth/LoginService.php:606 -#: lib/SP/Services/Auth/LoginService.php:655 -#: 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 +#: app/modules/web/Controllers/ItemPresetController.php:343 +#: app/modules/web/Controllers/ItemPresetController.php:386 +#: lib/SP/Services/Auth/LoginService.php:490 +#: lib/SP/Services/Auth/LoginService.php:568 +#: lib/SP/Services/Auth/LoginService.php:614 +#: lib/SP/Services/Auth/LoginService.php:663 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:44 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:46 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:31 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:39 msgid "Type" msgstr "Type" -#: app/modules/web/Controllers/AccountFileController.php:248 +#: app/modules/web/Controllers/AccountFileController.php:257 #: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:110 msgid "Size" msgstr "Size" -#: app/modules/web/Controllers/AccountFileController.php:286 +#: app/modules/web/Controllers/AccountFileController.php:295 #: lib/SP/Services/Import/FileImport.php:95 msgid "File type not allowed" msgstr "File type not allowed" -#: app/modules/web/Controllers/AccountFileController.php:288 +#: app/modules/web/Controllers/AccountFileController.php:297 #: lib/SP/Services/Import/FileImport.php:97 #, php-format msgid "MIME type: %s" msgstr "MIME type: %s" -#: app/modules/web/Controllers/AccountFileController.php:307 -#: 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:178 -#: app/modules/web/Controllers/AuthTokenController.php:213 -#: app/modules/web/Controllers/AuthTokenController.php:260 -#: app/modules/web/Controllers/AuthTokenController.php:300 -#: app/modules/web/Controllers/AuthTokenController.php:354 -#: app/modules/web/Controllers/CategoryController.php:69 -#: app/modules/web/Controllers/CategoryController.php:106 -#: app/modules/web/Controllers/CategoryController.php:172 -#: app/modules/web/Controllers/CategoryController.php:207 -#: app/modules/web/Controllers/CategoryController.php:254 -#: app/modules/web/Controllers/CategoryController.php:298 -#: app/modules/web/Controllers/CategoryController.php:342 -#: app/modules/web/Controllers/ClientController.php:70 -#: app/modules/web/Controllers/ClientController.php:107 -#: app/modules/web/Controllers/ClientController.php:173 -#: app/modules/web/Controllers/ClientController.php:207 -#: app/modules/web/Controllers/ClientController.php:251 -#: app/modules/web/Controllers/ClientController.php:293 -#: app/modules/web/Controllers/ClientController.php:333 -#: app/modules/web/Controllers/CustomFieldController.php:71 -#: app/modules/web/Controllers/CustomFieldController.php:108 -#: app/modules/web/Controllers/CustomFieldController.php:172 -#: app/modules/web/Controllers/CustomFieldController.php:206 -#: app/modules/web/Controllers/CustomFieldController.php:242 -#: app/modules/web/Controllers/CustomFieldController.php:283 -#: app/modules/web/Controllers/CustomFieldController.php:324 -#: app/modules/web/Controllers/EventlogController.php:107 -#: app/modules/web/Controllers/ItemPresetController.php:70 -#: app/modules/web/Controllers/ItemPresetController.php:159 -#: app/modules/web/Controllers/ItemPresetController.php:199 -#: app/modules/web/Controllers/ItemPresetController.php:240 -#: app/modules/web/Controllers/ItemPresetController.php:274 -#: app/modules/web/Controllers/ItemPresetController.php:317 -#: app/modules/web/Controllers/ItemPresetController.php:360 -#: app/modules/web/Controllers/NotificationController.php:110 -#: app/modules/web/Controllers/NotificationController.php:175 -#: app/modules/web/Controllers/NotificationController.php:193 -#: app/modules/web/Controllers/NotificationController.php:227 -#: app/modules/web/Controllers/NotificationController.php:312 -#: app/modules/web/Controllers/NotificationController.php:343 -#: app/modules/web/Controllers/NotificationController.php:380 -#: app/modules/web/Controllers/PluginController.php:111 -#: app/modules/web/Controllers/PluginController.php:133 -#: app/modules/web/Controllers/PluginController.php:285 -#: app/modules/web/Controllers/PublicLinkController.php:74 -#: app/modules/web/Controllers/PublicLinkController.php:111 -#: app/modules/web/Controllers/PublicLinkController.php:175 -#: app/modules/web/Controllers/PublicLinkController.php:205 -#: app/modules/web/Controllers/PublicLinkController.php:239 -#: app/modules/web/Controllers/PublicLinkController.php:284 -#: app/modules/web/Controllers/PublicLinkController.php:320 -#: app/modules/web/Controllers/PublicLinkController.php:366 -#: app/modules/web/Controllers/TagController.php:68 -#: app/modules/web/Controllers/TagController.php:105 -#: app/modules/web/Controllers/TagController.php:167 -#: app/modules/web/Controllers/TagController.php:201 -#: app/modules/web/Controllers/TagController.php:239 -#: app/modules/web/Controllers/TagController.php:274 -#: app/modules/web/Controllers/TagController.php:309 -#: app/modules/web/Controllers/UserController.php:75 -#: app/modules/web/Controllers/UserController.php:112 -#: app/modules/web/Controllers/UserController.php:199 -#: app/modules/web/Controllers/UserController.php:234 -#: app/modules/web/Controllers/UserController.php:272 -#: app/modules/web/Controllers/UserController.php:320 -#: app/modules/web/Controllers/UserController.php:387 -#: app/modules/web/Controllers/UserController.php:433 -#: app/modules/web/Controllers/UserController.php:474 -#: app/modules/web/Controllers/UserGroupController.php:77 -#: app/modules/web/Controllers/UserGroupController.php:114 -#: app/modules/web/Controllers/UserGroupController.php:187 -#: app/modules/web/Controllers/UserGroupController.php:221 -#: app/modules/web/Controllers/UserGroupController.php:266 -#: app/modules/web/Controllers/UserGroupController.php:309 -#: app/modules/web/Controllers/UserGroupController.php:353 -#: app/modules/web/Controllers/UserProfileController.php:70 -#: app/modules/web/Controllers/UserProfileController.php:107 -#: app/modules/web/Controllers/UserProfileController.php:176 -#: app/modules/web/Controllers/UserProfileController.php:210 -#: app/modules/web/Controllers/UserProfileController.php:255 -#: app/modules/web/Controllers/UserProfileController.php:300 -#: app/modules/web/Controllers/UserProfileController.php:344 -#: lib/SP/Core/Acl/UnauthorizedActionException.php:46 -#: lib/SP/Util/ErrorUtil.php:160 +#: app/modules/web/Controllers/AccountFileController.php:316 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:71 +#: app/modules/web/Controllers/AccountManagerController.php:86 +#: app/modules/web/Controllers/AccountManagerController.php:220 +#: app/modules/web/Controllers/AuthTokenController.php:81 +#: app/modules/web/Controllers/AuthTokenController.php:121 +#: app/modules/web/Controllers/AuthTokenController.php:188 +#: app/modules/web/Controllers/AuthTokenController.php:223 +#: app/modules/web/Controllers/AuthTokenController.php:270 +#: app/modules/web/Controllers/AuthTokenController.php:310 +#: app/modules/web/Controllers/AuthTokenController.php:364 +#: app/modules/web/Controllers/CategoryController.php:80 +#: app/modules/web/Controllers/CategoryController.php:117 +#: app/modules/web/Controllers/CategoryController.php:183 +#: app/modules/web/Controllers/CategoryController.php:218 +#: app/modules/web/Controllers/CategoryController.php:265 +#: app/modules/web/Controllers/CategoryController.php:309 +#: app/modules/web/Controllers/CategoryController.php:353 +#: app/modules/web/Controllers/ClientController.php:81 +#: app/modules/web/Controllers/ClientController.php:118 +#: app/modules/web/Controllers/ClientController.php:184 +#: app/modules/web/Controllers/ClientController.php:218 +#: app/modules/web/Controllers/ClientController.php:262 +#: app/modules/web/Controllers/ClientController.php:304 +#: app/modules/web/Controllers/ClientController.php:344 +#: app/modules/web/Controllers/CustomFieldController.php:81 +#: app/modules/web/Controllers/CustomFieldController.php:118 +#: app/modules/web/Controllers/CustomFieldController.php:182 +#: app/modules/web/Controllers/CustomFieldController.php:216 +#: app/modules/web/Controllers/CustomFieldController.php:252 +#: app/modules/web/Controllers/CustomFieldController.php:293 +#: app/modules/web/Controllers/CustomFieldController.php:334 +#: app/modules/web/Controllers/EventlogController.php:114 +#: app/modules/web/Controllers/ItemPresetController.php:82 +#: app/modules/web/Controllers/ItemPresetController.php:171 +#: app/modules/web/Controllers/ItemPresetController.php:211 +#: app/modules/web/Controllers/ItemPresetController.php:252 +#: app/modules/web/Controllers/ItemPresetController.php:286 +#: app/modules/web/Controllers/ItemPresetController.php:329 +#: app/modules/web/Controllers/ItemPresetController.php:372 +#: app/modules/web/Controllers/NotificationController.php:118 +#: app/modules/web/Controllers/NotificationController.php:183 +#: app/modules/web/Controllers/NotificationController.php:201 +#: app/modules/web/Controllers/NotificationController.php:235 +#: app/modules/web/Controllers/NotificationController.php:320 +#: app/modules/web/Controllers/NotificationController.php:351 +#: app/modules/web/Controllers/NotificationController.php:388 +#: app/modules/web/Controllers/PluginController.php:124 +#: app/modules/web/Controllers/PluginController.php:146 +#: app/modules/web/Controllers/PluginController.php:299 +#: app/modules/web/Controllers/PublicLinkController.php:84 +#: app/modules/web/Controllers/PublicLinkController.php:121 +#: app/modules/web/Controllers/PublicLinkController.php:187 +#: app/modules/web/Controllers/PublicLinkController.php:217 +#: app/modules/web/Controllers/PublicLinkController.php:251 +#: app/modules/web/Controllers/PublicLinkController.php:296 +#: app/modules/web/Controllers/PublicLinkController.php:332 +#: app/modules/web/Controllers/PublicLinkController.php:378 +#: app/modules/web/Controllers/TagController.php:78 +#: app/modules/web/Controllers/TagController.php:115 +#: app/modules/web/Controllers/TagController.php:177 +#: app/modules/web/Controllers/TagController.php:211 +#: app/modules/web/Controllers/TagController.php:249 +#: app/modules/web/Controllers/TagController.php:284 +#: app/modules/web/Controllers/TagController.php:319 +#: app/modules/web/Controllers/UserController.php:86 +#: app/modules/web/Controllers/UserController.php:123 +#: app/modules/web/Controllers/UserController.php:210 +#: app/modules/web/Controllers/UserController.php:245 +#: app/modules/web/Controllers/UserController.php:283 +#: app/modules/web/Controllers/UserController.php:331 +#: app/modules/web/Controllers/UserController.php:398 +#: app/modules/web/Controllers/UserController.php:444 +#: app/modules/web/Controllers/UserController.php:485 +#: app/modules/web/Controllers/UserGroupController.php:87 +#: app/modules/web/Controllers/UserGroupController.php:124 +#: app/modules/web/Controllers/UserGroupController.php:197 +#: app/modules/web/Controllers/UserGroupController.php:231 +#: app/modules/web/Controllers/UserGroupController.php:276 +#: app/modules/web/Controllers/UserGroupController.php:319 +#: app/modules/web/Controllers/UserGroupController.php:363 +#: app/modules/web/Controllers/UserProfileController.php:81 +#: app/modules/web/Controllers/UserProfileController.php:118 +#: app/modules/web/Controllers/UserProfileController.php:187 +#: app/modules/web/Controllers/UserProfileController.php:221 +#: app/modules/web/Controllers/UserProfileController.php:266 +#: app/modules/web/Controllers/UserProfileController.php:311 +#: app/modules/web/Controllers/UserProfileController.php:355 +#: lib/SP/Core/Acl/UnauthorizedActionException.php:47 +#: lib/SP/Util/ErrorUtil.php:161 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:370 -#: app/modules/web/Controllers/AccountFileController.php:373 +#: app/modules/web/Controllers/AccountFileController.php:379 +#: app/modules/web/Controllers/AccountFileController.php:382 msgid "Files deleted" msgstr "Files deleted" -#: app/modules/web/Controllers/AccountFileController.php:378 +#: app/modules/web/Controllers/AccountFileController.php:387 msgid "File deleted" msgstr "File deleted" -#: app/modules/web/Controllers/AccountFileController.php:384 +#: app/modules/web/Controllers/AccountFileController.php:393 msgid "File Deleted" msgstr "File Deleted" -#: app/modules/web/Controllers/AccountFileController.php:422 +#: app/modules/web/Controllers/AccountFileController.php:431 msgid "Files management disabled" msgstr "Files management disabled" -#: app/modules/web/Controllers/AccountFileController.php:441 +#: app/modules/web/Controllers/AccountFileController.php:450 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:195 +#: app/modules/web/Controllers/AccountManagerController.php:198 +#: app/modules/web/Controllers/AccountManagerController.php:201 +#: lib/SP/Services/Account/AccountCryptService.php:198 msgid "Accounts updated" msgstr "Accounts updated" -#. (itstool) path: action/text -#: app/modules/web/Controllers/AccountManagerController.php:216 +#: app/modules/web/Controllers/AccountManagerController.php:223 #: 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/AuthTokenController.php:124 #: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:155 #: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:156 msgid "New Authorization" msgstr "New Authorization" -#: app/modules/web/Controllers/AuthTokenController.php:181 +#: app/modules/web/Controllers/AuthTokenController.php:191 #: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:190 #: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:191 msgid "Edit Authorization" msgstr "Edit Authorization" -#: app/modules/web/Controllers/AuthTokenController.php:224 -#: app/modules/web/Controllers/AuthTokenController.php:227 +#: app/modules/web/Controllers/AuthTokenController.php:234 +#: app/modules/web/Controllers/AuthTokenController.php:237 msgid "Authorizations deleted" msgstr "Authorizations deleted" -#: app/modules/web/Controllers/AuthTokenController.php:237 -#: app/modules/web/Controllers/AuthTokenController.php:241 +#: app/modules/web/Controllers/AuthTokenController.php:247 +#: app/modules/web/Controllers/AuthTokenController.php:251 msgid "Authorization deleted" msgstr "Authorization deleted" -#: app/modules/web/Controllers/AuthTokenController.php:238 -#: app/modules/web/Controllers/AuthTokenController.php:314 -#: app/modules/web/Controllers/AuthTokenController.php:323 -#: app/modules/web/Controllers/AuthTokenController.php:366 -#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:71 +#: app/modules/web/Controllers/AuthTokenController.php:248 +#: app/modules/web/Controllers/AuthTokenController.php:324 +#: app/modules/web/Controllers/AuthTokenController.php:333 +#: app/modules/web/Controllers/AuthTokenController.php:376 +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:72 msgid "Authorization" msgstr "Authorization" -#: app/modules/web/Controllers/AuthTokenController.php:275 +#: app/modules/web/Controllers/AuthTokenController.php:285 msgid "Authorization added" msgstr "Authorization added" -#: app/modules/web/Controllers/AuthTokenController.php:313 -#: app/modules/web/Controllers/AuthTokenController.php:322 -#: app/modules/web/Controllers/AuthTokenController.php:329 -#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:70 +#: app/modules/web/Controllers/AuthTokenController.php:323 +#: app/modules/web/Controllers/AuthTokenController.php:332 +#: app/modules/web/Controllers/AuthTokenController.php:339 +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:71 msgid "Authorization updated" msgstr "Authorization updated" -#: app/modules/web/Controllers/AuthTokenController.php:357 +#: app/modules/web/Controllers/AuthTokenController.php:367 msgid "View Authorization" msgstr "View Authorization" -#: app/modules/web/Controllers/AuthTokenController.php:365 +#: app/modules/web/Controllers/AuthTokenController.php:375 msgid "Authorization viewed" msgstr "Authorization viewed" -#. (itstool) path: action/text -#: app/modules/web/Controllers/CategoryController.php:109 +#: app/modules/web/Controllers/CategoryController.php:120 #: 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:119 -#: app/config/actions.xml:307 +#: app/modules/web/themes/material-blue/views/account/account.inc:135 msgid "New Category" msgstr "New Category" -#. (itstool) path: action/text -#: app/modules/web/Controllers/CategoryController.php:175 +#: app/modules/web/Controllers/CategoryController.php:186 #: 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 "Edit Category" -#: app/modules/web/Controllers/CategoryController.php:218 -#: app/modules/web/Controllers/CategoryController.php:221 +#: app/modules/web/Controllers/CategoryController.php:229 +#: app/modules/web/Controllers/CategoryController.php:232 msgid "Categories deleted" msgstr "Categories deleted" -#: app/modules/web/Controllers/CategoryController.php:232 -#: app/modules/web/Controllers/CategoryController.php:270 -#: app/modules/web/Controllers/CategoryController.php:314 -#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:247 +#: app/modules/web/Controllers/CategoryController.php:243 +#: app/modules/web/Controllers/CategoryController.php:281 +#: app/modules/web/Controllers/CategoryController.php:325 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:256 #: 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:104 -#: app/modules/web/themes/material-blue/views/account/account.inc:106 -#: 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 +#: lib/SP/Services/Import/KeepassImport.php:106 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:84 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:86 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:54 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:62 +#: app/modules/web/themes/material-blue/views/account/account.inc:119 +#: app/modules/web/themes/material-blue/views/account/account.inc:121 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:80 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:61 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:63 msgid "Category" msgstr "Category" -#. (itstool) path: action/text -#: app/modules/web/Controllers/CategoryController.php:345 -#: app/config/actions.xml:301 +#: app/modules/web/Controllers/CategoryController.php:356 msgid "View Category" msgstr "View Category" -#. (itstool) path: action/text -#: app/modules/web/Controllers/ClientController.php:110 +#: app/modules/web/Controllers/ClientController.php:121 #: 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:94 -#: app/config/actions.xml:337 +#: app/modules/web/themes/material-blue/views/account/account.inc:109 msgid "New Client" msgstr "New Client" -#. (itstool) path: action/text -#: app/modules/web/Controllers/ClientController.php:176 +#: app/modules/web/Controllers/ClientController.php:187 #: 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 "Edit Client" -#: app/modules/web/Controllers/ClientController.php:217 -#: app/modules/web/Controllers/ClientController.php:220 +#: app/modules/web/Controllers/ClientController.php:228 +#: app/modules/web/Controllers/ClientController.php:231 msgid "Clients deleted" msgstr "Clients deleted" -#. (itstool) path: action/text -#: app/modules/web/Controllers/ClientController.php:336 -#: app/config/actions.xml:331 +#: app/modules/web/Controllers/ClientController.php:347 msgid "View Client" msgstr "View Client" -#: app/modules/web/Controllers/ConfigAccountController.php:73 +#: app/modules/web/Controllers/ConfigAccountController.php:74 msgid "Maximum size per file is 16MB" msgstr "Maximum size per file is 16MB" -#: app/modules/web/Controllers/ConfigAccountController.php:81 +#: app/modules/web/Controllers/ConfigAccountController.php:82 msgid "Files enabled" msgstr "Files enabled" -#: app/modules/web/Controllers/ConfigAccountController.php:86 +#: app/modules/web/Controllers/ConfigAccountController.php:87 msgid "Files disabled" msgstr "Files disabled" -#: app/modules/web/Controllers/ConfigAccountController.php:99 +#: app/modules/web/Controllers/ConfigAccountController.php:100 msgid "Public links enabled" msgstr "Public links enabled" -#: app/modules/web/Controllers/ConfigAccountController.php:104 +#: 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:125 -#: app/modules/web/Controllers/ConfigEncryptionController.php:188 -#: app/modules/web/Controllers/ConfigGeneralController.php:195 -#: app/modules/web/Controllers/ConfigGeneralController.php:241 -#: app/modules/web/Controllers/ConfigImportController.php:59 -#: app/modules/web/Controllers/ConfigLdapController.php:233 -#: app/modules/web/Controllers/Traits/ConfigTrait.php:55 +#: app/modules/web/Controllers/ConfigBackupController.php:59 +#: app/modules/web/Controllers/ConfigBackupController.php:197 +#: app/modules/web/Controllers/ConfigBackupController.php:243 +#: app/modules/web/Controllers/ConfigEncryptionController.php:131 +#: app/modules/web/Controllers/ConfigEncryptionController.php:194 +#: app/modules/web/Controllers/ConfigGeneralController.php:200 +#: app/modules/web/Controllers/ConfigGeneralController.php:246 +#: app/modules/web/Controllers/ConfigImportController.php:61 +#: app/modules/web/Controllers/ConfigLdapController.php:237 +#: app/modules/web/Controllers/Traits/ConfigTrait.php:56 #: 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, this is a DEMO!!" -#: app/modules/web/Controllers/ConfigBackupController.php:90 -#: app/modules/web/Controllers/UserPassResetController.php:197 -#: app/modules/web/Forms/AccountForm.php:133 +#: app/modules/web/Controllers/ConfigBackupController.php:92 +#: app/modules/web/Controllers/UserPassResetController.php:203 +#: app/modules/web/Forms/AccountForm.php:136 #: app/modules/web/Forms/UserForm.php:161 msgid "Passwords do not match" msgstr "Passwords do not match" -#: app/modules/web/Controllers/ConfigBackupController.php:121 +#: app/modules/web/Controllers/ConfigBackupController.php:123 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:122 -#: lib/SP/Services/Upgrade/UpgradeConfigService.php:260 -#: lib/SP/Services/Upgrade/UpgradeConfigService.php:309 -#: lib/SP/Services/Upgrade/UpgradeConfigService.php:334 -#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:166 -#: app/modules/web/themes/material-blue/views/config/info.inc:49 -#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:34 +#: app/modules/web/Controllers/ConfigBackupController.php:124 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:124 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:262 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:311 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:336 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:167 +#: app/modules/web/themes/material-blue/views/config/info.inc:61 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:41 msgid "Version" msgstr "Version" -#: app/modules/web/Controllers/ConfigBackupController.php:123 +#: app/modules/web/Controllers/ConfigBackupController.php:125 #: 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 +#: app/modules/web/themes/material-blue/views/common/aux-customfields.inc:21 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:106 msgid "Encrypted" msgstr "Encrypted" -#: app/modules/web/Controllers/ConfigBackupController.php:123 -#: app/modules/web/themes/material-blue/views/config/info.inc:140 +#: app/modules/web/Controllers/ConfigBackupController.php:125 +#: app/modules/web/themes/material-blue/views/config/info.inc:152 msgid "Yes" msgstr "Yes" -#: app/modules/web/Controllers/ConfigBackupController.php:123 -#: app/modules/web/themes/material-blue/views/config/info.inc:140 +#: app/modules/web/Controllers/ConfigBackupController.php:125 +#: app/modules/web/themes/material-blue/views/config/info.inc:152 msgid "No" msgstr "No" -#. (itstool) path: action/text -#: app/modules/web/Controllers/ConfigBackupController.php:124 -#: app/modules/web/Controllers/ConfigManagerController.php:192 +#: app/modules/web/Controllers/ConfigBackupController.php:126 +#: app/modules/web/Controllers/ConfigManagerController.php:203 #: 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 +#: lib/SP/Providers/Notification/NotificationHandler.php:128 +#: lib/SP/Providers/Notification/NotificationHandler.php:159 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:79 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:33 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:429 msgid "Accounts" msgstr "Accounts" -#: app/modules/web/Controllers/ConfigBackupController.php:125 +#: app/modules/web/Controllers/ConfigBackupController.php:127 #: 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 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:81 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:361 msgid "Clients" msgstr "Clients" -#: app/modules/web/Controllers/ConfigBackupController.php:126 +#: app/modules/web/Controllers/ConfigBackupController.php:128 #: 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 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:80 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:327 msgid "Categories" msgstr "Categories" -#: app/modules/web/Controllers/ConfigBackupController.php:127 +#: app/modules/web/Controllers/ConfigBackupController.php:129 #: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:94 -#: app/modules/web/themes/material-blue/views/account/account.inc:212 -#: app/modules/web/themes/material-blue/views/account/account.inc:214 -#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:94 -#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:314 +#: app/modules/web/themes/material-blue/views/account/account.inc:237 +#: app/modules/web/themes/material-blue/views/account/account.inc:239 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:109 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:344 msgid "Tags" msgstr "Tags" -#: app/modules/web/Controllers/ConfigDokuWikiController.php:65 +#: app/modules/web/Controllers/ConfigDokuWikiController.php:66 msgid "Missing DokuWiki parameters" msgstr "Missing DokuWiki parameters" -#: app/modules/web/Controllers/ConfigDokuWikiController.php:77 +#: app/modules/web/Controllers/ConfigDokuWikiController.php:78 msgid "DokuWiki enabled" msgstr "DokuWiki enabled" -#: app/modules/web/Controllers/ConfigDokuWikiController.php:82 +#: app/modules/web/Controllers/ConfigDokuWikiController.php:83 msgid "DokuWiki disabled" msgstr "DokuWiki disabled" -#: app/modules/web/Controllers/ConfigEncryptionController.php:74 -#: app/modules/web/Controllers/ConfigEncryptionController.php:174 -#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 -#: lib/SP/Services/Auth/LoginService.php:317 -#: lib/SP/Services/Auth/LoginService.php:343 -#: lib/SP/Services/User/UpdatedMasterPassException.php:45 -#: lib/SP/Util/ErrorUtil.php:164 +#: app/modules/web/Controllers/ConfigEncryptionController.php:80 +#: app/modules/web/Controllers/ConfigEncryptionController.php:180 +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:124 +#: lib/SP/Services/Auth/LoginService.php:325 +#: lib/SP/Services/Auth/LoginService.php:351 +#: lib/SP/Services/User/UpdatedMasterPassException.php:46 +#: lib/SP/Util/ErrorUtil.php:165 msgid "Master password updated" msgstr "Master password updated" -#: app/modules/web/Controllers/ConfigEncryptionController.php:75 -#: app/modules/web/Controllers/ConfigEncryptionController.php:175 -#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 -#: lib/SP/Services/User/UpdatedMasterPassException.php:45 -#: lib/SP/Util/ErrorUtil.php:165 +#: app/modules/web/Controllers/ConfigEncryptionController.php:81 +#: app/modules/web/Controllers/ConfigEncryptionController.php:181 +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:124 +#: lib/SP/Services/User/UpdatedMasterPassException.php:46 +#: lib/SP/Util/ErrorUtil.php:166 msgid "Please, restart the session for update it" msgstr "Please, restart the session for update it" -#: app/modules/web/Controllers/ConfigEncryptionController.php:82 +#: app/modules/web/Controllers/ConfigEncryptionController.php:88 msgid "Master password not entered" msgstr "Master password not entered" -#: app/modules/web/Controllers/ConfigEncryptionController.php:89 +#: app/modules/web/Controllers/ConfigEncryptionController.php:95 msgid "The password update must be confirmed" msgstr "The password update must be confirmed" -#: app/modules/web/Controllers/ConfigEncryptionController.php:96 +#: app/modules/web/Controllers/ConfigEncryptionController.php:102 msgid "Passwords are the same" msgstr "Passwords are the same" -#: app/modules/web/Controllers/ConfigEncryptionController.php:103 +#: app/modules/web/Controllers/ConfigEncryptionController.php:109 msgid "Master passwords do not match" msgstr "Master passwords do not match" -#: app/modules/web/Controllers/ConfigEncryptionController.php:110 +#: app/modules/web/Controllers/ConfigEncryptionController.php:116 msgid "The current master password does not match" msgstr "The current master password does not match" -#: app/modules/web/Controllers/ConfigEncryptionController.php:117 +#: app/modules/web/Controllers/ConfigEncryptionController.php:123 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:91 msgid "Maintenance mode not enabled" msgstr "Maintenance mode not enabled" -#: app/modules/web/Controllers/ConfigEncryptionController.php:118 +#: app/modules/web/Controllers/ConfigEncryptionController.php:124 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:91 msgid "Please, enable it to avoid unwanted behavior from other sessions" msgstr "Please, enable it to avoid unwanted behavior from other sessions" -#: app/modules/web/Controllers/ConfigEncryptionController.php:168 +#: app/modules/web/Controllers/ConfigEncryptionController.php:174 msgid "Error while saving the Master Password's hash" msgstr "Error while saving the Master Password's hash" -#: app/modules/web/Controllers/ConfigEncryptionController.php:195 -#: app/modules/web/Controllers/ConfigEncryptionController.php:197 +#: app/modules/web/Controllers/ConfigEncryptionController.php:201 +#: app/modules/web/Controllers/ConfigEncryptionController.php:203 msgid "Master password hash updated" msgstr "Master password hash updated" -#: app/modules/web/Controllers/ConfigEncryptionController.php:204 +#: app/modules/web/Controllers/ConfigEncryptionController.php:210 msgid "Error while updating the master password hash" msgstr "Error while updating the master password hash" -#: app/modules/web/Controllers/ConfigEncryptionController.php:233 -#: app/modules/web/Controllers/ConfigEncryptionController.php:243 +#: app/modules/web/Controllers/ConfigEncryptionController.php:239 #: app/modules/web/Controllers/ConfigEncryptionController.php:249 +#: app/modules/web/Controllers/ConfigEncryptionController.php:255 msgid "Temporary password generated" msgstr "Temporary password generated" -#: app/modules/web/Controllers/ConfigEncryptionController.php:234 -#: app/modules/web/Controllers/ConfigMailController.php:155 -#: app/modules/web/Controllers/ConfigMailController.php:161 -#: lib/SP/Services/Mail/MailService.php:149 +#: app/modules/web/Controllers/ConfigEncryptionController.php:240 +#: app/modules/web/Controllers/ConfigMailController.php:164 +#: app/modules/web/Controllers/ConfigMailController.php:170 +#: lib/SP/Services/Mail/MailService.php:150 msgid "Email sent" msgstr "Email sent" -#: app/modules/web/Controllers/ConfigEncryptionController.php:244 -#: lib/SP/Services/Mail/MailService.php:81 -#: lib/SP/Services/Mail/MailService.php:159 +#: app/modules/web/Controllers/ConfigEncryptionController.php:250 +#: lib/SP/Services/Mail/MailService.php:82 +#: lib/SP/Services/Mail/MailService.php:160 msgid "Error while sending the email" msgstr "Error while sending the email" -#: app/modules/web/Controllers/ConfigGeneralController.php:97 +#: app/modules/web/Controllers/ConfigGeneralController.php:102 msgid "Missing remote syslog parameters" msgstr "Missing remote syslog parameters" -#: app/modules/web/Controllers/ConfigGeneralController.php:105 +#: app/modules/web/Controllers/ConfigGeneralController.php:110 msgid "Remote syslog enabled" msgstr "Remote syslog enabled" -#: app/modules/web/Controllers/ConfigGeneralController.php:110 +#: app/modules/web/Controllers/ConfigGeneralController.php:115 msgid "Remote syslog disabled" msgstr "Remote syslog disabled" -#: app/modules/web/Controllers/ConfigGeneralController.php:123 +#: app/modules/web/Controllers/ConfigGeneralController.php:128 msgid "Missing Proxy parameters " msgstr "Missing Proxy parameters " -#: app/modules/web/Controllers/ConfigGeneralController.php:137 +#: app/modules/web/Controllers/ConfigGeneralController.php:142 msgid "Proxy enabled" msgstr "Proxy enabled" -#: app/modules/web/Controllers/ConfigGeneralController.php:142 +#: app/modules/web/Controllers/ConfigGeneralController.php:147 msgid "Proxy disabled" msgstr "Proxy disabled" -#: app/modules/web/Controllers/ConfigGeneralController.php:161 +#: app/modules/web/Controllers/ConfigGeneralController.php:166 msgid "Auth Basic enabled" msgstr "Auth Basic enabled" -#: app/modules/web/Controllers/ConfigGeneralController.php:167 +#: app/modules/web/Controllers/ConfigGeneralController.php:172 msgid "Auth Basic disabled" msgstr "Auth Basic disabled" -#: app/modules/web/Controllers/ConfigImportController.php:78 +#: app/modules/web/Controllers/ConfigImportController.php:80 msgid "Accounts imported" msgstr "Accounts imported" -#: app/modules/web/Controllers/ConfigImportController.php:84 -#: app/modules/web/Controllers/ConfigLdapController.php:275 +#: app/modules/web/Controllers/ConfigImportController.php:86 +#: app/modules/web/Controllers/ConfigLdapController.php:279 msgid "Import finished" msgstr "Import finished" -#: app/modules/web/Controllers/ConfigImportController.php:85 -#: app/modules/web/Controllers/ConfigImportController.php:92 -#: lib/SP/Services/Backup/FileBackupService.php:120 -#: lib/SP/Services/Export/XmlExportService.php:201 +#: app/modules/web/Controllers/ConfigImportController.php:87 +#: app/modules/web/Controllers/ConfigImportController.php:94 +#: lib/SP/Services/Backup/FileBackupService.php:128 +#: lib/SP/Services/Export/XmlExportService.php:206 msgid "Please check out the event log for more details" msgstr "Please check out the event log for more details" -#: app/modules/web/Controllers/ConfigImportController.php:91 +#: app/modules/web/Controllers/ConfigImportController.php:93 msgid "No accounts were imported" msgstr "No accounts were imported" -#: app/modules/web/Controllers/ConfigLdapController.php:72 -#: app/modules/web/Controllers/ConfigLdapController.php:148 -#: app/modules/web/Controllers/ConfigLdapController.php:187 +#: app/modules/web/Controllers/ConfigLdapController.php:76 +#: app/modules/web/Controllers/ConfigLdapController.php:152 +#: app/modules/web/Controllers/ConfigLdapController.php:191 msgid "Missing LDAP parameters" msgstr "Missing LDAP parameters" -#: app/modules/web/Controllers/ConfigLdapController.php:91 +#: app/modules/web/Controllers/ConfigLdapController.php:95 msgid "LDAP enabled" msgstr "LDAP enabled" -#: app/modules/web/Controllers/ConfigLdapController.php:96 +#: app/modules/web/Controllers/ConfigLdapController.php:100 msgid "LDAP disabled" msgstr "LDAP disabled" -#: app/modules/web/Controllers/ConfigLdapController.php:98 -#: app/modules/web/Controllers/ConfigMailController.php:108 -#: app/config/strings.js.inc:80 +#: app/modules/web/Controllers/ConfigLdapController.php:102 +#: app/modules/web/Controllers/ConfigMailController.php:114 msgid "No changes" msgstr "No changes" -#: app/modules/web/Controllers/ConfigLdapController.php:122 -#: app/modules/web/Controllers/ConfigLdapController.php:253 +#: app/modules/web/Controllers/ConfigLdapController.php:126 +#: app/modules/web/Controllers/ConfigLdapController.php:257 msgid "Wrong LDAP parameters" msgstr "Wrong LDAP parameters" -#: app/modules/web/Controllers/ConfigLdapController.php:158 -#: app/modules/web/Controllers/ConfigLdapController.php:203 +#: app/modules/web/Controllers/ConfigLdapController.php:162 +#: app/modules/web/Controllers/ConfigLdapController.php:207 msgid "Results" msgstr "Results" -#: app/modules/web/Controllers/ConfigLdapController.php:163 -#: app/modules/web/Controllers/ConfigLdapController.php:209 +#: app/modules/web/Controllers/ConfigLdapController.php:167 +#: app/modules/web/Controllers/ConfigLdapController.php:213 #: lib/SP/Providers/Auth/Ldap/LdapConnection.php:99 msgid "LDAP connection OK" msgstr "LDAP connection OK" -#: app/modules/web/Controllers/ConfigLdapController.php:164 -#: app/modules/web/Controllers/ConfigLdapController.php:210 +#: app/modules/web/Controllers/ConfigLdapController.php:168 +#: app/modules/web/Controllers/ConfigLdapController.php:214 #, php-format msgid "Objects found: %d" msgstr "Objects found: %d" -#: app/modules/web/Controllers/ConfigLdapController.php:260 +#: app/modules/web/Controllers/ConfigLdapController.php:264 msgid "LDAP Import" msgstr "LDAP Import" -#: app/modules/web/Controllers/ConfigLdapController.php:279 +#: app/modules/web/Controllers/ConfigLdapController.php:283 msgid "There aren't any objects to synchronize" msgstr "There aren't any objects to synchronize" -#: app/modules/web/Controllers/ConfigLdapController.php:284 +#: app/modules/web/Controllers/ConfigLdapController.php:288 msgid "LDAP users import finished" msgstr "LDAP users import finished" -#: app/modules/web/Controllers/ConfigLdapController.php:286 +#: app/modules/web/Controllers/ConfigLdapController.php:290 #, php-format msgid "Imported users: %d / %d" msgstr "Imported users: %d / %d" -#: app/modules/web/Controllers/ConfigLdapController.php:287 +#: app/modules/web/Controllers/ConfigLdapController.php:291 #, php-format msgid "Errors: %d" msgstr "Errors: %d" -#: app/modules/web/Controllers/ConfigMailController.php:74 -#: app/modules/web/Controllers/ConfigMailController.php:142 +#: app/modules/web/Controllers/ConfigMailController.php:77 +#: app/modules/web/Controllers/ConfigMailController.php:150 msgid "Missing Mail parameters" msgstr "Missing Mail parameters" -#: app/modules/web/Controllers/ConfigMailController.php:99 +#: app/modules/web/Controllers/ConfigMailController.php:105 msgid "Mail enabled" msgstr "Mail enabled" -#: app/modules/web/Controllers/ConfigMailController.php:106 +#: app/modules/web/Controllers/ConfigMailController.php:112 msgid "Mail disabled" msgstr "Mail disabled" -#: app/modules/web/Controllers/ConfigMailController.php:156 -#: lib/SP/Services/Mail/MailService.php:150 +#: app/modules/web/Controllers/ConfigMailController.php:165 +#: lib/SP/Services/Mail/MailService.php:151 msgid "Recipient" msgstr "Recipient" -#: app/modules/web/Controllers/ConfigMailController.php:162 +#: app/modules/web/Controllers/ConfigMailController.php:171 msgid "Please, check your inbox" msgstr "Please, check your inbox" -#: app/modules/web/Controllers/ConfigManagerController.php:162 -#: 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 +#: app/modules/web/Controllers/ConfigManagerController.php:173 +#: app/modules/web/themes/material-blue/views/install/index.inc:144 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:28 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:26 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:484 msgid "General" msgstr "General" -#. (itstool) path: action/text -#: app/modules/web/Controllers/ConfigManagerController.php:207 -#: app/modules/web/themes/material-blue/views/config/wiki.inc:17 -#: app/config/actions.xml:37 +#: app/modules/web/Controllers/ConfigManagerController.php:218 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:22 msgid "Wiki" msgstr "Wiki" -#: app/modules/web/Controllers/ConfigManagerController.php:234 +#: app/modules/web/Controllers/ConfigManagerController.php:245 msgid "LDAP" msgstr "LDAP" -#: app/modules/web/Controllers/ConfigManagerController.php:260 -#: app/modules/web/themes/material-blue/views/config/mail.inc:12 +#: app/modules/web/Controllers/ConfigManagerController.php:271 +#: app/modules/web/themes/material-blue/views/config/mail.inc:18 msgid "Mail" msgstr "Mail" -#: app/modules/web/Controllers/ConfigManagerController.php:301 -#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:462 +#: app/modules/web/Controllers/ConfigManagerController.php:312 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:501 msgid "Encryption" msgstr "Encryption" -#: app/modules/web/Controllers/ConfigManagerController.php:329 -#: app/modules/web/themes/material-blue/views/config/backup.inc:62 +#: app/modules/web/Controllers/ConfigManagerController.php:340 +#: app/modules/web/themes/material-blue/views/config/backup.inc:68 msgid "There aren't any backups available" msgstr "There aren't any backups available" -#: app/modules/web/Controllers/ConfigManagerController.php:339 -#: app/modules/web/themes/material-blue/views/config/backup.inc:133 +#: app/modules/web/Controllers/ConfigManagerController.php:350 +#: app/modules/web/themes/material-blue/views/config/backup.inc:142 msgid "No export file found" msgstr "No export file found" -#. (itstool) path: action/text -#: app/modules/web/Controllers/ConfigManagerController.php:342 -#: app/modules/web/themes/material-blue/views/config/backup.inc:25 -#: app/modules/web/themes/material-blue/views/config/backup.inc:79 -#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:478 -#: app/config/actions.xml:739 +#: app/modules/web/Controllers/ConfigManagerController.php:353 +#: app/modules/web/themes/material-blue/views/config/backup.inc:31 +#: app/modules/web/themes/material-blue/views/config/backup.inc:86 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:518 msgid "Backup" msgstr "Backup" -#: app/modules/web/Controllers/ConfigManagerController.php:365 +#: app/modules/web/Controllers/ConfigManagerController.php:376 msgid "Import Accounts" msgstr "Import Accounts" -#: app/modules/web/Controllers/ConfigManagerController.php:387 +#: app/modules/web/Controllers/ConfigManagerController.php:398 msgid "Not installed" msgstr "Not installed" -#: app/modules/web/Controllers/ConfigManagerController.php:397 -#: app/modules/web/themes/material-blue/inc/Icons.php:63 +#: app/modules/web/Controllers/ConfigManagerController.php:408 +#: app/modules/web/themes/material-blue/inc/Icons.php:62 msgid "Information" msgstr "Information" -#: app/modules/web/Controllers/ConfigWikiController.php:63 +#: app/modules/web/Controllers/ConfigWikiController.php:64 msgid "Missing Wiki parameters" msgstr "Missing Wiki parameters" -#: app/modules/web/Controllers/ConfigWikiController.php:73 +#: app/modules/web/Controllers/ConfigWikiController.php:74 msgid "Wiki enabled" msgstr "Wiki enabled" -#: app/modules/web/Controllers/ConfigWikiController.php:78 +#: app/modules/web/Controllers/ConfigWikiController.php:79 msgid "Wiki disabled" msgstr "Wiki disabled" -#: app/modules/web/Controllers/CustomFieldController.php:111 +#: app/modules/web/Controllers/CustomFieldController.php:121 #: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:159 #: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:160 msgid "New Field" msgstr "New Field" -#: app/modules/web/Controllers/CustomFieldController.php:175 +#: app/modules/web/Controllers/CustomFieldController.php:185 #: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:177 #: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:178 msgid "Edit Field" msgstr "Edit Field" -#: app/modules/web/Controllers/CustomFieldController.php:213 -#: app/modules/web/Controllers/CustomFieldController.php:216 +#: app/modules/web/Controllers/CustomFieldController.php:223 +#: app/modules/web/Controllers/CustomFieldController.php:226 msgid "Fields deleted" msgstr "Fields deleted" -#: app/modules/web/Controllers/CustomFieldController.php:222 +#: app/modules/web/Controllers/CustomFieldController.php:232 msgid "Field deleted" msgstr "Field deleted" -#: app/modules/web/Controllers/CustomFieldController.php:254 -#: app/modules/web/Controllers/CustomFieldController.php:258 +#: app/modules/web/Controllers/CustomFieldController.php:264 +#: app/modules/web/Controllers/CustomFieldController.php:268 msgid "Field added" msgstr "Field added" -#: app/modules/web/Controllers/CustomFieldController.php:255 -#: app/modules/web/Controllers/CustomFieldController.php:296 -#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:88 -#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:157 +#: app/modules/web/Controllers/CustomFieldController.php:265 +#: app/modules/web/Controllers/CustomFieldController.php:306 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:98 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:190 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:254 msgid "Field" msgstr "Field" -#: app/modules/web/Controllers/CustomFieldController.php:295 -#: app/modules/web/Controllers/CustomFieldController.php:299 -#: lib/SP/Services/Upgrade/UpgradeCustomFieldData.php:74 -#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:87 -#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:156 +#: app/modules/web/Controllers/CustomFieldController.php:305 +#: app/modules/web/Controllers/CustomFieldController.php:309 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldData.php:75 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:97 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:189 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:253 msgid "Field updated" msgstr "Field updated" -#: app/modules/web/Controllers/CustomFieldController.php:327 +#: app/modules/web/Controllers/CustomFieldController.php:337 msgid "View Field" msgstr "View Field" -#: app/modules/web/Controllers/ErrorController.php:107 +#: app/modules/web/Controllers/ErrorController.php:109 msgid "Application on maintenance" msgstr "Application on maintenance" -#: app/modules/web/Controllers/ErrorController.php:108 +#: app/modules/web/Controllers/ErrorController.php:110 msgid "It will be running shortly" msgstr "It will be running shortly" -#: app/modules/web/Controllers/ErrorController.php:123 +#: app/modules/web/Controllers/ErrorController.php:125 #: lib/SP/Services/Install/MySQL.php:363 msgid "Error while checking the database" msgstr "Error while checking the database" -#: app/modules/web/Controllers/ErrorController.php:124 -#: app/modules/web/Controllers/ErrorController.php:140 -#: app/modules/web/Controllers/UserPassResetController.php:99 -#: 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 +#: app/modules/web/Controllers/ErrorController.php:126 +#: app/modules/web/Controllers/ErrorController.php:142 +#: app/modules/web/Controllers/UserPassResetController.php:105 +#: lib/SP/Core/Acl/AccountPermissionException.php:46 +#: lib/SP/Core/Acl/UnauthorizedActionException.php:47 +#: lib/SP/Core/Acl/UnauthorizedPageException.php:46 +#: lib/SP/Util/ErrorUtil.php:150 lib/SP/Util/ErrorUtil.php:154 +#: lib/SP/Util/ErrorUtil.php:158 lib/SP/Util/ErrorUtil.php:162 +#: lib/SP/Util/ErrorUtil.php:170 lib/SP/Util/ErrorUtil.php:177 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:17 msgid "Please contact to the administrator" msgstr "Please contact to the administrator" -#: app/modules/web/Controllers/ErrorController.php:139 +#: app/modules/web/Controllers/ErrorController.php:141 #: lib/SP/Services/Install/MySQL.php:99 -#: lib/SP/Storage/Database/MySQLHandler.php:98 -#: lib/SP/Storage/Database/MySQLHandler.php:118 -#: lib/SP/Storage/Database/MySQLHandler.php:165 -#: lib/SP/Storage/Database/MySQLHandler.php:177 +#: lib/SP/Storage/Database/MySQLHandler.php:99 +#: lib/SP/Storage/Database/MySQLHandler.php:119 +#: lib/SP/Storage/Database/MySQLHandler.php:166 +#: lib/SP/Storage/Database/MySQLHandler.php:178 msgid "Unable to connect to DB" msgstr "Unable to connect to DB" -#: app/modules/web/Controllers/EventlogController.php:127 -#: app/modules/web/Controllers/EventlogController.php:130 +#: app/modules/web/Controllers/EventlogController.php:134 +#: app/modules/web/Controllers/EventlogController.php:137 msgid "Event log cleared" msgstr "Event log cleared" @@ -1583,29 +1555,29 @@ msgstr "View Current" #: 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:366 -#: app/modules/web/themes/material-blue/views/config/backup.inc:174 -#: app/modules/web/themes/material-blue/views/config/encryption.inc:310 -#: app/modules/web/themes/material-blue/views/config/general.inc:27 -#: 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:304 -#: app/modules/web/themes/material-blue/views/config/ldap.inc:449 -#: app/modules/web/themes/material-blue/views/config/mail.inc:206 -#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:177 -#: app/modules/web/themes/material-blue/views/config/wiki.inc:138 -#: 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:42 -#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:55 -#: app/modules/web/themes/material-blue/views/usersettings/general.inc:211 +#: app/modules/web/themes/material-blue/inc/Icons.php:48 +#: app/modules/web/themes/material-blue/views/_partials/error.inc:18 +#: app/modules/web/themes/material-blue/views/_partials/error.inc:19 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:142 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:80 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:400 +#: app/modules/web/themes/material-blue/views/config/backup.inc:184 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:335 +#: app/modules/web/themes/material-blue/views/config/general.inc:32 +#: app/modules/web/themes/material-blue/views/config/import.inc:100 +#: app/modules/web/themes/material-blue/views/config/info.inc:205 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:328 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:482 +#: app/modules/web/themes/material-blue/views/config/mail.inc:231 +#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:198 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:149 +#: app/modules/web/themes/material-blue/views/error/error-database.inc:18 +#: app/modules/web/themes/material-blue/views/error/error-database.inc:19 +#: app/modules/web/themes/material-blue/views/error/error-maintenance.inc:18 +#: app/modules/web/themes/material-blue/views/error/error-maintenance.inc:19 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:44 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:60 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:231 msgid "Back" msgstr "Back" @@ -1621,40 +1593,32 @@ msgstr "Restore account from this point" #: 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 +#: app/modules/web/themes/material-blue/inc/Icons.php:50 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:150 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 #: 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 #: 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 #: 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 +#: app/modules/web/themes/material-blue/inc/Icons.php:33 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:81 msgid "View password" msgstr "View password" @@ -1665,115 +1629,112 @@ msgstr "View password" msgid "Copy Password to Clipboard" msgstr "Copy Password to Clipboard" -#. (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 "Copy Account" -#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:69 -#: app/config/strings.js.inc:72 +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:75 msgid "Account Password" msgstr "Account Password" -#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:96 -#: lib/SP/Core/Acl/AccountPermissionException.php:45 -#: lib/SP/Util/ErrorUtil.php:152 +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:102 +#: lib/SP/Core/Acl/AccountPermissionException.php:46 +#: lib/SP/Util/ErrorUtil.php:153 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 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:186 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:187 msgid "More Actions" msgstr "More Actions" -#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:234 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:243 msgid "Sort by Client" msgstr "Sort by Client" -#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:241 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:250 msgid "Sort by Name" msgstr "Sort by Name" -#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:248 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:257 msgid "Sort by Category" msgstr "Sort by Category" -#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:254 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:263 #: 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:123 -#: app/modules/web/Controllers/UserController.php:296 -#: app/modules/web/Controllers/UserController.php:335 -#: app/modules/web/Controllers/UserController.php:402 -#: app/modules/web/Controllers/UserController.php:446 -#: app/modules/web/Controllers/UserPassResetController.php:215 -#: lib/SP/Core/Acl/Acl.php:301 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/LdapMsAzureAd.php:113 +#: app/modules/web/Controllers/LoginController.php:126 +#: app/modules/web/Controllers/UserController.php:307 +#: app/modules/web/Controllers/UserController.php:346 +#: app/modules/web/Controllers/UserController.php:413 +#: app/modules/web/Controllers/UserController.php:457 +#: app/modules/web/Controllers/UserPassResetController.php:221 +#: lib/SP/Core/Acl/Acl.php:301 lib/SP/Providers/Auth/Ldap/LdapMsAds.php:114 +#: lib/SP/Providers/Auth/Ldap/LdapMsAds.php:145 +#: lib/SP/Providers/Auth/Ldap/LdapMsAds.php:155 +#: lib/SP/Providers/Auth/Ldap/LdapMsAzureAd.php:114 #: lib/SP/Providers/Auth/Ldap/LdapMsAzureAd.php:146 #: lib/SP/Providers/Auth/Ldap/LdapMsAzureAd.php:156 -#: lib/SP/Providers/Auth/Ldap/LdapStd.php:111 -#: lib/SP/Providers/Auth/Ldap/LdapStd.php:143 -#: lib/SP/Services/Auth/LoginService.php:230 -#: lib/SP/Services/Auth/LoginService.php:248 -#: lib/SP/Services/Auth/LoginService.php:414 -#: lib/SP/Services/Auth/LoginService.php:484 -#: lib/SP/Services/Auth/LoginService.php:607 -#: lib/SP/Services/Auth/LoginService.php:656 -#: lib/SP/Services/Ldap/LdapImportService.php:230 -#: 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:142 -#: 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:148 -#: 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-dokuwiki.inc:116 -#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:130 -#: 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:81 -#: app/modules/web/themes/material-blue/views/notification/notification.inc:83 -#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:20 +#: lib/SP/Providers/Auth/Ldap/LdapStd.php:112 +#: lib/SP/Providers/Auth/Ldap/LdapStd.php:144 +#: lib/SP/Services/Auth/LoginService.php:238 +#: lib/SP/Services/Auth/LoginService.php:256 +#: lib/SP/Services/Auth/LoginService.php:422 +#: lib/SP/Services/Auth/LoginService.php:492 +#: lib/SP/Services/Auth/LoginService.php:615 +#: lib/SP/Services/Auth/LoginService.php:664 +#: lib/SP/Services/Ldap/LdapImportService.php:231 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:74 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:82 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:115 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:80 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:88 +#: app/modules/web/themes/material-blue/views/account/account.inc:158 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:86 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:32 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:76 +#: app/modules/web/themes/material-blue/views/config/info.inc:73 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:161 +#: app/modules/web/themes/material-blue/views/config/mail.inc:122 +#: app/modules/web/themes/material-blue/views/config/mail.inc:131 +#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:129 +#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:146 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:29 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:31 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:41 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:43 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:47 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:75 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:77 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:26 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:108 +#: app/modules/web/themes/material-blue/views/login/index.inc:29 +#: app/modules/web/themes/material-blue/views/login/index.inc:102 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:94 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:96 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:22 msgid "User" msgstr "User" -#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:255 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:264 msgid "Sort by Username" msgstr "Sort by Username" -#: 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:129 -#: app/modules/web/themes/material-blue/views/account/search-rows.inc:81 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:270 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:61 +#: 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:75 +#: app/modules/web/themes/material-blue/views/account/account.inc:145 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:91 msgid "URL / IP" msgstr "URL / IP" -#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:262 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:271 msgid "Sort by URL / IP" msgstr "Sort by URL / IP" @@ -1811,25 +1772,23 @@ msgid "Delete Selected" msgstr "Delete Selected" #: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:116 -#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:165 -#: app/modules/web/themes/material-blue/views/account/details.inc:42 -#: app/modules/web/themes/material-blue/views/account/details.inc:44 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:184 +#: app/modules/web/themes/material-blue/views/account/details.inc:48 +#: app/modules/web/themes/material-blue/views/account/details.inc:50 msgid "Owner" msgstr "Owner" #: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:117 -#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:182 -#: 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 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:208 +#: app/modules/web/themes/material-blue/views/account/details.inc:56 +#: app/modules/web/themes/material-blue/views/account/details.inc:58 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:93 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:95 msgid "Main Group" msgstr "Main Group" -#. (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 "Search for Account" @@ -1840,13 +1799,13 @@ msgstr "Accounts (H)" #: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:107 #: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:127 #: 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:191 -#: 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 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:125 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:139 +#: app/modules/web/themes/material-blue/views/account/account.inc:214 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:285 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:58 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:66 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:42 msgid "Date" msgstr "Date" @@ -1864,22 +1823,20 @@ msgstr "Modified" msgid "Removed" msgstr "Removed" -#. (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 "Account Restore" #: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:95 -#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:362 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:395 msgid "API Authorizations" msgstr "API Authorizations" #: 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 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:44 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:46 msgid "Action" msgstr "Action" @@ -1897,51 +1854,41 @@ msgstr "View Authorization token" msgid "Delete Authorization" msgstr "Delete Authorization" -#. (itstool) path: action/text #: 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 #: 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" #: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:123 -#: app/config/strings.js.inc:66 msgid "YES" msgstr "YES" #: 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 "Search for Client" -#. (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 "Delete Client" #: 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 +#: app/modules/web/themes/material-blue/views/account/account.inc:41 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:378 msgid "Custom Fields" msgstr "Custom Fields" #: 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 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:59 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:61 msgid "Module" msgstr "Module" @@ -1959,20 +1906,18 @@ msgstr "Search for Field" msgid "Delete Field" msgstr "Delete Field" -#. (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 +#: app/modules/web/themes/material-blue/views/eventlog/index.inc:3 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:556 msgid "Event Log" msgstr "Event Log" #: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:99 -#: app/modules/web/Controllers/ItemPresetController.php:295 -#: app/modules/web/Controllers/ItemPresetController.php:332 -#: app/modules/web/Controllers/ItemPresetController.php:375 -#: app/modules/web/themes/material-blue/views/account/details.inc:97 -#: app/modules/web/themes/material-blue/views/account/details.inc:99 +#: app/modules/web/Controllers/ItemPresetController.php:307 +#: app/modules/web/Controllers/ItemPresetController.php:344 +#: app/modules/web/Controllers/ItemPresetController.php:387 +#: app/modules/web/themes/material-blue/views/account/details.inc:103 +#: app/modules/web/themes/material-blue/views/account/details.inc:105 msgid "ID" msgstr "ID" @@ -1990,14 +1935,12 @@ msgstr "Event" #: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:103 #: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:109 -#: app/modules/web/themes/material-blue/views/itemshow/user.inc:50 -#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:33 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:61 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:40 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 "Search for Events" @@ -2008,48 +1951,38 @@ msgstr "Search for Events" msgid "Refresh" msgstr "Refresh" -#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:199 #: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:200 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:201 msgid "Clear the event log out" msgstr "Clear the event log out" -#. (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:279 -#: 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 +#: app/modules/web/themes/material-blue/views/account/account.inc:51 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:306 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:167 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:446 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 "Search for File" -#. (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 +#: app/modules/web/themes/material-blue/views/account/files-list.inc:59 msgid "View File" msgstr "View File" -#. (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 +#: app/modules/web/themes/material-blue/views/account/files-list.inc:50 msgid "Download File" msgstr "Download File" -#. (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 +#: app/modules/web/themes/material-blue/views/account/files-list.inc:42 msgid "Delete File" msgstr "Delete File" @@ -2059,60 +1992,58 @@ msgstr "Preset Values" #: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:111 #: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:111 -#: app/modules/web/Controllers/UserGroupController.php:242 +#: app/modules/web/Controllers/UserGroupController.php:252 #: lib/SP/Providers/Auth/Ldap/LdapActions.php:122 -#: lib/SP/Providers/Auth/Ldap/LdapMsAds.php:114 -#: lib/SP/Providers/Auth/Ldap/LdapMsAds.php:147 -#: lib/SP/Providers/Auth/Ldap/LdapMsAds.php:157 -#: lib/SP/Providers/Auth/Ldap/LdapMsAzureAd.php:114 +#: lib/SP/Providers/Auth/Ldap/LdapMsAds.php:115 +#: lib/SP/Providers/Auth/Ldap/LdapMsAds.php:146 +#: lib/SP/Providers/Auth/Ldap/LdapMsAds.php:156 +#: lib/SP/Providers/Auth/Ldap/LdapMsAzureAd.php:115 #: lib/SP/Providers/Auth/Ldap/LdapMsAzureAd.php:147 #: lib/SP/Providers/Auth/Ldap/LdapMsAzureAd.php:157 -#: lib/SP/Providers/Auth/Ldap/LdapStd.php:112 -#: lib/SP/Providers/Auth/Ldap/LdapStd.php:144 -#: lib/SP/Services/Ldap/LdapImportService.php:138 -#: 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:215 -#: app/modules/web/themes/material-blue/views/config/ldap.inc:242 -#: 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 +#: lib/SP/Providers/Auth/Ldap/LdapStd.php:113 +#: lib/SP/Providers/Auth/Ldap/LdapStd.php:145 +#: lib/SP/Services/Ldap/LdapImportService.php:139 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:147 +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:30 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:298 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:301 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:234 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:264 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:59 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:61 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:65 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:164 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:166 msgid "Group" msgstr "Group" #: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:112 #: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:110 -#: app/modules/web/Controllers/UserProfileController.php:232 -#: 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 +#: app/modules/web/Controllers/UserProfileController.php:243 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:77 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:79 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:83 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:146 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:148 msgid "Profile" msgstr "Profile" #: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:113 -#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:83 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:96 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 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:137 msgid "Forced" msgstr "Forced" -#. (itstool) path: action/text #: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:148 -#: app/config/actions.xml:859 msgid "Search for Value" msgstr "Search for Value" #: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:163 -#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:66 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:69 msgid "Permission Preset" msgstr "Permission Preset" @@ -2121,7 +2052,7 @@ 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 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:89 msgid "Private Account Preset" msgstr "Private Account Preset" @@ -2130,7 +2061,7 @@ 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 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:105 msgid "Session Timeout Preset" msgstr "Session Timeout Preset" @@ -2139,7 +2070,7 @@ 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 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:120 msgid "Account Password Preset" msgstr "Account Password Preset" @@ -2147,97 +2078,82 @@ msgstr "Account Password Preset" msgid "New Account Password Preset" msgstr "New Account Password Preset" -#. (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:243 -#: app/config/actions.xml:877 +#: app/modules/web/Controllers/ItemPresetController.php:255 msgid "Edit Value" msgstr "Edit Value" -#. (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 "Delete Value" -#. (itstool) path: action/text #: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:114 -#: 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 +#: app/modules/web/themes/material-blue/inc/Icons.php:64 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:119 +#: app/modules/web/themes/material-blue/views/notification/index.inc:3 msgid "Notifications" msgstr "Notifications" #: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:129 -#: app/modules/web/themes/material-blue/views/notification/notification.inc:35 -#: app/modules/web/themes/material-blue/views/notification/notification.inc:42 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:44 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:52 msgid "Component" msgstr "Component" #: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:153 -#: app/modules/web/themes/material-blue/views/notification/notification.inc:117 -#: app/modules/web/themes/material-blue/views/notification/notification.inc:121 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:133 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:137 msgid "Read" msgstr "Read" #: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:154 -#: app/modules/web/themes/material-blue/views/notification/notification.inc:113 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:128 msgid "Only Admins" msgstr "Only Admins" -#. (itstool) path: action/text #: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:171 -#: app/config/actions.xml:847 msgid "Search for Notification" msgstr "Search for Notification" #: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:186 #: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:187 -#: app/modules/web/Controllers/NotificationController.php:196 +#: app/modules/web/Controllers/NotificationController.php:204 msgid "New Notification" msgstr "New Notification" -#. (itstool) path: action/text #: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:204 #: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:205 -#: app/modules/web/Controllers/NotificationController.php:113 -#: app/config/actions.xml:817 +#: app/modules/web/Controllers/NotificationController.php:121 msgid "View Notification" msgstr "View Notification" -#. (itstool) path: action/text #: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:234 #: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:235 -#: app/config/actions.xml:841 msgid "Checkout Notification" msgstr "Checkout Notification" -#. (itstool) path: action/text #: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:252 #: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:253 -#: app/modules/web/Controllers/NotificationController.php:230 -#: app/config/actions.xml:829 +#: app/modules/web/Controllers/NotificationController.php:238 msgid "Edit Notification" msgstr "Edit Notification" -#. (itstool) path: action/text #: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:269 #: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:270 -#: app/config/actions.xml:835 msgid "Delete Notification" msgstr "Delete Notification" #: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:96 -#: app/modules/web/Controllers/Helpers/LayoutHelper.php:331 -#: app/modules/web/themes/material-blue/views/plugin/index.inc:1 +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:332 +#: app/modules/web/themes/material-blue/views/plugin/index.inc:3 msgid "Plugins" msgstr "Plugins" #: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:108 -#: lib/SP/Plugin/PluginManager.php:194 +#: lib/SP/Plugin/PluginManager.php:208 lib/SP/Plugin/PluginManager.php:264 +#: lib/SP/Plugin/PluginManager.php:422 msgid "Plugin" msgstr "Plugin" @@ -2245,17 +2161,13 @@ msgstr "Plugin" 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 "Search for 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 +#: app/modules/web/Controllers/PluginController.php:149 msgid "View Plugin" msgstr "View Plugin" @@ -2274,44 +2186,41 @@ msgstr "Disable" msgid "Reset Data" msgstr "Reset Data" -#. (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 +#: app/modules/web/themes/material-blue/views/account/account.inc:61 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 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:59 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:61 msgid "Creation Date" msgstr "Creation Date" #: 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 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:67 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:69 msgid "Expiry Date " msgstr "Expiry Date " #: 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 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:45 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:53 msgid "Notify" msgstr "Notify" #: 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 +#: app/modules/web/themes/material-blue/views/account/details.inc:20 +#: app/modules/web/themes/material-blue/views/account/details.inc:22 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:210 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:83 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:85 msgid "Visits" msgstr "Visits" @@ -2326,7 +2235,7 @@ msgstr "New Link" #: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:184 #: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:185 -#: app/modules/web/Controllers/PublicLinkController.php:369 +#: app/modules/web/Controllers/PublicLinkController.php:381 msgid "View Link" msgstr "View Link" @@ -2340,32 +2249,25 @@ msgstr "Renew Link" msgid "Delete Link" msgstr "Delete Link" -#. (itstool) path: action/text #: 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 #: 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:227 -#: app/config/actions.xml:505 +#: app/modules/web/Controllers/TagController.php:118 +#: app/modules/web/themes/material-blue/views/account/account.inc:253 msgid "New Tag" msgstr "New 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:170 app/config/actions.xml:517 +#: app/modules/web/Controllers/TagController.php:180 msgid "Edit Tag" msgstr "Edit 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 "Delete Tag" @@ -2381,50 +2283,40 @@ msgstr "Date Unlocked" msgid "Source" msgstr "Source" -#. (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:96 -#: 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 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:82 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:24 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:128 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:18 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:60 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:62 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:67 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:276 msgid "Users" msgstr "Users" -#. (itstool) path: action/text #: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:148 -#: app/config/actions.xml:607 msgid "Search for User" msgstr "Search for User" -#. (itstool) path: action/text #: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:163 #: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:164 -#: app/modules/web/Controllers/UserController.php:115 -#: app/config/actions.xml:583 +#: app/modules/web/Controllers/UserController.php:126 msgid "New User" msgstr "New User" -#. (itstool) path: action/text #: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:181 #: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:182 -#: app/modules/web/Controllers/UserController.php:202 -#: app/config/actions.xml:589 +#: app/modules/web/Controllers/UserController.php:213 msgid "Edit User" msgstr "Edit User" -#. (itstool) path: action/text #: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:198 #: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:199 -#: app/config/actions.xml:595 msgid "Delete User" msgstr "Delete User" @@ -2435,74 +2327,60 @@ msgstr "View User Details" #: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:232 #: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:233 -#: 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 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:73 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:130 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:136 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 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:83 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:96 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:185 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:61 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:293 msgid "Groups" msgstr "Groups" -#. (itstool) path: action/text #: 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 #: 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 +#: app/modules/web/Controllers/UserGroupController.php:127 msgid "New Group" msgstr "New Group" -#. (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:356 -#: app/config/actions.xml:613 +#: app/modules/web/Controllers/UserGroupController.php:366 msgid "View Group" msgstr "View Group" -#. (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:190 -#: app/config/actions.xml:625 +#: app/modules/web/Controllers/UserGroupController.php:200 msgid "Edit Group" msgstr "Edit Group" -#. (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 "Delete Group" #: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:95 -#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:282 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:310 msgid "Profiles" msgstr "Profiles" -#. (itstool) path: action/text #: 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 #: 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 +#: app/modules/web/Controllers/UserProfileController.php:121 msgid "New Profile" msgstr "New Profile" @@ -2511,389 +2389,374 @@ msgstr "New Profile" msgid "View Profile Details" msgstr "View Profile Details" -#. (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:179 -#: app/config/actions.xml:655 +#: app/modules/web/Controllers/UserProfileController.php:190 msgid "Edit Profile" msgstr "Edit Profile" -#. (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 "Delete Profile" -#: app/modules/web/Controllers/Helpers/LayoutHelper.php:262 -#: app/modules/web/themes/material-blue/inc/Icons.php:58 +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:263 +#: app/modules/web/themes/material-blue/inc/Icons.php:57 msgid "Search" msgstr "Search" -#. (itstool) path: action/text -#: app/modules/web/Controllers/Helpers/LayoutHelper.php:345 -#: 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 +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:346 +#: app/modules/web/themes/material-blue/inc/Icons.php:60 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:31 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:37 msgid "Configuration" msgstr "Configuration" -#: app/modules/web/Controllers/InstallController.php:59 +#: app/modules/web/Controllers/InstallController.php:60 msgid "Module unavailable" msgstr "Module unavailable" -#: app/modules/web/Controllers/InstallController.php:60 +#: app/modules/web/Controllers/InstallController.php:61 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 +#: app/modules/web/Controllers/InstallController.php:90 msgid "Installation finished" msgstr "Installation finished" -#. (itstool) path: action/text -#: app/modules/web/Controllers/ItemPresetController.php:73 -#: app/config/actions.xml:865 +#: app/modules/web/Controllers/ItemPresetController.php:85 msgid "Display Value" msgstr "Display Value" -#. (itstool) path: action/text -#: app/modules/web/Controllers/ItemPresetController.php:209 -#: app/config/actions.xml:871 +#: app/modules/web/Controllers/ItemPresetController.php:221 msgid "New Value" msgstr "New Value" -#: app/modules/web/Controllers/ItemPresetController.php:283 -#: app/modules/web/Controllers/ItemPresetController.php:286 +#: app/modules/web/Controllers/ItemPresetController.php:295 +#: app/modules/web/Controllers/ItemPresetController.php:298 msgid "Values deleted" msgstr "Values deleted" -#: app/modules/web/Controllers/ItemPresetController.php:294 -#: app/modules/web/Controllers/ItemPresetController.php:298 +#: app/modules/web/Controllers/ItemPresetController.php:306 +#: app/modules/web/Controllers/ItemPresetController.php:310 msgid "Value deleted" msgstr "Value deleted" -#: app/modules/web/Controllers/ItemPresetController.php:330 -#: app/modules/web/Controllers/ItemPresetController.php:335 +#: app/modules/web/Controllers/ItemPresetController.php:342 +#: app/modules/web/Controllers/ItemPresetController.php:347 msgid "Value created" msgstr "Value created" -#: app/modules/web/Controllers/ItemPresetController.php:373 -#: app/modules/web/Controllers/ItemPresetController.php:378 +#: app/modules/web/Controllers/ItemPresetController.php:385 +#: app/modules/web/Controllers/ItemPresetController.php:390 msgid "Value updated" msgstr "Value updated" -#: app/modules/web/Controllers/ItemsController.php:134 +#: app/modules/web/Controllers/ItemsController.php:140 msgid "There aren't any pending notifications" msgstr "There aren't any pending notifications" -#: app/modules/web/Controllers/ItemsController.php:135 +#: app/modules/web/Controllers/ItemsController.php:141 #, php-format msgid "There are pending notifications: %d" msgstr "There are pending notifications: %d" -#: app/modules/web/Controllers/LoginController.php:122 +#: app/modules/web/Controllers/LoginController.php:125 msgid "Logout session" msgstr "Logout session" -#: app/modules/web/Controllers/LoginController.php:124 +#: app/modules/web/Controllers/LoginController.php:127 msgid "Inactive time" msgstr "Inactive time" -#: app/modules/web/Controllers/LoginController.php:125 +#: app/modules/web/Controllers/LoginController.php:128 msgid "Total time" msgstr "Total time" -#: app/modules/web/Controllers/NotificationController.php:270 -#: app/modules/web/Controllers/NotificationController.php:273 +#: app/modules/web/Controllers/NotificationController.php:278 +#: app/modules/web/Controllers/NotificationController.php:281 msgid "Notifications deleted" msgstr "Notifications deleted" -#: app/modules/web/Controllers/NotificationController.php:285 -#: app/modules/web/Controllers/NotificationController.php:289 +#: app/modules/web/Controllers/NotificationController.php:293 +#: app/modules/web/Controllers/NotificationController.php:297 msgid "Notification deleted" msgstr "Notification deleted" -#: app/modules/web/Controllers/NotificationController.php:286 -#: app/modules/web/Controllers/NotificationController.php:321 -#: lib/SP/Providers/Notification/NotificationHandler.php:155 +#: app/modules/web/Controllers/NotificationController.php:294 +#: app/modules/web/Controllers/NotificationController.php:329 +#: lib/SP/Providers/Notification/NotificationHandler.php:158 msgid "Notification" msgstr "Notification" -#: app/modules/web/Controllers/NotificationController.php:320 -#: app/modules/web/Controllers/NotificationController.php:324 +#: app/modules/web/Controllers/NotificationController.php:328 +#: app/modules/web/Controllers/NotificationController.php:332 msgid "Notification read" msgstr "Notification read" -#: app/modules/web/Controllers/NotificationController.php:354 -#: app/modules/web/Controllers/NotificationController.php:357 +#: app/modules/web/Controllers/NotificationController.php:362 +#: app/modules/web/Controllers/NotificationController.php:365 msgid "Notification created" msgstr "Notification created" -#: app/modules/web/Controllers/NotificationController.php:391 -#: app/modules/web/Controllers/NotificationController.php:394 +#: app/modules/web/Controllers/NotificationController.php:399 +#: app/modules/web/Controllers/NotificationController.php:402 msgid "Notification updated" msgstr "Notification updated" -#: app/modules/web/Controllers/PluginController.php:201 -#: app/modules/web/Controllers/PluginController.php:204 +#: app/modules/web/Controllers/PluginController.php:214 +#: app/modules/web/Controllers/PluginController.php:217 msgid "Plugin enabled" msgstr "Plugin enabled" -#: app/modules/web/Controllers/PluginController.php:230 -#: app/modules/web/Controllers/PluginController.php:233 -#: lib/SP/Plugin/PluginManager.php:219 lib/SP/Plugin/PluginManager.php:339 +#: app/modules/web/Controllers/PluginController.php:243 +#: app/modules/web/Controllers/PluginController.php:246 +#: lib/SP/Plugin/PluginManager.php:233 lib/SP/Plugin/PluginManager.php:441 msgid "Plugin disabled" msgstr "Plugin disabled" -#: app/modules/web/Controllers/PluginController.php:259 -#: app/modules/web/Controllers/PluginController.php:262 +#: app/modules/web/Controllers/PluginController.php:273 +#: app/modules/web/Controllers/PluginController.php:276 msgid "Plugin reset" msgstr "Plugin reset" -#: app/modules/web/Controllers/PluginController.php:293 +#: app/modules/web/Controllers/PluginController.php:307 msgid "Plugins deleted" msgstr "Plugins deleted" -#: app/modules/web/Controllers/PluginController.php:299 +#: app/modules/web/Controllers/PluginController.php:313 msgid "Plugin deleted" msgstr "Plugin deleted" -#: app/modules/web/Controllers/PublicLinkController.php:114 +#: app/modules/web/Controllers/PublicLinkController.php:124 msgid "New Public Link" msgstr "New Public Link" -#: app/modules/web/Controllers/PublicLinkController.php:182 -#: lib/SP/Services/Upgrade/UpgradePublicLink.php:89 +#: app/modules/web/Controllers/PublicLinkController.php:194 +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:90 msgid "Link updated" msgstr "Link updated" -#: app/modules/web/Controllers/PublicLinkController.php:208 +#: app/modules/web/Controllers/PublicLinkController.php:220 msgid "Edit Public Link" msgstr "Edit Public Link" -#: app/modules/web/Controllers/PublicLinkController.php:249 -#: app/modules/web/Controllers/PublicLinkController.php:252 +#: app/modules/web/Controllers/PublicLinkController.php:261 +#: app/modules/web/Controllers/PublicLinkController.php:264 msgid "Links deleted" msgstr "Links deleted" -#: app/modules/web/Controllers/PublicLinkController.php:260 -#: app/modules/web/Controllers/PublicLinkController.php:264 +#: app/modules/web/Controllers/PublicLinkController.php:272 +#: app/modules/web/Controllers/PublicLinkController.php:276 msgid "Link deleted" msgstr "Link deleted" -#: app/modules/web/Controllers/PublicLinkController.php:294 -#: app/modules/web/Controllers/PublicLinkController.php:333 +#: app/modules/web/Controllers/PublicLinkController.php:306 +#: app/modules/web/Controllers/PublicLinkController.php:345 msgid "Link created" msgstr "Link created" -#: app/modules/web/Controllers/StatusController.php:93 +#: app/modules/web/Controllers/StatusController.php:95 msgid "Version unavailable" msgstr "Version unavailable" -#: app/modules/web/Controllers/StatusController.php:140 +#: app/modules/web/Controllers/StatusController.php:142 msgid "Notifications not available" msgstr "Notifications not available" -#: app/modules/web/Controllers/TagController.php:211 +#: app/modules/web/Controllers/TagController.php:221 msgid "Tags deleted" msgstr "Tags deleted" -#. (itstool) path: action/text -#: app/modules/web/Controllers/TagController.php:312 app/config/actions.xml:511 +#: app/modules/web/Controllers/TagController.php:322 msgid "View Tag" msgstr "View Tag" -#: app/modules/web/Controllers/TrackController.php:114 +#: app/modules/web/Controllers/TrackController.php:121 msgid "Track unlocked" msgstr "Track unlocked" -#: app/modules/web/Controllers/TrackController.php:142 +#: app/modules/web/Controllers/TrackController.php:149 msgid "Tracks cleared out" msgstr "Tracks cleared out" -#: app/modules/web/Controllers/Traits/ConfigTrait.php:68 +#: app/modules/web/Controllers/Traits/ConfigTrait.php:69 msgid "Configuration updated" msgstr "Configuration updated" -#: app/modules/web/Controllers/Traits/ConfigTrait.php:72 +#: app/modules/web/Controllers/Traits/ConfigTrait.php:73 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 +#: app/modules/web/Controllers/Traits/ItemTrait.php:135 +#: app/modules/web/Controllers/Traits/ItemTrait.php:196 #: 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:200 -#: lib/SP/Services/Auth/LoginService.php:373 -#: lib/SP/Services/Auth/LoginService.php:542 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:62 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:157 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:247 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:337 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:392 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:420 +#: lib/SP/Services/Account/AccountService.php:247 +#: lib/SP/Services/Account/AccountService.php:252 +#: lib/SP/Services/Api/ApiService.php:132 +#: lib/SP/Services/Api/ApiService.php:232 +#: lib/SP/Services/Api/ApiService.php:240 +#: lib/SP/Services/Auth/LoginService.php:208 +#: lib/SP/Services/Auth/LoginService.php:381 #: lib/SP/Services/Auth/LoginService.php:550 -#: lib/SP/Services/Auth/LoginService.php:583 -#: lib/SP/Services/Auth/LoginService.php:704 -#: 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 +#: lib/SP/Services/Auth/LoginService.php:558 +#: lib/SP/Services/Auth/LoginService.php:591 +#: lib/SP/Services/Auth/LoginService.php:712 +#: lib/SP/Services/AuthToken/AuthTokenService.php:318 +#: lib/SP/Services/CustomField/CustomFieldService.php:207 +#: lib/SP/Services/Export/XmlVerifyService.php:110 +#: lib/SP/Services/Import/XmlFileImport.php:82 +#: lib/SP/Services/User/UserPassService.php:237 msgid "Internal error" msgstr "Internal error" -#: app/modules/web/Controllers/Traits/ItemTrait.php:173 +#: app/modules/web/Controllers/Traits/ItemTrait.php:192 msgid "Error while updating custom field's data" msgstr "Error while updating custom field's data" -#: app/modules/web/Controllers/UpgradeController.php:67 +#: app/modules/web/Controllers/UpgradeController.php:72 msgid "The updating need to be confirmed" msgstr "The updating need to be confirmed" -#: app/modules/web/Controllers/UpgradeController.php:71 +#: app/modules/web/Controllers/UpgradeController.php:79 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 +#: app/modules/web/Controllers/UpgradeController.php:105 +#: app/modules/web/themes/material-blue/views/login/index.inc:96 msgid "Application successfully updated" msgstr "Application successfully updated" -#: app/modules/web/Controllers/UpgradeController.php:92 +#: app/modules/web/Controllers/UpgradeController.php:106 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:239 -#: app/modules/web/Controllers/UserController.php:370 -#: app/modules/web/Controllers/UserPassResetController.php:113 -#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:65 -#: app/modules/web/themes/material-blue/views/itemshow/user.inc:238 +#: app/modules/web/Controllers/UserController.php:250 +#: app/modules/web/Controllers/UserController.php:381 +#: app/modules/web/Controllers/UserPassResetController.php:119 +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:72 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:261 msgid "Password Change" msgstr "Password Change" -#: app/modules/web/Controllers/UserController.php:283 -#: app/modules/web/Controllers/UserController.php:287 +#: app/modules/web/Controllers/UserController.php:294 +#: app/modules/web/Controllers/UserController.php:298 msgid "Users deleted" msgstr "Users deleted" -#: app/modules/web/Controllers/UserController.php:295 -#: app/modules/web/Controllers/UserController.php:300 +#: app/modules/web/Controllers/UserController.php:306 +#: app/modules/web/Controllers/UserController.php:311 msgid "User deleted" msgstr "User deleted" -#: app/modules/web/Controllers/UserController.php:334 -#: app/modules/web/Controllers/UserController.php:340 +#: app/modules/web/Controllers/UserController.php:345 +#: app/modules/web/Controllers/UserController.php:351 msgid "User added" msgstr "User added" -#: app/modules/web/Controllers/UserController.php:401 -#: app/modules/web/Controllers/UserController.php:408 +#: app/modules/web/Controllers/UserController.php:412 +#: app/modules/web/Controllers/UserController.php:419 msgid "User updated" msgstr "User updated" -#. (itstool) path: action/text -#: app/modules/web/Controllers/UserController.php:477 -#: app/config/actions.xml:577 +#: app/modules/web/Controllers/UserController.php:488 msgid "View User" msgstr "View User" -#: app/modules/web/Controllers/UserGroupController.php:230 -#: app/modules/web/Controllers/UserGroupController.php:233 +#: app/modules/web/Controllers/UserGroupController.php:240 +#: app/modules/web/Controllers/UserGroupController.php:243 msgid "Groups deleted" msgstr "Groups deleted" -#: app/modules/web/Controllers/UserPassResetController.php:92 +#: app/modules/web/Controllers/UserPassResetController.php:98 msgid "Wrong data" msgstr "Wrong data" -#: app/modules/web/Controllers/UserPassResetController.php:97 +#: app/modules/web/Controllers/UserPassResetController.php:103 msgid "Unable to reset the password" msgstr "Unable to reset the password" -#: app/modules/web/Controllers/UserPassResetController.php:108 +#: app/modules/web/Controllers/UserPassResetController.php:114 msgid "Password Recovery" msgstr "Password Recovery" -#: app/modules/web/Controllers/UserPassResetController.php:109 +#: app/modules/web/Controllers/UserPassResetController.php:115 msgid "Requested for" msgstr "Requested for" -#: app/modules/web/Controllers/UserPassResetController.php:119 +#: app/modules/web/Controllers/UserPassResetController.php:125 msgid "Request sent" msgstr "Request sent" -#: app/modules/web/Controllers/UserPassResetController.php:120 +#: app/modules/web/Controllers/UserPassResetController.php:126 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:143 -#: lib/SP/Services/Api/ApiService.php:96 -#: lib/SP/Services/Auth/LoginService.php:139 -#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:103 +#: app/modules/web/Controllers/UserPassResetController.php:149 +#: lib/SP/Services/Api/ApiService.php:99 +#: lib/SP/Services/Auth/LoginService.php:147 +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:110 msgid "Attempts exceeded" msgstr "Attempts exceeded" -#: app/modules/web/Controllers/UserPassResetController.php:193 +#: app/modules/web/Controllers/UserPassResetController.php:199 #: app/modules/web/Forms/AuthTokenForm.php:101 #: app/modules/web/Forms/UserForm.php:157 msgid "Password cannot be blank" msgstr "Password cannot be blank" -#: app/modules/web/Controllers/UserProfileController.php:219 -#: app/modules/web/Controllers/UserProfileController.php:222 +#: app/modules/web/Controllers/UserProfileController.php:230 +#: app/modules/web/Controllers/UserProfileController.php:233 msgid "Profiles deleted" msgstr "Profiles deleted" -#: app/modules/web/Controllers/UserProfileController.php:231 -#: app/modules/web/Controllers/UserProfileController.php:236 +#: app/modules/web/Controllers/UserProfileController.php:242 +#: app/modules/web/Controllers/UserProfileController.php:247 msgid "Profile deleted" msgstr "Profile deleted" -#: app/modules/web/Controllers/UserProfileController.php:271 -#: app/modules/web/Controllers/UserProfileController.php:275 +#: app/modules/web/Controllers/UserProfileController.php:282 +#: app/modules/web/Controllers/UserProfileController.php:286 msgid "Profile added" msgstr "Profile added" -#: app/modules/web/Controllers/UserProfileController.php:314 -#: app/modules/web/Controllers/UserProfileController.php:319 +#: app/modules/web/Controllers/UserProfileController.php:325 +#: app/modules/web/Controllers/UserProfileController.php:330 msgid "Profile updated" msgstr "Profile updated" -#. (itstool) path: action/text -#: app/modules/web/Controllers/UserProfileController.php:347 -#: app/config/actions.xml:643 +#: app/modules/web/Controllers/UserProfileController.php:358 msgid "View Profile" msgstr "View Profile" -#: app/modules/web/Controllers/UserSettingsGeneralController.php:75 +#: app/modules/web/Controllers/UserSettingsGeneralController.php:78 msgid "Preferences updated" msgstr "Preferences updated" -#: app/modules/web/Controllers/UserSettingsManagerController.php:94 +#: app/modules/web/Controllers/UserSettingsManagerController.php:98 msgid "Preferences" msgstr "Preferences" -#: app/modules/web/Forms/AccountForm.php:129 +#: app/modules/web/Forms/AccountForm.php:132 msgid "A key is needed" msgstr "A key is needed" -#: app/modules/web/Forms/AccountForm.php:169 +#: app/modules/web/Forms/AccountForm.php:172 msgid "An account name needed" msgstr "An account name needed" -#: app/modules/web/Forms/AccountForm.php:173 +#: app/modules/web/Forms/AccountForm.php:176 #: app/modules/web/Forms/ClientForm.php:84 msgid "A client name needed" msgstr "A client name needed" -#: app/modules/web/Forms/AccountForm.php:177 +#: app/modules/web/Forms/AccountForm.php:180 msgid "A category is needed" msgstr "A category is needed" @@ -2989,158 +2852,156 @@ msgstr "A group name is needed" msgid "A profile name is needed" msgstr "A profile name is needed" -#: app/modules/web/themes/material-blue/inc/Icons.php:32 -#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:36 +#: app/modules/web/themes/material-blue/inc/Icons.php:31 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:47 msgid "Add" msgstr "Add" -#: app/modules/web/themes/material-blue/inc/Icons.php:33 +#: app/modules/web/themes/material-blue/inc/Icons.php:32 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 +#: app/modules/web/themes/material-blue/inc/Icons.php:34 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:76 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:80 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:148 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:152 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:169 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:226 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:54 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:97 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:116 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 +#: app/modules/web/themes/material-blue/inc/Icons.php:35 +#: app/modules/web/themes/material-blue/inc/Icons.php:65 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:153 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:178 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:210 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:235 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:150 msgid "Delete" msgstr "Delete" -#: app/modules/web/themes/material-blue/inc/Icons.php:37 +#: app/modules/web/themes/material-blue/inc/Icons.php:36 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 +#: app/modules/web/themes/material-blue/inc/Icons.php:37 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:221 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 +#: app/modules/web/themes/material-blue/inc/Icons.php:38 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:240 msgid "Accounts Admin" msgstr "Accounts Admin" -#: app/modules/web/themes/material-blue/inc/Icons.php:40 +#: app/modules/web/themes/material-blue/inc/Icons.php:39 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 +#: app/modules/web/themes/material-blue/inc/Icons.php:40 +#: app/modules/web/themes/material-blue/views/config/mail.inc:159 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:280 msgid "Disabled" msgstr "Disabled" -#: app/modules/web/themes/material-blue/inc/Icons.php:42 +#: app/modules/web/themes/material-blue/inc/Icons.php:41 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 +#: app/modules/web/themes/material-blue/inc/Icons.php:42 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:198 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:58 msgid "Update" msgstr "Update" -#: app/modules/web/themes/material-blue/inc/Icons.php:44 +#: app/modules/web/themes/material-blue/inc/Icons.php:43 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 +#: app/modules/web/themes/material-blue/inc/Icons.php:45 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:97 msgid "Email" msgstr "Email" -#: app/modules/web/themes/material-blue/inc/Icons.php:50 +#: app/modules/web/themes/material-blue/inc/Icons.php:49 msgid "Restore" msgstr "Restore" -#: app/modules/web/themes/material-blue/inc/Icons.php:52 -#: app/config/strings.js.inc:79 +#: app/modules/web/themes/material-blue/inc/Icons.php:51 msgid "Help" msgstr "Help" -#: app/modules/web/themes/material-blue/inc/Icons.php:53 +#: app/modules/web/themes/material-blue/inc/Icons.php:52 msgid "Clear" msgstr "Clear" -#: app/modules/web/themes/material-blue/inc/Icons.php:54 +#: app/modules/web/themes/material-blue/inc/Icons.php:53 msgid "Perform" msgstr "Perform" -#: app/modules/web/themes/material-blue/inc/Icons.php:55 +#: app/modules/web/themes/material-blue/inc/Icons.php:54 msgid "Download" msgstr "Download" -#: app/modules/web/themes/material-blue/inc/Icons.php:56 -#: app/config/strings.js.inc:85 +#: app/modules/web/themes/material-blue/inc/Icons.php:55 msgid "Warning" msgstr "Warning" -#: app/modules/web/themes/material-blue/inc/Icons.php:57 +#: app/modules/web/themes/material-blue/inc/Icons.php:56 msgid "Check" msgstr "Check" -#: app/modules/web/themes/material-blue/inc/Icons.php:64 +#: app/modules/web/themes/material-blue/inc/Icons.php:63 msgid "Critical" msgstr "Critical" -#: app/modules/web/themes/material-blue/inc/Icons.php:67 +#: app/modules/web/themes/material-blue/inc/Icons.php:66 msgid "Previous page" msgstr "Previous page" -#: app/modules/web/themes/material-blue/inc/Icons.php:68 +#: app/modules/web/themes/material-blue/inc/Icons.php:67 msgid "Next page" msgstr "Next page" -#: app/modules/web/themes/material-blue/inc/Icons.php:69 +#: app/modules/web/themes/material-blue/inc/Icons.php:68 msgid "First page" msgstr "First page" -#: app/modules/web/themes/material-blue/inc/Icons.php:70 +#: app/modules/web/themes/material-blue/inc/Icons.php:69 msgid "Last page" msgstr "Last page" -#: lib/SP/Bootstrap.php:285 +#: lib/SP/Bootstrap.php:293 #, php-format msgid "Required PHP version >= %s <= %s" msgstr "Required PHP version >= %s <= %s" -#: lib/SP/Bootstrap.php:287 +#: lib/SP/Bootstrap.php:295 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:102 +msgid "'/app/config' directory does not exist." +msgstr "" -#: 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:108 +msgid "Unable to write into '/app/config' directory" +msgstr "" -#: lib/SP/Config/ConfigUtil.php:109 -msgid "\"/config\" directory permissions are wrong" -msgstr "\"/config\" directory permissions are wrong" +#: lib/SP/Config/ConfigUtil.php:117 +msgid "'/app/config' directory permissions are wrong" +msgstr "" -#: lib/SP/Config/ConfigUtil.php:111 +#: lib/SP/Config/ConfigUtil.php:119 #, 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:652 +#: lib/SP/Core/Acl/Acl.php:294 lib/SP/Services/Auth/LoginService.php:660 msgid "N/A" msgstr "N/A" @@ -3148,12 +3009,12 @@ msgstr "N/A" msgid "Access denied" msgstr "Access denied" -#: lib/SP/Core/Acl/Actions.php:176 +#: lib/SP/Core/Acl/Actions.php:177 msgid "Action not found" msgstr "Action not found" -#: lib/SP/Core/Acl/UnauthorizedPageException.php:45 -#: lib/SP/Util/ErrorUtil.php:156 +#: lib/SP/Core/Acl/UnauthorizedPageException.php:46 +#: lib/SP/Util/ErrorUtil.php:157 msgid "You don't have permission to access this page" msgstr "You don't have permission to access this page" @@ -3198,7 +3059,7 @@ msgstr "Observer not initialized" msgid "Invalid icons class" msgstr "Invalid icons class" -#: lib/SP/Html/DataGrid/DataGridBase.php:302 lib/SP/Mvc/View/Template.php:127 +#: lib/SP/Html/DataGrid/DataGridBase.php:302 lib/SP/Mvc/View/Template.php:128 #, php-format msgid "Unable to retrieve \"%s\" template: %s" msgstr "Unable to retrieve \"%s\" template: %s" @@ -3213,16 +3074,16 @@ msgstr "Invalid IP" msgid "Encoding error" msgstr "Encoding error" -#: lib/SP/Http/XMLRPCResponseParse.php:69 +#: lib/SP/Http/XMLRPCResponseParse.php:70 msgid "Invalid XML-RPC response" msgstr "Invalid XML-RPC response" -#: lib/SP/Mvc/Controller/ControllerTrait.php:75 +#: lib/SP/Mvc/Controller/ControllerTrait.php:66 msgid "Session not started or timed out" msgstr "Session not started or timed out" -#: lib/SP/Mvc/Controller/ControllerTrait.php:127 -#: lib/SP/Mvc/Controller/ControllerTrait.php:141 +#: lib/SP/Mvc/Controller/ControllerTrait.php:117 +#: lib/SP/Mvc/Controller/ControllerTrait.php:131 msgid "Invalid Action" msgstr "Invalid Action" @@ -3255,61 +3116,73 @@ msgstr "Password needs to contain numbers" msgid "Password needs to contain symbols" msgstr "Password needs to contain symbols" -#: lib/SP/Mvc/Model/QueryCondition.php:71 +#: lib/SP/Mvc/Model/QueryCondition.php:73 msgid "Invalid filter type" msgstr "Invalid filter type" -#: lib/SP/Mvc/View/Components/SelectItemAdapter.php:95 -#: lib/SP/Mvc/View/Components/SelectItemAdapter.php:157 +#: lib/SP/Mvc/View/Components/SelectItemAdapter.php:96 +#: lib/SP/Mvc/View/Components/SelectItemAdapter.php:158 msgid "Wrong object type" msgstr "Wrong object type" -#: lib/SP/Mvc/View/Template.php:302 lib/SP/Mvc/View/Template.php:366 +#: lib/SP/Mvc/View/Template.php:303 lib/SP/Mvc/View/Template.php:367 #, php-format msgid "Unable to retrieve \"%s\" variable" msgstr "Unable to retrieve \"%s\" variable" -#: lib/SP/Mvc/View/Template.php:335 +#: lib/SP/Mvc/View/Template.php:336 #, php-format msgid "Unable to unset \"%s\" variable" msgstr "Unable to unset \"%s\" variable" -#: lib/SP/Mvc/View/Template.php:356 +#: lib/SP/Mvc/View/Template.php:357 msgid "Template does not contain files" msgstr "Template does not contain files" -#: lib/SP/Plugin/PluginManager.php:170 +#: lib/SP/Plugin/PluginManager.php:194 #, php-format msgid "Plugin version not compatible (%s)" msgstr "Plugin version not compatible (%s)" -#: lib/SP/Plugin/PluginManager.php:192 +#: lib/SP/Plugin/PluginManager.php:206 lib/SP/Plugin/PluginManager.php:262 #, php-format msgid "Unable to load the \"%s\" plugin" msgstr "Unable to load the \"%s\" plugin" -#: lib/SP/Plugin/PluginManager.php:254 +#: lib/SP/Plugin/PluginManager.php:297 msgid "Plugin available" msgstr "Plugin available" -#: lib/SP/Plugin/PluginManager.php:264 +#: lib/SP/Plugin/PluginManager.php:308 msgid "Plugin unavailable" msgstr "Plugin unavailable" -#: lib/SP/Plugin/PluginManager.php:294 +#: lib/SP/Plugin/PluginManager.php:341 msgid "Plugin loaded" msgstr "Plugin loaded" -#. (itstool) path: action/text -#: lib/SP/Plugin/PluginManager.php:319 app/config/actions.xml:535 +#: lib/SP/Plugin/PluginManager.php:366 msgid "New Plugin" msgstr "New Plugin" -#: lib/SP/Providers/Auth/AuthProvider.php:216 +#: lib/SP/Plugin/PluginManager.php:394 +msgid "Upgrading plugin" +msgstr "" + +#: lib/SP/Plugin/PluginManager.php:411 +msgid "Plugin upgraded" +msgstr "" + +#: lib/SP/Plugin/PluginManager.php:420 +#, php-format +msgid "Unable to upgrade the \"%s\" plugin" +msgstr "" + +#: lib/SP/Providers/Auth/AuthProvider.php:220 msgid "Method unavailable" msgstr "Method unavailable" -#: lib/SP/Providers/Auth/AuthProvider.php:220 +#: lib/SP/Providers/Auth/AuthProvider.php:224 msgid "Method already initialized" msgstr "Method already initialized" @@ -3322,13 +3195,13 @@ msgstr "LDAP type not set" msgid "Error while searching the group RDN" msgstr "Error while searching the group RDN" -#: lib/SP/Providers/Auth/Ldap/LdapActions.php:221 #: lib/SP/Providers/Auth/Ldap/LdapActions.php:226 +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:231 msgid "Error while searching the user on LDAP" msgstr "Error while searching the user on LDAP" -#: lib/SP/Providers/Auth/Ldap/LdapActions.php:275 #: lib/SP/Providers/Auth/Ldap/LdapActions.php:281 +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:287 msgid "Error while searching objects in base DN" msgstr "Error while searching objects in base DN" @@ -3341,14 +3214,14 @@ msgstr "Unable to connect to LDAP server" #: lib/SP/Providers/Auth/Ldap/LdapConnection.php:146 #: lib/SP/Providers/Auth/Ldap/LdapConnection.php:214 -#: 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:93 -#: app/modules/web/themes/material-blue/views/config/ldap.inc:118 -#: app/modules/web/themes/material-blue/views/config/mail.inc:59 -#: app/modules/web/themes/material-blue/views/config/mail.inc:66 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:79 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:45 +#: app/modules/web/themes/material-blue/views/config/info.inc:87 +#: app/modules/web/themes/material-blue/views/config/info.inc:90 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:102 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:129 +#: app/modules/web/themes/material-blue/views/config/mail.inc:69 +#: app/modules/web/themes/material-blue/views/config/mail.inc:78 msgid "Server" msgstr "Server" @@ -3366,221 +3239,221 @@ msgstr "Connection error (BIND)" msgid "Error while disconnecting from LDAP server" msgstr "Error while disconnecting from LDAP server" -#: lib/SP/Providers/Auth/Ldap/LdapMsAds.php:112 -#: lib/SP/Providers/Auth/Ldap/LdapMsAds.php:155 -#: lib/SP/Providers/Auth/Ldap/LdapMsAzureAd.php:112 +#: lib/SP/Providers/Auth/Ldap/LdapMsAds.php:113 +#: lib/SP/Providers/Auth/Ldap/LdapMsAds.php:154 +#: lib/SP/Providers/Auth/Ldap/LdapMsAzureAd.php:113 #: lib/SP/Providers/Auth/Ldap/LdapMsAzureAd.php:155 -#: lib/SP/Providers/Auth/Ldap/LdapStd.php:110 +#: lib/SP/Providers/Auth/Ldap/LdapStd.php:111 msgid "User in group verified" msgstr "User in group verified" -#: lib/SP/Providers/Auth/Ldap/LdapMsAds.php:145 +#: lib/SP/Providers/Auth/Ldap/LdapMsAds.php:144 #: lib/SP/Providers/Auth/Ldap/LdapMsAzureAd.php:145 -#: lib/SP/Providers/Auth/Ldap/LdapStd.php:142 +#: lib/SP/Providers/Auth/Ldap/LdapStd.php:143 msgid "User does not belong to the group" msgstr "User does not belong to the group" -#: lib/SP/Providers/Mail/MailHandler.php:136 +#: lib/SP/Providers/Mail/MailHandler.php:153 #, php-format msgid "Event: %s" msgstr "Event: %s" -#: lib/SP/Providers/Mail/MailHandler.php:144 -#: lib/SP/Providers/Mail/MailHandler.php:146 +#: lib/SP/Providers/Mail/MailHandler.php:161 +#: lib/SP/Providers/Mail/MailHandler.php:163 #, php-format msgid "Performed by: %s (%s)" msgstr "Performed by: %s (%s)" -#: lib/SP/Providers/Mail/MailHandler.php:149 +#: lib/SP/Providers/Mail/MailHandler.php:166 #, php-format msgid "IP Address: %s" msgstr "IP Address: %s" -#: lib/SP/Providers/Mail/MailProvider.php:91 +#: lib/SP/Providers/Mail/MailProvider.php:94 msgid "Unable to initialize" msgstr "Unable to initialize" -#: lib/SP/Repositories/Account/AccountFileRepository.php:77 +#: lib/SP/Repositories/Account/AccountFileRepository.php:80 msgid "Error while saving file" msgstr "Error while saving file" -#: lib/SP/Repositories/Account/AccountFileRepository.php:279 +#: lib/SP/Repositories/Account/AccountFileRepository.php:282 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 +#: lib/SP/Repositories/Account/AccountFileRepository.php:305 +#: lib/SP/Services/Account/AccountFileService.php:149 msgid "Error while deleting the files" msgstr "Error while deleting the files" -#: lib/SP/Repositories/Account/AccountHistoryRepository.php:143 +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:144 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 +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:163 +#: lib/SP/Repositories/Account/AccountRepository.php:323 +#: lib/SP/Services/Account/AccountHistoryService.php:195 msgid "Error while deleting the account" 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 +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:293 +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:316 +#: lib/SP/Repositories/Account/AccountRepository.php:503 +#: lib/SP/Services/Account/AccountService.php:647 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 +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:437 +#: lib/SP/Repositories/Account/AccountRepository.php:237 +#: lib/SP/Repositories/Account/AccountRepository.php:262 +#: lib/SP/Repositories/User/UserRepository.php:166 +#: lib/SP/Services/Account/AccountHistoryService.php:236 +#: lib/SP/Services/User/UserService.php:334 msgid "Error while updating the password" msgstr "Error while updating the password" -#: lib/SP/Repositories/Account/AccountRepository.php:200 +#: lib/SP/Repositories/Account/AccountRepository.php:202 msgid "Error while creating the account" msgstr "Error while creating the account" -#: lib/SP/Repositories/Account/AccountRepository.php:301 -#: lib/SP/Services/Account/AccountService.php:582 +#: lib/SP/Repositories/Account/AccountRepository.php:303 +#: lib/SP/Services/Account/AccountService.php:613 msgid "Error on restoring the account" msgstr "Error on restoring the account" -#: lib/SP/Repositories/Account/AccountRepository.php:382 -#: lib/SP/Repositories/Account/AccountRepository.php:431 +#: lib/SP/Repositories/Account/AccountRepository.php:384 +#: lib/SP/Repositories/Account/AccountRepository.php:433 msgid "Error while updating the account" 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 +#: lib/SP/Repositories/Account/AccountRepository.php:453 +#: lib/SP/Repositories/Account/AccountRepository.php:625 +#: lib/SP/Services/Account/AccountHistoryService.php:78 msgid "Error while retrieving account's data" msgstr "Error while retrieving account's data" -#: lib/SP/Repositories/Account/AccountToFavoriteRepository.php:71 +#: lib/SP/Repositories/Account/AccountToFavoriteRepository.php:74 msgid "Error while adding favorite" msgstr "Error while adding favorite" -#: lib/SP/Repositories/Account/AccountToFavoriteRepository.php:91 +#: lib/SP/Repositories/Account/AccountToFavoriteRepository.php:94 msgid "Error while deleting favorite" msgstr "Error while deleting favorite" -#: lib/SP/Repositories/Account/AccountToTagRepository.php:94 +#: lib/SP/Repositories/Account/AccountToTagRepository.php:97 msgid "Error while removing the account's tags" msgstr "Error while removing the account's tags" -#: lib/SP/Repositories/Account/AccountToTagRepository.php:115 +#: lib/SP/Repositories/Account/AccountToTagRepository.php:118 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 +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:109 +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:142 +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:194 msgid "Error while deleting the account's groups" msgstr "Error while deleting the account's groups" -#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:164 +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:167 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 +#: lib/SP/Repositories/Account/AccountToUserRepository.php:79 +#: lib/SP/Repositories/Account/AccountToUserRepository.php:135 msgid "Error while deleting the account users" msgstr "Error while deleting the account users" -#: lib/SP/Repositories/Account/AccountToUserRepository.php:103 +#: lib/SP/Repositories/Account/AccountToUserRepository.php:106 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 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:224 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:312 msgid "The authorization already exist" msgstr "The authorization already exist" -#: lib/SP/Repositories/Category/CategoryRepository.php:58 +#: lib/SP/Repositories/Category/CategoryRepository.php:61 msgid "Duplicated category" msgstr "Duplicated category" -#: lib/SP/Repositories/Category/CategoryRepository.php:68 +#: lib/SP/Repositories/Category/CategoryRepository.php:71 msgid "Error while creating the category" msgstr "Error while creating the category" -#: lib/SP/Repositories/Category/CategoryRepository.php:107 +#: lib/SP/Repositories/Category/CategoryRepository.php:110 msgid "Duplicated category name" msgstr "Duplicated category name" -#: lib/SP/Repositories/Category/CategoryRepository.php:125 +#: lib/SP/Repositories/Category/CategoryRepository.php:128 msgid "Error while updating the category" msgstr "Error while updating the category" -#: lib/SP/Repositories/Category/CategoryRepository.php:253 +#: lib/SP/Repositories/Category/CategoryRepository.php:256 msgid "Error while deleting the categories" msgstr "Error while deleting the categories" -#: lib/SP/Repositories/Category/CategoryRepository.php:275 +#: lib/SP/Repositories/Category/CategoryRepository.php:278 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 +#: lib/SP/Repositories/Client/ClientRepository.php:63 +#: lib/SP/Repositories/Client/ClientRepository.php:117 msgid "Duplicated client" msgstr "Duplicated client" -#: lib/SP/Repositories/Client/ClientRepository.php:80 +#: lib/SP/Repositories/Client/ClientRepository.php:81 msgid "Error while creating the client" msgstr "Error while creating the client" -#: lib/SP/Repositories/Client/ClientRepository.php:136 +#: lib/SP/Repositories/Client/ClientRepository.php:137 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 +#: lib/SP/Repositories/Client/ClientRepository.php:265 +#: lib/SP/Services/Client/ClientService.php:132 msgid "Error while deleting the clients" msgstr "Error while deleting the clients" -#: lib/SP/Repositories/Client/ClientRepository.php:283 +#: lib/SP/Repositories/Client/ClientRepository.php:284 msgid "Error while deleting the client" msgstr "Error while deleting the client" -#: lib/SP/Repositories/Client/ClientRepository.php:345 +#: lib/SP/Repositories/Client/ClientRepository.php:346 msgid "Wrong filter" msgstr "Wrong filter" -#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:75 +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:78 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 +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:121 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:170 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:198 msgid "Error while updating the custom field" msgstr "Error while updating the custom field" -#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:159 +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:162 msgid "Custom field not found" msgstr "Custom field not found" -#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:239 +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:242 msgid "Error while removing the custom fields" msgstr "Error while removing the custom fields" -#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:259 +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:262 msgid "Error while removing the custom field" msgstr "Error while removing the custom field" -#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:61 +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:63 msgid "Error while creating the field type" msgstr "Error while creating the field type" -#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:97 +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:99 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 +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:181 +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:200 msgid "Error while deleting the field type" msgstr "Error while deleting the field type" @@ -3588,101 +3461,115 @@ msgstr "Error while deleting the field type" msgid "Error while clearing the event log out" msgstr "Error while clearing the event log out" -#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:76 +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:79 msgid "Error while creating the permission" msgstr "Error while creating the permission" -#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:115 +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:118 msgid "Error while updating the permission" msgstr "Error while updating the permission" -#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:134 +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:137 msgid "Error while removing the permission" msgstr "Error while removing the permission" -#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:259 +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:262 msgid "Error while removing the permissions" msgstr "Error while removing the permissions" -#: lib/SP/Repositories/Notification/NotificationRepository.php:79 +#: lib/SP/Repositories/Notification/NotificationRepository.php:80 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 +#: lib/SP/Repositories/Notification/NotificationRepository.php:120 +#: lib/SP/Repositories/Notification/NotificationRepository.php:479 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 +#: lib/SP/Repositories/Notification/NotificationRepository.php:139 +#: lib/SP/Repositories/Notification/NotificationRepository.php:158 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 +#: lib/SP/Repositories/Notification/NotificationRepository.php:181 +#: lib/SP/Repositories/Notification/NotificationRepository.php:304 +#: lib/SP/Services/Notification/NotificationService.php:144 +#: lib/SP/Services/Notification/NotificationService.php:163 msgid "Error while deleting the notifications" msgstr "Error while deleting the notifications" -#: lib/SP/Repositories/Notification/NotificationRepository.php:213 +#: lib/SP/Repositories/Notification/NotificationRepository.php:214 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 +#: lib/SP/Repositories/Notification/NotificationRepository.php:244 +#: lib/SP/Repositories/Notification/NotificationRepository.php:516 +#: lib/SP/Repositories/Notification/NotificationRepository.php:549 +#: lib/SP/Repositories/Notification/NotificationRepository.php:583 +#: lib/SP/Repositories/Notification/NotificationRepository.php:616 msgid "Error while retrieving the notifications" msgstr "Error while retrieving the notifications" +#: lib/SP/Repositories/Plugin/PluginDataRepository.php:68 +msgid "Error while adding plugin's data" +msgstr "" + +#: lib/SP/Repositories/Plugin/PluginDataRepository.php:97 +msgid "Error while updating plugin's data" +msgstr "" + +#: lib/SP/Repositories/Plugin/PluginDataRepository.php:116 +#: lib/SP/Repositories/Plugin/PluginDataRepository.php:136 +#: lib/SP/Repositories/Plugin/PluginDataRepository.php:242 +msgid "Error while deleting plugin's data" +msgstr "" + #: 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 +#: lib/SP/Repositories/Plugin/PluginRepository.php:106 +#: lib/SP/Repositories/Plugin/PluginRepository.php:354 +#: lib/SP/Repositories/Plugin/PluginRepository.php:374 +#: lib/SP/Repositories/Plugin/PluginRepository.php:394 +#: lib/SP/Repositories/Plugin/PluginRepository.php:414 +#: lib/SP/Repositories/Plugin/PluginRepository.php:433 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 +#: lib/SP/Repositories/Plugin/PluginRepository.php:217 +#: lib/SP/Services/Plugin/PluginService.php:139 msgid "Error while deleting the plugins" msgstr "Error while deleting the plugins" -#: lib/SP/Repositories/Plugin/PluginRepository.php:232 +#: lib/SP/Repositories/Plugin/PluginRepository.php:237 msgid "Error while deleting the plugin" msgstr "Error while deleting the plugin" -#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:63 +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:64 msgid "Error while removing the link" msgstr "Error while removing the link" -#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:255 +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:256 msgid "Link already created" msgstr "Link already created" -#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:282 +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:283 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 +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:342 +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:390 msgid "Error while updating the link" msgstr "Error while updating the link" -#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:424 +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:425 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 +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:467 +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:508 +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:529 msgid "Error while retrieving the link" msgstr "Error while retrieving the link" @@ -3700,7 +3587,7 @@ 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 +#: lib/SP/Services/Tag/TagService.php:132 msgid "Error while removing the tags" msgstr "Error while removing the tags" @@ -3733,44 +3620,44 @@ msgstr "Error while retrieving the track" msgid "Error while retrieving the tracks" msgstr "Error while retrieving the tracks" -#: lib/SP/Repositories/User/UserPassRecoverRepository.php:86 +#: lib/SP/Repositories/User/UserPassRecoverRepository.php:89 msgid "Error while generating the recovering hash" msgstr "Error while generating the recovering hash" -#: lib/SP/Repositories/User/UserPassRecoverRepository.php:112 +#: lib/SP/Repositories/User/UserPassRecoverRepository.php:115 msgid "Error while checking hash" msgstr "Error while checking hash" -#: lib/SP/Repositories/User/UserRepository.php:63 -#: lib/SP/Repositories/User/UserRepository.php:430 +#: lib/SP/Repositories/User/UserRepository.php:64 +#: lib/SP/Repositories/User/UserRepository.php:431 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 +#: lib/SP/Repositories/User/UserRepository.php:101 +#: lib/SP/Repositories/User/UserRepository.php:678 +#: lib/SP/Services/User/UserService.php:313 msgid "Error while updating the user" msgstr "Error while updating the user" -#: lib/SP/Repositories/User/UserRepository.php:184 +#: lib/SP/Repositories/User/UserRepository.php:185 msgid "Error while deleting the user" msgstr "Error while deleting the user" -#: lib/SP/Repositories/User/UserRepository.php:234 -#: lib/SP/Repositories/User/UserRepository.php:551 +#: lib/SP/Repositories/User/UserRepository.php:235 +#: lib/SP/Repositories/User/UserRepository.php:552 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 +#: lib/SP/Repositories/User/UserRepository.php:354 +#: lib/SP/Services/User/UserService.php:212 msgid "Error while deleting the users" msgstr "Error while deleting the users" -#: lib/SP/Repositories/User/UserRepository.php:474 +#: lib/SP/Repositories/User/UserRepository.php:475 msgid "Error while creating the user" msgstr "Error while creating the user" -#: lib/SP/Repositories/User/UserRepository.php:697 +#: lib/SP/Repositories/User/UserRepository.php:698 msgid "Error while updating the preferences" msgstr "Error while updating the preferences" @@ -3791,11 +3678,11 @@ msgstr "Error while creating the group" msgid "Error while updating the group" msgstr "Error while updating the group" -#: lib/SP/Repositories/UserGroup/UserToUserGroupRepository.php:108 +#: lib/SP/Repositories/UserGroup/UserToUserGroupRepository.php:111 msgid "Error while deleting the group users" msgstr "Error while deleting the group users" -#: lib/SP/Repositories/UserGroup/UserToUserGroupRepository.php:140 +#: lib/SP/Repositories/UserGroup/UserToUserGroupRepository.php:143 msgid "Error while setting users in the group" msgstr "Error while setting users in the group" @@ -3804,7 +3691,7 @@ 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 +#: lib/SP/Services/UserProfile/UserProfileService.php:119 msgid "Error while removing the profiles" msgstr "Error while removing the profiles" @@ -3818,81 +3705,81 @@ 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 +#: lib/SP/Services/UserProfile/UserProfileService.php:146 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:78 -#: lib/SP/Services/Account/AccountCryptService.php:140 -#: 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 +#: lib/SP/Services/Account/AccountCryptService.php:74 +#: lib/SP/Services/Account/AccountCryptService.php:81 +#: lib/SP/Services/Account/AccountCryptService.php:143 +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:72 +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:80 +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:88 +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:113 msgid "Update Master Password" msgstr "Update Master Password" -#: lib/SP/Services/Account/AccountCryptService.php:91 +#: lib/SP/Services/Account/AccountCryptService.php:94 msgid "Error while updating the accounts' passwords" msgstr "Error while updating the accounts' passwords" -#: lib/SP/Services/Account/AccountCryptService.php:117 +#: lib/SP/Services/Account/AccountCryptService.php:120 msgid "Error while retrieving the accounts' passwords" msgstr "Error while retrieving the accounts' passwords" -#: lib/SP/Services/Account/AccountCryptService.php:141 +#: lib/SP/Services/Account/AccountCryptService.php:144 #, php-format msgid "Accounts updated: %d / %d" msgstr "Accounts updated: %d / %d" -#: lib/SP/Services/Account/AccountCryptService.php:150 +#: lib/SP/Services/Account/AccountCryptService.php:153 #, 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:160 +#: lib/SP/Services/Account/AccountCryptService.php:163 msgid "The record's master password does not match" msgstr "The record's master password does not match" -#: lib/SP/Services/Account/AccountCryptService.php:185 -#: lib/SP/Services/Account/AccountCryptService.php:190 +#: lib/SP/Services/Account/AccountCryptService.php:188 +#: lib/SP/Services/Account/AccountCryptService.php:193 msgid "Error while updating the account's password" msgstr "Error while updating the account's password" -#: lib/SP/Services/Account/AccountCryptService.php:196 +#: lib/SP/Services/Account/AccountCryptService.php:199 msgid "Errors" msgstr "Errors" -#: lib/SP/Services/Account/AccountCryptService.php:214 -#: lib/SP/Services/Account/AccountCryptService.php:221 +#: lib/SP/Services/Account/AccountCryptService.php:217 +#: lib/SP/Services/Account/AccountCryptService.php:224 msgid "Update Master Password (H)" msgstr "Update Master Password (H)" -#: lib/SP/Services/Account/AccountCryptService.php:237 +#: lib/SP/Services/Account/AccountCryptService.php:240 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 +#: lib/SP/Services/Account/AccountFileService.php:168 msgid "File not found" msgstr "File not found" -#: lib/SP/Services/Account/AccountService.php:163 -#: lib/SP/Services/Account/AccountService.php:599 +#: lib/SP/Services/Account/AccountService.php:170 +#: lib/SP/Services/Account/AccountService.php:630 msgid "Account not found" msgstr "Account not found" -#: lib/SP/Services/Account/AccountService.php:220 +#: lib/SP/Services/Account/AccountService.php:240 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 +#: lib/SP/Services/Account/AccountService.php:303 +#: lib/SP/Services/Account/AccountService.php:703 +#: lib/SP/Services/Account/AccountService.php:758 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 +#: lib/SP/Services/Api/ApiService.php:234 msgid "Invalid data" msgstr "Invalid data" @@ -3900,158 +3787,158 @@ msgstr "Invalid data" msgid "Invalid format" msgstr "Invalid format" -#: lib/SP/Services/Api/ApiService.php:152 +#: lib/SP/Services/Api/ApiService.php:155 msgid "Wrong parameters" msgstr "Wrong parameters" -#: lib/SP/Services/Auth/LoginService.php:161 -#: lib/SP/Services/Auth/LoginService.php:487 -#: lib/SP/Services/Auth/LoginService.php:497 -#: lib/SP/Services/Auth/LoginService.php:617 +#: lib/SP/Services/Auth/LoginService.php:169 +#: lib/SP/Services/Auth/LoginService.php:495 +#: lib/SP/Services/Auth/LoginService.php:505 #: lib/SP/Services/Auth/LoginService.php:625 -#: lib/SP/Services/Auth/LoginService.php:667 +#: lib/SP/Services/Auth/LoginService.php:633 #: lib/SP/Services/Auth/LoginService.php:675 +#: lib/SP/Services/Auth/LoginService.php:683 msgid "Wrong login" msgstr "Wrong login" -#: lib/SP/Services/Auth/LoginService.php:229 -#: lib/SP/Services/Auth/LoginService.php:236 +#: lib/SP/Services/Auth/LoginService.php:237 +#: lib/SP/Services/Auth/LoginService.php:244 msgid "User disabled" msgstr "User disabled" -#: lib/SP/Services/Auth/LoginService.php:288 +#: lib/SP/Services/Auth/LoginService.php:296 msgid "Using temporary password" msgstr "Using temporary password" -#: lib/SP/Services/Auth/LoginService.php:301 -#: lib/SP/Services/Auth/LoginService.php:307 -#: lib/SP/Services/Auth/LoginService.php:327 -#: lib/SP/Services/Auth/LoginService.php:333 +#: lib/SP/Services/Auth/LoginService.php:309 +#: lib/SP/Services/Auth/LoginService.php:315 +#: lib/SP/Services/Auth/LoginService.php:335 +#: lib/SP/Services/Auth/LoginService.php:341 msgid "Wrong master password" msgstr "Wrong master password" -#: lib/SP/Services/Auth/LoginService.php:349 +#: lib/SP/Services/Auth/LoginService.php:357 msgid "Your previous password is needed" msgstr "Your previous password is needed" -#: lib/SP/Services/Auth/LoginService.php:361 +#: lib/SP/Services/Auth/LoginService.php:369 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:483 -#: lib/SP/Services/Auth/LoginService.php:561 +#: lib/SP/Services/Auth/LoginService.php:491 +#: lib/SP/Services/Auth/LoginService.php:569 msgid "LDAP Server" msgstr "LDAP Server" -#: lib/SP/Services/Auth/LoginService.php:505 #: lib/SP/Services/Auth/LoginService.php:513 +#: lib/SP/Services/Auth/LoginService.php:521 msgid "Account expired" msgstr "Account expired" -#: lib/SP/Services/Auth/LoginService.php:521 #: lib/SP/Services/Auth/LoginService.php:529 +#: lib/SP/Services/Auth/LoginService.php:537 msgid "User has no associated groups" msgstr "User has no associated groups" -#: lib/SP/Services/Auth/LoginService.php:657 -#: app/modules/web/themes/material-blue/views/config/general-auth.inc:12 +#: lib/SP/Services/Auth/LoginService.php:665 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:18 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 +#: lib/SP/Services/AuthToken/AuthTokenService.php:146 +#: lib/SP/Services/AuthToken/AuthTokenService.php:284 +#: lib/SP/Services/AuthToken/AuthTokenService.php:298 msgid "Token not found" msgstr "Token not found" -#: lib/SP/Services/AuthToken/AuthTokenService.php:158 +#: lib/SP/Services/AuthToken/AuthTokenService.php:165 msgid "Error while removing the tokens" msgstr "Error while removing the tokens" -#: lib/SP/Services/Backup/FileBackupService.php:100 +#: lib/SP/Services/Backup/FileBackupService.php:108 msgid "Make Backup" msgstr "Make Backup" -#: lib/SP/Services/Backup/FileBackupService.php:107 +#: lib/SP/Services/Backup/FileBackupService.php:115 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 +#: lib/SP/Services/Backup/FileBackupService.php:126 msgid "Error while doing the backup" msgstr "Error while doing the backup" -#: lib/SP/Services/Backup/FileBackupService.php:139 +#: lib/SP/Services/Backup/FileBackupService.php:147 #, 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 +#: lib/SP/Services/Backup/FileBackupService.php:152 msgid "Please, check the backup directory permissions" msgstr "Please, check the backup directory permissions" -#: lib/SP/Services/Backup/FileBackupService.php:218 +#: lib/SP/Services/Backup/FileBackupService.php:226 msgid "Copying database" msgstr "Copying database" -#: lib/SP/Services/Backup/FileBackupService.php:350 -#: lib/SP/Services/Backup/FileBackupService.php:374 +#: lib/SP/Services/Backup/FileBackupService.php:358 +#: lib/SP/Services/Backup/FileBackupService.php:382 msgid "Copying application" msgstr "Copying application" -#: lib/SP/Services/Backup/FileBackupService.php:369 +#: lib/SP/Services/Backup/FileBackupService.php:377 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 +#: lib/SP/Services/Category/CategoryService.php:81 +#: lib/SP/Services/Category/CategoryService.php:102 +#: lib/SP/Services/Category/CategoryService.php:119 msgid "Category not found" msgstr "Category not found" -#: lib/SP/Services/Category/CategoryService.php:134 +#: lib/SP/Services/Category/CategoryService.php:138 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 +#: lib/SP/Services/Client/ClientService.php:81 +#: lib/SP/Services/Client/ClientService.php:100 +#: lib/SP/Services/Client/ClientService.php:115 msgid "Client not found" msgstr "Client not found" -#: lib/SP/Services/Config/ConfigBackupService.php:115 -#: lib/SP/Services/Config/ConfigBackupService.php:122 +#: lib/SP/Services/Config/ConfigBackupService.php:121 +#: lib/SP/Services/Config/ConfigBackupService.php:128 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 +#: lib/SP/Services/Config/ConfigService.php:71 +#: lib/SP/Services/Config/ConfigService.php:156 #, php-format msgid "Parameter not found (%s)" msgstr "Parameter not found (%s)" -#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:103 +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:109 msgid "Generate temporary password" msgstr "Generate temporary password" -#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:110 +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:116 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 +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:137 +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:187 msgid "Temporary password expired" msgstr "Temporary password expired" -#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:160 +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:166 msgid "Error while checking the temporary password" msgstr "Error while checking the temporary password" -#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:232 +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:238 #, php-format msgid "%s Master Password" msgstr "%s Master Password" -#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:233 +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:239 msgid "" "A new sysPass master password has been generated, so next time you log into " "the application it will be requested." @@ -4059,129 +3946,129 @@ 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:234 +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:240 #, php-format msgid "The new Master Password is: %s" msgstr "The new Master Password is: %s" -#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:235 +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:241 #, php-format msgid "This password will be valid until: %s" msgstr "This password will be valid until: %s" -#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:236 +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:242 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 +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:73 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 +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:81 +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:89 msgid "Updating encrypted data" msgstr "Updating encrypted data" -#: lib/SP/Services/CustomField/CustomFieldCryptService.php:109 +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:114 msgid "Records updated" msgstr "Records updated" -#: lib/SP/Services/CustomField/CustomFieldCryptService.php:110 +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:115 msgid "Records not updated" msgstr "Records not updated" -#: lib/SP/Services/CustomField/CustomFieldCryptService.php:136 +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:141 msgid "Error while updating the custom fields data" msgstr "Error while updating the custom fields data" -#: lib/SP/Services/CustomField/CustomFieldDefService.php:109 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:114 msgid "Field not found" msgstr "Field not found" -#: lib/SP/Services/CustomField/CustomFieldDefService.php:130 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:135 msgid "Error while deleting the fields" msgstr "Error while deleting the fields" -#: lib/SP/Services/CustomField/CustomFieldTypeService.php:84 +#: lib/SP/Services/CustomField/CustomFieldTypeService.php:86 msgid "Field type not found" msgstr "Field type not found" -#: lib/SP/Services/Export/XmlExportService.php:125 +#: lib/SP/Services/Export/XmlExportService.php:130 #: lib/SP/Storage/File/FileCacheBase.php:98 #, php-format msgid "Unable to create the directory (%s)" msgstr "Unable to create the directory (%s)" -#: lib/SP/Services/Export/XmlExportService.php:199 +#: lib/SP/Services/Export/XmlExportService.php:204 msgid "Error while exporting" msgstr "Error while exporting" -#: lib/SP/Services/Export/XmlExportService.php:266 +#: lib/SP/Services/Export/XmlExportService.php:271 msgid "Exporting categories" msgstr "Exporting categories" -#: lib/SP/Services/Export/XmlExportService.php:378 +#: lib/SP/Services/Export/XmlExportService.php:383 msgid "Exporting clients" msgstr "Exporting clients" -#: lib/SP/Services/Export/XmlExportService.php:424 +#: lib/SP/Services/Export/XmlExportService.php:429 msgid "Exporting tags" msgstr "Exporting tags" -#: lib/SP/Services/Export/XmlExportService.php:468 +#: lib/SP/Services/Export/XmlExportService.php:473 msgid "Exporting accounts" msgstr "Exporting accounts" -#: lib/SP/Services/Export/XmlExportService.php:578 +#: 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 +#: lib/SP/Services/Export/XmlVerifyService.php:112 +#: lib/SP/Services/Import/XmlFileImport.php:84 msgid "Unable to process the XML file" msgstr "Unable to process the XML file" -#: lib/SP/Services/Export/XmlVerifyService.php:181 -#: lib/SP/Services/Import/SyspassImport.php:176 +#: lib/SP/Services/Export/XmlVerifyService.php:183 +#: lib/SP/Services/Import/SyspassImport.php:181 msgid "Error while checking integrity hash" msgstr "Error while checking integrity hash" -#: lib/SP/Services/Export/XmlVerifyService.php:198 -#: lib/SP/Services/Export/XmlVerifyService.php:228 -#: lib/SP/Services/Import/SyspassImport.php:124 -#: lib/SP/Services/Import/SyspassImport.php:148 +#: lib/SP/Services/Export/XmlVerifyService.php:200 +#: lib/SP/Services/Export/XmlVerifyService.php:230 +#: lib/SP/Services/Import/SyspassImport.php:129 +#: lib/SP/Services/Import/SyspassImport.php:153 msgid "Wrong encryption password" msgstr "Wrong encryption password" -#: lib/SP/Services/Import/CsvImport.php:50 +#: lib/SP/Services/Import/CsvImport.php:51 #, php-format msgid "Detected format: %s" msgstr "Detected format: %s" -#: lib/SP/Services/Import/CsvImportBase.php:130 -#: lib/SP/Services/Import/CsvImportBase.php:176 +#: lib/SP/Services/Import/CsvImportBase.php:132 +#: lib/SP/Services/Import/CsvImportBase.php:182 #, 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 +#: lib/SP/Services/Import/CsvImportBase.php:134 +#: lib/SP/Services/Import/CsvImportBase.php:184 #, 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 +#: lib/SP/Services/Import/CsvImportBase.php:164 +#: lib/SP/Services/Import/KeepassImport.php:105 +#: lib/SP/Services/Import/SyspassImport.php:392 msgid "Account imported" msgstr "Account imported" -#: lib/SP/Services/Import/CsvImportBase.php:166 +#: lib/SP/Services/Import/CsvImportBase.php:172 msgid "Error while importing the account" msgstr "Error while importing the account" -#: lib/SP/Services/Import/CsvImportBase.php:167 +#: lib/SP/Services/Import/CsvImportBase.php:173 msgid "Error while processing line" msgstr "Error while processing line" @@ -4197,45 +4084,45 @@ msgstr "Please check the web server user permissions" msgid "Please, check PHP configuration for upload files" msgstr "Please, check PHP configuration for upload files" -#: lib/SP/Services/Import/ImportService.php:96 +#: lib/SP/Services/Import/ImportService.php:100 #, php-format msgid "Mime type not supported (\"%s\")" msgstr "Mime type not supported (\"%s\")" -#: lib/SP/Services/Import/ImportService.php:98 +#: lib/SP/Services/Import/ImportService.php:102 msgid "Please, check the file format" msgstr "Please, check the file format" -#: lib/SP/Services/Import/ImportTrait.php:107 +#: lib/SP/Services/Import/ImportTrait.php:111 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 +#: lib/SP/Services/Import/ImportTrait.php:115 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 +#: lib/SP/Services/Import/KeepassImport.php:60 msgid "KeePass XML Import" msgstr "KeePass XML Import" -#: lib/SP/Services/Import/KeepassImport.php:91 -#: lib/SP/Services/Import/SyspassImport.php:211 +#: lib/SP/Services/Import/KeepassImport.php:93 +#: lib/SP/Services/Import/SyspassImport.php:216 msgid "Category imported" msgstr "Category imported" -#: lib/SP/Services/Import/SyspassImport.php:58 +#: lib/SP/Services/Import/SyspassImport.php:63 msgid "sysPass XML Import" msgstr "sysPass XML Import" -#: lib/SP/Services/Import/SyspassImport.php:69 +#: lib/SP/Services/Import/SyspassImport.php:74 msgid "Encryption password not set" msgstr "Encryption password not set" -#: lib/SP/Services/Import/SyspassImport.php:162 +#: lib/SP/Services/Import/SyspassImport.php:167 msgid "Data unencrypted" msgstr "Data unencrypted" -#: lib/SP/Services/Import/SyspassImport.php:177 +#: lib/SP/Services/Import/SyspassImport.php:182 msgid "" "If you are importing an exported file from the same origin, the data could " "be compromised." @@ -4243,125 +4130,125 @@ 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 +#: lib/SP/Services/Import/SyspassImport.php:255 +#: lib/SP/Services/Import/SyspassImport.php:295 msgid "Client imported" msgstr "Client imported" -#: lib/SP/Services/Import/SyspassImport.php:326 +#: lib/SP/Services/Import/SyspassImport.php:331 msgid "Tag imported" msgstr "Tag imported" -#: lib/SP/Services/Import/XmlFileImport.php:105 +#: lib/SP/Services/Import/XmlFileImport.php:108 msgid "XML file not supported" msgstr "XML file not supported" -#: lib/SP/Services/Import/XmlFileImport.php:107 +#: lib/SP/Services/Import/XmlFileImport.php:110 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 +#: lib/SP/Services/Import/XmlImport.php:101 msgid "Format not detected" msgstr "Format not detected" -#: lib/SP/Services/Import/XmlImport.php:106 +#: lib/SP/Services/Import/XmlImport.php:109 msgid "Not implemented" msgstr "Not implemented" -#: lib/SP/Services/Import/XmlImportBase.php:107 -#: lib/SP/Services/Import/XmlImportTrait.php:78 +#: lib/SP/Services/Import/XmlImportBase.php:111 +#: lib/SP/Services/Import/XmlImportTrait.php:80 msgid "Invalid Method" msgstr "Invalid Method" -#: lib/SP/Services/Import/XmlImportBase.php:119 -#: lib/SP/Services/Import/XmlImportTrait.php:68 +#: lib/SP/Services/Import/XmlImportBase.php:123 +#: lib/SP/Services/Import/XmlImportTrait.php:70 msgid "Invalid XML format" msgstr "Invalid XML format" -#: lib/SP/Services/Import/XmlImportBase.php:121 -#: lib/SP/Services/Import/XmlImportTrait.php:70 +#: lib/SP/Services/Import/XmlImportBase.php:125 +#: lib/SP/Services/Import/XmlImportTrait.php:72 #, php-format msgid "\"%s\" node doesn't exist" msgstr "\"%s\" node doesn't exist" -#: lib/SP/Services/Install/Installer.php:105 +#: lib/SP/Services/Install/Installer.php:111 msgid "Please, enter the admin username" msgstr "Please, enter the admin username" -#: lib/SP/Services/Install/Installer.php:107 +#: lib/SP/Services/Install/Installer.php:113 msgid "Admin user to log into the application" msgstr "Admin user to log into the application" -#: lib/SP/Services/Install/Installer.php:112 +#: lib/SP/Services/Install/Installer.php:118 msgid "Please, enter the admin's password" msgstr "Please, enter the admin's password" -#: lib/SP/Services/Install/Installer.php:114 +#: lib/SP/Services/Install/Installer.php:120 msgid "Application administrator's password" msgstr "Application administrator's password" -#: lib/SP/Services/Install/Installer.php:119 +#: lib/SP/Services/Install/Installer.php:125 msgid "Please, enter the Master Password" msgstr "Please, enter the Master Password" -#: lib/SP/Services/Install/Installer.php:121 +#: lib/SP/Services/Install/Installer.php:127 msgid "Master password to encrypt the passwords" msgstr "Master password to encrypt the passwords" -#: lib/SP/Services/Install/Installer.php:126 +#: lib/SP/Services/Install/Installer.php:132 msgid "Master password too short" msgstr "Master password too short" -#: lib/SP/Services/Install/Installer.php:128 +#: lib/SP/Services/Install/Installer.php:134 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:133 +#: lib/SP/Services/Install/Installer.php:139 msgid "Please, enter the database user" msgstr "Please, enter the database user" -#: lib/SP/Services/Install/Installer.php:135 +#: lib/SP/Services/Install/Installer.php:141 msgid "An user with database administrative rights" msgstr "An user with database administrative rights" -#: lib/SP/Services/Install/Installer.php:140 +#: lib/SP/Services/Install/Installer.php:146 msgid "Please, enter the database password" msgstr "Please, enter the database password" -#: lib/SP/Services/Install/Installer.php:142 +#: lib/SP/Services/Install/Installer.php:148 msgid "Database administrator's password" msgstr "Database administrator's password" -#: lib/SP/Services/Install/Installer.php:147 +#: lib/SP/Services/Install/Installer.php:153 msgid "Please, enter the database name" msgstr "Please, enter the database name" -#: lib/SP/Services/Install/Installer.php:149 +#: lib/SP/Services/Install/Installer.php:155 msgid "Application database name. eg. syspass" msgstr "Application database name. eg. syspass" -#: lib/SP/Services/Install/Installer.php:154 +#: lib/SP/Services/Install/Installer.php:160 msgid "Database name cannot contain \".\"" msgstr "Database name cannot contain \".\"" -#: lib/SP/Services/Install/Installer.php:156 +#: lib/SP/Services/Install/Installer.php:162 msgid "Please, remove dots in database name" msgstr "Please, remove dots in database name" -#: lib/SP/Services/Install/Installer.php:161 +#: lib/SP/Services/Install/Installer.php:167 msgid "Please, enter the database server" msgstr "Please, enter the database server" -#: lib/SP/Services/Install/Installer.php:163 +#: lib/SP/Services/Install/Installer.php:169 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 +#: lib/SP/Services/Install/Installer.php:324 +#: lib/SP/Services/Install/Installer.php:375 msgid "Warn to developer" msgstr "Warn to developer" -#: lib/SP/Services/Install/Installer.php:359 +#: lib/SP/Services/Install/Installer.php:365 msgid "Error while creating 'admin' user" msgstr "Error while creating 'admin' user" @@ -4431,30 +4318,30 @@ msgstr "Error while creating database structure." 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 +#: lib/SP/Services/ItemPreset/ItemPresetService.php:86 +#: lib/SP/Services/ItemPreset/ItemPresetService.php:107 msgid "Value not found" msgstr "Value not found" -#: lib/SP/Services/ItemPreset/ItemPresetService.php:188 +#: lib/SP/Services/ItemPreset/ItemPresetService.php:190 msgid "Error while deleting the values" msgstr "Error while deleting the values" -#: lib/SP/Services/Ldap/LdapImportService.php:107 -#: lib/SP/Services/Ldap/LdapImportService.php:188 +#: lib/SP/Services/Ldap/LdapImportService.php:108 +#: lib/SP/Services/Ldap/LdapImportService.php:189 msgid "Objects found" msgstr "Objects found" -#: lib/SP/Services/Ldap/LdapImportService.php:132 -#: lib/SP/Services/Ldap/LdapImportService.php:221 +#: lib/SP/Services/Ldap/LdapImportService.php:133 +#: lib/SP/Services/Ldap/LdapImportService.php:222 msgid "Imported from LDAP" msgstr "Imported from LDAP" -#: lib/SP/Services/Mail/MailService.php:66 +#: lib/SP/Services/Mail/MailService.php:67 msgid "Mail test" msgstr "Mail test" -#: lib/SP/Services/Mail/MailService.php:67 +#: lib/SP/Services/Mail/MailService.php:68 msgid "" "This is a test email in order to verify that the configuration is working " "right." @@ -4462,264 +4349,278 @@ msgstr "" "This is a test email in order to verify that the configuration is working " "right." -#: 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 +#: lib/SP/Services/Notification/NotificationService.php:106 +#: lib/SP/Services/Notification/NotificationService.php:125 +#: lib/SP/Services/Notification/NotificationService.php:184 +#: lib/SP/Services/Notification/NotificationService.php:214 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 +#: lib/SP/Services/Plugin/PluginDataService.php:103 +#: lib/SP/Services/Plugin/PluginDataService.php:127 +#: lib/SP/Services/Plugin/PluginDataService.php:171 +#: lib/SP/Services/Plugin/PluginDataService.php:189 +msgid "Plugin's data not found" +msgstr "" + +#: lib/SP/Services/Plugin/PluginService.php:94 +#: lib/SP/Services/Plugin/PluginService.php:155 +#: lib/SP/Services/Plugin/PluginService.php:188 +#: lib/SP/Services/Plugin/PluginService.php:208 +#: lib/SP/Services/Plugin/PluginService.php:226 +#: lib/SP/Services/Plugin/PluginService.php:243 +#: lib/SP/Services/Plugin/PluginService.php:260 +#: lib/SP/Services/Plugin/PluginService.php:277 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:297 -#: lib/SP/Services/PublicLink/PublicLinkService.php:332 -#: lib/SP/Services/PublicLink/PublicLinkService.php:353 +#: lib/SP/Services/PublicLink/PublicLinkService.php:129 +#: lib/SP/Services/PublicLink/PublicLinkService.php:152 +#: lib/SP/Services/PublicLink/PublicLinkService.php:226 +#: lib/SP/Services/PublicLink/PublicLinkService.php:304 +#: lib/SP/Services/PublicLink/PublicLinkService.php:339 +#: lib/SP/Services/PublicLink/PublicLinkService.php:360 msgid "Link not found" msgstr "Link not found" -#: lib/SP/Services/PublicLink/PublicLinkService.php:238 +#: lib/SP/Services/PublicLink/PublicLinkService.php:245 msgid "Error while removing the links" msgstr "Error while removing the links" -#: lib/SP/Services/Service.php:109 +#: lib/SP/Services/Service.php:111 msgid "Rollback" msgstr "Rollback" -#: lib/SP/Services/Service.php:115 +#: lib/SP/Services/Service.php:117 msgid "Unable to start a transaction" msgstr "Unable to start a transaction" -#: lib/SP/Services/Service.php:133 lib/SP/Services/Service.php:140 +#: lib/SP/Services/Service.php:135 lib/SP/Services/Service.php:142 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 +#: lib/SP/Services/Service.php:162 lib/SP/Services/Service.php:166 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 +#: lib/SP/Services/Tag/TagService.php:81 lib/SP/Services/Tag/TagService.php:100 +#: lib/SP/Services/Tag/TagService.php:117 msgid "Tag not found" msgstr "Tag not found" -#: lib/SP/Services/Task/TaskService.php:84 +#: lib/SP/Services/Task/TaskService.php:85 msgid "Unable to create the lock file" msgstr "Unable to create the lock file" -#: lib/SP/Services/Task/TaskService.php:93 +#: lib/SP/Services/Task/TaskService.php:94 msgid "Task not set within wait time" msgstr "Task not set within wait time" -#: lib/SP/Services/Task/TaskService.php:182 +#: lib/SP/Services/Task/TaskService.php:183 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 +#: lib/SP/Services/Track/TrackService.php:94 +#: lib/SP/Services/Track/TrackService.php:108 +#: lib/SP/Services/Track/TrackService.php:135 msgid "Track not found" msgstr "Track not found" -#: lib/SP/Services/Track/TrackService.php:162 +#: lib/SP/Services/Track/TrackService.php:169 #, php-format msgid "Attempts exceeded (%d/%d)" msgstr "Attempts exceeded (%d/%d)" -#: lib/SP/Services/Track/TrackService.php:163 +#: lib/SP/Services/Track/TrackService.php:170 msgid "Seconds" msgstr "Seconds" -#: lib/SP/Services/Track/TrackService.php:208 +#: lib/SP/Services/Track/TrackService.php:215 msgid "IP address not set" msgstr "IP address not set" -#: lib/SP/Services/Upgrade/UpgradeAppService.php:66 -#: lib/SP/Services/Upgrade/UpgradeAppService.php:89 +#: lib/SP/Services/Upgrade/UpgradeAppService.php:72 +#: lib/SP/Services/Upgrade/UpgradeAppService.php:95 msgid "Update Application" msgstr "Update Application" -#: lib/SP/Services/Upgrade/UpgradeAppService.php:73 +#: lib/SP/Services/Upgrade/UpgradeAppService.php:79 msgid "Error while applying the application update" msgstr "Error while applying the application update" -#: lib/SP/Services/Upgrade/UpgradeAppService.php:75 -#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:103 -#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:111 +#: lib/SP/Services/Upgrade/UpgradeAppService.php:81 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:104 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:112 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 +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:56 +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:86 msgid "API authorizations update" msgstr "API authorizations update" -#: lib/SP/Services/Upgrade/UpgradeConfigService.php:79 -#: lib/SP/Services/Upgrade/UpgradeConfigService.php:213 -#: lib/SP/Services/Upgrade/UpgradeConfigService.php:259 -#: lib/SP/Services/Upgrade/UpgradeConfigService.php:308 -#: lib/SP/Services/Upgrade/UpgradeConfigService.php:333 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:81 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:215 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:261 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:310 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:335 msgid "Update Configuration" msgstr "Update Configuration" -#: lib/SP/Services/Upgrade/UpgradeConfigService.php:91 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:93 msgid "Parameter" msgstr "Parameter" -#: lib/SP/Services/Upgrade/UpgradeConfigService.php:130 -#: lib/SP/Services/Upgrade/UpgradeConfigService.php:134 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:132 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:136 msgid "Error while updating the configuration" msgstr "Error while updating the configuration" -#: lib/SP/Services/Upgrade/UpgradeConfigService.php:285 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:287 msgid "MIME type set for this extension" msgstr "MIME type set for this extension" -#: lib/SP/Services/Upgrade/UpgradeConfigService.php:286 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:288 msgid "MIME type" msgstr "MIME type" -#: lib/SP/Services/Upgrade/UpgradeConfigService.php:287 -#: lib/SP/Services/Upgrade/UpgradeConfigService.php:296 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:289 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:298 msgid "Extension" msgstr "Extension" -#: lib/SP/Services/Upgrade/UpgradeConfigService.php:295 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:297 msgid "MIME type not found for this extension" msgstr "MIME type not found for this extension" -#: 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 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldData.php:58 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldData.php:89 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:61 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:112 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:172 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:204 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:222 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:268 msgid "Custom fields update" msgstr "Custom fields update" -#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:94 -#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:125 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:95 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:126 msgid "Update DB" msgstr "Update DB" -#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:101 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:102 msgid "Error while applying an auxiliary update" msgstr "Error while applying an auxiliary update" -#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:109 -#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:180 -#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:184 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:110 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:181 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:185 msgid "Error while updating the database" msgstr "Error while updating the database" -#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:157 -#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:159 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:158 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:160 msgid "Update file does not contain data" msgstr "Update file does not contain data" -#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:190 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:191 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 +#: lib/SP/Services/Upgrade/UpgradePlugin.php:49 +#: lib/SP/Services/Upgrade/UpgradePlugin.php:58 +msgid "Plugins upgrade" +msgstr "" + +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:57 +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:103 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 +#: lib/SP/Services/User/UserPassService.php:261 +#: lib/SP/Services/User/UserService.php:126 +#: lib/SP/Services/User/UserService.php:157 +#: lib/SP/Services/User/UserService.php:176 msgid "User does not exist" msgstr "User does not exist" -#: lib/SP/Services/User/UserService.php:192 +#: lib/SP/Services/User/UserService.php:195 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 +#: lib/SP/Services/UserGroup/UserGroupService.php:85 +#: lib/SP/Services/UserGroup/UserGroupService.php:103 +#: lib/SP/Services/UserGroup/UserGroupService.php:192 +#: lib/SP/Services/UserGroup/UserToUserGroupService.php:61 msgid "Group not found" msgstr "Group not found" -#: lib/SP/Services/UserGroup/UserGroupService.php:115 +#: lib/SP/Services/UserGroup/UserGroupService.php:120 msgid "Error while deleting the groups" msgstr "Error while deleting the groups" -#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:66 +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:73 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 +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:75 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 +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:79 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 +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:94 +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:162 msgid "Wrong hash or expired" msgstr "Wrong hash or expired" -#: lib/SP/Services/UserProfile/UserProfileService.php:65 -#: lib/SP/Services/UserProfile/UserProfileService.php:97 +#: lib/SP/Services/UserProfile/UserProfileService.php:70 +#: lib/SP/Services/UserProfile/UserProfileService.php:102 msgid "Profile not found" msgstr "Profile not found" -#: lib/SP/Services/Wiki/DokuWikiApi.php:68 +#: lib/SP/Services/Wiki/DokuWikiApi.php:69 msgid "Authentication error" msgstr "Authentication error" -#: lib/SP/Services/Wiki/DokuWikiApiBase.php:196 +#: lib/SP/Services/Wiki/DokuWikiApiBase.php:198 msgid "Error while doing the query" msgstr "Error while doing the query" -#: lib/SP/Services/Wiki/DokuWikiApiBase.php:228 +#: lib/SP/Services/Wiki/DokuWikiApiBase.php:230 msgid "Connection URL not set" msgstr "Connection URL not set" -#: lib/SP/Storage/Database/Database.php:131 +#: lib/SP/Storage/Database/Database.php:132 msgid "Blank query" msgstr "Blank query" -#: lib/SP/Storage/Database/Database.php:248 +#: lib/SP/Storage/Database/Database.php:249 msgid "Integrity constraint" msgstr "Integrity constraint" -#: lib/SP/Storage/Database/MySQLHandler.php:100 -#: lib/SP/Storage/Database/MySQLHandler.php:167 +#: lib/SP/Storage/Database/MySQLHandler.php:101 +#: lib/SP/Storage/Database/MySQLHandler.php:168 msgid "Please, check the connection parameters" msgstr "Please, check the connection parameters" -#: lib/SP/Storage/Database/QueryData.php:338 app/config/strings.js.inc:26 +#: lib/SP/Storage/Database/QueryData.php:338 msgid "Error while querying" msgstr "Error while querying" -#: lib/SP/Storage/File/FileCachePacked.php:45 +#: lib/SP/Storage/File/FileCachePacked.php:47 #, php-format msgid "Error while decompressing the file data (%s)" msgstr "Error while decompressing the file data (%s)" -#: lib/SP/Storage/File/FileCachePacked.php:51 +#: lib/SP/Storage/File/FileCachePacked.php:53 msgid "Error while retrieving the data" msgstr "Error while retrieving the data" -#: lib/SP/Storage/File/FileCachePacked.php:70 +#: lib/SP/Storage/File/FileCachePacked.php:72 #, php-format msgid "Error while compressing the file data (%s)" msgstr "Error while compressing the file data (%s)" @@ -4772,11 +4673,11 @@ msgstr "Unable to read/write file (%s)" 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 +#: lib/SP/Storage/File/XmlHandler.php:90 lib/SP/Storage/File/XmlHandler.php:310 msgid "XML node does not exist" msgstr "XML node does not exist" -#: lib/SP/Storage/File/XmlHandler.php:167 +#: lib/SP/Storage/File/XmlHandler.php:168 msgid "There aren't any items to save" msgstr "There aren't any items to save" @@ -4788,11 +4689,11 @@ msgstr "Socket not initialized" msgid "Error while sending the data" msgstr "Error while sending the data" -#: lib/SP/Util/ErrorUtil.php:148 +#: lib/SP/Util/ErrorUtil.php:149 msgid "Option unavailable" msgstr "Option unavailable" -#: lib/SP/Util/ErrorUtil.php:168 lib/SP/Util/ErrorUtil.php:175 +#: lib/SP/Util/ErrorUtil.php:169 lib/SP/Util/ErrorUtil.php:176 msgid "An exception occured" msgstr "An exception occured" @@ -4800,351 +4701,51 @@ msgstr "An exception occured" msgid "Invalid image" msgstr "Invalid image" -#: app/config/strings.js.inc:27 -msgid "There was an error" -msgstr "There was an error" - -#: app/config/strings.js.inc:28 app/config/strings.js.inc:86 -msgid "Session finished" -msgstr "Session finished" - -#: app/config/strings.js.inc:29 -msgid "Delete account?" -msgstr "Delete account?" - -#: app/config/strings.js.inc:30 -msgid "Delete user?" -msgstr "Delete user?" - -#: 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" - -#: app/config/strings.js.inc:32 -msgid "Generated Password" -msgstr "Generated Password" - -#: app/config/strings.js.inc:33 -msgid "High level" -msgstr "High level" - -#: app/config/strings.js.inc:34 -msgid "Average level" -msgstr "Average level" - -#: app/config/strings.js.inc:35 -msgid "Low level" -msgstr "Low level" - -#: app/config/strings.js.inc:36 -msgid "Very High level" -msgstr "Very High level" - -#: app/config/strings.js.inc:37 -msgid "You should use at least 8 characters" -msgstr "You should use at least 8 characters" - -#: app/config/strings.js.inc:38 -msgid "Delete item?" -msgstr "Delete item?" - -#: 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" - -#: app/config/strings.js.inc:41 -msgid "Delete file?" -msgstr "Delete file?" - -#: app/config/strings.js.inc:42 -msgid "Your browser does not support HTML5 file uploads" -msgstr "Your browser does not support HTML5 file uploads" - -#: app/config/strings.js.inc:43 -msgid "Too many files" -msgstr "Too many files" - -#: app/config/strings.js.inc:44 -msgid "File size not allowed" -msgstr "File size not allowed" - -#: app/config/strings.js.inc:45 -msgid "MIME type not allowed" -msgstr "MIME type not allowed" - -#: app/config/strings.js.inc:46 -msgid "Clear the event log out?" -msgstr "Clear the event log out?" - -#: app/config/strings.js.inc:47 -#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:186 -#: 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:262 -#: 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" - -#: app/config/strings.js.inc:48 -#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:168 -#: 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:287 -#: 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:87 -msgid "Select User" -msgstr "Select User" - -#: 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" - -#: app/config/strings.js.inc:50 -#: app/modules/web/themes/material-blue/views/account/account.inc:85 -#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:35 -#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:39 -msgid "Select Client" -msgstr "Select Client" - -#: 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:110 -#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:44 -#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:54 -msgid "Select Category" -msgstr "Select Category" - -#: app/config/strings.js.inc:52 -msgid "No results" -msgstr "No results" - -#: app/config/strings.js.inc:53 -msgid "Password options" -msgstr "Password options" - -#: app/config/strings.js.inc:54 -msgid "Generate random password" -msgstr "Generate random password" - -#: app/config/strings.js.inc:55 -msgid "Complexity" -msgstr "Complexity" - -#: app/config/strings.js.inc:56 -msgid "Reset" -msgstr "Reset" - -#: app/config/strings.js.inc:57 -msgid "Password strength level" -msgstr "Password strength level" - -#: app/config/strings.js.inc:58 -msgid "Show Password" -msgstr "Show Password" - -#: 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 -#: 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 "Include Numbers" - -#: 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" - -#: 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" - -#: 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" - -#: app/config/strings.js.inc:65 -#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:42 -msgid "Select Action" -msgstr "Select Action" - -#: app/config/strings.js.inc:68 -msgid "Accept" -msgstr "Accept" - -#: app/config/strings.js.inc:69 -msgid "Cancel" -msgstr "Cancel" - -#: app/config/strings.js.inc:70 -msgid "Password Copied into Clipboard" -msgstr "Password Copied into Clipboard" - -#: app/config/strings.js.inc:71 -msgid "Error while copying to clipboard" -msgstr "Error while copying to clipboard" - -#: app/config/strings.js.inc:73 -msgid "Send notifies?" -msgstr "Send notifies?" - -#. (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 -#: 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" - -#: app/config/strings.js.inc:76 -msgid "Clear Selection" -msgstr "Clear Selection" - -#. (itstool) path: action/text -#: app/config/strings.js.inc:77 -#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:81 -#: app/config/actions.xml:241 -msgid "Show Favorites" -msgstr "Show Favorites" - -#: app/config/strings.js.inc:78 -#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:75 -msgid "Display All" -msgstr "Display All" - -#: app/config/strings.js.inc:81 -msgid "Now" -msgstr "Now" - -#: app/config/strings.js.inc:82 -msgid "" -"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?" - -#: 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?" - -#: 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?" - -#: 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." - -#: 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" - -#: app/config/strings.js.inc:89 -msgid "Cookies disabled. Application won't work properly." -msgstr "Cookies disabled. Application won't work properly." - -#: app/config/strings.js.inc:90 -msgid "Clipboard not supported by your browser." -msgstr "Clipboard not supported by your 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 "There is a more recent version of {0} plugin ({1})" - -#: app/config/strings.js.inc:93 -#: app/modules/web/themes/material-blue/views/main/update.inc:30 -msgid "Updated" -msgstr "Updated" - -#: 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" - -#: app/config/strings.js.inc:95 -msgid "sysPass Notices" -msgstr "sysPass Notices" - -#: 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 +#: app/modules/web/themes/material-blue/views/_layouts/main.inc:25 msgid "Javascript is needed in order to run correctly" msgstr "Javascript is needed in order to run correctly" -#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:70 -#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:127 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:80 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:141 msgid "User preferences" msgstr "User preferences" -#: 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 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:84 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:87 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:163 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:166 msgid "Sign Out" msgstr "Sign Out" -#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:164 -#: app/modules/web/themes/material-blue/views/_partials/footer.inc:53 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:179 +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:60 msgid "Demo" msgstr "Demo" -#: app/modules/web/themes/material-blue/views/_partials/footer.inc:44 +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:49 msgid "Tells whether the connection uses HTTPS or not." msgstr "Tells whether the connection uses HTTPS or not." -#: app/modules/web/themes/material-blue/views/_partials/footer.inc:44 +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:49 msgid "" "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." -#: app/modules/web/themes/material-blue/views/_partials/footer.inc:66 +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:74 msgid "Help :: FAQ :: Changelog" msgstr "Help :: FAQ :: Changelog" -#: app/modules/web/themes/material-blue/views/_partials/footer.inc:70 +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:79 msgid "A cygnux.org project" msgstr "A cygnux.org project" #: 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 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:13 msgid "Special parameters" msgstr "Special parameters" -#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:14 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:15 msgid "" "You could use either one or several special parameters separated by blank " "spaces" @@ -5152,346 +4753,413 @@ 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 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:17 msgid "Search for accounts which 'login' has access rights" msgstr "Search for accounts which 'login' has access rights" -#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:17 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:18 msgid "Get the accounts in which user login \"login\" is the owner" msgstr "Get the accounts in which user login \"login\" is the owner" -#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:18 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:19 msgid "Search for accounts which 'group_name' has access rights" msgstr "Search for accounts which 'group_name' has access rights" -#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:19 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:20 msgid "Get the accounts in which main group \"group_name\" is set" msgstr "Get the accounts in which main group \"group_name\" is set" -#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:20 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:21 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'" -#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:21 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:22 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 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:23 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 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:24 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 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:25 +msgid "Search for accounts name by regular expression" +msgstr "" + +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:26 msgid "Search for accounts with expired password" msgstr "Search for accounts with expired password" -#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:25 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:27 msgid "Get private accounts for current user" msgstr "Get private accounts for current user" -#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:26 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:28 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 +#: app/modules/web/themes/material-blue/views/_partials/no_records_found.inc:13 +#: app/modules/web/themes/material-blue/views/account/search-index.inc:22 msgid "No records found" msgstr "No records found" -#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:85 -#: app/modules/web/themes/material-blue/views/account/account.inc:169 -#: app/modules/web/themes/material-blue/views/account/account.inc:176 -#: 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:41 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:100 +#: app/modules/web/themes/material-blue/views/account/account.inc:186 +#: app/modules/web/themes/material-blue/views/account/account.inc:195 +#: app/modules/web/themes/material-blue/views/install/index.inc:74 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:130 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:139 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:68 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:76 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:46 msgid "Password (repeat)" msgstr "Password (repeat)" -#: 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:195 -#: app/modules/web/themes/material-blue/views/account/account.inc:279 -#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:254 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:128 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:168 +#: app/modules/web/themes/material-blue/views/account/account.inc:218 +#: app/modules/web/themes/material-blue/views/account/account.inc:311 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:288 msgid "Select date" msgstr "Select date" -#: 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:272 -#: app/modules/web/themes/material-blue/views/account/account.inc:274 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:26 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:160 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:162 +#: app/modules/web/themes/material-blue/views/account/account.inc:303 +#: app/modules/web/themes/material-blue/views/account/account.inc:305 msgid "History" msgstr "History" -#: 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 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:37 +#: app/modules/web/themes/material-blue/views/account/account.inc:56 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:32 msgid "Details" msgstr "Details" -#: 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:201 -#: 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 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:91 +#: app/modules/web/themes/material-blue/views/account/account.inc:126 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:53 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:67 +msgid "Select Category" +msgstr "Select Category" + +#: app/modules/web/themes/material-blue/views/account/account-history.inc:144 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:93 +#: app/modules/web/themes/material-blue/views/account/account.inc:224 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:181 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:182 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:189 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:294 -#: 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 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:181 +#: app/modules/web/themes/material-blue/views/account/account.inc:326 +#: app/modules/web/themes/material-blue/views/account/details.inc:38 +#: app/modules/web/themes/material-blue/views/account/details.inc:40 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:314 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:316 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 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:33 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:66 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:136 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:161 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:25 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:43 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:68 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 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:43 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:47 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:115 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:119 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:144 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:201 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:79 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:64 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 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:105 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:138 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:193 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:218 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:68 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:86 msgid "Select Groups" msgstr "Select Groups" -#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:208 -#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:182 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:188 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:126 +#: app/modules/web/themes/material-blue/views/config/import.inc:39 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:311 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:83 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:35 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:48 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:100 +msgid "Select User" +msgstr "Select User" + +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:212 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:306 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:100 +#: app/modules/web/themes/material-blue/views/config/import.inc:67 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:285 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:99 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:66 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:171 +msgid "Select Group" +msgstr "Select Group" + +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:236 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:201 msgid "Private" msgstr "Private" -#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:224 -#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:198 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:254 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:218 msgid "Private for Group" msgstr "Private for Group" -#: app/modules/web/themes/material-blue/views/account/account-request.inc:15 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:21 msgid "Request Account Modification" msgstr "Request Account Modification" -#: app/modules/web/themes/material-blue/views/account/account-request.inc:52 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:65 msgid "Request description" msgstr "Request description" -#: app/modules/web/themes/material-blue/views/account/account-request.inc:74 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:87 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 +#: app/modules/web/themes/material-blue/views/account/account.inc:46 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:145 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:30 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:236 msgid "Permissions" msgstr "Permissions" -#: app/modules/web/themes/material-blue/views/account/account.inc:219 -#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:98 +#: app/modules/web/themes/material-blue/views/account/account.inc:100 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:43 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:51 +msgid "Select Client" +msgstr "Select Client" + +#: app/modules/web/themes/material-blue/views/account/account.inc:245 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:113 msgid "Select Tags" msgstr "Select Tags" -#: app/modules/web/themes/material-blue/views/account/account.inc:263 -#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:26 +#: app/modules/web/themes/material-blue/views/account/account.inc:294 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:35 msgid "Select Account" msgstr "Select Account" -#: app/modules/web/themes/material-blue/views/account/account.inc:302 -#: app/modules/web/themes/material-blue/views/account/account.inc:304 -#: app/modules/web/themes/material-blue/views/account/account.inc:307 -#: app/modules/web/themes/material-blue/views/account/search-rows.inc:193 +#: app/modules/web/themes/material-blue/views/account/account.inc:334 +#: app/modules/web/themes/material-blue/views/account/account.inc:336 +#: app/modules/web/themes/material-blue/views/account/account.inc:340 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:206 msgid "Public Link" msgstr "Public Link" -#: app/modules/web/themes/material-blue/views/account/account.inc:315 -#: app/modules/web/themes/material-blue/views/account/account.inc:317 -#: app/modules/web/themes/material-blue/views/account/account.inc:320 +#: app/modules/web/themes/material-blue/views/account/account.inc:348 +#: app/modules/web/themes/material-blue/views/account/account.inc:350 +#: app/modules/web/themes/material-blue/views/account/account.inc:354 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 +#: app/modules/web/themes/material-blue/views/account/details.inc:28 +#: app/modules/web/themes/material-blue/views/account/details.inc:30 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 +#: app/modules/web/themes/material-blue/views/account/details.inc:66 +#: app/modules/web/themes/material-blue/views/account/details.inc:68 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 +#: app/modules/web/themes/material-blue/views/account/details.inc:74 +#: app/modules/web/themes/material-blue/views/account/details.inc:76 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 +#: app/modules/web/themes/material-blue/views/account/details.inc:84 +#: app/modules/web/themes/material-blue/views/account/details.inc:86 msgid "Password Date" msgstr "Password Date" -#: app/modules/web/themes/material-blue/views/account/files.inc:37 +#: app/modules/web/themes/material-blue/views/account/files.inc:45 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 +#: app/modules/web/themes/material-blue/views/account/files.inc:47 #, 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 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:44 msgid "Search in Wiki" msgstr "Search in Wiki" -#: app/modules/web/themes/material-blue/views/account/search-rows.inc:84 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:95 #, php-format msgid "Open link to: %s" msgstr "Open link to: %s" -#: app/modules/web/themes/material-blue/views/account/search-rows.inc:111 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:123 msgid "Password Expired" msgstr "Password Expired" -#: app/modules/web/themes/material-blue/views/account/search-rows.inc:125 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:137 msgid "Private Account (Group)" msgstr "Private Account (Group)" -#: app/modules/web/themes/material-blue/views/account/search-rows.inc:182 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:162 +msgid "Delete Favorite" +msgstr "Delete Favorite" + +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:172 +msgid "Mark as Favorite" +msgstr "Mark as Favorite" + +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:195 msgid "Attachments" msgstr "Attachments" -#: app/modules/web/themes/material-blue/views/account/search-rows.inc:209 -#: app/modules/web/themes/material-blue/views/account/search-rows.inc:220 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:208 +msgid "Expiry Date" +msgstr "" + +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:222 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:233 msgid "Link to Wiki" msgstr "Link to Wiki" -#: app/modules/web/themes/material-blue/views/account/search-rows.inc:212 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:225 msgid "View at Wiki" msgstr "View at Wiki" -#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:60 -#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:64 -#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:230 -#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:231 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:70 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:76 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:254 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:255 msgid "Global search" msgstr "Global search" -#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:86 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:89 +msgid "Display All" +msgstr "Display All" + +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:96 +msgid "Show Favorites" +msgstr "Show Favorites" + +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:101 msgid "Favorites Filtering" msgstr "Favorites Filtering" -#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:101 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:120 msgid "Accounts per page" msgstr "Accounts per page" -#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:109 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:128 msgid "More Filters" msgstr "More Filters" -#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:114 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:134 msgid "Select Tag" msgstr "Select Tag" -#: app/modules/web/themes/material-blue/views/common/aux-customfields.inc:22 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:30 +msgid "Copy Username" +msgstr "Copy Username" + +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:48 +msgid "Copy Password" +msgstr "Copy Password" + +#: app/modules/web/themes/material-blue/views/common/aux-customfields.inc:26 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 +#: app/modules/web/themes/material-blue/views/common/aux-customfields.inc:31 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:13 -#: 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-dokuwiki.inc:12 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:18 +#: app/modules/web/themes/material-blue/views/config/backup.inc:18 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:18 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:18 +#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:17 #, 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 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:23 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:29 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:36 msgid "Searching" msgstr "Searching" -#: app/modules/web/themes/material-blue/views/config/accounts.inc:35 -#: app/modules/web/themes/material-blue/views/config/accounts.inc:51 -#: app/modules/web/themes/material-blue/views/usersettings/general.inc:56 -#: app/modules/web/themes/material-blue/views/usersettings/general.inc:72 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:42 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:62 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:64 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:84 msgid "Results per page" msgstr "Results per page" -#: app/modules/web/themes/material-blue/views/config/accounts.inc:40 -#: app/modules/web/themes/material-blue/views/usersettings/general.inc:61 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:48 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:70 msgid "Number of results per page to display when performing a search." msgstr "Number of results per page to display when performing a search." -#: app/modules/web/themes/material-blue/views/config/accounts.inc:69 -#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:30 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:82 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:35 msgid "Accounts password expiry" msgstr "Accounts password expiry" -#: app/modules/web/themes/material-blue/views/config/accounts.inc:70 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:83 msgid "Enables the accounts password expiry date." msgstr "Enables the accounts password expiry date." -#: app/modules/web/themes/material-blue/views/config/accounts.inc:78 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:91 msgid "Password expiry time" msgstr "Password expiry time" -#: app/modules/web/themes/material-blue/views/config/accounts.inc:83 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:97 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:93 -#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:38 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:109 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:43 msgid "Expire time (days)" msgstr "Expire time (days)" -#: app/modules/web/themes/material-blue/views/config/accounts.inc:111 -#: app/modules/web/themes/material-blue/views/usersettings/general.inc:90 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:128 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:103 msgid "Account name as link" msgstr "Account name as link" -#: app/modules/web/themes/material-blue/views/config/accounts.inc:112 -#: app/modules/web/themes/material-blue/views/usersettings/general.inc:92 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:129 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:105 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." -#: app/modules/web/themes/material-blue/views/config/accounts.inc:127 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:145 msgid "Global searches" msgstr "Global searches" -#: app/modules/web/themes/material-blue/views/config/accounts.inc:128 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:146 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." @@ -5499,18 +5167,18 @@ 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." -#: app/modules/web/themes/material-blue/views/config/accounts.inc:143 -#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:154 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:162 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:166 msgid "Image to show password" msgstr "Image to show password" -#: app/modules/web/themes/material-blue/views/config/accounts.inc:145 -#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:156 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:164 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:168 msgid "Generate an image with a text of the account password." msgstr "Generate an image with a text of the account password." -#: app/modules/web/themes/material-blue/views/config/accounts.inc:147 -#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:158 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:166 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:170 msgid "" "Useful for environments where copying a password to clipboard is a security " "risk." @@ -5518,25 +5186,25 @@ msgstr "" "Useful for environments where copying a password to clipboard is a security " "risk." -#: app/modules/web/themes/material-blue/views/config/accounts.inc:163 -#: app/modules/web/themes/material-blue/views/usersettings/general.inc:158 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:183 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:175 msgid "Results like Cards" msgstr "Results like Cards" -#: app/modules/web/themes/material-blue/views/config/accounts.inc:165 -#: app/modules/web/themes/material-blue/views/usersettings/general.inc:160 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:185 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:177 msgid "Displays account's search results on a card like format." msgstr "Displays account's search results on a card like format." -#: app/modules/web/themes/material-blue/views/config/accounts.inc:181 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:202 msgid "Secondary Groups Access" msgstr "Secondary Groups Access" -#: app/modules/web/themes/material-blue/views/config/accounts.inc:183 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:204 msgid "Grants access to users that are included in secondary groups." msgstr "Grants access to users that are included in secondary groups." -#: app/modules/web/themes/material-blue/views/config/accounts.inc:185 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:206 msgid "" "By default, user in a secondary group is granted if the secondary group is " "set as user's main group." @@ -5544,27 +5212,25 @@ 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 -#: app/modules/web/themes/material-blue/views/config/accounts.inc:196 -#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:378 -#: app/config/actions.xml:73 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:217 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:412 msgid "Public Links" msgstr "Public Links" -#: app/modules/web/themes/material-blue/views/config/accounts.inc:214 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:236 msgid "Enable Public Links" msgstr "Enable Public Links" -#: app/modules/web/themes/material-blue/views/config/accounts.inc:216 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:238 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" -#: app/modules/web/themes/material-blue/views/config/accounts.inc:218 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:240 msgid "Linked accounts will be visible by anyone that have the link." msgstr "Linked accounts will be visible by anyone that have the link." -#: app/modules/web/themes/material-blue/views/config/accounts.inc:220 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:242 msgid "" "In order to create links, users must have activated the option on their " "profiles." @@ -5572,46 +5238,46 @@ msgstr "" "In order to create links, users must have activated the option on their " "profiles." -#: app/modules/web/themes/material-blue/views/config/accounts.inc:236 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:259 msgid "Use an image for password" msgstr "Use an image for password" -#: app/modules/web/themes/material-blue/views/config/accounts.inc:238 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:261 msgid "The account password is shown as image." msgstr "The account password is shown as image." -#: app/modules/web/themes/material-blue/views/config/accounts.inc:247 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:270 msgid "Expire time" msgstr "Expire time" -#: app/modules/web/themes/material-blue/views/config/accounts.inc:256 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:281 msgid "Expire time (minutes)" msgstr "Expire time (minutes)" -#: app/modules/web/themes/material-blue/views/config/accounts.inc:262 -#: app/modules/web/themes/material-blue/views/config/accounts.inc:271 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:287 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:298 msgid "Maximum visits" msgstr "Maximum visits" -#: app/modules/web/themes/material-blue/views/config/accounts.inc:297 -#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:411 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:325 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:447 msgid "Files management" msgstr "Files management" -#: app/modules/web/themes/material-blue/views/config/accounts.inc:298 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:326 msgid "Enables the uploading and downloading of accounts files." msgstr "Enables the uploading and downloading of accounts files." -#: app/modules/web/themes/material-blue/views/config/accounts.inc:306 -#: app/modules/web/themes/material-blue/views/config/accounts.inc:319 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:334 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:348 msgid "Allowed MIME types" msgstr "Allowed MIME types" -#: app/modules/web/themes/material-blue/views/config/accounts.inc:311 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:340 msgid "Allowed file MIME types for uploading." msgstr "Allowed file MIME types for uploading." -#: app/modules/web/themes/material-blue/views/config/accounts.inc:314 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:343 msgid "" "In order to add more MIME types, you need to add them into mime.xml file " "within the config directory." @@ -5619,49 +5285,49 @@ msgstr "" "In order to add more MIME types, you need to add them into mime.xml file " "within the config directory." -#: app/modules/web/themes/material-blue/views/config/accounts.inc:334 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:365 msgid "Maximum file size" msgstr "Maximum file size" -#: app/modules/web/themes/material-blue/views/config/accounts.inc:339 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:371 msgid "Sets the maximum file size for uploading." msgstr "Sets the maximum file size for uploading." -#: app/modules/web/themes/material-blue/views/config/accounts.inc:343 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:375 msgid "Absolute maximum is 16MB." msgstr "Absolute maximum is 16MB." -#: app/modules/web/themes/material-blue/views/config/accounts.inc:354 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:388 msgid "Maximum file size in kilobytes" msgstr "Maximum file size in kilobytes" -#: app/modules/web/themes/material-blue/views/config/backup.inc:17 +#: app/modules/web/themes/material-blue/views/config/backup.inc:23 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:31 -#: app/modules/web/themes/material-blue/views/config/backup.inc:34 -#: app/modules/web/themes/material-blue/views/config/backup.inc:110 -#: app/modules/web/themes/material-blue/views/config/backup.inc:113 +#: app/modules/web/themes/material-blue/views/config/backup.inc:37 +#: app/modules/web/themes/material-blue/views/config/backup.inc:40 +#: app/modules/web/themes/material-blue/views/config/backup.inc:118 +#: app/modules/web/themes/material-blue/views/config/backup.inc:121 msgid "Result" msgstr "Result" -#: app/modules/web/themes/material-blue/views/config/backup.inc:42 -#: app/modules/web/themes/material-blue/views/config/backup.inc:45 -#: app/modules/web/themes/material-blue/views/config/backup.inc:121 -#: app/modules/web/themes/material-blue/views/config/backup.inc:124 +#: app/modules/web/themes/material-blue/views/config/backup.inc:48 +#: app/modules/web/themes/material-blue/views/config/backup.inc:51 +#: app/modules/web/themes/material-blue/views/config/backup.inc:129 +#: app/modules/web/themes/material-blue/views/config/backup.inc:132 msgid "Download Current" msgstr "Download Current" -#: app/modules/web/themes/material-blue/views/config/backup.inc:52 +#: app/modules/web/themes/material-blue/views/config/backup.inc:58 msgid "DB Backup" msgstr "DB Backup" -#: app/modules/web/themes/material-blue/views/config/backup.inc:59 +#: app/modules/web/themes/material-blue/views/config/backup.inc:65 msgid "sysPass Backup" msgstr "sysPass Backup" -#: app/modules/web/themes/material-blue/views/config/backup.inc:81 +#: app/modules/web/themes/material-blue/views/config/backup.inc:88 msgid "" "The backup allows you to save and download sysPass database and application " "files including its configuration." @@ -5669,7 +5335,7 @@ msgstr "" "The backup allows you to save and download sysPass database and application " "files including its configuration." -#: app/modules/web/themes/material-blue/views/config/backup.inc:83 +#: app/modules/web/themes/material-blue/views/config/backup.inc:90 msgid "" "With this method it's possible to either save all sysPass data in another " "place or use it to make the application portable." @@ -5677,22 +5343,22 @@ msgstr "" "With this method it's possible to either save all sysPass data in another " "place or use it to make the application portable." -#: app/modules/web/themes/material-blue/views/config/backup.inc:102 -#: app/modules/web/themes/material-blue/views/config/backup.inc:186 +#: app/modules/web/themes/material-blue/views/config/backup.inc:109 +#: app/modules/web/themes/material-blue/views/config/backup.inc:197 msgid "Export Accounts" msgstr "Export Accounts" -#: app/modules/web/themes/material-blue/views/config/backup.inc:140 -#: app/modules/web/themes/material-blue/views/config/backup.inc:148 +#: app/modules/web/themes/material-blue/views/config/backup.inc:149 +#: app/modules/web/themes/material-blue/views/config/backup.inc:157 msgid "Export Password" msgstr "Export Password" -#: app/modules/web/themes/material-blue/views/config/backup.inc:154 -#: app/modules/web/themes/material-blue/views/config/backup.inc:162 +#: app/modules/web/themes/material-blue/views/config/backup.inc:163 +#: app/modules/web/themes/material-blue/views/config/backup.inc:172 msgid "Export Password (repeat)" msgstr "Export Password (repeat)" -#: app/modules/web/themes/material-blue/views/config/backup.inc:188 +#: app/modules/web/themes/material-blue/views/config/backup.inc:199 msgid "" "The accounts export allows you to save the accounts and their data in XML " "format to be imported in another sysPass instance." @@ -5700,17 +5366,17 @@ msgstr "" "The accounts export allows you to save the accounts and their data in XML " "format to be imported in another sysPass instance." -#: app/modules/web/themes/material-blue/views/config/backup.inc:190 +#: app/modules/web/themes/material-blue/views/config/backup.inc:201 msgid "Exported items are accounts, clients, categories and tags." msgstr "Exported items are accounts, clients, categories and tags." -#: app/modules/web/themes/material-blue/views/config/backup.inc:192 +#: app/modules/web/themes/material-blue/views/config/backup.inc:203 msgid "" "Accounts' password are exported in an encrypted way for better security." msgstr "" "Accounts' password are exported in an encrypted way for better security." -#: app/modules/web/themes/material-blue/views/config/backup.inc:194 +#: app/modules/web/themes/material-blue/views/config/backup.inc:205 msgid "" "It's possible to set an export password to save all the encrypted data in " "the XML file." @@ -5718,72 +5384,72 @@ msgstr "" "It's possible to set an export password to save all the encrypted data in " "the XML file." -#: 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 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:24 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:173 +#: app/modules/web/themes/material-blue/views/config/import.inc:162 +#: app/modules/web/themes/material-blue/views/config/import.inc:179 +#: app/modules/web/themes/material-blue/views/install/index.inc:58 +#: app/modules/web/themes/material-blue/views/install/index.inc:65 +#: app/modules/web/themes/material-blue/views/login/index.inc:62 +#: app/modules/web/themes/material-blue/views/login/index.inc:110 msgid "Master Password" msgstr "Master Password" -#: 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 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:31 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:34 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:219 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:222 msgid "Last change" msgstr "Last change" -#: 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 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:42 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:51 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:148 msgid "Current Master Password" msgstr "Current Master Password" -#: app/modules/web/themes/material-blue/views/config/encryption.inc:49 #: app/modules/web/themes/material-blue/views/config/encryption.inc:57 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:66 msgid "New Master Password" msgstr "New Master Password" -#: app/modules/web/themes/material-blue/views/config/encryption.inc:63 -#: app/modules/web/themes/material-blue/views/config/encryption.inc:71 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:72 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:81 msgid "New Master Password (repeat)" msgstr "New Master Password (repeat)" -#: app/modules/web/themes/material-blue/views/config/encryption.inc:80 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:96 msgid "You should save the new password on a secure place" msgstr "You should save the new password on a secure place" -#: app/modules/web/themes/material-blue/views/config/encryption.inc:84 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:100 msgid "All accounts passwords will be encrypted again." msgstr "All accounts passwords will be encrypted again." -#: app/modules/web/themes/material-blue/views/config/encryption.inc:88 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:104 msgid "Users will need to enter the new Master Password." msgstr "Users will need to enter the new Master Password." -#: app/modules/web/themes/material-blue/views/config/encryption.inc:92 -#: app/modules/web/themes/material-blue/views/main/upgrade.inc:130 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:108 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:136 #, php-format 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." -#: app/modules/web/themes/material-blue/views/config/encryption.inc:109 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:126 msgid "Do not modify accounts" msgstr "Do not modify accounts" -#: app/modules/web/themes/material-blue/views/config/encryption.inc:111 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:128 msgid "Sets a new Master Password without re-encrypting the accounts." msgstr "Sets a new Master Password without re-encrypting the accounts." -#: app/modules/web/themes/material-blue/views/config/encryption.inc:127 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:145 msgid "Confirm change" msgstr "Confirm change" -#: app/modules/web/themes/material-blue/views/config/encryption.inc:129 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:147 msgid "" "Confirm the master password change after you have been read all the above " "warnings." @@ -5791,7 +5457,7 @@ 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 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:175 msgid "" "The Master Password is used to encrypt sysPass accounts passwords and keep " "them safe." @@ -5799,7 +5465,7 @@ msgstr "" "The Master Password is used to encrypt sysPass accounts passwords and keep " "them safe." -#: app/modules/web/themes/material-blue/views/config/encryption.inc:157 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:177 msgid "" "It's advisable to change it from time to time and use a complex password " "that includes numbers, letters and symbols." @@ -5807,50 +5473,50 @@ msgstr "" "It's advisable to change it from time to time and use a complex password " "that includes numbers, letters and symbols." -#: app/modules/web/themes/material-blue/views/config/encryption.inc:159 -#: app/modules/web/themes/material-blue/views/main/upgrade.inc:132 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:179 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:138 #, php-format msgid "You could get more info on: %s" msgstr "You could get more info on: %s" -#: app/modules/web/themes/material-blue/views/config/encryption.inc:169 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:189 msgid "Update master password hash" msgstr "Update master password hash" -#: app/modules/web/themes/material-blue/views/config/encryption.inc:189 -#: app/modules/web/themes/material-blue/views/config/encryption.inc:323 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:209 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:349 msgid "Temporary Password" msgstr "Temporary Password" -#: app/modules/web/themes/material-blue/views/config/encryption.inc:203 -#: app/modules/web/themes/material-blue/views/config/encryption.inc:218 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:224 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:239 msgid "Not generated" msgstr "Not generated" -#: app/modules/web/themes/material-blue/views/config/encryption.inc:208 -#: app/modules/web/themes/material-blue/views/config/encryption.inc:211 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:229 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:232 msgid "Valid until" msgstr "Valid until" -#: app/modules/web/themes/material-blue/views/config/encryption.inc:224 -#: app/modules/web/themes/material-blue/views/config/encryption.inc:227 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:245 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:248 msgid "Attempts" msgstr "Attempts" -#: app/modules/web/themes/material-blue/views/config/encryption.inc:234 -#: app/modules/web/themes/material-blue/views/config/encryption.inc:244 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:255 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:267 msgid "Life (s)" msgstr "Life (s)" -#: app/modules/web/themes/material-blue/views/config/encryption.inc:263 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:287 msgid "Send email" msgstr "Send email" -#: app/modules/web/themes/material-blue/views/config/encryption.inc:265 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:289 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." -#: app/modules/web/themes/material-blue/views/config/encryption.inc:325 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:351 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 " @@ -5860,31 +5526,31 @@ msgstr "" "to enter it during login. By this way there is no need to tell them the real " "Master Password." -#: app/modules/web/themes/material-blue/views/config/encryption.inc:332 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:358 msgid "Generate" msgstr "Generate" -#: app/modules/web/themes/material-blue/views/config/general-auth.inc:30 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:37 msgid "Use Auth Basic" msgstr "Use Auth Basic" -#: app/modules/web/themes/material-blue/views/config/general-auth.inc:31 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:38 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 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:54 msgid "Use Auth Basic SSO" msgstr "Use Auth Basic SSO" -#: app/modules/web/themes/material-blue/views/config/general-auth.inc:46 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:55 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 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:63 msgid "Domain" msgstr "Domain" -#: app/modules/web/themes/material-blue/views/config/general-auth.inc:59 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:68 msgid "" "The domain will be added to sysPass user name for checking against the Auth " "Basic one." @@ -5892,127 +5558,127 @@ 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 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:79 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:248 -#: app/modules/web/themes/material-blue/views/config/ldap.inc:258 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:96 +#: app/modules/web/themes/material-blue/views/config/import.inc:52 +#: app/modules/web/themes/material-blue/views/config/import.inc:63 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:270 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:281 msgid "Default Group" msgstr "Default Group" -#: app/modules/web/themes/material-blue/views/config/general-auth.inc:80 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:91 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:273 -#: app/modules/web/themes/material-blue/views/config/ldap.inc:283 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:111 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:122 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:296 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:307 msgid "Default Profile" msgstr "Default Profile" -#: app/modules/web/themes/material-blue/views/config/general-auth.inc:105 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:117 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 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:18 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:110 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:113 +#: app/modules/web/themes/material-blue/views/config/mail.inc:196 +#: app/modules/web/themes/material-blue/views/config/mail.inc:199 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:78 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:80 msgid "Events" msgstr "Events" -#: app/modules/web/themes/material-blue/views/config/general-events.inc:30 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:37 msgid "Enable event log" msgstr "Enable event log" -#: app/modules/web/themes/material-blue/views/config/general-events.inc:31 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:38 msgid "Saves the actions done by the application." msgstr "Saves the actions done by the application." -#: app/modules/web/themes/material-blue/views/config/general-events.inc:45 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:53 msgid "Enable Syslog" msgstr "Enable Syslog" -#: app/modules/web/themes/material-blue/views/config/general-events.inc:60 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:69 msgid "Enable Remote Syslog" msgstr "Enable Remote Syslog" -#: app/modules/web/themes/material-blue/views/config/general-events.inc:78 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:88 msgid "Hostname or IP address" msgstr "Hostname or IP address" -#: 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 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:94 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:104 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:60 +#: app/modules/web/themes/material-blue/views/config/mail.inc:84 +#: app/modules/web/themes/material-blue/views/config/mail.inc:94 msgid "Port" msgstr "Port" -#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:12 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:17 msgid "Proxy" msgstr "Proxy" -#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:30 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:36 msgid "Use Proxy" msgstr "Use Proxy" -#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:31 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:37 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 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:54 msgid "Proxy server" msgstr "Proxy server" -#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:61 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:70 msgid "Proxy server port" msgstr "Proxy server port" -#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:75 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:85 msgid "Proxy server user" msgstr "Proxy server user" -#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:89 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:100 msgid "Proxy server password" msgstr "Proxy server password" -#: app/modules/web/themes/material-blue/views/config/general-site.inc:16 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:23 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 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:31 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:21 msgid "Site" msgstr "Site" -#: 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 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:37 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:51 +#: app/modules/web/themes/material-blue/views/config/info.inc:119 +#: app/modules/web/themes/material-blue/views/config/info.inc:133 +#: app/modules/web/themes/material-blue/views/install/index.inc:147 +#: app/modules/web/themes/material-blue/views/install/index.inc:150 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:33 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:35 msgid "Language" msgstr "Language" -#: app/modules/web/themes/material-blue/views/config/general-site.inc:35 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:42 msgid "" "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." -#: app/modules/web/themes/material-blue/views/config/general-site.inc:39 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:46 msgid "" "To improve/add translations, you can get involved at https://poeditor.com/" "join/project/fmlsBuugyv" @@ -6020,14 +5686,14 @@ msgstr "" "To improve/add translations, you can get involved at 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 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:65 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:75 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:48 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:50 msgid "Visual Theme" msgstr "Visual Theme" -#: app/modules/web/themes/material-blue/views/config/general-site.inc:62 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:70 msgid "" "Sets the global application visual theme. You can set a per user visual " "theme on preferences." @@ -6035,34 +5701,45 @@ msgstr "" "Sets the global application visual theme. You can set a per user visual " "theme on preferences." -#: app/modules/web/themes/material-blue/views/config/general-site.inc:81 #: app/modules/web/themes/material-blue/views/config/general-site.inc:89 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:101 msgid "Session timeout (s)" msgstr "Session timeout (s)" #: app/modules/web/themes/material-blue/views/config/general-site.inc:107 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:123 +msgid "Application URL" +msgstr "" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:112 +msgid "" +"Sets the application URL when accessing through a reverse proxy or load " +"balancer." +msgstr "" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:142 msgid "Force HTTPS" msgstr "Force HTTPS" -#: app/modules/web/themes/material-blue/views/config/general-site.inc:108 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:143 msgid "It forces the use of HTTPS on all the connections" msgstr "It forces the use of HTTPS on all the connections" -#: app/modules/web/themes/material-blue/views/config/general-site.inc:122 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:158 msgid "Enable debug" msgstr "Enable debug" -#: app/modules/web/themes/material-blue/views/config/general-site.inc:123 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:159 msgid "" "Displays some information about application configuration and performance." msgstr "" "Displays some information about application configuration and performance." -#: app/modules/web/themes/material-blue/views/config/general-site.inc:137 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:174 msgid "Maintenance mode" msgstr "Maintenance mode" -#: app/modules/web/themes/material-blue/views/config/general-site.inc:138 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:175 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." @@ -6070,19 +5747,19 @@ 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." -#: app/modules/web/themes/material-blue/views/config/general-site.inc:152 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:190 msgid "Check for updates" msgstr "Check for updates" -#: app/modules/web/themes/material-blue/views/config/general-site.inc:153 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:191 msgid "Check for application updates (only for administrators)." msgstr "Check for application updates (only for administrators)." -#: app/modules/web/themes/material-blue/views/config/general-site.inc:167 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:206 msgid "Check for notifications" msgstr "Check for notifications" -#: app/modules/web/themes/material-blue/views/config/general-site.inc:168 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:207 msgid "" "Check if there are either sysPass security or warning notices (only for " "administrators)." @@ -6090,15 +5767,15 @@ msgstr "" "Check if there are either sysPass security or warning notices (only for " "administrators)." -#: app/modules/web/themes/material-blue/views/config/general-site.inc:182 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:222 msgid "Encrypt Session" msgstr "Encrypt Session" -#: app/modules/web/themes/material-blue/views/config/general-site.inc:184 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:224 msgid "Encrypt PHP session data" msgstr "Encrypt PHP session data" -#: app/modules/web/themes/material-blue/views/config/general-site.inc:185 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:225 msgid "" "This feature increases the PHP sessions security, because the stored data " "won't be readable." @@ -6106,43 +5783,43 @@ msgstr "" "This feature increases the PHP sessions security, because the stored data " "won't be readable." -#: app/modules/web/themes/material-blue/views/config/import.inc:12 -#: app/modules/web/themes/material-blue/views/config/import.inc:103 +#: app/modules/web/themes/material-blue/views/config/import.inc:18 +#: app/modules/web/themes/material-blue/views/config/import.inc:113 msgid "CSV/XML Import" msgstr "CSV/XML Import" -#: app/modules/web/themes/material-blue/views/config/import.inc:18 -#: app/modules/web/themes/material-blue/views/config/import.inc:28 +#: app/modules/web/themes/material-blue/views/config/import.inc:24 +#: app/modules/web/themes/material-blue/views/config/import.inc:35 msgid "Default User" msgstr "Default User" -#: app/modules/web/themes/material-blue/views/config/import.inc:23 +#: app/modules/web/themes/material-blue/views/config/import.inc:30 msgid "Sets the default user for the accounts imported." msgstr "Sets the default user for the accounts imported." -#: app/modules/web/themes/material-blue/views/config/import.inc:50 +#: app/modules/web/themes/material-blue/views/config/import.inc:58 msgid "Sets the default group for the accounts imported." msgstr "Sets the default group for the accounts imported." -#: app/modules/web/themes/material-blue/views/config/import.inc:75 +#: app/modules/web/themes/material-blue/views/config/import.inc:83 msgid "Drop files here or click to select" msgstr "Drop files here or click to select" -#: app/modules/web/themes/material-blue/views/config/import.inc:105 +#: app/modules/web/themes/material-blue/views/config/import.inc:115 msgid "" "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." -#: app/modules/web/themes/material-blue/views/config/import.inc:107 +#: app/modules/web/themes/material-blue/views/config/import.inc:117 msgid "Supported XML file formats are: sysPass, KeePass and KeePassX" msgstr "Supported XML file formats are: sysPass, KeePass and KeePassX" -#: app/modules/web/themes/material-blue/views/config/import.inc:109 +#: app/modules/web/themes/material-blue/views/config/import.inc:119 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." -#: app/modules/web/themes/material-blue/views/config/import.inc:111 +#: app/modules/web/themes/material-blue/views/config/import.inc:121 msgid "" "For KeePass or KeePassX files, client name will be KeePass or KeePassX and " "category name like groups name." @@ -6150,40 +5827,40 @@ msgstr "" "For KeePass or KeePassX files, client name will be KeePass or KeePassX and " "category name like groups name." -#: app/modules/web/themes/material-blue/views/config/import.inc:113 +#: app/modules/web/themes/material-blue/views/config/import.inc:123 msgid "The CSV import file requires the following format:" msgstr "The CSV import file requires the following format:" -#: app/modules/web/themes/material-blue/views/config/import.inc:115 -msgid "" -"\"account_name\";\"client\";\"category\";\"url\";\"user\";\"password\";" -"\"notes\"" -msgstr "" -"\"account_name\";\"client\";\"category\";\"url\";\"user\";\"password\";" -"\"notes\"" - -#: 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 all cases, if the client or category do not exist they will be created " -"automatically." - #: app/modules/web/themes/material-blue/views/config/import.inc:125 +msgid "" +"\"account_name\";\"client\";\"category\";\"url\";\"user\";\"password\";" +"\"notes\"" +msgstr "" +"\"account_name\";\"client\";\"category\";\"url\";\"user\";\"password\";" +"\"notes\"" + +#: app/modules/web/themes/material-blue/views/config/import.inc:127 +msgid "" +"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." + +#: app/modules/web/themes/material-blue/views/config/import.inc:135 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 +#: app/modules/web/themes/material-blue/views/config/import.inc:141 +#: app/modules/web/themes/material-blue/views/config/import.inc:156 msgid "Import Password" msgstr "Import Password" -#: app/modules/web/themes/material-blue/views/config/import.inc:136 +#: app/modules/web/themes/material-blue/views/config/import.inc:146 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." -#: app/modules/web/themes/material-blue/views/config/import.inc:157 +#: app/modules/web/themes/material-blue/views/config/import.inc:168 msgid "" "It's only needed for sysPass XML files that have been encrypted with a " "different master password from the current one." @@ -6191,74 +5868,74 @@ msgstr "" "It's only needed for sysPass XML files that have been encrypted with a " "different master password from the current one." -#: app/modules/web/themes/material-blue/views/config/import.inc:174 +#: app/modules/web/themes/material-blue/views/config/import.inc:186 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 +#: app/modules/web/themes/material-blue/views/config/import.inc:192 +#: app/modules/web/themes/material-blue/views/config/import.inc:208 msgid "CSV delimiter" msgstr "CSV delimiter" -#: app/modules/web/themes/material-blue/views/config/import.inc:185 +#: app/modules/web/themes/material-blue/views/config/import.inc:198 msgid "It's only needed for CSV files." msgstr "It's only needed for CSV files." -#: app/modules/web/themes/material-blue/views/config/info.inc:14 +#: app/modules/web/themes/material-blue/views/config/info.inc:20 msgid "Application Information" msgstr "Application Information" -#: app/modules/web/themes/material-blue/views/config/info.inc:20 -#: app/modules/web/themes/material-blue/views/config/info.inc:23 +#: app/modules/web/themes/material-blue/views/config/info.inc:26 +#: app/modules/web/themes/material-blue/views/config/info.inc:29 msgid "sysPass version" msgstr "sysPass version" -#: app/modules/web/themes/material-blue/views/config/info.inc:30 -#: app/modules/web/themes/material-blue/views/config/info.inc:33 +#: app/modules/web/themes/material-blue/views/config/info.inc:42 +#: app/modules/web/themes/material-blue/views/config/info.inc:45 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 +#: app/modules/web/themes/material-blue/views/config/info.inc:56 +#: app/modules/web/themes/material-blue/views/config/info.inc:59 msgid "PHP" msgstr "PHP" -#: app/modules/web/themes/material-blue/views/config/info.inc:51 +#: app/modules/web/themes/material-blue/views/config/info.inc:63 msgid "Extensions" msgstr "Extensions" -#: app/modules/web/themes/material-blue/views/config/info.inc:55 +#: app/modules/web/themes/material-blue/views/config/info.inc:67 msgid "Unavailable extensions" msgstr "Unavailable extensions" -#: app/modules/web/themes/material-blue/views/config/info.inc:59 +#: app/modules/web/themes/material-blue/views/config/info.inc:71 msgid "Used Memory" msgstr "Used Memory" -#: app/modules/web/themes/material-blue/views/config/info.inc:63 +#: app/modules/web/themes/material-blue/views/config/info.inc:75 msgid "Download rate" msgstr "Download rate" -#: app/modules/web/themes/material-blue/views/config/info.inc:66 +#: app/modules/web/themes/material-blue/views/config/info.inc:78 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 +#: app/modules/web/themes/material-blue/views/config/info.inc:97 +#: app/modules/web/themes/material-blue/views/config/info.inc:100 msgid "Configuration Backup" msgstr "Configuration Backup" -#: app/modules/web/themes/material-blue/views/config/info.inc:98 -#: app/modules/web/themes/material-blue/views/config/info.inc:180 +#: app/modules/web/themes/material-blue/views/config/info.inc:110 +#: app/modules/web/themes/material-blue/views/config/info.inc:192 #, php-format msgid "Download %s" msgstr "Download %s" -#: app/modules/web/themes/material-blue/views/config/info.inc:112 +#: app/modules/web/themes/material-blue/views/config/info.inc:124 msgid "Tells whether the language is available or not." msgstr "Tells whether the language is available or not." -#: app/modules/web/themes/material-blue/views/config/info.inc:116 +#: app/modules/web/themes/material-blue/views/config/info.inc:128 msgid "" "If it is not installed, you would need install the right operating system " "locales. More info at Wiki." @@ -6266,80 +5943,80 @@ msgstr "" "If it is not installed, you would need install the right operating system " "locales. More info at Wiki." -#: app/modules/web/themes/material-blue/views/config/info.inc:128 -#: app/modules/web/themes/material-blue/views/config/info.inc:138 +#: app/modules/web/themes/material-blue/views/config/info.inc:140 +#: app/modules/web/themes/material-blue/views/config/info.inc:150 msgid "Encrypted Session" msgstr "Encrypted Session" -#: app/modules/web/themes/material-blue/views/config/info.inc:133 +#: app/modules/web/themes/material-blue/views/config/info.inc:145 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" -#: app/modules/web/themes/material-blue/views/config/info.inc:145 -#: app/modules/web/themes/material-blue/views/config/info.inc:148 +#: app/modules/web/themes/material-blue/views/config/info.inc:157 +#: app/modules/web/themes/material-blue/views/config/info.inc:160 msgid "Loaded Plugins" msgstr "Loaded Plugins" -#: app/modules/web/themes/material-blue/views/config/info.inc:171 -#: app/modules/web/themes/material-blue/views/config/info.inc:174 +#: app/modules/web/themes/material-blue/views/config/info.inc:183 +#: app/modules/web/themes/material-blue/views/config/info.inc:186 msgid "Log file" msgstr "Log file" -#: app/modules/web/themes/material-blue/views/config/ldap.inc:16 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:23 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 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:54 msgid "Enable LDAP" msgstr "Enable LDAP" -#: app/modules/web/themes/material-blue/views/config/ldap.inc:48 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:56 msgid "Enables authentication against an LDAP server." msgstr "Enables authentication against an LDAP server." -#: app/modules/web/themes/material-blue/views/config/ldap.inc:50 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:58 msgid "This method will use MySQL as fallback." msgstr "This method will use MySQL as fallback." -#: app/modules/web/themes/material-blue/views/config/ldap.inc:67 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:76 msgid "Enables the connection over TLS" msgstr "Enables the connection over TLS" -#: app/modules/web/themes/material-blue/views/config/ldap.inc:76 -#: app/modules/web/themes/material-blue/views/config/ldap.inc:78 -#: app/modules/web/themes/material-blue/views/config/ldap.inc:82 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:85 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:87 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:91 msgid "Server Type" msgstr "Server Type" -#: app/modules/web/themes/material-blue/views/config/ldap.inc:98 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:108 msgid "Hostname or IP address of LDAP server." msgstr "Hostname or IP address of LDAP server." -#: app/modules/web/themes/material-blue/views/config/ldap.inc:102 -#: app/modules/web/themes/material-blue/views/config/ldap.inc:133 -#: app/modules/web/themes/material-blue/views/config/ldap.inc:194 -#: app/modules/web/themes/material-blue/views/config/ldap.inc:228 -#: app/modules/web/themes/material-blue/views/config/wiki.inc:119 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:112 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:145 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:212 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:248 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:130 msgid "Examples:" msgstr "Examples:" -#: app/modules/web/themes/material-blue/views/config/ldap.inc:124 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:135 msgid "Bind User" msgstr "Bind User" -#: app/modules/web/themes/material-blue/views/config/ldap.inc:129 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:141 msgid "User to connect to LDAP service." msgstr "User to connect to LDAP service." -#: app/modules/web/themes/material-blue/views/config/ldap.inc:154 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:167 msgid "Bind Password" msgstr "Bind Password" -#: app/modules/web/themes/material-blue/views/config/ldap.inc:159 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:173 msgid "LDAP connection user's password" msgstr "LDAP connection user's password" -#: app/modules/web/themes/material-blue/views/config/ldap.inc:177 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:194 msgid "" "This isn't the real LDAP password. You should set the real one before " "checking or importing LDAP objects" @@ -6347,90 +6024,90 @@ msgstr "" "This isn't the real LDAP password. You should set the real one before " "checking or importing LDAP objects" -#: app/modules/web/themes/material-blue/views/config/ldap.inc:185 -#: app/modules/web/themes/material-blue/views/config/ldap.inc:209 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:202 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:228 msgid "Search base" msgstr "Search base" -#: app/modules/web/themes/material-blue/views/config/ldap.inc:190 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:208 msgid "LDAP base to perform the LDAP users search." msgstr "LDAP base to perform the LDAP users search." -#: app/modules/web/themes/material-blue/views/config/ldap.inc:220 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:240 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." -#: app/modules/web/themes/material-blue/views/config/ldap.inc:224 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:244 msgid "This group needs to be placed in the LDAP search base." msgstr "This group needs to be placed in the LDAP search base." -#: app/modules/web/themes/material-blue/views/config/ldap.inc:253 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:276 msgid "Sets the default users group for newly created LDAP users" msgstr "Sets the default users group for newly created LDAP users" -#: app/modules/web/themes/material-blue/views/config/ldap.inc:278 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:302 msgid "Sets the default profile for the newly created LDAP users." msgstr "Sets the default profile for the newly created LDAP users." -#: app/modules/web/themes/material-blue/views/config/ldap.inc:330 -#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:494 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:354 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:535 msgid "Import" msgstr "Import" -#: app/modules/web/themes/material-blue/views/config/ldap.inc:336 -#: app/modules/web/themes/material-blue/views/config/ldap.inc:346 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:360 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:371 msgid "Login Attribute" msgstr "Login Attribute" -#: app/modules/web/themes/material-blue/views/config/ldap.inc:341 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:366 msgid "Defines the attribute for the user's login when importing." msgstr "Defines the attribute for the user's login when importing." -#: app/modules/web/themes/material-blue/views/config/ldap.inc:359 -#: app/modules/web/themes/material-blue/views/config/ldap.inc:369 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:385 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:396 msgid "Name Attribute" msgstr "Name Attribute" -#: app/modules/web/themes/material-blue/views/config/ldap.inc:364 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:391 msgid "Defines the attribute for the user's name when importing." msgstr "Defines the attribute for the user's name when importing." -#: app/modules/web/themes/material-blue/views/config/ldap.inc:394 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:423 msgid "Import Groups" msgstr "Import Groups" -#: app/modules/web/themes/material-blue/views/config/ldap.inc:403 -#: app/modules/web/themes/material-blue/views/config/ldap.inc:413 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:432 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:443 msgid "Group Name Attribute" msgstr "Group Name Attribute" -#: app/modules/web/themes/material-blue/views/config/ldap.inc:408 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:438 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:424 -#: app/modules/web/themes/material-blue/views/config/ldap.inc:438 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:455 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:471 msgid "Filter" msgstr "Filter" -#: app/modules/web/themes/material-blue/views/config/ldap.inc:429 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:461 msgid "Filter for importing LDAP users or groups." msgstr "Filter for importing LDAP users or groups." -#: app/modules/web/themes/material-blue/views/config/ldap.inc:469 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:502 msgid "Import users from LDAP" msgstr "Import users from LDAP" -#: app/modules/web/themes/material-blue/views/config/mail.inc:33 -#: app/modules/web/themes/material-blue/views/config/mail.inc:34 +#: app/modules/web/themes/material-blue/views/config/mail.inc:41 +#: app/modules/web/themes/material-blue/views/config/mail.inc:42 msgid "Enable email notifications" msgstr "Enable email notifications" -#: app/modules/web/themes/material-blue/views/config/mail.inc:48 +#: app/modules/web/themes/material-blue/views/config/mail.inc:58 msgid "Enable requests by email" msgstr "Enable requests by email" -#: app/modules/web/themes/material-blue/views/config/mail.inc:50 +#: app/modules/web/themes/material-blue/views/config/mail.inc:60 msgid "" "Allows users to request for either modifications to existing accounts or " "access to accounts which they have no rights on." @@ -6438,42 +6115,42 @@ msgstr "" "Allows users to request for either modifications to existing accounts or " "access to accounts which they have no rights on." -#: app/modules/web/themes/material-blue/views/config/mail.inc:97 +#: app/modules/web/themes/material-blue/views/config/mail.inc:113 msgid "Enable Authentication" msgstr "Enable Authentication" -#: app/modules/web/themes/material-blue/views/config/mail.inc:132 -#: app/modules/web/themes/material-blue/views/config/mail.inc:135 +#: app/modules/web/themes/material-blue/views/config/mail.inc:152 +#: app/modules/web/themes/material-blue/views/config/mail.inc:155 msgid "Security" msgstr "Security" -#: app/modules/web/themes/material-blue/views/config/mail.inc:148 -#: app/modules/web/themes/material-blue/views/config/mail.inc:156 +#: app/modules/web/themes/material-blue/views/config/mail.inc:169 +#: app/modules/web/themes/material-blue/views/config/mail.inc:178 msgid "Sender email address" msgstr "Sender email address" -#: app/modules/web/themes/material-blue/views/config/mail.inc:162 -#: app/modules/web/themes/material-blue/views/config/mail.inc:165 +#: app/modules/web/themes/material-blue/views/config/mail.inc:184 +#: app/modules/web/themes/material-blue/views/config/mail.inc:187 msgid "Recipients" msgstr "Recipients" -#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:16 +#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:22 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-dokuwiki.inc:29 +#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:35 msgid "DokuWiki API" msgstr "DokuWiki API" -#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:47 +#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:54 msgid "Enable DokuWiki API" msgstr "Enable DokuWiki API" -#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:49 +#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:56 msgid "Enables DokuWiki XML-RPC API for Wiki links." msgstr "Enables DokuWiki XML-RPC API for Wiki links." -#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:51 +#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:58 msgid "" "In order to get this feature working, you should enable Wiki links for " "accounts filtering" @@ -6481,190 +6158,194 @@ msgstr "" "In order to get this feature working, you should enable Wiki links for " "accounts filtering" -#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:61 -#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:82 +#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:68 +#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:92 msgid "API URL" msgstr "API URL" -#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:66 +#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:74 msgid "DokuWiki API URL" msgstr "DokuWiki API URL" -#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:70 -#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:97 -#: app/modules/web/themes/material-blue/views/config/wiki.inc:57 -#: app/modules/web/themes/material-blue/views/config/wiki.inc:90 +#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:78 +#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:108 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:64 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:99 msgid "Example:" msgstr "Example:" -#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:88 -#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:110 +#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:98 +#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:123 msgid "Base URL" msgstr "Base URL" -#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:93 +#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:104 msgid "DokuWiki base URL" msgstr "DokuWiki base URL" -#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:121 +#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:135 msgid "User for connecting to the DokuWiki API." msgstr "User for connecting to the DokuWiki API." -#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:149 -#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:165 +#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:168 +#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:186 msgid "Namespace" msgstr "Namespace" -#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:154 +#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:174 msgid "Namespace used to search pages." msgstr "Namespace used to search pages." -#: app/modules/web/themes/material-blue/views/config/wiki.inc:35 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:41 msgid "Enable Wiki links" msgstr "Enable Wiki links" -#: app/modules/web/themes/material-blue/views/config/wiki.inc:36 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:42 msgid "" "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." -#: app/modules/web/themes/material-blue/views/config/wiki.inc:44 -#: app/modules/web/themes/material-blue/views/config/wiki.inc:71 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:50 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:79 msgid "Wiki search URL" msgstr "Wiki search URL" -#: app/modules/web/themes/material-blue/views/config/wiki.inc:49 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:56 msgid "URL that Wiki uses for making an entry searching." msgstr "URL that Wiki uses for making an entry searching." -#: app/modules/web/themes/material-blue/views/config/wiki.inc:53 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:60 msgid "The client's name is used as parameter." msgstr "The client's name is used as parameter." -#: app/modules/web/themes/material-blue/views/config/wiki.inc:77 -#: app/modules/web/themes/material-blue/views/config/wiki.inc:104 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:85 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:114 msgid "Wiki page URL" msgstr "Wiki page URL" -#: app/modules/web/themes/material-blue/views/config/wiki.inc:82 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:91 msgid "URL that Wiki uses for accessing to the entry details." msgstr "URL that Wiki uses for accessing to the entry details." -#: app/modules/web/themes/material-blue/views/config/wiki.inc:86 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:95 msgid "Account's name is used as parameter of Wiki search variable." msgstr "Account's name is used as parameter of Wiki search variable." -#: app/modules/web/themes/material-blue/views/config/wiki.inc:110 -#: app/modules/web/themes/material-blue/views/config/wiki.inc:124 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:120 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:135 msgid "Account name prefix" msgstr "Account name prefix" -#: app/modules/web/themes/material-blue/views/config/wiki.inc:115 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:126 msgid "Prefix to determine which accounts have a link to the Wiki." msgstr "Prefix to determine which accounts have a link to the Wiki." -#: 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 +#: app/modules/web/themes/material-blue/views/error/error-database.inc:23 +#: app/modules/web/themes/material-blue/views/error/error-database.inc:25 +#: app/modules/web/themes/material-blue/views/install/index.inc:184 +#: app/modules/web/themes/material-blue/views/install/index.inc:186 msgid "Install" msgstr "Install" -#: app/modules/web/themes/material-blue/views/grid/datagrid-nav-full.inc:18 +#: app/modules/web/themes/material-blue/views/grid/datagrid-nav-full.inc:21 msgid "Filter ON" msgstr "Filter ON" -#: app/modules/web/themes/material-blue/views/install/index.inc:11 +#: app/modules/web/themes/material-blue/views/install/index.inc:17 #, php-format msgid "Installation %s" msgstr "Installation %s" -#: app/modules/web/themes/material-blue/views/install/index.inc:21 +#: app/modules/web/themes/material-blue/views/install/index.inc:28 msgid "sysPass Admin" msgstr "sysPass Admin" -#: app/modules/web/themes/material-blue/views/install/index.inc:29 +#: app/modules/web/themes/material-blue/views/install/index.inc:37 msgid "sysPass admin user" msgstr "sysPass admin user" -#: app/modules/web/themes/material-blue/views/install/index.inc:37 +#: app/modules/web/themes/material-blue/views/install/index.inc:45 msgid "sysPass administrator's login" msgstr "sysPass administrator's login" -#: app/modules/web/themes/material-blue/views/install/index.inc:69 +#: app/modules/web/themes/material-blue/views/install/index.inc:79 msgid "DB Configuration" msgstr "DB Configuration" -#: app/modules/web/themes/material-blue/views/install/index.inc:79 +#: app/modules/web/themes/material-blue/views/install/index.inc:89 msgid "DB access user" msgstr "DB access user" -#: app/modules/web/themes/material-blue/views/install/index.inc:87 +#: app/modules/web/themes/material-blue/views/install/index.inc:97 msgid "An user with MySQL admin rights" msgstr "An user with MySQL admin rights" -#: app/modules/web/themes/material-blue/views/install/index.inc:95 +#: app/modules/web/themes/material-blue/views/install/index.inc:105 msgid "DB access password" msgstr "DB access password" -#: app/modules/web/themes/material-blue/views/install/index.inc:104 -#: app/modules/web/themes/material-blue/views/install/index.inc:112 +#: app/modules/web/themes/material-blue/views/install/index.inc:114 +#: app/modules/web/themes/material-blue/views/install/index.inc:122 msgid "sysPass database name" msgstr "sysPass database name" -#: app/modules/web/themes/material-blue/views/install/index.inc:121 +#: app/modules/web/themes/material-blue/views/install/index.inc:131 msgid "sysPass database server" msgstr "sysPass database server" -#: app/modules/web/themes/material-blue/views/install/index.inc:129 +#: app/modules/web/themes/material-blue/views/install/index.inc:139 msgid "Server name to install sysPass database" msgstr "Server name to install sysPass database" -#: app/modules/web/themes/material-blue/views/install/index.inc:149 +#: app/modules/web/themes/material-blue/views/install/index.inc:160 msgid "Hosting Mode" msgstr "Hosting Mode" -#: app/modules/web/themes/material-blue/views/install/index.inc:156 +#: app/modules/web/themes/material-blue/views/install/index.inc:167 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" -#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:22 -#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:28 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:32 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:39 msgid "Others" msgstr "Others" -#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:64 -#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:66 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:77 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:79 msgid "Creator" msgstr "Creator" -#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:232 -#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:234 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:263 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:265 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:98 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:51 +msgid "Select Action" +msgstr "Select Action" + +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:73 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:28 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:111 msgid "Options" msgstr "Options" -#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:67 -#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:71 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:77 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:81 msgid "Refresh Authorization" msgstr "Refresh Authorization" -#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:77 -#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:79 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:87 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:89 msgid "Token" msgstr "Token" -#: app/modules/web/themes/material-blue/views/itemshow/client.inc:54 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:63 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 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:66 msgid "" "By default, clients assigned to accounts only will be visible by users who " "are granted to access to the accounts." @@ -6672,46 +6353,67 @@ 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 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:39 msgid "Field name" msgstr "Field name" -#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:63 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:74 msgid "Help Text" msgstr "Help Text" -#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:69 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:81 msgid "Field's help" msgstr "Field's help" -#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:80 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:94 msgid "Required" msgstr "Required" -#: 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 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:21 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:29 +msgid "Length" +msgstr "Length" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:58 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 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:71 msgid "Regular Expression" msgstr "Regular Expression" -#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:140 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:91 +msgid "Include Numbers" +msgstr "Include Numbers" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:106 +msgid "Include Letters" +msgstr "Include Letters" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:121 +msgid "Include Symbols" +msgstr "Include Symbols" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:136 +msgid "Include Uppercase" +msgstr "Include Uppercase" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:151 msgid "Include Lowercase" msgstr "Include Lowercase" -#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:31 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:37 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 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:39 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:59 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 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:57 msgid "" "Accounts will be only visible by the user and users belonging to the main " "group." @@ -6719,17 +6421,22 @@ 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 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:21 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:29 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 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:42 msgid "Timeout" msgstr "Timeout" -#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:89 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:84 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:153 +msgid "Select Profile" +msgstr "Select Profile" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:103 msgid "" "Assignment priority if values match with others assigned by user, group or " "profile." @@ -6737,273 +6444,277 @@ 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 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:116 msgid "Assignment Priority" msgstr "Assignment Priority" -#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:122 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:139 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 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:141 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 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:91 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:93 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 +#: 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 "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 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:109 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:111 msgid "Use" msgstr "Use" -#: app/modules/web/themes/material-blue/views/itemshow/user.inc:44 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:55 msgid "Full username" msgstr "Full username" -#: app/modules/web/themes/material-blue/views/itemshow/user.inc:58 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:70 msgid "Session login" msgstr "Session login" -#: app/modules/web/themes/material-blue/views/itemshow/user.inc:69 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:81 msgid "SSO Login " msgstr "SSO Login " -#: app/modules/web/themes/material-blue/views/itemshow/user.inc:77 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:90 msgid "Session login with SSO" msgstr "Session login with SSO" -#: app/modules/web/themes/material-blue/views/itemshow/user.inc:92 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:106 msgid "Email address" msgstr "Email address" -#: app/modules/web/themes/material-blue/views/itemshow/user.inc:202 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:223 msgid "Application administrator" msgstr "Application administrator" -#: app/modules/web/themes/material-blue/views/itemshow/user.inc:220 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:242 msgid "Accounts administrator" msgstr "Accounts administrator" -#: app/modules/web/themes/material-blue/views/itemshow/user.inc:240 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:263 msgid "Force password change" msgstr "Force password change" -#: app/modules/web/themes/material-blue/views/itemshow/user.inc:273 -#: app/modules/web/themes/material-blue/views/itemshow/user.inc:275 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:296 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:298 msgid "Entries" msgstr "Entries" -#: app/modules/web/themes/material-blue/views/itemshow/user.inc:282 -#: app/modules/web/themes/material-blue/views/itemshow/user.inc:284 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:305 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:307 msgid "Last Access" msgstr "Last Access" -#: app/modules/web/themes/material-blue/views/itemshow/user.inc:300 -#: app/modules/web/themes/material-blue/views/itemshow/user.inc:302 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:323 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:325 msgid "Master Password Date" msgstr "Master Password Date" -#: app/modules/web/themes/material-blue/views/itemshow/user.inc:309 -#: app/modules/web/themes/material-blue/views/itemshow/user.inc:311 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:332 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:334 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 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:98 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:100 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:592 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:594 msgid "Used by" msgstr "Used by" -#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:108 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:119 msgid "(*) Listed in group" msgstr "(*) Listed in group" -#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:26 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:35 msgid "Management" msgstr "Management" -#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:37 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:48 msgid "Create new account" msgstr "Create new account" -#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:54 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:65 msgid "View account details" msgstr "View account details" -#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:82 msgid "View account password" msgstr "View account password" -#. (itstool) path: action/text -#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:86 -#: app/config/actions.xml:259 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:98 msgid "View History" msgstr "View History" -#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:87 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:99 msgid "View account history" msgstr "View account history" -#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:103 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:117 msgid "Edit account" msgstr "Edit account" -#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:118 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:133 msgid "Edit Password" msgstr "Edit Password" -#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:119 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:134 msgid "Edit account password" msgstr "Edit account password" -#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:135 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:151 msgid "Remove account" msgstr "Remove account" -#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:151 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:168 msgid "View account files" msgstr "View account files" -#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:166 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:184 msgid "Share Link" msgstr "Share Link" -#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:167 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:185 msgid "Share link to account" msgstr "Share link to account" -#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:183 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:202 msgid "Create private account" msgstr "Create private account" -#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:199 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:219 msgid "Create private account for group" msgstr "Create private account for group" -#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:215 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:237 msgid "Assign permissions" msgstr "Assign permissions" -#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:251 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:277 msgid "Users management" msgstr "Users management" -#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:267 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:294 msgid "Groups management" msgstr "Groups management" -#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:283 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:311 msgid "Profiles management" msgstr "Profiles management" -#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:299 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:328 msgid "Categories management" msgstr "Categories management" -#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:315 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:345 msgid "Tags management" msgstr "Tags management" -#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:331 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:362 msgid "Customers management" msgstr "Customers management" -#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:347 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:379 msgid "Custom fields management" msgstr "Custom fields management" -#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:363 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:396 msgid "API authorizations management" msgstr "API authorizations management" -#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:379 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:413 msgid "Links management" msgstr "Links management" -#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:395 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:430 msgid "Accounts management" msgstr "Accounts management" -#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:426 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:463 msgid "Default Values" msgstr "Default Values" -#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:427 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:464 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 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:485 msgid "General Configuration" msgstr "General Configuration" -#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:463 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:502 msgid "Encryption options" msgstr "Encryption options" -#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:479 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:519 msgid "Make a backup and export" msgstr "Make a backup and export" -#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:495 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:536 msgid "Make accounts import" msgstr "Make accounts import" -#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:515 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:557 msgid "View event log" msgstr "View event log" -#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:541 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:585 msgid "Profile name" msgstr "Profile name" -#: app/modules/web/themes/material-blue/views/login/index.inc:46 +#: app/modules/web/themes/material-blue/views/login/index.inc:51 msgid "Previous Password" msgstr "Previous Password" -#: app/modules/web/themes/material-blue/views/login/index.inc:73 +#: app/modules/web/themes/material-blue/views/login/index.inc:80 msgid "Sign in" msgstr "Sign in" -#: app/modules/web/themes/material-blue/views/login/index.inc:82 +#: app/modules/web/themes/material-blue/views/login/index.inc:89 msgid "Forgot password?" msgstr "Forgot password?" -#: app/modules/web/themes/material-blue/views/main/upgrade.inc:14 +#: app/modules/web/themes/material-blue/views/main/update.inc:42 +msgid "Updated" +msgstr "Updated" + +#: app/modules/web/themes/material-blue/views/main/update.inc:49 +msgid "Error while checking for updates" +msgstr "Error while checking for updates" + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:17 #, php-format msgid "Update %s" msgstr "Update %s" -#: app/modules/web/themes/material-blue/views/main/upgrade.inc:20 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:24 msgid "DB Update" msgstr "DB Update" -#: app/modules/web/themes/material-blue/views/main/upgrade.inc:22 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:26 msgid "Application Update" msgstr "Application Update" -#: app/modules/web/themes/material-blue/views/main/upgrade.inc:29 -#: app/modules/web/themes/material-blue/views/upgrade/index.inc:28 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:34 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:34 msgid "Security Code" msgstr "Security Code" -#: app/modules/web/themes/material-blue/views/main/upgrade.inc:37 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:42 msgid "" "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\"" -#: app/modules/web/themes/material-blue/views/main/upgrade.inc:47 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:52 msgid "" "Some orphaned items have been found. Please, modify those items or enter the " "default IDs for them." @@ -7011,31 +6722,31 @@ msgstr "" "Some orphaned items have been found. Please, modify those items or enter the " "default IDs for them." -#: app/modules/web/themes/material-blue/views/main/upgrade.inc:49 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:54 msgid "If items IDs are not set, they will be created." msgstr "If items IDs are not set, they will be created." -#: app/modules/web/themes/material-blue/views/main/upgrade.inc:74 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:80 msgid "Enter a valid user ID for the accounts" msgstr "Enter a valid user ID for the accounts" -#: app/modules/web/themes/material-blue/views/main/upgrade.inc:85 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:91 msgid "Enter a valid category ID for the accounts" msgstr "Enter a valid category ID for the accounts" -#: app/modules/web/themes/material-blue/views/main/upgrade.inc:96 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:102 msgid "Enter a valid client ID for the accounts" msgstr "Enter a valid client ID for the accounts" -#: app/modules/web/themes/material-blue/views/main/upgrade.inc:108 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:114 msgid "Enter a valid group ID for the users" msgstr "Enter a valid group ID for the users" -#: app/modules/web/themes/material-blue/views/main/upgrade.inc:118 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:124 msgid "Enter a valid profile ID for the users" msgstr "Enter a valid profile ID for the users" -#: app/modules/web/themes/material-blue/views/main/upgrade.inc:128 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:134 msgid "" "This update uses a new encryption schema, so it will be needed to reencrypt " "the whole encrypted data." @@ -7043,477 +6754,483 @@ msgstr "" "This update uses a new encryption schema, so it will be needed to reencrypt " "the whole encrypted data." -#: app/modules/web/themes/material-blue/views/main/upgrade.inc:150 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:157 msgid "Enter a valid user login" msgstr "Enter a valid user login" -#: app/modules/web/themes/material-blue/views/main/upgrade.inc:162 -#: app/modules/web/themes/material-blue/views/upgrade/index.inc:33 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:172 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:41 msgid "I've done a full sysPass backup" msgstr "I've done a full sysPass backup" -#: app/modules/web/themes/material-blue/views/main/upgrade.inc:176 -#: app/modules/web/themes/material-blue/views/upgrade/index.inc:41 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:189 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:49 msgid "Please, wait while the process is running" msgstr "Please, wait while the process is running" -#: app/modules/web/themes/material-blue/views/main/upgrade.inc:186 -#: app/modules/web/themes/material-blue/views/upgrade/index.inc:51 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:200 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:60 msgid "Start Update" msgstr "Start Update" -#: app/modules/web/themes/material-blue/views/notification/notification.inc:101 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:115 msgid "Global notification" msgstr "Global notification" -#: app/modules/web/themes/material-blue/views/notification/notification.inc:109 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:124 msgid "Only for application administrators" msgstr "Only for application administrators" -#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:29 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:36 msgid "Plugin name" msgstr "Plugin name" -#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:41 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:48 msgid "Plugin version" msgstr "Plugin version" -#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:46 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:53 msgid "Compatible Version" msgstr "Compatible Version" -#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:53 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:61 msgid "sysPass compatible version" msgstr "sysPass compatible version" -#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:58 -#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:39 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:66 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:43 msgid "Author" msgstr "Author" -#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:65 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:73 msgid "Plugin author" msgstr "Plugin author" -#: app/modules/web/themes/material-blue/views/upgrade/index.inc:11 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:15 msgid "The application needs to be updated" msgstr "The application needs to be updated" -#: app/modules/web/themes/material-blue/views/upgrade/index.inc:16 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:20 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 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:8 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:18 msgid "Request Password Change" msgstr "Request Password Change" -#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:30 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:32 msgid "User's Email" msgstr "User's Email" -#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:41 -#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:54 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:43 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:59 msgid "Go back to login" msgstr "Go back to login" -#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:60 -#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:62 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:65 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:67 msgid "Change" msgstr "Change" -#: app/modules/web/themes/material-blue/views/usersettings/general.inc:107 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:121 msgid "Sort search results by views" msgstr "Sort search results by views" -#: app/modules/web/themes/material-blue/views/usersettings/general.inc:109 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:123 msgid "Sorts accounts search results by the number of account's views" msgstr "Sorts accounts search results by the number of account's views" -#: app/modules/web/themes/material-blue/views/usersettings/general.inc:124 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:139 msgid "Navigation bar on top" msgstr "Navigation bar on top" -#: app/modules/web/themes/material-blue/views/usersettings/general.inc:126 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:141 msgid "Displays a navigation bar on top of the search results." msgstr "Displays a navigation bar on top of the search results." -#: app/modules/web/themes/material-blue/views/usersettings/general.inc:141 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:157 msgid "Show Hidden Actions" msgstr "Show Hidden Actions" -#: app/modules/web/themes/material-blue/views/usersettings/general.inc:143 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:159 msgid "Always display hidden actions on the accounts search page." msgstr "Always display hidden actions on the accounts search page." -#: app/modules/web/themes/material-blue/views/usersettings/general.inc:175 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:193 msgid "In-App Notifications" msgstr "In-App Notifications" -#: app/modules/web/themes/material-blue/views/usersettings/general.inc:177 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:195 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 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:212 msgid "Show Filters" msgstr "Show Filters" -#: app/modules/web/themes/material-blue/views/usersettings/general.inc:194 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:214 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 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:20 msgid "View Wiki" msgstr "View Wiki" -#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:24 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:26 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:35 +msgid "Page not found" +msgstr "Page not found" + +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:28 #, php-format msgid "Search results of '%s'" msgstr "Search results of '%s'" -#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:27 -#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:37 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:31 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:41 msgid "Page" msgstr "Page" -#. (itstool) path: action/text -#: app/config/actions.xml:7 -msgid "Search for Accounts" -msgstr "Search for Accounts" - -#. (itstool) path: action/text -#: app/config/actions.xml:25 -msgid "Requests" -msgstr "Requests" - -#. (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 "Items and Customizations" - -#. (itstool) path: action/text -#: app/config/actions.xml:49 -msgid "Categories Management" -msgstr "Categories Management" - -#. (itstool) path: action/text -#: app/config/actions.xml:55 -msgid "Customers Management" -msgstr "Customers Management" - -#. (itstool) path: action/text -#: app/config/actions.xml:61 -msgid "API Authorizations Management" -msgstr "API Authorizations Management" - -#. (itstool) path: action/text -#: app/config/actions.xml:67 -msgid "Custom Fields Management" -msgstr "Custom Fields Management" - -#. (itstool) path: action/text -#: app/config/actions.xml:79 -msgid "Files Management" -msgstr "Files Management" - -#. (itstool) path: action/text -#: app/config/actions.xml:85 -msgid "Accounts Management" -msgstr "Accounts Management" - -#. (itstool) path: action/text -#: app/config/actions.xml:91 -msgid "Tags Management" -msgstr "Tags Management" - -#. (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 "Users and Accesses" - -#. (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 "Users Management" - -#. (itstool) path: action/text -#: app/config/actions.xml:121 -msgid "Groups Management" -msgstr "Groups Management" - -#. (itstool) path: action/text -#: app/config/actions.xml:127 -msgid "Profiles Management" -msgstr "Profiles Management" - -#. (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 "View 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 -msgid "Show Public Link" -msgstr "Show Public Link" - -#. (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 synchronization" - -#. (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 -#: app/config/actions.xml:901 -msgid "Unlock track" -msgstr "Unlock track" - -#. (itstool) path: action/text -#: app/config/actions.xml:907 -msgid "Clear the tracks out" -msgstr "Clear the tracks out" - -#. (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 "Number" - -#. (itstool) path: strings/text -#: app/config/strings.xml:6 -msgid "Phone" -msgstr "Phone" - -#. (itstool) path: strings/text -#: app/config/strings.xml:7 -msgid "Text Area" -msgstr "Text Area" - -#. (itstool) path: strings/text -#: app/config/strings.xml:8 -msgid "Text" -msgstr "Text" +#~ msgid "\"/config\" directory does not exist." +#~ msgstr "\"/config\" directory does not exist." + +#~ msgid "Unable to write into \"/config\" directory" +#~ msgstr "Unable to write into \"/config\" directory" + +#~ msgid "\"/config\" directory permissions are wrong" +#~ msgstr "\"/config\" directory permissions are wrong" + +#~ msgid "There was an error" +#~ msgstr "There was an error" + +#~ msgid "Session finished" +#~ msgstr "Session finished" + +#~ msgid "Delete account?" +#~ msgstr "Delete account?" + +#~ msgid "Delete user?" +#~ msgstr "Delete user?" + +#~ msgid "You should save configuration in order to take effect" +#~ msgstr "You should save configuration in order to take effect" + +#~ msgid "Generated Password" +#~ msgstr "Generated Password" + +#~ msgid "High level" +#~ msgstr "High level" + +#~ msgid "Average level" +#~ msgstr "Average level" + +#~ msgid "Low level" +#~ msgstr "Low level" + +#~ msgid "Very High level" +#~ msgstr "Very High level" + +#~ msgid "You should use at least 8 characters" +#~ msgstr "You should use at least 8 characters" + +#~ msgid "Delete item?" +#~ msgstr "Delete item?" + +#~ msgid "Delete file?" +#~ msgstr "Delete file?" + +#~ msgid "Your browser does not support HTML5 file uploads" +#~ msgstr "Your browser does not support HTML5 file uploads" + +#~ msgid "Too many files" +#~ msgstr "Too many files" + +#~ msgid "File size not allowed" +#~ msgstr "File size not allowed" + +#~ msgid "MIME type not allowed" +#~ msgstr "MIME type not allowed" + +#~ msgid "Clear the event log out?" +#~ msgstr "Clear the event log out?" + +#~ msgid "No results" +#~ msgstr "No results" + +#~ msgid "Password options" +#~ msgstr "Password options" + +#~ msgid "Generate random password" +#~ msgstr "Generate random password" + +#~ msgid "Complexity" +#~ msgstr "Complexity" + +#~ msgid "Reset" +#~ msgstr "Reset" + +#~ msgid "Password strength level" +#~ msgstr "Password strength level" + +#~ msgid "Show Password" +#~ msgstr "Show Password" + +#~ msgid "Accept" +#~ msgstr "Accept" + +#~ msgid "Cancel" +#~ msgstr "Cancel" + +#~ msgid "Password Copied into Clipboard" +#~ msgstr "Password Copied into Clipboard" + +#~ msgid "Error while copying to clipboard" +#~ msgstr "Error while copying to clipboard" + +#~ msgid "Send notifies?" +#~ msgstr "Send notifies?" + +#~ msgid "Clear Selection" +#~ msgstr "Clear Selection" + +#~ msgid "Now" +#~ msgstr "Now" + +#~ msgid "" +#~ "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?" + +#~ 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?" + +#~ 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?" + +#~ msgid "Performing task. Please, do not close browser's window/tab." +#~ msgstr "Performing task. Please, do not close browser's window/tab." + +#~ msgid "Cookies disabled. Application won't work properly." +#~ msgstr "Cookies disabled. Application won't work properly." + +#~ msgid "Clipboard not supported by your browser." +#~ msgstr "Clipboard not supported by your browser." + +#~ msgid "Performing auto-login" +#~ msgstr "Performing auto-login" + +#~ msgid "There is a more recent version of {0} plugin ({1})" +#~ msgstr "There is a more recent version of {0} plugin ({1})" + +#~ msgid "sysPass Notices" +#~ msgstr "sysPass Notices" + +#~ msgid "Clear the tracks out?" +#~ msgstr "Clear the tracks out?" + +#~ msgid "Search for Accounts" +#~ msgstr "Search for Accounts" + +#~ msgid "Requests" +#~ msgstr "Requests" + +#~ msgid "Favorites" +#~ msgstr "Favorites" + +#~ msgid "Items and Customizations" +#~ msgstr "Items and Customizations" + +#~ msgid "Categories Management" +#~ msgstr "Categories Management" + +#~ msgid "Customers Management" +#~ msgstr "Customers Management" + +#~ msgid "API Authorizations Management" +#~ msgstr "API Authorizations Management" + +#~ msgid "Custom Fields Management" +#~ msgstr "Custom Fields Management" + +#~ msgid "Files Management" +#~ msgstr "Files Management" + +#~ msgid "Accounts Management" +#~ msgstr "Accounts Management" + +#~ msgid "Tags Management" +#~ msgstr "Tags Management" + +#~ msgid "Plugins Management" +#~ msgstr "Plugins Management" + +#~ msgid "Users and Accesses" +#~ msgstr "Users and Accesses" + +#~ msgid "Security and Audit" +#~ msgstr "Security and Audit" + +#~ msgid "Users Management" +#~ msgstr "Users Management" + +#~ msgid "Groups Management" +#~ msgstr "Groups Management" + +#~ msgid "Profiles Management" +#~ msgstr "Profiles Management" + +#~ msgid "Clear Events" +#~ msgstr "Clear Events" + +#~ msgid "View Account" +#~ msgstr "View Account" + +#~ msgid "Upload File" +#~ msgstr "Upload File" + +#~ msgid "Search for Files" +#~ msgstr "Search for Files" + +#~ msgid "List Files" +#~ msgstr "List Files" + +#~ msgid "Add Wiki" +#~ msgstr "Add Wiki" + +#~ msgid "Edit Wiki" +#~ msgstr "Edit Wiki" + +#~ msgid "Delete Wiki" +#~ msgstr "Delete Wiki" + +#~ msgid "New API Token" +#~ msgstr "New API Token" + +#~ msgid "View API Token" +#~ msgstr "View API Token" + +#~ msgid "Edit API Token" +#~ msgstr "Edit API Token" + +#~ msgid "Delete API Token" +#~ msgstr "Delete API Token" + +#~ msgid "Search for API Token" +#~ msgstr "Search for API Token" + +#~ msgid "New Custom Field" +#~ msgstr "New Custom Field" + +#~ msgid "Show Custom Field" +#~ msgstr "Show Custom Field" + +#~ msgid "Edit Custom Field" +#~ msgstr "Edit Custom Field" + +#~ msgid "Delete Custom Field" +#~ msgstr "Delete Custom Field" + +#~ msgid "Search for Custom Field" +#~ msgstr "Search for Custom Field" + +#~ msgid "Show Public Link" +#~ msgstr "Show Public Link" + +#~ msgid "Search for Public Link" +#~ msgstr "Search for Public Link" + +#~ msgid "Enable Plugin" +#~ msgstr "Enable Plugin" + +#~ msgid "Disable Plugin" +#~ msgstr "Disable Plugin" + +#~ msgid "Reset Plugin" +#~ msgstr "Reset Plugin" + +#~ msgid "Edit User Password" +#~ msgstr "Edit User Password" + +#~ msgid "User Configuration" +#~ msgstr "User Configuration" + +#~ msgid "General Preferences" +#~ msgstr "General Preferences" + +#~ msgid "Accounts Configuration" +#~ msgstr "Accounts Configuration" + +#~ msgid "Wiki Configuration" +#~ msgstr "Wiki Configuration" + +#~ msgid "Encryption Configuration" +#~ msgstr "Encryption Configuration" + +#~ msgid "Update Hash" +#~ msgstr "Update Hash" + +#~ msgid "Temporary Master Password" +#~ msgstr "Temporary Master Password" + +#~ msgid "Backup Configuration" +#~ msgstr "Backup Configuration" + +#~ msgid "Import Configuration" +#~ msgstr "Import Configuration" + +#~ msgid "CSV Import" +#~ msgstr "CSV Import" + +#~ msgid "XML Import" +#~ msgstr "XML Import" + +#~ msgid "Export Configuration" +#~ msgstr "Export Configuration" + +#~ msgid "Export" +#~ msgstr "Export" + +#~ msgid "Email Configuration" +#~ msgstr "Email Configuration" + +#~ msgid "LDAP Configuration" +#~ msgstr "LDAP Configuration" + +#~ msgid "LDAP synchronization" +#~ msgstr "LDAP synchronization" + +#~ msgid "Account Management (H)" +#~ msgstr "Account Management (H)" + +#~ msgid "Create Notification" +#~ msgstr "Create Notification" + +#~ msgid "Preset Values Management" +#~ msgstr "Preset Values Management" + +#~ msgid "Tracks Management" +#~ msgstr "Tracks Management" + +#~ msgid "Unlock track" +#~ msgstr "Unlock track" + +#~ msgid "Clear the tracks out" +#~ msgstr "Clear the tracks out" + +#~ msgid "Color" +#~ msgstr "Color" + +#~ msgid "Number" +#~ msgstr "Number" + +#~ msgid "Phone" +#~ msgstr "Phone" + +#~ msgid "Text Area" +#~ msgstr "Text Area" + +#~ msgid "Text" +#~ msgstr "Text" diff --git a/app/locales/fr_FR/LC_MESSAGES/messages.mo b/app/locales/fr_FR/LC_MESSAGES/messages.mo index 3ad1a30c..7e32c65e 100644 Binary files a/app/locales/fr_FR/LC_MESSAGES/messages.mo and b/app/locales/fr_FR/LC_MESSAGES/messages.mo differ diff --git a/app/locales/fr_FR/LC_MESSAGES/messages.po b/app/locales/fr_FR/LC_MESSAGES/messages.po index 5f66f98f..49fa8756 100644 --- a/app/locales/fr_FR/LC_MESSAGES/messages.po +++ b/app/locales/fr_FR/LC_MESSAGES/messages.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: sysPass\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-04-21 15:53+0200\n" -"PO-Revision-Date: 2019-04-21 15:53+0200\n" +"PO-Revision-Date: 2019-05-25 00:24+0200\n" "Last-Translator: nuxsmin \n" "Language-Team: language@syspass.org\n" "Language: fr\n" @@ -23,7 +23,6 @@ msgstr "" "X-Poedit-SearchPathExcluded-0: app/modules/**/plugins\n" #: app/modules/api/Controllers/AccountController.php:70 -#, fuzzy msgid "Account displayed" msgstr "Compte affiché" @@ -124,14 +123,12 @@ msgstr "Nom" #: 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 "Client" #: app/modules/api/Controllers/AccountController.php:102 #: app/modules/web/Controllers/AccountController.php:656 #: app/modules/web/Controllers/AccountController.php:716 -#, fuzzy msgid "Password viewed" msgstr "Mot de passe affiché" @@ -150,7 +147,6 @@ msgstr "Mot de passe actualisé" #: app/modules/api/Controllers/AccountController.php:194 #: app/modules/web/Controllers/AccountController.php:831 #: app/modules/web/Controllers/AccountController.php:842 -#, fuzzy msgid "Account created" msgstr "Compte ajouté" @@ -169,7 +165,6 @@ msgstr "Compte actualisé" #: app/modules/web/Controllers/AccountHistoryManagerController.php:124 #: app/modules/web/Controllers/AccountManagerController.php:149 #: app/modules/web/Controllers/AccountManagerController.php:154 -#, fuzzy msgid "Account removed" msgstr "Compte supprimé" @@ -207,7 +202,6 @@ msgstr "Client displayed" #: app/modules/web/Controllers/ClientController.php:264 #: app/modules/web/Controllers/ClientController.php:268 #: lib/SP/Services/Import/KeepassImport.php:77 -#, fuzzy msgid "Client added" msgstr "Client ajouté" @@ -215,7 +209,6 @@ msgstr "Client ajouté" #: app/modules/api/Controllers/ClientController.php:129 #: app/modules/web/Controllers/ClientController.php:304 #: app/modules/web/Controllers/ClientController.php:308 -#, fuzzy msgid "Client updated" msgstr "Client actualisé" @@ -223,7 +216,6 @@ msgstr "Client actualisé" #: app/modules/api/Controllers/ClientController.php:158 #: app/modules/web/Controllers/ClientController.php:228 #: app/modules/web/Controllers/ClientController.php:232 -#, fuzzy msgid "Client deleted" msgstr "Client supprimé" @@ -273,7 +265,6 @@ msgstr "ID du Compte" #: 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 "Token's password" msgstr "Mot de Passe Token" @@ -349,7 +340,6 @@ msgstr "ID de la catégorie" #: 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 "Client Id" msgstr "ID du client" @@ -417,7 +407,6 @@ msgstr "Group Id" #: 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:27 -#, fuzzy msgid "Text to search for" msgstr "Texte à rechercher" @@ -426,7 +415,6 @@ msgstr "Texte à rechercher" #: 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 "Nombre de résultats à afficher" @@ -435,7 +423,6 @@ msgid "Category Id to filter on" msgstr "ID de la catégorie à filtrer" #: app/modules/api/Controllers/Help/AccountHelp.php:131 -#, fuzzy msgid "Client Id to filter on" msgstr "ID du client à filtrer" @@ -462,14 +449,12 @@ msgstr "Description de la catégorie" #: 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 "Client name" msgstr "Nom du client" #: 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 "Client description" msgstr "Description du client" @@ -626,13 +611,6 @@ msgstr "OFF" msgid "IP" msgstr "IP" -#: app/modules/web/Controllers/AccountController.php:257 -#: app/modules/web/Controllers/AccountController.php:1073 -#: app/modules/web/Controllers/PublicLinkController.php:264 -#: lib/SP/Services/Upgrade/UpgradePublicLink.php:90 -msgid "Link" -msgstr "Lien" - #. (itstool) path: action/text #: app/modules/web/Controllers/AccountController.php:290 #: app/modules/web/Controllers/AccountController.php:342 @@ -668,7 +646,6 @@ msgstr "Supprimer Compte" #: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:155 #: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:156 #: app/resources/actions.xml:181 -#, fuzzy msgid "Edit Account Password" msgstr "Modifier le mot de passe du compte" @@ -738,13 +715,11 @@ msgstr "Favoris supprimé" #: app/modules/web/Controllers/AccountFileController.php:74 #: app/modules/web/Controllers/AccountFileController.php:137 -#, 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é" @@ -791,7 +766,6 @@ msgid "Invalid file" msgstr "Fichier invalide" #: app/modules/web/Controllers/AccountFileController.php:211 -#, php-format msgid "File: %s" msgstr "Fichier: %s" @@ -800,7 +774,6 @@ msgid "File size exceeded" msgstr "Taille de fichier dépassé" #: app/modules/web/Controllers/AccountFileController.php:225 -#, php-format msgid "Maximum size: %d KB" msgstr "Taille maximum: %d KB" @@ -844,7 +817,6 @@ msgstr "Types de fichiers non supportés" #: app/modules/web/Controllers/AccountFileController.php:288 #: lib/SP/Services/Import/FileImport.php:97 -#, php-format msgid "MIME type: %s" msgstr "Type MIME : %s" @@ -1022,7 +994,6 @@ msgid "View Authorization" msgstr "Voir Autorisation" #: app/modules/web/Controllers/AuthTokenController.php:365 -#, fuzzy msgid "Authorization viewed" msgstr "Autorisation affichée" @@ -1079,7 +1050,6 @@ msgstr "Voir Catégorie" #: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:156 #: app/modules/web/themes/material-blue/views/account/account.inc:103 #: app/resources/actions.xml:337 -#, fuzzy msgid "New Client" msgstr "Nouveau Client" @@ -1088,25 +1058,21 @@ msgstr "Nouveau Client" #: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:173 #: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:174 #: app/resources/actions.xml:343 -#, fuzzy msgid "Edit Client" msgstr "Éditer Client" #: app/modules/web/Controllers/ClientController.php:217 #: app/modules/web/Controllers/ClientController.php:220 -#, fuzzy msgid "Clients deleted" msgstr "Utilisateurs supprimés" #. (itstool) path: action/text #: app/modules/web/Controllers/ClientController.php:336 #: app/resources/actions.xml:331 -#, fuzzy msgid "View Client" msgstr "Voir Client" #: app/modules/web/Controllers/ConfigAccountController.php:73 -#, fuzzy msgid "Maximum size per file is 16MB" msgstr "La taille maximale par fichier est de 16 MB" @@ -1146,7 +1112,6 @@ msgstr "Hey, ceci est une DEMO" #: app/modules/web/Controllers/UserPassResetController.php:197 #: app/modules/web/Forms/AccountForm.php:133 #: app/modules/web/Forms/UserForm.php:161 -#, fuzzy msgid "Passwords do not match" msgstr "Les mots de passe ne correspondent pas" @@ -1199,7 +1164,6 @@ msgstr "Comptes" #: 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" @@ -1238,7 +1202,6 @@ msgstr "Dokuwiki désactivé" #: lib/SP/Services/Auth/LoginService.php:343 #: 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é" @@ -1251,7 +1214,6 @@ msgid "Please, restart the session for update it" msgstr "Redémarrez la session pour mettre à jour" #: app/modules/web/Controllers/ConfigEncryptionController.php:82 -#, fuzzy msgid "Master password not entered" msgstr "Mot de Passe Maître requis" @@ -1260,12 +1222,10 @@ msgid "The password update must be confirmed" msgstr "Le changement de mot de passe doit être confirmé" #: app/modules/web/Controllers/ConfigEncryptionController.php:96 -#, fuzzy msgid "Passwords are the same" msgstr "Les mots de passe sont identiques" #: app/modules/web/Controllers/ConfigEncryptionController.php:103 -#, fuzzy msgid "Master passwords do not match" msgstr "Les Mots de passe Maîtres ne correspondent pas" @@ -1273,16 +1233,6 @@ msgstr "Les Mots de passe Maîtres ne correspondent pas" 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:117 -#: app/modules/web/themes/material-blue/views/config/encryption.inc:86 -msgid "Maintenance mode not enabled" -msgstr "" - -#: app/modules/web/Controllers/ConfigEncryptionController.php:118 -#: app/modules/web/themes/material-blue/views/config/encryption.inc:86 -msgid "Please, enable it to avoid unwanted behavior from other sessions" -msgstr "" - #: app/modules/web/Controllers/ConfigEncryptionController.php:168 msgid "Error while saving the Master Password's hash" msgstr "Erreur pendant la sauvegarde du hash du Mot de passe Maître" @@ -1328,7 +1278,6 @@ msgid "Remote syslog disabled" msgstr "Syslog distant désactivé" #: app/modules/web/Controllers/ConfigGeneralController.php:125 -#, fuzzy msgid "Missing Proxy parameters " msgstr "Paramètres proxy manquant" @@ -1406,7 +1355,6 @@ msgstr "Connexion LDAP OK" #: app/modules/web/Controllers/ConfigLdapController.php:164 #: app/modules/web/Controllers/ConfigLdapController.php:210 -#, php-format msgid "Objects found: %d" msgstr "Objet trouvé : %d" @@ -1423,12 +1371,10 @@ msgid "LDAP users import finished" msgstr "Importation utilisateur LDAP terminée" #: app/modules/web/Controllers/ConfigLdapController.php:286 -#, php-format msgid "Imported users: %d / %d" msgstr "Utilisateurs importés: %d / %d" #: app/modules/web/Controllers/ConfigLdapController.php:287 -#, php-format msgid "Errors: %d" msgstr "Erreurs: %d" @@ -1573,7 +1519,6 @@ msgid "View Field" msgstr "Voir le champ" #: app/modules/web/Controllers/ErrorController.php:107 -#, fuzzy msgid "Application on maintenance" msgstr "Application en maintenance" @@ -1605,7 +1550,6 @@ msgstr "Veuillez contacter votre administrateur" #: lib/SP/Storage/Database/MySQLHandler.php:118 #: lib/SP/Storage/Database/MySQLHandler.php:165 #: lib/SP/Storage/Database/MySQLHandler.php:177 -#, fuzzy msgid "Unable to connect to DB" msgstr "Impossible de se connecter à la base de données" @@ -1718,7 +1662,6 @@ msgstr "Mot de Passe du Compte" #: 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" @@ -1728,7 +1671,6 @@ msgid "More Actions" msgstr "Plus d'Actions" #: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:238 -#, fuzzy msgid "Sort by Client" msgstr "Trier par Client" @@ -1963,7 +1905,6 @@ msgstr "NON" #. (itstool) path: action/text #: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:140 #: app/resources/actions.xml:355 -#, fuzzy msgid "Search for Client" msgstr "Rechercher un Client" @@ -1971,7 +1912,6 @@ msgstr "Rechercher un Client" #: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:190 #: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:191 #: app/resources/actions.xml:349 -#, fuzzy msgid "Delete Client" msgstr "Supprimer Client" @@ -2052,7 +1992,6 @@ msgstr "Actualiser" #: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:200 #: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:201 -#, fuzzy msgid "Clear the event log out" msgstr "Nettoyer le journal d'évènements" @@ -2473,6 +2412,10 @@ msgstr "Éditer Utilisateur" msgid "Delete User" msgstr "Supprimer Utilisateur" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:469 +msgid "Import users from LDAP" +msgstr "Importer des utilisateurs depuis LDAP" + #: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:215 #: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:216 msgid "View User Details" @@ -2634,7 +2577,6 @@ msgid "There aren't any pending notifications" msgstr "Il n'y a pas de notifications en attente" #: app/modules/web/Controllers/ItemsController.php:135 -#, php-format msgid "There are pending notifications: %d" msgstr "There are pending notifications: %d" @@ -2728,6 +2670,14 @@ msgstr "Liens supprimés" msgid "Link deleted" msgstr "Lien supprimé" +#. (itstool) path: strings/text +#: app/modules/web/Controllers/AccountController.php:257 +#: app/modules/web/Controllers/AccountController.php:1073 +#: app/modules/web/Controllers/PublicLinkController.php:264 +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:90 +msgid "Link" +msgstr "Lien" + #: app/modules/web/Controllers/PublicLinkController.php:297 #: app/modules/web/Controllers/PublicLinkController.php:336 msgid "Link created" @@ -2936,7 +2886,6 @@ msgstr "Nom du compte requis" #: app/modules/web/Forms/AccountForm.php:173 #: app/modules/web/Forms/ClientForm.php:84 -#, fuzzy msgid "A client name needed" msgstr "Nom de client requis" @@ -3005,7 +2954,6 @@ 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" @@ -3070,7 +3018,6 @@ msgid "Delete" msgstr "Supprimer" #: app/modules/web/themes/material-blue/inc/Icons.php:37 -#, fuzzy msgid "Change Password" msgstr "Changer Mot de Passe" @@ -3164,7 +3111,6 @@ msgid "Last page" msgstr "Dernière page" #: lib/SP/Bootstrap.php:290 -#, php-format msgid "Required PHP version >= %s <= %s" msgstr "Version de PHP requise >= %s <= %s" @@ -3174,23 +3120,23 @@ msgstr "" "Mettez à niveau votre version de PHP afin que l'application fonctionne " "correctement" -#: lib/SP/Config/ConfigUtil.php:102 -msgid "'/app/config' directory does not exist." -msgstr "" +#: lib/SP/Config/ConfigUtil.php:94 +msgid "\"/config\" directory does not exist." +msgstr "Le dossier \"/config\" n'existe pas" -#: lib/SP/Config/ConfigUtil.php:108 -msgid "Unable to write into '/app/config' directory" -msgstr "" +#: lib/SP/Config/ConfigUtil.php:100 +msgid "Unable to write into \"/config\" directory" +msgstr "Impossible d'écrire dans le dossier \"/config\"" -#: lib/SP/Config/ConfigUtil.php:117 -msgid "'/app/config' directory permissions are wrong" -msgstr "" +#: lib/SP/Config/ConfigUtil.php:109 +msgid "\"/config\" directory permissions are wrong" +msgstr "Les permissions du dossier \"/config\" sont incorrectes" #: lib/SP/Config/ConfigUtil.php:119 -#, php-format msgid "Current: %s - Needed: 750" msgstr "Actuel: %s - Requis: 750" +#. Not available #: lib/SP/Core/Acl/Acl.php:294 lib/SP/Services/Auth/LoginService.php:652 msgid "N/A" msgstr "N/A" @@ -3250,7 +3196,6 @@ msgid "Invalid icons class" msgstr "Classe d'icônes invalide" #: lib/SP/Html/DataGrid/DataGridBase.php:302 lib/SP/Mvc/View/Template.php:128 -#, fuzzy, php-format msgid "Unable to retrieve \"%s\" template: %s" msgstr "Impossible d'obtenir le modèle \"%s\" : %s" @@ -3278,7 +3223,6 @@ 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" @@ -3316,12 +3260,10 @@ msgid "Wrong object type" msgstr "Type d'objet incorrecte" #: lib/SP/Mvc/View/Template.php:303 lib/SP/Mvc/View/Template.php:367 -#, fuzzy, php-format msgid "Unable to retrieve \"%s\" variable" msgstr "Impossible d'obtenir la variable \"%s\"" #: lib/SP/Mvc/View/Template.php:336 -#, fuzzy, php-format msgid "Unable to unset \"%s\" variable" msgstr "Impossible de détruire la variable \"%s\"" @@ -3330,12 +3272,10 @@ msgid "Template does not contain files" msgstr "Le modèle ne contient pas de fichiers" #: lib/SP/Plugin/PluginManager.php:192 -#, php-format msgid "Plugin version not compatible (%s)" msgstr "Plugin version not compatible (%s)" #: lib/SP/Plugin/PluginManager.php:204 lib/SP/Plugin/PluginManager.php:260 -#, php-format msgid "Unable to load the \"%s\" plugin" msgstr "Impossible de charger le plugin \"%s\"" @@ -3356,19 +3296,6 @@ msgstr "Plugin loaded" msgid "New Plugin" msgstr "Nouveau plugin" -#: lib/SP/Plugin/PluginManager.php:392 -msgid "Upgrading plugin" -msgstr "" - -#: lib/SP/Plugin/PluginManager.php:409 -msgid "Plugin upgraded" -msgstr "" - -#: lib/SP/Plugin/PluginManager.php:418 -#, php-format -msgid "Unable to upgrade the \"%s\" plugin" -msgstr "" - #: lib/SP/Providers/Auth/AuthProvider.php:216 msgid "Method unavailable" msgstr "Méthode non disponible" @@ -3377,10 +3304,6 @@ msgstr "Méthode non disponible" msgid "Method already initialized" msgstr "Méthode déjà initialisée" -#: lib/SP/Providers/Auth/Ldap/Ldap.php:110 -msgid "LDAP type not set" -msgstr "type LDAP non défini" - #: lib/SP/Providers/Auth/Ldap/LdapActions.php:121 #: lib/SP/Providers/Auth/Ldap/LdapActions.php:128 msgid "Error while searching the group RDN" @@ -3400,7 +3323,6 @@ msgstr "Erreur pendant la recherche d'objets dans la base DN" #: lib/SP/Providers/Auth/Ldap/LdapConnection.php:149 #: lib/SP/Providers/Auth/Ldap/LdapConnection.php:213 #: lib/SP/Providers/Auth/Ldap/LdapConnection.php:218 -#, fuzzy msgid "Unable to connect to LDAP server" msgstr "Impossible de se connecter au server LDAP" @@ -3419,7 +3341,6 @@ msgstr "Serveur" #: lib/SP/Providers/Auth/Ldap/LdapConnection.php:174 #: lib/SP/Providers/Auth/Ldap/LdapConnection.php:176 -#, fuzzy msgid "LDAP parameters are not set" msgstr "Les paramètres LDAP ne sont pas définis" @@ -3443,23 +3364,15 @@ msgstr "Utilisateur vérifié dans le groupe" #: lib/SP/Providers/Auth/Ldap/LdapMsAds.php:143 #: lib/SP/Providers/Auth/Ldap/LdapMsAzureAd.php:144 #: lib/SP/Providers/Auth/Ldap/LdapStd.php:142 -#, fuzzy msgid "User does not belong to the group" msgstr "L'utilisateur ne fait pas partie du groupe" -#: lib/SP/Providers/Mail/MailHandler.php:149 -#, php-format -msgid "Event: %s" -msgstr "" - #: lib/SP/Providers/Mail/MailHandler.php:157 #: lib/SP/Providers/Mail/MailHandler.php:159 -#, php-format msgid "Performed by: %s (%s)" msgstr "Réalisé par: %s (%s)" #: lib/SP/Providers/Mail/MailHandler.php:162 -#, php-format msgid "IP Address: %s" msgstr "Adresse IP: %s" @@ -3523,7 +3436,6 @@ 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" @@ -3593,17 +3505,14 @@ 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" @@ -3613,7 +3522,6 @@ 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" @@ -3657,7 +3565,6 @@ 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" @@ -3710,20 +3617,6 @@ msgstr "Erreur lors de la récupération de la notification" msgid "Error while retrieving the notifications" msgstr "Erreur lors de la récupération des notifications" -#: lib/SP/Repositories/Plugin/PluginDataRepository.php:67 -msgid "Error while adding plugin's data" -msgstr "" - -#: lib/SP/Repositories/Plugin/PluginDataRepository.php:96 -msgid "Error while updating plugin's data" -msgstr "" - -#: lib/SP/Repositories/Plugin/PluginDataRepository.php:115 -#: lib/SP/Repositories/Plugin/PluginDataRepository.php:135 -#: lib/SP/Repositories/Plugin/PluginDataRepository.php:241 -msgid "Error while deleting plugin's data" -msgstr "" - #: lib/SP/Repositories/Plugin/PluginRepository.php:69 msgid "Error while adding the plugin" msgstr "Erreur lors de l'ajout du plugin" @@ -3928,12 +3821,10 @@ 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:141 -#, php-format msgid "Accounts updated: %d / %d" msgstr "Comptes actualisés: %d / %d" #: lib/SP/Services/Account/AccountCryptService.php:150 -#, php-format msgid "Updated accounts: %d / %d - %d%% - ETA: %ds (%.2f/s)" msgstr "Comtpes actualisés: %d / %d - %d%% - ETA: %ds (%.2f/s)" @@ -3988,7 +3879,6 @@ msgid "Invalid format" msgstr "Format invalide" #: lib/SP/Services/Api/ApiService.php:152 -#, fuzzy msgid "Wrong parameters" msgstr "Paramètres incorrects" @@ -3999,7 +3889,6 @@ msgstr "Paramètres incorrects" #: lib/SP/Services/Auth/LoginService.php:625 #: lib/SP/Services/Auth/LoginService.php:667 #: lib/SP/Services/Auth/LoginService.php:675 -#, fuzzy msgid "Wrong login" msgstr "Login incorrect" @@ -4016,7 +3905,6 @@ msgstr "Utilisation d'un mot de passe temporaire" #: lib/SP/Services/Auth/LoginService.php:307 #: lib/SP/Services/Auth/LoginService.php:327 #: lib/SP/Services/Auth/LoginService.php:333 -#, fuzzy msgid "Wrong master password" msgstr "Mot de Passe Maître invalide" @@ -4040,7 +3928,6 @@ msgstr "Compte expiré" #: lib/SP/Services/Auth/LoginService.php:521 #: lib/SP/Services/Auth/LoginService.php:529 -#, fuzzy msgid "User has no associated groups" msgstr "L'utilisateur n'a pas de groupe associé" @@ -4072,12 +3959,10 @@ 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" @@ -4107,7 +3992,6 @@ 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" @@ -4118,7 +4002,6 @@ 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)" @@ -4139,10 +4022,9 @@ msgstr "Mot de passe temporaire expiré" msgid "Error while checking the temporary password" msgstr "Erreur lors de la varification du mot de passe temporaire" -#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:232 -#, php-format -msgid "%s Master Password" -msgstr "" +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:213 +msgid "Master Password %s" +msgstr "Mot de Passe Maître %s" #: lib/SP/Services/Crypt/TemporaryMasterPassService.php:233 msgid "" @@ -4153,12 +4035,10 @@ msgstr "" "la prochaine connexion." #: lib/SP/Services/Crypt/TemporaryMasterPassService.php:234 -#, 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:235 -#, php-format msgid "This password will be valid until: %s" msgstr "Ce mot de passe sera valid jusqu'au: %s" @@ -4201,7 +4081,6 @@ msgstr "Field type not found" #: lib/SP/Services/Export/XmlExportService.php:125 #: lib/SP/Storage/File/FileCacheBase.php:98 -#, php-format msgid "Unable to create the directory (%s)" msgstr "Impossible de créer le dossier (%s)" @@ -4247,19 +4126,16 @@ 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:180 -#, 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:182 -#, php-format msgid "Please, check the CSV file format in line %s" msgstr "Veuillez vérifier le format CSV à la ligne %s" @@ -4282,7 +4158,6 @@ msgid "File successfully uploaded" msgstr "Fichier transféré avec succès" #: lib/SP/Services/Import/FileImport.php:85 -#, fuzzy msgid "Please check the web server user permissions" msgstr "Veuillez vérifier les permissions de l'utilisateur du serveur web" @@ -4291,7 +4166,6 @@ 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:96 -#, php-format msgid "Mime type not supported (\"%s\")" msgstr "Le type MIME n'est pas supporté (\"%s\")" @@ -4300,12 +4174,10 @@ 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." @@ -4327,7 +4199,6 @@ msgid "Encryption password not set" msgstr "Chiffrement mot de passe non paramétré" #: lib/SP/Services/Import/SyspassImport.php:163 -#, fuzzy msgid "Data unencrypted" msgstr "Données décryptées" @@ -4353,7 +4224,6 @@ 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é " @@ -4379,7 +4249,6 @@ 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" @@ -4404,12 +4273,10 @@ msgid "Please, enter the Master Password" msgstr "Saisir le Mot de Passe Maître" #: lib/SP/Services/Install/Installer.php:121 -#, 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:126 -#, fuzzy msgid "Master password too short" msgstr "Mot de Passe Maître trop court" @@ -4422,7 +4289,6 @@ msgid "Please, enter the database user" msgstr "Saisir l'utilisateur de la base de données" #: lib/SP/Services/Install/Installer.php:135 -#, fuzzy msgid "An user with database administrative rights" msgstr "Un utilisateur avec des droits d'administration sur la base de données" @@ -4469,7 +4335,6 @@ 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)" @@ -4479,7 +4344,6 @@ 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'" @@ -4494,7 +4358,6 @@ 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 "Erreur lors de la création de la BDD ('%s')" @@ -4504,7 +4367,6 @@ 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')" @@ -4518,12 +4380,10 @@ 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." @@ -4569,6 +4429,10 @@ msgid "" 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 @@ -4576,13 +4440,6 @@ msgstr "" msgid "Notification not found" msgstr "Notification introuvable" -#: lib/SP/Services/Plugin/PluginDataService.php:97 -#: lib/SP/Services/Plugin/PluginDataService.php:121 -#: lib/SP/Services/Plugin/PluginDataService.php:165 -#: lib/SP/Services/Plugin/PluginDataService.php:183 -msgid "Plugin's data not found" -msgstr "" - #: lib/SP/Services/Plugin/PluginService.php:92 #: lib/SP/Services/Plugin/PluginService.php:153 #: lib/SP/Services/Plugin/PluginService.php:186 @@ -4632,10 +4489,6 @@ msgstr "Tag introuvable" msgid "Unable to create the lock file" msgstr "Impossible de créer le fichier vérouillé" -#: lib/SP/Services/Task/TaskService.php:93 -msgid "Task not set within wait time" -msgstr "" - #: lib/SP/Services/Task/TaskService.php:182 msgid "Waiting for progress updating ..." msgstr "Patientez pendant la mise à jour" @@ -4647,7 +4500,6 @@ 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)" @@ -4676,6 +4528,7 @@ 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 +#, fuzzy msgid "API authorizations update" msgstr "API authorizations update" @@ -4746,11 +4599,6 @@ msgstr "Update file does not contain data" msgid "Database updating was completed successfully." msgstr "Mise à jour de la base de données effectuée" -#: lib/SP/Services/Upgrade/UpgradePlugin.php:48 -#: lib/SP/Services/Upgrade/UpgradePlugin.php:57 -msgid "Plugins upgrade" -msgstr "" - #: lib/SP/Services/Upgrade/UpgradePublicLink.php:56 #: lib/SP/Services/Upgrade/UpgradePublicLink.php:102 msgid "Public links update" @@ -4760,7 +4608,6 @@ msgstr "Mise à jour des liens publiques" #: 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" @@ -4834,7 +4681,6 @@ msgid "Error while querying" msgstr "Erreur pendant la requête" #: lib/SP/Storage/File/FileCachePacked.php:45 -#, php-format msgid "Error while decompressing the file data (%s)" msgstr "Erreur lors de la décompression des données du fichier (%s)" @@ -4843,55 +4689,46 @@ msgid "Error while retrieving the data" msgstr "Erreur lors de la récupérartion des données" #: lib/SP/Storage/File/FileCachePacked.php:70 -#, 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/FileHandler.php:76 #: lib/SP/Storage/File/FileHandler.php:165 -#, php-format msgid "Unable to read/write the file (%s)" msgstr "Impossible de lire/écrire le fichier (%s)" #: lib/SP/Storage/File/FileHandler.php:101 -#, php-format msgid "Unable to open the file (%s)" msgstr "Impossible d'ouvrir le fichier (%s)" +#. Pas sûr du contexte #: lib/SP/Storage/File/FileHandler.php:119 -#, php-format msgid "Unable to obtain a lock (%s)" msgstr "Verrouillage impossible (%s)" #: lib/SP/Storage/File/FileHandler.php:134 #: lib/SP/Storage/File/FileHandler.php:148 -#, php-format msgid "Unable to read from file (%s)" msgstr "Unable to read from file (%s)" #: lib/SP/Storage/File/FileHandler.php:207 -#, php-format msgid "Unable to close the file (%s)" msgstr "Impossible de fermer le fichier (%s)" #: lib/SP/Storage/File/FileHandler.php:261 -#, php-format msgid "Unable to write in file (%s)" msgstr "Unable to write in file (%s)" #: lib/SP/Storage/File/FileHandler.php:276 -#, php-format msgid "File not found (%s)" msgstr "File not found (%s)" #: lib/SP/Storage/File/FileHandler.php:301 #: lib/SP/Storage/File/FileHandler.php:356 -#, fuzzy, php-format msgid "Unable to read/write file (%s)" msgstr "Impossible de lire/écrire le fichier (%s)" #: lib/SP/Storage/File/FileHandler.php:328 -#, php-format msgid "Unable to delete file (%s)" msgstr "Unable to delete file (%s)" @@ -4916,7 +4753,6 @@ 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" @@ -4924,8 +4760,310 @@ msgstr "Une erreur est survenue" msgid "Invalid image" msgstr "Invalid image" +#: app/resources/strings.js.inc:27 +msgid "There was an error" +msgstr "Il y a une erreur" + +#: app/resources/strings.js.inc:28 app/resources/strings.js.inc:86 +msgid "Session finished" +msgstr "Session terminée" + +#: app/resources/strings.js.inc:29 +msgid "Delete account?" +msgstr "Supprimer compte ?" + +#: app/resources/strings.js.inc:30 +msgid "Delete user?" +msgstr "Supprimer utilisateur ?" + +#: app/resources/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" + +#: app/resources/strings.js.inc:32 +msgid "Generated Password" +msgstr "Mot de passe généré" + +#: app/resources/strings.js.inc:33 +msgid "High level" +msgstr "Niveau haut" + +#: app/resources/strings.js.inc:34 +msgid "Average level" +msgstr "Niveau moyen" + +#: app/resources/strings.js.inc:35 +msgid "Low level" +msgstr "Niveau bas" + +#: app/resources/strings.js.inc:36 +msgid "Very High level" +msgstr "Niveau très haut" + +#: app/resources/strings.js.inc:37 +msgid "You should use at least 8 characters" +msgstr "Vous devriez utiliser au moins 8 caractères" + +#: app/resources/strings.js.inc:38 +msgid "Delete item?" +msgstr "Supprimer élément ?" + +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:22 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:31 +#: app/resources/strings.js.inc:39 +msgid "Page not found" +msgstr "Page introuvable" + +#: app/resources/strings.js.inc:41 +msgid "Delete file?" +msgstr "Supprimer fichier ?" + +#: app/resources/strings.js.inc:42 +msgid "Your browser does not support HTML5 file uploads" +msgstr "Votre navigateur ne supporte pas le transfert de fichier HTML5" + +#: app/resources/strings.js.inc:43 +msgid "Too many files" +msgstr "Trop de fichiers" + +#: app/resources/strings.js.inc:44 +msgid "File size not allowed" +msgstr "Taille de fichiers non supportés" + +#: app/resources/strings.js.inc:45 +msgid "MIME type not allowed" +msgstr "Type MIME interdit" + +#: app/resources/strings.js.inc:46 +msgid "Clear the event log out?" +msgstr "Nettoyer journal d’événements ?" + +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:204 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:301 +#: 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:262 +#: 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 +#: app/resources/strings.js.inc:47 +msgid "Select Group" +msgstr "Sélectionner un Groupe" + +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:180 +#: 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:287 +#: 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:87 +#: app/resources/strings.js.inc:48 +msgid "Select User" +msgstr "Sélectionner un Utilisateur" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:71 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:135 +#: app/resources/strings.js.inc:49 +msgid "Select Profile" +msgstr "Sélectionner un Profil" + +#: app/modules/web/themes/material-blue/views/account/account.inc:94 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:35 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:39 +#: app/resources/strings.js.inc:50 +msgid "Select Client" +msgstr "Sélectionner un Client" + +#: app/modules/web/themes/material-blue/views/account/account-history.inc:78 +#: app/modules/web/themes/material-blue/views/account/account.inc:120 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:44 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:54 +#: app/resources/strings.js.inc:51 +msgid "Select Category" +msgstr "Sélectionner une Catégorie" + +#: app/resources/strings.js.inc:52 +msgid "No results" +msgstr "Aucun résultat" + +#: app/resources/strings.js.inc:53 +msgid "Password options" +msgstr "Options de mot de passe" + +#: app/resources/strings.js.inc:54 +msgid "Generate random password" +msgstr "Générer un mot de passe aléatoire" + +#: app/resources/strings.js.inc:55 +msgid "Complexity" +msgstr "Compléxité" + +#: app/resources/strings.js.inc:56 +msgid "Reset" +msgstr "Rétablir" + +#: app/resources/strings.js.inc:57 +msgid "Password strength level" +msgstr "Niveau de sécurité du mot de passe" + +#: app/resources/strings.js.inc:58 +msgid "Show Password" +msgstr "Afficher Mot de Passe" + +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:24 +#: app/resources/strings.js.inc:59 +msgid "Copy Username" +msgstr "Copier Nom d'Utilisateur" + +#. (itstool) path: action/text +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:41 +#: app/resources/strings.js.inc:60 app/resources/actions.xml:199 +#: app/resources/actions.xml:271 +msgid "Copy Password" +msgstr "Copier Mot de Passe" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:84 +#: app/resources/strings.js.inc:61 +msgid "Include Numbers" +msgstr "Inclure des Nombres" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:126 +#: app/resources/strings.js.inc:62 +msgid "Include Uppercase" +msgstr "Inclure des Lettres Majuscules" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:112 +#: app/resources/strings.js.inc:63 +msgid "Include Symbols" +msgstr "Inclure des Symboles" + +#: 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 +#: app/resources/strings.js.inc:64 +msgid "Length" +msgstr "Longueur" + +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:42 +#: app/resources/strings.js.inc:65 +msgid "Select Action" +msgstr "Sélectionner une Action" + +#: app/resources/strings.js.inc:68 +msgid "Accept" +msgstr "Accepter" + +#: app/resources/strings.js.inc:69 +msgid "Cancel" +msgstr "Annuler" + +#: app/resources/strings.js.inc:70 +msgid "Password Copied into Clipboard" +msgstr "Mot de Passe Copié dans le Presse-Papier" + +#: app/resources/strings.js.inc:71 +msgid "Error while copying to clipboard" +msgstr "Erreur lors de la copie dans le Presse-Papier" + +#: app/resources/strings.js.inc:73 +msgid "Send notifies?" +msgstr "Envoyer notification ?" + +#. (itstool) path: action/text +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:160 +#: app/resources/strings.js.inc:74 app/resources/actions.xml:247 +msgid "Mark as Favorite" +msgstr "Marquer comme favori" + +#. (itstool) path: action/text +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:150 +#: app/resources/strings.js.inc:75 app/resources/actions.xml:253 +msgid "Delete Favorite" +msgstr "Supprimer Favoris" + +#: app/resources/strings.js.inc:76 +msgid "Clear Selection" +msgstr "Effacer la Sélection" + +#. (itstool) path: action/text +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:81 +#: app/resources/strings.js.inc:77 app/resources/actions.xml:241 +msgid "Show Favorites" +msgstr "Voir les favoris" + +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:75 +#: app/resources/strings.js.inc:78 +msgid "Display All" +msgstr "Montrer Tous" + +#: app/resources/strings.js.inc:81 +msgid "Now" +msgstr "Maintenant" + +#: app/resources/strings.js.inc:82 +msgid "" +"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 ?" + +#: app/resources/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 ?" + +#: app/resources/strings.js.inc:84 +msgid "This process could take some time long. Do you wish to continue?" +msgstr "Cette action peut être longue. Souhaitez-vous continuer ?" + +#: app/resources/strings.js.inc:87 +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." + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:98 +#: app/resources/strings.js.inc:88 +msgid "Include Letters" +msgstr "Inclure des Lettres" + +#: app/resources/strings.js.inc:89 +msgid "Cookies disabled. Application won't work properly." +msgstr "Cookies désactivés. L'application ne fonctionnera pas correctement." + +#: app/resources/strings.js.inc:90 +msgid "Clipboard not supported by your browser." +msgstr "Presse-Papier non supporté par votre navigateur." + +#: app/resources/strings.js.inc:91 +msgid "Performing auto-login" +msgstr "Auto-login effectué" + +#: app/resources/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})" + +#: app/modules/web/themes/material-blue/views/main/update.inc:30 +#: app/resources/strings.js.inc:93 +msgid "Updated" +msgstr "Mis à jour" + +#: app/modules/web/themes/material-blue/views/main/update.inc:36 +#: app/resources/strings.js.inc:94 +msgid "Error while checking for updates" +msgstr "Erreur pendant la recherche de mises à jour" + +#: app/resources/strings.js.inc:95 +msgid "sysPass Notices" +msgstr "Notifications de sysPass" + +#: app/resources/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 -#, fuzzy msgid "Javascript is needed in order to run correctly" msgstr "Javascript est requis pour fonctionner correctement" @@ -4951,7 +5089,6 @@ msgid "Tells whether the connection uses HTTPS or not." msgstr "Indique si la connexion utilise le protocol 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 "" @@ -4984,7 +5121,6 @@ msgid "Search for accounts which 'login' has access rights" msgstr "Rechercher les comptes pour lesquels 'login' a les droits d'accès." #: 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 "Récupérer les comptes pour lesquels 'login' est le propriétaire." @@ -4994,13 +5130,11 @@ msgstr "" "Rechercher les comptes pour lesquels 'group_name' a les droits d'accès." #: 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 "" "Récupérer les comptes pour lesquels le groupe principal est '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 "" "Rechercher les comptes qui contiennent un ficher avec le nom 'file_name'." @@ -5022,7 +5156,6 @@ msgid "Search for accounts with expired password" msgstr "Rechercher les comptes avec un mot de passe expiré." #: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:25 -#, fuzzy msgid "Get private accounts for current user" msgstr "Rechercher les comptes privés pour l'utilisateur courant." @@ -5069,14 +5202,6 @@ msgstr "Historique" msgid "Details" msgstr "Détails" -#: app/modules/web/themes/material-blue/views/account/account-history.inc:78 -#: app/modules/web/themes/material-blue/views/account/account.inc:120 -#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:44 -#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:54 -#: app/resources/strings.js.inc:51 -msgid "Select Category" -msgstr "Sélectionner une Catégorie" - #: 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:218 @@ -5126,30 +5251,6 @@ msgstr "Voir" msgid "Select Groups" msgstr "Sélectionner des Groupes" -#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:180 -#: 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:287 -#: 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:87 -#: app/resources/strings.js.inc:48 -msgid "Select User" -msgstr "Sélectionner un Utilisateur" - -#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:204 -#: app/modules/web/themes/material-blue/views/config/encryption.inc:301 -#: 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:262 -#: 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 -#: app/resources/strings.js.inc:47 -msgid "Select Group" -msgstr "Sélectionner un Groupe" - #: app/modules/web/themes/material-blue/views/account/account-permissions.inc:228 #: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:182 msgid "Private" @@ -5165,7 +5266,6 @@ 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" @@ -5180,14 +5280,6 @@ msgstr "Envoyer" msgid "Permissions" msgstr "Permissions" -#: app/modules/web/themes/material-blue/views/account/account.inc:94 -#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:35 -#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:39 -#: app/resources/strings.js.inc:50 -#, fuzzy -msgid "Select Client" -msgstr "Sélectionner un Client" - #: app/modules/web/themes/material-blue/views/account/account.inc:239 #: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:98 msgid "Select Tags" @@ -5236,7 +5328,6 @@ 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" @@ -5245,7 +5336,6 @@ 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" @@ -5257,18 +5347,6 @@ msgstr "Mot de Passe Expiré" msgid "Private Account (Group)" msgstr "Compte privé (groupe)" -#. (itstool) path: action/text -#: app/modules/web/themes/material-blue/views/account/search-rows.inc:150 -#: app/resources/strings.js.inc:75 app/resources/actions.xml:253 -msgid "Delete Favorite" -msgstr "Supprimer Favoris" - -#. (itstool) path: action/text -#: app/modules/web/themes/material-blue/views/account/search-rows.inc:160 -#: app/resources/strings.js.inc:74 app/resources/actions.xml:247 -msgid "Mark as Favorite" -msgstr "Marquer comme favori" - #: app/modules/web/themes/material-blue/views/account/search-rows.inc:182 msgid "Attachments" msgstr "Fichiers joints" @@ -5286,22 +5364,9 @@ msgstr "Voir sur le Wiki" #: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:64 #: 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 "Recherche globale" -#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:75 -#: app/resources/strings.js.inc:78 -#, fuzzy -msgid "Display All" -msgstr "Montrer Tous" - -#. (itstool) path: action/text -#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:81 -#: app/resources/strings.js.inc:77 app/resources/actions.xml:241 -msgid "Show Favorites" -msgstr "Voir les favoris" - #: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:86 msgid "Favorites Filtering" msgstr "Filtrer les Favoris" @@ -5318,18 +5383,6 @@ msgstr "Plus de Filtres" msgid "Select Tag" msgstr "Sélectionner un Tag" -#: app/modules/web/themes/material-blue/views/account/viewpass.inc:24 -#: app/resources/strings.js.inc:59 -msgid "Copy Username" -msgstr "Copier Nom d'Utilisateur" - -#. (itstool) path: action/text -#: app/modules/web/themes/material-blue/views/account/viewpass.inc:41 -#: app/resources/strings.js.inc:60 app/resources/actions.xml:199 -#: app/resources/actions.xml:271 -msgid "Copy Password" -msgstr "Copier Mot de Passe" - #: 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" @@ -5343,7 +5396,6 @@ msgstr "Data will be unencrypted after saving" #: 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-dokuwiki.inc:12 -#, php-format msgid "The '%s' extension is unavailable" msgstr "The '%s' extension is unavailable" @@ -5364,7 +5416,6 @@ msgstr "Résultats par page" #: app/modules/web/themes/material-blue/views/config/accounts.inc:40 #: 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 "Nombre de résultats à afficher par page pour une recherche." @@ -5397,7 +5448,6 @@ msgstr "Nom du compte comme lien" #: app/modules/web/themes/material-blue/views/config/accounts.inc:112 #: 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 "Active le nom du compte comme lien vers les détails du compte." @@ -5406,7 +5456,6 @@ msgid "Global searches" msgstr "Recherches globales" #: app/modules/web/themes/material-blue/views/config/accounts.inc:128 -#, 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." @@ -5441,7 +5490,6 @@ msgstr "Résultats sous forme de cartes" #: app/modules/web/themes/material-blue/views/config/accounts.inc:165 #: app/modules/web/themes/material-blue/views/usersettings/general.inc:160 -#, fuzzy msgid "Displays account's search results on a card like format." msgstr "Active l'affichage des résultats de recherche comme format carte." @@ -5450,12 +5498,10 @@ msgid "Secondary Groups Access" msgstr "Accès groupes secondaire" #: app/modules/web/themes/material-blue/views/config/accounts.inc:183 -#, fuzzy msgid "Grants access to users that are included in secondary groups." msgstr "Donner accès aux utilisateurs inclus le groupe secondaire." #: app/modules/web/themes/material-blue/views/config/accounts.inc:185 -#, fuzzy msgid "" "By default, user in a secondary group is granted if the secondary group is " "set as user's main group." @@ -5481,14 +5527,12 @@ msgstr "" "comptes." #: app/modules/web/themes/material-blue/views/config/accounts.inc:218 -#, fuzzy 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." #: app/modules/web/themes/material-blue/views/config/accounts.inc:220 -#, fuzzy msgid "" "In order to create links, users must have activated the option on their " "profiles." @@ -5508,10 +5552,6 @@ msgstr "Le mot de passe du compte est montré comme une image." msgid "Expire time" msgstr "Temps d'expiration" -#: app/modules/web/themes/material-blue/views/config/accounts.inc:256 -msgid "Expire time (minutes)" -msgstr "Temps d'expiration (en minutes)" - #: app/modules/web/themes/material-blue/views/config/accounts.inc:262 #: app/modules/web/themes/material-blue/views/config/accounts.inc:271 msgid "Maximum visits" @@ -5548,12 +5588,10 @@ msgid "Maximum file size" msgstr "Taille maximale de fichier" #: app/modules/web/themes/material-blue/views/config/accounts.inc:339 -#, fuzzy msgid "Sets the maximum file size for uploading." msgstr "Définir la taille maximale d'un fichier pour le téléchargement." #: app/modules/web/themes/material-blue/views/config/accounts.inc:343 -#, fuzzy msgid "Absolute maximum is 16MB." msgstr "Le grand maximum est 16MB" @@ -5588,7 +5626,6 @@ msgid "sysPass Backup" msgstr "Sauvegarde sysPass" #: app/modules/web/themes/material-blue/views/config/backup.inc:81 -#, fuzzy msgid "" "The backup allows you to save and download sysPass database and application " "files including its configuration." @@ -5630,12 +5667,10 @@ msgstr "" "données au format XML afin de les importer dans une autre instance sysPass." #: app/modules/web/themes/material-blue/views/config/backup.inc:190 -#, fuzzy msgid "Exported items are accounts, clients, categories and tags." msgstr "Les objets exportés sont des comptes, clients, catégories et tags." #: app/modules/web/themes/material-blue/views/config/backup.inc:192 -#, fuzzy msgid "" "Accounts' password are exported in an encrypted way for better security." msgstr "" @@ -5643,7 +5678,6 @@ msgstr "" "meilleure sécurité." #: app/modules/web/themes/material-blue/views/config/backup.inc:194 -#, fuzzy msgid "" "It's possible to set an export password to save all the encrypted data in " "the XML file." @@ -5666,7 +5700,6 @@ msgstr "Mot de Passe Maître" #: app/modules/web/themes/material-blue/views/config/encryption.inc:29 #: app/modules/web/themes/material-blue/views/config/encryption.inc:214 #: app/modules/web/themes/material-blue/views/config/encryption.inc:217 -#, fuzzy msgid "Last change" msgstr "Dernier Changement" @@ -5700,7 +5733,6 @@ msgstr "Les utilisateurs devront saisir un nouveau Mot de Passe Maître." #: app/modules/web/themes/material-blue/views/config/encryption.inc:103 #: 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 "Cette action va mettre à jour %s comptes. Ceci peut prendre longtemps." @@ -5714,7 +5746,6 @@ msgstr "" "Définir un nouveau Mot de Passe Maître sans chiffrer à nouveau les comptes." #: app/modules/web/themes/material-blue/views/config/encryption.inc:140 -#, fuzzy msgid "Confirm change" msgstr "Confirmer Changement" @@ -5727,7 +5758,6 @@ msgstr "" "warnings." #: app/modules/web/themes/material-blue/views/config/encryption.inc:170 -#, fuzzy msgid "" "The Master Password is used to encrypt sysPass accounts passwords and keep " "them safe." @@ -5736,7 +5766,6 @@ msgstr "" "comptes sysPass afin de les garder en sécurité." #: app/modules/web/themes/material-blue/views/config/encryption.inc:172 -#, fuzzy msgid "" "It's advisable to change it from time to time and use a complex password " "that includes numbers, letters and symbols." @@ -5748,7 +5777,6 @@ msgstr "" #: app/modules/web/themes/material-blue/views/config/encryption.inc:174 #: app/modules/web/themes/material-blue/views/main/upgrade.inc:132 -#, php-format msgid "You could get more info on: %s" msgstr "Vous pouvez obtenir plus d'informations sur : %s" @@ -5826,7 +5854,6 @@ msgid "Domain" msgstr "Domaine" #: app/modules/web/themes/material-blue/views/config/general-auth.inc:59 -#, fuzzy msgid "" "The domain will be added to sysPass user name for checking against the Auth " "Basic one." @@ -5848,7 +5875,6 @@ msgid "Default Group" msgstr "Groupe par Défaut" #: app/modules/web/themes/material-blue/views/config/general-auth.inc:80 -#, fuzzy 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 " @@ -5952,15 +5978,13 @@ msgid "Language" msgstr "Langage" #: app/modules/web/themes/material-blue/views/config/general-site.inc:36 -#, fuzzy msgid "" "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 " +"Définit la langue globale de l'application. Vous pouvez également définir la " "langue dans les préférences utilisateurs." #: app/modules/web/themes/material-blue/views/config/general-site.inc:40 -#, fuzzy msgid "" "To improve/add translations, you can get involved at https://poeditor.com/" "join/project/fmlsBuugyv" @@ -5976,12 +6000,11 @@ msgid "Visual Theme" msgstr "Thème Visuel" #: app/modules/web/themes/material-blue/views/config/general-site.inc:64 -#, fuzzy msgid "" "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 " +"Définit le thème visuel global de l'application. Vous pouvez définir le " "thème dans les préférences utilisateur." #: app/modules/web/themes/material-blue/views/config/general-site.inc:83 @@ -5989,17 +6012,6 @@ msgstr "" msgid "Session timeout (s)" msgstr "Timeout de session (s)" -#: app/modules/web/themes/material-blue/views/config/general-site.inc:101 -#: app/modules/web/themes/material-blue/views/config/general-site.inc:117 -msgid "Application URL" -msgstr "" - -#: app/modules/web/themes/material-blue/views/config/general-site.inc:106 -msgid "" -"Sets the application URL when accessing through a reverse proxy or load " -"balancer." -msgstr "" - #: app/modules/web/themes/material-blue/views/config/general-site.inc:136 msgid "Force HTTPS" msgstr "Forcer HTTPS" @@ -6013,7 +6025,6 @@ msgid "Enable debug" msgstr "Activer le mode debug" #: app/modules/web/themes/material-blue/views/config/general-site.inc:153 -#, fuzzy msgid "" "Displays some information about application configuration and performance." msgstr "" @@ -6043,7 +6054,6 @@ msgstr "" "administrateurs)." #: app/modules/web/themes/material-blue/views/config/general-site.inc:200 -#, fuzzy msgid "Check for notifications" msgstr "Vérifier les notifications" @@ -6094,7 +6104,6 @@ msgid "Drop files here or click to select" msgstr "Déposer les fichiers ici ou cliquer pour les sélectionner" #: 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 "" @@ -6107,14 +6116,12 @@ msgstr "" "Les formats de fichier XML supportés sont: sysPass, KeePass et KeePassX." #: 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 "" "Glisser-déposer les fichiers à la zone d'importation ou cliquez sur la " "flèche." #: 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." @@ -6136,7 +6143,6 @@ msgstr "" "\"notes\"" #: app/modules/web/themes/material-blue/views/config/import.inc:117 -#, fuzzy msgid "" "In all cases, if the client or category do not exist they will be created " "automatically." @@ -6158,7 +6164,6 @@ msgid "It's only needed for sysPass XML files that have been encrypted." msgstr "Seulement nécessaire pour les fichier XML sysPass chiffrés." #: 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." @@ -6225,7 +6230,6 @@ msgstr "Configuration de Sauvegarde" #: app/modules/web/themes/material-blue/views/config/info.inc:104 #: app/modules/web/themes/material-blue/views/config/info.inc:186 -#, php-format msgid "Download %s" msgstr "Download %s" @@ -6247,7 +6251,6 @@ msgid "Encrypted Session" msgstr "Session Chiffrée" #: app/modules/web/themes/material-blue/views/config/info.inc:139 -#, fuzzy 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 " @@ -6279,18 +6282,19 @@ msgstr "Active l'authentification couplé à un serveur LDAP." msgid "This method will use MySQL as fallback." msgstr "Cette méthode utilisera MySQL en cas de défaillance." +#: 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 "Permet le mode de connexion actif avec l'annuaire LDAP." + #: app/modules/web/themes/material-blue/views/config/ldap.inc:67 msgid "Enables the connection over TLS" msgstr "Enables the connection over TLS" -#: app/modules/web/themes/material-blue/views/config/ldap.inc:76 -#: app/modules/web/themes/material-blue/views/config/ldap.inc:78 -#: app/modules/web/themes/material-blue/views/config/ldap.inc:82 -msgid "Server Type" -msgstr "Type de serveur" - #: app/modules/web/themes/material-blue/views/config/ldap.inc:98 -#, fuzzy msgid "Hostname or IP address of LDAP server." msgstr "Le nom d'hôte ou l'adresse IP du serveur LDAP." @@ -6307,7 +6311,6 @@ msgid "Bind User" msgstr "Utilisateur de Connexion" #: app/modules/web/themes/material-blue/views/config/ldap.inc:129 -#, fuzzy msgid "User to connect to LDAP service." msgstr "Utilisateur de connexion au service LDAP." @@ -6316,30 +6319,19 @@ msgid "Bind Password" msgstr "Mot de passe de connexion" #: app/modules/web/themes/material-blue/views/config/ldap.inc:159 -#, fuzzy msgid "LDAP connection user's password" msgstr "Mot de passe de l'utilisateur de connexion à l'annuaire LDAP." -#: app/modules/web/themes/material-blue/views/config/ldap.inc:177 -msgid "" -"This isn't the real LDAP password. You should set the real one before " -"checking or importing LDAP objects" -msgstr "" -"Ceci n'est pas le vrai mot de passe LDAP. Vous devriez définir le vrai mot " -"de passe avant de vérifier ou d'importer des objets LDAP" - #: app/modules/web/themes/material-blue/views/config/ldap.inc:185 #: app/modules/web/themes/material-blue/views/config/ldap.inc:209 msgid "Search base" msgstr "Base de recherche" #: app/modules/web/themes/material-blue/views/config/ldap.inc:190 -#, fuzzy msgid "LDAP base to perform the LDAP users search." msgstr "Base dans laquelle se fera la recherche des utilisateurs LDAP." #: app/modules/web/themes/material-blue/views/config/ldap.inc:220 -#, fuzzy 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 " @@ -6350,7 +6342,6 @@ 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." #: app/modules/web/themes/material-blue/views/config/ldap.inc:253 -#, fuzzy msgid "Sets the default users group for newly created LDAP users" msgstr "Définis le groupe par défaut pour les nouveaux utilisateurs LDAP." @@ -6358,6 +6349,7 @@ msgstr "Définis le groupe par défaut pour les nouveaux utilisateurs LDAP." msgid "Sets the default profile for the newly created LDAP users." msgstr "Définis le profil par défaut pour les nouveaux utilisateurs LDAP." +#. ou "Import" selon le contexte #: app/modules/web/themes/material-blue/views/config/ldap.inc:330 #: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:494 msgid "Import" @@ -6403,10 +6395,6 @@ msgstr "Filtre" msgid "Filter for importing LDAP users or groups." msgstr "Filtre pour l'import d'utilisateurs ou de groupes LDAP" -#: app/modules/web/themes/material-blue/views/config/ldap.inc:469 -msgid "Import users from LDAP" -msgstr "Importer des utilisateurs depuis 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" @@ -6417,7 +6405,6 @@ msgid "Enable requests by email" msgstr "Activer les demandes par courriel" #: 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." @@ -6436,8 +6423,8 @@ msgstr "Sécurité" #: app/modules/web/themes/material-blue/views/config/mail.inc:148 #: app/modules/web/themes/material-blue/views/config/mail.inc:156 -msgid "Sender email address" -msgstr "Adresse email de l'expéditeur" +msgid "Recipient email address" +msgstr "Adresse courriel du destinataire" #: app/modules/web/themes/material-blue/views/config/mail.inc:162 #: app/modules/web/themes/material-blue/views/config/mail.inc:165 @@ -6494,7 +6481,6 @@ msgid "DokuWiki base URL" msgstr "DokuWiki base URL" #: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:121 -#, fuzzy msgid "User for connecting to the DokuWiki API." msgstr "Utilisateur à connecter au DokuWiki API." @@ -6524,12 +6510,10 @@ msgid "Wiki search URL" msgstr "URL de recherche Wiki" #: app/modules/web/themes/material-blue/views/config/wiki.inc:49 -#, fuzzy msgid "URL that Wiki uses for making an entry searching." msgstr "URL que le Wiki utilise pour faire une recherche d'entrée." #: app/modules/web/themes/material-blue/views/config/wiki.inc:53 -#, fuzzy msgid "The client's name is used as parameter." msgstr "Le nom du client est utilisée comme paramètre." @@ -6539,12 +6523,10 @@ msgid "Wiki page URL" msgstr "URL de page Wiki" #: app/modules/web/themes/material-blue/views/config/wiki.inc:82 -#, fuzzy 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." #: app/modules/web/themes/material-blue/views/config/wiki.inc:86 -#, fuzzy 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." @@ -6570,7 +6552,6 @@ msgid "Filter ON" msgstr "Filtre ON" #: app/modules/web/themes/material-blue/views/install/index.inc:11 -#, php-format msgid "Installation %s" msgstr "Installation %s" @@ -6595,7 +6576,6 @@ msgid "DB access user" msgstr "Utilisateur pour accéder à la base de données" #: app/modules/web/themes/material-blue/views/install/index.inc:87 -#, fuzzy msgid "An user with MySQL admin rights" msgstr "Utilisateur avec les droits administrateur MySQL" @@ -6613,7 +6593,6 @@ msgid "sysPass database server" msgstr "Adresse du serveur de base de données sysPass" #: app/modules/web/themes/material-blue/views/install/index.inc:129 -#, fuzzy msgid "Server name to install sysPass database" msgstr "Nom du serveur ou installer la base de données sysPass" @@ -6642,11 +6621,6 @@ msgstr "Créateur" msgid "Delete History" msgstr "Delete History" -#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:42 -#: app/resources/strings.js.inc:65 -msgid "Select Action" -msgstr "Sélectionner une Action" - #: 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:98 @@ -6684,7 +6658,6 @@ msgid "Help Text" msgstr "Notice d'Aide" #: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:69 -#, fuzzy msgid "Field's help" msgstr "Aide du champ" @@ -6692,12 +6665,6 @@ msgstr "Aide du champ" msgid "Required" msgstr "Requis" -#: 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 -#: app/resources/strings.js.inc:64 -msgid "Length" -msgstr "Longueur" - #: 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" @@ -6708,27 +6675,6 @@ msgstr "Score" msgid "Regular Expression" msgstr "Expression régulière" -#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:84 -#: app/resources/strings.js.inc:61 -msgid "Include Numbers" -msgstr "Inclure des Nombres" - -#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:98 -#: app/resources/strings.js.inc:88 -msgid "Include Letters" -msgstr "Inclure des Lettres" - -#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:112 -#: app/resources/strings.js.inc:63 -#, fuzzy -msgid "Include Symbols" -msgstr "Inclure des Symboles" - -#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:126 -#: app/resources/strings.js.inc:62 -msgid "Include Uppercase" -msgstr "Inclure des Lettres Majuscules" - #: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:140 msgid "Include Lowercase" msgstr "Inclure les minuscules" @@ -6760,12 +6706,6 @@ msgstr "Adresse IP" msgid "Timeout" msgstr "Temps d'expiration" -#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:71 -#: app/modules/web/themes/material-blue/views/itemshow/user.inc:135 -#: app/resources/strings.js.inc:49 -msgid "Select Profile" -msgstr "Sélectionner un Profil" - #: 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 " @@ -6812,7 +6752,6 @@ msgid "Session login" msgstr "Login de connexion" #: app/modules/web/themes/material-blue/views/itemshow/user.inc:69 -#, fuzzy msgid "SSO Login " msgstr "Identification SSO" @@ -6864,6 +6803,7 @@ msgid "Used by" msgstr "Utilisé par" #: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:108 +#, fuzzy msgid "(*) Listed in group" msgstr "(*) Listed in group" @@ -6872,7 +6812,6 @@ msgid "Management" msgstr "Gestion" #: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:37 -#, fuzzy msgid "Create new account" msgstr "Créer nouveau compte" @@ -6955,7 +6894,6 @@ msgid "Tags management" msgstr "Gestion des tags" #: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:331 -#, fuzzy msgid "Customers management" msgstr "Gestion des clients" @@ -6977,11 +6915,11 @@ msgstr "Gestion des comptes" #: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:426 msgid "Default Values" -msgstr "Default Values" +msgstr "Valeurs par défaut" #: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:427 msgid "Default Values Management" -msgstr "Default Values Management" +msgstr "Gestion des valeurs par défaut" #. (itstool) path: action/text #: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:447 @@ -7018,22 +6956,10 @@ msgid "Sign in" msgstr "Se connecter" #: app/modules/web/themes/material-blue/views/login/index.inc:82 -#, fuzzy msgid "Forgot password?" msgstr "Mot de passe oublié ?" -#: app/modules/web/themes/material-blue/views/main/update.inc:30 -#: app/resources/strings.js.inc:93 -msgid "Updated" -msgstr "Mis à jour" - -#: app/modules/web/themes/material-blue/views/main/update.inc:36 -#: app/resources/strings.js.inc:94 -msgid "Error while checking for updates" -msgstr "Erreur pendant la recherche de mises à jour" - #: app/modules/web/themes/material-blue/views/main/upgrade.inc:14 -#, php-format msgid "Update %s" msgstr "Mise à jour %s" @@ -7066,7 +6992,6 @@ msgstr "" "un ID par défaut." #: app/modules/web/themes/material-blue/views/main/upgrade.inc:49 -#, fuzzy 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" @@ -7079,7 +7004,6 @@ msgid "Enter a valid category ID for the accounts" msgstr "Saisir un ID catégorie valide pour les comptes" #: app/modules/web/themes/material-blue/views/main/upgrade.inc:96 -#, fuzzy msgid "Enter a valid client ID for the accounts" msgstr "Saisir un ID client valide pour les comptes" @@ -7092,7 +7016,6 @@ msgid "Enter a valid profile ID for the users" msgstr "Saisir un ID profil valide pour les utilisateurs" #: app/modules/web/themes/material-blue/views/main/upgrade.inc:128 -#, fuzzy msgid "" "This update uses a new encryption schema, so it will be needed to reencrypt " "the whole encrypted data." @@ -7132,7 +7055,6 @@ msgid "Plugin name" msgstr "Nom du plugin" #: app/modules/web/themes/material-blue/views/plugin/plugin.inc:41 -#, fuzzy msgid "Plugin version" msgstr "Version du Plugin" @@ -7185,7 +7107,6 @@ msgid "Sort search results by views" msgstr "Trier les résultats par visites" #: 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 "Trie les résultats de recherche sur le nombre de visite des comptes." @@ -7194,15 +7115,14 @@ msgid "Navigation bar on top" msgstr "Barre de navigation en haut" #: app/modules/web/themes/material-blue/views/usersettings/general.inc:126 -msgid "Displays a navigation bar on top of the search results." -msgstr "Affiche une barre de navigation au dessus des résultats de recherche." +msgid "Dysplays a navigation bar on top of the search results." +msgstr "Montrer une barre de navigation en haut lors des recherches." #: app/modules/web/themes/material-blue/views/usersettings/general.inc:141 msgid "Show Hidden Actions" msgstr "Montrer les actions cachées" #: app/modules/web/themes/material-blue/views/usersettings/general.inc:143 -#, fuzzy 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." @@ -7229,14 +7149,7 @@ msgstr "Displays the additional filters selection on the accounts search." msgid "View Wiki" msgstr "Voir Wiki" -#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:22 -#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:31 -#: app/resources/strings.js.inc:39 -msgid "Page not found" -msgstr "Page introuvable" - #: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:24 -#, php-format msgid "Search results of '%s'" msgstr "Rechercher les résultats de '%s'" @@ -7245,188 +7158,6 @@ msgstr "Rechercher les résultats de '%s'" msgid "Page" msgstr "Page" -#: app/resources/strings.js.inc:27 -msgid "There was an error" -msgstr "Il y a une erreur" - -#: app/resources/strings.js.inc:28 app/resources/strings.js.inc:86 -msgid "Session finished" -msgstr "Session terminée" - -#: app/resources/strings.js.inc:29 -msgid "Delete account?" -msgstr "Supprimer compte ?" - -#: app/resources/strings.js.inc:30 -msgid "Delete user?" -msgstr "Supprimer utilisateur ?" - -#: app/resources/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" - -#: app/resources/strings.js.inc:32 -msgid "Generated Password" -msgstr "Mot de passe généré" - -#: app/resources/strings.js.inc:33 -msgid "High level" -msgstr "Niveau haut" - -#: app/resources/strings.js.inc:34 -msgid "Average level" -msgstr "Niveau moyen" - -#: app/resources/strings.js.inc:35 -msgid "Low level" -msgstr "Niveau bas" - -#: app/resources/strings.js.inc:36 -msgid "Very High level" -msgstr "Niveau très haut" - -#: app/resources/strings.js.inc:37 -msgid "You should use at least 8 characters" -msgstr "Vous devriez utiliser au moins 8 caractères" - -#: app/resources/strings.js.inc:38 -msgid "Delete item?" -msgstr "Supprimer élément ?" - -#: app/resources/strings.js.inc:41 -msgid "Delete file?" -msgstr "Supprimer fichier ?" - -#: app/resources/strings.js.inc:42 -msgid "Your browser does not support HTML5 file uploads" -msgstr "Votre navigateur ne supporte pas le transfert de fichier HTML5" - -#: app/resources/strings.js.inc:43 -msgid "Too many files" -msgstr "Trop de fichiers" - -#: app/resources/strings.js.inc:44 -msgid "File size not allowed" -msgstr "Taille de fichiers non supportés" - -#: app/resources/strings.js.inc:45 -msgid "MIME type not allowed" -msgstr "Type MIME interdit" - -#: app/resources/strings.js.inc:46 -#, fuzzy -msgid "Clear the event log out?" -msgstr "Nettoyer journal d’événements ?" - -#: app/resources/strings.js.inc:52 -msgid "No results" -msgstr "Aucun résultat" - -#: app/resources/strings.js.inc:53 -msgid "Password options" -msgstr "Options de mot de passe" - -#: app/resources/strings.js.inc:54 -msgid "Generate random password" -msgstr "Générer un mot de passe aléatoire" - -#: app/resources/strings.js.inc:55 -msgid "Complexity" -msgstr "Compléxité" - -#: app/resources/strings.js.inc:56 -msgid "Reset" -msgstr "Rétablir" - -#: app/resources/strings.js.inc:57 -msgid "Password strength level" -msgstr "Niveau de sécurité du mot de passe" - -#: app/resources/strings.js.inc:58 -msgid "Show Password" -msgstr "Afficher Mot de Passe" - -#: app/resources/strings.js.inc:68 -msgid "Accept" -msgstr "Accepter" - -#: app/resources/strings.js.inc:69 -msgid "Cancel" -msgstr "Annuler" - -#: app/resources/strings.js.inc:70 -#, fuzzy -msgid "Password Copied into Clipboard" -msgstr "Mot de Passe Copié dans le Presse-Papier" - -#: app/resources/strings.js.inc:71 -msgid "Error while copying to clipboard" -msgstr "Erreur lors de la copie dans le Presse-Papier" - -#: app/resources/strings.js.inc:73 -#, fuzzy -msgid "Send notifies?" -msgstr "Envoyer notification ?" - -#: app/resources/strings.js.inc:76 -msgid "Clear Selection" -msgstr "Effacer la Sélection" - -#: app/resources/strings.js.inc:81 -msgid "Now" -msgstr "Maintenant" - -#: app/resources/strings.js.inc:82 -msgid "" -"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 ?" - -#: app/resources/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 ?" - -#: app/resources/strings.js.inc:84 -#, fuzzy -msgid "This process could take some time long. Do you wish to continue?" -msgstr "Cette action peut être longue. Souhaitez-vous continuer ?" - -#: app/resources/strings.js.inc:87 -#, fuzzy -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." - -#: app/resources/strings.js.inc:89 -#, fuzzy -msgid "Cookies disabled. Application won't work properly." -msgstr "Cookies désactivés. L'application ne fonctionnera pas correctement." - -#: app/resources/strings.js.inc:90 -msgid "Clipboard not supported by your browser." -msgstr "Presse-Papier non supporté par votre navigateur." - -#: app/resources/strings.js.inc:91 -msgid "Performing auto-login" -msgstr "Auto-login effectué" - -#: app/resources/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})" - -#: app/resources/strings.js.inc:95 -msgid "sysPass Notices" -msgstr "Notifications de sysPass" - -#: app/resources/strings.js.inc:96 -msgid "Clear the tracks out?" -msgstr "Clear the tracks out?" - #. (itstool) path: action/text #: app/resources/actions.xml:7 msgid "Search for Accounts" @@ -7454,7 +7185,6 @@ msgstr "Gestion des Catégories" #. (itstool) path: action/text #: app/resources/actions.xml:55 -#, fuzzy msgid "Customers Management" msgstr "Gestion des Clients" @@ -7605,7 +7335,6 @@ msgstr "Search for Custom Field" #. (itstool) path: action/text #: app/resources/actions.xml:427 -#, fuzzy msgid "Show Public Link" msgstr "Voir Lien Public" @@ -7744,80 +7473,186 @@ msgstr "Unlock track" msgid "Clear the tracks out" msgstr "Clear the tracks out" -#, fuzzy -#~ msgid "\"/config\" directory does not exist." -#~ msgstr "Le dossier \"/config\" n'existe pas" +#. (itstool) path: strings/text +#: app/config/strings.xml:4 +msgid "Color" +msgstr "Couleur" -#, fuzzy -#~ msgid "Unable to write into \"/config\" directory" -#~ msgstr "Impossible d'écrire dans le dossier \"/config\"" +#. (itstool) path: strings/text +#: app/config/strings.xml:5 +msgid "Number" +msgstr "Numéro" -#, fuzzy -#~ msgid "\"/config\" directory permissions are wrong" -#~ msgstr "Les permissions du dossier \"/config\" sont incorrectes" +#. (itstool) path: strings/text +#: app/config/strings.xml:6 +msgid "Phone" +msgstr "Téléphone" -#~ msgid "Master Password %s" -#~ msgstr "Mot de Passe Maître %s" +#. (itstool) path: strings/text +#: app/config/strings.xml:7 +msgid "Text Area" +msgstr "Zone de texte" -#~ msgid "Mail service unavailable" -#~ msgstr "Mail service unavailable" +#. (itstool) path: strings/text +#: app/config/strings.xml:8 +msgid "Text" +msgstr "Texte" -#~ msgid "Active Directory" -#~ msgstr "Active Directory" +#: app/modules/web/Controllers/AccountFileController.php:192 +msgid "There aren't any allowed extensions" +msgstr "Il n'y a pas d'extensions permises" -#~ msgid "Enables Active Directory LDAP connection mode." -#~ msgstr "Permet le mode de connexion actif avec l'annuaire LDAP." +#: app/modules/web/Controllers/AccountFileController.php:211 +msgid "Extension: %s" +msgstr "Extension: %s" -#, fuzzy -#~ msgid "Recipient email address" -#~ msgstr "Adresse courriel du destinataire" +#: app/modules/web/Controllers/AccountFileController.php:226 +msgid "Maximum size: %s" +msgstr "Taille maximum: %s" -#, fuzzy -#~ msgid "Dysplays a navigation bar on top of the search results." -#~ msgstr "Montrer une barre de navigation en haut lors des recherches." +#: lib/SP/Services/Import/FileImport.php:102 +msgid "Please, check the file extension" +msgstr "Veuillez vérifier l'extension de fichier" -#~ msgid "Color" -#~ msgstr "Couleur" +#: lib/SP/Storage/File/FileCachePacked.php:144 +msgid "Data not loaded" +msgstr "Données non chargées" -#~ msgid "Number" -#~ msgstr "Numéro" +#: app/config/strings.js.inc:45 +msgid "Extension not allowed" +msgstr "Extension non autorisée" -#~ msgid "Phone" -#~ msgstr "Téléphone" +#: 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" -#~ msgid "Text Area" -#~ msgstr "Zone de texte" +#: 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." -#~ msgid "Text" -#~ msgstr "Texte" +#: 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 "" +"Ecrire l'extension et appuyez sur Entrée pour l'ajouter. Vous devez " +"sauvegarder la configuration." -#~ msgid "There aren't any allowed extensions" -#~ msgstr "Il n'y a pas d'extensions permises" +#: lib/SP/Providers/Auth/Ldap/Ldap.php:110 +msgid "LDAP type not set" +msgstr "type LDAP non défini" -#~ msgid "Extension: %s" -#~ msgstr "Extension: %s" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:256 +msgid "Expire time (minutes)" +msgstr "Temps d'expiration (en minutes)" -#~ msgid "Maximum size: %s" -#~ msgstr "Taille maximum: %s" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:76 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:78 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:82 +msgid "Server Type" +msgstr "Type de serveur" -#~ msgid "Please, check the file extension" -#~ msgstr "Veuillez vérifier l'extension de fichier" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:177 +msgid "" +"This isn't the real LDAP password. You should set the real one before " +"checking or importing LDAP objects" +msgstr "" +"Ceci n'est pas le vrai mot de passe LDAP. Vous devriez définir le vrai mot " +"de passe avant de vérifier ou d'importer des objets LDAP" -#~ msgid "Data not loaded" -#~ msgstr "Données non chargées" +#: app/modules/web/themes/material-blue/views/config/mail.inc:148 +#: app/modules/web/themes/material-blue/views/config/mail.inc:156 +msgid "Sender email address" +msgstr "Adresse email de l'expéditeur" -#~ msgid "Extension not allowed" -#~ msgstr "Extension non autorisée" +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:126 +msgid "Displays a navigation bar on top of the search results." +msgstr "Affiche une barre de navigation au dessus des résultats de recherche." -#~ msgid "Allowed file extensions" -#~ msgstr "Extensions de fichiers permises" +#: app/modules/web/Controllers/ConfigEncryptionController.php:117 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:86 +msgid "Maintenance mode not enabled" +msgstr "Mode maintenance non activé." -#~ msgid "Allowed file extensions for uploading." -#~ msgstr "Extensions de fichiers autorisées au chargement." +#: app/modules/web/Controllers/ConfigEncryptionController.php:118 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:86 +msgid "Please, enable it to avoid unwanted behavior from other sessions" +msgstr "" +"Merci d'activer le mode maintenance pour éviter tout comportement non " +"souhaité depuis d'autres sessions" -#~ msgid "" -#~ "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." +#: lib/SP/Providers/Mail/MailHandler.php:149 +msgid "Event: %s" +msgstr "Événement: %s" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:232 +msgid "%s Master Password" +msgstr "%s mot de passe maître" + +#: lib/SP/Services/Task/TaskService.php:93 +msgid "Task not set within wait time" +msgstr "Tâche non effectuée durant le temps d'attente" + +#: lib/SP/Config/ConfigUtil.php:102 +msgid "'/app/config' directory does not exist." +msgstr "Le dossier '/app/config' n'existe pas." + +#: lib/SP/Config/ConfigUtil.php:108 +msgid "Unable to write into '/app/config' directory" +msgstr "Ne peut écrire dans le dossier '/app/config'" + +#: lib/SP/Config/ConfigUtil.php:117 +msgid "'/app/config' directory permissions are wrong" +msgstr "Les permissions du dossier '/app/config' sont erronées" + +#: lib/SP/Plugin/PluginManager.php:392 +msgid "Upgrading plugin" +msgstr "Mise à jour du plugin" + +#: lib/SP/Plugin/PluginManager.php:409 +msgid "Plugin upgraded" +msgstr "Plugin mis à jour" + +#: lib/SP/Plugin/PluginManager.php:418 +msgid "Unable to upgrade the \"%s\" plugin" +msgstr "Impossible de mettre à jour le plugin \"%s\"" + +#: lib/SP/Repositories/Plugin/PluginDataRepository.php:67 +msgid "Error while adding plugin's data" +msgstr "Erreur lors de l'ajout de données du plugin" + +#: lib/SP/Repositories/Plugin/PluginDataRepository.php:96 +msgid "Error while updating plugin's data" +msgstr "Erreur lors du téléversement de données du plugin" + +#: lib/SP/Repositories/Plugin/PluginDataRepository.php:115 +#: lib/SP/Repositories/Plugin/PluginDataRepository.php:135 +#: lib/SP/Repositories/Plugin/PluginDataRepository.php:241 +msgid "Error while deleting plugin's data" +msgstr "Erreur lors de la suppression de données du plugin" + +#: lib/SP/Services/Plugin/PluginDataService.php:97 +#: lib/SP/Services/Plugin/PluginDataService.php:121 +#: lib/SP/Services/Plugin/PluginDataService.php:165 +#: lib/SP/Services/Plugin/PluginDataService.php:183 +msgid "Plugin's data not found" +msgstr "Données du plugin introuvables" + +#: lib/SP/Services/Upgrade/UpgradePlugin.php:48 +#: lib/SP/Services/Upgrade/UpgradePlugin.php:57 +msgid "Plugins upgrade" +msgstr "Mises à jour de plugins" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:101 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:117 +msgid "Application URL" +msgstr "URL de l'application" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:106 +msgid "" +"Sets the application URL when accessing through a reverse proxy or load " +"balancer." +msgstr "" +"Définit l'URL de l'application lors de l'accès via un proxy inverse ou un " +"répartiteur de charge." diff --git a/app/locales/it_IT/LC_MESSAGES/messages.mo b/app/locales/it_IT/LC_MESSAGES/messages.mo index 6b9593ba..efd64756 100644 Binary files a/app/locales/it_IT/LC_MESSAGES/messages.mo and b/app/locales/it_IT/LC_MESSAGES/messages.mo differ diff --git a/app/locales/it_IT/LC_MESSAGES/messages.po b/app/locales/it_IT/LC_MESSAGES/messages.po index 45ad9c59..d24afaa2 100644 --- a/app/locales/it_IT/LC_MESSAGES/messages.po +++ b/app/locales/it_IT/LC_MESSAGES/messages.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: sysPass\n" "POT-Creation-Date: 2019-04-21 15:54+0200\n" -"PO-Revision-Date: 2019-04-21 15:54+0200\n" +"PO-Revision-Date: 2019-05-25 00:26+0200\n" "Last-Translator: nuxsmin \n" "Language-Team: nuxsmin@syspass.org \n" "Language: it_IT\n" @@ -20,7 +20,6 @@ msgstr "" "X-Poedit-SearchPathExcluded-0: app/modules/**/plugins\n" #: app/modules/api/Controllers/AccountController.php:70 -#, fuzzy msgid "Account displayed" msgstr "Account visualizzato" @@ -121,7 +120,6 @@ msgstr "Nome" #: 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" @@ -146,7 +144,6 @@ msgstr "Password aggiornata" #: app/modules/api/Controllers/AccountController.php:194 #: app/modules/web/Controllers/AccountController.php:831 #: app/modules/web/Controllers/AccountController.php:842 -#, fuzzy msgid "Account created" msgstr "Account creato" @@ -209,7 +206,6 @@ msgstr "Cliente creato" #: app/modules/api/Controllers/ClientController.php:129 #: app/modules/web/Controllers/ClientController.php:304 #: app/modules/web/Controllers/ClientController.php:308 -#, fuzzy msgid "Client updated" msgstr "Cliente aggiornato" @@ -217,7 +213,6 @@ msgstr "Cliente aggiornato" #: app/modules/api/Controllers/ClientController.php:158 #: app/modules/web/Controllers/ClientController.php:228 #: app/modules/web/Controllers/ClientController.php:232 -#, fuzzy msgid "Client deleted" msgstr "Cliente eliminato" @@ -424,7 +419,6 @@ 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" @@ -613,14 +607,6 @@ msgstr "OFF" msgid "IP" msgstr "IP" -#: app/modules/web/Controllers/AccountController.php:257 -#: app/modules/web/Controllers/AccountController.php:1073 -#: app/modules/web/Controllers/PublicLinkController.php:264 -#: lib/SP/Services/Upgrade/UpgradePublicLink.php:90 -#, fuzzy -msgid "Link" -msgstr "Link" - #. (itstool) path: action/text #: app/modules/web/Controllers/AccountController.php:290 #: app/modules/web/Controllers/AccountController.php:342 @@ -730,7 +716,6 @@ msgstr "Il file non esiste" #: app/modules/web/Controllers/AccountFileController.php:87 #: app/modules/web/Controllers/AccountFileController.php:103 -#, fuzzy msgid "File viewed" msgstr "File visualizzato" @@ -777,7 +762,6 @@ msgid "Invalid file" msgstr "File non valido" #: app/modules/web/Controllers/AccountFileController.php:211 -#, php-format msgid "File: %s" msgstr "File: %s" @@ -786,7 +770,6 @@ msgid "File size exceeded" msgstr "Dimensione del file superata" #: app/modules/web/Controllers/AccountFileController.php:225 -#, php-format msgid "Maximum size: %d KB" msgstr "Maximum size: %d KB" @@ -830,7 +813,6 @@ msgstr "Tipo di file non consensito" #: app/modules/web/Controllers/AccountFileController.php:288 #: lib/SP/Services/Import/FileImport.php:97 -#, php-format msgid "MIME type: %s" msgstr "MIME type: %s" @@ -1008,7 +990,6 @@ msgid "View Authorization" msgstr "Visualizza autorizzazione" #: app/modules/web/Controllers/AuthTokenController.php:365 -#, fuzzy msgid "Authorization viewed" msgstr "Autorizzazione visualizzata" @@ -1065,7 +1046,6 @@ msgstr "Visualizza categoria" #: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:156 #: app/modules/web/themes/material-blue/views/account/account.inc:103 #: app/resources/actions.xml:337 -#, fuzzy msgid "New Client" msgstr "Nuovo cliente" @@ -1074,7 +1054,6 @@ msgstr "Nuovo cliente" #: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:173 #: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:174 #: app/resources/actions.xml:343 -#, fuzzy msgid "Edit Client" msgstr "Modifica cliente" @@ -1086,7 +1065,6 @@ msgstr "Clienti eliminati" #. (itstool) path: action/text #: app/modules/web/Controllers/ClientController.php:336 #: app/resources/actions.xml:331 -#, fuzzy msgid "View Client" msgstr "Visualizza cliente" @@ -1130,7 +1108,6 @@ msgstr "Ehi, questa è una DEMO !!" #: app/modules/web/Controllers/UserPassResetController.php:197 #: app/modules/web/Forms/AccountForm.php:133 #: app/modules/web/Forms/UserForm.php:161 -#, fuzzy msgid "Passwords do not match" msgstr "Le password non corrispondono" @@ -1233,7 +1210,6 @@ msgid "Please, restart the session for update it" msgstr "Riavvia la sessione per cambiarla" #: app/modules/web/Controllers/ConfigEncryptionController.php:82 -#, fuzzy msgid "Master password not entered" msgstr "Password principale non indicata" @@ -1242,12 +1218,10 @@ msgid "The password update must be confirmed" msgstr "La modifica della chiave deve essere confermata" #: app/modules/web/Controllers/ConfigEncryptionController.php:96 -#, fuzzy msgid "Passwords are the same" msgstr "Le chiavi sono identiche" #: app/modules/web/Controllers/ConfigEncryptionController.php:103 -#, fuzzy msgid "Master passwords do not match" msgstr "Le chiavi principali non corrispondono" @@ -1255,16 +1229,6 @@ msgstr "Le chiavi principali non corrispondono" msgid "The current master password does not match" msgstr "La chiave master corrente non corrisponde" -#: app/modules/web/Controllers/ConfigEncryptionController.php:117 -#: app/modules/web/themes/material-blue/views/config/encryption.inc:86 -msgid "Maintenance mode not enabled" -msgstr "" - -#: app/modules/web/Controllers/ConfigEncryptionController.php:118 -#: app/modules/web/themes/material-blue/views/config/encryption.inc:86 -msgid "Please, enable it to avoid unwanted behavior from other sessions" -msgstr "" - #: app/modules/web/Controllers/ConfigEncryptionController.php:168 msgid "Error while saving the Master Password's hash" msgstr "Impossibile salvare l'hash della chiave principale" @@ -1294,7 +1258,6 @@ msgstr "Email inviata" #: app/modules/web/Controllers/ConfigEncryptionController.php:244 #: lib/SP/Services/Mail/MailService.php:81 #: lib/SP/Services/Mail/MailService.php:159 -#, fuzzy msgid "Error while sending the email" msgstr "Errore inviando l'email" @@ -1388,7 +1351,6 @@ msgstr "Connetti per correggere LDAP" #: app/modules/web/Controllers/ConfigLdapController.php:164 #: app/modules/web/Controllers/ConfigLdapController.php:210 -#, php-format msgid "Objects found: %d" msgstr "Oggetti trovati: %d" @@ -1405,12 +1367,10 @@ msgid "LDAP users import finished" msgstr "Importazione utenti LDAP terminata" #: app/modules/web/Controllers/ConfigLdapController.php:286 -#, php-format msgid "Imported users: %d / %d" msgstr "Importazione utenti: %d / %d" #: app/modules/web/Controllers/ConfigLdapController.php:287 -#, php-format msgid "Errors: %d" msgstr "Errori: %d" @@ -1555,7 +1515,6 @@ msgid "View Field" msgstr "Visualizza Campi" #: app/modules/web/Controllers/ErrorController.php:107 -#, fuzzy msgid "Application on maintenance" msgstr "Applicazione in manutenzione" @@ -1587,7 +1546,6 @@ msgstr "Verificare con l'amministratore" #: lib/SP/Storage/Database/MySQLHandler.php:118 #: lib/SP/Storage/Database/MySQLHandler.php:165 #: lib/SP/Storage/Database/MySQLHandler.php:177 -#, fuzzy msgid "Unable to connect to DB" msgstr "Non è possibile connettersi al BD" @@ -1650,7 +1608,6 @@ msgstr "Salva" #: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:354 #: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:355 #: app/resources/actions.xml:439 -#, fuzzy msgid "Update Public Link" msgstr "Update Public Link" @@ -1710,7 +1667,6 @@ msgid "More Actions" msgstr "Altre azioni" #: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:238 -#, fuzzy msgid "Sort by Client" msgstr "Ordina per cliente" @@ -2032,7 +1988,6 @@ msgstr "Refresh" #: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:200 #: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:201 -#, fuzzy msgid "Clear the event log out" msgstr "Registrazione vuota di eventi" @@ -2145,34 +2100,28 @@ msgstr "Nuovo permesso predefinito" #: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:187 #: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:87 -#, fuzzy msgid "Private Account Preset" msgstr "Account privato predefinito" #: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:188 -#, fuzzy msgid "New Private Account Preset" msgstr "Nuovo Account privato predefinito" #: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:211 #: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:103 -#, fuzzy msgid "Session Timeout Preset" msgstr "Session Timeout predefinita" #: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:212 -#, fuzzy 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:118 -#, fuzzy msgid "Account Password Preset" msgstr "Account Password Preset" #: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:236 -#, fuzzy msgid "New Account Password Preset" msgstr "New Account Password Preset" @@ -2313,7 +2262,6 @@ msgstr "Elimina Plugin" #: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:96 #: app/modules/web/themes/material-blue/views/account/account.inc:55 -#, fuzzy msgid "Links" msgstr "Collegamento" @@ -2406,7 +2354,6 @@ msgid "Tracks" msgstr "Traccia" #: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:101 -#, fuzzy msgid "Date Unlocked" msgstr "Date Unlocked" @@ -2417,7 +2364,6 @@ msgstr "Sorgente" #. (itstool) path: action/text #: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:162 #: app/resources/actions.xml:895 -#, fuzzy msgid "Search for track" msgstr "Cerca traccia" @@ -2462,6 +2408,10 @@ msgstr "Modifica utente" msgid "Delete User" msgstr "Elimina utente" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:469 +msgid "Import users from LDAP" +msgstr "Importa utenti LDAP" + #: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:215 #: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:216 msgid "View User Details" @@ -2624,7 +2574,6 @@ msgid "There aren't any pending notifications" msgstr "Non ci sono notifiche in sospeso" #: app/modules/web/Controllers/ItemsController.php:135 -#, php-format msgid "There are pending notifications: %d" msgstr "Ci sono notifiche in sospeso: %d" @@ -2688,12 +2637,10 @@ msgid "Plugin reset" msgstr "Resetta Plugin" #: app/modules/web/Controllers/PluginController.php:299 -#, fuzzy msgid "Plugins deleted" msgstr "Plugins rimossi" #: app/modules/web/Controllers/PluginController.php:305 -#, fuzzy msgid "Plugin deleted" msgstr "Plugin rimosso" @@ -2703,12 +2650,10 @@ msgstr "Nuovo collegamento pubblico" #: app/modules/web/Controllers/PublicLinkController.php:185 #: lib/SP/Services/Upgrade/UpgradePublicLink.php:89 -#, fuzzy msgid "Link updated" msgstr "Link aggiornato" #: app/modules/web/Controllers/PublicLinkController.php:211 -#, fuzzy msgid "Edit Public Link" msgstr "Edit Public Link" @@ -2719,10 +2664,17 @@ msgstr "Collegamenti cancellati" #: app/modules/web/Controllers/PublicLinkController.php:263 #: app/modules/web/Controllers/PublicLinkController.php:267 -#, fuzzy msgid "Link deleted" msgstr "Link eliminato" +#. (itstool) path: strings/text +#: app/modules/web/Controllers/AccountController.php:257 +#: app/modules/web/Controllers/AccountController.php:1073 +#: app/modules/web/Controllers/PublicLinkController.php:264 +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:90 +msgid "Link" +msgstr "Link" + #: app/modules/web/Controllers/PublicLinkController.php:297 #: app/modules/web/Controllers/PublicLinkController.php:336 msgid "Link created" @@ -2747,12 +2699,10 @@ msgid "View Tag" msgstr "Visualizza Tag" #: app/modules/web/Controllers/TrackController.php:114 -#, fuzzy msgid "Track unlocked" msgstr "Traccia sbloccata" #: app/modules/web/Controllers/TrackController.php:142 -#, fuzzy msgid "Tracks cleared out" msgstr "Tracce cancellate" @@ -2965,12 +2915,10 @@ msgid "Field module not set" msgstr "Modulo di campo non indicato" #: app/modules/web/Forms/ItemsPresetForm.php:116 -#, fuzzy msgid "Value type not set or incorrect" msgstr "Tipo di valore non impostato o errato" #: app/modules/web/Forms/ItemsPresetForm.php:133 -#, fuzzy msgid "There aren't any defined permissions" msgstr "Non ci sono permessi definiti" @@ -2979,7 +2927,6 @@ msgid "Invalid regular expression" msgstr "Invalid regular expression" #: app/modules/web/Forms/ItemsPresetForm.php:208 -#, fuzzy msgid "An element of type user, group or profile need to be set" msgstr "È necessario impostare un elemento di tipo utente, gruppo o profilo" @@ -2996,7 +2943,6 @@ msgid "A target is needed" msgstr "È richiesta una destinazione" #: app/modules/web/Forms/PublicLinkForm.php:85 -#, fuzzy msgid "An account is needed" msgstr "È necessario un account" @@ -3005,7 +2951,6 @@ 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" @@ -3163,7 +3108,6 @@ msgid "Last page" msgstr "Ultima pagina" #: lib/SP/Bootstrap.php:290 -#, fuzzy, php-format msgid "Required PHP version >= %s <= %s" msgstr "Required PHP version >= %s <= %s" @@ -3172,23 +3116,23 @@ 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:102 -msgid "'/app/config' directory does not exist." -msgstr "" +#: lib/SP/Config/ConfigUtil.php:94 +msgid "\"/config\" directory does not exist." +msgstr "La directory \"/config\" non esiste" -#: lib/SP/Config/ConfigUtil.php:108 -msgid "Unable to write into '/app/config' directory" -msgstr "" +#: lib/SP/Config/ConfigUtil.php:100 +msgid "Unable to write into \"/config\" directory" +msgstr "Non è possibile scrivere nella directory \"/config\"" -#: lib/SP/Config/ConfigUtil.php:117 -msgid "'/app/config' directory permissions are wrong" -msgstr "" +#: lib/SP/Config/ConfigUtil.php:109 +msgid "\"/config\" directory permissions are wrong" +msgstr "Le autorizzazioni della directory \"/config\" non sono corrette" #: lib/SP/Config/ConfigUtil.php:119 -#, fuzzy, php-format msgid "Current: %s - Needed: 750" msgstr "Current: %s - Needed: 750" +#. Not available #: lib/SP/Core/Acl/Acl.php:294 lib/SP/Services/Auth/LoginService.php:652 msgid "N/A" msgstr "N/D" @@ -3198,7 +3142,6 @@ msgid "Access denied" msgstr "Accesso negato" #: lib/SP/Core/Acl/Actions.php:176 -#, fuzzy msgid "Action not found" msgstr "Action not found" @@ -3213,17 +3156,14 @@ msgstr "Unable to change password value" #: lib/SP/Core/Context/ContextBase.php:103 #: lib/SP/Core/Context/ContextBase.php:126 -#, fuzzy msgid "Context already initialized" msgstr "Context already initialized" #: lib/SP/Core/Context/ContextBase.php:109 -#, fuzzy msgid "Invalid context" msgstr "Invalid context" #: lib/SP/Core/Context/ContextBase.php:154 -#, fuzzy msgid "Context not initialized" msgstr "Context not initialized" @@ -3248,12 +3188,10 @@ msgid "Observer not initialized" msgstr "Observer non inizializzato" #: lib/SP/Core/UI/Theme.php:185 -#, fuzzy msgid "Invalid icons class" msgstr "Invalid icons class" #: lib/SP/Html/DataGrid/DataGridBase.php:302 lib/SP/Mvc/View/Template.php:128 -#, fuzzy, php-format msgid "Unable to retrieve \"%s\" template: %s" msgstr "Non è possibile ottenere il modello \"%s\": %s" @@ -3281,42 +3219,34 @@ msgid "Invalid Action" msgstr "Azione non valida" #: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:71 -#, fuzzy, 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 -#, fuzzy msgid "Password does not contain the required characters" msgstr "Password does not contain the required characters" #: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:82 -#, fuzzy msgid "Password needs to contain letters" msgstr "Password needs to contain letters" #: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:86 -#, fuzzy msgid "Password needs to contain lower case letters" msgstr "Password needs to contain lower case letters" #: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:90 -#, fuzzy msgid "Password needs to contain upper case letters" msgstr "Password needs to contain upper case letters" #: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:95 -#, fuzzy msgid "Password needs to contain numbers" msgstr "Password needs to contain numbers" #: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:99 -#, fuzzy msgid "Password needs to contain symbols" msgstr "Password needs to contain symbols" #: lib/SP/Mvc/Model/QueryCondition.php:71 -#, fuzzy msgid "Invalid filter type" msgstr "Invalid filter type" @@ -3327,12 +3257,10 @@ msgid "Wrong object type" msgstr "Wrong object type" #: lib/SP/Mvc/View/Template.php:303 lib/SP/Mvc/View/Template.php:367 -#, fuzzy, php-format msgid "Unable to retrieve \"%s\" variable" msgstr "Non è possibile ottenere la variabile \"%s\"" #: lib/SP/Mvc/View/Template.php:336 -#, fuzzy, php-format msgid "Unable to unset \"%s\" variable" msgstr "Non è possibile distruggere la variabile \"%s\"" @@ -3341,27 +3269,22 @@ msgid "Template does not contain files" msgstr "Il modello non contiene file" #: lib/SP/Plugin/PluginManager.php:192 -#, php-format msgid "Plugin version not compatible (%s)" msgstr "Plugin version not compatible (%s)" #: lib/SP/Plugin/PluginManager.php:204 lib/SP/Plugin/PluginManager.php:260 -#, php-format msgid "Unable to load the \"%s\" plugin" msgstr "Impossibile caricare il plug-in \"%s\"" #: lib/SP/Plugin/PluginManager.php:295 -#, fuzzy msgid "Plugin available" msgstr "Plugin available" #: lib/SP/Plugin/PluginManager.php:306 -#, fuzzy msgid "Plugin unavailable" msgstr "Plugin unavailable" #: lib/SP/Plugin/PluginManager.php:339 -#, fuzzy msgid "Plugin loaded" msgstr "Plugin loaded" @@ -3370,19 +3293,6 @@ msgstr "Plugin loaded" msgid "New Plugin" msgstr "Nuovo Plugin" -#: lib/SP/Plugin/PluginManager.php:392 -msgid "Upgrading plugin" -msgstr "" - -#: lib/SP/Plugin/PluginManager.php:409 -msgid "Plugin upgraded" -msgstr "" - -#: lib/SP/Plugin/PluginManager.php:418 -#, php-format -msgid "Unable to upgrade the \"%s\" plugin" -msgstr "" - #: lib/SP/Providers/Auth/AuthProvider.php:216 msgid "Method unavailable" msgstr "Metodo non disponibile" @@ -3391,10 +3301,6 @@ msgstr "Metodo non disponibile" msgid "Method already initialized" msgstr "Metodo già inizializzato" -#: lib/SP/Providers/Auth/Ldap/Ldap.php:110 -msgid "LDAP type not set" -msgstr "LDAP type non impostato" - #: lib/SP/Providers/Auth/Ldap/LdapActions.php:121 #: lib/SP/Providers/Auth/Ldap/LdapActions.php:128 msgid "Error while searching the group RDN" @@ -3458,24 +3364,16 @@ msgstr "Utente verificato nel gruppo" msgid "User does not belong to the group" msgstr "L'utente non appartiene al gruppo" -#: lib/SP/Providers/Mail/MailHandler.php:149 -#, php-format -msgid "Event: %s" -msgstr "" - #: lib/SP/Providers/Mail/MailHandler.php:157 #: lib/SP/Providers/Mail/MailHandler.php:159 -#, php-format msgid "Performed by: %s (%s)" msgstr "Performed by: %s (%s)" #: lib/SP/Providers/Mail/MailHandler.php:162 -#, php-format msgid "IP Address: %s" msgstr "IP Address: %s" #: lib/SP/Providers/Mail/MailProvider.php:91 -#, fuzzy msgid "Unable to initialize" msgstr "Unable to initialize" @@ -3489,7 +3387,6 @@ msgstr "Errore durante l'eliminazione del file" #: lib/SP/Repositories/Account/AccountFileRepository.php:302 #: lib/SP/Services/Account/AccountFileService.php:145 -#, fuzzy msgid "Error while deleting the files" msgstr "Error while deleting the files" @@ -3507,7 +3404,6 @@ msgstr "Errore durante l'eliminazione dell'account" #: lib/SP/Repositories/Account/AccountHistoryRepository.php:315 #: lib/SP/Repositories/Account/AccountRepository.php:501 #: lib/SP/Services/Account/AccountService.php:640 -#, fuzzy msgid "Error while deleting the accounts" msgstr "Error while deleting the accounts" @@ -3537,7 +3433,6 @@ 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" @@ -3607,7 +3502,6 @@ 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" @@ -3616,7 +3510,6 @@ 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" @@ -3670,7 +3563,6 @@ 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" @@ -3723,20 +3615,6 @@ msgstr "Errore durante la ricezione della notifica" msgid "Error while retrieving the notifications" msgstr "Impossibile ottenere le notifiche" -#: lib/SP/Repositories/Plugin/PluginDataRepository.php:67 -msgid "Error while adding plugin's data" -msgstr "" - -#: lib/SP/Repositories/Plugin/PluginDataRepository.php:96 -msgid "Error while updating plugin's data" -msgstr "" - -#: lib/SP/Repositories/Plugin/PluginDataRepository.php:115 -#: lib/SP/Repositories/Plugin/PluginDataRepository.php:135 -#: lib/SP/Repositories/Plugin/PluginDataRepository.php:241 -msgid "Error while deleting plugin's data" -msgstr "" - #: lib/SP/Repositories/Plugin/PluginRepository.php:69 msgid "Error while adding the plugin" msgstr "Errore durante la creazione del plug-in" @@ -3941,12 +3819,10 @@ msgid "Error while retrieving the accounts' passwords" msgstr "Errore nell'ottenere la password dell'account" #: lib/SP/Services/Account/AccountCryptService.php:141 -#, php-format msgid "Accounts updated: %d / %d" msgstr "Accounts updated: %d / %d" #: lib/SP/Services/Account/AccountCryptService.php:150 -#, php-format msgid "Updated accounts: %d / %d - %d%% - ETA: %ds (%.2f/s)" msgstr "Updated accounts: %d / %d - %d%% - ETA: %ds (%.2f/s)" @@ -4011,7 +3887,6 @@ msgstr "Parametri errati" #: lib/SP/Services/Auth/LoginService.php:625 #: lib/SP/Services/Auth/LoginService.php:667 #: lib/SP/Services/Auth/LoginService.php:675 -#, fuzzy msgid "Wrong login" msgstr "Login errato" @@ -4051,7 +3926,6 @@ msgstr "Account scaduto" #: lib/SP/Services/Auth/LoginService.php:521 #: lib/SP/Services/Auth/LoginService.php:529 -#, fuzzy msgid "User has no associated groups" msgstr "L'utente non ha gruppi associati" @@ -4083,7 +3957,6 @@ 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\")" @@ -4117,7 +3990,6 @@ 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" @@ -4128,7 +4000,6 @@ 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)" @@ -4149,13 +4020,11 @@ msgstr "Chiave temporanea scaduta" msgid "Error while checking the temporary password" msgstr "Error while checking the temporary password" -#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:232 -#, php-format -msgid "%s Master Password" -msgstr "" +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:213 +msgid "Master Password %s" +msgstr "Master Password %s" #: lib/SP/Services/Crypt/TemporaryMasterPassService.php:233 -#, fuzzy msgid "" "A new sysPass master password has been generated, so next time you log into " "the application it will be requested." @@ -4164,12 +4033,10 @@ msgstr "" "al prossimo avvio." #: lib/SP/Services/Crypt/TemporaryMasterPassService.php:234 -#, php-format msgid "The new Master Password is: %s" msgstr "La nuova Master Password è: %s" #: lib/SP/Services/Crypt/TemporaryMasterPassService.php:235 -#, php-format msgid "This password will be valid until: %s" msgstr "This password will be valid until: %s" @@ -4213,7 +4080,6 @@ msgstr "Field type not found" #: lib/SP/Services/Export/XmlExportService.php:125 #: lib/SP/Storage/File/FileCacheBase.php:98 -#, php-format msgid "Unable to create the directory (%s)" msgstr "Unable to create the directory (%s)" @@ -4259,19 +4125,16 @@ 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:180 -#, 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:182 -#, php-format msgid "Please, check the CSV file format in line %s" msgstr "Controlla il formato file CSV alla linea %s" @@ -4302,7 +4165,6 @@ msgid "Please, check PHP configuration for upload files" msgstr "Controlla le impostazioni PHP per il caricamento dei file" #: lib/SP/Services/Import/ImportService.php:96 -#, php-format msgid "Mime type not supported (\"%s\")" msgstr "Tipo MIME non supportato (\"%s\")" @@ -4311,12 +4173,10 @@ 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." @@ -4363,7 +4223,6 @@ 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" @@ -4387,7 +4246,6 @@ 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" @@ -4429,7 +4287,6 @@ msgid "Please, enter the database user" msgstr "Indicare l'utente del BBDD" #: lib/SP/Services/Install/Installer.php:135 -#, fuzzy msgid "An user with database administrative rights" msgstr "Utente con autorizzazioni di amministratore del database" @@ -4475,7 +4332,6 @@ 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)" @@ -4484,7 +4340,6 @@ 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'" @@ -4498,7 +4353,6 @@ 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')" @@ -4507,7 +4361,6 @@ 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')" @@ -4520,12 +4373,10 @@ 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." @@ -4572,6 +4423,10 @@ 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 @@ -4579,13 +4434,6 @@ msgstr "" msgid "Notification not found" msgstr "Notifica non trovata" -#: lib/SP/Services/Plugin/PluginDataService.php:97 -#: lib/SP/Services/Plugin/PluginDataService.php:121 -#: lib/SP/Services/Plugin/PluginDataService.php:165 -#: lib/SP/Services/Plugin/PluginDataService.php:183 -msgid "Plugin's data not found" -msgstr "" - #: lib/SP/Services/Plugin/PluginService.php:92 #: lib/SP/Services/Plugin/PluginService.php:153 #: lib/SP/Services/Plugin/PluginService.php:186 @@ -4635,10 +4483,6 @@ msgstr "Tag non trovato" msgid "Unable to create the lock file" msgstr "Unable to create the lock file" -#: lib/SP/Services/Task/TaskService.php:93 -msgid "Task not set within wait time" -msgstr "" - #: lib/SP/Services/Task/TaskService.php:182 msgid "Waiting for progress updating ..." msgstr "In attesa dell'aggiornamento ..." @@ -4650,7 +4494,6 @@ 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)" @@ -4749,11 +4592,6 @@ msgstr "Update file does not contain data" msgid "Database updating was completed successfully." msgstr "Aggiornamento del database eseguito correttamente." -#: lib/SP/Services/Upgrade/UpgradePlugin.php:48 -#: lib/SP/Services/Upgrade/UpgradePlugin.php:57 -msgid "Plugins upgrade" -msgstr "" - #: lib/SP/Services/Upgrade/UpgradePublicLink.php:56 #: lib/SP/Services/Upgrade/UpgradePublicLink.php:102 msgid "Public links update" @@ -4833,7 +4671,6 @@ msgid "Error while querying" msgstr "Errore in ricerca" #: lib/SP/Storage/File/FileCachePacked.php:45 -#, php-format msgid "Error while decompressing the file data (%s)" msgstr "Error while decompressing the file data (%s)" @@ -4842,55 +4679,45 @@ msgid "Error while retrieving the data" msgstr "Error while retrieving the data" #: lib/SP/Storage/File/FileCachePacked.php:70 -#, php-format msgid "Error while compressing the file data (%s)" msgstr "Error while compressing the file data (%s)" #: lib/SP/Storage/File/FileHandler.php:76 #: lib/SP/Storage/File/FileHandler.php:165 -#, php-format msgid "Unable to read/write the file (%s)" msgstr "Unable to read/write the file (%s)" #: lib/SP/Storage/File/FileHandler.php:101 -#, php-format msgid "Unable to open the file (%s)" msgstr "Unable to open the file (%s)" #: lib/SP/Storage/File/FileHandler.php:119 -#, php-format msgid "Unable to obtain a lock (%s)" msgstr "Impossibile ottenere un lock (%s)" #: lib/SP/Storage/File/FileHandler.php:134 #: lib/SP/Storage/File/FileHandler.php:148 -#, php-format msgid "Unable to read from file (%s)" msgstr "Unable to read from file (%s)" #: lib/SP/Storage/File/FileHandler.php:207 -#, php-format msgid "Unable to close the file (%s)" msgstr "Unable to close the file (%s)" #: lib/SP/Storage/File/FileHandler.php:261 -#, php-format msgid "Unable to write in file (%s)" msgstr "Unable to write in file (%s)" #: lib/SP/Storage/File/FileHandler.php:276 -#, php-format msgid "File not found (%s)" msgstr "File not found (%s)" #: lib/SP/Storage/File/FileHandler.php:301 #: lib/SP/Storage/File/FileHandler.php:356 -#, php-format msgid "Unable to read/write file (%s)" msgstr "Unable to read/write file (%s)" #: lib/SP/Storage/File/FileHandler.php:328 -#, php-format msgid "Unable to delete file (%s)" msgstr "Unable to delete file (%s)" @@ -4922,6 +4749,305 @@ msgstr "Si è verificata un'eccezione" msgid "Invalid image" msgstr "Invalid image" +#: app/resources/strings.js.inc:27 +msgid "There was an error" +msgstr "Si è verificato un errore" + +#: app/resources/strings.js.inc:28 app/resources/strings.js.inc:86 +msgid "Session finished" +msgstr "Sessione terminata" + +#: app/resources/strings.js.inc:29 +msgid "Delete account?" +msgstr "Elimina l'account?" + +#: app/resources/strings.js.inc:30 +msgid "Delete user?" +msgstr "Elimina l'utente?" + +#: app/resources/strings.js.inc:31 +msgid "You should save configuration in order to take effect" +msgstr "Salva la configurazione per renderla effettiva" + +#: app/resources/strings.js.inc:32 +msgid "Generated Password" +msgstr "Password generata" + +#: app/resources/strings.js.inc:33 +msgid "High level" +msgstr "Livello alto" + +#: app/resources/strings.js.inc:34 +msgid "Average level" +msgstr "Livello medio" + +#: app/resources/strings.js.inc:35 +msgid "Low level" +msgstr "Livello basso" + +#: app/resources/strings.js.inc:36 +msgid "Very High level" +msgstr "Livello molto alto" + +#: app/resources/strings.js.inc:37 +msgid "You should use at least 8 characters" +msgstr "Utilizzare almeno 8 caratteri" + +#: app/resources/strings.js.inc:38 +msgid "Delete item?" +msgstr "Eliminare l'oggetto?" + +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:22 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:31 +#: app/resources/strings.js.inc:39 +msgid "Page not found" +msgstr "Pagina inesistente" + +#: app/resources/strings.js.inc:41 +msgid "Delete file?" +msgstr "Eliminare il file?" + +#: app/resources/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/resources/strings.js.inc:43 +msgid "Too many files" +msgstr "Troppi files" + +#: app/resources/strings.js.inc:44 +msgid "File size not allowed" +msgstr "La dimensione del file non è consentita" + +#: app/resources/strings.js.inc:45 +msgid "MIME type not allowed" +msgstr "MIME type non permessa" + +#: app/resources/strings.js.inc:46 +msgid "Clear the event log out?" +msgstr "Cancellare il registro degli eventi?" + +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:204 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:301 +#: 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:262 +#: 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 +#: app/resources/strings.js.inc:47 +msgid "Select Group" +msgstr "Selezionare Gruppo" + +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:180 +#: 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:287 +#: 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:87 +#: app/resources/strings.js.inc:48 +msgid "Select User" +msgstr "Selezionare Utente" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:71 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:135 +#: app/resources/strings.js.inc:49 +msgid "Select Profile" +msgstr "Selezionare Profilo" + +#: app/modules/web/themes/material-blue/views/account/account.inc:94 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:35 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:39 +#: app/resources/strings.js.inc:50 +msgid "Select Client" +msgstr "Selezionare il Cliente" + +#: app/modules/web/themes/material-blue/views/account/account-history.inc:78 +#: app/modules/web/themes/material-blue/views/account/account.inc:120 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:44 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:54 +#: app/resources/strings.js.inc:51 +msgid "Select Category" +msgstr "Selezionare la categoria" + +#: app/resources/strings.js.inc:52 +msgid "No results" +msgstr "Nessun risultato" + +#: app/resources/strings.js.inc:53 +msgid "Password options" +msgstr "Opzioni password" + +#: app/resources/strings.js.inc:54 +msgid "Generate random password" +msgstr "Genera una password casuale" + +#: app/resources/strings.js.inc:55 +msgid "Complexity" +msgstr "Complessità" + +#: app/resources/strings.js.inc:56 +msgid "Reset" +msgstr "Ripristina" + +#: app/resources/strings.js.inc:57 +msgid "Password strength level" +msgstr "Livello di complessità della password" + +#: app/resources/strings.js.inc:58 +msgid "Show Password" +msgstr "Mostra Password" + +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:24 +#: app/resources/strings.js.inc:59 +msgid "Copy Username" +msgstr "Copia utente" + +#. (itstool) path: action/text +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:41 +#: app/resources/strings.js.inc:60 app/resources/actions.xml:199 +#: app/resources/actions.xml:271 +msgid "Copy Password" +msgstr "Copy Password" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:84 +#: app/resources/strings.js.inc:61 +msgid "Include Numbers" +msgstr "Includi numeri" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:126 +#: app/resources/strings.js.inc:62 +msgid "Include Uppercase" +msgstr "Includi maiuscole" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:112 +#: app/resources/strings.js.inc:63 +msgid "Include Symbols" +msgstr "Includi simboli" + +#: 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 +#: app/resources/strings.js.inc:64 +msgid "Length" +msgstr "Lunghezza" + +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:42 +#: app/resources/strings.js.inc:65 +msgid "Select Action" +msgstr "Seleziona azione" + +#: app/resources/strings.js.inc:68 +msgid "Accept" +msgstr "Accetta" + +#: app/resources/strings.js.inc:69 +msgid "Cancel" +msgstr "Annulla" + +#: app/resources/strings.js.inc:70 +msgid "Password Copied into Clipboard" +msgstr "Chiave copiata negli appunti" + +#: app/resources/strings.js.inc:71 +msgid "Error while copying to clipboard" +msgstr "Errore durante la copia negli appunti" + +#: app/resources/strings.js.inc:73 +msgid "Send notifies?" +msgstr "Ricevere notifiche?" + +#. (itstool) path: action/text +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:160 +#: app/resources/strings.js.inc:74 app/resources/actions.xml:247 +msgid "Mark as Favorite" +msgstr "Segna come preferito" + +#. (itstool) path: action/text +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:150 +#: app/resources/strings.js.inc:75 app/resources/actions.xml:253 +msgid "Delete Favorite" +msgstr "Rimuovi preferito" + +#: app/resources/strings.js.inc:76 +msgid "Clear Selection" +msgstr "Annulla selezione" + +#. (itstool) path: action/text +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:81 +#: app/resources/strings.js.inc:77 app/resources/actions.xml:241 +msgid "Show Favorites" +msgstr "Mostra Preferiti" + +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:75 +#: app/resources/strings.js.inc:78 +msgid "Display All" +msgstr "Mostra tutto" + +#: app/resources/strings.js.inc:81 +msgid "Now" +msgstr "Ora" + +#: app/resources/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/resources/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/resources/strings.js.inc:84 +msgid "This process could take some time long. Do you wish to continue?" +msgstr "Questo processo potrebbe richiedere del tempo. Vuoi continuare?" + +#: app/resources/strings.js.inc:87 +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/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:98 +#: app/resources/strings.js.inc:88 +msgid "Include Letters" +msgstr "Includi lettere" + +#: app/resources/strings.js.inc:89 +msgid "Cookies disabled. Application won't work properly." +msgstr "Cookie disabilitati L'applicazione non funzionerà correttamente." + +#: app/resources/strings.js.inc:90 +msgid "Clipboard not supported by your browser." +msgstr "Appunti non supportati dal browser." + +#: app/resources/strings.js.inc:91 +msgid "Performing auto-login" +msgstr "Performing auto-login" + +#: app/resources/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/modules/web/themes/material-blue/views/main/update.inc:30 +#: app/resources/strings.js.inc:93 +msgid "Updated" +msgstr "Aggiornato" + +#: app/modules/web/themes/material-blue/views/main/update.inc:36 +#: app/resources/strings.js.inc:94 +msgid "Error while checking for updates" +msgstr "Errore durante il controllo degli aggiornamenti" + +#: app/resources/strings.js.inc:95 +msgid "sysPass Notices" +msgstr "Avvisi SysPass" + +#: app/resources/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" @@ -4948,7 +5074,6 @@ 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 "" @@ -4981,7 +5106,6 @@ 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" @@ -4990,12 +5114,10 @@ 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'" @@ -5016,7 +5138,6 @@ 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" @@ -5063,14 +5184,6 @@ msgstr "Storico" msgid "Details" msgstr "Dettagli" -#: app/modules/web/themes/material-blue/views/account/account-history.inc:78 -#: app/modules/web/themes/material-blue/views/account/account.inc:120 -#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:44 -#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:54 -#: app/resources/strings.js.inc:51 -msgid "Select Category" -msgstr "Selezionare la categoria" - #: 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:218 @@ -5120,30 +5233,6 @@ msgstr "Visualizza" msgid "Select Groups" msgstr "Seleziona gruppi" -#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:180 -#: 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:287 -#: 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:87 -#: app/resources/strings.js.inc:48 -msgid "Select User" -msgstr "Selezionare Utente" - -#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:204 -#: app/modules/web/themes/material-blue/views/config/encryption.inc:301 -#: 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:262 -#: 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 -#: app/resources/strings.js.inc:47 -msgid "Select Group" -msgstr "Selezionare Gruppo" - #: app/modules/web/themes/material-blue/views/account/account-permissions.inc:228 #: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:182 msgid "Private" @@ -5173,13 +5262,6 @@ msgstr "Inviare" msgid "Permissions" msgstr "Permessi" -#: app/modules/web/themes/material-blue/views/account/account.inc:94 -#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:35 -#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:39 -#: app/resources/strings.js.inc:50 -msgid "Select Client" -msgstr "Selezionare il Cliente" - #: app/modules/web/themes/material-blue/views/account/account.inc:239 #: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:98 msgid "Select Tags" @@ -5228,7 +5310,6 @@ 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" @@ -5237,7 +5318,6 @@ 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" @@ -5249,18 +5329,6 @@ msgstr "Chiave scaduta" msgid "Private Account (Group)" msgstr "Private Account (Group)" -#. (itstool) path: action/text -#: app/modules/web/themes/material-blue/views/account/search-rows.inc:150 -#: app/resources/strings.js.inc:75 app/resources/actions.xml:253 -msgid "Delete Favorite" -msgstr "Rimuovi preferito" - -#. (itstool) path: action/text -#: app/modules/web/themes/material-blue/views/account/search-rows.inc:160 -#: app/resources/strings.js.inc:74 app/resources/actions.xml:247 -msgid "Mark as Favorite" -msgstr "Segna come preferito" - #: app/modules/web/themes/material-blue/views/account/search-rows.inc:182 msgid "Attachments" msgstr "Allegati aggiuntu" @@ -5278,22 +5346,9 @@ msgstr "Visualizza in Wiki" #: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:64 #: 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:75 -#: app/resources/strings.js.inc:78 -#, fuzzy -msgid "Display All" -msgstr "Mostra tutto" - -#. (itstool) path: action/text -#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:81 -#: app/resources/strings.js.inc:77 app/resources/actions.xml:241 -msgid "Show Favorites" -msgstr "Mostra Preferiti" - #: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:86 msgid "Favorites Filtering" msgstr "Filtro Preferiti" @@ -5310,18 +5365,6 @@ msgstr "Più filtri" msgid "Select Tag" msgstr "Seleziona tag" -#: app/modules/web/themes/material-blue/views/account/viewpass.inc:24 -#: app/resources/strings.js.inc:59 -msgid "Copy Username" -msgstr "Copia utente" - -#. (itstool) path: action/text -#: app/modules/web/themes/material-blue/views/account/viewpass.inc:41 -#: app/resources/strings.js.inc:60 app/resources/actions.xml:199 -#: app/resources/actions.xml:271 -msgid "Copy Password" -msgstr "Copy Password" - #: 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" @@ -5335,7 +5378,6 @@ msgstr "Data will be unencrypted after saving" #: 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-dokuwiki.inc:12 -#, php-format msgid "The '%s' extension is unavailable" msgstr "The '%s' extension is unavailable" @@ -5356,7 +5398,6 @@ msgstr "Risultati per pagina" #: app/modules/web/themes/material-blue/views/config/accounts.inc:40 #: 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." @@ -5390,7 +5431,6 @@ msgstr "Nome account come link" #: app/modules/web/themes/material-blue/views/config/accounts.inc:112 #: 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." @@ -5400,7 +5440,6 @@ msgid "Global searches" msgstr "Ricerche globali" #: app/modules/web/themes/material-blue/views/config/accounts.inc:128 -#, 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." @@ -5433,7 +5472,6 @@ msgstr "Risultati stile biglietti da visita" #: app/modules/web/themes/material-blue/views/config/accounts.inc:165 #: 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 " @@ -5444,12 +5482,10 @@ msgid "Secondary Groups Access" msgstr "Accesso ai gruppi secondari" #: app/modules/web/themes/material-blue/views/config/accounts.inc:183 -#, 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:185 -#, fuzzy msgid "" "By default, user in a secondary group is granted if the secondary group is " "set as user's main group." @@ -5475,12 +5511,10 @@ msgstr "" "dettagli di un account." #: app/modules/web/themes/material-blue/views/config/accounts.inc:218 -#, 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:220 -#, fuzzy msgid "" "In order to create links, users must have activated the option on their " "profiles." @@ -5500,10 +5534,6 @@ msgstr "Il tasto account è visualizzato come un'immagine." msgid "Expire time" msgstr "Scadenza" -#: app/modules/web/themes/material-blue/views/config/accounts.inc:256 -msgid "Expire time (minutes)" -msgstr "Scadenza (minuti)" - #: app/modules/web/themes/material-blue/views/config/accounts.inc:262 #: app/modules/web/themes/material-blue/views/config/accounts.inc:271 msgid "Maximum visits" @@ -5540,12 +5570,10 @@ msgid "Maximum file size" msgstr "Dimensione massima del file" #: app/modules/web/themes/material-blue/views/config/accounts.inc:339 -#, 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:343 -#, fuzzy msgid "Absolute maximum is 16MB." msgstr "Il massimo assoluto è 16 MB." @@ -5568,7 +5596,6 @@ msgstr "Risultato" #: app/modules/web/themes/material-blue/views/config/backup.inc:45 #: app/modules/web/themes/material-blue/views/config/backup.inc:121 #: app/modules/web/themes/material-blue/views/config/backup.inc:124 -#, fuzzy msgid "Download Current" msgstr "Scarica corrente" @@ -5581,7 +5608,6 @@ msgid "sysPass Backup" msgstr "Copia sysPass" #: app/modules/web/themes/material-blue/views/config/backup.inc:81 -#, fuzzy msgid "" "The backup allows you to save and download sysPass database and application " "files including its configuration." @@ -5622,12 +5648,10 @@ msgstr "" "istanze di sysPass." #: app/modules/web/themes/material-blue/views/config/backup.inc:190 -#, 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:192 -#, fuzzy msgid "" "Accounts' password are exported in an encrypted way for better security." msgstr "" @@ -5635,7 +5659,6 @@ msgstr "" "maggiore sicurezza." #: app/modules/web/themes/material-blue/views/config/backup.inc:194 -#, fuzzy msgid "" "It's possible to set an export password to save all the encrypted data in " "the XML file." @@ -5658,7 +5681,6 @@ msgstr "Password principale" #: app/modules/web/themes/material-blue/views/config/encryption.inc:29 #: app/modules/web/themes/material-blue/views/config/encryption.inc:214 #: app/modules/web/themes/material-blue/views/config/encryption.inc:217 -#, fuzzy msgid "Last change" msgstr "Ultima modifica" @@ -5692,7 +5714,6 @@ msgstr "Gli utenti devono inserire la nuova password principale." #: app/modules/web/themes/material-blue/views/config/encryption.inc:103 #: 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." @@ -5706,7 +5727,6 @@ msgstr "" "Imposta una nuova password master senza ricodificare nuovamente gli account" #: app/modules/web/themes/material-blue/views/config/encryption.inc:140 -#, fuzzy msgid "Confirm change" msgstr "Conferma modifica" @@ -5727,7 +5747,6 @@ msgstr "" "account sysPass per mantenerle sicure." #: app/modules/web/themes/material-blue/views/config/encryption.inc:172 -#, fuzzy msgid "" "It's advisable to change it from time to time and use a complex password " "that includes numbers, letters and symbols." @@ -5737,7 +5756,6 @@ msgstr "" #: app/modules/web/themes/material-blue/views/config/encryption.inc:174 #: 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" @@ -5936,7 +5954,6 @@ msgid "Language" msgstr "Lingua" #: app/modules/web/themes/material-blue/views/config/general-site.inc:36 -#, fuzzy msgid "" "Sets the global app language. You can set a per user language on preferences." msgstr "" @@ -5944,7 +5961,6 @@ msgstr "" "lingua per utente nelle preferenze." #: app/modules/web/themes/material-blue/views/config/general-site.inc:40 -#, fuzzy msgid "" "To improve/add translations, you can get involved at https://poeditor.com/" "join/project/fmlsBuugyv" @@ -5960,7 +5976,6 @@ msgid "Visual Theme" msgstr "Tema del portale" #: app/modules/web/themes/material-blue/views/config/general-site.inc:64 -#, fuzzy msgid "" "Sets the global application visual theme. You can set a per user visual " "theme on preferences." @@ -5973,17 +5988,6 @@ msgstr "" msgid "Session timeout (s)" msgstr "Timeout della sessione (s)" -#: app/modules/web/themes/material-blue/views/config/general-site.inc:101 -#: app/modules/web/themes/material-blue/views/config/general-site.inc:117 -msgid "Application URL" -msgstr "" - -#: app/modules/web/themes/material-blue/views/config/general-site.inc:106 -msgid "" -"Sets the application URL when accessing through a reverse proxy or load " -"balancer." -msgstr "" - #: app/modules/web/themes/material-blue/views/config/general-site.inc:136 msgid "Force HTTPS" msgstr "Forza l'uso di HTTPS" @@ -5997,7 +6001,6 @@ msgid "Enable debug" msgstr "Abilita il debug" #: app/modules/web/themes/material-blue/views/config/general-site.inc:153 -#, fuzzy msgid "" "Displays some information about application configuration and performance." msgstr "" @@ -6027,7 +6030,6 @@ msgstr "" "amministratori)." #: app/modules/web/themes/material-blue/views/config/general-site.inc:200 -#, fuzzy msgid "Check for notifications" msgstr "Controlla le notifiche" @@ -6078,13 +6080,11 @@ 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" @@ -6094,7 +6094,6 @@ 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." @@ -6107,7 +6106,6 @@ 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\"" @@ -6137,7 +6135,6 @@ 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." @@ -6204,7 +6201,6 @@ msgstr "Copia della configurazione" #: app/modules/web/themes/material-blue/views/config/info.inc:104 #: app/modules/web/themes/material-blue/views/config/info.inc:186 -#, php-format msgid "Download %s" msgstr "Download %s" @@ -6226,7 +6222,6 @@ msgid "Encrypted Session" msgstr "Sessione crittografata" #: app/modules/web/themes/material-blue/views/config/info.inc:139 -#, 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" @@ -6256,18 +6251,19 @@ msgstr "Abilita l'autenticazione tramite il server LDAP." 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:67 msgid "Enables the connection over TLS" msgstr "Enables the connection over TLS" -#: app/modules/web/themes/material-blue/views/config/ldap.inc:76 -#: app/modules/web/themes/material-blue/views/config/ldap.inc:78 -#: app/modules/web/themes/material-blue/views/config/ldap.inc:82 -msgid "Server Type" -msgstr "Tipologia Server" - #: app/modules/web/themes/material-blue/views/config/ldap.inc:98 -#, fuzzy msgid "Hostname or IP address of LDAP server." msgstr "Nome o indirizzo IP del server LDAP." @@ -6284,7 +6280,6 @@ msgid "Bind User" msgstr "Utente di connessione" #: app/modules/web/themes/material-blue/views/config/ldap.inc:129 -#, fuzzy msgid "User to connect to LDAP service." msgstr "Utente per connettersi con il servizio LDAP." @@ -6293,30 +6288,19 @@ msgid "Bind Password" msgstr "Password di connessione" #: app/modules/web/themes/material-blue/views/config/ldap.inc:159 -#, fuzzy msgid "LDAP connection user's password" msgstr "Password dell'utente di connessione LDAP." -#: app/modules/web/themes/material-blue/views/config/ldap.inc:177 -msgid "" -"This isn't the real LDAP password. You should set the real one before " -"checking or importing LDAP objects" -msgstr "" -"Questa non e' la reale password LDAP. Devi inserire quella reale prima di " -"verificare o importare gli oggetti LDAP" - #: app/modules/web/themes/material-blue/views/config/ldap.inc:185 #: app/modules/web/themes/material-blue/views/config/ldap.inc:209 msgid "Search base" msgstr "Cerca database" #: app/modules/web/themes/material-blue/views/config/ldap.inc:190 -#, 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:220 -#, 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." @@ -6325,7 +6309,6 @@ 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:253 -#, fuzzy msgid "Sets the default users group for newly created LDAP users" msgstr "Definisce il gruppo di utenti predefinito per i nuovi utenti LDAP." @@ -6382,10 +6365,6 @@ msgstr "Filter" msgid "Filter for importing LDAP users or groups." msgstr "Filter for importing LDAP users or groups." -#: app/modules/web/themes/material-blue/views/config/ldap.inc:469 -msgid "Import users from LDAP" -msgstr "Importa utenti 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" @@ -6396,7 +6375,6 @@ 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." @@ -6415,8 +6393,8 @@ msgstr "Sicurezza" #: app/modules/web/themes/material-blue/views/config/mail.inc:148 #: app/modules/web/themes/material-blue/views/config/mail.inc:156 -msgid "Sender email address" -msgstr "Indirizzo mail del mittente" +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 @@ -6474,7 +6452,6 @@ msgid "DokuWiki base URL" msgstr "URL di base di DokuWiki." #: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:121 -#, fuzzy msgid "User for connecting to the DokuWiki API." msgstr "Utente per connettersi all'API DokuWiki." @@ -6504,12 +6481,10 @@ msgid "Wiki search URL" msgstr "URL di ricerca Wiki" #: app/modules/web/themes/material-blue/views/config/wiki.inc:49 -#, 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:53 -#, fuzzy msgid "The client's name is used as parameter." msgstr "Come parametro si utilizza il nome del cliente." @@ -6519,12 +6494,10 @@ msgid "Wiki page URL" msgstr "URL della pagina in Wiki" #: app/modules/web/themes/material-blue/views/config/wiki.inc:82 -#, 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:86 -#, 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 " @@ -6552,7 +6525,6 @@ 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" @@ -6577,7 +6549,6 @@ 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" @@ -6595,7 +6566,6 @@ 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" @@ -6622,11 +6592,6 @@ msgstr "Creatore" msgid "Delete History" msgstr "Delete History" -#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:42 -#: app/resources/strings.js.inc:65 -msgid "Select Action" -msgstr "Seleziona azione" - #: 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:98 @@ -6664,7 +6629,6 @@ 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" @@ -6672,12 +6636,6 @@ msgstr "Suggerimento" msgid "Required" msgstr "Obbligatorio" -#: 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 -#: app/resources/strings.js.inc:64 -msgid "Length" -msgstr "Lunghezza" - #: 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" @@ -6688,27 +6646,6 @@ msgstr "Score" msgid "Regular Expression" msgstr "Regular Expression" -#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:84 -#: app/resources/strings.js.inc:61 -msgid "Include Numbers" -msgstr "Includi numeri" - -#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:98 -#: app/resources/strings.js.inc:88 -msgid "Include Letters" -msgstr "Includi lettere" - -#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:112 -#: app/resources/strings.js.inc:63 -#, fuzzy -msgid "Include Symbols" -msgstr "Includi simboli" - -#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:126 -#: app/resources/strings.js.inc:62 -msgid "Include Uppercase" -msgstr "Includi maiuscole" - #: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:140 msgid "Include Lowercase" msgstr "Include Lowercase" @@ -6740,12 +6677,6 @@ msgstr "IP Address" msgid "Timeout" msgstr "Timeout" -#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:71 -#: app/modules/web/themes/material-blue/views/itemshow/user.inc:135 -#: app/resources/strings.js.inc:49 -msgid "Select Profile" -msgstr "Selezionare Profilo" - #: 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 " @@ -6849,7 +6780,6 @@ 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" @@ -6932,7 +6862,6 @@ 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" @@ -6998,18 +6927,7 @@ msgstr "Accedere" msgid "Forgot password?" msgstr "Hai dimenticato la password?" -#: app/modules/web/themes/material-blue/views/main/update.inc:30 -#: app/resources/strings.js.inc:93 -msgid "Updated" -msgstr "Aggiornato" - -#: app/modules/web/themes/material-blue/views/main/update.inc:36 -#: app/resources/strings.js.inc:94 -msgid "Error while checking for updates" -msgstr "Errore durante il controllo degli aggiornamenti" - #: app/modules/web/themes/material-blue/views/main/upgrade.inc:14 -#, php-format msgid "Update %s" msgstr "Aggiorna %s" @@ -7027,7 +6945,6 @@ 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 "" @@ -7043,7 +6960,6 @@ msgstr "" "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." @@ -7056,7 +6972,6 @@ 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" @@ -7160,7 +7075,6 @@ 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." @@ -7170,15 +7084,14 @@ msgid "Navigation bar on top" msgstr "La barra di navigazione in alto" #: app/modules/web/themes/material-blue/views/usersettings/general.inc:126 -msgid "Displays a navigation bar on top of the search results." -msgstr "Visualizza la barra di navigazione sopra i risultati della ricerca " +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." @@ -7204,14 +7117,7 @@ msgstr "Displays the additional filters selection on the accounts search." msgid "View Wiki" msgstr "Vedi Wiki" -#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:22 -#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:31 -#: app/resources/strings.js.inc:39 -msgid "Page not found" -msgstr "Pagina inesistente" - #: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:24 -#, php-format msgid "Search results of '%s'" msgstr "Cerca risultati per '%s'" @@ -7220,183 +7126,6 @@ msgstr "Cerca risultati per '%s'" msgid "Page" msgstr "Pagina" -#: app/resources/strings.js.inc:27 -msgid "There was an error" -msgstr "Si è verificato un errore" - -#: app/resources/strings.js.inc:28 app/resources/strings.js.inc:86 -msgid "Session finished" -msgstr "Sessione terminata" - -#: app/resources/strings.js.inc:29 -msgid "Delete account?" -msgstr "Elimina l'account?" - -#: app/resources/strings.js.inc:30 -msgid "Delete user?" -msgstr "Elimina l'utente?" - -#: app/resources/strings.js.inc:31 -msgid "You should save configuration in order to take effect" -msgstr "Salva la configurazione per renderla effettiva" - -#: app/resources/strings.js.inc:32 -msgid "Generated Password" -msgstr "Password generata" - -#: app/resources/strings.js.inc:33 -msgid "High level" -msgstr "Livello alto" - -#: app/resources/strings.js.inc:34 -msgid "Average level" -msgstr "Livello medio" - -#: app/resources/strings.js.inc:35 -msgid "Low level" -msgstr "Livello basso" - -#: app/resources/strings.js.inc:36 -msgid "Very High level" -msgstr "Livello molto alto" - -#: app/resources/strings.js.inc:37 -msgid "You should use at least 8 characters" -msgstr "Utilizzare almeno 8 caratteri" - -#: app/resources/strings.js.inc:38 -msgid "Delete item?" -msgstr "Eliminare l'oggetto?" - -#: app/resources/strings.js.inc:41 -msgid "Delete file?" -msgstr "Eliminare il file?" - -#: app/resources/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/resources/strings.js.inc:43 -msgid "Too many files" -msgstr "Troppi files" - -#: app/resources/strings.js.inc:44 -msgid "File size not allowed" -msgstr "La dimensione del file non è consentita" - -#: app/resources/strings.js.inc:45 -msgid "MIME type not allowed" -msgstr "MIME type non permessa" - -#: app/resources/strings.js.inc:46 -#, fuzzy -msgid "Clear the event log out?" -msgstr "Cancellare il registro degli eventi?" - -#: app/resources/strings.js.inc:52 -msgid "No results" -msgstr "Nessun risultato" - -#: app/resources/strings.js.inc:53 -msgid "Password options" -msgstr "Opzioni password" - -#: app/resources/strings.js.inc:54 -msgid "Generate random password" -msgstr "Genera una password casuale" - -#: app/resources/strings.js.inc:55 -msgid "Complexity" -msgstr "Complessità" - -#: app/resources/strings.js.inc:56 -msgid "Reset" -msgstr "Ripristina" - -#: app/resources/strings.js.inc:57 -msgid "Password strength level" -msgstr "Livello di complessità della password" - -#: app/resources/strings.js.inc:58 -msgid "Show Password" -msgstr "Mostra Password" - -#: app/resources/strings.js.inc:68 -msgid "Accept" -msgstr "Accetta" - -#: app/resources/strings.js.inc:69 -msgid "Cancel" -msgstr "Annulla" - -#: app/resources/strings.js.inc:70 -#, fuzzy -msgid "Password Copied into Clipboard" -msgstr "Chiave copiata negli appunti" - -#: app/resources/strings.js.inc:71 -msgid "Error while copying to clipboard" -msgstr "Errore durante la copia negli appunti" - -#: app/resources/strings.js.inc:73 -msgid "Send notifies?" -msgstr "Ricevere notifiche?" - -#: app/resources/strings.js.inc:76 -msgid "Clear Selection" -msgstr "Annulla selezione" - -#: app/resources/strings.js.inc:81 -msgid "Now" -msgstr "Ora" - -#: app/resources/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/resources/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/resources/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/resources/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/resources/strings.js.inc:89 -#, fuzzy -msgid "Cookies disabled. Application won't work properly." -msgstr "Cookie disabilitati L'applicazione non funzionerà correttamente." - -#: app/resources/strings.js.inc:90 -msgid "Clipboard not supported by your browser." -msgstr "Appunti non supportati dal browser." - -#: app/resources/strings.js.inc:91 -msgid "Performing auto-login" -msgstr "Performing auto-login" - -#: app/resources/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/resources/strings.js.inc:95 -msgid "sysPass Notices" -msgstr "Avvisi SysPass" - -#: app/resources/strings.js.inc:96 -msgid "Clear the tracks out?" -msgstr "Clear the tracks out?" - #. (itstool) path: action/text #: app/resources/actions.xml:7 msgid "Search for Accounts" @@ -7424,7 +7153,6 @@ msgstr "Gestione Categorie" #. (itstool) path: action/text #: app/resources/actions.xml:55 -#, fuzzy msgid "Customers Management" msgstr "Gestione Clienti" @@ -7575,7 +7303,6 @@ msgstr "Search for Custom Field" #. (itstool) path: action/text #: app/resources/actions.xml:427 -#, fuzzy msgid "Show Public Link" msgstr "Vedi Link pubblico" @@ -7714,78 +7441,185 @@ msgstr "Unlock track" msgid "Clear the tracks out" msgstr "Clear the tracks out" -#, fuzzy -#~ msgid "\"/config\" directory does not exist." -#~ msgstr "La directory \"/config\" non esiste" +#. (itstool) path: strings/text +#: app/config/strings.xml:4 +msgid "Color" +msgstr "Colore" -#~ msgid "Unable to write into \"/config\" directory" -#~ msgstr "Non è possibile scrivere nella directory \"/config\"" +#. (itstool) path: strings/text +#: app/config/strings.xml:5 +msgid "Number" +msgstr "Numero" -#~ msgid "\"/config\" directory permissions are wrong" -#~ msgstr "Le autorizzazioni della directory \"/config\" non sono corrette" +#. (itstool) path: strings/text +#: app/config/strings.xml:6 +msgid "Phone" +msgstr "Telefono" -#~ msgid "Master Password %s" -#~ msgstr "Master Password %s" +#. (itstool) path: strings/text +#: app/config/strings.xml:7 +msgid "Text Area" +msgstr "Area di testo" -#~ msgid "Mail service unavailable" -#~ msgstr "Mail service unavailable" +#. (itstool) path: strings/text +#: app/config/strings.xml:8 +msgid "Text" +msgstr "Testo" -#~ msgid "Active Directory" -#~ msgstr "Active Directory" +#: app/modules/web/Controllers/AccountFileController.php:192 +msgid "There aren't any allowed extensions" +msgstr "Non ci sono estensioni consentite" -#~ msgid "Enables Active Directory LDAP connection mode." -#~ msgstr "Abilita la modalità di connessione LDAP di Active Directory." +#: app/modules/web/Controllers/AccountFileController.php:211 +msgid "Extension: %s" +msgstr "Extension: %s" -#, fuzzy -#~ msgid "Recipient email address" -#~ msgstr "Indirizzo mail di spedizione" +#: app/modules/web/Controllers/AccountFileController.php:226 +msgid "Maximum size: %s" +msgstr "Maximum size: %s" -#, fuzzy -#~ msgid "Dysplays a navigation bar on top of the search results." -#~ msgstr "Mostra una barra di navigazione superiore nelle ricerche." +#: lib/SP/Services/Import/FileImport.php:102 +msgid "Please, check the file extension" +msgstr "Controlla l'estensione del file" -#~ msgid "Color" -#~ msgstr "Colore" +#: lib/SP/Storage/File/FileCachePacked.php:144 +msgid "Data not loaded" +msgstr "Data not loaded" -#~ msgid "Number" -#~ msgstr "Numero" +#: app/config/strings.js.inc:45 +msgid "Extension not allowed" +msgstr "Estensione non consentita" -#~ msgid "Phone" -#~ msgstr "Telefono" +#: 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" -#~ msgid "Text Area" -#~ msgstr "Area di testo" +#: 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." -#~ msgid "Text" -#~ msgstr "Testo" +#: 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." -#~ msgid "There aren't any allowed extensions" -#~ msgstr "Non ci sono estensioni consentite" +#: lib/SP/Providers/Auth/Ldap/Ldap.php:110 +msgid "LDAP type not set" +msgstr "LDAP type non impostato" -#~ msgid "Extension: %s" -#~ msgstr "Extension: %s" +#: app/modules/web/themes/material-blue/views/config/accounts.inc:256 +msgid "Expire time (minutes)" +msgstr "Scadenza (minuti)" -#~ msgid "Maximum size: %s" -#~ msgstr "Maximum size: %s" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:76 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:78 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:82 +msgid "Server Type" +msgstr "Tipologia Server" -#~ msgid "Please, check the file extension" -#~ msgstr "Controlla l'estensione del file" +#: app/modules/web/themes/material-blue/views/config/ldap.inc:177 +msgid "" +"This isn't the real LDAP password. You should set the real one before " +"checking or importing LDAP objects" +msgstr "" +"Questa non e' la reale password LDAP. Devi inserire quella reale prima di " +"verificare o importare gli oggetti LDAP" -#~ msgid "Data not loaded" -#~ msgstr "Data not loaded" +#: app/modules/web/themes/material-blue/views/config/mail.inc:148 +#: app/modules/web/themes/material-blue/views/config/mail.inc:156 +msgid "Sender email address" +msgstr "Indirizzo mail del mittente" -#~ msgid "Extension not allowed" -#~ msgstr "Estensione non consentita" +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:126 +msgid "Displays a navigation bar on top of the search results." +msgstr "Visualizza la barra di navigazione sopra i risultati della ricerca " -#~ msgid "Allowed file extensions" -#~ msgstr "Estensioni di file consentite" +#: app/modules/web/Controllers/ConfigEncryptionController.php:117 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:86 +msgid "Maintenance mode not enabled" +msgstr "Modalità manutenzione non abilitata" -#~ msgid "Allowed file extensions for uploading." -#~ msgstr "Estensioni consentite per il caricamento di file." +#: app/modules/web/Controllers/ConfigEncryptionController.php:118 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:86 +msgid "Please, enable it to avoid unwanted behavior from other sessions" +msgstr "" +"Per favore, abilita per evitare comportamenti imprevedibili da altre sessioni" -#~ 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." +#: lib/SP/Providers/Mail/MailHandler.php:149 +msgid "Event: %s" +msgstr "Evento: %s" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:232 +msgid "%s Master Password" +msgstr "%s Master Password" + +#: lib/SP/Services/Task/TaskService.php:93 +msgid "Task not set within wait time" +msgstr "Compito non assegnato nel tempo di attesa" + +#: lib/SP/Config/ConfigUtil.php:102 +msgid "'/app/config' directory does not exist." +msgstr "La cartella '/app/config' non esiste." + +#: lib/SP/Config/ConfigUtil.php:108 +msgid "Unable to write into '/app/config' directory" +msgstr "Impossibile scrivere nella cartella '/app/config'" + +#: lib/SP/Config/ConfigUtil.php:117 +msgid "'/app/config' directory permissions are wrong" +msgstr "I permessi della cartella '/app/config' sono errati" + +#: lib/SP/Plugin/PluginManager.php:392 +msgid "Upgrading plugin" +msgstr "Aggiornando plugin" + +#: lib/SP/Plugin/PluginManager.php:409 +msgid "Plugin upgraded" +msgstr "Plugin aggiornato" + +#: lib/SP/Plugin/PluginManager.php:418 +msgid "Unable to upgrade the \"%s\" plugin" +msgstr "Impossibile aggiornare il plugin \"%s\"" + +#: lib/SP/Repositories/Plugin/PluginDataRepository.php:67 +msgid "Error while adding plugin's data" +msgstr "Errore durante la creazione dei dati del plugin" + +#: lib/SP/Repositories/Plugin/PluginDataRepository.php:96 +msgid "Error while updating plugin's data" +msgstr "Errore durante l'aggiornamento dei dati del plugin" + +#: lib/SP/Repositories/Plugin/PluginDataRepository.php:115 +#: lib/SP/Repositories/Plugin/PluginDataRepository.php:135 +#: lib/SP/Repositories/Plugin/PluginDataRepository.php:241 +msgid "Error while deleting plugin's data" +msgstr "Errore durante l'eliminazione dei dati del plugin" + +#: lib/SP/Services/Plugin/PluginDataService.php:97 +#: lib/SP/Services/Plugin/PluginDataService.php:121 +#: lib/SP/Services/Plugin/PluginDataService.php:165 +#: lib/SP/Services/Plugin/PluginDataService.php:183 +msgid "Plugin's data not found" +msgstr "Dati del plugin non trovati" + +#: lib/SP/Services/Upgrade/UpgradePlugin.php:48 +#: lib/SP/Services/Upgrade/UpgradePlugin.php:57 +msgid "Plugins upgrade" +msgstr "Aggiornamenti del plugin" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:101 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:117 +msgid "Application URL" +msgstr "URL dell'applicazione" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:106 +msgid "" +"Sets the application URL when accessing through a reverse proxy or load " +"balancer." +msgstr "" +"Imposta l'URL dell'applicazione quando effettua l'accesso tramite un reverse " +"proxy o load balancer." diff --git a/lib/SP/Services/Account/AccountSearchService.php b/lib/SP/Services/Account/AccountSearchService.php index 6b379c47..ec472e2a 100644 --- a/lib/SP/Services/Account/AccountSearchService.php +++ b/lib/SP/Services/Account/AccountSearchService.php @@ -298,11 +298,11 @@ final class AccountSearchService extends Service if (is_object($userData)) { $queryCondition->addFilter( - 'Account.userId = ? OR Account.id IN + 'Account.userId = ? OR Account.userGroupId = ? OR Account.id IN (SELECT AccountToUser.accountId FROM AccountToUser WHERE AccountToUser.accountId = Account.id AND AccountToUser.userId = ? - UNION ALL + UNION SELECT AccountToUserGroup.accountId FROM AccountToUserGroup WHERE AccountToUserGroup.accountId = Account.id AND AccountToUserGroup.userGroupId = ?)', - [$userData->getId(), $userData->getId(), $userData->getUserGroupId()]); + [$userData->getId(), $userData->getUserGroupId(), $userData->getId(), $userData->getUserGroupId()]); } break; case 'owner':