1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00
hubzilla_ynh/sources/addon/pageheader/lang/nl/strings.php

12 lines
432 B
PHP
Raw Normal View History

2016-03-20 08:06:33 +01:00
<?php
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
return ($n != 1);;
}}
;
2016-04-17 16:29:18 +02:00
App::$strings["Pageheader Settings"] = "Pageheader-instellingen";
App::$strings["Message to display on every page on this server"] = "Bericht om weer te geven op elke pagina van deze hub";
App::$strings["Submit"] = "Opslaan";
App::$strings["pageheader Settings saved."] = "Pageheader-instellingen opgeslagen.";