From 5d7419dfefdc2c98ac478068fcc727359ec8bfe4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Thu, 28 Nov 2019 16:00:02 +0100 Subject: [PATCH] =?utf8?q?=F0=9F=94=A5=20Remove=20links=20to=20trust=20fun?= =?utf8?q?ctions?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/main/resources/i18n/sone.de.properties | 3 ++- src/main/resources/i18n/sone.en.properties | 3 ++- src/main/resources/i18n/sone.es.properties | 3 ++- src/main/resources/i18n/sone.fr.properties | 3 ++- src/main/resources/i18n/sone.ja.properties | 3 ++- src/main/resources/i18n/sone.no.properties | 3 ++- src/main/resources/i18n/sone.pl.properties | 3 ++- src/main/resources/i18n/sone.ru.properties | 3 ++- src/main/resources/static/css/sone.css | 12 ++++------- src/main/resources/templates/include/soneMenu.html | 2 +- src/main/resources/templates/include/viewPost.html | 25 ++-------------------- .../resources/templates/include/viewReply.html | 25 ++-------------------- 12 files changed, 25 insertions(+), 63 deletions(-) diff --git a/src/main/resources/i18n/sone.de.properties b/src/main/resources/i18n/sone.de.properties index a3a95d6..dcc6354 100644 --- a/src/main/resources/i18n/sone.de.properties +++ b/src/main/resources/i18n/sone.de.properties @@ -364,9 +364,10 @@ View.Sone.Status.Downloading=Diese Sone wird gerade herunter geladen. View.Sone.Status.Inserting=Diese Sone wird gerade hoch geladen. View.SoneMenu.Link.AllAlbums=alle Alben +View.SoneMenu.WebOfTrustLink=„Web of Trust“ Profil View.Post.UnknownAuthor=(unbekannt) -View.Post.WebOfTrustLink=„Web of Trust“ Profil +View.Post.WebOfTrustLink=WoT-Profil View.Post.Permalink=Nachrichtenlink View.Post.PermalinkAuthor=Autorenlink View.Post.Bookmarks.PostIsBookmarked=Nachricht ist ein Favorit, klicken, um Favoritenmarkierung zu entfernen diff --git a/src/main/resources/i18n/sone.en.properties b/src/main/resources/i18n/sone.en.properties index a23730c..896b34f 100644 --- a/src/main/resources/i18n/sone.en.properties +++ b/src/main/resources/i18n/sone.en.properties @@ -366,9 +366,10 @@ View.Sone.Status.Downloading=This Sone is currently being downloaded. View.Sone.Status.Inserting=This Sone is currently being inserted. View.SoneMenu.Link.AllAlbums=all albums +View.SoneMenu.WebOfTrustLink=web of trust profile View.Post.UnknownAuthor=(unknown) -View.Post.WebOfTrustLink=web of trust profile +View.Post.WebOfTrustLink=WoT Profile View.Post.Permalink=link post View.Post.PermalinkAuthor=link author View.Post.Bookmarks.PostIsBookmarked=Post is bookmarked, click to remove from bookmarks diff --git a/src/main/resources/i18n/sone.es.properties b/src/main/resources/i18n/sone.es.properties index 8a6e200..d880e16 100644 --- a/src/main/resources/i18n/sone.es.properties +++ b/src/main/resources/i18n/sone.es.properties @@ -364,6 +364,7 @@ View.Sone.Status.Downloading=Este Sone está siendo descargado. View.Sone.Status.Inserting=Este Sone está siendo insertado. View.SoneMenu.Link.AllAlbums=todos los albumes +View.SoneMenu.WebOfTrustLink=perfil de web of trust View.Post.UnknownAuthor=(desconocido) View.Post.WebOfTrustLink=perfil de web of trust @@ -477,4 +478,4 @@ Notification.Mention.Text=Has sido mencionado en las siguientes publicaciones: Notification.SoneIsInserting.Text=Tu Sone sone://{0} está siendo insertado. Notification.SoneIsInserted.Text=Tu Sone sone://{0} ha sido insertado en {1,number} {1,choice,0#segundos|1#segundo|1<%sone.niceName|html> (<%= View.Sone.Stats.Posts|l10n 0=sone.posts.size>, <%= View.Sone.Stats.Replies|l10n 0=sone.replies.size><%if ! sone.allImages.size|match value==0>, <%= View.Sone.Stats.Images|l10n 0=sone.allImages.size><%/if><%if core.debug>, <% sone.client|html><%/if>) -
» <% =View.Post.WebOfTrustLink|l10n|html>
+
» <% =View.SoneMenu.WebOfTrustLink|l10n|html>
<%foreach sone.albums album> <%first>
» <% =View.SoneMenu.Link.AllAlbums|l10n|html>
diff --git a/src/main/resources/templates/include/viewPost.html b/src/main/resources/templates/include/viewPost.html index 7cdb924..be11195 100644 --- a/src/main/resources/templates/include/viewPost.html +++ b/src/main/resources/templates/include/viewPost.html @@ -93,30 +93,9 @@ - <%if !post.sone.current> - <%ifnull !post.sone.trust> - · -
- - - - -
-
- - - - -
-
- - - - -
- <%/if> - <%/if> <%/if> + · + <%= View.Post.WebOfTrustLink|l10n|html> <%if post.sone.local> ·
diff --git a/src/main/resources/templates/include/viewReply.html b/src/main/resources/templates/include/viewReply.html index 99c02e6..7462b2b 100644 --- a/src/main/resources/templates/include/viewReply.html +++ b/src/main/resources/templates/include/viewReply.html @@ -64,30 +64,9 @@
- <%if !reply.sone.current> - <%ifnull !reply.sone.trust> - · -
- - - - -
-
- - - - -
-
- - - - -
- <%/if> - <%/if> <%/if> + · + <%= View.Post.WebOfTrustLink|l10n|html> <%if reply.sone.local> ·
-- 2.7.4