+Переводы
This commit is contained in:
@ -559,7 +559,7 @@
|
||||
android:textColor="@color/text_title"
|
||||
android:gravity="left|center"
|
||||
android:background="#dddddd"
|
||||
android:text="Бригада по обработке"
|
||||
android:text="@string/Control_team"
|
||||
android:textStyle="bold"/>
|
||||
</LinearLayout>
|
||||
|
||||
@ -584,7 +584,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:background="@color/transparent"
|
||||
android:hint="Количество работников в бригаде по обработке"
|
||||
android:hint="@string/Number_of_agents_in_control_team"
|
||||
android:maxLines="1"
|
||||
android:singleLine="true"
|
||||
android:inputType="number"/>
|
||||
@ -612,7 +612,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:background="@color/transparent"
|
||||
android:hint="Из них количество работников, ранее обученных обращению с инсектицидами и их применению"
|
||||
android:hint="@string/Number_of_agents_previously_trained_in_insecticide_handling_and_application"
|
||||
android:maxLines="1"
|
||||
android:singleLine="true"
|
||||
android:inputType="number"/>
|
||||
@ -854,7 +854,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:background="@color/transparent"
|
||||
android:hint="Номер партии препарата (если указан на контейнере)"
|
||||
android:hint="@string/Batch_or_Lot_number_of_the_pesticide_product"
|
||||
android:maxLines="1"
|
||||
android:singleLine="true" />
|
||||
</com.google.android.material.textfield.TextInputLayout>
|
||||
@ -880,7 +880,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:background="@color/transparent"
|
||||
android:hint="Дата производства или срок годности (срок хранения)"
|
||||
android:hint="@string/Date_of_production_or_expiry_date"
|
||||
android:maxLines="1"
|
||||
android:singleLine="true" />
|
||||
</com.google.android.material.textfield.TextInputLayout>
|
||||
@ -1107,7 +1107,7 @@
|
||||
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Состояние пакетов или контейнеров с инсектицидами">
|
||||
android:hint="@string/Condition_of_the_insecticide_containers_or_bags">
|
||||
<dbfields.AutoCompleteTextViewDB
|
||||
android:id="@+id/spiInsContainerState"
|
||||
android:layout_width="match_parent"
|
||||
@ -1617,7 +1617,7 @@
|
||||
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Механическая безопасность: наблюдалась ли утечка инсектицида?">
|
||||
android:hint="@string/Mechanical_safety_any_insecticide_leakage_observed">
|
||||
<dbfields.AutoCompleteTextViewDB
|
||||
android:id="@+id/spiSprLeak"
|
||||
android:layout_width="match_parent"
|
||||
@ -1644,7 +1644,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:background="@color/transparent"
|
||||
android:hint="Если Да, в какой части опрыскивателя имеется утечка?"
|
||||
android:hint="@string/If_Yes_which_part_of_the_sprayer_shows_leakage"
|
||||
android:maxLines="1"
|
||||
android:singleLine="true"
|
||||
android:inputType="text"/>
|
||||
@ -1661,7 +1661,7 @@
|
||||
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Система опрыскивания: повреждены распылители или сопла?">
|
||||
android:hint="@string/Spray_system_atomisers_or_nozzles_damaged">
|
||||
<dbfields.AutoCompleteTextViewDB
|
||||
android:id="@+id/spiSprDamage"
|
||||
android:layout_width="match_parent"
|
||||
@ -1689,7 +1689,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:background="@color/transparent"
|
||||
android:hint="Если Да, какие повреждения?"
|
||||
android:hint="@string/If_Yes_what_kind_of_damage"
|
||||
android:maxLines="1"
|
||||
android:singleLine="true"
|
||||
android:inputType="text"/>
|
||||
@ -1851,7 +1851,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:background="@color/transparent"
|
||||
android:hint="Обработанная площадь (проверено бригадой по мониторингу) (га)"
|
||||
android:hint="@string/Area_treated_check_by_monitoring_team_ha"
|
||||
android:maxLines="1"
|
||||
android:singleLine="true"
|
||||
android:inputType="numberDecimal"/>
|
||||
@ -1909,7 +1909,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:background="@color/transparent"
|
||||
android:hint="Фактическая норма объема опрыскивания (л/га)"
|
||||
android:hint="@string/Actual_volume_application_rate_L_ha"
|
||||
android:maxLines="1"
|
||||
android:singleLine="true"
|
||||
android:inputType="numberDecimal"/>
|
||||
@ -1926,7 +1926,7 @@
|
||||
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Если проводилось наблюдение за опрыскиванием: соблюдалась ли надлежащая практика применения инсектицидов?">
|
||||
android:hint="@string/If_spraying_observed_good_insecticide_application_practice_followed">
|
||||
<dbfields.AutoCompleteTextViewDB
|
||||
android:id="@+id/spiSprObservation"
|
||||
android:layout_width="match_parent"
|
||||
@ -1953,7 +1953,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:background="@color/transparent"
|
||||
android:hint="Замечания относительно наблюдаемой практики опрыскивания"
|
||||
android:hint="@string/Remarks_about_the_observed_spray_application_practice"
|
||||
android:maxLines="1"
|
||||
android:singleLine="true" />
|
||||
</com.google.android.material.textfield.TextInputLayout>
|
||||
@ -1971,7 +1971,7 @@
|
||||
android:textColor="@color/text_title"
|
||||
android:gravity="left|center"
|
||||
android:background="#dddddd"
|
||||
android:text="Калибровка опрыскивателя"
|
||||
android:text="@string/Sprayer_calibration"
|
||||
android:textStyle="bold" />
|
||||
</LinearLayout>
|
||||
|
||||
@ -1988,7 +1988,7 @@
|
||||
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Проверялся ли расход жидкости опрыскивателя во время мониторинга?">
|
||||
android:hint="@string/Flow_rate_of_sprayer_verified_during_this_monitoring_visit">
|
||||
<dbfields.AutoCompleteTextViewDB
|
||||
android:id="@+id/spiCalibrConsumptionCheck"
|
||||
android:layout_width="match_parent"
|
||||
@ -2017,7 +2017,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:background="@color/transparent"
|
||||
android:hint="Время калибровки (мин.)"
|
||||
android:hint="@string/Calibration_time_min"
|
||||
android:maxLines="1"
|
||||
android:singleLine="true"
|
||||
android:inputType="numberDecimal"/>
|
||||
@ -2043,7 +2043,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:background="@color/transparent"
|
||||
android:hint="Собранный объем (л)"
|
||||
android:hint="@string/Volume_collected_L"
|
||||
android:maxLines="1"
|
||||
android:singleLine="true"
|
||||
android:inputType="numberDecimal"/>
|
||||
@ -2069,7 +2069,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:background="@color/transparent"
|
||||
android:hint="Расход жидкости (л/мин)"
|
||||
android:hint="@string/Flow_rate_L_min"
|
||||
android:maxLines="1"
|
||||
android:singleLine="true"
|
||||
android:inputType="numberDecimal"/>
|
||||
@ -2089,7 +2089,7 @@
|
||||
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Проверялось ли осаждение капель во время мониторинга?">
|
||||
android:hint="@string/Droplet_deposition_verified_during_this_monitoring_visit">
|
||||
<dbfields.AutoCompleteTextViewDB
|
||||
android:id="@+id/spiCalibrPrecipitation"
|
||||
android:layout_width="match_parent"
|
||||
@ -2117,7 +2117,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:background="@color/transparent"
|
||||
android:hint="Длина трансекты, определенная с использованием масляно-/водочувствительной бумаги (м)"
|
||||
android:hint="@string/Length_of_transect_set_out_with_oil_water_sensitive_papers_m"
|
||||
android:maxLines="1"
|
||||
android:singleLine="true"
|
||||
android:inputType="numberDecimal"/>
|
||||
@ -2143,7 +2143,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:background="@color/transparent"
|
||||
android:hint="Средняя скорость ветра при осаждении капель (м/с)"
|
||||
android:hint="@string/Average_wind_speed_during_droplet_deposition_m_sec"
|
||||
android:maxLines="1"
|
||||
android:singleLine="true"
|
||||
android:inputType="numberDecimal"/>
|
||||
@ -2167,7 +2167,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:background="@color/transparent"
|
||||
android:hint="Ширина захвата с хорошим покрытием капель (м)"
|
||||
android:hint="@string/Swath_width_showing_good_droplet_coverage_m"
|
||||
android:maxLines="1"
|
||||
android:singleLine="true"
|
||||
android:inputType="numberDecimal"/>
|
||||
@ -2191,7 +2191,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:background="@color/transparent"
|
||||
android:hint="Рекомендуемый интервал между проходами (м)"
|
||||
android:hint="@string/Recommended_track_spacing_m"
|
||||
android:maxLines="1"
|
||||
android:singleLine="true"
|
||||
android:inputType="numberDecimal"/>
|
||||
@ -2231,7 +2231,7 @@
|
||||
android:layout_weight="1"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Контроль эффективности проведен (бригада по обработке)">
|
||||
android:hint="@string/Control_efficacy_conducted_control_team">
|
||||
<dbfields.AutoCompleteTextViewDB
|
||||
android:id="@+id/spiEffectiveness"
|
||||
android:layout_width="match_parent"
|
||||
@ -2383,7 +2383,7 @@
|
||||
android:layout_weight="1"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Проведен ли контроль эффективности?">
|
||||
android:hint="@string/Control_efficacy_conducted_monitoring_team">
|
||||
<dbfields.AutoCompleteTextViewDB
|
||||
android:id="@+id/spiEffControll"
|
||||
android:layout_width="match_parent"
|
||||
@ -2518,7 +2518,7 @@
|
||||
android:textColor="@color/text_title"
|
||||
android:gravity="left|center"
|
||||
android:background="#dddddd"
|
||||
android:text="Здоровье человека"
|
||||
android:text="@string/Human_health"
|
||||
android:textStyle="bold" />
|
||||
</LinearLayout>
|
||||
|
||||
@ -2674,7 +2674,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:background="@color/transparent"
|
||||
android:hint="Замечания относительно типа и состояния средств индивидуальной защиты"
|
||||
android:hint="@string/Remarks_with_respect_to_type_and_state_of_protective_clothing"
|
||||
android:maxLines="1"
|
||||
android:maxLength="255"
|
||||
android:singleLine="true"
|
||||
@ -2691,7 +2691,7 @@
|
||||
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="В бригаде или на ближайшей противосаранчовой базе имеется запасная защитная одежда (в частности, комбинезоны и перчатки)">
|
||||
android:hint="@string/Spare_protective_clothing_available_in_team_or_at_nearby_control_base">
|
||||
<dbfields.AutoCompleteTextViewDB
|
||||
android:id="@+id/spiHlthClothingReserve"
|
||||
android:layout_width="match_parent"
|
||||
@ -2716,7 +2716,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:background="@color/transparent"
|
||||
android:hint="Количество операторов с паспортами использования пестицидов"
|
||||
android:hint="@string/Number_of_operators_with_a_Pesticide_Use_Passport"
|
||||
android:maxLines="1"
|
||||
android:maxLength="255"
|
||||
android:singleLine="true"
|
||||
@ -2741,7 +2741,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:background="@color/transparent"
|
||||
android:hint="Количество правильно заполненных паспортов использования пестицидов"
|
||||
android:hint="@string/Number_of_correctly_filled_out_pesticide_use_passports"
|
||||
android:maxLines="1"
|
||||
android:maxLength="255"
|
||||
android:singleLine="true"
|
||||
@ -2758,7 +2758,7 @@
|
||||
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Во время мониторинга измерялось ли ингибирование холинэстеразы?">
|
||||
android:hint="@string/Cholinesterase_inhibition_measured_during_this_monitoring_visit">
|
||||
<dbfields.AutoCompleteTextViewDB
|
||||
android:id="@+id/spiHlthInhibition"
|
||||
android:layout_width="match_parent"
|
||||
@ -2831,7 +2831,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:background="@color/transparent"
|
||||
android:hint="Дополнительные сведения о случайном воздействии или отравлении"
|
||||
android:hint="@string/Further_details_about_accidental_exposure_or_poisoning"
|
||||
android:maxLines="1"
|
||||
android:singleLine="true" />
|
||||
</com.google.android.material.textfield.TextInputLayout>
|
||||
@ -2849,7 +2849,7 @@
|
||||
android:textColor="@color/text_title"
|
||||
android:gravity="left|center"
|
||||
android:background="#dddddd"
|
||||
android:text="Состояние окружающей среды"
|
||||
android:text="@string/Environmental_health"
|
||||
android:textStyle="bold" />
|
||||
</LinearLayout>
|
||||
|
||||
@ -2956,7 +2956,7 @@
|
||||
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Наблюдалось или сообщалось о случайном загрязнении?">
|
||||
android:hint="@string/Accidental_contamination_observed_or_reported">
|
||||
<dbfields.AutoCompleteTextViewDB
|
||||
android:id="@+id/spiSafObservedPollution"
|
||||
android:layout_width="match_parent"
|
||||
@ -3048,7 +3048,7 @@
|
||||
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Наблюдалось или сообщалось о воздействии на нецелевые организмы?">
|
||||
android:hint="@string/Effects_on_non_target_organisms_observed_or_reported">
|
||||
<dbfields.AutoCompleteTextViewDB
|
||||
android:id="@+id/spiSafNonTarget2"
|
||||
android:layout_width="match_parent"
|
||||
@ -3073,7 +3073,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:background="@color/transparent"
|
||||
android:hint="Если Да, то где и какое воздействие?"
|
||||
android:hint="@string/If_yes_where_and_what_type_of_effect"
|
||||
android:maxLines="1"
|
||||
android:singleLine="true" />
|
||||
</com.google.android.material.textfield.TextInputLayout>
|
||||
@ -3105,7 +3105,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:background="@color/transparent"
|
||||
android:hint="Если информация поступила от прочих лиц, от кого именно?"
|
||||
android:hint="@string/If_reported_by_another_person_by_whom"
|
||||
android:maxLines="1"
|
||||
android:singleLine="true" />
|
||||
</com.google.android.material.textfield.TextInputLayout>
|
||||
@ -3185,7 +3185,7 @@
|
||||
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Осуществлялся ли бригадой по мониторингу ЗЧ и ОС контроль в отношении наблюдаемого или зарегистрированного воздействия на окружающую среду">
|
||||
android:hint="@string/Any_follow_up_conducted_by_HH_Env_monitoring_team_regarding_an_observed_or_reported_environmental_effect">
|
||||
<dbfields.AutoCompleteTextViewDB
|
||||
android:id="@+id/spiSafControl"
|
||||
android:layout_width="match_parent"
|
||||
@ -3210,7 +3210,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:background="@color/transparent"
|
||||
android:hint="Если Да, опишите последующее действие(я)"
|
||||
android:hint="@string/If_yes_describe_follow_up_actions"
|
||||
android:maxLines="1"
|
||||
android:singleLine="true" />
|
||||
</com.google.android.material.textfield.TextInputLayout>
|
||||
@ -3255,7 +3255,7 @@
|
||||
android:textColor="@color/text_title"
|
||||
android:gravity="left|center"
|
||||
android:background="#dddddd"
|
||||
android:text="Карта и фотографии"
|
||||
android:text="@string/Map_and_photos"
|
||||
android:textStyle="bold" />
|
||||
</LinearLayout>
|
||||
|
||||
@ -3268,7 +3268,7 @@
|
||||
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Была ли составлена ситуационная карта обработки?">
|
||||
android:hint="@string/Was_a_situation_map_made_of_the_treatment">
|
||||
<dbfields.AutoCompleteTextViewDB
|
||||
android:id="@+id/spiMapTreatment"
|
||||
android:layout_width="match_parent"
|
||||
@ -3299,7 +3299,7 @@
|
||||
android:background="@color/transparent"
|
||||
android:enabled="false"
|
||||
android:focusable="false"
|
||||
android:hint="Фото инцидента"
|
||||
android:hint="@string/Photos_of_the_treatment_situation_of_any_incidents"
|
||||
android:maxLines="1"
|
||||
android:singleLine="true" />
|
||||
</com.google.android.material.textfield.TextInputLayout>
|
||||
@ -3363,7 +3363,7 @@
|
||||
android:textColor="@color/text_title"
|
||||
android:gravity="left|center"
|
||||
android:background="#dddddd"
|
||||
android:text="Оценки риска"
|
||||
android:text="@string/Risk_assessments"
|
||||
android:textStyle="bold" />
|
||||
</LinearLayout>
|
||||
|
||||
@ -3389,7 +3389,7 @@
|
||||
android:layout_weight="1"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Имеются ли в непосредственной близости от обработок жилые дома или жилье?">
|
||||
android:hint="@string/Any_dwellings_or_housing_nearby_the_treatment">
|
||||
<dbfields.AutoCompleteTextViewDB
|
||||
android:id="@+id/spiRiskHouse"
|
||||
android:layout_width="match_parent"
|
||||
@ -3431,7 +3431,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:background="@color/transparent"
|
||||
android:hint="Расстояние от ближайшего края обрабатываемого участка (м) до ближайшего жилья:"
|
||||
android:hint="@string/Distance_from_the_closest_edge_of_the_treated_area_m_to_the_nearest_housing"
|
||||
android:maxLines="1"
|
||||
android:maxLength="255"
|
||||
android:singleLine="true"
|
||||
@ -3448,7 +3448,7 @@
|
||||
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Соблюдались ли буферные зоны?">
|
||||
android:hint="@string/Were_buffer_zones_respected">
|
||||
<dbfields.AutoCompleteTextViewDB
|
||||
android:id="@+id/spiRiskHouseBufferZones"
|
||||
android:layout_width="match_parent"
|
||||
@ -3465,7 +3465,7 @@
|
||||
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Существует ли вероятность воздействия на жилые дома/жилье?">
|
||||
android:hint="@string/Was_exposure_of_the_dwellings_housing_probable">
|
||||
<dbfields.AutoCompleteTextViewDB
|
||||
android:id="@+id/spiRiskHouseImpact"
|
||||
android:layout_width="match_parent"
|
||||
@ -3482,7 +3482,7 @@
|
||||
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Были ли проинформированы жители о применении инсектицидов?">
|
||||
android:hint="@string/Were_inhabitants_informed_about_the_insecticide_application">
|
||||
<dbfields.AutoCompleteTextViewDB
|
||||
android:id="@+id/spiRiskHouseInformed"
|
||||
android:layout_width="match_parent"
|
||||
@ -3512,7 +3512,7 @@
|
||||
android:layout_weight="1"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Имеются ли в непосредственной близости от обработок поверхностные воды">
|
||||
android:hint="@string/Any_surface_waters_nearby_the_treatment">
|
||||
<dbfields.AutoCompleteTextViewDB
|
||||
android:id="@+id/spiRiskWater"
|
||||
android:layout_width="match_parent"
|
||||
@ -3554,7 +3554,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:background="@color/transparent"
|
||||
android:hint="Расстояние от ближайшего края обрабатываемого участка (м) до ближайшего водоема:"
|
||||
android:hint="@string/Distance_from_the_closest_edge_of_the_treated_area_m_to_the_nearest_surface_water"
|
||||
android:maxLines="1"
|
||||
android:maxLength="255"
|
||||
android:singleLine="true"
|
||||
@ -3571,7 +3571,7 @@
|
||||
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Соблюдались ли буферные зоны?">
|
||||
android:hint="@string/Were_buffer_zones_respected">
|
||||
<dbfields.AutoCompleteTextViewDB
|
||||
android:id="@+id/spiRiskWaterBufferZones"
|
||||
android:layout_width="match_parent"
|
||||
@ -3588,7 +3588,7 @@
|
||||
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Существует ли вероятность воздействия на поверхностные воды?">
|
||||
android:hint="@string/Was_exposure_of_the_surface_water_probable">
|
||||
<dbfields.AutoCompleteTextViewDB
|
||||
android:id="@+id/spiRiskWaterImpact"
|
||||
android:layout_width="match_parent"
|
||||
@ -3618,7 +3618,7 @@
|
||||
android:layout_weight="1"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Имеются ли в непосредственной близости от обработок пчеловодства ">
|
||||
android:hint="@string/Any_apiculture_nearby_the_treatment">
|
||||
<dbfields.AutoCompleteTextViewDB
|
||||
android:id="@+id/spiRiskApiary"
|
||||
android:layout_width="match_parent"
|
||||
@ -3660,7 +3660,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:background="@color/transparent"
|
||||
android:hint="Расстояние от ближайшего края обрабатываемого участка (м) до пасеки"
|
||||
android:hint="@string/Distance_from_the_closest_edge_of_the_treated_area_m_to_the_apiary"
|
||||
android:maxLines="1"
|
||||
android:maxLength="255"
|
||||
android:singleLine="true"
|
||||
@ -3677,7 +3677,7 @@
|
||||
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Были ли пчеловоды проинформированы о применении инсектицидов?">
|
||||
android:hint="@string/Were_beekeepers_informed_about_the_insecticide_application">
|
||||
<dbfields.AutoCompleteTextViewDB
|
||||
android:id="@+id/spiRiskApiaryInformed"
|
||||
android:layout_width="match_parent"
|
||||
@ -3702,7 +3702,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:background="@color/transparent"
|
||||
android:hint="Какие меры были предприняты для снижения отрицательного воздействия на пчел"
|
||||
android:hint="@string/Which_measures_were_taken_to_reduce_the_risks_for_honeybees"
|
||||
android:maxLines="1"
|
||||
android:maxLength="255"
|
||||
android:singleLine="true"
|
||||
@ -3719,7 +3719,7 @@
|
||||
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Существует ли вероятность воздействия на пчел?">
|
||||
android:hint="@string/Was_exposure_of_honeybees_probable">
|
||||
<dbfields.AutoCompleteTextViewDB
|
||||
android:id="@+id/spiRiskApiaryImpact"
|
||||
android:layout_width="match_parent"
|
||||
@ -3741,7 +3741,7 @@
|
||||
android:layout_weight="1"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Были ли обработаны или подверглись воздействию какие-либо сельхозкультуры?">
|
||||
android:hint="@string/Any_crops_treated_or_exposed_by_the_insecticide">
|
||||
<dbfields.AutoCompleteTextViewDB
|
||||
android:id="@+id/spiRiskAgricultural"
|
||||
android:layout_width="match_parent"
|
||||
@ -3766,7 +3766,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:background="@color/transparent"
|
||||
android:hint="Наименование сельхозкультуры"
|
||||
android:hint="@string/Crop_name"
|
||||
android:maxLines="1"
|
||||
android:maxLength="255"
|
||||
android:singleLine="true"
|
||||
@ -3791,7 +3791,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:background="@color/transparent"
|
||||
android:hint="Фаза развития сельхозкультуры"
|
||||
android:hint="@string/Stage_of_crop"
|
||||
android:maxLines="1"
|
||||
android:maxLength="255"
|
||||
android:singleLine="true"
|
||||
@ -3808,7 +3808,7 @@
|
||||
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Наблюдалась ли фитотоксичность">
|
||||
android:hint="@string/Phytotoxicity_observed">
|
||||
<dbfields.AutoCompleteTextViewDB
|
||||
android:id="@+id/spiRiskAgriculturalToxic"
|
||||
android:layout_width="match_parent"
|
||||
@ -3825,7 +3825,7 @@
|
||||
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Были ли фермеры проинформированы о предуборочном периоде">
|
||||
android:hint="@string/Were_farmers_informed_about_pre_harvest_intervals">
|
||||
<dbfields.AutoCompleteTextViewDB
|
||||
android:id="@+id/spiRiskAgriculturalInform"
|
||||
android:layout_width="match_parent"
|
||||
@ -3856,7 +3856,7 @@
|
||||
android:layout_weight="1"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Имеются ли в непосредственной близости от обработок шелководства">
|
||||
android:hint="@string/Any_sericulture_nearby_the_treatment">
|
||||
<dbfields.AutoCompleteTextViewDB
|
||||
android:id="@+id/spiRiskSilk"
|
||||
android:layout_width="match_parent"
|
||||
@ -3898,7 +3898,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:background="@color/transparent"
|
||||
android:hint="Расстояние от ближайшего края обрабатываемого участка (м) до пасеки"
|
||||
android:hint="@string/Distance_from_the_closest_edge_of_the_treated_area_m_to_the_mulberry_plantation"
|
||||
android:maxLines="1"
|
||||
android:maxLength="255"
|
||||
android:singleLine="true"
|
||||
@ -3915,7 +3915,7 @@
|
||||
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Были ли шелководы проинформированы о применении инсектицидов?">
|
||||
android:hint="@string/Were_silkworm_breeders_informed_about_the_insecticide_application">
|
||||
<dbfields.AutoCompleteTextViewDB
|
||||
android:id="@+id/spiRiskSilkInform"
|
||||
android:layout_width="match_parent"
|
||||
@ -3940,7 +3940,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:background="@color/transparent"
|
||||
android:hint="Какие меры были предприняты для снижения отрицательного воздействия на тутовые деревья"
|
||||
android:hint="@string/Which_measures_were_taken_to_reduce_the_exposure_of_mulberry_trees"
|
||||
android:maxLines="1"
|
||||
android:maxLength="255"
|
||||
android:singleLine="true"
|
||||
@ -3957,7 +3957,7 @@
|
||||
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Существует ли вероятность воздействия на тутовые деревья">
|
||||
android:hint="@string/Was_exposure_of_mulberry_trees_probable">
|
||||
<dbfields.AutoCompleteTextViewDB
|
||||
android:id="@+id/spiRiskSilkTreesImpact"
|
||||
android:layout_width="match_parent"
|
||||
@ -3979,7 +3979,7 @@
|
||||
android:layout_weight="1"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Были ли обработаны луга или пастбища?">
|
||||
android:hint="@string/Any_grassland_or_grazing_land_treated">
|
||||
<dbfields.AutoCompleteTextViewDB
|
||||
android:id="@+id/spiRiskPastures"
|
||||
android:layout_width="match_parent"
|
||||
@ -3996,7 +3996,7 @@
|
||||
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Были ли пастухи проинформированы о периодах удержания домашнего скота?">
|
||||
android:hint="@string/Were_shepherds_informed_about_re_entry_period_for_livestock">
|
||||
<dbfields.AutoCompleteTextViewDB
|
||||
android:id="@+id/spiRiskPasturesInform"
|
||||
android:layout_width="match_parent"
|
||||
@ -4026,7 +4026,7 @@
|
||||
android:layout_weight="1"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Имеются ли в непосредственной близости от обработок другие экологически чувствительные зоны">
|
||||
android:hint="@string/Any_other_ecologically_sensitive_areas_nearby_the_treatment">
|
||||
<dbfields.AutoCompleteTextViewDB
|
||||
android:id="@+id/spiRiskPark"
|
||||
android:layout_width="match_parent"
|
||||
@ -4069,7 +4069,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:background="@color/transparent"
|
||||
android:hint="Какой тип экологически чувствительной зоны"
|
||||
android:hint="@string/What_type_of_ecologically_sensitive_area"
|
||||
android:inputType="text"
|
||||
android:maxLength="255"
|
||||
android:maxLines="1"
|
||||
@ -4094,7 +4094,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:background="@color/transparent"
|
||||
android:hint="Расстояние от ближайшего края обрабатываемого участка (м) до пасеки"
|
||||
android:hint="@string/Distance_from_the_closest_edge_of_the_treated_area_m_to_the_ecologically_sensitive_area_m"
|
||||
android:maxLines="1"
|
||||
android:maxLength="255"
|
||||
android:singleLine="true"
|
||||
@ -4111,7 +4111,7 @@
|
||||
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Соблюдались ли буферные зоны?">
|
||||
android:hint="@string/Were_buffer_zones_respected">
|
||||
<dbfields.AutoCompleteTextViewDB
|
||||
android:id="@+id/spiRiskParkBufferZones"
|
||||
android:layout_width="match_parent"
|
||||
@ -4128,7 +4128,7 @@
|
||||
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Существует ли вероятность воздействия на экологически чувствительные зоны?">
|
||||
android:hint="@string/Was_exposure_of_the_ecologically_sensitive_areas_probable">
|
||||
<dbfields.AutoCompleteTextViewDB
|
||||
android:id="@+id/spiRiskParkImpact"
|
||||
android:layout_width="match_parent"
|
||||
@ -4148,7 +4148,7 @@
|
||||
android:textColor="@color/text_title"
|
||||
android:gravity="left|center"
|
||||
android:background="#dddddd"
|
||||
android:text="Отбор проб для анализа остатков"
|
||||
android:text="@string/Sampling_for_residue_analysis"
|
||||
android:textStyle="bold" />
|
||||
</LinearLayout>
|
||||
|
||||
@ -4166,7 +4166,7 @@
|
||||
android:layout_weight="1"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Пробы, взятые для анализа остатков">
|
||||
android:hint="@string/Samples_taken_for_residue_analysis">
|
||||
<dbfields.AutoCompleteTextViewDB
|
||||
android:id="@+id/spiRiskProbeAnalysis"
|
||||
android:layout_width="match_parent"
|
||||
@ -4192,7 +4192,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:background="@color/transparent"
|
||||
android:hint="Проба какого субстрата или организма была взята"
|
||||
android:hint="@string/What_substrate_or_organism_was_sampled"
|
||||
android:inputType="text"
|
||||
android:maxLength="255"
|
||||
android:maxLines="1"
|
||||
@ -4218,7 +4218,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:background="@color/transparent"
|
||||
android:hint="Регистрационный номер формы отбора проб"
|
||||
android:hint="@string/Reference_number_of_the_sampling_form"
|
||||
android:inputType="text"
|
||||
android:maxLength="255"
|
||||
android:maxLines="1"
|
||||
|
||||
59
app/src/main/res/layout/activity_locust_health_list.xml
Normal file
59
app/src/main/res/layout/activity_locust_health_list.xml
Normal file
@ -0,0 +1,59 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@drawable/gradient_example"
|
||||
android:paddingBottom="@dimen/activity_vertical_margin"
|
||||
android:paddingLeft="@dimen/activity_horizontal_margin"
|
||||
android:paddingRight="@dimen/activity_horizontal_margin"
|
||||
android:paddingTop="@dimen/activity_vertical_margin"
|
||||
tools:context=".LocustHealthListActivity" >
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/linearLayout1"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical" >
|
||||
|
||||
<Spinner
|
||||
android:id="@+id/spiList"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
|
||||
<ScrollView
|
||||
android:id="@+id/scrollView1"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_alignParentTop="true" >
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/llList"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical" >
|
||||
<Button
|
||||
android:id="@+id/button1"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/star" />
|
||||
</LinearLayout>
|
||||
</ScrollView>
|
||||
</LinearLayout>
|
||||
|
||||
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
||||
android:id="@+id/btnAdd"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="bottom|end"
|
||||
android:layout_margin="@dimen/fab_margin"
|
||||
app:backgroundTint="@color/button_normal_color_start"
|
||||
app:srcCompat="@android:drawable/ic_input_add"
|
||||
app:tint="@android:color/white"
|
||||
/>
|
||||
|
||||
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|
||||
@ -106,6 +106,7 @@
|
||||
android:text="@string/title_activity_locust_del"/>
|
||||
|
||||
<Button
|
||||
android:visibility="gone"
|
||||
android:id="@+id/btnLocustHealth"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
@ -114,7 +115,7 @@
|
||||
android:layout_marginLeft="62dp"
|
||||
android:layout_marginRight="62dp"
|
||||
android:minHeight="70dp"
|
||||
android:text="Мониторинг здоровья человека и окружающей среды"/>
|
||||
android:text="@string/Human_Health_and_Environment_HH_Env_Monitoring_Form"/>
|
||||
|
||||
<Button
|
||||
android:id="@+id/btnSetup"
|
||||
@ -126,7 +127,6 @@
|
||||
android:minHeight="70dp"
|
||||
android:text="@string/title_activity_setup"/>
|
||||
|
||||
|
||||
<Space
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
|
||||
@ -224,24 +224,51 @@
|
||||
android:id="@+id/cbShowAdvancedSettings"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/Show_advanced_settings" />
|
||||
|
||||
android:text="@string/Show_advanced_settings"/>
|
||||
<LinearLayout
|
||||
android:id="@+id/llShowAdvancedSettings"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="0.05"
|
||||
android:orientation="horizontal">
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:visibility="gone">
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/URL_path_to_the_server"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"/>
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
<EditText
|
||||
android:id="@+id/edtCalibrWidthCard0"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:importantForAutofill="no"
|
||||
android:autofillHints=""
|
||||
android:ems="10"
|
||||
android:inputType="textUri" />
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="0.05"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<Button
|
||||
android:id="@+id/btnDeleteAllData"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:minWidth="190dp"
|
||||
android:minHeight="40dp"
|
||||
android:layout_margin="2dp"
|
||||
android:text="@string/Delete_all_data" />
|
||||
<Button
|
||||
android:id="@+id/btnDeleteAllData"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:minWidth="190dp"
|
||||
android:minHeight="40dp"
|
||||
android:layout_margin="2dp"
|
||||
android:text="@string/Delete_all_data" />
|
||||
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
Reference in New Issue
Block a user