Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for payments in local currencies #20428

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion OsmAnd/res/values-fr/phrases.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1404,6 +1404,13 @@
<string name="poi_payment_coins_0_5">Pièces de 0,5$</string>
<string name="poi_payment_cash_yes">Espèces</string>
<string name="poi_payment_cash_no">Espèces non acceptées</string>
<string name="payment_cash_xlt_bule_yes">Espèce monnaie locale La Bulle</string>
<string name="payment_cash_xlt_eusk_yes">Espèce monnaie locale L'Eusko</string>
<string name="payment_cash_xlt_flor_yes">Espèce monnaie locale Le Florain</string>
<string name="payment_cash_xlt_pive_yes">Espèce monnaie locale La Pive</string>
<string name="payment_cash_xlt_roue_yes">Espèce monnaie locale La Roue</string>
<string name="payment_cash_xlt_valh_yes">Espèce monnaie locale Le Val'heureux </string>
<string name="payment_cash_xlt_zinn_yes">Espèce monnaie locale La Zinne</string>
<string name="poi_payment_debit_cards_yes">Cartes de débit</string>
<string name="poi_payment_debit_cards_no">Cartes de débit non acceptées</string>
<string name="poi_social_facility_for_senior">Seniors</string>
Expand Down Expand Up @@ -3141,6 +3148,9 @@
<string name="poi_end_date">Date de fin</string>
<string name="poi_payment_contactless_yes">Sans contact</string>
<string name="poi_payment_contactless_no">Sans contact non accepté</string>
<string name="payment_contactless_xlt_bule_yes">Monnaie locale La Bulle numérique</string>
<string name="payment_contactless_xlt_eusk_yes">Monnaie locale L'Eusko numérique</string>
<string name="payment_contactless_xlt_flor_yes">Monnaie locale Le Florain numérique</string>
<string name="poi_hazard_nuclear">Risque nucléaire</string>
<string name="poi_hazard_erosion">Risque d\'érosion</string>
<string name="poi_hazard_avalanche">Risque d\'avalanche</string>
Expand Down Expand Up @@ -4868,4 +4878,4 @@
<string name="poi_us_maps_recreation_area_facility_boat_launch">Mise à l\'eau</string>
<string name="poi_us_maps_recreation_area_facility_boat_ramp">Rampe de mise à l\'eau</string>
<string name="poi_blm_yes">Géré par le Bureau Of Land Management</string>
</resources>
</resources>
10 changes: 10 additions & 0 deletions OsmAnd/res/values/phrases.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1713,6 +1713,13 @@
<string name="poi_payment_electronic_purses_no">Electronic purses not accepted</string>
<string name="poi_payment_cash_yes">Cash</string>
<string name="poi_payment_cash_no">Cash not accepted</string>
<string name="payment_cash_xlt_bule_yes">Cash local currency La Bulle</string>
<string name="payment_cash_xlt_eusk_yes">Cash local currency L'Eusko</string>
<string name="payment_cash_xlt_flor_yes">Cash local currency Le Florain</string>
<string name="payment_cash_xlt_pive_yes">Cash local currency La Pive</string>
<string name="payment_cash_xlt_roue_yes">Cash local currency La Roue</string>
<string name="payment_cash_xlt_valh_yes">Cash local currency Le Val'heureux </string>
<string name="payment_cash_xlt_zinn_yes">Cash local currency La Zinne</string>
<string name="poi_payment_debit_cards_yes">Debit cards</string>
<string name="poi_payment_debit_cards_no">Debit cards not accepted</string>
<string name="poi_payment_bitcoin_yes">Bitcoin</string>
Expand Down Expand Up @@ -4027,6 +4034,9 @@

<string name="poi_payment_contactless_yes">Contactless</string>
<string name="poi_payment_contactless_no">Contactless not accepted</string>
<string name="payment_contactless_xlt_bule_yes">Contactless local currency La Bulle</string>
<string name="payment_contactless_xlt_eusk_yes">Contactless local currency L'Eusko</string>
<string name="payment_contactless_xlt_flor_yes">Contactless local currency Le Florain</string>

<string name="poi_hazard">Hazard</string>
<string name="poi_hazard_nuclear">Nuclear hazard</string>
Expand Down
Loading