]> git.mxchange.org Git - friendica-addons.git/blob - blockem/lang/it/strings.php
krynn addon DE translation updated
[friendica-addons.git] / blockem / lang / it / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_it")) {
4 function string_plural_select_it($n){
5         $n = intval($n);
6         return intval($n != 1);
7 }}
8 ;
9 $a->strings["Blockem"] = "Blockem";
10 $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.";
11 $a->strings["Comma separated profile URLS:"] = "URL profili separati da virgola:";
12 $a->strings["Save Settings"] = "Salva Impostazioni";
13 $a->strings["BLOCKEM Settings saved."] = "Impostazioni BLOCKEM salvate.";
14 $a->strings["Filtered user: %s"] = "Utente filtrato: %s";
15 $a->strings["Unblock Author"] = "Sblocca autore";
16 $a->strings["Block Author"] = "Blocca autore";
17 $a->strings["blockem settings updated"] = "Impostazioni 'blockem' aggiornate.";