mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 09:59:08 -04:00
89 lines
3.7 KiB
PHP
89 lines
3.7 KiB
PHP
<?php
|
|
return [
|
|
'common_address_1' => 'Adresse 1',
|
|
'common_address_2' => 'Adresse 2',
|
|
'common_admin' => '',
|
|
'common_city' => 'Ville',
|
|
'common_clerk' => '',
|
|
'common_close' => 'Fermer',
|
|
'common_color' => '',
|
|
'common_comments' => 'Commentaires',
|
|
'common_common' => 'commun',
|
|
'common_confirm_search' => 'Vous avez sélectionné une ou plusieurs lignes, celles-ci ne seront plus sélectionnées après votre recherche. Voulez-vous continuer ?',
|
|
'common_copyrights' => '© 2010 - %1',
|
|
'common_correct_errors' => 'Merci de corriger les erreurs identifiées avant d'enregistrer',
|
|
'common_country' => 'Pays',
|
|
'common_dashboard' => '',
|
|
'common_date' => 'Date',
|
|
'common_delete' => 'Supprimer',
|
|
'common_det' => 'détails',
|
|
'common_download_import_template' => 'Télécharger le modèle d'importation CSV (CSV)',
|
|
'common_edit' => 'éditer',
|
|
'common_email' => 'Courriel',
|
|
'common_email_invalid_format' => 'Le format de l'adresse courriel est incorrect.',
|
|
'common_export_csv' => 'Exportation CSV',
|
|
'common_export_csv_no' => 'Non',
|
|
'common_export_csv_yes' => 'Oui',
|
|
'common_fields_required_message' => 'Les champs en rouge sont requis',
|
|
'common_fields_required_message_unique' => '',
|
|
'common_first_name' => 'Prénom',
|
|
'common_first_name_required' => 'Le prénom est requis.',
|
|
'common_first_page' => 'Premier',
|
|
'common_gender' => 'Genre',
|
|
'common_gender_female' => 'F',
|
|
'common_gender_male' => 'M',
|
|
'common_gender_undefined' => '',
|
|
'common_icon' => 'Icône',
|
|
'common_id' => 'Identifiant',
|
|
'common_import' => 'Importation',
|
|
'common_import_change_file' => 'Changer',
|
|
'common_import_csv' => 'Importation CSV',
|
|
'common_import_full_path' => 'Chemin complet vers le fichier CSV requis',
|
|
'common_import_remove_file' => 'Supprimer',
|
|
'common_import_select_file' => 'Sélectionner le fichier',
|
|
'common_inv' => 'fact.',
|
|
'common_last_name' => 'Nom de famille',
|
|
'common_last_name_required' => 'Le nom de famille est un champ obligatoire.',
|
|
'common_last_page' => 'Dernier',
|
|
'common_learn_about_project' => 'pour les dernières informations sur le projet.',
|
|
'common_list_of' => 'Liste de',
|
|
'common_logo' => 'Logo',
|
|
'common_logo_mark' => 'Marque',
|
|
'common_logout' => 'Déconnexion',
|
|
'common_manager' => '',
|
|
'common_migration_needed' => 'Une migration de la base de donnée vers %1 démarrera après le connexion.',
|
|
'common_new' => 'Nouveau',
|
|
'common_no' => '',
|
|
'common_no_persons_to_display' => 'Il n'y a personne à afficher.',
|
|
'common_none_selected_text' => '[Sélectionner]',
|
|
'common_or' => 'OU',
|
|
'common_people' => '',
|
|
'common_phone_number' => 'Téléphone',
|
|
'common_phone_number_required' => 'Le numéro de téléphone est requis.',
|
|
'common_please_visit_my' => 'SVP visitez le',
|
|
'common_position' => '',
|
|
'common_powered_by' => 'Propulsé par',
|
|
'common_price' => 'Prix',
|
|
'common_print' => 'Imprimer',
|
|
'common_remove' => 'Enlever',
|
|
'common_required' => 'Requis',
|
|
'common_restore' => 'Restaurer',
|
|
'common_return_policy' => 'Politique de retour',
|
|
'common_search' => 'Recherche',
|
|
'common_search_options' => 'Options de recherche',
|
|
'common_searched_for' => 'Recherché',
|
|
'common_software_short' => 'OSPOS',
|
|
'common_software_title' => 'Open Source Point of Sale',
|
|
'common_state' => 'État',
|
|
'common_submit' => 'Envoyer',
|
|
'common_total_spent' => 'Dépenses totales',
|
|
'common_unknown' => 'Inconnu(e)',
|
|
'common_view_recent_sales' => 'Voir ventes récentes',
|
|
'common_website' => 'opensourcepos.org',
|
|
'common_welcome' => 'Bienvenue',
|
|
'common_welcome_message' => 'Bienvenue sur OSPOS, choisissez un module ci-dessous.',
|
|
'common_yes' => '',
|
|
'common_you_are_using_ospos' => 'Vous utilisez Open Source Point Of Sale Version',
|
|
'common_zip' => 'Code postal',
|
|
];
|