Projet

Général

Profil

Révision ed9a13f1

Ajouté par Assos Assos il y a presque 4 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/feeds/feeds_news/feeds_news.views_default.inc
1 1
<?php
2

  
2 3
/**
3 4
 * @file
4 5
 * feeds_news.views_default.inc
......
77 78
  $handler->display->display_options['menu']['type'] = 'tab';
78 79
  $handler->display->display_options['menu']['title'] = 'View items';
79 80
  $handler->display->display_options['menu']['weight'] = '-9';
81
  $translatables['feeds_defaults_feed_items'] = array(
82
    t('Defaults'),
83
    t('more'),
84
    t('Apply'),
85
    t('Reset'),
86
    t('Sort by'),
87
    t('Asc'),
88
    t('Desc'),
89
    t('Items per page'),
90
    t('- All -'),
91
    t('Offset'),
92
    t('« first'),
93
    t('‹ previous'),
94
    t('next ›'),
95
    t('last »'),
96
    t('There are no items for this feed at the moment.'),
97
    t('Owner feed'),
98
    t('All'),
99
    t('Articles from %1'),
100
    t('Page'),
101
  );
80 102
  $export['feeds_defaults_feed_items'] = $view;
81 103

  
82 104
  return $export;

Formats disponibles : Unified diff