Update template.POT and spanish translation

This commit is contained in:
Gustavo Maximiliano Cortez 2015-05-13 11:04:26 -03:00
commit b24ca23415
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
4 changed files with 96 additions and 58 deletions

View file

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

View file

@ -1,7 +1,7 @@
<div
class="topbar-container"
ng-include="'views/includes/topbar.html'"
ng-init="titleSection='Session logs'; goBackToState = 'about'">
ng-init="titleSection='Session log'; goBackToState = 'about'">
</div>