/[d-i]/trunk/manual/po/ja/preseed.po
ViewVC logotype

Diff of /trunk/manual/po/ja/preseed.po

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 55540 by nabetaro-guest, Wed Sep 3 14:24:58 2008 UTC revision 55591 by faw, Fri Sep 5 00:10:55 2008 UTC
# Line 1352  msgstr "以下の debconf 変数は、 Line 1352  msgstr "以下の debconf 変数は、
1352  #. Tag: screen  #. Tag: screen
1353  #: preseed.xml:754  #: preseed.xml:754
1354  #, no-c-format  #, no-c-format
 #| msgid ""  
 #| "# netcfg will choose an interface that has link if possible. This makes "  
 #| "it\n"  
 #| "# skip displaying a list if there is more than one interface.\n"  
 #| "d-i netcfg/choose_interface select auto\n"  
 #| "\n"  
 #| "# To pick a particular interface instead:\n"  
 #| "#d-i netcfg/choose_interface select eth1\n"  
 #| "\n"  
 #| "# If you have a slow dhcp server and the installer times out waiting for\n"  
 #| "# it, this might be useful.\n"  
 #| "#d-i netcfg/dhcp_timeout string 60\n"  
 #| "\n"  
 #| "# If you prefer to configure the network manually, uncomment this line "  
 #| "and\n"  
 #| "# the static network configuration below.\n"  
 #| "#d-i netcfg/disable_dhcp boolean true\n"  
 #| "\n"  
 #| "# If you want the preconfiguration file to work on systems both with and\n"  
 #| "# without a dhcp server, uncomment these lines and the static network\n"  
 #| "# configuration below.\n"  
 #| "#d-i netcfg/dhcp_failed note\n"  
 #| "#d-i netcfg/dhcp_options select Configure network manually\n"  
 #| "\n"  
 #| "# Static network configuration.\n"  
 #| "#d-i netcfg/get_nameservers string 192.168.1.1\n"  
 #| "#d-i netcfg/get_ipaddress string 192.168.1.42\n"  
 #| "#d-i netcfg/get_netmask string 255.255.255.0\n"  
 #| "#d-i netcfg/get_gateway string 192.168.1.1\n"  
 #| "#d-i netcfg/confirm_static boolean true\n"  
 #| "\n"  
 #| "# Any hostname and domain names assigned from dhcp take precedence over\n"  
 #| "# values set here. However, setting the values still prevents the "  
 #| "questions\n"  
 #| "# from being shown, even if values come from dhcp.\n"  
 #| "d-i netcfg/get_hostname string unassigned-hostname\n"  
 #| "d-i netcfg/get_domain string unassigned-domain\n"  
 #| "\n"  
 #| "# Disable that annoying WEP key dialog.\n"  
 #| "d-i netcfg/wireless_wep string\n"  
 #| "# The wacky dhcp hostname that some ISPs use as a password of sorts.\n"  
 #| "#d-i netcfg/dhcp_hostname string radish"  
1355  msgid ""  msgid ""
1356  "# netcfg will choose an interface that has link if possible. This makes it\n"  "# netcfg will choose an interface that has link if possible. This makes it\n"
1357  "# skip displaying a list if there is more than one interface.\n"  "# skip displaying a list if there is more than one interface.\n"
# Line 1632  msgstr "" Line 1590  msgstr ""
1590  #. Tag: screen  #. Tag: screen
1591  #: preseed.xml:816  #: preseed.xml:816
1592  #, no-c-format  #, no-c-format
 #| msgid ""  
 #| "# If the system has free space you can choose to only partition that "  
 #| "space.\n"  
 #| "# Note: this must be preseeded with a localized (translated) value.\n"  
 #| "#d-i partman-auto/init_automatically_partition \\\n"  
 #| "#      select Guided - use the largest continuous free space\n"  
 #| "\n"  
 #| "# Alternatively, you can specify a disk to partition. The device name "  
 #| "must\n"  
 #| "# be given in traditional non-devfs format.\n"  
 #| "# For example, to use the first SCSI/SATA hard disk:\n"  
 #| "d-i partman-auto/disk string /dev/sda\n"  
 #| "# Note: If you want to use whatever disk is available, no matter\n"  
 #| "# what its device name, comment the line above out. This will only work "  
 #| "if\n"  
 #| "# the system only has one disk.\n"  
 #| "# In addition, you'll need to specify the method to use.\n"  
 #| "# The presently available methods are: \"regular\", \"lvm\" and \"crypto"  
 #| "\"\n"  
 #| "d-i partman-auto/method string lvm\n"  
 #| "\n"  
 #| "# If one of the disks that are going to be automatically partitioned\n"  
 #| "# contains an old LVM configuration, the user will normally receive a\n"  
 #| "# warning. This can be preseeded away...\n"  
 #| "d-i partman-lvm/device_remove_lvm boolean true\n"  
 #| "# And the same goes for the confirmation to write the lvm partitions.\n"  
 #| "d-i partman-lvm/confirm boolean true\n"  
 #| "\n"  
 #| "# You can choose from any of the predefined partitioning recipes.\n"  
 #| "# Note: this must be preseeded with a localized (translated) value.\n"  
 #| "d-i partman-auto/choose_recipe \\\n"  
 #| "       select All files in one partition (recommended for new users)\n"  
 #| "#d-i partman-auto/choose_recipe \\\n"  
 #| "#       select Separate /home partition\n"  
 #| "#d-i partman-auto/choose_recipe \\\n"  
 #| "#       select Separate /home, /usr, /var, and /tmp partitions\n"  
 #| "\n"  
 #| "# Or provide a recipe of your own...\n"  
 #| "# The recipe format is documented in the file devel/partman-auto-recipe."  
 #| "txt.\n"  
 #| "# If you have a way to get a recipe file into the d-i environment, you "  
 #| "can\n"  
 #| "# just point at it.\n"  
 #| "#d-i partman-auto/expert_recipe_file string /hd-media/recipe\n"  
 #| "\n"  
 #| "# If not, you can put an entire recipe into the preconfiguration file in "  
 #| "one\n"  
 #| "# (logical) line. This example creates a small /boot partition, suitable\n"  
 #| "# swap, and uses the rest of the space for the root partition:\n"  
 #| "#d-i partman-auto/expert_recipe string                         \\\n"  
 #| "#      boot-root ::                                            \\\n"  
 #| "#              40 50 100 ext3                                  \\\n"  
 #| "#                      $primary{ } $bootable{ }                \\\n"  
 #| "#                      method{ format } format{ }              \\\n"  
 #| "#                      use_filesystem{ } filesystem{ ext3 }    \\\n"  
 #| "#                      mountpoint{ /boot }                     \\\n"  
 #| "#              .                                               \\\n"  
 #| "#              500 10000 1000000000 ext3                       \\\n"  
 #| "#                      method{ format } format{ }              \\\n"  
 #| "#                      use_filesystem{ } filesystem{ ext3 }    \\\n"  
 #| "#                      mountpoint{ / }                         \\\n"  
 #| "#              .                                               \\\n"  
 #| "#              64 512 300% linux-swap                          \\\n"  
 #| "#                      method{ swap } format{ }                \\\n"  
 #| "#              .\n"  
 #| "\n"  
 #| "# This makes partman automatically partition without confirmation, "  
 #| "provided\n"  
 #| "# that you told it what to do using one of the methods above.\n"  
 #| "d-i partman/confirm_write_new_label boolean true\n"  
 #| "d-i partman/choose_partition \\\n"  
 #| "       select Finish partitioning and write changes to disk\n"  
 #| "d-i partman/confirm boolean true"  
