voucher.lang 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. # Copyright (C) 2024 László Szollősi
  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 'ModuleVoucherName'
  19. ModuleVoucherName = Voucher
  20. # Module description 'ModuleVoucherDesc'
  21. ModuleVoucherDesc = Voucher description
  22. #
  23. # Admin page
  24. #
  25. VoucherSetup = Voucher setup
  26. Settings = Settings
  27. VoucherSetupPage = Voucher setup page
  28. VOUCHER_MYPARAM1 = My param 1
  29. VOUCHER_MYPARAM1Tooltip = My param 1 tooltip
  30. VOUCHER_MYPARAM2=My param 2
  31. VOUCHER_MYPARAM2Tooltip=My param 2 tooltip
  32. #
  33. # About page
  34. #
  35. About = About
  36. VoucherAbout = About Voucher
  37. VoucherAboutPage = Voucher about page
  38. #
  39. # Sample page
  40. #
  41. VoucherArea = Home Voucher
  42. MyPageName = My page name
  43. #
  44. # Sample widget
  45. #
  46. MyWidget = My widget
  47. MyWidgetDescription = My widget description