ntak.lang 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. # Copyright (C) 2023 Birnstein Lajos <birnstein.lajos@urbanms.hu>
  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 'ModuleNTAKName'
  19. ModuleNTAKName = NTAK
  20. # Module description 'ModuleNTAKDesc'
  21. ModuleNTAKDesc = NTAK description
  22. #
  23. # Admin page
  24. #
  25. NTAKSetup = NTAK setup
  26. Settings = Settings
  27. NTAKSetupPage = NTAK setup page
  28. NTAK_MYPARAM1 = My param 1
  29. NTAK_MYPARAM1Tooltip = My param 1 tooltip
  30. NTAK_MYPARAM2=My param 2
  31. NTAK_MYPARAM2Tooltip=My param 2 tooltip
  32. #
  33. # About page
  34. #
  35. About = About
  36. NTAKAbout = About NTAK
  37. NTAKAboutPage = NTAK about page
  38. #
  39. # Sample page
  40. #
  41. NTAKArea = Home NTAK
  42. MyPageName = My page name
  43. #
  44. # Sample widget
  45. #
  46. MyWidget = My widget
  47. MyWidgetDescription = My widget description