ee2522a64d919fbccfe69a8fa1e5e623cb745be0
nas ! Added /team_mods/ back to...

nas authored 13 years ago

english.xml  1) <?xml version="1.0"?>
english.xml  2) <!DOCTYPE modification SYSTEM "http://www.simplemachines.org/xml/modification">
english.xml  3) <modification xmlns="http://www.simplemachines.org/xml/modification" xmlns:smf="http://www.simplemachines.org/">
english.xml  4) 	<id>SimpleDesk:Topic_Solved_Mod</id>
english.xml  5) 	<version>1.0</version>
english.xml  6) 
english.xml  7) 	<!-- English language -->		
english.xml  8) 	<file name="$languagedir/Modifications.english.php">	
english.xml  9) 		<operation>
english.xml 10) 			<search position="end" />
english.xml 11) 			<add><![CDATA[// Topic solved mod
english.xml 12) $txt['topic_solved_title'] = 'Topic Solved mod';
english.xml 13) $txt['solve_topic'] = '<strong style="color: green">Mark topic solved</strong>';
english.xml 14) $txt['unsolve_topic'] = '<strong style="color: red">Mark topic not solved</strong>';
english.xml 15) $txt['modlog_ac_solve'] = 'Solved &quot;{topic}&quot; by {member}';
english.xml 16) $txt['modlog_ac_unsolve'] = 'Unsolved &quot;{topic}&quot; by {member}';
english.xml 17) $txt['modlog_solve_log'] = 'Topic solved log';
english.xml 18) $txt['modlog_solve_log_desc'] = 'Below is a list of all topics that have been solved or unsolved by your users.<br /><strong>Please note:</strong> Entries cannot be removed from this log until they are at least twenty-four hours old.';
english.xml 19) $txt['modlog_solve_log_no_entries_found'] = 'There are currently no entries in the topic solved log.';
english.xml 20) $txt['solve_log_help'] = '<strong>Topic solved log</strong><br />This section allows members of the moderation team to track all usage of the topic solved/not solved feature. To ensure that moderators cannot remove references to the actions they have performed, entries may not be deleted until 24 hours after the action was taken.';
gruffen ! [Topic Solved] Fix the pe...

gruffen authored 12 years ago

english.xml 21) 
nas ! Added /team_mods/ back to...

nas authored 13 years ago

english.xml 22) $txt['permissionname_solve_topic'] = 'Mark topics solved/not solved';
gruffen ! [Topic Solved] Fix the pe...

gruffen authored 12 years ago

english.xml 23) $txt['permissionhelp_solve_topic'] = 'This permission will allow the user to mark topics as solved and not solved.';
nas ! Added /team_mods/ back to...

nas authored 13 years ago

english.xml 24) $txt['permissionname_solve_topic_any'] = 'Any topic';
english.xml 25) $txt['permissionname_solve_topic_own'] = 'Own topic';
gruffen ! [Topic Solved] Fix the pe...

gruffen authored 12 years ago

english.xml 26) $txt['permissionname_simple_solve_topic_own'] = 'Mark their own topics solved';
english.xml 27) $txt['permissionname_simple_solve_topic_any'] = 'Mark any topics solved';
english.xml 28) 
gruffen [Topic solved] Some stuff I...

gruffen authored 12 years ago

english.xml 29) $txt['cannot_solve_topic_any'] = 'You do not have permission to mark topics solved.';
english.xml 30) $txt['cannot_solve_topic_own'] = 'You do not have permission to mark topics solved.';
nas ! Added /team_mods/ back to...

nas authored 13 years ago

english.xml 31) $txt['enable_solved_log'] = 'Enable logging of topic solving (Requires moderation logging to be enabled)';
english.xml 32) $txt['topicsolved_board_desc'] = '<span class="smalltext">Please select the boards you wish to enable the topic solved feature in.</span>';
english.xml 33) $txt['topicsolved_highlight'] = 'Highlight solved topics on the message index';
english.xml 34) $txt['topicsolved_highlight_col1'] = 'Color for highlighted solved topics (lighter columns, such as replies/view)';
english.xml 35) $txt['topicsolved_highlight_col2'] = 'Color for highlighted solved topics (darker columns, such as subject/started by)';
english.xml 36) $txt['topicsolved_display_notice'] = 'Display a notice inside of solved topics';
english.xml 37) $txt['topicsolved_is_solved'] = '<strong style="color: green;">Topic solved</strong><br />This topic is marked as solved and as such require no attention unless you want to bump this issue.';
jdarwood007 Updated topic solved for SM...

