summaryrefslogtreecommitdiff
path: root/wallet/src/main/res
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2023-11-14 14:32:29 -0600
committerTorsten Grote <t@grobox.de>2023-11-28 13:59:37 -0300
commit1cb54ef4de3cf8d04cb3cf0b25780183966628b0 (patch)
tree77a2f5878ea7f54ca17e67e836c330f3d3ec10dd /wallet/src/main/res
parentba51b5e541d888cafdbf479a7e03a116af7050c5 (diff)
downloadtaler-android-1cb54ef4de3cf8d04cb3cf0b25780183966628b0.tar.gz
taler-android-1cb54ef4de3cf8d04cb3cf0b25780183966628b0.tar.bz2
taler-android-1cb54ef4de3cf8d04cb3cf0b25780183966628b0.zip
[wallet] Add confirmation dialog for DB import and i18nize some strings
Diffstat (limited to 'wallet/src/main/res')
-rw-r--r--wallet/src/main/res/values/strings.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/wallet/src/main/res/values/strings.xml b/wallet/src/main/res/values/strings.xml
index 2533820..09feee6 100644
--- a/wallet/src/main/res/values/strings.xml
+++ b/wallet/src/main/res/values/strings.xml
@@ -59,6 +59,8 @@ GNU Taler is immune against many types of fraud, such as phishing of credit card
<string name="currency">Currency</string>
<!-- The count should be mirrored in RTL languages -->
<string name="char_count">%1$d/%2$d</string>
+ <string name="import_db">Import</string>
+ <string name="reset">Reset</string>
<string name="offline">Operation requires internet access. Please ensure your internet connection works and try again.</string>
<string name="offline_banner">No internet access</string>
@@ -275,6 +277,12 @@ GNU Taler is immune against many types of fraud, such as phishing of credit card
<string name="settings_reset">Reset Wallet (dangerous!)</string>
<string name="settings_reset_summary">Throws away your money</string>
+ <string name="settings_dialog_reset_message">Do you really want to reset the wallet and lose all coins and purchases?</string>
+ <string name="settings_dialog_import_message">This operation will overwrite your existing database. Do you want to continue?</string>
+ <string name="settings_alert_reset_done">Wallet has been reset</string>
+ <string name="settings_alert_reset_canceled">Reset cancelled</string>
+ <string name="settings_alert_import_canceled">Import cancelled</string>
+
<string name="refund_title">Refund</string>
<string name="refund_error">Error processing refund</string>
<string name="refund_success">Refund received!</string>