eventwizard.lang 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. # Copyright (C) 2023 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 'ModuleEventWizardName'
  19. ModuleEventWizardName = EventWizard
  20. # Module description 'ModuleEventWizardDesc'
  21. ModuleEventWizardDesc = EventWizard description
  22. #
  23. # Admin page
  24. #
  25. EventWizardSetup = EventWizard setup
  26. Settings = Settings
  27. EventWizardSetupPage = EventWizard setup page
  28. EVENTWIZARD_MYPARAM1 = My param 1
  29. EVENTWIZARD_MYPARAM1Tooltip = My param 1 tooltip
  30. EVENTWIZARD_MYPARAM2=My param 2
  31. EVENTWIZARD_MYPARAM2Tooltip=My param 2 tooltip
  32. #
  33. # About page
  34. #
  35. About = About
  36. EventWizardAbout = About EventWizard
  37. EventWizardAboutPage = EventWizard about page
  38. #
  39. # Sample page
  40. #
  41. EventWizardArea = Home EventWizard
  42. MyPageName = My page name
  43. #
  44. # Sample widget
  45. #
  46. MyWidget = My widget
  47. MyWidgetDescription = My widget description
  48. EventDetails = Event details
  49. EventLocation = Event location
  50. EventProduct = Event Product
  51. ListEventProduct = List of event products
  52. ListEventLocation = List of event locations
  53. NewEventDetails = New Event detail
  54. ListEventDetails = List of event details
  55. DeparturePoint = Departure point
  56. ArrivalPoint = Arrival point