blob: fb04ff79a2689c14168fdcf1fc2ebfddfe60ad86 [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 new HTML5 project is created
# {0} wizard type [NEW/EXISTING]
# {1} site template used [NONE/ARCHIVE/ANGULAR/BOOTSTRAP/...]
# {2} list of JS libraries explicitely added by user; items are separted by '|' [cdnjs-jquery-1.8.2|cdnjs-backbone.js-0.9.2] - NOT USED ANYMORE
# {3} site root located under/same as project directory [YES/NO/""]
# {4} is project JS library [YES/NO]
# {5} JS platforms ["|" separated string]
# {6} autoconfigured [YES/NO]
USG_PROJECT_HTML5_CREATE=New HTML5 project created [wizard type: {0}, site template: {1}, JS libs: {2}, site root under project dir: {3}, JS library project: {4}, JS platforms: {5}, autoconfigured: {6}].