Author: greatlrd
Date: Sat Aug 5 13:05:28 2006
New Revision: 23474
URL:
http://svn.reactos.org/svn/reactos?rev=23474&view=rev
Log:
1. move rc languse to folder lang
2. Adding rsrc.rc so u can open rc file in vs
3. Fixing Ru and Hu sublang id. so they showing in vs instead for unkown langues.
Added:
trunk/reactos/base/applications/getfirefox/lang/
trunk/reactos/base/applications/getfirefox/lang/De.rc
- copied unchanged from r23448, trunk/reactos/base/applications/getfirefox/De.rc
trunk/reactos/base/applications/getfirefox/lang/En.rc
- copied unchanged from r23448, trunk/reactos/base/applications/getfirefox/En.rc
trunk/reactos/base/applications/getfirefox/lang/Fr.rc
- copied unchanged from r23448, trunk/reactos/base/applications/getfirefox/Fr.rc
trunk/reactos/base/applications/getfirefox/lang/Hu.rc
- copied, changed from r23448, trunk/reactos/base/applications/getfirefox/Hu.rc
trunk/reactos/base/applications/getfirefox/lang/Nl.rc
- copied unchanged from r23448, trunk/reactos/base/applications/getfirefox/Nl.rc
trunk/reactos/base/applications/getfirefox/lang/No.rc
- copied unchanged from r23448, trunk/reactos/base/applications/getfirefox/No.rc
trunk/reactos/base/applications/getfirefox/lang/Ru.rc
- copied, changed from r23448, trunk/reactos/base/applications/getfirefox/Ru.rc
trunk/reactos/base/applications/getfirefox/lang/Sv.rc
- copied unchanged from r23448, trunk/reactos/base/applications/getfirefox/Sv.rc
trunk/reactos/base/applications/getfirefox/lang/Uk.rc
- copied unchanged from r23448, trunk/reactos/base/applications/getfirefox/Uk.rc
trunk/reactos/base/applications/getfirefox/rsrc.rc (with props)
Removed:
trunk/reactos/base/applications/getfirefox/De.rc
trunk/reactos/base/applications/getfirefox/En.rc
trunk/reactos/base/applications/getfirefox/Fr.rc
trunk/reactos/base/applications/getfirefox/Hu.rc
trunk/reactos/base/applications/getfirefox/Nl.rc
trunk/reactos/base/applications/getfirefox/No.rc
trunk/reactos/base/applications/getfirefox/Ru.rc
trunk/reactos/base/applications/getfirefox/Sv.rc
trunk/reactos/base/applications/getfirefox/Uk.rc
Modified:
trunk/reactos/base/applications/getfirefox/getfirefox.rc
Removed: trunk/reactos/base/applications/getfirefox/De.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/getfiref…
==============================================================================
--- trunk/reactos/base/applications/getfirefox/De.rc (original)
+++ trunk/reactos/base/applications/getfirefox/De.rc (removed)
@@ -1,44 +1,0 @@
-/*
- * PROJECT: ReactOS utilities
- * LICENSE: GPL - See COPYING in the top level directory
- * FILE: apps/utils/getfirefox/En.rc
- * PURPOSE: English resources
- * COPYRIGHT: Copyright 2004 Mike McCormack for CodeWeavers
- * Copyright 2005 Ge van Geldorp (gvg(a)reactos.org)
- */
-/*
- * Based on Wine dlls/shdocvw/En.rc
- *
- * 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
- */
-
-LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT
-
-IDD_GETFIREFOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 220, 76
-STYLE DS_MODALFRAME | DS_CENTER | WS_VISIBLE | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "Lade Firefox herunter"
-FONT 8, "MS Shell Dlg"
-{
- CONTROL
"Progress1",IDC_PROGRESS,"msctls_progress32",WS_BORDER|PBS_SMOOTH,10,10,200,12
- LTEXT "", IDC_STATUS, 10, 30, 200, 10, SS_CENTER
- CHECKBOX "Entferne ""Get Firefox"" nach Fertigstellung aus dem
Startmenü", IDC_REMOVE,
- 10, 44, 200, 10, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
- PUSHBUTTON "Abbrechen", IDCANCEL, 85, 58, 50, 15, WS_GROUP | WS_TABSTOP
-}
-
-STRINGTABLE
-BEGIN
- IDS_START_MENU_NAME "Get Firefox"
-END
Removed: trunk/reactos/base/applications/getfirefox/En.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/getfiref…
==============================================================================
--- trunk/reactos/base/applications/getfirefox/En.rc (original)
+++ trunk/reactos/base/applications/getfirefox/En.rc (removed)
@@ -1,44 +1,0 @@
-/*
- * PROJECT: ReactOS utilities
- * LICENSE: GPL - See COPYING in the top level directory
- * FILE: apps/utils/getfirefox/En.rc
- * PURPOSE: English resources
- * COPYRIGHT: Copyright 2004 Mike McCormack for CodeWeavers
- * Copyright 2005 Ge van Geldorp (gvg(a)reactos.org)
- */
-/*
- * Based on Wine dlls/shdocvw/En.rc
- *
- * 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
- */
-
-LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
-
-IDD_GETFIREFOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 220, 76
-STYLE DS_MODALFRAME | DS_CENTER | WS_VISIBLE | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "Downloading Firefox"
-FONT 8, "MS Shell Dlg"
-{
- CONTROL
"Progress1",IDC_PROGRESS,"msctls_progress32",WS_BORDER|PBS_SMOOTH,10,10,200,12
- LTEXT "", IDC_STATUS, 10, 30, 200, 10, SS_CENTER
- CHECKBOX "Remove ""Get Firefox"" from Start Menu when
done", IDC_REMOVE,
- 10, 44, 200, 10, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
- PUSHBUTTON "Cancel", IDCANCEL, 85, 58, 50, 15, WS_GROUP | WS_TABSTOP
-}
-
-STRINGTABLE
-BEGIN
- IDS_START_MENU_NAME "Get Firefox"
-END
Removed: trunk/reactos/base/applications/getfirefox/Fr.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/getfiref…
==============================================================================
--- trunk/reactos/base/applications/getfirefox/Fr.rc (original)
+++ trunk/reactos/base/applications/getfirefox/Fr.rc (removed)
@@ -1,45 +1,0 @@
-/*
- * PROJECT: ReactOS utilities
- * LICENSE: GPL - See COPYING in the top level directory
- * FILE: apps/utils/getfirefox/En.rc
- * PURPOSE: French resources
- * COPYRIGHT: Copyright 2004 Mike McCormack for CodeWeavers
- * Copyright 2005 Ge van Geldorp (gvg(a)reactos.org)
- * Copyright 2005 G. Maton (mustang9(a)gmail.com) - French translation
- */
-/*
- * Based on Wine dlls/shdocvw/En.rc
- *
- * 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
- */
-
-LANGUAGE LANG_FRENCH, SUBLANG_DEFAULT
-
-IDD_GETFIREFOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 220, 76
-STYLE DS_MODALFRAME | DS_CENTER | WS_VISIBLE | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "Téléchargement de Firefox"
-FONT 8, "MS Shell Dlg"
-{
- CONTROL
"Progress1",IDC_PROGRESS,"msctls_progress32",WS_BORDER|PBS_SMOOTH,10,10,200,12
- LTEXT "", IDC_STATUS, 10, 30, 200, 10, SS_CENTER
- CHECKBOX "Supprimer ""Obtenir Firefox"" du Menu démarrer une
fois terminé", IDC_REMOVE,
- 10, 44, 200, 10, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
- PUSHBUTTON "Annuler", IDCANCEL, 85, 58, 50, 15, WS_GROUP | WS_TABSTOP
-}
-
-STRINGTABLE
-BEGIN
- IDS_START_MENU_NAME "Obtenir Firefox"
-END
Removed: trunk/reactos/base/applications/getfirefox/Hu.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/getfiref…
==============================================================================
--- trunk/reactos/base/applications/getfirefox/Hu.rc (original)
+++ trunk/reactos/base/applications/getfirefox/Hu.rc (removed)
@@ -1,45 +1,0 @@
-/*
- * PROJECT: ReactOS utilities
- * LICENSE: GPL - See COPYING in the top level directory
- * FILE: apps/utils/getfirefox/En.rc
- * PURPOSE: English resources
- * COPYRIGHT: Copyright 2004 Mike McCormack for CodeWeavers
- * Copyright 2005 Ge van Geldorp (gvg(a)reactos.org)
- * Copyright 2005 Robert Horvath (talley(a)cubeclub.hu) - Hungarian translation
- */
-/*
- * Based on Wine dlls/shdocvw/En.rc
- *
- * 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
- */
-
-LANGUAGE LANG_HUNGARIAN, SUBLANG_NEUTRAL
-
-IDD_GETFIREFOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 220, 76
-STYLE DS_MODALFRAME | DS_CENTER | WS_VISIBLE | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "A Firefox letöltése"
-FONT 8, "MS Shell Dlg"
-{
- CONTROL
"Progress1",IDC_PROGRESS,"msctls_progress32",WS_BORDER|PBS_SMOOTH,10,10,200,12
- LTEXT "", IDC_STATUS, 10, 30, 200, 10, SS_CENTER
- CHECKBOX "A ""Szerezd meg a Firefoxot"" elvátolítása a Start
Menübõl befejezés után", IDC_REMOVE,
- 10, 44, 200, 10, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
- PUSHBUTTON "Mégse", IDCANCEL, 85, 58, 50, 15, WS_GROUP | WS_TABSTOP
-}
-
-STRINGTABLE
-BEGIN
- IDS_START_MENU_NAME "Szerezd meg Firefoxot"
-END
Removed: trunk/reactos/base/applications/getfirefox/Nl.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/getfiref…
==============================================================================
--- trunk/reactos/base/applications/getfirefox/Nl.rc (original)
+++ trunk/reactos/base/applications/getfirefox/Nl.rc (removed)
@@ -1,44 +1,0 @@
-/*
- * PROJECT: ReactOS utilities
- * LICENSE: GPL - See COPYING in the top level directory
- * FILE: apps/utils/getfirefox/Nl.rc
- * PURPOSE: Dutch resources
- * COPYRIGHT: Copyright 2004 Mike McCormack for CodeWeavers
- * Copyright 2005 Ge van Geldorp (gvg(a)reactos.org)
- */
-/*
- * Based on Wine dlls/shdocvw/En.rc
- *
- * 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
- */
-
-LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
-
-IDD_GETFIREFOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 220, 76
-STYLE DS_MODALFRAME | DS_CENTER | WS_VISIBLE | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "Bezig met downloaden van Firefox"
-FONT 8, "MS Shell Dlg"
-{
- CONTROL
"Progress1",IDC_PROGRESS,"msctls_progress32",WS_BORDER|PBS_SMOOTH,10,10,200,12
- LTEXT "", IDC_STATUS, 10, 30, 200, 10, SS_CENTER
- CHECKBOX "Verwijder ""Get Firefox"" uit het start menu wanneer
de download compleet is", IDC_REMOVE,
- 10, 44, 200, 10, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
- PUSHBUTTON "Annuleren", IDCANCEL, 85, 58, 50, 15, WS_GROUP | WS_TABSTOP
-}
-
-STRINGTABLE
-BEGIN
- IDS_START_MENU_NAME "Get Firefox"
-END
Removed: trunk/reactos/base/applications/getfirefox/No.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/getfiref…
==============================================================================
--- trunk/reactos/base/applications/getfirefox/No.rc (original)
+++ trunk/reactos/base/applications/getfirefox/No.rc (removed)
@@ -1,44 +1,0 @@
-/*
- * PROJECT: ReactOS utilities
- * LICENSE: GPL - See COPYING in the top level directory
- * FILE: apps/utils/getfirefox/En.rc
- * PURPOSE: Norwegian resources
- * COPYRIGHT: Copyright 2004 Mike McCormack for CodeWeavers
- * Copyright 2005 Ge van Geldorp (gvg(a)reactos.org)
- */
-/*
- * Based on Wine dlls/shdocvw/En.rc
- *
- * 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
- */
-
-LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL
-
-IDD_GETFIREFOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 220, 76
-STYLE DS_MODALFRAME | DS_CENTER | WS_VISIBLE | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "laster ned Firefox"
-FONT 8, "MS Shell Dlg"
-{
- CONTROL
"Progress1",IDC_PROGRESS,"msctls_progress32",WS_BORDER|PBS_SMOOTH,10,10,200,12
- LTEXT "", IDC_STATUS, 10, 30, 200, 10, SS_CENTER
- CHECKBOX "Fjern 'Last Ned Firefox' fra startmenyen", IDC_REMOVE,
- 10, 44, 200, 10, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
- PUSHBUTTON "Avbryt", IDCANCEL, 85, 58, 50, 15, WS_GROUP | WS_TABSTOP
-}
-
-STRINGTABLE
-BEGIN
- IDS_START_MENU_NAME "Få Firefox"
-END
Removed: trunk/reactos/base/applications/getfirefox/Ru.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/getfiref…
==============================================================================
--- trunk/reactos/base/applications/getfirefox/Ru.rc (original)
+++ trunk/reactos/base/applications/getfirefox/Ru.rc (removed)
@@ -1,18 +1,0 @@
-LANGUAGE LANG_RUSSIAN, SUBLANG_NEUTRAL
-
-IDD_GETFIREFOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 220, 76
-STYLE DS_MODALFRAME | DS_CENTER | WS_VISIBLE | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "Ñêà÷èâàíèå Firefox"
-FONT 8, "MS Shell Dlg"
-{
- CONTROL
"Progress1",IDC_PROGRESS,"msctls_progress32",WS_BORDER|PBS_SMOOTH,10,10,200,12
- LTEXT "", IDC_STATUS, 10, 30, 200, 10, SS_CENTER
- CHECKBOX "Óäàëèòü ""Ñêà÷àòü Firefox"" èç ìåíþ
""Ïóñê"" ïðè çàâåðøåíèè", IDC_REMOVE,
- 10, 44, 200, 10, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
- PUSHBUTTON "Îòìåíà", IDCANCEL, 85, 58, 50, 15, WS_GROUP | WS_TABSTOP
-}
-
-STRINGTABLE
-BEGIN
- IDS_START_MENU_NAME "Ñêà÷àòü Firefox"
-END
Removed: trunk/reactos/base/applications/getfirefox/Sv.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/getfiref…
==============================================================================
--- trunk/reactos/base/applications/getfirefox/Sv.rc (original)
+++ trunk/reactos/base/applications/getfirefox/Sv.rc (removed)
@@ -1,46 +1,0 @@
-/*
- * PROJECT: ReactOS utilities
- * LICENSE: GPL - See COPYING in the top level directory
- * FILE: apps/utils/getfirefox/Sv.rc
- * PURPOSE: Swedish resources
- * COPYRIGHT: Copyright 2004 Mike McCormack for CodeWeavers
- * Copyright 2005 Ge van Geldorp (gvg(a)reactos.org)
- * Copyright 2006 Andreas Bjerkeholt (harteex(a)gmail.com)
- */
-/*
- * Based on Wine dlls/shdocvw/En.rc
- *
- * 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
- */
-
-LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
-
-IDD_GETFIREFOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 220, 76
-STYLE DS_MODALFRAME | DS_CENTER | WS_VISIBLE | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "Hämtar Firefox"
-FONT 8, "MS Shell Dlg"
-{
- CONTROL
"Progress1",IDC_PROGRESS,"msctls_progress32",WS_BORDER|PBS_SMOOTH,10,10,200,12
- LTEXT "", IDC_STATUS, 10, 30, 200, 10, SS_CENTER
- CHECKBOX "Ta bort ""Hämta Firefox"" från startmenyn när
nedladdningen är klar", IDC_REMOVE,
- 10, 44, 200, 10, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
- PUSHBUTTON "Avbryt", IDCANCEL, 85, 58, 50, 15, WS_GROUP | WS_TABSTOP
-}
-
-STRINGTABLE
-BEGIN
- IDS_START_MENU_NAME "Hämta Firefox"
-END
-
Removed: trunk/reactos/base/applications/getfirefox/Uk.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/getfiref…
==============================================================================
--- trunk/reactos/base/applications/getfirefox/Uk.rc (original)
+++ trunk/reactos/base/applications/getfirefox/Uk.rc (removed)
@@ -1,38 +1,0 @@
-/*
- * getfirefox (Ukrainian resources)
- *
- * Copyright 2006 Artem Reznikov
- *
- * 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
- */
-
-LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
-
-IDD_GETFIREFOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 220, 76
-STYLE DS_MODALFRAME | DS_CENTER | WS_VISIBLE | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "Çàâàíòàæåííÿ Firefox"
-FONT 8, "MS Shell Dlg"
-{
- CONTROL
"Progress1",IDC_PROGRESS,"msctls_progress32",WS_BORDER|PBS_SMOOTH,10,10,200,12
- LTEXT "", IDC_STATUS, 10, 30, 200, 10, SS_CENTER
- CHECKBOX "Âèäàëèòè ""Çàâàíòàæèòè Firefox"" ç ìåíþ
""Ïóñê"" ï³ñëÿ çàâåðøåííÿ", IDC_REMOVE,
- 10, 44, 200, 10, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
- PUSHBUTTON "Ñêàñóâàòè", IDCANCEL, 85, 58, 50, 15, WS_GROUP | WS_TABSTOP
-}
-
-STRINGTABLE
-BEGIN
- IDS_START_MENU_NAME "Çàâàíòàæèòè Firefox"
-END
Modified: trunk/reactos/base/applications/getfirefox/getfirefox.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/getfiref…
==============================================================================
--- trunk/reactos/base/applications/getfirefox/getfirefox.rc (original)
+++ trunk/reactos/base/applications/getfirefox/getfirefox.rc Sat Aug 5 13:05:28 2006
@@ -14,22 +14,9 @@
#define REACTOS_STR_ORIGINAL_FILENAME "getfirefox.exe\0"
#include <reactos/version.rc>
-/*
- * Note: this icon is the "default logo" referenced here:
- *
http://www.mozilla.org/foundation/trademarks/faq.html (under "What are the
- * Mozilla Trademarks and Logos?"). Don't use the official Firefox logo as it
- * is trademarked.
- */
-1 ICON "firefox.ico"
-
-#include "De.rc"
-#include "En.rc"
-#include "Fr.rc"
-#include "Hu.rc"
-#include "Nl.rc"
-#include "No.rc"
-#include "Ru.rc"
-#include "Sv.rc"
-#include "Uk.rc"
+#include "rsrc.rc"
+
+
+
Copied: trunk/reactos/base/applications/getfirefox/lang/Hu.rc (from r23448,
trunk/reactos/base/applications/getfirefox/Hu.rc)
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/getfiref…
==============================================================================
--- trunk/reactos/base/applications/getfirefox/Hu.rc (original)
+++ trunk/reactos/base/applications/getfirefox/lang/Hu.rc Sat Aug 5 13:05:28 2006
@@ -25,7 +25,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-LANGUAGE LANG_HUNGARIAN, SUBLANG_NEUTRAL
+LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
IDD_GETFIREFOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 220, 76
STYLE DS_MODALFRAME | DS_CENTER | WS_VISIBLE | WS_POPUP | WS_CAPTION | WS_SYSMENU
Copied: trunk/reactos/base/applications/getfirefox/lang/Ru.rc (from r23448,
trunk/reactos/base/applications/getfirefox/Ru.rc)
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/getfiref…
==============================================================================
--- trunk/reactos/base/applications/getfirefox/Ru.rc (original)
+++ trunk/reactos/base/applications/getfirefox/lang/Ru.rc Sat Aug 5 13:05:28 2006
@@ -1,4 +1,4 @@
-LANGUAGE LANG_RUSSIAN, SUBLANG_NEUTRAL
+LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
IDD_GETFIREFOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 220, 76
STYLE DS_MODALFRAME | DS_CENTER | WS_VISIBLE | WS_POPUP | WS_CAPTION | WS_SYSMENU
Added: trunk/reactos/base/applications/getfirefox/rsrc.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/getfiref…
==============================================================================
--- trunk/reactos/base/applications/getfirefox/rsrc.rc (added)
+++ trunk/reactos/base/applications/getfirefox/rsrc.rc Sat Aug 5 13:05:28 2006
@@ -1,0 +1,30 @@
+
+
+#include <windows.h>
+#include "resource.h"
+
+/*
+ * Note: this icon is the "default logo" referenced here:
+ *
http://www.mozilla.org/foundation/trademarks/faq.html (under "What are the
+ * Mozilla Trademarks and Logos?"). Don't use the official Firefox logo as it
+ * is trademarked.
+ */
+1 ICON "firefox.ico"
+
+
+/* define language neutral resources */
+
+LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
+
+/* include localised resources */
+#include "lang\De.rc"
+#include "lang\En.rc"
+#include "lang\Fr.rc"
+#include "lang\Hu.rc"
+#include "lang\Nl.rc"
+#include "lang\No.rc"
+#include "lang\Ru.rc"
+#include "lang\Sv.rc"
+#include "lang\Uk.rc"
+
+
Propchange: trunk/reactos/base/applications/getfirefox/rsrc.rc
------------------------------------------------------------------------------
svn:eol-style = native