blob: 4d40d5a0446fa167f00b77478735e1670daab43c [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.
# UI Logging - http://wiki.netbeans.org/UsageLoggingSpecification
# when a browser is used
# {0} project type (identifier) [string]
# {1} browser identifier [string]
# {2} browser family [string]
USG_PROJECT_BROWSER=Project browser was used [project type: {0}, browser ID: {1}, browser family: {2}].
# UI Logging - http://wiki.netbeans.org/UsageLoggingSpecification
# when JS tests are run
# {0} project type (identifier) [string]
# {1} JS testing provider identifier [string]
USG_TEST_RUN_JS=JS tests were run [project type: {0}, JS testing provider ID: {1}].
# UI Logging - http://wiki.netbeans.org/UsageLoggingSpecification
# when JS testing provider is selected
# {0} project type (class name) [string]
# {1} selected JS testing provider identifier [string]
USG_TEST_CONFIG_JS=JS testing provider was selected [project type: {0}, JS testing provider ID: {1}].