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