Перевожу текст RU EN
This commit is contained in:
22
app/src/main/res/drawable/ic_information.xml
Normal file
22
app/src/main/res/drawable/ic_information.xml
Normal file
@ -0,0 +1,22 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="256dp"
|
||||
android:height="256dp"
|
||||
android:viewportWidth="256"
|
||||
android:viewportHeight="256">
|
||||
<path
|
||||
android:pathData="M139.33,202.29l16.23,-61.71l11.76,-42.84c9.83,-45.47 -91.9,-6.85 -106.79,4.76l1.19,13.64c13.56,-9.54 64.89,-21.76 54.65,12.01l-4.59,17.24l0,0l-23.4,87.31c-9.83,45.47 91.9,6.85 106.79,-4.76l-1.19,-13.64C180.43,223.84 129.1,236.06 139.33,202.29z"
|
||||
android:strokeLineJoin="miter"
|
||||
android:strokeWidth="2.81"
|
||||
android:fillColor="#000000"
|
||||
android:fillType="nonZero"
|
||||
android:strokeColor="#00000000"
|
||||
android:strokeLineCap="butt"/>
|
||||
<path
|
||||
android:pathData="M152.78,32.88m-31.47,0a31.47,31.47 0,1 1,62.95 0a31.47,31.47 0,1 1,-62.95 0"
|
||||
android:strokeLineJoin="miter"
|
||||
android:strokeWidth="2.81"
|
||||
android:fillColor="#000000"
|
||||
android:fillType="nonZero"
|
||||
android:strokeColor="#00000000"
|
||||
android:strokeLineCap="butt"/>
|
||||
</vector>
|
||||
@ -342,7 +342,7 @@
|
||||
android:textColor="@color/text_title"
|
||||
android:gravity="left|center"
|
||||
android:background="#dddddd"
|
||||
android:text="Идентификация места мониторинга"
|
||||
android:text="@string/Identification_of_the_monitoring_site"
|
||||
android:textStyle="bold"/>
|
||||
</LinearLayout>
|
||||
|
||||
@ -456,7 +456,7 @@
|
||||
android:textColor="@color/text_title"
|
||||
android:gravity="left|center"
|
||||
android:background="#dddddd"
|
||||
android:text="Бригада по обработке"
|
||||
android:text="@string/Control_team"
|
||||
android:textStyle="bold"/>
|
||||
</LinearLayout>
|
||||
|
||||
@ -481,7 +481,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"/>
|
||||
@ -509,7 +509,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"/>
|
||||
@ -708,7 +708,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>
|
||||
@ -734,7 +734,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>
|
||||
@ -947,7 +947,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"
|
||||
@ -1465,7 +1465,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"
|
||||
@ -1492,7 +1492,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"/>
|
||||
@ -1509,7 +1509,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"
|
||||
@ -1537,7 +1537,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"/>
|
||||
@ -1700,7 +1700,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"/>
|
||||
@ -1728,7 +1728,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"/>
|
||||
@ -1745,7 +1745,7 @@
|
||||
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Если проводилось наблюдение за опрыскиванием: соблюдалась ли надлежащая практика применения инсектицидов?">
|
||||
android:hint="@string/@string/If_spraying_observed_good_insecticide_application_practice_followed">
|
||||
<dbfields.AutoCompleteTextViewDB
|
||||
android:id="@+id/spiSprObservation"
|
||||
android:layout_width="match_parent"
|
||||
@ -1772,7 +1772,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>
|
||||
@ -1790,7 +1790,7 @@
|
||||
android:textColor="@color/text_title"
|
||||
android:gravity="left|center"
|
||||
android:background="#dddddd"
|
||||
android:text="Калибровка опрыскивателя"
|
||||
android:text="@string/Sprayer_calibration"
|
||||
android:textStyle="bold" />
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
@ -458,7 +458,7 @@
|
||||
android:textColor="@color/text_title"
|
||||
android:gravity="left|center"
|
||||
android:background="#dddddd"
|
||||
android:text="Бригада по обработке"
|
||||
android:text="@string/Control_team"
|
||||
android:textStyle="bold"/>
|
||||
</LinearLayout>
|
||||
|
||||
@ -475,7 +475,7 @@
|
||||
android:id="@+id/tvVegHeight"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Количество работников в бригаде по обработке"
|
||||
android:text="@string/Number_of_agents_in_control_team"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||
android:textStyle="bold" />
|
||||
<EditText
|
||||
@ -502,18 +502,9 @@
|
||||
android:id="@+id/tvVegHeight"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Из них количество работников, ранее обученных обращению с инсектицидами и их применению"
|
||||
android:text="@string/Number_of_agents_previously_trained_in_insecticide_handling_and_application"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||
android:textStyle="bold" />
|
||||
<EditText
|
||||
android:id="@+id/edtBrigadeCountTrained"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:importantForAutofill="no"
|
||||
android:autofillHints=""
|
||||
android:ems="10"
|
||||
android:inputType="number" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
@ -690,7 +681,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Номер партии препарата (если указан на контейнере)"
|
||||
android:text="@string/Batch_or_Lot_number_of_the_pesticide_product"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"/>
|
||||
<EditText
|
||||
android:id="@+id/edtInsPartNumber"
|
||||
@ -710,7 +701,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Дата производства или срок годности (срок хранения)"
|
||||
android:text="@string/Date_of_production_or_expiry_date"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"/>
|
||||
<dbfields.DateTimeText
|
||||
android:id="@+id/edtInsManufacturedDate"
|
||||
@ -914,7 +905,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Состояние пакетов или контейнеров с инсектицидами"
|
||||
android:text="@string/Condition_of_the_insecticide_containers_or_bags"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"/>
|
||||
<dbfields.SpinnerDB
|
||||
android:id="@+id/spiInsContainerState"
|
||||
@ -1336,7 +1327,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Механическая безопасность: наблюдалась ли утечка инсектицида?"
|
||||
android:text="@string/Mechanical_safety_any_insecticide_leakage_observed"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall" />
|
||||
|
||||
<dbfields.SpinnerDB
|
||||
@ -1353,7 +1344,7 @@
|
||||
android:id="@+id/tvVegHeight"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Если да то в какой части опрыскивателя имеется утечка?"
|
||||
android:text="@string/If_Yes_which_part_of_the_sprayer_shows_leakage"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"/>
|
||||
<EditText
|
||||
android:id="@+id/edtSprLeakPlase"
|
||||
@ -1370,13 +1361,11 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="@dimen/activity_horizontal_margin">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Система опрыскивания: повреждены распылители или сопла?"
|
||||
android:text="@string/Spray_system_atomisers_or_nozzles_damaged"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall" />
|
||||
|
||||
<dbfields.SpinnerDB
|
||||
android:id="@+id/spiSprDamage"
|
||||
android:layout_width="match_parent"
|
||||
@ -1388,10 +1377,9 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="@dimen/activity_horizontal_margin">
|
||||
<TextView
|
||||
android:id="@+id/tvVegHeight"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Если Да, какие повреждения?"
|
||||
android:text="@string/If_Yes_what_kind_of_damage"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"/>
|
||||
<EditText
|
||||
android:id="@+id/edtSprDamagePlase"
|
||||
@ -1512,10 +1500,9 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="@dimen/activity_horizontal_margin">
|
||||
<TextView
|
||||
android:id="@+id/tvSprSpeed"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Обработанная площадь (проверено бригадой по мониторингу) (га)"
|
||||
android:text="@string/Area_treated_check_by_monitoring_team_ha"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"/>
|
||||
<EditText
|
||||
android:id="@+id/edtTreatedAreaCheck2"
|
||||
@ -1536,7 +1523,7 @@
|
||||
android:id="@+id/tvSprSpeed"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Фактическая норма объема опрыскивания (л/га)"
|
||||
android:text="@string/Actual_volume_application_rate_L_ha"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"/>
|
||||
<EditText
|
||||
android:id="@+id/edtSprFactVolume"
|
||||
@ -1556,7 +1543,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Если проводилось наблюдение за опрыскиванием: соблюдалась ли надлежащая практика применения инсектицидов?"
|
||||
android:text="@string/If_spraying_observed_good_insecticide_application_practice_followed"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall" />
|
||||
</LinearLayout>
|
||||
|
||||
@ -1578,7 +1565,7 @@
|
||||
android:id="@+id/tvVegHeight"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Замечания относительно наблюдаемой практики опрыскивания"
|
||||
android:text="@string/Remarks_about_the_observed_spray_application_practice"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"/>
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
@ -1608,7 +1595,7 @@
|
||||
android:textColor="@color/text_title"
|
||||
android:gravity="left|center"
|
||||
android:background="#dddddd"
|
||||
android:text="Калибровка опрыскивателя"
|
||||
android:text="@string/Sprayer_calibration"
|
||||
android:textStyle="bold" />
|
||||
</LinearLayout>
|
||||
|
||||
@ -1659,7 +1646,6 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="@dimen/activity_horizontal_margin">
|
||||
<TextView
|
||||
android:id="@+id/tvSprSpeed"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Собранный объем (л)"
|
||||
@ -2488,7 +2474,6 @@
|
||||
android:contentDescription="@null"
|
||||
android:layout_gravity="center_vertical"/>
|
||||
<TextView
|
||||
android:id="@+id/tvSafNonTarget"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/Effect_on_non_terget_organism"
|
||||
@ -3024,26 +3009,412 @@
|
||||
android:layout_height="wrap_content" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" >
|
||||
<ImageView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:src="@drawable/ic_star"
|
||||
android:contentDescription="@null"
|
||||
android:layout_gravity="center_vertical"/>
|
||||
<TextView
|
||||
android:id="@+id/tvSafNonTarget"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Были ли обработаны или подверглись воздействию какие-либо сельхозкультуры?"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||
android:textStyle="bold" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="@dimen/activity_horizontal_margin">
|
||||
<dbfields.SpinnerDB
|
||||
android:id="@+id/spiRiskAgricultural"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="@dimen/activity_horizontal_margin">
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Наименование сельхозкультуры"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall" />
|
||||
<EditText
|
||||
android:id="@+id/edtRiskAgriculturalName"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:importantForAutofill="no"
|
||||
android:autofillHints=""
|
||||
android:ems="10"
|
||||
android:inputType="text"
|
||||
android:minWidth="10dp" />
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="@dimen/activity_horizontal_margin">
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Фаза развития сельхозкультуры"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall" />
|
||||
<EditText
|
||||
android:id="@+id/edtRiskAgriculturalPhase"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:importantForAutofill="no"
|
||||
android:autofillHints=""
|
||||
android:ems="10"
|
||||
android:inputType="text"
|
||||
android:minWidth="10dp" />
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="@dimen/activity_horizontal_margin">
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Наблюдалась ли фитотоксичность"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall" />
|
||||
<dbfields.SpinnerDB
|
||||
android:id="@+id/spiRiskAgriculturalToxic"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="@dimen/activity_horizontal_margin">
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Были ли фермеры проинформированы о предуборочном периоде"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall" />
|
||||
<dbfields.SpinnerDB
|
||||
android:id="@+id/spiRiskAgriculturalInform"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" >
|
||||
<ImageView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:src="@drawable/ic_star"
|
||||
android:contentDescription="@null"
|
||||
android:layout_gravity="center_vertical"/>
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Имеются ли в непосредственной близости от обработок шелководства"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||
android:textStyle="bold" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="@dimen/activity_horizontal_margin">
|
||||
<dbfields.SpinnerDB
|
||||
android:id="@+id/spiRiskSilk"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="@dimen/activity_horizontal_margin">
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Расстояние от ближайшего края обрабатываемого участка (м) до тутовой плантации"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall" />
|
||||
<EditText
|
||||
android:id="@+id/edtRiskSilkDistance"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:importantForAutofill="no"
|
||||
android:autofillHints=""
|
||||
android:ems="10"
|
||||
android:inputType="number"
|
||||
android:minWidth="10dp" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="@dimen/activity_horizontal_margin">
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Были ли шелководы проинформированы о применении инсектицидов?"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall" />
|
||||
<dbfields.SpinnerDB
|
||||
android:id="@+id/spiRiskSilkInform"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="@dimen/activity_horizontal_margin">
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Какие меры были предприняты для снижения отрицательного воздействия на тутовые деревья"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall" />
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="@dimen/activity_horizontal_margin">
|
||||
<EditText
|
||||
android:id="@+id/edtRiskSilkTreesMeasure"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:importantForAutofill="no"
|
||||
android:autofillHints=""
|
||||
android:ems="10"
|
||||
android:inputType="text"
|
||||
android:minWidth="10dp" />
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="@dimen/activity_horizontal_margin">
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Существует ли вероятность воздействия на тутовые деревья"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall" />
|
||||
<dbfields.SpinnerDB
|
||||
android:id="@+id/spiRiskSilkTreesImpact"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" >
|
||||
<ImageView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:src="@drawable/ic_star"
|
||||
android:contentDescription="@null"
|
||||
android:layout_gravity="center_vertical"/>
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Были ли обработаны луга или пастбища?"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||
android:textStyle="bold" />
|
||||
<dbfields.SpinnerDB
|
||||
android:id="@+id/spiRiskPastures"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="@dimen/activity_horizontal_margin">
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Были ли пастухи проинформированы о периодах удержания домашнего скота?"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall" />
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="@dimen/activity_horizontal_margin">
|
||||
<dbfields.SpinnerDB
|
||||
android:id="@+id/spiRiskPasturesInform"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" >
|
||||
<ImageView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:src="@drawable/ic_star"
|
||||
android:contentDescription="@null"
|
||||
android:layout_gravity="center_vertical"/>
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Имеются ли в непосредственной близости от обработок другие экологически чувствительные зоны"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||
android:textStyle="bold" />
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="@dimen/activity_horizontal_margin">
|
||||
<dbfields.SpinnerDB
|
||||
android:id="@+id/spiRiskPark"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="@dimen/activity_horizontal_margin">
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Какой тип экологически чувствительной зоны"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall" />
|
||||
<EditText
|
||||
android:id="@+id/edtRiskParkType"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:importantForAutofill="no"
|
||||
android:autofillHints=""
|
||||
android:ems="10"
|
||||
android:inputType="text"
|
||||
android:minWidth="10dp" />
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="@dimen/activity_horizontal_margin">
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Расстояние от ближайшего края обрабатываемого участка (м) до экологически чувствительной зоны"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall" />
|
||||
<EditText
|
||||
android:id="@+id/edtRiskParkDistance"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:importantForAutofill="no"
|
||||
android:autofillHints=""
|
||||
android:ems="10"
|
||||
android:inputType="text"
|
||||
android:minWidth="10dp" />
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="@dimen/activity_horizontal_margin">
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Соблюдались ли буферные зоны?"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall" />
|
||||
<dbfields.SpinnerDB
|
||||
android:id="@+id/spiRiskParkBufferZones"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="@dimen/activity_horizontal_margin">
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Существует ли вероятность воздействия на экологически чувствительные зоны?"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall" />
|
||||
<dbfields.SpinnerDB
|
||||
android:id="@+id/spiRiskParkImpact"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="@dimen/activity_horizontal_margin">
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="40dp"
|
||||
android:paddingLeft="10dp"
|
||||
android:textColor="@color/text_title"
|
||||
android:gravity="left|center"
|
||||
android:background="#dddddd"
|
||||
android:text="Отбор проб для анализа остатков"
|
||||
android:textStyle="bold" />
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" >
|
||||
<ImageView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:src="@drawable/ic_star"
|
||||
android:contentDescription="@null"
|
||||
android:layout_gravity="center_vertical"/>
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Пробы, взятые для анализа остатков"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||
android:textStyle="bold" />
|
||||
<dbfields.SpinnerDB
|
||||
android:id="@+id/spiRiskProbeAnalysis"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="@dimen/activity_horizontal_margin">
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Проба какого субстрата или организма была взята"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall" />
|
||||
<EditText
|
||||
android:id="@+id/edtRiskProbeAnalysisName"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:importantForAutofill="no"
|
||||
android:autofillHints=""
|
||||
android:ems="10"
|
||||
android:inputType="text"
|
||||
android:minWidth="10dp" />
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="@dimen/activity_horizontal_margin">
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Регистрационный номер формы отбора проб"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall" />
|
||||
<EditText
|
||||
android:id="@+id/edtRiskProbeAnalysisNumber"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:importantForAutofill="no"
|
||||
android:autofillHints=""
|
||||
android:ems="10"
|
||||
android:inputType="text"
|
||||
android:minWidth="10dp" />
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -3898,7 +3898,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:background="@color/transparent"
|
||||
android:hint="Расстояние от ближайшего края обрабатываемого участка (м) до пасеки"
|
||||
android:hint="Расстояние от ближайшего края обрабатываемого участка (м) до тутовой плантации"
|
||||
android:maxLines="1"
|
||||
android:maxLength="255"
|
||||
android:singleLine="true"
|
||||
@ -4094,7 +4094,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:background="@color/transparent"
|
||||
android:hint="Расстояние от ближайшего края обрабатываемого участка (м) до пасеки"
|
||||
android:hint="Расстояние от ближайшего края обрабатываемого участка (м) до экологически чувствительной зоны"
|
||||
android:maxLines="1"
|
||||
android:maxLength="255"
|
||||
android:singleLine="true"
|
||||
|
||||
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>
|
||||
21
app/src/main/res/menu/locust_health_list.xml
Normal file
21
app/src/main/res/menu/locust_health_list.xml
Normal file
@ -0,0 +1,21 @@
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
|
||||
<item
|
||||
android:id="@+id/itemCreate"
|
||||
android:orderInCategory="100"
|
||||
android:showAsAction="never"
|
||||
android:title="@string/action_add"/>
|
||||
|
||||
<item
|
||||
android:id="@+id/itemDelete"
|
||||
android:orderInCategory="101"
|
||||
android:showAsAction="never"
|
||||
android:title="@string/action_delete"/>
|
||||
|
||||
<!-- item
|
||||
android:id="@+id/itemExport"
|
||||
android:orderInCategory="101"
|
||||
android:showAsAction="never"
|
||||
android:title="@string/action_export"/-->
|
||||
|
||||
</menu>
|
||||
@ -363,5 +363,20 @@
|
||||
<string name="Date_of_monitoring">Дата мониторинга</string>
|
||||
<string name="Name_of_the_HH_Env_monitoring_team_leader">Имя руководителя бригады по мониторингу ЗЧ и ОС </string>
|
||||
<string name="Was_a_spray_monitoring_form_for_this_treatment_filled_out_by_the_control_team">Заполнялась ли Форма по Мониторингу противосаранчовых обработок бригадой по обработке?</string>
|
||||
<string name="Control_team">Бригада по обработке</string>
|
||||
<string name="Number_of_agents_in_control_team">Количество работников в бригаде по обработке</string>
|
||||
<string name="Number_of_agents_previously_trained_in_insecticide_handling_and_application">Количество работников, ранее обученных обращению с инсектицидами и их применению</string>
|
||||
<string name="Batch_or_Lot_number_of_the_pesticide_product">Номер партии препарата (если указан на контейнере)</string>
|
||||
<string name="Date_of_production_or_expiry_date">Дата производства или срок годности (срок хранения)</string>
|
||||
<string name="Condition_of_the_insecticide_containers_or_bags">Состояние пакетов или контейнеров с инсектицидами</string>
|
||||
<string name="Mechanical_safety_any_insecticide_leakage_observed">Механическая безопасность: наблюдалась ли утечка инсектицида?</string>
|
||||
<string name="If_Yes_which_part_of_the_sprayer_shows_leakage">Если Да, в какой части опрыскивателя имеется утечка?</string>
|
||||
<string name="Spray_system_atomisers_or_nozzles_damaged">Система опрыскивания: повреждены распылители или сопла?</string>
|
||||
<string name="If_Yes_what_kind_of_damage">Если Да, какие повреждения?</string>
|
||||
<string name="Area_treated_check_by_monitoring_team_ha">Обработанная площадь (проверено бригадой по мониторингу) (га)</string>
|
||||
<string name="Actual_volume_application_rate_L_ha">Фактическая норма объема опрыскивания (л/га)</string>
|
||||
<string name="If_spraying_observed_good_insecticide_application_practice_followed">Если проводилось наблюдение за опрыскиванием: соблюдалась ли надлежащая практика применения инсектицидов?</string>
|
||||
<string name="Remarks_about_the_observed_spray_application_practice">Замечания относительно наблюдаемой практики опрыскивания</string>
|
||||
<string name="Sprayer_calibration">Калибровка опрыскивателя</string>
|
||||
|
||||
</resources>
|
||||
|
||||
@ -362,7 +362,22 @@
|
||||
<string name="Name_of_the_HH_Env_monitoring_team_leader">Name of the HH&Env monitoring team leader</string>
|
||||
|
||||
<string name="Was_a_spray_monitoring_form_for_this_treatment_filled_out_by_the_control_team">Was a spray monitoring form for this treatment filled out by the control team?</string>
|
||||
<string name="Control_team">Control team</string>
|
||||
<string name="Number_of_agents_in_control_team">Number of agents in control team</string>
|
||||
<string name="Number_of_agents_previously_trained_in_insecticide_handling_and_application">Number of agents previously trained in insecticide handling and application</string>
|
||||
<string name="Batch_or_Lot_number_of_the_pesticide_product">Batch or Lot number of the pesticide product (if shown on the container)</string>
|
||||
<string name="Date_of_production_or_expiry_date">Date of production or expiry date (shelf life)</string>
|
||||
<string name="Condition_of_the_insecticide_containers_or_bags">Condition of the insecticide containers or bags</string>
|
||||
<string name="Mechanical_safety_any_insecticide_leakage_observed">Mechanical safety: Any insecticide leakage observed?</string>
|
||||
|
||||
|
||||
<string name="Mechanical_safety_any_insecticide_leakage_observed">Mechanical safety: Any insecticide leakage observed?</string>
|
||||
<string name="If_Yes_which_part_of_the_sprayer_shows_leakage">If Yes, which part of the sprayer shows leakage?</string>
|
||||
<string name="Spray_system_atomisers_or_nozzles_damaged">Spray system: Atomisers or nozzles damaged?</string>
|
||||
<string name="If_Yes_what_kind_of_damage">If Yes, what kind of damage?</string>
|
||||
<string name="Area_treated_check_by_monitoring_team_ha">Area treated (check by monitoring team) (ha)</string>
|
||||
<string name="Actual_volume_application_rate_L_ha">Actual volume application rate (L/ha)</string>
|
||||
<string name="If_spraying_observed_good_insecticide_application_practice_followed">If spraying observed: good insecticide application practice followed?</string>
|
||||
<string name="Remarks_about_the_observed_spray_application_practice">Remarks about the observed spray application practice</string>
|
||||
<string name="Sprayer_calibration">Sprayer calibration</string>
|
||||
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user