[RAPPS] Improvements & multiple selections
[reactos.git] / reactos / base / applications / rapps / resource.h
index a3b9075..2409b76 100644 (file)
@@ -11,6 +11,8 @@
 #define IDI_APPS                 17
 #define IDI_APPUPD               18
 #define IDI_CATEGORY             19
+#define IDI_UPDATE_DB            20
+#define IDI_CHECK_ALL            21
 
 /* Icons for categories */
 #define IDI_CAT_AUDIO            50
 #define IDC_INSTALL_TEXT         1010
 #define IDC_CD_INSTALL           1011
 #define IDC_DOWNLOAD_INSTALL     1012
+#define IDC_PROXY_DEFAULT        1013
+#define IDC_NO_PROXY             1014
+#define IDC_USE_PROXY            1015
+#define IDC_PROXY_SERVER         1016
+#define IDC_NO_PROXY_FOR         1017
 
 /* Dialogs */
 #define IDD_SETTINGS_DIALOG      300
@@ -69,6 +76,8 @@
 #define ID_SETTINGS              558
 #define ID_REFRESH               559
 #define ID_REGREMOVE             560
+#define ID_RESETDB               561
+#define ID_CHECK_ALL            562
 
 /* Strings */
 #define IDS_APPTITLE             100
 #define IDS_APPLICATIONS         112
 #define IDS_CHOOSE_FOLDER_TEXT   113
 #define IDS_CHOOSE_FOLDER_ERROR  114
-#define IDS_USER_NOT_ADMIN       115
 #define IDS_APP_REG_REMOVE       116
 #define IDS_INFORMATION          117
 #define IDS_UNABLE_TO_REMOVE     118
+#define IDS_UNABLE_TO_DOWNLOAD   119
+#define IDS_UNABLE_TO_DOWNLOAD2  120
+#define IDS_CERT_DOES_NOT_MATCH  121
+#define IDS_INTEG_CHECK_TITLE    122
+#define IDS_INTEG_CHECK_FAIL     123
+#define IDS_INTERRUPTED_DOWNLOAD 124
+#define IDS_UNABLE_TO_WRITE      125
+#define IDS_SELECT_ALL           126
+#define IDS_INSTALL_SELECTED     127
 
 /* Tooltips */
 #define IDS_TOOLTIP_INSTALL      200
 #define IDS_TOOLTIP_SETTINGS     203
 #define IDS_TOOLTIP_REFRESH      204
 #define IDS_TOOLTIP_EXIT         205
+#define IDS_TOOLTIP_UPDATE_DB    206
 
 /* Columns info */
 #define IDS_APP_NAME             250
 #define IDS_APP_DESCRIPTION      252
 
 /* Apps info */
-#define IDS_INFO_VERSION         280
-#define IDS_INFO_DESCRIPTION     281
-#define IDS_INFO_PUBLISHER       282
-#define IDS_INFO_HELPLINK        283
-#define IDS_INFO_HELPPHONE       284
-#define IDS_INFO_README          285
-#define IDS_INFO_REGOWNER        286
-#define IDS_INFO_PRODUCTID       287
-#define IDS_INFO_CONTACT         288
-#define IDS_INFO_UPDATEINFO      289
-#define IDS_INFO_INFOABOUT       290
-#define IDS_INFO_COMMENTS        291
-#define IDS_INFO_INSTLOCATION    292
-#define IDS_INFO_INSTALLSRC      293
-#define IDS_INFO_UNINSTALLSTR    294
-#define IDS_INFO_MODIFYPATH      295
-#define IDS_INFO_INSTALLDATE     296
-
-/* Info for availabled apps */
-#define IDS_AINFO_VERSION        350
-#define IDS_AINFO_DESCRIPTION    351
-#define IDS_AINFO_SIZE           352
-#define IDS_AINFO_URLSITE        353
-#define IDS_AINFO_LICENCE        354
+#define IDS_INFO_VERSION          280
+#define IDS_INFO_DESCRIPTION      281
+#define IDS_INFO_PUBLISHER        282
+#define IDS_INFO_HELPLINK         283
+#define IDS_INFO_HELPPHONE        284
+#define IDS_INFO_README           285
+#define IDS_INFO_REGOWNER         286
+#define IDS_INFO_PRODUCTID        287
+#define IDS_INFO_CONTACT          288
+#define IDS_INFO_UPDATEINFO       289
+#define IDS_INFO_INFOABOUT        290
+#define IDS_INFO_COMMENTS         291
+#define IDS_INFO_INSTLOCATION     292
+#define IDS_INFO_INSTALLSRC       293
+#define IDS_INFO_UNINSTALLSTR     294
+#define IDS_INFO_MODIFYPATH       295
+#define IDS_INFO_INSTALLDATE      296
+
+/* Info for available apps */
+#define IDS_AINFO_VERSION            350
+#define IDS_AINFO_DESCRIPTION        351
+#define IDS_AINFO_SIZE               352
+#define IDS_AINFO_URLSITE            353
+#define IDS_AINFO_LICENSE            354
+#define IDS_AINFO_URLDOWNLOAD        355
+#define IDS_AINFO_AVAILABLEVERSION   356
+#define IDS_AINFO_LANGUAGES          357
+
 
 /* Names of categories */
 #define IDS_CAT_AUDIO            700
 #define IDS_CAT_TOOLS            713
 #define IDS_CAT_VIDEO            714
 
+/* App installation status */
+#define IDS_STATUS_INSTALLED          800     
+#define IDS_STATUS_NOTINSTALLED       801
+#define IDS_STATUS_DOWNLOADED         802
+#define IDS_STATUS_UPDATE_AVAILABLE   803
+#define IDS_STATUS_DOWNLOADING        804
+#define IDS_STATUS_INSTALLING         805
+
+/* App license names */
+#define IDS_LICENSE_OPENSOURCE      900
+#define IDS_LICENSE_FREEWARE        901
+#define IDS_LICENSE_TRIAL           902
+
+/* Language related strings */
+#define IDS_LANGUAGE_AVAILABLE_TRANSLATION      910
+#define IDS_LANGUAGE_NO_TRANSLATION             911
+#define IDS_LANGUAGE_ENGLISH_TRANSLATION        912
+#define IDS_LANGUAGE_SINGLE                     913
+
+/* Accelerators */
+#define HOTKEYS                  715
+
 /* Other */
 #ifndef IDC_STATIC
 #define IDC_STATIC               -1