]> git.mxchange.org Git - friendica-addons.git/blob - testdrive/lang/nl/strings.php
Merge pull request #843 from M-arcus/addon/phpmailer
[friendica-addons.git] / testdrive / lang / nl / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_nl")) {
4 function string_plural_select_nl($n){
5         $n = intval($n);
6         return ($n != 1);;
7 }}
8 ;
9 $a->strings["Administrator"] = "Beheerder";
10 $a->strings["Your account on %s will expire in a few days."] = "";
11 $a->strings["Your Friendica test account is about to expire."] = "";
12 $a->strings["Hi %1\$s,\n\nYour test account on %2\$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at %s/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at http://friendica.com."] = "";