mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
ef1f939e4f
- Get rid of hardcoded path to downloader.xml, it properly gets the path now. Also changed the logic slightly: now the file is firstly being searched in the local folder, and only then in system32. - Do a Settings dialog (choose a directory where to download files to, if a user wants to remove installation files after the app has been installed), all options are stored / loaded from the registry. Only the "Update server" option does not work now. - A few GUI/designs fixes and improvements, now it looks better. - Add a button for Settings in the main waindow. - Fixed code formatting in a few places. - Change bitmap to icons on the Update and Help buttons, imho it's the proper way. - Add 3 new categories to the list. - Other misc fixes. - All translated resources are updated, so no translations are lost! svn path=/trunk/; revision=29614
57 lines
3 KiB
Text
57 lines
3 KiB
Text
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
|
|
|
|
IDD_DOWNLOAD 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..."
|
|
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 "Annuler", IDCANCEL, 85, 58, 50, 15, WS_GROUP | WS_TABSTOP
|
|
}
|
|
|
|
IDD_PROF DIALOGEX 6, 6, 267, 95
|
|
STYLE WS_BORDER | WS_THICKFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Proferences"
|
|
FONT 8, "MS Shell Dlg", 0, 0, 0x0
|
|
BEGIN
|
|
LTEXT "Download folder:", -1, 6, 10, 140, 8
|
|
EDITTEXT IDC_DOWNLOAD_FOLDER_EDIT, 6, 20, 205, 14, WS_VISIBLE | WS_TABSTOP
|
|
PUSHBUTTON "C&hoose...", IDC_CHOOSE_BUTTON, 216, 20, 45, 14
|
|
AUTOCHECKBOX "&Delete installation files after setup", IDC_DELINST_FILES_CHECKBOX, 8, 40, 210, 10, WS_GROUP
|
|
LTEXT "Update server:", -1, 6, 55, 140, 8
|
|
EDITTEXT IDC_UPDATE_SERVER_EDIT, 6, 65, 255, 14, WS_VISIBLE | WS_TABSTOP
|
|
DEFPUSHBUTTON "&OK", IDOK, 147, 90, 54, 15
|
|
PUSHBUTTON "&Cancel", IDCANCEL, 207, 90, 54, 15
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_WINDOW_TITLE "Télécharger ! - Téléchargeur de ReactOS"
|
|
IDS_WELCOME_TITLE "Bienvenue dans le Téléchargeur de ReactOS"
|
|
IDS_WELCOME "Veuillez choisir une catégorie sur la gauche. C'est la version 1.1."
|
|
IDS_NO_APP_TITLE "Aucune application selectionnée"
|
|
IDS_NO_APP "Veuillez sélectionner une application avant de cliquer sur le bouton Télécharger, si vous avez besoin d'aide, veuillez cliquer sur le point d'interrogation dans le coin supérieur droit."
|
|
IDS_UPDATE_TITLE "Mise à jour"
|
|
IDS_UPDATE "Désolé, cette fonctionnalité n'est pas encore implémentée."
|
|
IDS_HELP_TITLE "Aide"
|
|
IDS_HELP "Choisissez une catégorie sur la gauche, puis choisissez une application et cliquez sur le bouton Télécharger. Pour mettre à jour les informations sur l'application, cliquez sur le bouton à côté du bouton d'aide."
|
|
IDS_NO_APPS "Désolé, il n'y a pas encore d'application dans cette catégorie. Vous pouvez contribuer et ajouter plus d'applications."
|
|
IDS_CHOOSE_APP "Veuillez choisir une application."
|
|
IDS_CHOOSE_SUB "Veuillez choisir une sous-catégorie."
|
|
IDS_CHOOSE_CATEGORY "Veuillez choisir une catégorie."
|
|
IDS_CHOOSE_BOTH "Veuillez choisir une sous-catégorie ou une application."
|
|
IDS_XMLERROR_1 "Impossible de trouver le fichier xml !"
|
|
IDS_XMLERROR_2 "Impossible d'analyser le fichier xml !"
|
|
IDS_DOWNLOAD_ERROR "Impossible de télécharger le fichier.\nVeuillez vérifier votre connexion Internet."
|
|
IDS_VERSION "Version: "
|
|
IDS_LICENCE "Licence: "
|
|
IDS_MAINTAINER "Maintainer: "
|
|
IDS_APPS_TITLE "Applications"
|
|
IDS_CATS_TITLE "Catégories"
|
|
IDS_CHOOSE_FOLDER "Please, choose the folder..."
|
|
IDS_NOTCREATE_REGKEY "Could not create the registry key."
|
|
IDS_DOWNLOAD_FOLDER "Download!"
|
|
IDS_UNABLECREATE_FOLDER "Unable to create a folder with this name!"
|
|
IDS_UPDATE_URL "http://svn.reactos.org"
|
|
END
|