[Android] Add a "No" string resource

Geoffrey Métais git at videolan.org
Thu Apr 6 11:59:19 CEST 2017


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Apr  6 09:55:57 2017 +0200| [2e1149e25048bba113740f22bc7558031c2e200d] | committer: Geoffrey Métais

Add a "No" string resource

> https://code.videolan.org/videolan/vlc-android/commit/2e1149e25048bba113740f22bc7558031c2e200d
---

 vlc-android/res/values/strings.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/vlc-android/res/values/strings.xml b/vlc-android/res/values/strings.xml
index 9a9027c..d31dc91 100644
--- a/vlc-android/res/values/strings.xml
+++ b/vlc-android/res/values/strings.xml
@@ -701,6 +701,7 @@
     <string name="ml_external_storage_title">New external storage detected</string>
     <string name="ml_external_storage_msg">Do you want VLC to add device %1$s to your medialibrary?</string>
     <string name="last_added_media">last added</string>
+    <string name="no">No</string>
 
     <string-array name="chroma_formats" translatable="false">
         <item>RGB 32-bit</item>



More information about the Android mailing list