You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
4.3 KiB
67 lines
4.3 KiB
<?php
|
|
// This file is part of Moodle - http://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 <http://www.gnu.org/licenses/>.
|
|
|
|
/**
|
|
* French Lang Strings (1)
|
|
*
|
|
* @author steve.colin@ecampus-hainaut.be (2)
|
|
* @copyright © eCampus Provincial 2012 http://www.ecampus-hainaut.be (3)
|
|
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later (4)
|
|
*/
|
|
defined('MOODLE_INTERNAL') || die();
|
|
|
|
$string['autolaunch'] = '(toujours?)';
|
|
$string['blockname'] = 'Accessibilit�';
|
|
$string['clearedoldcache'] = 'Nettoy� {$a} vieux fichier(s) dans le cache';
|
|
$string['char'] = 'A';
|
|
$string['dectext'] = 'Diminuer Taille du Texte';
|
|
$string['inctext'] = 'Augmenter Taille du Texte';
|
|
$string['invalidop'] = 'Op�ration invalide!';
|
|
$string['jsnocolour'] = 'Erreur lors du changement de couleurs';
|
|
$string['jsnocolourreset'] = 'Erreur lors de la remise � z�ro des couleurs';
|
|
$string['jsnosave'] = 'Erreur lors de la sauvegarder des param�tres';
|
|
$string['jsnosize'] = 'Erreur lors du changement de la taille';
|
|
$string['jsnosizereset'] = 'Erreur lors de la remise � z�ro de la taille du texte';
|
|
$string['launchtoolbar'] = 'Lancer ATbar';
|
|
$string['pluginname'] = 'Accessibilit�';
|
|
$string['pluginnameplural'] = 'Accessibilit� Block';
|
|
$string['resettext'] = 'Remise � z�ro de la taille du texte';
|
|
$string['reset'] = 'Param�tres r�-initialis�s';
|
|
$string['save'] = 'Sauver les param�tres';
|
|
$string['saved'] = 'Param�tres sauv�s';
|
|
$string['col1text'] = 'Couleurs par d�faut';
|
|
$string['col2text'] = 'Contraste �lev� 1';
|
|
$string['col3text'] = 'Contraste �lev� 2';
|
|
$string['col4text'] = 'Contraste Haut';
|
|
|
|
/* Configuration form - please help us translate it on GitHub
|
|
------------------------------------------------------------
|
|
*/
|
|
$string['config_autosave'] = 'Auto save'; // label
|
|
$string['config_autosave_checkbox'] = 'Save user settings automatically (button "save" will disappear)'; // checkbox label
|
|
$string['config_autosave_help'] = 'Font size and colour schemes settings are automatically saved to the session as long as user is logged in to the system. However, session settings will be cleared once the user log off. The user can keep chosen settings throughout the sessions using the "save" button in the block. Enabling Auto-save option will remove the "save" button and automatically save settings for the user. This might lead to slightly higher impact to the system performance, which is why this option is disabled by default.'; // help block
|
|
$string['config_showATbar'] = 'ATbar';
|
|
$string['config_showATbar_checkbox'] = 'Allow ATbar appearance within Accessibility block';
|
|
$string['config_showATbar_help'] = 'Accessibility block also integrates ATbar from Southampton University ECS <a href="http://www.atbar.org">http://www.atbar.org</a>.';
|
|
$string['config_fg'] = 'Text colour (not required)';
|
|
$string['config_fg_help'] = 'Define colour scheme foreground colour here. Keep in mind that the colour will be applied uniformly to all user interface elements. It is not always desirable to have the same colour in each user interface element. <strong>It is recommended to leave foreground colour field empty</strong> so that elements can keep its default colours. Try to change background colour only.';
|
|
$string['config_bg'] = 'Background colour';
|
|
$string['config_bg_help'] = 'Define colour scheme background colour here. Keep in mind that the background colour will be applied uniformly to all user interface elements.';
|
|
$string['color_input_error'] = 'Please enter a color in a format as such: #FF0050';
|
|
|
|
$string['accessibility:addinstance'] = 'Add a new Accessibility block';
|
|
$string['accessibility:myaddinstance'] = 'Add a new Accessibility block to My home';
|
|
$string['jsnotloggedin'] = 'Error! Please check if you are logged-in to the system or contact your administrator';
|
|
|