summaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
blob: 17d1101ab22102b72e8b774b8658ce58120c92ac (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
<resources>
    <string name="app_name">Taler Wallet</string>
    <string name="navigation_drawer_open">Open navigation drawer</string>
    <string name="navigation_drawer_close">Close navigation drawer</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="action_settings">Settings</string>

    <string name="menu_home">Home</string>
    <string name="menu_gallery">Gallery</string>
    <string name="menu_tools">Tools</string>
    <string name="menu_share">Share</string>
    <string name="menu_send">Send</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_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>

    <!-- TODO: Remove or change this placeholder text -->
    <string name="hello_blank_fragment">Hello blank fragment</string>
</resources>