From d32b7544af17eec5e1c6ce6eabd00dcb37a2981a Mon Sep 17 00:00:00 2001 From: Bob Le Bricodeur Date: Thu, 27 Oct 2016 23:13:59 +0200 Subject: [PATCH 1/3] Update existing copyright Use 2016 Mantis 1.3.x copyright --- FilterBugList.php | 4 ++-- classes/FilterBugListField.class.php | 14 +++++++++++++ lang/strings_english.txt | 31 +++++++++++++--------------- 3 files changed, 30 insertions(+), 19 deletions(-) diff --git a/FilterBugList.php b/FilterBugList.php index 02373d4..713283b 100644 --- a/FilterBugList.php +++ b/FilterBugList.php @@ -1,6 +1,6 @@ . class FilterBugListField extends MantisFilter { diff --git a/lang/strings_english.txt b/lang/strings_english.txt index 3ce8e2b..8dd4a04 100644 --- a/lang/strings_english.txt +++ b/lang/strings_english.txt @@ -1,21 +1,18 @@ . - */ +# MantisBT - A PHP based bugtracking system + +# MantisBT is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 2 of the License, or +# (at your option) any later version. +# +# MantisBT is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with MantisBT. If not, see . /** English (English) * From 5d9282b161aaae33244bbbacc6f12a325835f3b7 Mon Sep 17 00:00:00 2001 From: Bob Le Bricodeur Date: Thu, 27 Oct 2016 23:14:32 +0200 Subject: [PATCH 2/3] Add French Translation --- lang/strings_french.txt | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 lang/strings_french.txt diff --git a/lang/strings_french.txt b/lang/strings_french.txt new file mode 100644 index 0000000..15864e7 --- /dev/null +++ b/lang/strings_french.txt @@ -0,0 +1,32 @@ +. + +/** Français (French) + * + * See the qqq 'language' for message documentation incl. usage of parameters + * To improve a translation please visit http://translatewiki.net + * + * @ingroup Language + * @file + * + * @author mr.bricodage@gmail.com + */ + +$s_plugin_FilterBugList_title = 'Filtrage d\'une liste de bogues '; +$s_plugin_FilterBugList_description = 'Permet de filtrer des bogues à partir d\'une liste d\'identifiants'; +$s_plugin_FilterBugList_field_label = 'Liste d\'identifiants'; + +?> From b9af0aafc9cde5676a88fcc29c49bd947111cca9 Mon Sep 17 00:00:00 2001 From: Bob Le Bricodeur Date: Thu, 27 Oct 2016 23:17:20 +0200 Subject: [PATCH 3/3] Update requires plugin info MantisCore 1.2 is not compatible with Mantis 1.3 --- FilterBugList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FilterBugList.php b/FilterBugList.php index 713283b..4064198 100644 --- a/FilterBugList.php +++ b/FilterBugList.php @@ -28,7 +28,7 @@ function register( ) { $this->version = '1.0.0'; $this->requires = array( - 'MantisCore' => '1.2.0' + 'MantisCore' => '1.3.0' ); $this->author = 'Alain D\'EURVEILHER';