-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathstrings.xml
89 lines (88 loc) · 5.17 KB
/
strings.xml
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
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">BTC Map</string>
<string name="add_location">Add location</string>
<string name="kilometers_short">km</string>
<string name="icon">Icon</string>
<string name="donate">Donate</string>
<string name="qr_code">QR code</string>
<string name="copied_to_clipboard">Copied to clipboard</string>
<string name="btc_map_donation_address">BTC Map donation address</string>
<string name="show_my_location">Show my location</string>
<string name="search_here">Search here</string>
<string name="settings">Settings</string>
<string name="trends">Trends</string>
<string name="up_to_date_places">Up-to-date places</string>
<string name="total_places">Total places</string>
<string name="pay">Pay</string>
<string name="you_dont_have_a_compatible_wallet">You don\'t have a compatible wallet</string>
<string name="communities">Communities</string>
<string name="latest_changes">Latest changes</string>
<string name="tip">⚡ Tip</string>
<string name="view_on_osm">View on OSM</string>
<string name="edit_on_osm">Edit on OSM</string>
<string name="editor_manual">Editor manual</string>
<string name="users">Users</string>
<string name="by_s">by %1$s</string>
<string name="unnamed">Unnamed</string>
<string name="unnamed_user">Unnamed user</string>
<string name="not_verified">Not verified</string>
<string name="show_more">Show more</string>
<string name="verify">Verify or Report</string>
<string name="atm">ATM</string>
<string name="checkmark_icon">Checkmark icon</string>
<string name="database">Database</string>
<string name="updated_s">Updated: %1$s</string>
<string name="database_is_empty">Database is empty</string>
<string name="category_atm">ATM</string>
<string name="category_atm_plural">ATMs</string>
<string name="category_bar">Bar</string>
<string name="category_bar_plural">Bars</string>
<string name="category_cafe">Cafe</string>
<string name="category_cafe_plural">Cafes</string>
<string name="category_hotel">Hotel</string>
<string name="category_hotel_plural">Hotels</string>
<string name="category_other_plural">Other</string>
<string name="category_pub">Pub</string>
<string name="category_pub_plural">Pubs</string>
<string name="category_restaurant">Restaurant</string>
<string name="category_restaurant_plural">Restaurants</string>
<string name="show_atms">Show ATMs</string>
<string name="pay_onchain">Pay Onchain</string>
<string name="pay_with_lightning">Pay with Lightning</string>
<string name="image">Image</string>
<string name="issues">Issues</string>
<string name="sync_failed_s">Sync failed: %1$s</string>
<string name="new_local_merchant_accepts_bitcoins">New local merchant accepts bitcoins</string>
<string name="show_sync_summary">Show sync summary</string>
<string name="directions">Directions</string>
<string name="share">Share</string>
<string name="unknown">unknown</string>
<string name="companion_warning">You\'ll need a companion app (%1$s) in order to make a payment. This app doesn\'t require you to fill any personal data, to the best of our knowledge. Please let us know if it\'s not the case and we\'ll remove this place.</string>
<string name="percentage_of_verified_places">Percentage of verified places</string>
<string name="days_since_verified">Days since verified</string>
<string name="delivery">Delivery</string>
<string name="new_merchant_notifications">New merchant notifications</string>
<string name="add_element_comment_disclosure_1">All comments are anonymous but we collect a small fee in sats as a spam protection measure</string>
<string name="add_element_comment_disclosure_2">You can close this screen after paying an invoice and your comment will appear on the map shortly</string>
<string name="comment">Comment</string>
<string name="generate_invoice">Generate Invoice</string>
<string name="add_comment">Add Comment</string>
<string name="error">Error</string>
<string name="close">Close</string>
<string name="invalid_payment_url">Invalid payment URL</string>
<string name="comments">Comments</string>
<string name="add">Add</string>
<string name="issues_d">Issues: %1$d</string>
<string name="boost">Boost</string>
<string name="boost_merchant">Boost Merchant</string>
<string name="comments_d">Comments (%1$d)</string>
<string name="boost_description">Make this merchant stand out in Bitcoin orange on the map, shine in the search results, and be discovered in the exclusive boosted locations section!\n\nThe fee is used to support the BTC Map open source project and continue it\'s development.</string>
<string name="months_1">1 Month</string>
<string name="months_12">12 Months</string>
<string name="boost_invoice_hint">You can close this screen after paying an invoice and your boost will appear on the map shortly</string>
<string name="months_3">3 Months</string>
<string name="current_fee">Current fee:</string>
<string name="loading">loading</string>
<string name="d_sat">%1$s sat</string>
</resources>