summaryrefslogtreecommitdiff
path: root/wallet/src/main/res/values/strings.xml
blob: e0b31831cede495027745d0d90ea36ac20cbef05 (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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!--
  ~ 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="nav_prompt_withdraw">Withdraw Digital Cash</string>
    <string name="nav_exchange_tos">Exchange\'s Terms of Service</string>
    <string name="nav_exchange_fees">Exchange Fees</string>
    <string name="nav_error">Error</string>

    <string name="button_back">Go Back</string>
    <string name="button_continue">Continue</string>
    <string name="button_scan_qr_code">Scan Taler QR Code</string>

    <string name="menu_settings">Settings</string>
    <string name="menu_retry_pending_operations">Retry Pending Operations</string>

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

    <string name="balances_title">Balances</string>
    <string name="amount_positive">+ %s</string>
    <string name="amount_negative">- %s</string>
    <string name="amount_chosen">Chosen Amount</string>
    <string name="balances_inbound_label">inbound</string>
    <string name="balances_empty_state">There is no digital cash in your wallet.\n\nYou can get test money from the demo bank:\n\nhttps://bank.demo.taler.net</string>

    <string name="transactions_title">Transactions</string>
    <string name="transactions_empty">You don\'t have any transactions</string>
    <string name="transactions_error">Could not load transactions</string>
    <string name="transactions_detail_title">Transaction</string>
    <string name="transactions_detail_title_balance">Balance: %s</string>
    <string name="transactions_detail_json">Show JSON</string>

    <!-- Transactions -->
    <string name="transaction_reserve_balance_updated">Reserve Balance Updated</string>
    <string name="transaction_payment">Payment</string>
    <string name="transaction_paid">Paid</string>
    <string name="transaction_order_total">Order Total</string>
    <string name="transaction_order">Order</string>
    <string name="transaction_order_id">Order Reference: %1$s</string>
    <string name="transaction_order_accepted">Purchase Confirmed</string>
    <string name="transaction_order_refused">Purchase Cancelled</string>
    <string name="transaction_tip_accepted">Tip Accepted</string>
    <string name="transaction_tip_declined">Tip Declined</string>
    <string name="transaction_refund">Refund</string>
    <string name="transaction_refresh">Obtained change</string>
    <string name="transaction_refresh_reason_manual">because of manual request</string>
    <string name="transaction_refresh_reason_pay">for payment</string>
    <string name="transaction_refresh_reason_refund">for refund</string>
    <string name="transaction_refresh_reason_abort_pay">to abort payment</string>
    <string name="transaction_refresh_reason_recoup">to recoup funds</string>
    <string name="transaction_refresh_reason_backup_restored">because of restoring from backup</string>

    <string name="payment_fee">+%s payment fee</string>
    <string name="payment_button_confirm">Confirm Payment</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">OK</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">The wire transfer now needs to be confirmed with the bank. Once the wire transfer is complete, the digital cash will automatically show in this wallet.</string>
    <string name="withdraw_total">Withdraw</string>
    <string name="withdraw_fees">Fee</string>
    <string name="withdraw_exchange">Exchange</string>
    <string name="withdraw_button_confirm">Confirm Withdraw</string>
    <string name="withdraw_button_tos">Review Terms</string>
    <string name="withdraw_error_title">Withdrawal Error</string>
    <string name="withdraw_error_message">Withdrawing is currently not possible. Please try again later!</string>

    <string name="exchange_fee_withdrawal_fee_label">Withdrawal Fee:</string>
    <string name="exchange_fee_overhead_label">Rounding Loss:</string>
    <string name="exchange_fee_coin_expiration_label">Earliest Coin Expiry:</string>
    <string name="exchange_fee_coin_fees_label">Coin Fees</string>
    <string name="exchange_fee_wire_fees_label">Wire Fees</string>
    <plurals name="exchange_fee_coin">
        <item quantity="one">Coin: %s (used %d time)</item>
        <item quantity="other">Coin: %s (used %d times)</item>
    </plurals>
    <string name="exchange_fee_withdraw_fee">Withdraw Fee: %s</string>
    <string name="exchange_fee_deposit_fee">Deposit Fee: %s</string>
    <string name="exchange_fee_refresh_fee">Change Fee: %s</string>
    <string name="exchange_fee_refund_fee">Refund Fee: %s</string>
    <string name="exchange_fee_wire_fee_timespan">Timespan: %1$s - %2$s</string>
    <string name="exchange_fee_wire_fee_wire_fee">Wire Fee: %s</string>
    <string name="exchange_fee_wire_fee_closing_fee">Closing Fee: %s</string>
    <string name="exchange_tos_accept">Accept Terms of Service</string>

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

    <string name="settings_dev_mode">Developer Mode</string>
    <string name="settings_dev_mode_summary">Shows more information intended for debugging</string>
    <string name="settings_withdraw_testkudos">Withdraw TESTKUDOS</string>
    <string name="settings_withdraw_testkudos_summary">Get money for testing</string>
    <string name="settings_reset">Reset Wallet (dangerous!)</string>
    <string name="settings_reset_summary">Throws away your money</string>

    <string name="refund_error">Error processing refund</string>
    <string name="refund_success">Refund received</string>

</resources>