Localizing...

This commit is contained in:
JustArchi
2017-01-06 16:29:34 +01:00
parent 60aa101a5c
commit dd8c1a79e4
11 changed files with 326 additions and 90 deletions

View File

@@ -269,7 +269,7 @@ namespace ArchiSteamFarm {
}
if (botName.Equals(SharedInfo.ASF)) {
Program.ArchiLogger.LogGenericWarning(Strings.GlobalConfigChanged);
Program.ArchiLogger.LogGenericInfo(Strings.GlobalConfigChanged);
await RestartOrExit().ConfigureAwait(false);
return;
}
@@ -335,7 +335,7 @@ namespace ArchiSteamFarm {
}
if (botName.Equals(SharedInfo.ASF)) {
Program.ArchiLogger.LogGenericError(Strings.GlobalConfigRemoved);
Program.ArchiLogger.LogGenericError(Strings.ErrorGlobalConfigRemoved);
Program.Exit(1);
return;
}
@@ -358,7 +358,7 @@ namespace ArchiSteamFarm {
}
if (oldBotName.Equals(SharedInfo.ASF)) {
Program.ArchiLogger.LogGenericError(Strings.GlobalConfigRemoved);
Program.ArchiLogger.LogGenericError(Strings.ErrorGlobalConfigRemoved);
Program.Exit(1);
return;
}
@@ -401,11 +401,8 @@ namespace ArchiSteamFarm {
DeviceID,
Login,
Password,
PhoneNumber,
SMS,
SteamGuard,
SteamParentalPIN,
RevocationCode,
TwoFactorAuthentication,
WCFHostname
}