ko.php 534 B

123456789101112131415161718192021
  1. <?php
  2. return array(
  3. /**
  4. * Menu items and titles
  5. */
  6. 'expages' => "누리집 페이지",
  7. 'admin:appearance:expages' => "누리집 페이지",
  8. 'expages:about' => "정보",
  9. 'expages:terms' => "용어",
  10. 'expages:privacy' => "개인정보보호",
  11. 'expages:contact' => "연락",
  12. 'expages:notset' => "이 페이지는 아직 설정되지 않았습니다.",
  13. /**
  14. * Status messages
  15. */
  16. 'expages:posted' => "페이지가 성공적으로 갱신되었습니다.",
  17. 'expages:error' => "이 페이지를 저장할 수 없슴.",
  18. );