Merge branch '3.6-rc'
[friendica-addons.git] / yourls / lang / nl / strings.php
diff --git a/yourls/lang/nl/strings.php b/yourls/lang/nl/strings.php
new file mode 100644 (file)
index 0000000..e894de4
--- /dev/null
@@ -0,0 +1,14 @@
+<?php
+
+if(! function_exists("string_plural_select_nl")) {
+function string_plural_select_nl($n){
+       return ($n != 1);;
+}}
+;
+$a->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.";