mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-23 18:39:23 +00:00
Plugin display is now more verbose
The plugin settings now displays more information about a failed plugin instead of just not displaying anything at all.
This commit is contained in:
@@ -416,9 +416,27 @@
|
||||
/* Menu item to perform autotype with the selected entry */
|
||||
"PERFORM_AUTOTYPE_FOR_ENTRY" = "Auto-Type ausführen";
|
||||
|
||||
/* The plugin could not be initalized */
|
||||
"PLUGIN_ERROR_INTILIZATION_FAILED" = "Das Plugin konnten nicht korrekt initialisiert werden";
|
||||
|
||||
/* Error for a plugin that was not signed properly */
|
||||
"PLUGIN_ERROR_UNSECURE_PLUGIN" = "Das Plugin ist nicht korrekt signiert";
|
||||
|
||||
/* Plugin specifies the wrong principla class! */
|
||||
"PLUGIN_ERROR_WRONG_PRINCIPAL_CLASS" = "Die Hauptklasse des Plugins stimmt nicht mit der erwarteten überein";
|
||||
|
||||
/* name for disabled unloaded plugin */
|
||||
"PLUGIN_NAME_DISABLED_%@" = "🚫 %@";
|
||||
|
||||
/* Name for unloaded plugin with errors */
|
||||
"PLUGIN_NAME_ERROR_%@" = "⚠️ %@";
|
||||
|
||||
/* Label for plugin settings tab */
|
||||
"PLUGIN_SETTINGS" = "Plugins";
|
||||
|
||||
/* Generic message displayed if no details are know why a plugin was not loaded. */
|
||||
"PLUGIN_SETTINGS_GENERIC_ERROR_MESSAGE" = "Das Plugin konnte nicht geladen werden.";
|
||||
|
||||
/* Plugin version. Include a %@ placeholder for version string */
|
||||
"PLUGIN_VERSION_%@" = "Version: %@";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user