[Android] res: mark vout_opengles2 untranslatable
Edward Wang
git at videolan.org
Tue Mar 4 23:22:56 CET 2014
vlc-ports/android | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Tue Mar 4 17:22:17 2014 -0500| [96c5b1c7596aa7493ab4163ed03be913632fa255] | committer: Edward Wang
res: mark vout_opengles2 untranslatable
"OpenGL ES 2.0" does not really need translation, as a technical term.
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=96c5b1c7596aa7493ab4163ed03be913632fa255
---
vlc-android/res/values/strings.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vlc-android/res/values/strings.xml b/vlc-android/res/values/strings.xml
index 00ad781..48217c0 100644
--- a/vlc-android/res/values/strings.xml
+++ b/vlc-android/res/values/strings.xml
@@ -430,6 +430,6 @@
<string name="vout">Video output</string>
<string name="vout_summary">Change the method that VLC uses to output video.</string>
<string name="vout_android_surface">Android surface</string>
- <string name="vout_opengles2">OpenGL ES 2.0</string>
+ <string name="vout_opengles2" translatable="false">OpenGL ES 2.0</string>
</resources>
More information about the Android
mailing list