]> git.mxchange.org Git - friendica-addons.git/blob - blockem/lang/it/strings.php
regenerated all the strings
[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 $a->strings['Blockem'] = 'Blockem';
9 $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.';
10 $a->strings['Comma separated profile URLS:'] = 'URL profili separati da virgola:';
11 $a->strings['Save Settings'] = 'Salva Impostazioni';
12 $a->strings['BLOCKEM Settings saved.'] = 'Impostazioni BLOCKEM salvate.';
13 $a->strings['Filtered user: %s'] = 'Utente filtrato: %s';
14 $a->strings['Unblock Author'] = 'Sblocca autore';
15 $a->strings['Block Author'] = 'Blocca autore';
16 $a->strings['blockem settings updated'] = 'Impostazioni \'blockem\' aggiornate.';