Update template.pot

Update backup.html

Update export.html

Update paypro.html

Update copayers.js

Update bwsError.js

Update template.pot

Update import.html
This commit is contained in:
Kirvx 2015-09-16 16:11:26 +02:00
parent f8a4da9227
commit 16dd3311ed
7 changed files with 13 additions and 13 deletions

View File

@ -17,7 +17,7 @@ msgid "<b>OR</b> 1 wallet export file and the remaining quorum of wallet seeds (
msgstr ""
#: public/views/backup.html
msgid "<b>OR</b> the wallet seed of <b>all</b> copayers in the wallet"
msgid "<b>OR</b> the wallet seed of <b>all</b> copayers in the wallet"
msgstr ""
#: public/views/backup.html
@ -100,7 +100,7 @@ msgid "Amount"
msgstr ""
#: src/js/services/bwsError.js
msgid "Amount below dust threshold"
msgid "Amount below dust threshold"
msgstr ""
#: public/views/walletHome.html
@ -715,7 +715,7 @@ msgid "Join"
msgstr ""
#: src/js/controllers/copayers.js
msgid "Join my Copay wallet. Here is the invitation code: {{secret}} You can download Copay for your phone or desktop at https://copay.io"
msgid "Join my Copay wallet. Here is the invitation code: {{secret}} You can download Copay for your phone or desktop at https://copay.io"
msgstr ""
#: public/views/add.html
@ -1382,7 +1382,7 @@ msgid "Unit"
msgstr ""
#: public/views/modals/paypro.html
msgid "Unknown Root or Selfsigned Certificate"
msgid "Unknown Root or Selfsigned Certificate"
msgstr ""
#: public/views/walletHome.html
@ -1425,7 +1425,7 @@ msgid "WARNING: Passphrase cannot be recovered. <b>Be sure to write it down</b>.
msgstr ""
#: public/views/export.html
msgid "WARNING: The private key of this wallet is not available. The export allows to check the wallet balance, transaction history, and create spend proposals from the export. However, does not allow to approve (sign) proposals, so <b>funds will not be accessible from the export</b>."
msgid "WARNING: The private key of this wallet is not available. The export allows to check the wallet balance, transaction history, and create spend proposals from the export. However, does not allow to approve (sign) proposals, so <b>funds will not be accessible from the export</b>."
msgstr ""
#: public/views/backup.html
@ -1449,7 +1449,7 @@ msgid "Waiting..."
msgstr ""
#: public/views/import.html
msgid "Walled Seed"
msgid "Wallet Seed"
msgstr ""
#: public/views/preferences.html

View File

@ -26,7 +26,7 @@
</span>:
<ol class="m10t columns size-14 text-gray">
<li translate>Your wallet seed and access to the wallet service where your wallet is registered</li>
<li translate><b>OR</b> the wallet seed of <b>all</b> copayers in the wallet</li>
<li translate><b>OR</b> the wallet seed of <b>all</b> copayers in the wallet</li>
<li translate><b>OR</b> 1 wallet export file and the remaining quorum of wallet seeds (e.g. in a 3-5 wallet: 1 wallet export file + 2 wallet seeds of any of the other copayers).</li>
</ol>
</span>

View File

@ -49,7 +49,7 @@
<span class="text-warning size-14">
<i class="fi-alert"></i>
<span translate>
WARNING: The private key of this wallet is not available. The export allows to check the wallet balance, transaction history, and create spend proposals from the export. However, does not allow to approve (sign) proposals, so <b>funds will not be accessible from the export</b>.
WARNING: The private key of this wallet is not available. The export allows to check the wallet balance, transaction history, and create spend proposals from the export. However, does not allow to approve (sign) proposals, so <b>funds will not be accessible from the export</b>.
</span>
</span>
</div>

View File

@ -37,7 +37,7 @@
<div class="tab-container small-6 medium-6 large-6">
<a href
ng-class="{'selected': type =='12'}"
ng-click="import.setType('12')" translate>Walled Seed</a>
ng-click="import.setType('12')" translate>Wallet Seed</a>
</div>
<div class="tab-container small-6 medium-6 large-6">
<a href
@ -49,7 +49,7 @@
<div class="tab-container small-4 medium-4 large-4">
<a href
ng-class="{'selected': type =='12'}"
ng-click="import.setType('12')" translate>Walled Seed</a>
ng-click="import.setType('12')" translate>Wallet Seed</a>
</div>
<div class="tab-container small-4 medium-4 large-4">
<a href

View File

@ -36,7 +36,7 @@
<span class="right">
<span ng-show="paypro.verified && paypro.chainVerified"><i class="fi-lock color-greeni"></i>
{{paypro.verifyData.caName || paypro.verifyData}}</span>
<span ng-show="!paypro.verified || !paypro.chainVerified"><i class="fi-unlock color-yellowi"></i> <span translate>Unknown Root or Selfsigned Certificate</span></span>
<span ng-show="!paypro.verified || !paypro.chainVerified"><i class="fi-unlock color-yellowi"></i> <span translate>Unknown Root or Selfsigned Certificate</span></span>
</span>
</li>
<li class="line-b p10 oh" ng-if="paypro.memo">

View File

@ -99,7 +99,7 @@ angular.module('copayApp.controllers').controller('copayersController',
if (isMobile.Android() || isMobile.Windows()) {
window.ignoreMobilePause = true;
}
var message = gettextCatalog.getString('Join my Copay wallet. Here is the invitation code: {{secret}} You can download Copay for your phone or desktop at https://copay.io', {secret: secret});
var message = gettextCatalog.getString('Join my Copay wallet. Here is the invitation code: {{secret}} You can download Copay for your phone or desktop at https://copay.io', {secret: secret});
window.plugins.socialsharing.share(message, gettextCatalog.getString('Invitation to share a Copay Wallet'), null, null);
}
};

View File

@ -31,7 +31,7 @@ angular.module('copayApp.services')
body = gettextCatalog.getString('Copayer already voted on this spend proposal');
break;
case 'DUST_AMOUNT':
body = gettextCatalog.getString('Amount below dust threshold');
body = gettextCatalog.getString('Amount below dust threshold');
break;
case 'INCORRECT_ADDRESS_NETWORK':
body = gettextCatalog.getString('Incorrect address network');