mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-28 22:36:24 +01:00
I tried to use sysinstall and I noticed the look used with Japanese
usage is very bad. And I found some bugs(?) in ja_JP.*/usage.hlp. 1. I have made typo. 2. Mr. Hubbard didn't change about number of virtual consoles. Submitted by: NIIMI Satoshi <sa2c@and.or.jp>
This commit is contained in:
parent
3e47ca0577
commit
72e242ff9a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=8734
@ -22,8 +22,8 @@ F1 ($BB8:_$9$k2hLL$G$O(B) $B%X%k%W$rI=<($7$^$9!#(B
|
||||
$B;HMQ$7$F%a%K%e!<$r%9%/%m!<%k$5$;$F$/$@$5$$!#$I$A$i$+$N5-9f$,>C$($?;~$O!"(B
|
||||
$B%a%K%e!<$N@hF,(B ($B$^$?$O:G8e(B) $B$G$9!#(B
|
||||
|
||||
$B%F%-%9%H%U%#!<%k%I$G$O!"8=:_$N%F%-%9%H$N0LCV$,$,1&2<$K%Q!<%;%s%HI=<($5(B
|
||||
$B$l$^$9!#%U%#!<%k%I$N:G8e$G$O(B 100% $B$HI=<($5$l$^$9!#(B
|
||||
$B%F%-%9%H%U%#!<%k%I$G$O!"8=:_$N%F%-%9%H$N0LCV$,1&2<$K%Q!<%;%s%HI=<($5$l(B
|
||||
$B$^$9!#%U%#!<%k%I$N:G8e$G$O(B 100% $B$HI=<($5$l$^$9!#(B
|
||||
|
||||
OK $B$rA*Br$9$k$H!"8=:_$NF0:n$r3NG'$9$k$3$H$K$J$j$^$9!#(BCancel $B$rA*Br$9$k(B
|
||||
$B$H!"8=:_$NA`:n$r%-%c%s%;%k$7!"0JA0$N%a%K%e!<$KLa$j$^$9!#(B
|
||||
@ -46,6 +46,6 @@ Lock$B!W%-!<$r2!$7$^$9!#$3$N5!G=$O%5%V%7%'%k$d$=$NB>$N!V%&%$%6!<%I%b!<%I!W(B
|
||||
$B%7%9%F%`$N%$%s%9%H!<%k$,=*N;$7!"!V%^%k%A%f!<%6!<!W$GF0:n$7$F$$$k;~$O!"(B
|
||||
$BF1;~$K$$$/$D$+$N%;%C%7%g%s$r07$($k!V2>A[%3%s%=!<%k!W$r;HMQ$9$k$3$H$,$G(B
|
||||
$B$-$^$9!#%3%s%=!<%k$r@ZBX$($k$K$O!"(BALT-F<n> $B$r;HMQ$7$F$/$@$5$$!#!V(BF<n>$B!W(B
|
||||
$B$O8+$?$$2hLL$KBP1~$9$k%U%!%s%/%7%g%s%-!<$G$9!#I8=`$G$O(B 4 $B$D$N2>A[%3%s(B
|
||||
$B$O8+$?$$2hLL$KBP1~$9$k%U%!%s%/%7%g%s%-!<$G$9!#I8=`$G$O(B 3 $B$D$N2>A[%3%s(B
|
||||
$B%=!<%k$,;HMQ$G$-$^$9$,!"%U%!%$%k(B /etc/ttys $B$rJT=8$9$k$3$H$G:GBg(B 12 $B8D(B
|
||||
$B$^$GA}$d$9$3$H$,$G$-$^$9!#(B
|
||||
|
@ -31,7 +31,7 @@ Cancel wo sentaku suruto, genzai no sousa wo cancel shi, izen no menu ni
|
||||
modorimasu.
|
||||
|
||||
|
||||
tokubetu na kinou:
|
||||
TOKUBETU NA KINOU:
|
||||
==================
|
||||
|
||||
menu no koumoku wo sentaku surunoni, saisho no moji wo nyuuryoku
|
||||
@ -48,6 +48,6 @@ system no install ga shuuryou shi, "multi-user" de dousa shiteiru
|
||||
tokiha, douji ni ikutsukano session wo atsukaeru "kasou console" wo
|
||||
shiyou surukotoga dekimasu. console wo kirikaeruniha, ALT-F<n> wo
|
||||
shiyou shitekudasai. 'F<n>' ha mitai gamen ni taiousuru function key
|
||||
desu. hyoujun deha 4tsuno kasou console ga shiyou dekimasuga, file
|
||||
desu. hyoujun deha 3tsuno kasou console ga shiyou dekimasuga, file
|
||||
/etc/ttys wo henshuu surukotode saidai 12ko made fuyasukotoga
|
||||
dekimasu.
|
||||
|
@ -4,7 +4,7 @@
|
||||
* This is probably the last program in the `sysinstall' line - the next
|
||||
* generation being essentially a complete rewrite.
|
||||
*
|
||||
* $Id: lang.c,v 1.3 1995/05/18 15:29:44 jkh Exp $
|
||||
* $Id: lang.c,v 1.4 1995/05/19 16:58:55 jkh Exp $
|
||||
*
|
||||
* Copyright (c) 1995
|
||||
* Jordan Hubbard. All rights reserved.
|
||||
@ -104,7 +104,7 @@ lang_set_Italian(char *str)
|
||||
void
|
||||
lang_set_Japanese(char *str)
|
||||
{
|
||||
systemChangeFont(font_iso_8x16);
|
||||
systemChangeFont(font_cp850_8x16); /* must prepare JIS X0201 font? */
|
||||
systemChangeLang("ja_JP.ROMAJI");
|
||||
systemChangeScreenmap(default_scrnmap);
|
||||
systemChangeTerminal("cons25", termcap_cons25, "cons25-m", termcap_cons25_m);
|
||||
|
Loading…
Reference in New Issue
Block a user