|
@@ -14,6 +14,13 @@
|
|
|
"text.cloth-config.error.not_valid_number_double": "Not a valid number! (Double)",
|
|
|
"text.cloth-config.error.too_large": "Too Large! (Maximum: %d)",
|
|
|
"text.cloth-config.error.too_small": "Too Small! (Minimum: %d)",
|
|
|
+ "text.cloth-config.error.color.no_alpha_allowed": "No Alpha Allowed!",
|
|
|
+ "text.cloth-config.error.color.invalid_alpha": "Not a valid value! (Alpha)",
|
|
|
+ "text.cloth-config.error.color.invalid_red": "Not a valid value! (Red)",
|
|
|
+ "text.cloth-config.error.color.invalid_green": "Not a valid value! (Green)",
|
|
|
+ "text.cloth-config.error.color.invalid_blue": "Not a valid value! (Blue)",
|
|
|
+ "text.cloth-config.error.color.invalid_color": "Not a valid color!",
|
|
|
+ "text.cloth-config.error.color.no_hash": "Not a valid color! (Missing #)",
|
|
|
"text.cloth-config.list.add": "Insert New",
|
|
|
"text.cloth-config.list.remove": "Delete Selected",
|
|
|
"text.cloth-config.error_cannot_save": "Error!",
|