Var-Documentation
  • 📚Var Documentation
  • 🌎Theme / Translate
    • Change theme
    • Change language
  • 🔓For open source
    • Change UI
  • 👕Clothes Shop
    • Installation
    • 🔩Configuration
      • đŸŗī¸Blips/Marker
      • 📚Translate
      • 📷Change cam and pos
  • 🃏Casino
    • Installation
    • 🔩Configuration
      • đŸŗī¸Main config
      • 🏇Horse
      • 🎡Lucky Whell
      • 📚Translate
  • đŸ•ēEmote
    • Installation
    • 🔩Configuration
      • đŸŗī¸Main config
      • 💃Emote List
      • 📚Translate
  • âš”ī¸Crew
    • Installation
    • đŸĒ›Export
  • 👮Alert Job
    • Installation
    • đŸĒ›Server Export
  • 🔐Pin Code
    • Installation
    • đŸĒ›Export
  • đŸĸSociety Manager
    • Installation
    • đŸĒ›Export
    • 🔩Configuration
      • 📚Translate
      • đŸ’ĩMax salary
      • 📜Last invoice
  • đŸ˜ī¸Property
    • Installation
    • 🔩Configuration
      • 📚Translate
      • đŸ–ŧī¸Add interior
  • 💈Barber shop
    • Installation
    • 🔩Configuration
      • 🔓Change menu (Open source)
      • đŸŗī¸Blips
      • 📚Translate
      • âœ‚ī¸Add shop
  • 🛒Shop with basket
    • Installation
    • 🔩Configuration
      • 🍏Item/Category config
      • đŸŗī¸Blips/Marker
      • 📚Translate
      • ➕Add shop
  • đŸ–‹ī¸Tattoo shop
    • Installation
    • 🔩Configuration
      • âœī¸Edit Tattoo
      • đŸŗī¸Blips/Marker
      • 📚Translate
      • ➕Add shop
  • 🏡Gardener Job
    • Installation
    • 🔩Configuration
      • â„šī¸Change pos farm
      • đŸŗī¸Blips
      • 📚Translate
  • 🏧Heist ATM
    • Installation
    • 🔩Configuration
      • 💰Event money
      • 📚Translate
      • 👮Police alert
  • đŸĻHeist Fleeca
    • Installation
    • 🔩Configuration
      • 📚Translate
      • 📍Pos Fleeca Heist
  • đŸ™ī¸Poster Job
    • Installation
    • 🔩Configuration
      • â„šī¸Change pos farm
      • đŸ–ŧī¸Change poster texture
      • đŸŗī¸Blips/Marker
      • 📚Translate
  • đŸ–ŧī¸Loading Screen
    • Installation
    • âš™ī¸Configuration
  • đŸĻBank
    • Installation
    • 🔩Configuration
      • đŸ§â€â™‚ī¸Ped
      • đŸŗī¸Blips
      • 📚Translate
      • 🚩Add Bank Pos
      • đŸĸSociety
  • 🚘AutoCarDealer
    • Installation
    • 🔩Configuration
      • ➕Add Vehicles
      • 📚Translate
      • đŸŗī¸Blips
      • 📍Coords
  • 📸Character Creator
    • Installation
    • 🔩Configuration
      • 📚Translate
      • 😃Expression
      • âš™ī¸Spawn
  • đŸ‘ĨMulti Character
    • Installation
    • 🔩Configuration
      • 📚Translate
      • 📸Change Character Creator
      • âš™ī¸Commands
  • 📝Bill
    • Installation
    • 🔩Configuration
      • 📚Translate
      • #ī¸âƒŖControl
Powered by GitBook
On this page
  1. Multi Character
  2. Configuration

Translate

This locale only supports changing button languages

Shared.Locale = {
    BoardText = "LOS SANTOS POLICE DEPT",
    Male = "Male",
	Female = "Female",
    Left = "Left",
    Right = "Right",
    Select = "Select",
    Delete = "Delete",
    CreateNew = "Create new",
    NoMoreSlot = "You no longer have any slots to create a character",
    ConfirmToDelete = "Are you sure you want to delete this character ? Write '"..Shared.WordConfirm.."'",
    ConfirmToCreateNew = "Are you sure you want to create a new character ? Write '"..Shared.WordConfirm.."'",
    CantCreateMore = "You can't create more character",
    --- Command
    -- Argument
    Identifier = "Player identifier",
    CitizenId = "Player citizenid", -- For QBCore
    CharSlot = "Slot number of the character",
    CommandSlots = "# of slots",
    -- Help
    DeleteCharacter = "Permanent character removal",
    SetSlots = "Set multicharacter slots number of a player",
    DisableChar = "Disable a given character of a player",
    EnabledChar = "Enable a given character of a player",
    RemoveSlots = "Remove multicharacter slots number of a player",
    -- Notif
    CharDeleted = function(CitizenId) return "Successfully removed player character "..CitizenId end,
    SlotsAdd = function(Slots, Identifier) return "You added "..Slots.." slots to "..Identifier.."" end,
    SlotsEdit = function(Slots, Identifier) return "You set "..Slots.." slots to "..Identifier.."" end,
    SlotsRemove = function(Identifier) return "You removed slots to "..Identifier.."" end,
    CharEnabled = function(Identifier) return "You enabled character of "..Identifier.."" end,
    CharDisabled = function(Identifier) return "You disabled character of "..Identifier.."" end,
    CharNotFound = function(Identifier) return "You disabled character of "..Identifier.."" end
}
PreviousConfigurationNextChange Character Creator

Last updated 11 months ago

đŸ‘Ĩ
🔩
📚