diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-09-15 09:48:22 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-09-15 09:48:22 +0000 |
commit | 6c5508aeb9634c2266429903fb7212ab676141dc (patch) | |
tree | 4e8b129a2927f86d910fef9cf2101bd9d7ac02d4 /mod/river/languages/it.php | |
parent | a0138620015ed51308f882bca3faac81ee20882c (diff) | |
download | elgg-6c5508aeb9634c2266429903fb7212ab676141dc.tar.gz elgg-6c5508aeb9634c2266429903fb7212ab676141dc.tar.bz2 |
Italian language patch
git-svn-id: https://code.elgg.org/elgg/trunk@2079 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/river/languages/it.php')
-rw-r--r-- | mod/river/languages/it.php | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/mod/river/languages/it.php b/mod/river/languages/it.php new file mode 100644 index 000000000..3e9bb6747 --- /dev/null +++ b/mod/river/languages/it.php @@ -0,0 +1,38 @@ +<?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 |