From 954800fe5907b085870f07b7d771ffd83b42c67d Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 6 Sep 2025 13:39:56 +0200 Subject: Rename messages.po(t) to tiktok.po(t) --- po/messages.pot | 38 ------------------------------------- po/pt/LC_MESSAGES/messages.po | 40 --------------------------------------- po/pt/LC_MESSAGES/tiktok.po | 40 +++++++++++++++++++++++++++++++++++++++ po/pt_BR/LC_MESSAGES/messages.po | 41 ---------------------------------------- po/pt_BR/LC_MESSAGES/tiktok.po | 41 ++++++++++++++++++++++++++++++++++++++++ po/sv/LC_MESSAGES/messages.po | 40 --------------------------------------- po/sv/LC_MESSAGES/tiktok.po | 40 +++++++++++++++++++++++++++++++++++++++ po/tiktok.pot | 38 +++++++++++++++++++++++++++++++++++++ 8 files changed, 159 insertions(+), 159 deletions(-) delete mode 100644 po/messages.pot delete mode 100644 po/pt/LC_MESSAGES/messages.po create mode 100644 po/pt/LC_MESSAGES/tiktok.po delete mode 100644 po/pt_BR/LC_MESSAGES/messages.po create mode 100644 po/pt_BR/LC_MESSAGES/tiktok.po delete mode 100644 po/sv/LC_MESSAGES/messages.po create mode 100644 po/sv/LC_MESSAGES/tiktok.po create mode 100644 po/tiktok.pot (limited to 'po') diff --git a/po/messages.pot b/po/messages.pot deleted file mode 100644 index 01929bf..0000000 --- a/po/messages.pot +++ /dev/null @@ -1,38 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-09-05 15:43+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: main.c:30 -#, c-format -msgid "Usage: %s [-h] [-i interval] [format]\n" -msgstr "" - -#: main.c:65 -#, c-format -msgid "" -"invalid interval ‘%s’\n" -"Read the %s(1) manual page for valid intervals" -msgstr "" - -#: main.c:89 main.c:101 -msgid "failed to get the time" -msgstr "" - -#: main.c:97 -msgid "buffer too small" -msgstr "" diff --git a/po/pt/LC_MESSAGES/messages.po b/po/pt/LC_MESSAGES/messages.po deleted file mode 100644 index 6c2e7ff..0000000 --- a/po/pt/LC_MESSAGES/messages.po +++ /dev/null @@ -1,40 +0,0 @@ -# Portuguese translations for PACKAGE package. -# Copyright (C) 2025 THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# Thomas Voss , 2025. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-09-05 15:43+0200\n" -"PO-Revision-Date: 2025-09-05 16:04+0200\n" -"Last-Translator: Thomas Voss \n" -"Language-Team: Portuguese \n" -"Language: pt\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: main.c:30 -#, c-format -msgid "Usage: %s [-h] [-i interval] [format]\n" -msgstr "Utilização: %s [-h] [-i intervalo] [formato]\n" - -#: main.c:65 -#, c-format -msgid "" -"invalid interval ‘%s’\n" -"Read the %s(1) manual page for valid intervals" -msgstr "" -"intervalo inválido «%s»\n" -"Leia a página do manual do %s(1) para intervalos válidos" - -#: main.c:89 main.c:101 -msgid "failed to get the time" -msgstr "não conseguiu obter o tempo" - -#: main.c:97 -msgid "buffer too small" -msgstr "buffer demasiado pequeno" diff --git a/po/pt/LC_MESSAGES/tiktok.po b/po/pt/LC_MESSAGES/tiktok.po new file mode 100644 index 0000000..6c2e7ff --- /dev/null +++ b/po/pt/LC_MESSAGES/tiktok.po @@ -0,0 +1,40 @@ +# Portuguese translations for PACKAGE package. +# Copyright (C) 2025 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# Thomas Voss , 2025. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-09-05 15:43+0200\n" +"PO-Revision-Date: 2025-09-05 16:04+0200\n" +"Last-Translator: Thomas Voss \n" +"Language-Team: Portuguese \n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: main.c:30 +#, c-format +msgid "Usage: %s [-h] [-i interval] [format]\n" +msgstr "Utilização: %s [-h] [-i intervalo] [formato]\n" + +#: main.c:65 +#, c-format +msgid "" +"invalid interval ‘%s’\n" +"Read the %s(1) manual page for valid intervals" +msgstr "" +"intervalo inválido «%s»\n" +"Leia a página do manual do %s(1) para intervalos válidos" + +#: main.c:89 main.c:101 +msgid "failed to get the time" +msgstr "não conseguiu obter o tempo" + +#: main.c:97 +msgid "buffer too small" +msgstr "buffer demasiado pequeno" diff --git a/po/pt_BR/LC_MESSAGES/messages.po b/po/pt_BR/LC_MESSAGES/messages.po deleted file mode 100644 index a63dbbc..0000000 --- a/po/pt_BR/LC_MESSAGES/messages.po +++ /dev/null @@ -1,41 +0,0 @@ -# Portuguese translations for PACKAGE package. -# Copyright (C) 2025 THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# Thomas Voss , 2025. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-09-05 15:43+0200\n" -"PO-Revision-Date: 2025-09-05 16:12+0200\n" -"Last-Translator: Thomas Voss \n" -"Language-Team: Brazilian Portuguese \n" -"Language: pt_BR\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: main.c:30 -#, c-format -msgid "Usage: %s [-h] [-i interval] [format]\n" -msgstr "Utilização: %s [-h] [-i intervalo] [formato]\n" - -#: main.c:65 -#, c-format -msgid "" -"invalid interval ‘%s’\n" -"Read the %s(1) manual page for valid intervals" -msgstr "" -"intervalo inválido “%s”\n" -"Leia a página do manual do %s(1) para intervalos válidos" - -#: main.c:89 main.c:101 -msgid "failed to get the time" -msgstr "não conseguiu obter o tempo" - -#: main.c:97 -msgid "buffer too small" -msgstr "buffer pequeno demais" diff --git a/po/pt_BR/LC_MESSAGES/tiktok.po b/po/pt_BR/LC_MESSAGES/tiktok.po new file mode 100644 index 0000000..a63dbbc --- /dev/null +++ b/po/pt_BR/LC_MESSAGES/tiktok.po @@ -0,0 +1,41 @@ +# Portuguese translations for PACKAGE package. +# Copyright (C) 2025 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# Thomas Voss , 2025. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-09-05 15:43+0200\n" +"PO-Revision-Date: 2025-09-05 16:12+0200\n" +"Last-Translator: Thomas Voss \n" +"Language-Team: Brazilian Portuguese \n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: main.c:30 +#, c-format +msgid "Usage: %s [-h] [-i interval] [format]\n" +msgstr "Utilização: %s [-h] [-i intervalo] [formato]\n" + +#: main.c:65 +#, c-format +msgid "" +"invalid interval ‘%s’\n" +"Read the %s(1) manual page for valid intervals" +msgstr "" +"intervalo inválido “%s”\n" +"Leia a página do manual do %s(1) para intervalos válidos" + +#: main.c:89 main.c:101 +msgid "failed to get the time" +msgstr "não conseguiu obter o tempo" + +#: main.c:97 +msgid "buffer too small" +msgstr "buffer pequeno demais" diff --git a/po/sv/LC_MESSAGES/messages.po b/po/sv/LC_MESSAGES/messages.po deleted file mode 100644 index 7e8dce3..0000000 --- a/po/sv/LC_MESSAGES/messages.po +++ /dev/null @@ -1,40 +0,0 @@ -# Swedish translations for PACKAGE package. -# Copyright (C) 2025 THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# Thomas Voss , 2025. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-09-05 15:43+0200\n" -"PO-Revision-Date: 2025-09-05 15:18+0200\n" -"Last-Translator: Thomas Voss \n" -"Language-Team: Swedish \n" -"Language: sv\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: main.c:30 -#, c-format -msgid "Usage: %s [-h] [-i interval] [format]\n" -msgstr "Användning: %s [-h] [-i intervall] [format]\n" - -#: main.c:65 -#, c-format -msgid "" -"invalid interval ‘%s’\n" -"Read the %s(1) manual page for valid intervals" -msgstr "" -"ogiltigt intervall ”%s”\n" -"Läs %s(1)-manualsidan för giltiga intervall" - -#: main.c:89 main.c:101 -msgid "failed to get the time" -msgstr "misslyckades med att få tiden" - -#: main.c:97 -msgid "buffer too small" -msgstr "bufferten är för liten" diff --git a/po/sv/LC_MESSAGES/tiktok.po b/po/sv/LC_MESSAGES/tiktok.po new file mode 100644 index 0000000..7e8dce3 --- /dev/null +++ b/po/sv/LC_MESSAGES/tiktok.po @@ -0,0 +1,40 @@ +# Swedish translations for PACKAGE package. +# Copyright (C) 2025 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# Thomas Voss , 2025. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-09-05 15:43+0200\n" +"PO-Revision-Date: 2025-09-05 15:18+0200\n" +"Last-Translator: Thomas Voss \n" +"Language-Team: Swedish \n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: main.c:30 +#, c-format +msgid "Usage: %s [-h] [-i interval] [format]\n" +msgstr "Användning: %s [-h] [-i intervall] [format]\n" + +#: main.c:65 +#, c-format +msgid "" +"invalid interval ‘%s’\n" +"Read the %s(1) manual page for valid intervals" +msgstr "" +"ogiltigt intervall ”%s”\n" +"Läs %s(1)-manualsidan för giltiga intervall" + +#: main.c:89 main.c:101 +msgid "failed to get the time" +msgstr "misslyckades med att få tiden" + +#: main.c:97 +msgid "buffer too small" +msgstr "bufferten är för liten" diff --git a/po/tiktok.pot b/po/tiktok.pot new file mode 100644 index 0000000..01929bf --- /dev/null +++ b/po/tiktok.pot @@ -0,0 +1,38 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-09-05 15:43+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: main.c:30 +#, c-format +msgid "Usage: %s [-h] [-i interval] [format]\n" +msgstr "" + +#: main.c:65 +#, c-format +msgid "" +"invalid interval ‘%s’\n" +"Read the %s(1) manual page for valid intervals" +msgstr "" + +#: main.c:89 main.c:101 +msgid "failed to get the time" +msgstr "" + +#: main.c:97 +msgid "buffer too small" +msgstr "" -- cgit v1.2.3