Commit 45e9b6cd authored by Robert Pouliot's avatar Robert Pouliot Committed by Alexandre Julliard

Added French language support.

parent 12dc8e71
...@@ -2,6 +2,7 @@ Da.s ...@@ -2,6 +2,7 @@ Da.s
De.s De.s
En.s En.s
Es.s Es.s
Fr.s
Makefile Makefile
Sw.s Sw.s
clock clock
/*
* Clock (French resources)
*
* Copyright 1998 Robert Pouliot <krynos@clic.net>
*/
#define LANGUAGE_ID Fr
#define LANGUAGE_NUMBER 4
/* System Menu */
#define MENU_ON_TOP "&Toujours visible"
/* Window Menu */
#define MENU_PROPERTIES "&Propriétés"
#define MENU_ANALOG "Ana&logue"
#define MENU_DIGITAL "Digi&tale"
#define MENU_FONT "&Fonte..."
#define MENU_WITHOUT_TITLE "&Sans barre titre"
#define MENU_SECONDS "&Secondes"
#define MENU_DATE "&Date"
#define MENU_LANGUAGE "&Langue"
#define LANGUAGE_MENU_ITEM "&Français"
#define MENU_INFO "Inf&o..."
#define MENU_INFO_LICENSE "&Licence"
#define MENU_INFO_NO_WARRANTY "&NO WARRANTY"
#define MENU_INFO_ABOUT_WINE "&A propos de l'horloge..."
/* Window Caption */
#define STRING_CLOCK "Horloge"
#include "clock.rc"
...@@ -9,7 +9,7 @@ ALL_LIBS = $(WINELIB) $(X_LIBS) $(XPM_LIB) $(XLIB) $(LIBS) ...@@ -9,7 +9,7 @@ ALL_LIBS = $(WINELIB) $(X_LIBS) $(XPM_LIB) $(XLIB) $(LIBS)
RCFLAGS = -w32 -h RCFLAGS = -w32 -h
WRCEXTRA = -A -p $* WRCEXTRA = -A -p $*
LANGUAGES = En Da De Sw Es LANGUAGES = En Da De Fr Sw Es
LICENSELANG = En LICENSELANG = En
MOSTSRCS = \ MOSTSRCS = \
......
...@@ -22,8 +22,11 @@ ...@@ -22,8 +22,11 @@
#include "options.h" #include "options.h"
#include "resource.h" #include "resource.h"
#include "shell.h" #include "shell.h"
void LIBWINE_Register_Da();
void LIBWINE_Register_De(); void LIBWINE_Register_De();
void LIBWINE_Register_En(); void LIBWINE_Register_En();
void LIBWINE_Register_Es();
void LIBWINE_Register_Fr();
void LIBWINE_Register_Sw(); void LIBWINE_Register_Sw();
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment