diff options
Diffstat (limited to 'gettext-tools/examples/po/nb.po')
-rw-r--r-- | gettext-tools/examples/po/nb.po | 66 |
1 files changed, 42 insertions, 24 deletions
diff --git a/gettext-tools/examples/po/nb.po b/gettext-tools/examples/po/nb.po index fe56426..ca20373 100644 --- a/gettext-tools/examples/po/nb.po +++ b/gettext-tools/examples/po/nb.po @@ -2,14 +2,14 @@ # Copyright (C) 2012 Yoyodyne, Inc. (msgids) # This file is distributed under the same license as the gettext package. # -# Johnny A. Solbu <johnny@solbu.net>, 2012-2014 +# Johnny A. Solbu <johnny@solbu.net>, 2012-2015 # msgid "" msgstr "" -"Project-Id-Version: gettext-examples 0.19-rc1\n" +"Project-Id-Version: gettext-examples 0.19.4.73\n" "Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n" -"POT-Creation-Date: 2014-12-24 16:29+0900\n" -"PO-Revision-Date: 2014-07-22 13:18+0100\n" +"POT-Creation-Date: 2015-12-28 08:28+0900\n" +"PO-Revision-Date: 2015-09-19 00:04+0100\n" "Last-Translator: Johnny A. Solbu <johnny@solbu.net>\n" "Language-Team: Norwegian Bokmaal <i18n-nb@lister.ping.uio.no>\n" "Language: nb_NO\n" @@ -17,15 +17,14 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Poedit 1.5.4\n" +"X-Generator: Poedit 1.6.9\n" #: hello-c/hello.c:30 hello-c-gnome/hello.c:46 -#: hello-c-gnome3/hello.desktop.in.in:5 hello-c-gnome3/hello.ui:22 -#: hello-c++/hello.cc:39 hello-c++-qt/hello.cc:45 -#: hello-c++-kde/hellowindow.cc:42 hello-c++-gnome/hello.cc:50 -#: hello-c++-wxwidgets/hello.cc:68 hello-objc/hello.m:30 -#: hello-objc-gnustep/Hello.m:49 hello-objc-gnome/hello.m:47 -#: hello-sh/hello.sh:14 hello-python/hello.py.in:12 +#: hello-c-gnome3/hello.desktop.in.in:5 hello-c++/hello.cc:39 +#: hello-c++-qt/hello.cc:45 hello-c++-kde/hellowindow.cc:42 +#: hello-c++-gnome/hello.cc:50 hello-c++-wxwidgets/hello.cc:68 +#: hello-objc/hello.m:30 hello-objc-gnustep/Hello.m:49 +#: hello-objc-gnome/hello.m:47 hello-sh/hello.sh:14 hello-python/hello.py.in:12 #: hello-clisp/hello.lisp.in:11 hello-librep/hello.jl.in:12 #: hello-guile/hello.scm:15 hello-smalltalk/hello.st.in:31 #: hello-java/Hello.java:14 hello-java-awt/Hello.java:23 @@ -38,33 +37,52 @@ msgstr "" msgid "Hello, world!" msgstr "Hallo verden!" -#: hello-c/hello.c:31 hello-c-gnome/hello.c:51 hello-c-gnome3/hello.c:70 -#: hello-c++/hello.cc:40 hello-c++-gnome/hello.cc:55 -#: hello-c++-wxwidgets/hello.cc:71 hello-objc/hello.m:31 -#: hello-objc-gnustep/Hello.m:58 hello-objc-gnome/hello.m:52 -#: hello-librep/hello.jl.in:14 hello-gawk/hello.awk:12 -#: hello-pascal/hello.running_as hello-tcl/hello.tcl:12 -#: hello-tcl-tk/hello.tcl:16 hello-perl/hello-1.pl.in:19 -#: hello-php/hello.php:14 +#: hello-c/hello.c:31 hello-c-gnome/hello.c:51 hello-c++/hello.cc:40 +#: hello-c++-gnome/hello.cc:55 hello-c++-wxwidgets/hello.cc:71 +#: hello-objc/hello.m:31 hello-objc-gnustep/Hello.m:58 +#: hello-objc-gnome/hello.m:52 hello-librep/hello.jl.in:14 +#: hello-gawk/hello.awk:12 hello-pascal/hello.running_as hello-tcl/hello.tcl:12 +#: hello-tcl-tk/hello.tcl:16 hello-perl/hello-1.pl.in:19 hello-php/hello.php:14 #, php-format msgid "This program is running as process number %d." msgstr "Dette programmet kjører som prosess nummer %d." +#: hello-c-gnome3/hello.c:79 +#, c-format +msgid "" +"<big>Hello world!</big>\n" +"This program is running as process number <b>%d</b>." +msgstr "" +"<big>Hello world!</big>\n" +"Dette programmet kjører som prosess nummer <b>%d</b>." + +#: hello-c-gnome3/hello.c:84 +msgid "<big><u>This is another text</u></big>" +msgstr "<big><u>Dette er en annen tekst</u></big>" + +#: hello-c-gnome3/hello.c:86 +msgid "<big><i>This is yet another text</i></big>" +msgstr "<big><i>Dette er enda en tekst</i></big>" + #: hello-c-gnome3/hello.desktop.in.in:4 msgid "Hello" -msgstr "" +msgstr "Hallo" #: hello-c-gnome3/hello.ui:5 msgid "Example Application" msgstr "Eksempelprogram" +#: hello-c-gnome3/hello.ui:33 +msgid "Update text" +msgstr "Oppdater tekst" + #: hello-c-gnome3/hello.gschema.xml:7 -msgid "Set label sensitive" -msgstr "" +msgid "Use XML markup" +msgstr "Bruk XML-formatering" #: hello-c-gnome3/hello.gschema.xml:8 -msgid "Whether to set the label sensitive." -msgstr "" +msgid "Whether to use XML markup in the text." +msgstr "Om det skal bruke XML-formatering i teksten" #: hello-c++-qt/hello.cc:52 hello-c++-kde/hellowindow.cc:49 #: hello-smalltalk/hello.st.in:32 hello-ycp/hello.ycp:19 |