1
0
mirror of https://github.com/Wyrrrd/Autofilter.git synced 2026-04-17 18:54:50 +02:00
Files
Autofilter/locale/en/strings.cfg
Wyrrrd 8ce0cbbf8e Multiple things
- Fixed changelog (again)
- Added integration for Informatron
- Moved some capitalisation around
- Added mode=none check for performance
2020-03-05 18:34:55 +01:00

26 lines
1.3 KiB
INI

[mod-description]
Autofilter=Automatically set inserter filters based on adjacent inventory.
[mod-setting-name]
autofilter_mode=Autofilter Mode
[mod-setting-description]
autofilter_mode=Change if inserter filters should be set from inventory items, inventory filter or not at all.
[string-mod-setting]
autofilter_mode-contents=Contents
autofilter_mode-filter=Filter
autofilter_mode-none=None
[Autofilter]
menu_autofilter=Autofilter
title_autofilter=Autofilter
page_autofilter_text=Automatically set inserter filters based on adjacent inventory. This can be changed on the fly in mod settings.
menu_mode=Modus
title_mode=Autofilter Modus
page_contents_heading=Contents
page_contents_text=When using contents mode, the filter of manually placed filter inserters is set to the items in an inventory (chest, waggon, etc.) at the pickup point. Naturally, the filter can only be set to as many items as there are filter slots in the inserter.
page_filter_heading=Filter
page_filter_text=When using filter mode, the filter of manually placed filter inserters is set to the filtered slots of an inventory (chest, waggon, etc.) at the pickup point. It is irrelevant, if the inventory is partially or completely filtered.
page_none_heading=None
page_none_text=When disabling the mode, manual placement of filter inserters works as usual. The inserter filter is not set automatically.