58 """<p>A key is <b>required</b> to use this service.""" |
58 """<p>A key is <b>required</b> to use this service.""" |
59 """ <a href="{0}">Register with IBM Cloud.</a></p>""" |
59 """ <a href="{0}">Register with IBM Cloud.</a></p>""" |
60 ).format(TranslatorEngines.getKeyUrl("ibm_watson")) |
60 ).format(TranslatorEngines.getKeyUrl("ibm_watson")) |
61 ) |
61 ) |
62 self.libreLabel.setText( |
62 self.libreLabel.setText( |
63 """<p>A key is <b>optional</b> to use this service and depends on the""" |
63 self.tr( |
64 """ server configuration. Contact your server admin for details.""" |
64 """<p>A key is <b>optional</b> to use this service and depends on the""" |
|
65 """ server configuration. Contact your server admin for details.</p>""" |
|
66 ) |
65 ) |
67 ) |
66 self.msLabel.setText( |
68 self.msLabel.setText( |
67 self.tr( |
69 self.tr( |
68 """<p>A registration of the text translation service is""" |
70 """<p>A registration of the text translation service is""" |
69 """ <b>required</b>. <a href="{0}">Register with Microsoft""" |
71 """ <b>required</b>. <a href="{0}">Register with Microsoft""" |