Skip to content

Commit 7828afe

Browse files
learn-moreJoachimHenze
authored andcommitted
[0.4.8] cherry-pick [RAPPS] Various fixes
- Ask the user if they want to continue on cab certificate problems - Fix memory leaks in failure paths - Properly disable caching (cherry picked from commit 07f3691) cherry-picked by Joachim Henze
1 parent 0908d63 commit 7828afe

File tree

23 files changed

+111
-62
lines changed

23 files changed

+111
-62
lines changed

base/applications/rapps/include/resource.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
#define IDS_UNABLE_TO_REMOVE 118
102102
#define IDS_UNABLE_TO_DOWNLOAD 119
103103
#define IDS_UNABLE_TO_DOWNLOAD2 120
104-
#define IDS_CERT_DOES_NOT_MATCH 121
104+
#define IDS_UNABLE_TO_QUERY_CERT 121
105105
#define IDS_INTEG_CHECK_TITLE 122
106106
#define IDS_INTEG_CHECK_FAIL 123
107107
#define IDS_INTERRUPTED_DOWNLOAD 124
@@ -110,6 +110,7 @@
110110
#define IDS_INSTALL_SELECTED 127
111111
#define IDS_UNABLE_TO_INSTALL 128
112112
#define IDS_SELECTEDFORINST 129
113+
#define IDS_MISMATCH_CERT_INFO 130
113114

114115
/* Tooltips */
115116
#define IDS_TOOLTIP_INSTALL 200

base/applications/rapps/lang/bg-BG.rc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,14 +207,15 @@ BEGIN
207207
IDS_UNABLE_TO_DOWNLOAD2 "Unable to download the package! Check Internet Connection!"
208208
IDS_UNABLE_TO_REMOVE "Премахването на данните за приложението от регистъра е невъзможно!"
209209
IDS_UNABLE_TO_INSTALL "Unable to open installer!"
210-
IDS_CERT_DOES_NOT_MATCH "SSL certificate verification failed."
210+
IDS_UNABLE_TO_QUERY_CERT "Unable to retrieve certificate info.\n\nDo you want to continue anyway?"
211211
IDS_INTEG_CHECK_TITLE "Verifying package integrity…"
212212
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."
213213
IDS_INTERRUPTED_DOWNLOAD "The download was interrupted. Check connection to Internet."
214214
IDS_UNABLE_TO_WRITE "Unable to write to disk. Disk may be at capacity."
215215
IDS_SELECT_ALL "Select/Deselect All"
216216
IDS_INSTALL_SELECTED "Install Selected"
217217
IDS_SELECTEDFORINST "Selected for installation"
218+
IDS_MISMATCH_CERT_INFO "The certificate used is unknown:\nSubject: %s\nIssuer: %s\nDo you want to continue anyway?"
218219
END
219220

220221
STRINGTABLE

base/applications/rapps/lang/cs-CZ.rc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,14 +208,15 @@ BEGIN
208208
IDS_UNABLE_TO_DOWNLOAD2 "Unable to download the package! Check Internet Connection!"
209209
IDS_UNABLE_TO_REMOVE "Nepodařilo se odstranit data programu z registru!"
210210
IDS_UNABLE_TO_INSTALL "Unable to open installer!"
211-
IDS_CERT_DOES_NOT_MATCH "SSL certificate verification failed."
211+
IDS_UNABLE_TO_QUERY_CERT "Unable to retrieve certificate info.\n\nDo you want to continue anyway?"
212212
IDS_INTEG_CHECK_TITLE "Verifying package integrity…"
213213
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."
214214
IDS_INTERRUPTED_DOWNLOAD "The download was interrupted. Check connection to Internet."
215215
IDS_UNABLE_TO_WRITE "Unable to write to disk. Disk may be at capacity."
216216
IDS_SELECT_ALL "Select/Deselect All"
217217
IDS_INSTALL_SELECTED "Install Selected"
218218
IDS_SELECTEDFORINST "Selected for installation"
219+
IDS_MISMATCH_CERT_INFO "The certificate used is unknown:\nSubject: %s\nIssuer: %s\nDo you want to continue anyway?"
219220
END
220221

221222
STRINGTABLE

base/applications/rapps/lang/de-DE.rc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,14 +203,15 @@ BEGIN
203203
IDS_UNABLE_TO_DOWNLOAD2 "Paket konnte nicht geladen werden! Prüfen Sie Ihre Internetverbindung!"
204204
IDS_UNABLE_TO_REMOVE "Konnte die Daten nicht aus der Registry löschen!"
205205
IDS_UNABLE_TO_INSTALL "Paket konnte nicht installiert werden!"
206-
IDS_CERT_DOES_NOT_MATCH "Überprüfung des SSL-Zertifikats fehlgeschlagen."
206+
IDS_UNABLE_TO_QUERY_CERT "Unable to retrieve certificate info.\n\nDo you want to continue anyway?"
207207
IDS_INTEG_CHECK_TITLE "Integritätsprüfung…"
208208
IDS_INTEG_CHECK_FAIL "Das Paket hat die Integritätsprüfung nicht bestanden. Mögliche Ursachen sind Übertragungsfehler, Datenbankfehler oder Manipulation durch einen Angreifer. Sie sollten die Software nicht ausführen."
209209
IDS_INTERRUPTED_DOWNLOAD "Übertragung unterbrochen. Prüfen Sie Ihre Internetverbindung!"
210210
IDS_UNABLE_TO_WRITE "Schreibfehler. Prüfen Sie die Kapazität des Datenträgers!"
211211
IDS_SELECT_ALL "Alle/Keine"
212212
IDS_INSTALL_SELECTED "Ausgewählte Installieren"
213213
IDS_SELECTEDFORINST "Zur Installation ausgewählt"
214+
IDS_MISMATCH_CERT_INFO "The certificate used is unknown:\nSubject: %s\nIssuer: %s\nDo you want to continue anyway?"
214215
END
215216

216217
STRINGTABLE

base/applications/rapps/lang/en-US.rc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,14 +203,15 @@ BEGIN
203203
IDS_UNABLE_TO_DOWNLOAD2 "Unable to download the package! Check Internet Connection!"
204204
IDS_UNABLE_TO_REMOVE "Unable to remove data on the program from the registry!"
205205
IDS_UNABLE_TO_INSTALL "Unable to open installer!"
206-
IDS_CERT_DOES_NOT_MATCH "SSL certificate verification failed."
206+
IDS_UNABLE_TO_QUERY_CERT "Unable to retrieve certificate info.\n\nDo you want to continue anyway?"
207207
IDS_INTEG_CHECK_TITLE "Verifying package integrity…"
208208
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."
209209
IDS_INTERRUPTED_DOWNLOAD "The download was interrupted. Check connection to Internet."
210210
IDS_UNABLE_TO_WRITE "Unable to write to disk. Disk may be at capacity."
211211
IDS_SELECT_ALL "Select/Deselect All"
212212
IDS_INSTALL_SELECTED "Install Selected"
213213
IDS_SELECTEDFORINST "Selected for installation"
214+
IDS_MISMATCH_CERT_INFO "The certificate used is unknown:\nSubject: %s\nIssuer: %s\nDo you want to continue anyway?"
214215
END
215216

216217
STRINGTABLE

base/applications/rapps/lang/es-ES.rc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,14 +206,15 @@ BEGIN
206206
IDS_UNABLE_TO_DOWNLOAD2 "Unable to download the package! Check Internet Connection!"
207207
IDS_UNABLE_TO_REMOVE "No se pudieron borrar del Registro los datos de instalación del programa."
208208
IDS_UNABLE_TO_INSTALL "Unable to open installer!"
209-
IDS_CERT_DOES_NOT_MATCH "Ha fallado la comprobación del certificado SSL."
209+
IDS_UNABLE_TO_QUERY_CERT "Unable to retrieve certificate info.\n\nDo you want to continue anyway?"
210210
IDS_INTEG_CHECK_TITLE "Verificando integridad del paquete…"
211211
IDS_INTEG_CHECK_FAIL "El paquete no ha pasado la comprobación de integridad, puede haber sido alterado o estar corrupto. No se recomienda ejecutarlo."
212212
IDS_INTERRUPTED_DOWNLOAD "Se ha interrumpido la descarga por un error de red. Comprueba la conexión a Internet."
213213
IDS_UNABLE_TO_WRITE "No se ha podido escribir en el disco duro, es posible que no quede espacio libre."
214214
IDS_SELECT_ALL "Select/Deselect All"
215215
IDS_INSTALL_SELECTED "Install Selected"
216216
IDS_SELECTEDFORINST "Selected for installation"
217+
IDS_MISMATCH_CERT_INFO "The certificate used is unknown:\nSubject: %s\nIssuer: %s\nDo you want to continue anyway?"
217218
END
218219

219220
STRINGTABLE

base/applications/rapps/lang/fr-FR.rc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,14 +203,15 @@ BEGIN
203203
IDS_UNABLE_TO_DOWNLOAD2 "Impossible de télécharger le paquet : vérifiez votre connexion à Internet !"
204204
IDS_UNABLE_TO_REMOVE "Impossible de supprimer du registre les données du programme !"
205205
IDS_UNABLE_TO_INSTALL "Impossible d'ouvrir l'installeur !"
206-
IDS_CERT_DOES_NOT_MATCH "La vérification du certificat SSL a échoué."
206+
IDS_UNABLE_TO_QUERY_CERT "Unable to retrieve certificate info.\n\nDo you want to continue anyway?"
207207
IDS_INTEG_CHECK_TITLE "Vérification de l'intégrité du paquet…"
208208
IDS_INTEG_CHECK_FAIL "Le contrôle d'intégrité du paquet a échoué, il se peut qu'il ait été corrompu ou altéré au cours du téléchargement. L'exécution du programme n'est pas recommandée."
209209
IDS_INTERRUPTED_DOWNLOAD "Le téléchargement a été interrompu. Vérifiez votre connexion à Internet."
210210
IDS_UNABLE_TO_WRITE "Impossible d'écrire sur le disque. Votre disque pourrait être plein."
211211
IDS_SELECT_ALL "Sélectionner/Désélectionner tout"
212212
IDS_INSTALL_SELECTED "Installer la sélection"
213213
IDS_SELECTEDFORINST "Sélectionnées pour installation"
214+
IDS_MISMATCH_CERT_INFO "The certificate used is unknown:\nSubject: %s\nIssuer: %s\nDo you want to continue anyway?"
214215
END
215216

216217
STRINGTABLE

base/applications/rapps/lang/he-IL.rc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,14 +209,15 @@ BEGIN
209209
IDS_UNABLE_TO_DOWNLOAD2 "Unable to download the package! Check Internet Connection!"
210210
IDS_UNABLE_TO_REMOVE "Unable to remove data on the program from the registry!"
211211
IDS_UNABLE_TO_INSTALL "Unable to open installer!"
212-
IDS_CERT_DOES_NOT_MATCH "SSL certificate verification failed."
212+
IDS_UNABLE_TO_QUERY_CERT "Unable to retrieve certificate info.\n\nDo you want to continue anyway?"
213213
IDS_INTEG_CHECK_TITLE "Verifying package integrity…"
214214
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."
215215
IDS_INTERRUPTED_DOWNLOAD "The download was interrupted. Check connection to Internet."
216216
IDS_UNABLE_TO_WRITE "Unable to write to disk. Disk may be at capacity."
217217
IDS_SELECT_ALL "Select/Deselect All"
218218
IDS_INSTALL_SELECTED "Install Selected"
219219
IDS_SELECTEDFORINST "Selected for installation"
220+
IDS_MISMATCH_CERT_INFO "The certificate used is unknown:\nSubject: %s\nIssuer: %s\nDo you want to continue anyway?"
220221
END
221222

222223
STRINGTABLE

base/applications/rapps/lang/it-IT.rc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,14 +203,15 @@ BEGIN
203203
IDS_UNABLE_TO_DOWNLOAD2 "Impossibile scaricare il pacchetto! Controlla la tua connessione internet!"
204204
IDS_UNABLE_TO_REMOVE "Impossibile cancellare i dati dal registro!"
205205
IDS_UNABLE_TO_INSTALL "Impossibile aprire l'installer!"
206-
IDS_CERT_DOES_NOT_MATCH "Verifica del certificato SSL fallita."
206+
IDS_UNABLE_TO_QUERY_CERT "Unable to retrieve certificate info.\n\nDo you want to continue anyway?"
207207
IDS_INTEG_CHECK_TITLE "Verifica integrità pacchetto…"
208208
IDS_INTEG_CHECK_FAIL "Il pacchetto non ha superato il controllo di integrità, potrebbe essere stato danneggiato o manomesso durante lo scaricamento. L'esecuzione del software non è raccomandata."
209209
IDS_INTERRUPTED_DOWNLOAD "Lo scaricamento è stato interrotto. Verificare la connessione a Internet."
210210
IDS_UNABLE_TO_WRITE "Impossibile scrivere su disco: lo spazio libero potrebbe essere esaurito."
211211
IDS_SELECT_ALL "Seleziona/Deseleziona Tutte"
212212
IDS_INSTALL_SELECTED "Installa le selezionate"
213213
IDS_SELECTEDFORINST "Selezionate per l'installazione"
214+
IDS_MISMATCH_CERT_INFO "The certificate used is unknown:\nSubject: %s\nIssuer: %s\nDo you want to continue anyway?"
214215
END
215216

216217
STRINGTABLE

base/applications/rapps/lang/ja-JP.rc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,14 +203,15 @@ BEGIN
203203
IDS_UNABLE_TO_DOWNLOAD2 "Unable to download the package! Check Internet Connection!"
204204
IDS_UNABLE_TO_REMOVE "レジストリからこのプログラムに関するデータを削除できません!"
205205
IDS_UNABLE_TO_INSTALL "Unable to open installer!"
206-
IDS_CERT_DOES_NOT_MATCH "SSL certificate verification failed."
206+
IDS_UNABLE_TO_QUERY_CERT "Unable to retrieve certificate info.\n\nDo you want to continue anyway?"
207207
IDS_INTEG_CHECK_TITLE "Verifying package integrity…"
208208
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."
209209
IDS_INTERRUPTED_DOWNLOAD "The download was interrupted. Check connection to Internet."
210210
IDS_UNABLE_TO_WRITE "Unable to write to disk. Disk may be at capacity."
211211
IDS_SELECT_ALL "Select/Deselect All"
212212
IDS_INSTALL_SELECTED "Install Selected"
213213
IDS_SELECTEDFORINST "Selected for installation"
214+
IDS_MISMATCH_CERT_INFO "The certificate used is unknown:\nSubject: %s\nIssuer: %s\nDo you want to continue anyway?"
214215
END
215216

216217
STRINGTABLE

base/applications/rapps/lang/no-NO.rc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,14 +202,15 @@ BEGIN
202202
IDS_UNABLE_TO_DOWNLOAD2 "Unable to download the package! Check Internet Connection!"
203203
IDS_UNABLE_TO_REMOVE "Unable to remove data on the program from the registry!"
204204
IDS_UNABLE_TO_INSTALL "Unable to open installer!"
205-
IDS_CERT_DOES_NOT_MATCH "SSL certificate verification failed."
205+
IDS_UNABLE_TO_QUERY_CERT "Unable to retrieve certificate info.\n\nDo you want to continue anyway?"
206206
IDS_INTEG_CHECK_TITLE "Verifying package integrity…"
207207
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."
208208
IDS_INTERRUPTED_DOWNLOAD "The download was interrupted. Check connection to Internet."
209209
IDS_UNABLE_TO_WRITE "Unable to write to disk. Disk may be at capacity."
210210
IDS_SELECT_ALL "Select/Deselect All"
211211
IDS_INSTALL_SELECTED "Install Selected"
212212
IDS_SELECTEDFORINST "Selected for installation"
213+
IDS_MISMATCH_CERT_INFO "The certificate used is unknown:\nSubject: %s\nIssuer: %s\nDo you want to continue anyway?"
213214
END
214215

215216
STRINGTABLE

base/applications/rapps/lang/pl-PL.rc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,14 +211,15 @@ BEGIN
211211
IDS_UNABLE_TO_DOWNLOAD2 "Nie można pobrać pakietu! Sprawdź połączenie z siecią!"
212212
IDS_UNABLE_TO_REMOVE "Nie można było usunąć wpisu z rejestru!"
213213
IDS_UNABLE_TO_INSTALL "Nie można uruchomić instalatora!"
214-
IDS_CERT_DOES_NOT_MATCH "Weryfikacja certyfikatu SSL nieudana."
214+
IDS_UNABLE_TO_QUERY_CERT "Unable to retrieve certificate info.\n\nDo you want to continue anyway?"
215215
IDS_INTEG_CHECK_TITLE "Weryfikowanie integralności pakietu…"
216216
IDS_INTEG_CHECK_FAIL "Pakiet nie przeszedł kontroli integralności, mógł zostać uszkodzony lub naruszony podczas pobierania. Uruchamianie tego programu nie jest zalecane."
217217
IDS_INTERRUPTED_DOWNLOAD "Pobieranie zostało przerwane. Sprawdź połączenie z siecią"
218218
IDS_UNABLE_TO_WRITE "Nie można zapisać na dysku. Dysk może być pełny."
219219
IDS_SELECT_ALL "Zaznacz/Odznacz Wszystko"
220220
IDS_INSTALL_SELECTED "Instaluj Zaznaczone"
221221
IDS_SELECTEDFORINST "Wybrane do instalacji"
222+
IDS_MISMATCH_CERT_INFO "The certificate used is unknown:\nSubject: %s\nIssuer: %s\nDo you want to continue anyway?"
222223
END
223224

224225
STRINGTABLE

base/applications/rapps/lang/pt-BR.rc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,14 +205,15 @@ BEGIN
205205
IDS_UNABLE_TO_DOWNLOAD2 "Unable to download the package! Check Internet Connection!"
206206
IDS_UNABLE_TO_REMOVE "Não foi possível remover as informações do programa do registro!"
207207
IDS_UNABLE_TO_INSTALL "Unable to open installer!"
208-
IDS_CERT_DOES_NOT_MATCH "SSL certificate verification failed."
208+
IDS_UNABLE_TO_QUERY_CERT "Unable to retrieve certificate info.\n\nDo you want to continue anyway?"
209209
IDS_INTEG_CHECK_TITLE "Verifying package integrity…"
210210
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."
211211
IDS_INTERRUPTED_DOWNLOAD "The download was interrupted. Check connection to Internet."
212212
IDS_UNABLE_TO_WRITE "Unable to write to disk. Disk may be at capacity."
213213
IDS_SELECT_ALL "Select/Deselect All"
214214
IDS_INSTALL_SELECTED "Install Selected"
215215
IDS_SELECTEDFORINST "Selected for installation"
216+
IDS_MISMATCH_CERT_INFO "The certificate used is unknown:\nSubject: %s\nIssuer: %s\nDo you want to continue anyway?"
216217
END
217218

218219
STRINGTABLE

base/applications/rapps/lang/ro-RO.rc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,14 +212,15 @@ BEGIN
212212
IDS_UNABLE_TO_DOWNLOAD2 "Pachetul nu poate fi descărcat! Verificați conexiunea de Internet!"
213213
IDS_UNABLE_TO_REMOVE "Datele de registru pentru acest program nu au putut fi eliminate!"
214214
IDS_UNABLE_TO_INSTALL "Programul de instalare nu poate fi executat!"
215-
IDS_CERT_DOES_NOT_MATCH "Verificarea certificatului SSL a eșuat."
215+
IDS_UNABLE_TO_QUERY_CERT "Unable to retrieve certificate info.\n\nDo you want to continue anyway?"
216216
IDS_INTEG_CHECK_TITLE "Integritatea pachetului în verificare…"
217217
IDS_INTEG_CHECK_FAIL "Pachetul nu a trecut de verificarea de integritate. Utilizarea programului nu este recomandată."
218218
IDS_INTERRUPTED_DOWNLOAD "Descărcarea a fost întreruptă. Verificați conexiunea la Internet."
219219
IDS_UNABLE_TO_WRITE "Eșec la scrierea pe disc. Una din cauze poate fi atingerea limitei de capacitate."
220220
IDS_SELECT_ALL "Selectează/Deselectează Toate"
221221
IDS_INSTALL_SELECTED "Instalează selecționate"
222222
IDS_SELECTEDFORINST "Selectate pentru instalare"
223+
IDS_MISMATCH_CERT_INFO "The certificate used is unknown:\nSubject: %s\nIssuer: %s\nDo you want to continue anyway?"
223224
END
224225

225226
STRINGTABLE

base/applications/rapps/lang/ru-RU.rc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,14 +203,15 @@ BEGIN
203203
IDS_UNABLE_TO_DOWNLOAD2 "Не удалось скачать приложение! Проверьте подключение к сети Интернет!"
204204
IDS_UNABLE_TO_REMOVE "Не удалось удалить данные о программе из реестра!"
205205
IDS_UNABLE_TO_INSTALL "Не удалось завершить установку!"
206-
IDS_CERT_DOES_NOT_MATCH "Ошибка проверки SSL сертификата."
206+
IDS_UNABLE_TO_QUERY_CERT "Unable to retrieve certificate info.\n\nDo you want to continue anyway?"
207207
IDS_INTEG_CHECK_TITLE "Проверка целостности приложения…"
208208
IDS_INTEG_CHECK_FAIL "Приложение не прошло проверку целостности, возможно оно было повреждено или подменено. Запуск приложения не рекомендуется."
209209
IDS_INTERRUPTED_DOWNLOAD "Загрузка была прервана. Проверьте подключение к сети Интернет."
210210
IDS_UNABLE_TO_WRITE "Не удалось записать данные на диск. Возможно, недостаточно свободного места на диске."
211211
IDS_SELECT_ALL "Выбрать все"
212212
IDS_INSTALL_SELECTED "Установить выбранное"
213213
IDS_SELECTEDFORINST "Выбрано для установки"
214+
IDS_MISMATCH_CERT_INFO "The certificate used is unknown:\nSubject: %s\nIssuer: %s\nDo you want to continue anyway?"
214215
END
215216

216217
STRINGTABLE

base/applications/rapps/lang/sk-SK.rc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,14 +208,15 @@ BEGIN
208208
IDS_UNABLE_TO_DOWNLOAD2 "Unable to download the package! Check Internet Connection!"
209209
IDS_UNABLE_TO_REMOVE "Nie je možné odstrániť z registrov údaje o programe!"
210210
IDS_UNABLE_TO_INSTALL "Unable to open installer!"
211-
IDS_CERT_DOES_NOT_MATCH "SSL certificate verification failed."
211+
IDS_UNABLE_TO_QUERY_CERT "Unable to retrieve certificate info.\n\nDo you want to continue anyway?"
212212
IDS_INTEG_CHECK_TITLE "Verifying package integrity…"
213213
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."
214214
IDS_INTERRUPTED_DOWNLOAD "The download was interrupted. Check connection to Internet."
215215
IDS_UNABLE_TO_WRITE "Unable to write to disk. Disk may be at capacity."
216216
IDS_SELECT_ALL "Select/Deselect All"
217217
IDS_INSTALL_SELECTED "Install Selected"
218218
IDS_SELECTEDFORINST "Selected for installation"
219+
IDS_MISMATCH_CERT_INFO "The certificate used is unknown:\nSubject: %s\nIssuer: %s\nDo you want to continue anyway?"
219220
END
220221

221222
STRINGTABLE

base/applications/rapps/lang/sq-AL.rc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,14 +207,15 @@ BEGIN
207207
IDS_UNABLE_TO_DOWNLOAD2 "Unable to download the package! Check Internet Connection!"
208208
IDS_UNABLE_TO_REMOVE "E pamundur te fshihen informacionet e programit nga regjistri!"
209209
IDS_UNABLE_TO_INSTALL "Unable to open installer!"
210-
IDS_CERT_DOES_NOT_MATCH "SSL certificate verification failed."
210+
IDS_UNABLE_TO_QUERY_CERT "Unable to retrieve certificate info.\n\nDo you want to continue anyway?"
211211
IDS_INTEG_CHECK_TITLE "Verifying package integrity…"
212212
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."
213213
IDS_INTERRUPTED_DOWNLOAD "The download was interrupted. Check connection to Internet."
214214
IDS_UNABLE_TO_WRITE "Unable to write to disk. Disk may be at capacity."
215215
IDS_SELECT_ALL "Select/Deselect All"
216216
IDS_INSTALL_SELECTED "Install Selected"
217217
IDS_SELECTEDFORINST "Selected for installation"
218+
IDS_MISMATCH_CERT_INFO "The certificate used is unknown:\nSubject: %s\nIssuer: %s\nDo you want to continue anyway?"
218219
END
219220

220221
STRINGTABLE

0 commit comments

Comments
 (0)