diff --git a/languages/en-US/Install.json b/languages/en-US/Install.json index 32664c5a5ee1..65f93ac90c8f 100644 --- a/languages/en-US/Install.json +++ b/languages/en-US/Install.json @@ -149,7 +149,7 @@ "JS_S_LENGTH_MENU": "Show _MENU_ entries", "JS_SEARCH": "Search:", "JS_S_INFO": "Showing _START_ to _END_ of _TOTAL_ entries", - "JS_S_PREVIOUS": "Last", + "JS_S_PREVIOUS": "Previous", "JS_S_NEXT": "Next" } } diff --git a/languages/en-US/_Base.json b/languages/en-US/_Base.json index 3e095e3c5e04..20d4e02555e8 100644 --- a/languages/en-US/_Base.json +++ b/languages/en-US/_Base.json @@ -1346,14 +1346,6 @@ "LBL_NO_UPCOMING_PROJECT_TASKS": "No upcoming project tasks", "LBL_COMPLETED_PROJECT_TASKS": "Completed project tasks", "LBL_NO_COMPLETED_PROJECT_TASKS": "No completed project tasks", - "PLL_PLANNED": "Planned", - "PLL_ON_HOLD": "On hold", - "PLL_SUBMITTED_COMMENTS": "Submitted comments", - "PLL_IN_PROGRESSING": "In progress", - "PLL_IN_APPROVAL": "In approval", - "PLL_COMPLETED": "Completed", - "PLL_CANCELLED": "Cancelled", - "LBL_SELECT_UP_TO_RECORDS": "Select up to %s records", "LBL_MASS_DOWNLOAD": "Mass download", "LBL_AMOUNT_TO_RETURN": "Amount to be refunded", "LBL_TABLE_TAX_SUMMARY_FOR_CORRECT": "Tax summary for correcting invoices", @@ -1660,9 +1652,9 @@ "JS_S_INFO_EMPTY": "Showing 0 to 0 of 0 entries", "JS_S_INFO_FILTERED": "(filtered from _MAX_ total entries)", "JS_S_FIRST": "First", - "JS_S_PREVIOUS": "Last", + "JS_S_PREVIOUS": "Previous", "JS_S_NEXT": "Next", - "JS_S_LAST": "Previous", + "JS_S_LAST": "Last", "JS_S_SORT_ASCENDING": ": activate to sort column ascending", "JS_S_SORT_DESCENDING": ": activate to sort column descending", "JS_RELATION": "Company", diff --git a/layouts/basic/modules/Vtiger/TreeRecords.tpl b/layouts/basic/modules/Vtiger/TreeRecords.tpl index 3bac068889e7..5977cca0f33f 100644 --- a/layouts/basic/modules/Vtiger/TreeRecords.tpl +++ b/layouts/basic/modules/Vtiger/TreeRecords.tpl @@ -1,10 +1,10 @@ {**} {strip} -
+ | {\App\Language::translate($HEADER->get('label'), $MODULE)} | {/foreach} diff --git a/layouts/basic/modules/Vtiger/TreeRecordsPostProcess.tpl b/layouts/basic/modules/Vtiger/TreeRecordsPostProcess.tpl index 6dd81ea43a1c..f820cc986ff2 100644 --- a/layouts/basic/modules/Vtiger/TreeRecordsPostProcess.tpl +++ b/layouts/basic/modules/Vtiger/TreeRecordsPostProcess.tpl @@ -4,17 +4,17 @@ -
---|