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