From f0ca59e4ee0608b5d9d4747f73741699dfbf28d3 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 21 Mar 2018 07:01:21 +0100 Subject: [PATCH] yourls: added NL translation THX Karel Vandecandelaere --- yourls/lang/nl/messages.po | 48 ++++++++++++++++++++++++++++++++++++++ yourls/lang/nl/strings.php | 14 +++++++++++ 2 files changed, 62 insertions(+) create mode 100644 yourls/lang/nl/messages.po create mode 100644 yourls/lang/nl/strings.php diff --git a/yourls/lang/nl/messages.po b/yourls/lang/nl/messages.po new file mode 100644 index 00000000..ab06d2d1 --- /dev/null +++ b/yourls/lang/nl/messages.po @@ -0,0 +1,48 @@ +# ADDON yourls +# Copyright (C) +# This file is distributed under the same license as the Friendica yourls addon package. +# +# +# Translators: +# Karel Vandecandelaere , 2018 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-02-27 05:01-0500\n" +"PO-Revision-Date: 2018-03-20 13:29+0000\n" +"Last-Translator: Karel Vandecandelaere \n" +"Language-Team: Dutch (http://www.transifex.com/Friendica/friendica/language/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: yourls.php:55 +msgid "YourLS Settings" +msgstr "YourLS-instellingen" + +#: yourls.php:57 +msgid "URL: http://" +msgstr "URL: http://" + +#: yourls.php:62 +msgid "Username:" +msgstr "Gebruikersnaam:" + +#: yourls.php:67 +msgid "Password:" +msgstr "Wachtwoord:" + +#: yourls.php:72 +msgid "Use SSL " +msgstr "Gebruik SSL" + +#: yourls.php:76 +msgid "Submit" +msgstr "Toepassen" + +#: yourls.php:92 +msgid "yourls Settings saved." +msgstr "YourLS-instellingen bijgewerkt." diff --git a/yourls/lang/nl/strings.php b/yourls/lang/nl/strings.php new file mode 100644 index 00000000..e894de4a --- /dev/null +++ b/yourls/lang/nl/strings.php @@ -0,0 +1,14 @@ +strings["YourLS Settings"] = "YourLS-instellingen"; +$a->strings["URL: http://"] = "URL: http://"; +$a->strings["Username:"] = "Gebruikersnaam:"; +$a->strings["Password:"] = "Wachtwoord:"; +$a->strings["Use SSL "] = "Gebruik SSL"; +$a->strings["Submit"] = "Toepassen"; +$a->strings["yourls Settings saved."] = "YourLS-instellingen bijgewerkt."; -- 2.39.2