Fr.rc 1.49 KB
Newer Older
1
/*
2
 *  Clock (French resources)
3 4
 *
 * Copyright 1998 Robert Pouliot <krynos@clic.net>
5
 * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
6 7 8 9 10 11 12 13 14 15 16 17 18 19
 *
 * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20 21
 */

22 23 24
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL

MAIN_MENU MENU
25 26
{
 POPUP "&Proprits" {
27 28
  MENUITEM "Ana&logique", IDM_ANALOG
  MENUITEM "&Numrique", IDM_DIGITAL
29
  MENUITEM SEPARATOR
30
  MENUITEM "&Police...", IDM_FONT
31
  MENUITEM SEPARATOR
32
  MENUITEM "Sans &barre de titre", IDM_NOTITLE
33
  MENUITEM SEPARATOR
34 35
  MENUITEM "&Secondes", IDM_SECONDS
  MENUITEM "&Date", IDM_DATE
36 37
  MENUITEM SEPARATOR
  MENUITEM "&Toujours visible", IDM_ONTOP
38
 }
39 40 41 42
 POPUP "Inf&o" {
  MENUITEM "&Licence...", IDM_LICENSE
  MENUITEM "AUCUNE &GARANTIE...", IDM_NOWARRANTY
  MENUITEM "&A propos de Horloge...", IDM_ABOUT
43
 }
44
}
45

46
STRINGTABLE DISCARDABLE
47
{
48
IDS_CLOCK, "Horloge"
49
}