]> git.mxchange.org Git - friendica-addons.git/blob - pageheader/lang/nl/strings.php
moved HTML stuff into template
[friendica-addons.git] / pageheader / 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["\"pageheader\" Settings"] = "\"pageheader\" instellingen";
10 $a->strings["Message"] = "";
11 $a->strings["Message to display on every page on this server (or put a pageheader.html file in your docroot)"] = "";
12 $a->strings["Save Settings"] = "Instellingen opslaan";
13 $a->strings["pageheader Settings saved."] = "Pageheader instellingen opgeslagen.";