oms-Profile/Theme/Backend/Lang/fr.lang.php

105 lines
3.9 KiB
PHP
Executable File

<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Profile' => [
'Account' => 'Compte',
'Account/Group' => 'Compte de groupe',
'Activity' => 'Activité',
'Address' => 'Adresse',
'Amount' => '{Quantité}',
'Area' => 'Zone',
'Birthday' => 'Date d\'anniversaire',
'Change' => 'Changement',
'City' => 'Ville',
'Community' => 'Communauté',
'Contact' => 'Contacter',
'ContactInformation' => 'Coordonnées',
'Country' => 'De campagne',
'CreateProfile' => 'Créer un profil',
'Currency' => 'Devise',
'Currencyformat' => 'CurrencyFormat',
'Customized' => 'sur mesure',
'DateDelim' => 'Date séparateur',
'DecimalPoint' => 'Virgule',
'Defaults' => 'Par défaut',
'Email' => 'E-mail',
'Fast' => 'Vite',
'General' => 'Général',
'Glass' => 'Un verre',
'Heavy' => 'Lourd',
'Language' => 'Langue',
'Large' => 'Grande',
'LastLogin' => 'Dernière connexion',
'Length' => 'Longueur',
'Light' => 'Lumière',
'Load' => 'Charge',
'Localization' => 'Localisation',
'Long' => 'Longue',
'Medium' => 'Moyen',
'Name' => 'Nom',
'NoAddressSpecified' => 'Aucune adresse indiquée',
'NoContactSpecified' => 'Aucun contact spécifié',
'Numberformat' => 'Format de nombre',
'Numeric' => 'numérique',
'OFF' => 'DÉSACTIVÉ',
'ON' => 'SUR',
'Occupation' => 'Occupation',
'Phone' => 'Téléphone',
'Precision' => 'Précision',
'Profile' => 'Profil',
'ProfileImage' => 'Photo de profil',
'Profiles' => 'profils',
'Ranks' => 'Rangs',
'Registered' => 'Inscrit',
'Sea' => 'Mer',
'Search' => 'Chercher',
'Short' => 'Court',
'Skype' => 'Skype',
'Slow' => 'Lent',
'Small' => 'Petit',
'Speed' => 'La vitesse',
'Status' => 'Statut',
'Tablespoon' => 'Cuillerée à soupe',
'Teaspoon' => 'Cuillère à café',
'Temperature' => 'Température',
'ThousandsSeparator' => 'Séparateur de milliers',
'Time' => 'Temps',
'TimeDelim' => 'séparateur temps',
'Timeformat' => 'Format de l\'heure',
'Timezone' => 'Fuseau horaire',
'VeryFast' => 'Très vite',
'VeryHeavy' => 'Très lourd',
'VeryLarge' => 'Très grand',
'VeryLight' => 'Très léger',
'VeryLong' => 'Très long',
'VeryShort' => 'Très court',
'VerySlow' => 'Très lent',
'VerySmall' => 'Très petit',
'Visibility' => 'Visibilité',
'Volume' => 'Le volume',
'Weight' => 'Poids',
'Zip' => 'Zipper',
'aType1' => 'Maison',
'aType2' => 'Entreprise',
'aType3' => 'Expédition',
'aType4' => 'Facturation',
'aType5' => 'Travailler',
'aType6' => 'Contracter',
'aType7' => 'Autre',
'cType1' => 'Téléphone',
'cType2' => 'Fax',
'cType3' => 'Site Internet',
'cType4' => 'E-mail',
]];