[SI-LINDER-PARTNER-5][OSC] - Développement d'un module dans le BackOffice qui permet une gestion des images du diaporama (Slideshow) affiché en FrontOffice
$Id: si_slideshow_manager.php,v 0.1 09/10/2020 11:20:49 Saphyra-Interactive Exp $
Système de Gestionnaire du Diaporama: Termes en Anglais (langages)
developped for osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
asked by Linder-Partner/LP-Divertissements
http(s)://www.linder-partner.com
http(s)://www.lp-divertissements.com
Copyright (c) 2003 osCommerce
Copyright (c) 2020 Saphyra-Interactive
Released under the GNU General Public License
*/
define('HEADING_TITLE', 'Slide manager');
define('TABLE_DESCRIPTION_SLIDE_MANAGER', '
With that interface you can add, enable, disable or view your slides.
The display of those slides will be visible from the Front Office from the site Slideshow.
');
define('TABLE_HEADING_SLIDES', 'Slides');
define('TABLE_HEADING_STATUS', 'Status');
define('BUTTON_ADD_SLIDE', 'New Slide');
define('BUTTON_VIEW_SLIDE', 'View that Slide');
define('BUTTON_INACTIVE_SLIDE', 'Disable that Slide');
define('BUTTON_ACTIVE_SLIDE', 'Enable that Slide');
define('TEXT_SLIDE_SERVER_INFO', 'How to use :');
define('TEXT_SLIDE_SERVER_INFO2', '(1) Please select your image and submit it.
(2) The folder aswell pictures used for the Slideshow must be writable ;
This mean that the destination repository while the transfert must have the correct permissions (writable) on the server!
(if the server is under Linux, think to apply permissions CHMOD of 777)
(if the server is under Windows, nothing more to do)');
define('TEXT_SLIDE_IMAGE', 'Picture used for the Slide : ');
define('TEXT_SLIDE_REQUIREMENTS_NOTE', 'Note on the used picture as slide for the Slideshow:
%s is not writable');
define('ERROR_UNKNOWN_STATUS_FLAG', 'Error : Unknown flag Status.');
?>