UILoggingInPHP
This document is obsolete! For a new spec on usage logging in PHP, see UsageLoggingSpecification.
For more info read the entry page.
NetBeans PHP Early Access
# UI logging of creating new PHP application
# {0} sources underneath project directory [True/false]
# {1} copying sources to target directory [True/false]
UI_NEW_PHP_PROJECT=New PHP project created [SourcesUnderneathProjectDirectory:{0},CopyingSourcesToTargetDirectory:{1}].
# UI logging of customizing existing PHP application
# {0} sources underneath project directory [True/false]
# {1} copying sources to target directory [True/false]
UI_PHP_PROJECT_CUSTOMIZED=PHP project customized [SourcesUnderneathProjectDirectory:{0},CopyingSourcesToTargetDirectory:{1}].
NetBeans 6.5 M1+
# UI logging of creating new PHP application
# {0} sources underneath project directory [True/false]
# {1} run configuration [LOCAL/REMOTE/SCRIPT]
# {2} copying sources to target directory [True/false]
UI_NEW_PHP_PROJECT=New PHP project created [SourcesUnderneathProjectDirectory:{0},RunConfiguration:{1},CopyingSourcesToTargetDirectory:{2}].
# UI logging of customizing existing PHP application
# {0} sources underneath project directory [True/false]
# {1} types of run configurations [LOCAL/REMOTE/SCRIPT]
# {2} copying sources to target directory [True/false]
UI_PHP_PROJECT_CUSTOMIZED=PHP project customized [SourcesUnderneathProjectDirectory:{0},RunConfigurations:{1},CopyingSourcesToTargetDirectory:{2}].

