diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 876fd3b..a8d1209 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD @@ -16,6 +16,7 @@ return ['RiskManagement' => [ 'Active' => 'Active', 'All' => 'All', + 'Assessment' => 'Assessment', 'AvgRiskAmount' => 'Avg. Risk Amount', 'Basic' => 'Basic', 'Categories' => 'Categories', @@ -31,6 +32,7 @@ return ['RiskManagement' => [ 'Due' => 'Due', 'Evaluation' => 'Evaluation', 'Export' => 'Export', + 'Frequency' => 'Frequency', 'Front' => 'Front', 'History' => 'History', 'Interval' => 'Interval', @@ -42,9 +44,11 @@ return ['RiskManagement' => [ 'MainCategory' => 'Main Category', 'MainDepartment' => 'Main Department', 'Manager' => 'Manager', + 'Media' => 'Media', 'Name' => 'Name', 'Navigation' => 'Navigation', 'New' => 'New', + 'NewRisk' => 'New Risk', 'NextReevaluation' => 'Next Reevaluation', 'Outdated' => 'Outdated', 'OverallRisk' => 'Overall Risk', @@ -59,13 +63,22 @@ return ['RiskManagement' => [ 'Reduction' => 'Reduction', 'RemainingRisk' => 'Remaining Risk', 'Responsible' => 'Responsible', + 'Responsibility' => 'Responsibility', + 'Review' => 'Review', 'Risk' => 'Risk', 'RiskAcceptance' => 'Risk Acceptance', + 'RiskConsequence' => 'Risk Consequence', 'RiskIndex' => 'Risk Index', 'RiskLevels' => 'Risk Levels', + 'RiskLikelihood' => 'Risk Likelihood', + 'RiskObject' => 'Risk Object', + 'RiskObjects' => 'Risk Objects', + 'RiskObjectStatus' => 'Risk Object Status', 'RiskProbabilities' => 'Risk Probabilities', 'RiskProtection' => 'Risk Protection', + 'RiskStatus' => 'Risk Status', 'Risks' => 'Risks', + 'Select' => 'Select', 'Severity' => 'Severity', 'Solution' => 'Solution', 'Solutions' => 'Solutions', @@ -78,5 +91,8 @@ return ['RiskManagement' => [ 'Type' => 'Type', 'Unit' => 'Unit', 'Units' => 'Units', + 'Upload' => 'Upload', + 'UserGroup' => 'User/Group', + 'Value' => 'Value', 'Watchlist' => 'Watchlist', ]]; diff --git a/Theme/Backend/process-list.tpl.php b/Theme/Backend/process-list.tpl.php index b4092da..01c1a1e 100644 --- a/Theme/Backend/process-list.tpl.php +++ b/Theme/Backend/process-list.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Theme/Backend/project-list.tpl.php b/Theme/Backend/project-list.tpl.php index b4092da..01c1a1e 100644 --- a/Theme/Backend/project-list.tpl.php +++ b/Theme/Backend/project-list.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Theme/Backend/solution-create.tpl.php b/Theme/Backend/solution-create.tpl.php index b4092da..01c1a1e 100644 --- a/Theme/Backend/solution-create.tpl.php +++ b/Theme/Backend/solution-create.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Theme/backend/Lang/Navigation.en.lang.php b/Theme/backend/Lang/Navigation.en.lang.php index b9648b4..d03c751 100644 --- a/Theme/backend/Lang/Navigation.en.lang.php +++ b/Theme/backend/Lang/Navigation.en.lang.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Theme/backend/department-list.tpl.php b/Theme/backend/department-list.tpl.php index b4092da..01c1a1e 100644 --- a/Theme/backend/department-list.tpl.php +++ b/Theme/backend/department-list.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Theme/backend/risk-single-solution.tpl.php b/Theme/backend/risk-single-solution.tpl.php index b4092da..01c1a1e 100644 --- a/Theme/backend/risk-single-solution.tpl.php +++ b/Theme/backend/risk-single-solution.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Theme/backend/settings-dashboard.tpl.php b/Theme/backend/settings-dashboard.tpl.php index b4092da..01c1a1e 100644 --- a/Theme/backend/settings-dashboard.tpl.php +++ b/Theme/backend/settings-dashboard.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Theme/backend/solution-list.tpl.php b/Theme/backend/solution-list.tpl.php index b4092da..01c1a1e 100644 --- a/Theme/backend/solution-list.tpl.php +++ b/Theme/backend/solution-list.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Theme/backend/unit-list.tpl.php b/Theme/backend/unit-list.tpl.php index b4092da..01c1a1e 100644 --- a/Theme/backend/unit-list.tpl.php +++ b/Theme/backend/unit-list.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD