You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tr("The plugin seems to have been installed but I don't know where. Probably the plugin package contained a wrong named directory.\nPlease search the list of installed plugins. I'm nearly sure you'll find the plugin there, but I just can't determine which of them it is. It also means that I won't be able to determine if this plugin is installed and inform you about available updates. However the plugin may work. Please contact the plugin author and submit this issue.")
181
184
tr("Plugin installed successfully")
182
185
tr("Python plugin installed.\nYou have to enable it in the Plugin Manager.")
183
-
tr("Plugin installed successfully")
186
+
tr("Plugin reinstalled successfully")
184
187
tr("Python plugin reinstalled.\nYou have to restart Quantum GIS to reload it.")
188
+
tr("The plugin is designed for a newer version of Quantum GIS. The minimum required version is:")
189
+
tr("The plugin depends on some components missing on your system. Please install the following Python module:")
ifplugin["status"] =="newer"andnotplugin["error"]: # ask for confirmation if user downgrades an usable plugin
544
549
ifQMessageBox.warning(self, self.tr("QGIS Python Plugin Installer"), self.tr("Are you sure you want to downgrade the plugin to the latest available version? The installed one is newer!"), QMessageBox.Yes, QMessageBox.No) ==QMessageBox.No:
infoString= (self.tr("Plugin has disappeared"), self.tr("The plugin seems to have been installed but I don't know where. Probably the plugin package contained a wrong named directory.\nPlease search the list of installed plugins. I'm nearly sure you'll find the plugin there, but I just can't determine which of them it is. It also means that I won't be able to determine if this plugin is installed and inform you about available updates. However the plugin may work. Please contact the plugin author and submit this issue."))
infoString= (self.tr("Plugin has disappeared"), self.tr("The plugin seems to have been installed but I don't know where. Probably the plugin package contained a wrong named directory.\nPlease search the list of installed plugins. I'm nearly sure you'll find the plugin there, but I just can't determine which of them it is. It also means that I won't be able to determine if this plugin is installed and inform you about available updates. However the plugin may work. Please contact the plugin author and submit this issue."))
0 commit comments