/usr/share/IlohaMail/lang/tw/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>
Traditional Chinese (BIG5), for use in Taiwan,
Hong Kong, and Overseas 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] = "¥D¦®";
$composeHStrings[1] = "±H¥ó¤H";
$composeHStrings[2] = "¦¬¥ó¤H";
$composeHStrings[3] = "°Æ¥»";
$composeHStrings[4] = "±K¥ó°Æ¥»";
$composeHStrings[5] = "¤é´Á";
$composeStrings[0] = "·s¶l¥ó";
$composeStrings[1] = "¶Ç°e";
$composeStrings[2] = "¤W¶Ç";
$composeStrings[3] = "¥[¤Wñ¦WÀÉ";
$composeStrings[4] = "ªþ¥ó";
$composeStrings[5] = "Åã¥Ü³q°T¿ý";
$composeStrings[6] = "ÁôÂóq°T¿ý";
$composeStrings[7] = "«H¥ó¥»¤å¡G";
$composeStrings[8] = "·s¼W";
$composeStrings[9] = "¦b %d ªº¨Ó«H¤¤¡A%s ´£¤Î¡G\n";
$composeStrings[10] = "--- ì©l«H¥ó¤º®e ---\n";
$composeStrings[11] = "Ãö³¬¥»µøµ¡";
$composeErrors[0] = "±z§Ñ°O¶ñ¼g«H¥ó¼ÐÃD¤F¡A½Ð¶ñ¤W¥D¦®¡A©ÎÂI«ö¡u".$composeStrings[1]."¡v¦A¶Ç°e¤@¦¸¡C";
$composeErrors[1] = "±z§Ñ°O¶ñ¼g±H¥ó¤HÄæ¦ì¤F¡C½Ð«ü©w¤@Ó±H¥ó¤H«H½c¡C";
$composeErrors[2] = "±z§Ñ°O¶ñ¼g¦¬¥ó¤HÄæ¦ì¤F¡C½Ð«ü©w¤@Ó¦¬¥ó¤H«H½c¡C";
$composeErrors[3] = "¤W¶Ç¥¢±Ñ";
$composeErrors[4] = "¨t²Î¨Ã¥¼·s¼W¥ô¦óÀɮסC";
$composeErrors[5] = "¬°¤F¨¾§ù´c·N´²µo©U§£«H¥ó¡A§A¥u¯à¨C¹j %3 ¬íÄÁ¹ï %1 ¦ì¦¬¥ó¤H¡]¨C¦¸ %2 «Ê¡^»¼°e¤@¦¸«H¥ó¡C";
?>
|