nav.lang 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. # Copyright (C) 2022 Deák Ferenc
  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 'ModuleNavName'
  19. ModuleNavName = Nav
  20. # Module description 'ModuleNavDesc'
  21. ModuleNavDesc = Nav description
  22. #
  23. # Admin page
  24. #
  25. NavSetup = Nav setup
  26. Settings = Settings
  27. NavSetupPage = Nav setup page
  28. NAV_MYPARAM1 = My param 1
  29. NAV_MYPARAM1Tooltip = My param 1 tooltip
  30. NAV_MYPARAM2=My param 2
  31. NAV_MYPARAM2Tooltip=My param 2 tooltip
  32. #
  33. # About page
  34. #
  35. About = About
  36. NavAbout = About Nav
  37. NavAboutPage = Nav about page
  38. #
  39. # Sample page
  40. #
  41. NavArea = Home Nav
  42. MyPageName = My page name
  43. #
  44. # Sample widget
  45. #
  46. MyWidget = My widget
  47. MyWidgetDescription = My widget description