[Scummvm-cvs-logs] scummvm-web master -> 9aa48041357cb5a4b8ff59084967f140991023c0

criezy criezy at scummvm.org
Sun Feb 28 15:24:36 CET 2016


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:
9aa4804135 WEB: Add additional #DownloadsDailyLink descriptor for buildbot


Commit: 9aa48041357cb5a4b8ff59084967f140991023c0
    https://github.com/scummvm/scummvm-web/commit/9aa48041357cb5a4b8ff59084967f140991023c0
Author: rootfather (scummvm at rootfather.de)
Date: 2016-02-28T14:20:03Z

Commit Message:
WEB: Add additional #DownloadsDailyLink descriptor for buildbot

By adding this string, it's possible to add strings after the
"generated by our buildbot" string on the downloads.xml page.
This is necessary for the German translation and maybe important
for other languages too.

Changed paths:
    data/downloads.xml
    lang/lang.de.ini
    lang/lang.fr.ini
    lang/lang.ini
    lang/lang.ru.ini



diff --git a/data/downloads.xml b/data/downloads.xml
index 4b8a999..f70a627 100755
--- a/data/downloads.xml
+++ b/data/downloads.xml
@@ -753,7 +753,7 @@
 					<h:b>{#downloadsDailyNote1#}</h:b> {#downloadsDailyNote2#}
     			</h:p>
 				<h:p>
-				  <h:a href="http://buildbot.scummvm.org/builds.html">{#downloadsDailyLink1#}</h:a>. {#downloadsDailyLink2#} <h:a href="http://buildbot.scummvm.org/">buildbot</h:a>.
+				  <h:a href="http://buildbot.scummvm.org/builds.html">{#downloadsDailyLink1#}</h:a>. {#downloadsDailyLink2#} <h:a href="http://buildbot.scummvm.org/">buildbot</h:a>{#downloadsDailyLink4#}.
 				</h:p>
 				<h:p>
 				  View the <h:a href="https://github.com/scummvm/scummvm/commits">ChangeLog</h:a> to see the latest updates of ScummVM.
diff --git a/lang/lang.de.ini b/lang/lang.de.ini
index 44016ff..724fcac 100644
--- a/lang/lang.de.ini
+++ b/lang/lang.de.ini
@@ -182,6 +182,11 @@ zerstören, häufig abstürzen oder gar nicht erst starten. Verwendung auf eigen
 downloadsDailyLink1 = "Laden Sie sich die offiziellen täglich erstellten Versionen herunter"
 downloadsDailyLink2 = "Sie werden von unserem"
 downloadsDailyLink3 = "Zusätzliche Abbilder (Snapshots):"
+
+# downloadsDailyLink4 is at the end of the sentence 'They are generated by our' 'buildbot' where buildbot is a link.
+# This is for example useful for languages that place the verb at the end of the sentence.
+# This variable can stay empty in case you don't need any text after the link to the buildbot.
+downloadsDailyLink4 = " erstellt"
 downloadsLibraries = "Bibliotheken"
 downloadsRequiredLibraries = "Benötigte Bibliotheken"
 downloadsOptionalLibraries = "Optionale Bibliotheken"
diff --git a/lang/lang.fr.ini b/lang/lang.fr.ini
index 54251aa..3a26e37 100644
--- a/lang/lang.fr.ini
+++ b/lang/lang.fr.ini
@@ -189,6 +189,11 @@ Utilisez les à vos risques et périls !
 downloadsDailyLink1 = "Téléchargez les compilations quotidiennes officielles"
 downloadsDailyLink2 = "Elles sont générées par notre"
 downloadsDailyLink3 = "Autres compilations (snapshot) :"
+
+# downloadsDailyLink4 is at the end of the sentence 'They are generated by our' 'buildbot' where buildbot is a link.
+# This is for example useful for languages that place the verb at the end of the sentence.
+# This variable can stay empty in case you don't need any text after the link to the buildbot.
+downloadsDailyLink4 = ""
 downloadsLibraries = "Bibliothèques"
 downloadsRequiredLibraries = "Bibliothèques nécessaires"
 downloadsOptionalLibraries = "Bibliothèques optionnelles"
diff --git a/lang/lang.ini b/lang/lang.ini
index 404bab2..61db2f3 100644
--- a/lang/lang.ini
+++ b/lang/lang.ini
@@ -182,6 +182,11 @@ might not even start. Use them at your own risk!
 downloadsDailyLink1 = "Download the official daily builds"
 downloadsDailyLink2 = "They are generated by our"
 downloadsDailyLink3 = "Additional snapshot builds:"
+
+# downloadsDailyLink4 is at the end of the sentence 'They are generated by our' 'buildbot' where buildbot is a link.
+# This is for example useful for languages that place the verb at the end of the sentence.
+# This variable can stay empty in case you don't need any text after the link to the buildbot.
+downloadsDailyLink4 = ""
 downloadsLibraries = "Libraries"
 downloadsRequiredLibraries = "Required Libraries"
 downloadsOptionalLibraries = "Optional Libraries"
diff --git a/lang/lang.ru.ini b/lang/lang.ru.ini
index 729bdc4..c391716 100644
--- a/lang/lang.ru.ini
+++ b/lang/lang.ru.ini
@@ -187,6 +187,11 @@ might not even start. Use them at your own risk!
 downloadsDailyLink1 = "Download the official daily builds"
 downloadsDailyLink2 = "They are generated by our"
 downloadsDailyLink3 = "Additional snapshot builds:"
+
+# downloadsDailyLink4 is at the end of the sentence 'They are generated by our' 'buildbot' where buildbot is a link.
+# This is for example useful for languages that place the verb at the end of the sentence.
+# This variable can stay empty in case you don't need any text after the link to the buildbot.
+downloadsDailyLink4 = ""
 downloadsLibraries = "Libraries"
 downloadsRequiredLibraries = "Required Libraries"
 downloadsOptionalLibraries = "Optional Libraries"






More information about the Scummvm-git-logs mailing list