/usr/share/IlohaMail/lang/cn/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 42 43 44 | <?php
include("../lang/eng/compose.inc"); // <-- do not delete
/********************************************************
lang/tw/compose.inc
(C)2001-2002 Ryo Chijiiwa <Ryo@IlohaMail.org>
Simplified Chinese (GB2312), for use in China,
Singapore & Malaysia Chinese communities
Translator: Danny Lin <danny@groopie.com>
This file is part of IlohaMail, and released under GPL.
See COPYING, or http://www.fsf.org/copyleft/gpl.html
********************************************************/
$composeHStrings[0] = "Ö÷Ö¼";
$composeHStrings[1] = "¼Ä¼þÈË";
$composeHStrings[2] = "ÊÕ¼þÈË";
$composeHStrings[3] = "¸±±¾";
$composeHStrings[4] = "Ãܼþ¸±±¾";
$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] = "ΪÁË·À¶Å¶ñÒâÉ¢·¢À¬»øÓʼþ£¬ÄãÖ»ÄÜÿ¸ô %3 ÃëÖÓ¶Ô %1 λÊÕ¼þÈË£¨Ã¿´Î %2 ·â£©µÝËÍÒ»´ÎÓʼþ¡£";
?>
|