<?xml version="1.0"?>
<!DOCTYPE modification SYSTEM "http://www.simplemachines.org/xml/modification">
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	ATTENTION: If you are trying to install this manually, you should try
	the package manager.  If it will not work for you, please take a look
	at the following for information on this format:
		http://www.simplemachines.org/redirect/manual_mod_install
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->

<modification xmlns="http://www.simplemachines.org/xml/modification" xmlns:smf="http://www.simplemachines.org/">
	<id>OutofOrder:GoodPostBadPost</id>
	<version>2.0.4</version>

	<file name="$themedir/BoardIndex.template.php">
		<operation>
			<search position="replace"><![CDATA[Messages of the Week]]></search>
			<add><![CDATA[', $txt['gpbp_motw'], ']]></add>
		</operation>

		<operation>
			<search position="replace"><![CDATA[by ', ! empty($message['member_id'])]]></search>
			<add><![CDATA[', $txt['gpbp_motw_by'], ' ', ! empty($message['member_id'])]]></add>
		</operation>

		<operation>
			<search position="replace"><![CDATA[in <em>', $message['board_name'],]]></search>
			<add><![CDATA[', $txt['gpbp_motw_in'], ' <em>', $message['board_name'],]]></add>
		</operation>
	</file>

	<file name="$languagedir/Modifications.english.php">
		<operation>
			<search position="before"><![CDATA[$txt['gpbp_disable_negative_voting_desc'] = 'Check this if you want members <strong>to only vote up</strong>.';]]></search>
			<add><![CDATA[
$txt['gpbp_disable_disrespect'] = 'Count only positive votes towards Respect';
$txt['gpbp_disable_disrespect_desc'] = 'Check this if you do not want negative votes to reduce Respect from the users.<br /> <strong>Note:</strong> You may want to <em>Recount totals</em> (at the GPBP Tools area) after changing this option.';]]></add>
		</operation>

		<operation>
			<search position="before"><![CDATA[$txt['gpbp_vote_list_vote'] = 'Vote';]]></search>
			<add><![CDATA[
$txt['gpbp_vote_list_when'] = 'When';]]></add>
		</operation>

		<operation>
			<search position="before"><![CDATA[$txt['gpbp_filtered_confirm'] = 'Are you sure you want to edit all %s searched votes?';]]></search>
			<add><![CDATA[
$txt['gpbp_manual_changes'] = 'Manual changes';
$txt['gpbp_manual_edit_scores'] = 'Edit the score of a post';
$txt['gpbp_manual_specific_change'] = 'If you want to change a specific post\'s score, you can do so by entering its message ID and new score below.';
$txt['gpbp_manual_new_score'] = 'New score:';
$txt['gpbp_edit_respect'] = 'Edit a member\'s Respect value';
$txt['gpbp_edit_respect_desc'] = 'You can manually edit the Respect value of a forum member by entering his name and a new value below.';
$txt['gpbp_edit_respect_member'] = 'Member:';
$txt['gpbp_edit_respect_new'] = 'New Respect:';]]></add>
		</operation>

		<operation>
			<search position="before"><![CDATA[$txt['gpbp_hide_again'] = 'Click here to <strong>hide</strong> this post again.';]]></search>
			<add><![CDATA[
$txt['gpbp_motw'] = 'Messages of the Week';
// Message _by_ an author, _in_ a topic:
$txt['gpbp_motw_by'] = 'by';
$txt['gpbp_motw_in'] = 'in';]]></add>
		</operation>
	</file>

	<file name="$languagedir/Modifications.english-utf8.php" error="skip">
		<operation>
			<search position="before"><![CDATA[$txt['gpbp_disable_negative_voting_desc'] = 'Check this if you want members <strong>to only vote up</strong>.';]]></search>
			<add><![CDATA[
$txt['gpbp_disable_disrespect'] = 'Count only positive votes towards Respect';
$txt['gpbp_disable_disrespect_desc'] = 'Check this if you do not want negative votes to reduce Respect from the users.<br /> <strong>Note:</strong> You may want to <em>Recount totals</em> (at the GPBP Tools area) after changing this option.';]]></add>
		</operation>

		<operation>
			<search position="before"><![CDATA[$txt['gpbp_vote_list_vote'] = 'Vote';]]></search>
			<add><![CDATA[
$txt['gpbp_vote_list_when'] = 'When';]]></add>
		</operation>

		<operation>
			<search position="before"><![CDATA[$txt['gpbp_filtered_confirm'] = 'Are you sure you want to edit all %s searched votes?';]]></search>
			<add><![CDATA[
$txt['gpbp_manual_changes'] = 'Manual changes';
$txt['gpbp_manual_edit_scores'] = 'Edit the score of a post';
$txt['gpbp_manual_specific_change'] = 'If you want to change a specific post\'s score, you can do so by entering its message ID and new score below.';
$txt['gpbp_manual_new_score'] = 'New score:';
$txt['gpbp_edit_respect'] = 'Edit a member\'s Respect value';
$txt['gpbp_edit_respect_desc'] = 'You can manually edit the Respect value of a forum member by entering his name and a new value below.';
$txt['gpbp_edit_respect_member'] = 'Member:';
$txt['gpbp_edit_respect_new'] = 'New Respect:';]]></add>
		</operation>

		<operation>
			<search position="before"><![CDATA[$txt['gpbp_hide_again'] = 'Click here to <strong>hide</strong> this post again.';]]></search>
			<add><![CDATA[
$txt['gpbp_motw'] = 'Messages of the Week';
// Message _by_ an author, _in_ a topic:
$txt['gpbp_motw_by'] = 'by';
$txt['gpbp_motw_in'] = 'in';]]></add>
		</operation>
	</file>

	<file name="$languagedir/Modifications.spanish_latin.php" error="skip">
		<operation>
			<search position="replace"><![CDATA[$txt['gpbp_disable_negative_voting_desc'] = 'Marca esta opci&oacute;n si deseas que los miembros <strong>s&oacute; voten positivamente</strong>.';]]></search>
			<add><![CDATA[
$txt['gpbp_disable_disrespect'] = 'S&oacute;lo contar votos positivos para el Respeto';
$txt['gpbp_disable_disrespect_desc'] = 'Marca esta opci&oacute;n si no deseas que los votos negativos reduzcan el Respeto de los usuarios.<br /> <strong>Nota:</strong> Puede que debas <em>Volver a contar los totales</em> (en el &aacute;rea Herramientas MB/MM) luego de cambiar esta opci&oacute;n.';]]></add>
		</operation>

		<operation>
			<search position="replace"><![CDATA[$txt['gpbp_vote_list_vote'] = 'Voto';]]></search>
			<add><![CDATA[
$txt['gpbp_vote_list_when'] = 'Cu&aacute;ndo';]]></add>
		</operation>

		<operation>
			<search position="replace"><![CDATA[$txt['gpbp_filtered_confirm'] = '&iquest;Est&aacute;s seguro de querer editar todos los %s votos encontrados?';]]></search>
			<add><![CDATA[
$txt['gpbp_manual_changes'] = 'Cambios manuales';
$txt['gpbp_manual_edit_scores'] = 'Editar el valor de un mensaje';
$txt['gpbp_manual_specific_change'] = 'Si quieres cambiar el valor de un mensaje espec&iacute;fico, puedes hacerlo ingresando a continuaci&oacute;n su ID de mensaje y un nuevo valor.';
$txt['gpbp_manual_new_score'] = 'Nuevo valor:';
$txt['gpbp_edit_respect'] = 'Editar el valor de Respeto de un miembro';
$txt['gpbp_edit_respect_desc'] = 'Puedes editar a mano el valor de Respeto de un miembro del foro ingresando a continuaci&oacute;n su nombre y un nuevo valor.';
$txt['gpbp_edit_respect_member'] = 'Miembro:';
$txt['gpbp_edit_respect_new'] = 'Nuevo Respeto:';]]></add>
		</operation>

		<operation>
			<search position="replace"><![CDATA[$txt['gpbp_hide_again'] = 'Clic aqu&iacute; para <strong>ocultar</strong> nuevamente este mensaje.';]]></search>
			<add><![CDATA[
$txt['gpbp_motw'] = 'Mensajes de la Semana';
// Message _by_ an author, _in_ a topic:
$txt['gpbp_motw_by'] = 'por';
$txt['gpbp_motw_in'] = 'en';]]></add>
		</operation>
	</file>

	<file name="$languagedir/Modifications.spanish_latin-utf8.php" error="skip">
		<operation>
			<search position="replace"><![CDATA[$txt['gpbp_disable_negative_voting_desc'] = 'Marca esta opción si deseas que los miembros <strong>sí voten positivamente</strong>.';]]></search>
			<add><![CDATA[
$txt['gpbp_disable_disrespect'] = 'Sólo contar votos positivos para el Respeto';
$txt['gpbp_disable_disrespect_desc'] = 'Marca esta opción si no deseas que los votos negativos reduzcan el Respeto de los usuarios.<br /> <strong>Nota:</strong> Puede que debas <em>Volver a contar los totales</em> (en el área Herramientas MB/MM) luego de cambiar esta opción.';]]></add>
		</operation>

		<operation>
			<search position="replace"><![CDATA[$txt['gpbp_vote_list_vote'] = 'Voto';]]></search>
			<add><![CDATA[
$txt['gpbp_vote_list_when'] = 'Cuándo';]]></add>
		</operation>

		<operation>
			<search position="replace"><![CDATA[$txt['gpbp_filtered_confirm'] = '¿Estás seguro de querer editar todos los %s votos encontrados?';]]></search>
			<add><![CDATA[
$txt['gpbp_manual_changes'] = 'Cambios manuales';
$txt['gpbp_manual_edit_scores'] = 'Editar el valor de un mensaje';
$txt['gpbp_manual_specific_change'] = 'Si quieres cambiar el valor de un mensaje específico, puedes hacerlo ingresando a continuación su ID de mensaje y un nuevo valor.';
$txt['gpbp_manual_new_score'] = 'Nuevo valor:';
$txt['gpbp_edit_respect'] = 'Editar el valor de Respeto de un miembro';
$txt['gpbp_edit_respect_desc'] = 'Puedes editar a mano el valor de Respeto de un miembro del foro ingresando a continuación su nombre y un nuevo valor.';
$txt['gpbp_edit_respect_member'] = 'Miembro:';
$txt['gpbp_edit_respect_new'] = 'Nuevo Respeto:';]]></add>
		</operation>

		<operation>
			<search position="replace"><![CDATA[$txt['gpbp_hide_again'] = 'Clic aquí para <strong>ocultar</strong> nuevamente este mensaje.';]]></search>
			<add><![CDATA[
$txt['gpbp_motw'] = 'Mensajes de la Semana';
// Message _by_ an author, _in_ a topic:
$txt['gpbp_motw_by'] = 'por';
$txt['gpbp_motw_in'] = 'en';]]></add>
		</operation>
	</file>
</modification>
