1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-13 12:05:21 +02:00

NLS Cleanup

This commit is contained in:
Javier Montalvo Orus 2008-03-27 14:06:36 +00:00
parent 3a737bfa4e
commit fd08d13443
4 changed files with 6 additions and 18 deletions

View file

@ -6,6 +6,7 @@
* *
* Contributors: * Contributors:
* Javier Montalvo Orus (Symbian) - initial API and implementation * Javier Montalvo Orus (Symbian) - initial API and implementation
* Javier Montalvo Orus (Symbian) - NLS Cleanup
********************************************************************************/ ********************************************************************************/
package org.eclipse.rse.internal.discovery; package org.eclipse.rse.internal.discovery;
@ -19,16 +20,9 @@ public class Messages extends NLS {
public static String ServiceDiscoveryWizard_Port; public static String ServiceDiscoveryWizard_Port;
public static String ServiceDiscoveryWizard_SavingMessage;
public static String ServiceDiscoveryWizard_StatusId;
public static String ServiceDiscoveryWizard_StatusMessage;
static { static {
// initialize resource bundle // initialize resource bundle
NLS.initializeMessages(BUNDLE_NAME, Messages.class); NLS.initializeMessages(BUNDLE_NAME, Messages.class);
} }
private Messages() {
}
} }

View file

@ -6,10 +6,8 @@
# #
# Contributors: # Contributors:
# Javier Montalvo Orus (Symbian) - initial API and implementation # Javier Montalvo Orus (Symbian) - initial API and implementation
# Javier Montalvo Orus (Symbian) - NLS Cleanup
################################################################################## ##################################################################################
ServiceDiscoveryWizard_DiscoveryPropertySet=Discovery ServiceDiscoveryWizard_DiscoveryPropertySet=Discovery
ServiceDiscoveryWizard_Port=port ServiceDiscoveryWizard_Port=port
ServiceDiscoveryWizard_SavingMessage=Saving RSE model
ServiceDiscoveryWizard_StatusId=org.eclipse.tm.internal.discovery.wizard
ServiceDiscoveryWizard_StatusMessage=RSE model saved

View file

@ -1,5 +1,5 @@
/******************************************************************************** /********************************************************************************
* Copyright (c) 2006, 2007 IBM Corporation. All rights reserved. * Copyright (c) 2006, 2007, 2008 IBM Corporation. All rights reserved.
* This program and the accompanying materials are made available under the terms * 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 * of the Eclipse Public License v1.0 which accompanies this distribution, and is
* available at http://www.eclipse.org/legal/epl-v10.html * available at http://www.eclipse.org/legal/epl-v10.html
@ -12,6 +12,7 @@
* *
* Contributors: * Contributors:
* Javier Montalvo Orus (Symbian) - Added Externalized Strings * Javier Montalvo Orus (Symbian) - Added Externalized Strings
* Javier Montalvo Orus (Symbian) - NLS Cleanup
********************************************************************************/ ********************************************************************************/
package org.eclipse.rse.internal.services.files.ftp; package org.eclipse.rse.internal.services.files.ftp;
@ -21,10 +22,7 @@ import org.eclipse.osgi.util.NLS;
public class FTPServiceResources extends NLS public class FTPServiceResources extends NLS
{ {
private static String BUNDLE_NAME = "org.eclipse.rse.internal.services.files.ftp.FTPServiceResources";//$NON-NLS-1$ private static String BUNDLE_NAME = "org.eclipse.rse.internal.services.files.ftp.FTPServiceResources";//$NON-NLS-1$
public static String FTP_File_Service_Copy_Not_Supported;
public static String FTP_File_Service_Deleting_Task; public static String FTP_File_Service_Deleting_Task;
public static String FTP_File_Service_Listing_Job;
public static String FTP_File_Service_Listing_Job_Success;
public static String FTP_File_Service_Monitor_Format; public static String FTP_File_Service_Monitor_Format;
public static String FTP_File_Service_Name; public static String FTP_File_Service_Name;
public static String FTP_File_Service_Description; public static String FTP_File_Service_Description;

View file

@ -1,5 +1,5 @@
################################################################################ ################################################################################
# Copyright (c) 2006, 2007 IBM Corporation. All rights reserved. # Copyright (c) 2006, 2007, 2008 IBM Corporation. All rights reserved.
# This program and the accompanying materials are made available under the terms # 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 # of the Eclipse Public License v1.0 which accompanies this distribution, and is
# available at http://www.eclipse.org/legal/epl-v10.html # available at http://www.eclipse.org/legal/epl-v10.html
@ -12,6 +12,7 @@
# #
# Contributors: # Contributors:
# Javier Montalvo Orus (Symbian) - Added Externalized Strings # Javier Montalvo Orus (Symbian) - Added Externalized Strings
# Javier Montalvo Orus (Symbian) - NLS Cleanup
################################################################################ ################################################################################
# NLS_MESSAGEFORMAT_VAR # NLS_MESSAGEFORMAT_VAR
@ -20,7 +21,4 @@
FTP_File_Service_Name=FTP File Service FTP_File_Service_Name=FTP File Service
FTP_File_Service_Description=The FTP File Service uses the FTP protocol to provide service for the Files subsystem. It requires an FTP daemon to be running on the host machine. FTP_File_Service_Description=The FTP File Service uses the FTP protocol to provide service for the Files subsystem. It requires an FTP daemon to be running on the host machine.
FTP_File_Service_Deleting_Task=Deleting FTP_File_Service_Deleting_Task=Deleting
FTP_File_Service_Copy_Not_Supported=FTP copy not supported, use move instead
FTP_File_Service_Listing_Job=Listing files...
FTP_File_Service_Listing_Job_Success=Success
FTP_File_Service_Monitor_Format={0,number,integer} KB of {1,number,integer} KB complete ({2,number,percent}) FTP_File_Service_Monitor_Format={0,number,integer} KB of {1,number,integer} KB complete ({2,number,percent})