[Scummvm-git-logs] scummvm-web master -> 83604a667aa510165aa08a5b6f3d9980d9e37497

Mataniko mataniko at gmail.com
Mon Nov 5 21:13:12 CET 2018


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .

Summary:
83604a667a I18N: Move the Menu to the localization files


Commit: 83604a667aa510165aa08a5b6f3d9980d9e37497
    https://github.com/scummvm/scummvm-web/commit/83604a667aa510165aa08a5b6f3d9980d9e37497
Author: Matan Bareket (mataniko at gmail.com)
Date: 2018-11-05T15:12:48-05:00

Commit Message:
I18N: Move the Menu to the localization files

Changed paths:
  R data/menus.de.xml
  R data/menus.fr.xml
  R data/menus.it.xml
  R data/menus.ru.xml
    data/menus.xml
    lang/json/lang.de.json
    lang/json/lang.en.json
    lang/json/lang.fr.json
    lang/json/lang.it.json
    lang/json/lang.ru.json
    templates/components/menu_group.tpl


diff --git a/data/menus.de.xml b/data/menus.de.xml
deleted file mode 100644
index 44d6152..0000000
--- a/data/menus.de.xml
+++ /dev/null
@@ -1,107 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<menus>
-	<group>
-		<name>Hauptmenü</name>
-		<class>menu-main</class>
-		<link>
-			<name>Startseite</name>
-			<href>{$baseurl}</href>
-		</link>
-		<link>
-			<name>Bildschirmfotos</name>
-			<href>/screenshots/</href>
-		</link>
-		<link>
-			<name>Forum</name>
-			<href>https://forums.scummvm.org/</href>
-		</link>
-		<link>
-			<name>Downloads</name>
-			<href>/downloads/</href>
-		</link>
-		<link>
-			<name>Spiele</name>
-			<href>/games/</href>
-		</link>
-		<link>
-			<name>ScummVM-Blogs</name>
-			<href>https://planet.scummvm.org</href>
-		</link>
-	</group>
-	<group>
-		<name>Dokumentation</name>
-		<class>menu-docs</class>
-		<link>
-			<name>Häufig gestellte Fragen</name>
-			<href>/faq/</href>
-		</link>
-		<link>
-			<name>Dokumentation</name>
-			<href>/documentation/</href>
-		</link>
-		<link>
-			<name>Kompatibilität</name>
-			<href>/compatibility/</href>
-		</link>
-		<link>
-			<name>Wiki</name>
-			<href>https://wiki.scummvm.org/</href>
-		</link>
-		<link>
-			<name>Mitwirkende</name>
-			<href>/credits/</href>
-		</link>
-	</group>
-	<group>
-		<name>Entwicklung</name>
-		<class>menu-sf</class>
-		<link>
-			<name>Fehlerberichte</name>
-			<href>https://bugs.scummvm.org/</href>
-		</link>
-		<link>
-			<name>Code beitragen</name>
-			<href>https://github.com/scummvm/scummvm/pulls</href>
-		</link>
-		<link>
-			<name>ScummVM übersetzen</name>
-			<href>https://translations.scummvm.org/projects/scummvm/scummvm/</href>
-		</link>
-		<link>
-			<name>Entwickler-Versionen</name>
-			<href>/downloads/#daily</href>
-		</link>
-		<link>
-			<name>Quellcode-Verzeichnis</name>
-			<href>https://github.com/scummvm/scummvm</href>
-		</link>
-		<link>
-			<name>Buildbot</name>
-			<href>https://buildbot.scummvm.org/</href>
-		</link>
-	</group>
-	<group>
-		<name>Verschiedenes</name>
-		<class>menu-misc</class>
-		<link>
-			<name>Unterprojekte</name>
-			<href>/subprojects/</href>
-		</link>
-		<link>
-			<name>Demos</name>
-			<href>/demos/</href>
-		</link>
-		<link>
-			<name>Pressespiegel</name>
-			<href>/press/</href>
-		</link>
-		<link>
-			<name>Kontakt</name>
-			<href>/contact/</href>
-		</link>
-		<link>
-			<name>Links</name>
-			<href>/links/</href>
-		</link>
-	</group>
-</menus>
diff --git a/data/menus.fr.xml b/data/menus.fr.xml
deleted file mode 100644
index 3dcc9aa..0000000
--- a/data/menus.fr.xml
+++ /dev/null
@@ -1,107 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<menus>
-	<group>
-		<name>Menu principal</name>
-		<class>menu-main</class>
-		<link>
-			<name>Accueil</name>
-			<href>{$baseurl}</href>
-		</link>
-		<link>
-			<name>Capture d'écran</name>
-			<href>/screenshots/</href>
-		</link>
-		<link>
-			<name>Forums</name>
-			<href>https://forums.scummvm.org/</href>
-		</link>
-		<link>
-			<name>Téléchargements</name>
-			<href>/downloads/</href>
-		</link>
-		<link>
-			<name>Jeux</name>
-			<href>/games/</href>
-		</link>
-		<link>
-			<name>Blogs sur ScummVM</name>
-			<href>https://planet.scummvm.org</href>
-		</link>
-	</group>
-	<group>
-		<name>Documentation</name>
-		<class>menu-docs</class>
-		<link>
-			<name>F.A.Q.</name>
-			<href>/faq/</href>
-		</link>
-		<link>
-			<name>Documentation</name>
-			<href>/documentation/</href>
-		</link>
-		<link>
-			<name>Compatibilité</name>
-			<href>/compatibility/</href>
-		</link>
-		<link>
-			<name>Wiki</name>
-			<href>https://wiki.scummvm.org/</href>
-		</link>
-		<link>
-			<name>Crédits</name>
-			<href>/credits/</href>
-		</link>
-	</group>
-	<group>
-		<name>Dévelopement</name>
-		<class>menu-sf</class>
-		<link>
-			<name>Base de Bogue</name>
-			<href>https://bugs.scummvm.org/</href>
-		</link>
-		<link>
-			<name>Base de Patches</name>
-			<href>https://github.com/scummvm/scummvm/pulls</href>
-		</link>
-		<link>
-			<name>Traduire ScummVM</name>
-			<href>https://translations.scummvm.org/projects/scummvm/scummvm/</href>
-		</link>
-		<link>
-			<name>Compilation quotidienne</name>
-			<href>/downloads/#daily</href>
-		</link>
-		<link>
-			<name>Code source</name>
-			<href>https://github.com/scummvm/scummvm</href>
-		</link>
-		<link>
-			<name>Buildbot</name>
-			<href>https://buildbot.scummvm.org/</href>
-		</link>
-	</group>
-	<group>
-		<name>Menu Divers</name>
-		<class>menu-misc</class>
-		<link>
-			<name>Sous-projets</name>
-			<href>/subprojects/</href>
-		</link>
-		<link>
-			<name>Démos</name>
-			<href>/demos/</href>
-		</link>
-		<link>
-			<name>Couverture de Presse</name>
-			<href>/press/</href>
-		</link>
-		<link>
-			<name>Contact</name>
-			<href>/contact/</href>
-		</link>
-		<link>
-			<name>Liens</name>
-			<href>/links/</href>
-		</link>
-	</group>
-</menus>
diff --git a/data/menus.it.xml b/data/menus.it.xml
deleted file mode 100644
index de349e5..0000000
--- a/data/menus.it.xml
+++ /dev/null
@@ -1,107 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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>https://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>https://planet.scummvm.org</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>https://wiki.scummvm.org/</href>
-		</link>
-		<link>
-			<name>Credits</name>
-			<href>/credits/</href>
-		</link>
-	</group>
-	<group>
-		<name>Development</name>
-		<class>menu-sf</class>
-		<link>
-			<name>Bug Tracker</name>
-			<href>https://sourceforge.net/p/scummvm/bugs/</href>
-		</link>
-		<link>
-			<name>Patch Tracker</name>
-			<href>https://sourceforge.net/p/scummvm/patches/</href>
-		</link>
-		<link>
-			<name>Translate ScummVM</name>
-			<href>https://translations.scummvm.org/projects/scummvm/scummvm/</href>
-		</link>
-		<link>
-			<name>Daily Snapshots</name>
-			<href>downloads/#daily</href>
-		</link>
-		<link>
-			<name>Codice Sorgente</name>
-			<href>https://github.com/scummvm/scummvm</href>
-		</link>
-		<link>
-			<name>Buildbot</name>
-			<href>https://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>
diff --git a/data/menus.ru.xml b/data/menus.ru.xml
deleted file mode 100644
index 3447811..0000000
--- a/data/menus.ru.xml
+++ /dev/null
@@ -1,107 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<menus>
-	<group>
-		<name>Главное меню</name>
-		<class>menu-main</class>
-		<link>
-			<name>На главную</name>
-			<href>{$baseurl}</href>
-		</link>
-		<link>
-			<name>Скриншоты</name>
-			<href>/screenshots/</href>
-		</link>
-		<link>
-			<name>Форумы</name>
-			<href>https://forums.scummvm.org/</href>
-		</link>
-		<link>
-			<name>Загрузки</name>
-			<href>/downloads/</href>
-		</link>
-		<link>
-			<name>Игры</name>
-			<href>/games/</href>
-		</link>
-		<link>
-			<name>Блоги ScummVM</name>
-			<href>https://planet.scummvm.org</href>
-		</link>
-	</group>
-	<group>
-		<name>Документация</name>
-		<class>menu-docs</class>
-		<link>
-			<name>ЧаВо</name>
-			<href>/faq/</href>
-		</link>
-		<link>
-			<name>Документация</name>
-			<href>/documentation/</href>
-		</link>
-		<link>
-			<name>Совместимость</name>
-			<href>/compatibility/</href>
-		</link>
-		<link>
-			<name>Вики</name>
-			<href>https://wiki.scummvm.org/</href>
-		</link>
-		<link>
-			<name>Об авторах</name>
-			<href>/credits/</href>
-		</link>
-	</group>
-	<group>
-		<name>Pазработка</name>
-		<class>menu-sf</class>
-		<link>
-			<name>Багтрекер</name>
-			<href>https://bugs.scummvm.org/</href>
-		</link>
-		<link>
-			<name>Патчи</name>
-			<href>https://github.com/scummvm/scummvm/pulls</href>
-		</link>
-		<link>
-			<name>Переводите ScummVM</name>
-			<href>https://translations.scummvm.org/projects/scummvm/scummvm/</href>
-		</link>
-		<link>
-			<name>Ежедневные сборки</name>
-			<href>/downloads/#daily</href>
-		</link>
-		<link>
-			<name>Исходники</name>
-			<href>https://github.com/scummvm/scummvm</href>
-		</link>
-		<link>
-			<name>Buildbot</name>
-			<href>https://buildbot.scummvm.org/</href>
-		</link>
-	</group>
-	<group>
-		<name>Pазное</name>
-		<class>menu-misc</class>
-		<link>
-			<name>Подпроекты</name>
-			<href>/subprojects/</href>
-		</link>
-		<link>
-			<name>Демки</name>
-			<href>/demos/</href>
-		</link>
-		<link>
-			<name>Пресса о нас</name>
-			<href>/press/</href>
-		</link>
-		<link>
-			<name>Контакты</name>
-			<href>/contact/</href>
-		</link>
-		<link>
-			<name>Ссылки</name>
-			<href>/links/</href>
-		</link>
-	</group>
-</menus>
diff --git a/data/menus.xml b/data/menus.xml
index 16d8efc..a75b5cc 100644
--- a/data/menus.xml
+++ b/data/menus.xml
@@ -1,106 +1,106 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <menus>
 	<group>
