| #=============================================================================# |
| # Copyright (c) 2012, 2021 Stephan Wahlbrink and others. |
| # |
| # This program and the accompanying materials are made available under the |
| # terms of the Eclipse Public License 2.0 which is available at |
| # https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0 |
| # which is available at https://www.apache.org/licenses/LICENSE-2.0. |
| # |
| # SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 |
| # |
| # Contributors: |
| # Stephan Wahlbrink <sw@wahlbrink.eu> - initial API and implementation |
| #=============================================================================# |
| |
| _UI_GGPlotEditor_menu= &GGPlot Editor |
| |
| _UI_CreateChild_menu_item= &New Child |
| _UI_CreateSibling_menu_item= N&ew Sibling |
| |
| _UI_ShowPropertiesView_menu_item= Show &Properties View |
| _UI_RefreshViewer_menu_item= &Refresh |
| |
| editors_GGPlot_label= R Task Editor for Graphs ('ggplot2') |
| |
| commands_NewGGPlot_name= New Graph ('ggplot2') |
| commands_NewGGPlot_description= Creates a new Graph ('ggplot2') |
| |
| newWizards_NewGGPlot_name= Graph ('ggplot2') |
| newWizards_NewGGPlot_description= Creates a new Graph ('ggplot2') |