summaryrefslogtreecommitdiffstats
path: root/po/sk.po
Commit message (Expand)AuthorAgeFilesLines
* Update Slovak translation from TxYuri Chornoivan2015-05-131-42/+21
* - update .po files, sync with sources, replace Mandriva & cooker stringsKamil Rytarowski2012-04-251-5/+5
* Regenerate po filesDexter Morgan2011-02-031-9/+10
* updated po filePablo Saratxaga2005-09-201-86/+119
* updated slovak translationTibor Pittich2005-09-181-126/+93
* updated pot filePablo Saratxaga2005-09-161-198/+238
* updated slovak translationTibor Pittich2005-09-121-128/+93
* sync with codeThierry Vignaud2005-09-121-103/+147
* updated slovak translationTibor Pittich2005-09-111-155/+122
* Updated POT file.Funda Wang2005-09-031-130/+227
* updated pot filePablo Saratxaga2005-07-181-126/+164
* s/Mandrakelinux/Mandriva Linux/.Funda Wang2005-07-011-9/+9
* updated pot filePablo Saratxaga2005-06-291-180/+223
* updated slovak translationTibor Pittich2005-02-011-172/+123
* improved i18n string; updated pot filePablo Saratxaga2004-12-031-116/+161
* fixed typoPablo Saratxaga2004-10-011-106/+106
* updated po filePablo Saratxaga2004-09-141-196/+217
* updated po filePablo Saratxaga2004-09-141-22/+8
* updated pot filePablo Saratxaga2004-09-011-20/+8
* updated pot filePablo Saratxaga2004-08-231-13/+13
* explicitely tell that the PXE menu entries must be in *ASCII*Pablo Saratxaga2004-08-211-47/+40
* updated pot filePablo Saratxaga2004-08-131-111/+112
* updated pot filePablo Saratxaga2004-08-121-706/+176
* added po files from drakwizardPablo Saratxaga2004-08-111-0/+1157
4;l); } sub installown($$) { my ($own, $dir) = @_; return if -e "$tmp$dir$own"; mkdir_p("$tmp$dir"); _ "cp -a $own $tmp$dir"; } _ "$sudo rm -rf $tmp" if -e $tmp; _ "mkdir $tmp"; _ 'find . -name "*~" | xargs rm -f'; foreach (cat_("dirs")) { chomp; mkdir_p("$tmp$_"); } _ "cp -a tree/* $tmp"; _ "find $tmp -name 'CVS*' | xargs rm -rf"; _ "perl devices.pl $tmp/dev"; install_raw(keyboard::loadkeys_files()); my %keytable_conflicts; my @less_important_keytables = qw(am_old am_phonetic no-dvorak fr_CH-latin1); foreach (keyboard::loadkeys_files()) { my ($dir, $fname) = (dirname($_), basename($_)); my ($name) = $fname =~ /(.*)\.kmap\.gz/ or next; next if member($name, @less_important_keytables); if (my ($short) = $name =~ m|(.+?)[\W_]|) { $keytable_conflicts{$short} and warn("conflict between $keytable_conflicts{$short} and $name for short name $short (choosing the first)\n"), next; $keytable_conflicts{$short} = $name; # create the short name based on the long one symlinkf($fname, "$tmp$dir/$short.kmap.gz"); } } my $perl_version = join ".", unpack "C3", $^V; @files = map { chomp; s/PERL_VERSION/$perl_version/g; $_ } (cat_("list"), cat_(`../tools/specific_arch list`)); @files = `ls -d @files`; $? == 0 or exit 1; install_l(@files); foreach (cat_("aliases")) { chomp; my ($f, $dest) = split; symlink $dest, "$tmp$f"; } -e "../kernel/all.modules" or die "use ./update_kernel in gi/kernel first\n"; chomp($main = `cat ../kernel/all.kernels/.main`); _ "cp ../kernel/all.modules/modules.cz-$main $tmp/modules/modules.cz"; _ "cp ../kernel/all.modules/$main/modules.dep $tmp/modules"; installown("drvinst", "/usr/bin"); installown("guessmounts", "/usr/bin"); installown("install_bootloader", "/usr/bin"); if ($arch =~ /^i.86/) { installown("restore_ms_boot", "/usr/bin"); } installown("lsparts", "/usr/bin"); installown("rescue-doc", "/usr/bin"); _ "cd ../mdk-stage1 && make rescue-gui"; installown("../mdk-stage1/rescue-gui", "/usr/bin"); __ "strip $tmp/{lib,bin,sbin}/* $tmp/usr/{bin,sbin}/* 2>/dev/null"; exit 0 if $ARGV[0]; if ($arch =~ /ppc/) { #- xfs module on PPC is 4MB! - need room to unpack it $size = `du -s $tmp | cut -f1` + 4096; #- add 4MB of free space } else { $size = `du -s $tmp | cut -f1` + 2048; #- add 2MB of free space } mkdir_p($mnt); __ "$sudo umount $rescue 2>/dev/null"; _ "dd if=/dev/zero of=$rescue bs=1k count=$size"; _ "$mke2fs $rescue"; _ "$sudo mount -t ext2 $rescue $mnt -o loop"; _ "rmdir $mnt/lost+found"; _ "$sudo chown -R root.root $tmp"; _ "$sudo cp -a $tmp/* $mnt"; _ "$sudo rm -rf $tmp"; _ "$sudo umount $rescue"; _ "rmdir $mnt"; _ "bzip2 -f -9 $rescue";