X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FCase.setting.php;h=23c793bdd3e7304a9d0b79187b29a61c38cf9d2b;hb=a1651276c766fd42045471bb2f1bccd357637e7a;hp=83ab7ae13c2a76533e45fe9c53f57bf107ea3cd1;hpb=1ba43e8d0d271e4c3b4d84fb7f519c55329981ab;p=civicrm-core.git diff --git a/settings/Case.setting.php b/settings/Case.setting.php index 83ab7ae13c..23c793bdd3 100644 --- a/settings/Case.setting.php +++ b/settings/Case.setting.php @@ -33,13 +33,13 @@ return [ ], 'default' => 'default', 'add' => '4.7', - 'title' => 'Redact Activity Email', + 'title' => ts('Redact Activity Email'), 'is_domain' => 1, 'is_contact' => 0, 'pseudoconstant' => [ 'callback' => 'CRM_Case_Info::getRedactOptions', ], - 'description' => 'Should activity emails be redacted? (Set "Default" to load setting from the legacy "Settings.xml" file.)', + 'description' => ts('Should activity emails be redacted? (Set "Default" to load setting from the legacy "Settings.xml" file.)'), 'help_text' => '', ], 'civicaseAllowMultipleClients' => [ @@ -54,13 +54,13 @@ return [ ], 'default' => 'default', 'add' => '4.7', - 'title' => 'Allow Multiple Case Clients', + 'title' => ts('Allow Multiple Case Clients'), 'is_domain' => 1, 'is_contact' => 0, 'pseudoconstant' => [ 'callback' => 'CRM_Case_Info::getMultiClientOptions', ], - 'description' => 'How many clients may be associated with a given case? (Set "Default" to load setting from the legacy "Settings.xml" file.)', + 'description' => ts('How many clients may be associated with a given case? (Set "Default" to load setting from the legacy "Settings.xml" file.)'), 'help_text' => '', ], 'civicaseNaturalActivityTypeSort' => [ @@ -75,13 +75,13 @@ return [ ], 'default' => 'default', 'add' => '4.7', - 'title' => 'Activity Type Sorting', + 'title' => ts('Activity Type Sorting'), 'is_domain' => 1, 'is_contact' => 0, 'pseudoconstant' => [ 'callback' => 'CRM_Case_Info::getSortOptions', ], - 'description' => 'How to sort activity-types on the "Manage Case" screen? (Set "Default" to load setting from the legacy "Settings.xml" file.)', + 'description' => ts('How to sort activity-types on the "Manage Case" screen? (Set "Default" to load setting from the legacy "Settings.xml" file.)'), 'help_text' => '', ], 'civicaseActivityRevisions' => [ @@ -93,10 +93,10 @@ return [ 'default' => FALSE, 'html_type' => 'radio', 'add' => '4.7', - 'title' => 'Enable Embedded Activity Revisions', + 'title' => ts('Enable Embedded Activity Revisions'), 'is_domain' => 1, 'is_contact' => 0, - 'description' => 'Enable tracking of activity revisions embedded within the "civicrm_activity" table. Alternatively, see "Administer => System Settings => Misc => Logging".', + 'description' => ts('Enable tracking of activity revisions embedded within the "civicrm_activity" table. Alternatively, see "Administer => System Settings => Misc => Logging".'), 'help_text' => '', ], ];