3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Add Views translatables.

This commit is contained in:
Michael Stenta 2017-04-12 11:50:33 -04:00
parent 6496bd38a3
commit 2906035a86

View file

@ -678,6 +678,49 @@ function farm_livestock_views_default_views() {
'page' => 'page',
'default' => 0,
);
$translatables['farm_animals'] = array(
t('Master'),
t('Animals'),
t('more'),
t('Apply'),
t('Reset'),
t('Sort by'),
t('Asc'),
t('Desc'),
t('Items per page'),
t('- All -'),
t('Offset'),
t('« first'),
t(' previous'),
t('next '),
t('last »'),
t('No animals found.'),
t('Latest movement'),
t('field collection item from field_farm_animal_tag'),
t('Farm asset'),
t('- Choose an operation -'),
t('Asset ID'),
t('.'),
t('Name'),
t('Sex'),
t('Castrated'),
t('Birthdate'),
t('Species/Breed'),
t('Group'),
t('ID Tag(s)'),
t('Description'),
t('Location'),
t('ID Tag'),
t('All'),
t('Animals in %1'),
t('Animals in group %2'),
t('Animals of type %3'),
t('If there are multiple ID tags on an animal, this filter will only look at the first one.'),
t('Type'),
t('Active'),
t('Page'),
t('Data export'),
);
$export['farm_animals'] = $view;
$view = new view();