From: <be...@us...> - 2012-06-30 23:23:01
|
Revision: 9755 http://xoops.svn.sourceforge.net/xoops/?rev=9755&view=rev Author: beckmi Date: 2012-06-30 23:22:54 +0000 (Sat, 30 Jun 2012) Log Message: ----------- Changing names of directories: UTF-8 is the default, ISO is optional Modified Paths: -------------- XoopsModules/boox/trunk/boox/language/english/admin.php XoopsModules/boox/trunk/boox/language/english/help/help.html XoopsModules/boox/trunk/boox/language/english/modinfo.php XoopsModules/boox/trunk/boox/language/french/admin.php XoopsModules/boox/trunk/boox/language/french/modinfo.php Added Paths: ----------- XoopsModules/boox/trunk/boox/language/english_ISO/ XoopsModules/boox/trunk/boox/language/english_ISO/admin.php XoopsModules/boox/trunk/boox/language/english_ISO/help/ XoopsModules/boox/trunk/boox/language/english_ISO/help/help.html XoopsModules/boox/trunk/boox/language/english_ISO/help/index.html XoopsModules/boox/trunk/boox/language/english_ISO/index.html XoopsModules/boox/trunk/boox/language/english_ISO/modinfo.php XoopsModules/boox/trunk/boox/language/french_ISO/ XoopsModules/boox/trunk/boox/language/french_ISO/admin.php XoopsModules/boox/trunk/boox/language/french_ISO/help/ XoopsModules/boox/trunk/boox/language/french_ISO/help/help.html XoopsModules/boox/trunk/boox/language/french_ISO/help/index.html XoopsModules/boox/trunk/boox/language/french_ISO/index.html XoopsModules/boox/trunk/boox/language/french_ISO/modinfo.php XoopsModules/boox/trunk/boox/language/portuguesebr_ISO/ XoopsModules/boox/trunk/boox/language/portuguesebr_ISO/admin.php XoopsModules/boox/trunk/boox/language/portuguesebr_ISO/help/ XoopsModules/boox/trunk/boox/language/portuguesebr_ISO/help/help.html XoopsModules/boox/trunk/boox/language/portuguesebr_ISO/help/index.html XoopsModules/boox/trunk/boox/language/portuguesebr_ISO/index.html XoopsModules/boox/trunk/boox/language/portuguesebr_ISO/modinfo.php Removed Paths: ------------- XoopsModules/boox/trunk/boox/language/englishUTF8/ XoopsModules/boox/trunk/boox/language/frenchUTF8/ XoopsModules/boox/trunk/boox/language/portuguesebr/ Modified: XoopsModules/boox/trunk/boox/language/english/admin.php =================================================================== --- XoopsModules/boox/trunk/boox/language/english/admin.php 2012-06-30 22:54:06 UTC (rev 9754) +++ XoopsModules/boox/trunk/boox/language/english/admin.php 2012-06-30 23:22:54 UTC (rev 9755) @@ -1,41 +1,41 @@ -<?php -/** - * **************************************************************************** - * boox - MODULE FOR XOOPS - * Copyright (c) Herv� Thouzard (http://www.herve-thouzard.com) - * - * You may not change or alter any portion of this comment or credits - * of supporting developers from this source code or any supporting source code - * which is considered copyrighted (c) material of the original comment or credit authors. - * This program 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. - * - * @copyright Herv� Thouzard (http://www.herve-thouzard.com) - * @license http://www.gnu.org/licenses/gpl-2.0.html GNU Public License - * @package boox - * @author Herv� Thouzard (http://www.herve-thouzard.com) - * - * Version : $Id: - * **************************************************************************** - */ - -define('_AM_BOOX_DBUPDATED',"The database was successfully updated"); -define('_AM_BOOX_GENERALSET',"Module's options" ); -define('_AM_BOOX_MODULEADMIN',"Module's admin"); -define('_AM_BOOX_EDIT',"Edit"); -define('_AM_BOOX_DELETE',"Delete"); -define('_AM_BOOX_ADD',"Add"); -define('_AM_BOOX_CONFIRM',"Are you sure ?"); -define('_AM_BOOX_FILES',"Files"); -define('_AM_BOOX_FILE',"File"); -define('_AM_BOOX_FILENAME',"Filename"); -define('_AM_BOOX_ACTION',"Action"); -define('_AM_BOOX_COMMAND',"Command to include in your theme"); -define('_AM_BOOX_ERROR1',"Please specify a filename"); -define('_AM_BOOX_ERROR2',"Error, unable to save the file %s"); -define('_AM_BOOX_ERROR3',"Error, unable to read the file %s"); -define('_AM_BOOX_CONTENT',"Content"); - -//ModuleAdmin +<?php +/** + * **************************************************************************** + * boox - MODULE FOR XOOPS + * Copyright (c) Hervé Thouzard of Instant Zero (http://www.instant-zero.com) + * + * You may not change or alter any portion of this comment or credits + * of supporting developers from this source code or any supporting source code + * which is considered copyrighted (c) material of the original comment or credit authors. + * This program 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. + * + * @copyright Hervé Thouzard of Instant Zero (http://www.instant-zero.com) + * @license http://www.gnu.org/licenses/gpl-2.0.html GNU Public License + * @package boox + * @author Hervé Thouzard of Instant Zero (http://www.instant-zero.com) + * + * Version : $Id: + * **************************************************************************** + */ + +define("_AM_BOOX_DBUPDATED","The database was successfully updated"); +define("_AM_BOOX_GENERALSET", "Module's options" ); +define("_AM_BOOX_MODULEADMIN","Module's admin"); +define("_AM_BOOX_EDIT","Edit"); +define("_AM_BOOX_DELETE","Delete"); +define("_AM_BOOX_ADD","Add"); +define("_AM_BOOX_CONFIRM","Are you sure ?"); +define("_AM_BOOX_FILES","Files"); +define("_AM_BOOX_FILE","File"); +define("_AM_BOOX_FILENAME","Filename"); +define("_AM_BOOX_ACTION","Action"); +define("_AM_BOOX_COMMAND","Command to include in your theme"); +define("_AM_BOOX_ERROR1","Please specify a filename"); +define("_AM_BOOX_ERROR2","Error, unable to save the file %s"); +define("_AM_BOOX_ERROR3","Error, unable to read the file %s"); +define("_AM_BOOX_CONTENT","Content"); + +//ModuleAdmin define('_AM_BOOX_MODULEADMIN_MISSING','Error: The ModuleAdmin class is missing. Please install the ModuleAdmin Class into /Frameworks (see /docs/readme.txt)'); \ No newline at end of file Modified: XoopsModules/boox/trunk/boox/language/english/help/help.html =================================================================== --- XoopsModules/boox/trunk/boox/language/english/help/help.html 2012-06-30 22:54:06 UTC (rev 9754) +++ XoopsModules/boox/trunk/boox/language/english/help/help.html 2012-06-30 23:22:54 UTC (rev 9755) @@ -38,7 +38,7 @@ <h4 class="odd">Install/uninstall</h4><br/> No special measures necessary, follow the standard installation process – - extract the module folder into the ../modules directory. Install the module + extract the /extcal folder into the ../modules directory. Install the module through Admin -> System Module -> Modules. <br/><br/> Detailed instructions on installing modules are available in the <a href="http://goo.gl/adT2i">XOOPS Operations Manual</a> <br/><br/> Modified: XoopsModules/boox/trunk/boox/language/english/modinfo.php =================================================================== --- XoopsModules/boox/trunk/boox/language/english/modinfo.php 2012-06-30 22:54:06 UTC (rev 9754) +++ XoopsModules/boox/trunk/boox/language/english/modinfo.php 2012-06-30 23:22:54 UTC (rev 9755) @@ -2,7 +2,7 @@ /** * **************************************************************************** * boox - MODULE FOR XOOPS - * Copyright (c) Herv\xE9 Thouzard (http://www.herve-thouzard.com) + * Copyright (c) Hervé Thouzard of Instant Zero (http://www.instant-zero.com) * * You may not change or alter any portion of this comment or credits * of supporting developers from this source code or any supporting source code @@ -11,10 +11,10 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * - * @copyright Herv\xE9 Thouzard (http://www.herve-thouzard.com) + * @copyright Hervé Thouzard of Instant Zero (http://www.instant-zero.com) * @license http://www.gnu.org/licenses/gpl-2.0.html GNU Public License * @package boox - * @author Herv\xE9 Thouzard (http://www.herve-thouzard.com) + * @author Hervé Thouzard of Instant Zero (http://www.instant-zero.com) * * Version : $Id: * **************************************************************************** @@ -26,9 +26,11 @@ define('_MI_BOOX_OPT0_DSC',"Every file you will create will be stored in this place."); define("_MI_BOOX_FORM_OPTIONS","Form Option"); define("_MI_BOOX_FORM_COMPACT","Compact"); + // Added in version 1.1 define('_MI_BOOX_OPT1',"Trim content before to save ?"); define('_MI_BOOX_OPT1_DSC',"Spaces will be removed before the file is saved"); + //1.71 define('_MI_BOOX_MENU_00',"Home"); Added: XoopsModules/boox/trunk/boox/language/english_ISO/admin.php =================================================================== --- XoopsModules/boox/trunk/boox/language/english_ISO/admin.php (rev 0) +++ XoopsModules/boox/trunk/boox/language/english_ISO/admin.php 2012-06-30 23:22:54 UTC (rev 9755) @@ -0,0 +1,41 @@ +<?php +/** + * **************************************************************************** + * boox - MODULE FOR XOOPS + * Copyright (c) Herv� Thouzard (http://www.herve-thouzard.com) + * + * You may not change or alter any portion of this comment or credits + * of supporting developers from this source code or any supporting source code + * which is considered copyrighted (c) material of the original comment or credit authors. + * This program 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. + * + * @copyright Herv� Thouzard (http://www.herve-thouzard.com) + * @license http://www.gnu.org/licenses/gpl-2.0.html GNU Public License + * @package boox + * @author Herv� Thouzard (http://www.herve-thouzard.com) + * + * Version : $Id: + * **************************************************************************** + */ + +define('_AM_BOOX_DBUPDATED',"The database was successfully updated"); +define('_AM_BOOX_GENERALSET',"Module's options" ); +define('_AM_BOOX_MODULEADMIN',"Module's admin"); +define('_AM_BOOX_EDIT',"Edit"); +define('_AM_BOOX_DELETE',"Delete"); +define('_AM_BOOX_ADD',"Add"); +define('_AM_BOOX_CONFIRM',"Are you sure ?"); +define('_AM_BOOX_FILES',"Files"); +define('_AM_BOOX_FILE',"File"); +define('_AM_BOOX_FILENAME',"Filename"); +define('_AM_BOOX_ACTION',"Action"); +define('_AM_BOOX_COMMAND',"Command to include in your theme"); +define('_AM_BOOX_ERROR1',"Please specify a filename"); +define('_AM_BOOX_ERROR2',"Error, unable to save the file %s"); +define('_AM_BOOX_ERROR3',"Error, unable to read the file %s"); +define('_AM_BOOX_CONTENT',"Content"); + +//ModuleAdmin +define('_AM_BOOX_MODULEADMIN_MISSING','Error: The ModuleAdmin class is missing. Please install the ModuleAdmin Class into /Frameworks (see /docs/readme.txt)'); \ No newline at end of file Added: XoopsModules/boox/trunk/boox/language/english_ISO/help/help.html =================================================================== --- XoopsModules/boox/trunk/boox/language/english_ISO/help/help.html (rev 0) +++ XoopsModules/boox/trunk/boox/language/english_ISO/help/help.html 2012-06-30 23:22:54 UTC (rev 9755) @@ -0,0 +1,63 @@ +<div id="help-template" class="outer"> + <h1 class="head">Help: + <a class="ui-corner-all tooltip" + href="<{$xoops_url}>/modules/boox/admin/index.php" + title="Back to the administration of Boox"> Boox <img + src="<{xoAdminIcons home.png}>" + alt="Back to the Administration of Boox"/> + </a></h1> + + <h4 class="odd">Description</h4><br/> + + Boox (Blocks Out Of Xoops) is a module which is to help you to manage content that Xoops can't access but which is part of your site.<br/><br/> + + Typically, this content is created on the form of blocks which are not parts of a Xoops module and that's also a content which is, in general, placed in the theme. + With the module, you can create as many "virtual blocks" as you want, they are saved in files (the module does not use database) and you just need to call them in your theme with one line of code.<br/><br/> + + So it's possible to create a content you can modify without putting your hands in the theme (except the first time to write the include commands) + The module is running with all the Editors you can use in Xoops : Spaw, Fck editor, Htmlarea, Tinyeditor et Kiovi<br/><br/> + + One major benefit of this module is that you can give your site owner the ability to edit pre-defined XOOPS blocks without giving them access to blocks admin. You simply need to give them admin access to Boox. For example:<br/><br/> + + * Ensure Koivi or other WYSIWYG is set in Boox prefs<br/> + * Open Boox admin and press 'Add'<br/> + * Enter a filename, e.g. 'homepageblock'<br/> + * Add some content using the editor<br/> + * Press 'Submit'<br/><br/> + + This should write a file in /uploads called 'homepageblock' (you can change the file location in the prefs).<br/><br/> + + In XOOPS blocks admin, paste the include statement for the file into a PHP block, minus the PHP tags e.g.<br/><br/> + + include_once '/var/www/example.com/uploads/homepageblock';<br/><br/> + + + Now the site owner can edit the content of that block via Boox admin simply by clicking the edit button.<br/><br/> + + + <h4 class="odd">Install/uninstall</h4><br/> + + No special measures necessary, follow the standard installation process – + extract the module folder into the ../modules directory. Install the module + through Admin -> System Module -> Modules. <br/><br/> + Detailed instructions on installing modules are available in the <a + href="http://goo.gl/adT2i">XOOPS Operations Manual</a> <br/><br/> + + + <h4 class="odd">Operating instructions</h4><br/> + + To set up this module you need to:<br/><br/> + i) Configure your preferences for the module (see ‘Preferences’) and + optionally the Partners block if you intend to use it (see + ‘Blocks’)<br/><br/> + ii) Check that you have given your user groups the necessary module and + block access rights to use this module. Group permissions are set through + the Administration Menu -> System -> Groups. <br/><br/>Detailed instructions + on configuring the access rights for user groups are available in the <a + href="http://goo.gl/adT2i">XOOPS Operations Manual</a><br/><br/> + + <h4 class="odd">Tutorial</h4><br/> + + Not available at the moment.<br /> + +</div> \ No newline at end of file Added: XoopsModules/boox/trunk/boox/language/english_ISO/help/index.html =================================================================== --- XoopsModules/boox/trunk/boox/language/english_ISO/help/index.html (rev 0) +++ XoopsModules/boox/trunk/boox/language/english_ISO/help/index.html 2012-06-30 23:22:54 UTC (rev 9755) @@ -0,0 +1 @@ +<script>history.go(-1);</script> \ No newline at end of file Added: XoopsModules/boox/trunk/boox/language/english_ISO/index.html =================================================================== --- XoopsModules/boox/trunk/boox/language/english_ISO/index.html (rev 0) +++ XoopsModules/boox/trunk/boox/language/english_ISO/index.html 2012-06-30 23:22:54 UTC (rev 9755) @@ -0,0 +1 @@ + <script>history.go(-1);</script> \ No newline at end of file Added: XoopsModules/boox/trunk/boox/language/english_ISO/modinfo.php =================================================================== --- XoopsModules/boox/trunk/boox/language/english_ISO/modinfo.php (rev 0) +++ XoopsModules/boox/trunk/boox/language/english_ISO/modinfo.php 2012-06-30 23:22:54 UTC (rev 9755) @@ -0,0 +1,36 @@ +<?php +/** + * **************************************************************************** + * boox - MODULE FOR XOOPS + * Copyright (c) Herv\xE9 Thouzard (http://www.herve-thouzard.com) + * + * You may not change or alter any portion of this comment or credits + * of supporting developers from this source code or any supporting source code + * which is considered copyrighted (c) material of the original comment or credit authors. + * This program 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. + * + * @copyright Herv\xE9 Thouzard (http://www.herve-thouzard.com) + * @license http://www.gnu.org/licenses/gpl-2.0.html GNU Public License + * @package boox + * @author Herv\xE9 Thouzard (http://www.herve-thouzard.com) + * + * Version : $Id: + * **************************************************************************** + */ + +define('_MI_BOOX_NAME',"boox"); +define('_MI_BOOX_DESC',"Create blocks out of Xoops"); +define('_MI_BOOX_OPT0',"Select the place where you want to store your files"); +define('_MI_BOOX_OPT0_DSC',"Every file you will create will be stored in this place."); +define("_MI_BOOX_FORM_OPTIONS","Form Option"); +define("_MI_BOOX_FORM_COMPACT","Compact"); +// Added in version 1.1 +define('_MI_BOOX_OPT1',"Trim content before to save ?"); +define('_MI_BOOX_OPT1_DSC',"Spaces will be removed before the file is saved"); +//1.71 + +define('_MI_BOOX_MENU_00',"Home"); +define('_MI_BOOX_MENU_01',"Boox Manager"); +define('_MI_BOOX_ADMIN_ABOUT',"About"); \ No newline at end of file Modified: XoopsModules/boox/trunk/boox/language/french/admin.php =================================================================== --- XoopsModules/boox/trunk/boox/language/french/admin.php 2012-06-30 22:54:06 UTC (rev 9754) +++ XoopsModules/boox/trunk/boox/language/french/admin.php 2012-06-30 23:22:54 UTC (rev 9755) @@ -1,41 +1,41 @@ -<?php -/** - * **************************************************************************** - * boox - MODULE FOR XOOPS - * Copyright (c) Herv� Thouzard (http://www.herve-thouzard.com) - * - * You may not change or alter any portion of this comment or credits - * of supporting developers from this source code or any supporting source code - * which is considered copyrighted (c) material of the original comment or credit authors. - * This program 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. - * - * @copyright Herv� Thouzard (http://www.herve-thouzard.com) - * @license http://www.gnu.org/licenses/gpl-2.0.html GNU Public License - * @package boox - * @author Herv� Thouzard (http://www.herve-thouzard.com) - * - * Version : $Id: - * **************************************************************************** - */ - -define("_AM_BOOX_DBUPDATED","Base de donn�es mise � jour avec succ�s"); -define("_AM_BOOX_GENERALSET", "Options du module" ); -define("_AM_BOOX_MODULEADMIN","Administration"); -define("_AM_BOOX_EDIT","Editer"); -define("_AM_BOOX_DELETE","Supprimer"); -define("_AM_BOOX_ADD","Ajouter"); -define("_AM_BOOX_CONFIRM","Etes vous certain(e) ?"); -define("_AM_BOOX_FILES","Fichiers"); -define("_AM_BOOX_FILE","Fichier"); -define("_AM_BOOX_FILENAME","Nom de fichier"); -define("_AM_BOOX_ACTION","Action"); -define("_AM_BOOX_COMMAND","Commande � inclure dans votre th�me"); -define("_AM_BOOX_ERROR1","Veuillez sp�cifier un nom de fichier"); -define("_AM_BOOX_ERROR2","Erreur, impossible de sauvegarder le fichier %s"); -define("_AM_BOOX_ERROR3","Erreur, impossible de lire le fichier %s"); -define("_AM_BOOX_CONTENT","Contenu"); - -//ModuleAdmin +<?php +/** + * **************************************************************************** + * boox - MODULE FOR XOOPS + * Copyright (c) Hervé Thouzard of Instant Zero (http://www.instant-zero.com) + * + * You may not change or alter any portion of this comment or credits + * of supporting developers from this source code or any supporting source code + * which is considered copyrighted (c) material of the original comment or credit authors. + * This program 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. + * + * @copyright Hervé Thouzard of Instant Zero (http://www.instant-zero.com) + * @license http://www.gnu.org/licenses/gpl-2.0.html GNU Public License + * @package boox + * @author Hervé Thouzard of Instant Zero (http://www.instant-zero.com) + * + * Version : $Id: + * **************************************************************************** + */ + +define("_AM_BOOX_DBUPDATED","Base de données mise à jour avec succès"); +define("_AM_BOOX_GENERALSET", "Options du module" ); +define("_AM_BOOX_MODULEADMIN","Administration"); +define("_AM_BOOX_EDIT","Editer"); +define("_AM_BOOX_DELETE","Supprimer"); +define("_AM_BOOX_ADD","Ajouter"); +define("_AM_BOOX_CONFIRM","Etes vous certain(e) ?"); +define("_AM_BOOX_FILES","Fichiers"); +define("_AM_BOOX_FILE","Fichier"); +define("_AM_BOOX_FILENAME","Nom de fichier"); +define("_AM_BOOX_ACTION","Action"); +define("_AM_BOOX_COMMAND","Commande à inclure dans votre thème"); +define("_AM_BOOX_ERROR1","Veuillez spécifier un nom de fichier"); +define("_AM_BOOX_ERROR2","Erreur, impossible de sauvegarder le fichier %s"); +define("_AM_BOOX_ERROR3","Erreur, impossible de lire le fichier %s"); +define("_AM_BOOX_CONTENT","Contenu"); + +//ModuleAdmin define('_AM_BOOX_MODULEADMIN_MISSING','Error: The ModuleAdmin class is missing. Please install the ModuleAdmin Class into /Frameworks (see /docs/readme.txt)'); \ No newline at end of file Modified: XoopsModules/boox/trunk/boox/language/french/modinfo.php =================================================================== --- XoopsModules/boox/trunk/boox/language/french/modinfo.php 2012-06-30 22:54:06 UTC (rev 9754) +++ XoopsModules/boox/trunk/boox/language/french/modinfo.php 2012-06-30 23:22:54 UTC (rev 9755) @@ -2,7 +2,7 @@ /** * **************************************************************************** * boox - MODULE FOR XOOPS - * Copyright (c) Herv\xE9 Thouzard (http://www.herve-thouzard.com) + * Copyright (c) Hervé Thouzard of Instant Zero (http://www.instant-zero.com) * * You may not change or alter any portion of this comment or credits * of supporting developers from this source code or any supporting source code @@ -11,25 +11,25 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * - * @copyright Herv\xE9 Thouzard (http://www.herve-thouzard.com) + * @copyright Hervé Thouzard of Instant Zero (http://www.instant-zero.com) * @license http://www.gnu.org/licenses/gpl-2.0.html GNU Public License * @package boox - * @author Herv\xE9 Thouzard (http://www.herve-thouzard.com) + * @author Hervé Thouzard of Instant Zero (http://www.instant-zero.com) * * Version : $Id: * **************************************************************************** */ define('_MI_BOOX_NAME',"boox"); -define('_MI_BOOX_DESC',"Cr\xE9er des blocs en dehors de Xoops"); -define('_MI_BOOX_OPT0',"Choisissez l'emplacement o\xF9 sauvegarder les fichiers"); -define('_MI_BOOX_OPT0_DSC',"Chaque fichier cr\xE9e sera enregistr\xE9 \xE0 cet endroit."); -define("_MI_BOOX_FORM_OPTIONS","Option d'\xE9diteur"); +define('_MI_BOOX_DESC',"Créer des blocs en dehors de Xoops"); +define('_MI_BOOX_OPT0',"Choisissez l'emplacement où sauvegarder les fichiers"); +define('_MI_BOOX_OPT0_DSC',"Chaque fichier crée sera enregistré à cet endroit."); +define("_MI_BOOX_FORM_OPTIONS","Option d'éditeur"); define("_MI_BOOX_FORM_COMPACT","Compact"); // Added in version 1.1 define('_MI_BOOX_OPT1',"Supprimer les espaces inutiles avant de sauvegarder ?"); -define('_MI_BOOX_OP1_DSC',"Les espaces de d\xE9but et de fin seront supprim\xE9s avant la sauvegarde des fichiers"); +define('_MI_BOOX_OP1_DSC',"Les espaces de début et de fin seront supprimés avant la sauvegarde des fichiers"); //1.71 Added: XoopsModules/boox/trunk/boox/language/french_ISO/admin.php =================================================================== --- XoopsModules/boox/trunk/boox/language/french_ISO/admin.php (rev 0) +++ XoopsModules/boox/trunk/boox/language/french_ISO/admin.php 2012-06-30 23:22:54 UTC (rev 9755) @@ -0,0 +1,41 @@ +<?php +/** + * **************************************************************************** + * boox - MODULE FOR XOOPS + * Copyright (c) Herv� Thouzard (http://www.herve-thouzard.com) + * + * You may not change or alter any portion of this comment or credits + * of supporting developers from this source code or any supporting source code + * which is considered copyrighted (c) material of the original comment or credit authors. + * This program 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. + * + * @copyright Herv� Thouzard (http://www.herve-thouzard.com) + * @license http://www.gnu.org/licenses/gpl-2.0.html GNU Public License + * @package boox + * @author Herv� Thouzard (http://www.herve-thouzard.com) + * + * Version : $Id: + * **************************************************************************** + */ + +define("_AM_BOOX_DBUPDATED","Base de donn�es mise � jour avec succ�s"); +define("_AM_BOOX_GENERALSET", "Options du module" ); +define("_AM_BOOX_MODULEADMIN","Administration"); +define("_AM_BOOX_EDIT","Editer"); +define("_AM_BOOX_DELETE","Supprimer"); +define("_AM_BOOX_ADD","Ajouter"); +define("_AM_BOOX_CONFIRM","Etes vous certain(e) ?"); +define("_AM_BOOX_FILES","Fichiers"); +define("_AM_BOOX_FILE","Fichier"); +define("_AM_BOOX_FILENAME","Nom de fichier"); +define("_AM_BOOX_ACTION","Action"); +define("_AM_BOOX_COMMAND","Commande � inclure dans votre th�me"); +define("_AM_BOOX_ERROR1","Veuillez sp�cifier un nom de fichier"); +define("_AM_BOOX_ERROR2","Erreur, impossible de sauvegarder le fichier %s"); +define("_AM_BOOX_ERROR3","Erreur, impossible de lire le fichier %s"); +define("_AM_BOOX_CONTENT","Contenu"); + +//ModuleAdmin +define('_AM_BOOX_MODULEADMIN_MISSING','Error: The ModuleAdmin class is missing. Please install the ModuleAdmin Class into /Frameworks (see /docs/readme.txt)'); \ No newline at end of file Added: XoopsModules/boox/trunk/boox/language/french_ISO/help/help.html =================================================================== --- XoopsModules/boox/trunk/boox/language/french_ISO/help/help.html (rev 0) +++ XoopsModules/boox/trunk/boox/language/french_ISO/help/help.html 2012-06-30 23:22:54 UTC (rev 9755) @@ -0,0 +1,63 @@ +<div id="help-template" class="outer"> + <h1 class="head">Help: + <a class="ui-corner-all tooltip" + href="<{$xoops_url}>/modules/boox/admin/index.php" + title="Back to the administration of Boox"> Boox <img + src="<{xoAdminIcons home.png}>" + alt="Back to the Administration of Boox"/> + </a></h1> + + <h4 class="odd">Description</h4><br/> + + Boox (Blocks Out Of Xoops) is a module which is to help you to manage content that Xoops can't access but which is part of your site.<br/><br/> + + Typically, this content is created on the form of blocks which are not parts of a Xoops module and that's also a content which is, in general, placed in the theme. + With the module, you can create as many "virtual blocks" as you want, they are saved in files (the module does not use database) and you just need to call them in your theme with one line of code.<br/><br/> + + So it's possible to create a content you can modify without putting your hands in the theme (except the first time to write the include commands) + The module is running with all the Editors you can use in Xoops : Spaw, Fck editor, Htmlarea, Tinyeditor et Kiovi<br/><br/> + + One major benefit of this module is that you can give your site owner the ability to edit pre-defined XOOPS blocks without giving them access to blocks admin. You simply need to give them admin access to Boox. For example:<br/><br/> + + * Ensure Koivi or other WYSIWYG is set in Boox prefs<br/> + * Open Boox admin and press 'Add'<br/> + * Enter a filename, e.g. 'homepageblock'<br/> + * Add some content using the editor<br/> + * Press 'Submit'<br/><br/> + + This should write a file in /uploads called 'homepageblock' (you can change the file location in the prefs).<br/><br/> + + In XOOPS blocks admin, paste the include statement for the file into a PHP block, minus the PHP tags e.g.<br/><br/> + + include_once '/var/www/example.com/uploads/homepageblock';<br/><br/> + + + Now the site owner can edit the content of that block via Boox admin simply by clicking the edit button.<br/><br/> + + + <h4 class="odd">Install/uninstall</h4><br/> + + No special measures necessary, follow the standard installation process – + extract the /extcal folder into the ../modules directory. Install the module + through Admin -> System Module -> Modules. <br/><br/> + Detailed instructions on installing modules are available in the <a + href="http://goo.gl/adT2i">XOOPS Operations Manual</a> <br/><br/> + + + <h4 class="odd">Operating instructions</h4><br/> + + To set up this module you need to:<br/><br/> + i) Configure your preferences for the module (see ‘Preferences’) and + optionally the Partners block if you intend to use it (see + ‘Blocks’)<br/><br/> + ii) Check that you have given your user groups the necessary module and + block access rights to use this module. Group permissions are set through + the Administration Menu -> System -> Groups. <br/><br/>Detailed instructions + on configuring the access rights for user groups are available in the <a + href="http://goo.gl/adT2i">XOOPS Operations Manual</a><br/><br/> + + <h4 class="odd">Tutorial</h4><br/> + + Not available at the moment.<br /> + +</div> \ No newline at end of file Added: XoopsModules/boox/trunk/boox/language/french_ISO/help/index.html =================================================================== --- XoopsModules/boox/trunk/boox/language/french_ISO/help/index.html (rev 0) +++ XoopsModules/boox/trunk/boox/language/french_ISO/help/index.html 2012-06-30 23:22:54 UTC (rev 9755) @@ -0,0 +1 @@ +<script>history.go(-1);</script> \ No newline at end of file Added: XoopsModules/boox/trunk/boox/language/french_ISO/index.html =================================================================== --- XoopsModules/boox/trunk/boox/language/french_ISO/index.html (rev 0) +++ XoopsModules/boox/trunk/boox/language/french_ISO/index.html 2012-06-30 23:22:54 UTC (rev 9755) @@ -0,0 +1 @@ + <script>history.go(-1);</script> \ No newline at end of file Added: XoopsModules/boox/trunk/boox/language/french_ISO/modinfo.php =================================================================== --- XoopsModules/boox/trunk/boox/language/french_ISO/modinfo.php (rev 0) +++ XoopsModules/boox/trunk/boox/language/french_ISO/modinfo.php 2012-06-30 23:22:54 UTC (rev 9755) @@ -0,0 +1,38 @@ +<?php +/** + * **************************************************************************** + * boox - MODULE FOR XOOPS + * Copyright (c) Herv\xE9 Thouzard (http://www.herve-thouzard.com) + * + * You may not change or alter any portion of this comment or credits + * of supporting developers from this source code or any supporting source code + * which is considered copyrighted (c) material of the original comment or credit authors. + * This program 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. + * + * @copyright Herv\xE9 Thouzard (http://www.herve-thouzard.com) + * @license http://www.gnu.org/licenses/gpl-2.0.html GNU Public License + * @package boox + * @author Herv\xE9 Thouzard (http://www.herve-thouzard.com) + * + * Version : $Id: + * **************************************************************************** + */ + +define('_MI_BOOX_NAME',"boox"); +define('_MI_BOOX_DESC',"Cr\xE9er des blocs en dehors de Xoops"); +define('_MI_BOOX_OPT0',"Choisissez l'emplacement o\xF9 sauvegarder les fichiers"); +define('_MI_BOOX_OPT0_DSC',"Chaque fichier cr\xE9e sera enregistr\xE9 \xE0 cet endroit."); +define("_MI_BOOX_FORM_OPTIONS","Option d'\xE9diteur"); +define("_MI_BOOX_FORM_COMPACT","Compact"); + +// Added in version 1.1 +define('_MI_BOOX_OPT1',"Supprimer les espaces inutiles avant de sauvegarder ?"); +define('_MI_BOOX_OP1_DSC',"Les espaces de d\xE9but et de fin seront supprim\xE9s avant la sauvegarde des fichiers"); + +//1.71 + +define('_MI_BOOX_MENU_00',"Home"); +define('_MI_BOOX_MENU_01',"Boox Manager"); +define('_MI_BOOX_ADMIN_ABOUT',"About"); \ No newline at end of file Added: XoopsModules/boox/trunk/boox/language/portuguesebr_ISO/admin.php =================================================================== --- XoopsModules/boox/trunk/boox/language/portuguesebr_ISO/admin.php (rev 0) +++ XoopsModules/boox/trunk/boox/language/portuguesebr_ISO/admin.php 2012-06-30 23:22:54 UTC (rev 9755) @@ -0,0 +1,27 @@ +<?php +/** + * **************************************************************************** + * BOOX - MODULE FOR XOOPS + * Copyright (c) Herv� Thouzard (http://www.herve-thouzard.com) + * **************************************************************************** + */ + +define("_AM_BOOX_DBUPDATED","Banco de dados atualizado"); +define("_AM_BOOX_GENERALSET", "Op��es do m�dulo" ); +define("_AM_BOOX_MODULEADMIN","Administra��o"); +define("_AM_BOOX_EDIT","Editar"); +define("_AM_BOOX_DELETE","Deletar"); +define("_AM_BOOX_ADD","Incluir"); +define("_AM_BOOX_CONFIRM","Voc� tem certeza ?"); +define("_AM_BOOX_FILES","Arquivos"); +define("_AM_BOOX_FILE","Arquivo"); +define("_AM_BOOX_FILENAME","Nome do arquivo"); +define("_AM_BOOX_ACTION","A��o"); +define("_AM_BOOX_COMMAND","Script para incluir no seu tema"); +define("_AM_BOOX_ERROR1","Por favor especifique um nome de arquivo"); +define("_AM_BOOX_ERROR2","Erro, imposs�vel salvar arquivo %s"); +define("_AM_BOOX_ERROR3","Erro, imposs�vel ler arquivo %s"); +define("_AM_BOOX_CONTENT","Conte�do"); + +//ModuleAdmin +define('_AM_BOOX_MODULEADMIN_MISSING','Error: The ModuleAdmin class is missing. Please install the ModuleAdmin Class into /Frameworks (see /docs/readme.txt)'); \ No newline at end of file Added: XoopsModules/boox/trunk/boox/language/portuguesebr_ISO/help/help.html =================================================================== --- XoopsModules/boox/trunk/boox/language/portuguesebr_ISO/help/help.html (rev 0) +++ XoopsModules/boox/trunk/boox/language/portuguesebr_ISO/help/help.html 2012-06-30 23:22:54 UTC (rev 9755) @@ -0,0 +1,63 @@ +<div id="help-template" class="outer"> + <h1 class="head">Help: + <a class="ui-corner-all tooltip" + href="<{$xoops_url}>/modules/boox/admin/index.php" + title="Back to the administration of Boox"> Boox <img + src="<{xoAdminIcons home.png}>" + alt="Back to the Administration of Boox"/> + </a></h1> + + <h4 class="odd">Description</h4><br/> + + Boox (Blocks Out Of Xoops) is a module which is to help you to manage content that Xoops can't access but which is part of your site.<br/><br/> + + Typically, this content is created on the form of blocks which are not parts of a Xoops module and that's also a content which is, in general, placed in the theme. + With the module, you can create as many "virtual blocks" as you want, they are saved in files (the module does not use database) and you just need to call them in your theme with one line of code.<br/><br/> + + So it's possible to create a content you can modify without putting your hands in the theme (except the first time to write the include commands) + The module is running with all the Editors you can use in Xoops : Spaw, Fck editor, Htmlarea, Tinyeditor et Kiovi<br/><br/> + + One major benefit of this module is that you can give your site owner the ability to edit pre-defined XOOPS blocks without giving them access to blocks admin. You simply need to give them admin access to Boox. For example:<br/><br/> + + * Ensure Koivi or other WYSIWYG is set in Boox prefs<br/> + * Open Boox admin and press 'Add'<br/> + * Enter a filename, e.g. 'homepageblock'<br/> + * Add some content using the editor<br/> + * Press 'Submit'<br/><br/> + + This should write a file in /uploads called 'homepageblock' (you can change the file location in the prefs).<br/><br/> + + In XOOPS blocks admin, paste the include statement for the file into a PHP block, minus the PHP tags e.g.<br/><br/> + + include_once '/var/www/example.com/uploads/homepageblock';<br/><br/> + + + Now the site owner can edit the content of that block via Boox admin simply by clicking the edit button.<br/><br/> + + + <h4 class="odd">Install/uninstall</h4><br/> + + No special measures necessary, follow the standard installation process – + extract the /extcal folder into the ../modules directory. Install the module + through Admin -> System Module -> Modules. <br/><br/> + Detailed instructions on installing modules are available in the <a + href="http://goo.gl/adT2i">XOOPS Operations Manual</a> <br/><br/> + + + <h4 class="odd">Operating instructions</h4><br/> + + To set up this module you need to:<br/><br/> + i) Configure your preferences for the module (see ‘Preferences’) and + optionally the Partners block if you intend to use it (see + ‘Blocks’)<br/><br/> + ii) Check that you have given your user groups the necessary module and + block access rights to use this module. Group permissions are set through + the Administration Menu -> System -> Groups. <br/><br/>Detailed instructions + on configuring the access rights for user groups are available in the <a + href="http://goo.gl/adT2i">XOOPS Operations Manual</a><br/><br/> + + <h4 class="odd">Tutorial</h4><br/> + + Not available at the moment.<br /> + +</div> \ No newline at end of file Added: XoopsModules/boox/trunk/boox/language/portuguesebr_ISO/help/index.html =================================================================== --- XoopsModules/boox/trunk/boox/language/portuguesebr_ISO/help/index.html (rev 0) +++ XoopsModules/boox/trunk/boox/language/portuguesebr_ISO/help/index.html 2012-06-30 23:22:54 UTC (rev 9755) @@ -0,0 +1 @@ +<script>history.go(-1);</script> \ No newline at end of file Added: XoopsModules/boox/trunk/boox/language/portuguesebr_ISO/index.html =================================================================== --- XoopsModules/boox/trunk/boox/language/portuguesebr_ISO/index.html (rev 0) +++ XoopsModules/boox/trunk/boox/language/portuguesebr_ISO/index.html 2012-06-30 23:22:54 UTC (rev 9755) @@ -0,0 +1 @@ + <script>history.go(-1);</script> \ No newline at end of file Added: XoopsModules/boox/trunk/boox/language/portuguesebr_ISO/modinfo.php =================================================================== --- XoopsModules/boox/trunk/boox/language/portuguesebr_ISO/modinfo.php (rev 0) +++ XoopsModules/boox/trunk/boox/language/portuguesebr_ISO/modinfo.php 2012-06-30 23:22:54 UTC (rev 9755) @@ -0,0 +1,24 @@ +<?php +/** + * **************************************************************************** + * BOOX - MODULE FOR XOOPS + * Copyright (c) Herv\xE9 Thouzard (http://www.herve-thouzard.com) + * **************************************************************************** + */ + +define('_MI_BOOX_NAME',"boox"); +define('_MI_BOOX_DESC',"Cria blocos externos ao XOOPS"); +define('_MI_BOOX_OPT0',"Selecione o local onde quer armazenar seus arquivos"); +define('_MI_BOOX_OPT0_DSC',"Todo e qualquer arquivo que voc\xEA criar ser\xE1 armazendo neste local."); +define("_MI_BOOX_FORM_OPTIONS","Formul\xE1rio: Op\xE7\xF5es"); +define("_MI_BOOX_FORM_COMPACT","Compacto"); + +// Added in version 1.1 +define('_MI_BOOX_OPT1',"Trim content before to save ?"); +define('_MI_BOOX_OPT1_DSC',"Spaces will be removed before the file is saved"); + +//1.71 + +define('_MI_BOOX_MENU_00',"Home"); +define('_MI_BOOX_MENU_01',"Boox Manager"); +define('_MI_BOOX_ADMIN_ABOUT',"About"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |