9
0
mirror of https://gitee.com/shuto/customCamera.git synced 2026-04-14 00:00:03 +08:00
Correction sur les traductions de la vue.
This commit is contained in:
Tboy70
2014-11-25 17:20:29 +01:00
3 changed files with 14 additions and 10 deletions

View File

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

View File

@@ -42,7 +42,7 @@
android:layout_height="wrap_content"
android:layout_gravity="bottom"
android:onClick="showMiniature"
android:text="Miniature" />
android:text="@string/miniature" />
<Button
android:id="@+id/capture"
@@ -50,7 +50,7 @@
android:layout_height="wrap_content"
android:layout_gravity="bottom"
android:layout_weight="0.74"
android:text="PHOTO"
android:text="@string/capture"
android:onClick="takePhoto" />
<org.geneanet.customcamera.VerticalSeekBar
@@ -91,14 +91,14 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="Accepter photo" />
android:text="@string/acceptePicture" />
<Button
android:id="@+id/decline"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="Refuser Photo" />
android:text="@string/declinePicture" />
</LinearLayout>

View File

@@ -9,8 +9,8 @@
<string name="capture">Capture</string>
<string name="todo">TODO</string>
<string name="sss">sss</string>
<string name="Miniature">Miniature</string>
<string name="PHOTO">Photo</string>
<string name="miniature">Miniature</string>
<string name="capture">Photo</string>
<string name="BoutonMiniature">Ceci est le bouton permettant d\'afficher une miniature</string>
<string name="descImage">Il s\'agit de l\'image de fond de l\'appareil photo</string>
</resources>