1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00

add label to accounting period button

This commit is contained in:
Sylvain 2019-03-20 11:56:03 +01:00
parent fce2d824b4
commit bf526458b4
5 changed files with 5 additions and 1 deletions

View File

@ -12,7 +12,7 @@
</div>
<div class="col-xs-12 col-sm-12 col-md-3 b-t hide-b-md">
<section class="heading-actions wrapper">
<a class="btn btn-lg btn-default rounded m-t-sm text-sm" ng-click="closeAnAccountingPeriod()"><i class="fa fa-calendar-check-o"></i></a>
<a class="btn btn-lg btn-default rounded m-t-sm text-sm" ng-click="closeAnAccountingPeriod()"><i class="fa fa-calendar-check-o"></i> {{ 'invoices.accounting_periods' | translate }}</a>
</section>
</div>
</div>

View File

@ -285,6 +285,7 @@ en:
invoices:
# list of all invoices & invoicing parameters
invoices: "Invoices"
accounting_periods: "Accounting periods"
invoices_list: "Invoices list"
filter_invoices: "Filter invoices"
invoice_#_: "Invoice #:"

View File

@ -285,6 +285,7 @@ es:
invoices:
# list of all invoices & invoicing parameters
invoices: "Facturas"
accounting_periods: "Accounting periods" # missing translation
invoices_list: "Lista de facturas"
filter_invoices: "Filtrar facturas"
invoice_#_: "Factura #:"

View File

@ -285,6 +285,7 @@ fr:
invoices:
# liste de toutes les factures & paramètres de facturation
invoices: "Factures"
accounting_periods: "Périodes comptables"
invoices_list: "Liste des factures"
filter_invoices: "Filtrer les factures"
invoice_#_: "Facture n° :"

View File

@ -285,6 +285,7 @@ pt:
invoices:
# list of all invoices & invoicing parameters
invoices: "Faturas"
accounting_periods: "Accounting periods" # missing translation
invoices_list: "Lista de faturas"
filter_invoices: "Filtrar faturas"
invoice_#_: "Fatura #:"