Skip to content

Commit

Permalink
Fix translations
Browse files Browse the repository at this point in the history
  • Loading branch information
jresinas committed Sep 19, 2018
1 parent 7cb4cf2 commit afc159c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/settings/_facturaplus_settings.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
</p>

<p>
<label><%=l(:"facturaplus.label_biller")%></label>
<label><%=l(:"facturaplus.label_billers")%></label>
<%
if Setting.plugin_redmine_facturaplus['biller_field'].present?
options = ('<option></option>'+options_for_select(CustomField.find(Setting.plugin_redmine_facturaplus['biller_field']).possible_values, @settings['billers'])).html_safe
Expand Down Expand Up @@ -144,7 +144,7 @@
</p>

<p>
<label><%=l(:"facturaplus.label_bill_type")%></label>
<label><%=l(:"facturaplus.label_bill_types")%></label>
<%
if Setting.plugin_redmine_facturaplus['bill_type_field'].present?
options = ('<option></option>'+options_for_select(CustomField.find(Setting.plugin_redmine_facturaplus['bill_type_field']).possible_values, @settings['bill_types'])).html_safe
Expand Down
2 changes: 2 additions & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ en:
label_business_unit_field: Business unit
label_billers: FacturaPlus billers
label_biller_field: Biller
label_bill_type_field: Bill type
label_bill_types: Billable bill types
label_clients: Clients
label_client_field: Client
text_confirm_sync_client_field: If you synchronize this field, current options will be removed. Are you sure you want to continue?
Expand Down
2 changes: 2 additions & 0 deletions config/locales/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ es:
label_business_unit_field: Unidad de negocio
label_billers: Emisores en FacturaPlus
label_biller_field: Emisor
label_bill_type_field: Tipo de factura
label_bill_types: Tipos de facturas facturables
label_clients: Clientes
label_client_field: Cliente
text_confirm_sync_client_field: Si continua con la sincronización se perderán las opciones registradas actualmente en el campo. ¿Está seguro que desea continuar?
Expand Down

0 comments on commit afc159c

Please sign in to comment.