stevku's workshop
  • 🚕stevku_taxijob
    • shared/config.lua
    • shared/translate.lua
    • client/provide.lua
  • STEVKU_CARTRANSMITTER
    • shared/config.lua
    • shared/translate.lua
    • client/provide.lua
  • stevku_medicalpc
    • shared/config.lua
    • server/provide.lua
    • Incident API
  • STEVKU_PAGERS
    • client/provide.lua
    • shared/config.lua
    • shared/translate.lua
    • Pager API
Powered by GitBook
On this page
  1. STEVKU_PAGERS

shared/translate.lua

All you can find in shared/translate.lua

translate = {
    ["menu"] = {
        ["list"] = {
            title              = 'Employees List',
            employee           = "Employee: %s %s",
            description        = "Click, to page employee...",
            no_one_title       = 'List is empty',
            no_one_description = 'No data to display.'
        },
        ["page"] = {
            title = 'Page: %s %s',
            ["options"] = {
                callcode    = "Call Code",
                priority    = "Priority",
                pageTo      = "Page to",
                description = 'Select option below'
            }
        }
    },
    no_item = "You don't have pager!",
    target  = 'Page Employee'
}

Previousshared/config.luaNextPager API

Last updated 6 months ago