summaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-02-25 11:41:19 -0300
committerTorsten Grote <t@grobox.de>2020-02-25 11:41:19 -0300
commitae9faac31f03b891b4ab3b20434dab532514c5f5 (patch)
tree639767d9d19a49d3a9cf8215af6131ec5865abff /app/src/main/res/values/strings.xml
parentb15056ec1b9e49a39fb480f5efd7c38dcb96a4b1 (diff)
downloadmerchant-terminal-android-ae9faac31f03b891b4ab3b20434dab532514c5f5.tar.gz
merchant-terminal-android-ae9faac31f03b891b4ab3b20434dab532514c5f5.tar.bz2
merchant-terminal-android-ae9faac31f03b891b4ab3b20434dab532514c5f5.zip
Make fragment titles translatable
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 1dad4de..d313f03 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -7,6 +7,7 @@
<string name="menu_history">History</string>
<string name="menu_settings">Settings</string>
+ <string name="order_label">Order</string>
<!-- The first placeholder is the amount and the second the currency -->
<string name="order_total">Total: %1$.2f %2$s</string>
<string name="order_restart">Restart</string>
@@ -16,6 +17,7 @@
<string name="button_logout">Logout</string>
<string name="button_complete">Complete</string>
+ <string name="config_label">Merchant Settings</string>
<string name="config_url">Configuration URL</string>
<string name="config_username">Username</string>
<string name="config_password">Password</string>
@@ -28,6 +30,7 @@
<string name="config_save_password">Remember Password</string>
<string name="config_forget_password">Forget</string>
<string name="config_changed">Changed to new merchant using %s</string>
+ <string name="config_fetching_label">Fetching Configuration</string>
<string name="payment_intro_nfc">Please scan QR Code or use NFC to pay</string>
<string name="payment_intro">Please scan QR Code to pay</string>
@@ -35,8 +38,10 @@
<string name="payment_received">Payment received</string>
<string name="payment_back_button">Continue</string>
<string name="payment_order_ref">Order Reference: %s</string>
+ <string name="payment_process_label">Customer Payment Required</string>
<string name="payment_canceled">Payment Canceled</string>
+ <string name="history_label">Payment History</string>
<string name="history_received_at">Received at</string>
<string name="history_ref_no">Ref. No:</string>