Changed copyright year to 2017
This commit is contained in:
parent
b304872b68
commit
40c599eb39
4
COPYING
4
COPYING
|
@ -1,5 +1,5 @@
|
||||||
Copyright (c) 2012-2016 Jonathan Warren
|
Copyright (c) 2012-2017 Jonathan Warren
|
||||||
Copyright (c) 2013-2016 The Bitmessage Developers
|
Copyright (c) 2013-2017 The Bitmessage Developers
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
4
LICENSE
4
LICENSE
|
@ -1,6 +1,6 @@
|
||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
Copyright (c) 2012-2016 Jonathan Warren
|
Copyright (c) 2012-2017 Jonathan Warren
|
||||||
Copyright (c) 2013-2016 The Bitmessage Developers
|
Copyright (c) 2013-2017 The Bitmessage Developers
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||||
this software and associated documentation files (the "Software"), to deal in
|
this software and associated documentation files (the "Software"), to deal in
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Copyright (c) 2012-2016 Jonathan Warren
|
# Copyright (c) 2012-2017 Jonathan Warren
|
||||||
# Copyright (c) 2012-2016 The Bitmessage developers
|
# Copyright (c) 2012-2017 The Bitmessage developers
|
||||||
|
|
||||||
comment= """
|
comment= """
|
||||||
This is not what you run to run the Bitmessage API. Instead, enable the API
|
This is not what you run to run the Bitmessage API. Instead, enable the API
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/python2.7
|
#!/usr/bin/python2.7
|
||||||
# Copyright (c) 2012-2016 Jonathan Warren
|
# Copyright (c) 2012-2017 Jonathan Warren
|
||||||
# Copyright (c) 2012-2016 The Bitmessage developers
|
# Copyright (c) 2013-2017 The Bitmessage developers
|
||||||
# Distributed under the MIT/X11 software license. See the accompanying
|
# Distributed under the MIT/X11 software license. See the accompanying
|
||||||
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||||
|
|
||||||
|
|
|
@ -68,7 +68,7 @@ class Ui_aboutDialog(object):
|
||||||
aboutDialog.setWindowTitle(_translate("aboutDialog", "About", None))
|
aboutDialog.setWindowTitle(_translate("aboutDialog", "About", None))
|
||||||
self.label.setText(_translate("aboutDialog", "PyBitmessage", None))
|
self.label.setText(_translate("aboutDialog", "PyBitmessage", None))
|
||||||
self.labelVersion.setText(_translate("aboutDialog", "version ?", None))
|
self.labelVersion.setText(_translate("aboutDialog", "version ?", None))
|
||||||
self.label_2.setText(_translate("aboutDialog", "<html><head/><body><p>Copyright © 2012-2016 Jonathan Warren<br/>Copyright © 2013-2016 The Bitmessage Developers</p></body></html>", None))
|
self.label_2.setText(_translate("aboutDialog", "<html><head/><body><p>Copyright © 2012-2017 Jonathan Warren<br/>Copyright © 2013-2017 The Bitmessage Developers</p></body></html>", None))
|
||||||
self.label_3.setText(_translate("aboutDialog", "<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>", None))
|
self.label_3.setText(_translate("aboutDialog", "<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>", None))
|
||||||
self.label_5.setText(_translate("aboutDialog", "This is Beta software.", None))
|
self.label_5.setText(_translate("aboutDialog", "This is Beta software.", None))
|
||||||
|
|
||||||
|
|
|
@ -74,7 +74,7 @@
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string><html><head/><body><p>Copyright © 2012-2014 Jonathan Warren<br/>Copyright © 2013-2014 The Bitmessage Developers</p></body></html></string>
|
<string><html><head/><body><p>Copyright © 2012-2017 Jonathan Warren<br/>Copyright © 2013-2017 The Bitmessage Developers</p></body></html></string>
|
||||||
</property>
|
</property>
|
||||||
<property name="alignment">
|
<property name="alignment">
|
||||||
<set>Qt::AlignCenter</set>
|
<set>Qt::AlignCenter</set>
|
||||||
|
|
|
@ -1447,7 +1447,7 @@ The 'Random Number' option is selected by default but deterministic ad
|
||||||
<message encoding="UTF-8">
|
<message encoding="UTF-8">
|
||||||
<location filename="../bitmessageqt/about.py" line="74"/>
|
<location filename="../bitmessageqt/about.py" line="74"/>
|
||||||
<source>aboutDialog</source>
|
<source>aboutDialog</source>
|
||||||
<comment><html><head/><body><p>Copyright © 2012-2016 Jonathan Warren<br/>Copyright © 2013-2016 The Bitmessage Developers</p></body></html></comment>
|
<comment><html><head/><body><p>Copyright © 2012-2017 Jonathan Warren<br/>Copyright © 2013-2017 The Bitmessage Developers</p></body></html></comment>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
|
|
@ -1441,7 +1441,7 @@ Možnost "Náhodné číslo" je nastavena jako výchozí, deterministi
|
||||||
<message encoding="UTF-8">
|
<message encoding="UTF-8">
|
||||||
<location filename="../bitmessageqt/about.py" line="74"/>
|
<location filename="../bitmessageqt/about.py" line="74"/>
|
||||||
<source>aboutDialog</source>
|
<source>aboutDialog</source>
|
||||||
<comment><html><head/><body><p>Copyright © 2012-2016 Jonathan Warren<br/>Copyright © 2013-2016 The Bitmessage Developers</p></body></html></comment>
|
<comment><html><head/><body><p>Copyright © 2012-2017 Jonathan Warren<br/>Copyright © 2013-2017 The Bitmessage Developers</p></body></html></comment>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
|
|
@ -1443,7 +1443,7 @@ Som standard er tilfældige tal valgt, men der er både fordele og ulemper ved a
|
||||||
<message encoding="UTF-8">
|
<message encoding="UTF-8">
|
||||||
<location filename="../bitmessageqt/about.py" line="74"/>
|
<location filename="../bitmessageqt/about.py" line="74"/>
|
||||||
<source>aboutDialog</source>
|
<source>aboutDialog</source>
|
||||||
<comment><html><head/><body><p>Copyright © 2012-2016 Jonathan Warren<br/>Copyright © 2013-2016 The Bitmessage Developers</p></body></html></comment>
|
<comment><html><head/><body><p>Copyright © 2012-2017 Jonathan Warren<br/>Copyright © 2013-2017 The Bitmessage Developers</p></body></html></comment>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
|
|
@ -1670,13 +1670,13 @@ Die Zufallszahlen-Option ist standardmässig gewählt, jedoch haben deterministi
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../bitmessageqt/about.py" line="70"/>
|
<location filename="../bitmessageqt/about.py" line="70"/>
|
||||||
<source><html><head/><body><p>Copyright © 2012-2016 Jonathan Warren<br/>Copyright © 2013-2016 The Bitmessage Developers</p></body></html></source>
|
<source><html><head/><body><p>Copyright © 2012-2017 Jonathan Warren<br/>Copyright © 2013-2017 The Bitmessage Developers</p></body></html></source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../bitmessageqt/about.py" line="71"/>
|
<location filename="../bitmessageqt/about.py" line="71"/>
|
||||||
<source><html><head/><body><p>Copyright &copy; 2012-2016 Jonathan Warren<br/>Copyright &copy; 2013-2016 The Bitmessage Developers</p></body></html></source>
|
<source><html><head/><body><p>Copyright &copy; 2012-2017 Jonathan Warren<br/>Copyright &copy; 2013-2017 The Bitmessage Developers</p></body></html></source>
|
||||||
<translation><html><head/><body><p>Copyright &copy; 2012-2016 Jonathan Warren<br/>Copyright &copy; 2013-2016 Die Bitmessage-Entwickler</p></body></html></translation>
|
<translation><html><head/><body><p>Copyright &copy; 2012-2017 Jonathan Warren<br/>Copyright &copy; 2013-2017 Die Bitmessage-Entwickler</p></body></html></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
|
|
|
@ -1543,8 +1543,8 @@ The 'Random Number' option is selected by default but deterministic ad
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../bitmessageqt/about.py" line="70"/>
|
<location filename="../bitmessageqt/about.py" line="70"/>
|
||||||
<source><html><head/><body><p>Copyright © 2012-2016 Jonathan Warren<br/>Copyright © 2013-2016 The Bitmessage Developers</p></body></html></source>
|
<source><html><head/><body><p>Copyright © 2012-2017 Jonathan Warren<br/>Copyright © 2013-2017 The Bitmessage Developers</p></body></html></source>
|
||||||
<translation type="unfinished"><html><head/><body><p>Copyright © 2012-2016 Jonathan Warren<br/>Copyright © 2013-2016 The Bitmessage Developers</p></body></html></translation>
|
<translation type="unfinished"><html><head/><body><p>Copyright © 2012-2017 Jonathan Warren<br/>Copyright © 2013-2017 The Bitmessage Developers</p></body></html></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
|
|
|
@ -1435,7 +1435,7 @@ T' 'Random Number' option be selected by default but deterministi
|
||||||
<message encoding="UTF-8">
|
<message encoding="UTF-8">
|
||||||
<location filename="../bitmessageqt/about.py" line="74"/>
|
<location filename="../bitmessageqt/about.py" line="74"/>
|
||||||
<source>aboutDialog</source>
|
<source>aboutDialog</source>
|
||||||
<comment><html><head/><body><p>Copyright © 2012-2016 Jonathan Warren<br/>Copyright © 2013-2016 The Bitmessage Developers</p></body></html></comment>
|
<comment><html><head/><body><p>Copyright © 2012-2017 Jonathan Warren<br/>Copyright © 2013-2017 The Bitmessage Developers</p></body></html></comment>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
|
|
@ -1662,13 +1662,13 @@ La 'hazardnombra' adreso estas antaŭagordita, sed antaŭkalkuleblaj a
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../bitmessageqt/about.py" line="70"/>
|
<location filename="../bitmessageqt/about.py" line="70"/>
|
||||||
<source><html><head/><body><p>Copyright © 2012-2016 Jonathan Warren<br/>Copyright © 2013-2016 The Bitmessage Developers</p></body></html></source>
|
<source><html><head/><body><p>Copyright © 2012-2017 Jonathan Warren<br/>Copyright © 2013-2017 The Bitmessage Developers</p></body></html></source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../bitmessageqt/about.py" line="71"/>
|
<location filename="../bitmessageqt/about.py" line="71"/>
|
||||||
<source><html><head/><body><p>Copyright &copy; 2012-2016 Jonathan Warren<br/>Copyright &copy; 2013-2016 The Bitmessage Developers</p></body></html></source>
|
<source><html><head/><body><p>Copyright &copy; 2012-2017 Jonathan Warren<br/>Copyright &copy; 2013-2017 The Bitmessage Developers</p></body></html></source>
|
||||||
<translation><html><head/><body><p>Kopirajto &copy; 2012-2016 Jonathan WARREN<br/>Kopirajto &copy; 2013-2016 La programistoj de Bitmesaĝo</p></body></html></translation>
|
<translation><html><head/><body><p>Kopirajto &copy; 2012-2017 Jonathan WARREN<br/>Kopirajto &copy; 2013-2017 La programistoj de Bitmesaĝo</p></body></html></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
|
|
|
@ -1656,13 +1656,13 @@ The 'Random Number' option is selected by default but deterministic ad
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../bitmessageqt/about.py" line="70"/>
|
<location filename="../bitmessageqt/about.py" line="70"/>
|
||||||
<source><html><head/><body><p>Copyright © 2012-2016 Jonathan Warren<br/>Copyright © 2013-2016 The Bitmessage Developers</p></body></html></source>
|
<source><html><head/><body><p>Copyright © 2012-2017 Jonathan Warren<br/>Copyright © 2013-2017 The Bitmessage Developers</p></body></html></source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../bitmessageqt/about.py" line="70"/>
|
<location filename="../bitmessageqt/about.py" line="70"/>
|
||||||
<source><html><head/><body><p>Copyright &copy; 2012-2016 Jonathan Warren<br/>Copyright &copy; 2013-2016 The Bitmessage Developers</p></body></html></source>
|
<source><html><head/><body><p>Copyright &copy; 2012-2017 Jonathan Warren<br/>Copyright &copy; 2013-2017 The Bitmessage Developers</p></body></html></source>
|
||||||
<translation><html><head/><body><p>Copyright &copy; 2012-2016 Jonathan Warren<br/>Copyright &copy; 2013-2016 Les développeurs de Bitmessage</p></body></html></translation>
|
<translation><html><head/><body><p>Copyright &copy; 2012-2017 Jonathan Warren<br/>Copyright &copy; 2013-2017 Les développeurs de Bitmessage</p></body></html></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
|
|
|
@ -1472,7 +1472,7 @@ The 'Random Number' option is selected by default but deterministic ad
|
||||||
<message encoding="UTF-8">
|
<message encoding="UTF-8">
|
||||||
<location filename="../bitmessageqt/about.py" line="74"/>
|
<location filename="../bitmessageqt/about.py" line="74"/>
|
||||||
<source>aboutDialog</source>
|
<source>aboutDialog</source>
|
||||||
<comment><html><head/><body><p>Copyright © 2012-2016 Jonathan Warren<br/>Copyright © 2013-2016 The Bitmessage Developers</p></body></html></comment>
|
<comment><html><head/><body><p>Copyright © 2012-2017 Jonathan Warren<br/>Copyright © 2013-2017 The Bitmessage Developers</p></body></html></comment>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
|
|
@ -1662,13 +1662,13 @@ The 'Random Number' option is selected by default but deterministic ad
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../bitmessageqt/about.py" line="70"/>
|
<location filename="../bitmessageqt/about.py" line="70"/>
|
||||||
<source><html><head/><body><p>Copyright © 2012-2016 Jonathan Warren<br/>Copyright © 2013-2016 The Bitmessage Developers</p></body></html></source>
|
<source><html><head/><body><p>Copyright © 2012-2017 Jonathan Warren<br/>Copyright © 2013-2017 The Bitmessage Developers</p></body></html></source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../bitmessageqt/about.py" line="71"/>
|
<location filename="../bitmessageqt/about.py" line="71"/>
|
||||||
<source><html><head/><body><p>Copyright &copy; 2012-2016 Jonathan Warren<br/>Copyright &copy; 2013-2016 The Bitmessage Developers</p></body></html></source>
|
<source><html><head/><body><p>Copyright &copy; 2012-2017 Jonathan Warren<br/>Copyright &copy; 2013-2017 The Bitmessage Developers</p></body></html></source>
|
||||||
<translation><html><head/><body><p>Copyright &copy; 2012-2016 Jonathan Warren<br/>Copyright &copy; 2013-2016 The Bitmessage 開発者</p></body></html></translation>
|
<translation><html><head/><body><p>Copyright &copy; 2012-2017 Jonathan Warren<br/>Copyright &copy; 2013-2017 The Bitmessage 開発者</p></body></html></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
|
|
|
@ -1269,7 +1269,7 @@ The 'Random Number' option is selected by default but deterministic ad
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../bitmessageqt/about.py" line="69"/>
|
<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>
|
<source><html><head/><body><p>Copyright © 2012-2017 Jonathan Warren<br/>Copyright © 2013-2017 The Bitmessage Developers</p></body></html></source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
|
|
@ -1435,7 +1435,7 @@ The 'Random Number' option is selected by default but deterministic ad
|
||||||
<message encoding="UTF-8">
|
<message encoding="UTF-8">
|
||||||
<location filename="../bitmessageqt/about.py" line="74"/>
|
<location filename="../bitmessageqt/about.py" line="74"/>
|
||||||
<source>aboutDialog</source>
|
<source>aboutDialog</source>
|
||||||
<comment><html><head/><body><p>Copyright © 2012-2016 Jonathan Warren<br/>Copyright © 2013-2016 The Bitmessage Developers</p></body></html></comment>
|
<comment><html><head/><body><p>Copyright © 2012-2017 Jonathan Warren<br/>Copyright © 2013-2017 The Bitmessage Developers</p></body></html></comment>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
|
|
@ -1439,7 +1439,7 @@ The 'Random Number' option is selected by default but deterministic ad
|
||||||
<message encoding="UTF-8">
|
<message encoding="UTF-8">
|
||||||
<location filename="../bitmessageqt/about.py" line="74"/>
|
<location filename="../bitmessageqt/about.py" line="74"/>
|
||||||
<source>aboutDialog</source>
|
<source>aboutDialog</source>
|
||||||
<comment><html><head/><body><p>Copyright © 2012-2016 Jonathan Warren<br/>Copyright © 2013-2016 The Bitmessage Developers</p></body></html></comment>
|
<comment><html><head/><body><p>Copyright © 2012-2017 Jonathan Warren<br/>Copyright © 2013-2017 The Bitmessage Developers</p></body></html></comment>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
|
|
@ -1669,13 +1669,13 @@ Generowanie adresów 'losowych' jest wybrane domyślnie, jednak determ
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../bitmessageqt/about.py" line="70"/>
|
<location filename="../bitmessageqt/about.py" line="70"/>
|
||||||
<source><html><head/><body><p>Copyright © 2012-2016 Jonathan Warren<br/>Copyright © 2013-2016 The Bitmessage Developers</p></body></html></source>
|
<source><html><head/><body><p>Copyright © 2012-2017 Jonathan Warren<br/>Copyright © 2013-2017 The Bitmessage Developers</p></body></html></source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../bitmessageqt/about.py" line="71"/>
|
<location filename="../bitmessageqt/about.py" line="71"/>
|
||||||
<source><html><head/><body><p>Copyright &copy; 2012-2016 Jonathan Warren<br/>Copyright &copy; 2013-2016 The Bitmessage Developers</p></body></html></source>
|
<source><html><head/><body><p>Copyright &copy; 2012-2017 Jonathan Warren<br/>Copyright &copy; 2013-2017 The Bitmessage Developers</p></body></html></source>
|
||||||
<translation><html><head/><body><p>Prawa autorskie &copy; 2012-2016 Jonathan Warren<br/>Prawa autorskie &copy; 2013-2016 Programiści Bitmessage</p></body></html></translation>
|
<translation><html><head/><body><p>Prawa autorskie &copy; 2012-2017 Jonathan Warren<br/>Prawa autorskie &copy; 2013-2017 Programiści Bitmessage</p></body></html></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
|
|
|
@ -1434,7 +1434,7 @@ The 'Random Number' option is selected by default but deterministic ad
|
||||||
<message encoding="UTF-8">
|
<message encoding="UTF-8">
|
||||||
<location filename="../bitmessageqt/about.py" line="74"/>
|
<location filename="../bitmessageqt/about.py" line="74"/>
|
||||||
<source>aboutDialog</source>
|
<source>aboutDialog</source>
|
||||||
<comment><html><head/><body><p>Copyright © 2012-2016 Jonathan Warren<br/>Copyright © 2013-2016 The Bitmessage Developers</p></body></html></comment>
|
<comment><html><head/><body><p>Copyright © 2012-2017 Jonathan Warren<br/>Copyright © 2013-2017 The Bitmessage Developers</p></body></html></comment>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
|
|
@ -1665,13 +1665,13 @@ The 'Random Number' option is selected by default but deterministic ad
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../bitmessageqt/about.py" line="70"/>
|
<location filename="../bitmessageqt/about.py" line="70"/>
|
||||||
<source><html><head/><body><p>Copyright © 2012-2016 Jonathan Warren<br/>Copyright © 2013-2016 The Bitmessage Developers</p></body></html></source>
|
<source><html><head/><body><p>Copyright © 2012-2017 Jonathan Warren<br/>Copyright © 2013-2017 The Bitmessage Developers</p></body></html></source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../bitmessageqt/about.py" line="71"/>
|
<location filename="../bitmessageqt/about.py" line="71"/>
|
||||||
<source><html><head/><body><p>Copyright &copy; 2012-2016 Jonathan Warren<br/>Copyright &copy; 2013-2016 The Bitmessage Developers</p></body></html></source>
|
<source><html><head/><body><p>Copyright &copy; 2012-2017 Jonathan Warren<br/>Copyright &copy; 2013-2017 The Bitmessage Developers</p></body></html></source>
|
||||||
<translation><html><head/><body><p>Авторское право: &copy; 2012-2016 Джонатан Уоррен<br/>Авторское право: &copy; 2013-2016 Разработчики Bitmessage</p></body></html></translation>
|
<translation><html><head/><body><p>Авторское право: &copy; 2012-2017 Джонатан Уоррен<br/>Авторское право: &copy; 2013-2017 Разработчики Bitmessage</p></body></html></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
|
|
|
@ -1667,13 +1667,13 @@ Predvoľba je pomocou generátora náhodných čísiel, ale deterministické adr
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../bitmessageqt/about.py" line="70"/>
|
<location filename="../bitmessageqt/about.py" line="70"/>
|
||||||
<source><html><head/><body><p>Copyright © 2012-2016 Jonathan Warren<br/>Copyright © 2013-2016 The Bitmessage Developers</p></body></html></source>
|
<source><html><head/><body><p>Copyright © 2012-2017 Jonathan Warren<br/>Copyright © 2013-2017 The Bitmessage Developers</p></body></html></source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../bitmessageqt/about.py" line="71"/>
|
<location filename="../bitmessageqt/about.py" line="71"/>
|
||||||
<source><html><head/><body><p>Copyright &copy; 2012-2016 Jonathan Warren<br/>Copyright &copy; 2013-2016 The Bitmessage Developers</p></body></html></source>
|
<source><html><head/><body><p>Copyright &copy; 2012-2017 Jonathan Warren<br/>Copyright &copy; 2013-2017 The Bitmessage Developers</p></body></html></source>
|
||||||
<translation><html><head/><body><p>Copyright &copy; 2012-2016 Jonathan Warren<br/>Copyright &copy; 2013-2016 Vývojári Bitmessage</p></body></html></translation>
|
<translation><html><head/><body><p>Copyright &copy; 2012-2017 Jonathan Warren<br/>Copyright &copy; 2013-2017 Vývojári Bitmessage</p></body></html></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
|
|
|
@ -1441,7 +1441,7 @@ The 'Random Number' option is selected by default but deterministic ad
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../bitmessageqt/about.py" line="69"/>
|
<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>
|
<source><html><head/><body><p>Copyright © 2012-2017 Jonathan Warren<br/>Copyright © 2013-2017 The Bitmessage Developers</p></body></html></source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
|
|
@ -1643,13 +1643,13 @@ The 'Random Number' option is selected by default but deterministic ad
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../bitmessageqt/about.py" line="70"/>
|
<location filename="../bitmessageqt/about.py" line="70"/>
|
||||||
<source><html><head/><body><p>Copyright © 2012-2016 Jonathan Warren<br/>Copyright © 2013-2016 The Bitmessage Developers</p></body></html></source>
|
<source><html><head/><body><p>Copyright © 2012-2017 Jonathan Warren<br/>Copyright © 2013-2017 The Bitmessage Developers</p></body></html></source>
|
||||||
<translation type="unfinished"/>
|
<translation type="unfinished"/>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../bitmessageqt/about.py" line="70"/>
|
<location filename="../bitmessageqt/about.py" line="70"/>
|
||||||
<source><html><head/><body><p>Copyright &copy; 2012-2016 Jonathan Warren<br/>Copyright &copy; 2013-2016 The Bitmessage Developers</p></body></html></source>
|
<source><html><head/><body><p>Copyright &copy; 2012-2017 Jonathan Warren<br/>Copyright &copy; 2013-2017 The Bitmessage Developers</p></body></html></source>
|
||||||
<translation><html><head/><body><p>版权:2012-2016 Jonathan Warren<br/>版权: 2013-2016 The Bitmessage Developers</p></body></html></translation>
|
<translation><html><head/><body><p>版权:2012-2017 Jonathan Warren<br/>版权: 2013-2017 The Bitmessage Developers</p></body></html></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
|
|
Reference in New Issue
Block a user