Translation

This commit is contained in:
Philippe GRAND 2018-10-04 09:55:05 +02:00
parent 8bee69277d
commit e045d0e9ac

View File

@ -1,7 +1,7 @@
<?php <?php
/* Copyright (C) 2010-2012 Regis Houssin <regis.houssin@capnetworks.com> /* Copyright (C) 2010-2012 Regis Houssin <regis.houssin@capnetworks.com>
* Copyright (C) 2011 Laurent Destailleur <eldy@users.sourceforge.net> * Copyright (C) 2011 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2012 Philippe Grand <philippe.grand@atoo-net.com> * Copyright (C) 2012-2018 Philippe Grand <philippe.grand@atoo-net.com>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
@ -20,20 +20,20 @@
/** /**
* \file htdocs/adherents/canvas/default/actions_adherentcard_default.class.php * \file htdocs/adherents/canvas/default/actions_adherentcard_default.class.php
* \ingroup member * \ingroup member
* \brief Fichier de la classe Thirdparty adherent card controller (default canvas) * \brief File of class Thirdparty member card controller (default canvas)
*/ */
include_once DOL_DOCUMENT_ROOT.'/adherents/canvas/actions_adherentcard_common.class.php'; include_once DOL_DOCUMENT_ROOT.'/adherents/canvas/actions_adherentcard_common.class.php';
/** /**
* \class ActionsAdherentCardDefault * \class ActionsAdherentCardDefault
* \brief Classe permettant la gestion des adherents par defaut * \brief Class allowing the management of the members by default
*/ */
class ActionsAdherentCardDefault extends ActionsAdherentCardCommon class ActionsAdherentCardDefault extends ActionsAdherentCardCommon
{ {
/** /**
* Constructor * Constructor
* *
* @param DoliDB $db Handler acces base de donnees * @param DoliDB $db Handler acces data base
* @param string $dirmodule Name of directory of module * @param string $dirmodule Name of directory of module
* @param string $targetmodule Name of directory of module where canvas is stored * @param string $targetmodule Name of directory of module where canvas is stored
* @param string $canvas Name of canvas * @param string $canvas Name of canvas
@ -51,7 +51,7 @@ class ActionsAdherentCardDefault extends ActionsAdherentCardCommon
/** /**
* Return the title of card * Return the title of card
* *
* @param string $action Code action * @param string $action Action code
* @return string Title * @return string Title
*/ */
private function getTitle($action) private function getTitle($action)