localui: Add Spanish translation.
[wine/multimedia.git] / programs / clock / Fr.rc
blob19644b504e9d39390e200e7d04eb7def198d3ae0
1 /*
2  *  Clock (French resources)
3  *
4  * Copyright 1998 Robert Pouliot <krynos@clic.net>
5  * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
6  * Copyright 2006 Jonathan Ernst <jonathan@ernstfamily.ch>
7  *
8  * This library is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU Lesser General Public
10  * License as published by the Free Software Foundation; either
11  * version 2.1 of the License, or (at your option) any later version.
12  *
13  * This library is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16  * Lesser General Public License for more details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with this library; if not, write to the Free Software
20  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
21  */
23 #include "clock_res.h"
25 /* UTF-8 */
26 #pragma code_page(65001)
28 LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
30 MAIN_MENU MENU
32  POPUP "&Propriétés" {
33   MENUITEM "Ana&logique", IDM_ANALOG
34   MENUITEM "&Numérique", IDM_DIGITAL
35   MENUITEM SEPARATOR
36   MENUITEM "&Police...", IDM_FONT
37   MENUITEM SEPARATOR
38   MENUITEM "Sans &barre de titre", IDM_NOTITLE
39   MENUITEM SEPARATOR
40   MENUITEM "&Secondes", IDM_SECONDS
41   MENUITEM "&Date", IDM_DATE
42   MENUITEM SEPARATOR
43   MENUITEM "&Toujours visible", IDM_ONTOP
44  }
45  POPUP "Inf&o" {
46   MENUITEM "À &propos de l'horloge", IDM_ABOUT
47  }
50 STRINGTABLE DISCARDABLE
52 IDS_CLOCK, "Horloge"