[Scummvm-cvs-logs] scummvm-web master -> bdfd5939dfd0adbc6d77127d2cab1c92470986b2

sev- sev at scummvm.org
Sun Mar 6 21:51:18 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:
bdfd5939df WEB: Added copy of the PayPal button and related paragraph to the intro


Commit: bdfd5939dfd0adbc6d77127d2cab1c92470986b2
    https://github.com/scummvm/scummvm-web/commit/bdfd5939dfd0adbc6d77127d2cab1c92470986b2
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-03-06T21:50:50+01:00

Commit Message:
WEB: Added copy of the PayPal button and related paragraph to the intro

Changed paths:
    lang/lang.de.ini
    lang/lang.fr.ini
    lang/lang.ini
    lang/lang.it.ini
    lang/lang.ru.ini
    templates/intro_header.tpl



diff --git a/lang/lang.de.ini b/lang/lang.de.ini
index 5530e74..b632d3e 100644
--- a/lang/lang.de.ini
+++ b/lang/lang.de.ini
@@ -313,6 +313,10 @@ im IRC-Netzwerk freenode.net. Die Kommunikation in Forum und IRC sollte ausschli
 
 Bitte lesen Sie unsere <a href="/faq/">häufig gestellten Fragen (FAQ)</a>, bevor Sie einen Eintrag dort verfassen.
 """
+introHeaderContentP5 = """
+You may support the project by expressing your excitement in form of a donation via PayPal
+although we value the code contributions considerably more.
+"""
 
 # LinksPage.php
 linksTitle = "Links"
diff --git a/lang/lang.fr.ini b/lang/lang.fr.ini
index 92b5f41..f5608e6 100644
--- a/lang/lang.fr.ini
+++ b/lang/lang.fr.ini
@@ -310,6 +310,10 @@ Vous pouvez faire part de vos commentaires et suggestions sur notre forum (en an
 <a href="irc://irc.freenode.net/scummvm">#scummvm on irc.freenode.net</a> (également en anglais). Mais
 avant de poster veuillez lire notre <a href="/faq/">FAQ</a>.
 """
+introHeaderContentP5 = """
+You may support the project by expressing your excitement in form of a donation via PayPal
+although we value the code contributions considerably more.
+"""
 
 # LinksPage.php
 linksTitle = "Liens"
diff --git a/lang/lang.ini b/lang/lang.ini
index f246719..36d58e4 100644
--- a/lang/lang.ini
+++ b/lang/lang.ini
@@ -308,6 +308,10 @@ Our forum and IRC channel, <a href="irc://irc.freenode.net/scummvm"> #scummvm on
 irc.freenode.net</a>, are open for comments and suggestions. Please read our
 <a href="/faq/">FAQ</a> before posting.
 """
+introHeaderContentP5 = """
+You may support the project by expressing your excitement in form of a donation via PayPal
+although we value the code contributions considerably more.
+"""
 
 # LinksPage.php
 linksTitle = "Links"
diff --git a/lang/lang.it.ini b/lang/lang.it.ini
index 42f6b8d..a6165d8 100644
--- a/lang/lang.it.ini
+++ b/lang/lang.it.ini
@@ -282,7 +282,6 @@ basati su SCUMM di Humongous Entertainment
 (tra cui i giochi delle serie <i>Freddi Fish</i> e <i>Putt Putt</i>)
 e molti altri.
 """
-
 introHeaderContentP3 = """
 Troverai un elenco dettagliato dei giochi supportati
 (e di <i>quanto</i> siano supportati) sulla
@@ -296,6 +295,10 @@ Il nostro forum e il nostro canale IRC, <a href="irc://irc.freenode.net/scummvm"
 irc.freenode.net</a>, sono aperti a commenti e suggerimenti.
 Per favore, leggi la nostra <a href="/faq/">FAQ</a> prima di scrivere.
 """
+introHeaderContentP5 = """
+You may support the project by expressing your excitement in form of a donation via PayPal
+although we value the code contributions considerably more.
+"""
 
 # LinksPage.php
 linksTitle = "Link"
diff --git a/lang/lang.ru.ini b/lang/lang.ru.ini
index 753e1e2..e33297c 100644
--- a/lang/lang.ru.ini
+++ b/lang/lang.ru.ini
@@ -313,6 +313,10 @@ introHeaderContentP4 = """
 irc.freenode.net</a>, открыты для ваших комментариев и пожеланий. Пожалуйста, прочитайте
 <a href="/faq/">ЧаВо</a> перед тем, как задавать вопросы.
 """
+introHeaderContentP5 = """
+Вы можете поддержать проект, выразив свой восторг в виде пожертвования через PayPal, хотя
+гораздо больше мы ценим вклады в форме программного кода.
+"""
 
 # LinksPage.php
 linksTitle = "Ссылки"
diff --git a/templates/intro_header.tpl b/templates/intro_header.tpl
index 6c548bf..5be0e59 100644
--- a/templates/intro_header.tpl
+++ b/templates/intro_header.tpl
@@ -53,6 +53,15 @@
 				<p>
 					{#introHeaderContentP4#}
 				</p>
+				<p>
+					<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
+						<input type="hidden" name="cmd" value="_s-xclick">
+						<input type="hidden" name="hosted_button_id" value="U6E6SLL7E8MAS">
+						<input type="image" src="/images/ppdonate.png" width="63" height="25" align="right" border="0" name="submit" alt="{#indexSupport#}">
+						<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
+					</form>
+					{#introHeaderContentP5#}
+				</p>
 			</div>
 		</div>
 		<div class="rbbot"><div><p> </p></div></div>






More information about the Scummvm-git-logs mailing list