taler-android

Android apps for GNU Taler (wallet, PoS, cashier)
Log | Files | Refs | README | LICENSE

commit 095b58508b737d58be9ebd913571110a1d07ffca
parent 58d77da8e8fb73ea6d5c24c804416859002de960
Author: Emmanuel Benoist <emmanuel.benoist@bfh.ch>
Date:   Wed, 19 Feb 2025 16:01:25 +0000

Translated using Weblate (French)

Currently translated at 100.0% (78 of 78 strings)

Translation: GNU Taler/Point-of-Sale Android
Translate-URL: https://weblate.taler.net/projects/gnu-taler/pos-android/fr/

Diffstat:
Mmerchant-terminal/src/main/res/values-fr/strings.xml | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/merchant-terminal/src/main/res/values-fr/strings.xml b/merchant-terminal/src/main/res/values-fr/strings.xml @@ -65,4 +65,18 @@ <string name="error_cancelled">Paiement annulé</string> <string name="error_history">Erreur d\'accès à l\'historique des commandes</string> <string name="error_timeout">Aucun paiement n\'a été effectué pendant la période de paiement, veuillez réessayer !</string> + <string name="product_image">Image du produit</string> + <string name="order_custom_add_button">Ajouter</string> + <string name="config_new_label">Commerçant (nouveau)</string> + <string name="product_category_uncategorized">Sans catégorie</string> + <string name="config_old_label">Fichier JSON (ancien)</string> + <string name="config_merchant_url">URL du commerçant</string> + <string name="config_token">Jeton d\'accès</string> + <string name="order_custom">Ajouter un produit personnalisé</string> + <string name="order_custom_product">Nom de produit personnalisé</string> + <string name="order_custom_product_default">Conseil</string> + <string name="menu_reload">Actualiser</string> + <string name="config_old_deprecation">Cette méthode de configuration est obsolète, veuillez utiliser la nouvelle configuration de l\'API marchande.</string> + <string name="toast_reloading">Rechargement de l\'inventaire</string> + <string name="host_apdu_service_desc">Paiements NFC Taler Merchant</string> </resources> \ No newline at end of file