mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
11 lines
313 B
PHP
11 lines
313 B
PHP
|
<?php
|
||
|
|
||
|
if(! function_exists("string_plural_select_de")) {
|
||
|
function string_plural_select_de($n){
|
||
|
return ($n != 1);;
|
||
|
}}
|
||
|
;
|
||
|
$a->strings["\"pageheader\" Settings"] = "\"pageheader\"-Einstellungen";
|
||
|
$a->strings["Submit"] = "Senden";
|
||
|
$a->strings["pageheader Settings saved."] = "pageheader-Einstellungen gespeichert.";
|