aboutsummaryrefslogtreecommitdiff
path: root/mod/river/languages/it.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/river/languages/it.php')
-rw-r--r--mod/river/languages/it.php38
1 files changed, 0 insertions, 38 deletions
diff --git a/mod/river/languages/it.php b/mod/river/languages/it.php
deleted file mode 100644
index 3e9bb6747..000000000
--- a/mod/river/languages/it.php
+++ /dev/null
@@ -1,38 +0,0 @@
-<?php
-
- /**
- * Elgg Plugin language pack
- *
- * @package Elgg River
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008
- * @link http://elgg.com/
- * ****************************************
- * @Italian Language Pack
- * @Plugin: River
- * @version: beta
- * english_revision: 1023
- * @translation by Lord55
- * @link http://www.nobilityofequals.com
- ****************************************/
-
- $italian = array(
-
- /**
- * Manifest ###Manifesto###
- */
-
-
- 'river:widget:noactivity' => 'Non possiamo trovare nessuna attività.',
- 'river:widget:title' => "Attività",
- 'river:widget:description' => "Mostra le tue ultime attività.",
- 'river:widget:title:friends' => "Attività degli Amici",
- 'river:widget:description:friends' => "Mostra le attività dei tuoi amici.",
-
- 'river:widget:label:displaynum' => "Numero di voci da visualizzare:",
- );
-
- add_translation("it",$italian);
-
-?> \ No newline at end of file