add to cart text changed for french
This commit is contained in:
BIN
.idea/caches/build_file_checksums.ser
generated
BIN
.idea/caches/build_file_checksums.ser
generated
Binary file not shown.
BIN
.idea/caches/gradle_models.ser
generated
BIN
.idea/caches/gradle_models.ser
generated
Binary file not shown.
@@ -22,8 +22,8 @@ android {
|
||||
applicationId "ch.pizzamaxx.android"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 28
|
||||
versionCode 9 // play store'daki version --> canlı: 8 - dahili test: 6
|
||||
versionName "1.25" // play store'daki version --> canlı: 1.20 - dahili test: 1.12
|
||||
versionCode 10 // play store'daki version --> canlı: 9 - dahili test: 6
|
||||
versionName "1.30" // play store'daki version --> canlı: 1.25 - dahili test: 1.12
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
multiDexEnabled true
|
||||
manifestPlaceholders = [
|
||||
|
||||
@@ -1 +1 @@
|
||||
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":8,"versionName":"1.20","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
|
||||
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":9,"versionName":"1.25","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
|
||||
@@ -90,7 +90,7 @@
|
||||
<!-- MainAcitivity -->
|
||||
|
||||
<!-- ProductPropertiesBottomSheetDialog -->
|
||||
<string name="add_to_cart">JETER LE PANIER</string>
|
||||
<string name="add_to_cart">AJOUTER AU PANIER</string>
|
||||
<string name="count">Quantité</string>
|
||||
<string name="no_options_selected_part">Non-sélectionné</string>
|
||||
<string name="cannot_use_campaign">L\'offre ne peut pas être utilisée car elle a été utilisée auparavant.</string>
|
||||
|
||||
Reference in New Issue
Block a user