friendica-addons/notimeline/lang/it/strings.php

12 lines
439 B
PHP

<?php
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
return ($n != 1);;
}}
;
$a->strings["No Timeline settings updated."] = "Impostazioni \"No Timeline\" aggiornate.";
$a->strings["No Timeline Settings"] = "Impostazioni \"No Timeline\"";
$a->strings["Disable Archive selector on profile wall"] = "Disabilita il selettore dell'archivio sulla pagina del profilo";
$a->strings["Submit"] = "Invia";