mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Standardize on upvote/downvote instead of recommend/not recommend
This commit is contained in:
parent
7e74b45c5c
commit
856c6ae4bd
1 changed files with 5 additions and 5 deletions
|
|
@ -27,8 +27,8 @@ $lang->cmd_replace = 'Replace';
|
|||
$lang->cmd_confirm = 'Confirm';
|
||||
$lang->cmd_cancel = 'Cancel';
|
||||
$lang->cmd_back = 'Go Back';
|
||||
$lang->cmd_vote = 'Recommend';
|
||||
$lang->cmd_vote_down = 'Not recommend';
|
||||
$lang->cmd_vote = 'Upvote';
|
||||
$lang->cmd_vote_down = 'Downvote';
|
||||
$lang->cmd_declare = 'Report';
|
||||
$lang->cmd_cancel_declare = 'Cancel Report';
|
||||
$lang->cmd_declared_list = 'Reported List';
|
||||
|
|
@ -265,13 +265,13 @@ $lang->fail_to_registed = 'Failed to register.';
|
|||
$lang->fail_to_update = 'Fail to update.';
|
||||
$lang->fail_to_delete = 'Failed to delete.';
|
||||
$lang->fail_to_move = 'Failed to move.';
|
||||
$lang->failed_voted = 'No permission to Recommend.';
|
||||
$lang->failed_blamed = 'No permission to Not Recommend.';
|
||||
$lang->failed_voted = 'No permission to upvote.';
|
||||
$lang->failed_blamed = 'No permission to downvote.';
|
||||
$lang->failed_declared = 'No permission to Report.';
|
||||
$lang->fail_to_delete_have_children = 'Cannot delete the article with comments.';
|
||||
$lang->confirm_submit = 'Are you sure you want to submit?';
|
||||
$lang->confirm_logout = 'Are you sure you want to sign out?';
|
||||
$lang->confirm_vote = 'Are you sure you want to recommend?';
|
||||
$lang->confirm_vote = 'Are you sure you want to upvote?';
|
||||
$lang->confirm_delete = 'Are you sure you want to delete?';
|
||||
$lang->confirm_restore = 'Are you sure you want to restore?';
|
||||
$lang->confirm_move = 'Are you sure you want to move?';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue