Update MSG.java
Minor errors in the language files
This commit is contained in:
parent
613b8652b4
commit
3792e0ebfc
@ -51,10 +51,10 @@ public class MSG {
|
||||
public static String EN_Help_CGUI = "&8''&b/commandgui &8| &b/cgui&8'' &eOpen the default GUI &7(&r[gui]&7)&e.";
|
||||
public static String EN_Help_Open = "&8''&b/commandgui [gui]&8'' &eOpen the GUI: &6[guiname]&e.";
|
||||
public static String EN_Help_Help = "&8''&b/commandguihelp&8'' &eOpen this help.";
|
||||
public static String EN_Help_Info = "&8''&b/commandguiadmin info&8'' &eCall the info from &4Command&9GUI &e.";
|
||||
public static String EN_Help_Give = "&8''&b/commandguiadmin give &7<player>&8'' &eGive a player the GUI item.";
|
||||
public static String EN_Help_CreateDefaultGUI = "&8''&b/commandguiadmin createdefaultgui&8'' &eCreate a default GUI &7([directory])&e.";
|
||||
public static String EN_Help_Reload = "&8''&b/commandguiadmin reload&8'' &eReload the plugin.";
|
||||
public static String EN_Help_Info = "&8''&b/commandgui admin info&8'' &eCall the info from &4Command&9GUI &e.";
|
||||
public static String EN_Help_Give = "&8''&b/commandgui admin give &7<player>&8'' &eGive a player the GUI item.";
|
||||
public static String EN_Help_CreateDefaultGUI = "&8''&b/commandgui admin createdefaultgui&8'' &eCreate a default GUI &7([directory])&e.";
|
||||
public static String EN_Help_Reload = "&8''&b/commandgui admin reload&8'' &eReload the plugin.";
|
||||
|
||||
public static String EN_GUIItemHelp_on = "&8''&b/gui-item on&8'' &eActivate the GUIItem for you.";
|
||||
public static String EN_GUIItemHelp_off = "&8''&b/gui-item off&8'' &eDisable the GUIItem for yourself.";
|
||||
@ -98,10 +98,10 @@ public class MSG {
|
||||
public static String DE_Help_CGUI = "&8''&b/commandgui &8| &b/cgui&8'' &e[OE]ffne die default GUI &7(&r[gui]&7)&e.";
|
||||
public static String DE_Help_Open = "&8''&b/commandgui [gui]&8'' &e[OE]ffne die GUI: &6[guiname]&e.";
|
||||
public static String DE_Help_Help = "&8''&b/commandguihelp&8'' &e[OE]ffne diese help.";
|
||||
public static String DE_Help_Info = "&8''&b/commandguiadmin info&8'' &eRufe die Infos von &4Command&9GUI &eauf.";
|
||||
public static String DE_Help_Give = "&8''&b/commandguiadmin give &7<player>&8'' &eGebe einem Spieler das GUI-Item.";
|
||||
public static String DE_Help_CreateDefaultGUI = "&8''&b/commandguiadmin createdefaultgui&8'' &eLasse eine default GUI erstellen &7([directory])&e.";
|
||||
public static String DE_Help_Reload = "&8''&b/commandguiadmin reload&8'' &eLade das Plugin neu.";
|
||||
public static String DE_Help_Info = "&8''&b/commandgui admin info&8'' &eRufe die Infos von &4Command&9GUI &eauf.";
|
||||
public static String DE_Help_Give = "&8''&b/commandgui admin give &7<player>&8'' &eGebe einem Spieler das GUI-Item.";
|
||||
public static String DE_Help_CreateDefaultGUI = "&8''&b/commandgui admin createdefaultgui&8'' &eLasse eine default GUI erstellen &7([directory])&e.";
|
||||
public static String DE_Help_Reload = "&8''&b/commandgui admin reload&8'' &eLade das Plugin neu.";
|
||||
|
||||
public static String DE_GUIItemHelp_on = "&8''&b/gui-item on&8'' &eAktiviere f[ue]r dich das GUIItem.";
|
||||
public static String DE_GUIItemHelp_off = "&8''&b/gui-item off&8'' &eDeaktiviere f[ue]r dich das GUIItem.";
|
||||
@ -149,10 +149,10 @@ public class MSG {
|
||||
public static String NO_Help_CGUI = "&8''&b/commandgui &8| &b/cgui&8'' &eÅpne default GUIen &7(&r[gui]&7)&e.";
|
||||
public static String NO_Help_Open = "&8''&b/commandgui [gui]&8'' &eÅpne GUIen: &6[guiname]&e.";
|
||||
public static String NO_Help_Help = "&8''&b/commandguihelp&8'' &eSender denne hjelpe meldingen.";
|
||||
public static String NO_Help_Info = "&8''&b/commandguiadmin info&8'' &eKall informasjon fra &4Command&9GUI&e.";
|
||||
public static String NO_Help_Give = "&8''&b/commandguiadmin give &7<player>&8'' &eGi en spiller GUI gjenstanden.";
|
||||
public static String NO_Help_CreateDefaultGUI = "&8''&b/commandguiadmin createdefaultgui&8'' &eLag en normalverdi GUI &7([directory])&e.";
|
||||
public static String NO_Help_Reload = "&8''&b/commandguiadmin reload&8'' &eLast inn pluginet på nytt.";
|
||||
public static String NO_Help_Info = "&8''&b/commandgui admin info&8'' &eKall informasjon fra &4Command&9GUI&e.";
|
||||
public static String NO_Help_Give = "&8''&b/commandgui admin give &7<player>&8'' &eGi en spiller GUI gjenstanden.";
|
||||
public static String NO_Help_CreateDefaultGUI = "&8''&b/commandgui admin createdefaultgui&8'' &eLag en normalverdi GUI &7([directory])&e.";
|
||||
public static String NO_Help_Reload = "&8''&b/commandgui admin reload&8'' &eLast inn pluginet på nytt.";
|
||||
|
||||
public static String NO_GUIItemHelp_on = "&8''&b/gui-item on&8'' &eAktiverer en GUI gjenstand for deg.";
|
||||
public static String NO_GUIItemHelp_off = "&8''&b/gui-item off&8'' &eDeaktiverer en GUI gjenstand for deg.";
|
||||
|
Loading…
Reference in New Issue
Block a user