]> git.mxchange.org Git - friendica-addons.git/blob - yourls/lang/nl/strings.php
yourls: added NL translation THX Karel Vandecandelaere
[friendica-addons.git] / yourls / lang / nl / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_nl")) {
4 function string_plural_select_nl($n){
5         return ($n != 1);;
6 }}
7 ;
8 $a->strings["YourLS Settings"] = "YourLS-instellingen";
9 $a->strings["URL: http://"] = "URL: http://";
10 $a->strings["Username:"] = "Gebruikersnaam:";
11 $a->strings["Password:"] = "Wachtwoord:";
12 $a->strings["Use SSL "] = "Gebruik SSL";
13 $a->strings["Submit"] = "Toepassen";
14 $a->strings["yourls Settings saved."] = "YourLS-instellingen bijgewerkt.";