fix rss sticky

This commit is contained in:
xiaomlove
2023-01-16 19:43:56 +08:00
parent a47bc23138
commit 3bed01a03c
22 changed files with 88 additions and 68 deletions
+1 -3
View File
@@ -40,9 +40,7 @@ $lang_getrss = array
'select_exact' => "准确",
'text_mode' => "",
'text_keyword_note' => "只订阅标题中包含此关键字的项目",
'row_sort' => '排序',
'sort_sticky' => '置顶优先(默认)',
'sort_newest' => '最新优先',
'row_sticky' => '置顶',
);
?>
+2 -1
View File
@@ -40,7 +40,8 @@ $lang_getrss = array
'select_or' => "",
'select_exact' => "准確",
'text_mode' => "",
'text_keyword_note' => "只訂閱標題中包含此關鍵字的項目"
'text_keyword_note' => "只訂閱標題中包含此關鍵字的項目",
'row_sticky' => '置頂',
);
?>
+2 -1
View File
@@ -39,7 +39,8 @@ $lang_getrss = array
'select_or' => "OR",
'select_exact' => "Exact",
'text_mode' => "matching mode ",
'text_keyword_note' => "Ony subscribe to items with these keywords in titles."
'text_keyword_note' => "Ony subscribe to items with these keywords in titles.",
'row_sticky' => 'Sticky',
);
?>