Skip to content

Commit c145ded

Browse files
committedDec 15, 2013
Merge pull request jackpal#281 from eauland/patch-3
Update arrays.xml
2 parents 96e1fff + a2dce17 commit c145ded

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed
 

‎res/values-fr/arrays.xml

+31-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,13 @@
2626
<item>Toujours afficher la barre d\'actions</item>
2727
<item>Cacher la barre d\'actions (Touche Haut de l\'écran ou la touche Menu de l\'appareil pour afficher)</item>
2828
</string-array>
29-
29+
30+
<string-array name="entries_orientation_preference">
31+
<item>Automatique</item>
32+
<item>Paysage</item>
33+
<item>Portrait</item>
34+
</string-array>
35+
3036
<string-array name="entries_cursorblink_preference">
3137
<item>Curseur non clignotant</item>
3238
<item>Curseur clignotant</item>
@@ -82,4 +88,28 @@
8288
<item>Par caractère</item>
8389
<item>Par mot</item>
8490
</string-array>
91+
92+
<!-- These are the 'short' names for the control keys. They are used in the special keys dialog. -->
93+
<string-array name="control_keys_short_names">
94+
<item>Ball</item>
95+
<item>\@</item>
96+
<item>Left-Alt</item>
97+
<item>Right-Alt</item>
98+
<item>Vol-Up</item>
99+
<item>Vol-Dn</item>
100+
<item>Camera</item>
101+
<item>None</item>
102+
</string-array>
103+
104+
<!-- These are the 'short' names for the Fn keys. They are used in the special keys dialog. -->
105+
<string-array name="fn_keys_short_names">
106+
<item>Ball</item>
107+
<item>\@</item>
108+
<item>Left-Alt</item>
109+
<item>Right-Alt</item>
110+
<item>Vol-Up</item>
111+
<item>Vol-Dn</item>
112+
<item>Camera</item>
113+
<item>None</item>
114+
</string-array>
85115
</resources>

0 commit comments

Comments
 (0)
Please sign in to comment.