Fix #2222 missing English translation for document module config

This commit is contained in:
Kijin Sung 2023-12-01 00:07:22 +09:00
parent 4373208953
commit 3b5fd1cfbb

View file

@ -1,6 +1,14 @@
<?php
$lang->document_list = 'Documents List';
$lang->view_count_option = 'View count';
$lang->view_count_option_all = 'Count all';
$lang->view_count_option_some = 'Count some';
$lang->view_count_option_once = 'No duplicates';
$lang->view_count_option_none = 'Don\'t count';
$lang->cmd_document_module_config = 'Basic Settings';
$lang->cmd_delete_all_thumbnail = 'Delete all thumbnails';
$lang->cmd_pc_icon_setting = 'PC icon setting';
$lang->cmd_mobile_icon_setting = 'Mobile icon setting';
$lang->title_bold = 'Bold';
$lang->title_color = 'Color';
$lang->new_document_count = 'New documents';
@ -9,15 +17,15 @@ $lang->category_title = 'Category';
$lang->category_color = 'Category Font Color';
$lang->expand = 'Expand';
$lang->category_group_srls = 'Allowed Groups';
$lang->cmd_document_module_config = 'Basic Settings';
$lang->cmd_make_child = 'Add Child Category';
$lang->cmd_pc_icon_setting = 'PC icon setting';
$lang->cmd_mobile_icon_setting = 'Mobile icon setting';
$lang->cmd_enable_move_category = 'Change category position (Select a category and drag it to the position you want.)';
$lang->about_category_title = 'Please enter a category name.';
$lang->about_view_count_option = 'This option controls whether to count multiple views by the same user. Different methods will try to detect duplicates in different ways.';
$lang->about_expand = 'Select this option, and they will stay expanded.';
$lang->about_category_group_srls = 'Only the selected group will be able to write posts in this category. If none is selected, everyone is allowed.';
$lang->about_category_color = 'You can set the font color of the category. e.g.) red or #ff0000';
$lang->about_cmd_pc_icon_setting = 'Select the icon set to display next to new or updated articles. The default is \'default\'.';
$lang->about_cmd_mobile_icon_setting = 'Select the icon set to display next to new or updated articles. The default is \'default\'.';
$lang->cmd_search_next = 'Search Next';
$lang->cmd_temp_save = 'Temporary Save';
$lang->cmd_toggle_checked_document = 'Invert Selection';