Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,769 changes: 1,853 additions & 916 deletions i18n/po/template.pot

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/js/controllers/feedback/send.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ angular.module('copayApp.controllers').controller('sendController', function($sc

switch ($scope.score) {
case 1:
$scope.reaction = gettextCatalog.getString("Ouch!");
$scope.reaction = "Ouch!";
$scope.comment = gettextCatalog.getString("There's obviously something we're doing wrong.") + ' ' + gettextCatalog.getString("How could we improve your experience?");
break;
case 2:
$scope.reaction = gettextCatalog.getString("Oh no!");
$scope.comment = gettextCatalog.getString("There's obviously something we're doing wrong.") + ' ' + gettextCatalog.getString("How could we improve your experience?");
break;
case 3:
$scope.reaction = gettextCatalog.getString("Hmm...");
$scope.reaction = "Hmm...";
$scope.comment = gettextCatalog.getString("We'd love to do better.") + ' ' + gettextCatalog.getString("How could we improve your experience?");
break;
case 4:
Expand Down
8 changes: 4 additions & 4 deletions www/views/add.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,31 +11,31 @@
<i class="icon big-icon-svg">
<img src="img/icon-wallet.svg" class="bg"/>
</i>
<span class="add-type" translate>New personal wallet</h2>
<span class="add-type" translate>New personal wallet</span>
<i class="icon bp-arrow-right"></i>
</a>

<a class="item item-remove-animate item-icon-right item-icon-left item-big-icon-left" type="item-text-wrap" ui-sref="tabs.add.create-shared">
<i class="icon big-icon-svg">
<img src="img/icon-wallet.svg" class="bg"/>
</i>
<span class="add-type" translate>Create shared wallet</h2>
<span class="add-type" translate>Create shared wallet</span>
<i class="icon bp-arrow-right"></i>
</a>

<a class="item item-remove-animate item-icon-right item-icon-left item-big-icon-left" type="item-text-wrap" ui-sref="tabs.add.join">
<i class="icon big-icon-svg">
<img src="img/item-ico-addwallet.svg" class="bg join"/>
</i>
<span class="add-type" translate>Join shared wallet</h2>
<span class="add-type" translate>Join shared wallet</span>
<i class="icon bp-arrow-right"></i>
</a>

<a class="item item-remove-animate item-icon-right item-icon-left item-big-icon-left" type="item-text-wrap" ui-sref="tabs.add.import">
<i class="icon big-icon-svg">
<img src="img/item-ico-import.svg" class="bg"/>
</i>
<span class="add-type" translate>Import wallet</h2>
<span class="add-type" translate>Import wallet</span>
<i class="icon bp-arrow-right"></i>
</a>
</ion-list>
Expand Down
4 changes: 2 additions & 2 deletions www/views/addresses.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
</div>

<div class="list">
<div class="item item-divider item-icon-right" ng-click="newAddress()" translate>
Unused Addresses
<div class="item item-divider item-icon-right" ng-click="newAddress()">
<span translate>Unused Addresses</span>
<i class="icon ion-ios-plus-empty"></i>
</div>

Expand Down
2 changes: 1 addition & 1 deletion www/views/backup.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
## STEP 3
-->
<div id="wallet-backup-phrase-step-3" class="ng-hide" ng-show="step == 3">
<div class="password-prompt" translate>Enter your password</h5>
<div class="password-prompt"><span translate>Enter your password</span>
<label class="item item-input item-stacked-label">
<div class="input-label" translate>In order to verify your wallet backup, please type your password.</div>
<input type="text" id="passphrase" ng-model="data.passphrase" autocapitalize="off" spellcheck="false" autofocus/>
Expand Down
2 changes: 1 addition & 1 deletion www/views/bitpayCardIntro.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</ion-slide>
<ion-slide>
<p class="slider__text" translate>
<span translate>Get local cash anywhere you go, from any Visa<sup>&reg;</sup> compatible ATM. ATM bank fees may apply.</span>
Get local cash anywhere you go, from any Visa<sup>&reg;</sup> compatible ATM. ATM bank fees may apply.</span>
</p>
</ion-slide>
<ion-slide>
Expand Down
2 changes: 1 addition & 1 deletion www/views/preferencesDeleteWallet.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</ion-nav-bar>
<ion-content>
<div class="padding">
<h1 class="text-center assertive" translate>Warning!</h2>
<h1 class="text-center assertive" translate>Warning!</h1>
<div class="padding text-center">
<p translate>
Permanently delete this wallet.
Expand Down
8 changes: 4 additions & 4 deletions www/views/tab-home.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@
</div>

<div class="list card" ng-if="wallets[0] && externalServices.BuyAndSell && (glideraEnabled || coinbaseEnabled)">
<div class="item item-sub item-icon-right item-heading" translate>
Buy &amp; Sell Bitcoin
<div class="item item-sub item-icon-right item-heading">
<span translate>Buy &amp; Sell Bitcoin</span>
<a ui-sref="tabs.buyandsell"><i class="icon ion-ios-plus-empty list-add-button"></i></a>
</div>
<div>
Expand All @@ -142,8 +142,8 @@

<div class="list card"
ng-show="nextStepEnabled && wallets[0]">
<div class="item item-icon-right item-heading" ng-click="shouldHideNextSteps()" translate>
Next steps
<div class="item item-icon-right item-heading" ng-click="shouldHideNextSteps()">
<span translate>Next steps</span>
<i class="icon bp-arrow-up" ng-show="!hideNextSteps"></i>
<i class="icon bp-arrow-down" ng-show="hideNextSteps"></i>
</div>
Expand Down