| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- # Copyright (C) 2023 Deák Ferenc
- #
- # This program is free software: you can redistribute it and/or modify
- # it under the terms of the GNU General Public License as published by
- # the Free Software Foundation, either version 3 of the License, or
- # (at your option) any later version.
- #
- # This program is distributed in the hope that it will be useful,
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- # GNU General Public License for more details.
- #
- # You should have received a copy of the GNU General Public License
- # along with this program. If not, see <https://www.gnu.org/licenses/>.
- #
- # Generic
- #
- # Module label 'ModuleEventWizardName'
- ModuleEventWizardName = EventWizard
- # Module description 'ModuleEventWizardDesc'
- ModuleEventWizardDesc = EventWizard description
- #
- # Admin page
- #
- EventWizardSetup = EventWizard setup
- Settings = Settings
- EventWizardSetupPage = EventWizard setup page
- EVENTWIZARD_MYPARAM1 = My param 1
- EVENTWIZARD_MYPARAM1Tooltip = My param 1 tooltip
- EVENTWIZARD_MYPARAM2=My param 2
- EVENTWIZARD_MYPARAM2Tooltip=My param 2 tooltip
- #
- # About page
- #
- About = About
- EventWizardAbout = About EventWizard
- EventWizardAboutPage = EventWizard about page
- #
- # Sample page
- #
- EventWizardArea = Home EventWizard
- MyPageName = My page name
- #
- # Sample widget
- #
- MyWidget = My widget
- MyWidgetDescription = My widget description
- EventDetails = Event details
- EventLocation = Event location
- EventProduct = Event Product
- ListEventProduct = List of event products
- ListEventLocation = List of event locations
- NewEventDetails = New Event detail
- ListEventDetails = List of event details
- DeparturePoint = Departure point
- ArrivalPoint = Arrival point
|