mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-23 00:37:56 -05:00
204 lines
12 KiB
PHP
204 lines
12 KiB
PHP
<?php
|
|
|
|
$lang["config_address"] = "Addresse";
|
|
$lang["config_address_required"] = "L'adresse est requise";
|
|
$lang["config_apostrophe"] = "apostrophe";
|
|
$lang["config_backup_button"] = "Sauvegarde";
|
|
$lang["config_backup_database"] = "Sauvegarder la base de données";
|
|
$lang["config_barcode"] = "Code à barre";
|
|
$lang["config_barcode_company"] = "Nome de l'Entreprise";
|
|
$lang["config_barcode_configuration"] = "Configuration du Code à barre";
|
|
$lang["config_barcode_content"] = "Contenu du Code à barre";
|
|
$lang["config_barcode_first_row"] = "Ligne numéro 1";
|
|
$lang["config_barcode_font"] = "Police";
|
|
$lang["config_barcode_generate_if_empty"] = "Générer si vide";
|
|
$lang["config_barcode_height"] = "Hauteur (px)";
|
|
$lang["config_barcode_id"] = "Id/Nom Article";
|
|
$lang["config_barcode_info"] = "Configuration des Informations du Code à barre";
|
|
$lang["config_barcode_layout"] = "Disposition du Code à barre";
|
|
$lang["config_barcode_name"] = "Nom";
|
|
$lang["config_barcode_number"] = "UPC/EAN/ISBN";
|
|
$lang["config_barcode_number_in_row"] = "Nombre dans la ligne";
|
|
$lang["config_barcode_page_cellspacing"] = "Afficher séparateur de colones";
|
|
$lang["config_barcode_page_width"] = "Afficher la largeur de la page";
|
|
$lang["config_barcode_price"] = "Prix";
|
|
$lang["config_barcode_quality"] = "Qualité (1-100)";
|
|
$lang["config_barcode_second_row"] = "Row 3";
|
|
$lang["config_barcode_third_row"] = "Row 4";
|
|
$lang["config_barcode_type"] = "Type de Code à barre";
|
|
$lang["config_barcode_width"] = "Largeur (px)";
|
|
$lang["config_bottom"] = "Pied de page";
|
|
$lang["config_center"] = "Centre";
|
|
$lang["config_comma"] = "virgule";
|
|
$lang["config_company"] = "Nome de l'Entreprise";
|
|
$lang["config_company_change_image"] = "Changer l'image";
|
|
$lang["config_company_logo"] = "Logo de l'Entreprise";
|
|
$lang["config_company_remove_image"] = "Supprimer l'image";
|
|
$lang["config_company_required"] = "Le nom d'entreprise est requis";
|
|
$lang["config_company_select_image"] = "Sélectionner l'image";
|
|
$lang["config_company_website_url"] = "Le site web de l'entreprise n'est pas une URL valide (http://...)";
|
|
$lang["config_country_codes"] = "Codes de pays";
|
|
$lang["config_country_codes_tooltip"] = "Liste des codes de pays séparés par virgules pour la recherche d'adresse \\"nominatim\\".";
|
|
$lang["config_currency_decimals"] = "Décimales";
|
|
$lang["config_currency_symbol"] = "Symbole Monétaire";
|
|
$lang["config_custom1"] = "Champ Personnalisé 1";
|
|
$lang["config_custom10"] = "Champ Personnalisé 10";
|
|
$lang["config_custom2"] = "Champ Personnalisé 2";
|
|
$lang["config_custom3"] = "Champ Personnalisé 3";
|
|
$lang["config_custom4"] = "Champ Personnalisé 4";
|
|
$lang["config_custom5"] = "Champ Personnalisé 5";
|
|
$lang["config_custom6"] = "Champ Personnalisé 6";
|
|
$lang["config_custom7"] = "Champ Personnalisé 7";
|
|
$lang["config_custom8"] = "Champ Personnalisé 8";
|
|
$lang["config_custom9"] = "Champ Personnalisé 9";
|
|
$lang["config_customer_reward"] = "";
|
|
$lang["config_customer_reward_duplicate"] = "";
|
|
$lang["config_customer_reward_enable"] = "";
|
|
$lang["config_customer_reward_invalid_chars"] = "";
|
|
$lang["config_customer_reward_required"] = "";
|
|
$lang["config_date_or_time_format"] = "";
|
|
$lang["config_datetimeformat"] = "Format de la date et de l'heure";
|
|
$lang["config_decimal_point"] = " Decimal Point";
|
|
$lang["config_default_barcode_font_size_number"] = "La taille de la police de codes à barres par défaut doit être un nombre";
|
|
$lang["config_default_barcode_font_size_required"] = "La taille de la police de codes à barres par défaut est un champ obligatoire";
|
|
$lang["config_default_barcode_height_number"] = "La hauteur du code à barres par défaut doit être un nombre";
|
|
$lang["config_default_barcode_height_required"] = "La hauteur du code à barres par défaut est un champ obligatoire";
|
|
$lang["config_default_barcode_num_in_row_number"] = "Le numéro de code à barres par défaut dans la ligne doit être un nombre";
|
|
$lang["config_default_barcode_num_in_row_required"] = "Le numéro de code à barres par défaut dans la ligne est un champ obligatoire";
|
|
$lang["config_default_barcode_page_cellspacing_number"] = "The default barcode page cellspacing must be a number";
|
|
$lang["config_default_barcode_page_cellspacing_required"] = "The default barcode page cellspacing is a required field";
|
|
$lang["config_default_barcode_page_width_number"] = "The default barcode page width must be a number";
|
|
$lang["config_default_barcode_page_width_required"] = "The default barcode page width is a required field";
|
|
$lang["config_default_barcode_quality_number"] = "La quantité de code à barre par défaut doit être un nombre";
|
|
$lang["config_default_barcode_quality_required"] = "La quantité du code à barre par défaut est obligatoire";
|
|
$lang["config_default_barcode_width_number"] = "Le code-barres par défaut est obligatoire";
|
|
$lang["config_default_barcode_width_required"] = "The default barcode width is a required field";
|
|
$lang["config_default_sales_discount"] = "Default Sales Discount %";
|
|
$lang["config_default_sales_discount_number"] = "The default sales discount must be a number";
|
|
$lang["config_default_sales_discount_required"] = "The default sales discount is a required field";
|
|
$lang["config_default_tax_name_required"] = "The default tax name is a required field";
|
|
$lang["config_default_tax_rate"] = "Taux d'Imposition par Défaut";
|
|
$lang["config_default_tax_rate_1"] = "Taux d'Imposition 1";
|
|
$lang["config_default_tax_rate_2"] = "Taux d'Imposition 2";
|
|
$lang["config_default_tax_rate_number"] = "Le taux d'imposition doit etre un nombre";
|
|
$lang["config_default_tax_rate_required"] = "Le taux d'imposition par défaut est requis";
|
|
$lang["config_dinner_table"] = "";
|
|
$lang["config_dinner_table_duplicate"] = "";
|
|
$lang["config_dinner_table_enable"] = "";
|
|
$lang["config_dinner_table_invalid_chars"] = "";
|
|
$lang["config_dinner_table_required"] = "";
|
|
$lang["config_dot"] = "dot";
|
|
$lang["config_email"] = "Courriel";
|
|
$lang["config_email_configuration"] = "Email Configuration";
|
|
$lang["config_email_mailpath"] = "Path to Sendmail";
|
|
$lang["config_email_protocol"] = "Protocol";
|
|
$lang["config_email_smtp_crypto"] = "SMTP Encryption";
|
|
$lang["config_email_smtp_host"] = "SMTP Server";
|
|
$lang["config_email_smtp_pass"] = "SMTP Password";
|
|
$lang["config_email_smtp_port"] = "SMTP Port";
|
|
$lang["config_email_smtp_timeout"] = "SMTP Timeout (s)";
|
|
$lang["config_email_smtp_user"] = "SMTP Username";
|
|
$lang["config_fax"] = "Fax";
|
|
$lang["config_general"] = "General";
|
|
$lang["config_general_configuration"] = "General Configuration";
|
|
$lang["config_info"] = "Entreprise";
|
|
$lang["config_info_configuration"] = "Çonfiguration de l'Entreprise";
|
|
$lang["config_invoice"] = "Facture";
|
|
$lang["config_invoice_configuration"] = "Invoice Print Settings";
|
|
$lang["config_invoice_default_comments"] = "Default Invoice Comments";
|
|
$lang["config_invoice_email_message"] = "Invoice Email Template";
|
|
$lang["config_invoice_enable"] = "Enable Invoicing";
|
|
$lang["config_invoice_printer"] = "Invoice Printer";
|
|
$lang["config_jsprintsetup_required"] = "Attention! Cette fonctionnalité ne fonctionnera que si vous avez le plugin \\"FireFox jsPrintSetup\\" installé. Sauvegarder quand même?";
|
|
$lang["config_language"] = "Langue";
|
|
$lang["config_last_used_invoice_number"] = "";
|
|
$lang["config_last_used_quote_number"] = "";
|
|
$lang["config_left"] = "Left";
|
|
$lang["config_license"] = "License";
|
|
$lang["config_license_configuration"] = "License Statement";
|
|
$lang["config_line_sequence"] = "";
|
|
$lang["config_lines_per_page"] = "Lines Per Page";
|
|
$lang["config_lines_per_page_number"] = "The lines per page must be a number";
|
|
$lang["config_lines_per_page_required"] = "The lines per page is a required field";
|
|
$lang["config_locale"] = "Localisation";
|
|
$lang["config_locale_configuration"] = "Localisation Configuration";
|
|
$lang["config_locale_info"] = "Localisation Configuration Information";
|
|
$lang["config_location"] = "Stock";
|
|
$lang["config_location_configuration"] = "Stock Locations";
|
|
$lang["config_location_info"] = "Location Configuration Information";
|
|
$lang["config_logout"] = "Don't you want to make a backup before logging out?";
|
|
$lang["config_message"] = "Message";
|
|
$lang["config_message_configuration"] = "Message Configuration";
|
|
$lang["config_msg_msg"] = "Saved Text Message";
|
|
$lang["config_msg_msg_placeholder"] = "If you wish to use a SMS template save your message here. Otherwise leave the box blank.";
|
|
$lang["config_msg_pwd"] = "SMS-API Password";
|
|
$lang["config_msg_pwd_required"] = "SMS-API Password is a required field";
|
|
$lang["config_msg_src"] = "SMS-API Sender ID";
|
|
$lang["config_msg_src_required"] = "SMS-API Sender ID is a required field";
|
|
$lang["config_msg_uid"] = "SMS-API Username";
|
|
$lang["config_msg_uid_required"] = "SMS-API Username is a required field";
|
|
$lang["config_none"] = "none";
|
|
$lang["config_notify_alignment"] = "Notification Popup Position";
|
|
$lang["config_number_format"] = "Number Format";
|
|
$lang["config_number_locale"] = "Localisation";
|
|
$lang["config_number_locale_invalid"] = "The entered locale is invalid. Check the link in the tooltip to find a sensible value";
|
|
$lang["config_number_locale_required"] = "Number Locale is a required field";
|
|
$lang["config_number_locale_tooltip"] = "Find a suitable locale through this link";
|
|
$lang["config_payment_options_order"] = "Payment Options Order";
|
|
$lang["config_phone"] = "Téléphone";
|
|
$lang["config_phone_required"] = "Le numéro de téléphone est requis";
|
|
$lang["config_print_bottom_margin"] = "Margin Bottom";
|
|
$lang["config_print_bottom_margin_number"] = "The default bottom margin must be a number";
|
|
$lang["config_print_bottom_margin_required"] = "The default bottom margin is a required field";
|
|
$lang["config_print_footer"] = "Print Browser Footer";
|
|
$lang["config_print_header"] = "Print Browser Header";
|
|
$lang["config_print_left_margin"] = "Margin Left";
|
|
$lang["config_print_left_margin_number"] = "The default left margin must be a number";
|
|
$lang["config_print_left_margin_required"] = "The default left margin is a required field";
|
|
$lang["config_print_right_margin"] = "Margin Right";
|
|
$lang["config_print_right_margin_number"] = "The default right margin must be a number";
|
|
$lang["config_print_right_margin_required"] = "The default right margin is a required field";
|
|
$lang["config_print_silently"] = "Show Print Dialog";
|
|
$lang["config_print_top_margin"] = "Margin Top";
|
|
$lang["config_print_top_margin_number"] = "The default top margin must be a number";
|
|
$lang["config_print_top_margin_required"] = "The default top margin is a required field";
|
|
$lang["config_quantity_decimals"] = "Quantity Decimals";
|
|
$lang["config_receipt"] = "Receipt";
|
|
$lang["config_receipt_configuration"] = "Receipt Print Settings";
|
|
$lang["config_receipt_default"] = "Default";
|
|
$lang["config_receipt_info"] = "Receipt Configuration Information";
|
|
$lang["config_receipt_printer"] = "Ticket Printer";
|
|
$lang["config_receipt_short"] = "Short";
|
|
$lang["config_receipt_show_description"] = "Show Description";
|
|
$lang["config_receipt_show_serialnumber"] = "Show Serial Number";
|
|
$lang["config_receipt_show_taxes"] = "Show Taxes";
|
|
$lang["config_receipt_show_total_discount"] = "Show Total Discount";
|
|
$lang["config_receipt_template"] = "Receipt Template";
|
|
$lang["config_receiving_calculate_average_price"] = "Calc avg. Price (Receiving)";
|
|
$lang["config_recv_invoice_format"] = "Receivings Invoice Format";
|
|
$lang["config_register_mode_default"] = "";
|
|
$lang["config_return_policy_required"] = "Le Message est un champ requis";
|
|
$lang["config_reward"] = "";
|
|
$lang["config_reward_configuration"] = "";
|
|
$lang["config_right"] = "Right";
|
|
$lang["config_sales_invoice_format"] = "Sales Invoice Format";
|
|
$lang["config_sales_quote_format"] = "";
|
|
$lang["config_saved_successfully"] = "Configuration sauvegardée";
|
|
$lang["config_saved_unsuccessfully"] = "Échec de sauvegarde de configuration";
|
|
$lang["config_statistics"] = "Send statistics";
|
|
$lang["config_statistics_tooltip"] = "Send statistics for development and feature improvement purposes";
|
|
$lang["config_stock_location"] = "Localisation du stock";
|
|
$lang["config_stock_location_duplicate"] = "Please use an unique location name";
|
|
$lang["config_stock_location_invalid_chars"] = "The stock location name can not contain '_'";
|
|
$lang["config_stock_location_required"] = "Stock location number is a required field";
|
|
$lang["config_table"] = "";
|
|
$lang["config_table_configuration"] = "";
|
|
$lang["config_takings_printer"] = "Takings Printer";
|
|
$lang["config_tax_decimals"] = "Tax Decimals";
|
|
$lang["config_tax_included"] = "Tax Included";
|
|
$lang["config_theme"] = "Theme";
|
|
$lang["config_thousands_separator"] = "Thousands Separator";
|
|
$lang["config_timezone"] = "Fuseau Horaire";
|
|
$lang["config_top"] = "Top";
|
|
$lang["config_website"] = "Site-web";
|