texts changed
This commit is contained in:
2
.idea/misc.xml
generated
2
.idea/misc.xml
generated
@@ -25,7 +25,7 @@
|
||||
</value>
|
||||
</option>
|
||||
</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" />
|
||||
</component>
|
||||
<component name="ProjectType">
|
||||
|
||||
@@ -57,7 +57,9 @@
|
||||
android:layout_margin="16dp"
|
||||
app:stpi_indicatorColor="@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
|
||||
android:layout_width="match_parent"
|
||||
|
||||
@@ -100,7 +100,7 @@
|
||||
|
||||
<!-- CartFragment-->
|
||||
<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="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="done_order">FERTIG</string>
|
||||
<string-array name="stepperLabels">
|
||||
<item>Lieferungs\nArt</item>
|
||||
<item>Lieferungs\Adresse</item>
|
||||
<item>Zahlungs\nArt</item>
|
||||
<item>Bemer-\nkungen</item>
|
||||
<item>Bestell Übersicht</item>
|
||||
<item>Lieferung</item>
|
||||
<item>Adresse</item>
|
||||
<item>Zahlung</item>
|
||||
<item>Bemerkung</item>
|
||||
<item>Übersicht</item>
|
||||
</string-array>
|
||||
<!-- CreateOrderActivity -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user