NL translation THX JeroenED

This commit is contained in:
Tobias Diekershoff 2018-08-25 21:12:02 +02:00
parent 4cae40ec63
commit dcbf2f4416
108 changed files with 3908 additions and 42 deletions

View file

@ -0,0 +1,77 @@
# ADDON jappixmini
# Copyright (C)
# This file is distributed under the same license as the Friendica jappixmini addon package.
#
#
# Translators:
# Jeroen De Meerleer <me@jeroened.be>, 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-08-24 11:48+0000\n"
"Last-Translator: Jeroen De Meerleer <me@jeroened.be>\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"
#: jappixmini.php:266
msgid "Jappix Mini addon settings"
msgstr "Jappix Mini addon instellingen"
#: jappixmini.php:268
msgid "Activate addon"
msgstr "Activatie addon"
#: jappixmini.php:271
msgid ""
"Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"
msgstr ""
#: jappixmini.php:274
msgid "Jabber username"
msgstr ""
#: jappixmini.php:277
msgid "Jabber server"
msgstr ""
#: jappixmini.php:281
msgid "Jabber BOSH host"
msgstr ""
#: jappixmini.php:285
msgid "Jabber password"
msgstr ""
#: jappixmini.php:290
msgid "Encrypt Jabber password with Friendica password (recommended)"
msgstr ""
#: jappixmini.php:293
msgid "Friendica password"
msgstr ""
#: jappixmini.php:296
msgid "Approve subscription requests from Friendica contacts automatically"
msgstr ""
#: jappixmini.php:299
msgid "Subscribe to Friendica contacts automatically"
msgstr ""
#: jappixmini.php:302
msgid "Purge internal list of jabber addresses of contacts"
msgstr ""
#: jappixmini.php:307
msgid "Submit"
msgstr ""
#: jappixmini.php:308
msgid "Add contact"
msgstr ""

View file

@ -0,0 +1,22 @@
<?php
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
return ($n != 1);;
}}
;
$a->strings["Jappix Mini addon settings"] = "Jappix Mini addon instellingen";
$a->strings["Activate addon"] = "Activatie addon";
$a->strings["Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"] = "";
$a->strings["Jabber username"] = "";
$a->strings["Jabber server"] = "";
$a->strings["Jabber BOSH host"] = "";
$a->strings["Jabber password"] = "";
$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "";
$a->strings["Friendica password"] = "";
$a->strings["Approve subscription requests from Friendica contacts automatically"] = "";
$a->strings["Subscribe to Friendica contacts automatically"] = "";
$a->strings["Purge internal list of jabber addresses of contacts"] = "";
$a->strings["Submit"] = "";
$a->strings["Add contact"] = "";