Add uPnP translation source
This commit is contained in:
parent
b724d3ee4f
commit
10a3d2d28a
|
@ -16,6 +16,7 @@ SOURCES = ../addresses.py\
|
||||||
../helper_sent.py\
|
../helper_sent.py\
|
||||||
../helper_startup.py\
|
../helper_startup.py\
|
||||||
../shared.py\
|
../shared.py\
|
||||||
|
../upnp.py\
|
||||||
../bitmessageqt/__init__.py\
|
../bitmessageqt/__init__.py\
|
||||||
../bitmessageqt/about.py\
|
../bitmessageqt/about.py\
|
||||||
../bitmessageqt/account.py\
|
../bitmessageqt/account.py\
|
||||||
|
|
|
@ -83,7 +83,7 @@ Please type the desired email address (including @mailchuck.com) below:</source>
|
||||||
<context>
|
<context>
|
||||||
<name>Mailchuck</name>
|
<name>Mailchuck</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../bitmessageqt/account.py" line="220"/>
|
<location filename="../bitmessageqt/account.py" line="225"/>
|
||||||
<source># You can use this to configure your email gateway account
|
<source># You can use this to configure your email gateway account
|
||||||
# Uncomment the setting you want to use
|
# Uncomment the setting you want to use
|
||||||
# Here are the options:
|
# Here are the options:
|
||||||
|
@ -1258,6 +1258,16 @@ Receiver's required difficulty: %1 and %2</source>
|
||||||
<source>Sending public key request. Waiting for reply. Requested at %1</source>
|
<source>Sending public key request. Waiting for reply. Requested at %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../upnp.py" line="217"/>
|
||||||
|
<source>UPnP port mapping established on port %1</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../upnp.py" line="241"/>
|
||||||
|
<source>UPnP port mapping removed</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>NewAddressDialog</name>
|
<name>NewAddressDialog</name>
|
||||||
|
@ -1426,11 +1436,6 @@ The 'Random Number' option is selected by default but deterministic ad
|
||||||
<source>version ?</source>
|
<source>version ?</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<location filename="../bitmessageqt/about.py" line="69"/>
|
|
||||||
<source><html><head/><body><p>Copyright © 2012-2014 Jonathan Warren<br/>Copyright © 2013-2014 The Bitmessage Developers</p></body></html></source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../bitmessageqt/about.py" line="70"/>
|
<location filename="../bitmessageqt/about.py" line="70"/>
|
||||||
<source><html><head/><body><p>Distributed under the MIT/X11 software license; see <a href="http://www.opensource.org/licenses/mit-license.php"><span style=" text-decoration: underline; color:#0000ff;">http://www.opensource.org/licenses/mit-license.php</span></a></p></body></html></source>
|
<source><html><head/><body><p>Distributed under the MIT/X11 software license; see <a href="http://www.opensource.org/licenses/mit-license.php"><span style=" text-decoration: underline; color:#0000ff;">http://www.opensource.org/licenses/mit-license.php</span></a></p></body></html></source>
|
||||||
|
@ -1441,6 +1446,11 @@ The 'Random Number' option is selected by default but deterministic ad
|
||||||
<source>This is Beta software.</source>
|
<source>This is Beta software.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../bitmessageqt/about.py" line="69"/>
|
||||||
|
<source><html><head/><body><p>Copyright © 2012-2016 Jonathan Warren<br/>Copyright © 2013-2016 The Bitmessage Developers</p></body></html></source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>blacklist</name>
|
<name>blacklist</name>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user