[Android] l10n: French update

JeanDeLaMouche git at videolan.org
Mon Mar 16 07:10:23 CET 2020


vlc-android | branch: master | JeanDeLaMouche <urgau at numericable.fr> | Sat Mar 14 13:49:05 2020 +0100| [8045b7b0cddf8bd69e11849d216241b3860588d1] | committer: Michał Trzebiatowski

l10n: French update

100% translated

Signed-off-by: Michał Trzebiatowski <michtrz at gmail.com>

> https://code.videolan.org/videolan/vlc-android/commit/8045b7b0cddf8bd69e11849d216241b3860588d1
---

 application/resources/src/main/res/values-fr/strings.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/application/resources/src/main/res/values-fr/strings.xml b/application/resources/src/main/res/values-fr/strings.xml
index 3da72c447..de28b09f0 100644
--- a/application/resources/src/main/res/values-fr/strings.xml
+++ b/application/resources/src/main/res/values-fr/strings.xml
@@ -86,6 +86,10 @@
         <item quantity="one">1 sous-dossier</item>
         <item quantity="other">%d sous-dossiers</item>
     </plurals>
+    <plurals name="media_quantity">
+        <item quantity="one">1 fichier multimédia</item>
+        <item quantity="other">%d fichiers multimédia</item>
+    </plurals>
     <plurals name="mediafiles_quantity">
         <item quantity="one">1 fichier multimédia</item>
         <item quantity="other">%d fichiers multimédia</item>
@@ -781,4 +785,7 @@
     <string name="track_index">Piste : %s</string>
     <string name="audio_queue_progress">Progression : %s</string>
     <string name="sortby_track">Piste</string>
+    <string name="this_folder">Ajouter ce dossier</string>
+    <string name="all_subfolders">Ajouter ce dossier avec ces sous-dossiers</string>
+    <string name="playlist_existing">La liste de lecture %s existe déjà</string>
 </resources>



More information about the Android mailing list