[ros-diffs] [weiden] 24880: Rename resource files to match the locale names

weiden at svn.reactos.org weiden at svn.reactos.org
Mon Nov 27 21:20:26 CET 2006


Author: weiden
Date: Mon Nov 27 23:20:24 2006
New Revision: 24880

URL: http://svn.reactos.org/svn/reactos?rev=24880&view=rev
Log:
Rename resource files to match the locale names

Added:
    trunk/reactos/base/applications/getfirefox/lang/de-DE.rc
      - copied unchanged from r24870, trunk/reactos/base/applications/getfirefox/lang/De.rc
    trunk/reactos/base/applications/getfirefox/lang/en-US.rc
      - copied unchanged from r24870, trunk/reactos/base/applications/getfirefox/lang/En.rc
    trunk/reactos/base/applications/getfirefox/lang/fr-FR.rc
      - copied unchanged from r24870, trunk/reactos/base/applications/getfirefox/lang/Fr.rc
    trunk/reactos/base/applications/getfirefox/lang/hu-HU.rc
      - copied unchanged from r24870, trunk/reactos/base/applications/getfirefox/lang/Hu.rc
    trunk/reactos/base/applications/getfirefox/lang/nb-NO.rc
      - copied, changed from r24870, trunk/reactos/base/applications/getfirefox/lang/No.rc
    trunk/reactos/base/applications/getfirefox/lang/nl-NL.rc
      - copied, changed from r24870, trunk/reactos/base/applications/getfirefox/lang/Nl.rc
    trunk/reactos/base/applications/getfirefox/lang/ru-RU.rc
      - copied unchanged from r24870, trunk/reactos/base/applications/getfirefox/lang/Ru.rc
    trunk/reactos/base/applications/getfirefox/lang/sv-SE.rc
      - copied, changed from r24870, trunk/reactos/base/applications/getfirefox/lang/Sv.rc
    trunk/reactos/base/applications/getfirefox/lang/uk-UA.rc
      - copied unchanged from r24870, trunk/reactos/base/applications/getfirefox/lang/Uk.rc
Removed:
    trunk/reactos/base/applications/getfirefox/lang/De.rc
    trunk/reactos/base/applications/getfirefox/lang/En.rc
    trunk/reactos/base/applications/getfirefox/lang/Fr.rc
    trunk/reactos/base/applications/getfirefox/lang/Hu.rc
    trunk/reactos/base/applications/getfirefox/lang/Nl.rc
    trunk/reactos/base/applications/getfirefox/lang/No.rc
    trunk/reactos/base/applications/getfirefox/lang/Ru.rc
    trunk/reactos/base/applications/getfirefox/lang/Sv.rc
    trunk/reactos/base/applications/getfirefox/lang/Uk.rc
Modified:
    trunk/reactos/base/applications/getfirefox/rsrc.rc

