DT @02.01.2016: ReportWF refactored und erweitert. Kategorien in strings.xml hinzugefügt. InAppBillingService hinzugefügt (muss jedoch noch implementiert werden)
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
android:background="@color/btn_login_bg"
|
||||
android:minWidth="120dp"
|
||||
android:text="@string/btn_start_login"
|
||||
android:textColor="@color/btn_login" />
|
||||
android:textColor="@color/white" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/lbl_login_policy"
|
||||
|
||||
@@ -72,7 +72,8 @@
|
||||
<Button
|
||||
android:id="@+id/btn_main_report"
|
||||
android:layout_weight="1"
|
||||
android:background="#651a1111"
|
||||
android:background="@color/bg_common_trans"
|
||||
android:textColor="@color/white"
|
||||
android:layout_marginRight="1dp"
|
||||
android:paddingLeft="10dp"
|
||||
android:layout_width="0dp"
|
||||
@@ -85,7 +86,8 @@
|
||||
style="?android:attr/borderlessButtonStyle"
|
||||
android:layout_weight="1"
|
||||
android:paddingRight="10dp"
|
||||
android:background="#651a1111"
|
||||
android:textColor="@color/white"
|
||||
android:background="@color/bg_common_trans"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Show Map" />
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_centerHorizontal="true" />
|
||||
|
||||
<LinearLayout
|
||||
<RelativeLayout
|
||||
android:id="@+id/layoutMain"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
@@ -25,53 +25,14 @@
|
||||
android:animateLayoutChanges="true"
|
||||
android:orientation="vertical">
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/layoutContent"
|
||||
<FrameLayout
|
||||
android:id="@+id/fragment_reportwf"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="1">
|
||||
android:layout_weight="1"
|
||||
android:layout_gravity="center_horizontal" >
|
||||
|
||||
<FrameLayout
|
||||
android:id="@+id/fragment_reportwf"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_gravity="center_horizontal" >
|
||||
|
||||
<android.support.design.widget.FloatingActionButton
|
||||
android:id="@+id/fab_reportwf_map"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="16dp"
|
||||
android:clickable="true"
|
||||
android:src="@android:drawable/ic_dialog_map"
|
||||
app:layout_anchor="@+id/layoutStatus"
|
||||
app:layout_anchorGravity="top|right|end"
|
||||
android:layout_gravity="right|bottom" />
|
||||
</FrameLayout>
|
||||
|
||||
<com.beardedhen.androidbootstrap.AwesomeTextView
|
||||
android:id="@+id/atvStatus"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_centerInParent="true"
|
||||
android:padding="5dp"
|
||||
android:textSize="50dp"
|
||||
bootstrap:bootstrapBrand="success"
|
||||
bootstrap:fontAwesomeIcon="fa_check_circle_o" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/layoutStatus"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="0"
|
||||
android:animateLayoutChanges="true"
|
||||
android:gravity="center_horizontal"
|
||||
android:orientation="horizontal">
|
||||
|
||||
</LinearLayout>
|
||||
</FrameLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/layoutFooter"
|
||||
@@ -101,7 +62,30 @@
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
</LinearLayout>
|
||||
<android.support.design.widget.FloatingActionButton
|
||||
android:id="@+id/fab_reportwf_map"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="16dp"
|
||||
android:layout_above="@+id/layoutFooter"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:clickable="true"
|
||||
android:src="@android:drawable/ic_dialog_map" />
|
||||
|
||||
<com.beardedhen.androidbootstrap.AwesomeTextView
|
||||
android:id="@+id/atvStatus"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_above="@+id/layoutFooter"
|
||||
android:layout_centerInParent="true"
|
||||
android:padding="5dp"
|
||||
android:textSize="40dp"
|
||||
bootstrap:bootstrapBrand="success"
|
||||
bootstrap:fontAwesomeIcon="fa_check_circle_o" />
|
||||
</RelativeLayout>
|
||||
|
||||
|
||||
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
|
||||
@@ -140,7 +140,8 @@
|
||||
<Button
|
||||
android:id="@+id/btn_settings_change"
|
||||
android:layout_weight="1"
|
||||
android:background="#651a1111"
|
||||
android:textColor="@color/white"
|
||||
android:background="@color/bg_common_trans"
|
||||
android:layout_marginRight="1dp"
|
||||
android:paddingLeft="10dp"
|
||||
android:layout_width="0dp"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
android:id="@android:id/text1"
|
||||
style="?android:attr/spinnerItemStyle"
|
||||
android:layout_width="150dp"
|
||||
android:layout_height="47dp"
|
||||
android:layout_height="45dp"
|
||||
android:layout_margin="5dp"
|
||||
android:gravity="left|center"
|
||||
android:background="@drawable/dd_bg"
|
||||
|
||||
@@ -8,14 +8,14 @@
|
||||
android:layout_width="match_parent"
|
||||
android:orientation="vertical">
|
||||
|
||||
<LinearLayout
|
||||
<RelativeLayout
|
||||
android:id="@+id/layoutMainContent"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:gravity="center"
|
||||
android:orientation="vertical">
|
||||
|
||||
<LinearLayout
|
||||
<RelativeLayout
|
||||
android:id="@+id/ll_01_01"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
@@ -27,7 +27,7 @@
|
||||
<TextView
|
||||
android:id="@+id/lbl_reportwf_1_question"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:text="What happened?"
|
||||
android:text="@string/lbl_question_situation"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textAppearance="?android:attr/textAppearanceLarge"
|
||||
@@ -37,6 +37,7 @@
|
||||
<Spinner
|
||||
android:id="@+id/dd_reportwf_1_cat_main"
|
||||
android:background="@drawable/dropdown_4"
|
||||
android:layout_centerInParent="true"
|
||||
android:layout_width="300dp"
|
||||
android:layout_height="52dp"
|
||||
android:layout_margin="5dp"
|
||||
@@ -47,6 +48,7 @@
|
||||
<Spinner
|
||||
android:id="@+id/dd_reportwf_1_cat_sub"
|
||||
android:background="@drawable/dropdown_4"
|
||||
android:layout_centerInParent="true"
|
||||
android:layout_width="300dp"
|
||||
android:layout_height="52dp"
|
||||
android:layout_margin="5dp"
|
||||
@@ -57,7 +59,8 @@
|
||||
<EditText
|
||||
android:layout_width="300dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Please enter your info here"
|
||||
android:layout_centerInParent="true"
|
||||
android:hint="@string/cat_hint"
|
||||
android:id="@+id/txt_reportwf_1_cat_etc"
|
||||
android:layout_below="@id/dd_reportwf_1_cat_sub" />
|
||||
|
||||
@@ -65,13 +68,14 @@
|
||||
android:id="@+id/ll_pos"
|
||||
android:paddingLeft="20dp"
|
||||
android:paddingRight="20dp"
|
||||
android:layout_below="@+id/txt_reportwf_1_cat_etc"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/lbl_reportwf_1_question_2"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:text="Can you tell us the place?"
|
||||
android:text="@string/lbl_question_place"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textAppearance="?android:attr/textAppearanceLarge"
|
||||
@@ -82,19 +86,16 @@
|
||||
android:layout_width="250dp"
|
||||
android:layout_height="70dp"
|
||||
android:background="@drawable/layout_bg"
|
||||
android:hint="No position choosen yet"
|
||||
android:hint="@string/hint_place"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||
android:id="@+id/lbl_reportwf_position_detail"
|
||||
android:layout_below="@+id/lbl_reportwf_1_question_2"
|
||||
android:layout_centerInParent="true"
|
||||
android:layout_marginLeft="20dp" />
|
||||
|
||||
|
||||
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
</LinearLayout>
|
||||
</RelativeLayout>
|
||||
|
||||
</LinearLayout>
|
||||
</RelativeLayout>
|
||||
</ScrollView>
|
||||
@@ -30,7 +30,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:layout_margin="20dp"
|
||||
android:text="When did it happen?"
|
||||
android:text="@string/lbl_question_time"
|
||||
android:textAppearance="?android:attr/textAppearanceLarge"
|
||||
android:textColor="@color/bg_common" />
|
||||
|
||||
|
||||
@@ -30,13 +30,14 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:layout_margin="20dp"
|
||||
android:text="Who is the suspect?"
|
||||
android:text="@string/lbl_question_suspect"
|
||||
android:textAppearance="?android:attr/textAppearanceLarge"
|
||||
android:textColor="@color/bg_common" />
|
||||
|
||||
<Spinner
|
||||
android:id="@+id/dd_reportwf_3_suspect"
|
||||
android:background="@drawable/dropdown_4"
|
||||
android:layout_centerInParent="true"
|
||||
android:layout_width="300dp"
|
||||
android:layout_height="52dp"
|
||||
android:layout_margin="5dp"
|
||||
@@ -47,6 +48,7 @@
|
||||
<Spinner
|
||||
android:id="@+id/dd_reportwf_3_suspect_sub"
|
||||
android:background="@drawable/dropdown_4"
|
||||
android:layout_centerInParent="true"
|
||||
android:layout_width="300dp"
|
||||
android:layout_height="52dp"
|
||||
android:layout_margin="5dp"
|
||||
@@ -57,7 +59,8 @@
|
||||
<EditText
|
||||
android:layout_width="300dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Please enter your info here"
|
||||
android:layout_centerInParent="true"
|
||||
android:hint="@string/cat_hint"
|
||||
android:id="@+id/txt_reportwf_3_suspect_etc"
|
||||
android:layout_gravity="center_horizontal" />
|
||||
</LinearLayout>
|
||||
|
||||
57
app/src/main/res/layout/fragment_reportwf_4.xml
Normal file
57
app/src/main/res/layout/fragment_reportwf_4.xml
Normal file
@@ -0,0 +1,57 @@
|
||||
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:bootstrap="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:background="@drawable/layout_bg_gradient"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:fillViewport="true"
|
||||
android:orientation="vertical">
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/layoutMainContent"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:animateLayoutChanges="true"
|
||||
android:gravity="center"
|
||||
android:orientation="vertical">
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/layoutSubContent"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:animateLayoutChanges="true"
|
||||
android:layout_weight="1"
|
||||
android:orientation="vertical">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/lbl_reportwf_4_question"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:layout_margin="20dp"
|
||||
android:text="@string/lbl_question_weapon"
|
||||
android:textAppearance="?android:attr/textAppearanceLarge"
|
||||
android:textColor="@color/bg_common" />
|
||||
|
||||
<Spinner
|
||||
android:id="@+id/dd_reportwf_4_weapon"
|
||||
android:background="@drawable/dropdown_4"
|
||||
android:layout_centerInParent="true"
|
||||
android:layout_width="300dp"
|
||||
android:layout_height="52dp"
|
||||
android:layout_margin="5dp"
|
||||
android:spinnerMode="dialog"
|
||||
android:prompt="@string/lbl_spinner_choose"
|
||||
android:layout_gravity="center_horizontal" />
|
||||
|
||||
<EditText
|
||||
android:layout_width="300dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerInParent="true"
|
||||
android:hint="@string/cat_hint"
|
||||
android:id="@+id/txt_reportwf_4_weapon_etc"
|
||||
android:layout_gravity="center_horizontal" />
|
||||
</LinearLayout>
|
||||
|
||||
</LinearLayout>
|
||||
</ScrollView>
|
||||
@@ -122,22 +122,37 @@
|
||||
<string name="lbl_report_to_date">To date (yyyy-MM-dd)</string>
|
||||
<string name="lbl_report_to_time">To time</string>
|
||||
|
||||
|
||||
<string name="lbl_question_situation">Was ist passiert?</string>
|
||||
<string name="lbl_question_place">Wo passiert es?</string>
|
||||
<string name="lbl_question_time">Wann passiert es?</string>
|
||||
<string name="lbl_question_suspect">Wer tut das?</string>
|
||||
<string name="lbl_question_weapon">Mit welchen Waffen passiert es?</string>
|
||||
<string name="lbl_question_count">Wie viele tun das?</string>
|
||||
<string name="lbl_question_victim">Wer ist betroffen?</string>
|
||||
<string name="lbl_question_victimorigin">Kommen die Opfer aus der Umgebung?</string>
|
||||
<string name="lbl_question_etc">Weißt du noch mehr?</string>
|
||||
<string name="lbl_question_etc_vehicle">Weißt du noch mehr?</string>
|
||||
<string name="lbl_question_etc_victimaff">Weißt du noch mehr?</string>
|
||||
<string name="lbl_question_etc_recon">Wie erkennt man die Täter?</string>
|
||||
<string name="lbl_question_etc_etc">Weiteres?</string>
|
||||
|
||||
<string-array name="cat_situation_main">
|
||||
<item>Allgemeiner Vorfall/Situation</item>
|
||||
<item>Mündliche Gewalt</item>
|
||||
<item>Leichte bis schwere körperliche Gewalt</item>
|
||||
<item>Leichte / schwere körperliche Gewalt</item>
|
||||
<item>Lebensgefährliche Gewalt</item>
|
||||
<item>Naturkatastrophe</item>
|
||||
<item>Menschliche Katastrophe & Infrastruktur</item>
|
||||
<item>Menschl. Katastrophe & Infrastruktur</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="cat_situation_sub_general">
|
||||
<item>Diebstahl, Betrug</item>
|
||||
<item>Drogen in Getränk/Speise, Drogenmissbrauch</item>
|
||||
<item>Demonstration, Unruhen, Straßenblockade</item>
|
||||
<item>Drogenmissbrauch z.B.Getränk</item>
|
||||
<item>Protest, Unruhe, Straßenblockade</item>
|
||||
<item>Checkpoint, Kontrollen</item>
|
||||
<item>Korruption, Erpressung, Schutzgeld</item>
|
||||
<item>Einflussgebiet Kriminalität, Milizen, Terroristen</item>
|
||||
<item>Korruption, Erpressung</item>
|
||||
<item>Einfluss Kriminalität, Milizen, Terror</item>
|
||||
<item>Sonstiges...</item>
|
||||
</string-array>
|
||||
|
||||
@@ -164,7 +179,7 @@
|
||||
<item>Schießerei</item>
|
||||
<item>Explosion, Selbstmordattentat</item>
|
||||
<item>Mord, Tötung, Hinrichtung</item>
|
||||
<item>Leichenzurschaustellung zur Abschreckung</item>
|
||||
<item>Leiche in Öffentlichkeit</item>
|
||||
<item>Sonstiges...</item>
|
||||
</string-array>
|
||||
|
||||
@@ -173,7 +188,7 @@
|
||||
<item>Wind, Sturm, Orkan, Tornado</item>
|
||||
<item>Überschwemmung/-flutung</item>
|
||||
<item>Erdbeben, Berghang Einsturz</item>
|
||||
<item>Feuer, Rauch-, Aschewolken, Vulkanausbruch</item>
|
||||
<item>Feuer, Rauch, Vulkanausbruch</item>
|
||||
<item>Hungersnot, Tierplage</item>
|
||||
<item>Sonstiges...</item>
|
||||
</string-array>
|
||||
@@ -205,20 +220,81 @@
|
||||
</string-array>
|
||||
|
||||
<string-array name="cat_suspect_main">
|
||||
<item>Straßenkriminelle/Gangs</item>
|
||||
<item>Kriminelle/Gangs </item>
|
||||
<item>Polizei</item>
|
||||
<item>Volksmenge</item>
|
||||
<item>Miliz, Kartell, Guerilla (Paramilitär)</item>
|
||||
<item>Auftragskiller, Kartell, Miliz, Guerilla</item>
|
||||
<item>Soldaten (Militär)</item>
|
||||
<item>Terroristen (religiöse oder politische)</item>
|
||||
<item>Sonstige:…</item>
|
||||
<item>Sonstiges…</item>
|
||||
<item>Weiß ich nicht</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="cat_suspect_sub_location">
|
||||
<item>Lokale aus dem Land (National)</item>
|
||||
<item>Lokale aus dem Land</item>
|
||||
<item>Ausländische</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="cat_suspect_weapons">
|
||||
<item>Alltagsgegenstände</item>
|
||||
<item>Schusswaffe</item>
|
||||
<item>Explosionswaffen oder Sprengkörper</item>
|
||||
<item>Großkaliber z.B. Panzer, Flugbombe</item>
|
||||
<item>Sonstiges…</item>
|
||||
<item>Weiß ich nicht</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="cat_suspect_count">
|
||||
<item>Einzelperson</item>
|
||||
<item>Kleine Gruppe (2-5)</item>
|
||||
<item>Große Gruppe (mehr als 5)</item>
|
||||
<item>Sonstiges…</item>
|
||||
<item>Weiß ich nicht</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="cat_victim">
|
||||
<item>Frauen</item>
|
||||
<item>Kinder</item>
|
||||
<item>Männer</item>
|
||||
<item>Tieren</item>
|
||||
<item>Gebäude/Infrastruktur</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="cat_victim_origin">
|
||||
<item>Heimische Bevölkerung</item>
|
||||
<item>Touristen</item>
|
||||
<item>Ausländer, der dort arbeitet z.B. Expat</item>
|
||||
<item>Sonstiges…</item>
|
||||
<item>Weiß ich nicht</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="cat_details_vehicle">
|
||||
<item>Zu Fuß</item>
|
||||
<item>Motorrad</item>
|
||||
<item>Auto, Jeep, Pick-up</item>
|
||||
<item>Lkw, Bus</item>
|
||||
<item>Militärfahrzeug, Panzer</item>
|
||||
<item>Flugzeug, Helikopter</item>
|
||||
<item>Sonstiges…</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="cat_details_victimaff">
|
||||
<item>Religion</item>
|
||||
<item>Volksgruppe/Ethnie z.B. Hautfarbe</item>
|
||||
<item>Politische Zugehörigkeit</item>
|
||||
<item>Soziale Gruppe z.B. Einwanderer</item>
|
||||
<item>Beruf z.B. Journalisten, Prostituierte</item>
|
||||
<item>Sprachzugehörigkeit</item>
|
||||
<item>Sonstiges…</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="cat_details_suspect_recon">
|
||||
<item>Männer</item>
|
||||
<item>Frauen</item>
|
||||
<item>Kinder</item>
|
||||
<item>Tiere</item>
|
||||
<item>Sonstiges…</item>
|
||||
</string-array>
|
||||
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
<resources>
|
||||
|
||||
<color name="bg_login">#26ae90</color>
|
||||
<color name="bg_login">#a9a9a9</color>
|
||||
<color name="bg_register">#2e3237</color>
|
||||
|
||||
|
||||
<color name="bg_common">#1175b7</color>
|
||||
<color name="bg_common_trans">#9e1175b7</color>
|
||||
<color name="bg_common_2">#0461a8</color>
|
||||
<color name="common_text">#333333</color>
|
||||
<color name="actionbar_text">#fdfdfd</color>
|
||||
@@ -22,7 +23,7 @@
|
||||
<color name="input_register_bg">#3b4148</color>
|
||||
<color name="input_register_hint">#5e6266</color>
|
||||
<color name="btn_login">#26ae90</color>
|
||||
<color name="btn_login_bg">#eceef1</color>
|
||||
<color name="btn_login_bg">#1175b7</color>
|
||||
<color name="lbl_name">#333333</color>
|
||||
<color name="btn_logut_bg">#ff6861</color>
|
||||
|
||||
|
||||
@@ -79,7 +79,6 @@
|
||||
<string name="btn_profile_viewposts">{fa_search} View Posts</string>
|
||||
<string name="lbl_profile_top10">Top 10</string>
|
||||
|
||||
|
||||
<string name="btn_maps_confirm_position">{fa_paint_brush} Report this position!</string>
|
||||
|
||||
<string name="navigation_start">Home</string>
|
||||
@@ -126,22 +125,38 @@
|
||||
<string name="lbl_viewreport_incidentcategory">Incident Category</string>
|
||||
<string name="lbl_viewreport_incidentsubcategory">Incident Subcategory</string>
|
||||
|
||||
<string name="lbl_question_situation">Was ist passiert?</string>
|
||||
<string name="lbl_question_place">Wo passiert es?</string>
|
||||
<string name="lbl_question_time">Wann passiert es?</string>
|
||||
<string name="lbl_question_suspect">Wer tut das?</string>
|
||||
<string name="lbl_question_weapon">Mit welchen Waffen passiert es?</string>
|
||||
<string name="lbl_question_count">Wie viele tun das?</string>
|
||||
<string name="lbl_question_victim">Wer ist betroffen?</string>
|
||||
<string name="lbl_question_victimorigin">Kommen die Opfer aus der Umgebung?</string>
|
||||
<string name="lbl_question_etc">Weißt du noch mehr?</string>
|
||||
<string name="lbl_question_etc_vehicle">Weißt du noch mehr?</string>
|
||||
<string name="lbl_question_etc_victimaff">Weißt du noch mehr?</string>
|
||||
<string name="lbl_question_etc_recon">Wie erkennt man die Täter?</string>
|
||||
<string name="lbl_question_etc_etc">Weiteres?</string>
|
||||
<string name="cat_hint">Weitere Details...</string>
|
||||
<string name="hint_place">Bitte wähle zunächst einen Ort auf der Karte aus</string>
|
||||
|
||||
<string-array name="cat_situation_main">
|
||||
<item>Allgemeiner Vorfall/Situation</item>
|
||||
<item>Mündliche Gewalt</item>
|
||||
<item>Leichte bis schwere körperliche Gewalt</item>
|
||||
<item>Leichte / schwere körperliche Gewalt</item>
|
||||
<item>Lebensgefährliche Gewalt</item>
|
||||
<item>Naturkatastrophe</item>
|
||||
<item>Menschliche Katastrophe & Infrastruktur</item>
|
||||
<item>Menschl. Katastrophe & Infrastruktur</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="cat_situation_sub_general">
|
||||
<item>Diebstahl, Betrug</item>
|
||||
<item>Drogen in Getränk/Speise, Drogenmissbrauch</item>
|
||||
<item>Demonstration, Unruhen, Straßenblockade</item>
|
||||
<item>Drogenmissbrauch z.B.Getränk</item>
|
||||
<item>Protest, Unruhe, Straßenblockade</item>
|
||||
<item>Checkpoint, Kontrollen</item>
|
||||
<item>Korruption, Erpressung, Schutzgeld</item>
|
||||
<item>Einflussgebiet Kriminalität, Milizen, Terroristen</item>
|
||||
<item>Korruption, Erpressung</item>
|
||||
<item>Einfluss Kriminalität, Milizen, Terror</item>
|
||||
<item>Sonstiges...</item>
|
||||
</string-array>
|
||||
|
||||
@@ -168,7 +183,7 @@
|
||||
<item>Schießerei</item>
|
||||
<item>Explosion, Selbstmordattentat</item>
|
||||
<item>Mord, Tötung, Hinrichtung</item>
|
||||
<item>Leichenzurschaustellung zur Abschreckung</item>
|
||||
<item>Leiche in Öffentlichkeit</item>
|
||||
<item>Sonstiges...</item>
|
||||
</string-array>
|
||||
|
||||
@@ -177,7 +192,7 @@
|
||||
<item>Wind, Sturm, Orkan, Tornado</item>
|
||||
<item>Überschwemmung/-flutung</item>
|
||||
<item>Erdbeben, Berghang Einsturz</item>
|
||||
<item>Feuer, Rauch-, Aschewolken, Vulkanausbruch</item>
|
||||
<item>Feuer, Rauch, Vulkanausbruch</item>
|
||||
<item>Hungersnot, Tierplage</item>
|
||||
<item>Sonstiges...</item>
|
||||
</string-array>
|
||||
@@ -209,20 +224,80 @@
|
||||
</string-array>
|
||||
|
||||
<string-array name="cat_suspect_main">
|
||||
<item>Straßenkriminelle/Gangs</item>
|
||||
<item>Kriminelle/Gangs </item>
|
||||
<item>Polizei</item>
|
||||
<item>Volksmenge</item>
|
||||
<item>Miliz, Kartell, Guerilla (Paramilitär)</item>
|
||||
<item>Auftragskiller, Kartell, Miliz, Guerilla</item>
|
||||
<item>Soldaten (Militär)</item>
|
||||
<item>Terroristen (religiöse oder politische)</item>
|
||||
<item>Sonstige:…</item>
|
||||
<item>Sonstiges…</item>
|
||||
<item>Weiß ich nicht</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="cat_suspect_sub_location">
|
||||
<item>Lokale aus dem Land (National)</item>
|
||||
<item>Lokale aus dem Land</item>
|
||||
<item>Ausländische</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="cat_suspect_weapons">
|
||||
<item>Alltagsgegenstände</item>
|
||||
<item>Schusswaffe</item>
|
||||
<item>Explosionswaffen oder Sprengkörper</item>
|
||||
<item>Großkaliber z.B. Panzer, Flugbombe</item>
|
||||
<item>Sonstiges…</item>
|
||||
<item>Weiß ich nicht</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="cat_suspect_count">
|
||||
<item>Einzelperson</item>
|
||||
<item>Kleine Gruppe (2-5)</item>
|
||||
<item>Große Gruppe (mehr als 5)</item>
|
||||
<item>Sonstiges…</item>
|
||||
<item>Weiß ich nicht</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="cat_victim">
|
||||
<item>Frauen</item>
|
||||
<item>Kinder</item>
|
||||
<item>Männer</item>
|
||||
<item>Tieren</item>
|
||||
<item>Gebäude/Infrastruktur</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="cat_victim_origin">
|
||||
<item>Heimische Bevölkerung</item>
|
||||
<item>Touristen</item>
|
||||
<item>Ausländer, der dort arbeitet z.B. Expat</item>
|
||||
<item>Sonstiges…</item>
|
||||
<item>Weiß ich nicht</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="cat_details_vehicle">
|
||||
<item>Zu Fuß</item>
|
||||
<item>Motorrad</item>
|
||||
<item>Auto, Jeep, Pick-up</item>
|
||||
<item>Lkw, Bus</item>
|
||||
<item>Militärfahrzeug, Panzer</item>
|
||||
<item>Flugzeug, Helikopter</item>
|
||||
<item>Sonstiges…</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="cat_details_victimaff">
|
||||
<item>Religion</item>
|
||||
<item>Volksgruppe/Ethnie z.B. Hautfarbe</item>
|
||||
<item>Politische Zugehörigkeit</item>
|
||||
<item>Soziale Gruppe z.B. Einwanderer</item>
|
||||
<item>Beruf z.B. Journalisten, Prostituierte</item>
|
||||
<item>Sprachzugehörigkeit</item>
|
||||
<item>Sonstiges…</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="cat_details_suspect_recon">
|
||||
<item>Männer</item>
|
||||
<item>Frauen</item>
|
||||
<item>Kinder</item>
|
||||
<item>Tiere</item>
|
||||
<item>Sonstiges…</item>
|
||||
</string-array>
|
||||
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user