Message catalog updates for zero-length flow file handling

This commit is contained in:
Nick O'Leary 2016-03-12 00:04:27 +00:00
parent e941c22f6c
commit 27d3e165b0
1 changed files with 5 additions and 1 deletions

View File

@ -121,7 +121,11 @@
"localfilesystem": {
"user-dir": "User directory : __path__",
"flows-file": "Flows file : __path__",
"create": "Creating new flow file"
"create": "Creating new flow file",
"empty": "Existing flow file is empty",
"invalid": "Existing flow file is not valid json",
"restore": "Restoring flow file backup : __path__",
"restore-fail": "Restoring flow file backup failed : __message__"
}
}
}