From 35e27e37087f40c7298f7245eaf87a67a10d5d1d Mon Sep 17 00:00:00 2001 From: jack Date: Sat, 1 May 2004 14:55:42 +0000 Subject: changed cache.c to i18n format git-svn-id: http://opensvn.csie.org/pttbbs/branches/Jaky.i18n@1907 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd') diff --git a/mbbsd/cache.c b/mbbsd/cache.c index 15398ece..d35b0839 100644 --- a/mbbsd/cache.c +++ b/mbbsd/cache.c @@ -414,7 +414,7 @@ count_logins(int uid, int show) for (count = 0; (ulist[i + count] && uid == ulist[i + count]->uid); count++) { if (show) - prints("(%d) 目前狀態為: %-17.16s(來自 %s)\n", + prints(SHM->i18nstr[cuser.language][531], count + 1, modestring(ulist[i + count], 0), ulist[i + count]->from); } -- cgit v1.2.3