Skip to content

Commit

Permalink
Merge pull request #26 from tobiatesan/ita
Browse files Browse the repository at this point in the history
WEB: Italian translation
  • Loading branch information
sev- committed Mar 6, 2016
2 parents c6695f6 + e58a006 commit 9779d68
Show file tree
Hide file tree
Showing 3 changed files with 485 additions and 0 deletions.
117 changes: 117 additions & 0 deletions data/menus.it.xml
@@ -0,0 +1,117 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<menus>
<group>
<name>Menu Principale</name>
<class>menu-main</class>
<link>
<name>Home</name>
<href>{$baseurl}</href>
</link>
<link>
<name>Screenshot</name>
<href>screenshots/</href>
</link>
<link>
<name>Forum</name>
<href>http://forums.scummvm.org/</href>
</link>
<link>
<name>Download</name>
<href>downloads/</href>
</link>
<link>
<name>Giochi</name>
<href>games/</href>
</link>
<link>
<name>ScummVM Blog</name>
<href>http://planet.scummvm.org</href>
</link>
<!-- FIXME: Donate temporarily disabled, waiting for us to reestablish its functionality at SF.net
<link>
<name>Donate to ScummVM</name>
<href>http://sourceforge.net/donate/index.php?group_id=37116</href>
</link>
-->
</group>
<group>
<name>Documentazione</name>
<class>menu-docs</class>
<link>
<name>F.A.Q.</name>
<href>faq/</href>
</link>
<link>
<name>Documentazione</name>
<href>documentation/</href>
</link>
<link>
<name>Compatibilità</name>
<href>compatibility/</href>
</link>
<link>
<name>Wiki</name>
<href>http://wiki.scummvm.org/</href>
</link>
<link>
<name>Credits</name>
<href>credits/</href>
</link>
</group>
<group>
<name>Development</name>
<class>menu-sf</class>
<link>
<name>Homepage su SF.net</name>
<href>http://sourceforge.net/projects/scummvm/</href>
</link>
<link>
<name>Bug Tracker</name>
<href>http://sourceforge.net/p/scummvm/bugs/</href>
</link>
<link>
<name>Feature Request</name>
<href>http://sourceforge.net/p/scummvm/feature-requests/</href>
</link>
<link>
<name>Patch Tracker</name>
<href>http://sourceforge.net/p/scummvm/patches/</href>
</link>
<link>
<name>Daily Snapshots</name>
<href>downloads/#daily</href>
</link>
<link>
<name>Codice Sorgente</name>
<href>http://github.com/scummvm/scummvm</href>
</link>
<link>
<name>Buildbot</name>
<href>http://buildbot.scummvm.org/</href>
</link>
</group>
<group>
<name>Vario</name>
<class>menu-misc</class>
<link>
<name>Sottoprogetti</name>
<href>subprojects/</href>
</link>
<link>
<name>Demo</name>
<href>demos/</href>
</link>
<link>
<name>Rassegna Stampa</name>
<href>press/</href>
</link>
<link>
<name>Contattaci</name>
<href>contact/</href>
</link>
<link>
<name>Link</name>
<href>links/</href>
</link>
</group>
</menus>

0 comments on commit 9779d68

Please sign in to comment.