Moved Bitcoin wallet out of translation
This commit is contained in:
parent
37531f2550
commit
97d758b039
2 changed files with 6 additions and 7 deletions
|
@ -8,7 +8,7 @@ msgstr ""
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"POT-Creation-Date: 2017-03-07 14:28+0000\n"
|
"POT-Creation-Date: 2017-03-07 19:52+0000\n"
|
||||||
|
|
||||||
#: views/archive/layout.hbs:1
|
#: views/archive/layout.hbs:1
|
||||||
#: views/layout.hbs:1
|
#: views/layout.hbs:1
|
||||||
|
@ -1090,7 +1090,6 @@ msgid ""
|
||||||
"then I would really appreciate a small donation to keep the Mailtrain "
|
"then I would really appreciate a small donation to keep the Mailtrain "
|
||||||
"development engines running. You can either use Bitcoin or PayPal for "
|
"development engines running. You can either use Bitcoin or PayPal for "
|
||||||
"donations. My Bitcoin wallet is"
|
"donations. My Bitcoin wallet is"
|
||||||
"<code>15Z8ADxhssKUiwP3jbbqJwA21744KMCfTM</code>"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: views/index.hbs:12
|
#: views/index.hbs:12
|
||||||
|
@ -3369,12 +3368,12 @@ msgstr ""
|
||||||
msgid "Not Found"
|
msgid "Not Found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: routes/archive.js:110
|
#: routes/archive.js:116
|
||||||
#: services/sender.js:447
|
#: services/sender.js:447
|
||||||
msgid "Received status code %s from %s"
|
msgid "Received status code %s from %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: routes/archive.js:134
|
#: routes/archive.js:140
|
||||||
#: routes/campaigns.js:131
|
#: routes/campaigns.js:131
|
||||||
#: routes/campaigns.js:295
|
#: routes/campaigns.js:295
|
||||||
#: routes/campaigns.js:390
|
#: routes/campaigns.js:390
|
||||||
|
@ -3388,7 +3387,7 @@ msgstr ""
|
||||||
msgid "Could not find campaign with specified ID"
|
msgid "Could not find campaign with specified ID"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: routes/archive.js:142
|
#: routes/archive.js:148
|
||||||
#: routes/campaigns.js:789
|
#: routes/campaigns.js:789
|
||||||
msgid "Attachment not found"
|
msgid "Attachment not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
|
|
||||||
<div class="col-md-8">
|
<div class="col-md-8">
|
||||||
<h3>{{#translate}}Donate to author{{/translate}}</h3>
|
<h3>{{#translate}}Donate to author{{/translate}}</h3>
|
||||||
<p>{{#translate}}If you really like Mailtrain or your business benefits from it financially then I would really appreciate a small donation to keep the Mailtrain development engines running. You can either use Bitcoin or PayPal for donations. My Bitcoin wallet is <code>15Z8ADxhssKUiwP3jbbqJwA21744KMCfTM</code>{{/translate}}</p>
|
<p>{{#translate}}If you really like Mailtrain or your business benefits from it financially then I would really appreciate a small donation to keep the Mailtrain development engines running. You can either use Bitcoin or PayPal for donations. My Bitcoin wallet is{{/translate}} <code>15Z8ADxhssKUiwP3jbbqJwA21744KMCfTM</code></p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=DB26KWR2BQX5W" class="btn btn-info">{{#translate}}or donate using PayPal{{/translate}}</a>
|
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=DB26KWR2BQX5W" class="btn btn-info">{{#translate}}or donate using PayPal{{/translate}}</a>
|
||||||
|
|
Loading…
Reference in a new issue