mirror of
https://github.com/kac5a/k5_documents.git
synced 2026-07-24 06:43:37 -04:00
14 lines
424 B
Lua
14 lines
424 B
Lua
Config = {}
|
|
|
|
Config.Command = "documents"
|
|
|
|
-- These texts only show up on client side. To change texts in the NUI,
|
|
-- go to the web/build/config.js file
|
|
Config.Locale = {
|
|
["receiveNotification"] = "You received a document: ",
|
|
["giveNotification"] = "You gave a document: ",
|
|
["cancel"] = "Cancel",
|
|
["noPlayersAround"] = "There's no one around you",
|
|
["showDocument"] = "Show Document",
|
|
["giveCopy"] = "Give Copy"
|
|
} |