提交 b36f453a 编写于 作者: D Daniel Veillard

* src/xm_internal.c src/xend_internal.c src/buf.[ch]: add

  new function virBufferEscapeString() to format a string while
  escaping its content for XML, and apply it to a couple of
  obvious places, should fix bug #206653
* po/*: updated strings, and added new bosnian localization.
Daniel
上级 62efeb07
Mon Jul 9 13:23:26 CEST 2007 Daniel Veillard <veillard@redhat.com>
* src/xm_internal.c src/xend_internal.c src/buf.[ch]: add
new function virBufferEscapeString() to format a string while
escaping its content for XML, and apply it to a couple of
obvious places, should fix bug #206653
* po/*: updated strings, and added new bosnian localization.
Fri Jul 6 17:50:00 EST 2007 Daniel P.Berrange <berrange@redhat.com>
* src/qemu_driver.c: Use virFreeDomain and virFreeNetwork
......
......@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-07-05 17:00+0200\n"
"POT-Creation-Date: 2007-07-06 17:11+0200\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
......@@ -16,7 +16,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/libvirt.c:381 src/hash.c:664
#: src/libvirt.c:389 src/hash.c:664
msgid "allocating connection"
msgstr "allocating connection"
......@@ -370,6 +370,26 @@ msgstr "Failed to undefine domain %s"
msgid "Failed to find the network: %s"
msgstr "Failed to undefine domain %s"
#: src/virterror.c:639
#, fuzzy
msgid "Domain not found"
msgstr "domain information"
#: src/virterror.c:641
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domain restored from %s\n"
#: src/virterror.c:645
#, fuzzy
msgid "Network not found"
msgstr "domain name or uuid"
#: src/virterror.c:647
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Domain %s created from %s\n"
#: src/xmlrpc.c:63
msgid "copying node content"
msgstr "copying node content"
......@@ -414,10 +434,7 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:770 src/hash.c:775 src/test.c:961 src/test.c:991 src/test.c:1015
#: src/test.c:1040 src/xend_internal.c:1893 src/xend_internal.c:2744
#: src/xend_internal.c:2993 src/xs_internal.c:653 src/proxy_internal.c:837
#: src/proxy_internal.c:884 src/proxy_internal.c:935
#: src/hash.c:770 src/hash.c:775
msgid "allocating domain"
msgstr "allocating domain"
......@@ -429,27 +446,27 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/hash.c:948 src/hash.c:953
#: src/hash.c:903 src/hash.c:908
#, fuzzy
msgid "allocating network"
msgstr "allocating node"
#: src/hash.c:963
#: src/hash.c:918
#, fuzzy
msgid "failed to add network to connection hash table"
msgstr "failed to add domain to connection hash table"
#: src/hash.c:1015
#: src/hash.c:970
#, fuzzy
msgid "network missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:293 src/test.c:480 src/test.c:1164 src/test.c:1198
#: src/test.c:1252
#: src/test.c:293 src/test.c:480 src/test.c:1165 src/test.c:1199
#: src/test.c:1253
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:299 src/test.c:434 src/test.c:459 src/test.c:1459
#: src/test.c:299 src/test.c:434 src/test.c:459 src/test.c:1460
msgid "domain"
msgstr "domain"
......@@ -568,12 +585,12 @@ msgstr "allocating domain"
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1491
#: src/test.c:1492
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1518
#: src/test.c:1519
msgid "Domain is still running"
msgstr ""
......@@ -640,11 +657,11 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1912
#: src/xend_internal.c:1910
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:3183
#: src/xend_internal.c:3176
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
......@@ -2054,10 +2071,10 @@ msgstr ""
" commands (non interactive mode):\n"
#: src/virsh.c:4497
#, c-format
#, fuzzy, c-format
msgid ""
"\n"
" (specify --help <command> for details about the command)\n"
" (specify help <command> for details about the command)\n"
"\n"
msgstr ""
"\n"
......
......@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-07-05 17:00+0200\n"
"POT-Creation-Date: 2007-07-06 17:11+0200\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
......@@ -16,7 +16,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/libvirt.c:381 src/hash.c:664
#: src/libvirt.c:389 src/hash.c:664
msgid "allocating connection"
msgstr "allocating connection"
......@@ -370,6 +370,26 @@ msgstr "Failed to undefine domain %s"
msgid "Failed to find the network: %s"
msgstr "Failed to undefine domain %s"
#: src/virterror.c:639
#, fuzzy
msgid "Domain not found"
msgstr "domain information"
#: src/virterror.c:641
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domain restored from %s\n"
#: src/virterror.c:645
#, fuzzy
msgid "Network not found"
msgstr "domain name or uuid"
#: src/virterror.c:647
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Domain %s created from %s\n"
#: src/xmlrpc.c:63
msgid "copying node content"
msgstr "copying node content"
......@@ -414,10 +434,7 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:770 src/hash.c:775 src/test.c:961 src/test.c:991 src/test.c:1015
#: src/test.c:1040 src/xend_internal.c:1893 src/xend_internal.c:2744
#: src/xend_internal.c:2993 src/xs_internal.c:653 src/proxy_internal.c:837
#: src/proxy_internal.c:884 src/proxy_internal.c:935
#: src/hash.c:770 src/hash.c:775
msgid "allocating domain"
msgstr "allocating domain"
......@@ -429,27 +446,27 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/hash.c:948 src/hash.c:953
#: src/hash.c:903 src/hash.c:908
#, fuzzy
msgid "allocating network"
msgstr "allocating node"
#: src/hash.c:963
#: src/hash.c:918
#, fuzzy
msgid "failed to add network to connection hash table"
msgstr "failed to add domain to connection hash table"
#: src/hash.c:1015
#: src/hash.c:970
#, fuzzy
msgid "network missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:293 src/test.c:480 src/test.c:1164 src/test.c:1198
#: src/test.c:1252
#: src/test.c:293 src/test.c:480 src/test.c:1165 src/test.c:1199
#: src/test.c:1253
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:299 src/test.c:434 src/test.c:459 src/test.c:1459
#: src/test.c:299 src/test.c:434 src/test.c:459 src/test.c:1460
msgid "domain"
msgstr "domain"
......@@ -568,12 +585,12 @@ msgstr "allocating domain"
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1491
#: src/test.c:1492
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1518
#: src/test.c:1519
msgid "Domain is still running"
msgstr ""
......@@ -640,11 +657,11 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1912
#: src/xend_internal.c:1910
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:3183
#: src/xend_internal.c:3176
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
......@@ -2054,10 +2071,10 @@ msgstr ""
" commands (non interactive mode):\n"
#: src/virsh.c:4497
#, c-format
#, fuzzy, c-format
msgid ""
"\n"
" (specify --help <command> for details about the command)\n"
" (specify help <command> for details about the command)\n"
"\n"
msgstr ""
"\n"
......
......@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-07-05 17:00+0200\n"
"POT-Creation-Date: 2007-07-06 17:11+0200\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
......@@ -16,7 +16,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/libvirt.c:381 src/hash.c:664
#: src/libvirt.c:389 src/hash.c:664
msgid "allocating connection"
msgstr "allocating connection"
......@@ -370,6 +370,26 @@ msgstr "Failed to undefine domain %s"
msgid "Failed to find the network: %s"
msgstr "Failed to undefine domain %s"
#: src/virterror.c:639
#, fuzzy
msgid "Domain not found"
msgstr "domain information"
#: src/virterror.c:641
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domain restored from %s\n"
#: src/virterror.c:645
#, fuzzy
msgid "Network not found"
msgstr "domain name or uuid"
#: src/virterror.c:647
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Domain %s created from %s\n"
#: src/xmlrpc.c:63
msgid "copying node content"
msgstr "copying node content"
......@@ -414,10 +434,7 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:770 src/hash.c:775 src/test.c:961 src/test.c:991 src/test.c:1015
#: src/test.c:1040 src/xend_internal.c:1893 src/xend_internal.c:2744
#: src/xend_internal.c:2993 src/xs_internal.c:653 src/proxy_internal.c:837
#: src/proxy_internal.c:884 src/proxy_internal.c:935
#: src/hash.c:770 src/hash.c:775
msgid "allocating domain"
msgstr "allocating domain"
......@@ -429,27 +446,27 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/hash.c:948 src/hash.c:953
#: src/hash.c:903 src/hash.c:908
#, fuzzy
msgid "allocating network"
msgstr "allocating node"
#: src/hash.c:963
#: src/hash.c:918
#, fuzzy
msgid "failed to add network to connection hash table"
msgstr "failed to add domain to connection hash table"
#: src/hash.c:1015
#: src/hash.c:970
#, fuzzy
msgid "network missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:293 src/test.c:480 src/test.c:1164 src/test.c:1198
#: src/test.c:1252
#: src/test.c:293 src/test.c:480 src/test.c:1165 src/test.c:1199
#: src/test.c:1253
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:299 src/test.c:434 src/test.c:459 src/test.c:1459
#: src/test.c:299 src/test.c:434 src/test.c:459 src/test.c:1460
msgid "domain"
msgstr "domain"
......@@ -568,12 +585,12 @@ msgstr "allocating domain"
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1491
#: src/test.c:1492
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1518
#: src/test.c:1519
msgid "Domain is still running"
msgstr ""
......@@ -640,11 +657,11 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1912
#: src/xend_internal.c:1910
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:3183
#: src/xend_internal.c:3176
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
......@@ -2054,10 +2071,10 @@ msgstr ""
" commands (non interactive mode):\n"
#: src/virsh.c:4497
#, c-format
#, fuzzy, c-format
msgid ""
"\n"
" (specify --help <command> for details about the command)\n"
" (specify help <command> for details about the command)\n"
"\n"
msgstr ""
"\n"
......
......@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: as\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-07-05 17:00+0200\n"
"POT-Creation-Date: 2007-07-06 17:11+0200\n"
"PO-Revision-Date: 2007-05-24 21:24+0530\n"
"Last-Translator: Amitakhya Phukan <aphukan@redhat.com>\n"
"Language-Team: Assamese <fedora-trans-as@redhat.com>\n"
......@@ -17,7 +17,7 @@ msgstr ""
"X-Generator: KBabel 1.11.4\n"
"Plural-Forms: nplurals=2; plural=(n!=1)\n"
#: src/libvirt.c:381 src/hash.c:664
#: src/libvirt.c:389 src/hash.c:664
msgid "allocating connection"
msgstr "সংযোগ বিতৰণ কৰা হৈছে"
......@@ -367,6 +367,24 @@ msgstr ""
msgid "Failed to find the network: %s"
msgstr "পঢ়াৰ বাবে %s খোলোঁতে বিফল"
#: src/virterror.c:639
msgid "Domain not found"
msgstr ""
#: src/virterror.c:641
#, c-format
msgid "Domain not found: %s"
msgstr ""
#: src/virterror.c:645
msgid "Network not found"
msgstr ""
#: src/virterror.c:647
#, c-format
msgid "Network not found: %s"
msgstr ""
#: src/xmlrpc.c:63
msgid "copying node content"
msgstr "node ৰ বিষয়বস্তু নকল কৰা হৈছে"
......@@ -411,10 +429,7 @@ msgstr "বিশ্লেষণ কৰা সেৱকৰ উত্তৰ ব
msgid "allocate new context"
msgstr "নতুন সন্দৰ্ভ বিতৰণ কৰক"
#: src/hash.c:770 src/hash.c:775 src/test.c:961 src/test.c:991 src/test.c:1015
#: src/test.c:1040 src/xend_internal.c:1893 src/xend_internal.c:2744
#: src/xend_internal.c:2993 src/xs_internal.c:653 src/proxy_internal.c:837
#: src/proxy_internal.c:884 src/proxy_internal.c:935
#: src/hash.c:770 src/hash.c:775
msgid "allocating domain"
msgstr "ডোমেইন বিতৰণ কৰা হৈছে"
......@@ -426,24 +441,24 @@ msgstr ""
msgid "domain missing from connection hash table"
msgstr ""
#: src/hash.c:948 src/hash.c:953
#: src/hash.c:903 src/hash.c:908
msgid "allocating network"
msgstr ""
#: src/hash.c:963
#: src/hash.c:918
msgid "failed to add network to connection hash table"
msgstr ""
#: src/hash.c:1015
#: src/hash.c:970
msgid "network missing from connection hash table"
msgstr ""
#: src/test.c:293 src/test.c:480 src/test.c:1164 src/test.c:1198
#: src/test.c:1252
#: src/test.c:293 src/test.c:480 src/test.c:1165 src/test.c:1199
#: src/test.c:1253
msgid "getting time of day"
msgstr ""
#: src/test.c:299 src/test.c:434 src/test.c:459 src/test.c:1459
#: src/test.c:299 src/test.c:434 src/test.c:459 src/test.c:1460
msgid "domain"
msgstr ""
......@@ -561,11 +576,11 @@ msgstr "ডোমেইন বিতৰণ কৰা হৈছে"
msgid "too many domains"
msgstr ""
#: src/test.c:1491
#: src/test.c:1492
msgid "Domain is already running"
msgstr ""
#: src/test.c:1518
#: src/test.c:1519
msgid "Domain is still running"
msgstr ""
......@@ -630,11 +645,11 @@ msgstr ""
msgid "cannot parse vbd filename, missing driver type"
msgstr ""
#: src/xend_internal.c:1912
#: src/xend_internal.c:1910
msgid "failed to parse Xend domain information"
msgstr ""
#: src/xend_internal.c:3183
#: src/xend_internal.c:3176
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr ""
......@@ -1994,7 +2009,7 @@ msgstr ""
#, c-format
msgid ""
"\n"
" (specify --help <command> for details about the command)\n"
" (specify help <command> for details about the command)\n"
"\n"
msgstr ""
......
......@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-07-05 17:00+0200\n"
"POT-Creation-Date: 2007-07-06 17:11+0200\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
......@@ -16,7 +16,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/libvirt.c:381 src/hash.c:664
#: src/libvirt.c:389 src/hash.c:664
msgid "allocating connection"
msgstr "allocating connection"
......@@ -370,6 +370,26 @@ msgstr "Failed to undefine domain %s"
msgid "Failed to find the network: %s"
msgstr "Failed to undefine domain %s"
#: src/virterror.c:639
#, fuzzy
msgid "Domain not found"
msgstr "domain information"
#: src/virterror.c:641
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domain restored from %s\n"
#: src/virterror.c:645
#, fuzzy
msgid "Network not found"
msgstr "domain name or uuid"
#: src/virterror.c:647
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Domain %s created from %s\n"
#: src/xmlrpc.c:63
msgid "copying node content"
msgstr "copying node content"
......@@ -414,10 +434,7 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:770 src/hash.c:775 src/test.c:961 src/test.c:991 src/test.c:1015
#: src/test.c:1040 src/xend_internal.c:1893 src/xend_internal.c:2744
#: src/xend_internal.c:2993 src/xs_internal.c:653 src/proxy_internal.c:837
#: src/proxy_internal.c:884 src/proxy_internal.c:935
#: src/hash.c:770 src/hash.c:775
msgid "allocating domain"
msgstr "allocating domain"
......@@ -429,27 +446,27 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/hash.c:948 src/hash.c:953
#: src/hash.c:903 src/hash.c:908
#, fuzzy
msgid "allocating network"
msgstr "allocating node"
#: src/hash.c:963
#: src/hash.c:918
#, fuzzy
msgid "failed to add network to connection hash table"
msgstr "failed to add domain to connection hash table"
#: src/hash.c:1015
#: src/hash.c:970
#, fuzzy
msgid "network missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:293 src/test.c:480 src/test.c:1164 src/test.c:1198
#: src/test.c:1252
#: src/test.c:293 src/test.c:480 src/test.c:1165 src/test.c:1199
#: src/test.c:1253
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:299 src/test.c:434 src/test.c:459 src/test.c:1459
#: src/test.c:299 src/test.c:434 src/test.c:459 src/test.c:1460
msgid "domain"
msgstr "domain"
......@@ -568,12 +585,12 @@ msgstr "allocating domain"
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1491
#: src/test.c:1492
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1518
#: src/test.c:1519
msgid "Domain is still running"
msgstr ""
......@@ -640,11 +657,11 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1912
#: src/xend_internal.c:1910
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:3183
#: src/xend_internal.c:3176
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
......@@ -2054,10 +2071,10 @@ msgstr ""
" commands (non interactive mode):\n"
#: src/virsh.c:4497
#, c-format
#, fuzzy, c-format
msgid ""
"\n"
" (specify --help <command> for details about the command)\n"
" (specify help <command> for details about the command)\n"
"\n"
msgstr ""
"\n"
......
......@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-07-05 17:00+0200\n"
"POT-Creation-Date: 2007-07-06 17:11+0200\n"
"PO-Revision-Date: 2007-04-21 14:55+0300\n"
"Last-Translator: Doncho N. Gunchev <gunchev@gmail.com>\n"
"Language-Team: Bulgarian <dict@fsa-bg.org>\n"
......@@ -18,7 +18,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.4\n"
#: src/libvirt.c:381 src/hash.c:664
#: src/libvirt.c:389 src/hash.c:664
msgid "allocating connection"
msgstr "заделяне на връзки"
......@@ -370,6 +370,26 @@ msgstr "Неуспешно премахване дефиницията на мр
msgid "Failed to find the network: %s"
msgstr "Неуспешно премахване дефиницията на мрежа %s"
#: src/virterror.c:639
#, fuzzy
msgid "Domain not found"
msgstr "информация за домейн"
#: src/virterror.c:641
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Домейна бе възстановен от %s\n"
#: src/virterror.c:645
#, fuzzy
msgid "Network not found"
msgstr "име на мрежата или uuid"
#: src/virterror.c:647
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Мрежа %s бе създадена от %s\n"
#: src/xmlrpc.c:63
msgid "copying node content"
msgstr "копиране съдържанието на възел"
......@@ -414,10 +434,7 @@ msgstr "неуспешен разбор на отговора на сървър
msgid "allocate new context"
msgstr "заделяне на нов контекст"
#: src/hash.c:770 src/hash.c:775 src/test.c:961 src/test.c:991 src/test.c:1015
#: src/test.c:1040 src/xend_internal.c:1893 src/xend_internal.c:2744
#: src/xend_internal.c:2993 src/xs_internal.c:653 src/proxy_internal.c:837
#: src/proxy_internal.c:884 src/proxy_internal.c:935
#: src/hash.c:770 src/hash.c:775
msgid "allocating domain"
msgstr "заделяне на домейн"
......@@ -429,24 +446,24 @@ msgstr "грешка при добавяне на домейна към хеш-
msgid "domain missing from connection hash table"
msgstr "домейна липсва от хеш-таблицата с връзки"
#: src/hash.c:948 src/hash.c:953
#: src/hash.c:903 src/hash.c:908
msgid "allocating network"
msgstr "заделяне на мрежа"
#: src/hash.c:963
#: src/hash.c:918
msgid "failed to add network to connection hash table"
msgstr "грешка при добавяне на мрежата към хеш-таблицата"
#: src/hash.c:1015
#: src/hash.c:970
msgid "network missing from connection hash table"
msgstr "мрежата липсва от хеш-таблицата"
#: src/test.c:293 src/test.c:480 src/test.c:1164 src/test.c:1198
#: src/test.c:1252
#: src/test.c:293 src/test.c:480 src/test.c:1165 src/test.c:1199
#: src/test.c:1253
msgid "getting time of day"
msgstr "получаване на времето"
#: src/test.c:299 src/test.c:434 src/test.c:459 src/test.c:1459
#: src/test.c:299 src/test.c:434 src/test.c:459 src/test.c:1460
msgid "domain"
msgstr "домейн"
......@@ -564,11 +581,11 @@ msgstr "заделяне на домейн"
msgid "too many domains"
msgstr "твърде много домейни"
#: src/test.c:1491
#: src/test.c:1492
msgid "Domain is already running"
msgstr "Домейнът вече е активен"
#: src/test.c:1518
#: src/test.c:1519
msgid "Domain is still running"
msgstr "Домейнът е все още активен"
......@@ -635,11 +652,11 @@ msgstr "грешка при разбор името на файла на vbd, л
msgid "cannot parse vbd filename, missing driver type"
msgstr "грешка при разбор името на файла на vbd, липсва тип на драйвер"
#: src/xend_internal.c:1912
#: src/xend_internal.c:1910
msgid "failed to parse Xend domain information"
msgstr "неуспешен разбор на информацията за Xend домейн"
#: src/xend_internal.c:3183
#: src/xend_internal.c:3176
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Грешка при създаване на неактивен домейн %s\n"
......@@ -2021,10 +2038,10 @@ msgstr ""
" команди (в не интерактивен режим):\n"
#: src/virsh.c:4497
#, c-format
#, fuzzy, c-format
msgid ""
"\n"
" (specify --help <command> for details about the command)\n"
" (specify help <command> for details about the command)\n"
"\n"
msgstr ""
"\n"
......
......@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-07-05 17:00+0200\n"
"POT-Creation-Date: 2007-07-06 17:11+0200\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
......@@ -16,7 +16,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/libvirt.c:381 src/hash.c:664
#: src/libvirt.c:389 src/hash.c:664
msgid "allocating connection"
msgstr "allocating connection"
......@@ -370,6 +370,26 @@ msgstr "Failed to undefine domain %s"
msgid "Failed to find the network: %s"
msgstr "Failed to undefine domain %s"
#: src/virterror.c:639
#, fuzzy
msgid "Domain not found"
msgstr "domain information"
#: src/virterror.c:641
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domain restored from %s\n"
#: src/virterror.c:645
#, fuzzy
msgid "Network not found"
msgstr "domain name or uuid"
#: src/virterror.c:647
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Domain %s created from %s\n"
#: src/xmlrpc.c:63
msgid "copying node content"
msgstr "copying node content"
......@@ -414,10 +434,7 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:770 src/hash.c:775 src/test.c:961 src/test.c:991 src/test.c:1015
#: src/test.c:1040 src/xend_internal.c:1893 src/xend_internal.c:2744
#: src/xend_internal.c:2993 src/xs_internal.c:653 src/proxy_internal.c:837
#: src/proxy_internal.c:884 src/proxy_internal.c:935
#: src/hash.c:770 src/hash.c:775
msgid "allocating domain"
msgstr "allocating domain"
......@@ -429,27 +446,27 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/hash.c:948 src/hash.c:953
#: src/hash.c:903 src/hash.c:908
#, fuzzy
msgid "allocating network"
msgstr "allocating node"
#: src/hash.c:963
#: src/hash.c:918
#, fuzzy
msgid "failed to add network to connection hash table"
msgstr "failed to add domain to connection hash table"
#: src/hash.c:1015
#: src/hash.c:970
#, fuzzy
msgid "network missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:293 src/test.c:480 src/test.c:1164 src/test.c:1198
#: src/test.c:1252
#: src/test.c:293 src/test.c:480 src/test.c:1165 src/test.c:1199
#: src/test.c:1253
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:299 src/test.c:434 src/test.c:459 src/test.c:1459
#: src/test.c:299 src/test.c:434 src/test.c:459 src/test.c:1460
msgid "domain"
msgstr "domain"
......@@ -568,12 +585,12 @@ msgstr "allocating domain"
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1491
#: src/test.c:1492
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1518
#: src/test.c:1519
msgid "Domain is still running"
msgstr ""
......@@ -640,11 +657,11 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1912
#: src/xend_internal.c:1910
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:3183
#: src/xend_internal.c:3176
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
......@@ -2054,10 +2071,10 @@ msgstr ""
" commands (non interactive mode):\n"
#: src/virsh.c:4497
#, c-format
#, fuzzy, c-format
msgid ""
"\n"
" (specify --help <command> for details about the command)\n"
" (specify help <command> for details about the command)\n"
"\n"
msgstr ""
"\n"
......
......@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: bn_IN\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-07-05 17:00+0200\n"
"POT-Creation-Date: 2007-07-06 17:11+0200\n"
"PO-Revision-Date: 2007-04-10 18:48+0530\n"
"Last-Translator: Runa Bhattacharjee <runab@redhat.com>\n"
"Language-Team: Bengali <en@li.org>\n"
......@@ -19,7 +19,7 @@ msgstr ""
"\n"
"\n"
#: src/libvirt.c:381 src/hash.c:664
#: src/libvirt.c:389 src/hash.c:664
msgid "allocating connection"
msgstr "সংযোগ বরাদ্দকরণ"
......@@ -370,6 +370,26 @@ msgstr "নেটওয়ার্ক %s-র ব্যাখ্যা মুছে
msgid "Failed to find the network: %s"
msgstr "নেটওয়ার্ক %s-র ব্যাখ্যা মুছে ফেলতে ব্যর্থ"
#: src/virterror.c:639
#, fuzzy
msgid "Domain not found"
msgstr "ডোমেইন সংক্রান্ত তথ্য"
#: src/virterror.c:641
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "%s থেকে ডোমেইন পুনরুদ্ধার করা হয়েছে\n"
#: src/virterror.c:645
#, fuzzy
msgid "Network not found"
msgstr "নেটওয়ার্কের নাম অথবা uuid"
#: src/virterror.c:647
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "%s নেটওয়ার্ক %s থেকে নির্মিত\n"
#: src/xmlrpc.c:63
msgid "copying node content"
msgstr "নোডের তথ্য কপি করা হচ্ছে"
......@@ -414,10 +434,7 @@ msgstr "সার্ভার থেকে প্রাপ্ত প্রত্
msgid "allocate new context"
msgstr "নতুন কনটেক্সট বরাদ্দকরণ"
#: src/hash.c:770 src/hash.c:775 src/test.c:961 src/test.c:991 src/test.c:1015
#: src/test.c:1040 src/xend_internal.c:1893 src/xend_internal.c:2744
#: src/xend_internal.c:2993 src/xs_internal.c:653 src/proxy_internal.c:837
#: src/proxy_internal.c:884 src/proxy_internal.c:935
#: src/hash.c:770 src/hash.c:775
msgid "allocating domain"
msgstr "ডোমেইন বরাদ্দকরণ"
......@@ -429,24 +446,24 @@ msgstr "সংযোগ সংক্রান্ত হ্যাশ টেবি
msgid "domain missing from connection hash table"
msgstr "সংযোগ সংক্রান্ত হ্যাশ টেবিলের মধ্যে ডোমেইন অনুপস্থিত"
#: src/hash.c:948 src/hash.c:953
#: src/hash.c:903 src/hash.c:908
msgid "allocating network"
msgstr "নেটওয়ার্ক বরাদ্দকরণ"
#: src/hash.c:963
#: src/hash.c:918
msgid "failed to add network to connection hash table"
msgstr "সংযোগ সংক্রান্ত হ্যাশ টেবিলের মধ্যে নেটওয়ার্ক যোগ করতে ব্যর্থ"
#: src/hash.c:1015
#: src/hash.c:970
msgid "network missing from connection hash table"
msgstr "সংযোগ সংক্রান্ত হ্যাশ টেবিলের মধ্যে নেটওয়ার্ক অনুপস্থিত"
#: src/test.c:293 src/test.c:480 src/test.c:1164 src/test.c:1198
#: src/test.c:1252
#: src/test.c:293 src/test.c:480 src/test.c:1165 src/test.c:1199
#: src/test.c:1253
msgid "getting time of day"
msgstr "দিনের বর্তমান সময় সংগ্রহ"
#: src/test.c:299 src/test.c:434 src/test.c:459 src/test.c:1459
#: src/test.c:299 src/test.c:434 src/test.c:459 src/test.c:1460
msgid "domain"
msgstr "ডোমেইম"
......@@ -564,11 +581,11 @@ msgstr "ডোমেইন বরাদ্দকরণ"
msgid "too many domains"
msgstr "অত্যাধিক সংখ্যক ডোমেইন"
#: src/test.c:1491
#: src/test.c:1492
msgid "Domain is already running"
msgstr "ডোমেইন বর্তমানে সক্রিয়"
#: src/test.c:1518
#: src/test.c:1519
msgid "Domain is still running"
msgstr "ডোমেইন বর্তমানে সক্রিয়"
......@@ -634,11 +651,11 @@ msgstr "vbd ফাইলের নাম পার্স করতে ব্য
msgid "cannot parse vbd filename, missing driver type"
msgstr "vbd ফাইলের নাম পার্স করতে ব্যর্থ, ড্রাইভারের ধরন অনুপস্থিত"
#: src/xend_internal.c:1912
#: src/xend_internal.c:1910
msgid "failed to parse Xend domain information"
msgstr "Xend ডোমেইন সংক্রান্ত তথ্য পার্স করতে ব্যর্থ"
#: src/xend_internal.c:3183
#: src/xend_internal.c:3176
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "নিষ্ক্রিয় ডোমেইন %s নির্মাণ করতে ব্যর্থ\n"
......@@ -2023,10 +2040,10 @@ msgstr ""
" কমান্ড (নন ইন্টারেক্টিভ মোড):\n"
#: src/virsh.c:4497
#, c-format
#, fuzzy, c-format
msgid ""
"\n"
" (specify --help <command> for details about the command)\n"
" (specify help <command> for details about the command)\n"
"\n"
msgstr ""
"\n"
......
此差异已折叠。
......@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-07-05 17:00+0200\n"
"POT-Creation-Date: 2007-07-06 17:11+0200\n"
"PO-Revision-Date: 2007-04-21 10:20-0100\n"
"Last-Translator: Xavier Conde Rueda <xavi.conde@gmail.com>\n"
"Language-Team: Catalan <fedora@softcatala.net>\n"
......@@ -28,7 +28,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/libvirt.c:381 src/hash.c:664
#: src/libvirt.c:389 src/hash.c:664
msgid "allocating connection"
msgstr "s'està assignant la connexió"
......@@ -379,6 +379,26 @@ msgstr "No s'ha definit la xarxa %s"
msgid "Failed to find the network: %s"
msgstr "No s'ha definit la xarxa %s"
#: src/virterror.c:639
#, fuzzy
msgid "Domain not found"
msgstr "informació del domini"
#: src/virterror.c:641
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "S'ha restaurat un domini des de %s\n"
#: src/virterror.c:645
#, fuzzy
msgid "Network not found"
msgstr "nom de xarxa o uuid"
#: src/virterror.c:647
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "S'ha creat la xarxa %s des de %s\n"
#: src/xmlrpc.c:63
msgid "copying node content"
msgstr "s'està copiant el contingut del node"
......@@ -423,10 +443,7 @@ msgstr "ha fallat l'anàlisi de la resposta del servidor"
msgid "allocate new context"
msgstr "assigna un nou context"
#: src/hash.c:770 src/hash.c:775 src/test.c:961 src/test.c:991 src/test.c:1015
#: src/test.c:1040 src/xend_internal.c:1893 src/xend_internal.c:2744
#: src/xend_internal.c:2993 src/xs_internal.c:653 src/proxy_internal.c:837
#: src/proxy_internal.c:884 src/proxy_internal.c:935
#: src/hash.c:770 src/hash.c:775
msgid "allocating domain"
msgstr "assignació d'un domini"
......@@ -439,24 +456,24 @@ msgstr ""
msgid "domain missing from connection hash table"
msgstr "manca el domini a la taula de dispersió de connexions"
#: src/hash.c:948 src/hash.c:953
#: src/hash.c:903 src/hash.c:908
msgid "allocating network"
msgstr "s'està assignant una xarxa"
#: src/hash.c:963
#: src/hash.c:918
msgid "failed to add network to connection hash table"
msgstr "no s'ha pogut afegir la xarxa a la taula de dispersió de connexions"
#: src/hash.c:1015
#: src/hash.c:970
msgid "network missing from connection hash table"
msgstr "manca la xarxa a la taula de dispersió de connexions"
#: src/test.c:293 src/test.c:480 src/test.c:1164 src/test.c:1198
#: src/test.c:1252
#: src/test.c:293 src/test.c:480 src/test.c:1165 src/test.c:1199
#: src/test.c:1253
msgid "getting time of day"
msgstr "obtenció de la data i hora"
#: src/test.c:299 src/test.c:434 src/test.c:459 src/test.c:1459
#: src/test.c:299 src/test.c:434 src/test.c:459 src/test.c:1460
msgid "domain"
msgstr "domini"
......@@ -574,11 +591,11 @@ msgstr "assignació d'un domini"
msgid "too many domains"
msgstr "massa dominis"
#: src/test.c:1491
#: src/test.c:1492
msgid "Domain is already running"
msgstr "El domini ja s'està executant"
#: src/test.c:1518
#: src/test.c:1519
msgid "Domain is still running"
msgstr "El domini encara s'està executant"
......@@ -646,11 +663,11 @@ msgid "cannot parse vbd filename, missing driver type"
msgstr ""
"no es pot analitzar el nom de fitxer vbd, manca el tipus de controlador"
#: src/xend_internal.c:1912
#: src/xend_internal.c:1910
msgid "failed to parse Xend domain information"
msgstr "no s'ha pogut analitzar la informació del domini Xend"
#: src/xend_internal.c:3183
#: src/xend_internal.c:3176
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "No s'ha pogut crear el domini inactiu %s\n"
......@@ -2031,10 +2048,10 @@ msgstr ""
" ordres (mode no interactiu):\n"
#: src/virsh.c:4497
#, c-format
#, fuzzy, c-format
msgid ""
"\n"
" (specify --help <command> for details about the command)\n"
" (specify help <command> for details about the command)\n"
"\n"
msgstr ""
"\n"
......
......@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: cs\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-07-05 17:00+0200\n"
"POT-Creation-Date: 2007-07-06 17:11+0200\n"
"PO-Revision-Date: 2007-01-28 13:55+0100\n"
"Last-Translator: Milan Kerslager <kerslage@linux.cz>\n"
"Language-Team: Czech <cs@li.org>\n"
......@@ -15,7 +15,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/libvirt.c:381 src/hash.c:664
#: src/libvirt.c:389 src/hash.c:664
msgid "allocating connection"
msgstr ""
......@@ -362,6 +362,24 @@ msgstr ""
msgid "Failed to find the network: %s"
msgstr ""
#: src/virterror.c:639
msgid "Domain not found"
msgstr ""
#: src/virterror.c:641
#, c-format
msgid "Domain not found: %s"
msgstr ""
#: src/virterror.c:645
msgid "Network not found"
msgstr ""
#: src/virterror.c:647
#, c-format
msgid "Network not found: %s"
msgstr ""
#: src/xmlrpc.c:63
msgid "copying node content"
msgstr ""
......@@ -406,10 +424,7 @@ msgstr ""
msgid "allocate new context"
msgstr ""
#: src/hash.c:770 src/hash.c:775 src/test.c:961 src/test.c:991 src/test.c:1015
#: src/test.c:1040 src/xend_internal.c:1893 src/xend_internal.c:2744
#: src/xend_internal.c:2993 src/xs_internal.c:653 src/proxy_internal.c:837
#: src/proxy_internal.c:884 src/proxy_internal.c:935
#: src/hash.c:770 src/hash.c:775
msgid "allocating domain"
msgstr ""
......@@ -421,24 +436,24 @@ msgstr ""
msgid "domain missing from connection hash table"
msgstr ""
#: src/hash.c:948 src/hash.c:953
#: src/hash.c:903 src/hash.c:908
msgid "allocating network"
msgstr ""
#: src/hash.c:963
#: src/hash.c:918
msgid "failed to add network to connection hash table"
msgstr ""
#: src/hash.c:1015
#: src/hash.c:970
msgid "network missing from connection hash table"
msgstr ""
#: src/test.c:293 src/test.c:480 src/test.c:1164 src/test.c:1198
#: src/test.c:1252
#: src/test.c:293 src/test.c:480 src/test.c:1165 src/test.c:1199
#: src/test.c:1253
msgid "getting time of day"
msgstr ""
#: src/test.c:299 src/test.c:434 src/test.c:459 src/test.c:1459
#: src/test.c:299 src/test.c:434 src/test.c:459 src/test.c:1460
msgid "domain"
msgstr ""
......@@ -554,11 +569,11 @@ msgstr ""
msgid "too many domains"
msgstr ""
#: src/test.c:1491
#: src/test.c:1492
msgid "Domain is already running"
msgstr ""
#: src/test.c:1518
#: src/test.c:1519
msgid "Domain is still running"
msgstr ""
......@@ -623,11 +638,11 @@ msgstr ""
msgid "cannot parse vbd filename, missing driver type"
msgstr ""
#: src/xend_internal.c:1912
#: src/xend_internal.c:1910
msgid "failed to parse Xend domain information"
msgstr ""
#: src/xend_internal.c:3183
#: src/xend_internal.c:3176
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr ""
......@@ -1958,7 +1973,7 @@ msgstr ""
#, c-format
msgid ""
"\n"
" (specify --help <command> for details about the command)\n"
" (specify help <command> for details about the command)\n"
"\n"
msgstr ""
......
......@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-07-05 17:00+0200\n"
"POT-Creation-Date: 2007-07-06 17:11+0200\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
......@@ -16,7 +16,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/libvirt.c:381 src/hash.c:664
#: src/libvirt.c:389 src/hash.c:664
msgid "allocating connection"
msgstr "allocating connection"
......@@ -370,6 +370,26 @@ msgstr "Failed to undefine domain %s"
msgid "Failed to find the network: %s"
msgstr "Failed to undefine domain %s"
#: src/virterror.c:639
#, fuzzy
msgid "Domain not found"
msgstr "domain information"
#: src/virterror.c:641
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domain restored from %s\n"
#: src/virterror.c:645
#, fuzzy
msgid "Network not found"
msgstr "domain name or uuid"
#: src/virterror.c:647
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Domain %s created from %s\n"
#: src/xmlrpc.c:63
msgid "copying node content"
msgstr "copying node content"
......@@ -414,10 +434,7 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:770 src/hash.c:775 src/test.c:961 src/test.c:991 src/test.c:1015
#: src/test.c:1040 src/xend_internal.c:1893 src/xend_internal.c:2744
#: src/xend_internal.c:2993 src/xs_internal.c:653 src/proxy_internal.c:837
#: src/proxy_internal.c:884 src/proxy_internal.c:935
#: src/hash.c:770 src/hash.c:775
msgid "allocating domain"
msgstr "allocating domain"
......@@ -429,27 +446,27 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/hash.c:948 src/hash.c:953
#: src/hash.c:903 src/hash.c:908
#, fuzzy
msgid "allocating network"
msgstr "allocating node"
#: src/hash.c:963
#: src/hash.c:918
#, fuzzy
msgid "failed to add network to connection hash table"
msgstr "failed to add domain to connection hash table"
#: src/hash.c:1015
#: src/hash.c:970
#, fuzzy
msgid "network missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:293 src/test.c:480 src/test.c:1164 src/test.c:1198
#: src/test.c:1252
#: src/test.c:293 src/test.c:480 src/test.c:1165 src/test.c:1199
#: src/test.c:1253
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:299 src/test.c:434 src/test.c:459 src/test.c:1459
#: src/test.c:299 src/test.c:434 src/test.c:459 src/test.c:1460
msgid "domain"
msgstr "domain"
......@@ -568,12 +585,12 @@ msgstr "allocating domain"
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1491
#: src/test.c:1492
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1518
#: src/test.c:1519
msgid "Domain is still running"
msgstr ""
......@@ -640,11 +657,11 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1912
#: src/xend_internal.c:1910
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:3183
#: src/xend_internal.c:3176
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
......@@ -2054,10 +2071,10 @@ msgstr ""
" commands (non interactive mode):\n"
#: src/virsh.c:4497
#, c-format
#, fuzzy, c-format
msgid ""
"\n"
" (specify --help <command> for details about the command)\n"
" (specify help <command> for details about the command)\n"
"\n"
msgstr ""
"\n"
......
......@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: da\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-07-05 17:00+0200\n"
"POT-Creation-Date: 2007-07-06 17:11+0200\n"
"PO-Revision-Date: 2007-05-10 15:48+0200\n"
"Last-Translator: Keld Simonsen <keld@rap.dk>\n"
"Language-Team: <da@li.org>\n"
......@@ -20,7 +20,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.10.2\n"
#: src/libvirt.c:381 src/hash.c:664
#: src/libvirt.c:389 src/hash.c:664
msgid "allocating connection"
msgstr "allokerer forbindelse"
......@@ -371,6 +371,26 @@ msgstr "Kunne ikke afdefinere netværk %s"
msgid "Failed to find the network: %s"
msgstr "Kunne ikke afdefinere netværk %s"
#: src/virterror.c:639
#, fuzzy
msgid "Domain not found"
msgstr "domæneinformation"
#: src/virterror.c:641
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domæne genetableret fra %s\n"
#: src/virterror.c:645
#, fuzzy
msgid "Network not found"
msgstr "netværksnavn eller uuid"
#: src/virterror.c:647
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Netværk %s oprettet fra %s\n"
#: src/xmlrpc.c:63
msgid "copying node content"
msgstr "kopierer knude-indhold"
......@@ -415,10 +435,7 @@ msgstr "analyse af svar fra server mislykkedes"
msgid "allocate new context"
msgstr "allokér ny kontekst"
#: src/hash.c:770 src/hash.c:775 src/test.c:961 src/test.c:991 src/test.c:1015
#: src/test.c:1040 src/xend_internal.c:1893 src/xend_internal.c:2744
#: src/xend_internal.c:2993 src/xs_internal.c:653 src/proxy_internal.c:837
#: src/proxy_internal.c:884 src/proxy_internal.c:935
#: src/hash.c:770 src/hash.c:775
msgid "allocating domain"
msgstr "allokerer domæne"
......@@ -430,24 +447,24 @@ msgstr "kunne ikke tilføje domæne til hashindekstabellen for forbindelser"
msgid "domain missing from connection hash table"
msgstr "domæne mangler fra hashindekstabellen for forbindelser"
#: src/hash.c:948 src/hash.c:953
#: src/hash.c:903 src/hash.c:908
msgid "allocating network"
msgstr "allokerer netværk"
#: src/hash.c:963
#: src/hash.c:918
msgid "failed to add network to connection hash table"
msgstr "kunne ikke tilføje netværk til hashindekstabellen for forbindelser"
#: src/hash.c:1015
#: src/hash.c:970
msgid "network missing from connection hash table"
msgstr "netværk mangler fra hashindekstabellen for forbindelser"
#: src/test.c:293 src/test.c:480 src/test.c:1164 src/test.c:1198
#: src/test.c:1252
#: src/test.c:293 src/test.c:480 src/test.c:1165 src/test.c:1199
#: src/test.c:1253
msgid "getting time of day"
msgstr "henter tid på døgnet"
#: src/test.c:299 src/test.c:434 src/test.c:459 src/test.c:1459
#: src/test.c:299 src/test.c:434 src/test.c:459 src/test.c:1460
msgid "domain"
msgstr "domæne"
......@@ -565,11 +582,11 @@ msgstr "allokerer domæne"
msgid "too many domains"
msgstr "for mange domæner"
#: src/test.c:1491
#: src/test.c:1492
msgid "Domain is already running"
msgstr "Domænet kører allerede"
#: src/test.c:1518
#: src/test.c:1519
msgid "Domain is still running"
msgstr "Domænet kører stadigvæk"
......@@ -634,11 +651,11 @@ msgstr "Kan ikke fortolke vbd-filnavn, mangler drivernavn"
msgid "cannot parse vbd filename, missing driver type"
msgstr "Kan ikke fortolke vbd-filnavn, mangler drivertype"
#: src/xend_internal.c:1912
#: src/xend_internal.c:1910
msgid "failed to parse Xend domain information"
msgstr "kunne ikke analysere domæneinformation for Xend"
#: src/xend_internal.c:3183
#: src/xend_internal.c:3176
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Kunne ikke oprette inaktivt domæne %s\n"
......@@ -2017,10 +2034,10 @@ msgstr ""
" kommandoer (ikke-interaktiv tilstand):\n"
#: src/virsh.c:4497
#, c-format
#, fuzzy, c-format
msgid ""
"\n"
" (specify --help <command> for details about the command)\n"
" (specify help <command> for details about the command)\n"
"\n"
msgstr ""
"\n"
......
......@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: de\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-07-05 17:00+0200\n"
"PO-Revision-Date: 2007-06-29 11:46+1000\n"
"POT-Creation-Date: 2007-07-06 17:11+0200\n"
"PO-Revision-Date: 2007-07-06 09:24+1000\n"
"Last-Translator: PGP-KeyID: 0x037FD3CF <ttrinks@redhat.com>\n"
"Language-Team: <de@li.org>\n"
"MIME-Version: 1.0\n"
......@@ -16,7 +16,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.4\n"
#: src/libvirt.c:381 src/hash.c:664
#: src/libvirt.c:389 src/hash.c:664
msgid "allocating connection"
msgstr "Verbindung zuweisen"
......@@ -363,6 +363,26 @@ msgstr "Netzwerk wurde nicht gefunden"
msgid "Failed to find the network: %s"
msgstr "Netzwerk wurde nicht gefunden: %s"
#: src/virterror.c:639
#, fuzzy
msgid "Domain not found"
msgstr "Domain-Informationen"
#: src/virterror.c:641
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domain aus %s wiederhergestellt\n"
#: src/virterror.c:645
#, fuzzy
msgid "Network not found"
msgstr "Netzwerk-Name oder UUID"
#: src/virterror.c:647
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Netzwerk %s von %s erstellt\n"
#: src/xmlrpc.c:63
msgid "copying node content"
msgstr "Knoteninhalt wird kopiert"
......@@ -407,10 +427,7 @@ msgstr "Analyse der Serverantwort schlug fehl"
msgid "allocate new context"
msgstr "Neuen Kontext zuweisen"
#: src/hash.c:770 src/hash.c:775 src/test.c:961 src/test.c:991 src/test.c:1015
#: src/test.c:1040 src/xend_internal.c:1893 src/xend_internal.c:2744
#: src/xend_internal.c:2993 src/xs_internal.c:653 src/proxy_internal.c:837
#: src/proxy_internal.c:884 src/proxy_internal.c:935
#: src/hash.c:770 src/hash.c:775
msgid "allocating domain"
msgstr "Domain zuweisen"
......@@ -422,24 +439,24 @@ msgstr "Hinzufügen der Domain zur Verbindungs-Hashtabelle schlug fehl"
msgid "domain missing from connection hash table"
msgstr "Fehlende Domain in Verbindungs-Hashtabelle"
#: src/hash.c:948 src/hash.c:953
#: src/hash.c:903 src/hash.c:908
msgid "allocating network"
msgstr "Netzwerk zuweisen"
#: src/hash.c:963
#: src/hash.c:918
msgid "failed to add network to connection hash table"
msgstr "Hinzufügen des Netzwerks zur Verbindungs-Hashtabelle schlug fehl"
#: src/hash.c:1015
#: src/hash.c:970
msgid "network missing from connection hash table"
msgstr "Fehlendes Netzwerk in Verbindungs-Hashtabelle"
#: src/test.c:293 src/test.c:480 src/test.c:1164 src/test.c:1198
#: src/test.c:1252
#: src/test.c:293 src/test.c:480 src/test.c:1165 src/test.c:1199
#: src/test.c:1253
msgid "getting time of day"
msgstr "Tageszeit ermitteln"
#: src/test.c:299 src/test.c:434 src/test.c:459 src/test.c:1459
#: src/test.c:299 src/test.c:434 src/test.c:459 src/test.c:1460
msgid "domain"
msgstr "Domain"
......@@ -555,11 +572,11 @@ msgstr "Pfad zuweisen"
msgid "too many domains"
msgstr "zu viele Domains"
#: src/test.c:1491
#: src/test.c:1492
msgid "Domain is already running"
msgstr "Domain läuft ist bereits"
#: src/test.c:1518
#: src/test.c:1519
msgid "Domain is still running"
msgstr "Domain läuft immer noch"
......@@ -624,11 +641,11 @@ msgstr "vbd Dateiname kann nicht analysiert werden, fehlender Treibername"
msgid "cannot parse vbd filename, missing driver type"
msgstr "vbd Dateiname kann nicht analysiert werden, fehlender Treibertyp"
#: src/xend_internal.c:1912
#: src/xend_internal.c:1910
msgid "failed to parse Xend domain information"
msgstr "Analyse der Xend-Domaininformation schlug fehl"
#: src/xend_internal.c:3183
#: src/xend_internal.c:3176
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Fehler beim Erstellen einer inaktiven Domain %s\n"
......@@ -1992,10 +2009,10 @@ msgstr ""
" commands (non interactive mode):\n"
#: src/virsh.c:4497
#, c-format
#, fuzzy, c-format
msgid ""
"\n"
" (specify --help <command> for details about the command)\n"
" (specify help <command> for details about the command)\n"
"\n"
msgstr ""
"\n"
......@@ -2064,9 +2081,8 @@ msgid "expecting an assignment"
msgstr "erwarte eine Anweisung"
#: src/conf.c:887 src/conf.c:941
#, fuzzy
msgid "failed to allocate buffer"
msgstr "Knotenzuweisung schlug fehl"
msgstr "Pufferzuweisung schlug fehl"
#: src/conf.c:899
msgid "failed to open file"
......
......@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-07-05 17:00+0200\n"
"POT-Creation-Date: 2007-07-06 17:11+0200\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
......@@ -16,7 +16,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/libvirt.c:381 src/hash.c:664
#: src/libvirt.c:389 src/hash.c:664
msgid "allocating connection"
msgstr "allocating connection"
......@@ -370,6 +370,26 @@ msgstr "Failed to undefine domain %s"
msgid "Failed to find the network: %s"
msgstr "Failed to undefine domain %s"
#: src/virterror.c:639
#, fuzzy
msgid "Domain not found"
msgstr "domain information"
#: src/virterror.c:641
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domain restored from %s\n"
#: src/virterror.c:645
#, fuzzy
msgid "Network not found"
msgstr "domain name or uuid"
#: src/virterror.c:647
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Domain %s created from %s\n"
#: src/xmlrpc.c:63
msgid "copying node content"
msgstr "copying node content"
......@@ -414,10 +434,7 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:770 src/hash.c:775 src/test.c:961 src/test.c:991 src/test.c:1015
#: src/test.c:1040 src/xend_internal.c:1893 src/xend_internal.c:2744
#: src/xend_internal.c:2993 src/xs_internal.c:653 src/proxy_internal.c:837
#: src/proxy_internal.c:884 src/proxy_internal.c:935
#: src/hash.c:770 src/hash.c:775
msgid "allocating domain"
msgstr "allocating domain"
......@@ -429,27 +446,27 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/hash.c:948 src/hash.c:953
#: src/hash.c:903 src/hash.c:908
#, fuzzy
msgid "allocating network"
msgstr "allocating node"
#: src/hash.c:963
#: src/hash.c:918
#, fuzzy
msgid "failed to add network to connection hash table"
msgstr "failed to add domain to connection hash table"
#: src/hash.c:1015
#: src/hash.c:970
#, fuzzy
msgid "network missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:293 src/test.c:480 src/test.c:1164 src/test.c:1198
#: src/test.c:1252
#: src/test.c:293 src/test.c:480 src/test.c:1165 src/test.c:1199
#: src/test.c:1253
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:299 src/test.c:434 src/test.c:459 src/test.c:1459
#: src/test.c:299 src/test.c:434 src/test.c:459 src/test.c:1460
msgid "domain"
msgstr "domain"
......@@ -568,12 +585,12 @@ msgstr "allocating domain"
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1491
#: src/test.c:1492
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1518
#: src/test.c:1519
msgid "Domain is still running"
msgstr ""
......@@ -640,11 +657,11 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1912
#: src/xend_internal.c:1910
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:3183
#: src/xend_internal.c:3176
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
......@@ -2054,10 +2071,10 @@ msgstr ""
" commands (non interactive mode):\n"
#: src/virsh.c:4497
#, c-format
#, fuzzy, c-format
msgid ""
"\n"
" (specify --help <command> for details about the command)\n"
" (specify help <command> for details about the command)\n"
"\n"
msgstr ""
"\n"
......
......@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-07-05 17:00+0200\n"
"POT-Creation-Date: 2007-07-06 17:11+0200\n"
"PO-Revision-Date: 2007-06-11 13:51+0000\n"
"Last-Translator: Abigail Brady <morwen@evilmagic.org>\n"
"Language-Team: \n"
......@@ -15,7 +15,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/libvirt.c:381 src/hash.c:664
#: src/libvirt.c:389 src/hash.c:664
msgid "allocating connection"
msgstr "allocating connection"
......@@ -363,6 +363,26 @@ msgstr "Failed to find the network"
msgid "Failed to find the network: %s"
msgstr "Failed to find the network: %s"
#: src/virterror.c:639
#, fuzzy
msgid "Domain not found"
msgstr "domain information"
#: src/virterror.c:641
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domain restored from %s\n"
#: src/virterror.c:645
#, fuzzy
msgid "Network not found"
msgstr "network name or uuid"
#: src/virterror.c:647
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Network %s created from %s\n"
#: src/xmlrpc.c:63
msgid "copying node content"
msgstr "copying node content"
......@@ -407,10 +427,7 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:770 src/hash.c:775 src/test.c:961 src/test.c:991 src/test.c:1015
#: src/test.c:1040 src/xend_internal.c:1893 src/xend_internal.c:2744
#: src/xend_internal.c:2993 src/xs_internal.c:653 src/proxy_internal.c:837
#: src/proxy_internal.c:884 src/proxy_internal.c:935
#: src/hash.c:770 src/hash.c:775
msgid "allocating domain"
msgstr "allocating domain"
......@@ -422,24 +439,24 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/hash.c:948 src/hash.c:953
#: src/hash.c:903 src/hash.c:908
msgid "allocating network"
msgstr "allocating network"
#: src/hash.c:963
#: src/hash.c:918
msgid "failed to add network to connection hash table"
msgstr "failed to add network to connection hash table"
#: src/hash.c:1015
#: src/hash.c:970
msgid "network missing from connection hash table"
msgstr "network missing from connection hash table"
#: src/test.c:293 src/test.c:480 src/test.c:1164 src/test.c:1198
#: src/test.c:1252
#: src/test.c:293 src/test.c:480 src/test.c:1165 src/test.c:1199
#: src/test.c:1253
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:299 src/test.c:434 src/test.c:459 src/test.c:1459
#: src/test.c:299 src/test.c:434 src/test.c:459 src/test.c:1460
msgid "domain"
msgstr "domain"
......@@ -556,11 +573,11 @@ msgstr "allocating domain"
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1491
#: src/test.c:1492
msgid "Domain is already running"
msgstr "Domain is already running"
#: src/test.c:1518
#: src/test.c:1519
msgid "Domain is still running"
msgstr "Domain is still running"
......@@ -625,11 +642,11 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1912
#: src/xend_internal.c:1910
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:3183
#: src/xend_internal.c:3176
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create inactive domain %s\n"
......@@ -2002,10 +2019,10 @@ msgstr ""
" commands (non interactive mode):\n"
#: src/virsh.c:4497
#, c-format
#, fuzzy, c-format
msgid ""
"\n"
" (specify --help <command> for details about the command)\n"
" (specify help <command> for details about the command)\n"
"\n"
msgstr ""
"\n"
......
......@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: es~\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-07-05 17:00+0200\n"
"PO-Revision-Date: 2007-06-28 09:35-0300\n"
"POT-Creation-Date: 2007-07-06 17:11+0200\n"
"PO-Revision-Date: 2007-07-05 23:22-0300\n"
"Last-Translator: Domingo Becker <domingobecker@gmail.com>\n"
"Language-Team: Spanish <en@li.org>\n"
"MIME-Version: 1.0\n"
......@@ -16,7 +16,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.9.1\n"
#: src/libvirt.c:381 src/hash.c:664
#: src/libvirt.c:389 src/hash.c:664
msgid "allocating connection"
msgstr "asignando conexión"
......@@ -363,6 +363,26 @@ msgstr "Falló al eliminar definición de la red"
msgid "Failed to find the network: %s"
msgstr "Falló al encontrar la red: %s"
#: src/virterror.c:639
#, fuzzy
msgid "Domain not found"
msgstr "información del dominio"
#: src/virterror.c:641
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Dominio restaurado desde %s\n"
#: src/virterror.c:645
#, fuzzy
msgid "Network not found"
msgstr "nombre de red o uuid"
#: src/virterror.c:647
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "La red %s fue creada desde %s\n"
#: src/xmlrpc.c:63
msgid "copying node content"
msgstr "copiando contenido del nodo"
......@@ -407,10 +427,7 @@ msgstr "falló el análisis sintáctico de la respuesta del servidor"
msgid "allocate new context"
msgstr "asignar nuevo contexto"
#: src/hash.c:770 src/hash.c:775 src/test.c:961 src/test.c:991 src/test.c:1015
#: src/test.c:1040 src/xend_internal.c:1893 src/xend_internal.c:2744
#: src/xend_internal.c:2993 src/xs_internal.c:653 src/proxy_internal.c:837
#: src/proxy_internal.c:884 src/proxy_internal.c:935
#: src/hash.c:770 src/hash.c:775
msgid "allocating domain"
msgstr "asignando dominio"
......@@ -422,24 +439,24 @@ msgstr "falló al agregar dominio a la tabla hash de conexiones"
msgid "domain missing from connection hash table"
msgstr "falta el dominio en la tabla hash de conexiones"
#: src/hash.c:948 src/hash.c:953
#: src/hash.c:903 src/hash.c:908
msgid "allocating network"
msgstr "asignando red"
#: src/hash.c:963
#: src/hash.c:918
msgid "failed to add network to connection hash table"
msgstr "falló al agregar red a la tabla hash de conexiones"
#: src/hash.c:1015
#: src/hash.c:970
msgid "network missing from connection hash table"
msgstr "falta la red en la tabla hash de conexiones"
#: src/test.c:293 src/test.c:480 src/test.c:1164 src/test.c:1198
#: src/test.c:1252
#: src/test.c:293 src/test.c:480 src/test.c:1165 src/test.c:1199
#: src/test.c:1253
msgid "getting time of day"
msgstr "obteniendo la hora"
#: src/test.c:299 src/test.c:434 src/test.c:459 src/test.c:1459
#: src/test.c:299 src/test.c:434 src/test.c:459 src/test.c:1460
msgid "domain"
msgstr "dominio"
......@@ -555,11 +572,11 @@ msgstr "asignando camino"
msgid "too many domains"
msgstr "demasiados dominios"
#: src/test.c:1491
#: src/test.c:1492
msgid "Domain is already running"
msgstr "El dominio ya está ejecutándose"
#: src/test.c:1518
#: src/test.c:1519
msgid "Domain is still running"
msgstr "El dominio todavía está en ejecución"
......@@ -628,11 +645,11 @@ msgid "cannot parse vbd filename, missing driver type"
msgstr ""
"no se puede analizar el nombre de archivo vbd, tipo de dispositivo omitido"
#: src/xend_internal.c:1912
#: src/xend_internal.c:1910
msgid "failed to parse Xend domain information"
msgstr "falló el análisis sintáctico de la información del dominio Xend"
#: src/xend_internal.c:3183
#: src/xend_internal.c:3176
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Falló al crear dominio inactivo %s\n"
......@@ -1995,10 +2012,10 @@ msgstr ""
" comandos (modo no interactivo):\n"
#: src/virsh.c:4497
#, c-format
#, fuzzy, c-format
msgid ""
"\n"
" (specify --help <command> for details about the command)\n"
" (specify help <command> for details about the command)\n"
"\n"
msgstr ""
"\n"
......@@ -2067,9 +2084,8 @@ msgid "expecting an assignment"
msgstr "esperando una asignación"
#: src/conf.c:887 src/conf.c:941
#, fuzzy
msgid "failed to allocate buffer"
msgstr "falló al asignar un nodo"
msgstr "no se pudo asignar buffer"
#: src/conf.c:899
msgid "failed to open file"
......
......@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-07-05 17:00+0200\n"
"POT-Creation-Date: 2007-07-06 17:11+0200\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
......@@ -16,7 +16,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/libvirt.c:381 src/hash.c:664
#: src/libvirt.c:389 src/hash.c:664
msgid "allocating connection"
msgstr "allocating connection"
......@@ -370,6 +370,26 @@ msgstr "Failed to undefine domain %s"
msgid "Failed to find the network: %s"
msgstr "Failed to undefine domain %s"
#: src/virterror.c:639
#, fuzzy
msgid "Domain not found"
msgstr "domain information"
#: src/virterror.c:641
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domain restored from %s\n"
#: src/virterror.c:645
#, fuzzy
msgid "Network not found"
msgstr "domain name or uuid"
#: src/virterror.c:647
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Domain %s created from %s\n"
#: src/xmlrpc.c:63
msgid "copying node content"
msgstr "copying node content"
......@@ -414,10 +434,7 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:770 src/hash.c:775 src/test.c:961 src/test.c:991 src/test.c:1015
#: src/test.c:1040 src/xend_internal.c:1893 src/xend_internal.c:2744
#: src/xend_internal.c:2993 src/xs_internal.c:653 src/proxy_internal.c:837
#: src/proxy_internal.c:884 src/proxy_internal.c:935
#: src/hash.c:770 src/hash.c:775
msgid "allocating domain"
msgstr "allocating domain"
......@@ -429,27 +446,27 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/hash.c:948 src/hash.c:953
#: src/hash.c:903 src/hash.c:908
#, fuzzy
msgid "allocating network"
msgstr "allocating node"
#: src/hash.c:963
#: src/hash.c:918
#, fuzzy
msgid "failed to add network to connection hash table"
msgstr "failed to add domain to connection hash table"
#: src/hash.c:1015
#: src/hash.c:970
#, fuzzy
msgid "network missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:293 src/test.c:480 src/test.c:1164 src/test.c:1198
#: src/test.c:1252
#: src/test.c:293 src/test.c:480 src/test.c:1165 src/test.c:1199
#: src/test.c:1253
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:299 src/test.c:434 src/test.c:459 src/test.c:1459
#: src/test.c:299 src/test.c:434 src/test.c:459 src/test.c:1460
msgid "domain"
msgstr "domain"
......@@ -568,12 +585,12 @@ msgstr "allocating domain"
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1491
#: src/test.c:1492
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1518
#: src/test.c:1519
msgid "Domain is still running"
msgstr ""
......@@ -640,11 +657,11 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1912
#: src/xend_internal.c:1910
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:3183
#: src/xend_internal.c:3176
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
......@@ -2054,10 +2071,10 @@ msgstr ""
" commands (non interactive mode):\n"
#: src/virsh.c:4497
#, c-format
#, fuzzy, c-format
msgid ""
"\n"
" (specify --help <command> for details about the command)\n"
" (specify help <command> for details about the command)\n"
"\n"
msgstr ""
"\n"
......
......@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-07-05 17:00+0200\n"
"POT-Creation-Date: 2007-07-06 17:11+0200\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
......@@ -16,7 +16,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/libvirt.c:381 src/hash.c:664
#: src/libvirt.c:389 src/hash.c:664
msgid "allocating connection"
msgstr "allocating connection"
......@@ -370,6 +370,26 @@ msgstr "Failed to undefine domain %s"
msgid "Failed to find the network: %s"
msgstr "Failed to undefine domain %s"
#: src/virterror.c:639
#, fuzzy
msgid "Domain not found"
msgstr "domain information"
#: src/virterror.c:641
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domain restored from %s\n"
#: src/virterror.c:645
#, fuzzy
msgid "Network not found"
msgstr "domain name or uuid"
#: src/virterror.c:647
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Domain %s created from %s\n"
#: src/xmlrpc.c:63
msgid "copying node content"
msgstr "copying node content"
......@@ -414,10 +434,7 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:770 src/hash.c:775 src/test.c:961 src/test.c:991 src/test.c:1015
#: src/test.c:1040 src/xend_internal.c:1893 src/xend_internal.c:2744
#: src/xend_internal.c:2993 src/xs_internal.c:653 src/proxy_internal.c:837
#: src/proxy_internal.c:884 src/proxy_internal.c:935
#: src/hash.c:770 src/hash.c:775
msgid "allocating domain"
msgstr "allocating domain"
......@@ -429,27 +446,27 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/hash.c:948 src/hash.c:953
#: src/hash.c:903 src/hash.c:908
#, fuzzy
msgid "allocating network"
msgstr "allocating node"
#: src/hash.c:963
#: src/hash.c:918
#, fuzzy
msgid "failed to add network to connection hash table"
msgstr "failed to add domain to connection hash table"
#: src/hash.c:1015
#: src/hash.c:970
#, fuzzy
msgid "network missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:293 src/test.c:480 src/test.c:1164 src/test.c:1198
#: src/test.c:1252
#: src/test.c:293 src/test.c:480 src/test.c:1165 src/test.c:1199
#: src/test.c:1253
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:299 src/test.c:434 src/test.c:459 src/test.c:1459
#: src/test.c:299 src/test.c:434 src/test.c:459 src/test.c:1460
msgid "domain"
msgstr "domain"
......@@ -568,12 +585,12 @@ msgstr "allocating domain"
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1491
#: src/test.c:1492
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1518
#: src/test.c:1519
msgid "Domain is still running"
msgstr ""
......@@ -640,11 +657,11 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1912
#: src/xend_internal.c:1910
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:3183
#: src/xend_internal.c:3176
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
......@@ -2054,10 +2071,10 @@ msgstr ""
" commands (non interactive mode):\n"
#: src/virsh.c:4497
#, c-format
#, fuzzy, c-format
msgid ""
"\n"
" (specify --help <command> for details about the command)\n"
" (specify help <command> for details about the command)\n"
"\n"
msgstr ""
"\n"
......
......@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-07-05 17:00+0200\n"
"POT-Creation-Date: 2007-07-06 17:11+0200\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
......@@ -16,7 +16,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/libvirt.c:381 src/hash.c:664
#: src/libvirt.c:389 src/hash.c:664
msgid "allocating connection"
msgstr "allocating connection"
......@@ -370,6 +370,26 @@ msgstr "Failed to undefine domain %s"
msgid "Failed to find the network: %s"
msgstr "Failed to undefine domain %s"
#: src/virterror.c:639
#, fuzzy
msgid "Domain not found"
msgstr "domain information"
#: src/virterror.c:641
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domain restored from %s\n"
#: src/virterror.c:645
#, fuzzy
msgid "Network not found"
msgstr "domain name or uuid"
#: src/virterror.c:647
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Domain %s created from %s\n"
#: src/xmlrpc.c:63
msgid "copying node content"
msgstr "copying node content"
......@@ -414,10 +434,7 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:770 src/hash.c:775 src/test.c:961 src/test.c:991 src/test.c:1015
#: src/test.c:1040 src/xend_internal.c:1893 src/xend_internal.c:2744
#: src/xend_internal.c:2993 src/xs_internal.c:653 src/proxy_internal.c:837
#: src/proxy_internal.c:884 src/proxy_internal.c:935
#: src/hash.c:770 src/hash.c:775
msgid "allocating domain"
msgstr "allocating domain"
......@@ -429,27 +446,27 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/hash.c:948 src/hash.c:953
#: src/hash.c:903 src/hash.c:908
#, fuzzy
msgid "allocating network"
msgstr "allocating node"
#: src/hash.c:963
#: src/hash.c:918
#, fuzzy
msgid "failed to add network to connection hash table"
msgstr "failed to add domain to connection hash table"
#: src/hash.c:1015
#: src/hash.c:970
#, fuzzy
msgid "network missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:293 src/test.c:480 src/test.c:1164 src/test.c:1198
#: src/test.c:1252
#: src/test.c:293 src/test.c:480 src/test.c:1165 src/test.c:1199
#: src/test.c:1253
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:299 src/test.c:434 src/test.c:459 src/test.c:1459
#: src/test.c:299 src/test.c:434 src/test.c:459 src/test.c:1460
msgid "domain"
msgstr "domain"
......@@ -568,12 +585,12 @@ msgstr "allocating domain"
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1491
#: src/test.c:1492
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1518
#: src/test.c:1519
msgid "Domain is still running"
msgstr ""
......@@ -640,11 +657,11 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1912
#: src/xend_internal.c:1910
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:3183
#: src/xend_internal.c:3176
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
......@@ -2054,10 +2071,10 @@ msgstr ""
" commands (non interactive mode):\n"
#: src/virsh.c:4497
#, c-format
#, fuzzy, c-format
msgid ""
"\n"
" (specify --help <command> for details about the command)\n"
" (specify help <command> for details about the command)\n"
"\n"
msgstr ""
"\n"
......
......@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-07-05 17:00+0200\n"
"POT-Creation-Date: 2007-07-06 17:11+0200\n"
"PO-Revision-Date: 2007-06-11 00:43+0200\n"
"Last-Translator: Ville-Pekka Vainio <vpivaini@cs.helsinki.fi>\n"
"Language-Team: Finnish <laatu@lokalisointi.org>\n"
......@@ -16,7 +16,7 @@ msgstr ""
"X-Generator: KBabel 1.11.4\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/libvirt.c:381 src/hash.c:664
#: src/libvirt.c:389 src/hash.c:664
msgid "allocating connection"
msgstr "varataan yhteyttä"
......@@ -367,6 +367,26 @@ msgstr "Verkkoa ei löytynyt"
msgid "Failed to find the network: %s"
msgstr "Verkkoa ei löytynyt: %s"
#: src/virterror.c:639
#, fuzzy
msgid "Domain not found"
msgstr "toimialueen tiedot"
#: src/virterror.c:641
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Toimialue palautettu tiedostosta %s\n"
#: src/virterror.c:645
#, fuzzy
msgid "Network not found"
msgstr "verkon nimi tai uuid"
#: src/virterror.c:647
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Verkko %s luotu tiedostosta %s\n"
#: src/xmlrpc.c:63
msgid "copying node content"
msgstr "kopioidaan solmun sisältöä"
......@@ -412,10 +432,7 @@ msgstr "palvelimen vastauksen jäsentäminen epäonnistui"
msgid "allocate new context"
msgstr "varaa uusi konteksti"
#: src/hash.c:770 src/hash.c:775 src/test.c:961 src/test.c:991 src/test.c:1015
#: src/test.c:1040 src/xend_internal.c:1893 src/xend_internal.c:2744
#: src/xend_internal.c:2993 src/xs_internal.c:653 src/proxy_internal.c:837
#: src/proxy_internal.c:884 src/proxy_internal.c:935
#: src/hash.c:770 src/hash.c:775
msgid "allocating domain"
msgstr "varataan toimialue"
......@@ -427,24 +444,24 @@ msgstr "toimialueen lisääminen yhteyksien hajautustauluun epäonnistui"
msgid "domain missing from connection hash table"
msgstr "toimialue puuttuu yhteyksien hajautustaulusta"
#: src/hash.c:948 src/hash.c:953
#: src/hash.c:903 src/hash.c:908
msgid "allocating network"
msgstr "varataan verkkoa"
#: src/hash.c:963
#: src/hash.c:918
msgid "failed to add network to connection hash table"
msgstr "verkon lisääminen yhteyksien hajautustauluun epäonnistui"
#: src/hash.c:1015
#: src/hash.c:970
msgid "network missing from connection hash table"
msgstr "verkko puuttuu yhteyksien hajautustaulusta"
#: src/test.c:293 src/test.c:480 src/test.c:1164 src/test.c:1198
#: src/test.c:1252
#: src/test.c:293 src/test.c:480 src/test.c:1165 src/test.c:1199
#: src/test.c:1253
msgid "getting time of day"
msgstr "haetaan kellonaika"
#: src/test.c:299 src/test.c:434 src/test.c:459 src/test.c:1459
#: src/test.c:299 src/test.c:434 src/test.c:459 src/test.c:1460
msgid "domain"
msgstr "toimialue"
......@@ -561,11 +578,11 @@ msgstr "varataan toimialue"
msgid "too many domains"
msgstr "liian monta toimialuetta"
#: src/test.c:1491
#: src/test.c:1492
msgid "Domain is already running"
msgstr "toimialue on jo käynnissä"
#: src/test.c:1518
#: src/test.c:1519
msgid "Domain is still running"
msgstr "toimialue on edelleen käynnissä"
......@@ -631,11 +648,11 @@ msgstr ""
msgid "cannot parse vbd filename, missing driver type"
msgstr ""
#: src/xend_internal.c:1912
#: src/xend_internal.c:1910
msgid "failed to parse Xend domain information"
msgstr "Xend-toimialueen tietojen jäsentäminen epäonnistui"
#: src/xend_internal.c:3183
#: src/xend_internal.c:3176
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Epäaktiivisen toimialueen %s luominen epäonnistui\n"
......@@ -2017,10 +2034,10 @@ msgstr ""
" komennot (vuorovaikutukseton tila):\n"
#: src/virsh.c:4497
#, c-format
#, fuzzy, c-format
msgid ""
"\n"
" (specify --help <command> for details about the command)\n"
" (specify help <command> for details about the command)\n"
"\n"
msgstr ""
"\n"
......
此差异已折叠。
......@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-07-05 17:00+0200\n"
"POT-Creation-Date: 2007-07-06 17:11+0200\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
......@@ -16,7 +16,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/libvirt.c:381 src/hash.c:664
#: src/libvirt.c:389 src/hash.c:664
msgid "allocating connection"
msgstr "allocating connection"
......@@ -370,6 +370,26 @@ msgstr "Failed to undefine domain %s"
msgid "Failed to find the network: %s"
msgstr "Failed to undefine domain %s"
#: src/virterror.c:639
#, fuzzy
msgid "Domain not found"
msgstr "domain information"
#: src/virterror.c:641
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "Domain restored from %s\n"
#: src/virterror.c:645
#, fuzzy
msgid "Network not found"
msgstr "domain name or uuid"
#: src/virterror.c:647
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "Domain %s created from %s\n"
#: src/xmlrpc.c:63
msgid "copying node content"
msgstr "copying node content"
......@@ -414,10 +434,7 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:770 src/hash.c:775 src/test.c:961 src/test.c:991 src/test.c:1015
#: src/test.c:1040 src/xend_internal.c:1893 src/xend_internal.c:2744
#: src/xend_internal.c:2993 src/xs_internal.c:653 src/proxy_internal.c:837
#: src/proxy_internal.c:884 src/proxy_internal.c:935
#: src/hash.c:770 src/hash.c:775
msgid "allocating domain"
msgstr "allocating domain"
......@@ -429,27 +446,27 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/hash.c:948 src/hash.c:953
#: src/hash.c:903 src/hash.c:908
#, fuzzy
msgid "allocating network"
msgstr "allocating node"
#: src/hash.c:963
#: src/hash.c:918
#, fuzzy
msgid "failed to add network to connection hash table"
msgstr "failed to add domain to connection hash table"
#: src/hash.c:1015
#: src/hash.c:970
#, fuzzy
msgid "network missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:293 src/test.c:480 src/test.c:1164 src/test.c:1198
#: src/test.c:1252
#: src/test.c:293 src/test.c:480 src/test.c:1165 src/test.c:1199
#: src/test.c:1253
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:299 src/test.c:434 src/test.c:459 src/test.c:1459
#: src/test.c:299 src/test.c:434 src/test.c:459 src/test.c:1460
msgid "domain"
msgstr "domain"
......@@ -568,12 +585,12 @@ msgstr "allocating domain"
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1491
#: src/test.c:1492
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1518
#: src/test.c:1519
msgid "Domain is still running"
msgstr ""
......@@ -640,11 +657,11 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1912
#: src/xend_internal.c:1910
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:3183
#: src/xend_internal.c:3176
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
......@@ -2054,10 +2071,10 @@ msgstr ""
" commands (non interactive mode):\n"
#: src/virsh.c:4497
#, c-format
#, fuzzy, c-format
msgid ""
"\n"
" (specify --help <command> for details about the command)\n"
" (specify help <command> for details about the command)\n"
"\n"
msgstr ""
"\n"
......
......@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gu\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-07-05 17:00+0200\n"
"POT-Creation-Date: 2007-07-06 17:11+0200\n"
"PO-Revision-Date: 2007-04-10 11:36+0530\n"
"Last-Translator: Ankit Patel <ankit@redhat.com>\n"
"Language-Team: Gujarati <fedora-trans-gu@redhat.com>\n"
......@@ -20,7 +20,7 @@ msgstr ""
"\n"
"\n"
#: src/libvirt.c:381 src/hash.c:664
#: src/libvirt.c:389 src/hash.c:664
msgid "allocating connection"
msgstr "જોડાણ ફાળવી રહ્યા છીએ"
......@@ -371,6 +371,26 @@ msgstr "નેટવર્ક %s અવ્યાખ્યાયિત કરવ
msgid "Failed to find the network: %s"
msgstr "નેટવર્ક %s અવ્યાખ્યાયિત કરવામાં નિષ્ફળ"
#: src/virterror.c:639
#, fuzzy
msgid "Domain not found"
msgstr "ડોમેઈન જાણકારી"
#: src/virterror.c:641
#, fuzzy, c-format
msgid "Domain not found: %s"
msgstr "%s માંથી ડોમેઈન પુનઃસંગ્રહાયું\n"
#: src/virterror.c:645
#, fuzzy
msgid "Network not found"
msgstr "નેટવર્ક નામ અથવા uuid"
#: src/virterror.c:647
#, fuzzy, c-format
msgid "Network not found: %s"
msgstr "નેટવર્ક %s એ %s માંથી બન્યું\n"
#: src/xmlrpc.c:63
msgid "copying node content"
msgstr "નોડ સમાવિષ્ટોની નકલ કરી રહ્યા છીએ"
......@@ -415,10 +435,7 @@ msgstr "સર્વર પ્રત્યુત્તર પદચ્છેદ
msgid "allocate new context"
msgstr "નવો સંદર્ભ ફાળવો"
#: src/hash.c:770 src/hash.c:775 src/test.c:961 src/test.c:991 src/test.c:1015
#: src/test.c:1040 src/xend_internal.c:1893 src/xend_internal.c:2744
#: src/xend_internal.c:2993 src/xs_internal.c:653 src/proxy_internal.c:837
#: src/proxy_internal.c:884 src/proxy_internal.c:935
#: src/hash.c:770 src/hash.c:775
msgid "allocating domain"
msgstr "ડોમેઈન ફાળવી રહ્યા છીએ"
......@@ -430,24 +447,24 @@ msgstr "જોડાણ હેશ કોષ્ટકમાં ડોમેઈન
msgid "domain missing from connection hash table"
msgstr "જોડાણ હેશ કોષ્ટકમાંથી ગુમ થયેલ ડોમેઈન"
#: src/hash.c:948 src/hash.c:953
#: src/hash.c:903 src/hash.c:908
msgid "allocating network"
msgstr "નેટવર્ક ફાળવી રહ્યા છીએ"
#: src/hash.c:963
#: src/hash.c:918
msgid "failed to add network to connection hash table"
msgstr "જોડાણ હેશ કોષ્ટકમાં નેટવર્ક ઉમેરવામાં નિષ્ફળ"
#: src/hash.c:1015
#: src/hash.c:970
msgid "network missing from connection hash table"
msgstr "જોડાણ હેશ કોષ્ટકમાંથી ગુમ થયેલ નેટવર્ક"
#: src/test.c:293 src/test.c:480 src/test.c:1164 src/test.c:1198
#: src/test.c:1252
#: src/test.c:293 src/test.c:480 src/test.c:1165 src/test.c:1199
#: src/test.c:1253
msgid "getting time of day"
msgstr "દિવસનો સમય મેળવી રહ્યા છીએ"
#: src/test.c:299 src/test.c:434 src/test.c:459 src/test.c:1459
#: src/test.c:299 src/test.c:434 src/test.c:459 src/test.c:1460
msgid "domain"
msgstr "ડોમેઈન"
......@@ -565,11 +582,11 @@ msgstr "ડોમેઈન ફાળવી રહ્યા છીએ"
msgid "too many domains"
msgstr "ઘણા બધા ડોમેઈનો"
#: src/test.c:1491
#: src/test.c:1492
msgid "Domain is already running"
msgstr "ડોમેઈન પહેલાથી જ ચાલી રહ્યું છે"
#: src/test.c:1518
#: src/test.c:1519
msgid "Domain is still running"
msgstr "ડોમેઈન હજુ પણ ચાલી રહ્યું છે"
......@@ -635,11 +652,11 @@ msgstr "vbd ફાઈલનામ પદચ્છેદન કરી શકત
msgid "cannot parse vbd filename, missing driver type"
msgstr "vbd ફાઈલનામ પદચ્છેદન કરી શકતા નથી, ગુમ થયેલ ડ્રાઈવર પ્રકાર"
#: src/xend_internal.c:1912
#: src/xend_internal.c:1910
msgid "failed to parse Xend domain information"
msgstr "Xend ડોમેઈન જાણકારીનું પદચ્છેદન કરવામાં નિષ્ફળ"
#: src/xend_internal.c:3183
#: src/xend_internal.c:3176
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "અસક્રિય ડોમેઈન %s બનાવવામાં નિષ્ફળ\n"
......@@ -2022,10 +2039,10 @@ msgstr ""
" આદેશો (બિન પૂછપરછ સ્થિતિ):\n"
#: src/virsh.c:4497
#, c-format
#, fuzzy, c-format
msgid ""
"\n"
" (specify --help <command> for details about the command)\n"
" (specify help <command> for details about the command)\n"
"\n"
msgstr ""
"\n"
......
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
......@@ -33,5 +33,6 @@ int virBufferAdd(virBufferPtr buf, const char *str, int len);
int virBufferVSprintf(virBufferPtr buf, const char *format, ...)
ATTRIBUTE_FORMAT(printf, 2, 3);
int virBufferStrcat(virBufferPtr buf, ...);
int virBufferEscapeString(virBufferPtr buf, const char *format, const char *str);
#endif /* __VIR_BUFFER_H__ */
......@@ -1325,7 +1325,7 @@ xend_parse_sexp_desc_os(virConnectPtr xend, struct sexpr *node, virBufferPtr buf
virBufferVSprintf(buf, " <root>%s</root>\n", tmp);
tmp = sexpr_node(node, "domain/image/linux/args");
if ((tmp != NULL) && (tmp[0] != 0))
virBufferVSprintf(buf, " <cmdline>%s</cmdline>\n", tmp);
virBufferEscapeString(buf, " <cmdline>%s</cmdline>\n", tmp);
}
virBufferAdd(buf, " </os>\n", 8);
......@@ -1411,7 +1411,7 @@ xend_parse_sexp_desc(virConnectPtr conn, struct sexpr *root, int xendConfigVersi
/*
* Only insert bootloader_args if there is also a bootloader param
*/
virBufferVSprintf(&buf, " <bootloader_args>%s</bootloader_args>\n", tmp);
virBufferEscapeString(&buf, " <bootloader_args>%s</bootloader_args>\n", tmp);
}
if (domid != 0) {
......
......@@ -654,7 +654,7 @@ char *xenXMDomainFormatXML(virConnectPtr conn, virConfPtr conf) {
if (xenXMConfigGetString(conf, "bootloader", &str) == 0)
virBufferVSprintf(buf, " <bootloader>%s</bootloader>\n", str);
if (xenXMConfigGetString(conf, "bootargs", &str) == 0)
virBufferVSprintf(buf, " <bootloader_args>%s</bootloader_args>\n", str);
virBufferEscapeString(buf, " <bootloader_args>%s</bootloader_args>\n", str);
if (xenXMConfigGetString(conf, "kernel", &str) == 0) {
virBufferAdd(buf, " <os>\n", -1);
virBufferAdd(buf, " <type>linux</type>\n", -1);
......@@ -662,7 +662,7 @@ char *xenXMDomainFormatXML(virConnectPtr conn, virConfPtr conf) {
if (xenXMConfigGetString(conf, "ramdisk", &str) == 0)
virBufferVSprintf(buf, " <initrd>%s</initrd>\n", str);
if (xenXMConfigGetString(conf, "extra", &str) == 0)
virBufferVSprintf(buf, " <cmdline>%s</cmdline>\n", str);
virBufferEscapeString(buf, " <cmdline>%s</cmdline>\n", str);
virBufferAdd(buf, " </os>\n", -1);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册