This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
########################
|
||||
# #
|
||||
# Language Config File #
|
||||
# Romanian #
|
||||
# #
|
||||
########################
|
||||
|
||||
#Language name
|
||||
LANGUAGE_NAME=Romanian
|
||||
|
||||
#Language on plugins
|
||||
PLUGIN_LOADING_START=Incarcare extensii...
|
||||
COMMAND_LOAD_SUCCESS=[COMANDA] Comanda {0} a fost incarcata cu succes
|
||||
COMMAND_LOAD_FAIL=[COMANDA] Comanda {0} nu a fost incarcata pentru ca {1}
|
||||
EVENT_LOAD_SUCCESS=[EVENIMENT] Evenimentul {0} a fost initializat cu succes
|
||||
EVENT_LOAD_FAIL=[EVENIMENT] Evenimentul {0} nu a fost initializat pentru ca {1}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,2 +0,0 @@
|
||||
BOT_TOKEN NzEzNzczNTM1MTIxNzY4NTU5.Xsk_aA.5ZDlK_bBm_7kqTALuuzhMyjDbXI
|
||||
BOT_PREFIX ;
|
||||
@@ -1 +0,0 @@
|
||||
Language=English
|
||||
@@ -1 +0,0 @@
|
||||
Level=1,EXP=6,REXP=75
|
||||
@@ -1 +0,0 @@
|
||||
Level=2,EXP=10,REXP=78
|
||||
@@ -1,7 +0,0 @@
|
||||
Enabled=False
|
||||
|
||||
Dynamic Title=False
|
||||
#For dynamic title add titles like this:
|
||||
#Title=Hello,World,Test,Test2
|
||||
Title=Hello World
|
||||
Dynamic Title Change Rate=3501
|
||||
@@ -1,13 +0,0 @@
|
||||
Enabled=True
|
||||
Embed=True
|
||||
#Available placeholders:
|
||||
#{user.Name} => Username of the user
|
||||
#{time.date} => Current Date
|
||||
#{time.time} => Current time (hh:mm::ss)
|
||||
MessageTitle = Welcome {user.Name}
|
||||
MessageDescription=Embed description
|
||||
MessageField1Title=Custom Title
|
||||
MessageFiled1Text=Custom Filed 1 text
|
||||
MessageField2Title=Custom Title
|
||||
MessageFiled2Text=Custom Filed 2 text
|
||||
MessageFooter=Today: {time.date} at {time.time}
|
||||
@@ -263,8 +263,6 @@ namespace DiscordBot
|
||||
|
||||
public static void SetLanguage(string LanguageName)
|
||||
{
|
||||
|
||||
string folder = Functions.langFolder;
|
||||
string langSettings = Functions.dataFolder + "Language.txt";
|
||||
File.WriteAllText(langSettings, "Language=" + LanguageName);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user