mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-09 01:55:24 +02:00
[176488] adding some text for the cache limit checkbox
This commit is contained in:
parent
439df4639e
commit
abccdcea54
2 changed files with 10 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
||||||
/********************************************************************************
|
/********************************************************************************
|
||||||
* Copyright (c) 2006 IBM Corporation. All rights reserved.
|
* Copyright (c) 2006, 2007 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
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
* Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
|
* Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
|
||||||
*
|
*
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* {Name} (company) - description of contribution.
|
* David Dykstal (IBM) - 176488: adding some text for the cache limit checkbox
|
||||||
********************************************************************************/
|
********************************************************************************/
|
||||||
|
|
||||||
package org.eclipse.rse.internal.files.ui;
|
package org.eclipse.rse.internal.files.ui;
|
||||||
|
@ -227,6 +227,8 @@ public class FileResources extends NLS
|
||||||
public static String RESID_PREF_CACHE_CLEAR;
|
public static String RESID_PREF_CACHE_CLEAR;
|
||||||
public static String RESID_PREF_CACHE_CLEAR_LABEL;
|
public static String RESID_PREF_CACHE_CLEAR_LABEL;
|
||||||
public static String RESID_PREF_CACHE_CLEAR_TOOLTIP;
|
public static String RESID_PREF_CACHE_CLEAR_TOOLTIP;
|
||||||
|
public static String RESID_PREF_CACHE_LIMIT_CACHE_SIZE_LABEL;
|
||||||
|
public static String RESID_PREF_CACHE_LIMIT_CACHE_SIZE_TOOLTIP;
|
||||||
public static String RESID_PREF_CACHE_MAX_CACHE_SIZE_LABEL;
|
public static String RESID_PREF_CACHE_MAX_CACHE_SIZE_LABEL;
|
||||||
public static String RESID_PREF_CACHE_MAX_CACHE_SIZE_DESCRIPTION;
|
public static String RESID_PREF_CACHE_MAX_CACHE_SIZE_DESCRIPTION;
|
||||||
public static String RESID_PREF_CACHE_MAX_CACHE_SIZE_TOOLTIP;
|
public static String RESID_PREF_CACHE_MAX_CACHE_SIZE_TOOLTIP;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
################################################################################
|
################################################################################
|
||||||
# Copyright (c) 2006 IBM Corporation. All rights reserved.
|
# Copyright (c) 2006, 2007 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
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
# Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
|
# Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
|
||||||
#
|
#
|
||||||
# Contributors:
|
# Contributors:
|
||||||
# {Name} (company) - description of contribution.
|
# David Dykstal (IBM) - 176488: adding some text for the cache limit checkbox
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
# NLS_MESSAGEFORMAT_VAR
|
# NLS_MESSAGEFORMAT_VAR
|
||||||
|
@ -179,9 +179,11 @@ RESID_CONFLICT_DOWNLOAD_OPENWITHLOCAL= Open editor with pending changes
|
||||||
#=============================================================
|
#=============================================================
|
||||||
RESID_PREF_CACHE_DESCRIPTION=When RSE is used for editing, the remote files are cached. Use this page to clear or limit the size of the file cache.
|
RESID_PREF_CACHE_DESCRIPTION=When RSE is used for editing, the remote files are cached. Use this page to clear or limit the size of the file cache.
|
||||||
RESID_PREF_CACHE_CLEAR=Clear Cached Files
|
RESID_PREF_CACHE_CLEAR=Clear Cached Files
|
||||||
RESID_PREF_CACHE_CLEAR_LABEL=Clear cached files
|
RESID_PREF_CACHE_CLEAR_LABEL=&Clear cached files
|
||||||
RESID_PREF_CACHE_CLEAR_TOOLTIP=Delete remote files that have been cached in the local workspace
|
RESID_PREF_CACHE_CLEAR_TOOLTIP=Delete remote files that have been cached in the local workspace
|
||||||
RESID_PREF_CACHE_MAX_CACHE_SIZE_LABEL=Maximum cache size (MB)
|
RESID_PREF_CACHE_LIMIT_CACHE_SIZE_LABEL=&Limit cache size to specified maximum
|
||||||
|
RESID_PREF_CACHE_LIMIT_CACHE_SIZE_TOOLTIP=Check this box to limit the cache size. Leave unchecked to specify no limit.
|
||||||
|
RESID_PREF_CACHE_MAX_CACHE_SIZE_LABEL=&Maximum cache size (MB):
|
||||||
RESID_PREF_CACHE_MAX_CACHE_SIZE_DESCRIPTION=Enter the maxium size space that can be used by the cache
|
RESID_PREF_CACHE_MAX_CACHE_SIZE_DESCRIPTION=Enter the maxium size space that can be used by the cache
|
||||||
RESID_PREF_CACHE_MAX_CACHE_SIZE_TOOLTIP=Enter the maxium size space that can be used by the cache
|
RESID_PREF_CACHE_MAX_CACHE_SIZE_TOOLTIP=Enter the maxium size space that can be used by the cache
|
||||||
RESID_PREF_CACHE_CLEAR_WARNING_LABEL=Note:
|
RESID_PREF_CACHE_CLEAR_WARNING_LABEL=Note:
|
||||||
|
|
Loading…
Add table
Reference in a new issue