Page cover

Language Files

1. Unzip the downloaded file.

2. Move the script file to your resources folder.

3. Read the .sql file in the file to the database.

4. Configure the script to your own specifications.

locales/en.lua
Config.locales["en"] = {
    gps = "GPS",
    gpsConnect = "Connect GPS",
    jobFrequences = "Go To Job Frequencies",
    activeGps = "Active GPS",
    favoriteChannels = "Favorite Channels",

    gpsDesc = "You can connect to or disconnect from a GPS frequency from this menu",
    gpsFrequency = "Channel Frequency",
    gpsPassword = "Password",
    gpsPasswordRule = "You must set a minimum of 3 digits",
    gpsConnectButton = "Connect to Channel",
    gpsDisconnectButton = "Disconnect from Channel",

    channel = "Channel",
    channelDesc = "You can connect to job specific frequencies from this menu.",
    favoriteChannelDesc = "You can connect to your favorite frequencies from this menu.",

    settings = "Settings",
    settingsDesc = "You can change GPS settings from this menu.",
    settingsGPSColor = "GPS Color Picker",
    settingsYourCode = "Set Your Code",
    settingsGpsFilter = "GPS Filter",
    settingsFilterOn = "ON",
    settingsFilterOff = "OFF",
    settingsTypeConfig = "GPS Type Config",
    settingsTypeDesc = "You can set separate or single blips. Separate will list each blip individually and Single will show all blips in one list.",
    settingsGpsType = "GPS Type",
    settingsGpsSeperate = "Seperate",
    settingsGpsSingle = "Single",

    activeGpsdesc = "You can track, view bodycam and connect to the player's radio channel.",
    activeGpsBodycam = "Watch Bodycam",
    activeGpsLocation = "Track GPS for 60 Seconds",
    activeGpsRadioJoin = "Join Radio Frequency",

    playerCategoryName = "Other Players",
    gpsTrackStart = "Started tracking GPS.",
    gpsTrackEnd = "GPS tracking ended.",

    connectedChannel = "Connected to frequency!",
    updateCallsign = "Updated callsign!",
    noFrequency = "Please enter a frequency!",
    changedFrequency = "Frequency changed!",
    disconnectedChannel = "Disconnected from channel!",
    updateBlipColor = "Updated blip color!",
    removedFavorite = "Removed favorite channel!",
    addedFavorite = "Added favorite channel!",
    wrongPassword = "Wrong password!",
    jobChannelCantConnect = "You lack the required job for this channel!"
}

Last updated