blob: 84a35acb88bedab167d15dfe77883761e2a0744d [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
LBL_GroovySetting=Groovy
PROP_GroovyHome=Groovy Home
HINT_GroovyHome=Groovy installation directory.
LBL_loaderName=Groovy Objects
MSG_HomeNotSet=Groovy home is not set.\n\
Go to Tools -> Options -> Advanced Options -> Building -> Groovy and specify where Groovy is installed.
MSG_HomeNotSetTemplate=Groovy home is not set.\n\
After finishing the "Create new..." wizard, go to Tools -> Options -> Building -> Groovy\n\
and specify where Groovy is installed.\n\
Then run Tools -> Make WebApp Groovy Compliant action to correct your web application.
Templates/Groovy=Groovy
# manifest.mf
OpenIDE-Module-Name=Coyote - Groovy Support
OpenIDE-Module-Display-Category=Tools
OpenIDE-Module-Short-Description=Enables editing and running of scripts written in Groovy language.
OpenIDE-Module-Long-Description=The Groovy Support module enables editing and running of \
user application files written in Groovy language. This module requires groovy installation \
on the computer. Groovy home page: https://groovy.apache.org/download.html
#MakeGroovyWebApp
CTL_MakeGroovyWebAppAction=Make WebApp Groovy Compliant
EXC_UnsupportedVersion=Unsupported web.xml version: {0}
MSG_ConfirmUpdateWebXML=Do you want to make {0} web application Groovy compliant?\n\
Several elements will be added WEB-INF/web.xml deployment descriptor\n\
and a few required libraries will be added to the project.
TIT_ConfirmUpdateWebXML=Confirm web.xml update
# Messages for the IDE's status line
MSG_ScriptStarted=Script {0} started.
MSG_ScriptFinished=Script {0} finished.
MSG_ScriptFailed=Script {0} failed.
EXC_LibraryNotFound=Cannot find {0} library in {1}.
LBL_No_Build_XML_Found=The project does not have a build script.
ACTION_test=Test
ACTION_run.single=Run File
ACTION_debug.single=Debug File
ACTION_compile.single=Compile File
ACTION_test.single=Test File
ACTION_debug.test.single=Debug Test File
LBL_No_Main_Classs_Found=Class "{0}" does not have a main method.