]> git.mxchange.org Git - friendica-addons.git/blob - startpage/lang/nl/strings.php
Merge pull request #948 from nupplaphil/task/di_config
[friendica-addons.git] / startpage / 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["Startpage Settings"] = "Startpagina instellingen";
10 $a->strings["Home page to load after login  - leave blank for profile wall"] = "";
11 $a->strings["Examples: &quot;network&quot; or &quot;notifications/system&quot;"] = "";
12 $a->strings["Submit"] = "";