Skip to content

Commit

Permalink
Improves language
Browse files Browse the repository at this point in the history
  • Loading branch information
frandominguezl committed Jul 30, 2018
1 parent 1ec6331 commit c64dfc5
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions Themes/default/languages/CustomReport.english.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @author Joker (http://www.simplemachines.org/community/index.php?action=profile;u=226111), original author
* @author Francisco "d3vcho" Domínguez (https://www.simplemachines.org/community/index.php?action=profile;u=422971)
* @copyright Copyright (c) 2018, Francisco Domínguez
* @version 2.0.2
* @version 2.0.3
* @license http://www.mozilla.org/MPL/MPL-1.1.html
*/

Expand Down Expand Up @@ -37,37 +37,37 @@
$txt['cr_post_created_by'] = 'Created by';

$txt['cr_post_reported_by'] = 'Reported by';
$txt['cr_post_link'] = 'Post Link';
$txt['cr_report_solved'] = 'Mark Solved';
$txt['cr_report_unsolved'] = 'Mark Unsolved';
$txt['cr_post_link'] = 'Post link';
$txt['cr_report_solved'] = 'Mark as Solved';
$txt['cr_report_unsolved'] = 'Mark as Unsolved';

$txt['cr_rtm_noboard'] = 'Admin forgot to create the report board.';

// Permission Strings
$txt['cr_permissionname_can_solve_report'] = 'Can mark reports as solved';
$txt['cr_permissionhelp_can_solve_report'] = 'This will allow user to mark the reports as solved.';
$txt['cr_permissionhelp_can_solve_report'] = 'This will allow user to mark the reports as solved';

$txt['cr_admin_panel_title'] = 'Custom report';
$txt['cr_admin_panel'] = 'Custom report mod admin panel';
$txt['cr_admin_panel_title'] = 'Custom Reports Mods';
$txt['cr_admin_panel'] = 'Custom Reports Mod Admin Panel';
$txt['cr_general_settings'] = 'General Settings';
$txt['cr_general_settings_desc'] = 'You can make all global settings for custom reports mod from here.';
$txt['cr_general_settings_desc'] = 'You can change all global settings for Custom Reports Mod from here';

// General settings text keys
$txt['cr_enable_mod'] = 'Enable custom report mod.';
$txt['cr_report_board'] = 'Board id to create post report.';
$txt['cr_enable_mod'] = 'Enable Custom Reports';
$txt['cr_report_board'] = 'Choose board to create the post\'s report';
$txt['cr_quote_reported_post'] = 'Quote the content of reported post';
$txt['cr_quote_reported_post_info'] = 'Disabling this option will just post a link to reported post.';
$txt['cr_quote_reported_post_info'] = 'Disabling this option will just post a link to the reported post';
$txt['cr_enable_report_count'] = 'Count Posts of Report Board';
$txt['cr_enable_report_count_info'] = 'Raises the post count of users when they report a post.';
$txt['cr_enable_report_count_info'] = 'Raises the post count of users when they report a post';
$txt['cr_enable_report_mod_count'] = 'Count the post when moderator solves a report';
$txt['cr_enable_report_mod_count_info'] = 'Raises the post count of moderators when they solve a report.';
$txt['cr_enable_report_mod_count_info'] = 'Raises the post count of moderators when they solve a report';
$txt['cr_enable_large_report_field'] = 'Use bigger input field for writing reports';
$txt['cr_enable_large_report_field_info'] = 'Instead of single line, it gives you are large text area while reporting posts';
$txt['cr_email_moderators'] = 'Send email to moderators';
$txt['cr_email_moderators_info'] = 'Send email to board moderators when a post is reported';
$txt['cr_enable_large_report_field_info'] = 'Instead of single line, it gives you are larger text area while reporting posts';
$txt['cr_email_moderators'] = 'Send email to Moderators';
$txt['cr_email_moderators_info'] = 'Sends email to board Moderators when a post is reported';

$txt['cr_permission_settings'] = 'Permission Settings';
$txt['cr_permission_settings_desc'] = 'You can make all group based permission settings for custom reports mod from here.';
$txt['cr_permission_settings_desc'] = 'You can make all group based permission settings for Custom Reports Mod from here.';
$txt['cr_perm_cr_can_solve_report'] = 'Groups can mark reported topic solved';

$txt['cr_previous_reports'] = 'Report';
Expand Down

0 comments on commit c64dfc5

Please sign in to comment.