Merge branch '3.6-rc'
[friendica-addons.git] / viewsrc / lang / it / strings.php
index a567e3f6dad82c1f54880ac2e3821a2f57103fb2..09b93909e7a62b2ab189f748439835f37b27ea61 100644 (file)
@@ -1,3 +1,8 @@
-<?php\r
-\r
-$a->strings["View Source"] = "Vedi sorgente";\r
+<?php
+
+if(! function_exists("string_plural_select_it")) {
+function string_plural_select_it($n){
+       return ($n != 1);;
+}}
+;
+$a->strings["View Source"] = "Vedi Sorgente";