4 Commits

Author SHA1 Message Date
Andrew
00a0df962d msxml update 2025-11-01 22:00:48 +03:00
Andrew
41577749e9 vcr 2025-11-01 21:02:25 +03:00
Andrew
48c76565bb better error handling 2025-11-01 20:36:29 +03:00
Andrew
83505f2d8e locale update 2025-11-01 11:49:00 +03:00
2 changed files with 18 additions and 5 deletions

View File

@@ -34,14 +34,14 @@ rm wine-10.17-amd64-wow64.tar.xz
# Download Visual C++ Redistributable Runtimes
echo Downloading Visual C++ Redistributable Runtimes...
curl -LO https://uk1-dl.techpowerup.com/files/qpMrHvhJCaISg-CxO9bnTg/1761969558/Visual-C-Runtimes-All-in-One-Jul-2025.zip
mv Visual-C-Runtimes-All-in-One-Jul-2025.zip ./assets/vcr.zip
curl -LO https://github.com/relativemodder/aegnux/releases/download/vcrbin/vcr.zip
mv ./vcr.zip ./assets/vcr.zip
# Download msxml3.zip bundle
echo Downloading msxml3 dlls...
curl -LO https://github.com/cutefishaep/AeNux/raw/refs/heads/main/asset/System32/msxml3.dll
curl -LO https://github.com/cutefishaep/AeNux/raw/refs/heads/main/asset/System32/msxml3r.dll
curl -LO https://github.com/relativemodder/aegnux/releases/download/vcrbin/msxml3.dll
curl -LO https://github.com/relativemodder/aegnux/releases/download/vcrbin/msxml3r.dll
zip ./assets/msxml3.zip msxml3.dll msxml3r.dll
rm msxml3.dll
rm msxml3r.dll

View File

@@ -15,5 +15,18 @@ STRINGS = {
'wineprefix': 'Префикс Wine',
'tip_alt_t': 'Совет: нажмите ALT+T, чтобы открыть терминал с окружением Wine и уже заданным префиксом.',
'confirm_exit': 'Подтвердите выход',
'confirm_exit_text': 'Вы точно хотите выйти из Aegnux?'
'confirm_exit_text': 'Вы точно хотите выйти из Aegnux?',
'run_menu': 'Запустить',
'ae_action': 'After Effects',
'exe_action': 'Другой файл .EXE',
'reg_action': 'Импортировать файл реестра',
'browse_menu': 'Обзор',
'wpd_action': 'Префикс Wine',
'plugind_action': 'Папка с плагинами',
'aed_action': 'Папка с AE',
'aeg_action': 'Папка с установкой Aegnux',
'debug_menu': 'Отладка',
'kill_action': 'Остановить AE',
'log_action': 'Вкл/выкл логи',
'term_action': 'Открыть терминал'
}