Author: hpoussin Date: Mon Jan 8 00:59:10 2007 New Revision: 25354
URL: http://svn.reactos.org/svn/reactos?rev=25354&view=rev Log: Fix svn properties Use SUBLANG_ENGLISH_US in LANG_ENGLISH resource file
Modified: trunk/reactos/base/applications/downloader/download.c (contents, props changed) trunk/reactos/base/applications/downloader/downloader.rbuild (contents, props changed) trunk/reactos/base/applications/downloader/downloader.rc (contents, props changed) trunk/reactos/base/applications/downloader/downloader.xml (contents, props changed) trunk/reactos/base/applications/downloader/main.c (contents, props changed) trunk/reactos/base/applications/downloader/resources.h (props changed) trunk/reactos/base/applications/downloader/structures.h (props changed) trunk/reactos/base/applications/downloader/translations/de.rc (contents, props changed) trunk/reactos/base/applications/downloader/translations/en.rc (contents, props changed) trunk/reactos/base/applications/downloader/xml.c (contents, props changed)
Modified: trunk/reactos/base/applications/downloader/download.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/downloade... ============================================================================== --- trunk/reactos/base/applications/downloader/download.c (original) +++ trunk/reactos/base/applications/downloader/download.c Mon Jan 8 00:59:10 2007 @@ -1,5 +1,4 @@ -/* $Id$ - * PROJECT: ReactOS Downloader (was GetFirefox) +/* PROJECT: ReactOS Downloader (was GetFirefox) * LICENSE: GPL - See COPYING in the top level directory * FILE: base/applications/downloader/download.c * PURPOSE: Displaying a download dialog
Propchange: trunk/reactos/base/applications/downloader/download.c ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Mon Jan 8 00:59:10 2007 @@ -1,1 +1,1 @@ -Author Date Id Revision +Author Date Revision
Modified: trunk/reactos/base/applications/downloader/downloader.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/downloade... ============================================================================== --- trunk/reactos/base/applications/downloader/downloader.rbuild (original) +++ trunk/reactos/base/applications/downloader/downloader.rbuild Mon Jan 8 00:59:10 2007 @@ -1,30 +1,30 @@ -<?xml version="1.0"?> -<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd"> -<installfile base="system32">downloader.xml</installfile> -<module name="downloader" type="win32gui" installbase="system32" installname="downloader.exe"> - <include base="downloader">.</include> - <include base="expat">.</include> - - <define name="UNICODE" /> - <define name="_UNICODE" /> - <define name="__USE_W32API" /> - <define name="WINVER">0x0501</define> - <define name="_WIN32_IE>0x0600</define> - - <library>kernel32</library> - <library>ntdll</library> - <library>user32</library> - <library>gdi32</library> - <library>shell32</library> - <library>comctl32</library> - <library>msimg32</library> - <library>shlwapi</library> - <library>urlmon</library> - <library>uuid</library> - <library>expat</library> - - <file>main.c</file> - <file>xml.c</file> - <file>download.c</file> - <file>downloader.rc</file> -</module> +<?xml version="1.0"?> +<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd"> +<installfile base="system32">downloader.xml</installfile> +<module name="downloader" type="win32gui" installbase="system32" installname="downloader.exe"> + <include base="downloader">.</include> + <include base="expat">.</include> + + <define name="UNICODE" /> + <define name="_UNICODE" /> + <define name="__USE_W32API" /> + <define name="WINVER">0x0501</define> + <define name="_WIN32_IE>0x0600</define> + + <library>kernel32</library> + <library>ntdll</library> + <library>user32</library> + <library>gdi32</library> + <library>shell32</library> + <library>comctl32</library> + <library>msimg32</library> + <library>shlwapi</library> + <library>urlmon</library> + <library>uuid</library> + <library>expat</library> + + <file>main.c</file> + <file>xml.c</file> + <file>download.c</file> + <file>downloader.rc</file> +</module>
Propchange: trunk/reactos/base/applications/downloader/downloader.rbuild ------------------------------------------------------------------------------ svn:eol-style = native
Propchange: trunk/reactos/base/applications/downloader/downloader.rbuild ------------------------------------------------------------------------------ svn:keywords = Author Date Revision
Modified: trunk/reactos/base/applications/downloader/downloader.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/downloade... ============================================================================== --- trunk/reactos/base/applications/downloader/downloader.rc (original) +++ trunk/reactos/base/applications/downloader/downloader.rc Mon Jan 8 00:59:10 2007 @@ -1,10 +1,10 @@ -#include <windows.h> -#include "resources.h" - -#define REACTOS_STR_FILE_DESCRIPTION "Download !\0" -#define REACTOS_STR_INTERNAL_NAME "downloader\0" -#define REACTOS_STR_ORIGINAL_FILENAME "downloader.exe\0" - -#include <reactos/version.rc> - -#include "rsrc.rc" +#include <windows.h> +#include "resources.h" + +#define REACTOS_STR_FILE_DESCRIPTION "Download !\0" +#define REACTOS_STR_INTERNAL_NAME "downloader\0" +#define REACTOS_STR_ORIGINAL_FILENAME "downloader.exe\0" + +#include <reactos/version.rc> + +#include "rsrc.rc"
Propchange: trunk/reactos/base/applications/downloader/downloader.rc ------------------------------------------------------------------------------ svn:eol-style = native
Propchange: trunk/reactos/base/applications/downloader/downloader.rc ------------------------------------------------------------------------------ svn:keywords = Author Date Revision
Modified: trunk/reactos/base/applications/downloader/downloader.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/downloade... ============================================================================== --- trunk/reactos/base/applications/downloader/downloader.xml (original) +++ trunk/reactos/base/applications/downloader/downloader.xml Mon Jan 8 00:59:10 2007 @@ -1,86 +1,86 @@ -<tree Version="1"> <!-- Application version this tree is made for --> - <category name="Internet & Network" icon="1"> - <application name="Firefox"> - <description>The most popular free webbrowser out there.</description> - <location>http://ftp-mozilla.netscape.com/pub/mozilla.org/firefox/releases/latest/win3...</location> - </application> - <application name="Thunderbird"> - <description>The most popular free Mail Client out there.</description> - <location>http://ftp-mozilla.netscape.com/pub/mozilla.org/thunderbird/releases/latest/...</location> - </application> - <application name="SeaMonkey"> - <description>Mozilla Suite is alive. This is the one and only Browser, Mail, Chat, Composer bundle you will ever need.</description> - <location>http://ftp-mozilla.netscape.com/pub/mozilla.org/seamonkey/releases/1.0.7/sea...</location> - </application> - <application name="Samba TNG"> - <description>This tool allows you to access your Windows shared folders and printers.</description> - <location>http://svn.reactos.org/packages/samba-tng.exe</location> - </application> - <application name="Mozilla ActiveX Control"> - <description>Essential Component to get ReactOS Explorer's and other applications Internet Browsing feature running.</description> - <location>http://ovh.dl.sourceforge.net/sourceforge/reactos/MozillaControl1712-ReactOS...</location> - </application> - <application name="Miranda IM"> - <description>Open source multiprotocol instant messaging application - May not work completely.</description> - <location>http://ovh.dl.sourceforge.net/sourceforge/miranda/miranda-im-v0.5.1-unicode....</location> - </application> - <application name="Putty"> - <description>A free SSH, Telnet, rlogin, and raw TCP client.</description> - <location>http://the.earth.li/~sgtatham/putty/latest/x86/putty-0.58-installer.exe</location> - </application> - </category> - <category name="Office" icon="2"> - <application name="Abiword"> - <description>Word processor.</description> - <location>http://www.abiword.org/downloads/abiword/2.4.1/Windows/abiword-setup-2.4.1.e...</location> - </application> - <application name="OpenOffice"> - <description>THE Open Source Office Suite.</description> - <location>http://ftp.tu-chemnitz.de/pub/openoffice-extended//stable/2.1.0/OOo_2.1.0_Wi...</location> - </application> - </category> - <category name="Graphics" icon="3"> - <application name="IrfanView"> - <description>Viewer for all kinds of graphics/audio files/video files.</description> - <location>http://gd.tuwien.ac.at/graphics/irfanview/iview399.exe</location> - </application> - <application name="IrfanView Plugins"> - <description>Additional Plugins for supporting more File types.</description> - <location>http://irfanview.tuwien.ac.at/plugins/irfanview_plugins_399.exe</location> - </application> - <application name="TuxPaint"> - <description>An open source bitmap graphics editor geared towards young children.</description> - <location>http://ovh.dl.sourceforge.net/sourceforge/tuxpaint/tuxpaint-0.9.16-win32-ins...</location> - </application> - </category> - <category name="Multimedia" icon="4"> - </category> - <category name="Development" icon="5"> - <application name="ReactOS Build Envirement"> - <description>Allows you to build the ReactOS Source. For more instructions see our wiki.</description> - <location>http://ovh.dl.sourceforge.net/sourceforge/reactos/RosBE-0.3.3.exe</location> - </application> - </category> - <category name="Games & Fun" icon="6"> - <application name="ScummVM"> - <description>SamNMax, Day of Tentacle, etc on ReactOS</description> - <location>http://ovh.dl.sourceforge.net/sourceforge/scummvm/scummvm-0.9.1-win32.exe</location> - </application> - </category> - <category name="Tools" icon="7"> - <application name="7-Zip"> - <description>Utility to create and open zip, tar, rar and other archive files.</description> - <location>http://ovh.dl.sourceforge.net/sourceforge/sevenzip/7z442.exe</location> - </application> - <application name="uTorrent"> - <description>Small and fast Torrent Client.</description> - <location>http://download.utorrent.com/1.6/uTorrent-1.6-install.exe</location> - </application> - <application name="Audio Grabber"> - <description>A very good CD Ripper/File Converter.</description> - <location>http://www.audiograbber.de/files/342677432/agsetup183se.exe</location> - </application> - </category> - <category name="Others" icon="8"> - </category> -</tree> +<tree Version="1"> <!-- Application version this tree is made for --> + <category name="Internet & Network" icon="1"> + <application name="Firefox"> + <description>The most popular free webbrowser out there.</description> + <location>http://ftp-mozilla.netscape.com/pub/mozilla.org/firefox/releases/latest/win3...</location> + </application> + <application name="Thunderbird"> + <description>The most popular free Mail Client out there.</description> + <location>http://ftp-mozilla.netscape.com/pub/mozilla.org/thunderbird/releases/latest/...</location> + </application> + <application name="SeaMonkey"> + <description>Mozilla Suite is alive. This is the one and only Browser, Mail, Chat, Composer bundle you will ever need.</description> + <location>http://ftp-mozilla.netscape.com/pub/mozilla.org/seamonkey/releases/1.0.7/sea...</location> + </application> + <application name="Samba TNG"> + <description>This tool allows you to access your Windows shared folders and printers.</description> + <location>http://svn.reactos.org/packages/samba-tng.exe</location> + </application> + <application name="Mozilla ActiveX Control"> + <description>Essential Component to get ReactOS Explorer's and other applications Internet Browsing feature running.</description> + <location>http://ovh.dl.sourceforge.net/sourceforge/reactos/MozillaControl1712-ReactOS...</location> + </application> + <application name="Miranda IM"> + <description>Open source multiprotocol instant messaging application - May not work completely.</description> + <location>http://ovh.dl.sourceforge.net/sourceforge/miranda/miranda-im-v0.5.1-unicode....</location> + </application> + <application name="Putty"> + <description>A free SSH, Telnet, rlogin, and raw TCP client.</description> + <location>http://the.earth.li/~sgtatham/putty/latest/x86/putty-0.58-installer.exe</location> + </application> + </category> + <category name="Office" icon="2"> + <application name="Abiword"> + <description>Word processor.</description> + <location>http://www.abiword.org/downloads/abiword/2.4.1/Windows/abiword-setup-2.4.1.e...</location> + </application> + <application name="OpenOffice"> + <description>THE Open Source Office Suite.</description> + <location>http://ftp.tu-chemnitz.de/pub/openoffice-extended//stable/2.1.0/OOo_2.1.0_Wi...</location> + </application> + </category> + <category name="Graphics" icon="3"> + <application name="IrfanView"> + <description>Viewer for all kinds of graphics/audio files/video files.</description> + <location>http://gd.tuwien.ac.at/graphics/irfanview/iview399.exe</location> + </application> + <application name="IrfanView Plugins"> + <description>Additional Plugins for supporting more File types.</description> + <location>http://irfanview.tuwien.ac.at/plugins/irfanview_plugins_399.exe</location> + </application> + <application name="TuxPaint"> + <description>An open source bitmap graphics editor geared towards young children.</description> + <location>http://ovh.dl.sourceforge.net/sourceforge/tuxpaint/tuxpaint-0.9.16-win32-ins...</location> + </application> + </category> + <category name="Multimedia" icon="4"> + </category> + <category name="Development" icon="5"> + <application name="ReactOS Build Envirement"> + <description>Allows you to build the ReactOS Source. For more instructions see our wiki.</description> + <location>http://ovh.dl.sourceforge.net/sourceforge/reactos/RosBE-0.3.3.exe</location> + </application> + </category> + <category name="Games & Fun" icon="6"> + <application name="ScummVM"> + <description>SamNMax, Day of Tentacle, etc on ReactOS</description> + <location>http://ovh.dl.sourceforge.net/sourceforge/scummvm/scummvm-0.9.1-win32.exe</location> + </application> + </category> + <category name="Tools" icon="7"> + <application name="7-Zip"> + <description>Utility to create and open zip, tar, rar and other archive files.</description> + <location>http://ovh.dl.sourceforge.net/sourceforge/sevenzip/7z442.exe</location> + </application> + <application name="uTorrent"> + <description>Small and fast Torrent Client.</description> + <location>http://download.utorrent.com/1.6/uTorrent-1.6-install.exe</location> + </application> + <application name="Audio Grabber"> + <description>A very good CD Ripper/File Converter.</description> + <location>http://www.audiograbber.de/files/342677432/agsetup183se.exe</location> + </application> + </category> + <category name="Others" icon="8"> + </category> +</tree>
Propchange: trunk/reactos/base/applications/downloader/downloader.xml ------------------------------------------------------------------------------ svn:eol-style = native
Propchange: trunk/reactos/base/applications/downloader/downloader.xml ------------------------------------------------------------------------------ svn:keywords = Author Date Revision
Modified: trunk/reactos/base/applications/downloader/main.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/downloade... ============================================================================== --- trunk/reactos/base/applications/downloader/main.c (original) +++ trunk/reactos/base/applications/downloader/main.c Mon Jan 8 00:59:10 2007 @@ -1,5 +1,4 @@ -/* $Id$ - * PROJECT: ReactOS Downloader +/* PROJECT: ReactOS Downloader * LICENSE: GPL - See COPYING in the top level directory * FILE: base/applications/downloader/xml.c * PURPOSE: Main program
Propchange: trunk/reactos/base/applications/downloader/main.c ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Mon Jan 8 00:59:10 2007 @@ -1,1 +1,1 @@ -Author Date Id Revision +Author Date Revision
Propchange: trunk/reactos/base/applications/downloader/resources.h ------------------------------------------------------------------------------ svn:keywords = Author Date Revision
Propchange: trunk/reactos/base/applications/downloader/structures.h ------------------------------------------------------------------------------ svn:keywords = Author Date Revision
Modified: trunk/reactos/base/applications/downloader/translations/de.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/downloade... ============================================================================== --- trunk/reactos/base/applications/downloader/translations/de.rc (original) +++ trunk/reactos/base/applications/downloader/translations/de.rc Mon Jan 8 00:59:10 2007 @@ -1,32 +1,32 @@ -LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT - -IDD_DOWNLOAD DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 220, 76 -STYLE DS_MODALFRAME | DS_CENTER | WS_VISIBLE | WS_POPUP | WS_CAPTION | WS_SYSMENU -CAPTION "Download..." -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 - PUSHBUTTON "Cancel", IDCANCEL, 85, 58, 50, 15, WS_GROUP | WS_TABSTOP -} - -STRINGTABLE DISCARDABLE -BEGIN - IDS_WINDOW_TITLE "Download ! - ReactOS Downloader" - IDS_WELCOME_TITLE "Willkommen im ReactOS Downloader" - IDS_WELCOME "Bitte wählen Sie rechts eine Kategorie. Dies ist Version 1.0." - IDS_NO_APP_TITLE "Keine Anwendung ausgewählt" - IDS_NO_APP "Bitte wählen Sie eine Anwendung, bevor Sie die Download-Schaltfläche betätigen. Wenn Sie Hilfe benötigen, drücken Sie die Hilfe-Schaltfläche in der oberen rechten Ecke." - IDS_UPDATE_TITLE "Update" - IDS_UPDATE "Diese Funktion wurde noch nicht implementiert." - IDS_HELP_TITLE "Hilfe" - IDS_HELP "Wählen Sie rechts eine Kategorie, wählen Sie eine Anwendung und drücken Sie die Download-Schaltfläche. Um die Anwendungsinformationen zu aktualisieren, drücken Sie die Schaltfläche neben der Hilfe-Schaltfläche." - IDS_NO_APPS "In dieser Kategorie sind bisher noch keine Anwendungen. Sie können helfen, indem Sie Anwendungen hinzufügen." - IDS_CHOOSE_APP "Bitte wählen Sie eine Anwendung." - IDS_CHOOSE_SUB "Bitte wählen Sie eine Unterkategorie." - IDS_CHOOSE_CATEGORY "Bitte wählen Sie eine Kategorie." - IDS_CHOOSE_BOTH "Bitte wählen Sie eine Unterkategorie oder eine Anwendung." - IDS_XMLERROR_1 "XML Datei nicht gefunden!" - IDS_XMLERROR_2 "XML Datei kann nicht verarbeitet werden!" - IDS_DOWNLOAD_ERROR "Die Datei konnte nicht runtergeladen werden.\nBitte prüfen sie, ob eine Verbindung zum Internet besteht." -END +LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT + +IDD_DOWNLOAD DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 220, 76 +STYLE DS_MODALFRAME | DS_CENTER | WS_VISIBLE | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Download..." +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 + PUSHBUTTON "Cancel", IDCANCEL, 85, 58, 50, 15, WS_GROUP | WS_TABSTOP +} + +STRINGTABLE DISCARDABLE +BEGIN + IDS_WINDOW_TITLE "Download ! - ReactOS Downloader" + IDS_WELCOME_TITLE "Willkommen im ReactOS Downloader" + IDS_WELCOME "Bitte wählen Sie rechts eine Kategorie. Dies ist Version 1.0." + IDS_NO_APP_TITLE "Keine Anwendung ausgewählt" + IDS_NO_APP "Bitte wählen Sie eine Anwendung, bevor Sie die Download-Schaltfläche betätigen. Wenn Sie Hilfe benötigen, drücken Sie die Hilfe-Schaltfläche in der oberen rechten Ecke." + IDS_UPDATE_TITLE "Update" + IDS_UPDATE "Diese Funktion wurde noch nicht implementiert." + IDS_HELP_TITLE "Hilfe" + IDS_HELP "Wählen Sie rechts eine Kategorie, wählen Sie eine Anwendung und drücken Sie die Download-Schaltfläche. Um die Anwendungsinformationen zu aktualisieren, drücken Sie die Schaltfläche neben der Hilfe-Schaltfläche." + IDS_NO_APPS "In dieser Kategorie sind bisher noch keine Anwendungen. Sie können helfen, indem Sie Anwendungen hinzufügen." + IDS_CHOOSE_APP "Bitte wählen Sie eine Anwendung." + IDS_CHOOSE_SUB "Bitte wählen Sie eine Unterkategorie." + IDS_CHOOSE_CATEGORY "Bitte wählen Sie eine Kategorie." + IDS_CHOOSE_BOTH "Bitte wählen Sie eine Unterkategorie oder eine Anwendung." + IDS_XMLERROR_1 "XML Datei nicht gefunden!" + IDS_XMLERROR_2 "XML Datei kann nicht verarbeitet werden!" + IDS_DOWNLOAD_ERROR "Die Datei konnte nicht runtergeladen werden.\nBitte prüfen sie, ob eine Verbindung zum Internet besteht." +END
Propchange: trunk/reactos/base/applications/downloader/translations/de.rc ------------------------------------------------------------------------------ svn:eol-style = native
Modified: trunk/reactos/base/applications/downloader/translations/en.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/downloade... ============================================================================== --- trunk/reactos/base/applications/downloader/translations/en.rc (original) +++ trunk/reactos/base/applications/downloader/translations/en.rc Mon Jan 8 00:59:10 2007 @@ -1,32 +1,32 @@ -LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT - -IDD_DOWNLOAD DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 220, 76 -STYLE DS_MODALFRAME | DS_CENTER | WS_VISIBLE | WS_POPUP | WS_CAPTION | WS_SYSMENU -CAPTION "Download..." -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 - PUSHBUTTON "Cancel", IDCANCEL, 85, 58, 50, 15, WS_GROUP | WS_TABSTOP -} - -STRINGTABLE DISCARDABLE -BEGIN - IDS_WINDOW_TITLE "Download ! - ReactOS Downloader" - IDS_WELCOME_TITLE "Welcome to the ReactOS Downloader" - IDS_WELCOME "Please choose a category on the right. This is version 1.0." - IDS_NO_APP_TITLE "No application selected" - IDS_NO_APP "Please select a Application before you click the download button, if you need assistance please click on the question mark button on the top right corner." - IDS_UPDATE_TITLE "Update" - IDS_UPDATE "Sorry this feature is not implemented yet." - IDS_HELP_TITLE "Help" - IDS_HELP "Choose a category on the right, then choose a application and click the download button. To update the application information click the button next to the help button." - IDS_NO_APPS "Sorry, there no applications in this category yet. You can help and add more applications." - IDS_CHOOSE_APP "Please choose an application." - IDS_CHOOSE_SUB "Please choose a subcategory." - IDS_CHOOSE_CATEGORY "Please choose a category." - IDS_CHOOSE_BOTH "Please choose a subcategory or an application." - IDS_XMLERROR_1 "Could not find the xml file !" - IDS_XMLERROR_2 "Could not parse the xml file !" - IDS_DOWNLOAD_ERROR "Unable to download the file.\nPlease check you internet connection." -END +LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US + +IDD_DOWNLOAD DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 220, 76 +STYLE DS_MODALFRAME | DS_CENTER | WS_VISIBLE | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Download..." +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 + PUSHBUTTON "Cancel", IDCANCEL, 85, 58, 50, 15, WS_GROUP | WS_TABSTOP +} + +STRINGTABLE DISCARDABLE +BEGIN + IDS_WINDOW_TITLE "Download ! - ReactOS Downloader" + IDS_WELCOME_TITLE "Welcome to the ReactOS Downloader" + IDS_WELCOME "Please choose a category on the right. This is version 1.0." + IDS_NO_APP_TITLE "No application selected" + IDS_NO_APP "Please select a Application before you click the download button, if you need assistance please click on the question mark button on the top right corner." + IDS_UPDATE_TITLE "Update" + IDS_UPDATE "Sorry this feature is not implemented yet." + IDS_HELP_TITLE "Help" + IDS_HELP "Choose a category on the right, then choose a application and click the download button. To update the application information click the button next to the help button." + IDS_NO_APPS "Sorry, there no applications in this category yet. You can help and add more applications." + IDS_CHOOSE_APP "Please choose an application." + IDS_CHOOSE_SUB "Please choose a subcategory." + IDS_CHOOSE_CATEGORY "Please choose a category." + IDS_CHOOSE_BOTH "Please choose a subcategory or an application." + IDS_XMLERROR_1 "Could not find the xml file !" + IDS_XMLERROR_2 "Could not parse the xml file !" + IDS_DOWNLOAD_ERROR "Unable to download the file.\nPlease check you internet connection." +END
Propchange: trunk/reactos/base/applications/downloader/translations/en.rc ------------------------------------------------------------------------------ svn:eol-style = native
Modified: trunk/reactos/base/applications/downloader/xml.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/downloade... ============================================================================== --- trunk/reactos/base/applications/downloader/xml.c (original) +++ trunk/reactos/base/applications/downloader/xml.c Mon Jan 8 00:59:10 2007 @@ -1,5 +1,4 @@ -/* $Id$ - * PROJECT: ReactOS Downloader +/* PROJECT: ReactOS Downloader * LICENSE: GPL - See COPYING in the top level directory * FILE: base\applications\downloader\xml.c * PURPOSE: Parsing of application information xml files
Propchange: trunk/reactos/base/applications/downloader/xml.c ------------------------------------------------------------------------------ --- svn:keywords (original) +++ svn:keywords Mon Jan 8 00:59:10 2007 @@ -1,1 +1,1 @@ -Author Date Id Revision +Author Date Revision