Fix translation string. Complete some words in spanish

This commit is contained in:
Gustavo Maximiliano Cortez 2015-02-23 14:55:19 -03:00
commit e700634815
31 changed files with 1103 additions and 512 deletions

View file

@ -17,7 +17,7 @@
<div class="pin-button-bar">
<a class="pin-button" ng-click="skip()">
<i class="icon-power text-primary" ng-show="$root.hasPin"></i>
<i class="text-primary size-16 vm" ng-show="!$root.hasPin">Skip</i>
<i class="text-primary size-16 vm" ng-show="!$root.hasPin" translate>Skip</i>
</a>
<a class="pin-button" ng-click="press(0)">0</a>
<a class="pin-button" ng-click="clear()"><i class="fi-arrow-left"></i></a>