Fix minor texts for translates

This commit is contained in:
Gustavo Maximiliano Cortez 2015-04-20 18:48:42 -03:00
commit 6d9d750952
6 changed files with 9 additions and 16 deletions

View file

@ -32,7 +32,7 @@
</label> </label>
<label for="username"> <label for="username">
<span translate>{{importLegacy.fromCloud ? 'Email': 'Username'}}</span> {{importLegacy.fromCloud ? 'Email': 'Username'}}
<input type="text" class="form-control" placeholder="{{importLegacy.fromCloud ? 'Email': 'Username'}}" <input type="text" class="form-control" placeholder="{{importLegacy.fromCloud ? 'Email': 'Username'}}"
name="username" ng-model="importLegacy.username" required> name="username" ng-model="importLegacy.username" required>
</label> </label>

View file

@ -15,7 +15,7 @@
</li> </li>
<h4 class="title m0" translate>&nbsp;</h4> <h4 class="title m0">&nbsp;</h4>
<li class="line-b p20" ng-click="$root.go('backup')"> <li class="line-b p20" ng-click="$root.go('backup')">
<i class="icon-arrow-right3 size-24 right text-gray"></i> <i class="icon-arrow-right3 size-24 right text-gray"></i>
<span translate>Backup</span> <span translate>Backup</span>

View file

@ -119,7 +119,7 @@
</div> </div>
<div class="text-gray text-center m10t animated infinite flash" ng-show="send.onGoingProcess" > <div class="text-gray text-center m10t animated infinite flash" ng-show="send.onGoingProcess" >
<span translate>{{send.onGoingProcess}}...</span> <span>{{send.onGoingProcess|translate}}...</span>
</div> </div>

View file

@ -1,10 +1,10 @@
<div class="wide-page" ng-controller="unsupportedController"> <div class="row columns p20">
<div class="text-center"> <div class="text-center">
<img src="img/logo-negative-beta.svg" alt="Copay" width="146" height="59"> <img src="img/logo.svg" alt="Copay" width="146" height="59">
<div class="text-white" ng-include="'views/includes/version.html'"></div> <div class="text-white" ng-include="'views/includes/version.html'"></div>
</div> </div>
<h1 translate class="text-center text-white">Browser unsupported</h1> <h1 translate class="text-center">Browser unsupported</h1>
<h3 class="text-center text-white"> <h3 class="text-center">
Copay does not support your browser. Copay does not support your browser.
Please use a current version of Google Chrome, Mozilla Firefox, Internet Explorer, Safari, or Opera. Please use a current version of Google Chrome, Mozilla Firefox, Internet Explorer, Safari, or Opera.
<br> <br>

View file

@ -50,7 +50,7 @@
<div class="size-12 text-gray"> <div class="size-12 text-gray">
<span ng-if="index.n > 1" translate>Multisignature wallet </span> <span ng-if="index.n > 1" translate>Multisignature wallet </span>
<span ng-if="index.n == 1" translate>Personal Wallet</span> <span ng-if="index.n == 1" translate>Personal Wallet</span>
<span ng-if="index.network != 'livenet'" translate> - Testnet</span> <span ng-if="index.network != 'livenet'"> - Testnet</span>
</div> </div>
</div> </div>
</div> </div>
@ -64,8 +64,7 @@
</span> </span>
</div> </div>
<div class="text-center text-gray m15r m15l" translate> <div class="text-center text-gray m15r m15l" translate>
This wallet is not registered at the given Bitcore Wallet Service (BWS). This wallet is not registered at the given Bitcore Wallet Service (BWS). You can recreate it from the local information.
You can recreate it from the local information.
</div> </div>
<div class="text-center m10t "> <div class="text-center m10t ">
<span class="button outline dark-gray tiny" <span class="button outline dark-gray tiny"

View file

@ -903,12 +903,6 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
font-size: 14px; font-size: 14px;
} }
.wide-page {
background-color: #2C3E50;
margin: 5% 0;
padding: 50px;
}
.collapse { .collapse {
margin: auto; margin: auto;
max-width: 100%; max-width: 100%;