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

18 lines
848 B
PHP
Raw Normal View History

2014-09-14 22:01:44 +02:00
<?php
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
2018-05-28 13:54:42 +02:00
$n = intval($n);
return intval($n != 1);
2014-09-14 22:01:44 +02:00
}}
;
$a->strings["Blockem"] = "Blockem";
2018-03-19 21:28:00 +01:00
$a->strings["Hides user's content by collapsing posts. Also replaces their avatar with generic image."] = "Nascondi il contenuto degli utenti collassando i messaggi. Sostituisce anche gli avatar con un'immagine generica.";
$a->strings["Comma separated profile URLS:"] = "URL profili separati da virgola:";
2014-09-14 22:01:44 +02:00
$a->strings["Save Settings"] = "Salva Impostazioni";
$a->strings["BLOCKEM Settings saved."] = "Impostazioni BLOCKEM salvate.";
2018-05-28 13:54:42 +02:00
$a->strings["Filtered user: %s"] = "Utente filtrato: %s";
2014-09-14 22:01:44 +02:00
$a->strings["Unblock Author"] = "Sblocca autore";
$a->strings["Block Author"] = "Blocca autore";
$a->strings["blockem settings updated"] = "Impostazioni 'blockem' aggiornate.";