Skip to content

Commit

Permalink
WEB: Merged in several more small templates
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Jan 16, 2016
1 parent 390fa8f commit 86479db
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 57 deletions.
13 changes: 13 additions & 0 deletions lang/lang.de.ini
@@ -1,10 +1,23 @@
# documentation.tpl
documentationIntro = "Klicke auf den Titel der Dokumentation, die Du lesen möchtest."

# exception.template
exceptionHeading = "Ein dreiköpfiger Affe!"
exceptionIntro = "Hinter dir, ein dreiköpfiger Affe!"
exceptionAlt = "Dreiköpfiger Affe"
exceptionContent = "Es gab ein Problem beim Ausführen deiner Anfrage:"

# feed_rss.tpl
feedRSSDescription = "ScummVM ist ein auf mehreren Plattformen lauffähiger Interpreter für verschiedene Point-and-Click-Adventures. Darunter enthalten sind alle SCUMM-basierten Spiele von LucasArts, Simon the Sorcerer 1&2 von AdventureSoft, Beneath a Steel Sky und Broken Swort I & II von Revolution, sowie viele mehr."

# NewsPage.php
newsTitle = "Startseite"
newsContentTitle = "Aktuelle Entwicklungen"

# press.tpl
pressHeading = "ScummVM in der Presse"
pressIntro = "(Wenn du bezüglich Medienberichten mit uns in Kontakt treten willst, schreibe bitte eine e-Mail an press (@) scummvm.org)"

# screenshots.tpl
screenshotsHeading = "Bildschirmfotos"
screenshotsNavigation = "Navigation"
Expand Down
13 changes: 13 additions & 0 deletions lang/lang.ini
Expand Up @@ -34,10 +34,19 @@ downloadsContentTitle = "Download ScummVM"
exceptionsTitle = "Exception"
exceptionsContentTitle = "Error processing request"

# exception.template
exceptionHeading = "A three-headed monkey!"
exceptionIntro = "Look behind you, a three-headed monkey!"
exceptionAlt = "Three-headed monkey"
exceptionContent = "There was a problem processing your request:"

# FAQPage.php
faqTitle = "F.A.Q."
faqContentTitle = "FAQ :: Frequently Asked Questions"

# feed_rss.tpl
feedRSSDescription = "ScummVM is a cross-platform interpreter for several point-and-click adventure engines. This includes all SCUMM-based adventures by LucasArts, Simon the Sorcerer 1&2 by AdventureSoft, Beneath a Steel Sky and Broken Sword I & II by Revolution, and many more."

# GamesPage.php
gamesTitle = "Games"
gamesContentTitle = "Download freeware games"
Expand All @@ -58,6 +67,10 @@ newsMoreNews = "More News..."
pressTitle = "Press Coverage"
pressContentTitle = "Press Coverage"

# press.tpl
pressHeading = "ScummVM press coverage"
pressIntro = "(If you wish to contact us in regards to media articles, please e-mail press (@) scummvm.org)"

# PressSnowberryPage.php
pressSnowberryTitle = "GOBLIIINS + ScummVM = PERFECT COUPLE"
pressSnowberryContentTitle = "GOBLIIINS + ScummVM = PERFECT COUPLE"
Expand Down
13 changes: 13 additions & 0 deletions lang/lang.ru.ini
Expand Up @@ -34,10 +34,19 @@ downloadsContentTitle = "Загрузки ScummVM"
exceptionsTitle = "Проблема"
exceptionsContentTitle = "Ошибка обработки запроса"

# exception.template
exceptionHeading = "Обезьяна с тремя головами!"
exceptionIntro = "Оглянись! безьяна с тремя головами!"
exceptionAlt = "Обезьяна с тремя головами"
exceptionContent = "При обработке вашего запроса возникла ошибка:"

# FAQPage.php
faqTitle = "ЧаВо"
faqContentTitle = "ЧаВо :: Часто задаваемые вопросы"

# feed_rss.tpl
feedRSSDescription = "ScummVM — кроссплатформенный интерпретатор для движков некоторых квестов и адвенчур. Это вклбчает в себя все основанные на SCUMM квесты от LucasArts, Simon the Sorcerer 1 и 2 от AdventureSoft, Beneath a Steel Sky and Broken Sword I и II от Revolution и многие другие."

# GamesPage.php
gamesTitle = "Игры"
gamesContentTitle = "Загрузить свободно-бесплатные игры"
Expand All @@ -58,6 +67,10 @@ newsMoreNews = "Ещё новости..."
pressTitle = "Пресса о нас"
pressContentTitle = "Пресса о нас"

# press.tpl
pressHeading = "Упоминания ScummVM в прессе"
pressIntro = "(Если вы хотите связаться с нами по поводу каких-либо статей, пожалуйста, пишите на адрес press (@) scummvm.org)"

# PressSnowberryPage.php
pressSnowberryTitle = "GOBLIIINS + ScummVM = ИДЕАЛЬНАЯ ПАРА"
pressSnowberryContentTitle = "GOBLIIINS + ScummVM = ИДЕАЛЬНАЯ ПАРА"
Expand Down
8 changes: 4 additions & 4 deletions templates/exception.tpl
@@ -1,11 +1,11 @@
<div class="box">
<div class="head">A three-headed monkey!</div>
<div class="head">{#exceptionHeading#}</div>
<div class="intro">
<h2>Look behind you, a three-headed monkey!</h2>
<h2>{#exceptionIntro#}</h2>
</div>
<div class="content">
<img src="images/three-headed-monkey.png" alt="Three-headed monkey" class="float_right" style="margin-bottom: 5px;">
<h3>There was a problem processing your request:</h3>
<img src="images/three-headed-monkey.png" alt="{#exceptionAlt#}" class="float_right" style="margin-bottom: 5px;">
<h3>{#exceptionContent#}</h3>
<p>{$exception->getMessage()|nl2br:false}</p>
</div>
<div class="spacing">&nbsp;</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/feed_rss.tpl
Expand Up @@ -4,7 +4,7 @@
<title>ScummVM news</title>
<link>http://www.scummvm.org/</link>
<atom:link rel="self" type="application/rss+xml" href="{$baseurl}feeds/rss/" />
<description>ScummVM is a cross-platform interpreter for several point-and-click adventure engines. This includes all SCUMM-based adventures by LucasArts, Simon the Sorcerer 1&amp;2 by AdventureSoft, Beneath a Steel Sky and Broken Sword I &amp; II by Revolution, and many more.</description>
<description>{#feedRSSDescription#}</description>
<language>en</language>
{foreach from=$news item=n}
{assign var='news_filename' value=$n->getFilename()|substr:'0':'-4'}
Expand Down
4 changes: 2 additions & 2 deletions templates/press.tpl
@@ -1,7 +1,7 @@
<div class="box">
<div class="head">ScummVM press coverage</div>
<div class="head">{#pressHeading#}</div>
<div class="content">
<small>(If you wish to contact us in regards to media articles, please e-mail press (@) scummvm.org)</small>
<small>{#pressIntro#}</small>
{foreach from=$articles item=article}
<p>
{if $article->getLanguage() != null}
Expand Down
12 changes: 0 additions & 12 deletions templates_de/exception.tpl

This file was deleted.

23 changes: 0 additions & 23 deletions templates_de/feed_rss.tpl

This file was deleted.

15 changes: 0 additions & 15 deletions templates_de/press.tpl

This file was deleted.

0 comments on commit 86479db

Please sign in to comment.