| 123456789101112131415161718192021222324252627 |
- <?php
- return [
- "title"=> "Plugins Market Config",
- "options"=> [
- "title"=> "Configurations",
- "source-text"=> "Plugins Market Source",
- "source-hint"=> "You can use path relative to homepage or full URL.But it must be an accessible JSON file.",
- "auto-enable-text"=> "Auto Enable",
- "auto-enable-label"=> "Enable plugin automatically after installation",
- "replace-default-market-text"=> "Replace Default",
- "replace-default-market-label"=> "Replace default plugins market",
- "update-notif-text"=> "Update Notification",
- "update-none"=> "No notification",
- "update-release-only"=> "Release only",
- "update-both"=> "Both release and preview"
- ],
- "readme"=> [
- "title"=> "ReadMe",
- "text"=> "This plugin only can get a list of available plugins according to the preset source, also you can download plugins by this plugin.\n"
- ],
- "list"=> [
- "title"=> "Hot Plugins Source",
- "text"=> " if you want to show your source here.\n",
- "source1"=> "A source maintained by author of this plugin"
- ]
- ];
|