aboutsummaryrefslogtreecommitdiffstats
path: root/langs/sr/404.po
blob: f02defe7d936c585bb5753975104bc1f5d6a9b2a (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
# gettext catalog for 404 web page(s)
# Copyright (C) 2014 - 2014 Mageia
# This file is distributed under the same license as
# the content of the corresponding web page(s).
# 
# Generated by extract2gettext.php
# Domain: 404
# 
# include translation strings from:
# 404.php
# 
# Translators:
# tomaja <toma.jankovic@gmail.com>, 2019
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
"POT-Creation-Date: 2014-03-16 20:51:22+0000\n"
"PO-Revision-Date: 2019-06-28 13:13+0000\n"
"Last-Translator: tomaja <toma.jankovic@gmail.com>\n"
"Language-Team: Serbian (http://www.transifex.com/MageiaLinux/mageia/language/sr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: sr\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"

#: "/web/404.php +13"
msgid "Sorry, we could not find this page."
msgstr "Жао нам је, није могуће пронаћи ову страницу."

#: "/web/404.php +28"
msgid "Try searching it on <a href=\"%s\">mageia.org site map</a>,"
msgstr "Пробајте да претражујете на мапи<a href=\"%s\">mageia.org сајта</a>,"

#: "/web/404.php +29"
msgid "or try to <a href=\"%s\">search with DuckDuckGo</a>."
msgstr "или покушајте да <a href=\"%s\">претражујете са DuckDuckGo</a>."
ware/drakx/snapshot/drakx-20a7291992fd7e8e6d8d9a6d14cc88117ad162ee.tar.bz2'>drakx-20a7291992fd7e8e6d8d9a6d14cc88117ad162ee.tar.bz2
drakx-20a7291992fd7e8e6d8d9a6d14cc88117ad162ee.tar.xz
drakx-20a7291992fd7e8e6d8d9a6d14cc88117ad162ee.zip
apply ppc patch from Christiaan Welvaart
Diffstat (limited to 'make_boot_img')
-rwxr-xr-xmake_boot_img114
1 files changed, 68 insertions, 46 deletions
diff --git a/make_boot_img b/make_boot_img
index 489ff0c19..c924ae9d4 100755
--- a/make_boot_img
+++ b/make_boot_img
@@ -44,6 +44,7 @@ my @all_images = (
if_($arch =~ /i.86/, 'cdrom.img', 'cdrom-changedisk.img', 'pcmcia.img', 'isolinux', 'boot.iso', 'hd_grub.img', 'network.img', 'network_drivers.img'),
if_($arch =~ /x86_64/, 'cdrom.img', 'isolinux', 'boot.iso'),
if_($arch =~ /ia64/, 'all.img'),
+ if_($arch =~ /ppc/, 'all.img'),
);
my @images = @ARGV ? @ARGV : map { "images/$_" } @all_images;
@@ -469,13 +470,17 @@ sub boot_img_ppc() {
_ "rm -rf $dir/$boot"; mkdir "$dir/$boot", 0777;
foreach (glob("kernel/all.kernels/*")) {
my $ext = basename($_);
- if ($ext =~ /2.4/) {
- _ "cp $_/boot/vmlinux $dir/$boot/vmlinux";
+ if ($ext =~ /power4/) {
+ _ "cp $_/boot/vmlinuz-$ext* $dir/$boot/vmlinux-power4";
+ _ "cp images/all.rdz-$ext $dir/$boot/all-power4.gz";
+ }
+ elsif ($ext =~ /2.6/) {
+ _ "cp $_/boot/vmlinuz-$ext $dir/$boot/vmlinux";
_ "cp images/all.rdz-$ext $dir/$boot/all.gz";
}
- if ($ext =~ /2.2/) {
- _ "cp $_/boot/vmlinux $dir/$boot/vmlinux-2.2";
- _ "cp images/all.rdz-$ext $dir/$boot/all-2.2.gz";
+ elsif ($ext =~ /2.4/) {
+ _ "cp $_/boot/vmlinux $dir/$boot/vmlinux-2.4";
+ _ "cp images/all.rdz-$ext $dir/$boot/all-2.4.gz";
}
}
_ "cp -f /usr/lib/yaboot/yaboot $dir/$boot/yaboot";
@@ -489,6 +494,7 @@ Mandrakelinux PPC bootloader
</DESCRIPTION>
<BOOT-SCRIPT>
" screen" output
+load-base release-load-area
dev screen
" "(0000000000aa00aa0000aaaaaa0000aa00aaaa5500aaaaaa)" drop 0 8 set-colors
" "(5555555555ff55ff5555ffffff5555ff55ffffff55ffffff)" drop 8 8 set-colors
@@ -497,7 +503,7 @@ device-end
0 to background-color
" "(0C)" fb8-write drop
" Booting Mandrakelinux PPC..." fb8-write drop 100 ms
-boot cd:2,\\\\yaboot
+boot cd:,\boot\yaboot
</BOOT-SCRIPT>
<OS-BADGE-ICONS>
1010
@@ -556,103 +562,119 @@ boot cd:2,\\\\yaboot
output("$dir/$boot/yaboot.conf", '
init-message = "\nWelcome to Mandrakelinux PPC!\nHit <TAB> for boot options.\n\n"
timeout = 150
+device=cd:
default = install-gui
-message=cd:,\\\\yaboot.msg
+message=/boot/yaboot.msg
-image = cd:,\\\\vmlinux
+image = /boot/vmlinux
label = install-gui
root = /dev/ram3
- initrd = cd:,\\\\all.gz
+ initrd = /boot/all.gz
initrd-size = 34000
+ append = " ramdisk_size=128000"
-image = cd:,\\\\vmlinux-2.2
- label = install-gui-2.2
+image = /boot/vmlinux-power4
+ label = install-gui-power4
root = /dev/ram3
- initrd = cd:,\\\\all-2.2.gz
+ initrd = /boot/all-power4.gz
initrd-size = 34000
+ append = " ramdisk_size=128000"
-image = cd:,\\\\vmlinux
+image = /boot/vmlinux
label = install-text
root = /dev/ram3
- initrd = cd:,\\\\all.gz
+ initrd = /boot/all.gz
initrd-size = 34000
- append = " text video=ofonly"
+ append = " text video=ofonly ramdisk_size=128000"
-image = cd:,\\\\vmlinux-2.2
- label = install-text-2.2
+image = /boot/vmlinux-power4
+ label = install-text-power4
root = /dev/ram3
- initrd = cd:,\\\\all-2.2.gz
+ initrd = /boot/all-power4.gz
initrd-size = 34000
- append = " text video=ofonly"
+ append = " text video=ofonly ramdisk_size=128000"
-image = cd:,\\\\vmlinux
+image = /boot/vmlinux
label = install-gui-old
root = /dev/ram3
- initrd = cd:,\\\\all.gz
+ initrd = /boot/all.gz
initrd-size = 34000
- append = " gui-old video=ofonly"
+ append = " gui-old video=ofonly ramdisk_size=128000"
-image = cd:,\\\\vmlinux-2.2
- label = install-gui-old-2.2
+image = /boot/vmlinux-power4
+ label = install-gui-old-power4
root = /dev/ram3
- initrd = cd:,\\\\all-2.2.gz
+ initrd = /boot/all-power4.gz
initrd-size = 34000
- append = " gui-old video=ofonly"
+ append = " gui-old video=ofonly ramdisk_size=128000"
image = enet:0,vmlinux
label = install-net
root = /dev/ram3
initrd = enet:0,all.gz
initrd-size = 34000
- append = " video=ofonly"
+ append = " video=ofonly ramdisk_size=128000"
-image = enet:0,vmlinux-2.2
- label = install-net-2.2
+image = enet:0,vmlinux-power4
+ label = install-net-power4
root = /dev/ram3
- initrd = enet:0,all-2.2.gz
+ initrd = enet:0,all-power4.gz
initrd-size = 34000
- append = " video=ofonly"
-
+ append = " video=ofonly ramdisk_size=128000"
+
image = enet:0,vmlinux
label = install-net-text
root = /dev/ram3
initrd = enet:0,all.gz
initrd-size = 34000
- append = " text video=ofonly"
+ append = " text video=ofonly ramdisk_size=128000"
-image = enet:0,vmlinux-2.2
- label = install-net-text-2.2
+image = enet:0,vmlinux-power4
+ label = install-net-text-power4
root = /dev/ram3
- initrd = enet:0,all-2.2.gz
+ initrd = enet:0,all-power4.gz
initrd-size = 34000
- append = " text video=ofonly"
-
-image = cd:,\\\\vmlinux
+ append = " text video=ofonly ramdisk_size=128000"
+
+image = /boot/vmlinux
label = rescue
root = /dev/ram3
- initrd = cd:,\\\\all.gz
+ initrd = /boot/all.gz
initrd-size = 34000
- append = " rescue video=ofonly"
+ append = " rescue video=ofonly ramdisk_size=128000"
+
+image = /boot/vmlinux-power4
+ label = rescue-power4
+ root = /dev/ram3
+ initrd = /boot/all-power4.gz
+ initrd-size = 34000
+ append = " rescue video=ofonly ramdisk_size=128000"
image = enet:0,vmlinux
label = rescue-net
root = /dev/ram3
initrd = enet:0,all.gz
initrd-size = 34000
- append = " rescue video=ofonly"
+ append = " rescue video=ofonly ramdisk_size=128000"
+
+image = enet:0,vmlinux-power4
+ label = rescue-net-power4
+ root = /dev/ram3
+ initrd = enet:0,all-power4.gz
+ initrd-size = 34000
+ append = " rescue video=ofonly ramdisk_size=128000"
');
output("$dir/$boot/yaboot.msg", '
Thanks for choosing Mandrakelinux PPC. The following is a short
explanation of the various options for booting the install CD.
-All options ending with "2.2" will use the 2.2.20-9mdkBOOT kernel.
-The default syntax with no suffix uses the 2.4.18-4mdkBOOT kernel.
+All options ending with "-power4" use the BOOT kernel for ppc 9xx and POWER4.
+The default syntax with no suffix uses the BOOT kernel for ppc 6xx 7xx and 7xxx.
The default if you just hit enter is "install-gui".
-install-gui: uses XFree86 fbdev mode
+install-gui: uses Xorg fbdev mode
install-text: text based install
-install-gui-old: old Xpmac gui
install-net: allows you to use a minimal boot CD,
pulling the rest of the install from
a network server