summaryrefslogtreecommitdiffstats
path: root/perl-install/do_resize_fat
blob: 41ebf1b839ce331688f9f973739d97d1a7e92b04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/perl

use diagnostics;
use strict;

use lib qw(/usr/lib/libDrakX);
use common;
use resize_fat::main;

local *log::l = sub { print join(' ', @_), "\n" };

@ARGV = qw(/mnt/iso/w +0);

@ARGV == 2 or die "usage: fatresize <device> <size>\n  <size> = 100 means `resize to 100Mb'\n  <size> = +10 means `keep 10Mb of free space'\n";

my $fs = new resize_fat::main(common::basename($ARGV[0]), $ARGV[0]);
resize_fat::main::resize($fs, $ARGV[1]);

.org>2011-04-04 19:18:28 +0000 committerAhmad Samir <ahmad@mageia.org>2011-04-04 19:18:28 +0000 commitc35e14afe195640b441f40bdd9be6e7344dd9528 (patch) tree116d084cd34a62a977dcc018181b16eb9f618c19 /perl-install/install/share/po/pl.po parentc17fbf2a4f83f6192453e947733c22c2af3501bf (diff)downloaddrakx-c35e14afe195640b441f40bdd9be6e7344dd9528.tar
drakx-c35e14afe195640b441f40bdd9be6e7344dd9528.tar.gz
drakx-c35e14afe195640b441f40bdd9be6e7344dd9528.tar.bz2
drakx-c35e14afe195640b441f40bdd9be6e7344dd9528.tar.xz
drakx-c35e14afe195640b441f40bdd9be6e7344dd9528.zip
- string changes: perl -pi -e 's!Can not!Cannot!'
Diffstat (limited to 'perl-install/install/share/po/pl.po')
-rw-r--r--perl-install/install/share/po/pl.po2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/share/po/pl.po b/perl-install/install/share/po/pl.po
index 548f8778c..470231040 100644
--- a/perl-install/install/share/po/pl.po
+++ b/perl-install/install/share/po/pl.po
@@ -259,7 +259,7 @@ msgstr "Nieprawidłowy nośnik %s"
#: any.pm:1234
#, c-format
-msgid "Can not make screenshots before partitioning"
+msgid "Cannot make screenshots before partitioning"
msgstr "Nie można pobrać zrzutu ekranu przed partycjonowaniem"
#: any.pm:1242