From 269a76fe415ed1b8b984f6d2cba36f58ce884b3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl?= Date: Fri, 27 Feb 2015 12:58:09 +0100 Subject: [PATCH 1/5] Update for FRENCH translation for action_controller.php file Fixes the bad name of language key --- controller/action_controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/action_controller.php b/controller/action_controller.php index 4173b40..2f0f97a 100644 --- a/controller/action_controller.php +++ b/controller/action_controller.php @@ -413,7 +413,7 @@ public function clear_user($uid) } else { - confirm_box(false, $this->user->lang('RS_CLEAR_POST_CONFIRM'), $s_hidden_fields); + confirm_box(false, $this->user->lang('RS_CLEAR_USER_CONFIRM'), $s_hidden_fields); } } } From 43fc448295b8eb018a1647e7a6f0f87dee226997 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl?= Date: Wed, 11 Mar 2015 12:41:25 +0100 Subject: [PATCH 2/5] Update for FRENCH translation for details.html file Update for FRENCH translation for details.html file Source : https://www.phpbb.com/community/viewtopic.php?f=456&t=2210021&start=45#p13706431 --- styles/prosilver/template/details.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/prosilver/template/details.html b/styles/prosilver/template/details.html index 4a19ef9..2c34198 100644 --- a/styles/prosilver/template/details.html +++ b/styles/prosilver/template/details.html @@ -49,7 +49,7 @@

{L_RS_POWER_DETAILS}

{L_RS_POWER_DETAIL_AGE}:
{FOR_USER_AGE}
{L_RS_POWER_DETAIL_POSTS}:
{FOR_NUMBER_OF_POSTS}
-
{L_RS_POWER_DETAIL_REPUTAION}:
{FOR_REPUTATION}
+
{L_RS_POWER_DETAIL_REPUTATION}:
{FOR_REPUTATION}
{L_RS_POWER_DETAIL_WARNINGS}:
{FOR_WARNINGS}
{L_RS_POWER_DETAIL_BANS}:
{FOR_BANS}
{L_RS_POWER_DETAIL_MIN}:
{MINIMUM_VOTING_POWER}
@@ -187,4 +187,4 @@

{L_RS_STATS}


- \ No newline at end of file + From 32b899b3eb71c216ca4786b1feee5467c54f178c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl?= Date: Wed, 11 Mar 2015 17:38:05 +0100 Subject: [PATCH 3/5] Update for viewtopic_body_post_buttons_before.html file Update for viewtopic_body_post_buttons_before.html file Source : https://www.phpbb.com/community/viewtopic.php?f=456&t=2210021&start=120#p13851641 --- .../template/event/viewtopic_body_post_buttons_before.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/styles/prosilver/template/event/viewtopic_body_post_buttons_before.html b/styles/prosilver/template/event/viewtopic_body_post_buttons_before.html index c970073..6d30369 100644 --- a/styles/prosilver/template/event/viewtopic_body_post_buttons_before.html +++ b/styles/prosilver/template/event/viewtopic_body_post_buttons_before.html @@ -11,9 +11,9 @@
  • - {postrow.POST_REPUTATION} + {postrow.POST_REPUTATION} -
    {postrow.POST_REPUTATION}
    +
    {postrow.POST_REPUTATION}
  • - \ No newline at end of file + From d01f42e6d71ae1608805744100f76ad3fdd74f36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl?= Date: Wed, 11 Mar 2015 18:42:47 +0100 Subject: [PATCH 4/5] Correct update for viewtopic_body_post_buttons_before.html file Correct update for viewtopic_body_post_buttons_before.html file --- .../template/event/viewtopic_body_post_buttons_before.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/prosilver/template/event/viewtopic_body_post_buttons_before.html b/styles/prosilver/template/event/viewtopic_body_post_buttons_before.html index 6d30369..75958ab 100644 --- a/styles/prosilver/template/event/viewtopic_body_post_buttons_before.html +++ b/styles/prosilver/template/event/viewtopic_body_post_buttons_before.html @@ -11,9 +11,9 @@
  • - {postrow.POST_REPUTATION} + {postrow.POST_REPUTATION} -
    {postrow.POST_REPUTATION}
    +
    {postrow.POST_REPUTATION}
  • From 458c6f80a6f2ff7062c3332660895490e22803c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl?= Date: Wed, 11 Mar 2015 18:44:36 +0100 Subject: [PATCH 5/5] Update for viewtopic_listener.php file Update for viewtopic_listener.php file to fix this change : https://www.phpbb.com/community/viewtopic.php?f=456&t=2210021&start=120#p13851641 --- event/viewtopic_listener.php | 1 + 1 file changed, 1 insertion(+) diff --git a/event/viewtopic_listener.php b/event/viewtopic_listener.php index 55a0a39..f03194c 100644 --- a/event/viewtopic_listener.php +++ b/event/viewtopic_listener.php @@ -208,6 +208,7 @@ public function post_row_reputation($event) 'RS_RATE_POST_NEGATIVE' => $row['user_voted'] ? $this->user->lang('RS_POST_RATED') : $this->user->lang('RS_RATE_POST_NEGATIVE'), 'RS_RATE_POST_POSITIVE' => $row['user_voted'] ? $this->user->lang('RS_POST_RATED') : $this->user->lang('RS_RATE_POST_POSITIVE'), + 'RS_POST_REPUTATION' => $row['user_voted'] ? $this->user->lang('RS_POST_RATED') : $this->user->lang('RS_POST_REPUTATION'), 'U_RATE_POST_POSITIVE' => $this->helper->route('reputation_post_rating_controller', array('mode' => 'positive', 'post_id' => $post_id)), 'U_RATE_POST_NEGATIVE' => $this->helper->route('reputation_post_rating_controller', array('mode' => 'negative', 'post_id' => $post_id)),