commit f20f15d65df04d7120c38852c4caa5bea6ee390f
parent ffbbcf86e1a92625a5027e10dba0f56bde25aadc
Author: HernĂ¢ni Marques <hernani@vecirex.net>
Date: Wed, 20 May 2026 15:47:35 +0200
i18n (it): improve on existing strings; use clearer wording, as other PoS systems use
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/merchant-terminal/src/main/res/values-it/strings.xml b/merchant-terminal/src/main/res/values-it/strings.xml
@@ -60,8 +60,8 @@
<string name="order_previous">Precedente</string>
<string name="order_next">Successivo</string>
<string name="order_custom">Aggiungi prodotto personalizzato</string>
- <string name="order_complete">Conto</string>
- <string name="order_complete_with_amount">Conto %s</string>
+ <string name="order_complete">Totale da pagare</string>
+ <string name="order_complete_with_amount">Totale da pagare %s</string>
<string name="order_custom_product">Nome prodotto personalizzato</string>
<string name="order_custom_product_default">Mancia</string>
<string name="order_custom_add_button">Aggiungi</string>