es_CL.php 270 B

12345678910
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Files" => "Archivos",
  4. "_%n folder_::_%n folders_" => array("",""),
  5. "_%n file_::_%n files_" => array("",""),
  6. "_Uploading %n file_::_Uploading %n files_" => array("",""),
  7. "Upload" => "Subir"
  8. );
  9. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";