****************************************
@author VMLab
@link http://www.vmlab.it/
@mail info@vmlab.it
****************************************
Elgg version 1.7.1
Italian Language Pack v1.1 -> 90.9% completed
Copy the directory from .zip file in your elgg installation root.
Enjoy!!
include files it.php for
- languages
- mod
- blog - bookmarks - chapta - catagories - custom_index - defaultwidget - diagnostic -
embed -externalpages - file - friends - garbagecollector - groups - invitefriends - logbrowser -
logrotate - members - messageboard - messages - notifications - pages - profile -
reportedcontent - riverdashboard - search - thewire - tinymce - twitter - twitterservice -
uservalidationbymail - chat - likes
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
there is a little bug in message board: if someone add a new message, the riverdashboard shows:
Francesco ha scritto sulla Username's lavagna
instead of:
Francesco ha scritto sulla lavagna di Username
To fix it, you have to:
edit mod/messageboard/languages/it.php in row 33, that becomes:
'messageboard:river:added' => "%s ha scritto sulla lavagna di",
after you should modify
mod/messageboard/views/default/river/object/messageboard/create.php in row 7, that becomes:
$string = sprintf(elgg_echo("messageboard:river:added"),$url) . " <a href=\"{$performed_on->getURL()}\">" . $performed_on->name . "</a> " . elgg_echo();
Hope it's useful
si me ne ero accorto.
non ho incluso il file
mod/messageboard/views/default/river/object/messageboard/create.php
nel language pack perchè così facendo avrei modificato la visualizzazione per la lingua inglese.
Comunque per chi volesse utilizzare esclusivamente la lingua italiana può fare come hai descritto tu.
Grazie Francesco.
Uhm... Lavagna?
Cmq nn ho ben capito a cosa serve la modifica che consiglia francescomda