private plugin installation

This commit is contained in:
Andrew
2025-11-05 04:55:38 +03:00
parent 3a835bdb63
commit f9aa1b3878
6 changed files with 227 additions and 4 deletions

View File

@@ -32,5 +32,11 @@ STRINGS = {
'cep_action': 'CEP directory',
'offline_note': 'Offline note',
'offline_note_text': 'Note that the .zip archive should contain After Effects from Program Files (including AfterFX.exe).',
'error': 'Error'
'error': 'Error',
'plugininst_action': 'Install private plugins from ZIP',
'plugin_note': 'Private plugins note',
'plugin_note_text': 'Those plugins are available at https://t.me/Aegnux',
'done_title': 'Done!',
'done_ae': 'AE has been installed.',
'done_plugins': 'The plugins have been installed.'
}