Entropy/Equo:
- handle FtpError exceptions Entropy/Spritz: - update Dutch translator git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2144 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -561,13 +561,15 @@ except exceptionTools.SystemDatabaseError:
|
||||
print_error(darkred(" * ")+red(_("Installed Packages Database not found or corrupted. Please generate it using 'equo database' tools")))
|
||||
sys.exit(101)
|
||||
except exceptionTools.OnlineMirrorError, e:
|
||||
reset_cache()
|
||||
print_error(darkred(" * ")+red(str(e)+". %s." % (_("Cannot continue"),) ))
|
||||
sys.exit(101)
|
||||
except exceptionTools.RepositoryError, e:
|
||||
reset_cache()
|
||||
print_error(darkred(" * ")+red(str(e)+". %s." % (_("Cannot continue"),) ))
|
||||
sys.exit(101)
|
||||
except exceptionTools.FtpError, e:
|
||||
print_error(darkred(" * ")+red(str(e)+". %s." % (_("Cannot continue"),) ))
|
||||
sys.exit(101)
|
||||
except exceptionTools.PermissionDenied, e:
|
||||
print_error(darkred(" * ")+red(str(e)+". %s." % (_("Cannot continue"),) ))
|
||||
sys.exit(1)
|
||||
|
||||
@@ -88,7 +88,7 @@ class const:
|
||||
|
||||
(_("Translation:"),
|
||||
(
|
||||
"Joost Ruis (Dutch)",
|
||||
"Andre Parhan (Dutch)",
|
||||
"Fabio Erculiani (Italian)",
|
||||
"Roger Calvò (Catalan)",
|
||||
"Daniel Halens (Spanish)",
|
||||
|
||||
Reference in New Issue
Block a user