org.netbeans.modules.php.samples.Bundle.properties Maven / Gradle / Ivy
# 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.
#
# This file contains localized strings used in this package. The typical
# NetBeans pattern is to use one bundle per-package, called Bundle.properties;
# the openide class NbBundle supports this usage.
#
# Typically, fetch a resource as follows:
# NbBundle.getMessage (MyClass.class, "SOME_Key");
#
# Don't bother caching strings or worse, static references to resource bundles -
# this may seem like its faster, but it wastes memory and slows things down
# in the long run.
#
LBL_CreateProjectStep=Name and Location
OpenIDE-Module-Display-Category=PHP
OpenIDE-Module-Long-Description=PHP Sample projects for NetBeans Sample Catalog
OpenIDE-Module-Name=PHP Samples
OpenIDE-Module-Short-Description=PHP Sample projects for NetBeans Sample Catalog
PHPSamplesPanelVisual.projectLocationLabel.text=Project &Location:
PHPSamplesPanelVisual.projectNameLabel.text=Project &Name:
PHPSamplesPanelVisual.createdFolderLabel.text=Project Fol&der:
PHPSamplesPanelVisual.browseButton.text=Br&owse...
Templates/Project/Samples/PHP=PHP
Templates/Project/Samples/PHP/TodoList=TodoList - PHP Sample Application
Templates/Project/Samples/PHP/Calculator-PHPUnit=Calculator - PHPUnit Sample Application
Templates/Project/Samples/PHP/Calculator-atoum=Calculator - Atoum Sample Application
Templates/Project/Samples/PHP/Calculator-Nette-Tester=Calculator - Nette Tester Sample Application
Templates/Project/Samples/PHP/Calculator-Codeception=Calculator - Codeception Sample Application
# title for New PHP Sample wizard
LBL_TXT_NewPHPSample=PHP Sample Project
PHPSamplesPanelVisual.projectLocationLabel.AccessibleContext.accessibleDescription=Project Location
PHPSamplesPanelVisual.projectNameTextField.AccessibleContext.accessibleDescription=Project Name field
PHPSamplesPanelVisual.projectNameTextField.AccessibleContext.accessibleName=Project name field
PHPSamplesPanelVisual.projectNameLabel.AccessibleContext.accessibleDescription=Project name
PHPSamplesPanelVisual.projectLocationTextField.AccessibleContext.accessibleDescription=Project location path
PHPSamplesPanelVisual.projectLocationTextField.AccessibleContext.accessibleName=Project location path field
PHPSamplesPanelVisual.browseButton.AccessibleContext.accessibleDescription=Browse to project location
PHPSamplesPanelVisual.AccessibleContext.accessibleDescription=PHP sample project panel
PHPSamplesPanelVisual.AccessibleContext.accessibleName=php sample project panel
PHPSamplesPanelVisual.createdFolderLabel.AccessibleContext.accessibleDescription=Project folder
PHPSamplesPanelVisual.createdFolderTextField.AccessibleContext.accessibleDescription=Project folder path
PHPSamplesPanelVisual.createdFolderTextField.AccessibleContext.accessibleName=Project folder path
PHPSamplesPanelVisual.projectLocationLabel.AccessibleContext.accessibleName=Project Location
PHPSamplesPanelVisual.projectNameLabel.AccessibleContext.accessibleName=Project Name
PHPSamplesPanelVisual.browseButton.AccessibleContext.accessibleName=Browse...
PHPSamplesPanelVisual.createdFolderLabel.AccessibleContext.accessibleName=Project Folder
© 2015 - 2025 Weber Informatics LLC | Privacy Policy