summaryrefslogtreecommitdiff
path: root/cashier/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-09-24 09:29:38 -0300
committerTorsten Grote <t@grobox.de>2020-09-24 09:29:38 -0300
commit841d87d5f9f05bc4a5e050948af2577cd87efade (patch)
tree40751309c611927486f4dfde9151566c69dca602 /cashier/src/main/res/values/strings.xml
parentcb96c14878499f5d55f2ac35b917f840f2a40149 (diff)
downloadtaler-android-841d87d5f9f05bc4a5e050948af2577cd87efade.tar.gz
taler-android-841d87d5f9f05bc4a5e050948af2577cd87efade.tar.bz2
taler-android-841d87d5f9f05bc4a5e050948af2577cd87efade.zip
[cashier] Add about screen with version and license info
Diffstat (limited to 'cashier/src/main/res/values/strings.xml')
-rw-r--r--cashier/src/main/res/values/strings.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/cashier/src/main/res/values/strings.xml b/cashier/src/main/res/values/strings.xml
index 4a8064f..4c000d8 100644
--- a/cashier/src/main/res/values/strings.xml
+++ b/cashier/src/main/res/values/strings.xml
@@ -15,8 +15,12 @@
<string name="balance_current_label">Current balance</string>
<string name="balance_error">ERROR: %s</string>
<string name="balance_offline">Offline. Please connect to the Internet.</string>
+
+ <string name="ok">OK</string>
+
<string name="action_reconfigure">Reconfigure</string>
<string name="action_lock">Lock</string>
+ <string name="action_about">About</string>
<string name="withdraw_input_amount">Amount</string>
<string name="withdraw_into">How much e-cash should be withdrawn?</string>
@@ -40,4 +44,12 @@
<string name="transaction_last_aborted">Last Transaction: Aborted</string>
<string name="transaction_last_error">Last Transaction: Failed</string>
+ <string name="about_title">GNU Taler Cashier</string>
+ <string name="about_version">Version: %s</string>
+ <string name="about_license">License: %s</string>
+ <string name="about_license_content" translatable="false">GPL-3.0-or-later</string>
+ <string name="about_copyright">Copyright: %s</string>
+ <string name="about_copyright_holder" translatable="false">Taler Systems S.A.</string>
+ <string name="about_supported_bank_api">Bank API Version: %s</string>
+
</resources>