diff options
author | 2007-07-09 11:24:52 +0000 | |
---|---|---|
committer | 2007-07-09 11:24:52 +0000 | |
commit | b36f453a581f27a4a43558978724a52df32045bb (patch) | |
tree | 99b8cd8d0f513575a037e491e728ad08e013bfda /po/nb.po | |
parent | Fixed memory corruption after destroying network/domain objects in QEMU driver (diff) | |
download | libvirt-b36f453a581f27a4a43558978724a52df32045bb.tar.gz libvirt-b36f453a581f27a4a43558978724a52df32045bb.tar.bz2 libvirt-b36f453a581f27a4a43558978724a52df32045bb.zip |
* 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
Diffstat (limited to 'po/nb.po')
-rw-r--r-- | po/nb.po | 53 |
1 files changed, 35 insertions, 18 deletions
@@ -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-26 23:43+0100\n" "Last-Translator: Espen A. Stefansen <espenas@gmail.com>\n" "Language-Team: Norwegian/Bokmaal <i18n-nb@lister.ping.uio.no>\n" @@ -17,7 +17,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 "allokerer tilkobling" @@ -372,6 +372,26 @@ msgstr "Kunne ikke definere domenet fra %s" msgid "Failed to find the network: %s" msgstr "Kunne ikke definere domenet fra %s" +#: src/virterror.c:639 +#, fuzzy +msgid "Domain not found" +msgstr "domeneinformasjon" + +#: src/virterror.c:641 +#, fuzzy, c-format +msgid "Domain not found: %s" +msgstr "Domene %s opprettet fra %s\n" + +#: src/virterror.c:645 +#, fuzzy +msgid "Network not found" +msgstr "nettverksnavn eller uuid" + +#: src/virterror.c:647 +#, fuzzy, c-format +msgid "Network not found: %s" +msgstr "Domene %s opprettet fra %s\n" + #: src/xmlrpc.c:63 msgid "copying node content" msgstr "" @@ -416,10 +436,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 "" @@ -431,25 +448,25 @@ 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 "allokerer nettverk" -#: src/hash.c:963 +#: src/hash.c:918 #, fuzzy msgid "failed to add network to connection hash table" msgstr "kunne ikke skrive til konfigurasjonsfil" -#: 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 "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 "domene" @@ -568,12 +585,12 @@ msgstr "allokerer nettverk" msgid "too many domains" msgstr "for mange domener" -#: src/test.c:1491 +#: src/test.c:1492 #, fuzzy msgid "Domain is already running" msgstr "Domenet er allerede aktivt" -#: src/test.c:1518 +#: src/test.c:1519 msgid "Domain is still running" msgstr "" @@ -640,11 +657,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 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Kunne ikke vise inaktive domener" @@ -2030,10 +2047,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" |