Change all instances of "Photo(s)" to "Photos".

This commit is contained in:
Michael Stenta 2017-05-31 14:58:09 -04:00
parent ea30bfbb6d
commit 286bc41550
14 changed files with 29 additions and 29 deletions

View File

@ -169,7 +169,7 @@ function farm_area_field_default_field_instances() {
),
'entity_type' => 'taxonomy_term',
'field_name' => 'field_farm_images',
'label' => 'Photo(s)',
'label' => 'Photos',
'required' => 0,
'settings' => array(
'alt_field' => 0,
@ -199,7 +199,7 @@ function farm_area_field_default_field_instances() {
t('Area type');
t('Files');
t('Geometry');
t('Photo(s)');
t('Photos');
t('What type of area is this? Area types will be color coded on maps. If left blank, the area will not appear on maps.');
return $field_instances;

View File

@ -140,7 +140,7 @@ function farm_crop_field_default_field_instances() {
),
'entity_type' => 'farm_asset',
'field_name' => 'field_farm_images',
'label' => 'Photo(s)',
'label' => 'Photos',
'required' => 0,
'settings' => array(
'alt_field' => 0,
@ -340,7 +340,7 @@ function farm_crop_field_default_field_instances() {
),
'entity_type' => 'log',
'field_name' => 'field_farm_images',
'label' => 'Photo(s)',
'label' => 'Photos',
'required' => 0,
'settings' => array(
'alt_field' => 0,
@ -601,7 +601,7 @@ function farm_crop_field_default_field_instances() {
),
'entity_type' => 'log',
'field_name' => 'field_farm_images',
'label' => 'Photo(s)',
'label' => 'Photos',
'required' => 0,
'settings' => array(
'alt_field' => 0,
@ -822,7 +822,7 @@ function farm_crop_field_default_field_instances() {
),
'entity_type' => 'taxonomy_term',
'field_name' => 'field_farm_images',
'label' => 'Photo(s)',
'label' => 'Photos',
'required' => 0,
'settings' => array(
'alt_field' => 0,
@ -945,7 +945,7 @@ function farm_crop_field_default_field_instances() {
t('Movement');
t('Notes');
t('Parent(s)');
t('Photo(s)');
t('Photos');
t('Planting');
t('Quantity');
t('Season');

View File

@ -945,7 +945,7 @@ function farm_crop_views_default_views() {
$handler->display->display_options['fields']['id']['field'] = 'id';
$handler->display->display_options['fields']['id']['label'] = 'Asset ID';
$handler->display->display_options['fields']['id']['separator'] = '';
/* Field: Field: Photo(s) */
/* Field: Field: Photos */
$handler->display->display_options['fields']['field_farm_images']['id'] = 'field_farm_images';
$handler->display->display_options['fields']['field_farm_images']['table'] = 'field_data_field_farm_images';
$handler->display->display_options['fields']['field_farm_images']['field'] = 'field_farm_images';

View File

@ -107,7 +107,7 @@ function farm_equipment_field_default_field_instances() {
),
'entity_type' => 'farm_asset',
'field_name' => 'field_farm_images',
'label' => 'Photo(s)',
'label' => 'Photos',
'required' => 0,
'settings' => array(
'alt_field' => 0,
@ -338,7 +338,7 @@ function farm_equipment_field_default_field_instances() {
),
'entity_type' => 'log',
'field_name' => 'field_farm_images',
'label' => 'Photo(s)',
'label' => 'Photos',
'required' => 0,
'settings' => array(
'alt_field' => 0,
@ -439,7 +439,7 @@ function farm_equipment_field_default_field_instances() {
t('Model');
t('Movement');
t('Notes');
t('Photo(s)');
t('Photos');
t('Serial Number');
t('Use these fields to record a movement with this log entry. This will be used to define the location of any referenced assets. The current location of any asset is determined by the most recently completed movement log. Only the "to" field is required.');
t('What assets do this maintenance log pertain to?');

View File

@ -105,7 +105,7 @@ function farm_equipment_views_default_views() {
$handler->display->display_options['fields']['id']['field'] = 'id';
$handler->display->display_options['fields']['id']['label'] = 'Asset ID';
$handler->display->display_options['fields']['id']['separator'] = '';
/* Field: Field: Photo(s) */
/* Field: Field: Photos */
$handler->display->display_options['fields']['field_farm_images']['id'] = 'field_farm_images';
$handler->display->display_options['fields']['field_farm_images']['table'] = 'field_data_field_farm_images';
$handler->display->display_options['fields']['field_farm_images']['field'] = 'field_farm_images';

View File

@ -359,7 +359,7 @@ function farm_livestock_field_default_field_instances() {
),
'entity_type' => 'farm_asset',
'field_name' => 'field_farm_images',
'label' => 'Photo(s)',
'label' => 'Photos',
'required' => 0,
'settings' => array(
'alt_field' => 0,
@ -632,7 +632,7 @@ function farm_livestock_field_default_field_instances() {
),
'entity_type' => 'log',
'field_name' => 'field_farm_images',
'label' => 'Photo(s)',
'label' => 'Photos',
'required' => 0,
'settings' => array(
'alt_field' => 0,
@ -743,7 +743,7 @@ function farm_livestock_field_default_field_instances() {
t('Nickname(s)');
t('Notes');
t('Parent(s)');
t('Photo(s)');
t('Photos');
t('Sex');
t('Specify the parent(s) of this animal.');
t('Tag Type');

View File

@ -390,7 +390,7 @@ function farm_livestock_views_default_views() {
$handler->display->display_options['fields']['id']['field'] = 'id';
$handler->display->display_options['fields']['id']['label'] = 'Asset ID';
$handler->display->display_options['fields']['id']['separator'] = '';
/* Field: Field: Photo(s) */
/* Field: Field: Photos */
$handler->display->display_options['fields']['field_farm_images']['id'] = 'field_farm_images';
$handler->display->display_options['fields']['field_farm_images']['table'] = 'field_data_field_farm_images';
$handler->display->display_options['fields']['field_farm_images']['field'] = 'field_farm_images';

View File

@ -206,7 +206,7 @@ function farm_log_activity_field_default_field_instances() {
),
'entity_type' => 'log',
'field_name' => 'field_farm_images',
'label' => 'Photo(s)',
'label' => 'Photos',
'required' => 0,
'settings' => array(
'alt_field' => 0,
@ -338,7 +338,7 @@ function farm_log_activity_field_default_field_instances() {
t('Log category');
t('Movement');
t('Notes');
t('Photo(s)');
t('Photos');
t('This field is optional. It allows you to store geospatial data along with this activity.');
t('Use these fields to record a movement with this log entry. This will be used to define the location of any referenced assets. The current location of any asset is determined by the most recently completed movement log. Only the "to" field is required.');
t('Use this to organize your logs into categories for easier searching and filtering later.');

View File

@ -198,7 +198,7 @@ function farm_log_harvest_field_default_field_instances() {
),
'entity_type' => 'log',
'field_name' => 'field_farm_images',
'label' => 'Photo(s)',
'label' => 'Photos',
'required' => 0,
'settings' => array(
'alt_field' => 0,
@ -375,7 +375,7 @@ function farm_log_harvest_field_default_field_instances() {
t('Log category');
t('Movement');
t('Notes');
t('Photo(s)');
t('Photos');
t('Quantity');
t('This field is optional. It allows you to store geospatial data along with this harvest.');
t('Use these fields to record a movement with this log entry. This will be used to define the location of any referenced assets. The current location of any asset is determined by the most recently completed movement log. Only the "to" field is required.');

View File

@ -235,7 +235,7 @@ function farm_log_input_field_default_field_instances() {
),
'entity_type' => 'log',
'field_name' => 'field_farm_images',
'label' => 'Photo(s)',
'label' => 'Photos',
'required' => 0,
'settings' => array(
'alt_field' => 0,
@ -576,7 +576,7 @@ function farm_log_input_field_default_field_instances() {
t('Material');
t('Movement');
t('Notes');
t('Photo(s)');
t('Photos');
t('Purpose');
t('Quantity');
t('Source/Manufacturer');

View File

@ -206,7 +206,7 @@ function farm_log_observation_field_default_field_instances() {
),
'entity_type' => 'log',
'field_name' => 'field_farm_images',
'label' => 'Photo(s)',
'label' => 'Photos',
'required' => 0,
'settings' => array(
'alt_field' => 0,
@ -372,7 +372,7 @@ function farm_log_observation_field_default_field_instances() {
t('Movement');
t('Notes');
t('Optionally, use this quantity field to record an observed quantity.');
t('Photo(s)');
t('Photos');
t('Quantity');
t('This field is optional. It allows you to store geospatial data along with this observation.');
t('Use these fields to record a movement with this log entry. This will be used to define the location of any referenced assets. The current location of any asset is determined by the most recently completed movement log. Only the "to" field is required.');

View File

@ -182,7 +182,7 @@ function farm_log_observation_views_default_views() {
$handler->display->display_options['fields']['id']['table'] = 'log';
$handler->display->display_options['fields']['id']['field'] = 'id';
$handler->display->display_options['fields']['id']['separator'] = '';
/* Field: Field: Photo(s) */
/* Field: Field: Photos */
$handler->display->display_options['fields']['field_farm_images']['id'] = 'field_farm_images';
$handler->display->display_options['fields']['field_farm_images']['table'] = 'field_data_field_farm_images';
$handler->display->display_options['fields']['field_farm_images']['field'] = 'field_farm_images';

View File

@ -106,7 +106,7 @@ function farm_sensor_field_default_field_instances() {
),
'entity_type' => 'farm_asset',
'field_name' => 'field_farm_images',
'label' => 'Photo(s)',
'label' => 'Photos',
'required' => 0,
'settings' => array(
'alt_field' => 0,
@ -135,7 +135,7 @@ function farm_sensor_field_default_field_instances() {
// Included for use with string extractors like potx.
t('Description');
t('Files');
t('Photo(s)');
t('Photos');
return $field_instances;
}

View File

@ -104,7 +104,7 @@ function farm_soil_test_field_default_field_instances() {
),
'entity_type' => 'log',
'field_name' => 'field_farm_images',
'label' => 'Photo(s)',
'label' => 'Photos',
'required' => 0,
'settings' => array(
'alt_field' => 0,
@ -299,7 +299,7 @@ function farm_soil_test_field_default_field_instances() {
t('Laboratory');
t('List the names of soils that are included in this sample. For soil maps and soil names, visit http://websoilsurvey.nrcs.usda.gov/app');
t('Notes');
t('Photo(s)');
t('Photos');
t('Sample Points');
t('Soil Names');
t('Use the map to pinpoint the location(s) from which this sample is taken. If you are preparing a soil test, you may be sampling multiple points within a given area. All the points that comprise this sample should be included.');