Ignore:
Timestamp:
Aug 21, 2009, 11:32:30 AM (15 years ago)
Author:
Criss
Message:

Add history tab

File:
1 edited

Legend:

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

    r3749 r3771  
    11<?php
    2 /* $Id: plugin.lang.php,v 1.8 2009/08/18 14:40:36 Criss Exp $ */
     2/* $Id: plugin.lang.php,v 1.9 2009/08/21 09:24:18 Criss Exp $ */
    33if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    44global $lang;
     
    7171$lang['contact_form_label'] = 'Nom affiché dans la barre de menus';
    7272$lang['contact_form_link_label'] = 'Texte utilisé pour le lien de contact en bas de page';
    73 
     73// History tab
     74$lang['cf_tab_history'] = 'Historique';
     75$lang['cf_history'] = 'Historique';
     76$lang['cf_history_desc'] = 'Historique des modifications';
     77$lang['cf_history_date'] = 'Date';
     78$lang['cf_history_version'] = 'Version';
     79$lang['cf_history_log'] = 'Changelog';
     80$lang['cf_file_not_found'] = 'Fichier non trouvé';
     81$lang['cf_file_empty'] = 'Fichier vide';
     82$lang['cf_format_date'] = '%D %M %Y';
    7483?>
Note: See TracChangeset for help on using the changeset viewer.