[Android] res: Don't translate fixed constants
Edward Wang
git at videolan.org
Sun Oct 14 18:16:54 CEST 2012
vlc-ports/android | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Sun Oct 14 12:16:18 2012 -0400| [facbf1d5875423bf36de68d08912b4661619c600] | committer: Edward Wang
res: Don't translate fixed constants
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=facbf1d5875423bf36de68d08912b4661619c600
---
vlc-android/res/values/strings.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/vlc-android/res/values/strings.xml b/vlc-android/res/values/strings.xml
index 6cf1773..efaadb3 100644
--- a/vlc-android/res/values/strings.xml
+++ b/vlc-android/res/values/strings.xml
@@ -168,11 +168,11 @@
<item>@string/aout_audiotrack</item>
<item>@string/aout_opensles</item>
</string-array>
- <string-array name="aouts_values_froyo">
+ <string-array name="aouts_values_froyo" translatable="false">
<item>0</item>
<item>1</item>
</string-array>
- <string-array name="aouts_values">
+ <string-array name="aouts_values" translatable="false">
<item>0</item>
<item>1</item>
<item>2</item>
More information about the Android
mailing list