[RAPPS] Improvements & multiple selections
[reactos.git] / reactos / base / applications / rapps / lang / en-US.rc
index 073446b..820e1e6 100644 (file)
@@ -23,7 +23,7 @@ BEGIN
     POPUP "Help"
     BEGIN
         MENUITEM "Help\tF1", ID_HELP, GRAYED
-        MENUITEM "About", ID_ABOUT
+        MENUITEM "&About", ID_ABOUT
     END
 END
 
@@ -91,7 +91,7 @@ BEGIN
 END
 
 IDD_DOWNLOAD_DIALOG DIALOGEX 0, 0, 220, 72
-STYLE DS_SHELLFONT | DS_CENTER | WS_BORDER | WS_CAPTION | WS_POPUP | WS_SYSMENU | WS_VISIBLE
+STYLE DS_SHELLFONT | DS_CENTER | WS_POPUPWINDOW | WS_CAPTION | WS_VISIBLE 
 CAPTION "Downloading..."
 FONT 8, "MS Shell Dlg"
 BEGIN
@@ -117,6 +117,7 @@ BEGIN
     IDS_TOOLTIP_MODIFY "Modify"
     IDS_TOOLTIP_SETTINGS "Settings"
     IDS_TOOLTIP_REFRESH "Refresh"
+    IDS_TOOLTIP_UPDATE_DB "Update Database"
     IDS_TOOLTIP_EXIT "Exit"
 END
 
@@ -151,10 +152,13 @@ END
 STRINGTABLE
 BEGIN
     IDS_AINFO_VERSION "\nVersion: "
+    IDS_AINFO_AVAILABLEVERSION "\nAvailable Version: "
     IDS_AINFO_DESCRIPTION "\nDescription: "
     IDS_AINFO_SIZE "\nSize: "
     IDS_AINFO_URLSITE "\nHome Page: "
     IDS_AINFO_LICENSE "\nLicense: "
+    IDS_AINFO_URLDOWNLOAD "\nDownload: "
+    IDS_AINFO_LANGUAGES "\nLanguages: "
 END
 
 STRINGTABLE
@@ -195,5 +199,39 @@ BEGIN
     IDS_CHOOSE_FOLDER_ERROR "The folder you have specified does not exist. Create it?"
     IDS_APP_REG_REMOVE "Are you sure you want to delete the data on the installed program from the registry?"
     IDS_INFORMATION "Information"
+    IDS_UNABLE_TO_DOWNLOAD "Unable to download the package! Address not found!"
+    IDS_UNABLE_TO_DOWNLOAD2 "Unable to download the package! Check Internet Connection!"
     IDS_UNABLE_TO_REMOVE "Unable to remove data on the program from the registry!"
+    IDS_CERT_DOES_NOT_MATCH "SSL certificate verification failed."
+    IDS_INTEG_CHECK_TITLE "Verifying package integrity..."
+    IDS_INTEG_CHECK_FAIL "The package did not pass the integrity check, it may have been corrupted or tampered with during downloading. Running the software is not recommended."
+    IDS_INTERRUPTED_DOWNLOAD "The download was interrupted. Check connection to Internet."
+    IDS_UNABLE_TO_WRITE "Unable to write to disk. Disk may be at capacity."
+    IDS_SELECT_ALL "Select/Desellect All"
+    IDS_INSTALL_SELECTED "Install Selected"
+END
+
+STRINGTABLE
+BEGIN
+    IDS_STATUS_INSTALLED "Installed"
+    IDS_STATUS_NOTINSTALLED "Not installed"
+    IDS_STATUS_DOWNLOADED "Downloaded"
+    IDS_STATUS_UPDATE_AVAILABLE "Update available"
+    IDS_STATUS_DOWNLOADING "Downloading…"
+    IDS_STATUS_INSTALLING "Installing…"
+END
+
+STRINGTABLE
+BEGIN
+    IDS_LICENSE_OPENSOURCE "Open Source"
+    IDS_LICENSE_FREEWARE "Freeware"
+    IDS_LICENSE_TRIAL "Trial/Demo"
+END
+
+STRINGTABLE
+BEGIN
+    IDS_LANGUAGE_AVAILABLE_TRANSLATION "Supports your language"
+    IDS_LANGUAGE_NO_TRANSLATION "Supports other languages"
+    IDS_LANGUAGE_ENGLISH_TRANSLATION "Supports English"
+    IDS_LANGUAGE_SINGLE "Single language"
 END