mymodule.lang 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. # Copyright (C) ---Put here your own copyright and developer email---
  2. #
  3. # This program is free software: you can redistribute it and/or modify
  4. # it under the terms of the GNU General Public License as published by
  5. # the Free Software Foundation, either version 3 of the License, or
  6. # (at your option) any later version.
  7. #
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. # GNU General Public License for more details.
  12. #
  13. # You should have received a copy of the GNU General Public License
  14. # along with this program. If not, see <https://www.gnu.org/licenses/>.
  15. #
  16. # Generic
  17. #
  18. # Module label 'ModuleMyModuleName'
  19. ModuleMyModuleName = MyModule
  20. # Module description 'ModuleMyModuleDesc'
  21. ModuleMyModuleDesc = MyModule description
  22. #
  23. # Admin page
  24. #
  25. MyModuleSetup = MyModule setup
  26. Settings = Settings
  27. MyModuleSetupPage = MyModule setup page
  28. MYMODULE_MYPARAM1 = My param 1
  29. MYMODULE_MYPARAM1Tooltip = My param 1 tooltip
  30. MYMODULE_MYPARAM2=My param 2
  31. MYMODULE_MYPARAM2Tooltip=My param 2 tooltip
  32. #
  33. # About page
  34. #
  35. About = About
  36. MyModuleAbout = About MyModule
  37. MyModuleAboutPage = MyModule about page
  38. #
  39. # Sample page
  40. #
  41. MyModuleArea = Home MyModule
  42. MyPageName = My page name
  43. #
  44. # Sample widget
  45. #
  46. MyWidget = My widget
  47. MyWidgetDescription = My widget description