Removes lots of static strings
This commit is contained in:
@@ -14,12 +14,20 @@ en:
|
||||
SUCCESS_MIGRATION_STARTED: "Starting book migration..."
|
||||
SUCCESS_RELOADED: "Configuration, books and language strings reloaded!"
|
||||
SUCCESS_SAVED: "Book Saved as &e\"{fileName}\"&r"
|
||||
SUCCESS_SET_AUTHOR: "Book author set to {author}!"
|
||||
SUCCESS_COST_REMOVED: "Price to create books removed!"
|
||||
SUCCESS_COST_ITEM_SET: "Book creation price set to {quantity} {price}(s)!"
|
||||
SUCCESS_COST_ECONOMY_SET: "Book creation price set to {cost}!"
|
||||
SUCCESS_BOOKSHELF_DATA_DELETED: "Bookshelf successfully deleted"
|
||||
SUCCESS_BOOKSHELF_TITLE_SET: "Title successfully saved"
|
||||
SUCCESS_BOOKSHELF_LORE_SET: "Lore successfully saved"
|
||||
ACTION_COPY: "copy"
|
||||
ACTION_CLEAR: "clear"
|
||||
ACTION_DECRYPT: "decrypt"
|
||||
ACTION_ENCRYPT: "encrypt"
|
||||
ACTION_FORMAT: "format"
|
||||
ACTION_ADD_TITLE_AUTHOR_PAGE: "add an author title page to"
|
||||
ACTION_SET_AUTHOR: "set author"
|
||||
ERROR_PLAYER_ONLY: "This command can only be used by a player!"
|
||||
ERROR_NOT_HOLDING_WRITTEN_BOOK: "You must be holding a written book to {action} it!"
|
||||
ERROR_NOT_HOLDING_WRITABLE_BOOK: "You must be holding a writable book to {action} it!"
|
||||
@@ -65,6 +73,14 @@ en:
|
||||
ERROR_SAVE_DUPLICATE_NAMED: "Book is already saved!"
|
||||
ERROR_SAVE_DUPLICATE_UNNAMED: "Maximum amount of {fileName} duplicates reached!"
|
||||
ERROR_UNKNOWN_COMMAND: "Invalid command specified"
|
||||
ERROR_AUTHOR_BLANK: "You must specify an author"
|
||||
ERROR_COST_NOT_SPECIFIED: "[Item/Eco] and [quantity] must be specified!"
|
||||
ERROR_COST_INVALID_QUANTITY: "[quantity] must be a number greater than 0!"
|
||||
ERROR_COST_INVALID_TYPE: "Price type must be \"item\" or \"economy\"!"
|
||||
ERROR_COST_ITEM_MISSING: "Must be holding an item to set an [Item] price!"
|
||||
ERROR_BOOKSHELF_NOT_FOUND: "You are not looking at a bookshelf!"
|
||||
ERROR_BOOKSHELF_NOT_REGISTERED: "The block you are looking at is not a registered bookshelf"
|
||||
ERROR_BOOKSHELF_NAME_REQUIRED: "You must name the bookshelf before assigning lore!"
|
||||
NEUTRAL_COMMANDS_HEADER: |
|
||||
&nBooks without Borders help page&r
|
||||
&e[] = optional, <> = required (see each description for exceptions)
|
||||
|
Reference in New Issue
Block a user