[Android] res: move "VLC Authors" to a separated translatable string
Sébastien Toque
git at videolan.org
Wed Jul 25 23:01:05 CEST 2012
android | branch: master | Sébastien Toque <xilasz at gmail.com> | Wed Jul 25 22:35:17 2012 +0200| [bb4d95ada586c50ec3386a986cd4bb8055a1bf34] | committer: Sébastien Toque
res: move "VLC Authors" to a separated translatable string
> http://git.videolan.org/gitweb.cgi/android.git/?a=commit;h=bb4d95ada586c50ec3386a986cd4bb8055a1bf34
---
vlc-android/res/layout/about_main.xml | 7 +++++++
vlc-android/res/values/strings.xml | 3 ++-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/vlc-android/res/layout/about_main.xml b/vlc-android/res/layout/about_main.xml
index 1ac4ab3..9456b7b 100644
--- a/vlc-android/res/layout/about_main.xml
+++ b/vlc-android/res/layout/about_main.xml
@@ -68,6 +68,13 @@
android:text="@string/authors"
android:textColor="@android:color/black"
android:textSize="12sp" />
+ <TextView
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:gravity="center"
+ android:text="@string/vlc_authors"
+ android:textColor="@android:color/black"
+ android:textSize="12sp" />
<TextView
android:id="@+id/main_link"
diff --git a/vlc-android/res/values/strings.xml b/vlc-android/res/values/strings.xml
index 770f752..e0818d1 100644
--- a/vlc-android/res/values/strings.xml
+++ b/vlc-android/res/values/strings.xml
@@ -102,7 +102,8 @@
<string name="about_link" translatable="false">
<a href="http://www.videolan.org/vlc/">http://www.videolan.org/vlc/</a></string>
<string name="about_copyright" translatable="false">Copyleft © 1996–2012 by VideoLAN.\n</string>
- <string name="authors" translatable="false">Sébastien Toque, Rafaël Carré, Jean-Baptiste Kempf, Edward Wang, Michael Merg, Ludovic Fauvet, Adrien Maglo, Rémi Duraffort, Dominique Martinet, Jean-Philippe André, Martin Storsjö, Alexandre Perraud, Hugo Beauzée-Luyssen, Felix Paul Kühne, John Mooring, Pavol Rusnak, Rohit Yadav, Tanguy Pruvot, Thomas Clavier, Asad Mehmood, Christoph Miebach, David Carré, Garret Kelly, Philipp Dreimann, Walter Heck.\nVLC Authors.</string>
+ <string name="authors" translatable="false">Sébastien Toque, Rafaël Carré, Jean-Baptiste Kempf, Edward Wang, Michael Merg, Ludovic Fauvet, Adrien Maglo, Rémi Duraffort, Dominique Martinet, Jean-Philippe André, Martin Storsjö, Alexandre Perraud, Hugo Beauzée-Luyssen, Felix Paul Kühne, John Mooring, Pavol Rusnak, Rohit Yadav, Tanguy Pruvot, Thomas Clavier, Asad Mehmood, Christoph Miebach, David Carré, Garret Kelly, Philipp Dreimann, Walter Heck.</string>
+ <string name="vlc_authors">VLC Authors.</string>
<!-- Preferences -->
<string name="preferences">Preferences</string>
More information about the Android
mailing list