From: David ‘Bombe’ Roden Date: Mon, 19 May 2014 16:52:32 +0000 (+0200) Subject: Add paragraph telling users without posts on their feed that auto-follow is available. X-Git-Tag: 0.8.9^2~2 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=6f1203189039599dd553136de35d9a3deaf2d49f Add paragraph telling users without posts on their feed that auto-follow is available. --- diff --git a/src/main/resources/i18n/sone.de.properties b/src/main/resources/i18n/sone.de.properties index d7a4b9d..1d53d8a 100644 --- a/src/main/resources/i18n/sone.de.properties +++ b/src/main/resources/i18n/sone.de.properties @@ -97,6 +97,7 @@ Page.Index.Button.Post=Abschicken! Page.Index.PostList.Title=Nachrichtenliste Page.Index.PostList.Text.NoPostYet=Bisher hat noch niemand etwas geschrieben. Sie sollten sofort damit anfangen! Page.Index.PostList.Text.FollowSomeSones=Oder vielleicht folgen Sie gar keinen Sones? Werfen Sie doch mal einen Blick auf {link}bekannte Sones{/link} und folgen Sie Sones, die interessant aussehen! +Page.Index.PostList.Text.AutoFollowOption=Sie können auch automatisch allen neu entdeckten Sones folgen. Das entsprechende Feature können Sie in den {link}Optionen{/link} aktivieren! Page.New.Title=Neue Nachrichten und Antworten - Sone Page.New.Page.Title=Neue Nachrichten und Antworten diff --git a/src/main/resources/i18n/sone.en.properties b/src/main/resources/i18n/sone.en.properties index 9ecd0de..a7b9ab4 100644 --- a/src/main/resources/i18n/sone.en.properties +++ b/src/main/resources/i18n/sone.en.properties @@ -97,6 +97,7 @@ Page.Index.Button.Post=Post! Page.Index.PostList.Title=Post Feed Page.Index.PostList.Text.NoPostYet=Nobody has written any posts yet. You should probably start it right now! Page.Index.PostList.Text.FollowSomeSones=Or maybe you are not following any Sones? Take a look at the list of {link}known Sones{/link} and follow whoever looks interesting! +Page.Index.PostList.Text.AutoFollowOption=You also have the option of automatically following newly discovered Sones. Take a look at the {link}options{/link} to activate the auto-follow feature! Page.New.Title=New Posts and Replies - Sone Page.New.Page.Title=New Posts and Replies diff --git a/src/main/resources/i18n/sone.fr.properties b/src/main/resources/i18n/sone.fr.properties index 94c8b0f..d6dd410 100644 --- a/src/main/resources/i18n/sone.fr.properties +++ b/src/main/resources/i18n/sone.fr.properties @@ -97,6 +97,7 @@ Page.Index.Button.Post=Envoyer! Page.Index.PostList.Title=Envoyer du contenu Page.Index.PostList.Text.NoPostYet=Personne n'a encore écrit de message. vous devriez probablement commencer maintenant! Page.Index.PostList.Text.FollowSomeSones=Peut-être ne suivez vous pas encore de Sones? Jetez un oeil à la liste des {link}Sones connus{/link} et suivez ceux qui pourrait vous intéresser! +Page.Index.PostList.Text.AutoFollowOption=You also have the option of automatically following newly discovered Sones. Take a look at the {link}options{/link} to activate the auto-follow feature! Page.New.Title=Nouveaux messages et réponses - Sone Page.New.Page.Title=Nouveaux messages et réponses @@ -454,4 +455,4 @@ Notification.Mention.Text=Vous avez été mentionné dans les messages suivants: Notification.SoneIsInserting.Text=Your Sone sone://{0} is now being inserted. Notification.SoneIsInserted.Text=Your Sone sone://{0} has been inserted in {1,number} {1,choice,0#seconds|1#second|1

<%= Page.Index.PostList.Text.NoPostYet|l10n|html>

<%= Page.Index.PostList.Text.FollowSomeSones|l10n|html|replace needle=='{link}' replacement==''|replace needle=='{/link}' replacement==''>

+

<%= Page.Index.PostList.Text.AutoFollowOption|l10n|html|replace needle=='{link}' replacement==''|replace needle=='{/link}' replacement==''>

<%/foreach> <%include include/pagination.html pageParameter==page>