Sweden-Number/programs/wordpad/Fr.rc

69 lines
2.7 KiB
Plaintext
Raw Normal View History

2006-02-16 12:18:17 +01:00
/*
* Copyright 2006 by Jonathan Ernst
*
* 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
MENUITEM "&Sauver\tCtrl+S", ID_FILE_SAVE
2006-02-16 12:18:17 +01:00
MENUITEM SEPARATOR
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
MENUITEM "&R<>p<EFBFBD>ter\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
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 "Forma&t"
2006-02-16 12:18:17 +01:00
BEGIN
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
POPUP "&Alignement"
BEGIN
MENUITEM "Align<67> <20> &gauche\tCtrl+L", ID_ALIGN_LEFT
MENUITEM "&Centr<74>\tCtrl+E", ID_ALIGN_CENTER
MENUITEM "Align<67> <20> &droite\tCtrl+R", ID_ALIGN_RIGHT
2006-02-16 12:18:17 +01:00
END
END
END