(root)/
gettext-0.22.4/
gettext-tools/
examples/
hello-c++20/
po/
pt.po
# Portuguese (Portugal) translation of 'hello-c++20' package.
# Copyright (C) 2018 Yoyodyne, Inc. (msgids)
# This file is distributed under the same license as the gettext package.
# Pedro Albuquerque <pmra@protonmail.com>, 2019, 2020.
#
msgid ""
msgstr ""
"Project-Id-Version: hello-c++20 0.20.2\n"
"Report-Msgid-Bugs-To: bug-gettext@gnu.org\n"
"PO-Revision-Date: 2020-04-17 07:38+0100\n"
"Last-Translator: Pedro Albuquerque <pmra@protonmail.com>\n"
"Language-Team: Portuguese <translation-team-pt@lists.sourceforge.net>\n"
"Language: pt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Bugs: Report translation errors to the Language-Team address.\n"
"Plural-Forms: nplurals=2; plural=n != 1;\\n\n"
"X-Generator: Geany / PoHelper 1.36\n"

#: hello.cc:36
msgid "Hello, world!"
msgstr "Olá mundo!"

#: hello.cc:37
#, fuzzy, c++-format
msgid "This program is running as process number {:d}."
msgstr "Este programa está em execução como processo nº {pid}."