mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 12:31:41 +09:00
Added Locale Files
This commit is contained in:
@@ -54,9 +54,9 @@ local ThisModule = {
|
||||
|
||||
-- Function Define
|
||||
local function take_action(player,item_name,category)
|
||||
if category == 'low_items' then player_return({'ExpGamingPlayer_inventorySearch.low',item_name},defines.textcolor.med,player)
|
||||
elseif category == 'med_items' then player_return({'ExpGamingPlayer_inventorySearch.med',item_name},defines.textcolor.high,player) Admin.give_warning(player,'<server>','Found A Banned Item',5)
|
||||
elseif category == 'high_items' then player_return({'ExpGamingPlayer_inventorySearch.high',item_name},defines.textcolor.crit,player) Admin.temp_ban(player,'<server>','Found A Banned Item')
|
||||
if category == 'low_items' then player_return({'ExpGamingPlayer-inventorySearch.low',item_name},defines.textcolor.med,player)
|
||||
elseif category == 'med_items' then player_return({'ExpGamingPlayer-inventorySearch.med',item_name},defines.textcolor.high,player) Admin.give_warning(player,'<server>','Found A Banned Item',5)
|
||||
elseif category == 'high_items' then player_return({'ExpGamingPlayer-inventorySearch.high',item_name},defines.textcolor.crit,player) Admin.temp_ban(player,'<server>','Found A Banned Item')
|
||||
else return end
|
||||
end
|
||||
|
||||
|
||||
4
modules/ExpGamingPlayer/inventorySearch/locale/de.cfg
Normal file
4
modules/ExpGamingPlayer/inventorySearch/locale/de.cfg
Normal file
@@ -0,0 +1,4 @@
|
||||
[ExpGamingPlayer-inventorySearch]
|
||||
low=Dein Inventar wurde durchsucht und __1__ wurde entfernt.
|
||||
med=Dein Inventar wurde durchsucht und __1__ wurde entfernt. Dir wird hiermit eine Warnung erteilt! Versuche es nicht erneut!
|
||||
high=Dein inventar wurde durchsucht und __1__ wurde gefunden, dies ist auf GAR KEINEN Fall erlaubt, dein Inventar wurde zum Spawnpunkt transferiert.
|
||||
4
modules/ExpGamingPlayer/inventorySearch/locale/en.cfg
Normal file
4
modules/ExpGamingPlayer/inventorySearch/locale/en.cfg
Normal file
@@ -0,0 +1,4 @@
|
||||
[ExpGamingPlayer-inventorySearch]
|
||||
low=Your inventory was searched and __1__ was removed.
|
||||
med=Your inventory was searched and __1__ was removed, you have been given a warning as a result.
|
||||
high=Your inventory was searched and __1__ was removed: this is NOT allowed. You have been temp-banned as a result.
|
||||
4
modules/ExpGamingPlayer/inventorySearch/locale/fr.cfg
Normal file
4
modules/ExpGamingPlayer/inventorySearch/locale/fr.cfg
Normal file
@@ -0,0 +1,4 @@
|
||||
[ExpGamingPlayer-inventorySearch]
|
||||
low=Your Inventory Was Search And __1__ was removed.
|
||||
med=Your Inventory Was Search And __1__ was removed, you have been given a warning.
|
||||
high=Your Inventory Was Search And __1__ was found, this is not allowed AT ALL, your inventory has been moved to spawn.
|
||||
4
modules/ExpGamingPlayer/inventorySearch/locale/nl.cfg
Normal file
4
modules/ExpGamingPlayer/inventorySearch/locale/nl.cfg
Normal file
@@ -0,0 +1,4 @@
|
||||
[ExpGamingPlayer-inventorySearch]
|
||||
low=Je inventaris is doorzocht en __1__ is verwijderd.
|
||||
med=Je inventaris is doorzocht en __1__ is verwijderd, je bent gewaarschuwd.
|
||||
high=Je inventaris is doorzocht en __1__ is gevonden, dit is ten strengste verboden! Je inventaris is verwijderd.
|
||||
4
modules/ExpGamingPlayer/inventorySearch/locale/sv-SE.cfg
Normal file
4
modules/ExpGamingPlayer/inventorySearch/locale/sv-SE.cfg
Normal file
@@ -0,0 +1,4 @@
|
||||
[ExpGamingPlayer-inventorySearch]
|
||||
low=Ditt inventarie blev genomsökt och __1__ togs bort.
|
||||
med=Ditt inventarie blev genomsökt och __1__ togs bort, du har fått en varning på grund av detta.
|
||||
high=Ditt inventarie blev genomsökt och __1__ togs bort: Det här är inte tillåtet. Som ett resultat av det har du blivit tillfälligt bannlyst.
|
||||
Reference in New Issue
Block a user