diff --git a/rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/FileResources.java b/rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/FileResources.java index a6b7b71d092..590e182162e 100644 --- a/rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/FileResources.java +++ b/rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/FileResources.java @@ -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 * of the Eclipse Public License v1.0 which accompanies this distribution, and is * 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. * * 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; @@ -227,6 +227,8 @@ public class FileResources extends NLS public static String RESID_PREF_CACHE_CLEAR; public static String RESID_PREF_CACHE_CLEAR_LABEL; 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_DESCRIPTION; public static String RESID_PREF_CACHE_MAX_CACHE_SIZE_TOOLTIP; diff --git a/rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/FileResources.properties b/rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/FileResources.properties index 0b0b1e9d511..6fbd9ea2119 100644 --- a/rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/FileResources.properties +++ b/rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/FileResources.properties @@ -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 # of the Eclipse Public License v1.0 which accompanies this distribution, and is # 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. # # Contributors: -# {Name} (company) - description of contribution. +# David Dykstal (IBM) - 176488: adding some text for the cache limit checkbox ################################################################################ # 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_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_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_TOOLTIP=Enter the maxium size space that can be used by the cache RESID_PREF_CACHE_CLEAR_WARNING_LABEL=Note: