ko.php 179 B

12345678
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Could not revert: %s" => "되돌릴 수 없습니다: %s",
  4. "Versions" => "버전",
  5. "Restore" => "복원"
  6. );
  7. $PLURAL_FORMS = "nplurals=1; plural=0;";