1593  msgid ""  msgid ""
1594  "# If the system has free space you can choose to only partition that space.\n"  "# If the system has free space you can choose to only partition that space.\n"
1595  "# Note: this must be preseeded with a localized (translated) value.\n"  "# Note: this must be preseeded with a localized (translated) value.\n"
# Line 2336  msgstr "" Line 2221  msgstr ""
2221  #. Tag: screen  #. Tag: screen
2222  #: preseed.xml:980  #: preseed.xml:980
2223  #, no-c-format  #, no-c-format
 #| msgid ""  
 #| "#tasksel tasksel/first multiselect standard, web-server\n"  
 #| "# If the desktop task is selected, install the kde and xfce desktops\n"  
 #| "# instead of the default gnome desktop.\n"  
 #| "#tasksel tasksel/desktop multiselect kde, xfce\n"  
 #| "\n"  
 #| "# Individual additional packages to install\n"  
 #| "#d-i pkgsel/include string openssh-server build-essential\n"  
 #| "\n"  
 #| "# Some versions of the installer can report back on what software you "  
 #| "have\n"  
 #| "# installed, and what software you use. The default is not to report "  
 #| "back,\n"  
 #| "# but sending reports helps the project determine what software is most\n"  
 #| "# popular and include it on CDs.\n"  
 #| "#popularity-contest popularity-contest/participate boolean false"  
2224  msgid ""  msgid ""
2225  "#tasksel tasksel/first multiselect standard, web-server\n"  "#tasksel tasksel/first multiselect standard, web-server\n"
2226  "# If the desktop task is selected, install the kde and xfce desktops\n"  "# If the desktop task is selected, install the kde and xfce desktops\n"
# Line 2480  msgstr "インストールの仕上げ" Line 2349  msgstr "インストールの仕上げ"
2349  #. Tag: screen  #. Tag: screen
2350  #: preseed.xml:1001  #: preseed.xml:1001
2351  #, no-c-format  #, no-c-format
 #| msgid ""  
 #| "# During installations from serial console, the regular virtual consoles\n"  
 #| "# (VT1-VT6) are normally disabled in /etc/inittab. Uncomment the next\n"  
 #| "# line to prevent this.\n"  
 #| "#d-i finish-install/keep-consoles boolean true\n"  
 #| "\n"  
 #| "# Avoid that last message about the install being complete.\n"  
 #| "d-i finish-install/reboot_in_progress note\n"  
 #| "\n"  
 #| "# This will prevent the installer from ejecting the CD during the "  
 #| "reboot,\n"  
 #| "# which is useful in some situations.\n"  
 #| "#d-i cdrom-detect/eject boolean false\n"  
 #| "\n"  
 #| "# This is how to make the installer shutdown when finished, but not\n"  
 #| "# reboot into the installed system.\n"  
 #| "#d-i debian-installer/exit/halt boolean true"  
2352  msgid ""  msgid ""
2353  "# During installations from serial console, the regular virtual consoles\n"  "# During installations from serial console, the regular virtual consoles\n"
2354  "# (VT1-VT6) are normally disabled in /etc/inittab. Uncomment the next\n"  "# (VT1-VT6) are normally disabled in /etc/inittab. Uncomment the next\n"

Legend:
Removed from v.55540  
changed lines
  Added in v.55591

  ViewVC Help
Powered by ViewVC 1.1.5