Updates POT file. Fix wording

This commit is contained in:
Gustavo Maximiliano Cortez 2016-06-29 11:31:01 -03:00
parent 0852250a8e
commit 8251c4658a
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
5 changed files with 14 additions and 16 deletions

View File

@ -209,6 +209,7 @@ msgstr ""
msgid "Backup failed"
msgstr ""
#: public/views/paperWallet.html
#: public/views/walletHome.html
msgid "Backup Needed"
msgstr ""
@ -225,8 +226,9 @@ msgstr ""
msgid "Balance By Address"
msgstr ""
#: public/views/paperWallet.html
#: public/views/walletHome.html
msgid "Before receiving funds, it is necessary backup your wallet. If you lose this device, it is impossible to access your funds without a backup."
msgid "Before receiving funds, it is necessary to backup your wallet. If you lose this device, it is impossible to access your funds without a backup."
msgstr ""
#: public/views/preferencesInformation.html
@ -590,7 +592,9 @@ msgstr ""
msgid "Description"
msgstr ""
#: public/views/modals/coinbase-tx-details.html
#: public/views/modals/customized-amount.html
#: public/views/modals/glidera-tx-details.html
#: public/views/modals/paypro.html
#: public/views/modals/tx-details.html
#: public/views/modals/txp-details.html
@ -837,10 +841,6 @@ msgstr ""
msgid "In order to verify your wallet backup, please type your password:"
msgstr ""
#: public/views/export.html
msgid "Include address book and history cache"
msgstr ""
#: src/js/services/bwsError.js
msgid "Incorrect address network"
msgstr ""
@ -1254,6 +1254,10 @@ msgstr ""
msgid "Polish"
msgstr ""
#: public/views/paperWallet.html
msgid "Preferences"
msgstr ""
#: src/js/controllers/export.js
msgid "Preparing backup..."
msgstr ""
@ -1496,7 +1500,6 @@ msgid "Setting up email notifications could weaken your privacy, if the wallet s
msgstr ""
#: public/views/includes/sidebar.html
#: public/views/walletHome.html
msgid "Settings"
msgstr ""
@ -1532,10 +1535,6 @@ msgstr ""
msgid "Show advanced options"
msgstr ""
#: public/views/backup.html
msgid "Show Wallet Recovery Phrase"
msgstr ""
#: src/js/services/bwsError.js
msgid "Signatures rejected by server"
msgstr ""
@ -1991,7 +1990,7 @@ msgid "You can safely install your wallet on another device and use it from mult
msgstr ""
#: public/views/walletHome.html
msgid "You do not have a wallet"
msgid "You do not have any wallet"
msgstr ""
#: public/views/backup.html

View File

@ -6,7 +6,7 @@
<span class="text-close" translate>Close</span>
</a>
</div>
<h1 class="title ellipsis" translate>{{walletName}}</h1>
<h1 class="title ellipsis">{{walletName}}</h1>
<div class="right-small" ng-show="!selectedWalletsOpt && !isEmptyList" ng-click="toggleEditAddressbook()">
<a ng-show="!editAddressbook && !addAddressbookEntry" href class="p10">
<span class="text-close" translate>Edit</span>

View File

@ -11,7 +11,7 @@
<div class="size-14 text-warning m20b">
<i class="fi-alert size-12"></i>
<span class="text-warning" translate>Backup Needed</span>.
<span translate>Before receiving funds, it is necessary backup your wallet. If you lose this device, it is impossible to access your funds without a backup.</span>
<span translate>Before receiving funds, it is necessary to backup your wallet. If you lose this device, it is impossible to access your funds without a backup.</span>
</div>
<div class="text-center m20t">
<a class="button outline round dark-gray" href ui-sref="preferences" >

View File

@ -57,8 +57,7 @@
</div>
<div class="m20t" ng-show="usePushNotifications && !PNEnabledByUser && isIOSApp">
<div class="text-left text-gray size-12 m10" translate>Push notifications for Copay are currently disabled.
Enable them in the Settings app.</div>
<div class="text-left text-gray size-12 m10" translate>Push notifications for Copay are currently disabled. Enable them in the Settings app.</div>
<ul class="no-bullet m0" ng-click="openSettings()">
<li ng-style="{'color':index.backgroundColor}" translate>Open Settings app</li>
</ul>

View File

@ -270,7 +270,7 @@
</div>
<h5 translate>Backup Needed</h5>
<p class="text-gray m20b columns" translate>
Before receiving funds, it is necessary backup your wallet. If you lose this device, it is impossible to access your funds without a backup.
Before receiving funds, it is necessary to backup your wallet. If you lose this device, it is impossible to access your funds without a backup.
</p>
<button class="m20t button black expand round" href ui-sref="backup" ng-style="{'background-color':index.backgroundColor}" >
<span translate>Backup now</span>