HEX
Server: LiteSpeed
System: Linux server.zepintelhosting.com 4.18.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
User: enamadmin (1026)
PHP: 8.2.30
Disabled: exec,system,passthru,shell_exec,proc_open,popen,apache_child_terminate
Upload Files
File: /home/enamadmin/moodledata/lang/fr/atto_pastespecial.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_pastespecial', language 'fr', version '4.5'.
 *
 * @package     atto_pastespecial
 * @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['cancel'] = 'Annuler';
$string['clickthebutton'] = 'Cliquer sur le bouton "Terminer le collage" ou tapez Ctrl+Maj+Enter';
$string['gdocCSS'] = 'Propriétés CSS pour Documents Google';
$string['gdocCSS_desc'] = 'Propriétés CSS permises pour le collage depuis Documents Google. Voir par défaut pour le format.';
$string['height'] = 'Hauteur';
$string['height_desc'] = 'Hauteur de la fenêtre de dialogue, en %';
$string['help'] = 'Aide';
$string['keys'] = 'Interaction par le clavier';
$string['keys_desc'] = 'Touche(s) à presser pour l’ouverture de la fenêtre "collage spécial"';
$string['libreCSS'] = 'Propriétés CSS pour LibreWriter';
$string['libreCSS_desc'] = 'Propriétés CSS permises pour le collage depuis des documents LibreWriter. Voir par défaut pour le format.';
$string['none'] = 'Aucun (désactivé)';
$string['otherCSS'] = 'Autres propriétés CSS';
$string['otherCSS_desc'] = 'Propriétés CSS permises pour le collage depuis des autres documents. Voir par défaut pour le format.';
$string['paste'] = 'Terminer le collage';
$string['pastefromgdoc'] = 'Coller depuis un Document Google';
$string['pastefromlibre'] = 'Coller depuis LibreWriter';
$string['pastefrommoodle'] = 'Coller depuis Moodle';
$string['pastefromother'] = 'Coller d’autre document';
$string['pastefromword'] = 'Coller de Microosft Word';
$string['pastehere'] = '1. Contenu à coller :';
$string['pastestraight'] = 'Coller le texte sans nettoyer le HTML';
$string['pasteunformatted'] = 'Coller le texte non-formatté';
$string['pasteview'] = '3. Aperçu du résultat :';
$string['pluginname'] = 'Collage spécial';
$string['settings'] = 'Paramètres pour collage spécial';
$string['step2'] = '2. Sélectionner la source du texte formaté :';
$string['straight'] = 'Coller le texte directement';
$string['straight_desc'] = 'Permettre à l’utilisateur de coller le texte via pastespecial sans nettoyer le HTML';
$string['width'] = 'Largeur';
$string['width_desc'] = 'Largeur de la fenêtre de dialogue, en %';
$string['wordCSS'] = 'Propriétés CSS pour Word';
$string['wordCSS_desc'] = 'Propriétés CSS permises pour le collage depuis des Documents Microsoft Word. Voir par défaut pour le format.';