Bug#685201: grub-pc: Greek translation of the debian-installer level 2 documentation po file

galaxico galas at tee.gr
Sat Aug 18 07:33:31 UTC 2012


Package: grub-pc
Version: 1.99-22.1
Severity: normal
Tags: l10n

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
     ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these lines ***



-- Package-specific info:

*********************** WARNING grub-setup left core.img in filesystem

*********************** BEGIN /proc/mounts
/dev/mapper/quteee-root / ext4 rw,noatime,errors=remount-ro,data=ordered 0 0
/dev/sda4 /boot ext3 rw,noatime,errors=continue,user_xattr,acl,barrier=1,data=ordered 0 0
/dev/mapper/quteee-svn /svn ext4 rw,noatime,data=ordered 0 0
/dev/mapper/quteee-usr /usr btrfs rw,noatime,ssd,space_cache 0 0
/dev/mapper/quteee-local /usr/local ext4 rw,noatime,data=ordered 0 0
/dev/mapper/quteee-var /var ext4 rw,noatime,data=ordered 0 0
*********************** END /proc/mounts

*********************** BEGIN /boot/grub/device.map
(hd0)	/dev/disk/by-id/ata-APPLE_SSD_TS128C_32NA303GK6IK
(hd1)	/dev/disk/by-id/usb-JetFlash_Transcend_4GB_76W420PYDZ2LPQQT-0:0
*********************** END /boot/grub/device.map

*********************** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  load_env
fi
set default="0"
if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}

function load_video {
  insmod vbe
  insmod vga
  insmod video_bochs
  insmod video_cirrus
}

insmod lvm
insmod part_gpt
insmod btrfs
set root='(quteee-usr)'
search --no-floppy --fs-uuid --set=root d9e5d8ce-47f2-4121-84ef-2be78320cdee
if loadfont /share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  load_video
  insmod gfxterm
  insmod part_gpt
  insmod ext2
  set root='(hd0,gpt4)'
  search --no-floppy --fs-uuid --set=root d7f36b4a-05a7-4c6a-9d1d-f4d692b9b969
  set locale_dir=($root)/grub/locale
  set lang=en_US
  insmod gettext
