mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Fix #2222 missing English translation for document module config
This commit is contained in:
parent
4373208953
commit
3b5fd1cfbb
1 changed files with 11 additions and 3 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue