diff --git a/base/applications/rapps/appview.cpp b/base/applications/rapps/appview.cpp index dff7c0eca85..58584fa3b72 100644 --- a/base/applications/rapps/appview.cpp +++ b/base/applications/rapps/appview.cpp @@ -372,6 +372,7 @@ BOOL CAppRichEdit::ShowAvailableAppInfo(CAvailableApplicationInfo *Info) LoadAndInsertText(IDS_AINFO_URLSITE, Info->m_szUrlSite, CFE_BOLD, CFE_LINK); LoadAndInsertText(IDS_AINFO_DESCRIPTION, Info->m_szDesc, CFE_BOLD, 0); LoadAndInsertText(IDS_AINFO_URLDOWNLOAD, Info->m_szUrlDownload, CFE_BOLD, CFE_LINK); + LoadAndInsertText(IDS_AINFO_PACKAGE_NAME, Info->m_szPkgName, CFE_BOLD, 0); return TRUE; } diff --git a/base/applications/rapps/include/resource.h b/base/applications/rapps/include/resource.h index 104d925c039..6ea0ca1a321 100644 --- a/base/applications/rapps/include/resource.h +++ b/base/applications/rapps/include/resource.h @@ -169,6 +169,7 @@ #define IDS_AINFO_KILOBYTE_EXT 358 #define IDS_AINFO_MEGABYTE_EXT 359 #define IDS_AINFO_GIGABYTE_EXT 360 +#define IDS_AINFO_PACKAGE_NAME 361 /* Names of categories */ diff --git a/base/applications/rapps/lang/bg-BG.rc b/base/applications/rapps/lang/bg-BG.rc index 31f208d38e8..4ac81b14652 100644 --- a/base/applications/rapps/lang/bg-BG.rc +++ b/base/applications/rapps/lang/bg-BG.rc @@ -145,6 +145,7 @@ BEGIN IDS_INFO_UNINSTALLSTR "\nНиз за премахване: " IDS_INFO_MODIFYPATH "\nПът за изменения: " IDS_INFO_INSTALLDATE "\nДата на слагане: " + IDS_AINFO_PACKAGE_NAME "\nPackage Name: " END STRINGTABLE diff --git a/base/applications/rapps/lang/cs-CZ.rc b/base/applications/rapps/lang/cs-CZ.rc index ce0a04c31e0..965c5b31380 100644 --- a/base/applications/rapps/lang/cs-CZ.rc +++ b/base/applications/rapps/lang/cs-CZ.rc @@ -146,6 +146,7 @@ BEGIN IDS_INFO_UNINSTALLSTR "\nOdinstalační řetězec: " IDS_INFO_MODIFYPATH "\nCesta úpravy: " IDS_INFO_INSTALLDATE "\nDatum instalace: " + IDS_AINFO_PACKAGE_NAME "\nPackage Name: " END STRINGTABLE diff --git a/base/applications/rapps/lang/de-DE.rc b/base/applications/rapps/lang/de-DE.rc index 66fe742cf72..8bd0a0bc36a 100644 --- a/base/applications/rapps/lang/de-DE.rc +++ b/base/applications/rapps/lang/de-DE.rc @@ -141,6 +141,7 @@ BEGIN IDS_INFO_UNINSTALLSTR "\nDeinstallationsstring: " IDS_INFO_MODIFYPATH "\nÄnderungspfad: " IDS_INFO_INSTALLDATE "\nInstallationsdatum: " + IDS_AINFO_PACKAGE_NAME "\nPackage Name: " END STRINGTABLE diff --git a/base/applications/rapps/lang/en-US.rc b/base/applications/rapps/lang/en-US.rc index 193d54b5177..869868fd255 100644 --- a/base/applications/rapps/lang/en-US.rc +++ b/base/applications/rapps/lang/en-US.rc @@ -141,6 +141,7 @@ BEGIN IDS_INFO_UNINSTALLSTR "\nUninstall String: " IDS_INFO_MODIFYPATH "\nModify Path: " IDS_INFO_INSTALLDATE "\nInstall Date: " + IDS_AINFO_PACKAGE_NAME "\nPackage Name: " END STRINGTABLE diff --git a/base/applications/rapps/lang/es-ES.rc b/base/applications/rapps/lang/es-ES.rc index c8be3fe5433..c9f224c17c3 100644 --- a/base/applications/rapps/lang/es-ES.rc +++ b/base/applications/rapps/lang/es-ES.rc @@ -144,6 +144,7 @@ BEGIN IDS_INFO_UNINSTALLSTR "\nComando de desinstalación: " IDS_INFO_MODIFYPATH "\nRuta de modificación: " IDS_INFO_INSTALLDATE "\nFecha de instalación: " + IDS_AINFO_PACKAGE_NAME "\nPackage Name: " END STRINGTABLE diff --git a/base/applications/rapps/lang/et-EE.rc b/base/applications/rapps/lang/et-EE.rc index 7149aa767ae..95f2f57a6f9 100644 --- a/base/applications/rapps/lang/et-EE.rc +++ b/base/applications/rapps/lang/et-EE.rc @@ -149,6 +149,7 @@ BEGIN IDS_INFO_UNINSTALLSTR "\nDesinstalli string: " IDS_INFO_MODIFYPATH "\nMuutmise tee: " IDS_INFO_INSTALLDATE "\nInstalli kuupäev: " + IDS_AINFO_PACKAGE_NAME "\nPackage Name: " END STRINGTABLE diff --git a/base/applications/rapps/lang/fr-FR.rc b/base/applications/rapps/lang/fr-FR.rc index 97def999b65..22077326c2e 100644 --- a/base/applications/rapps/lang/fr-FR.rc +++ b/base/applications/rapps/lang/fr-FR.rc @@ -141,6 +141,7 @@ BEGIN IDS_INFO_UNINSTALLSTR "\nCommande de désinstallation : " IDS_INFO_MODIFYPATH "\nModifier le chemin d'accès : " IDS_INFO_INSTALLDATE "\nDate d'installation : " + IDS_AINFO_PACKAGE_NAME "\nPackage Name: " END STRINGTABLE diff --git a/base/applications/rapps/lang/he-IL.rc b/base/applications/rapps/lang/he-IL.rc index 24eb6f51217..79a272acb1c 100644 --- a/base/applications/rapps/lang/he-IL.rc +++ b/base/applications/rapps/lang/he-IL.rc @@ -147,6 +147,7 @@ BEGIN IDS_INFO_UNINSTALLSTR "\nמחרוזת הסרה: " IDS_INFO_MODIFYPATH "\nנתיב שינוי: " IDS_INFO_INSTALLDATE "\nתאריך התקנה: " + IDS_AINFO_PACKAGE_NAME "\nPackage Name: " END STRINGTABLE diff --git a/base/applications/rapps/lang/id-ID.rc b/base/applications/rapps/lang/id-ID.rc index b7c47d1d123..0a65bcc1605 100644 --- a/base/applications/rapps/lang/id-ID.rc +++ b/base/applications/rapps/lang/id-ID.rc @@ -141,6 +141,7 @@ BEGIN IDS_INFO_UNINSTALLSTR "\nString Pembongkaran: " IDS_INFO_MODIFYPATH "\nJalur Pengubahan: " IDS_INFO_INSTALLDATE "\nTanggal Pemasangan: " + IDS_AINFO_PACKAGE_NAME "\nPackage Name: " END STRINGTABLE diff --git a/base/applications/rapps/lang/it-IT.rc b/base/applications/rapps/lang/it-IT.rc index 2a19053a8d1..6321268e6b1 100644 --- a/base/applications/rapps/lang/it-IT.rc +++ b/base/applications/rapps/lang/it-IT.rc @@ -141,6 +141,7 @@ BEGIN IDS_INFO_UNINSTALLSTR "\nStringa di disinstallazione: " IDS_INFO_MODIFYPATH "\nModifica percorso: " IDS_INFO_INSTALLDATE "\nData installazione: " + IDS_AINFO_PACKAGE_NAME "\nPackage Name: " END STRINGTABLE diff --git a/base/applications/rapps/lang/ja-JP.rc b/base/applications/rapps/lang/ja-JP.rc index d47201d5967..384eec172de 100644 --- a/base/applications/rapps/lang/ja-JP.rc +++ b/base/applications/rapps/lang/ja-JP.rc @@ -141,6 +141,7 @@ BEGIN IDS_INFO_UNINSTALLSTR "\nアンインストールに使用する文字列: " IDS_INFO_MODIFYPATH "\n変更に使用するパス: " IDS_INFO_INSTALLDATE "\nインストールした日付: " + IDS_AINFO_PACKAGE_NAME "\nPackage Name: " END STRINGTABLE diff --git a/base/applications/rapps/lang/no-NO.rc b/base/applications/rapps/lang/no-NO.rc index b217f736b7c..8ce8f1915b3 100644 --- a/base/applications/rapps/lang/no-NO.rc +++ b/base/applications/rapps/lang/no-NO.rc @@ -141,6 +141,7 @@ BEGIN IDS_INFO_UNINSTALLSTR "\nAvinstallering plassering: " IDS_INFO_MODIFYPATH "\nEndret mappe: " IDS_INFO_INSTALLDATE "\nInstallert dato: " + IDS_AINFO_PACKAGE_NAME "\nPackage Name: " END STRINGTABLE diff --git a/base/applications/rapps/lang/pl-PL.rc b/base/applications/rapps/lang/pl-PL.rc index eebaeef6213..ca5b2615153 100644 --- a/base/applications/rapps/lang/pl-PL.rc +++ b/base/applications/rapps/lang/pl-PL.rc @@ -149,6 +149,7 @@ BEGIN IDS_INFO_UNINSTALLSTR "\nKomenda deinstalacji: " IDS_INFO_MODIFYPATH "\nModyfikacja ścieżki instalacji: " IDS_INFO_INSTALLDATE "\nData instalacji: " + IDS_AINFO_PACKAGE_NAME "\nPackage Name: " END STRINGTABLE diff --git a/base/applications/rapps/lang/pt-BR.rc b/base/applications/rapps/lang/pt-BR.rc index abbcbb037fc..f60e57c4557 100644 --- a/base/applications/rapps/lang/pt-BR.rc +++ b/base/applications/rapps/lang/pt-BR.rc @@ -143,6 +143,7 @@ BEGIN IDS_INFO_UNINSTALLSTR "\nDesinstalar String: " IDS_INFO_MODIFYPATH "\nModificar Caminho: " IDS_INFO_INSTALLDATE "\nData de Instalação: " + IDS_AINFO_PACKAGE_NAME "\nPackage Name: " END STRINGTABLE diff --git a/base/applications/rapps/lang/pt-PT.rc b/base/applications/rapps/lang/pt-PT.rc index d26f79dea27..31d968a260a 100644 --- a/base/applications/rapps/lang/pt-PT.rc +++ b/base/applications/rapps/lang/pt-PT.rc @@ -143,6 +143,7 @@ BEGIN IDS_INFO_UNINSTALLSTR "\nDesinstalar String: " IDS_INFO_MODIFYPATH "\nModificar Caminho: " IDS_INFO_INSTALLDATE "\nData de Instalação: " + IDS_AINFO_PACKAGE_NAME "\nPackage Name: " END STRINGTABLE diff --git a/base/applications/rapps/lang/ro-RO.rc b/base/applications/rapps/lang/ro-RO.rc index 7b24c8a508b..7e28b9e41d1 100644 --- a/base/applications/rapps/lang/ro-RO.rc +++ b/base/applications/rapps/lang/ro-RO.rc @@ -150,6 +150,7 @@ BEGIN IDS_INFO_UNINSTALLSTR "\nComanda pentru dezinstalare: " IDS_INFO_MODIFYPATH "\nComanda pentru modificare: " IDS_INFO_INSTALLDATE "\nData de instalare: " + IDS_AINFO_PACKAGE_NAME "\nPackage Name: " END STRINGTABLE diff --git a/base/applications/rapps/lang/ru-RU.rc b/base/applications/rapps/lang/ru-RU.rc index bb524f5e54e..1ff0dd8651b 100644 --- a/base/applications/rapps/lang/ru-RU.rc +++ b/base/applications/rapps/lang/ru-RU.rc @@ -141,6 +141,7 @@ BEGIN IDS_INFO_UNINSTALLSTR "\nСтрока для удаления: " IDS_INFO_MODIFYPATH "\nСтрока для изменения: " IDS_INFO_INSTALLDATE "\nДата установки: " + IDS_AINFO_PACKAGE_NAME "\nPackage Name: " END STRINGTABLE diff --git a/base/applications/rapps/lang/sk-SK.rc b/base/applications/rapps/lang/sk-SK.rc index 935f2165af5..293028d37d6 100644 --- a/base/applications/rapps/lang/sk-SK.rc +++ b/base/applications/rapps/lang/sk-SK.rc @@ -146,6 +146,7 @@ BEGIN IDS_INFO_UNINSTALLSTR "\nUninstall String: " IDS_INFO_MODIFYPATH "\nModify Path: " IDS_INFO_INSTALLDATE "\nDátum inštalácie: " + IDS_AINFO_PACKAGE_NAME "\nPackage Name: " END STRINGTABLE diff --git a/base/applications/rapps/lang/sq-AL.rc b/base/applications/rapps/lang/sq-AL.rc index dafe2625a7c..51be3ed3eca 100644 --- a/base/applications/rapps/lang/sq-AL.rc +++ b/base/applications/rapps/lang/sq-AL.rc @@ -145,6 +145,7 @@ BEGIN IDS_INFO_UNINSTALLSTR "\nUninstall String: " IDS_INFO_MODIFYPATH "\nModifiko Rrugen: " IDS_INFO_INSTALLDATE "\nData Instalimit: " + IDS_AINFO_PACKAGE_NAME "\nPackage Name: " END STRINGTABLE diff --git a/base/applications/rapps/lang/sv-SE.rc b/base/applications/rapps/lang/sv-SE.rc index bdc851b0017..d4715ed0b35 100644 --- a/base/applications/rapps/lang/sv-SE.rc +++ b/base/applications/rapps/lang/sv-SE.rc @@ -148,6 +148,7 @@ BEGIN IDS_INFO_UNINSTALLSTR "\nAvinstallationssträng: " IDS_INFO_MODIFYPATH "\nÄndra sökväg: " IDS_INFO_INSTALLDATE "\nInstallationsdatum: " + IDS_AINFO_PACKAGE_NAME "\nPackage Name: " END STRINGTABLE diff --git a/base/applications/rapps/lang/tr-TR.rc b/base/applications/rapps/lang/tr-TR.rc index 03da9216286..a612fc9b503 100644 --- a/base/applications/rapps/lang/tr-TR.rc +++ b/base/applications/rapps/lang/tr-TR.rc @@ -143,6 +143,7 @@ BEGIN IDS_INFO_UNINSTALLSTR "\nKaldırma Sözcesi: " IDS_INFO_MODIFYPATH "\nDeğiştirme Yolu: " IDS_INFO_INSTALLDATE "\nKurulum Zamanı: " + IDS_AINFO_PACKAGE_NAME "\nPackage Name: " END STRINGTABLE diff --git a/base/applications/rapps/lang/uk-UA.rc b/base/applications/rapps/lang/uk-UA.rc index 9c2372b7892..29067f4871f 100644 --- a/base/applications/rapps/lang/uk-UA.rc +++ b/base/applications/rapps/lang/uk-UA.rc @@ -149,6 +149,7 @@ BEGIN IDS_INFO_UNINSTALLSTR "\nВидалити рядок: " IDS_INFO_MODIFYPATH "\nЗмінити шлях: " IDS_INFO_INSTALLDATE "\nВстановити дату: " + IDS_AINFO_PACKAGE_NAME "\nPackage Name: " END STRINGTABLE diff --git a/base/applications/rapps/lang/zh-CN.rc b/base/applications/rapps/lang/zh-CN.rc index 308ac4cbda0..25a12c4fb1f 100644 --- a/base/applications/rapps/lang/zh-CN.rc +++ b/base/applications/rapps/lang/zh-CN.rc @@ -144,6 +144,7 @@ BEGIN IDS_INFO_UNINSTALLSTR "\n卸载字符串: " IDS_INFO_MODIFYPATH "\n修改路径: " IDS_INFO_INSTALLDATE "\n安装日期: " + IDS_AINFO_PACKAGE_NAME "\n包名称: " END STRINGTABLE diff --git a/base/applications/rapps/lang/zh-TW.rc b/base/applications/rapps/lang/zh-TW.rc index 8118d880df6..49f7dfb2c9f 100644 --- a/base/applications/rapps/lang/zh-TW.rc +++ b/base/applications/rapps/lang/zh-TW.rc @@ -143,6 +143,7 @@ BEGIN IDS_INFO_UNINSTALLSTR "\n解除安裝字元串:" IDS_INFO_MODIFYPATH "\n修改路徑:" IDS_INFO_INSTALLDATE "\n安裝日期:" + IDS_AINFO_PACKAGE_NAME "\nPackage Name: " END STRINGTABLE