2021-05-10 20:53:39 +02:00
|
|
|
#
|
|
|
|
# This file is a part of the SteamWar software.
|
|
|
|
#
|
|
|
|
# Copyright (C) 2021 SteamWar.de-Serverteam
|
|
|
|
#
|
|
|
|
# This program is free software: you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU Affero General Public License as published by
|
|
|
|
# the Free Software Foundation, either version 3 of the License, or
|
|
|
|
# (at your option) any later version.
|
|
|
|
#
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU Affero General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU Affero General Public License
|
|
|
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
|
|
#
|
2021-05-03 20:10:32 +02:00
|
|
|
|
2021-05-10 20:53:39 +02:00
|
|
|
PREFIX = §eBau§8System §8»
|
2021-05-03 20:40:44 +02:00
|
|
|
# Permission
|
2021-05-10 20:53:39 +02:00
|
|
|
PERMISSION_WORLD=Einstellungen vornehmen
|
|
|
|
PERMISSION_WORLD_EDIT=WorldEdit verwenden
|
|
|
|
PERMISSION_CHANGE_YOU_ENABLE=§aDer Spieler darf nun {0}
|
|
|
|
PERMISSION_CHANGE_YOU_DISABLE=§cDer Spieler darf nun nicht mehr {0}
|
|
|
|
PERMISSION_CHANGE_OTHER_ENABLE=§aDu kannst nun auf der Welt von §6{0} §a{1}
|
|
|
|
PERMISSION_CHANGE_OTHER_DISABLE=§cDu kannst nun nicht mehr auf der Welt von §6{0} §c{1}
|
|
|
|
# Feature
|
|
|
|
FEATURE_OTHER_ITEMS_TELEPORT_GUI_NAME=Teleportieren
|
|
|
|
FEATURE_OTHER_ITEMS_TELEPORT_PLAYER_OFFLINE=§cDer Spieler ist Offline
|
|
|
|
FEATURE_GUI_EDITOR_ITEM_NAME=§eGui Editor
|
|
|
|
FEATURE_TRACER_GUI_NAME=Tracer Gui
|
|
|
|
FEATURE_TRACER_GUI_TRACE_INACTIVE=§eTracer Starten
|
|
|
|
FEATURE_TRACER_GUI_TRACE_ACTIVE=§eTracer Stoppen
|
|
|
|
FEATURE_TRACER_GUI_TRACE_ACTIVE_AUTO=§eAuto-Trace ist Aktiv
|
|
|
|
FEATURE_TRACER_GUI_AUTO_TRACE_INACTIVE=§eAuto-Tracer Aktivieren
|
|
|
|
FEATURE_TRACER_GUI_AUTO_TRACE_ACTIVE=§eAuto-Tracer Deaktivieren
|
|
|
|
FEATURE_TRACER_GUI_SHOW_GUI=§eTrace Show Gui
|
|
|
|
FEATURE_TRACER_GUI_DELETE=§eTrace Löschen
|
2021-05-03 20:40:44 +02:00
|
|
|
# Flags
|
2021-05-10 20:53:39 +02:00
|
|
|
FLAG_COLOR=Color
|
|
|
|
FLAG_TNT=TNT
|
|
|
|
FLAG_FIRE=Fire
|
|
|
|
FLAG_FREEZE=Freeze
|
|
|
|
FLAG_PROTECT=Protect
|
|
|
|
FLAG_FIRE_ALLOW=§can
|
|
|
|
FLAG_FIRE_DENY=§aaus
|
2021-05-03 20:40:44 +02:00
|
|
|
|
|
|
|
FLAG_FREEZE_ACTIVE = §aan
|
|
|
|
FLAG_FREEZE_INACTIVE = §aaus
|
|
|
|
|
|
|
|
FLAG_PROTECT_ACTIVE = §aan
|
|
|
|
FLAG_PROTECT_INACTIVE = §aaus
|
|
|
|
|
|
|
|
FLAG_TNT_ALLOW = §aan
|
|
|
|
FLAG_TNT_DENY = §caus
|
|
|
|
FLAG_TNT_ONLY_TB = §7Kein §eBaurahmen
|
|
|
|
|
2021-05-03 20:44:11 +02:00
|
|
|
# Region
|
|
|
|
REGION_TYPE_NORMAL = Normal
|
|
|
|
REGION_TYPE_BUILD = Baubereich
|
|
|
|
REGION_TYPE_ONLY_TB = Testblock
|