Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 41a6bbc5 authored by Eddy Witkamp's avatar Eddy Witkamp
Browse files

CMFileManager: NL translation

Simplify selection string creation

Change-Id: I9926f1aae28d06677921b51ebf5185a78f7ca8d3
parent 81a3539b
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -28,4 +28,13 @@
    <item quantity="one">1 item gevonden</item>
    <item quantity="other"><xliff:g id="count">%d</xliff:g> items gevonden</item>
  </plurals>

  <plurals name="selection_folders">
    <item quantity="one">1 map geselecteerd.</item>
    <item quantity="other"><xliff:g id="folders">%1$d</xliff:g> mappen geselecteerd.</item>
  </plurals>
  <plurals name="selection_files">
    <item quantity="one">1 bestand geselecteerd.</item>
    <item quantity="other"><xliff:g id="files">%1$d</xliff:g> bestanden geselecteerd.</item>
  </plurals>
</resources>