summaryrefslogtreecommitdiff
path: root/wallet/src/main/res/values/strings.xml
blob: 44b2dad5f403978985ddbfb435aca5e316d08219 (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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<!--
  ~ 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 xmlns:tools="http://schemas.android.com/tools">
    <string name="app_name">Taler Wallet</string>

    <string name="google_play_title" tools:keep="@string/google_play_title">Taler Wallet (experimental)</string>
    <string name="google_play_short_desc" tools:keep="@string/google_play_short_desc">GNU Taler makes privacy-friendly online transactions fast and easy.</string>
    <string name="google_play_full_desc" tools:keep="@string/google_play_full_desc"><![CDATA[
This app is a wallet for GNU Taler. It is highly experimental, and not ready for production use yet.

GNU Taler is a privacy-preserving payment system. Customers can stay anonymous, but merchants can not hide their income through payments with GNU Taler. This helps to avoid tax evasion and money laundering.

The primary use case of GNU Taler is payments; it is not meant as a store of value. Payments are always backed by an existing currency.

Payment are made after exchanging existing money into electronic money with the help of an Exchange service, that is, a payment service provider for Taler.

When making a payment, customers only need a charged wallet. A merchant can accept payments without making their customers register on the merchant\'s Website.

GNU Taler is immune against many types of fraud, such as phishing of credit card information or chargeback fraud. In case of loss or theft, only the limited amount of money left in the wallet might be gone.
]]></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_history">Event History</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>
    <string name="transactions_delete">Delete</string>
    <string name="transactions_select_all">Select All</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">Total</string>
    <string name="transaction_order">Purchase</string>
    <string name="transaction_order_id">Receipt #%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_tip_from">Tip from %s</string>
    <string name="transaction_refund">Refund from %s</string>
    <string name="transaction_pending">PENDING</string>
    <string name="transaction_refresh">Coin expiry change fee</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">Purchase</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_title">Already paid</string>
    <string name="payment_already_paid">You\'ve already paid for this purchase.</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="exchange_tos_error">Error showing Terms of Service: %s</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_version_app">App Version</string>
    <string name="settings_version_core">Wallet Core Version</string>
    <string name="settings_version_protocol_exchange">Supported Exchange Versions</string>
    <string name="settings_version_protocol_merchant">Supported Merchant Versions</string>
    <string name="settings_version_unknown">Unknown</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>