Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
45e9b6cd
Commit
45e9b6cd
authored
Oct 27, 1998
by
Robert Pouliot
Committed by
Alexandre Julliard
Oct 27, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added French language support.
parent
12dc8e71
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
43 additions
and
1 deletion
+43
-1
.cvsignore
programs/clock/.cvsignore
+1
-0
Fr.rc
programs/clock/Fr.rc
+38
-0
Makefile.in
programs/clock/Makefile.in
+1
-1
main.c
programs/clock/main.c
+3
-0
No files found.
programs/clock/.cvsignore
View file @
45e9b6cd
...
...
@@ -2,6 +2,7 @@ Da.s
De.s
En.s
Es.s
Fr.s
Makefile
Sw.s
clock
programs/clock/Fr.rc
0 → 100644
View file @
45e9b6cd
/*
* 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"
programs/clock/Makefile.in
View file @
45e9b6cd
...
...
@@ -9,7 +9,7 @@ ALL_LIBS = $(WINELIB) $(X_LIBS) $(XPM_LIB) $(XLIB) $(LIBS)
RCFLAGS
=
-w32
-h
WRCEXTRA
=
-A
-p
$*
LANGUAGES
=
En Da De Sw Es
LANGUAGES
=
En Da De
Fr
Sw Es
LICENSELANG
=
En
MOSTSRCS
=
\
...
...
programs/clock/main.c
View file @
45e9b6cd
...
...
@@ -22,8 +22,11 @@
#include "options.h"
#include "resource.h"
#include "shell.h"
void
LIBWINE_Register_Da
();
void
LIBWINE_Register_De
();
void
LIBWINE_Register_En
();
void
LIBWINE_Register_Es
();
void
LIBWINE_Register_Fr
();
void
LIBWINE_Register_Sw
();
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment