Added Locale Files

This commit is contained in:
Cooldude2606
2018-10-12 23:08:47 +01:00
parent d2f4ed53ab
commit 7cb517e4aa
117 changed files with 1707 additions and 36 deletions

View File

@@ -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

View 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.

View 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.

View 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.

View 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.

View 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.