view plugins/thunderbird_labels/localization/fr_FR.inc @ 26:b2b6c0af2383

remove _ from name, lots of other hacks to get label context menu working
author Charlie Root
date Sun, 28 Jan 2018 11:32:20 -0500
parents 1e000243b222
children
line wrap: on
line source

<?php
/**
* Author:
* Michael Kefeder
* http://code.google.com/p/rcmail-thunderbird-labels/
*/

$labels = array();
$labels['label'] = 'Tags Thunderbird ';
$labels['label0'] = 'Aucun tag';
$labels['label1'] = 'Important';
$labels['label2'] = 'Travail';
$labels['label3'] = 'Personnel';
$labels['label4'] = 'A faire';
$labels['label5'] = 'Plus tard';

$labels['tb_label_options'] = 'Options Tags Thunderbird';
$labels['tb_label_enable_option'] = 'Activer les tags';
$labels['tb_label_enable_shortcuts_option'] = 'Activer les raccourcis clavier';
$labels['tb_label_button_label'] = 'Tags';
$labels['tb_label_button_title'] = 'Affecter des tags aux messages';
$labels['tb_label_contextmenu_title'] = 'Tags';
$labels['tb_label_style_option'] = 'Style graphique';
$labels['tb_label_label'] = "Tag";