summaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
blob: 8307e3730204deb87c3cbab10c744377c050cbc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!--
  ~ This file is part of GNU Taler
  ~ (C) 2020 Taler Systems S.A.
  ~
  ~ GNU Taler is free software; you can redistribute it and/or modify it under the
  ~ terms of the GNU General Public License as published by the Free Software
  ~ Foundation; either version 3, or (at your option) any later version.
  ~
  ~ GNU Taler is distributed in the hope that it will be useful, but WITHOUT ANY
  ~ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
  ~ A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
  ~
  ~ You should have received a copy of the GNU General Public License along with
  ~ GNU Taler; see the file COPYING.  If not, see <http://www.gnu.org/licenses/>
  -->

<resources>
    <string name="app_name">Taler Wallet</string>

    <string name="nav_header_title">GNU Taler</string>
    <string name="nav_header_subtitle">Wallet</string>
    <string name="nav_header_desc">Navigation header</string>

    <string name="button_back">Go Back</string>
    <string name="button_cancel">Cancel</string>
    <string name="button_scan_qr_code">Scan Taler QR Code</string>

    <string name="menu_home">Home</string>
    <string name="menu_history">History</string>
    <string name="menu_settings">Settings</string>
    <string name="menu_balance_reload">Reload balances</string>
    <string name="menu_retry_pending_operations">Retry Pending Operations</string>

    <string name="servicedesc">my service</string>
    <string name="aiddescription">my aid</string>

    <!-- HistoryEvents -->
    <string name="history_event_exchange_added">Exchange Added</string>
    <string name="history_event_exchange_updated">Exchange Updated</string>
    <string name="history_event_reserve_balance_updated">Reserve Balance Updated</string>
    <string name="history_event_payment_sent">Payment</string>
    <string name="history_event_payment_aborted">Payment Aborted</string>
    <string name="history_event_withdrawn">Withdraw</string>
    <string name="history_event_order_accepted">Purchase Confirmed</string>
    <string name="history_event_order_refused">Purchase Cancelled</string>
    <string name="history_event_tip_accepted">Tip Accepted</string>
    <string name="history_event_tip_declined">Tip Declined</string>
    <string name="history_event_order_redirected">Purchase Redirected</string>
    <string name="history_event_refund">Refund</string>
    <string name="history_event_refreshed">Obtained change</string>
    <string name="history_event_unknown">Unknown Event</string>
    <string name="history_fee_label">Fee:</string>
    <string name="history_show_all">Show All</string>
    <string name="history_reload">Reload History</string>
    <string name="history_empty">The wallet history is empty</string>

    <string name="payment_fee">+%s payment fee</string>
    <string name="payment_button_confirm">Confirm Payment</string>
    <string name="payment_button_abort">Abort</string>
    <string name="payment_label_amount_total">Total Amount:</string>
    <string name="payment_label_order_summary">Order</string>
    <string name="payment_error">Error: %s</string>
    <string name="payment_balance_insufficient">Balance Insufficient!</string>
    <string name="payment_show_details">Show Details</string>
    <string name="payment_hide_details">Hide Details</string>
    <string name="payment_successful">Payment was successful</string>
    <string name="payment_back_button">Go Back</string>
    <string name="payment_already_paid">You\'ve already paid for this order.</string>

    <string name="withdraw_accepted">Withdrawal accepted</string>
    <string name="withdraw_success_info">Your bank will now ask you to approve a transfer to the selected change. After you\'ve confirmed the transfer with your bank, the digital cash will show in this wallet.</string>
    <string name="withdraw_do_you_want">Do you want to withdraw</string>
    <string name="withdraw_fees">(minus exchange fees not shown in this prototype)</string>
    <string name="withdraw_exchange">Using the exchange provider</string>
    <string name="withdraw_button_testkudos">Withdraw TESTKUDOS</string>
    <string name="withdraw_button_confirm">Confirm Withdraw</string>

    <string name="balance_inbound">inbound</string>
    <string name="balance_no_cash">There is no digital cash in your wallet.</string>

    <string name="pending_operations_label">Pending Operations:</string>
    <string name="pending_operations_refuse">Refuse Proposal</string>
    <string name="pending_operations_no_action">(no action)</string>

    <string name="settings_version">Version Information</string>
    <string name="exchange_tos_accept">Accept Terms of Service</string>
    <string name="exchange_tos_button_continue">Continue</string>
    <string name="settings_backups">Backups</string>
    <string name="settings_export_to_file">Export wallet to file</string>
    <string name="settings_import_from_file">Import from file</string>
    <string name="settings_developer">Developer Settings (use with caution!)</string>
    <string name="settings_reset">Reset Wallet (dangerous!)</string>

</resources>