first version

This commit is contained in:
Andrew
2025-10-29 09:09:36 +03:00
parent 5cac29f4bd
commit 26495d17d2
16 changed files with 20501 additions and 14 deletions

View File

@@ -3,5 +3,14 @@ STRINGS = {
'welcome_to_aegnux': 'Welcome to Aegnux!',
'subtitle_text': 'A simpler way to get After Effects running on GNU/Linux',
'install': 'Install',
'footer_text': 'Made with 💙 by Relative'
'footer_text': 'Made with 💙 by Relative',
'installation_method_title': 'Installation Method',
'installation_method_text': 'How would you like to install Aegnux?',
'offline_ae_zip_title': 'Select AE Zip File',
'run_ae': 'Run AE',
'kill_ae': 'Kill AE',
'toggle_logs': 'Toggle logs',
'remove_aegnux': 'Remove Aegnux',
'plugins': 'Plugins',
'wineprefix': 'Wine prefix'
}