View Single Post
McTavish
Senior Member
Join Date: May 2021
Old 01-05-2023 , 07:20   Re: Ultimate Chats Control 5.2(c) Translate to EN
Reply With Quote #3

Sure mate you can remove " , here you go.
Code:
[en]
INSTALL_INFO = Please specify MySQL server connection data in configs/plugins/ucc.cfg! Plugin stopped...

CFG_GAG_TIMES_0 = 5
CFG_GAG_TIMES_1 = 10
CFG_GAG_TIMES_2 = 30
CFG_GAG_TIMES_3 = 60
CFG_GAG_TIMES_4 = 180
CFG_GAG_TIMES_5 = 0
CFG_BLOCK_NAMES_0 = Text Chat
CFG_BLOCK_NAMES_1 = Voice Chat
CFG_BLOCK_NAMES_2 = All Chats
CFG_REASONS_0 = Asshole
CFG_REASONS_1 = Talk too much
CFG_REASONS_2 = Inadequate
CFG_REASONS_3 = Mamoeb
CFG_ALLOW_COMMANDS_0 = /me
CFG_ALLOW_COMMANDS_1 = /top15
CFG_ALLOW_COMMANDS_2 = /rank
CFG_ALLOW_COMMANDS_3 = /hp

DESC_MYSQL_HOST = MySQL server address
DESC_MYSQL_USER = MySQL server user
DESC_MYSQL_PASS = MySQL user password
DESC_MYSQL_DBNAME = MySQL database name
DESC_MYSQL_CLEAR_EXPIRED = Clear expired GAGs period

DESC_GAG_ACCESS = Flag for access to amx_gagmenu
DESC_SUPER_ACCESS = Flag for access to unlock any GAGs
DESC_C_BY_S_IMMUNITY = CHATS BY STATS immunity

DESC_SAY_SORRY = say /sorry function (interval between commands is specified in seconds)
DESC_SAY_MUTE = say /mute function
DESC_CHATS_BY_STATS = CHATS BY STATS function (-1 - off, 0 - CSX, 1 - CSSTATS MYSQL by SKAJIbnEJIb, 2 - CSSTATSX SQL by serfreeman1337, 3 - AES Vega by serfreeman1337, 4 - CSX Easy Stats GameTime)

DESC_BLOCK_INFO = "Display chat block information or not for CHATS BY STATS function"
DESC_MIN_ALLOW_VAL = "Minimum value for accessing chats for CHATS BY STATS function (csx/csstats/csstatsx - frags, aes - level, csx easy stats - minutes)"
DESC_DEFAULT_BLOCK = "Default chat block value for GAG (0 - Text, 1 - Voice, 2 - ALL)"

DESC_BLOCK_TIMES = "Block time in minutes (0 - forever)"
DESC_BLOCK_TYPES_NAME = "Name of chat block types in menu (use single quotes for multiple values)"
DESC_BLOCK_REASONS = "Block reasons (use single quotes for multiple values)"
DESC_ALLOW_COMMANDS = "Allowed commands while GAGged (use single quotes for multiple values)"

MSG_PREFIX = "^1[^4UCC^1]"

MSG_SAY_SORRY = "^4To apologize, type ^3/sorry^4 in chat. Maybe they will unblock you earlier :)"
MSG_SORRY_FLOOD = "^3Stop flooding! ^4You can apologize again in ^3%d seconds"
MSG_SORRY_ADMIN = "^4Dear ^3administrator^4, ^3%s ^4is requesting to remove ^3GAG^4! GAG reason ^3%s"
MSG_CHAT_IS_BLOCKED = "^4Dear ^3%s^4, your chat is ^3blocked^4! Reason ^3%s"
MSG_BLOCK_EXPIRED_TIME = "^4Block time for ^3%s^4 has expired!"
MSG_BLOCK_EXPIRED = "^4Block time has ^3expired^4. ^1Please wait for information updates ... "
MSG_CHAT_UNBLOCK_ALL = "^4Player ^3%s ^4had their chat unblocked by administrator ^3%s"
MSG_CHAT_UNBLOCK_PL = "^4Dear ^3%s^4, administrator ^3%s ^4has lifted your chat block"

MSG_TEXTCHAT_BLOCK_ALL = "^4Administrator ^3%s ^4has blocked ^1text ^4for player ^3%s ^1%s^4. Reason ^3%s"
MSG_TEXTCHAT_BLOCK_PL = "^4Dear ^3%s^4, administrator ^3%s ^4has blocked your ^1text ^1%s^4. Reason ^3%s"
MSG_VOICECHAT_BLOCK_ALL = "^4Administrator ^3%s ^4has blocked ^1voice ^4for player ^3%s ^1%s^4. Reason ^3%s"
MSG_VOICECHAT_BLOCK_PL = "^4Dear ^3%s^4, administrator ^3%s ^4has blocked your ^1voice ^1%s^4. Reason ^3%s"
MSG_ALLCHATS_BLOCK_ALL = "^4Administrator ^3%s ^4has blocked ^1text+voice ^4for player ^3%s ^1%s^4. Reason ^3%s"
MSG_ALLCHATS_BLOCK_PL = "^4Dear ^3%s^4, administrator ^3%s ^4has blocked your ^1text+voice ^1%s^4. Reason ^3%s"

MSG_MUTE_ALL_PLAYERS = "^4You have set mute on ^3all ^4players."
MSG_UNMUTE_ALL_PLAYERS = "^4You have lifted mute from ^3all ^4players."
MSG_UNMUTE_PLAYER = "^4You have lifted ^3mute ^4from player ^3%s^4."
MSG_MUTE_PLAYER = "^4You have set ^3mute ^4on player ^3%s^4."
MSG_BLOCK_CHATS0 = "^4Access to text and voice chat has been ^3opened ^4for all players."
MSG_BLOCK_CHATS1 = "^4Access to text chat has been ^3opened ^4for all players."
MSG_BLOCK_CHATS2 = "^4Access to voice chat has been ^3opened ^4for all players."
MSG_BLOCK_CHATS3 = "^4Access to text and voice chat has been ^3closed ^4for all players."
MSG_BLOCK_CHATS4 = "^4Access to text chat has been ^3closed ^4for all players."


MENU_GAG_HEADER = "[AMX Gag] Choose a player"
MENU_GAG_PERMANENT = "Gag permanently"
MENU_GAG_MINUTES = "Gag for %d minutes"
MENU_GAG_ITEM_YOU = "[This is You]"
MENU_GAG_ITEM_IMMUNITY = "[Immunity]"
MENU_GAG_ITEM_LOWSTATS = "[LowStats]"
MENU_GAG_ITEM_UNGAG = "[Ungag]"
MENU_GAG_ITEM_SPEAKING = "[Speaking]"
MENU_GAG_BLOCK_TYPE = "Block %s"
MENU_GAG_REASON = "Reason: %s"

MENU_ITEM_NEXT = "Next"
MENU_ITEM_BACK = "Back"
MENU_ITEM_EXIT = "Exit"

MENU_MUTE_HEADER = "[Mute] Choose a player"
MENU_MUTE_ITEM_YOU = "[This is You]"
MENU_MUTE_ITEM_MUTED = "[Muted]"
MENU_MUTE_ALL_GAG = "Mute all"
MENU_MUTE_ALL_UNGAG = "Unmute all"
__________________
No Steam = No Support.

Last edited by McTavish; 01-05-2023 at 07:21.
McTavish is offline