mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-29 04:06:39 +09:00
Added Locale Files
This commit is contained in:
@@ -56,8 +56,8 @@ Event.register(-1,function(event)
|
||||
if not chache[2] then
|
||||
chache[2] = true
|
||||
local player = Game.get_player(event)
|
||||
player_return({'tree-decon.player-print'},defines.textcolor.crit,player)
|
||||
Role.print(Role.meta.groups.Admin.lowest,{'tree-decon.rank-print',player.name},defines.textcolor.info)
|
||||
player_return({'DeconControl.player-print'},defines.textcolor.crit,player)
|
||||
Role.print(Role.meta.groups.Admin.lowest,{'DeconControl.rank-print',player.name},defines.textcolor.info)
|
||||
if Admin then Admin.give_warning(player,'<server>','Trying To Decon The Base') end
|
||||
end
|
||||
self.data.clear = game.tick + 10
|
||||
|
||||
3
modules/DeconControl/locale/de.cfg
Normal file
3
modules/DeconControl/locale/de.cfg
Normal file
@@ -0,0 +1,3 @@
|
||||
[DeconControl]
|
||||
player-print=Du darfst dies noch nicht entfernen. Du benötigst dazu den Rang Regular, den du nach 3 Stunden auf dem Server automatisch erhältst.
|
||||
rank-print=__1__ versuchte etwas zu entfernen.
|
||||
3
modules/DeconControl/locale/en.cfg
Normal file
3
modules/DeconControl/locale/en.cfg
Normal file
@@ -0,0 +1,3 @@
|
||||
[DeconControl]
|
||||
player-print=You do not have permission to do this right now. You require the Regular rank which can be obtained through 3 hours of in-game playtime on a server.
|
||||
rank-print=__1__ tried to deconstruct something.
|
||||
3
modules/DeconControl/locale/fr.cfg
Normal file
3
modules/DeconControl/locale/fr.cfg
Normal file
@@ -0,0 +1,3 @@
|
||||
[DeconControl]
|
||||
player-print=You are not allowed to do this yet, You require the Regular rank, you must play for at least 3 hours
|
||||
rank-print=__1__ tried to deconstruct something.
|
||||
3
modules/DeconControl/locale/nl.cfg
Normal file
3
modules/DeconControl/locale/nl.cfg
Normal file
@@ -0,0 +1,3 @@
|
||||
[DeconControl]
|
||||
player-print=Je moet minstens 3 uur gespeeld hebben om dit uit te voeren.
|
||||
rank-print=__1__ heeft geprobeerd iets te deconstrueren.
|
||||
3
modules/DeconControl/locale/sv-SE.cfg
Normal file
3
modules/DeconControl/locale/sv-SE.cfg
Normal file
@@ -0,0 +1,3 @@
|
||||
[DeconControl]
|
||||
player-print=Du har inte tillåtelse med det här just nu. Du behöver ha rang "Regular" vilket kan uppnås genom 3 timmar inne i spelet (den här kartan) hos Explosive Gaming.
|
||||
rank-print=__1__ försökte dekonstruera något.
|
||||
Reference in New Issue
Block a user