-		<name>Main Menu</name>
+		<name>{#menuHeaderMain#}</name>
 		<class>menu-main</class>
 		<link>
-			<name>Home</name>
+			<name>{#menuMainHome#}</name>
 			<href>{$baseurl}</href>
 		</link>
 		<link>
-			<name>Screenshots</name>
+			<name>{#menuMainScreenshots#}</name>
 			<href>/screenshots/</href>
 		</link>
 		<link>
-			<name>Forums</name>
+			<name>{#menuMainForums#}</name>
 			<href>https://forums.scummvm.org/</href>
 		</link>
 		<link>
-			<name>Downloads</name>
+			<name>{#menuMainDownloads#}</name>
 			<href>/downloads/</href>
 		</link>
 		<link>
-			<name>Games</name>
+			<name>{#menuMainGames#}</name>
 			<href>/games/</href>
 		</link>
 		<link>
-			<name>ScummVM Blogs</name>
+			<name>{#menuMainBlogs#}</name>
 			<href>https://planet.scummvm.org</href>
 		</link>
 	</group>
 	<group>
-		<name>Documentation</name>
+		<name>{#menuHeaderDocumentation#}</name>
 		<class>menu-docs</class>
 		<link>
-			<name>F.A.Q.</name>
+			<name>{#menuDocumentationFaq#}</name>
 			<href>/faq/</href>
 		</link>
 		<link>
-			<name>Documentation</name>
+			<name>{#menuDocumentationDocumentation#}</name>
 			<href>/documentation/</href>
 		</link>
 		<link>
-			<name>Compatibility</name>
+			<name>{#menuDocumentationCompatability#}</name>
 			<href>/compatibility/</href>
 		</link>
 		<link>
-			<name>Wiki</name>
+			<name>{#menuDocumentationWiki#}</name>
 			<href>https://wiki.scummvm.org/</href>
 		</link>
 		<link>
-			<name>Credits</name>
+			<name>{#menuDocumentationCredits#}</name>
 			<href>/credits/</href>
 		</link>
 	</group>
 	<group>
-		<name>Development</name>
+		<name>{#menuHeaderDevelopmentDevelopment#}</name>
 		<class>menu-sf</class>
 		<link>
-			<name>Bug Tracker</name>
+			<name>{#menuDevelopmentBugTracker#}</name>
 			<href>https://bugs.scummvm.org/</href>
 		</link>
 		<link>
-			<name>Patch Tracker</name>
+			<name>{#menuDevelopmentPatchTracker#}</name>
 			<href>https://github.com/scummvm/scummvm/pulls</href>
 		</link>
 		<link>
-			<name>Translate ScummVM</name>
+			<name>{#menuDevelopmentTranslations#}</name>
 			<href>https://translations.scummvm.org/projects/scummvm/scummvm/</href>
 		</link>
 		<link>
-			<name>Daily Snapshots</name>
+			<name>{#menuDevelopmentDailies#}</name>
 			<href>/downloads/#daily</href>
 		</link>
 		<link>
-			<name>Source Code Tree</name>
+			<name>{#menuDevelopmentSourceCode#}</name>
 			<href>https://github.com/scummvm/scummvm</href>
 		</link>
 		<link>
-			<name>Buildbot</name>
+			<name>{#menuDevelopmentBuildbot#}</name>
 			<href>https://buildbot.scummvm.org/</href>
 		</link>
 	</group>
 	<group>
-		<name>Misc. Menu</name>
+		<name>{#menuHeaderMisc#}</name>
 		<class>menu-misc</class>
 		<link>
-			<name>Subprojects</name>
+			<name>{#menuMiscSubprojects#}</name>
 			<href>/subprojects/</href>
 		</link>
 		<link>
-			<name>Demos</name>
+			<name>{#menuMiscDemos#}</name>
 			<href>/demos/</href>
 		</link>
 		<link>
-			<name>Press Coverage</name>
+			<name>{#menuMiscPress#}</name>
 			<href>/press/</href>
 		</link>
 		<link>
-			<name>Contact</name>
+			<name>{#menuMiscContact#}</name>
 			<href>/contact/</href>
 		</link>
 		<link>
-			<name>Links</name>
+			<name>{#menuMiscLinks#}</name>
 			<href>/links/</href>
 		</link>
 	</group>
diff --git a/lang/json/lang.de.json b/lang/json/lang.de.json
index 8b6d7c9..90fa33f 100644
--- a/lang/json/lang.de.json
+++ b/lang/json/lang.de.json
@@ -172,5 +172,31 @@
   "subprojectsIntroP2": "Bitte fragen Sie nicht danach, wo Sie die Binärdateien für diese Programme beziehen können. Beide Nebenprojekte sind derzeit nur für Entwickler geeignet... Wenn Sie den Code nicht selbst kompilieren können, dann sind diese Programme nicht wirklich für Sie geeignet. ",
   "cookieText": "Wir setzen Cookies ein, um den Inhalt der Website zu verbessern und Informationen über die Leistung und Verwendung der Website zu sammeln.",
   "cookieAccept": "Cookies erlauben",
-  "cookieDecline": "Cookies ablehnen"
+	"cookieDecline": "Cookies ablehnen",
+	"menuHeaderMain": "Hauptmenü",
+	"menuMainHome": "Startseite",
+	"menuMainScreenshots ": "Bildschirmfotos",
+	"menuMainForums ": "Forum",
+	"menuMainDownloads ": "Downloads",
+	"menuMainGames ": "Spiele",
+	"menuMainBlogs ": "ScummVM-Blogs",
+	"menuHeaderDocumentation ": "Dokumentation",
+	"menuDocumentationFaq": "Häufig gestellte Fragen",
+	"menuDocumentationDocumentation": "Dokumentation",
+	"menuDocumentationCompatability": "Kompatibilität",
+	"menuDocumentationWiki": "Wiki",
+	"menuDocumentationCredits": "Mitwirkende",
+	"menuHeaderDevelopmentDevelopment": "Entwicklung",
+	"menuDevelopmentBugTracker": "Fehlerberichte",
+	"menuDevelopmentPatchTracker": "Code beitragen",
+	"menuDevelopmentTranslations": "ScummVM übersetzen",
+	"menuDevelopmentDailies": "Entwickler-Versionen",
+	"menuDevelopmentSourceCode": "Quellcode-Verzeichnis",
+	"menuDevelopmentBuildbot": "Buildbot",
+	"menuHeaderMisc": "Verschiedenes",
+	"menuMiscSubprojects": "Unterprojekte",
+	"menuMiscDemos": "Demos",
+	"menuMiscPress": "Pressespiegel",
+	"menuMiscContact": "Kontakt",
+	"menuMiscLinks": "Links"
 }
diff --git a/lang/json/lang.en.json b/lang/json/lang.en.json
index 8df8d9d..16eaa14 100644
--- a/lang/json/lang.en.json
+++ b/lang/json/lang.en.json
@@ -174,5 +174,31 @@
   "subprojectsIntroP2": "Please do not ask where you can obtain binaries of these programs. Currently both subprojects are still in a state only suitable for developers... so if you can't compile the code yourself, then these are not really ready for you. ",
   "cookieText": "We use cookies to enhance content and analyze information on site performance and usage.",
   "cookieAccept": "Allow Cookies",
-  "cookieDecline": "Refuse Cookies"
+	"cookieDecline": "Refuse Cookies",
+	"menuHeaderMain": "Main Menu",
+	"menuMainHome": "Home",
+	"menuMainScreenshots ": "Screenshots",
+	"menuMainForums ": "Forums",
+	"menuMainDownloads ": "Downloads",
+	"menuMainGames ": "Games",
+	"menuMainBlogs ": "ScummVM Blogs",
+	"menuHeaderDocumentation ": "Documentation",
+	"menuDocumentationFaq": "F.A.Q.",
+	"menuDocumentationDocumentation": "Documentation",
+	"menuDocumentationCompatability": "Compatibility",
+	"menuDocumentationWiki": "Wiki",
+	"menuDocumentationCredits": "Credits",
+	"menuHeaderDevelopmentDevelopment": "Development",
+	"menuDevelopmentBugTracker": "Bug Tracker",
+	"menuDevelopmentPatchTracker": "Patch Tracker",
+	"menuDevelopmentTranslations": "Translate ScummVM",
+	"menuDevelopmentDailies": "Daily Snapshots",
+	"menuDevelopmentSourceCode": "Source Code Tree",
+	"menuDevelopmentBuildbot": "Buildbot",
+	"menuHeaderMisc": "Misc. Menu",
+	"menuMiscSubprojects": "Subprojects",
+	"menuMiscDemos": "Demos",
+	"menuMiscPress": "Press Coverage",
+	"menuMiscContact": "Contact",
+	"menuMiscLinks": "Links"
 }
diff --git a/lang/json/lang.fr.json b/lang/json/lang.fr.json
index 92cab45..9f5e23f 100644
--- a/lang/json/lang.fr.json
+++ b/lang/json/lang.fr.json
@@ -173,5 +173,31 @@
   "subprojectsIntroP2": "Veuillez ne pas nous demander où obtenir des exécutables pour ces logiciels. Actuellement ces sous-projects sont dans un état qui les rends utilisable uniquement par des dévelopeurs... donc si vous ne pouvez pas compiler le code vous même, ils ne sont pas vraiment prêt à être utilisé par vous.",
   "cookieText": "Nous utilisons les cookies pour améliorer le contenu et analyser les informations sur la performance et l'utilisation du site.",
   "cookieAccept": "Accepter les Cookies",
-  "cookieDecline": "Refuser les cookies"
+	"cookieDecline": "Refuser les cookies",
+	"menuHeaderMain": "Menu principal",
+	"menuMainHome": "Accueil",
+	"menuMainScreenshots ": "Capture d'écran",
+	"menuMainForums ": "Forums",
+	"menuMainDownloads ": "Téléchargements",
+	"menuMainGames ": "Jeux",
+	"menuMainBlogs ": "Blogs sur ScummVM",
+	"menuHeaderDocumentation ": "Documentation",
+	"menuDocumentationFaq": "F.A.Q.",
+	"menuDocumentationDocumentation": "Documentation",
+	"menuDocumentationCompatability": "Compatibilité",
+	"menuDocumentationWiki": "Wiki",
+	"menuDocumentationCredits": "Crédits",
+	"menuHeaderDevelopmentDevelopment": "Dévelopement",
+	"menuDevelopmentBugTracker": "Base de Bogue",
+	"menuDevelopmentPatchTracker": "Base de Patches",
+	"menuDevelopmentTranslations": "Traduire ScummVM",
+	"menuDevelopmentDailies": "Compilation quotidienne",
+	"menuDevelopmentSourceCode": "Code source",
+	"menuDevelopmentBuildbot": "Buildbot",
+	"menuHeaderMisc": "Menu Divers",
+	"menuMiscSubprojects": "Sous-projets",
+	"menuMiscDemos": "Démos",
+	"menuMiscPress": "Couverture de Presse",
+	"menuMiscContact": "Contact",
+	"menuMiscLinks": "Liens"
 }
diff --git a/lang/json/lang.it.json b/lang/json/lang.it.json
index 011fc25..135da35 100644
--- a/lang/json/lang.it.json
+++ b/lang/json/lang.it.json
@@ -147,5 +147,31 @@
   "subprojectsTitle": "Sottoprogetti",
   "subprojectsContentTitle": "Sottoprogetti",
   "subprojectsIntroP1": "Il team di ScummVM si occupa occasionalmente di una serie di sottoprogetti, separati dal progetto ScummVM principale. Si tratta generalmente di progetti a bassa priorità e spesso stagnanti. Questa pagina fornisce comunque informazioni utili a riguardo, con la speranza di attirare sviluppatori che aiutino a mantenere tali sottoprogetti aggiornati. ",
-  "subprojectsIntroP2": "Per favore, non chiedere dove ottenere binari per questi programmi. Al momento entrambi i sottoprogetti, allo stato in cui si trovano, sono utilizzabili solo dagli sviluppatori... se non sei in grado di compilarli da te partendo dai sorgenti, probabilmente non sono (ancora) per te. "
+	"subprojectsIntroP2": "Per favore, non chiedere dove ottenere binari per questi programmi. Al momento entrambi i sottoprogetti, allo stato in cui si trovano, sono utilizzabili solo dagli sviluppatori... se non sei in grado di compilarli da te partendo dai sorgenti, probabilmente non sono (ancora) per te. ",
+	"menuHeaderMain": "Menu Principale",
+	"menuMainHome": "Home",
+	"menuMainScreenshots ": "Screenshot",
+	"menuMainForums ": "Forum",
+	"menuMainDownloads ": "Download",
+	"menuMainGames ": "Giochi",
+	"menuMainBlogs ": "ScummVM Blog",
+	"menuHeaderDocumentation ": "Documentazione",
+	"menuDocumentationFaq": "F.A.Q.",
+	"menuDocumentationDocumentation": "Documentazione",
+	"menuDocumentationCompatability": "Compatibilità",
+	"menuDocumentationWiki": "Wiki",
+	"menuDocumentationCredits": "Credits",
+	"menuHeaderDevelopmentDevelopment": "Development",
+	"menuDevelopmentBugTracker": "Bug Tracker",
+	"menuDevelopmentPatchTracker": "Patch Tracker",
+	"menuDevelopmentTranslations": "Translate ScummVM",
+	"menuDevelopmentDailies": "Daily Snapshots",
+	"menuDevelopmentSourceCode": "Codice Sorgente",
+	"menuDevelopmentBuildbot": "Buildbot",
+	"menuHeaderMisc": "Vario",
+	"menuMiscSubprojects": "Sottoprogetti",
+	"menuMiscDemos": "Demo",
+	"menuMiscPress": "Rassegna Stampa",
+	"menuMiscContact": "Contattaci",
+	"menuMiscLinks": "Link"
 }
diff --git a/lang/json/lang.ru.json b/lang/json/lang.ru.json
index af92f14..0e6dc47 100644
--- a/lang/json/lang.ru.json
+++ b/lang/json/lang.ru.json
@@ -150,5 +150,31 @@
   "subprojectsTitle": "Подпроекты",
   "subprojectsContentTitle": "Подпроекты",
   "subprojectsIntroP1": "Время от времени ScummVM Team работает над различными подпроектами, отделёнными от основной программы ScummVM. Обычно эти проекты развиваются небыстро, и приоритет у них невысокий. Тем не менее, на этой странице мы хотели бы проинформировать вас об этих проектах, с надеждой, что кто-то из разработчиков может потенциально заинтересоваться в том, чтобы помочь их развивать и сопровождать. ",
-  "subprojectsIntroP2": "Пожалуйста, не задавайте вопросы о том, где взять исполнимые версии этих проектов. На сегодняшний день проекты всё ещё находятся в состоянии, требующем навыков разработки ПО для того, чтобы ими пользоваться... Поэтому, если вы не в состоянии скомпилировать исполнимые версии сами, эти проекты пока, к сожалению, не для вас. "
+	"subprojectsIntroP2": "Пожалуйста, не задавайте вопросы о том, где взять исполнимые версии этих проектов. На сегодняшний день проекты всё ещё находятся в состоянии, требующем навыков разработки ПО для того, чтобы ими пользоваться... Поэтому, если вы не в состоянии скомпилировать исполнимые версии сами, эти проекты пока, к сожалению, не для вас. ",
+	"menuHeaderMain": "Главное меню",
+	"menuMainHome": "На главную",
+	"menuMainScreenshots ": "Скриншоты",
+	"menuMainForums ": "Форумы",
+	"menuMainDownloads ": "Загрузки",
+	"menuMainGames ": "Игры",
+	"menuMainBlogs ": "Блоги ScummVM",
+	"menuHeaderDocumentation ": "Документация",
+	"menuDocumentationFaq": "ЧаВо",
+	"menuDocumentationDocumentation": "Документация",
+	"menuDocumentationCompatability": "Совместимость",
+	"menuDocumentationWiki": "Вики",
+	"menuDocumentationCredits": "Об авторах",
+	"menuHeaderDevelopmentDevelopment": "Pазработка",
+	"menuDevelopmentBugTracker": "Багтрекер",
+	"menuDevelopmentPatchTracker": "Патчи",
+	"menuDevelopmentTranslations": "Переводите ScummVM",
+	"menuDevelopmentDailies": "Ежедневные сборки",
+	"menuDevelopmentSourceCode": "Исходники",
+	"menuDevelopmentBuildbot": "Buildbot",
+	"menuHeaderMisc": "Pазное",
+	"menuMiscSubprojects": "Подпроекты",
+	"menuMiscDemos": "Демки",
+	"menuMiscPress": "Пресса о нас",
+	"menuMiscContact": "Контакты",
+	"menuMiscLinks": "Ссылки"
 }
diff --git a/templates/components/menu_group.tpl b/templates/components/menu_group.tpl
index ef29c12..68d771f 100644
--- a/templates/components/menu_group.tpl
+++ b/templates/components/menu_group.tpl
@@ -1,9 +1,9 @@
 <dl>
 	<input type="checkbox" autocomplete="off" id="{$menu->getClass()}" class="menu-trigger" />
 	<dt>
-		<label for="{$menu->getClass()}">{$menu->getName()}</label>
+		<label for="{$menu->getClass()}">{eval var=$menu->getName()}</label>
 	</dt>
 	{foreach from=$menu->getEntries() key=text item=url}
-		<dd><span class="bullet"></span><a href="{eval var=$url}">{$text}</a></dd>
+		<dd><span class="bullet"></span><a href="{eval var=$url}">{eval var=$text}</a></dd>
 	{/foreach}
 </dl>





More information about the Scummvm-git-logs mailing list