summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
blob: 9494fefd68b71abb151b35221bbd8f4714473e58 (plain)
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
include ../Makefile.config
include Makefile.config

PACKAGE = drakxtools
PKGVERSION = $(VERSION)

POFILES   = $(shell ls share/po/*.po)
MOFILES   = $(POFILES:%.po=%.mo)
OTHERS     = $(OTHERDIRS) $(OTHERFILES)
OTHERDIRS  = tools/serial_probe
OTHERFILES = tools/rpcinfo-flushed.c

.PHONY: all $(DIRS) install clean

all: TAGS $(DIRS)

xs: $(DIRS)

TAGS: $(ALLPMS)
	-etags $^ /usr/lib/perl5/*/*/MDK/Common/*.pm

clean:
	for i in $(DIRS) share/po install/help/po install/share/po; do $(MAKE) -C $$i clean; done;:
	rm -rf auto drakxtools*.tar* *.bak
	find . -name "*~" -o -name ".#*" -o -name "TAGS" -o -name "*.old" | xargs rm -f

check_pms_encoding:
	@for i in $(ALLPMS); do charset=ascii; grep -q 'use utf8' $$i && charset=utf8; iconv -f $$charset -t $$charset $$i >/dev/null || { echo "bad $$charset character in $$i"; exit 1; }; done

check: check_pms_encoding
	perl -I. -Mlang -e 'lang::check'

check2:
	perl -I. -Mkeyboard -e 'keyboard::check'

$(DIRS):
	install -d auto
	$(MAKE) -C $@

test_pms:
	perl_checker install/install2.pm install/steps_gtk.pm install/steps_stdio.pm partition_table/*.pm standalone/{harddrake2,diskdrake,draksec}

test_pms_all:
	perl_checker -v --generate-package-dependencies-graph .deps $(ALLPMS)

%.mo: %.po
	msgfmt -o $@ $<

install_pms stage2 full_stage2:
	make -C install $@

mo_files : $(MOFILES)

# rules to build tarball
localcopy: clean
	rm -rf $(PACKAGE)-$(PKGVERSION)*
	mkdir -p $(PACKAGE)-$(PKGVERSION)/tools
	svn export -q -rBASE . $(PACKAGE)-$(PKGVERSION)/perl-install
	for i in $(OTHERS); do svn export -q ../$$i $(PACKAGE)-$(PKGVERSION)/$$i; done
	rm -rf $(PACKAGE)-$(PKGVERSION)/perl-install/{install,unused,list_modules.pm}
	cp -f ../kernel/list_modules.pm $(PACKAGE)-$(PKGVERSION)/perl-install
	cd $(PACKAGE)-$(PKGVERSION)/perl-install ; mv -f Makefile.drakxtools Makefile
	@make nuke_perl

localdist: tar

tar: localcopy
	tar cfa $(PACKAGE)-$(PKGVERSION).tar.lzma $(PACKAGE)-$(PKGVERSION)
	rm -rf $(PACKAGE)-$(PKGVERSION)

# rules to build a distributable rpm

nuke_perl:
	find $(PACKAGE)-$(PKGVERSION)/perl-install -name '*.pm' | xargs ../tools/simplify-drakx-modules
	find $(PACKAGE)-$(PKGVERSION)/perl-install/standalone -type f | xargs ../tools/simplify-drakx-modules

# [pixel] for my grep looking for any .pm files
pixel_standalone_links:
	rm -rf .standalone_apps.swa
	mkdir .standalone_apps.swa
	for i in $(STANDALONEPMS_); do ln -sf ../standalone/$$i .standalone_apps.swa/$$i.pm; done

check_perl_checker:
	rm -f share/po/libDrakX.pot install/share/po/DrakX.pot
	@make -C share/po libDrakX.pot
	@make -C install/share/po DrakX.pot
n"
-"\n"
-"If you do have a TV card but DrakX has neither detected it (no bttv nor "
-"saa7134\n"
-"module in \"/etc/modules\") nor installed xawtv, please send the\n"
-"results of \"lspcidrake -v -f\" to \"install\\@mandrakesoft.com\"\n"
-"with subject \"undetected TV card\".\n"
-"\n"
-"\n"
-"You can install it by typing \"urpmi xawtv\" as root, in a console."
-msgstr ""
-"XawTVをインストールしていません\n"
-"\n"
-"\n"
-"TVカードがあるのにDrakXが検出せず(/etc/modules にbttvもsaa7134\n"
-"モジュールもない)、xawtvもインストールしない場合は、\n"
-"lspcidrake -v -f の結果を install\\@mandrakesoft.com に\n"
-"subjectを undetected TV card と書いて送ってください。\n"
-"\n"
-"\n"
-"rootでコンソールに urpmi xawtv と入力すればインストールできます。"
-
#: ../../any.pm:1
#, c-format
msgid "Sorry, no floppy drive available"
@@ -4002,6 +4042,19 @@ msgstr "/etc/hosts.allow と /etc/hosts.deny は設定済みです - 変更し
msgid "Restore From Tape"
msgstr "テープから復元"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid ""
+"To submit a bug report, click the report button, which will open your "
+"default browser\n"
+"to Anthill where you will be able to upload the above information as a bug "
+"report."
+msgstr ""
+"バグを報告する際は「報告」をクリックしてください。\n"
+"ウェブブラウザが開いて %s が表示されます。\n"
+"そこに報告フォームがあるので記入してください。上に表示されている情報は\n"
+"このサーバに転送されます"
+
#: ../../network/netconnect.pm:1
#, c-format
msgid "Choose the profile to configure"
@@ -4158,7 +4211,7 @@ msgstr ""
msgid "Need hostname, username and password!"
msgstr "ホスト名とユーザ名とパスワードが必要です"
-#: ../../network/adsl.pm:1
+#: ../../network/tools.pm:1
#, fuzzy, c-format
msgid "Insert floppy"
msgstr "フロッピーをドライブ %s に入れる"
@@ -4300,10 +4353,17 @@ msgstr "ネットワークインタフェースは設定済みです"
msgid "Couldn't access the floppy!"
msgstr "フロッピーにアクセスできません"
-#: ../../standalone/drakbug:1
+#: ../../install_messages.pm:1
#, c-format
-msgid "connecting to Bugzilla wizard ..."
-msgstr "Bugzillaウィザードに接続中.."
+msgid ""
+"Warning: Free Software may not necessarily be patent free, and some Free\n"
+"Software included may be covered by patents in your country. For example, "
+"the\n"
+"MP3 decoders included may require a licence for further usage (see\n"
+"http://www.mp3licensing.com for more details). If you are unsure if a "
+"patent\n"
+"may be applicable to you, check your local laws."
+msgstr ""
#: ../../network/drakfirewall.pm:1
#, c-format
@@ -4487,6 +4547,11 @@ msgstr "承諾する"
msgid "Description"
msgstr "説明"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Please enter summary text."
+msgstr "ログイン名を入力してください"
+
#: ../../fsedit.pm:1
#, c-format
msgid "Error opening %s for writing: %s"
@@ -5431,7 +5496,7 @@ msgstr ""
msgid "Right Control key"
msgstr "右側のCtrlキー"
-#: ../../network/adsl.pm:1
+#: ../../network/tools.pm:1
#, fuzzy, c-format
msgid ""
"Insert a FAT formatted floppy in drive %s with %s in root directory and "
@@ -6537,6 +6602,22 @@ msgstr "警告: IPアドレス %s はたいてい予約されています"
msgid "busmouse"
msgstr "バスマウス"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid ""
+" - Create Etherboot Enabled Boot Images:\n"
+" \tTo boot a kernel via etherboot, a special kernel/initrd image must "
+"be created.\n"
+" \tmkinitrd-net does much of this work and drakTermServ is just a "
+"graphical \n"
+" \tinterface to help manage/customize these images. To create the "
+"file \n"
+" \t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
+"include in \n"
+" \tdhcpd.conf, you should create the etherboot images for at least "
+"one full kernel."
+msgstr ""
+
#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
#, c-format
msgid "Account Login (user name)"
@@ -6916,24 +6997,6 @@ msgstr ""
msgid "Floppy"
msgstr "フロッピー"
-#: ../../standalone/drakTermServ:1
-#, c-format
-msgid ""
-" - Maintain /etc/exports:\n"
-" \t\tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
-" \t\tsets up the correct entry to allow anonymous access to the root "
-"filesystem from\n"
-" \t\tdiskless clients.\n"
-"\n"
-" \t\tA typical exports entry for clusternfs is:\n"
-" \t\t\n"
-" \t\t/ (ro,all_squash)\n"
-" \t\t/home SUBNET/MASK(rw,root_squash)\n"
-"\t\t\t\n"
-"\t\t\tWith SUBNET/MASK being defined for your network."
-msgstr ""
-
#: ../../standalone/drakfont:1
#, c-format
msgid "Ghostscript referencing"
@@ -7546,6 +7609,11 @@ msgstr "インターネット接続の共有"
msgid "Choose file"
msgstr "ファイルを選択"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Summary: "
+msgstr "要約"
+
#: ../../network/shorewall.pm:1
#, c-format
msgid ""
@@ -7620,6 +7688,17 @@ msgstr "南フランス領"
msgid "the vendor name of the processor"
msgstr "プロセッサのベンダー名"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid ""
+" - Maintain %s:\n"
+" \tFor users to be able to log into the system from a diskless "
+"client, their entry in\n"
+" \t/etc/shadow needs to be duplicated in %s. drakTermServ\n"
+" \thelps in this respect by adding or removing system users from this "
+"file."
+msgstr ""
+
#: ../../diskdrake/interactive.pm:1
#, c-format
msgid "All data on this partition should be backed-up"
@@ -7937,6 +8016,11 @@ msgstr "ユーザを復元"
msgid "Encryption key for %s"
msgstr "%s の暗号鍵"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Do you want to recover your system?"
+msgstr "abootを使いますか?"
+
#: ../../services.pm:1
#, c-format
msgid ""
@@ -8375,6 +8459,11 @@ msgstr "Xを設定"
msgid ", "
msgstr ", "
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Submit lspci"
+msgstr ""
+
#: ../../printer/printerdrake.pm:1
#, c-format
msgid "Remove selected host/network"
@@ -8609,6 +8698,11 @@ msgstr ""
"\n"
"このアダプタでLANを設定します。"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Submit cpuinfo"
+msgstr ""
+
#: ../../install_steps_gtk.pm:1
#, c-format
msgid "Minimal install"
@@ -8619,6 +8713,11 @@ msgstr "最小インストール"
msgid "Ethiopia"
msgstr "エチオピア"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "YES"
+msgstr ""
+
#: ../../security/l10n.pm:1
#, c-format
msgid "Enable \"crontab\" and \"at\" for users"
@@ -8640,10 +8739,12 @@ msgstr ""
"- eideデバイス: スレーブかマスターのデバイス\n"
"- scsiデバイス: scsiバスとscsiデバイスのid"
+# Changed "total size" to "total", due to problem of available
+# space on screen.
#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
#, c-format
msgid "Total size: %d / %d MB"
-msgstr "合計サイズ: %d / %d MB"
+msgstr "合計: %d/%d MB"
#: ../../install_steps_interactive.pm:1
#, c-format
@@ -8947,15 +9048,6 @@ msgstr "インストールの種類"
msgid "Printer \"%s\" on SMB/Windows server \"%s\""
msgstr "プリンタ %s、SMB/Windowsサーバ %s"
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include:\n"
-msgstr ""
-"\n"
-"- デーモン(%s)が含むもの:\n"
-
#: ../../modules/parameters.pm:1
#, c-format
msgid "%d comma separated numbers"
@@ -9277,6 +9369,11 @@ msgstr "モニタの水平周波数: %s\n"
msgid "Path"
msgstr "パス"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "NOT FOUND"
+msgstr ""
+
#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
@@ -9866,18 +9963,6 @@ msgstr "重要"
msgid "Total Progress"
msgstr "全体の進行状況"
-#: ../../standalone/drakTermServ:1
-#, c-format
-msgid ""
-" - Maintain /etc/shadow\\$\\$CLIENT\\$\\$:\n"
-" \t\tFor users to be able to log into the system from a diskless "
-"client, their entry in\n"
-" \t\t/etc/shadow needs to be duplicated in /etc/shadow\\$\\$CLIENTS\\$"
-"\\$. drakTermServ helps\n"
-" \t\tin this respect by adding or removing system users from this "
-"file."
-msgstr ""
-
#: ../../help.pm:1
#, c-format
msgid ""
@@ -10012,6 +10097,26 @@ msgstr "設定が完了しました。適用しますか?"
msgid "Use Incremental/Differential Backups (do not replace old backups)"
msgstr "積み重ね/比較バックアップ (古いバックアップを残す)"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid ""
+" - Maintain /etc/dhcpd.conf:\n"
+" \tTo net boot clients, each client needs a dhcpd.conf entry, "
+"assigning an IP \n"
+" \taddress and net boot images to the machine. drakTermServ helps "
+"create/remove \n"
+" \tthese entries.\n"
+"\t\t\t\n"
+" \t(PCI cards may omit the image - etherboot will request the correct "
+"image. \n"
+"\t\t\tYou should also consider that when etherboot looks for the images, it "
+"expects \n"
+"\t\t\tnames like boot-3c59x.nbi, rather than boot-3c59x.2.4.19-16mdk.nbi).\n"
+"\t\t\t \n"
+" \tA typical dhcpd.conf stanza to support a diskless client looks "
+"like:"
+msgstr ""
+
#: ../../harddrake/sound.pm:1
#, c-format
msgid "There's no known driver for your sound card (%s)"
@@ -10128,6 +10233,13 @@ msgid ""
"in number of characters"
msgstr "テキストボックスのx座標を文字数で"
+#: ../../fsedit.pm:1
+#, c-format
+msgid ""
+"You may not be able to install lilo (since lilo doesn't handle a LV on "
+"multiple PVs)"
+msgstr ""
+
#: ../../install_steps_gtk.pm:1
#, c-format
msgid "Updating package selection"
@@ -10425,6 +10537,16 @@ msgstr "ホスト名が必要です"
msgid "Unselect fonts installed"
msgstr "インストール済みフォントを選択しない"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Wheel"
+msgstr "ホイール"
+
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Submit kernel version"
+msgstr "カーネルのバージョン"
+
#: ../../any.pm:1 ../../help.pm:1 ../../install_steps_gtk.pm:1
#: ../../install_steps_interactive.pm:1 ../../interactive.pm:1
#: ../../ugtk2.pm:1 ../../Xconfig/resolution_and_depth.pm:1
@@ -10446,11 +10568,6 @@ msgstr "キャンセル"
msgid "Searching for configured scanners ..."
msgstr "設定したスキャナを検索中.."
-#: ../../mouse.pm:1
-#, c-format
-msgid "Wheel"
-msgstr "ホイール"
-
#: ../../harddrake/data.pm:1
#, c-format
msgid "Videocard"
@@ -10519,6 +10636,11 @@ msgstr "デフォルト"
msgid "Button 2 Emulation"
msgstr "第2ボタンのエミュレーション"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Please enter a package name."
+msgstr "ユーザ名を入力してください"
+
#: ../../security/l10n.pm:1
#, c-format
msgid "Run chkrootkit checks"
@@ -10602,6 +10724,11 @@ msgstr ""
"\tStew Benedict sbenedict\\@mandrakesoft.com\n"
"\n"
+#: ../../install_messages.pm:1
+#, c-format
+msgid "http://www.mandrakelinux.com/en/92errata.php3"
+msgstr "http://www.mandrakelinux.com/en/92errata.php3"
+
#: ../../lang.pm:1
#, c-format
msgid "Honduras"
@@ -10767,6 +10894,45 @@ msgstr "ファイルシステムの暗号鍵"
msgid "Gujarati"
msgstr "グジャラート"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid ""
+" While you can use a pool of IP addresses, rather than setup a "
+"specific entry for\n"
+" a client machine, using a fixed address scheme facilitates using the "
+"functionality\n"
+" of client-specific configuration files that ClusterNFS provides.\n"
+"\t\t\t\n"
+" Note: The '#type' entry is only used by drakTermServ. Clients can "
+"either be 'thin'\n"
+" or 'fat'. Thin clients run most software on the server via xdmcp, "
+"while fat clients run \n"
+" most software on the client machine. A special inittab, %s is\n"
+" written for thin clients. System config files xdm-config, kdmrc, and "
+"gdm.conf are \n"
+" modified if thin clients are used, to enable xdmcp. Since there are "
+"security issues in \n"
+" using xdmcp, hosts.deny and hosts.allow are modified to limit access "
+"to the local\n"
+" subnet.\n"
+"\t\t\t\n"
+" Note: The '#hdw_config' entry is also only used by drakTermServ. "
+"Clients can either \n"
+" be 'true' or 'false'. 'true' enables root login at the client "
+"machine and allows local \n"
+" hardware configuration of sound, mouse, and X, using the 'drak' "
+"tools. This is enabled \n"
+" by creating separate config files associated with the client's IP "
+"address and creating \n"
+" read/write mount points to allow the client to alter the file. Once "
+"you are satisfied \n"
+" with the configuration, you can remove root login privileges from "
+"the client.\n"
+"\t\t\t\n"
+" Note: You must stop/start the server after adding or changing "
+"clients."
+msgstr ""
+
#: ../../interactive/stdio.pm:1
#, c-format
msgid ""
@@ -11087,45 +11253,6 @@ msgstr ""
"\n"
"http://www.linux-mandrake.com/en/hardware.php3"
-#: ../../standalone/drakTermServ:1
-#, c-format
-msgid ""
-"\t\t\tWhile you can use a pool of IP addresses, rather than setup a specific "
-"entry for\n"
-"\t\t\ta client machine, using a fixed address scheme facilitates using the "
-"functionality\n"
-"\t\t\tof client-specific configuration files that ClusterNFS provides.\n"
-"\t\t\t\n"
-"\t\t\tNote: The \"#type\" entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
-"\t\t\tor 'fat'. Thin clients run most software on the server via xdmcp, "
-"while fat clients run \n"
-"\t\t\tmost software on the client machine. A special inittab, /etc/inittab\\$"
-"\\$IP=client_ip\\$\\$ is\n"
-"\t\t\twritten for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-"\t\t\tmodified if thin clients are used, to enable xdmcp. Since there are "
-"security issues in \n"
-"\t\t\tusing xdmcp, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-"\t\t\tsubnet.\n"
-"\t\t\t\n"
-"\t\t\tNote: The \"#hdw_config\" entry is also only used by drakTermServ. "
-"Clients can either \n"
-"\t\t\tbe 'true' or 'false'. 'true' enables root login at the client machine "
-"and allows local \n"
-"\t\t\thardware configuration of sound, mouse, and X, using the 'drak' tools. "
-"This is enabled \n"
-"\t\t\tby creating separate config files associated with the client's IP "
-"address and creating \n"
-"\t\t\tread/write mount points to allow the client to alter the file. Once "
-"you are satisfied \n"
-"\t\t\twith the configuration, you can remove root login privileges from the "
-"client.\n"
-"\t\t\t\n"
-"\t\t\tNote: You must stop/start the server after adding or changing clients."
-msgstr ""
-
#: ../../standalone/drakconnect:1
#, c-format
msgid "Configure Local Area Network..."
@@ -11532,23 +11659,11 @@ msgstr "/dev/hda"
msgid "/dev/hdb"
msgstr "/dev/hdb"
-#: ../../standalone/drakTermServ:1
+#: ../../standalone/drakbug:1
#, c-format
msgid ""
-" - Maintain /etc/dhcpd.conf:\n"
-" \t\tTo net boot clients, each client needs a dhcpd.conf entry, "
-"assigning an IP address\n"
-" \t\tand net boot images to the machine. drakTermServ helps create/"
-"remove these entries.\n"
-"\t\t\t\n"
-" \t\t(PCI cards may omit the image - etherboot will request the "
-"correct image. You should\n"
-" \t\talso consider that when etherboot looks for the images, it "
-"expects names like\n"
-" \t\tboot-3c59x.nbi, rather than boot-3c59x.2.4.19-16mdk.nbi).\n"
-"\t\t\t \n"
-" \t\tA typical dhcpd.conf stanza to support a diskless client looks "
-"like:"
+"Application Name\n"
+"or Full Path:"
msgstr ""
#: ../../services.pm:1
@@ -11921,26 +12036,6 @@ msgstr "パッケージ %s のインストールで問題が発生"
msgid "You will receive an alert if the load is higher than this value"
msgstr "負荷がこの値より大きくなると警報が出ます"
-#: ../../standalone/drakbug:1
-#, c-format
-msgid ""
-"\n"
-"\n"
-"To submit a bug report, click on the button report.\n"
-"This will open a web browser window on https://drakbug.mandrakesoft.com\n"
-" where you'll find a form to fill in.The information displayed above will "
-"be \n"
-"transferred to that server\n"
-"\n"
-msgstr ""
-"\n"
-"\n"
-"バグを報告する際は「報告」をクリックしてください。\n"
-"ウェブブラウザが開いて https://drakbug.mandrakesoft.com が表示されます。\n"
-"そこに報告フォームがあるので記入してください。上に表示されている情報は\n"
-"このサーバに転送されます\n"
-"\n"
-
#: ../../standalone/scannerdrake:1
#, c-format
msgid "Add a scanner manually"
@@ -12070,7 +12165,7 @@ msgstr "セキュリティ管理者:"
msgid "Set the shell timeout. A value of zero means no timeout."
msgstr "シェルのタイムアウトを設定。ゼロはタイムアウトなし"
-#: ../../network/adsl.pm:1
+#: ../../network/tools.pm:1
#, c-format
msgid "Firmware copy succeeded"
msgstr ""
@@ -12435,11 +12530,6 @@ msgstr ""
"プリンタ %s は既に存在しています。\n"
"設定を上書きしますか?"
-#: ../../install_steps_interactive.pm:1
-#, c-format
-msgid "No partition available"
-msgstr "利用可能なパーティションがありません"
-
#: ../../standalone/scannerdrake:1
#, c-format
msgid "Use the scanners on hosts: "
@@ -12450,6 +12540,11 @@ msgstr "このホストのスキャナを共有する: "
msgid "Unselected All"
msgstr "選択を解除"
+#: ../../install_steps_interactive.pm:1 ../../network/tools.pm:1
+#, c-format
+msgid "No partition available"
+msgstr "利用可能なパーティションがありません"
+
#: ../../standalone/printerdrake:1
#, fuzzy, c-format
msgid "Printer Management \n"
@@ -12490,7 +12585,7 @@ msgstr "カーネル全体を構築 -->"
msgid "modem"
msgstr "モデム"
-#: ../../install_steps.pm:1
+#: ../../lang.pm:1
#, c-format
msgid "Welcome to %s"
msgstr "%s へようこそ"
@@ -12569,6 +12664,15 @@ msgstr ""
msgid "Not the correct CD label. Disk is labelled %s."
msgstr "CDのラベルが間違っています。このディスクは %s です。"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid ""
+"\n"
+"- Daemon, %s via:\n"
+msgstr ""
+"\n"
+"- デーモン(%s)が含むもの:\n"
+
#: ../../standalone/drakgw:1
#, c-format
msgid ""
@@ -12703,26 +12807,6 @@ msgstr ""
"\n"
"- システムファイル:\n"
-#: ../../standalone/drakTermServ:1
-#, c-format
-msgid ""
-" - Per client system configuration files:\n"
-" \t\tThrough clusternfs, each diskless client can have its own unique "
-"configuration files\n"
-" \t\ton the root filesystem of the server. By allowing local client "
-"hardware configuration, \n"
-"\t\t\t\tclients can customize files such as /etc/modules.conf, /etc/"
-"sysconfig/mouse, \n"
-" \t\t/etc/sysconfig/keyboard on a per-client basis.\n"
-"\n"
-" Note: Enabling local client hardware configuration does enable root "
-"login to the terminal \n"
-" server on each client machine that has this feature enabled. Local "
-"configuration can be turned\n"
-" back off, retaining the configuration files, once the client machine "
-"is configured."
-msgstr ""
-
#: ../../standalone/drakbug:1
#, c-format
msgid "Standalone Tools"
@@ -13560,7 +13644,7 @@ msgstr "Linuxの未来を創ろう!"
msgid "Local Printer"
msgstr "Local Printer"
-#: ../../network/adsl.pm:1
+#: ../../network/tools.pm:1
#, fuzzy, c-format
msgid "Floppy access error, unable to mount device %s"
msgstr "デバイス %s をどこにマウントしますか?"
@@ -13665,36 +13749,6 @@ msgstr "マウスデバイス: %s\n"
msgid "Reselect correct fonts"
msgstr "正しいフォントを再選択"
-#: ../../standalone/drakTermServ:1
-#, c-format
-msgid ""
-" - /etc/xinetd.d/tftp:\n"
-" \t\tdrakTermServ will configure this file to work in conjunction "
-"with the images created by\n"
-" \t\tmkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
-"the boot image to each\n"
-" \t\tdiskless client.\n"
-"\n"
-" \t\tA typical tftp configuration file looks like:\n"
-" \t\t\n"
-" \t\tservice tftp\n"
-"\t\t\t{\n"
-" disable = no\n"
-" socket_type = dgram\n"
-" protocol = udp\n"
-" wait = yes\n"
-" user = root\n"
-" server = /usr/sbin/in.tftpd\n"
-" server_args = -s /var/lib/tftpboot\n"
-" \t\t}\n"
-" \t\t\n"
-" \t\tThe changes here from the default installation are changing the "
-"disable flag to\n"
-" \t\t'no' and changing the directory path to /var/lib/tftpboot, where "
-"mkinitrd-net\n"
-" \t\tputs its images."
-msgstr ""
-
#: ../../help.pm:1
#, c-format
msgid ""
@@ -14019,6 +14073,11 @@ msgstr "5 月"
msgid "Yaboot mode"
msgstr "Yabootモード"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Generic 3 Button Mouse"
+msgstr "汎用の3ボタンマウス"
+
#: ../../standalone/drakxtv:1
#, c-format
msgid "USA (cable)"
@@ -14034,11 +14093,6 @@ msgstr ""
"rootになってコマンドラインで lilo を実行し、LILOのテーマをインストールしてく"
"ださい。"
-#: ../../mouse.pm:1
-#, c-format
-msgid "Generic 3 Button Mouse"
-msgstr "汎用の3ボタンマウス"
-
#: ../../standalone/drakbackup:1
#, c-format
msgid "Select another media to restore from"
@@ -14380,23 +14434,6 @@ msgid ""
" --id <id_label> - load the html help page which refers to id_label\n"
msgstr ""
-#: ../../standalone/drakTermServ:1
-#, c-format
-msgid ""
-" - Create etherboot floppies/CDs:\n"
-" \t\tThe diskless client machines need either ROM images on the NIC, "
-"or a boot floppy\n"
-" \t\tor CD to initate the boot sequence. drakTermServ will help "
-"generate these images,\n"
-" \t\tbased on the NIC in the client machine.\n"
-" \t\t\n"
-" \t\tA basic example of creating a boot floppy for a 3Com 3c509 "
-"manually:\n"
-" \t\t\n"
-" \t\tcat /usr/lib/etherboot/boot1a.bin \\\n"
-" \t\t\t/usr/lib/etherboot/lzrom/3c509.lzrom > /dev/fd0"
-msgstr ""
-
#: ../../standalone/scannerdrake:1
#, c-format
msgid "Select a scanner model"
@@ -14786,11 +14823,6 @@ msgstr "ドメイン名"
msgid "Sharing of local printers"
msgstr "ローカルプリンタの共有"
-#: ../../install_messages.pm:1
-#, c-format
-msgid "http://www.mandrakelinux.com/en/92errata.php3"
-msgstr "http://www.mandrakelinux.com/en/92errata.php3"
-
#: ../../security/help.pm:1
#, c-format
msgid "Enable/Disable libsafe if libsafe is found on the system."
@@ -14801,6 +14833,11 @@ msgstr "libsafeがシステムにあるときはlibsafeを有効/無効にする
msgid "Available printers"
msgstr "利用可能なプリンタ"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "NO"
+msgstr "情報"
+
#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
#, c-format
msgid "Empty"
@@ -14834,21 +14871,6 @@ msgstr ""
"\n"
"「次」を押すと続けます。"
-#: ../../standalone/drakTermServ:1
-#, c-format
-msgid ""
-" - Create Etherboot Enabled Boot Images:\n"
-" \t\tTo boot a kernel via etherboot, a special kernel/initrd image "
-"must be created.\n"
-" \t\tmkinitrd-net does much of this work and drakTermServ is just a "
-"graphical interface\n"
-" \t\tto help manage/customize these images. To create the file \n"
-" \t\t/etc/dhcpd.conf.etherboot-pcimap.include that is pulled in as an "
-"include in \n"
-" \t\tdhcpd.conf, you should create the etherboot images for at least "
-"one full kernel."
-msgstr ""
-
#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
#, c-format
msgid "Interface \"%s\""
@@ -15667,6 +15689,17 @@ msgstr "致命的"
msgid "Refresh the list"
msgstr "リストを更新"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid ""
+" - Per client %s:\n"
+" \tThrough clusternfs, each diskless client can have its own unique "
+"configuration files\n"
+" \ton the root filesystem of the server. By allowing local client "
+"hardware configuration, \n"
+" \tdrakTermServ will help create these files."
+msgstr ""
+
#: ../../standalone/drakpxe:1
#, c-format
msgid ""
@@ -16233,12 +16266,17 @@ msgstr "汎用"
msgid "Cylinder %d to %d\n"
msgstr "シリンダ %d ?? %d\n"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "YOUR TEXT HERE"
+msgstr ""
+
#: ../../standalone/drakconnect:1
#, c-format
msgid "New profile..."
msgstr "新しいプロファイル"
-#: ../../standalone/draksec:1
+#: ../../modules/interactive.pm:1 ../../standalone/draksec:1
#, c-format
msgid "NONE"
msgstr "NONE"
@@ -16815,6 +16853,11 @@ msgstr "他のマルチメディアデバイス"
msgid "burner"
msgstr "ライタ"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Bug Description/System Information"
+msgstr ""
+
#: ../../standalone/drakbackup:1
#, fuzzy, c-format
msgid " (Default is all users)"
@@ -16947,6 +16990,26 @@ msgstr "ダイアルアップのオプション"
msgid "If no port is given, 631 will be taken as default."
msgstr "ポート番号を指定しない場合は631がデフォルトになります。"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid ""
+" - Per client system configuration files:\n"
+" \tThrough clusternfs, each diskless client can have its own unique "
+"configuration files\n"
+" \ton the root filesystem of the server. By allowing local client "
+"hardware configuration, \n"
+" \tclients can customize files such as /etc/modules.conf, /etc/"
+"sysconfig/mouse, \n"
+" \t/etc/sysconfig/keyboard on a per-client basis.\n"
+"\n"
+" Note: Enabling local client hardware configuration does enable root "
+"login to the terminal \n"
+" server on each client machine that has this feature enabled. Local "
+"configuration can be\n"
+" turned back off, retaining the configuration files, once the client "
+"machine is configured."
+msgstr ""
+
#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
#, c-format
msgid ""
@@ -17169,7 +17232,7 @@ msgstr ""
" (パラレルポート: /dev/lp0, /dev/lp1, .., が LPT1:, LPT2:, .., 1台目のUSBプ"
"リンタ: /dev/usb/lp0, 2台目のUSBプリンタ: /dev/usb/lp1, ..)"
-#: ../../network/adsl.pm:1 ../../network/netconnect.pm:1
+#: ../../network/netconnect.pm:1 ../../network/tools.pm:1
#, c-format
msgid "Next"
msgstr "次へ"
@@ -18483,7 +18546,7 @@ msgstr " ADSL"
msgid "format of floppies supported by the drive"
msgstr "ドライブがサポートしているフロッピーの形式"
-#: ../../network/adsl.pm:1
+#: ../../network/tools.pm:1
#, c-format
msgid "Firmware copy failed, file %s not found"
msgstr ""
@@ -19179,6 +19242,11 @@ msgstr ""
"\n"
"全パーティションを消去しますか?\n"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Find Package"
+msgstr "%d 個のパッケージ"
+
#: ../../printer/printerdrake.pm:1
#, c-format
msgid "Are you sure that you want to set up printing on this machine?\n"
@@ -19294,6 +19362,24 @@ msgstr "LANの設定"
msgid "hard disk model"
msgstr "ハードディスクのモデル"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid ""
+" - Maintain /etc/exports:\n"
+" \tClusternfs allows export of the root filesystem to diskless "
+"clients. drakTermServ\n"
+" \tsets up the correct entry to allow anonymous access to the root "
+"filesystem from\n"
+" \tdiskless clients.\n"
+"\n"
+" \tA typical exports entry for clusternfs is:\n"
+" \t\t\n"
+" \t/\t\t\t\t\t(ro,all_squash)\n"
+" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
+"\t\t\t\n"
+" \tWith SUBNET/MASK being defined for your network."
+msgstr ""
+
#: ../../fsedit.pm:1
#, c-format
msgid "You can't use a LVM Logical Volume for mount point %s"
@@ -19478,16 +19564,16 @@ msgstr "イギリス式キーボード"
msgid "Unmount"
msgstr "アンマウント"
-#: ../../standalone/drakfont:1
-#, c-format
-msgid "Uninstall Fonts"
-msgstr "フォントをアンインストール"
-
#: ../../mouse.pm:1
#, c-format
msgid "Microsoft Explorer"
msgstr "Microsoft Explorer"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Uninstall Fonts"
+msgstr "フォントをアンインストール"
+
#: ../../keyboard.pm:1
#, c-format
msgid "German (no dead keys)"
@@ -19861,17 +19947,6 @@ msgstr "%s を実行中.."
msgid "enable radio support"
msgstr "ラジオサポートを有効にする"
-#: ../../standalone/drakTermServ:1
-#, c-format
-msgid ""
-" - Per client /etc/X11/XF86Config-4\\$\\$IP-ADDRESS\\$\\$:\n"
-" \t\tThrough clusternfs, each diskless client can have its own unique "
-"configuration files\n"
-" \t\ton the root filesystem of the server. By allowing local client "
-"hardware configuration, \n"
-" \t\tdrakTermServ will help create these files."
-msgstr ""
-
#: ../../standalone/scannerdrake:1
#, c-format
msgid "Scanner sharing to hosts: "
@@ -20291,6 +20366,30 @@ msgstr "NFSサーバ,SMBサーバ,プロクシサーバ,SSHサーバ"
msgid "Set of tools to read and send mail and news and to browse the Web"
msgstr "メールとニュースの閲覧/送信ツールと、ウェブブラウズ用ツール"
+#~ msgid ""
+#~ "XawTV isn't installed!\n"
+#~ "\n"
+#~ "\n"
+#~ "If you do have a TV card but DrakX has neither detected it (no bttv nor "
+#~ "saa7134\n"
+#~ "module in \"/etc/modules\") nor installed xawtv, please send the\n"
+#~ "results of \"lspcidrake -v -f\" to \"install\\@mandrakesoft.com\"\n"
+#~ "with subject \"undetected TV card\".\n"
+#~ "\n"
+#~ "\n"
+#~ "You can install it by typing \"urpmi xawtv\" as root, in a console."
+#~ msgstr ""
+#~ "XawTVをインストールしていません\n"
+#~ "\n"
+#~ "\n"
+#~ "TVカードがあるのにDrakXが検出せず(/etc/modules にbttvもsaa7134\n"
+#~ "モジュールもない)、xawtvもインストールしない場合は、\n"
+#~ "lspcidrake -v -f の結果を install\\@mandrakesoft.com に\n"
+#~ "subjectを undetected TV card と書いて送ってください。\n"
+#~ "\n"
+#~ "\n"
+#~ "rootでコンソールに urpmi xawtv と入力すればインストールできます。"
+
#~ msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
#~ msgstr ""
#~ "adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-1,-*-fixed-medium-r-"
@@ -20554,9 +20653,6 @@ msgstr "メールとニュースの閲覧/送信ツールと、ウェブブラ
#~ msgid "Please enter the host name or IP."
#~ msgstr "ホスト名かIPを入力してください。"
-#~ msgid "Please enter your login"
-#~ msgstr "ログイン名を入力してください"
-
#~ msgid ""
#~ " Copyright (C) 2001-2002 MandrakeSoft by DUPONT Sebastien <dupont_s"
#~ "\\@epita.fr>"