Skip to content

Commit 6583243

Browse files
committed
Update POT file.
1 parent 2472904 commit 6583243

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2019-04-26 Bruno Haible <bruno@clisp.org>
2+
3+
Update POT file.
4+
$ cd po; make update-po
5+
16
2019-04-26 Bruno Haible <bruno@clisp.org>
27

38
Prepare for version 1.16.

po/libiconv.pot

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# SOME DESCRIPTIVE TITLE.
22
# Copyright (C) YEAR Free Software Foundation, Inc.
3-
# This file is distributed under the same license as the PACKAGE package.
3+
# This file is distributed under the same license as the GNU libiconv package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: GNU libiconv 1.15\n"
9+
"Project-Id-Version: GNU libiconv 1.16\n"
1010
"Report-Msgid-Bugs-To: bug-gnu-libiconv@gnu.org\n"
11-
"POT-Creation-Date: 2016-12-04 17:16+0100\n"
11+
"POT-Creation-Date: 2019-04-26 21:02+0200\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -144,7 +144,7 @@ msgstr ""
144144
#: src/iconv.c:196
145145
#, no-wrap
146146
msgid ""
147-
"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n"
147+
"License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>\n"
148148
"This is free software: you are free to change and redistribute it.\n"
149149
"There is NO WARRANTY, to the extent permitted by law.\n"
150150
msgstr ""
@@ -283,47 +283,47 @@ msgstr ""
283283

284284
#. TRANSLATORS: An error message.
285285
#. The placeholder expands to the encoding name, specified through --from-code.
286-
#: src/iconv.c:1015
286+
#: src/iconv.c:1024
287287
#, c-format
288288
msgid "conversion from %s unsupported"
289289
msgstr ""
290290

291291
#. TRANSLATORS: An error message.
292292
#. The placeholder expands to the encoding name, specified through --to-code.
293-
#: src/iconv.c:1021
293+
#: src/iconv.c:1030
294294
#, c-format
295295
msgid "conversion to %s unsupported"
296296
msgstr ""
297297

298298
#. TRANSLATORS: An error message.
299299
#. The placeholders expand to the encoding names, specified through --from-code and --to-code, respectively.
300-
#: src/iconv.c:1027
300+
#: src/iconv.c:1036
301301
#, c-format
302302
msgid "conversion from %s to %s unsupported"
303303
msgstr ""
304304

305305
#. TRANSLATORS: Additional advice after an error message.
306306
#. The %s placeholder expands to the program name.
307-
#: src/iconv.c:1032
307+
#: src/iconv.c:1041
308308
#, c-format
309309
msgid "try '%s -l' to get the list of supported encodings"
310310
msgstr ""
311311

312312
#. TRANSLATORS: A filename substitute denoting standard input.
313-
#: src/iconv.c:1089
313+
#: src/iconv.c:1098
314314
msgid "(stdin)"
315315
msgstr ""
316316

317317
#. TRANSLATORS: The first part of an error message.
318318
#. It is followed by a colon and a detail message.
319319
#. The %s placeholder expands to the input file name.
320-
#: src/iconv.c:1101
320+
#: src/iconv.c:1110
321321
#, c-format
322322
msgid "%s"
323323
msgstr ""
324324

325325
#. TRANSLATORS: An error message.
326-
#: src/iconv.c:1115
326+
#: src/iconv.c:1124
327327
#, c-format
328328
msgid "I/O error"
329329
msgstr ""

0 commit comments

Comments
 (0)