From 5218c5e8bd4ab1ab4fc89fcce111e1cb6d9caec2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Wed, 12 Sep 2012 09:23:28 +0200 Subject: [PATCH] Add link to homepage at bottom of page. --- src/main/resources/i18n/sone.de.properties | 1 + src/main/resources/i18n/sone.en.properties | 1 + src/main/resources/i18n/sone.fr.properties | 3 +++ src/main/resources/i18n/sone.no.properties | 2 ++ src/main/resources/i18n/sone.pl.properties | 2 ++ src/main/resources/i18n/sone.ru.properties | 2 ++ src/main/resources/templates/include/tail.html | 1 + 7 files changed, 12 insertions(+) diff --git a/src/main/resources/i18n/sone.de.properties b/src/main/resources/i18n/sone.de.properties index 709b307..04f8122 100644 --- a/src/main/resources/i18n/sone.de.properties +++ b/src/main/resources/i18n/sone.de.properties @@ -422,6 +422,7 @@ WebInterface.SelectBox.No=Nein WebInterface.ClickToShow.Replies=Hier klicken, um ausgeblendete Antworten zu zeigen. WebInterface.VersionInformation.CurrentVersion=Aktuelle Version: WebInterface.VersionInformation.LatestVersion=Neueste Version: +WebInterface.VersionInformation.Homepage=Homepage Notification.ClickHereToRead=Hier klicken, um den vollen Text der Benachrichtigung zu lesen. Notification.FirstStart.Text=Es scheint, als wäre dies das erste Mal, dass Sie Sone starten. Legen Sie eine neue Sone an und folgen Sie anderen Sones! diff --git a/src/main/resources/i18n/sone.en.properties b/src/main/resources/i18n/sone.en.properties index 8a85604..49da270 100644 --- a/src/main/resources/i18n/sone.en.properties +++ b/src/main/resources/i18n/sone.en.properties @@ -424,6 +424,7 @@ WebInterface.SelectBox.No=No WebInterface.ClickToShow.Replies=Click here to show hidden replies. WebInterface.VersionInformation.CurrentVersion=Current Version: WebInterface.VersionInformation.LatestVersion=Latest Version: +WebInterface.VersionInformation.Homepage=Homepage Notification.ClickHereToRead=Click here to read the full text of the notification. Notification.FirstStart.Text=This seems to be the first time you start Sone. To start, create a new Sone from a web of trust identity and start following other Sones. diff --git a/src/main/resources/i18n/sone.fr.properties b/src/main/resources/i18n/sone.fr.properties index 294a483..5a081a3 100644 --- a/src/main/resources/i18n/sone.fr.properties +++ b/src/main/resources/i18n/sone.fr.properties @@ -422,6 +422,7 @@ WebInterface.SelectBox.No=Non WebInterface.ClickToShow.Replies=Cliquer ici pour afficher les réponses cachées. WebInterface.VersionInformation.CurrentVersion=Version actuelle: WebInterface.VersionInformation.LatestVersion=Dernière version: +WebInterface.VersionInformation.Homepage=Homepage Notification.ClickHereToRead=Cliquer ici pour lire le texte entier de la notification. Notification.FirstStart.Text=Il semble que ce soit la première fois que vous démarrez Sone. Pour démarrer, créez un nouveau Sone depuis une identité Web of Trust et commencez à suivre d'autres Sones. @@ -446,3 +447,5 @@ Notification.ImageInsertFailed.Text=Les images suivantes ne peuvent être insér Notification.Mention.ShortText=Vous avez été mentionné. Notification.Mention.Text=Vous avez été mentionné dans les messages suivants: Notification.SoneInsert.Duration={0,number} {0,choice,0#seconds|1#second|1
<%= WebInterface.VersionInformation.LatestVersion|l10n|html> <% latestVersion|html>
<%/if> + -- 2.7.4