From f12ce11adc38ee83d94b86b280fdbf00683eb08a Mon Sep 17 00:00:00 2001 From: Maarten Bosma Date: Sun, 24 Dec 2006 12:28:27 +0000 Subject: [PATCH] EmuandCo: - Fix Typos in English resource file - Add German translation - Add applications svn path=/trunk/; revision=25217 --- reactos/base/applications/downloader/apps.xml | 22 ++++++++++++++----- .../applications/downloader/downloader.rc | 1 + .../applications/downloader/resources/en.rc | 8 +++---- 3 files changed, 22 insertions(+), 9 deletions(-) diff --git a/reactos/base/applications/downloader/apps.xml b/reactos/base/applications/downloader/apps.xml index 8ffd44c3ddd..de99cbf9845 100644 --- a/reactos/base/applications/downloader/apps.xml +++ b/reactos/base/applications/downloader/apps.xml @@ -2,7 +2,15 @@ The most popular free webbrowser out there. - http://links.reactos.org/getfirefox + http://ftp-mozilla.netscape.com/pub/mozilla.org/firefox/releases/latest/win32/en-US/Firefox%20Setup%202.0.0.1.exe + + + The most popular free Mail Client out there. + http://ftp-mozilla.netscape.com/pub/mozilla.org/thunderbird/releases/latest/win32/en-US/Thunderbird%20Setup%201.5.0.9.exe + + + Mozilla Suite is alive. This is the one and only Browser, Mail, Chat, Composer bundle you will ever need. + http://ftp-mozilla.netscape.com/pub/mozilla.org/seamonkey/releases/1.0.7/seamonkey-1.0.7.en-US.win32.installer.exe A free SSH, Telnet, rlogin, and raw TCP client. @@ -15,15 +23,19 @@ Word processor. http://www.abiword.org/downloads/abiword/2.4.1/Windows/abiword-setup-2.4.1.exe + + THE Open Source Office Suite. + http://ftp.tu-chemnitz.de/pub/openoffice-extended//stable/2.1.0/OOo_2.1.0_Win32Intel_install_en-US.exe + Viewer for all kinds of graphics. - http://www.aeicomputertech.com/_downloadz/iview398.exe + http://gd.tuwien.ac.at/graphics/irfanview/iview399.exe An open source bitmap graphics editor geared towards young children. - http://switch.dl.sourceforge.net/sourceforge/tuxpaint/tuxpaint-0.9.15-2-win32-installer.exe + http://ovh.dl.sourceforge.net/sourceforge/tuxpaint/tuxpaint-0.9.16-win32-installer.exe @@ -39,9 +51,9 @@ Utility to create and open zip, tar, rar and other archive files. - http://ovh.dl.sourceforge.net/sourceforge/sevenzip/7z432.exe + http://ovh.dl.sourceforge.net/sourceforge/sevenzip/7z442.exe - \ No newline at end of file + diff --git a/reactos/base/applications/downloader/downloader.rc b/reactos/base/applications/downloader/downloader.rc index 4c894b6af34..36a6d39680e 100644 --- a/reactos/base/applications/downloader/downloader.rc +++ b/reactos/base/applications/downloader/downloader.rc @@ -9,6 +9,7 @@ #include "resources/generic.rc" #include "resources/en.rc" +#include "resources/de.rc" diff --git a/reactos/base/applications/downloader/resources/en.rc b/reactos/base/applications/downloader/resources/en.rc index 8d9ec12863c..56d05d78294 100644 --- a/reactos/base/applications/downloader/resources/en.rc +++ b/reactos/base/applications/downloader/resources/en.rc @@ -2,7 +2,7 @@ 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 "Downloading Firefox" +CAPTION "Download..." FONT 8, "MS Shell Dlg" { CONTROL "Progress1",IDC_PROGRESS,"msctls_progress32",WS_BORDER|PBS_SMOOTH,10,10,200,12 @@ -18,13 +18,13 @@ BEGIN 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 future is not implemented yet." + 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_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_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 !"