Skip to content

Commit 71018ce

Browse files
committed
Bug 1155 French translation from French translation team by zoken <[email protected]
svn path=/trunk/; revision=20292
1 parent 9ed5feb commit 71018ce

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-1
lines changed

reactos/apps/utils/getfirefox/Fr.rc

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
/*
2+
* PROJECT: ReactOS utilities
3+
* LICENSE: GPL - See COPYING in the top level directory
4+
* FILE: apps/utils/getfirefox/En.rc
5+
* PURPOSE: French resources
6+
* COPYRIGHT: Copyright 2004 Mike McCormack for CodeWeavers
7+
* Copyright 2005 Ge van Geldorp ([email protected])
8+
* Copyright 2005 G. Maton ([email protected]) - French translation
9+
*/
10+
/*
11+
* Based on Wine dlls/shdocvw/En.rc
12+
*
13+
* This library is free software; you can redistribute it and/or
14+
* modify it under the terms of the GNU Lesser General Public
15+
* License as published by the Free Software Foundation; either
16+
* version 2.1 of the License, or (at your option) any later version.
17+
*
18+
* This library is distributed in the hope that it will be useful,
19+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
20+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
21+
* Lesser General Public License for more details.
22+
*
23+
* You should have received a copy of the GNU Lesser General Public
24+
* License along with this library; if not, write to the Free Software
25+
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
26+
*/
27+
28+
LANGUAGE LANG_FRENCH, SUBLANG_DEFAULT
29+
30+
IDD_GETFIREFOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 220, 76
31+
STYLE DS_MODALFRAME | DS_CENTER | WS_VISIBLE | WS_POPUP | WS_CAPTION | WS_SYSMENU
32+
CAPTION "T�l�chargement de Firefox"
33+
FONT 8, "MS Shell Dlg"
34+
{
35+
CONTROL "Progress1",IDC_PROGRESS,"msctls_progress32",WS_BORDER|PBS_SMOOTH,10,10,200,12
36+
LTEXT "", IDC_STATUS, 10, 30, 200, 10, SS_CENTER
37+
CHECKBOX "Supprimer ""Obtenir Firefox"" du Menu d�marrer une fois termin�", IDC_REMOVE,
38+
10, 44, 200, 10, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
39+
PUSHBUTTON "Annuler", IDCANCEL, 85, 58, 50, 15, WS_GROUP | WS_TABSTOP
40+
}
41+
42+
STRINGTABLE
43+
BEGIN
44+
IDS_START_MENU_NAME "Obtenir Firefox"
45+
END

reactos/apps/utils/getfirefox/getfirefox.rc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
*/
2323
1 ICON "firefox.ico"
2424

25-
#include "En.rc"
2625
#include "De.rc"
26+
#include "En.rc"
27+
#include "Fr.rc"
2728
#include "Hu.rc"

0 commit comments

Comments
 (0)