Marked strings which do not need a translation

This commit is contained in:
Dmitri Bogomolov 2018-02-01 15:49:03 +02:00
parent 1baa9cdcbf
commit 4fc4b1a689
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13
6 changed files with 6 additions and 6 deletions

View File

@ -755,7 +755,7 @@ class Ui_MainWindow(object):
self.actionExit.setText(_translate("MainWindow", "Quit", None))
self.actionExit.setShortcut(_translate("MainWindow", "Ctrl+Q", None))
self.actionHelp.setText(_translate("MainWindow", "Help", None))
self.actionHelp.setShortcut(_translate("MainWindow", "F1", None))
self.actionHelp.setShortcut("F1")
self.actionSupport.setText(_translate("MainWindow", "Contact support", None))
self.actionAbout.setText(_translate("MainWindow", "About", None))
self.actionSettings.setText(_translate("MainWindow", "Settings", None))

View File

@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Bitmessage</string>
<string notr="true">Bitmessage</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0" colspan="2">

View File

@ -56,7 +56,7 @@
<bool>true</bool>
</property>
<property name="text">
<string>@mailchuck.com</string>
<string notr="true">@mailchuck.com</string>
</property>
<property name="cursorPosition">
<number>0</number>

View File

@ -17,7 +17,7 @@
<item row="1" column="0">
<widget class="QLabel" name="labelHelpURI">
<property name="text">
<string>&lt;a href=&quot;https://bitmessage.org/wiki/PyBitmessage_Help&quot;&gt;https://bitmessage.org/wiki/PyBitmessage_Help&lt;/a&gt;</string>
<string notr="true">&lt;a href=&quot;https://bitmessage.org/wiki/PyBitmessage_Help&quot;&gt;https://bitmessage.org/wiki/PyBitmessage_Help&lt;/a&gt;</string>
</property>
<property name="openExternalLinks">
<bool>true</bool>

View File

@ -141,7 +141,7 @@
</column>
<column>
<property name="text">
<string>TLS</string>
<string notr="true">TLS</string>
</property>
<property name="toolTip">
<string>Connection encryption</string>

View File

@ -150,7 +150,7 @@
</size>
</property>
<property name="text">
<string>1</string>
<string notr="true">1</string>
</property>
</widget>
</item>