From af94bd7266c8dfee6ac303682dbbf8e9c8e26856 Mon Sep 17 00:00:00 2001 From: Nick Gasson Date: Sat, 22 Jan 2022 15:36:03 +0800 Subject: [PATCH] Update for 1.6 release --- Makefile.am | 2 +- configure.ac | 2 +- po/pt_BR.po | 9 +++++++-- po/ru.po | 9 +++++++-- po/xcowsay.pot | 11 ++++++++--- 5 files changed, 24 insertions(+), 9 deletions(-) diff --git a/Makefile.am b/Makefile.am index e8af3aa..4f16f61 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ SUBDIRS = po src dist_pkgdata_DATA = cow_small.png cow_med.png cow_large.png -EXTRA_DIST = config.rpath m4/ChangeLog cow.svg xcowsay.6 +EXTRA_DIST = config.rpath m4/ChangeLog cow.svg xcowsay.6 test.sh man_MANS = xcowsay.6 ACLOCAL_AMFLAGS = -I m4 diff --git a/configure.ac b/configure.ac index c4b70b7..0fca5a4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xcowsay], [1.5.1], +AC_INIT([xcowsay], [1.6], [Nick Gasson ], [xcowsay]) AC_PREREQ([2.63]) diff --git a/po/pt_BR.po b/po/pt_BR.po index 569c988..997ae69 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: pt_BR\n" "Report-Msgid-Bugs-To: nick@cakesniffer.co.uk\n" -"POT-Creation-Date: 2020-10-01 12:27+0800\n" +"POT-Creation-Date: 2022-01-22 15:33+0800\n" "PO-Revision-Date: 2010-11-06 16:39-0200\n" "Last-Translator: Phantom X \n" "Language-Team: Português do Brasil \n" @@ -135,7 +135,12 @@ msgstr "Reporte bugs para nick@nickg.me.uk" msgid "Error: %s is not a valid integer\n" msgstr "Erro: %s não é um inteiro válido\n" -#: src/xcowsay.c:184 +#: src/xcowsay.c:189 +#, fuzzy, c-format +msgid "Error: %s is not a valid number\n" +msgstr "Erro: %s não é um inteiro válido\n" + +#: src/xcowsay.c:196 #, c-format msgid "Error: failed to parse '%s' as position\n" msgstr "Erro: falha ao analisar '%s' como posição\n" diff --git a/po/ru.po b/po/ru.po index d8af583..ae6ffc2 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: ru\n" "Report-Msgid-Bugs-To: nick@cakesniffer.co.uk\n" -"POT-Creation-Date: 2020-10-01 12:27+0800\n" +"POT-Creation-Date: 2022-01-22 15:33+0800\n" "PO-Revision-Date: 2010-02-03 10:25+0500\n" "Last-Translator: \n" "Language-Team: Russian\n" @@ -134,7 +134,12 @@ msgstr "Об ошибках пишите на nick@nickg.me.uk" msgid "Error: %s is not a valid integer\n" msgstr "Ошибка: %s не является корректным целым числом\n" -#: src/xcowsay.c:184 +#: src/xcowsay.c:189 +#, fuzzy, c-format +msgid "Error: %s is not a valid number\n" +msgstr "Ошибка: %s не является корректным целым числом\n" + +#: src/xcowsay.c:196 #, c-format msgid "Error: failed to parse '%s' as position\n" msgstr "Ошибка: '%s' не является корректным значением координат\n" diff --git a/po/xcowsay.pot b/po/xcowsay.pot index 36c1910..4122692 100644 --- a/po/xcowsay.pot +++ b/po/xcowsay.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: xcowsay 1.5.1\n" +"Project-Id-Version: xcowsay 1.6\n" "Report-Msgid-Bugs-To: nick@cakesniffer.co.uk\n" -"POT-Creation-Date: 2020-10-01 12:27+0800\n" +"POT-Creation-Date: 2022-01-22 15:33+0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -128,7 +128,12 @@ msgstr "" msgid "Error: %s is not a valid integer\n" msgstr "" -#: src/xcowsay.c:184 +#: src/xcowsay.c:189 +#, c-format +msgid "Error: %s is not a valid number\n" +msgstr "" + +#: src/xcowsay.c:196 #, c-format msgid "Error: failed to parse '%s' as position\n" msgstr "" -- 2.39.2