Merge pull request #3196 from Kirvx/patch-45

Fix span and update template.pot
This commit is contained in:
Gustavo Maximiliano Cortez 2015-09-18 13:24:37 -03:00
commit a7850751b8
2 changed files with 18 additions and 7 deletions

View File

@ -4,6 +4,10 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Project-Id-Version: \n"
#: public/views/modals/paypro.html
msgid "(Trusted)"
msgstr ""
#: public/views/walletHome.html
msgid "(possible double spend)"
msgstr ""
@ -919,6 +923,10 @@ msgstr ""
msgid "Payment Proposals"
msgstr ""
#: src/js/controllers/walletHome.js
msgid "Payment Protocol Invalid"
msgstr ""
#: src/js/controllers/walletHome.js
msgid "Payment Protocol not supported on Chrome App"
msgstr ""
@ -1146,6 +1154,10 @@ msgstr ""
msgid "Select a wallet"
msgstr ""
#: public/views/modals/paypro.html
msgid "Self-signed Certificate"
msgstr ""
#: public/views/walletHome.html
#: public/views/includes/transaction.html
#: src/js/controllers/index.js
@ -1410,10 +1422,6 @@ msgstr ""
msgid "Unit"
msgstr ""
#: public/views/modals/paypro.html
msgid "Unknown Root or Selfsigned Certificate"
msgstr ""
#: public/views/walletHome.html
msgid "Unsent transactions"
msgstr ""
@ -1465,6 +1473,10 @@ msgstr ""
msgid "WARNING: This seed was created with a passphrase. To recover this wallet both the mnemonic and passphrase are needed."
msgstr ""
#: public/views/modals/paypro.html
msgid "WARNING: UNTRUSTED CERTIFICATE"
msgstr ""
#: public/views/walletHome.html
msgid "WARNING: Wallet not registered"
msgstr ""

View File

@ -37,7 +37,7 @@
<span ng-show="paypro.caTrusted">
<i class="fi-lock color-greeni"></i>
{{paypro.caName}}<br>
<span translate>(Trusted)<span>
<span translate>(Trusted)</span>
</span>
<span ng-show="!paypro.caTrusted">
<span ng-show="paypro.selfSigned">
@ -45,7 +45,7 @@
</span>
<span ng-show="!paypro.selfSigned">
<i class="fi-unlock color-yellowi"></i>{{paypro.caName}}<br>
<span translate>WARNING: UNTRUSTED CERTIFICATE<span>
<span translate>WARNING: UNTRUSTED CERTIFICATE</span>
</span>
</span>
</span>
@ -61,4 +61,3 @@
</ul>
<div class="extra-margin-bottom"></div>
</div>