Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/Makefile.am +29 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/autoclean.sh +46 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/autogen.sh +48 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/configure.ac +37 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/hello.cc +57 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/m4/Makefile.am +4 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/LINGUAS +5 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/Makevars +84 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/POTFILES.in +5 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/af.po +26 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/ast.po +29 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/bg.po +26 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/ca.po +27 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/cs.po +29 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/da.po +28 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/de.po +32 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/el.po +26 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/eo.po +28 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/es.po +30 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/fi.po +29 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/fr.po +32 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/ga.po +26 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/gl.po +31 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/hr.po +33 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/hu.po +29 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/id.po +27 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/it.po +29 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/ja.po +26 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/ka.po +28 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/ky.po +28 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/lv.po +30 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/ms.po +28 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/mt.po +27 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/nb.po +29 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/nl.po +31 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/nn.po +28 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/pl.po +27 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/pt.po +28 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/pt_BR.po +31 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/ro.po +50 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/ru.po +30 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/sk.po +26 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/sl.po +29 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/sq.po +28 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/sr.po +30 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/sv.po +30 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/ta.po +28 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/tr.po +29 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/uk.po +30 -0
- miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/vi.po +30 -0
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/Makefile.am
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Example for use of GNU gettext.
|
| 2 |
+
# This file is in the public domain.
|
| 3 |
+
#
|
| 4 |
+
# Makefile configuration - processed by automake.
|
| 5 |
+
|
| 6 |
+
# General automake options.
|
| 7 |
+
AUTOMAKE_OPTIONS = foreign no-dependencies
|
| 8 |
+
ACLOCAL_AMFLAGS = -I m4
|
| 9 |
+
|
| 10 |
+
# The list of subdirectories containing Makefiles.
|
| 11 |
+
SUBDIRS = m4 po
|
| 12 |
+
|
| 13 |
+
# The list of programs that are built.
|
| 14 |
+
bin_PROGRAMS = hello
|
| 15 |
+
|
| 16 |
+
# The source files of the 'hello' program.
|
| 17 |
+
hello_SOURCES = hello.cc gettext.h
|
| 18 |
+
|
| 19 |
+
# Define a C macro LOCALEDIR indicating where catalogs will be installed.
|
| 20 |
+
DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
|
| 21 |
+
|
| 22 |
+
# Make sure the gettext.h include file is found.
|
| 23 |
+
AM_CPPFLAGS = -I. -I$(srcdir)
|
| 24 |
+
|
| 25 |
+
# Link time dependencies.
|
| 26 |
+
LDADD = @LIBINTL@
|
| 27 |
+
|
| 28 |
+
# Additional files to be distributed.
|
| 29 |
+
EXTRA_DIST = autogen.sh autoclean.sh
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/autoclean.sh
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/bin/sh
|
| 2 |
+
# Example for use of GNU gettext.
|
| 3 |
+
# This file is in the public domain.
|
| 4 |
+
#
|
| 5 |
+
# Script for cleaning all autogenerated files.
|
| 6 |
+
|
| 7 |
+
test ! -f Makefile || make distclean
|
| 8 |
+
rm -rf autom4te.cache
|
| 9 |
+
|
| 10 |
+
# Brought in by explicit copy.
|
| 11 |
+
rm -f gettext.h
|
| 12 |
+
|
| 13 |
+
# Brought in by autopoint.
|
| 14 |
+
rm -f ABOUT-NLS
|
| 15 |
+
rm -f config.rpath
|
| 16 |
+
rm -f m4/gettext.m4
|
| 17 |
+
rm -f m4/build-to-host.m4
|
| 18 |
+
rm -f m4/host-cpu-c-abi.m4
|
| 19 |
+
rm -f m4/iconv.m4
|
| 20 |
+
rm -f m4/intlmacosx.m4
|
| 21 |
+
rm -f m4/lib-ld.m4
|
| 22 |
+
rm -f m4/lib-link.m4
|
| 23 |
+
rm -f m4/lib-prefix.m4
|
| 24 |
+
rm -f m4/nls.m4
|
| 25 |
+
rm -f m4/po.m4
|
| 26 |
+
rm -f m4/progtest.m4
|
| 27 |
+
rm -f po/Makefile.in.in
|
| 28 |
+
rm -f po/remove-potcdate.sed
|
| 29 |
+
|
| 30 |
+
# Generated by aclocal.
|
| 31 |
+
rm -f aclocal.m4
|
| 32 |
+
|
| 33 |
+
# Generated by autoconf.
|
| 34 |
+
rm -f configure
|
| 35 |
+
|
| 36 |
+
# Generated or brought in by automake.
|
| 37 |
+
rm -f Makefile.in
|
| 38 |
+
rm -f m4/Makefile.in
|
| 39 |
+
rm -f compile
|
| 40 |
+
rm -f install-sh
|
| 41 |
+
rm -f missing
|
| 42 |
+
rm -f config.guess
|
| 43 |
+
rm -f config.sub
|
| 44 |
+
rm -f po/*.pot
|
| 45 |
+
rm -f po/stamp-po
|
| 46 |
+
rm -f po/*.gmo
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/autogen.sh
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/bin/sh
|
| 2 |
+
# Example for use of GNU gettext.
|
| 3 |
+
# This file is in the public domain.
|
| 4 |
+
#
|
| 5 |
+
# Script for regenerating all autogenerated files.
|
| 6 |
+
|
| 7 |
+
if test -r ../Makefile.am; then
|
| 8 |
+
# Inside the gettext source directory.
|
| 9 |
+
GETTEXT_TOPSRCDIR=../../..
|
| 10 |
+
else
|
| 11 |
+
if test -r ../Makefile; then
|
| 12 |
+
# Inside a gettext build directory.
|
| 13 |
+
GETTEXT_TOOLS_SRCDIR=`sed -n -e 's,^top_srcdir *= *\(.*\)$,\1,p' ../Makefile`
|
| 14 |
+
# Adjust a relative top_srcdir.
|
| 15 |
+
case $GETTEXT_TOOLS_SRCDIR in
|
| 16 |
+
/*) ;;
|
| 17 |
+
*) GETTEXT_TOOLS_SRCDIR=../$GETTEXT_TOOLS_SRCDIR ;;
|
| 18 |
+
esac
|
| 19 |
+
GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/../..
|
| 20 |
+
else
|
| 21 |
+
# Installed under ${prefix}/share/doc/gettext/examples.
|
| 22 |
+
. ../installpaths
|
| 23 |
+
fi
|
| 24 |
+
fi
|
| 25 |
+
|
| 26 |
+
cp -p ${GETTEXTSRCDIR-$GETTEXT_TOPSRCDIR/gettext-tools/gnulib-lib}/gettext.h gettext.h
|
| 27 |
+
|
| 28 |
+
autopoint -f # was: gettextize -f -c
|
| 29 |
+
rm po/Makevars.template
|
| 30 |
+
rm po/Rules-quot
|
| 31 |
+
rm po/boldquot.sed
|
| 32 |
+
rm po/en@boldquot.header
|
| 33 |
+
rm po/en@quot.header
|
| 34 |
+
rm po/insert-header.sed
|
| 35 |
+
rm po/quot.sed
|
| 36 |
+
|
| 37 |
+
aclocal -I m4
|
| 38 |
+
|
| 39 |
+
autoconf
|
| 40 |
+
|
| 41 |
+
automake -a -c
|
| 42 |
+
|
| 43 |
+
cd po
|
| 44 |
+
for f in *.po; do
|
| 45 |
+
lang=`echo $f | sed -e 's,\.po$,,'`
|
| 46 |
+
msgfmt -c -o $lang.gmo $lang.po
|
| 47 |
+
done
|
| 48 |
+
cd ..
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/configure.ac
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
dnl Example for use of GNU gettext.
|
| 2 |
+
dnl This file is in the public domain.
|
| 3 |
+
dnl
|
| 4 |
+
dnl Configuration file - processed by autoconf.
|
| 5 |
+
|
| 6 |
+
AC_INIT([hello-c++20], [0], , [hello-c++20])
|
| 7 |
+
AC_CONFIG_SRCDIR([hello.cc])
|
| 8 |
+
AM_INIT_AUTOMAKE([1.11])
|
| 9 |
+
|
| 10 |
+
AC_PROG_CXX
|
| 11 |
+
|
| 12 |
+
# Try to find compiler option for ISO C++ 20 support.
|
| 13 |
+
cat <<\EOF > conftest.cc
|
| 14 |
+
#include <format>
|
| 15 |
+
#if __cpp_lib_format <= 202106L
|
| 16 |
+
using std::vformat;
|
| 17 |
+
using std::make_format_args;
|
| 18 |
+
#else
|
| 19 |
+
using std::format;
|
| 20 |
+
using std::runtime_format;
|
| 21 |
+
#endif
|
| 22 |
+
EOF
|
| 23 |
+
if ${CXX} ${CXXFLAGS} ${CPPFLAGS} -c conftest.cc 2>/dev/null; then
|
| 24 |
+
:
|
| 25 |
+
elif ${CXX} ${CXXFLAGS} -std=gnu++20 ${CPPFLAGS} -c conftest.cc 2>/dev/null; then
|
| 26 |
+
CXXFLAGS="${CXXFLAGS} -std=gnu++20"
|
| 27 |
+
elif ${CXX} ${CXXFLAGS} -std=gnu++26 ${CPPFLAGS} -c conftest.cc 2>/dev/null; then
|
| 28 |
+
CXXFLAGS="${CXXFLAGS} -std=gnu++26"
|
| 29 |
+
fi
|
| 30 |
+
|
| 31 |
+
AM_GNU_GETTEXT([external])
|
| 32 |
+
AM_GNU_GETTEXT_VERSION([0.25])
|
| 33 |
+
|
| 34 |
+
AC_CONFIG_FILES([Makefile])
|
| 35 |
+
AC_CONFIG_FILES([m4/Makefile])
|
| 36 |
+
AC_CONFIG_FILES([po/Makefile.in])
|
| 37 |
+
AC_OUTPUT
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/hello.cc
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
// Example for use of GNU gettext.
|
| 2 |
+
// This file is in the public domain.
|
| 3 |
+
|
| 4 |
+
// Source code of the ISO C++ 20 program.
|
| 5 |
+
|
| 6 |
+
// Note: The API has changed three years after ISO C++ 20. Code that was working
|
| 7 |
+
// fine with g++ 13.1, 13.2 and clang++ 17, 18 (with option -std=gnu++20)
|
| 8 |
+
// no longer compiles with g++ 13.3 or newer and clang++ 19 or newer. Thus the
|
| 9 |
+
// need to test __cpp_lib_format, whose value is 202106L for the older compilers
|
| 10 |
+
// and 202110L for the newer compilers. See
|
| 11 |
+
// <https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2905r2.html>.
|
| 12 |
+
// The replacement API, presented in
|
| 13 |
+
// <https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2918r2.html>,
|
| 14 |
+
// uses a new symbol std::runtime_format, that
|
| 15 |
+
// - does not exist in g++ 13.3,
|
| 16 |
+
// - exists in g++ 14 or newer and clang++ 19 or newer, but requires the
|
| 17 |
+
// option -std=gnu++26.
|
| 18 |
+
|
| 19 |
+
#include <format>
|
| 20 |
+
#include <iostream>
|
| 21 |
+
using namespace std;
|
| 22 |
+
|
| 23 |
+
// Get setlocale() declaration.
|
| 24 |
+
#include <locale.h>
|
| 25 |
+
|
| 26 |
+
// Get getpid() declaration.
|
| 27 |
+
#if defined _WIN32 && !defined __CYGWIN__
|
| 28 |
+
/* native Windows API */
|
| 29 |
+
# include <process.h>
|
| 30 |
+
# define getpid _getpid
|
| 31 |
+
#else
|
| 32 |
+
/* POSIX API */
|
| 33 |
+
# include <unistd.h>
|
| 34 |
+
#endif
|
| 35 |
+
|
| 36 |
+
// Get gettext(), textdomain(), bindtextdomain() declaration.
|
| 37 |
+
#include "gettext.h"
|
| 38 |
+
// Define shortcut for gettext().
|
| 39 |
+
#define _(string) gettext (string)
|
| 40 |
+
|
| 41 |
+
int
|
| 42 |
+
main ()
|
| 43 |
+
{
|
| 44 |
+
setlocale (LC_ALL, "");
|
| 45 |
+
textdomain ("hello-c++20");
|
| 46 |
+
bindtextdomain ("hello-c++20", LOCALEDIR);
|
| 47 |
+
|
| 48 |
+
cout << _("Hello, world!") << endl;
|
| 49 |
+
#if __cpp_lib_format <= 202106L
|
| 50 |
+
cout << vformat (_("This program is running as process number {:d}."),
|
| 51 |
+
make_format_args (getpid ()))
|
| 52 |
+
#else
|
| 53 |
+
cout << format (runtime_format (_("This program is running as process number {:d}.")),
|
| 54 |
+
getpid ())
|
| 55 |
+
#endif
|
| 56 |
+
<< endl;
|
| 57 |
+
}
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/m4/Makefile.am
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
EXTRA_DIST = \
|
| 2 |
+
gettext.m4 build-to-host.m4 host-cpu-c-abi.m4 \
|
| 3 |
+
iconv.m4 intlmacosx.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 \
|
| 4 |
+
nls.m4 po.m4 progtest.m4
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/LINGUAS
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Example for use of GNU gettext.
|
| 2 |
+
# This file is in the public domain.
|
| 3 |
+
#
|
| 4 |
+
# Set of available languages.
|
| 5 |
+
af ast bg ca cs da de el eo es fi fr ga gl hr hu id it ja ka ky lv ms mt nb nl nn pl pt pt_BR ro ru sk sl sq sr sv ta tr uk vi zh_CN zh_HK zh_TW
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/Makevars
ADDED
|
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Makefile variables for PO directory in any package using GNU gettext.
|
| 2 |
+
#
|
| 3 |
+
# Copyright (C) 2003-2025 Free Software Foundation, Inc.
|
| 4 |
+
# This file is free software; the Free Software Foundation gives
|
| 5 |
+
# unlimited permission to use, copy, distribute, and modify it.
|
| 6 |
+
|
| 7 |
+
# Usually the message domain is the same as the package name.
|
| 8 |
+
DOMAIN = $(PACKAGE)
|
| 9 |
+
|
| 10 |
+
# These two variables depend on the location of this directory.
|
| 11 |
+
subdir = po
|
| 12 |
+
top_builddir = ..
|
| 13 |
+
|
| 14 |
+
# These options get passed to xgettext.
|
| 15 |
+
XGETTEXT_OPTIONS = \
|
| 16 |
+
--keyword=_ --flag=_:1:pass-c-format \
|
| 17 |
+
--keyword=N_ --flag=N_:1:pass-c-format \
|
| 18 |
+
--flag=autosprintf:1:c-format
|
| 19 |
+
|
| 20 |
+
# This is the copyright holder that gets inserted into the header of the
|
| 21 |
+
# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
|
| 22 |
+
# package. (Note that the msgid strings, extracted from the package's
|
| 23 |
+
# sources, belong to the copyright holder of the package.) Translators are
|
| 24 |
+
# expected to transfer the copyright for their translations to this person
|
| 25 |
+
# or entity, or to disclaim their copyright. The empty string stands for
|
| 26 |
+
# the public domain; in this case the translators are expected to disclaim
|
| 27 |
+
# their copyright.
|
| 28 |
+
COPYRIGHT_HOLDER = Yoyodyne, Inc.
|
| 29 |
+
|
| 30 |
+
# This tells whether or not to prepend "GNU " prefix to the package
|
| 31 |
+
# name that gets inserted into the header of the $(DOMAIN).pot file.
|
| 32 |
+
# Possible values are "yes", "no", or empty. If it is empty, try to
|
| 33 |
+
# detect it automatically by scanning the files in $(top_srcdir) for
|
| 34 |
+
# "GNU packagename" string.
|
| 35 |
+
PACKAGE_GNU = no
|
| 36 |
+
|
| 37 |
+
# This is the email address or URL to which the translators shall report
|
| 38 |
+
# bugs in the untranslated strings:
|
| 39 |
+
# - Strings which are not entire sentences, see the maintainer guidelines
|
| 40 |
+
# in the GNU gettext documentation, section 'Preparing Strings'.
|
| 41 |
+
# - Strings which use unclear terms or require additional context to be
|
| 42 |
+
# understood.
|
| 43 |
+
# - Strings which make invalid assumptions about notation of date, time or
|
| 44 |
+
# money.
|
| 45 |
+
# - Pluralisation problems.
|
| 46 |
+
# - Incorrect English spelling.
|
| 47 |
+
# - Incorrect formatting.
|
| 48 |
+
# It can be your email address, or a mailing list address where translators
|
| 49 |
+
# can write to without being subscribed, or the URL of a web page through
|
| 50 |
+
# which the translators can contact you.
|
| 51 |
+
MSGID_BUGS_ADDRESS = bug-gettext@gnu.org
|
| 52 |
+
|
| 53 |
+
# This is the list of locale categories, beyond LC_MESSAGES, for which the
|
| 54 |
+
# message catalogs shall be used. It is usually empty.
|
| 55 |
+
EXTRA_LOCALE_CATEGORIES =
|
| 56 |
+
|
| 57 |
+
# This tells whether the $(DOMAIN).pot file contains messages with an 'msgctxt'
|
| 58 |
+
# context. Possible values are "yes" and "no". Set this to yes if the
|
| 59 |
+
# package uses functions taking also a message context, like pgettext(), or
|
| 60 |
+
# if in $(XGETTEXT_OPTIONS) you define keywords with a context argument.
|
| 61 |
+
USE_MSGCTXT = no
|
| 62 |
+
|
| 63 |
+
# These options get passed to msgmerge.
|
| 64 |
+
# Useful options are in particular:
|
| 65 |
+
# --previous to keep previous msgids of translated messages
|
| 66 |
+
MSGMERGE_OPTIONS =
|
| 67 |
+
|
| 68 |
+
# These options get passed to msginit.
|
| 69 |
+
# If you want to disable line wrapping when writing PO files, add
|
| 70 |
+
# --no-wrap to MSGMERGE_OPTIONS, XGETTEXT_OPTIONS, and
|
| 71 |
+
# MSGINIT_OPTIONS.
|
| 72 |
+
MSGINIT_OPTIONS =
|
| 73 |
+
|
| 74 |
+
# This tells whether or not to regenerate a PO file when $(DOMAIN).pot
|
| 75 |
+
# has changed. Possible values are "yes" and "no". Set this to no if
|
| 76 |
+
# the POT file is checked in the repository and the version control
|
| 77 |
+
# program ignores timestamps.
|
| 78 |
+
PO_DEPENDS_ON_POT = yes
|
| 79 |
+
|
| 80 |
+
# This tells whether or not to forcibly update $(DOMAIN).pot and
|
| 81 |
+
# regenerate PO files on "make dist". Possible values are "yes" and
|
| 82 |
+
# "no". Set this to no if the POT file and PO files are maintained
|
| 83 |
+
# externally.
|
| 84 |
+
DIST_DEPENDS_ON_UPDATE_PO = yes
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/POTFILES.in
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Example for use of GNU gettext.
|
| 2 |
+
# This file is in the public domain.
|
| 3 |
+
#
|
| 4 |
+
# List of files which contain translatable strings.
|
| 5 |
+
hello.cc
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/af.po
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Afrikaans translation for Silky
|
| 2 |
+
# Copyright (C) 2004 Free Software Foundation, Inc.
|
| 3 |
+
# This file is distributed under the same license as the silky package.
|
| 4 |
+
# Hanlie Pretorius <hpretorius@pnp.co.za>, 2004.
|
| 5 |
+
#
|
| 6 |
+
msgid ""
|
| 7 |
+
msgstr ""
|
| 8 |
+
"Project-Id-Version: hello-c++20-0.13.1\n"
|
| 9 |
+
"Report-Msgid-Bugs-To: bug-gettext@gnu.org\n"
|
| 10 |
+
"PO-Revision-Date: 2003-12-31 10:30+2\n"
|
| 11 |
+
"Last-Translator: Ysbeer <ysbeer@af.org.za>\n"
|
| 12 |
+
"Language-Team: Afrikaans <i18n@af.org.za>\n"
|
| 13 |
+
"Language: af\n"
|
| 14 |
+
"MIME-Version: 1.0\n"
|
| 15 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
| 16 |
+
"Content-Transfer-Encoding: 8bit\n"
|
| 17 |
+
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
| 18 |
+
|
| 19 |
+
#: hello.cc:48
|
| 20 |
+
msgid "Hello, world!"
|
| 21 |
+
msgstr "Hallo wêreld!"
|
| 22 |
+
|
| 23 |
+
#: hello.cc:50 hello.cc:53
|
| 24 |
+
#, fuzzy, c++-format
|
| 25 |
+
msgid "This program is running as process number {:d}."
|
| 26 |
+
msgstr "Hierdie program loop as prosesnommer {pid}"
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/ast.po
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Asturian translation for hello-c++20
|
| 2 |
+
# Copyright (C) 2018 Yoyodyne, Inc. (msgids)
|
| 3 |
+
# This file is distributed under the same license as the gettext package.
|
| 4 |
+
#
|
| 5 |
+
# Marquinos <maacub@gmail.com>, 2009.
|
| 6 |
+
# enolp <enolp@softastur.org>, 2018.
|
| 7 |
+
msgid ""
|
| 8 |
+
msgstr ""
|
| 9 |
+
"Project-Id-Version: hello-c++20 0.19.4.73\n"
|
| 10 |
+
"Report-Msgid-Bugs-To: bug-gettext@gnu.org\n"
|
| 11 |
+
"PO-Revision-Date: 2018-07-16 00:28+0100\n"
|
| 12 |
+
"Last-Translator: enolp <enolp@softastur.org>\n"
|
| 13 |
+
"Language-Team: Asturian <ubuntu-l10n-ast@lists.ubuntu.com>\n"
|
| 14 |
+
"Language: ast\n"
|
| 15 |
+
"MIME-Version: 1.0\n"
|
| 16 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
| 17 |
+
"Content-Transfer-Encoding: 8bit\n"
|
| 18 |
+
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
| 19 |
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
| 20 |
+
"X-Generator: Lokalize 2.0\n"
|
| 21 |
+
|
| 22 |
+
#: hello.cc:48
|
| 23 |
+
msgid "Hello, world!"
|
| 24 |
+
msgstr "¡Hola, mundu!"
|
| 25 |
+
|
| 26 |
+
#: hello.cc:50 hello.cc:53
|
| 27 |
+
#, fuzzy, c++-format
|
| 28 |
+
msgid "This program is running as process number {:d}."
|
| 29 |
+
msgstr "Esti programa ta executándose como procesu númberu {pid}."
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/bg.po
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Bulgarian translations for hello-c++20 package.
|
| 2 |
+
# Copyright (C) 2010 Yoyodyne, Inc. (msgids)
|
| 3 |
+
# This file is distributed under the same license as the gettext package.
|
| 4 |
+
# Roumen Petrov <transl@roumenpetrov.info>, 2010,2014,2015,2019,2023,2024.2025.
|
| 5 |
+
#
|
| 6 |
+
msgid ""
|
| 7 |
+
msgstr ""
|
| 8 |
+
"Project-Id-Version: GNU hello-c++20 0.24-pre1\n"
|
| 9 |
+
"Report-Msgid-Bugs-To: bug-gettext@gnu.org\n"
|
| 10 |
+
"PO-Revision-Date: 2025-03-08 19:09+0200\n"
|
| 11 |
+
"Last-Translator: Roumen Petrov <transl@roumenpetrov.info>\n"
|
| 12 |
+
"Language-Team: Bulgarian <dict@ludost.net>\n"
|
| 13 |
+
"Language: bg\n"
|
| 14 |
+
"MIME-Version: 1.0\n"
|
| 15 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
| 16 |
+
"Content-Transfer-Encoding: 8bit\n"
|
| 17 |
+
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
| 18 |
+
|
| 19 |
+
#: hello.cc:48
|
| 20 |
+
msgid "Hello, world!"
|
| 21 |
+
msgstr "Здравейте всички!"
|
| 22 |
+
|
| 23 |
+
#: hello.cc:50 hello.cc:53
|
| 24 |
+
#, c++-format
|
| 25 |
+
msgid "This program is running as process number {:d}."
|
| 26 |
+
msgstr "Програмата е пусната под процес номер {:d}."
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/ca.po
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Catalan messages for GNU hello-c++20.
|
| 2 |
+
# Copyright (C) 2003, 2014, 2015 Yoyodyne, Inc. (msgids)
|
| 3 |
+
# This file is distributed under the same license as the gettext package.
|
| 4 |
+
# Ivan Vilata i Balaguer <ivan@selidor.net>, 2003, 2014, 2015, 2023.
|
| 5 |
+
#
|
| 6 |
+
msgid ""
|
| 7 |
+
msgstr ""
|
| 8 |
+
"Project-Id-Version: hello-c++20 0.22\n"
|
| 9 |
+
"Report-Msgid-Bugs-To: bug-gettext@gnu.org\n"
|
| 10 |
+
"PO-Revision-Date: 2023-07-07 08:36+0200\n"
|
| 11 |
+
"Last-Translator: Ivan Vilata i Balaguer <ivan@selidor.net>\n"
|
| 12 |
+
"Language-Team: Catalan <ca@dodds.net>\n"
|
| 13 |
+
"Language: ca\n"
|
| 14 |
+
"MIME-Version: 1.0\n"
|
| 15 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
| 16 |
+
"Content-Transfer-Encoding: 8bit\n"
|
| 17 |
+
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
| 18 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
| 19 |
+
|
| 20 |
+
#: hello.cc:48
|
| 21 |
+
msgid "Hello, world!"
|
| 22 |
+
msgstr "Hola, món!"
|
| 23 |
+
|
| 24 |
+
#: hello.cc:50 hello.cc:53
|
| 25 |
+
#, c++-format
|
| 26 |
+
msgid "This program is running as process number {:d}."
|
| 27 |
+
msgstr "Aquest programa està corrent amb el número de procés {:d}."
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/cs.po
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# The Czech translation for the gettext package.
|
| 2 |
+
# Copyright (C) 2011 Yoyodyne, Inc. (msgids)
|
| 3 |
+
# This file is distributed under the same license as the gettext package.
|
| 4 |
+
#
|
| 5 |
+
# Marek Černocký <marek@manet.cz>, 2011.
|
| 6 |
+
# Petr Písař <petr.pisar@atlas.cz>, 2025.
|
| 7 |
+
#
|
| 8 |
+
msgid ""
|
| 9 |
+
msgstr ""
|
| 10 |
+
"Project-Id-Version: hello-c++20 0.25-pre1\n"
|
| 11 |
+
"Report-Msgid-Bugs-To: bug-gettext@gnu.org\n"
|
| 12 |
+
"PO-Revision-Date: 2025-04-28 20:05+02:00\n"
|
| 13 |
+
"Last-Translator: Petr Pisar <petr.pisar@atlas.cz>\n"
|
| 14 |
+
"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
|
| 15 |
+
"Language: cs\n"
|
| 16 |
+
"MIME-Version: 1.0\n"
|
| 17 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
| 18 |
+
"Content-Transfer-Encoding: 8bit\n"
|
| 19 |
+
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
| 20 |
+
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
| 21 |
+
|
| 22 |
+
#: hello.cc:48
|
| 23 |
+
msgid "Hello, world!"
|
| 24 |
+
msgstr "Ahoj světe!"
|
| 25 |
+
|
| 26 |
+
#: hello.cc:50 hello.cc:53
|
| 27 |
+
#, c++-format
|
| 28 |
+
msgid "This program is running as process number {:d}."
|
| 29 |
+
msgstr "Tento program běží jako proces číslo {:d}."
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/da.po
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Danish messages for hello-c++20.
|
| 2 |
+
# Copyright (C) 2015 Yoyodyne, Inc. (msgids)
|
| 3 |
+
# This file is distributed under the same license as the gettext package.
|
| 4 |
+
# Jan Djærv <jan.h.d@swipnet.se>, 2003, 2006.
|
| 5 |
+
# Keld Simonsen <keld@keldix.com>, 2011.
|
| 6 |
+
# Joe Hansen <joedalton2@yahoo.dk>, 2015.
|
| 7 |
+
#
|
| 8 |
+
msgid ""
|
| 9 |
+
msgstr ""
|
| 10 |
+
"Project-Id-Version: hello-c++20 0.19.4.73\n"
|
| 11 |
+
"Report-Msgid-Bugs-To: bug-gettext@gnu.org\n"
|
| 12 |
+
"PO-Revision-Date: 2015-06-27 12:39+0100\n"
|
| 13 |
+
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
|
| 14 |
+
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
|
| 15 |
+
"Language: da\n"
|
| 16 |
+
"MIME-Version: 1.0\n"
|
| 17 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
| 18 |
+
"Content-Transfer-Encoding: 8bit\n"
|
| 19 |
+
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
| 20 |
+
|
| 21 |
+
#: hello.cc:48
|
| 22 |
+
msgid "Hello, world!"
|
| 23 |
+
msgstr "Hej verden!"
|
| 24 |
+
|
| 25 |
+
#: hello.cc:50 hello.cc:53
|
| 26 |
+
#, fuzzy, c++-format
|
| 27 |
+
msgid "This program is running as process number {:d}."
|
| 28 |
+
msgstr "Dette program kører som proces nummer {pid}."
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/de.po
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# German messages for hello-c++20.
|
| 2 |
+
# Copyright © 2003, 2013 Yoyodyne, Inc. (msgids)
|
| 3 |
+
# This file is distributed under the same license as the gettext package.
|
| 4 |
+
#
|
| 5 |
+
# Bruno Haible <bruno@clisp.org>, 2003.
|
| 6 |
+
# Karl Eichwalder <ke@gnu.franken.de>, 2003.
|
| 7 |
+
# Jakob Kramer <jakob.kramer@gmx.de>, 2013.
|
| 8 |
+
# Mario Blättermann <mario.blaettermann@gmail.com>, 2014, 2023, 2025.
|
| 9 |
+
# Philipp Thomas <pth@suse.de>, 2015.
|
| 10 |
+
msgid ""
|
| 11 |
+
msgstr ""
|
| 12 |
+
"Project-Id-Version: hello-c++20 0.25-pre1\n"
|
| 13 |
+
"Report-Msgid-Bugs-To: bug-gettext@gnu.org\n"
|
| 14 |
+
"PO-Revision-Date: 2025-04-28 17:15+0200\n"
|
| 15 |
+
"Last-Translator: Mario Blättermann <mario.blaettermann@gmail.com>\n"
|
| 16 |
+
"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
|
| 17 |
+
"Language: de\n"
|
| 18 |
+
"MIME-Version: 1.0\n"
|
| 19 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
| 20 |
+
"Content-Transfer-Encoding: 8bit\n"
|
| 21 |
+
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
| 22 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
| 23 |
+
"X-Generator: Lokalize 25.04.0\n"
|
| 24 |
+
|
| 25 |
+
#: hello.cc:48
|
| 26 |
+
msgid "Hello, world!"
|
| 27 |
+
msgstr "Hallo Welt!"
|
| 28 |
+
|
| 29 |
+
#: hello.cc:50 hello.cc:53
|
| 30 |
+
#, c++-format
|
| 31 |
+
msgid "This program is running as process number {:d}."
|
| 32 |
+
msgstr "Dieses Programm läuft mit der Prozess-Nummer {:d}."
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/el.po
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Greek translation of hello-c++20
|
| 2 |
+
# Copyright (C) 2005 Free Software Foundation, Inc.
|
| 3 |
+
# Simos Xenitellis <simos74@gmx.net>, 2005.
|
| 4 |
+
#
|
| 5 |
+
msgid ""
|
| 6 |
+
msgstr ""
|
| 7 |
+
"Project-Id-Version: hello-c++20 0.14.1\n"
|
| 8 |
+
"Report-Msgid-Bugs-To: bug-gettext@gnu.org\n"
|
| 9 |
+
"PO-Revision-Date: 2005-01-06 18:50+0000\n"
|
| 10 |
+
"Last-Translator: Simos Xenitellis <simos74@gmx.net>\n"
|
| 11 |
+
"Language-Team: Greek <nls@tux.hellug.gr>\n"
|
| 12 |
+
"Language: el\n"
|
| 13 |
+
"MIME-Version: 1.0\n"
|
| 14 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
| 15 |
+
"Content-Transfer-Encoding: 8bit\n"
|
| 16 |
+
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
| 17 |
+
"X-Generator: KBabel 1.3.1\n"
|
| 18 |
+
|
| 19 |
+
#: hello.cc:48
|
| 20 |
+
msgid "Hello, world!"
|
| 21 |
+
msgstr "Γεια σου, κόσμε!"
|
| 22 |
+
|
| 23 |
+
#: hello.cc:50 hello.cc:53
|
| 24 |
+
#, fuzzy, c++-format
|
| 25 |
+
msgid "This program is running as process number {:d}."
|
| 26 |
+
msgstr "Αυτό το πρόγραμμα εκτελείται με αριθμό διεργασίας {pid}."
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/eo.po
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# La teksto por la mesaĝoj de la programo "gettext".
|
| 2 |
+
# Copyright (C) 2006, 2016 Yoyodyne, Inc. (msgids)
|
| 3 |
+
# This file is distributed under the same license as the gettext package.
|
| 4 |
+
# Edmund GRIMLEY EVANS <edmundo@rano.org>, 2006.
|
| 5 |
+
# Felipe CASTRO <fefcas@gmail.com>, 2016, 2023.
|
| 6 |
+
#
|
| 7 |
+
msgid ""
|
| 8 |
+
msgstr ""
|
| 9 |
+
"Project-Id-Version: hello-c++20 0.22\n"
|
| 10 |
+
"Report-Msgid-Bugs-To: bug-gettext@gnu.org\n"
|
| 11 |
+
"PO-Revision-Date: 2023-06-23 19:00-0300\n"
|
| 12 |
+
"Last-Translator: Felipe Castro <fefcas@gmail.com>\n"
|
| 13 |
+
"Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n"
|
| 14 |
+
"Language: eo\n"
|
| 15 |
+
"MIME-Version: 1.0\n"
|
| 16 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
| 17 |
+
"Content-Transfer-Encoding: 8bit\n"
|
| 18 |
+
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
| 19 |
+
"X-Generator: Poedit 2.4.2\n"
|
| 20 |
+
|
| 21 |
+
#: hello.cc:48
|
| 22 |
+
msgid "Hello, world!"
|
| 23 |
+
msgstr "Saluton, mondo!"
|
| 24 |
+
|
| 25 |
+
#: hello.cc:50 hello.cc:53
|
| 26 |
+
#, c++-format
|
| 27 |
+
msgid "This program is running as process number {:d}."
|
| 28 |
+
msgstr "Ĉi tiu programo rulas kiel procez-numero {:d}."
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/es.po
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Mensajes en español para GNU gettext.
|
| 2 |
+
# Copyright (C) 2014 Yoyodyne, Inc. (msgids)
|
| 3 |
+
#
|
| 4 |
+
# This file is distributed under the same license as the gettext package.
|
| 5 |
+
#
|
| 6 |
+
# Max de Mendizábal <max@upn.mx>, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004.
|
| 7 |
+
# Antonio Ceballos <aceballos@gmail.com>, 2014, 2015, 2023, 2025
|
| 8 |
+
#
|
| 9 |
+
msgid ""
|
| 10 |
+
msgstr ""
|
| 11 |
+
"Project-Id-Version: hello-c++20-0.24-pre1\n"
|
| 12 |
+
"Report-Msgid-Bugs-To: bug-gettext@gnu.org\n"
|
| 13 |
+
"PO-Revision-Date: 2025-02-23 17:01+0100\n"
|
| 14 |
+
"Last-Translator: Antonio Ceballos <aceballos@gmail.com>\n"
|
| 15 |
+
"Language-Team: Spanish <es@tp.org.es>\n"
|
| 16 |
+
"Language: es\n"
|
| 17 |
+
"MIME-Version: 1.0\n"
|
| 18 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
| 19 |
+
"Content-Transfer-Encoding: 8bit\n"
|
| 20 |
+
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
| 21 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
| 22 |
+
|
| 23 |
+
#: hello.cc:48
|
| 24 |
+
msgid "Hello, world!"
|
| 25 |
+
msgstr "¡Hola, mundo!"
|
| 26 |
+
|
| 27 |
+
#: hello.cc:50 hello.cc:53
|
| 28 |
+
#, c++-format
|
| 29 |
+
msgid "This program is running as process number {:d}."
|
| 30 |
+
msgstr "Este programa está corriendo como el proceso número {:d}."
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/fi.po
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Finnish messages for GNU Gettext examples.
|
| 2 |
+
# This file is distributed under the same license as the gettext package.
|
| 3 |
+
# Copyright © 2007, 2014, 2015 Yoyodyne, Inc. (msgids)
|
| 4 |
+
# Lauri Nurmi <lanurmi@iki.fi>, 2007.
|
| 5 |
+
# Jorma Karvonen <karvonen.jorma@gmail.com>, 2014-2015.
|
| 6 |
+
#
|
| 7 |
+
msgid ""
|
| 8 |
+
msgstr ""
|
| 9 |
+
"Project-Id-Version: hello-c++20 0.19.4.73\n"
|
| 10 |
+
"Report-Msgid-Bugs-To: bug-gettext@gnu.org\n"
|
| 11 |
+
"PO-Revision-Date: 2015-09-01 16:59+0300\n"
|
| 12 |
+
"Last-Translator: Jorma Karvonen <karvonen.jorma@gmail.com>\n"
|
| 13 |
+
"Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n"
|
| 14 |
+
"Language: fi\n"
|
| 15 |
+
"MIME-Version: 1.0\n"
|
| 16 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
| 17 |
+
"Content-Transfer-Encoding: 8bit\n"
|
| 18 |
+
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
| 19 |
+
"X-Generator: Poedit 1.5.4\n"
|
| 20 |
+
|
| 21 |
+
# Tämä nimenomainen käännös valittu GNU Hellon mukaisesti.
|
| 22 |
+
#: hello.cc:48
|
| 23 |
+
msgid "Hello, world!"
|
| 24 |
+
msgstr "Terve maailma!"
|
| 25 |
+
|
| 26 |
+
#: hello.cc:50 hello.cc:53
|
| 27 |
+
#, fuzzy, c++-format
|
| 28 |
+
msgid "This program is running as process number {:d}."
|
| 29 |
+
msgstr "Tämän ohjelman prosessinumero on {pid}."
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/fr.po
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Messages français pour GNU gettext.
|
| 2 |
+
# Copyright (C) 2006 Yoyodyne, Inc. (msgids)
|
| 3 |
+
# This file is distributed under the same license as the gettext package.
|
| 4 |
+
#
|
| 5 |
+
# Michel Robitaille <robitail@IRO.UMontreal.CA>, 2006.
|
| 6 |
+
# Christophe Combelles <ccomb@free.fr>, 2006
|
| 7 |
+
# Stéphane Aulery <lkppo@free.fr>, 2015
|
| 8 |
+
# Christian Wiatr <w9204-fs@yahoo.com>, 2023
|
| 9 |
+
#
|
| 10 |
+
msgid ""
|
| 11 |
+
msgstr ""
|
| 12 |
+
"Project-Id-Version: hello-c++20 0.22\n"
|
| 13 |
+
"Report-Msgid-Bugs-To: bug-gettext@gnu.org\n"
|
| 14 |
+
"PO-Revision-Date: 2023-06-28 16:25+0200\n"
|
| 15 |
+
"Last-Translator: Christian Wiatr <w9204-fs@yahoo.com>\n"
|
| 16 |
+
"Language-Team: French <traduc@traduc.org>\n"
|
| 17 |
+
"Language: fr\n"
|
| 18 |
+
"MIME-Version: 1.0\n"
|
| 19 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
| 20 |
+
"Content-Transfer-Encoding: 8bit\n"
|
| 21 |
+
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
| 22 |
+
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
| 23 |
+
"X-Generator: Poedit 2.4.2\n"
|
| 24 |
+
|
| 25 |
+
#: hello.cc:48
|
| 26 |
+
msgid "Hello, world!"
|
| 27 |
+
msgstr "Bonjour, le monde !"
|
| 28 |
+
|
| 29 |
+
#: hello.cc:50 hello.cc:53
|
| 30 |
+
#, c++-format
|
| 31 |
+
msgid "This program is running as process number {:d}."
|
| 32 |
+
msgstr "Ce programme est exécuté en tant que processus numéro {:d}."
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/ga.po
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Irish translations for hello-c++20.
|
| 2 |
+
# Copyright (C) 2015 Yoyodyne, Inc. (msgids)
|
| 3 |
+
# This file is distributed under the same license as the gettext package.
|
| 4 |
+
# Kevin Patrick Scannell <kscanne@gmail.com>, 2004, 2017.
|
| 5 |
+
#
|
| 6 |
+
msgid ""
|
| 7 |
+
msgstr ""
|
| 8 |
+
"Project-Id-Version: hello-c++20 0.19.4.73\n"
|
| 9 |
+
"Report-Msgid-Bugs-To: bug-gettext@gnu.org\n"
|
| 10 |
+
"PO-Revision-Date: 2017-01-10 12:09-0500\n"
|
| 11 |
+
"Last-Translator: Kevin Patrick Scannell <kscanne@gmail.com>\n"
|
| 12 |
+
"Language-Team: Irish <gaeilge-gnulinux@lists.sourceforge.net>\n"
|
| 13 |
+
"Language: ga\n"
|
| 14 |
+
"MIME-Version: 1.0\n"
|
| 15 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
| 16 |
+
"Content-Transfer-Encoding: 8bit\n"
|
| 17 |
+
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
| 18 |
+
|
| 19 |
+
#: hello.cc:48
|
| 20 |
+
msgid "Hello, world!"
|
| 21 |
+
msgstr "Dia duit, a dhomhain!"
|
| 22 |
+
|
| 23 |
+
#: hello.cc:50 hello.cc:53
|
| 24 |
+
#, fuzzy, c++-format
|
| 25 |
+
msgid "This program is running as process number {:d}."
|
| 26 |
+
msgstr "Tá an clár seo ag rith mar phróiseas {pid}."
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/gl.po
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Galician translation for hello-c++20 package.
|
| 2 |
+
# Copyright (C) 2010 Yoyodyne, Inc. (msgids)
|
| 3 |
+
# This file is distributed under the same license as the gettext package.
|
| 4 |
+
#
|
| 5 |
+
# Leandro Regueiro <leandro.regueiro@gmail.com>, 2010-2014.
|
| 6 |
+
#
|
| 7 |
+
# Proxecto Trasno - Adaptación do software libre á lingua galega: Se desexas
|
| 8 |
+
# colaborar connosco, podes atopar máis información en <http://trasno.net>
|
| 9 |
+
#
|
| 10 |
+
msgid ""
|
| 11 |
+
msgstr ""
|
| 12 |
+
"Project-Id-Version: hello-c++20 0.19-rc1\n"
|
| 13 |
+
"Report-Msgid-Bugs-To: bug-gettext@gnu.org\n"
|
| 14 |
+
"PO-Revision-Date: 2014-05-10 16:34+0100\n"
|
| 15 |
+
"Last-Translator: Leandro Regueiro <leandro.regueiro@gmail.com>\n"
|
| 16 |
+
"Language-Team: Galician <proxecto@trasno.net>\n"
|
| 17 |
+
"Language: gl\n"
|
| 18 |
+
"MIME-Version: 1.0\n"
|
| 19 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
| 20 |
+
"Content-Transfer-Encoding: 8bit\n"
|
| 21 |
+
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
| 22 |
+
"Plural-Forms: nplurals=2; plural=(n!=1);\n"
|
| 23 |
+
|
| 24 |
+
#: hello.cc:48
|
| 25 |
+
msgid "Hello, world!"
|
| 26 |
+
msgstr "Ola, mundo!"
|
| 27 |
+
|
| 28 |
+
#: hello.cc:50 hello.cc:53
|
| 29 |
+
#, fuzzy, c++-format
|
| 30 |
+
msgid "This program is running as process number {:d}."
|
| 31 |
+
msgstr "Este programa estase executando como o proceso número {pid}."
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/hr.po
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Translation of hello-c++20 to Croatian.
|
| 2 |
+
# Copyright (C) 2003, 2004, 2014, 2015, 2019 Yoyodyne, Inc. (msgids)
|
| 3 |
+
# This file is distributed under the same license as the gettext package.
|
| 4 |
+
# Permission is granted to freely copy and distribute
|
| 5 |
+
# this file and modified versions, provided that this
|
| 6 |
+
# header is not removed and modified versions are marked
|
| 7 |
+
# as such.
|
| 8 |
+
#
|
| 9 |
+
# Tomislav Krznar <tomislav.krznar@gmail.com>, 2012.
|
| 10 |
+
# Božidar Putanec <bozidarp@yahoo.com>, 2018-2025.
|
| 11 |
+
#
|
| 12 |
+
#, fuzzy
|
| 13 |
+
msgid ""
|
| 14 |
+
msgstr ""
|
| 15 |
+
"Project-Id-Version: GNU hello-c++20 0.25-pre1\n"
|
| 16 |
+
"Report-Msgid-Bugs-To: bug-gettext@gnu.org\n"
|
| 17 |
+
"PO-Revision-Date: 2025-04-28 10:15-0700\n"
|
| 18 |
+
"Last-Translator: Božidar Putanec <bozidarp@yahoo.com>\n"
|
| 19 |
+
"Language-Team: Croatian <lokalizacija@linux.hr>\n"
|
| 20 |
+
"Language: hr\n"
|
| 21 |
+
"MIME-Version: 1.0\n"
|
| 22 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
| 23 |
+
"Content-Transfer-Encoding: 8bit\n"
|
| 24 |
+
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
| 25 |
+
|
| 26 |
+
#: hello.cc:48
|
| 27 |
+
msgid "Hello, world!"
|
| 28 |
+
msgstr "Pozdrav, svijete!"
|
| 29 |
+
|
| 30 |
+
#: hello.cc:50 hello.cc:53
|
| 31 |
+
#, c++-format
|
| 32 |
+
msgid "This program is running as process number {:d}."
|
| 33 |
+
msgstr "Ovaj program se izvršava kao proces broj {:d}."
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/hu.po
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Hungarian translation for hello-c++20.
|
| 2 |
+
# This file is distributed under the same license as the gettext package.
|
| 3 |
+
# Copyright (C) 2014 Yoyodyne, Inc. (msgids)
|
| 4 |
+
#
|
| 5 |
+
# Tamás Kiss <atomi@inf.elte.hu>, 2005.
|
| 6 |
+
# Balázs Úr <urbalazs@gmail.com>, 2014, 2015.
|
| 7 |
+
msgid ""
|
| 8 |
+
msgstr ""
|
| 9 |
+
"Project-Id-Version: hello-c++20 0.19.4.73\n"
|
| 10 |
+
"Report-Msgid-Bugs-To: bug-gettext@gnu.org\n"
|
| 11 |
+
"PO-Revision-Date: 2015-06-23 20:31+0200\n"
|
| 12 |
+
"Last-Translator: Balázs Úr <urbalazs@gmail.com>\n"
|
| 13 |
+
"Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"
|
| 14 |
+
"Language: hu\n"
|
| 15 |
+
"MIME-Version: 1.0\n"
|
| 16 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
| 17 |
+
"Content-Transfer-Encoding: 8bit\n"
|
| 18 |
+
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
| 19 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
| 20 |
+
"X-Generator: Lokalize 1.2\n"
|
| 21 |
+
|
| 22 |
+
#: hello.cc:48
|
| 23 |
+
msgid "Hello, world!"
|
| 24 |
+
msgstr "Hello, világ!"
|
| 25 |
+
|
| 26 |
+
#: hello.cc:50 hello.cc:53
|
| 27 |
+
#, fuzzy, c++-format
|
| 28 |
+
msgid "This program is running as process number {:d}."
|
| 29 |
+
msgstr "Ez a program a(z) {pid} folyamatazonosítóval fut."
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/id.po
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# translation of hello-c++20-0.15-pre5.po to Indonesian
|
| 2 |
+
# Copyright (C) 2006 Yoyodyne, Inc.
|
| 3 |
+
# This file is distributed under the same license as the PACKAGE package.
|
| 4 |
+
#
|
| 5 |
+
# Tedi Heriyanto <tedi_heriyanto@yahoo.com>, 2006.
|
| 6 |
+
msgid ""
|
| 7 |
+
msgstr ""
|
| 8 |
+
"Project-Id-Version: hello-c++20-0.15-pre5\n"
|
| 9 |
+
"Report-Msgid-Bugs-To: bug-gettext@gnu.org\n"
|
| 10 |
+
"PO-Revision-Date: 2006-09-27 20:19+0700\n"
|
| 11 |
+
"Last-Translator: Tedi Heriyanto <tedi_heriyanto@yahoo.com>\n"
|
| 12 |
+
"Language-Team: Indonesian <translation-team-id@lists.sourceforge.net>\n"
|
| 13 |
+
"Language: id\n"
|
| 14 |
+
"MIME-Version: 1.0\n"
|
| 15 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
| 16 |
+
"Content-Transfer-Encoding: 8bit\n"
|
| 17 |
+
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
| 18 |
+
"X-Generator: KBabel 1.11.2\n"
|
| 19 |
+
|
| 20 |
+
#: hello.cc:48
|
| 21 |
+
msgid "Hello, world!"
|
| 22 |
+
msgstr "Hello, world!"
|
| 23 |
+
|
| 24 |
+
#: hello.cc:50 hello.cc:53
|
| 25 |
+
#, fuzzy, c++-format
|
| 26 |
+
msgid "This program is running as process number {:d}."
|
| 27 |
+
msgstr "Program ini berjalan sebagai proses nomor {pid}."
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/it.po
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Italian messages for hello-c++20.
|
| 2 |
+
# Copyright (C) 2005, 2006 Yoyodyne, Inc. (msgids)
|
| 3 |
+
# Copyright (C) 2024 Free Software Foundation, Inc.
|
| 4 |
+
# This file is distributed under the same license as the gettext package.
|
| 5 |
+
# Marco Colombo <m.colombo@ed.ac.uk>, 2005, 2006, 2015.
|
| 6 |
+
# Michele Locati <michele@locati.it>, 2024, 2025.
|
| 7 |
+
#
|
| 8 |
+
msgid ""
|
| 9 |
+
msgstr ""
|
| 10 |
+
"Project-Id-Version: GNU hello-c++20 0.25-pre1\n"
|
| 11 |
+
"Report-Msgid-Bugs-To: bug-gettext@gnu.org\n"
|
| 12 |
+
"PO-Revision-Date: 2025-05-04 18:28+0200\n"
|
| 13 |
+
"Last-Translator: Michele Locati <michele@locati.it>\n"
|
| 14 |
+
"Language-Team: Italian <tp@lists.linux.it>\n"
|
| 15 |
+
"Language: it\n"
|
| 16 |
+
"MIME-Version: 1.0\n"
|
| 17 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
| 18 |
+
"Content-Transfer-Encoding: 8bit\n"
|
| 19 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
| 20 |
+
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
| 21 |
+
|
| 22 |
+
#: hello.cc:48
|
| 23 |
+
msgid "Hello, world!"
|
| 24 |
+
msgstr "Ciao, mondo!"
|
| 25 |
+
|
| 26 |
+
#: hello.cc:50 hello.cc:53
|
| 27 |
+
#, c++-format
|
| 28 |
+
msgid "This program is running as process number {:d}."
|
| 29 |
+
msgstr "Questo programma è in esecuzione con numero di processo {:d}."
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/ja.po
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Translation of `hello-c++20' messages to Japanese.
|
| 2 |
+
# Copyright (C) 2005, 2006, 2014, 2015, 2023, 2025 Yoyodyne, Inc. (msgids)
|
| 3 |
+
# This file is distributed under the same license as the gettext package.
|
| 4 |
+
# Masahito Yamaga <ma@yama-ga.com>, 2025.
|
| 5 |
+
#
|
| 6 |
+
msgid ""
|
| 7 |
+
msgstr ""
|
| 8 |
+
"Project-Id-Version: GNU hello-c++20 0.25-pre1\n"
|
| 9 |
+
"Report-Msgid-Bugs-To: bug-gettext@gnu.org\n"
|
| 10 |
+
"PO-Revision-Date: 2025-04-28 19:59+0900\n"
|
| 11 |
+
"Last-Translator: Masahito Yamaga <ma@yama-ga.com>\n"
|
| 12 |
+
"Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"
|
| 13 |
+
"Language: ja\n"
|
| 14 |
+
"MIME-Version: 1.0\n"
|
| 15 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
| 16 |
+
"Content-Transfer-Encoding: 8bit\n"
|
| 17 |
+
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
| 18 |
+
|
| 19 |
+
#: hello.cc:48
|
| 20 |
+
msgid "Hello, world!"
|
| 21 |
+
msgstr "世界よ, こんにちは!"
|
| 22 |
+
|
| 23 |
+
#: hello.cc:50 hello.cc:53
|
| 24 |
+
#, c++-format
|
| 25 |
+
msgid "This program is running as process number {:d}."
|
| 26 |
+
msgstr "このプログラムはプロセス番号 {:d} で動いています."
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/ka.po
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# SOME DESCRIPTIVE TITLE.
|
| 2 |
+
# Copyright (C) 2022 Yoyodyne, Inc. (msgids)
|
| 3 |
+
# This file is distributed under the same license as the gettext package.
|
| 4 |
+
# Temuri Doghonadze <temuri.doghonadze@gmail.com>, 2022.
|
| 5 |
+
#
|
| 6 |
+
msgid ""
|
| 7 |
+
msgstr ""
|
| 8 |
+
"Project-Id-Version: hello-c++20 0.20.2\n"
|
| 9 |
+
"Report-Msgid-Bugs-To: bug-gettext@gnu.org\n"
|
| 10 |
+
"PO-Revision-Date: 2022-05-22 05:04+0200\n"
|
| 11 |
+
"Last-Translator: Temuri Doghonadze <temuri.doghonadze@gmail.com>\n"
|
| 12 |
+
"Language-Team: Georgian <(nothing)>\n"
|
| 13 |
+
"Language: ka\n"
|
| 14 |
+
"MIME-Version: 1.0\n"
|
| 15 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
| 16 |
+
"Content-Transfer-Encoding: 8bit\n"
|
| 17 |
+
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
| 18 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
| 19 |
+
"X-Generator: Poedit 3.0.1\n"
|
| 20 |
+
|
| 21 |
+
#: hello.cc:48
|
| 22 |
+
msgid "Hello, world!"
|
| 23 |
+
msgstr "გამარჯობა სამყაროვ!"
|
| 24 |
+
|
| 25 |
+
#: hello.cc:50 hello.cc:53
|
| 26 |
+
#, fuzzy, c++-format
|
| 27 |
+
msgid "This program is running as process number {:d}."
|
| 28 |
+
msgstr "პროგრამა გაშვებულია პროცესის ნომრით {pid}."
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/ky.po
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Translation of 'hello-c++20' messages to Kirghiz.
|
| 2 |
+
# Copyright (C) 2004 Yoyodyne, Inc. (msgids)
|
| 3 |
+
# This file is distributed under the same license as the gettext package.
|
| 4 |
+
# Ilyas Bakirov <just_ilyas@yahoo.com>, 2007.
|
| 5 |
+
# Ilyas Bakirov <i.bakirov@gmail.com>, 2018.
|
| 6 |
+
#
|
| 7 |
+
msgid ""
|
| 8 |
+
msgstr ""
|
| 9 |
+
"Project-Id-Version: hello-c++20 0.19.4.73\n"
|
| 10 |
+
"Report-Msgid-Bugs-To: bug-gettext@gnu.org\n"
|
| 11 |
+
"PO-Revision-Date: 2018-02-15 18:26+0600\n"
|
| 12 |
+
"Last-Translator: Ilyas Bakirov <just_ilyas@yahoo.com>\n"
|
| 13 |
+
"Language-Team: Kirghiz <i18n-team-ky-kyrgyz@lists.sourceforge.net>\n"
|
| 14 |
+
"Language: ky\n"
|
| 15 |
+
"MIME-Version: 1.0\n"
|
| 16 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
| 17 |
+
"Content-Transfer-Encoding: 8bit\n"
|
| 18 |
+
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
| 19 |
+
"X-Generator: Poedit 2.0.6\n"
|
| 20 |
+
|
| 21 |
+
#: hello.cc:48
|
| 22 |
+
msgid "Hello, world!"
|
| 23 |
+
msgstr "Салам дүйнө!"
|
| 24 |
+
|
| 25 |
+
#: hello.cc:50 hello.cc:53
|
| 26 |
+
#, fuzzy, c++-format
|
| 27 |
+
msgid "This program is running as process number {:d}."
|
| 28 |
+
msgstr "Бул программа {pid} процесс номери катары иштеп жатат."
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/lv.po
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Latvian translation of hello-c++20
|
| 2 |
+
# Copyright (C) 2009 Yoyodyne, Inc. (msgids)
|
| 3 |
+
# This file is distributed under the same license as the gettext package.
|
| 4 |
+
# Arvis Lācis <arvis.lacis@inbox.lv>, 2009.
|
| 5 |
+
# Rihards Priedītis <rprieditis@gmail>, 2023, 2025.
|
| 6 |
+
#
|
| 7 |
+
msgid ""
|
| 8 |
+
msgstr ""
|
| 9 |
+
"Project-Id-Version: hello-c++20-0.24-pre1\n"
|
| 10 |
+
"Report-Msgid-Bugs-To: bug-gettext@gnu.org\n"
|
| 11 |
+
"PO-Revision-Date: 2025-03-09 11:44+0000\n"
|
| 12 |
+
"Last-Translator: Rihards Priedītis <rprieditis@gmail.com>\n"
|
| 13 |
+
"Language-Team: Latvian <translation-team-lv@lists.sourceforge.net>\n"
|
| 14 |
+
"Language: lv\n"
|
| 15 |
+
"MIME-Version: 1.0\n"
|
| 16 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
| 17 |
+
"Content-Transfer-Encoding: 8bit\n"
|
| 18 |
+
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
|
| 19 |
+
"2);\n"
|
| 20 |
+
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
| 21 |
+
"X-Generator: Poedit 3.5\n"
|
| 22 |
+
|
| 23 |
+
#: hello.cc:48
|
| 24 |
+
msgid "Hello, world!"
|
| 25 |
+
msgstr "Sveika, pasaule!"
|
| 26 |
+
|
| 27 |
+
#: hello.cc:50 hello.cc:53
|
| 28 |
+
#, c++-format
|
| 29 |
+
msgid "This program is running as process number {:d}."
|
| 30 |
+
msgstr "Šī programma darbojas ar procesa numuru {:d}."
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/ms.po
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# hello-c++20 Bahasa Melayu (Malay) (ms).
|
| 2 |
+
# Copyright (C) 2006, 2015, 2023, 2025 Yoyodyne, Inc. (msgids)
|
| 3 |
+
# Copyright (C) 2006, 2015, 2023, 2025 Free Software Foundation, Inc.
|
| 4 |
+
# This file is distributed under the same license as the gettext package.
|
| 5 |
+
# Sharuzzaman Ahmat Raslan <sharuzzaman@gmail.com>, 2006, 2015, 2023, 2025
|
| 6 |
+
#
|
| 7 |
+
msgid ""
|
| 8 |
+
msgstr ""
|
| 9 |
+
"Project-Id-Version: hello-c++20 0.25-pre1\n"
|
| 10 |
+
"Report-Msgid-Bugs-To: bug-gettext@gnu.org\n"
|
| 11 |
+
"PO-Revision-Date: 2025-05-03 21:10+0800\n"
|
| 12 |
+
"Last-Translator: Sharuzzaman Ahmat Raslan <sharuzzaman@gmail.com>\n"
|
| 13 |
+
"Language-Team: Malay <translation-team-ms@lists.sourceforge.net>\n"
|
| 14 |
+
"Language: ms\n"
|
| 15 |
+
"MIME-Version: 1.0\n"
|
| 16 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
| 17 |
+
"Content-Transfer-Encoding: 8bit\n"
|
| 18 |
+
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
| 19 |
+
"X-Generator: Poedit 3.5\n"
|
| 20 |
+
|
| 21 |
+
#: hello.cc:48
|
| 22 |
+
msgid "Hello, world!"
|
| 23 |
+
msgstr "Hello, dunia!"
|
| 24 |
+
|
| 25 |
+
#: hello.cc:50 hello.cc:53
|
| 26 |
+
#, c++-format
|
| 27 |
+
msgid "This program is running as process number {:d}."
|
| 28 |
+
msgstr "Program ini dilaksanakan sebagai proses bernombor {:d}."
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/mt.po
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# hello-c++20-0.16.2-pre5.
|
| 2 |
+
# Copyright (C) 2008 Yoyodyne, Inc. (msgids)
|
| 3 |
+
# This file is distributed under the same license as the gettext package.
|
| 4 |
+
# Clyde Meli <cmeli@cis.um.edu.mt>, 2001-2008.
|
| 5 |
+
#
|
| 6 |
+
#, fuzzy
|
| 7 |
+
msgid ""
|
| 8 |
+
msgstr ""
|
| 9 |
+
"Project-Id-Version: hello-c++20 0.16.2-pre5\n"
|
| 10 |
+
"Report-Msgid-Bugs-To: bug-gettext@gnu.org\n"
|
| 11 |
+
"PO-Revision-Date: 2008-11-18 17:27+0100\n"
|
| 12 |
+
"Last-Translator: Clyde Meli <cmeli@cis.um.edu.mt>\n"
|
| 13 |
+
"Language-Team: Maltese <translation-team-mt@lists.sourceforge.net>\n"
|
| 14 |
+
"Language: mt\n"
|
| 15 |
+
"MIME-Version: 1.0\n"
|
| 16 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
| 17 |
+
"Content-Transfer-Encoding: 8bit\n"
|
| 18 |
+
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
| 19 |
+
|
| 20 |
+
#: hello.cc:48
|
| 21 |
+
msgid "Hello, world!"
|
| 22 |
+
msgstr "Hello, lil kulħadd!"
|
| 23 |
+
|
| 24 |
+
#: hello.cc:50 hello.cc:53
|
| 25 |
+
#, fuzzy, c++-format
|
| 26 |
+
msgid "This program is running as process number {:d}."
|
| 27 |
+
msgstr "Dal-programm qed jaħdem taħt il-proÄess numru {pid}."
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/nb.po
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Norwegian Bokmal translations for hello-c++20 package.
|
| 2 |
+
# Copyright (C) 2012 Yoyodyne, Inc. (msgids)
|
| 3 |
+
# This file is distributed under the same license as the gettext package.
|
| 4 |
+
#
|
| 5 |
+
# Johnny A. Solbu <johnny@solbu.net>, 2012-2024
|
| 6 |
+
#
|
| 7 |
+
msgid ""
|
| 8 |
+
msgstr ""
|
| 9 |
+
"Project-Id-Version: hello-c++20 0.22\n"
|
| 10 |
+
"Report-Msgid-Bugs-To: bug-gettext@gnu.org\n"
|
| 11 |
+
"PO-Revision-Date: 2024-01-06 16:33+0100\n"
|
| 12 |
+
"Last-Translator: Johnny A. Solbu <johnny@solbu.net>\n"
|
| 13 |
+
"Language-Team: Norwegian Bokmaal <l10n-no@lister.huftis.org>\n"
|
| 14 |
+
"Language: nb\n"
|
| 15 |
+
"MIME-Version: 1.0\n"
|
| 16 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
| 17 |
+
"Content-Transfer-Encoding: 8bit\n"
|
| 18 |
+
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
| 19 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
| 20 |
+
"X-Generator: Poedit 2.4.2\n"
|
| 21 |
+
|
| 22 |
+
#: hello.cc:48
|
| 23 |
+
msgid "Hello, world!"
|
| 24 |
+
msgstr "Hallo verden!"
|
| 25 |
+
|
| 26 |
+
#: hello.cc:50 hello.cc:53
|
| 27 |
+
#, c++-format
|
| 28 |
+
msgid "This program is running as process number {:d}."
|
| 29 |
+
msgstr "Dette programmet kjører som prosess nummer {:d}."
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/nl.po
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Dutch translations for GNU hello-c++20.
|
| 2 |
+
# Copyright (C) 2025 Yoyodyne, Inc. (msgids)
|
| 3 |
+
# This file is distributed under the same license as the gettext package.
|
| 4 |
+
#
|
| 5 |
+
# "There are three basic rules for writing a novel.
|
| 6 |
+
# Unfortunately nobody knows what they are."
|
| 7 |
+
#
|
| 8 |
+
# Benno Schulenberg <benno@vertaalt.nl>, 2007, 2014, 2015, 2019, 2025.
|
| 9 |
+
# Elros Cyriatan <cyriatan@fastmail.fm>, 2004.
|
| 10 |
+
msgid ""
|
| 11 |
+
msgstr ""
|
| 12 |
+
"Project-Id-Version: hello-c++20-0.24-pre1\n"
|
| 13 |
+
"Report-Msgid-Bugs-To: bug-gettext@gnu.org\n"
|
| 14 |
+
"PO-Revision-Date: 2025-03-01 14:51+0100\n"
|
| 15 |
+
"Last-Translator: Benno Schulenberg <vertaling@coevern.nl>\n"
|
| 16 |
+
"Language-Team: Dutch <vertaling@vrijschrift.org>\n"
|
| 17 |
+
"Language: nl\n"
|
| 18 |
+
"MIME-Version: 1.0\n"
|
| 19 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
| 20 |
+
"Content-Transfer-Encoding: 8bit\n"
|
| 21 |
+
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
| 22 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
| 23 |
+
|
| 24 |
+
#: hello.cc:48
|
| 25 |
+
msgid "Hello, world!"
|
| 26 |
+
msgstr "Hallo, wereld!"
|
| 27 |
+
|
| 28 |
+
#: hello.cc:50 hello.cc:53
|
| 29 |
+
#, c++-format
|
| 30 |
+
msgid "This program is running as process number {:d}."
|
| 31 |
+
msgstr "Dit programma draait als proces nummer {:d}."
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/nn.po
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Norwegian Nynorsk translation of GNU hello-c++20
|
| 2 |
+
# Copyright (C) 2020 Yoyodyne, Inc. (msgids)
|
| 3 |
+
# This file is distributed under the same license as the gettext package.
|
| 4 |
+
#
|
| 5 |
+
# Karl Ove Hufthammer <karl@huftis.org>, 2020.
|
| 6 |
+
msgid ""
|
| 7 |
+
msgstr ""
|
| 8 |
+
"Project-Id-Version: hello-c++20-0.20.2\n"
|
| 9 |
+
"Report-Msgid-Bugs-To: bug-gettext@gnu.org\n"
|
| 10 |
+
"PO-Revision-Date: 2020-05-04 18:58+0200\n"
|
| 11 |
+
"Last-Translator: Karl Ove Hufthammer <karl@huftis.org>\n"
|
| 12 |
+
"Language-Team: Norwegian Nynorsk <l10n-no@lister.huftis.org>\n"
|
| 13 |
+
"Language: nn\n"
|
| 14 |
+
"MIME-Version: 1.0\n"
|
| 15 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
| 16 |
+
"Content-Transfer-Encoding: 8bit\n"
|
| 17 |
+
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
| 18 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
| 19 |
+
"X-Generator: Lokalize 20.04.0\n"
|
| 20 |
+
|
| 21 |
+
#: hello.cc:48
|
| 22 |
+
msgid "Hello, world!"
|
| 23 |
+
msgstr "Hei, verda!"
|
| 24 |
+
|
| 25 |
+
#: hello.cc:50 hello.cc:53
|
| 26 |
+
#, fuzzy, c++-format
|
| 27 |
+
msgid "This program is running as process number {:d}."
|
| 28 |
+
msgstr "Dette programmet køyrer som prosess nummer {pid}."
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/pl.po
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Polish translations for the GNU gettext messages, hello-c++20 domain
|
| 2 |
+
# Copyright (C) 2010, 2014, 2015, 2025 Yoyodyne, Inc. (msgids)
|
| 3 |
+
# This file is distributed under the same license as the gettext package.
|
| 4 |
+
# Rafał Maszkowski <rzm@icm.edu.pl>, 2003, 2010, 2014, 2015, 2025
|
| 5 |
+
msgid ""
|
| 6 |
+
msgstr ""
|
| 7 |
+
"Project-Id-Version: GNU hello-c++20 0.25-pre1\n"
|
| 8 |
+
"Report-Msgid-Bugs-To: bug-gettext@gnu.org\n"
|
| 9 |
+
"PO-Revision-Date: 2025-04-25 17:16+0200\n"
|
| 10 |
+
"Last-Translator: Rafał Maszkowski <rzm@icm.edu.pl>\n"
|
| 11 |
+
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
|
| 12 |
+
"Language: pl\n"
|
| 13 |
+
"MIME-Version: 1.0\n"
|
| 14 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
| 15 |
+
"Content-Transfer-Encoding: 8-bit\n"
|
| 16 |
+
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
| 17 |
+
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
|
| 18 |
+
"|| n%100>=20) ? 1 : 2);\n"
|
| 19 |
+
|
| 20 |
+
#: hello.cc:48
|
| 21 |
+
msgid "Hello, world!"
|
| 22 |
+
msgstr "Cześć, świecie!"
|
| 23 |
+
|
| 24 |
+
#: hello.cc:50 hello.cc:53
|
| 25 |
+
#, c++-format
|
| 26 |
+
msgid "This program is running as process number {:d}."
|
| 27 |
+
msgstr "Ten program działa jako proces o numerze {:d}."
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/pt.po
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Portuguese (Portugal) translation of 'hello-c++20' package.
|
| 2 |
+
# Copyright (C) 2018 Yoyodyne, Inc. (msgids)
|
| 3 |
+
# This file is distributed under the same license as the gettext package.
|
| 4 |
+
# Pedro Albuquerque <pmra@protonmail.com>, 2019, 2020, 2025.
|
| 5 |
+
#
|
| 6 |
+
msgid ""
|
| 7 |
+
msgstr ""
|
| 8 |
+
"Project-Id-Version: hello-c++20 0.25-pre1\n"
|
| 9 |
+
"Report-Msgid-Bugs-To: bug-gettext@gnu.org\n"
|
| 10 |
+
"PO-Revision-Date: 2025-04-28 11:24+0100\n"
|
| 11 |
+
"Last-Translator: Pedro Albuquerque <pmra@protonmail.com>\n"
|
| 12 |
+
"Language-Team: Portuguese <translation-team-pt@lists.sourceforge.net>\n"
|
| 13 |
+
"Language: pt\n"
|
| 14 |
+
"MIME-Version: 1.0\n"
|
| 15 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
| 16 |
+
"Content-Transfer-Encoding: 8bit\n"
|
| 17 |
+
"Plural-Forms: nplurals=2; plural=n != 1;\\n;\n"
|
| 18 |
+
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
| 19 |
+
"X-Generator: Poedit 3.6\n"
|
| 20 |
+
|
| 21 |
+
#: hello.cc:48
|
| 22 |
+
msgid "Hello, world!"
|
| 23 |
+
msgstr "Olá mundo!"
|
| 24 |
+
|
| 25 |
+
#: hello.cc:50 hello.cc:53
|
| 26 |
+
#, c++-format
|
| 27 |
+
msgid "This program is running as process number {:d}."
|
| 28 |
+
msgstr "Este programa está em execução como processo nº {:d}."
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/pt_BR.po
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Brazilian Portuguese translations for gettext-example
|
| 2 |
+
# Traduções em português brasileiro para gettext-example
|
| 3 |
+
# Copyright (C) 2025 Yoyodyne, Inc. (msgids)
|
| 4 |
+
# Copyright (C) 2025 Free Software Foundation, Inc.
|
| 5 |
+
# This file is distributed under the same license as the gettext package.
|
| 6 |
+
# Rafael Fontenelle <rafaelff@gnome.org>, 2013-2025.
|
| 7 |
+
#
|
| 8 |
+
msgid ""
|
| 9 |
+
msgstr ""
|
| 10 |
+
"Project-Id-Version: hello-c++20 0.25-pre1\n"
|
| 11 |
+
"Report-Msgid-Bugs-To: bug-gettext@gnu.org\n"
|
| 12 |
+
"PO-Revision-Date: 2025-04-28 10:24-0300\n"
|
| 13 |
+
"Last-Translator: Rafael Fontenelle <rafaelff@gnome.org>\n"
|
| 14 |
+
"Language-Team: Brazilian Portuguese <ldpbr-"
|
| 15 |
+
"translation@lists.sourceforge.net>\n"
|
| 16 |
+
"Language: pt_BR\n"
|
| 17 |
+
"MIME-Version: 1.0\n"
|
| 18 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
| 19 |
+
"Content-Transfer-Encoding: 8bit\n"
|
| 20 |
+
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
| 21 |
+
"X-Generator: Gtranslator 48.0\n"
|
| 22 |
+
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
| 23 |
+
|
| 24 |
+
#: hello.cc:48
|
| 25 |
+
msgid "Hello, world!"
|
| 26 |
+
msgstr "Olá, mundo!"
|
| 27 |
+
|
| 28 |
+
#: hello.cc:50 hello.cc:53
|
| 29 |
+
#, c++-format
|
| 30 |
+
msgid "This program is running as process number {:d}."
|
| 31 |
+
msgstr "Este programa está sendo executado com número de processo {:d}."
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/ro.po
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Translation of "hello-c++20" messages to Romanian.
|
| 2 |
+
# Mesajele în limba română pentru pachetul hello-c++20.
|
| 3 |
+
# Copyright © 2015, 2019, 2022, 2023, 2024, 2025 Yoyodyne, Inc. (msgids)
|
| 4 |
+
# This file is distributed under the same license as the gettext package.
|
| 5 |
+
#
|
| 6 |
+
# Eugen Hoancă <eugenh@urban-grafx.ro>, 2003.
|
| 7 |
+
# Mihai Cristescu <mihai.cristescu@archlinux.info>, 2015 - 2019.
|
| 8 |
+
# Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>, 2022 - 2025.
|
| 9 |
+
#
|
| 10 |
+
# Cronologia traducerii fișierului „hello-c++20”:
|
| 11 |
+
# Traducerea inițială, făcută de EH, pentru versiunea hello-c++20 0.12.1, 2003.
|
| 12 |
+
# Actualizare a traducerii pentru versiunea hello-c++20 0.19.4-rc1, făcută de MC, mar-2015.
|
| 13 |
+
# Actualizare a traducerii pentru versiunea hello-c++20 0.19.4.73, făcută de MC, iun-2015.
|
| 14 |
+
# Actualizare a traducerii pentru versiunea hello-c++20 0.20-rc1, făcută de MC, apr-2019.
|
| 15 |
+
# Actualizare a mesajelor, de la fișierul „hello-c++20-0.20.2.pot”.
|
| 16 |
+
# Actualizare a algoritmului formelor de plural (de la „trei-vechi” la „trei-actual”).
|
| 17 |
+
# NU și a mesajelor traduse (acestea au rămas neschimbate).
|
| 18 |
+
# Eliminare a mesajelor ce-au dispărut în ultima versiune.
|
| 19 |
+
# Actualizări realizate de Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>, 15.01.2022.
|
| 20 |
+
# Actualizare a traducerii pentru versiunea 0.20.2 făcută de R-GC, ian-2022.
|
| 21 |
+
# Actualizare a traducerii pentru versiunea 0.22 făcută de R-GC, iun-2023.
|
| 22 |
+
# Revizuire și corectare a traducerii pentru versiunea 0.23-pre1 făcută de R-GC, oct-2024.
|
| 23 |
+
# Actualizare a traducerii pentru versiunea 0.24-pre1 făcută de R-GC, feb-2025.
|
| 24 |
+
# Actualizare a traducerii pentru versiunea 0.25-pre1 făcută de R-GC, apr-2025.
|
| 25 |
+
# Actualizare a traducerii pentru versiunea Y, făcută de X, Z(luna-anul).
|
| 26 |
+
#
|
| 27 |
+
msgid ""
|
| 28 |
+
msgstr ""
|
| 29 |
+
"Project-Id-Version: hello-c++20 0.25-pre1\n"
|
| 30 |
+
"Report-Msgid-Bugs-To: bug-gettext@gnu.org\n"
|
| 31 |
+
"PO-Revision-Date: 2025-04-29 00:25+0200\n"
|
| 32 |
+
"Last-Translator: Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>\n"
|
| 33 |
+
"Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n"
|
| 34 |
+
"Language: ro\n"
|
| 35 |
+
"MIME-Version: 1.0\n"
|
| 36 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
| 37 |
+
"Content-Transfer-Encoding: 8bit\n"
|
| 38 |
+
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
|
| 39 |
+
"20)) ? 1 : 2);\n"
|
| 40 |
+
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
| 41 |
+
"X-Generator: Poedit 3.5\n"
|
| 42 |
+
|
| 43 |
+
#: hello.cc:48
|
| 44 |
+
msgid "Hello, world!"
|
| 45 |
+
msgstr "Salutare, lume!"
|
| 46 |
+
|
| 47 |
+
#: hello.cc:50 hello.cc:53
|
| 48 |
+
#, c++-format
|
| 49 |
+
msgid "This program is running as process number {:d}."
|
| 50 |
+
msgstr "Acest program rulează ca procesul numărul {:d}."
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/ru.po
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Translation of hello-c++20-0.14.1.po to Russian
|
| 2 |
+
# Copyright (C) 2004 Yoyodyne, Inc. (msgids)
|
| 3 |
+
# This file is distributed under the same license as the gettext package.
|
| 4 |
+
#
|
| 5 |
+
# Pavel Maryanov <acid_jack@ukr.net>, 2004.
|
| 6 |
+
# SPDX-FileCopyrightText: 2014, 2015, 2023, 2025 Yuri Kozlov <yuray@komyakino.ru>
|
| 7 |
+
msgid ""
|
| 8 |
+
msgstr ""
|
| 9 |
+
"Project-Id-Version: hello-c++20 0.25-pre1\n"
|
| 10 |
+
"Report-Msgid-Bugs-To: bug-gettext@gnu.org\n"
|
| 11 |
+
"PO-Revision-Date: 2025-05-02 09:17+0300\n"
|
| 12 |
+
"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
|
| 13 |
+
"Language-Team: Russian <gnu@d07.ru>\n"
|
| 14 |
+
"Language: ru\n"
|
| 15 |
+
"MIME-Version: 1.0\n"
|
| 16 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
| 17 |
+
"Content-Transfer-Encoding: 8bit\n"
|
| 18 |
+
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
| 19 |
+
"X-Generator: Lokalize 24.12.0\n"
|
| 20 |
+
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
| 21 |
+
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
| 22 |
+
|
| 23 |
+
#: hello.cc:48
|
| 24 |
+
msgid "Hello, world!"
|
| 25 |
+
msgstr "Здравствуй, мир!"
|
| 26 |
+
|
| 27 |
+
#: hello.cc:50 hello.cc:53
|
| 28 |
+
#, c++-format
|
| 29 |
+
msgid "This program is running as process number {:d}."
|
| 30 |
+
msgstr "Эта программа выполняется как процесс под номером {:d}."
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/sk.po
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Slovak translations GNU for hello-c++20 package.
|
| 2 |
+
# Copyright (C) 2003, 2004, 2014, 2023, 2025 Yoyodyne, Inc. (msgids)
|
| 3 |
+
# This file is distributed under the same license as the gettext package.
|
| 4 |
+
# Marcel Telka <marcel@telka.sk>, 2003, 2004, 2014, 2023, 2025.
|
| 5 |
+
#
|
| 6 |
+
msgid ""
|
| 7 |
+
msgstr ""
|
| 8 |
+
"Project-Id-Version: GNU hello-c++20 0.25-pre1\n"
|
| 9 |
+
"Report-Msgid-Bugs-To: bug-gettext@gnu.org\n"
|
| 10 |
+
"PO-Revision-Date: 2025-04-28 13:53+0200\n"
|
| 11 |
+
"Last-Translator: Marcel Telka <marcel@telka.sk>\n"
|
| 12 |
+
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
|
| 13 |
+
"Language: sk\n"
|
| 14 |
+
"MIME-Version: 1.0\n"
|
| 15 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
| 16 |
+
"Content-Transfer-Encoding: 8bit\n"
|
| 17 |
+
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
| 18 |
+
|
| 19 |
+
#: hello.cc:48
|
| 20 |
+
msgid "Hello, world!"
|
| 21 |
+
msgstr "Ahoj svet!"
|
| 22 |
+
|
| 23 |
+
#: hello.cc:50 hello.cc:53
|
| 24 |
+
#, c++-format
|
| 25 |
+
msgid "This program is running as process number {:d}."
|
| 26 |
+
msgstr "Tento program beží ako proces s číslom {:d}."
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/sl.po
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# -*- mode: po; coding: utf-8; -*- Slovenian message catalog for GNU gettext-example
|
| 2 |
+
# Copyright (C) 2005 Yoyodyne, Inc. (msgids)
|
| 3 |
+
# This file is distributed under the same license as the gettext package.
|
| 4 |
+
#
|
| 5 |
+
# Primož Peterlin <primoz.peterlin@biofiz.mf.uni-lj.si>, 2005, 2014, 2015, 2024.
|
| 6 |
+
# $Id: hello-c++20-0.22.sl.po,v 1.1 2024/03/28 17:02:19 peterlin Exp $
|
| 7 |
+
msgid ""
|
| 8 |
+
msgstr ""
|
| 9 |
+
"Project-Id-Version: hello-c++20 0.22\n"
|
| 10 |
+
"Report-Msgid-Bugs-To: bug-gettext@gnu.org\n"
|
| 11 |
+
"PO-Revision-Date: 2024-03-28 18:02+0100\n"
|
| 12 |
+
"Last-Translator: Primož Peterlin <primozz.peterlin@gmail.com>\n"
|
| 13 |
+
"Language-Team: Slovenian <translation-team-sl@lists.sourceforge.net>\n"
|
| 14 |
+
"Language: sl\n"
|
| 15 |
+
"MIME-Version: 1.0\n"
|
| 16 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
| 17 |
+
"Content-Transfer-Encoding: 8-bit\n"
|
| 18 |
+
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
| 19 |
+
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || "
|
| 20 |
+
"n%100==4 ? 3 : 0);\n"
|
| 21 |
+
|
| 22 |
+
#: hello.cc:48
|
| 23 |
+
msgid "Hello, world!"
|
| 24 |
+
msgstr "Pozdravljen, svet!"
|
| 25 |
+
|
| 26 |
+
#: hello.cc:50 hello.cc:53
|
| 27 |
+
#, c++-format
|
| 28 |
+
msgid "This program is running as process number {:d}."
|
| 29 |
+
msgstr "Ta program teče kot proces številka {:d}."
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/sq.po
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Albanian translation of gettext-example.
|
| 2 |
+
# Copyright (C) 2020 Yoyodyne, Inc. (msgids)
|
| 3 |
+
# This file is distributed under the same license as the gettext package.
|
| 4 |
+
# Besnik Bleta <besnik@programeshqip.org>, 2020,2023,2024,2025.
|
| 5 |
+
#
|
| 6 |
+
msgid ""
|
| 7 |
+
msgstr ""
|
| 8 |
+
"Project-Id-Version: hello-c++20-0.25-pre1\n"
|
| 9 |
+
"Report-Msgid-Bugs-To: bug-gettext@gnu.org\n"
|
| 10 |
+
"PO-Revision-Date: 2025-04-28 19:56+0300\n"
|
| 11 |
+
"Last-Translator: Besnik Bleta <besnik@programeshqip.org>\n"
|
| 12 |
+
"Language-Team: Albanian <translation-team-sq@lists.sourceforge.net>\n"
|
| 13 |
+
"Language: sq\n"
|
| 14 |
+
"MIME-Version: 1.0\n"
|
| 15 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
| 16 |
+
"Content-Transfer-Encoding: 8bit\n"
|
| 17 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
| 18 |
+
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
| 19 |
+
"X-Generator: Poedit 3.2.2\n"
|
| 20 |
+
|
| 21 |
+
#: hello.cc:48
|
| 22 |
+
msgid "Hello, world!"
|
| 23 |
+
msgstr "Tungjatjeta, botë!"
|
| 24 |
+
|
| 25 |
+
#: hello.cc:50 hello.cc:53
|
| 26 |
+
#, c++-format
|
| 27 |
+
msgid "This program is running as process number {:d}."
|
| 28 |
+
msgstr "Ky program po xhiron si procesi numër {:d}."
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/sr.po
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Serbian translation of hello-c++20.
|
| 2 |
+
# Copyright (C) 2014 Yoyodyne, Inc. (msgids)
|
| 3 |
+
# This file is distributed under the same license as the gettext package.
|
| 4 |
+
# Aleksandar Jelenak <jelenak@netlinkplus.net>, 2004.
|
| 5 |
+
# Мирослав Николић <miroslavnikolic@rocketmail.com>, 2014-2025.
|
| 6 |
+
#
|
| 7 |
+
msgid ""
|
| 8 |
+
msgstr ""
|
| 9 |
+
"Project-Id-Version: hello-c++20-0.24-pre1\n"
|
| 10 |
+
"Report-Msgid-Bugs-To: bug-gettext@gnu.org\n"
|
| 11 |
+
"PO-Revision-Date: 2025-03-02 16:51+0100\n"
|
| 12 |
+
"Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n"
|
| 13 |
+
"Language-Team: Serbian <(nothing)>\n"
|
| 14 |
+
"Language: sr\n"
|
| 15 |
+
"MIME-Version: 1.0\n"
|
| 16 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
| 17 |
+
"Content-Transfer-Encoding: 8bit\n"
|
| 18 |
+
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
| 19 |
+
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
| 20 |
+
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
| 21 |
+
"X-Generator: Poedit 3.5\n"
|
| 22 |
+
|
| 23 |
+
#: hello.cc:48
|
| 24 |
+
msgid "Hello, world!"
|
| 25 |
+
msgstr "Здраво, свима!"
|
| 26 |
+
|
| 27 |
+
#: hello.cc:50 hello.cc:53
|
| 28 |
+
#, c++-format
|
| 29 |
+
msgid "This program is running as process number {:d}."
|
| 30 |
+
msgstr "Овај програм се извршава као процес број {:d}."
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/sv.po
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Swedish messages for hello-c++20.
|
| 2 |
+
# Copyright © 2006, 2014, 2016, 2019, 2020, 2023, 2024, 2025 Yoyodyne, Inc. (msgids)
|
| 3 |
+
# This file is distributed under the same license as the gettext package.
|
| 4 |
+
#
|
| 5 |
+
# Jan Djärv <jan.h.d@swipnet.se>, 2003, 2006, 2014.
|
| 6 |
+
# Göran Uddeborg <goeran@uddeborg.se>, 2016, 2019, 2020, 2023, 2024, 2025.
|
| 7 |
+
# Luna Jernberg <droidbittin@gmail.com>, 2025.
|
| 8 |
+
# $Revision: 1.12 $
|
| 9 |
+
msgid ""
|
| 10 |
+
msgstr ""
|
| 11 |
+
"Project-Id-Version: hello-c++20 0.25-pre1\n"
|
| 12 |
+
"Report-Msgid-Bugs-To: bug-gettext@gnu.org\n"
|
| 13 |
+
"PO-Revision-Date: 2025-04-28 12:18+0200\n"
|
| 14 |
+
"Last-Translator: Luna Jernberg <droidbittin@gmail.com>\n"
|
| 15 |
+
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
|
| 16 |
+
"Language: sv\n"
|
| 17 |
+
"MIME-Version: 1.0\n"
|
| 18 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
| 19 |
+
"Content-Transfer-Encoding: 8bit\n"
|
| 20 |
+
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
| 21 |
+
"X-Generator: Poedit 3.5\n"
|
| 22 |
+
|
| 23 |
+
#: hello.cc:48
|
| 24 |
+
msgid "Hello, world!"
|
| 25 |
+
msgstr "Hej världen!"
|
| 26 |
+
|
| 27 |
+
#: hello.cc:50 hello.cc:53
|
| 28 |
+
#, c++-format
|
| 29 |
+
msgid "This program is running as process number {:d}."
|
| 30 |
+
msgstr "Detta program kör som process nummer {:d}."
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/ta.po
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Tamil messages for GNU gettext.
|
| 2 |
+
# Copyright (C) 2018 Yoyodyne, Inc. (msgids)
|
| 3 |
+
# This file is distributed under the same license as the gettext package.
|
| 4 |
+
# List of contributors follow:
|
| 5 |
+
# Poorajith <gokulkannanst@gmail.com>, 2018.
|
| 6 |
+
# Arun Isaac <arunisaac@systemreboot.net>, 2023.
|
| 7 |
+
#
|
| 8 |
+
msgid ""
|
| 9 |
+
msgstr ""
|
| 10 |
+
"Project-Id-Version: hello-c++20 0.22\n"
|
| 11 |
+
"Report-Msgid-Bugs-To: bug-gettext@gnu.org\n"
|
| 12 |
+
"PO-Revision-Date: 2023-06-19 00:06+0100\n"
|
| 13 |
+
"Last-Translator: Arun Isaac <arunisaac@systemreboot.net>\n"
|
| 14 |
+
"Language-Team: Tamil <tamil@systemreboot.net>\n"
|
| 15 |
+
"Language: ta\n"
|
| 16 |
+
"MIME-Version: 1.0\n"
|
| 17 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
| 18 |
+
"Content-Transfer-Encoding: 8bit\n"
|
| 19 |
+
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
| 20 |
+
|
| 21 |
+
#: hello.cc:48
|
| 22 |
+
msgid "Hello, world!"
|
| 23 |
+
msgstr "வணக்கம், உலகு!"
|
| 24 |
+
|
| 25 |
+
#: hello.cc:50 hello.cc:53
|
| 26 |
+
#, c++-format
|
| 27 |
+
msgid "This program is running as process number {:d}."
|
| 28 |
+
msgstr "இந்நிரல் செயலாக்க எண் {:d} ஆக இயங்கிக்கொண்டிருக்கிறது."
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/tr.po
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Turkish translation for hello-c++20.
|
| 2 |
+
# This file is distributed under the same license as the gettext package.
|
| 3 |
+
# Copyright (C) 2017 Yoyodyne, Inc. (msgids)
|
| 4 |
+
# Copyright (C) 2004 Free Software Foundation, Inc.
|
| 5 |
+
# Nilgün Belma Bugüner <nilgun@superonline.com>, 2003,2004
|
| 6 |
+
# Mehmet Kececi <mkececi@mehmetkececi.com>, 2017, 2019, 2020.
|
| 7 |
+
msgid ""
|
| 8 |
+
msgstr ""
|
| 9 |
+
"Project-Id-Version: hello-c++20 0.20.2\n"
|
| 10 |
+
"Report-Msgid-Bugs-To: bug-gettext@gnu.org\n"
|
| 11 |
+
"PO-Revision-Date: 2020-04-17 13:10+0300\n"
|
| 12 |
+
"Last-Translator: Mehmet Kececi <mkececi@mehmetkececi.com>\n"
|
| 13 |
+
"Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n"
|
| 14 |
+
"Language: tr\n"
|
| 15 |
+
"MIME-Version: 1.0\n"
|
| 16 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
| 17 |
+
"Content-Transfer-Encoding: 8bit\n"
|
| 18 |
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
| 19 |
+
"X-Generator: Poedit 2.3\n"
|
| 20 |
+
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
| 21 |
+
|
| 22 |
+
#: hello.cc:48
|
| 23 |
+
msgid "Hello, world!"
|
| 24 |
+
msgstr "Merhaba, dünya!"
|
| 25 |
+
|
| 26 |
+
#: hello.cc:50 hello.cc:53
|
| 27 |
+
#, fuzzy, c++-format
|
| 28 |
+
msgid "This program is running as process number {:d}."
|
| 29 |
+
msgstr "Bu program işlem numarası {pid} olarak çalışıyor."
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/uk.po
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Ukrainian translation to hello-c++20
|
| 2 |
+
# Copyright (C) 2014 Yoyodyne, Inc. (msgids)
|
| 3 |
+
# This file is distributed under the same license as the gettext package.
|
| 4 |
+
#
|
| 5 |
+
# Maxim V. Dziumanenko <dziumanenko@gmail.com>, 2004-2007.
|
| 6 |
+
# Yuri Chornoivan <yurchor@ukr.net>, 2014, 2015, 2023, 2025.
|
| 7 |
+
msgid ""
|
| 8 |
+
msgstr ""
|
| 9 |
+
"Project-Id-Version: hello-c++20 0.25-pre1\n"
|
| 10 |
+
"Report-Msgid-Bugs-To: bug-gettext@gnu.org\n"
|
| 11 |
+
"PO-Revision-Date: 2025-04-28 13:56+0300\n"
|
| 12 |
+
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
|
| 13 |
+
"Language-Team: Ukrainian <trans-uk@lists.fedoraproject.org>\n"
|
| 14 |
+
"Language: uk\n"
|
| 15 |
+
"MIME-Version: 1.0\n"
|
| 16 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
| 17 |
+
"Content-Transfer-Encoding: 8bit\n"
|
| 18 |
+
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
| 19 |
+
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
| 20 |
+
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
| 21 |
+
"X-Generator: Lokalize 23.04.3\n"
|
| 22 |
+
|
| 23 |
+
#: hello.cc:48
|
| 24 |
+
msgid "Hello, world!"
|
| 25 |
+
msgstr "Привіт, світе!"
|
| 26 |
+
|
| 27 |
+
#: hello.cc:50 hello.cc:53
|
| 28 |
+
#, c++-format
|
| 29 |
+
msgid "This program is running as process number {:d}."
|
| 30 |
+
msgstr "Ця програма виконується як процес з номером {:d}."
|
miniconda3/pkgs/gettext-0.25.1-h92eb808_0/share/doc/gettext/examples/hello-c++20/po/vi.po
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Vietnamese Translation for Gettext Examples.
|
| 2 |
+
# Bản dịch tiếng Việt dành cho các ví dụ của gói gettext.
|
| 3 |
+
# Copyright © 2015 Yoyodyne, Inc. (msgids)
|
| 4 |
+
# Copyright © 2015 Free Software Foundation, Inc.
|
| 5 |
+
# This file is distributed under the same license as the gettext package.
|
| 6 |
+
# Clytie Siddall <clytie@riverland.net.au>, 2005-2010.
|
| 7 |
+
# Trần Ngọc Quân <vnwildman@gmail.com>, 2012-2015, 2023.
|
| 8 |
+
#
|
| 9 |
+
msgid ""
|
| 10 |
+
msgstr ""
|
| 11 |
+
"Project-Id-Version: hello-c++20 0.22\n"
|
| 12 |
+
"Report-Msgid-Bugs-To: bug-gettext@gnu.org\n"
|
| 13 |
+
"PO-Revision-Date: 2023-06-24 09:10+0700\n"
|
| 14 |
+
"Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n"
|
| 15 |
+
"Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>\n"
|
| 16 |
+
"Language: vi\n"
|
| 17 |
+
"MIME-Version: 1.0\n"
|
| 18 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
| 19 |
+
"Content-Transfer-Encoding: 8bit\n"
|
| 20 |
+
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
| 21 |
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
| 22 |
+
|
| 23 |
+
#: hello.cc:48
|
| 24 |
+
msgid "Hello, world!"
|
| 25 |
+
msgstr "Chào thế giới!"
|
| 26 |
+
|
| 27 |
+
#: hello.cc:50 hello.cc:53
|
| 28 |
+
#, c++-format
|
| 29 |
+
msgid "This program is running as process number {:d}."
|
| 30 |
+
msgstr "Chương trình này đang chạy với mã số tiến trình {:d}."
|