mirror of
https://github.com/php-win-ext/gettext.git
synced 2026-03-26 10:02:09 +01:00
28 lines
891 B
Plaintext
28 lines
891 B
Plaintext
# Norwegian Bokmal translations for hello-python package.
|
|
# 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
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: hello-python 0.18\n"
|
|
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
|
|
"PO-Revision-Date: 2012-10-14 06:46+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"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
|
|
#: hello.py.in:12
|
|
msgid "Hello, world!"
|
|
msgstr "Hallo verden!"
|
|
|
|
#: hello.py.in:13
|
|
#, python-format
|
|
msgid "This program is running as process number %(pid)d."
|
|
msgstr "Dette programmet kjører som prosess nummer %(pid)d."
|