Updates template.pot

This commit is contained in:
Gustavo Maximiliano Cortez 2015-09-12 23:50:56 -03:00
commit 3baffd51ce
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

View file

@ -8,6 +8,14 @@ msgstr ""
msgid "(possible double spend)" msgid "(possible double spend)"
msgstr "" msgstr ""
#: src/js/controllers/walletHome.js
msgid "{{fee}} will be discounted for bitcoin networking fees"
msgstr ""
#: src/js/controllers/importLegacy.js
msgid "{{len}} wallets imported. Funds scanning in progress. Hold on to see updated balance"
msgstr ""
#: public/views/modals/txp-details.html #: public/views/modals/txp-details.html
msgid "* A payment proposal can be deleted if 1) you are the creator, and no other copayer has signed, or 2) 24 hours have passed since the proposal was created." msgid "* A payment proposal can be deleted if 1) you are the creator, and no other copayer has signed, or 2) 24 hours have passed since the proposal was created."
msgstr "" msgstr ""
@ -45,6 +53,10 @@ msgstr ""
msgid "Address" msgid "Address"
msgstr "" msgstr ""
#: public/views/preferencesInformation.html
msgid "Address Type"
msgstr ""
#: public/views/preferences.html #: public/views/preferences.html
msgid "Advanced" msgid "Advanced"
msgstr "" msgstr ""
@ -77,6 +89,7 @@ msgstr ""
#: public/views/walletHome.html #: public/views/walletHome.html
#: public/views/includes/output.html #: public/views/includes/output.html
#: public/views/modals/customized-amount.html #: public/views/modals/customized-amount.html
#: public/views/modals/txp-details.html
msgid "Amount" msgid "Amount"
msgstr "" msgstr ""
@ -98,7 +111,7 @@ msgstr ""
msgid "Are you sure you want to delete this wallet?" msgid "Are you sure you want to delete this wallet?"
msgstr "" msgstr ""
#: public/views/walletHome.html #: public/views/includes/available-balance.html
msgid "Available Balance" msgid "Available Balance"
msgstr "" msgstr ""
@ -107,11 +120,6 @@ msgstr ""
msgid "Average confirmation time: {{fee.nbBlocks * 10}} minutes" msgid "Average confirmation time: {{fee.nbBlocks * 10}} minutes"
msgstr "" msgstr ""
#: public/views/create.html
#: public/views/join.html
msgid "BIP32 master extended private key"
msgstr ""
#: public/views/includes/topbar.html #: public/views/includes/topbar.html
#: public/views/modals/tx-details.html #: public/views/modals/tx-details.html
#: public/views/modals/txp-details.html #: public/views/modals/txp-details.html
@ -138,26 +146,35 @@ msgstr ""
msgid "Bad wallet invitation" msgid "Bad wallet invitation"
msgstr "" msgstr ""
#: public/views/preferencesInformation.html
msgid "Balance By Address"
msgstr ""
#: public/views/walletHome.html #: public/views/walletHome.html
msgid "Before receiving funds, it is highly recommended you backup your wallet keys." msgid "Before receiving funds, it is highly recommended you backup your wallet keys."
msgstr "" msgstr ""
#: public/views/preferences.html #: public/views/create.html
msgid "Bitcoin Network Fee Policy" #: public/views/join.html
msgstr "" msgid "BIP32 master extended private key"
#: public/views/paymentUri.html
msgid "Bitcoin URI is NOT valid!"
msgstr "" msgstr ""
#: public/views/walletHome.html #: public/views/walletHome.html
msgid "Bitcoin address" msgid "Bitcoin address"
msgstr "" msgstr ""
#: public/views/preferences.html
msgid "Bitcoin Network Fee Policy"
msgstr ""
#: public/views/preferencesFee.html #: 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. Actual fees are determined based on network load and the selected policy."
msgstr "" msgstr ""
#: public/views/paymentUri.html
msgid "Bitcoin URI is NOT valid!"
msgstr ""
#: public/views/modals/txp-details.html #: public/views/modals/txp-details.html
msgid "Broadcast Payment" msgid "Broadcast Payment"
msgstr "" msgstr ""
@ -174,12 +191,8 @@ msgstr ""
msgid "Browser unsupported" msgid "Browser unsupported"
msgstr "" msgstr ""
#: public/views/modals/txp-details.html #: public/views/includes/sidebar.html
msgid "But not broadcasted. Try to send manually" msgid "Buy & Sell Bitcoin"
msgstr ""
#: public/views/includes/password.html
msgid "CANCEL"
msgstr "" msgstr ""
#: public/views/copayers.html #: public/views/copayers.html
@ -191,6 +204,10 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "" msgstr ""
#: public/views/includes/password.html
msgid "CANCEL"
msgstr ""
#: src/js/services/profileService.js #: src/js/services/profileService.js
msgid "Cannot join the same wallet more that once" msgid "Cannot join the same wallet more that once"
msgstr "" msgstr ""
@ -239,6 +256,14 @@ msgstr ""
msgid "Confirmations" msgid "Confirmations"
msgstr "" msgstr ""
#: src/js/controllers/index.js
msgid "Connecting to Glidera..."
msgstr ""
#: public/views/preferencesInformation.html
msgid "Copayer {{$index}}"
msgstr ""
#: src/js/services/bwsError.js #: src/js/services/bwsError.js
msgid "Copayer already in this wallet" msgid "Copayer already in this wallet"
msgstr "" msgstr ""
@ -349,15 +374,15 @@ msgstr ""
msgid "Create" msgid "Create"
msgstr "" msgstr ""
#: public/views/create.html
msgid "Create {{requiredCopayers}}-of-{{totalCopayers}} wallet"
msgstr ""
#: public/views/add.html #: public/views/add.html
#: public/views/create.html #: public/views/create.html
msgid "Create new wallet" msgid "Create new wallet"
msgstr "" msgstr ""
#: public/views/create.html
msgid "Create {{requiredCopayers}}-of-{{totalCopayers}} wallet"
msgstr ""
#: public/views/includes/sidebar.html #: public/views/includes/sidebar.html
msgid "Create, join or import" msgid "Create, join or import"
msgstr "" msgstr ""
@ -370,14 +395,14 @@ msgstr ""
msgid "Creating Profile..." msgid "Creating Profile..."
msgstr "" msgstr ""
#: public/views/create.html
msgid "Creating Wallet..."
msgstr ""
#: src/js/controllers/walletHome.js #: src/js/controllers/walletHome.js
msgid "Creating transaction" msgid "Creating transaction"
msgstr "" msgstr ""
#: public/views/create.html
msgid "Creating Wallet..."
msgstr ""
#: public/views/preferencesFee.html #: public/views/preferencesFee.html
#: public/views/modals/advancedSend.html #: public/views/modals/advancedSend.html
msgid "Current fee rate for this policy: {{fee.feePerKBUnit}}/kiB" msgid "Current fee rate for this policy: {{fee.feePerKBUnit}}/kiB"
@ -387,26 +412,30 @@ msgstr ""
msgid "Date" msgid "Date"
msgstr "" msgstr ""
#: public/views/modals/txp-details.html
msgid "Delete Payment Proposal"
msgstr ""
#: public/views/preferencesAdvanced.html
msgid "Delete Wallet"
msgstr ""
#: public/views/copayers.html #: public/views/copayers.html
msgid "Delete it and create a new one" msgid "Delete it and create a new one"
msgstr "" msgstr ""
#: public/views/modals/txp-details.html
msgid "Delete Payment Proposal"
msgstr ""
#: public/views/preferencesDeleteWallet.html #: public/views/preferencesDeleteWallet.html
msgid "Delete wallet" msgid "Delete wallet"
msgstr "" msgstr ""
#: public/views/preferencesAdvanced.html
msgid "Delete Wallet"
msgstr ""
#: src/js/controllers/walletHome.js #: src/js/controllers/walletHome.js
msgid "Deleting payment" msgid "Deleting payment"
msgstr "" msgstr ""
#: public/views/preferencesInformation.html
msgid "Derivation Strategy"
msgstr ""
#: public/views/modals/customized-amount.html #: public/views/modals/customized-amount.html
#: public/views/modals/paypro.html #: public/views/modals/paypro.html
#: public/views/modals/tx-details.html #: public/views/modals/tx-details.html
@ -426,18 +455,22 @@ msgstr ""
msgid "Don't see your language on Crowdin? Contact the Owner on Crowdin! We'd love to support your language." msgid "Don't see your language on Crowdin? Contact the Owner on Crowdin! We'd love to support your language."
msgstr "" msgstr ""
#: public/views/walletHome.html
msgid "Download CSV file"
msgstr ""
#: public/views/backup.html #: public/views/backup.html
msgid "Download backup" msgid "Download backup"
msgstr "" msgstr ""
#: public/views/walletHome.html
msgid "Download CSV file"
msgstr ""
#: src/js/services/feeService.js #: src/js/services/feeService.js
msgid "Economy" msgid "Economy"
msgstr "" msgstr ""
#: public/views/preferencesEmail.html
msgid "email for wallet notifications"
msgstr ""
#: public/views/preferences.html #: public/views/preferences.html
msgid "Email Notifications" msgid "Email Notifications"
msgstr "" msgstr ""
@ -471,6 +504,10 @@ msgstr ""
msgid "Expires" msgid "Expires"
msgstr "" msgstr ""
#: public/views/preferencesInformation.html
msgid "Extended Public Keys"
msgstr ""
#: public/views/backup.html #: public/views/backup.html
msgid "Failed to create backup" msgid "Failed to create backup"
msgstr "" msgstr ""
@ -513,18 +550,14 @@ msgstr ""
msgid "Funds received" msgid "Funds received"
msgstr "" msgstr ""
#: public/views/splash.html #: public/views/walletHome.html
msgid "GET STARTED" msgid "Generate new address"
msgstr "" msgstr ""
#: public/views/modals/customized-amount.html #: public/views/modals/customized-amount.html
msgid "Generate QR Code" msgid "Generate QR Code"
msgstr "" msgstr ""
#: public/views/walletHome.html
msgid "Generate new address"
msgstr ""
#: public/views/walletHome.html #: public/views/walletHome.html
msgid "Generating .csv file..." msgid "Generating .csv file..."
msgstr "" msgstr ""
@ -533,10 +566,30 @@ msgstr ""
msgid "German" msgid "German"
msgstr "" msgstr ""
#: public/views/splash.html
msgid "GET STARTED"
msgstr ""
#: public/views/modals/wallets.html #: public/views/modals/wallets.html
msgid "Getting address for wallet {{selectedWalletName}} ..." msgid "Getting address for wallet {{selectedWalletName}} ..."
msgstr "" msgstr ""
#: src/js/controllers/index.js
msgid "Getting Glidera Email..."
msgstr ""
#: src/js/controllers/index.js
msgid "Getting Glidera Personal Information..."
msgstr ""
#: src/js/controllers/index.js
msgid "Getting Glidera transactions..."
msgstr ""
#: public/views/includes/sidebar.html
msgid "Glidera"
msgstr ""
#: public/views/preferences.html #: public/views/preferences.html
msgid "Global settings" msgid "Global settings"
msgstr "" msgstr ""
@ -663,10 +716,22 @@ msgstr ""
msgid "Language" msgid "Language"
msgstr "" msgstr ""
#: public/views/preferencesInformation.html
msgid "Last Wallet Addresses"
msgstr ""
#: public/views/importLegacy.html #: public/views/importLegacy.html
msgid "Learn more about Wallet Migration" msgid "Learn more about Wallet Migration"
msgstr "" msgstr ""
#: src/js/routes.js
msgid "Loading..."
msgstr ""
#: public/views/includes/available-balance.html
msgid "locked by pending payments"
msgstr ""
#: src/js/services/bwsError.js #: src/js/services/bwsError.js
msgid "Locktime in effect. Please wait to create a new spend proposal" msgid "Locktime in effect. Please wait to create a new spend proposal"
msgstr "" msgstr ""
@ -755,9 +820,16 @@ msgstr ""
#: public/views/walletHome.html #: public/views/walletHome.html
#: public/views/includes/output.html #: public/views/includes/output.html
#: public/views/modals/tx-details.html #: public/views/modals/tx-details.html
#: public/views/modals/txp-details.html
msgid "Note" msgid "Note"
msgstr "" msgstr ""
#: public/views/copayers.html
#: public/views/walletHome.html
#: public/views/includes/sidebar.html
msgid "of"
msgstr ""
#: public/views/includes/alert.html #: public/views/includes/alert.html
#: public/views/includes/password.html #: public/views/includes/password.html
msgid "OK" msgid "OK"
@ -767,6 +839,14 @@ msgstr ""
msgid "OKAY" msgid "OKAY"
msgstr "" msgstr ""
#: public/views/preferencesInformation.html
msgid "Only Main (not change) addresses are shown. The addresses on this list were not verified locally at this time."
msgstr ""
#: public/views/walletHome.html
msgid "optional"
msgstr ""
#: public/views/modals/tx-details.html #: public/views/modals/tx-details.html
#: public/views/modals/txp-details.html #: public/views/modals/txp-details.html
msgid "Participants" msgid "Participants"
@ -805,6 +885,18 @@ msgstr ""
msgid "Payment Accepted" msgid "Payment Accepted"
msgstr "" msgstr ""
#: public/views/modals/txp-details.html
msgid "Payment accepted, but not yet broadcasted"
msgstr ""
#: public/views/modals/txp-details.html
msgid "Payment accepted. It will be broadcasted by Glidera. In case there is a problem, it can be deleted 6 hours after it was created."
msgstr ""
#: public/views/modals/txp-details.html
msgid "Payment details"
msgstr ""
#: public/views/modals/txp-details.html #: public/views/modals/txp-details.html
msgid "Payment Proposal" msgid "Payment Proposal"
msgstr "" msgstr ""
@ -833,25 +925,12 @@ msgstr ""
msgid "Payment Protocol not supported on Chrome App" msgid "Payment Protocol not supported on Chrome App"
msgstr "" msgstr ""
#: public/views/modals/tx-status.html #: public/views/modals/txp-details.html
msgid "Payment Rejected" msgid "Payment rejected"
msgstr "" msgstr ""
#: public/views/modals/tx-status.html #: public/views/modals/tx-status.html
#: src/js/services/notificationsService.js msgid "Payment Rejected"
msgid "Payment Sent"
msgstr ""
#: public/views/modals/txp-details.html
msgid "Payment accepted..."
msgstr ""
#: public/views/modals/txp-details.html
msgid "Payment details"
msgstr ""
#: public/views/modals/txp-details.html
msgid "Payment finally rejected"
msgstr "" msgstr ""
#: public/views/modals/paypro.html #: public/views/modals/paypro.html
@ -859,7 +938,12 @@ msgid "Payment request"
msgstr "" msgstr ""
#: public/views/modals/txp-details.html #: public/views/modals/txp-details.html
msgid "Payment sent!" msgid "Payment sent"
msgstr ""
#: public/views/modals/tx-status.html
#: src/js/services/notificationsService.js
msgid "Payment Sent"
msgstr "" msgstr ""
#: public/views/walletHome.html #: public/views/walletHome.html
@ -923,8 +1007,9 @@ msgstr ""
msgid "Received" msgid "Received"
msgstr "" msgstr ""
#: public/views/includes/output.html
#: public/views/includes/transaction.html #: public/views/includes/transaction.html
#: public/views/modals/tx-details.html
#: public/views/modals/txp-details.html
msgid "Recipients" msgid "Recipients"
msgstr "" msgstr ""
@ -975,14 +1060,6 @@ msgstr ""
msgid "Russian" msgid "Russian"
msgstr "" msgstr ""
#: public/views/includes/password.html
msgid "SET"
msgstr ""
#: public/views/walletHome.html
msgid "SKIP BACKUP"
msgstr ""
#: public/views/preferencesAlias.html #: public/views/preferencesAlias.html
#: public/views/preferencesBwsUrl.html #: public/views/preferencesBwsUrl.html
#: public/views/preferencesEmail.html #: public/views/preferencesEmail.html
@ -993,14 +1070,14 @@ msgstr ""
msgid "Saving preferences..." msgid "Saving preferences..."
msgstr "" msgstr ""
#: src/js/services/notificationsService.js
msgid "Scan Finished"
msgstr ""
#: public/views/preferencesAdvanced.html #: public/views/preferencesAdvanced.html
msgid "Scan addresses for funds" msgid "Scan addresses for funds"
msgstr "" msgstr ""
#: src/js/services/notificationsService.js
msgid "Scan Finished"
msgstr ""
#: public/views/walletHome.html #: public/views/walletHome.html
msgid "Scan status finished with error" msgid "Scan status finished with error"
msgstr "" msgstr ""
@ -1039,6 +1116,10 @@ msgstr ""
msgid "Send All" msgid "Send All"
msgstr "" msgstr ""
#: public/views/preferencesInformation.html
msgid "Send all by email"
msgstr ""
#: public/views/backup.html #: public/views/backup.html
#: public/views/preferencesLogs.html #: public/views/preferencesLogs.html
msgid "Send by email" msgid "Send by email"
@ -1056,19 +1137,28 @@ msgstr ""
msgid "Session log" msgid "Session log"
msgstr "" msgstr ""
#: public/views/backup.html #: public/views/includes/password.html
msgid "Set up a Password for your backup" msgid "SET"
msgstr "" msgstr ""
#: public/views/includes/password.html #: public/views/includes/password.html
msgid "Set up a password" msgid "Set up a password"
msgstr "" msgstr ""
#: public/views/backup.html
msgid "Set up a Password for your backup"
msgstr ""
#: public/views/preferencesEmail.html #: public/views/preferencesEmail.html
msgid "Setting up email notifications could weaken your privacy, if the wallet service provider is compromised. Information available to an attacker would include your wallet addresses and its balance, but no more." msgid "Setting up email notifications could weaken your privacy, if the wallet service provider is compromised. Information available to an attacker would include your wallet addresses and its balance, but no more."
msgstr "" msgstr ""
#: public/views/preferences.html
msgid "settings"
msgstr ""
#: public/views/walletHome.html #: public/views/walletHome.html
#: public/views/modals/customized-amount.html
msgid "Share address" msgid "Share address"
msgstr "" msgstr ""
@ -1107,6 +1197,10 @@ msgstr ""
msgid "Signing transaction" msgid "Signing transaction"
msgstr "" msgstr ""
#: public/views/walletHome.html
msgid "SKIP BACKUP"
msgstr ""
#: public/views/translators.html #: public/views/translators.html
msgid "Spanish" msgid "Spanish"
msgstr "" msgstr ""
@ -1199,7 +1293,11 @@ msgstr ""
msgid "To" msgid "To"
msgstr "" msgstr ""
#: public/views/includes/output.html #: public/views/walletHome.html
msgid "too long!"
msgstr ""
#: public/views/modals/txp-details.html
msgid "Total" msgid "Total"
msgstr "" msgstr ""
@ -1261,18 +1359,6 @@ msgstr ""
msgid "View backup" msgid "View backup"
msgstr "" msgstr ""
#: public/views/walletHome.html
msgid "WARNING: Backup needed"
msgstr ""
#: public/views/walletHome.html
msgid "WARNING: Wallet not registered"
msgstr ""
#: public/views/splash.html
msgid "WELCOME TO COPAY"
msgstr ""
#: public/views/copayers.html #: public/views/copayers.html
msgid "Waiting for copayers" msgid "Waiting for copayers"
msgstr "" msgstr ""
@ -1285,10 +1371,32 @@ msgstr ""
msgid "Wallet Alias" msgid "Wallet Alias"
msgstr "" msgstr ""
#: src/js/services/bwsError.js
#: src/js/services/profileService.js
msgid "Wallet already exists"
msgstr ""
#: src/js/services/profileService.js #: src/js/services/profileService.js
msgid "Wallet Already Imported:" msgid "Wallet Already Imported:"
msgstr "" msgstr ""
#: public/views/preferencesInformation.html
msgid "Wallet Configuration (m-n)"
msgstr ""
#: public/views/preferencesInformation.html
msgid "Wallet Id"
msgstr ""
#: public/views/copayers.html
msgid "Wallet incomplete and broken"
msgstr ""
#: public/views/preferencesAdvanced.html
#: public/views/preferencesInformation.html
msgid "Wallet Information"
msgstr ""
#: public/views/join.html #: public/views/join.html
msgid "Wallet Invitation" msgid "Wallet Invitation"
msgstr "" msgstr ""
@ -1297,15 +1405,6 @@ msgstr ""
msgid "Wallet Invitation is not valid!" msgid "Wallet Invitation is not valid!"
msgstr "" msgstr ""
#: src/js/services/bwsError.js
#: src/js/services/profileService.js
msgid "Wallet already exists"
msgstr ""
#: public/views/copayers.html
msgid "Wallet incomplete and broken"
msgstr ""
#: src/js/services/bwsError.js #: src/js/services/bwsError.js
msgid "Wallet is full" msgid "Wallet is full"
msgstr "" msgstr ""
@ -1318,6 +1417,14 @@ msgstr ""
msgid "Wallet name" msgid "Wallet name"
msgstr "" msgstr ""
#: public/views/preferencesInformation.html
msgid "Wallet Name (at creation)"
msgstr ""
#: public/views/preferencesInformation.html
msgid "Wallet Network"
msgstr ""
#: src/js/services/bwsError.js #: src/js/services/bwsError.js
msgid "Wallet not found" msgid "Wallet not found"
msgstr "" msgstr ""
@ -1326,14 +1433,26 @@ msgstr ""
msgid "Wallet service not found" msgid "Wallet service not found"
msgstr "" msgstr ""
#: public/views/preferencesDeleteWallet.html #: public/views/walletHome.html
msgid "Warning!" msgid "WARNING: Backup needed"
msgstr "" msgstr ""
#: public/views/modals/txp-details.html #: public/views/modals/txp-details.html
msgid "Warning: this transaction has unconfirmed inputs" msgid "Warning: this transaction has unconfirmed inputs"
msgstr "" msgstr ""
#: public/views/walletHome.html
msgid "WARNING: Wallet not registered"
msgstr ""
#: public/views/preferencesDeleteWallet.html
msgid "Warning!"
msgstr ""
#: public/views/splash.html
msgid "WELCOME TO COPAY"
msgstr ""
#: src/js/services/profileService.js #: src/js/services/profileService.js
msgid "Wrong password" msgid "Wrong password"
msgstr "" msgstr ""
@ -1367,37 +1486,3 @@ msgstr ""
#: src/js/controllers/import.js #: src/js/controllers/import.js
msgid "Your wallet has been imported correctly" msgid "Your wallet has been imported correctly"
msgstr "" msgstr ""
#: public/views/preferencesEmail.html
msgid "email for wallet notifications"
msgstr ""
#: public/views/walletHome.html
msgid "locked by pending payments"
msgstr ""
#: public/views/copayers.html
#: public/views/walletHome.html
#: public/views/includes/sidebar.html
msgid "of"
msgstr ""
#: public/views/walletHome.html
msgid "optional"
msgstr ""
#: public/views/preferences.html
msgid "settings"
msgstr ""
#: public/views/walletHome.html
msgid "too long!"
msgstr ""
#: src/js/controllers/walletHome.js
msgid "{{fee}} will be discounted for bitcoin networking fees"
msgstr ""
#: src/js/controllers/importLegacy.js
msgid "{{len}} wallets imported. Funds scanning in progress. Hold on to see updated balance"
msgstr ""