blob: ac30dc05e1a1b344fc4bd8a2c27b63ed59fa9271 [file] [log] [blame]
Vincent Béron481701b2003-09-16 01:02:11 +00001/*
2 * View
3 * French Language Support
4 *
5 * Copyright 1998 Douglas Ridgway
6 * Copyright 2003 Marcelo Duarte
Frédéric Delanoy384f8112009-07-09 22:40:33 +02007 * Copyright 2003 Vincent Béron
Vincent Béron481701b2003-09-16 01:02:11 +00008 *
9 * This library is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU Lesser General Public
11 * License as published by the Free Software Foundation; either
12 * version 2.1 of the License, or (at your option) any later version.
13 *
14 * This library is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 * Lesser General Public License for more details.
18 *
19 * You should have received a copy of the GNU Lesser General Public
20 * License along with this library; if not, write to the Free Software
Jonathan Ernst360a3f92006-05-18 14:49:52 +020021 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
Vincent Béron481701b2003-09-16 01:02:11 +000022 */
23
Michael Stefaniucc135e062009-07-02 00:30:31 +020024#include "resource.h"
25
Frédéric Delanoy384f8112009-07-09 22:40:33 +020026/* UTF-8 */
27#pragma code_page(65001)
28
Vincent Béron481701b2003-09-16 01:02:11 +000029LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
30
Vincent Béron481701b2003-09-16 01:02:11 +000031
32VIEW ACCELERATORS
33BEGIN
Pavel Roskin7035adc2003-10-04 04:21:19 +000034 "Q", IDM_EXIT, VIRTKEY, CONTROL
Vincent Béron481701b2003-09-16 01:02:11 +000035END