Alteração para adaptar à intenacionalização
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@42297 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
7158a90de5
commit
f54c12323d
|
@ -432,6 +432,14 @@ filtroRelatorioSisdap.window.title=Relatório SISDAP
|
||||||
|
|
||||||
#Reporte de ventas por agente de boletos
|
#Reporte de ventas por agente de boletos
|
||||||
relatorioVendasBilheteiroController.window.title = Reporte de ventas por agente de boletos
|
relatorioVendasBilheteiroController.window.title = Reporte de ventas por agente de boletos
|
||||||
|
relatorioVendasBilheteiroController.lbDatInicial.value = Fecha inicial
|
||||||
|
relatorioVendasBilheteiroController.lbDatFinal.value = Fecha final
|
||||||
|
relatorioVendasBilheteiroController.lbPuntoVenta.value = Punto de Venta
|
||||||
|
relatorioVendasBilheteiroController.lbEmpresa.value = Empresa
|
||||||
|
relatorioVendasBilheteiroController.btnPesquisa.label = Buscar
|
||||||
|
relatorioVendasBilheteiroController.btnLimpar.label = Limpiar
|
||||||
|
relatorioVendasBilheteiroController.lbNumero.value = Número punto de venta
|
||||||
|
relatorioVendasBilheteiroController.lbBilheteiro.value = agente de boletos
|
||||||
|
|
||||||
# Pantalla Editar clase
|
# Pantalla Editar clase
|
||||||
editarClaseServicioController.window.title = Clase de servicio
|
editarClaseServicioController.window.title = Clase de servicio
|
||||||
|
|
|
@ -340,7 +340,7 @@ relatorioLinhasHorarioController.lbGrupoRuta.label = Grupo de Linhas
|
||||||
relatorioLinhasHorarioController.lbLote.label = Lote
|
relatorioLinhasHorarioController.lbLote.label = Lote
|
||||||
relatorioLinhasHorarioController.lbLinha.label = Linha
|
relatorioLinhasHorarioController.lbLinha.label = Linha
|
||||||
relatorioLinhasHorarioController.lbServico.label = Servico
|
relatorioLinhasHorarioController.lbServico.label = Servico
|
||||||
relatorioVendasBilheteiroController.window.title = Relatório de Vendas por Bilheteiro
|
relatorioLinhasHorarioController.window.title = Relatório de Linhas por Horário
|
||||||
|
|
||||||
relatorioLinhasHorarioController.lbNumRuta.label = Num. Linha
|
relatorioLinhasHorarioController.lbNumRuta.label = Num. Linha
|
||||||
relatorioLinhasHorarioController.lbPrefixo.label = Prefixo
|
relatorioLinhasHorarioController.lbPrefixo.label = Prefixo
|
||||||
|
@ -461,7 +461,15 @@ relatorioSisdapController.MSG.nenhumRegistro=Nenhum registro encontrado para o r
|
||||||
filtroRelatorioSisdap.window.title=Relatório SISDAP
|
filtroRelatorioSisdap.window.title=Relatório SISDAP
|
||||||
|
|
||||||
#Relatório de Vendas por bilheteiro
|
#Relatório de Vendas por bilheteiro
|
||||||
relatorioLinhasHorarioController.window.title = Relatório de Linhas por Horário
|
relatorioVendasBilheteiroController.window.title = Relatório de Vendas por Bilheteiro
|
||||||
|
relatorioVendasBilheteiroController.lbDatInicial.value = Data inicial
|
||||||
|
relatorioVendasBilheteiroController.lbDatFinal.value = Data final
|
||||||
|
relatorioVendasBilheteiroController.lbPuntoVenta.value = Agência
|
||||||
|
relatorioVendasBilheteiroController.lbEmpresa.value = Empresa
|
||||||
|
relatorioVendasBilheteiroController.btnPesquisa.label = Buscar
|
||||||
|
relatorioVendasBilheteiroController.btnLimpar.label = Limpar
|
||||||
|
relatorioVendasBilheteiroController.lbNumero.value = Número Agência
|
||||||
|
relatorioVendasBilheteiroController.lbBilheteiro.value = Bilheteiro
|
||||||
|
|
||||||
# Pantalla Editar Classe
|
# Pantalla Editar Classe
|
||||||
editarClaseServicioController.window.title = Tipo de Classe
|
editarClaseServicioController.window.title = Tipo de Classe
|
||||||
|
|
|
@ -19,12 +19,12 @@
|
||||||
<rows>
|
<rows>
|
||||||
<row>
|
<row>
|
||||||
<label
|
<label
|
||||||
value="Data Inicio" />
|
value="${c:l('relatorioVendasBilheteiroController.lbDatInicial.value')}" />
|
||||||
<datebox id="datInicial" width="90%"
|
<datebox id="datInicial" width="90%"
|
||||||
format="dd/MM/yyyy" lenient="true" constraint="no empty"
|
format="dd/MM/yyyy" lenient="true" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
<label
|
<label
|
||||||
value="Data Fim" />
|
value="${c:l('relatorioVendasBilheteiroController.lbDatInicial.value')}" />
|
||||||
<datebox id="datFinal" width="90%"
|
<datebox id="datFinal" width="90%"
|
||||||
format="dd/MM/yyyy" lenient="true" constraint="no empty"
|
format="dd/MM/yyyy" lenient="true" constraint="no empty"
|
||||||
maxlength="10" />
|
maxlength="10" />
|
||||||
|
@ -39,7 +39,7 @@
|
||||||
<rows>
|
<rows>
|
||||||
<row spans="1,1,2">
|
<row spans="1,1,2">
|
||||||
<label
|
<label
|
||||||
value="Empresas" />
|
value="${c:l('relatorioVendasBilheteiroController.lbEmpresa.value')}" />
|
||||||
<combobox id="cmbEmpresa"
|
<combobox id="cmbEmpresa"
|
||||||
buttonVisible="true" constraint="no empty"
|
buttonVisible="true" constraint="no empty"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
<vbox>
|
<vbox>
|
||||||
<hbox>
|
<hbox>
|
||||||
<label
|
<label
|
||||||
value="Agencia" />
|
value="${c:l('relatorioVendasBilheteiroController.lbPuntoVenta.value')}" />
|
||||||
<textbox id="txtNombrePuntoVenta"
|
<textbox id="txtNombrePuntoVenta"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||||||
width="300px" mold="rounded" />
|
width="300px" mold="rounded" />
|
||||||
|
@ -74,11 +74,11 @@
|
||||||
vflex="true" height="100%" width="700px">
|
vflex="true" height="100%" width="700px">
|
||||||
<listhead>
|
<listhead>
|
||||||
<listheader
|
<listheader
|
||||||
label="${c:l('relatorioTaxasLinhaController.lbPuntoVenta.value')}" />
|
label="${c:l('relatorioVendasBilheteiroController.lbPuntoVenta.value')}" />
|
||||||
<listheader width="35%"
|
<listheader width="35%"
|
||||||
label="${c:l('relatorioTaxasLinhaController.lbEmpresa.value')}" />
|
label="${c:l('relatorioVendasBilheteiroController.lbEmpresa.value')}" />
|
||||||
<listheader width="20%"
|
<listheader width="20%"
|
||||||
label="${c:l('relatorioTaxasLinhaController.lbNumero.value')}" />
|
label="${c:l('relatorioVendasBilheteiroController.lbNumero.value')}" />
|
||||||
</listhead>
|
</listhead>
|
||||||
</listbox>
|
</listbox>
|
||||||
</vbox>
|
</vbox>
|
||||||
|
@ -91,11 +91,11 @@
|
||||||
vflex="true" height="100px" width="100%">
|
vflex="true" height="100px" width="100%">
|
||||||
<listhead>
|
<listhead>
|
||||||
<listheader
|
<listheader
|
||||||
label="${c:l('relatorioTaxasLinhaController.lbPuntoVenta.value')}" />
|
label="${c:l('relatorioVendasBilheteiroController.lbPuntoVenta.value')}" />
|
||||||
<listheader width="35%"
|
<listheader width="35%"
|
||||||
label="${c:l('relatorioTaxasLinhaController.lbEmpresa.value')}" />
|
label="${c:l('relatorioVendasBilheteiroController.lbEmpresa.value')}" />
|
||||||
<listheader width="20%"
|
<listheader width="20%"
|
||||||
label="${c:l('relatorioTaxasLinhaController.lbNumero.value')}" />
|
label="${c:l('relatorioVendasBilheteiroController.lbNumero.value')}" />
|
||||||
<listheader width="5%" />
|
<listheader width="5%" />
|
||||||
</listhead>
|
</listhead>
|
||||||
</listbox>
|
</listbox>
|
||||||
|
|
Loading…
Reference in New Issue