add to cart text changed for french

This commit is contained in:
2019-04-19 23:39:32 +03:00
parent becb859e07
commit 9f51a5c0df
5 changed files with 4 additions and 4 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -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 = [

View File

@@ -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":{}}]

View File

@@ -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>