This commit is contained in:
Gabriel Bazán 2017-06-30 14:17:58 -03:00
commit d0664b511e

View file

@ -15,22 +15,22 @@ angular.module('copayApp.services').factory('ongoingProcess', function($log, $ti
'connectingledger': gettext('Waiting for Ledger...'), 'connectingledger': gettext('Waiting for Ledger...'),
'connectingtrezor': gettext('Waiting for Trezor...'), 'connectingtrezor': gettext('Waiting for Trezor...'),
'creatingTx': gettext('Creating transaction'), 'creatingTx': gettext('Creating transaction'),
'creatingWallet': gettext('Creating wallet...'), 'creatingWallet': gettext('Creating Wallet...'),
'deletingWallet': gettext('Deleting wallet...'), 'deletingWallet': gettext('Deleting Wallet...'),
'extractingWalletInfo': gettext('Extracting wallet information...'), 'extractingWalletInfo': gettext('Extracting Wallet information...'),
'fetchingPayPro': gettext('Fetching payment information'), 'fetchingPayPro': gettext('Fetching payment information'),
'generatingCSV': gettext('Generating .csv file...'), 'generatingCSV': gettext('Generating .csv file...'),
'gettingFeeLevels': gettext('Getting fee levels...'), 'gettingFeeLevels': gettext('Getting fee levels...'),
'importingWallet': gettext('Importing wallet...'), 'importingWallet': gettext('Importing Wallet...'),
'joiningWallet': gettext('Joining wallet...'), 'joiningWallet': gettext('Joining Wallet...'),
'recreating': gettext('Recreating wallet...'), 'recreating': gettext('Recreating Wallet...'),
'rejectTx': gettext('Rejecting payment proposal'), 'rejectTx': gettext('Rejecting payment proposal'),
'removeTx': gettext('Deleting payment proposal'), 'removeTx': gettext('Deleting payment proposal'),
'retrievingInputs': gettext('Retrieving inputs information'), 'retrievingInputs': gettext('Retrieving inputs information'),
'scanning': gettext('Scanning wallet funds...'), 'scanning': gettext('Scanning Wallet funds...'),
'sendingTx': gettext('Sending transaction'), 'sendingTx': gettext('Sending transaction'),
'signingTx': gettext('Signing transaction'), 'signingTx': gettext('Signing transaction'),
'sweepingWallet': gettext('Sweeping wallet...'), 'sweepingWallet': gettext('Sweeping Wallet...'),
'validatingWords': gettext('Validating recovery phrase...'), 'validatingWords': gettext('Validating recovery phrase...'),
'loadingTxInfo': gettext('Loading transaction info...'), 'loadingTxInfo': gettext('Loading transaction info...'),
'sendingFeedback': gettext('Sending feedback...'), 'sendingFeedback': gettext('Sending feedback...'),
@ -39,7 +39,7 @@ angular.module('copayApp.services').factory('ongoingProcess', function($log, $ti
'sending2faCode': gettext('Sending 2FA code...'), 'sending2faCode': gettext('Sending 2FA code...'),
'buyingBitcoin': gettext('Buying Bitcoin...'), 'buyingBitcoin': gettext('Buying Bitcoin...'),
'sellingBitcoin': gettext('Selling Bitcoin...'), 'sellingBitcoin': gettext('Selling Bitcoin...'),
'fetchingBitPayAccount': gettext('Fetching BitPay account...'), 'fetchingBitPayAccount': gettext('Fetching BitPay Account...'),
'updatingGiftCards': 'Updating Gift Cards...', 'updatingGiftCards': 'Updating Gift Cards...',
'updatingGiftCard': 'Updating Gift Card...', 'updatingGiftCard': 'Updating Gift Card...',
'cancelingGiftCard': 'Canceling Gift Card...', 'cancelingGiftCard': 'Canceling Gift Card...',