Fix typo in english locale, add rows for scanner hints to spanish locale.

This commit is contained in:
Ivan Murashov
2018-02-15 21:54:57 +03:00
parent 533f0c53ca
commit 5317e54e19
2 changed files with 3 additions and 1 deletions

View File

@@ -8,7 +8,7 @@
<string name="identifier_not_found">Identifier %s is not found</string> <string name="identifier_not_found">Identifier %s is not found</string>
<string name="enter_manual">Enter the card number</string> <string name="enter_manual">Enter the card number</string>
<string name="enter_phone">Phone 79XXXXXXXXX</string> <string name="enter_phone">Phone 79XXXXXXXXX</string>
<string name="error_contact_support">You can use manual input or call the nufluttember:%s</string> <string name="error_contact_support">You can use manual input or call the number:%s</string>
<string name="ID_Store">Store ID</string> <string name="ID_Store">Store ID</string>
<string name="ID_not_found">Identifier %s is not found</string> <string name="ID_not_found">Identifier %s is not found</string>
<string name="app_activ">The application is activated</string> <string name="app_activ">The application is activated</string>

View File

@@ -5,6 +5,8 @@
<string name="ask_change_store">¿Os realmente quiereis acabarse una sesión y dar otro DIN del negocio?</string> <string name="ask_change_store">¿Os realmente quiereis acabarse una sesión y dar otro DIN del negocio?</string>
<string name="buyer">El comprador</string> <string name="buyer">El comprador</string>
<string name="card">Tarjeta</string> <string name="card">Tarjeta</string>
<string name="enter_manual">Enter the card number</string>
<string name="enter_phone">Phone 79XXXXXXXXX</string>
<string name="card_scaner">El escaneo de tarjeta</string> <string name="card_scaner">El escaneo de tarjeta</string>
<string name="carry_purchase">Realizar la compra</string> <string name="carry_purchase">Realizar la compra</string>
<string name="complite_activ">Terminar el registro</string> <string name="complite_activ">Terminar el registro</string>