X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FUrl.setting.php;h=f41f8363aeb83ba3a32acdb590da6d8dc60253c2;hb=a36f32b7583f89143365a6c1c6cce6ab7f38ef46;hp=d1fc4bc731737e7ac99ce9eef9226f52e3435b03;hpb=14ed235d768c84a8e99e486a941e4290b7ea1708;p=civicrm-core.git diff --git a/settings/Url.setting.php b/settings/Url.setting.php index d1fc4bc731..f41f8363ae 100644 --- a/settings/Url.setting.php +++ b/settings/Url.setting.php @@ -25,7 +25,7 @@ return [ 'group' => 'url', 'group_name' => 'URL Preferences', 'name' => 'userFrameworkResourceURL', - 'title' => 'CiviCRM Resource URL', + 'title' => ts('CiviCRM Resource URL'), 'type' => 'String', 'html_type' => 'text', 'quick_form_type' => 'Element', @@ -33,7 +33,7 @@ return [ 'add' => '4.1', 'is_domain' => 1, 'is_contact' => 0, - 'description' => 'Absolute URL of the location where the civicrm module or component has been installed.', + 'description' => ts('Absolute URL of the location where the civicrm module or component has been installed.'), 'help_text' => NULL, 'validate_callback' => 'CRM_Utils_Rule::urlish', ], @@ -41,7 +41,7 @@ return [ 'bootstrap_comment' => 'This is a boot setting which may be loaded during bootstrap. Defaults are loaded via SettingsBag::getSystemDefaults().', 'group' => 'url', 'group_name' => 'URL Preferences', - 'title' => 'Image Upload URL', + 'title' => ts('Image Upload URL'), 'name' => 'imageUploadURL', 'type' => 'String', 'html_type' => 'text', @@ -50,7 +50,7 @@ return [ 'add' => '4.1', 'is_domain' => 1, 'is_contact' => 0, - 'description' => 'URL of the location for uploaded image files.', + 'description' => ts('URL of the location for uploaded image files.'), 'help_text' => NULL, 'validate_callback' => 'CRM_Utils_Rule::urlish', ], @@ -59,7 +59,7 @@ return [ 'group' => 'url', 'group_name' => 'URL Preferences', 'name' => 'customCSSURL', - 'title' => 'Custom CSS URL', + 'title' => ts('Custom CSS URL'), 'type' => 'String', 'html_type' => 'text', 'quick_form_type' => 'Element', @@ -67,7 +67,7 @@ return [ 'add' => '4.1', 'is_domain' => 1, 'is_contact' => 0, - 'description' => 'You can modify the look and feel of CiviCRM by adding your own stylesheet. For small to medium sized modifications, use your css file to override some of the styles in civicrm.css. Or if you need to make drastic changes, you can choose to disable civicrm.css completely.', + 'description' => ts('You can modify the look and feel of CiviCRM by adding your own stylesheet. For small to medium sized modifications, use your css file to override some of the styles in civicrm.css. Or if you need to make drastic changes, you can choose to disable civicrm.css completely.'), 'help_text' => NULL, 'validate_callback' => 'CRM_Utils_Rule::urlish', ], @@ -75,7 +75,7 @@ return [ 'bootstrap_comment' => 'This is a boot setting which may be loaded during bootstrap. Defaults are loaded via SettingsBag::getSystemDefaults().', 'group' => 'url', 'group_name' => 'URL Preferences', - 'title' => 'Extension Resource URL', + 'title' => ts('Extension Resource URL'), 'name' => 'extensionsURL', 'type' => 'String', 'html_type' => 'text', @@ -84,7 +84,7 @@ return [ 'add' => '4.1', 'is_domain' => 1, 'is_contact' => 0, - 'description' => 'Base URL for extension resources (images, stylesheets, etc). This should match extensionsDir.', + 'description' => ts('Base URL for extension resources (images, stylesheets, etc). This should match extensionsDir.'), 'help_text' => NULL, 'validate_callback' => 'CRM_Utils_Rule::urlish', ],