Projet

Général

Profil

Révision d719f12f

Ajouté par Assos Assos il y a plus de 8 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/includes/admin.inc
4961 4961
    '#description' => t('Select a translation method to use for Views data like header, footer, and empty text.'),
4962 4962
  );
4963 4963

  
4964
  $form['locale']['views_localize_all'] = array(
4965
    '#type' => 'checkbox',
4966
    '#title' => t('Use same translation method for exported views'),
4967
    '#description' => t('Exported views will use Core translation by default. Enable this to always use the configured translation method.'),
4968
    '#default_value' => variable_get('views_localize_all', FALSE),
4969
  );
4970

  
4964 4971
  $regions = array();
4965 4972
  $regions['watchdog'] = t('Watchdog');
4966 4973
  if (module_exists('devel')) {

Formats disponibles : Unified diff