|
| 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 |
0 commit comments