/usr/share/IlohaMail/lang/kr/compose.inc is in ilohamail 0.8.14-0rc3sid6.2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | <?php
include("../lang/eng/compose.inc"); // <-- do not delete
/********************************************************
lang/kr/compose.inc
(C)2001-2002 Ryo Chijiiwa <Ryo@IlohaMail.org>
This file is part of IlohaMail, and released under GPL.
See COPYING, or http://www.fsf.org/copyleft/gpl.html
********************************************************/
$composeHStrings[0] = "Á¦¸ñ";
$composeHStrings[1] = "From";
$composeHStrings[2] = "To";
$composeHStrings[3] = "CC";
$composeHStrings[4] = "BCC";
$composeHStrings[5] = "³¯Â¥";
$composeStrings[0] = "ÆíÁö ¾²±â";
$composeStrings[1] = "ÆíÁö º¸³»±â";
$composeStrings[2] = "¼±ÅÃ";
$composeStrings[3] = "¼¸í ºÙÀ̱â";
$composeStrings[4] = "÷ºÎ";
$composeStrings[5] = "¿¬¶ôó º¸±â";
$composeStrings[6] = "¿¬¶ôó ¼û±â±â";
$composeStrings[7] = "º»¹®:";
$composeStrings[8] = "´õÇϱâ";
$composeStrings[9] = "%d¿¡, %s ¾¸:\n";
$composeStrings[10] = "--- ¿ø·¡ º»¹® ---\n";
$composeStrings[11] = "⠴ݱâ";
$composeErrors[0] = "Á¦¸ñ¶õÀÌ ºñ¾î ÀÖ½À´Ï´Ù. ±×³É º¸³»½Ã·Á¸é \"".$composeStrings[1]."\" ¸¦ ´©¸£¼¼¿ä.";
$composeErrors[1] = "º¸³»´Â »ç¶÷ ÁÖ¼Ò°¡ ºüÁ³½À´Ï´Ù.";
$composeErrors[2] = "¹Þ´Â »ç¶÷ ÁÖ¼Ò°¡ ºüÁ³½À´Ï´Ù.";
$composeErrors[3] = "÷ºÎ ÆÄÀÏÀ» ¿Ã¸®´Âµ¥ ½ÇÆÐÇß½À´Ï´Ù.";
$composeErrors[4] = "¹ÞÀº ÆÄÀÏÀÌ ¾ø½À´Ï´Ù.";
$composeErrors[5] = "½ºÆÔÀ» º¸³»´Â °ÍÀ» ¹æÁöÇϱâ À§Çؼ, ´ç½ÅÀº %1¸í¿¡°Ô (Á¢¼Ó½Ã°£ µ¿¾È %2¸í¿¡°Ô) ¸Å %3Ãʸ¶´Ù ÆíÁö¸¦ º¸³»½Ç¼ö ÀÖ½À´Ï´Ù.";
?>
|