Skip to content

Instantly share code, notes, and snippets.

@mmarum-sugarcrm
Created July 6, 2015 19:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmarum-sugarcrm/6a659f5edbecf421ff38 to your computer and use it in GitHub Desktop.
Save mmarum-sugarcrm/6a659f5edbecf421ff38 to your computer and use it in GitHub Desktop.
Case Count by Status English language extension
<?php
// This file will provide English strings for our new labels.
// Additional extensions could be created so that our dashlet supports other languages.
$app_strings['LBL_CASE_COUNT_BY_STATUS'] = 'Case Count By Status';
$app_strings['LBL_CASE_COUNT_BY_STATUS_DESCRIPTION'] = 'Shows the number of Cases on the Cases List view by status.';
$app_strings['LBL_CASE_COUNT_BY_STATUS_TOTAL'] = 'Total Cases:';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment