src/eric7/Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.py

branch
eric7
changeset 9999
4559a33e641a
parent 9956
5b138f996a1e
child 10439
21c28b0f9e41
equal deleted inserted replaced
9998:4750bc17575e 9999:4559a33e641a
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"""

eric ide

mercurial