/usr/share/IlohaMail/lang/tw/contacts.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 | <?php
include("../lang/eng/contacts.inc"); // <-- do not delete
/********************************************************
lang/tw/contacts.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
********************************************************/
$cStrings[0] = "³q°T¿ý";
$cStrings[1] = "·s¼W³sµ¸¤H";
$cStrings[2] = " ³sµ¸¤H";
$cStrings[3] = "©m¦W";
$cStrings[4] = "Email «H½c";
$cStrings[5] = "ºô¯¸ºô§}";
$cStrings[6] = "©ÒÄݸs²Õ";
$cStrings[7] = "ªþ¥[»¡©ú";
$cStrings[8] = "·s¼W/½s¿è³sµ¸¤H";
$cStrings[9] = "±H«H";
$cStrings[10] = "¼g«H";
$cStrings["close"] = "Ãö³¬µøµ¡";
$cStrings["addto"] = "·s¼W³sµ¸¤H¨ì %s";
$cStrings["showgrp"] = "Åã¥Ü %s";
$cStrings["all"] = "¥þ³¡";
$cStrings["instructions"] = "ÂI¿ï©m¦W©Î¸s²Õ¦WºÙ,¨Ó¥[¤J¨ì¶l¥óªº¦¬¥ó¤H.";
$cErrors[0] = "±zªº³q°T¿ý¥Ø«e¨S¦³¥ô¦ó¸ê®Æ¡C";
?>
|