summaryrefslogtreecommitdiffstats
path: root/gnulib_po
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 08:56:12 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 08:56:12 +0000
commit5fc9e0f4acbb0647b6564d091257340b4ce800f1 (patch)
tree7c2ae9ffc1d5f93f36444e153ddaed2434612f9e /gnulib_po
parentReleasing progress-linux version 1.21.4-1~progress7.99u1. (diff)
downloadwget-5fc9e0f4acbb0647b6564d091257340b4ce800f1.tar.xz
wget-5fc9e0f4acbb0647b6564d091257340b4ce800f1.zip
Merging upstream version 1.24.5.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'gnulib_po')
-rw-r--r--gnulib_po/Makefile.in.in24
-rw-r--r--gnulib_po/Makevars3
-rw-r--r--gnulib_po/POTFILES.in65
-rw-r--r--gnulib_po/af.gmobin726 -> 721 bytes
-rw-r--r--gnulib_po/af.po18
-rw-r--r--gnulib_po/be.po18
-rw-r--r--gnulib_po/bg.gmobin6521 -> 6531 bytes
-rw-r--r--gnulib_po/bg.po34
-rw-r--r--gnulib_po/ca.po18
-rw-r--r--gnulib_po/cs.po18
-rw-r--r--gnulib_po/da.gmobin4148 -> 4168 bytes
-rw-r--r--gnulib_po/da.po18
-rw-r--r--gnulib_po/de.po18
-rw-r--r--gnulib_po/el.po18
-rw-r--r--gnulib_po/eo.po18
-rw-r--r--gnulib_po/es.po18
-rw-r--r--gnulib_po/et.gmobin3719 -> 3754 bytes
-rw-r--r--gnulib_po/et.po18
-rw-r--r--gnulib_po/eu.gmobin684 -> 679 bytes
-rw-r--r--gnulib_po/eu.po18
-rw-r--r--gnulib_po/fi.po18
-rw-r--r--gnulib_po/fr.po18
-rw-r--r--gnulib_po/ga.gmobin3979 -> 4046 bytes
-rw-r--r--gnulib_po/ga.po18
-rw-r--r--gnulib_po/gl.po18
-rw-r--r--gnulib_po/hu.po18
-rw-r--r--gnulib_po/it.po18
-rw-r--r--gnulib_po/ja.po18
-rw-r--r--gnulib_po/ka.po18
-rw-r--r--gnulib_po/ko.gmobin628 -> 643 bytes
-rw-r--r--gnulib_po/ko.po18
-rw-r--r--gnulib_po/ms.po18
-rw-r--r--gnulib_po/nb.gmobin629 -> 626 bytes
-rw-r--r--gnulib_po/nb.po18
-rw-r--r--gnulib_po/nl.po18
-rw-r--r--gnulib_po/pl.po18
-rw-r--r--gnulib_po/pt.po18
-rw-r--r--gnulib_po/pt_BR.po18
-rw-r--r--gnulib_po/ro.po18
-rw-r--r--gnulib_po/ru.gmobin6387 -> 6358 bytes
-rw-r--r--gnulib_po/ru.po26
-rw-r--r--gnulib_po/rw.po18
-rw-r--r--gnulib_po/sk.gmobin625 -> 627 bytes
-rw-r--r--gnulib_po/sk.po18
-rw-r--r--gnulib_po/sl.po18
-rw-r--r--gnulib_po/sr.po18
-rw-r--r--gnulib_po/sv.po18
-rw-r--r--gnulib_po/tr.po18
-rw-r--r--gnulib_po/uk.po18
-rw-r--r--gnulib_po/vi.po18
-rw-r--r--gnulib_po/wget-gnulib.pot20
-rw-r--r--gnulib_po/zh_CN.po18
-rw-r--r--gnulib_po/zh_TW.po18
53 files changed, 451 insertions, 387 deletions
diff --git a/gnulib_po/Makefile.in.in b/gnulib_po/Makefile.in.in
index 6b25f0d..2b36b11 100644
--- a/gnulib_po/Makefile.in.in
+++ b/gnulib_po/Makefile.in.in
@@ -1,13 +1,13 @@
# Makefile for PO directory in any package using GNU gettext.
# Copyright (C) 1995-2000 Ulrich Drepper <drepper@gnu.ai.mit.edu>
-# Copyright (C) 2000-2020 Free Software Foundation, Inc.
+# Copyright (C) 2000-2023 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
# notice and this notice are preserved. This file is offered as-is,
# without any warranty.
#
-# Origin: gettext-0.21
+# Origin: gettext-0.22
GETTEXT_MACRO_VERSION = 0.20
PACKAGE = @PACKAGE@
@@ -248,15 +248,17 @@ $(POFILES): $(POFILESDEPS)
@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
if test -f "$(srcdir)/$${lang}.po"; then \
test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
- echo "$${cdcmd}$(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --lang=$${lang} --previous $${lang}.po $(DOMAIN).pot"; \
+ echo "$${cdcmd}$(MSGMERGE_UPDATE) --quiet $(MSGMERGE_OPTIONS) --lang=$${lang} --previous $${lang}.po $(DOMAIN).pot"; \
cd $(srcdir) \
&& { case `$(MSGMERGE_UPDATE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
- '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].*) \
+ '' | 0.[0-9] | 0.[0-9].* | 0.10 | 0.10.*) \
$(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) $${lang}.po $(DOMAIN).pot;; \
+ 0.1[1-5] | 0.1[1-5].*) \
+ $(MSGMERGE_UPDATE) --quiet $(MSGMERGE_OPTIONS) $${lang}.po $(DOMAIN).pot;; \
0.1[6-7] | 0.1[6-7].*) \
- $(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --previous $${lang}.po $(DOMAIN).pot;; \
+ $(MSGMERGE_UPDATE) --quiet $(MSGMERGE_OPTIONS) --previous $${lang}.po $(DOMAIN).pot;; \
*) \
- $(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --lang=$${lang} --previous $${lang}.po $(DOMAIN).pot;; \
+ $(MSGMERGE_UPDATE) --quiet $(MSGMERGE_OPTIONS) --lang=$${lang} --previous $${lang}.po $(DOMAIN).pot;; \
esac; \
}; \
else \
@@ -464,15 +466,17 @@ update-po: Makefile
tmpdir=`pwd`; \
echo "$$lang:"; \
test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
- echo "$${cdcmd}$(MSGMERGE) $(MSGMERGE_OPTIONS) --lang=$$lang --previous $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \
+ echo "$${cdcmd}$(MSGMERGE) --quiet $(MSGMERGE_OPTIONS) --lang=$$lang --previous $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \
cd $(srcdir); \
if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
- '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].*) \
+ '' | 0.[0-9] | 0.[0-9].* | 0.10 | 0.10.*) \
$(MSGMERGE) $(MSGMERGE_OPTIONS) -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \
+ 0.1[1-5] | 0.1[1-5].*) \
+ $(MSGMERGE) --quiet $(MSGMERGE_OPTIONS) -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \
0.1[6-7] | 0.1[6-7].*) \
- $(MSGMERGE) $(MSGMERGE_OPTIONS) --previous -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \
+ $(MSGMERGE) --quiet $(MSGMERGE_OPTIONS) --previous -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \
*) \
- $(MSGMERGE) $(MSGMERGE_OPTIONS) --lang=$$lang --previous -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \
+ $(MSGMERGE) --quiet $(MSGMERGE_OPTIONS) --lang=$$lang --previous -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \
esac; \
}; then \
if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
diff --git a/gnulib_po/Makevars b/gnulib_po/Makevars
index 12fd775..e7fb540 100644
--- a/gnulib_po/Makevars
+++ b/gnulib_po/Makevars
@@ -1,5 +1,5 @@
## DO NOT EDIT! GENERATED AUTOMATICALLY!
-# Copyright (C) 2002-2023 Free Software Foundation, Inc.
+# Copyright (C) 2002-2024 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -34,6 +34,7 @@ XGETTEXT_OPTIONS = \
--keyword=_ --flag=_:1:pass-c-format \
--keyword=N_ --flag=N_:1:pass-c-format \
--keyword='proper_name:1,"This is a proper name. See the gettext manual, section Names."' \
+ --keyword='proper_name_lite:1,"This is a proper name. See the gettext manual, section Names."' \
--keyword='proper_name_utf8:1,"This is a proper name. See the gettext manual, section Names."' \
--flag=error:3:c-format --flag=error_at_line:5:c-format
diff --git a/gnulib_po/POTFILES.in b/gnulib_po/POTFILES.in
index 7fb10af..4a14873 100644
--- a/gnulib_po/POTFILES.in
+++ b/gnulib_po/POTFILES.in
@@ -1,5 +1,5 @@
## DO NOT EDIT! GENERATED AUTOMATICALLY!
-# Copyright (C) 2002-2023 Free Software Foundation, Inc.
+# Copyright (C) 2002-2024 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -48,6 +48,7 @@ lib/binary-io.h
lib/bind.c
lib/bitrotate.c
lib/bitrotate.h
+lib/btoc32.c
lib/btowc.c
lib/byteswap.in.h
lib/c++defs.h
@@ -59,6 +60,24 @@ lib/c-strcaseeq.h
lib/c-strcasestr.c
lib/c-strcasestr.h
lib/c-strncasecmp.c
+lib/c32_apply_type_test.c
+lib/c32_get_type_test.c
+lib/c32is-impl.h
+lib/c32isalnum.c
+lib/c32isalpha.c
+lib/c32isblank.c
+lib/c32iscntrl.c
+lib/c32isdigit.c
+lib/c32isgraph.c
+lib/c32islower.c
+lib/c32isprint.c
+lib/c32ispunct.c
+lib/c32isspace.c
+lib/c32isupper.c
+lib/c32isxdigit.c
+lib/c32to-impl.h
+lib/c32tolower.c
+lib/c32width.c
lib/calloc.c
lib/canonicalize-lgpl.c
lib/canonicalize.c
@@ -180,7 +199,10 @@ lib/inttypes.in.h
lib/ioctl.c
lib/isblank.c
lib/iswblank.c
+lib/iswctype-impl.h
+lib/iswctype.c
lib/iswdigit.c
+lib/iswpunct.c
lib/iswxdigit.c
lib/itold.c
lib/langinfo.in.h
@@ -215,13 +237,17 @@ lib/mbchar.c
lib/mbchar.h
lib/mbiter.c
lib/mbiter.h
+lib/mbrtoc32.c
lib/mbrtowc-impl-utf8.h
lib/mbrtowc-impl.h
lib/mbrtowc.c
lib/mbsinit.c
+lib/mbsrtoc32s-state.c
+lib/mbsrtoc32s.c
lib/mbsrtowcs-impl.h
lib/mbsrtowcs-state.c
lib/mbsrtowcs.c
+lib/mbszero.c
lib/mbtowc-impl.h
lib/mbtowc-lock.c
lib/mbtowc-lock.h
@@ -294,6 +320,7 @@ lib/regexec.c
lib/rename.c
lib/rewinddir.c
lib/rmdir.c
+lib/same-inode.c
lib/same-inode.h
lib/save-cwd.c
lib/save-cwd.h
@@ -303,6 +330,7 @@ lib/secure_getenv.c
lib/select.c
lib/send.c
lib/setlocale-lock.c
+lib/setlocale_null-unlocked.c
lib/setlocale_null.c
lib/setlocale_null.h
lib/setsockopt.c
@@ -405,6 +433,7 @@ lib/tmpdir.c
lib/tmpdir.h
lib/u64.c
lib/u64.h
+lib/uchar.in.h
lib/unicase.in.h
lib/unicase/cased.c
lib/unicase/cased.h
@@ -428,6 +457,30 @@ lib/unictype.in.h
lib/unictype/bitmap.h
lib/unictype/combiningclass.c
lib/unictype/combiningclass.h
+lib/unictype/ctype_alnum.c
+lib/unictype/ctype_alnum.h
+lib/unictype/ctype_alpha.c
+lib/unictype/ctype_alpha.h
+lib/unictype/ctype_blank.c
+lib/unictype/ctype_blank.h
+lib/unictype/ctype_cntrl.c
+lib/unictype/ctype_cntrl.h
+lib/unictype/ctype_digit.c
+lib/unictype/ctype_digit.h
+lib/unictype/ctype_graph.c
+lib/unictype/ctype_graph.h
+lib/unictype/ctype_lower.c
+lib/unictype/ctype_lower.h
+lib/unictype/ctype_print.c
+lib/unictype/ctype_print.h
+lib/unictype/ctype_punct.c
+lib/unictype/ctype_punct.h
+lib/unictype/ctype_space.c
+lib/unictype/ctype_space.h
+lib/unictype/ctype_upper.c
+lib/unictype/ctype_upper.h
+lib/unictype/ctype_xdigit.c
+lib/unictype/ctype_xdigit.h
lib/unictype/pr_soft_dotted.c
lib/unictype/pr_soft_dotted.h
lib/uninorm.in.h
@@ -442,6 +495,14 @@ lib/unistd.c
lib/unistd.in.h
lib/unistr.in.h
lib/unistr/u-cpy.h
+lib/unistr/u-pcpy.h
+lib/unistr/u-strcat.h
+lib/unistr/u-strlen.h
+lib/unistr/u32-chr.c
+lib/unistr/u32-cpy.c
+lib/unistr/u32-pcpy.c
+lib/unistr/u32-strcat.c
+lib/unistr/u32-strlen.c
lib/unistr/u8-cpy.c
lib/unistr/u8-mbtouc-unsafe-aux.c
lib/unistr/u8-mbtouc-unsafe.c
@@ -473,6 +534,8 @@ lib/warn-on-use.h
lib/wchar.in.h
lib/wcrtomb.c
lib/wctype-h.c
+lib/wctype-impl.h
+lib/wctype.c
lib/wctype.in.h
lib/wcwidth.c
lib/windows-initguard.h
diff --git a/gnulib_po/af.gmo b/gnulib_po/af.gmo
index 303e31c..bc50466 100644
--- a/gnulib_po/af.gmo
+++ b/gnulib_po/af.gmo
Binary files differ
diff --git a/gnulib_po/af.po b/gnulib_po/af.po
index 8852e51..d17b0bc 100644
--- a/gnulib_po/af.po
+++ b/gnulib_po/af.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: coreutils 5.2.1\n"
"Report-Msgid-Bugs-To: bug-gnulib@gnu.org\n"
-"POT-Creation-Date: 2023-05-11 02:59+0200\n"
+"POT-Creation-Date: 2024-03-10 15:09+0100\n"
"PO-Revision-Date: 2004-03-17 11:58+0200\n"
"Last-Translator: Petri Jooste <rkwjpj@puk.ac.za>\n"
"Language-Team: Afrikaans <i18n@af.org.za>\n"
@@ -17,7 +17,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Bugs: Report translation errors to the Language-Team address.\n"
-#: lib/error.c:193
+#: lib/error.c:194
msgid "Unknown system error"
msgstr "Onbekende stelselfout"
@@ -102,43 +102,43 @@ msgstr ""
msgid "Unknown error"
msgstr "Onbekende stelselfout"
-#: lib/getopt.c:278
+#: lib/getopt.c:282
#, fuzzy, c-format
#| msgid "%s: option `%s' is ambiguous\n"
msgid "%s: option '%s%s' is ambiguous\n"
msgstr "%s: opsie `%s' is dubbelsinnig\n"
-#: lib/getopt.c:284
+#: lib/getopt.c:288
#, fuzzy, c-format
#| msgid "%s: option `%s' is ambiguous\n"
msgid "%s: option '%s%s' is ambiguous; possibilities:"
msgstr "%s: opsie `%s' is dubbelsinnig\n"
-#: lib/getopt.c:319
+#: lib/getopt.c:322
#, fuzzy, c-format
#| msgid "%s: unrecognized option `%c%s'\n"
msgid "%s: unrecognized option '%s%s'\n"
msgstr "%s: onbekende opsie `%c%s'\n"
-#: lib/getopt.c:345
+#: lib/getopt.c:348
#, fuzzy, c-format
#| msgid "%s: option `%c%s' doesn't allow an argument\n"
msgid "%s: option '%s%s' doesn't allow an argument\n"
msgstr "%s: opsie `%c%s' laat nie 'n parameter toe nie\n"
-#: lib/getopt.c:360
+#: lib/getopt.c:363
#, fuzzy, c-format
#| msgid "%s: option `%s' requires an argument\n"
msgid "%s: option '%s%s' requires an argument\n"
msgstr "%s: opsie `%s' benodig 'n parameter\n"
-#: lib/getopt.c:621
+#: lib/getopt.c:624
#, fuzzy, c-format
#| msgid "%s: invalid option -- %c\n"
msgid "%s: invalid option -- '%c'\n"
msgstr "%s: ongeldige opsie -- %c\n"
-#: lib/getopt.c:636 lib/getopt.c:682
+#: lib/getopt.c:639 lib/getopt.c:685
#, fuzzy, c-format
#| msgid "%s: option requires an argument -- %c\n"
msgid "%s: option requires an argument -- '%c'\n"
diff --git a/gnulib_po/be.po b/gnulib_po/be.po
index e3e979e..d6e4857 100644
--- a/gnulib_po/be.po
+++ b/gnulib_po/be.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: coreutils 5.0.91\n"
"Report-Msgid-Bugs-To: bug-gnulib@gnu.org\n"
-"POT-Creation-Date: 2023-05-11 02:59+0200\n"
+"POT-Creation-Date: 2024-03-10 15:09+0100\n"
"PO-Revision-Date: 2003-10-30 01:10+0200\n"
"Last-Translator: Ales Nyakhaychyk <nab@mail.by>\n"
"Language-Team: Belarusian <i18n@mova.org>\n"
@@ -20,7 +20,7 @@ msgstr ""
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: KBabel 1.0.2\n"
-#: lib/error.c:193
+#: lib/error.c:194
msgid "Unknown system error"
msgstr "Невядомая сыстэмная памылка"
@@ -105,43 +105,43 @@ msgstr ""
msgid "Unknown error"
msgstr "Невядомая сыстэмная памылка"
-#: lib/getopt.c:278
+#: lib/getopt.c:282
#, fuzzy, c-format
#| msgid "%s: option `%s' is ambiguous\n"
msgid "%s: option '%s%s' is ambiguous\n"
msgstr "%s: выбар `%s' неадназначны\n"
-#: lib/getopt.c:284
+#: lib/getopt.c:288
#, fuzzy, c-format
#| msgid "%s: option `%s' is ambiguous\n"
msgid "%s: option '%s%s' is ambiguous; possibilities:"
msgstr "%s: выбар `%s' неадназначны\n"
-#: lib/getopt.c:319
+#: lib/getopt.c:322
#, fuzzy, c-format
#| msgid "%s: unrecognized option `%c%s'\n"
msgid "%s: unrecognized option '%s%s'\n"
msgstr "%s: нераспазнаны выбар `%c%s'\n"
-#: lib/getopt.c:345
+#: lib/getopt.c:348
#, fuzzy, c-format
#| msgid "%s: option `%c%s' doesn't allow an argument\n"
msgid "%s: option '%s%s' doesn't allow an argument\n"
msgstr "%s: выбар `%c%s' не дазваляе довад\n"
-#: lib/getopt.c:360
+#: lib/getopt.c:363
#, fuzzy, c-format
#| msgid "%s: option `%s' requires an argument\n"
msgid "%s: option '%s%s' requires an argument\n"
msgstr "%s: выбар `%s' патрабуе довад\n"
-#: lib/getopt.c:621
+#: lib/getopt.c:624
#, fuzzy, c-format
#| msgid "%s: invalid option -- %c\n"
msgid "%s: invalid option -- '%c'\n"
msgstr "%s: нерэчаісны выбар -- %c\n"
-#: lib/getopt.c:636 lib/getopt.c:682
+#: lib/getopt.c:639 lib/getopt.c:685
#, fuzzy, c-format
#| msgid "%s: option requires an argument -- %c\n"
msgid "%s: option requires an argument -- '%c'\n"
diff --git a/gnulib_po/bg.gmo b/gnulib_po/bg.gmo
index d264491..b9baa94 100644
--- a/gnulib_po/bg.gmo
+++ b/gnulib_po/bg.gmo
Binary files differ
diff --git a/gnulib_po/bg.po b/gnulib_po/bg.po
index f4c0472..c02ada5 100644
--- a/gnulib_po/bg.po
+++ b/gnulib_po/bg.po
@@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: gnulib 4.0.0.2567\n"
"Report-Msgid-Bugs-To: bug-gnulib@gnu.org\n"
-"POT-Creation-Date: 2023-05-11 02:59+0200\n"
-"PO-Revision-Date: 2020-03-10 09:45+0100\n"
+"POT-Creation-Date: 2024-03-10 15:09+0100\n"
+"PO-Revision-Date: 2023-06-18 17:55+0300\n"
"Last-Translator: Alexander Shopov <ash@kambanaria.org>\n"
"Language-Team: Bulgarian <dict@ludost.net>\n"
"Language: bg\n"
@@ -17,7 +17,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Bugs: Report translation errors to the Language-Team address.\n"
-#: lib/error.c:193
+#: lib/error.c:194
msgid "Unknown system error"
msgstr "Неизвестна системна грешка"
@@ -98,37 +98,37 @@ msgstr "Неправилно кодиран низ на аргумент"
msgid "Unknown error"
msgstr "Неизвестна грешка"
-#: lib/getopt.c:278
+#: lib/getopt.c:282
#, c-format
msgid "%s: option '%s%s' is ambiguous\n"
msgstr "%s: опцията „%s%s“ не е еднозначна\n"
-#: lib/getopt.c:284
+#: lib/getopt.c:288
#, c-format
msgid "%s: option '%s%s' is ambiguous; possibilities:"
msgstr "%s: опцията „%s%s“ не е еднозначна. Възможности:"
-#: lib/getopt.c:319
+#: lib/getopt.c:322
#, c-format
msgid "%s: unrecognized option '%s%s'\n"
msgstr "%s: непозната опция „%s%s“\n"
-#: lib/getopt.c:345
+#: lib/getopt.c:348
#, c-format
msgid "%s: option '%s%s' doesn't allow an argument\n"
msgstr "%s: опцията „%s%s“ се използва без аргументи\n"
-#: lib/getopt.c:360
+#: lib/getopt.c:363
#, c-format
msgid "%s: option '%s%s' requires an argument\n"
msgstr "%s: опцията „%s%s“ изисква аргумент\n"
-#: lib/getopt.c:621
+#: lib/getopt.c:624
#, c-format
msgid "%s: invalid option -- '%c'\n"
msgstr "%s: неправилна опция — „%c“\n"
-#: lib/getopt.c:636 lib/getopt.c:682
+#: lib/getopt.c:639 lib/getopt.c:685
#, c-format
msgid "%s: option requires an argument -- '%c'\n"
msgstr "%s: опцията изисква аргумент — „%c“\n"
@@ -136,7 +136,7 @@ msgstr "%s: опцията изисква аргумент — „%c“\n"
#: lib/openat-die.c:38
#, c-format
msgid "unable to record current working directory"
-msgstr "текущата работна директория не може да се запише"
+msgstr "не може да се запише коя е текущата работна директория"
#: lib/openat-die.c:57
#, c-format
@@ -535,7 +535,7 @@ msgstr "паметта е изчерпана"
#~ msgstr "блоков специален файл"
#~ msgid "character special file"
-#~ msgstr "знаков специален сайт"
+#~ msgstr "знаков специален файл"
#~ msgid "contiguous data"
#~ msgstr "последователни данни"
@@ -839,13 +839,9 @@ msgstr "паметта е изчерпана"
#~ "This is free software: you are free to change and redistribute it.\n"
#~ "There is NO WARRANTY, to the extent permitted by law.\n"
#~ msgstr ""
-#~ "Лиценз — Общ публичен лиценз на GNU (GNU GPL), както е публикуван от "
-#~ "Фондацията\n"
-#~ "за свободен софтуер — версия 3 на лиценза или (по ваше решение) по-късна "
-#~ "версия.\n"
-#~ "<%s>\n"
-#~ "Тази програма е свободен софтуер. Можете да я разпространявате и/или "
-#~ "променяте.\n"
+#~ "Лиценз GPLv3+: GNU GPL — версия 3 или по-късна версия <%s>.\n"
+#~ "Тази програма е свободен софтуер. Може да я променяте и/или "
+#~ "разпространявате.\n"
#~ "Тя се разпространява БЕЗ НИКАКВИ ГАРАНЦИИ доколкото е позволено от "
#~ "закона.\n"
diff --git a/gnulib_po/ca.po b/gnulib_po/ca.po
index f4c5465..f02bf95 100644
--- a/gnulib_po/ca.po
+++ b/gnulib_po/ca.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mailutils 0.6.90\n"
"Report-Msgid-Bugs-To: bug-gnulib@gnu.org\n"
-"POT-Creation-Date: 2023-05-11 02:59+0200\n"
+"POT-Creation-Date: 2024-03-10 15:09+0100\n"
"PO-Revision-Date: 2005-05-21 04:10+0200\n"
"Last-Translator: Jordi Mallach <jordi@gnu.org>\n"
"Language-Team: Catalan <ca@dodds.net>\n"
@@ -18,7 +18,7 @@ msgstr ""
"X-Bugs: Report translation errors to the Language-Team address.\n"
"Plural-Forms: nplurals=2; plural=n!=1;\n"
-#: lib/error.c:193
+#: lib/error.c:194
msgid "Unknown system error"
msgstr "S'ha produït un error desconegut del sistema"
@@ -106,43 +106,43 @@ msgstr ""
msgid "Unknown error"
msgstr "S'ha produït un error desconegut del sistema"
-#: lib/getopt.c:278
+#: lib/getopt.c:282
#, fuzzy, c-format
#| msgid "%s: option `%s' is ambiguous\n"
msgid "%s: option '%s%s' is ambiguous\n"
msgstr "%s: l'opció «%s» és ambigua\n"
-#: lib/getopt.c:284
+#: lib/getopt.c:288
#, fuzzy, c-format
#| msgid "%s: option `%s' is ambiguous\n"
msgid "%s: option '%s%s' is ambiguous; possibilities:"
msgstr "%s: l'opció «%s» és ambigua\n"
-#: lib/getopt.c:319
+#: lib/getopt.c:322
#, fuzzy, c-format
#| msgid "%s: unrecognized option `%c%s'\n"
msgid "%s: unrecognized option '%s%s'\n"
msgstr "%s: l'opció «%c%s» no es reconeix\n"
-#: lib/getopt.c:345
+#: lib/getopt.c:348
#, fuzzy, c-format
#| msgid "%s: option `%c%s' doesn't allow an argument\n"
msgid "%s: option '%s%s' doesn't allow an argument\n"
msgstr "%s: l'opció «%c%s» no accepta arguments\n"
-#: lib/getopt.c:360
+#: lib/getopt.c:363
#, fuzzy, c-format
#| msgid "%s: option `%s' requires an argument\n"
msgid "%s: option '%s%s' requires an argument\n"
msgstr "%s: l'opció «%s» requereix un argument\n"
-#: lib/getopt.c:621
+#: lib/getopt.c:624
#, fuzzy, c-format
#| msgid "%s: invalid option -- %c\n"
msgid "%s: invalid option -- '%c'\n"
msgstr "%s: l'opció no és vàlida -- %c\n"
-#: lib/getopt.c:636 lib/getopt.c:682
+#: lib/getopt.c:639 lib/getopt.c:685
#, fuzzy, c-format
#| msgid "%s: option requires an argument -- %c\n"
msgid "%s: option requires an argument -- '%c'\n"
diff --git a/gnulib_po/cs.po b/gnulib_po/cs.po
index b8f4035..42280e7 100644
--- a/gnulib_po/cs.po
+++ b/gnulib_po/cs.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnulib 3.0.0.6062.a6b16\n"
"Report-Msgid-Bugs-To: bug-gnulib@gnu.org\n"
-"POT-Creation-Date: 2023-05-11 02:59+0200\n"
+"POT-Creation-Date: 2024-03-10 15:09+0100\n"
"PO-Revision-Date: 2011-12-04 08:50+0100\n"
"Last-Translator: Marek Černocký <marek@manet.cz>\n"
"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
@@ -20,7 +20,7 @@ msgstr ""
"X-Bugs: Report translation errors to the Language-Team address.\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-#: lib/error.c:193
+#: lib/error.c:194
msgid "Unknown system error"
msgstr "Neznámá chyba systému"
@@ -100,42 +100,42 @@ msgstr "Řetězec s parametry není správně kódován"
msgid "Unknown error"
msgstr "Neznámá chyba"
-#: lib/getopt.c:278
+#: lib/getopt.c:282
#, fuzzy, c-format
#| msgid "%s: option '-W %s' is ambiguous\n"
msgid "%s: option '%s%s' is ambiguous\n"
msgstr "%s: přepínač „-W %s“ není jednoznačný\n"
-#: lib/getopt.c:284
+#: lib/getopt.c:288
#, fuzzy, c-format
#| msgid "%s: option '%s' is ambiguous; possibilities:"
msgid "%s: option '%s%s' is ambiguous; possibilities:"
msgstr "%s: přepínač „%s“ není jednoznačný; možnosti:"
-#: lib/getopt.c:319
+#: lib/getopt.c:322
#, fuzzy, c-format
#| msgid "%s: unrecognized option '%c%s'\n"
msgid "%s: unrecognized option '%s%s'\n"
msgstr "%s: neznámý přepínač „%c%s“\n"
-#: lib/getopt.c:345
+#: lib/getopt.c:348
#, fuzzy, c-format
#| msgid "%s: option '%c%s' doesn't allow an argument\n"
msgid "%s: option '%s%s' doesn't allow an argument\n"
msgstr "%s: přepínač „%c%s“ musí být zadán bez argumentu\n"
-#: lib/getopt.c:360
+#: lib/getopt.c:363
#, fuzzy, c-format
#| msgid "%s: option '--%s' requires an argument\n"
msgid "%s: option '%s%s' requires an argument\n"
msgstr "%s: přepínač „--%s“ vyžaduje argument\n"
-#: lib/getopt.c:621
+#: lib/getopt.c:624
#, c-format
msgid "%s: invalid option -- '%c'\n"
msgstr "%s: neplatný přepínač -- „%c“\n"
-#: lib/getopt.c:636 lib/getopt.c:682
+#: lib/getopt.c:639 lib/getopt.c:685
#, c-format
msgid "%s: option requires an argument -- '%c'\n"
msgstr "%s: přepínač vyžaduje argument -- „%c“\n"
diff --git a/gnulib_po/da.gmo b/gnulib_po/da.gmo
index 3a6099c..07d6f45 100644
--- a/gnulib_po/da.gmo
+++ b/gnulib_po/da.gmo
Binary files differ
diff --git a/gnulib_po/da.po b/gnulib_po/da.po
index 2fd60cd..42c31ac 100644
--- a/gnulib_po/da.po
+++ b/gnulib_po/da.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnulib 2.0.0.3462.e9796\n"
"Report-Msgid-Bugs-To: bug-gnulib@gnu.org\n"
-"POT-Creation-Date: 2023-05-11 02:59+0200\n"
+"POT-Creation-Date: 2024-03-10 15:09+0100\n"
"PO-Revision-Date: 2011-01-20 22:11+0100\n"
"Last-Translator: Keld Simonsen <keld@keldix.com>\n"
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
@@ -24,7 +24,7 @@ msgstr ""
"X-Bugs: Report translation errors to the Language-Team address.\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: lib/error.c:193
+#: lib/error.c:194
msgid "Unknown system error"
msgstr "Ukendt systemfejl"
@@ -104,42 +104,42 @@ msgstr "Parameterstreng ikke korrekt kodet"
msgid "Unknown error"
msgstr "Ukendt fejl"
-#: lib/getopt.c:278
+#: lib/getopt.c:282
#, fuzzy, c-format
#| msgid "%s: option '%s' is ambiguous\n"
msgid "%s: option '%s%s' is ambiguous\n"
msgstr "%s: flaget '%s' er flertydigt\n"
-#: lib/getopt.c:284
+#: lib/getopt.c:288
#, fuzzy, c-format
#| msgid "%s: option '%s' is ambiguous\n"
msgid "%s: option '%s%s' is ambiguous; possibilities:"
msgstr "%s: flaget '%s' er flertydigt\n"
-#: lib/getopt.c:319
+#: lib/getopt.c:322
#, fuzzy, c-format
#| msgid "%s: unrecognized option '%c%s'\n"
msgid "%s: unrecognized option '%s%s'\n"
msgstr "%s: ukendt flag '%c%s'\n"
-#: lib/getopt.c:345
+#: lib/getopt.c:348
#, fuzzy, c-format
#| msgid "%s: option '%c%s' doesn't allow an argument\n"
msgid "%s: option '%s%s' doesn't allow an argument\n"
msgstr "%s: flaget '%c%s' tager intet argument\n"
-#: lib/getopt.c:360
+#: lib/getopt.c:363
#, fuzzy, c-format
#| msgid "%s: option '%s' requires an argument\n"
msgid "%s: option '%s%s' requires an argument\n"
msgstr "%s: flaget '%s' krver et argument\n"
-#: lib/getopt.c:621
+#: lib/getopt.c:624
#, c-format
msgid "%s: invalid option -- '%c'\n"
msgstr "%s: ugyldig flag -- '%c'\n"
-#: lib/getopt.c:636 lib/getopt.c:682
+#: lib/getopt.c:639 lib/getopt.c:685
#, c-format
msgid "%s: option requires an argument -- '%c'\n"
msgstr "%s: flaget krver et argument -- '%c'\n"
diff --git a/gnulib_po/de.po b/gnulib_po/de.po
index 99cbe94..219a3b3 100644
--- a/gnulib_po/de.po
+++ b/gnulib_po/de.po
@@ -35,7 +35,7 @@ msgid ""
msgstr ""
"Project-Id-Version: GNU gnulib-4.0.0.2567\n"
"Report-Msgid-Bugs-To: bug-gnulib@gnu.org\n"
-"POT-Creation-Date: 2023-05-11 02:59+0200\n"
+"POT-Creation-Date: 2024-03-10 15:09+0100\n"
"PO-Revision-Date: 2019-05-22 20:00+0200\n"
"Last-Translator: Roland Illig <roland.illig@gmx.de>\n"
"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
@@ -47,7 +47,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 2.2.3\n"
-#: lib/error.c:193
+#: lib/error.c:194
msgid "Unknown system error"
msgstr "Unbekannter Systemfehler"
@@ -127,37 +127,37 @@ msgstr "Parameterzeichenkette nicht korrekt kodiert"
msgid "Unknown error"
msgstr "Unbekannter Fehler"
-#: lib/getopt.c:278
+#: lib/getopt.c:282
#, c-format
msgid "%s: option '%s%s' is ambiguous\n"
msgstr "%s: Option »%s%s« ist mehrdeutig\n"
-#: lib/getopt.c:284
+#: lib/getopt.c:288
#, c-format
msgid "%s: option '%s%s' is ambiguous; possibilities:"
msgstr "%s: Option »%s%s« ist mehrdeutig; Möglichkeiten:"
-#: lib/getopt.c:319
+#: lib/getopt.c:322
#, c-format
msgid "%s: unrecognized option '%s%s'\n"
msgstr "%s: unbekannte Option »%s%s«\n"
-#: lib/getopt.c:345
+#: lib/getopt.c:348
#, c-format
msgid "%s: option '%s%s' doesn't allow an argument\n"
msgstr "%s: Option »%s%s« erlaubt kein Argument\n"
-#: lib/getopt.c:360
+#: lib/getopt.c:363
#, c-format
msgid "%s: option '%s%s' requires an argument\n"
msgstr "%s: Option »%s%s« erfordert ein Argument\n"
-#: lib/getopt.c:621
+#: lib/getopt.c:624
#, c-format
msgid "%s: invalid option -- '%c'\n"
msgstr "%s: ungültige Option -- »%c«\n"
-#: lib/getopt.c:636 lib/getopt.c:682
+#: lib/getopt.c:639 lib/getopt.c:685
#, c-format
msgid "%s: option requires an argument -- '%c'\n"
msgstr "%s: Option erfordert ein Argument -- »%c«\n"
diff --git a/gnulib_po/el.po b/gnulib_po/el.po
index beabe7c..a71f129 100644
--- a/gnulib_po/el.po
+++ b/gnulib_po/el.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnulib 3.0.0.6062.a6b16\n"
"Report-Msgid-Bugs-To: bug-gnulib@gnu.org\n"
-"POT-Creation-Date: 2023-05-11 02:59+0200\n"
+"POT-Creation-Date: 2024-03-10 15:09+0100\n"
"PO-Revision-Date: 2012-03-11 11:25+0100\n"
"Last-Translator: Simos Xenitellis <simos.lists@googlemail.com>\n"
"Language-Team: Greek <team@lists.gnome.gr>\n"
@@ -18,7 +18,7 @@ msgstr ""
"X-Bugs: Report translation errors to the Language-Team address.\n"
#
-#: lib/error.c:193
+#: lib/error.c:194
msgid "Unknown system error"
msgstr "Άγνωστο σφάλμα συστήματος"
@@ -106,43 +106,43 @@ msgid "Unknown error"
msgstr "Άγνωστο σφάλμα συστήματος"
#
-#: lib/getopt.c:278
+#: lib/getopt.c:282
#, fuzzy, c-format
msgid "%s: option '%s%s' is ambiguous\n"
msgstr "%s: η επιλογή `-W %s' είναι ασαφής\n"
#
-#: lib/getopt.c:284
+#: lib/getopt.c:288
#, fuzzy, c-format
msgid "%s: option '%s%s' is ambiguous; possibilities:"
msgstr "%s: η επιλογή `%s' είναι ασαφής\n"
#
-#: lib/getopt.c:319
+#: lib/getopt.c:322
#, fuzzy, c-format
msgid "%s: unrecognized option '%s%s'\n"
msgstr "%s: μη αναγνωρίσιμη επιλογή `%c%s'\n"
#
-#: lib/getopt.c:345
+#: lib/getopt.c:348
#, fuzzy, c-format
msgid "%s: option '%s%s' doesn't allow an argument\n"
msgstr "%s: η επιλογή `%c%s' δεν επιτρέπει ορίσματα\n"
#
-#: lib/getopt.c:360
+#: lib/getopt.c:363
#, fuzzy, c-format
msgid "%s: option '%s%s' requires an argument\n"
msgstr "%s: η επιλογή `-%s' απαιτεί ένα όρισμα\n"
#
-#: lib/getopt.c:621
+#: lib/getopt.c:624
#, fuzzy, c-format
msgid "%s: invalid option -- '%c'\n"
msgstr "%s: μη έγκυρη επιλογή -- %c\n"
#
-#: lib/getopt.c:636 lib/getopt.c:682
+#: lib/getopt.c:639 lib/getopt.c:685
#, fuzzy, c-format
msgid "%s: option requires an argument -- '%c'\n"
msgstr "%s: η επιλογή απαιτεί ένα όρισμα -- %c\n"
diff --git a/gnulib_po/eo.po b/gnulib_po/eo.po
index fa0f62c..20bc204 100644
--- a/gnulib_po/eo.po
+++ b/gnulib_po/eo.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnulib 4.0.0.2567\n"
"Report-Msgid-Bugs-To: bug-gnulib@gnu.org\n"
-"POT-Creation-Date: 2023-05-11 02:59+0200\n"
+"POT-Creation-Date: 2024-03-10 15:09+0100\n"
"PO-Revision-Date: 2019-05-19 18:26-0300\n"
"Last-Translator: Felipe Castro <fefcas@gmail.com>\n"
"Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n"
@@ -18,7 +18,7 @@ msgstr ""
"X-Bugs: Report translation errors to the Language-Team address.\n"
"X-Generator: Poedit 1.8.11\n"
-#: lib/error.c:193
+#: lib/error.c:194
msgid "Unknown system error"
msgstr "Nekonata sistem-eraro"
@@ -98,37 +98,37 @@ msgstr "Parametra ĉeno ne estas ĝuste enkodita"
msgid "Unknown error"
msgstr "Nekonata eraro"
-#: lib/getopt.c:278
+#: lib/getopt.c:282
#, c-format
msgid "%s: option '%s%s' is ambiguous\n"
msgstr "%s: la modifilo '%s%s' estas plursenca\n"
-#: lib/getopt.c:284
+#: lib/getopt.c:288
#, c-format
msgid "%s: option '%s%s' is ambiguous; possibilities:"
msgstr "%s: la modifilo '%s%s' estas plursenca; eblecoj:"
-#: lib/getopt.c:319
+#: lib/getopt.c:322
#, c-format
msgid "%s: unrecognized option '%s%s'\n"
msgstr "%s: nerekonata modifilo '%s%s'\n"
-#: lib/getopt.c:345
+#: lib/getopt.c:348
#, c-format
msgid "%s: option '%s%s' doesn't allow an argument\n"
msgstr "%s: la modifilo '%s%s' ne permesas argumenton\n"
-#: lib/getopt.c:360
+#: lib/getopt.c:363
#, c-format
msgid "%s: option '%s%s' requires an argument\n"
msgstr "%s: la modifilo '%s%s' postulas argumenton\n"
-#: lib/getopt.c:621
+#: lib/getopt.c:624
#, c-format
msgid "%s: invalid option -- '%c'\n"
msgstr "%s: malvalida modifilo -- '%c'\n"
-#: lib/getopt.c:636 lib/getopt.c:682
+#: lib/getopt.c:639 lib/getopt.c:685
#, c-format
msgid "%s: option requires an argument -- '%c'\n"
msgstr "%s: la modifilo postulas argumenton -- '%c'\n"
diff --git a/gnulib_po/es.po b/gnulib_po/es.po
index feade9e..4e37300 100644
--- a/gnulib_po/es.po
+++ b/gnulib_po/es.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnulib 4.0.0.2567\n"
"Report-Msgid-Bugs-To: bug-gnulib@gnu.org\n"
-"POT-Creation-Date: 2023-05-11 02:59+0200\n"
+"POT-Creation-Date: 2024-03-10 15:09+0100\n"
"PO-Revision-Date: 2022-04-06 18:22-0500\n"
"Last-Translator: Cristian Othón Martínez Vera <cfuga@cfuga.mx>\n"
"Language-Team: Spanish <es@tp.org.es>\n"
@@ -24,7 +24,7 @@ msgstr ""
"X-Bugs: Report translation errors to the Language-Team address.\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: lib/error.c:193
+#: lib/error.c:194
msgid "Unknown system error"
msgstr "Error desconocido de sistema"
@@ -104,37 +104,37 @@ msgstr "La cadena de parámetro no está codificada correctamente"
msgid "Unknown error"
msgstr "Error desconocido"
-#: lib/getopt.c:278
+#: lib/getopt.c:282
#, c-format
msgid "%s: option '%s%s' is ambiguous\n"
msgstr "%s: la opción '%s%s' es ambigua\n"
-#: lib/getopt.c:284
+#: lib/getopt.c:288
#, c-format
msgid "%s: option '%s%s' is ambiguous; possibilities:"
msgstr "%s: la opción '%s%s' es ambigua; posibilidades:"
-#: lib/getopt.c:319
+#: lib/getopt.c:322
#, c-format
msgid "%s: unrecognized option '%s%s'\n"
msgstr "%s: no se reconoce la opción '%s%s'\n"
-#: lib/getopt.c:345
+#: lib/getopt.c:348
#, c-format
msgid "%s: option '%s%s' doesn't allow an argument\n"
msgstr "%s: la opción '%s%s' no admite un argumento\n"
-#: lib/getopt.c:360
+#: lib/getopt.c:363
#, c-format
msgid "%s: option '%s%s' requires an argument\n"
msgstr "%s: la opción '%s%s' requiere de un argumento\n"
-#: lib/getopt.c:621
+#: lib/getopt.c:624
#, c-format
msgid "%s: invalid option -- '%c'\n"
msgstr "%s: opción inválida -- '%c'\n"
-#: lib/getopt.c:636 lib/getopt.c:682
+#: lib/getopt.c:639 lib/getopt.c:685
#, c-format
msgid "%s: option requires an argument -- '%c'\n"
msgstr "%s: la opción requiere de un argumento -- '%c'\n"
diff --git a/gnulib_po/et.gmo b/gnulib_po/et.gmo
index 145b359..ace6292 100644
--- a/gnulib_po/et.gmo
+++ b/gnulib_po/et.gmo
Binary files differ
diff --git a/gnulib_po/et.po b/gnulib_po/et.po
index 989f431..0566c5f 100644
--- a/gnulib_po/et.po
+++ b/gnulib_po/et.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnulib 2.0.0.3462.e9796\n"
"Report-Msgid-Bugs-To: bug-gnulib@gnu.org\n"
-"POT-Creation-Date: 2023-05-11 02:59+0200\n"
+"POT-Creation-Date: 2024-03-10 15:09+0100\n"
"PO-Revision-Date: 2011-05-19 15:10+0300\n"
"Last-Translator: Toomas Soome <Toomas.Soome@microlink.ee>\n"
"Language-Team: Estonian <linux-ee@lists.eenet.ee>\n"
@@ -18,7 +18,7 @@ msgstr ""
"X-Bugs: Report translation errors to the Language-Team address.\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: lib/error.c:193
+#: lib/error.c:194
msgid "Unknown system error"
msgstr "Tundmatu ssteemne viga"
@@ -98,42 +98,42 @@ msgstr "Parameetersne ei ole korrektselt kodeeritud"
msgid "Unknown error"
msgstr "Tundmatu viga"
-#: lib/getopt.c:278
+#: lib/getopt.c:282
#, fuzzy, c-format
#| msgid "%s: option '%s' is ambiguous\n"
msgid "%s: option '%s%s' is ambiguous\n"
msgstr "%s: vti '%s' on segane\n"
-#: lib/getopt.c:284
+#: lib/getopt.c:288
#, fuzzy, c-format
#| msgid "%s: option '%s' is ambiguous\n"
msgid "%s: option '%s%s' is ambiguous; possibilities:"
msgstr "%s: vti '%s' on segane\n"
-#: lib/getopt.c:319
+#: lib/getopt.c:322
#, fuzzy, c-format
#| msgid "%s: unrecognized option '%c%s'\n"
msgid "%s: unrecognized option '%s%s'\n"
msgstr "%s: tundmatu vti '%c%s'\n"
-#: lib/getopt.c:345
+#: lib/getopt.c:348
#, fuzzy, c-format
#| msgid "%s: option '%c%s' doesn't allow an argument\n"
msgid "%s: option '%s%s' doesn't allow an argument\n"
msgstr "%s: vti '%c%s' ei luba kasutada argumenti\n"
-#: lib/getopt.c:360
+#: lib/getopt.c:363
#, fuzzy, c-format
#| msgid "%s: option '%s' requires an argument\n"
msgid "%s: option '%s%s' requires an argument\n"
msgstr "%s: vti '%s' nuab argumenti\n"
-#: lib/getopt.c:621
+#: lib/getopt.c:624
#, c-format
msgid "%s: invalid option -- '%c'\n"
msgstr "%s: vigane vti -- '%c'\n"
-#: lib/getopt.c:636 lib/getopt.c:682
+#: lib/getopt.c:639 lib/getopt.c:685
#, c-format
msgid "%s: option requires an argument -- '%c'\n"
msgstr "%s: vti nuab argumenti -- '%c'\n"
diff --git a/gnulib_po/eu.gmo b/gnulib_po/eu.gmo
index 0da0aef..943e90c 100644
--- a/gnulib_po/eu.gmo
+++ b/gnulib_po/eu.gmo
Binary files differ
diff --git a/gnulib_po/eu.po b/gnulib_po/eu.po
index ac8b509..0f8b53e 100644
--- a/gnulib_po/eu.po
+++ b/gnulib_po/eu.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: coreutils-5.2.1\n"
"Report-Msgid-Bugs-To: bug-gnulib@gnu.org\n"
-"POT-Creation-Date: 2023-05-11 02:59+0200\n"
+"POT-Creation-Date: 2024-03-10 15:09+0100\n"
"PO-Revision-Date: 2005-01-04 20:27+0100\n"
"Last-Translator: Mikel Olasagasti <hey_neken@mundurat.net>\n"
"Language-Team: Basque <translation-team-eu@lists.sourceforge.net>\n"
@@ -19,7 +19,7 @@ msgstr ""
"X-Bugs: Report translation errors to the Language-Team address.\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: lib/error.c:193
+#: lib/error.c:194
msgid "Unknown system error"
msgstr "Sistema-errore ezezaguna"
@@ -104,43 +104,43 @@ msgstr ""
msgid "Unknown error"
msgstr "Sistema-errore ezezaguna"
-#: lib/getopt.c:278
+#: lib/getopt.c:282
#, fuzzy, c-format
#| msgid "%s: option `%s' is ambiguous\n"
msgid "%s: option '%s%s' is ambiguous\n"
msgstr "%s: '%s' aukera anbiguoa da\n"
-#: lib/getopt.c:284
+#: lib/getopt.c:288
#, fuzzy, c-format
#| msgid "%s: option `%s' is ambiguous\n"
msgid "%s: option '%s%s' is ambiguous; possibilities:"
msgstr "%s: '%s' aukera anbiguoa da\n"
-#: lib/getopt.c:319
+#: lib/getopt.c:322
#, fuzzy, c-format
#| msgid "%s: unrecognized option `%c%s'\n"
msgid "%s: unrecognized option '%s%s'\n"
msgstr "%s: '%c%s' aukera ezezaguna\n"
-#: lib/getopt.c:345
+#: lib/getopt.c:348
#, fuzzy, c-format
#| msgid "%s: option `%c%s' doesn't allow an argument\n"
msgid "%s: option '%s%s' doesn't allow an argument\n"
msgstr "%s: '%c%s' aukerak ez du argumenturik onartzen\n"
-#: lib/getopt.c:360
+#: lib/getopt.c:363
#, fuzzy, c-format
#| msgid "%s: option `%s' requires an argument\n"
msgid "%s: option '%s%s' requires an argument\n"
msgstr "%s: '%s' aukerak argumentu bat behar du\n"
-#: lib/getopt.c:621
+#: lib/getopt.c:624
#, fuzzy, c-format
#| msgid "%s: invalid option -- %c\n"
msgid "%s: invalid option -- '%c'\n"
msgstr "%s: -- %c aukera baliogabea\n"
-#: lib/getopt.c:636 lib/getopt.c:682
+#: lib/getopt.c:639 lib/getopt.c:685
#, fuzzy, c-format
#| msgid "%s: option requires an argument -- %c\n"
msgid "%s: option requires an argument -- '%c'\n"
diff --git a/gnulib_po/fi.po b/gnulib_po/fi.po
index d3a7e6b..1e89166 100644
--- a/gnulib_po/fi.po
+++ b/gnulib_po/fi.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnulib 4.0.0.2567\n"
"Report-Msgid-Bugs-To: bug-gnulib@gnu.org\n"
-"POT-Creation-Date: 2023-05-11 02:59+0200\n"
+"POT-Creation-Date: 2024-03-10 15:09+0100\n"
"PO-Revision-Date: 2019-12-26 12:28+0200\n"
"Last-Translator: Lauri Nurmi <lanurmi@iki.fi>\n"
"Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n"
@@ -21,7 +21,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural= ( n!=1) ;\n"
"X-Generator: Poedit 2.2.4\n"
-#: lib/error.c:193
+#: lib/error.c:194
msgid "Unknown system error"
msgstr "Tuntematon järjestelmävirhe"
@@ -101,37 +101,37 @@ msgstr "Parametrimerkkijono on väärin koodattu"
msgid "Unknown error"
msgstr "Tuntematon virhe"
-#: lib/getopt.c:278
+#: lib/getopt.c:282
#, c-format
msgid "%s: option '%s%s' is ambiguous\n"
msgstr "%s: valitsin ”%s%s” on moniselitteinen\n"
-#: lib/getopt.c:284
+#: lib/getopt.c:288
#, c-format
msgid "%s: option '%s%s' is ambiguous; possibilities:"
msgstr "%s: valitsin ”%s%s” on moniselitteinen; vaihtoehdot:"
-#: lib/getopt.c:319
+#: lib/getopt.c:322
#, c-format
msgid "%s: unrecognized option '%s%s'\n"
msgstr "%s: tunnistamaton valitsin ”%s%s”\n"
-#: lib/getopt.c:345
+#: lib/getopt.c:348
#, c-format
msgid "%s: option '%s%s' doesn't allow an argument\n"
msgstr "%s: valitsin ”%s%s” ei salli argumenttia\n"
-#: lib/getopt.c:360
+#: lib/getopt.c:363
#, c-format
msgid "%s: option '%s%s' requires an argument\n"
msgstr "%s: valitsin ”%s%s” vaatii argumentin\n"
-#: lib/getopt.c:621
+#: lib/getopt.c:624
#, c-format
msgid "%s: invalid option -- '%c'\n"
msgstr "%s: virheellinen valitsin -- ”%c”\n"
-#: lib/getopt.c:636 lib/getopt.c:682
+#: lib/getopt.c:639 lib/getopt.c:685
#, c-format
msgid "%s: option requires an argument -- '%c'\n"
msgstr "%s: valitsin vaatii argumentin -- ”%c”\n"
diff --git a/gnulib_po/fr.po b/gnulib_po/fr.po
index be1bf35..891f8f0 100644
--- a/gnulib_po/fr.po
+++ b/gnulib_po/fr.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnulib-4.0.0.2567\n"
"Report-Msgid-Bugs-To: bug-gnulib@gnu.org\n"
-"POT-Creation-Date: 2023-05-11 02:59+0200\n"
+"POT-Creation-Date: 2024-03-10 15:09+0100\n"
"PO-Revision-Date: 2019-05-21 20:15+0200\n"
"Last-Translator: Stéphane Aulery <lkppo@free.fr>\n"
"Language-Team: French <traduc@traduc.org>\n"
@@ -23,7 +23,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Lokalize 1.2\n"
-#: lib/error.c:193
+#: lib/error.c:194
msgid "Unknown system error"
msgstr "Erreur système inconnue"
@@ -103,37 +103,37 @@ msgstr "Chaîne de paramètre mal encodé"
msgid "Unknown error"
msgstr "Erreur inconnue"
-#: lib/getopt.c:278
+#: lib/getopt.c:282
#, c-format
msgid "%s: option '%s%s' is ambiguous\n"
msgstr "%s : l'option « %s%s » est ambiguë\n"
-#: lib/getopt.c:284
+#: lib/getopt.c:288
#, c-format
msgid "%s: option '%s%s' is ambiguous; possibilities:"
msgstr "%s : l'option « %s%s » est ambiguë, possibilités :"
-#: lib/getopt.c:319
+#: lib/getopt.c:322
#, c-format
msgid "%s: unrecognized option '%s%s'\n"
msgstr "%s : option « %s%s » non reconnue\n"
-#: lib/getopt.c:345
+#: lib/getopt.c:348
#, c-format
msgid "%s: option '%s%s' doesn't allow an argument\n"
msgstr "%s : l'option « %s%s » ne prend pas d'argument\n"
-#: lib/getopt.c:360
+#: lib/getopt.c:363
#, c-format
msgid "%s: option '%s%s' requires an argument\n"
msgstr "%s : l'option « %s%s » nécessite un argument\n"
-#: lib/getopt.c:621
+#: lib/getopt.c:624
#, c-format
msgid "%s: invalid option -- '%c'\n"
msgstr "%s : option non valable -- « %c »\n"
-#: lib/getopt.c:636 lib/getopt.c:682
+#: lib/getopt.c:639 lib/getopt.c:685
#, c-format
msgid "%s: option requires an argument -- '%c'\n"
msgstr "%s : l'option nécessite un argument -- « %c »\n"
diff --git a/gnulib_po/ga.gmo b/gnulib_po/ga.gmo
index 880c3f5..ca119ad 100644
--- a/gnulib_po/ga.gmo
+++ b/gnulib_po/ga.gmo
Binary files differ
diff --git a/gnulib_po/ga.po b/gnulib_po/ga.po
index 08c18a9..7122134 100644
--- a/gnulib_po/ga.po
+++ b/gnulib_po/ga.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnulib 1.1\n"
"Report-Msgid-Bugs-To: bug-gnulib@gnu.org\n"
-"POT-Creation-Date: 2023-05-11 02:59+0200\n"
+"POT-Creation-Date: 2024-03-10 15:09+0100\n"
"PO-Revision-Date: 2007-07-20 12:24-0600\n"
"Last-Translator: Kevin Scannell <kscanne@gmail.com>\n"
"Language-Team: Irish <gaeilge-gnulinux@lists.sourceforge.net>\n"
@@ -19,7 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=5; plural=n==1 ? 0 : n==2 ? 1 : (n>2 && n<7) ? 2 :"
"(n>6 && n<11) ? 3 : 4;\n"
-#: lib/error.c:193
+#: lib/error.c:194
msgid "Unknown system error"
msgstr "Earrid chrais anaithnid"
@@ -99,43 +99,43 @@ msgstr "Nl an teaghrn paraimadair ionchdaithe i gceart"
msgid "Unknown error"
msgstr "Earrid anaithnid"
-#: lib/getopt.c:278
+#: lib/getopt.c:282
#, fuzzy, c-format
#| msgid "%s: option `%s' is ambiguous\n"
msgid "%s: option '%s%s' is ambiguous\n"
msgstr "%s: T an rogha `%s' dbhroch\n"
-#: lib/getopt.c:284
+#: lib/getopt.c:288
#, fuzzy, c-format
#| msgid "%s: option `%s' is ambiguous\n"
msgid "%s: option '%s%s' is ambiguous; possibilities:"
msgstr "%s: T an rogha `%s' dbhroch\n"
-#: lib/getopt.c:319
+#: lib/getopt.c:322
#, fuzzy, c-format
#| msgid "%s: unrecognized option `%c%s'\n"
msgid "%s: unrecognized option '%s%s'\n"
msgstr "%s: rogha anaithnid `%c%s'\n"
-#: lib/getopt.c:345
+#: lib/getopt.c:348
#, fuzzy, c-format
#| msgid "%s: option `%c%s' doesn't allow an argument\n"
msgid "%s: option '%s%s' doesn't allow an argument\n"
msgstr "%s: n cheadatear argint i ndiaidh na rogha `%c%s'\n"
-#: lib/getopt.c:360
+#: lib/getopt.c:363
#, fuzzy, c-format
#| msgid "%s: option `%s' requires an argument\n"
msgid "%s: option '%s%s' requires an argument\n"
msgstr "%s: t argint de dhth i ndiaidh na rogha `%s'\n"
-#: lib/getopt.c:621
+#: lib/getopt.c:624
#, fuzzy, c-format
#| msgid "%s: invalid option -- %c\n"
msgid "%s: invalid option -- '%c'\n"
msgstr "%s: rogha neamhbhail -- %c\n"
-#: lib/getopt.c:636 lib/getopt.c:682
+#: lib/getopt.c:639 lib/getopt.c:685
#, fuzzy, c-format
#| msgid "%s: option requires an argument -- %c\n"
msgid "%s: option requires an argument -- '%c'\n"
diff --git a/gnulib_po/gl.po b/gnulib_po/gl.po
index 60c2669..7d2c87b 100644
--- a/gnulib_po/gl.po
+++ b/gnulib_po/gl.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnulib 3.0.0.6062.a6b16\n"
"Report-Msgid-Bugs-To: bug-gnulib@gnu.org\n"
-"POT-Creation-Date: 2023-05-11 02:59+0200\n"
+"POT-Creation-Date: 2024-03-10 15:09+0100\n"
"PO-Revision-Date: 2012-11-11 13:26+0200\n"
"Last-Translator: Leandro Regueiro <leandro.regueiro@gmail.com>\n"
"Language-Team: Galician <proxecto@trasno.net>\n"
@@ -24,7 +24,7 @@ msgstr ""
"X-Bugs: Report translation errors to the Language-Team address.\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: lib/error.c:193
+#: lib/error.c:194
msgid "Unknown system error"
msgstr "Erro do sistema descoñecido"
@@ -104,42 +104,42 @@ msgstr ""
msgid "Unknown error"
msgstr "Erro descoñecido"
-#: lib/getopt.c:278
+#: lib/getopt.c:282
#, fuzzy, c-format
#| msgid "%s: option '-W %s' is ambiguous\n"
msgid "%s: option '%s%s' is ambiguous\n"
msgstr "%s: a opción «-W %s» é ambigua\n"
-#: lib/getopt.c:284
+#: lib/getopt.c:288
#, fuzzy, c-format
#| msgid "%s: option '%s' is ambiguous; possibilities:"
msgid "%s: option '%s%s' is ambiguous; possibilities:"
msgstr "%s: a opción «%s» é ambigua; as posibilidades son:"
-#: lib/getopt.c:319
+#: lib/getopt.c:322
#, fuzzy, c-format
#| msgid "%s: unrecognized option '%c%s'\n"
msgid "%s: unrecognized option '%s%s'\n"
msgstr "%s: opción «%c%s» non recoñecida\n"
-#: lib/getopt.c:345
+#: lib/getopt.c:348
#, fuzzy, c-format
#| msgid "%s: option '%c%s' doesn't allow an argument\n"
msgid "%s: option '%s%s' doesn't allow an argument\n"
msgstr "%s: a opción «%c%s» non permite ningún argumento\n"
-#: lib/getopt.c:360
+#: lib/getopt.c:363
#, fuzzy, c-format
#| msgid "%s: option '--%s' requires an argument\n"
msgid "%s: option '%s%s' requires an argument\n"
msgstr "%s: a opción «--%s» require un argumento\n"
-#: lib/getopt.c:621
+#: lib/getopt.c:624
#, c-format
msgid "%s: invalid option -- '%c'\n"
msgstr "%s: opción incorrecta -- «%c»\n"
-#: lib/getopt.c:636 lib/getopt.c:682
+#: lib/getopt.c:639 lib/getopt.c:685
#, c-format
msgid "%s: option requires an argument -- '%c'\n"
msgstr "%s: a opción require un argumento -- «%c»\n"
diff --git a/gnulib_po/hu.po b/gnulib_po/hu.po
index f9bd0c2..b57c64b 100644
--- a/gnulib_po/hu.po
+++ b/gnulib_po/hu.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnulib 3.0.0.6062.a6b16\n"
"Report-Msgid-Bugs-To: bug-gnulib@gnu.org\n"
-"POT-Creation-Date: 2023-05-11 02:59+0200\n"
+"POT-Creation-Date: 2024-03-10 15:09+0100\n"
"PO-Revision-Date: 2014-06-25 19:51+0200\n"
"Last-Translator: Balázs Úr <urbalazs@gmail.com>\n"
"Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"
@@ -21,7 +21,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Lokalize 1.5\n"
-#: lib/error.c:193
+#: lib/error.c:194
msgid "Unknown system error"
msgstr "Ismeretlen rendszerhiba"
@@ -101,42 +101,42 @@ msgstr "A paraméter-karakterlánc nem megfelelő kódolású"
msgid "Unknown error"
msgstr "Ismeretlen hiba"
-#: lib/getopt.c:278
+#: lib/getopt.c:282
#, fuzzy, c-format
#| msgid "%s: option '-W %s' is ambiguous\n"
msgid "%s: option '%s%s' is ambiguous\n"
msgstr "%s: a „-W %s” kapcsoló nem egyértelmű\n"
-#: lib/getopt.c:284
+#: lib/getopt.c:288
#, fuzzy, c-format
#| msgid "%s: option '%s' is ambiguous; possibilities:"
msgid "%s: option '%s%s' is ambiguous; possibilities:"
msgstr "%s: a(z) „%s” kapcsoló nem egyértelmű; lehetőségek:"
-#: lib/getopt.c:319
+#: lib/getopt.c:322
#, fuzzy, c-format
#| msgid "%s: unrecognized option '%c%s'\n"
msgid "%s: unrecognized option '%s%s'\n"
msgstr "%s: a(z) „%c%s” kapcsoló ismeretlen\n"
-#: lib/getopt.c:345
+#: lib/getopt.c:348
#, fuzzy, c-format
#| msgid "%s: option '%c%s' doesn't allow an argument\n"
msgid "%s: option '%s%s' doesn't allow an argument\n"
msgstr "%s: a(z) „%c%s” kapcsoló nem enged meg argumentumot\n"
-#: lib/getopt.c:360
+#: lib/getopt.c:363
#, fuzzy, c-format
#| msgid "%s: option '--%s' requires an argument\n"
msgid "%s: option '%s%s' requires an argument\n"
msgstr "%s: a(z) „--%s” kapcsolóhoz egy argumentum szükséges\n"
-#: lib/getopt.c:621
+#: lib/getopt.c:624
#, c-format
msgid "%s: invalid option -- '%c'\n"
msgstr "%s: érvénytelen kapcsoló -- „%c”\n"
-#: lib/getopt.c:636 lib/getopt.c:682
+#: lib/getopt.c:639 lib/getopt.c:685
#, c-format
msgid "%s: option requires an argument -- '%c'\n"
msgstr "%s: a kapcsoló egy argumentumot igényel -- „%c”\n"
diff --git a/gnulib_po/it.po b/gnulib_po/it.po
index 1169897..e2e40d9 100644
--- a/gnulib_po/it.po
+++ b/gnulib_po/it.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnulib-4.0.0.2567\n"
"Report-Msgid-Bugs-To: bug-gnulib@gnu.org\n"
-"POT-Creation-Date: 2023-05-11 02:59+0200\n"
+"POT-Creation-Date: 2024-03-10 15:09+0100\n"
"PO-Revision-Date: 2019-05-21 14:07+0200\n"
"Last-Translator: Milo Casagrande <milo@milo.name>\n"
"Language-Team: Italian <tp@lists.linux.it>\n"
@@ -21,7 +21,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 2.2.1\n"
-#: lib/error.c:193
+#: lib/error.c:194
msgid "Unknown system error"
msgstr "Errore di sistema sconosciuto"
@@ -104,37 +104,37 @@ msgstr "Stringa del parametro non codificata correttamente"
msgid "Unknown error"
msgstr "Errore sconosciuto"
-#: lib/getopt.c:278
+#: lib/getopt.c:282
#, c-format
msgid "%s: option '%s%s' is ambiguous\n"
msgstr "%s: l'opzione «%s%s» è ambigua\n"
-#: lib/getopt.c:284
+#: lib/getopt.c:288
#, c-format
msgid "%s: option '%s%s' is ambiguous; possibilities:"
msgstr "%s: l'opzione «%s%s» è ambigua. Possibilità:"
-#: lib/getopt.c:319
+#: lib/getopt.c:322
#, c-format
msgid "%s: unrecognized option '%s%s'\n"
msgstr "%s: opzione «%s%s» non riconosciuta\n"
-#: lib/getopt.c:345
+#: lib/getopt.c:348
#, c-format
msgid "%s: option '%s%s' doesn't allow an argument\n"
msgstr "%s: l'opzione «%s%s» non accetta un argomento\n"
-#: lib/getopt.c:360
+#: lib/getopt.c:363
#, c-format
msgid "%s: option '%s%s' requires an argument\n"
msgstr "%s: l'opzione «%s%s» richiede un argomento\n"
-#: lib/getopt.c:621
+#: lib/getopt.c:624
#, c-format
msgid "%s: invalid option -- '%c'\n"
msgstr "%s: opzione non valida -- %c\n"
-#: lib/getopt.c:636 lib/getopt.c:682
+#: lib/getopt.c:639 lib/getopt.c:685
#, c-format
msgid "%s: option requires an argument -- '%c'\n"
msgstr "%s: l'opzione richiede un argomento -- %c\n"
diff --git a/gnulib_po/ja.po b/gnulib_po/ja.po
index ba1c210..1be5572 100644
--- a/gnulib_po/ja.po
+++ b/gnulib_po/ja.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnulib 3.0.0.6062.a6b16\n"
"Report-Msgid-Bugs-To: bug-gnulib@gnu.org\n"
-"POT-Creation-Date: 2023-05-11 02:59+0200\n"
+"POT-Creation-Date: 2024-03-10 15:09+0100\n"
"PO-Revision-Date: 2011-09-02 18:39+0900\n"
"Last-Translator: Yasuaki Taniguchi <yasuakit@gmail.com>\n"
"Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"
@@ -22,7 +22,7 @@ msgstr ""
"X-Bugs: Report translation errors to the Language-Team address.\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: lib/error.c:193
+#: lib/error.c:194
msgid "Unknown system error"
msgstr "不明なシステムエラー"
@@ -102,42 +102,42 @@ msgstr "パラメーター文字列が正しくエンコードされていませ
msgid "Unknown error"
msgstr "不明なエラー"
-#: lib/getopt.c:278
+#: lib/getopt.c:282
#, fuzzy, c-format
#| msgid "%s: option '-W %s' is ambiguous\n"
msgid "%s: option '%s%s' is ambiguous\n"
msgstr "%s: オプション '-W %s' は曖昧です\n"
-#: lib/getopt.c:284
+#: lib/getopt.c:288
#, fuzzy, c-format
#| msgid "%s: option '%s' is ambiguous; possibilities:"
msgid "%s: option '%s%s' is ambiguous; possibilities:"
msgstr "%s: オプション '%s' は曖昧です:次のものが可能です:"
-#: lib/getopt.c:319
+#: lib/getopt.c:322
#, fuzzy, c-format
#| msgid "%s: unrecognized option '%c%s'\n"
msgid "%s: unrecognized option '%s%s'\n"
msgstr "%s: オプション '%c%s' を認識できません\n"
-#: lib/getopt.c:345
+#: lib/getopt.c:348
#, fuzzy, c-format
#| msgid "%s: option '%c%s' doesn't allow an argument\n"
msgid "%s: option '%s%s' doesn't allow an argument\n"
msgstr "%s: オプション '%c%s' は引数を取ることができません\n"
-#: lib/getopt.c:360
+#: lib/getopt.c:363
#, fuzzy, c-format
#| msgid "%s: option '--%s' requires an argument\n"
msgid "%s: option '%s%s' requires an argument\n"
msgstr "%s: オプション '--%s' は引数が必要です\n"
-#: lib/getopt.c:621
+#: lib/getopt.c:624
#, c-format
msgid "%s: invalid option -- '%c'\n"
msgstr "%s: 無効なオプション -- '%c'\n"
-#: lib/getopt.c:636 lib/getopt.c:682
+#: lib/getopt.c:639 lib/getopt.c:685
#, c-format
msgid "%s: option requires an argument -- '%c'\n"
msgstr "%s: オプションには引数が必要です -- '%c'\n"
diff --git a/gnulib_po/ka.po b/gnulib_po/ka.po
index 0941cbb..7f5f417 100644
--- a/gnulib_po/ka.po
+++ b/gnulib_po/ka.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnulib 4.0.0.2567\n"
"Report-Msgid-Bugs-To: bug-gnulib@gnu.org\n"
-"POT-Creation-Date: 2023-05-11 02:59+0200\n"
+"POT-Creation-Date: 2024-03-10 15:09+0100\n"
"PO-Revision-Date: 2022-12-23 14:32+0100\n"
"Last-Translator: Temuri Doghonadze <temuri.doghonadze@gmail.com>\n"
"Language-Team: Georgian <(nothing)>\n"
@@ -19,7 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 3.2.2\n"
-#: lib/error.c:193
+#: lib/error.c:194
msgid "Unknown system error"
msgstr "სისტემის უცნობი შეცდომა"
@@ -99,37 +99,37 @@ msgstr "პარამეტრის სტრიქონი არასწ
msgid "Unknown error"
msgstr "უცნობი შეცდომა"
-#: lib/getopt.c:278
+#: lib/getopt.c:282
#, c-format
msgid "%s: option '%s%s' is ambiguous\n"
msgstr "%s: პარამეტრი '%s%s' გაურკვეველია\n"
-#: lib/getopt.c:284
+#: lib/getopt.c:288
#, c-format
msgid "%s: option '%s%s' is ambiguous; possibilities:"
msgstr "%s: პარამეტრი '%s%s' გაურკვეველია; შესაძლო ვარიანტები:"
-#: lib/getopt.c:319
+#: lib/getopt.c:322
#, c-format
msgid "%s: unrecognized option '%s%s'\n"
msgstr "%s: უცნობი პარამეტრი '%s%s'\n"
-#: lib/getopt.c:345
+#: lib/getopt.c:348
#, c-format
msgid "%s: option '%s%s' doesn't allow an argument\n"
msgstr "%s: პარამეტრს \"%s%s' არგუმენტი არ სჭირდება\n"
-#: lib/getopt.c:360
+#: lib/getopt.c:363
#, c-format
msgid "%s: option '%s%s' requires an argument\n"
msgstr "%s: პარამეტრს \"%s%s\" არგუმენტი ესაჭიროება\n"
-#: lib/getopt.c:621
+#: lib/getopt.c:624
#, c-format
msgid "%s: invalid option -- '%c'\n"
msgstr "%s: არასწორი პარამეტრი -- '%c'\n"
-#: lib/getopt.c:636 lib/getopt.c:682
+#: lib/getopt.c:639 lib/getopt.c:685
#, c-format
msgid "%s: option requires an argument -- '%c'\n"
msgstr "%s: პარამეტრს ესაჭიროება არგუმენტი -- '%c'\n"
diff --git a/gnulib_po/ko.gmo b/gnulib_po/ko.gmo
index ee46f1f..ec49165 100644
--- a/gnulib_po/ko.gmo
+++ b/gnulib_po/ko.gmo
Binary files differ
diff --git a/gnulib_po/ko.po b/gnulib_po/ko.po
index d718bf5..9febcfb 100644
--- a/gnulib_po/ko.po
+++ b/gnulib_po/ko.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: GNU textutils 2.0.22\n"
"Report-Msgid-Bugs-To: bug-gnulib@gnu.org\n"
-"POT-Creation-Date: 2023-05-11 02:59+0200\n"
+"POT-Creation-Date: 2024-03-10 15:09+0100\n"
"PO-Revision-Date: 2002-07-22 20:02+0900\n"
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
"Language-Team: Korean <translation-team-ko@lists.sourceforge.net>\n"
@@ -17,7 +17,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Bugs: Report translation errors to the Language-Team address.\n"
-#: lib/error.c:193
+#: lib/error.c:194
msgid "Unknown system error"
msgstr " ý "
@@ -102,43 +102,43 @@ msgstr ""
msgid "Unknown error"
msgstr " ý "
-#: lib/getopt.c:278
+#: lib/getopt.c:282
#, fuzzy, c-format
#| msgid "%s: option `%s' is ambiguous\n"
msgid "%s: option '%s%s' is ambiguous\n"
msgstr "%s: `%s'() ȣ ɼԴϴ\n"
-#: lib/getopt.c:284
+#: lib/getopt.c:288
#, fuzzy, c-format
#| msgid "%s: option `%s' is ambiguous\n"
msgid "%s: option '%s%s' is ambiguous; possibilities:"
msgstr "%s: `%s'() ȣ ɼԴϴ\n"
-#: lib/getopt.c:319
+#: lib/getopt.c:322
#, fuzzy, c-format
#| msgid "%s: unrecognized option `%c%s'\n"
msgid "%s: unrecognized option '%s%s'\n"
msgstr "%s: ν ɼ `%c%s'\n"
-#: lib/getopt.c:345
+#: lib/getopt.c:348
#, fuzzy, c-format
#| msgid "%s: option `%c%s' doesn't allow an argument\n"
msgid "%s: option '%s%s' doesn't allow an argument\n"
msgstr "%s: `%c%s' ɼ μ ʽϴ\n"
-#: lib/getopt.c:360
+#: lib/getopt.c:363
#, fuzzy, c-format
#| msgid "%s: option `%s' requires an argument\n"
msgid "%s: option '%s%s' requires an argument\n"
msgstr "%s: `%s' ɼ μ ʿմϴ\n"
-#: lib/getopt.c:621
+#: lib/getopt.c:624
#, fuzzy, c-format
#| msgid "%s: invalid option -- %c\n"
msgid "%s: invalid option -- '%c'\n"
msgstr "%s: ɼ -- %c\n"
-#: lib/getopt.c:636 lib/getopt.c:682
+#: lib/getopt.c:639 lib/getopt.c:685
#, fuzzy, c-format
#| msgid "%s: option requires an argument -- %c\n"
msgid "%s: option requires an argument -- '%c'\n"
diff --git a/gnulib_po/ms.po b/gnulib_po/ms.po
index 9598d11..f5a6dd2 100644
--- a/gnulib_po/ms.po
+++ b/gnulib_po/ms.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: coreutils 5.0.90\n"
"Report-Msgid-Bugs-To: bug-gnulib@gnu.org\n"
-"POT-Creation-Date: 2023-05-11 02:59+0200\n"
+"POT-Creation-Date: 2024-03-10 15:09+0100\n"
"PO-Revision-Date: 2003-08-10 16:00+0800\n"
"Last-Translator: Hasbullah Bin Pit <sebol@ikhlas.com>\n"
"Language-Team: Malay <translation-team-ms@lists.sourceforge.net>\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Bugs: Report translation errors to the Language-Team address.\n"
-#: lib/error.c:193
+#: lib/error.c:194
msgid "Unknown system error"
msgstr "Ralat sistem yang tidak diketahui"
@@ -101,43 +101,43 @@ msgstr ""
msgid "Unknown error"
msgstr "Ralat sistem yang tidak diketahui"
-#: lib/getopt.c:278
+#: lib/getopt.c:282
#, fuzzy, c-format
#| msgid "%s: option `%s' is ambiguous\n"
msgid "%s: option '%s%s' is ambiguous\n"
msgstr "%s: opsyen `%s' adalah ambiguous\n"
-#: lib/getopt.c:284
+#: lib/getopt.c:288
#, fuzzy, c-format
#| msgid "%s: option `%s' is ambiguous\n"
msgid "%s: option '%s%s' is ambiguous; possibilities:"
msgstr "%s: opsyen `%s' adalah ambiguous\n"
-#: lib/getopt.c:319
+#: lib/getopt.c:322
#, fuzzy, c-format
#| msgid "%s: unrecognized option `%c%s'\n"
msgid "%s: unrecognized option '%s%s'\n"
msgstr "%s: opensyen tidak dikenali `%c%s'\n"
-#: lib/getopt.c:345
+#: lib/getopt.c:348
#, fuzzy, c-format
#| msgid "%s: option `%c%s' doesn't allow an argument\n"
msgid "%s: option '%s%s' doesn't allow an argument\n"
msgstr "%s: opsyen `%c%s' tidak mengizinkan hujah\n"
-#: lib/getopt.c:360
+#: lib/getopt.c:363
#, fuzzy, c-format
#| msgid "%s: option `%s' requires an argument\n"
msgid "%s: option '%s%s' requires an argument\n"
msgstr "%s: opsyen `%s' memerlukan hujah\n"
-#: lib/getopt.c:621
+#: lib/getopt.c:624
#, fuzzy, c-format
#| msgid "%s: invalid option -- %c\n"
msgid "%s: invalid option -- '%c'\n"
msgstr "%s: opsyen tidak sah -- %c\n"
-#: lib/getopt.c:636 lib/getopt.c:682
+#: lib/getopt.c:639 lib/getopt.c:685
#, fuzzy, c-format
#| msgid "%s: option requires an argument -- %c\n"
msgid "%s: option requires an argument -- '%c'\n"
diff --git a/gnulib_po/nb.gmo b/gnulib_po/nb.gmo
index c31fa1b..35f005f 100644
--- a/gnulib_po/nb.gmo
+++ b/gnulib_po/nb.gmo
Binary files differ
diff --git a/gnulib_po/nb.po b/gnulib_po/nb.po
index 5c7beb5..541b580 100644
--- a/gnulib_po/nb.po
+++ b/gnulib_po/nb.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: GNU textutils 2.0.20\n"
"Report-Msgid-Bugs-To: bug-gnulib@gnu.org\n"
-"POT-Creation-Date: 2023-05-11 02:59+0200\n"
+"POT-Creation-Date: 2024-03-10 15:09+0100\n"
"PO-Revision-Date: 2002-01-27 21:35+0100\n"
"Last-Translator: Eivind Tagseth <eivindt@multinet.no>\n"
"Language-Team: Norwegian <i18n-nb@lister.ping.uio.no>\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Transfer-Encoding: 8-bit\n"
"X-Bugs: Report translation errors to the Language-Team address.\n"
-#: lib/error.c:193
+#: lib/error.c:194
msgid "Unknown system error"
msgstr "Ukjent systemfeil"
@@ -101,43 +101,43 @@ msgstr ""
msgid "Unknown error"
msgstr "Ukjent systemfeil"
-#: lib/getopt.c:278
+#: lib/getopt.c:282
#, fuzzy, c-format
#| msgid "%s: option `%s' is ambiguous\n"
msgid "%s: option '%s%s' is ambiguous\n"
msgstr "%s: flagget %s er flertydig\n"
-#: lib/getopt.c:284
+#: lib/getopt.c:288
#, fuzzy, c-format
#| msgid "%s: option `%s' is ambiguous\n"
msgid "%s: option '%s%s' is ambiguous; possibilities:"
msgstr "%s: flagget %s er flertydig\n"
-#: lib/getopt.c:319
+#: lib/getopt.c:322
#, fuzzy, c-format
#| msgid "%s: unrecognized option `%c%s'\n"
msgid "%s: unrecognized option '%s%s'\n"
msgstr "%s: ukjent flagg %c%s\n"
-#: lib/getopt.c:345
+#: lib/getopt.c:348
#, fuzzy, c-format
#| msgid "%s: option `%c%s' doesn't allow an argument\n"
msgid "%s: option '%s%s' doesn't allow an argument\n"
msgstr "%s: flagget %c%s trenger et argument\n"
-#: lib/getopt.c:360
+#: lib/getopt.c:363
#, fuzzy, c-format
#| msgid "%s: option `%s' requires an argument\n"
msgid "%s: option '%s%s' requires an argument\n"
msgstr "%s: flagget %s trenger et argument\n"
-#: lib/getopt.c:621
+#: lib/getopt.c:624
#, fuzzy, c-format
#| msgid "%s: invalid option -- %c\n"
msgid "%s: invalid option -- '%c'\n"
msgstr "%s: ukjent flagg -- %c\n"
-#: lib/getopt.c:636 lib/getopt.c:682
+#: lib/getopt.c:639 lib/getopt.c:685
#, fuzzy, c-format
#| msgid "%s: option requires an argument -- %c\n"
msgid "%s: option requires an argument -- '%c'\n"
diff --git a/gnulib_po/nl.po b/gnulib_po/nl.po
index 9a1211b..6e72dca 100644
--- a/gnulib_po/nl.po
+++ b/gnulib_po/nl.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnulib-4.0.0.2567\n"
"Report-Msgid-Bugs-To: bug-gnulib@gnu.org\n"
-"POT-Creation-Date: 2023-05-11 02:59+0200\n"
+"POT-Creation-Date: 2024-03-10 15:09+0100\n"
"PO-Revision-Date: 2019-05-29 13:31+0200\n"
"Last-Translator: Benno Schulenberg <vertaling@coevern.nl>\n"
"Language-Team: Dutch <vertaling@vrijschrift.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
"X-Bugs: Report translation errors to the Language-Team address.\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: lib/error.c:193
+#: lib/error.c:194
msgid "Unknown system error"
msgstr "Onbekende systeemfout"
@@ -102,37 +102,37 @@ msgstr "Parametertekst is niet juist gecodeerd"
msgid "Unknown error"
msgstr "Onbekende fout"
-#: lib/getopt.c:278
+#: lib/getopt.c:282
#, c-format
msgid "%s: option '%s%s' is ambiguous\n"
msgstr "%s: optie '%s%s' is niet eenduidig\n"
-#: lib/getopt.c:284
+#: lib/getopt.c:288
#, c-format
msgid "%s: option '%s%s' is ambiguous; possibilities:"
msgstr "%s: optie '%s%s' is niet eenduidig; mogelijkheden zijn:"
-#: lib/getopt.c:319
+#: lib/getopt.c:322
#, c-format
msgid "%s: unrecognized option '%s%s'\n"
msgstr "%s: onbekende optie '%s%s'\n"
-#: lib/getopt.c:345
+#: lib/getopt.c:348
#, c-format
msgid "%s: option '%s%s' doesn't allow an argument\n"
msgstr "%s: optie '%s%s' staat geen argument toe\n"
-#: lib/getopt.c:360
+#: lib/getopt.c:363
#, c-format
msgid "%s: option '%s%s' requires an argument\n"
msgstr "%s: optie '%s%s' vereist een argument\n"
-#: lib/getopt.c:621
+#: lib/getopt.c:624
#, c-format
msgid "%s: invalid option -- '%c'\n"
msgstr "%s: ongeldige optie -- '%c'\n"
-#: lib/getopt.c:636 lib/getopt.c:682
+#: lib/getopt.c:639 lib/getopt.c:685
#, c-format
msgid "%s: option requires an argument -- '%c'\n"
msgstr "%s: optie vereist een argument -- '%c'\n"
diff --git a/gnulib_po/pl.po b/gnulib_po/pl.po
index 5cf3965..b672786 100644
--- a/gnulib_po/pl.po
+++ b/gnulib_po/pl.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnulib 4.0.0.2567\n"
"Report-Msgid-Bugs-To: bug-gnulib@gnu.org\n"
-"POT-Creation-Date: 2023-05-11 02:59+0200\n"
+"POT-Creation-Date: 2024-03-10 15:09+0100\n"
"PO-Revision-Date: 2019-05-19 20:02+0200\n"
"Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n"
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
@@ -23,7 +23,7 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2;\n"
-#: lib/error.c:193
+#: lib/error.c:194
msgid "Unknown system error"
msgstr "Nieznany błąd systemowy"
@@ -103,37 +103,37 @@ msgstr "Łańcuch parametru niepoprawnie zakodowany"
msgid "Unknown error"
msgstr "Nieznany błąd"
-#: lib/getopt.c:278
+#: lib/getopt.c:282
#, c-format
msgid "%s: option '%s%s' is ambiguous\n"
msgstr "%s: opcja '%s%s' jest niejednoznaczna\n"
-#: lib/getopt.c:284
+#: lib/getopt.c:288
#, c-format
msgid "%s: option '%s%s' is ambiguous; possibilities:"
msgstr "%s: opcja '%s%s' jest niejednoznaczna; możliwości:"
-#: lib/getopt.c:319
+#: lib/getopt.c:322
#, c-format
msgid "%s: unrecognized option '%s%s'\n"
msgstr "%s: nieznana opcja '%s%s'\n"
-#: lib/getopt.c:345
+#: lib/getopt.c:348
#, c-format
msgid "%s: option '%s%s' doesn't allow an argument\n"
msgstr "%s: opcja '%s%s' nie może mieć argumentów\n"
-#: lib/getopt.c:360
+#: lib/getopt.c:363
#, c-format
msgid "%s: option '%s%s' requires an argument\n"
msgstr "%s: opcja '%s%s' musi mieć argument\n"
-#: lib/getopt.c:621
+#: lib/getopt.c:624
#, c-format
msgid "%s: invalid option -- '%c'\n"
msgstr "%s: błędna opcja -- '%c'\n"
-#: lib/getopt.c:636 lib/getopt.c:682
+#: lib/getopt.c:639 lib/getopt.c:685
#, c-format
msgid "%s: option requires an argument -- '%c'\n"
msgstr "%s: opcja musi mieć argument -- '%c'\n"
diff --git a/gnulib_po/pt.po b/gnulib_po/pt.po
index 1863c10..8ea2b9d 100644
--- a/gnulib_po/pt.po
+++ b/gnulib_po/pt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnulib 4.0.0.2567\n"
"Report-Msgid-Bugs-To: bug-gnulib@gnu.org\n"
-"POT-Creation-Date: 2023-05-11 02:59+0200\n"
+"POT-Creation-Date: 2024-03-10 15:09+0100\n"
"PO-Revision-Date: 2019-05-26 10:40+0100\n"
"Last-Translator: Pedro Albuquerque <palbuquerque73@gmail.com>\n"
"Language-Team: Portuguese <translation-team-pt@lists.sourceforge.net>\n"
@@ -19,7 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Gtranslator 2.91.7\n"
-#: lib/error.c:193
+#: lib/error.c:194
msgid "Unknown system error"
msgstr "Erro de sistema desconhecido"
@@ -99,37 +99,37 @@ msgstr "Cadeia de parâmetros incorrectamente codificada"
msgid "Unknown error"
msgstr "Erro desconhecido"
-#: lib/getopt.c:278
+#: lib/getopt.c:282
#, c-format
msgid "%s: option '%s%s' is ambiguous\n"
msgstr "%s: a opção \"%s%s\" é ambígua\n"
-#: lib/getopt.c:284
+#: lib/getopt.c:288
#, c-format
msgid "%s: option '%s%s' is ambiguous; possibilities:"
msgstr "%s: a opção \"%s%s\" é ambígua; possibilidades:"
-#: lib/getopt.c:319
+#: lib/getopt.c:322
#, c-format
msgid "%s: unrecognized option '%s%s'\n"
msgstr "%s: opção não reconhecida \"%s%s\"\n"
-#: lib/getopt.c:345
+#: lib/getopt.c:348
#, c-format
msgid "%s: option '%s%s' doesn't allow an argument\n"
msgstr "%s: a opção \"%s%s\" não permite um argumento\n"
-#: lib/getopt.c:360
+#: lib/getopt.c:363
#, c-format
msgid "%s: option '%s%s' requires an argument\n"
msgstr "\"%s: a opção \"%s%s\" requer um argumento\n"
-#: lib/getopt.c:621
+#: lib/getopt.c:624
#, c-format
msgid "%s: invalid option -- '%c'\n"
msgstr "%s: opção inválida -- \"%c\"\n"
-#: lib/getopt.c:636 lib/getopt.c:682
+#: lib/getopt.c:639 lib/getopt.c:685
#, c-format
msgid "%s: option requires an argument -- '%c'\n"
msgstr "%s: a opção requer um argumento -- \"%c\"\n"
diff --git a/gnulib_po/pt_BR.po b/gnulib_po/pt_BR.po
index ce6cec0..4694f81 100644
--- a/gnulib_po/pt_BR.po
+++ b/gnulib_po/pt_BR.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnulib 4.0.0.2567\n"
"Report-Msgid-Bugs-To: bug-gnulib@gnu.org\n"
-"POT-Creation-Date: 2023-05-11 02:59+0200\n"
+"POT-Creation-Date: 2024-03-10 15:09+0100\n"
"PO-Revision-Date: 2019-08-28 15:29-0300\n"
"Last-Translator: Rafael Fontenelle <rafaelff@gnome.org>\n"
"Language-Team: Brazilian Portuguese <ldpbr-translation@lists.sourceforge."
@@ -23,7 +23,7 @@ msgstr ""
"X-Generator: Virtaal 1.0.0-beta1\n"
"X-Bugs: Report translation errors to the Language-Team address.\n"
-#: lib/error.c:193
+#: lib/error.c:194
msgid "Unknown system error"
msgstr "Erro desconhecido de sistema"
@@ -103,39 +103,39 @@ msgstr "Texto do parâmetro codificado incorretamente"
msgid "Unknown error"
msgstr "Erro desconhecido"
-#: lib/getopt.c:278
+#: lib/getopt.c:282
#, c-format
msgid "%s: option '%s%s' is ambiguous\n"
msgstr "%s: a opção \"%s%s\" é ambígua\n"
-#: lib/getopt.c:284
+#: lib/getopt.c:288
#, c-format
msgid "%s: option '%s%s' is ambiguous; possibilities:"
msgstr "%s: a opção \"%s%s\" é ambígua; possibilidades:"
# , c-format
-#: lib/getopt.c:319
+#: lib/getopt.c:322
#, c-format
msgid "%s: unrecognized option '%s%s'\n"
msgstr "%s: opção desconhecida \"%s%s\"\n"
-#: lib/getopt.c:345
+#: lib/getopt.c:348
#, c-format
msgid "%s: option '%s%s' doesn't allow an argument\n"
msgstr "%s: a opção \"%s%s\" não permite um argumento\n"
-#: lib/getopt.c:360
+#: lib/getopt.c:363
#, c-format
msgid "%s: option '%s%s' requires an argument\n"
msgstr "%s: a opção \"%s%s\" exige um argumento\n"
# , c-format
-#: lib/getopt.c:621
+#: lib/getopt.c:624
#, c-format
msgid "%s: invalid option -- '%c'\n"
msgstr "%s: opção inválida -- \"%c\"\n"
-#: lib/getopt.c:636 lib/getopt.c:682
+#: lib/getopt.c:639 lib/getopt.c:685
#, c-format
msgid "%s: option requires an argument -- '%c'\n"
msgstr "%s: a opção exige um argumento -- \"%c\"\n"
diff --git a/gnulib_po/ro.po b/gnulib_po/ro.po
index 702e833..0452c65 100644
--- a/gnulib_po/ro.po
+++ b/gnulib_po/ro.po
@@ -19,7 +19,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnulib-4.0.0.2567\n"
"Report-Msgid-Bugs-To: bug-gnulib@gnu.org\n"
-"POT-Creation-Date: 2023-05-11 02:59+0200\n"
+"POT-Creation-Date: 2024-03-10 15:09+0100\n"
"PO-Revision-Date: 2022-02-19 23:11+0100\n"
"Last-Translator: Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>\n"
"Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n"
@@ -32,7 +32,7 @@ msgstr ""
"X-Bugs: Report translation errors to the Language-Team address.\n"
"X-Generator: Poedit 3.0.1\n"
-#: lib/error.c:193
+#: lib/error.c:194
msgid "Unknown system error"
msgstr "Eroare de sistem necunoscută"
@@ -123,37 +123,37 @@ msgstr "Șirul parametrului este codificat greșit"
msgid "Unknown error"
msgstr "Eroare necunoscută"
-#: lib/getopt.c:278
+#: lib/getopt.c:282
#, c-format
msgid "%s: option '%s%s' is ambiguous\n"
msgstr "%s: opțiunea „%s%s” este ambiguă\n"
-#: lib/getopt.c:284
+#: lib/getopt.c:288
#, c-format
msgid "%s: option '%s%s' is ambiguous; possibilities:"
msgstr "%s: opțiunea „%s%s” este ambiguă; posibilități:"
-#: lib/getopt.c:319
+#: lib/getopt.c:322
#, c-format
msgid "%s: unrecognized option '%s%s'\n"
msgstr "%s: opțiune nerecunoscută „%s%s”\n"
-#: lib/getopt.c:345
+#: lib/getopt.c:348
#, c-format
msgid "%s: option '%s%s' doesn't allow an argument\n"
msgstr "%s: opțiunea „%s%s” nu permite un argument\n"
-#: lib/getopt.c:360
+#: lib/getopt.c:363
#, c-format
msgid "%s: option '%s%s' requires an argument\n"
msgstr "%s: opțiunea „%s%s” necesită un argument\n"
-#: lib/getopt.c:621
+#: lib/getopt.c:624
#, c-format
msgid "%s: invalid option -- '%c'\n"
msgstr "%s: opțiune nevalidă -- „%c”\n"
-#: lib/getopt.c:636 lib/getopt.c:682
+#: lib/getopt.c:639 lib/getopt.c:685
#, c-format
msgid "%s: option requires an argument -- '%c'\n"
msgstr "%s: opțiunea necesită un argument -- „%c”\n"
diff --git a/gnulib_po/ru.gmo b/gnulib_po/ru.gmo
index 4f27a92..44c4312 100644
--- a/gnulib_po/ru.gmo
+++ b/gnulib_po/ru.gmo
Binary files differ
diff --git a/gnulib_po/ru.po b/gnulib_po/ru.po
index 00e0cb5..eba2149 100644
--- a/gnulib_po/ru.po
+++ b/gnulib_po/ru.po
@@ -3,13 +3,13 @@
# This file is distributed under the same license as the gnulib package.
#
# Sergey Poznyakoff <gray@gnu.org>, 2003,2004,2005.
-# Yuri Kozlov <yuray@komyakino.ru>, 2010, 2011, 2019.
+# Yuri Kozlov <yuray@komyakino.ru>, 2010, 2011, 2019, 2023.
msgid ""
msgstr ""
"Project-Id-Version: gnulib 4.0.0.2567\n"
"Report-Msgid-Bugs-To: bug-gnulib@gnu.org\n"
-"POT-Creation-Date: 2023-05-11 02:59+0200\n"
-"PO-Revision-Date: 2019-05-21 18:46+0300\n"
+"POT-Creation-Date: 2024-03-10 15:09+0100\n"
+"PO-Revision-Date: 2023-07-07 05:18+0300\n"
"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
"Language-Team: Russian <gnu@d07.ru>\n"
"Language: ru\n"
@@ -19,9 +19,9 @@ msgstr ""
"X-Bugs: Report translation errors to the Language-Team address.\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 22.12.3\n"
-#: lib/error.c:193
+#: lib/error.c:194
msgid "Unknown system error"
msgstr "Неизвестная системная ошибка"
@@ -71,7 +71,7 @@ msgstr "Системная ошибка"
#: lib/gai_strerror.c:68
msgid "Argument buffer too small"
-msgstr "Слишком маленький буфер, указанный в аргументе"
+msgstr "Буфер аргументов слишком мал"
#: lib/gai_strerror.c:70
msgid "Processing request in progress"
@@ -101,37 +101,37 @@ msgstr "Строковый параметр неправильно закоди
msgid "Unknown error"
msgstr "Неизвестная ошибка"
-#: lib/getopt.c:278
+#: lib/getopt.c:282
#, c-format
msgid "%s: option '%s%s' is ambiguous\n"
msgstr "%s: двусмысленный параметр «%s%s»\n"
-#: lib/getopt.c:284
+#: lib/getopt.c:288
#, c-format
msgid "%s: option '%s%s' is ambiguous; possibilities:"
msgstr "%s: двусмысленный параметр «%s%s»; возможные варианты:"
-#: lib/getopt.c:319
+#: lib/getopt.c:322
#, c-format
msgid "%s: unrecognized option '%s%s'\n"
msgstr "%s: нераспознанный параметр «%s%s»\n"
-#: lib/getopt.c:345
+#: lib/getopt.c:348
#, c-format
msgid "%s: option '%s%s' doesn't allow an argument\n"
msgstr "%s: для параметра «%s%s» нельзя использовать аргумент\n"
-#: lib/getopt.c:360
+#: lib/getopt.c:363
#, c-format
msgid "%s: option '%s%s' requires an argument\n"
msgstr "%s: для параметра «%s%s» требуется аргумент\n"
-#: lib/getopt.c:621
+#: lib/getopt.c:624
#, c-format
msgid "%s: invalid option -- '%c'\n"
msgstr "%s: неправильный параметр -- «%c»\n"
-#: lib/getopt.c:636 lib/getopt.c:682
+#: lib/getopt.c:639 lib/getopt.c:685
#, c-format
msgid "%s: option requires an argument -- '%c'\n"
msgstr "%s: для параметра требуется аргумент -- «%c»\n"
diff --git a/gnulib_po/rw.po b/gnulib_po/rw.po
index 13a3e65..1f8dfe9 100644
--- a/gnulib_po/rw.po
+++ b/gnulib_po/rw.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mailutils 0.6\n"
"Report-Msgid-Bugs-To: bug-gnulib@gnu.org\n"
-"POT-Creation-Date: 2023-05-11 02:59+0200\n"
+"POT-Creation-Date: 2024-03-10 15:09+0100\n"
"PO-Revision-Date: 2005-04-04 10:55-0700\n"
"Last-Translator: Steven Michael Murphy <murf@e-tools.com>\n"
"Language-Team: Kinyarwanda <translation-team-rw@lists.sourceforge.net>\n"
@@ -27,7 +27,7 @@ msgstr ""
"X-Bugs: Report translation errors to the Language-Team address.\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: lib/error.c:193
+#: lib/error.c:194
#, fuzzy
msgid "Unknown system error"
msgstr "Sisitemu Ikosa"
@@ -117,37 +117,37 @@ msgstr ""
msgid "Unknown error"
msgstr "Sisitemu Ikosa"
-#: lib/getopt.c:278
+#: lib/getopt.c:282
#, fuzzy, c-format
msgid "%s: option '%s%s' is ambiguous\n"
msgstr "%s:Ihitamo ni"
-#: lib/getopt.c:284
+#: lib/getopt.c:288
#, fuzzy, c-format
msgid "%s: option '%s%s' is ambiguous; possibilities:"
msgstr "%s:Ihitamo ni"
-#: lib/getopt.c:319
+#: lib/getopt.c:322
#, fuzzy, c-format
msgid "%s: unrecognized option '%s%s'\n"
msgstr "%s:Ihitamo"
-#: lib/getopt.c:345
+#: lib/getopt.c:348
#, fuzzy, c-format
msgid "%s: option '%s%s' doesn't allow an argument\n"
msgstr "%s:Ihitamo Kwemerera"
-#: lib/getopt.c:360
+#: lib/getopt.c:363
#, fuzzy, c-format
msgid "%s: option '%s%s' requires an argument\n"
msgstr "%s:Ihitamo"
-#: lib/getopt.c:621
+#: lib/getopt.c:624
#, fuzzy, c-format
msgid "%s: invalid option -- '%c'\n"
msgstr "%s:Sibyo Ihitamo"
-#: lib/getopt.c:636 lib/getopt.c:682
+#: lib/getopt.c:639 lib/getopt.c:685
#, fuzzy, c-format
msgid "%s: option requires an argument -- '%c'\n"
msgstr "%s:Ihitamo"
diff --git a/gnulib_po/sk.gmo b/gnulib_po/sk.gmo
index 36cd7aa..d450e60 100644
--- a/gnulib_po/sk.gmo
+++ b/gnulib_po/sk.gmo
Binary files differ
diff --git a/gnulib_po/sk.po b/gnulib_po/sk.po
index 472e3d9..a157b60 100644
--- a/gnulib_po/sk.po
+++ b/gnulib_po/sk.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: textutils 2.0.14\n"
"Report-Msgid-Bugs-To: bug-gnulib@gnu.org\n"
-"POT-Creation-Date: 2023-05-11 02:59+0200\n"
+"POT-Creation-Date: 2024-03-10 15:09+0100\n"
"PO-Revision-Date: 2001-06-08 22:10 +02:00\n"
"Last-Translator: Stanislav Meduna <stano@trillian.eunet.sk>\n"
"Language-Team: Slovak <sk-i18n@rak.isternet.sk>\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Transfer-Encoding: 8-bit\n"
"X-Bugs: Report translation errors to the Language-Team address.\n"
-#: lib/error.c:193
+#: lib/error.c:194
msgid "Unknown system error"
msgstr "Neznma systmov chyba"
@@ -101,43 +101,43 @@ msgstr ""
msgid "Unknown error"
msgstr "Neznma systmov chyba"
-#: lib/getopt.c:278
+#: lib/getopt.c:282
#, fuzzy, c-format
#| msgid "%s: option `%s' is ambiguous\n"
msgid "%s: option '%s%s' is ambiguous\n"
msgstr "%s: voba `%s' nie je jednoznan\n"
-#: lib/getopt.c:284
+#: lib/getopt.c:288
#, fuzzy, c-format
#| msgid "%s: option `%s' is ambiguous\n"
msgid "%s: option '%s%s' is ambiguous; possibilities:"
msgstr "%s: voba `%s' nie je jednoznan\n"
-#: lib/getopt.c:319
+#: lib/getopt.c:322
#, fuzzy, c-format
#| msgid "%s: unrecognized option `%c%s'\n"
msgid "%s: unrecognized option '%s%s'\n"
msgstr "%s: neznmy prepna `%c%s'\n"
-#: lib/getopt.c:345
+#: lib/getopt.c:348
#, fuzzy, c-format
#| msgid "%s: option `%c%s' doesn't allow an argument\n"
msgid "%s: option '%s%s' doesn't allow an argument\n"
msgstr "%s: prepna `%c%s' nepovouje argument\n"
-#: lib/getopt.c:360
+#: lib/getopt.c:363
#, fuzzy, c-format
#| msgid "%s: option `%s' requires an argument\n"
msgid "%s: option '%s%s' requires an argument\n"
msgstr "%s: prepna `%s' vyaduje argument\n"
-#: lib/getopt.c:621
+#: lib/getopt.c:624
#, fuzzy, c-format
#| msgid "%s: invalid option -- %c\n"
msgid "%s: invalid option -- '%c'\n"
msgstr "%s: chybn prepna -- %c\n"
-#: lib/getopt.c:636 lib/getopt.c:682
+#: lib/getopt.c:639 lib/getopt.c:685
#, fuzzy, c-format
#| msgid "%s: option requires an argument -- %c\n"
msgid "%s: option requires an argument -- '%c'\n"
diff --git a/gnulib_po/sl.po b/gnulib_po/sl.po
index 59a148f..3b38b6d 100644
--- a/gnulib_po/sl.po
+++ b/gnulib_po/sl.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnulib 3.0.0.6062.a6b16\n"
"Report-Msgid-Bugs-To: bug-gnulib@gnu.org\n"
-"POT-Creation-Date: 2023-05-11 02:59+0200\n"
+"POT-Creation-Date: 2024-03-10 15:09+0100\n"
"PO-Revision-Date: 2012-05-20 13:08+0200\n"
"Last-Translator: Primož Peterlin <primozz.peterlin@gmail.com>\n"
"Language-Team: Slovenian <translation-team-sl@lists.sourceforge.net>\n"
@@ -20,7 +20,7 @@ msgstr ""
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || "
"n%100==4 ? 3 : 0);\n"
-#: lib/error.c:193
+#: lib/error.c:194
msgid "Unknown system error"
msgstr "Neznana sistemska napaka"
@@ -100,42 +100,42 @@ msgstr "Parametrični niz nepravilno kodiran"
msgid "Unknown error"
msgstr "Neznana napaka"
-#: lib/getopt.c:278
+#: lib/getopt.c:282
#, fuzzy, c-format
#| msgid "%s: option '-W %s' is ambiguous\n"
msgid "%s: option '%s%s' is ambiguous\n"
msgstr "%s: izbira »-W %s« je dvoumna\n"
-#: lib/getopt.c:284
+#: lib/getopt.c:288
#, fuzzy, c-format
#| msgid "%s: option '%s' is ambiguous; possibilities:"
msgid "%s: option '%s%s' is ambiguous; possibilities:"
msgstr "%s: izbira »%s« je dvoumna; možnosti:"
-#: lib/getopt.c:319
+#: lib/getopt.c:322
#, fuzzy, c-format
#| msgid "%s: unrecognized option '%c%s'\n"
msgid "%s: unrecognized option '%s%s'\n"
msgstr "%s: neprepoznana izbira »%c%s«\n"
-#: lib/getopt.c:345
+#: lib/getopt.c:348
#, fuzzy, c-format
#| msgid "%s: option '%c%s' doesn't allow an argument\n"
msgid "%s: option '%s%s' doesn't allow an argument\n"
msgstr "%s: izbira »%c%s« ne dovoljuje argumenta\n"
-#: lib/getopt.c:360
+#: lib/getopt.c:363
#, fuzzy, c-format
#| msgid "%s: option '--%s' requires an argument\n"
msgid "%s: option '%s%s' requires an argument\n"
msgstr "%s: izbira »--%s« zahteva argument\n"
-#: lib/getopt.c:621
+#: lib/getopt.c:624
#, c-format
msgid "%s: invalid option -- '%c'\n"
msgstr "%s: neveljavna izbira -- '%c'\n"
-#: lib/getopt.c:636 lib/getopt.c:682
+#: lib/getopt.c:639 lib/getopt.c:685
#, c-format
msgid "%s: option requires an argument -- '%c'\n"
msgstr "%s: izbira zahteva argument -- '%c'\n"
diff --git a/gnulib_po/sr.po b/gnulib_po/sr.po
index c0c7f45..fd99ffe 100644
--- a/gnulib_po/sr.po
+++ b/gnulib_po/sr.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnulib-4.0.0.2567\n"
"Report-Msgid-Bugs-To: bug-gnulib@gnu.org\n"
-"POT-Creation-Date: 2023-05-11 02:59+0200\n"
+"POT-Creation-Date: 2024-03-10 15:09+0100\n"
"PO-Revision-Date: 2020-04-20 09:38+0200\n"
"Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n"
"Language-Team: Serbian <(nothing)>\n"
@@ -19,7 +19,7 @@ msgstr ""
"X-Generator: Virtaal 0.7.1\n"
"X-Bugs: Report translation errors to the Language-Team address.\n"
-#: lib/error.c:193
+#: lib/error.c:194
msgid "Unknown system error"
msgstr "Непозната грешка система"
@@ -99,37 +99,37 @@ msgstr "Ниска параметра није исправно кодирана
msgid "Unknown error"
msgstr "Непозната грешка"
-#: lib/getopt.c:278
+#: lib/getopt.c:282
#, c-format
msgid "%s: option '%s%s' is ambiguous\n"
msgstr "%s: опција „%s%s“ је нејасна\n"
-#: lib/getopt.c:284
+#: lib/getopt.c:288
#, c-format
msgid "%s: option '%s%s' is ambiguous; possibilities:"
msgstr "%s: опција „%s%s“ је нејасна; могућности:"
-#: lib/getopt.c:319
+#: lib/getopt.c:322
#, c-format
msgid "%s: unrecognized option '%s%s'\n"
msgstr "%s: непозната опција „%s%s“\n"
-#: lib/getopt.c:345
+#: lib/getopt.c:348
#, c-format
msgid "%s: option '%s%s' doesn't allow an argument\n"
msgstr "%s: опција „%s%s“ не дозвољава аргумент\n"
-#: lib/getopt.c:360
+#: lib/getopt.c:363
#, c-format
msgid "%s: option '%s%s' requires an argument\n"
msgstr "%s: опција „%s%s“ захтева аргумент\n"
-#: lib/getopt.c:621
+#: lib/getopt.c:624
#, c-format
msgid "%s: invalid option -- '%c'\n"
msgstr "%s: неисправна опција -- „%c“\n"
-#: lib/getopt.c:636 lib/getopt.c:682
+#: lib/getopt.c:639 lib/getopt.c:685
#, c-format
msgid "%s: option requires an argument -- '%c'\n"
msgstr "%s: опција захтева аргумент -- „%c“\n"
diff --git a/gnulib_po/sv.po b/gnulib_po/sv.po
index fe9b7f4..1cf8973 100644
--- a/gnulib_po/sv.po
+++ b/gnulib_po/sv.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnulib 4.0.0.2567\n"
"Report-Msgid-Bugs-To: bug-gnulib@gnu.org\n"
-"POT-Creation-Date: 2023-05-11 02:59+0200\n"
+"POT-Creation-Date: 2024-03-10 15:09+0100\n"
"PO-Revision-Date: 2020-05-28 21:40+0200\n"
"Last-Translator: Göran Uddeborg <goeran@uddeborg.se>\n"
"Language-Team: Swedish <tp-sv-list@lists.sourceforge.net>\n"
@@ -23,7 +23,7 @@ msgstr ""
"X-Bugs: Report translation errors to the Language-Team address.\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: lib/error.c:193
+#: lib/error.c:194
msgid "Unknown system error"
msgstr "Okänt systemfel"
@@ -103,37 +103,37 @@ msgstr "Parametersträng inte korrekt kodad"
msgid "Unknown error"
msgstr "Okänt fel"
-#: lib/getopt.c:278
+#: lib/getopt.c:282
#, c-format
msgid "%s: option '%s%s' is ambiguous\n"
msgstr "%s: flaggan ”%s%s” är tvetydig\n"
-#: lib/getopt.c:284
+#: lib/getopt.c:288
#, c-format
msgid "%s: option '%s%s' is ambiguous; possibilities:"
msgstr "%s: flaggan ”%s%s” är tvetydig: möjligheter:"
-#: lib/getopt.c:319
+#: lib/getopt.c:322
#, c-format
msgid "%s: unrecognized option '%s%s'\n"
msgstr "%s: okänd flagga ”%s%s”\n"
-#: lib/getopt.c:345
+#: lib/getopt.c:348
#, c-format
msgid "%s: option '%s%s' doesn't allow an argument\n"
msgstr "%s: flaggan ”%s%s” tar inget argument\n"
-#: lib/getopt.c:360
+#: lib/getopt.c:363
#, c-format
msgid "%s: option '%s%s' requires an argument\n"
msgstr "%s: flaggan ”%s%s” kräver ett argument\n"
-#: lib/getopt.c:621
+#: lib/getopt.c:624
#, c-format
msgid "%s: invalid option -- '%c'\n"
msgstr "%s: ogiltig flagga -- ”%c”\n"
-#: lib/getopt.c:636 lib/getopt.c:682
+#: lib/getopt.c:639 lib/getopt.c:685
#, c-format
msgid "%s: option requires an argument -- '%c'\n"
msgstr "%s: flaggan kräver ett argument -- ”%c”\n"
diff --git a/gnulib_po/tr.po b/gnulib_po/tr.po
index ca1e292..df64f41 100644
--- a/gnulib_po/tr.po
+++ b/gnulib_po/tr.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: coreutils 5.3.0\n"
"Report-Msgid-Bugs-To: bug-gnulib@gnu.org\n"
-"POT-Creation-Date: 2023-05-11 02:59+0200\n"
+"POT-Creation-Date: 2024-03-10 15:09+0100\n"
"PO-Revision-Date: 2005-03-14 04:17+0200\n"
"Last-Translator: Deniz Akkus Kanca <deniz@arayan.com>\n"
"Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n"
@@ -21,7 +21,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: KBabel 1.9.1\n"
-#: lib/error.c:193
+#: lib/error.c:194
msgid "Unknown system error"
msgstr "Bilinmeyen sistem hatası"
@@ -106,43 +106,43 @@ msgstr ""
msgid "Unknown error"
msgstr "Bilinmeyen sistem hatası"
-#: lib/getopt.c:278
+#: lib/getopt.c:282
#, fuzzy, c-format
#| msgid "%s: option `%s' is ambiguous\n"
msgid "%s: option '%s%s' is ambiguous\n"
msgstr "%s: `%s' seçeneği belirsiz\n"
-#: lib/getopt.c:284
+#: lib/getopt.c:288
#, fuzzy, c-format
#| msgid "%s: option `%s' is ambiguous\n"
msgid "%s: option '%s%s' is ambiguous; possibilities:"
msgstr "%s: `%s' seçeneği belirsiz\n"
-#: lib/getopt.c:319
+#: lib/getopt.c:322
#, fuzzy, c-format
#| msgid "%s: unrecognized option `%c%s'\n"
msgid "%s: unrecognized option '%s%s'\n"
msgstr "%s: `%c%s' seçeneği bilinmiyor\n"
-#: lib/getopt.c:345
+#: lib/getopt.c:348
#, fuzzy, c-format
#| msgid "%s: option `%c%s' doesn't allow an argument\n"
msgid "%s: option '%s%s' doesn't allow an argument\n"
msgstr "%s: seçenek `%c%s' argümansız kullanılır\n"
-#: lib/getopt.c:360
+#: lib/getopt.c:363
#, fuzzy, c-format
#| msgid "%s: option `%s' requires an argument\n"
msgid "%s: option '%s%s' requires an argument\n"
msgstr "%s: `%s' seçeneği bir argümanla kullanılır\n"
-#: lib/getopt.c:621
+#: lib/getopt.c:624
#, fuzzy, c-format
#| msgid "%s: invalid option -- %c\n"
msgid "%s: invalid option -- '%c'\n"
msgstr "%s: geçersiz seçenek -- %c\n"
-#: lib/getopt.c:636 lib/getopt.c:682
+#: lib/getopt.c:639 lib/getopt.c:685
#, fuzzy, c-format
#| msgid "%s: option requires an argument -- %c\n"
msgid "%s: option requires an argument -- '%c'\n"
diff --git a/gnulib_po/uk.po b/gnulib_po/uk.po
index 370525a..cd9d5c2 100644
--- a/gnulib_po/uk.po
+++ b/gnulib_po/uk.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnulib 4.0.0.2567\n"
"Report-Msgid-Bugs-To: bug-gnulib@gnu.org\n"
-"POT-Creation-Date: 2023-05-11 02:59+0200\n"
+"POT-Creation-Date: 2024-03-10 15:09+0100\n"
"PO-Revision-Date: 2019-05-19 14:26+0300\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Ukrainian <trans-uk@lists.fedoraproject.org>\n"
@@ -21,7 +21,7 @@ msgstr ""
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Lokalize 19.03.70\n"
-#: lib/error.c:193
+#: lib/error.c:194
msgid "Unknown system error"
msgstr "Невідома системна помилка"
@@ -101,37 +101,37 @@ msgstr "Неправильно закодований рядок парамет
msgid "Unknown error"
msgstr "Невідома помилка"
-#: lib/getopt.c:278
+#: lib/getopt.c:282
#, c-format
msgid "%s: option '%s%s' is ambiguous\n"
msgstr "%s: параметр «%s%s» не є однозначним\n"
-#: lib/getopt.c:284
+#: lib/getopt.c:288
#, c-format
msgid "%s: option '%s%s' is ambiguous; possibilities:"
msgstr "%s: неоднозначний параметр «%s%s»; можливі варіанти:"
-#: lib/getopt.c:319
+#: lib/getopt.c:322
#, c-format
msgid "%s: unrecognized option '%s%s'\n"
msgstr "%s: невідомий параметр «%s%s»\n"
-#: lib/getopt.c:345
+#: lib/getopt.c:348
#, c-format
msgid "%s: option '%s%s' doesn't allow an argument\n"
msgstr "%s: додавання аргументів до параметра «%s%s» не передбачено\n"
-#: lib/getopt.c:360
+#: lib/getopt.c:363
#, c-format
msgid "%s: option '%s%s' requires an argument\n"
msgstr "%s: до параметра «%s%s» слід додати аргумент\n"
-#: lib/getopt.c:621
+#: lib/getopt.c:624
#, c-format
msgid "%s: invalid option -- '%c'\n"
msgstr "%s: Некоректний параметр -- '%c'\n"
-#: lib/getopt.c:636 lib/getopt.c:682
+#: lib/getopt.c:639 lib/getopt.c:685
#, c-format
msgid "%s: option requires an argument -- '%c'\n"
msgstr "%s: параметр вимагає аргументу -- '%c'\n"
diff --git a/gnulib_po/vi.po b/gnulib_po/vi.po
index 970415f..c5ba116 100644
--- a/gnulib_po/vi.po
+++ b/gnulib_po/vi.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnulib-3.0.0.6062.a6b16\n"
"Report-Msgid-Bugs-To: bug-gnulib@gnu.org\n"
-"POT-Creation-Date: 2023-05-11 02:59+0200\n"
+"POT-Creation-Date: 2024-03-10 15:09+0100\n"
"PO-Revision-Date: 2014-01-13 08:31+0700\n"
"Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n"
"Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>\n"
@@ -22,7 +22,7 @@ msgstr ""
"X-Generator: Poedit 1.5.5\n"
"X-Poedit-SourceCharset: utf-8\n"
-#: lib/error.c:193
+#: lib/error.c:194
msgid "Unknown system error"
msgstr "Gặp lỗi hệ thống chưa biết"
@@ -102,42 +102,42 @@ msgstr "Chuỗi tham số không phải được mã hóa đúng"
msgid "Unknown error"
msgstr "Gặp lỗi không rõ"
-#: lib/getopt.c:278
+#: lib/getopt.c:282
#, fuzzy, c-format
#| msgid "%s: option '-W %s' is ambiguous\n"
msgid "%s: option '%s%s' is ambiguous\n"
msgstr "%s: tùy chọn “-W %s” chưa rõ ràng\n"
-#: lib/getopt.c:284
+#: lib/getopt.c:288
#, fuzzy, c-format
#| msgid "%s: option '%s' is ambiguous; possibilities:"
msgid "%s: option '%s%s' is ambiguous; possibilities:"
msgstr "%s: tùy chọn “%s” chưa rõ ràng; khả năng là:"
-#: lib/getopt.c:319
+#: lib/getopt.c:322
#, fuzzy, c-format
#| msgid "%s: unrecognized option '%c%s'\n"
msgid "%s: unrecognized option '%s%s'\n"
msgstr "%s: không nhận ra tùy chọn “%c%s”\n"
-#: lib/getopt.c:345
+#: lib/getopt.c:348
#, fuzzy, c-format
#| msgid "%s: option '%c%s' doesn't allow an argument\n"
msgid "%s: option '%s%s' doesn't allow an argument\n"
msgstr "%s: tùy chọn “%c%s” không cho phép đối số\n"
-#: lib/getopt.c:360
+#: lib/getopt.c:363
#, fuzzy, c-format
#| msgid "%s: option '--%s' requires an argument\n"
msgid "%s: option '%s%s' requires an argument\n"
msgstr "%s: tùy chọn “--%s” yêu cầu một đối số\n"
-#: lib/getopt.c:621
+#: lib/getopt.c:624
#, c-format
msgid "%s: invalid option -- '%c'\n"
msgstr "%s: tùy chọn không hợp lệ -- “%c”\n"
-#: lib/getopt.c:636 lib/getopt.c:682
+#: lib/getopt.c:639 lib/getopt.c:685
#, c-format
msgid "%s: option requires an argument -- '%c'\n"
msgstr "%s: tùy chọn yêu cầu một đối số -- “%c”\n"
diff --git a/gnulib_po/wget-gnulib.pot b/gnulib_po/wget-gnulib.pot
index 32a9585..c4d9f20 100644
--- a/gnulib_po/wget-gnulib.pot
+++ b/gnulib_po/wget-gnulib.pot
@@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: GNU wget 1.21.4\n"
+"Project-Id-Version: GNU wget 1.24.5\n"
"Report-Msgid-Bugs-To: bug-gnulib@gnu.org\n"
-"POT-Creation-Date: 2023-05-11 02:59+0200\n"
+"POT-Creation-Date: 2024-03-10 15:09+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17,7 +17,7 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
-#: lib/error.c:193
+#: lib/error.c:194
msgid "Unknown system error"
msgstr ""
@@ -97,37 +97,37 @@ msgstr ""
msgid "Unknown error"
msgstr ""
-#: lib/getopt.c:278
+#: lib/getopt.c:282
#, c-format
msgid "%s: option '%s%s' is ambiguous\n"
msgstr ""
-#: lib/getopt.c:284
+#: lib/getopt.c:288
#, c-format
msgid "%s: option '%s%s' is ambiguous; possibilities:"
msgstr ""
-#: lib/getopt.c:319
+#: lib/getopt.c:322
#, c-format
msgid "%s: unrecognized option '%s%s'\n"
msgstr ""
-#: lib/getopt.c:345
+#: lib/getopt.c:348
#, c-format
msgid "%s: option '%s%s' doesn't allow an argument\n"
msgstr ""
-#: lib/getopt.c:360
+#: lib/getopt.c:363
#, c-format
msgid "%s: option '%s%s' requires an argument\n"
msgstr ""
-#: lib/getopt.c:621
+#: lib/getopt.c:624
#, c-format
msgid "%s: invalid option -- '%c'\n"
msgstr ""
-#: lib/getopt.c:636 lib/getopt.c:682
+#: lib/getopt.c:639 lib/getopt.c:685
#, c-format
msgid "%s: option requires an argument -- '%c'\n"
msgstr ""
diff --git a/gnulib_po/zh_CN.po b/gnulib_po/zh_CN.po
index 9f7f0b5..f5d3612 100644
--- a/gnulib_po/zh_CN.po
+++ b/gnulib_po/zh_CN.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnulib 2.0.0.3462.e9796\n"
"Report-Msgid-Bugs-To: bug-gnulib@gnu.org\n"
-"POT-Creation-Date: 2023-05-11 02:59+0200\n"
+"POT-Creation-Date: 2024-03-10 15:09+0100\n"
"PO-Revision-Date: 2010-02-26 09:54+0800\n"
"Last-Translator: Ji ZhengYu <zhengyuji@gmail.com>\n"
"Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
@@ -21,7 +21,7 @@ msgstr ""
"X-Bugs: Report translation errors to the Language-Team address.\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: lib/error.c:193
+#: lib/error.c:194
msgid "Unknown system error"
msgstr "未知的系统错误"
@@ -101,42 +101,42 @@ msgstr "参数字符串未正确编码"
msgid "Unknown error"
msgstr "未知错误"
-#: lib/getopt.c:278
+#: lib/getopt.c:282
#, fuzzy, c-format
#| msgid "%s: option '%s' is ambiguous\n"
msgid "%s: option '%s%s' is ambiguous\n"
msgstr "%s: 选项\"%s\"歧义\n"
-#: lib/getopt.c:284
+#: lib/getopt.c:288
#, fuzzy, c-format
#| msgid "%s: option '%s' is ambiguous\n"
msgid "%s: option '%s%s' is ambiguous; possibilities:"
msgstr "%s: 选项\"%s\"歧义\n"
-#: lib/getopt.c:319
+#: lib/getopt.c:322
#, fuzzy, c-format
#| msgid "%s: unrecognized option '%c%s'\n"
msgid "%s: unrecognized option '%s%s'\n"
msgstr "%s: 无法识别的选项\"%c%s\"\n"
-#: lib/getopt.c:345
+#: lib/getopt.c:348
#, fuzzy, c-format
#| msgid "%s: option '%c%s' doesn't allow an argument\n"
msgid "%s: option '%s%s' doesn't allow an argument\n"
msgstr "%s: 选项\"%c%s\"不要参数\n"
-#: lib/getopt.c:360
+#: lib/getopt.c:363
#, fuzzy, c-format
#| msgid "%s: option '%s' requires an argument\n"
msgid "%s: option '%s%s' requires an argument\n"
msgstr "%s: 选项\"%s\"必须带参数\n"
-#: lib/getopt.c:621
+#: lib/getopt.c:624
#, c-format
msgid "%s: invalid option -- '%c'\n"
msgstr "%s: 无效选项 -- \"%c\"\n"
-#: lib/getopt.c:636 lib/getopt.c:682
+#: lib/getopt.c:639 lib/getopt.c:685
#, c-format
msgid "%s: option requires an argument -- '%c'\n"
msgstr "%s: 选项需要参数 -- \"%c\"\n"
diff --git a/gnulib_po/zh_TW.po b/gnulib_po/zh_TW.po
index 757bc74..5f6f35a 100644
--- a/gnulib_po/zh_TW.po
+++ b/gnulib_po/zh_TW.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnulib 4.0.0.2567\n"
"Report-Msgid-Bugs-To: bug-gnulib@gnu.org\n"
-"POT-Creation-Date: 2023-05-11 02:59+0200\n"
+"POT-Creation-Date: 2024-03-10 15:09+0100\n"
"PO-Revision-Date: 2019-12-15 13:01+0800\n"
"Last-Translator: pan93412 <pan93412@gmail.com>\n"
"Language-Team: Chinese (traditional) <zh-l10n@lists.linux.org.tw>\n"
@@ -26,7 +26,7 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Lokalize 19.12.0\n"
-#: lib/error.c:193
+#: lib/error.c:194
msgid "Unknown system error"
msgstr "未知系統錯誤"
@@ -106,37 +106,37 @@ msgstr "未正確編碼參數字串"
msgid "Unknown error"
msgstr "未知錯誤"
-#: lib/getopt.c:278
+#: lib/getopt.c:282
#, c-format
msgid "%s: option '%s%s' is ambiguous\n"
msgstr "%s:「%s%s」選項不明確\n"
-#: lib/getopt.c:284
+#: lib/getopt.c:288
#, c-format
msgid "%s: option '%s%s' is ambiguous; possibilities:"
msgstr "%s:「%s%s」選項不明確;可能是:"
-#: lib/getopt.c:319
+#: lib/getopt.c:322
#, c-format
msgid "%s: unrecognized option '%s%s'\n"
msgstr "%s:無法識別「%s%s」選項\n"
-#: lib/getopt.c:345
+#: lib/getopt.c:348
#, c-format
msgid "%s: option '%s%s' doesn't allow an argument\n"
msgstr "%s:「%s%s」選項不接受參數\n"
-#: lib/getopt.c:360
+#: lib/getopt.c:363
#, c-format
msgid "%s: option '%s%s' requires an argument\n"
msgstr "%s:「%s%s」選項需要參數\n"
-#: lib/getopt.c:621
+#: lib/getopt.c:624
#, c-format
msgid "%s: invalid option -- '%c'\n"
msgstr "%s:無效選項 -- '%c'\n"
-#: lib/getopt.c:636 lib/getopt.c:682
+#: lib/getopt.c:639 lib/getopt.c:685
#, c-format
msgid "%s: option requires an argument -- '%c'\n"
msgstr "%s:選項需要參數 -- '%c'\n"