From 71f391ed7a295dbaec998aeb3bc92c7ef3d13716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Sat, 17 May 2014 09:42:24 -0400 Subject: [PATCH] Add 'mark as unread' link on item (merge pull-request #200) --- README.markdown | 1 + locales/fr_FR/translations.php | 2 +- templates/show_item.php | 7 +++++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 5956ea9..4209bfb 100644 --- a/README.markdown +++ b/README.markdown @@ -107,6 +107,7 @@ People who sent a pull-request, report a bug, make a new theme or share a super - Ing. Jan Kaláb: https://github.com/Pitel - Itoine: https://github.com/itoine - James Scott-Brown: https://github.com/jamesscottbrown +- James Barwell: https://github.com/JamesBarwell - Luca Marra: https://github.com/facciocose - Maxime: https://github.com/EpocDotFr - MonsieurPaulLeBoulanger: https://github.com/MonsieurPaulLeBoulanger diff --git a/locales/fr_FR/translations.php b/locales/fr_FR/translations.php index fabab14..aec30d7 100644 --- a/locales/fr_FR/translations.php +++ b/locales/fr_FR/translations.php @@ -144,7 +144,7 @@ return array( 'original link' => 'lien original', 'mark as read' => 'marquer comme lu', 'No history' => 'Aucun historique', - 'mark as unread' => 'non lu', + 'mark as unread' => 'marquer comme non lu', 'History' => 'Historique', 'flush all items' => 'supprimer tous les éléments', 'Item not found' => 'Élément introuvable', diff --git a/templates/show_item.php b/templates/show_item.php index 5c7aadd..e71165a 100644 --- a/templates/show_item.php +++ b/templates/show_item.php @@ -69,6 +69,13 @@ +
  • + + + +