]> git.wh0rd.org - tt-rss.git/commitdiff
Merge pull request #65 from scarabeusiv/master
authorAndrew Dolgov <cthulhoo@gmail.com>
Thu, 21 Mar 2013 11:10:42 +0000 (04:10 -0700)
committerAndrew Dolgov <cthulhoo@gmail.com>
Thu, 21 Mar 2013 11:10:42 +0000 (04:10 -0700)
Add base for czech translation

80 files changed:
cdm.css
classes/api.php
classes/dlg.php
classes/feeds.php
classes/handler/public.php
classes/pluginhost.php
classes/pref/feeds.php
classes/pref/filters.php
classes/pref/prefs.php
classes/rpc.php
config.php-dist
images/cdm_footer_selected.png [new file with mode: 0644]
images/collapse.png [new file with mode: 0644]
include/functions.php
include/localized_schema.php
index.php
js/FeedTree.js
js/feedlist.js
js/functions.js
js/prefs.js
js/tt-rss.js
js/viewfeed.js
lib/position.js [deleted file]
locale/ca_CA/LC_MESSAGES/messages.mo
locale/ca_CA/LC_MESSAGES/messages.po
locale/de_DE/LC_MESSAGES/messages.mo
locale/de_DE/LC_MESSAGES/messages.po
locale/es_ES/LC_MESSAGES/messages.mo
locale/es_ES/LC_MESSAGES/messages.po
locale/fr_FR/LC_MESSAGES/messages.mo
locale/fr_FR/LC_MESSAGES/messages.po
locale/hu_HU/LC_MESSAGES/messages.mo
locale/hu_HU/LC_MESSAGES/messages.po
locale/it_IT/LC_MESSAGES/messages.mo
locale/it_IT/LC_MESSAGES/messages.po
locale/ja_JP/LC_MESSAGES/messages.mo
locale/ja_JP/LC_MESSAGES/messages.po
locale/lv_LV/LC_MESSAGES/messages.mo
locale/lv_LV/LC_MESSAGES/messages.po
locale/nb_NO/LC_MESSAGES/messages.mo
locale/nb_NO/LC_MESSAGES/messages.po
locale/pl_PL/LC_MESSAGES/messages.mo
locale/pl_PL/LC_MESSAGES/messages.po
locale/pt_BR/LC_MESSAGES/messages.mo
locale/pt_BR/LC_MESSAGES/messages.po
locale/ru_RU/LC_MESSAGES/messages.mo
locale/ru_RU/LC_MESSAGES/messages.po
locale/zh_CN/LC_MESSAGES/messages.mo
locale/zh_CN/LC_MESSAGES/messages.po
messages.pot
mobile/mobile-functions.php
plugins/af_unburn/init.php
plugins/auth_ldap/init.php [new file with mode: 0644]
plugins/close_button/init.php
plugins/digest/digest.js
plugins/digest/digest_body.php
plugins/flattr/init.php
plugins/googleplus/init.php
plugins/identica/init.php
plugins/mail/init.php
plugins/mailto/init.js [new file with mode: 0644]
plugins/mailto/init.php [new file with mode: 0644]
plugins/mailto/mail.png [new file with mode: 0644]
plugins/note/init.php
plugins/owncloud/init.php
plugins/pinterest/init.php
plugins/pocket/init.php
plugins/share/init.php
plugins/tweet/init.php
plugins/updater/init.php
prefs.php
register.php
schema/ttrss_schema_mysql.sql
schema/ttrss_schema_pgsql.sql
schema/versions/mysql/106.sql [new file with mode: 0644]
schema/versions/pgsql/106.sql [new file with mode: 0644]
templates/email_article_template.txt
tt-rss.css
update.php
update_daemon2.php

diff --git a/cdm.css b/cdm.css
index ca9c9dbdec9e6ef6e062f2118d830f498cb8ffb0..b793ee058a8c842c9daaedde6414552525e7c67e 100644 (file)
--- a/cdm.css
+++ b/cdm.css
@@ -45,10 +45,6 @@ div.cdmHeader img, div.cdmFooter img {
        margin : 0px 2px 0px 2px;
 }
 
-div.cdmContent, div.cdmContentInner * {
-       font-weight : normal;
-}
-
 div.cdmContent a {
        color : #4684ff;
 }
@@ -76,7 +72,8 @@ div.cdmFooter {
 }
 
 .Selected div.cdmFooter {
-       background : #FFF2BF;
+       background-color : #FFE587;
+       background-image : url("images/cdm_footer_selected.png");
 }
 
 span.cdmExcerpt {
@@ -100,6 +97,19 @@ div.cdmFeedTitle {
        background-repeat : repeat-x;
 }
 
+div.cdmFeedTitle a.title {
+       color : gray;
+       font-style : italic;
+       font-weight : bold;
+}
+div.cdmFeedTitle a {
+       color : gray;
+}
+
+div.cdmFeedTitle a:hover {
+       color : #4684ff;
+}
+
 div.articleNote {
        border-style : dashed none dashed none;
 }
@@ -110,23 +120,23 @@ div.cdmHeader span.hlFeed {
        font-style : italic;
 }
 
-div.cdmHeader {
+div.cdm.expanded .cdmHeader {
        background : #EEF6FD;
 }
 
-div.Unread div.cdmHeader {
+div.cdm.expanded.Unread div.cdmHeader {
        background : #DCECFB;
 }
 
-div.Unread.Selected div.cdmHeader, div.Selected div.cdmHeader {
-       background : #FFF2BF;
+div.cdm.expanded.Unread.Selected div.cdmHeader, div.cdm.expanded.Selected div.cdmHeader {
+       background : #FFEA9E;
 }
 
-div.cdm.even.Unread, div.cdm.odd.Unread {
+div.cdm.expanded.even.Unread, div.cdm.expanded.odd.Unread {
        background : white;
 }
 
-div.cdm.even, div.cdm.odd {
+div.cdm.expanded.even, div.cdm.expanded.odd {
        background : #f9f9f9;
 }
 
@@ -137,3 +147,11 @@ div.cdmHeader div.hlFeed, div.cdmHeader div.hlFeed a {
        font-style : italic;
        font-size : 11px;
 }
+
+div.cdmContentInner p {
+       max-width : 650px;
+}
+
+.Unread div.cdmHeader {
+       font-weight : bold;
+}
index 74464821f5c19a40746bdfe98673b54b757f9fa3..5e7ec6573ba711388d9059ac132e9e4ed4ba3676 100644 (file)
@@ -194,11 +194,10 @@ class API extends Handler {
 
                        $search = db_escape_string($_REQUEST["search"]);
                        $search_mode = db_escape_string($_REQUEST["search_mode"]);
-                       $match_on = db_escape_string($_REQUEST["match_on"]);
 
                        $headlines = $this->api_get_headlines($this->link, $feed_id, $limit, $offset,
                                $filter, $is_cat, $show_excerpt, $show_content, $view_mode, false,
-                               $include_attachments, $since_id, $search, $search_mode, $match_on,
+                               $include_attachments, $since_id, $search, $search_mode,
                                $include_nested, $sanitize_content);
 
                        print $this->wrap(self::STATUS_OK, $headlines);
@@ -584,11 +583,11 @@ class API extends Handler {
        static function api_get_headlines($link, $feed_id, $limit, $offset,
                                $filter, $is_cat, $show_excerpt, $show_content, $view_mode, $order,
                                $include_attachments, $since_id,
-                               $search = "", $search_mode = "", $match_on = "",
+                               $search = "", $search_mode = "",
                                $include_nested = false, $sanitize_content = true) {
 
                        $qfh_ret = queryFeedHeadlines($link, $feed_id, $limit,
-                               $view_mode, $is_cat, $search, $search_mode, $match_on,
+                               $view_mode, $is_cat, $search, $search_mode,
                                $order, $offset, 0, false, $since_id, $include_nested);
 
                        $result = $qfh_ret[0];
@@ -636,7 +635,9 @@ class API extends Handler {
 
                                        if ($sanitize_content) {
                                                $headline_row["content"] = sanitize($link,
-                                                       $line["content_preview"], false, false, $line["site_url"]);
+                                                       $line["content_preview"],
+                                                       sql_bool_to_bool($line['hide_images']),
+                                                       false, $line["site_url"]);
                                        } else {
                                                $headline_row["content"] = $line["content_preview"];
                                        }
index 74eb9f633c79706afc9f84fa8c6cce8848505a50..3bb2caba4633ff8e6b69f4228eec6104c9a94d52 100644 (file)
@@ -236,8 +236,7 @@ class Dlg extends Handler_Protected {
 
                print "<div style='float : right'>
                        <img style='display : none'
-                               id='feed_add_spinner' src='".
-                               theme_image($this->link, 'images/indicator_white.gif')."'></div>";
+                               id='feed_add_spinner' src='images/indicator_white.gif'></div>";
 
                print "<input style=\"font-size : 16px; width : 20em;\"
                        placeHolder=\"".__("Feed or site URL")."\"
@@ -311,8 +310,7 @@ class Dlg extends Handler_Protected {
                print "<div dojoType=\"dijit.Toolbar\">
                        <div style='float : right'>
                        <img style='display : none'
-                               id='feed_browser_spinner' src='".
-                               theme_image($this->link, 'images/indicator_white.gif')."'>
+                               id='feed_browser_spinner' src='images/indicator_white.gif'>
                        <input name=\"search\" dojoType=\"dijit.form.TextBox\" size=\"20\" type=\"search\"
                                onchange=\"dijit.byId('feedBrowserDlg').update()\" value=\"$browser_search\">
                        <button dojoType=\"dijit.form.Button\" onclick=\"dijit.byId('feedBrowserDlg').update()\">".__('Search')."</button>
index 4857cca78aa74bafc0e6d50b0543bd8662b290ee..79aaa8e55dff0cc8c029375b28aec1b376f6c9b6 100644 (file)
@@ -22,7 +22,7 @@ class Feeds extends Handler_Protected {
        }
 
        private function format_headline_subtoolbar($feed_site_url, $feed_title,
-                       $feed_id, $is_cat, $search, $match_on,
+                       $feed_id, $is_cat, $search,
                        $search_mode, $view_mode, $error) {
 
                $page_prev_link = "viewFeedGoPage(-1)";
@@ -50,7 +50,7 @@ class Feeds extends Handler_Protected {
                if ($is_cat) $cat_q = "&is_cat=$is_cat";
 
                if ($search) {
-                       $search_q = "&q=$search&m=$match_on&smode=$search_mode";
+                       $search_q = "&q=$search&smode=$search_mode";
                } else {
                        $search_q = "";
                }
@@ -126,6 +126,11 @@ class Feeds extends Handler_Protected {
                                "</option>";
                }
 
+               if ($pluginhost->get_plugin("mailto")) {
+                       $reply .= "<option value=\"mailtoArticle(false)\">".__('Forward by email').
+                               "</option>";
+               }
+
                $reply .= "<option value=\"0\" disabled=\"1\">".__('Feed:')."</option>";
 
                $reply .= "<option value=\"catchupPage()\">".__('Mark as read')."</option>";
@@ -204,7 +209,6 @@ class Feeds extends Handler_Protected {
                }
 
                @$search_mode = db_escape_string($_REQUEST["search_mode"]);
-               $match_on = "both"; // deprecated, TODO: remove
 
                if ($_REQUEST["debug"]) $timing_info = print_checkpoint("H0", $timing_info);
 
@@ -214,7 +218,7 @@ class Feeds extends Handler_Protected {
                }
 //             error_log("search_mode: " . $search_mode);
                $qfh_ret = queryFeedHeadlines($this->link, $feed, $limit, $view_mode, $cat_view,
-                       $search, $search_mode, $match_on, $override_order, $offset, 0,
+                       $search, $search_mode, $override_order, $offset, 0,
                        false, 0, $include_children);
 
                if ($_REQUEST["debug"]) $timing_info = print_checkpoint("H1", $timing_info);
@@ -228,7 +232,7 @@ class Feeds extends Handler_Protected {
 
                $reply['toolbar'] = $this->format_headline_subtoolbar($feed_site_url,
                        $feed_title,
-                       $feed, $cat_view, $search, $match_on, $search_mode, $view_mode,
+                       $feed, $cat_view, $search, $search_mode, $view_mode,
                        $last_error);
 
                $headlines_count = db_num_rows($result);
@@ -258,6 +262,8 @@ class Feeds extends Handler_Protected {
 
                        if ($_REQUEST["debug"]) $timing_info = print_checkpoint("PS", $timing_info);
 
+                       $expand_cdm = get_pref($this->link, 'CDM_EXPANDED');
+
                        while ($line = db_fetch_assoc($result)) {
                                $class = ($lnum % 2) ? "even" : "odd";
 
@@ -314,24 +320,22 @@ class Feeds extends Handler_Protected {
 
                                if ($line["marked"] == "t" || $line["marked"] == "1") {
                                        $marked_pic = "<img id=\"FMPIC-$id\"
-                                               src=\"".theme_image($this->link, 'images/mark_set.svg')."\"
+                                               src=\"images/mark_set.svg\"
                                                class=\"markedPic\" alt=\"Unstar article\"
                                                onclick='javascript:toggleMark($id)'>";
                                } else {
                                        $marked_pic = "<img id=\"FMPIC-$id\"
-                                               src=\"".theme_image($this->link, 'images/mark_unset.svg')."\"
+                                               src=\"images/mark_unset.svg\"
                                                class=\"markedPic\" alt=\"Star article\"
                                                onclick='javascript:toggleMark($id)'>";
                                }
 
                                if ($line["published"] == "t" || $line["published"] == "1") {
-                                       $published_pic = "<img id=\"FPPIC-$id\" src=\"".theme_image($this->link,
-                                               'images/pub_set.svg')."\"
+                                       $published_pic = "<img id=\"FPPIC-$id\" src=\"images/pub_set.svg\"
                                                class=\"markedPic\"
                                                alt=\"Unpublish article\" onclick='javascript:togglePub($id)'>";
                                } else {
-                                       $published_pic = "<img id=\"FPPIC-$id\" src=\"".theme_image($this->link,
-                                               'images/pub_unset.svg')."\"
+                                       $published_pic = "<img id=\"FPPIC-$id\" src=\"images/pub_unset.svg\"
                                                class=\"markedPic\"
                                                alt=\"Publish article\" onclick='javascript:togglePub($id)'>";
                                }
@@ -356,8 +360,7 @@ class Feeds extends Handler_Protected {
 
                                $score = $line["score"];
 
-                               $score_pic = theme_image($this->link,
-                                       "images/" . get_score_pic($score));
+                               $score_pic = "images/" . get_score_pic($score);
 
 /*                             $score_title = __("(Click to change)");
                                $score_pic = "<img class='hlScorePic' src=\"images/$score_pic\"
@@ -400,11 +403,11 @@ class Feeds extends Handler_Protected {
 
                                                        $cur_feed_title = htmlspecialchars($cur_feed_title);
 
-                                                       $vf_catchup_link = "(<a onclick='catchupFeedInGroup($feed_id);' href='#'>".__('mark as read')."</a>)";
+                                                       $vf_catchup_link = "(<a class='catchup' onclick='catchupFeedInGroup($feed_id);' href='#'>".__('Mark as read')."</a>)";
 
                                                        $reply['content'] .= "<div class='cdmFeedTitle'>".
                                                                "<div style=\"float : right\">$feed_icon_img</div>".
-                                                               "<a href=\"#\" onclick=\"viewfeed($feed_id)\">".
+                                                               "<a class='title' href=\"#\" onclick=\"viewfeed($feed_id)\">".
                                                                $line["feed_title"]."</a> $vf_catchup_link</div>";
 
                                                }
@@ -476,7 +479,7 @@ class Feeds extends Handler_Protected {
                                        unset($line["tag_cache"]);
 
                                        $line["content"] = sanitize($this->link, $line["content_preview"],
-                                                       false, false, $entry_site_url);
+                                                       sql_bool_to_bool($line['hide_images']), false, $entry_site_url);
 
                                        foreach ($pluginhost->get_hooks($pluginhost::HOOK_RENDER_ARTICLE_CDM) as $p) {
                                                $line = $p->hook_render_article_cdm($line);
@@ -490,7 +493,7 @@ class Feeds extends Handler_Protected {
 
                                                        $cur_feed_title = htmlspecialchars($cur_feed_title);
 
-                                                       $vf_catchup_link = "(<a onclick='javascript:catchupFeedInGroup($feed_id);' href='#'>".__('mark as read')."</a>)";
+                                                       $vf_catchup_link = "(<a class='catchup' onclick='javascript:catchupFeedInGroup($feed_id);' href='#'>".__('mark as read')."</a>)";
 
                                                        $has_feed_icon = feed_has_icon($feed_id);
 
@@ -502,17 +505,17 @@ class Feeds extends Handler_Protected {
 
                                                        $reply['content'] .= "<div class='cdmFeedTitle'>".
                                                                "<div style=\"float : right\">$feed_icon_img</div>".
-                                                               "<a href=\"#\" onclick=\"viewfeed($feed_id)\">".
+                                                               "<a href=\"#\" class='title' onclick=\"viewfeed($feed_id)\">".
                                                                $line["feed_title"]."</a> $vf_catchup_link</div>";
                                                }
                                        }
 
-                                       $expand_cdm = get_pref($this->link, 'CDM_EXPANDED');
-
                                        $mouseover_attrs = "onmouseover='postMouseIn($id)'
                                                onmouseout='postMouseOut($id)'";
 
-                                       $reply['content'] .= "<div class=\"cdm $class\"
+                                       $expanded_class = $expand_cdm ? "expanded" : "";
+
+                                       $reply['content'] .= "<div class=\"cdm $expanded_class $class\"
                                                id=\"RROW-$id\" $mouseover_attrs'>";
 
                                        $reply['content'] .= "<div class=\"cdmHeader\">";
@@ -543,6 +546,10 @@ class Feeds extends Handler_Protected {
 
                                        $reply['content'] .= $labels_str;
 
+                                       $reply['content'] .= "<span class='collapseBtn' style='display : none'>
+                                               <img src=\"images/collapse.png\" onclick=\"cdmCollapseArticle(event, $id)\"
+                                               title=\"".__("Collapse article")."\"/></span>";
+
                                        if (!$expand_cdm)
                                                $content_hidden = "style=\"display : none\"";
                                        else
@@ -550,7 +557,6 @@ class Feeds extends Handler_Protected {
 
                                        $reply['content'] .= "<span $excerpt_hidden
                                                id=\"CEXC-$id\" class=\"cdmExcerpt\"> - $content_preview</span>";
-
                                        $reply['content'] .= "</span>";
 
                                        if (!get_pref($this->link, 'VFEED_GROUP_BY_FEED')) {
@@ -617,16 +623,17 @@ class Feeds extends Handler_Protected {
                                        }
 
                                        $reply['content'] .= "<span id=\"CWRAP-$id\">";
-                                       $reply['content'] .= $line["content"];
-                                       $reply['content'] .= "</span>";
 
-/*                                     $tmp_result = db_query($this->link, "SELECT always_display_enclosures FROM
-                                               ttrss_feeds WHERE id = ".
-                                               (($line['feed_id'] == null) ? $line['orig_feed_id'] :
-                                                       $line['feed_id'])." AND owner_uid = ".$_SESSION["uid"]);
+//                                     if (!$expand_cdm) {
+                                               $reply['content'] .= "<span id=\"CENCW-$id\" style=\"display : none\">";
+                                               $reply['content'] .= htmlspecialchars($line["content"]);
+                                               $reply['content'] .= "</span.";
 
-                                       $always_display_enclosures = sql_bool_to_bool(db_fetch_result($tmp_result,
-                                               0, "always_display_enclosures")); */
+//                                     } else {
+//                                             $reply['content'] .= $line["content"];
+//                                     }
+
+                                       $reply['content'] .= "</span>";
 
                                        $always_display_enclosures = sql_bool_to_bool($line["always_display_enclosures"]);
 
@@ -639,8 +646,7 @@ class Feeds extends Handler_Protected {
 
                                        $tags_str = format_tags_string($line["tags"], $id);
 
-                                       $reply['content'] .= "<img src='".theme_image($this->link,
-                                                       'images/tag.png')."' alt='Tags' title='Tags'>
+                                       $reply['content'] .= "<img src='images/tag.png' alt='Tags' title='Tags'>
                                                <span id=\"ATSTR-$id\">$tags_str</span>
                                                <a title=\"".__('Edit tags for this article')."\"
                                                href=\"#\" onclick=\"editArticleTags($id, $feed_id, true)\">(+)</a>";
@@ -935,6 +941,5 @@ class Feeds extends Handler_Protected {
                return $reply;
        }
 
-
 }
 ?>
index 4a9b0c48eeb6ad0a89b8d0f5648f0bd9dd892975..dc1e100498827cf9c64c9dd133af51765d5bfc49 100644 (file)
@@ -2,7 +2,7 @@
 class Handler_Public extends Handler {
 
        private function generate_syndicated_feed($owner_uid, $feed, $is_cat,
-               $limit, $offset, $search, $search_mode, $match_on,
+               $limit, $offset, $search, $search_mode,
                $view_mode = false, $format = 'atom') {
 
                require_once "lib/MiniTemplator.class.php";
@@ -25,7 +25,7 @@ class Handler_Public extends Handler {
 
                $qfh_ret = queryFeedHeadlines($this->link, $feed,
                        $limit, $view_mode, $is_cat, $search, $search_mode,
-                       $match_on, "$date_sort_field DESC", $offset, $owner_uid,
+                       "$date_sort_field DESC", $offset, $owner_uid,
                        false, 0, false, true);
 
                $result = $qfh_ret[0];
@@ -314,7 +314,6 @@ class Handler_Public extends Handler {
                $offset = (int)db_escape_string($_REQUEST["offset"]);
 
                $search = db_escape_string($_REQUEST["q"]);
-               $match_on = db_escape_string($_REQUEST["m"]);
                $search_mode = db_escape_string($_REQUEST["smode"]);
                $view_mode = db_escape_string($_REQUEST["view-mode"]);
 
@@ -338,7 +337,7 @@ class Handler_Public extends Handler {
 
                if ($owner_id) {
                        $this->generate_syndicated_feed($owner_id, $feed, $is_cat, $limit,
-                               $offset, $search, $search_mode, $match_on, $view_mode, $format);
+                               $offset, $search, $search_mode, $view_mode, $format);
                } else {
                        header('HTTP/1.1 403 Forbidden');
                }
index 592629881e98dbbccab8bd306ca5c205c4f66baf..710435ae4b58a7815fd6b2f48a0044172ba08e7d 100644 (file)
@@ -21,6 +21,7 @@ class PluginHost {
        const HOOK_RENDER_ARTICLE = 10;
        const HOOK_RENDER_ARTICLE_CDM = 11;
        const HOOK_FEED_FETCHED = 12;
+       const HOOK_SANITIZE = 13;
 
        const KIND_ALL = 1;
        const KIND_SYSTEM = 2;
@@ -170,7 +171,7 @@ class PluginHost {
        }
 
        function add_command($command, $description, $sender) {
-               $command = "-" . str_replace("-", "_", strtolower($command));
+               $command = str_replace("-", "_", strtolower($command));
 
                $this->commands[$command] = array("description" => $description,
                        "class" => $sender);
@@ -200,7 +201,7 @@ class PluginHost {
 
        function run_commands($args) {
                foreach ($this->get_commands() as $command => $data) {
-                       if (in_array($command, $args)) {
+                       if (isset($args[$command])) {
                                $command = str_replace("-", "", $command);
                                $data["class"]->$command($args);
                        }
index bfcc75f0d4c0cd1b30a710fd7ef5ed104292b3b6..285995dfc044c75191681d24519cc98be1d8795f 100644 (file)
@@ -613,6 +613,18 @@ class Pref_Feeds extends Handler_Protected {
                        name=\"always_display_enclosures\"
                        $checked>&nbsp;<label for=\"always_display_enclosures\">".__('Always display image attachments')."</label>";
 
+               $hide_images = sql_bool_to_bool(db_fetch_result($result, 0, "hide_images"));
+
+               if ($hide_images) {
+                       $checked = "checked=\"1\"";
+               } else {
+                       $checked = "";
+               }
+
+               print "<hr/><input dojoType=\"dijit.form.CheckBox\" type=\"checkbox\" id=\"hide_images\"
+               name=\"hide_images\"
+                       $checked>&nbsp;<label for=\"hide_images\">".
+               __('Do not embed images')."</label>";
 
                $cache_images = sql_bool_to_bool(db_fetch_result($result, 0, "cache_images"));
 
@@ -804,6 +816,14 @@ class Pref_Feeds extends Handler_Protected {
 
                print "&nbsp;"; $this->batch_edit_cbox("always_display_enclosures", "always_display_enclosures_l");
 
+               print "<br/><input disabled=\"1\" type=\"checkbox\" id=\"hide_images\"
+                       name=\"hide_images\"
+                       dojoType=\"dijit.form.CheckBox\">&nbsp;<label class='insensitive' id=\"hide_images_l\"
+                       for=\"hide_images\">".
+               __('Do not embed images')."</label>";
+
+               print "&nbsp;"; $this->batch_edit_cbox("hide_images", "hide_images_l");
+
                print "<br/><input disabled=\"1\" type=\"checkbox\" id=\"cache_images\"
                        name=\"cache_images\"
                        dojoType=\"dijit.form.CheckBox\">&nbsp;<label class='insensitive' id=\"cache_images_l\"
@@ -856,7 +876,8 @@ class Pref_Feeds extends Handler_Protected {
                        db_escape_string($_POST["include_in_digest"]));
                $cache_images = checkbox_to_sql_bool(
                        db_escape_string($_POST["cache_images"]));
-
+               $hide_images = checkbox_to_sql_bool(
+                       db_escape_string($_POST["hide_images"]));
                $always_display_enclosures = checkbox_to_sql_bool(
                        db_escape_string($_POST["always_display_enclosures"]));
 
@@ -887,6 +908,7 @@ class Pref_Feeds extends Handler_Protected {
                                auth_pass = '$auth_pass',
                                private = $private,
                                cache_images = $cache_images,
+                               hide_images = $hide_images,
                                include_in_digest = $include_in_digest,
                                always_display_enclosures = $always_display_enclosures,
                                mark_unread_on_update = $mark_unread_on_update
@@ -952,6 +974,10 @@ class Pref_Feeds extends Handler_Protected {
                                                $qpart = "cache_images = $cache_images";
                                                break;
 
+                                       case "hide_images":
+                                               $qpart = "hide_images = $hide_images";
+                                               break;
+
                                        case "cat_id":
                                                $qpart = $category_qpart_nocomma;
                                                break;
index 20abae1d00cbd9a90a96017b8882490b0bff0aff..1921f2b97ab3f4ad49cb319b06b1d6b89bda68a0 100644 (file)
@@ -47,7 +47,7 @@ class Pref_Filters extends Handler_Protected {
                $feed_title = getFeedTitle($this->link, $feed);
 
                $qfh_ret = queryFeedHeadlines($this->link, -4, 30, "", false, false, false,
-                       false, "date_entered DESC", 0, $_SESSION["uid"], $filter);
+                       "date_entered DESC", 0, $_SESSION["uid"], $filter);
 
                $result = $qfh_ret[0];
 
@@ -370,9 +370,9 @@ class Pref_Filters extends Handler_Protected {
 
                $result = db_query($this->link, "SELECT description FROM ttrss_filter_types
                        WHERE id = ".(int)$rule["filter_type"]);
-               $match_on = db_fetch_result($result, 0, "description");
+               $filter_type = db_fetch_result($result, 0, "description");
 
-               return T_sprintf("%s on %s in %s", strip_tags($rule["reg_exp"]), $match_on, $feed);
+               return T_sprintf("%s on %s in %s", strip_tags($rule["reg_exp"]), $filter_type, $feed);
        }
 
        function printRuleName() {
index 810b1e164ad41f87cfbe8b4d6dbc12b15e0eb175..8b8630c82235d2865b65f37cc8b70fef8b865a97 100644 (file)
@@ -42,6 +42,12 @@ class Pref_Prefs extends Handler_Protected {
 
                $_SESSION["prefs_cache"] = false;
 
+               $boolean_prefs = explode(",", $_POST["boolean_prefs"]);
+
+               foreach ($boolean_prefs as $pref) {
+                       if (!isset($_POST[$pref])) $_POST[$pref] = 'false';
+               }
+
                foreach (array_keys($_POST) as $pref_name) {
 
                        $pref_name = db_escape_string($pref_name);
@@ -429,6 +435,8 @@ class Pref_Prefs extends Handler_Protected {
 
                $active_section = "";
 
+               $listed_boolean_prefs = array();
+
                while ($line = db_fetch_assoc($result)) {
 
                        if (in_array($line["pref_name"], $prefs_blacklist)) {
@@ -463,7 +471,10 @@ class Pref_Prefs extends Handler_Protected {
                        $def_value = $line["def_value"];
                        $help_text = $line["help_text"];
 
-                       print "<td width=\"40%\" class=\"prefName\" id=\"$pref_name\">" . __($line["short_desc"]);
+                       print "<td width=\"40%\" class=\"prefName\" id=\"$pref_name\">";
+                       print "<label for='CB_$pref_name'>";
+                       print __($line["short_desc"]);
+                       print "</label>";
 
                        if ($help_text) print "<div class=\"prefHelp\">".__($help_text)."</div>";
 
@@ -497,21 +508,19 @@ class Pref_Prefs extends Handler_Protected {
 
                        } else if ($type_name == "bool") {
 
-                               if ($value == "true") {
-                                       $value = __("Yes");
-                               } else {
-                                       $value = __("No");
-                               }
+                               array_push($listed_boolean_prefs, $pref_name);
+
+                               $checked = ($value == "true") ? "checked=\"checked\"" : "";
 
                                if ($pref_name == "PURGE_UNREAD_ARTICLES" && FORCE_ARTICLE_PURGE != 0) {
                                        $disabled = "disabled=\"1\"";
-                                       $value = __("Yes");
+                                       $checked = "checked=\"checked\"";
                                } else {
                                        $disabled = "";
                                }
 
-                               print_radio($pref_name, $value, __("Yes"), array(__("Yes"), __("No")),
-                                       $disabled);
+                               print "<input type='checkbox' name='$pref_name' $checked $disabled
+                                       dojoType='dijit.form.CheckBox' id='CB_$pref_name' value='1'>";
 
                        } else if (array_search($pref_name, array('FRESH_ARTICLE_MAX_AGE', 'DEFAULT_ARTICLE_LIMIT',
                                        'PURGE_OLD_DAYS', 'LONG_DATE_FORMAT', 'SHORT_DATE_FORMAT')) !== false) {
@@ -568,6 +577,10 @@ class Pref_Prefs extends Handler_Protected {
 
                print "</table>";
 
+               $listed_boolean_prefs = htmlspecialchars(join(",", $listed_boolean_prefs));
+
+               print "<input dojoType=\"dijit.form.TextBox\" style=\"display : none\" name=\"boolean_prefs\" value=\"$listed_boolean_prefs\">";
+
                global $pluginhost;
                $pluginhost->run_hooks($pluginhost::HOOK_PREFS_TAB_SECTION,
                        "hook_prefs_tab_section", "prefPrefsPrefsInside");
index b297bbade5e3f2dd50a7fafa1d3f47aef87d5913..139f1fe49e0012503710f65dad3ffddefcf4a881 100644 (file)
@@ -663,7 +663,7 @@ class RPC extends Handler_Protected {
                        score = '$score' WHERE ref_id IN ($ids) AND owner_uid = " . $_SESSION["uid"]);
 
                print json_encode(array("id" => $id,
-                       "score_pic" => theme_image($link, get_score_pic($score))));
+                       "score_pic" => get_score_pic($score)));
        }
 
        function setpanelmode() {
index eaaaa3d6984dbe6debdb000edfe1d4082566db23..a5a7fc3e2dd727a1ec6c66828a7b0fcf3b6ba662 100644 (file)
        define('SESSION_COOKIE_LIFETIME', 86400*30);
        // Default lifetime of a session (e.g. login) cookie. In seconds, 
        // 0 means cookie will be deleted when browser closes.
+       // Setting this to zero will affect several user preferences
+       // like widescreen mode not saving.
 
        define('SESSION_EXPIRE_TIME', 86400*30);
        // Hard expiration limit for sessions. Should be
diff --git a/images/cdm_footer_selected.png b/images/cdm_footer_selected.png
new file mode 100644 (file)
index 0000000..def2142
Binary files /dev/null and b/images/cdm_footer_selected.png differ
diff --git a/images/collapse.png b/images/collapse.png
new file mode 100644 (file)
index 0000000..5adbd5e
Binary files /dev/null and b/images/collapse.png differ
index 54b5657991e8c57ed66318604069d3d7a55ff111..7071765ba199c927543c38c7bde289e5f40c8227 100644 (file)
@@ -1,6 +1,6 @@
 <?php
        define('EXPECTED_CONFIG_VERSION', 26);
-       define('SCHEMA_VERSION', 105);
+       define('SCHEMA_VERSION', 106);
 
        $fetch_last_error = false;
        $pluginhost = false;
         * @return void
         */
        function _debug($msg) {
-               if (defined('QUIET') && QUIET) {
-                       return;
-               }
                $ts = strftime("%H:%M:%S", time());
                if (function_exists('posix_getpid')) {
                        $ts = "$ts/" . posix_getpid();
                }
-               print "[$ts] $msg\n";
+
+               if (!(defined('QUIET') && QUIET)) {
+                       print "[$ts] $msg\n";
+               }
+
+               if (defined('LOGFILE'))  {
+                       $fp = fopen(LOGFILE, 'a+');
+
+                       if ($fp) {
+                               fputs($fp, "[$ts] $msg\n");
+                               fclose($fp);
+                       }
+               }
+
        } // function _debug
 
        /**
                global $fetch_last_error;
 
                if (function_exists('curl_init') && !ini_get("open_basedir")) {
-                       //$ch = curl_init($url);
-                       $ch = curl_init(geturl($url));
+
+                       if (ini_get("safe_mode")) {
+                               $ch = curl_init(geturl($url));
+                       } else {
+                               $ch = curl_init($url);
+                       }
 
                        curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout ? $timeout : 15);
                        curl_setopt($ch, CURLOPT_TIMEOUT, $timeout ? $timeout : 45);
-                       //curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
+                       curl_setopt($ch, CURLOPT_FOLLOWLOCATION, !ini_get("safe_mode"));
                        curl_setopt($ch, CURLOPT_MAXREDIRS, 20);
                        curl_setopt($ch, CURLOPT_BINARYTRANSFER, true);
                        curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
                }
        }
 
-       // Deprecated, TODO: remove
-       function theme_image($link, $filename) {
-               return $filename;
-       }
-
        function convert_timestamp($timestamp, $source_tz, $dest_tz) {
 
                try {
        function make_init_params($link) {
                $params = array();
 
-               $params["sign_progress"] = theme_image($link, "images/indicator_white.gif");
-               $params["sign_progress_tiny"] = theme_image($link, "images/indicator_tiny.gif");
-               $params["sign_excl"] = theme_image($link, "images/sign_excl.svg");
-               $params["sign_info"] = theme_image($link, "images/sign_info.svg");
+               $params["sign_progress"] = "images/indicator_white.gif";
+               $params["sign_progress_tiny"] = "images/indicator_tiny.gif";
+               $params["sign_excl"] = "images/sign_excl.svg";
+               $params["sign_info"] = "images/sign_info.svg";
 
                foreach (array("ON_CATCHUP_SHOW_NEXT_FEED", "HIDE_READ_FEEDS",
                        "ENABLE_FEED_CATS", "FEEDS_SORT_BY_UNREAD", "CONFIRM_FEED_CATCHUP",
                                "article_scroll_up" => __("Scroll up"),
                                "select_article_cursor" => __("Select article under cursor"),
                                "email_article" => __("Email article"),
-                               "close_article" => __("Close article"),
+                               "close_article" => __("Close/collapse article"),
                                "toggle_widescreen" => __("Toggle widescreen mode")),
                        __("Article selection") => array(
                                "select_all" => __("Select all articles"),
                                "c n" => "catchup_above",
                                "*n" => "article_scroll_down",
                                "*p" => "article_scroll_up",
+                               "*(38)|Shift+up" => "article_scroll_up",
+                               "*(40)|Shift+down" => "article_scroll_down",
                                "a *w" => "toggle_widescreen",
                                "e" => "email_article",
                                "a q" => "close_article",
                return $data;
        }
 
-       function search_to_sql($link, $search, $match_on) {
+       function search_to_sql($link, $search) {
 
                $search_query_part = "";
 
                                //$k = date("Y-m-d", strtotime(substr($k, 1)));
 
                                array_push($query_keywords, "(".SUBSTRING_FOR_DATE."(updated,1,LENGTH('$k')) $not = '$k')");
-                       } else if ($match_on == "both") {
+                       } else {
                                array_push($query_keywords, "(UPPER(ttrss_entries.title) $not LIKE UPPER('%$k%')
                                                OR UPPER(ttrss_entries.content) $not LIKE UPPER('%$k%'))");
-                       } else if ($match_on == "title") {
-                               array_push($query_keywords, "(UPPER(ttrss_entries.title) $not LIKE UPPER('%$k%'))");
-                       } else if ($match_on == "content") {
-                               array_push($query_keywords, "(UPPER(ttrss_entries.content) $not LIKE UPPER('%$k%'))");
                        }
                }
 
                return $rv;
        }
 
-       function queryFeedHeadlines($link, $feed, $limit, $view_mode, $cat_view, $search, $search_mode, $match_on, $override_order = false, $offset = 0, $owner_uid = 0, $filter = false, $since_id = 0, $include_children = false, $ignore_vfeed_group = false) {
+       function queryFeedHeadlines($link, $feed, $limit, $view_mode, $cat_view, $search, $search_mode, $override_order = false, $offset = 0, $owner_uid = 0, $filter = false, $since_id = 0, $include_children = false, $ignore_vfeed_group = false) {
 
                if (!$owner_uid) $owner_uid = $_SESSION["uid"];
 
                                                $search_query_part = "ref_id = -1 AND ";
 
                                } else {
-                                       $search_query_part = search_to_sql($link, $search, $match_on);
+                                       $search_query_part = search_to_sql($link, $search);
                                        $search_query_part .= " AND ";
                                }
 
                                                num_comments,
                                                comments,
                                                int_id,
+                                               hide_images,
                                                unread,feed_id,marked,published,link,last_read,orig_feed_id,
                                                last_marked, last_published,
                                                ".SUBSTRING_FOR_DATE."(last_read,1,19) as last_read_noms,
                                                                "label_cache," .
                                                                "link," .
                                                                "last_read," .
+                                                               "(SELECT hide_images FROM ttrss_feeds WHERE id = feed_id) AS hide_images," .
                                                                "last_marked, last_published, " .
                                                                SUBSTRING_FOR_DATE . "(last_read,1,19) as last_read_noms," .
                                                                $since_id_part .
 
        }
 
-       function sanitize($link, $str, $force_strip_tags = false, $owner = false, $site_url = false) {
+       function sanitize($link, $str, $force_remove_images = false, $owner = false, $site_url = false) {
                if (!$owner) $owner = $_SESSION["uid"];
 
                $res = trim($str); if (!$res) return '';
 
-               if (get_pref($link, "STRIP_IMAGES", $owner)) {
-                       $res = preg_replace('/<img[^>]+>/is', '', $res);
-               }
-
                if (strpos($res, "href=") === false)
                        $res = rewrite_urls($res);
 
 
                                        $entry->setAttribute('src', $src);
                                }
+
+                               if ($entry->nodeName == 'img') {
+                                       if (($owner && get_pref($link, "STRIP_IMAGES", $owner)) ||
+                                                       $force_remove_images) {
+
+                                               $p = $doc->createElement('p');
+
+                                               $a = $doc->createElement('a');
+                                               $a->setAttribute('href', $entry->getAttribute('src'));
+
+                                               $a->appendChild(new DOMText($entry->getAttribute('src')));
+                                               $a->setAttribute('target', '_blank');
+
+                                               $p->appendChild($a);
+
+                                               $entry->parentNode->replaceChild($p, $entry);
+                                       }
+                               }
                        }
 
                        if (strtolower($entry->nodeName) == "a") {
 
                $entries = $xpath->query('//iframe');
                foreach ($entries as $entry) {
-                       $entry->setAttribute('sandbox', true);
+                       $entry->setAttribute('sandbox', 'allow-scripts');
+
+               }
+
+               global $pluginhost;
+
+               if (isset($pluginhost)) {
+                       foreach ($pluginhost->get_hooks($pluginhost::HOOK_SANITIZE) as $plugin) {
+                               $doc = $plugin->hook_sanitize($doc, $site_url);
+                       }
                }
 
                $doc->removeChild($doc->firstChild); //remove doctype
        function strip_harmful_tags($doc) {
                $entries = $doc->getElementsByTagName("*");
 
-               $allowed_elements = array('a', 'address', 'audio',
+               $allowed_elements = array('a', 'address', 'audio', 'article',
                        'b', 'big', 'blockquote', 'body', 'br', 'cite',
-                       'code', 'dd', 'del', 'details', 'div', 'dl',
+                       'code', 'dd', 'del', 'details', 'div', 'dl', 'font',
                        'dt', 'em', 'footer', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6',
                        'header', 'html', 'i', 'img', 'ins', 'kbd',
                        'li', 'nav', 'ol', 'p', 'pre', 'q', 's','small',
        function format_warning($msg, $id = "") {
                global $link;
                return "<div class=\"warning\" id=\"$id\">
-                       <img src=\"".theme_image($link, "images/sign_excl.svg")."\">$msg</div>";
+                       <img src=\"images/sign_excl.svg\">$msg</div>";
        }
 
        function format_notice($msg, $id = "") {
                global $link;
                return "<div class=\"notice\" id=\"$id\">
-                       <img src=\"".theme_image($link, "images/sign_info.svg")."\">$msg</div>";
+                       <img src=\"images/sign_info.svg\">$msg</div>";
        }
 
        function format_error($msg, $id = "") {
                global $link;
                return "<div class=\"error\" id=\"$id\">
-                       <img src=\"".theme_image($link, "images/sign_excl.svg")."\">$msg</div>";
+                       <img src=\"images/sign_excl.svg\">$msg</div>";
        }
 
        function print_notice($msg) {
 
                $entry = "";
 
+               $url = htmlspecialchars($url);
+
                if (strpos($ctype, "audio/") === 0) {
 
                        if ($_SESSION["hasAudio"] && (strpos($ctype, "ogg") !== false ||
                                        </object>";
                        }
 
-                       if ($entry) $entry .= "&nbsp;" . basename($url);
+                       if ($entry) $entry .= "&nbsp; <a target=\"_blank\"
+                               href=\"$url\">" . basename($url) . "</a>";
 
                        return $entry;
 
                        if (!$entry_comments) $entry_comments = "&nbsp;"; # placeholder
 
                        $rv['content'] .= "<div class='postTags' style='float : right'>
-                               <img src='".theme_image($link, 'images/tag.png')."'
+                               <img src='images/tag.png'
                                class='tagsPic' alt='Tags' title='Tags'>&nbsp;";
 
                        if (!$zoom_mode) {
                                array_push($entries, $entry);
                        }
 
-                       if (!get_pref($link, "STRIP_IMAGES")) {
+                       if ($_SESSION['uid'] && !get_pref($link, "STRIP_IMAGES")) {
                                if ($always_display_enclosures ||
                                                        !preg_match("/<img/i", $article_content)) {
 
                        $oline='';
                        foreach($status as $key=>$eline){$oline.='['.$key.']'.$eline.' ';}
                        $line =$oline." \r\n ".$url."\r\n-----------------\r\n";
-                       $handle = @fopen('./curl.error.log', 'a');
-                       fwrite($handle, $line);
+#                      $handle = @fopen('./curl.error.log', 'a');
+#                      fwrite($handle, $line);
                        return FALSE;
                }
                return $url;
                return $rv;
        }
 
+       function stylesheet_tag($filename) {
+               $timestamp = filemtime($filename);
+
+               echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"$filename?$timestamp\"/>\n";
+       }
+
+       function javascript_tag($filename) {
+               $query = "";
+
+               if (!(strpos($filename, "?") === FALSE)) {
+                       $query = substr($filename, strpos($filename, "?")+1);
+                       $filename = substr($filename, 0, strpos($filename, "?"));
+               }
+
+               $timestamp = filemtime($filename);
+
+               if ($query) $timestamp .= "&$query";
+
+               echo "<script type=\"text/javascript\" charset=\"utf-8\" src=\"$filename?$timestamp\"></script>\n";
+       }
+
 ?>
index f5acae99c1e3509767bc9b65f55c01564b0c41e3..2f5903dc768ff6cff618fe63ce6bb331ea112e32 100644 (file)
@@ -1,4 +1,4 @@
-<?php # This file has been generated at:  Tue Mar 19 10:14:58 MSK 2013
+<?php # This file has been generated at:  Wed Mar 20 15:53:19 MSK 2013
 
 __("Title");
 __("Title or Content");
@@ -54,7 +54,7 @@ __('Automatically expand articles in combined mode');
 __('Purge unread articles');
 __('Show special feeds when hiding read feeds');
 __('Group headlines in virtual feeds');
-__('Hide images in articles');
+__('Do not embed images in articles');
 __('Enable external API');
 __('User timezone');
 __('Customize stylesheet');
index 68d6fc753eef0c63d1ab92f512eb5efa47aa257e..4cbd756a39af09de856c00cd7c934485ef47c2f7 100644 (file)
--- a/index.php
+++ b/index.php
@@ -44,8 +44,6 @@
 
        login_sequence($link);
 
-       $dt_add = time();
-
        no_cache_incantation();
 
        header('Content-Type: text/html; charset=utf-8');
 <html>
 <head>
        <title>Tiny Tiny RSS</title>
-       <link rel="stylesheet" type="text/css" href="lib/dijit/themes/claro/claro.css"/>
-       <link rel="stylesheet" type="text/css" href="tt-rss.css?<?php echo $dt_add ?>"/>
-       <link rel="stylesheet" type="text/css" href="cdm.css?<?php echo $dt_add ?>"/>
+
+       <?php echo stylesheet_tag("lib/dijit/themes/claro/claro.css"); ?>
+       <?php echo stylesheet_tag("tt-rss.css"); ?>
+       <?php echo stylesheet_tag("cdm.css"); ?>
 
        <?php print_user_stylesheet($link) ?>
 
 
        <link rel="shortcut icon" type="image/png" href="images/favicon.png"/>
 
-       <script type="text/javascript" src="lib/prototype.js"></script>
-       <script type="text/javascript" src="lib/scriptaculous/scriptaculous.js?load=effects,dragdrop,controls"></script>
-       <script type="text/javascript" src="lib/dojo/dojo.js"></script>
-       <script type="text/javascript" src="lib/dijit/dijit.js"></script>
-       <script type="text/javascript" src="lib/dojo/tt-rss-layer.js"></script>
+       <?php
+       foreach (array("lib/prototype.js",
+                               "lib/scriptaculous/scriptaculous.js?load=effects,dragdrop,controls",
+                               "lib/dojo/dojo.js",
+                               "lib/dijit/dijit.js",
+                               "lib/dojo/tt-rss-layer.js",
+                               "localized_js.php",
+                               "errors.php?mode=js") as $jsfile) {
+
+               echo javascript_tag($jsfile);
 
-       <script type="text/javascript" charset="utf-8" src="localized_js.php?<?php echo $dt_add ?>"></script>
-       <script type="text/javascript" charset="utf-8" src="errors.php?mode=js"></script>
+       } ?>
 
        <script type="text/javascript">
        <?php
 <div id="header">
        <img id="net-alert" style="display : none"
                title="<?php echo __("Communication problem with server.") ?>"
-               src="<?php echo theme_image($link, 'images/alert.png') ?>"/>
+               src="images/alert.png"/>
 
        <img id="newVersionIcon" style="display:none" onclick="newVersionDlg()"
                width="13" height="13"
-               src="<?php echo theme_image($link, 'images/new_version.png') ?>"
+               src="images/new_version.png"
                title="<?php echo __('New version of Tiny Tiny RSS is available!') ?>"
                alt="new_version_icon"/>
 </div>
                        <option value="score"><?php echo __('Score') ?></option>
                </select>
 
-               <button dojoType="dijit.form.Button" name="update"
+               <!-- deprecated -->
+               <button dojoType="dijit.form.Button" name="update" style="display : none"
                        onclick="viewCurrentFeed()">
                        <?php echo __('Update') ?></button>
 
                        <button id="net-alert" dojoType="dijit.form.Button" style="display : none" disabled="true"
                                title="<?php echo __("Communication problem with server.") ?>">
                        <img
-                               src="<?php echo theme_image($link, 'images/alert.png') ?>" />
+                               src="images/alert.png" />
                        </button>
 
                        <button id="newVersionIcon" dojoType="dijit.form.Button" style="display : none">
                        <img onclick="newVersionDlg()"
-                               src="<?php echo theme_image($link, 'images/new_version.png') ?>"
+                               src="images/new_version.png"
                                title="<?php echo __('New version of Tiny Tiny RSS is available!') ?>" />
                        </button>
 
index 0b75629f0e968b14b0c0913664ad2ea4808ae218..2e686c156728334b54b42176b9be6bd4460c5a0e 100644 (file)
@@ -162,6 +162,14 @@ dojo.declare("fox.FeedTree", dijit.Tree, {
                        tnode._menu = menu;
                }
 
+               if (id.match("CAT:")) {
+                       loading = dojo.doc.createElement('img');
+                       loading.className = 'loadingNode';
+                       loading.src = 'images/blank_icon.gif';
+                       dojo.place(loading, tnode.labelNode, 'after');
+                       tnode.loadingNode = loading;
+               }
+
                if (id.match("CAT:") && bare_id == -1) {
                        var menu = new dijit.Menu();
                        menu.row_id = bare_id;
@@ -243,8 +251,15 @@ dojo.declare("fox.FeedTree", dijit.Tree, {
 
                if (treeNode) {
                        treeNode = treeNode[0];
-                       treeNode.expandoNode.src = src;
-                       return true;
+                       if (is_cat) {
+                               if (treeNode.loadingNode) {
+                                       treeNode.loadingNode.src = src;
+                                       return true;
+                               }
+                       } else {
+                               treeNode.expandoNode.src = src;
+                               return true;
+                       }
                }
 
                return false;
index 4dc8b503e8a833f6ca334d78276c5f5bec5cd485..ae4c3a2fb6aafbf4c435d8717414ef5649d4c84e 100644 (file)
@@ -125,13 +125,11 @@ function viewfeed(feed, method, is_cat, offset, background, infscroll_req) {
 
                        Form.enable("main_toolbar_form");
 
-                       if (!offset)
-                               if (!is_cat) {
-                                       if (!setFeedExpandoIcon(feed, is_cat, 'images/indicator_white.gif'))
-                                               notify_progress("Loading, please wait...", true);
-                               } else {
+                       if (!offset) {
+                               if (!setFeedExpandoIcon(feed, is_cat,
+                                                       (is_cat) ? 'images/indicator_tiny.gif' : 'images/indicator_white.gif'))
                                        notify_progress("Loading, please wait...", true);
-                               }
+                       }
                }
 
                query += "&cat=" + is_cat;
index be78294df0d22a149668d24e2c8a6144aa9050ef..4840bcbe11be33818ba5bcdc5dbadb52f5dfa98e 100644 (file)
@@ -1746,7 +1746,7 @@ function feedBrowser() {
                                        } });
                        },
                        removeFromArchive: function() {
-                               var selected = this.getSelectedFeeds();
+                               var selected = this.getSelectedFeedIds();
 
                                if (selected.length > 0) {
 
@@ -1755,7 +1755,7 @@ function feedBrowser() {
                                        if (confirm(pr)) {
                                                Element.show('feed_browser_spinner');
 
-                                               var query = "?op=rpc&method=remarchived&ids=" +
+                                               var query = "?op=rpc&method=remarchive&ids=" +
                                                        param_escape(selected.toString());;
 
                                                new Ajax.Request("backend.php", {
@@ -1913,3 +1913,65 @@ function helpDialog(topic) {
        }
 }
 
+function htmlspecialchars_decode (string, quote_style) {
+  // http://kevin.vanzonneveld.net
+  // +   original by: Mirek Slugen
+  // +   improved by: Kevin van Zonneveld (http://kevin.vanzonneveld.net)
+  // +   bugfixed by: Mateusz "loonquawl" Zalega
+  // +      input by: ReverseSyntax
+  // +      input by: Slawomir Kaniecki
+  // +      input by: Scott Cariss
+  // +      input by: Francois
+  // +   bugfixed by: Onno Marsman
+  // +    revised by: Kevin van Zonneveld (http://kevin.vanzonneveld.net)
+  // +   bugfixed by: Brett Zamir (http://brett-zamir.me)
+  // +      input by: Ratheous
+  // +      input by: Mailfaker (http://www.weedem.fr/)
+  // +      reimplemented by: Brett Zamir (http://brett-zamir.me)
+  // +    bugfixed by: Brett Zamir (http://brett-zamir.me)
+  // *     example 1: htmlspecialchars_decode("<p>this -&gt; &quot;</p>", 'ENT_NOQUOTES');
+  // *     returns 1: '<p>this -> &quot;</p>'
+  // *     example 2: htmlspecialchars_decode("&amp;quot;");
+  // *     returns 2: '&quot;'
+  var optTemp = 0,
+    i = 0,
+    noquotes = false;
+  if (typeof quote_style === 'undefined') {
+    quote_style = 2;
+  }
+  string = string.toString().replace(/&lt;/g, '<').replace(/&gt;/g, '>');
+  var OPTS = {
+    'ENT_NOQUOTES': 0,
+    'ENT_HTML_QUOTE_SINGLE': 1,
+    'ENT_HTML_QUOTE_DOUBLE': 2,
+    'ENT_COMPAT': 2,
+    'ENT_QUOTES': 3,
+    'ENT_IGNORE': 4
+  };
+  if (quote_style === 0) {
+    noquotes = true;
+  }
+  if (typeof quote_style !== 'number') { // Allow for a single string or an array of string flags
+    quote_style = [].concat(quote_style);
+    for (i = 0; i < quote_style.length; i++) {
+      // Resolve string input to bitwise e.g. 'PATHINFO_EXTENSION' becomes 4
+      if (OPTS[quote_style[i]] === 0) {
+        noquotes = true;
+      } else if (OPTS[quote_style[i]]) {
+        optTemp = optTemp | OPTS[quote_style[i]];
+      }
+    }
+    quote_style = optTemp;
+  }
+  if (quote_style & OPTS.ENT_HTML_QUOTE_SINGLE) {
+    string = string.replace(/&#0*39;/g, "'"); // PHP doesn't currently escape if more than one 0, but it should
+    // string = string.replace(/&apos;|&#x0*27;/g, "'"); // This would also be useful here, but not a part of PHP
+  }
+  if (!noquotes) {
+    string = string.replace(/&quot;/g, '"');
+  }
+  // Put this in last place to avoid escape being double-decoded
+  string = string.replace(/&amp;/g, '&');
+
+  return string;
+}
index e6257e1fb261f4b3f7077962c123ce4d2085f6fa..082f62679c045675dd33415bbb3e067e59efac38 100644 (file)
@@ -722,6 +722,13 @@ function editSelectedFeeds() {
                                                                }
                                                        } catch (e) { }
 
+                                                       try {
+                                                               if (!query.match("&hide_images=") &&
+                                                                               this.getChildByName('hide_images').attr('disabled') == false) {
+                                                                       query = query + "&hide_images=false";
+                                                               }
+                                                       } catch (e) { }
+
                                                        if (!query.match("&include_in_digest=") &&
                                                                        this.getChildByName('include_in_digest').attr('disabled') == false) {
                                                                query = query + "&include_in_digest=false";
index 357e07780c0df0bea3c48e1d1a63477224d1da00..bced926745af8851121fff6a35d56f107b8037a4 100644 (file)
@@ -659,17 +659,31 @@ function hotkey_handler(e) {
                        catchupRelativeToArticle(0);
                        return false;
                case "article_scroll_down":
-                       scrollArticle(50);
+                       var ctr = $("content_insert") ? $("content_insert") : $("headlines-frame");
+
+                       scrollArticle(ctr.offsetHeight/3);
                        return false;
                case "article_scroll_up":
-                       scrollArticle(-50);
+                       var ctr = $("content_insert") ? $("content_insert") : $("headlines-frame");
+
+                       scrollArticle(-ctr.offsetHeight/3);
                        return false;
                case "close_article":
-                       closeArticlePanel();
+                       if (isCdmMode()) {
+                               if (!getInitParam("cdm_expanded")) {
+                                       cdmCollapseArticle(false, getActiveArticleId());
+                               } else {
+                                       dismissArticle(getActiveArticleId());
+                               }
+                       } else {
+                               closeArticlePanel();
+                       }
                        return false;
                case "email_article":
                        if (typeof emailArticle != "undefined") {
                                emailArticle();
+                       } else if (typeof mailtoArticle != "undefined") {
+                               mailtoArticle();
                        } else {
                                alert(__("Please enable mail plugin first."));
                        }
index 622a8109ffb50e313b04ab7e5d681f69c65133d1..5567c717a6144ed45cdfeb93c43f4ec0332a8a2b 100644 (file)
@@ -205,6 +205,8 @@ function headlines_callback2(transport, offset, background, infscroll_req) {
 
                _infscroll_request_sent = 0;
 
+               headlines_scroll_handler($("headlines-frame"));
+
                notify("");
 
        } catch (e) {
@@ -541,7 +543,7 @@ function moveToPost(mode, noscroll) {
 
                                        } else if (next_id) {
                                                cdmExpandArticle(next_id);
-                                               cdmScrollToArticleId(next_id, noscroll);
+                                               cdmScrollToArticleId(next_id, true);
                                        }
 
                                } else if (next_id) {
@@ -559,16 +561,28 @@ function moveToPost(mode, noscroll) {
                                        var prev_article = $("RROW-" + prev_id);
                                        var ctr = $("headlines-frame");
 
-                                       if (!noscroll && article && article.offsetTop < ctr.scrollTop) {
-                                               scrollArticle(-ctr.offsetHeight/2);
-                                       } else if (!noscroll && prev_article &&
-                                                       prev_article.offsetTop < ctr.scrollTop) {
-                                               cdmExpandArticle(prev_id);
-                                               scrollArticle(-ctr.offsetHeight/2);
-                                       } else if (prev_id) {
-                                               cdmExpandArticle(prev_id);
-                                               cdmScrollToArticleId(prev_id, noscroll);
+                                       if (!getInitParam("cdm_expanded")) {
+
+                                               if (!noscroll && article.offsetTop < ctr.scrollTop) {
+                                                       scrollArticle(-ctr.offsetHeight/3);
+                                               } else {
+                                                       cdmExpandArticle(prev_id);
+                                                       cdmScrollToArticleId(prev_id, true);
+                                               }
+                                       } else {
+
+                                               if (!noscroll && article && article.offsetTop < ctr.scrollTop) {
+                                                       scrollArticle(-ctr.offsetHeight/3);
+                                               } else if (!noscroll && prev_article &&
+                                                               prev_article.offsetTop < ctr.scrollTop) {
+                                                       cdmExpandArticle(prev_id);
+                                                       scrollArticle(-ctr.offsetHeight/3);
+                                               } else if (prev_id) {
+                                                       cdmExpandArticle(prev_id);
+                                                       cdmScrollToArticleId(prev_id, noscroll);
+                                               }
                                        }
+
                                } else if (prev_id) {
                                        correctHeadlinesOffset(prev_id);
                                        view(prev_id, getActiveFeedId());
@@ -1164,6 +1178,23 @@ function headlines_scroll_handler(e) {
        try {
                var hsp = $("headlines-spacer");
 
+               $$("#headlines-frame > div[id*=RROW]").each(
+                       function(child) {
+                               if (child.offsetTop <= $("headlines-frame").scrollTop +
+                                       $("headlines-frame").offsetHeight) {
+
+                                       var cencw = $("CENCW-" + child.id.replace("RROW-", ""));
+
+                                       if (cencw) {
+                                               cencw.innerHTML = htmlspecialchars_decode(cencw.innerHTML);
+                                               cencw.setAttribute('id', '');
+                                               Element.show(cencw);
+                                       }
+                               }
+                       }
+               );
+
+
                if (!_infscroll_disable) {
                        if ((hsp && e.scrollTop + e.offsetHeight >= hsp.offsetTop - hsp.offsetHeight) ||
                                        (e.scrollHeight != 0 &&
@@ -1185,7 +1216,7 @@ function headlines_scroll_handler(e) {
 
                        $$("#headlines-frame > div[id*=RROW][class*=Unread]").each(
                                function(child) {
-                                       if ($("headlines-frame").scrollTop >
+                                       if (child.hasClassName("Unread") && $("headlines-frame").scrollTop >
                                                        (child.offsetTop + child.offsetHeight/2)) {
 
                                                var id = child.id.replace("RROW-", "");
@@ -1312,8 +1343,36 @@ function catchupRelativeToArticle(below, id) {
        }
 }
 
+function cdmCollapseArticle(event, id) {
+       try {
+               var row = $("RROW-" + id);
+               var elem = $("CICD-" + id);
+
+               if (elem && row) {
+                       var collapse = $$("div#RROW-" + id +
+                               " span[class='collapseBtn']")[0];
+
+                       Element.hide(elem);
+                       Element.show("CEXC-" + id);
+                       Element.hide(collapse);
+
+                       markHeadline(id, false);
+
+                       if (id == getActiveArticleId()) {
+                               setActiveArticleId(0);
+                       }
+
+                       if (event) Event.stop(event);
+               }
+
+       } catch (e) {
+               exception_error("cdmCollapseArticle", e);
+       }
+}
+
 function cdmExpandArticle(id) {
        try {
+               console.log("cdmExpandArticle " + id);
 
                hideAuxDlg();
 
@@ -1327,25 +1386,39 @@ function cdmExpandArticle(id) {
                var old_offset = $("RROW-" + id).offsetTop;
 
                if (getActiveArticleId() && elem && !getInitParam("cdm_expanded")) {
+                       var collapse = $$("div#RROW-" + getActiveArticleId() +
+                               " span[class='collapseBtn']")[0];
+
                        Element.hide(elem);
                        Element.show("CEXC-" + getActiveArticleId());
+                       Element.hide(collapse);
                }
 
                setActiveArticleId(id);
 
                elem = $("CICD-" + id);
 
+               var collapse = $$("div#RROW-" + id +
+                               " span[class='collapseBtn']")[0];
+
+               var cencw = $("CENCW-" + id);
+
                if (!Element.visible(elem)) {
+                       if (cencw) {
+                               cencw.innerHTML = htmlspecialchars_decode(cencw.innerHTML);
+                               cencw.setAttribute('id', '');
+                               Element.show(cencw);
+                       }
+
                        Element.show(elem);
                        Element.hide("CEXC-" + id);
+                       Element.show(collapse);
                }
 
-               /* var new_offset = $("RROW-" + id).offsetTop;
+               var new_offset = $("RROW-" + id).offsetTop;
 
-               $("headlines-frame").scrollTop += (new_offset-old_offset);
-
-               if ($("RROW-" + id).offsetTop != old_offset)
-                       $("headlines-frame").scrollTop = new_offset; */
+               if (old_offset > new_offset)
+                       $("headlines-frame").scrollTop -= (old_offset-new_offset);
 
                toggleUnread(id, 0, true);
                toggleSelected(id);
@@ -1609,16 +1682,21 @@ function isCdmMode() {
        return getInitParam("combined_display_mode");
 }
 
-function markHeadline(id) {
+function markHeadline(id, marked) {
+       if (marked == undefined) marked = true;
+
        var row = $("RROW-" + id);
        if (row) {
                var check = dijit.byId("RCHK-" + id);
 
                if (check) {
-                       check.attr("checked", true);
+                       check.attr("checked", marked);
                }
 
-               row.addClassName("Selected");
+               if (marked)
+                       row.addClassName("Selected");
+               else
+                       row.removeClassName("Selected");
        }
 }
 
diff --git a/lib/position.js b/lib/position.js
deleted file mode 100644 (file)
index 43ea85f..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-/* http://textsnippets.com/posts/show/835 */
-
-Position.GetWindowSize = function(w) {
-        w = w ? w : window;
-        var width = w.innerWidth || (w.document.documentElement.clientWidth || w.document.body.clientWidth);
-        var height = w.innerHeight || (w.document.documentElement.clientHeight || w.document.body.clientHeight);
-        return [width, height];
-};
-
-/* http://textsnippets.com/posts/show/836 */
-
-Position.Center = function(element, parent) {
-        var w, h, pw, ph;
-        var d = Element.getDimensions(element);
-        w = d.width;
-        h = d.height;
-        Position.prepare();
-        if (!parent) {
-                var ws = Position.GetWindowSize();
-                pw = ws[0];
-                ph = ws[1];
-        } else {
-                pw = parent.offsetWidth;
-                ph = parent.offsetHeight;
-        }
-        element.style.top = (ph/2) - (h/2) -  Position.deltaY + "px";
-        element.style.left = (pw/2) - (w/2) -  Position.deltaX + "px";
-};
-
-
-
index 70dce2e198df88c5e3db51a80cbc4b81315f800a..5dd9cb6bdb1fdc68c488fb8db60149136a83307c 100644 (file)
Binary files a/locale/ca_CA/LC_MESSAGES/messages.mo and b/locale/ca_CA/LC_MESSAGES/messages.mo differ
index 53a7403cd2edc6024725bab79621838a23b4f1b8..dce525ae89727002c7eade64fb47b0d3412820ff 100644 (file)
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: messages\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-03-19 10:14+0400\n"
+"POT-Creation-Date: 2013-03-20 15:53+0400\n"
 "PO-Revision-Date: 2009-11-19 09:40+0100\n"
 "Last-Translator: Alfred Galitó <bratac@bratac.cat>\n"
 "Language-Team: Català <bratac@bratac.cat>\n"
@@ -261,8 +261,8 @@ msgstr ""
 
 #: index.php:117 index.php:147 index.php:252 prefs.php:79
 #: classes/backend.php:5 classes/pref/labels.php:296
-#: classes/pref/filters.php:609 classes/pref/feeds.php:1270
-#: plugins/digest/digest_body.php:45 js/viewfeed.js:1174
+#: classes/pref/filters.php:609 classes/pref/feeds.php:1296
+#: plugins/digest/digest_body.php:45 js/viewfeed.js:1181
 msgid "Loading, please wait..."
 msgstr "S'està obrint, preneu paciència..."
 
@@ -291,11 +291,11 @@ msgstr "Adaptatiu"
 msgid "All Articles"
 msgstr "Tots els articles"
 
-#: index.php:169 include/functions.php:1912 classes/feeds.php:106
+#: index.php:169 include/functions.php:1915 classes/feeds.php:106
 msgid "Starred"
 msgstr "Marcats"
 
-#: index.php:170 include/functions.php:1913 classes/feeds.php:107
+#: index.php:170 include/functions.php:1916 classes/feeds.php:107
 msgid "Published"
 msgstr "Publicats"
 
@@ -332,13 +332,14 @@ msgstr "Títol"
 msgid "Score"
 msgstr "Puntuació"
 
-#: index.php:187 classes/pref/feeds.php:535 classes/pref/feeds.php:746
+#: index.php:187 classes/pref/feeds.php:535 classes/pref/feeds.php:758
 msgid "Update"
 msgstr "Actualitza"
 
-#: index.php:191 index.php:221 include/functions.php:1903
-#: include/localized_schema.php:10 classes/feeds.php:111 classes/feeds.php:131
-#: js/FeedTree.js:128 js/FeedTree.js:156 plugins/digest/digest.js:630
+#: index.php:191 index.php:221 include/functions.php:1906
+#: include/localized_schema.php:10 classes/feeds.php:111 classes/feeds.php:136
+#: classes/feeds.php:410 js/FeedTree.js:128 js/FeedTree.js:156
+#: plugins/digest/digest.js:630
 msgid "Mark as read"
 msgstr "Marca'l com a llegit"
 
@@ -371,7 +372,7 @@ msgstr "Edita aquest canal..."
 msgid "Rescore feed"
 msgstr "Canvia la puntuació del canal"
 
-#: index.php:219 classes/pref/feeds.php:672 classes/pref/feeds.php:1243
+#: index.php:219 classes/pref/feeds.php:684 classes/pref/feeds.php:1269
 #: js/PrefFeedTree.js:73
 msgid "Unsubscribe"
 msgstr "Dóna't de baixa"
@@ -397,7 +398,7 @@ msgstr ""
 msgid "Show tag cloud..."
 msgstr "Núvol d'etiquetes"
 
-#: index.php:229 include/functions.php:1890
+#: index.php:229 include/functions.php:1893
 #, fuzzy
 msgid "Toggle widescreen mode"
 msgstr "Canvia al mode de reordenació de categories"
@@ -424,8 +425,8 @@ msgstr "Dreceres de teclat"
 msgid "Logout"
 msgstr "Surt"
 
-#: prefs.php:28 prefs.php:99 include/functions.php:1915
-#: classes/pref/prefs.php:371
+#: prefs.php:28 prefs.php:99 include/functions.php:1918
+#: classes/pref/prefs.php:377
 msgid "Preferences"
 msgstr "Preferències"
 
@@ -437,8 +438,8 @@ msgstr "Dreceres de teclat"
 msgid "Exit preferences"
 msgstr "Surt de les preferències"
 
-#: prefs.php:102 classes/pref/feeds.php:100 classes/pref/feeds.php:1148
-#: classes/pref/feeds.php:1211
+#: prefs.php:102 classes/pref/feeds.php:100 classes/pref/feeds.php:1174
+#: classes/pref/feeds.php:1237
 msgid "Feeds"
 msgstr "Canals"
 
@@ -446,8 +447,8 @@ msgstr "Canals"
 msgid "Filters"
 msgstr "Filtres"
 
-#: prefs.php:108 mobile/mobile-functions.php:205 include/functions.php:1118
-#: include/functions.php:1739 classes/pref/labels.php:90
+#: prefs.php:108 mobile/mobile-functions.php:205 include/functions.php:1121
+#: include/functions.php:1742 classes/pref/labels.php:90
 msgid "Labels"
 msgstr "Etiquetes"
 
@@ -544,8 +545,8 @@ msgstr ""
 msgid "Home"
 msgstr ""
 
-#: mobile/mobile-functions.php:178 include/functions.php:1116
-#: include/functions.php:1737
+#: mobile/mobile-functions.php:178 include/functions.php:1119
+#: include/functions.php:1740
 msgid "Special"
 msgstr "Especial"
 
@@ -592,9 +593,9 @@ msgstr "Ordena els canals per articles no llegits"
 msgid "Reverse headline order (oldest first)"
 msgstr "Inverteix l'ordre de les capçaleres (les més antigues les primeres)"
 
-#: include/digest.php:131 include/functions.php:1127
-#: include/functions.php:1640 include/functions.php:1725
-#: include/functions.php:1747 classes/opml.php:416 classes/pref/feeds.php:188
+#: include/digest.php:131 include/functions.php:1130
+#: include/functions.php:1643 include/functions.php:1728
+#: include/functions.php:1750 classes/opml.php:416 classes/pref/feeds.php:188
 msgid "Uncategorized"
 msgstr "Sense categoria"
 
@@ -607,325 +608,325 @@ msgstr "Articles marcats"
 msgid "No feeds found."
 msgstr "No s'ha trobat cap canal."
 
-#: include/functions.php:698
+#: include/functions.php:701
 msgid "Session failed to validate (incorrect IP)"
 msgstr "No s'ha pogut validar la sessió (IP incorrecta)"
 
-#: include/functions.php:1589 classes/dlg.php:371 classes/pref/filters.php:368
+#: include/functions.php:1592 classes/dlg.php:371 classes/pref/filters.php:368
 msgid "All feeds"
 msgstr "Tots els canals"
 
-#: include/functions.php:1790
+#: include/functions.php:1793
 msgid "Starred articles"
 msgstr "Articles marcats"
 
-#: include/functions.php:1792
+#: include/functions.php:1795
 msgid "Published articles"
 msgstr "Articles publicats"
 
-#: include/functions.php:1794
+#: include/functions.php:1797
 msgid "Fresh articles"
 msgstr "Articles nous"
 
-#: include/functions.php:1796 include/functions.php:1910
+#: include/functions.php:1799 include/functions.php:1913
 msgid "All articles"
 msgstr "Tots els articles"
 
-#: include/functions.php:1798
+#: include/functions.php:1801
 #, fuzzy
 msgid "Archived articles"
 msgstr "Articles mémorisés"
 
-#: include/functions.php:1800
+#: include/functions.php:1803
 msgid "Recently read"
 msgstr ""
 
-#: include/functions.php:1867
+#: include/functions.php:1870
 msgid "Navigation"
 msgstr "Navegació"
 
-#: include/functions.php:1868
+#: include/functions.php:1871
 #, fuzzy
 msgid "Open next feed"
 msgstr "Canals generats"
 
-#: include/functions.php:1869
+#: include/functions.php:1872
 msgid "Open previous feed"
 msgstr ""
 
-#: include/functions.php:1870
+#: include/functions.php:1873
 #, fuzzy
 msgid "Open next article"
 msgstr "Mostra el contingut original de l'article"
 
-#: include/functions.php:1871
+#: include/functions.php:1874
 #, fuzzy
 msgid "Open previous article"
 msgstr "Mostra el contingut original de l'article"
 
-#: include/functions.php:1872
+#: include/functions.php:1875
 msgid "Open next article (don't scroll long articles)"
 msgstr ""
 
-#: include/functions.php:1873
+#: include/functions.php:1876
 msgid "Open previous article (don't scroll long articles)"
 msgstr ""
 
-#: include/functions.php:1874
+#: include/functions.php:1877
 msgid "Show search dialog"
 msgstr "Mostra el diàleg de cerca"
 
-#: include/functions.php:1875
+#: include/functions.php:1878
 #, fuzzy
 msgid "Article"
 msgstr "Tots els articles"
 
-#: include/functions.php:1876
+#: include/functions.php:1879
 msgid "Toggle starred"
 msgstr "Commuta els marcats"
 
-#: include/functions.php:1877
+#: include/functions.php:1880
 msgid "Toggle published"
 msgstr "Commuta els publicats"
 
-#: include/functions.php:1878
+#: include/functions.php:1881
 msgid "Toggle unread"
 msgstr "Commuta els no llegits"
 
-#: include/functions.php:1879
+#: include/functions.php:1882
 msgid "Edit tags"
 msgstr "Edita les etiquetes"
 
-#: include/functions.php:1880
+#: include/functions.php:1883
 #, fuzzy
 msgid "Dismiss selected"
 msgstr ""
 "Esteu segur que voleu eliminar els articles seleccionats de l'etiqueta?"
 
-#: include/functions.php:1881
+#: include/functions.php:1884
 #, fuzzy
 msgid "Dismiss read"
 msgstr "Publica l'article"
 
-#: include/functions.php:1882
+#: include/functions.php:1885
 #, fuzzy
 msgid "Open in new window"
 msgstr "Obre l'article en una finestra nova"
 
-#: include/functions.php:1883 js/viewfeed.js:1758
+#: include/functions.php:1886 js/viewfeed.js:1818
 #, fuzzy
 msgid "Mark below as read"
 msgstr "Marca'l com a llegit"
 
-#: include/functions.php:1884 js/viewfeed.js:1752
+#: include/functions.php:1887 js/viewfeed.js:1812
 #, fuzzy
 msgid "Mark above as read"
 msgstr "Marca'l com a llegit"
 
-#: include/functions.php:1885
+#: include/functions.php:1888
 #, fuzzy
 msgid "Scroll down"
 msgstr "Fet!"
 
-#: include/functions.php:1886
+#: include/functions.php:1889
 msgid "Scroll up"
 msgstr ""
 
-#: include/functions.php:1887
+#: include/functions.php:1890
 #, fuzzy
 msgid "Select article under cursor"
 msgstr "Seleccioneu un article mitjançant el ratolí."
 
-#: include/functions.php:1888
+#: include/functions.php:1891
 #, fuzzy
 msgid "Email article"
 msgstr "Tots els articles"
 
-#: include/functions.php:1889 plugins/close_button/init.php:24
+#: include/functions.php:1892
 #, fuzzy
-msgid "Close article"
+msgid "Close/collapse article"
 msgstr "Buida els articles"
 
-#: include/functions.php:1891
+#: include/functions.php:1894
 #, fuzzy
 msgid "Article selection"
 msgstr "Accions actives de l'article"
 
-#: include/functions.php:1892
+#: include/functions.php:1895
 #, fuzzy
 msgid "Select all articles"
 msgstr "Buida els articles"
 
-#: include/functions.php:1893
+#: include/functions.php:1896
 #, fuzzy
 msgid "Select unread"
 msgstr "Purga els articles per llegir"
 
-#: include/functions.php:1894
+#: include/functions.php:1897
 #, fuzzy
 msgid "Select starred"
 msgstr "Marca'l com a destacat"
 
-#: include/functions.php:1895
+#: include/functions.php:1898
 #, fuzzy
 msgid "Select published"
 msgstr "Purga els articles per llegir"
 
-#: include/functions.php:1896
+#: include/functions.php:1899
 #, fuzzy
 msgid "Invert selection"
 msgstr "Accions actives de l'article"
 
-#: include/functions.php:1897
+#: include/functions.php:1900
 #, fuzzy
 msgid "Deselect everything"
 msgstr "Buida els articles"
 
-#: include/functions.php:1898 classes/pref/feeds.php:488
-#: classes/pref/feeds.php:707
+#: include/functions.php:1901 classes/pref/feeds.php:488
+#: classes/pref/feeds.php:719
 msgid "Feed"
 msgstr "Canal"
 
-#: include/functions.php:1899
+#: include/functions.php:1902
 #, fuzzy
 msgid "Refresh current feed"
 msgstr "Actualitza els canals actius"
 
-#: include/functions.php:1900
+#: include/functions.php:1903
 #, fuzzy
 msgid "Un/hide read feeds"
 msgstr "Mostra/amaga els canals llegits"
 
-#: include/functions.php:1901 classes/pref/feeds.php:1214
+#: include/functions.php:1904 classes/pref/feeds.php:1240
 msgid "Subscribe to feed"
 msgstr "Subscriu-te al canal"
 
-#: include/functions.php:1902 js/FeedTree.js:135 js/PrefFeedTree.js:67
+#: include/functions.php:1905 js/FeedTree.js:135 js/PrefFeedTree.js:67
 msgid "Edit feed"
 msgstr "Edita el canal"
 
-#: include/functions.php:1904
+#: include/functions.php:1907
 #, fuzzy
 msgid "Reverse headlines"
 msgstr "Inverteix l'ordre de les capçaleres (les més antigues les primeres)"
 
-#: include/functions.php:1905
+#: include/functions.php:1908
 #, fuzzy
 msgid "Debug feed update"
 msgstr "S'ha acabat l'actualització dels canals."
 
-#: include/functions.php:1906 js/FeedTree.js:170
+#: include/functions.php:1909 js/FeedTree.js:177
 msgid "Mark all feeds as read"
 msgstr "Marca tots els canals com a llegits"
 
-#: include/functions.php:1907
+#: include/functions.php:1910
 #, fuzzy
 msgid "Un/collapse current category"
 msgstr "Clica-hi per a reduir la categoria"
 
-#: include/functions.php:1908
+#: include/functions.php:1911
 #, fuzzy
 msgid "Toggle combined mode"
 msgstr "Canvia al mode de reordenació de categories"
 
-#: include/functions.php:1909
+#: include/functions.php:1912
 #, fuzzy
 msgid "Go to"
 msgstr "Vés a..."
 
-#: include/functions.php:1911
+#: include/functions.php:1914
 #, fuzzy
 msgid "Fresh"
 msgstr "Actualitza"
 
-#: include/functions.php:1914
+#: include/functions.php:1917
 msgid "Tag cloud"
 msgstr "Núvol d'etiquetes"
 
-#: include/functions.php:1916
+#: include/functions.php:1919
 #, fuzzy
 msgid "Other"
 msgstr "Altres:"
 
-#: include/functions.php:1917 classes/pref/labels.php:281
+#: include/functions.php:1920 classes/pref/labels.php:281
 msgid "Create label"
 msgstr "Crea una etiqueta"
 
-#: include/functions.php:1918 classes/pref/filters.php:587
+#: include/functions.php:1921 classes/pref/filters.php:587
 msgid "Create filter"
 msgstr "Crea un filtre"
 
-#: include/functions.php:1919
+#: include/functions.php:1922
 #, fuzzy
 msgid "Un/collapse sidebar"
 msgstr "Redueix la barra lateral"
 
-#: include/functions.php:1920
+#: include/functions.php:1923
 #, fuzzy
 msgid "Show help dialog"
 msgstr "Mostra el diàleg de cerca"
 
-#: include/functions.php:2400
+#: include/functions.php:2405
 #, fuzzy, php-format
 msgid "Search results: %s"
 msgstr "Resultats de la cerca"
 
-#: include/functions.php:2824 js/viewfeed.js:1845
+#: include/functions.php:2893 js/viewfeed.js:1905
 #, fuzzy
 msgid "Click to play"
 msgstr "Feu clic per editar"
 
-#: include/functions.php:2825 js/viewfeed.js:1844
+#: include/functions.php:2894 js/viewfeed.js:1904
 msgid "Play"
 msgstr ""
 
-#: include/functions.php:2945
+#: include/functions.php:3015
 msgid " - "
 msgstr " - "
 
-#: include/functions.php:2967 include/functions.php:3284 classes/rpc.php:359
+#: include/functions.php:3037 include/functions.php:3354 classes/rpc.php:360
 msgid "no tags"
 msgstr "sense etiqueta"
 
-#: include/functions.php:2977 classes/feeds.php:645
+#: include/functions.php:3047 classes/feeds.php:656
 msgid "Edit tags for this article"
 msgstr "Edita les etiquetes d'aquest article"
 
-#: include/functions.php:3006 classes/feeds.php:600
+#: include/functions.php:3076 classes/feeds.php:610
 #, fuzzy
 msgid "Originally from:"
 msgstr "Mostra el contingut original de l'article"
 
-#: include/functions.php:3019 classes/feeds.php:613 classes/pref/feeds.php:507
+#: include/functions.php:3089 classes/feeds.php:623 classes/pref/feeds.php:507
 #, fuzzy
 msgid "Feed URL"
 msgstr "Canal"
 
-#: include/functions.php:3048
+#: include/functions.php:3118
 msgid "Related"
 msgstr ""
 
-#: include/functions.php:3075 classes/dlg.php:43 classes/dlg.php:162
+#: include/functions.php:3145 classes/dlg.php:43 classes/dlg.php:162
 #: classes/dlg.php:185 classes/dlg.php:222 classes/dlg.php:508
 #: classes/dlg.php:543 classes/dlg.php:574 classes/dlg.php:608
 #: classes/dlg.php:620 classes/backend.php:105 classes/pref/users.php:106
-#: classes/pref/filters.php:108 classes/pref/feeds.php:1527
-#: classes/pref/feeds.php:1598 plugins/import_export/init.php:407
+#: classes/pref/filters.php:108 classes/pref/feeds.php:1553
+#: classes/pref/feeds.php:1624 plugins/import_export/init.php:407
 #: plugins/import_export/init.php:431 plugins/share/init.php:67
-#: plugins/updater/init.php:329
+#: plugins/updater/init.php:330
 msgid "Close this window"
 msgstr "Tanca la finestra"
 
-#: include/functions.php:3309
+#: include/functions.php:3379
 #, fuzzy
 msgid "(edit note)"
 msgstr "edita la nota"
 
-#: include/functions.php:3542
+#: include/functions.php:3612
 msgid "unknown type"
 msgstr "tipus desconegut"
 
-#: include/functions.php:3592
+#: include/functions.php:3662
 #, fuzzy
 msgid "Attachments"
 msgstr "Adjuncions:"
@@ -964,7 +965,7 @@ msgstr "Publica l'article"
 msgid "Assign tags"
 msgstr "Assigna etiquetes"
 
-#: include/localized_schema.php:14 js/viewfeed.js:1809
+#: include/localized_schema.php:14 js/viewfeed.js:1869
 msgid "Assign label"
 msgstr "Assigna-li l'etiqueta"
 
@@ -1164,7 +1165,7 @@ msgstr "Agrupa les capçaleres en canals virtuals"
 
 #: include/localized_schema.php:57
 #, fuzzy
-msgid "Hide images in articles"
+msgid "Do not embed images in articles"
 msgstr "No mostris imatges en els articles"
 
 #: include/localized_schema.php:58
@@ -1175,7 +1176,7 @@ msgstr ""
 msgid "User timezone"
 msgstr ""
 
-#: include/localized_schema.php:60 js/prefs.js:1733
+#: include/localized_schema.php:60 js/prefs.js:1740
 #, fuzzy
 msgid "Customize stylesheet"
 msgstr "URL de la fulla d'estils personalitzada."
@@ -1232,7 +1233,7 @@ msgid "Title:"
 msgstr "Titre&nbsp;:"
 
 #: classes/handler/public.php:404 classes/dlg.php:667
-#: classes/pref/feeds.php:505 classes/pref/feeds.php:722
+#: classes/pref/feeds.php:505 classes/pref/feeds.php:734
 #: plugins/instances/init.php:215
 msgid "URL:"
 msgstr "URL:"
@@ -1261,8 +1262,8 @@ msgstr ""
 #: classes/dlg.php:751 classes/pref/users.php:194 classes/pref/labels.php:81
 #: classes/pref/filters.php:349 classes/pref/filters.php:729
 #: classes/pref/filters.php:798 classes/pref/filters.php:865
-#: classes/pref/feeds.php:689 classes/pref/feeds.php:829
-#: plugins/mail/init.php:132 plugins/note/init.php:55
+#: classes/pref/feeds.php:701 classes/pref/feeds.php:849
+#: plugins/mail/init.php:131 plugins/note/init.php:55
 #: plugins/instances/init.php:251
 msgid "Cancel"
 msgstr "Cancel·la"
@@ -1324,8 +1325,8 @@ msgstr ""
 #: classes/dlg.php:55 classes/pref/users.php:378 classes/pref/labels.php:272
 #: classes/pref/filters.php:230 classes/pref/filters.php:277
 #: classes/pref/filters.php:578 classes/pref/filters.php:657
-#: classes/pref/filters.php:684 classes/pref/feeds.php:1202
-#: classes/pref/feeds.php:1472 classes/pref/feeds.php:1541
+#: classes/pref/filters.php:684 classes/pref/feeds.php:1228
+#: classes/pref/feeds.php:1498 classes/pref/feeds.php:1567
 #: plugins/instances/init.php:287
 #, fuzzy
 msgid "Select"
@@ -1335,8 +1336,8 @@ msgstr "Selecciona:"
 #: classes/pref/labels.php:275 classes/pref/filters.php:233
 #: classes/pref/filters.php:280 classes/pref/filters.php:581
 #: classes/pref/filters.php:660 classes/pref/filters.php:687
-#: classes/pref/feeds.php:1205 classes/pref/feeds.php:1475
-#: classes/pref/feeds.php:1544 plugins/instances/init.php:290
+#: classes/pref/feeds.php:1231 classes/pref/feeds.php:1501
+#: classes/pref/feeds.php:1570 plugins/instances/init.php:290
 msgid "All"
 msgstr "Tot"
 
@@ -1344,8 +1345,8 @@ msgstr "Tot"
 #: classes/pref/labels.php:277 classes/pref/filters.php:235
 #: classes/pref/filters.php:282 classes/pref/filters.php:583
 #: classes/pref/filters.php:662 classes/pref/filters.php:689
-#: classes/pref/feeds.php:1207 classes/pref/feeds.php:1477
-#: classes/pref/feeds.php:1546 plugins/instances/init.php:292
+#: classes/pref/feeds.php:1233 classes/pref/feeds.php:1503
+#: classes/pref/feeds.php:1572 plugins/instances/init.php:292
 msgid "None"
 msgstr "Cap"
 
@@ -1418,7 +1419,7 @@ msgid "Feed or site URL"
 msgstr "Canal"
 
 #: classes/dlg.php:249 classes/dlg.php:715 classes/pref/feeds.php:527
-#: classes/pref/feeds.php:735
+#: classes/pref/feeds.php:747
 msgid "Place in category:"
 msgstr "Posa'l a la categoria:"
 
@@ -1428,17 +1429,17 @@ msgid "Available feeds"
 msgstr "Tots els canals"
 
 #: classes/dlg.php:269 classes/pref/users.php:155 classes/pref/feeds.php:557
-#: classes/pref/feeds.php:771
+#: classes/pref/feeds.php:783
 msgid "Authentication"
 msgstr "Autenticació"
 
 #: classes/dlg.php:273 classes/dlg.php:729 classes/pref/users.php:438
-#: classes/pref/feeds.php:563 classes/pref/feeds.php:775
+#: classes/pref/feeds.php:563 classes/pref/feeds.php:787
 msgid "Login"
 msgstr "Entra"
 
-#: classes/dlg.php:276 classes/dlg.php:732 classes/pref/prefs.php:196
-#: classes/pref/feeds.php:569 classes/pref/feeds.php:781
+#: classes/dlg.php:276 classes/dlg.php:732 classes/pref/prefs.php:202
+#: classes/pref/feeds.php:569 classes/pref/feeds.php:793
 #, fuzzy
 msgid "Password"
 msgstr "Contrasenya:"
@@ -1457,7 +1458,7 @@ msgid "More feeds"
 msgstr "Més canals"
 
 #: classes/dlg.php:318 classes/dlg.php:409 classes/pref/users.php:368
-#: classes/pref/filters.php:574 classes/pref/feeds.php:1198 js/tt-rss.js:166
+#: classes/pref/filters.php:574 classes/pref/feeds.php:1224 js/tt-rss.js:166
 msgid "Search"
 msgstr "Cerca"
 
@@ -1478,7 +1479,7 @@ msgstr "Límit:"
 
 #: classes/dlg.php:349 classes/pref/users.php:394 classes/pref/labels.php:284
 #: classes/pref/filters.php:339 classes/pref/filters.php:596
-#: classes/pref/feeds.php:662 plugins/instances/init.php:297
+#: classes/pref/feeds.php:674 plugins/instances/init.php:297
 msgid "Remove"
 msgstr "Suprimeix"
 
@@ -1500,7 +1501,7 @@ msgstr "Etiquetes per aquest article (separades per comes):"
 
 #: classes/dlg.php:439 classes/dlg.php:650 classes/pref/users.php:192
 #: classes/pref/labels.php:79 classes/pref/filters.php:346
-#: classes/pref/feeds.php:688 classes/pref/feeds.php:826
+#: classes/pref/feeds.php:700 classes/pref/feeds.php:846
 #: plugins/nsfw/init.php:86 plugins/note/init.php:53
 #: plugins/owncloud/init.php:62 plugins/instances/init.php:248
 msgid "Save"
@@ -1537,7 +1538,7 @@ msgstr ""
 msgid "Display entries"
 msgstr "mostra els canals"
 
-#: classes/dlg.php:551 classes/feeds.php:133
+#: classes/dlg.php:551 classes/feeds.php:138
 #, fuzzy
 msgid "View as RSS"
 msgstr "Visualitza les etiquetes"
@@ -1546,7 +1547,7 @@ msgstr "Visualitza les etiquetes"
 msgid "You can view this feed as RSS using the following URL:"
 msgstr ""
 
-#: classes/dlg.php:591 plugins/updater/init.php:303
+#: classes/dlg.php:591 plugins/updater/init.php:304
 #, fuzzy, php-format
 msgid "New version of Tiny Tiny RSS is available (%s)."
 msgstr "Hi ha una nova versió de Tiny Tiny RSS!"
@@ -1678,36 +1679,42 @@ msgstr "Vés enrere"
 msgid "Delete"
 msgstr "Per defecte"
 
-#: classes/feeds.php:125 plugins/mail/init.php:28
+#: classes/feeds.php:125 classes/feeds.php:130 plugins/mailto/init.php:28
+#: plugins/mail/init.php:28
 #, fuzzy
 msgid "Forward by email"
 msgstr "Marca l'article"
 
-#: classes/feeds.php:129
+#: classes/feeds.php:134
 msgid "Feed:"
 msgstr "Flux&nbsp;:"
 
-#: classes/feeds.php:196 classes/feeds.php:790
+#: classes/feeds.php:201 classes/feeds.php:801
 msgid "Feed not found."
 msgstr "No s'ha trobat el canal."
 
-#: classes/feeds.php:403 classes/feeds.php:493
+#: classes/feeds.php:500
 msgid "mark as read"
 msgstr "Marca'l com a llegit"
 
-#: classes/feeds.php:691
+#: classes/feeds.php:555
+#, fuzzy
+msgid "Collapse article"
+msgstr "Buida els articles"
+
+#: classes/feeds.php:702
 msgid "No unread articles found to display."
 msgstr "No es poden mostrar els articles no llegits perquè no n'hi ha."
 
-#: classes/feeds.php:694
+#: classes/feeds.php:705
 msgid "No updated articles found to display."
 msgstr "No hi ha cap article actualitzat."
 
-#: classes/feeds.php:697
+#: classes/feeds.php:708
 msgid "No starred articles found to display."
 msgstr "No hi ha articles marcats per mostrar."
 
-#: classes/feeds.php:701
+#: classes/feeds.php:712
 msgid ""
 "No articles found to display. You can assign articles to labels manually "
 "(see the Actions menu above) or use a filter."
@@ -1715,22 +1722,22 @@ msgstr ""
 "No s'han trobat articles per a mostrar. Podeu assignar articles a etiquetes "
 "manualment (mireu el menú Accions) o utilitzeu un filtre."
 
-#: classes/feeds.php:703
+#: classes/feeds.php:714
 msgid "No articles found to display."
 msgstr "No s'han trobat articles per a mostrar."
 
-#: classes/feeds.php:718 classes/feeds.php:899
+#: classes/feeds.php:729 classes/feeds.php:910
 #, fuzzy, php-format
 msgid "Feeds last updated at %s"
 msgstr "Erreurs de mise à jour"
 
-#: classes/feeds.php:728 classes/feeds.php:909
+#: classes/feeds.php:739 classes/feeds.php:920
 msgid "Some feeds have update errors (click for details)"
 msgstr ""
 "S'han detectat errors en alguns canals (feu clic aquí per veure'n els "
 "detalls)"
 
-#: classes/feeds.php:889
+#: classes/feeds.php:900
 msgid "No feed selected."
 msgstr "No heu seleccionat cap canal."
 
@@ -1851,7 +1858,7 @@ msgid "Change password to"
 msgstr "Nova contrasenya"
 
 #: classes/pref/users.php:177 classes/pref/feeds.php:577
-#: classes/pref/feeds.php:787
+#: classes/pref/feeds.php:799
 msgid "Options"
 msgstr "Opcions"
 
@@ -2006,7 +2013,7 @@ msgstr ""
 msgid "Combine"
 msgstr ""
 
-#: classes/pref/filters.php:600 classes/pref/feeds.php:1257
+#: classes/pref/filters.php:600 classes/pref/feeds.php:1283
 msgid "Rescore articles"
 msgstr "Canvia la puntuació dels articles"
 
@@ -2067,188 +2074,179 @@ msgstr "Les contrasenyes no coincideixen."
 msgid "Function not supported by authentication module."
 msgstr ""
 
-#: classes/pref/prefs.php:63
+#: classes/pref/prefs.php:69
 msgid "The configuration was saved."
 msgstr "S'ha desat la configuració"
 
-#: classes/pref/prefs.php:77
+#: classes/pref/prefs.php:83
 #, php-format
 msgid "Unknown option: %s"
 msgstr "Es desconeix l'opció %s"
 
-#: classes/pref/prefs.php:91
+#: classes/pref/prefs.php:97
 #, fuzzy
 msgid "Your personal data has been saved."
 msgstr "S'ha modificat la contrasenya."
 
-#: classes/pref/prefs.php:131
+#: classes/pref/prefs.php:137
 #, fuzzy
 msgid "Personal data / Authentication"
 msgstr "Autenticació"
 
-#: classes/pref/prefs.php:151
+#: classes/pref/prefs.php:157
 msgid "Personal data"
 msgstr "Dades personals"
 
-#: classes/pref/prefs.php:161
+#: classes/pref/prefs.php:167
 msgid "Full name"
 msgstr ""
 
-#: classes/pref/prefs.php:165
+#: classes/pref/prefs.php:171
 msgid "E-mail"
 msgstr "Adreça electrònica"
 
-#: classes/pref/prefs.php:171
+#: classes/pref/prefs.php:177
 msgid "Access level"
 msgstr "Nivell d'accés"
 
-#: classes/pref/prefs.php:181
+#: classes/pref/prefs.php:187
 #, fuzzy
 msgid "Save data"
 msgstr "Desa"
 
-#: classes/pref/prefs.php:203
+#: classes/pref/prefs.php:209
 #, fuzzy
 msgid "Your password is at default value, please change it."
 msgstr ""
 "La contrasenya actual és la predeterminada,\n"
 "\t\t\t\t\t\t penseu en modificar-la."
 
-#: classes/pref/prefs.php:235
+#: classes/pref/prefs.php:241
 msgid "Old password"
 msgstr "Contrasenya antiga"
 
-#: classes/pref/prefs.php:238
+#: classes/pref/prefs.php:244
 msgid "New password"
 msgstr "Nova contrasenya"
 
-#: classes/pref/prefs.php:243
+#: classes/pref/prefs.php:249
 msgid "Confirm password"
 msgstr "Confirmeu la contrasenya"
 
-#: classes/pref/prefs.php:253
+#: classes/pref/prefs.php:259
 msgid "Change password"
 msgstr "Canvia la contrasenya"
 
-#: classes/pref/prefs.php:259
+#: classes/pref/prefs.php:265
 msgid "One time passwords / Authenticator"
 msgstr ""
 
-#: classes/pref/prefs.php:288 classes/pref/prefs.php:339
+#: classes/pref/prefs.php:294 classes/pref/prefs.php:345
 #, fuzzy
 msgid "Enter your password"
 msgstr "El nom d'usuari o la contrasenya és incorrecte"
 
-#: classes/pref/prefs.php:299
+#: classes/pref/prefs.php:305
 #, fuzzy
 msgid "Disable OTP"
 msgstr "(Desactivat)"
 
-#: classes/pref/prefs.php:305
+#: classes/pref/prefs.php:311
 msgid ""
 "You will need a compatible Authenticator to use this. Changing your password "
 "would automatically disable OTP."
 msgstr ""
 
-#: classes/pref/prefs.php:307
+#: classes/pref/prefs.php:313
 msgid "Scan the following code by the Authenticator application:"
 msgstr ""
 
-#: classes/pref/prefs.php:348
+#: classes/pref/prefs.php:354
 msgid "I have scanned the code and would like to enable OTP"
 msgstr ""
 
-#: classes/pref/prefs.php:356
+#: classes/pref/prefs.php:362
 #, fuzzy
 msgid "Enable OTP"
 msgstr "Activat"
 
-#: classes/pref/prefs.php:482
+#: classes/pref/prefs.php:493
 #, fuzzy
 msgid "Customize"
 msgstr "URL de la fulla d'estils personalitzada."
 
-#: classes/pref/prefs.php:501 classes/pref/prefs.php:508
-#: classes/pref/prefs.php:513
-msgid "Yes"
-msgstr "Sí"
-
-#: classes/pref/prefs.php:503 classes/pref/prefs.php:513
-msgid "No"
-msgstr "No"
-
-#: classes/pref/prefs.php:543
+#: classes/pref/prefs.php:552
 #, fuzzy
 msgid "Register"
 msgstr "Registrat"
 
-#: classes/pref/prefs.php:547
+#: classes/pref/prefs.php:556
 msgid "Clear"
 msgstr ""
 
-#: classes/pref/prefs.php:553
+#: classes/pref/prefs.php:562
 #, php-format
 msgid "Current server time: %s (UTC)"
 msgstr ""
 
-#: classes/pref/prefs.php:582
+#: classes/pref/prefs.php:595
 msgid "Save configuration"
 msgstr "Desa la configuració"
 
-#: classes/pref/prefs.php:585
+#: classes/pref/prefs.php:598
 #, fuzzy
 msgid "Manage profiles"
 msgstr "Crea un filtre"
 
-#: classes/pref/prefs.php:588
+#: classes/pref/prefs.php:601
 msgid "Reset to defaults"
 msgstr "Torna als paràmetres per defecte"
 
-#: classes/pref/prefs.php:600
+#: classes/pref/prefs.php:613
 #, fuzzy
 msgid "Show additional preferences"
 msgstr "Surt de les preferències"
 
-#: classes/pref/prefs.php:612 classes/pref/prefs.php:614
+#: classes/pref/prefs.php:625 classes/pref/prefs.php:627
 msgid "Plugins"
 msgstr ""
 
-#: classes/pref/prefs.php:642
+#: classes/pref/prefs.php:655
 msgid "System plugins"
 msgstr ""
 
-#: classes/pref/prefs.php:646 classes/pref/prefs.php:695
+#: classes/pref/prefs.php:659 classes/pref/prefs.php:708
 msgid "Plugin"
 msgstr ""
 
-#: classes/pref/prefs.php:647 classes/pref/prefs.php:696
+#: classes/pref/prefs.php:660 classes/pref/prefs.php:709
 #, fuzzy
 msgid "Description"
 msgstr "description"
 
-#: classes/pref/prefs.php:648 classes/pref/prefs.php:697
+#: classes/pref/prefs.php:661 classes/pref/prefs.php:710
 msgid "Version"
 msgstr ""
 
-#: classes/pref/prefs.php:649 classes/pref/prefs.php:698
+#: classes/pref/prefs.php:662 classes/pref/prefs.php:711
 msgid "Author"
 msgstr ""
 
-#: classes/pref/prefs.php:682 classes/pref/prefs.php:733
+#: classes/pref/prefs.php:695 classes/pref/prefs.php:746
 #, fuzzy
 msgid "Clear data"
 msgstr "Esborra les dades del canal"
 
-#: classes/pref/prefs.php:691
+#: classes/pref/prefs.php:704
 msgid "User plugins"
 msgstr ""
 
-#: classes/pref/prefs.php:748
+#: classes/pref/prefs.php:761
 #, fuzzy
 msgid "Enable selected plugins"
 msgstr "Habilita les icones dels canals."
 
-#: classes/pref/prefs.php:803 classes/pref/prefs.php:821
+#: classes/pref/prefs.php:816 classes/pref/prefs.php:834
 #, fuzzy
 msgid "Incorrect password"
 msgstr "El nom d'usuari o la contrasenya és incorrecte"
@@ -2269,7 +2267,7 @@ msgstr "Edita el canal"
 msgid "Feed Title"
 msgstr "Títol"
 
-#: classes/pref/feeds.php:550 classes/pref/feeds.php:762
+#: classes/pref/feeds.php:550 classes/pref/feeds.php:774
 msgid "Article purging:"
 msgstr "Neteja d'articles:"
 
@@ -2279,146 +2277,150 @@ msgid ""
 "requires authentication, except for Twitter feeds."
 msgstr ""
 
-#: classes/pref/feeds.php:589 classes/pref/feeds.php:791
+#: classes/pref/feeds.php:589 classes/pref/feeds.php:803
 #, fuzzy
 msgid "Hide from Popular feeds"
 msgstr "Amaga-ho de la llista de canals"
 
-#: classes/pref/feeds.php:601 classes/pref/feeds.php:797
+#: classes/pref/feeds.php:601 classes/pref/feeds.php:809
 msgid "Include in e-mail digest"
 msgstr "Inclou-lo en el resum diari per correu electrònic"
 
-#: classes/pref/feeds.php:614 classes/pref/feeds.php:803
+#: classes/pref/feeds.php:614 classes/pref/feeds.php:815
 msgid "Always display image attachments"
 msgstr "Mostra les imatges adjuntes"
 
-#: classes/pref/feeds.php:628 classes/pref/feeds.php:811
+#: classes/pref/feeds.php:627 classes/pref/feeds.php:823
+msgid "Do not embed images"
+msgstr ""
+
+#: classes/pref/feeds.php:640 classes/pref/feeds.php:831
 msgid "Cache images locally"
 msgstr "Emmagatzema les imatges localment"
 
-#: classes/pref/feeds.php:640 classes/pref/feeds.php:817
+#: classes/pref/feeds.php:652 classes/pref/feeds.php:837
 #, fuzzy
 msgid "Mark updated articles as unread"
 msgstr "Esteu segur que voleu marcar tots els articles com a llegits?"
 
-#: classes/pref/feeds.php:646
+#: classes/pref/feeds.php:658
 #, fuzzy
 msgid "Icon"
 msgstr "Action"
 
-#: classes/pref/feeds.php:660
+#: classes/pref/feeds.php:672
 msgid "Replace"
 msgstr ""
 
-#: classes/pref/feeds.php:679
+#: classes/pref/feeds.php:691
 #, fuzzy
 msgid "Resubscribe to push updates"
 msgstr "Subscrit als canals:"
 
-#: classes/pref/feeds.php:686
+#: classes/pref/feeds.php:698
 msgid "Resets PubSubHubbub subscription status for push-enabled feeds."
 msgstr ""
 
-#: classes/pref/feeds.php:701
+#: classes/pref/feeds.php:713
 msgid "Enable the options you wish to apply using checkboxes on the right:"
 msgstr ""
 
-#: classes/pref/feeds.php:1051 classes/pref/feeds.php:1104
+#: classes/pref/feeds.php:1077 classes/pref/feeds.php:1130
 msgid "All done."
 msgstr "Fet!"
 
-#: classes/pref/feeds.php:1159
+#: classes/pref/feeds.php:1185
 #, fuzzy
 msgid "Feeds with errors"
 msgstr "Editor de canals"
 
-#: classes/pref/feeds.php:1179
+#: classes/pref/feeds.php:1205
 #, fuzzy
 msgid "Inactive feeds"
 msgstr "Tots els canals"
 
-#: classes/pref/feeds.php:1216
+#: classes/pref/feeds.php:1242
 #, fuzzy
 msgid "Edit selected feeds"
 msgstr "S'estan purgant els canals seleccionats..."
 
-#: classes/pref/feeds.php:1218 classes/pref/feeds.php:1232
+#: classes/pref/feeds.php:1244 classes/pref/feeds.php:1258
 #, fuzzy
 msgid "Reset sort order"
 msgstr "Reinicia la contrasenya"
 
-#: classes/pref/feeds.php:1220 js/prefs.js:1778
+#: classes/pref/feeds.php:1246 js/prefs.js:1785
 #, fuzzy
 msgid "Batch subscribe"
 msgstr "Dóna't de baixa"
 
-#: classes/pref/feeds.php:1225
+#: classes/pref/feeds.php:1251
 #, fuzzy
 msgid "Categories"
 msgstr "Catégorie&nbsp;:"
 
-#: classes/pref/feeds.php:1228
+#: classes/pref/feeds.php:1254
 #, fuzzy
 msgid "Add category"
 msgstr "S'està afegint la categoria..."
 
-#: classes/pref/feeds.php:1230
+#: classes/pref/feeds.php:1256
 #, fuzzy
 msgid "(Un)hide empty categories"
 msgstr "Edita les categories"
 
-#: classes/pref/feeds.php:1234
+#: classes/pref/feeds.php:1260
 #, fuzzy
 msgid "Remove selected"
 msgstr "Esteu segur que voleu suprimir els filtres seleccionats?"
 
-#: classes/pref/feeds.php:1248
+#: classes/pref/feeds.php:1274
 #, fuzzy
 msgid "More actions..."
 msgstr "Accions..."
 
-#: classes/pref/feeds.php:1252
+#: classes/pref/feeds.php:1278
 msgid "Manual purge"
 msgstr "Purger manuellement"
 
-#: classes/pref/feeds.php:1256
+#: classes/pref/feeds.php:1282
 msgid "Clear feed data"
 msgstr "Esborra les dades del canal"
 
-#: classes/pref/feeds.php:1307
+#: classes/pref/feeds.php:1333
 msgid "OPML"
 msgstr "OPML"
 
-#: classes/pref/feeds.php:1309
+#: classes/pref/feeds.php:1335
 msgid ""
 "Using OPML you can export and import your feeds, filters, labels and Tiny "
 "Tiny RSS settings."
 msgstr ""
 
-#: classes/pref/feeds.php:1311
+#: classes/pref/feeds.php:1337
 msgid "Only main settings profile can be migrated using OPML."
 msgstr ""
 
-#: classes/pref/feeds.php:1324
+#: classes/pref/feeds.php:1350
 #, fuzzy
 msgid "Import my OPML"
 msgstr "S'està important OPML (s'està utilitzant l'extensió DOMXML)..."
 
-#: classes/pref/feeds.php:1328
+#: classes/pref/feeds.php:1354
 msgid "Filename:"
 msgstr ""
 
-#: classes/pref/feeds.php:1330
+#: classes/pref/feeds.php:1356
 #, fuzzy
 msgid "Include settings"
 msgstr "Inclou-lo en el resum diari per correu electrònic"
 
-#: classes/pref/feeds.php:1334
+#: classes/pref/feeds.php:1360
 #, fuzzy
 msgid "Export OPML"
 msgstr "Exporta en format OPML"
 
-#: classes/pref/feeds.php:1338
+#: classes/pref/feeds.php:1364
 #, fuzzy
 msgid ""
 "Your OPML can be published publicly and can be subscribed by anyone who "
@@ -2427,22 +2429,22 @@ msgstr ""
 "Els articles publicats s'exporten en un canal RSS públic al qual s'hi pot "
 "subscriure qualsevol que en conegui l'adreça URL."
 
-#: classes/pref/feeds.php:1340
+#: classes/pref/feeds.php:1366
 msgid ""
 "Published OPML does not include your Tiny Tiny RSS settings, feeds that "
 "require authentication or feeds hidden from Popular feeds."
 msgstr ""
 
-#: classes/pref/feeds.php:1343
+#: classes/pref/feeds.php:1369
 msgid "Display published OPML URL"
 msgstr ""
 
-#: classes/pref/feeds.php:1353
+#: classes/pref/feeds.php:1379
 #, fuzzy
 msgid "Firefox integration"
 msgstr "Integració al Firefox"
 
-#: classes/pref/feeds.php:1355
+#: classes/pref/feeds.php:1381
 msgid ""
 "This Tiny Tiny RSS site can be used as a Firefox Feed Reader by clicking the "
 "link below."
@@ -2450,25 +2452,25 @@ msgstr ""
 "Podeu utilitzar Tiny Tiny RSS  com a lector de canals amb el Firefox fent "
 "clic en el següent enllaç."
 
-#: classes/pref/feeds.php:1362
+#: classes/pref/feeds.php:1388
 msgid "Click here to register this site as a feed reader."
 msgstr "Feu clic aquí per a desar aquesta pàgina web com un canal."
 
-#: classes/pref/feeds.php:1370
+#: classes/pref/feeds.php:1396
 #, fuzzy
 msgid "Published & shared articles / Generated feeds"
 msgstr ""
 "Esteu segur que voleu canviar la puntuació dels articles en les etiquetes "
 "personalitzades?"
 
-#: classes/pref/feeds.php:1372
+#: classes/pref/feeds.php:1398
 #, fuzzy
 msgid "Published articles and generated feeds"
 msgstr ""
 "Esteu segur que voleu canviar la puntuació dels articles en les etiquetes "
 "personalitzades?"
 
-#: classes/pref/feeds.php:1374
+#: classes/pref/feeds.php:1400
 msgid ""
 "Published articles are exported as a public RSS feed and can be subscribed "
 "by anyone who knows the URL specified below."
@@ -2476,47 +2478,47 @@ msgstr ""
 "Els articles publicats s'exporten en un canal RSS públic al qual s'hi pot "
 "subscriure qualsevol que en conegui l'adreça URL."
 
-#: classes/pref/feeds.php:1380
+#: classes/pref/feeds.php:1406
 #, fuzzy
 msgid "Display URL"
 msgstr "afficher les étiquettes"
 
-#: classes/pref/feeds.php:1383
+#: classes/pref/feeds.php:1409
 msgid "Clear all generated URLs"
 msgstr ""
 
-#: classes/pref/feeds.php:1385
+#: classes/pref/feeds.php:1411
 #, fuzzy
 msgid "Articles shared by URL"
 msgstr "Marca l'article"
 
-#: classes/pref/feeds.php:1387
+#: classes/pref/feeds.php:1413
 msgid "You can disable all articles shared by unique URLs here."
 msgstr ""
 
-#: classes/pref/feeds.php:1390
+#: classes/pref/feeds.php:1416
 #, fuzzy
 msgid "Unshare all articles"
 msgstr "Articles mémorisés"
 
-#: classes/pref/feeds.php:1468
+#: classes/pref/feeds.php:1494
 #, fuzzy
 msgid ""
 "These feeds have not been updated with new content for 3 months (oldest "
 "first):"
 msgstr "Aquests canals no s'han actualitzat degut als següents errors:"
 
-#: classes/pref/feeds.php:1505 classes/pref/feeds.php:1574
+#: classes/pref/feeds.php:1531 classes/pref/feeds.php:1600
 #, fuzzy
 msgid "Click to edit feed"
 msgstr "Feu clic per editar"
 
-#: classes/pref/feeds.php:1523 classes/pref/feeds.php:1594
+#: classes/pref/feeds.php:1549 classes/pref/feeds.php:1620
 #, fuzzy
 msgid "Unsubscribe from selected feeds"
 msgstr "Us voleu donar de baixa dels canals seleccionats?"
 
-#: classes/pref/feeds.php:1534
+#: classes/pref/feeds.php:1560
 msgid "These feeds have not been updated because of errors:"
 msgstr "Aquests canals no s'han actualitzat degut als següents errors:"
 
@@ -2549,6 +2551,11 @@ msgstr "Hola, "
 msgid "Regular version"
 msgstr ""
 
+#: plugins/close_button/init.php:24
+#, fuzzy
+msgid "Close article"
+msgstr "Buida els articles"
+
 #: plugins/nsfw/init.php:32 plugins/nsfw/init.php:43
 msgid "Not work safe (click to toggle)"
 msgstr ""
@@ -2583,6 +2590,35 @@ msgstr "S'ha modificat la contrasenya."
 msgid "Old password is incorrect."
 msgstr "La contrasenya antiga és incorrecta."
 
+#: plugins/mailto/init.php:52 plugins/mailto/init.php:58
+#: plugins/mail/init.php:71 plugins/mail/init.php:77
+msgid "[Forwarded]"
+msgstr ""
+
+#: plugins/mailto/init.php:52 plugins/mail/init.php:71
+#, fuzzy
+msgid "Multiple articles"
+msgstr "Tots els articles"
+
+#: plugins/mailto/init.php:74
+msgid "Clicking the following link to invoke your mail client:"
+msgstr ""
+
+#: plugins/mailto/init.php:78
+#, fuzzy
+msgid "Forward selected article(s) by email."
+msgstr "Marca l'article"
+
+#: plugins/mailto/init.php:81
+msgid ""
+"You should be able to edit the message before sending in your mail client."
+msgstr ""
+
+#: plugins/mailto/init.php:86
+#, fuzzy
+msgid "Close this dialog"
+msgstr "Tanca la finestra"
+
 #: plugins/bookmarklets/init.php:22
 msgid "Bookmarklets"
 msgstr ""
@@ -2662,30 +2698,21 @@ msgid ""
 "\t\t\t\tin PHP.ini (current value = %s)"
 msgstr ""
 
-#: plugins/mail/init.php:72 plugins/mail/init.php:78
-msgid "[Forwarded]"
-msgstr ""
-
-#: plugins/mail/init.php:72
-#, fuzzy
-msgid "Multiple articles"
-msgstr "Tots els articles"
-
-#: plugins/mail/init.php:93
+#: plugins/mail/init.php:92
 msgid "From:"
 msgstr ""
 
-#: plugins/mail/init.php:102
+#: plugins/mail/init.php:101
 #, fuzzy
 msgid "To:"
 msgstr "Dalt"
 
-#: plugins/mail/init.php:115
+#: plugins/mail/init.php:114
 #, fuzzy
 msgid "Subject:"
 msgstr "Selecciona:"
 
-#: plugins/mail/init.php:131
+#: plugins/mail/init.php:130
 #, fuzzy
 msgid "Send e-mail"
 msgstr "Canvieu l'adreça electrònica"
@@ -2773,29 +2800,29 @@ msgstr "Marca l'article"
 msgid "Share on Google+"
 msgstr "Títol"
 
-#: plugins/updater/init.php:294 plugins/updater/init.php:306
+#: plugins/updater/init.php:295 plugins/updater/init.php:307
 #: plugins/updater/updater.js:10
 #, fuzzy
 msgid "Update Tiny Tiny RSS"
 msgstr "Torna a Tiny Tiny RSS"
 
-#: plugins/updater/init.php:309
+#: plugins/updater/init.php:310
 #, fuzzy
 msgid "Your Tiny Tiny RSS installation is up to date."
 msgstr "La base de dades de Tiny Tiny RSS està actualitzada."
 
-#: plugins/updater/init.php:319
+#: plugins/updater/init.php:320
 msgid ""
 "Do not close this dialog until updating is finished. Backup your tt-rss "
 "directory before continuing."
 msgstr ""
 
-#: plugins/updater/init.php:322
+#: plugins/updater/init.php:323
 #, fuzzy
 msgid "Ready to update."
 msgstr "Última actualització:"
 
-#: plugins/updater/init.php:327
+#: plugins/updater/init.php:328
 #, fuzzy
 msgid "Start update"
 msgstr "Última actualització:"
@@ -2805,11 +2832,11 @@ msgstr "Última actualització:"
 msgid "Share on Twitter"
 msgstr "Títol"
 
-#: js/feedlist.js:218
+#: js/feedlist.js:215
 msgid "New articles available in this feed (click to show)"
 msgstr ""
 
-#: js/feedlist.js:420 js/feedlist.js:435 plugins/digest/digest.js:25
+#: js/feedlist.js:417 js/feedlist.js:432 plugins/digest/digest.js:25
 msgid "Mark all articles in %s as read?"
 msgstr "Esteu segur que voleu marcar tots els articles de %s com a llegits?"
 
@@ -2898,7 +2925,7 @@ msgid ""
 "hub again on next feed update."
 msgstr ""
 
-#: js/functions.js:1266 js/tt-rss.js:367
+#: js/functions.js:1266 js/tt-rss.js:369
 msgid "Unsubscribe from %s?"
 msgstr "Us voleu donar de baixa de %s ?"
 
@@ -2911,7 +2938,7 @@ msgstr "Si us plau, escriviu una nota per aquest article:"
 msgid "Generate new syndication address for this feed?"
 msgstr ""
 
-#: js/functions.js:1597 js/tt-rss.js:348 js/tt-rss.js:713
+#: js/functions.js:1597 js/tt-rss.js:350 js/tt-rss.js:729
 msgid "You can't edit this kind of feed."
 msgstr "No podeu editar aquest tipus de canal."
 
@@ -2926,8 +2953,8 @@ msgid "More Feeds"
 msgstr "Més canals"
 
 #: js/functions.js:1711 js/functions.js:1821 js/prefs.js:397 js/prefs.js:427
-#: js/prefs.js:459 js/prefs.js:642 js/prefs.js:662 js/prefs.js:1203
-#: js/prefs.js:1348
+#: js/prefs.js:459 js/prefs.js:642 js/prefs.js:662 js/prefs.js:1210
+#: js/prefs.js:1355
 msgid "No feeds are selected."
 msgstr "No heu seleccionat cap canal."
 
@@ -2942,7 +2969,7 @@ msgstr ""
 msgid "Feeds with update errors"
 msgstr "Erreurs de mise à jour"
 
-#: js/functions.js:1803 js/prefs.js:1185
+#: js/functions.js:1803 js/prefs.js:1192
 #, fuzzy
 msgid "Remove selected feeds?"
 msgstr "Esteu segur que voleu suprimir els filtres seleccionats?"
@@ -2988,7 +3015,7 @@ msgstr "Esteu segur que voleu suprimir el filtre %s?"
 msgid "Remove selected labels?"
 msgstr "Esteu segur que voleu suprimir les etiquetes seleccionades?"
 
-#: js/prefs.js:295 js/prefs.js:1389
+#: js/prefs.js:295 js/prefs.js:1396
 msgid "No labels are selected."
 msgstr "No heu seleccionat cap etiqueta."
 
@@ -3058,114 +3085,114 @@ msgstr "Editor múltiple de canals"
 msgid "Save changes to selected feeds?"
 msgstr "Esteu segur que voleu desar els canvis als canals seleccionats?"
 
-#: js/prefs.js:790
+#: js/prefs.js:797
 #, fuzzy
 msgid "OPML Import"
 msgstr "Importeu"
 
-#: js/prefs.js:817
+#: js/prefs.js:824
 #, fuzzy
 msgid "Please choose an OPML file first."
 msgstr "Primerament heu de seleccionar un canal."
 
-#: js/prefs.js:973
+#: js/prefs.js:980
 msgid "Reset to defaults?"
 msgstr "Esteu segur que voleu establir els valors per defecte?"
 
-#: js/prefs.js:1092
+#: js/prefs.js:1099
 msgid ""
 "Remove category %s? Any nested feeds would be placed into Uncategorized."
 msgstr ""
 
-#: js/prefs.js:1119
+#: js/prefs.js:1126
 msgid "Remove selected categories?"
 msgstr "Esteu segur que voleu suprimir les categories seleccionades?"
 
-#: js/prefs.js:1135
+#: js/prefs.js:1142
 msgid "No categories are selected."
 msgstr "No heu seleccionat cap categoria."
 
-#: js/prefs.js:1143
+#: js/prefs.js:1150
 #, fuzzy
 msgid "Category title:"
 msgstr "Edita les categories"
 
-#: js/prefs.js:1174
+#: js/prefs.js:1181
 #, fuzzy
 msgid "Feeds without recent updates"
 msgstr "Erreurs de mise à jour"
 
-#: js/prefs.js:1223
+#: js/prefs.js:1230
 #, fuzzy
 msgid "Replace current OPML publishing address with a new one?"
 msgstr "Voleu canviar l'adreça de publicació per una de nova?"
 
-#: js/prefs.js:1332
+#: js/prefs.js:1339
 msgid "Rescore articles in selected feeds?"
 msgstr ""
 "Esteu segur que voleu canviar la puntuació dels articles en les etiquetes "
 "personalitzades?"
 
-#: js/prefs.js:1355
+#: js/prefs.js:1362
 msgid "Rescore all articles? This operation may take a lot of time."
 msgstr ""
 "Esteu segur que voleu recuperar tots els articles? Aquesta operació pot "
 "durar molt temps."
 
-#: js/prefs.js:1375
+#: js/prefs.js:1382
 #, fuzzy
 msgid "Reset selected labels to default colors?"
 msgstr ""
 "Esteu segur que voleu canviar els colors de les etiquetes pels colors per "
 "defecte?"
 
-#: js/prefs.js:1412
+#: js/prefs.js:1419
 msgid "Settings Profiles"
 msgstr ""
 
-#: js/prefs.js:1421
+#: js/prefs.js:1428
 msgid ""
 "Remove selected profiles? Active and default profiles will not be removed."
 msgstr ""
 
-#: js/prefs.js:1439
+#: js/prefs.js:1446
 #, fuzzy
 msgid "No profiles are selected."
 msgstr "No hi ha cap article seleccionat."
 
-#: js/prefs.js:1447 js/prefs.js:1500
+#: js/prefs.js:1454 js/prefs.js:1507
 #, fuzzy
 msgid "Activate selected profile?"
 msgstr "Esteu segur que voleu suprimir els filtres seleccionats?"
 
-#: js/prefs.js:1463 js/prefs.js:1516
+#: js/prefs.js:1470 js/prefs.js:1523
 #, fuzzy
 msgid "Please choose a profile to activate."
 msgstr "Primerament heu de seleccionar un canal."
 
-#: js/prefs.js:1524
+#: js/prefs.js:1531
 msgid "This will invalidate all previously generated feed URLs. Continue?"
 msgstr ""
 
-#: js/prefs.js:1543
+#: js/prefs.js:1550
 msgid "This will invalidate all previously shared article URLs. Continue?"
 msgstr ""
 
-#: js/prefs.js:1641
+#: js/prefs.js:1648
 msgid "Label Editor"
 msgstr "Éditeur d'intitulé"
 
-#: js/prefs.js:1704
+#: js/prefs.js:1711
 msgid ""
 "This will clear your stored authentication information for Twitter. Continue?"
 msgstr ""
 
-#: js/prefs.js:1784
+#: js/prefs.js:1791
 #, fuzzy
 msgid "Subscribing to feeds..."
 msgstr "S'està subscrivint a un canal..."
 
-#: js/prefs.js:1821
+#: js/prefs.js:1828
 msgid "Clear stored data for this plugin?"
 msgstr ""
 
@@ -3173,28 +3200,28 @@ msgstr ""
 msgid "Mark all articles as read?"
 msgstr "Esteu segur que voleu marcar tots els articles com a llegits?"
 
-#: js/tt-rss.js:356
+#: js/tt-rss.js:358
 msgid "You can't unsubscribe from the category."
 msgstr "No us podeu donar de baixa de la categoria."
 
-#: js/tt-rss.js:361 js/tt-rss.js:511
+#: js/tt-rss.js:363 js/tt-rss.js:513
 msgid "Please select some feed first."
 msgstr "Primerament heu de seleccionar un canal."
 
-#: js/tt-rss.js:506
+#: js/tt-rss.js:508
 msgid "You can't rescore this kind of feed."
 msgstr "No podeu canviar la puntuació d'aquest tipus de canal."
 
-#: js/tt-rss.js:516
+#: js/tt-rss.js:518
 msgid "Rescore articles in %s?"
 msgstr "Esteu segur que voleu canviar la puntuació dels articles a %s?"
 
-#: js/tt-rss.js:672
+#: js/tt-rss.js:688
 #, fuzzy
 msgid "Please enable mail plugin first."
 msgstr "Primerament heu de seleccionar un canal."
 
-#: js/tt-rss.js:834
+#: js/tt-rss.js:850
 #, fuzzy
 msgid "New version available!"
 msgstr "Hi ha una nova versió de Tiny Tiny RSS!"
@@ -3219,91 +3246,92 @@ msgstr "Marca l'article"
 msgid "Unpublish article"
 msgstr "Deixa de publicar l'article"
 
-#: js/viewfeed.js:674 js/viewfeed.js:702 js/viewfeed.js:729 js/viewfeed.js:791
-#: js/viewfeed.js:823 js/viewfeed.js:960 js/viewfeed.js:1003
-#: js/viewfeed.js:1053 js/viewfeed.js:1927 plugins/mail/mail.js:7
+#: js/viewfeed.js:681 js/viewfeed.js:709 js/viewfeed.js:736 js/viewfeed.js:798
+#: js/viewfeed.js:830 js/viewfeed.js:967 js/viewfeed.js:1010
+#: js/viewfeed.js:1060 js/viewfeed.js:1987 plugins/mailto/init.js:7
+#: plugins/mail/mail.js:7
 msgid "No articles are selected."
 msgstr "No hi ha cap article seleccionat."
 
-#: js/viewfeed.js:940
+#: js/viewfeed.js:947
 msgid "Mark all visible articles in %s as read?"
 msgstr ""
 "Esteu segur que voleu marcar tots els articles visibles de %s com a llegits ?"
 
-#: js/viewfeed.js:968
+#: js/viewfeed.js:975
 #, fuzzy
 msgid "Delete %d selected articles in %s?"
 msgstr ""
 "Esteu segur que voleu marcar els %d articles seleccionats de %s com a "
 "llegits?"
 
-#: js/viewfeed.js:970
+#: js/viewfeed.js:977
 #, fuzzy
 msgid "Delete %d selected articles?"
 msgstr ""
 "Esteu segur que voleu eliminar els articles seleccionats de l'etiqueta?"
 
-#: js/viewfeed.js:1012
+#: js/viewfeed.js:1019
 #, fuzzy
 msgid "Archive %d selected articles in %s?"
 msgstr ""
 "Esteu segur que voleu marcar els %d articles seleccionats de %s com a "
 "llegits?"
 
-#: js/viewfeed.js:1015
+#: js/viewfeed.js:1022
 #, fuzzy
 msgid "Move %d archived articles back?"
 msgstr "Articles marcats"
 
-#: js/viewfeed.js:1059
+#: js/viewfeed.js:1066
 msgid "Mark %d selected articles in %s as read?"
 msgstr ""
 "Esteu segur que voleu marcar els %d articles seleccionats de %s com a "
 "llegits?"
 
-#: js/viewfeed.js:1083
+#: js/viewfeed.js:1090
 #, fuzzy
 msgid "Edit article Tags"
 msgstr "Edita les etiquetes"
 
-#: js/viewfeed.js:1252
+#: js/viewfeed.js:1259
 msgid "No article is selected."
 msgstr "No hi ha cap article seleccionat."
 
-#: js/viewfeed.js:1287
+#: js/viewfeed.js:1294
 msgid "No articles found to mark"
 msgstr "No s'han trobat articles per a marcar."
 
-#: js/viewfeed.js:1289
+#: js/viewfeed.js:1296
 msgid "Mark %d article(s) as read?"
 msgstr "Esteu segur que voleu marcar  %d article(s) com a llegit(s) ?"
 
-#: js/viewfeed.js:1744
+#: js/viewfeed.js:1804
 #, fuzzy
 msgid "Open original article"
 msgstr "Mostra el contingut original de l'article"
 
-#: js/viewfeed.js:1814
+#: js/viewfeed.js:1874
 #, fuzzy
 msgid "Remove label"
 msgstr "Esteu segur que voleu suprimir les etiquetes seleccionades?"
 
-#: js/viewfeed.js:1838
+#: js/viewfeed.js:1898
 #, fuzzy
 msgid "Playing..."
 msgstr "S'està carregant la llista de canals..."
 
-#: js/viewfeed.js:1839
+#: js/viewfeed.js:1899
 #, fuzzy
 msgid "Click to pause"
 msgstr "Feu clic per editar"
 
-#: js/viewfeed.js:1896
+#: js/viewfeed.js:1956
 #, fuzzy
 msgid "Please enter new score for selected articles:"
 msgstr "Si us plau, escriviu una nota per aquest article:"
 
-#: js/viewfeed.js:1938
+#: js/viewfeed.js:1998
 #, fuzzy
 msgid "Please enter new score for this article:"
 msgstr "Si us plau, escriviu una nota per aquest article:"
@@ -3338,6 +3366,11 @@ msgstr "Mostra/amaga els canals llegits"
 msgid "Load more..."
 msgstr "Ouverture de l'aide..."
 
+#: plugins/mailto/init.js:21 plugins/mail/mail.js:21
+#, fuzzy
+msgid "Forward article by email"
+msgstr "Marca l'article"
+
 #: plugins/import_export/import_export.js:13
 #, fuzzy
 msgid "Export Data"
@@ -3359,11 +3392,6 @@ msgstr "Importeu"
 msgid "Please choose the file first."
 msgstr "Primerament heu de seleccionar un canal."
 
-#: plugins/mail/mail.js:21
-#, fuzzy
-msgid "Forward article by email"
-msgstr "Marca l'article"
-
 #: plugins/instances/instances.js:10
 #, fuzzy
 msgid "Link Instance"
@@ -3400,6 +3428,12 @@ msgid ""
 "before continuing. Please type 'yes' to continue."
 msgstr ""
 
+#~ msgid "Yes"
+#~ msgstr "Sí"
+
+#~ msgid "No"
+#~ msgstr "No"
+
 #~ msgid "Comments?"
 #~ msgstr "Comentaris?"
 
@@ -3522,10 +3556,6 @@ msgstr ""
 #~ msgid "Original article"
 #~ msgstr "Mostra el contingut original de l'article"
 
-#, fuzzy
-#~ msgid "Close this panel"
-#~ msgstr "Tanca la finestra"
-
 #, fuzzy
 #~ msgid "Update feed"
 #~ msgstr "Actualitza tots els canals"
index 59b22c2609e0d3eeb697aa6404d88784ac9613e1..aee7b77723a8ab55c48efadc594334fcac5e8073 100755 (executable)
Binary files a/locale/de_DE/LC_MESSAGES/messages.mo and b/locale/de_DE/LC_MESSAGES/messages.mo differ
index a835f5a5d6768f1b6832d65d7704ceb677a049c8..57a03ced445a18d413a2fe7e117e3788f9daf8dc 100755 (executable)
@@ -11,16 +11,16 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Tiny Tiny RSS\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-03-19 10:14+0400\n"
-"PO-Revision-Date: 2013-03-21 18:57+0100\n"
-"Last-Translator: Walter Weiss <walter_white@fastmail.fm>\n"
-"Language-Team: German (http://www.transifex.net/projects/p/tt-rss/language/"
-"de/)\n"
+"POT-Creation-Date: 2013-03-20 15:53+0400\n"
+"PO-Revision-Date: 2013-03-20 16:42+0100\n"
+"Last-Translator: Joschasa <joschasa@lavabit.com>\n"
+"Language-Team: \n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"X-Poedit-Language: German\n"
 
 #: backend.php:71
 msgid "Use default"
@@ -54,39 +54,48 @@ msgstr "Nach 3 Monaten"
 msgid "Default interval"
 msgstr "Standard-Intervall"
 
-#: backend.php:81 backend.php:91
+#: backend.php:81
+#: backend.php:91
 msgid "Disable updates"
 msgstr "Nie"
 
-#: backend.php:82 backend.php:92
+#: backend.php:82
+#: backend.php:92
 msgid "Each 15 minutes"
 msgstr "Alle 15 Minuten"
 
-#: backend.php:83 backend.php:93
+#: backend.php:83
+#: backend.php:93
 msgid "Each 30 minutes"
 msgstr "Alle 30 Minuten"
 
-#: backend.php:84 backend.php:94
+#: backend.php:84
+#: backend.php:94
 msgid "Hourly"
 msgstr "Stündlich"
 
-#: backend.php:85 backend.php:95
+#: backend.php:85
+#: backend.php:95
 msgid "Each 4 hours"
 msgstr "Alle 4 Stunden"
 
-#: backend.php:86 backend.php:96
+#: backend.php:86
+#: backend.php:96
 msgid "Each 12 hours"
 msgstr "Alle 12 Stunden"
 
-#: backend.php:87 backend.php:97
+#: backend.php:87
+#: backend.php:97
 msgid "Daily"
 msgstr "Täglich"
 
-#: backend.php:88 backend.php:98
+#: backend.php:88
+#: backend.php:98
 msgid "Weekly"
 msgstr "Wöchentlich"
 
-#: backend.php:101 classes/pref/users.php:139
+#: backend.php:101
+#: classes/pref/users.php:139
 msgid "User"
 msgstr "Benutzer"
 
@@ -100,7 +109,7 @@ msgstr "Administrator"
 
 #: db-updater.php:19
 msgid "Your access level is insufficient to run this script."
-msgstr "Sie haben nicht die benötigten Rechte um dieses Skript auszuführen."
+msgstr "Sie haben nicht die benötigten Rechte, um dieses Skript auszuführen."
 
 #: db-updater.php:44
 msgid "Database Updater"
@@ -122,10 +131,19 @@ msgstr ", gefunden: "
 msgid "Tiny Tiny RSS database is up to date."
 msgstr "Tiny Tiny RSS Datenbank ist auf dem neusten Stand."
 
-#: db-updater.php:94 db-updater.php:163 db-updater.php:176 register.php:194
-#: register.php:239 register.php:252 register.php:267 register.php:286
-#: register.php:371 register.php:381 register.php:393
-#: classes/handler/public.php:611 classes/handler/public.php:699
+#: db-updater.php:94
+#: db-updater.php:163
+#: db-updater.php:176
+#: register.php:194
+#: register.php:239
+#: register.php:252
+#: register.php:267
+#: register.php:286
+#: register.php:371
+#: register.php:381
+#: register.php:393
+#: classes/handler/public.php:611
+#: classes/handler/public.php:699
 msgid "Return to Tiny Tiny RSS"
 msgstr "Zu Tiny Tiny RSS zurückkehren"
 
@@ -135,12 +153,8 @@ msgstr "Bitte sichern Sie Ihre Datenbank bevor Sie fortfahren."
 
 #: db-updater.php:102
 #, php-format
-msgid ""
-"Your Tiny Tiny RSS database needs update to the latest version (<b>%d</b> to "
-"<b>%d</b>)."
-msgstr ""
-"Ihre Tiny Tiny RSS Datenbank benötigt eine Aktualisierung auf die neuste "
-"Version (<b>%d</b> nach <b>%d</b>)."
+msgid "Your Tiny Tiny RSS database needs update to the latest version (<b>%d</b> to <b>%d</b>)."
+msgstr "Ihre Tiny Tiny RSS Datenbank benötigt eine Aktualisierung auf die neuste Version (<b>%d</b> nach <b>%d</b>)."
 
 #: db-updater.php:116
 msgid "Perform updates"
@@ -168,17 +182,17 @@ msgid "ERROR!"
 msgstr "FEHLER!"
 
 #: db-updater.php:158
-#, fuzzy, php-format
+#, php-format
 msgid ""
 "Finished. Performed <b>%d</b> update(s) up to schema\n"
 "\t\t\tversion <b>%d</b>."
 msgstr ""
 "Beendet. <b>%d</b> Aktualisierung(en) auf Schema\n"
-"\t\tVersion <b>%d</b> durchgeführt."
+"\t\t\tVersion <b>%d</b> durchgeführt."
 
 #: db-updater.php:168
 msgid "Your database schema is from a newer version of Tiny Tiny RSS."
-msgstr "Ihr Datenbankschema ist von einer neueren Version von Tiny Tiny RSS."
+msgstr "Ihr Datenbankschema stammt von einer neueren Tiny Tiny RSS Version."
 
 #: db-updater.php:170
 #, php-format
@@ -186,28 +200,16 @@ msgid "Found schema version: <b>%d</b>, required: <b>%d</b>."
 msgstr "Gefundene Schemaversion: <b>%d</b>, benötigt: <b>%d</b>."
 
 #: db-updater.php:172
-msgid ""
-"Schema upgrade impossible. Please update Tiny Tiny RSS files to the newer "
-"version and continue."
-msgstr ""
-"Aktualisierung des Schemas nicht möglich. Bitte aktualisieren Sie die Tiny "
-"Tiny RSS Dateien auf die neuere Version und fahren Sie fort."
+msgid "Schema upgrade impossible. Please update Tiny Tiny RSS files to the newer version and continue."
+msgstr "Aktualisierung des Schemas nicht möglich. Bitte aktualisieren Sie die Tiny Tiny RSS Dateien auf die neuere Version und fahren Sie fort."
 
 #: errors.php:9
-msgid ""
-"This program requires XmlHttpRequest to function properly. Your browser "
-"doesn't seem to support it."
-msgstr ""
-"Dieses Programm benötigt XmlHttpRequest um ordnungsgemäß zu funktionieren. "
-"Ihr Browser scheint dies nicht zu unterstützen."
+msgid "This program requires XmlHttpRequest to function properly. Your browser doesn't seem to support it."
+msgstr "Dieses Programm benötigt XmlHttpRequest um ordnungsgemäß zu funktionieren. Ihr Browser scheint dies nicht zu unterstützen."
 
 #: errors.php:12
-msgid ""
-"This program requires cookies to function properly. Your browser doesn't "
-"seem to support them."
-msgstr ""
-"Dieses Programm benötigt Cookies um ordungsgemäß zu funktionieren. Ihr "
-"Browser scheint diese nicht zu unterstützen."
+msgid "This program requires cookies to function properly. Your browser doesn't seem to support them."
+msgstr "Dieses Programm benötigt Cookies um ordungsgemäß zu funktionieren. Ihr Browser scheint diese nicht zu unterstützen."
 
 #: errors.php:15
 msgid "Backend sanity check failed"
@@ -218,12 +220,8 @@ msgid "Frontend sanity check failed."
 msgstr "Frontend Sicherheitsprüfung fehlgeschlagen."
 
 #: errors.php:19
-msgid ""
-"Incorrect database schema version. &lt;a href='db-updater.php'&gt;Please "
-"update&lt;/a&gt;."
-msgstr ""
-"Falsche Version des Datenbankschemas. &lt;a href='update.php'&gt;Bitte "
-"aktualisieren&lt;/a&gt;."
+msgid "Incorrect database schema version. &lt;a href='db-updater.php'&gt;Please update&lt;/a&gt;."
+msgstr "Falsche Version des Datenbankschemas. &lt;a href='update.php'&gt;Bitte aktualisieren&lt;/a&gt;."
 
 #: errors.php:21
 msgid "Request not authorized."
@@ -234,50 +232,49 @@ msgid "No operation to perform."
 msgstr "Keine Funktion ausgewählt."
 
 #: errors.php:25
-msgid ""
-"Could not display feed: query failed. Please check label match syntax or "
-"local configuration."
-msgstr ""
-"Kann Feed nicht angezeigen: fehlgeschlagene Abfrage. Bitte überprüfen Sie "
-"die Label Match-Syntax oder die lokale Konfiguration."
+msgid "Could not display feed: query failed. Please check label match syntax or local configuration."
+msgstr "Kann Feed nicht angezeigen: Abfrage fehlgeschlagen. Bitte überprüfen Sie die Label Such-Syntax oder die lokale Konfiguration."
 
 #: errors.php:27
 msgid "Denied. Your access level is insufficient to access this page."
-msgstr ""
-"Zugriff verweigert. Sie haben nicht die benötigten Rechte um auf diese Seite "
-"zuzugreifen."
+msgstr "Zugriff verweigert. Sie haben nicht die benötigten Rechte um auf diese Seite zuzugreifen."
 
 #: errors.php:29
 msgid "Configuration check failed"
 msgstr "Konfigurationsprüfung fehlgeschlagen"
 
 #: errors.php:31
-#, fuzzy
 msgid ""
 "Your version of MySQL is not currently supported. Please see\n"
 "\t\tofficial site for more information."
 msgstr ""
-"Ihre Version von MySQL wird zur Zeit nicht unterstüzt. Bitte \n"
+"Ihre Version von MySQL wird zur Zeit nicht unterstüzt. Bitte\n"
 "\t\tinformieren Sie sich auf der offiziellen Website."
 
 #: errors.php:36
 msgid "SQL escaping test failed, check your database and PHP configuration"
-msgstr ""
-"SQL Escaping Test fehlgeschlagen, überprüfen Sie Ihre Datenbank und PHP "
-"Konfiguration"
-
-#: index.php:117 index.php:147 index.php:252 prefs.php:79
-#: classes/backend.php:5 classes/pref/labels.php:296
-#: classes/pref/filters.php:609 classes/pref/feeds.php:1270
-#: plugins/digest/digest_body.php:45 js/viewfeed.js:1174
+msgstr "SQL Escaping Test fehlgeschlagen, überprüfen Sie Ihre Datenbank und PHP Konfiguration"
+
+#: index.php:117
+#: index.php:147
+#: index.php:252
+#: prefs.php:79
+#: classes/backend.php:5
+#: classes/pref/labels.php:296
+#: classes/pref/filters.php:609
+#: classes/pref/feeds.php:1296
+#: plugins/digest/digest_body.php:45
+#: js/viewfeed.js:1181
 msgid "Loading, please wait..."
 msgstr "Ladevorgang, bitte warten..."
 
-#: index.php:127 index.php:198
+#: index.php:127
+#: index.php:198
 msgid "Communication problem with server."
 msgstr "Kommunikationsfehler mit Server"
 
-#: index.php:133 index.php:206
+#: index.php:133
+#: index.php:206
 msgid "New version of Tiny Tiny RSS is available!"
 msgstr "Neue Version von Tiny Tiny RSS verfügbar!"
 
@@ -287,7 +284,7 @@ msgstr "Feedliste verbergen"
 
 #: index.php:164
 msgid "Show articles"
-msgstr "Neue Artikel"
+msgstr "Artikel anzeigen"
 
 #: index.php:167
 msgid "Adaptive"
@@ -297,15 +294,21 @@ msgstr "Adaptiv"
 msgid "All Articles"
 msgstr "Alle Artikel"
 
-#: index.php:169 include/functions.php:1912 classes/feeds.php:106
+#: index.php:169
+#: include/functions.php:1915
+#: classes/feeds.php:106
 msgid "Starred"
 msgstr "Markiert"
 
-#: index.php:170 include/functions.php:1913 classes/feeds.php:107
+#: index.php:170
+#: include/functions.php:1916
+#: classes/feeds.php:107
 msgid "Published"
 msgstr "Veröffentlicht"
 
-#: index.php:171 classes/feeds.php:93 classes/feeds.php:105
+#: index.php:171
+#: classes/feeds.php:93
+#: classes/feeds.php:105
 msgid "Unread"
 msgstr "Ungelesen"
 
@@ -329,7 +332,8 @@ msgstr "Standard"
 msgid "Date"
 msgstr "Datum"
 
-#: index.php:181 include/localized_schema.php:3
+#: index.php:181
+#: include/localized_schema.php:3
 msgid "Title"
 msgstr "Titel"
 
@@ -337,13 +341,22 @@ msgstr "Titel"
 msgid "Score"
 msgstr "Bewertung"
 
-#: index.php:187 classes/pref/feeds.php:535 classes/pref/feeds.php:746
+#: index.php:187
+#: classes/pref/feeds.php:535
+#: classes/pref/feeds.php:758
 msgid "Update"
 msgstr "Aktualisieren"
 
-#: index.php:191 index.php:221 include/functions.php:1903
-#: include/localized_schema.php:10 classes/feeds.php:111 classes/feeds.php:131
-#: js/FeedTree.js:128 js/FeedTree.js:156 plugins/digest/digest.js:630
+#: index.php:191
+#: index.php:221
+#: include/functions.php:1906
+#: include/localized_schema.php:10
+#: classes/feeds.php:111
+#: classes/feeds.php:136
+#: classes/feeds.php:410
+#: js/FeedTree.js:128
+#: js/FeedTree.js:156
+#: plugins/digest/digest.js:630
 msgid "Mark as read"
 msgstr "Als gelesen markieren"
 
@@ -363,7 +376,8 @@ msgstr "Suchen..."
 msgid "Feed actions:"
 msgstr "Feed-Aktionen:"
 
-#: index.php:216 classes/handler/public.php:541
+#: index.php:216
+#: classes/handler/public.php:541
 msgid "Subscribe to feed..."
 msgstr "Feed abonnieren..."
 
@@ -375,7 +389,9 @@ msgstr "Feed bearbeiten..."
 msgid "Rescore feed"
 msgstr "Feed neu bewerten"
 
-#: index.php:219 classes/pref/feeds.php:672 classes/pref/feeds.php:1243
+#: index.php:219
+#: classes/pref/feeds.php:684
+#: classes/pref/feeds.php:1269
 #: js/PrefFeedTree.js:73
 msgid "Unsubscribe"
 msgstr "Feed abbestellen"
@@ -400,7 +416,8 @@ msgstr "Zur Zusammenfassung wechseln..."
 msgid "Show tag cloud..."
 msgstr "Tagwolke anzeigen..."
 
-#: index.php:229 include/functions.php:1890
+#: index.php:229
+#: include/functions.php:1893
 msgid "Toggle widescreen mode"
 msgstr "Breitbild-Modus umschalten"
 
@@ -420,13 +437,17 @@ msgstr "Filter erstellen..."
 msgid "Keyboard shortcuts help"
 msgstr "Tastaturkürzel..."
 
-#: index.php:236 mobile/mobile-functions.php:69
-#: mobile/mobile-functions.php:244 plugins/digest/digest_body.php:59
+#: index.php:236
+#: mobile/mobile-functions.php:69
+#: mobile/mobile-functions.php:244
+#: plugins/digest/digest_body.php:59
 msgid "Logout"
 msgstr "Abmelden"
 
-#: prefs.php:28 prefs.php:99 include/functions.php:1915
-#: classes/pref/prefs.php:371
+#: prefs.php:28
+#: prefs.php:99
+#: include/functions.php:1918
+#: classes/pref/prefs.php:377
 msgid "Preferences"
 msgstr "Einstellungen"
 
@@ -438,17 +459,23 @@ msgstr "Tastaturkürzel"
 msgid "Exit preferences"
 msgstr "Einstellungen verlassen"
 
-#: prefs.php:102 classes/pref/feeds.php:100 classes/pref/feeds.php:1148
-#: classes/pref/feeds.php:1211
+#: prefs.php:102
+#: classes/pref/feeds.php:100
+#: classes/pref/feeds.php:1174
+#: classes/pref/feeds.php:1237
 msgid "Feeds"
 msgstr "Feeds"
 
-#: prefs.php:105 classes/pref/filters.php:117
+#: prefs.php:105
+#: classes/pref/filters.php:117
 msgid "Filters"
 msgstr "Filter"
 
-#: prefs.php:108 mobile/mobile-functions.php:205 include/functions.php:1118
-#: include/functions.php:1739 classes/pref/labels.php:90
+#: prefs.php:108
+#: mobile/mobile-functions.php:205
+#: include/functions.php:1121
+#: include/functions.php:1742
+#: classes/pref/labels.php:90
 msgid "Labels"
 msgstr "Label"
 
@@ -456,7 +483,8 @@ msgstr "Label"
 msgid "Users"
 msgstr "Benutzer"
 
-#: register.php:186 include/login_form.php:212
+#: register.php:186
+#: include/login_form.php:212
 msgid "Create new account"
 msgstr "Neues Konto erstellen"
 
@@ -465,14 +493,8 @@ msgid "New user registrations are administratively disabled."
 msgstr "Die Registrierung für neue Benutzer wurde administrativ deaktiviert."
 
 #: register.php:215
-msgid ""
-"Your temporary password will be sent to the specified email. Accounts, which "
-"were not logged in once, are erased automatically 24 hours after temporary "
-"password is sent."
-msgstr ""
-"Ihr vorübergehendes Passwort wird an Ihre angegebene E-Mail-Adresse "
-"gesendet. Konten, die nicht innerhalb von 24 Stunden aktiviert wurden, "
-"werden gelöscht."
+msgid "Your temporary password will be sent to the specified email. Accounts, which were not logged in once, are erased automatically 24 hours after temporary password is sent."
+msgstr "Ihr vorübergehendes Passwort wird an Ihre angegebene E-Mail-Adresse gesendet. Konten, die nicht innerhalb von 24 Stunden aktiviert wurden, werden gelöscht."
 
 #: register.php:221
 msgid "Desired login:"
@@ -496,7 +518,7 @@ msgstr "Registrierung abschicken"
 
 #: register.php:250
 msgid "Your registration information is incomplete."
-msgstr "Ihre Registrieungsinformationen sind unvollständig."
+msgstr "Ihre Registrierungsinformationen sind unvollständig."
 
 #: register.php:265
 msgid "Sorry, this username is already taken."
@@ -518,17 +540,20 @@ msgstr "Registrierung für neue Benutzer ist momentan geschlossen."
 msgid "Tiny Tiny RSS data update script."
 msgstr "Skript zum Updaten von Tiny Tiny RSS."
 
-#: mobile/login_form.php:28 include/login_form.php:209
+#: mobile/login_form.php:28
+#: include/login_form.php:209
 #: classes/handler/public.php:469
 msgid "Log in"
 msgstr "Anmelden"
 
-#: mobile/login_form.php:40 include/login_form.php:169
+#: mobile/login_form.php:40
+#: include/login_form.php:169
 #: classes/handler/public.php:453
 msgid "Login:"
 msgstr "Benutzername:"
 
-#: mobile/login_form.php:45 include/login_form.php:178
+#: mobile/login_form.php:45
+#: include/login_form.php:178
 #: classes/handler/public.php:456
 msgid "Password:"
 msgstr "Passwort:"
@@ -537,39 +562,51 @@ msgstr "Passwort:"
 msgid "Open regular version"
 msgstr "Reguläre Version öffnen"
 
-#: mobile/mobile-functions.php:68 mobile/mobile-functions.php:144
-#: mobile/mobile-functions.php:180 mobile/mobile-functions.php:207
-#: mobile/mobile-functions.php:243 mobile/mobile-functions.php:382
+#: mobile/mobile-functions.php:68
+#: mobile/mobile-functions.php:144
+#: mobile/mobile-functions.php:180
+#: mobile/mobile-functions.php:207
+#: mobile/mobile-functions.php:243
+#: mobile/mobile-functions.php:382
 #: mobile/prefs.php:19
 msgid "Home"
 msgstr "Startseite"
 
-#: mobile/mobile-functions.php:178 include/functions.php:1116
-#: include/functions.php:1737
+#: mobile/mobile-functions.php:178
+#: include/functions.php:1119
+#: include/functions.php:1740
 msgid "Special"
 msgstr "Sonderfeeds"
 
 #: mobile/mobile-functions.php:418
 msgid "Nothing found (click to reload feed)."
-msgstr "Nicht gefunden (klicken um Feed zu aktualisieren)"
+msgstr "Nichts gefunden (klicken um Feed zu aktualisieren)"
 
 #: mobile/prefs.php:24
 msgid "Enable categories"
 msgstr "Feedkategorien aktivieren"
 
-#: mobile/prefs.php:25 mobile/prefs.php:30 mobile/prefs.php:36
-#: mobile/prefs.php:41 mobile/prefs.php:46 mobile/prefs.php:51
+#: mobile/prefs.php:25
+#: mobile/prefs.php:30
+#: mobile/prefs.php:36
+#: mobile/prefs.php:41
+#: mobile/prefs.php:46
+#: mobile/prefs.php:51
 msgid "ON"
 msgstr "AN"
 
-#: mobile/prefs.php:25 mobile/prefs.php:30 mobile/prefs.php:36
-#: mobile/prefs.php:41 mobile/prefs.php:46 mobile/prefs.php:51
+#: mobile/prefs.php:25
+#: mobile/prefs.php:30
+#: mobile/prefs.php:36
+#: mobile/prefs.php:41
+#: mobile/prefs.php:46
+#: mobile/prefs.php:51
 msgid "OFF"
 msgstr "AUS"
 
 #: mobile/prefs.php:29
 msgid "Browse categories like folders"
-msgstr "Kategoriefolge zurücksetzen"
+msgstr "Kategorien wie Ordner behandeln"
 
 #: mobile/prefs.php:35
 msgid "Show images in posts"
@@ -577,19 +614,24 @@ msgstr "Bilder in Artikeln anzeigen"
 
 #: mobile/prefs.php:40
 msgid "Hide read articles and feeds"
-msgstr "Gelesene Artikel und Feeds nicht anzeigen"
+msgstr "Gelesene Artikel und Feeds verstecken"
 
 #: mobile/prefs.php:45
 msgid "Sort feeds by unread count"
 msgstr "Feeds nach Anzahl der ungelesenen Artikel sortieren"
 
-#: mobile/prefs.php:50 include/localized_schema.php:45
+#: mobile/prefs.php:50
+#: include/localized_schema.php:45
 msgid "Reverse headline order (oldest first)"
 msgstr "Schlagzeilensortierung umkehren (älteste zuerst)"
 
-#: include/digest.php:131 include/functions.php:1127
-#: include/functions.php:1640 include/functions.php:1725
-#: include/functions.php:1747 classes/opml.php:416 classes/pref/feeds.php:188
+#: include/digest.php:131
+#: include/functions.php:1130
+#: include/functions.php:1643
+#: include/functions.php:1728
+#: include/functions.php:1750
+#: classes/opml.php:416
+#: classes/pref/feeds.php:188
 msgid "Uncategorized"
 msgstr "Unkategorisiert"
 
@@ -602,299 +644,326 @@ msgstr "%d archivierte Artikel"
 msgid "No feeds found."
 msgstr "Keine Feeds gefunden."
 
-#: include/functions.php:698
+#: include/functions.php:701
 msgid "Session failed to validate (incorrect IP)"
-msgstr "Session konnte nicht validiert werden (falsche IP)"
+msgstr "Sitzung konnte nicht validiert werden (falsche IP)"
 
-#: include/functions.php:1589 classes/dlg.php:371 classes/pref/filters.php:368
+#: include/functions.php:1592
+#: classes/dlg.php:371
+#: classes/pref/filters.php:368
 msgid "All feeds"
 msgstr "Alle Feeds"
 
-#: include/functions.php:1790
+#: include/functions.php:1793
 msgid "Starred articles"
 msgstr "Markierte Artikel"
 
-#: include/functions.php:1792
+#: include/functions.php:1795
 msgid "Published articles"
 msgstr "Veröffentlichte Artikel"
 
-#: include/functions.php:1794
+#: include/functions.php:1797
 msgid "Fresh articles"
 msgstr "Neue Artikel"
 
-#: include/functions.php:1796 include/functions.php:1910
+#: include/functions.php:1799
+#: include/functions.php:1913
 msgid "All articles"
 msgstr "Alle Artikel"
 
-#: include/functions.php:1798
+#: include/functions.php:1801
 msgid "Archived articles"
 msgstr "Archivierte Artikel"
 
-#: include/functions.php:1800
+#: include/functions.php:1803
 msgid "Recently read"
 msgstr "Kürzlich gelesen"
 
-#: include/functions.php:1867
+#: include/functions.php:1870
 msgid "Navigation"
 msgstr "Navigation"
 
-#: include/functions.php:1868
+#: include/functions.php:1871
 msgid "Open next feed"
 msgstr "Nächsten Feed öffnen"
 
-#: include/functions.php:1869
+#: include/functions.php:1872
 msgid "Open previous feed"
 msgstr "Vorherigen Feed öffnen"
 
-#: include/functions.php:1870
+#: include/functions.php:1873
 msgid "Open next article"
 msgstr "Nächsten Artikel öffnen"
 
-#: include/functions.php:1871
+#: include/functions.php:1874
 msgid "Open previous article"
 msgstr "Vorherigen Artikel öffnen"
 
-#: include/functions.php:1872
+#: include/functions.php:1875
 msgid "Open next article (don't scroll long articles)"
-msgstr ""
+msgstr "Nächsten Artikel laden (lange Artikel werden nicht gescrollt)"
 
-#: include/functions.php:1873
+#: include/functions.php:1876
 msgid "Open previous article (don't scroll long articles)"
-msgstr ""
+msgstr "Vorherigen Artikel laden (lange Artikel werden nicht gescrollt)"
 
-#: include/functions.php:1874
+#: include/functions.php:1877
 msgid "Show search dialog"
 msgstr "Suchdialog anzeigen"
 
-#: include/functions.php:1875
+#: include/functions.php:1878
 msgid "Article"
 msgstr "Artikel"
 
-#: include/functions.php:1876
+#: include/functions.php:1879
 msgid "Toggle starred"
-msgstr "Markierung umschalten"
+msgstr "Markierung ein-/ausschalten"
 
-#: include/functions.php:1877
+#: include/functions.php:1880
 msgid "Toggle published"
-msgstr "Veröffentlicht umschalten"
+msgstr "Veröffentlichung ein-/ausschalten"
 
-#: include/functions.php:1878
+#: include/functions.php:1881
 msgid "Toggle unread"
-msgstr "Gelesen umschalten"
+msgstr "Gelesen-Status umschalten"
 
-#: include/functions.php:1879
+#: include/functions.php:1882
 msgid "Edit tags"
 msgstr "Tags bearbeiten"
 
-#: include/functions.php:1880
+#: include/functions.php:1883
 #, fuzzy
 msgid "Dismiss selected"
 msgstr "Ausgewählte Artikel verbergen"
 
-#: include/functions.php:1881
+#: include/functions.php:1884
 #, fuzzy
 msgid "Dismiss read"
 msgstr "Gelesene Artikel verbergen"
 
-#: include/functions.php:1882
-#, fuzzy
+#: include/functions.php:1885
 msgid "Open in new window"
 msgstr "In neuem Fenster öffnen"
 
-#: include/functions.php:1883 js/viewfeed.js:1758
+#: include/functions.php:1886
+#: js/viewfeed.js:1818
 msgid "Mark below as read"
 msgstr "Untere als gelesen markieren"
 
-#: include/functions.php:1884 js/viewfeed.js:1752
+#: include/functions.php:1887
+#: js/viewfeed.js:1812
 msgid "Mark above as read"
 msgstr "Obige als gelesen markieren"
 
-#: include/functions.php:1885
+#: include/functions.php:1888
 msgid "Scroll down"
 msgstr "Nach unten scrollen"
 
-#: include/functions.php:1886
+#: include/functions.php:1889
 msgid "Scroll up"
 msgstr "Nach oben scrollen"
 
-#: include/functions.php:1887
+#: include/functions.php:1890
 #, fuzzy
 msgid "Select article under cursor"
 msgstr "Artikel unter Mauszeiger auswählen"
 
-#: include/functions.php:1888
+#: include/functions.php:1891
 msgid "Email article"
 msgstr "Artikel per E-Mail versenden"
 
-#: include/functions.php:1889 plugins/close_button/init.php:24
-msgid "Close article"
+#: include/functions.php:1892
+#, fuzzy
+msgid "Close/collapse article"
 msgstr "Artikel schließen"
 
-#: include/functions.php:1891
+#: include/functions.php:1894
 msgid "Article selection"
 msgstr "Artikelauswahl"
 
-#: include/functions.php:1892
+#: include/functions.php:1895
 msgid "Select all articles"
 msgstr "Alle Artikel auswählen"
 
-#: include/functions.php:1893
+#: include/functions.php:1896
 msgid "Select unread"
 msgstr "Ungelesene Artikel auswählen"
 
-#: include/functions.php:1894
+#: include/functions.php:1897
 msgid "Select starred"
 msgstr "Markierte Artikel auswählen"
 
-#: include/functions.php:1895
+#: include/functions.php:1898
 msgid "Select published"
 msgstr "Veröffentlichte Artikel auswählen"
 
-#: include/functions.php:1896
-#, fuzzy
+#: include/functions.php:1899
 msgid "Invert selection"
-msgstr "Artikelauswahl umkehren"
+msgstr "Auswahl umkehren"
 
-#: include/functions.php:1897
+#: include/functions.php:1900
 msgid "Deselect everything"
 msgstr "Auswahl aufheben"
 
-#: include/functions.php:1898 classes/pref/feeds.php:488
-#: classes/pref/feeds.php:707
+#: include/functions.php:1901
+#: classes/pref/feeds.php:488
+#: classes/pref/feeds.php:719
 msgid "Feed"
 msgstr "Feed"
 
-#: include/functions.php:1899
-#, fuzzy
+#: include/functions.php:1902
 msgid "Refresh current feed"
-msgstr "Feed aktualisieren"
+msgstr "Aktuellen Feed aktualisieren"
 
-#: include/functions.php:1900
+#: include/functions.php:1903
 msgid "Un/hide read feeds"
-msgstr "Gelesene zeigen/verstecken"
+msgstr "Gelesene Feeds zeigen/verstecken"
 
-#: include/functions.php:1901 classes/pref/feeds.php:1214
+#: include/functions.php:1904
+#: classes/pref/feeds.php:1240
 msgid "Subscribe to feed"
 msgstr "Feed abonnieren"
 
-#: include/functions.php:1902 js/FeedTree.js:135 js/PrefFeedTree.js:67
+#: include/functions.php:1905
+#: js/FeedTree.js:135
+#: js/PrefFeedTree.js:67
 msgid "Edit feed"
 msgstr "Feed bearbeiten"
 
-#: include/functions.php:1904
+#: include/functions.php:1907
 #, fuzzy
 msgid "Reverse headlines"
 msgstr "Schlagzeilensortierung umkehren"
 
-#: include/functions.php:1905
+#: include/functions.php:1908
 msgid "Debug feed update"
 msgstr "Aktualisierung im Diagnose-Modus durchführen"
 
-#: include/functions.php:1906 js/FeedTree.js:170
+#: include/functions.php:1909
+#: js/FeedTree.js:177
 msgid "Mark all feeds as read"
 msgstr "Alle Feeds als gelesen markieren"
 
-#: include/functions.php:1907
+#: include/functions.php:1910
 msgid "Un/collapse current category"
 msgstr "Aktuelle Kategorie ein-/ausklappen:"
 
-#: include/functions.php:1908
+#: include/functions.php:1911
 msgid "Toggle combined mode"
 msgstr "Kombinierte Feed-Anzeige umschalten"
 
-#: include/functions.php:1909
-#, fuzzy
+#: include/functions.php:1912
 msgid "Go to"
-msgstr "Gehe zu..."
+msgstr "Gehe zu"
 
-#: include/functions.php:1911
+#: include/functions.php:1914
 msgid "Fresh"
 msgstr "Neu"
 
-#: include/functions.php:1914
+#: include/functions.php:1917
 msgid "Tag cloud"
 msgstr "Tagwolke"
 
-#: include/functions.php:1916
+#: include/functions.php:1919
 msgid "Other"
 msgstr "Sonstiges"
 
-#: include/functions.php:1917 classes/pref/labels.php:281
+#: include/functions.php:1920
+#: classes/pref/labels.php:281
 msgid "Create label"
 msgstr "Label erstellen"
 
-#: include/functions.php:1918 classes/pref/filters.php:587
+#: include/functions.php:1921
+#: classes/pref/filters.php:587
 msgid "Create filter"
 msgstr "Filter erstellen"
 
-#: include/functions.php:1919
-#, fuzzy
+#: include/functions.php:1922
 msgid "Un/collapse sidebar"
 msgstr "Seitenleiste ein-/ausklappen"
 
-#: include/functions.php:1920
+#: include/functions.php:1923
 msgid "Show help dialog"
 msgstr "Hilfe anzeigen"
 
-#: include/functions.php:2400
+#: include/functions.php:2405
 #, php-format
 msgid "Search results: %s"
 msgstr "Suchergebnisse: %s"
 
-#: include/functions.php:2824 js/viewfeed.js:1845
+#: include/functions.php:2893
+#: js/viewfeed.js:1905
 msgid "Click to play"
 msgstr "Zum Abspielen klicken"
 
-#: include/functions.php:2825 js/viewfeed.js:1844
+#: include/functions.php:2894
+#: js/viewfeed.js:1904
 msgid "Play"
 msgstr "Abspielen"
 
-#: include/functions.php:2945
+#: include/functions.php:3015
 msgid " - "
 msgstr " - "
 
-#: include/functions.php:2967 include/functions.php:3284 classes/rpc.php:359
+#: include/functions.php:3037
+#: include/functions.php:3354
+#: classes/rpc.php:360
 msgid "no tags"
 msgstr "Keine Tags"
 
-#: include/functions.php:2977 classes/feeds.php:645
+#: include/functions.php:3047
+#: classes/feeds.php:656
 msgid "Edit tags for this article"
 msgstr "Tags für diesen Artikel bearbeiten"
 
-#: include/functions.php:3006 classes/feeds.php:600
+#: include/functions.php:3076
+#: classes/feeds.php:610
 msgid "Originally from:"
 msgstr "Original von:"
 
-#: include/functions.php:3019 classes/feeds.php:613 classes/pref/feeds.php:507
+#: include/functions.php:3089
+#: classes/feeds.php:623
+#: classes/pref/feeds.php:507
 msgid "Feed URL"
 msgstr "Feed URL"
 
-#: include/functions.php:3048
+#: include/functions.php:3118
 msgid "Related"
 msgstr "Ähnlich"
 
-#: include/functions.php:3075 classes/dlg.php:43 classes/dlg.php:162
-#: classes/dlg.php:185 classes/dlg.php:222 classes/dlg.php:508
-#: classes/dlg.php:543 classes/dlg.php:574 classes/dlg.php:608
-#: classes/dlg.php:620 classes/backend.php:105 classes/pref/users.php:106
-#: classes/pref/filters.php:108 classes/pref/feeds.php:1527
-#: classes/pref/feeds.php:1598 plugins/import_export/init.php:407
-#: plugins/import_export/init.php:431 plugins/share/init.php:67
-#: plugins/updater/init.php:329
+#: include/functions.php:3145
+#: classes/dlg.php:43
+#: classes/dlg.php:162
+#: classes/dlg.php:185
+#: classes/dlg.php:222
+#: classes/dlg.php:508
+#: classes/dlg.php:543
+#: classes/dlg.php:574
+#: classes/dlg.php:608
+#: classes/dlg.php:620
+#: classes/backend.php:105
+#: classes/pref/users.php:106
+#: classes/pref/filters.php:108
+#: classes/pref/feeds.php:1553
+#: classes/pref/feeds.php:1624
+#: plugins/import_export/init.php:407
+#: plugins/import_export/init.php:431
+#: plugins/share/init.php:67
+#: plugins/updater/init.php:330
 msgid "Close this window"
 msgstr "Fenster schließen"
 
-#: include/functions.php:3309
+#: include/functions.php:3379
 msgid "(edit note)"
 msgstr "(Notiz bearbeiten)"
 
-#: include/functions.php:3542
+#: include/functions.php:3612
 msgid "unknown type"
 msgstr "unbekannter Typ"
 
-#: include/functions.php:3592
+#: include/functions.php:3662
 msgid "Attachments"
-msgstr "Anhänge:"
+msgstr "Anhänge"
 
 #: include/localized_schema.php:4
 msgid "Title or Content"
@@ -920,8 +989,10 @@ msgstr "Artikel löschen"
 msgid "Set starred"
 msgstr "Markierung setzen"
 
-#: include/localized_schema.php:12 js/viewfeed.js:478
-#: plugins/digest/digest.js:264 plugins/digest/digest.js:736
+#: include/localized_schema.php:12
+#: js/viewfeed.js:478
+#: plugins/digest/digest.js:264
+#: plugins/digest/digest.js:736
 msgid "Publish article"
 msgstr "Artikel veröffentlichen"
 
@@ -929,7 +1000,8 @@ msgstr "Artikel veröffentlichen"
 msgid "Assign tags"
 msgstr "Tags zuweisen"
 
-#: include/localized_schema.php:14 js/viewfeed.js:1809
+#: include/localized_schema.php:14
+#: js/viewfeed.js:1869
 msgid "Assign label"
 msgstr "Label zuweisen"
 
@@ -939,7 +1011,7 @@ msgstr "Bewertung ändern"
 
 #: include/localized_schema.php:17
 msgid "General"
-msgstr "Allgemeines"
+msgstr "Allgemein"
 
 #: include/localized_schema.php:18
 msgid "Interface"
@@ -950,64 +1022,36 @@ msgid "Advanced"
 msgstr "Erweiterte Einstellungen"
 
 #: include/localized_schema.php:21
-msgid ""
-"This option is useful when you are reading several planet-type aggregators "
-"with partially colliding userbase. When disabled, it forces same posts from "
-"different feeds to appear only once."
-msgstr ""
-"Diese Option dient zum Lesen mehrerer ähnlicher Feeds mit teilweise gleichen "
-"Artikeln. Ist diese Option deaktiviert, werden die selben Artikel von "
-"unterschiedlichen Feeds nur einmal erscheinen."
+msgid "This option is useful when you are reading several planet-type aggregators with partially colliding userbase. When disabled, it forces same posts from different feeds to appear only once."
+msgstr "Diese Option dient zum Lesen von Feedsammlungen mit teilweise wiederkehrenden Artikeln. Ist diese Option deaktiviert, wird ein Artikel von unterschiedlichen Feedsquellen nur einmal angezeigt."
 
 #: include/localized_schema.php:22
-msgid ""
-"Display expanded list of feed articles, instead of separate displays for "
-"headlines and article content"
-msgstr ""
-"Erweiterte Anzeigeliste für Artikel, anstatt einzelne Fenster für "
-"Schlagzeilen und Artikelinhalt"
+msgid "Display expanded list of feed articles, instead of separate displays for headlines and article content"
+msgstr "Erweiterte Anzeigeliste für Artikel, anstelle von einzelnen Fenstern für Schlagzeilen und Artikelinhalt"
 
 #: include/localized_schema.php:23
-msgid ""
-"Automatically open next feed with unread articles after marking one as read"
-msgstr ""
+msgid "Automatically open next feed with unread articles after marking one as read"
+msgstr "Automatisch nächsten Feed mit ungelesenen Artikeln laden, nachdem ein Feed als gelesen markiert wurde"
 
 #: include/localized_schema.php:24
-msgid ""
-"This option enables sending daily digest of new (and unread) headlines on "
-"your configured e-mail address"
-msgstr ""
-"Diese Option aktiviert das Senden einer täglichen Zusammenfassung über neue "
-"(und ungelesene) Schlagzeilen an Ihre angegebene E-Mail-Adresse"
+msgid "This option enables sending daily digest of new (and unread) headlines on your configured e-mail address"
+msgstr "Diese Option aktiviert das Senden einer täglichen Zusammenfassung über neue (und ungelesene) Schlagzeilen an Ihre angegebene E-Mail-Adresse"
 
 #: include/localized_schema.php:25
-msgid ""
-"This option enables marking articles as read automatically while you scroll "
-"article list."
-msgstr ""
-"Diese Option aktiviert das automatische \"Als gelesen markieren\" im "
-"kombinierten Anzeigemodus (ausgenommen ist der Neue-Artikel-Feed), während "
-"Sie durch die Artikelliste scrollen."
+msgid "This option enables marking articles as read automatically while you scroll article list."
+msgstr "Diese Option aktiviert das automatische \"Als gelesen markieren\" im kombinierten Anzeigemodus (ausgenommen ist der Neue-Artikel-Feed), während Sie durch die Artikelliste scrollen."
 
 #: include/localized_schema.php:26
 msgid "Strip all but most common HTML tags when reading articles."
-msgstr "Alle außer den meist gebräuchlichen HTML Tags beim Lesen entfernen."
+msgstr "Alle außer den meist verwendeten HTML Tags beim Lesen entfernen."
 
 #: include/localized_schema.php:27
-msgid ""
-"When auto-detecting tags in articles these tags will not be applied (comma-"
-"separated list)."
-msgstr ""
-"Bei der automatischen Erkennung von Tags in Artikeln werden die folgenden "
-"nicht verwendet (durch Komma getrennte Liste)."
+msgid "When auto-detecting tags in articles these tags will not be applied (comma-separated list)."
+msgstr "Bei der automatischen Erkennung von Tags in Artikeln werden die folgenden nicht verwendet (durch Komma getrennte Liste)."
 
 #: include/localized_schema.php:28
-msgid ""
-"When this option is enabled, headlines in Special feeds and Labels are "
-"grouped by feeds"
-msgstr ""
-"Wenn diese Option aktiviert ist, werden Schlagzeilen in Sonderfeeds und "
-"Labels nach Feeds gruppiert"
+msgid "When this option is enabled, headlines in Special feeds and Labels are grouped by feeds"
+msgstr "Wenn diese Option aktiviert ist, werden Schlagzeilen in Sonderfeeds und Labels nach Feeds gruppiert"
 
 #: include/localized_schema.php:29
 msgid "Customize CSS stylesheet to your liking"
@@ -1015,9 +1059,7 @@ msgstr "CSS Stylesheet nach Ihren Vorlieben anpassen"
 
 #: include/localized_schema.php:30
 msgid "Use feed-specified date to sort headlines instead of local import date."
-msgstr ""
-"Benutze feed-spezifisches Datum statt des lokalen Importdatums um "
-"Schlagzeilen zu sortieren."
+msgstr "Benutze feed-spezifisches Datum statt des lokalen Importdatums um Schlagzeilen zu sortieren."
 
 #: include/localized_schema.php:31
 msgid "Click to register your SSL client certificate with tt-rss"
@@ -1033,11 +1075,11 @@ msgstr "Alte Artikel nach dieser Anzahl an Tagen löschen (0 - deaktivert)"
 
 #: include/localized_schema.php:34
 msgid "Default interval between feed updates"
-msgstr "Standard Intervall zwischen Feed-Aktualisierungen (in Minuten)"
+msgstr "Standard Intervall zwischen Feed-Aktualisierungen"
 
 #: include/localized_schema.php:35
 msgid "Amount of articles to display at once"
-msgstr "Keine Artikel zum Anzeigen gefunden."
+msgstr "Anzahl der Artikel, die gleichzeitig geladen werden"
 
 #: include/localized_schema.php:36
 msgid "Allow duplicate posts"
@@ -1121,7 +1163,7 @@ msgstr "Schlagzeilen in virtuellen Feeds gruppieren"
 
 #: include/localized_schema.php:57
 #, fuzzy
-msgid "Hide images in articles"
+msgid "Do not embed images in articles"
 msgstr "Keine Bilder in Artikeln anzeigen"
 
 #: include/localized_schema.php:58
@@ -1132,13 +1174,14 @@ msgstr "Externe API aktivieren"
 msgid "User timezone"
 msgstr "Zeitzone des Benutzers"
 
-#: include/localized_schema.php:60 js/prefs.js:1733
+#: include/localized_schema.php:60
+#: js/prefs.js:1740
 msgid "Customize stylesheet"
-msgstr "Benutzer Stylesheet"
+msgstr "Benutzerdefiniertes Stylesheet"
 
 #: include/localized_schema.php:61
 msgid "Sort headlines by feed date"
-msgstr "Feeds nach Feed-Datum sortieren"
+msgstr "Feeds nach Schlagzeilendatum sortieren"
 
 #: include/localized_schema.php:62
 msgid "Login with an SSL certificate"
@@ -1150,9 +1193,10 @@ msgstr "Zusammenfassungen zu einer bestimmten Uhrzeit zu senden"
 
 #: include/localized_schema.php:64
 msgid "Assign articles to labels automatically"
-msgstr ""
+msgstr "Artikel den Labeln automatisch zuordnen"
 
-#: include/login_form.php:185 classes/handler/public.php:459
+#: include/login_form.php:185
+#: classes/handler/public.php:459
 msgid "Language:"
 msgstr "Sprache:"
 
@@ -1160,8 +1204,10 @@ msgstr "Sprache:"
 msgid "Profile:"
 msgstr "Profil:"
 
-#: include/login_form.php:197 classes/handler/public.php:212
-#: classes/rpc.php:64 classes/dlg.php:98
+#: include/login_form.php:197
+#: classes/handler/public.php:212
+#: classes/rpc.php:64
+#: classes/dlg.php:98
 msgid "Default profile"
 msgstr "Standardprofil"
 
@@ -1173,7 +1219,8 @@ msgstr "Weniger Datenverkehr nutzen"
 msgid "Article not found."
 msgstr "Artikel nicht gefunden."
 
-#: classes/handler/public.php:394 plugins/bookmarklets/init.php:38
+#: classes/handler/public.php:394
+#: plugins/bookmarklets/init.php:38
 msgid "Share with Tiny Tiny RSS"
 msgstr "Teilen mit Tiny Tiny RSS"
 
@@ -1181,36 +1228,49 @@ msgstr "Teilen mit Tiny Tiny RSS"
 msgid "Title:"
 msgstr "Titel:"
 
-#: classes/handler/public.php:404 classes/dlg.php:667
-#: classes/pref/feeds.php:505 classes/pref/feeds.php:722
+#: classes/handler/public.php:404
+#: classes/dlg.php:667
+#: classes/pref/feeds.php:505
+#: classes/pref/feeds.php:734
 #: plugins/instances/init.php:215
 msgid "URL:"
 msgstr "URL:"
 
 #: classes/handler/public.php:406
 msgid "Content:"
-msgstr "Inhalt"
+msgstr "Inhalt:"
 
 #: classes/handler/public.php:408
 msgid "Labels:"
-msgstr "Label"
+msgstr "Label:"
 
 #: classes/handler/public.php:427
 msgid "Shared article will appear in the Published feed."
-msgstr "Weiterempfohlene Artikel erscheinen unter 'Veröffentlichte Artikel'."
+msgstr "Geteilte Artikel erscheinen unter 'Veröffentlichte Artikel'."
 
 #: classes/handler/public.php:429
 msgid "Share"
 msgstr "Teilen"
 
-#: classes/handler/public.php:430 classes/handler/public.php:472
-#: classes/dlg.php:297 classes/dlg.php:350 classes/dlg.php:410
-#: classes/dlg.php:441 classes/dlg.php:652 classes/dlg.php:702
-#: classes/dlg.php:751 classes/pref/users.php:194 classes/pref/labels.php:81
-#: classes/pref/filters.php:349 classes/pref/filters.php:729
-#: classes/pref/filters.php:798 classes/pref/filters.php:865
-#: classes/pref/feeds.php:689 classes/pref/feeds.php:829
-#: plugins/mail/init.php:132 plugins/note/init.php:55
+#: classes/handler/public.php:430
+#: classes/handler/public.php:472
+#: classes/dlg.php:297
+#: classes/dlg.php:350
+#: classes/dlg.php:410
+#: classes/dlg.php:441
+#: classes/dlg.php:652
+#: classes/dlg.php:702
+#: classes/dlg.php:751
+#: classes/pref/users.php:194
+#: classes/pref/labels.php:81
+#: classes/pref/filters.php:349
+#: classes/pref/filters.php:729
+#: classes/pref/filters.php:798
+#: classes/pref/filters.php:865
+#: classes/pref/feeds.php:701
+#: classes/pref/feeds.php:849
+#: plugins/mail/init.php:131
+#: plugins/note/init.php:55
 #: plugins/instances/init.php:251
 msgid "Cancel"
 msgstr "Abbrechen"
@@ -1223,77 +1283,99 @@ msgstr "Nicht angemeldet"
 msgid "Incorrect username or password"
 msgstr "Benutzername oder Passwort falsch"
 
-#: classes/handler/public.php:547 classes/handler/public.php:644
+#: classes/handler/public.php:547
+#: classes/handler/public.php:644
 #, php-format
 msgid "Already subscribed to <b>%s</b>."
 msgstr "<b>%s</b> bereits abonniert."
 
-#: classes/handler/public.php:550 classes/handler/public.php:635
+#: classes/handler/public.php:550
+#: classes/handler/public.php:635
 #, php-format
 msgid "Subscribed to <b>%s</b>."
 msgstr "<b>%s</b> abonniert."
 
-#: classes/handler/public.php:553 classes/handler/public.php:638
+#: classes/handler/public.php:553
+#: classes/handler/public.php:638
 #, php-format
 msgid "Could not subscribe to <b>%s</b>."
-msgstr "<b>%s</b> bereits abonniert."
+msgstr "Konnte <b>%s</b> nicht abonnieren."
 
-#: classes/handler/public.php:556 classes/handler/public.php:641
+#: classes/handler/public.php:556
+#: classes/handler/public.php:641
 #, php-format
 msgid "No feeds found in <b>%s</b>."
 msgstr "Keine Feeds in <b>%s</b> gefunden."
 
-#: classes/handler/public.php:559 classes/handler/public.php:647
+#: classes/handler/public.php:559
+#: classes/handler/public.php:647
 msgid "Multiple feed URLs found."
 msgstr "Mehrere Feed-URLs gefunden."
 
-#: classes/handler/public.php:563 classes/handler/public.php:652
+#: classes/handler/public.php:563
+#: classes/handler/public.php:652
 #, php-format
 msgid "Could not subscribe to <b>%s</b>.<br>Can't download the Feed URL."
-msgstr ""
-"Das Abonnieren von <b>%s</b> ist fehlgeschlagen.<br>Der Feed konnte nicht "
-"heruntergeladen werden."
+msgstr "Das Abonnieren von <b>%s</b> ist fehlgeschlagen.<br>Der Feed konnte nicht heruntergeladen werden."
 
-#: classes/handler/public.php:581 classes/handler/public.php:670
+#: classes/handler/public.php:581
+#: classes/handler/public.php:670
 msgid "Subscribe to selected feed"
 msgstr "Ausgewählte Feeds abonnieren"
 
-#: classes/handler/public.php:606 classes/handler/public.php:694
+#: classes/handler/public.php:606
+#: classes/handler/public.php:694
 msgid "Edit subscription options"
 msgstr "Abonnementoptionen bearbeiten"
 
 #: classes/dlg.php:22
-msgid ""
-"If you have imported labels and/or filters, you might need to reload "
-"preferences to see your new data."
-msgstr ""
-"Wenn Label und/oder Filter importiert wurden, müssen die Einstellungen "
-"erneut geladen werden um alle neuen Einstellungen zu sehen."
-
-#: classes/dlg.php:55 classes/pref/users.php:378 classes/pref/labels.php:272
-#: classes/pref/filters.php:230 classes/pref/filters.php:277
-#: classes/pref/filters.php:578 classes/pref/filters.php:657
-#: classes/pref/filters.php:684 classes/pref/feeds.php:1202
-#: classes/pref/feeds.php:1472 classes/pref/feeds.php:1541
+msgid "If you have imported labels and/or filters, you might need to reload preferences to see your new data."
+msgstr "Wenn Label und/oder Filter importiert wurden, müssen die Einstellungen erneut geladen werden, um alle neuen Einstellungen zu sehen."
+
+#: classes/dlg.php:55
+#: classes/pref/users.php:378
+#: classes/pref/labels.php:272
+#: classes/pref/filters.php:230
+#: classes/pref/filters.php:277
+#: classes/pref/filters.php:578
+#: classes/pref/filters.php:657
+#: classes/pref/filters.php:684
+#: classes/pref/feeds.php:1228
+#: classes/pref/feeds.php:1498
+#: classes/pref/feeds.php:1567
 #: plugins/instances/init.php:287
 msgid "Select"
 msgstr "Auswahl"
 
-#: classes/dlg.php:58 classes/feeds.php:92 classes/pref/users.php:381
-#: classes/pref/labels.php:275 classes/pref/filters.php:233
-#: classes/pref/filters.php:280 classes/pref/filters.php:581
-#: classes/pref/filters.php:660 classes/pref/filters.php:687
-#: classes/pref/feeds.php:1205 classes/pref/feeds.php:1475
-#: classes/pref/feeds.php:1544 plugins/instances/init.php:290
+#: classes/dlg.php:58
+#: classes/feeds.php:92
+#: classes/pref/users.php:381
+#: classes/pref/labels.php:275
+#: classes/pref/filters.php:233
+#: classes/pref/filters.php:280
+#: classes/pref/filters.php:581
+#: classes/pref/filters.php:660
+#: classes/pref/filters.php:687
+#: classes/pref/feeds.php:1231
+#: classes/pref/feeds.php:1501
+#: classes/pref/feeds.php:1570
+#: plugins/instances/init.php:290
 msgid "All"
 msgstr "Alle"
 
-#: classes/dlg.php:60 classes/feeds.php:95 classes/pref/users.php:383
-#: classes/pref/labels.php:277 classes/pref/filters.php:235
-#: classes/pref/filters.php:282 classes/pref/filters.php:583
-#: classes/pref/filters.php:662 classes/pref/filters.php:689
-#: classes/pref/feeds.php:1207 classes/pref/feeds.php:1477
-#: classes/pref/feeds.php:1546 plugins/instances/init.php:292
+#: classes/dlg.php:60
+#: classes/feeds.php:95
+#: classes/pref/users.php:383
+#: classes/pref/labels.php:277
+#: classes/pref/filters.php:235
+#: classes/pref/filters.php:282
+#: classes/pref/filters.php:583
+#: classes/pref/filters.php:662
+#: classes/pref/filters.php:689
+#: classes/pref/feeds.php:1233
+#: classes/pref/feeds.php:1503
+#: classes/pref/feeds.php:1572
+#: plugins/instances/init.php:292
 msgid "None"
 msgstr "Keine"
 
@@ -1301,7 +1383,8 @@ msgstr "Keine"
 msgid "Create profile"
 msgstr "Profil erstellen"
 
-#: classes/dlg.php:92 classes/dlg.php:122
+#: classes/dlg.php:92
+#: classes/dlg.php:122
 msgid "(active)"
 msgstr "(aktiv)"
 
@@ -1311,7 +1394,7 @@ msgstr "Ausgewählte Profile entfernen"
 
 #: classes/dlg.php:158
 msgid "Activate profile"
-msgstr "Aktives Profil"
+msgstr "Profil aktivieren"
 
 #: classes/dlg.php:168
 msgid "Public OPML URL"
@@ -1321,7 +1404,8 @@ msgstr "Öffentliche OPML-URL"
 msgid "Your Public OPML URL is:"
 msgstr "Ihre öffentliche OPML-URL lautet:"
 
-#: classes/dlg.php:182 classes/dlg.php:571
+#: classes/dlg.php:182
+#: classes/dlg.php:571
 msgid "Generate new URL"
 msgstr "Erzeuge neue URL"
 
@@ -1330,37 +1414,27 @@ msgid "Notice"
 msgstr "Anmerkung"
 
 #: classes/dlg.php:200
-msgid ""
-"Update daemon is enabled in configuration, but daemon process is not "
-"running, which prevents all feeds from updating. Please start the daemon "
-"process or contact instance owner."
-msgstr ""
-"Der Aktualisierungs-Daemon ist in den Einstellungen aktiviert, aber der "
-"Daemon Prozess läuft nicht, weshalb keine Feeds aktualisiert werden können. "
-"Bitte starten Sie den Prozess des Daemons oder benachrichtigen Sie den "
-"Besitzer der Instanz."
+msgid "Update daemon is enabled in configuration, but daemon process is not running, which prevents all feeds from updating. Please start the daemon process or contact instance owner."
+msgstr "Der Aktualisierungs-Daemon ist in den Einstellungen aktiviert, aber der Daemon Prozess läuft nicht, weshalb keine Feeds aktualisiert werden können. Bitte starten Sie den Prozess des Daemons oder benachrichtigen Sie den Besitzer der Instanz."
 
-#: classes/dlg.php:204 classes/dlg.php:213
+#: classes/dlg.php:204
+#: classes/dlg.php:213
 msgid "Last update:"
 msgstr "Letzte Aktualisierung:"
 
 #: classes/dlg.php:209
-msgid ""
-"Update daemon is taking too long to perform a feed update. This could "
-"indicate a problem like crash or a hang. Please check the daemon process or "
-"contact instance owner."
-msgstr ""
-"Der Aktualisierungs Daemon braucht zu lange um eine Aktualisierung "
-"durchzuführen. Dies könnte auf ein Problem wie einen Absturz oder eine "
-"Blockierung hinweisen. Bitte überprüfen Sie den Prozess des Daemons oder "
-"benachrichtigen Sie den Besitzer des Instanz."
+msgid "Update daemon is taking too long to perform a feed update. This could indicate a problem like crash or a hang. Please check the daemon process or contact instance owner."
+msgstr "Der Aktualisierungs Daemon braucht zu lange um eine Aktualisierung durchzuführen. Dies könnte auf ein Problem wie einen Absturz oder eine Blockierung hinweisen. Bitte überprüfen Sie den Prozess des Daemons oder benachrichtigen Sie den Besitzer des Instanz."
 
-#: classes/dlg.php:234 classes/dlg.php:243
+#: classes/dlg.php:234
+#: classes/dlg.php:243
 msgid "Feed or site URL"
-msgstr "URL von Feed oder Site"
+msgstr "URL von Feed oder Seite"
 
-#: classes/dlg.php:249 classes/dlg.php:715 classes/pref/feeds.php:527
-#: classes/pref/feeds.php:735
+#: classes/dlg.php:249
+#: classes/dlg.php:715
+#: classes/pref/feeds.php:527
+#: classes/pref/feeds.php:747
 msgid "Place in category:"
 msgstr "In Kategorie einordnen:"
 
@@ -1368,18 +1442,26 @@ msgstr "In Kategorie einordnen:"
 msgid "Available feeds"
 msgstr "Verfügbare Feeds"
 
-#: classes/dlg.php:269 classes/pref/users.php:155 classes/pref/feeds.php:557
-#: classes/pref/feeds.php:771
+#: classes/dlg.php:269
+#: classes/pref/users.php:155
+#: classes/pref/feeds.php:557
+#: classes/pref/feeds.php:783
 msgid "Authentication"
 msgstr "Authentifizierung"
 
-#: classes/dlg.php:273 classes/dlg.php:729 classes/pref/users.php:438
-#: classes/pref/feeds.php:563 classes/pref/feeds.php:775
+#: classes/dlg.php:273
+#: classes/dlg.php:729
+#: classes/pref/users.php:438
+#: classes/pref/feeds.php:563
+#: classes/pref/feeds.php:787
 msgid "Login"
 msgstr "Benutzername"
 
-#: classes/dlg.php:276 classes/dlg.php:732 classes/pref/prefs.php:196
-#: classes/pref/feeds.php:569 classes/pref/feeds.php:781
+#: classes/dlg.php:276
+#: classes/dlg.php:732
+#: classes/pref/prefs.php:202
+#: classes/pref/feeds.php:569
+#: classes/pref/feeds.php:793
 msgid "Password"
 msgstr "Passwort"
 
@@ -1387,7 +1469,9 @@ msgstr "Passwort"
 msgid "This feed requires authentication."
 msgstr "Dieser Feed erfordert Authentifizierung."
 
-#: classes/dlg.php:291 classes/dlg.php:348 classes/dlg.php:750
+#: classes/dlg.php:291
+#: classes/dlg.php:348
+#: classes/dlg.php:750
 msgid "Subscribe"
 msgstr "Abonnieren"
 
@@ -1395,8 +1479,12 @@ msgstr "Abonnieren"
 msgid "More feeds"
 msgstr "Weitere Feeds"
 
-#: classes/dlg.php:318 classes/dlg.php:409 classes/pref/users.php:368
-#: classes/pref/filters.php:574 classes/pref/feeds.php:1198 js/tt-rss.js:166
+#: classes/dlg.php:318
+#: classes/dlg.php:409
+#: classes/pref/users.php:368
+#: classes/pref/filters.php:574
+#: classes/pref/feeds.php:1224
+#: js/tt-rss.js:166
 msgid "Search"
 msgstr "Suchen"
 
@@ -1412,9 +1500,13 @@ msgstr "Feed-Archiv"
 msgid "limit:"
 msgstr "Grenzwert:"
 
-#: classes/dlg.php:349 classes/pref/users.php:394 classes/pref/labels.php:284
-#: classes/pref/filters.php:339 classes/pref/filters.php:596
-#: classes/pref/feeds.php:662 plugins/instances/init.php:297
+#: classes/dlg.php:349
+#: classes/pref/users.php:394
+#: classes/pref/labels.php:284
+#: classes/pref/filters.php:339
+#: classes/pref/filters.php:596
+#: classes/pref/feeds.php:674
+#: plugins/instances/init.php:297
 msgid "Remove"
 msgstr "Entfernen"
 
@@ -1432,13 +1524,19 @@ msgstr "Diesen Feed"
 
 #: classes/dlg.php:416
 msgid "Tags for this article (separated by commas):"
-msgstr "Tags für diesen Artikel (kommagetrennt)"
-
-#: classes/dlg.php:439 classes/dlg.php:650 classes/pref/users.php:192
-#: classes/pref/labels.php:79 classes/pref/filters.php:346
-#: classes/pref/feeds.php:688 classes/pref/feeds.php:826
-#: plugins/nsfw/init.php:86 plugins/note/init.php:53
-#: plugins/owncloud/init.php:62 plugins/instances/init.php:248
+msgstr "Tags für diesen Artikel (durch Komma getrennt):"
+
+#: classes/dlg.php:439
+#: classes/dlg.php:650
+#: classes/pref/users.php:192
+#: classes/pref/labels.php:79
+#: classes/pref/filters.php:346
+#: classes/pref/feeds.php:700
+#: classes/pref/feeds.php:846
+#: plugins/nsfw/init.php:86
+#: plugins/note/init.php:53
+#: plugins/owncloud/init.php:62
+#: plugins/instances/init.php:248
 msgid "Save"
 msgstr "Speichern"
 
@@ -1470,7 +1568,8 @@ msgstr "Welche Tags?"
 msgid "Display entries"
 msgstr "Einträge anzeigen"
 
-#: classes/dlg.php:551 classes/feeds.php:133
+#: classes/dlg.php:551
+#: classes/feeds.php:138
 msgid "View as RSS"
 msgstr "Als RSS anzeigen"
 
@@ -1478,18 +1577,18 @@ msgstr "Als RSS anzeigen"
 msgid "You can view this feed as RSS using the following URL:"
 msgstr "Sie finden diesen Feed als RSS unter der folgenden URL:"
 
-#: classes/dlg.php:591 plugins/updater/init.php:303
+#: classes/dlg.php:591
+#: plugins/updater/init.php:304
 #, php-format
 msgid "New version of Tiny Tiny RSS is available (%s)."
 msgstr "Neue Version von Tiny Tiny RSS verfügbar (%s)."
 
 #: classes/dlg.php:599
-msgid ""
-"You can update using built-in updater in the Preferences or by using update."
-"php"
-msgstr ""
+msgid "You can update using built-in updater in the Preferences or by using update.php"
+msgstr "Um ein Update durchzuführen können Sie den eingebauten Updater in den Einstellungen oder die update.php benutzen"
 
-#: classes/dlg.php:603 classes/pref/users.php:390
+#: classes/dlg.php:603
+#: classes/pref/users.php:390
 msgid "Details"
 msgstr "Details"
 
@@ -1499,44 +1598,42 @@ msgstr "Download"
 
 #: classes/dlg.php:613
 msgid "Error receiving version information or no new version available."
-msgstr "Das Abrufen von Update-Informationen ist fehlgeschlagen."
+msgstr "Das Abrufen von Update-Informationen ist fehlgeschlagen oder es ist bereits die neuste Version installiert."
 
 #: classes/dlg.php:634
 #, php-format
-msgid ""
-"You can override colors, fonts and layout of your currently selected theme "
-"with custom CSS declarations here. <a target=\"_blank\" class=\"visibleLink"
-"\" href=\"%s\">This file</a> can be used as a baseline."
-msgstr ""
-"Sie können Farben, Schriftarten und das Layout Ihres aktuell gewählten "
-"Themas mit einem eigenen CSS-Stylesheet übergehen. <a target=\"_blank\" "
-"class=\"visibleLink\" href=\"%s\">Diese Datei</a> kann als Basis benutzt "
-"werden."
+msgid "You can override colors, fonts and layout of your currently selected theme with custom CSS declarations here. <a target=\"_blank\" class=\"visibleLink\" href=\"%s\">This file</a> can be used as a baseline."
+msgstr "Sie können Farben, Schriftarten und das Layout Ihres aktuell gewählten Themas mit einem eigenen CSS-Stylesheet überschreiben. <a target=\"_blank\" class=\"visibleLink\" href=\"%s\">Diese Datei</a> kann als Grundlage benutzt werden."
 
-#: classes/dlg.php:661 plugins/instances/init.php:207
+#: classes/dlg.php:661
+#: plugins/instances/init.php:207
 msgid "Instance"
 msgstr "Instanz"
 
-#: classes/dlg.php:670 plugins/instances/init.php:218
+#: classes/dlg.php:670
+#: plugins/instances/init.php:218
 #: plugins/instances/init.php:315
 msgid "Instance URL"
 msgstr "Instanz-URL"
 
-#: classes/dlg.php:680 plugins/instances/init.php:229
+#: classes/dlg.php:680
+#: plugins/instances/init.php:229
 msgid "Access key:"
 msgstr "Zugriffsberechtigung:"
 
-#: classes/dlg.php:683 plugins/instances/init.php:232
+#: classes/dlg.php:683
+#: plugins/instances/init.php:232
 #: plugins/instances/init.php:316
 msgid "Access key"
 msgstr "Zugriffsberechtigung"
 
-#: classes/dlg.php:687 plugins/instances/init.php:236
+#: classes/dlg.php:687
+#: plugins/instances/init.php:236
 msgid "Use one access key for both linked instances."
-msgstr ""
-"Benutzen Sie den selben Zugriffschlüssel für beide verbundenen Instanzen."
+msgstr "Benutzen Sie den selben Zugriffschlüssel für beide verbundenen Instanzen."
 
-#: classes/dlg.php:695 plugins/instances/init.php:244
+#: classes/dlg.php:695
+#: plugins/instances/init.php:244
 msgid "Generate new key"
 msgstr "Neuen Zugriffsschlüssel erzeugen"
 
@@ -1546,15 +1643,15 @@ msgstr "Verbindung herstellen"
 
 #: classes/dlg.php:712
 msgid "Add one valid RSS feed per line (no feed detection is done)"
-msgstr "Einen gültigen RSS Feed pro Zeile hinzufügen (Keine Feederkennung)"
+msgstr "Einen gültigen RSS Feed pro Zeile hinzufügen (Es findet keine Feederkennung statt)"
 
 #: classes/dlg.php:721
 msgid "Feeds to subscribe, One per line"
-msgstr "Zu abonierende Feeds, Einen pro Zeile"
+msgstr "Zu abonnierende Feeds, Einen pro Zeile"
 
 #: classes/dlg.php:743
 msgid "Feeds require authentication."
-msgstr "Feeds benötigen Anmeldung."
+msgstr "Feeds benötigen Authentifizierung."
 
 #: classes/feeds.php:68
 msgid "Visit the website"
@@ -1574,7 +1671,7 @@ msgstr "Umkehren"
 
 #: classes/feeds.php:101
 msgid "More..."
-msgstr "Mehr.."
+msgstr "Mehr..."
 
 #: classes/feeds.php:103
 msgid "Selection toggle:"
@@ -1596,64 +1693,72 @@ msgstr "Archiv"
 msgid "Move back"
 msgstr "Zurückgehen"
 
-#: classes/feeds.php:118 classes/pref/filters.php:242
-#: classes/pref/filters.php:289 classes/pref/filters.php:669
+#: classes/feeds.php:118
+#: classes/pref/filters.php:242
+#: classes/pref/filters.php:289
+#: classes/pref/filters.php:669
 #: classes/pref/filters.php:696
 msgid "Delete"
 msgstr "Löschen"
 
-#: classes/feeds.php:125 plugins/mail/init.php:28
+#: classes/feeds.php:125
+#: classes/feeds.php:130
+#: plugins/mailto/init.php:28
+#: plugins/mail/init.php:28
 msgid "Forward by email"
 msgstr "Per E-Mail weiterleiten"
 
-#: classes/feeds.php:129
+#: classes/feeds.php:134
 msgid "Feed:"
 msgstr "Feed:"
 
-#: classes/feeds.php:196 classes/feeds.php:790
+#: classes/feeds.php:201
+#: classes/feeds.php:801
 msgid "Feed not found."
 msgstr "Feed nicht gefunden."
 
-#: classes/feeds.php:403 classes/feeds.php:493
+#: classes/feeds.php:500
 msgid "mark as read"
 msgstr "als gelesen markieren"
 
-#: classes/feeds.php:691
+#: classes/feeds.php:555
+msgid "Collapse article"
+msgstr "Artikel einklappen"
+
+#: classes/feeds.php:702
 msgid "No unread articles found to display."
 msgstr "Keine ungelesenen Artikel zum Anzeigen gefunden."
 
-#: classes/feeds.php:694
+#: classes/feeds.php:705
 msgid "No updated articles found to display."
 msgstr "Keine aktualisierten Artikel zum Anzeigen gefunden."
 
-#: classes/feeds.php:697
+#: classes/feeds.php:708
 msgid "No starred articles found to display."
 msgstr "Keine markierten Artikel zum Anzeigen gefunden."
 
-#: classes/feeds.php:701
-msgid ""
-"No articles found to display. You can assign articles to labels manually "
-"(see the Actions menu above) or use a filter."
-msgstr ""
-"Keine Artikel zum Anzeigen gefunden. Sie können Artikel zu Labeln manuell "
-"hinzufügen (siehe obiges Aktionsmenü) oder einen Filter benutzen."
+#: classes/feeds.php:712
+msgid "No articles found to display. You can assign articles to labels manually (see the Actions menu above) or use a filter."
+msgstr "Keine Artikel zum Anzeigen gefunden. Sie können Artikel zu Labeln manuell hinzufügen (siehe obiges Aktionsmenü) oder durch das Benutzen von Filtern."
 
-#: classes/feeds.php:703
+#: classes/feeds.php:714
 msgid "No articles found to display."
 msgstr "Keine Artikel zum Anzeigen gefunden."
 
-#: classes/feeds.php:718 classes/feeds.php:899
+#: classes/feeds.php:729
+#: classes/feeds.php:910
 #, php-format
 msgid "Feeds last updated at %s"
 msgstr "Feeds zuletzt aktualisiert am %s"
 
-#: classes/feeds.php:728 classes/feeds.php:909
+#: classes/feeds.php:739
+#: classes/feeds.php:920
 msgid "Some feeds have update errors (click for details)"
 msgstr "Einige Feeds haben Aktualisierungsfehler (klicken für Details)"
 
-#: classes/feeds.php:889
+#: classes/feeds.php:900
 msgid "No feed selected."
-msgstr "Kein Feed ausgewählt."
+msgstr "Keinen Feed ausgewählt."
 
 #: classes/backend.php:34
 msgid "Keyboard Shortcuts"
@@ -1661,11 +1766,11 @@ msgstr "Tastaturkürzel"
 
 #: classes/backend.php:57
 msgid "Shift"
-msgstr ""
+msgstr "Shift"
 
 #: classes/backend.php:60
 msgid "Ctrl"
-msgstr ""
+msgstr "Strg"
 
 #: classes/backend.php:84
 msgid "Other interface tips are available in the Tiny Tiny RSS wiki."
@@ -1675,7 +1780,8 @@ msgstr "Im Wiki von Tiny Tiny RSS finden Sie weitere Tipps."
 msgid "Help topic not found."
 msgstr "Hilfethema nicht gefunden."
 
-#: classes/opml.php:28 classes/opml.php:33
+#: classes/opml.php:28
+#: classes/opml.php:33
 msgid "OPML Utility"
 msgstr "OPML Werkzeug"
 
@@ -1705,7 +1811,7 @@ msgstr "Füge Label %s hinzu"
 #: classes/opml.php:298
 #, php-format
 msgid "Duplicate label: %s"
-msgstr "Label %s kopieren."
+msgstr "Doppeltes Label: %s"
 
 #: classes/opml.php:310
 #, php-format
@@ -1719,7 +1825,7 @@ msgstr "Füge Filter hinzu..."
 #: classes/opml.php:416
 #, php-format
 msgid "Processing category: %s"
-msgstr "Bearbeite Kategorie: %s"
+msgstr "Verarbeite Kategorie: %s"
 
 #: classes/opml.php:468
 msgid "Error: please upload OPML file."
@@ -1729,10 +1835,10 @@ msgstr "Fehler: bitte eine OPML-Datei hochladen."
 msgid "Error while parsing document."
 msgstr "Fehler beim Parsen des Dokuments."
 
-#: classes/pref/users.php:6 plugins/instances/init.php:157
+#: classes/pref/users.php:6
+#: plugins/instances/init.php:157
 msgid "Your access level is insufficient to open this tab."
-msgstr ""
-"Sie haben nicht die benötigten Rechte um diese Registerkarte zu öffnen."
+msgstr "Sie haben nicht die benötigten Rechte um diese Registerkarte zu öffnen."
 
 #: classes/pref/users.php:27
 msgid "User details"
@@ -1742,7 +1848,8 @@ msgstr "Benutzerdetails"
 msgid "User not found"
 msgstr "Benutzer nicht gefunden"
 
-#: classes/pref/users.php:60 classes/pref/users.php:440
+#: classes/pref/users.php:60
+#: classes/pref/users.php:440
 msgid "Registered"
 msgstr "Registriert"
 
@@ -1770,8 +1877,9 @@ msgstr "Zugriffsberechtigung: "
 msgid "Change password to"
 msgstr "Passwort ändern in"
 
-#: classes/pref/users.php:177 classes/pref/feeds.php:577
-#: classes/pref/feeds.php:787
+#: classes/pref/users.php:177
+#: classes/pref/feeds.php:577
+#: classes/pref/feeds.php:799
 msgid "Options"
 msgstr "Optionen"
 
@@ -1795,11 +1903,11 @@ msgid "User <b>%s</b> already exists."
 msgstr "Benutzer <b>%s</b> existiert bereits."
 
 #: classes/pref/users.php:292
-#, fuzzy, php-format
+#, php-format
 msgid ""
 "Changed password of user <b>%s</b>\n"
 "\t\t\t\t to <b>%s</b>"
-msgstr "Passwort für Benutzer <b>%s</b> auf <b>%s</b> geändert."
+msgstr "Passwort für Benutzer <b>%s</b> auf <b>%s</b> geändert"
 
 #: classes/pref/users.php:299
 #, php-format
@@ -1814,7 +1922,8 @@ msgstr "[tt-rss] Benachrichtigung: Passwort geändert"
 msgid "Create user"
 msgstr "Benutzer anlegen"
 
-#: classes/pref/users.php:392 classes/pref/filters.php:593
+#: classes/pref/users.php:392
+#: classes/pref/filters.php:593
 #: plugins/instances/init.php:296
 msgid "Edit"
 msgstr "Bearbeiten"
@@ -1831,7 +1940,8 @@ msgstr "Zugriffsberechtigung"
 msgid "Last login"
 msgstr "Zuletzt angemeldet"
 
-#: classes/pref/users.php:462 plugins/instances/init.php:337
+#: classes/pref/users.php:462
+#: plugins/instances/init.php:337
 msgid "Click to edit"
 msgstr "Zum Bearbeiten klicken"
 
@@ -1874,40 +1984,42 @@ msgstr "Artikel, die auf diesen Filter passen: "
 
 #: classes/pref/filters.php:94
 msgid "No recent articles matching this filter have been found."
-msgstr ""
-"Keine kürzlich erschienenen Artikel gefunden, die auf diesen Filter passen."
+msgstr "Keine kürzlich erschienenen Artikel gefunden, die auf diesen Filter passen."
 
 #: classes/pref/filters.php:98
-msgid ""
-"Complex expressions might not give results while testing due to issues with "
-"database server regexp implementation."
-msgstr ""
-"Komplexe Filter liefern im Testmodus möglichweise keine Ergebnisse, da es "
-"Probleme mit der RegExp-Implementierung des Datenbankservers gibt."
+msgid "Complex expressions might not give results while testing due to issues with database server regexp implementation."
+msgstr "Komplexe Filter liefern im Testmodus möglichweise keine Ergebnisse, da es Probleme mit der RegExp-Implementierung des Datenbankservers gibt."
 
-#: classes/pref/filters.php:225 classes/pref/filters.php:652
+#: classes/pref/filters.php:225
+#: classes/pref/filters.php:652
 #: classes/pref/filters.php:767
 msgid "Match"
-msgstr "Übereinstimmung"
+msgstr "Kriterien"
 
-#: classes/pref/filters.php:239 classes/pref/filters.php:286
-#: classes/pref/filters.php:666 classes/pref/filters.php:693
+#: classes/pref/filters.php:239
+#: classes/pref/filters.php:286
+#: classes/pref/filters.php:666
+#: classes/pref/filters.php:693
 msgid "Add"
 msgstr "Hinzufügen"
 
-#: classes/pref/filters.php:272 classes/pref/filters.php:679
+#: classes/pref/filters.php:272
+#: classes/pref/filters.php:679
 msgid "Apply actions"
 msgstr "Aktionen anwenden"
 
-#: classes/pref/filters.php:322 classes/pref/filters.php:708
+#: classes/pref/filters.php:322
+#: classes/pref/filters.php:708
 msgid "Enabled"
 msgstr "Aktiviert"
 
-#: classes/pref/filters.php:331 classes/pref/filters.php:711
+#: classes/pref/filters.php:331
+#: classes/pref/filters.php:711
 msgid "Match any rule"
-msgstr "Einzelne Übereinstimmung ist ausreichend"
+msgstr "Ein erfülltes Kriterium ist ausreichend"
 
-#: classes/pref/filters.php:343 classes/pref/filters.php:723
+#: classes/pref/filters.php:343
+#: classes/pref/filters.php:723
 msgid "Test"
 msgstr "Test"
 
@@ -1920,7 +2032,8 @@ msgstr "%s innerhalb %s von %s"
 msgid "Combine"
 msgstr "Zusammenfügen"
 
-#: classes/pref/filters.php:600 classes/pref/feeds.php:1257
+#: classes/pref/filters.php:600
+#: classes/pref/feeds.php:1283
 msgid "Rescore articles"
 msgstr "Artikel neu bewerten"
 
@@ -1932,7 +2045,8 @@ msgstr "Erstellen"
 msgid "on field"
 msgstr "in Feld"
 
-#: classes/pref/filters.php:782 js/PrefFilterTree.js:29
+#: classes/pref/filters.php:782
+#: js/PrefFilterTree.js:29
 #: plugins/digest/digest.js:241
 msgid "in"
 msgstr "in"
@@ -1941,7 +2055,8 @@ msgstr "in"
 msgid "Save rule"
 msgstr "Regel speichern"
 
-#: classes/pref/filters.php:795 js/functions.js:1078
+#: classes/pref/filters.php:795
+#: js/functions.js:1078
 msgid "Add rule"
 msgstr "Regel hinzufügen"
 
@@ -1957,7 +2072,8 @@ msgstr "mit Parametern:"
 msgid "Save action"
 msgstr "Aktion speichern"
 
-#: classes/pref/filters.php:862 js/functions.js:1104
+#: classes/pref/filters.php:862
+#: js/functions.js:1104
 msgid "Add action"
 msgstr "Aktion hinzufügen"
 
@@ -1975,180 +2091,171 @@ msgstr "Die eingegebenen Passwörter stimmen nicht überein."
 
 #: classes/pref/prefs.php:37
 msgid "Function not supported by authentication module."
-msgstr ""
+msgstr "Funktion vom Authentifizierungsmodul nicht unterstützt."
 
-#: classes/pref/prefs.php:63
+#: classes/pref/prefs.php:69
 msgid "The configuration was saved."
 msgstr "Die Einstellungen wurden gespeichert."
 
-#: classes/pref/prefs.php:77
+#: classes/pref/prefs.php:83
 #, php-format
 msgid "Unknown option: %s"
 msgstr "Unbekannte Option: %s"
 
-#: classes/pref/prefs.php:91
+#: classes/pref/prefs.php:97
 msgid "Your personal data has been saved."
 msgstr "Ihre persönlichen Daten wurden gespeichert."
 
-#: classes/pref/prefs.php:131
+#: classes/pref/prefs.php:137
 msgid "Personal data / Authentication"
-msgstr "Persönliche Daten / Anmeldung"
+msgstr "Persönliche Daten / Authentifizierung"
 
-#: classes/pref/prefs.php:151
+#: classes/pref/prefs.php:157
 msgid "Personal data"
 msgstr "Persönliche Daten"
 
-#: classes/pref/prefs.php:161
+#: classes/pref/prefs.php:167
 msgid "Full name"
 msgstr "Vollständiger Name"
 
-#: classes/pref/prefs.php:165
+#: classes/pref/prefs.php:171
 msgid "E-mail"
 msgstr "E-Mail"
 
-#: classes/pref/prefs.php:171
+#: classes/pref/prefs.php:177
 msgid "Access level"
 msgstr "Zugriffsberechtigung"
 
-#: classes/pref/prefs.php:181
+#: classes/pref/prefs.php:187
 msgid "Save data"
 msgstr "Speichern"
 
-#: classes/pref/prefs.php:203
+#: classes/pref/prefs.php:209
 msgid "Your password is at default value, please change it."
 msgstr "Sie nutzen das Standard Passwort, bitte ändern Sie es."
 
-#: classes/pref/prefs.php:235
+#: classes/pref/prefs.php:241
 msgid "Old password"
 msgstr "Altes Passwort"
 
-#: classes/pref/prefs.php:238
+#: classes/pref/prefs.php:244
 msgid "New password"
 msgstr "Neues Passwort"
 
-#: classes/pref/prefs.php:243
+#: classes/pref/prefs.php:249
 msgid "Confirm password"
 msgstr "Passwort bestätigen"
 
-#: classes/pref/prefs.php:253
+#: classes/pref/prefs.php:259
 msgid "Change password"
 msgstr "Passwort ändern"
 
-#: classes/pref/prefs.php:259
+#: classes/pref/prefs.php:265
 msgid "One time passwords / Authenticator"
 msgstr "Einmalpasswörter (OTP) / Authentifikator"
 
-#: classes/pref/prefs.php:288 classes/pref/prefs.php:339
+#: classes/pref/prefs.php:294
+#: classes/pref/prefs.php:345
 msgid "Enter your password"
 msgstr "Geben Sie Ihr Passwort ein"
 
-#: classes/pref/prefs.php:299
+#: classes/pref/prefs.php:305
 msgid "Disable OTP"
 msgstr "Einmalpasswörter ausschalten"
 
-#: classes/pref/prefs.php:305
-msgid ""
-"You will need a compatible Authenticator to use this. Changing your password "
-"would automatically disable OTP."
-msgstr ""
-"Sie benötigen einen kompatiblen Authentifikator. Sollten Sie Ihr Passwort "
-"ändern, wird diese Funktion automatisch ausgeschaltet."
+#: classes/pref/prefs.php:311
+msgid "You will need a compatible Authenticator to use this. Changing your password would automatically disable OTP."
+msgstr "Sie benötigen einen kompatiblen Authentifikator. Sollten Sie Ihr Passwort ändern, wird diese Funktion automatisch ausgeschaltet."
 
-#: classes/pref/prefs.php:307
+#: classes/pref/prefs.php:313
 msgid "Scan the following code by the Authenticator application:"
 msgstr "Scannen Sie den folgenden Code mit Ihrem Authentifikator:"
 
-#: classes/pref/prefs.php:348
+#: classes/pref/prefs.php:354
 msgid "I have scanned the code and would like to enable OTP"
-msgstr ""
-"Ich habe den Code gescannt und möchte die Anmeldung mit Einmalpasswörtern "
-"jetzt aktivieren"
+msgstr "Ich habe den Code gescannt und möchte die Anmeldung mit Einmalpasswörtern jetzt aktivieren"
 
-#: classes/pref/prefs.php:356
+#: classes/pref/prefs.php:362
 msgid "Enable OTP"
 msgstr "Einmalpasswörter einschalten"
 
-#: classes/pref/prefs.php:482
+#: classes/pref/prefs.php:493
 msgid "Customize"
 msgstr "Anpassen"
 
-#: classes/pref/prefs.php:501 classes/pref/prefs.php:508
-#: classes/pref/prefs.php:513
-msgid "Yes"
-msgstr "Ja"
-
-#: classes/pref/prefs.php:503 classes/pref/prefs.php:513
-msgid "No"
-msgstr "Nein"
-
-#: classes/pref/prefs.php:543
+#: classes/pref/prefs.php:552
 msgid "Register"
 msgstr "Registrieren"
 
-#: classes/pref/prefs.php:547
+#: classes/pref/prefs.php:556
 msgid "Clear"
 msgstr "Löschen"
 
-#: classes/pref/prefs.php:553
+#: classes/pref/prefs.php:562
 #, php-format
 msgid "Current server time: %s (UTC)"
 msgstr "Aktuelle Serverzeit: %s (UTC)"
 
-#: classes/pref/prefs.php:582
+#: classes/pref/prefs.php:595
 msgid "Save configuration"
 msgstr "Einstellungen speichern"
 
-#: classes/pref/prefs.php:585
+#: classes/pref/prefs.php:598
 msgid "Manage profiles"
 msgstr "Profile verwalten"
 
-#: classes/pref/prefs.php:588
+#: classes/pref/prefs.php:601
 msgid "Reset to defaults"
 msgstr "Auf Standardwerte zurücksetzen"
 
-#: classes/pref/prefs.php:600
+#: classes/pref/prefs.php:613
 msgid "Show additional preferences"
 msgstr "Erweiterte Einstellungen zeigen"
 
-#: classes/pref/prefs.php:612 classes/pref/prefs.php:614
-#, fuzzy
+#: classes/pref/prefs.php:625
+#: classes/pref/prefs.php:627
 msgid "Plugins"
-msgstr "Benutzer-Plugins"
+msgstr "Plugins"
 
-#: classes/pref/prefs.php:642
-#, fuzzy
+#: classes/pref/prefs.php:655
 msgid "System plugins"
-msgstr "Benutzer-Plugins"
+msgstr "System-Plugins"
 
-#: classes/pref/prefs.php:646 classes/pref/prefs.php:695
+#: classes/pref/prefs.php:659
+#: classes/pref/prefs.php:708
 msgid "Plugin"
-msgstr ""
+msgstr "Plugin"
 
-#: classes/pref/prefs.php:647 classes/pref/prefs.php:696
+#: classes/pref/prefs.php:660
+#: classes/pref/prefs.php:709
 msgid "Description"
-msgstr ""
+msgstr "Beschreibung"
 
-#: classes/pref/prefs.php:648 classes/pref/prefs.php:697
+#: classes/pref/prefs.php:661
+#: classes/pref/prefs.php:710
 msgid "Version"
-msgstr ""
+msgstr "Version"
 
-#: classes/pref/prefs.php:649 classes/pref/prefs.php:698
+#: classes/pref/prefs.php:662
+#: classes/pref/prefs.php:711
 msgid "Author"
 msgstr "Autor"
 
-#: classes/pref/prefs.php:682 classes/pref/prefs.php:733
+#: classes/pref/prefs.php:695
+#: classes/pref/prefs.php:746
 msgid "Clear data"
-msgstr "Feed-Daten löschen"
+msgstr "Daten löschen"
 
-#: classes/pref/prefs.php:691
+#: classes/pref/prefs.php:704
 msgid "User plugins"
 msgstr "Benutzer-Plugins"
 
-#: classes/pref/prefs.php:748
+#: classes/pref/prefs.php:761
 msgid "Enable selected plugins"
 msgstr "Ausgewählte Plugins aktivieren"
 
-#: classes/pref/prefs.php:803 classes/pref/prefs.php:821
+#: classes/pref/prefs.php:816
+#: classes/pref/prefs.php:834
 msgid "Incorrect password"
 msgstr "Falsches Passwort"
 
@@ -2156,261 +2263,247 @@ msgstr "Falsches Passwort"
 msgid "Check to enable field"
 msgstr "Ankreuzen um das Feld zu aktivieren"
 
-#: classes/pref/feeds.php:58 classes/pref/feeds.php:175
-#: classes/pref/feeds.php:217 classes/pref/feeds.php:223
+#: classes/pref/feeds.php:58
+#: classes/pref/feeds.php:175
+#: classes/pref/feeds.php:217
+#: classes/pref/feeds.php:223
 #: classes/pref/feeds.php:248
 #, php-format
 msgid "(%d feeds)"
-msgstr "(%d) Feeds"
+msgstr "(%d Feeds)"
 
 #: classes/pref/feeds.php:494
 msgid "Feed Title"
 msgstr "Feed-Titel"
 
-#: classes/pref/feeds.php:550 classes/pref/feeds.php:762
+#: classes/pref/feeds.php:550
+#: classes/pref/feeds.php:774
 msgid "Article purging:"
 msgstr "Artikel löschen:"
 
 #: classes/pref/feeds.php:573
-msgid ""
-"<b>Hint:</b> you need to fill in your login information if your feed "
-"requires authentication, except for Twitter feeds."
-msgstr ""
-"<b>Hinweise:</b> Sie müssen Ihre Login-Informationen eingeben, wenn Ihr Feed "
-"eine Authentifizierung erfordert (außer Twitter-Feeds)."
+msgid "<b>Hint:</b> you need to fill in your login information if your feed requires authentication, except for Twitter feeds."
+msgstr "<b>Hinweis:</b> Sie müssen Ihre Login-Informationen eingeben, wenn Ihr Feed eine Authentifizierung erfordert (außer Twitter-Feeds)."
 
-#: classes/pref/feeds.php:589 classes/pref/feeds.php:791
+#: classes/pref/feeds.php:589
+#: classes/pref/feeds.php:803
 msgid "Hide from Popular feeds"
-msgstr "Auf meiner Feedliste verbergen"
+msgstr "Nicht unter beliebten Feeds aufführen"
 
-#: classes/pref/feeds.php:601 classes/pref/feeds.php:797
+#: classes/pref/feeds.php:601
+#: classes/pref/feeds.php:809
 msgid "Include in e-mail digest"
 msgstr "In E-Mail-Zusammenfassung aufnehmen"
 
-#: classes/pref/feeds.php:614 classes/pref/feeds.php:803
+#: classes/pref/feeds.php:614
+#: classes/pref/feeds.php:815
 msgid "Always display image attachments"
 msgstr "Angehängte Bilder immer anzeigen"
 
-#: classes/pref/feeds.php:628 classes/pref/feeds.php:811
+#: classes/pref/feeds.php:627
+#: classes/pref/feeds.php:823
+msgid "Do not embed images"
+msgstr "Bilder nicht einbetten"
+
+#: classes/pref/feeds.php:640
+#: classes/pref/feeds.php:831
 msgid "Cache images locally"
 msgstr "Bilder lokal zwischenspeichern"
 
-#: classes/pref/feeds.php:640 classes/pref/feeds.php:817
+#: classes/pref/feeds.php:652
+#: classes/pref/feeds.php:837
 msgid "Mark updated articles as unread"
-msgstr "Alle Artikel als ungelesen markieren"
+msgstr "Aktualisierte Artikel als ungelesen markieren"
 
-#: classes/pref/feeds.php:646
+#: classes/pref/feeds.php:658
 msgid "Icon"
 msgstr "Symbol"
 
-#: classes/pref/feeds.php:660
+#: classes/pref/feeds.php:672
 msgid "Replace"
 msgstr "Ersetzen"
 
-#: classes/pref/feeds.php:679
+#: classes/pref/feeds.php:691
 msgid "Resubscribe to push updates"
 msgstr "Abonnierte Feeds:"
 
-#: classes/pref/feeds.php:686
+#: classes/pref/feeds.php:698
 msgid "Resets PubSubHubbub subscription status for push-enabled feeds."
-msgstr "PubSubHubbub-Abonnementstatus für push-enabled Feeds zurücksetzen"
+msgstr "PubSubHubbub-Abonnementstatus für Push-fähige Feeds zurücksetzen."
 
-#: classes/pref/feeds.php:701
+#: classes/pref/feeds.php:713
 msgid "Enable the options you wish to apply using checkboxes on the right:"
-msgstr ""
-"Benutzen Sie die Auswahlkästchen auf der rechten Seite um die gewünschen "
-"Optionen anzuwenden:"
+msgstr "Benutzen Sie die Auswahlkästchen auf der rechten Seite um die gewünschen Optionen anzuwenden:"
 
-#: classes/pref/feeds.php:1051 classes/pref/feeds.php:1104
+#: classes/pref/feeds.php:1077
+#: classes/pref/feeds.php:1130
 msgid "All done."
-msgstr "Alle fertig."
+msgstr "Fertig."
 
-#: classes/pref/feeds.php:1159
+#: classes/pref/feeds.php:1185
 msgid "Feeds with errors"
 msgstr "Feeds mit Fehlern"
 
-#: classes/pref/feeds.php:1179
+#: classes/pref/feeds.php:1205
 msgid "Inactive feeds"
 msgstr "Inaktive Feeds"
 
-#: classes/pref/feeds.php:1216
+#: classes/pref/feeds.php:1242
 msgid "Edit selected feeds"
-msgstr "Bearbeite gewählten Feed..."
+msgstr "Bearbeite ausgewählte Feeds"
 
-#: classes/pref/feeds.php:1218 classes/pref/feeds.php:1232
+#: classes/pref/feeds.php:1244
+#: classes/pref/feeds.php:1258
 msgid "Reset sort order"
 msgstr "Sortierreihenfolge zurücksetzen"
 
-#: classes/pref/feeds.php:1220 js/prefs.js:1778
+#: classes/pref/feeds.php:1246
+#: js/prefs.js:1785
 msgid "Batch subscribe"
 msgstr "Mehrere Feeds abonnieren"
 
-#: classes/pref/feeds.php:1225
+#: classes/pref/feeds.php:1251
 msgid "Categories"
 msgstr "Kategorien"
 
-#: classes/pref/feeds.php:1228
+#: classes/pref/feeds.php:1254
 msgid "Add category"
 msgstr "Kategorie anlegen"
 
-#: classes/pref/feeds.php:1230
+#: classes/pref/feeds.php:1256
 msgid "(Un)hide empty categories"
 msgstr "Zeige/Verstecke leere Kategorien"
 
-#: classes/pref/feeds.php:1234
+#: classes/pref/feeds.php:1260
 msgid "Remove selected"
 msgstr "Ausgewählte Kategorien löschen"
 
-#: classes/pref/feeds.php:1248
+#: classes/pref/feeds.php:1274
 msgid "More actions..."
 msgstr "Mehr Aktionen..."
 
-#: classes/pref/feeds.php:1252
+#: classes/pref/feeds.php:1278
 msgid "Manual purge"
-msgstr "Manuelle Säuberung"
+msgstr "Manuelles Löschen"
 
-#: classes/pref/feeds.php:1256
+#: classes/pref/feeds.php:1282
 msgid "Clear feed data"
 msgstr "Feed-Daten löschen"
 
-#: classes/pref/feeds.php:1307
+#: classes/pref/feeds.php:1333
 msgid "OPML"
 msgstr "OPML"
 
-#: classes/pref/feeds.php:1309
-msgid ""
-"Using OPML you can export and import your feeds, filters, labels and Tiny "
-"Tiny RSS settings."
-msgstr ""
-"Über OPML können Feeds, Filter, Label und Tiny-Tiny-RSS-Einstellungen "
-"importiert und export werden."
+#: classes/pref/feeds.php:1335
+msgid "Using OPML you can export and import your feeds, filters, labels and Tiny Tiny RSS settings."
+msgstr "Über OPML können Feeds, Filter, Label und Tiny-Tiny-RSS-Einstellungen importiert und exportiert werden."
 
-#: classes/pref/feeds.php:1311
+#: classes/pref/feeds.php:1337
 msgid "Only main settings profile can be migrated using OPML."
 msgstr "Nur das Hauptprofil kann mit OPML gesichert werden."
 
-#: classes/pref/feeds.php:1324
+#: classes/pref/feeds.php:1350
 msgid "Import my OPML"
 msgstr "OPML importieren"
 
-#: classes/pref/feeds.php:1328
+#: classes/pref/feeds.php:1354
 msgid "Filename:"
-msgstr "Dateiname"
+msgstr "Dateiname:"
 
-#: classes/pref/feeds.php:1330
+#: classes/pref/feeds.php:1356
 msgid "Include settings"
-msgstr "Einstellungen hinzufügen"
+msgstr "Inklusive Einstellungen"
 
-#: classes/pref/feeds.php:1334
+#: classes/pref/feeds.php:1360
 msgid "Export OPML"
 msgstr "OPML exportieren"
 
-#: classes/pref/feeds.php:1338
-msgid ""
-"Your OPML can be published publicly and can be subscribed by anyone who "
-"knows the URL below."
-msgstr ""
-"Veröffentlichte Artikel werden als öffentlicher RSS-Feed exportiert und "
-"können von jedem abonniert werden, der die folgende URL kennt."
+#: classes/pref/feeds.php:1364
+msgid "Your OPML can be published publicly and can be subscribed by anyone who knows the URL below."
+msgstr "Ihre OPML können veröffentlicht werden, so dass jeder, der die URL kennt, diese abonnieren kann."
 
-#: classes/pref/feeds.php:1340
-msgid ""
-"Published OPML does not include your Tiny Tiny RSS settings, feeds that "
-"require authentication or feeds hidden from Popular feeds."
-msgstr ""
-"Eine öffentliche OPML enthält keine Tiny-Tiny-RSS-Einstellungen, "
-"passwortgeschützte Feeds oder Feeds, die nicht in den Favoriten enthalten "
-"sind."
+#: classes/pref/feeds.php:1366
+msgid "Published OPML does not include your Tiny Tiny RSS settings, feeds that require authentication or feeds hidden from Popular feeds."
+msgstr "Eine öffentliche OPML enthält keine Tiny-Tiny-RSS-Einstellungen, passwortgeschützte Feeds oder Feeds, die nicht in den beliebten Feeds auftauchen sollen."
 
-#: classes/pref/feeds.php:1343
+#: classes/pref/feeds.php:1369
 msgid "Display published OPML URL"
 msgstr "Zeige öffentliche OPML-URL"
 
-#: classes/pref/feeds.php:1353
+#: classes/pref/feeds.php:1379
 msgid "Firefox integration"
 msgstr "Firefox-Integration"
 
-#: classes/pref/feeds.php:1355
-msgid ""
-"This Tiny Tiny RSS site can be used as a Firefox Feed Reader by clicking the "
-"link below."
-msgstr ""
-"Tiny Tiny RSS kann durch den folgenden Link als Feedreader für Firefox "
-"verwendet werden."
+#: classes/pref/feeds.php:1381
+msgid "This Tiny Tiny RSS site can be used as a Firefox Feed Reader by clicking the link below."
+msgstr "Tiny Tiny RSS kann durch den folgenden Link als Feedreader für Firefox verwendet werden."
 
-#: classes/pref/feeds.php:1362
+#: classes/pref/feeds.php:1388
 msgid "Click here to register this site as a feed reader."
 msgstr "Diese Website als Feedreader registrieren."
 
-#: classes/pref/feeds.php:1370
+#: classes/pref/feeds.php:1396
 msgid "Published & shared articles / Generated feeds"
-msgstr "Veröffentlichte & gesendete Artikel / erzeugte Feeds"
+msgstr "Veröffentlichte & geteilte Artikel / erzeugte Feeds"
 
-#: classes/pref/feeds.php:1372
+#: classes/pref/feeds.php:1398
 msgid "Published articles and generated feeds"
 msgstr "Veröffentlichte Artikel und erzeugte Feeds"
 
-#: classes/pref/feeds.php:1374
-msgid ""
-"Published articles are exported as a public RSS feed and can be subscribed "
-"by anyone who knows the URL specified below."
-msgstr ""
-"Veröffentlichte Artikel werden als öffentlicher RSS-Feed exportiert und "
-"können von jedem abonniert werden, der die nachstehende URL kennt."
+#: classes/pref/feeds.php:1400
+msgid "Published articles are exported as a public RSS feed and can be subscribed by anyone who knows the URL specified below."
+msgstr "Veröffentlichte Artikel werden als öffentlicher RSS-Feed exportiert und können von jedem abonniert werden, der die nachstehende URL kennt."
 
-#: classes/pref/feeds.php:1380
+#: classes/pref/feeds.php:1406
 msgid "Display URL"
 msgstr "Zeige URL an"
 
-#: classes/pref/feeds.php:1383
+#: classes/pref/feeds.php:1409
 msgid "Clear all generated URLs"
 msgstr "Alle generierten URLs löschen"
 
-#: classes/pref/feeds.php:1385
+#: classes/pref/feeds.php:1411
 msgid "Articles shared by URL"
 msgstr "Per URL geteilte Artikel"
 
-#: classes/pref/feeds.php:1387
+#: classes/pref/feeds.php:1413
 msgid "You can disable all articles shared by unique URLs here."
 msgstr "Sie können alle durch URLs geteilten Artikel hier deaktivieren."
 
-#: classes/pref/feeds.php:1390
+#: classes/pref/feeds.php:1416
 msgid "Unshare all articles"
 msgstr "Alle veröffentlichten Artikel zurückziehen"
 
-#: classes/pref/feeds.php:1468
-msgid ""
-"These feeds have not been updated with new content for 3 months (oldest "
-"first):"
-msgstr ""
-"Folgende Feeds konnten seit 3 Monaten nicht aktualisiert werden (älteste "
-"zuerst):"
+#: classes/pref/feeds.php:1494
+msgid "These feeds have not been updated with new content for 3 months (oldest first):"
+msgstr "Folgende Feeds konnten seit 3 Monaten nicht aktualisiert werden (älteste zuerst):"
 
-#: classes/pref/feeds.php:1505 classes/pref/feeds.php:1574
+#: classes/pref/feeds.php:1531
+#: classes/pref/feeds.php:1600
 msgid "Click to edit feed"
 msgstr "Zum Bearbeiten klicken"
 
-#: classes/pref/feeds.php:1523 classes/pref/feeds.php:1594
+#: classes/pref/feeds.php:1549
+#: classes/pref/feeds.php:1620
 msgid "Unsubscribe from selected feeds"
 msgstr "Ausgewählte Feeds abbestellen"
 
-#: classes/pref/feeds.php:1534
+#: classes/pref/feeds.php:1560
 msgid "These feeds have not been updated because of errors:"
 msgstr "Folgende Feeds konnten aufgrund von Fehlern nicht aktualisiert werden:"
 
 #: plugins/pocket/init.php:30
 msgid "Pocket"
-msgstr ""
+msgstr "Pocket"
 
 #: plugins/digest/digest_body.php:39
-#, fuzzy
 msgid ""
 "Your browser doesn't support Javascript, which is required\n"
 "\t\t\tfor this application to function properly. Please check your\n"
 "\t\t\tbrowser settings."
 msgstr ""
 "Diese Anwendung benötigt Javascript um ordnungsgemäß zu\n"
-"\t\tfunktionieren.\t\tBitte überprüfen Sie Ihre Browser-Einstellungen."
+"\t\tfunktionieren. Bitte überprüfen Sie Ihre Browser-Einstellungen."
 
 #: plugins/digest/digest_body.php:51
 msgid "Back to feeds"
@@ -2424,13 +2517,18 @@ msgstr "Hallo,"
 msgid "Regular version"
 msgstr "Reguläre Version"
 
-#: plugins/nsfw/init.php:32 plugins/nsfw/init.php:43
+#: plugins/close_button/init.php:24
+msgid "Close article"
+msgstr "Artikel schließen"
+
+#: plugins/nsfw/init.php:32
+#: plugins/nsfw/init.php:43
 msgid "Not work safe (click to toggle)"
-msgstr ""
+msgstr "NSFW (Klicken zum Anzeigen)"
 
 #: plugins/nsfw/init.php:53
 msgid "NSFW Plugin"
-msgstr ""
+msgstr "NSFW Plugin"
 
 #: plugins/nsfw/init.php:80
 msgid "Tags to consider NSFW (comma-separated)"
@@ -2442,7 +2540,7 @@ msgstr "Die Einstellungen wurden gespeichert."
 
 #: plugins/pinterest/init.php:29
 msgid "Pinterest"
-msgstr ""
+msgstr "Pinterest"
 
 #: plugins/auth_internal/init.php:62
 msgid "Please enter your one time password:"
@@ -2456,18 +2554,41 @@ msgstr "Passwort wurde geändert."
 msgid "Old password is incorrect."
 msgstr "Altes Passwort ist falsch."
 
+#: plugins/mailto/init.php:52
+#: plugins/mailto/init.php:58
+#: plugins/mail/init.php:71
+#: plugins/mail/init.php:77
+msgid "[Forwarded]"
+msgstr "[Weitergeleitet]"
+
+#: plugins/mailto/init.php:52
+#: plugins/mail/init.php:71
+msgid "Multiple articles"
+msgstr "Mehrere Artikel"
+
+#: plugins/mailto/init.php:74
+msgid "Clicking the following link to invoke your mail client:"
+msgstr "Klicken Sie den folgenden Link, um Ihren Mailclienten aufzurufen:"
+
+#: plugins/mailto/init.php:78
+msgid "Forward selected article(s) by email."
+msgstr "Markierte(n) Artikel per E-Mail weiterleiten"
+
+#: plugins/mailto/init.php:81
+msgid "You should be able to edit the message before sending in your mail client."
+msgstr "Sie können die Nachricht bearbeiten, bevor Sie diese mit Ihrem Mailclienten abschicken."
+
+#: plugins/mailto/init.php:86
+msgid "Close this dialog"
+msgstr "Diesen Dialog schließen"
+
 #: plugins/bookmarklets/init.php:22
 msgid "Bookmarklets"
-msgstr ""
+msgstr "Lesezeichen"
 
 #: plugins/bookmarklets/init.php:24
-msgid ""
-"Drag the link below to your browser toolbar, open the feed you're interested "
-"in in your browser and click on the link to subscribe to it."
-msgstr ""
-"Ziehen Sie den folgenden Link in Ihre Browser-Toolbar, öffnen den Feed, an "
-"dem Sie interessiert sind in Ihren Browser und klicken auf den Link, um ihn "
-"zu abonnieren."
+msgid "Drag the link below to your browser toolbar, open the feed you're interested in in your browser and click on the link to subscribe to it."
+msgstr "Ziehen Sie den folgenden Link in Ihre Browser-Toolbar, öffnen Sie den Feed, an dem Sie interessiert sind, in Ihren Browser und klicken auf den Link, um ihn zu abonnieren."
 
 #: plugins/bookmarklets/init.php:28
 #, php-format
@@ -2480,7 +2601,7 @@ msgstr "Abonnieren in Tiny Tiny RSS"
 
 #: plugins/bookmarklets/init.php:34
 msgid "Use this bookmarklet to publish arbitrary pages using Tiny Tiny RSS"
-msgstr ""
+msgstr "Benutzen Sie dieses Lesezeichen, um beliebige Seiten mit Tiny Tiny RSS zu teilen"
 
 #: plugins/import_export/init.php:64
 msgid "Import and export"
@@ -2491,10 +2612,8 @@ msgid "Article archive"
 msgstr "Artikelarchiv"
 
 #: plugins/import_export/init.php:68
-msgid ""
-"You can export and import your Starred and Archived articles for safekeeping "
-"or when migrating between tt-rss instances."
-msgstr "Die markierten und archivierten Artikel können exportiert werden."
+msgid "You can export and import your Starred and Archived articles for safekeeping or when migrating between tt-rss instances."
+msgstr "Die markierten und archivierten Artikel können zur Aufbewahrung oder Migration zwischen verschiedenen Tiny Tiny RSS Instanzen exportiert werden."
 
 #: plugins/import_export/init.php:71
 msgid "Export my data"
@@ -2510,7 +2629,7 @@ msgstr "Import fehlgeschlagen: Falsche Schemaversion"
 
 #: plugins/import_export/init.php:226
 msgid "Could not import: unrecognized document format."
-msgstr "Import fehlgeschlagen: Unbekanntes Format"
+msgstr "Import fehlgeschlagen: Unbekanntes Dateiformat"
 
 #: plugins/import_export/init.php:385
 #, php-format
@@ -2526,45 +2645,38 @@ msgid "Prepare data"
 msgstr "Bereite Daten vor"
 
 #: plugins/import_export/init.php:424
-#, fuzzy, php-format
+#, php-format
 msgid ""
 "Could not upload file. You might need to adjust upload_max_filesize\n"
 "\t\t\t\tin PHP.ini (current value = %s)"
 msgstr ""
 "Datei konnte nicht hochgeladen werden. Bitte upload_max_filesize \n"
-"in PHP.ini anpassen. (Aktueller Wert = %s)"
-
-#: plugins/mail/init.php:72 plugins/mail/init.php:78
-msgid "[Forwarded]"
-msgstr "[Weitergeleitet]"
+"\t\t\tin PHP.ini anpassen. (Aktueller Wert = %s)"
 
-#: plugins/mail/init.php:72
-msgid "Multiple articles"
-msgstr "Mehrere Artikel"
-
-#: plugins/mail/init.php:93
+#: plugins/mail/init.php:92
 msgid "From:"
 msgstr "Absender:"
 
-#: plugins/mail/init.php:102
+#: plugins/mail/init.php:101
 msgid "To:"
 msgstr "Empfänger:"
 
-#: plugins/mail/init.php:115
+#: plugins/mail/init.php:114
 msgid "Subject:"
 msgstr "Betreff:"
 
-#: plugins/mail/init.php:131
+#: plugins/mail/init.php:130
 msgid "Send e-mail"
 msgstr "E-Mail versenden"
 
-#: plugins/note/init.php:28 plugins/note/note.js:11
+#: plugins/note/init.php:28
+#: plugins/note/note.js:11
 msgid "Edit article note"
 msgstr "Artikelnotizen bearbeiten"
 
 #: plugins/example/init.php:38
 msgid "Example Pane"
-msgstr ""
+msgstr "Beispiel Pane"
 
 #: plugins/example/init.php:69
 msgid "Sample value"
@@ -2580,32 +2692,27 @@ msgstr "Auf identi.ca teilen"
 
 #: plugins/owncloud/init.php:35
 msgid "Owncloud"
-msgstr ""
+msgstr "Owncloud"
 
 #: plugins/owncloud/init.php:59
 msgid "Owncloud url"
-msgstr ""
+msgstr "Owncloud URL"
 
 #: plugins/owncloud/init.php:74
 msgid "Bookmark on OwnCloud "
-msgstr ""
+msgstr "Lesezeichen in OwnCloud anlegen"
 
 #: plugins/instances/init.php:144
 msgid "Linked"
-msgstr "Link"
+msgstr "Verbunden"
 
 #: plugins/instances/init.php:295
 msgid "Link instance"
 msgstr "Instanz verbinden"
 
 #: plugins/instances/init.php:307
-msgid ""
-"You can connect other instances of Tiny Tiny RSS to this one to share "
-"Popular feeds. Link to this instance of Tiny Tiny RSS by using this URL:"
-msgstr ""
-"Sie können andere Instanzen von Tiny Tiny RSS mit dieser verbinden um "
-"beliebte Feeds zu teilen. Verbinden Sie diese Instanz von Tiny Tiny RSS mit "
-"folgender URL:"
+msgid "You can connect other instances of Tiny Tiny RSS to this one to share Popular feeds. Link to this instance of Tiny Tiny RSS by using this URL:"
+msgstr "Sie können andere Instanzen von Tiny Tiny RSS mit dieser verbinden, um beliebte Feeds zu teilen. Verbinden Sie diese Instanz von Tiny Tiny RSS mit folgender URL:"
 
 #: plugins/instances/init.php:317
 msgid "Last connected"
@@ -2613,7 +2720,7 @@ msgstr "Zuletzt verbunden"
 
 #: plugins/instances/init.php:318
 msgid "Status"
-msgstr ""
+msgstr "Status"
 
 #: plugins/instances/init.php:319
 msgid "Stored feeds"
@@ -2625,60 +2732,55 @@ msgstr "Per URL teilen"
 
 #: plugins/share/init.php:49
 msgid "You can share this article by the following unique URL:"
-msgstr "Sie können diesen Artikel über folgende URL teilen:"
+msgstr "Sie können diesen Artikel über folgende eindeutige URL teilen:"
 
 #: plugins/flattr/init.php:30
-#, fuzzy
 msgid "Flattr this article."
-msgstr "Artikel flattrn"
+msgstr "Artikel flattrn."
 
 #: plugins/googleplus/init.php:29
 msgid "Share on Google+"
 msgstr "Auf Google+ teilen"
 
-#: plugins/updater/init.php:294 plugins/updater/init.php:306
+#: plugins/updater/init.php:295
+#: plugins/updater/init.php:307
 #: plugins/updater/updater.js:10
 msgid "Update Tiny Tiny RSS"
 msgstr "Tiny Tiny RSS updaten"
 
-#: plugins/updater/init.php:309
+#: plugins/updater/init.php:310
 msgid "Your Tiny Tiny RSS installation is up to date."
 msgstr "Tiny Tiny RSS ist auf dem neuesten Stand."
 
-#: plugins/updater/init.php:319
-msgid ""
-"Do not close this dialog until updating is finished. Backup your tt-rss "
-"directory before continuing."
-msgstr ""
+#: plugins/updater/init.php:320
+msgid "Do not close this dialog until updating is finished. Backup your tt-rss directory before continuing."
+msgstr "Diesen Dialog nicht Schließen, bis das Update abgeschlossen ist. Sichern Sie ihr tt-rss Verzeichnis, bevor Sie fortfahren."
 
-#: plugins/updater/init.php:322
+#: plugins/updater/init.php:323
 msgid "Ready to update."
 msgstr "Bereit zum Updaten."
 
-#: plugins/updater/init.php:327
+#: plugins/updater/init.php:328
 msgid "Start update"
-msgstr "Starte date"
+msgstr "Starte update"
 
 #: plugins/tweet/init.php:29
 msgid "Share on Twitter"
 msgstr "Auf Twitter teilen"
 
-#: js/feedlist.js:218
+#: js/feedlist.js:215
 msgid "New articles available in this feed (click to show)"
-msgstr "Neue Artikel verfügbar (klicken zum anzeigen)"
+msgstr "Neue Artikel verfügbar (klicken zum Anzeigen)"
 
-#: js/feedlist.js:420 js/feedlist.js:435 plugins/digest/digest.js:25
+#: js/feedlist.js:417
+#: js/feedlist.js:432
+#: plugins/digest/digest.js:25
 msgid "Mark all articles in %s as read?"
 msgstr "Alle Artikel in %s als gelesen markieren?"
 
 #: js/functions.js:91
-msgid ""
-"Are you sure to report this exception to tt-rss.org? The report will include "
-"your browser information. Your IP would be saved in the database."
-msgstr ""
-"Sind Sie sicher, dass Sie tt-rss.org diese Ausnahme melden wollen? Der "
-"Bericht enthält Ihre Browser-Informationen. Ihre IP-Adresse würde in der "
-"Datenbank gespeichert werden."
+msgid "Are you sure to report this exception to tt-rss.org? The report will include your browser information. Your IP would be saved in the database."
+msgstr "Sind Sie sicher, dass Sie diesen Fehler an tt-rss.org melden wollen? Der Bericht enthält Ihre Browser-Informationen. Ihre IP-Adresse würde in der Datenbank gespeichert werden."
 
 #: js/functions.js:627
 msgid "Date syntax appears to be correct:"
@@ -2690,7 +2792,7 @@ msgstr "Die Datumssyntax ist falsch."
 
 #: js/functions.js:757
 msgid "Remove stored feed icon?"
-msgstr "Gespeicherte Feed-Icons entfernen"
+msgstr "Gespeichertes Feed-Symbol entfernen?"
 
 #: js/functions.js:789
 msgid "Please select an image file to upload."
@@ -2698,7 +2800,7 @@ msgstr "Bitte eine Bilddatei zum Hochladen auswählen."
 
 #: js/functions.js:791
 msgid "Upload new icon for this feed?"
-msgstr "Neues Icon für diesen Feed hochladen"
+msgstr "Neues Symbol für diesen Feed hochladen?"
 
 #: js/functions.js:808
 msgid "Please enter label caption:"
@@ -2718,7 +2820,7 @@ msgstr "%s abonniert"
 
 #: js/functions.js:888
 msgid "Specified URL seems to be invalid."
-msgstr "Die angegebene URL scheint ungültig zu sein"
+msgstr "Die angegebene URL scheint ungültig zu sein."
 
 #: js/functions.js:891
 msgid "Specified URL doesn't seem to contain any feeds."
@@ -2726,7 +2828,7 @@ msgstr "Die angegebene URL scheint keine Feeds zu enthalten."
 
 #: js/functions.js:944
 msgid "Couldn't download the specified URL: %s"
-msgstr "Die angegebene Feed-URL konnte nicht heruntergeladen werden: %s"
+msgstr "Die angegebene URL konnte nicht heruntergeladen werden: %s"
 
 #: js/functions.js:948
 msgid "You are already subscribed to this feed."
@@ -2734,7 +2836,7 @@ msgstr "Sie haben diesen Feed bereits abonniert."
 
 #: js/functions.js:1078
 msgid "Edit rule"
-msgstr "Filter bearbeiten"
+msgstr "Regel bearbeiten"
 
 #: js/functions.js:1104
 msgid "Edit action"
@@ -2745,14 +2847,11 @@ msgid "Create Filter"
 msgstr "Filter erstellen"
 
 #: js/functions.js:1245
-msgid ""
-"Reset subscription? Tiny Tiny RSS will try to subscribe to the notification "
-"hub again on next feed update."
-msgstr ""
-"Abonnement zurücksetzen? Tiny Tiny RSS wird versuchen, sich bei der nächsten "
-"Feed-Aktualisierung erneut beim Benachrichtigungs-Hub anzumelden."
+msgid "Reset subscription? Tiny Tiny RSS will try to subscribe to the notification hub again on next feed update."
+msgstr "Abonnement zurücksetzen? Tiny Tiny RSS wird versuchen, sich bei der nächsten Feed-Aktualisierung erneut beim Benachrichtigungs-Hub anzumelden."
 
-#: js/functions.js:1266 js/tt-rss.js:367
+#: js/functions.js:1266
+#: js/tt-rss.js:369
 msgid "Unsubscribe from %s?"
 msgstr "%s abbestellen?"
 
@@ -2764,7 +2863,9 @@ msgstr "Bitte geben Sie den Kategorietitel ein:"
 msgid "Generate new syndication address for this feed?"
 msgstr "Neue Veröffentlichungsadresse für diesen Feed erzeugen?"
 
-#: js/functions.js:1597 js/tt-rss.js:348 js/tt-rss.js:713
+#: js/functions.js:1597
+#: js/tt-rss.js:350
+#: js/tt-rss.js:729
 msgid "You can't edit this kind of feed."
 msgstr "Sie können diese Art von Feed nicht bearbeiten."
 
@@ -2776,25 +2877,28 @@ msgstr "Feed bearbeiten"
 msgid "More Feeds"
 msgstr "Weitere Feeds"
 
-#: js/functions.js:1711 js/functions.js:1821 js/prefs.js:397 js/prefs.js:427
-#: js/prefs.js:459 js/prefs.js:642 js/prefs.js:662 js/prefs.js:1203
-#: js/prefs.js:1348
+#: js/functions.js:1711
+#: js/functions.js:1821
+#: js/prefs.js:397
+#: js/prefs.js:427
+#: js/prefs.js:459
+#: js/prefs.js:642
+#: js/prefs.js:662
+#: js/prefs.js:1210
+#: js/prefs.js:1355
 msgid "No feeds are selected."
 msgstr "Keine Feeds ausgewählt."
 
 #: js/functions.js:1753
-msgid ""
-"Remove selected feeds from the archive? Feeds with stored articles will not "
-"be removed."
-msgstr ""
-"Die ausgewählten Feeds aus dem Archiv löschen? Feeds mit gespeicherten "
-"Artikeln werden nicht gelöscht"
+msgid "Remove selected feeds from the archive? Feeds with stored articles will not be removed."
+msgstr "Die ausgewählten Feeds aus dem Archiv löschen? Feeds mit gespeicherten Artikeln werden nicht gelöscht"
 
 #: js/functions.js:1792
 msgid "Feeds with update errors"
 msgstr "Feeds mit Aktualisierungsfehlern"
 
-#: js/functions.js:1803 js/prefs.js:1185
+#: js/functions.js:1803
+#: js/prefs.js:1192
 msgid "Remove selected feeds?"
 msgstr "Ausgewählte Feeds entfernen?"
 
@@ -2812,7 +2916,7 @@ msgstr "Kategorie entfernen"
 
 #: js/PrefFilterTree.js:32
 msgid "Inverse"
-msgstr "(Invertiert)"
+msgstr "Invertiert"
 
 #: js/prefs.js:55
 msgid "Please enter login:"
@@ -2832,21 +2936,21 @@ msgstr "Filter entfernen?"
 
 #: js/prefs.js:279
 msgid "Remove selected labels?"
-msgstr "Ausgewählte Labels entfernen?"
+msgstr "Ausgewählte Label entfernen?"
 
-#: js/prefs.js:295 js/prefs.js:1389
+#: js/prefs.js:295
+#: js/prefs.js:1396
 msgid "No labels are selected."
-msgstr "Keine Labels ausgewählt."
+msgstr "Keine Label ausgewählt."
 
 #: js/prefs.js:309
-msgid ""
-"Remove selected users? Neither default admin nor your account will be "
-"removed."
-msgstr ""
-"Ausgewählte Benutzer löschen? Weder der Administrator noch Ihr eigenes Konto "
-"werden gelöscht."
+msgid "Remove selected users? Neither default admin nor your account will be removed."
+msgstr "Ausgewählte Benutzer löschen? Weder der Administrator noch Ihr eigenes Konto werden gelöscht."
 
-#: js/prefs.js:326 js/prefs.js:507 js/prefs.js:528 js/prefs.js:567
+#: js/prefs.js:326
+#: js/prefs.js:507
+#: js/prefs.js:528
+#: js/prefs.js:567
 msgid "No users are selected."
 msgstr "Keine Benutzer ausgewählt."
 
@@ -2854,7 +2958,9 @@ msgstr "Keine Benutzer ausgewählt."
 msgid "Remove selected filters?"
 msgstr "Ausgewählte Filter entfernen?"
 
-#: js/prefs.js:359 js/prefs.js:597 js/prefs.js:616
+#: js/prefs.js:359
+#: js/prefs.js:597
+#: js/prefs.js:616
 msgid "No filters are selected."
 msgstr "Keine Filter ausgewählt."
 
@@ -2878,7 +2984,9 @@ msgstr "Artikel für wieviele Tage aufbewahren (0 - Standardwert nutzen)?"
 msgid "Login field cannot be blank."
 msgstr "Feld für Benutzername darf nicht leer sein."
 
-#: js/prefs.js:512 js/prefs.js:533 js/prefs.js:572
+#: js/prefs.js:512
+#: js/prefs.js:533
+#: js/prefs.js:572
 msgid "Please select only one user."
 msgstr "Bitte nur einen Benutzer auswählen."
 
@@ -2902,131 +3010,126 @@ msgstr "Mehrere Feeds bearbeiten"
 msgid "Save changes to selected feeds?"
 msgstr "Änderungen an den gewählten Feeds speichern?"
 
-#: js/prefs.js:790
+#: js/prefs.js:797
 msgid "OPML Import"
 msgstr "OPML Import"
 
-#: js/prefs.js:817
+#: js/prefs.js:824
 msgid "Please choose an OPML file first."
 msgstr "Bitte zuerst eine OPML-Datei auswählen."
 
-#: js/prefs.js:973
+#: js/prefs.js:980
 msgid "Reset to defaults?"
 msgstr "Auf Standardwerte zurücksetzen?"
 
-#: js/prefs.js:1092
-msgid ""
-"Remove category %s? Any nested feeds would be placed into Uncategorized."
-msgstr ""
+#: js/prefs.js:1099
+msgid "Remove category %s? Any nested feeds would be placed into Uncategorized."
+msgstr "Kategorie %s löschen? Feeds dieser Kategorie werden dann nach Unkategorisiert verschoben."
 
-#: js/prefs.js:1119
+#: js/prefs.js:1126
 msgid "Remove selected categories?"
 msgstr "Ausgewählte Kategorien entfernen?"
 
-#: js/prefs.js:1135
+#: js/prefs.js:1142
 msgid "No categories are selected."
 msgstr "Keine Kategorien ausgewählt."
 
-#: js/prefs.js:1143
+#: js/prefs.js:1150
 msgid "Category title:"
-msgstr "Titel der Kategorie:"
+msgstr "Name der Kategorie:"
 
-#: js/prefs.js:1174
+#: js/prefs.js:1181
 msgid "Feeds without recent updates"
 msgstr "Feeds ohne kürzliche Aktualisierungen"
 
-#: js/prefs.js:1223
+#: js/prefs.js:1230
 msgid "Replace current OPML publishing address with a new one?"
 msgstr "Aktuelle Veröffentlichungsadresse durch eine Neue ersetzen?"
 
-#: js/prefs.js:1332
+#: js/prefs.js:1339
 msgid "Rescore articles in selected feeds?"
 msgstr "Artikel in gewählten Feeds neu bewerten?"
 
-#: js/prefs.js:1355
+#: js/prefs.js:1362
 msgid "Rescore all articles? This operation may take a lot of time."
-msgstr ""
-"Alle Artikel neu bewerten? Dieser Vorgang kann viel Zeit in Anspruch nehmen."
+msgstr "Alle Artikel neu bewerten? Dieser Vorgang kann viel Zeit in Anspruch nehmen."
 
-#: js/prefs.js:1375
+#: js/prefs.js:1382
 msgid "Reset selected labels to default colors?"
-msgstr "Label-Farben auf Standardwerte zurücksetzen?"
+msgstr "Farben der ausgewählten Label auf Standardwerte zurücksetzen?"
 
-#: js/prefs.js:1412
+#: js/prefs.js:1419
 msgid "Settings Profiles"
 msgstr "Einstellungsprofile"
 
-#: js/prefs.js:1421
-msgid ""
-"Remove selected profiles? Active and default profiles will not be removed."
-msgstr ""
-"Ausgewählte Profile löschen? Das aktive und das Standardprofil werden nicht "
-"gelöscht"
+#: js/prefs.js:1428
+msgid "Remove selected profiles? Active and default profiles will not be removed."
+msgstr "Ausgewählte Profile löschen? Das aktive und das Standardprofil werden nicht gelöscht."
 
-#: js/prefs.js:1439
+#: js/prefs.js:1446
 msgid "No profiles are selected."
 msgstr "Keine Profile ausgewählt."
 
-#: js/prefs.js:1447 js/prefs.js:1500
+#: js/prefs.js:1454
+#: js/prefs.js:1507
 msgid "Activate selected profile?"
 msgstr "Ausgewählte Profile entfernen?"
 
-#: js/prefs.js:1463 js/prefs.js:1516
+#: js/prefs.js:1470
+#: js/prefs.js:1523
 msgid "Please choose a profile to activate."
-msgstr "Bitte ein Profil zum aktivieren auswählen"
+msgstr "Bitte ein Profil zum Aktivieren auswählen."
 
-#: js/prefs.js:1524
+#: js/prefs.js:1531
 msgid "This will invalidate all previously generated feed URLs. Continue?"
-msgstr "Dies wird alle zuvor erstellten Feed-URLs ungültig machen. Fortfahren?"
+msgstr "Alle zuvor erstellten Feed-URLs werden ungültig. Fortfahren?"
 
-#: js/prefs.js:1543
+#: js/prefs.js:1550
 msgid "This will invalidate all previously shared article URLs. Continue?"
-msgstr "Alle bisher geteilten Artikel URLs werden ungültig Weiter?"
+msgstr "Alle bisher geteilten Artikel URLs werden ungültig. Fortfahren?"
 
-#: js/prefs.js:1641
+#: js/prefs.js:1648
 msgid "Label Editor"
 msgstr "Label-Editor"
 
-#: js/prefs.js:1704
-msgid ""
-"This will clear your stored authentication information for Twitter. Continue?"
-msgstr ""
-"Dies wird Ihre gespeicherten Authentifizierungsinformationen für Twitter "
-"löschen. Fortfahren?"
+#: js/prefs.js:1711
+msgid "This will clear your stored authentication information for Twitter. Continue?"
+msgstr "Dies wird Ihre gespeicherten Authentifizierungsinformationen für Twitter löschen. Fortfahren?"
 
-#: js/prefs.js:1784
+#: js/prefs.js:1791
 msgid "Subscribing to feeds..."
 msgstr "Abonniere Feeds..."
 
-#: js/prefs.js:1821
+#: js/prefs.js:1828
 msgid "Clear stored data for this plugin?"
-msgstr ""
+msgstr "Gesicherte Daten dieses Plugins löschen?"
 
 #: js/tt-rss.js:120
 msgid "Mark all articles as read?"
 msgstr "Alle Artikel als gelesen markieren?"
 
-#: js/tt-rss.js:356
+#: js/tt-rss.js:358
 msgid "You can't unsubscribe from the category."
 msgstr "Sie können die Kategorie nicht abbestellen."
 
-#: js/tt-rss.js:361 js/tt-rss.js:511
+#: js/tt-rss.js:363
+#: js/tt-rss.js:513
 msgid "Please select some feed first."
 msgstr "Bitte erst einen Feed auswählen."
 
-#: js/tt-rss.js:506
+#: js/tt-rss.js:508
 msgid "You can't rescore this kind of feed."
 msgstr "Sie können diese Art von Feed nicht neu bewerten."
 
-#: js/tt-rss.js:516
+#: js/tt-rss.js:518
 msgid "Rescore articles in %s?"
 msgstr "Artikel in %s neu bewerten?"
 
-#: js/tt-rss.js:672
+#: js/tt-rss.js:688
 msgid "Please enable mail plugin first."
 msgstr "Bitte erst das Mail-Plugin aktivieren."
 
-#: js/tt-rss.js:834
+#: js/tt-rss.js:850
 msgid "New version available!"
 msgstr "Neue Version verfügbar!"
 
@@ -3034,90 +3137,101 @@ msgstr "Neue Version verfügbar!"
 msgid "Cancel search"
 msgstr "Suche abbrechen"
 
-#: js/viewfeed.js:435 plugins/digest/digest.js:257
+#: js/viewfeed.js:435
+#: plugins/digest/digest.js:257
 #: plugins/digest/digest.js:696
 msgid "Unstar article"
-msgstr "Artikelbewertung zurücknehmen"
+msgstr "Artikelmarkierung entfernen"
 
-#: js/viewfeed.js:440 plugins/digest/digest.js:259
+#: js/viewfeed.js:440
+#: plugins/digest/digest.js:259
 #: plugins/digest/digest.js:700
 msgid "Star article"
-msgstr "Artikel bewerten"
+msgstr "Artikel markieren"
 
-#: js/viewfeed.js:473 plugins/digest/digest.js:262
+#: js/viewfeed.js:473
+#: plugins/digest/digest.js:262
 #: plugins/digest/digest.js:731
 msgid "Unpublish article"
 msgstr "Artikelveröffentlichung widerrufen"
 
-#: js/viewfeed.js:674 js/viewfeed.js:702 js/viewfeed.js:729 js/viewfeed.js:791
-#: js/viewfeed.js:823 js/viewfeed.js:960 js/viewfeed.js:1003
-#: js/viewfeed.js:1053 js/viewfeed.js:1927 plugins/mail/mail.js:7
+#: js/viewfeed.js:681
+#: js/viewfeed.js:709
+#: js/viewfeed.js:736
+#: js/viewfeed.js:798
+#: js/viewfeed.js:830
+#: js/viewfeed.js:967
+#: js/viewfeed.js:1010
+#: js/viewfeed.js:1060
+#: js/viewfeed.js:1987
+#: plugins/mailto/init.js:7
+#: plugins/mail/mail.js:7
 msgid "No articles are selected."
 msgstr "Keine Artikel ausgewählt."
 
-#: js/viewfeed.js:940
+#: js/viewfeed.js:947
 msgid "Mark all visible articles in %s as read?"
 msgstr "Alle sichtbaren Artikel in %s als gelesen markieren?"
 
-#: js/viewfeed.js:968
+#: js/viewfeed.js:975
 msgid "Delete %d selected articles in %s?"
 msgstr "%d ausgewählte Artikel in %s löschen?"
 
-#: js/viewfeed.js:970
+#: js/viewfeed.js:977
 msgid "Delete %d selected articles?"
 msgstr "%d ausgewählte Artikel löschen?"
 
-#: js/viewfeed.js:1012
+#: js/viewfeed.js:1019
 msgid "Archive %d selected articles in %s?"
 msgstr "%d ausgewählte Artikel in %s archivieren?"
 
-#: js/viewfeed.js:1015
+#: js/viewfeed.js:1022
 msgid "Move %d archived articles back?"
-msgstr "%d archivierte Artikel zurück verschieben"
+msgstr "%d archivierte Artikel zurück verschieben?"
 
-#: js/viewfeed.js:1059
+#: js/viewfeed.js:1066
 msgid "Mark %d selected articles in %s as read?"
 msgstr "%d ausgewählte Artikel in %s als gelesen markieren?"
 
-#: js/viewfeed.js:1083
+#: js/viewfeed.js:1090
 msgid "Edit article Tags"
 msgstr "Artikel-Tags bearbeiten"
 
-#: js/viewfeed.js:1252
+#: js/viewfeed.js:1259
 msgid "No article is selected."
 msgstr "Kein Artikel ausgewählt."
 
-#: js/viewfeed.js:1287
+#: js/viewfeed.js:1294
 msgid "No articles found to mark"
-msgstr "Keine Artikel zum markieren gefunden."
+msgstr "Keine Artikel zum markieren gefunden"
 
-#: js/viewfeed.js:1289
+#: js/viewfeed.js:1296
 msgid "Mark %d article(s) as read?"
 msgstr "%d Artikel als gelesen markieren?"
 
-#: js/viewfeed.js:1744
+#: js/viewfeed.js:1804
 msgid "Open original article"
 msgstr "Originalartikel öffnen"
 
-#: js/viewfeed.js:1814
+#: js/viewfeed.js:1874
 msgid "Remove label"
-msgstr "Ausgewähltes Label entfernen?"
+msgstr "Label entfernen"
 
-#: js/viewfeed.js:1838
+#: js/viewfeed.js:1898
 msgid "Playing..."
 msgstr "Abspielen..."
 
-#: js/viewfeed.js:1839
+#: js/viewfeed.js:1899
 msgid "Click to pause"
 msgstr "Zum Pausieren klicken"
 
-#: js/viewfeed.js:1896
+#: js/viewfeed.js:1956
 msgid "Please enter new score for selected articles:"
-msgstr "Bitte geben Sie eine Bewertung für den ausgewählten Artikel ab:"
+msgstr "Bitte geben Sie eine neue Bewertung für die ausgewählten Artikel ab:"
 
-#: js/viewfeed.js:1938
+#: js/viewfeed.js:1998
 msgid "Please enter new score for this article:"
-msgstr "Bitte geben Sie eine Bewertung für diesen Artikel ab:"
+msgstr "Bitte geben Sie eine neue Bewertung für diesen Artikel ab:"
 
 #: plugins/digest/digest.js:71
 msgid "Mark %d displayed articles as read?"
@@ -3125,36 +3239,36 @@ msgstr "%d Artikel als gelesen markieren?"
 
 #: plugins/digest/digest.js:289
 msgid "Error: unable to load article."
-msgstr "Fehler: bitte eine OPML Datei hochladen."
+msgstr "Fehler: konnte Artikel nicht laden."
 
 #: plugins/digest/digest.js:447
 msgid "Click to expand article."
-msgstr "Klicken um den Artikel aufzuklappen"
+msgstr "Klicken um den Artikel aufzuklappen."
 
 #: plugins/digest/digest.js:518
-#, fuzzy
 msgid "%d more..."
-msgstr "Gehe zu..."
+msgstr "%d mehr..."
 
 #: plugins/digest/digest.js:525
 msgid "No unread feeds."
-msgstr "Gelesene ein-/ausblenden"
+msgstr "Keine ungelesenen Feeds."
 
 #: plugins/digest/digest.js:632
 msgid "Load more..."
-msgstr "Gehe zu..."
+msgstr "Mehr laden..."
+
+#: plugins/mailto/init.js:21
+#: plugins/mail/mail.js:21
+msgid "Forward article by email"
+msgstr "Artikel via E-Mail weiterleiten"
 
 #: plugins/import_export/import_export.js:13
 msgid "Export Data"
 msgstr "Daten exportieren"
 
 #: plugins/import_export/import_export.js:40
-msgid ""
-"Finished, exported %d articles. You can download the data <a "
-"class='visibleLink' href='%u'>here</a>."
-msgstr ""
-"Fertig, %d Artikel exportiert. <a class='visibleLink' href='%u'>Hier</a> "
-"herunterladen."
+msgid "Finished, exported %d articles. You can download the data <a class='visibleLink' href='%u'>here</a>."
+msgstr "Fertig, %d Artikel exportiert. <a class='visibleLink' href='%u'>Hier</a> herunterladen."
 
 #: plugins/import_export/import_export.js:93
 msgid "Data Import"
@@ -3164,10 +3278,6 @@ msgstr "Daten importieren"
 msgid "Please choose the file first."
 msgstr "Bitte zuerst die Datei auswählen."
 
-#: plugins/mail/mail.js:21
-msgid "Forward article by email"
-msgstr "Artikel via E-Mail weiterleiten"
-
 #: plugins/instances/instances.js:10
 msgid "Link Instance"
 msgstr "Instanz verbinden"
@@ -3180,7 +3290,8 @@ msgstr "Instanz bearbeiten"
 msgid "Remove selected instances?"
 msgstr "Ausgewählte Instanzen entfernen?"
 
-#: plugins/instances/instances.js:139 plugins/instances/instances.js:151
+#: plugins/instances/instances.js:139
+#: plugins/instances/instances.js:151
 msgid "No instances are selected."
 msgstr "Keine Instanzen ausgewählt."
 
@@ -3193,10 +3304,14 @@ msgid "Share article by URL"
 msgstr "Artikel über URL teilen"
 
 #: plugins/updater/updater.js:58
-msgid ""
-"Live updating is considered experimental. Backup your tt-rss directory "
-"before continuing. Please type 'yes' to continue."
-msgstr ""
+msgid "Live updating is considered experimental. Backup your tt-rss directory before continuing. Please type 'yes' to continue."
+msgstr "Direktes Updaten ist noch experimentell. Sichern Sie Ihr tt-rss Verzeichnis, bevor Sie fortfahren. Schreiben Sie 'yes' zum fortfahren."
+
+#~ msgid "Yes"
+#~ msgstr "Ja"
+
+#~ msgid "No"
+#~ msgstr "Nein"
 
 #~ msgid "Comments?"
 #~ msgstr "Kommentare?"
@@ -3335,9 +3450,6 @@ msgstr ""
 #~ msgid "Original article"
 #~ msgstr "Originalartikel"
 
-#~ msgid "Close this panel"
-#~ msgstr "Dieses Panel schließen"
-
 #~ msgid "Update feed"
 #~ msgstr "Alle Feeds aktualisieren"
 
index a174246a36204819f2ce900972d51a8bf5cdf5d3..4b9b0d753925fea8b4e340dd5289b86665e89201 100644 (file)
Binary files a/locale/es_ES/LC_MESSAGES/messages.mo and b/locale/es_ES/LC_MESSAGES/messages.mo differ
index c6b7974b06cbcf8ea905846573e8ea79762a762f..cc7de552b083b6d716cfb818fc108505b5326c5d 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: messages\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-03-19 10:14+0400\n"
+"POT-Creation-Date: 2013-03-20 15:53+0400\n"
 "PO-Revision-Date: 2012-10-25 00:12+0100\n"
 "Last-Translator: DavidM <milarupa@yahoo.es>\n"
 "Language-Team: Español <milarupa@yahoo.es>\n"
@@ -265,8 +265,8 @@ msgstr ""
 
 #: index.php:117 index.php:147 index.php:252 prefs.php:79
 #: classes/backend.php:5 classes/pref/labels.php:296
-#: classes/pref/filters.php:609 classes/pref/feeds.php:1270
-#: plugins/digest/digest_body.php:45 js/viewfeed.js:1174
+#: classes/pref/filters.php:609 classes/pref/feeds.php:1296
+#: plugins/digest/digest_body.php:45 js/viewfeed.js:1181
 msgid "Loading, please wait..."
 msgstr "Cargando. Por favor, espere..."
 
@@ -294,11 +294,11 @@ msgstr "Adaptable"
 msgid "All Articles"
 msgstr "Todos"
 
-#: index.php:169 include/functions.php:1912 classes/feeds.php:106
+#: index.php:169 include/functions.php:1915 classes/feeds.php:106
 msgid "Starred"
 msgstr "Favoritos"
 
-#: index.php:170 include/functions.php:1913 classes/feeds.php:107
+#: index.php:170 include/functions.php:1916 classes/feeds.php:107
 msgid "Published"
 msgstr "Publicados"
 
@@ -334,13 +334,14 @@ msgstr "Título"
 msgid "Score"
 msgstr "Puntuación"
 
-#: index.php:187 classes/pref/feeds.php:535 classes/pref/feeds.php:746
+#: index.php:187 classes/pref/feeds.php:535 classes/pref/feeds.php:758
 msgid "Update"
 msgstr "Actualizar"
 
-#: index.php:191 index.php:221 include/functions.php:1903
-#: include/localized_schema.php:10 classes/feeds.php:111 classes/feeds.php:131
-#: js/FeedTree.js:128 js/FeedTree.js:156 plugins/digest/digest.js:630
+#: index.php:191 index.php:221 include/functions.php:1906
+#: include/localized_schema.php:10 classes/feeds.php:111 classes/feeds.php:136
+#: classes/feeds.php:410 js/FeedTree.js:128 js/FeedTree.js:156
+#: plugins/digest/digest.js:630
 msgid "Mark as read"
 msgstr "Marcar como leído"
 
@@ -373,7 +374,7 @@ msgstr "Editar esta fuente..."
 msgid "Rescore feed"
 msgstr "Reiniciar la puntuación"
 
-#: index.php:219 classes/pref/feeds.php:672 classes/pref/feeds.php:1243
+#: index.php:219 classes/pref/feeds.php:684 classes/pref/feeds.php:1269
 #: js/PrefFeedTree.js:73
 msgid "Unsubscribe"
 msgstr "Cancelar la suscripción"
@@ -398,7 +399,7 @@ msgstr "Modo resumen..."
 msgid "Show tag cloud..."
 msgstr "Nube de etiquetas..."
 
-#: index.php:229 include/functions.php:1890
+#: index.php:229 include/functions.php:1893
 #, fuzzy
 msgid "Toggle widescreen mode"
 msgstr "Cambiar a modo de reordenación de categorías"
@@ -424,8 +425,8 @@ msgstr "Ayuda para atajos de teclado"
 msgid "Logout"
 msgstr "Cerrar sesión"
 
-#: prefs.php:28 prefs.php:99 include/functions.php:1915
-#: classes/pref/prefs.php:371
+#: prefs.php:28 prefs.php:99 include/functions.php:1918
+#: classes/pref/prefs.php:377
 msgid "Preferences"
 msgstr "Preferencias"
 
@@ -437,8 +438,8 @@ msgstr "Atajos de teclado"
 msgid "Exit preferences"
 msgstr "Salir de las preferencias"
 
-#: prefs.php:102 classes/pref/feeds.php:100 classes/pref/feeds.php:1148
-#: classes/pref/feeds.php:1211
+#: prefs.php:102 classes/pref/feeds.php:100 classes/pref/feeds.php:1174
+#: classes/pref/feeds.php:1237
 msgid "Feeds"
 msgstr "Fuentes"
 
@@ -446,8 +447,8 @@ msgstr "Fuentes"
 msgid "Filters"
 msgstr "Filtros"
 
-#: prefs.php:108 mobile/mobile-functions.php:205 include/functions.php:1118
-#: include/functions.php:1739 classes/pref/labels.php:90
+#: prefs.php:108 mobile/mobile-functions.php:205 include/functions.php:1121
+#: include/functions.php:1742 classes/pref/labels.php:90
 msgid "Labels"
 msgstr "Marcadores"
 
@@ -545,8 +546,8 @@ msgstr "Abrir versión estándar"
 msgid "Home"
 msgstr "Página principal"
 
-#: mobile/mobile-functions.php:178 include/functions.php:1116
-#: include/functions.php:1737
+#: mobile/mobile-functions.php:178 include/functions.php:1119
+#: include/functions.php:1740
 msgid "Special"
 msgstr "Especial"
 
@@ -588,9 +589,9 @@ msgstr "Ordenar fuentes por número de artículos sin leer"
 msgid "Reverse headline order (oldest first)"
 msgstr "Invertir el orden de los titulares (los más antiguos primero)"
 
-#: include/digest.php:131 include/functions.php:1127
-#: include/functions.php:1640 include/functions.php:1725
-#: include/functions.php:1747 classes/opml.php:416 classes/pref/feeds.php:188
+#: include/digest.php:131 include/functions.php:1130
+#: include/functions.php:1643 include/functions.php:1728
+#: include/functions.php:1750 classes/opml.php:416 classes/pref/feeds.php:188
 msgid "Uncategorized"
 msgstr "Sin clasificar"
 
@@ -603,314 +604,315 @@ msgstr "%d artículos archivados"
 msgid "No feeds found."
 msgstr "No se han encontrado fuentes."
 
-#: include/functions.php:698
+#: include/functions.php:701
 msgid "Session failed to validate (incorrect IP)"
 msgstr "No se pudo validar la sesión (IP incorrecta)"
 
-#: include/functions.php:1589 classes/dlg.php:371 classes/pref/filters.php:368
+#: include/functions.php:1592 classes/dlg.php:371 classes/pref/filters.php:368
 msgid "All feeds"
 msgstr "Todas las fuentes"
 
-#: include/functions.php:1790
+#: include/functions.php:1793
 msgid "Starred articles"
 msgstr "Favoritos"
 
-#: include/functions.php:1792
+#: include/functions.php:1795
 msgid "Published articles"
 msgstr "Publicados"
 
-#: include/functions.php:1794
+#: include/functions.php:1797
 msgid "Fresh articles"
 msgstr "Recientes"
 
-#: include/functions.php:1796 include/functions.php:1910
+#: include/functions.php:1799 include/functions.php:1913
 msgid "All articles"
 msgstr "Todos"
 
-#: include/functions.php:1798
+#: include/functions.php:1801
 msgid "Archived articles"
 msgstr "Artículos archivados"
 
-#: include/functions.php:1800
+#: include/functions.php:1803
 msgid "Recently read"
 msgstr "Leídos recientemente"
 
-#: include/functions.php:1867
+#: include/functions.php:1870
 msgid "Navigation"
 msgstr "Navegación"
 
-#: include/functions.php:1868
+#: include/functions.php:1871
 #, fuzzy
 msgid "Open next feed"
 msgstr "Fuente generada"
 
-#: include/functions.php:1869
+#: include/functions.php:1872
 msgid "Open previous feed"
 msgstr ""
 
-#: include/functions.php:1870
+#: include/functions.php:1873
 #, fuzzy
 msgid "Open next article"
 msgstr "Abrir artículo original"
 
-#: include/functions.php:1871
+#: include/functions.php:1874
 #, fuzzy
 msgid "Open previous article"
 msgstr "Abrir artículo original"
 
-#: include/functions.php:1872
+#: include/functions.php:1875
 msgid "Open next article (don't scroll long articles)"
 msgstr ""
 
-#: include/functions.php:1873
+#: include/functions.php:1876
 msgid "Open previous article (don't scroll long articles)"
 msgstr ""
 
-#: include/functions.php:1874
+#: include/functions.php:1877
 msgid "Show search dialog"
 msgstr "Mostrar el diálogo de búsqueda"
 
-#: include/functions.php:1875
+#: include/functions.php:1878
 #, fuzzy
 msgid "Article"
 msgstr "Todos"
 
-#: include/functions.php:1876
+#: include/functions.php:1879
 msgid "Toggle starred"
 msgstr "Alternar favoritos"
 
-#: include/functions.php:1877
+#: include/functions.php:1880
 msgid "Toggle published"
 msgstr "Alternar publicados"
 
-#: include/functions.php:1878
+#: include/functions.php:1881
 msgid "Toggle unread"
 msgstr "Alternar no leídos"
 
-#: include/functions.php:1879
+#: include/functions.php:1882
 msgid "Edit tags"
 msgstr "Editar etiquetas"
 
-#: include/functions.php:1880
+#: include/functions.php:1883
 #, fuzzy
 msgid "Dismiss selected"
 msgstr "Descartar artículos seleccionados"
 
-#: include/functions.php:1881
+#: include/functions.php:1884
 #, fuzzy
 msgid "Dismiss read"
 msgstr "Publicar artículo"
 
-#: include/functions.php:1882
+#: include/functions.php:1885
 #, fuzzy
 msgid "Open in new window"
 msgstr "Abrir el artículo en una nueva pestaña o ventana"
 
-#: include/functions.php:1883 js/viewfeed.js:1758
+#: include/functions.php:1886 js/viewfeed.js:1818
 msgid "Mark below as read"
 msgstr "Marcar artículos posteriores como leídos"
 
-#: include/functions.php:1884 js/viewfeed.js:1752
+#: include/functions.php:1887 js/viewfeed.js:1812
 msgid "Mark above as read"
 msgstr "Marcar artículos anteriores como leídos"
 
-#: include/functions.php:1885
+#: include/functions.php:1888
 #, fuzzy
 msgid "Scroll down"
 msgstr "Hecho."
 
-#: include/functions.php:1886
+#: include/functions.php:1889
 msgid "Scroll up"
 msgstr ""
 
-#: include/functions.php:1887
+#: include/functions.php:1890
 #, fuzzy
 msgid "Select article under cursor"
 msgstr "Seleccionar el artículo que esté bajo el cursor del ratón"
 
-#: include/functions.php:1888
+#: include/functions.php:1891
 msgid "Email article"
 msgstr "Enviar artículo por correo"
 
-#: include/functions.php:1889 plugins/close_button/init.php:24
-msgid "Close article"
+#: include/functions.php:1892
+#, fuzzy
+msgid "Close/collapse article"
 msgstr "Cerrar artículo"
 
-#: include/functions.php:1891
+#: include/functions.php:1894
 #, fuzzy
 msgid "Article selection"
 msgstr "Invertir selección de artículos"
 
-#: include/functions.php:1892
+#: include/functions.php:1895
 msgid "Select all articles"
 msgstr "Seleccionar todos los artículos"
 
-#: include/functions.php:1893
+#: include/functions.php:1896
 #, fuzzy
 msgid "Select unread"
 msgstr "Seleccionar artículos sin leer"
 
-#: include/functions.php:1894
+#: include/functions.php:1897
 #, fuzzy
 msgid "Select starred"
 msgstr "Marcar como favorito"
 
-#: include/functions.php:1895
+#: include/functions.php:1898
 #, fuzzy
 msgid "Select published"
 msgstr "Seleccionar artículos publicados"
 
-#: include/functions.php:1896
+#: include/functions.php:1899
 #, fuzzy
 msgid "Invert selection"
 msgstr "Invertir selección de artículos"
 
-#: include/functions.php:1897
+#: include/functions.php:1900
 #, fuzzy
 msgid "Deselect everything"
 msgstr "Deseleccionar todos los artículos"
 
-#: include/functions.php:1898 classes/pref/feeds.php:488
-#: classes/pref/feeds.php:707
+#: include/functions.php:1901 classes/pref/feeds.php:488
+#: classes/pref/feeds.php:719
 msgid "Feed"
 msgstr "Fuente"
 
-#: include/functions.php:1899
+#: include/functions.php:1902
 #, fuzzy
 msgid "Refresh current feed"
 msgstr "Actualizar la fuente activa"
 
-#: include/functions.php:1900
+#: include/functions.php:1903
 #, fuzzy
 msgid "Un/hide read feeds"
 msgstr "Ocultar/Mostrar fuentes leídas"
 
-#: include/functions.php:1901 classes/pref/feeds.php:1214
+#: include/functions.php:1904 classes/pref/feeds.php:1240
 msgid "Subscribe to feed"
 msgstr "Suscribirse a una fuente"
 
-#: include/functions.php:1902 js/FeedTree.js:135 js/PrefFeedTree.js:67
+#: include/functions.php:1905 js/FeedTree.js:135 js/PrefFeedTree.js:67
 msgid "Edit feed"
 msgstr "Editar fuente"
 
-#: include/functions.php:1904
+#: include/functions.php:1907
 #, fuzzy
 msgid "Reverse headlines"
 msgstr "Invertir orden de titulares"
 
-#: include/functions.php:1905
+#: include/functions.php:1908
 #, fuzzy
 msgid "Debug feed update"
 msgstr "Se han actualizado todas las fuentes."
 
-#: include/functions.php:1906 js/FeedTree.js:170
+#: include/functions.php:1909 js/FeedTree.js:177
 msgid "Mark all feeds as read"
 msgstr "Marcar todas las fuentes como leídas"
 
-#: include/functions.php:1907
+#: include/functions.php:1910
 #, fuzzy
 msgid "Un/collapse current category"
 msgstr "Plegar la categoría"
 
-#: include/functions.php:1908
+#: include/functions.php:1911
 #, fuzzy
 msgid "Toggle combined mode"
 msgstr "Cambiar a modo de reordenación de categorías"
 
-#: include/functions.php:1909
+#: include/functions.php:1912
 #, fuzzy
 msgid "Go to"
 msgstr "Ir a..."
 
-#: include/functions.php:1911
+#: include/functions.php:1914
 #, fuzzy
 msgid "Fresh"
 msgstr "Refrescar"
 
-#: include/functions.php:1914
+#: include/functions.php:1917
 msgid "Tag cloud"
 msgstr "Nube de etiquetas"
 
-#: include/functions.php:1916
+#: include/functions.php:1919
 #, fuzzy
 msgid "Other"
 msgstr "Otro:"
 
-#: include/functions.php:1917 classes/pref/labels.php:281
+#: include/functions.php:1920 classes/pref/labels.php:281
 msgid "Create label"
 msgstr "Crear marcador"
 
-#: include/functions.php:1918 classes/pref/filters.php:587
+#: include/functions.php:1921 classes/pref/filters.php:587
 msgid "Create filter"
 msgstr "Crear filtro"
 
-#: include/functions.php:1919
+#: include/functions.php:1922
 #, fuzzy
 msgid "Un/collapse sidebar"
 msgstr "Colapsar la barra lateral"
 
-#: include/functions.php:1920
+#: include/functions.php:1923
 #, fuzzy
 msgid "Show help dialog"
 msgstr "Mostrar el diálogo de búsqueda"
 
-#: include/functions.php:2400
+#: include/functions.php:2405
 #, php-format
 msgid "Search results: %s"
 msgstr "Resultados de búsqueda: %s"
 
-#: include/functions.php:2824 js/viewfeed.js:1845
+#: include/functions.php:2893 js/viewfeed.js:1905
 msgid "Click to play"
 msgstr "Clic para reproducir"
 
-#: include/functions.php:2825 js/viewfeed.js:1844
+#: include/functions.php:2894 js/viewfeed.js:1904
 msgid "Play"
 msgstr "Reproducir"
 
-#: include/functions.php:2945
+#: include/functions.php:3015
 msgid " - "
 msgstr " - "
 
-#: include/functions.php:2967 include/functions.php:3284 classes/rpc.php:359
+#: include/functions.php:3037 include/functions.php:3354 classes/rpc.php:360
 msgid "no tags"
 msgstr "sin etiquetas"
 
-#: include/functions.php:2977 classes/feeds.php:645
+#: include/functions.php:3047 classes/feeds.php:656
 msgid "Edit tags for this article"
 msgstr "Editar las etiquetas de este artículo"
 
-#: include/functions.php:3006 classes/feeds.php:600
+#: include/functions.php:3076 classes/feeds.php:610
 msgid "Originally from:"
 msgstr "Original de:"
 
-#: include/functions.php:3019 classes/feeds.php:613 classes/pref/feeds.php:507
+#: include/functions.php:3089 classes/feeds.php:623 classes/pref/feeds.php:507
 msgid "Feed URL"
 msgstr "URL de la fuente"
 
-#: include/functions.php:3048
+#: include/functions.php:3118
 msgid "Related"
 msgstr "Relacionado"
 
-#: include/functions.php:3075 classes/dlg.php:43 classes/dlg.php:162
+#: include/functions.php:3145 classes/dlg.php:43 classes/dlg.php:162
 #: classes/dlg.php:185 classes/dlg.php:222 classes/dlg.php:508
 #: classes/dlg.php:543 classes/dlg.php:574 classes/dlg.php:608
 #: classes/dlg.php:620 classes/backend.php:105 classes/pref/users.php:106
-#: classes/pref/filters.php:108 classes/pref/feeds.php:1527
-#: classes/pref/feeds.php:1598 plugins/import_export/init.php:407
+#: classes/pref/filters.php:108 classes/pref/feeds.php:1553
+#: classes/pref/feeds.php:1624 plugins/import_export/init.php:407
 #: plugins/import_export/init.php:431 plugins/share/init.php:67
-#: plugins/updater/init.php:329
+#: plugins/updater/init.php:330
 msgid "Close this window"
 msgstr "Cerrar esta ventana"
 
-#: include/functions.php:3309
+#: include/functions.php:3379
 msgid "(edit note)"
 msgstr "(editar nota)"
 
-#: include/functions.php:3542
+#: include/functions.php:3612
 msgid "unknown type"
 msgstr "tipo desconocido"
 
-#: include/functions.php:3592
+#: include/functions.php:3662
 msgid "Attachments"
 msgstr "Adjuntos"
 
@@ -947,7 +949,7 @@ msgstr "Publicar artículo"
 msgid "Assign tags"
 msgstr "Asignar etiquetas"
 
-#: include/localized_schema.php:14 js/viewfeed.js:1809
+#: include/localized_schema.php:14 js/viewfeed.js:1869
 msgid "Assign label"
 msgstr "Asignar marcador"
 
@@ -1144,7 +1146,7 @@ msgstr "Agrupar los titulares en fuentes virtuales"
 
 #: include/localized_schema.php:57
 #, fuzzy
-msgid "Hide images in articles"
+msgid "Do not embed images in articles"
 msgstr "No mostrar imágenes en los artículos"
 
 #: include/localized_schema.php:58
@@ -1155,7 +1157,7 @@ msgstr "Habilitar API externa"
 msgid "User timezone"
 msgstr "Zona horaria del usuario"
 
-#: include/localized_schema.php:60 js/prefs.js:1733
+#: include/localized_schema.php:60 js/prefs.js:1740
 msgid "Customize stylesheet"
 msgstr "Personalizar hoja de estilo"
 
@@ -1208,7 +1210,7 @@ msgid "Title:"
 msgstr "Título"
 
 #: classes/handler/public.php:404 classes/dlg.php:667
-#: classes/pref/feeds.php:505 classes/pref/feeds.php:722
+#: classes/pref/feeds.php:505 classes/pref/feeds.php:734
 #: plugins/instances/init.php:215
 msgid "URL:"
 msgstr "URL:"
@@ -1237,8 +1239,8 @@ msgstr ""
 #: classes/dlg.php:751 classes/pref/users.php:194 classes/pref/labels.php:81
 #: classes/pref/filters.php:349 classes/pref/filters.php:729
 #: classes/pref/filters.php:798 classes/pref/filters.php:865
-#: classes/pref/feeds.php:689 classes/pref/feeds.php:829
-#: plugins/mail/init.php:132 plugins/note/init.php:55
+#: classes/pref/feeds.php:701 classes/pref/feeds.php:849
+#: plugins/mail/init.php:131 plugins/note/init.php:55
 #: plugins/instances/init.php:251
 msgid "Cancel"
 msgstr "Cancelar"
@@ -1302,8 +1304,8 @@ msgstr ""
 #: classes/dlg.php:55 classes/pref/users.php:378 classes/pref/labels.php:272
 #: classes/pref/filters.php:230 classes/pref/filters.php:277
 #: classes/pref/filters.php:578 classes/pref/filters.php:657
-#: classes/pref/filters.php:684 classes/pref/feeds.php:1202
-#: classes/pref/feeds.php:1472 classes/pref/feeds.php:1541
+#: classes/pref/filters.php:684 classes/pref/feeds.php:1228
+#: classes/pref/feeds.php:1498 classes/pref/feeds.php:1567
 #: plugins/instances/init.php:287
 msgid "Select"
 msgstr "Seleccionar"
@@ -1312,8 +1314,8 @@ msgstr "Seleccionar"
 #: classes/pref/labels.php:275 classes/pref/filters.php:233
 #: classes/pref/filters.php:280 classes/pref/filters.php:581
 #: classes/pref/filters.php:660 classes/pref/filters.php:687
-#: classes/pref/feeds.php:1205 classes/pref/feeds.php:1475
-#: classes/pref/feeds.php:1544 plugins/instances/init.php:290
+#: classes/pref/feeds.php:1231 classes/pref/feeds.php:1501
+#: classes/pref/feeds.php:1570 plugins/instances/init.php:290
 msgid "All"
 msgstr "Todo"
 
@@ -1321,8 +1323,8 @@ msgstr "Todo"
 #: classes/pref/labels.php:277 classes/pref/filters.php:235
 #: classes/pref/filters.php:282 classes/pref/filters.php:583
 #: classes/pref/filters.php:662 classes/pref/filters.php:689
-#: classes/pref/feeds.php:1207 classes/pref/feeds.php:1477
-#: classes/pref/feeds.php:1546 plugins/instances/init.php:292
+#: classes/pref/feeds.php:1233 classes/pref/feeds.php:1503
+#: classes/pref/feeds.php:1572 plugins/instances/init.php:292
 msgid "None"
 msgstr "Nada"
 
@@ -1390,7 +1392,7 @@ msgid "Feed or site URL"
 msgstr "URL de la fuente"
 
 #: classes/dlg.php:249 classes/dlg.php:715 classes/pref/feeds.php:527
-#: classes/pref/feeds.php:735
+#: classes/pref/feeds.php:747
 msgid "Place in category:"
 msgstr "Colocar en la categoría:"
 
@@ -1399,17 +1401,17 @@ msgid "Available feeds"
 msgstr "Fuentes disponibles"
 
 #: classes/dlg.php:269 classes/pref/users.php:155 classes/pref/feeds.php:557
-#: classes/pref/feeds.php:771
+#: classes/pref/feeds.php:783
 msgid "Authentication"
 msgstr "Autenticación"
 
 #: classes/dlg.php:273 classes/dlg.php:729 classes/pref/users.php:438
-#: classes/pref/feeds.php:563 classes/pref/feeds.php:775
+#: classes/pref/feeds.php:563 classes/pref/feeds.php:787
 msgid "Login"
 msgstr "Iniciar sesión"
 
-#: classes/dlg.php:276 classes/dlg.php:732 classes/pref/prefs.php:196
-#: classes/pref/feeds.php:569 classes/pref/feeds.php:781
+#: classes/dlg.php:276 classes/dlg.php:732 classes/pref/prefs.php:202
+#: classes/pref/feeds.php:569 classes/pref/feeds.php:793
 msgid "Password"
 msgstr "Contraseña:"
 
@@ -1426,7 +1428,7 @@ msgid "More feeds"
 msgstr "Más fuentes"
 
 #: classes/dlg.php:318 classes/dlg.php:409 classes/pref/users.php:368
-#: classes/pref/filters.php:574 classes/pref/feeds.php:1198 js/tt-rss.js:166
+#: classes/pref/filters.php:574 classes/pref/feeds.php:1224 js/tt-rss.js:166
 msgid "Search"
 msgstr "Buscar"
 
@@ -1444,7 +1446,7 @@ msgstr "límite:"
 
 #: classes/dlg.php:349 classes/pref/users.php:394 classes/pref/labels.php:284
 #: classes/pref/filters.php:339 classes/pref/filters.php:596
-#: classes/pref/feeds.php:662 plugins/instances/init.php:297
+#: classes/pref/feeds.php:674 plugins/instances/init.php:297
 msgid "Remove"
 msgstr "Eliminar"
 
@@ -1466,7 +1468,7 @@ msgstr "Etiquetas para este artículo (separadas por comas):"
 
 #: classes/dlg.php:439 classes/dlg.php:650 classes/pref/users.php:192
 #: classes/pref/labels.php:79 classes/pref/filters.php:346
-#: classes/pref/feeds.php:688 classes/pref/feeds.php:826
+#: classes/pref/feeds.php:700 classes/pref/feeds.php:846
 #: plugins/nsfw/init.php:86 plugins/note/init.php:53
 #: plugins/owncloud/init.php:62 plugins/instances/init.php:248
 msgid "Save"
@@ -1501,7 +1503,7 @@ msgstr "¿Cuáles etiquetas?"
 msgid "Display entries"
 msgstr "Mostrar artículos"
 
-#: classes/dlg.php:551 classes/feeds.php:133
+#: classes/dlg.php:551 classes/feeds.php:138
 msgid "View as RSS"
 msgstr "Ver como RSS"
 
@@ -1509,7 +1511,7 @@ msgstr "Ver como RSS"
 msgid "You can view this feed as RSS using the following URL:"
 msgstr "Puede ver esta fuente en formato RSS en la siguiente URL:"
 
-#: classes/dlg.php:591 plugins/updater/init.php:303
+#: classes/dlg.php:591 plugins/updater/init.php:304
 #, php-format
 msgid "New version of Tiny Tiny RSS is available (%s)."
 msgstr "Nueva versión de Tiny Tiny RSS disponible (%s)."
@@ -1637,35 +1639,41 @@ msgstr "Mover a la fuente original"
 msgid "Delete"
 msgstr "Borrar"
 
-#: classes/feeds.php:125 plugins/mail/init.php:28
+#: classes/feeds.php:125 classes/feeds.php:130 plugins/mailto/init.php:28
+#: plugins/mail/init.php:28
 msgid "Forward by email"
 msgstr "Enviar por correo electrónico"
 
-#: classes/feeds.php:129
+#: classes/feeds.php:134
 msgid "Feed:"
 msgstr "Fuente:"
 
-#: classes/feeds.php:196 classes/feeds.php:790
+#: classes/feeds.php:201 classes/feeds.php:801
 msgid "Feed not found."
 msgstr "Fuente no encontrada."
 
-#: classes/feeds.php:403 classes/feeds.php:493
+#: classes/feeds.php:500
 msgid "mark as read"
 msgstr "marcar como leído"
 
-#: classes/feeds.php:691
+#: classes/feeds.php:555
+#, fuzzy
+msgid "Collapse article"
+msgstr "Cerrar artículo"
+
+#: classes/feeds.php:702
 msgid "No unread articles found to display."
 msgstr "No se han encontrado artículos sin leer."
 
-#: classes/feeds.php:694
+#: classes/feeds.php:705
 msgid "No updated articles found to display."
 msgstr "No se han encontrado artículos actualizados."
 
-#: classes/feeds.php:697
+#: classes/feeds.php:708
 msgid "No starred articles found to display."
 msgstr "No se han encontrado artículos favoritos."
 
-#: classes/feeds.php:701
+#: classes/feeds.php:712
 msgid ""
 "No articles found to display. You can assign articles to labels manually "
 "(see the Actions menu above) or use a filter."
@@ -1674,21 +1682,21 @@ msgstr ""
 "artículos a los marcadores manualmente (ver arriba el menú Acciones) o usar "
 "un filtro."
 
-#: classes/feeds.php:703
+#: classes/feeds.php:714
 msgid "No articles found to display."
 msgstr "No se han encontrado artículos que mostrar."
 
-#: classes/feeds.php:718 classes/feeds.php:899
+#: classes/feeds.php:729 classes/feeds.php:910
 #, php-format
 msgid "Feeds last updated at %s"
 msgstr "Última actualización de las fuentes: %s"
 
-#: classes/feeds.php:728 classes/feeds.php:909
+#: classes/feeds.php:739 classes/feeds.php:920
 msgid "Some feeds have update errors (click for details)"
 msgstr ""
 "Error al actualizar algunas fuentes (pulse aquí para obtener los detalles)"
 
-#: classes/feeds.php:889
+#: classes/feeds.php:900
 msgid "No feed selected."
 msgstr "No se ha seleccionado ninguna fuente."
 
@@ -1807,7 +1815,7 @@ msgid "Change password to"
 msgstr "Cambiar la contraseña a"
 
 #: classes/pref/users.php:177 classes/pref/feeds.php:577
-#: classes/pref/feeds.php:787
+#: classes/pref/feeds.php:799
 msgid "Options"
 msgstr "Opciones"
 
@@ -1965,7 +1973,7 @@ msgstr ""
 msgid "Combine"
 msgstr ""
 
-#: classes/pref/filters.php:600 classes/pref/feeds.php:1257
+#: classes/pref/filters.php:600 classes/pref/feeds.php:1283
 msgid "Rescore articles"
 msgstr "Reiniciar la puntuación de los artículos"
 
@@ -2024,186 +2032,177 @@ msgstr "Las contraseñas introducidas no coinciden."
 msgid "Function not supported by authentication module."
 msgstr ""
 
-#: classes/pref/prefs.php:63
+#: classes/pref/prefs.php:69
 msgid "The configuration was saved."
 msgstr "La configuración ha sido guardada."
 
-#: classes/pref/prefs.php:77
+#: classes/pref/prefs.php:83
 #, php-format
 msgid "Unknown option: %s"
 msgstr "Opción desconocida: %s"
 
-#: classes/pref/prefs.php:91
+#: classes/pref/prefs.php:97
 #, fuzzy
 msgid "Your personal data has been saved."
 msgstr "Se ha programado la actualización de la categoría."
 
-#: classes/pref/prefs.php:131
+#: classes/pref/prefs.php:137
 #, fuzzy
 msgid "Personal data / Authentication"
 msgstr "Autenticación"
 
-#: classes/pref/prefs.php:151
+#: classes/pref/prefs.php:157
 msgid "Personal data"
 msgstr "Datos personales"
 
-#: classes/pref/prefs.php:161
+#: classes/pref/prefs.php:167
 msgid "Full name"
 msgstr ""
 
-#: classes/pref/prefs.php:165
+#: classes/pref/prefs.php:171
 msgid "E-mail"
 msgstr "Correo electrónico"
 
-#: classes/pref/prefs.php:171
+#: classes/pref/prefs.php:177
 msgid "Access level"
 msgstr "Nivel de acceso"
 
-#: classes/pref/prefs.php:181
+#: classes/pref/prefs.php:187
 #, fuzzy
 msgid "Save data"
 msgstr "Guardar"
 
-#: classes/pref/prefs.php:203
+#: classes/pref/prefs.php:209
 #, fuzzy
 msgid "Your password is at default value, please change it."
 msgstr "Su contraseña tiene el valor por defecto. Por favor, modifíquela."
 
-#: classes/pref/prefs.php:235
+#: classes/pref/prefs.php:241
 msgid "Old password"
 msgstr "Antigua contraseña"
 
-#: classes/pref/prefs.php:238
+#: classes/pref/prefs.php:244
 msgid "New password"
 msgstr "Nueva contraseña"
 
-#: classes/pref/prefs.php:243
+#: classes/pref/prefs.php:249
 msgid "Confirm password"
 msgstr "Confirme la nueva contraseña"
 
-#: classes/pref/prefs.php:253
+#: classes/pref/prefs.php:259
 msgid "Change password"
 msgstr "Cambiar contraseña"
 
-#: classes/pref/prefs.php:259
+#: classes/pref/prefs.php:265
 msgid "One time passwords / Authenticator"
 msgstr ""
 
-#: classes/pref/prefs.php:288 classes/pref/prefs.php:339
+#: classes/pref/prefs.php:294 classes/pref/prefs.php:345
 #, fuzzy
 msgid "Enter your password"
 msgstr "Nombre de usuario o contraseña incorrecta"
 
-#: classes/pref/prefs.php:299
+#: classes/pref/prefs.php:305
 #, fuzzy
 msgid "Disable OTP"
 msgstr "(desactivado)"
 
-#: classes/pref/prefs.php:305
+#: classes/pref/prefs.php:311
 msgid ""
 "You will need a compatible Authenticator to use this. Changing your password "
 "would automatically disable OTP."
 msgstr ""
 
-#: classes/pref/prefs.php:307
+#: classes/pref/prefs.php:313
 msgid "Scan the following code by the Authenticator application:"
 msgstr ""
 
-#: classes/pref/prefs.php:348
+#: classes/pref/prefs.php:354
 msgid "I have scanned the code and would like to enable OTP"
 msgstr ""
 
-#: classes/pref/prefs.php:356
+#: classes/pref/prefs.php:362
 #, fuzzy
 msgid "Enable OTP"
 msgstr "Habilitado"
 
-#: classes/pref/prefs.php:482
+#: classes/pref/prefs.php:493
 #, fuzzy
 msgid "Customize"
 msgstr "Personalizar hoja de estilo"
 
-#: classes/pref/prefs.php:501 classes/pref/prefs.php:508
-#: classes/pref/prefs.php:513
-msgid "Yes"
-msgstr "Sí"
-
-#: classes/pref/prefs.php:503 classes/pref/prefs.php:513
-msgid "No"
-msgstr "No"
-
-#: classes/pref/prefs.php:543
+#: classes/pref/prefs.php:552
 #, fuzzy
 msgid "Register"
 msgstr "Registrado"
 
-#: classes/pref/prefs.php:547
+#: classes/pref/prefs.php:556
 msgid "Clear"
 msgstr ""
 
-#: classes/pref/prefs.php:553
+#: classes/pref/prefs.php:562
 #, php-format
 msgid "Current server time: %s (UTC)"
 msgstr ""
 
-#: classes/pref/prefs.php:582
+#: classes/pref/prefs.php:595
 msgid "Save configuration"
 msgstr "Guardar la configuración"
 
-#: classes/pref/prefs.php:585
+#: classes/pref/prefs.php:598
 #, fuzzy
 msgid "Manage profiles"
 msgstr "Crear perfil"
 
-#: classes/pref/prefs.php:588
+#: classes/pref/prefs.php:601
 msgid "Reset to defaults"
 msgstr "Opciones por defecto"
 
-#: classes/pref/prefs.php:600
+#: classes/pref/prefs.php:613
 #, fuzzy
 msgid "Show additional preferences"
 msgstr "Salir de las preferencias"
 
-#: classes/pref/prefs.php:612 classes/pref/prefs.php:614
+#: classes/pref/prefs.php:625 classes/pref/prefs.php:627
 msgid "Plugins"
 msgstr ""
 
-#: classes/pref/prefs.php:642
+#: classes/pref/prefs.php:655
 msgid "System plugins"
 msgstr ""
 
-#: classes/pref/prefs.php:646 classes/pref/prefs.php:695
+#: classes/pref/prefs.php:659 classes/pref/prefs.php:708
 msgid "Plugin"
 msgstr ""
 
-#: classes/pref/prefs.php:647 classes/pref/prefs.php:696
+#: classes/pref/prefs.php:660 classes/pref/prefs.php:709
 #, fuzzy
 msgid "Description"
 msgstr "Selección"
 
-#: classes/pref/prefs.php:648 classes/pref/prefs.php:697
+#: classes/pref/prefs.php:661 classes/pref/prefs.php:710
 msgid "Version"
 msgstr ""
 
-#: classes/pref/prefs.php:649 classes/pref/prefs.php:698
+#: classes/pref/prefs.php:662 classes/pref/prefs.php:711
 msgid "Author"
 msgstr ""
 
-#: classes/pref/prefs.php:682 classes/pref/prefs.php:733
+#: classes/pref/prefs.php:695 classes/pref/prefs.php:746
 #, fuzzy
 msgid "Clear data"
 msgstr "Limpiar los datos de la fuente"
 
-#: classes/pref/prefs.php:691
+#: classes/pref/prefs.php:704
 msgid "User plugins"
 msgstr ""
 
-#: classes/pref/prefs.php:748
+#: classes/pref/prefs.php:761
 #, fuzzy
 msgid "Enable selected plugins"
 msgstr "Habilitar los iconos de la fuente"
 
-#: classes/pref/prefs.php:803 classes/pref/prefs.php:821
+#: classes/pref/prefs.php:816 classes/pref/prefs.php:834
 #, fuzzy
 msgid "Incorrect password"
 msgstr "Nombre de usuario o contraseña incorrecta"
@@ -2224,7 +2223,7 @@ msgstr "Editar la fuente"
 msgid "Feed Title"
 msgstr "Título"
 
-#: classes/pref/feeds.php:550 classes/pref/feeds.php:762
+#: classes/pref/feeds.php:550 classes/pref/feeds.php:774
 msgid "Article purging:"
 msgstr "Purgando el artículo"
 
@@ -2234,144 +2233,148 @@ msgid ""
 "requires authentication, except for Twitter feeds."
 msgstr ""
 
-#: classes/pref/feeds.php:589 classes/pref/feeds.php:791
+#: classes/pref/feeds.php:589 classes/pref/feeds.php:803
 #, fuzzy
 msgid "Hide from Popular feeds"
 msgstr "Ocultar en mi lista de fuentes"
 
-#: classes/pref/feeds.php:601 classes/pref/feeds.php:797
+#: classes/pref/feeds.php:601 classes/pref/feeds.php:809
 msgid "Include in e-mail digest"
 msgstr "Incluir en el correo recopilatorio"
 
-#: classes/pref/feeds.php:614 classes/pref/feeds.php:803
+#: classes/pref/feeds.php:614 classes/pref/feeds.php:815
 msgid "Always display image attachments"
 msgstr "Desplegar siempre las imágenes adjuntas"
 
-#: classes/pref/feeds.php:628 classes/pref/feeds.php:811
+#: classes/pref/feeds.php:627 classes/pref/feeds.php:823
+msgid "Do not embed images"
+msgstr ""
+
+#: classes/pref/feeds.php:640 classes/pref/feeds.php:831
 msgid "Cache images locally"
 msgstr "Guardar las imágenes en la memoria caché local"
 
-#: classes/pref/feeds.php:640 classes/pref/feeds.php:817
+#: classes/pref/feeds.php:652 classes/pref/feeds.php:837
 #, fuzzy
 msgid "Mark updated articles as unread"
 msgstr "¿Marcar todos los artículos como leídos?"
 
-#: classes/pref/feeds.php:646
+#: classes/pref/feeds.php:658
 msgid "Icon"
 msgstr ""
 
-#: classes/pref/feeds.php:660
+#: classes/pref/feeds.php:672
 msgid "Replace"
 msgstr ""
 
-#: classes/pref/feeds.php:679
+#: classes/pref/feeds.php:691
 #, fuzzy
 msgid "Resubscribe to push updates"
 msgstr "Suscrito a las fuentes:"
 
-#: classes/pref/feeds.php:686
+#: classes/pref/feeds.php:698
 msgid "Resets PubSubHubbub subscription status for push-enabled feeds."
 msgstr ""
 
-#: classes/pref/feeds.php:701
+#: classes/pref/feeds.php:713
 msgid "Enable the options you wish to apply using checkboxes on the right:"
 msgstr ""
 
-#: classes/pref/feeds.php:1051 classes/pref/feeds.php:1104
+#: classes/pref/feeds.php:1077 classes/pref/feeds.php:1130
 msgid "All done."
 msgstr "Hecho."
 
-#: classes/pref/feeds.php:1159
+#: classes/pref/feeds.php:1185
 #, fuzzy
 msgid "Feeds with errors"
 msgstr "Editor de fuente"
 
-#: classes/pref/feeds.php:1179
+#: classes/pref/feeds.php:1205
 #, fuzzy
 msgid "Inactive feeds"
 msgstr "Fuente completa"
 
-#: classes/pref/feeds.php:1216
+#: classes/pref/feeds.php:1242
 #, fuzzy
 msgid "Edit selected feeds"
 msgstr "Purgando la fuente seleccionada..."
 
-#: classes/pref/feeds.php:1218 classes/pref/feeds.php:1232
+#: classes/pref/feeds.php:1244 classes/pref/feeds.php:1258
 #, fuzzy
 msgid "Reset sort order"
 msgstr "Redefinir contraseña"
 
-#: classes/pref/feeds.php:1220 js/prefs.js:1778
+#: classes/pref/feeds.php:1246 js/prefs.js:1785
 msgid "Batch subscribe"
 msgstr "Suscripción en lote"
 
-#: classes/pref/feeds.php:1225
+#: classes/pref/feeds.php:1251
 #, fuzzy
 msgid "Categories"
 msgstr "Volver a categorizar"
 
-#: classes/pref/feeds.php:1228
+#: classes/pref/feeds.php:1254
 #, fuzzy
 msgid "Add category"
 msgstr "Añadiendo categoría de fuentes..."
 
-#: classes/pref/feeds.php:1230
+#: classes/pref/feeds.php:1256
 #, fuzzy
 msgid "(Un)hide empty categories"
 msgstr "Editar categorías"
 
-#: classes/pref/feeds.php:1234
+#: classes/pref/feeds.php:1260
 #, fuzzy
 msgid "Remove selected"
 msgstr "¿Borrar fuentes seleccionadas?"
 
-#: classes/pref/feeds.php:1248
+#: classes/pref/feeds.php:1274
 #, fuzzy
 msgid "More actions..."
 msgstr "Acciones..."
 
-#: classes/pref/feeds.php:1252
+#: classes/pref/feeds.php:1278
 msgid "Manual purge"
 msgstr "Purga manual"
 
-#: classes/pref/feeds.php:1256
+#: classes/pref/feeds.php:1282
 msgid "Clear feed data"
 msgstr "Limpiar los datos de la fuente"
 
-#: classes/pref/feeds.php:1307
+#: classes/pref/feeds.php:1333
 msgid "OPML"
 msgstr "OPML"
 
-#: classes/pref/feeds.php:1309
+#: classes/pref/feeds.php:1335
 msgid ""
 "Using OPML you can export and import your feeds, filters, labels and Tiny "
 "Tiny RSS settings."
 msgstr ""
 
-#: classes/pref/feeds.php:1311
+#: classes/pref/feeds.php:1337
 msgid "Only main settings profile can be migrated using OPML."
 msgstr ""
 
-#: classes/pref/feeds.php:1324
+#: classes/pref/feeds.php:1350
 #, fuzzy
 msgid "Import my OPML"
 msgstr "Importando OPML (usando la extensión DOMXML)..."
 
-#: classes/pref/feeds.php:1328
+#: classes/pref/feeds.php:1354
 msgid "Filename:"
 msgstr ""
 
-#: classes/pref/feeds.php:1330
+#: classes/pref/feeds.php:1356
 #, fuzzy
 msgid "Include settings"
 msgstr "Incluir en el correo recopilatorio"
 
-#: classes/pref/feeds.php:1334
+#: classes/pref/feeds.php:1360
 #, fuzzy
 msgid "Export OPML"
 msgstr "Exportar OPML"
 
-#: classes/pref/feeds.php:1338
+#: classes/pref/feeds.php:1364
 #, fuzzy
 msgid ""
 "Your OPML can be published publicly and can be subscribed by anyone who "
@@ -2381,23 +2384,23 @@ msgstr ""
 "cual podrá suscribirse cualquiera que conozca la URL especificada a "
 "continuación."
 
-#: classes/pref/feeds.php:1340
+#: classes/pref/feeds.php:1366
 msgid ""
 "Published OPML does not include your Tiny Tiny RSS settings, feeds that "
 "require authentication or feeds hidden from Popular feeds."
 msgstr ""
 
-#: classes/pref/feeds.php:1343
+#: classes/pref/feeds.php:1369
 #, fuzzy
 msgid "Display published OPML URL"
 msgstr "URL del archivo OPML público"
 
-#: classes/pref/feeds.php:1353
+#: classes/pref/feeds.php:1379
 #, fuzzy
 msgid "Firefox integration"
 msgstr "Integración con Firefox"
 
-#: classes/pref/feeds.php:1355
+#: classes/pref/feeds.php:1381
 msgid ""
 "This Tiny Tiny RSS site can be used as a Firefox Feed Reader by clicking the "
 "link below."
@@ -2405,23 +2408,23 @@ msgstr ""
 "Este sitio Tiny tiny RSS puede ser usado como un lector de fuentes de "
 "Firefox si pulsa en el enlace de abajo."
 
-#: classes/pref/feeds.php:1362
+#: classes/pref/feeds.php:1388
 msgid "Click here to register this site as a feed reader."
 msgstr "Pulse aquí para registrar este sitio como un lector de fuentes."
 
-#: classes/pref/feeds.php:1370
+#: classes/pref/feeds.php:1396
 #, fuzzy
 msgid "Published & shared articles / Generated feeds"
 msgstr ""
 "¿Reiniciar la puntuación de los artículos de las fuentes seleccionadas?"
 
-#: classes/pref/feeds.php:1372
+#: classes/pref/feeds.php:1398
 #, fuzzy
 msgid "Published articles and generated feeds"
 msgstr ""
 "¿Reiniciar la puntuación de los artículos de las fuentes seleccionadas?"
 
-#: classes/pref/feeds.php:1374
+#: classes/pref/feeds.php:1400
 msgid ""
 "Published articles are exported as a public RSS feed and can be subscribed "
 "by anyone who knows the URL specified below."
@@ -2430,30 +2433,30 @@ msgstr ""
 "cual podrá suscribirse cualquiera que conozca la URL especificada a "
 "continuación."
 
-#: classes/pref/feeds.php:1380
+#: classes/pref/feeds.php:1406
 #, fuzzy
 msgid "Display URL"
 msgstr "Mostrar artículos"
 
-#: classes/pref/feeds.php:1383
+#: classes/pref/feeds.php:1409
 msgid "Clear all generated URLs"
 msgstr ""
 
-#: classes/pref/feeds.php:1385
+#: classes/pref/feeds.php:1411
 #, fuzzy
 msgid "Articles shared by URL"
 msgstr "Marcar el artículo como favorito"
 
-#: classes/pref/feeds.php:1387
+#: classes/pref/feeds.php:1413
 msgid "You can disable all articles shared by unique URLs here."
 msgstr ""
 
-#: classes/pref/feeds.php:1390
+#: classes/pref/feeds.php:1416
 #, fuzzy
 msgid "Unshare all articles"
 msgstr "Quitar el artículo de los favoritos"
 
-#: classes/pref/feeds.php:1468
+#: classes/pref/feeds.php:1494
 #, fuzzy
 msgid ""
 "These feeds have not been updated with new content for 3 months (oldest "
@@ -2461,17 +2464,17 @@ msgid ""
 msgstr ""
 "Estas fuentes no han sido actualizadas debido a los siguientes errores:"
 
-#: classes/pref/feeds.php:1505 classes/pref/feeds.php:1574
+#: classes/pref/feeds.php:1531 classes/pref/feeds.php:1600
 #, fuzzy
 msgid "Click to edit feed"
 msgstr "Pulse aquí para editar"
 
-#: classes/pref/feeds.php:1523 classes/pref/feeds.php:1594
+#: classes/pref/feeds.php:1549 classes/pref/feeds.php:1620
 #, fuzzy
 msgid "Unsubscribe from selected feeds"
 msgstr "¿Cancelar la suscripción a las fuentes seleccionadas?"
 
-#: classes/pref/feeds.php:1534
+#: classes/pref/feeds.php:1560
 msgid "These feeds have not been updated because of errors:"
 msgstr ""
 "Estas fuentes no han sido actualizadas debido a los siguientes errores:"
@@ -2503,6 +2506,10 @@ msgstr "Hola,"
 msgid "Regular version"
 msgstr "Versión estándar"
 
+#: plugins/close_button/init.php:24
+msgid "Close article"
+msgstr "Cerrar artículo"
+
 #: plugins/nsfw/init.php:32 plugins/nsfw/init.php:43
 msgid "Not work safe (click to toggle)"
 msgstr ""
@@ -2537,6 +2544,35 @@ msgstr "La contraseña ha sido cambiada."
 msgid "Old password is incorrect."
 msgstr "La contraseña antigua es incorrecta."
 
+#: plugins/mailto/init.php:52 plugins/mailto/init.php:58
+#: plugins/mail/init.php:71 plugins/mail/init.php:77
+msgid "[Forwarded]"
+msgstr ""
+
+#: plugins/mailto/init.php:52 plugins/mail/init.php:71
+#, fuzzy
+msgid "Multiple articles"
+msgstr "Todos"
+
+#: plugins/mailto/init.php:74
+msgid "Clicking the following link to invoke your mail client:"
+msgstr ""
+
+#: plugins/mailto/init.php:78
+#, fuzzy
+msgid "Forward selected article(s) by email."
+msgstr "Enviar artículo por correo"
+
+#: plugins/mailto/init.php:81
+msgid ""
+"You should be able to edit the message before sending in your mail client."
+msgstr ""
+
+#: plugins/mailto/init.php:86
+#, fuzzy
+msgid "Close this dialog"
+msgstr "Cerrar este panel"
+
 #: plugins/bookmarklets/init.php:22
 msgid "Bookmarklets"
 msgstr ""
@@ -2616,30 +2652,21 @@ msgstr ""
 "No se puedo cargar el archivo. Puede ser necesario ajustar el parámetro "
 "upload_max_filesize en PHP.ini (valor actual = %s)"
 
-#: plugins/mail/init.php:72 plugins/mail/init.php:78
-msgid "[Forwarded]"
-msgstr ""
-
-#: plugins/mail/init.php:72
-#, fuzzy
-msgid "Multiple articles"
-msgstr "Todos"
-
-#: plugins/mail/init.php:93
+#: plugins/mail/init.php:92
 msgid "From:"
 msgstr ""
 
-#: plugins/mail/init.php:102
+#: plugins/mail/init.php:101
 #, fuzzy
 msgid "To:"
 msgstr "Arriba"
 
-#: plugins/mail/init.php:115
+#: plugins/mail/init.php:114
 #, fuzzy
 msgid "Subject:"
 msgstr "Seleccione:"
 
-#: plugins/mail/init.php:131
+#: plugins/mail/init.php:130
 #, fuzzy
 msgid "Send e-mail"
 msgstr "Cambiar el correo electrónico"
@@ -2726,17 +2753,17 @@ msgstr "Marcar el artículo como favorito"
 msgid "Share on Google+"
 msgstr "Título"
 
-#: plugins/updater/init.php:294 plugins/updater/init.php:306
+#: plugins/updater/init.php:295 plugins/updater/init.php:307
 #: plugins/updater/updater.js:10
 msgid "Update Tiny Tiny RSS"
 msgstr "Actualizar Tiny Tiny RSS"
 
-#: plugins/updater/init.php:309
+#: plugins/updater/init.php:310
 #, fuzzy
 msgid "Your Tiny Tiny RSS installation is up to date."
 msgstr "La base de datos de Tiny Tiny RSS está actualizada."
 
-#: plugins/updater/init.php:319
+#: plugins/updater/init.php:320
 #, fuzzy
 msgid ""
 "Do not close this dialog until updating is finished. Backup your tt-rss "
@@ -2746,12 +2773,12 @@ msgstr ""
 "de seguridad de la carpeta de tt-rss antes de continuar. Escriba 'yes' para "
 "continuar."
 
-#: plugins/updater/init.php:322
+#: plugins/updater/init.php:323
 #, fuzzy
 msgid "Ready to update."
 msgstr "Última actualización:"
 
-#: plugins/updater/init.php:327
+#: plugins/updater/init.php:328
 #, fuzzy
 msgid "Start update"
 msgstr "Última actualización:"
@@ -2761,11 +2788,11 @@ msgstr "Última actualización:"
 msgid "Share on Twitter"
 msgstr "Título"
 
-#: js/feedlist.js:218
+#: js/feedlist.js:215
 msgid "New articles available in this feed (click to show)"
 msgstr "Nuevos artículos disponibles en esta fuente (clic para mostrar)"
 
-#: js/feedlist.js:420 js/feedlist.js:435 plugins/digest/digest.js:25
+#: js/feedlist.js:417 js/feedlist.js:432 plugins/digest/digest.js:25
 msgid "Mark all articles in %s as read?"
 msgstr "¿Marcar todos los artículos de %s como leídos?"
 
@@ -2849,7 +2876,7 @@ msgstr ""
 "¿Restaurar suscripción? Tiny Tiny RSS volverá a intentar suscribirse al hub "
 "de notificaciones en la siguiente actualización de fuentes."
 
-#: js/functions.js:1266 js/tt-rss.js:367
+#: js/functions.js:1266 js/tt-rss.js:369
 msgid "Unsubscribe from %s?"
 msgstr "¿Cancelar la suscripción a %s?"
 
@@ -2861,7 +2888,7 @@ msgstr "Introduzca el nombre de la categoría:"
 msgid "Generate new syndication address for this feed?"
 msgstr "¿Generar nueva dirección de sindicación para esta fuente?"
 
-#: js/functions.js:1597 js/tt-rss.js:348 js/tt-rss.js:713
+#: js/functions.js:1597 js/tt-rss.js:350 js/tt-rss.js:729
 msgid "You can't edit this kind of feed."
 msgstr "No puede editar esta clase de fuente."
 
@@ -2874,8 +2901,8 @@ msgid "More Feeds"
 msgstr "Más fuentes"
 
 #: js/functions.js:1711 js/functions.js:1821 js/prefs.js:397 js/prefs.js:427
-#: js/prefs.js:459 js/prefs.js:642 js/prefs.js:662 js/prefs.js:1203
-#: js/prefs.js:1348
+#: js/prefs.js:459 js/prefs.js:642 js/prefs.js:662 js/prefs.js:1210
+#: js/prefs.js:1355
 msgid "No feeds are selected."
 msgstr "No se han seleccionado fuentes."
 
@@ -2891,7 +2918,7 @@ msgstr ""
 msgid "Feeds with update errors"
 msgstr "Fuentes con errores de actualización"
 
-#: js/functions.js:1803 js/prefs.js:1185
+#: js/functions.js:1803 js/prefs.js:1192
 msgid "Remove selected feeds?"
 msgstr "¿Borrar fuentes seleccionadas?"
 
@@ -2932,7 +2959,7 @@ msgstr "¿Borrar el filtro?"
 msgid "Remove selected labels?"
 msgstr "¿Borrar los marcadores seleccionados?"
 
-#: js/prefs.js:295 js/prefs.js:1389
+#: js/prefs.js:295 js/prefs.js:1396
 msgid "No labels are selected."
 msgstr "No se han seleccionado marcadores."
 
@@ -3001,108 +3028,108 @@ msgstr "Editar múltiples fuentes"
 msgid "Save changes to selected feeds?"
 msgstr "¿Guardar los cambios de las fuentes seleccionadas?"
 
-#: js/prefs.js:790
+#: js/prefs.js:797
 msgid "OPML Import"
 msgstr "Importar OPML"
 
-#: js/prefs.js:817
+#: js/prefs.js:824
 msgid "Please choose an OPML file first."
 msgstr "Por favor, seleccione un archivo OPML."
 
-#: js/prefs.js:973
+#: js/prefs.js:980
 msgid "Reset to defaults?"
 msgstr "¿Restaurar las opciones por defecto?"
 
-#: js/prefs.js:1092
+#: js/prefs.js:1099
 msgid ""
 "Remove category %s? Any nested feeds would be placed into Uncategorized."
 msgstr ""
 "¿Borrar la categoría %s? Cualquier subcategoría será movida a Sin Categoría."
 
-#: js/prefs.js:1119
+#: js/prefs.js:1126
 msgid "Remove selected categories?"
 msgstr "¿Eliminar las categorías seleccionadas?"
 
-#: js/prefs.js:1135
+#: js/prefs.js:1142
 msgid "No categories are selected."
 msgstr "No se han seleccionado categorías."
 
-#: js/prefs.js:1143
+#: js/prefs.js:1150
 msgid "Category title:"
 msgstr "Nombre de la categoría:"
 
-#: js/prefs.js:1174
+#: js/prefs.js:1181
 msgid "Feeds without recent updates"
 msgstr "Fuentes sin actualizaciones recientes"
 
-#: js/prefs.js:1223
+#: js/prefs.js:1230
 msgid "Replace current OPML publishing address with a new one?"
 msgstr ""
 "¿Reemplazar la dirección actual de publicación del OPML por una dirección "
 "nueva?"
 
-#: js/prefs.js:1332
+#: js/prefs.js:1339
 msgid "Rescore articles in selected feeds?"
 msgstr ""
 "¿Reiniciar la puntuación de los artículos de las fuentes seleccionadas?"
 
-#: js/prefs.js:1355
+#: js/prefs.js:1362
 msgid "Rescore all articles? This operation may take a lot of time."
 msgstr ""
 "¿Reiniciar la puntuación de todos los artículos? Esta operación puede llevar "
 "cierto tiempo."
 
-#: js/prefs.js:1375
+#: js/prefs.js:1382
 msgid "Reset selected labels to default colors?"
 msgstr "¿Restaurar color por defecto en los marcadores seleccionados?"
 
-#: js/prefs.js:1412
+#: js/prefs.js:1419
 msgid "Settings Profiles"
 msgstr "Perfiles de preferencias"
 
-#: js/prefs.js:1421
+#: js/prefs.js:1428
 msgid ""
 "Remove selected profiles? Active and default profiles will not be removed."
 msgstr ""
 "¿Borrar los perfiles seleccionados? El perfil activo y el perfil por defecto "
 "no serán borrados."
 
-#: js/prefs.js:1439
+#: js/prefs.js:1446
 msgid "No profiles are selected."
 msgstr "No se ha seleccionado ningún perfil."
 
-#: js/prefs.js:1447 js/prefs.js:1500
+#: js/prefs.js:1454 js/prefs.js:1507
 msgid "Activate selected profile?"
 msgstr "¿Activar el perfil seleccionado?"
 
-#: js/prefs.js:1463 js/prefs.js:1516
+#: js/prefs.js:1470 js/prefs.js:1523
 msgid "Please choose a profile to activate."
 msgstr "Seleccione un perfil para activar."
 
-#: js/prefs.js:1524
+#: js/prefs.js:1531
 msgid "This will invalidate all previously generated feed URLs. Continue?"
 msgstr "Se invalidarán todas las URLs generadas previamente. ¿Continuar?"
 
-#: js/prefs.js:1543
+#: js/prefs.js:1550
 msgid "This will invalidate all previously shared article URLs. Continue?"
 msgstr "Se invalidarán todas las URLs de artículos compartidos. ¿Continuar?"
 
-#: js/prefs.js:1641
+#: js/prefs.js:1648
 msgid "Label Editor"
 msgstr "Editor de marcadores"
 
-#: js/prefs.js:1704
+#: js/prefs.js:1711
 msgid ""
 "This will clear your stored authentication information for Twitter. Continue?"
 msgstr ""
 "Esto borrará la su información de autenticación en Twitter almacenada. "
 "¿Continuar?"
 
-#: js/prefs.js:1784
+#: js/prefs.js:1791
 msgid "Subscribing to feeds..."
 msgstr "Suscribiéndose a las fuentes..."
 
-#: js/prefs.js:1821
+#: js/prefs.js:1828
 msgid "Clear stored data for this plugin?"
 msgstr ""
 
@@ -3110,28 +3137,28 @@ msgstr ""
 msgid "Mark all articles as read?"
 msgstr "¿Marcar todos los artículos como leídos?"
 
-#: js/tt-rss.js:356
+#: js/tt-rss.js:358
 msgid "You can't unsubscribe from the category."
 msgstr "No puede cancelar la suscripción a la categoría."
 
-#: js/tt-rss.js:361 js/tt-rss.js:511
+#: js/tt-rss.js:363 js/tt-rss.js:513
 msgid "Please select some feed first."
 msgstr "Por favor, seleccione primero alguna fuente."
 
-#: js/tt-rss.js:506
+#: js/tt-rss.js:508
 msgid "You can't rescore this kind of feed."
 msgstr "No puede reiniciar la puntuación de esta clase de fuente."
 
-#: js/tt-rss.js:516
+#: js/tt-rss.js:518
 msgid "Rescore articles in %s?"
 msgstr "¿Reiniciar la puntuación de los artículos de %s?"
 
-#: js/tt-rss.js:672
+#: js/tt-rss.js:688
 #, fuzzy
 msgid "Please enable mail plugin first."
 msgstr "Por favor, seleccione primero alguna fuente."
 
-#: js/tt-rss.js:834
+#: js/tt-rss.js:850
 msgid "New version available!"
 msgstr "¡Nueva versión disponible!"
 
@@ -3155,74 +3182,75 @@ msgstr "Marcar el artículo como favorito"
 msgid "Unpublish article"
 msgstr "Despublicar artículo"
 
-#: js/viewfeed.js:674 js/viewfeed.js:702 js/viewfeed.js:729 js/viewfeed.js:791
-#: js/viewfeed.js:823 js/viewfeed.js:960 js/viewfeed.js:1003
-#: js/viewfeed.js:1053 js/viewfeed.js:1927 plugins/mail/mail.js:7
+#: js/viewfeed.js:681 js/viewfeed.js:709 js/viewfeed.js:736 js/viewfeed.js:798
+#: js/viewfeed.js:830 js/viewfeed.js:967 js/viewfeed.js:1010
+#: js/viewfeed.js:1060 js/viewfeed.js:1987 plugins/mailto/init.js:7
+#: plugins/mail/mail.js:7
 msgid "No articles are selected."
 msgstr "No se han seleccionado artículos."
 
-#: js/viewfeed.js:940
+#: js/viewfeed.js:947
 msgid "Mark all visible articles in %s as read?"
 msgstr "¿Marcar todos los artículos visibles de %s como leídos?"
 
-#: js/viewfeed.js:968
+#: js/viewfeed.js:975
 msgid "Delete %d selected articles in %s?"
 msgstr "¿Borrar %d artículos seleccionados en %s?"
 
-#: js/viewfeed.js:970
+#: js/viewfeed.js:977
 msgid "Delete %d selected articles?"
 msgstr "¿Borrar %d artículos seleccionados?"
 
-#: js/viewfeed.js:1012
+#: js/viewfeed.js:1019
 msgid "Archive %d selected articles in %s?"
 msgstr "¿Archivar %d artículos seleccionados en %s?"
 
-#: js/viewfeed.js:1015
+#: js/viewfeed.js:1022
 msgid "Move %d archived articles back?"
 msgstr "¿Mover %d artículos archivados a su fuente original?"
 
-#: js/viewfeed.js:1059
+#: js/viewfeed.js:1066
 msgid "Mark %d selected articles in %s as read?"
 msgstr "¿Marcar %d artículos seleccionados de %s como leídos?"
 
-#: js/viewfeed.js:1083
+#: js/viewfeed.js:1090
 msgid "Edit article Tags"
 msgstr "Editar las etiquetas del artículo"
 
-#: js/viewfeed.js:1252
+#: js/viewfeed.js:1259
 msgid "No article is selected."
 msgstr "No se ha seleccionado ningún artículo."
 
-#: js/viewfeed.js:1287
+#: js/viewfeed.js:1294
 msgid "No articles found to mark"
 msgstr "No se han encontrado artículos que marcar"
 
-#: js/viewfeed.js:1289
+#: js/viewfeed.js:1296
 msgid "Mark %d article(s) as read?"
 msgstr "¿Marcar %d artículo(s) como leído(s)?"
 
-#: js/viewfeed.js:1744
+#: js/viewfeed.js:1804
 msgid "Open original article"
 msgstr "Abrir artículo original"
 
-#: js/viewfeed.js:1814
+#: js/viewfeed.js:1874
 msgid "Remove label"
 msgstr "Borrar marcador"
 
-#: js/viewfeed.js:1838
+#: js/viewfeed.js:1898
 msgid "Playing..."
 msgstr "Reproduciendo..."
 
-#: js/viewfeed.js:1839
+#: js/viewfeed.js:1899
 msgid "Click to pause"
 msgstr "Clic para pausar"
 
-#: js/viewfeed.js:1896
+#: js/viewfeed.js:1956
 #, fuzzy
 msgid "Please enter new score for selected articles:"
 msgstr "Por favor, introduzca una nota para este artículo:"
 
-#: js/viewfeed.js:1938
+#: js/viewfeed.js:1998
 #, fuzzy
 msgid "Please enter new score for this article:"
 msgstr "Por favor, introduzca una nota para este artículo:"
@@ -3251,6 +3279,10 @@ msgstr "No hay fuentes sin leer."
 msgid "Load more..."
 msgstr "Cargar más..."
 
+#: plugins/mailto/init.js:21 plugins/mail/mail.js:21
+msgid "Forward article by email"
+msgstr "Enviar artículo por correo"
+
 #: plugins/import_export/import_export.js:13
 msgid "Export Data"
 msgstr "Exportar datos"
@@ -3271,10 +3303,6 @@ msgstr "Importación de datos"
 msgid "Please choose the file first."
 msgstr "Por favor, seleccione un archivo."
 
-#: plugins/mail/mail.js:21
-msgid "Forward article by email"
-msgstr "Enviar artículo por correo"
-
 #: plugins/instances/instances.js:10
 msgid "Link Instance"
 msgstr "Enlazar instancia"
@@ -3308,6 +3336,12 @@ msgstr ""
 "de seguridad de la carpeta de tt-rss antes de continuar. Escriba 'yes' para "
 "continuar."
 
+#~ msgid "Yes"
+#~ msgstr "Sí"
+
+#~ msgid "No"
+#~ msgstr "No"
+
 #~ msgid "Comments?"
 #~ msgstr "¿Comentarios?"
 
@@ -3433,9 +3467,6 @@ msgstr ""
 #~ msgid "Original article"
 #~ msgstr "Artículo original"
 
-#~ msgid "Close this panel"
-#~ msgstr "Cerrar este panel"
-
 #~ msgid "Update feed"
 #~ msgstr "Actualizar fuente"
 
index 30164b18a9325e1e642f0911115b3fd431d26fdd..48114a1c6a218d39112b0add7408f1e2e7cd7984 100644 (file)
Binary files a/locale/fr_FR/LC_MESSAGES/messages.mo and b/locale/fr_FR/LC_MESSAGES/messages.mo differ
index 6bb3357197540aad76153e9bc00c44d5de77e303..0a869d004b9f922442f19333ca874c378b909462 100644 (file)
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Tiny Tiny RSS\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-03-19 10:14+0400\n"
+"POT-Creation-Date: 2013-03-20 15:53+0400\n"
 "PO-Revision-Date: 2012-02-14 08:32+0000\n"
 "Last-Translator: Thomas Jost <schnouki@schnouki.net>\n"
 "Language-Team: French (France) (http://www.transifex.net/projects/p/tt-rss/"
@@ -268,8 +268,8 @@ msgstr ""
 
 #: index.php:117 index.php:147 index.php:252 prefs.php:79
 #: classes/backend.php:5 classes/pref/labels.php:296
-#: classes/pref/filters.php:609 classes/pref/feeds.php:1270
-#: plugins/digest/digest_body.php:45 js/viewfeed.js:1174
+#: classes/pref/filters.php:609 classes/pref/feeds.php:1296
+#: plugins/digest/digest_body.php:45 js/viewfeed.js:1181
 msgid "Loading, please wait..."
 msgstr "Chargement en cours, veuillez patienter..."
 
@@ -297,11 +297,11 @@ msgstr "Adaptatif"
 msgid "All Articles"
 msgstr "Tous les articles"
 
-#: index.php:169 include/functions.php:1912 classes/feeds.php:106
+#: index.php:169 include/functions.php:1915 classes/feeds.php:106
 msgid "Starred"
 msgstr "Remarquables"
 
-#: index.php:170 include/functions.php:1913 classes/feeds.php:107
+#: index.php:170 include/functions.php:1916 classes/feeds.php:107
 msgid "Published"
 msgstr "Publiés"
 
@@ -337,13 +337,14 @@ msgstr "Titre"
 msgid "Score"
 msgstr "Score"
 
-#: index.php:187 classes/pref/feeds.php:535 classes/pref/feeds.php:746
+#: index.php:187 classes/pref/feeds.php:535 classes/pref/feeds.php:758
 msgid "Update"
 msgstr "Mettre à jour"
 
-#: index.php:191 index.php:221 include/functions.php:1903
-#: include/localized_schema.php:10 classes/feeds.php:111 classes/feeds.php:131
-#: js/FeedTree.js:128 js/FeedTree.js:156 plugins/digest/digest.js:630
+#: index.php:191 index.php:221 include/functions.php:1906
+#: include/localized_schema.php:10 classes/feeds.php:111 classes/feeds.php:136
+#: classes/feeds.php:410 js/FeedTree.js:128 js/FeedTree.js:156
+#: plugins/digest/digest.js:630
 msgid "Mark as read"
 msgstr "Marquer comme lu"
 
@@ -376,7 +377,7 @@ msgstr "Modifier ce flux..."
 msgid "Rescore feed"
 msgstr "Recalculer le score du flux"
 
-#: index.php:219 classes/pref/feeds.php:672 classes/pref/feeds.php:1243
+#: index.php:219 classes/pref/feeds.php:684 classes/pref/feeds.php:1269
 #: js/PrefFeedTree.js:73
 msgid "Unsubscribe"
 msgstr "Se désabonner"
@@ -401,7 +402,7 @@ msgstr "Basculer en mode résumé..."
 msgid "Show tag cloud..."
 msgstr "Afficher le nuage d'étiquettes"
 
-#: index.php:229 include/functions.php:1890
+#: index.php:229 include/functions.php:1893
 #, fuzzy
 msgid "Toggle widescreen mode"
 msgstr "Marquer comme remarquable"
@@ -427,8 +428,8 @@ msgstr "Aide sur les raccourcis clavier"
 msgid "Logout"
 msgstr "Déconnexion"
 
-#: prefs.php:28 prefs.php:99 include/functions.php:1915
-#: classes/pref/prefs.php:371
+#: prefs.php:28 prefs.php:99 include/functions.php:1918
+#: classes/pref/prefs.php:377
 msgid "Preferences"
 msgstr "Configuration"
 
@@ -440,8 +441,8 @@ msgstr "Raccourcis clavier"
 msgid "Exit preferences"
 msgstr "Quitter la configuration"
 
-#: prefs.php:102 classes/pref/feeds.php:100 classes/pref/feeds.php:1148
-#: classes/pref/feeds.php:1211
+#: prefs.php:102 classes/pref/feeds.php:100 classes/pref/feeds.php:1174
+#: classes/pref/feeds.php:1237
 msgid "Feeds"
 msgstr "Flux"
 
@@ -449,8 +450,8 @@ msgstr "Flux"
 msgid "Filters"
 msgstr "Filtres"
 
-#: prefs.php:108 mobile/mobile-functions.php:205 include/functions.php:1118
-#: include/functions.php:1739 classes/pref/labels.php:90
+#: prefs.php:108 mobile/mobile-functions.php:205 include/functions.php:1121
+#: include/functions.php:1742 classes/pref/labels.php:90
 msgid "Labels"
 msgstr "Etiquettes"
 
@@ -548,8 +549,8 @@ msgstr ""
 msgid "Home"
 msgstr "Accueil"
 
-#: mobile/mobile-functions.php:178 include/functions.php:1116
-#: include/functions.php:1737
+#: mobile/mobile-functions.php:178 include/functions.php:1119
+#: include/functions.php:1740
 msgid "Special"
 msgstr "Spécial"
 
@@ -591,9 +592,9 @@ msgstr "Trier les flux par nombre d'articles non lus"
 msgid "Reverse headline order (oldest first)"
 msgstr "Inverser l'order des en-têtes (les plus anciens en premier)"
 
-#: include/digest.php:131 include/functions.php:1127
-#: include/functions.php:1640 include/functions.php:1725
-#: include/functions.php:1747 classes/opml.php:416 classes/pref/feeds.php:188
+#: include/digest.php:131 include/functions.php:1130
+#: include/functions.php:1643 include/functions.php:1728
+#: include/functions.php:1750 classes/opml.php:416 classes/pref/feeds.php:188
 msgid "Uncategorized"
 msgstr "Sans catégorie"
 
@@ -606,314 +607,315 @@ msgstr "%d articles archivés"
 msgid "No feeds found."
 msgstr "Aucun flux trouvé."
 
-#: include/functions.php:698
+#: include/functions.php:701
 msgid "Session failed to validate (incorrect IP)"
 msgstr "Echec de la validation de la session (adresse ip incorrecte)"
 
-#: include/functions.php:1589 classes/dlg.php:371 classes/pref/filters.php:368
+#: include/functions.php:1592 classes/dlg.php:371 classes/pref/filters.php:368
 msgid "All feeds"
 msgstr "Tous les flux"
 
-#: include/functions.php:1790
+#: include/functions.php:1793
 msgid "Starred articles"
 msgstr "Articles remarquables"
 
-#: include/functions.php:1792
+#: include/functions.php:1795
 msgid "Published articles"
 msgstr "Articles publiés"
 
-#: include/functions.php:1794
+#: include/functions.php:1797
 msgid "Fresh articles"
 msgstr "Nouveaux articles"
 
-#: include/functions.php:1796 include/functions.php:1910
+#: include/functions.php:1799 include/functions.php:1913
 msgid "All articles"
 msgstr "Tous les articles"
 
-#: include/functions.php:1798
+#: include/functions.php:1801
 msgid "Archived articles"
 msgstr "Articles archivés"
 
-#: include/functions.php:1800
+#: include/functions.php:1803
 msgid "Recently read"
 msgstr ""
 
-#: include/functions.php:1867
+#: include/functions.php:1870
 msgid "Navigation"
 msgstr "Navigation"
 
-#: include/functions.php:1868
+#: include/functions.php:1871
 #, fuzzy
 msgid "Open next feed"
 msgstr "Sauter automatiquement au flux suivant"
 
-#: include/functions.php:1869
+#: include/functions.php:1872
 msgid "Open previous feed"
 msgstr ""
 
-#: include/functions.php:1870
+#: include/functions.php:1873
 #, fuzzy
 msgid "Open next article"
 msgstr "Ouvrir l'article original"
 
-#: include/functions.php:1871
+#: include/functions.php:1874
 #, fuzzy
 msgid "Open previous article"
 msgstr "Ouvrir l'article original"
 
-#: include/functions.php:1872
+#: include/functions.php:1875
 msgid "Open next article (don't scroll long articles)"
 msgstr ""
 
-#: include/functions.php:1873
+#: include/functions.php:1876
 msgid "Open previous article (don't scroll long articles)"
 msgstr ""
 
-#: include/functions.php:1874
+#: include/functions.php:1877
 msgid "Show search dialog"
 msgstr "Afficher la fenêtre de recherche"
 
-#: include/functions.php:1875
+#: include/functions.php:1878
 #, fuzzy
 msgid "Article"
 msgstr "Tous les articles"
 
-#: include/functions.php:1876
+#: include/functions.php:1879
 msgid "Toggle starred"
 msgstr "Marquer comme remarquable"
 
-#: include/functions.php:1877
+#: include/functions.php:1880
 msgid "Toggle published"
 msgstr "Marquer comme publié"
 
-#: include/functions.php:1878
+#: include/functions.php:1881
 msgid "Toggle unread"
 msgstr "Marquages comme non-lu"
 
-#: include/functions.php:1879
+#: include/functions.php:1882
 msgid "Edit tags"
 msgstr "Modifier les tags"
 
-#: include/functions.php:1880
+#: include/functions.php:1883
 #, fuzzy
 msgid "Dismiss selected"
 msgstr "Exclure les articles sélectionnés"
 
-#: include/functions.php:1881
+#: include/functions.php:1884
 #, fuzzy
 msgid "Dismiss read"
 msgstr "Exclure les articles lus"
 
-#: include/functions.php:1882
+#: include/functions.php:1885
 #, fuzzy
 msgid "Open in new window"
 msgstr "Ouvrir les articles dans une nouvelle fenêtre"
 
-#: include/functions.php:1883 js/viewfeed.js:1758
+#: include/functions.php:1886 js/viewfeed.js:1818
 msgid "Mark below as read"
 msgstr "Marquer les articles en-dessous comme lus"
 
-#: include/functions.php:1884 js/viewfeed.js:1752
+#: include/functions.php:1887 js/viewfeed.js:1812
 msgid "Mark above as read"
 msgstr "Marquer les articles au-dessus comme lus"
 
-#: include/functions.php:1885
+#: include/functions.php:1888
 #, fuzzy
 msgid "Scroll down"
 msgstr "Tout est terminé."
 
-#: include/functions.php:1886
+#: include/functions.php:1889
 msgid "Scroll up"
 msgstr ""
 
-#: include/functions.php:1887
+#: include/functions.php:1890
 #, fuzzy
 msgid "Select article under cursor"
 msgstr "Selectionner l'article sous le curseur de la souris"
 
-#: include/functions.php:1888
+#: include/functions.php:1891
 msgid "Email article"
 msgstr "Envoyer l'article par e-mail"
 
-#: include/functions.php:1889 plugins/close_button/init.php:24
-msgid "Close article"
+#: include/functions.php:1892
+#, fuzzy
+msgid "Close/collapse article"
 msgstr "Fermer l'article"
 
-#: include/functions.php:1891
+#: include/functions.php:1894
 #, fuzzy
 msgid "Article selection"
 msgstr "Inverser la sélection"
 
-#: include/functions.php:1892
+#: include/functions.php:1895
 msgid "Select all articles"
 msgstr "Sélectionner tous les articles"
 
-#: include/functions.php:1893
+#: include/functions.php:1896
 #, fuzzy
 msgid "Select unread"
 msgstr "Sélectionner les articles non lus"
 
-#: include/functions.php:1894
+#: include/functions.php:1897
 #, fuzzy
 msgid "Select starred"
 msgstr "Marquer comme remarquable"
 
-#: include/functions.php:1895
+#: include/functions.php:1898
 #, fuzzy
 msgid "Select published"
 msgstr "Sélectionner les articles non lus"
 
-#: include/functions.php:1896
+#: include/functions.php:1899
 #, fuzzy
 msgid "Invert selection"
 msgstr "Inverser la sélection"
 
-#: include/functions.php:1897
+#: include/functions.php:1900
 #, fuzzy
 msgid "Deselect everything"
 msgstr "Tout déselectionner"
 
-#: include/functions.php:1898 classes/pref/feeds.php:488
-#: classes/pref/feeds.php:707
+#: include/functions.php:1901 classes/pref/feeds.php:488
+#: classes/pref/feeds.php:719
 msgid "Feed"
 msgstr "Flux"
 
-#: include/functions.php:1899
+#: include/functions.php:1902
 #, fuzzy
 msgid "Refresh current feed"
 msgstr "Mettre à jour le flux actif"
 
-#: include/functions.php:1900
+#: include/functions.php:1903
 #, fuzzy
 msgid "Un/hide read feeds"
 msgstr "(Dé)Masquer les flux lus"
 
-#: include/functions.php:1901 classes/pref/feeds.php:1214
+#: include/functions.php:1904 classes/pref/feeds.php:1240
 msgid "Subscribe to feed"
 msgstr "S'abonner au flux"
 
-#: include/functions.php:1902 js/FeedTree.js:135 js/PrefFeedTree.js:67
+#: include/functions.php:1905 js/FeedTree.js:135 js/PrefFeedTree.js:67
 msgid "Edit feed"
 msgstr "Modifier le flux"
 
-#: include/functions.php:1904
+#: include/functions.php:1907
 #, fuzzy
 msgid "Reverse headlines"
 msgstr "Inverser l'ordre des titres"
 
-#: include/functions.php:1905
+#: include/functions.php:1908
 #, fuzzy
 msgid "Debug feed update"
 msgstr "Désactiver les mises à jour"
 
-#: include/functions.php:1906 js/FeedTree.js:170
+#: include/functions.php:1909 js/FeedTree.js:177
 msgid "Mark all feeds as read"
 msgstr "Marquer tous les flux comme lus"
 
-#: include/functions.php:1907
+#: include/functions.php:1910
 #, fuzzy
 msgid "Un/collapse current category"
 msgstr "Placer dans la catégorie :"
 
-#: include/functions.php:1908
+#: include/functions.php:1911
 #, fuzzy
 msgid "Toggle combined mode"
 msgstr "Marquer comme publié"
 
-#: include/functions.php:1909
+#: include/functions.php:1912
 #, fuzzy
 msgid "Go to"
 msgstr "Aller à..."
 
-#: include/functions.php:1911
+#: include/functions.php:1914
 msgid "Fresh"
 msgstr ""
 
-#: include/functions.php:1914
+#: include/functions.php:1917
 msgid "Tag cloud"
 msgstr "Nuage de tags"
 
-#: include/functions.php:1916
+#: include/functions.php:1919
 #, fuzzy
 msgid "Other"
 msgstr "Autres flux"
 
-#: include/functions.php:1917 classes/pref/labels.php:281
+#: include/functions.php:1920 classes/pref/labels.php:281
 msgid "Create label"
 msgstr "Créer une étiquette"
 
-#: include/functions.php:1918 classes/pref/filters.php:587
+#: include/functions.php:1921 classes/pref/filters.php:587
 msgid "Create filter"
 msgstr "Créer un filtre"
 
-#: include/functions.php:1919
+#: include/functions.php:1922
 #, fuzzy
 msgid "Un/collapse sidebar"
 msgstr "Contracter le menu"
 
-#: include/functions.php:1920
+#: include/functions.php:1923
 #, fuzzy
 msgid "Show help dialog"
 msgstr "Afficher la fenêtre de recherche"
 
-#: include/functions.php:2400
+#: include/functions.php:2405
 #, php-format
 msgid "Search results: %s"
 msgstr ""
 
-#: include/functions.php:2824 js/viewfeed.js:1845
+#: include/functions.php:2893 js/viewfeed.js:1905
 msgid "Click to play"
 msgstr "Cliquez pour lancer la lecture"
 
-#: include/functions.php:2825 js/viewfeed.js:1844
+#: include/functions.php:2894 js/viewfeed.js:1904
 msgid "Play"
 msgstr "Lecture"
 
-#: include/functions.php:2945
+#: include/functions.php:3015
 msgid " - "
 msgstr " - "
 
-#: include/functions.php:2967 include/functions.php:3284 classes/rpc.php:359
+#: include/functions.php:3037 include/functions.php:3354 classes/rpc.php:360
 msgid "no tags"
 msgstr "aucun tag"
 
-#: include/functions.php:2977 classes/feeds.php:645
+#: include/functions.php:3047 classes/feeds.php:656
 msgid "Edit tags for this article"
 msgstr "Modifier les tags pour cet article"
 
-#: include/functions.php:3006 classes/feeds.php:600
+#: include/functions.php:3076 classes/feeds.php:610
 msgid "Originally from:"
 msgstr "Origine :"
 
-#: include/functions.php:3019 classes/feeds.php:613 classes/pref/feeds.php:507
+#: include/functions.php:3089 classes/feeds.php:623 classes/pref/feeds.php:507
 msgid "Feed URL"
 msgstr "URL du flux"
 
-#: include/functions.php:3048
+#: include/functions.php:3118
 #, fuzzy
 msgid "Related"
 msgstr "Lire plus tard"
 
-#: include/functions.php:3075 classes/dlg.php:43 classes/dlg.php:162
+#: include/functions.php:3145 classes/dlg.php:43 classes/dlg.php:162
 #: classes/dlg.php:185 classes/dlg.php:222 classes/dlg.php:508
 #: classes/dlg.php:543 classes/dlg.php:574 classes/dlg.php:608
 #: classes/dlg.php:620 classes/backend.php:105 classes/pref/users.php:106
-#: classes/pref/filters.php:108 classes/pref/feeds.php:1527
-#: classes/pref/feeds.php:1598 plugins/import_export/init.php:407
+#: classes/pref/filters.php:108 classes/pref/feeds.php:1553
+#: classes/pref/feeds.php:1624 plugins/import_export/init.php:407
 #: plugins/import_export/init.php:431 plugins/share/init.php:67
-#: plugins/updater/init.php:329
+#: plugins/updater/init.php:330
 msgid "Close this window"
 msgstr "Fermer cette fenêtre"
 
-#: include/functions.php:3309
+#: include/functions.php:3379
 msgid "(edit note)"
 msgstr "(modifier l'annotation)"
 
-#: include/functions.php:3542
+#: include/functions.php:3612
 msgid "unknown type"
 msgstr "type inconnu"
 
-#: include/functions.php:3592
+#: include/functions.php:3662
 #, fuzzy
 msgid "Attachments"
 msgstr "Fichiers attachés :"
@@ -951,7 +953,7 @@ msgstr "Publier l'article"
 msgid "Assign tags"
 msgstr "Assigner des tags"
 
-#: include/localized_schema.php:14 js/viewfeed.js:1809
+#: include/localized_schema.php:14 js/viewfeed.js:1869
 msgid "Assign label"
 msgstr "Assigner l'étiquette"
 
@@ -1149,7 +1151,7 @@ msgstr "Regrouper les entêtes dans des flux virtuels"
 
 #: include/localized_schema.php:57
 #, fuzzy
-msgid "Hide images in articles"
+msgid "Do not embed images in articles"
 msgstr "Ne pas afficher les images dans les articles"
 
 #: include/localized_schema.php:58
@@ -1160,7 +1162,7 @@ msgstr "Activer les API externes"
 msgid "User timezone"
 msgstr "Fuseau horaire de l'utilisateur"
 
-#: include/localized_schema.php:60 js/prefs.js:1733
+#: include/localized_schema.php:60 js/prefs.js:1740
 msgid "Customize stylesheet"
 msgstr "Personnaliser la feuille de style"
 
@@ -1212,7 +1214,7 @@ msgid "Title:"
 msgstr "Titre"
 
 #: classes/handler/public.php:404 classes/dlg.php:667
-#: classes/pref/feeds.php:505 classes/pref/feeds.php:722
+#: classes/pref/feeds.php:505 classes/pref/feeds.php:734
 #: plugins/instances/init.php:215
 msgid "URL:"
 msgstr "URL du flux :"
@@ -1241,8 +1243,8 @@ msgstr ""
 #: classes/dlg.php:751 classes/pref/users.php:194 classes/pref/labels.php:81
 #: classes/pref/filters.php:349 classes/pref/filters.php:729
 #: classes/pref/filters.php:798 classes/pref/filters.php:865
-#: classes/pref/feeds.php:689 classes/pref/feeds.php:829
-#: plugins/mail/init.php:132 plugins/note/init.php:55
+#: classes/pref/feeds.php:701 classes/pref/feeds.php:849
+#: plugins/mail/init.php:131 plugins/note/init.php:55
 #: plugins/instances/init.php:251
 msgid "Cancel"
 msgstr "Annuler"
@@ -1307,8 +1309,8 @@ msgstr ""
 #: classes/dlg.php:55 classes/pref/users.php:378 classes/pref/labels.php:272
 #: classes/pref/filters.php:230 classes/pref/filters.php:277
 #: classes/pref/filters.php:578 classes/pref/filters.php:657
-#: classes/pref/filters.php:684 classes/pref/feeds.php:1202
-#: classes/pref/feeds.php:1472 classes/pref/feeds.php:1541
+#: classes/pref/filters.php:684 classes/pref/feeds.php:1228
+#: classes/pref/feeds.php:1498 classes/pref/feeds.php:1567
 #: plugins/instances/init.php:287
 msgid "Select"
 msgstr "Sélectionner"
@@ -1317,8 +1319,8 @@ msgstr "Sélectionner"
 #: classes/pref/labels.php:275 classes/pref/filters.php:233
 #: classes/pref/filters.php:280 classes/pref/filters.php:581
 #: classes/pref/filters.php:660 classes/pref/filters.php:687
-#: classes/pref/feeds.php:1205 classes/pref/feeds.php:1475
-#: classes/pref/feeds.php:1544 plugins/instances/init.php:290
+#: classes/pref/feeds.php:1231 classes/pref/feeds.php:1501
+#: classes/pref/feeds.php:1570 plugins/instances/init.php:290
 msgid "All"
 msgstr "Tout"
 
@@ -1326,8 +1328,8 @@ msgstr "Tout"
 #: classes/pref/labels.php:277 classes/pref/filters.php:235
 #: classes/pref/filters.php:282 classes/pref/filters.php:583
 #: classes/pref/filters.php:662 classes/pref/filters.php:689
-#: classes/pref/feeds.php:1207 classes/pref/feeds.php:1477
-#: classes/pref/feeds.php:1546 plugins/instances/init.php:292
+#: classes/pref/feeds.php:1233 classes/pref/feeds.php:1503
+#: classes/pref/feeds.php:1572 plugins/instances/init.php:292
 msgid "None"
 msgstr "Aucun"
 
@@ -1393,7 +1395,7 @@ msgid "Feed or site URL"
 msgstr "URL du flux"
 
 #: classes/dlg.php:249 classes/dlg.php:715 classes/pref/feeds.php:527
-#: classes/pref/feeds.php:735
+#: classes/pref/feeds.php:747
 msgid "Place in category:"
 msgstr "Placer dans la catégorie :"
 
@@ -1402,17 +1404,17 @@ msgid "Available feeds"
 msgstr "Flux disponibles"
 
 #: classes/dlg.php:269 classes/pref/users.php:155 classes/pref/feeds.php:557
-#: classes/pref/feeds.php:771
+#: classes/pref/feeds.php:783
 msgid "Authentication"
 msgstr "Identification"
 
 #: classes/dlg.php:273 classes/dlg.php:729 classes/pref/users.php:438
-#: classes/pref/feeds.php:563 classes/pref/feeds.php:775
+#: classes/pref/feeds.php:563 classes/pref/feeds.php:787
 msgid "Login"
 msgstr "Se connecter"
 
-#: classes/dlg.php:276 classes/dlg.php:732 classes/pref/prefs.php:196
-#: classes/pref/feeds.php:569 classes/pref/feeds.php:781
+#: classes/dlg.php:276 classes/dlg.php:732 classes/pref/prefs.php:202
+#: classes/pref/feeds.php:569 classes/pref/feeds.php:793
 msgid "Password"
 msgstr "Mot de passe"
 
@@ -1429,7 +1431,7 @@ msgid "More feeds"
 msgstr "D'autres flux"
 
 #: classes/dlg.php:318 classes/dlg.php:409 classes/pref/users.php:368
-#: classes/pref/filters.php:574 classes/pref/feeds.php:1198 js/tt-rss.js:166
+#: classes/pref/filters.php:574 classes/pref/feeds.php:1224 js/tt-rss.js:166
 msgid "Search"
 msgstr "Rechercher"
 
@@ -1447,7 +1449,7 @@ msgstr "limite :"
 
 #: classes/dlg.php:349 classes/pref/users.php:394 classes/pref/labels.php:284
 #: classes/pref/filters.php:339 classes/pref/filters.php:596
-#: classes/pref/feeds.php:662 plugins/instances/init.php:297
+#: classes/pref/feeds.php:674 plugins/instances/init.php:297
 msgid "Remove"
 msgstr "Supprimer"
 
@@ -1469,7 +1471,7 @@ msgstr "Tags pour cet article (séparés par des virgules) :"
 
 #: classes/dlg.php:439 classes/dlg.php:650 classes/pref/users.php:192
 #: classes/pref/labels.php:79 classes/pref/filters.php:346
-#: classes/pref/feeds.php:688 classes/pref/feeds.php:826
+#: classes/pref/feeds.php:700 classes/pref/feeds.php:846
 #: plugins/nsfw/init.php:86 plugins/note/init.php:53
 #: plugins/owncloud/init.php:62 plugins/instances/init.php:248
 msgid "Save"
@@ -1504,7 +1506,7 @@ msgstr "Quels tags ?"
 msgid "Display entries"
 msgstr "Afficher les entrées"
 
-#: classes/dlg.php:551 classes/feeds.php:133
+#: classes/dlg.php:551 classes/feeds.php:138
 msgid "View as RSS"
 msgstr "Voir comme RSS"
 
@@ -1512,7 +1514,7 @@ msgstr "Voir comme RSS"
 msgid "You can view this feed as RSS using the following URL:"
 msgstr "Vous pouvez consulter ce flux comme RSS en utilisant l'URL suivante :"
 
-#: classes/dlg.php:591 plugins/updater/init.php:303
+#: classes/dlg.php:591 plugins/updater/init.php:304
 #, php-format
 msgid "New version of Tiny Tiny RSS is available (%s)."
 msgstr "Une nouvelle version de Tiny Tiny RSS est disponible (%s)."
@@ -1639,35 +1641,41 @@ msgstr "Revenir"
 msgid "Delete"
 msgstr "Supprimer"
 
-#: classes/feeds.php:125 plugins/mail/init.php:28
+#: classes/feeds.php:125 classes/feeds.php:130 plugins/mailto/init.php:28
+#: plugins/mail/init.php:28
 msgid "Forward by email"
 msgstr "Transférer par email"
 
-#: classes/feeds.php:129
+#: classes/feeds.php:134
 msgid "Feed:"
 msgstr "Flux :"
 
-#: classes/feeds.php:196 classes/feeds.php:790
+#: classes/feeds.php:201 classes/feeds.php:801
 msgid "Feed not found."
 msgstr "Flux non trouvé."
 
-#: classes/feeds.php:403 classes/feeds.php:493
+#: classes/feeds.php:500
 msgid "mark as read"
 msgstr "marquer comme lu"
 
-#: classes/feeds.php:691
+#: classes/feeds.php:555
+#, fuzzy
+msgid "Collapse article"
+msgstr "Fermer l'article"
+
+#: classes/feeds.php:702
 msgid "No unread articles found to display."
 msgstr "Aucun article non-lu à afficher"
 
-#: classes/feeds.php:694
+#: classes/feeds.php:705
 msgid "No updated articles found to display."
 msgstr "Aucun article mis à jour à afficher"
 
-#: classes/feeds.php:697
+#: classes/feeds.php:708
 msgid "No starred articles found to display."
 msgstr "Aucun article remarquable à afficher"
 
-#: classes/feeds.php:701
+#: classes/feeds.php:712
 msgid ""
 "No articles found to display. You can assign articles to labels manually "
 "(see the Actions menu above) or use a filter."
@@ -1675,22 +1683,22 @@ msgstr ""
 "Aucun article à afficher. Vous pouvez assigner des étiquettes aux articles "
 "manuellement (voir les actions du menu ci-dessus) ou utiliser un filtre."
 
-#: classes/feeds.php:703
+#: classes/feeds.php:714
 msgid "No articles found to display."
 msgstr "Aucun article à afficher"
 
-#: classes/feeds.php:718 classes/feeds.php:899
+#: classes/feeds.php:729 classes/feeds.php:910
 #, php-format
 msgid "Feeds last updated at %s"
 msgstr "Flux mis à jour à %s"
 
-#: classes/feeds.php:728 classes/feeds.php:909
+#: classes/feeds.php:739 classes/feeds.php:920
 msgid "Some feeds have update errors (click for details)"
 msgstr ""
 "Des erreurs sont survenues pendant la mise à jour de certains flux (cliquer "
 "ici pour les détails)"
 
-#: classes/feeds.php:889
+#: classes/feeds.php:900
 msgid "No feed selected."
 msgstr "Aucun flux sélectionné."
 
@@ -1812,7 +1820,7 @@ msgid "Change password to"
 msgstr "Nouveau mot de passe"
 
 #: classes/pref/users.php:177 classes/pref/feeds.php:577
-#: classes/pref/feeds.php:787
+#: classes/pref/feeds.php:799
 msgid "Options"
 msgstr "Options"
 
@@ -1960,7 +1968,7 @@ msgstr ""
 msgid "Combine"
 msgstr ""
 
-#: classes/pref/filters.php:600 classes/pref/feeds.php:1257
+#: classes/pref/filters.php:600 classes/pref/feeds.php:1283
 msgid "Rescore articles"
 msgstr "Recalculer le score des articles"
 
@@ -2020,179 +2028,170 @@ msgstr "Les mots de passe saisie ne sont pas identiques."
 msgid "Function not supported by authentication module."
 msgstr ""
 
-#: classes/pref/prefs.php:63
+#: classes/pref/prefs.php:69
 msgid "The configuration was saved."
 msgstr "La configuration a été enregistrée."
 
-#: classes/pref/prefs.php:77
+#: classes/pref/prefs.php:83
 #, php-format
 msgid "Unknown option: %s"
 msgstr "Option inconnue : %s"
 
-#: classes/pref/prefs.php:91
+#: classes/pref/prefs.php:97
 msgid "Your personal data has been saved."
 msgstr "Vos données personnelles ont été sauvegardées."
 
-#: classes/pref/prefs.php:131
+#: classes/pref/prefs.php:137
 msgid "Personal data / Authentication"
 msgstr "Données personnelles / Authentification"
 
-#: classes/pref/prefs.php:151
+#: classes/pref/prefs.php:157
 #, fuzzy
 msgid "Personal data"
 msgstr "Données personnelles / Authentification"
 
-#: classes/pref/prefs.php:161
+#: classes/pref/prefs.php:167
 msgid "Full name"
 msgstr "Nom"
 
-#: classes/pref/prefs.php:165
+#: classes/pref/prefs.php:171
 msgid "E-mail"
 msgstr "Adresse électronique"
 
-#: classes/pref/prefs.php:171
+#: classes/pref/prefs.php:177
 msgid "Access level"
 msgstr "Permissions"
 
-#: classes/pref/prefs.php:181
+#: classes/pref/prefs.php:187
 msgid "Save data"
 msgstr "Enregistrer les données"
 
-#: classes/pref/prefs.php:203
+#: classes/pref/prefs.php:209
 msgid "Your password is at default value, please change it."
 msgstr "Votre mot de passe est celui par défaut, veuillez le modifier."
 
-#: classes/pref/prefs.php:235
+#: classes/pref/prefs.php:241
 msgid "Old password"
 msgstr "Ancien mot de passe"
 
-#: classes/pref/prefs.php:238
+#: classes/pref/prefs.php:244
 msgid "New password"
 msgstr "Nouveau mot de passe"
 
-#: classes/pref/prefs.php:243
+#: classes/pref/prefs.php:249
 msgid "Confirm password"
 msgstr "Confirmation du mot de passe"
 
-#: classes/pref/prefs.php:253
+#: classes/pref/prefs.php:259
 msgid "Change password"
 msgstr "Modifier le mot de passe"
 
-#: classes/pref/prefs.php:259
+#: classes/pref/prefs.php:265
 msgid "One time passwords / Authenticator"
 msgstr ""
 
-#: classes/pref/prefs.php:288 classes/pref/prefs.php:339
+#: classes/pref/prefs.php:294 classes/pref/prefs.php:345
 #, fuzzy
 msgid "Enter your password"
 msgstr "Login ou mot de passe incorrect"
 
-#: classes/pref/prefs.php:299
+#: classes/pref/prefs.php:305
 #, fuzzy
 msgid "Disable OTP"
 msgstr "Désactiver les mises à jour"
 
-#: classes/pref/prefs.php:305
+#: classes/pref/prefs.php:311
 msgid ""
 "You will need a compatible Authenticator to use this. Changing your password "
 "would automatically disable OTP."
 msgstr ""
 
-#: classes/pref/prefs.php:307
+#: classes/pref/prefs.php:313
 msgid "Scan the following code by the Authenticator application:"
 msgstr ""
 
-#: classes/pref/prefs.php:348
+#: classes/pref/prefs.php:354
 msgid "I have scanned the code and would like to enable OTP"
 msgstr ""
 
-#: classes/pref/prefs.php:356
+#: classes/pref/prefs.php:362
 #, fuzzy
 msgid "Enable OTP"
 msgstr "Activé"
 
-#: classes/pref/prefs.php:482
+#: classes/pref/prefs.php:493
 msgid "Customize"
 msgstr "Personnaliser"
 
-#: classes/pref/prefs.php:501 classes/pref/prefs.php:508
-#: classes/pref/prefs.php:513
-msgid "Yes"
-msgstr "Oui"
-
-#: classes/pref/prefs.php:503 classes/pref/prefs.php:513
-msgid "No"
-msgstr "Non"
-
-#: classes/pref/prefs.php:543
+#: classes/pref/prefs.php:552
 msgid "Register"
 msgstr "S'inscrire"
 
-#: classes/pref/prefs.php:547
+#: classes/pref/prefs.php:556
 msgid "Clear"
 msgstr "Effacer"
 
-#: classes/pref/prefs.php:553
+#: classes/pref/prefs.php:562
 #, fuzzy, php-format
 msgid "Current server time: %s (UTC)"
 msgstr "Heure actuelle du serveur : %s"
 
-#: classes/pref/prefs.php:582
+#: classes/pref/prefs.php:595
 msgid "Save configuration"
 msgstr "Enregistrer la configuration"
 
-#: classes/pref/prefs.php:585
+#: classes/pref/prefs.php:598
 msgid "Manage profiles"
 msgstr "Gérer les profils"
 
-#: classes/pref/prefs.php:588
+#: classes/pref/prefs.php:601
 msgid "Reset to defaults"
 msgstr "Revenir aux valeurs par défaut"
 
-#: classes/pref/prefs.php:600
+#: classes/pref/prefs.php:613
 #, fuzzy
 msgid "Show additional preferences"
 msgstr "Quitter la configuration"
 
-#: classes/pref/prefs.php:612 classes/pref/prefs.php:614
+#: classes/pref/prefs.php:625 classes/pref/prefs.php:627
 msgid "Plugins"
 msgstr ""
 
-#: classes/pref/prefs.php:642
+#: classes/pref/prefs.php:655
 msgid "System plugins"
 msgstr ""
 
-#: classes/pref/prefs.php:646 classes/pref/prefs.php:695
+#: classes/pref/prefs.php:659 classes/pref/prefs.php:708
 msgid "Plugin"
 msgstr ""
 
-#: classes/pref/prefs.php:647 classes/pref/prefs.php:696
+#: classes/pref/prefs.php:660 classes/pref/prefs.php:709
 msgid "Description"
 msgstr ""
 
-#: classes/pref/prefs.php:648 classes/pref/prefs.php:697
+#: classes/pref/prefs.php:661 classes/pref/prefs.php:710
 msgid "Version"
 msgstr ""
 
-#: classes/pref/prefs.php:649 classes/pref/prefs.php:698
+#: classes/pref/prefs.php:662 classes/pref/prefs.php:711
 msgid "Author"
 msgstr ""
 
-#: classes/pref/prefs.php:682 classes/pref/prefs.php:733
+#: classes/pref/prefs.php:695 classes/pref/prefs.php:746
 #, fuzzy
 msgid "Clear data"
 msgstr "Purger les données de flux"
 
-#: classes/pref/prefs.php:691
+#: classes/pref/prefs.php:704
 msgid "User plugins"
 msgstr ""
 
-#: classes/pref/prefs.php:748
+#: classes/pref/prefs.php:761
 #, fuzzy
 msgid "Enable selected plugins"
 msgstr "Utiliser les catégories de flux"
 
-#: classes/pref/prefs.php:803 classes/pref/prefs.php:821
+#: classes/pref/prefs.php:816 classes/pref/prefs.php:834
 #, fuzzy
 msgid "Incorrect password"
 msgstr "Login ou mot de passe incorrect"
@@ -2212,7 +2211,7 @@ msgstr "(%d flux)"
 msgid "Feed Title"
 msgstr "Titre du flux"
 
-#: classes/pref/feeds.php:550 classes/pref/feeds.php:762
+#: classes/pref/feeds.php:550 classes/pref/feeds.php:774
 msgid "Article purging:"
 msgstr "Purge des articles :"
 
@@ -2224,110 +2223,114 @@ msgstr ""
 "<b>Astuce :</b> vous devez renseigner vos informations d'identification si "
 "le flux nécessite une authentification, sauf pour les flux Twitter."
 
-#: classes/pref/feeds.php:589 classes/pref/feeds.php:791
+#: classes/pref/feeds.php:589 classes/pref/feeds.php:803
 msgid "Hide from Popular feeds"
 msgstr "Masquer dans la liste des flux populaires"
 
-#: classes/pref/feeds.php:601 classes/pref/feeds.php:797
+#: classes/pref/feeds.php:601 classes/pref/feeds.php:809
 msgid "Include in e-mail digest"
 msgstr "Inclure dans la synthèse quotidienne par courrier électronique"
 
-#: classes/pref/feeds.php:614 classes/pref/feeds.php:803
+#: classes/pref/feeds.php:614 classes/pref/feeds.php:815
 msgid "Always display image attachments"
 msgstr "Toujours afficher les images jointes"
 
-#: classes/pref/feeds.php:628 classes/pref/feeds.php:811
+#: classes/pref/feeds.php:627 classes/pref/feeds.php:823
+msgid "Do not embed images"
+msgstr ""
+
+#: classes/pref/feeds.php:640 classes/pref/feeds.php:831
 msgid "Cache images locally"
 msgstr "Enregistrer localement les images"
 
-#: classes/pref/feeds.php:640 classes/pref/feeds.php:817
+#: classes/pref/feeds.php:652 classes/pref/feeds.php:837
 msgid "Mark updated articles as unread"
 msgstr "Marquer les article mis à jour comme non lus"
 
-#: classes/pref/feeds.php:646
+#: classes/pref/feeds.php:658
 msgid "Icon"
 msgstr "Icône"
 
-#: classes/pref/feeds.php:660
+#: classes/pref/feeds.php:672
 msgid "Replace"
 msgstr "Remplacer"
 
-#: classes/pref/feeds.php:679
+#: classes/pref/feeds.php:691
 msgid "Resubscribe to push updates"
 msgstr "Réinscription aux mises à jour en push"
 
-#: classes/pref/feeds.php:686
+#: classes/pref/feeds.php:698
 msgid "Resets PubSubHubbub subscription status for push-enabled feeds."
 msgstr ""
 "Réinitialiser l'état de l'inscription PubSubHubbub pour les flux en mise à "
 "jour push."
 
-#: classes/pref/feeds.php:701
+#: classes/pref/feeds.php:713
 msgid "Enable the options you wish to apply using checkboxes on the right:"
 msgstr ""
 
-#: classes/pref/feeds.php:1051 classes/pref/feeds.php:1104
+#: classes/pref/feeds.php:1077 classes/pref/feeds.php:1130
 msgid "All done."
 msgstr "Tout est terminé."
 
-#: classes/pref/feeds.php:1159
+#: classes/pref/feeds.php:1185
 msgid "Feeds with errors"
 msgstr "Flux avec des erreurs"
 
-#: classes/pref/feeds.php:1179
+#: classes/pref/feeds.php:1205
 #, fuzzy
 msgid "Inactive feeds"
 msgstr "Mettre à jour le flux actif"
 
-#: classes/pref/feeds.php:1216
+#: classes/pref/feeds.php:1242
 msgid "Edit selected feeds"
 msgstr "Modifier les flux sélectionnés"
 
-#: classes/pref/feeds.php:1218 classes/pref/feeds.php:1232
+#: classes/pref/feeds.php:1244 classes/pref/feeds.php:1258
 msgid "Reset sort order"
 msgstr "Réinitialiser le critère de tri"
 
-#: classes/pref/feeds.php:1220 js/prefs.js:1778
+#: classes/pref/feeds.php:1246 js/prefs.js:1785
 msgid "Batch subscribe"
 msgstr "Abonnement par lots"
 
-#: classes/pref/feeds.php:1225
+#: classes/pref/feeds.php:1251
 #, fuzzy
 msgid "Categories"
 msgstr "Catégories de flux"
 
-#: classes/pref/feeds.php:1228
+#: classes/pref/feeds.php:1254
 #, fuzzy
 msgid "Add category"
 msgstr "Modifier les catégories"
 
-#: classes/pref/feeds.php:1230
+#: classes/pref/feeds.php:1256
 #, fuzzy
 msgid "(Un)hide empty categories"
 msgstr "Modifier les catégories"
 
-#: classes/pref/feeds.php:1234
+#: classes/pref/feeds.php:1260
 #, fuzzy
 msgid "Remove selected"
 msgstr "Supprimer les flux sélectionnés ?"
 
-#: classes/pref/feeds.php:1248
+#: classes/pref/feeds.php:1274
 msgid "More actions..."
 msgstr "Autres actions..."
 
-#: classes/pref/feeds.php:1252
+#: classes/pref/feeds.php:1278
 msgid "Manual purge"
 msgstr "Purger manuellement"
 
-#: classes/pref/feeds.php:1256
+#: classes/pref/feeds.php:1282
 msgid "Clear feed data"
 msgstr "Purger les données de flux"
 
-#: classes/pref/feeds.php:1307
+#: classes/pref/feeds.php:1333
 msgid "OPML"
 msgstr "OPML"
 
-#: classes/pref/feeds.php:1309
+#: classes/pref/feeds.php:1335
 msgid ""
 "Using OPML you can export and import your feeds, filters, labels and Tiny "
 "Tiny RSS settings."
@@ -2335,28 +2338,28 @@ msgstr ""
 "Avec OPML, vous pouvez exporter et importer vos flux, filtrer, étiquettes et "
 "réglages de Tiny Tiny RSS."
 
-#: classes/pref/feeds.php:1311
+#: classes/pref/feeds.php:1337
 msgid "Only main settings profile can be migrated using OPML."
 msgstr ""
 "Seul le profil de réglages principal peut être migré en utilisant OPML."
 
-#: classes/pref/feeds.php:1324
+#: classes/pref/feeds.php:1350
 msgid "Import my OPML"
 msgstr "Importer mon OPML"
 
-#: classes/pref/feeds.php:1328
+#: classes/pref/feeds.php:1354
 msgid "Filename:"
 msgstr "Nom du fichier :"
 
-#: classes/pref/feeds.php:1330
+#: classes/pref/feeds.php:1356
 msgid "Include settings"
 msgstr "Inclure les paramètres"
 
-#: classes/pref/feeds.php:1334
+#: classes/pref/feeds.php:1360
 msgid "Export OPML"
 msgstr "Exporter en OPML"
 
-#: classes/pref/feeds.php:1338
+#: classes/pref/feeds.php:1364
 msgid ""
 "Your OPML can be published publicly and can be subscribed by anyone who "
 "knows the URL below."
@@ -2364,7 +2367,7 @@ msgstr ""
 "Les articles publiés sont exportés comme un flux RSS public et toute "
 "personne qui connaît l'adresse indiquée ci-dessous peut s'y abonner."
 
-#: classes/pref/feeds.php:1340
+#: classes/pref/feeds.php:1366
 msgid ""
 "Published OPML does not include your Tiny Tiny RSS settings, feeds that "
 "require authentication or feeds hidden from Popular feeds."
@@ -2372,15 +2375,15 @@ msgstr ""
 "Les OPML publiés n'incluent pas vos réglages de Tiny Tiny RSS, les flux qui "
 "nécessitent une authentification, ou les flux cachés des Flux Populaires."
 
-#: classes/pref/feeds.php:1343
+#: classes/pref/feeds.php:1369
 msgid "Display published OPML URL"
 msgstr "Afficher l'URL de l'OPML public"
 
-#: classes/pref/feeds.php:1353
+#: classes/pref/feeds.php:1379
 msgid "Firefox integration"
 msgstr "Intégration à Firefox"
 
-#: classes/pref/feeds.php:1355
+#: classes/pref/feeds.php:1381
 msgid ""
 "This Tiny Tiny RSS site can be used as a Firefox Feed Reader by clicking the "
 "link below."
@@ -2388,19 +2391,19 @@ msgstr ""
 "Ce site Tiny Tiny RSS peut être utilisé comme lecteur de flux dans Firefox "
 "en cliquant sur le lien ci-dessous."
 
-#: classes/pref/feeds.php:1362
+#: classes/pref/feeds.php:1388
 msgid "Click here to register this site as a feed reader."
 msgstr "Cliquer ici pour enregistrer ce site comme lecteur de flux."
 
-#: classes/pref/feeds.php:1370
+#: classes/pref/feeds.php:1396
 msgid "Published & shared articles / Generated feeds"
 msgstr "Articles publiés et partagés / Flux générés"
 
-#: classes/pref/feeds.php:1372
+#: classes/pref/feeds.php:1398
 msgid "Published articles and generated feeds"
 msgstr "Articles publiés et flux générés"
 
-#: classes/pref/feeds.php:1374
+#: classes/pref/feeds.php:1400
 msgid ""
 "Published articles are exported as a public RSS feed and can be subscribed "
 "by anyone who knows the URL specified below."
@@ -2408,27 +2411,27 @@ msgstr ""
 "Les articles publiés sont exportés comme un flux RSS public et toute "
 "personne qui connaît l'adresse indiquée ci-dessous peut s'y abonner."
 
-#: classes/pref/feeds.php:1380
+#: classes/pref/feeds.php:1406
 msgid "Display URL"
 msgstr "Afficher l'URL"
 
-#: classes/pref/feeds.php:1383
+#: classes/pref/feeds.php:1409
 msgid "Clear all generated URLs"
 msgstr "Supprimer toutes les URL générées"
 
-#: classes/pref/feeds.php:1385
+#: classes/pref/feeds.php:1411
 msgid "Articles shared by URL"
 msgstr "Articles publiés par URL"
 
-#: classes/pref/feeds.php:1387
+#: classes/pref/feeds.php:1413
 msgid "You can disable all articles shared by unique URLs here."
 msgstr "Vous pouvez désactiver tous les articles partagés par URL unique ici."
 
-#: classes/pref/feeds.php:1390
+#: classes/pref/feeds.php:1416
 msgid "Unshare all articles"
 msgstr "Départager tous les articles"
 
-#: classes/pref/feeds.php:1468
+#: classes/pref/feeds.php:1494
 msgid ""
 "These feeds have not been updated with new content for 3 months (oldest "
 "first):"
@@ -2436,15 +2439,15 @@ msgstr ""
 "Les flux suivants n'ont pas été mis à jour depuis 3 mois (par âge "
 "décroissant) :"
 
-#: classes/pref/feeds.php:1505 classes/pref/feeds.php:1574
+#: classes/pref/feeds.php:1531 classes/pref/feeds.php:1600
 msgid "Click to edit feed"
 msgstr "Cliquez pour modifier le flux"
 
-#: classes/pref/feeds.php:1523 classes/pref/feeds.php:1594
+#: classes/pref/feeds.php:1549 classes/pref/feeds.php:1620
 msgid "Unsubscribe from selected feeds"
 msgstr "Se désabonner des flux sélectionnés"
 
-#: classes/pref/feeds.php:1534
+#: classes/pref/feeds.php:1560
 msgid "These feeds have not been updated because of errors:"
 msgstr "Ces flux n'ont pas été mis à jour à cause d'erreurs :"
 
@@ -2475,6 +2478,10 @@ msgstr "Bonjour,"
 msgid "Regular version"
 msgstr ""
 
+#: plugins/close_button/init.php:24
+msgid "Close article"
+msgstr "Fermer l'article"
+
 #: plugins/nsfw/init.php:32 plugins/nsfw/init.php:43
 msgid "Not work safe (click to toggle)"
 msgstr ""
@@ -2509,6 +2516,34 @@ msgstr "Le mot de passe a été modifié."
 msgid "Old password is incorrect."
 msgstr "L'ancien mot de passe n'est pas correct."
 
+#: plugins/mailto/init.php:52 plugins/mailto/init.php:58
+#: plugins/mail/init.php:71 plugins/mail/init.php:77
+msgid "[Forwarded]"
+msgstr "[Transféré]"
+
+#: plugins/mailto/init.php:52 plugins/mail/init.php:71
+msgid "Multiple articles"
+msgstr "Articles multiples"
+
+#: plugins/mailto/init.php:74
+msgid "Clicking the following link to invoke your mail client:"
+msgstr ""
+
+#: plugins/mailto/init.php:78
+#, fuzzy
+msgid "Forward selected article(s) by email."
+msgstr "Transférer l'article par email"
+
+#: plugins/mailto/init.php:81
+msgid ""
+"You should be able to edit the message before sending in your mail client."
+msgstr ""
+
+#: plugins/mailto/init.php:86
+#, fuzzy
+msgid "Close this dialog"
+msgstr "Fermer ce panel"
+
 #: plugins/bookmarklets/init.php:22
 msgid "Bookmarklets"
 msgstr ""
@@ -2588,27 +2623,19 @@ msgstr ""
 "Envoi du fichier impossible. Vous devriez peut-être modifier la valeur de "
 "upload_max_filesize dans PHP.ini (valeur courante : %s)"
 
-#: plugins/mail/init.php:72 plugins/mail/init.php:78
-msgid "[Forwarded]"
-msgstr "[Transféré]"
-
-#: plugins/mail/init.php:72
-msgid "Multiple articles"
-msgstr "Articles multiples"
-
-#: plugins/mail/init.php:93
+#: plugins/mail/init.php:92
 msgid "From:"
 msgstr "De :"
 
-#: plugins/mail/init.php:102
+#: plugins/mail/init.php:101
 msgid "To:"
 msgstr "A :"
 
-#: plugins/mail/init.php:115
+#: plugins/mail/init.php:114
 msgid "Subject:"
 msgstr "Sujet :"
 
-#: plugins/mail/init.php:131
+#: plugins/mail/init.php:130
 msgid "Send e-mail"
 msgstr "Envoyer l'email"
 
@@ -2692,29 +2719,29 @@ msgstr "Marquer comme remarquable"
 msgid "Share on Google+"
 msgstr "Partager sur Twitter"
 
-#: plugins/updater/init.php:294 plugins/updater/init.php:306
+#: plugins/updater/init.php:295 plugins/updater/init.php:307
 #: plugins/updater/updater.js:10
 #, fuzzy
 msgid "Update Tiny Tiny RSS"
 msgstr "Revenir à Tiny Tiny RSS"
 
-#: plugins/updater/init.php:309
+#: plugins/updater/init.php:310
 #, fuzzy
 msgid "Your Tiny Tiny RSS installation is up to date."
 msgstr "La base de données de Tiny Tiny RSS est à jour."
 
-#: plugins/updater/init.php:319
+#: plugins/updater/init.php:320
 msgid ""
 "Do not close this dialog until updating is finished. Backup your tt-rss "
 "directory before continuing."
 msgstr ""
 
-#: plugins/updater/init.php:322
+#: plugins/updater/init.php:323
 #, fuzzy
 msgid "Ready to update."
 msgstr "Dernière mise à jour :"
 
-#: plugins/updater/init.php:327
+#: plugins/updater/init.php:328
 #, fuzzy
 msgid "Start update"
 msgstr "Dernière mise à jour :"
@@ -2724,11 +2751,11 @@ msgstr "Dernière mise à jour :"
 msgid "Share on Twitter"
 msgstr "Partager sur Twitter"
 
-#: js/feedlist.js:218
+#: js/feedlist.js:215
 msgid "New articles available in this feed (click to show)"
 msgstr "Nouveaux articles disponible dans ce flux (cliquer pour les afficher)"
 
-#: js/feedlist.js:420 js/feedlist.js:435 plugins/digest/digest.js:25
+#: js/feedlist.js:417 js/feedlist.js:432 plugins/digest/digest.js:25
 msgid "Mark all articles in %s as read?"
 msgstr "Marquer tous les articles de %s comme lus ?"
 
@@ -2816,7 +2843,7 @@ msgstr ""
 "Réinitialiser l'inscription ? Tiny Tiny RSS essayera de se réinscrire au hub "
 "de notification lors de la prochaine mise à jour du flux."
 
-#: js/functions.js:1266 js/tt-rss.js:367
+#: js/functions.js:1266 js/tt-rss.js:369
 msgid "Unsubscribe from %s?"
 msgstr "Se désabonner de %s ?"
 
@@ -2828,7 +2855,7 @@ msgstr "Veuillez saisir un titre pour cette catégorie :"
 msgid "Generate new syndication address for this feed?"
 msgstr "Générer une nouvelle adresse d'abonnement pour ce flux ?"
 
-#: js/functions.js:1597 js/tt-rss.js:348 js/tt-rss.js:713
+#: js/functions.js:1597 js/tt-rss.js:350 js/tt-rss.js:729
 msgid "You can't edit this kind of feed."
 msgstr "Vous ne pouvez pas modifier ce type de flux."
 
@@ -2841,8 +2868,8 @@ msgid "More Feeds"
 msgstr "D'autres flux"
 
 #: js/functions.js:1711 js/functions.js:1821 js/prefs.js:397 js/prefs.js:427
-#: js/prefs.js:459 js/prefs.js:642 js/prefs.js:662 js/prefs.js:1203
-#: js/prefs.js:1348
+#: js/prefs.js:459 js/prefs.js:642 js/prefs.js:662 js/prefs.js:1210
+#: js/prefs.js:1355
 msgid "No feeds are selected."
 msgstr "Aucun flux sélectionné."
 
@@ -2858,7 +2885,7 @@ msgstr ""
 msgid "Feeds with update errors"
 msgstr "Flux avec des erreurs de mise à jour"
 
-#: js/functions.js:1803 js/prefs.js:1185
+#: js/functions.js:1803 js/prefs.js:1192
 msgid "Remove selected feeds?"
 msgstr "Supprimer les flux sélectionnés ?"
 
@@ -2901,7 +2928,7 @@ msgstr "Supprimer le filtre %s ?"
 msgid "Remove selected labels?"
 msgstr "Supprimer les étiquettes sélectionnées ?"
 
-#: js/prefs.js:295 js/prefs.js:1389
+#: js/prefs.js:295 js/prefs.js:1396
 msgid "No labels are selected."
 msgstr "Aucune étiquette sélectionnée."
 
@@ -2973,109 +3000,109 @@ msgstr "Modifier plusieurs flux"
 msgid "Save changes to selected feeds?"
 msgstr "Enregistrer les modifications aux flux sélectionnés ?"
 
-#: js/prefs.js:790
+#: js/prefs.js:797
 msgid "OPML Import"
 msgstr "Import OPML"
 
-#: js/prefs.js:817
+#: js/prefs.js:824
 msgid "Please choose an OPML file first."
 msgstr "Veuillez d'abord sélectionner un fichier OPML."
 
-#: js/prefs.js:973
+#: js/prefs.js:980
 msgid "Reset to defaults?"
 msgstr "Revenir aux valeurs par défaut ?"
 
-#: js/prefs.js:1092
+#: js/prefs.js:1099
 msgid ""
 "Remove category %s? Any nested feeds would be placed into Uncategorized."
 msgstr ""
 
-#: js/prefs.js:1119
+#: js/prefs.js:1126
 msgid "Remove selected categories?"
 msgstr "Supprimer les catégories sélectionnées ?"
 
-#: js/prefs.js:1135
+#: js/prefs.js:1142
 msgid "No categories are selected."
 msgstr "Aucune catégorie sélectionnée."
 
-#: js/prefs.js:1143
+#: js/prefs.js:1150
 #, fuzzy
 msgid "Category title:"
 msgstr "Catégories"
 
-#: js/prefs.js:1174
+#: js/prefs.js:1181
 msgid "Feeds without recent updates"
 msgstr "Flux sans mise à jour récente"
 
-#: js/prefs.js:1223
+#: js/prefs.js:1230
 msgid "Replace current OPML publishing address with a new one?"
 msgstr "Remplacer l'adresse de publication OPML actuelle par une nouvelle ?"
 
-#: js/prefs.js:1332
+#: js/prefs.js:1339
 msgid "Rescore articles in selected feeds?"
 msgstr "Recalculer le score des articles des flux sélectionnés ?"
 
-#: js/prefs.js:1355
+#: js/prefs.js:1362
 msgid "Rescore all articles? This operation may take a lot of time."
 msgstr ""
 "Recalculer le score de tous les articles ? Cette opération peut prendre "
 "beaucoup de temps."
 
-#: js/prefs.js:1375
+#: js/prefs.js:1382
 msgid "Reset selected labels to default colors?"
 msgstr "Ré-initialiser les couleurs des étiquettes aux couleurs par défaut ?"
 
-#: js/prefs.js:1412
+#: js/prefs.js:1419
 msgid "Settings Profiles"
 msgstr "Paramètres des profils"
 
-#: js/prefs.js:1421
+#: js/prefs.js:1428
 msgid ""
 "Remove selected profiles? Active and default profiles will not be removed."
 msgstr ""
 "Supprimer les profils sélectionnés ? Les profils actifs et par défaut ne "
 "seront pas supprimés."
 
-#: js/prefs.js:1439
+#: js/prefs.js:1446
 msgid "No profiles are selected."
 msgstr "Aucun profil sélectionné."
 
-#: js/prefs.js:1447 js/prefs.js:1500
+#: js/prefs.js:1454 js/prefs.js:1507
 msgid "Activate selected profile?"
 msgstr "Activer le profil selectionné ?"
 
-#: js/prefs.js:1463 js/prefs.js:1516
+#: js/prefs.js:1470 js/prefs.js:1523
 msgid "Please choose a profile to activate."
 msgstr "Veuillez sélectionner un profil à activer"
 
-#: js/prefs.js:1524
+#: js/prefs.js:1531
 msgid "This will invalidate all previously generated feed URLs. Continue?"
 msgstr ""
 "Ceci va invalider toutes les URL de flux générées auparavant. Souhaitez-vous "
 "continuer ?"
 
-#: js/prefs.js:1543
+#: js/prefs.js:1550
 msgid "This will invalidate all previously shared article URLs. Continue?"
 msgstr ""
 "Ceci va invalider tous les articles partagés par URL. Souhaitez-vous "
 "continuer ?"
 
-#: js/prefs.js:1641
+#: js/prefs.js:1648
 msgid "Label Editor"
 msgstr "Editeur d'étiquette"
 
-#: js/prefs.js:1704
+#: js/prefs.js:1711
 msgid ""
 "This will clear your stored authentication information for Twitter. Continue?"
 msgstr ""
 "Cela va effacer les informations d'authentification pour Twitter. Voulez-"
 "vous continuer ?"
 
-#: js/prefs.js:1784
+#: js/prefs.js:1791
 msgid "Subscribing to feeds..."
 msgstr "Abonnement aux flux..."
 
-#: js/prefs.js:1821
+#: js/prefs.js:1828
 msgid "Clear stored data for this plugin?"
 msgstr ""
 
@@ -3083,28 +3110,28 @@ msgstr ""
 msgid "Mark all articles as read?"
 msgstr "Marquer tous les articles comme lus ?"
 
-#: js/tt-rss.js:356
+#: js/tt-rss.js:358
 msgid "You can't unsubscribe from the category."
 msgstr "Vous ne pouvez pas vous désabonner de la catégorie."
 
-#: js/tt-rss.js:361 js/tt-rss.js:511
+#: js/tt-rss.js:363 js/tt-rss.js:513
 msgid "Please select some feed first."
 msgstr "Veuillez d'abord sélectionner un flux."
 
-#: js/tt-rss.js:506
+#: js/tt-rss.js:508
 msgid "You can't rescore this kind of feed."
 msgstr "Vous ne pouvez pas recalculer le score de ce type de flux."
 
-#: js/tt-rss.js:516
+#: js/tt-rss.js:518
 msgid "Rescore articles in %s?"
 msgstr "Recalculer le score des articles de %s ?"
 
-#: js/tt-rss.js:672
+#: js/tt-rss.js:688
 #, fuzzy
 msgid "Please enable mail plugin first."
 msgstr "Veuillez d'abord sélectionner un flux."
 
-#: js/tt-rss.js:834
+#: js/tt-rss.js:850
 msgid "New version available!"
 msgstr "Une nouvelle version est disponible !"
 
@@ -3128,74 +3155,75 @@ msgstr "Marquer comme remarquable"
 msgid "Unpublish article"
 msgstr "Ne plus publier l'article"
 
-#: js/viewfeed.js:674 js/viewfeed.js:702 js/viewfeed.js:729 js/viewfeed.js:791
-#: js/viewfeed.js:823 js/viewfeed.js:960 js/viewfeed.js:1003
-#: js/viewfeed.js:1053 js/viewfeed.js:1927 plugins/mail/mail.js:7
+#: js/viewfeed.js:681 js/viewfeed.js:709 js/viewfeed.js:736 js/viewfeed.js:798
+#: js/viewfeed.js:830 js/viewfeed.js:967 js/viewfeed.js:1010
+#: js/viewfeed.js:1060 js/viewfeed.js:1987 plugins/mailto/init.js:7
+#: plugins/mail/mail.js:7
 msgid "No articles are selected."
 msgstr "Aucun article sélectionné."
 
-#: js/viewfeed.js:940
+#: js/viewfeed.js:947
 msgid "Mark all visible articles in %s as read?"
 msgstr "Marquer tous les articles visibles de %s comme lus ?"
 
-#: js/viewfeed.js:968
+#: js/viewfeed.js:975
 msgid "Delete %d selected articles in %s?"
 msgstr "Supprimer les %d articles sélectionnés de %s ?"
 
-#: js/viewfeed.js:970
+#: js/viewfeed.js:977
 msgid "Delete %d selected articles?"
 msgstr "Supprimer les %d articles sélectionnés ?"
 
-#: js/viewfeed.js:1012
+#: js/viewfeed.js:1019
 msgid "Archive %d selected articles in %s?"
 msgstr "Archiver les %d articles sélectionnés de %s ?"
 
-#: js/viewfeed.js:1015
+#: js/viewfeed.js:1022
 msgid "Move %d archived articles back?"
 msgstr "Restaurer les articles archivés ?"
 
-#: js/viewfeed.js:1059
+#: js/viewfeed.js:1066
 msgid "Mark %d selected articles in %s as read?"
 msgstr "Marquer %d articles sélectionnés de %s comme lus ?"
 
-#: js/viewfeed.js:1083
+#: js/viewfeed.js:1090
 msgid "Edit article Tags"
 msgstr "Modifier les étiquettes de l'article"
 
-#: js/viewfeed.js:1252
+#: js/viewfeed.js:1259
 msgid "No article is selected."
 msgstr "Aucun article sélectionné."
 
-#: js/viewfeed.js:1287
+#: js/viewfeed.js:1294
 msgid "No articles found to mark"
 msgstr "Aucun article à marquer"
 
-#: js/viewfeed.js:1289
+#: js/viewfeed.js:1296
 msgid "Mark %d article(s) as read?"
 msgstr "Marquer %d article(s) comme lu(s) ?"
 
-#: js/viewfeed.js:1744
+#: js/viewfeed.js:1804
 msgid "Open original article"
 msgstr "Ouvrir l'article original"
 
-#: js/viewfeed.js:1814
+#: js/viewfeed.js:1874
 msgid "Remove label"
 msgstr "Supprimer l'étiquette"
 
-#: js/viewfeed.js:1838
+#: js/viewfeed.js:1898
 msgid "Playing..."
 msgstr "Lecture..."
 
-#: js/viewfeed.js:1839
+#: js/viewfeed.js:1899
 msgid "Click to pause"
 msgstr "Cliquez pour mettre en pause"
 
-#: js/viewfeed.js:1896
+#: js/viewfeed.js:1956
 #, fuzzy
 msgid "Please enter new score for selected articles:"
 msgstr "Supprimer les %d articles sélectionnés ?"
 
-#: js/viewfeed.js:1938
+#: js/viewfeed.js:1998
 #, fuzzy
 msgid "Please enter new score for this article:"
 msgstr "Veuillez saisir un titre pour cette catégorie :"
@@ -3224,6 +3252,10 @@ msgstr "Aucun flux non lu."
 msgid "Load more..."
 msgstr "Charger plus..."
 
+#: plugins/mailto/init.js:21 plugins/mail/mail.js:21
+msgid "Forward article by email"
+msgstr "Transférer l'article par email"
+
 #: plugins/import_export/import_export.js:13
 msgid "Export Data"
 msgstr "Exporer les données"
@@ -3244,10 +3276,6 @@ msgstr ""
 msgid "Please choose the file first."
 msgstr "Veuillez d'abord choisir le fichier."
 
-#: plugins/mail/mail.js:21
-msgid "Forward article by email"
-msgstr "Transférer l'article par email"
-
 #: plugins/instances/instances.js:10
 msgid "Link Instance"
 msgstr "Lier l'instance"
@@ -3278,6 +3306,12 @@ msgid ""
 "before continuing. Please type 'yes' to continue."
 msgstr ""
 
+#~ msgid "Yes"
+#~ msgstr "Oui"
+
+#~ msgid "No"
+#~ msgstr "Non"
+
 #~ msgid "Comments?"
 #~ msgstr "Commentaires ?"
 
@@ -3402,9 +3436,6 @@ msgstr ""
 #~ msgid "Original article"
 #~ msgstr "Article original"
 
-#~ msgid "Close this panel"
-#~ msgstr "Fermer ce panel"
-
 #~ msgid "Update feed"
 #~ msgstr "Mettre à jour le flux"
 
index 7330db5f4c7fadb50c844ad61f17c1a52fb6cbec..9ec433fde4febd57a8baed9ac0520cf705a09010 100644 (file)
Binary files a/locale/hu_HU/LC_MESSAGES/messages.mo and b/locale/hu_HU/LC_MESSAGES/messages.mo differ
index 007a813435c55f225937ae182d613a6c1a921982..2685bb0c82adcecf9f4af10b676ab92780929b8e 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-03-19 10:14+0400\n"
+"POT-Creation-Date: 2013-03-20 15:53+0400\n"
 "PO-Revision-Date: 2013-03-16 22:33+0100\n"
 "Last-Translator: Zoltan Faludi <zoltan.faludi@gmail.com>\n"
 "Language-Team: HUNGARIAN\n"
@@ -261,8 +261,8 @@ msgstr ""
 
 #: index.php:117 index.php:147 index.php:252 prefs.php:79
 #: classes/backend.php:5 classes/pref/labels.php:296
-#: classes/pref/filters.php:609 classes/pref/feeds.php:1270
-#: plugins/digest/digest_body.php:45 js/viewfeed.js:1174
+#: classes/pref/filters.php:609 classes/pref/feeds.php:1296
+#: plugins/digest/digest_body.php:45 js/viewfeed.js:1181
 msgid "Loading, please wait..."
 msgstr "Betöltés, kérem várjon..."
 
@@ -290,11 +290,11 @@ msgstr "Adaptív"
 msgid "All Articles"
 msgstr "Minden hír"
 
-#: index.php:169 include/functions.php:1912 classes/feeds.php:106
+#: index.php:169 include/functions.php:1915 classes/feeds.php:106
 msgid "Starred"
 msgstr "Csillagozott"
 
-#: index.php:170 include/functions.php:1913 classes/feeds.php:107
+#: index.php:170 include/functions.php:1916 classes/feeds.php:107
 msgid "Published"
 msgstr "Publikált"
 
@@ -330,13 +330,14 @@ msgstr "Cím"
 msgid "Score"
 msgstr "Pontszám"
 
-#: index.php:187 classes/pref/feeds.php:535 classes/pref/feeds.php:746
+#: index.php:187 classes/pref/feeds.php:535 classes/pref/feeds.php:758
 msgid "Update"
 msgstr "Frissítés"
 
-#: index.php:191 index.php:221 include/functions.php:1903
-#: include/localized_schema.php:10 classes/feeds.php:111 classes/feeds.php:131
-#: js/FeedTree.js:128 js/FeedTree.js:156 plugins/digest/digest.js:630
+#: index.php:191 index.php:221 include/functions.php:1906
+#: include/localized_schema.php:10 classes/feeds.php:111 classes/feeds.php:136
+#: classes/feeds.php:410 js/FeedTree.js:128 js/FeedTree.js:156
+#: plugins/digest/digest.js:630
 msgid "Mark as read"
 msgstr "Megjelölés olvasottként"
 
@@ -369,7 +370,7 @@ msgstr "Hírcsatorna szerkesztése..."
 msgid "Rescore feed"
 msgstr "Hírcsatorna újrapontozása"
 
-#: index.php:219 classes/pref/feeds.php:672 classes/pref/feeds.php:1243
+#: index.php:219 classes/pref/feeds.php:684 classes/pref/feeds.php:1269
 #: js/PrefFeedTree.js:73
 msgid "Unsubscribe"
 msgstr "Leiratkozás"
@@ -394,7 +395,7 @@ msgstr "Váltás áttekintő módba..."
 msgid "Show tag cloud..."
 msgstr "Címkefelhő megjelenítése..."
 
-#: index.php:229 include/functions.php:1890
+#: index.php:229 include/functions.php:1893
 #, fuzzy
 msgid "Toggle widescreen mode"
 msgstr "Csillagoz"
@@ -420,8 +421,8 @@ msgstr "Billentyűparancsok súgója"
 msgid "Logout"
 msgstr "Kijelentkezés"
 
-#: prefs.php:28 prefs.php:99 include/functions.php:1915
-#: classes/pref/prefs.php:371
+#: prefs.php:28 prefs.php:99 include/functions.php:1918
+#: classes/pref/prefs.php:377
 msgid "Preferences"
 msgstr "Beállítások"
 
@@ -433,8 +434,8 @@ msgstr "Billentyűparancsok"
 msgid "Exit preferences"
 msgstr "Kilépés a beállításokból"
 
-#: prefs.php:102 classes/pref/feeds.php:100 classes/pref/feeds.php:1148
-#: classes/pref/feeds.php:1211
+#: prefs.php:102 classes/pref/feeds.php:100 classes/pref/feeds.php:1174
+#: classes/pref/feeds.php:1237
 msgid "Feeds"
 msgstr "Hírcsatornák"
 
@@ -442,8 +443,8 @@ msgstr "Hírcsatornák"
 msgid "Filters"
 msgstr "Szűrők"
 
-#: prefs.php:108 mobile/mobile-functions.php:205 include/functions.php:1118
-#: include/functions.php:1739 classes/pref/labels.php:90
+#: prefs.php:108 mobile/mobile-functions.php:205 include/functions.php:1121
+#: include/functions.php:1742 classes/pref/labels.php:90
 msgid "Labels"
 msgstr "Címkék"
 
@@ -539,8 +540,8 @@ msgstr "Szokásos verzió használata"
 msgid "Home"
 msgstr "Kezdőlap"
 
-#: mobile/mobile-functions.php:178 include/functions.php:1116
-#: include/functions.php:1737
+#: mobile/mobile-functions.php:178 include/functions.php:1119
+#: include/functions.php:1740
 msgid "Special"
 msgstr "Kiemelt"
 
@@ -582,9 +583,9 @@ msgstr "Hírcsatornák rendezése olvasatlan hírek száma szerint"
 msgid "Reverse headline order (oldest first)"
 msgstr "Fordított hírcím-sorrend (régiebbiek előbb)"
 
-#: include/digest.php:131 include/functions.php:1127
-#: include/functions.php:1640 include/functions.php:1725
-#: include/functions.php:1747 classes/opml.php:416 classes/pref/feeds.php:188
+#: include/digest.php:131 include/functions.php:1130
+#: include/functions.php:1643 include/functions.php:1728
+#: include/functions.php:1750 classes/opml.php:416 classes/pref/feeds.php:188
 msgid "Uncategorized"
 msgstr "Kategorizálatlan"
 
@@ -597,313 +598,314 @@ msgstr "%d archivált hír"
 msgid "No feeds found."
 msgstr "Nem található hírcsatorna."
 
-#: include/functions.php:698
+#: include/functions.php:701
 msgid "Session failed to validate (incorrect IP)"
 msgstr "Nem sikerült érvényesíteni a munkamenetet (érvénytelen IP)"
 
-#: include/functions.php:1589 classes/dlg.php:371 classes/pref/filters.php:368
+#: include/functions.php:1592 classes/dlg.php:371 classes/pref/filters.php:368
 msgid "All feeds"
 msgstr "Összes hírcsatorna"
 
-#: include/functions.php:1790
+#: include/functions.php:1793
 msgid "Starred articles"
 msgstr "Csillagozott hírek"
 
-#: include/functions.php:1792
+#: include/functions.php:1795
 msgid "Published articles"
 msgstr "Publikált hírek"
 
-#: include/functions.php:1794
+#: include/functions.php:1797
 msgid "Fresh articles"
 msgstr "Friss hírek"
 
-#: include/functions.php:1796 include/functions.php:1910
+#: include/functions.php:1799 include/functions.php:1913
 msgid "All articles"
 msgstr "Az összes hír"
 
-#: include/functions.php:1798
+#: include/functions.php:1801
 msgid "Archived articles"
 msgstr "Archivált hírek"
 
-#: include/functions.php:1800
+#: include/functions.php:1803
 msgid "Recently read"
 msgstr "Legutóbb olvasott"
 
-#: include/functions.php:1867
+#: include/functions.php:1870
 msgid "Navigation"
 msgstr "Navigáció"
 
-#: include/functions.php:1868
+#: include/functions.php:1871
 #, fuzzy
 msgid "Open next feed"
 msgstr "Hírcsatorna végén mutassa a következő hírcsatornát"
 
-#: include/functions.php:1869
+#: include/functions.php:1872
 msgid "Open previous feed"
 msgstr ""
 
-#: include/functions.php:1870
+#: include/functions.php:1873
 #, fuzzy
 msgid "Open next article"
 msgstr "Eredeti hír megjelenítése"
 
-#: include/functions.php:1871
+#: include/functions.php:1874
 #, fuzzy
 msgid "Open previous article"
 msgstr "Eredeti hír megjelenítése"
 
-#: include/functions.php:1872
+#: include/functions.php:1875
 msgid "Open next article (don't scroll long articles)"
 msgstr ""
 
-#: include/functions.php:1873
+#: include/functions.php:1876
 msgid "Open previous article (don't scroll long articles)"
 msgstr ""
 
-#: include/functions.php:1874
+#: include/functions.php:1877
 msgid "Show search dialog"
 msgstr "Keresőmező megjelenítése"
 
-#: include/functions.php:1875
+#: include/functions.php:1878
 #, fuzzy
 msgid "Article"
 msgstr "Minden hír"
 
-#: include/functions.php:1876
+#: include/functions.php:1879
 msgid "Toggle starred"
 msgstr "Csillagoz"
 
-#: include/functions.php:1877
+#: include/functions.php:1880
 msgid "Toggle published"
 msgstr "Publikált"
 
-#: include/functions.php:1878
+#: include/functions.php:1881
 msgid "Toggle unread"
 msgstr "Olvasatlannak jelöl"
 
-#: include/functions.php:1879
+#: include/functions.php:1882
 msgid "Edit tags"
 msgstr "Címkék szerkesztése"
 
-#: include/functions.php:1880
+#: include/functions.php:1883
 #, fuzzy
 msgid "Dismiss selected"
 msgstr "Eltávolítja a kijelölt híreket a címke alól?"
 
-#: include/functions.php:1881
+#: include/functions.php:1884
 #, fuzzy
 msgid "Dismiss read"
 msgstr "Látható olvasott hírek elrejtése"
 
-#: include/functions.php:1882
+#: include/functions.php:1885
 #, fuzzy
 msgid "Open in new window"
 msgstr "Hír megnyitása új ablakban"
 
-#: include/functions.php:1883 js/viewfeed.js:1758
+#: include/functions.php:1886 js/viewfeed.js:1818
 msgid "Mark below as read"
 msgstr "Olvasottnak jel ez alatt"
 
-#: include/functions.php:1884 js/viewfeed.js:1752
+#: include/functions.php:1887 js/viewfeed.js:1812
 msgid "Mark above as read"
 msgstr "Olvasottnak jel ez fölött"
 
-#: include/functions.php:1885
+#: include/functions.php:1888
 #, fuzzy
 msgid "Scroll down"
 msgstr "Kész."
 
-#: include/functions.php:1886
+#: include/functions.php:1889
 msgid "Scroll up"
 msgstr ""
 
-#: include/functions.php:1887
+#: include/functions.php:1890
 #, fuzzy
 msgid "Select article under cursor"
 msgstr "Az egérkurzor alatti hír kiválasztása"
 
-#: include/functions.php:1888
+#: include/functions.php:1891
 msgid "Email article"
 msgstr "Hír küldése emailben"
 
-#: include/functions.php:1889 plugins/close_button/init.php:24
-msgid "Close article"
+#: include/functions.php:1892
+#, fuzzy
+msgid "Close/collapse article"
 msgstr "Hír bezárása"
 
-#: include/functions.php:1891
+#: include/functions.php:1894
 #, fuzzy
 msgid "Article selection"
 msgstr "Fordított kijelölés"
 
-#: include/functions.php:1892
+#: include/functions.php:1895
 msgid "Select all articles"
 msgstr "Minden hír kijelölése"
 
-#: include/functions.php:1893
+#: include/functions.php:1896
 #, fuzzy
 msgid "Select unread"
 msgstr "Olvasatlan hírek kijelölése"
 
-#: include/functions.php:1894
+#: include/functions.php:1897
 #, fuzzy
 msgid "Select starred"
 msgstr "Csillagoz"
 
-#: include/functions.php:1895
+#: include/functions.php:1898
 #, fuzzy
 msgid "Select published"
 msgstr "Publikált hírek kijlölése"
 
-#: include/functions.php:1896
+#: include/functions.php:1899
 #, fuzzy
 msgid "Invert selection"
 msgstr "Fordított kijelölés"
 
-#: include/functions.php:1897
+#: include/functions.php:1900
 #, fuzzy
 msgid "Deselect everything"
 msgstr "Kijelölés eltávolítása"
 
-#: include/functions.php:1898 classes/pref/feeds.php:488
-#: classes/pref/feeds.php:707
+#: include/functions.php:1901 classes/pref/feeds.php:488
+#: classes/pref/feeds.php:719
 msgid "Feed"
 msgstr "Hírcsatorna"
 
-#: include/functions.php:1899
+#: include/functions.php:1902
 #, fuzzy
 msgid "Refresh current feed"
 msgstr "Aktív hírcsatorna frissítése"
 
-#: include/functions.php:1900
+#: include/functions.php:1903
 #, fuzzy
 msgid "Un/hide read feeds"
 msgstr "Olvasottak rejtése/mutatása"
 
-#: include/functions.php:1901 classes/pref/feeds.php:1214
+#: include/functions.php:1904 classes/pref/feeds.php:1240
 msgid "Subscribe to feed"
 msgstr "Feliratkozás hírcsatornára"
 
-#: include/functions.php:1902 js/FeedTree.js:135 js/PrefFeedTree.js:67
+#: include/functions.php:1905 js/FeedTree.js:135 js/PrefFeedTree.js:67
 msgid "Edit feed"
 msgstr "Hírcsatorna szerkesztése"
 
-#: include/functions.php:1904
+#: include/functions.php:1907
 #, fuzzy
 msgid "Reverse headlines"
 msgstr "Fordított cím sorrend"
 
-#: include/functions.php:1905
+#: include/functions.php:1908
 #, fuzzy
 msgid "Debug feed update"
 msgstr "Frissítések kikapcsolása"
 
-#: include/functions.php:1906 js/FeedTree.js:170
+#: include/functions.php:1909 js/FeedTree.js:177
 msgid "Mark all feeds as read"
 msgstr "Minden hírcsatornát olvasottként jelöl"
 
-#: include/functions.php:1907
+#: include/functions.php:1910
 #, fuzzy
 msgid "Un/collapse current category"
 msgstr "Hozzáadás a következő kategóriához:"
 
-#: include/functions.php:1908
+#: include/functions.php:1911
 #, fuzzy
 msgid "Toggle combined mode"
 msgstr "Publikált"
 
-#: include/functions.php:1909
+#: include/functions.php:1912
 #, fuzzy
 msgid "Go to"
 msgstr "Ugrás ide..."
 
-#: include/functions.php:1911
+#: include/functions.php:1914
 msgid "Fresh"
 msgstr ""
 
-#: include/functions.php:1914
+#: include/functions.php:1917
 msgid "Tag cloud"
 msgstr "Címkefelhő"
 
-#: include/functions.php:1916
+#: include/functions.php:1919
 #, fuzzy
 msgid "Other"
 msgstr "Egyéb hírcsatornák"
 
-#: include/functions.php:1917 classes/pref/labels.php:281
+#: include/functions.php:1920 classes/pref/labels.php:281
 msgid "Create label"
 msgstr "Címke létrehozása"
 
-#: include/functions.php:1918 classes/pref/filters.php:587
+#: include/functions.php:1921 classes/pref/filters.php:587
 msgid "Create filter"
 msgstr "Szűrő létrehozása"
 
-#: include/functions.php:1919
+#: include/functions.php:1922
 #, fuzzy
 msgid "Un/collapse sidebar"
 msgstr "Oldalablak összecsukása"
 
-#: include/functions.php:1920
+#: include/functions.php:1923
 #, fuzzy
 msgid "Show help dialog"
 msgstr "Keresőmező megjelenítése"
 
-#: include/functions.php:2400
+#: include/functions.php:2405
 #, php-format
 msgid "Search results: %s"
 msgstr "Keresési eredmények: %s"
 
-#: include/functions.php:2824 js/viewfeed.js:1845
+#: include/functions.php:2893 js/viewfeed.js:1905
 msgid "Click to play"
 msgstr "Kattintson a lejátszáshoz"
 
-#: include/functions.php:2825 js/viewfeed.js:1844
+#: include/functions.php:2894 js/viewfeed.js:1904
 msgid "Play"
 msgstr "Lejátszás"
 
-#: include/functions.php:2945
+#: include/functions.php:3015
 msgid " - "
 msgstr "-"
 
-#: include/functions.php:2967 include/functions.php:3284 classes/rpc.php:359
+#: include/functions.php:3037 include/functions.php:3354 classes/rpc.php:360
 msgid "no tags"
 msgstr "nincs címke"
 
-#: include/functions.php:2977 classes/feeds.php:645
+#: include/functions.php:3047 classes/feeds.php:656
 msgid "Edit tags for this article"
 msgstr "Címkék hozzáadása a hírhez"
 
-#: include/functions.php:3006 classes/feeds.php:600
+#: include/functions.php:3076 classes/feeds.php:610
 msgid "Originally from:"
 msgstr "Eredeti innen:"
 
-#: include/functions.php:3019 classes/feeds.php:613 classes/pref/feeds.php:507
+#: include/functions.php:3089 classes/feeds.php:623 classes/pref/feeds.php:507
 msgid "Feed URL"
 msgstr "Hírcsatorna URL"
 
-#: include/functions.php:3048
+#: include/functions.php:3118
 msgid "Related"
 msgstr "Kapcsolódik"
 
-#: include/functions.php:3075 classes/dlg.php:43 classes/dlg.php:162
+#: include/functions.php:3145 classes/dlg.php:43 classes/dlg.php:162
 #: classes/dlg.php:185 classes/dlg.php:222 classes/dlg.php:508
 #: classes/dlg.php:543 classes/dlg.php:574 classes/dlg.php:608
 #: classes/dlg.php:620 classes/backend.php:105 classes/pref/users.php:106
-#: classes/pref/filters.php:108 classes/pref/feeds.php:1527
-#: classes/pref/feeds.php:1598 plugins/import_export/init.php:407
+#: classes/pref/filters.php:108 classes/pref/feeds.php:1553
+#: classes/pref/feeds.php:1624 plugins/import_export/init.php:407
 #: plugins/import_export/init.php:431 plugins/share/init.php:67
-#: plugins/updater/init.php:329
+#: plugins/updater/init.php:330
 msgid "Close this window"
 msgstr "Ablak bezárása"
 
-#: include/functions.php:3309
+#: include/functions.php:3379
 msgid "(edit note)"
 msgstr "(jegyzet szerkesztése)"
 
-#: include/functions.php:3542
+#: include/functions.php:3612
 msgid "unknown type"
 msgstr "ismeretlen hírcsatornatípus"
 
-#: include/functions.php:3592
+#: include/functions.php:3662
 msgid "Attachments"
 msgstr "Csatolmányok:"
 
@@ -940,7 +942,7 @@ msgstr "Hír publikálása"
 msgid "Assign tags"
 msgstr "Címke hozzáadása"
 
-#: include/localized_schema.php:14 js/viewfeed.js:1809
+#: include/localized_schema.php:14 js/viewfeed.js:1869
 msgid "Assign label"
 msgstr "Címke hozzáadása"
 
@@ -1136,7 +1138,7 @@ msgstr "Hírcímek csoportosítása virtuális hírcsatornákba"
 
 #: include/localized_schema.php:57
 #, fuzzy
-msgid "Hide images in articles"
+msgid "Do not embed images in articles"
 msgstr "Képek rejtése a hírekben"
 
 #: include/localized_schema.php:58
@@ -1147,7 +1149,7 @@ msgstr "Külső API engedélyezése"
 msgid "User timezone"
 msgstr "Felhasználó időzónája"
 
-#: include/localized_schema.php:60 js/prefs.js:1733
+#: include/localized_schema.php:60 js/prefs.js:1740
 msgid "Customize stylesheet"
 msgstr "Stíluslap testreszabása"
 
@@ -1197,7 +1199,7 @@ msgid "Title:"
 msgstr "Cím:"
 
 #: classes/handler/public.php:404 classes/dlg.php:667
-#: classes/pref/feeds.php:505 classes/pref/feeds.php:722
+#: classes/pref/feeds.php:505 classes/pref/feeds.php:734
 #: plugins/instances/init.php:215
 msgid "URL:"
 msgstr "Hírcsatorna URL:"
@@ -1224,8 +1226,8 @@ msgstr "Megosztás"
 #: classes/dlg.php:751 classes/pref/users.php:194 classes/pref/labels.php:81
 #: classes/pref/filters.php:349 classes/pref/filters.php:729
 #: classes/pref/filters.php:798 classes/pref/filters.php:865
-#: classes/pref/feeds.php:689 classes/pref/feeds.php:829
-#: plugins/mail/init.php:132 plugins/note/init.php:55
+#: classes/pref/feeds.php:701 classes/pref/feeds.php:849
+#: plugins/mail/init.php:131 plugins/note/init.php:55
 #: plugins/instances/init.php:251
 msgid "Cancel"
 msgstr "Mégse"
@@ -1288,8 +1290,8 @@ msgstr ""
 #: classes/dlg.php:55 classes/pref/users.php:378 classes/pref/labels.php:272
 #: classes/pref/filters.php:230 classes/pref/filters.php:277
 #: classes/pref/filters.php:578 classes/pref/filters.php:657
-#: classes/pref/filters.php:684 classes/pref/feeds.php:1202
-#: classes/pref/feeds.php:1472 classes/pref/feeds.php:1541
+#: classes/pref/filters.php:684 classes/pref/feeds.php:1228
+#: classes/pref/feeds.php:1498 classes/pref/feeds.php:1567
 #: plugins/instances/init.php:287
 msgid "Select"
 msgstr "Kiválasztás"
@@ -1298,8 +1300,8 @@ msgstr "Kiválasztás"
 #: classes/pref/labels.php:275 classes/pref/filters.php:233
 #: classes/pref/filters.php:280 classes/pref/filters.php:581
 #: classes/pref/filters.php:660 classes/pref/filters.php:687
-#: classes/pref/feeds.php:1205 classes/pref/feeds.php:1475
-#: classes/pref/feeds.php:1544 plugins/instances/init.php:290
+#: classes/pref/feeds.php:1231 classes/pref/feeds.php:1501
+#: classes/pref/feeds.php:1570 plugins/instances/init.php:290
 msgid "All"
 msgstr "Mind"
 
@@ -1307,8 +1309,8 @@ msgstr "Mind"
 #: classes/pref/labels.php:277 classes/pref/filters.php:235
 #: classes/pref/filters.php:282 classes/pref/filters.php:583
 #: classes/pref/filters.php:662 classes/pref/filters.php:689
-#: classes/pref/feeds.php:1207 classes/pref/feeds.php:1477
-#: classes/pref/feeds.php:1546 plugins/instances/init.php:292
+#: classes/pref/feeds.php:1233 classes/pref/feeds.php:1503
+#: classes/pref/feeds.php:1572 plugins/instances/init.php:292
 msgid "None"
 msgstr "Kijelölés törlése"
 
@@ -1373,7 +1375,7 @@ msgid "Feed or site URL"
 msgstr "Hírcsatorna vagy weboldal URL"
 
 #: classes/dlg.php:249 classes/dlg.php:715 classes/pref/feeds.php:527
-#: classes/pref/feeds.php:735
+#: classes/pref/feeds.php:747
 msgid "Place in category:"
 msgstr "Hozzáadás a következő kategóriához:"
 
@@ -1382,17 +1384,17 @@ msgid "Available feeds"
 msgstr "Elérhető hírcsatornák"
 
 #: classes/dlg.php:269 classes/pref/users.php:155 classes/pref/feeds.php:557
-#: classes/pref/feeds.php:771
+#: classes/pref/feeds.php:783
 msgid "Authentication"
 msgstr "Azonosítás"
 
 #: classes/dlg.php:273 classes/dlg.php:729 classes/pref/users.php:438
-#: classes/pref/feeds.php:563 classes/pref/feeds.php:775
+#: classes/pref/feeds.php:563 classes/pref/feeds.php:787
 msgid "Login"
 msgstr "Belépés"
 
-#: classes/dlg.php:276 classes/dlg.php:732 classes/pref/prefs.php:196
-#: classes/pref/feeds.php:569 classes/pref/feeds.php:781
+#: classes/dlg.php:276 classes/dlg.php:732 classes/pref/prefs.php:202
+#: classes/pref/feeds.php:569 classes/pref/feeds.php:793
 msgid "Password"
 msgstr "Jelszó"
 
@@ -1409,7 +1411,7 @@ msgid "More feeds"
 msgstr "További hírcsatornák"
 
 #: classes/dlg.php:318 classes/dlg.php:409 classes/pref/users.php:368
-#: classes/pref/filters.php:574 classes/pref/feeds.php:1198 js/tt-rss.js:166
+#: classes/pref/filters.php:574 classes/pref/feeds.php:1224 js/tt-rss.js:166
 msgid "Search"
 msgstr "Keresés"
 
@@ -1427,7 +1429,7 @@ msgstr "határ:"
 
 #: classes/dlg.php:349 classes/pref/users.php:394 classes/pref/labels.php:284
 #: classes/pref/filters.php:339 classes/pref/filters.php:596
-#: classes/pref/feeds.php:662 plugins/instances/init.php:297
+#: classes/pref/feeds.php:674 plugins/instances/init.php:297
 msgid "Remove"
 msgstr "Eltávolít"
 
@@ -1449,7 +1451,7 @@ msgstr "A hír címkéi (vesszőkkel elválasztva):"
 
 #: classes/dlg.php:439 classes/dlg.php:650 classes/pref/users.php:192
 #: classes/pref/labels.php:79 classes/pref/filters.php:346
-#: classes/pref/feeds.php:688 classes/pref/feeds.php:826
+#: classes/pref/feeds.php:700 classes/pref/feeds.php:846
 #: plugins/nsfw/init.php:86 plugins/note/init.php:53
 #: plugins/owncloud/init.php:62 plugins/instances/init.php:248
 msgid "Save"
@@ -1483,7 +1485,7 @@ msgstr "Melyik címkék?"
 msgid "Display entries"
 msgstr "Bejegyzések megejenítése"
 
-#: classes/dlg.php:551 classes/feeds.php:133
+#: classes/dlg.php:551 classes/feeds.php:138
 msgid "View as RSS"
 msgstr "Megtekintés RSS-ként"
 
@@ -1491,7 +1493,7 @@ msgstr "Megtekintés RSS-ként"
 msgid "You can view this feed as RSS using the following URL:"
 msgstr "Ezt a hírcsatornát megtekintheti RSS-ként a következő URL-en:"
 
-#: classes/dlg.php:591 plugins/updater/init.php:303
+#: classes/dlg.php:591 plugins/updater/init.php:304
 #, php-format
 msgid "New version of Tiny Tiny RSS is available (%s)."
 msgstr "Új Tiny Tiny RSS verzió érhető el (%s)."
@@ -1616,35 +1618,41 @@ msgstr "Visszalépés"
 msgid "Delete"
 msgstr "Törlés"
 
-#: classes/feeds.php:125 plugins/mail/init.php:28
+#: classes/feeds.php:125 classes/feeds.php:130 plugins/mailto/init.php:28
+#: plugins/mail/init.php:28
 msgid "Forward by email"
 msgstr "Továbbítás emaiben"
 
-#: classes/feeds.php:129
+#: classes/feeds.php:134
 msgid "Feed:"
 msgstr "Hírcsatorna:"
 
-#: classes/feeds.php:196 classes/feeds.php:790
+#: classes/feeds.php:201 classes/feeds.php:801
 msgid "Feed not found."
 msgstr "Hírcsatorna nem található"
 
-#: classes/feeds.php:403 classes/feeds.php:493
+#: classes/feeds.php:500
 msgid "mark as read"
 msgstr "olvasottként jelöl"
 
-#: classes/feeds.php:691
+#: classes/feeds.php:555
+#, fuzzy
+msgid "Collapse article"
+msgstr "Hír bezárása"
+
+#: classes/feeds.php:702
 msgid "No unread articles found to display."
 msgstr "Nincs megjeleníthető olvasatlan hír."
 
-#: classes/feeds.php:694
+#: classes/feeds.php:705
 msgid "No updated articles found to display."
 msgstr "Nincs megjeleníthető friss hír."
 
-#: classes/feeds.php:697
+#: classes/feeds.php:708
 msgid "No starred articles found to display."
 msgstr "Nincs megjeleníthető csillagozott hír."
 
-#: classes/feeds.php:701
+#: classes/feeds.php:712
 msgid ""
 "No articles found to display. You can assign articles to labels manually "
 "(see the Actions menu above) or use a filter."
@@ -1653,21 +1661,21 @@ msgstr ""
 "Címkék alá híreket besorolhat manuálisan (lásd a fenti Műveletek menüt) vagy "
 "a besoroláshoz használhat Szűrőket."
 
-#: classes/feeds.php:703
+#: classes/feeds.php:714
 msgid "No articles found to display."
 msgstr "Nincs megjeleníthető hír."
 
-#: classes/feeds.php:718 classes/feeds.php:899
+#: classes/feeds.php:729 classes/feeds.php:910
 #, php-format
 msgid "Feeds last updated at %s"
 msgstr "Hírcsatornák utolsó frissítése: %s"
 
-#: classes/feeds.php:728 classes/feeds.php:909
+#: classes/feeds.php:739 classes/feeds.php:920
 msgid "Some feeds have update errors (click for details)"
 msgstr ""
 "Néhány hírcsatorna frissítésével gond akadt. (Kattints ide a részletekhez!)"
 
-#: classes/feeds.php:889
+#: classes/feeds.php:900
 msgid "No feed selected."
 msgstr "Nincs kiválasztott hírcsatorna."
 
@@ -1787,7 +1795,7 @@ msgid "Change password to"
 msgstr "Jelszó megváltoztatása"
 
 #: classes/pref/users.php:177 classes/pref/feeds.php:577
-#: classes/pref/feeds.php:787
+#: classes/pref/feeds.php:799
 msgid "Options"
 msgstr "Beállítások"
 
@@ -1936,7 +1944,7 @@ msgstr ""
 msgid "Combine"
 msgstr "Egyesít"
 
-#: classes/pref/filters.php:600 classes/pref/feeds.php:1257
+#: classes/pref/filters.php:600 classes/pref/feeds.php:1283
 msgid "Rescore articles"
 msgstr "Hírek újrapontszámozása"
 
@@ -1993,76 +2001,76 @@ msgstr "A megadott jelszavak nem egyeznek."
 msgid "Function not supported by authentication module."
 msgstr "A hitelesítési modul nem támogatja ezt a funkciót."
 
-#: classes/pref/prefs.php:63
+#: classes/pref/prefs.php:69
 msgid "The configuration was saved."
 msgstr "Beállítások elmentve."
 
-#: classes/pref/prefs.php:77
+#: classes/pref/prefs.php:83
 #, php-format
 msgid "Unknown option: %s"
 msgstr "Ismeretlen beállítás: %s"
 
-#: classes/pref/prefs.php:91
+#: classes/pref/prefs.php:97
 msgid "Your personal data has been saved."
 msgstr "A személyes adatai el lettek mentve."
 
-#: classes/pref/prefs.php:131
+#: classes/pref/prefs.php:137
 msgid "Personal data / Authentication"
 msgstr "Személyes adatok / Azonosítás"
 
-#: classes/pref/prefs.php:151
+#: classes/pref/prefs.php:157
 msgid "Personal data"
 msgstr "Személyes adatok"
 
-#: classes/pref/prefs.php:161
+#: classes/pref/prefs.php:167
 msgid "Full name"
 msgstr "Teljes név"
 
-#: classes/pref/prefs.php:165
+#: classes/pref/prefs.php:171
 msgid "E-mail"
 msgstr "E-mail"
 
-#: classes/pref/prefs.php:171
+#: classes/pref/prefs.php:177
 msgid "Access level"
 msgstr "Hozzáférési szint"
 
-#: classes/pref/prefs.php:181
+#: classes/pref/prefs.php:187
 msgid "Save data"
 msgstr "Adatok mentése"
 
-#: classes/pref/prefs.php:203
+#: classes/pref/prefs.php:209
 msgid "Your password is at default value, please change it."
 msgstr "A jelszava még az alapértelmezett, kérem változtassa meg."
 
-#: classes/pref/prefs.php:235
+#: classes/pref/prefs.php:241
 msgid "Old password"
 msgstr "Régi jelszó"
 
-#: classes/pref/prefs.php:238
+#: classes/pref/prefs.php:244
 msgid "New password"
 msgstr "Új jelszó"
 
-#: classes/pref/prefs.php:243
+#: classes/pref/prefs.php:249
 msgid "Confirm password"
 msgstr "Jelszó még egyszer"
 
-#: classes/pref/prefs.php:253
+#: classes/pref/prefs.php:259
 msgid "Change password"
 msgstr "Jelszó megváltoztatása"
 
-#: classes/pref/prefs.php:259
+#: classes/pref/prefs.php:265
 msgid "One time passwords / Authenticator"
 msgstr "Egyszer használatos jelszavak / Hitelesítő"
 
-#: classes/pref/prefs.php:288 classes/pref/prefs.php:339
+#: classes/pref/prefs.php:294 classes/pref/prefs.php:345
 msgid "Enter your password"
 msgstr "Adja meg a jelszavát"
 
-#: classes/pref/prefs.php:299
+#: classes/pref/prefs.php:305
 msgid "Disable OTP"
 msgstr "OTP letiltása"
 
-#: classes/pref/prefs.php:305
+#: classes/pref/prefs.php:311
 msgid ""
 "You will need a compatible Authenticator to use this. Changing your password "
 "would automatically disable OTP."
@@ -2070,99 +2078,90 @@ msgstr ""
 "Ennek a használatához egy kompatibilis Hitelesítőre van szükség. A jelszó "
 "módosítása automatikusan letiltja az OTP-t."
 
-#: classes/pref/prefs.php:307
+#: classes/pref/prefs.php:313
 msgid "Scan the following code by the Authenticator application:"
 msgstr "Szkennelje be a következő kódot a Hitelesítő alkalmazással:"
 
-#: classes/pref/prefs.php:348
+#: classes/pref/prefs.php:354
 msgid "I have scanned the code and would like to enable OTP"
 msgstr "Beszkenneltem a kódot és be szeretném kapcsolni az OTP-t"
 
-#: classes/pref/prefs.php:356
+#: classes/pref/prefs.php:362
 msgid "Enable OTP"
 msgstr "OTP engedélyezése"
 
-#: classes/pref/prefs.php:482
+#: classes/pref/prefs.php:493
 msgid "Customize"
 msgstr "Testreszabás"
 
-#: classes/pref/prefs.php:501 classes/pref/prefs.php:508
-#: classes/pref/prefs.php:513
-msgid "Yes"
-msgstr "Igen"
-
-#: classes/pref/prefs.php:503 classes/pref/prefs.php:513
-msgid "No"
-msgstr "Nem"
-
-#: classes/pref/prefs.php:543
+#: classes/pref/prefs.php:552
 msgid "Register"
 msgstr "Regisztráció"
 
-#: classes/pref/prefs.php:547
+#: classes/pref/prefs.php:556
 msgid "Clear"
 msgstr "Töröl"
 
-#: classes/pref/prefs.php:553
+#: classes/pref/prefs.php:562
 #, php-format
 msgid "Current server time: %s (UTC)"
 msgstr "Aktuális szerveridő: %s (UTC)"
 
-#: classes/pref/prefs.php:582
+#: classes/pref/prefs.php:595
 msgid "Save configuration"
 msgstr "Beállítások mentése"
 
-#: classes/pref/prefs.php:585
+#: classes/pref/prefs.php:598
 msgid "Manage profiles"
 msgstr "Profilok kezelése"
 
-#: classes/pref/prefs.php:588
+#: classes/pref/prefs.php:601
 msgid "Reset to defaults"
 msgstr "Alapértelmezett beállítások"
 
-#: classes/pref/prefs.php:600
+#: classes/pref/prefs.php:613
 msgid "Show additional preferences"
 msgstr "További beállítások megjelenítése"
 
-#: classes/pref/prefs.php:612 classes/pref/prefs.php:614
+#: classes/pref/prefs.php:625 classes/pref/prefs.php:627
 msgid "Plugins"
 msgstr ""
 
-#: classes/pref/prefs.php:642
+#: classes/pref/prefs.php:655
 msgid "System plugins"
 msgstr ""
 
-#: classes/pref/prefs.php:646 classes/pref/prefs.php:695
+#: classes/pref/prefs.php:659 classes/pref/prefs.php:708
 msgid "Plugin"
 msgstr ""
 
-#: classes/pref/prefs.php:647 classes/pref/prefs.php:696
+#: classes/pref/prefs.php:660 classes/pref/prefs.php:709
 msgid "Description"
 msgstr ""
 
-#: classes/pref/prefs.php:648 classes/pref/prefs.php:697
+#: classes/pref/prefs.php:661 classes/pref/prefs.php:710
 msgid "Version"
 msgstr ""
 
-#: classes/pref/prefs.php:649 classes/pref/prefs.php:698
+#: classes/pref/prefs.php:662 classes/pref/prefs.php:711
 msgid "Author"
 msgstr ""
 
-#: classes/pref/prefs.php:682 classes/pref/prefs.php:733
+#: classes/pref/prefs.php:695 classes/pref/prefs.php:746
 #, fuzzy
 msgid "Clear data"
 msgstr "Hírcsatorna-adatok törlése"
 
-#: classes/pref/prefs.php:691
+#: classes/pref/prefs.php:704
 msgid "User plugins"
 msgstr ""
 
-#: classes/pref/prefs.php:748
+#: classes/pref/prefs.php:761
 #, fuzzy
 msgid "Enable selected plugins"
 msgstr "Hírcsatornák kategorizálásának engedélyezése"
 
-#: classes/pref/prefs.php:803 classes/pref/prefs.php:821
+#: classes/pref/prefs.php:816 classes/pref/prefs.php:834
 msgid "Incorrect password"
 msgstr "Érvénytelen jelszó"
 
@@ -2181,7 +2180,7 @@ msgstr "(%d hírcsatorna)"
 msgid "Feed Title"
 msgstr "Hírcsatorna címe"
 
-#: classes/pref/feeds.php:550 classes/pref/feeds.php:762
+#: classes/pref/feeds.php:550 classes/pref/feeds.php:774
 msgid "Article purging:"
 msgstr "Régi hírek törlése:"
 
@@ -2193,106 +2192,110 @@ msgstr ""
 "<b>Megjegyzés:</b> ha a hírcsatorna megköveteli a hitelesítést (kivéve a "
 "Twitter csatornákat), ki kell tölteni a bejelentkezési információkat."
 
-#: classes/pref/feeds.php:589 classes/pref/feeds.php:791
+#: classes/pref/feeds.php:589 classes/pref/feeds.php:803
 msgid "Hide from Popular feeds"
 msgstr "Elrejtés a Népszerű hírcsatornákból"
 
-#: classes/pref/feeds.php:601 classes/pref/feeds.php:797
+#: classes/pref/feeds.php:601 classes/pref/feeds.php:809
 msgid "Include in e-mail digest"
 msgstr "Hozzáadás az e-mail összefoglalóhoz"
 
-#: classes/pref/feeds.php:614 classes/pref/feeds.php:803
+#: classes/pref/feeds.php:614 classes/pref/feeds.php:815
 msgid "Always display image attachments"
 msgstr "Kép csatolmányokat mindig jelenítse meg"
 
-#: classes/pref/feeds.php:628 classes/pref/feeds.php:811
+#: classes/pref/feeds.php:627 classes/pref/feeds.php:823
+msgid "Do not embed images"
+msgstr ""
+
+#: classes/pref/feeds.php:640 classes/pref/feeds.php:831
 msgid "Cache images locally"
 msgstr "Képek helyi tárolása"
 
-#: classes/pref/feeds.php:640 classes/pref/feeds.php:817
+#: classes/pref/feeds.php:652 classes/pref/feeds.php:837
 msgid "Mark updated articles as unread"
 msgstr "Frissült hírek megjelölése olvasatlanként"
 
-#: classes/pref/feeds.php:646
+#: classes/pref/feeds.php:658
 msgid "Icon"
 msgstr "Ikon"
 
-#: classes/pref/feeds.php:660
+#: classes/pref/feeds.php:672
 msgid "Replace"
 msgstr "Csere"
 
-#: classes/pref/feeds.php:679
+#: classes/pref/feeds.php:691
 #, fuzzy
 msgid "Resubscribe to push updates"
 msgstr "Újra feliratkozás az push frissítésekre"
 
-#: classes/pref/feeds.php:686
+#: classes/pref/feeds.php:698
 msgid "Resets PubSubHubbub subscription status for push-enabled feeds."
 msgstr ""
 "Visszaállítja a PubSubHubbub feliratkozást a push-engedélyezett "
 "hírcsatornákhoz."
 
-#: classes/pref/feeds.php:701
+#: classes/pref/feeds.php:713
 msgid "Enable the options you wish to apply using checkboxes on the right:"
 msgstr "A jobb oldali jelölőnégyzetek segítségével engedélyezheti az opciókat:"
 
-#: classes/pref/feeds.php:1051 classes/pref/feeds.php:1104
+#: classes/pref/feeds.php:1077 classes/pref/feeds.php:1130
 msgid "All done."
 msgstr "Kész."
 
-#: classes/pref/feeds.php:1159
+#: classes/pref/feeds.php:1185
 msgid "Feeds with errors"
 msgstr "Hibás hírcsatornák"
 
-#: classes/pref/feeds.php:1179
+#: classes/pref/feeds.php:1205
 msgid "Inactive feeds"
 msgstr "Inaktív hírcsatornák"
 
-#: classes/pref/feeds.php:1216
+#: classes/pref/feeds.php:1242
 msgid "Edit selected feeds"
 msgstr "Kijelölt hírcsatornák szerkeztése"
 
-#: classes/pref/feeds.php:1218 classes/pref/feeds.php:1232
+#: classes/pref/feeds.php:1244 classes/pref/feeds.php:1258
 msgid "Reset sort order"
 msgstr "Rendezési sorren visszaállítása"
 
-#: classes/pref/feeds.php:1220 js/prefs.js:1778
+#: classes/pref/feeds.php:1246 js/prefs.js:1785
 msgid "Batch subscribe"
 msgstr "Kötegelt feliratkozás"
 
-#: classes/pref/feeds.php:1225
+#: classes/pref/feeds.php:1251
 msgid "Categories"
 msgstr "Kategóriák"
 
-#: classes/pref/feeds.php:1228
+#: classes/pref/feeds.php:1254
 msgid "Add category"
 msgstr "Kategória hozzáadás"
 
-#: classes/pref/feeds.php:1230
+#: classes/pref/feeds.php:1256
 msgid "(Un)hide empty categories"
 msgstr "Üres kategóriák elrejtése/megjelenítése"
 
-#: classes/pref/feeds.php:1234
+#: classes/pref/feeds.php:1260
 msgid "Remove selected"
 msgstr "Kijelölt eltávolítása"
 
-#: classes/pref/feeds.php:1248
+#: classes/pref/feeds.php:1274
 msgid "More actions..."
 msgstr "További műveletek..."
 
-#: classes/pref/feeds.php:1252
+#: classes/pref/feeds.php:1278
 msgid "Manual purge"
 msgstr "Kézi takarítás (régi hírek törlése)"
 
-#: classes/pref/feeds.php:1256
+#: classes/pref/feeds.php:1282
 msgid "Clear feed data"
 msgstr "Hírcsatorna-adatok törlése"
 
-#: classes/pref/feeds.php:1307
+#: classes/pref/feeds.php:1333
 msgid "OPML"
 msgstr "OPML"
 
-#: classes/pref/feeds.php:1309
+#: classes/pref/feeds.php:1335
 msgid ""
 "Using OPML you can export and import your feeds, filters, labels and Tiny "
 "Tiny RSS settings."
@@ -2300,27 +2303,27 @@ msgstr ""
 "Az OPML használatával hírcsatornákat, szűrőket, címkéket és beállításokat "
 "exportálhat, importálhat."
 
-#: classes/pref/feeds.php:1311
+#: classes/pref/feeds.php:1337
 msgid "Only main settings profile can be migrated using OPML."
 msgstr "Csak a fő beállításprofilt lehet OPML használatával költöztetni."
 
-#: classes/pref/feeds.php:1324
+#: classes/pref/feeds.php:1350
 msgid "Import my OPML"
 msgstr "OPML importálása"
 
-#: classes/pref/feeds.php:1328
+#: classes/pref/feeds.php:1354
 msgid "Filename:"
 msgstr "Fájlnév:"
 
-#: classes/pref/feeds.php:1330
+#: classes/pref/feeds.php:1356
 msgid "Include settings"
 msgstr "Beállításokkal együtt"
 
-#: classes/pref/feeds.php:1334
+#: classes/pref/feeds.php:1360
 msgid "Export OPML"
 msgstr "Exportálás OPML-be"
 
-#: classes/pref/feeds.php:1338
+#: classes/pref/feeds.php:1364
 msgid ""
 "Your OPML can be published publicly and can be subscribed by anyone who "
 "knows the URL below."
@@ -2328,7 +2331,7 @@ msgstr ""
 "Az OPML nyilvánosságra hozható és bárki feliratkozhat rá, aki ismeri az "
 "alábbi URL-t."
 
-#: classes/pref/feeds.php:1340
+#: classes/pref/feeds.php:1366
 msgid ""
 "Published OPML does not include your Tiny Tiny RSS settings, feeds that "
 "require authentication or feeds hidden from Popular feeds."
@@ -2336,15 +2339,15 @@ msgstr ""
 "A publikált OPML nem tartalmazza a beállításokat, az azonosítást igénylő "
 "hírcsatornákat és az Népszerű hírcsatornákból elrejtetteket."
 
-#: classes/pref/feeds.php:1343
+#: classes/pref/feeds.php:1369
 msgid "Display published OPML URL"
 msgstr "Publikált OPML URL mejelenítése"
 
-#: classes/pref/feeds.php:1353
+#: classes/pref/feeds.php:1379
 msgid "Firefox integration"
 msgstr "Firefox integráció"
 
-#: classes/pref/feeds.php:1355
+#: classes/pref/feeds.php:1381
 msgid ""
 "This Tiny Tiny RSS site can be used as a Firefox Feed Reader by clicking the "
 "link below."
@@ -2352,19 +2355,19 @@ msgstr ""
 "Ez a Tiny Tiny RSS oldal beállítható a Firefox böngésző alapértelmezett "
 "hírcsatorna-olvasójaként. Ehhez kattintson az alábbi linkre!"
 
-#: classes/pref/feeds.php:1362
+#: classes/pref/feeds.php:1388
 msgid "Click here to register this site as a feed reader."
 msgstr "Kattintson ide az oldal hírcsatorna-olvasóként való beállításához!"
 
-#: classes/pref/feeds.php:1370
+#: classes/pref/feeds.php:1396
 msgid "Published & shared articles / Generated feeds"
 msgstr "Publikált és megosztott hírek / Generált hírcsatornák"
 
-#: classes/pref/feeds.php:1372
+#: classes/pref/feeds.php:1398
 msgid "Published articles and generated feeds"
 msgstr "Publikált hírek és generált hírcsatornák"
 
-#: classes/pref/feeds.php:1374
+#: classes/pref/feeds.php:1400
 msgid ""
 "Published articles are exported as a public RSS feed and can be subscribed "
 "by anyone who knows the URL specified below."
@@ -2372,42 +2375,42 @@ msgstr ""
 "A program a publikált hírekből egy publikus RSS hírcsatornát készít, amelyre "
 "bárki feliratkozhat, aki tudja a lenti címet."
 
-#: classes/pref/feeds.php:1380
+#: classes/pref/feeds.php:1406
 msgid "Display URL"
 msgstr "URL megjelenítés"
 
-#: classes/pref/feeds.php:1383
+#: classes/pref/feeds.php:1409
 msgid "Clear all generated URLs"
 msgstr "Minden generált URL törlése"
 
-#: classes/pref/feeds.php:1385
+#: classes/pref/feeds.php:1411
 msgid "Articles shared by URL"
 msgstr "URL alapján megosztott hírek"
 
-#: classes/pref/feeds.php:1387
+#: classes/pref/feeds.php:1413
 msgid "You can disable all articles shared by unique URLs here."
 msgstr "Itt minden egyedi URL-el megosztott hírt le lehet tiltani."
 
-#: classes/pref/feeds.php:1390
+#: classes/pref/feeds.php:1416
 msgid "Unshare all articles"
 msgstr "Minden hír megosztásának visszavonása"
 
-#: classes/pref/feeds.php:1468
+#: classes/pref/feeds.php:1494
 msgid ""
 "These feeds have not been updated with new content for 3 months (oldest "
 "first):"
 msgstr ""
 "Ezek a hírcsatornák 3 hónapja nem frissültek új tartalommal (régebbiek elöl):"
 
-#: classes/pref/feeds.php:1505 classes/pref/feeds.php:1574
+#: classes/pref/feeds.php:1531 classes/pref/feeds.php:1600
 msgid "Click to edit feed"
 msgstr "Kattintson a hírcsatorna szerkesztéséhez"
 
-#: classes/pref/feeds.php:1523 classes/pref/feeds.php:1594
+#: classes/pref/feeds.php:1549 classes/pref/feeds.php:1620
 msgid "Unsubscribe from selected feeds"
 msgstr "Leiratkozás a kiválasztott hírcsatornákról"
 
-#: classes/pref/feeds.php:1534
+#: classes/pref/feeds.php:1560
 msgid "These feeds have not been updated because of errors:"
 msgstr "Váratlan hibák miatt ezek a hírcsatornák nem frissültek:"
 
@@ -2437,6 +2440,10 @@ msgstr "Üdv,"
 msgid "Regular version"
 msgstr "Alap változat"
 
+#: plugins/close_button/init.php:24
+msgid "Close article"
+msgstr "Hír bezárása"
+
 #: plugins/nsfw/init.php:32 plugins/nsfw/init.php:43
 msgid "Not work safe (click to toggle)"
 msgstr ""
@@ -2470,6 +2477,34 @@ msgstr "A jelszó megváltoztatva."
 msgid "Old password is incorrect."
 msgstr "A régi jelszó helytelen."
 
+#: plugins/mailto/init.php:52 plugins/mailto/init.php:58
+#: plugins/mail/init.php:71 plugins/mail/init.php:77
+msgid "[Forwarded]"
+msgstr "[Továbbítva]"
+
+#: plugins/mailto/init.php:52 plugins/mail/init.php:71
+msgid "Multiple articles"
+msgstr "Többszörös hírek"
+
+#: plugins/mailto/init.php:74
+msgid "Clicking the following link to invoke your mail client:"
+msgstr ""
+
+#: plugins/mailto/init.php:78
+#, fuzzy
+msgid "Forward selected article(s) by email."
+msgstr "Továbbítás emaiben"
+
+#: plugins/mailto/init.php:81
+msgid ""
+"You should be able to edit the message before sending in your mail client."
+msgstr ""
+
+#: plugins/mailto/init.php:86
+#, fuzzy
+msgid "Close this dialog"
+msgstr "Ablak bezárása"
+
 #: plugins/bookmarklets/init.php:22
 msgid "Bookmarklets"
 msgstr ""
@@ -2551,27 +2586,19 @@ msgstr ""
 "upload_max_filesize értékét\n"
 "\t\t\t\t jelenlegi érték = %s"
 
-#: plugins/mail/init.php:72 plugins/mail/init.php:78
-msgid "[Forwarded]"
-msgstr "[Továbbítva]"
-
-#: plugins/mail/init.php:72
-msgid "Multiple articles"
-msgstr "Többszörös hírek"
-
-#: plugins/mail/init.php:93
+#: plugins/mail/init.php:92
 msgid "From:"
 msgstr "Feladó:"
 
-#: plugins/mail/init.php:102
+#: plugins/mail/init.php:101
 msgid "To:"
 msgstr "Címzett:"
 
-#: plugins/mail/init.php:115
+#: plugins/mail/init.php:114
 msgid "Subject:"
 msgstr "Tárgy:"
 
-#: plugins/mail/init.php:131
+#: plugins/mail/init.php:130
 msgid "Send e-mail"
 msgstr "Email küldés"
 
@@ -2653,16 +2680,16 @@ msgstr "Hír csillagozása"
 msgid "Share on Google+"
 msgstr "Megosztás Google+ -on"
 
-#: plugins/updater/init.php:294 plugins/updater/init.php:306
+#: plugins/updater/init.php:295 plugins/updater/init.php:307
 #: plugins/updater/updater.js:10
 msgid "Update Tiny Tiny RSS"
 msgstr "Tiny Tiny RSS frissítése"
 
-#: plugins/updater/init.php:309
+#: plugins/updater/init.php:310
 msgid "Your Tiny Tiny RSS installation is up to date."
 msgstr "A Tiny Tiny RSS telepítés naprakész."
 
-#: plugins/updater/init.php:319
+#: plugins/updater/init.php:320
 msgid ""
 "Do not close this dialog until updating is finished. Backup your tt-rss "
 "directory before continuing."
@@ -2670,11 +2697,11 @@ msgstr ""
 "Ne zárja be amíg a frissítés be nem fejeződik. A folytatás előtt mentse el a "
 "tt-rss könyvtárának tartalmát."
 
-#: plugins/updater/init.php:322
+#: plugins/updater/init.php:323
 msgid "Ready to update."
 msgstr "Frissítésre kész."
 
-#: plugins/updater/init.php:327
+#: plugins/updater/init.php:328
 msgid "Start update"
 msgstr "Frissítés indtása"
 
@@ -2683,12 +2710,12 @@ msgstr "Frissítés indtása"
 msgid "Share on Twitter"
 msgstr "Megosztás az identi.ca-n"
 
-#: js/feedlist.js:218
+#: js/feedlist.js:215
 msgid "New articles available in this feed (click to show)"
 msgstr ""
 "Új hírek érhetők el ebben a csatornában (kattintson a megjelenítésükhöz)"
 
-#: js/feedlist.js:420 js/feedlist.js:435 plugins/digest/digest.js:25
+#: js/feedlist.js:417 js/feedlist.js:432 plugins/digest/digest.js:25
 msgid "Mark all articles in %s as read?"
 msgstr "Minden hírt megjelöl olvasottként itt: %s?"
 
@@ -2773,7 +2800,7 @@ msgstr ""
 "Feliratkozás visszaállítása? a következő frissítéskor Tiny Tiny RSS "
 "megpróbál automatikusan újra feliratkozni."
 
-#: js/functions.js:1266 js/tt-rss.js:367
+#: js/functions.js:1266 js/tt-rss.js:369
 msgid "Unsubscribe from %s?"
 msgstr "Leiratkozik innen: %s?"
 
@@ -2785,7 +2812,7 @@ msgstr "Adja meg a kategória címét:"
 msgid "Generate new syndication address for this feed?"
 msgstr "Új hírszolgáltatási cím generálásása ehhez a hírcsatornához?"
 
-#: js/functions.js:1597 js/tt-rss.js:348 js/tt-rss.js:713
+#: js/functions.js:1597 js/tt-rss.js:350 js/tt-rss.js:729
 msgid "You can't edit this kind of feed."
 msgstr "Ezt a hírcsatornatípust nem szerkesztheted."
 
@@ -2798,8 +2825,8 @@ msgid "More Feeds"
 msgstr "További hírcsatornák"
 
 #: js/functions.js:1711 js/functions.js:1821 js/prefs.js:397 js/prefs.js:427
-#: js/prefs.js:459 js/prefs.js:642 js/prefs.js:662 js/prefs.js:1203
-#: js/prefs.js:1348
+#: js/prefs.js:459 js/prefs.js:642 js/prefs.js:662 js/prefs.js:1210
+#: js/prefs.js:1355
 msgid "No feeds are selected."
 msgstr "Nincs kiválasztott hírcsatorna."
 
@@ -2815,7 +2842,7 @@ msgstr ""
 msgid "Feeds with update errors"
 msgstr "Hírcsatornák frissítési hibával"
 
-#: js/functions.js:1803 js/prefs.js:1185
+#: js/functions.js:1803 js/prefs.js:1192
 msgid "Remove selected feeds?"
 msgstr "Eltávolítja a kiválasztott hírcsatornákat?"
 
@@ -2855,7 +2882,7 @@ msgstr "Eltávolítja szűrőt?"
 msgid "Remove selected labels?"
 msgstr "Eltávolítja a kiválasztott címkéket?"
 
-#: js/prefs.js:295 js/prefs.js:1389
+#: js/prefs.js:295 js/prefs.js:1396
 msgid "No labels are selected."
 msgstr "Nincs kiválasztott címke."
 
@@ -2924,106 +2951,106 @@ msgstr "Több hírcsatorna szerkesztése"
 msgid "Save changes to selected feeds?"
 msgstr "Leiratkozik a kiválasztott hírcsatornákról?"
 
-#: js/prefs.js:790
+#: js/prefs.js:797
 msgid "OPML Import"
 msgstr "OPML importálás"
 
-#: js/prefs.js:817
+#: js/prefs.js:824
 msgid "Please choose an OPML file first."
 msgstr "Először válasszon egy OPML fjlt."
 
-#: js/prefs.js:973
+#: js/prefs.js:980
 msgid "Reset to defaults?"
 msgstr "Visszaállítja a gyári beállításokat?"
 
-#: js/prefs.js:1092
+#: js/prefs.js:1099
 msgid ""
 "Remove category %s? Any nested feeds would be placed into Uncategorized."
 msgstr ""
 "Eltávolítja %s kategóriát? Minden tartalmazott hírcsatorna a "
 "Kategorizálatlanba fog kerülni."
 
-#: js/prefs.js:1119
+#: js/prefs.js:1126
 msgid "Remove selected categories?"
 msgstr "Kiválasztott kategóriák eltávolítása?"
 
-#: js/prefs.js:1135
+#: js/prefs.js:1142
 msgid "No categories are selected."
 msgstr "Nincs kategória kiválaszta."
 
-#: js/prefs.js:1143
+#: js/prefs.js:1150
 msgid "Category title:"
 msgstr "Kategória címe:"
 
-#: js/prefs.js:1174
+#: js/prefs.js:1181
 msgid "Feeds without recent updates"
 msgstr "Hírcsatornák frissítések nélkül"
 
-#: js/prefs.js:1223
+#: js/prefs.js:1230
 msgid "Replace current OPML publishing address with a new one?"
 msgstr "Lecseréli a jelenlegi OPML hírcsatornája címét egy újra?"
 
-#: js/prefs.js:1332
+#: js/prefs.js:1339
 msgid "Rescore articles in selected feeds?"
 msgstr "Újrapontszámozza a híreket a kijelölt hírcsatornákban?"
 
-#: js/prefs.js:1355
+#: js/prefs.js:1362
 msgid "Rescore all articles? This operation may take a lot of time."
 msgstr "Újrapontoz minden cíkket? Ez a művelet hosszú ideig is eltarthat."
 
-#: js/prefs.js:1375
+#: js/prefs.js:1382
 msgid "Reset selected labels to default colors?"
 msgstr "Visszaállítja a kijelölt címkék színét az alapértelmezettre?"
 
-#: js/prefs.js:1412
+#: js/prefs.js:1419
 msgid "Settings Profiles"
 msgstr "Beállítási profilok"
 
-#: js/prefs.js:1421
+#: js/prefs.js:1428
 msgid ""
 "Remove selected profiles? Active and default profiles will not be removed."
 msgstr ""
 "Eltávolítja a kijelölt profilokat? Az aktív és az alapértelmezett profil nem "
 "lesz törölve."
 
-#: js/prefs.js:1439
+#: js/prefs.js:1446
 msgid "No profiles are selected."
 msgstr "Nincsenek kiválasztott profilok."
 
-#: js/prefs.js:1447 js/prefs.js:1500
+#: js/prefs.js:1454 js/prefs.js:1507
 msgid "Activate selected profile?"
 msgstr "Aktiválja a kiválasztott profilt?"
 
-#: js/prefs.js:1463 js/prefs.js:1516
+#: js/prefs.js:1470 js/prefs.js:1523
 msgid "Please choose a profile to activate."
 msgstr "Válasszon egy aktiválandó profilt."
 
-#: js/prefs.js:1524
+#: js/prefs.js:1531
 msgid "This will invalidate all previously generated feed URLs. Continue?"
 msgstr ""
 "Ez érvényteleníteni fog minden korábban generált hírcsatorna URL-t. "
 "Folytatja?"
 
-#: js/prefs.js:1543
+#: js/prefs.js:1550
 msgid "This will invalidate all previously shared article URLs. Continue?"
 msgstr ""
 "Ez érvényteleníteni fog minden korábban megosztott hír URL-t. Folytatja?"
 
-#: js/prefs.js:1641
+#: js/prefs.js:1648
 msgid "Label Editor"
 msgstr "Címke Szerkesztő"
 
-#: js/prefs.js:1704
+#: js/prefs.js:1711
 msgid ""
 "This will clear your stored authentication information for Twitter. Continue?"
 msgstr ""
 "Ez törölni fogja a Twitter tárolt hitelesítési információit. Folytatja?"
 
-#: js/prefs.js:1784
+#: js/prefs.js:1791
 msgid "Subscribing to feeds..."
 msgstr "Feliratkozás a hírcsatornákra..."
 
-#: js/prefs.js:1821
+#: js/prefs.js:1828
 msgid "Clear stored data for this plugin?"
 msgstr "Törli a plugin tárolt adatait?"
 
@@ -3031,27 +3058,27 @@ msgstr "Törli a plugin tárolt adatait?"
 msgid "Mark all articles as read?"
 msgstr "Minden hírt megjelöl olvasottként?"
 
-#: js/tt-rss.js:356
+#: js/tt-rss.js:358
 msgid "You can't unsubscribe from the category."
 msgstr "Ebből a kategóriából nem ."
 
-#: js/tt-rss.js:361 js/tt-rss.js:511
+#: js/tt-rss.js:363 js/tt-rss.js:513
 msgid "Please select some feed first."
 msgstr "Válasszon hírcsatorná(ka)t!"
 
-#: js/tt-rss.js:506
+#: js/tt-rss.js:508
 msgid "You can't rescore this kind of feed."
 msgstr "Ez a hírcsatorna típust nem lehet újraponszámozni."
 
-#: js/tt-rss.js:516
+#: js/tt-rss.js:518
 msgid "Rescore articles in %s?"
 msgstr "Újrapontszámozza %s híreit?"
 
-#: js/tt-rss.js:672
+#: js/tt-rss.js:688
 msgid "Please enable mail plugin first."
 msgstr "Először engedélyezze a mail plugint."
 
-#: js/tt-rss.js:834
+#: js/tt-rss.js:850
 msgid "New version available!"
 msgstr "Új verzió érhető el."
 
@@ -3074,73 +3101,74 @@ msgstr "Hír csillagozása"
 msgid "Unpublish article"
 msgstr "Publikálás visszavonása"
 
-#: js/viewfeed.js:674 js/viewfeed.js:702 js/viewfeed.js:729 js/viewfeed.js:791
-#: js/viewfeed.js:823 js/viewfeed.js:960 js/viewfeed.js:1003
-#: js/viewfeed.js:1053 js/viewfeed.js:1927 plugins/mail/mail.js:7
+#: js/viewfeed.js:681 js/viewfeed.js:709 js/viewfeed.js:736 js/viewfeed.js:798
+#: js/viewfeed.js:830 js/viewfeed.js:967 js/viewfeed.js:1010
+#: js/viewfeed.js:1060 js/viewfeed.js:1987 plugins/mailto/init.js:7
+#: plugins/mail/mail.js:7
 msgid "No articles are selected."
 msgstr "Nincsen kiválasztott hír."
 
-#: js/viewfeed.js:940
+#: js/viewfeed.js:947
 msgid "Mark all visible articles in %s as read?"
 msgstr "Minden látható hírt megjelöl olvasottként itt: %s?"
 
-#: js/viewfeed.js:968
+#: js/viewfeed.js:975
 msgid "Delete %d selected articles in %s?"
 msgstr "%d kijelölt hír törlése innen: %s?"
 
-#: js/viewfeed.js:970
+#: js/viewfeed.js:977
 msgid "Delete %d selected articles?"
 msgstr "Törli a %d kijelölt hírt?"
 
-#: js/viewfeed.js:1012
+#: js/viewfeed.js:1019
 msgid "Archive %d selected articles in %s?"
 msgstr "%d kijelölt hír archiválása inne: %s?"
 
-#: js/viewfeed.js:1015
+#: js/viewfeed.js:1022
 msgid "Move %d archived articles back?"
 msgstr "%d archivált hír visszaállítása?"
 
-#: js/viewfeed.js:1059
+#: js/viewfeed.js:1066
 msgid "Mark %d selected articles in %s as read?"
 msgstr "%d kijelölt hír megjelölése olvasottként itt: %s?"
 
-#: js/viewfeed.js:1083
+#: js/viewfeed.js:1090
 msgid "Edit article Tags"
 msgstr "Hír címkéinek szerkesztése"
 
-#: js/viewfeed.js:1252
+#: js/viewfeed.js:1259
 msgid "No article is selected."
 msgstr "Nincs kiválasztott hír."
 
-#: js/viewfeed.js:1287
+#: js/viewfeed.js:1294
 msgid "No articles found to mark"
 msgstr "Nincs megjelölendő hír."
 
-#: js/viewfeed.js:1289
+#: js/viewfeed.js:1296
 msgid "Mark %d article(s) as read?"
 msgstr "%d hír megjelölése olvasottként?"
 
-#: js/viewfeed.js:1744
+#: js/viewfeed.js:1804
 msgid "Open original article"
 msgstr "Eredeti hír megjelenítése"
 
-#: js/viewfeed.js:1814
+#: js/viewfeed.js:1874
 msgid "Remove label"
 msgstr "Címke eltávolítás"
 
-#: js/viewfeed.js:1838
+#: js/viewfeed.js:1898
 msgid "Playing..."
 msgstr "Lejátszás..."
 
-#: js/viewfeed.js:1839
+#: js/viewfeed.js:1899
 msgid "Click to pause"
 msgstr "Kattintson a megállításhoz"
 
-#: js/viewfeed.js:1896
+#: js/viewfeed.js:1956
 msgid "Please enter new score for selected articles:"
 msgstr "Adjon meg egy új pontszámot a kijelölt hírekhez:"
 
-#: js/viewfeed.js:1938
+#: js/viewfeed.js:1998
 msgid "Please enter new score for this article:"
 msgstr "Adjon meg egy új pontszámot a hírhez:"
 
@@ -3173,6 +3201,11 @@ msgstr "Tárolt hírcsatornák"
 msgid "Load more..."
 msgstr "Betöltés..."
 
+#: plugins/mailto/init.js:21 plugins/mail/mail.js:21
+#, fuzzy
+msgid "Forward article by email"
+msgstr "Továbbítás emaiben"
+
 #: plugins/import_export/import_export.js:13
 msgid "Export Data"
 msgstr "Adatok exportálása"
@@ -3193,11 +3226,6 @@ msgstr "Adatok importálása"
 msgid "Please choose the file first."
 msgstr "Először válassza ki a fájlt."
 
-#: plugins/mail/mail.js:21
-#, fuzzy
-msgid "Forward article by email"
-msgstr "Továbbítás emaiben"
-
 #: plugins/instances/instances.js:10
 #, fuzzy
 msgid "Link Instance"
@@ -3237,6 +3265,12 @@ msgstr ""
 "Ne zárja be amíg a frissítés be nem fejeződik. A folytatás előtt mentse el a "
 "tt-rss könyvtárának tartalmát."
 
+#~ msgid "Yes"
+#~ msgstr "Igen"
+
+#~ msgid "No"
+#~ msgstr "Nem"
+
 #~ msgid "Comments?"
 #~ msgstr "Hozzászólások?"
 
index bd550eb4e0c867a54d9bd6ccd5e438bbbc7bbfc7..ec7e2ed2a44a48554cf101dc803c2d10b94739c1 100644 (file)
Binary files a/locale/it_IT/LC_MESSAGES/messages.mo and b/locale/it_IT/LC_MESSAGES/messages.mo differ
index f69bcf39de0f37453b28e6ceada0c0ec2c4d8cb9..c96c153aed3493485a0c10acfea5ae82b6fa8198 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Tiny Tiny RSS\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-03-19 10:14+0400\n"
+"POT-Creation-Date: 2013-03-20 15:53+0400\n"
 "PO-Revision-Date: 2012-02-14 08:31+0000\n"
 "Last-Translator: gothfox <cthulhoo@gmail.com>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -262,8 +262,8 @@ msgstr ""
 
 #: index.php:117 index.php:147 index.php:252 prefs.php:79
 #: classes/backend.php:5 classes/pref/labels.php:296
-#: classes/pref/filters.php:609 classes/pref/feeds.php:1270
-#: plugins/digest/digest_body.php:45 js/viewfeed.js:1174
+#: classes/pref/filters.php:609 classes/pref/feeds.php:1296
+#: plugins/digest/digest_body.php:45 js/viewfeed.js:1181
 msgid "Loading, please wait..."
 msgstr "Caricamento, attendere prego..."
 
@@ -291,11 +291,11 @@ msgstr "Adattivo"
 msgid "All Articles"
 msgstr "Tutti gli articoli"
 
-#: index.php:169 include/functions.php:1912 classes/feeds.php:106
+#: index.php:169 include/functions.php:1915 classes/feeds.php:106
 msgid "Starred"
 msgstr "Con stella"
 
-#: index.php:170 include/functions.php:1913 classes/feeds.php:107
+#: index.php:170 include/functions.php:1916 classes/feeds.php:107
 msgid "Published"
 msgstr "Pubblicati"
 
@@ -331,13 +331,14 @@ msgstr "Titolo"
 msgid "Score"
 msgstr "Punteggio"
 
-#: index.php:187 classes/pref/feeds.php:535 classes/pref/feeds.php:746
+#: index.php:187 classes/pref/feeds.php:535 classes/pref/feeds.php:758
 msgid "Update"
 msgstr "Aggiorna"
 
-#: index.php:191 index.php:221 include/functions.php:1903
-#: include/localized_schema.php:10 classes/feeds.php:111 classes/feeds.php:131
-#: js/FeedTree.js:128 js/FeedTree.js:156 plugins/digest/digest.js:630
+#: index.php:191 index.php:221 include/functions.php:1906
+#: include/localized_schema.php:10 classes/feeds.php:111 classes/feeds.php:136
+#: classes/feeds.php:410 js/FeedTree.js:128 js/FeedTree.js:156
+#: plugins/digest/digest.js:630
 msgid "Mark as read"
 msgstr "Segna come letto"
 
@@ -370,7 +371,7 @@ msgstr "Modifica questo notiziario..."
 msgid "Rescore feed"
 msgstr "Cambia punteggio notiziario"
 
-#: index.php:219 classes/pref/feeds.php:672 classes/pref/feeds.php:1243
+#: index.php:219 classes/pref/feeds.php:684 classes/pref/feeds.php:1269
 #: js/PrefFeedTree.js:73
 msgid "Unsubscribe"
 msgstr "Annulla sottoscrizione"
@@ -395,7 +396,7 @@ msgstr "Passa al sommario..."
 msgid "Show tag cloud..."
 msgstr "Mostra nuvola etichette..."
 
-#: index.php:229 include/functions.php:1890
+#: index.php:229 include/functions.php:1893
 #, fuzzy
 msgid "Toggle widescreen mode"
 msgstr "Inverti con stella"
@@ -421,8 +422,8 @@ msgstr "Aiuto scorciatoie da tastiera"
 msgid "Logout"
 msgstr "Esci"
 
-#: prefs.php:28 prefs.php:99 include/functions.php:1915
-#: classes/pref/prefs.php:371
+#: prefs.php:28 prefs.php:99 include/functions.php:1918
+#: classes/pref/prefs.php:377
 msgid "Preferences"
 msgstr "Preferenze"
 
@@ -434,8 +435,8 @@ msgstr "Scorciatoie da tastiera"
 msgid "Exit preferences"
 msgstr "Esci dalle preferenze"
 
-#: prefs.php:102 classes/pref/feeds.php:100 classes/pref/feeds.php:1148
-#: classes/pref/feeds.php:1211
+#: prefs.php:102 classes/pref/feeds.php:100 classes/pref/feeds.php:1174
+#: classes/pref/feeds.php:1237
 msgid "Feeds"
 msgstr "Notiziari"
 
@@ -443,8 +444,8 @@ msgstr "Notiziari"
 msgid "Filters"
 msgstr "Filtri"
 
-#: prefs.php:108 mobile/mobile-functions.php:205 include/functions.php:1118
-#: include/functions.php:1739 classes/pref/labels.php:90
+#: prefs.php:108 mobile/mobile-functions.php:205 include/functions.php:1121
+#: include/functions.php:1742 classes/pref/labels.php:90
 msgid "Labels"
 msgstr "Etichette"
 
@@ -542,8 +543,8 @@ msgstr ""
 msgid "Home"
 msgstr "Casa"
 
-#: mobile/mobile-functions.php:178 include/functions.php:1116
-#: include/functions.php:1737
+#: mobile/mobile-functions.php:178 include/functions.php:1119
+#: include/functions.php:1740
 msgid "Special"
 msgstr "Speciale"
 
@@ -585,9 +586,9 @@ msgstr "Ordinare i notiziari per numero di non letti"
 msgid "Reverse headline order (oldest first)"
 msgstr "Invertire l&apos;ordine del sommario (prima i più vecchi)"
 
-#: include/digest.php:131 include/functions.php:1127
-#: include/functions.php:1640 include/functions.php:1725
-#: include/functions.php:1747 classes/opml.php:416 classes/pref/feeds.php:188
+#: include/digest.php:131 include/functions.php:1130
+#: include/functions.php:1643 include/functions.php:1728
+#: include/functions.php:1750 classes/opml.php:416 classes/pref/feeds.php:188
 msgid "Uncategorized"
 msgstr "Senza categoria"
 
@@ -600,312 +601,313 @@ msgstr "%d articoli archiviati"
 msgid "No feeds found."
 msgstr "Nessun notiziario trovato."
 
-#: include/functions.php:698
+#: include/functions.php:701
 msgid "Session failed to validate (incorrect IP)"
 msgstr "La validazione della sessione è fallita (IP non corretto)"
 
-#: include/functions.php:1589 classes/dlg.php:371 classes/pref/filters.php:368
+#: include/functions.php:1592 classes/dlg.php:371 classes/pref/filters.php:368
 msgid "All feeds"
 msgstr "Tutti i notiziari"
 
-#: include/functions.php:1790
+#: include/functions.php:1793
 msgid "Starred articles"
 msgstr "Articoli con stella"
 
-#: include/functions.php:1792
+#: include/functions.php:1795
 msgid "Published articles"
 msgstr "Articoli pubblicati"
 
-#: include/functions.php:1794
+#: include/functions.php:1797
 msgid "Fresh articles"
 msgstr "Articoli nuovi"
 
-#: include/functions.php:1796 include/functions.php:1910
+#: include/functions.php:1799 include/functions.php:1913
 msgid "All articles"
 msgstr "Tutti gli articoli"
 
-#: include/functions.php:1798
+#: include/functions.php:1801
 msgid "Archived articles"
 msgstr "Articoli archiviati"
 
-#: include/functions.php:1800
+#: include/functions.php:1803
 msgid "Recently read"
 msgstr ""
 
-#: include/functions.php:1867
+#: include/functions.php:1870
 msgid "Navigation"
 msgstr "Navigazione"
 
-#: include/functions.php:1868
+#: include/functions.php:1871
 #, fuzzy
 msgid "Open next feed"
 msgstr "Su lettura passare al prossimo notiziario"
 
-#: include/functions.php:1869
+#: include/functions.php:1872
 msgid "Open previous feed"
 msgstr ""
 
-#: include/functions.php:1870
+#: include/functions.php:1873
 #, fuzzy
 msgid "Open next article"
 msgstr "Apri articolo di origine"
 
-#: include/functions.php:1871
+#: include/functions.php:1874
 #, fuzzy
 msgid "Open previous article"
 msgstr "Apri articolo di origine"
 
-#: include/functions.php:1872
+#: include/functions.php:1875
 msgid "Open next article (don't scroll long articles)"
 msgstr ""
 
-#: include/functions.php:1873
+#: include/functions.php:1876
 msgid "Open previous article (don't scroll long articles)"
 msgstr ""
 
-#: include/functions.php:1874
+#: include/functions.php:1877
 msgid "Show search dialog"
 msgstr "Mostra il dialogo di ricerca"
 
-#: include/functions.php:1875
+#: include/functions.php:1878
 #, fuzzy
 msgid "Article"
 msgstr "Tutti gli articoli"
 
-#: include/functions.php:1876
+#: include/functions.php:1879
 msgid "Toggle starred"
 msgstr "Inverti con stella"
 
-#: include/functions.php:1877
+#: include/functions.php:1880
 msgid "Toggle published"
 msgstr "Inverti pubblicati"
 
-#: include/functions.php:1878
+#: include/functions.php:1881
 msgid "Toggle unread"
 msgstr "Inverti non letti"
 
-#: include/functions.php:1879
+#: include/functions.php:1882
 msgid "Edit tags"
 msgstr "Modifica etichette"
 
-#: include/functions.php:1880
+#: include/functions.php:1883
 #, fuzzy
 msgid "Dismiss selected"
 msgstr "Rimuovi gli articoli selezionati"
 
-#: include/functions.php:1881
+#: include/functions.php:1884
 #, fuzzy
 msgid "Dismiss read"
 msgstr "Rimuovi articoli letti"
 
-#: include/functions.php:1882
+#: include/functions.php:1885
 #, fuzzy
 msgid "Open in new window"
 msgstr "Aprire gli articoli in una nuova finestra"
 
-#: include/functions.php:1883 js/viewfeed.js:1758
+#: include/functions.php:1886 js/viewfeed.js:1818
 msgid "Mark below as read"
 msgstr ""
 
-#: include/functions.php:1884 js/viewfeed.js:1752
+#: include/functions.php:1887 js/viewfeed.js:1812
 msgid "Mark above as read"
 msgstr ""
 
-#: include/functions.php:1885
+#: include/functions.php:1888
 #, fuzzy
 msgid "Scroll down"
 msgstr "Fatto tutto."
 
-#: include/functions.php:1886
+#: include/functions.php:1889
 msgid "Scroll up"
 msgstr ""
 
-#: include/functions.php:1887
+#: include/functions.php:1890
 #, fuzzy
 msgid "Select article under cursor"
 msgstr "Seleziona l&apos;articolo sotto il cursore del mouse"
 
-#: include/functions.php:1888
+#: include/functions.php:1891
 msgid "Email article"
 msgstr ""
 
-#: include/functions.php:1889 plugins/close_button/init.php:24
-msgid "Close article"
-msgstr ""
+#: include/functions.php:1892
+#, fuzzy
+msgid "Close/collapse article"
+msgstr "Cambio punteggio degli articoli"
 
-#: include/functions.php:1891
+#: include/functions.php:1894
 #, fuzzy
 msgid "Article selection"
 msgstr "Azioni sull&apos;articolo attivo"
 
-#: include/functions.php:1892
+#: include/functions.php:1895
 msgid "Select all articles"
 msgstr ""
 
-#: include/functions.php:1893
+#: include/functions.php:1896
 #, fuzzy
 msgid "Select unread"
 msgstr "Inverti non letti"
 
-#: include/functions.php:1894
+#: include/functions.php:1897
 #, fuzzy
 msgid "Select starred"
 msgstr "Imposta con stella"
 
-#: include/functions.php:1895
+#: include/functions.php:1898
 #, fuzzy
 msgid "Select published"
 msgstr "Articoli pubblicati"
 
-#: include/functions.php:1896
+#: include/functions.php:1899
 #, fuzzy
 msgid "Invert selection"
 msgstr "Selezione:"
 
-#: include/functions.php:1897
+#: include/functions.php:1900
 msgid "Deselect everything"
 msgstr ""
 
-#: include/functions.php:1898 classes/pref/feeds.php:488
-#: classes/pref/feeds.php:707
+#: include/functions.php:1901 classes/pref/feeds.php:488
+#: classes/pref/feeds.php:719
 msgid "Feed"
 msgstr "Notiziario"
 
-#: include/functions.php:1899
+#: include/functions.php:1902
 #, fuzzy
 msgid "Refresh current feed"
 msgstr "Aggiorna notiziario attivo"
 
-#: include/functions.php:1900
+#: include/functions.php:1903
 #, fuzzy
 msgid "Un/hide read feeds"
 msgstr "Visualizza/Nascondi notiziari letti"
 
-#: include/functions.php:1901 classes/pref/feeds.php:1214
+#: include/functions.php:1904 classes/pref/feeds.php:1240
 msgid "Subscribe to feed"
 msgstr "Sottoscrivi il notiziario"
 
-#: include/functions.php:1902 js/FeedTree.js:135 js/PrefFeedTree.js:67
+#: include/functions.php:1905 js/FeedTree.js:135 js/PrefFeedTree.js:67
 msgid "Edit feed"
 msgstr "Modifica notiziario"
 
-#: include/functions.php:1904
+#: include/functions.php:1907
 #, fuzzy
 msgid "Reverse headlines"
 msgstr "Invertire l&apos;ordine dei sommari"
 
-#: include/functions.php:1905
+#: include/functions.php:1908
 #, fuzzy
 msgid "Debug feed update"
 msgstr "Disabilitare aggiornamenti"
 
-#: include/functions.php:1906 js/FeedTree.js:170
+#: include/functions.php:1909 js/FeedTree.js:177
 msgid "Mark all feeds as read"
 msgstr "Segna tutti i notiziari come letti"
 
-#: include/functions.php:1907
+#: include/functions.php:1910
 #, fuzzy
 msgid "Un/collapse current category"
 msgstr "Mettere nella categoria:"
 
-#: include/functions.php:1908
+#: include/functions.php:1911
 #, fuzzy
 msgid "Toggle combined mode"
 msgstr "Inverti pubblicati"
 
-#: include/functions.php:1909
+#: include/functions.php:1912
 #, fuzzy
 msgid "Go to"
 msgstr "Vai a..."
 
-#: include/functions.php:1911
+#: include/functions.php:1914
 msgid "Fresh"
 msgstr ""
 
-#: include/functions.php:1914
+#: include/functions.php:1917
 msgid "Tag cloud"
 msgstr "Nuvola etichette"
 
-#: include/functions.php:1916
+#: include/functions.php:1919
 #, fuzzy
 msgid "Other"
 msgstr "Altri notiziari"
 
-#: include/functions.php:1917 classes/pref/labels.php:281
+#: include/functions.php:1920 classes/pref/labels.php:281
 msgid "Create label"
 msgstr "Crea etichetta"
 
-#: include/functions.php:1918 classes/pref/filters.php:587
+#: include/functions.php:1921 classes/pref/filters.php:587
 msgid "Create filter"
 msgstr "Crea filtro"
 
-#: include/functions.php:1919
+#: include/functions.php:1922
 #, fuzzy
 msgid "Un/collapse sidebar"
 msgstr "Contrai la barra laterale"
 
-#: include/functions.php:1920
+#: include/functions.php:1923
 #, fuzzy
 msgid "Show help dialog"
 msgstr "Mostra il dialogo di ricerca"
 
-#: include/functions.php:2400
+#: include/functions.php:2405
 #, php-format
 msgid "Search results: %s"
 msgstr ""
 
-#: include/functions.php:2824 js/viewfeed.js:1845
+#: include/functions.php:2893 js/viewfeed.js:1905
 msgid "Click to play"
 msgstr "Fare clic per riprodurre"
 
-#: include/functions.php:2825 js/viewfeed.js:1844
+#: include/functions.php:2894 js/viewfeed.js:1904
 msgid "Play"
 msgstr "Riproduci"
 
-#: include/functions.php:2945
+#: include/functions.php:3015
 msgid " - "
 msgstr " - "
 
-#: include/functions.php:2967 include/functions.php:3284 classes/rpc.php:359
+#: include/functions.php:3037 include/functions.php:3354 classes/rpc.php:360
 msgid "no tags"
 msgstr "nessuna etichetta"
 
-#: include/functions.php:2977 classes/feeds.php:645
+#: include/functions.php:3047 classes/feeds.php:656
 msgid "Edit tags for this article"
 msgstr "Modifica le etichette per questo articolo"
 
-#: include/functions.php:3006 classes/feeds.php:600
+#: include/functions.php:3076 classes/feeds.php:610
 msgid "Originally from:"
 msgstr "Originariamente da:"
 
-#: include/functions.php:3019 classes/feeds.php:613 classes/pref/feeds.php:507
+#: include/functions.php:3089 classes/feeds.php:623 classes/pref/feeds.php:507
 msgid "Feed URL"
 msgstr "URL del notiziario"
 
-#: include/functions.php:3048
+#: include/functions.php:3118
 msgid "Related"
 msgstr ""
 
-#: include/functions.php:3075 classes/dlg.php:43 classes/dlg.php:162
+#: include/functions.php:3145 classes/dlg.php:43 classes/dlg.php:162
 #: classes/dlg.php:185 classes/dlg.php:222 classes/dlg.php:508
 #: classes/dlg.php:543 classes/dlg.php:574 classes/dlg.php:608
 #: classes/dlg.php:620 classes/backend.php:105 classes/pref/users.php:106
-#: classes/pref/filters.php:108 classes/pref/feeds.php:1527
-#: classes/pref/feeds.php:1598 plugins/import_export/init.php:407
+#: classes/pref/filters.php:108 classes/pref/feeds.php:1553
+#: classes/pref/feeds.php:1624 plugins/import_export/init.php:407
 #: plugins/import_export/init.php:431 plugins/share/init.php:67
-#: plugins/updater/init.php:329
+#: plugins/updater/init.php:330
 msgid "Close this window"
 msgstr "Chiudi questa finestra"
 
-#: include/functions.php:3309
+#: include/functions.php:3379
 msgid "(edit note)"
 msgstr "(modifica note)"
 
-#: include/functions.php:3542
+#: include/functions.php:3612
 msgid "unknown type"
 msgstr "tipo sconosciuto"
 
-#: include/functions.php:3592
+#: include/functions.php:3662
 #, fuzzy
 msgid "Attachments"
 msgstr "Allegati:"
@@ -943,7 +945,7 @@ msgstr "Pubblica articolo"
 msgid "Assign tags"
 msgstr "Assegna etichette"
 
-#: include/localized_schema.php:14 js/viewfeed.js:1809
+#: include/localized_schema.php:14 js/viewfeed.js:1869
 msgid "Assign label"
 msgstr "Assegna etichetta"
 
@@ -1140,7 +1142,7 @@ msgstr "Raggruppare i sommari in notiziari virtuali"
 
 #: include/localized_schema.php:57
 #, fuzzy
-msgid "Hide images in articles"
+msgid "Do not embed images in articles"
 msgstr "Non mostrare le immagini negli articoli"
 
 #: include/localized_schema.php:58
@@ -1151,7 +1153,7 @@ msgstr "Abilita API esterna"
 msgid "User timezone"
 msgstr "Fuso orario dell'utente"
 
-#: include/localized_schema.php:60 js/prefs.js:1733
+#: include/localized_schema.php:60 js/prefs.js:1740
 msgid "Customize stylesheet"
 msgstr "Personalizza il foglio di stile"
 
@@ -1203,7 +1205,7 @@ msgid "Title:"
 msgstr "Titolo"
 
 #: classes/handler/public.php:404 classes/dlg.php:667
-#: classes/pref/feeds.php:505 classes/pref/feeds.php:722
+#: classes/pref/feeds.php:505 classes/pref/feeds.php:734
 #: plugins/instances/init.php:215
 msgid "URL:"
 msgstr "URL:"
@@ -1232,8 +1234,8 @@ msgstr ""
 #: classes/dlg.php:751 classes/pref/users.php:194 classes/pref/labels.php:81
 #: classes/pref/filters.php:349 classes/pref/filters.php:729
 #: classes/pref/filters.php:798 classes/pref/filters.php:865
-#: classes/pref/feeds.php:689 classes/pref/feeds.php:829
-#: plugins/mail/init.php:132 plugins/note/init.php:55
+#: classes/pref/feeds.php:701 classes/pref/feeds.php:849
+#: plugins/mail/init.php:131 plugins/note/init.php:55
 #: plugins/instances/init.php:251
 msgid "Cancel"
 msgstr "Annulla"
@@ -1296,8 +1298,8 @@ msgstr ""
 #: classes/dlg.php:55 classes/pref/users.php:378 classes/pref/labels.php:272
 #: classes/pref/filters.php:230 classes/pref/filters.php:277
 #: classes/pref/filters.php:578 classes/pref/filters.php:657
-#: classes/pref/filters.php:684 classes/pref/feeds.php:1202
-#: classes/pref/feeds.php:1472 classes/pref/feeds.php:1541
+#: classes/pref/filters.php:684 classes/pref/feeds.php:1228
+#: classes/pref/feeds.php:1498 classes/pref/feeds.php:1567
 #: plugins/instances/init.php:287
 msgid "Select"
 msgstr "Seleziona"
@@ -1306,8 +1308,8 @@ msgstr "Seleziona"
 #: classes/pref/labels.php:275 classes/pref/filters.php:233
 #: classes/pref/filters.php:280 classes/pref/filters.php:581
 #: classes/pref/filters.php:660 classes/pref/filters.php:687
-#: classes/pref/feeds.php:1205 classes/pref/feeds.php:1475
-#: classes/pref/feeds.php:1544 plugins/instances/init.php:290
+#: classes/pref/feeds.php:1231 classes/pref/feeds.php:1501
+#: classes/pref/feeds.php:1570 plugins/instances/init.php:290
 msgid "All"
 msgstr "Tutti"
 
@@ -1315,8 +1317,8 @@ msgstr "Tutti"
 #: classes/pref/labels.php:277 classes/pref/filters.php:235
 #: classes/pref/filters.php:282 classes/pref/filters.php:583
 #: classes/pref/filters.php:662 classes/pref/filters.php:689
-#: classes/pref/feeds.php:1207 classes/pref/feeds.php:1477
-#: classes/pref/feeds.php:1546 plugins/instances/init.php:292
+#: classes/pref/feeds.php:1233 classes/pref/feeds.php:1503
+#: classes/pref/feeds.php:1572 plugins/instances/init.php:292
 msgid "None"
 msgstr "Nessuno"
 
@@ -1384,7 +1386,7 @@ msgid "Feed or site URL"
 msgstr "URL del notiziario"
 
 #: classes/dlg.php:249 classes/dlg.php:715 classes/pref/feeds.php:527
-#: classes/pref/feeds.php:735
+#: classes/pref/feeds.php:747
 msgid "Place in category:"
 msgstr "Mettere nella categoria:"
 
@@ -1393,17 +1395,17 @@ msgid "Available feeds"
 msgstr "Notiziari disponibili"
 
 #: classes/dlg.php:269 classes/pref/users.php:155 classes/pref/feeds.php:557
-#: classes/pref/feeds.php:771
+#: classes/pref/feeds.php:783
 msgid "Authentication"
 msgstr "Autenticazione"
 
 #: classes/dlg.php:273 classes/dlg.php:729 classes/pref/users.php:438
-#: classes/pref/feeds.php:563 classes/pref/feeds.php:775
+#: classes/pref/feeds.php:563 classes/pref/feeds.php:787
 msgid "Login"
 msgstr "Accesso"
 
-#: classes/dlg.php:276 classes/dlg.php:732 classes/pref/prefs.php:196
-#: classes/pref/feeds.php:569 classes/pref/feeds.php:781
+#: classes/dlg.php:276 classes/dlg.php:732 classes/pref/prefs.php:202
+#: classes/pref/feeds.php:569 classes/pref/feeds.php:793
 msgid "Password"
 msgstr "Password"
 
@@ -1420,7 +1422,7 @@ msgid "More feeds"
 msgstr "Altri notiziari"
 
 #: classes/dlg.php:318 classes/dlg.php:409 classes/pref/users.php:368
-#: classes/pref/filters.php:574 classes/pref/feeds.php:1198 js/tt-rss.js:166
+#: classes/pref/filters.php:574 classes/pref/feeds.php:1224 js/tt-rss.js:166
 msgid "Search"
 msgstr "Cerca"
 
@@ -1438,7 +1440,7 @@ msgstr "limite:"
 
 #: classes/dlg.php:349 classes/pref/users.php:394 classes/pref/labels.php:284
 #: classes/pref/filters.php:339 classes/pref/filters.php:596
-#: classes/pref/feeds.php:662 plugins/instances/init.php:297
+#: classes/pref/feeds.php:674 plugins/instances/init.php:297
 msgid "Remove"
 msgstr "Rimuovi"
 
@@ -1460,7 +1462,7 @@ msgstr "Etichette per questo articolo (separate da virgole):"
 
 #: classes/dlg.php:439 classes/dlg.php:650 classes/pref/users.php:192
 #: classes/pref/labels.php:79 classes/pref/filters.php:346
-#: classes/pref/feeds.php:688 classes/pref/feeds.php:826
+#: classes/pref/feeds.php:700 classes/pref/feeds.php:846
 #: plugins/nsfw/init.php:86 plugins/note/init.php:53
 #: plugins/owncloud/init.php:62 plugins/instances/init.php:248
 msgid "Save"
@@ -1495,7 +1497,7 @@ msgstr ""
 msgid "Display entries"
 msgstr ""
 
-#: classes/dlg.php:551 classes/feeds.php:133
+#: classes/dlg.php:551 classes/feeds.php:138
 msgid "View as RSS"
 msgstr "Visualizza come RSS"
 
@@ -1504,7 +1506,7 @@ msgid "You can view this feed as RSS using the following URL:"
 msgstr ""
 "È possibile vedere questo notiziario come RSS utilizzando il seguente URL:"
 
-#: classes/dlg.php:591 plugins/updater/init.php:303
+#: classes/dlg.php:591 plugins/updater/init.php:304
 #, php-format
 msgid "New version of Tiny Tiny RSS is available (%s)."
 msgstr "È disponibile una nuova versione di Tiny Tiny RSS (%s)."
@@ -1629,35 +1631,41 @@ msgstr "Sposta indietro"
 msgid "Delete"
 msgstr "Elimina"
 
-#: classes/feeds.php:125 plugins/mail/init.php:28
+#: classes/feeds.php:125 classes/feeds.php:130 plugins/mailto/init.php:28
+#: plugins/mail/init.php:28
 msgid "Forward by email"
 msgstr "Inoltra per email"
 
-#: classes/feeds.php:129
+#: classes/feeds.php:134
 msgid "Feed:"
 msgstr "Notiziario:"
 
-#: classes/feeds.php:196 classes/feeds.php:790
+#: classes/feeds.php:201 classes/feeds.php:801
 msgid "Feed not found."
 msgstr "Notiziario non trovato."
 
-#: classes/feeds.php:403 classes/feeds.php:493
+#: classes/feeds.php:500
 msgid "mark as read"
 msgstr "segna come letto"
 
-#: classes/feeds.php:691
+#: classes/feeds.php:555
+#, fuzzy
+msgid "Collapse article"
+msgstr "Tutti gli articoli"
+
+#: classes/feeds.php:702
 msgid "No unread articles found to display."
 msgstr "Nessun articolo non letto trovato da visualizzare."
 
-#: classes/feeds.php:694
+#: classes/feeds.php:705
 msgid "No updated articles found to display."
 msgstr "Nessun articolo non aggiornato trovato da visualizzare."
 
-#: classes/feeds.php:697
+#: classes/feeds.php:708
 msgid "No starred articles found to display."
 msgstr "Nessun articolo con stella trovato da visualizzare."
 
-#: classes/feeds.php:701
+#: classes/feeds.php:712
 msgid ""
 "No articles found to display. You can assign articles to labels manually "
 "(see the Actions menu above) or use a filter."
@@ -1666,21 +1674,21 @@ msgstr ""
 "gli articoli alle etichette (vedere il menù «Azioni» sopra) o utilizzare un "
 "filtro."
 
-#: classes/feeds.php:703
+#: classes/feeds.php:714
 msgid "No articles found to display."
 msgstr "Nessun articolo trovato da visualizzare."
 
-#: classes/feeds.php:718 classes/feeds.php:899
+#: classes/feeds.php:729 classes/feeds.php:910
 #, php-format
 msgid "Feeds last updated at %s"
 msgstr "Ultimo aggiornamento notiziari alle %s"
 
-#: classes/feeds.php:728 classes/feeds.php:909
+#: classes/feeds.php:739 classes/feeds.php:920
 msgid "Some feeds have update errors (click for details)"
 msgstr ""
 "Qualche notiziario ha degli errori di aggiornamento (fare clic per dettagli)"
 
-#: classes/feeds.php:889
+#: classes/feeds.php:900
 msgid "No feed selected."
 msgstr "Nessun notiziario selezionato."
 
@@ -1802,7 +1810,7 @@ msgid "Change password to"
 msgstr "Cambiare la password a"
 
 #: classes/pref/users.php:177 classes/pref/feeds.php:577
-#: classes/pref/feeds.php:787
+#: classes/pref/feeds.php:799
 msgid "Options"
 msgstr "Opzioni"
 
@@ -1950,7 +1958,7 @@ msgstr ""
 msgid "Combine"
 msgstr ""
 
-#: classes/pref/filters.php:600 classes/pref/feeds.php:1257
+#: classes/pref/filters.php:600 classes/pref/feeds.php:1283
 msgid "Rescore articles"
 msgstr "Cambio punteggio degli articoli"
 
@@ -2010,179 +2018,170 @@ msgstr "Le password inserite non corrispondono."
 msgid "Function not supported by authentication module."
 msgstr ""
 
-#: classes/pref/prefs.php:63
+#: classes/pref/prefs.php:69
 msgid "The configuration was saved."
 msgstr "La configurazione è stata salvata."
 
-#: classes/pref/prefs.php:77
+#: classes/pref/prefs.php:83
 #, php-format
 msgid "Unknown option: %s"
 msgstr "Opzione sconosciuta: %s"
 
-#: classes/pref/prefs.php:91
+#: classes/pref/prefs.php:97
 msgid "Your personal data has been saved."
 msgstr "I dati personali sono stati salvati."
 
-#: classes/pref/prefs.php:131
+#: classes/pref/prefs.php:137
 #, fuzzy
 msgid "Personal data / Authentication"
 msgstr "Autenticazione"
 
-#: classes/pref/prefs.php:151
+#: classes/pref/prefs.php:157
 msgid "Personal data"
 msgstr ""
 
-#: classes/pref/prefs.php:161
+#: classes/pref/prefs.php:167
 msgid "Full name"
 msgstr "Nome completo"
 
-#: classes/pref/prefs.php:165
+#: classes/pref/prefs.php:171
 msgid "E-mail"
 msgstr "Email"
 
-#: classes/pref/prefs.php:171
+#: classes/pref/prefs.php:177
 msgid "Access level"
 msgstr "Livello di accesso"
 
-#: classes/pref/prefs.php:181
+#: classes/pref/prefs.php:187
 msgid "Save data"
 msgstr "Salva dati"
 
-#: classes/pref/prefs.php:203
+#: classes/pref/prefs.php:209
 msgid "Your password is at default value, please change it."
 msgstr "La password è impostata al valore predefinito: cambiarla."
 
-#: classes/pref/prefs.php:235
+#: classes/pref/prefs.php:241
 msgid "Old password"
 msgstr "Vecchia password"
 
-#: classes/pref/prefs.php:238
+#: classes/pref/prefs.php:244
 msgid "New password"
 msgstr "Nuova password"
 
-#: classes/pref/prefs.php:243
+#: classes/pref/prefs.php:249
 msgid "Confirm password"
 msgstr "Conferma password"
 
-#: classes/pref/prefs.php:253
+#: classes/pref/prefs.php:259
 msgid "Change password"
 msgstr "Cambia password"
 
-#: classes/pref/prefs.php:259
+#: classes/pref/prefs.php:265
 msgid "One time passwords / Authenticator"
 msgstr ""
 
-#: classes/pref/prefs.php:288 classes/pref/prefs.php:339
+#: classes/pref/prefs.php:294 classes/pref/prefs.php:345
 #, fuzzy
 msgid "Enter your password"
 msgstr "Nome utente o password sbagliati"
 
-#: classes/pref/prefs.php:299
+#: classes/pref/prefs.php:305
 #, fuzzy
 msgid "Disable OTP"
 msgstr "Disabilitare aggiornamenti"
 
-#: classes/pref/prefs.php:305
+#: classes/pref/prefs.php:311
 msgid ""
 "You will need a compatible Authenticator to use this. Changing your password "
 "would automatically disable OTP."
 msgstr ""
 
-#: classes/pref/prefs.php:307
+#: classes/pref/prefs.php:313
 msgid "Scan the following code by the Authenticator application:"
 msgstr ""
 
-#: classes/pref/prefs.php:348
+#: classes/pref/prefs.php:354
 msgid "I have scanned the code and would like to enable OTP"
 msgstr ""
 
-#: classes/pref/prefs.php:356
+#: classes/pref/prefs.php:362
 #, fuzzy
 msgid "Enable OTP"
 msgstr "Abilitato"
 
-#: classes/pref/prefs.php:482
+#: classes/pref/prefs.php:493
 msgid "Customize"
 msgstr "Personalizza"
 
-#: classes/pref/prefs.php:501 classes/pref/prefs.php:508
-#: classes/pref/prefs.php:513
-msgid "Yes"
-msgstr "Sì"
-
-#: classes/pref/prefs.php:503 classes/pref/prefs.php:513
-msgid "No"
-msgstr "No"
-
-#: classes/pref/prefs.php:543
+#: classes/pref/prefs.php:552
 msgid "Register"
 msgstr "Registro"
 
-#: classes/pref/prefs.php:547
+#: classes/pref/prefs.php:556
 msgid "Clear"
 msgstr "Pulisci"
 
-#: classes/pref/prefs.php:553
+#: classes/pref/prefs.php:562
 #, php-format
 msgid "Current server time: %s (UTC)"
 msgstr ""
 
-#: classes/pref/prefs.php:582
+#: classes/pref/prefs.php:595
 msgid "Save configuration"
 msgstr "Salva configurazione"
 
-#: classes/pref/prefs.php:585
+#: classes/pref/prefs.php:598
 msgid "Manage profiles"
 msgstr "Gestisci profili"
 
-#: classes/pref/prefs.php:588
+#: classes/pref/prefs.php:601
 msgid "Reset to defaults"
 msgstr "Reimposta ai valori predefiniti"
 
-#: classes/pref/prefs.php:600
+#: classes/pref/prefs.php:613
 #, fuzzy
 msgid "Show additional preferences"
 msgstr "Esci dalle preferenze"
 
-#: classes/pref/prefs.php:612 classes/pref/prefs.php:614
+#: classes/pref/prefs.php:625 classes/pref/prefs.php:627
 msgid "Plugins"
 msgstr ""
 
-#: classes/pref/prefs.php:642
+#: classes/pref/prefs.php:655
 msgid "System plugins"
 msgstr ""
 
-#: classes/pref/prefs.php:646 classes/pref/prefs.php:695
+#: classes/pref/prefs.php:659 classes/pref/prefs.php:708
 msgid "Plugin"
 msgstr ""
 
-#: classes/pref/prefs.php:647 classes/pref/prefs.php:696
+#: classes/pref/prefs.php:660 classes/pref/prefs.php:709
 msgid "Description"
 msgstr ""
 
-#: classes/pref/prefs.php:648 classes/pref/prefs.php:697
+#: classes/pref/prefs.php:661 classes/pref/prefs.php:710
 msgid "Version"
 msgstr ""
 
-#: classes/pref/prefs.php:649 classes/pref/prefs.php:698
+#: classes/pref/prefs.php:662 classes/pref/prefs.php:711
 msgid "Author"
 msgstr ""
 
-#: classes/pref/prefs.php:682 classes/pref/prefs.php:733
+#: classes/pref/prefs.php:695 classes/pref/prefs.php:746
 #, fuzzy
 msgid "Clear data"
 msgstr "Pulisci i dati del notiziario"
 
-#: classes/pref/prefs.php:691
+#: classes/pref/prefs.php:704
 msgid "User plugins"
 msgstr ""
 
-#: classes/pref/prefs.php:748
+#: classes/pref/prefs.php:761
 #, fuzzy
 msgid "Enable selected plugins"
 msgstr "Abilitare le categorie dei notiziari"
 
-#: classes/pref/prefs.php:803 classes/pref/prefs.php:821
+#: classes/pref/prefs.php:816 classes/pref/prefs.php:834
 #, fuzzy
 msgid "Incorrect password"
 msgstr "Nome utente o password sbagliati"
@@ -2202,7 +2201,7 @@ msgstr "Notiziari memorizzati"
 msgid "Feed Title"
 msgstr "Titolo notiziario"
 
-#: classes/pref/feeds.php:550 classes/pref/feeds.php:762
+#: classes/pref/feeds.php:550 classes/pref/feeds.php:774
 msgid "Article purging:"
 msgstr "Eliminazione articoli:"
 
@@ -2215,140 +2214,144 @@ msgstr ""
 "proprio notiziario richiede l'autenticazione, eccetto per i notiziari di "
 "Twitter."
 
-#: classes/pref/feeds.php:589 classes/pref/feeds.php:791
+#: classes/pref/feeds.php:589 classes/pref/feeds.php:803
 msgid "Hide from Popular feeds"
 msgstr "Nascondere nei notiziari popolari"
 
-#: classes/pref/feeds.php:601 classes/pref/feeds.php:797
+#: classes/pref/feeds.php:601 classes/pref/feeds.php:809
 msgid "Include in e-mail digest"
 msgstr "Includere nell&apos;email riassunto"
 
-#: classes/pref/feeds.php:614 classes/pref/feeds.php:803
+#: classes/pref/feeds.php:614 classes/pref/feeds.php:815
 msgid "Always display image attachments"
 msgstr "Mostrare sempre le immagini allegate"
 
-#: classes/pref/feeds.php:628 classes/pref/feeds.php:811
+#: classes/pref/feeds.php:627 classes/pref/feeds.php:823
+msgid "Do not embed images"
+msgstr ""
+
+#: classes/pref/feeds.php:640 classes/pref/feeds.php:831
 msgid "Cache images locally"
 msgstr "Memorizzare le immagini localmente"
 
-#: classes/pref/feeds.php:640 classes/pref/feeds.php:817
+#: classes/pref/feeds.php:652 classes/pref/feeds.php:837
 msgid "Mark updated articles as unread"
 msgstr "Segnare gli articoli aggiornati come non letti"
 
-#: classes/pref/feeds.php:646
+#: classes/pref/feeds.php:658
 msgid "Icon"
 msgstr "Icona"
 
-#: classes/pref/feeds.php:660
+#: classes/pref/feeds.php:672
 msgid "Replace"
 msgstr "Sostituisci"
 
-#: classes/pref/feeds.php:679
+#: classes/pref/feeds.php:691
 msgid "Resubscribe to push updates"
 msgstr "Sottoscrivi per inviare aggiornamenti"
 
-#: classes/pref/feeds.php:686
+#: classes/pref/feeds.php:698
 msgid "Resets PubSubHubbub subscription status for push-enabled feeds."
 msgstr ""
 "Reimposta lo stato di sottoscrizione a PubSubHubbub per notiziari abilitati "
 "all'invio."
 
-#: classes/pref/feeds.php:701
+#: classes/pref/feeds.php:713
 msgid "Enable the options you wish to apply using checkboxes on the right:"
 msgstr ""
 
-#: classes/pref/feeds.php:1051 classes/pref/feeds.php:1104
+#: classes/pref/feeds.php:1077 classes/pref/feeds.php:1130
 msgid "All done."
 msgstr "Fatto tutto."
 
-#: classes/pref/feeds.php:1159
+#: classes/pref/feeds.php:1185
 msgid "Feeds with errors"
 msgstr "Notiziari con errori"
 
-#: classes/pref/feeds.php:1179
+#: classes/pref/feeds.php:1205
 #, fuzzy
 msgid "Inactive feeds"
 msgstr "Aggiorna notiziario attivo"
 
-#: classes/pref/feeds.php:1216
+#: classes/pref/feeds.php:1242
 msgid "Edit selected feeds"
 msgstr "Modifica i notiziari selezionati"
 
-#: classes/pref/feeds.php:1218 classes/pref/feeds.php:1232
+#: classes/pref/feeds.php:1244 classes/pref/feeds.php:1258
 msgid "Reset sort order"
 msgstr "Reimposta ordinamento"
 
-#: classes/pref/feeds.php:1220 js/prefs.js:1778
+#: classes/pref/feeds.php:1246 js/prefs.js:1785
 msgid "Batch subscribe"
 msgstr ""
 
-#: classes/pref/feeds.php:1225
+#: classes/pref/feeds.php:1251
 #, fuzzy
 msgid "Categories"
 msgstr "Categorie notiziario"
 
-#: classes/pref/feeds.php:1228
+#: classes/pref/feeds.php:1254
 #, fuzzy
 msgid "Add category"
 msgstr "Modifica categorie"
 
-#: classes/pref/feeds.php:1230
+#: classes/pref/feeds.php:1256
 #, fuzzy
 msgid "(Un)hide empty categories"
 msgstr "Modifica categorie"
 
-#: classes/pref/feeds.php:1234
+#: classes/pref/feeds.php:1260
 #, fuzzy
 msgid "Remove selected"
 msgstr "Rimuovere i notiziari selezionati?"
 
-#: classes/pref/feeds.php:1248
+#: classes/pref/feeds.php:1274
 msgid "More actions..."
 msgstr "Altre azioni..."
 
-#: classes/pref/feeds.php:1252
+#: classes/pref/feeds.php:1278
 msgid "Manual purge"
 msgstr "Eliminazione manuale"
 
-#: classes/pref/feeds.php:1256
+#: classes/pref/feeds.php:1282
 msgid "Clear feed data"
 msgstr "Pulisci i dati del notiziario"
 
-#: classes/pref/feeds.php:1307
+#: classes/pref/feeds.php:1333
 msgid "OPML"
 msgstr "OPML"
 
-#: classes/pref/feeds.php:1309
+#: classes/pref/feeds.php:1335
 msgid ""
 "Using OPML you can export and import your feeds, filters, labels and Tiny "
 "Tiny RSS settings."
 msgstr ""
 
-#: classes/pref/feeds.php:1311
+#: classes/pref/feeds.php:1337
 msgid "Only main settings profile can be migrated using OPML."
 msgstr ""
 
-#: classes/pref/feeds.php:1324
+#: classes/pref/feeds.php:1350
 #, fuzzy
 msgid "Import my OPML"
 msgstr "Importazione OPML..."
 
-#: classes/pref/feeds.php:1328
+#: classes/pref/feeds.php:1354
 #, fuzzy
 msgid "Filename:"
 msgstr "Nome completo"
 
-#: classes/pref/feeds.php:1330
+#: classes/pref/feeds.php:1356
 #, fuzzy
 msgid "Include settings"
 msgstr "Includere nell&apos;email riassunto"
 
-#: classes/pref/feeds.php:1334
+#: classes/pref/feeds.php:1360
 #, fuzzy
 msgid "Export OPML"
 msgstr "Importazione OPML..."
 
-#: classes/pref/feeds.php:1338
+#: classes/pref/feeds.php:1364
 msgid ""
 "Your OPML can be published publicly and can be subscribed by anyone who "
 "knows the URL below."
@@ -2356,22 +2359,22 @@ msgstr ""
 "OPML può essere pubblicato e può essere sottoscritto da chiunque conosca "
 "l&apos;URL seguente."
 
-#: classes/pref/feeds.php:1340
+#: classes/pref/feeds.php:1366
 msgid ""
 "Published OPML does not include your Tiny Tiny RSS settings, feeds that "
 "require authentication or feeds hidden from Popular feeds."
 msgstr ""
 
-#: classes/pref/feeds.php:1343
+#: classes/pref/feeds.php:1369
 #, fuzzy
 msgid "Display published OPML URL"
 msgstr "URL OPML pubblico"
 
-#: classes/pref/feeds.php:1353
+#: classes/pref/feeds.php:1379
 msgid "Firefox integration"
 msgstr "Integrazione con Firefox"
 
-#: classes/pref/feeds.php:1355
+#: classes/pref/feeds.php:1381
 msgid ""
 "This Tiny Tiny RSS site can be used as a Firefox Feed Reader by clicking the "
 "link below."
@@ -2379,20 +2382,20 @@ msgstr ""
 "Questo sito di Tiny Tiny RSS può essere utilizzato come lettore di notiziari "
 "di Firefox facendo clic sul collegamento qui sotto."
 
-#: classes/pref/feeds.php:1362
+#: classes/pref/feeds.php:1388
 msgid "Click here to register this site as a feed reader."
 msgstr "Fare clic qui per registrare questo sito come lettore di notiziari."
 
-#: classes/pref/feeds.php:1370
+#: classes/pref/feeds.php:1396
 #, fuzzy
 msgid "Published & shared articles / Generated feeds"
 msgstr "Articoli pubblicati e notiziari generati"
 
-#: classes/pref/feeds.php:1372
+#: classes/pref/feeds.php:1398
 msgid "Published articles and generated feeds"
 msgstr "Articoli pubblicati e notiziari generati"
 
-#: classes/pref/feeds.php:1374
+#: classes/pref/feeds.php:1400
 msgid ""
 "Published articles are exported as a public RSS feed and can be subscribed "
 "by anyone who knows the URL specified below."
@@ -2401,28 +2404,28 @@ msgstr ""
 "possono essere sottoscritti da chiunque conosca l&apos;URL specificato qui "
 "sotto."
 
-#: classes/pref/feeds.php:1380
+#: classes/pref/feeds.php:1406
 msgid "Display URL"
 msgstr "Visualizza URL"
 
-#: classes/pref/feeds.php:1383
+#: classes/pref/feeds.php:1409
 msgid "Clear all generated URLs"
 msgstr "Pulisci tutti gli URL generati"
 
-#: classes/pref/feeds.php:1385
+#: classes/pref/feeds.php:1411
 msgid "Articles shared by URL"
 msgstr ""
 
-#: classes/pref/feeds.php:1387
+#: classes/pref/feeds.php:1413
 msgid "You can disable all articles shared by unique URLs here."
 msgstr ""
 
-#: classes/pref/feeds.php:1390
+#: classes/pref/feeds.php:1416
 #, fuzzy
 msgid "Unshare all articles"
 msgstr "Togli la stella all&apos;articolo"
 
-#: classes/pref/feeds.php:1468
+#: classes/pref/feeds.php:1494
 msgid ""
 "These feeds have not been updated with new content for 3 months (oldest "
 "first):"
@@ -2430,15 +2433,15 @@ msgstr ""
 "Questi notiziari non sono stati aggiornati con nuovi contenuti da 3 mesi "
 "(più vecchi prima):"
 
-#: classes/pref/feeds.php:1505 classes/pref/feeds.php:1574
+#: classes/pref/feeds.php:1531 classes/pref/feeds.php:1600
 msgid "Click to edit feed"
 msgstr "Fare clic per modificare il notiziario"
 
-#: classes/pref/feeds.php:1523 classes/pref/feeds.php:1594
+#: classes/pref/feeds.php:1549 classes/pref/feeds.php:1620
 msgid "Unsubscribe from selected feeds"
 msgstr "Annulla la sottoscrizione ai notiziari selezionati"
 
-#: classes/pref/feeds.php:1534
+#: classes/pref/feeds.php:1560
 msgid "These feeds have not been updated because of errors:"
 msgstr "Questi notiziari non sono stati aggiornati a causa di errori:"
 
@@ -2469,6 +2472,10 @@ msgstr "Salve,"
 msgid "Regular version"
 msgstr ""
 
+#: plugins/close_button/init.php:24
+msgid "Close article"
+msgstr ""
+
 #: plugins/nsfw/init.php:32 plugins/nsfw/init.php:43
 msgid "Not work safe (click to toggle)"
 msgstr ""
@@ -2503,6 +2510,34 @@ msgstr "La password è stata cambiata"
 msgid "Old password is incorrect."
 msgstr "La vecchia password non è corretta."
 
+#: plugins/mailto/init.php:52 plugins/mailto/init.php:58
+#: plugins/mail/init.php:71 plugins/mail/init.php:77
+msgid "[Forwarded]"
+msgstr "[Inoltrato]"
+
+#: plugins/mailto/init.php:52 plugins/mail/init.php:71
+msgid "Multiple articles"
+msgstr "Articoli multipli"
+
+#: plugins/mailto/init.php:74
+msgid "Clicking the following link to invoke your mail client:"
+msgstr ""
+
+#: plugins/mailto/init.php:78
+#, fuzzy
+msgid "Forward selected article(s) by email."
+msgstr "Inoltra l'articolo per email"
+
+#: plugins/mailto/init.php:81
+msgid ""
+"You should be able to edit the message before sending in your mail client."
+msgstr ""
+
+#: plugins/mailto/init.php:86
+#, fuzzy
+msgid "Close this dialog"
+msgstr "Chiudi questo pannello"
+
 #: plugins/bookmarklets/init.php:22
 msgid "Bookmarklets"
 msgstr ""
@@ -2580,27 +2615,19 @@ msgid ""
 "\t\t\t\tin PHP.ini (current value = %s)"
 msgstr ""
 
-#: plugins/mail/init.php:72 plugins/mail/init.php:78
-msgid "[Forwarded]"
-msgstr "[Inoltrato]"
-
-#: plugins/mail/init.php:72
-msgid "Multiple articles"
-msgstr "Articoli multipli"
-
-#: plugins/mail/init.php:93
+#: plugins/mail/init.php:92
 msgid "From:"
 msgstr "Da:"
 
-#: plugins/mail/init.php:102
+#: plugins/mail/init.php:101
 msgid "To:"
 msgstr "A:"
 
-#: plugins/mail/init.php:115
+#: plugins/mail/init.php:114
 msgid "Subject:"
 msgstr "Oggetto:"
 
-#: plugins/mail/init.php:131
+#: plugins/mail/init.php:130
 msgid "Send e-mail"
 msgstr "Invia email"
 
@@ -2687,29 +2714,29 @@ msgstr "Metti la stella all&apos;articolo"
 msgid "Share on Google+"
 msgstr "Condividi su Twitter"
 
-#: plugins/updater/init.php:294 plugins/updater/init.php:306
+#: plugins/updater/init.php:295 plugins/updater/init.php:307
 #: plugins/updater/updater.js:10
 #, fuzzy
 msgid "Update Tiny Tiny RSS"
 msgstr "Ritorna a Tiny Tiny RSS"
 
-#: plugins/updater/init.php:309
+#: plugins/updater/init.php:310
 #, fuzzy
 msgid "Your Tiny Tiny RSS installation is up to date."
 msgstr "Il database di Tiny Tiny RSS è aggiornato."
 
-#: plugins/updater/init.php:319
+#: plugins/updater/init.php:320
 msgid ""
 "Do not close this dialog until updating is finished. Backup your tt-rss "
 "directory before continuing."
 msgstr ""
 
-#: plugins/updater/init.php:322
+#: plugins/updater/init.php:323
 #, fuzzy
 msgid "Ready to update."
 msgstr "Ultimo aggiornamento:"
 
-#: plugins/updater/init.php:327
+#: plugins/updater/init.php:328
 #, fuzzy
 msgid "Start update"
 msgstr "Ultimo aggiornamento:"
@@ -2719,12 +2746,12 @@ msgstr "Ultimo aggiornamento:"
 msgid "Share on Twitter"
 msgstr "Condividi su Twitter"
 
-#: js/feedlist.js:218
+#: js/feedlist.js:215
 msgid "New articles available in this feed (click to show)"
 msgstr ""
 "Nuovi articoli disponibili per questo notiziario (fare clic per mostrarli)"
 
-#: js/feedlist.js:420 js/feedlist.js:435 plugins/digest/digest.js:25
+#: js/feedlist.js:417 js/feedlist.js:432 plugins/digest/digest.js:25
 msgid "Mark all articles in %s as read?"
 msgstr "Segnare tutti gli articoli in «%s» come letti?"
 
@@ -2811,7 +2838,7 @@ msgstr ""
 "Reimpostare la sottoscrizione? Tiny Tiny RSS proverà ancora al prossimo "
 "aggiornamento del notiziario a sottoscrivere il centro notifiche."
 
-#: js/functions.js:1266 js/tt-rss.js:367
+#: js/functions.js:1266 js/tt-rss.js:369
 msgid "Unsubscribe from %s?"
 msgstr "Annullare la sottoscrizione a «%s»?"
 
@@ -2823,7 +2850,7 @@ msgstr "Inserire il titolo della categoria:"
 msgid "Generate new syndication address for this feed?"
 msgstr "Generare un nuovo indirizzo per questo notiziario?"
 
-#: js/functions.js:1597 js/tt-rss.js:348 js/tt-rss.js:713
+#: js/functions.js:1597 js/tt-rss.js:350 js/tt-rss.js:729
 msgid "You can't edit this kind of feed."
 msgstr "Impossibile modificare questo tipo di notiziario."
 
@@ -2836,8 +2863,8 @@ msgid "More Feeds"
 msgstr "Altri notiziari"
 
 #: js/functions.js:1711 js/functions.js:1821 js/prefs.js:397 js/prefs.js:427
-#: js/prefs.js:459 js/prefs.js:642 js/prefs.js:662 js/prefs.js:1203
-#: js/prefs.js:1348
+#: js/prefs.js:459 js/prefs.js:642 js/prefs.js:662 js/prefs.js:1210
+#: js/prefs.js:1355
 msgid "No feeds are selected."
 msgstr "Nessun notiziario selezionato."
 
@@ -2853,7 +2880,7 @@ msgstr ""
 msgid "Feeds with update errors"
 msgstr "Notiziari con errori di aggiornamento"
 
-#: js/functions.js:1803 js/prefs.js:1185
+#: js/functions.js:1803 js/prefs.js:1192
 msgid "Remove selected feeds?"
 msgstr "Rimuovere i notiziari selezionati?"
 
@@ -2896,7 +2923,7 @@ msgstr "Rimuovere il filtro «%s»?"
 msgid "Remove selected labels?"
 msgstr "Rimuovere le etichette selezionate?"
 
-#: js/prefs.js:295 js/prefs.js:1389
+#: js/prefs.js:295 js/prefs.js:1396
 msgid "No labels are selected."
 msgstr "Nessuna etichetta selezionata."
 
@@ -2966,108 +2993,108 @@ msgstr "Modifica notiziari multipli"
 msgid "Save changes to selected feeds?"
 msgstr "Salvare i cambiamenti ai notiziari selezionati?"
 
-#: js/prefs.js:790
+#: js/prefs.js:797
 msgid "OPML Import"
 msgstr "Importazione OPML"
 
-#: js/prefs.js:817
+#: js/prefs.js:824
 msgid "Please choose an OPML file first."
 msgstr "Scegliere prima un file OPML."
 
-#: js/prefs.js:973
+#: js/prefs.js:980
 msgid "Reset to defaults?"
 msgstr "Reimpostare ai valori predefiniti?"
 
-#: js/prefs.js:1092
+#: js/prefs.js:1099
 msgid ""
 "Remove category %s? Any nested feeds would be placed into Uncategorized."
 msgstr ""
 
-#: js/prefs.js:1119
+#: js/prefs.js:1126
 msgid "Remove selected categories?"
 msgstr "Rimuovere le categorie selezionate?"
 
-#: js/prefs.js:1135
+#: js/prefs.js:1142
 msgid "No categories are selected."
 msgstr "Nessuna categoria selezionata."
 
-#: js/prefs.js:1143
+#: js/prefs.js:1150
 #, fuzzy
 msgid "Category title:"
 msgstr "Categorie"
 
-#: js/prefs.js:1174
+#: js/prefs.js:1181
 msgid "Feeds without recent updates"
 msgstr "Notiziari senza aggiornamenti recenti"
 
-#: js/prefs.js:1223
+#: js/prefs.js:1230
 msgid "Replace current OPML publishing address with a new one?"
 msgstr ""
 "Sostituire l&apos;indirizzo di pubblicazione OPML attuale con uno nuovo?"
 
-#: js/prefs.js:1332
+#: js/prefs.js:1339
 msgid "Rescore articles in selected feeds?"
 msgstr "Cambiare il punteggio agli articoli nel notiziario selezionato?"
 
-#: js/prefs.js:1355
+#: js/prefs.js:1362
 msgid "Rescore all articles? This operation may take a lot of time."
 msgstr ""
 "Cambiare il punteggio a tutti i notiziari? Questa operazione può durare "
 "molto tempo."
 
-#: js/prefs.js:1375
+#: js/prefs.js:1382
 msgid "Reset selected labels to default colors?"
 msgstr "Reimpostare le etichette selezionate ai colori predefiniti?"
 
-#: js/prefs.js:1412
+#: js/prefs.js:1419
 msgid "Settings Profiles"
 msgstr "Impostazioni dei profili"
 
-#: js/prefs.js:1421
+#: js/prefs.js:1428
 msgid ""
 "Remove selected profiles? Active and default profiles will not be removed."
 msgstr ""
 "Rimuovere i profili selezionati? Il profilo attivo e quello predefinito non "
 "saranno rimossi."
 
-#: js/prefs.js:1439
+#: js/prefs.js:1446
 msgid "No profiles are selected."
 msgstr "Nessun profilo selezionato."
 
-#: js/prefs.js:1447 js/prefs.js:1500
+#: js/prefs.js:1454 js/prefs.js:1507
 msgid "Activate selected profile?"
 msgstr "Attivare il profilo selezionato?"
 
-#: js/prefs.js:1463 js/prefs.js:1516
+#: js/prefs.js:1470 js/prefs.js:1523
 msgid "Please choose a profile to activate."
 msgstr "Scegliere un profilo da attivare"
 
-#: js/prefs.js:1524
+#: js/prefs.js:1531
 msgid "This will invalidate all previously generated feed URLs. Continue?"
 msgstr ""
 "Questo invaliderà tutti gli URL di notiziari generati precedentemente. "
 "Continuare?"
 
-#: js/prefs.js:1543
+#: js/prefs.js:1550
 msgid "This will invalidate all previously shared article URLs. Continue?"
 msgstr ""
 
-#: js/prefs.js:1641
+#: js/prefs.js:1648
 msgid "Label Editor"
 msgstr "Editor etichette"
 
-#: js/prefs.js:1704
+#: js/prefs.js:1711
 msgid ""
 "This will clear your stored authentication information for Twitter. Continue?"
 msgstr ""
 "Questo pulirà le informazioni di autenticazione memorizzate per Twitter. "
 "Continuare?"
 
-#: js/prefs.js:1784
+#: js/prefs.js:1791
 msgid "Subscribing to feeds..."
 msgstr ""
 
-#: js/prefs.js:1821
+#: js/prefs.js:1828
 msgid "Clear stored data for this plugin?"
 msgstr ""
 
@@ -3075,28 +3102,28 @@ msgstr ""
 msgid "Mark all articles as read?"
 msgstr "Segnare tutti gli articoli come letti?"
 
-#: js/tt-rss.js:356
+#: js/tt-rss.js:358
 msgid "You can't unsubscribe from the category."
 msgstr "Impossibile annullare la sottoscrizione alla categoria."
 
-#: js/tt-rss.js:361 js/tt-rss.js:511
+#: js/tt-rss.js:363 js/tt-rss.js:513
 msgid "Please select some feed first."
 msgstr "Selezionare prima qualche notiziario."
 
-#: js/tt-rss.js:506
+#: js/tt-rss.js:508
 msgid "You can't rescore this kind of feed."
 msgstr "Impossibile cambiare il punteggio a questo tipo di notiziari."
 
-#: js/tt-rss.js:516
+#: js/tt-rss.js:518
 msgid "Rescore articles in %s?"
 msgstr "Cambiare il punteggio degli articoli in «%s»?"
 
-#: js/tt-rss.js:672
+#: js/tt-rss.js:688
 #, fuzzy
 msgid "Please enable mail plugin first."
 msgstr "Selezionare prima qualche notiziario."
 
-#: js/tt-rss.js:834
+#: js/tt-rss.js:850
 msgid "New version available!"
 msgstr "Nuova versione disponibile."
 
@@ -3120,74 +3147,75 @@ msgstr "Metti la stella all&apos;articolo"
 msgid "Unpublish article"
 msgstr "Non pubblicare articolo"
 
-#: js/viewfeed.js:674 js/viewfeed.js:702 js/viewfeed.js:729 js/viewfeed.js:791
-#: js/viewfeed.js:823 js/viewfeed.js:960 js/viewfeed.js:1003
-#: js/viewfeed.js:1053 js/viewfeed.js:1927 plugins/mail/mail.js:7
+#: js/viewfeed.js:681 js/viewfeed.js:709 js/viewfeed.js:736 js/viewfeed.js:798
+#: js/viewfeed.js:830 js/viewfeed.js:967 js/viewfeed.js:1010
+#: js/viewfeed.js:1060 js/viewfeed.js:1987 plugins/mailto/init.js:7
+#: plugins/mail/mail.js:7
 msgid "No articles are selected."
 msgstr "Nessun articolo selezionato."
 
-#: js/viewfeed.js:940
+#: js/viewfeed.js:947
 msgid "Mark all visible articles in %s as read?"
 msgstr "Segnare tutti gli articoli visibili in «%s» come letti?"
 
-#: js/viewfeed.js:968
+#: js/viewfeed.js:975
 msgid "Delete %d selected articles in %s?"
 msgstr "Eliminare i %d articoli selezionati in «%s»?"
 
-#: js/viewfeed.js:970
+#: js/viewfeed.js:977
 msgid "Delete %d selected articles?"
 msgstr "Eliminare i %d articoli selezionati?"
 
-#: js/viewfeed.js:1012
+#: js/viewfeed.js:1019
 msgid "Archive %d selected articles in %s?"
 msgstr "Archiviare i %d articoli selezionati in «%s»?"
 
-#: js/viewfeed.js:1015
+#: js/viewfeed.js:1022
 msgid "Move %d archived articles back?"
 msgstr "Spostare %d articoli archiviati indietro?"
 
-#: js/viewfeed.js:1059
+#: js/viewfeed.js:1066
 msgid "Mark %d selected articles in %s as read?"
 msgstr "Segnare %d articoli selezionati in «%s» come letti?"
 
-#: js/viewfeed.js:1083
+#: js/viewfeed.js:1090
 msgid "Edit article Tags"
 msgstr "Modifica etichette articolo"
 
-#: js/viewfeed.js:1252
+#: js/viewfeed.js:1259
 msgid "No article is selected."
 msgstr "Nessun articolo selezionato."
 
-#: js/viewfeed.js:1287
+#: js/viewfeed.js:1294
 msgid "No articles found to mark"
 msgstr "Nessun articolo trovato da segnare"
 
-#: js/viewfeed.js:1289
+#: js/viewfeed.js:1296
 msgid "Mark %d article(s) as read?"
 msgstr "Segnare %d articolo/i come letto/i?"
 
-#: js/viewfeed.js:1744
+#: js/viewfeed.js:1804
 msgid "Open original article"
 msgstr "Apri articolo di origine"
 
-#: js/viewfeed.js:1814
+#: js/viewfeed.js:1874
 msgid "Remove label"
 msgstr "Rimuovi etichetta"
 
-#: js/viewfeed.js:1838
+#: js/viewfeed.js:1898
 msgid "Playing..."
 msgstr "In riproduzione..."
 
-#: js/viewfeed.js:1839
+#: js/viewfeed.js:1899
 msgid "Click to pause"
 msgstr "Fare clic per mettere in pausa"
 
-#: js/viewfeed.js:1896
+#: js/viewfeed.js:1956
 #, fuzzy
 msgid "Please enter new score for selected articles:"
 msgstr "Eliminare i %d articoli selezionati?"
 
-#: js/viewfeed.js:1938
+#: js/viewfeed.js:1998
 #, fuzzy
 msgid "Please enter new score for this article:"
 msgstr "Inserire il titolo della categoria:"
@@ -3216,6 +3244,10 @@ msgstr "Nessun notiziario non letto."
 msgid "Load more..."
 msgstr "Carica altri..."
 
+#: plugins/mailto/init.js:21 plugins/mail/mail.js:21
+msgid "Forward article by email"
+msgstr "Inoltra l'articolo per email"
+
 #: plugins/import_export/import_export.js:13
 msgid "Export Data"
 msgstr ""
@@ -3234,10 +3266,6 @@ msgstr ""
 msgid "Please choose the file first."
 msgstr ""
 
-#: plugins/mail/mail.js:21
-msgid "Forward article by email"
-msgstr "Inoltra l'articolo per email"
-
 #: plugins/instances/instances.js:10
 msgid "Link Instance"
 msgstr "Collega istanza"
@@ -3269,6 +3297,12 @@ msgid ""
 "before continuing. Please type 'yes' to continue."
 msgstr ""
 
+#~ msgid "Yes"
+#~ msgstr "Sì"
+
+#~ msgid "No"
+#~ msgstr "No"
+
 #~ msgid "Comments?"
 #~ msgstr "Commenti?"
 
@@ -3380,9 +3414,6 @@ msgstr ""
 #~ msgid "Can't update this kind of feed."
 #~ msgstr "Impossibile aggiornare questo tipo di notiziario."
 
-#~ msgid "Close this panel"
-#~ msgstr "Chiudi questo pannello"
-
 #~ msgid "Update feed"
 #~ msgstr "Aggiorna notiziario"
 
index 767141f0cb74747c2ae09aad6265e9da33ba02dd..ead1f7cc98d97b7924648aa4333d8da50e10eb85 100644 (file)
Binary files a/locale/ja_JP/LC_MESSAGES/messages.mo and b/locale/ja_JP/LC_MESSAGES/messages.mo differ
index 6093478e818341e7663abb3f54450ecb14ad45da..ff90d0508f2c1e7cc20278e587bcbb996de8fe19 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: tt-rss unstable\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-03-19 10:14+0400\n"
+"POT-Creation-Date: 2013-03-20 15:53+0400\n"
 "PO-Revision-Date: 2009-05-12 03:25+0900\n"
 "Last-Translator: Tadashi Jokagi <elf2000@users.sourceforge.net>\n"
 "Language-Team: Japanese <http://oss.poyo.jp/>\n"
@@ -261,8 +261,8 @@ msgstr ""
 
 #: index.php:117 index.php:147 index.php:252 prefs.php:79
 #: classes/backend.php:5 classes/pref/labels.php:296
-#: classes/pref/filters.php:609 classes/pref/feeds.php:1270
-#: plugins/digest/digest_body.php:45 js/viewfeed.js:1174
+#: classes/pref/filters.php:609 classes/pref/feeds.php:1296
+#: plugins/digest/digest_body.php:45 js/viewfeed.js:1181
 msgid "Loading, please wait..."
 msgstr "読み込みんでいます。しばらくお待ちください..."
 
@@ -291,11 +291,11 @@ msgstr ""
 msgid "All Articles"
 msgstr "すべての記事"
 
-#: index.php:169 include/functions.php:1912 classes/feeds.php:106
+#: index.php:169 include/functions.php:1915 classes/feeds.php:106
 msgid "Starred"
 msgstr "お気に入り"
 
-#: index.php:170 include/functions.php:1913 classes/feeds.php:107
+#: index.php:170 include/functions.php:1916 classes/feeds.php:107
 msgid "Published"
 msgstr "公開済み"
 
@@ -332,13 +332,14 @@ msgstr "題名"
 msgid "Score"
 msgstr "スコア"
 
-#: index.php:187 classes/pref/feeds.php:535 classes/pref/feeds.php:746
+#: index.php:187 classes/pref/feeds.php:535 classes/pref/feeds.php:758
 msgid "Update"
 msgstr "更新"
 
-#: index.php:191 index.php:221 include/functions.php:1903
-#: include/localized_schema.php:10 classes/feeds.php:111 classes/feeds.php:131
-#: js/FeedTree.js:128 js/FeedTree.js:156 plugins/digest/digest.js:630
+#: index.php:191 index.php:221 include/functions.php:1906
+#: include/localized_schema.php:10 classes/feeds.php:111 classes/feeds.php:136
+#: classes/feeds.php:410 js/FeedTree.js:128 js/FeedTree.js:156
+#: plugins/digest/digest.js:630
 msgid "Mark as read"
 msgstr "既読にする"
 
@@ -371,7 +372,7 @@ msgstr "フィードを編集する..."
 msgid "Rescore feed"
 msgstr "フィードのスコアを再計算しています..."
 
-#: index.php:219 classes/pref/feeds.php:672 classes/pref/feeds.php:1243
+#: index.php:219 classes/pref/feeds.php:684 classes/pref/feeds.php:1269
 #: js/PrefFeedTree.js:73
 msgid "Unsubscribe"
 msgstr "購読をやめる"
@@ -397,7 +398,7 @@ msgstr ""
 msgid "Show tag cloud..."
 msgstr "タグクラウド"
 
-#: index.php:229 include/functions.php:1890
+#: index.php:229 include/functions.php:1893
 #, fuzzy
 msgid "Toggle widescreen mode"
 msgstr "カテゴリーの並び替えモードの切り替え"
@@ -424,8 +425,8 @@ msgstr "キーボードショートカット"
 msgid "Logout"
 msgstr "ログアウト"
 
-#: prefs.php:28 prefs.php:99 include/functions.php:1915
-#: classes/pref/prefs.php:371
+#: prefs.php:28 prefs.php:99 include/functions.php:1918
+#: classes/pref/prefs.php:377
 msgid "Preferences"
 msgstr "設定"
 
@@ -437,8 +438,8 @@ msgstr "キーボードショートカット"
 msgid "Exit preferences"
 msgstr "設定を終了する"
 
-#: prefs.php:102 classes/pref/feeds.php:100 classes/pref/feeds.php:1148
-#: classes/pref/feeds.php:1211
+#: prefs.php:102 classes/pref/feeds.php:100 classes/pref/feeds.php:1174
+#: classes/pref/feeds.php:1237
 msgid "Feeds"
 msgstr "フィード"
 
@@ -446,8 +447,8 @@ msgstr "フィード"
 msgid "Filters"
 msgstr "フィルター"
 
-#: prefs.php:108 mobile/mobile-functions.php:205 include/functions.php:1118
-#: include/functions.php:1739 classes/pref/labels.php:90
+#: prefs.php:108 mobile/mobile-functions.php:205 include/functions.php:1121
+#: include/functions.php:1742 classes/pref/labels.php:90
 msgid "Labels"
 msgstr "ラベル"
 
@@ -541,8 +542,8 @@ msgstr ""
 msgid "Home"
 msgstr ""
 
-#: mobile/mobile-functions.php:178 include/functions.php:1116
-#: include/functions.php:1737
+#: mobile/mobile-functions.php:178 include/functions.php:1119
+#: include/functions.php:1740
 msgid "Special"
 msgstr "特別"
 
@@ -589,9 +590,9 @@ msgstr "未読記事数によるフィードの並び替え"
 msgid "Reverse headline order (oldest first)"
 msgstr "ヘッドラインの逆順 (古いものがはじめに)"
 
-#: include/digest.php:131 include/functions.php:1127
-#: include/functions.php:1640 include/functions.php:1725
-#: include/functions.php:1747 classes/opml.php:416 classes/pref/feeds.php:188
+#: include/digest.php:131 include/functions.php:1130
+#: include/functions.php:1643 include/functions.php:1728
+#: include/functions.php:1750 classes/opml.php:416 classes/pref/feeds.php:188
 msgid "Uncategorized"
 msgstr "カテゴリー割り当てなし"
 
@@ -604,324 +605,324 @@ msgstr "お気に入りの記事"
 msgid "No feeds found."
 msgstr "フィードがありません。"
 
-#: include/functions.php:698
+#: include/functions.php:701
 msgid "Session failed to validate (incorrect IP)"
 msgstr "セッションの検査に失敗しました (IP が正しくない)"
 
-#: include/functions.php:1589 classes/dlg.php:371 classes/pref/filters.php:368
+#: include/functions.php:1592 classes/dlg.php:371 classes/pref/filters.php:368
 msgid "All feeds"
 msgstr "すべてのフィード"
 
-#: include/functions.php:1790
+#: include/functions.php:1793
 msgid "Starred articles"
 msgstr "お気に入りの記事"
 
-#: include/functions.php:1792
+#: include/functions.php:1795
 msgid "Published articles"
 msgstr "公開済みの記事"
 
-#: include/functions.php:1794
+#: include/functions.php:1797
 msgid "Fresh articles"
 msgstr "新しい記事"
 
-#: include/functions.php:1796 include/functions.php:1910
+#: include/functions.php:1799 include/functions.php:1913
 msgid "All articles"
 msgstr "すべての記事"
 
-#: include/functions.php:1798
+#: include/functions.php:1801
 #, fuzzy
 msgid "Archived articles"
 msgstr "未読記事"
 
-#: include/functions.php:1800
+#: include/functions.php:1803
 msgid "Recently read"
 msgstr ""
 
-#: include/functions.php:1867
+#: include/functions.php:1870
 msgid "Navigation"
 msgstr "ナビゲーション"
 
-#: include/functions.php:1868
+#: include/functions.php:1871
 #, fuzzy
 msgid "Open next feed"
 msgstr "生成したフィード"
 
-#: include/functions.php:1869
+#: include/functions.php:1872
 msgid "Open previous feed"
 msgstr ""
 
-#: include/functions.php:1870
+#: include/functions.php:1873
 #, fuzzy
 msgid "Open next article"
 msgstr "元の記事内容を表示する"
 
-#: include/functions.php:1871
+#: include/functions.php:1874
 #, fuzzy
 msgid "Open previous article"
 msgstr "元の記事内容を表示する"
 
-#: include/functions.php:1872
+#: include/functions.php:1875
 msgid "Open next article (don't scroll long articles)"
 msgstr ""
 
-#: include/functions.php:1873
+#: include/functions.php:1876
 msgid "Open previous article (don't scroll long articles)"
 msgstr ""
 
-#: include/functions.php:1874
+#: include/functions.php:1877
 msgid "Show search dialog"
 msgstr "検索ダイアログを表示する"
 
-#: include/functions.php:1875
+#: include/functions.php:1878
 #, fuzzy
 msgid "Article"
 msgstr "すべての記事"
 
-#: include/functions.php:1876
+#: include/functions.php:1879
 msgid "Toggle starred"
 msgstr "お気に入りを切り替える"
 
-#: include/functions.php:1877
+#: include/functions.php:1880
 msgid "Toggle published"
 msgstr "公開を切り替える"
 
-#: include/functions.php:1878
+#: include/functions.php:1881
 msgid "Toggle unread"
 msgstr "未読に切り替える"
 
-#: include/functions.php:1879
+#: include/functions.php:1882
 msgid "Edit tags"
 msgstr "タグを編集する"
 
-#: include/functions.php:1880
+#: include/functions.php:1883
 #, fuzzy
 msgid "Dismiss selected"
 msgstr "ラベルから選択した記事を削除しますか?"
 
-#: include/functions.php:1881
+#: include/functions.php:1884
 #, fuzzy
 msgid "Dismiss read"
 msgstr "公開記事"
 
-#: include/functions.php:1882
+#: include/functions.php:1885
 #, fuzzy
 msgid "Open in new window"
 msgstr "新しいウィンドウで記事を開く"
 
-#: include/functions.php:1883 js/viewfeed.js:1758
+#: include/functions.php:1886 js/viewfeed.js:1818
 #, fuzzy
 msgid "Mark below as read"
 msgstr "既読にする"
 
-#: include/functions.php:1884 js/viewfeed.js:1752
+#: include/functions.php:1887 js/viewfeed.js:1812
 #, fuzzy
 msgid "Mark above as read"
 msgstr "既読にする"
 
-#: include/functions.php:1885
+#: include/functions.php:1888
 #, fuzzy
 msgid "Scroll down"
 msgstr "すべて終了しました。"
 
-#: include/functions.php:1886
+#: include/functions.php:1889
 msgid "Scroll up"
 msgstr ""
 
-#: include/functions.php:1887
+#: include/functions.php:1890
 #, fuzzy
 msgid "Select article under cursor"
 msgstr "マウスカーソルの下の記事を選択する"
 
-#: include/functions.php:1888
+#: include/functions.php:1891
 #, fuzzy
 msgid "Email article"
 msgstr "すべての記事"
 
-#: include/functions.php:1889 plugins/close_button/init.php:24
+#: include/functions.php:1892
 #, fuzzy
-msgid "Close article"
+msgid "Close/collapse article"
 msgstr "記事を消去する"
 
-#: include/functions.php:1891
+#: include/functions.php:1894
 #, fuzzy
 msgid "Article selection"
 msgstr "有効な記事の操作"
 
-#: include/functions.php:1892
+#: include/functions.php:1895
 #, fuzzy
 msgid "Select all articles"
 msgstr "記事を消去する"
 
-#: include/functions.php:1893
+#: include/functions.php:1896
 #, fuzzy
 msgid "Select unread"
 msgstr "未読記事を削除する"
 
-#: include/functions.php:1894
+#: include/functions.php:1897
 #, fuzzy
 msgid "Select starred"
 msgstr "お気に入りに設定する"
 
-#: include/functions.php:1895
+#: include/functions.php:1898
 #, fuzzy
 msgid "Select published"
 msgstr "未読記事を削除する"
 
-#: include/functions.php:1896
+#: include/functions.php:1899
 #, fuzzy
 msgid "Invert selection"
 msgstr "有効な記事の操作"
 
-#: include/functions.php:1897
+#: include/functions.php:1900
 #, fuzzy
 msgid "Deselect everything"
 msgstr "記事を消去する"
 
-#: include/functions.php:1898 classes/pref/feeds.php:488
-#: classes/pref/feeds.php:707
+#: include/functions.php:1901 classes/pref/feeds.php:488
+#: classes/pref/feeds.php:719
 msgid "Feed"
 msgstr "フィード"
 
-#: include/functions.php:1899
+#: include/functions.php:1902
 #, fuzzy
 msgid "Refresh current feed"
 msgstr "有効なフィードの更新"
 
-#: include/functions.php:1900
+#: include/functions.php:1903
 #, fuzzy
 msgid "Un/hide read feeds"
 msgstr "読んだフィードを隠す/再表示する"
 
-#: include/functions.php:1901 classes/pref/feeds.php:1214
+#: include/functions.php:1904 classes/pref/feeds.php:1240
 msgid "Subscribe to feed"
 msgstr "フィードを購読する"
 
-#: include/functions.php:1902 js/FeedTree.js:135 js/PrefFeedTree.js:67
+#: include/functions.php:1905 js/FeedTree.js:135 js/PrefFeedTree.js:67
 msgid "Edit feed"
 msgstr "フィードを編集する"
 
-#: include/functions.php:1904
+#: include/functions.php:1907
 #, fuzzy
 msgid "Reverse headlines"
 msgstr "ヘッドラインの逆順 (古いものがはじめに)"
 
-#: include/functions.php:1905
+#: include/functions.php:1908
 #, fuzzy
 msgid "Debug feed update"
 msgstr "すべてのフィードを更新しました。"
 
-#: include/functions.php:1906 js/FeedTree.js:170
+#: include/functions.php:1909 js/FeedTree.js:177
 msgid "Mark all feeds as read"
 msgstr "すべてのフィードを既読に設定する"
 
-#: include/functions.php:1907
+#: include/functions.php:1910
 #, fuzzy
 msgid "Un/collapse current category"
 msgstr "閉じたカテゴリーのクリック"
 
-#: include/functions.php:1908
+#: include/functions.php:1911
 #, fuzzy
 msgid "Toggle combined mode"
 msgstr "カテゴリーの並び替えモードの切り替え"
 
-#: include/functions.php:1909
+#: include/functions.php:1912
 #, fuzzy
 msgid "Go to"
 msgstr "移動..."
 
-#: include/functions.php:1911
+#: include/functions.php:1914
 #, fuzzy
 msgid "Fresh"
 msgstr "再描画"
 
-#: include/functions.php:1914
+#: include/functions.php:1917
 msgid "Tag cloud"
 msgstr "タグクラウド"
 
-#: include/functions.php:1916
+#: include/functions.php:1919
 #, fuzzy
 msgid "Other"
 msgstr "その他:"
 
-#: include/functions.php:1917 classes/pref/labels.php:281
+#: include/functions.php:1920 classes/pref/labels.php:281
 msgid "Create label"
 msgstr "ラベルを作成する"
 
-#: include/functions.php:1918 classes/pref/filters.php:587
+#: include/functions.php:1921 classes/pref/filters.php:587
 msgid "Create filter"
 msgstr "フィルターを作成する"
 
-#: include/functions.php:1919
+#: include/functions.php:1922
 #, fuzzy
 msgid "Un/collapse sidebar"
 msgstr "サイドバーを縮小する"
 
-#: include/functions.php:1920
+#: include/functions.php:1923
 #, fuzzy
 msgid "Show help dialog"
 msgstr "検索ダイアログを表示する"
 
-#: include/functions.php:2400
+#: include/functions.php:2405
 #, fuzzy, php-format
 msgid "Search results: %s"
 msgstr "検索結果"
 
-#: include/functions.php:2824 js/viewfeed.js:1845
+#: include/functions.php:2893 js/viewfeed.js:1905
 #, fuzzy
 msgid "Click to play"
 msgstr "編集するにはクリック"
 
-#: include/functions.php:2825 js/viewfeed.js:1844
+#: include/functions.php:2894 js/viewfeed.js:1904
 msgid "Play"
 msgstr ""
 
-#: include/functions.php:2945
+#: include/functions.php:3015
 msgid " - "
 msgstr " - "
 
-#: include/functions.php:2967 include/functions.php:3284 classes/rpc.php:359
+#: include/functions.php:3037 include/functions.php:3354 classes/rpc.php:360
 msgid "no tags"
 msgstr "タグがありません"
 
-#: include/functions.php:2977 classes/feeds.php:645
+#: include/functions.php:3047 classes/feeds.php:656
 msgid "Edit tags for this article"
 msgstr "この記事のタグを編集する"
 
-#: include/functions.php:3006 classes/feeds.php:600
+#: include/functions.php:3076 classes/feeds.php:610
 #, fuzzy
 msgid "Originally from:"
 msgstr "元の記事内容を表示する"
 
-#: include/functions.php:3019 classes/feeds.php:613 classes/pref/feeds.php:507
+#: include/functions.php:3089 classes/feeds.php:623 classes/pref/feeds.php:507
 #, fuzzy
 msgid "Feed URL"
 msgstr "フィード"
 
-#: include/functions.php:3048
+#: include/functions.php:3118
 msgid "Related"
 msgstr ""
 
-#: include/functions.php:3075 classes/dlg.php:43 classes/dlg.php:162
+#: include/functions.php:3145 classes/dlg.php:43 classes/dlg.php:162
 #: classes/dlg.php:185 classes/dlg.php:222 classes/dlg.php:508
 #: classes/dlg.php:543 classes/dlg.php:574 classes/dlg.php:608
 #: classes/dlg.php:620 classes/backend.php:105 classes/pref/users.php:106
-#: classes/pref/filters.php:108 classes/pref/feeds.php:1527
-#: classes/pref/feeds.php:1598 plugins/import_export/init.php:407
+#: classes/pref/filters.php:108 classes/pref/feeds.php:1553
+#: classes/pref/feeds.php:1624 plugins/import_export/init.php:407
 #: plugins/import_export/init.php:431 plugins/share/init.php:67
-#: plugins/updater/init.php:329
+#: plugins/updater/init.php:330
 msgid "Close this window"
 msgstr "このウィンドウを閉じる"
 
-#: include/functions.php:3309
+#: include/functions.php:3379
 #, fuzzy
 msgid "(edit note)"
 msgstr "ノートの編集"
 
-#: include/functions.php:3542
+#: include/functions.php:3612
 msgid "unknown type"
 msgstr "未知の種類"
 
-#: include/functions.php:3592
+#: include/functions.php:3662
 #, fuzzy
 msgid "Attachments"
 msgstr "添付:"
@@ -960,7 +961,7 @@ msgstr "公開記事"
 msgid "Assign tags"
 msgstr "タグの割り当て"
 
-#: include/localized_schema.php:14 js/viewfeed.js:1809
+#: include/localized_schema.php:14 js/viewfeed.js:1869
 msgid "Assign label"
 msgstr "ラベルの割り当て"
 
@@ -1140,7 +1141,7 @@ msgstr "仮想フィードのグループヘッドライン"
 
 #: include/localized_schema.php:57
 #, fuzzy
-msgid "Hide images in articles"
+msgid "Do not embed images in articles"
 msgstr "記事内に画像を表示しない"
 
 #: include/localized_schema.php:58
@@ -1151,7 +1152,7 @@ msgstr ""
 msgid "User timezone"
 msgstr ""
 
-#: include/localized_schema.php:60 js/prefs.js:1733
+#: include/localized_schema.php:60 js/prefs.js:1740
 #, fuzzy
 msgid "Customize stylesheet"
 msgstr "ユーザースタイルシートの URL"
@@ -1208,7 +1209,7 @@ msgid "Title:"
 msgstr "題名:"
 
 #: classes/handler/public.php:404 classes/dlg.php:667
-#: classes/pref/feeds.php:505 classes/pref/feeds.php:722
+#: classes/pref/feeds.php:505 classes/pref/feeds.php:734
 #: plugins/instances/init.php:215
 msgid "URL:"
 msgstr "URL:"
@@ -1237,8 +1238,8 @@ msgstr ""
 #: classes/dlg.php:751 classes/pref/users.php:194 classes/pref/labels.php:81
 #: classes/pref/filters.php:349 classes/pref/filters.php:729
 #: classes/pref/filters.php:798 classes/pref/filters.php:865
-#: classes/pref/feeds.php:689 classes/pref/feeds.php:829
-#: plugins/mail/init.php:132 plugins/note/init.php:55
+#: classes/pref/feeds.php:701 classes/pref/feeds.php:849
+#: plugins/mail/init.php:131 plugins/note/init.php:55
 #: plugins/instances/init.php:251
 msgid "Cancel"
 msgstr "取り消し"
@@ -1300,8 +1301,8 @@ msgstr ""
 #: classes/dlg.php:55 classes/pref/users.php:378 classes/pref/labels.php:272
 #: classes/pref/filters.php:230 classes/pref/filters.php:277
 #: classes/pref/filters.php:578 classes/pref/filters.php:657
-#: classes/pref/filters.php:684 classes/pref/feeds.php:1202
-#: classes/pref/feeds.php:1472 classes/pref/feeds.php:1541
+#: classes/pref/filters.php:684 classes/pref/feeds.php:1228
+#: classes/pref/feeds.php:1498 classes/pref/feeds.php:1567
 #: plugins/instances/init.php:287
 #, fuzzy
 msgid "Select"
@@ -1311,8 +1312,8 @@ msgstr "選択:"
 #: classes/pref/labels.php:275 classes/pref/filters.php:233
 #: classes/pref/filters.php:280 classes/pref/filters.php:581
 #: classes/pref/filters.php:660 classes/pref/filters.php:687
-#: classes/pref/feeds.php:1205 classes/pref/feeds.php:1475
-#: classes/pref/feeds.php:1544 plugins/instances/init.php:290
+#: classes/pref/feeds.php:1231 classes/pref/feeds.php:1501
+#: classes/pref/feeds.php:1570 plugins/instances/init.php:290
 msgid "All"
 msgstr "すべて"
 
@@ -1320,8 +1321,8 @@ msgstr "すべて"
 #: classes/pref/labels.php:277 classes/pref/filters.php:235
 #: classes/pref/filters.php:282 classes/pref/filters.php:583
 #: classes/pref/filters.php:662 classes/pref/filters.php:689
-#: classes/pref/feeds.php:1207 classes/pref/feeds.php:1477
-#: classes/pref/feeds.php:1546 plugins/instances/init.php:292
+#: classes/pref/feeds.php:1233 classes/pref/feeds.php:1503
+#: classes/pref/feeds.php:1572 plugins/instances/init.php:292
 msgid "None"
 msgstr "なし"
 
@@ -1386,7 +1387,7 @@ msgid "Feed or site URL"
 msgstr "フィード"
 
 #: classes/dlg.php:249 classes/dlg.php:715 classes/pref/feeds.php:527
-#: classes/pref/feeds.php:735
+#: classes/pref/feeds.php:747
 msgid "Place in category:"
 msgstr "カテゴリーの場所:"
 
@@ -1396,17 +1397,17 @@ msgid "Available feeds"
 msgstr "すべてのフィード"
 
 #: classes/dlg.php:269 classes/pref/users.php:155 classes/pref/feeds.php:557
-#: classes/pref/feeds.php:771
+#: classes/pref/feeds.php:783
 msgid "Authentication"
 msgstr "認証"
 
 #: classes/dlg.php:273 classes/dlg.php:729 classes/pref/users.php:438
-#: classes/pref/feeds.php:563 classes/pref/feeds.php:775
+#: classes/pref/feeds.php:563 classes/pref/feeds.php:787
 msgid "Login"
 msgstr "ログイン"
 
-#: classes/dlg.php:276 classes/dlg.php:732 classes/pref/prefs.php:196
-#: classes/pref/feeds.php:569 classes/pref/feeds.php:781
+#: classes/dlg.php:276 classes/dlg.php:732 classes/pref/prefs.php:202
+#: classes/pref/feeds.php:569 classes/pref/feeds.php:793
 #, fuzzy
 msgid "Password"
 msgstr "パスワード:"
@@ -1425,7 +1426,7 @@ msgid "More feeds"
 msgstr "さらなるフィード"
 
 #: classes/dlg.php:318 classes/dlg.php:409 classes/pref/users.php:368
-#: classes/pref/filters.php:574 classes/pref/feeds.php:1198 js/tt-rss.js:166
+#: classes/pref/filters.php:574 classes/pref/feeds.php:1224 js/tt-rss.js:166
 msgid "Search"
 msgstr "検索"
 
@@ -1446,7 +1447,7 @@ msgstr "制限:"
 
 #: classes/dlg.php:349 classes/pref/users.php:394 classes/pref/labels.php:284
 #: classes/pref/filters.php:339 classes/pref/filters.php:596
-#: classes/pref/feeds.php:662 plugins/instances/init.php:297
+#: classes/pref/feeds.php:674 plugins/instances/init.php:297
 msgid "Remove"
 msgstr "削除"
 
@@ -1468,7 +1469,7 @@ msgstr "この記事のタグ (カンマで区切ります):"
 
 #: classes/dlg.php:439 classes/dlg.php:650 classes/pref/users.php:192
 #: classes/pref/labels.php:79 classes/pref/filters.php:346
-#: classes/pref/feeds.php:688 classes/pref/feeds.php:826
+#: classes/pref/feeds.php:700 classes/pref/feeds.php:846
 #: plugins/nsfw/init.php:86 plugins/note/init.php:53
 #: plugins/owncloud/init.php:62 plugins/instances/init.php:248
 msgid "Save"
@@ -1506,7 +1507,7 @@ msgstr ""
 msgid "Display entries"
 msgstr "フィードの表示"
 
-#: classes/dlg.php:551 classes/feeds.php:133
+#: classes/dlg.php:551 classes/feeds.php:138
 #, fuzzy
 msgid "View as RSS"
 msgstr "タグを閲覧する"
@@ -1515,7 +1516,7 @@ msgstr "タグを閲覧する"
 msgid "You can view this feed as RSS using the following URL:"
 msgstr ""
 
-#: classes/dlg.php:591 plugins/updater/init.php:303
+#: classes/dlg.php:591 plugins/updater/init.php:304
 #, fuzzy, php-format
 msgid "New version of Tiny Tiny RSS is available (%s)."
 msgstr "Tiny Tiny RSS の新しいバージョンが利用できます!"
@@ -1647,36 +1648,42 @@ msgstr "戻る"
 msgid "Delete"
 msgstr "標準"
 
-#: classes/feeds.php:125 plugins/mail/init.php:28
+#: classes/feeds.php:125 classes/feeds.php:130 plugins/mailto/init.php:28
+#: plugins/mail/init.php:28
 #, fuzzy
 msgid "Forward by email"
 msgstr "記事をお気に入りにする"
 
-#: classes/feeds.php:129
+#: classes/feeds.php:134
 msgid "Feed:"
 msgstr "フィード:"
 
-#: classes/feeds.php:196 classes/feeds.php:790
+#: classes/feeds.php:201 classes/feeds.php:801
 msgid "Feed not found."
 msgstr "フィードが見つかりません。"
 
-#: classes/feeds.php:403 classes/feeds.php:493
+#: classes/feeds.php:500
 msgid "mark as read"
 msgstr "既読にする"
 
-#: classes/feeds.php:691
+#: classes/feeds.php:555
+#, fuzzy
+msgid "Collapse article"
+msgstr "記事を消去する"
+
+#: classes/feeds.php:702
 msgid "No unread articles found to display."
 msgstr "表示する未読記事が見つかりませんでした。"
 
-#: classes/feeds.php:694
+#: classes/feeds.php:705
 msgid "No updated articles found to display."
 msgstr "表示する更新された記事が見つかりませんでした。"
 
-#: classes/feeds.php:697
+#: classes/feeds.php:708
 msgid "No starred articles found to display."
 msgstr "表示するお気に入りの記事が見つかりませんでした。"
 
-#: classes/feeds.php:701
+#: classes/feeds.php:712
 msgid ""
 "No articles found to display. You can assign articles to labels manually "
 "(see the Actions menu above) or use a filter."
@@ -1684,20 +1691,20 @@ msgstr ""
 "表示する記事が見つかりません。手動でラベルに記事を割り当てるか(上の操作メ"
 "ニューを参照します)、フィルターを使うことができます。"
 
-#: classes/feeds.php:703
+#: classes/feeds.php:714
 msgid "No articles found to display."
 msgstr "表示する記事が見つかりません。"
 
-#: classes/feeds.php:718 classes/feeds.php:899
+#: classes/feeds.php:729 classes/feeds.php:910
 #, php-format
 msgid "Feeds last updated at %s"
 msgstr ""
 
-#: classes/feeds.php:728 classes/feeds.php:909
+#: classes/feeds.php:739 classes/feeds.php:920
 msgid "Some feeds have update errors (click for details)"
 msgstr "いくつかのフィードの更新エラーです (詳細はクリックしてください)"
 
-#: classes/feeds.php:889
+#: classes/feeds.php:900
 msgid "No feed selected."
 msgstr "フィードは選択されていません。"
 
@@ -1818,7 +1825,7 @@ msgid "Change password to"
 msgstr "次のパスワードに変更する:"
 
 #: classes/pref/users.php:177 classes/pref/feeds.php:577
-#: classes/pref/feeds.php:787
+#: classes/pref/feeds.php:799
 msgid "Options"
 msgstr "オプション"
 
@@ -1973,7 +1980,7 @@ msgstr ""
 msgid "Combine"
 msgstr ""
 
-#: classes/pref/filters.php:600 classes/pref/feeds.php:1257
+#: classes/pref/filters.php:600 classes/pref/feeds.php:1283
 msgid "Rescore articles"
 msgstr "記事のスコアの再集計"
 
@@ -2035,188 +2042,179 @@ msgstr "パスワードが一致しません。"
 msgid "Function not supported by authentication module."
 msgstr ""
 
-#: classes/pref/prefs.php:63
+#: classes/pref/prefs.php:69
 msgid "The configuration was saved."
 msgstr "設定を保存しました。"
 
-#: classes/pref/prefs.php:77
+#: classes/pref/prefs.php:83
 #, php-format
 msgid "Unknown option: %s"
 msgstr "不明なオプション: %s"
 
-#: classes/pref/prefs.php:91
+#: classes/pref/prefs.php:97
 #, fuzzy
 msgid "Your personal data has been saved."
 msgstr "パスワードを変更しました。"
 
-#: classes/pref/prefs.php:131
+#: classes/pref/prefs.php:137
 #, fuzzy
 msgid "Personal data / Authentication"
 msgstr "認証"
 
-#: classes/pref/prefs.php:151
+#: classes/pref/prefs.php:157
 msgid "Personal data"
 msgstr "個人データ"
 
-#: classes/pref/prefs.php:161
+#: classes/pref/prefs.php:167
 msgid "Full name"
 msgstr ""
 
-#: classes/pref/prefs.php:165
+#: classes/pref/prefs.php:171
 msgid "E-mail"
 msgstr "電子メール"
 
-#: classes/pref/prefs.php:171
+#: classes/pref/prefs.php:177
 msgid "Access level"
 msgstr "アクセスレベル"
 
-#: classes/pref/prefs.php:181
+#: classes/pref/prefs.php:187
 #, fuzzy
 msgid "Save data"
 msgstr "保存"
 
-#: classes/pref/prefs.php:203
+#: classes/pref/prefs.php:209
 #, fuzzy
 msgid "Your password is at default value, please change it."
 msgstr ""
 "パスワードが標準のままです。\n"
 "                                                変更してください。"
 
-#: classes/pref/prefs.php:235
+#: classes/pref/prefs.php:241
 msgid "Old password"
 msgstr "現在のパスワード"
 
-#: classes/pref/prefs.php:238
+#: classes/pref/prefs.php:244
 msgid "New password"
 msgstr "新しいパスワード"
 
-#: classes/pref/prefs.php:243
+#: classes/pref/prefs.php:249
 msgid "Confirm password"
 msgstr "新しいパスワード(確認)"
 
-#: classes/pref/prefs.php:253
+#: classes/pref/prefs.php:259
 msgid "Change password"
 msgstr "パスワードを変更する"
 
-#: classes/pref/prefs.php:259
+#: classes/pref/prefs.php:265
 msgid "One time passwords / Authenticator"
 msgstr ""
 
-#: classes/pref/prefs.php:288 classes/pref/prefs.php:339
+#: classes/pref/prefs.php:294 classes/pref/prefs.php:345
 #, fuzzy
 msgid "Enter your password"
 msgstr "ユーザー名かパスワードが正しくありません"
 
-#: classes/pref/prefs.php:299
+#: classes/pref/prefs.php:305
 #, fuzzy
 msgid "Disable OTP"
 msgstr "(無効です)"
 
-#: classes/pref/prefs.php:305
+#: classes/pref/prefs.php:311
 msgid ""
 "You will need a compatible Authenticator to use this. Changing your password "
 "would automatically disable OTP."
 msgstr ""
 
-#: classes/pref/prefs.php:307
+#: classes/pref/prefs.php:313
 msgid "Scan the following code by the Authenticator application:"
 msgstr ""
 
-#: classes/pref/prefs.php:348
+#: classes/pref/prefs.php:354
 msgid "I have scanned the code and would like to enable OTP"
 msgstr ""
 
-#: classes/pref/prefs.php:356
+#: classes/pref/prefs.php:362
 #, fuzzy
 msgid "Enable OTP"
 msgstr "有効にする"
 
-#: classes/pref/prefs.php:482
+#: classes/pref/prefs.php:493
 #, fuzzy
 msgid "Customize"
 msgstr "ユーザースタイルシートの URL"
 
-#: classes/pref/prefs.php:501 classes/pref/prefs.php:508
-#: classes/pref/prefs.php:513
-msgid "Yes"
-msgstr "はい"
-
-#: classes/pref/prefs.php:503 classes/pref/prefs.php:513
-msgid "No"
-msgstr "いいえ"
-
-#: classes/pref/prefs.php:543
+#: classes/pref/prefs.php:552
 #, fuzzy
 msgid "Register"
 msgstr "登録済み"
 
-#: classes/pref/prefs.php:547
+#: classes/pref/prefs.php:556
 msgid "Clear"
 msgstr ""
 
-#: classes/pref/prefs.php:553
+#: classes/pref/prefs.php:562
 #, php-format
 msgid "Current server time: %s (UTC)"
 msgstr ""
 
-#: classes/pref/prefs.php:582
+#: classes/pref/prefs.php:595
 msgid "Save configuration"
 msgstr "設定を保存する"
 
-#: classes/pref/prefs.php:585
+#: classes/pref/prefs.php:598
 #, fuzzy
 msgid "Manage profiles"
 msgstr "フィルターを作成する"
 
-#: classes/pref/prefs.php:588
+#: classes/pref/prefs.php:601
 msgid "Reset to defaults"
 msgstr "標準に戻す"
 
-#: classes/pref/prefs.php:600
+#: classes/pref/prefs.php:613
 #, fuzzy
 msgid "Show additional preferences"
 msgstr "設定を終了する"
 
-#: classes/pref/prefs.php:612 classes/pref/prefs.php:614
+#: classes/pref/prefs.php:625 classes/pref/prefs.php:627
 msgid "Plugins"
 msgstr ""
 
-#: classes/pref/prefs.php:642
+#: classes/pref/prefs.php:655
 msgid "System plugins"
 msgstr ""
 
-#: classes/pref/prefs.php:646 classes/pref/prefs.php:695
+#: classes/pref/prefs.php:659 classes/pref/prefs.php:708
 msgid "Plugin"
 msgstr ""
 
-#: classes/pref/prefs.php:647 classes/pref/prefs.php:696
+#: classes/pref/prefs.php:660 classes/pref/prefs.php:709
 #, fuzzy
 msgid "Description"
 msgstr "説明"
 
-#: classes/pref/prefs.php:648 classes/pref/prefs.php:697
+#: classes/pref/prefs.php:661 classes/pref/prefs.php:710
 msgid "Version"
 msgstr ""
 
-#: classes/pref/prefs.php:649 classes/pref/prefs.php:698
+#: classes/pref/prefs.php:662 classes/pref/prefs.php:711
 msgid "Author"
 msgstr ""
 
-#: classes/pref/prefs.php:682 classes/pref/prefs.php:733
+#: classes/pref/prefs.php:695 classes/pref/prefs.php:746
 #, fuzzy
 msgid "Clear data"
 msgstr "フィードデータの消去"
 
-#: classes/pref/prefs.php:691
+#: classes/pref/prefs.php:704
 msgid "User plugins"
 msgstr ""
 
-#: classes/pref/prefs.php:748
+#: classes/pref/prefs.php:761
 #, fuzzy
 msgid "Enable selected plugins"
 msgstr "フィードアイコンを有効にする"
 
-#: classes/pref/prefs.php:803 classes/pref/prefs.php:821
+#: classes/pref/prefs.php:816 classes/pref/prefs.php:834
 #, fuzzy
 msgid "Incorrect password"
 msgstr "ユーザー名かパスワードが正しくありません"
@@ -2238,7 +2236,7 @@ msgstr "フィードを編集する"
 msgid "Feed Title"
 msgstr "題名"
 
-#: classes/pref/feeds.php:550 classes/pref/feeds.php:762
+#: classes/pref/feeds.php:550 classes/pref/feeds.php:774
 msgid "Article purging:"
 msgstr "記事の削除:"
 
@@ -2248,167 +2246,171 @@ msgid ""
 "requires authentication, except for Twitter feeds."
 msgstr ""
 
-#: classes/pref/feeds.php:589 classes/pref/feeds.php:791
+#: classes/pref/feeds.php:589 classes/pref/feeds.php:803
 #, fuzzy
 msgid "Hide from Popular feeds"
 msgstr "自分のフィード一覧から隠す"
 
-#: classes/pref/feeds.php:601 classes/pref/feeds.php:797
+#: classes/pref/feeds.php:601 classes/pref/feeds.php:809
 msgid "Include in e-mail digest"
 msgstr "電子メールダイジェストに含む"
 
-#: classes/pref/feeds.php:614 classes/pref/feeds.php:803
+#: classes/pref/feeds.php:614 classes/pref/feeds.php:815
 msgid "Always display image attachments"
 msgstr ""
 
-#: classes/pref/feeds.php:628 classes/pref/feeds.php:811
+#: classes/pref/feeds.php:627 classes/pref/feeds.php:823
+msgid "Do not embed images"
+msgstr ""
+
+#: classes/pref/feeds.php:640 classes/pref/feeds.php:831
 msgid "Cache images locally"
 msgstr "ローカルに画像をキャッシュする"
 
-#: classes/pref/feeds.php:640 classes/pref/feeds.php:817
+#: classes/pref/feeds.php:652 classes/pref/feeds.php:837
 #, fuzzy
 msgid "Mark updated articles as unread"
 msgstr "すべての記事を既読にしますか?"
 
-#: classes/pref/feeds.php:646
+#: classes/pref/feeds.php:658
 #, fuzzy
 msgid "Icon"
 msgstr "操作"
 
-#: classes/pref/feeds.php:660
+#: classes/pref/feeds.php:672
 msgid "Replace"
 msgstr ""
 
-#: classes/pref/feeds.php:679
+#: classes/pref/feeds.php:691
 #, fuzzy
 msgid "Resubscribe to push updates"
 msgstr "フィードを購読する:"
 
-#: classes/pref/feeds.php:686
+#: classes/pref/feeds.php:698
 msgid "Resets PubSubHubbub subscription status for push-enabled feeds."
 msgstr ""
 
-#: classes/pref/feeds.php:701
+#: classes/pref/feeds.php:713
 msgid "Enable the options you wish to apply using checkboxes on the right:"
 msgstr ""
 
-#: classes/pref/feeds.php:1051 classes/pref/feeds.php:1104
+#: classes/pref/feeds.php:1077 classes/pref/feeds.php:1130
 msgid "All done."
 msgstr "すべて終了しました。"
 
-#: classes/pref/feeds.php:1159
+#: classes/pref/feeds.php:1185
 #, fuzzy
 msgid "Feeds with errors"
 msgstr "フィードエディター"
 
-#: classes/pref/feeds.php:1179
+#: classes/pref/feeds.php:1205
 #, fuzzy
 msgid "Inactive feeds"
 msgstr "元のフィード"
 
-#: classes/pref/feeds.php:1216
+#: classes/pref/feeds.php:1242
 #, fuzzy
 msgid "Edit selected feeds"
 msgstr "選択したフィードを削除しています..."
 
-#: classes/pref/feeds.php:1218 classes/pref/feeds.php:1232
+#: classes/pref/feeds.php:1244 classes/pref/feeds.php:1258
 #, fuzzy
 msgid "Reset sort order"
 msgstr "パスワードのリセット"
 
-#: classes/pref/feeds.php:1220 js/prefs.js:1778
+#: classes/pref/feeds.php:1246 js/prefs.js:1785
 #, fuzzy
 msgid "Batch subscribe"
 msgstr "購読をやめる"
 
-#: classes/pref/feeds.php:1225
+#: classes/pref/feeds.php:1251
 #, fuzzy
 msgid "Categories"
 msgstr "カテゴリー:"
 
-#: classes/pref/feeds.php:1228
+#: classes/pref/feeds.php:1254
 #, fuzzy
 msgid "Add category"
 msgstr "フィードカテゴリーを追加しています..."
 
-#: classes/pref/feeds.php:1230
+#: classes/pref/feeds.php:1256
 #, fuzzy
 msgid "(Un)hide empty categories"
 msgstr "カテゴリーの編集"
 
-#: classes/pref/feeds.php:1234
+#: classes/pref/feeds.php:1260
 #, fuzzy
 msgid "Remove selected"
 msgstr "選択されたフィルターを削除しますか?"
 
-#: classes/pref/feeds.php:1248
+#: classes/pref/feeds.php:1274
 #, fuzzy
 msgid "More actions..."
 msgstr "操作..."
 
-#: classes/pref/feeds.php:1252
+#: classes/pref/feeds.php:1278
 msgid "Manual purge"
 msgstr "手動削除"
 
-#: classes/pref/feeds.php:1256
+#: classes/pref/feeds.php:1282
 msgid "Clear feed data"
 msgstr "フィードデータの消去"
 
-#: classes/pref/feeds.php:1307
+#: classes/pref/feeds.php:1333
 msgid "OPML"
 msgstr "OPML"
 
-#: classes/pref/feeds.php:1309
+#: classes/pref/feeds.php:1335
 msgid ""
 "Using OPML you can export and import your feeds, filters, labels and Tiny "
 "Tiny RSS settings."
 msgstr ""
 
-#: classes/pref/feeds.php:1311
+#: classes/pref/feeds.php:1337
 msgid "Only main settings profile can be migrated using OPML."
 msgstr ""
 
-#: classes/pref/feeds.php:1324
+#: classes/pref/feeds.php:1350
 #, fuzzy
 msgid "Import my OPML"
 msgstr "OPML のインポート中 (DOMXML 機能拡張を用いて)..."
 
-#: classes/pref/feeds.php:1328
+#: classes/pref/feeds.php:1354
 msgid "Filename:"
 msgstr ""
 
-#: classes/pref/feeds.php:1330
+#: classes/pref/feeds.php:1356
 #, fuzzy
 msgid "Include settings"
 msgstr "電子メールダイジェストに含む"
 
-#: classes/pref/feeds.php:1334
+#: classes/pref/feeds.php:1360
 #, fuzzy
 msgid "Export OPML"
 msgstr "OPML エクスポート"
 
-#: classes/pref/feeds.php:1338
+#: classes/pref/feeds.php:1364
 msgid ""
 "Your OPML can be published publicly and can be subscribed by anyone who "
 "knows the URL below."
 msgstr ""
 
-#: classes/pref/feeds.php:1340
+#: classes/pref/feeds.php:1366
 msgid ""
 "Published OPML does not include your Tiny Tiny RSS settings, feeds that "
 "require authentication or feeds hidden from Popular feeds."
 msgstr ""
 
-#: classes/pref/feeds.php:1343
+#: classes/pref/feeds.php:1369
 msgid "Display published OPML URL"
 msgstr ""
 
-#: classes/pref/feeds.php:1353
+#: classes/pref/feeds.php:1379
 #, fuzzy
 msgid "Firefox integration"
 msgstr "Firefox 統合"
 
-#: classes/pref/feeds.php:1355
+#: classes/pref/feeds.php:1381
 msgid ""
 "This Tiny Tiny RSS site can be used as a Firefox Feed Reader by clicking the "
 "link below."
@@ -2416,67 +2418,67 @@ msgstr ""
 "下のリンクをクリックすることで、Firefox のフィードリーダーとしてこの Tiny "
 "Tiny RSS のサイトを使うことができます。"
 
-#: classes/pref/feeds.php:1362
+#: classes/pref/feeds.php:1388
 msgid "Click here to register this site as a feed reader."
 msgstr "クリックするとフィードリーダーとしてこのサイトを登録します。"
 
-#: classes/pref/feeds.php:1370
+#: classes/pref/feeds.php:1396
 #, fuzzy
 msgid "Published & shared articles / Generated feeds"
 msgstr "選択したフィードの記事のスコアを再計算しますか?"
 
-#: classes/pref/feeds.php:1372
+#: classes/pref/feeds.php:1398
 #, fuzzy
 msgid "Published articles and generated feeds"
 msgstr "選択したフィードの記事のスコアを再計算しますか?"
 
-#: classes/pref/feeds.php:1374
+#: classes/pref/feeds.php:1400
 msgid ""
 "Published articles are exported as a public RSS feed and can be subscribed "
 "by anyone who knows the URL specified below."
 msgstr ""
 
-#: classes/pref/feeds.php:1380
+#: classes/pref/feeds.php:1406
 #, fuzzy
 msgid "Display URL"
 msgstr "タグの表示"
 
-#: classes/pref/feeds.php:1383
+#: classes/pref/feeds.php:1409
 msgid "Clear all generated URLs"
 msgstr ""
 
-#: classes/pref/feeds.php:1385
+#: classes/pref/feeds.php:1411
 #, fuzzy
 msgid "Articles shared by URL"
 msgstr "記事をお気に入りにする"
 
-#: classes/pref/feeds.php:1387
+#: classes/pref/feeds.php:1413
 msgid "You can disable all articles shared by unique URLs here."
 msgstr ""
 
-#: classes/pref/feeds.php:1390
+#: classes/pref/feeds.php:1416
 #, fuzzy
 msgid "Unshare all articles"
 msgstr "記事のお気に入りを解除する"
 
-#: classes/pref/feeds.php:1468
+#: classes/pref/feeds.php:1494
 #, fuzzy
 msgid ""
 "These feeds have not been updated with new content for 3 months (oldest "
 "first):"
 msgstr "エラーのため、フィードは更新されませんでした:"
 
-#: classes/pref/feeds.php:1505 classes/pref/feeds.php:1574
+#: classes/pref/feeds.php:1531 classes/pref/feeds.php:1600
 #, fuzzy
 msgid "Click to edit feed"
 msgstr "編集するにはクリック"
 
-#: classes/pref/feeds.php:1523 classes/pref/feeds.php:1594
+#: classes/pref/feeds.php:1549 classes/pref/feeds.php:1620
 #, fuzzy
 msgid "Unsubscribe from selected feeds"
 msgstr "選択されたフィードの購読をやめますか?"
 
-#: classes/pref/feeds.php:1534
+#: classes/pref/feeds.php:1560
 msgid "These feeds have not been updated because of errors:"
 msgstr "エラーのため、フィードは更新されませんでした:"
 
@@ -2504,6 +2506,11 @@ msgstr "ようこそ、"
 msgid "Regular version"
 msgstr ""
 
+#: plugins/close_button/init.php:24
+#, fuzzy
+msgid "Close article"
+msgstr "記事を消去する"
+
 #: plugins/nsfw/init.php:32 plugins/nsfw/init.php:43
 msgid "Not work safe (click to toggle)"
 msgstr ""
@@ -2538,6 +2545,35 @@ msgstr "パスワードを変更しました。"
 msgid "Old password is incorrect."
 msgstr "古いパスワードが不正確です。"
 
+#: plugins/mailto/init.php:52 plugins/mailto/init.php:58
+#: plugins/mail/init.php:71 plugins/mail/init.php:77
+msgid "[Forwarded]"
+msgstr ""
+
+#: plugins/mailto/init.php:52 plugins/mail/init.php:71
+#, fuzzy
+msgid "Multiple articles"
+msgstr "すべての記事"
+
+#: plugins/mailto/init.php:74
+msgid "Clicking the following link to invoke your mail client:"
+msgstr ""
+
+#: plugins/mailto/init.php:78
+#, fuzzy
+msgid "Forward selected article(s) by email."
+msgstr "記事をお気に入りにする"
+
+#: plugins/mailto/init.php:81
+msgid ""
+"You should be able to edit the message before sending in your mail client."
+msgstr ""
+
+#: plugins/mailto/init.php:86
+#, fuzzy
+msgid "Close this dialog"
+msgstr "このウィンドウを閉じる"
+
 #: plugins/bookmarklets/init.php:22
 msgid "Bookmarklets"
 msgstr ""
@@ -2617,30 +2653,21 @@ msgid ""
 "\t\t\t\tin PHP.ini (current value = %s)"
 msgstr ""
 
-#: plugins/mail/init.php:72 plugins/mail/init.php:78
-msgid "[Forwarded]"
-msgstr ""
-
-#: plugins/mail/init.php:72
-#, fuzzy
-msgid "Multiple articles"
-msgstr "すべての記事"
-
-#: plugins/mail/init.php:93
+#: plugins/mail/init.php:92
 msgid "From:"
 msgstr ""
 
-#: plugins/mail/init.php:102
+#: plugins/mail/init.php:101
 #, fuzzy
 msgid "To:"
 msgstr "トップ"
 
-#: plugins/mail/init.php:115
+#: plugins/mail/init.php:114
 #, fuzzy
 msgid "Subject:"
 msgstr "選択:"
 
-#: plugins/mail/init.php:131
+#: plugins/mail/init.php:130
 #, fuzzy
 msgid "Send e-mail"
 msgstr "電子メールを変更する"
@@ -2729,29 +2756,29 @@ msgstr "記事をお気に入りにする"
 msgid "Share on Google+"
 msgstr "題名"
 
-#: plugins/updater/init.php:294 plugins/updater/init.php:306
+#: plugins/updater/init.php:295 plugins/updater/init.php:307
 #: plugins/updater/updater.js:10
 #, fuzzy
 msgid "Update Tiny Tiny RSS"
 msgstr "Tiny Tiny RSS に戻る"
 
-#: plugins/updater/init.php:309
+#: plugins/updater/init.php:310
 #, fuzzy
 msgid "Your Tiny Tiny RSS installation is up to date."
 msgstr "Tiny Tiny RSS のデータベースを更新しました。"
 
-#: plugins/updater/init.php:319
+#: plugins/updater/init.php:320
 msgid ""
 "Do not close this dialog until updating is finished. Backup your tt-rss "
 "directory before continuing."
 msgstr ""
 
-#: plugins/updater/init.php:322
+#: plugins/updater/init.php:323
 #, fuzzy
 msgid "Ready to update."
 msgstr "最終更新:"
 
-#: plugins/updater/init.php:327
+#: plugins/updater/init.php:328
 #, fuzzy
 msgid "Start update"
 msgstr "最終更新:"
@@ -2761,11 +2788,11 @@ msgstr "最終更新:"
 msgid "Share on Twitter"
 msgstr "題名"
 
-#: js/feedlist.js:218
+#: js/feedlist.js:215
 msgid "New articles available in this feed (click to show)"
 msgstr ""
 
-#: js/feedlist.js:420 js/feedlist.js:435 plugins/digest/digest.js:25
+#: js/feedlist.js:417 js/feedlist.js:432 plugins/digest/digest.js:25
 msgid "Mark all articles in %s as read?"
 msgstr "「%s」のすべての記事を既読に設定しますか?"
 
@@ -2854,7 +2881,7 @@ msgid ""
 "hub again on next feed update."
 msgstr ""
 
-#: js/functions.js:1266 js/tt-rss.js:367
+#: js/functions.js:1266 js/tt-rss.js:369
 msgid "Unsubscribe from %s?"
 msgstr "%s の購読をやめますか?"
 
@@ -2867,7 +2894,7 @@ msgstr "このアーティクルのノートを入力してください:"
 msgid "Generate new syndication address for this feed?"
 msgstr ""
 
-#: js/functions.js:1597 js/tt-rss.js:348 js/tt-rss.js:713
+#: js/functions.js:1597 js/tt-rss.js:350 js/tt-rss.js:729
 #, fuzzy
 msgid "You can't edit this kind of feed."
 msgstr "フィードのこの種類を消去できません。"
@@ -2883,8 +2910,8 @@ msgid "More Feeds"
 msgstr "さらなるフィード"
 
 #: js/functions.js:1711 js/functions.js:1821 js/prefs.js:397 js/prefs.js:427
-#: js/prefs.js:459 js/prefs.js:642 js/prefs.js:662 js/prefs.js:1203
-#: js/prefs.js:1348
+#: js/prefs.js:459 js/prefs.js:642 js/prefs.js:662 js/prefs.js:1210
+#: js/prefs.js:1355
 msgid "No feeds are selected."
 msgstr "選択されたフィードはありません。"
 
@@ -2899,7 +2926,7 @@ msgstr ""
 msgid "Feeds with update errors"
 msgstr "フィードエディター"
 
-#: js/functions.js:1803 js/prefs.js:1185
+#: js/functions.js:1803 js/prefs.js:1192
 #, fuzzy
 msgid "Remove selected feeds?"
 msgstr "選択されたフィルターを削除しますか?"
@@ -2945,7 +2972,7 @@ msgstr "フィルター %s を削除しますか?"
 msgid "Remove selected labels?"
 msgstr "選択したラベルを削除しますか?"
 
-#: js/prefs.js:295 js/prefs.js:1389
+#: js/prefs.js:295 js/prefs.js:1396
 msgid "No labels are selected."
 msgstr "選択されたラベルはありません。"
 
@@ -3014,108 +3041,108 @@ msgstr "複数フィードエディター"
 msgid "Save changes to selected feeds?"
 msgstr "選択したフィードの変更を保存しますか?"
 
-#: js/prefs.js:790
+#: js/prefs.js:797
 #, fuzzy
 msgid "OPML Import"
 msgstr "インポート"
 
-#: js/prefs.js:817
+#: js/prefs.js:824
 #, fuzzy
 msgid "Please choose an OPML file first."
 msgstr "はじめにいくつかのフィードを選択してください。"
 
-#: js/prefs.js:973
+#: js/prefs.js:980
 msgid "Reset to defaults?"
 msgstr "標準に戻しますか?"
 
-#: js/prefs.js:1092
+#: js/prefs.js:1099
 msgid ""
 "Remove category %s? Any nested feeds would be placed into Uncategorized."
 msgstr ""
 
-#: js/prefs.js:1119
+#: js/prefs.js:1126
 msgid "Remove selected categories?"
 msgstr "選択されたカテゴリーを削除しますか?"
 
-#: js/prefs.js:1135
+#: js/prefs.js:1142
 msgid "No categories are selected."
 msgstr "選択されたカテゴリーはありません。"
 
-#: js/prefs.js:1143
+#: js/prefs.js:1150
 #, fuzzy
 msgid "Category title:"
 msgstr "カテゴリーエディター"
 
-#: js/prefs.js:1174
+#: js/prefs.js:1181
 msgid "Feeds without recent updates"
 msgstr ""
 
-#: js/prefs.js:1223
+#: js/prefs.js:1230
 #, fuzzy
 msgid "Replace current OPML publishing address with a new one?"
 msgstr "新しいもので現在の公開アドレスを置き換えますか?"
 
-#: js/prefs.js:1332
+#: js/prefs.js:1339
 msgid "Rescore articles in selected feeds?"
 msgstr "選択したフィードの記事のスコアを再計算しますか?"
 
-#: js/prefs.js:1355
+#: js/prefs.js:1362
 msgid "Rescore all articles? This operation may take a lot of time."
 msgstr ""
 "すべての記事のスコアを再計算しますか? この操作は大量の時間を使うでしょう。"
 
-#: js/prefs.js:1375
+#: js/prefs.js:1382
 #, fuzzy
 msgid "Reset selected labels to default colors?"
 msgstr "ラベルの色を標準にリセットしますか?"
 
-#: js/prefs.js:1412
+#: js/prefs.js:1419
 msgid "Settings Profiles"
 msgstr ""
 
-#: js/prefs.js:1421
+#: js/prefs.js:1428
 msgid ""
 "Remove selected profiles? Active and default profiles will not be removed."
 msgstr ""
 
-#: js/prefs.js:1439
+#: js/prefs.js:1446
 #, fuzzy
 msgid "No profiles are selected."
 msgstr "選択された記事はありません。"
 
-#: js/prefs.js:1447 js/prefs.js:1500
+#: js/prefs.js:1454 js/prefs.js:1507
 #, fuzzy
 msgid "Activate selected profile?"
 msgstr "選択されたフィルターを削除しますか?"
 
-#: js/prefs.js:1463 js/prefs.js:1516
+#: js/prefs.js:1470 js/prefs.js:1523
 #, fuzzy
 msgid "Please choose a profile to activate."
 msgstr "はじめにいくつかのフィードを選択してください。"
 
-#: js/prefs.js:1524
+#: js/prefs.js:1531
 msgid "This will invalidate all previously generated feed URLs. Continue?"
 msgstr ""
 
-#: js/prefs.js:1543
+#: js/prefs.js:1550
 msgid "This will invalidate all previously shared article URLs. Continue?"
 msgstr ""
 
-#: js/prefs.js:1641
+#: js/prefs.js:1648
 msgid "Label Editor"
 msgstr "ラベルエディター"
 
-#: js/prefs.js:1704
+#: js/prefs.js:1711
 msgid ""
 "This will clear your stored authentication information for Twitter. Continue?"
 msgstr ""
 
-#: js/prefs.js:1784
+#: js/prefs.js:1791
 #, fuzzy
 msgid "Subscribing to feeds..."
 msgstr "フィードを購読しています..."
 
-#: js/prefs.js:1821
+#: js/prefs.js:1828
 msgid "Clear stored data for this plugin?"
 msgstr ""
 
@@ -3123,29 +3150,29 @@ msgstr ""
 msgid "Mark all articles as read?"
 msgstr "すべての記事を既読にしますか?"
 
-#: js/tt-rss.js:356
+#: js/tt-rss.js:358
 msgid "You can't unsubscribe from the category."
 msgstr "カテゴリーから購読をやめることができません。"
 
-#: js/tt-rss.js:361 js/tt-rss.js:511
+#: js/tt-rss.js:363 js/tt-rss.js:513
 msgid "Please select some feed first."
 msgstr "はじめにいくつかのフィードを選択してください。"
 
-#: js/tt-rss.js:506
+#: js/tt-rss.js:508
 #, fuzzy
 msgid "You can't rescore this kind of feed."
 msgstr "フィードのこの種類を消去できません。"
 
-#: js/tt-rss.js:516
+#: js/tt-rss.js:518
 msgid "Rescore articles in %s?"
 msgstr "%s の記事のスコアを再計算しますか?"
 
-#: js/tt-rss.js:672
+#: js/tt-rss.js:688
 #, fuzzy
 msgid "Please enable mail plugin first."
 msgstr "はじめにいくつかのフィードを選択してください。"
 
-#: js/tt-rss.js:834
+#: js/tt-rss.js:850
 #, fuzzy
 msgid "New version available!"
 msgstr "Tiny Tiny RSS の新しいバージョンが利用できます!"
@@ -3170,83 +3197,84 @@ msgstr "記事をお気に入りにする"
 msgid "Unpublish article"
 msgstr "非公開記事"
 
-#: js/viewfeed.js:674 js/viewfeed.js:702 js/viewfeed.js:729 js/viewfeed.js:791
-#: js/viewfeed.js:823 js/viewfeed.js:960 js/viewfeed.js:1003
-#: js/viewfeed.js:1053 js/viewfeed.js:1927 plugins/mail/mail.js:7
+#: js/viewfeed.js:681 js/viewfeed.js:709 js/viewfeed.js:736 js/viewfeed.js:798
+#: js/viewfeed.js:830 js/viewfeed.js:967 js/viewfeed.js:1010
+#: js/viewfeed.js:1060 js/viewfeed.js:1987 plugins/mailto/init.js:7
+#: plugins/mail/mail.js:7
 msgid "No articles are selected."
 msgstr "記事は選択されていません。"
 
-#: js/viewfeed.js:940
+#: js/viewfeed.js:947
 msgid "Mark all visible articles in %s as read?"
 msgstr "「%s」のすべての可視記事を既読に設定しますか?"
 
-#: js/viewfeed.js:968
+#: js/viewfeed.js:975
 #, fuzzy
 msgid "Delete %d selected articles in %s?"
 msgstr "選択した %d 件の記事を「%s」に設定しますか?"
 
-#: js/viewfeed.js:970
+#: js/viewfeed.js:977
 #, fuzzy
 msgid "Delete %d selected articles?"
 msgstr "ラベルから選択した記事を削除しますか?"
 
-#: js/viewfeed.js:1012
+#: js/viewfeed.js:1019
 #, fuzzy
 msgid "Archive %d selected articles in %s?"
 msgstr "選択した %d 件の記事を「%s」に設定しますか?"
 
-#: js/viewfeed.js:1015
+#: js/viewfeed.js:1022
 #, fuzzy
 msgid "Move %d archived articles back?"
 msgstr "お気に入りの記事"
 
-#: js/viewfeed.js:1059
+#: js/viewfeed.js:1066
 msgid "Mark %d selected articles in %s as read?"
 msgstr "選択した %d 件の記事を「%s」に設定しますか?"
 
-#: js/viewfeed.js:1083
+#: js/viewfeed.js:1090
 #, fuzzy
 msgid "Edit article Tags"
 msgstr "タグを編集する"
 
-#: js/viewfeed.js:1252
+#: js/viewfeed.js:1259
 msgid "No article is selected."
 msgstr "選択された記事はありません。"
 
-#: js/viewfeed.js:1287
+#: js/viewfeed.js:1294
 msgid "No articles found to mark"
 msgstr "マークした記事が見つかりません"
 
-#: js/viewfeed.js:1289
+#: js/viewfeed.js:1296
 msgid "Mark %d article(s) as read?"
 msgstr "%d 件のマークした記事を既読として設定しますか?"
 
-#: js/viewfeed.js:1744
+#: js/viewfeed.js:1804
 #, fuzzy
 msgid "Open original article"
 msgstr "元の記事内容を表示する"
 
-#: js/viewfeed.js:1814
+#: js/viewfeed.js:1874
 #, fuzzy
 msgid "Remove label"
 msgstr "選択したラベルを削除しますか?"
 
-#: js/viewfeed.js:1838
+#: js/viewfeed.js:1898
 #, fuzzy
 msgid "Playing..."
 msgstr "フィード一覧を読み込んでいます..."
 
-#: js/viewfeed.js:1839
+#: js/viewfeed.js:1899
 #, fuzzy
 msgid "Click to pause"
 msgstr "編集するにはクリック"
 
-#: js/viewfeed.js:1896
+#: js/viewfeed.js:1956
 #, fuzzy
 msgid "Please enter new score for selected articles:"
 msgstr "このアーティクルのノートを入力してください:"
 
-#: js/viewfeed.js:1938
+#: js/viewfeed.js:1998
 #, fuzzy
 msgid "Please enter new score for this article:"
 msgstr "このアーティクルのノートを入力してください:"
@@ -3281,6 +3309,11 @@ msgstr "読んだフィードを隠す/再表示する"
 msgid "Load more..."
 msgstr "ヘルプを読み込んでいます..."
 
+#: plugins/mailto/init.js:21 plugins/mail/mail.js:21
+#, fuzzy
+msgid "Forward article by email"
+msgstr "記事をお気に入りにする"
+
 #: plugins/import_export/import_export.js:13
 #, fuzzy
 msgid "Export Data"
@@ -3302,11 +3335,6 @@ msgstr "インポート"
 msgid "Please choose the file first."
 msgstr "はじめにいくつかのフィードを選択してください。"
 
-#: plugins/mail/mail.js:21
-#, fuzzy
-msgid "Forward article by email"
-msgstr "記事をお気に入りにする"
-
 #: plugins/instances/instances.js:10
 #, fuzzy
 msgid "Link Instance"
@@ -3343,6 +3371,12 @@ msgid ""
 "before continuing. Please type 'yes' to continue."
 msgstr ""
 
+#~ msgid "Yes"
+#~ msgstr "はい"
+
+#~ msgid "No"
+#~ msgstr "いいえ"
+
 #~ msgid "Comments?"
 #~ msgstr "コメントしますか?"
 
@@ -3447,10 +3481,6 @@ msgstr ""
 #~ msgid "Original article"
 #~ msgstr "元の記事内容を表示する"
 
-#, fuzzy
-#~ msgid "Close this panel"
-#~ msgstr "このウィンドウを閉じる"
-
 #, fuzzy
 #~ msgid "Update feed"
 #~ msgstr "すべてのフィードの更新"
index 9feafce3179867b6562de67c701d06a504f43df8..b962aec7079b5cd5ad160397ab81a60a83d42360 100644 (file)
Binary files a/locale/lv_LV/LC_MESSAGES/messages.mo and b/locale/lv_LV/LC_MESSAGES/messages.mo differ
index f47df4979ee41596d7879297de781f09b1fd5789..ced1b14a8d40687ec535a3a8694dba566b23b5a8 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 1.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-03-19 10:14+0400\n"
+"POT-Creation-Date: 2013-03-20 15:53+0400\n"
 "PO-Revision-Date: 2013-03-18 22:55+0300\n"
 "Last-Translator: Valdis Vītoliņš <valdis.vitolins@odo.lv>\n"
 "Language-Team: \n"
@@ -258,8 +258,8 @@ msgstr ""
 
 #: index.php:117 index.php:147 index.php:252 prefs.php:79
 #: classes/backend.php:5 classes/pref/labels.php:296
-#: classes/pref/filters.php:609 classes/pref/feeds.php:1270
-#: plugins/digest/digest_body.php:45 js/viewfeed.js:1174
+#: classes/pref/filters.php:609 classes/pref/feeds.php:1296
+#: plugins/digest/digest_body.php:45 js/viewfeed.js:1181
 msgid "Loading, please wait..."
 msgstr "Ielādē, lūdzu gaidiet..."
 
@@ -287,11 +287,11 @@ msgstr "Adaptīvs"
 msgid "All Articles"
 msgstr "Visus rakstus"
 
-#: index.php:169 include/functions.php:1912 classes/feeds.php:106
+#: index.php:169 include/functions.php:1915 classes/feeds.php:106
 msgid "Starred"
 msgstr "Zvaigžņotos"
 
-#: index.php:170 include/functions.php:1913 classes/feeds.php:107
+#: index.php:170 include/functions.php:1916 classes/feeds.php:107
 msgid "Published"
 msgstr "Publicētos"
 
@@ -327,13 +327,14 @@ msgstr "Virsraksts"
 msgid "Score"
 msgstr "Novērtējums"
 
-#: index.php:187 classes/pref/feeds.php:535 classes/pref/feeds.php:746
+#: index.php:187 classes/pref/feeds.php:535 classes/pref/feeds.php:758
 msgid "Update"
 msgstr "Atjaunot"
 
-#: index.php:191 index.php:221 include/functions.php:1903
-#: include/localized_schema.php:10 classes/feeds.php:111 classes/feeds.php:131
-#: js/FeedTree.js:128 js/FeedTree.js:156 plugins/digest/digest.js:630
+#: index.php:191 index.php:221 include/functions.php:1906
+#: include/localized_schema.php:10 classes/feeds.php:111 classes/feeds.php:136
+#: classes/feeds.php:410 js/FeedTree.js:128 js/FeedTree.js:156
+#: plugins/digest/digest.js:630
 msgid "Mark as read"
 msgstr "Atzīmēt kā lasītu"
 
@@ -366,7 +367,7 @@ msgstr "Rediģēt šo barotni..."
 msgid "Rescore feed"
 msgstr "Pārvērtēt barotni"
 
-#: index.php:219 classes/pref/feeds.php:672 classes/pref/feeds.php:1243
+#: index.php:219 classes/pref/feeds.php:684 classes/pref/feeds.php:1269
 #: js/PrefFeedTree.js:73
 msgid "Unsubscribe"
 msgstr "Atteikties"
@@ -391,7 +392,7 @@ msgstr "Pārslēgties uz īssavilkumu..."
 msgid "Show tag cloud..."
 msgstr "Radīt birku mākoni..."
 
-#: index.php:229 include/functions.php:1890
+#: index.php:229 include/functions.php:1893
 #, fuzzy
 msgid "Toggle widescreen mode"
 msgstr "Pārslēgt zvaigžņošanu"
@@ -417,8 +418,8 @@ msgstr "Isinājumtaustiņu palīdzība"
 msgid "Logout"
 msgstr "Atteikties"
 
-#: prefs.php:28 prefs.php:99 include/functions.php:1915
-#: classes/pref/prefs.php:371
+#: prefs.php:28 prefs.php:99 include/functions.php:1918
+#: classes/pref/prefs.php:377
 msgid "Preferences"
 msgstr "Iestatījumi"
 
@@ -430,8 +431,8 @@ msgstr "Īsinājumtaustiņi"
 msgid "Exit preferences"
 msgstr "Iziet no iestatījumiem"
 
-#: prefs.php:102 classes/pref/feeds.php:100 classes/pref/feeds.php:1148
-#: classes/pref/feeds.php:1211
+#: prefs.php:102 classes/pref/feeds.php:100 classes/pref/feeds.php:1174
+#: classes/pref/feeds.php:1237
 msgid "Feeds"
 msgstr "Barotnes"
 
@@ -439,8 +440,8 @@ msgstr "Barotnes"
 msgid "Filters"
 msgstr "Filtri"
 
-#: prefs.php:108 mobile/mobile-functions.php:205 include/functions.php:1118
-#: include/functions.php:1739 classes/pref/labels.php:90
+#: prefs.php:108 mobile/mobile-functions.php:205 include/functions.php:1121
+#: include/functions.php:1742 classes/pref/labels.php:90
 msgid "Labels"
 msgstr "Iezīmes"
 
@@ -536,8 +537,8 @@ msgstr "Atvērt parasto versiju"
 msgid "Home"
 msgstr "Mājas"
 
-#: mobile/mobile-functions.php:178 include/functions.php:1116
-#: include/functions.php:1737
+#: mobile/mobile-functions.php:178 include/functions.php:1119
+#: include/functions.php:1740
 msgid "Special"
 msgstr "Īpaši"
 
@@ -579,9 +580,9 @@ msgstr "Kārtot barotnes pēc nelasīto skaita"
 msgid "Reverse headline order (oldest first)"
 msgstr "Apgriezt virsrakstu secību (vecākos vispirms)"
 
-#: include/digest.php:131 include/functions.php:1127
-#: include/functions.php:1640 include/functions.php:1725
-#: include/functions.php:1747 classes/opml.php:416 classes/pref/feeds.php:188
+#: include/digest.php:131 include/functions.php:1130
+#: include/functions.php:1643 include/functions.php:1728
+#: include/functions.php:1750 classes/opml.php:416 classes/pref/feeds.php:188
 msgid "Uncategorized"
 msgstr "Nekategorizēts"
 
@@ -594,313 +595,314 @@ msgstr "%d arhivēti raksti"
 msgid "No feeds found."
 msgstr "Neatradu barotnes."
 
-#: include/functions.php:698
+#: include/functions.php:701
 msgid "Session failed to validate (incorrect IP)"
 msgstr "Neizdevās validēt sesiju (mainījusies IP adrese)"
 
-#: include/functions.php:1589 classes/dlg.php:371 classes/pref/filters.php:368
+#: include/functions.php:1592 classes/dlg.php:371 classes/pref/filters.php:368
 msgid "All feeds"
 msgstr "Visas barotnes"
 
-#: include/functions.php:1790
+#: include/functions.php:1793
 msgid "Starred articles"
 msgstr "Zvaigžņotie raksti"
 
-#: include/functions.php:1792
+#: include/functions.php:1795
 msgid "Published articles"
 msgstr "Publicētie raksti"
 
-#: include/functions.php:1794
+#: include/functions.php:1797
 msgid "Fresh articles"
 msgstr "Jaunākie raksti"
 
-#: include/functions.php:1796 include/functions.php:1910
+#: include/functions.php:1799 include/functions.php:1913
 msgid "All articles"
 msgstr "Visi raksti"
 
-#: include/functions.php:1798
+#: include/functions.php:1801
 msgid "Archived articles"
 msgstr "Arhivētie raksti"
 
-#: include/functions.php:1800
+#: include/functions.php:1803
 msgid "Recently read"
 msgstr "Nesen lasītie raksti"
 
-#: include/functions.php:1867
+#: include/functions.php:1870
 msgid "Navigation"
 msgstr "Navigācija"
 
-#: include/functions.php:1868
+#: include/functions.php:1871
 #, fuzzy
 msgid "Open next feed"
 msgstr "Pēc noķeršanas rādīt nākamo barotni"
 
-#: include/functions.php:1869
+#: include/functions.php:1872
 msgid "Open previous feed"
 msgstr ""
 
-#: include/functions.php:1870
+#: include/functions.php:1873
 #, fuzzy
 msgid "Open next article"
 msgstr "Atvērt sākotnējo rakstu"
 
-#: include/functions.php:1871
+#: include/functions.php:1874
 #, fuzzy
 msgid "Open previous article"
 msgstr "Atvērt sākotnējo rakstu"
 
-#: include/functions.php:1872
+#: include/functions.php:1875
 msgid "Open next article (don't scroll long articles)"
 msgstr ""
 
-#: include/functions.php:1873
+#: include/functions.php:1876
 msgid "Open previous article (don't scroll long articles)"
 msgstr ""
 
-#: include/functions.php:1874
+#: include/functions.php:1877
 msgid "Show search dialog"
 msgstr "Rādīt meklēšanas logu"
 
-#: include/functions.php:1875
+#: include/functions.php:1878
 #, fuzzy
 msgid "Article"
 msgstr "Visus rakstus"
 
-#: include/functions.php:1876
+#: include/functions.php:1879
 msgid "Toggle starred"
 msgstr "Pārslēgt zvaigžņošanu"
 
-#: include/functions.php:1877
+#: include/functions.php:1880
 msgid "Toggle published"
 msgstr "Pārslēgt publicēšanu"
 
-#: include/functions.php:1878
+#: include/functions.php:1881
 msgid "Toggle unread"
 msgstr "Pārslēgt nelasītu"
 
-#: include/functions.php:1879
+#: include/functions.php:1882
 msgid "Edit tags"
 msgstr "Rediģēt iezīmes"
 
-#: include/functions.php:1880
+#: include/functions.php:1883
 #, fuzzy
 msgid "Dismiss selected"
 msgstr "Atmest atlasītos rakstus"
 
-#: include/functions.php:1881
+#: include/functions.php:1884
 #, fuzzy
 msgid "Dismiss read"
 msgstr "Atmest lasītos rakstus"
 
-#: include/functions.php:1882
+#: include/functions.php:1885
 #, fuzzy
 msgid "Open in new window"
 msgstr "Atvērt rakstu jaunā logā"
 
-#: include/functions.php:1883 js/viewfeed.js:1758
+#: include/functions.php:1886 js/viewfeed.js:1818
 msgid "Mark below as read"
 msgstr "Iezīmēt lejup kā lasītus"
 
-#: include/functions.php:1884 js/viewfeed.js:1752
+#: include/functions.php:1887 js/viewfeed.js:1812
 msgid "Mark above as read"
 msgstr "Iezīmēt augšup kā lasītus"
 
-#: include/functions.php:1885
+#: include/functions.php:1888
 #, fuzzy
 msgid "Scroll down"
 msgstr "Viss izdarīts."
 
-#: include/functions.php:1886
+#: include/functions.php:1889
 msgid "Scroll up"
 msgstr ""
 
-#: include/functions.php:1887
+#: include/functions.php:1890
 #, fuzzy
 msgid "Select article under cursor"
 msgstr "Iezīmēt rakstu zem peles kursora"
 
-#: include/functions.php:1888
+#: include/functions.php:1891
 msgid "Email article"
 msgstr "Nosūtīt rakstu uz e-pastu"
 
-#: include/functions.php:1889 plugins/close_button/init.php:24
-msgid "Close article"
+#: include/functions.php:1892
+#, fuzzy
+msgid "Close/collapse article"
 msgstr "Aizvērt rakstu"
 
-#: include/functions.php:1891
+#: include/functions.php:1894
 #, fuzzy
 msgid "Article selection"
 msgstr "Apgriezt rakstu iezīmēšanu"
 
-#: include/functions.php:1892
+#: include/functions.php:1895
 msgid "Select all articles"
 msgstr "Iezīmēt visus rakstus"
 
-#: include/functions.php:1893
+#: include/functions.php:1896
 #, fuzzy
 msgid "Select unread"
 msgstr "Iezīmēt nelasītos rakstus"
 
-#: include/functions.php:1894
+#: include/functions.php:1897
 #, fuzzy
 msgid "Select starred"
 msgstr "Uzlikt zvaigzni"
 
-#: include/functions.php:1895
+#: include/functions.php:1898
 #, fuzzy
 msgid "Select published"
 msgstr "Iezīmēt publicētos rakstus"
 
-#: include/functions.php:1896
+#: include/functions.php:1899
 #, fuzzy
 msgid "Invert selection"
 msgstr "Apgriezt rakstu iezīmēšanu"
 
-#: include/functions.php:1897
+#: include/functions.php:1900
 #, fuzzy
 msgid "Deselect everything"
 msgstr "Neatzīmēt rakstus"
 
-#: include/functions.php:1898 classes/pref/feeds.php:488
-#: classes/pref/feeds.php:707
+#: include/functions.php:1901 classes/pref/feeds.php:488
+#: classes/pref/feeds.php:719
 msgid "Feed"
 msgstr "Barotne"
 
-#: include/functions.php:1899
+#: include/functions.php:1902
 #, fuzzy
 msgid "Refresh current feed"
 msgstr "Atjaunot aktīvo barotni"
 
-#: include/functions.php:1900
+#: include/functions.php:1903
 #, fuzzy
 msgid "Un/hide read feeds"
 msgstr "(Ne)rādīt lasītās barotnes"
 
-#: include/functions.php:1901 classes/pref/feeds.php:1214
+#: include/functions.php:1904 classes/pref/feeds.php:1240
 msgid "Subscribe to feed"
 msgstr "Abonēt barotni"
 
-#: include/functions.php:1902 js/FeedTree.js:135 js/PrefFeedTree.js:67
+#: include/functions.php:1905 js/FeedTree.js:135 js/PrefFeedTree.js:67
 msgid "Edit feed"
 msgstr "Rediģēt barotni"
 
-#: include/functions.php:1904
+#: include/functions.php:1907
 #, fuzzy
 msgid "Reverse headlines"
 msgstr "Apgriezt virsrakstu secību"
 
-#: include/functions.php:1905
+#: include/functions.php:1908
 #, fuzzy
 msgid "Debug feed update"
 msgstr "Atslēgt atjaunojumus"
 
-#: include/functions.php:1906 js/FeedTree.js:170
+#: include/functions.php:1909 js/FeedTree.js:177
 msgid "Mark all feeds as read"
 msgstr "Atzīmēt visas barotnes kā lasītas"
 
-#: include/functions.php:1907
+#: include/functions.php:1910
 #, fuzzy
 msgid "Un/collapse current category"
 msgstr "Ievietot kategorijā:"
 
-#: include/functions.php:1908
+#: include/functions.php:1911
 #, fuzzy
 msgid "Toggle combined mode"
 msgstr "Pārslēgt publicēšanu"
 
-#: include/functions.php:1909
+#: include/functions.php:1912
 #, fuzzy
 msgid "Go to"
 msgstr "Doties uz..."
 
-#: include/functions.php:1911
+#: include/functions.php:1914
 msgid "Fresh"
 msgstr ""
 
-#: include/functions.php:1914
+#: include/functions.php:1917
 msgid "Tag cloud"
 msgstr "Iezīmju mākonis"
 
-#: include/functions.php:1916
+#: include/functions.php:1919
 #, fuzzy
 msgid "Other"
 msgstr "Citas barotnes"
 
-#: include/functions.php:1917 classes/pref/labels.php:281
+#: include/functions.php:1920 classes/pref/labels.php:281
 msgid "Create label"
 msgstr "Izveidot etiķeti"
 
-#: include/functions.php:1918 classes/pref/filters.php:587
+#: include/functions.php:1921 classes/pref/filters.php:587
 msgid "Create filter"
 msgstr "Izveidot filtru"
 
-#: include/functions.php:1919
+#: include/functions.php:1922
 #, fuzzy
 msgid "Un/collapse sidebar"
 msgstr "Sakļaut sānjoslu"
 
-#: include/functions.php:1920
+#: include/functions.php:1923
 #, fuzzy
 msgid "Show help dialog"
 msgstr "Rādīt meklēšanas logu"
 
-#: include/functions.php:2400
+#: include/functions.php:2405
 #, php-format
 msgid "Search results: %s"
 msgstr "Meklēšanas rezultāti: %s"
 
-#: include/functions.php:2824 js/viewfeed.js:1845
+#: include/functions.php:2893 js/viewfeed.js:1905
 msgid "Click to play"
 msgstr "Klikšķiniet, lai atskaņotu"
 
-#: include/functions.php:2825 js/viewfeed.js:1844
+#: include/functions.php:2894 js/viewfeed.js:1904
 msgid "Play"
 msgstr "Atskaņot"
 
-#: include/functions.php:2945
+#: include/functions.php:3015
 msgid " - "
 msgstr "–"
 
-#: include/functions.php:2967 include/functions.php:3284 classes/rpc.php:359
+#: include/functions.php:3037 include/functions.php:3354 classes/rpc.php:360
 msgid "no tags"
 msgstr "nav iezīmju"
 
-#: include/functions.php:2977 classes/feeds.php:645
+#: include/functions.php:3047 classes/feeds.php:656
 msgid "Edit tags for this article"
 msgstr "Rediģēt šī raksta iezīmes"
 
-#: include/functions.php:3006 classes/feeds.php:600
+#: include/functions.php:3076 classes/feeds.php:610
 msgid "Originally from:"
 msgstr "Sākotnējais no:"
 
-#: include/functions.php:3019 classes/feeds.php:613 classes/pref/feeds.php:507
+#: include/functions.php:3089 classes/feeds.php:623 classes/pref/feeds.php:507
 msgid "Feed URL"
 msgstr "Barotnes URL"
 
-#: include/functions.php:3048
+#: include/functions.php:3118
 msgid "Related"
 msgstr "Saistīts"
 
-#: include/functions.php:3075 classes/dlg.php:43 classes/dlg.php:162
+#: include/functions.php:3145 classes/dlg.php:43 classes/dlg.php:162
 #: classes/dlg.php:185 classes/dlg.php:222 classes/dlg.php:508
 #: classes/dlg.php:543 classes/dlg.php:574 classes/dlg.php:608
 #: classes/dlg.php:620 classes/backend.php:105 classes/pref/users.php:106
-#: classes/pref/filters.php:108 classes/pref/feeds.php:1527
-#: classes/pref/feeds.php:1598 plugins/import_export/init.php:407
+#: classes/pref/filters.php:108 classes/pref/feeds.php:1553
+#: classes/pref/feeds.php:1624 plugins/import_export/init.php:407
 #: plugins/import_export/init.php:431 plugins/share/init.php:67
-#: plugins/updater/init.php:329
+#: plugins/updater/init.php:330
 msgid "Close this window"
 msgstr "Aizvērt šo logu"
 
-#: include/functions.php:3309
+#: include/functions.php:3379
 msgid "(edit note)"
 msgstr "(rediģēt piezīmi)"
 
-#: include/functions.php:3542
+#: include/functions.php:3612
 msgid "unknown type"
 msgstr "nezināms tips"
 
-#: include/functions.php:3592
+#: include/functions.php:3662
 msgid "Attachments"
 msgstr "Pielikumi"
 
@@ -937,7 +939,7 @@ msgstr "Publicēt rakstu"
 msgid "Assign tags"
 msgstr "Pievienot iezīmi"
 
-#: include/localized_schema.php:14 js/viewfeed.js:1809
+#: include/localized_schema.php:14 js/viewfeed.js:1869
 msgid "Assign label"
 msgstr "Pievienot etiķeti"
 
@@ -1128,7 +1130,7 @@ msgstr "Apvienot virsrakstus virtuālās barotnēs"
 
 #: include/localized_schema.php:57
 #, fuzzy
-msgid "Hide images in articles"
+msgid "Do not embed images in articles"
 msgstr "Nerādīt rakstos attēlus"
 
 #: include/localized_schema.php:58
@@ -1139,7 +1141,7 @@ msgstr "Iespējot ārēju API"
 msgid "User timezone"
 msgstr "Lietotāja laika zona"
 
-#: include/localized_schema.php:60 js/prefs.js:1733
+#: include/localized_schema.php:60 js/prefs.js:1740
 msgid "Customize stylesheet"
 msgstr "Pielāgot stilu lapu"
 
@@ -1189,7 +1191,7 @@ msgid "Title:"
 msgstr "Virsraksts:"
 
 #: classes/handler/public.php:404 classes/dlg.php:667
-#: classes/pref/feeds.php:505 classes/pref/feeds.php:722
+#: classes/pref/feeds.php:505 classes/pref/feeds.php:734
 #: plugins/instances/init.php:215
 msgid "URL:"
 msgstr "URL:"
@@ -1216,8 +1218,8 @@ msgstr "Kopīgot"
 #: classes/dlg.php:751 classes/pref/users.php:194 classes/pref/labels.php:81
 #: classes/pref/filters.php:349 classes/pref/filters.php:729
 #: classes/pref/filters.php:798 classes/pref/filters.php:865
-#: classes/pref/feeds.php:689 classes/pref/feeds.php:829
-#: plugins/mail/init.php:132 plugins/note/init.php:55
+#: classes/pref/feeds.php:701 classes/pref/feeds.php:849
+#: plugins/mail/init.php:131 plugins/note/init.php:55
 #: plugins/instances/init.php:251
 msgid "Cancel"
 msgstr "Atcelt"
@@ -1278,8 +1280,8 @@ msgstr ""
 #: classes/dlg.php:55 classes/pref/users.php:378 classes/pref/labels.php:272
 #: classes/pref/filters.php:230 classes/pref/filters.php:277
 #: classes/pref/filters.php:578 classes/pref/filters.php:657
-#: classes/pref/filters.php:684 classes/pref/feeds.php:1202
-#: classes/pref/feeds.php:1472 classes/pref/feeds.php:1541
+#: classes/pref/filters.php:684 classes/pref/feeds.php:1228
+#: classes/pref/feeds.php:1498 classes/pref/feeds.php:1567
 #: plugins/instances/init.php:287
 msgid "Select"
 msgstr "Iezīmēt"
@@ -1288,8 +1290,8 @@ msgstr "Iezīmēt"
 #: classes/pref/labels.php:275 classes/pref/filters.php:233
 #: classes/pref/filters.php:280 classes/pref/filters.php:581
 #: classes/pref/filters.php:660 classes/pref/filters.php:687
-#: classes/pref/feeds.php:1205 classes/pref/feeds.php:1475
-#: classes/pref/feeds.php:1544 plugins/instances/init.php:290
+#: classes/pref/feeds.php:1231 classes/pref/feeds.php:1501
+#: classes/pref/feeds.php:1570 plugins/instances/init.php:290
 msgid "All"
 msgstr "Visus"
 
@@ -1297,8 +1299,8 @@ msgstr "Visus"
 #: classes/pref/labels.php:277 classes/pref/filters.php:235
 #: classes/pref/filters.php:282 classes/pref/filters.php:583
 #: classes/pref/filters.php:662 classes/pref/filters.php:689
-#: classes/pref/feeds.php:1207 classes/pref/feeds.php:1477
-#: classes/pref/feeds.php:1546 plugins/instances/init.php:292
+#: classes/pref/feeds.php:1233 classes/pref/feeds.php:1503
+#: classes/pref/feeds.php:1572 plugins/instances/init.php:292
 msgid "None"
 msgstr "Nevienu"
 
@@ -1363,7 +1365,7 @@ msgid "Feed or site URL"
 msgstr "Barotnes vai vietnes URL"
 
 #: classes/dlg.php:249 classes/dlg.php:715 classes/pref/feeds.php:527
-#: classes/pref/feeds.php:735
+#: classes/pref/feeds.php:747
 msgid "Place in category:"
 msgstr "Ievietot kategorijā:"
 
@@ -1372,17 +1374,17 @@ msgid "Available feeds"
 msgstr "Pieejamās barotnes"
 
 #: classes/dlg.php:269 classes/pref/users.php:155 classes/pref/feeds.php:557
-#: classes/pref/feeds.php:771
+#: classes/pref/feeds.php:783
 msgid "Authentication"
 msgstr "Autentifikācija"
 
 #: classes/dlg.php:273 classes/dlg.php:729 classes/pref/users.php:438
-#: classes/pref/feeds.php:563 classes/pref/feeds.php:775
+#: classes/pref/feeds.php:563 classes/pref/feeds.php:787
 msgid "Login"
 msgstr "Pieteikšanās"
 
-#: classes/dlg.php:276 classes/dlg.php:732 classes/pref/prefs.php:196
-#: classes/pref/feeds.php:569 classes/pref/feeds.php:781
+#: classes/dlg.php:276 classes/dlg.php:732 classes/pref/prefs.php:202
+#: classes/pref/feeds.php:569 classes/pref/feeds.php:793
 msgid "Password"
 msgstr "Parole"
 
@@ -1399,7 +1401,7 @@ msgid "More feeds"
 msgstr "Vairāk barotnes"
 
 #: classes/dlg.php:318 classes/dlg.php:409 classes/pref/users.php:368
-#: classes/pref/filters.php:574 classes/pref/feeds.php:1198 js/tt-rss.js:166
+#: classes/pref/filters.php:574 classes/pref/feeds.php:1224 js/tt-rss.js:166
 msgid "Search"
 msgstr "Meklēt"
 
@@ -1417,7 +1419,7 @@ msgstr "ierobežojumi:"
 
 #: classes/dlg.php:349 classes/pref/users.php:394 classes/pref/labels.php:284
 #: classes/pref/filters.php:339 classes/pref/filters.php:596
-#: classes/pref/feeds.php:662 plugins/instances/init.php:297
+#: classes/pref/feeds.php:674 plugins/instances/init.php:297
 msgid "Remove"
 msgstr "Novākt"
 
@@ -1439,7 +1441,7 @@ msgstr "Šī raksta iezīmes (atdalītas ar komatiem):"
 
 #: classes/dlg.php:439 classes/dlg.php:650 classes/pref/users.php:192
 #: classes/pref/labels.php:79 classes/pref/filters.php:346
-#: classes/pref/feeds.php:688 classes/pref/feeds.php:826
+#: classes/pref/feeds.php:700 classes/pref/feeds.php:846
 #: plugins/nsfw/init.php:86 plugins/note/init.php:53
 #: plugins/owncloud/init.php:62 plugins/instances/init.php:248
 msgid "Save"
@@ -1473,7 +1475,7 @@ msgstr "Kuras iezīmes?"
 msgid "Display entries"
 msgstr "Rādīt ierakstus"
 
-#: classes/dlg.php:551 classes/feeds.php:133
+#: classes/dlg.php:551 classes/feeds.php:138
 msgid "View as RSS"
 msgstr "Skatīt kā RSS"
 
@@ -1481,7 +1483,7 @@ msgstr "Skatīt kā RSS"
 msgid "You can view this feed as RSS using the following URL:"
 msgstr "Jūs varat skatīt so baronti kā RSS ar sekojošu URL:"
 
-#: classes/dlg.php:591 plugins/updater/init.php:303
+#: classes/dlg.php:591 plugins/updater/init.php:304
 #, php-format
 msgid "New version of Tiny Tiny RSS is available (%s)."
 msgstr "Ir pieejama jauna Tiny Tiny RSS versija (%s)."
@@ -1608,35 +1610,41 @@ msgstr "Pārvietot atpakaļ"
 msgid "Delete"
 msgstr "Dzēst"
 
-#: classes/feeds.php:125 plugins/mail/init.php:28
+#: classes/feeds.php:125 classes/feeds.php:130 plugins/mailto/init.php:28
+#: plugins/mail/init.php:28
 msgid "Forward by email"
 msgstr "Pārsūtīt e-pastā"
 
-#: classes/feeds.php:129
+#: classes/feeds.php:134
 msgid "Feed:"
 msgstr "Barotne:"
 
-#: classes/feeds.php:196 classes/feeds.php:790
+#: classes/feeds.php:201 classes/feeds.php:801
 msgid "Feed not found."
 msgstr "Barotne netika atrasta."
 
-#: classes/feeds.php:403 classes/feeds.php:493
+#: classes/feeds.php:500
 msgid "mark as read"
 msgstr "iezīmēt kā lasītu"
 
-#: classes/feeds.php:691
+#: classes/feeds.php:555
+#, fuzzy
+msgid "Collapse article"
+msgstr "Aizvērt rakstu"
+
+#: classes/feeds.php:702
 msgid "No unread articles found to display."
 msgstr "Nav neizlasītu rakstu, ko rādīt."
 
-#: classes/feeds.php:694
+#: classes/feeds.php:705
 msgid "No updated articles found to display."
 msgstr "Nav atjaunotu rakstu, ko rādīt."
 
-#: classes/feeds.php:697
+#: classes/feeds.php:708
 msgid "No starred articles found to display."
 msgstr "Nav zvaigžņotu rakstu, ko rādīt."
 
-#: classes/feeds.php:701
+#: classes/feeds.php:712
 msgid ""
 "No articles found to display. You can assign articles to labels manually "
 "(see the Actions menu above) or use a filter."
@@ -1644,21 +1652,21 @@ msgstr ""
 "Netika atrasti parādāmi raksti. Jūs varat pievienot rakstus etiķetēm manuāli "
 "(skatiet darbību izvēlni), vai arī ar filtru."
 
-#: classes/feeds.php:703
+#: classes/feeds.php:714
 msgid "No articles found to display."
 msgstr "Netika atrasti raksti, ko rādīt."
 
-#: classes/feeds.php:718 classes/feeds.php:899
+#: classes/feeds.php:729 classes/feeds.php:910
 #, php-format
 msgid "Feeds last updated at %s"
 msgstr "Barotnes pēdējo reizi atjaunotas %s."
 
-#: classes/feeds.php:728 classes/feeds.php:909
+#: classes/feeds.php:739 classes/feeds.php:920
 msgid "Some feeds have update errors (click for details)"
 msgstr ""
 "Dažas barotnes ir atjaunotas ar kļūdām (klikšķiniet lai skatītu vairāk)"
 
-#: classes/feeds.php:889
+#: classes/feeds.php:900
 msgid "No feed selected."
 msgstr "Nav izvēlēta barotne."
 
@@ -1777,7 +1785,7 @@ msgid "Change password to"
 msgstr "Nomainīt paroli uz"
 
 #: classes/pref/users.php:177 classes/pref/feeds.php:577
-#: classes/pref/feeds.php:787
+#: classes/pref/feeds.php:799
 msgid "Options"
 msgstr "Iespējas"
 
@@ -1925,7 +1933,7 @@ msgstr "%s kad %s kur %s"
 msgid "Combine"
 msgstr "Apvienot"
 
-#: classes/pref/filters.php:600 classes/pref/feeds.php:1257
+#: classes/pref/filters.php:600 classes/pref/feeds.php:1283
 msgid "Rescore articles"
 msgstr "Pārvērtēt rakstus"
 
@@ -1982,76 +1990,76 @@ msgstr "Ievadītās paroles nav vienādas."
 msgid "Function not supported by authentication module."
 msgstr "Funkiju neatbalsta autentifikācijas modulis."
 
-#: classes/pref/prefs.php:63
+#: classes/pref/prefs.php:69
 msgid "The configuration was saved."
 msgstr "Iestatījumi ir saglabāti."
 
-#: classes/pref/prefs.php:77
+#: classes/pref/prefs.php:83
 #, php-format
 msgid "Unknown option: %s"
 msgstr "Nezināma iespēja %s."
 
-#: classes/pref/prefs.php:91
+#: classes/pref/prefs.php:97
 msgid "Your personal data has been saved."
 msgstr "Jūsu personīgie dati ir saglabāti."
 
-#: classes/pref/prefs.php:131
+#: classes/pref/prefs.php:137
 msgid "Personal data / Authentication"
 msgstr "Personīgie dati/autentifikācija"
 
-#: classes/pref/prefs.php:151
+#: classes/pref/prefs.php:157
 msgid "Personal data"
 msgstr "Personīgie dati"
 
-#: classes/pref/prefs.php:161
+#: classes/pref/prefs.php:167
 msgid "Full name"
 msgstr "Vārds un uzvārds"
 
-#: classes/pref/prefs.php:165
+#: classes/pref/prefs.php:171
 msgid "E-mail"
 msgstr "E-pasts"
 
-#: classes/pref/prefs.php:171
+#: classes/pref/prefs.php:177
 msgid "Access level"
 msgstr "Pieejas līmenis"
 
-#: classes/pref/prefs.php:181
+#: classes/pref/prefs.php:187
 msgid "Save data"
 msgstr "Saglabāt datus"
 
-#: classes/pref/prefs.php:203
+#: classes/pref/prefs.php:209
 msgid "Your password is at default value, please change it."
 msgstr "Jums ir norādīta noklusētā parole, lūdzu nomainiet to."
 
-#: classes/pref/prefs.php:235
+#: classes/pref/prefs.php:241
 msgid "Old password"
 msgstr "Vecā parole"
 
-#: classes/pref/prefs.php:238
+#: classes/pref/prefs.php:244
 msgid "New password"
 msgstr "Jaunā parole"
 
-#: classes/pref/prefs.php:243
+#: classes/pref/prefs.php:249
 msgid "Confirm password"
 msgstr "Apstipriniet paroli"
 
-#: classes/pref/prefs.php:253
+#: classes/pref/prefs.php:259
 msgid "Change password"
 msgstr "Nomainīt paroli"
 
-#: classes/pref/prefs.php:259
+#: classes/pref/prefs.php:265
 msgid "One time passwords / Authenticator"
 msgstr "Vienreizlietojamā parole/autentifikācija"
 
-#: classes/pref/prefs.php:288 classes/pref/prefs.php:339
+#: classes/pref/prefs.php:294 classes/pref/prefs.php:345
 msgid "Enter your password"
 msgstr "Ievadiet savu paroli"
 
-#: classes/pref/prefs.php:299
+#: classes/pref/prefs.php:305
 msgid "Disable OTP"
 msgstr "Atslēgt vienreizlietojamo paroli"
 
-#: classes/pref/prefs.php:305
+#: classes/pref/prefs.php:311
 msgid ""
 "You will need a compatible Authenticator to use this. Changing your password "
 "would automatically disable OTP."
@@ -2059,99 +2067,90 @@ msgstr ""
 "Lai to lietotu, jums būs nepieciešams savietojams autentifikators. Jūsu "
 "paroles maiņa automātiski atslēgs vienreizlietojamo paroli."
 
-#: classes/pref/prefs.php:307
+#: classes/pref/prefs.php:313
 msgid "Scan the following code by the Authenticator application:"
 msgstr "Ar autentifikācijas moduli noskenējiet sekojošo kodu:"
 
-#: classes/pref/prefs.php:348
+#: classes/pref/prefs.php:354
 msgid "I have scanned the code and would like to enable OTP"
 msgstr "Esmu noskenējis šo kodu un vēlos iespējot vienreizlietojamo paroli"
 
-#: classes/pref/prefs.php:356
+#: classes/pref/prefs.php:362
 msgid "Enable OTP"
 msgstr "Iespējot vienreizlietojamo paroli"
 
-#: classes/pref/prefs.php:482
+#: classes/pref/prefs.php:493
 msgid "Customize"
 msgstr "Pielāgot"
 
-#: classes/pref/prefs.php:501 classes/pref/prefs.php:508
-#: classes/pref/prefs.php:513
-msgid "Yes"
-msgstr "Jā"
-
-#: classes/pref/prefs.php:503 classes/pref/prefs.php:513
-msgid "No"
-msgstr "Nē"
-
-#: classes/pref/prefs.php:543
+#: classes/pref/prefs.php:552
 msgid "Register"
 msgstr "Reģistrēt"
 
-#: classes/pref/prefs.php:547
+#: classes/pref/prefs.php:556
 msgid "Clear"
 msgstr "Attīrīt"
 
-#: classes/pref/prefs.php:553
+#: classes/pref/prefs.php:562
 #, php-format
 msgid "Current server time: %s (UTC)"
 msgstr "Tekošā laika zona ir: %s (UTC)"
 
-#: classes/pref/prefs.php:582
+#: classes/pref/prefs.php:595
 msgid "Save configuration"
 msgstr "Saglabāt iestatījumus"
 
-#: classes/pref/prefs.php:585
+#: classes/pref/prefs.php:598
 msgid "Manage profiles"
 msgstr "Pārvaldīt profilus"
 
-#: classes/pref/prefs.php:588
+#: classes/pref/prefs.php:601
 msgid "Reset to defaults"
 msgstr "Atstatīt uz noklusētajiem"
 
-#: classes/pref/prefs.php:600
+#: classes/pref/prefs.php:613
 msgid "Show additional preferences"
 msgstr "Rādīt papildu iestatījumus"
 
-#: classes/pref/prefs.php:612 classes/pref/prefs.php:614
+#: classes/pref/prefs.php:625 classes/pref/prefs.php:627
 msgid "Plugins"
 msgstr ""
 
-#: classes/pref/prefs.php:642
+#: classes/pref/prefs.php:655
 msgid "System plugins"
 msgstr ""
 
-#: classes/pref/prefs.php:646 classes/pref/prefs.php:695
+#: classes/pref/prefs.php:659 classes/pref/prefs.php:708
 msgid "Plugin"
 msgstr ""
 
-#: classes/pref/prefs.php:647 classes/pref/prefs.php:696
+#: classes/pref/prefs.php:660 classes/pref/prefs.php:709
 msgid "Description"
 msgstr ""
 
-#: classes/pref/prefs.php:648 classes/pref/prefs.php:697
+#: classes/pref/prefs.php:661 classes/pref/prefs.php:710
 msgid "Version"
 msgstr ""
 
-#: classes/pref/prefs.php:649 classes/pref/prefs.php:698
+#: classes/pref/prefs.php:662 classes/pref/prefs.php:711
 msgid "Author"
 msgstr ""
 
-#: classes/pref/prefs.php:682 classes/pref/prefs.php:733
+#: classes/pref/prefs.php:695 classes/pref/prefs.php:746
 #, fuzzy
 msgid "Clear data"
 msgstr "Dzēst barotņu datus"
 
-#: classes/pref/prefs.php:691
+#: classes/pref/prefs.php:704
 msgid "User plugins"
 msgstr ""
 
-#: classes/pref/prefs.php:748
+#: classes/pref/prefs.php:761
 #, fuzzy
 msgid "Enable selected plugins"
 msgstr "Iespējot barotņu kategorijas"
 
-#: classes/pref/prefs.php:803 classes/pref/prefs.php:821
+#: classes/pref/prefs.php:816 classes/pref/prefs.php:834
 msgid "Incorrect password"
 msgstr "Nepareiza parole"
 
@@ -2170,7 +2169,7 @@ msgstr "(%d barotnes)"
 msgid "Feed Title"
 msgstr "Barotnes virsraksts"
 
-#: classes/pref/feeds.php:550 classes/pref/feeds.php:762
+#: classes/pref/feeds.php:550 classes/pref/feeds.php:774
 msgid "Article purging:"
 msgstr "Dzēšu rakstu:"
 
@@ -2182,105 +2181,109 @@ msgstr ""
 "<b>Ieteikums:</b> ja jūsu barotnei ir nepieciešama autentifikācija, jums ir "
 "jāievada pieteikšanās informācija. Vienīgais izņēmums ir Twitter barotnes."
 
-#: classes/pref/feeds.php:589 classes/pref/feeds.php:791
+#: classes/pref/feeds.php:589 classes/pref/feeds.php:803
 msgid "Hide from Popular feeds"
 msgstr "Nerādīt populārajās barotnēs"
 
-#: classes/pref/feeds.php:601 classes/pref/feeds.php:797
+#: classes/pref/feeds.php:601 classes/pref/feeds.php:809
 msgid "Include in e-mail digest"
 msgstr "Iekļaut e-pasta īssavilkumu"
 
-#: classes/pref/feeds.php:614 classes/pref/feeds.php:803
+#: classes/pref/feeds.php:614 classes/pref/feeds.php:815
 msgid "Always display image attachments"
 msgstr "Vienmēr rādīt attēlu pielikumus"
 
-#: classes/pref/feeds.php:628 classes/pref/feeds.php:811
+#: classes/pref/feeds.php:627 classes/pref/feeds.php:823
+msgid "Do not embed images"
+msgstr ""
+
+#: classes/pref/feeds.php:640 classes/pref/feeds.php:831
 msgid "Cache images locally"
 msgstr "Kešot attēlus lokāli"
 
-#: classes/pref/feeds.php:640 classes/pref/feeds.php:817
+#: classes/pref/feeds.php:652 classes/pref/feeds.php:837
 msgid "Mark updated articles as unread"
 msgstr "Atzīmēt atjaunotos rakstus kā nelasītus"
 
-#: classes/pref/feeds.php:646
+#: classes/pref/feeds.php:658
 msgid "Icon"
 msgstr "Ikona"
 
-#: classes/pref/feeds.php:660
+#: classes/pref/feeds.php:672
 msgid "Replace"
 msgstr "Aizvietot"
 
-#: classes/pref/feeds.php:679
+#: classes/pref/feeds.php:691
 msgid "Resubscribe to push updates"
 msgstr "Pārpasūtīt atjaunojumu grūšanu"
 
-#: classes/pref/feeds.php:686
+#: classes/pref/feeds.php:698
 msgid "Resets PubSubHubbub subscription status for push-enabled feeds."
 msgstr ""
 "Atstata PubSubHubbub pasūtījumu statusu barotnēm ar iespējotu atjaunojumu "
 "grūšanu."
 
-#: classes/pref/feeds.php:701
+#: classes/pref/feeds.php:713
 msgid "Enable the options you wish to apply using checkboxes on the right:"
 msgstr "Iespējojiet iespējas, iezīmējot izvēles rūtiņas labajā pusē:"
 
-#: classes/pref/feeds.php:1051 classes/pref/feeds.php:1104
+#: classes/pref/feeds.php:1077 classes/pref/feeds.php:1130
 msgid "All done."
 msgstr "Viss izdarīts."
 
-#: classes/pref/feeds.php:1159
+#: classes/pref/feeds.php:1185
 msgid "Feeds with errors"
 msgstr "Barotnes ar kļūdām"
 
-#: classes/pref/feeds.php:1179
+#: classes/pref/feeds.php:1205
 msgid "Inactive feeds"
 msgstr "Neaktīvās barotnes"
 
-#: classes/pref/feeds.php:1216
+#: classes/pref/feeds.php:1242
 msgid "Edit selected feeds"
 msgstr "Rediģēt izvēlētās barotnes"
 
-#: classes/pref/feeds.php:1218 classes/pref/feeds.php:1232
+#: classes/pref/feeds.php:1244 classes/pref/feeds.php:1258
 msgid "Reset sort order"
 msgstr "Atstatīt kārtošanas secību"
 
-#: classes/pref/feeds.php:1220 js/prefs.js:1778
+#: classes/pref/feeds.php:1246 js/prefs.js:1785
 msgid "Batch subscribe"
 msgstr "Pasūtījuma pakotne"
 
-#: classes/pref/feeds.php:1225
+#: classes/pref/feeds.php:1251
 msgid "Categories"
 msgstr "Kategorijas"
 
-#: classes/pref/feeds.php:1228
+#: classes/pref/feeds.php:1254
 msgid "Add category"
 msgstr "Pievienot kategoriju"
 
-#: classes/pref/feeds.php:1230
+#: classes/pref/feeds.php:1256
 msgid "(Un)hide empty categories"
 msgstr "(Ne)slēpt tukšās kategorijas"
 
-#: classes/pref/feeds.php:1234
+#: classes/pref/feeds.php:1260
 msgid "Remove selected"
 msgstr "Dzēst izvēlētās"
 
-#: classes/pref/feeds.php:1248
+#: classes/pref/feeds.php:1274
 msgid "More actions..."
 msgstr "Papildu iespējas..."
 
-#: classes/pref/feeds.php:1252
+#: classes/pref/feeds.php:1278
 msgid "Manual purge"
 msgstr "Manuāla dzēšana"
 
-#: classes/pref/feeds.php:1256
+#: classes/pref/feeds.php:1282
 msgid "Clear feed data"
 msgstr "Dzēst barotņu datus"
 
-#: classes/pref/feeds.php:1307
+#: classes/pref/feeds.php:1333
 msgid "OPML"
 msgstr "OPML"
 
-#: classes/pref/feeds.php:1309
+#: classes/pref/feeds.php:1335
 msgid ""
 "Using OPML you can export and import your feeds, filters, labels and Tiny "
 "Tiny RSS settings."
@@ -2288,34 +2291,34 @@ msgstr ""
 "Izmantojot OPML jūs varat eksportēt un importēt savas barotnes, filtrus, "
 "etiķetes un Tiny Tiny RSS iestatījumus."
 
-#: classes/pref/feeds.php:1311
+#: classes/pref/feeds.php:1337
 msgid "Only main settings profile can be migrated using OPML."
 msgstr "Izmantojot OPML var migrēt tikai galvenos iestatījumus."
 
-#: classes/pref/feeds.php:1324
+#: classes/pref/feeds.php:1350
 msgid "Import my OPML"
 msgstr "Importēt manu OPML"
 
-#: classes/pref/feeds.php:1328
+#: classes/pref/feeds.php:1354
 msgid "Filename:"
 msgstr "Faila nosaukums:"
 
-#: classes/pref/feeds.php:1330
+#: classes/pref/feeds.php:1356
 msgid "Include settings"
 msgstr "Iekļaut iestatījumus"
 
-#: classes/pref/feeds.php:1334
+#: classes/pref/feeds.php:1360
 msgid "Export OPML"
 msgstr "Eksportēt OPML"
 
-#: classes/pref/feeds.php:1338
+#: classes/pref/feeds.php:1364
 msgid ""
 "Your OPML can be published publicly and can be subscribed by anyone who "
 "knows the URL below."
 msgstr ""
 "Jūsu OPML var publicēt un to var abonēt katrs, kas zin zemāk minēto saiti."
 
-#: classes/pref/feeds.php:1340
+#: classes/pref/feeds.php:1366
 msgid ""
 "Published OPML does not include your Tiny Tiny RSS settings, feeds that "
 "require authentication or feeds hidden from Popular feeds."
@@ -2324,15 +2327,15 @@ msgstr ""
 "kurās nepieciešams autentificēties un arī barotnes, kas ir paslēptas no "
 "populārajām barotnēm."
 
-#: classes/pref/feeds.php:1343
+#: classes/pref/feeds.php:1369
 msgid "Display published OPML URL"
 msgstr "Parādīt publicētā OPML URL"
 
-#: classes/pref/feeds.php:1353
+#: classes/pref/feeds.php:1379
 msgid "Firefox integration"
 msgstr "Firefox integrācija"
 
-#: classes/pref/feeds.php:1355
+#: classes/pref/feeds.php:1381
 msgid ""
 "This Tiny Tiny RSS site can be used as a Firefox Feed Reader by clicking the "
 "link below."
@@ -2340,19 +2343,19 @@ msgstr ""
 "Šo Tiny Tiny RSS vietni var izmantot kā Firefox Feed Reader, klikšķinot uz "
 "zemākās saites."
 
-#: classes/pref/feeds.php:1362
+#: classes/pref/feeds.php:1388
 msgid "Click here to register this site as a feed reader."
 msgstr "Klikšķiniet šeit, lai reģistrētu šo vietni kā barotņu avotu."
 
-#: classes/pref/feeds.php:1370
+#: classes/pref/feeds.php:1396
 msgid "Published & shared articles / Generated feeds"
 msgstr "Publicētie un kopīgotie raksti / sagatavotās barotnes"
 
-#: classes/pref/feeds.php:1372
+#: classes/pref/feeds.php:1398
 msgid "Published articles and generated feeds"
 msgstr "Publicētie raksti un sagatavotās barotnes"
 
-#: classes/pref/feeds.php:1374
+#: classes/pref/feeds.php:1400
 msgid ""
 "Published articles are exported as a public RSS feed and can be subscribed "
 "by anyone who knows the URL specified below."
@@ -2360,27 +2363,27 @@ msgstr ""
 "Publicētie raksti tiek eksportēti kā publiskas RSS barotnes un tās var "
 "izmantot katrs, kas zina zemāk minēto saiti."
 
-#: classes/pref/feeds.php:1380
+#: classes/pref/feeds.php:1406
 msgid "Display URL"
 msgstr "Parādīt URL"
 
-#: classes/pref/feeds.php:1383
+#: classes/pref/feeds.php:1409
 msgid "Clear all generated URLs"
 msgstr "Attīrīt visus ģenerētos URL"
 
-#: classes/pref/feeds.php:1385
+#: classes/pref/feeds.php:1411
 msgid "Articles shared by URL"
 msgstr "Raksti, kas kopīgoti ar URL"
 
-#: classes/pref/feeds.php:1387
+#: classes/pref/feeds.php:1413
 msgid "You can disable all articles shared by unique URLs here."
 msgstr "Jūs varat atcelt ar šo URL kopīgotos rakstus šeit."
 
-#: classes/pref/feeds.php:1390
+#: classes/pref/feeds.php:1416
 msgid "Unshare all articles"
 msgstr "Atcelt visu rakstu kopīgošanu"
 
-#: classes/pref/feeds.php:1468
+#: classes/pref/feeds.php:1494
 msgid ""
 "These feeds have not been updated with new content for 3 months (oldest "
 "first):"
@@ -2388,15 +2391,15 @@ msgstr ""
 "Šajās barotnēs nav bijis jauns saturs vairāk kā 3 mēnešus (sākot ar "
 "vecākajām):"
 
-#: classes/pref/feeds.php:1505 classes/pref/feeds.php:1574
+#: classes/pref/feeds.php:1531 classes/pref/feeds.php:1600
 msgid "Click to edit feed"
 msgstr "Klikšķiniet, lai rediģētu"
 
-#: classes/pref/feeds.php:1523 classes/pref/feeds.php:1594
+#: classes/pref/feeds.php:1549 classes/pref/feeds.php:1620
 msgid "Unsubscribe from selected feeds"
 msgstr "Atcelt izvēlēto barotņu pasūtīšanu"
 
-#: classes/pref/feeds.php:1534
+#: classes/pref/feeds.php:1560
 msgid "These feeds have not been updated because of errors:"
 msgstr "Šīs barotnes netika atjaunotas sekojošu kļūdu dēļ:"
 
@@ -2426,6 +2429,10 @@ msgstr "Sveicināti,"
 msgid "Regular version"
 msgstr "Regulārā versija"
 
+#: plugins/close_button/init.php:24
+msgid "Close article"
+msgstr "Aizvērt rakstu"
+
 #: plugins/nsfw/init.php:32 plugins/nsfw/init.php:43
 msgid "Not work safe (click to toggle)"
 msgstr ""
@@ -2459,6 +2466,34 @@ msgstr "Parole ir nomainīta."
 msgid "Old password is incorrect."
 msgstr "Vecā parole nav pareiza."
 
+#: plugins/mailto/init.php:52 plugins/mailto/init.php:58
+#: plugins/mail/init.php:71 plugins/mail/init.php:77
+msgid "[Forwarded]"
+msgstr "[Pārsūtīts]"
+
+#: plugins/mailto/init.php:52 plugins/mail/init.php:71
+msgid "Multiple articles"
+msgstr "Vairāki raksti"
+
+#: plugins/mailto/init.php:74
+msgid "Clicking the following link to invoke your mail client:"
+msgstr ""
+
+#: plugins/mailto/init.php:78
+#, fuzzy
+msgid "Forward selected article(s) by email."
+msgstr "Pārsūtīt e-pastā"
+
+#: plugins/mailto/init.php:81
+msgid ""
+"You should be able to edit the message before sending in your mail client."
+msgstr ""
+
+#: plugins/mailto/init.php:86
+#, fuzzy
+msgid "Close this dialog"
+msgstr "Aizvērt šo logu"
+
 #: plugins/bookmarklets/init.php:22
 msgid "Bookmarklets"
 msgstr "Grāmatzīmes"
@@ -2539,27 +2574,19 @@ msgstr ""
 "upload_max_filesize iestatījums\n"
 "\t\t\t\tPHP.ini failā (tekošā vērtība = %s)"
 
-#: plugins/mail/init.php:72 plugins/mail/init.php:78
-msgid "[Forwarded]"
-msgstr "[Pārsūtīts]"
-
-#: plugins/mail/init.php:72
-msgid "Multiple articles"
-msgstr "Vairāki raksti"
-
-#: plugins/mail/init.php:93
+#: plugins/mail/init.php:92
 msgid "From:"
 msgstr "No:"
 
-#: plugins/mail/init.php:102
+#: plugins/mail/init.php:101
 msgid "To:"
 msgstr "Uz:"
 
-#: plugins/mail/init.php:115
+#: plugins/mail/init.php:114
 msgid "Subject:"
 msgstr "Temats:"
 
-#: plugins/mail/init.php:131
+#: plugins/mail/init.php:130
 msgid "Send e-mail"
 msgstr "Nosūtīt e-pastu"
 
@@ -2641,16 +2668,16 @@ msgstr "Flattr raksts"
 msgid "Share on Google+"
 msgstr "Kopīgot Google+"
 
-#: plugins/updater/init.php:294 plugins/updater/init.php:306
+#: plugins/updater/init.php:295 plugins/updater/init.php:307
 #: plugins/updater/updater.js:10
 msgid "Update Tiny Tiny RSS"
 msgstr "Atjaunot Tiny Tiny RSS"
 
-#: plugins/updater/init.php:309
+#: plugins/updater/init.php:310
 msgid "Your Tiny Tiny RSS installation is up to date."
 msgstr "Jūsu Tiny Tiny RSS ir aktuāls."
 
-#: plugins/updater/init.php:319
+#: plugins/updater/init.php:320
 msgid ""
 "Do not close this dialog until updating is finished. Backup your tt-rss "
 "directory before continuing."
@@ -2658,11 +2685,11 @@ msgstr ""
 "Lūdzu neaizveriet logu līdz ir pabeigta atjaunošana. Pirms turpināt, "
 "izveidojiet jūsu tt-rss mapes rezerves kopiju."
 
-#: plugins/updater/init.php:322
+#: plugins/updater/init.php:323
 msgid "Ready to update."
 msgstr "Gatavs atjaunošanai."
 
-#: plugins/updater/init.php:327
+#: plugins/updater/init.php:328
 msgid "Start update"
 msgstr "Sākt atjaunošanu"
 
@@ -2671,11 +2698,11 @@ msgstr "Sākt atjaunošanu"
 msgid "Share on Twitter"
 msgstr "Kopīgot identi.ca"
 
-#: js/feedlist.js:218
+#: js/feedlist.js:215
 msgid "New articles available in this feed (click to show)"
 msgstr "Šajā barotnē pieejami jauni raksti (klikšķiniet, lai parādītu)"
 
-#: js/feedlist.js:420 js/feedlist.js:435 plugins/digest/digest.js:25
+#: js/feedlist.js:417 js/feedlist.js:432 plugins/digest/digest.js:25
 msgid "Mark all articles in %s as read?"
 msgstr "Vai atzīmēt visus rakstus %s kā lasītus?"
 
@@ -2760,7 +2787,7 @@ msgstr ""
 "Atstatīt pasūtīšanu? Tiny Tiny RSS mēģinās savākt informāciju no šīs "
 "barotnes kārtējā atjaunojuma laikā."
 
-#: js/functions.js:1266 js/tt-rss.js:367
+#: js/functions.js:1266 js/tt-rss.js:369
 msgid "Unsubscribe from %s?"
 msgstr "Atteikt pasūtījumu %s?"
 
@@ -2772,7 +2799,7 @@ msgstr "Lūdzu ievadiet kategorijas virsrakstu:"
 msgid "Generate new syndication address for this feed?"
 msgstr "Izveidot jaunu šīs barotnes sindikācijas adresi?"
 
-#: js/functions.js:1597 js/tt-rss.js:348 js/tt-rss.js:713
+#: js/functions.js:1597 js/tt-rss.js:350 js/tt-rss.js:729
 msgid "You can't edit this kind of feed."
 msgstr "Jūs nevarat rediģēt šāda veida barotni."
 
@@ -2785,8 +2812,8 @@ msgid "More Feeds"
 msgstr "Vairāk barotnes"
 
 #: js/functions.js:1711 js/functions.js:1821 js/prefs.js:397 js/prefs.js:427
-#: js/prefs.js:459 js/prefs.js:642 js/prefs.js:662 js/prefs.js:1203
-#: js/prefs.js:1348
+#: js/prefs.js:459 js/prefs.js:642 js/prefs.js:662 js/prefs.js:1210
+#: js/prefs.js:1355
 msgid "No feeds are selected."
 msgstr "Nav izvēlēta barotne"
 
@@ -2802,7 +2829,7 @@ msgstr ""
 msgid "Feeds with update errors"
 msgstr "Barotnes ar atjaunošanas kļūdām"
 
-#: js/functions.js:1803 js/prefs.js:1185
+#: js/functions.js:1803 js/prefs.js:1192
 msgid "Remove selected feeds?"
 msgstr "Dzēst izvēlētās barotnes?"
 
@@ -2842,7 +2869,7 @@ msgstr "Dzēst filtru?"
 msgid "Remove selected labels?"
 msgstr "Dzēst izvēlētās etiķetes?"
 
-#: js/prefs.js:295 js/prefs.js:1389
+#: js/prefs.js:295 js/prefs.js:1396
 msgid "No labels are selected."
 msgstr "Nav izvēlēta etiķete."
 
@@ -2910,102 +2937,102 @@ msgstr "Rediģēt vairākus filtrus"
 msgid "Save changes to selected feeds?"
 msgstr "Saglabāt izvēlēto barotņu izmaiņas?"
 
-#: js/prefs.js:790
+#: js/prefs.js:797
 msgid "OPML Import"
 msgstr "OPML imports"
 
-#: js/prefs.js:817
+#: js/prefs.js:824
 msgid "Please choose an OPML file first."
 msgstr "Lūdzu vispirms norādiet OPML failu."
 
-#: js/prefs.js:973
+#: js/prefs.js:980
 msgid "Reset to defaults?"
 msgstr "Atsatīt uz noklusēto?"
 
-#: js/prefs.js:1092
+#: js/prefs.js:1099
 msgid ""
 "Remove category %s? Any nested feeds would be placed into Uncategorized."
 msgstr ""
 "Dzēst kategoriju %s? Visas iekļautās barotnes tiks pārvietotas uz "
 "Nekategorizēts kategoriju."
 
-#: js/prefs.js:1119
+#: js/prefs.js:1126
 msgid "Remove selected categories?"
 msgstr "Dzēst izvēlētās kategorijas?"
 
-#: js/prefs.js:1135
+#: js/prefs.js:1142
 msgid "No categories are selected."
 msgstr "Nav izvēlēta kategorija."
 
-#: js/prefs.js:1143
+#: js/prefs.js:1150
 msgid "Category title:"
 msgstr "Kategorijas virsraksts:"
 
-#: js/prefs.js:1174
+#: js/prefs.js:1181
 msgid "Feeds without recent updates"
 msgstr "Barotnes bez neseniem jaunumiem"
 
-#: js/prefs.js:1223
+#: js/prefs.js:1230
 msgid "Replace current OPML publishing address with a new one?"
 msgstr "Aizvietot esošo OPML publicēto adresi ar jauno vērtību?"
 
-#: js/prefs.js:1332
+#: js/prefs.js:1339
 msgid "Rescore articles in selected feeds?"
 msgstr "Atjaunot rakstus izvēlētajās barotnēs?"
 
-#: js/prefs.js:1355
+#: js/prefs.js:1362
 msgid "Rescore all articles? This operation may take a lot of time."
 msgstr "Pārvērtēt visus rakstus? Tas var prasīt ilgu laiku."
 
-#: js/prefs.js:1375
+#: js/prefs.js:1382
 msgid "Reset selected labels to default colors?"
 msgstr "Atstatīt iezīmētās etiķetes uz noklusētajām krāsām?"
 
-#: js/prefs.js:1412
+#: js/prefs.js:1419
 msgid "Settings Profiles"
 msgstr "Profilu iestatījumi"
 
-#: js/prefs.js:1421
+#: js/prefs.js:1428
 msgid ""
 "Remove selected profiles? Active and default profiles will not be removed."
 msgstr "Dzēst izvēlētos profilus? Aktīvie un noklusētie profili netiks dzēsti."
 
-#: js/prefs.js:1439
+#: js/prefs.js:1446
 msgid "No profiles are selected."
 msgstr "Nav izvēlēts profils."
 
-#: js/prefs.js:1447 js/prefs.js:1500
+#: js/prefs.js:1454 js/prefs.js:1507
 msgid "Activate selected profile?"
 msgstr "Aktivizēt izvēlēto profilu?"
 
-#: js/prefs.js:1463 js/prefs.js:1516
+#: js/prefs.js:1470 js/prefs.js:1523
 msgid "Please choose a profile to activate."
 msgstr "Lūdzu norādiet aktivizējamo profilu."
 
-#: js/prefs.js:1524
+#: js/prefs.js:1531
 msgid "This will invalidate all previously generated feed URLs. Continue?"
 msgstr "Tas padarīs nederīgus visu iepriekš izveidoto barotņu URLus. Turpināt?"
 
-#: js/prefs.js:1543
+#: js/prefs.js:1550
 msgid "This will invalidate all previously shared article URLs. Continue?"
 msgstr ""
 "Tas padarīs nederīgus visu iepriekš izveidoto kopīgoto rakstu URLus. "
 "Turpināt?"
 
-#: js/prefs.js:1641
+#: js/prefs.js:1648
 msgid "Label Editor"
 msgstr "Etiķešu redaktors"
 
-#: js/prefs.js:1704
+#: js/prefs.js:1711
 msgid ""
 "This will clear your stored authentication information for Twitter. Continue?"
 msgstr "Tas izdēsīs jūsu Twitter autentifikācijas informāciju. Turpināt?"
 
-#: js/prefs.js:1784
+#: js/prefs.js:1791
 msgid "Subscribing to feeds..."
 msgstr "Barotņu pasūtīšana"
 
-#: js/prefs.js:1821
+#: js/prefs.js:1828
 msgid "Clear stored data for this plugin?"
 msgstr "Attīrīt šī spraudņa saglabātos datus?"
 
@@ -3013,27 +3040,27 @@ msgstr "Attīrīt šī spraudņa saglabātos datus?"
 msgid "Mark all articles as read?"
 msgstr "Vai atzīmēt visus rakstus kā lasītus?"
 
-#: js/tt-rss.js:356
+#: js/tt-rss.js:358
 msgid "You can't unsubscribe from the category."
 msgstr "Jūs nevarat atteikties no kategorijas."
 
-#: js/tt-rss.js:361 js/tt-rss.js:511
+#: js/tt-rss.js:363 js/tt-rss.js:513
 msgid "Please select some feed first."
 msgstr "Lūdzu, vispirms norādiet barotni."
 
-#: js/tt-rss.js:506
+#: js/tt-rss.js:508
 msgid "You can't rescore this kind of feed."
 msgstr "Jūs nevarat pārvērtēt šī veida barotni."
 
-#: js/tt-rss.js:516
+#: js/tt-rss.js:518
 msgid "Rescore articles in %s?"
 msgstr "Pārvērtēt rakstus %s?"
 
-#: js/tt-rss.js:672
+#: js/tt-rss.js:688
 msgid "Please enable mail plugin first."
 msgstr "Lūdzu, vispirmi iespējojiet e-pasta spraudni."
 
-#: js/tt-rss.js:834
+#: js/tt-rss.js:850
 msgid "New version available!"
 msgstr "Ir pieejama jauna versija!"
 
@@ -3056,73 +3083,74 @@ msgstr "Zvaigžņot rakstu"
 msgid "Unpublish article"
 msgstr "Atpublicēt rakstu"
 
-#: js/viewfeed.js:674 js/viewfeed.js:702 js/viewfeed.js:729 js/viewfeed.js:791
-#: js/viewfeed.js:823 js/viewfeed.js:960 js/viewfeed.js:1003
-#: js/viewfeed.js:1053 js/viewfeed.js:1927 plugins/mail/mail.js:7
+#: js/viewfeed.js:681 js/viewfeed.js:709 js/viewfeed.js:736 js/viewfeed.js:798
+#: js/viewfeed.js:830 js/viewfeed.js:967 js/viewfeed.js:1010
+#: js/viewfeed.js:1060 js/viewfeed.js:1987 plugins/mailto/init.js:7
+#: plugins/mail/mail.js:7
 msgid "No articles are selected."
 msgstr "Nav norādīts raksts."
 
-#: js/viewfeed.js:940
+#: js/viewfeed.js:947
 msgid "Mark all visible articles in %s as read?"
 msgstr "Vai atzīmēt redzamos rakstus %s kā lasītus?"
 
-#: js/viewfeed.js:968
+#: js/viewfeed.js:975
 msgid "Delete %d selected articles in %s?"
 msgstr "Dzēst %d izvēlētos rakstus %s?"
 
-#: js/viewfeed.js:970
+#: js/viewfeed.js:977
 msgid "Delete %d selected articles?"
 msgstr "Dzēst %d izvēlētos rakstus?"
 
-#: js/viewfeed.js:1012
+#: js/viewfeed.js:1019
 msgid "Archive %d selected articles in %s?"
 msgstr "Arhivēt %d izvēlētos rakstus %s?"
 
-#: js/viewfeed.js:1015
+#: js/viewfeed.js:1022
 msgid "Move %d archived articles back?"
 msgstr "Pārvietot %d arhivētos rakstus atpakaļ?"
 
-#: js/viewfeed.js:1059
+#: js/viewfeed.js:1066
 msgid "Mark %d selected articles in %s as read?"
 msgstr "Atzīmēt %d izvēlētos rakstus %s kā lasītus?"
 
-#: js/viewfeed.js:1083
+#: js/viewfeed.js:1090
 msgid "Edit article Tags"
 msgstr "Rediģēt rakstu iezīmes"
 
-#: js/viewfeed.js:1252
+#: js/viewfeed.js:1259
 msgid "No article is selected."
 msgstr "Nav izvēlēts raksts."
 
-#: js/viewfeed.js:1287
+#: js/viewfeed.js:1294
 msgid "No articles found to mark"
 msgstr "Nav atrasti iezīmējamie raksti"
 
-#: js/viewfeed.js:1289
+#: js/viewfeed.js:1296
 msgid "Mark %d article(s) as read?"
 msgstr "Iezīmēt %d rakstus kā lasītus?"
 
-#: js/viewfeed.js:1744
+#: js/viewfeed.js:1804
 msgid "Open original article"
 msgstr "Atvērt sākotnējo rakstu"
 
-#: js/viewfeed.js:1814
+#: js/viewfeed.js:1874
 msgid "Remove label"
 msgstr "Dzēst etiķeti"
 
-#: js/viewfeed.js:1838
+#: js/viewfeed.js:1898
 msgid "Playing..."
 msgstr "Atskaņo..."
 
-#: js/viewfeed.js:1839
+#: js/viewfeed.js:1899
 msgid "Click to pause"
 msgstr "Klikšķiniet, lai apturētu"
 
-#: js/viewfeed.js:1896
+#: js/viewfeed.js:1956
 msgid "Please enter new score for selected articles:"
 msgstr "Ievadiet jauno vērtējumu izvēlētajiem rakstiem:"
 
-#: js/viewfeed.js:1938
+#: js/viewfeed.js:1998
 msgid "Please enter new score for this article:"
 msgstr "Ievadiet jaunu vērtējumu šim rakstam:"
 
@@ -3155,6 +3183,11 @@ msgstr "Saglabātās barotnes"
 msgid "Load more..."
 msgstr "Ielādē..."
 
+#: plugins/mailto/init.js:21 plugins/mail/mail.js:21
+#, fuzzy
+msgid "Forward article by email"
+msgstr "Pārsūtīt e-pastā"
+
 #: plugins/import_export/import_export.js:13
 msgid "Export Data"
 msgstr "Eksportēt datus"
@@ -3175,11 +3208,6 @@ msgstr "Datu imports"
 msgid "Please choose the file first."
 msgstr "Lūdzu vispirms norādiet failu."
 
-#: plugins/mail/mail.js:21
-#, fuzzy
-msgid "Forward article by email"
-msgstr "Pārsūtīt e-pastā"
-
 #: plugins/instances/instances.js:10
 #, fuzzy
 msgid "Link Instance"
@@ -3219,6 +3247,12 @@ msgstr ""
 "Lūdzu neaizveriet logu līdz ir pabeigta atjaunošana. Pirms turpināt, "
 "izveidojiet jūsu tt-rss mapes rezerves kopiju."
 
+#~ msgid "Yes"
+#~ msgstr "Jā"
+
+#~ msgid "No"
+#~ msgstr "Nē"
+
 #~ msgid "Comments?"
 #~ msgstr "Komentāri?"
 
index 2417da55fe641288fd68e310be9bf19675c505bd..12669403cd8a093a8a378ef5e100b5be6d1514b7 100644 (file)
Binary files a/locale/nb_NO/LC_MESSAGES/messages.mo and b/locale/nb_NO/LC_MESSAGES/messages.mo differ
index 743852ea1b55c1de09197aca9f6ffaedfc80466a..93bd9983bfcc324d92a3b64eba14140faf1f673d 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Tiny Tiny RSS 1.3.3\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-03-19 10:14+0400\n"
+"POT-Creation-Date: 2013-03-20 15:53+0400\n"
 "PO-Revision-Date: 2009-05-02 00:10+0100\n"
 "Last-Translator: Christian Lomsdalen <christian@vindstille.net>\n"
 "Language-Team: Norwegian Bokmål <christian@vindstille.net>\n"
@@ -259,8 +259,8 @@ msgstr ""
 
 #: index.php:117 index.php:147 index.php:252 prefs.php:79
 #: classes/backend.php:5 classes/pref/labels.php:296
-#: classes/pref/filters.php:609 classes/pref/feeds.php:1270
-#: plugins/digest/digest_body.php:45 js/viewfeed.js:1174
+#: classes/pref/filters.php:609 classes/pref/feeds.php:1296
+#: plugins/digest/digest_body.php:45 js/viewfeed.js:1181
 msgid "Loading, please wait..."
 msgstr "laster, vennligst vent"
 
@@ -289,11 +289,11 @@ msgstr "Tilpasset"
 msgid "All Articles"
 msgstr "Alle artikler"
 
-#: index.php:169 include/functions.php:1912 classes/feeds.php:106
+#: index.php:169 include/functions.php:1915 classes/feeds.php:106
 msgid "Starred"
 msgstr "Favoritter"
 
-#: index.php:170 include/functions.php:1913 classes/feeds.php:107
+#: index.php:170 include/functions.php:1916 classes/feeds.php:107
 msgid "Published"
 msgstr "Publisert"
 
@@ -330,13 +330,14 @@ msgstr "Tittel"
 msgid "Score"
 msgstr "Poeng"
 
-#: index.php:187 classes/pref/feeds.php:535 classes/pref/feeds.php:746
+#: index.php:187 classes/pref/feeds.php:535 classes/pref/feeds.php:758
 msgid "Update"
 msgstr "Oppdater"
 
-#: index.php:191 index.php:221 include/functions.php:1903
-#: include/localized_schema.php:10 classes/feeds.php:111 classes/feeds.php:131
-#: js/FeedTree.js:128 js/FeedTree.js:156 plugins/digest/digest.js:630
+#: index.php:191 index.php:221 include/functions.php:1906
+#: include/localized_schema.php:10 classes/feeds.php:111 classes/feeds.php:136
+#: classes/feeds.php:410 js/FeedTree.js:128 js/FeedTree.js:156
+#: plugins/digest/digest.js:630
 msgid "Mark as read"
 msgstr "Marker som lest"
 
@@ -369,7 +370,7 @@ msgstr "Rediger nyhetsstrømmen..."
 msgid "Rescore feed"
 msgstr "Sett poeng på nytt for nyhetskanalene"
 
-#: index.php:219 classes/pref/feeds.php:672 classes/pref/feeds.php:1243
+#: index.php:219 classes/pref/feeds.php:684 classes/pref/feeds.php:1269
 #: js/PrefFeedTree.js:73
 msgid "Unsubscribe"
 msgstr "Avabonner"
@@ -395,7 +396,7 @@ msgstr ""
 msgid "Show tag cloud..."
 msgstr "Tag-sky"
 
-#: index.php:229 include/functions.php:1890
+#: index.php:229 include/functions.php:1893
 #, fuzzy
 msgid "Toggle widescreen mode"
 msgstr "Tillatt endringer i kategorirekkefølgen?"
@@ -422,8 +423,8 @@ msgstr "Tastatursnarveier"
 msgid "Logout"
 msgstr "Logg ut"
 
-#: prefs.php:28 prefs.php:99 include/functions.php:1915
-#: classes/pref/prefs.php:371
+#: prefs.php:28 prefs.php:99 include/functions.php:1918
+#: classes/pref/prefs.php:377
 msgid "Preferences"
 msgstr "Innstillinger"
 
@@ -435,8 +436,8 @@ msgstr "Tastatursnarveier"
 msgid "Exit preferences"
 msgstr "Forlat innstillinger"
 
-#: prefs.php:102 classes/pref/feeds.php:100 classes/pref/feeds.php:1148
-#: classes/pref/feeds.php:1211
+#: prefs.php:102 classes/pref/feeds.php:100 classes/pref/feeds.php:1174
+#: classes/pref/feeds.php:1237
 msgid "Feeds"
 msgstr "Nyhetsstrømmer"
 
@@ -444,8 +445,8 @@ msgstr "Nyhetsstrømmer"
 msgid "Filters"
 msgstr "Filtre"
 
-#: prefs.php:108 mobile/mobile-functions.php:205 include/functions.php:1118
-#: include/functions.php:1739 classes/pref/labels.php:90
+#: prefs.php:108 mobile/mobile-functions.php:205 include/functions.php:1121
+#: include/functions.php:1742 classes/pref/labels.php:90
 msgid "Labels"
 msgstr "Merkelapper"
 
@@ -542,8 +543,8 @@ msgstr ""
 msgid "Home"
 msgstr ""
 
-#: mobile/mobile-functions.php:178 include/functions.php:1116
-#: include/functions.php:1737
+#: mobile/mobile-functions.php:178 include/functions.php:1119
+#: include/functions.php:1740
 msgid "Special"
 msgstr "Snarveier"
 
@@ -590,9 +591,9 @@ msgstr "Sorter nyhetsstrømer ut i fra antall uleste artikler"
 msgid "Reverse headline order (oldest first)"
 msgstr "Motsatt titteloversikt (eldste først)"
 
-#: include/digest.php:131 include/functions.php:1127
-#: include/functions.php:1640 include/functions.php:1725
-#: include/functions.php:1747 classes/opml.php:416 classes/pref/feeds.php:188
+#: include/digest.php:131 include/functions.php:1130
+#: include/functions.php:1643 include/functions.php:1728
+#: include/functions.php:1750 classes/opml.php:416 classes/pref/feeds.php:188
 msgid "Uncategorized"
 msgstr "Ukategorisert"
 
@@ -605,324 +606,324 @@ msgstr "Favorittartikler"
 msgid "No feeds found."
 msgstr "Ingen nyhetsstrømmer ble funnet."
 
-#: include/functions.php:698
+#: include/functions.php:701
 msgid "Session failed to validate (incorrect IP)"
 msgstr "Sesjonen kunne ikke valideres (feil IP)"
 
-#: include/functions.php:1589 classes/dlg.php:371 classes/pref/filters.php:368
+#: include/functions.php:1592 classes/dlg.php:371 classes/pref/filters.php:368
 msgid "All feeds"
 msgstr "Alle Nyhetsstrømmer"
 
-#: include/functions.php:1790
+#: include/functions.php:1793
 msgid "Starred articles"
 msgstr "Favorittartikler"
 
-#: include/functions.php:1792
+#: include/functions.php:1795
 msgid "Published articles"
 msgstr "Publiserte artikler"
 
-#: include/functions.php:1794
+#: include/functions.php:1797
 msgid "Fresh articles"
 msgstr "Ferske artikler"
 
-#: include/functions.php:1796 include/functions.php:1910
+#: include/functions.php:1799 include/functions.php:1913
 msgid "All articles"
 msgstr "Alle artikler"
 
-#: include/functions.php:1798
+#: include/functions.php:1801
 #, fuzzy
 msgid "Archived articles"
 msgstr "Lagrede artikler"
 
-#: include/functions.php:1800
+#: include/functions.php:1803
 msgid "Recently read"
 msgstr ""
 
-#: include/functions.php:1867
+#: include/functions.php:1870
 msgid "Navigation"
 msgstr "Navigasjon"
 
-#: include/functions.php:1868
+#: include/functions.php:1871
 #, fuzzy
 msgid "Open next feed"
 msgstr "Generert nyhetsstrøm"
 
-#: include/functions.php:1869
+#: include/functions.php:1872
 msgid "Open previous feed"
 msgstr ""
 
-#: include/functions.php:1870
+#: include/functions.php:1873
 #, fuzzy
 msgid "Open next article"
 msgstr "Vis opprinnelig artikkelinnhold"
 
-#: include/functions.php:1871
+#: include/functions.php:1874
 #, fuzzy
 msgid "Open previous article"
 msgstr "Vis opprinnelig artikkelinnhold"
 
-#: include/functions.php:1872
+#: include/functions.php:1875
 msgid "Open next article (don't scroll long articles)"
 msgstr ""
 
-#: include/functions.php:1873
+#: include/functions.php:1876
 msgid "Open previous article (don't scroll long articles)"
 msgstr ""
 
-#: include/functions.php:1874
+#: include/functions.php:1877
 msgid "Show search dialog"
 msgstr "Vis søkevinduet"
 
-#: include/functions.php:1875
+#: include/functions.php:1878
 #, fuzzy
 msgid "Article"
 msgstr "Alle artikler"
 
-#: include/functions.php:1876
+#: include/functions.php:1879
 msgid "Toggle starred"
 msgstr "Sett som favoritt"
 
-#: include/functions.php:1877
+#: include/functions.php:1880
 msgid "Toggle published"
 msgstr "Sett som publisert"
 
-#: include/functions.php:1878
+#: include/functions.php:1881
 msgid "Toggle unread"
 msgstr "Sett som ulest"
 
-#: include/functions.php:1879
+#: include/functions.php:1882
 msgid "Edit tags"
 msgstr "Endre stikkord"
 
-#: include/functions.php:1880
+#: include/functions.php:1883
 #, fuzzy
 msgid "Dismiss selected"
 msgstr "Fjerne merkede artikler fra merkelappen?"
 
-#: include/functions.php:1881
+#: include/functions.php:1884
 #, fuzzy
 msgid "Dismiss read"
 msgstr "Publiser artiklen"
 
-#: include/functions.php:1882
+#: include/functions.php:1885
 #, fuzzy
 msgid "Open in new window"
 msgstr "Åpne artikkel i nytt nettleservindu"
 
-#: include/functions.php:1883 js/viewfeed.js:1758
+#: include/functions.php:1886 js/viewfeed.js:1818
 #, fuzzy
 msgid "Mark below as read"
 msgstr "Marker som lest"
 
-#: include/functions.php:1884 js/viewfeed.js:1752
+#: include/functions.php:1887 js/viewfeed.js:1812
 #, fuzzy
 msgid "Mark above as read"
 msgstr "Marker som lest"
 
-#: include/functions.php:1885
+#: include/functions.php:1888
 #, fuzzy
 msgid "Scroll down"
 msgstr "Alt ferdig."
 
-#: include/functions.php:1886
+#: include/functions.php:1889
 msgid "Scroll up"
 msgstr ""
 
-#: include/functions.php:1887
+#: include/functions.php:1890
 #, fuzzy
 msgid "Select article under cursor"
 msgstr "Velg artikkelen under musepekeren"
 
-#: include/functions.php:1888
+#: include/functions.php:1891
 #, fuzzy
 msgid "Email article"
 msgstr "Alle artikler"
 
-#: include/functions.php:1889 plugins/close_button/init.php:24
+#: include/functions.php:1892
 #, fuzzy
-msgid "Close article"
+msgid "Close/collapse article"
 msgstr "Fjern artikler"
 
-#: include/functions.php:1891
+#: include/functions.php:1894
 #, fuzzy
 msgid "Article selection"
 msgstr "Handlinger for aktive artikler"
 
-#: include/functions.php:1892
+#: include/functions.php:1895
 #, fuzzy
 msgid "Select all articles"
 msgstr "Fjern artikler"
 
-#: include/functions.php:1893
+#: include/functions.php:1896
 #, fuzzy
 msgid "Select unread"
 msgstr "Slett uleste artikler"
 
-#: include/functions.php:1894
+#: include/functions.php:1897
 #, fuzzy
 msgid "Select starred"
 msgstr "Sett som favorittartikkel"
 
-#: include/functions.php:1895
+#: include/functions.php:1898
 #, fuzzy
 msgid "Select published"
 msgstr "Slett uleste artikler"
 
-#: include/functions.php:1896
+#: include/functions.php:1899
 #, fuzzy
 msgid "Invert selection"
 msgstr "Handlinger for aktive artikler"
 
-#: include/functions.php:1897
+#: include/functions.php:1900
 #, fuzzy
 msgid "Deselect everything"
 msgstr "Fjern artikler"
 
-#: include/functions.php:1898 classes/pref/feeds.php:488
-#: classes/pref/feeds.php:707
+#: include/functions.php:1901 classes/pref/feeds.php:488
+#: classes/pref/feeds.php:719
 msgid "Feed"
 msgstr "Nyhetsstrøm"
 
-#: include/functions.php:1899
+#: include/functions.php:1902
 #, fuzzy
 msgid "Refresh current feed"
 msgstr "Oppdater aktive nyhetsstrømmer"
 
-#: include/functions.php:1900
+#: include/functions.php:1903
 #, fuzzy
 msgid "Un/hide read feeds"
 msgstr "Skjul/vis leste nyhetsstrømmer"
 
-#: include/functions.php:1901 classes/pref/feeds.php:1214
+#: include/functions.php:1904 classes/pref/feeds.php:1240
 msgid "Subscribe to feed"
 msgstr "Abonner på nyhetsstrøm"
 
-#: include/functions.php:1902 js/FeedTree.js:135 js/PrefFeedTree.js:67
+#: include/functions.php:1905 js/FeedTree.js:135 js/PrefFeedTree.js:67
 msgid "Edit feed"
 msgstr "Rediger nyhetsstrømmen"
 
-#: include/functions.php:1904
+#: include/functions.php:1907
 #, fuzzy
 msgid "Reverse headlines"
 msgstr "Motsatt titteloversikt (eldste først)"
 
-#: include/functions.php:1905
+#: include/functions.php:1908
 #, fuzzy
 msgid "Debug feed update"
 msgstr "Alle nyhetsstrømmer er oppdatert"
 
-#: include/functions.php:1906 js/FeedTree.js:170
+#: include/functions.php:1909 js/FeedTree.js:177
 msgid "Mark all feeds as read"
 msgstr "Marker alle nyhetsstrømmer som lest"
 
-#: include/functions.php:1907
+#: include/functions.php:1910
 #, fuzzy
 msgid "Un/collapse current category"
 msgstr "Velg for å slå sammen kategorien"
 
-#: include/functions.php:1908
+#: include/functions.php:1911
 #, fuzzy
 msgid "Toggle combined mode"
 msgstr "Tillatt endringer i kategorirekkefølgen?"
 
-#: include/functions.php:1909
+#: include/functions.php:1912
 #, fuzzy
 msgid "Go to"
 msgstr "Gå til..."
 
-#: include/functions.php:1911
+#: include/functions.php:1914
 #, fuzzy
 msgid "Fresh"
 msgstr "Oppdater"
 
-#: include/functions.php:1914
+#: include/functions.php:1917
 msgid "Tag cloud"
 msgstr "Tag-sky"
 
-#: include/functions.php:1916
+#: include/functions.php:1919
 #, fuzzy
 msgid "Other"
 msgstr "Andre:"
 
-#: include/functions.php:1917 classes/pref/labels.php:281
+#: include/functions.php:1920 classes/pref/labels.php:281
 msgid "Create label"
 msgstr "Lag merkelapp"
 
-#: include/functions.php:1918 classes/pref/filters.php:587
+#: include/functions.php:1921 classes/pref/filters.php:587
 msgid "Create filter"
 msgstr "Lag filter"
 
-#: include/functions.php:1919
+#: include/functions.php:1922
 #, fuzzy
 msgid "Un/collapse sidebar"
 msgstr "Skjul nyhetskanalsslisten"
 
-#: include/functions.php:1920
+#: include/functions.php:1923
 #, fuzzy
 msgid "Show help dialog"
 msgstr "Vis søkevinduet"
 
-#: include/functions.php:2400
+#: include/functions.php:2405
 #, fuzzy, php-format
 msgid "Search results: %s"
 msgstr "Søkeresultat"
 
-#: include/functions.php:2824 js/viewfeed.js:1845
+#: include/functions.php:2893 js/viewfeed.js:1905
 #, fuzzy
 msgid "Click to play"
 msgstr "Trykk for å endre"
 
-#: include/functions.php:2825 js/viewfeed.js:1844
+#: include/functions.php:2894 js/viewfeed.js:1904
 msgid "Play"
 msgstr ""
 
-#: include/functions.php:2945
+#: include/functions.php:3015
 msgid " - "
 msgstr "-"
 
-#: include/functions.php:2967 include/functions.php:3284 classes/rpc.php:359
+#: include/functions.php:3037 include/functions.php:3354 classes/rpc.php:360
 msgid "no tags"
 msgstr "Ingen stikkord"
 
-#: include/functions.php:2977 classes/feeds.php:645
+#: include/functions.php:3047 classes/feeds.php:656
 msgid "Edit tags for this article"
 msgstr "Rediger stikkordene for denne artikkelen"
 
-#: include/functions.php:3006 classes/feeds.php:600
+#: include/functions.php:3076 classes/feeds.php:610
 #, fuzzy
 msgid "Originally from:"
 msgstr "Vis opprinnelig artikkelinnhold"
 
-#: include/functions.php:3019 classes/feeds.php:613 classes/pref/feeds.php:507
+#: include/functions.php:3089 classes/feeds.php:623 classes/pref/feeds.php:507
 #, fuzzy
 msgid "Feed URL"
 msgstr "Nyhetsstrøm"
 
-#: include/functions.php:3048
+#: include/functions.php:3118
 msgid "Related"
 msgstr ""
 
-#: include/functions.php:3075 classes/dlg.php:43 classes/dlg.php:162
+#: include/functions.php:3145 classes/dlg.php:43 classes/dlg.php:162
 #: classes/dlg.php:185 classes/dlg.php:222 classes/dlg.php:508
 #: classes/dlg.php:543 classes/dlg.php:574 classes/dlg.php:608
 #: classes/dlg.php:620 classes/backend.php:105 classes/pref/users.php:106
-#: classes/pref/filters.php:108 classes/pref/feeds.php:1527
-#: classes/pref/feeds.php:1598 plugins/import_export/init.php:407
+#: classes/pref/filters.php:108 classes/pref/feeds.php:1553
+#: classes/pref/feeds.php:1624 plugins/import_export/init.php:407
 #: plugins/import_export/init.php:431 plugins/share/init.php:67
-#: plugins/updater/init.php:329
+#: plugins/updater/init.php:330
 msgid "Close this window"
 msgstr "Lukk dette vinduet"
 
-#: include/functions.php:3309
+#: include/functions.php:3379
 #, fuzzy
 msgid "(edit note)"
 msgstr "Rediger notat"
 
-#: include/functions.php:3542
+#: include/functions.php:3612
 msgid "unknown type"
 msgstr "Ukjent type"
 
-#: include/functions.php:3592
+#: include/functions.php:3662
 #, fuzzy
 msgid "Attachments"
 msgstr "Vedlegg:"
@@ -961,7 +962,7 @@ msgstr "Publiser artiklen"
 msgid "Assign tags"
 msgstr "Tildel stikkord"
 
-#: include/localized_schema.php:14 js/viewfeed.js:1809
+#: include/localized_schema.php:14 js/viewfeed.js:1869
 msgid "Assign label"
 msgstr "Tildel stikkord"
 
@@ -1157,7 +1158,7 @@ msgstr "Grupper overskriftene i virtuelle nyhetskanaler"
 
 #: include/localized_schema.php:57
 #, fuzzy
-msgid "Hide images in articles"
+msgid "Do not embed images in articles"
 msgstr "Ikke vis bilder i artiklene"
 
 #: include/localized_schema.php:58
@@ -1168,7 +1169,7 @@ msgstr ""
 msgid "User timezone"
 msgstr ""
 
-#: include/localized_schema.php:60 js/prefs.js:1733
+#: include/localized_schema.php:60 js/prefs.js:1740
 #, fuzzy
 msgid "Customize stylesheet"
 msgstr "URL til brukerbestemt utseendemal (CSS)"
@@ -1225,7 +1226,7 @@ msgid "Title:"
 msgstr "Tittel:"
 
 #: classes/handler/public.php:404 classes/dlg.php:667
-#: classes/pref/feeds.php:505 classes/pref/feeds.php:722
+#: classes/pref/feeds.php:505 classes/pref/feeds.php:734
 #: plugins/instances/init.php:215
 msgid "URL:"
 msgstr "Nettadresse:"
@@ -1254,8 +1255,8 @@ msgstr ""
 #: classes/dlg.php:751 classes/pref/users.php:194 classes/pref/labels.php:81
 #: classes/pref/filters.php:349 classes/pref/filters.php:729
 #: classes/pref/filters.php:798 classes/pref/filters.php:865
-#: classes/pref/feeds.php:689 classes/pref/feeds.php:829
-#: plugins/mail/init.php:132 plugins/note/init.php:55
+#: classes/pref/feeds.php:701 classes/pref/feeds.php:849
+#: plugins/mail/init.php:131 plugins/note/init.php:55
 #: plugins/instances/init.php:251
 msgid "Cancel"
 msgstr "Avbryt"
@@ -1317,8 +1318,8 @@ msgstr ""
 #: classes/dlg.php:55 classes/pref/users.php:378 classes/pref/labels.php:272
 #: classes/pref/filters.php:230 classes/pref/filters.php:277
 #: classes/pref/filters.php:578 classes/pref/filters.php:657
-#: classes/pref/filters.php:684 classes/pref/feeds.php:1202
-#: classes/pref/feeds.php:1472 classes/pref/feeds.php:1541
+#: classes/pref/filters.php:684 classes/pref/feeds.php:1228
+#: classes/pref/feeds.php:1498 classes/pref/feeds.php:1567
 #: plugins/instances/init.php:287
 #, fuzzy
 msgid "Select"
@@ -1328,8 +1329,8 @@ msgstr "Velg:"
 #: classes/pref/labels.php:275 classes/pref/filters.php:233
 #: classes/pref/filters.php:280 classes/pref/filters.php:581
 #: classes/pref/filters.php:660 classes/pref/filters.php:687
-#: classes/pref/feeds.php:1205 classes/pref/feeds.php:1475
-#: classes/pref/feeds.php:1544 plugins/instances/init.php:290
+#: classes/pref/feeds.php:1231 classes/pref/feeds.php:1501
+#: classes/pref/feeds.php:1570 plugins/instances/init.php:290
 msgid "All"
 msgstr "Alle"
 
@@ -1337,8 +1338,8 @@ msgstr "Alle"
 #: classes/pref/labels.php:277 classes/pref/filters.php:235
 #: classes/pref/filters.php:282 classes/pref/filters.php:583
 #: classes/pref/filters.php:662 classes/pref/filters.php:689
-#: classes/pref/feeds.php:1207 classes/pref/feeds.php:1477
-#: classes/pref/feeds.php:1546 plugins/instances/init.php:292
+#: classes/pref/feeds.php:1233 classes/pref/feeds.php:1503
+#: classes/pref/feeds.php:1572 plugins/instances/init.php:292
 msgid "None"
 msgstr "Ingen"
 
@@ -1411,7 +1412,7 @@ msgid "Feed or site URL"
 msgstr "Nyhetsstrøm"
 
 #: classes/dlg.php:249 classes/dlg.php:715 classes/pref/feeds.php:527
-#: classes/pref/feeds.php:735
+#: classes/pref/feeds.php:747
 msgid "Place in category:"
 msgstr "Plasser i kategori..."
 
@@ -1421,17 +1422,17 @@ msgid "Available feeds"
 msgstr "Alle Nyhetsstrømmer"
 
 #: classes/dlg.php:269 classes/pref/users.php:155 classes/pref/feeds.php:557
-#: classes/pref/feeds.php:771
+#: classes/pref/feeds.php:783
 msgid "Authentication"
 msgstr "Autentifisering"
 
 #: classes/dlg.php:273 classes/dlg.php:729 classes/pref/users.php:438
-#: classes/pref/feeds.php:563 classes/pref/feeds.php:775
+#: classes/pref/feeds.php:563 classes/pref/feeds.php:787
 msgid "Login"
 msgstr "Logg inn"
 
-#: classes/dlg.php:276 classes/dlg.php:732 classes/pref/prefs.php:196
-#: classes/pref/feeds.php:569 classes/pref/feeds.php:781
+#: classes/dlg.php:276 classes/dlg.php:732 classes/pref/prefs.php:202
+#: classes/pref/feeds.php:569 classes/pref/feeds.php:793
 #, fuzzy
 msgid "Password"
 msgstr "Passord:"
@@ -1450,7 +1451,7 @@ msgid "More feeds"
 msgstr "Flere nyhetsstrømmer"
 
 #: classes/dlg.php:318 classes/dlg.php:409 classes/pref/users.php:368
-#: classes/pref/filters.php:574 classes/pref/feeds.php:1198 js/tt-rss.js:166
+#: classes/pref/filters.php:574 classes/pref/feeds.php:1224 js/tt-rss.js:166
 msgid "Search"
 msgstr "Søk"
 
@@ -1471,7 +1472,7 @@ msgstr "Antall:"
 
 #: classes/dlg.php:349 classes/pref/users.php:394 classes/pref/labels.php:284
 #: classes/pref/filters.php:339 classes/pref/filters.php:596
-#: classes/pref/feeds.php:662 plugins/instances/init.php:297
+#: classes/pref/feeds.php:674 plugins/instances/init.php:297
 msgid "Remove"
 msgstr "Fjern"
 
@@ -1493,7 +1494,7 @@ msgstr "Denne artikkelens stikkord (separert med kommaer):"
 
 #: classes/dlg.php:439 classes/dlg.php:650 classes/pref/users.php:192
 #: classes/pref/labels.php:79 classes/pref/filters.php:346
-#: classes/pref/feeds.php:688 classes/pref/feeds.php:826
+#: classes/pref/feeds.php:700 classes/pref/feeds.php:846
 #: plugins/nsfw/init.php:86 plugins/note/init.php:53
 #: plugins/owncloud/init.php:62 plugins/instances/init.php:248
 msgid "Save"
@@ -1530,7 +1531,7 @@ msgstr ""
 msgid "Display entries"
 msgstr "Vis nyhetsstrømmer"
 
-#: classes/dlg.php:551 classes/feeds.php:133
+#: classes/dlg.php:551 classes/feeds.php:138
 #, fuzzy
 msgid "View as RSS"
 msgstr "Se stikkord"
@@ -1539,7 +1540,7 @@ msgstr "Se stikkord"
 msgid "You can view this feed as RSS using the following URL:"
 msgstr ""
 
-#: classes/dlg.php:591 plugins/updater/init.php:303
+#: classes/dlg.php:591 plugins/updater/init.php:304
 #, fuzzy, php-format
 msgid "New version of Tiny Tiny RSS is available (%s)."
 msgstr "Ny versjon av Tiny Tiny Rss er tilgjengelig!"
@@ -1671,36 +1672,42 @@ msgstr "Gå tilbake"
 msgid "Delete"
 msgstr "Standard"
 
-#: classes/feeds.php:125 plugins/mail/init.php:28
+#: classes/feeds.php:125 classes/feeds.php:130 plugins/mailto/init.php:28
+#: plugins/mail/init.php:28
 #, fuzzy
 msgid "Forward by email"
 msgstr "Marker artikkel som favoritt"
 
-#: classes/feeds.php:129
+#: classes/feeds.php:134
 msgid "Feed:"
 msgstr "Nyhetsstrøm:"
 
-#: classes/feeds.php:196 classes/feeds.php:790
+#: classes/feeds.php:201 classes/feeds.php:801
 msgid "Feed not found."
 msgstr "Nyhetsstrømmen ble ikke funnet"
 
-#: classes/feeds.php:403 classes/feeds.php:493
+#: classes/feeds.php:500
 msgid "mark as read"
 msgstr "marker som lest"
 
-#: classes/feeds.php:691
+#: classes/feeds.php:555
+#, fuzzy
+msgid "Collapse article"
+msgstr "Fjern artikler"
+
+#: classes/feeds.php:702
 msgid "No unread articles found to display."
 msgstr "Ingen uleste artikler funnet som kunne vises"
 
-#: classes/feeds.php:694
+#: classes/feeds.php:705
 msgid "No updated articles found to display."
 msgstr "Ingen oppdaterte artikler funnet som kunne vises"
 
-#: classes/feeds.php:697
+#: classes/feeds.php:708
 msgid "No starred articles found to display."
 msgstr "Ingen markerte artikler som kan vises"
 
-#: classes/feeds.php:701
+#: classes/feeds.php:712
 msgid ""
 "No articles found to display. You can assign articles to labels manually "
 "(see the Actions menu above) or use a filter."
@@ -1708,20 +1715,20 @@ msgstr ""
 "Ingen artikler ble funnet. Du kan gi artikler merkelapper manuelt (se aksjon-"
 "menyen ovenfor) eller bruke et filter."
 
-#: classes/feeds.php:703
+#: classes/feeds.php:714
 msgid "No articles found to display."
 msgstr "Ingen artikler funnet som kan vises"
 
-#: classes/feeds.php:718 classes/feeds.php:899
+#: classes/feeds.php:729 classes/feeds.php:910
 #, fuzzy, php-format
 msgid "Feeds last updated at %s"
 msgstr "Oppdateringsfeil"
 
-#: classes/feeds.php:728 classes/feeds.php:909
+#: classes/feeds.php:739 classes/feeds.php:920
 msgid "Some feeds have update errors (click for details)"
 msgstr "Noen nyhetsstrømmer har oppdateringsfeil (trykk for detaljer)"
 
-#: classes/feeds.php:889
+#: classes/feeds.php:900
 msgid "No feed selected."
 msgstr "Ingen valgt nyhetsstrøm"
 
@@ -1842,7 +1849,7 @@ msgid "Change password to"
 msgstr "Endre passordet til"
 
 #: classes/pref/users.php:177 classes/pref/feeds.php:577
-#: classes/pref/feeds.php:787
+#: classes/pref/feeds.php:799
 msgid "Options"
 msgstr "Alternativer:"
 
@@ -1997,7 +2004,7 @@ msgstr ""
 msgid "Combine"
 msgstr ""
 
-#: classes/pref/filters.php:600 classes/pref/feeds.php:1257
+#: classes/pref/filters.php:600 classes/pref/feeds.php:1283
 msgid "Rescore articles"
 msgstr "Tilbakestill poengsummene for artiklene"
 
@@ -2058,188 +2065,179 @@ msgstr "Innskrivne passord matcher ikke."
 msgid "Function not supported by authentication module."
 msgstr ""
 
-#: classes/pref/prefs.php:63
+#: classes/pref/prefs.php:69
 msgid "The configuration was saved."
 msgstr "Konfigurasjonen er lagret."
 
-#: classes/pref/prefs.php:77
+#: classes/pref/prefs.php:83
 #, php-format
 msgid "Unknown option: %s"
 msgstr "Ukjent valg: %s"
 
-#: classes/pref/prefs.php:91
+#: classes/pref/prefs.php:97
 #, fuzzy
 msgid "Your personal data has been saved."
 msgstr "Passord har blitt endret."
 
-#: classes/pref/prefs.php:131
+#: classes/pref/prefs.php:137
 #, fuzzy
 msgid "Personal data / Authentication"
 msgstr "Autentifisering"
 
-#: classes/pref/prefs.php:151
+#: classes/pref/prefs.php:157
 msgid "Personal data"
 msgstr "Personlig informasjon"
 
-#: classes/pref/prefs.php:161
+#: classes/pref/prefs.php:167
 msgid "Full name"
 msgstr ""
 
-#: classes/pref/prefs.php:165
+#: classes/pref/prefs.php:171
 msgid "E-mail"
 msgstr "E-post"
 
-#: classes/pref/prefs.php:171
+#: classes/pref/prefs.php:177
 msgid "Access level"
 msgstr "Tilgangsnivå"
 
-#: classes/pref/prefs.php:181
+#: classes/pref/prefs.php:187
 #, fuzzy
 msgid "Save data"
 msgstr "Lagre"
 
-#: classes/pref/prefs.php:203
+#: classes/pref/prefs.php:209
 #, fuzzy
 msgid "Your password is at default value, please change it."
 msgstr ""
 "Passordet ditt er et standardpassord, \n"
 "\t\t\t\t\t\tVennligst bytt."
 
-#: classes/pref/prefs.php:235
+#: classes/pref/prefs.php:241
 msgid "Old password"
 msgstr "Gammelt passord"
 
-#: classes/pref/prefs.php:238
+#: classes/pref/prefs.php:244
 msgid "New password"
 msgstr "Nytt passord"
 
-#: classes/pref/prefs.php:243
+#: classes/pref/prefs.php:249
 msgid "Confirm password"
 msgstr "Bekreft passord"
 
-#: classes/pref/prefs.php:253
+#: classes/pref/prefs.php:259
 msgid "Change password"
 msgstr "Endre passord"
 
-#: classes/pref/prefs.php:259
+#: classes/pref/prefs.php:265
 msgid "One time passwords / Authenticator"
 msgstr ""
 
-#: classes/pref/prefs.php:288 classes/pref/prefs.php:339
+#: classes/pref/prefs.php:294 classes/pref/prefs.php:345
 #, fuzzy
 msgid "Enter your password"
 msgstr "Feil brukernavn og/eller passord"
 
-#: classes/pref/prefs.php:299
+#: classes/pref/prefs.php:305
 #, fuzzy
 msgid "Disable OTP"
 msgstr "(Avskrudd)"
 
-#: classes/pref/prefs.php:305
+#: classes/pref/prefs.php:311
 msgid ""
 "You will need a compatible Authenticator to use this. Changing your password "
 "would automatically disable OTP."
 msgstr ""
 
-#: classes/pref/prefs.php:307
+#: classes/pref/prefs.php:313
 msgid "Scan the following code by the Authenticator application:"
 msgstr ""
 
-#: classes/pref/prefs.php:348
+#: classes/pref/prefs.php:354
 msgid "I have scanned the code and would like to enable OTP"
 msgstr ""
 
-#: classes/pref/prefs.php:356
+#: classes/pref/prefs.php:362
 #, fuzzy
 msgid "Enable OTP"
 msgstr "Tillatt"
 
-#: classes/pref/prefs.php:482
+#: classes/pref/prefs.php:493
 #, fuzzy
 msgid "Customize"
 msgstr "URL til brukerbestemt utseendemal (CSS)"
 
-#: classes/pref/prefs.php:501 classes/pref/prefs.php:508
-#: classes/pref/prefs.php:513
-msgid "Yes"
-msgstr "Ja"
-
-#: classes/pref/prefs.php:503 classes/pref/prefs.php:513
-msgid "No"
-msgstr "Nei"
-
-#: classes/pref/prefs.php:543
+#: classes/pref/prefs.php:552
 #, fuzzy
 msgid "Register"
 msgstr "Registrert"
 
-#: classes/pref/prefs.php:547
+#: classes/pref/prefs.php:556
 msgid "Clear"
 msgstr ""
 
-#: classes/pref/prefs.php:553
+#: classes/pref/prefs.php:562
 #, php-format
 msgid "Current server time: %s (UTC)"
 msgstr ""
 
-#: classes/pref/prefs.php:582
+#: classes/pref/prefs.php:595
 msgid "Save configuration"
 msgstr "Lagre konfigurasjonen"
 
-#: classes/pref/prefs.php:585
+#: classes/pref/prefs.php:598
 #, fuzzy
 msgid "Manage profiles"
 msgstr "Lag filter"
 
-#: classes/pref/prefs.php:588
+#: classes/pref/prefs.php:601
 msgid "Reset to defaults"
 msgstr "Tilbake til standard"
 
-#: classes/pref/prefs.php:600
+#: classes/pref/prefs.php:613
 #, fuzzy
 msgid "Show additional preferences"
 msgstr "Forlat innstillinger"
 
-#: classes/pref/prefs.php:612 classes/pref/prefs.php:614
+#: classes/pref/prefs.php:625 classes/pref/prefs.php:627
 msgid "Plugins"
 msgstr ""
 
-#: classes/pref/prefs.php:642
+#: classes/pref/prefs.php:655
 msgid "System plugins"
 msgstr ""
 
-#: classes/pref/prefs.php:646 classes/pref/prefs.php:695
+#: classes/pref/prefs.php:659 classes/pref/prefs.php:708
 msgid "Plugin"
 msgstr ""
 
-#: classes/pref/prefs.php:647 classes/pref/prefs.php:696
+#: classes/pref/prefs.php:660 classes/pref/prefs.php:709
 #, fuzzy
 msgid "Description"
 msgstr "beskrivelse"
 
-#: classes/pref/prefs.php:648 classes/pref/prefs.php:697
+#: classes/pref/prefs.php:661 classes/pref/prefs.php:710
 msgid "Version"
 msgstr ""
 
-#: classes/pref/prefs.php:649 classes/pref/prefs.php:698
+#: classes/pref/prefs.php:662 classes/pref/prefs.php:711
 msgid "Author"
 msgstr ""
 
-#: classes/pref/prefs.php:682 classes/pref/prefs.php:733
+#: classes/pref/prefs.php:695 classes/pref/prefs.php:746
 #, fuzzy
 msgid "Clear data"
 msgstr "Slett nyhetsstrømsdata"
 
-#: classes/pref/prefs.php:691
+#: classes/pref/prefs.php:704
 msgid "User plugins"
 msgstr ""
 
-#: classes/pref/prefs.php:748
+#: classes/pref/prefs.php:761
 #, fuzzy
 msgid "Enable selected plugins"
 msgstr "Bruk nyhetsstrømsikoner"
 
-#: classes/pref/prefs.php:803 classes/pref/prefs.php:821
+#: classes/pref/prefs.php:816 classes/pref/prefs.php:834
 #, fuzzy
 msgid "Incorrect password"
 msgstr "Feil brukernavn og/eller passord"
@@ -2260,7 +2258,7 @@ msgstr "Rediger nyhetsstrømmen"
 msgid "Feed Title"
 msgstr "Tittel"
 
-#: classes/pref/feeds.php:550 classes/pref/feeds.php:762
+#: classes/pref/feeds.php:550 classes/pref/feeds.php:774
 msgid "Article purging:"
 msgstr "Slett artikler:"
 
@@ -2270,146 +2268,150 @@ msgid ""
 "requires authentication, except for Twitter feeds."
 msgstr ""
 
-#: classes/pref/feeds.php:589 classes/pref/feeds.php:791
+#: classes/pref/feeds.php:589 classes/pref/feeds.php:803
 #, fuzzy
 msgid "Hide from Popular feeds"
 msgstr "Skjul fra min nyhetsstrømslisten"
 
-#: classes/pref/feeds.php:601 classes/pref/feeds.php:797
+#: classes/pref/feeds.php:601 classes/pref/feeds.php:809
 msgid "Include in e-mail digest"
 msgstr "Inkluder i e-postsammendraget"
 
-#: classes/pref/feeds.php:614 classes/pref/feeds.php:803
+#: classes/pref/feeds.php:614 classes/pref/feeds.php:815
 msgid "Always display image attachments"
 msgstr ""
 
-#: classes/pref/feeds.php:628 classes/pref/feeds.php:811
+#: classes/pref/feeds.php:627 classes/pref/feeds.php:823
+msgid "Do not embed images"
+msgstr ""
+
+#: classes/pref/feeds.php:640 classes/pref/feeds.php:831
 msgid "Cache images locally"
 msgstr "Mellomlagre bilder lokalt på serveren"
 
-#: classes/pref/feeds.php:640 classes/pref/feeds.php:817
+#: classes/pref/feeds.php:652 classes/pref/feeds.php:837
 #, fuzzy
 msgid "Mark updated articles as unread"
 msgstr "Marker alle artikler som leste?"
 
-#: classes/pref/feeds.php:646
+#: classes/pref/feeds.php:658
 #, fuzzy
 msgid "Icon"
 msgstr "Handling"
 
-#: classes/pref/feeds.php:660
+#: classes/pref/feeds.php:672
 msgid "Replace"
 msgstr ""
 
-#: classes/pref/feeds.php:679
+#: classes/pref/feeds.php:691
 #, fuzzy
 msgid "Resubscribe to push updates"
 msgstr "Abonnerer på følgende nyhetsstrømmer:"
 
-#: classes/pref/feeds.php:686
+#: classes/pref/feeds.php:698
 msgid "Resets PubSubHubbub subscription status for push-enabled feeds."
 msgstr ""
 
-#: classes/pref/feeds.php:701
+#: classes/pref/feeds.php:713
 msgid "Enable the options you wish to apply using checkboxes on the right:"
 msgstr ""
 
-#: classes/pref/feeds.php:1051 classes/pref/feeds.php:1104
+#: classes/pref/feeds.php:1077 classes/pref/feeds.php:1130
 msgid "All done."
 msgstr "Alt ferdig."
 
-#: classes/pref/feeds.php:1159
+#: classes/pref/feeds.php:1185
 #, fuzzy
 msgid "Feeds with errors"
 msgstr "Nyhetsstrømsredigerer"
 
-#: classes/pref/feeds.php:1179
+#: classes/pref/feeds.php:1205
 #, fuzzy
 msgid "Inactive feeds"
 msgstr "Hele nyhetsstrømmen"
 
-#: classes/pref/feeds.php:1216
+#: classes/pref/feeds.php:1242
 #, fuzzy
 msgid "Edit selected feeds"
 msgstr "Sletter den valgte nyhetsstrømmen..."
 
-#: classes/pref/feeds.php:1218 classes/pref/feeds.php:1232
+#: classes/pref/feeds.php:1244 classes/pref/feeds.php:1258
 #, fuzzy
 msgid "Reset sort order"
 msgstr "Nullstill passordet"
 
-#: classes/pref/feeds.php:1220 js/prefs.js:1778
+#: classes/pref/feeds.php:1246 js/prefs.js:1785
 #, fuzzy
 msgid "Batch subscribe"
 msgstr "Avabonner"
 
-#: classes/pref/feeds.php:1225
+#: classes/pref/feeds.php:1251
 #, fuzzy
 msgid "Categories"
 msgstr "Kategori:"
 
-#: classes/pref/feeds.php:1228
+#: classes/pref/feeds.php:1254
 #, fuzzy
 msgid "Add category"
 msgstr "Legger til kategori for nyhetsstrømmer"
 
-#: classes/pref/feeds.php:1230
+#: classes/pref/feeds.php:1256
 #, fuzzy
 msgid "(Un)hide empty categories"
 msgstr "Rediger kategorier"
 
-#: classes/pref/feeds.php:1234
+#: classes/pref/feeds.php:1260
 #, fuzzy
 msgid "Remove selected"
 msgstr "Fjerne valgte filtre?"
 
-#: classes/pref/feeds.php:1248
+#: classes/pref/feeds.php:1274
 #, fuzzy
 msgid "More actions..."
 msgstr "Handlinger..."
 
-#: classes/pref/feeds.php:1252
+#: classes/pref/feeds.php:1278
 msgid "Manual purge"
 msgstr "Slett manuelt"
 
-#: classes/pref/feeds.php:1256
+#: classes/pref/feeds.php:1282
 msgid "Clear feed data"
 msgstr "Slett nyhetsstrømsdata"
 
-#: classes/pref/feeds.php:1307
+#: classes/pref/feeds.php:1333
 msgid "OPML"
 msgstr "OPML"
 
-#: classes/pref/feeds.php:1309
+#: classes/pref/feeds.php:1335
 msgid ""
 "Using OPML you can export and import your feeds, filters, labels and Tiny "
 "Tiny RSS settings."
 msgstr ""
 
-#: classes/pref/feeds.php:1311
+#: classes/pref/feeds.php:1337
 msgid "Only main settings profile can be migrated using OPML."
 msgstr ""
 
-#: classes/pref/feeds.php:1324
+#: classes/pref/feeds.php:1350
 #, fuzzy
 msgid "Import my OPML"
 msgstr "Importerer OPML (bruker DOMXML-utvidelsen)..."
 
-#: classes/pref/feeds.php:1328
+#: classes/pref/feeds.php:1354
 msgid "Filename:"
 msgstr ""
 
-#: classes/pref/feeds.php:1330
+#: classes/pref/feeds.php:1356
 #, fuzzy
 msgid "Include settings"
 msgstr "Inkluder i e-postsammendraget"
 
-#: classes/pref/feeds.php:1334
+#: classes/pref/feeds.php:1360
 #, fuzzy
 msgid "Export OPML"
 msgstr "Eksporter OPML"
 
-#: classes/pref/feeds.php:1338
+#: classes/pref/feeds.php:1364
 #, fuzzy
 msgid ""
 "Your OPML can be published publicly and can be subscribed by anyone who "
@@ -2418,22 +2420,22 @@ msgstr ""
 "Publiserte artikler kan bli eksportert som en offentlig RSS-nyhetskanal og "
 "kan bli abonnert på av alle som vet adressen som blir spesifisert nedenfor."
 
-#: classes/pref/feeds.php:1340
+#: classes/pref/feeds.php:1366
 msgid ""
 "Published OPML does not include your Tiny Tiny RSS settings, feeds that "
 "require authentication or feeds hidden from Popular feeds."
 msgstr ""
 
-#: classes/pref/feeds.php:1343
+#: classes/pref/feeds.php:1369
 msgid "Display published OPML URL"
 msgstr ""
 
-#: classes/pref/feeds.php:1353
+#: classes/pref/feeds.php:1379
 #, fuzzy
 msgid "Firefox integration"
 msgstr "Firefox integrering"
 
-#: classes/pref/feeds.php:1355
+#: classes/pref/feeds.php:1381
 msgid ""
 "This Tiny Tiny RSS site can be used as a Firefox Feed Reader by clicking the "
 "link below."
@@ -2441,21 +2443,21 @@ msgstr ""
 "Denne Tiny Tiny RSS siden kan bli brukt som nyhetsstrømsleser for Firefox "
 "ved å trykke på lenken nedenfor."
 
-#: classes/pref/feeds.php:1362
+#: classes/pref/feeds.php:1388
 msgid "Click here to register this site as a feed reader."
 msgstr "Trykk her for å registrere denne siden som nyhetsstrømsleser"
 
-#: classes/pref/feeds.php:1370
+#: classes/pref/feeds.php:1396
 #, fuzzy
 msgid "Published & shared articles / Generated feeds"
 msgstr "Sett poeng på nytt for artiklene i de valgte nyhetskanalene?"
 
-#: classes/pref/feeds.php:1372
+#: classes/pref/feeds.php:1398
 #, fuzzy
 msgid "Published articles and generated feeds"
 msgstr "Sett poeng på nytt for artiklene i de valgte nyhetskanalene?"
 
-#: classes/pref/feeds.php:1374
+#: classes/pref/feeds.php:1400
 msgid ""
 "Published articles are exported as a public RSS feed and can be subscribed "
 "by anyone who knows the URL specified below."
@@ -2463,47 +2465,47 @@ msgstr ""
 "Publiserte artikler kan bli eksportert som en offentlig RSS-nyhetskanal og "
 "kan bli abonnert på av alle som vet adressen som blir spesifisert nedenfor."
 
-#: classes/pref/feeds.php:1380
+#: classes/pref/feeds.php:1406
 #, fuzzy
 msgid "Display URL"
 msgstr "Vis stikkord"
 
-#: classes/pref/feeds.php:1383
+#: classes/pref/feeds.php:1409
 msgid "Clear all generated URLs"
 msgstr ""
 
-#: classes/pref/feeds.php:1385
+#: classes/pref/feeds.php:1411
 #, fuzzy
 msgid "Articles shared by URL"
 msgstr "Marker artikkel som favoritt"
 
-#: classes/pref/feeds.php:1387
+#: classes/pref/feeds.php:1413
 msgid "You can disable all articles shared by unique URLs here."
 msgstr ""
 
-#: classes/pref/feeds.php:1390
+#: classes/pref/feeds.php:1416
 #, fuzzy
 msgid "Unshare all articles"
 msgstr "Uleste artikler"
 
-#: classes/pref/feeds.php:1468
+#: classes/pref/feeds.php:1494
 #, fuzzy
 msgid ""
 "These feeds have not been updated with new content for 3 months (oldest "
 "first):"
 msgstr "Disse nyhetsstrømmene kunne ikke oppdateres på grunn av feil:"
 
-#: classes/pref/feeds.php:1505 classes/pref/feeds.php:1574
+#: classes/pref/feeds.php:1531 classes/pref/feeds.php:1600
 #, fuzzy
 msgid "Click to edit feed"
 msgstr "Trykk for å endre"
 
-#: classes/pref/feeds.php:1523 classes/pref/feeds.php:1594
+#: classes/pref/feeds.php:1549 classes/pref/feeds.php:1620
 #, fuzzy
 msgid "Unsubscribe from selected feeds"
 msgstr "Fjern abonnement på valgte nyhetsstrømmer"
 
-#: classes/pref/feeds.php:1534
+#: classes/pref/feeds.php:1560
 msgid "These feeds have not been updated because of errors:"
 msgstr "Disse nyhetsstrømmene kunne ikke oppdateres på grunn av feil:"
 
@@ -2535,6 +2537,11 @@ msgstr "Hei, "
 msgid "Regular version"
 msgstr ""
 
+#: plugins/close_button/init.php:24
+#, fuzzy
+msgid "Close article"
+msgstr "Fjern artikler"
+
 #: plugins/nsfw/init.php:32 plugins/nsfw/init.php:43
 msgid "Not work safe (click to toggle)"
 msgstr ""
@@ -2569,6 +2576,35 @@ msgstr "Passord har blitt endret."
 msgid "Old password is incorrect."
 msgstr "Gammelt passord er feil"
 
+#: plugins/mailto/init.php:52 plugins/mailto/init.php:58
+#: plugins/mail/init.php:71 plugins/mail/init.php:77
+msgid "[Forwarded]"
+msgstr ""
+
+#: plugins/mailto/init.php:52 plugins/mail/init.php:71
+#, fuzzy
+msgid "Multiple articles"
+msgstr "Alle artikler"
+
+#: plugins/mailto/init.php:74
+msgid "Clicking the following link to invoke your mail client:"
+msgstr ""
+
+#: plugins/mailto/init.php:78
+#, fuzzy
+msgid "Forward selected article(s) by email."
+msgstr "Marker artikkel som favoritt"
+
+#: plugins/mailto/init.php:81
+msgid ""
+"You should be able to edit the message before sending in your mail client."
+msgstr ""
+
+#: plugins/mailto/init.php:86
+#, fuzzy
+msgid "Close this dialog"
+msgstr "Lukk dette vinduet"
+
 #: plugins/bookmarklets/init.php:22
 msgid "Bookmarklets"
 msgstr ""
@@ -2647,30 +2683,21 @@ msgid ""
 "\t\t\t\tin PHP.ini (current value = %s)"
 msgstr ""
 
-#: plugins/mail/init.php:72 plugins/mail/init.php:78
-msgid "[Forwarded]"
-msgstr ""
-
-#: plugins/mail/init.php:72
-#, fuzzy
-msgid "Multiple articles"
-msgstr "Alle artikler"
-
-#: plugins/mail/init.php:93
+#: plugins/mail/init.php:92
 msgid "From:"
 msgstr ""
 
-#: plugins/mail/init.php:102
+#: plugins/mail/init.php:101
 #, fuzzy
 msgid "To:"
 msgstr "Topp"
 
-#: plugins/mail/init.php:115
+#: plugins/mail/init.php:114
 #, fuzzy
 msgid "Subject:"
 msgstr "Velg:"
 
-#: plugins/mail/init.php:131
+#: plugins/mail/init.php:130
 #, fuzzy
 msgid "Send e-mail"
 msgstr "Skift e-post"
@@ -2759,29 +2786,29 @@ msgstr "Marker artikkel som favoritt"
 msgid "Share on Google+"
 msgstr "Tittel"
 
-#: plugins/updater/init.php:294 plugins/updater/init.php:306
+#: plugins/updater/init.php:295 plugins/updater/init.php:307
 #: plugins/updater/updater.js:10
 #, fuzzy
 msgid "Update Tiny Tiny RSS"
 msgstr "Returner til Tiny Tiny RSS"
 
-#: plugins/updater/init.php:309
+#: plugins/updater/init.php:310
 #, fuzzy
 msgid "Your Tiny Tiny RSS installation is up to date."
 msgstr "Tiny Tiny RSS-databasen er oppdatert"
 
-#: plugins/updater/init.php:319
+#: plugins/updater/init.php:320
 msgid ""
 "Do not close this dialog until updating is finished. Backup your tt-rss "
 "directory before continuing."
 msgstr ""
 
-#: plugins/updater/init.php:322
+#: plugins/updater/init.php:323
 #, fuzzy
 msgid "Ready to update."
 msgstr "Siste oppdatering:"
 
-#: plugins/updater/init.php:327
+#: plugins/updater/init.php:328
 #, fuzzy
 msgid "Start update"
 msgstr "Siste oppdatering:"
@@ -2791,11 +2818,11 @@ msgstr "Siste oppdatering:"
 msgid "Share on Twitter"
 msgstr "Tittel"
 
-#: js/feedlist.js:218
+#: js/feedlist.js:215
 msgid "New articles available in this feed (click to show)"
 msgstr ""
 
-#: js/feedlist.js:420 js/feedlist.js:435 plugins/digest/digest.js:25
+#: js/feedlist.js:417 js/feedlist.js:432 plugins/digest/digest.js:25
 msgid "Mark all articles in %s as read?"
 msgstr "Marker alle artikler i %s som leste?"
 
@@ -2884,7 +2911,7 @@ msgid ""
 "hub again on next feed update."
 msgstr ""
 
-#: js/functions.js:1266 js/tt-rss.js:367
+#: js/functions.js:1266 js/tt-rss.js:369
 msgid "Unsubscribe from %s?"
 msgstr "Fjerne abonnement på %s?"
 
@@ -2897,7 +2924,7 @@ msgstr "Vennligst skriv inn et notat for denne artikkelen:"
 msgid "Generate new syndication address for this feed?"
 msgstr ""
 
-#: js/functions.js:1597 js/tt-rss.js:348 js/tt-rss.js:713
+#: js/functions.js:1597 js/tt-rss.js:350 js/tt-rss.js:729
 msgid "You can't edit this kind of feed."
 msgstr "Du kan ikke endre denne typen nyhetsstrøm"
 
@@ -2912,8 +2939,8 @@ msgid "More Feeds"
 msgstr "Flere nyhetsstrømmer"
 
 #: js/functions.js:1711 js/functions.js:1821 js/prefs.js:397 js/prefs.js:427
-#: js/prefs.js:459 js/prefs.js:642 js/prefs.js:662 js/prefs.js:1203
-#: js/prefs.js:1348
+#: js/prefs.js:459 js/prefs.js:642 js/prefs.js:662 js/prefs.js:1210
+#: js/prefs.js:1355
 msgid "No feeds are selected."
 msgstr "Ingen nyhetsstrømmer er valgt"
 
@@ -2928,7 +2955,7 @@ msgstr ""
 msgid "Feeds with update errors"
 msgstr "Oppdateringsfeil"
 
-#: js/functions.js:1803 js/prefs.js:1185
+#: js/functions.js:1803 js/prefs.js:1192
 #, fuzzy
 msgid "Remove selected feeds?"
 msgstr "Fjerne valgte filtre?"
@@ -2974,7 +3001,7 @@ msgstr "Fjerne %s filteret?"
 msgid "Remove selected labels?"
 msgstr "Fjerne merkede merkelapper?"
 
-#: js/prefs.js:295 js/prefs.js:1389
+#: js/prefs.js:295 js/prefs.js:1396
 msgid "No labels are selected."
 msgstr "Ingen merkelapper er markert"
 
@@ -3042,108 +3069,108 @@ msgstr "Nyhetsstrømsredigerer"
 msgid "Save changes to selected feeds?"
 msgstr "Lagre endringer til de valgte nyhetsstrømmene?"
 
-#: js/prefs.js:790
+#: js/prefs.js:797
 #, fuzzy
 msgid "OPML Import"
 msgstr "Importer"
 
-#: js/prefs.js:817
+#: js/prefs.js:824
 #, fuzzy
 msgid "Please choose an OPML file first."
 msgstr "Vennligst velg en eller flere nyhetsstrømmer først"
 
-#: js/prefs.js:973
+#: js/prefs.js:980
 msgid "Reset to defaults?"
 msgstr "Tilbakefør til standardinnstillingene"
 
-#: js/prefs.js:1092
+#: js/prefs.js:1099
 msgid ""
 "Remove category %s? Any nested feeds would be placed into Uncategorized."
 msgstr ""
 
-#: js/prefs.js:1119
+#: js/prefs.js:1126
 msgid "Remove selected categories?"
 msgstr "Fjerne valgte kategorier?"
 
-#: js/prefs.js:1135
+#: js/prefs.js:1142
 msgid "No categories are selected."
 msgstr "Ingen kategorier er valgt."
 
-#: js/prefs.js:1143
+#: js/prefs.js:1150
 #, fuzzy
 msgid "Category title:"
 msgstr "Kategoriredigerer"
 
-#: js/prefs.js:1174
+#: js/prefs.js:1181
 #, fuzzy
 msgid "Feeds without recent updates"
 msgstr "Oppdateringsfeil"
 
-#: js/prefs.js:1223
+#: js/prefs.js:1230
 #, fuzzy
 msgid "Replace current OPML publishing address with a new one?"
 msgstr "Bytt ut nåværende publiseringsadresse med en ny?"
 
-#: js/prefs.js:1332
+#: js/prefs.js:1339
 msgid "Rescore articles in selected feeds?"
 msgstr "Sett poeng på nytt for artiklene i de valgte nyhetskanalene?"
 
-#: js/prefs.js:1355
+#: js/prefs.js:1362
 msgid "Rescore all articles? This operation may take a lot of time."
 msgstr "Endre poengene til artiklene? Dette kan ta lang tid."
 
-#: js/prefs.js:1375
+#: js/prefs.js:1382
 #, fuzzy
 msgid "Reset selected labels to default colors?"
 msgstr "Sett merkelappsfargene til standard?"
 
-#: js/prefs.js:1412
+#: js/prefs.js:1419
 msgid "Settings Profiles"
 msgstr ""
 
-#: js/prefs.js:1421
+#: js/prefs.js:1428
 msgid ""
 "Remove selected profiles? Active and default profiles will not be removed."
 msgstr ""
 
-#: js/prefs.js:1439
+#: js/prefs.js:1446
 #, fuzzy
 msgid "No profiles are selected."
 msgstr "Ingen artikkel er valgt."
 
-#: js/prefs.js:1447 js/prefs.js:1500
+#: js/prefs.js:1454 js/prefs.js:1507
 #, fuzzy
 msgid "Activate selected profile?"
 msgstr "Fjerne valgte filtre?"
 
-#: js/prefs.js:1463 js/prefs.js:1516
+#: js/prefs.js:1470 js/prefs.js:1523
 #, fuzzy
 msgid "Please choose a profile to activate."
 msgstr "Vennligst velg en eller flere nyhetsstrømmer først"
 
-#: js/prefs.js:1524
+#: js/prefs.js:1531
 msgid "This will invalidate all previously generated feed URLs. Continue?"
 msgstr ""
 
-#: js/prefs.js:1543
+#: js/prefs.js:1550
 msgid "This will invalidate all previously shared article URLs. Continue?"
 msgstr ""
 
-#: js/prefs.js:1641
+#: js/prefs.js:1648
 msgid "Label Editor"
 msgstr "Merkelappredigerer"
 
-#: js/prefs.js:1704
+#: js/prefs.js:1711
 msgid ""
 "This will clear your stored authentication information for Twitter. Continue?"
 msgstr ""
 
-#: js/prefs.js:1784
+#: js/prefs.js:1791
 #, fuzzy
 msgid "Subscribing to feeds..."
 msgstr "Abonnerer på nyhetsstrømmen..."
 
-#: js/prefs.js:1821
+#: js/prefs.js:1828
 msgid "Clear stored data for this plugin?"
 msgstr ""
 
@@ -3151,28 +3178,28 @@ msgstr ""
 msgid "Mark all articles as read?"
 msgstr "Marker alle artikler som leste?"
 
-#: js/tt-rss.js:356
+#: js/tt-rss.js:358
 msgid "You can't unsubscribe from the category."
 msgstr "Du kan ikke fjerne abonnement fra kategorien."
 
-#: js/tt-rss.js:361 js/tt-rss.js:511
+#: js/tt-rss.js:363 js/tt-rss.js:513
 msgid "Please select some feed first."
 msgstr "Vennligst velg en eller flere nyhetsstrømmer først"
 
-#: js/tt-rss.js:506
+#: js/tt-rss.js:508
 msgid "You can't rescore this kind of feed."
 msgstr "Du kan ikke endre poengsummen for denne typen nyhetskanal"
 
-#: js/tt-rss.js:516
+#: js/tt-rss.js:518
 msgid "Rescore articles in %s?"
 msgstr "Endre poengene for artiklene i %s?"
 
-#: js/tt-rss.js:672
+#: js/tt-rss.js:688
 #, fuzzy
 msgid "Please enable mail plugin first."
 msgstr "Vennligst velg en eller flere nyhetsstrømmer først"
 
-#: js/tt-rss.js:834
+#: js/tt-rss.js:850
 #, fuzzy
 msgid "New version available!"
 msgstr "Ny versjon av Tiny Tiny Rss er tilgjengelig!"
@@ -3197,83 +3224,84 @@ msgstr "Marker artikkel som favoritt"
 msgid "Unpublish article"
 msgstr "Fjern publiseringen av artikkelen."
 
-#: js/viewfeed.js:674 js/viewfeed.js:702 js/viewfeed.js:729 js/viewfeed.js:791
-#: js/viewfeed.js:823 js/viewfeed.js:960 js/viewfeed.js:1003
-#: js/viewfeed.js:1053 js/viewfeed.js:1927 plugins/mail/mail.js:7
+#: js/viewfeed.js:681 js/viewfeed.js:709 js/viewfeed.js:736 js/viewfeed.js:798
+#: js/viewfeed.js:830 js/viewfeed.js:967 js/viewfeed.js:1010
+#: js/viewfeed.js:1060 js/viewfeed.js:1987 plugins/mailto/init.js:7
+#: plugins/mail/mail.js:7
 msgid "No articles are selected."
 msgstr "Ingen artikler er valgt."
 
-#: js/viewfeed.js:940
+#: js/viewfeed.js:947
 msgid "Mark all visible articles in %s as read?"
 msgstr "Marker alle synlige artikler i %s som leste?"
 
-#: js/viewfeed.js:968
+#: js/viewfeed.js:975
 #, fuzzy
 msgid "Delete %d selected articles in %s?"
 msgstr "Marker %d valgte artikler i %s som leste?"
 
-#: js/viewfeed.js:970
+#: js/viewfeed.js:977
 #, fuzzy
 msgid "Delete %d selected articles?"
 msgstr "Fjerne merkede artikler fra merkelappen?"
 
-#: js/viewfeed.js:1012
+#: js/viewfeed.js:1019
 #, fuzzy
 msgid "Archive %d selected articles in %s?"
 msgstr "Marker %d valgte artikler i %s som leste?"
 
-#: js/viewfeed.js:1015
+#: js/viewfeed.js:1022
 #, fuzzy
 msgid "Move %d archived articles back?"
 msgstr "Favorittartikler"
 
-#: js/viewfeed.js:1059
+#: js/viewfeed.js:1066
 msgid "Mark %d selected articles in %s as read?"
 msgstr "Marker %d valgte artikler i %s som leste?"
 
-#: js/viewfeed.js:1083
+#: js/viewfeed.js:1090
 #, fuzzy
 msgid "Edit article Tags"
 msgstr "Endre Stikkord"
 
-#: js/viewfeed.js:1252
+#: js/viewfeed.js:1259
 msgid "No article is selected."
 msgstr "Ingen artikkel er valgt."
 
-#: js/viewfeed.js:1287
+#: js/viewfeed.js:1294
 msgid "No articles found to mark"
 msgstr "Ingen artikler funnet som kan markeres"
 
-#: js/viewfeed.js:1289
+#: js/viewfeed.js:1296
 msgid "Mark %d article(s) as read?"
 msgstr "Marker %d artikkel/artikler som leste?"
 
-#: js/viewfeed.js:1744
+#: js/viewfeed.js:1804
 #, fuzzy
 msgid "Open original article"
 msgstr "Vis opprinnelig artikkelinnhold"
 
-#: js/viewfeed.js:1814
+#: js/viewfeed.js:1874
 #, fuzzy
 msgid "Remove label"
 msgstr "Fjerne merkede merkelapper?"
 
-#: js/viewfeed.js:1838
+#: js/viewfeed.js:1898
 #, fuzzy
 msgid "Playing..."
 msgstr "Laster nyhetsstrømmer..."
 
-#: js/viewfeed.js:1839
+#: js/viewfeed.js:1899
 #, fuzzy
 msgid "Click to pause"
 msgstr "Trykk for å endre"
 
-#: js/viewfeed.js:1896
+#: js/viewfeed.js:1956
 #, fuzzy
 msgid "Please enter new score for selected articles:"
 msgstr "Vennligst skriv inn et notat for denne artikkelen:"
 
-#: js/viewfeed.js:1938
+#: js/viewfeed.js:1998
 #, fuzzy
 msgid "Please enter new score for this article:"
 msgstr "Vennligst skriv inn et notat for denne artikkelen:"
@@ -3308,6 +3336,11 @@ msgstr "Skjul/vis leste nyhetsstrømmer"
 msgid "Load more..."
 msgstr "Laster hjelp..."
 
+#: plugins/mailto/init.js:21 plugins/mail/mail.js:21
+#, fuzzy
+msgid "Forward article by email"
+msgstr "Marker artikkel som favoritt"
+
 #: plugins/import_export/import_export.js:13
 #, fuzzy
 msgid "Export Data"
@@ -3329,11 +3362,6 @@ msgstr "Importer"
 msgid "Please choose the file first."
 msgstr "Vennligst velg en eller flere nyhetsstrømmer først"
 
-#: plugins/mail/mail.js:21
-#, fuzzy
-msgid "Forward article by email"
-msgstr "Marker artikkel som favoritt"
-
 #: plugins/instances/instances.js:10
 #, fuzzy
 msgid "Link Instance"
@@ -3370,6 +3398,12 @@ msgid ""
 "before continuing. Please type 'yes' to continue."
 msgstr ""
 
+#~ msgid "Yes"
+#~ msgstr "Ja"
+
+#~ msgid "No"
+#~ msgstr "Nei"
+
 #~ msgid "Comments?"
 #~ msgstr "Kommentarer?"
 
@@ -3493,10 +3527,6 @@ msgstr ""
 #~ msgid "Original article"
 #~ msgstr "Vis opprinnelig artikkelinnhold"
 
-#, fuzzy
-#~ msgid "Close this panel"
-#~ msgstr "Lukk dette vinduet"
-
 #, fuzzy
 #~ msgid "Update feed"
 #~ msgstr "Oppdater alle nyhetsstrømmer"
index c968188bc1cbc0107b541c470972a7be8b361f41..34b6eb33d4d95586ab392cee61acc2d7c4748adf 100644 (file)
Binary files a/locale/pl_PL/LC_MESSAGES/messages.mo and b/locale/pl_PL/LC_MESSAGES/messages.mo differ
index 4ab8bcf2235ab9680fef866cc0c8c73b87955b5d..dafc16d5aa057ca88eaed65615df4de5fac41395 100644 (file)
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Tiny Tiny RSS\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-03-19 10:14+0400\n"
+"POT-Creation-Date: 2013-03-20 15:53+0400\n"
 "PO-Revision-Date: 2012-10-06 16:54+0100\n"
 "Last-Translator: Mirosław Lach <m.wordpress@lach.waw.pl>\n"
 "Language-Team: Polish (http://www.transifex.com/projects/p/tt-rss/language/"
@@ -268,8 +268,8 @@ msgstr ""
 
 #: index.php:117 index.php:147 index.php:252 prefs.php:79
 #: classes/backend.php:5 classes/pref/labels.php:296
-#: classes/pref/filters.php:609 classes/pref/feeds.php:1270
-#: plugins/digest/digest_body.php:45 js/viewfeed.js:1174
+#: classes/pref/filters.php:609 classes/pref/feeds.php:1296
+#: plugins/digest/digest_body.php:45 js/viewfeed.js:1181
 msgid "Loading, please wait..."
 msgstr "Trwa ładowanie, proszę czekać..."
 
@@ -297,11 +297,11 @@ msgstr "Adaptacyjny"
 msgid "All Articles"
 msgstr "Wszystkie artykuły"
 
-#: index.php:169 include/functions.php:1912 classes/feeds.php:106
+#: index.php:169 include/functions.php:1915 classes/feeds.php:106
 msgid "Starred"
 msgstr "Oznaczone gwiazdką"
 
-#: index.php:170 include/functions.php:1913 classes/feeds.php:107
+#: index.php:170 include/functions.php:1916 classes/feeds.php:107
 msgid "Published"
 msgstr "Opublikowane"
 
@@ -337,13 +337,14 @@ msgstr "Tytuł"
 msgid "Score"
 msgstr "Punktacja"
 
-#: index.php:187 classes/pref/feeds.php:535 classes/pref/feeds.php:746
+#: index.php:187 classes/pref/feeds.php:535 classes/pref/feeds.php:758
 msgid "Update"
 msgstr "Aktualizuj"
 
-#: index.php:191 index.php:221 include/functions.php:1903
-#: include/localized_schema.php:10 classes/feeds.php:111 classes/feeds.php:131
-#: js/FeedTree.js:128 js/FeedTree.js:156 plugins/digest/digest.js:630
+#: index.php:191 index.php:221 include/functions.php:1906
+#: include/localized_schema.php:10 classes/feeds.php:111 classes/feeds.php:136
+#: classes/feeds.php:410 js/FeedTree.js:128 js/FeedTree.js:156
+#: plugins/digest/digest.js:630
 msgid "Mark as read"
 msgstr "Oznacz jako przeczytane"
 
@@ -376,7 +377,7 @@ msgstr "Edytuj ten kanał..."
 msgid "Rescore feed"
 msgstr "Przelicz punktację kanału"
 
-#: index.php:219 classes/pref/feeds.php:672 classes/pref/feeds.php:1243
+#: index.php:219 classes/pref/feeds.php:684 classes/pref/feeds.php:1269
 #: js/PrefFeedTree.js:73
 msgid "Unsubscribe"
 msgstr "Wypisz się"
@@ -401,7 +402,7 @@ msgstr "Przełącz na przegląd..."
 msgid "Show tag cloud..."
 msgstr "Pokaż chmurę tagów..."
 
-#: index.php:229 include/functions.php:1890
+#: index.php:229 include/functions.php:1893
 #, fuzzy
 msgid "Toggle widescreen mode"
 msgstr "Przełącz oznaczenie gwiazdką"
@@ -427,8 +428,8 @@ msgstr "O skrótach klawiszowych"
 msgid "Logout"
 msgstr "Wyloguj"
 
-#: prefs.php:28 prefs.php:99 include/functions.php:1915
-#: classes/pref/prefs.php:371
+#: prefs.php:28 prefs.php:99 include/functions.php:1918
+#: classes/pref/prefs.php:377
 msgid "Preferences"
 msgstr "Ustawienia"
 
@@ -440,8 +441,8 @@ msgstr "Skróty klawiszowe"
 msgid "Exit preferences"
 msgstr "Wyjdź z ustawień"
 
-#: prefs.php:102 classes/pref/feeds.php:100 classes/pref/feeds.php:1148
-#: classes/pref/feeds.php:1211
+#: prefs.php:102 classes/pref/feeds.php:100 classes/pref/feeds.php:1174
+#: classes/pref/feeds.php:1237
 msgid "Feeds"
 msgstr "Kanały"
 
@@ -449,8 +450,8 @@ msgstr "Kanały"
 msgid "Filters"
 msgstr "Filtry"
 
-#: prefs.php:108 mobile/mobile-functions.php:205 include/functions.php:1118
-#: include/functions.php:1739 classes/pref/labels.php:90
+#: prefs.php:108 mobile/mobile-functions.php:205 include/functions.php:1121
+#: include/functions.php:1742 classes/pref/labels.php:90
 msgid "Labels"
 msgstr "Etykiety"
 
@@ -548,8 +549,8 @@ msgstr "Otwórz standardową wersję"
 msgid "Home"
 msgstr "Stron główna"
 
-#: mobile/mobile-functions.php:178 include/functions.php:1116
-#: include/functions.php:1737
+#: mobile/mobile-functions.php:178 include/functions.php:1119
+#: include/functions.php:1740
 msgid "Special"
 msgstr "Specjalne"
 
@@ -591,9 +592,9 @@ msgstr "Sortuj kanały według liczby nieprzeczytanych"
 msgid "Reverse headline order (oldest first)"
 msgstr "Odwrotny porządek nagłówków (najstarsze pierwsze)"
 
-#: include/digest.php:131 include/functions.php:1127
-#: include/functions.php:1640 include/functions.php:1725
-#: include/functions.php:1747 classes/opml.php:416 classes/pref/feeds.php:188
+#: include/digest.php:131 include/functions.php:1130
+#: include/functions.php:1643 include/functions.php:1728
+#: include/functions.php:1750 classes/opml.php:416 classes/pref/feeds.php:188
 msgid "Uncategorized"
 msgstr "Bez kategorii"
 
@@ -606,314 +607,315 @@ msgstr "%d zarchiwizowanych artykułów"
 msgid "No feeds found."
 msgstr "Nie znaleziono kanałów."
 
-#: include/functions.php:698
+#: include/functions.php:701
 msgid "Session failed to validate (incorrect IP)"
 msgstr "Nie powiodła się weryfikacja sesji (nieprawidłowy adres IP)"
 
-#: include/functions.php:1589 classes/dlg.php:371 classes/pref/filters.php:368
+#: include/functions.php:1592 classes/dlg.php:371 classes/pref/filters.php:368
 msgid "All feeds"
 msgstr "Wszystkie kanały"
 
-#: include/functions.php:1790
+#: include/functions.php:1793
 msgid "Starred articles"
 msgstr "Artykuły oznaczone gwiazdką"
 
-#: include/functions.php:1792
+#: include/functions.php:1795
 msgid "Published articles"
 msgstr "Opublikowane artykuły"
 
-#: include/functions.php:1794
+#: include/functions.php:1797
 msgid "Fresh articles"
 msgstr "Świeże artykuły"
 
-#: include/functions.php:1796 include/functions.php:1910
+#: include/functions.php:1799 include/functions.php:1913
 msgid "All articles"
 msgstr "Wszystkie artykuły"
 
-#: include/functions.php:1798
+#: include/functions.php:1801
 msgid "Archived articles"
 msgstr "Zarchiwizowane artykuły"
 
-#: include/functions.php:1800
+#: include/functions.php:1803
 msgid "Recently read"
 msgstr "Ostatnio czytane"
 
-#: include/functions.php:1867
+#: include/functions.php:1870
 msgid "Navigation"
 msgstr "Nawigacja"
 
-#: include/functions.php:1868
+#: include/functions.php:1871
 #, fuzzy
 msgid "Open next feed"
 msgstr ""
 "Przejdź do następnego kanału po zakończeniu lektury ostatniego artykułu"
 
-#: include/functions.php:1869
+#: include/functions.php:1872
 msgid "Open previous feed"
 msgstr ""
 
-#: include/functions.php:1870
+#: include/functions.php:1873
 #, fuzzy
 msgid "Open next article"
 msgstr "Otwórz oryginalny artykuł"
 
-#: include/functions.php:1871
+#: include/functions.php:1874
 #, fuzzy
 msgid "Open previous article"
 msgstr "Otwórz oryginalny artykuł"
 
-#: include/functions.php:1872
+#: include/functions.php:1875
 msgid "Open next article (don't scroll long articles)"
 msgstr ""
 
-#: include/functions.php:1873
+#: include/functions.php:1876
 msgid "Open previous article (don't scroll long articles)"
 msgstr ""
 
-#: include/functions.php:1874
+#: include/functions.php:1877
 msgid "Show search dialog"
 msgstr "Otwórz okno wyszukiwania"
 
-#: include/functions.php:1875
+#: include/functions.php:1878
 #, fuzzy
 msgid "Article"
 msgstr "Wszystkie artykuły"
 
-#: include/functions.php:1876
+#: include/functions.php:1879
 msgid "Toggle starred"
 msgstr "Przełącz oznaczenie gwiazdką"
 
-#: include/functions.php:1877
+#: include/functions.php:1880
 msgid "Toggle published"
 msgstr "Przełącz flagę publikacji"
 
-#: include/functions.php:1878
+#: include/functions.php:1881
 msgid "Toggle unread"
 msgstr "Przełącz flagę \"przeczytano\""
 
-#: include/functions.php:1879
+#: include/functions.php:1882
 msgid "Edit tags"
 msgstr "Edytuj tagi"
 
-#: include/functions.php:1880
+#: include/functions.php:1883
 #, fuzzy
 msgid "Dismiss selected"
 msgstr "Odwołaj wybrane artykuły"
 
-#: include/functions.php:1881
+#: include/functions.php:1884
 #, fuzzy
 msgid "Dismiss read"
 msgstr "Odwołaj przeczytane artykuły"
 
-#: include/functions.php:1882
+#: include/functions.php:1885
 #, fuzzy
 msgid "Open in new window"
 msgstr "Otwórz artykuł w nowym oknie"
 
-#: include/functions.php:1883 js/viewfeed.js:1758
+#: include/functions.php:1886 js/viewfeed.js:1818
 msgid "Mark below as read"
 msgstr "Oznacz poniższe jako przeczytane"
 
-#: include/functions.php:1884 js/viewfeed.js:1752
+#: include/functions.php:1887 js/viewfeed.js:1812
 msgid "Mark above as read"
 msgstr "Oznacz powyższe jako przeczytane"
 
-#: include/functions.php:1885
+#: include/functions.php:1888
 #, fuzzy
 msgid "Scroll down"
 msgstr "Zrobione."
 
-#: include/functions.php:1886
+#: include/functions.php:1889
 msgid "Scroll up"
 msgstr ""
 
-#: include/functions.php:1887
+#: include/functions.php:1890
 #, fuzzy
 msgid "Select article under cursor"
 msgstr "Wybierz artykuł pod kursorem myszy"
 
-#: include/functions.php:1888
+#: include/functions.php:1891
 msgid "Email article"
 msgstr "Prześlij artykuł emailem"
 
-#: include/functions.php:1889 plugins/close_button/init.php:24
-msgid "Close article"
+#: include/functions.php:1892
+#, fuzzy
+msgid "Close/collapse article"
 msgstr "Zamknij artykuł"
 
-#: include/functions.php:1891
+#: include/functions.php:1894
 #, fuzzy
 msgid "Article selection"
 msgstr "Odwróć zaznaczenie artykułów"
 
-#: include/functions.php:1892
+#: include/functions.php:1895
 msgid "Select all articles"
 msgstr "Wybierz wszystkie artykuły"
 
-#: include/functions.php:1893
+#: include/functions.php:1896
 #, fuzzy
 msgid "Select unread"
 msgstr "Wybierz nieprzeczytane artykuły"
 
-#: include/functions.php:1894
+#: include/functions.php:1897
 #, fuzzy
 msgid "Select starred"
 msgstr "Oznacz gwiazdką"
 
-#: include/functions.php:1895
+#: include/functions.php:1898
 #, fuzzy
 msgid "Select published"
 msgstr "Wybierz nieprzeczytane artykuły"
 
-#: include/functions.php:1896
+#: include/functions.php:1899
 #, fuzzy
 msgid "Invert selection"
 msgstr "Odwróć zaznaczenie artykułów"
 
-#: include/functions.php:1897
+#: include/functions.php:1900
 #, fuzzy
 msgid "Deselect everything"
 msgstr "Odznacz wszystkie artykuły"
 
-#: include/functions.php:1898 classes/pref/feeds.php:488
-#: classes/pref/feeds.php:707
+#: include/functions.php:1901 classes/pref/feeds.php:488
+#: classes/pref/feeds.php:719
 msgid "Feed"
 msgstr "Kanał"
 
-#: include/functions.php:1899
+#: include/functions.php:1902
 #, fuzzy
 msgid "Refresh current feed"
 msgstr "Odśwież aktywny kanał"
 
-#: include/functions.php:1900
+#: include/functions.php:1903
 #, fuzzy
 msgid "Un/hide read feeds"
 msgstr "Pokaż/Ukryj przeczytane kanały"
 
-#: include/functions.php:1901 classes/pref/feeds.php:1214
+#: include/functions.php:1904 classes/pref/feeds.php:1240
 msgid "Subscribe to feed"
 msgstr "Prenumeruj kanał"
 
-#: include/functions.php:1902 js/FeedTree.js:135 js/PrefFeedTree.js:67
+#: include/functions.php:1905 js/FeedTree.js:135 js/PrefFeedTree.js:67
 msgid "Edit feed"
 msgstr "Edytuj kanał"
 
-#: include/functions.php:1904
+#: include/functions.php:1907
 #, fuzzy
 msgid "Reverse headlines"
 msgstr "Odwróć kolejność nagłówków"
 
-#: include/functions.php:1905
+#: include/functions.php:1908
 #, fuzzy
 msgid "Debug feed update"
 msgstr "Wyłącz aktualizacje"
 
-#: include/functions.php:1906 js/FeedTree.js:170
+#: include/functions.php:1909 js/FeedTree.js:177
 msgid "Mark all feeds as read"
 msgstr "Oznacz wszystkie kanały jako przeczytane"
 
-#: include/functions.php:1907
+#: include/functions.php:1910
 #, fuzzy
 msgid "Un/collapse current category"
 msgstr "Umieść w kategorii:"
 
-#: include/functions.php:1908
+#: include/functions.php:1911
 #, fuzzy
 msgid "Toggle combined mode"
 msgstr "Przełącz flagę publikacji"
 
-#: include/functions.php:1909
+#: include/functions.php:1912
 #, fuzzy
 msgid "Go to"
 msgstr "Idź do..."
 
-#: include/functions.php:1911
+#: include/functions.php:1914
 msgid "Fresh"
 msgstr ""
 
-#: include/functions.php:1914
+#: include/functions.php:1917
 msgid "Tag cloud"
 msgstr "Chmura tagów"
 
-#: include/functions.php:1916
+#: include/functions.php:1919
 #, fuzzy
 msgid "Other"
 msgstr "Inne kanały"
 
-#: include/functions.php:1917 classes/pref/labels.php:281
+#: include/functions.php:1920 classes/pref/labels.php:281
 msgid "Create label"
 msgstr "Utwórz etykietę"
 
-#: include/functions.php:1918 classes/pref/filters.php:587
+#: include/functions.php:1921 classes/pref/filters.php:587
 msgid "Create filter"
 msgstr "Utwórz filtr"
 
-#: include/functions.php:1919
+#: include/functions.php:1922
 #, fuzzy
 msgid "Un/collapse sidebar"
 msgstr "Rozwiń pasek boczny"
 
-#: include/functions.php:1920
+#: include/functions.php:1923
 #, fuzzy
 msgid "Show help dialog"
 msgstr "Otwórz okno wyszukiwania"
 
-#: include/functions.php:2400
+#: include/functions.php:2405
 #, php-format
 msgid "Search results: %s"
 msgstr "Wyniki wyszukiwania: %s"
 
-#: include/functions.php:2824 js/viewfeed.js:1845
+#: include/functions.php:2893 js/viewfeed.js:1905
 msgid "Click to play"
 msgstr "Wciśnij aby odtworzyć"
 
-#: include/functions.php:2825 js/viewfeed.js:1844
+#: include/functions.php:2894 js/viewfeed.js:1904
 msgid "Play"
 msgstr "Odtwórz"
 
-#: include/functions.php:2945
+#: include/functions.php:3015
 msgid " - "
 msgstr " - "
 
-#: include/functions.php:2967 include/functions.php:3284 classes/rpc.php:359
+#: include/functions.php:3037 include/functions.php:3354 classes/rpc.php:360
 msgid "no tags"
 msgstr "brak tagów"
 
-#: include/functions.php:2977 classes/feeds.php:645
+#: include/functions.php:3047 classes/feeds.php:656
 msgid "Edit tags for this article"
 msgstr "Edytuj tagi dla tego artykułu"
 
-#: include/functions.php:3006 classes/feeds.php:600
+#: include/functions.php:3076 classes/feeds.php:610
 msgid "Originally from:"
 msgstr "Oryginał pochodzi z:"
 
-#: include/functions.php:3019 classes/feeds.php:613 classes/pref/feeds.php:507
+#: include/functions.php:3089 classes/feeds.php:623 classes/pref/feeds.php:507
 msgid "Feed URL"
 msgstr "Adres kanału"
 
-#: include/functions.php:3048
+#: include/functions.php:3118
 msgid "Related"
 msgstr "Pokrewne"
 
-#: include/functions.php:3075 classes/dlg.php:43 classes/dlg.php:162
+#: include/functions.php:3145 classes/dlg.php:43 classes/dlg.php:162
 #: classes/dlg.php:185 classes/dlg.php:222 classes/dlg.php:508
 #: classes/dlg.php:543 classes/dlg.php:574 classes/dlg.php:608
 #: classes/dlg.php:620 classes/backend.php:105 classes/pref/users.php:106
-#: classes/pref/filters.php:108 classes/pref/feeds.php:1527
-#: classes/pref/feeds.php:1598 plugins/import_export/init.php:407
+#: classes/pref/filters.php:108 classes/pref/feeds.php:1553
+#: classes/pref/feeds.php:1624 plugins/import_export/init.php:407
 #: plugins/import_export/init.php:431 plugins/share/init.php:67
-#: plugins/updater/init.php:329
+#: plugins/updater/init.php:330
 msgid "Close this window"
 msgstr "Zamknij to okno"
 
-#: include/functions.php:3309
+#: include/functions.php:3379
 msgid "(edit note)"
 msgstr "(edytuj notatkę)"
 
-#: include/functions.php:3542
+#: include/functions.php:3612
 msgid "unknown type"
 msgstr "nieznany typ"
 
-#: include/functions.php:3592
+#: include/functions.php:3662
 msgid "Attachments"
 msgstr "Załączniki"
 
@@ -950,7 +952,7 @@ msgstr "Opublikuj"
 msgid "Assign tags"
 msgstr "Przypisz tagi"
 
-#: include/localized_schema.php:14 js/viewfeed.js:1809
+#: include/localized_schema.php:14 js/viewfeed.js:1869
 msgid "Assign label"
 msgstr "Przypisz etykietę"
 
@@ -1147,7 +1149,7 @@ msgstr "Grupuj nagłówki w wirtualnych kanałach"
 
 #: include/localized_schema.php:57
 #, fuzzy
-msgid "Hide images in articles"
+msgid "Do not embed images in articles"
 msgstr "Nie pokazuj obrazków w artykułach"
 
 #: include/localized_schema.php:58
@@ -1158,7 +1160,7 @@ msgstr "Włącz zewnętrzne API"
 msgid "User timezone"
 msgstr "Strefa czasowa użytkownika"
 
-#: include/localized_schema.php:60 js/prefs.js:1733
+#: include/localized_schema.php:60 js/prefs.js:1740
 msgid "Customize stylesheet"
 msgstr "Dostosuj arkusz styli"
 
@@ -1210,7 +1212,7 @@ msgid "Title:"
 msgstr "Tytuł"
 
 #: classes/handler/public.php:404 classes/dlg.php:667
-#: classes/pref/feeds.php:505 classes/pref/feeds.php:722
+#: classes/pref/feeds.php:505 classes/pref/feeds.php:734
 #: plugins/instances/init.php:215
 msgid "URL:"
 msgstr "Adres:"
@@ -1239,8 +1241,8 @@ msgstr ""
 #: classes/dlg.php:751 classes/pref/users.php:194 classes/pref/labels.php:81
 #: classes/pref/filters.php:349 classes/pref/filters.php:729
 #: classes/pref/filters.php:798 classes/pref/filters.php:865
-#: classes/pref/feeds.php:689 classes/pref/feeds.php:829
-#: plugins/mail/init.php:132 plugins/note/init.php:55
+#: classes/pref/feeds.php:701 classes/pref/feeds.php:849
+#: plugins/mail/init.php:131 plugins/note/init.php:55
 #: plugins/instances/init.php:251
 msgid "Cancel"
 msgstr "Anuluj"
@@ -1302,8 +1304,8 @@ msgstr ""
 #: classes/dlg.php:55 classes/pref/users.php:378 classes/pref/labels.php:272
 #: classes/pref/filters.php:230 classes/pref/filters.php:277
 #: classes/pref/filters.php:578 classes/pref/filters.php:657
-#: classes/pref/filters.php:684 classes/pref/feeds.php:1202
-#: classes/pref/feeds.php:1472 classes/pref/feeds.php:1541
+#: classes/pref/filters.php:684 classes/pref/feeds.php:1228
+#: classes/pref/feeds.php:1498 classes/pref/feeds.php:1567
 #: plugins/instances/init.php:287
 msgid "Select"
 msgstr "Wybierz"
@@ -1312,8 +1314,8 @@ msgstr "Wybierz"
 #: classes/pref/labels.php:275 classes/pref/filters.php:233
 #: classes/pref/filters.php:280 classes/pref/filters.php:581
 #: classes/pref/filters.php:660 classes/pref/filters.php:687
-#: classes/pref/feeds.php:1205 classes/pref/feeds.php:1475
-#: classes/pref/feeds.php:1544 plugins/instances/init.php:290
+#: classes/pref/feeds.php:1231 classes/pref/feeds.php:1501
+#: classes/pref/feeds.php:1570 plugins/instances/init.php:290
 msgid "All"
 msgstr "Wszystko"
 
@@ -1321,8 +1323,8 @@ msgstr "Wszystko"
 #: classes/pref/labels.php:277 classes/pref/filters.php:235
 #: classes/pref/filters.php:282 classes/pref/filters.php:583
 #: classes/pref/filters.php:662 classes/pref/filters.php:689
-#: classes/pref/feeds.php:1207 classes/pref/feeds.php:1477
-#: classes/pref/feeds.php:1546 plugins/instances/init.php:292
+#: classes/pref/feeds.php:1233 classes/pref/feeds.php:1503
+#: classes/pref/feeds.php:1572 plugins/instances/init.php:292
 msgid "None"
 msgstr "Nic"
 
@@ -1390,7 +1392,7 @@ msgid "Feed or site URL"
 msgstr "Adres kanału"
 
 #: classes/dlg.php:249 classes/dlg.php:715 classes/pref/feeds.php:527
-#: classes/pref/feeds.php:735
+#: classes/pref/feeds.php:747
 msgid "Place in category:"
 msgstr "Umieść w kategorii:"
 
@@ -1399,17 +1401,17 @@ msgid "Available feeds"
 msgstr "Dostępne kanały"
 
 #: classes/dlg.php:269 classes/pref/users.php:155 classes/pref/feeds.php:557
-#: classes/pref/feeds.php:771
+#: classes/pref/feeds.php:783
 msgid "Authentication"
 msgstr "Uwierzytelnianie"
 
 #: classes/dlg.php:273 classes/dlg.php:729 classes/pref/users.php:438
-#: classes/pref/feeds.php:563 classes/pref/feeds.php:775
+#: classes/pref/feeds.php:563 classes/pref/feeds.php:787
 msgid "Login"
 msgstr "Nazwa użytkownika"
 
-#: classes/dlg.php:276 classes/dlg.php:732 classes/pref/prefs.php:196
-#: classes/pref/feeds.php:569 classes/pref/feeds.php:781
+#: classes/dlg.php:276 classes/dlg.php:732 classes/pref/prefs.php:202
+#: classes/pref/feeds.php:569 classes/pref/feeds.php:793
 msgid "Password"
 msgstr "Hasło"
 
@@ -1426,7 +1428,7 @@ msgid "More feeds"
 msgstr "Więcej kanałów"
 
 #: classes/dlg.php:318 classes/dlg.php:409 classes/pref/users.php:368
-#: classes/pref/filters.php:574 classes/pref/feeds.php:1198 js/tt-rss.js:166
+#: classes/pref/filters.php:574 classes/pref/feeds.php:1224 js/tt-rss.js:166
 msgid "Search"
 msgstr "Szukaj"
 
@@ -1444,7 +1446,7 @@ msgstr "limit:"
 
 #: classes/dlg.php:349 classes/pref/users.php:394 classes/pref/labels.php:284
 #: classes/pref/filters.php:339 classes/pref/filters.php:596
-#: classes/pref/feeds.php:662 plugins/instances/init.php:297
+#: classes/pref/feeds.php:674 plugins/instances/init.php:297
 msgid "Remove"
 msgstr "Usuń"
 
@@ -1466,7 +1468,7 @@ msgstr "Tagi dla tego artykułu (oddzielone przecinkami):"
 
 #: classes/dlg.php:439 classes/dlg.php:650 classes/pref/users.php:192
 #: classes/pref/labels.php:79 classes/pref/filters.php:346
-#: classes/pref/feeds.php:688 classes/pref/feeds.php:826
+#: classes/pref/feeds.php:700 classes/pref/feeds.php:846
 #: plugins/nsfw/init.php:86 plugins/note/init.php:53
 #: plugins/owncloud/init.php:62 plugins/instances/init.php:248
 msgid "Save"
@@ -1501,7 +1503,7 @@ msgstr "Które tagi?"
 msgid "Display entries"
 msgstr "Wyświetl wpisy"
 
-#: classes/dlg.php:551 classes/feeds.php:133
+#: classes/dlg.php:551 classes/feeds.php:138
 msgid "View as RSS"
 msgstr "Wyświetl jako RSS"
 
@@ -1509,7 +1511,7 @@ msgstr "Wyświetl jako RSS"
 msgid "You can view this feed as RSS using the following URL:"
 msgstr "Możesz obejrzeć ten kanał jako RSS korzystając z adresu:"
 
-#: classes/dlg.php:591 plugins/updater/init.php:303
+#: classes/dlg.php:591 plugins/updater/init.php:304
 #, php-format
 msgid "New version of Tiny Tiny RSS is available (%s)."
 msgstr "Dostępna jest nowa wersja Tiny Tiny RSS (%s)."
@@ -1637,35 +1639,41 @@ msgstr "Cofnij"
 msgid "Delete"
 msgstr "Usuń"
 
-#: classes/feeds.php:125 plugins/mail/init.php:28
+#: classes/feeds.php:125 classes/feeds.php:130 plugins/mailto/init.php:28
+#: plugins/mail/init.php:28
 msgid "Forward by email"
 msgstr "Przekaż za pomocą emaila"
 
-#: classes/feeds.php:129
+#: classes/feeds.php:134
 msgid "Feed:"
 msgstr "Kanał:"
 
-#: classes/feeds.php:196 classes/feeds.php:790
+#: classes/feeds.php:201 classes/feeds.php:801
 msgid "Feed not found."
 msgstr "Kanał nie został odnaleziony."
 
-#: classes/feeds.php:403 classes/feeds.php:493
+#: classes/feeds.php:500
 msgid "mark as read"
 msgstr "oznacz jako przeczytane"
 
-#: classes/feeds.php:691
+#: classes/feeds.php:555
+#, fuzzy
+msgid "Collapse article"
+msgstr "Zamknij artykuł"
+
+#: classes/feeds.php:702
 msgid "No unread articles found to display."
 msgstr "Nie znaleziono nieprzeczytanych artykułów."
 
-#: classes/feeds.php:694
+#: classes/feeds.php:705
 msgid "No updated articles found to display."
 msgstr "Nie znaleziono uaktualnionych artykułów."
 
-#: classes/feeds.php:697
+#: classes/feeds.php:708
 msgid "No starred articles found to display."
 msgstr "Nie znaleziono artykułów oznaczonych gwiazdką."
 
-#: classes/feeds.php:701
+#: classes/feeds.php:712
 msgid ""
 "No articles found to display. You can assign articles to labels manually "
 "(see the Actions menu above) or use a filter."
@@ -1673,22 +1681,22 @@ msgstr ""
 "Nie znaleziono artykułów. Możesz ręcznie przypisać artykuły do etykiet "
 "(zobacz menu Akcje powyżej) lub wykorzystać do tego celu filtry."
 
-#: classes/feeds.php:703
+#: classes/feeds.php:714
 msgid "No articles found to display."
 msgstr "Nie znaleziono artykułów."
 
-#: classes/feeds.php:718 classes/feeds.php:899
+#: classes/feeds.php:729 classes/feeds.php:910
 #, php-format
 msgid "Feeds last updated at %s"
 msgstr "Kanały ostatnio uaktualnione o %s"
 
-#: classes/feeds.php:728 classes/feeds.php:909
+#: classes/feeds.php:739 classes/feeds.php:920
 msgid "Some feeds have update errors (click for details)"
 msgstr ""
 "Wystąpiły błędy aktualizacji niektórych kanałów (kliknij aby zobaczyć "
 "szczegóły)"
 
-#: classes/feeds.php:889
+#: classes/feeds.php:900
 msgid "No feed selected."
 msgstr "Nie wybrano kanału."
 
@@ -1807,7 +1815,7 @@ msgid "Change password to"
 msgstr "Zmień hasło na"
 
 #: classes/pref/users.php:177 classes/pref/feeds.php:577
-#: classes/pref/feeds.php:787
+#: classes/pref/feeds.php:799
 msgid "Options"
 msgstr "Opcje"
 
@@ -1955,7 +1963,7 @@ msgstr ""
 msgid "Combine"
 msgstr ""
 
-#: classes/pref/filters.php:600 classes/pref/feeds.php:1257
+#: classes/pref/filters.php:600 classes/pref/feeds.php:1283
 msgid "Rescore articles"
 msgstr "Przywróć artykuły"
 
@@ -2014,179 +2022,170 @@ msgstr "Wprowadzone hasła są różne."
 msgid "Function not supported by authentication module."
 msgstr ""
 
-#: classes/pref/prefs.php:63
+#: classes/pref/prefs.php:69
 msgid "The configuration was saved."
 msgstr "Konfiguracja została zapisana."
 
-#: classes/pref/prefs.php:77
+#: classes/pref/prefs.php:83
 #, php-format
 msgid "Unknown option: %s"
 msgstr "Nieznana opcja: %s"
 
-#: classes/pref/prefs.php:91
+#: classes/pref/prefs.php:97
 msgid "Your personal data has been saved."
 msgstr "Dwoje dane osobiste zostały zapisane."
 
-#: classes/pref/prefs.php:131
+#: classes/pref/prefs.php:137
 msgid "Personal data / Authentication"
 msgstr "Dane osobiste / Uwierzytelnianie"
 
-#: classes/pref/prefs.php:151
+#: classes/pref/prefs.php:157
 #, fuzzy
 msgid "Personal data"
 msgstr "Przygotuj dane"
 
-#: classes/pref/prefs.php:161
+#: classes/pref/prefs.php:167
 msgid "Full name"
 msgstr "Nazwa"
 
-#: classes/pref/prefs.php:165
+#: classes/pref/prefs.php:171
 msgid "E-mail"
 msgstr "E-mail"
 
-#: classes/pref/prefs.php:171
+#: classes/pref/prefs.php:177
 msgid "Access level"
 msgstr "Poziom dostępu"
 
-#: classes/pref/prefs.php:181
+#: classes/pref/prefs.php:187
 msgid "Save data"
 msgstr "Zapisz dane"
 
-#: classes/pref/prefs.php:203
+#: classes/pref/prefs.php:209
 msgid "Your password is at default value, please change it."
 msgstr "Używasz domyślnego hasła, zmień je proszę."
 
-#: classes/pref/prefs.php:235
+#: classes/pref/prefs.php:241
 msgid "Old password"
 msgstr "Stare hasło"
 
-#: classes/pref/prefs.php:238
+#: classes/pref/prefs.php:244
 msgid "New password"
 msgstr "Nowe hasło"
 
-#: classes/pref/prefs.php:243
+#: classes/pref/prefs.php:249
 msgid "Confirm password"
 msgstr "Potwierdź hasło"
 
-#: classes/pref/prefs.php:253
+#: classes/pref/prefs.php:259
 msgid "Change password"
 msgstr "Zmień hasło"
 
-#: classes/pref/prefs.php:259
+#: classes/pref/prefs.php:265
 msgid "One time passwords / Authenticator"
 msgstr ""
 
-#: classes/pref/prefs.php:288 classes/pref/prefs.php:339
+#: classes/pref/prefs.php:294 classes/pref/prefs.php:345
 #, fuzzy
 msgid "Enter your password"
 msgstr "Nieprawidłowa nazwa użytkownika lub hasło"
 
-#: classes/pref/prefs.php:299
+#: classes/pref/prefs.php:305
 #, fuzzy
 msgid "Disable OTP"
 msgstr "Wyłącz aktualizacje"
 
-#: classes/pref/prefs.php:305
+#: classes/pref/prefs.php:311
 msgid ""
 "You will need a compatible Authenticator to use this. Changing your password "
 "would automatically disable OTP."
 msgstr ""
 
-#: classes/pref/prefs.php:307
+#: classes/pref/prefs.php:313
 msgid "Scan the following code by the Authenticator application:"
 msgstr ""
 
-#: classes/pref/prefs.php:348
+#: classes/pref/prefs.php:354
 msgid "I have scanned the code and would like to enable OTP"
 msgstr ""
 
-#: classes/pref/prefs.php:356
+#: classes/pref/prefs.php:362
 #, fuzzy
 msgid "Enable OTP"
 msgstr "Włączone"
 
-#: classes/pref/prefs.php:482
+#: classes/pref/prefs.php:493
 msgid "Customize"
 msgstr "Dostosuj"
 
-#: classes/pref/prefs.php:501 classes/pref/prefs.php:508
-#: classes/pref/prefs.php:513
-msgid "Yes"
-msgstr "Tak"
-
-#: classes/pref/prefs.php:503 classes/pref/prefs.php:513
-msgid "No"
-msgstr "Nie"
-
-#: classes/pref/prefs.php:543
+#: classes/pref/prefs.php:552
 msgid "Register"
 msgstr "Zarejestruj"
 
-#: classes/pref/prefs.php:547
+#: classes/pref/prefs.php:556
 msgid "Clear"
 msgstr "Wyczyść"
 
-#: classes/pref/prefs.php:553
+#: classes/pref/prefs.php:562
 #, php-format
 msgid "Current server time: %s (UTC)"
 msgstr ""
 
-#: classes/pref/prefs.php:582
+#: classes/pref/prefs.php:595
 msgid "Save configuration"
 msgstr "Zapisz konfigurację"
 
-#: classes/pref/prefs.php:585
+#: classes/pref/prefs.php:598
 msgid "Manage profiles"
 msgstr "Zarządzaj profilami"
 
-#: classes/pref/prefs.php:588
+#: classes/pref/prefs.php:601
 msgid "Reset to defaults"
 msgstr "Przywróć domyślne"
 
-#: classes/pref/prefs.php:600
+#: classes/pref/prefs.php:613
 #, fuzzy
 msgid "Show additional preferences"
 msgstr "Wyjdź z ustawień"
 
-#: classes/pref/prefs.php:612 classes/pref/prefs.php:614
+#: classes/pref/prefs.php:625 classes/pref/prefs.php:627
 msgid "Plugins"
 msgstr ""
 
-#: classes/pref/prefs.php:642
+#: classes/pref/prefs.php:655
 msgid "System plugins"
 msgstr ""
 
-#: classes/pref/prefs.php:646 classes/pref/prefs.php:695
+#: classes/pref/prefs.php:659 classes/pref/prefs.php:708
 msgid "Plugin"
 msgstr ""
 
-#: classes/pref/prefs.php:647 classes/pref/prefs.php:696
+#: classes/pref/prefs.php:660 classes/pref/prefs.php:709
 msgid "Description"
 msgstr ""
 
-#: classes/pref/prefs.php:648 classes/pref/prefs.php:697
+#: classes/pref/prefs.php:661 classes/pref/prefs.php:710
 msgid "Version"
 msgstr ""
 
-#: classes/pref/prefs.php:649 classes/pref/prefs.php:698
+#: classes/pref/prefs.php:662 classes/pref/prefs.php:711
 msgid "Author"
 msgstr ""
 
-#: classes/pref/prefs.php:682 classes/pref/prefs.php:733
+#: classes/pref/prefs.php:695 classes/pref/prefs.php:746
 #, fuzzy
 msgid "Clear data"
 msgstr "Wyczyść dane kanału"
 
-#: classes/pref/prefs.php:691
+#: classes/pref/prefs.php:704
 msgid "User plugins"
 msgstr ""
 
-#: classes/pref/prefs.php:748
+#: classes/pref/prefs.php:761
 #, fuzzy
 msgid "Enable selected plugins"
 msgstr "Włącz kategorie kanałów"
 
-#: classes/pref/prefs.php:803 classes/pref/prefs.php:821
+#: classes/pref/prefs.php:816 classes/pref/prefs.php:834
 #, fuzzy
 msgid "Incorrect password"
 msgstr "Nieprawidłowa nazwa użytkownika lub hasło"
@@ -2206,7 +2205,7 @@ msgstr "Zapisane kanały"
 msgid "Feed Title"
 msgstr "Tytuł kanału"
 
-#: classes/pref/feeds.php:550 classes/pref/feeds.php:762
+#: classes/pref/feeds.php:550 classes/pref/feeds.php:774
 msgid "Article purging:"
 msgstr "Czyszczenie artykułów:"
 
@@ -2218,107 +2217,111 @@ msgstr ""
 "<b>Wskazówka:</b> musisz wypełnić dane logowania jeżeli Twój kanał wymaga "
 "uwierzytelniania. Nie dotyczy to kanałów z Twittera."
 
-#: classes/pref/feeds.php:589 classes/pref/feeds.php:791
+#: classes/pref/feeds.php:589 classes/pref/feeds.php:803
 msgid "Hide from Popular feeds"
 msgstr "Ukryj przed umieszczeniem w Popularnych kanałach"
 
-#: classes/pref/feeds.php:601 classes/pref/feeds.php:797
+#: classes/pref/feeds.php:601 classes/pref/feeds.php:809
 msgid "Include in e-mail digest"
 msgstr "Umieść w przeglądzie emailowym"
 
-#: classes/pref/feeds.php:614 classes/pref/feeds.php:803
+#: classes/pref/feeds.php:614 classes/pref/feeds.php:815
 msgid "Always display image attachments"
 msgstr "Zawsze wyświetlaj załączniki graficzne"
 
-#: classes/pref/feeds.php:628 classes/pref/feeds.php:811
+#: classes/pref/feeds.php:627 classes/pref/feeds.php:823
+msgid "Do not embed images"
+msgstr ""
+
+#: classes/pref/feeds.php:640 classes/pref/feeds.php:831
 msgid "Cache images locally"
 msgstr "Przechowuj obrazki lokalnie"
 
-#: classes/pref/feeds.php:640 classes/pref/feeds.php:817
+#: classes/pref/feeds.php:652 classes/pref/feeds.php:837
 msgid "Mark updated articles as unread"
 msgstr "Oznacz zaktualizowane artykuły jako nieprzeczytane"
 
-#: classes/pref/feeds.php:646
+#: classes/pref/feeds.php:658
 msgid "Icon"
 msgstr "Ikona"
 
-#: classes/pref/feeds.php:660
+#: classes/pref/feeds.php:672
 msgid "Replace"
 msgstr "Zamień"
 
-#: classes/pref/feeds.php:679
+#: classes/pref/feeds.php:691
 msgid "Resubscribe to push updates"
 msgstr "Odnów prenumeratę aktualizacji typu PUSH"
 
-#: classes/pref/feeds.php:686
+#: classes/pref/feeds.php:698
 msgid "Resets PubSubHubbub subscription status for push-enabled feeds."
 msgstr ""
 "Resetuje status prenumerat PubSubHubbub dla kanałów obsługujących PUSH."
 
-#: classes/pref/feeds.php:701
+#: classes/pref/feeds.php:713
 msgid "Enable the options you wish to apply using checkboxes on the right:"
 msgstr ""
 
-#: classes/pref/feeds.php:1051 classes/pref/feeds.php:1104
+#: classes/pref/feeds.php:1077 classes/pref/feeds.php:1130
 msgid "All done."
 msgstr "Zrobione."
 
-#: classes/pref/feeds.php:1159
+#: classes/pref/feeds.php:1185
 msgid "Feeds with errors"
 msgstr "Kanały z błędami"
 
-#: classes/pref/feeds.php:1179
+#: classes/pref/feeds.php:1205
 #, fuzzy
 msgid "Inactive feeds"
 msgstr "Odśwież aktywny kanał"
 
-#: classes/pref/feeds.php:1216
+#: classes/pref/feeds.php:1242
 msgid "Edit selected feeds"
 msgstr "Edytuj wybrane kanały"
 
-#: classes/pref/feeds.php:1218 classes/pref/feeds.php:1232
+#: classes/pref/feeds.php:1244 classes/pref/feeds.php:1258
 msgid "Reset sort order"
 msgstr "Zresetuj porządek sortowania"
 
-#: classes/pref/feeds.php:1220 js/prefs.js:1778
+#: classes/pref/feeds.php:1246 js/prefs.js:1785
 msgid "Batch subscribe"
 msgstr "Prenumerata wsadowa"
 
-#: classes/pref/feeds.php:1225
+#: classes/pref/feeds.php:1251
 msgid "Categories"
 msgstr "Kategorie"
 
-#: classes/pref/feeds.php:1228
+#: classes/pref/feeds.php:1254
 #, fuzzy
 msgid "Add category"
 msgstr "Edytuj kategorię"
 
-#: classes/pref/feeds.php:1230
+#: classes/pref/feeds.php:1256
 msgid "(Un)hide empty categories"
 msgstr "Pokaż/Ukryj puste kategorie"
 
-#: classes/pref/feeds.php:1234
+#: classes/pref/feeds.php:1260
 #, fuzzy
 msgid "Remove selected"
 msgstr "Usunąć wybrane kanały?"
 
-#: classes/pref/feeds.php:1248
+#: classes/pref/feeds.php:1274
 msgid "More actions..."
 msgstr "Więcej działań..."
 
-#: classes/pref/feeds.php:1252
+#: classes/pref/feeds.php:1278
 msgid "Manual purge"
 msgstr "Czyszczenie ręczne"
 
-#: classes/pref/feeds.php:1256
+#: classes/pref/feeds.php:1282
 msgid "Clear feed data"
 msgstr "Wyczyść dane kanału"
 
-#: classes/pref/feeds.php:1307
+#: classes/pref/feeds.php:1333
 msgid "OPML"
 msgstr "OPML"
 
-#: classes/pref/feeds.php:1309
+#: classes/pref/feeds.php:1335
 msgid ""
 "Using OPML you can export and import your feeds, filters, labels and Tiny "
 "Tiny RSS settings."
@@ -2326,27 +2329,27 @@ msgstr ""
 "Korzystając z OPML możesz eksportować i importować kanały, filtry, etykiety "
 "i ustawienia Tiny Tiny RSS."
 
-#: classes/pref/feeds.php:1311
+#: classes/pref/feeds.php:1337
 msgid "Only main settings profile can be migrated using OPML."
 msgstr "Tylko główne ustawienia profilu mogą być migrowane korzystając z OPML."
 
-#: classes/pref/feeds.php:1324
+#: classes/pref/feeds.php:1350
 msgid "Import my OPML"
 msgstr "Importuj mój OPML"
 
-#: classes/pref/feeds.php:1328
+#: classes/pref/feeds.php:1354
 msgid "Filename:"
 msgstr "Nazwa pliku:"
 
-#: classes/pref/feeds.php:1330
+#: classes/pref/feeds.php:1356
 msgid "Include settings"
 msgstr "Załącz ustawienia"
 
-#: classes/pref/feeds.php:1334
+#: classes/pref/feeds.php:1360
 msgid "Export OPML"
 msgstr "Eksportuj OPML"
 
-#: classes/pref/feeds.php:1338
+#: classes/pref/feeds.php:1364
 msgid ""
 "Your OPML can be published publicly and can be subscribed by anyone who "
 "knows the URL below."
@@ -2354,7 +2357,7 @@ msgstr ""
 "Twój OPML może zostać opublikowany i być prenumerowany przez każdego kto zna "
 "poniższy adres."
 
-#: classes/pref/feeds.php:1340
+#: classes/pref/feeds.php:1366
 msgid ""
 "Published OPML does not include your Tiny Tiny RSS settings, feeds that "
 "require authentication or feeds hidden from Popular feeds."
@@ -2363,15 +2366,15 @@ msgstr ""
 "wymagających uwierzytelniania i kanałów ukrytych przed umieszczeniem w "
 "Popularnych kanałach."
 
-#: classes/pref/feeds.php:1343
+#: classes/pref/feeds.php:1369
 msgid "Display published OPML URL"
 msgstr "Wyświetl opublikowany adres OPML"
 
-#: classes/pref/feeds.php:1353
+#: classes/pref/feeds.php:1379
 msgid "Firefox integration"
 msgstr "Integracja z Firefoxem"
 
-#: classes/pref/feeds.php:1355
+#: classes/pref/feeds.php:1381
 msgid ""
 "This Tiny Tiny RSS site can be used as a Firefox Feed Reader by clicking the "
 "link below."
@@ -2379,19 +2382,19 @@ msgstr ""
 "Tiny Tiny RSS może być ustawiona jako domyślny czytnik kanałów w Firefoxie "
 "poprzez kliknięcie odnośnika poniżej."
 
-#: classes/pref/feeds.php:1362
+#: classes/pref/feeds.php:1388
 msgid "Click here to register this site as a feed reader."
 msgstr "Kliknij tutaj aby ustawić tę stronę jako czytnik kanałów."
 
-#: classes/pref/feeds.php:1370
+#: classes/pref/feeds.php:1396
 msgid "Published & shared articles / Generated feeds"
 msgstr "Opublikowane i udostępnione artykuły / Wygenerowane kanały"
 
-#: classes/pref/feeds.php:1372
+#: classes/pref/feeds.php:1398
 msgid "Published articles and generated feeds"
 msgstr "Opublikowane artykuły i wygenerowane kanały"
 
-#: classes/pref/feeds.php:1374
+#: classes/pref/feeds.php:1400
 msgid ""
 "Published articles are exported as a public RSS feed and can be subscribed "
 "by anyone who knows the URL specified below."
@@ -2399,29 +2402,29 @@ msgstr ""
 "Opublikowane artykuły są eksportowane jako publiczny kanał RSS i mogą być "
 "prenumerowane przez każdego kto zna adres podany poniżej."
 
-#: classes/pref/feeds.php:1380
+#: classes/pref/feeds.php:1406
 msgid "Display URL"
 msgstr "Wyświetl adres"
 
-#: classes/pref/feeds.php:1383
+#: classes/pref/feeds.php:1409
 msgid "Clear all generated URLs"
 msgstr "Wyczyść wszystkie wygenerowane adresy"
 
-#: classes/pref/feeds.php:1385
+#: classes/pref/feeds.php:1411
 msgid "Articles shared by URL"
 msgstr "Wszystkie artykuły udostępnione przez adresy"
 
-#: classes/pref/feeds.php:1387
+#: classes/pref/feeds.php:1413
 msgid "You can disable all articles shared by unique URLs here."
 msgstr ""
 "Możesz wyłączyć wszystkie unikalne adresy prowadzące do udostępnionych "
 "artykułów."
 
-#: classes/pref/feeds.php:1390
+#: classes/pref/feeds.php:1416
 msgid "Unshare all articles"
 msgstr "Zakończ udostępnianie wszystkich artykułów"
 
-#: classes/pref/feeds.php:1468
+#: classes/pref/feeds.php:1494
 msgid ""
 "These feeds have not been updated with new content for 3 months (oldest "
 "first):"
@@ -2429,15 +2432,15 @@ msgstr ""
 "Niniejsze kanały nie zostały uaktualnione przez 3 miesiące (najstarsze "
 "pierwsze):"
 
-#: classes/pref/feeds.php:1505 classes/pref/feeds.php:1574
+#: classes/pref/feeds.php:1531 classes/pref/feeds.php:1600
 msgid "Click to edit feed"
 msgstr "Kliknij aby edytować kanał"
 
-#: classes/pref/feeds.php:1523 classes/pref/feeds.php:1594
+#: classes/pref/feeds.php:1549 classes/pref/feeds.php:1620
 msgid "Unsubscribe from selected feeds"
 msgstr "Zakończ prenumeratę wybranych kanałów:"
 
-#: classes/pref/feeds.php:1534
+#: classes/pref/feeds.php:1560
 msgid "These feeds have not been updated because of errors:"
 msgstr "Te kanały nie zostały uaktualnione ponieważ wystąpiły błędy:"
 
@@ -2468,6 +2471,10 @@ msgstr "Cześć,"
 msgid "Regular version"
 msgstr "Wersja standardowa"
 
+#: plugins/close_button/init.php:24
+msgid "Close article"
+msgstr "Zamknij artykuł"
+
 #: plugins/nsfw/init.php:32 plugins/nsfw/init.php:43
 msgid "Not work safe (click to toggle)"
 msgstr ""
@@ -2502,6 +2509,34 @@ msgstr "Hasło zostało zmienione."
 msgid "Old password is incorrect."
 msgstr "Nieprawidłowe stare hasło."
 
+#: plugins/mailto/init.php:52 plugins/mailto/init.php:58
+#: plugins/mail/init.php:71 plugins/mail/init.php:77
+msgid "[Forwarded]"
+msgstr "[Przekazane]"
+
+#: plugins/mailto/init.php:52 plugins/mail/init.php:71
+msgid "Multiple articles"
+msgstr "Wiele artykułów"
+
+#: plugins/mailto/init.php:74
+msgid "Clicking the following link to invoke your mail client:"
+msgstr ""
+
+#: plugins/mailto/init.php:78
+#, fuzzy
+msgid "Forward selected article(s) by email."
+msgstr "Prześlij artykuł emailem"
+
+#: plugins/mailto/init.php:81
+msgid ""
+"You should be able to edit the message before sending in your mail client."
+msgstr ""
+
+#: plugins/mailto/init.php:86
+#, fuzzy
+msgid "Close this dialog"
+msgstr "Zamknij ten panel"
+
 #: plugins/bookmarklets/init.php:22
 msgid "Bookmarklets"
 msgstr ""
@@ -2586,27 +2621,19 @@ msgstr ""
 "parametru upload_max_filesize\n"
 "(maksymalny rozmiar przesyłanego pliku) w PHP.ini (obecna wartość = %s)"
 
-#: plugins/mail/init.php:72 plugins/mail/init.php:78
-msgid "[Forwarded]"
-msgstr "[Przekazane]"
-
-#: plugins/mail/init.php:72
-msgid "Multiple articles"
-msgstr "Wiele artykułów"
-
-#: plugins/mail/init.php:93
+#: plugins/mail/init.php:92
 msgid "From:"
 msgstr "Od:"
 
-#: plugins/mail/init.php:102
+#: plugins/mail/init.php:101
 msgid "To:"
 msgstr "Do:"
 
-#: plugins/mail/init.php:115
+#: plugins/mail/init.php:114
 msgid "Subject:"
 msgstr "Temat:"
 
-#: plugins/mail/init.php:131
+#: plugins/mail/init.php:130
 msgid "Send e-mail"
 msgstr "Wyślij email"
 
@@ -2691,17 +2718,17 @@ msgstr "Oznacz artykuł gwiazdką"
 msgid "Share on Google+"
 msgstr "Udostępnij na Twitterze"
 
-#: plugins/updater/init.php:294 plugins/updater/init.php:306
+#: plugins/updater/init.php:295 plugins/updater/init.php:307
 #: plugins/updater/updater.js:10
 msgid "Update Tiny Tiny RSS"
 msgstr "Aktualizuj Tiny Tiny RSS"
 
-#: plugins/updater/init.php:309
+#: plugins/updater/init.php:310
 #, fuzzy
 msgid "Your Tiny Tiny RSS installation is up to date."
 msgstr "Schemat bazy danych Tiny Tiny RSS jest aktualny."
 
-#: plugins/updater/init.php:319
+#: plugins/updater/init.php:320
 #, fuzzy
 msgid ""
 "Do not close this dialog until updating is finished. Backup your tt-rss "
@@ -2711,12 +2738,12 @@ msgstr ""
 "kopię swojego katalogu tt-rss przed kontynuowaniem. Wpisz 'yes' aby "
 "kontynuować."
 
-#: plugins/updater/init.php:322
+#: plugins/updater/init.php:323
 #, fuzzy
 msgid "Ready to update."
 msgstr "Ostatnia aktualizacja:"
 
-#: plugins/updater/init.php:327
+#: plugins/updater/init.php:328
 #, fuzzy
 msgid "Start update"
 msgstr "Ostatnia aktualizacja:"
@@ -2726,11 +2753,11 @@ msgstr "Ostatnia aktualizacja:"
 msgid "Share on Twitter"
 msgstr "Udostępnij na Twitterze"
 
-#: js/feedlist.js:218
+#: js/feedlist.js:215
 msgid "New articles available in this feed (click to show)"
 msgstr "Nowe artykuły dostępne na tym kanale (kliknij aby wyświetlić)"
 
-#: js/feedlist.js:420 js/feedlist.js:435 plugins/digest/digest.js:25
+#: js/feedlist.js:417 js/feedlist.js:432 plugins/digest/digest.js:25
 msgid "Mark all articles in %s as read?"
 msgstr "Oznaczyć wszystkie artykuły w %s jako przeczytane?"
 
@@ -2815,7 +2842,7 @@ msgstr ""
 "Zresetować prenumeraty? Tiny Tiny RSS spróbuje zaprenumerować powiadomienia "
 "przy następnej aktualizacji."
 
-#: js/functions.js:1266 js/tt-rss.js:367
+#: js/functions.js:1266 js/tt-rss.js:369
 msgid "Unsubscribe from %s?"
 msgstr "Zakończyć prenumeratę %s?"
 
@@ -2827,7 +2854,7 @@ msgstr "Wprowadź tytuł kategorii:"
 msgid "Generate new syndication address for this feed?"
 msgstr "Wygenerowań nowy adres do dzielenia się tym kanałem?"
 
-#: js/functions.js:1597 js/tt-rss.js:348 js/tt-rss.js:713
+#: js/functions.js:1597 js/tt-rss.js:350 js/tt-rss.js:729
 msgid "You can't edit this kind of feed."
 msgstr "Nie możesz edytować kanału tego typu."
 
@@ -2840,8 +2867,8 @@ msgid "More Feeds"
 msgstr "Więcej kanałów"
 
 #: js/functions.js:1711 js/functions.js:1821 js/prefs.js:397 js/prefs.js:427
-#: js/prefs.js:459 js/prefs.js:642 js/prefs.js:662 js/prefs.js:1203
-#: js/prefs.js:1348
+#: js/prefs.js:459 js/prefs.js:642 js/prefs.js:662 js/prefs.js:1210
+#: js/prefs.js:1355
 msgid "No feeds are selected."
 msgstr "Nie wybrano żadnego kanału."
 
@@ -2857,7 +2884,7 @@ msgstr ""
 msgid "Feeds with update errors"
 msgstr "Kanały z błędami aktualizacji"
 
-#: js/functions.js:1803 js/prefs.js:1185
+#: js/functions.js:1803 js/prefs.js:1192
 msgid "Remove selected feeds?"
 msgstr "Usunąć wybrane kanały?"
 
@@ -2897,7 +2924,7 @@ msgstr "Usunąć filtr?"
 msgid "Remove selected labels?"
 msgstr "Usunąć wybrane etykiety?"
 
-#: js/prefs.js:295 js/prefs.js:1389
+#: js/prefs.js:295 js/prefs.js:1396
 msgid "No labels are selected."
 msgstr "Nie wybrano żadnych etykiet."
 
@@ -2967,108 +2994,108 @@ msgstr "Edytuj wiele kanałów"
 msgid "Save changes to selected feeds?"
 msgstr "Zapisać zmiany w wybranych kanałach?"
 
-#: js/prefs.js:790
+#: js/prefs.js:797
 msgid "OPML Import"
 msgstr "Import OPML"
 
-#: js/prefs.js:817
+#: js/prefs.js:824
 msgid "Please choose an OPML file first."
 msgstr "Najpierw wybierz plik OPML."
 
-#: js/prefs.js:973
+#: js/prefs.js:980
 msgid "Reset to defaults?"
 msgstr "Przywrócić ustawienia domyślne?"
 
-#: js/prefs.js:1092
+#: js/prefs.js:1099
 msgid ""
 "Remove category %s? Any nested feeds would be placed into Uncategorized."
 msgstr ""
 "Usunąć kategorię %s? Wszystkie zagnieżdżone kanały zostaną umieszczone w Bez "
 "kategorii."
 
-#: js/prefs.js:1119
+#: js/prefs.js:1126
 msgid "Remove selected categories?"
 msgstr "Usunąć wybrane kategorię?"
 
-#: js/prefs.js:1135
+#: js/prefs.js:1142
 msgid "No categories are selected."
 msgstr "Nie wybrano żadnej kategorii."
 
-#: js/prefs.js:1143
+#: js/prefs.js:1150
 msgid "Category title:"
 msgstr "Tytuł kategorii:"
 
-#: js/prefs.js:1174
+#: js/prefs.js:1181
 msgid "Feeds without recent updates"
 msgstr "Kanały nieaktualizowane ostatnio"
 
-#: js/prefs.js:1223
+#: js/prefs.js:1230
 msgid "Replace current OPML publishing address with a new one?"
 msgstr "Zastąpić obecny adres publikacji OPML nowym adresem?"
 
-#: js/prefs.js:1332
+#: js/prefs.js:1339
 msgid "Rescore articles in selected feeds?"
 msgstr "Przeliczyć punktację w wybranych kanałach?"
 
-#: js/prefs.js:1355
+#: js/prefs.js:1362
 msgid "Rescore all articles? This operation may take a lot of time."
 msgstr ""
 "Przeliczyć punktację wszystkich artykułów? Ta czynność może zająć dużo czasu."
 
-#: js/prefs.js:1375
+#: js/prefs.js:1382
 msgid "Reset selected labels to default colors?"
 msgstr "Przywrócić domyślne kolory wybranym etykietom?"
 
-#: js/prefs.js:1412
+#: js/prefs.js:1419
 msgid "Settings Profiles"
 msgstr "Profile ustawień"
 
-#: js/prefs.js:1421
+#: js/prefs.js:1428
 msgid ""
 "Remove selected profiles? Active and default profiles will not be removed."
 msgstr ""
 "Usunąć wybrane profile? Aktywne i domyślne profile nie zostaną usunięte."
 
-#: js/prefs.js:1439
+#: js/prefs.js:1446
 msgid "No profiles are selected."
 msgstr "Nie wybrano żadnych profili."
 
-#: js/prefs.js:1447 js/prefs.js:1500
+#: js/prefs.js:1454 js/prefs.js:1507
 msgid "Activate selected profile?"
 msgstr "Uaktywnić wybrany profil?"
 
-#: js/prefs.js:1463 js/prefs.js:1516
+#: js/prefs.js:1470 js/prefs.js:1523
 msgid "Please choose a profile to activate."
 msgstr "Wybierz profil do uaktywnienia."
 
-#: js/prefs.js:1524
+#: js/prefs.js:1531
 msgid "This will invalidate all previously generated feed URLs. Continue?"
 msgstr ""
 "Operacja spowoduje unieważnienie wszystkich poprzednio wygenerowanych "
 "adresów kanałów. Kontynuować?"
 
-#: js/prefs.js:1543
+#: js/prefs.js:1550
 msgid "This will invalidate all previously shared article URLs. Continue?"
 msgstr ""
 "Operacja spowoduje unieważnienie adresów wszystkich poprzednio "
 "udostępnionych artykułów. Kontynuować?"
 
-#: js/prefs.js:1641
+#: js/prefs.js:1648
 msgid "Label Editor"
 msgstr "Edytor etykiet"
 
-#: js/prefs.js:1704
+#: js/prefs.js:1711
 msgid ""
 "This will clear your stored authentication information for Twitter. Continue?"
 msgstr ""
 "Operacja spowoduje usunięcie zapisanych danych uwierzytelniania w usłudze "
 "Twitter. Kontynuować?"
 
-#: js/prefs.js:1784
+#: js/prefs.js:1791
 msgid "Subscribing to feeds..."
 msgstr "Prenumerowanie kanałów..."
 
-#: js/prefs.js:1821
+#: js/prefs.js:1828
 msgid "Clear stored data for this plugin?"
 msgstr ""
 
@@ -3076,28 +3103,28 @@ msgstr ""
 msgid "Mark all articles as read?"
 msgstr "Oznaczyć wszystkie artykuły jako przeczytane?"
 
-#: js/tt-rss.js:356
+#: js/tt-rss.js:358
 msgid "You can't unsubscribe from the category."
 msgstr "Nie możesz zrezygnować z prenumeraty tej kategorii."
 
-#: js/tt-rss.js:361 js/tt-rss.js:511
+#: js/tt-rss.js:363 js/tt-rss.js:513
 msgid "Please select some feed first."
 msgstr "Wybierz najpierw jakiś kanał."
 
-#: js/tt-rss.js:506
+#: js/tt-rss.js:508
 msgid "You can't rescore this kind of feed."
 msgstr "Nie możesz przeliczyć punktacji kanału tego rodzaju."
 
-#: js/tt-rss.js:516
+#: js/tt-rss.js:518
 msgid "Rescore articles in %s?"
 msgstr "Przeliczyć punktację artykułów w %s?"
 
-#: js/tt-rss.js:672
+#: js/tt-rss.js:688
 #, fuzzy
 msgid "Please enable mail plugin first."
 msgstr "Wybierz najpierw jakiś kanał."
 
-#: js/tt-rss.js:834
+#: js/tt-rss.js:850
 msgid "New version available!"
 msgstr "Dostępna jest nowa wersja!"
 
@@ -3121,74 +3148,75 @@ msgstr "Oznacz artykuł gwiazdką"
 msgid "Unpublish article"
 msgstr "Anuluj publikacje artykułu"
 
-#: js/viewfeed.js:674 js/viewfeed.js:702 js/viewfeed.js:729 js/viewfeed.js:791
-#: js/viewfeed.js:823 js/viewfeed.js:960 js/viewfeed.js:1003
-#: js/viewfeed.js:1053 js/viewfeed.js:1927 plugins/mail/mail.js:7
+#: js/viewfeed.js:681 js/viewfeed.js:709 js/viewfeed.js:736 js/viewfeed.js:798
+#: js/viewfeed.js:830 js/viewfeed.js:967 js/viewfeed.js:1010
+#: js/viewfeed.js:1060 js/viewfeed.js:1987 plugins/mailto/init.js:7
+#: plugins/mail/mail.js:7
 msgid "No articles are selected."
 msgstr "Nie wybrano żadnych artykułów"
 
-#: js/viewfeed.js:940
+#: js/viewfeed.js:947
 msgid "Mark all visible articles in %s as read?"
 msgstr "Oznaczyć wszystkie widoczne artykuły z %s jako przeczytane?"
 
-#: js/viewfeed.js:968
+#: js/viewfeed.js:975
 msgid "Delete %d selected articles in %s?"
 msgstr "Usunąć %d zaznaczonych artykułów z %s?"
 
-#: js/viewfeed.js:970
+#: js/viewfeed.js:977
 msgid "Delete %d selected articles?"
 msgstr "Usunąć %d zaznaczonych artykułów?"
 
-#: js/viewfeed.js:1012
+#: js/viewfeed.js:1019
 msgid "Archive %d selected articles in %s?"
 msgstr "Zarchiwizować %d zaznaczonych artykułów z %s?"
 
-#: js/viewfeed.js:1015
+#: js/viewfeed.js:1022
 msgid "Move %d archived articles back?"
 msgstr "Przywrócić %d zarchiwizowanych artykułów?"
 
-#: js/viewfeed.js:1059
+#: js/viewfeed.js:1066
 msgid "Mark %d selected articles in %s as read?"
 msgstr "Oznaczyć %d wybranych artykułów z %s jako przeczytane?"
 
-#: js/viewfeed.js:1083
+#: js/viewfeed.js:1090
 msgid "Edit article Tags"
 msgstr "Edytuj tagi artykułu"
 
-#: js/viewfeed.js:1252
+#: js/viewfeed.js:1259
 msgid "No article is selected."
 msgstr "Nie wybrano żadnego artykułu."
 
-#: js/viewfeed.js:1287
+#: js/viewfeed.js:1294
 msgid "No articles found to mark"
 msgstr "Nie znaleziono artykułów do oznaczenia"
 
-#: js/viewfeed.js:1289
+#: js/viewfeed.js:1296
 msgid "Mark %d article(s) as read?"
 msgstr "Oznaczyć %d artykuły(ów) jako przeczytane?"
 
-#: js/viewfeed.js:1744
+#: js/viewfeed.js:1804
 msgid "Open original article"
 msgstr "Otwórz oryginalny artykuł"
 
-#: js/viewfeed.js:1814
+#: js/viewfeed.js:1874
 msgid "Remove label"
 msgstr "Usuń etykietę"
 
-#: js/viewfeed.js:1838
+#: js/viewfeed.js:1898
 msgid "Playing..."
 msgstr "Odtwarzam..."
 
-#: js/viewfeed.js:1839
+#: js/viewfeed.js:1899
 msgid "Click to pause"
 msgstr "Kliknij aby zapauzować"
 
-#: js/viewfeed.js:1896
+#: js/viewfeed.js:1956
 #, fuzzy
 msgid "Please enter new score for selected articles:"
 msgstr "Usunąć %d zaznaczonych artykułów?"
 
-#: js/viewfeed.js:1938
+#: js/viewfeed.js:1998
 #, fuzzy
 msgid "Please enter new score for this article:"
 msgstr "Wprowadź tytuł kategorii:"
@@ -3217,6 +3245,10 @@ msgstr "Brak nieprzeczytanych kanałów."
 msgid "Load more..."
 msgstr "Wczytaj więcej..."
 
+#: plugins/mailto/init.js:21 plugins/mail/mail.js:21
+msgid "Forward article by email"
+msgstr "Prześlij artykuł emailem"
+
 #: plugins/import_export/import_export.js:13
 msgid "Export Data"
 msgstr "Eksportuj dane"
@@ -3237,10 +3269,6 @@ msgstr "Importuj dane"
 msgid "Please choose the file first."
 msgstr "Najpierw wybierz plik."
 
-#: plugins/mail/mail.js:21
-msgid "Forward article by email"
-msgstr "Prześlij artykuł emailem"
-
 #: plugins/instances/instances.js:10
 msgid "Link Instance"
 msgstr "Połącz instancję"
@@ -3274,6 +3302,12 @@ msgstr ""
 "kopię swojego katalogu tt-rss przed kontynuowaniem. Wpisz 'yes' aby "
 "kontynuować."
 
+#~ msgid "Yes"
+#~ msgstr "Tak"
+
+#~ msgid "No"
+#~ msgstr "Nie"
+
 #~ msgid "Comments?"
 #~ msgstr "Komentarze?"
 
@@ -3400,9 +3434,6 @@ msgstr ""
 #~ msgid "Original article"
 #~ msgstr "Artykuł oryginalny"
 
-#~ msgid "Close this panel"
-#~ msgstr "Zamknij ten panel"
-
 #~ msgid "Update feed"
 #~ msgstr "Uaktualnij kanał"
 
index 558917645195ae2bdcf05c1c0cb2a42f78c824f2..4398c14b49e04c2927b535df51eb50b79afc9872 100644 (file)
Binary files a/locale/pt_BR/LC_MESSAGES/messages.mo and b/locale/pt_BR/LC_MESSAGES/messages.mo differ
index 0eaea095d3e1a842bac5dc12d6edf858e5d8c1de..14f43bafb0d787d3b6a9d86cdfaf7dd788dbee22 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: tt-rss 1.2.14.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-03-19 10:14+0400\n"
+"POT-Creation-Date: 2013-03-20 15:53+0400\n"
 "PO-Revision-Date: 2007-10-24 00:47-0200\n"
 "Last-Translator: Marcelo Jorge VIeira (metal) <metal@alucinados.com>\n"
 "Language-Team: Portuguese/Brazil\n"
@@ -246,8 +246,8 @@ msgstr ""
 
 #: index.php:117 index.php:147 index.php:252 prefs.php:79
 #: classes/backend.php:5 classes/pref/labels.php:296
-#: classes/pref/filters.php:609 classes/pref/feeds.php:1270
-#: plugins/digest/digest_body.php:45 js/viewfeed.js:1174
+#: classes/pref/filters.php:609 classes/pref/feeds.php:1296
+#: plugins/digest/digest_body.php:45 js/viewfeed.js:1181
 msgid "Loading, please wait..."
 msgstr ""
 
@@ -277,11 +277,11 @@ msgstr ""
 msgid "All Articles"
 msgstr ""
 
-#: index.php:169 include/functions.php:1912 classes/feeds.php:106
+#: index.php:169 include/functions.php:1915 classes/feeds.php:106
 msgid "Starred"
 msgstr "Favoritos"
 
-#: index.php:170 include/functions.php:1913 classes/feeds.php:107
+#: index.php:170 include/functions.php:1916 classes/feeds.php:107
 msgid "Published"
 msgstr "Publicado"
 
@@ -319,13 +319,14 @@ msgstr "Título"
 msgid "Score"
 msgstr ""
 
-#: index.php:187 classes/pref/feeds.php:535 classes/pref/feeds.php:746
+#: index.php:187 classes/pref/feeds.php:535 classes/pref/feeds.php:758
 msgid "Update"
 msgstr "Atualizar"
 
-#: index.php:191 index.php:221 include/functions.php:1903
-#: include/localized_schema.php:10 classes/feeds.php:111 classes/feeds.php:131
-#: js/FeedTree.js:128 js/FeedTree.js:156 plugins/digest/digest.js:630
+#: index.php:191 index.php:221 include/functions.php:1906
+#: include/localized_schema.php:10 classes/feeds.php:111 classes/feeds.php:136
+#: classes/feeds.php:410 js/FeedTree.js:128 js/FeedTree.js:156
+#: plugins/digest/digest.js:630
 msgid "Mark as read"
 msgstr "Marcar como lido"
 
@@ -361,7 +362,7 @@ msgstr "Editar"
 msgid "Rescore feed"
 msgstr "Removendo o Feed..."
 
-#: index.php:219 classes/pref/feeds.php:672 classes/pref/feeds.php:1243
+#: index.php:219 classes/pref/feeds.php:684 classes/pref/feeds.php:1269
 #: js/PrefFeedTree.js:73
 msgid "Unsubscribe"
 msgstr ""
@@ -387,7 +388,7 @@ msgstr ""
 msgid "Show tag cloud..."
 msgstr "núvem de tags"
 
-#: index.php:229 include/functions.php:1890
+#: index.php:229 include/functions.php:1893
 #, fuzzy
 msgid "Toggle widescreen mode"
 msgstr "Remover as categorias selecionadas?"
@@ -416,8 +417,8 @@ msgstr "&nbsp;&nbsp;Criar filtro"
 msgid "Logout"
 msgstr "Sair"
 
-#: prefs.php:28 prefs.php:99 include/functions.php:1915
-#: classes/pref/prefs.php:371
+#: prefs.php:28 prefs.php:99 include/functions.php:1918
+#: classes/pref/prefs.php:377
 msgid "Preferences"
 msgstr "Preferências"
 
@@ -430,8 +431,8 @@ msgstr "&nbsp;&nbsp;Criar filtro"
 msgid "Exit preferences"
 msgstr "Sair das preferências"
 
-#: prefs.php:102 classes/pref/feeds.php:100 classes/pref/feeds.php:1148
-#: classes/pref/feeds.php:1211
+#: prefs.php:102 classes/pref/feeds.php:100 classes/pref/feeds.php:1174
+#: classes/pref/feeds.php:1237
 #, fuzzy
 msgid "Feeds"
 msgstr "Feed"
@@ -441,8 +442,8 @@ msgstr "Feed"
 msgid "Filters"
 msgstr "Arquivo:"
 
-#: prefs.php:108 mobile/mobile-functions.php:205 include/functions.php:1118
-#: include/functions.php:1739 classes/pref/labels.php:90
+#: prefs.php:108 mobile/mobile-functions.php:205 include/functions.php:1121
+#: include/functions.php:1742 classes/pref/labels.php:90
 msgid "Labels"
 msgstr ""
 
@@ -539,8 +540,8 @@ msgstr ""
 msgid "Home"
 msgstr ""
 
-#: mobile/mobile-functions.php:178 include/functions.php:1116
-#: include/functions.php:1737
+#: mobile/mobile-functions.php:178 include/functions.php:1119
+#: include/functions.php:1740
 msgid "Special"
 msgstr "Especial"
 
@@ -584,9 +585,9 @@ msgstr ""
 msgid "Reverse headline order (oldest first)"
 msgstr ""
 
-#: include/digest.php:131 include/functions.php:1127
-#: include/functions.php:1640 include/functions.php:1725
-#: include/functions.php:1747 classes/opml.php:416 classes/pref/feeds.php:188
+#: include/digest.php:131 include/functions.php:1130
+#: include/functions.php:1643 include/functions.php:1728
+#: include/functions.php:1750 classes/opml.php:416 classes/pref/feeds.php:188
 msgid "Uncategorized"
 msgstr "Não Categorizado"
 
@@ -600,329 +601,329 @@ msgstr "Favoritos"
 msgid "No feeds found."
 msgstr "Sem Feeds para exibir."
 
-#: include/functions.php:698
+#: include/functions.php:701
 msgid "Session failed to validate (incorrect IP)"
 msgstr ""
 
-#: include/functions.php:1589 classes/dlg.php:371 classes/pref/filters.php:368
+#: include/functions.php:1592 classes/dlg.php:371 classes/pref/filters.php:368
 msgid "All feeds"
 msgstr "Todos os feeds"
 
-#: include/functions.php:1790
+#: include/functions.php:1793
 msgid "Starred articles"
 msgstr ""
 
-#: include/functions.php:1792
+#: include/functions.php:1795
 msgid "Published articles"
 msgstr ""
 
-#: include/functions.php:1794
+#: include/functions.php:1797
 msgid "Fresh articles"
 msgstr ""
 
-#: include/functions.php:1796 include/functions.php:1910
+#: include/functions.php:1799 include/functions.php:1913
 #, fuzzy
 msgid "All articles"
 msgstr "Favoritos"
 
-#: include/functions.php:1798
+#: include/functions.php:1801
 #, fuzzy
 msgid "Archived articles"
 msgstr "Favoritos"
 
-#: include/functions.php:1800
+#: include/functions.php:1803
 msgid "Recently read"
 msgstr ""
 
-#: include/functions.php:1867
+#: include/functions.php:1870
 #, fuzzy
 msgid "Navigation"
 msgstr "Salvar configuração"
 
-#: include/functions.php:1868
+#: include/functions.php:1871
 msgid "Open next feed"
 msgstr ""
 
-#: include/functions.php:1869
+#: include/functions.php:1872
 msgid "Open previous feed"
 msgstr ""
 
-#: include/functions.php:1870
+#: include/functions.php:1873
 #, fuzzy
 msgid "Open next article"
 msgstr "Favoritos"
 
-#: include/functions.php:1871
+#: include/functions.php:1874
 #, fuzzy
 msgid "Open previous article"
 msgstr "Favoritos"
 
-#: include/functions.php:1872
+#: include/functions.php:1875
 msgid "Open next article (don't scroll long articles)"
 msgstr ""
 
-#: include/functions.php:1873
+#: include/functions.php:1876
 msgid "Open previous article (don't scroll long articles)"
 msgstr ""
 
-#: include/functions.php:1874
+#: include/functions.php:1877
 #, fuzzy
 msgid "Show search dialog"
 msgstr "Favoritos"
 
-#: include/functions.php:1875
+#: include/functions.php:1878
 #, fuzzy
 msgid "Article"
 msgstr "Feed não encontrado."
 
-#: include/functions.php:1876
+#: include/functions.php:1879
 #, fuzzy
 msgid "Toggle starred"
 msgstr "Marcar como favorito"
 
-#: include/functions.php:1877
+#: include/functions.php:1880
 #, fuzzy
 msgid "Toggle published"
 msgstr "Publicado"
 
-#: include/functions.php:1878
+#: include/functions.php:1881
 msgid "Toggle unread"
 msgstr ""
 
-#: include/functions.php:1879
+#: include/functions.php:1882
 #, fuzzy
 msgid "Edit tags"
 msgstr "Editar Tags"
 
-#: include/functions.php:1880
+#: include/functions.php:1883
 #, fuzzy
 msgid "Dismiss selected"
 msgstr "Remover os filtros selecionados?"
 
-#: include/functions.php:1881
+#: include/functions.php:1884
 #, fuzzy
 msgid "Dismiss read"
 msgstr "Favoritos"
 
-#: include/functions.php:1882
+#: include/functions.php:1885
 msgid "Open in new window"
 msgstr ""
 
-#: include/functions.php:1883 js/viewfeed.js:1758
+#: include/functions.php:1886 js/viewfeed.js:1818
 #, fuzzy
 msgid "Mark below as read"
 msgstr "Marcar como lido"
 
-#: include/functions.php:1884 js/viewfeed.js:1752
+#: include/functions.php:1887 js/viewfeed.js:1812
 #, fuzzy
 msgid "Mark above as read"
 msgstr "Marcar como lido"
 
-#: include/functions.php:1885
+#: include/functions.php:1888
 msgid "Scroll down"
 msgstr ""
 
-#: include/functions.php:1886
+#: include/functions.php:1889
 msgid "Scroll up"
 msgstr ""
 
-#: include/functions.php:1887
+#: include/functions.php:1890
 #, fuzzy
 msgid "Select article under cursor"
 msgstr "Favoritos"
 
-#: include/functions.php:1888
+#: include/functions.php:1891
 #, fuzzy
 msgid "Email article"
 msgstr "Favoritos"
 
-#: include/functions.php:1889 plugins/close_button/init.php:24
+#: include/functions.php:1892
 #, fuzzy
-msgid "Close article"
+msgid "Close/collapse article"
 msgstr "Favoritos"
 
-#: include/functions.php:1891
+#: include/functions.php:1894
 #, fuzzy
 msgid "Article selection"
 msgstr "Favoritos"
 
-#: include/functions.php:1892
+#: include/functions.php:1895
 #, fuzzy
 msgid "Select all articles"
 msgstr "Favoritos"
 
-#: include/functions.php:1893
+#: include/functions.php:1896
 #, fuzzy
 msgid "Select unread"
 msgstr "Favoritos"
 
-#: include/functions.php:1894
+#: include/functions.php:1897
 #, fuzzy
 msgid "Select starred"
 msgstr "Marcar como favorito"
 
-#: include/functions.php:1895
+#: include/functions.php:1898
 #, fuzzy
 msgid "Select published"
 msgstr "Favoritos"
 
-#: include/functions.php:1896
+#: include/functions.php:1899
 #, fuzzy
 msgid "Invert selection"
 msgstr "Favoritos"
 
-#: include/functions.php:1897
+#: include/functions.php:1900
 #, fuzzy
 msgid "Deselect everything"
 msgstr "Favoritos"
 
-#: include/functions.php:1898 classes/pref/feeds.php:488
-#: classes/pref/feeds.php:707
+#: include/functions.php:1901 classes/pref/feeds.php:488
+#: classes/pref/feeds.php:719
 msgid "Feed"
 msgstr "Feed"
 
-#: include/functions.php:1899
+#: include/functions.php:1902
 #, fuzzy
 msgid "Refresh current feed"
 msgstr "Favoritos"
 
-#: include/functions.php:1900
+#: include/functions.php:1903
 #, fuzzy
 msgid "Un/hide read feeds"
 msgstr "Favoritos"
 
-#: include/functions.php:1901 classes/pref/feeds.php:1214
+#: include/functions.php:1904 classes/pref/feeds.php:1240
 msgid "Subscribe to feed"
 msgstr ""
 
-#: include/functions.php:1902 js/FeedTree.js:135 js/PrefFeedTree.js:67
+#: include/functions.php:1905 js/FeedTree.js:135 js/PrefFeedTree.js:67
 #, fuzzy
 msgid "Edit feed"
 msgstr "Editar"
 
-#: include/functions.php:1904
+#: include/functions.php:1907
 #, fuzzy
 msgid "Reverse headlines"
 msgstr "Remover as categorias selecionadas?"
 
-#: include/functions.php:1905
+#: include/functions.php:1908
 #, fuzzy
 msgid "Debug feed update"
 msgstr "Desabilitar updates"
 
-#: include/functions.php:1906 js/FeedTree.js:170
+#: include/functions.php:1909 js/FeedTree.js:177
 #, fuzzy
 msgid "Mark all feeds as read"
 msgstr "Marcando todos os feeds como lidos..."
 
-#: include/functions.php:1907
+#: include/functions.php:1910
 #, fuzzy
 msgid "Un/collapse current category"
 msgstr "Salvando categoria..."
 
-#: include/functions.php:1908
+#: include/functions.php:1911
 #, fuzzy
 msgid "Toggle combined mode"
 msgstr "Remover as categorias selecionadas?"
 
-#: include/functions.php:1909
+#: include/functions.php:1912
 msgid "Go to"
 msgstr ""
 
-#: include/functions.php:1911
+#: include/functions.php:1914
 msgid "Fresh"
 msgstr ""
 
-#: include/functions.php:1914
+#: include/functions.php:1917
 msgid "Tag cloud"
 msgstr "Núvem de tags"
 
-#: include/functions.php:1916
+#: include/functions.php:1919
 #, fuzzy
 msgid "Other"
 msgstr "Onde:"
 
-#: include/functions.php:1917 classes/pref/labels.php:281
+#: include/functions.php:1920 classes/pref/labels.php:281
 msgid "Create label"
 msgstr ""
 
-#: include/functions.php:1918 classes/pref/filters.php:587
+#: include/functions.php:1921 classes/pref/filters.php:587
 msgid "Create filter"
 msgstr ""
 
-#: include/functions.php:1919
+#: include/functions.php:1922
 #, fuzzy
 msgid "Un/collapse sidebar"
 msgstr "Todos os feeds"
 
-#: include/functions.php:1920
+#: include/functions.php:1923
 #, fuzzy
 msgid "Show help dialog"
 msgstr "Favoritos"
 
-#: include/functions.php:2400
+#: include/functions.php:2405
 #, php-format
 msgid "Search results: %s"
 msgstr ""
 
-#: include/functions.php:2824 js/viewfeed.js:1845
+#: include/functions.php:2893 js/viewfeed.js:1905
 #, fuzzy
 msgid "Click to play"
 msgstr "Favoritos"
 
-#: include/functions.php:2825 js/viewfeed.js:1844
+#: include/functions.php:2894 js/viewfeed.js:1904
 msgid "Play"
 msgstr ""
 
-#: include/functions.php:2945
+#: include/functions.php:3015
 #, fuzzy
 msgid " - "
 msgstr " - por "
 
-#: include/functions.php:2967 include/functions.php:3284 classes/rpc.php:359
+#: include/functions.php:3037 include/functions.php:3354 classes/rpc.php:360
 msgid "no tags"
 msgstr "sem tags"
 
-#: include/functions.php:2977 classes/feeds.php:645
+#: include/functions.php:3047 classes/feeds.php:656
 #, fuzzy
 msgid "Edit tags for this article"
 msgstr "Favoritos"
 
-#: include/functions.php:3006 classes/feeds.php:600
+#: include/functions.php:3076 classes/feeds.php:610
 #, fuzzy
 msgid "Originally from:"
 msgstr "Favoritos"
 
-#: include/functions.php:3019 classes/feeds.php:613 classes/pref/feeds.php:507
+#: include/functions.php:3089 classes/feeds.php:623 classes/pref/feeds.php:507
 #, fuzzy
 msgid "Feed URL"
 msgstr "Feed"
 
-#: include/functions.php:3048
+#: include/functions.php:3118
 msgid "Related"
 msgstr ""
 
-#: include/functions.php:3075 classes/dlg.php:43 classes/dlg.php:162
+#: include/functions.php:3145 classes/dlg.php:43 classes/dlg.php:162
 #: classes/dlg.php:185 classes/dlg.php:222 classes/dlg.php:508
 #: classes/dlg.php:543 classes/dlg.php:574 classes/dlg.php:608
 #: classes/dlg.php:620 classes/backend.php:105 classes/pref/users.php:106
-#: classes/pref/filters.php:108 classes/pref/feeds.php:1527
-#: classes/pref/feeds.php:1598 plugins/import_export/init.php:407
+#: classes/pref/filters.php:108 classes/pref/feeds.php:1553
+#: classes/pref/feeds.php:1624 plugins/import_export/init.php:407
 #: plugins/import_export/init.php:431 plugins/share/init.php:67
-#: plugins/updater/init.php:329
+#: plugins/updater/init.php:330
 msgid "Close this window"
 msgstr "Fechar esta janela"
 
-#: include/functions.php:3309
+#: include/functions.php:3379
 msgid "(edit note)"
 msgstr ""
 
-#: include/functions.php:3542
+#: include/functions.php:3612
 #, fuzzy
 msgid "unknown type"
 msgstr "Erro desconhecido"
 
-#: include/functions.php:3592
+#: include/functions.php:3662
 #, fuzzy
 msgid "Attachments"
 msgstr "Conteúdo"
@@ -963,7 +964,7 @@ msgstr ""
 msgid "Assign tags"
 msgstr "sem tags"
 
-#: include/localized_schema.php:14 js/viewfeed.js:1809
+#: include/localized_schema.php:14 js/viewfeed.js:1869
 msgid "Assign label"
 msgstr ""
 
@@ -1143,7 +1144,7 @@ msgstr ""
 
 #: include/localized_schema.php:57
 #, fuzzy
-msgid "Hide images in articles"
+msgid "Do not embed images in articles"
 msgstr "Favoritos"
 
 #: include/localized_schema.php:58
@@ -1154,7 +1155,7 @@ msgstr ""
 msgid "User timezone"
 msgstr ""
 
-#: include/localized_schema.php:60 js/prefs.js:1733
+#: include/localized_schema.php:60 js/prefs.js:1740
 msgid "Customize stylesheet"
 msgstr ""
 
@@ -1209,7 +1210,7 @@ msgid "Title:"
 msgstr "Título"
 
 #: classes/handler/public.php:404 classes/dlg.php:667
-#: classes/pref/feeds.php:505 classes/pref/feeds.php:722
+#: classes/pref/feeds.php:505 classes/pref/feeds.php:734
 #: plugins/instances/init.php:215
 #, fuzzy
 msgid "URL:"
@@ -1238,8 +1239,8 @@ msgstr ""
 #: classes/dlg.php:751 classes/pref/users.php:194 classes/pref/labels.php:81
 #: classes/pref/filters.php:349 classes/pref/filters.php:729
 #: classes/pref/filters.php:798 classes/pref/filters.php:865
-#: classes/pref/feeds.php:689 classes/pref/feeds.php:829
-#: plugins/mail/init.php:132 plugins/note/init.php:55
+#: classes/pref/feeds.php:701 classes/pref/feeds.php:849
+#: plugins/mail/init.php:131 plugins/note/init.php:55
 #: plugins/instances/init.php:251
 msgid "Cancel"
 msgstr "Cancelar"
@@ -1301,8 +1302,8 @@ msgstr ""
 #: classes/dlg.php:55 classes/pref/users.php:378 classes/pref/labels.php:272
 #: classes/pref/filters.php:230 classes/pref/filters.php:277
 #: classes/pref/filters.php:578 classes/pref/filters.php:657
-#: classes/pref/filters.php:684 classes/pref/feeds.php:1202
-#: classes/pref/feeds.php:1472 classes/pref/feeds.php:1541
+#: classes/pref/filters.php:684 classes/pref/feeds.php:1228
+#: classes/pref/feeds.php:1498 classes/pref/feeds.php:1567
 #: plugins/instances/init.php:287
 #, fuzzy
 msgid "Select"
@@ -1312,8 +1313,8 @@ msgstr "Selecione:"
 #: classes/pref/labels.php:275 classes/pref/filters.php:233
 #: classes/pref/filters.php:280 classes/pref/filters.php:581
 #: classes/pref/filters.php:660 classes/pref/filters.php:687
-#: classes/pref/feeds.php:1205 classes/pref/feeds.php:1475
-#: classes/pref/feeds.php:1544 plugins/instances/init.php:290
+#: classes/pref/feeds.php:1231 classes/pref/feeds.php:1501
+#: classes/pref/feeds.php:1570 plugins/instances/init.php:290
 msgid "All"
 msgstr "Todos"
 
@@ -1321,8 +1322,8 @@ msgstr "Todos"
 #: classes/pref/labels.php:277 classes/pref/filters.php:235
 #: classes/pref/filters.php:282 classes/pref/filters.php:583
 #: classes/pref/filters.php:662 classes/pref/filters.php:689
-#: classes/pref/feeds.php:1207 classes/pref/feeds.php:1477
-#: classes/pref/feeds.php:1546 plugins/instances/init.php:292
+#: classes/pref/feeds.php:1233 classes/pref/feeds.php:1503
+#: classes/pref/feeds.php:1572 plugins/instances/init.php:292
 msgid "None"
 msgstr "Nenhum"
 
@@ -1386,7 +1387,7 @@ msgid "Feed or site URL"
 msgstr "Feed"
 
 #: classes/dlg.php:249 classes/dlg.php:715 classes/pref/feeds.php:527
-#: classes/pref/feeds.php:735
+#: classes/pref/feeds.php:747
 #, fuzzy
 msgid "Place in category:"
 msgstr "Salvando categoria..."
@@ -1397,17 +1398,17 @@ msgid "Available feeds"
 msgstr "Todos os feeds"
 
 #: classes/dlg.php:269 classes/pref/users.php:155 classes/pref/feeds.php:557
-#: classes/pref/feeds.php:771
+#: classes/pref/feeds.php:783
 msgid "Authentication"
 msgstr ""
 
 #: classes/dlg.php:273 classes/dlg.php:729 classes/pref/users.php:438
-#: classes/pref/feeds.php:563 classes/pref/feeds.php:775
+#: classes/pref/feeds.php:563 classes/pref/feeds.php:787
 msgid "Login"
 msgstr "Login"
 
-#: classes/dlg.php:276 classes/dlg.php:732 classes/pref/prefs.php:196
-#: classes/pref/feeds.php:569 classes/pref/feeds.php:781
+#: classes/dlg.php:276 classes/dlg.php:732 classes/pref/prefs.php:202
+#: classes/pref/feeds.php:569 classes/pref/feeds.php:793
 #, fuzzy
 msgid "Password"
 msgstr "Senha:"
@@ -1426,7 +1427,7 @@ msgid "More feeds"
 msgstr "Removendo o Feed..."
 
 #: classes/dlg.php:318 classes/dlg.php:409 classes/pref/users.php:368
-#: classes/pref/filters.php:574 classes/pref/feeds.php:1198 js/tt-rss.js:166
+#: classes/pref/filters.php:574 classes/pref/feeds.php:1224 js/tt-rss.js:166
 msgid "Search"
 msgstr ""
 
@@ -1447,7 +1448,7 @@ msgstr "Limite:"
 
 #: classes/dlg.php:349 classes/pref/users.php:394 classes/pref/labels.php:284
 #: classes/pref/filters.php:339 classes/pref/filters.php:596
-#: classes/pref/feeds.php:662 plugins/instances/init.php:297
+#: classes/pref/feeds.php:674 plugins/instances/init.php:297
 msgid "Remove"
 msgstr "Remover"
 
@@ -1469,7 +1470,7 @@ msgstr ""
 
 #: classes/dlg.php:439 classes/dlg.php:650 classes/pref/users.php:192
 #: classes/pref/labels.php:79 classes/pref/filters.php:346
-#: classes/pref/feeds.php:688 classes/pref/feeds.php:826
+#: classes/pref/feeds.php:700 classes/pref/feeds.php:846
 #: plugins/nsfw/init.php:86 plugins/note/init.php:53
 #: plugins/owncloud/init.php:62 plugins/instances/init.php:248
 msgid "Save"
@@ -1505,7 +1506,7 @@ msgstr ""
 msgid "Display entries"
 msgstr ""
 
-#: classes/dlg.php:551 classes/feeds.php:133
+#: classes/dlg.php:551 classes/feeds.php:138
 #, fuzzy
 msgid "View as RSS"
 msgstr "Editar Tags"
@@ -1514,7 +1515,7 @@ msgstr "Editar Tags"
 msgid "You can view this feed as RSS using the following URL:"
 msgstr ""
 
-#: classes/dlg.php:591 plugins/updater/init.php:303
+#: classes/dlg.php:591 plugins/updater/init.php:304
 #, php-format
 msgid "New version of Tiny Tiny RSS is available (%s)."
 msgstr ""
@@ -1647,60 +1648,66 @@ msgstr ""
 msgid "Delete"
 msgstr "Padrão"
 
-#: classes/feeds.php:125 plugins/mail/init.php:28
+#: classes/feeds.php:125 classes/feeds.php:130 plugins/mailto/init.php:28
+#: plugins/mail/init.php:28
 #, fuzzy
 msgid "Forward by email"
 msgstr "Favoritos"
 
-#: classes/feeds.php:129
+#: classes/feeds.php:134
 msgid "Feed:"
 msgstr "Feed:"
 
-#: classes/feeds.php:196 classes/feeds.php:790
+#: classes/feeds.php:201 classes/feeds.php:801
 msgid "Feed not found."
 msgstr "Feed não encontrado."
 
-#: classes/feeds.php:403 classes/feeds.php:493
+#: classes/feeds.php:500
 #, fuzzy
 msgid "mark as read"
 msgstr "Marcar como lido"
 
-#: classes/feeds.php:691
+#: classes/feeds.php:555
+#, fuzzy
+msgid "Collapse article"
+msgstr "Favoritos"
+
+#: classes/feeds.php:702
 #, fuzzy
 msgid "No unread articles found to display."
 msgstr "Sem Feeds para exibir."
 
-#: classes/feeds.php:694
+#: classes/feeds.php:705
 #, fuzzy
 msgid "No updated articles found to display."
 msgstr "Sem Feeds para exibir."
 
-#: classes/feeds.php:697
+#: classes/feeds.php:708
 #, fuzzy
 msgid "No starred articles found to display."
 msgstr "Sem Feeds para exibir."
 
-#: classes/feeds.php:701
+#: classes/feeds.php:712
 msgid ""
 "No articles found to display. You can assign articles to labels manually "
 "(see the Actions menu above) or use a filter."
 msgstr ""
 
-#: classes/feeds.php:703
+#: classes/feeds.php:714
 #, fuzzy
 msgid "No articles found to display."
 msgstr "Sem Feeds para exibir."
 
-#: classes/feeds.php:718 classes/feeds.php:899
+#: classes/feeds.php:729 classes/feeds.php:910
 #, fuzzy, php-format
 msgid "Feeds last updated at %s"
 msgstr "Atualizar"
 
-#: classes/feeds.php:728 classes/feeds.php:909
+#: classes/feeds.php:739 classes/feeds.php:920
 msgid "Some feeds have update errors (click for details)"
 msgstr "Alguns feeds estão com erros (clique aqui para detalhes)"
 
-#: classes/feeds.php:889
+#: classes/feeds.php:900
 msgid "No feed selected."
 msgstr "Nenhum feed foi selecionado."
 
@@ -1831,7 +1838,7 @@ msgid "Change password to"
 msgstr "Mudar senha"
 
 #: classes/pref/users.php:177 classes/pref/feeds.php:577
-#: classes/pref/feeds.php:787
+#: classes/pref/feeds.php:799
 #, fuzzy
 msgid "Options"
 msgstr "Opções:"
@@ -1992,7 +1999,7 @@ msgstr ""
 msgid "Combine"
 msgstr ""
 
-#: classes/pref/filters.php:600 classes/pref/feeds.php:1257
+#: classes/pref/filters.php:600 classes/pref/feeds.php:1283
 #, fuzzy
 msgid "Rescore articles"
 msgstr "Favoritos"
@@ -2056,189 +2063,180 @@ msgstr "As senhas informadas não conferem."
 msgid "Function not supported by authentication module."
 msgstr ""
 
-#: classes/pref/prefs.php:63
+#: classes/pref/prefs.php:69
 #, fuzzy
 msgid "The configuration was saved."
 msgstr "Salvar configuração"
 
-#: classes/pref/prefs.php:77
+#: classes/pref/prefs.php:83
 #, php-format
 msgid "Unknown option: %s"
 msgstr ""
 
-#: classes/pref/prefs.php:91
+#: classes/pref/prefs.php:97
 msgid "Your personal data has been saved."
 msgstr ""
 
-#: classes/pref/prefs.php:131
+#: classes/pref/prefs.php:137
 msgid "Personal data / Authentication"
 msgstr ""
 
-#: classes/pref/prefs.php:151
+#: classes/pref/prefs.php:157
 #, fuzzy
 msgid "Personal data"
 msgstr "Salvar"
 
-#: classes/pref/prefs.php:161
+#: classes/pref/prefs.php:167
 msgid "Full name"
 msgstr ""
 
-#: classes/pref/prefs.php:165
+#: classes/pref/prefs.php:171
 msgid "E-mail"
 msgstr "E-mail"
 
-#: classes/pref/prefs.php:171
+#: classes/pref/prefs.php:177
 #, fuzzy
 msgid "Access level"
 msgstr "Nível de acesso:"
 
-#: classes/pref/prefs.php:181
+#: classes/pref/prefs.php:187
 #, fuzzy
 msgid "Save data"
 msgstr "Salvar"
 
-#: classes/pref/prefs.php:203
+#: classes/pref/prefs.php:209
 #, fuzzy
 msgid "Your password is at default value, please change it."
 msgstr ""
 "Sua senha é a padrão, \n"
 "\t\t\t\t\t\tvocê deve mudá-la."
 
-#: classes/pref/prefs.php:235
+#: classes/pref/prefs.php:241
 msgid "Old password"
 msgstr "Senha antiga"
 
-#: classes/pref/prefs.php:238
+#: classes/pref/prefs.php:244
 msgid "New password"
 msgstr "Senha nova"
 
-#: classes/pref/prefs.php:243
+#: classes/pref/prefs.php:249
 msgid "Confirm password"
 msgstr "Confirmar senha"
 
-#: classes/pref/prefs.php:253
+#: classes/pref/prefs.php:259
 msgid "Change password"
 msgstr "Mudar senha"
 
-#: classes/pref/prefs.php:259
+#: classes/pref/prefs.php:265
 msgid "One time passwords / Authenticator"
 msgstr ""
 
-#: classes/pref/prefs.php:288 classes/pref/prefs.php:339
+#: classes/pref/prefs.php:294 classes/pref/prefs.php:345
 #, fuzzy
 msgid "Enter your password"
 msgstr "Mudar senha"
 
-#: classes/pref/prefs.php:299
+#: classes/pref/prefs.php:305
 #, fuzzy
 msgid "Disable OTP"
 msgstr "(Desativado)"
 
-#: classes/pref/prefs.php:305
+#: classes/pref/prefs.php:311
 msgid ""
 "You will need a compatible Authenticator to use this. Changing your password "
 "would automatically disable OTP."
 msgstr ""
 
-#: classes/pref/prefs.php:307
+#: classes/pref/prefs.php:313
 msgid "Scan the following code by the Authenticator application:"
 msgstr ""
 
-#: classes/pref/prefs.php:348
+#: classes/pref/prefs.php:354
 msgid "I have scanned the code and would like to enable OTP"
 msgstr ""
 
-#: classes/pref/prefs.php:356
+#: classes/pref/prefs.php:362
 #, fuzzy
 msgid "Enable OTP"
 msgstr "Ativado"
 
-#: classes/pref/prefs.php:482
+#: classes/pref/prefs.php:493
 msgid "Customize"
 msgstr ""
 
-#: classes/pref/prefs.php:501 classes/pref/prefs.php:508
-#: classes/pref/prefs.php:513
-msgid "Yes"
-msgstr "Sim"
-
-#: classes/pref/prefs.php:503 classes/pref/prefs.php:513
-msgid "No"
-msgstr "Não"
-
-#: classes/pref/prefs.php:543
+#: classes/pref/prefs.php:552
 #, fuzzy
 msgid "Register"
 msgstr "Remover as categorias selecionadas?"
 
-#: classes/pref/prefs.php:547
+#: classes/pref/prefs.php:556
 msgid "Clear"
 msgstr ""
 
-#: classes/pref/prefs.php:553
+#: classes/pref/prefs.php:562
 #, php-format
 msgid "Current server time: %s (UTC)"
 msgstr ""
 
-#: classes/pref/prefs.php:582
+#: classes/pref/prefs.php:595
 msgid "Save configuration"
 msgstr "Salvar configuração"
 
-#: classes/pref/prefs.php:585
+#: classes/pref/prefs.php:598
 #, fuzzy
 msgid "Manage profiles"
 msgstr "Criar um usuário"
 
-#: classes/pref/prefs.php:588
+#: classes/pref/prefs.php:601
 #, fuzzy
 msgid "Reset to defaults"
 msgstr "Usar o padrão"
 
-#: classes/pref/prefs.php:600
+#: classes/pref/prefs.php:613
 #, fuzzy
 msgid "Show additional preferences"
 msgstr "Sair das preferências"
 
-#: classes/pref/prefs.php:612 classes/pref/prefs.php:614
+#: classes/pref/prefs.php:625 classes/pref/prefs.php:627
 msgid "Plugins"
 msgstr ""
 
-#: classes/pref/prefs.php:642
+#: classes/pref/prefs.php:655
 msgid "System plugins"
 msgstr ""
 
-#: classes/pref/prefs.php:646 classes/pref/prefs.php:695
+#: classes/pref/prefs.php:659 classes/pref/prefs.php:708
 msgid "Plugin"
 msgstr ""
 
-#: classes/pref/prefs.php:647 classes/pref/prefs.php:696
+#: classes/pref/prefs.php:660 classes/pref/prefs.php:709
 #, fuzzy
 msgid "Description"
 msgstr "descrição"
 
-#: classes/pref/prefs.php:648 classes/pref/prefs.php:697
+#: classes/pref/prefs.php:661 classes/pref/prefs.php:710
 msgid "Version"
 msgstr ""
 
-#: classes/pref/prefs.php:649 classes/pref/prefs.php:698
+#: classes/pref/prefs.php:662 classes/pref/prefs.php:711
 msgid "Author"
 msgstr ""
 
-#: classes/pref/prefs.php:682 classes/pref/prefs.php:733
+#: classes/pref/prefs.php:695 classes/pref/prefs.php:746
 #, fuzzy
 msgid "Clear data"
 msgstr "Salvando o Feed..."
 
-#: classes/pref/prefs.php:691
+#: classes/pref/prefs.php:704
 msgid "User plugins"
 msgstr ""
 
-#: classes/pref/prefs.php:748
+#: classes/pref/prefs.php:761
 #, fuzzy
 msgid "Enable selected plugins"
 msgstr "Editar categorias"
 
-#: classes/pref/prefs.php:803 classes/pref/prefs.php:821
+#: classes/pref/prefs.php:816 classes/pref/prefs.php:834
 #, fuzzy
 msgid "Incorrect password"
 msgstr "Senha nova"
@@ -2260,7 +2258,7 @@ msgstr "Editar"
 msgid "Feed Title"
 msgstr "Título"
 
-#: classes/pref/feeds.php:550 classes/pref/feeds.php:762
+#: classes/pref/feeds.php:550 classes/pref/feeds.php:774
 #, fuzzy
 msgid "Article purging:"
 msgstr "Feed não encontrado."
@@ -2271,231 +2269,235 @@ msgid ""
 "requires authentication, except for Twitter feeds."
 msgstr ""
 
-#: classes/pref/feeds.php:589 classes/pref/feeds.php:791
+#: classes/pref/feeds.php:589 classes/pref/feeds.php:803
 #, fuzzy
 msgid "Hide from Popular feeds"
 msgstr "Todos os feeds"
 
-#: classes/pref/feeds.php:601 classes/pref/feeds.php:797
+#: classes/pref/feeds.php:601 classes/pref/feeds.php:809
 #, fuzzy
 msgid "Include in e-mail digest"
 msgstr "Marcando todos os feeds como lidos..."
 
-#: classes/pref/feeds.php:614 classes/pref/feeds.php:803
+#: classes/pref/feeds.php:614 classes/pref/feeds.php:815
 msgid "Always display image attachments"
 msgstr ""
 
-#: classes/pref/feeds.php:628 classes/pref/feeds.php:811
+#: classes/pref/feeds.php:627 classes/pref/feeds.php:823
+msgid "Do not embed images"
+msgstr ""
+
+#: classes/pref/feeds.php:640 classes/pref/feeds.php:831
 msgid "Cache images locally"
 msgstr ""
 
-#: classes/pref/feeds.php:640 classes/pref/feeds.php:817
+#: classes/pref/feeds.php:652 classes/pref/feeds.php:837
 #, fuzzy
 msgid "Mark updated articles as unread"
 msgstr "Marcando todos os feeds como lidos..."
 
-#: classes/pref/feeds.php:646
+#: classes/pref/feeds.php:658
 #, fuzzy
 msgid "Icon"
 msgstr "Ação"
 
-#: classes/pref/feeds.php:660
+#: classes/pref/feeds.php:672
 msgid "Replace"
 msgstr ""
 
-#: classes/pref/feeds.php:679
+#: classes/pref/feeds.php:691
 #, fuzzy
 msgid "Resubscribe to push updates"
 msgstr "Removendo o Feed..."
 
-#: classes/pref/feeds.php:686
+#: classes/pref/feeds.php:698
 msgid "Resets PubSubHubbub subscription status for push-enabled feeds."
 msgstr ""
 
-#: classes/pref/feeds.php:701
+#: classes/pref/feeds.php:713
 msgid "Enable the options you wish to apply using checkboxes on the right:"
 msgstr ""
 
-#: classes/pref/feeds.php:1051 classes/pref/feeds.php:1104
+#: classes/pref/feeds.php:1077 classes/pref/feeds.php:1130
 msgid "All done."
 msgstr ""
 
-#: classes/pref/feeds.php:1159
+#: classes/pref/feeds.php:1185
 #, fuzzy
 msgid "Feeds with errors"
 msgstr "Editor de Feed"
 
-#: classes/pref/feeds.php:1179
+#: classes/pref/feeds.php:1205
 #, fuzzy
 msgid "Inactive feeds"
 msgstr "Editar"
 
-#: classes/pref/feeds.php:1216
+#: classes/pref/feeds.php:1242
 #, fuzzy
 msgid "Edit selected feeds"
 msgstr "Removendo filtros selecionados…"
 
-#: classes/pref/feeds.php:1218 classes/pref/feeds.php:1232
+#: classes/pref/feeds.php:1244 classes/pref/feeds.php:1258
 #, fuzzy
 msgid "Reset sort order"
 msgstr "Remover as categorias selecionadas?"
 
-#: classes/pref/feeds.php:1220 js/prefs.js:1778
+#: classes/pref/feeds.php:1246 js/prefs.js:1785
 msgid "Batch subscribe"
 msgstr ""
 
-#: classes/pref/feeds.php:1225
+#: classes/pref/feeds.php:1251
 #, fuzzy
 msgid "Categories"
 msgstr "Categoria:"
 
-#: classes/pref/feeds.php:1228
+#: classes/pref/feeds.php:1254
 #, fuzzy
 msgid "Add category"
 msgstr "Adicionando o Feed..."
 
-#: classes/pref/feeds.php:1230
+#: classes/pref/feeds.php:1256
 #, fuzzy
 msgid "(Un)hide empty categories"
 msgstr "Editar categorias"
 
-#: classes/pref/feeds.php:1234
+#: classes/pref/feeds.php:1260
 #, fuzzy
 msgid "Remove selected"
 msgstr "Remover os filtros selecionados?"
 
-#: classes/pref/feeds.php:1248
+#: classes/pref/feeds.php:1274
 #, fuzzy
 msgid "More actions..."
 msgstr "Ações..."
 
-#: classes/pref/feeds.php:1252
+#: classes/pref/feeds.php:1278
 msgid "Manual purge"
 msgstr ""
 
-#: classes/pref/feeds.php:1256
+#: classes/pref/feeds.php:1282
 #, fuzzy
 msgid "Clear feed data"
 msgstr "Salvando o Feed..."
 
-#: classes/pref/feeds.php:1307
+#: classes/pref/feeds.php:1333
 msgid "OPML"
 msgstr "OPML"
 
-#: classes/pref/feeds.php:1309
+#: classes/pref/feeds.php:1335
 msgid ""
 "Using OPML you can export and import your feeds, filters, labels and Tiny "
 "Tiny RSS settings."
 msgstr ""
 
-#: classes/pref/feeds.php:1311
+#: classes/pref/feeds.php:1337
 msgid "Only main settings profile can be migrated using OPML."
 msgstr ""
 
-#: classes/pref/feeds.php:1324
+#: classes/pref/feeds.php:1350
 #, fuzzy
 msgid "Import my OPML"
 msgstr "Importando OPML (usando a extensão DOMXML)..."
 
-#: classes/pref/feeds.php:1328
+#: classes/pref/feeds.php:1354
 msgid "Filename:"
 msgstr ""
 
-#: classes/pref/feeds.php:1330
+#: classes/pref/feeds.php:1356
 msgid "Include settings"
 msgstr ""
 
-#: classes/pref/feeds.php:1334
+#: classes/pref/feeds.php:1360
 #, fuzzy
 msgid "Export OPML"
 msgstr "Exportar OPML"
 
-#: classes/pref/feeds.php:1338
+#: classes/pref/feeds.php:1364
 msgid ""
 "Your OPML can be published publicly and can be subscribed by anyone who "
 "knows the URL below."
 msgstr ""
 
-#: classes/pref/feeds.php:1340
+#: classes/pref/feeds.php:1366
 msgid ""
 "Published OPML does not include your Tiny Tiny RSS settings, feeds that "
 "require authentication or feeds hidden from Popular feeds."
 msgstr ""
 
-#: classes/pref/feeds.php:1343
+#: classes/pref/feeds.php:1369
 msgid "Display published OPML URL"
 msgstr ""
 
-#: classes/pref/feeds.php:1353
+#: classes/pref/feeds.php:1379
 #, fuzzy
 msgid "Firefox integration"
 msgstr "Informações do Feed:"
 
-#: classes/pref/feeds.php:1355
+#: classes/pref/feeds.php:1381
 msgid ""
 "This Tiny Tiny RSS site can be used as a Firefox Feed Reader by clicking the "
 "link below."
 msgstr ""
 
-#: classes/pref/feeds.php:1362
+#: classes/pref/feeds.php:1388
 msgid "Click here to register this site as a feed reader."
 msgstr ""
 
-#: classes/pref/feeds.php:1370
+#: classes/pref/feeds.php:1396
 #, fuzzy
 msgid "Published & shared articles / Generated feeds"
 msgstr "Remover os filtros selecionados?"
 
-#: classes/pref/feeds.php:1372
+#: classes/pref/feeds.php:1398
 #, fuzzy
 msgid "Published articles and generated feeds"
 msgstr "Remover os filtros selecionados?"
 
-#: classes/pref/feeds.php:1374
+#: classes/pref/feeds.php:1400
 msgid ""
 "Published articles are exported as a public RSS feed and can be subscribed "
 "by anyone who knows the URL specified below."
 msgstr ""
 
-#: classes/pref/feeds.php:1380
+#: classes/pref/feeds.php:1406
 msgid "Display URL"
 msgstr ""
 
-#: classes/pref/feeds.php:1383
+#: classes/pref/feeds.php:1409
 msgid "Clear all generated URLs"
 msgstr ""
 
-#: classes/pref/feeds.php:1385
+#: classes/pref/feeds.php:1411
 #, fuzzy
 msgid "Articles shared by URL"
 msgstr "Favoritos"
 
-#: classes/pref/feeds.php:1387
+#: classes/pref/feeds.php:1413
 msgid "You can disable all articles shared by unique URLs here."
 msgstr ""
 
-#: classes/pref/feeds.php:1390
+#: classes/pref/feeds.php:1416
 #, fuzzy
 msgid "Unshare all articles"
 msgstr "Favoritos"
 
-#: classes/pref/feeds.php:1468
+#: classes/pref/feeds.php:1494
 msgid ""
 "These feeds have not been updated with new content for 3 months (oldest "
 "first):"
 msgstr ""
 
-#: classes/pref/feeds.php:1505 classes/pref/feeds.php:1574
+#: classes/pref/feeds.php:1531 classes/pref/feeds.php:1600
 #, fuzzy
 msgid "Click to edit feed"
 msgstr "Favoritos"
 
-#: classes/pref/feeds.php:1523 classes/pref/feeds.php:1594
+#: classes/pref/feeds.php:1549 classes/pref/feeds.php:1620
 #, fuzzy
 msgid "Unsubscribe from selected feeds"
 msgstr "Removendo o Feed..."
 
-#: classes/pref/feeds.php:1534
+#: classes/pref/feeds.php:1560
 msgid "These feeds have not been updated because of errors:"
 msgstr ""
 
@@ -2523,6 +2525,11 @@ msgstr "Olá,"
 msgid "Regular version"
 msgstr ""
 
+#: plugins/close_button/init.php:24
+#, fuzzy
+msgid "Close article"
+msgstr "Favoritos"
+
 #: plugins/nsfw/init.php:32 plugins/nsfw/init.php:43
 msgid "Not work safe (click to toggle)"
 msgstr ""
@@ -2558,6 +2565,35 @@ msgstr "E-mail alterado."
 msgid "Old password is incorrect."
 msgstr "Senha antiga incorreta"
 
+#: plugins/mailto/init.php:52 plugins/mailto/init.php:58
+#: plugins/mail/init.php:71 plugins/mail/init.php:77
+msgid "[Forwarded]"
+msgstr ""
+
+#: plugins/mailto/init.php:52 plugins/mail/init.php:71
+#, fuzzy
+msgid "Multiple articles"
+msgstr "Favoritos"
+
+#: plugins/mailto/init.php:74
+msgid "Clicking the following link to invoke your mail client:"
+msgstr ""
+
+#: plugins/mailto/init.php:78
+#, fuzzy
+msgid "Forward selected article(s) by email."
+msgstr "Favoritos"
+
+#: plugins/mailto/init.php:81
+msgid ""
+"You should be able to edit the message before sending in your mail client."
+msgstr ""
+
+#: plugins/mailto/init.php:86
+#, fuzzy
+msgid "Close this dialog"
+msgstr "Fechar esta janela"
+
 #: plugins/bookmarklets/init.php:22
 msgid "Bookmarklets"
 msgstr ""
@@ -2635,29 +2671,20 @@ msgid ""
 "\t\t\t\tin PHP.ini (current value = %s)"
 msgstr ""
 
-#: plugins/mail/init.php:72 plugins/mail/init.php:78
-msgid "[Forwarded]"
-msgstr ""
-
-#: plugins/mail/init.php:72
-#, fuzzy
-msgid "Multiple articles"
-msgstr "Favoritos"
-
-#: plugins/mail/init.php:93
+#: plugins/mail/init.php:92
 msgid "From:"
 msgstr ""
 
-#: plugins/mail/init.php:102
+#: plugins/mail/init.php:101
 msgid "To:"
 msgstr ""
 
-#: plugins/mail/init.php:115
+#: plugins/mail/init.php:114
 #, fuzzy
 msgid "Subject:"
 msgstr "Selecione:"
 
-#: plugins/mail/init.php:131
+#: plugins/mail/init.php:130
 #, fuzzy
 msgid "Send e-mail"
 msgstr "Mudar E-mail"
@@ -2745,28 +2772,28 @@ msgstr "Favoritos"
 msgid "Share on Google+"
 msgstr "Título"
 
-#: plugins/updater/init.php:294 plugins/updater/init.php:306
+#: plugins/updater/init.php:295 plugins/updater/init.php:307
 #: plugins/updater/updater.js:10
 msgid "Update Tiny Tiny RSS"
 msgstr ""
 
-#: plugins/updater/init.php:309
+#: plugins/updater/init.php:310
 #, fuzzy
 msgid "Your Tiny Tiny RSS installation is up to date."
 msgstr "A checagem da configuração falhou"
 
-#: plugins/updater/init.php:319
+#: plugins/updater/init.php:320
 msgid ""
 "Do not close this dialog until updating is finished. Backup your tt-rss "
 "directory before continuing."
 msgstr ""
 
-#: plugins/updater/init.php:322
+#: plugins/updater/init.php:323
 #, fuzzy
 msgid "Ready to update."
 msgstr "Atualizado"
 
-#: plugins/updater/init.php:327
+#: plugins/updater/init.php:328
 #, fuzzy
 msgid "Start update"
 msgstr "Atualizado"
@@ -2776,11 +2803,11 @@ msgstr "Atualizado"
 msgid "Share on Twitter"
 msgstr "Título"
 
-#: js/feedlist.js:218
+#: js/feedlist.js:215
 msgid "New articles available in this feed (click to show)"
 msgstr ""
 
-#: js/feedlist.js:420 js/feedlist.js:435 plugins/digest/digest.js:25
+#: js/feedlist.js:417 js/feedlist.js:432 plugins/digest/digest.js:25
 #, fuzzy
 msgid "Mark all articles in %s as read?"
 msgstr "Marcando todos os feeds como lidos..."
@@ -2871,7 +2898,7 @@ msgid ""
 "hub again on next feed update."
 msgstr ""
 
-#: js/functions.js:1266 js/tt-rss.js:367
+#: js/functions.js:1266 js/tt-rss.js:369
 #, fuzzy
 msgid "Unsubscribe from %s?"
 msgstr "Removendo o Feed..."
@@ -2885,7 +2912,7 @@ msgstr "Salvando categoria..."
 msgid "Generate new syndication address for this feed?"
 msgstr ""
 
-#: js/functions.js:1597 js/tt-rss.js:348 js/tt-rss.js:713
+#: js/functions.js:1597 js/tt-rss.js:350 js/tt-rss.js:729
 msgid "You can't edit this kind of feed."
 msgstr ""
 
@@ -2900,8 +2927,8 @@ msgid "More Feeds"
 msgstr "Removendo o Feed..."
 
 #: js/functions.js:1711 js/functions.js:1821 js/prefs.js:397 js/prefs.js:427
-#: js/prefs.js:459 js/prefs.js:642 js/prefs.js:662 js/prefs.js:1203
-#: js/prefs.js:1348
+#: js/prefs.js:459 js/prefs.js:642 js/prefs.js:662 js/prefs.js:1210
+#: js/prefs.js:1355
 msgid "No feeds are selected."
 msgstr "Nenhum feed foi selecionado."
 
@@ -2916,7 +2943,7 @@ msgstr ""
 msgid "Feeds with update errors"
 msgstr "Atualizar"
 
-#: js/functions.js:1803 js/prefs.js:1185
+#: js/functions.js:1803 js/prefs.js:1192
 #, fuzzy
 msgid "Remove selected feeds?"
 msgstr "Remover os filtros selecionados?"
@@ -2965,7 +2992,7 @@ msgstr "Remover os filtros selecionados?"
 msgid "Remove selected labels?"
 msgstr "Remover os filtros selecionados?"
 
-#: js/prefs.js:295 js/prefs.js:1389
+#: js/prefs.js:295 js/prefs.js:1396
 #, fuzzy
 msgid "No labels are selected."
 msgstr "Nenhum filtro foi selecionado."
@@ -3038,109 +3065,109 @@ msgstr "Editor de Feed"
 msgid "Save changes to selected feeds?"
 msgstr "Remover os filtros selecionados?"
 
-#: js/prefs.js:790
+#: js/prefs.js:797
 #, fuzzy
 msgid "OPML Import"
 msgstr "Importar"
 
-#: js/prefs.js:817
+#: js/prefs.js:824
 #, fuzzy
 msgid "Please choose an OPML file first."
 msgstr "Por favor selecione somente um filtro."
 
-#: js/prefs.js:973
+#: js/prefs.js:980
 #, fuzzy
 msgid "Reset to defaults?"
 msgstr "Usar o padrão"
 
-#: js/prefs.js:1092
+#: js/prefs.js:1099
 msgid ""
 "Remove category %s? Any nested feeds would be placed into Uncategorized."
 msgstr ""
 
-#: js/prefs.js:1119
+#: js/prefs.js:1126
 msgid "Remove selected categories?"
 msgstr "Remover as categorias selecionadas?"
 
-#: js/prefs.js:1135
+#: js/prefs.js:1142
 msgid "No categories are selected."
 msgstr "Nenhuma categoria foi selecionada."
 
-#: js/prefs.js:1143
+#: js/prefs.js:1150
 #, fuzzy
 msgid "Category title:"
 msgstr "Editor de Categoria"
 
-#: js/prefs.js:1174
+#: js/prefs.js:1181
 #, fuzzy
 msgid "Feeds without recent updates"
 msgstr "Atualizar"
 
-#: js/prefs.js:1223
+#: js/prefs.js:1230
 msgid "Replace current OPML publishing address with a new one?"
 msgstr ""
 
-#: js/prefs.js:1332
+#: js/prefs.js:1339
 #, fuzzy
 msgid "Rescore articles in selected feeds?"
 msgstr "Remover os filtros selecionados?"
 
-#: js/prefs.js:1355
+#: js/prefs.js:1362
 msgid "Rescore all articles? This operation may take a lot of time."
 msgstr ""
 
-#: js/prefs.js:1375
+#: js/prefs.js:1382
 msgid "Reset selected labels to default colors?"
 msgstr ""
 
-#: js/prefs.js:1412
+#: js/prefs.js:1419
 msgid "Settings Profiles"
 msgstr ""
 
-#: js/prefs.js:1421
+#: js/prefs.js:1428
 msgid ""
 "Remove selected profiles? Active and default profiles will not be removed."
 msgstr ""
 
-#: js/prefs.js:1439
+#: js/prefs.js:1446
 #, fuzzy
 msgid "No profiles are selected."
 msgstr "Nenhum filtro foi selecionado."
 
-#: js/prefs.js:1447 js/prefs.js:1500
+#: js/prefs.js:1454 js/prefs.js:1507
 #, fuzzy
 msgid "Activate selected profile?"
 msgstr "Remover os filtros selecionados?"
 
-#: js/prefs.js:1463 js/prefs.js:1516
+#: js/prefs.js:1470 js/prefs.js:1523
 #, fuzzy
 msgid "Please choose a profile to activate."
 msgstr "Por favor selecione somente um filtro."
 
-#: js/prefs.js:1524
+#: js/prefs.js:1531
 msgid "This will invalidate all previously generated feed URLs. Continue?"
 msgstr ""
 
-#: js/prefs.js:1543
+#: js/prefs.js:1550
 msgid "This will invalidate all previously shared article URLs. Continue?"
 msgstr ""
 
-#: js/prefs.js:1641
+#: js/prefs.js:1648
 #, fuzzy
 msgid "Label Editor"
 msgstr "Editor de Feed"
 
-#: js/prefs.js:1704
+#: js/prefs.js:1711
 msgid ""
 "This will clear your stored authentication information for Twitter. Continue?"
 msgstr ""
 
-#: js/prefs.js:1784
+#: js/prefs.js:1791
 #, fuzzy
 msgid "Subscribing to feeds..."
 msgstr "Removendo o Feed..."
 
-#: js/prefs.js:1821
+#: js/prefs.js:1828
 msgid "Clear stored data for this plugin?"
 msgstr ""
 
@@ -3149,30 +3176,30 @@ msgstr ""
 msgid "Mark all articles as read?"
 msgstr "Marcando todos os feeds como lidos..."
 
-#: js/tt-rss.js:356
+#: js/tt-rss.js:358
 msgid "You can't unsubscribe from the category."
 msgstr ""
 
-#: js/tt-rss.js:361 js/tt-rss.js:511
+#: js/tt-rss.js:363 js/tt-rss.js:513
 #, fuzzy
 msgid "Please select some feed first."
 msgstr "Por favor selecione somente um feed"
 
-#: js/tt-rss.js:506
+#: js/tt-rss.js:508
 msgid "You can't rescore this kind of feed."
 msgstr ""
 
-#: js/tt-rss.js:516
+#: js/tt-rss.js:518
 #, fuzzy
 msgid "Rescore articles in %s?"
 msgstr "Favoritos"
 
-#: js/tt-rss.js:672
+#: js/tt-rss.js:688
 #, fuzzy
 msgid "Please enable mail plugin first."
 msgstr "Por favor selecione somente um feed"
 
-#: js/tt-rss.js:834
+#: js/tt-rss.js:850
 msgid "New version available!"
 msgstr ""
 
@@ -3199,89 +3226,90 @@ msgstr "Favoritos"
 msgid "Unpublish article"
 msgstr "Publicado"
 
-#: js/viewfeed.js:674 js/viewfeed.js:702 js/viewfeed.js:729 js/viewfeed.js:791
-#: js/viewfeed.js:823 js/viewfeed.js:960 js/viewfeed.js:1003
-#: js/viewfeed.js:1053 js/viewfeed.js:1927 plugins/mail/mail.js:7
+#: js/viewfeed.js:681 js/viewfeed.js:709 js/viewfeed.js:736 js/viewfeed.js:798
+#: js/viewfeed.js:830 js/viewfeed.js:967 js/viewfeed.js:1010
+#: js/viewfeed.js:1060 js/viewfeed.js:1987 plugins/mailto/init.js:7
+#: plugins/mail/mail.js:7
 #, fuzzy
 msgid "No articles are selected."
 msgstr "Nenhum filtro foi selecionado."
 
-#: js/viewfeed.js:940
+#: js/viewfeed.js:947
 #, fuzzy
 msgid "Mark all visible articles in %s as read?"
 msgstr "Marcando todos os feeds como lidos..."
 
-#: js/viewfeed.js:968
+#: js/viewfeed.js:975
 #, fuzzy
 msgid "Delete %d selected articles in %s?"
 msgstr "Favoritos"
 
-#: js/viewfeed.js:970
+#: js/viewfeed.js:977
 #, fuzzy
 msgid "Delete %d selected articles?"
 msgstr "Remover os filtros selecionados?"
 
-#: js/viewfeed.js:1012
+#: js/viewfeed.js:1019
 #, fuzzy
 msgid "Archive %d selected articles in %s?"
 msgstr "Favoritos"
 
-#: js/viewfeed.js:1015
+#: js/viewfeed.js:1022
 #, fuzzy
 msgid "Move %d archived articles back?"
 msgstr "Favoritos"
 
-#: js/viewfeed.js:1059
+#: js/viewfeed.js:1066
 #, fuzzy
 msgid "Mark %d selected articles in %s as read?"
 msgstr "Marcando todos os feeds como lidos..."
 
-#: js/viewfeed.js:1083
+#: js/viewfeed.js:1090
 #, fuzzy
 msgid "Edit article Tags"
 msgstr "Editar Tags"
 
-#: js/viewfeed.js:1252
+#: js/viewfeed.js:1259
 #, fuzzy
 msgid "No article is selected."
 msgstr "Nenhum filtro foi selecionado."
 
-#: js/viewfeed.js:1287
+#: js/viewfeed.js:1294
 #, fuzzy
 msgid "No articles found to mark"
 msgstr "Sem Feeds para exibir."
 
-#: js/viewfeed.js:1289
+#: js/viewfeed.js:1296
 #, fuzzy
 msgid "Mark %d article(s) as read?"
 msgstr "Marcando todos os feeds como lidos..."
 
-#: js/viewfeed.js:1744
+#: js/viewfeed.js:1804
 #, fuzzy
 msgid "Open original article"
 msgstr "Favoritos"
 
-#: js/viewfeed.js:1814
+#: js/viewfeed.js:1874
 #, fuzzy
 msgid "Remove label"
 msgstr "Remover"
 
-#: js/viewfeed.js:1838
+#: js/viewfeed.js:1898
 #, fuzzy
 msgid "Playing..."
 msgstr "Salvando o Feed..."
 
-#: js/viewfeed.js:1839
+#: js/viewfeed.js:1899
 #, fuzzy
 msgid "Click to pause"
 msgstr "Favoritos"
 
-#: js/viewfeed.js:1896
+#: js/viewfeed.js:1956
 #, fuzzy
 msgid "Please enter new score for selected articles:"
 msgstr "Remover os filtros selecionados?"
 
-#: js/viewfeed.js:1938
+#: js/viewfeed.js:1998
 #, fuzzy
 msgid "Please enter new score for this article:"
 msgstr "Salvando categoria..."
@@ -3316,6 +3344,11 @@ msgstr "Favoritos"
 msgid "Load more..."
 msgstr "Salvando o Feed..."
 
+#: plugins/mailto/init.js:21 plugins/mail/mail.js:21
+#, fuzzy
+msgid "Forward article by email"
+msgstr "Favoritos"
+
 #: plugins/import_export/import_export.js:13
 #, fuzzy
 msgid "Export Data"
@@ -3337,11 +3370,6 @@ msgstr "Importar"
 msgid "Please choose the file first."
 msgstr "Por favor selecione somente um filtro."
 
-#: plugins/mail/mail.js:21
-#, fuzzy
-msgid "Forward article by email"
-msgstr "Favoritos"
-
 #: plugins/instances/instances.js:10
 #, fuzzy
 msgid "Link Instance"
@@ -3378,6 +3406,12 @@ msgid ""
 "before continuing. Please type 'yes' to continue."
 msgstr ""
 
+#~ msgid "Yes"
+#~ msgstr "Sim"
+
+#~ msgid "No"
+#~ msgstr "Não"
+
 #, fuzzy
 #~ msgid "Comments?"
 #~ msgstr "Conteúdo"
@@ -3451,10 +3485,6 @@ msgstr ""
 #~ msgid "Original article"
 #~ msgstr "Favoritos"
 
-#, fuzzy
-#~ msgid "Close this panel"
-#~ msgstr "Fechar esta janela"
-
 #, fuzzy
 #~ msgid "Update feed"
 #~ msgstr "Favoritos"
index 72ddb2ee62b90274fcbc3ba8522cc431e972896b..dea279ca3d4dd6d8387e862616767e37366afea8 100644 (file)
Binary files a/locale/ru_RU/LC_MESSAGES/messages.mo and b/locale/ru_RU/LC_MESSAGES/messages.mo differ
index 4104a0a54b661e970e962b17121d079f6594da6e..8e396b1e7d12ee7d636e76ab4e38479f264b10ff 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 1.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-03-19 10:14+0400\n"
+"POT-Creation-Date: 2013-03-20 15:53+0400\n"
 "PO-Revision-Date: 2009-05-29 14:38+0300\n"
 "Last-Translator: Max Kamashev <max.kamashev@floscoeli.com>\n"
 "Language-Team: Русский <ru@li.org>\n"
@@ -261,8 +261,8 @@ msgstr ""
 
 #: index.php:117 index.php:147 index.php:252 prefs.php:79
 #: classes/backend.php:5 classes/pref/labels.php:296
-#: classes/pref/filters.php:609 classes/pref/feeds.php:1270
-#: plugins/digest/digest_body.php:45 js/viewfeed.js:1174
+#: classes/pref/filters.php:609 classes/pref/feeds.php:1296
+#: plugins/digest/digest_body.php:45 js/viewfeed.js:1181
 msgid "Loading, please wait..."
 msgstr "Идет загрузка..."
 
@@ -290,11 +290,11 @@ msgstr "Адаптивно"
 msgid "All Articles"
 msgstr "Все статьи"
 
-#: index.php:169 include/functions.php:1912 classes/feeds.php:106
+#: index.php:169 include/functions.php:1915 classes/feeds.php:106
 msgid "Starred"
 msgstr "Отмеченные"
 
-#: index.php:170 include/functions.php:1913 classes/feeds.php:107
+#: index.php:170 include/functions.php:1916 classes/feeds.php:107
 msgid "Published"
 msgstr "Опубликован"
 
@@ -330,13 +330,14 @@ msgstr "Заголовок"
 msgid "Score"
 msgstr "Оценка"
 
-#: index.php:187 classes/pref/feeds.php:535 classes/pref/feeds.php:746
+#: index.php:187 classes/pref/feeds.php:535 classes/pref/feeds.php:758
 msgid "Update"
 msgstr "Обновить"
 
-#: index.php:191 index.php:221 include/functions.php:1903
-#: include/localized_schema.php:10 classes/feeds.php:111 classes/feeds.php:131
-#: js/FeedTree.js:128 js/FeedTree.js:156 plugins/digest/digest.js:630
+#: index.php:191 index.php:221 include/functions.php:1906
+#: include/localized_schema.php:10 classes/feeds.php:111 classes/feeds.php:136
+#: classes/feeds.php:410 js/FeedTree.js:128 js/FeedTree.js:156
+#: plugins/digest/digest.js:630
 msgid "Mark as read"
 msgstr "Как прочитанные"
 
@@ -369,7 +370,7 @@ msgstr "Редактировать канал..."
 msgid "Rescore feed"
 msgstr "Заново оценить канал"
 
-#: index.php:219 classes/pref/feeds.php:672 classes/pref/feeds.php:1243
+#: index.php:219 classes/pref/feeds.php:684 classes/pref/feeds.php:1269
 #: js/PrefFeedTree.js:73
 msgid "Unsubscribe"
 msgstr "Отписаться"
@@ -394,7 +395,7 @@ msgstr "Перейти в дайджест..."
 msgid "Show tag cloud..."
 msgstr "Показать облако тегов..."
 
-#: index.php:229 include/functions.php:1890
+#: index.php:229 include/functions.php:1893
 #, fuzzy
 msgid "Toggle widescreen mode"
 msgstr "Переключить изменение режима категории"
@@ -420,8 +421,8 @@ msgstr "Горячие клавиши"
 msgid "Logout"
 msgstr "Выход"
 
-#: prefs.php:28 prefs.php:99 include/functions.php:1915
-#: classes/pref/prefs.php:371
+#: prefs.php:28 prefs.php:99 include/functions.php:1918
+#: classes/pref/prefs.php:377
 msgid "Preferences"
 msgstr "Настройки"
 
@@ -433,8 +434,8 @@ msgstr "Горячие Клавиши"
 msgid "Exit preferences"
 msgstr "Закрыть настройки"
 
-#: prefs.php:102 classes/pref/feeds.php:100 classes/pref/feeds.php:1148
-#: classes/pref/feeds.php:1211
+#: prefs.php:102 classes/pref/feeds.php:100 classes/pref/feeds.php:1174
+#: classes/pref/feeds.php:1237
 msgid "Feeds"
 msgstr "Каналы"
 
@@ -442,8 +443,8 @@ msgstr "Каналы"
 msgid "Filters"
 msgstr "Фильтры"
 
-#: prefs.php:108 mobile/mobile-functions.php:205 include/functions.php:1118
-#: include/functions.php:1739 classes/pref/labels.php:90
+#: prefs.php:108 mobile/mobile-functions.php:205 include/functions.php:1121
+#: include/functions.php:1742 classes/pref/labels.php:90
 msgid "Labels"
 msgstr "Метки"
 
@@ -539,8 +540,8 @@ msgstr ""
 msgid "Home"
 msgstr ""
 
-#: mobile/mobile-functions.php:178 include/functions.php:1116
-#: include/functions.php:1737
+#: mobile/mobile-functions.php:178 include/functions.php:1119
+#: include/functions.php:1740
 msgid "Special"
 msgstr "Особые"
 
@@ -587,9 +588,9 @@ msgstr "Сортировать каналы по количеству непро
 msgid "Reverse headline order (oldest first)"
 msgstr "Обратный порядок заголовков (старые впереди)"
 
-#: include/digest.php:131 include/functions.php:1127
-#: include/functions.php:1640 include/functions.php:1725
-#: include/functions.php:1747 classes/opml.php:416 classes/pref/feeds.php:188
+#: include/digest.php:131 include/functions.php:1130
+#: include/functions.php:1643 include/functions.php:1728
+#: include/functions.php:1750 classes/opml.php:416 classes/pref/feeds.php:188
 msgid "Uncategorized"
 msgstr "Нет категории"
 
@@ -602,316 +603,317 @@ msgstr "Отмеченные"
 msgid "No feeds found."
 msgstr "Каналы не найдены."
 
-#: include/functions.php:698
+#: include/functions.php:701
 msgid "Session failed to validate (incorrect IP)"
 msgstr "Ошибка проверки сессии (некорректный IP)"
 
-#: include/functions.php:1589 classes/dlg.php:371 classes/pref/filters.php:368
+#: include/functions.php:1592 classes/dlg.php:371 classes/pref/filters.php:368
 msgid "All feeds"
 msgstr "Все каналы"
 
-#: include/functions.php:1790
+#: include/functions.php:1793
 msgid "Starred articles"
 msgstr "Отмеченные"
 
-#: include/functions.php:1792
+#: include/functions.php:1795
 msgid "Published articles"
 msgstr "Опубликованные"
 
-#: include/functions.php:1794
+#: include/functions.php:1797
 msgid "Fresh articles"
 msgstr "Свежие"
 
-#: include/functions.php:1796 include/functions.php:1910
+#: include/functions.php:1799 include/functions.php:1913
 msgid "All articles"
 msgstr "Все статьи"
 
-#: include/functions.php:1798
+#: include/functions.php:1801
 msgid "Archived articles"
 msgstr "Архив статей"
 
-#: include/functions.php:1800
+#: include/functions.php:1803
 msgid "Recently read"
 msgstr ""
 
-#: include/functions.php:1867
+#: include/functions.php:1870
 msgid "Navigation"
 msgstr "Навигация"
 
-#: include/functions.php:1868
+#: include/functions.php:1871
 #, fuzzy
 msgid "Open next feed"
 msgstr "Генерировать канал"
 
-#: include/functions.php:1869
+#: include/functions.php:1872
 msgid "Open previous feed"
 msgstr ""
 
-#: include/functions.php:1870
+#: include/functions.php:1873
 #, fuzzy
 msgid "Open next article"
 msgstr "Показать оригинальное содержимое статьи"
 
-#: include/functions.php:1871
+#: include/functions.php:1874
 #, fuzzy
 msgid "Open previous article"
 msgstr "Показать оригинальное содержимое статьи"
 
-#: include/functions.php:1872
+#: include/functions.php:1875
 msgid "Open next article (don't scroll long articles)"
 msgstr ""
 
-#: include/functions.php:1873
+#: include/functions.php:1876
 msgid "Open previous article (don't scroll long articles)"
 msgstr ""
 
-#: include/functions.php:1874
+#: include/functions.php:1877
 msgid "Show search dialog"
 msgstr "Показать диалог поиска"
 
-#: include/functions.php:1875
+#: include/functions.php:1878
 #, fuzzy
 msgid "Article"
 msgstr "Все статьи"
 
-#: include/functions.php:1876
+#: include/functions.php:1879
 msgid "Toggle starred"
 msgstr "Изм. отмеченное"
 
-#: include/functions.php:1877
+#: include/functions.php:1880
 msgid "Toggle published"
 msgstr "Отметить / снять отметку"
 
-#: include/functions.php:1878
+#: include/functions.php:1881
 msgid "Toggle unread"
 msgstr "Прочитано / не прочитано"
 
-#: include/functions.php:1879
+#: include/functions.php:1882
 msgid "Edit tags"
 msgstr "Редактировать теги"
 
-#: include/functions.php:1880
+#: include/functions.php:1883
 #, fuzzy
 msgid "Dismiss selected"
 msgstr "Скрыть выбранные статьи"
 
-#: include/functions.php:1881
+#: include/functions.php:1884
 #, fuzzy
 msgid "Dismiss read"
 msgstr "Опубликовать"
 
-#: include/functions.php:1882
+#: include/functions.php:1885
 #, fuzzy
 msgid "Open in new window"
 msgstr "Открыть статью в новом окне"
 
-#: include/functions.php:1883 js/viewfeed.js:1758
+#: include/functions.php:1886 js/viewfeed.js:1818
 msgid "Mark below as read"
 msgstr "Отметить статьи ниже как прочитанные"
 
-#: include/functions.php:1884 js/viewfeed.js:1752
+#: include/functions.php:1887 js/viewfeed.js:1812
 msgid "Mark above as read"
 msgstr "Отметить статьи выше как прочитанные"
 
-#: include/functions.php:1885
+#: include/functions.php:1888
 #, fuzzy
 msgid "Scroll down"
 msgstr "Всё выполнено."
 
-#: include/functions.php:1886
+#: include/functions.php:1889
 msgid "Scroll up"
 msgstr ""
 
-#: include/functions.php:1887
+#: include/functions.php:1890
 #, fuzzy
 msgid "Select article under cursor"
 msgstr "Выбрать статью под курсором мыши"
 
-#: include/functions.php:1888
+#: include/functions.php:1891
 msgid "Email article"
 msgstr "Отправить по почте"
 
-#: include/functions.php:1889 plugins/close_button/init.php:24
-msgid "Close article"
+#: include/functions.php:1892
+#, fuzzy
+msgid "Close/collapse article"
 msgstr "Закрыть статью"
 
-#: include/functions.php:1891
+#: include/functions.php:1894
 #, fuzzy
 msgid "Article selection"
 msgstr "Инвертировать выделение"
 
-#: include/functions.php:1892
+#: include/functions.php:1895
 msgid "Select all articles"
 msgstr "Выбрать все статьи"
 
-#: include/functions.php:1893
+#: include/functions.php:1896
 #, fuzzy
 msgid "Select unread"
 msgstr "Выбрать непрочитанные статьи"
 
-#: include/functions.php:1894
+#: include/functions.php:1897
 #, fuzzy
 msgid "Select starred"
 msgstr "Отметить"
 
-#: include/functions.php:1895
+#: include/functions.php:1898
 #, fuzzy
 msgid "Select published"
 msgstr "Выбрать непрочитанные статьи"
 
-#: include/functions.php:1896
+#: include/functions.php:1899
 #, fuzzy
 msgid "Invert selection"
 msgstr "Инвертировать выделение"
 
-#: include/functions.php:1897
+#: include/functions.php:1900
 #, fuzzy
 msgid "Deselect everything"
 msgstr "Очистить выделение статей"
 
-#: include/functions.php:1898 classes/pref/feeds.php:488
-#: classes/pref/feeds.php:707
+#: include/functions.php:1901 classes/pref/feeds.php:488
+#: classes/pref/feeds.php:719
 msgid "Feed"
 msgstr "Канал"
 
-#: include/functions.php:1899
+#: include/functions.php:1902
 #, fuzzy
 msgid "Refresh current feed"
 msgstr "Обновить активный канал"
 
-#: include/functions.php:1900
+#: include/functions.php:1903
 #, fuzzy
 msgid "Un/hide read feeds"
 msgstr "Показать/скрыть прочитанные"
 
-#: include/functions.php:1901 classes/pref/feeds.php:1214
+#: include/functions.php:1904 classes/pref/feeds.php:1240
 msgid "Subscribe to feed"
 msgstr "Подписаться на канал"
 
-#: include/functions.php:1902 js/FeedTree.js:135 js/PrefFeedTree.js:67
+#: include/functions.php:1905 js/FeedTree.js:135 js/PrefFeedTree.js:67
 msgid "Edit feed"
 msgstr "Редактировать канал"
 
-#: include/functions.php:1904
+#: include/functions.php:1907
 #, fuzzy
 msgid "Reverse headlines"
 msgstr "Обратный порядок заголовков"
 
-#: include/functions.php:1905
+#: include/functions.php:1908
 #, fuzzy
 msgid "Debug feed update"
 msgstr "Все каналы обновлены."
 
-#: include/functions.php:1906 js/FeedTree.js:170
+#: include/functions.php:1909 js/FeedTree.js:177
 msgid "Mark all feeds as read"
 msgstr "Отметить все каналы как прочитанные"
 
-#: include/functions.php:1907
+#: include/functions.php:1910
 #, fuzzy
 msgid "Un/collapse current category"
 msgstr "Щёлкните, чтобы развернуть категорию"
 
-#: include/functions.php:1908
+#: include/functions.php:1911
 #, fuzzy
 msgid "Toggle combined mode"
 msgstr "Переключить изменение режима категории"
 
-#: include/functions.php:1909
+#: include/functions.php:1912
 #, fuzzy
 msgid "Go to"
 msgstr "Перейти к.."
 
-#: include/functions.php:1911
+#: include/functions.php:1914
 #, fuzzy
 msgid "Fresh"
 msgstr "Обновить"
 
-#: include/functions.php:1914
+#: include/functions.php:1917
 msgid "Tag cloud"
 msgstr "Облако тегов"
 
-#: include/functions.php:1916
+#: include/functions.php:1919
 #, fuzzy
 msgid "Other"
 msgstr "Другой:"
 
-#: include/functions.php:1917 classes/pref/labels.php:281
+#: include/functions.php:1920 classes/pref/labels.php:281
 msgid "Create label"
 msgstr "Создать метку"
 
-#: include/functions.php:1918 classes/pref/filters.php:587
+#: include/functions.php:1921 classes/pref/filters.php:587
 msgid "Create filter"
 msgstr "Создать фильтр"
 
-#: include/functions.php:1919
+#: include/functions.php:1922
 #, fuzzy
 msgid "Un/collapse sidebar"
 msgstr "Развернуть боковую панель"
 
-#: include/functions.php:1920
+#: include/functions.php:1923
 #, fuzzy
 msgid "Show help dialog"
 msgstr "Показать диалог поиска"
 
-#: include/functions.php:2400
+#: include/functions.php:2405
 #, fuzzy, php-format
 msgid "Search results: %s"
 msgstr "Результаты поиска"
 
-#: include/functions.php:2824 js/viewfeed.js:1845
+#: include/functions.php:2893 js/viewfeed.js:1905
 msgid "Click to play"
 msgstr "Щёлкните для проигрывания"
 
-#: include/functions.php:2825 js/viewfeed.js:1844
+#: include/functions.php:2894 js/viewfeed.js:1904
 msgid "Play"
 msgstr "Играть"
 
-#: include/functions.php:2945
+#: include/functions.php:3015
 msgid " - "
 msgstr " - "
 
-#: include/functions.php:2967 include/functions.php:3284 classes/rpc.php:359
+#: include/functions.php:3037 include/functions.php:3354 classes/rpc.php:360
 msgid "no tags"
 msgstr "нет тегов"
 
-#: include/functions.php:2977 classes/feeds.php:645
+#: include/functions.php:3047 classes/feeds.php:656
 msgid "Edit tags for this article"
 msgstr "Редактировать теги статьи"
 
-#: include/functions.php:3006 classes/feeds.php:600
+#: include/functions.php:3076 classes/feeds.php:610
 msgid "Originally from:"
 msgstr "Оригинал:"
 
-#: include/functions.php:3019 classes/feeds.php:613 classes/pref/feeds.php:507
+#: include/functions.php:3089 classes/feeds.php:623 classes/pref/feeds.php:507
 #, fuzzy
 msgid "Feed URL"
 msgstr "Канал"
 
-#: include/functions.php:3048
+#: include/functions.php:3118
 msgid "Related"
 msgstr ""
 
-#: include/functions.php:3075 classes/dlg.php:43 classes/dlg.php:162
+#: include/functions.php:3145 classes/dlg.php:43 classes/dlg.php:162
 #: classes/dlg.php:185 classes/dlg.php:222 classes/dlg.php:508
 #: classes/dlg.php:543 classes/dlg.php:574 classes/dlg.php:608
 #: classes/dlg.php:620 classes/backend.php:105 classes/pref/users.php:106
-#: classes/pref/filters.php:108 classes/pref/feeds.php:1527
-#: classes/pref/feeds.php:1598 plugins/import_export/init.php:407
+#: classes/pref/filters.php:108 classes/pref/feeds.php:1553
+#: classes/pref/feeds.php:1624 plugins/import_export/init.php:407
 #: plugins/import_export/init.php:431 plugins/share/init.php:67
-#: plugins/updater/init.php:329
+#: plugins/updater/init.php:330
 msgid "Close this window"
 msgstr "Закрыть это окно"
 
-#: include/functions.php:3309
+#: include/functions.php:3379
 #, fuzzy
 msgid "(edit note)"
 msgstr "править заметку"
 
-#: include/functions.php:3542
+#: include/functions.php:3612
 msgid "unknown type"
 msgstr "неизвестный тип"
 
-#: include/functions.php:3592
+#: include/functions.php:3662
 #, fuzzy
 msgid "Attachments"
 msgstr "Вложения:"
@@ -949,7 +951,7 @@ msgstr "Опубликовать"
 msgid "Assign tags"
 msgstr "Применить теги"
 
-#: include/localized_schema.php:14 js/viewfeed.js:1809
+#: include/localized_schema.php:14 js/viewfeed.js:1869
 msgid "Assign label"
 msgstr "Применить метку"
 
@@ -1141,7 +1143,7 @@ msgstr "Группировать заголовки в виртуальные к
 
 #: include/localized_schema.php:57
 #, fuzzy
-msgid "Hide images in articles"
+msgid "Do not embed images in articles"
 msgstr "Не показывать изображения в статьях"
 
 #: include/localized_schema.php:58
@@ -1152,7 +1154,7 @@ msgstr ""
 msgid "User timezone"
 msgstr "Часовой пояс"
 
-#: include/localized_schema.php:60 js/prefs.js:1733
+#: include/localized_schema.php:60 js/prefs.js:1740
 msgid "Customize stylesheet"
 msgstr "Изменить пользовательские стили"
 
@@ -1204,7 +1206,7 @@ msgid "Title:"
 msgstr "Заголовок:"
 
 #: classes/handler/public.php:404 classes/dlg.php:667
-#: classes/pref/feeds.php:505 classes/pref/feeds.php:722
+#: classes/pref/feeds.php:505 classes/pref/feeds.php:734
 #: plugins/instances/init.php:215
 msgid "URL:"
 msgstr "URL:"
@@ -1233,8 +1235,8 @@ msgstr ""
 #: classes/dlg.php:751 classes/pref/users.php:194 classes/pref/labels.php:81
 #: classes/pref/filters.php:349 classes/pref/filters.php:729
 #: classes/pref/filters.php:798 classes/pref/filters.php:865
-#: classes/pref/feeds.php:689 classes/pref/feeds.php:829
-#: plugins/mail/init.php:132 plugins/note/init.php:55
+#: classes/pref/feeds.php:701 classes/pref/feeds.php:849
+#: plugins/mail/init.php:131 plugins/note/init.php:55
 #: plugins/instances/init.php:251
 msgid "Cancel"
 msgstr "Отмена"
@@ -1298,8 +1300,8 @@ msgstr ""
 #: classes/dlg.php:55 classes/pref/users.php:378 classes/pref/labels.php:272
 #: classes/pref/filters.php:230 classes/pref/filters.php:277
 #: classes/pref/filters.php:578 classes/pref/filters.php:657
-#: classes/pref/filters.php:684 classes/pref/feeds.php:1202
-#: classes/pref/feeds.php:1472 classes/pref/feeds.php:1541
+#: classes/pref/filters.php:684 classes/pref/feeds.php:1228
+#: classes/pref/feeds.php:1498 classes/pref/feeds.php:1567
 #: plugins/instances/init.php:287
 msgid "Select"
 msgstr "Выбрать"
@@ -1308,8 +1310,8 @@ msgstr "Выбрать"
 #: classes/pref/labels.php:275 classes/pref/filters.php:233
 #: classes/pref/filters.php:280 classes/pref/filters.php:581
 #: classes/pref/filters.php:660 classes/pref/filters.php:687
-#: classes/pref/feeds.php:1205 classes/pref/feeds.php:1475
-#: classes/pref/feeds.php:1544 plugins/instances/init.php:290
+#: classes/pref/feeds.php:1231 classes/pref/feeds.php:1501
+#: classes/pref/feeds.php:1570 plugins/instances/init.php:290
 msgid "All"
 msgstr "Все"
 
@@ -1317,8 +1319,8 @@ msgstr "Все"
 #: classes/pref/labels.php:277 classes/pref/filters.php:235
 #: classes/pref/filters.php:282 classes/pref/filters.php:583
 #: classes/pref/filters.php:662 classes/pref/filters.php:689
-#: classes/pref/feeds.php:1207 classes/pref/feeds.php:1477
-#: classes/pref/feeds.php:1546 plugins/instances/init.php:292
+#: classes/pref/feeds.php:1233 classes/pref/feeds.php:1503
+#: classes/pref/feeds.php:1572 plugins/instances/init.php:292
 msgid "None"
 msgstr "Ничего"
 
@@ -1385,7 +1387,7 @@ msgid "Feed or site URL"
 msgstr "Канал"
 
 #: classes/dlg.php:249 classes/dlg.php:715 classes/pref/feeds.php:527
-#: classes/pref/feeds.php:735
+#: classes/pref/feeds.php:747
 msgid "Place in category:"
 msgstr "Поместить в категорию:"
 
@@ -1394,17 +1396,17 @@ msgid "Available feeds"
 msgstr "Доступные каналы"
 
 #: classes/dlg.php:269 classes/pref/users.php:155 classes/pref/feeds.php:557
-#: classes/pref/feeds.php:771
+#: classes/pref/feeds.php:783
 msgid "Authentication"
 msgstr "Авторизация"
 
 #: classes/dlg.php:273 classes/dlg.php:729 classes/pref/users.php:438
-#: classes/pref/feeds.php:563 classes/pref/feeds.php:775
+#: classes/pref/feeds.php:563 classes/pref/feeds.php:787
 msgid "Login"
 msgstr "Пользователь:"
 
-#: classes/dlg.php:276 classes/dlg.php:732 classes/pref/prefs.php:196
-#: classes/pref/feeds.php:569 classes/pref/feeds.php:781
+#: classes/dlg.php:276 classes/dlg.php:732 classes/pref/prefs.php:202
+#: classes/pref/feeds.php:569 classes/pref/feeds.php:793
 msgid "Password"
 msgstr "Пароль"
 
@@ -1421,7 +1423,7 @@ msgid "More feeds"
 msgstr "Другие каналы"
 
 #: classes/dlg.php:318 classes/dlg.php:409 classes/pref/users.php:368
-#: classes/pref/filters.php:574 classes/pref/feeds.php:1198 js/tt-rss.js:166
+#: classes/pref/filters.php:574 classes/pref/feeds.php:1224 js/tt-rss.js:166
 msgid "Search"
 msgstr "Поиск"
 
@@ -1442,7 +1444,7 @@ msgstr "Сколько:"
 
 #: classes/dlg.php:349 classes/pref/users.php:394 classes/pref/labels.php:284
 #: classes/pref/filters.php:339 classes/pref/filters.php:596
-#: classes/pref/feeds.php:662 plugins/instances/init.php:297
+#: classes/pref/feeds.php:674 plugins/instances/init.php:297
 msgid "Remove"
 msgstr "Удалить"
 
@@ -1464,7 +1466,7 @@ msgstr "Теги для этой статьи (разделенные запят
 
 #: classes/dlg.php:439 classes/dlg.php:650 classes/pref/users.php:192
 #: classes/pref/labels.php:79 classes/pref/filters.php:346
-#: classes/pref/feeds.php:688 classes/pref/feeds.php:826
+#: classes/pref/feeds.php:700 classes/pref/feeds.php:846
 #: plugins/nsfw/init.php:86 plugins/note/init.php:53
 #: plugins/owncloud/init.php:62 plugins/instances/init.php:248
 msgid "Save"
@@ -1501,7 +1503,7 @@ msgstr ""
 msgid "Display entries"
 msgstr "показать каналы"
 
-#: classes/dlg.php:551 classes/feeds.php:133
+#: classes/dlg.php:551 classes/feeds.php:138
 msgid "View as RSS"
 msgstr "Показать в формате RSS"
 
@@ -1509,7 +1511,7 @@ msgstr "Показать в формате RSS"
 msgid "You can view this feed as RSS using the following URL:"
 msgstr ""
 
-#: classes/dlg.php:591 plugins/updater/init.php:303
+#: classes/dlg.php:591 plugins/updater/init.php:304
 #, php-format
 msgid "New version of Tiny Tiny RSS is available (%s)."
 msgstr "Доступна новая версия Tiny Tiny RSS (%s)."
@@ -1634,35 +1636,41 @@ msgstr "Переместить назад"
 msgid "Delete"
 msgstr "Удалить"
 
-#: classes/feeds.php:125 plugins/mail/init.php:28
+#: classes/feeds.php:125 classes/feeds.php:130 plugins/mailto/init.php:28
+#: plugins/mail/init.php:28
 msgid "Forward by email"
 msgstr "Отправить по почте"
 
-#: classes/feeds.php:129
+#: classes/feeds.php:134
 msgid "Feed:"
 msgstr "Канал:"
 
-#: classes/feeds.php:196 classes/feeds.php:790
+#: classes/feeds.php:201 classes/feeds.php:801
 msgid "Feed not found."
 msgstr "Канал не найден."
 
-#: classes/feeds.php:403 classes/feeds.php:493
+#: classes/feeds.php:500
 msgid "mark as read"
 msgstr "Отметить как прочитанные"
 
-#: classes/feeds.php:691
+#: classes/feeds.php:555
+#, fuzzy
+msgid "Collapse article"
+msgstr "Закрыть статью"
+
+#: classes/feeds.php:702
 msgid "No unread articles found to display."
 msgstr "Не найдено не прочитанных статей"
 
-#: classes/feeds.php:694
+#: classes/feeds.php:705
 msgid "No updated articles found to display."
 msgstr "Не найдено не прочитанных статей."
 
-#: classes/feeds.php:697
+#: classes/feeds.php:708
 msgid "No starred articles found to display."
 msgstr "Не найдено отмеченных статей"
 
-#: classes/feeds.php:701
+#: classes/feeds.php:712
 msgid ""
 "No articles found to display. You can assign articles to labels manually "
 "(see the Actions menu above) or use a filter."
@@ -1670,20 +1678,20 @@ msgstr ""
 "Нет статей для показа. Вы можете присвоить метку вручную (смотрите выше меню "
 "Действия) или используйте фильтр."
 
-#: classes/feeds.php:703
+#: classes/feeds.php:714
 msgid "No articles found to display."
 msgstr "Статей не найдено."
 
-#: classes/feeds.php:718 classes/feeds.php:899
+#: classes/feeds.php:729 classes/feeds.php:910
 #, php-format
 msgid "Feeds last updated at %s"
 msgstr "Последнее обновление в %s"
 
-#: classes/feeds.php:728 classes/feeds.php:909
+#: classes/feeds.php:739 classes/feeds.php:920
 msgid "Some feeds have update errors (click for details)"
 msgstr "Некоторые каналы не могут быть обновлены (щёлкните для подробностей)"
 
-#: classes/feeds.php:889
+#: classes/feeds.php:900
 msgid "No feed selected."
 msgstr "Канал не выбран."
 
@@ -1803,7 +1811,7 @@ msgid "Change password to"
 msgstr "Изменить пароль на"
 
 #: classes/pref/users.php:177 classes/pref/feeds.php:577
-#: classes/pref/feeds.php:787
+#: classes/pref/feeds.php:799
 msgid "Options"
 msgstr "Опции:"
 
@@ -1953,7 +1961,7 @@ msgstr ""
 msgid "Combine"
 msgstr ""
 
-#: classes/pref/filters.php:600 classes/pref/feeds.php:1257
+#: classes/pref/filters.php:600 classes/pref/feeds.php:1283
 msgid "Rescore articles"
 msgstr "Заново оценить статьи"
 
@@ -2014,182 +2022,173 @@ msgstr "Пароли не совпадают."
 msgid "Function not supported by authentication module."
 msgstr ""
 
-#: classes/pref/prefs.php:63
+#: classes/pref/prefs.php:69
 msgid "The configuration was saved."
 msgstr "Конфигурация сохранена."
 
-#: classes/pref/prefs.php:77
+#: classes/pref/prefs.php:83
 #, php-format
 msgid "Unknown option: %s"
 msgstr "Неизвестная опция: %s"
 
-#: classes/pref/prefs.php:91
+#: classes/pref/prefs.php:97
 #, fuzzy
 msgid "Your personal data has been saved."
 msgstr "Пароль был изменен."
 
-#: classes/pref/prefs.php:131
+#: classes/pref/prefs.php:137
 #, fuzzy
 msgid "Personal data / Authentication"
 msgstr "Авторизация"
 
-#: classes/pref/prefs.php:151
+#: classes/pref/prefs.php:157
 msgid "Personal data"
 msgstr "Личные данные"
 
-#: classes/pref/prefs.php:161
+#: classes/pref/prefs.php:167
 msgid "Full name"
 msgstr "Полное имя"
 
-#: classes/pref/prefs.php:165
+#: classes/pref/prefs.php:171
 msgid "E-mail"
 msgstr "E-mail"
 
-#: classes/pref/prefs.php:171
+#: classes/pref/prefs.php:177
 msgid "Access level"
 msgstr "Уровень доступа:"
 
-#: classes/pref/prefs.php:181
+#: classes/pref/prefs.php:187
 msgid "Save data"
 msgstr "Сохранить"
 
-#: classes/pref/prefs.php:203
+#: classes/pref/prefs.php:209
 msgid "Your password is at default value, please change it."
 msgstr "Используется пароль по умолчанию, пожалуйста, измените его."
 
-#: classes/pref/prefs.php:235
+#: classes/pref/prefs.php:241
 msgid "Old password"
 msgstr "Старый пароль"
 
-#: classes/pref/prefs.php:238
+#: classes/pref/prefs.php:244
 msgid "New password"
 msgstr "Новый пароль"
 
-#: classes/pref/prefs.php:243
+#: classes/pref/prefs.php:249
 msgid "Confirm password"
 msgstr "Подтверждение пароля"
 
-#: classes/pref/prefs.php:253
+#: classes/pref/prefs.php:259
 msgid "Change password"
 msgstr "Изменить пароль"
 
-#: classes/pref/prefs.php:259
+#: classes/pref/prefs.php:265
 msgid "One time passwords / Authenticator"
 msgstr ""
 
-#: classes/pref/prefs.php:288 classes/pref/prefs.php:339
+#: classes/pref/prefs.php:294 classes/pref/prefs.php:345
 #, fuzzy
 msgid "Enter your password"
 msgstr "Некорректное имя пользователя или пароль"
 
-#: classes/pref/prefs.php:299
+#: classes/pref/prefs.php:305
 #, fuzzy
 msgid "Disable OTP"
 msgstr "(Отключен)"
 
-#: classes/pref/prefs.php:305
+#: classes/pref/prefs.php:311
 msgid ""
 "You will need a compatible Authenticator to use this. Changing your password "
 "would automatically disable OTP."
 msgstr ""
 
-#: classes/pref/prefs.php:307
+#: classes/pref/prefs.php:313
 msgid "Scan the following code by the Authenticator application:"
 msgstr ""
 
-#: classes/pref/prefs.php:348
+#: classes/pref/prefs.php:354
 msgid "I have scanned the code and would like to enable OTP"
 msgstr ""
 
-#: classes/pref/prefs.php:356
+#: classes/pref/prefs.php:362
 #, fuzzy
 msgid "Enable OTP"
 msgstr "Включен"
 
-#: classes/pref/prefs.php:482
+#: classes/pref/prefs.php:493
 #, fuzzy
 msgid "Customize"
 msgstr "Изменить пользовательские стили"
 
-#: classes/pref/prefs.php:501 classes/pref/prefs.php:508
-#: classes/pref/prefs.php:513
-msgid "Yes"
-msgstr "Да"
-
-#: classes/pref/prefs.php:503 classes/pref/prefs.php:513
-msgid "No"
-msgstr "Нет"
-
-#: classes/pref/prefs.php:543
+#: classes/pref/prefs.php:552
 msgid "Register"
 msgstr "Регистрация"
 
-#: classes/pref/prefs.php:547
+#: classes/pref/prefs.php:556
 msgid "Clear"
 msgstr ""
 
-#: classes/pref/prefs.php:553
+#: classes/pref/prefs.php:562
 #, php-format
 msgid "Current server time: %s (UTC)"
 msgstr ""
 
-#: classes/pref/prefs.php:582
+#: classes/pref/prefs.php:595
 msgid "Save configuration"
 msgstr "Сохранить конфигурацию"
 
-#: classes/pref/prefs.php:585
+#: classes/pref/prefs.php:598
 msgid "Manage profiles"
 msgstr "Управление профилями"
 
-#: classes/pref/prefs.php:588
+#: classes/pref/prefs.php:601
 msgid "Reset to defaults"
 msgstr "Сбросить настройки"
 
-#: classes/pref/prefs.php:600
+#: classes/pref/prefs.php:613
 #, fuzzy
 msgid "Show additional preferences"
 msgstr "Закрыть настройки"
 
-#: classes/pref/prefs.php:612 classes/pref/prefs.php:614
+#: classes/pref/prefs.php:625 classes/pref/prefs.php:627
 msgid "Plugins"
 msgstr ""
 
-#: classes/pref/prefs.php:642
+#: classes/pref/prefs.php:655
 msgid "System plugins"
 msgstr ""
 
-#: classes/pref/prefs.php:646 classes/pref/prefs.php:695
+#: classes/pref/prefs.php:659 classes/pref/prefs.php:708
 msgid "Plugin"
 msgstr ""
 
-#: classes/pref/prefs.php:647 classes/pref/prefs.php:696
+#: classes/pref/prefs.php:660 classes/pref/prefs.php:709
 #, fuzzy
 msgid "Description"
 msgstr "описание"
 
-#: classes/pref/prefs.php:648 classes/pref/prefs.php:697
+#: classes/pref/prefs.php:661 classes/pref/prefs.php:710
 msgid "Version"
 msgstr ""
 
-#: classes/pref/prefs.php:649 classes/pref/prefs.php:698
+#: classes/pref/prefs.php:662 classes/pref/prefs.php:711
 msgid "Author"
 msgstr ""
 
-#: classes/pref/prefs.php:682 classes/pref/prefs.php:733
+#: classes/pref/prefs.php:695 classes/pref/prefs.php:746
 #, fuzzy
 msgid "Clear data"
 msgstr "Очистить данные канала."
 
-#: classes/pref/prefs.php:691
+#: classes/pref/prefs.php:704
 msgid "User plugins"
 msgstr ""
 
-#: classes/pref/prefs.php:748
+#: classes/pref/prefs.php:761
 #, fuzzy
 msgid "Enable selected plugins"
 msgstr "Разрешить иконки каналов"
 
-#: classes/pref/prefs.php:803 classes/pref/prefs.php:821
+#: classes/pref/prefs.php:816 classes/pref/prefs.php:834
 #, fuzzy
 msgid "Incorrect password"
 msgstr "Некорректное имя пользователя или пароль"
@@ -2209,7 +2208,7 @@ msgstr "(%d каналов)"
 msgid "Feed Title"
 msgstr "Заголовок"
 
-#: classes/pref/feeds.php:550 classes/pref/feeds.php:762
+#: classes/pref/feeds.php:550 classes/pref/feeds.php:774
 msgid "Article purging:"
 msgstr "Удаление сообщений:"
 
@@ -2219,137 +2218,141 @@ msgid ""
 "requires authentication, except for Twitter feeds."
 msgstr ""
 
-#: classes/pref/feeds.php:589 classes/pref/feeds.php:791
+#: classes/pref/feeds.php:589 classes/pref/feeds.php:803
 msgid "Hide from Popular feeds"
 msgstr "Спрятать из списка популярных каналов"
 
-#: classes/pref/feeds.php:601 classes/pref/feeds.php:797
+#: classes/pref/feeds.php:601 classes/pref/feeds.php:809
 msgid "Include in e-mail digest"
 msgstr "Включить в e-mail дайджест"
 
-#: classes/pref/feeds.php:614 classes/pref/feeds.php:803
+#: classes/pref/feeds.php:614 classes/pref/feeds.php:815
 msgid "Always display image attachments"
 msgstr "Всегда показывать вложенные изображения"
 
-#: classes/pref/feeds.php:628 classes/pref/feeds.php:811
+#: classes/pref/feeds.php:627 classes/pref/feeds.php:823
+msgid "Do not embed images"
+msgstr ""
+
+#: classes/pref/feeds.php:640 classes/pref/feeds.php:831
 msgid "Cache images locally"
 msgstr "Кэшировать изображения локально"
 
-#: classes/pref/feeds.php:640 classes/pref/feeds.php:817
+#: classes/pref/feeds.php:652 classes/pref/feeds.php:837
 msgid "Mark updated articles as unread"
 msgstr "Пометить все статьи как прочитанные?"
 
-#: classes/pref/feeds.php:646
+#: classes/pref/feeds.php:658
 msgid "Icon"
 msgstr "Иконка"
 
-#: classes/pref/feeds.php:660
+#: classes/pref/feeds.php:672
 msgid "Replace"
 msgstr "Заменить"
 
-#: classes/pref/feeds.php:679
+#: classes/pref/feeds.php:691
 msgid "Resubscribe to push updates"
 msgstr "Переподписаться на PUSH обновления"
 
-#: classes/pref/feeds.php:686
+#: classes/pref/feeds.php:698
 msgid "Resets PubSubHubbub subscription status for push-enabled feeds."
 msgstr "Сбрасывает статусподписки с помощью механизма PubSubHubbub"
 
-#: classes/pref/feeds.php:701
+#: classes/pref/feeds.php:713
 msgid "Enable the options you wish to apply using checkboxes on the right:"
 msgstr ""
 
-#: classes/pref/feeds.php:1051 classes/pref/feeds.php:1104
+#: classes/pref/feeds.php:1077 classes/pref/feeds.php:1130
 msgid "All done."
 msgstr "Всё выполнено."
 
-#: classes/pref/feeds.php:1159
+#: classes/pref/feeds.php:1185
 msgid "Feeds with errors"
 msgstr "Каналы с ошибками"
 
-#: classes/pref/feeds.php:1179
+#: classes/pref/feeds.php:1205
 msgid "Inactive feeds"
 msgstr "Неактивные каналы"
 
-#: classes/pref/feeds.php:1216
+#: classes/pref/feeds.php:1242
 msgid "Edit selected feeds"
 msgstr "Редактировать выбранные каналы"
 
-#: classes/pref/feeds.php:1218 classes/pref/feeds.php:1232
+#: classes/pref/feeds.php:1244 classes/pref/feeds.php:1258
 msgid "Reset sort order"
 msgstr "Сбросить сортировку"
 
-#: classes/pref/feeds.php:1220 js/prefs.js:1778
+#: classes/pref/feeds.php:1246 js/prefs.js:1785
 #, fuzzy
 msgid "Batch subscribe"
 msgstr "Отписаться"
 
-#: classes/pref/feeds.php:1225
+#: classes/pref/feeds.php:1251
 msgid "Categories"
 msgstr "Категории"
 
-#: classes/pref/feeds.php:1228
+#: classes/pref/feeds.php:1254
 #, fuzzy
 msgid "Add category"
 msgstr "Добавить категорию..."
 
-#: classes/pref/feeds.php:1230
+#: classes/pref/feeds.php:1256
 #, fuzzy
 msgid "(Un)hide empty categories"
 msgstr "Редактировать категории"
 
-#: classes/pref/feeds.php:1234
+#: classes/pref/feeds.php:1260
 #, fuzzy
 msgid "Remove selected"
 msgstr "Удалить выбранные фильтры?"
 
-#: classes/pref/feeds.php:1248
+#: classes/pref/feeds.php:1274
 msgid "More actions..."
 msgstr "Действия..."
 
-#: classes/pref/feeds.php:1252
+#: classes/pref/feeds.php:1278
 msgid "Manual purge"
 msgstr "Ручная очистка"
 
-#: classes/pref/feeds.php:1256
+#: classes/pref/feeds.php:1282
 msgid "Clear feed data"
 msgstr "Очистить данные канала."
 
-#: classes/pref/feeds.php:1307
+#: classes/pref/feeds.php:1333
 msgid "OPML"
 msgstr "OPML"
 
-#: classes/pref/feeds.php:1309
+#: classes/pref/feeds.php:1335
 msgid ""
 "Using OPML you can export and import your feeds, filters, labels and Tiny "
 "Tiny RSS settings."
 msgstr ""
 
-#: classes/pref/feeds.php:1311
+#: classes/pref/feeds.php:1337
 msgid "Only main settings profile can be migrated using OPML."
 msgstr "Только главный профиль настроек будет экспортирован в OPML."
 
-#: classes/pref/feeds.php:1324
+#: classes/pref/feeds.php:1350
 #, fuzzy
 msgid "Import my OPML"
 msgstr "Импортирую OPML..."
 
-#: classes/pref/feeds.php:1328
+#: classes/pref/feeds.php:1354
 #, fuzzy
 msgid "Filename:"
 msgstr "Полное имя"
 
-#: classes/pref/feeds.php:1330
+#: classes/pref/feeds.php:1356
 #, fuzzy
 msgid "Include settings"
 msgstr "Включить в e-mail дайджест"
 
-#: classes/pref/feeds.php:1334
+#: classes/pref/feeds.php:1360
 #, fuzzy
 msgid "Export OPML"
 msgstr "Экспортировать OPML"
 
-#: classes/pref/feeds.php:1338
+#: classes/pref/feeds.php:1364
 #, fuzzy
 msgid ""
 "Your OPML can be published publicly and can be subscribed by anyone who "
@@ -2358,23 +2361,23 @@ msgstr ""
 "Опубликованные статьи экспортируется в качестве общего RSS канала и могут "
 "быть подписаны кем-либо ещё, кто знает URL, указанный ниже."
 
-#: classes/pref/feeds.php:1340
+#: classes/pref/feeds.php:1366
 msgid ""
 "Published OPML does not include your Tiny Tiny RSS settings, feeds that "
 "require authentication or feeds hidden from Popular feeds."
 msgstr ""
 
-#: classes/pref/feeds.php:1343
+#: classes/pref/feeds.php:1369
 #, fuzzy
 msgid "Display published OPML URL"
 msgstr "Публичная ссылка на OPML"
 
-#: classes/pref/feeds.php:1353
+#: classes/pref/feeds.php:1379
 #, fuzzy
 msgid "Firefox integration"
 msgstr "Интеграция в Firefox"
 
-#: classes/pref/feeds.php:1355
+#: classes/pref/feeds.php:1381
 msgid ""
 "This Tiny Tiny RSS site can be used as a Firefox Feed Reader by clicking the "
 "link below."
@@ -2382,21 +2385,21 @@ msgstr ""
 "Этот сайт с Tiny Tiny RSS можно использовать в Firefox как агрегатор RSS. "
 "Для этого щёлкните по ссылке ниже."
 
-#: classes/pref/feeds.php:1362
+#: classes/pref/feeds.php:1388
 msgid "Click here to register this site as a feed reader."
 msgstr "Щёлкните здесь для регистрации сайта в роли RSS агрегатора"
 
-#: classes/pref/feeds.php:1370
+#: classes/pref/feeds.php:1396
 #, fuzzy
 msgid "Published & shared articles / Generated feeds"
 msgstr "Заново оценить статьи в выбранных каналах?"
 
-#: classes/pref/feeds.php:1372
+#: classes/pref/feeds.php:1398
 #, fuzzy
 msgid "Published articles and generated feeds"
 msgstr "Заново оценить статьи в выбранных каналах?"
 
-#: classes/pref/feeds.php:1374
+#: classes/pref/feeds.php:1400
 msgid ""
 "Published articles are exported as a public RSS feed and can be subscribed "
 "by anyone who knows the URL specified below."
@@ -2404,44 +2407,44 @@ msgstr ""
 "Опубликованные статьи экспортируется в качестве общего RSS канала и могут "
 "быть подписаны кем-либо ещё, кто знает URL, указанный ниже."
 
-#: classes/pref/feeds.php:1380
+#: classes/pref/feeds.php:1406
 #, fuzzy
 msgid "Display URL"
 msgstr "показать теги"
 
-#: classes/pref/feeds.php:1383
+#: classes/pref/feeds.php:1409
 msgid "Clear all generated URLs"
 msgstr ""
 
-#: classes/pref/feeds.php:1385
+#: classes/pref/feeds.php:1411
 #, fuzzy
 msgid "Articles shared by URL"
 msgstr "Расшарить статью по ссылке"
 
-#: classes/pref/feeds.php:1387
+#: classes/pref/feeds.php:1413
 msgid "You can disable all articles shared by unique URLs here."
 msgstr ""
 
-#: classes/pref/feeds.php:1390
+#: classes/pref/feeds.php:1416
 #, fuzzy
 msgid "Unshare all articles"
 msgstr "Отмеченные"
 
-#: classes/pref/feeds.php:1468
+#: classes/pref/feeds.php:1494
 msgid ""
 "These feeds have not been updated with new content for 3 months (oldest "
 "first):"
 msgstr "Эти каналы не были обновлены в течение трех месяцев:"
 
-#: classes/pref/feeds.php:1505 classes/pref/feeds.php:1574
+#: classes/pref/feeds.php:1531 classes/pref/feeds.php:1600
 msgid "Click to edit feed"
 msgstr "Щёлкните для редактирования"
 
-#: classes/pref/feeds.php:1523 classes/pref/feeds.php:1594
+#: classes/pref/feeds.php:1549 classes/pref/feeds.php:1620
 msgid "Unsubscribe from selected feeds"
 msgstr "Отписаться от выбранных каналов?"
 
-#: classes/pref/feeds.php:1534
+#: classes/pref/feeds.php:1560
 msgid "These feeds have not been updated because of errors:"
 msgstr "Эти каналы не были обновлены из-за ошибок:"
 
@@ -2472,6 +2475,10 @@ msgstr "Привет,"
 msgid "Regular version"
 msgstr ""
 
+#: plugins/close_button/init.php:24
+msgid "Close article"
+msgstr "Закрыть статью"
+
 #: plugins/nsfw/init.php:32 plugins/nsfw/init.php:43
 msgid "Not work safe (click to toggle)"
 msgstr ""
@@ -2506,6 +2513,34 @@ msgstr "Пароль был изменен."
 msgid "Old password is incorrect."
 msgstr "Старый пароль неправилен."
 
+#: plugins/mailto/init.php:52 plugins/mailto/init.php:58
+#: plugins/mail/init.php:71 plugins/mail/init.php:77
+msgid "[Forwarded]"
+msgstr ""
+
+#: plugins/mailto/init.php:52 plugins/mail/init.php:71
+msgid "Multiple articles"
+msgstr "Все статьи"
+
+#: plugins/mailto/init.php:74
+msgid "Clicking the following link to invoke your mail client:"
+msgstr ""
+
+#: plugins/mailto/init.php:78
+#, fuzzy
+msgid "Forward selected article(s) by email."
+msgstr "Отмеченные"
+
+#: plugins/mailto/init.php:81
+msgid ""
+"You should be able to edit the message before sending in your mail client."
+msgstr ""
+
+#: plugins/mailto/init.php:86
+#, fuzzy
+msgid "Close this dialog"
+msgstr "Закрыть это окно"
+
 #: plugins/bookmarklets/init.php:22
 msgid "Bookmarklets"
 msgstr ""
@@ -2582,27 +2617,19 @@ msgid ""
 "\t\t\t\tin PHP.ini (current value = %s)"
 msgstr ""
 
-#: plugins/mail/init.php:72 plugins/mail/init.php:78
-msgid "[Forwarded]"
-msgstr ""
-
-#: plugins/mail/init.php:72
-msgid "Multiple articles"
-msgstr "Все статьи"
-
-#: plugins/mail/init.php:93
+#: plugins/mail/init.php:92
 msgid "From:"
 msgstr "От:"
 
-#: plugins/mail/init.php:102
+#: plugins/mail/init.php:101
 msgid "To:"
 msgstr "Кому:"
 
-#: plugins/mail/init.php:115
+#: plugins/mail/init.php:114
 msgid "Subject:"
 msgstr "Заголовок:"
 
-#: plugins/mail/init.php:131
+#: plugins/mail/init.php:130
 msgid "Send e-mail"
 msgstr "Отправить письмо"
 
@@ -2688,29 +2715,29 @@ msgstr "Отмеченные"
 msgid "Share on Google+"
 msgstr "Заголовок"
 
-#: plugins/updater/init.php:294 plugins/updater/init.php:306
+#: plugins/updater/init.php:295 plugins/updater/init.php:307
 #: plugins/updater/updater.js:10
 #, fuzzy
 msgid "Update Tiny Tiny RSS"
 msgstr "Вернуться к Tiny Tiny RSS"
 
-#: plugins/updater/init.php:309
+#: plugins/updater/init.php:310
 #, fuzzy
 msgid "Your Tiny Tiny RSS installation is up to date."
 msgstr "Tiny Tiny RSS база данных обновлена."
 
-#: plugins/updater/init.php:319
+#: plugins/updater/init.php:320
 msgid ""
 "Do not close this dialog until updating is finished. Backup your tt-rss "
 "directory before continuing."
 msgstr ""
 
-#: plugins/updater/init.php:322
+#: plugins/updater/init.php:323
 #, fuzzy
 msgid "Ready to update."
 msgstr "Последнее обновление:"
 
-#: plugins/updater/init.php:327
+#: plugins/updater/init.php:328
 #, fuzzy
 msgid "Start update"
 msgstr "Последнее обновление:"
@@ -2720,11 +2747,11 @@ msgstr "Последнее обновление:"
 msgid "Share on Twitter"
 msgstr "Заголовок"
 
-#: js/feedlist.js:218
+#: js/feedlist.js:215
 msgid "New articles available in this feed (click to show)"
 msgstr ""
 
-#: js/feedlist.js:420 js/feedlist.js:435 plugins/digest/digest.js:25
+#: js/feedlist.js:417 js/feedlist.js:432 plugins/digest/digest.js:25
 msgid "Mark all articles in %s as read?"
 msgstr "Отметить все статьи в %s как прочитанные?"
 
@@ -2813,7 +2840,7 @@ msgid ""
 "hub again on next feed update."
 msgstr ""
 
-#: js/functions.js:1266 js/tt-rss.js:367
+#: js/functions.js:1266 js/tt-rss.js:369
 msgid "Unsubscribe from %s?"
 msgstr "Отписаться от %s?"
 
@@ -2826,7 +2853,7 @@ msgstr "Пожалуйста, укажите заметку для статьи:
 msgid "Generate new syndication address for this feed?"
 msgstr ""
 
-#: js/functions.js:1597 js/tt-rss.js:348 js/tt-rss.js:713
+#: js/functions.js:1597 js/tt-rss.js:350 js/tt-rss.js:729
 msgid "You can't edit this kind of feed."
 msgstr "Вы не можете редактировать этот канал."
 
@@ -2841,8 +2868,8 @@ msgid "More Feeds"
 msgstr "Больше каналов"
 
 #: js/functions.js:1711 js/functions.js:1821 js/prefs.js:397 js/prefs.js:427
-#: js/prefs.js:459 js/prefs.js:642 js/prefs.js:662 js/prefs.js:1203
-#: js/prefs.js:1348
+#: js/prefs.js:459 js/prefs.js:642 js/prefs.js:662 js/prefs.js:1210
+#: js/prefs.js:1355
 msgid "No feeds are selected."
 msgstr "Нет выбранных каналов."
 
@@ -2857,7 +2884,7 @@ msgstr ""
 msgid "Feeds with update errors"
 msgstr "Ошибки обновления"
 
-#: js/functions.js:1803 js/prefs.js:1185
+#: js/functions.js:1803 js/prefs.js:1192
 #, fuzzy
 msgid "Remove selected feeds?"
 msgstr "Удалить выбранные фильтры?"
@@ -2903,7 +2930,7 @@ msgstr "Удалить фильтр %s?"
 msgid "Remove selected labels?"
 msgstr "Удалить выбранные метки?"
 
-#: js/prefs.js:295 js/prefs.js:1389
+#: js/prefs.js:295 js/prefs.js:1396
 msgid "No labels are selected."
 msgstr "Нет выбранных меток."
 
@@ -2971,102 +2998,102 @@ msgstr "Редактор канала"
 msgid "Save changes to selected feeds?"
 msgstr "Сохранить изменения выбранных каналов?"
 
-#: js/prefs.js:790
+#: js/prefs.js:797
 msgid "OPML Import"
 msgstr "Импорт OPML"
 
-#: js/prefs.js:817
+#: js/prefs.js:824
 msgid "Please choose an OPML file first."
 msgstr "Пожалуйста выберите файл OPML."
 
-#: js/prefs.js:973
+#: js/prefs.js:980
 msgid "Reset to defaults?"
 msgstr "Сбросить настройки?"
 
-#: js/prefs.js:1092
+#: js/prefs.js:1099
 msgid ""
 "Remove category %s? Any nested feeds would be placed into Uncategorized."
 msgstr ""
 
-#: js/prefs.js:1119
+#: js/prefs.js:1126
 msgid "Remove selected categories?"
 msgstr "Удалить выбранные категории?"
 
-#: js/prefs.js:1135
+#: js/prefs.js:1142
 msgid "No categories are selected."
 msgstr "Нет выбранных категорий."
 
-#: js/prefs.js:1143
+#: js/prefs.js:1150
 #, fuzzy
 msgid "Category title:"
 msgstr "Редактор категорий"
 
-#: js/prefs.js:1174
+#: js/prefs.js:1181
 msgid "Feeds without recent updates"
 msgstr "Давно не обновлявшиеся каналы"
 
-#: js/prefs.js:1223
+#: js/prefs.js:1230
 msgid "Replace current OPML publishing address with a new one?"
 msgstr "Изменить текущий адрес публикации OPML на новый?"
 
-#: js/prefs.js:1332
+#: js/prefs.js:1339
 msgid "Rescore articles in selected feeds?"
 msgstr "Заново оценить статьи в выбранных каналах?"
 
-#: js/prefs.js:1355
+#: js/prefs.js:1362
 msgid "Rescore all articles? This operation may take a lot of time."
 msgstr ""
 "Оценить заново все статьи? Эта операция может продолжаться длительное время."
 
-#: js/prefs.js:1375
+#: js/prefs.js:1382
 #, fuzzy
 msgid "Reset selected labels to default colors?"
 msgstr "Сбросить метку цветов, на цвета по умолчанию?"
 
-#: js/prefs.js:1412
+#: js/prefs.js:1419
 msgid "Settings Profiles"
 msgstr "Профили настроек"
 
-#: js/prefs.js:1421
+#: js/prefs.js:1428
 msgid ""
 "Remove selected profiles? Active and default profiles will not be removed."
 msgstr ""
 
-#: js/prefs.js:1439
+#: js/prefs.js:1446
 msgid "No profiles are selected."
 msgstr "Профиль не выбран"
 
-#: js/prefs.js:1447 js/prefs.js:1500
+#: js/prefs.js:1454 js/prefs.js:1507
 msgid "Activate selected profile?"
 msgstr "Активировать выбранный профиль?"
 
-#: js/prefs.js:1463 js/prefs.js:1516
+#: js/prefs.js:1470 js/prefs.js:1523
 msgid "Please choose a profile to activate."
 msgstr "Пожалуйста выберите какой-нибудь профиль."
 
-#: js/prefs.js:1524
+#: js/prefs.js:1531
 msgid "This will invalidate all previously generated feed URLs. Continue?"
 msgstr ""
 
-#: js/prefs.js:1543
+#: js/prefs.js:1550
 msgid "This will invalidate all previously shared article URLs. Continue?"
 msgstr ""
 
-#: js/prefs.js:1641
+#: js/prefs.js:1648
 msgid "Label Editor"
 msgstr "Редактор Меток"
 
-#: js/prefs.js:1704
+#: js/prefs.js:1711
 msgid ""
 "This will clear your stored authentication information for Twitter. Continue?"
 msgstr ""
 
-#: js/prefs.js:1784
+#: js/prefs.js:1791
 #, fuzzy
 msgid "Subscribing to feeds..."
 msgstr "Подписаться на канал..."
 
-#: js/prefs.js:1821
+#: js/prefs.js:1828
 msgid "Clear stored data for this plugin?"
 msgstr ""
 
@@ -3074,28 +3101,28 @@ msgstr ""
 msgid "Mark all articles as read?"
 msgstr "Пометить все статьи как прочитанные?"
 
-#: js/tt-rss.js:356
+#: js/tt-rss.js:358
 msgid "You can't unsubscribe from the category."
 msgstr "Нельзя отписаться от категории."
 
-#: js/tt-rss.js:361 js/tt-rss.js:511
+#: js/tt-rss.js:363 js/tt-rss.js:513
 msgid "Please select some feed first."
 msgstr "Пожалуйста выберите какой-нибудь канал."
 
-#: js/tt-rss.js:506
+#: js/tt-rss.js:508
 msgid "You can't rescore this kind of feed."
 msgstr "Вы не можете снова оценить этот канал."
 
-#: js/tt-rss.js:516
+#: js/tt-rss.js:518
 msgid "Rescore articles in %s?"
 msgstr "Установить оценку статьям в %s?"
 
-#: js/tt-rss.js:672
+#: js/tt-rss.js:688
 #, fuzzy
 msgid "Please enable mail plugin first."
 msgstr "Пожалуйста выберите какой-нибудь канал."
 
-#: js/tt-rss.js:834
+#: js/tt-rss.js:850
 #, fuzzy
 msgid "New version available!"
 msgstr "Доступная новая версия Tiny Tiny RSS!"
@@ -3120,75 +3147,76 @@ msgstr "Отмеченные"
 msgid "Unpublish article"
 msgstr "Не публиковать"
 
-#: js/viewfeed.js:674 js/viewfeed.js:702 js/viewfeed.js:729 js/viewfeed.js:791
-#: js/viewfeed.js:823 js/viewfeed.js:960 js/viewfeed.js:1003
-#: js/viewfeed.js:1053 js/viewfeed.js:1927 plugins/mail/mail.js:7
+#: js/viewfeed.js:681 js/viewfeed.js:709 js/viewfeed.js:736 js/viewfeed.js:798
+#: js/viewfeed.js:830 js/viewfeed.js:967 js/viewfeed.js:1010
+#: js/viewfeed.js:1060 js/viewfeed.js:1987 plugins/mailto/init.js:7
+#: plugins/mail/mail.js:7
 msgid "No articles are selected."
 msgstr "Нет выбранных статей."
 
-#: js/viewfeed.js:940
+#: js/viewfeed.js:947
 msgid "Mark all visible articles in %s as read?"
 msgstr "Отметить все видимые статьи в %s как прочитанные?"
 
-#: js/viewfeed.js:968
+#: js/viewfeed.js:975
 #, fuzzy
 msgid "Delete %d selected articles in %s?"
 msgstr "Отметить %d выбранные статьи в %s как прочитанные?"
 
-#: js/viewfeed.js:970
+#: js/viewfeed.js:977
 msgid "Delete %d selected articles?"
 msgstr "Удалить %d выбранных статей?"
 
-#: js/viewfeed.js:1012
+#: js/viewfeed.js:1019
 msgid "Archive %d selected articles in %s?"
 msgstr "Архивировать %d выбранных статей в %s?"
 
-#: js/viewfeed.js:1015
+#: js/viewfeed.js:1022
 msgid "Move %d archived articles back?"
 msgstr "Переместить %d архивированных статей назад?"
 
-#: js/viewfeed.js:1059
+#: js/viewfeed.js:1066
 msgid "Mark %d selected articles in %s as read?"
 msgstr "Отметить %d выбранные статьи в %s как прочитанные?"
 
-#: js/viewfeed.js:1083
+#: js/viewfeed.js:1090
 msgid "Edit article Tags"
 msgstr "Редактировать теги"
 
-#: js/viewfeed.js:1252
+#: js/viewfeed.js:1259
 msgid "No article is selected."
 msgstr "Статья не выбрана"
 
-#: js/viewfeed.js:1287
+#: js/viewfeed.js:1294
 msgid "No articles found to mark"
 msgstr "Статей для отметки не найдено."
 
-#: js/viewfeed.js:1289
+#: js/viewfeed.js:1296
 msgid "Mark %d article(s) as read?"
 msgstr "Отметить %d статью(ей) как прочитанные?"
 
-#: js/viewfeed.js:1744
+#: js/viewfeed.js:1804
 msgid "Open original article"
 msgstr "Показать оригинальное содержимое статьи"
 
-#: js/viewfeed.js:1814
+#: js/viewfeed.js:1874
 msgid "Remove label"
 msgstr "Удалить метку"
 
-#: js/viewfeed.js:1838
+#: js/viewfeed.js:1898
 msgid "Playing..."
 msgstr "Проигрываю..."
 
-#: js/viewfeed.js:1839
+#: js/viewfeed.js:1899
 msgid "Click to pause"
 msgstr "Пауза"
 
-#: js/viewfeed.js:1896
+#: js/viewfeed.js:1956
 #, fuzzy
 msgid "Please enter new score for selected articles:"
 msgstr "Пожалуйста, укажите заметку для статьи:"
 
-#: js/viewfeed.js:1938
+#: js/viewfeed.js:1998
 #, fuzzy
 msgid "Please enter new score for this article:"
 msgstr "Пожалуйста, укажите заметку для статьи:"
@@ -3223,6 +3251,11 @@ msgstr "&nbsp;&nbsp;Показать/скрыть прочитанные"
 msgid "Load more..."
 msgstr "Идет загрузка помощи..."
 
+#: plugins/mailto/init.js:21 plugins/mail/mail.js:21
+#, fuzzy
+msgid "Forward article by email"
+msgstr "Отмеченные"
+
 #: plugins/import_export/import_export.js:13
 msgid "Export Data"
 msgstr "Экспортировать данные"
@@ -3241,11 +3274,6 @@ msgstr "Импортировать данные"
 msgid "Please choose the file first."
 msgstr "Пожалуйста выберите файл."
 
-#: plugins/mail/mail.js:21
-#, fuzzy
-msgid "Forward article by email"
-msgstr "Отмеченные"
-
 #: plugins/instances/instances.js:10
 #, fuzzy
 msgid "Link Instance"
@@ -3281,6 +3309,12 @@ msgid ""
 "before continuing. Please type 'yes' to continue."
 msgstr ""
 
+#~ msgid "Yes"
+#~ msgstr "Да"
+
+#~ msgid "No"
+#~ msgstr "Нет"
+
 #~ msgid "Comments?"
 #~ msgstr "Комментарии?"
 
@@ -3404,10 +3438,6 @@ msgstr ""
 #~ msgid "Original article"
 #~ msgstr "Показать оригинальное содержимое статьи"
 
-#, fuzzy
-#~ msgid "Close this panel"
-#~ msgstr "Закрыть это окно"
-
 #, fuzzy
 #~ msgid "Update feed"
 #~ msgstr "Обновить все каналы"
index eaa7154a89f85dd09eb95da185913abfb5585172..a434304ce5d68cb6e7a8b13829d76a67752c4517 100644 (file)
Binary files a/locale/zh_CN/LC_MESSAGES/messages.mo and b/locale/zh_CN/LC_MESSAGES/messages.mo differ
index c189fdf72386a9cab5e9a6baa0b7c1ec2196190b..1eadaae5b75e3259b8e1a06e3ad4c6908029929e 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Tiny Tiny RSS\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-03-19 10:14+0400\n"
+"POT-Creation-Date: 2013-03-20 15:53+0400\n"
 "PO-Revision-Date: 2012-02-14 08:32+0000\n"
 "Last-Translator: Sai <lazycai.ffsky@gmail.com>\n"
 "Language-Team: Chinese (China) (http://www.transifex.net/projects/p/tt-rss/"
@@ -249,8 +249,8 @@ msgstr "SQL 脱出测试失败,请检查您的数据库和 PHP 设置。"
 
 #: index.php:117 index.php:147 index.php:252 prefs.php:79
 #: classes/backend.php:5 classes/pref/labels.php:296
-#: classes/pref/filters.php:609 classes/pref/feeds.php:1270
-#: plugins/digest/digest_body.php:45 js/viewfeed.js:1174
+#: classes/pref/filters.php:609 classes/pref/feeds.php:1296
+#: plugins/digest/digest_body.php:45 js/viewfeed.js:1181
 msgid "Loading, please wait..."
 msgstr "读取中,请稍候……"
 
@@ -278,11 +278,11 @@ msgstr "自动适应"
 msgid "All Articles"
 msgstr "全部文章"
 
-#: index.php:169 include/functions.php:1912 classes/feeds.php:106
+#: index.php:169 include/functions.php:1915 classes/feeds.php:106
 msgid "Starred"
 msgstr "加星标的"
 
-#: index.php:170 include/functions.php:1913 classes/feeds.php:107
+#: index.php:170 include/functions.php:1916 classes/feeds.php:107
 msgid "Published"
 msgstr "已发布"
 
@@ -318,13 +318,14 @@ msgstr "标题"
 msgid "Score"
 msgstr "评分"
 
-#: index.php:187 classes/pref/feeds.php:535 classes/pref/feeds.php:746
+#: index.php:187 classes/pref/feeds.php:535 classes/pref/feeds.php:758
 msgid "Update"
 msgstr "更新列表"
 
-#: index.php:191 index.php:221 include/functions.php:1903
-#: include/localized_schema.php:10 classes/feeds.php:111 classes/feeds.php:131
-#: js/FeedTree.js:128 js/FeedTree.js:156 plugins/digest/digest.js:630
+#: index.php:191 index.php:221 include/functions.php:1906
+#: include/localized_schema.php:10 classes/feeds.php:111 classes/feeds.php:136
+#: classes/feeds.php:410 js/FeedTree.js:128 js/FeedTree.js:156
+#: plugins/digest/digest.js:630
 msgid "Mark as read"
 msgstr "标记为已读"
 
@@ -357,7 +358,7 @@ msgstr "编辑信息源"
 msgid "Rescore feed"
 msgstr "为信息源重新评分"
 
-#: index.php:219 classes/pref/feeds.php:672 classes/pref/feeds.php:1243
+#: index.php:219 classes/pref/feeds.php:684 classes/pref/feeds.php:1269
 #: js/PrefFeedTree.js:73
 msgid "Unsubscribe"
 msgstr "取消订阅"
@@ -382,7 +383,7 @@ msgstr "切换至摘要模式"
 msgid "Show tag cloud..."
 msgstr "显示标签云"
 
-#: index.php:229 include/functions.php:1890
+#: index.php:229 include/functions.php:1893
 #, fuzzy
 msgid "Toggle widescreen mode"
 msgstr "锁定加星标的项"
@@ -408,8 +409,8 @@ msgstr "快捷键帮助"
 msgid "Logout"
 msgstr "注销"
 
-#: prefs.php:28 prefs.php:99 include/functions.php:1915
-#: classes/pref/prefs.php:371
+#: prefs.php:28 prefs.php:99 include/functions.php:1918
+#: classes/pref/prefs.php:377
 msgid "Preferences"
 msgstr "偏好设置"
 
@@ -421,8 +422,8 @@ msgstr "快捷键"
 msgid "Exit preferences"
 msgstr "退出偏好设置"
 
-#: prefs.php:102 classes/pref/feeds.php:100 classes/pref/feeds.php:1148
-#: classes/pref/feeds.php:1211
+#: prefs.php:102 classes/pref/feeds.php:100 classes/pref/feeds.php:1174
+#: classes/pref/feeds.php:1237
 msgid "Feeds"
 msgstr "信息源"
 
@@ -430,8 +431,8 @@ msgstr "信息源"
 msgid "Filters"
 msgstr "过滤器"
 
-#: prefs.php:108 mobile/mobile-functions.php:205 include/functions.php:1118
-#: include/functions.php:1739 classes/pref/labels.php:90
+#: prefs.php:108 mobile/mobile-functions.php:205 include/functions.php:1121
+#: include/functions.php:1742 classes/pref/labels.php:90
 msgid "Labels"
 msgstr "预定义标签"
 
@@ -525,8 +526,8 @@ msgstr ""
 msgid "Home"
 msgstr "主页"
 
-#: mobile/mobile-functions.php:178 include/functions.php:1116
-#: include/functions.php:1737
+#: mobile/mobile-functions.php:178 include/functions.php:1119
+#: include/functions.php:1740
 msgid "Special"
 msgstr "特殊区域"
 
@@ -568,9 +569,9 @@ msgstr "以未读文章数量排列信息源"
 msgid "Reverse headline order (oldest first)"
 msgstr "反转标题列表顺序(最旧的在上面)"
 
-#: include/digest.php:131 include/functions.php:1127
-#: include/functions.php:1640 include/functions.php:1725
-#: include/functions.php:1747 classes/opml.php:416 classes/pref/feeds.php:188
+#: include/digest.php:131 include/functions.php:1130
+#: include/functions.php:1643 include/functions.php:1728
+#: include/functions.php:1750 classes/opml.php:416 classes/pref/feeds.php:188
 msgid "Uncategorized"
 msgstr "未分类"
 
@@ -583,313 +584,314 @@ msgstr "%d 个存档的文章"
 msgid "No feeds found."
 msgstr "未找到信息源。"
 
-#: include/functions.php:698
+#: include/functions.php:701
 msgid "Session failed to validate (incorrect IP)"
 msgstr "无法验证会话(IP 错误)"
 
-#: include/functions.php:1589 classes/dlg.php:371 classes/pref/filters.php:368
+#: include/functions.php:1592 classes/dlg.php:371 classes/pref/filters.php:368
 msgid "All feeds"
 msgstr "全部信息源"
 
-#: include/functions.php:1790
+#: include/functions.php:1793
 msgid "Starred articles"
 msgstr "加星标文章"
 
-#: include/functions.php:1792
+#: include/functions.php:1795
 msgid "Published articles"
 msgstr "已发布文章"
 
-#: include/functions.php:1794
+#: include/functions.php:1797
 msgid "Fresh articles"
 msgstr "最新更新的文章"
 
-#: include/functions.php:1796 include/functions.php:1910
+#: include/functions.php:1799 include/functions.php:1913
 msgid "All articles"
 msgstr "全部文章"
 
-#: include/functions.php:1798
+#: include/functions.php:1801
 msgid "Archived articles"
 msgstr "存档的文章"
 
-#: include/functions.php:1800
+#: include/functions.php:1803
 msgid "Recently read"
 msgstr ""
 
-#: include/functions.php:1867
+#: include/functions.php:1870
 msgid "Navigation"
 msgstr "导航"
 
-#: include/functions.php:1868
+#: include/functions.php:1871
 #, fuzzy
 msgid "Open next feed"
 msgstr "自动显示下一个信息源"
 
-#: include/functions.php:1869
+#: include/functions.php:1872
 msgid "Open previous feed"
 msgstr ""
 
-#: include/functions.php:1870
+#: include/functions.php:1873
 #, fuzzy
 msgid "Open next article"
 msgstr "打开原文"
 
-#: include/functions.php:1871
+#: include/functions.php:1874
 #, fuzzy
 msgid "Open previous article"
 msgstr "打开原文"
 
-#: include/functions.php:1872
+#: include/functions.php:1875
 msgid "Open next article (don't scroll long articles)"
 msgstr ""
 
-#: include/functions.php:1873
+#: include/functions.php:1876
 msgid "Open previous article (don't scroll long articles)"
 msgstr ""
 
-#: include/functions.php:1874
+#: include/functions.php:1877
 msgid "Show search dialog"
 msgstr "显示搜索对话框"
 
-#: include/functions.php:1875
+#: include/functions.php:1878
 #, fuzzy
 msgid "Article"
 msgstr "全部文章"
 
-#: include/functions.php:1876
+#: include/functions.php:1879
 msgid "Toggle starred"
 msgstr "锁定加星标的项"
 
-#: include/functions.php:1877
+#: include/functions.php:1880
 msgid "Toggle published"
 msgstr "锁定发布的项"
 
-#: include/functions.php:1878
+#: include/functions.php:1881
 msgid "Toggle unread"
 msgstr "锁定未读项"
 
-#: include/functions.php:1879
+#: include/functions.php:1882
 msgid "Edit tags"
 msgstr "编辑自定义标签"
 
-#: include/functions.php:1880
+#: include/functions.php:1883
 #, fuzzy
 msgid "Dismiss selected"
 msgstr "不再显示所选的文章"
 
-#: include/functions.php:1881
+#: include/functions.php:1884
 #, fuzzy
 msgid "Dismiss read"
 msgstr "不再显示已读文章"
 
-#: include/functions.php:1882
+#: include/functions.php:1885
 #, fuzzy
 msgid "Open in new window"
 msgstr "在新窗口打开文章"
 
-#: include/functions.php:1883 js/viewfeed.js:1758
+#: include/functions.php:1886 js/viewfeed.js:1818
 msgid "Mark below as read"
 msgstr ""
 
-#: include/functions.php:1884 js/viewfeed.js:1752
+#: include/functions.php:1887 js/viewfeed.js:1812
 msgid "Mark above as read"
 msgstr ""
 
-#: include/functions.php:1885
+#: include/functions.php:1888
 #, fuzzy
 msgid "Scroll down"
 msgstr "全部完成。"
 
-#: include/functions.php:1886
+#: include/functions.php:1889
 msgid "Scroll up"
 msgstr ""
 
-#: include/functions.php:1887
+#: include/functions.php:1890
 #, fuzzy
 msgid "Select article under cursor"
 msgstr "选择鼠标指向的文章"
 
-#: include/functions.php:1888
+#: include/functions.php:1891
 msgid "Email article"
 msgstr "通过邮件发送文章"
 
-#: include/functions.php:1889 plugins/close_button/init.php:24
-msgid "Close article"
-msgstr ""
+#: include/functions.php:1892
+#, fuzzy
+msgid "Close/collapse article"
+msgstr "选择所有文章"
 
-#: include/functions.php:1891
+#: include/functions.php:1894
 #, fuzzy
 msgid "Article selection"
 msgstr "反选文章"
 
-#: include/functions.php:1892
+#: include/functions.php:1895
 msgid "Select all articles"
 msgstr "选择所有文章"
 
-#: include/functions.php:1893
+#: include/functions.php:1896
 #, fuzzy
 msgid "Select unread"
 msgstr "选择未读文章"
 
-#: include/functions.php:1894
+#: include/functions.php:1897
 #, fuzzy
 msgid "Select starred"
 msgstr "加星标"
 
-#: include/functions.php:1895
+#: include/functions.php:1898
 #, fuzzy
 msgid "Select published"
 msgstr "选择未读文章"
 
-#: include/functions.php:1896
+#: include/functions.php:1899
 #, fuzzy
 msgid "Invert selection"
 msgstr "反选文章"
 
-#: include/functions.php:1897
+#: include/functions.php:1900
 #, fuzzy
 msgid "Deselect everything"
 msgstr "取消选择所有文章"
 
-#: include/functions.php:1898 classes/pref/feeds.php:488
-#: classes/pref/feeds.php:707
+#: include/functions.php:1901 classes/pref/feeds.php:488
+#: classes/pref/feeds.php:719
 msgid "Feed"
 msgstr "信息源"
 
-#: include/functions.php:1899
+#: include/functions.php:1902
 #, fuzzy
 msgid "Refresh current feed"
 msgstr "刷新活动的信息源"
 
-#: include/functions.php:1900
+#: include/functions.php:1903
 #, fuzzy
 msgid "Un/hide read feeds"
 msgstr "隐藏(显示)已读信息"
 
-#: include/functions.php:1901 classes/pref/feeds.php:1214
+#: include/functions.php:1904 classes/pref/feeds.php:1240
 msgid "Subscribe to feed"
 msgstr "订阅信息源"
 
-#: include/functions.php:1902 js/FeedTree.js:135 js/PrefFeedTree.js:67
+#: include/functions.php:1905 js/FeedTree.js:135 js/PrefFeedTree.js:67
 msgid "Edit feed"
 msgstr "编辑信息源"
 
-#: include/functions.php:1904
+#: include/functions.php:1907
 #, fuzzy
 msgid "Reverse headlines"
 msgstr "反向排序"
 
-#: include/functions.php:1905
+#: include/functions.php:1908
 #, fuzzy
 msgid "Debug feed update"
 msgstr "禁用更新"
 
-#: include/functions.php:1906 js/FeedTree.js:170
+#: include/functions.php:1909 js/FeedTree.js:177
 msgid "Mark all feeds as read"
 msgstr "标记所有信息源为已读"
 
-#: include/functions.php:1907
+#: include/functions.php:1910
 #, fuzzy
 msgid "Un/collapse current category"
 msgstr "加入到类别:"
 
-#: include/functions.php:1908
+#: include/functions.php:1911
 #, fuzzy
 msgid "Toggle combined mode"
 msgstr "锁定发布的项"
 
-#: include/functions.php:1909
+#: include/functions.php:1912
 #, fuzzy
 msgid "Go to"
 msgstr "跳转至……"
 
-#: include/functions.php:1911
+#: include/functions.php:1914
 msgid "Fresh"
 msgstr ""
 
-#: include/functions.php:1914
+#: include/functions.php:1917
 msgid "Tag cloud"
 msgstr "标签云"
 
-#: include/functions.php:1916
+#: include/functions.php:1919
 #, fuzzy
 msgid "Other"
 msgstr "其他信息源"
 
-#: include/functions.php:1917 classes/pref/labels.php:281
+#: include/functions.php:1920 classes/pref/labels.php:281
 msgid "Create label"
 msgstr "创建预定义标签"
 
-#: include/functions.php:1918 classes/pref/filters.php:587
+#: include/functions.php:1921 classes/pref/filters.php:587
 msgid "Create filter"
 msgstr "创建过滤器"
 
-#: include/functions.php:1919
+#: include/functions.php:1922
 #, fuzzy
 msgid "Un/collapse sidebar"
 msgstr "折叠侧边栏"
 
-#: include/functions.php:1920
+#: include/functions.php:1923
 #, fuzzy
 msgid "Show help dialog"
 msgstr "显示搜索对话框"
 
-#: include/functions.php:2400
+#: include/functions.php:2405
 #, php-format
 msgid "Search results: %s"
 msgstr ""
 
-#: include/functions.php:2824 js/viewfeed.js:1845
+#: include/functions.php:2893 js/viewfeed.js:1905
 msgid "Click to play"
 msgstr "点击播放"
 
-#: include/functions.php:2825 js/viewfeed.js:1844
+#: include/functions.php:2894 js/viewfeed.js:1904
 msgid "Play"
 msgstr "播放"
 
-#: include/functions.php:2945
+#: include/functions.php:3015
 msgid " - "
 msgstr " - "
 
-#: include/functions.php:2967 include/functions.php:3284 classes/rpc.php:359
+#: include/functions.php:3037 include/functions.php:3354 classes/rpc.php:360
 msgid "no tags"
 msgstr "无标签"
 
-#: include/functions.php:2977 classes/feeds.php:645
+#: include/functions.php:3047 classes/feeds.php:656
 msgid "Edit tags for this article"
 msgstr "为本文编辑自定义标签"
 
-#: include/functions.php:3006 classes/feeds.php:600
+#: include/functions.php:3076 classes/feeds.php:610
 msgid "Originally from:"
 msgstr "来源:"
 
-#: include/functions.php:3019 classes/feeds.php:613 classes/pref/feeds.php:507
+#: include/functions.php:3089 classes/feeds.php:623 classes/pref/feeds.php:507
 msgid "Feed URL"
 msgstr "信息源 URL"
 
-#: include/functions.php:3048
+#: include/functions.php:3118
 msgid "Related"
 msgstr ""
 
-#: include/functions.php:3075 classes/dlg.php:43 classes/dlg.php:162
+#: include/functions.php:3145 classes/dlg.php:43 classes/dlg.php:162
 #: classes/dlg.php:185 classes/dlg.php:222 classes/dlg.php:508
 #: classes/dlg.php:543 classes/dlg.php:574 classes/dlg.php:608
 #: classes/dlg.php:620 classes/backend.php:105 classes/pref/users.php:106
-#: classes/pref/filters.php:108 classes/pref/feeds.php:1527
-#: classes/pref/feeds.php:1598 plugins/import_export/init.php:407
+#: classes/pref/filters.php:108 classes/pref/feeds.php:1553
+#: classes/pref/feeds.php:1624 plugins/import_export/init.php:407
 #: plugins/import_export/init.php:431 plugins/share/init.php:67
-#: plugins/updater/init.php:329
+#: plugins/updater/init.php:330
 msgid "Close this window"
 msgstr "关闭本窗口"
 
-#: include/functions.php:3309
+#: include/functions.php:3379
 msgid "(edit note)"
 msgstr "(编辑注记)"
 
-#: include/functions.php:3542
+#: include/functions.php:3612
 msgid "unknown type"
 msgstr "未知类型"
 
-#: include/functions.php:3592
+#: include/functions.php:3662
 #, fuzzy
 msgid "Attachments"
 msgstr "附件:"
@@ -927,7 +929,7 @@ msgstr "发布文章"
 msgid "Assign tags"
 msgstr "添加自定义标签"
 
-#: include/localized_schema.php:14 js/viewfeed.js:1809
+#: include/localized_schema.php:14 js/viewfeed.js:1869
 msgid "Assign label"
 msgstr "添加预定义标签"
 
@@ -1107,7 +1109,7 @@ msgstr "对虚拟源中的文章按源分组"
 
 #: include/localized_schema.php:57
 #, fuzzy
-msgid "Hide images in articles"
+msgid "Do not embed images in articles"
 msgstr "不要显示文章中的图片"
 
 #: include/localized_schema.php:58
@@ -1118,7 +1120,7 @@ msgstr "允许使用外部 API"
 msgid "User timezone"
 msgstr "用户所在时区"
 
-#: include/localized_schema.php:60 js/prefs.js:1733
+#: include/localized_schema.php:60 js/prefs.js:1740
 msgid "Customize stylesheet"
 msgstr "自定义样式"
 
@@ -1170,7 +1172,7 @@ msgid "Title:"
 msgstr "标题"
 
 #: classes/handler/public.php:404 classes/dlg.php:667
-#: classes/pref/feeds.php:505 classes/pref/feeds.php:722
+#: classes/pref/feeds.php:505 classes/pref/feeds.php:734
 #: plugins/instances/init.php:215
 msgid "URL:"
 msgstr "URL:"
@@ -1199,8 +1201,8 @@ msgstr ""
 #: classes/dlg.php:751 classes/pref/users.php:194 classes/pref/labels.php:81
 #: classes/pref/filters.php:349 classes/pref/filters.php:729
 #: classes/pref/filters.php:798 classes/pref/filters.php:865
-#: classes/pref/feeds.php:689 classes/pref/feeds.php:829
-#: plugins/mail/init.php:132 plugins/note/init.php:55
+#: classes/pref/feeds.php:701 classes/pref/feeds.php:849
+#: plugins/mail/init.php:131 plugins/note/init.php:55
 #: plugins/instances/init.php:251
 msgid "Cancel"
 msgstr "取消"
@@ -1261,8 +1263,8 @@ msgstr ""
 #: classes/dlg.php:55 classes/pref/users.php:378 classes/pref/labels.php:272
 #: classes/pref/filters.php:230 classes/pref/filters.php:277
 #: classes/pref/filters.php:578 classes/pref/filters.php:657
-#: classes/pref/filters.php:684 classes/pref/feeds.php:1202
-#: classes/pref/feeds.php:1472 classes/pref/feeds.php:1541
+#: classes/pref/filters.php:684 classes/pref/feeds.php:1228
+#: classes/pref/feeds.php:1498 classes/pref/feeds.php:1567
 #: plugins/instances/init.php:287
 msgid "Select"
 msgstr "选择"
@@ -1271,8 +1273,8 @@ msgstr "选择"
 #: classes/pref/labels.php:275 classes/pref/filters.php:233
 #: classes/pref/filters.php:280 classes/pref/filters.php:581
 #: classes/pref/filters.php:660 classes/pref/filters.php:687
-#: classes/pref/feeds.php:1205 classes/pref/feeds.php:1475
-#: classes/pref/feeds.php:1544 plugins/instances/init.php:290
+#: classes/pref/feeds.php:1231 classes/pref/feeds.php:1501
+#: classes/pref/feeds.php:1570 plugins/instances/init.php:290
 msgid "All"
 msgstr "全部"
 
@@ -1280,8 +1282,8 @@ msgstr "全部"
 #: classes/pref/labels.php:277 classes/pref/filters.php:235
 #: classes/pref/filters.php:282 classes/pref/filters.php:583
 #: classes/pref/filters.php:662 classes/pref/filters.php:689
-#: classes/pref/feeds.php:1207 classes/pref/feeds.php:1477
-#: classes/pref/feeds.php:1546 plugins/instances/init.php:292
+#: classes/pref/feeds.php:1233 classes/pref/feeds.php:1503
+#: classes/pref/feeds.php:1572 plugins/instances/init.php:292
 msgid "None"
 msgstr "无"
 
@@ -1345,7 +1347,7 @@ msgid "Feed or site URL"
 msgstr "信息源 URL"
 
 #: classes/dlg.php:249 classes/dlg.php:715 classes/pref/feeds.php:527
-#: classes/pref/feeds.php:735
+#: classes/pref/feeds.php:747
 msgid "Place in category:"
 msgstr "加入到类别:"
 
@@ -1354,17 +1356,17 @@ msgid "Available feeds"
 msgstr "可用的信息源"
 
 #: classes/dlg.php:269 classes/pref/users.php:155 classes/pref/feeds.php:557
-#: classes/pref/feeds.php:771
+#: classes/pref/feeds.php:783
 msgid "Authentication"
 msgstr "登录密码"
 
 #: classes/dlg.php:273 classes/dlg.php:729 classes/pref/users.php:438
-#: classes/pref/feeds.php:563 classes/pref/feeds.php:775
+#: classes/pref/feeds.php:563 classes/pref/feeds.php:787
 msgid "Login"
 msgstr "登陆"
 
-#: classes/dlg.php:276 classes/dlg.php:732 classes/pref/prefs.php:196
-#: classes/pref/feeds.php:569 classes/pref/feeds.php:781
+#: classes/dlg.php:276 classes/dlg.php:732 classes/pref/prefs.php:202
+#: classes/pref/feeds.php:569 classes/pref/feeds.php:793
 msgid "Password"
 msgstr "密码"
 
@@ -1381,7 +1383,7 @@ msgid "More feeds"
 msgstr "更多信息源"
 
 #: classes/dlg.php:318 classes/dlg.php:409 classes/pref/users.php:368
-#: classes/pref/filters.php:574 classes/pref/feeds.php:1198 js/tt-rss.js:166
+#: classes/pref/filters.php:574 classes/pref/feeds.php:1224 js/tt-rss.js:166
 msgid "Search"
 msgstr "搜索"
 
@@ -1399,7 +1401,7 @@ msgstr "限制:"
 
 #: classes/dlg.php:349 classes/pref/users.php:394 classes/pref/labels.php:284
 #: classes/pref/filters.php:339 classes/pref/filters.php:596
-#: classes/pref/feeds.php:662 plugins/instances/init.php:297
+#: classes/pref/feeds.php:674 plugins/instances/init.php:297
 msgid "Remove"
 msgstr "移除"
 
@@ -1421,7 +1423,7 @@ msgstr "本文的标签,请用逗号分开:"
 
 #: classes/dlg.php:439 classes/dlg.php:650 classes/pref/users.php:192
 #: classes/pref/labels.php:79 classes/pref/filters.php:346
-#: classes/pref/feeds.php:688 classes/pref/feeds.php:826
+#: classes/pref/feeds.php:700 classes/pref/feeds.php:846
 #: plugins/nsfw/init.php:86 plugins/note/init.php:53
 #: plugins/owncloud/init.php:62 plugins/instances/init.php:248
 msgid "Save"
@@ -1456,7 +1458,7 @@ msgstr "哪些标签?"
 msgid "Display entries"
 msgstr "显示条目"
 
-#: classes/dlg.php:551 classes/feeds.php:133
+#: classes/dlg.php:551 classes/feeds.php:138
 msgid "View as RSS"
 msgstr "以 RSS 形式阅读"
 
@@ -1464,7 +1466,7 @@ msgstr "以 RSS 形式阅读"
 msgid "You can view this feed as RSS using the following URL:"
 msgstr "您可以通过如下 URL 以 RSS 方式查看本信息源:"
 
-#: classes/dlg.php:591 plugins/updater/init.php:303
+#: classes/dlg.php:591 plugins/updater/init.php:304
 #, php-format
 msgid "New version of Tiny Tiny RSS is available (%s)."
 msgstr "Tiny Tiny RSS 有可用的新版本 (%s)。"
@@ -1587,35 +1589,41 @@ msgstr "移回原位"
 msgid "Delete"
 msgstr "删除"
 
-#: classes/feeds.php:125 plugins/mail/init.php:28
+#: classes/feeds.php:125 classes/feeds.php:130 plugins/mailto/init.php:28
+#: plugins/mail/init.php:28
 msgid "Forward by email"
 msgstr "通过邮件转发"
 
-#: classes/feeds.php:129
+#: classes/feeds.php:134
 msgid "Feed:"
 msgstr "信息源:"
 
-#: classes/feeds.php:196 classes/feeds.php:790
+#: classes/feeds.php:201 classes/feeds.php:801
 msgid "Feed not found."
 msgstr "找不到信息源。"
 
-#: classes/feeds.php:403 classes/feeds.php:493
+#: classes/feeds.php:500
 msgid "mark as read"
 msgstr "标记为已读"
 
-#: classes/feeds.php:691
+#: classes/feeds.php:555
+#, fuzzy
+msgid "Collapse article"
+msgstr "全部文章"
+
+#: classes/feeds.php:702
 msgid "No unread articles found to display."
 msgstr "没有未读文章。"
 
-#: classes/feeds.php:694
+#: classes/feeds.php:705
 msgid "No updated articles found to display."
 msgstr "没有最新更新的文章。"
 
-#: classes/feeds.php:697
+#: classes/feeds.php:708
 msgid "No starred articles found to display."
 msgstr "没有加星标的文章。"
 
-#: classes/feeds.php:701
+#: classes/feeds.php:712
 msgid ""
 "No articles found to display. You can assign articles to labels manually "
 "(see the Actions menu above) or use a filter."
@@ -1623,20 +1631,20 @@ msgstr ""
 "本标签下没有文章。你可以通过手动或过滤器的方式为文章添加预定义标签(参考上方"
 "动作菜单)。"
 
-#: classes/feeds.php:703
+#: classes/feeds.php:714
 msgid "No articles found to display."
 msgstr "暂时没有文章。"
 
-#: classes/feeds.php:718 classes/feeds.php:899
+#: classes/feeds.php:729 classes/feeds.php:910
 #, php-format
 msgid "Feeds last updated at %s"
 msgstr "上次信息源更新时间:%s"
 
-#: classes/feeds.php:728 classes/feeds.php:909
+#: classes/feeds.php:739 classes/feeds.php:920
 msgid "Some feeds have update errors (click for details)"
 msgstr "部分信息源更新错误(点击了解详情)"
 
-#: classes/feeds.php:889
+#: classes/feeds.php:900
 msgid "No feed selected."
 msgstr "没有选中的信息源。"
 
@@ -1756,7 +1764,7 @@ msgid "Change password to"
 msgstr "更改密码为:"
 
 #: classes/pref/users.php:177 classes/pref/feeds.php:577
-#: classes/pref/feeds.php:787
+#: classes/pref/feeds.php:799
 msgid "Options"
 msgstr "选项"
 
@@ -1904,7 +1912,7 @@ msgstr ""
 msgid "Combine"
 msgstr ""
 
-#: classes/pref/filters.php:600 classes/pref/feeds.php:1257
+#: classes/pref/filters.php:600 classes/pref/feeds.php:1283
 msgid "Rescore articles"
 msgstr "为文章重新评分"
 
@@ -1964,179 +1972,170 @@ msgstr "两次输入的密码不一致。"
 msgid "Function not supported by authentication module."
 msgstr ""
 
-#: classes/pref/prefs.php:63
+#: classes/pref/prefs.php:69
 msgid "The configuration was saved."
 msgstr "设置已保存。"
 
-#: classes/pref/prefs.php:77
+#: classes/pref/prefs.php:83
 #, php-format
 msgid "Unknown option: %s"
 msgstr "未知选项: %s"
 
-#: classes/pref/prefs.php:91
+#: classes/pref/prefs.php:97
 msgid "Your personal data has been saved."
 msgstr "您的个人数据已保存。"
 
-#: classes/pref/prefs.php:131
+#: classes/pref/prefs.php:137
 #, fuzzy
 msgid "Personal data / Authentication"
 msgstr "登录密码"
 
-#: classes/pref/prefs.php:151
+#: classes/pref/prefs.php:157
 msgid "Personal data"
 msgstr ""
 
-#: classes/pref/prefs.php:161
+#: classes/pref/prefs.php:167
 msgid "Full name"
 msgstr "姓名"
 
-#: classes/pref/prefs.php:165
+#: classes/pref/prefs.php:171
 msgid "E-mail"
 msgstr "电子邮件"
 
-#: classes/pref/prefs.php:171
+#: classes/pref/prefs.php:177
 msgid "Access level"
 msgstr "访问级别"
 
-#: classes/pref/prefs.php:181
+#: classes/pref/prefs.php:187
 msgid "Save data"
 msgstr "保存信息"
 
-#: classes/pref/prefs.php:203
+#: classes/pref/prefs.php:209
 msgid "Your password is at default value, please change it."
 msgstr "您还在使用系统默认的密码,请修改。"
 
-#: classes/pref/prefs.php:235
+#: classes/pref/prefs.php:241
 msgid "Old password"
 msgstr "原密码"
 
-#: classes/pref/prefs.php:238
+#: classes/pref/prefs.php:244
 msgid "New password"
 msgstr "新密码"
 
-#: classes/pref/prefs.php:243
+#: classes/pref/prefs.php:249
 msgid "Confirm password"
 msgstr "确认密码"
 
-#: classes/pref/prefs.php:253
+#: classes/pref/prefs.php:259
 msgid "Change password"
 msgstr "更改密码"
 
-#: classes/pref/prefs.php:259
+#: classes/pref/prefs.php:265
 msgid "One time passwords / Authenticator"
 msgstr ""
 
-#: classes/pref/prefs.php:288 classes/pref/prefs.php:339
+#: classes/pref/prefs.php:294 classes/pref/prefs.php:345
 #, fuzzy
 msgid "Enter your password"
 msgstr "用户名或密码错误"
 
-#: classes/pref/prefs.php:299
+#: classes/pref/prefs.php:305
 #, fuzzy
 msgid "Disable OTP"
 msgstr "禁用更新"
 
-#: classes/pref/prefs.php:305
+#: classes/pref/prefs.php:311
 msgid ""
 "You will need a compatible Authenticator to use this. Changing your password "
 "would automatically disable OTP."
 msgstr ""
 
-#: classes/pref/prefs.php:307
+#: classes/pref/prefs.php:313
 msgid "Scan the following code by the Authenticator application:"
 msgstr ""
 
-#: classes/pref/prefs.php:348
+#: classes/pref/prefs.php:354
 msgid "I have scanned the code and would like to enable OTP"
 msgstr ""
 
-#: classes/pref/prefs.php:356
+#: classes/pref/prefs.php:362
 #, fuzzy
 msgid "Enable OTP"
 msgstr "已启用"
 
-#: classes/pref/prefs.php:482
+#: classes/pref/prefs.php:493
 msgid "Customize"
 msgstr "自定义"
 
-#: classes/pref/prefs.php:501 classes/pref/prefs.php:508
-#: classes/pref/prefs.php:513
-msgid "Yes"
-msgstr "是"
-
-#: classes/pref/prefs.php:503 classes/pref/prefs.php:513
-msgid "No"
-msgstr "否"
-
-#: classes/pref/prefs.php:543
+#: classes/pref/prefs.php:552
 msgid "Register"
 msgstr "注册"
 
-#: classes/pref/prefs.php:547
+#: classes/pref/prefs.php:556
 msgid "Clear"
 msgstr "清空"
 
-#: classes/pref/prefs.php:553
+#: classes/pref/prefs.php:562
 #, php-format
 msgid "Current server time: %s (UTC)"
 msgstr ""
 
-#: classes/pref/prefs.php:582
+#: classes/pref/prefs.php:595
 msgid "Save configuration"
 msgstr "保存设置"
 
-#: classes/pref/prefs.php:585
+#: classes/pref/prefs.php:598
 msgid "Manage profiles"
 msgstr "管理偏好文件"
 
-#: classes/pref/prefs.php:588
+#: classes/pref/prefs.php:601
 msgid "Reset to defaults"
 msgstr "恢复到默认"
 
-#: classes/pref/prefs.php:600
+#: classes/pref/prefs.php:613
 #, fuzzy
 msgid "Show additional preferences"
 msgstr "退出偏好设置"
 
-#: classes/pref/prefs.php:612 classes/pref/prefs.php:614
+#: classes/pref/prefs.php:625 classes/pref/prefs.php:627
 msgid "Plugins"
 msgstr ""
 
-#: classes/pref/prefs.php:642
+#: classes/pref/prefs.php:655
 msgid "System plugins"
 msgstr ""
 
-#: classes/pref/prefs.php:646 classes/pref/prefs.php:695
+#: classes/pref/prefs.php:659 classes/pref/prefs.php:708
 msgid "Plugin"
 msgstr ""
 
-#: classes/pref/prefs.php:647 classes/pref/prefs.php:696
+#: classes/pref/prefs.php:660 classes/pref/prefs.php:709
 msgid "Description"
 msgstr ""
 
-#: classes/pref/prefs.php:648 classes/pref/prefs.php:697
+#: classes/pref/prefs.php:661 classes/pref/prefs.php:710
 msgid "Version"
 msgstr ""
 
-#: classes/pref/prefs.php:649 classes/pref/prefs.php:698
+#: classes/pref/prefs.php:662 classes/pref/prefs.php:711
 msgid "Author"
 msgstr ""
 
-#: classes/pref/prefs.php:682 classes/pref/prefs.php:733
+#: classes/pref/prefs.php:695 classes/pref/prefs.php:746
 #, fuzzy
 msgid "Clear data"
 msgstr "清空信息源数据"
 
-#: classes/pref/prefs.php:691
+#: classes/pref/prefs.php:704
 msgid "User plugins"
 msgstr ""
 
-#: classes/pref/prefs.php:748
+#: classes/pref/prefs.php:761
 #, fuzzy
 msgid "Enable selected plugins"
 msgstr "启用信息源分类"
 
-#: classes/pref/prefs.php:803 classes/pref/prefs.php:821
+#: classes/pref/prefs.php:816 classes/pref/prefs.php:834
 #, fuzzy
 msgid "Incorrect password"
 msgstr "用户名或密码错误"
@@ -2156,7 +2155,7 @@ msgstr "(%d 个信息源)"
 msgid "Feed Title"
 msgstr "信息源标题"
 
-#: classes/pref/feeds.php:550 classes/pref/feeds.php:762
+#: classes/pref/feeds.php:550 classes/pref/feeds.php:774
 msgid "Article purging:"
 msgstr "文章清理:"
 
@@ -2168,176 +2167,180 @@ msgstr ""
 "<b>提示:</b>如果您的信息源需要验证,那么您需要填写登录信息。Twitter 信息源除"
 "外。"
 
-#: classes/pref/feeds.php:589 classes/pref/feeds.php:791
+#: classes/pref/feeds.php:589 classes/pref/feeds.php:803
 msgid "Hide from Popular feeds"
 msgstr "从最受欢迎的信息源中隐藏"
 
-#: classes/pref/feeds.php:601 classes/pref/feeds.php:797
+#: classes/pref/feeds.php:601 classes/pref/feeds.php:809
 msgid "Include in e-mail digest"
 msgstr "包含电子邮件摘要"
 
-#: classes/pref/feeds.php:614 classes/pref/feeds.php:803
+#: classes/pref/feeds.php:614 classes/pref/feeds.php:815
 msgid "Always display image attachments"
 msgstr "始终显示图片附件"
 
-#: classes/pref/feeds.php:628 classes/pref/feeds.php:811
+#: classes/pref/feeds.php:627 classes/pref/feeds.php:823
+msgid "Do not embed images"
+msgstr ""
+
+#: classes/pref/feeds.php:640 classes/pref/feeds.php:831
 msgid "Cache images locally"
 msgstr "本地缓存图片"
 
-#: classes/pref/feeds.php:640 classes/pref/feeds.php:817
+#: classes/pref/feeds.php:652 classes/pref/feeds.php:837
 msgid "Mark updated articles as unread"
 msgstr "将已更新的文章标记为未读"
 
-#: classes/pref/feeds.php:646
+#: classes/pref/feeds.php:658
 msgid "Icon"
 msgstr "图标"
 
-#: classes/pref/feeds.php:660
+#: classes/pref/feeds.php:672
 msgid "Replace"
 msgstr "替换"
 
-#: classes/pref/feeds.php:679
+#: classes/pref/feeds.php:691
 msgid "Resubscribe to push updates"
 msgstr "重新订阅以推送更新"
 
-#: classes/pref/feeds.php:686
+#: classes/pref/feeds.php:698
 msgid "Resets PubSubHubbub subscription status for push-enabled feeds."
 msgstr "为启用推送的信息源重置 PubSubHubbub 订阅。"
 
-#: classes/pref/feeds.php:701
+#: classes/pref/feeds.php:713
 msgid "Enable the options you wish to apply using checkboxes on the right:"
 msgstr ""
 
-#: classes/pref/feeds.php:1051 classes/pref/feeds.php:1104
+#: classes/pref/feeds.php:1077 classes/pref/feeds.php:1130
 msgid "All done."
 msgstr "全部完成。"
 
-#: classes/pref/feeds.php:1159
+#: classes/pref/feeds.php:1185
 msgid "Feeds with errors"
 msgstr "有错误的信息源"
 
-#: classes/pref/feeds.php:1179
+#: classes/pref/feeds.php:1205
 #, fuzzy
 msgid "Inactive feeds"
 msgstr "刷新活动的信息源"
 
-#: classes/pref/feeds.php:1216
+#: classes/pref/feeds.php:1242
 msgid "Edit selected feeds"
 msgstr "编辑选定的信息源"
 
-#: classes/pref/feeds.php:1218 classes/pref/feeds.php:1232
+#: classes/pref/feeds.php:1244 classes/pref/feeds.php:1258
 msgid "Reset sort order"
 msgstr "重置排序"
 
-#: classes/pref/feeds.php:1220 js/prefs.js:1778
+#: classes/pref/feeds.php:1246 js/prefs.js:1785
 msgid "Batch subscribe"
 msgstr ""
 
-#: classes/pref/feeds.php:1225
+#: classes/pref/feeds.php:1251
 #, fuzzy
 msgid "Categories"
 msgstr "信息源类别"
 
-#: classes/pref/feeds.php:1228
+#: classes/pref/feeds.php:1254
 #, fuzzy
 msgid "Add category"
 msgstr "编辑类别"
 
-#: classes/pref/feeds.php:1230
+#: classes/pref/feeds.php:1256
 #, fuzzy
 msgid "(Un)hide empty categories"
 msgstr "编辑类别"
 
-#: classes/pref/feeds.php:1234
+#: classes/pref/feeds.php:1260
 #, fuzzy
 msgid "Remove selected"
 msgstr "移除选中的信息源?"
 
-#: classes/pref/feeds.php:1248
+#: classes/pref/feeds.php:1274
 msgid "More actions..."
 msgstr "更多动作"
 
-#: classes/pref/feeds.php:1252
+#: classes/pref/feeds.php:1278
 msgid "Manual purge"
 msgstr "手动清除"
 
-#: classes/pref/feeds.php:1256
+#: classes/pref/feeds.php:1282
 msgid "Clear feed data"
 msgstr "清空信息源数据"
 
-#: classes/pref/feeds.php:1307
+#: classes/pref/feeds.php:1333
 msgid "OPML"
 msgstr "OPML"
 
-#: classes/pref/feeds.php:1309
+#: classes/pref/feeds.php:1335
 msgid ""
 "Using OPML you can export and import your feeds, filters, labels and Tiny "
 "Tiny RSS settings."
 msgstr ""
 
-#: classes/pref/feeds.php:1311
+#: classes/pref/feeds.php:1337
 msgid "Only main settings profile can be migrated using OPML."
 msgstr ""
 
-#: classes/pref/feeds.php:1324
+#: classes/pref/feeds.php:1350
 #, fuzzy
 msgid "Import my OPML"
 msgstr "正在导入 OPML ……"
 
-#: classes/pref/feeds.php:1328
+#: classes/pref/feeds.php:1354
 msgid "Filename:"
 msgstr "文件名:"
 
-#: classes/pref/feeds.php:1330
+#: classes/pref/feeds.php:1356
 msgid "Include settings"
 msgstr "包含设置"
 
-#: classes/pref/feeds.php:1334
+#: classes/pref/feeds.php:1360
 #, fuzzy
 msgid "Export OPML"
 msgstr "正在导入 OPML ……"
 
-#: classes/pref/feeds.php:1338
+#: classes/pref/feeds.php:1364
 msgid ""
 "Your OPML can be published publicly and can be subscribed by anyone who "
 "knows the URL below."
 msgstr "您可以公开发布您的 OPML 。网上的任何人都可以通过如下 URL 订阅该文件。"
 
-#: classes/pref/feeds.php:1340
+#: classes/pref/feeds.php:1366
 msgid ""
 "Published OPML does not include your Tiny Tiny RSS settings, feeds that "
 "require authentication or feeds hidden from Popular feeds."
 msgstr ""
 
-#: classes/pref/feeds.php:1343
+#: classes/pref/feeds.php:1369
 #, fuzzy
 msgid "Display published OPML URL"
 msgstr "公开的 OPML URL"
 
-#: classes/pref/feeds.php:1353
+#: classes/pref/feeds.php:1379
 msgid "Firefox integration"
 msgstr "Firefox 集成"
 
-#: classes/pref/feeds.php:1355
+#: classes/pref/feeds.php:1381
 msgid ""
 "This Tiny Tiny RSS site can be used as a Firefox Feed Reader by clicking the "
 "link below."
 msgstr "点击如下链接,可以将本 Tiny Tiny RSS 站点作为一个 Firefox 阅读器使用。"
 
-#: classes/pref/feeds.php:1362
+#: classes/pref/feeds.php:1388
 msgid "Click here to register this site as a feed reader."
 msgstr "点击此处将本站注册为信息源阅读器。"
 
-#: classes/pref/feeds.php:1370
+#: classes/pref/feeds.php:1396
 #, fuzzy
 msgid "Published & shared articles / Generated feeds"
 msgstr "已发布的文章和生成的信息源"
 
-#: classes/pref/feeds.php:1372
+#: classes/pref/feeds.php:1398
 msgid "Published articles and generated feeds"
 msgstr "已发布的文章和生成的信息源"
 
-#: classes/pref/feeds.php:1374
+#: classes/pref/feeds.php:1400
 msgid ""
 "Published articles are exported as a public RSS feed and can be subscribed "
 "by anyone who knows the URL specified below."
@@ -2345,41 +2348,41 @@ msgstr ""
 "已发布的文章将会输出为公开的 RSS 信息源,网上的任何人可以通过如下 URL 进行订"
 "阅。"
 
-#: classes/pref/feeds.php:1380
+#: classes/pref/feeds.php:1406
 msgid "Display URL"
 msgstr "显示 URL"
 
-#: classes/pref/feeds.php:1383
+#: classes/pref/feeds.php:1409
 msgid "Clear all generated URLs"
 msgstr "清空所有生成的 URL"
 
-#: classes/pref/feeds.php:1385
+#: classes/pref/feeds.php:1411
 msgid "Articles shared by URL"
 msgstr "通过 URL 分享的文章"
 
-#: classes/pref/feeds.php:1387
+#: classes/pref/feeds.php:1413
 msgid "You can disable all articles shared by unique URLs here."
 msgstr "您可以取消所有通过 URL 分享的文章。"
 
-#: classes/pref/feeds.php:1390
+#: classes/pref/feeds.php:1416
 msgid "Unshare all articles"
 msgstr "取消所有分享"
 
-#: classes/pref/feeds.php:1468
+#: classes/pref/feeds.php:1494
 msgid ""
 "These feeds have not been updated with new content for 3 months (oldest "
 "first):"
 msgstr "以下信息源已经有三个月没有内容更新了(最旧的在最上):"
 
-#: classes/pref/feeds.php:1505 classes/pref/feeds.php:1574
+#: classes/pref/feeds.php:1531 classes/pref/feeds.php:1600
 msgid "Click to edit feed"
 msgstr "点击以编辑信息源"
 
-#: classes/pref/feeds.php:1523 classes/pref/feeds.php:1594
+#: classes/pref/feeds.php:1549 classes/pref/feeds.php:1620
 msgid "Unsubscribe from selected feeds"
 msgstr "取消订阅选中的信息源"
 
-#: classes/pref/feeds.php:1534
+#: classes/pref/feeds.php:1560
 msgid "These feeds have not been updated because of errors:"
 msgstr "信息源因为如下错误未能更新:"
 
@@ -2409,6 +2412,10 @@ msgstr "您好,"
 msgid "Regular version"
 msgstr ""
 
+#: plugins/close_button/init.php:24
+msgid "Close article"
+msgstr ""
+
 #: plugins/nsfw/init.php:32 plugins/nsfw/init.php:43
 msgid "Not work safe (click to toggle)"
 msgstr ""
@@ -2443,6 +2450,34 @@ msgstr "密码更改成功。"
 msgid "Old password is incorrect."
 msgstr "原密码输入错误。"
 
+#: plugins/mailto/init.php:52 plugins/mailto/init.php:58
+#: plugins/mail/init.php:71 plugins/mail/init.php:77
+msgid "[Forwarded]"
+msgstr "[已转发]"
+
+#: plugins/mailto/init.php:52 plugins/mail/init.php:71
+msgid "Multiple articles"
+msgstr "多个文章"
+
+#: plugins/mailto/init.php:74
+msgid "Clicking the following link to invoke your mail client:"
+msgstr ""
+
+#: plugins/mailto/init.php:78
+#, fuzzy
+msgid "Forward selected article(s) by email."
+msgstr "用邮件转发文章"
+
+#: plugins/mailto/init.php:81
+msgid ""
+"You should be able to edit the message before sending in your mail client."
+msgstr ""
+
+#: plugins/mailto/init.php:86
+#, fuzzy
+msgid "Close this dialog"
+msgstr "关闭本界面"
+
 #: plugins/bookmarklets/init.php:22
 msgid "Bookmarklets"
 msgstr ""
@@ -2519,27 +2554,19 @@ msgid ""
 "\t\t\t\tin PHP.ini (current value = %s)"
 msgstr ""
 
-#: plugins/mail/init.php:72 plugins/mail/init.php:78
-msgid "[Forwarded]"
-msgstr "[已转发]"
-
-#: plugins/mail/init.php:72
-msgid "Multiple articles"
-msgstr "多个文章"
-
-#: plugins/mail/init.php:93
+#: plugins/mail/init.php:92
 msgid "From:"
 msgstr "发信人:"
 
-#: plugins/mail/init.php:102
+#: plugins/mail/init.php:101
 msgid "To:"
 msgstr "收信人:"
 
-#: plugins/mail/init.php:115
+#: plugins/mail/init.php:114
 msgid "Subject:"
 msgstr "主题:"
 
-#: plugins/mail/init.php:131
+#: plugins/mail/init.php:130
 msgid "Send e-mail"
 msgstr "发送邮件"
 
@@ -2623,29 +2650,29 @@ msgstr "加星标"
 msgid "Share on Google+"
 msgstr "在 Twitter 上分享"
 
-#: plugins/updater/init.php:294 plugins/updater/init.php:306
+#: plugins/updater/init.php:295 plugins/updater/init.php:307
 #: plugins/updater/updater.js:10
 #, fuzzy
 msgid "Update Tiny Tiny RSS"
 msgstr "返回 Tiny Tiny RSS"
 
-#: plugins/updater/init.php:309
+#: plugins/updater/init.php:310
 #, fuzzy
 msgid "Your Tiny Tiny RSS installation is up to date."
 msgstr "Tiny Tiny RSS 数据库是最新版。"
 
-#: plugins/updater/init.php:319
+#: plugins/updater/init.php:320
 msgid ""
 "Do not close this dialog until updating is finished. Backup your tt-rss "
 "directory before continuing."
 msgstr ""
 
-#: plugins/updater/init.php:322
+#: plugins/updater/init.php:323
 #, fuzzy
 msgid "Ready to update."
 msgstr "上次更新:"
 
-#: plugins/updater/init.php:327
+#: plugins/updater/init.php:328
 #, fuzzy
 msgid "Start update"
 msgstr "上次更新:"
@@ -2655,11 +2682,11 @@ msgstr "上次更新:"
 msgid "Share on Twitter"
 msgstr "在 Twitter 上分享"
 
-#: js/feedlist.js:218
+#: js/feedlist.js:215
 msgid "New articles available in this feed (click to show)"
 msgstr "本信息源中的最新文章(点击显示)"
 
-#: js/feedlist.js:420 js/feedlist.js:435 plugins/digest/digest.js:25
+#: js/feedlist.js:417 js/feedlist.js:432 plugins/digest/digest.js:25
 msgid "Mark all articles in %s as read?"
 msgstr "将 %s 中的全部文章标记为已读?"
 
@@ -2745,7 +2772,7 @@ msgid ""
 msgstr ""
 "重置订阅? Tiny Tiny RSS 将会在下次信息源更新的时候尝试再次订阅信息提醒中心。"
 
-#: js/functions.js:1266 js/tt-rss.js:367
+#: js/functions.js:1266 js/tt-rss.js:369
 msgid "Unsubscribe from %s?"
 msgstr "从 %s 取消订阅?"
 
@@ -2757,7 +2784,7 @@ msgstr "请填写类别名称:"
 msgid "Generate new syndication address for this feed?"
 msgstr "为本信息源生成新的群地址?"
 
-#: js/functions.js:1597 js/tt-rss.js:348 js/tt-rss.js:713
+#: js/functions.js:1597 js/tt-rss.js:350 js/tt-rss.js:729
 msgid "You can't edit this kind of feed."
 msgstr "您无法编辑这种类型的信息源。"
 
@@ -2770,8 +2797,8 @@ msgid "More Feeds"
 msgstr "更多信息源"
 
 #: js/functions.js:1711 js/functions.js:1821 js/prefs.js:397 js/prefs.js:427
-#: js/prefs.js:459 js/prefs.js:642 js/prefs.js:662 js/prefs.js:1203
-#: js/prefs.js:1348
+#: js/prefs.js:459 js/prefs.js:642 js/prefs.js:662 js/prefs.js:1210
+#: js/prefs.js:1355
 msgid "No feeds are selected."
 msgstr "没有选择任何信息源。"
 
@@ -2785,7 +2812,7 @@ msgstr "将选中的信息源从存档中移除?包含已保存文章的信息
 msgid "Feeds with update errors"
 msgstr "更新错误的信息源"
 
-#: js/functions.js:1803 js/prefs.js:1185
+#: js/functions.js:1803 js/prefs.js:1192
 msgid "Remove selected feeds?"
 msgstr "移除选中的信息源?"
 
@@ -2828,7 +2855,7 @@ msgstr "移除这个过滤器: %s ?"
 msgid "Remove selected labels?"
 msgstr "移除选中的预定义标签?"
 
-#: js/prefs.js:295 js/prefs.js:1389
+#: js/prefs.js:295 js/prefs.js:1396
 msgid "No labels are selected."
 msgstr "没有选择任何预定义标签。"
 
@@ -2895,99 +2922,99 @@ msgstr "编辑多个信息源"
 msgid "Save changes to selected feeds?"
 msgstr "保存对信息源的更改?"
 
-#: js/prefs.js:790
+#: js/prefs.js:797
 msgid "OPML Import"
 msgstr "OPML 导入"
 
-#: js/prefs.js:817
+#: js/prefs.js:824
 msgid "Please choose an OPML file first."
 msgstr "请先选择一个 OPML 文件。"
 
-#: js/prefs.js:973
+#: js/prefs.js:980
 msgid "Reset to defaults?"
 msgstr "重置为默认状态?"
 
-#: js/prefs.js:1092
+#: js/prefs.js:1099
 msgid ""
 "Remove category %s? Any nested feeds would be placed into Uncategorized."
 msgstr ""
 
-#: js/prefs.js:1119
+#: js/prefs.js:1126
 msgid "Remove selected categories?"
 msgstr "移除选中的类别?"
 
-#: js/prefs.js:1135
+#: js/prefs.js:1142
 msgid "No categories are selected."
 msgstr "没有选中任何类别。"
 
-#: js/prefs.js:1143
+#: js/prefs.js:1150
 #, fuzzy
 msgid "Category title:"
 msgstr "类别"
 
-#: js/prefs.js:1174
+#: js/prefs.js:1181
 msgid "Feeds without recent updates"
 msgstr "最近没更新的信息源"
 
-#: js/prefs.js:1223
+#: js/prefs.js:1230
 msgid "Replace current OPML publishing address with a new one?"
 msgstr "将当前的 OPML 发布地址更改替换为新地址?"
 
-#: js/prefs.js:1332
+#: js/prefs.js:1339
 msgid "Rescore articles in selected feeds?"
 msgstr "为选中信息源中的文章重置评分?"
 
-#: js/prefs.js:1355
+#: js/prefs.js:1362
 msgid "Rescore all articles? This operation may take a lot of time."
 msgstr "重置所有文章的评分?这可能将花费很长时间。"
 
-#: js/prefs.js:1375
+#: js/prefs.js:1382
 msgid "Reset selected labels to default colors?"
 msgstr "将选中的可选标签重置为默认颜色?"
 
-#: js/prefs.js:1412
+#: js/prefs.js:1419
 msgid "Settings Profiles"
 msgstr "偏好文件的设置"
 
-#: js/prefs.js:1421
+#: js/prefs.js:1428
 msgid ""
 "Remove selected profiles? Active and default profiles will not be removed."
 msgstr "移除选中的偏好文件?当前偏好与默认偏好不会被移除。"
 
-#: js/prefs.js:1439
+#: js/prefs.js:1446
 msgid "No profiles are selected."
 msgstr "未选择偏好文件。"
 
-#: js/prefs.js:1447 js/prefs.js:1500
+#: js/prefs.js:1454 js/prefs.js:1507
 msgid "Activate selected profile?"
 msgstr "启用选中的偏好文件?"
 
-#: js/prefs.js:1463 js/prefs.js:1516
+#: js/prefs.js:1470 js/prefs.js:1523
 msgid "Please choose a profile to activate."
 msgstr "请选择希望启用的偏好文件。"
 
-#: js/prefs.js:1524
+#: js/prefs.js:1531
 msgid "This will invalidate all previously generated feed URLs. Continue?"
 msgstr "之前生成的信息源 URL 将会回到未认证状态。是否继续?"
 
-#: js/prefs.js:1543
+#: js/prefs.js:1550
 msgid "This will invalidate all previously shared article URLs. Continue?"
 msgstr "之前共享文章的 URL 将会回到未认证状态。是否继续?"
 
-#: js/prefs.js:1641
+#: js/prefs.js:1648
 msgid "Label Editor"
 msgstr "编辑预定义标签"
 
-#: js/prefs.js:1704
+#: js/prefs.js:1711
 msgid ""
 "This will clear your stored authentication information for Twitter. Continue?"
 msgstr "这将会清空所有保存过的 Twitter 认证信息。是否继续?"
 
-#: js/prefs.js:1784
+#: js/prefs.js:1791
 msgid "Subscribing to feeds..."
 msgstr ""
 
-#: js/prefs.js:1821
+#: js/prefs.js:1828
 msgid "Clear stored data for this plugin?"
 msgstr ""
 
@@ -2995,28 +3022,28 @@ msgstr ""
 msgid "Mark all articles as read?"
 msgstr "将所有文章标记为已读?"
 
-#: js/tt-rss.js:356
+#: js/tt-rss.js:358
 msgid "You can't unsubscribe from the category."
 msgstr "您不能取消订阅一个类别。"
 
-#: js/tt-rss.js:361 js/tt-rss.js:511
+#: js/tt-rss.js:363 js/tt-rss.js:513
 msgid "Please select some feed first."
 msgstr "请先选几个信息源吧。"
 
-#: js/tt-rss.js:506
+#: js/tt-rss.js:508
 msgid "You can't rescore this kind of feed."
 msgstr "无法重置本类信息源的评分。"
 
-#: js/tt-rss.js:516
+#: js/tt-rss.js:518
 msgid "Rescore articles in %s?"
 msgstr "重置 %s 中文章的评分?"
 
-#: js/tt-rss.js:672
+#: js/tt-rss.js:688
 #, fuzzy
 msgid "Please enable mail plugin first."
 msgstr "请先选几个信息源吧。"
 
-#: js/tt-rss.js:834
+#: js/tt-rss.js:850
 msgid "New version available!"
 msgstr "有可用的新版本啦!"
 
@@ -3040,74 +3067,75 @@ msgstr "加星标"
 msgid "Unpublish article"
 msgstr "取消发布文章"
 
-#: js/viewfeed.js:674 js/viewfeed.js:702 js/viewfeed.js:729 js/viewfeed.js:791
-#: js/viewfeed.js:823 js/viewfeed.js:960 js/viewfeed.js:1003
-#: js/viewfeed.js:1053 js/viewfeed.js:1927 plugins/mail/mail.js:7
+#: js/viewfeed.js:681 js/viewfeed.js:709 js/viewfeed.js:736 js/viewfeed.js:798
+#: js/viewfeed.js:830 js/viewfeed.js:967 js/viewfeed.js:1010
+#: js/viewfeed.js:1060 js/viewfeed.js:1987 plugins/mailto/init.js:7
+#: plugins/mail/mail.js:7
 msgid "No articles are selected."
 msgstr "没有选中任何文章。"
 
-#: js/viewfeed.js:940
+#: js/viewfeed.js:947
 msgid "Mark all visible articles in %s as read?"
 msgstr "标记 %s 中所有可见的文章为已读?"
 
-#: js/viewfeed.js:968
+#: js/viewfeed.js:975
 msgid "Delete %d selected articles in %s?"
 msgstr "删除 %s 中选择的 %d 篇文章?"
 
-#: js/viewfeed.js:970
+#: js/viewfeed.js:977
 msgid "Delete %d selected articles?"
 msgstr "删除选中的 %d 篇文章?"
 
-#: js/viewfeed.js:1012
+#: js/viewfeed.js:1019
 msgid "Archive %d selected articles in %s?"
 msgstr "将 %s 中的 %d 篇选中的文章存档?"
 
-#: js/viewfeed.js:1015
+#: js/viewfeed.js:1022
 msgid "Move %d archived articles back?"
 msgstr "将存档的 %d 篇文章移回原处?"
 
-#: js/viewfeed.js:1059
+#: js/viewfeed.js:1066
 msgid "Mark %d selected articles in %s as read?"
 msgstr "将 %s 中选中的 %d 篇文章标记为已读?"
 
-#: js/viewfeed.js:1083
+#: js/viewfeed.js:1090
 msgid "Edit article Tags"
 msgstr "编辑文章的自定义标签"
 
-#: js/viewfeed.js:1252
+#: js/viewfeed.js:1259
 msgid "No article is selected."
 msgstr "未选中任何文章。"
 
-#: js/viewfeed.js:1287
+#: js/viewfeed.js:1294
 msgid "No articles found to mark"
 msgstr "未找到需要标记的文章"
 
-#: js/viewfeed.js:1289
+#: js/viewfeed.js:1296
 msgid "Mark %d article(s) as read?"
 msgstr "将 %d 篇文章标记为已读?"
 
-#: js/viewfeed.js:1744
+#: js/viewfeed.js:1804
 msgid "Open original article"
 msgstr "打开原文"
 
-#: js/viewfeed.js:1814
+#: js/viewfeed.js:1874
 msgid "Remove label"
 msgstr "移除预定义标签"
 
-#: js/viewfeed.js:1838
+#: js/viewfeed.js:1898
 msgid "Playing..."
 msgstr "播放中……"
 
-#: js/viewfeed.js:1839
+#: js/viewfeed.js:1899
 msgid "Click to pause"
 msgstr "点击暂停"
 
-#: js/viewfeed.js:1896
+#: js/viewfeed.js:1956
 #, fuzzy
 msgid "Please enter new score for selected articles:"
 msgstr "删除选中的 %d 篇文章?"
 
-#: js/viewfeed.js:1938
+#: js/viewfeed.js:1998
 #, fuzzy
 msgid "Please enter new score for this article:"
 msgstr "请填写类别名称:"
@@ -3136,6 +3164,10 @@ msgstr "没有未读的信息源。"
 msgid "Load more..."
 msgstr "加载更多……"
 
+#: plugins/mailto/init.js:21 plugins/mail/mail.js:21
+msgid "Forward article by email"
+msgstr "用邮件转发文章"
+
 #: plugins/import_export/import_export.js:13
 msgid "Export Data"
 msgstr ""
@@ -3154,10 +3186,6 @@ msgstr ""
 msgid "Please choose the file first."
 msgstr ""
 
-#: plugins/mail/mail.js:21
-msgid "Forward article by email"
-msgstr "用邮件转发文章"
-
 #: plugins/instances/instances.js:10
 msgid "Link Instance"
 msgstr "链接实例"
@@ -3188,6 +3216,12 @@ msgid ""
 "before continuing. Please type 'yes' to continue."
 msgstr ""
 
+#~ msgid "Yes"
+#~ msgstr "是"
+
+#~ msgid "No"
+#~ msgstr "否"
+
 #~ msgid "Comments?"
 #~ msgstr "评论些什么?"
 
@@ -3308,9 +3342,6 @@ msgstr ""
 #~ msgid "Original article"
 #~ msgstr "原文"
 
-#~ msgid "Close this panel"
-#~ msgstr "关闭本界面"
-
 #~ msgid "Update feed"
 #~ msgstr "更新信息源"
 
index 258d3fe25f75ae6020669f1cf0de686a44c4cca2..edd543fb7d6b59d33c47a03e60a90f8aca906ddd 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-03-19 10:14+0400\n"
+"POT-Creation-Date: 2013-03-20 15:53+0400\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -242,8 +242,8 @@ msgstr ""
 
 #: index.php:117 index.php:147 index.php:252 prefs.php:79
 #: classes/backend.php:5 classes/pref/labels.php:296
-#: classes/pref/filters.php:609 classes/pref/feeds.php:1270
-#: plugins/digest/digest_body.php:45 js/viewfeed.js:1174
+#: classes/pref/filters.php:609 classes/pref/feeds.php:1296
+#: plugins/digest/digest_body.php:45 js/viewfeed.js:1181
 msgid "Loading, please wait..."
 msgstr ""
 
@@ -271,11 +271,11 @@ msgstr ""
 msgid "All Articles"
 msgstr ""
 
-#: index.php:169 include/functions.php:1912 classes/feeds.php:106
+#: index.php:169 include/functions.php:1915 classes/feeds.php:106
 msgid "Starred"
 msgstr ""
 
-#: index.php:170 include/functions.php:1913 classes/feeds.php:107
+#: index.php:170 include/functions.php:1916 classes/feeds.php:107
 msgid "Published"
 msgstr ""
 
@@ -311,13 +311,14 @@ msgstr ""
 msgid "Score"
 msgstr ""
 
-#: index.php:187 classes/pref/feeds.php:535 classes/pref/feeds.php:746
+#: index.php:187 classes/pref/feeds.php:535 classes/pref/feeds.php:758
 msgid "Update"
 msgstr ""
 
-#: index.php:191 index.php:221 include/functions.php:1903
-#: include/localized_schema.php:10 classes/feeds.php:111 classes/feeds.php:131
-#: js/FeedTree.js:128 js/FeedTree.js:156 plugins/digest/digest.js:630
+#: index.php:191 index.php:221 include/functions.php:1906
+#: include/localized_schema.php:10 classes/feeds.php:111 classes/feeds.php:136
+#: classes/feeds.php:410 js/FeedTree.js:128 js/FeedTree.js:156
+#: plugins/digest/digest.js:630
 msgid "Mark as read"
 msgstr ""
 
@@ -349,7 +350,7 @@ msgstr ""
 msgid "Rescore feed"
 msgstr ""
 
-#: index.php:219 classes/pref/feeds.php:672 classes/pref/feeds.php:1243
+#: index.php:219 classes/pref/feeds.php:684 classes/pref/feeds.php:1269
 #: js/PrefFeedTree.js:73
 msgid "Unsubscribe"
 msgstr ""
@@ -374,7 +375,7 @@ msgstr ""
 msgid "Show tag cloud..."
 msgstr ""
 
-#: index.php:229 include/functions.php:1890
+#: index.php:229 include/functions.php:1893
 msgid "Toggle widescreen mode"
 msgstr ""
 
@@ -399,8 +400,8 @@ msgstr ""
 msgid "Logout"
 msgstr ""
 
-#: prefs.php:28 prefs.php:99 include/functions.php:1915
-#: classes/pref/prefs.php:371
+#: prefs.php:28 prefs.php:99 include/functions.php:1918
+#: classes/pref/prefs.php:377
 msgid "Preferences"
 msgstr ""
 
@@ -412,8 +413,8 @@ msgstr ""
 msgid "Exit preferences"
 msgstr ""
 
-#: prefs.php:102 classes/pref/feeds.php:100 classes/pref/feeds.php:1148
-#: classes/pref/feeds.php:1211
+#: prefs.php:102 classes/pref/feeds.php:100 classes/pref/feeds.php:1174
+#: classes/pref/feeds.php:1237
 msgid "Feeds"
 msgstr ""
 
@@ -421,8 +422,8 @@ msgstr ""
 msgid "Filters"
 msgstr ""
 
-#: prefs.php:108 mobile/mobile-functions.php:205 include/functions.php:1118
-#: include/functions.php:1739 classes/pref/labels.php:90
+#: prefs.php:108 mobile/mobile-functions.php:205 include/functions.php:1121
+#: include/functions.php:1742 classes/pref/labels.php:90
 msgid "Labels"
 msgstr ""
 
@@ -515,8 +516,8 @@ msgstr ""
 msgid "Home"
 msgstr ""
 
-#: mobile/mobile-functions.php:178 include/functions.php:1116
-#: include/functions.php:1737
+#: mobile/mobile-functions.php:178 include/functions.php:1119
+#: include/functions.php:1740
 msgid "Special"
 msgstr ""
 
@@ -558,9 +559,9 @@ msgstr ""
 msgid "Reverse headline order (oldest first)"
 msgstr ""
 
-#: include/digest.php:131 include/functions.php:1127
-#: include/functions.php:1640 include/functions.php:1725
-#: include/functions.php:1747 classes/opml.php:416 classes/pref/feeds.php:188
+#: include/digest.php:131 include/functions.php:1130
+#: include/functions.php:1643 include/functions.php:1728
+#: include/functions.php:1750 classes/opml.php:416 classes/pref/feeds.php:188
 msgid "Uncategorized"
 msgstr ""
 
@@ -573,288 +574,288 @@ msgstr ""
 msgid "No feeds found."
 msgstr ""
 
-#: include/functions.php:698
+#: include/functions.php:701
 msgid "Session failed to validate (incorrect IP)"
 msgstr ""
 
-#: include/functions.php:1589 classes/dlg.php:371 classes/pref/filters.php:368
+#: include/functions.php:1592 classes/dlg.php:371 classes/pref/filters.php:368
 msgid "All feeds"
 msgstr ""
 
-#: include/functions.php:1790
+#: include/functions.php:1793
 msgid "Starred articles"
 msgstr ""
 
-#: include/functions.php:1792
+#: include/functions.php:1795
 msgid "Published articles"
 msgstr ""
 
-#: include/functions.php:1794
+#: include/functions.php:1797
 msgid "Fresh articles"
 msgstr ""
 
-#: include/functions.php:1796 include/functions.php:1910
+#: include/functions.php:1799 include/functions.php:1913
 msgid "All articles"
 msgstr ""
 
-#: include/functions.php:1798
+#: include/functions.php:1801
 msgid "Archived articles"
 msgstr ""
 
-#: include/functions.php:1800
+#: include/functions.php:1803
 msgid "Recently read"
 msgstr ""
 
-#: include/functions.php:1867
+#: include/functions.php:1870
 msgid "Navigation"
 msgstr ""
 
-#: include/functions.php:1868
+#: include/functions.php:1871
 msgid "Open next feed"
 msgstr ""
 
-#: include/functions.php:1869
+#: include/functions.php:1872
 msgid "Open previous feed"
 msgstr ""
 
-#: include/functions.php:1870
+#: include/functions.php:1873
 msgid "Open next article"
 msgstr ""
 
-#: include/functions.php:1871
+#: include/functions.php:1874
 msgid "Open previous article"
 msgstr ""
 
-#: include/functions.php:1872
+#: include/functions.php:1875
 msgid "Open next article (don't scroll long articles)"
 msgstr ""
 
-#: include/functions.php:1873
+#: include/functions.php:1876
 msgid "Open previous article (don't scroll long articles)"
 msgstr ""
 
-#: include/functions.php:1874
+#: include/functions.php:1877
 msgid "Show search dialog"
 msgstr ""
 
-#: include/functions.php:1875
+#: include/functions.php:1878
 msgid "Article"
 msgstr ""
 
-#: include/functions.php:1876
+#: include/functions.php:1879
 msgid "Toggle starred"
 msgstr ""
 
-#: include/functions.php:1877
+#: include/functions.php:1880
 msgid "Toggle published"
 msgstr ""
 
-#: include/functions.php:1878
+#: include/functions.php:1881
 msgid "Toggle unread"
 msgstr ""
 
-#: include/functions.php:1879
+#: include/functions.php:1882
 msgid "Edit tags"
 msgstr ""
 
-#: include/functions.php:1880
+#: include/functions.php:1883
 msgid "Dismiss selected"
 msgstr ""
 
-#: include/functions.php:1881
+#: include/functions.php:1884
 msgid "Dismiss read"
 msgstr ""
 
-#: include/functions.php:1882
+#: include/functions.php:1885
 msgid "Open in new window"
 msgstr ""
 
-#: include/functions.php:1883 js/viewfeed.js:1758
+#: include/functions.php:1886 js/viewfeed.js:1818
 msgid "Mark below as read"
 msgstr ""
 
-#: include/functions.php:1884 js/viewfeed.js:1752
+#: include/functions.php:1887 js/viewfeed.js:1812
 msgid "Mark above as read"
 msgstr ""
 
-#: include/functions.php:1885
+#: include/functions.php:1888
 msgid "Scroll down"
 msgstr ""
 
-#: include/functions.php:1886
+#: include/functions.php:1889
 msgid "Scroll up"
 msgstr ""
 
-#: include/functions.php:1887
+#: include/functions.php:1890
 msgid "Select article under cursor"
 msgstr ""
 
-#: include/functions.php:1888
+#: include/functions.php:1891
 msgid "Email article"
 msgstr ""
 
-#: include/functions.php:1889 plugins/close_button/init.php:24
-msgid "Close article"
+#: include/functions.php:1892
+msgid "Close/collapse article"
 msgstr ""
 
-#: include/functions.php:1891
+#: include/functions.php:1894
 msgid "Article selection"
 msgstr ""
 
-#: include/functions.php:1892
+#: include/functions.php:1895
 msgid "Select all articles"
 msgstr ""
 
-#: include/functions.php:1893
+#: include/functions.php:1896
 msgid "Select unread"
 msgstr ""
 
-#: include/functions.php:1894
+#: include/functions.php:1897
 msgid "Select starred"
 msgstr ""
 
-#: include/functions.php:1895
+#: include/functions.php:1898
 msgid "Select published"
 msgstr ""
 
-#: include/functions.php:1896
+#: include/functions.php:1899
 msgid "Invert selection"
 msgstr ""
 
-#: include/functions.php:1897
+#: include/functions.php:1900
 msgid "Deselect everything"
 msgstr ""
 
-#: include/functions.php:1898 classes/pref/feeds.php:488
-#: classes/pref/feeds.php:707
+#: include/functions.php:1901 classes/pref/feeds.php:488
+#: classes/pref/feeds.php:719
 msgid "Feed"
 msgstr ""
 
-#: include/functions.php:1899
+#: include/functions.php:1902
 msgid "Refresh current feed"
 msgstr ""
 
-#: include/functions.php:1900
+#: include/functions.php:1903
 msgid "Un/hide read feeds"
 msgstr ""
 
-#: include/functions.php:1901 classes/pref/feeds.php:1214
+#: include/functions.php:1904 classes/pref/feeds.php:1240
 msgid "Subscribe to feed"
 msgstr ""
 
-#: include/functions.php:1902 js/FeedTree.js:135 js/PrefFeedTree.js:67
+#: include/functions.php:1905 js/FeedTree.js:135 js/PrefFeedTree.js:67
 msgid "Edit feed"
 msgstr ""
 
-#: include/functions.php:1904
+#: include/functions.php:1907
 msgid "Reverse headlines"
 msgstr ""
 
-#: include/functions.php:1905
+#: include/functions.php:1908
 msgid "Debug feed update"
 msgstr ""
 
-#: include/functions.php:1906 js/FeedTree.js:170
+#: include/functions.php:1909 js/FeedTree.js:177
 msgid "Mark all feeds as read"
 msgstr ""
 
-#: include/functions.php:1907
+#: include/functions.php:1910
 msgid "Un/collapse current category"
 msgstr ""
 
-#: include/functions.php:1908
+#: include/functions.php:1911
 msgid "Toggle combined mode"
 msgstr ""
 
-#: include/functions.php:1909
+#: include/functions.php:1912
 msgid "Go to"
 msgstr ""
 
-#: include/functions.php:1911
+#: include/functions.php:1914
 msgid "Fresh"
 msgstr ""
 
-#: include/functions.php:1914
+#: include/functions.php:1917
 msgid "Tag cloud"
 msgstr ""
 
-#: include/functions.php:1916
+#: include/functions.php:1919
 msgid "Other"
 msgstr ""
 
-#: include/functions.php:1917 classes/pref/labels.php:281
+#: include/functions.php:1920 classes/pref/labels.php:281
 msgid "Create label"
 msgstr ""
 
-#: include/functions.php:1918 classes/pref/filters.php:587
+#: include/functions.php:1921 classes/pref/filters.php:587
 msgid "Create filter"
 msgstr ""
 
-#: include/functions.php:1919
+#: include/functions.php:1922
 msgid "Un/collapse sidebar"
 msgstr ""
 
-#: include/functions.php:1920
+#: include/functions.php:1923
 msgid "Show help dialog"
 msgstr ""
 
-#: include/functions.php:2400
+#: include/functions.php:2405
 #, php-format
 msgid "Search results: %s"
 msgstr ""
 
-#: include/functions.php:2824 js/viewfeed.js:1845
+#: include/functions.php:2893 js/viewfeed.js:1905
 msgid "Click to play"
 msgstr ""
 
-#: include/functions.php:2825 js/viewfeed.js:1844
+#: include/functions.php:2894 js/viewfeed.js:1904
 msgid "Play"
 msgstr ""
 
-#: include/functions.php:2945
+#: include/functions.php:3015
 msgid " - "
 msgstr ""
 
-#: include/functions.php:2967 include/functions.php:3284 classes/rpc.php:359
+#: include/functions.php:3037 include/functions.php:3354 classes/rpc.php:360
 msgid "no tags"
 msgstr ""
 
-#: include/functions.php:2977 classes/feeds.php:645
+#: include/functions.php:3047 classes/feeds.php:656
 msgid "Edit tags for this article"
 msgstr ""
 
-#: include/functions.php:3006 classes/feeds.php:600
+#: include/functions.php:3076 classes/feeds.php:610
 msgid "Originally from:"
 msgstr ""
 
-#: include/functions.php:3019 classes/feeds.php:613 classes/pref/feeds.php:507
+#: include/functions.php:3089 classes/feeds.php:623 classes/pref/feeds.php:507
 msgid "Feed URL"
 msgstr ""
 
-#: include/functions.php:3048
+#: include/functions.php:3118
 msgid "Related"
 msgstr ""
 
-#: include/functions.php:3075 classes/dlg.php:43 classes/dlg.php:162
+#: include/functions.php:3145 classes/dlg.php:43 classes/dlg.php:162
 #: classes/dlg.php:185 classes/dlg.php:222 classes/dlg.php:508
 #: classes/dlg.php:543 classes/dlg.php:574 classes/dlg.php:608
 #: classes/dlg.php:620 classes/backend.php:105 classes/pref/users.php:106
-#: classes/pref/filters.php:108 classes/pref/feeds.php:1527
-#: classes/pref/feeds.php:1598 plugins/import_export/init.php:407
+#: classes/pref/filters.php:108 classes/pref/feeds.php:1553
+#: classes/pref/feeds.php:1624 plugins/import_export/init.php:407
 #: plugins/import_export/init.php:431 plugins/share/init.php:67
-#: plugins/updater/init.php:329
+#: plugins/updater/init.php:330
 msgid "Close this window"
 msgstr ""
 
-#: include/functions.php:3309
+#: include/functions.php:3379
 msgid "(edit note)"
 msgstr ""
 
-#: include/functions.php:3542
+#: include/functions.php:3612
 msgid "unknown type"
 msgstr ""
 
-#: include/functions.php:3592
+#: include/functions.php:3662
 msgid "Attachments"
 msgstr ""
 
@@ -891,7 +892,7 @@ msgstr ""
 msgid "Assign tags"
 msgstr ""
 
-#: include/localized_schema.php:14 js/viewfeed.js:1809
+#: include/localized_schema.php:14 js/viewfeed.js:1869
 msgid "Assign label"
 msgstr ""
 
@@ -1066,7 +1067,7 @@ msgid "Group headlines in virtual feeds"
 msgstr ""
 
 #: include/localized_schema.php:57
-msgid "Hide images in articles"
+msgid "Do not embed images in articles"
 msgstr ""
 
 #: include/localized_schema.php:58
@@ -1077,7 +1078,7 @@ msgstr ""
 msgid "User timezone"
 msgstr ""
 
-#: include/localized_schema.php:60 js/prefs.js:1733
+#: include/localized_schema.php:60 js/prefs.js:1740
 msgid "Customize stylesheet"
 msgstr ""
 
@@ -1127,7 +1128,7 @@ msgid "Title:"
 msgstr ""
 
 #: classes/handler/public.php:404 classes/dlg.php:667
-#: classes/pref/feeds.php:505 classes/pref/feeds.php:722
+#: classes/pref/feeds.php:505 classes/pref/feeds.php:734
 #: plugins/instances/init.php:215
 msgid "URL:"
 msgstr ""
@@ -1154,8 +1155,8 @@ msgstr ""
 #: classes/dlg.php:751 classes/pref/users.php:194 classes/pref/labels.php:81
 #: classes/pref/filters.php:349 classes/pref/filters.php:729
 #: classes/pref/filters.php:798 classes/pref/filters.php:865
-#: classes/pref/feeds.php:689 classes/pref/feeds.php:829
-#: plugins/mail/init.php:132 plugins/note/init.php:55
+#: classes/pref/feeds.php:701 classes/pref/feeds.php:849
+#: plugins/mail/init.php:131 plugins/note/init.php:55
 #: plugins/instances/init.php:251
 msgid "Cancel"
 msgstr ""
@@ -1214,8 +1215,8 @@ msgstr ""
 #: classes/dlg.php:55 classes/pref/users.php:378 classes/pref/labels.php:272
 #: classes/pref/filters.php:230 classes/pref/filters.php:277
 #: classes/pref/filters.php:578 classes/pref/filters.php:657
-#: classes/pref/filters.php:684 classes/pref/feeds.php:1202
-#: classes/pref/feeds.php:1472 classes/pref/feeds.php:1541
+#: classes/pref/filters.php:684 classes/pref/feeds.php:1228
+#: classes/pref/feeds.php:1498 classes/pref/feeds.php:1567
 #: plugins/instances/init.php:287
 msgid "Select"
 msgstr ""
@@ -1224,8 +1225,8 @@ msgstr ""
 #: classes/pref/labels.php:275 classes/pref/filters.php:233
 #: classes/pref/filters.php:280 classes/pref/filters.php:581
 #: classes/pref/filters.php:660 classes/pref/filters.php:687
-#: classes/pref/feeds.php:1205 classes/pref/feeds.php:1475
-#: classes/pref/feeds.php:1544 plugins/instances/init.php:290
+#: classes/pref/feeds.php:1231 classes/pref/feeds.php:1501
+#: classes/pref/feeds.php:1570 plugins/instances/init.php:290
 msgid "All"
 msgstr ""
 
@@ -1233,8 +1234,8 @@ msgstr ""
 #: classes/pref/labels.php:277 classes/pref/filters.php:235
 #: classes/pref/filters.php:282 classes/pref/filters.php:583
 #: classes/pref/filters.php:662 classes/pref/filters.php:689
-#: classes/pref/feeds.php:1207 classes/pref/feeds.php:1477
-#: classes/pref/feeds.php:1546 plugins/instances/init.php:292
+#: classes/pref/feeds.php:1233 classes/pref/feeds.php:1503
+#: classes/pref/feeds.php:1572 plugins/instances/init.php:292
 msgid "None"
 msgstr ""
 
@@ -1293,7 +1294,7 @@ msgid "Feed or site URL"
 msgstr ""
 
 #: classes/dlg.php:249 classes/dlg.php:715 classes/pref/feeds.php:527
-#: classes/pref/feeds.php:735
+#: classes/pref/feeds.php:747
 msgid "Place in category:"
 msgstr ""
 
@@ -1302,17 +1303,17 @@ msgid "Available feeds"
 msgstr ""
 
 #: classes/dlg.php:269 classes/pref/users.php:155 classes/pref/feeds.php:557
-#: classes/pref/feeds.php:771
+#: classes/pref/feeds.php:783
 msgid "Authentication"
 msgstr ""
 
 #: classes/dlg.php:273 classes/dlg.php:729 classes/pref/users.php:438
-#: classes/pref/feeds.php:563 classes/pref/feeds.php:775
+#: classes/pref/feeds.php:563 classes/pref/feeds.php:787
 msgid "Login"
 msgstr ""
 
-#: classes/dlg.php:276 classes/dlg.php:732 classes/pref/prefs.php:196
-#: classes/pref/feeds.php:569 classes/pref/feeds.php:781
+#: classes/dlg.php:276 classes/dlg.php:732 classes/pref/prefs.php:202
+#: classes/pref/feeds.php:569 classes/pref/feeds.php:793
 msgid "Password"
 msgstr ""
 
@@ -1329,7 +1330,7 @@ msgid "More feeds"
 msgstr ""
 
 #: classes/dlg.php:318 classes/dlg.php:409 classes/pref/users.php:368
-#: classes/pref/filters.php:574 classes/pref/feeds.php:1198 js/tt-rss.js:166
+#: classes/pref/filters.php:574 classes/pref/feeds.php:1224 js/tt-rss.js:166
 msgid "Search"
 msgstr ""
 
@@ -1347,7 +1348,7 @@ msgstr ""
 
 #: classes/dlg.php:349 classes/pref/users.php:394 classes/pref/labels.php:284
 #: classes/pref/filters.php:339 classes/pref/filters.php:596
-#: classes/pref/feeds.php:662 plugins/instances/init.php:297
+#: classes/pref/feeds.php:674 plugins/instances/init.php:297
 msgid "Remove"
 msgstr ""
 
@@ -1369,7 +1370,7 @@ msgstr ""
 
 #: classes/dlg.php:439 classes/dlg.php:650 classes/pref/users.php:192
 #: classes/pref/labels.php:79 classes/pref/filters.php:346
-#: classes/pref/feeds.php:688 classes/pref/feeds.php:826
+#: classes/pref/feeds.php:700 classes/pref/feeds.php:846
 #: plugins/nsfw/init.php:86 plugins/note/init.php:53
 #: plugins/owncloud/init.php:62 plugins/instances/init.php:248
 msgid "Save"
@@ -1403,7 +1404,7 @@ msgstr ""
 msgid "Display entries"
 msgstr ""
 
-#: classes/dlg.php:551 classes/feeds.php:133
+#: classes/dlg.php:551 classes/feeds.php:138
 msgid "View as RSS"
 msgstr ""
 
@@ -1411,7 +1412,7 @@ msgstr ""
 msgid "You can view this feed as RSS using the following URL:"
 msgstr ""
 
-#: classes/dlg.php:591 plugins/updater/init.php:303
+#: classes/dlg.php:591 plugins/updater/init.php:304
 #, php-format
 msgid "New version of Tiny Tiny RSS is available (%s)."
 msgstr ""
@@ -1530,54 +1531,59 @@ msgstr ""
 msgid "Delete"
 msgstr ""
 
-#: classes/feeds.php:125 plugins/mail/init.php:28
+#: classes/feeds.php:125 classes/feeds.php:130 plugins/mailto/init.php:28
+#: plugins/mail/init.php:28
 msgid "Forward by email"
 msgstr ""
 
-#: classes/feeds.php:129
+#: classes/feeds.php:134
 msgid "Feed:"
 msgstr ""
 
-#: classes/feeds.php:196 classes/feeds.php:790
+#: classes/feeds.php:201 classes/feeds.php:801
 msgid "Feed not found."
 msgstr ""
 
-#: classes/feeds.php:403 classes/feeds.php:493
+#: classes/feeds.php:500
 msgid "mark as read"
 msgstr ""
 
-#: classes/feeds.php:691
+#: classes/feeds.php:555
+msgid "Collapse article"
+msgstr ""
+
+#: classes/feeds.php:702
 msgid "No unread articles found to display."
 msgstr ""
 
-#: classes/feeds.php:694
+#: classes/feeds.php:705
 msgid "No updated articles found to display."
 msgstr ""
 
-#: classes/feeds.php:697
+#: classes/feeds.php:708
 msgid "No starred articles found to display."
 msgstr ""
 
-#: classes/feeds.php:701
+#: classes/feeds.php:712
 msgid ""
 "No articles found to display. You can assign articles to labels manually "
 "(see the Actions menu above) or use a filter."
 msgstr ""
 
-#: classes/feeds.php:703
+#: classes/feeds.php:714
 msgid "No articles found to display."
 msgstr ""
 
-#: classes/feeds.php:718 classes/feeds.php:899
+#: classes/feeds.php:729 classes/feeds.php:910
 #, php-format
 msgid "Feeds last updated at %s"
 msgstr ""
 
-#: classes/feeds.php:728 classes/feeds.php:909
+#: classes/feeds.php:739 classes/feeds.php:920
 msgid "Some feeds have update errors (click for details)"
 msgstr ""
 
-#: classes/feeds.php:889
+#: classes/feeds.php:900
 msgid "No feed selected."
 msgstr ""
 
@@ -1696,7 +1702,7 @@ msgid "Change password to"
 msgstr ""
 
 #: classes/pref/users.php:177 classes/pref/feeds.php:577
-#: classes/pref/feeds.php:787
+#: classes/pref/feeds.php:799
 msgid "Options"
 msgstr ""
 
@@ -1842,7 +1848,7 @@ msgstr ""
 msgid "Combine"
 msgstr ""
 
-#: classes/pref/filters.php:600 classes/pref/feeds.php:1257
+#: classes/pref/filters.php:600 classes/pref/feeds.php:1283
 msgid "Rescore articles"
 msgstr ""
 
@@ -1899,172 +1905,163 @@ msgstr ""
 msgid "Function not supported by authentication module."
 msgstr ""
 
-#: classes/pref/prefs.php:63
+#: classes/pref/prefs.php:69
 msgid "The configuration was saved."
 msgstr ""
 
-#: classes/pref/prefs.php:77
+#: classes/pref/prefs.php:83
 #, php-format
 msgid "Unknown option: %s"
 msgstr ""
 
-#: classes/pref/prefs.php:91
+#: classes/pref/prefs.php:97
 msgid "Your personal data has been saved."
 msgstr ""
 
-#: classes/pref/prefs.php:131
+#: classes/pref/prefs.php:137
 msgid "Personal data / Authentication"
 msgstr ""
 
-#: classes/pref/prefs.php:151
+#: classes/pref/prefs.php:157
 msgid "Personal data"
 msgstr ""
 
-#: classes/pref/prefs.php:161
+#: classes/pref/prefs.php:167
 msgid "Full name"
 msgstr ""
 
-#: classes/pref/prefs.php:165
+#: classes/pref/prefs.php:171
 msgid "E-mail"
 msgstr ""
 
-#: classes/pref/prefs.php:171
+#: classes/pref/prefs.php:177
 msgid "Access level"
 msgstr ""
 
-#: classes/pref/prefs.php:181
+#: classes/pref/prefs.php:187
 msgid "Save data"
 msgstr ""
 
-#: classes/pref/prefs.php:203
+#: classes/pref/prefs.php:209
 msgid "Your password is at default value, please change it."
 msgstr ""
 
-#: classes/pref/prefs.php:235
+#: classes/pref/prefs.php:241
 msgid "Old password"
 msgstr ""
 
-#: classes/pref/prefs.php:238
+#: classes/pref/prefs.php:244
 msgid "New password"
 msgstr ""
 
-#: classes/pref/prefs.php:243
+#: classes/pref/prefs.php:249
 msgid "Confirm password"
 msgstr ""
 
-#: classes/pref/prefs.php:253
+#: classes/pref/prefs.php:259
 msgid "Change password"
 msgstr ""
 
-#: classes/pref/prefs.php:259
+#: classes/pref/prefs.php:265
 msgid "One time passwords / Authenticator"
 msgstr ""
 
-#: classes/pref/prefs.php:288 classes/pref/prefs.php:339
+#: classes/pref/prefs.php:294 classes/pref/prefs.php:345
 msgid "Enter your password"
 msgstr ""
 
-#: classes/pref/prefs.php:299
+#: classes/pref/prefs.php:305
 msgid "Disable OTP"
 msgstr ""
 
-#: classes/pref/prefs.php:305
+#: classes/pref/prefs.php:311
 msgid ""
 "You will need a compatible Authenticator to use this. Changing your password "
 "would automatically disable OTP."
 msgstr ""
 
-#: classes/pref/prefs.php:307
+#: classes/pref/prefs.php:313
 msgid "Scan the following code by the Authenticator application:"
 msgstr ""
 
-#: classes/pref/prefs.php:348
+#: classes/pref/prefs.php:354
 msgid "I have scanned the code and would like to enable OTP"
 msgstr ""
 
-#: classes/pref/prefs.php:356
+#: classes/pref/prefs.php:362
 msgid "Enable OTP"
 msgstr ""
 
-#: classes/pref/prefs.php:482
+#: classes/pref/prefs.php:493
 msgid "Customize"
 msgstr ""
 
-#: classes/pref/prefs.php:501 classes/pref/prefs.php:508
-#: classes/pref/prefs.php:513
-msgid "Yes"
-msgstr ""
-
-#: classes/pref/prefs.php:503 classes/pref/prefs.php:513
-msgid "No"
-msgstr ""
-
-#: classes/pref/prefs.php:543
+#: classes/pref/prefs.php:552
 msgid "Register"
 msgstr ""
 
-#: classes/pref/prefs.php:547
+#: classes/pref/prefs.php:556
 msgid "Clear"
 msgstr ""
 
-#: classes/pref/prefs.php:553
+#: classes/pref/prefs.php:562
 #, php-format
 msgid "Current server time: %s (UTC)"
 msgstr ""
 
-#: classes/pref/prefs.php:582
+#: classes/pref/prefs.php:595
 msgid "Save configuration"
 msgstr ""
 
-#: classes/pref/prefs.php:585
+#: classes/pref/prefs.php:598
 msgid "Manage profiles"
 msgstr ""
 
-#: classes/pref/prefs.php:588
+#: classes/pref/prefs.php:601
 msgid "Reset to defaults"
 msgstr ""
 
-#: classes/pref/prefs.php:600
+#: classes/pref/prefs.php:613
 msgid "Show additional preferences"
 msgstr ""
 
-#: classes/pref/prefs.php:612 classes/pref/prefs.php:614
+#: classes/pref/prefs.php:625 classes/pref/prefs.php:627
 msgid "Plugins"
 msgstr ""
 
-#: classes/pref/prefs.php:642
+#: classes/pref/prefs.php:655
 msgid "System plugins"
 msgstr ""
 
-#: classes/pref/prefs.php:646 classes/pref/prefs.php:695
+#: classes/pref/prefs.php:659 classes/pref/prefs.php:708
 msgid "Plugin"
 msgstr ""
 
-#: classes/pref/prefs.php:647 classes/pref/prefs.php:696
+#: classes/pref/prefs.php:660 classes/pref/prefs.php:709
 msgid "Description"
 msgstr ""
 
-#: classes/pref/prefs.php:648 classes/pref/prefs.php:697
+#: classes/pref/prefs.php:661 classes/pref/prefs.php:710
 msgid "Version"
 msgstr ""
 
-#: classes/pref/prefs.php:649 classes/pref/prefs.php:698
+#: classes/pref/prefs.php:662 classes/pref/prefs.php:711
 msgid "Author"
 msgstr ""
 
-#: classes/pref/prefs.php:682 classes/pref/prefs.php:733
+#: classes/pref/prefs.php:695 classes/pref/prefs.php:746
 msgid "Clear data"
 msgstr ""
 
-#: classes/pref/prefs.php:691
+#: classes/pref/prefs.php:704
 msgid "User plugins"
 msgstr ""
 
-#: classes/pref/prefs.php:748
+#: classes/pref/prefs.php:761
 msgid "Enable selected plugins"
 msgstr ""
 
-#: classes/pref/prefs.php:803 classes/pref/prefs.php:821
+#: classes/pref/prefs.php:816 classes/pref/prefs.php:834
 msgid "Incorrect password"
 msgstr ""
 
@@ -2083,7 +2080,7 @@ msgstr ""
 msgid "Feed Title"
 msgstr ""
 
-#: classes/pref/feeds.php:550 classes/pref/feeds.php:762
+#: classes/pref/feeds.php:550 classes/pref/feeds.php:774
 msgid "Article purging:"
 msgstr ""
 
@@ -2093,207 +2090,211 @@ msgid ""
 "requires authentication, except for Twitter feeds."
 msgstr ""
 
-#: classes/pref/feeds.php:589 classes/pref/feeds.php:791
+#: classes/pref/feeds.php:589 classes/pref/feeds.php:803
 msgid "Hide from Popular feeds"
 msgstr ""
 
-#: classes/pref/feeds.php:601 classes/pref/feeds.php:797
+#: classes/pref/feeds.php:601 classes/pref/feeds.php:809
 msgid "Include in e-mail digest"
 msgstr ""
 
-#: classes/pref/feeds.php:614 classes/pref/feeds.php:803
+#: classes/pref/feeds.php:614 classes/pref/feeds.php:815
 msgid "Always display image attachments"
 msgstr ""
 
-#: classes/pref/feeds.php:628 classes/pref/feeds.php:811
+#: classes/pref/feeds.php:627 classes/pref/feeds.php:823
+msgid "Do not embed images"
+msgstr ""
+
+#: classes/pref/feeds.php:640 classes/pref/feeds.php:831
 msgid "Cache images locally"
 msgstr ""
 
-#: classes/pref/feeds.php:640 classes/pref/feeds.php:817
+#: classes/pref/feeds.php:652 classes/pref/feeds.php:837
 msgid "Mark updated articles as unread"
 msgstr ""
 
-#: classes/pref/feeds.php:646
+#: classes/pref/feeds.php:658
 msgid "Icon"
 msgstr ""
 
-#: classes/pref/feeds.php:660
+#: classes/pref/feeds.php:672
 msgid "Replace"
 msgstr ""
 
-#: classes/pref/feeds.php:679
+#: classes/pref/feeds.php:691
 msgid "Resubscribe to push updates"
 msgstr ""
 
-#: classes/pref/feeds.php:686
+#: classes/pref/feeds.php:698
 msgid "Resets PubSubHubbub subscription status for push-enabled feeds."
 msgstr ""
 
-#: classes/pref/feeds.php:701
+#: classes/pref/feeds.php:713
 msgid "Enable the options you wish to apply using checkboxes on the right:"
 msgstr ""
 
-#: classes/pref/feeds.php:1051 classes/pref/feeds.php:1104
+#: classes/pref/feeds.php:1077 classes/pref/feeds.php:1130
 msgid "All done."
 msgstr ""
 
-#: classes/pref/feeds.php:1159
+#: classes/pref/feeds.php:1185
 msgid "Feeds with errors"
 msgstr ""
 
-#: classes/pref/feeds.php:1179
+#: classes/pref/feeds.php:1205
 msgid "Inactive feeds"
 msgstr ""
 
-#: classes/pref/feeds.php:1216
+#: classes/pref/feeds.php:1242
 msgid "Edit selected feeds"
 msgstr ""
 
-#: classes/pref/feeds.php:1218 classes/pref/feeds.php:1232
+#: classes/pref/feeds.php:1244 classes/pref/feeds.php:1258
 msgid "Reset sort order"
 msgstr ""
 
-#: classes/pref/feeds.php:1220 js/prefs.js:1778
+#: classes/pref/feeds.php:1246 js/prefs.js:1785
 msgid "Batch subscribe"
 msgstr ""
 
-#: classes/pref/feeds.php:1225
+#: classes/pref/feeds.php:1251
 msgid "Categories"
 msgstr ""
 
-#: classes/pref/feeds.php:1228
+#: classes/pref/feeds.php:1254
 msgid "Add category"
 msgstr ""
 
-#: classes/pref/feeds.php:1230
+#: classes/pref/feeds.php:1256
 msgid "(Un)hide empty categories"
 msgstr ""
 
-#: classes/pref/feeds.php:1234
+#: classes/pref/feeds.php:1260
 msgid "Remove selected"
 msgstr ""
 
-#: classes/pref/feeds.php:1248
+#: classes/pref/feeds.php:1274
 msgid "More actions..."
 msgstr ""
 
-#: classes/pref/feeds.php:1252
+#: classes/pref/feeds.php:1278
 msgid "Manual purge"
 msgstr ""
 
-#: classes/pref/feeds.php:1256
+#: classes/pref/feeds.php:1282
 msgid "Clear feed data"
 msgstr ""
 
-#: classes/pref/feeds.php:1307
+#: classes/pref/feeds.php:1333
 msgid "OPML"
 msgstr ""
 
-#: classes/pref/feeds.php:1309
+#: classes/pref/feeds.php:1335
 msgid ""
 "Using OPML you can export and import your feeds, filters, labels and Tiny "
 "Tiny RSS settings."
 msgstr ""
 
-#: classes/pref/feeds.php:1311
+#: classes/pref/feeds.php:1337
 msgid "Only main settings profile can be migrated using OPML."
 msgstr ""
 
-#: classes/pref/feeds.php:1324
+#: classes/pref/feeds.php:1350
 msgid "Import my OPML"
 msgstr ""
 
-#: classes/pref/feeds.php:1328
+#: classes/pref/feeds.php:1354
 msgid "Filename:"
 msgstr ""
 
-#: classes/pref/feeds.php:1330
+#: classes/pref/feeds.php:1356
 msgid "Include settings"
 msgstr ""
 
-#: classes/pref/feeds.php:1334
+#: classes/pref/feeds.php:1360
 msgid "Export OPML"
 msgstr ""
 
-#: classes/pref/feeds.php:1338
+#: classes/pref/feeds.php:1364
 msgid ""
 "Your OPML can be published publicly and can be subscribed by anyone who "
 "knows the URL below."
 msgstr ""
 
-#: classes/pref/feeds.php:1340
+#: classes/pref/feeds.php:1366
 msgid ""
 "Published OPML does not include your Tiny Tiny RSS settings, feeds that "
 "require authentication or feeds hidden from Popular feeds."
 msgstr ""
 
-#: classes/pref/feeds.php:1343
+#: classes/pref/feeds.php:1369
 msgid "Display published OPML URL"
 msgstr ""
 
-#: classes/pref/feeds.php:1353
+#: classes/pref/feeds.php:1379
 msgid "Firefox integration"
 msgstr ""
 
-#: classes/pref/feeds.php:1355
+#: classes/pref/feeds.php:1381
 msgid ""
 "This Tiny Tiny RSS site can be used as a Firefox Feed Reader by clicking the "
 "link below."
 msgstr ""
 
-#: classes/pref/feeds.php:1362
+#: classes/pref/feeds.php:1388
 msgid "Click here to register this site as a feed reader."
 msgstr ""
 
-#: classes/pref/feeds.php:1370
+#: classes/pref/feeds.php:1396
 msgid "Published & shared articles / Generated feeds"
 msgstr ""
 
-#: classes/pref/feeds.php:1372
+#: classes/pref/feeds.php:1398
 msgid "Published articles and generated feeds"
 msgstr ""
 
-#: classes/pref/feeds.php:1374
+#: classes/pref/feeds.php:1400
 msgid ""
 "Published articles are exported as a public RSS feed and can be subscribed "
 "by anyone who knows the URL specified below."
 msgstr ""
 
-#: classes/pref/feeds.php:1380
+#: classes/pref/feeds.php:1406
 msgid "Display URL"
 msgstr ""
 
-#: classes/pref/feeds.php:1383
+#: classes/pref/feeds.php:1409
 msgid "Clear all generated URLs"
 msgstr ""
 
-#: classes/pref/feeds.php:1385
+#: classes/pref/feeds.php:1411
 msgid "Articles shared by URL"
 msgstr ""
 
-#: classes/pref/feeds.php:1387
+#: classes/pref/feeds.php:1413
 msgid "You can disable all articles shared by unique URLs here."
 msgstr ""
 
-#: classes/pref/feeds.php:1390
+#: classes/pref/feeds.php:1416
 msgid "Unshare all articles"
 msgstr ""
 
-#: classes/pref/feeds.php:1468
+#: classes/pref/feeds.php:1494
 msgid ""
 "These feeds have not been updated with new content for 3 months (oldest "
 "first):"
 msgstr ""
 
-#: classes/pref/feeds.php:1505 classes/pref/feeds.php:1574
+#: classes/pref/feeds.php:1531 classes/pref/feeds.php:1600
 msgid "Click to edit feed"
 msgstr ""
 
-#: classes/pref/feeds.php:1523 classes/pref/feeds.php:1594
+#: classes/pref/feeds.php:1549 classes/pref/feeds.php:1620
 msgid "Unsubscribe from selected feeds"
 msgstr ""
 
-#: classes/pref/feeds.php:1534
+#: classes/pref/feeds.php:1560
 msgid "These feeds have not been updated because of errors:"
 msgstr ""
 
@@ -2320,6 +2321,10 @@ msgstr ""
 msgid "Regular version"
 msgstr ""
 
+#: plugins/close_button/init.php:24
+msgid "Close article"
+msgstr ""
+
 #: plugins/nsfw/init.php:32 plugins/nsfw/init.php:43
 msgid "Not work safe (click to toggle)"
 msgstr ""
@@ -2352,6 +2357,32 @@ msgstr ""
 msgid "Old password is incorrect."
 msgstr ""
 
+#: plugins/mailto/init.php:52 plugins/mailto/init.php:58
+#: plugins/mail/init.php:71 plugins/mail/init.php:77
+msgid "[Forwarded]"
+msgstr ""
+
+#: plugins/mailto/init.php:52 plugins/mail/init.php:71
+msgid "Multiple articles"
+msgstr ""
+
+#: plugins/mailto/init.php:74
+msgid "Clicking the following link to invoke your mail client:"
+msgstr ""
+
+#: plugins/mailto/init.php:78
+msgid "Forward selected article(s) by email."
+msgstr ""
+
+#: plugins/mailto/init.php:81
+msgid ""
+"You should be able to edit the message before sending in your mail client."
+msgstr ""
+
+#: plugins/mailto/init.php:86
+msgid "Close this dialog"
+msgstr ""
+
 #: plugins/bookmarklets/init.php:22
 msgid "Bookmarklets"
 msgstr ""
@@ -2425,27 +2456,19 @@ msgid ""
 "\t\t\t\tin PHP.ini (current value = %s)"
 msgstr ""
 
-#: plugins/mail/init.php:72 plugins/mail/init.php:78
-msgid "[Forwarded]"
-msgstr ""
-
-#: plugins/mail/init.php:72
-msgid "Multiple articles"
-msgstr ""
-
-#: plugins/mail/init.php:93
+#: plugins/mail/init.php:92
 msgid "From:"
 msgstr ""
 
-#: plugins/mail/init.php:102
+#: plugins/mail/init.php:101
 msgid "To:"
 msgstr ""
 
-#: plugins/mail/init.php:115
+#: plugins/mail/init.php:114
 msgid "Subject:"
 msgstr ""
 
-#: plugins/mail/init.php:131
+#: plugins/mail/init.php:130
 msgid "Send e-mail"
 msgstr ""
 
@@ -2523,26 +2546,26 @@ msgstr ""
 msgid "Share on Google+"
 msgstr ""
 
-#: plugins/updater/init.php:294 plugins/updater/init.php:306
+#: plugins/updater/init.php:295 plugins/updater/init.php:307
 #: plugins/updater/updater.js:10
 msgid "Update Tiny Tiny RSS"
 msgstr ""
 
-#: plugins/updater/init.php:309
+#: plugins/updater/init.php:310
 msgid "Your Tiny Tiny RSS installation is up to date."
 msgstr ""
 
-#: plugins/updater/init.php:319
+#: plugins/updater/init.php:320
 msgid ""
 "Do not close this dialog until updating is finished. Backup your tt-rss "
 "directory before continuing."
 msgstr ""
 
-#: plugins/updater/init.php:322
+#: plugins/updater/init.php:323
 msgid "Ready to update."
 msgstr ""
 
-#: plugins/updater/init.php:327
+#: plugins/updater/init.php:328
 msgid "Start update"
 msgstr ""
 
@@ -2550,11 +2573,11 @@ msgstr ""
 msgid "Share on Twitter"
 msgstr ""
 
-#: js/feedlist.js:218
+#: js/feedlist.js:215
 msgid "New articles available in this feed (click to show)"
 msgstr ""
 
-#: js/feedlist.js:420 js/feedlist.js:435 plugins/digest/digest.js:25
+#: js/feedlist.js:417 js/feedlist.js:432 plugins/digest/digest.js:25
 msgid "Mark all articles in %s as read?"
 msgstr ""
 
@@ -2634,7 +2657,7 @@ msgid ""
 "hub again on next feed update."
 msgstr ""
 
-#: js/functions.js:1266 js/tt-rss.js:367
+#: js/functions.js:1266 js/tt-rss.js:369
 msgid "Unsubscribe from %s?"
 msgstr ""
 
@@ -2646,7 +2669,7 @@ msgstr ""
 msgid "Generate new syndication address for this feed?"
 msgstr ""
 
-#: js/functions.js:1597 js/tt-rss.js:348 js/tt-rss.js:713
+#: js/functions.js:1597 js/tt-rss.js:350 js/tt-rss.js:729
 msgid "You can't edit this kind of feed."
 msgstr ""
 
@@ -2659,8 +2682,8 @@ msgid "More Feeds"
 msgstr ""
 
 #: js/functions.js:1711 js/functions.js:1821 js/prefs.js:397 js/prefs.js:427
-#: js/prefs.js:459 js/prefs.js:642 js/prefs.js:662 js/prefs.js:1203
-#: js/prefs.js:1348
+#: js/prefs.js:459 js/prefs.js:642 js/prefs.js:662 js/prefs.js:1210
+#: js/prefs.js:1355
 msgid "No feeds are selected."
 msgstr ""
 
@@ -2674,7 +2697,7 @@ msgstr ""
 msgid "Feeds with update errors"
 msgstr ""
 
-#: js/functions.js:1803 js/prefs.js:1185
+#: js/functions.js:1803 js/prefs.js:1192
 msgid "Remove selected feeds?"
 msgstr ""
 
@@ -2714,7 +2737,7 @@ msgstr ""
 msgid "Remove selected labels?"
 msgstr ""
 
-#: js/prefs.js:295 js/prefs.js:1389
+#: js/prefs.js:295 js/prefs.js:1396
 msgid "No labels are selected."
 msgstr ""
 
@@ -2780,98 +2803,98 @@ msgstr ""
 msgid "Save changes to selected feeds?"
 msgstr ""
 
-#: js/prefs.js:790
+#: js/prefs.js:797
 msgid "OPML Import"
 msgstr ""
 
-#: js/prefs.js:817
+#: js/prefs.js:824
 msgid "Please choose an OPML file first."
 msgstr ""
 
-#: js/prefs.js:973
+#: js/prefs.js:980
 msgid "Reset to defaults?"
 msgstr ""
 
-#: js/prefs.js:1092
+#: js/prefs.js:1099
 msgid ""
 "Remove category %s? Any nested feeds would be placed into Uncategorized."
 msgstr ""
 
-#: js/prefs.js:1119
+#: js/prefs.js:1126
 msgid "Remove selected categories?"
 msgstr ""
 
-#: js/prefs.js:1135
+#: js/prefs.js:1142
 msgid "No categories are selected."
 msgstr ""
 
-#: js/prefs.js:1143
+#: js/prefs.js:1150
 msgid "Category title:"
 msgstr ""
 
-#: js/prefs.js:1174
+#: js/prefs.js:1181
 msgid "Feeds without recent updates"
 msgstr ""
 
-#: js/prefs.js:1223
+#: js/prefs.js:1230
 msgid "Replace current OPML publishing address with a new one?"
 msgstr ""
 
-#: js/prefs.js:1332
+#: js/prefs.js:1339
 msgid "Rescore articles in selected feeds?"
 msgstr ""
 
-#: js/prefs.js:1355
+#: js/prefs.js:1362
 msgid "Rescore all articles? This operation may take a lot of time."
 msgstr ""
 
-#: js/prefs.js:1375
+#: js/prefs.js:1382
 msgid "Reset selected labels to default colors?"
 msgstr ""
 
-#: js/prefs.js:1412
+#: js/prefs.js:1419
 msgid "Settings Profiles"
 msgstr ""
 
-#: js/prefs.js:1421
+#: js/prefs.js:1428
 msgid ""
 "Remove selected profiles? Active and default profiles will not be removed."
 msgstr ""
 
-#: js/prefs.js:1439
+#: js/prefs.js:1446
 msgid "No profiles are selected."
 msgstr ""
 
-#: js/prefs.js:1447 js/prefs.js:1500
+#: js/prefs.js:1454 js/prefs.js:1507
 msgid "Activate selected profile?"
 msgstr ""
 
-#: js/prefs.js:1463 js/prefs.js:1516
+#: js/prefs.js:1470 js/prefs.js:1523
 msgid "Please choose a profile to activate."
 msgstr ""
 
-#: js/prefs.js:1524
+#: js/prefs.js:1531
 msgid "This will invalidate all previously generated feed URLs. Continue?"
 msgstr ""
 
-#: js/prefs.js:1543
+#: js/prefs.js:1550
 msgid "This will invalidate all previously shared article URLs. Continue?"
 msgstr ""
 
-#: js/prefs.js:1641
+#: js/prefs.js:1648
 msgid "Label Editor"
 msgstr ""
 
-#: js/prefs.js:1704
+#: js/prefs.js:1711
 msgid ""
 "This will clear your stored authentication information for Twitter. Continue?"
 msgstr ""
 
-#: js/prefs.js:1784
+#: js/prefs.js:1791
 msgid "Subscribing to feeds..."
 msgstr ""
 
-#: js/prefs.js:1821
+#: js/prefs.js:1828
 msgid "Clear stored data for this plugin?"
 msgstr ""
 
@@ -2879,27 +2902,27 @@ msgstr ""
 msgid "Mark all articles as read?"
 msgstr ""
 
-#: js/tt-rss.js:356
+#: js/tt-rss.js:358
 msgid "You can't unsubscribe from the category."
 msgstr ""
 
-#: js/tt-rss.js:361 js/tt-rss.js:511
+#: js/tt-rss.js:363 js/tt-rss.js:513
 msgid "Please select some feed first."
 msgstr ""
 
-#: js/tt-rss.js:506
+#: js/tt-rss.js:508
 msgid "You can't rescore this kind of feed."
 msgstr ""
 
-#: js/tt-rss.js:516
+#: js/tt-rss.js:518
 msgid "Rescore articles in %s?"
 msgstr ""
 
-#: js/tt-rss.js:672
+#: js/tt-rss.js:688
 msgid "Please enable mail plugin first."
 msgstr ""
 
-#: js/tt-rss.js:834
+#: js/tt-rss.js:850
 msgid "New version available!"
 msgstr ""
 
@@ -2922,73 +2945,74 @@ msgstr ""
 msgid "Unpublish article"
 msgstr ""
 
-#: js/viewfeed.js:674 js/viewfeed.js:702 js/viewfeed.js:729 js/viewfeed.js:791
-#: js/viewfeed.js:823 js/viewfeed.js:960 js/viewfeed.js:1003
-#: js/viewfeed.js:1053 js/viewfeed.js:1927 plugins/mail/mail.js:7
+#: js/viewfeed.js:681 js/viewfeed.js:709 js/viewfeed.js:736 js/viewfeed.js:798
+#: js/viewfeed.js:830 js/viewfeed.js:967 js/viewfeed.js:1010
+#: js/viewfeed.js:1060 js/viewfeed.js:1987 plugins/mailto/init.js:7
+#: plugins/mail/mail.js:7
 msgid "No articles are selected."
 msgstr ""
 
-#: js/viewfeed.js:940
+#: js/viewfeed.js:947
 msgid "Mark all visible articles in %s as read?"
 msgstr ""
 
-#: js/viewfeed.js:968
+#: js/viewfeed.js:975
 msgid "Delete %d selected articles in %s?"
 msgstr ""
 
-#: js/viewfeed.js:970
+#: js/viewfeed.js:977
 msgid "Delete %d selected articles?"
 msgstr ""
 
-#: js/viewfeed.js:1012
+#: js/viewfeed.js:1019
 msgid "Archive %d selected articles in %s?"
 msgstr ""
 
-#: js/viewfeed.js:1015
+#: js/viewfeed.js:1022
 msgid "Move %d archived articles back?"
 msgstr ""
 
-#: js/viewfeed.js:1059
+#: js/viewfeed.js:1066
 msgid "Mark %d selected articles in %s as read?"
 msgstr ""
 
-#: js/viewfeed.js:1083
+#: js/viewfeed.js:1090
 msgid "Edit article Tags"
 msgstr ""
 
-#: js/viewfeed.js:1252
+#: js/viewfeed.js:1259
 msgid "No article is selected."
 msgstr ""
 
-#: js/viewfeed.js:1287
+#: js/viewfeed.js:1294
 msgid "No articles found to mark"
 msgstr ""
 
-#: js/viewfeed.js:1289
+#: js/viewfeed.js:1296
 msgid "Mark %d article(s) as read?"
 msgstr ""
 
-#: js/viewfeed.js:1744
+#: js/viewfeed.js:1804
 msgid "Open original article"
 msgstr ""
 
-#: js/viewfeed.js:1814
+#: js/viewfeed.js:1874
 msgid "Remove label"
 msgstr ""
 
-#: js/viewfeed.js:1838
+#: js/viewfeed.js:1898
 msgid "Playing..."
 msgstr ""
 
-#: js/viewfeed.js:1839
+#: js/viewfeed.js:1899
 msgid "Click to pause"
 msgstr ""
 
-#: js/viewfeed.js:1896
+#: js/viewfeed.js:1956
 msgid "Please enter new score for selected articles:"
 msgstr ""
 
-#: js/viewfeed.js:1938
+#: js/viewfeed.js:1998
 msgid "Please enter new score for this article:"
 msgstr ""
 
@@ -3016,6 +3040,10 @@ msgstr ""
 msgid "Load more..."
 msgstr ""
 
+#: plugins/mailto/init.js:21 plugins/mail/mail.js:21
+msgid "Forward article by email"
+msgstr ""
+
 #: plugins/import_export/import_export.js:13
 msgid "Export Data"
 msgstr ""
@@ -3034,10 +3062,6 @@ msgstr ""
 msgid "Please choose the file first."
 msgstr ""
 
-#: plugins/mail/mail.js:21
-msgid "Forward article by email"
-msgstr ""
-
 #: plugins/instances/instances.js:10
 msgid "Link Instance"
 msgstr ""
index 65bba55df4e764df11f62fad4b3fdbf8118a357c..39b89fa9cb48e0a12dfceb36d9f1b80728069728 100644 (file)
 
                if ($search) {
                        $search_mode = 'this_feed';
-                       $match_on = 'both';
                } else {
                        $search_mode = '';
-                       $match_on = '';
                }
 
                $qfh_ret = queryFeedHeadlines($link, $feed_id, $limit,
-                       $view_mode, $is_cat, $search, $search_mode, $match_on,
+                       $view_mode, $is_cat, $search, $search_mode,
                        "score DESC, date_entered ".(mobile_get_pref($link, 'REVERSE_HEADLINES') ? 'ASC' : 'DESC'), $offset);
 
                $result = $qfh_ret[0];
index a0c51c97eadff495e151e7db1294be9118061599..9f0b6cb0d8d4717d05244ce407f127f3f6cec68f 100644 (file)
@@ -29,11 +29,16 @@ class Af_Unburn extends Plugin {
 
                        if (strpos($article["plugin_data"], "unburn,$owner_uid:") === FALSE) {
 
-                               $ch = curl_init(geturl($article["link"]));
+                               if (ini_get("safe_mode")) {
+                                       $ch = curl_init(geturl($article["link"]));
+                               } else {
+                                       $ch = curl_init($article["link"]);
+                               }
+
                                curl_setopt($ch, CURLOPT_TIMEOUT, 5);
                                curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
                                curl_setopt($ch, CURLOPT_HEADER, true);
-                               //curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
+                               curl_setopt($ch, CURLOPT_FOLLOWLOCATION, !ini_get("safe_mode"));
                                curl_setopt($ch, CURLOPT_USERAGENT, SELF_USER_AGENT);
 
                                $contents = @curl_exec($ch);
@@ -74,7 +79,7 @@ class Af_Unburn extends Plugin {
 
                return $article;
        }
-       
+
                function geturl($url){
 
                (function_exists('curl_init')) ? '' : die('cURL Must be installed for geturl function to work. Ask your host to enable it or uncomment extension=php_curl.dll in php.ini');
diff --git a/plugins/auth_ldap/init.php b/plugins/auth_ldap/init.php
new file mode 100644 (file)
index 0000000..e1a4c49
--- /dev/null
@@ -0,0 +1,135 @@
+<?php
+/** 
+ * Tiny Tiny RSS plugin for LDAP authentication 
+ * @author hydrian (ben.tyger@tygerclan.net)
+ * @copyright GPL2
+ *  Requires php-ldap and PEAR Net::LDAP2
+ */
+
+/**
+ *  Configuration
+ *  Put the following options in config.php and customize them for your environment
+ *
+ *     define('LDAP_AUTH_SERVER_URI, 'ldaps://LDAPServerHostname:port/');
+ *     define('LDAP_AUTH_USETLS, FALSE); // Enable TLS Support for ldaps://
+ *     define('LDAP_AUTH_ALLOW_UNTRUSTED_CERT', TRUE); // Allows untrusted certificate
+ *     define('LDAP_AUTH_BINDDN', 'cn=serviceaccount,dc=example,dc=com');
+ *     define('LDAP_AUTH_BINDPW', 'ServiceAccountsPassword');
+ *     define('LDAP_AUTH_BASEDN', 'dc=example,dc=com');
+ *     // ??? will be replaced with the entered username(escaped) at login 
+ *     define('LDAP_AUTH_SEARCHFILTER', '(&(objectClass=person)(uid=???))');
+ */
+
+/**
+ *     Notes -
+ *     LDAP search does not support follow ldap referals. Referals are disabled to 
+ *     allow proper login.  This is particular to Active Directory.  
+ * 
+ *     Also group membership can be supported if the user object contains the
+ *     the group membership via attributes.  The following LDAP servers can 
+ *     support this.   
+ *      * Active Directory
+ *   * OpenLDAP support with MemberOf Overlay
+ *
+ */
+class Auth_Ldap extends Plugin implements IAuthModule {
+
+       private $link;
+       private $host;
+       private $base;
+
+       function about() {
+               return array(0.01,
+                       "Authenticates against an LDAP server (configured in config.php)",
+                       "hydrian",
+                       true);
+       }
+
+       function init($host) {
+               $this->link = $host->get_link();
+               $this->host = $host;
+               $this->base = new Auth_Base($this->link);
+
+               $host->add_hook($host::HOOK_AUTH_USER, $this);
+       }
+       
+       private function _log($msg) {
+               trigger_error($msg, E_USER_WARN);
+       }
+
+       function authenticate($login, $password) {
+               if ($login && $password) {
+                       if (!function_exists('ldap_connect')) {
+                               trigger_error('auth_ldap requires PHP\'s PECL LDAP package installed.');
+                               return FALSE;
+                       }
+                       if (!require_once('Net/LDAP2.php')) { 
+                               trigger_error('auth_ldap requires the PEAR package Net::LDAP2');
+                               return FALSE;
+                       }
+                       $parsedURI=parse_url(LDAP_AUTH_SERVER_URI);
+                       if ($parsedURI === FALSE) {
+                               $this->_log('Could not parse LDAP_AUTH_SERVER_URI in config.php');
+                               return FALSE;
+                       }
+                       $ldapConnParams=array(
+                               'host'=>$parsedURI['scheme'].'://'.$parsedURI['host'],
+                               'basedn'=>LDAP_AUTH_BASEDN,
+                               'options' => array('LDAP_OPT_REFERRALS' => 0)
+                       );
+                       $ldapConnParams['starttls']= defined('LDAP_AUTH_USETLS') ?
+                               LDAP_AUTH_USETLS : FALSE;
+                                       
+                       if (is_int($parsedURI['port'])) {
+                               $ldapConnParams['port']=$parsedURI['port'];
+                       }
+                       // Making connection to LDAP server
+                       if (LDAP_AUTH_ALLOW_UNTRUSTED_CERT === TRUE) {
+                               putenv('LDAPTLS_REQCERT=never');
+                       }
+                       $ldapConn = Net_LDAP2::connect($ldapConnParams);
+                       if (Net_LDAP2::isError($ldapConn)) {
+                               $this->_log('Could not connect to LDAP Server: '.$ldapConn->getMessage());
+                               return FALSE;
+                       }
+                       // Bind with service account
+                       $binding=$ldapConn->bind(LDAP_AUTH_BINDDN, LDAP_AUTH_BINDPW);
+                       if (Net_LDAP2::isError($binding)) {
+                               $this->_log('Cound not bind service account: '.$binding->getMessage());
+                               return FALSE;
+                       } 
+                       //Searching for user
+                       $completedSearchFiler=str_replace('???',$login,LDAP_AUTH_SEARCHFILTER);
+                       $filterObj=Net_LDAP2_Filter::parse($completedSearchFiler);
+                       $searchResults=$ldapConn->search(LDAP_AUTH_BASEDN, $filterObj);
+                       if (Net_LDAP2::isError($searchResults)) {
+                               $this->_log('LDAP Search Failed: '.$searchResults->getMessage());
+                               return FALSE;
+                       } elseif ($searchResults->count() === 0) {
+                               return FALSE;
+                       } elseif ($searchResults->count() > 1 ) {
+                               $this->_log('Multiple DNs found for username '.$login);
+                               return FALSE;
+                       }
+                       //Getting user's DN from search
+                       $userEntry=$searchResults->shiftEntry();
+                       $userDN=$userEntry->dn();
+                       //Binding with user's DN. 
+                       $loginAttempt=$ldapConn->bind($userDN, $password);
+                       $ldapConn->disconnect();
+                       if ($loginAttempt === TRUE) {
+                               return $this->base->auto_create_user($login);
+                       } elseif ($loginAttempt->getCode() == 49) {
+                               return FALSE;
+                       } else {
+                               $this->_log('Unknown Error: Code: '.$loginAttempt->getCode().
+                                       ' Message: '.$loginAttempt->getMessage());
+                               return FALSE;
+                       }
+               }
+               return false;
+       }
+
+}
+
+?>
index bf41833200644ac6c6b8cab9ae0f2f53d8edf863..ff2027bc78cd7c98351b018c8bc13adfd79f6b5b 100644 (file)
@@ -18,7 +18,7 @@ class Close_Button extends Plugin {
 
        function hook_article_button($line) {
                if (!get_pref($this->link, "COMBINED_DISPLAY_MODE")) {
-                       $rv = "<img src=\"".theme_image($this->link, 'plugins/close_button/button.png')."\"
+                       $rv = "<img src=\"plugins/close_button/button.png\"
                                class='tagsPic' style=\"cursor : pointer\"
                                onclick=\"closeArticlePanel()\"
                                title='".__('Close article')."'>";
index 88410d9ede6e9a41f1c0f14eaeab94fd5136d772..197847411a637b2af1f522c4e4da61b6523a2ce6 100644 (file)
@@ -670,8 +670,6 @@ function init_second_stage() {
 
 function init() {
        try {
-               dojo.require("dijit.Dialog");
-
                new Ajax.Request("backend.php", {
                        parameters: {op: "rpc", method: "sanityCheck"},
                        onComplete: function(transport) {
index c4f51d3768016f1c298b70b216275cc795ade0d9..5ffcfd812adbbef496914d5dc8f6550d59399fa4 100644 (file)
@@ -7,8 +7,7 @@
 <head>
        <title>Tiny Tiny RSS</title>
 
-       <link rel="stylesheet" type="text/css" href="lib/dijit/themes/claro/claro.css"/>
-       <link rel="stylesheet" type="text/css" href="plugins/digest/digest.css?<?php echo $dt_add ?>"/>
+       <?php echo stylesheet_tag("plugins/digest/digest.css") ?>
 
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 
 
        <link rel="shortcut icon" type="image/png" href="images/favicon.png"/>
 
-       <script type="text/javascript" src="lib/dojo/dojo.js" djConfig="parseOnLoad: true"></script>
-       <script type="text/javascript" src="lib/prototype.js"></script>
-       <script type="text/javascript" src="lib/scriptaculous/scriptaculous.js?load=effects,dragdrop,controls"></script>
+       <?php
+       foreach (array("lib/prototype.js",
+                               "lib/scriptaculous/scriptaculous.js?load=effects,dragdrop,controls",
+                               "localized_js.php",
+                               "js/functions.js",
+                               "plugins/digest/digest.js",
+                               "errors.php?mode=js") as $jsfile) {
+
+               echo javascript_tag($jsfile);
+
+       } ?>
 
-       <script type="text/javascript" charset="utf-8" src="localized_js.php?<?php echo $dt_add ?>"></script>
-       <script type="text/javascript" charset="utf-8" src="errors.php?mode=js"></script>
-       <script type="text/javascript" charset="utf-8" src="js/functions.js?<?php echo $dt_add ?>"></script>
        <script type="text/javascript" src="plugins/digest/digest.js"></script>
 
        <script type="text/javascript">
@@ -31,7 +35,7 @@
                });
        </script>
 </head>
-<body id="ttrssDigest" class="claro">
+<body id="ttrssDigest">
        <div id="overlay" style="display : block">
                <div id="overlay_inner">
                <noscript>
index d5e4ad0259b71f4fa630c5f226da91b7755e083b..b9101988046635cfc1cb6b1de827403c09de30ac 100644 (file)
@@ -25,7 +25,7 @@ class Flattr extends Plugin {
         $encoded = urlencode($article_link);
         $r = file_get_contents("https://api.flattr.com/rest/v2/things/lookup/?url=$encoded");
         $response = json_decode($r, true);
-        $image = "<img src=\"".theme_image($this->link, 'plugins/flattr/flattr.png')."\"
+        $image = "<img src=\"plugins/flattr/flattr.png\"
                        class='tagsPic' style=\"cursor : pointer\"
                        title='".__('Flattr this article.')."'>";
         // if Flattr has it in the catalogue, we display the button
index 3d6c608874204152aef67aa8f288140173298952..7ae6d14565e8340d8054926d104c15f48984816f 100644 (file)
@@ -23,7 +23,7 @@ class GooglePlus extends Plugin {
        function hook_article_button($line) {
                $article_id = $line["id"];
 
-               $rv = "<img src=\"".theme_image($this->link, 'plugins/googleplus/googleplus.png')."\"
+               $rv = "<img src=\"plugins/googleplus/googleplus.png\"
                        class='tagsPic' style=\"cursor : pointer\"
                        onclick=\"shareArticleToGooglePlus($article_id)\"
                        title='".__('Share on Google+')."'>";
index c260334af1f8d122d75bdc517885fac491306cb4..c9aa4118eafa353448d60914eccb11b3e4dbdb9a 100644 (file)
@@ -23,7 +23,7 @@ class Identica extends Plugin {
        function hook_article_button($line) {
                $article_id = $line["id"];
 
-               $rv = "<img src=\"".theme_image($this->link, 'plugins/identica/identica.png')."\"
+               $rv = "<img src=\"plugins/identica/identica.png\"
                        class='tagsPic' style=\"cursor : pointer\"
                        onclick=\"shareArticleToIdentica($article_id)\"
                        title='".__('Share on identi.ca')."'>";
index 2e972cf611c7a6ba318b01337b69e1241649d43c..30a417a1b44104b2caa38f3b57e2580cb962c469 100644 (file)
@@ -22,7 +22,7 @@ class Mail extends Plugin {
        }
 
        function hook_article_button($line) {
-               return "<img src=\"".theme_image($link, 'plugins/mail/mail.png')."\"
+               return "<img src=\"plugins/mail/mail.png\"
                                        class='tagsPic' style=\"cursor : pointer\"
                                        onclick=\"emailArticle(".$line["id"].")\"
                                        alt='Zoom' title='".__('Forward by email')."'>";
@@ -59,10 +59,9 @@ class Mail extends Plugin {
 
                $tpl->readTemplateFromFile("templates/email_article_template.txt");
 
-               $tpl->setVariable('USER_NAME', $_SESSION["name"]);
-               $tpl->setVariable('USER_EMAIL', $user_email);
-               $tpl->setVariable('TTRSS_HOST', $_SERVER["HTTP_HOST"]);
-
+               $tpl->setVariable('USER_NAME', $_SESSION["name"], true);
+               $tpl->setVariable('USER_EMAIL', $user_email, true);
+               $tpl->setVariable('TTRSS_HOST', $_SERVER["HTTP_HOST"], true);
 
                $result = db_query($this->link, "SELECT link, content, title
                        FROM ttrss_user_entries, ttrss_entries WHERE id = ref_id AND
diff --git a/plugins/mailto/init.js b/plugins/mailto/init.js
new file mode 100644 (file)
index 0000000..8f7656a
--- /dev/null
@@ -0,0 +1,32 @@
+function mailtoArticle(id) {
+       try {
+               if (!id) {
+                       var ids = getSelectedArticleIds2();
+
+                       if (ids.length == 0) {
+                               alert(__("No articles are selected."));
+                               return;
+                       }
+
+                       id = ids.toString();
+               }
+
+               if (dijit.byId("emailArticleDlg"))
+                       dijit.byId("emailArticleDlg").destroyRecursive();
+
+               var query = "backend.php?op=pluginhandler&plugin=mailto&method=emailArticle&param=" + param_escape(id);
+
+               dialog = new dijit.Dialog({
+                       id: "emailArticleDlg",
+                       title: __("Forward article by email"),
+                       style: "width: 600px",
+                       href: query});
+
+               dialog.show();
+
+       } catch (e) {
+               exception_error("emailArticle", e);
+       }
+}
+
+
diff --git a/plugins/mailto/init.php b/plugins/mailto/init.php
new file mode 100644 (file)
index 0000000..8d175ae
--- /dev/null
@@ -0,0 +1,93 @@
+<?php
+class MailTo extends Plugin {
+
+       private $link;
+       private $host;
+
+       function about() {
+               return array(1.0,
+                       "Share article via email (using mailto: links, invoking your mail client)",
+                       "fox");
+       }
+
+       function init($host) {
+               $this->link = $host->get_link();
+               $this->host = $host;
+
+               $host->add_hook($host::HOOK_ARTICLE_BUTTON, $this);
+       }
+
+       function get_js() {
+               return file_get_contents(dirname(__FILE__) . "/init.js");
+       }
+
+       function hook_article_button($line) {
+               return "<img src=\"plugins/mailto/mail.png\"
+                                       class='tagsPic' style=\"cursor : pointer\"
+                                       onclick=\"mailtoArticle(".$line["id"].")\"
+                                       alt='Zoom' title='".__('Forward by email')."'>";
+       }
+
+       function emailArticle() {
+
+               $param = db_escape_string($_REQUEST['param']);
+
+               require_once "lib/MiniTemplator.class.php";
+
+               $tpl = new MiniTemplator;
+               $tpl_t = new MiniTemplator;
+
+               $tpl->readTemplateFromFile("templates/email_article_template.txt");
+
+               $tpl->setVariable('USER_NAME', $_SESSION["name"], true);
+               $tpl->setVariable('USER_EMAIL', $user_email, true);
+               $tpl->setVariable('TTRSS_HOST', $_SERVER["HTTP_HOST"], true);
+
+
+               $result = db_query($this->link, "SELECT link, content, title
+                       FROM ttrss_user_entries, ttrss_entries WHERE id = ref_id AND
+                       id IN ($param) AND owner_uid = " . $_SESSION["uid"]);
+
+               if (db_num_rows($result) > 1) {
+                       $subject = __("[Forwarded]") . " " . __("Multiple articles");
+               }
+
+               while ($line = db_fetch_assoc($result)) {
+
+                       if (!$subject)
+                               $subject = __("[Forwarded]") . " " . htmlspecialchars($line["title"]);
+
+                       $tpl->setVariable('ARTICLE_TITLE', strip_tags($line["title"]));
+                       $tpl->setVariable('ARTICLE_URL', strip_tags($line["link"]));
+
+                       $tpl->addBlock('article');
+               }
+
+               $tpl->addBlock('email');
+
+               $content = "";
+               $tpl->generateOutputToString($content);
+
+               $mailto_link = htmlspecialchars("mailto: ?subject=".urlencode($subject).
+                       "&body=".urlencode($content));
+
+               print __("Clicking the following link to invoke your mail client:");
+
+               print "<div class=\"tagCloudContainer\">";
+               print "<a target=\"_blank\" href=\"$mailto_link\">".
+                       __("Forward selected article(s) by email.")."</a>";
+               print "</div>";
+
+               print __("You should be able to edit the message before sending in your mail client.");
+
+               print "<p>";
+
+               print "<div style='text-align : center'>";
+               print "<button dojoType=\"dijit.form.Button\" onclick=\"dijit.byId('emailArticleDlg').hide()\">".__('Close this dialog')."</button>";
+               print "</div>";
+
+               //return;
+       }
+
+}
+?>
diff --git a/plugins/mailto/mail.png b/plugins/mailto/mail.png
new file mode 100644 (file)
index 0000000..fcdcbd6
Binary files /dev/null and b/plugins/mailto/mail.png differ
index 560796a692267244c679dbc093e992a734e326b3..83db942486672451e9bd368d2f6d1f96052b97ed 100644 (file)
@@ -22,7 +22,7 @@ class Note extends Plugin {
 
 
        function hook_article_button($line) {
-               return "<img src=\"".theme_image($this->link, "plugins/note/note.png")."\"
+               return "<img src=\"plugins/note/note.png\"
                        style=\"cursor : pointer\" style=\"cursor : pointer\"
                        onclick=\"editArticleNote(".$line["id"].")\"
                        class='tagsPic' title='".__('Edit article note')."'>";
index b846241b87efab923466994ee2f4fb0358b9f81d..48377e9d97cfa48525a64e5b29eecb9996fa886f 100644 (file)
@@ -68,7 +68,7 @@ class OwnCloud extends Plugin {
   }
 
   function hook_article_button($line) {
-    return "<img src=\"".theme_image($this->link, "plugins/owncloud/owncloud.png")."\"
+    return "<img src=\"plugins/owncloud/owncloud.png\"
              style=\"cursor : pointer\" style=\"cursor : pointer\"
              onclick=\"ownArticle(".$line["id"].")\"
              class='tagsPic' title='".__('Bookmark on OwnCloud ')."'>";
index aef9d8511ba8c58621f6f69423424b32098fc2fa..96c730e846ccc97d23e504881ba65f162808a0f5 100644 (file)
@@ -23,7 +23,7 @@ class Pinterest extends Plugin {
        function hook_article_button($line) {
                $article_id = $line["id"];
 
-               $rv = "<img src=\"".theme_image($this->link, 'plugins/pinterest/pinterest.png')."\"
+               $rv = "<img src=\"plugins/pinterest/pinterest.png\"
                        class='tagsPic' style=\"cursor : pointer\"
                        onclick=\"pinterest($article_id)\"
                        title='".__('Pinterest')."'>";
index 3fc51dd91e632050592b58cea46d97dc967ed74d..688a6258d3b6e24fcbbf99b21433e661b2ae0ac0 100644 (file)
@@ -24,7 +24,7 @@ class Pocket extends Plugin {
        function hook_article_button($line) {
                $article_id = $line["id"];
 
-               $rv = "<img src=\"".theme_image($this->link, 'plugins/pocket/pocket.png')."\"
+               $rv = "<img src=\"plugins/pocket/pocket.png\"
                        class='tagsPic' style=\"cursor : pointer\"
                        onclick=\"shareArticleToPocket($article_id)\"
                        title='".__('Pocket')."'>";
index e1151849b8ebc26c85c65112d3f5f51e937e79b1..f52d2a4fa62839d946ac68876d6731d0e73dfdcd 100644 (file)
@@ -21,7 +21,7 @@ class Share extends Plugin {
        }
 
        function hook_article_button($line) {
-               return "<img src=\"".theme_image($this->link, 'plugins/share/share.png')."\"
+               return "<img src=\"plugins/share/share.png\"
                        class='tagsPic' style=\"cursor : pointer\"
                        onclick=\"shareArticle(".$line['int_id'].")\"
                        title='".__('Share by URL')."'>";
index e7f8ce949e850b3c61dcb0e84565a00b1e0acf23..2d20c7187c6a433f18e516b4b4898ab72808ab40 100644 (file)
@@ -23,7 +23,7 @@ class Tweet extends Plugin {
        function hook_article_button($line) {
                $article_id = $line["id"];
 
-               $rv = "<img src=\"".theme_image($this->link, 'plugins/tweet/tweet.png')."\"
+               $rv = "<img src=\"plugins/tweet/tweet.png\"
                        class='tagsPic' style=\"cursor : pointer\"
                        onclick=\"tweetArticle($article_id)\"
                        title='".__('Share on Twitter')."'>";
index 4f9ee86bdff91257a2acefb46a3d68d42468f10e..6c31501ed7bc0fb6ec9618d0434999b772680bdf 100644 (file)
@@ -230,6 +230,7 @@ class Updater extends Plugin {
                                        CACHE_DIR,
                                        CACHE_DIR . "/export",
                                        CACHE_DIR . "/images",
+                                       CACHE_DIR . "/js",
                                        CACHE_DIR . "/simplepie",
                                        ICONS_DIR,
                                        LOCK_DIRECTORY);
index a47d00bce29416fd2d6421b2aaa5dd4818a58932..cda53751b891d6c93f391af93c7379b4fb7f17d0 100644 (file)
--- a/prefs.php
+++ b/prefs.php
@@ -15,8 +15,6 @@
 
        login_sequence($link);
 
-       $dt_add = time();
-
        no_cache_incantation();
 
        header('Content-Type: text/html; charset=utf-8');
 <html>
 <head>
        <title>Tiny Tiny RSS : <?php echo __("Preferences") ?></title>
-       <link rel="stylesheet" type="text/css" href="lib/dijit/themes/claro/claro.css"/>
-       <link rel="stylesheet" type="text/css" href="tt-rss.css?<?php echo $dt_add ?>"/>
+
+       <?php echo stylesheet_tag("lib/dijit/themes/claro/claro.css"); ?>
+       <?php echo stylesheet_tag("tt-rss.css"); ?>
 
        <?php print_user_stylesheet($link) ?>
 
        <link rel="shortcut icon" type="image/png" href="images/favicon.png"/>
 
-       <script type="text/javascript" src="lib/prototype.js"></script>
-       <script type="text/javascript" src="lib/position.js"></script>
-       <script type="text/javascript" src="lib/scriptaculous/scriptaculous.js?load=effects,dragdrop,controls"></script>
-       <script type="text/javascript" src="lib/dojo/dojo.js"></script>
-       <script type="text/javascript" src="lib/dijit/dijit.js"></script>
-       <script type="text/javascript" src="lib/dojo/tt-rss-layer.js"></script>
+       <?php
+       foreach (array("lib/prototype.js",
+                               "lib/scriptaculous/scriptaculous.js?load=effects,dragdrop,controls",
+                               "lib/dojo/dojo.js",
+                               "lib/dijit/dijit.js",
+                               "lib/dojo/tt-rss-layer.js",
+                               "localized_js.php",
+                               "errors.php?mode=js") as $jsfile) {
+
+               echo javascript_tag($jsfile);
 
-       <script type="text/javascript" charset="utf-8" src="localized_js.php?<?php echo $dt_add ?>"></script>
+       } ?>
 
        <script type="text/javascript">
        <?php
index b0c9bd95fa86fdd69dd6ed5a527d4f66a1dad105..678b3c31785ee4f4a55c9075ac9cda0c5f5f492e 100644 (file)
        <table>
        <tr>
        <td><?php echo __('Desired login:') ?></td><td>
-               <input name="login">
+               <input name="login" required>
        </td><td>
                <input type="submit" value="<?php echo __('Check availability') ?>" onclick='return checkUsername()'>
        </td></tr>
        <tr><td><?php echo __('Email:') ?></td><td>
-               <input name="email">
+               <input name="email" type="email" required>
        </td></tr>
        <tr><td><?php echo __('How much is two plus two:') ?></td><td>
-               <input name="turing_test"></td></tr>
+               <input name="turing_test" required></td></tr>
        <tr><td colspan="2" align="right">
        <input type="submit" name="sub_btn" value="<?php echo __('Submit registration') ?>"
                        disabled="disabled" onclick='return validateRegForm()'>
index d4873ecb0efda98710e460cda39503a9eba0b619..4388654787c42e1f88bae7385f1bb6211f3ca5cc 100644 (file)
@@ -117,6 +117,7 @@ create table ttrss_feeds (id integer not null auto_increment primary key,
        hidden bool not null default false,
        include_in_digest boolean not null default true,
        cache_images boolean not null default false,
+       hide_images boolean not null default false,
        cache_content boolean not null default false,
        auth_pass_encrypted boolean not null default false,
        last_viewed datetime default null,
@@ -312,7 +313,7 @@ create table ttrss_tags (id integer primary key auto_increment,
 
 create table ttrss_version (schema_version int not null) ENGINE=InnoDB DEFAULT CHARSET=UTF8;
 
-insert into ttrss_version values (105);
+insert into ttrss_version values (106);
 
 create table ttrss_enclosures (id integer primary key auto_increment,
        content_url text not null,
@@ -414,7 +415,7 @@ insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) valu
 
 insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('VFEED_GROUP_BY_FEED', 1, 'false', 'Group headlines in virtual feeds',2, 'When this option is enabled, headlines in Special feeds and Labels are grouped by feeds');
 
-insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('STRIP_IMAGES', 1, 'false', 'Hide images in articles', 2);
+insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('STRIP_IMAGES', 1, 'false', 'Do not embed images in articles', 2);
 
 insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('_DEFAULT_VIEW_ORDER_BY', 2, 'default', '', 1);
 
index 5063c4dd81a1c7f5ce893cf386a6abe7800e1c9b..3895ccc56353fb8855dd42f3ae00d759ce3b57ae 100644 (file)
@@ -79,6 +79,7 @@ create table ttrss_feeds (id serial not null primary key,
        include_in_digest boolean not null default true,
        rtl_content boolean not null default false,
        cache_images boolean not null default false,
+       hide_images boolean not null default false,
        cache_content boolean not null default false,
        last_viewed timestamp default null,
        last_update_started timestamp default null,
@@ -260,7 +261,7 @@ create index ttrss_tags_post_int_id_idx on ttrss_tags(post_int_id);
 
 create table ttrss_version (schema_version int not null);
 
-insert into ttrss_version values (105);
+insert into ttrss_version values (106);
 
 create table ttrss_enclosures (id serial not null primary key,
        content_url text not null,
@@ -354,7 +355,7 @@ insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) valu
 
 insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('VFEED_GROUP_BY_FEED', 1, 'false', 'Group headlines in virtual feeds',2, 'When this option is enabled, headlines in Special feeds and Labels are grouped by feeds');
 
-insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('STRIP_IMAGES', 1, 'false', 'Hide images in articles', 2);
+insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('STRIP_IMAGES', 1, 'false', 'Do not embed images in articles', 2);
 
 insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('_DEFAULT_VIEW_ORDER_BY', 2, 'default', '', 1);
 
diff --git a/schema/versions/mysql/106.sql b/schema/versions/mysql/106.sql
new file mode 100644 (file)
index 0000000..b819416
--- /dev/null
@@ -0,0 +1,12 @@
+begin;
+
+update ttrss_prefs set short_desc = 'Do not embed images in articles' where pref_name = 'STRIP_IMAGES';
+
+alter table ttrss_feeds add column hide_images bool;
+update ttrss_feeds set hide_images = false;
+alter table ttrss_feeds change hide_images hide_images bool not null;
+alter table ttrss_feeds alter column hide_images set default false;
+
+update ttrss_version set schema_version = 106;
+
+commit;
diff --git a/schema/versions/pgsql/106.sql b/schema/versions/pgsql/106.sql
new file mode 100644 (file)
index 0000000..6e3dee2
--- /dev/null
@@ -0,0 +1,12 @@
+begin;
+
+update ttrss_prefs set short_desc = 'Do not embed images in articles' where pref_name = 'STRIP_IMAGES';
+
+alter table ttrss_feeds add column hide_images boolean;
+update ttrss_feeds set hide_images = false;
+alter table ttrss_feeds alter column hide_images set not null;
+alter table ttrss_feeds alter column hide_images set default false;
+
+update ttrss_version set schema_version = 106;
+
+commit;
index 0d151d18c2cd55101e92294aaa0f874720813f6b..5cf2b275055d573c342fcca4b6ece45ebb8b4f59 100644 (file)
@@ -6,8 +6,6 @@ I've been reading this and thought it might interest you:
 * ${ARTICLE_TITLE}
   ${ARTICLE_URL}
 <!-- $EndBlock article -->
-Sincerely yours, 
-       ${USER_NAME} <${USER_EMAIL}>.
 
 -- 
 This message has been sent by Tiny Tiny RSS installation at ${TTRSS_HOST}.
index 4ef9527d8ea469da899e2c816138cfc0174dd623..99cd9958bf24d6ef894e2002b8702ffa50f2c2be 100644 (file)
@@ -184,7 +184,6 @@ a:hover {
 
 .even.Unread.Selected {
        background : #fff7d5 ! important;
-       font-weight : bold;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
        border-color : #e7d796;
@@ -192,7 +191,6 @@ a:hover {
 
 .odd.Unread.Selected {
        background : #fff7d5 ! important;
-       font-weight : bold;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
        border-color : #e7d796;
@@ -244,7 +242,6 @@ a:hover {
 
 .even.Unread {
        background : #f0f0f0;
-       font-weight : bold;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
        border-color : #c0c0c0;
@@ -252,7 +249,6 @@ a:hover {
 }
 
 .odd.Unread {
-       font-weight : bold;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
        border-color : #c0c0c0;
@@ -720,10 +716,6 @@ div.autocomplete ul li {
        cursor : pointer;
 }
 
-#header a.feedback {
-       color : #009900;
-}
-
 a.visibleLink {
        color : #4684ff;
 }
@@ -1185,3 +1177,19 @@ ul.helpKbList span.hksequence {
 ul.helpKbList h2 {
        margin-top : 0px;
 }
+
+.dijitTreeNode .loadingNode {
+       margin-left : 3px;
+}
+
+span.collapseBtn {
+       cursor : pointer;
+}
+
+div.postContent p {
+       max-width : 650px;
+}
+
+.Unread div.hlTitle {
+       font-weight : bold;
+}
index ba4cadbcba9d70527d3f7ad2e404302831376e91..6850f1fb2cd528449470587c128b5de452408116 100755 (executable)
 
        init_connection($link);
 
-       $op = $argv;
+       $longopts = array("feeds",
+                       "feedbrowser",
+                       "daemon",
+                       "daemon-loop",
+                       "task:",
+                       "cleanup-tags",
+                       "quiet",
+                       "log:",
+                       "indexes",
+                       "convert-filters",
+                       "force-update",
+                       "list-plugins",
+                       "help");
+
+       foreach ($pluginhost->get_commands() as $command => $data) {
+               array_push($longopts, $command);
+       }
+
+       $options = getopt("", $longopts);
 
-       if (count($argv) == 0 && !defined('STDIN')) {
+       if (count($options) == 0 && !defined('STDIN')) {
                ?> <html>
                <head>
                <title>Tiny Tiny RSS data update script.</title>
                exit;
        }
 
-       if (count($argv) == 1 || in_array("-help", $op) ) {
+       if (count($options) == 0 || isset($options["help"]) ) {
                print "Tiny Tiny RSS data update script.\n\n";
                print "Options:\n";
-               print "  -feeds              - update feeds\n";
-               print "  -feedbrowser        - update feedbrowser\n";
-               print "  -daemon             - start single-process update daemon\n";
-               print "  -cleanup-tags       - perform tags table maintenance\n";
-               print "  -quiet              - don't show messages\n";
-               print "  -indexes            - recreate missing schema indexes\n";
-               print "  -convert-filters    - convert type1 filters to type2\n";
-               print "  -force-update       - force update of all feeds\n";
-               print "  -list-plugins       - list all available plugins\n";
-               print "  -help               - show this help\n";
+               print "  --feeds              - update feeds\n";
+               print "  --feedbrowser        - update feedbrowser\n";
+               print "  --daemon             - start single-process update daemon\n";
+               print "  --task N             - create lockfile using this task id\n";
+               print "  --cleanup-tags       - perform tags table maintenance\n";
+               print "  --quiet              - don't output messages to stdout\n";
+               print "  --log FILE           - log messages to FILE\n";
+               print "  --indexes            - recreate missing schema indexes\n";
+               print "  --convert-filters    - convert type1 filters to type2\n";
+               print "  --force-update       - force update of all feeds\n";
+               print "  --list-plugins       - list all available plugins\n";
+               print "  --help               - show this help\n";
                print "Plugin options:\n";
 
                foreach ($pluginhost->get_commands() as $command => $data) {
-                       printf("  %-19s - %s\n", "$command", $data["description"]);
+                       printf("  --%-19s - %s\n", "$command", $data["description"]);
                }
 
                return;
        }
 
-       define('QUIET', in_array("-quiet", $op));
+       define('QUIET', isset($options['quiet']));
 
-       if (!in_array("-daemon", $op)) {
+       if (isset($options["log"])) {
+               _debug("Logging to " . $options["log"]);
+               define('LOGFILE', $options["log"]);
+       }
+
+       if (!isset($options["daemon"])) {
                $lock_filename = "update.lock";
        } else {
                $lock_filename = "update_daemon.lock";
        }
 
+       if (isset($options["task"])) {
+               _debug("Using task id " . $options["task"]);
+               $lock_filename = $lock_filename . "-task_" . $options["task"];
+       }
+
        $lock_handle = make_lockfile($lock_filename);
        $must_exit = false;
 
                        "Maybe another update process is already running.\n");
        }
 
-       if (in_array("-feeds", $op)) {
+       if (isset($options["force-update"])) {
+               _debug("marking all feeds as needing update...");
+
+               db_query($link, "UPDATE ttrss_feeds SET last_update_started = '1970-01-01',
+                               last_updated = '1970-01-01'");
+       }
+
+       if (isset($options["feeds"])) {
                // Update all feeds needing a update.
                update_daemon_common($link);
 
                $pluginhost->run_hooks($pluginhost::HOOK_UPDATE_TASK, "hook_update_task", $op);
        }
 
-       if (in_array("-feedbrowser", $op)) {
+       if (isset($options["feedbrowser"])) {
                $count = update_feedbrowser_cache($link);
                print "Finished, $count feeds processed.\n";
        }
 
-       if (in_array("-daemon", $op)) {
-               $op = array_diff($op, array("-daemon"));
+       if (isset($options["daemon"])) {
                while (true) {
-                       passthru(PHP_EXECUTABLE . " " . implode(' ', $op) . " -daemon-loop");
+                       passthru(PHP_EXECUTABLE . " " . $argv[0] ." --daemon-loop");
                        _debug("Sleeping for " . DAEMON_SLEEP_INTERVAL . " seconds...");
                        sleep(DAEMON_SLEEP_INTERVAL);
                }
        }
 
-       if (in_array("-daemon-loop", $op)) {
+       if (isset($options["daemon-loop"])) {
                if (!make_stampfile('update_daemon.stamp')) {
                        die("error: unable to create stampfile\n");
                }
 
        }
 
-       if (in_array("-cleanup-tags", $op)) {
+       if (isset($options["cleanup-tags"])) {
                $rc = cleanup_tags($link, 14, 50000);
                _debug("$rc tags deleted.\n");
        }
 
-       if (in_array("-indexes", $op)) {
+       if (isset($options["indexes"])) {
                _debug("PLEASE BACKUP YOUR DATABASE BEFORE PROCEEDING!");
                _debug("Type 'yes' to continue.");
 
                _debug("all done.");
        }
 
-       if (in_array("-convert-filters", $op)) {
+       if (isset($options["convert-filters"])) {
                _debug("WARNING: this will remove all existing type2 filters.");
                _debug("Type 'yes' to continue.");
 
 
        }
 
-       if (in_array("-force-update", $op)) {
-               _debug("marking all feeds as needing update...");
-
-               db_query($link, "UPDATE ttrss_feeds SET last_update_started = '1970-01-01',
-                               last_updated = '1970-01-01'");
-       }
-
-       if (in_array("-list-plugins", $op)) {
+       if (isset($options["list-plugins"])) {
                $tmppluginhost = new PluginHost($link);
                $tmppluginhost->load_all($tmppluginhost::KIND_ALL);
                $enabled = array_map("trim", explode(",", PLUGINS));
 
        }
 
-       $pluginhost->run_commands($op);
+       $pluginhost->run_commands($options);
 
        db_close($link);
 
index 4b6a43999167a44b04be89aa4f3dd4f23f728938..7062e8e354cd9bc08a205566a742b18ccf8de72e 100755 (executable)
@@ -14,9 +14,6 @@
                define('DAEMON_EXTENDED_DEBUG', true);
        }
 
-       define('PURGE_INTERVAL', 3600); // seconds
-       define('MAX_CHILD_RUNTIME', 600); // seconds
-
        require_once "functions.php";
        require_once "rssfuncs.php";
        require_once "sanity_check.php";
        require_once "db.php";
        require_once "db-prefs.php";
 
+       // defaults
+       define('PURGE_INTERVAL', 3600); // seconds
+       define('MAX_CHILD_RUNTIME', 600); // seconds
        define('MAX_JOBS', 2);
-       define('SPAWN_INTERVAL', DAEMON_SLEEP_INTERVAL);
+       define('SPAWN_INTERVAL', DAEMON_SLEEP_INTERVAL); // seconds
 
        if (!function_exists('pcntl_fork')) {
                die("error: This script requires PHP compiled with PCNTL module.\n");
 
        pcntl_signal(SIGCHLD, 'sigchld_handler');
 
+       $longopts = array("log:",
+                       "tasks:",
+                       "interval",
+                       "help");
+
+       $options = getopt("", $longopts);
+
+       if (isset($options["help"]) ) {
+               print "Tiny Tiny RSS update daemon.\n\n";
+               print "Options:\n";
+               print "  --log FILE           - log messages to FILE\n";
+               print "  --tasks N            - amount of update tasks to spawn\n";
+               print "                         default: " . MAX_JOBS . "\n";
+               print "  --interval N         - task spawn interval\n";
+               print "                         default: " . SPAWN_INTERVAL . " seconds.\n";
+               print "  --quiet              - don't output messages to stdout\n";
+               return;
+       }
+
+       define('QUIET', isset($options['quiet']));
+
+       if (isset($options["tasks"])) {
+               _debug("Set to spawn " . $options["tasks"] . " children.");
+               $max_jobs = $option["tasks"];
+       } else {
+               $max_jobs = MAX_JOBS;
+       }
+
+       if (isset($options["interval"])) {
+               _debug("Spawn interval: " . $options["interval"] . " seconds.");
+               $spawn_interval = $option["interval"];
+       } else {
+               $spawn_interval = SPAWN_INTERVAL;
+       }
+
+       if (isset($options["log"])) {
+               _debug("Logging to " . $options["log"]);
+               define('LOGFILE', $options["log"]);
+       }
+
        if (file_is_locked("update_daemon.lock")) {
                die("error: Can't create lockfile. ".
                        "Maybe another daemon is already running.\n");
        while (true) {
 
                // Since sleep is interupted by SIGCHLD, we need another way to
-               // respect the SPAWN_INTERVAL
-               $next_spawn = $last_checkpoint + SPAWN_INTERVAL - time();
+               // respect the spawn interval
+               $next_spawn = $last_checkpoint + $spawn_interval - time();
 
                if ($next_spawn % 10 == 0) {
                        $running_jobs = count($children);
                        _debug("[MASTER] active jobs: $running_jobs, next spawn at $next_spawn sec.");
                }
 
-               if ($last_checkpoint + SPAWN_INTERVAL < time()) {
+               if ($last_checkpoint + $spawn_interval < time()) {
 
                        check_ctimes();
                        reap_children();
 
-                       for ($j = count($children); $j < MAX_JOBS; $j++) {
+                       for ($j = count($children); $j < $max_jobs; $j++) {
                                $pid = pcntl_fork();
                                if ($pid == -1) {
                                        die("fork failed!\n");