fi
terminal_output gfxterm
set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod lvm
insmod part_gpt
insmod btrfs
set root='(quteee-usr)'
search --no-floppy --fs-uuid --set=root d9e5d8ce-47f2-4121-84ef-2be78320cdee
insmod png
if background_image /share/images/desktop-base/joy-grub.png; then
  set color_normal=white/black
  set color_highlight=black/white
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Debian GNU/Linux, with Linux 3.6.0-rc2' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod part_gpt
	insmod ext2
	set root='(hd0,gpt4)'
	search --no-floppy --fs-uuid --set=root d7f36b4a-05a7-4c6a-9d1d-f4d692b9b969
	echo	'Loading Linux 3.6.0-rc2 ...'
	linux	/vmlinuz-3.6.0-rc2 root=/dev/mapper/quteee-root ro  quiet elevator=noop
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-3.6.0-rc2
}
menuentry 'Debian GNU/Linux, with Linux 3.6.0-rc2 (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod part_gpt
	insmod ext2
	set root='(hd0,gpt4)'
	search --no-floppy --fs-uuid --set=root d7f36b4a-05a7-4c6a-9d1d-f4d692b9b969
	echo	'Loading Linux 3.6.0-rc2 ...'
	linux	/vmlinuz-3.6.0-rc2 root=/dev/mapper/quteee-root ro single 
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-3.6.0-rc2
}
menuentry 'Debian GNU/Linux, with Linux 3.5.2' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod part_gpt
	insmod ext2
	set root='(hd0,gpt4)'
	search --no-floppy --fs-uuid --set=root d7f36b4a-05a7-4c6a-9d1d-f4d692b9b969
	echo	'Loading Linux 3.5.2 ...'
	linux	/vmlinuz-3.5.2 root=/dev/mapper/quteee-root ro  quiet elevator=noop
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-3.5.2
}
menuentry 'Debian GNU/Linux, with Linux 3.5.2 (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod part_gpt
	insmod ext2
	set root='(hd0,gpt4)'
	search --no-floppy --fs-uuid --set=root d7f36b4a-05a7-4c6a-9d1d-f4d692b9b969
	echo	'Loading Linux 3.5.2 ...'
	linux	/vmlinuz-3.5.2 root=/dev/mapper/quteee-root ro single 
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-3.5.2
}
menuentry 'Debian GNU/Linux, with Linux 3.4.9' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod part_gpt
	insmod ext2
	set root='(hd0,gpt4)'
	search --no-floppy --fs-uuid --set=root d7f36b4a-05a7-4c6a-9d1d-f4d692b9b969
	echo	'Loading Linux 3.4.9 ...'
	linux	/vmlinuz-3.4.9 root=/dev/mapper/quteee-root ro  quiet elevator=noop
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-3.4.9
}
menuentry 'Debian GNU/Linux, with Linux 3.4.9 (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod part_gpt
	insmod ext2
	set root='(hd0,gpt4)'
	search --no-floppy --fs-uuid --set=root d7f36b4a-05a7-4c6a-9d1d-f4d692b9b969
	echo	'Loading Linux 3.4.9 ...'
	linux	/vmlinuz-3.4.9 root=/dev/mapper/quteee-root ro single 
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-3.4.9
}
menuentry 'Debian GNU/Linux, with Linux 3.2.0-3-amd64' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod part_gpt
	insmod ext2
	set root='(hd0,gpt4)'
	search --no-floppy --fs-uuid --set=root d7f36b4a-05a7-4c6a-9d1d-f4d692b9b969
	echo	'Loading Linux 3.2.0-3-amd64 ...'
	linux	/vmlinuz-3.2.0-3-amd64 root=/dev/mapper/quteee-root ro  quiet elevator=noop
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-3.2.0-3-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.2.0-3-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod part_gpt
	insmod ext2
	set root='(hd0,gpt4)'
	search --no-floppy --fs-uuid --set=root d7f36b4a-05a7-4c6a-9d1d-f4d692b9b969
	echo	'Loading Linux 3.2.0-3-amd64 ...'
	linux	/vmlinuz-3.2.0-3-amd64 root=/dev/mapper/quteee-root ro single 
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-3.2.0-3-amd64
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Mac OS X (32-bit) (on /dev/sda2)" --class osx --class darwin --class os {
	insmod part_gpt
	insmod hfsplus
	set root='(hd0,gpt2)'
	search --no-floppy --fs-uuid --set=root 1e791ac80274611c
        load_video
        set do_resume=0
        if [ /var/vm/sleepimage -nt10 / ]; then
           if xnu_resume /var/vm/sleepimage; then
             set do_resume=1
           fi
        fi
        if [ $do_resume = 0 ]; then
           xnu_uuid 1e791ac80274611c uuid
           if [ -f /Extra/DSDT.aml ]; then
              acpi -e /Extra/DSDT.aml
           fi
           xnu_kernel /mach_kernel boot-uuid=${uuid} rd=*uuid
           if [ /System/Library/Extensions.mkext -nt /System/Library/Extensions ]; then
              xnu_mkext /System/Library/Extensions.mkext
           else
              xnu_kextdir /System/Library/Extensions
           fi
           if [ -f /Extra/Extensions.mkext ]; then
              xnu_mkext /Extra/Extensions.mkext
           fi
           if [ -d /Extra/Extensions ]; then
              xnu_kextdir /Extra/Extensions
           fi
           if [ -f /Extra/devprop.bin ]; then
              xnu_devprop_load /Extra/devprop.bin
           fi
           if [ -f /Extra/splash.jpg ]; then
              insmod jpeg
              xnu_splash /Extra/splash.jpg
           fi
           if [ -f /Extra/splash.png ]; then
              insmod png
              xnu_splash /Extra/splash.png
           fi
           if [ -f /Extra/splash.tga ]; then
              insmod tga
              xnu_splash /Extra/splash.tga
           fi
        fi
}
menuentry "Mac OS X (64-bit) (on /dev/sda2)" --class osx --class darwin --class os {
	insmod part_gpt
	insmod hfsplus
	set root='(hd0,gpt2)'
	search --no-floppy --fs-uuid --set=root 1e791ac80274611c
        load_video
        set do_resume=0
        if [ /var/vm/sleepimage -nt10 / ]; then
           if xnu_resume /var/vm/sleepimage; then
             set do_resume=1
           fi
        fi
        if [ $do_resume = 0 ]; then
           xnu_uuid 1e791ac80274611c uuid
           if [ -f /Extra/DSDT.aml ]; then
              acpi -e /Extra/DSDT.aml
           fi
           xnu_kernel64 /mach_kernel boot-uuid=${uuid} rd=*uuid
           if [ /System/Library/Extensions.mkext -nt /System/Library/Extensions ]; then
              xnu_mkext /System/Library/Extensions.mkext
           else
              xnu_kextdir /System/Library/Extensions
           fi
           if [ -f /Extra/Extensions.mkext ]; then
              xnu_mkext /Extra/Extensions.mkext
           fi
           if [ -d /Extra/Extensions ]; then
              xnu_kextdir /Extra/Extensions
           fi
           if [ -f /Extra/devprop.bin ]; then
              xnu_devprop_load /Extra/devprop.bin
           fi
           if [ -f /Extra/splash.jpg ]; then
              insmod jpeg
              xnu_splash /Extra/splash.jpg
           fi
           if [ -f /Extra/splash.png ]; then
              insmod png
              xnu_splash /Extra/splash.png
           fi
           if [ -f /Extra/splash.tga ]; then
              insmod tga
              xnu_splash /Extra/splash.tga
           fi
        fi
}
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
*********************** END /boot/grub/grub.cfg