jdarwood007 authored 6 years ago

english.xml 38) $txt['topicsolved_not_enabled'] = 'Topic solved is not enabled on this board.';
english.xml 39) $txt['cannot_solve_own'] = 'You can not mark your own topics as solved';
english.xml 40) $txt['cannot_solve_any'] = 'You can not mark just any topic as solved';]]></add>
nas ! Added /team_mods/ back to...

nas authored 13 years ago

english.xml 41) 		</operation>
english.xml 42) 	</file>
english.xml 43) 	<file name="$languagedir/Modifications.english-utf8.php" error="skip">	
english.xml 44) 		<operation>
english.xml 45) 			<search position="end" />
english.xml 46) 			<add><![CDATA[// Topic solved mod
english.xml 47) $txt['topic_solved_title'] = 'Topic Solved mod';
english.xml 48) $txt['solve_topic'] = '<strong style="color: green">Mark topic solved</strong>';
english.xml 49) $txt['unsolve_topic'] = '<strong style="color: red">Mark topic not solved</strong>';
english.xml 50) $txt['modlog_ac_solve'] = 'Solved &quot;{topic}&quot; by {member}';
english.xml 51) $txt['modlog_ac_unsolve'] = 'Unsolved &quot;{topic}&quot; by {member}';
english.xml 52) $txt['modlog_solve_log'] = 'Topic solved log';
english.xml 53) $txt['modlog_solve_log_desc'] = 'Below is a list of all topics that have been solved or unsolved by your users.<br /><strong>Please note:</strong> Entries cannot be removed from this log until they are at least twenty-four hours old.';
english.xml 54) $txt['modlog_solve_log_no_entries_found'] = 'There are currently no entries in the topic solved log.';
english.xml 55) $txt['solve_log_help'] = '<strong>Topic solved log</strong><br />This section allows members of the moderation team to track all usage of the topic solved/not solved feature. To ensure that moderators cannot remove references to the actions they have performed, entries may not be deleted until 24 hours after the action was taken.';
gruffen ! [Topic Solved] Fix the pe...

gruffen authored 12 years ago

english.xml 56) 
nas ! Added /team_mods/ back to...

nas authored 13 years ago

english.xml 57) $txt['permissionname_solve_topic'] = 'Mark topics solved/not solved';
gruffen ! [Topic Solved] Fix the pe...

gruffen authored 12 years ago

english.xml 58) $txt['permissionhelp_solve_topic'] = 'This permission will allow the user to mark topics as solved and not solved.';
english.xml 59) $txt['permissionname_solve_topic_any'] = 'Any topic';
english.xml 60) $txt['permissionname_solve_topic_own'] = 'Own topic';
english.xml 61) $txt['permissionname_simple_solve_topic_own'] = 'Mark their own topics solved';
english.xml 62) $txt['permissionname_simple_solve_topic_any'] = 'Mark any topics solved';
english.xml 63) 
gruffen [Topic solved] Some stuff I...

gruffen authored 12 years ago

english.xml 64) $txt['cannot_solve_topic_any'] = 'You do not have permission to mark topics solved.';
english.xml 65) $txt['cannot_solve_topic_own'] = 'You do not have permission to mark topics solved.';
gruffen ! [Topic Solved] Fix the pe...

gruffen authored 12 years ago

english.xml 66) $txt['enable_solved_log'] = 'Enable logging of topic solving (Requires moderation logging to be enabled)';
nas ! Added /team_mods/ back to...

nas authored 13 years ago

english.xml 67) $txt['topicsolved_board_desc'] = '<span class="smalltext">Please select the boards you wish to enable the topic solved feature in.</span>';
gruffen ! [Topic Solved] Fix the pe...

gruffen authored 12 years ago

english.xml 68) $txt['topicsolved_highlight'] = 'Highlight solved topics on the message index';
english.xml 69) $txt['topicsolved_highlight_col1'] = 'Color for highlighted solved topics (lighter columns, such as replies/view)';
english.xml 70) $txt['topicsolved_highlight_col2'] = 'Color for highlighted solved topics (darker columns, such as subject/started by)';