Ignore:
Timestamp:
Dec 8, 2012, 7:20:58 PM (11 years ago)
Author:
julien1311
Message:

tooltip
language update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Media_Icon/language/fr_FR/plugin.lang.php

    r19324 r19335  
    11<?php
    22$lang['Media Icon Plugin'] = 'Plugin Media Icon';
     3
     4//admin.php or common to all admin files
     5$lang['General'] = 'Général';
     6$lang['Advanced options'] = 'Options avancées';
     7$lang['Information data registered in database'] = 'Informations enregistrées dans la base de données';
     8
     9//admin_general.tpl
    310$lang['Style'] = 'Style';
    4 $lang['Result'] = 'Résultat';
    511$lang['Icon style:'] = 'Style d\'icône :';
    612$lang['Logo'] = 'Logo';
     
    1925$lang['Spreadsheets'] = 'Tableurs';
    2026$lang['Presentations'] = 'Présentations';
    21 $lang['Information data registered in database'] = 'Informations enregistrées dans la base de données';
    22 
    23 //admin.php
    24 $lang['General'] = 'Général';
    25 $lang['Advanced options'] = 'Options avancées';
     27$lang['Videos added with'] = 'Videos added with';
     28$lang['pdf files'] = 'Fichiers pdf';
     29$lang['doc, docx or odt files'] = 'Fichiers doc, docx ou odt';
     30$lang['xls, xlsx or ods files'] = 'Fichiers xls, xlsx ou ods';
     31$lang['ppt, pptx or odp files'] = 'Fichiers ppt, pptx ou odp';
    2632
    2733//admin_advanced.php
Note: See TracChangeset for help on using the changeset viewer.