<?xml version="1.0" encoding="UTF-8"?>
<xliff version="1.2" 
  xmlns="urn:oasis:names:tc:xliff:document:1.2" 
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-strict.xsd">
<file original="DiskResources.java" 
  source-language="en" 
  datatype="javalistresourcebundle">
<body>
   <trans-unit id="0" resname="key1">
      <source>Cabinet <ph id="1">{0}</ph> contains <ph id="2">{1}</ph> folders.</source>
   </trans-unit>
   <trans-unit id="1" resname="key2">
      <source>Folder <ph id="1">{0}</ph> contains 
       <ph id="2">{1,choice,<sub>0#no files|1#one file|1&lt;{1,number,integer} files}</sub>
       </ph>.</source>
   </trans-unit>
   <trans-unit id="2" resname="key3">
      <source>Folder '<ph id="1">{0}</ph>' is empty.</source>
   </trans-unit>
   <trans-unit id="3" resname="key4">
      <source>File "My Stuff" deleted.</source>
   </trans-unit>
   <trans-unit id="4" resname="key5">
      <source>Added <ph id="1">{0,number}</ph> files.</source>
   </trans-unit>
   <trans-unit id="5" resname="key7">
      <source>No files were removed while processing current folder.</source>
   </trans-unit>
</body>
</file>
</xliff>

