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

Commit de1e8c23 authored by Abhisek Devkota's avatar Abhisek Devkota
Browse files

Automatic translation import

Change-Id: I9d07578e628464c92b9d3d092a48445e945593fd
parent aa292f5b
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
@@ -16,7 +16,31 @@
     limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
  <plurals name="n_folders">
    <item quantity="one"><xliff:g id="folders">%1$d</xliff:g> folder</item>
    <item quantity="other"><xliff:g id="folders">%1$d</xliff:g> folders</item>
  </plurals>
  <plurals name="n_files">
    <item quantity="one"><xliff:g id="files">%1$d</xliff:g> file</item>
    <item quantity="other"><xliff:g id="files">%1$d</xliff:g> files</item>
  </plurals>
  <!-- Search - Found items -->
  <plurals name="search_found_items">
    <item quantity="one"><xliff:g id="count">%1$d</xliff:g> item found</item>
    <item quantity="other"><xliff:g id="count">%d</xliff:g> items found</item>
  </plurals>
  <!-- Statusbar text if there are selected files or folders -->
  <plurals name="selection_folders">
    <item quantity="one"><xliff:g id="folders">%1$d</xliff:g> folder selected.</item>
    <item quantity="other"><xliff:g id="folders">%1$d</xliff:g> folders selected.</item>
  </plurals>
  <plurals name="selection_files">
    <item quantity="one"><xliff:g id="files">%1$d</xliff:g> file selected.</item>
    <item quantity="other"><xliff:g id="files">%1$d</xliff:g> files selected.</item>
  </plurals>
  <!-- Actions - Confirm the number of items that are going to be deleted -->
  <plurals name="deleting_n_items">
    <item quantity="one"><xliff:g id="count">%1$d</xliff:g> item is going to be deleted.</item>
    <item quantity="other"><xliff:g id="count">%1$d</xliff:g> items are going to be deleted.</item>
  </plurals>
</resources>
Loading