/usr/share/tkrat2.2/text_features_fr.tcl is in tkrat 1:2.2cvs20100105-true-dfsg-6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | #################################################################
# DO NOT EDIT!
#
# This file is automatically generated from files in the Text/ subdirectory
#
# TkRat software and its included text is Copyright 1996-2004 by
# Martin Forssen
#
# The full text of the legal notices is contained in the file called
# COPYRIGHT, included with this distribution.
#
# The following is the function which does the actual work
proc init_features_fr {} {
global features
set features(1) {Nouveau mécanisme pour informer l'utilisateur des nouvelles fonctionnalités.
Ajout du support pour les navigateurs externes Galeon et Mozilla
Possibilité de choisir comment ouvrir les URL dans les navigateurs.}
set features(2) {Support de l'authentification SMTP.}
set features(3) {Il y a maintenant un assistant de création de boîtes à lettres.}
set features(4) {Implémenté un assistant de première utilisation pour aider à la configuration lors de la première utilisation.}
set features(5) {You can now use shift-left-mousebutton or middle mousebutton to flag messages.}
set features(6) {It is now possible to specify PGP keys and default actions for address book entries.}
set features(7) {The database search window has been improved. It is now possible to specify a time interval to search within.}
set features(8) {It is now possible to forward (separately or in one message) and bounce a group of messages.}
set features(9) {Messages sent while in offline mode are placed in the "Outgoing" folder. There you can delete them or make changes by selecting "Continue composing" in the message menu.}
set features(10) {Added in-line spelling checker to compose window. By default it will guess the language based on the first ten words you write. Misspelled words are underlined in red, right-click for replacements menu.}
set features(11) {Now supports both aspell and ispell as spelling checker commands}
set features(12) {It is now possible to filter the list of messages}
set features(13) {There is now an address history list. It pops up automatically when you start writing an address and shows possible completions from the last 500 addresses you sent email to.}
set features(14) {It is now possible to change the way dates are formatted in the list of messages.}
set features(15) {TkRat can now list and save the files contained in winmail.dat attachments (if the tnef command is installed).}
set features(16) {It is now possible to delete attchments from stored messages.}
}
#
# DO NOT EDIT!
# This file is automatically generated from files in the Text/ subdirectory
##############################################################################
|