Update PLUGINCOMMAND_INFO translation
This commit is contained in:
parent
80236e6130
commit
cfb79d9b8c
1 changed files with 4 additions and 4 deletions
|
@ -41,10 +41,10 @@ public class Translation {
|
|||
public static String EVENT_JOIN = "<HIGHLIGHT>%player% <reset>ist dem Server beigetreten.";
|
||||
public static String EVENT_LEAVE = "<HIGHLIGHT>%player% <reset>hat den Server verlassen.";
|
||||
|
||||
// Command: /atc
|
||||
public static String PLUGINCOMMAND_INFO = "PickShadow Server Plugin » " + BuildConfiguration.pluginRelease + "-" + BuildConfiguration.getTypeAsString(true) + BuildConfiguration.pluginTyperelease + "\n" +
|
||||
"Entwickelt von " + Arrays.toString(BuildConfiguration.pluginAuthors) + " & Beitragenden.\n" +
|
||||
"Der Quellcode ist unter der " + BuildConfiguration.pluginLicense + " Lizenz lizensiert und kann <click:open_url:" + BuildConfiguration.pluginSourceCode + ">hier</click> gefunden werden.";
|
||||
// Command: /pssp
|
||||
public static String PLUGINCOMMAND_INFO = "<#d60532><bold>PickShadow Server Plugin v" + BuildConfiguration.pluginRelease + "-" + BuildConfiguration.getTypeAsString(true) + BuildConfiguration.pluginTyperelease + "</bold>\n" +
|
||||
"Entwickelt von <bold>" + Arrays.toString(BuildConfiguration.pluginAuthors).replace("[", "").replace("]", "") + " & Beitragenden</bold>.\n" +
|
||||
"Der Quellcode ist unter der <bold>" + BuildConfiguration.pluginLicense + " Lizenz </bold>lizensiert und kann <underlined><click:open_url:" + BuildConfiguration.pluginSourceCode + ">hier</click></underlined> gefunden werden.";
|
||||
public static String PLUGINCOMMAND_RELOAD_CONFIG = "Die Konfigurationsdatei wird neugeladen, einen Moment bitte...";
|
||||
public static String PLUGINCOMMAND_RELOAD_CONFIG_SUCCESS = "Die Konfigurationsdatei wurde erfolgreich neugeladen.";
|
||||
public static String PLUGINCOMMAND_RELOAD_CONFIG_FAIL = "Die Konfigurationsdatei konnte nicht neugeladen werden, siehe bitte die Serverkonsole ein für mehr Informationen.\nWarnung: Starte den Server NICHT neu oder dieser wird nicht wieder starten!";
|
||||
|
|
Loading…
Reference in a new issue