-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
de-synched things, added progress, fixed some edge cases. Export free…
…zes at item #7224, no idea why
- Loading branch information
Showing
3 changed files
with
83 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
nei.options.tools.dump.recipes=NEI Recipes | ||
nei.options.tools.dump.recipes.dumped=recipes were dumped to %s | ||
nei.options.tools.dump.recipes.dumped=Recipe dump started to %s | ||
nei.options.tools.dump.recipes.mode.0=CSV | ||
nei.options.tools.dump.recipes.mode.1=Json | ||
nei.options.tools.dump.recipes.progress=Recipe Dump Progress %d/%d (%.2f%%) | ||
nei.options.tools.dump.recipes.complete=Recipe Dump Complete! | ||
nei.options.tools.dump.recipes.duplicate=Recipe Dump is already active, ignoring request |