📄 fr_lang_data.inc.php
字号:
<?php
// ================================================
// SPAW PHP WYSIWYG editor control
// ================================================
// French language file
// ================================================
// Developed: Alan Mendelevich, alan@solmetra.lt
// Copyright: Solmetra (c)2003 All rights reserved.
// Translation to French: Laurent Fasnacht(lf@o-t.ch)
// ------------------------------------------------
// www.solmetra.com
// ================================================
// v.1.0, 2003-04-16
// ================================================
// charset to be used in dialogs
$spaw_lang_charset = 'iso-8859-1';
// language text data array
// first dimension - block, second - exact phrase
// alternative text for toolbar buttons and title for dropdowns - 'title'
$spaw_lang_data = array(
'cut' => array(
'title' => 'Couper'
),
'copy' => array(
'title' => 'Copier'
),
'paste' => array(
'title' => 'Coller'
),
'undo' => array(
'title' => 'Annuler'
),
'redo' => array(
'title' => 'Refaire'
),
'hyperlink' => array(
'title' => 'Lien hypertexte'
),
'image_insert' => array(
'title' => 'Insérer une image',
'select' => 'Sélectionner',
'cancel' => 'Annuler',
'library' => 'Bibliothèque',
'preview' => 'Prévisualiser',
'images' => 'Images',
'upload' => 'Uploader l\'image',
'upload_button' => 'Uploader',
'error' => 'Erreur',
'error_no_image' => 'Veuillez sélectionner une image',
'error_uploading' => 'Impossible d\'uploader. Veuillez réessayer plus tard.',
'error_wrong_type' => 'Mauvais type d\'image',
'error_no_dir' => 'La bibliothèque n\'existe pas physiquement',
),
'image_prop' => array(
'title' => 'Propriétés de l\'image',
'ok' => ' OK ',
'cancel' => 'Annuler',
'source' => 'Source',
'alt' => 'Texte alternatif',
'align' => 'Alignement',
'left' => 'gauche',
'right' => 'droite',
'top' => 'haut',
'middle' => 'milieu',
'bottom' => 'bas',
'absmiddle' => 'Alignement milieu image = milieu texte',
'texttop' => 'Haut de ligne',
'baseline' => 'Bas de ligne',
'width' => 'Width',
'height' => 'Hauteur',
'border' => 'Bordure',
'hspace' => 'Espacement horizontal',
'vspace' => 'Espacement vertical',
'error' => 'Erreur',
'error_width_nan' => 'Largeur non numérique',
'error_height_nan' => 'Hauteur non numérique',
'error_border_nan' => 'Bordure non numérique',
'error_hspace_nan' => 'Espacement horizontal non numérique',
'error_vspace_nan' => 'Espacement vertical non numérique',
),
'hr' => array(
'title' => 'Trait de séparation horizonal'
),
'table_create' => array(
'title' => 'Créer un tableau'
),
'table_prop' => array(
'title' => 'Propriétés du tableau',
'ok' => ' OK ',
'cancel' => 'Annuler',
'rows' => 'Lignes',
'columns' => 'Colonnes',
'width' => 'Largeur',
'height' => 'Hauteur',
'border' => 'Bordure',
'pixels' => 'pixels',
'cellpadding' => 'Marge de cellule',
'cellspacing' => 'Espace entre cellules',
'bg_color' => 'Couleur de fond',
'error' => 'Erreur',
'error_rows_nan' => 'Lignes non numérique',
'error_columns_nan' => 'Colonnes non numérique',
'error_width_nan' => 'Largeur non numérique',
'error_height_nan' => 'Hauteur non numérique',
'error_border_nan' => 'Bordure non numérique',
'error_cellpadding_nan' => 'Marge non numérique',
'error_cellspacing_nan' => 'Espace non numérique',
),
'table_cell_prop' => array(
'title' => 'Propriété de la cellule',
'horizontal_align' => 'Alignement horizontal',
'vertical_align' => 'Alignement vertical',
'width' => 'Largeur',
'height' => 'Hauteur',
'css_class' => 'Classe CSS',
'no_wrap' => 'Pas de saut de ligne automatique',
'bg_color' => 'Couleur de fond',
'ok' => ' OK ',
'cancel' => 'Annuler',
'left' => 'Gauche',
'center' => 'Centre',
'right' => 'Droite',
'top' => 'Haut',
'middle' => 'Milieu',
'bottom' => 'Bas',
'baseline' => 'Bas de ligne',
'error' => 'Erreur',
'error_width_nan' => 'Largeur non numérique',
'error_height_nan' => 'Hauteur non numérique',
),
'table_row_insert' => array(
'title' => 'Insérer ligne'
),
'table_column_insert' => array(
'title' => 'Insérer colonne'
),
'table_row_delete' => array(
'title' => 'Supprimer ligne'
),
'table_column_delete' => array(
'title' => 'Supprimer colonne'
),
'table_cell_merge_right' => array(
'title' => 'Fusionner avec cellule de droite'
),
'table_cell_merge_down' => array(
'title' => 'Fusionner avec cellule du bas'
),
'table_cell_split_horizontal' => array(
'title' => 'Partager la cellule horizontalement'
),
'table_cell_split_vertical' => array(
'title' => 'Partager la cellule verticalement'
),
'style' => array(
'title' => 'Style'
),
'font' => array(
'title' => 'Police'
),
'fontsize' => array(
'title' => 'Taille'
),
'paragraph' => array(
'title' => 'Paragraphe'
),
'bold' => array(
'title' => 'Gras'
),
'italic' => array(
'title' => 'Italique'
),
'underline' => array(
'title' => 'Souligné'
),
'ordered_list' => array(
'title' => 'Numéros'
),
'bulleted_list' => array(
'title' => 'Puces'
),
'indent' => array(
'title' => 'Augmenter la marge à droite'
),
'unindent' => array(
'title' => 'Diminuer la marge à droite'
),
'left' => array(
'title' => 'Gauche'
),
'center' => array(
'title' => 'Centré'
),
'right' => array(
'title' => 'Droite'
),
'fore_color' => array(
'title' => 'Couleur'
),
'bg_color' => array(
'title' => 'Couleur de fond'
),
'design_tab' => array(
'title' => 'Passer en mode WYSIWYG (dessin)'
),
'html_tab' => array(
'title' => 'Passer en mode HTML (code)'
),
'colorpicker' => array(
'title' => 'Choix de couleur',
'ok' => ' OK ',
'cancel' => 'Annuler',
),
// <<<<<<<<< NEW >>>>>>>>>
'cleanup' => array(
'title' => 'Nettoyer le code HTML (enlever les styles)',
'confirm' => 'Valider cette action supprimera tous les styles, polices, et tags html inutiles du contenu actuel. Tout ou une partie de votre formattage pourra être perdu.',
'ok' => ' OK ',
'cancel' => 'Annuler',
),
'toggle_borders' => array(
'title' => 'Activer/désactiver bordures',
),
'hyperlink' => array(
'title' => 'Hyperlien',
'url' => 'URL',
'name' => 'Nom',
'target' => 'Cible',
'title_attr' => 'Titre',
'ok' => ' OK ',
'cancel' => 'Annuler',
),
'table_row_prop' => array(
'title' => 'Propriété de ligne',
'horizontal_align' => 'Alignement horizontal',
'vertical_align' => 'Alignement vertical',
'css_class' => 'Classe CSS',
'no_wrap' => 'Pas de sauts à la ligne',
'bg_color' => 'Couleur de fond',
'ok' => ' OK ',
'cancel' => 'Annuler',
'left' => 'Gauche',
'center' => 'Centre',
'right' => 'Droite',
'top' => 'Haut',
'middle' => 'Millieu',
'bottom' => 'Bas',
'baseline' => 'Bas de ligne',
),
'symbols' => array(
'title' => 'Caractères spéciaux',
'ok' => ' OK ',
'cancel' => 'Annuler',
),
'templates' => array(
'title' => 'Modèles',
),
'page_prop' => array(
'title' => 'Propriétés de la page',
'title_tag' => 'Titre',
'charset' => 'Jeu de charactère',
'background' => 'Image de fond',
'bgcolor' => 'Couleur de fond',
'text' => 'Couleur de texte',
'link' => 'Couleur de lien',
'vlink' => 'Couleur de lien visité',
'alink' => 'Couleur de lien actif',
'leftmargin' => 'Marge gauche',
'topmargin' => 'Marge haut',
'css_class' => 'Classe CSS',
'ok' => ' OK ',
'cancel' => 'Annuler',
),
'preview' => array(
'title' => 'Prévisualiser',
),
'image_popup' => array(
'title' => 'Popup image',
),
'zoom' => array(
'title' => 'Zoom',
),
);
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -