config.php 1.0 KB

123456789101112131415161718192021222324252627
  1. <?php
  2. return [
  3. "title"=> "Plugins Market Config",
  4. "options"=> [
  5. "title"=> "Configurations",
  6. "source-text"=> "Plugins Market Source",
  7. "source-hint"=> "You can use path relative to homepage or full URL.But it must be an accessible JSON file.",
  8. "auto-enable-text"=> "Auto Enable",
  9. "auto-enable-label"=> "Enable plugin automatically after installation",
  10. "replace-default-market-text"=> "Replace Default",
  11. "replace-default-market-label"=> "Replace default plugins market",
  12. "update-notif-text"=> "Update Notification",
  13. "update-none"=> "No notification",
  14. "update-release-only"=> "Release only",
  15. "update-both"=> "Both release and preview"
  16. ],
  17. "readme"=> [
  18. "title"=> "ReadMe",
  19. "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"
  20. ],
  21. "list"=> [
  22. "title"=> "Hot Plugins Source",
  23. "text"=> " if you want to show your source here.\n",
  24. "source1"=> "A source maintained by author of this plugin"
  25. ]
  26. ];