33 longDescription = \ |
33 longDescription = \ |
34 """This plug-in implements a utility to translate text using""" \ |
34 """This plug-in implements a utility to translate text using""" \ |
35 """ various online translation services.""" |
35 """ various online translation services.""" |
36 needsRestart = False |
36 needsRestart = False |
37 pyqtApi = 2 |
37 pyqtApi = 2 |
38 python2Compatible = True |
|
39 # End-Of-Header |
38 # End-Of-Header |
40 |
39 |
41 error = "" |
40 error = "" |
42 |
41 |
43 translatorPluginObject = None |
42 translatorPluginObject = None |