texts changed
This commit is contained in:
2
.idea/misc.xml
generated
2
.idea/misc.xml
generated
@@ -25,7 +25,7 @@
|
|||||||
</value>
|
</value>
|
||||||
</option>
|
</option>
|
||||||
</component>
|
</component>
|
||||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="JDK" project-jdk-type="JavaSDK">
|
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" project-jdk-name="JDK" project-jdk-type="JavaSDK">
|
||||||
<output url="file://$PROJECT_DIR$/build/classes" />
|
<output url="file://$PROJECT_DIR$/build/classes" />
|
||||||
</component>
|
</component>
|
||||||
<component name="ProjectType">
|
<component name="ProjectType">
|
||||||
|
|||||||
@@ -57,7 +57,9 @@
|
|||||||
android:layout_margin="16dp"
|
android:layout_margin="16dp"
|
||||||
app:stpi_indicatorColor="@color/red"
|
app:stpi_indicatorColor="@color/red"
|
||||||
app:stpi_lineDoneColor="@color/red"
|
app:stpi_lineDoneColor="@color/red"
|
||||||
app:stpi_labels="@array/stepperLabels" />
|
app:stpi_labels="@array/stepperLabels"
|
||||||
|
app:stpi_labelMarginTop="8dp"
|
||||||
|
app:stpi_labelSize="11sp"/>
|
||||||
|
|
||||||
<View
|
<View
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
|||||||
@@ -100,7 +100,7 @@
|
|||||||
|
|
||||||
<!-- CartFragment-->
|
<!-- CartFragment-->
|
||||||
<string name="continue_cart">WEITER</string>
|
<string name="continue_cart">WEITER</string>
|
||||||
<string name="clear_cart">LÖSCHEN</string>
|
<string name="clear_cart">ALLE LÖSCHEN</string>
|
||||||
<string name="no_product_on_cart">Es befindet sich kein Produkt im Warenkorb.</string>
|
<string name="no_product_on_cart">Es befindet sich kein Produkt im Warenkorb.</string>
|
||||||
<string name="alert_remove_prdocut_from_cart">Möchten Sie das Produkt aus dem Warenkorb entfernen?</string>
|
<string name="alert_remove_prdocut_from_cart">Möchten Sie das Produkt aus dem Warenkorb entfernen?</string>
|
||||||
|
|
||||||
@@ -139,11 +139,11 @@
|
|||||||
<string name="confirm_order">JETZT BESTELLEN</string>
|
<string name="confirm_order">JETZT BESTELLEN</string>
|
||||||
<string name="done_order">FERTIG</string>
|
<string name="done_order">FERTIG</string>
|
||||||
<string-array name="stepperLabels">
|
<string-array name="stepperLabels">
|
||||||
<item>Lieferungs\nArt</item>
|
<item>Lieferung</item>
|
||||||
<item>Lieferungs\Adresse</item>
|
<item>Adresse</item>
|
||||||
<item>Zahlungs\nArt</item>
|
<item>Zahlung</item>
|
||||||
<item>Bemer-\nkungen</item>
|
<item>Bemerkung</item>
|
||||||
<item>Bestell Übersicht</item>
|
<item>Übersicht</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
<!-- CreateOrderActivity -->
|
<!-- CreateOrderActivity -->
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user