Removed: trunk/reactos/base/applications/getfirefox/lang/De.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/getfirefox/lang/De.rc?rev=24879&view=auto
==============================================================================
--- trunk/reactos/base/applications/getfirefox/lang/De.rc (original)
+++ trunk/reactos/base/applications/getfirefox/lang/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 at 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/lang/En.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/getfirefox/lang/En.rc?rev=24879&view=auto
==============================================================================
--- trunk/reactos/base/applications/getfirefox/lang/En.rc (original)
+++ trunk/reactos/base/applications/getfirefox/lang/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 at 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/lang/Fr.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/getfirefox/lang/Fr.rc?rev=24879&view=auto
==============================================================================
--- trunk/reactos/base/applications/getfirefox/lang/Fr.rc (original)
+++ trunk/reactos/base/applications/getfirefox/lang/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 at reactos.org)
- *		    Copyright 2005 G. Maton (mustang9 at 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/lang/Hu.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/getfirefox/lang/Hu.rc?rev=24879&view=auto
==============================================================================
--- trunk/reactos/base/applications/getfirefox/lang/Hu.rc (original)
+++ trunk/reactos/base/applications/getfirefox/lang/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 at reactos.org)
- *		Copyright 2005 Robert Horvath (talley at 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_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 "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/lang/Nl.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/getfirefox/lang/Nl.rc?rev=24879&view=auto
==============================================================================
--- trunk/reactos/base/applications/getfirefox/lang/Nl.rc (original)
+++ trunk/reactos/base/applications/getfirefox/lang/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 at 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/lang/No.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/getfirefox/lang/No.rc?rev=24879&view=auto
==============================================================================
--- trunk/reactos/base/applications/getfirefox/lang/No.rc (original)
+++ trunk/reactos/base/applications/getfirefox/lang/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 at 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/lang/Ru.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/getfirefox/lang/Ru.rc?rev=24879&view=auto
==============================================================================
--- trunk/reactos/base/applications/getfirefox/lang/Ru.rc (original)
+++ trunk/reactos/base/applications/getfirefox/lang/Ru.rc (removed)
@@ -1,18 +1,0 @@
-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
-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/lang/Sv.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/getfirefox/lang/Sv.rc?rev=24879&view=auto
==============================================================================
--- trunk/reactos/base/applications/getfirefox/lang/Sv.rc (original)
+++ trunk/reactos/base/applications/getfirefox/lang/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 at reactos.org)
- *              Copyright 2006 Andreas Bjerkeholt (harteex at 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/lang/Uk.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/getfirefox/lang/Uk.rc?rev=24879&view=auto
==============================================================================
--- trunk/reactos/base/applications/getfirefox/lang/Uk.rc (original)
+++ trunk/reactos/base/applications/getfirefox/lang/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

Copied: trunk/reactos/base/applications/getfirefox/lang/nb-NO.rc (from r24870, trunk/reactos/base/applications/getfirefox/lang/No.rc)
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/getfirefox/lang/nb-NO.rc?p2=trunk/reactos/base/applications/getfirefox/lang/nb-NO.rc&p1=trunk/reactos/base/applications/getfirefox/lang/No.rc&r1=24870&r2=24880&rev=24880&view=diff
==============================================================================
--- trunk/reactos/base/applications/getfirefox/lang/No.rc (original)
+++ trunk/reactos/base/applications/getfirefox/lang/nb-NO.rc Mon Nov 27 23:20:24 2006
@@ -24,7 +24,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL
+LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
 
 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/nl-NL.rc (from r24870, trunk/reactos/base/applications/getfirefox/lang/Nl.rc)
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/getfirefox/lang/nl-NL.rc?p2=trunk/reactos/base/applications/getfirefox/lang/nl-NL.rc&p1=trunk/reactos/base/applications/getfirefox/lang/Nl.rc&r1=24870&r2=24880&rev=24880&view=diff
==============================================================================
--- trunk/reactos/base/applications/getfirefox/lang/Nl.rc (original)
+++ trunk/reactos/base/applications/getfirefox/lang/nl-NL.rc Mon Nov 27 23:20:24 2006
@@ -24,7 +24,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
+LANGUAGE LANG_DUTCH, SUBLANG_DUTCH
 
 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/sv-SE.rc (from r24870, trunk/reactos/base/applications/getfirefox/lang/Sv.rc)
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/getfirefox/lang/sv-SE.rc?p2=trunk/reactos/base/applications/getfirefox/lang/sv-SE.rc&p1=trunk/reactos/base/applications/getfirefox/lang/Sv.rc&r1=24870&r2=24880&rev=24880&view=diff
==============================================================================
--- trunk/reactos/base/applications/getfirefox/lang/Sv.rc (original)
+++ trunk/reactos/base/applications/getfirefox/lang/sv-SE.rc Mon Nov 27 23:20:24 2006
@@ -25,7 +25,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
+LANGUAGE LANG_SWEDISH, SUBLANG_SWEDISH
 
 IDD_GETFIREFOX DIALOG LOADONCALL MOVEABLE DISCARDABLE  0, 0, 220, 76
 STYLE DS_MODALFRAME | DS_CENTER | WS_VISIBLE | WS_POPUP | WS_CAPTION | WS_SYSMENU

Modified: trunk/reactos/base/applications/getfirefox/rsrc.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/getfirefox/rsrc.rc?rev=24880&r1=24879&r2=24880&view=diff
==============================================================================
--- trunk/reactos/base/applications/getfirefox/rsrc.rc (original)
+++ trunk/reactos/base/applications/getfirefox/rsrc.rc Mon Nov 27 23:20:24 2006
@@ -17,14 +17,14 @@
 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"
+#include "lang/de-DE.rc"
+#include "lang/en-US.rc"
+#include "lang/fr-FR.rc"
+#include "lang/hu-HU.rc"
+#include "lang/nl-NL.rc"
+#include "lang/nb-NO.rc"
+#include "lang/ru-RU.rc"
+#include "lang/sv-SE.rc"
+#include "lang/uk-UA.rc"
 
 




More information about the Ros-diffs mailing list