]> git.mxchange.org Git - friendica-addons.git/blobdiff - xmpp/lang/nl/strings.php
xmpp added NL translation THX Karel Vandecandelaere
[friendica-addons.git] / xmpp / lang / nl / strings.php
diff --git a/xmpp/lang/nl/strings.php b/xmpp/lang/nl/strings.php
new file mode 100644 (file)
index 0000000..aba5867
--- /dev/null
@@ -0,0 +1,16 @@
+<?php
+
+if(! function_exists("string_plural_select_nl")) {
+function string_plural_select_nl($n){
+       return ($n != 1);;
+}}
+;
+$a->strings["XMPP settings updated."] = "XMPP-instellingen bijgewerkt.";
+$a->strings["XMPP-Chat (Jabber)"] = "XMPP-chat (Jabber)";
+$a->strings["Enable Webchat"] = "Webchat inschakelen";
+$a->strings["Individual Credentials"] = "";
+$a->strings["Jabber BOSH host"] = "Jabber BOSH Server";
+$a->strings["Save Settings"] = "Instellingen opslaan";
+$a->strings["Use central userbase"] = "";
+$a->strings["If enabled, users will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the \"auth_ejabberd.php\" script."] = "Wanneer ingeschakeld zullen gebruikers automatisch inloggen op een ejabberd-server die op deze server moet geïnstalleerd staan, met dezelfde gebruikersnaam en wachtwoord, via het \"auth_ejabberd.php\" script.";
+$a->strings["Settings updated."] = "Instellingen bijgewerkt.";