summaryrefslogtreecommitdiffstats
path: root/po-docs/ja.po
diff options
context:
space:
mode:
Diffstat (limited to 'po-docs/ja.po')
-rw-r--r--po-docs/ja.po140
1 files changed, 103 insertions, 37 deletions
diff --git a/po-docs/ja.po b/po-docs/ja.po
index fbf60d48..987ee9cb 100644
--- a/po-docs/ja.po
+++ b/po-docs/ja.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: libguestfs@redhat.com\n"
-"POT-Creation-Date: 2011-07-27 15:55+0200\n"
+"POT-Creation-Date: 2011-08-07 23:15+0200\n"
"PO-Revision-Date: 2010-09-02 14:46+0100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3203,14 +3203,13 @@ msgstr ""
msgid "guestfs_set_out_of_memory_handler"
msgstr ""
-# type: verbatim
#. type: verbatim
#: ../src/guestfs.pod:1454
#, no-wrap
msgid ""
" typedef void (*guestfs_abort_cb) (void);\n"
-" int guestfs_set_out_of_memory_handler (guestfs_h *g,\n"
-" guestfs_abort_cb);\n"
+" void guestfs_set_out_of_memory_handler (guestfs_h *g,\n"
+" guestfs_abort_cb);\n"
"\n"
msgstr ""
@@ -6480,14 +6479,12 @@ msgstr ""
msgid "This function returns 0 on success or -1 on error."
msgstr ""
-# type: textblock
#. type: textblock
#: ../src/guestfs-actions.pod:32 ../src/guestfs-actions.pod:248
-#: ../src/guestfs-actions.pod:269 ../fish/guestfish-actions.pod:28
-#: ../fish/guestfish-actions.pod:158 ../fish/guestfish-actions.pod:172
+#: ../src/guestfs-actions.pod:269
msgid ""
-"This function is deprecated. In new code, use the C<add_drive_opts> call "
-"instead."
+"This function is deprecated. In new code, use the L</"
+"guestfs_add_drive_opts> call instead."
msgstr ""
# type: textblock
@@ -9453,12 +9450,11 @@ msgid ""
"allocates a file in the host and attaches it as a device."
msgstr ""
-# type: textblock
#. type: textblock
-#: ../src/guestfs-actions.pod:1445 ../fish/guestfish-actions.pod:953
+#: ../src/guestfs-actions.pod:1445
msgid ""
-"This function is deprecated. In new code, use the C<fallocate64> call "
-"instead."
+"This function is deprecated. In new code, use the L</guestfs_fallocate64> "
+"call instead."
msgstr ""
# type: =head2
@@ -10388,11 +10384,11 @@ msgid ""
"This returns the ext2/3/4 filesystem label of the filesystem on C<device>."
msgstr ""
-# type: textblock
#. type: textblock
-#: ../src/guestfs-actions.pod:1938 ../fish/guestfish-actions.pod:1313
+#: ../src/guestfs-actions.pod:1938
msgid ""
-"This function is deprecated. In new code, use the C<vfs_label> call instead."
+"This function is deprecated. In new code, use the L</guestfs_vfs_label> "
+"call instead."
msgstr ""
# type: textblock
@@ -10426,11 +10422,11 @@ msgid ""
"This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>."
msgstr ""
-# type: textblock
#. type: textblock
-#: ../src/guestfs-actions.pod:1959 ../fish/guestfish-actions.pod:1327
+#: ../src/guestfs-actions.pod:1959
msgid ""
-"This function is deprecated. In new code, use the C<vfs_uuid> call instead."
+"This function is deprecated. In new code, use the L</guestfs_vfs_uuid> call "
+"instead."
msgstr ""
# type: =head2
@@ -15024,11 +15020,11 @@ msgid ""
"cluster size."
msgstr ""
-# type: textblock
#. type: textblock
-#: ../src/guestfs-actions.pod:4423 ../fish/guestfish-actions.pod:3002
+#: ../src/guestfs-actions.pod:4423
msgid ""
-"This function is deprecated. In new code, use the C<mkfs_opts> call instead."
+"This function is deprecated. In new code, use the L</guestfs_mkfs_opts> "
+"call instead."
msgstr ""
# type: =head2
@@ -15580,10 +15576,10 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4730 ../fish/guestfish-actions.pod:3199
+#: ../src/guestfs-actions.pod:4730
msgid ""
-"This function is deprecated. In new code, use the C<mount_options> call "
-"instead."
+"This function is deprecated. In new code, use the L</guestfs_mount_options> "
+"call instead."
msgstr ""
# type: =head2
@@ -18328,10 +18324,10 @@ msgstr ""
#. type: textblock
#: ../src/guestfs-actions.pod:6165 ../src/guestfs-actions.pod:6195
-#: ../src/guestfs-actions.pod:6228 ../fish/guestfish-actions.pod:4180
-#: ../fish/guestfish-actions.pod:4203 ../fish/guestfish-actions.pod:4225
+#: ../src/guestfs-actions.pod:6228
msgid ""
-"This function is deprecated. In new code, use the C<part_add> call instead."
+"This function is deprecated. In new code, use the L</guestfs_part_add> call "
+"instead."
msgstr ""
# type: =head2
@@ -18503,9 +18499,10 @@ msgid "See also: C<guestfs_part_list>"
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6287 ../fish/guestfish-actions.pod:4263
+#: ../src/guestfs-actions.pod:6287
msgid ""
-"This function is deprecated. In new code, use the C<part_list> call instead."
+"This function is deprecated. In new code, use the L</guestfs_part_list> "
+"call instead."
msgstr ""
# type: =head2
@@ -20283,7 +20280,8 @@ msgstr ""
#. type: textblock
#: ../src/guestfs-actions.pod:7229
msgid ""
-"This function is deprecated. In new code, use the C<launch> call instead."
+"This function is deprecated. In new code, use the L</guestfs_launch> call "
+"instead."
msgstr ""
# type: =head2
@@ -20429,11 +20427,11 @@ msgid ""
"I<not> work, even if the length is specified."
msgstr ""
-# type: textblock
#. type: textblock
-#: ../src/guestfs-actions.pod:7319 ../fish/guestfish-actions.pod:4904
+#: ../src/guestfs-actions.pod:7319
msgid ""
-"This function is deprecated. In new code, use the C<write> call instead."
+"This function is deprecated. In new code, use the L</guestfs_write> call "
+"instead."
msgstr ""
# type: =head2
@@ -20684,11 +20682,11 @@ msgid ""
"files."
msgstr ""
-# type: textblock
#. type: textblock
-#: ../src/guestfs-actions.pod:7488 ../fish/guestfish-actions.pod:5001
+#: ../src/guestfs-actions.pod:7488
msgid ""
-"This function is deprecated. In new code, use the C<file> call instead."
+"This function is deprecated. In new code, use the L</guestfs_file> call "
+"instead."
msgstr ""
# type: =head2
@@ -24472,6 +24470,14 @@ msgid ""
"drive-ro> instead."
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:28 ../fish/guestfish-actions.pod:158
+#: ../fish/guestfish-actions.pod:172
+msgid ""
+"This function is deprecated. In new code, use the L</add_drive_opts> call "
+"instead."
+msgstr ""
+
# type: =head2
#. type: =head2
#: ../fish/guestfish-actions.pod:35
@@ -25777,6 +25783,13 @@ msgid ""
"\n"
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:953
+msgid ""
+"This function is deprecated. In new code, use the L</fallocate64> call "
+"instead."
+msgstr ""
+
# type: =head2
#. type: =head2
#: ../fish/guestfish-actions.pod:960
@@ -26132,6 +26145,13 @@ msgid ""
"\n"
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:1313
+msgid ""
+"This function is deprecated. In new code, use the L</vfs_label> call "
+"instead."
+msgstr ""
+
# type: =head2
#. type: =head2
#: ../fish/guestfish-actions.pod:1320
@@ -26147,6 +26167,12 @@ msgid ""
"\n"
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:1327
+msgid ""
+"This function is deprecated. In new code, use the L</vfs_uuid> call instead."
+msgstr ""
+
# type: =head2
#. type: =head2
#: ../fish/guestfish-actions.pod:1334
@@ -28386,6 +28412,13 @@ msgid ""
"filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:3002
+msgid ""
+"This function is deprecated. In new code, use the L</mkfs_opts> call "
+"instead."
+msgstr ""
+
# type: =head2
#. type: =head2
#: ../fish/guestfish-actions.pod:3009
@@ -28635,6 +28668,13 @@ msgid ""
"string for the first parameter if you don't want any options)."
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:3199
+msgid ""
+"This function is deprecated. In new code, use the L</mount_options> call "
+"instead."
+msgstr ""
+
# type: =head2
#. type: =head2
#: ../fish/guestfish-actions.pod:3206
@@ -30056,6 +30096,13 @@ msgstr ""
msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:4180 ../fish/guestfish-actions.pod:4203
+#: ../fish/guestfish-actions.pod:4225
+msgid ""
+"This function is deprecated. In new code, use the L</part_add> call instead."
+msgstr ""
+
# type: =head2
#. type: =head2
#: ../fish/guestfish-actions.pod:4187
@@ -30177,6 +30224,13 @@ msgstr ""
msgid "See also: L</part-list>"
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:4263
+msgid ""
+"This function is deprecated. In new code, use the L</part_list> call "
+"instead."
+msgstr ""
+
# type: =head2
#. type: =head2
#: ../fish/guestfish-actions.pod:4270
@@ -31196,6 +31250,12 @@ msgid ""
"\n"
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:4904
+msgid ""
+"This function is deprecated. In new code, use the L</write> call instead."
+msgstr ""
+
# type: =head2
#. type: =head2
#: ../fish/guestfish-actions.pod:4911
@@ -31337,6 +31397,12 @@ msgid ""
"Since 1.0.63, use L</file> instead which can now process compressed files."
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:5001
+msgid ""
+"This function is deprecated. In new code, use the L</file> call instead."
+msgstr ""
+
# type: =head2
#. type: =head2
#: ../fish/guestfish-actions.pod:5008