Merge pull request #2944 from cmgustavo/translation/es-08

Updates es.po. Fix a title
This commit is contained in:
Matias Alejo Garcia 2015-07-01 10:44:12 -03:00
commit 620cfc2cc9
2 changed files with 17 additions and 1 deletions

View file

@ -137,6 +137,18 @@ msgstr "¡Bitcoin URI no es válida!"
msgid "Bitcoin address"
msgstr "Dirección bitcoin"
#: 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. The Emergency level should only be used when there "
"is a network congestion."
msgstr ""
"Las transacciones de Bitcoin pueden incluir una tasa que es recaudada por "
"los mineros de la red. Cuanto mayor sea la tasa, mayor será el incentivo de "
"los mineros para incluir esa transacción en un bloque. El nivel 'Emergencia' "
"debe ser utilizado solo cuando hay una congestión en la red."
#: public/views/modals/txp-details.html
msgid "Broadcast Payment"
msgstr "Emitir Pago"
@ -381,6 +393,10 @@ msgstr "Económico"
msgid "Email Notifications"
msgstr "Notificaciones por Email"
#: src/js/controllers/preferencesFee.js
msgid "Emergency"
msgstr "Emergencia"
#: public/views/preferences.html
msgid "Encrypt Private Key"
msgstr "Encriptar Clave Privada"

View file

@ -1,7 +1,7 @@
<div
class="topbar-container"
ng-include="'views/includes/topbar.html'"
ng-init="titleSection='Fee Policy'; goBackToState = 'preferences'; noColor = true">
ng-init="titleSection='Bitcoin Network Fee Policy'; goBackToState = 'preferences'; noColor = true">
</div>