mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
* 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
This commit is contained in:
53
po/sl.po
53
po/sl.po
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user