Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'lttng/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/internal/tmf/ui/project/wizards/tracepkg/importexport/messages.properties')
-rw-r--r--lttng/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/internal/tmf/ui/project/wizards/tracepkg/importexport/messages.properties52
1 files changed, 52 insertions, 0 deletions
diff --git a/lttng/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/internal/tmf/ui/project/wizards/tracepkg/importexport/messages.properties b/lttng/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/internal/tmf/ui/project/wizards/tracepkg/importexport/messages.properties
new file mode 100644
index 0000000000..055afc0167
--- /dev/null
+++ b/lttng/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/internal/tmf/ui/project/wizards/tracepkg/importexport/messages.properties
@@ -0,0 +1,52 @@
+###############################################################################
+# Copyright (c) 2013 Ericsson
+#
+# 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:
+# Marc-Andre Laperle - Initial API and implementation
+###############################################################################
+
+ExportTracePackageSelectTraceWizardPage_ChooseTrace=Choose a trace to export
+ExportTracePackageSelectTraceWizardPage_ProjectSelection=Project
+ExportTracePackageSelectTraceWizardPage_TraceSelection=Trace
+ExportTracePackageWizardPage_AlreadyExitst = Target file already exists. Would you like to overwrite it?
+ExportTracePackageWizardPage_ApproximateSizeLbl=Approximate uncompressed size: {0}
+ExportTracePackageWizardPage_ChooseContent=Choose the content to export
+ExportTracePackageWizardPage_CompressContents=Co&mpress the contents of the file
+ExportTracePackageWizardPage_ContentColumnName=Content
+ExportTracePackageWizardPage_Options=Options
+ExportTracePackageWizardPage_SaveInTarFormat=Sa&ve in tar format
+ExportTracePackageWizardPage_SaveInZipFormat=Save in &zip format
+ExportTracePackageWizardPage_SizeByte=B
+ExportTracePackageWizardPage_SizeColumnName=Size
+ExportTracePackageWizardPage_SizeGigabyte=GB
+ExportTracePackageWizardPage_SizeKilobyte=KB
+ExportTracePackageWizardPage_SizeMegabyte=MB
+ExportTracePackageWizardPage_SizeTerabyte=TB
+ExportTracePackageWizardPage_Title=Export trace package
+ExportTracePackageWizardPage_ToArchive=To &archive file:
+ImportTracePackageWizardPage_AlreadyExists=A trace with the same name already exists. Would you like to overwrite it?
+ImportTracePackageWizardPage_ErrorFileNotFound=File does not exist
+ImportTracePackageWizardPage_ErrorOperation=Error occurred during import trace operation
+ImportTracePackageWizardPage_ErrorSettingTraceType=Error setting the type {0} for the trace {1}
+ImportTracePackageWizardPage_ErrorFindingImportedTrace=Could not find the imported trace {0} in the workspace
+ImportTracePackageWizardPage_FromArchive=From &archive file:
+ImportTracePackageWizardPage_Message=Choose the content to import
+ImportTracePackageWizardPage_Project=Into project:
+ImportTracePackageWizardPage_ReadingPackage=Reading package
+ImportTracePackageWizardPage_SelectProjectButton=Select
+ImportTracePackageWizardPage_SelectProjectDialogTitle=Select project
+ImportTracePackageWizardPage_Title=Import trace package
+TracePackageExportOperation_GeneratingPackage=Generating package
+TracePackageExtractManifestOperation_ErrorManifestNotFound=The required manifest file {0} could not be found.
+TracePackageExtractManifestOperation_ErrorManifestNotValid=The manifest file is not valid.
+TracePackageExtractManifestOperation_ErrorReadingManifest=An error occurred when reading the manifest
+TracePackageExtractManifestOperation_InvalidFormat=The selected file is not a supported file format
+TracePackageExtractManifestOperation_SchemaFileNotFound=The schema file {0} could not be found.
+TracePackageImportOperation_ErrorCreatingBookmark=Error creating bookmark for the trace {0}
+TracePackageImportOperation_ErrorCreatingBookmarkFile=Error creating bookmark file for the trace {0}
+TracePackageImportOperation_ImportingPackage=Importing package

Back to the top