update pot

This commit is contained in:
Gabriel Bazán 2017-04-17 15:53:30 -03:00
commit 38b95eba7a
2 changed files with 236 additions and 131 deletions

File diff suppressed because it is too large Load diff

View file

@ -7,7 +7,7 @@
<ion-content> <ion-content>
<ion-radio ng-repeat="opt in options" ng-value="opt" ng-model="currentOption" ng-click="select(opt.method)" ng-disabled="opt.needsBackup"> <ion-radio ng-repeat="opt in options" ng-value="opt" ng-model="currentOption" ng-click="select(opt.method)" ng-disabled="opt.needsBackup">
<span ng-class="{'disabled': opt.needsBackup}" translate>{{opt.label}}</span> <span ng-class="{'disabled': opt.needsBackup}">{{opt.label}}</span>
</ion-radio> </ion-radio>
<div class="assertive" style="text-align: center; margin: 4rem" ng-if="errorMsg"> <div class="assertive" style="text-align: center; margin: 4rem" ng-if="errorMsg">