mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
fix rss sticky
This commit is contained in:
@@ -40,9 +40,7 @@ $lang_getrss = array
|
||||
'select_exact' => "准确",
|
||||
'text_mode' => "",
|
||||
'text_keyword_note' => "只订阅标题中包含此关键字的项目",
|
||||
'row_sort' => '排序',
|
||||
'sort_sticky' => '置顶优先(默认)',
|
||||
'sort_newest' => '最新优先',
|
||||
'row_sticky' => '置顶',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -40,7 +40,8 @@ $lang_getrss = array
|
||||
'select_or' => "或",
|
||||
'select_exact' => "准確",
|
||||
'text_mode' => "",
|
||||
'text_keyword_note' => "只訂閱標題中包含此關鍵字的項目"
|
||||
'text_keyword_note' => "只訂閱標題中包含此關鍵字的項目",
|
||||
'row_sticky' => '置頂',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -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',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user