mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 10:56:56 +02:00
Updated by Roberto -Bobo- Pinna
This commit is contained in:
parent
5604f7798f
commit
391aab5ea0
14 changed files with 533 additions and 100 deletions
|
@ -1,5 +1,5 @@
|
|||
<?PHP // $Id$
|
||||
// forum.php - created with Moodle 1.2 development (2003122600)
|
||||
// forum.php - created with Moodle 1.2 development (2004011700)
|
||||
|
||||
|
||||
$string['addanewdiscussion'] = 'Aggiungi un nuovo argomento di discussione';
|
||||
|
@ -109,6 +109,7 @@ $string['replies'] = 'Repliche';
|
|||
$string['repliesmany'] = '$a risposte al momento';
|
||||
$string['repliesone'] = '$a risposta al momento';
|
||||
$string['reply'] = 'Rispondi';
|
||||
$string['replyforum'] = 'Replica al forum';
|
||||
$string['search'] = 'Cerca';
|
||||
$string['searchforums'] = 'Cerca nei forum';
|
||||
$string['searcholderposts'] = 'Cerca vecchi messaggi...';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue