Fixes typos and .po file

This commit is contained in:
Gustavo Maximiliano Cortez 2014-09-15 11:49:53 -03:00
parent e2af5ac782
commit 6fb1a9a4a3
6 changed files with 50 additions and 51 deletions

View File

@ -9,7 +9,7 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.6.9\n"
"X-Generator: Poedit 1.6.8\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: views/create.html
@ -17,35 +17,24 @@ msgid "(*) The limits are imposed by the bitcoin network."
msgstr "(*) Los límites son impuestos por la red de bitcoin."
#: views/more.html
#, fuzzy
msgid ""
"ALL Transactions Proposals will be discarted. This needs to be done on "
"<b>ALL<b> peers of a wallet, to prevent the old proposals to be resynced "
"again.\n"
" </b></b>"
"<b>ALL</b> peers of a wallet, to prevent the old proposals to be resynced "
"again."
msgstr ""
"TODAS las Propuestas de Transacciones serán descartadas. Es necesario que lo "
"hagan <b>TODOS<b> los compañeros del monedero, para prevenir que las viejas "
"propuestas sean re sincronizadas de nuevo.\n"
" </b></b>"
"hagan <b>TODOS</b> los compañeros del monedero, para prevenir que las viejas "
"propuestas sean re sincronizadas de nuevo."
#: views/modals/address-book.html
msgid "Add Address"
msgstr "Agregar Dirección"
#: views/modals/address-book.html
msgid "Add Address Book Entry"
msgstr "Nueva entrada"
#: views/send.html
msgid "Add New Entry"
msgstr "Nueva Entrada"
#: views/send.html views/modals/address-book.html
msgid "Add"
msgstr "Agregar"
#: views/send.html views/modals/address-book.html
msgid "Address"
msgstr "Dirección"
#: views/send.html
#: views/send.html views/modals/address-book.html
msgid "Address Book"
msgstr "Libreta de Direcciones"
@ -115,9 +104,8 @@ msgid "Certificate:"
msgstr "Certificado:"
#: views/create.html
#, fuzzy
msgid "Choose a password"
msgstr "Escribe tu contraseña"
msgstr "Escribe una contraseña"
#: views/import.html
msgid "Choose backup file from your computer"
@ -247,7 +235,6 @@ msgid "Including fee of"
msgstr "Incluye tasa de"
#: views/settings.html
#, fuzzy
msgid ""
"Insight API server is open-source software. You can run your own instances, "
"check <a href=\"http://insight.is\" target=\"_blank\">Insight API Homepage</"
@ -258,9 +245,8 @@ msgstr ""
"API Homepage</a>"
#: views/settings.html
#, fuzzy
msgid "Insight API servers"
msgstr "Servidor API Insight"
msgstr "Servidor Insight API"
#: views/send.html
msgid "Insufficient funds"
@ -398,23 +384,20 @@ msgid "Payment Expiration:"
msgstr "Vencimiento de Pago:"
#: views/more.html
#, fuzzy
msgid ""
"Pending Transactions Proposals will be discarted. This needs to be done on "
"<b>ALL<b> peers of a wallet, to prevent the old proposals to be resynced "
"again.\n"
" </b></b>"
"<b>ALL</b> peers of a wallet, to prevent the old proposals to be resynced "
"again."
msgstr ""
"Las Propuestas de Transacciones Pendientes serán descartadas. Esto es "
"necesario hacerlo con <b>TODOS</b> los compañeros del monedero, para "
"prevenir que viejas propuestas sean re sincronizadas de nuevo.\n"
" </b></b>"
"prevenir que viejas propuestas sean re sincronizadas de nuevo."
#: views/uri-payment.html
msgid "Preparing payment..."
msgstr "Preparando pago..."
#: views/create.html views/join.html
#: views/join.html
msgid "Private Key (Hex)"
msgstr "Clave Privada (Hex)"
@ -560,8 +543,8 @@ msgstr ""
"sincronización de direcciones a los demás compañeros conectados."
#: views/send.html
msgid "To:"
msgstr "Para:"
msgid "To"
msgstr "A"
#: views/transactions.html
msgid "Total"
@ -587,6 +570,10 @@ msgstr "Transacción rechazada"
msgid "Use all funds"
msgstr "Todos los fondos"
#: views/create.html
msgid "Use test network"
msgstr "Red de prueba"
#: views/join.html
msgid "User information"
msgstr "Información de Usuario"
@ -631,10 +618,9 @@ msgstr "Nombre del monedero"
msgid "Warning!"
msgstr "¡Advertencia!"
#: views/create.html
#, fuzzy
msgid "Your Password"
msgstr "Tu contraseña"
#: views/dummy-translations.html
msgid "Wrong password"
msgstr "Contraseña incorrecta"
#: views/more.html
msgid ""
@ -652,7 +638,7 @@ msgstr "Tu nombre"
msgid "Your name (optional)"
msgstr "Tu nombre (opcional)"
#: views/open.html
#: views/create.html views/open.html
msgid "Your password"
msgstr "Tu contraseña"
@ -673,9 +659,8 @@ msgid "first seen at"
msgstr "Visto el"
#: views/transactions.html
#, fuzzy
msgid "mined"
msgstr "Minado el"
msgstr "minado el"
#: views/send.html
msgid "not valid"
@ -717,6 +702,19 @@ msgstr "deben unirse"
msgid "{{tx.missingSignatures}} signatures missing"
msgstr "Faltan {{tx.missingSignatures}} firmas"
#~ msgid "Add Address"
#~ msgstr "Agregar Dirección"
#~ msgid "Add Address Book Entry"
#~ msgstr "Nueva entrada"
#~ msgid "Add New Entry"
#~ msgstr "Nueva Entrada"
#, fuzzy
#~ msgid "Your Password"
#~ msgstr "Tu contraseña"
#~ msgid "Bitcoin Network"
#~ msgstr "Red Bitcoin"

