package WebGUI::i18n::English::Asset_ProjectManager; our $I18N = { 'projectDashboardTemplate hoverhelp' => { message => q|Template to use for main view of Project Management Application|, lastUpdated => 0 }, 'projectDashboardTemplate label' => { message => q|Default Project Manager View Template|, lastUpdated => 0 }, 'projectDisplayTemplate hoverhelp' => { message => q|Template to use for displaying individual projects. Default template displays Gantt chart representation of projects|, lastUpdated => 0 }, 'projectDisplayTemplate label' => { message => q|Default Project Display Template|, lastUpdated => 0 }, 'ganttChartTemplate hoverhelp' => { message => q|Template to use for drawing the gantt chart within the table.|, lastUpdated => 0 }, 'ganttChartTemplate label' => { message => q|Default Gantt Chart Template|, lastUpdated => 0 }, 'editTaskTemplate hoverhelp' => { message => q|Template to use for displaying the edit task dialog.|, lastUpdated => 0 }, 'editTaskTemplate label' => { message => q|Default Edit Task Template|, lastUpdated => 0 }, 'groupToAdd hoverhelp' => { message => q|Group that is able to create projects|, lastUpdated => 0 }, 'groupToAdd label' => { message => q|Group to Add Projects|, lastUpdated => 0 }, 'assetName' => { message => q|Project Management System|, lastUpdated => 0 }, 'create project' => { message => q|Create New Project|, lastUpdated => 0 }, 'edit project' => { message => q|Edit Project|, lastUpdated => 0 }, 'project id' => { message => q|Project Id|, lastUpdated => 0 }, 'project id hoverhelp' => { message => q|A unique identifier used internally by WebGUI to reference this project.|, lastUpdated => 0 }, 'project name hoverhelp' => { message => q|Enter the name of the project|, lastUpdated => 0 }, 'project name label' => { message => q|Project Name|, lastUpdated => 0 }, 'project description hoverhelp' => { message => q|Enter a description for the project.|, lastUpdated => 0 }, 'project description label' => { message => q|Project Description|, lastUpdated => 0 }, 'project manager hoverhelp' => { message => q|Choose a group of users that are able to manage this project. Project Managers will be able to edit project tasks|, lastUpdated => 0 }, 'project manager label' => { message => q|Project Managers Group|, lastUpdated => 0 }, 'hours per day hoverhelp' => { message => q|Choose number of hours which generally represents a full day of work. This will serve as a basis for estimating how many days a task takes. This will be overridden if a resource is set to work more or less hours in a day, and that resource is attached to the task.|, lastUpdated => 0 }, 'hours per day label' => { message => q|Working Hours Per Day|, lastUpdated => 0 }, 'duration units hoverhelp' => { message => q|Choose the unit of time by which you wish to track a project. This will determine how you will enter the time each task takes.|, lastUpdated => 0 }, 'duration units label' => { message => q|Track Project In|, lastUpdated => 0 }, 'target budget hoverhelp' => { message => q|Enter the estimated cost amount the project should track to. If your resources are properly configured, the system will track this target against actual costs. Leave this value zero if you do not wish to track project costs|, lastUpdated => 0 }, 'target budget label' => { message => q|Project Cost Estimate|, lastUpdated => 0 }, 'project new label' => { message => q|New Project|, lastUpdated => 0 }, 'project name label' => { message => q|Project Name|, lastUpdated => 0 }, 'project start date label' => { message => q|Start|, lastUpdated => 0 }, 'project end date label' => { message => q|End|, lastUpdated => 0 }, 'project cost label' => { message => q|Estimated Cost|, lastUpdated => 0 }, 'project complete label' => { message => q|% Complete|, lastUpdated => 0 }, 'project action label' => { message => q|Actions|, lastUpdated => 0 }, 'no projects' => { message => q|Project List is Empty|, lastUpdated => 0 }, 'project edit title' => { message => q|Edit Project|, lastUpdated => 0 }, 'project delete title' => { message => q|Delete Project|, lastUpdated => 0 }, 'project delete warning' => { message => q|Are you sure you wish to delete this project and all of it's associated tasks?|, lastUpdated => 0 }, 'project start task label' => { message => q|Project Start|, lastUpdated => 0 }, 'hours label' => { message => q|Hours|, lastUpdated => 0 }, 'days label' => { message => q|Days|, lastUpdated => 0 }, 'hours label abbrev' => { message => q|hrs|, lastUpdated => 0 }, 'days label abbrev' => { message => q|days|, lastUpdated => 0 }, 'task name label' => { message => q|Task|, lastUpdated => 0 }, 'task duration label' => { message => q|Duration|, lastUpdated => 0 }, 'task start label' => { message => q|Start|, lastUpdated => 0 }, 'task end label' => { message => q|Finish|, lastUpdated => 0 }, 'task dependant label' => { message => q|Pred|, lastUpdated => 0 }, 'add task label' => { message => q|Add Task|, lastUpdated => 0 }, 'edit task label' => { message => q|Edit Task|, lastUpdated => 0 }, 'task name error' => { message => q|Task Name must be entered in order to save|, lastUpdated => 0 }, 'task start error' => { message => q|Start Date must be entered in order to save|, lastUpdated => 0 }, 'task end error' => { message => q|End Date must be entered in order to save|, lastUpdated => 0 }, 'task back label' => { message => q|Back To Dashboard|, lastUpdated => 0 }, 'task resources label' => { message => q|Manage Resources|, lastUpdated => 0 }, 'task greaterthan error' => { message => q|End Date cannot be greater than Start Date|, lastUpdated => 0 }, 'monday label' => { message => q|M|, lastUpdated => 0 }, 'tuesday label' => { message => q|T|, lastUpdated => 0 }, 'wednesday label' => { message => q|W|, lastUpdated => 0 }, 'thursday label' => { message => q|T|, lastUpdated => 0 }, 'friday label' => { message => q|F|, lastUpdated => 0 }, 'saturday label' => { message => q|S|, lastUpdated => 0 }, 'sunday label' => { message => q|S|, lastUpdated => 0 }, 'task previousPredecessor error' => { message => q|Predecessor must be a previous task.|, lastUpdated => 0 }, 'task samePredecessor error' => { message => q|Task cannot be it's own predecessor|, lastUpdated => 0 }, 'task noPredecessor error' => { message => q|Predecessor entered does not exist|, lastUpdated => 0 }, 'task invalidMove error' => { message => q|The start date that you have selected for this task is invalid as it's predecessor's end date will not be met. Either remove the predecessor restriction from this task or change the end date of it's predecessor to make this date valid. |, lastUpdated => 0 }, 'resource none' => { message => q|No Resource|, lastUpdated => 0 }, 'pm add/edit title' => { message => q|Add/Edit Project Manager|, lastUpdated => 0 }, 'pm add/edit body' => { message => q|

The Project Manager provides an interface for you to create a project, add tasks to it and monitor its status as it progresses.

|, lastUpdated => 0 }, 'project edit body' => { message => q|

In the Edit Project screen, you will define a new project or edit an existing project by giving general information about the project, including a name, a description, the group of users who are allowed to manage the project and the target budget.

|, lastUpdated => 0 }, 'edit task template vars title' => { message => q|Edit Task Template Variables|, lastUpdated => 0 }, 'edit task template vars body' => { message => q|

The Edit Task template has these template variables

! : This variable is required for the form to function correctly.

form.header !
Code to setup the Edit Task form. Leaving out this variable will prevent the form from working.

form.name !
Form element for the user to enter/edit the name of the task.

form.duration !
Form element for the duration of the task.

form.duration.units !
Form element for the units of duration for the task.

form.start !
Form element for the starting date for the task.

form.end !
Form element for the ending date for the task.

form.dependants !
Form element for something I really don't understand.

form.resource !
Form element for selecting a user to accomplish this task.

form.milestone !
Form element for setting this task to be a milestone in the project.

form.percentComplete !
Form element for entering in how much of the project has been completed, as a percentage.

form.save !
A button to save data entered into the form.

form.footer !
Code to end the form.

extras
The URL to the Extras directory.

|, lastUpdated => 0 }, 'view project template vars title' => { message => q|View Project Template Variables|, lastUpdated => 0 }, 'view project template vars body' => { message => q|

The View Project template has these template variables

! : This variable is required for the form to function correctly.

form.header
If the user is in the group to add projects, then this variable will contain HTML form code to make on the fly editing of tasks work.

form.footer
If the user is in the group to add projects, then this variable will contain HTML form code to make on the fly editing of tasks work.

project.canEdit
A conditional indicating whether or not this user is a member of the group to add projects.

project.resources.url
If the user is in the group to add projects, this will be the URL to the Manage Resources screen.

project.resources.label
If the user is in the group to add projects, this will be internationalized label to be used with project.resources.label.

extras
The URL to the Extras directory for the Project Manager.

extras.base
The URL to the top of the Extras directory.

project.durationUnits
An abbreviated version of the units of time that duration are measured.

project.hoursPerDay
The number of hours that represents a full day of work for this project.

task.name.label
The internationalized word "Task".

task.duration.label
The internationalized word "Duration".

task.start.label
The internationalized word "Start".

task.end.label
The internationalized word "End".

task.dependants.label
The internationalized word "Pred".

task.dependants.label
The internationalized word "Pred".

form.name.error
An internationalized error message for a missing task name.

form.start.error
An internationalized error message for not entering an start date.

form.start.error
An internationalized error message for not entering an end date.

form.greaterThan.error
An internationalized error message for entering a start date after the end date.

form.previousPredecessor.error
An internationalized error message for choosing a predecessor that is not a previous task.

form.previousPredecessor.error
An internationalized error message for choosing a predecessor task that does not exist.

form.invalidMove.error
An internationalized error message for choosing a task that is invalid as a predecessor because the end date is after the start date of this task.

task.loop
A loop containing all tasks for this project, in sequence order.

task.number
The sequence number for this task.

task.number.id
A unique identifier used internally by WebGUI for this task.

task.name
The name of this task.

task.start
If the user is in the group to add projects, then this will be a form field to edit the start date for this task. Otherwise, just the start date will be displayed as text.

task.dependants
If the user is in the group to add projects, then this will be a form field to edit the dependants for this task. Otherwise, just the list of dependants will be displayed as text.

task.end
If the user is in the group to add projects, then this will be a form field to edit the end date for this task. Otherwise, just the end date will be displayed as text.

task.duration
If the user is in the group to add projects, and this task is not a milestone, then a this variable will be a form field to edit the duration. Otherwise, just the duration will be displayed as text.

task.duration.units
The units for the duration, typically hours or days.

task.isMilestone
A conditiional indicating whether or not this task is a milestone.

task.edit.url
If the user can add tasks to this project, then this will be a URL to take them to the Add Task screen.

task.edit.url
If the user can add tasks to this project, then this will contain an internationalized label to go with task.edit.url.

project.gaant.rowspan
The number of rows for the Gannt chart, 4 + the number of tasks.

project.ganttChart
The Gannt chart for this project and its tasks.

task.back.url
A link back to this screen.

task.back.label
A label to go with the link back to this screen.

|, lastUpdated => 0 }, 'gantt chart template vars title' => { message => q|Gantt Chart Template Variables|, lastUpdated => 0 }, 'gantt chart template vars body' => { message => q|

These variables are available in the Gantt Chart Template:

extras
The URL to the Extras directory for the Project Manager.

sunday.label
The initial of the day for Sunday, internationalized.

monday.label
The initial of the day for Monday, internationalized.

tuesday.label
The initial of the day for Tuesday, internationalized.

wednesday.label
The initial of the day for Wednesday, internationalized.

thursday.label
The initial of the day for Thursday, internationalized.

friday.label
The initial of the day for Friday, internationalized.

saturday.label
The initial of the day for Saturday, internationalized.

daysLoop
The initial of the day for Saturday, internationalized.

month.name
The name of the current month

saturday.label
The initial of the day for Saturday, internationalized.

daysLoop
The initial of the day for Saturday, internationalized.

day.number
The ordinal number for this day of the week, an integer between 1 and 7

|, lastUpdated => 0 }, }; 1;