From f8003b7e8f1203c5ecac59f8a491c5e955d717cd Mon Sep 17 00:00:00 2001 From: Christophe BOUCAUT Date: Tue, 25 Nov 2014 17:17:46 +0100 Subject: [PATCH] Correction sur les traductions de la vue. --- res/translations.json | 12 ++++++++---- .../customCamera/res/layout/activity_camera_view.xml | 8 ++++---- src/android/customCamera/res/values/strings.xml | 4 ++-- 3 files changed, 14 insertions(+), 10 deletions(-) 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" />