ka.php 291 B

12345678910
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Files" => "ფაილები",
  4. "_%n folder_::_%n folders_" => array(""),
  5. "_%n file_::_%n files_" => array(""),
  6. "_Uploading %n file_::_Uploading %n files_" => array(""),
  7. "Download" => "გადმოწერა"
  8. );
  9. $PLURAL_FORMS = "nplurals=1; plural=0;";