]> git.mxchange.org Git - friendica-addons.git/blobdiff - buglink/lang/it/strings.php
IT: imported translations
[friendica-addons.git] / buglink / lang / it / strings.php
index 90df28fed92f3f098d87a1e98d5506a5d8023069..449e6b9f475976a1c79523bf58495d5e3faecee0 100644 (file)
@@ -1,3 +1,8 @@
-<?php\r
-\r
-$a->strings["Report Bug"] = "Segnala un Bug";\r
+<?php
+
+if(! function_exists("string_plural_select_it")) {
+function string_plural_select_it($n){
+       return ($n != 1);;
+}}
+;
+$a->strings["Report Bug"] = "Segnala un Bug";