*********************** BEGIN /proc/mdstat
cat: /proc/mdstat: No such file or directory
*********************** END /proc/mdstat

*********************** BEGIN /dev/disk/by-id
total 0
lrwxrwxrwx 1 root root  9 Aug 17 20:07 ata-APPLE_SSD_TS128C_32NA303GK6IK -> ../../sda
lrwxrwxrwx 1 root root 10 Aug 17 20:07 ata-APPLE_SSD_TS128C_32NA303GK6IK-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Aug 17 20:07 ata-APPLE_SSD_TS128C_32NA303GK6IK-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Aug 17 20:07 ata-APPLE_SSD_TS128C_32NA303GK6IK-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Aug 17 20:07 ata-APPLE_SSD_TS128C_32NA303GK6IK-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Aug 17 20:07 ata-APPLE_SSD_TS128C_32NA303GK6IK-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Aug 17 20:07 ata-APPLE_SSD_TS128C_32NA303GK6IK-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 Aug 17 20:07 dm-name-quteee-local -> ../../dm-2
lrwxrwxrwx 1 root root 10 Aug 17 20:07 dm-name-quteee-root -> ../../dm-0
lrwxrwxrwx 1 root root 10 Aug 17 20:07 dm-name-quteee-svn -> ../../dm-3
lrwxrwxrwx 1 root root 10 Aug 17 20:07 dm-name-quteee-usr -> ../../dm-1
lrwxrwxrwx 1 root root 10 Aug 17 20:07 dm-name-quteee-var -> ../../dm-4
lrwxrwxrwx 1 root root 10 Aug 17 20:07 dm-uuid-LVM-jmpcq1zPXdD7SlLe3v2ObeO73QDyJ8Th3BQ8jcThTSAvulMkA41DbwP5Hcxa5jY7 -> ../../dm-2
lrwxrwxrwx 1 root root 10 Aug 17 20:07 dm-uuid-LVM-jmpcq1zPXdD7SlLe3v2ObeO73QDyJ8Th76xCLHTwBzQM7NIcEhjtEQtAbypI4ybN -> ../../dm-3
lrwxrwxrwx 1 root root 10 Aug 17 20:07 dm-uuid-LVM-jmpcq1zPXdD7SlLe3v2ObeO73QDyJ8ThTo3kPpQbQwt5HccEg7B453Atzdzz48HZ -> ../../dm-4
lrwxrwxrwx 1 root root 10 Aug 17 20:07 dm-uuid-LVM-jmpcq1zPXdD7SlLe3v2ObeO73QDyJ8ThWjUrS1fPtjdIQmbRnYjZNFJrYe2kJoJi -> ../../dm-0
lrwxrwxrwx 1 root root 10 Aug 17 20:07 dm-uuid-LVM-jmpcq1zPXdD7SlLe3v2ObeO73QDyJ8ThmHpTu0v26k6IeAjPcWhAOl3XG3fLWfl3 -> ../../dm-1
lrwxrwxrwx 1 root root  9 Aug 17 20:07 scsi-SATA_APPLE_SSD_TS128_32NA303GK6IK -> ../../sda
lrwxrwxrwx 1 root root 10 Aug 17 20:07 scsi-SATA_APPLE_SSD_TS128_32NA303GK6IK-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Aug 17 20:07 scsi-SATA_APPLE_SSD_TS128_32NA303GK6IK-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Aug 17 20:07 scsi-SATA_APPLE_SSD_TS128_32NA303GK6IK-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Aug 17 20:07 scsi-SATA_APPLE_SSD_TS128_32NA303GK6IK-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Aug 17 20:07 scsi-SATA_APPLE_SSD_TS128_32NA303GK6IK-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Aug 17 20:07 scsi-SATA_APPLE_SSD_TS128_32NA303GK6IK-part6 -> ../../sda6
*********************** END /dev/disk/by-id

