Translations

This commit is contained in:
Sebastiaan Pasma 2018-09-13 16:35:42 +02:00
commit bc66cc1b65
No known key found for this signature in database
GPG key ID: 9A2B0C8B95A1D26F
3 changed files with 16 additions and 3 deletions

View file

@ -595,6 +595,7 @@ msgstr ""
#: www/views/modals/search.html:3 #: www/views/modals/search.html:3
#: www/views/modals/wallet-balance.html:3 #: www/views/modals/wallet-balance.html:3
#: www/views/modals/wallets.html:5 #: www/views/modals/wallets.html:5
#: www/views/modals/txp-details.html:4
msgid "Close" msgid "Close"
msgstr "" msgstr ""
@ -898,6 +899,10 @@ msgstr ""
msgid "Create {{formData.requiredCopayers}}-of-{{formData.totalCopayers}} wallet" msgid "Create {{formData.requiredCopayers}}-of-{{formData.totalCopayers}} wallet"
msgstr "" msgstr ""
#: www/views/preferencesInformation.html:79
msgid "Copayers"
msgstr ""
#: www/views/modals/txp-details.html:81 #: www/views/modals/txp-details.html:81
#: www/views/tx-details.html:60 #: www/views/tx-details.html:60
msgid "Created by" msgid "Created by"
@ -1236,6 +1241,14 @@ msgstr ""
msgid "Expires" msgid "Expires"
msgstr "" msgstr ""
#: www/views/modals/txp-details.html:65
msgid "Display legacy address"
msgstr ""
#: www/views/modals/txp-details.html:68
msgid "Display new style address"
msgstr ""
#: www/views/preferencesAdvanced.html:21 #: www/views/preferencesAdvanced.html:21
msgid "Export Wallet" msgid "Export Wallet"
msgstr "" msgstr ""
@ -1574,7 +1587,7 @@ msgid "If enabled, the Recent Transactions card - a list of transactions occurin
msgstr "" msgstr ""
#: www/views/advancedSettings.html:14 #: www/views/advancedSettings.html:14
msgid "If enabled, wallets will also try to spend unconfirmed funds. This option may cause transaction delays." msgid "If enabled, wallets will also try to spend unconfirmed funds. Turning off this option may cause transaction delays."
msgstr "" msgstr ""
#: src/js/controllers/onboarding/backupRequest.js:18 #: src/js/controllers/onboarding/backupRequest.js:18

View file

@ -1,6 +1,6 @@
<ion-modal-view id="txp-details" ng-controller="txpDetailsController" ng-init="init()"> <ion-modal-view id="txp-details" ng-controller="txpDetailsController" ng-init="init()">
<ion-header-bar align-title="center" class="bar-royal"> <ion-header-bar align-title="center" class="bar-royal">
<button class="button button-clear" ng-click="close()"> <button class="button button-clear" ng-click="close()" translate>
Close Close
</button> </button>
<div class="title" translate> <div class="title" translate>

View file

@ -75,7 +75,7 @@
</span> </span>
</div> </div>
<div ng-show="wallet.cachedStatus.wallet.copayers[0]" class="item item-divider"> <div ng-show="wallet.cachedStatus.wallet.copayers[0]" class="item item-divider" translate>
Copayers Copayers
</div> </div>