diff options
author | Cow <cow@volloeko.de> | 2021-07-04 11:33:31 +0200 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2021-07-04 11:33:31 +0200 |
commit | c0c7011643a6ffa7c549ad4eff662309644b244c (patch) | |
tree | 9b95ee546b775416786a6970def63955a8830eaa /src/main/resources | |
parent | abd9385d6789479bc970c97409227a0f6fca9f83 (diff) | |
download | Cowlection-c0c7011643a6ffa7c549ad4eff662309644b244c.tar.gz Cowlection-c0c7011643a6ffa7c549ad4eff662309644b244c.tar.bz2 Cowlection-c0c7011643a6ffa7c549ad4eff662309644b244c.zip |
Added separate max file size for latest.log
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/cowlection/lang/en_US.lang | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/main/resources/assets/cowlection/lang/en_US.lang b/src/main/resources/assets/cowlection/lang/en_US.lang index 9f7c5cf..0c7d1da 100644 --- a/src/main/resources/assets/cowlection/lang/en_US.lang +++ b/src/main/resources/assets/cowlection/lang/en_US.lang @@ -20,8 +20,10 @@ cowlection.config.logsDirs=Directories with Minecraft log files cowlection.config.logsDirs.tooltip=List of directories containing Minecraft logs cowlection.config.defaultStartDate=Start date for log file search §c[see tooltip!] cowlection.config.defaultStartDate.tooltip=§eCan be either a §6number§e (e.g. "§63§e" means "§6start searching 3 months ago§e"),\n§eor alternatively a §6fixed date §e(§6yyyy-mm-dd§e) -cowlection.config.maxLogFileSize=Maximum log file size (in KB) to analyze -cowlection.config.maxLogFileSize.tooltip=§eLog files larger than this value will be skipped/ignored +cowlection.config.maxLogFileSize=Maximum .log.gz file size (in KB) to analyze +cowlection.config.maxLogFileSize.tooltip=§e.log.gz files larger than this value will be skipped/ignored +cowlection.config.maxLatestLogFileSize=Maximum latest.log file size (in KB) to analyze +cowlection.config.maxLatestLogFileSize.tooltip=§elatest.log files larger than this value will be skipped/ignored cowlection.config.gotoKeyBindings=Change key bindings cowlection.config.gotoKeyBindings.tooltip=Some key bindings can be found in the 'Cowlection' sub-category cowlection.config.doUpdateCheck=Check for updates |