[Scummvm-git-logs] scummvm-web master -> c880eba01fd21cc82221b2ab532b5e4aa1d0d41b

criezy criezy at scummvm.org
Sat Oct 29 13:28:19 CEST 2016


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

Summary:
479636cbc5 WEB: Add mention to the User Manual on the documentation page
44158f3116 WEB: Make documentation page translatable
c880eba01f WEB: Add French translation for documentation page


Commit: 479636cbc570143e25c73da83df0dd649c0203c7
    https://github.com/scummvm/scummvm-web/commit/479636cbc570143e25c73da83df0dd649c0203c7
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2016-10-29T11:31:29+01:00

Commit Message:
WEB: Add mention to the User Manual on the documentation page

Changed paths:
    data/documentation.xml



diff --git a/data/documentation.xml b/data/documentation.xml
index 99ecf8e..e70b35a 100644
--- a/data/documentation.xml
+++ b/data/documentation.xml
@@ -48,7 +48,7 @@
 	<document>
 		<name>Documentation on Wiki</name>
 		<url>http://wiki.scummvm.org/index.php/Documentation</url>
-		<description>Assorted documentation on our Wiki, several important HOWTO's</description>
+		<description>Assorted documentation on our Wiki, several important HOWTO's and the User Manual</description>
 	</document>
 	<document>
 		<name>Developer Central</name>


Commit: 44158f3116b873e40933bce08db53bd43404ec3a
    https://github.com/scummvm/scummvm-web/commit/44158f3116b873e40933bce08db53bd43404ec3a
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2016-10-29T12:27:19+01:00

Commit Message:
WEB: Make documentation page translatable

Changed paths:
    data/documentation.xml
    lang/lang.ini



diff --git a/data/documentation.xml b/data/documentation.xml
index e70b35a..2b244d0 100644
--- a/data/documentation.xml
+++ b/data/documentation.xml
@@ -3,71 +3,71 @@
 	<document>
 		<name>README {$release}</name>
 		<url>https://github.com/scummvm/scummvm/raw/v{$release}/README</url>
