strings.xml
3.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<resources>
<string name="hello">Hello World!</string>
<string name="app_name">Debo Inventario</string>
<string name="subtit_nombre">Nombre:</string>
<string name="subtit_sector">Sector:</string>
<string name="subtit_codigo">Código:</string>
<string name="subtit_codigobarras">Código de barras:</string>
<string name="subtit_precio">Precio de venta:</string>
<string name="subtit_costo">Precio de costo:</string>
<string name="subtit_cantidad">Cantidades en stock:</string>
<string name="subtit_exisventa">Existencia en stock:</string>
<string name="contentDescription">Imagen</string>
<string name="CarpetaMaestros">Carpeta de Maestros:</string>
<string name="CarpetaLogEventos">Carpeta Log de Eventos</string>
<string name="CarpetaLogDatos">Carpeta Log de Datos</string>
<string name="recomendacion">Se recomienda que las excepciones estén activas</string>
<string name="Label_productos_no_contados">Los productos no contabilizados: en Inv. Dinámicos</string>
<string name="stock_noTomado">Sólo se ajustan los productos incluidos en el conteo</string>
<string name="stock_cero">Ajusta productos no incluidos en el conteo con stock en cero</string>
<string name="acceder_para_cargar_las_compras">Acceder para cargar las compras</string>
<string name="comenzar_nuevo_inventario">Comenzar Nuevo Inventario</string>
<string name="continuar_inventarios_en_curso">Continuar Inventarios En Curso</string>
<string name="empezar">Empezar</string>
<string name="mensaje_boton_acceso_compras">Compras</string>
<string name="titulo_debo_inventario">Debo Inventario</string>
<string name="palabra_inventarios">Inventarios</string>
<string name="palabra_id_terminal">id terminal</string>
<string name="palabra_version">version</string>
<string name="texto_titulo_residente"><i><u>RESIDENTE: </u></i></string>
<string name="texto_titulo_medidor"><i><u>MEDIDOR: </u></i></string>
<string name="texto_titulo_medicion_anterior"><i><u>MEDICION ANTERIOR: </u></i></string>
<string name="texto_titulo_medicion_actual"><i><u>MEDICION ACTUAL: </u></i></string>
<string name="texto_titulo_sanccion"><i><u>SANCIÓN: </u></i></string>
<string name="texto_marca"><i><u>Marca: </u></i></string>
<string name="texto_modelo"><i><u>Modelo: </u></i></string>
<string name="texto_fecha"><i><u>Fecha: </u></i></string>
<string name="texto_valor"><i><u>Valor: </u></i></string>
<string name="texto_promedio"><i><u>Promedio anual: </u></i></string>
<string name="texto_nombre"><i><u>Nombre: </u></i></string>
<string name="texto_operador"><i><u>Operador: </u></i></string>
<string name="texto_inspector"><i><u>Inspector: </u></i></string>
<string name="texto_confirmacionmedicion"><i><u>Confirmación de la medición</u></i></string>
<string name="flash">flash</string>
<string name="sdcard">mae Tablet</string>
<string name="carpeta_logtablet">Carpeta de Log Tablet</string>
<string name="carpeta_logDatos">Carpeta de Log Datos</string>
<string name="Manual_de_Usuario">Manual de Usuario</string>
</resources>