File: /home/enamadmin/moodledata/lang/fr/atto_table.php
<?php
// This file is part of Moodle - https://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <https://www.gnu.org/licenses/>.
/**
* Strings for component 'atto_table', language 'fr', version '4.5'.
*
* @package atto_table
* @category string
* @copyright 1999 Martin Dougiamas and contributors
* @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
$string['addcolumnafter'] = 'Ajouter une colonne après';
$string['addrowafter'] = 'Ajouter une rangée après';
$string['all'] = 'Autour de chaque cellule';
$string['allowbackgroundcolour'] = 'Permettre une couleur de fond';
$string['allowborder'] = 'Permettre la personnalisation des bordures';
$string['allowborder_desc'] = 'Si ce réglage est activé, les bordures des tableaux et des cellules peuvent être personnalisées.';
$string['allowwidth'] = 'Permettre de définir la largeur';
$string['appearance'] = 'Apparence';
$string['backgroundcolour'] = 'Couleur de fond';
$string['bordercolour'] = 'Couleur de bordure';
$string['borders'] = 'Bordures';
$string['bordersize'] = 'Épaisseur des bordures';
$string['borderstyles'] = 'Style des bordures';
$string['both'] = 'Les deux';
$string['caption'] = 'Légende';
$string['captionposition'] = 'Position de la légende';
$string['columns'] = 'Colonnes';
$string['createtable'] = 'Créer un tableau';
$string['dashed'] = 'Traitillé';
$string['deletecolumn'] = 'Supprimer colonne';
$string['deleterow'] = 'Supprimer rangée';
$string['dotted'] = 'Pointillé';
$string['edittable'] = 'Modifier tableau';
$string['headers'] = 'Définir les en-têtes';
$string['movecolumnleft'] = 'Déplacer la colonne vers la gauche';
$string['movecolumnright'] = 'Déplacer la colonne vers la droite';
$string['moverowdown'] = 'Déplacer la rangée vers le bas';
$string['moverowup'] = 'Déplacer la rangée vers le haut';
$string['noborder'] = 'Aucune bordure';
$string['none'] = 'Aucune';
$string['numberofcolumns'] = 'Nombre de colonnes';
$string['numberofrows'] = 'Nombre de rangées';
$string['outer'] = 'Autour du tableau';
$string['pluginname'] = 'Tableau';
$string['privacy:metadata'] = 'Le plugin atto_table n’enregistre aucune donnée personnelle.';
$string['rows'] = 'Rangées';
$string['settings'] = 'Réglage des tableaux';
$string['solid'] = 'Continu';
$string['themedefault'] = 'Réglages par défaut du thème';
$string['transparent'] = 'Transparent';
$string['updatetable'] = 'Modifier tableau';
$string['width'] = 'Largeur de tableau (en %)';