Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 6874d773592f919f93dc2edf206156de7ccf361a (plain) (tree)
1
2
3
4
5
6
7
8
                                                                               






                                                                        




                                                                               


                                                    
###############################################################################
#  Copyright (c) 2007, 2009 IBM Corporation and others.
#  All rights reserved. This program and the accompanying materials
#  are made available under the terms of the Eclipse Public License v1.0
#  which accompanies this distribution, and is available at
#  http://www.eclipse.org/legal/epl-v10.html
# 
#  Contributors:
#     IBM Corporation - initial API and implementation
###############################################################################

Util_Invalid_Zip_File_Format=Invalid zip file format
Util_Error_Unzipping=Error unzipping {0}: {1}

Util_Empty_Zip_Entry=Cannot have an empty zip entry.
Util_Absolute_Entry=Zip entries cannot be absolute.

Back to the top