X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FMap.setting.php;h=dd474c53cdb2913d3042ddc82bb29eaa6e25b676;hb=5b89700a1a7585a181c4fd7ca49ff0a50cd524d6;hp=6796c1970207b84e7e53248bf59548539d38fbde;hpb=5760fcb6d5e8f36c514c7a00385e8d227212f46f;p=civicrm-core.git diff --git a/settings/Map.setting.php b/settings/Map.setting.php index 6796c19702..dd474c53cd 100644 --- a/settings/Map.setting.php +++ b/settings/Map.setting.php @@ -34,8 +34,8 @@ return [ 'maxlength' => '64', ], 'default' => NULL, - 'title' => 'Geo Provider Key', - 'description' => 'Enter the API key or Application ID associated with your geocoding provider.', + 'title' => ts('Geo Provider Key'), + 'description' => ts('Enter the API key or Application ID associated with your geocoding provider.'), ], 'geoProvider' => [ 'add' => '4.7', @@ -55,8 +55,8 @@ return [ 'callback' => 'CRM_Core_SelectValues::geoProvider', ], 'default' => NULL, - 'title' => 'Geocoding Provider', - 'description' => 'This can be the same or different from the mapping provider selected.', + 'title' => ts('Geocoding Provider'), + 'description' => ts('This can be the same or different from the mapping provider selected.'), ], 'mapAPIKey' => [ 'add' => '4.7', @@ -74,8 +74,8 @@ return [ 'maxlength' => '64', ], 'default' => NULL, - 'title' => 'Map Provider Key', - 'description' => 'Enter your API Key or Application ID. An API Key is required for the Google Maps API. Refer to developers.google.com for the latest information.', + 'title' => ts('Map Provider Key'), + 'description' => ts('Enter your API Key or Application ID. An API Key is required for the Google Maps API. Refer to developers.google.com for the latest information.'), ], 'mapProvider' => [ 'add' => '4.7', @@ -95,7 +95,7 @@ return [ 'callback' => 'CRM_Core_SelectValues::mapProvider', ], 'default' => NULL, - 'title' => 'Mapping Provider', - 'description' => 'Choose the mapping provider that has the best coverage for the majority of your contact addresses.', + 'title' => ts('Mapping Provider'), + 'description' => ts('Choose the mapping provider that has the best coverage for the majority of your contact addresses.'), ], ];