diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-05-02 23:01:34 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-05-02 23:01:34 +0200 |
commit | cadd746ea1d7617b93c5e589b4a657db7b122409 (patch) | |
tree | fdf33aadcab0260bb3638c6f631dd60bc7fe1622 /module/database/FileDatabase.py | |
parent | NCryptIn: Fixed support for web links (diff) | |
download | pyload-cadd746ea1d7617b93c5e589b4a657db7b122409.tar.xz |
new file states (temp. offline, skipped)
Diffstat (limited to 'module/database/FileDatabase.py')
-rw-r--r-- | module/database/FileDatabase.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/database/FileDatabase.py b/module/database/FileDatabase.py index 5c976eda4..37cfcb7b8 100644 --- a/module/database/FileDatabase.py +++ b/module/database/FileDatabase.py @@ -38,7 +38,7 @@ try: except: import sqlite3 -######################################################################## + class FileHandler: """Handles all request made to obtain information, modify status or other request for links or packages""" @@ -50,7 +50,7 @@ class FileHandler: self.core = core # translations - self.statusMsg = [_("finished"), _("offline"), _("online"), _("queued"), _("checking"), _("waiting"), _("reconnected"), _("starting"), _("failed"), _("aborted"), _("decrypting"), _("custom"), _("downloading"), _("processing"), _("unknown")] + self.statusMsg = [_("finished"), _("offline"), _("online"), _("queued"), _("skipped"), _("waiting"), _("temp. offline"), _("starting"), _("failed"), _("aborted"), _("decrypting"), _("custom"), _("downloading"), _("processing"), _("unknown")] self.cache = {} #holds instances for files self.packageCache = {} # same for packages |