Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: f550c63ff66221db9287f4dcb3d159a2b2779bf9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
###############################################################################
# Copyright (c) 2003, 2004 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
###############################################################################
#This properties file contains string for Archive operations of Application Clients.

ARCHIVE_OPERATION_SaveFile=Error occurred saving the file..
ARCHIVE_OPERATION_ProjectNature=Error getting project nature runtime..
ARCHIVE_OPERATION_SaveManifest=Error occurred saving the manifest..
ARCHIVE_OPERATION_FileNotFound=Error: File not found..
ARCHIVE_OPERATION_OpeningArchive=Error opening archive for export..
ARCHIVE_OPERATION_ImportOperation=Import Operation Failed!
IMPORT_MOFRESOURCE_STRING=Importing meta-data..
APPCLIENT_IMPORT_OPERATION_STRING=Importing application client JAR..
APPCLIENT_IMPORT_FILE_STRING=Importing file..
APPCLIENT_IMPORT_ERROR=Error importing application client file..
ARCHIVE_OPERATION_ErrorOccured=Error occurred getting module folder name..
Application_Client_File_UI_=Application Client File
_c__Copyright_IBM_Corporation_2001_1=(c) Copyright IBM Corporation 2001

Back to the top