-		<description>The ScummVM README, for version {$release}</description>
+		<description>{'/\x7brelease\x7d/'|preg_replace:$release:#enReadMeDesc#}</description>
 	</document>
 	<document>
 		<name>Přečti mě {$release}</name>
 		<url>https://github.com/scummvm/scummvm/raw/v{$release}/doc/cz/PrectiMe</url>
-		<description>The ScummVM README in Czech, for version {$release}</description>
+		<description>{'/\x7brelease\x7d/'|preg_replace:$release:#czReadMeDesc#}</description>
 	</document>
 	<document>
 		<name>Lies mich {$release}</name>
 		<url>https://github.com/scummvm/scummvm/raw/v{$release}/doc/de/Liesmich</url>
-		<description>The ScummVM README in German, for version {$release}</description>
+		<description>{'/\x7brelease\x7d/'|preg_replace:$release:#deReadMeDesc#}</description>
 	</document>
 	<document>
 		<name>Läs mig {$release}</name>
 		<url>https://github.com/scummvm/scummvm/raw/v{$release}/doc/se/LasMig</url>
-		<description>The ScummVM README in Swedish, for version {$release}</description>
+		<description>{'/\x7brelease\x7d/'|preg_replace:$release:#seReadMeDesc#}</description>
 	</document>
 	<document>
 		<name>Inicio Rápido {$release}</name>
 		<url>https://github.com/scummvm/scummvm/raw/v{$release}/doc/es/InicioRapido</url>
-		<description>The ScummVM Quick Start in Spanish, for version {$release}</description>
+		<description>{'/\x7brelease\x7d/'|preg_replace:$release:#esReadMeDesc#}</description>
 	</document>
 	<document>
 		<name>Démarrage Rapide {$release}</name>
 		<url>https://github.com/scummvm/scummvm/raw/v{$release}/doc/fr/DemarrageRapide</url>
-		<description>The ScummVM Quick Start in French, for version {$release}</description>
+		<description>{'/\x7brelease\x7d/'|preg_replace:$release:#frQuickStartDesc#}</description>
 	</document>
 	<document>
 		<name>Guida Rapida {$release}</name>
 		<url>https://github.com/scummvm/scummvm/raw/v{$release}/doc/it/GuidaRapida</url>
-		<description>The ScummVM Quick Start in Italian, for version {$release}</description>
+		<description>{'/\x7brelease\x7d/'|preg_replace:$release:#itQuickStartDesc#}</description>
 	</document>
 	<document>
 		<name>Hurtig Start {$release}</name>
 		<url>https://github.com/scummvm/scummvm/raw/v{$release}/doc/no-nb/HurtigStart</url>
-		<description>The ScummVM Quick Start in Norwegian Bokmål, for version {$release}</description>
+		<description>{'/\x7brelease\x7d/'|preg_replace:$release:#noNbQuickStartDesc#}</description>
 	</document>
 	<document>
 		<name>Hurtig Start {$release}</name>
 		<url>https://github.com/scummvm/scummvm/raw/v{$release}/doc/da/HurtigStart</url>
-		<description>The ScummVM Quick Start in Danish, for version {$release}</description>
+		<description>{'/\x7brelease\x7d/'|preg_replace:$release:#daQuickStartDesc#}</description>
 	</document>
 	<document>
-		<name>Documentation on Wiki</name>
+		<name>{#wikiDocumentationTitle#}</name>
 		<url>http://wiki.scummvm.org/index.php/Documentation</url>
-		<description>Assorted documentation on our Wiki, several important HOWTO's and the User Manual</description>
+		<description>{#wikiDocumentationDesc#}</description>
 	</document>
 	<document>
-		<name>Developer Central</name>
+		<name>{#developerCentralTitle#}</name>
 		<url>http://wiki.scummvm.org/index.php/Developer_Central</url>
-		<description>Guidelines on how to hack ScummVM. A must read for developers.</description>
+		<description>{#developerCentralDesc#}</description>
 	</document>
 	<document>
-		<name>Game data files</name>
+		<name>{#gameDataFilesTitle#}</name>
 		<url>http://wiki.scummvm.org/index.php/Datafiles</url>
-		<description>This page lists for many supported games which files exactly are needed by ScummVM in order to play that game.</description>
+		<description>{#gameDataFilesDesc#}</description>
 	</document>
 	<document>
-		<name>ScummVM current areas of focus</name>
+		<name>{#totoPageTitle#}</name>
 		<url>http://wiki.scummvm.org/index.php/TODO</url>
-		<description>This page is the current TODO list for ScummVM.</description>
+		<description>{#totoPageDesc#}</description>
 	</document>
 	<document>
-		<name>Source code documentation</name>
+		<name>{#doxygenPageTitle#}</name>
 		<url>http://doxygen.scummvm.org</url>
-		<description>Cross referenced source code documentation for ScummVM, generated using <h:a href="http://www.doxygen.org">Doxygen</h:a></description>
+		<description>{#doxygenPageDesc#}</description>
 	</document>
 </documentation>
diff --git a/lang/lang.ini b/lang/lang.ini
index e447f30..3e0d1c1 100644
--- a/lang/lang.ini
+++ b/lang/lang.ini
@@ -119,6 +119,27 @@ documentationContentTitle = "ScummVM Documentation"
 # documentation.tpl
 documentationIntro = "Click the title of the section of the documentation you want to read."
 
+# documentation.xml
+enReadMeDesc = "The ScummVM README, for version {release}"
+czReadMeDesc = "The ScummVM README in Czech, for version {release}"
+deReadMeDesc = "The ScummVM README in German, for version {release}"
+seReadMeDesc = "The ScummVM README in Swedish, for version {release}"
+esReadMeDesc = "The ScummVM README in Spanish, for version {release}"
+frQuickStartDesc = "The ScummVM Quick Start in French, for version {release}"
+itQuickStartDesc = "The ScummVM Quick Start in Italian, for version {release}"
+noNbQuickStartDesc = "The ScummVM Quick Start in Norwegian Bokmål, for version {release}"
+daQuickStartDesc = "The ScummVM Quick Start in Danish, for version {release}"
+wikiDocumentationTitle = "Documentation on Wiki"
+wikiDocumentationDesc = "Assorted documentation on our Wiki, several important HOWTO's and the User Manual"
+developerCentralTitle = "Developer Central"
+developerCentralDesc = "Guidelines on how to hack ScummVM. A must read for developers."
+gameDataFilesTitle = "Game data files"
+gameDataFilesDesc = "This page lists for many supported games which files exactly are needed by ScummVM in order to play that game."
+totoPageTitle = "ScummVM current areas of focus"
+totoPageDesc = "This page is the current TODO list for ScummVM."
+doxygenPageTitle = "Source code documentation"
+doxygenPageDesc = "Cross referenced source code documentation for ScummVM, generated using <a href="http://www.doxygen.org">Doxygen</a>"
+
 # DownloadsPage.php
 downloadsTitle = "Downloads"
 downloadsContentTitle = "Download ScummVM"


Commit: c880eba01fd21cc82221b2ab532b5e4aa1d0d41b
    https://github.com/scummvm/scummvm-web/commit/c880eba01fd21cc82221b2ab532b5e4aa1d0d41b
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2016-10-29T12:27:37+01:00

Commit Message:
WEB: Add French translation for documentation page

Changed paths:
    lang/lang.fr.ini



diff --git a/lang/lang.fr.ini b/lang/lang.fr.ini
index c8db72a..a4e0035 100644
--- a/lang/lang.fr.ini
+++ b/lang/lang.fr.ini
@@ -129,6 +129,26 @@ documentationContentTitle = "Documentation pour ScummVM"
 # documentation.tpl
 documentationIntro = "Cliquez sur le titre de la section que vous voulez lire."
 
+# documentation.xml
+enReadMeDesc = "Le document Lisez-Moi en anglais pour la version {release} de ScummVM"
+czReadMeDesc = "Le document Lisez-Moi en tchèque pour la version {release} de ScummVM"
+deReadMeDesc = "Le document Lisez-Moi en allemand pour la version {release} de ScummVM"
+seReadMeDesc = "Le document Lisez-Moi en suédois pour la version {release} de ScummVM"
+esReadMeDesc = "Le document Lisez-Moi en espagnol pour la version {release} de ScummVM"
+frQuickStartDesc = "Le document Démarrage Rapide en français pour la version {release} de ScummVM"
+itQuickStartDesc = "Le document Démarrage Rapide en italien pour la version {release} de ScummVM"
+noNbQuickStartDesc = "Le document Démarrage Rapide en norvégien bokmål pour la version {release} de ScummVM"
+daQuickStartDesc = "Le document Démarrage Rapide en danois pour la version {release} de ScummVM"
+wikiDocumentationTitle = "Documentation sur le Wiki"
+wikiDocumentationDesc = "Divers documents sur notre wiki, incluant des HOWTO importants et le Manuel Utilisateur"
+developerCentralDesc = "Instructions pour modifier le code source de ScummVM. Une lecture indispensable pour les dévelopeurs."
+gameDataFilesTitle = "Fichiers de jeux"
+gameDataFilesDesc = "Liste des fichiers de jeux nécessaires pour pouvoir jouer dans ScummVM pour un grand nombre de jeux supportés."
+totoPageTitle = "Domaines d'intêret pour ScummVM"
+totoPageDesc = "Une liste de tâches à faire pour amméliorer ScummVM."
+doxygenPageTitle = "Documentation du code source"
+doxygenPageDesc = "La documentation du code source de ScummVM, généré avec <a href="http://www.doxygen.org">Doxygen</a>"
+
 # DownloadsPage.php
 downloadsTitle = "Téléchargements"
 downloadsContentTitle = "Télécharger ScummVM"





More information about the Scummvm-git-logs mailing list