Skip to content

Commit

Permalink
Merge pull request #2 from MrBricodage/Mantis13
Browse files Browse the repository at this point in the history
Mantis 1.3.x installation + french translation
  • Loading branch information
alaindeurveilher authored Oct 27, 2016
2 parents fd233e7 + b9af0aa commit 565c46b
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 20 deletions.
6 changes: 3 additions & 3 deletions FilterBugList.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
# MantisBT - a php based bugtracking system
# Copyright (C) 2002 - 2011 MantisBT Team - mantisbt-dev@lists.sourceforge.net
# 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
Expand Down Expand Up @@ -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';
Expand Down
14 changes: 14 additions & 0 deletions classes/FilterBugListField.class.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
<?php
# 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 <http://www.gnu.org/licenses/>.

class FilterBugListField extends MantisFilter {

Expand Down
31 changes: 14 additions & 17 deletions lang/strings_english.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
<?php
/** MantisBT - a php based bugtracking system
*
* Copyright (C) 2002 - 2011 MantisBT Team - mantisbt-dev@lists.sourceforge.net
*
* 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 <http://www.gnu.org/licenses/>.
*/
# 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 <http://www.gnu.org/licenses/>.

/** English (English)
*
Expand Down
32 changes: 32 additions & 0 deletions lang/strings_french.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?php
# 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 <http://www.gnu.org/licenses/>.

/** 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';

?>

0 comments on commit 565c46b

Please sign in to comment.