]> git.mxchange.org Git - friendica-addons.git/blob - viewsrc/lang/it/strings.php
348cfe7b029683f97e6395c8603c097f3895ad24
[friendica-addons.git] / viewsrc / 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['View Source'] = 'Vedi Sorgente';