*********************** BEGIN /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 10 Aug 17 20:07 113592d9-0966-485b-85c8-76aab862ae90 -> ../../dm-3
lrwxrwxrwx 1 root root 10 Aug 17 20:07 3b696213-e25d-43da-9eec-39899bb10277 -> ../../dm-2
lrwxrwxrwx 1 root root 10 Aug 17 20:07 3f203c88-b8be-3b96-9f00-eda388d7683f -> ../../sda2
lrwxrwxrwx 1 root root 10 Aug 17 20:07 4765075b-c3de-40b0-a05c-8a715d750b2a -> ../../dm-4
lrwxrwxrwx 1 root root 10 Aug 17 20:07 70D6-1701 -> ../../sda1
lrwxrwxrwx 1 root root 10 Aug 17 20:07 8df51a06-75b8-4a9f-a1c1-5d49a3873c87 -> ../../dm-0
lrwxrwxrwx 1 root root 10 Aug 17 20:07 d2e39257-38b1-4a15-922d-a7b704e24a57 -> ../../sda6
lrwxrwxrwx 1 root root 10 Aug 17 20:07 d7f36b4a-05a7-4c6a-9d1d-f4d692b9b969 -> ../../sda4
lrwxrwxrwx 1 root root 10 Aug 17 20:07 d9e5d8ce-47f2-4121-84ef-2be78320cdee -> ../../dm-1
lrwxrwxrwx 1 root root 10 Aug 17 20:07 fe186d3f-9a25-3daf-a008-7929d317370c -> ../../sda3
*********************** END /dev/disk/by-uuid

-- System Information:
Debian Release: wheezy/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.6.0-rc2 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages grub-pc depends on:
ii  debconf [debconf-2.0]  1.5.46
ii  grub-common            1.99-22.1
ii  grub-pc-bin            1.99-22.1
ii  grub2-common           1.99-22.1
ii  ucf                    3.0025+nmu3

grub-pc recommends no packages.

grub-pc suggests no packages.

-- debconf information:
  grub2/kfreebsd_cmdline:
  grub2/device_map_regenerated:
* grub2/linux_cmdline:
  grub-pc/install_devices_empty: false
  grub-pc/install_devices_failed: false
  grub-pc/chainload_from_menu.lst: true
  grub-pc/kopt_extracted: false
* grub-pc/install_devices: /dev/disk/by-id/ata-APPLE_SSD_TS128C_32NA303GK6IK-part4
  grub-pc/postrm_purge_boot_grub: false
  grub-pc/install_devices_failed_upgrade: true
  grub-pc/disk_description:
  grub2/kfreebsd_cmdline_default: quiet
  grub-pc/partition_description:
  grub-pc/install_devices_disks_changed:
* grub2/linux_cmdline_default: quiet elevator=noop
  grub-pc/mixed_legacy_and_grub2: true
-------------- next part --------------
A non-text attachment was scrubbed...
Name: grub_debian_po_el.po
Type: text/x-po
Size: 21133 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-grub-devel/attachments/20120818/3a140042/attachment-0001.bin>


More information about the Pkg-grub-devel mailing list