diff options
author | Heimen Stoffels <vistausss@fastmail.com> | 2025-06-21 20:33:26 +0000 |
---|---|---|
committer | TDE Weblate <weblate@mirror.git.trinitydesktop.org> | 2025-06-21 20:33:26 +0000 |
commit | 1d8f1023bccfb9a902ce6d245b7d3754d70ed9cb (patch) | |
tree | c8fb83ee3cc4ebf2c233555508f87a31bc4b26ae | |
parent | a4bd33923d9a2d07227fb00f95cc9dd6712db5f6 (diff) | |
download | kvirc-1d8f1023bccfb9a902ce6d245b7d3754d70ed9cb.tar.gz kvirc-1d8f1023bccfb9a902ce6d245b7d3754d70ed9cb.zip |
Added translation using Weblate (Dutch)
-rw-r--r-- | po/modules/notifier/notifier_nl.po | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/po/modules/notifier/notifier_nl.po b/po/modules/notifier/notifier_nl.po new file mode 100644 index 0000000..b5322c8 --- /dev/null +++ b/po/modules/notifier/notifier_nl.po @@ -0,0 +1,79 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# Heimen Stoffels <vistausss@fastmail.com>, 2025. +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-08-31 18:17+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: nl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Instead of a literal translation, add your name to the end of the list (separated by a comma). +#, ignore-inconsistent +msgctxt "NAME OF TRANSLATORS" +msgid "Your names" +msgstr "" + +#. Instead of a literal translation, add your email to the end of the list (separated by a comma). +#, ignore-inconsistent +msgctxt "EMAIL OF TRANSLATORS" +msgid "Your emails" +msgstr "" + +#: src/modules/notifier/libkvinotifier.cpp:137 +msgid "The specified window does not exist" +msgstr "" + +#: src/modules/notifier/libkvinotifier.cpp:151 +msgid "The specified timeout is not valid, assuming 0" +msgstr "" + +#: src/modules/notifier/libkvinotifier.cpp:154 +msgid "The -t switch expects a timeout in seconds" +msgstr "" + +#: src/modules/notifier/notifierwindow.cpp:1142 +msgid "Hide" +msgstr "" + +#: src/modules/notifier/notifierwindow.cpp:1145 +msgid "1 Minute" +msgstr "" + +#: src/modules/notifier/notifierwindow.cpp:1146 +msgid "5 Minutes" +msgstr "" + +#: src/modules/notifier/notifierwindow.cpp:1147 +msgid "15 Minutes" +msgstr "" + +#: src/modules/notifier/notifierwindow.cpp:1148 +msgid "30 Minutes" +msgstr "" + +#: src/modules/notifier/notifierwindow.cpp:1149 +msgid "1 Hour" +msgstr "" + +#: src/modules/notifier/notifierwindow.cpp:1151 +msgid "Until KVIrc is Restarted" +msgstr "" + +#: src/modules/notifier/notifierwindow.cpp:1152 +msgid "Permanently (Until Explicitly Enabled)" +msgstr "" + +#: src/modules/notifier/notifierwindow.cpp:1154 +msgid "Disable" +msgstr "" + +#: src/modules/notifier/notifierwindow.cpp:1245 +msgid "Write text or commands to window" +msgstr "" |