View File

@ -24,8 +24,8 @@
<input id="Name" type="text" placeholder="{{'Name'|translate}}" class="form-control" ng-model="$parent.myNickname">
</div>
<div>
<label for="walletPassword">
<span translate>Your Password</span>
<label translate for="walletPassword">
Your password
</label>
<input id="walletPassword" type="password" placeholder="{{'Choose a password'|translate}}" class="form-control" ng-model="$parent.walletPassword" name="walletPassword" check-strength="passwordStrength" tooltip-html-unsafe="Password strength:
<i>{{passwordStrength}}</i><br/><span
@ -42,7 +42,7 @@
<div class="text-left line-sidebar-t">
<input id="network-name" type="checkbox" ng-model="networkName" ng-true-value="testnet" ng-false-value="livenet" class="form-control" ng-click="changeNetwork()" ng-checked="networkName == 'testnet' ? true : false">
<label for="network-name">Use test network</label>
<label for="network-name" translate>Use test network</label>
</div>
</div>
@ -53,7 +53,7 @@
</a>
<div ng-hide="hideAdv">
<p>
<input type="text" placeholder="{{'Private Key (Hex)'|translate}}" name="private" ng-model="private">
<input type="text" placeholder="BIP32 master extended private key (hex)" name="private" ng-model="private">
</div>
</div>

View File

@ -1,3 +1,4 @@
<span translate>Receive</span>
<span translate>History</span>
<span translate>Wrong password</span>

View File

@ -1,4 +1,4 @@
<h2 translate>Add Address Book Entry</h2>
<h2 translate>Address Book</h2>
<form name="addressBookForm" ng-submit="submitAddressBook(addressBookForm)" novalidate>
<label for="newaddress"><span translate>Address</span>
<small translate ng-hide="!addressBookForm.newaddress.$pristine || newaddress">required</small>
@ -16,7 +16,7 @@
<a translate class="button warning small default" ng-click="cancel()">Cancel</a>
<input type="submit" class="button small primary right"
ng-disabled="addressBookForm.$invalid || loading"
value="{{'Add Address'|translate}}">
value="{{'Add'|translate}}">
</form>
<a class="close-reveal-modal" ng-click="cancel()">&#215;</a>

View File

@ -73,7 +73,7 @@
<div class="oh large-12 columns panel">
<h3><i class="fi-minus-circle m10r"></i> <span translate>Purge Pending Transaction Proposals</span> </h3>
<p translate class="large-8 columns text-gray">
Pending Transactions Proposals will be discarted. This needs to be done on <b>ALL<b> peers of a wallet, to prevent the old proposals to be resynced again.
Pending Transactions Proposals will be discarted. This needs to be done on <b>ALL</b> peers of a wallet, to prevent the old proposals to be resynced again.
</p>
<div class="large-4 columns">
<a translate class="button warning expand" ng-click="purge()">
@ -84,7 +84,7 @@
<div class="oh large-12 columns panel">
<h3><i class="fi-minus-circle m10r"></i> <span translate>Purge ALL Transaction Proposals</span> </h3>
<p translate class="large-8 columns text-gray">
ALL Transactions Proposals will be discarted. This needs to be done on <b>ALL<b> peers of a wallet, to prevent the old proposals to be resynced again.
ALL Transactions Proposals will be discarted. This needs to be done on <b>ALL</b> peers of a wallet, to prevent the old proposals to be resynced again.
</p>
<div class="large-4 columns">
<a translate class="button warning expand" ng-click="purge(true)">

View File

@ -14,7 +14,7 @@
<div class="row collapse">
<div class="large-12 columns">
<div class="row collapse">
<label for="address"><span translate>To:</span>
<label for="address"><span translate>To</span>
<small translate ng-hide="!sendForm.address.$pristine || address">required</small>
<small translate class="is-valid" ng-show="!sendForm.address.$invalid && address">valid!</small>
<small translate class="has-error" ng-show="sendForm.address.$invalid && address">not valid</small>
@ -199,7 +199,7 @@
</tr>
</tbody>
</table>
<button translate class="button tiny primary text-center" ng-click="openAddressBookModal()">Add New Entry</button>
<button translate class="button tiny primary text-center" ng-click="openAddressBookModal()">Add</button>
</div>
</div>
</div>