summaryrefslogtreecommitdiff
path: root/doc/C
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrel@mortise.boston.redhat.com>2007-01-12 12:47:13 -0500
committerOtavio Salvador <otavio@debian.org>2007-01-12 16:27:35 -0200
commit7ad100209c0a7382ca36cc4b337b8800d45c4a7a (patch)
treedfe390fe31056b4220c8d37f38b055b382a187a6 /doc/C
parent400386a9a6f39b052ecebb307cf2aa8c3bfc0e35 (diff)
downloadparted-7ad100209c0a7382ca36cc4b337b8800d45c4a7a.tar.gz
Updated i18n information.
Diffstat (limited to 'doc/C')
-rw-r--r--doc/C/po/parted.8.pot103
1 files changed, 57 insertions, 46 deletions
diff --git a/doc/C/po/parted.8.pot b/doc/C/po/parted.8.pot
index f72a759..7b09ace 100644
--- a/doc/C/po/parted.8.pot
+++ b/doc/C/po/parted.8.pot
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2006-09-15 13:42-0400\n"
+"POT-Creation-Date: 2007-01-12 12:45-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -109,80 +109,91 @@ msgstr ""
# type: Plain text
#: parted.8:26
-msgid "where necessary, prompts for user intervention."
+msgid "prompts for user intervention."
msgstr ""
# type: TP
#: parted.8:26
#, no-wrap
-msgid "B<-s, --script>"
+msgid "B<-l, --list>"
msgstr ""
# type: Plain text
#: parted.8:29
-msgid "never prompts for user intervention."
+msgid "list partition layout on all block devices."
msgstr ""
# type: TP
#: parted.8:29
#, no-wrap
-msgid "B<-v, --version>"
+msgid "B<-s, --script>"
msgstr ""
# type: Plain text
#: parted.8:32
+msgid "never prompt the user."
+msgstr ""
+
+# type: TP
+#: parted.8:32
+#, no-wrap
+msgid "B<-v, --version>"
+msgstr ""
+
+# type: Plain text
+#: parted.8:35
msgid "displays the version."
msgstr ""
# type: SH
-#: parted.8:32
+#: parted.8:35
#, no-wrap
msgid "COMMANDS"
msgstr ""
# type: TP
-#: parted.8:33
+#: parted.8:36
#, no-wrap
msgid "B<[device]>"
msgstr ""
# type: Plain text
-#: parted.8:36
+#: parted.8:39
msgid "The block device to partition."
msgstr ""
# type: TP
-#: parted.8:36
+#: parted.8:39
#, no-wrap
msgid "B<[command [options]]>"
msgstr ""
# type: Plain text
-#: parted.8:40
+#: parted.8:43
msgid ""
"Specifies a command to parted. If no command is given, parted will give you "
"a command prompt. Commands are:"
msgstr ""
# type: TP
-#: parted.8:41
+#: parted.8:44
#, no-wrap
msgid "B<check >I<partition>"
msgstr ""
# type: Plain text
-#: parted.8:44
+#: parted.8:47
msgid "does a simple check on I<partition>."
msgstr ""
# type: TP
-#: parted.8:44
+#: parted.8:47
#, no-wrap
msgid "B<cp >I<[source-device]>B< >I<source>B< >I<dest>"
msgstr ""
# type: Plain text
-#: parted.8:49
+#: parted.8:52
msgid ""
"copies the I<source> partition's filesystem on I<source-device> (or the "
"current device if no other device was specified) to the I<dest> partition on "
@@ -190,37 +201,37 @@ msgid ""
msgstr ""
# type: TP
-#: parted.8:49
+#: parted.8:52
#, no-wrap
msgid "B<help >I<[command]>"
msgstr ""
# type: Plain text
-#: parted.8:52
+#: parted.8:55
msgid "prints general help, or help on I<command> if specified."
msgstr ""
# type: TP
-#: parted.8:52
+#: parted.8:55
#, no-wrap
msgid "B<mkfs >I<partition>B< >I<fs-type>"
msgstr ""
# type: Plain text
-#: parted.8:56
+#: parted.8:59
msgid ""
"make a filesystem I<fs-type> on I<partition>. I<fs-type> can be one of "
"\"fat16\", \"fat32\", \"ext2\", \"linux-swap\" or \"reiserfs\"."
msgstr ""
# type: TP
-#: parted.8:56
+#: parted.8:59
#, no-wrap
msgid "B<mklabel >I<label-type>"
msgstr ""
# type: Plain text
-#: parted.8:61
+#: parted.8:64
msgid ""
"Creates a new disklabel (partition table) of I<label-type>. I<label-type> "
"should be one of \"bsd\", \"dvh\", \"gpt\", \"loop\", \"mac\", \"msdos\", "
@@ -228,13 +239,13 @@ msgid ""
msgstr ""
# type: TP
-#: parted.8:61
+#: parted.8:64
#, no-wrap
msgid "B<mkpart >I<part-type>B< >I<[fs-type]>B< >I<start>B< >I<end>"
msgstr ""
# type: Plain text
-#: parted.8:68
+#: parted.8:71
msgid ""
"make a I<part-type> partition with filesystem I<fs-type> (if specified), "
"beginning at I<start> and ending at I<end> (in megabytes). I<fs-type> can "
@@ -244,98 +255,98 @@ msgid ""
msgstr ""
# type: TP
-#: parted.8:68
+#: parted.8:71
#, no-wrap
msgid "B<mkpartfs >I<part-type>B< >I<fs-type>B< >I<start>B< >I<end>"
msgstr ""
# type: Plain text
-#: parted.8:72
+#: parted.8:75
msgid ""
"make a I<part-type> partition with filesystem I<fs-type> beginning at "
"I<start> and ending at I<end> (in megabytes)"
msgstr ""
# type: TP
-#: parted.8:72
+#: parted.8:75
#, no-wrap
msgid "B<move >I<partition>B< >I<start>B< >I<end>"
msgstr ""
# type: Plain text
-#: parted.8:76
+#: parted.8:79
msgid ""
"move I<partition> to start at I<start> and end at I<end>. Note: move never "
"changes the minor number"
msgstr ""
# type: TP
-#: parted.8:76
+#: parted.8:79
#, no-wrap
msgid "B<name >I<partition>B< >I<name>"
msgstr ""
# type: Plain text
-#: parted.8:80
+#: parted.8:83
msgid ""
"set the name of I<partition> to I<name>. This option works only on Mac and "
"PC98 disklabels. The name can be placed in quotes, if necessary"
msgstr ""
# type: TP
-#: parted.8:80
+#: parted.8:83
#, no-wrap
msgid "B<print>"
msgstr ""
# type: Plain text
-#: parted.8:83
+#: parted.8:86
msgid "displays the partition table"
msgstr ""
# type: TP
-#: parted.8:83
+#: parted.8:86
#, no-wrap
msgid "B<quit>"
msgstr ""
# type: Plain text
-#: parted.8:86
+#: parted.8:89
msgid "exits parted"
msgstr ""
# type: TP
-#: parted.8:86
+#: parted.8:89
#, no-wrap
msgid "B<resize >I<partition>B< >I<start>B< >I<end>"
msgstr ""
# type: Plain text
-#: parted.8:90
+#: parted.8:93
msgid ""
"resize the filesystem on I<partition> to start at I<start> and end at I<end> "
"megabytes"
msgstr ""
# type: TP
-#: parted.8:90
+#: parted.8:93
#, no-wrap
msgid "B<rm >I<partition>"
msgstr ""
# type: Plain text
-#: parted.8:93
+#: parted.8:96
msgid "deletes I<partition>"
msgstr ""
# type: TP
-#: parted.8:93
+#: parted.8:96
#, no-wrap
msgid "B<select >I<device>"
msgstr ""
# type: Plain text
-#: parted.8:98
+#: parted.8:101
msgid ""
"choose I<device> as the current device to edit. I<device> should usually be "
"a Linux hard disk device, but it can be a partition, software raid device or "
@@ -343,13 +354,13 @@ msgid ""
msgstr ""
# type: TP
-#: parted.8:98
+#: parted.8:101
#, no-wrap
msgid "B<set >I<partition>B< >I<flag>B< >I<state>"
msgstr ""
# type: Plain text
-#: parted.8:104
+#: parted.8:107
msgid ""
"change the state of the I<flag> on I<partition> to I<state>. Flags supported "
"are: \"boot\", \"root\", \"swap\", \"hidden\", \"raid\", \"lvm\", \"lba\" "
@@ -357,37 +368,37 @@ msgid ""
msgstr ""
# type: SH
-#: parted.8:105
+#: parted.8:108
#, no-wrap
msgid "REPORTING BUGS"
msgstr ""
# type: Plain text
-#: parted.8:107
+#: parted.8:110
msgid "Report bugs to E<lt>bug-parted@gnu.orgE<gt>"
msgstr ""
# type: SH
-#: parted.8:107
+#: parted.8:110
#, no-wrap
msgid "SEE ALSO"
msgstr ""
# type: Plain text
-#: parted.8:115
+#: parted.8:118
msgid ""
"B<fdisk>(8), B<mkfs>(8), The I<parted> program is fully documented in the "
"B<info(1)> format I<GNU partitioning software> manual."
msgstr ""
# type: SH
-#: parted.8:115
+#: parted.8:118
#, no-wrap
msgid "AUTHOR"
msgstr ""
# type: Plain text
-#: parted.8:117
+#: parted.8:120
msgid ""
"This manual page was written by Timshel Knoll E<lt>timshel@debian.orgE<gt>, "
"for the Debian GNU/Linux system (but may be used by others)."