Merge pull request #4311 from cmgustavo/translation/updates-pot-07

Updates pot and fixes uppercase
This commit is contained in:
Gustavo Maximiliano Cortez 2016-06-08 12:54:54 -03:00
commit bbbb8fd789
2 changed files with 5 additions and 11 deletions

View file

@ -275,6 +275,8 @@ msgid "Calculating fee"
msgstr "" msgstr ""
#: public/views/includes/confirm-tx.html #: public/views/includes/confirm-tx.html
#: public/views/includes/note.html
#: public/views/includes/password.html
#: public/views/modals/addressbook.html #: public/views/modals/addressbook.html
#: public/views/modals/confirmation.html #: public/views/modals/confirmation.html
#: public/views/walletHome.html #: public/views/walletHome.html
@ -285,11 +287,6 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "" msgstr ""
#: public/views/includes/note.html
#: public/views/includes/password.html
msgid "CANCEL"
msgstr ""
#: public/views/copayers.html #: public/views/copayers.html
msgid "Cancel and delete the wallet" msgid "Cancel and delete the wallet"
msgstr "" msgstr ""
@ -1102,7 +1099,7 @@ msgid "Note: a total of {{amountBelowFeeStr}} were excluded. These funds come fr
msgstr "" msgstr ""
#: public/views/import.html #: public/views/import.html
msgid "NOTE: To import a wallet from a 3rd party software, please go to Add Wallet > Create Wallet, and specify the seed there." msgid "NOTE: To import a wallet from a 3rd party software, please go to Add Wallet > Create Wallet, and specify the Recovery Phrase there."
msgstr "" msgstr ""
#: public/views/disclaimer.html #: public/views/disclaimer.html
@ -1393,6 +1390,7 @@ msgstr ""
msgid "Russian" msgid "Russian"
msgstr "" msgstr ""
#: public/views/includes/note.html
#: public/views/modals/addressbook.html #: public/views/modals/addressbook.html
#: public/views/preferencesAlias.html #: public/views/preferencesAlias.html
#: public/views/preferencesBwsUrl.html #: public/views/preferencesBwsUrl.html
@ -1400,10 +1398,6 @@ msgstr ""
msgid "Save" msgid "Save"
msgstr "" msgstr ""
#: public/views/includes/note.html
msgid "SAVE"
msgstr ""
#: public/views/preferencesEmail.html #: public/views/preferencesEmail.html
msgid "Saving preferences..." msgid "Saving preferences..."
msgstr "" msgstr ""

View file

@ -19,7 +19,7 @@
class="round small-6 columns outline dark-gray expand" class="round small-6 columns outline dark-gray expand"
ng-click="cancel()" ng-click="cancel()"
ng-disabled="loading"> ng-disabled="loading">
<span class="size-12" translate>CANCEL</span> <span class="size-12" translate>Cancel</span>
</button> </button>
</div> </div>