moodle/lang/fr_ca/editor.php
koenr 4173f2cefc Deleted thislanguage, thisdirection thischaracterset parentlanguage from files wich are not supposed to contain those strings
This cause also some empty files (because they didn't contain anything else) wich I also deleted
2005-05-28 21:24:06 +00:00

111 lines
4.3 KiB
PHP

<?PHP // $Id$
// editor.php - created with Moodle 1.4.1 (2004083101)
$string['about'] = 'À propos de cet éditeur';
$string['absbottom'] = 'Absbottom';
$string['absmiddle'] = 'Absmiddle';
$string['address'] = 'Adresse';
$string['alignment'] = 'Alignement';
$string['alternatetext'] = 'Texte alt';
$string['anchorhelp'] = 'Ceci ne fait que créer un ancre. Vous devez créer le lien manuellement.';
$string['anchorname'] = 'Nom de l\'ancre';
$string['anchors'] = 'Ancres';
$string['baseline'] = 'Ligne de base';
$string['bold'] = 'Gras';
$string['borderthickness'] = 'Épaisseur bordure';
$string['bottom'] = 'Bas';
$string['browse'] = 'Choisir';
$string['cancel'] = 'Annuler';
$string['cellpadding'] = 'Rempl. cellule';
$string['cellspacing'] = 'Espace cellule';
$string['choosechar'] = 'Choisir un caractère';
$string['chooseicon'] = 'Choisir une icône à insérer';
$string['close'] = 'Fermer';
$string['cols'] = 'Colonnes';
$string['copy'] = 'Copier la sélection';
$string['createanchor'] = 'Créer une ancre';
$string['createfolder'] = 'Créer un dossier';
$string['createlink'] = 'Insérer un lien web';
$string['cut'] = 'Couper la sélection';
$string['delete'] = 'Effacer';
$string['filebrowser'] = 'Sélection des fichiers';
$string['forecolor'] = 'Couleur du texte';
$string['fullscreen'] = 'Éditeur plein écran';
$string['heading'] = 'Titre';
$string['height'] = 'Hauteur';
$string['hilitecolor'] = 'Couleur d\'arrière-plan';
$string['horizontal'] = 'Horizontal';
$string['horizontalrule'] = 'Filet horizontal';
$string['htmlmode'] = 'Mode code HTML';
$string['imageurl'] = 'URL de l\'image';
$string['indent'] = 'Augmenter le niveau d\'indentation';
$string['insertchar'] = 'Insérer un caractère spécial';
$string['insertimage'] = 'Insérer une image';
$string['insertlink'] = 'Insérer un lien';
$string['insertsmile'] = 'Insérer une binette';
$string['inserttable'] = 'Insérer un tableau';
$string['italic'] = 'Italique';
$string['justifycenter'] = 'Centré';
$string['justifyfull'] = 'Justifié';
$string['justifyleft'] = 'Aligné à gauche';
$string['justifyright'] = 'Aligné à droite';
$string['layout'] = 'Mise en page';
$string['left'] = 'Gauche';
$string['lefttoright'] = 'Direction de gauche à droite';
$string['linkproperties'] = 'Propriétés du lien';
$string['linktarget'] = 'Cible';
$string['linktargetblank'] = 'Nouvelle fenêtre';
$string['linktargetnone'] = 'Aucune';
$string['linktargetother'] = 'Autre (en panne)';
$string['linktargetself'] = 'Même cadre (frame)';
$string['linktargettop'] = 'Même fenêtre';
$string['linktitle'] = 'Titre';
$string['linkurl'] = 'URL';
$string['middle'] = 'Milieu';
$string['minimize'] = 'Minimiser l\'éditeur';
$string['move'] = 'Déplacer';
$string['normal'] = 'Normal';
$string['notimage'] = 'Le fichier sélectionné n\'est pas une image. Veuillez sélectionner une image !';
$string['notset'] = 'Par défaut';
$string['ok'] = 'OK';
$string['orderedlist'] = 'Liste numérotée';
$string['outdent'] = 'Diminuer le niveau d\'indentation';
$string['paste'] = 'Coller depuis le presse-papier';
$string['path'] = 'Chemin';
$string['percent'] = 'Pour-cent';
$string['pixels'] = 'Pixels';
$string['popupeditor'] = 'Passer l\'éditeur en mode fenêtre';
$string['preformatted'] = 'Préformatté';
$string['preview'] = 'Prévisualiser';
$string['properties'] = 'Propriétés';
$string['redo'] = 'Rétablir la dernière action';
$string['removelink'] = 'Retirer le lien';
$string['rename'] = 'Renommer';
$string['right'] = 'Droite';
$string['righttoleft'] = 'Direction de droite à gauche';
$string['rows'] = 'Rangées';
$string['selectcolor'] = 'Choisir la couleur';
$string['selection'] = 'Sélection';
$string['showhelp'] = 'Aide sur l\'éditeur';
$string['size'] = 'Taille';
$string['spacing'] = 'Espacement';
$string['strikethrough'] = 'Barré';
$string['subscript'] = 'Indice';
$string['superscript'] = 'Exposant';
$string['textindicator'] = 'Style courant';
$string['textmode'] = 'Vous êtes en MODE TEXTE. Cliquez sur le bouton [<>] pour retourner en MODE WYSIWYG.';
$string['texttop'] = 'Début du texte';
$string['top'] = 'Haut';
$string['type'] = 'Type';
$string['underline'] = 'Souligné';
$string['undo'] = 'Annuler la dernière action';
$string['unorderedlist'] = 'Liste non numérotée';
$string['upload'] = 'Envoyer';
$string['vertical'] = 'Vertical';
$string['width'] = 'Largeur';
$string['wordclean'] = 'Enlever les codes HTML superflus du fichier Word';
$string['zip'] = 'Compresser';
?>