111 lines
4.5 KiB
PHP
111 lines
4.5 KiB
PHP
<?php
|
|
|
|
return [
|
|
'module_name' => 'Professional Project',
|
|
'module_installed' => 'Professional Project module installed successfully',
|
|
'module_updated' => 'Professional Project module updated to version :version',
|
|
'access' => 'Access Professional Project',
|
|
'projects' => 'Projects',
|
|
'all_projects' => 'All Projects',
|
|
'new_project' => 'New Project',
|
|
'create_project' => 'Create Project',
|
|
'edit_project' => 'Edit Project',
|
|
'view_project' => 'View Project',
|
|
'delete_project' => 'Delete Project',
|
|
'project_archived' => 'Project archived',
|
|
'project_categories' => 'Project Categories',
|
|
'project_category' => 'Category',
|
|
'uncategorized_projects' => 'Uncategorized',
|
|
'manage_categories' => 'Manage Categories',
|
|
'subcategories' => 'Subcategories',
|
|
'projects_in_this_category' => 'Projects directly in this category',
|
|
'no_projects_in_category' => 'No projects in this category',
|
|
'overview' => 'Overview',
|
|
'tasks' => 'Tasks',
|
|
'milestones' => 'Milestones',
|
|
'gantt' => 'Gantt Chart',
|
|
'manage_milestones' => 'Manage Milestones',
|
|
'view_gantt' => 'View Gantt Chart',
|
|
'task_statuses' => 'Task Statuses',
|
|
'manage_task_statuses' => 'Manage Task Statuses',
|
|
'create_task' => 'Create Task',
|
|
'edit_task' => 'Edit Task',
|
|
'delete_task' => 'Delete Task',
|
|
'new_task' => 'New Task',
|
|
'my_tasks' => 'My Tasks',
|
|
'not_started' => 'Not Started',
|
|
'in_progress' => 'In Progress',
|
|
'on_hold' => 'On Hold',
|
|
'cancelled' => 'Cancelled',
|
|
'completed' => 'Completed',
|
|
'lead' => 'Project Lead',
|
|
'members' => 'Members',
|
|
'assigned' => 'Assigned',
|
|
'manager' => 'Project Manager',
|
|
'supervisor' => 'Supervisor',
|
|
'difficulty' => 'Difficulty (%)',
|
|
'difficulty_hint' => '1 to 100',
|
|
'deadline' => 'Deadline',
|
|
'description_and_details' => 'Description & Details',
|
|
'category_and_users' => 'Category & Users',
|
|
'lock_project' => 'Lock Project',
|
|
'create_project_hint' => 'Define a new project with professional structure, members, schedule and progress control.',
|
|
'edit_project_hint' => 'Update the project with focus on quality, schedule and team management.',
|
|
'end_date' => 'End Date',
|
|
'progress' => 'Progress',
|
|
'progress_manual' => 'Manual Progress',
|
|
'parent_project' => 'Parent Project',
|
|
'list_view' => 'List View',
|
|
'kanban_board' => 'Kanban Board',
|
|
'priority_low' => 'Low',
|
|
'priority_normal' => 'Normal',
|
|
'priority_high' => 'High',
|
|
'priority_urgent' => 'Urgent',
|
|
'status_new' => 'New',
|
|
'status_in_progress' => 'In Progress',
|
|
'status_testing' => 'Testing',
|
|
'status_feedback' => 'Awaiting Feedback',
|
|
'status_completed' => 'Completed',
|
|
'uncategorised' => 'Uncategorised',
|
|
'cannot_delete_uncategorised' => 'Default milestone cannot be deleted',
|
|
'dependency_blocks_complete' => 'Active dependencies block task completion',
|
|
'status_has_tasks' => 'Status has tasks and cannot be deleted',
|
|
'add_milestone' => 'Add Milestone',
|
|
'milestone_title' => 'Milestone Title',
|
|
'dependencies' => 'Dependencies',
|
|
'blocker_task' => 'Blocker Task',
|
|
'dependency_type' => 'Dependency Type',
|
|
'cannot_start' => 'Cannot Start',
|
|
'cannot_complete' => 'Cannot Complete',
|
|
'add_dependency' => 'Add Dependency',
|
|
'no_projects_found' => 'No projects found',
|
|
'no_tasks_found' => 'No tasks found',
|
|
'assigned_to' => 'Assigned To',
|
|
'milestone' => 'Milestone',
|
|
'duration_days' => 'Duration (days)',
|
|
'time_period' => 'Time period',
|
|
'days' => 'Days',
|
|
'day' => 'Day',
|
|
'week' => 'Week',
|
|
'month' => 'Month',
|
|
'year' => 'Year',
|
|
'archive' => 'Archive',
|
|
'color' => 'Color',
|
|
'is_completed_status' => 'Completed Status',
|
|
'add_status' => 'Add Status',
|
|
'task_count' => 'Task Count',
|
|
'project_not_found' => 'Project not found',
|
|
'task_assigned_title' => 'Task Assignment',
|
|
'new_task_assigned_notification' => ':created_by assigned the task ":subject" to you',
|
|
'crm_integration' => 'Open CRM',
|
|
'essentials_integration' => 'Open Essentials',
|
|
'integration_actions' => 'Integration Actions',
|
|
'create_essentials_todo' => 'Create Essentials Todo',
|
|
'create_essentials_reminder' => 'Create Essentials Reminder',
|
|
'create_crm_followup' => 'Create CRM Follow-up',
|
|
'integration_created' => 'Created successfully',
|
|
'essentials_not_enabled' => 'Essentials module is not enabled',
|
|
'crm_not_enabled' => 'CRM module is not enabled',
|
|
'crm_contact_missing' => 'No customer/contact is set for this project',
|
|
];
|