-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathstrings.xml
89 lines (88 loc) · 5.27 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">Ajouter une lieu</string>
<string name="kilometers_short">km</string>
<string name="icon">Icone</string>
<string name="donate">Don</string>
<string name="qr_code">Code QR</string>
<string name="copied_to_clipboard">Copier dans le presse-papier</string>
<string name="btc_map_donation_address">BTC Map adresse de don</string>
<string name="show_my_location">Voir mon emplacement</string>
<string name="search_here">Rechercher ici</string>
<string name="settings">Paramètres</string>
<string name="trends">Tendances</string>
<string name="up_to_date_places">Lieux à jour</string>
<string name="total_places">Total lieux</string>
<string name="pay">Payer</string>
<string name="you_dont_have_a_compatible_wallet">Vous n\'avez pas un porte-feuille compatible</string>
<string name="communities">Communautés</string>
<string name="latest_changes">Derniers changements</string>
<string name="tip">⚡ Tip</string>
<string name="view_on_osm">Voir sur OSM</string>
<string name="edit_on_osm">Editer on OSM</string>
<string name="editor_manual">Editor manual</string>
<string name="users">Users</string>
<string name="by_s">par %1$s</string>
<string name="unnamed">Lieu sans nom</string>
<string name="unnamed_user">Utilisateur-trice-s sans nom</string>
<string name="not_verified">Non vérifié</string>
<string name="show_more">Voir plus</string>
<string name="verify">Vérifier ou signaler</string>
<string name="atm">DAB</string>
<string name="checkmark_icon">Icône de vérification</string>
<string name="database">Base de données</string>
<string name="updated_s">Dernière synchronisation: %1$s</string>
<string name="database_is_empty">Base de données est vide</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>