Skip to content

Commit 10a3d2d

Browse files
committed
Add uPnP translation source
1 parent b724d3e commit 10a3d2d

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

src/translations/bitmessage.pro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ SOURCES = ../addresses.py\
1616
../helper_sent.py\
1717
../helper_startup.py\
1818
../shared.py\
19+
../upnp.py\
1920
../bitmessageqt/__init__.py\
2021
../bitmessageqt/about.py\
2122
../bitmessageqt/account.py\

src/translations/bitmessage_en.ts

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Please type the desired email address (including @mailchuck.com) below:</source>
8383
<context>
8484
<name>Mailchuck</name>
8585
<message>
86-
<location filename="../bitmessageqt/account.py" line="220"/>
86+
<location filename="../bitmessageqt/account.py" line="225"/>
8787
<source># You can use this to configure your email gateway account
8888
# Uncomment the setting you want to use
8989
# Here are the options:
@@ -1258,6 +1258,16 @@ Receiver&apos;s required difficulty: %1 and %2</source>
12581258
<source>Sending public key request. Waiting for reply. Requested at %1</source>
12591259
<translation type="unfinished"></translation>
12601260
</message>
1261+
<message>
1262+
<location filename="../upnp.py" line="217"/>
1263+
<source>UPnP port mapping established on port %1</source>
1264+
<translation type="unfinished"></translation>
1265+
</message>
1266+
<message>
1267+
<location filename="../upnp.py" line="241"/>
1268+
<source>UPnP port mapping removed</source>
1269+
<translation type="unfinished"></translation>
1270+
</message>
12611271
</context>
12621272
<context>
12631273
<name>NewAddressDialog</name>
@@ -1426,11 +1436,6 @@ The &apos;Random Number&apos; option is selected by default but deterministic ad
14261436
<source>version ?</source>
14271437
<translation type="unfinished"></translation>
14281438
</message>
1429-
<message>
1430-
<location filename="../bitmessageqt/about.py" line="69"/>
1431-
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Copyright &#xc2;&#xa9; 2012-2014 Jonathan Warren&lt;br/&gt;Copyright &#xc2;&#xa9; 2013-2014 The Bitmessage Developers&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
1432-
<translation type="unfinished"></translation>
1433-
</message>
14341439
<message>
14351440
<location filename="../bitmessageqt/about.py" line="70"/>
14361441
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Distributed under the MIT/X11 software license; see &lt;a href=&quot;http://www.opensource.org/licenses/mit-license.php&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://www.opensource.org/licenses/mit-license.php&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
@@ -1441,6 +1446,11 @@ The &apos;Random Number&apos; option is selected by default but deterministic ad
14411446
<source>This is Beta software.</source>
14421447
<translation type="unfinished"></translation>
14431448
</message>
1449+
<message>
1450+
<location filename="../bitmessageqt/about.py" line="69"/>
1451+
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Copyright &#xc2;&#xa9; 2012-2016 Jonathan Warren&lt;br/&gt;Copyright &#xc2;&#xa9; 2013-2016 The Bitmessage Developers&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
1452+
<translation type="unfinished"></translation>
1453+
</message>
14441454
</context>
14451455
<context>
14461456
<name>blacklist</name>

0 commit comments

Comments
 (0)