mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-02 22:55:26 +02:00
[189187] removed unused nls stuff from import/export
This commit is contained in:
parent
977a4c3317
commit
b2b9c6c9b5
2 changed files with 1 additions and 31 deletions
|
@ -70,18 +70,7 @@ public class SystemImportExportResources extends NLS {
|
|||
public static String RESID_FILEIMPEXP_BUTTON_DESELECTALL_TOOLTIP;
|
||||
public static String RESID_FILEIMPEXP_BUTTON_SELECTTYPES_LABEL;
|
||||
public static String RESID_FILEIMPEXP_BUTTON_SELECTTYPES_TOOLTIP;
|
||||
// REMOTE JAR EXPORT WIZARD
|
||||
public static String RESID_RMTJAREXP_PREFIX;
|
||||
public static String RESID_RMTJAREXP_FILEDIALOG_PREFIX;
|
||||
public static String RESID_RMTJAREXP_FILEDIALOG_TITLE;
|
||||
public static String RESID_RMTJAREXP_FILEDIALOG_PROMPT_LABEL;
|
||||
public static String RESID_RMTJAREXP_FILEDIALOG_FILENAME_LABEL;
|
||||
public static String RESID_RMTJAREXP_FILEDIALOG_FILENAME_TOOLTIP;
|
||||
public static String RESID_RMTJAREXP_FILEDIALOG_FILETYPE_LABEL;
|
||||
public static String RESID_RMTJAREXP_FILEDIALOG_FILETYPE_TOOLTIP;
|
||||
public static String RESID_RMTJAREXP_SETTINGS_PREFIX;
|
||||
public static String RESID_RMTJAREXP_SETTINGS_LABEL;
|
||||
public static String RESID_RMTJAREXP_SETTINGS_TOOLTIP;
|
||||
|
||||
static {
|
||||
// load message values from bundle file
|
||||
NLS.initializeMessages(BUNDLE_NAME, SystemImportExportResources.class);
|
||||
|
|
|
@ -91,25 +91,6 @@ RESID_FILEIMPEXP_BUTTON_DESELECTALL_TOOLTIP=De-select all resources
|
|||
RESID_FILEIMPEXP_BUTTON_SELECTTYPES_LABEL=Select Types
|
||||
RESID_FILEIMPEXP_BUTTON_SELECTTYPES_TOOLTIP=Select resource types to subset the selection list by
|
||||
|
||||
com.ibm.etools.systems.ui.FileImport.option.settings.descfile.label=Description file:
|
||||
com.ibm.etools.systems.ui.FileImport.option.settings.descfile.path.tooltip=Enter the description file path
|
||||
|
||||
|
||||
|
||||
#=============================================================
|
||||
# REMOTE JAR EXPORT WIZARD
|
||||
#=============================================================
|
||||
RESID_RMTJAREXP_FILEDIALOG_TITLE= Save As
|
||||
RESID_RMTJAREXP_FILEDIALOG_PROMPT_LABEL= Specify or select a remote jar file
|
||||
RESID_RMTJAREXP_FILEDIALOG_FILENAME_LABEL= File name
|
||||
RESID_RMTJAREXP_FILEDIALOG_FILENAME_TOOLTIP= Enter the name of the jar file
|
||||
RESID_RMTJAREXP_FILEDIALOG_FILETYPE_LABEL= Save as type
|
||||
RESID_RMTJAREXP_FILEDIALOG_FILETYPE_TOOLTIP= Select the file type
|
||||
|
||||
RESID_RMTJAREXP_SETTINGS_LABEL=Save the settings of this jar export in the workspace (e.g. /ExportSettings/hello.rmtjardesc)
|
||||
RESID_RMTJAREXP_SETTINGS_TOOLTIP=Save the jar export settings to a description file for quicker export in the future
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue