mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-15 21:15:23 +02:00
[235840] TVT34:TCT626: JA: Select Floder panel title in English
https://bugs.eclipse.org/bugs/show_bug.cgi?id=235840
This commit is contained in:
parent
bbe4e38cf7
commit
1c9bee114d
3 changed files with 8 additions and 3 deletions
|
@ -59,6 +59,9 @@ public interface ISystemProfile extends IRSEModelObject {
|
||||||
String getName();
|
String getName();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Sets the name of the profile.
|
||||||
|
* Profile names must not contain three consecutive underscores "___", since these are used
|
||||||
|
* to separate a profile name from a filter pool name in a filter pool reference.
|
||||||
* @param value The new value of the Name attribute
|
* @param value The new value of the Name attribute
|
||||||
*/
|
*/
|
||||||
void setName(String value);
|
void setName(String value);
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/********************************************************************************
|
/********************************************************************************
|
||||||
* Copyright (c) 2002, 2007 IBM Corporation and others. All rights reserved.
|
* Copyright (c) 2002, 2008 IBM Corporation and others. 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
|
||||||
|
@ -18,6 +18,7 @@
|
||||||
* - Also remove unnecessary class RSEFileCache and obsolete branding files.
|
* - Also remove unnecessary class RSEFileCache and obsolete branding files.
|
||||||
* Martin Oberhuber (Wind River) - [188360] renamed from plugin org.eclipse.rse.eclipse.filesystem
|
* Martin Oberhuber (Wind River) - [188360] renamed from plugin org.eclipse.rse.eclipse.filesystem
|
||||||
* Martin Oberhuber (Wind River) - [189441] fix EFS operations on Windows (Local) systems
|
* Martin Oberhuber (Wind River) - [189441] fix EFS operations on Windows (Local) systems
|
||||||
|
* David Dykstal (IBM) - [235840] externalizing dialog title
|
||||||
********************************************************************************/
|
********************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
|
@ -46,7 +47,7 @@ public class RSEFileSystemContributor extends FileSystemContributor {
|
||||||
|
|
||||||
public URI browseFileSystem(String initialPath, Shell shell) {
|
public URI browseFileSystem(String initialPath, Shell shell) {
|
||||||
|
|
||||||
SystemRemoteFolderDialog dlg = new SystemRemoteFolderDialog(shell, "Select Folder"); //$NON-NLS-1$
|
SystemRemoteFolderDialog dlg = new SystemRemoteFolderDialog(shell);
|
||||||
|
|
||||||
if (!initialPath.equals("")) { //$NON-NLS-1$
|
if (!initialPath.equals("")) { //$NON-NLS-1$
|
||||||
|
|
||||||
|
|
|
@ -8,9 +8,10 @@
|
||||||
# David Dykstal (IBM) - initial contribution
|
# David Dykstal (IBM) - initial contribution
|
||||||
# Martin Oberhuber (Wind River) - [188360] renamed from plugin org.eclipse.rse.eclipse.filesystem
|
# Martin Oberhuber (Wind River) - [188360] renamed from plugin org.eclipse.rse.eclipse.filesystem
|
||||||
# Remy Chi Jian Suen (IBM) - [202098][efs][nls] Improve error message when creating a remote project with existing name
|
# Remy Chi Jian Suen (IBM) - [202098][efs][nls] Improve error message when creating a remote project with existing name
|
||||||
|
# David Dykstal (IBM) - [cleanup] using messageformat_var instead of messageformat_none
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
# NLS_MESSAGEFORMAT_NONE
|
# NLS_MESSAGEFORMAT_VAR
|
||||||
# NLS_ENCODING=UTF-8
|
# NLS_ENCODING=UTF-8
|
||||||
|
|
||||||
CreateRemoteProjectActionDelegate_CREATING_TITLE=Creating Remote Project
|
CreateRemoteProjectActionDelegate_CREATING_TITLE=Creating Remote Project
|
||||||
|
|
Loading…
Add table
Reference in a new issue