diff --git a/htdocs/compta/bank/search.php b/htdocs/compta/bank/search.php index 54298e1700c..a6edb2beb63 100644 --- a/htdocs/compta/bank/search.php +++ b/htdocs/compta/bank/search.php @@ -1,6 +1,5 @@ +/* Copyright (C) 2001-2002 Rodolphe Quiedeville * Copyright (C) 2004 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify @@ -19,8 +18,7 @@ * * $Id$ * $Source$ - * - *******************************************************************************/ + */ require("./pre.inc.php"); require("./bank.lib.php"); diff --git a/htdocs/langs/fr_BE/admin.lang b/htdocs/langs/fr_BE/admin.lang index 81c91c016c8..a3b78f43b26 100644 --- a/htdocs/langs/fr_BE/admin.lang +++ b/htdocs/langs/fr_BE/admin.lang @@ -5,4 +5,5 @@ DictionnarySetup=Configuration dictionnaires OtherSetup=Configuration diverses Modules=Modules Boxes=Boites -System=Système \ No newline at end of file +System=Système +Rights=Permissions \ No newline at end of file diff --git a/htdocs/langs/nl_BE/admin.lang b/htdocs/langs/nl_BE/admin.lang index bedd6de00d7..b7a8e67c51a 100644 --- a/htdocs/langs/nl_BE/admin.lang +++ b/htdocs/langs/nl_BE/admin.lang @@ -5,4 +5,5 @@ DictionnarySetup=Dictionnary opstelling OtherSetup=De andere opstelling Modules=Modules Boxes=Dozen -System=Het systeem \ No newline at end of file +System=Het systeem +Rights=Rechten \ No newline at end of file