X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=view%2Fit%2Fstrings.php;h=1e0840dd724dfb6fed1bfbf43239c6d0b2a88312;hb=1f1fe4d5be45599b92846e95ac1d8a1134ee3cd1;hp=a771f933d6c70ff12549341677b04c2cf9debf4b;hpb=93504896155d74fc42f6bf60cb61d65295f6b911;p=friendica.git diff --git a/view/it/strings.php b/view/it/strings.php index a771f933d6..1e0840dd72 100644 --- a/view/it/strings.php +++ b/view/it/strings.php @@ -581,3 +581,7 @@ $a->strings["Next >>"] = "Succ >>"; $a->strings["Item not found"] = "Elemento non trovato"; $a->strings["Edit post"] = "Modifica messaggio"; $a->strings["Cannot locate DNS info for database server '%s'"] = "Non trovo le informazioni DNS per il database server '%s'"; +$a->strings["%d Contact"] = array( + 0 => "%d Contatto", + 1 => "%d Contatti", +);