diff --git a/res/translations.json b/res/translations.json
index f009e0b..7124c8e 100644
--- a/res/translations.json
+++ b/res/translations.json
@@ -1,10 +1,14 @@
{
"fr": {
- "Miniature": "Miniature",
- "PHOTO": "Photo"
+ "miniature": "Miniature",
+ "capture": "Photo",
+ "acceptePicture": "Accepter la photo",
+ "declinePicture": "Refuser la photo"
},
"en": {
- "Miniature": "Miniature",
- "PHOTO": "Photo"
+ "miniature": "Miniature",
+ "capture": "Capture",
+ "acceptePicture": "Valid the picture",
+ "declinePicture": "Decline the picture"
}
}
\ No newline at end of file
diff --git a/src/android/customCamera/res/layout/activity_camera_view.xml b/src/android/customCamera/res/layout/activity_camera_view.xml
index b4536a7..4241124 100644
--- a/src/android/customCamera/res/layout/activity_camera_view.xml
+++ b/src/android/customCamera/res/layout/activity_camera_view.xml
@@ -42,7 +42,7 @@
android:layout_height="wrap_content"
android:layout_gravity="bottom"
android:onClick="showMiniature"
- android:text="Miniature" />
+ android:text="@string/miniature" />
+ android:text="@string/acceptePicture" />
+ android:text="@string/declinePicture" />
diff --git a/src/android/customCamera/res/values/strings.xml b/src/android/customCamera/res/values/strings.xml
index 72974eb..fb8296f 100644
--- a/src/android/customCamera/res/values/strings.xml
+++ b/src/android/customCamera/res/values/strings.xml
@@ -9,8 +9,8 @@
Capture
TODO
sss
- Miniature
- Photo
+ Miniature
+ Photo
Ceci est le bouton permettant d\'afficher une miniature
Il s\'agit de l\'image de fond de l\'appareil photo