diff options
Diffstat (limited to 'languages/it/it.reportedcontent.php')
-rw-r--r-- | languages/it/it.reportedcontent.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/languages/it/it.reportedcontent.php b/languages/it/it.reportedcontent.php new file mode 100644 index 000000000..e8bc4395e --- /dev/null +++ b/languages/it/it.reportedcontent.php @@ -0,0 +1,7 @@ +<?php +$it = array ( + 'item:object:reported_content' => 'Rapporto oggetti', +); + +add_translation("it", $it); + |