mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Fix dumdum merge
This commit is contained in:
parent
e20319f4e1
commit
b2bc2887d2
@ -751,6 +751,29 @@ public enum Captions implements Caption {
|
|||||||
false, "Info"),
|
false, "Info"),
|
||||||
//</editor-fold>
|
//</editor-fold>
|
||||||
|
|
||||||
|
//<editor-fold desc="Backups">
|
||||||
|
BACKUP_USAGE("$1Usage: $2/plot backup save/list/load", "Backups"),
|
||||||
|
BACKUP_IMPOSSIBLE("$2Backups are not enabled for this plot: %s", "Backups"),
|
||||||
|
BACKUP_SAVE_SUCCESS("$1The backup was created successfully", "Backups"),
|
||||||
|
BACKUP_SAVE_FAILED("$2The backup could not be created: %s", "Backups"),
|
||||||
|
BACKUP_LOAD_SUCCESS("$1The backup was restored successfully", "Backups"),
|
||||||
|
BACKUP_LOAD_FAILURE("$2The backup could not be restored: %s", "Backups"),
|
||||||
|
BACKUP_LOAD_USAGE("$1Usage: $2/plot backup load [#]", "Backups"),
|
||||||
|
BACKUP_LIST_HEADER("$1Available backups for plot $2%s", "Backups"),
|
||||||
|
BACKUP_LIST_ENTRY("$3- $1#%s0 $2%s1", "Backups"),
|
||||||
|
BACKUP_LIST_FAILED("$2Backup listing failed: %s", "Backups"),
|
||||||
|
BACKUP_AUTOMATIC_STARTED("$1Backing up the plot...", "Backups"),
|
||||||
|
BACKUP_AUTOMATIC_FINISHED("$1The automatic backup process finished successfully!", "Backups"),
|
||||||
|
BACKUP_AUTOMATIC_FAILURE("$2The automatic backup process failed. Your pending action has been canceled. Reason: %s", "Backups"),
|
||||||
|
//</editor-fold>
|
||||||
|
|
||||||
|
//<editor-fold desc="Generic">
|
||||||
|
GENERIC_OTHER("other", "Generic"),
|
||||||
|
GENERIC_MERGED("merged", "Generic"),
|
||||||
|
GENERIC_UNOWNED("unowned", "Generic"),
|
||||||
|
GENERIC_INVALID_CHOICE("invalid choice", "Generic"),
|
||||||
|
//</editor-fold>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Legacy Configuration Conversion
|
* Legacy Configuration Conversion
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user