Sweden-Number/programs/wordpad/Fr.rc

234 lines
8.3 KiB
Plaintext
Raw Normal View History

2006-02-16 12:18:17 +01:00
/*
2007-11-13 14:49:17 +01:00
* Copyright 2006-2007 by Jonathan Ernst
2006-02-16 12:18:17 +01:00
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
2006-02-16 12:18:17 +01:00
*/
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
MAINMENU MENU DISCARDABLE
BEGIN
POPUP "&Fichier"
BEGIN
2006-07-12 14:08:47 +02:00
MENUITEM "&Nouveau\tCtrl+N", ID_FILE_NEW
MENUITEM "&Ouvrir...\tCtrl+O", ID_FILE_OPEN
2007-05-31 15:38:51 +02:00
MENUITEM "&Enregistrer\tCtrl+S", ID_FILE_SAVE
MENUITEM "Enregistrer &sous...", ID_FILE_SAVEAS
2006-02-16 12:18:17 +01:00
MENUITEM SEPARATOR
2007-11-13 14:49:17 +01:00
MENUITEM "&Imprimer . . .\tCtrl+P", ID_PRINT
MENUITEM "A&per<65>u avant impression...", ID_PREVIEW
MENUITEM "&Mise en page...", ID_PRINTSETUP
2007-08-23 01:36:29 +02:00
MENUITEM SEPARATOR
2006-02-16 12:18:17 +01:00
MENUITEM "&Quitter", ID_FILE_EXIT
END
POPUP "<22>&dition"
2006-02-16 12:18:17 +01:00
BEGIN
MENUITEM "&Annuler\tCtrl+Z", ID_EDIT_UNDO
2007-11-13 14:49:17 +01:00
MENUITEM "&R<>tablir\tCtrl+Y", ID_EDIT_REDO
2006-02-16 12:18:17 +01:00
MENUITEM SEPARATOR
MENUITEM "&Couper\tCtrl+X", ID_EDIT_CUT
MENUITEM "Co&pier\tCtrl+C", ID_EDIT_COPY
MENUITEM "C&oller\tCtrl+V", ID_EDIT_PASTE
MENUITEM "&Effacer\tDel", ID_EDIT_CLEAR
MENUITEM "&S<>lectionner tout\tCtrl+A", ID_EDIT_SELECTALL
2006-02-16 12:18:17 +01:00
MENUITEM SEPARATOR
2007-11-13 14:49:17 +01:00
MENUITEM "&Rechercher . . .\tCrtl+F", ID_FIND
MENUITEM "Rechercher le &suivant\tF3", ID_FIND_NEXT
MENUITEM "&Remplacer...\tCtrl+H", ID_REPLACE
2007-07-18 15:41:33 +02:00
MENUITEM SEPARATOR
2006-02-16 12:18:17 +01:00
MENUITEM "Lecture-&seule", ID_EDIT_READONLY
MENUITEM "&Modifi<66>", ID_EDIT_MODIFIED
2006-02-16 12:18:17 +01:00
MENUITEM SEPARATOR
POPUP "&Avanc<6E>s"
2006-02-16 12:18:17 +01:00
BEGIN
MENUITEM "&Information s<>lection", ID_EDIT_SELECTIONINFO
MENUITEM "&Format caract<63>res", ID_EDIT_CHARFORMAT
MENUITEM "&D<>f. format car.", ID_EDIT_DEFCHARFORMAT
2006-02-16 12:18:17 +01:00
MENUITEM "Format paragrap&he", ID_EDIT_PARAFORMAT
MENUITEM "&Recevoir texte", ID_EDIT_GETTEXT
END
END
POPUP "&Affichage"
2007-06-06 11:10:47 +02:00
BEGIN
MENUITEM "&Barre d'outils", ID_TOGGLE_TOOLBAR
MENUITEM "&Barre de format", ID_TOGGLE_FORMATBAR
MENUITEM "&Barre d'<27>tat", ID_TOGGLE_STATUSBAR
2007-08-23 15:08:41 +02:00
MENUITEM SEPARATOR
2007-11-13 14:49:17 +01:00
MENUITEM "&Options...", ID_VIEWPROPERTIES
2007-06-06 11:10:47 +02:00
END
2007-11-13 14:49:17 +01:00
POPUP "&Insertion"
2007-07-18 15:50:21 +02:00
BEGIN
2007-11-13 14:49:17 +01:00
MENUITEM "&Date et heure...", ID_DATETIME
2007-07-18 15:50:21 +02:00
END
POPUP "Forma&t"
2006-02-16 12:18:17 +01:00
BEGIN
2007-11-13 14:49:17 +01:00
MENUITEM "&Polive...", ID_FONTSETTINGS
MENUITEM "&Puces" ID_BULLET
MENUITEM "&Paragraphe..." ID_PARAFORMAT
MENUITEM "&Tabulations..." ID_TABSTOPS
2006-02-16 12:18:17 +01:00
POPUP "&Fond"
BEGIN
MENUITEM "&Syst<73>me\tCtrl+1", ID_BACK_1
MENUITEM "&Jaunasse\tCtrl+2", ID_BACK_2
2006-02-16 12:18:17 +01:00
END
END
2007-11-13 14:49:17 +01:00
POPUP "Aid&e"
2007-08-23 15:05:40 +02:00
BEGIN
2007-11-13 14:49:17 +01:00
MENUITEM "<22> &propos du Wordpad de Wine" ID_ABOUT
2007-08-23 15:05:40 +02:00
END
2006-02-16 12:18:17 +01:00
END
2007-08-23 15:05:23 +02:00
IDM_POPUP MENU DISCARDABLE
BEGIN
POPUP ""
BEGIN
MENUITEM "&Couper", ID_EDIT_CUT
MENUITEM "Co&pier", ID_EDIT_COPY
MENUITEM "C&oller", ID_EDIT_PASTE
MENUITEM SEPARATOR
2007-11-13 14:49:17 +01:00
MENUITEM "&Puces" ID_BULLET
MENUITEM "&Paragraphe" ID_PARAFORMAT
2007-08-23 15:05:23 +02:00
END
END
2007-07-18 15:50:21 +02:00
IDD_DATETIME DIALOG DISCARDABLE 30, 20, 130, 80
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
2007-11-13 14:49:17 +01:00
CAPTION "Date et heure"
2007-07-18 15:50:21 +02:00
FONT 10, "MS Sans Serif"
BEGIN
LTEXT "Available formats",0,3,2,100,15
LISTBOX IDC_DATETIME,3,12,80,65,LBS_NOINTEGRALHEIGHT
PUSHBUTTON "&OK",IDOK,87,12,40,12
PUSHBUTTON "&Cancel",IDCANCEL,87,26,40,12
END
IDD_NEWFILE DIALOG DISCARDABLE 30, 20, 140, 80
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
2007-11-13 14:49:17 +01:00
CAPTION "Nouveau"
FONT 10, "MS Sans Serif"
BEGIN
2007-11-13 14:49:17 +01:00
LTEXT "Nouveau type de document",0,3,2,100,15
LISTBOX IDC_NEWFILE,3,12,90,65,LBS_NOINTEGRALHEIGHT
PUSHBUTTON "&OK",IDOK,97,12,40,12
2007-11-13 14:49:17 +01:00
PUSHBUTTON "&Annuler",IDCANCEL,97,26,40,12
END
2007-08-23 01:15:17 +02:00
IDD_PARAFORMAT DIALOG DISCARDABLE 30, 20, 200, 110
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
2007-11-13 14:49:17 +01:00
Caption "Format de paragraphe"
2007-08-23 01:15:17 +02:00
FONT 8, "MS Shell Dlg"
BEGIN
GROUPBOX "Indentation", 0, 10, 10, 120, 68
LTEXT "Left", 0, 15, 22, 40, 13
EDITTEXT IDC_PARA_LEFT, 55, 20, 60, 13
LTEXT "Right", 0, 15, 40, 40, 13
EDITTEXT IDC_PARA_RIGHT, 55, 38, 60, 13
LTEXT "First line", 0, 15, 58, 40, 13
EDITTEXT IDC_PARA_FIRST, 55, 56, 60, 13
LTEXT "Alignment", 0, 15, 87, 40, 13
COMBOBOX IDC_PARA_ALIGN, 55, 85, 60, 13, CBS_DROPDOWNLIST
PUSHBUTTON "&OK", IDOK, 137, 15, 50, 15
2007-11-13 14:49:17 +01:00
PUSHBUTTON "&Annuler", IDCANCEL, 137, 33, 50, 15
2007-08-23 01:15:17 +02:00
END
2007-08-23 01:27:50 +02:00
IDD_TABSTOPS DIALOG DISCARDABLE 30, 20, 200, 110
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
2007-11-13 14:49:17 +01:00
Caption "Tabulations"
2007-08-23 01:27:50 +02:00
FONT 8, "MS SHell DLg"
BEGIN
2007-11-13 14:49:17 +01:00
GROUPBOX "Arr<72>ts de tabulation", 0, 10, 10, 120, 90
2007-08-23 01:27:50 +02:00
COMBOBOX IDC_TABSTOPS, 20, 20, 100, 60, CBS_SIMPLE | CBS_SORT
2007-11-13 14:49:17 +01:00
DEFPUSHBUTTON "&Ajouter", ID_TAB_ADD, 20, 80, 45, 15
PUSHBUTTON "&Supprimer", ID_TAB_DEL, 72, 80, 45, 15
2007-08-23 01:27:50 +02:00
PUSHBUTTON "&OK", IDOK, 137, 15, 50, 15
2007-11-13 14:49:17 +01:00
PUSHBUTTON "&Annuler", IDCANCEL, 137, 33, 50, 15
PUSHBUTTON "Supprimer &tous", ID_TAB_EMPTY, 137, 51, 50, 15
2007-08-23 01:27:50 +02:00
END
2007-08-23 15:08:41 +02:00
IDD_FORMATOPTS DIALOG DISCARDABLE 0, 0, 280, 110
STYLE DS_SYSMODAL
Caption ""
FONT 8, "MS Shell Dlg"
BEGIN
GROUPBOX "Line wrapping", 0, 10, 10, 130, 85
RADIOBUTTON "Wrap text by the &window border", IDC_PAGEFMT_WW, 18, 25, 117, 15
RADIOBUTTON "Wrap text by the &margin", IDC_PAGEFMT_WM, 18, 45, 117, 15
2007-11-13 14:49:17 +01:00
GROUPBOX "Barres d'outils", 0, 150, 10, 120, 85
CHECKBOX "&Barre d'outils", IDC_PAGEFMT_TB, 160, 20, 80, 15
CHECKBOX "Barre de &format", IDC_PAGEFMT_FB, 160, 38, 80, 15
CHECKBOX "Barre de &statut", IDC_PAGEFMT_SB, 160, 56, 80, 15
2007-08-23 15:08:41 +02:00
LTEXT "", IDC_PAGEFMT_ID, 0,0,0,0
END
2007-07-18 15:50:21 +02:00
STRINGTABLE DISCARDABLE
BEGIN
2007-11-13 14:49:17 +01:00
STRING_RICHTEXT_FILES_RTF, "Documents texte riche (*.rtf)"
STRING_TEXT_FILES_TXT, "Documents texte (*.txt)"
STRING_TEXT_FILES_UNICODE_TXT, "Documents texte unicode (*.txt)"
STRING_ALL_FILES, "Tous les documents (*.*)"
2007-07-18 15:50:21 +02:00
END
2007-08-23 01:15:17 +02:00
STRINGTABLE DISCARDABLE
BEGIN
2007-11-13 14:49:17 +01:00
STRING_ALIGN_LEFT, "Gauche"
STRING_ALIGN_RIGHT, "Droite"
STRING_ALIGN_CENTER, "Centrer"
2007-08-23 01:15:17 +02:00
END
STRINGTABLE DISCARDABLE
BEGIN
2007-11-13 14:49:17 +01:00
STRING_NEWFILE_RICHTEXT, "Document texte riche"
STRING_NEWFILE_TXT, "Document texte"
STRING_NEWFILE_TXT_UNICODE, "Document texte unicode"
END
2007-08-23 01:15:17 +02:00
STRINGTABLE DISCARDABLE
BEGIN
2007-11-13 14:49:17 +01:00
STRING_PRINTER_FILES_PRN, "Fichiers d'impression (*.PRN)"
2007-08-23 01:36:29 +02:00
END
2007-08-23 15:08:41 +02:00
STRINGTABLE DISCARDABLE
BEGIN
STRING_VIEWPROPS_TITLE, "Options"
2007-11-13 14:49:17 +01:00
STRING_VIEWPROPS_TEXT, "Texte"
STRING_VIEWPROPS_RICHTEXT, "Texte riche"
2007-08-23 15:08:41 +02:00
END
STRINGTABLE DISCARDABLE
BEGIN
2007-11-13 14:49:17 +01:00
STRING_PREVIEW_PRINT, "Imprimer"
STRING_PREVIEW_NEXTPAGE, "Page suivante"
STRING_PREVIEW_PREVPAGE, "Page pr<70>c<EFBFBD>dente"
STRING_PREVIEW_CLOSE, "Fermer"
END
2007-08-23 01:36:29 +02:00
STRINGTABLE DISCARDABLE
BEGIN
STRING_UNITS_CM, "cm"
2007-08-23 01:15:17 +02:00
END
STRINGTABLE DISCARDABLE
BEGIN
STRING_DEFAULT_FILENAME, "Document"
2007-11-13 14:49:17 +01:00
STRING_PROMPT_SAVE_CHANGES, "Enregistrer les modifications de <20><>%s<><73><EFBFBD>?"
STRING_SEARCH_FINISHED, "Recherche termin<69>e dans le document."
STRING_LOAD_RICHED_FAILED, "Impossible de charger la biblioth<74>que RichEdit."
STRING_SAVE_LOSEFORMATTING, "Vous avez choisi d'enregistrer en texte simple, " \
"ce qui causera la perte de tout formattage. " \
"Voulez-vous vraiment continuer<65>?"
STRING_INVALID_NUMBER, "Format de nombre invalide"
STRING_OLE_STORAGE_NOT_SUPPORTED, "Les documents conteneur OLE ne sont pas support<72>s"
END