Updates PO s

This commit is contained in:
Gustavo Maximiliano Cortez 2016-06-30 17:06:46 -03:00
parent b38f502ffb
commit ae73bd0cf5
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
2 changed files with 28 additions and 12 deletions

View File

@ -70,10 +70,6 @@ msgstr ""
msgid "A multisignature bitcoin wallet"
msgstr ""
#: public/views/export.html
msgid "A spending password is set for this wallet. Exporting keeps the spending password in the export archive."
msgstr ""
#: public/views/preferencesGlobal.html
msgid "About Copay"
msgstr ""
@ -168,7 +164,7 @@ msgid "Amount"
msgstr ""
#: src/js/services/bwsError.js
msgid "Amount below dust threshold"
msgid "Amount below minimum allowed"
msgstr ""
#: public/views/modals/customized-amount.html
@ -250,7 +246,7 @@ msgid "Bitcoin Network Fee Policy"
msgstr ""
#: public/views/preferencesFee.html
msgid "Bitcoin transactions may include a fee collected by miners on the network. The higher the fee, the greater the incentive a miner has to include that transaction in a block. Actual fees are determined based on network load and the selected policy."
msgid "Bitcoin transactions may include a fee collected by miners on the network. The higher the fee, the greater the incentive a miner has to include that transaction in a block. Current fees are determined based on network load and the selected policy."
msgstr ""
#: public/views/paymentUri.html
@ -302,6 +298,10 @@ msgstr ""
msgid "Cannot join the same wallet more that once"
msgstr ""
#: src/js/controllers/import.js
msgid "Cannot read the code properly. Missing parameters"
msgstr ""
#: src/js/controllers/walletHome.js
msgid "Cannot sign: The payment request has expired"
msgstr ""
@ -455,10 +455,6 @@ msgstr ""
msgid "Could not create: Invalid wallet recovery phrase"
msgstr ""
#: src/js/controllers/backup.js
msgid "Could not decrypt"
msgstr ""
#: src/js/controllers/import.js
msgid "Could not decrypt file, check your password"
msgstr ""
@ -709,10 +705,18 @@ msgstr ""
msgid "Export Wallet"
msgstr ""
#: public/views/export.html
msgid "Exporting via QR not supported for this wallet"
msgstr ""
#: public/views/preferencesInformation.html
msgid "Extended Public Keys"
msgstr ""
#: src/js/services/onGoingProcess.js
msgid "Extracting Wallet Information..."
msgstr ""
#: public/views/export.html
msgid "Failed to export"
msgstr ""
@ -735,8 +739,9 @@ msgstr ""
msgid "Fetching Payment Information"
msgstr ""
#: public/views/export.html
#: public/views/import.html
msgid "File/Text Backup"
msgid "File/Text"
msgstr ""
#: src/js/services/fingerprintService.js
@ -755,6 +760,10 @@ msgstr ""
msgid "French"
msgstr ""
#: public/views/export.html
msgid "From the destination device, go to Add wallet > Import wallet and scan this QR code"
msgstr ""
#: src/js/services/bwsError.js
msgid "Funds are locked by pending spend proposals"
msgstr ""
@ -804,6 +813,7 @@ msgid "Hardware Wallet"
msgstr ""
#: public/views/create.html
#: public/views/export.html
#: public/views/import.html
#: public/views/join.html
msgid "Hide advanced options"
@ -1117,6 +1127,10 @@ msgstr ""
msgid "Password"
msgstr ""
#: src/js/controllers/import.js
msgid "Password required. Make sure to enter your password in advanced options"
msgstr ""
#: public/views/join.html
msgid "Paste invitation here"
msgstr ""
@ -1282,6 +1296,7 @@ msgstr ""
msgid "Push notifications for Copay are currently disabled. Enable them in the Settings app."
msgstr ""
#: public/views/export.html
#: public/views/modals/customized-amount.html
msgid "QR Code"
msgstr ""
@ -1530,6 +1545,7 @@ msgid "Shared Wallet"
msgstr ""
#: public/views/create.html
#: public/views/export.html
#: public/views/import.html
#: public/views/join.html
msgid "Show advanced options"

View File

@ -11,7 +11,7 @@
<a href ng-click="setType('12')" translate>Recovery Phrase</a>
</div>
<div class="tab-container small-4 medium-4 large-4" ng-class="{'selected': type=='file'}">
<a href ng-click="setType('file')" translate>File/Text Backup</a>
<a href ng-click="setType('file')" translate>File/Text</a>
</div>
<div class="tab-container small-4 medium-4 large-4" ng-class="{'selected': type=='hwWallet'}">
<a href ng-click="setType('hwWallet')" translate>Hardware Wallet</a>