2025-11-05 16:24:12 +01:00

55 lines
1.5 KiB
PHP

<?php
return [
'nav_title' => 'Plugins',
'model_label' => 'Plugin',
'model_label_plural' => 'Plugins',
'name' => 'Name',
'update_available' => 'An update for this plugin is available',
'author' => 'Author',
'version' => 'Version',
'category' => 'Category',
'status' => 'Status',
'settings' => 'Settings',
'install' => 'Install',
'update' => 'Update',
'enable' => 'Enable',
'disable' => 'Disable',
'import' => 'Import',
'no_plugins' => 'No Plugins',
'from_file' => 'From File',
'from_url' => 'From URL',
'all' => 'All',
'change_load_order' => 'Change load order',
'apply_load_order' => 'Apply load order',
'enable_theme_modal' => [
'heading' => 'Theme already enabled',
'description' => 'You already have a theme enabled. Enabling multiple themes can result in visual bugs. Do you want to continue?',
],
'status_enum' => [
'not_installed' => 'Not Installed',
'disabled' => 'Disabled',
'enabled' => 'Enabled',
'errored' => 'Errored',
'incompatible' => 'Incompatible',
],
'category_enum' => [
'plugin' => 'Plugin',
'theme' => 'Theme',
'language' => 'Language Pack',
],
'notifications' => [
'installed' => 'Plugin installed',
'updated' => 'Plugin updated',
'enabled' => 'Plugin enabled',
'disabled' => 'Plugin disabled',
'downloaded' => 'Plugin downloaded',
'download_failed' => 'Could not download plugin',
],
];