| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- # Copyright (C) 2022 Birnstein Lajos <birnstein.lajos@urbanms.hu>
- #
- # 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 'ModuleBBusName'
- ModuleBBusName = BBus
- # Module description 'ModuleBBusDesc'
- ModuleBBusDesc = BBus description
- #
- # Admin page
- #
- BBusSetup = BBus setup
- Settings = Settings
- BBusSetupPage = BBus setup page
- BBUS_MYPARAM1 = My param 1
- BBUS_MYPARAM1Tooltip = My param 1 tooltip
- BBUS_MYPARAM2=My param 2
- BBUS_MYPARAM2Tooltip=My param 2 tooltip
- #
- # About page
- #
- About = About
- BBusAbout = About BBus
- BBusAboutPage = BBus about page
- #
- # Sample page
- #
- BBusArea = Home BBus
- MyPageName = My page name
- #
- # Sample widget
- #
- MyWidget = My widget
- MyWidgetDescription = My widget description
- Tickets = Tickets
- tickets = Tickets
- BbServiceLocations=Vehicles
- BbServiceLocation=Vehicle
- BbDevicess=Devices
- BbDevicesServiceLocations=Coordinating devices and locations
- deviceid=Device ID
- devicename=Device name
- devicefunction=Device function
- devicetype=Device type
- date_creation=Date creation
- user_created=Created By
- user_modified=Updated By
- location_id=Vehicle ID
- location_name=Vehicle name
- service=Service
- coordinates=Coordinates
- device=Device
- location=Vehicle
- DeviceHandler=Device Handler
- Connections=Connections
- TicketLocationConnection=Tickets and Vehicles
- BbDevicesServiceLocationProducts=Tickets and Vehicles
- BbDevicesServiceLocationProduct=Tickets and Vehicles
- devicesservicelocation_id=Device and Servicelocation Name
- product_id=Product Name
- #basic service
- BasicService=Basic Service
- bus=Bus
- boat=Boat
- other=Other
- BBusTickets=Tickets
- BbTickets=Tickets
- AvailableAt=Available till
- ValidatedAt=Validated At
- ExpireAt=Expire At
- FkTicketID=Ticket ID
- BundleID=Bundle name
- TicketID=Ticket name
- UsableOccasions=AOccassions
- LogoutChangeNaplo=Change Logout event
- LogoutId=ID
- OriginalDate=Original logout date
- CorrectedDate=Corrected date
- InvoiceReady=The invoice has been generated
- InvoiceFailed=Account generation failed
- GenerateInvoice=Generating invoice
- TicketId=Ticket ID
- TicketLabel=Label
- PrintingDate=Printing date
- PrintingUser=Printing user
- validated_at=Validated at
- expire_at=Expire at
- available_at=Available at
|