|
From: <tr...@us...> - 2012-12-07 00:56:20
|
Revision: 10328
http://sourceforge.net/p/xoops/svn/10328
Author: trabis
Date: 2012-12-07 00:56:07 +0000 (Fri, 07 Dec 2012)
Log Message:
-----------
-Changing $xoops->tpl, $xoops->preload, $xoops->theme, $xoops->security,$xoops->db, $xoops->registry to use get method ie: $xoops->db()
This will allow to lazy load this services, allow latter modification of the bootstrap, implementation of events, etc
- Removing almost all $GLOBALS left in the core. There are some left but they need extended review.
-some bug fixes
-xtranslate implementation on the XoopsLocal::convert_encoding and replacing define in template for $smarty variable
-XoopsPreload now loads system preloads in the case that the cache file for active modules is missing
-XoopsLogger is now using preload events instead of being directly called
Modified Paths:
--------------
XoopsCore/branches/2.6.x/2.6.0/extras/altsys_functions.php
XoopsCore/branches/2.6.x/2.6.0/extras/modules/system/admin/filemanager/jquery.php
XoopsCore/branches/2.6.x/2.6.0/extras/modules/system/admin/filemanager/main.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/Frameworks/art/functions.ini.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/Frameworks/art/object.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/admin.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/backend.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/class/database/database.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/class/database/databasefactory.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/class/database/manager.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/class/database/mysqldatabase.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/class/model/joint.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/class/model/read.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/class/moduleadmin.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/class/preload.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/class/textsanitizer/image/image.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/class/theme.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/class/theme_blocks.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/class/xoopsform/form.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/class/xoopsform/formcolorpicker.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/class/xoopsform/formdhtmltextarea.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/class/xoopsform/formhiddentoken.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/class/xoopsform/formselectuser.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/class/xoopsform/formtabtray.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/class/xoopsform/formtextdateselect.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/class/xoopsform/themeform.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/class/xoopslocal.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/comments.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/edituser.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/examples/form.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/footer.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/header.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/image.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/imagemanager.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/include/comment_post.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/include/comment_view.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/include/common.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/include/cp_functions.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/include/findusers.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/include/formdhtmltextarea_preview.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/include/functions.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/include/notification_select.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/include/notification_update.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/include/site-closed.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/index.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/install/class/pathcontroller.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/install/include/common.inc.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/install/include/functions.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/install/include/install_tpl.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/install/include/makedata.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/install/language/english/finish.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/install/language/english/welcome.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/install/page_configsave.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/install/page_configsite.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/install/page_dbconnection.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/install/page_dbsettings.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/install/page_end.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/install/page_extensioninstaller.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/install/page_langselect.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/install/page_modcheck.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/install/page_moduleinstaller.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/install/page_pathsettings.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/install/page_siteinit.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/install/page_start.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/install/page_tablescreate.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/install/page_tablesfill.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/install/page_theme.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/kernel/config.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/kernel/notification.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/kernel/object.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/kernel/session.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/kernel/tplfile.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/lostpass.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/misc.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/avatars/admin/avatar_custom.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/avatars/admin/avatar_system.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/avatars/include/install.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/banners/admin/banners.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/banners/admin/clients.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/banners/class/bannerrender.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/banners/include/install.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/banners/index.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/mailusers/admin/send_mails.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/maintenance/admin/center.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/maintenance/admin/dump.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/page/admin/content.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/page/admin/permissions.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/page/admin/related.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/page/blocks/page_blocks.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/page/class/page_content.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/page/class/page_related.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/page/include/search.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/page/index.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/page/rating.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/pm/include/install.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/pm/include/update.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/pm/language/english/main.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/pm/pmlite.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/pm/readpmsg.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/pm/viewpmsg.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/profile/admin/category.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/profile/admin/field.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/profile/admin/step.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/profile/admin/user.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/profile/admin/visibility.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/profile/changemail.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/profile/changepass.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/profile/class/field.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/profile/edituser.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/profile/footer.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/profile/include/forms.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/profile/include/install.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/profile/include/update.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/profile/index.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/profile/lostpass.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/profile/register.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/profile/search.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/profile/user.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/profile/userinfo.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/protector/admin/advisory.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/protector/admin/center.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/protector/admin/prefix_manager.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/protector/class/ProtectorFilter.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/protector/class/gtickets.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/protector/class/protector.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/protector/filters_disabled/postcommon_post_deny_by_rbl.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/protector/include/postcheck_functions.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/smilies/admin/smilies.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/admin/blocksadmin/main.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/admin/comments/main.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/admin/extensions/main.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/admin/groups/main.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/admin/images/main.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/admin/modulesadmin/main.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/admin/preferences/main.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/admin/tplsets/jquery.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/admin/tplsets/main.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/admin/users/jquery.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/admin/users/main.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/admin/users/users.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/admin.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/blocks/system_blocks.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/class/menu.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/class/module.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/class/systembreadcrumb.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/help.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/include/functions.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/include/update.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/preloads/core.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/templates/admin/system_extensions.html
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/templates/admin/system_modules.html
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/templates/system_imagemanager.html
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/templates/system_imagemanager2.html
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/templates/system_notification_select.html
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/themes/default/default.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/themes/default/menu.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/userrank/admin/userrank.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/xcaptcha/admin/about.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/xcaptcha/admin/index.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/xcaptcha/class/xcaptcha.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/xcaptcha/plugins/image.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/xcaptcha/plugins/recaptcha.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/xcaptcha/plugins/text.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/xlanguage/admin/about.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/xlanguage/admin/header.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/xlanguage/admin/index.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/xlanguage/api.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/xlanguage/blocks/xlanguage_blocks.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/xlanguage/class/xlanguage.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/xlanguage/include/functions.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/xlanguage/include/vars.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/xlanguage/preloads/core.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/notifications.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/pda.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/pmlite.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/readpmsg.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/register.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/search.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/theme_onload.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/themes/default/xotpl/theme_language.html
XoopsCore/branches/2.6.x/2.6.0/htdocs/user.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/userinfo.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/viewpmsg.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/xoops_lib/Xoops/Pdf.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/xoops_lib/Xoops.php
XoopsCore/branches/2.6.x/2.6.0/htdocs/xoops_lib/smarty/xoops_plugins/function.block.php
XoopsCore/branches/2.6.x/2.6.0/upgrade/abstract.php
XoopsCore/branches/2.6.x/2.6.0/upgrade/cnt-2.2.x-to-2.3.0/index.php
XoopsCore/branches/2.6.x/2.6.0/upgrade/index.php
XoopsCore/branches/2.6.x/2.6.0/upgrade/login.php
XoopsCore/branches/2.6.x/2.6.0/upgrade/upd-2.0.13-to-2.0.14/index.php
XoopsCore/branches/2.6.x/2.6.0/upgrade/upd-2.0.15-to-2.0.16/index.php
XoopsCore/branches/2.6.x/2.6.0/upgrade/upd-2.0.16-to-2.0.17/index.php
XoopsCore/branches/2.6.x/2.6.0/upgrade/upd-2.0.17-to-2.0.18/index.php
XoopsCore/branches/2.6.x/2.6.0/upgrade/upd-2.0.18-to-2.3.0/index.php
XoopsCore/branches/2.6.x/2.6.0/upgrade/upd-2.0.18-to-2.3.0/settings_db.php
XoopsCore/branches/2.6.x/2.6.0/upgrade/upd-2.3.0-to-2.3.1/index.php
XoopsCore/branches/2.6.x/2.6.0/upgrade/upd-2.3.3-to-2.4.0/index.php
XoopsCore/branches/2.6.x/2.6.0/upgrade/upd-2.4.0a-to-2.4.0/index.php
XoopsCore/branches/2.6.x/2.6.0/upgrade/upd-2.4.x-to-2.5.0/index.php
XoopsModules/publisher/trunk/publisher/class/category.php
XoopsModules/publisher/trunk/publisher/class/file.php
XoopsModules/publisher/trunk/publisher/class/item.php
XoopsModules/publisher/trunk/publisher/class/mimetype.php
Modified: XoopsCore/branches/2.6.x/2.6.0/extras/altsys_functions.php
===================================================================
--- XoopsCore/branches/2.6.x/2.6.0/extras/altsys_functions.php 2012-12-06 14:57:05 UTC (rev 10327)
+++ XoopsCore/branches/2.6.x/2.6.0/extras/altsys_functions.php 2012-12-07 00:56:07 UTC (rev 10328)
@@ -42,7 +42,7 @@
function altsys_include_language_file($type)
{
- $mylang = $GLOBALS['xoopsConfig']['language'];
+ $mylang = Xoops::getInstance()->getConfig('language');
if (file_exists(XOOPS_ROOT_PATH . '/modules/altsys/language/' . $mylang . '/' . $type . '.php')) {
include_once XOOPS_ROOT_PATH . '/modules/altsys/language/' . $mylang . '/' . $type . '.php';
Modified: XoopsCore/branches/2.6.x/2.6.0/extras/modules/system/admin/filemanager/jquery.php
===================================================================
--- XoopsCore/branches/2.6.x/2.6.0/extras/modules/system/admin/filemanager/jquery.php 2012-12-06 14:57:05 UTC (rev 10327)
+++ XoopsCore/branches/2.6.x/2.6.0/extras/modules/system/admin/filemanager/jquery.php 2012-12-07 00:56:07 UTC (rev 10328)
@@ -24,7 +24,7 @@
require dirname(dirname(dirname(dirname(dirname(__FILE__))))) . '/mainfile.php' ;
$xoops = Xoops::getInstance();
-$xoops->logger->disable();
+$xoops->logger()->disable();
$system = System::getInstance();
Modified: XoopsCore/branches/2.6.x/2.6.0/extras/modules/system/admin/filemanager/main.php
===================================================================
--- XoopsCore/branches/2.6.x/2.6.0/extras/modules/system/admin/filemanager/main.php 2012-12-06 14:57:05 UTC (rev 10327)
+++ XoopsCore/branches/2.6.x/2.6.0/extras/modules/system/admin/filemanager/main.php 2012-12-07 00:56:07 UTC (rev 10328)
@@ -42,17 +42,17 @@
// Call Header
xoops_cp_header();
-$xoops->theme->addScript('media/jquery/ui/jquery.ui.js');
-$xoops->theme->addScript('media/jquery/jquery.js');
-$xoops->theme->addScript('media/jquery/plugins/jquery.easing.js');
-$xoops->theme->addScript('media/jquery/plugins/jqueryFileTree.js');
-$xoops->theme->addScript('modules/system/js/filemanager.js');
-$xoops->theme->addScript('modules/system/js/admin.js');
-$xoops->theme->addScript('modules/system/js/code_mirror/codemirror.js');
+$xoops->theme()->addScript('media/jquery/ui/jquery.ui.js');
+$xoops->theme()->addScript('media/jquery/jquery.js');
+$xoops->theme()->addScript('media/jquery/plugins/jquery.easing.js');
+$xoops->theme()->addScript('media/jquery/plugins/jqueryFileTree.js');
+$xoops->theme()->addScript('modules/system/js/filemanager.js');
+$xoops->theme()->addScript('modules/system/js/admin.js');
+$xoops->theme()->addScript('modules/system/js/code_mirror/codemirror.js');
// Define Stylesheet
-$xoops->theme->addStylesheet('modules/system/css/admin.css');
-$xoops->theme->addStylesheet('modules/system/css/code_mirror/docs.css');
-$xoops->theme->addStylesheet('media/jquery/ui/' . $xoops->getModuleConfig('jquery_theme', 'system') . '/ui.all.css');
+$xoops->theme()->addStylesheet('modules/system/css/admin.css');
+$xoops->theme()->addStylesheet('modules/system/css/code_mirror/docs.css');
+$xoops->theme()->addStylesheet('media/jquery/ui/' . $xoops->getModuleConfig('jquery_theme', 'system') . '/ui.all.css');
// Define Breadcrumb and tips
$system_breadcrumb->addLink(_AM_SYSTEM_FILEMANAGER_NAV_MAIN, system_adminVersion('filemanager', 'adminpath'));
@@ -63,14 +63,14 @@
$system_breadcrumb->addTips(_AM_SYSTEM_FILEMANAGER_NAV_TIPS);
$system_breadcrumb->render();
- $xoops->tpl->assign('index', true);
- $xoops->tpl->debugging = false;
+ $xoops->tpl()->assign('index', true);
+ $xoops->tpl()->debugging = false;
$nbcolonnes_file = 4;
$width = 100 / $nbcolonnes_file;
$root = XOOPS_ROOT_PATH . '/';
$url_file = XOOPS_URL . '/';
- $xoops->tpl->assign('width', $width);
+ $xoops->tpl()->assign('width', $width);
if (file_exists($root)) {
$files = scandir($root);
@@ -164,8 +164,8 @@
$file_arr['file'] = htmlentities($file);
$count_file++;
$file_arr['newline'] = ($count_file % $nbcolonnes_file == 1) ? true : false;
- $xoops->tpl->assign('newline', $file_arr['newline']);
- $xoops->tpl->append('files', $file_arr);
+ $xoops->tpl()->assign('newline', $file_arr['newline']);
+ $xoops->tpl()->append('files', $file_arr);
}
$edit = false;
}
Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/Frameworks/art/functions.ini.php
===================================================================
--- XoopsCore/branches/2.6.x/2.6.0/htdocs/Frameworks/art/functions.ini.php 2012-12-06 14:57:05 UTC (rev 10327)
+++ XoopsCore/branches/2.6.x/2.6.0/htdocs/Frameworks/art/functions.ini.php 2012-12-07 00:56:07 UTC (rev 10328)
@@ -152,7 +152,7 @@
if ($isRel) {
return $relative_name;
}
- return $xoops->db->prefix($relative_name);
+ return $xoops->db()->prefix($relative_name);
}
}
Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/Frameworks/art/object.php
===================================================================
--- XoopsCore/branches/2.6.x/2.6.0/htdocs/Frameworks/art/object.php 2012-12-06 14:57:05 UTC (rev 10327)
+++ XoopsCore/branches/2.6.x/2.6.0/htdocs/Frameworks/art/object.php 2012-12-07 00:56:07 UTC (rev 10328)
@@ -65,13 +65,13 @@
* @param object $db reference to the {@link XoopsDatabase} object
**/
- function __construct(&$db, $table, $className, $keyName, $identifierName)
+ function __construct($db, $table, $className, $keyName, $identifierName)
{
$this->db = $db;
parent::__construct($db, $table, $className, $keyName, $identifierName);
}
- function ArtObjectHandler(&$db, $table = "", $className = "", $keyName = "", $identifierName = false)
+ function ArtObjectHandler($db, $table = "", $className = "", $keyName = "", $identifierName = false)
{
$this->__construct( $db, $table, $className, $keyName, $identifierName );
}
Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/admin.php
===================================================================
--- XoopsCore/branches/2.6.x/2.6.0/htdocs/admin.php 2012-12-06 14:57:05 UTC (rev 10327)
+++ XoopsCore/branches/2.6.x/2.6.0/htdocs/admin.php 2012-12-07 00:56:07 UTC (rev 10328)
@@ -72,7 +72,7 @@
if (strpos(XOOPS_VAR_PATH . '/', XOOPS_ROOT_PATH . '/') !== false || strpos(XOOPS_VAR_PATH . '/', $_SERVER['DOCUMENT_ROOT'] . '/') !== false) {
$error_msg[] = sprintf(_AD_WARNINGXOOPSLIBINSIDE, XOOPS_VAR_PATH);
}
- $xoops->tpl->assign('error_msg', $error_msg);
+ $xoops->tpl()->assign('error_msg', $error_msg);
}
if (!empty($_GET['xoopsorgnews'])) {
Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/backend.php
===================================================================
--- XoopsCore/branches/2.6.x/2.6.0/htdocs/backend.php 2012-12-06 14:57:05 UTC (rev 10327)
+++ XoopsCore/branches/2.6.x/2.6.0/htdocs/backend.php 2012-12-07 00:56:07 UTC (rev 10328)
@@ -21,7 +21,7 @@
include dirname(__FILE__) . DIRECTORY_SEPARATOR . 'mainfile.php';
$xoops = Xoops::getInstance();
-$xoops->logger->disable();
+$xoops->logger()->disable();
if (function_exists('mb_http_output')) {
mb_http_output('pass');
Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/class/database/database.php
===================================================================
--- XoopsCore/branches/2.6.x/2.6.0/htdocs/class/database/database.php 2012-12-06 14:57:05 UTC (rev 10327)
+++ XoopsCore/branches/2.6.x/2.6.0/htdocs/class/database/database.php 2012-12-07 00:56:07 UTC (rev 10328)
@@ -48,28 +48,12 @@
public $prefix = '';
/**
- * @var XoopsLogger
- */
- public $logger;
-
- /**
* If statements that modify the database are selected
*
* @var boolean
*/
public $allowWebChanges = false;
- /**
- * assign a {@link XoopsLogger} object to the database
- *
- * @see XoopsLogger
- *
- * @param XoopsLogger $logger reference to a {@link XoopsLogger} object
- */
- public function setLogger(XoopsLogger $logger)
- {
- $this->logger = $logger;
- }
/**
* set the prefix for tables in the database
Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/class/database/databasefactory.php
===================================================================
--- XoopsCore/branches/2.6.x/2.6.0/htdocs/class/database/databasefactory.php 2012-12-06 14:57:05 UTC (rev 10327)
+++ XoopsCore/branches/2.6.x/2.6.0/htdocs/class/database/databasefactory.php 2012-12-07 00:56:07 UTC (rev 10328)
@@ -51,7 +51,6 @@
$xoopsPreload->triggerEvent('core.class.database.databasefactory.connection', array(&$class));
/* @var $instance XoopsDatabase */
$instance = new $class();
- $instance->setLogger(XoopsLogger::getInstance());
$instance->setPrefix(XOOPS_DB_PREFIX);
if (!$instance->connect()) {
trigger_error('notrace:Unable to connect to database', E_USER_ERROR);
Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/class/database/manager.php
===================================================================
--- XoopsCore/branches/2.6.x/2.6.0/htdocs/class/database/manager.php 2012-12-06 14:57:05 UTC (rev 10327)
+++ XoopsCore/branches/2.6.x/2.6.0/htdocs/class/database/manager.php 2012-12-07 00:56:07 UTC (rev 10328)
@@ -60,7 +60,6 @@
{
$this->db = XoopsDatabaseFactory::getDatabase();
$this->db->setPrefix(XOOPS_DB_PREFIX);
- $this->db->setLogger(XoopsLogger::getInstance());
}
/**
Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/class/database/mysqldatabase.php
===================================================================
--- XoopsCore/branches/2.6.x/2.6.0/htdocs/class/database/mysqldatabase.php 2012-12-06 14:57:05 UTC (rev 10327)
+++ XoopsCore/branches/2.6.x/2.6.0/htdocs/class/database/mysqldatabase.php 2012-12-07 00:56:07 UTC (rev 10328)
@@ -59,12 +59,14 @@
}
if (!$this->conn) {
- $this->logger->addQuery('', $this->error(), $this->errno());
+ $xoopsPreload = XoopsPreload::getInstance();
+ $xoopsPreload->triggerEvent('core.database.noconn', array($this));
return false;
}
if ($selectdb != false) {
if (!mysql_select_db(XOOPS_DB_NAME)) {
- $this->logger->addQuery('', $this->error(), $this->errno());
+ $xoopsPreload = XoopsPreload::getInstance();
+ $xoopsPreload->triggerEvent('core.database.nodb');
return false;
}
}
@@ -245,15 +247,16 @@
}
$sql = $sql . ' LIMIT ' . (int) $start . ', ' . (int) $limit;
}
- $this->logger->startTime('query_time');
+ $xoopsPreload = XoopsPreload::getInstance();
+ $xoopsPreload->triggerEvent('core.database.query.start');
$result = mysql_query($sql, $this->conn);
- $this->logger->stopTime('query_time');
- $query_time = $this->logger->dumpTime('query_time', true);
+ $xoopsPreload->triggerEvent('core.database.query.end');
+
if ($result) {
- $this->logger->addQuery($sql, null, null, $query_time);
+ $xoopsPreload->triggerEvent('core.database.query.success', (array($sql)));
return $result;
} else {
- $this->logger->addQuery($sql, $this->error(), $this->errno(), $query_time);
+ $xoopsPreload->triggerEvent('core.database.query.failure', (array($sql, $this)));
return false;
}
}
Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/class/model/joint.php
===================================================================
--- XoopsCore/branches/2.6.x/2.6.0/htdocs/class/model/joint.php 2012-12-06 14:57:05 UTC (rev 10327)
+++ XoopsCore/branches/2.6.x/2.6.0/htdocs/class/model/joint.php 2012-12-07 00:56:07 UTC (rev 10328)
@@ -120,7 +120,7 @@
$object = $this->handler->create(false);
while ($myrow = $this->handler->db->fetchArray($result)) {
$object->assignVars($myrow);
- $ret[$myrow[$this->handler->keyName]] = $object->toArray();
+ $ret[$myrow[$this->handler->keyName]] = $object->getValues();
}
unset($object);
}
Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/class/model/read.php
===================================================================
--- XoopsCore/branches/2.6.x/2.6.0/htdocs/class/model/read.php 2012-12-06 14:57:05 UTC (rev 10327)
+++ XoopsCore/branches/2.6.x/2.6.0/htdocs/class/model/read.php 2012-12-07 00:56:07 UTC (rev 10328)
@@ -87,9 +87,9 @@
while ($myrow = $this->handler->db->fetchArray($result)) {
$object->assignVars($myrow);
if ($id_as_key) {
- $ret[$myrow[$this->handler->keyName]] = $object->toArray();
+ $ret[$myrow[$this->handler->keyName]] = $object->getValues();
} else {
- $ret[] = $object->toArray();
+ $ret[] = $object->getValues();
}
}
unset($object);
Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/class/moduleadmin.php
===================================================================
--- XoopsCore/branches/2.6.x/2.6.0/htdocs/class/moduleadmin.php 2012-12-06 14:57:05 UTC (rev 10327)
+++ XoopsCore/branches/2.6.x/2.6.0/htdocs/class/moduleadmin.php 2012-12-07 00:56:07 UTC (rev 10328)
@@ -89,7 +89,7 @@
{
$xoops = Xoops::getInstance();
$this->_obj = $xoops->module;
- $xoops->theme->addStylesheet('media/xoops/css/moduladmin.css');
+ $xoops->theme()->addStylesheet('media/xoops/css/moduladmin.css');
}
/**
@@ -282,8 +282,8 @@
public function renderBreadcrumb()
{
$xoops = Xoops::getInstance();
- $xoops->tpl->assign('xo_admin_breadcrumb', $this->_bread);
- return $xoops->tpl->fetch($this->getTplPath('bread'));
+ $xoops->tpl()->assign('xo_admin_breadcrumb', $this->_bread);
+ return $xoops->tpl()->fetch($this->getTplPath('bread'));
}
public function displayBreadcrumb()
@@ -303,10 +303,10 @@
{
$xoops = Xoops::getInstance();
- $xoops->tpl->assign('xo_admin_buttons_position', $position);
- $xoops...
[truncated message content] |
|
From: <ce...@us...> - 2013-06-22 11:14:43
|
Revision: 11733
http://sourceforge.net/p/xoops/svn/11733
Author: cesag
Date: 2013-06-22 11:14:40 +0000 (Sat, 22 Jun 2013)
Log Message:
-----------
Moving AMS non english files to XoopsLanguage folder.
Added Paths:
-----------
XoopsLanguages/dutch/modules/AMS/
XoopsLanguages/dutch/modules/AMS/AMS 2.52/
XoopsLanguages/dutch/modules/AMS/AMS 2.52/AMS/
XoopsLanguages/dutch/modules/AMS/AMS 2.52/AMS/language/
XoopsLanguages/dutch/modules/AMS/AMS 2.52/AMS/language/dutch/
XoopsLanguages/french/modules/AMS/
XoopsLanguages/french/modules/AMS/AMS 2.52/
XoopsLanguages/french/modules/AMS/AMS 2.52/AMS/
XoopsLanguages/french/modules/AMS/AMS 2.52/AMS/language/
XoopsLanguages/french/modules/AMS/AMS 2.52/AMS/language/french/
XoopsLanguages/german/modules/AMS/
XoopsLanguages/german/modules/AMS/AMS 2.52/
XoopsLanguages/german/modules/AMS/AMS 2.52/AMS/
XoopsLanguages/german/modules/AMS/AMS 2.52/AMS/language/
XoopsLanguages/german/modules/AMS/AMS 2.52/AMS/language/german/
XoopsLanguages/spanish/modules/AMS/
XoopsLanguages/spanish/modules/AMS/AMS 2.52/
XoopsLanguages/spanish/modules/AMS/AMS 2.52/AMS/
XoopsLanguages/spanish/modules/AMS/AMS 2.52/AMS/language/
XoopsLanguages/spanish/modules/AMS/AMS 2.52/AMS/language/spanish/
Removed Paths:
-------------
XoopsModules/AMS - Article Management System/trunk/modules/AMS/language/dutch/
XoopsModules/AMS - Article Management System/trunk/modules/AMS/language/french/
XoopsModules/AMS - Article Management System/trunk/modules/AMS/language/german/
XoopsModules/AMS - Article Management System/trunk/modules/AMS/language/spanish/
|
|
From: <ce...@us...> - 2013-06-22 11:51:44
|
Revision: 11734
http://sourceforge.net/p/xoops/svn/11734
Author: cesag
Date: 2013-06-22 11:51:40 +0000 (Sat, 22 Jun 2013)
Log Message:
-----------
Moving aChat non english files to XoopsLanguages folder.
Added Paths:
-----------
XoopsLanguages/french/modules/aChat/
XoopsLanguages/french/modules/aChat/aChat 0.23/
XoopsLanguages/french/modules/aChat/aChat 0.23/aChat/
XoopsLanguages/french/modules/aChat/aChat 0.23/aChat/language/
XoopsLanguages/french/modules/aChat/aChat 0.23/aChat/language/french/
XoopsLanguages/persian/modules/aChat/
XoopsLanguages/persian/modules/aChat/aChat 0.23/
XoopsLanguages/persian/modules/aChat/aChat 0.23/aChat/
XoopsLanguages/persian/modules/aChat/aChat 0.23/aChat/language/
XoopsLanguages/persian/modules/aChat/aChat 0.23/aChat/language/persian/
XoopsLanguages/persian/modules/aChat/aChat 0.23/aChat/language/persian/admin.php
XoopsLanguages/persian/modules/aChat/aChat 0.23/aChat/language/persian/help.html
XoopsLanguages/persian/modules/aChat/aChat 0.23/aChat/language/persian/index.html
XoopsLanguages/persian/modules/aChat/aChat 0.23/aChat/language/persian/main.php
XoopsLanguages/persian/modules/aChat/aChat 0.23/aChat/language/persian/modinfo.php
XoopsLanguages/persian/modules/aChat/tags/
XoopsLanguages/persian/modules/aChat/trunk/
XoopsLanguages/persian/modules/aChat/trunk/language/
XoopsLanguages/persian/modules/aChat/trunk/language/persian/
XoopsLanguages/persian/modules/aChat/trunk/language/persian/admin.php
XoopsLanguages/persian/modules/aChat/trunk/language/persian/help.html
XoopsLanguages/persian/modules/aChat/trunk/language/persian/index.html
XoopsLanguages/persian/modules/aChat/trunk/language/persian/main.php
XoopsLanguages/persian/modules/aChat/trunk/language/persian/modinfo.php
XoopsLanguages/persian/modules/achat/aChat 0.23/
XoopsLanguages/persian/modules/achat/aChat 0.23/aChat/
XoopsLanguages/persian/modules/achat/aChat 0.23/aChat/language/
XoopsLanguages/persian/modules/achat/aChat 0.23/aChat/language/persian/
XoopsLanguages/spanish/modules/aChat/
XoopsLanguages/spanish/modules/aChat/aChat 0.23/
XoopsLanguages/spanish/modules/aChat/aChat 0.23/aChat/
XoopsLanguages/spanish/modules/aChat/aChat 0.23/aChat/language/
XoopsLanguages/spanish/modules/aChat/aChat 0.23/aChat/language/spanish/
XoopsLanguages/turkish/modules/aChat/
XoopsLanguages/turkish/modules/aChat/aChat 0.23/
XoopsLanguages/turkish/modules/aChat/aChat 0.23/aChat/
XoopsLanguages/turkish/modules/aChat/aChat 0.23/aChat/language/
XoopsLanguages/turkish/modules/aChat/aChat 0.23/aChat/language/turkish/
Removed Paths:
-------------
XoopsModules/aChat/trunk/aChat/language/french/
XoopsModules/aChat/trunk/aChat/language/persian/
XoopsModules/aChat/trunk/aChat/language/spanish/
XoopsModules/aChat/trunk/aChat/language/turkish/
Added: XoopsLanguages/persian/modules/aChat/aChat 0.23/aChat/language/persian/admin.php
===================================================================
--- XoopsLanguages/persian/modules/aChat/aChat 0.23/aChat/language/persian/admin.php (rev 0)
+++ XoopsLanguages/persian/modules/aChat/aChat 0.23/aChat/language/persian/admin.php 2013-06-22 11:51:40 UTC (rev 11734)
@@ -0,0 +1,100 @@
+<?php
+// $Id: admin.php, see below
+// ------------------------------------------------------------------------ //
+// XOOPS - PHP Content Management System //
+// Copyright (c) 2000 XOOPS.org //
+// <http://www.xoops.org/> //
+// ------------------------------------------------------------------------- //
+// 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 //
+// the Free Software Foundation; either version 2 of the License, or //
+// (at your option) any later version. //
+// //
+// 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. See the //
+// GNU General Public License for more details. //
+// //
+// You should have received a copy of the GNU General Public License //
+// along with this program; if not, write to the Free Software //
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA //
+// ------------------------------------------------------------------------ //
+
+// Créé par Niluge_Kiwi
+// v 0.2 2006/08/25 20:11:53
+// ======================================================================== //
+//
+// www.lmdmf.net
+//
+// ki...@gm...
+//
+// ======================================================================== //
+//
+
+// Menu
+define("_AM_ACHAT_MODULEADMIN", "مديريت ماژول:");
+
+define("_AM_ACHAT_CREDIT", " ماژول فارسي به وسيله ي سايت فارسي زوپس آماده شده است<br />(c) پاييز 1385 ");
+
+// Home
+define("_AM_ACHAT_WELCOME", "به مديريت ماژول چت خوش آمديد.");
+define("_AM_ACHAT_NBRE_MSG", "تعداد پيام هاي داخل پايگاه داده ها");
+define("_AM_ACHAT_MESSAGES", "پيام ها");
+define("_AM_ACHAT_EMPTY_FIELD", "لطفا اين فيلد را پر کن.");
+
+// Permissions
+define("_AM_ACHAT_PERM_CANPOST", "ميتوانند پيام بفرستند");
+
+// Purge
+define("_AM_ACHAT_PURGEPERNBRE", "پاکسازي با تعداد مشخص پيام");
+define("_AM_ACHAT_PURGE_HOWMANY", "چه تعداد پيام پاک شد؟");
+define("_AM_ACHAT_PURGE_CREATELOG", "ساخت فايل گزارش از پيام هاي پاک شده؟");
+define("_AM_ACHAT_PURGE_VALIDATE", "Are you sure to want to purge ");
+define("_AM_ACHAT_PURGE_SUPPR_NOLOG", "خارج از فايل گزارش");
+define("_AM_ACHAT_PURGE_ERROR_WRITEFILE", "An error appeared during the creation of the logfile. Please verify that the folder on the module parameters is correct and that there are the good rights on it.");
+define("_AM_ACHAT_PURGE_LOG_WRITTEN", "ساخت فايل گزارش.");
+define("_AM_ACHAT_PURGE_CANCELED", "پاکسازي رو لغو کن.");
+define("_AM_ACHAT_PURGE_OK", "پاکسازي کامل شد.");
+define("_AM_ACHAT_PURGE_NBREMSGDEL", "تعداد پيام هاي پاک شده: ");
+define("_AM_ACHAT_PURGE_ERROR", "An error appeared during the purge.");
+define("_AM_ACHAT_PURGEPERDATE", "پاکسازي به وصيله ي زمان");
+define("_AM_ACHAT_PURGE_KEEP_HMDAYS", " نگه داشتن اخرين پيام ها بعد از چند روز ( تعداد روز را انتخواب کنيد) ");
+define("_AM_ACHAT_PURGE_VALIDATE_PERDAY", "پيام هاي فرستاده شده قبل از");
+define("_AM_ACHAT_PURGE_VALIDATE_PERDAY2", " روز هاي گذشته");
+define("_AM_ACHAT_PURGE_NOMSG", "هيچ پيامي پاک نشده.");
+
+// Delete Messages
+define("_AM_ACHAT_DELETEMSG", "Delete a message");
+define("_AM_ACHAT_DELETEMSG_MID", "mid of the message to delete<br />(last number displayed when you put the mouse on the poster pseudo,<br /> only displayed for admins)");
+define("_AM_ACHAT_DELETEMSG_OK", "Message number %u deleted.");
+define("_AM_ACHAT_DELETEMSG_ERROR", "An error has occured when deleting message number %u.");
+
+// Utilities ( Clone ) ( from myHome module )
+define("_AM_ACHAT_CLONE", "توليد کننده ي ماژول");
+
+define("_AM_ACHAT_CLONENAME", "نام توليد کننده<br /><i>
+ <ul>
+ <li>بيشتر از 16 کارکتر نباشد</li>
+ <li>از کارکتر هاي خاص استفاده نکنيد</li>
+ <li>از اسم ماژول هاي موجود و در حال کار استفاده نکنيد</li>
+ <li>حروف بزرگ و spaces قابل قبول است</li>
+ <li>در صورت داشتن هر گونه سوال به سايت فارسي زوپس مراجعه کنيد</li>
+ </ul></i>
+ نمونه: 'My Module 01'. ");
+
+define("_AM_ACHAT_SUBMIT", "توليد کردن!");
+define("_AM_ACHAT_CLEAR", "پاک کردن");
+define("_AM_ACHAT_CANCEL", "لغو کردن");
+
+define("_AM_ACHAT_CLONED", "ماژول با موفقيت توليد کرد");
+define("_AM_ACHAT_MODULEXISTS", "ماژول قبلا وجود داشته");
+define("_AM_ACHAT_NOTCLONED", "تنظيمات توليد نادرست است");
+define("_AM_ACHAT_CLONE_TROUBLE", "Settings of your web host do not allow the cloning operation.
+ Please retry on a server which allow permissions change on the server.
+ (For instance, on a local server)");
+?>
\ No newline at end of file
Added: XoopsLanguages/persian/modules/aChat/aChat 0.23/aChat/language/persian/help.html
===================================================================
--- XoopsLanguages/persian/modules/aChat/aChat 0.23/aChat/language/persian/help.html (rev 0)
+++ XoopsLanguages/persian/modules/aChat/aChat 0.23/aChat/language/persian/help.html 2013-06-22 11:51:40 UTC (rev 11734)
@@ -0,0 +1,32 @@
+<style type="text/css">
+div.xoopsCode {
+ color: #000000;
+ background: #F0F0F0;
+ font-weight: normal;
+ border: 1px inset #000080;
+ font-family: "Courier New",Courier,monospace;
+ margin : 2px 0px 0px 20px;
+ padding: 2px 5px 2px 5px;
+ width: 600px;
+ height: auto;
+ overflow: none;
+ text-align: left;
+}
+</style>
+
+<h1 align="center">aChat 0.2</h1>
+
+<div align="left">به ماژول چت خوش آمديد اين ماژول با تکنولوژي آژاکس ساخته شده است</div>
+<br />
+<div align="left">ويرايش 'سليقه ها' را در تنظيمات شخصي خود تنظيم کنيد. </div>
+<br />
+<div align="left">اين ماژول به وصيله ي سايت پشتيبان زوپس در ايران فارسي شده است</div>
+<br />
+<div align="left">از توليد کننده ي ماژول در منوي 'ابزار ها' استفاده کنيد, و نام ماژول توليدي خود رو عوض کنيد.<br /> توليد کننده ي ماژول براي ايجاد چندين روم متفاوت استفاده ميشود.</div>
+<br />
+<div align="left">سايت زوپس فارسي www.xoops.ir</div>
+<br />
+<div align="left">با تشکر از انتخواب شما
+<br />
+
+
Added: XoopsLanguages/persian/modules/aChat/aChat 0.23/aChat/language/persian/index.html
===================================================================
Added: XoopsLanguages/persian/modules/aChat/aChat 0.23/aChat/language/persian/main.php
===================================================================
--- XoopsLanguages/persian/modules/aChat/aChat 0.23/aChat/language/persian/main.php (rev 0)
+++ XoopsLanguages/persian/modules/aChat/aChat 0.23/aChat/language/persian/main.php 2013-06-22 11:51:40 UTC (rev 11734)
@@ -0,0 +1,69 @@
+<?php
+// $Id: main.php, see below
+// ------------------------------------------------------------------------ //
+// XOOPS - PHP Content Management System //
+// Copyright (c) 2000 XOOPS.org //
+// <http://www.xoops.org/> //
+// ------------------------------------------------------------------------- //
+// 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 //
+// the Free Software Foundation; either version 2 of the License, or //
+// (at your option) any later version. //
+// //
+// 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. See the //
+// GNU General Public License for more details. //
+// //
+// You should have received a copy of the GNU General Public License //
+// along with this program; if not, write to the Free Software //
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA //
+// ------------------------------------------------------------------------ //
+
+// Créé par Niluge_Kiwi
+// v 0.2 2006/08/30 19:51:23
+// ======================================================================== //
+//
+// www.lmdmf.net
+//
+// ki...@gm...
+//
+// ======================================================================== //
+//
+
+define("_MD_ACHAT_SENDMSG","فرستادن");
+define("_MD_ACHAT_TITLE","چت");
+define("_MD_ACHAT_TITLE_LOGS","گزارش هاي چت");
+define("_MD_ACHAT_GOTO_ACHAT","رفتن به چت");
+
+// View Archives
+define("_MD_ACHAT_TITLE_ARCHIVES","آرشيو");
+define("_MD_ACHAT_ARCHIVE_FROM","از");
+define("_MD_ACHAT_ARCHIVE_TO","به");
+define("_MD_ACHAT_ARCHIVE_NO","هيچ آرشيوي موجود نيست.");
+define("_MD_ACHAT_ARCHIVE_RETURN","بازگشت به صفحه ي اصلي آرشيو");
+define("_MD_ACHAT_ARCHIVE_NOARCHIVESELECTED","هيچ آرشيوي انتخواب نشده.");
+
+// MyPageNav
+define("_MD_ACHAT_MESSAGES","پيام ها");
+define("_MD_ACHAT_FROM","از");
+define("_MD_ACHAT_FIRST_OLD","First older");
+define("_MD_ACHAT_FIRST_RECENT","اول تازه هاي بيشتر");
+
+// Blocs
+define("_MB_ACHAT_NBRE_MSG_AFFICHE","تعداد پيام هايي که نمايش داده ميشود");
+define("_MB_ACHAT_NBRE_MSG_AFFICHEDESC","(0 for the default value defined ond the parameters of the module)");
+define("_MB_ACHAT_TMP_REFRESH","زمان ريفريش بين هر پيام");
+define("_MB_ACHAT_TMP_REFRESHDESC","(in seconds, 0 for the default value defined ond the parameters of the module)");
+define("_MB_ACHAT_DIV_HEIGHT","بلندي پيام هاي نمايش داده شده");
+define("_MB_ACHAT_DIV_HEIGHTDESC","(in pixels, 0 for the default value: 180px)");
+define("_MB_ACHAT_DIV_WIDTH","عرض نمايش دادن جعبه ي پيام ها");
+define("_MB_ACHAT_DIV_WIDTHDESC","(in colunms, 0 for the default value: 23 columns)");
+
+
+?>
Added: XoopsLanguages/persian/modules/aChat/aChat 0.23/aChat/language/persian/modinfo.php
===================================================================
--- XoopsLanguages/persian/modules/aChat/aChat 0.23/aChat/language/persian/modinfo.php (rev 0)
+++ XoopsLanguages/persian/modules/aChat/aChat 0.23/aChat/language/persian/modinfo.php 2013-06-22 11:51:40 UTC (rev 11734)
@@ -0,0 +1,86 @@
+<?php
+// ------------------------------------------------------------------------ //
+// XOOPS - PHP Content Management System //
+// Copyright (c) 2000 XOOPS.org //
+// <http://www.xoops.org/> //
+// ------------------------------------------------------------------------ //
+// 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 //
+// the Free Software Foundation; either version 2 of the License, or //
+// (at your option) any later version. //
+// //
+// 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. See the //
+// GNU General Public License for more details. //
+// //
+// You should have received a copy of the GNU General Public License //
+// along with this program; if not, write to the Free Software //
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA //
+// ------------------------------------------------------------------------ //
+
+// Créé par Niluge_Kiwi
+// v 0.2 2006/08/25 20:11:36
+// ======================================================================== //
+//
+// www.lmdmf.net
+//
+// ki...@gm...
+//
+// ======================================================================== //
+//
+
+// Module Info
+
+// The name of this module
+define('_MI_ACHAT_NAME', 'پیام کوتاه');
+// A brief description of this module
+define('_MI_ACHAT_DESC','اين ماژول براي چت کردن و با تکنلوژي آزاکس ساخته شده');
+
+// Menu
+define("_MI_ACHAT_HOME", "خانه");
+define("_MI_ACHAT_PURGE", "پاكسازي كردن");
+define("_MI_ACHAT_PERM", "دسترسي ها");
+define("_MI_ACHAT_UTILITIES", "ابزار ها");
+
+define("_MI_ACHAT_SMNAME1","ديدن گزارش ها");
+define("_MI_ACHAT_SMNAME2","ديدن آرشيو");
+
+define("_MI_ACHAT_GOTO_INDEX","رفتن به ماژول");
+define("_MI_ACHAT_HELP","کمک");
+
+// Templates
+define('_MI_ACHAT_TDESC0',"پلمپ اصلي براي نمايش اصلي.");
+define('_MI_ACHAT_TDESC1',"تلمپ براي نمايش پيام ها");
+define('_MI_ACHAT_TDESC2',"تلمپ براي گزارش ها (وظيفه ي پاکسازي)");
+
+// Blocks
+define('_MI_ACHAT_BNAME1','چت');
+define('_MI_ACHAT_BDESC1','بلاک هاي که نمايش داده ميشود براي ماژول چت');
+define('_MI_ACHAT_BNAME2','چت ايستاده( ساکن)');
+define('_MI_ACHAT_BDESC2',"بلاک هاي قبلا ديده شده به وصيله ي پيام هاي قبلخارج از اتو ريفريش و صفحه ي ارسال");
+
+// Config
+define('_MI_ACHAT_NBRE_MSG_AFF','تعداد پيام هايي که نمايش داده شود');
+define('_MI_ACHAT_NBRE_MSG_AFFDSC','تعداد پيام هاي که در صفحه ي اصلي ماژول چت نمايش داده شود (index.php)');
+
+define('_MI_ACHAT_TMP_REFRESH','زمان ريفرش کردن');
+define('_MI_ACHAT_TMP_REFRESHDSC','(ثانيه)<br /> شما ميتوانيد هر عدد شناوري را قرار دهيد, براي مثال 1.5,اما از اعداد 3 رقمي نميتوانيد بزرگتر قرار دهيد!(به خاطر باگ در جاوا اسکريپ.)');
+
+define('_MI_ACHAT_USER_SMILIES','از لبخند ها استفاده شود؟');
+define('_MI_ACHAT_USE_BBCODES','از کد هاي بي بي استفاده شود؟');
+
+define('_MI_ACHAT_ALLOWED_COLORS','رنگ هاي قابل دسترس براي پيام ها');
+define('_MI_ACHAT_ALLOWED_COLORSDESC','رنگ ها رابه وصيله ي | از هم جدا کنيد , و به وسيله ي# خارج کنيد.<br />مثال : "000000|FFFFFF" رنگ سفيد و سياه انتخواب شده است<br />ميتوانيد 8 رنگ انتخواب کنيد.');
+
+define('_MI_ACHAT_PURGE_FOLDER','پوشه براي ثبت کردن ها (به وصيله ي پاکسازي)');
+define('_MI_ACHAT_PURGE_FOLDERDESC','خالي کردن در پوشه ي قرار دادي (modules/aChat/logs)');
+
+define('_MI_ACHAT_NICK4GUESTS','کاربر مهمان ميتواند نام نمايشي انتخواب کند');
+define('_MI_ACHAT_NICK4GUESTSDESC',"نام نمايشي مهمان به رنگ خاکستري نشان داده شود (can be modified on modules/aChat/templates/aChat.css)");
+?>
Added: XoopsLanguages/persian/modules/aChat/trunk/language/persian/admin.php
===================================================================
--- XoopsLanguages/persian/modules/aChat/trunk/language/persian/admin.php (rev 0)
+++ XoopsLanguages/persian/modules/aChat/trunk/language/persian/admin.php 2013-06-22 11:51:40 UTC (rev 11734)
@@ -0,0 +1,94 @@
+<?php
+// $Id: admin.php, see below
+// ------------------------------------------------------------------------ //
+// XOOPS - PHP Content Management System //
+// Copyright (c) 2000 XOOPS.org //
+// <http://www.xoops.org/> //
+// ------------------------------------------------------------------------- //
+// 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 //
+// the Free Software Foundation; either version 2 of the License, or //
+// (at your option) any later version. //
+// //
+// 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. See the //
+// GNU General Public License for more details. //
+// //
+// You should have received a copy of the GNU General Public License //
+// along with this program; if not, write to the Free Software //
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA //
+// ------------------------------------------------------------------------ //
+
+// Créé par Niluge_Kiwi
+// v 0.2 2006/08/25 20:11:53
+// ======================================================================== //
+//
+// www.lmdmf.net
+//
+// ki...@gm...
+//
+// ======================================================================== //
+//
+
+// Menu
+define("_AM_ACHAT_MODULEADMIN","مديريت ماژول:");
+
+define("_AM_ACHAT_CREDIT"," ماژول فارسي به وسيله ي سايت فارسي زوپس آماده شده است<br />(c) پاييز 1385 ");
+
+// Home
+define("_AM_ACHAT_WELCOME","به مديريت ماژول چت خوش آمديد.");
+define("_AM_ACHAT_NBRE_MSG","تعداد پيام هاي داخل پايگاه داده ها");
+define("_AM_ACHAT_MESSAGES","پيام ها");
+define("_AM_ACHAT_EMPTY_FIELD","لطفا اين فيلد را پر کن.");
+
+// Permissions
+define("_AM_ACHAT_PERM_CANPOST","ميتوانند پيام بفرستند");
+
+// Purge
+define("_AM_ACHAT_PURGEPERNBRE","پاکسازي با تعداد مشخص پيام");
+define("_AM_ACHAT_PURGE_HOWMANY","چه تعداد پيام پاک شد؟");
+define("_AM_ACHAT_PURGE_CREATELOG","ساخت فايل گزارش از پيام هاي پاک شده؟");
+define("_AM_ACHAT_PURGE_VALIDATE","Are you sure to want to purge ");
+define("_AM_ACHAT_PURGE_SUPPR_NOLOG","خارج از فايل گزارش");
+define("_AM_ACHAT_PURGE_ERROR_WRITEFILE","An error appeared during the creation of the logfile. Please verify that the folder on the module parameters is correct and that there are the good rights on it.");
+define("_AM_ACHAT_PURGE_LOG_WRITTEN","ساخت فايل گزارش.");
+define("_AM_ACHAT_PURGE_CANCELED","پاکسازي رو لغو کن.");
+define("_AM_ACHAT_PURGE_OK","پاکسازي کامل شد.");
+define("_AM_ACHAT_PURGE_NBREMSGDEL","تعداد پيام هاي پاک شده: ");
+define("_AM_ACHAT_PURGE_ERROR","An error appeared during the purge.");
+define("_AM_ACHAT_PURGEPERDATE","پاکسازي به وصيله ي زمان");
+define("_AM_ACHAT_PURGE_KEEP_HMDAYS"," نگه داشتن اخرين پيام ها بعد از چند روز ( تعداد روز را انتخاب کنيد) ");
+define("_AM_ACHAT_PURGE_VALIDATE_PERDAY","پيام هاي فرستاده شده قبل از");
+define("_AM_ACHAT_PURGE_VALIDATE_PERDAY2"," روز هاي گذشته");
+define("_AM_ACHAT_PURGE_NOMSG","هيچ پيامي پاک نشده.");
+
+// Utilities ( Clone ) ( from myHome module )
+define("_AM_ACHAT_CLONE","توليد کننده ي ماژول");
+
+define("_AM_ACHAT_CLONENAME","نام توليد کننده<br /><i>
+ <ul>
+ <li>بيشتر از 16 کارکتر نباشد</li>
+ <li>از کارکتر هاي خاص استفاده نکنيد</li>
+ <li>از اسم ماژول هاي موجود و در حال کار استفاده نکنيد</li>
+ <li>حروف بزرگ و spaces قابل قبول است</li>
+ <li>در صورت داشتن هر گونه سوال به سايت فارسي زوپس مراجعه کنيد</li>
+ </ul></i>
+ نمونه: 'My Module 01'. ");
+
+define("_AM_ACHAT_SUBMIT", "توليد کردن!");
+define("_AM_ACHAT_CLEAR", "پاک کردن");
+define("_AM_ACHAT_CANCEL", "لغو کردن");
+
+define("_AM_ACHAT_CLONED","ماژول با موفقيت توليد کرد");
+define("_AM_ACHAT_MODULEXISTS","ماژول قبلا وجود داشته");
+define("_AM_ACHAT_NOTCLONED","تنظيمات توليد نادرست است");
+define("_AM_ACHAT_CLONE_TROUBLE","Settings of your web host do not allow the cloning operation.
+ Please retry on a server which allow permissions change on the server.
+ (For instance, on a local server)");
+?>
\ No newline at end of file
Added: XoopsLanguages/persian/modules/aChat/trunk/language/persian/help.html
===================================================================
--- XoopsLanguages/persian/modules/aChat/trunk/language/persian/help.html (rev 0)
+++ XoopsLanguages/persian/modules/aChat/trunk/language/persian/help.html 2013-06-22 11:51:40 UTC (rev 11734)
@@ -0,0 +1,32 @@
+<style type="text/css">
+div.xoopsCode {
+ color: #000000;
+ background: #F0F0F0;
+ font-weight: normal;
+ border: 1px inset #000080;
+ font-family: "Courier New",Courier,monospace;
+ margin : 2px 0px 0px 20px;
+ padding: 2px 5px 2px 5px;
+ width: 600px;
+ height: auto;
+ overflow: none;
+ text-align: left;
+}
+</style>
+
+<h1 align="center">aChat 0.2</h1>
+
+<div align="left">به ماژول چت خوش آمديد اين ماژول با تکنولوژي آژاکس ساخته شده است</div>
+<br />
+<div align="left">ويرايش 'سليقه ها' را در تنظيمات شخصي خود تنظيم کنيد. </div>
+<br />
+<div align="left">اين ماژول به وصيله ي سايت پشتيبان زوپس در ايران فارسي شده است</div>
+<br />
+<div align="left">از توليد کننده ي ماژول در منوي 'ابزار ها' استفاده کنيد, و نام ماژول توليدي خود رو عوض کنيد.<br /> توليد کننده ي ماژول براي ايجاد چندين روم متفاوت استفاده ميشود.</div>
+<br />
+<div align="left">سايت زوپس فارسي www.xoops.ir</div>
+<br />
+<div align="left">با تشکر از انتخواب شما
+<br />
+
+
Added: XoopsLanguages/persian/modules/aChat/trunk/language/persian/index.html
===================================================================
Added: XoopsLanguages/persian/modules/aChat/trunk/language/persian/main.php
===================================================================
--- XoopsLanguages/persian/modules/aChat/trunk/language/persian/main.php (rev 0)
+++ XoopsLanguages/persian/modules/aChat/trunk/language/persian/main.php 2013-06-22 11:51:40 UTC (rev 11734)
@@ -0,0 +1,69 @@
+<?php
+// $Id: main.php, see below
+// ------------------------------------------------------------------------ //
+// XOOPS - PHP Content Management System //
+// Copyright (c) 2000 XOOPS.org //
+// <http://www.xoops.org/> //
+// ------------------------------------------------------------------------- //
+// 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 //
+// the Free Software Foundation; either version 2 of the License, or //
+// (at your option) any later version. //
+// //
+// 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. See the //
+// GNU General Public License for more details. //
+// //
+// You should have received a copy of the GNU General Public License //
+// along with this program; if not, write to the Free Software //
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA //
+// ------------------------------------------------------------------------ //
+
+// Créé par Niluge_Kiwi
+// v 0.2 2006/08/30 19:51:23
+// ======================================================================== //
+//
+// www.lmdmf.net
+//
+// ki...@gm...
+//
+// ======================================================================== //
+//
+
+define("_MD_ACHAT_SENDMSG","فرستادن");
+define("_MD_ACHAT_TITLE","چت");
+define("_MD_ACHAT_TITLE_LOGS","گزارش هاي چت");
+define("_MD_ACHAT_GOTO_ACHAT","رفتن به چت");
+
+// View Archives
+define("_MD_ACHAT_TITLE_ARCHIVES","آرشيو");
+define("_MD_ACHAT_ARCHIVE_FROM","از");
+define("_MD_ACHAT_ARCHIVE_TO","به");
+define("_MD_ACHAT_ARCHIVE_NO","هيچ آرشيوي موجود نيست.");
+define("_MD_ACHAT_ARCHIVE_RETURN","بازگشت به صفحه ي اصلي آرشيو");
+define("_MD_ACHAT_ARCHIVE_NOARCHIVESELECTED","هيچ آرشيوي انتخاب نشده.");
+
+// MyPageNav
+define("_MD_ACHAT_MESSAGES","پيام ها");
+define("_MD_ACHAT_FROM","از");
+define("_MD_ACHAT_FIRST_OLD","First older");
+define("_MD_ACHAT_FIRST_RECENT","اول تازه هاي بيشتر");
+
+// Blocs
+define("_MB_ACHAT_NBRE_MSG_AFFICHE","تعداد پيام هايي که نمايش داده ميشود");
+defi...
[truncated message content] |
|
From: <ce...@us...> - 2014-03-08 06:59:24
|
Revision: 12354
http://sourceforge.net/p/xoops/svn/12354
Author: cesag
Date: 2014-03-08 06:59:18 +0000 (Sat, 08 Mar 2014)
Log Message:
-----------
Move Rssfit french folder to french languages ?\226?\128?\139?\226?\128?\139folder
Added Paths:
-----------
XoopsLanguages/french/modules/rssfit/rssfit 1.30/rssfit/language/french/
XoopsLanguages/french/modules/rssfit/rssfit 1.30/rssfit/language/french/admin.php
XoopsLanguages/french/modules/rssfit/rssfit 1.30/rssfit/language/french/index.html
XoopsLanguages/french/modules/rssfit/rssfit 1.30/rssfit/language/french/install.php
XoopsLanguages/french/modules/rssfit/rssfit 1.30/rssfit/language/french/main.php
XoopsLanguages/french/modules/rssfit/rssfit 1.30/rssfit/language/french/modinfo.php
Removed Paths:
-------------
XoopsModules/rssfit/trunk/rss/language/french/
Added: XoopsLanguages/french/modules/rssfit/rssfit 1.30/rssfit/language/french/admin.php
===================================================================
--- XoopsLanguages/french/modules/rssfit/rssfit 1.30/rssfit/language/french/admin.php (rev 0)
+++ XoopsLanguages/french/modules/rssfit/rssfit 1.30/rssfit/language/french/admin.php 2014-03-08 06:59:18 UTC (rev 12354)
@@ -0,0 +1,64 @@
+<?php
+// $Id: admin.php 12344 2014-03-03 01:32:43Z beckmi $
+define("_AM_SAVE","Sauver");
+define("_AM_OK","Ok");
+define("_AM_DBUPDATED","Base de données mise à jour avec succès !");
+define("_AM_ACTION","Action");
+define("_AM_ID","ID");
+
+define("_AM_EDIT_INTRO", "Editer l' intro");
+define("_AM_EDIT_INTRO_TITLE", "Titre de l'intro");
+define("_AM_EDIT_INTRO_TITLE_DESC", "{SITENAME} affichera ".$xoopsConfig['sitename']);
+define("_AM_EDIT_INTRO_TEXT", "Texte de l'intro");
+define("_AM_EDIT_INTRO_TEXT_DESC", _AM_EDIT_INTRO_TITLE_DESC.'<br /><br />{SITEURL} affichera '.XOOPS_URL.'/');
+
+define("_AM_EDIT_PLUGIN", "Gérer les Plug-ins");
+define('_AM_PLUGIN_ACTIVATED', 'Plug-ins activés');
+define('_AM_PLUGIN_INACTIVE', 'Plug-ins inactivés');
+define('_AM_PLUGIN_NONINSTALLED', 'Plug-ins non-installés');
+define('_AM_PLUGIN_MODNAME', 'Module');
+define('_AM_PLUGIN_FILENAME', 'Nom de fichier');
+define('_AM_PLUGIN_SHOWXENTRIES', 'Entrées à afficher');
+define('_AM_PLUGIN_ORDER', 'Ordre d\'affichage');
+define('_AM_PLUGIN_DEACTIVATE', 'Désactiver');
+define('_AM_PLUGIN_ACTIVATE', 'Activer');
+define('_AM_PLUGIN_INSTALL', 'Installer');
+define('_AM_PLUGIN_UNINSTALL', 'Désinstaller');
+
+// errors
+define('_AM_PLUGIN_UNKNOWNERROR', 'Erreur inconnue');
+define('_AM_PLUGIN_FILENOTFOUND', 'Fichier de plug-in non trouvé');
+define('_AM_PLUGIN_MODNOTFOUND', 'Module non trouvé');
+define('_AM_PLUGIN_CLASSNOTFOUND', 'Plug-in non compatible (Class inexistante)');
+define('_AM_PLUGIN_FUNCNOTFOUND', 'Plug-in non compatible (Function inexistante)');
+
+################### version 1.1 additions ###################
+define("_AM_XOOPS_VERSION_WRONG", "Version prérequise de XOOPS non trouvée. RSSFit pourrait mal fonctionner.");
+define('_AM_DB_RECORD_MISSING', 'Enregistrements essentiels dans la base non trouvés, réinstaller RSSFit');
+define('_AM_MAINFEED', 'Principal Flux');
+define('_AM_DO_HTML', 'Utiliser les tags HTML');
+define('_AM_DO_BR', 'Convertir les retours à la ligne');
+define('_AM_EDIT_CHANNEL', 'Editer les infos du flux');
+define('_AM_EDIT_CHANNEL_QMARK', ' [?]');
+define('_AM_EDIT_CHANNEL_MOREINFO', 'Plus d\'info');
+define('_AM_EDIT_CHANNEL_REQUIRED', 'Informations requises du flux');
+define('_AM_EDIT_CHANNEL_OPTIONAL', 'Informations optionnelles du flux');
+define('_AM_EDIT_CHANNEL_IMAGE', 'Propriétés de l\'image du flux');
+define('_AM_PLUGIN_NONE', 'Vous n\'avez pas de plug-in d\'installé');
+define('_AM_SUB_LIST', 'Sous-flux');
+define('_AM_SUB_FILENAME_URL', 'Fichier de plug-in / URL de sous-flux');
+define('_AM_SUB_ACTIVATE', 'Activé');
+define('_AM_SUB_CONFIGURE', 'Configurer');
+define('_AM_SUB_EDIT', 'Configurer le sous-flux : %s');
+define('_AM_SUB_PLUGIN_NONE', 'Plug-in non installé');
+define('_AM_SUB_TITLE', 'Titre');
+define('_AM_SUB_LINK', 'Lien');
+define('_AM_SUB_DESC', 'Description');
+define('_AM_STICKY_EDIT', 'Editer le texte d\'entête');
+define('_AM_STICKY_TITLE', 'Titre du texte d\'entête');
+define('_AM_STICKY_CONTENT', 'Corps du texte d\'entête');
+define('_AM_STICKY_LINK', 'Lien du texte d\'entête');
+define('_AM_STICKY_APPLYTO', 'Appliquer aux flux');
+define("_AM_EDIT_INTRO_TEXT_DESC_SUB", '<br /><br />{SUB} affichera une liste des sous-flux disponibles');
+define("_AM_EDIT_INTRO_SUB", 'Tags HTML pour les sous-flux listés');
+define("_AM_EDIT_INTRO_SUB_DESC", "Tags extra :<br />{URL} (URL des sous-flux)<br />{TITLE} (titre des sous-flux)<br />{DESC} (description des sous-flux)");
Added: XoopsLanguages/french/modules/rssfit/rssfit 1.30/rssfit/language/french/index.html
===================================================================
--- XoopsLanguages/french/modules/rssfit/rssfit 1.30/rssfit/language/french/index.html (rev 0)
+++ XoopsLanguages/french/modules/rssfit/rssfit 1.30/rssfit/language/french/index.html 2014-03-08 06:59:18 UTC (rev 12354)
@@ -0,0 +1 @@
+ <script>history.go(-1);</script>
\ No newline at end of file
Added: XoopsLanguages/french/modules/rssfit/rssfit 1.30/rssfit/language/french/install.php
===================================================================
--- XoopsLanguages/french/modules/rssfit/rssfit 1.30/rssfit/language/french/install.php (rev 0)
+++ XoopsLanguages/french/modules/rssfit/rssfit 1.30/rssfit/language/french/install.php 2014-03-08 06:59:18 UTC (rev 12354)
@@ -0,0 +1,16 @@
+<?php
+// $Id: install.php 12344 2014-03-03 01:32:43Z beckmi $
+define('_INTRO_TITLE', 'Syndiquer ce site');
+define('_INTRO_CONTENT', '<a href="rss.php"><img src="images/rss.gif" alt="RSS feed" /></a> <a href="rss.php"> <img src="images/xml.gif" alt="RSS feed" /></a>
+
+{SITENAME} alimente son propre <a href="rss.php">Flux RSS</a> au format XML. Les entrées et descriptions sont mises à jour automatiquement et sont rapidement lisibles au sein de votre lecteur RSS.
+
+Si vous n\'ètes pas encore familliarisé avec le RSS, c\'est un <a href="http://blogs.law.harvard.edu/tech/rss">format web standard</a> de publication d\'entête de news. Les flux RSS peuvent être rapidement lus avec des logiciels spécifiques et facilement incorporés dans des blogs ou d\'autres contenus web.
+
+Nous vous recommandons comme logiciels lecteurs RSS <a href="http://ranchero.com/netnewswire/#lite">NetNewsWire Lite</a> (Mac OS X), <a href="http://sourceforge.net/projects/feedreader">Feedreader</a> (Windows) et <a href="http://www.disobey.com/amphetadesk/">AmphetaDesk</a> (multi-platforme), ou tout simplement en établissant une recherche avec <a href="http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=RSS+reader">RSS reader</a> sur Google.
+
+Voici les liens URLs des sous-sections de flux :
+{SUB}
+Les flux RSS de ce site sont générés par le module xoops <a href="http://www.brandycoke.com/products/rssfit/">RSSFit</a>.');
+define('_INSTALL_INTRO_SUB', '<a href="{URL}">{TITLE}</a>: {DESC}<br /><a href="{URL}">{URL}</a><br /><br />');
+
Added: XoopsLanguages/french/modules/rssfit/rssfit 1.30/rssfit/language/french/main.php
===================================================================
--- XoopsLanguages/french/modules/rssfit/rssfit 1.30/rssfit/language/french/main.php (rev 0)
+++ XoopsLanguages/french/modules/rssfit/rssfit 1.30/rssfit/language/french/main.php 2014-03-08 06:59:18 UTC (rev 12354)
@@ -0,0 +1,3 @@
+<?php
+// $Id: main.php 12344 2014-03-03 01:32:43Z beckmi $
+
Added: XoopsLanguages/french/modules/rssfit/rssfit 1.30/rssfit/language/french/modinfo.php
===================================================================
--- XoopsLanguages/french/modules/rssfit/rssfit 1.30/rssfit/language/french/modinfo.php (rev 0)
+++ XoopsLanguages/french/modules/rssfit/rssfit 1.30/rssfit/language/french/modinfo.php 2014-03-08 06:59:18 UTC (rev 12354)
@@ -0,0 +1,44 @@
+<?php
+// $Id: modinfo.php 12344 2014-03-03 01:32:43Z beckmi $
+// Module Info
+
+// The name of this module
+define("_MI_RSSFIT_NAME","XML (Flux RSS)");
+
+// A brief description of this module
+define("_MI_RSSFIT_DESC","Générateur XML de flux de news RSS avec plugins ");
+
+// admin/menu.php
+define("_MI_RSSFIT_ADMENU1","Editer l'intro");
+define("_MI_RSSFIT_ADMENU2","Plug-ins");
+define("_MI_RSSFIT_ADMENU3","Infos du Flux");
+define("_MI_RSSFIT_ADMENU4","Sous-Flux");
+define("_MI_RSSFIT_ADMENU5","Texte d'entête");
+
+// Module Configs
+define("_MI_OVERALL_ENTRIES","Nombre total d'entrées");
+define("_MI_OVERALL_ENTRIES_DESC","Nombre total d'entrées montrées dans le flux RSS");
+define("_MI_PLUGIN_ENTRIES","Nombre d'entrées par défaut pour les plug-ins");
+define("_MI_PLUGIN_ENTRIES_DESC","Nombre d'entrées par défaut à afficher pour chaque plug-in quand ceux-ci sont installés");
+define("_MI_ENTRIES_SORT","Entrées classées par");
+define("_MI_ENTRIES_SORT_DESC","Classement de sortie des entrées dans le flux RSS");
+define("_MI_ENTRIES_SORT_DATE","Date");
+define("_MI_ENTRIES_SORT_CAT","Catégorie");
+define("_MI_CACHE","Temps de cache (en minutes)");
+define("_MI_CACHE_DESC","Cette options sera également utilisée par le canal Time-to-Live (TTL) élément de la sortie RSS.");
+define("_MI_MAXCHAR","Maximum de caractères dans les descriptions");
+define("_MI_MAXCHAR_DESC","0 = montrer le contenu entier");
+define("_MI_STRIPHTML","Enlèver les tags HTML");
+define("_MI_STRIPHTML_DESC","Enlèver les tags HTML dans les descriptions, Xoopscodes et Emoticones compris.");
+define("_MI_ENCODE_UTF8","Encoder les contenus en UTF-8");
+define("_MI_ENCODE_UTF8_DESC","Info : Ne fonctionne probablement pas et est recommandé de mettre sur non.");
+
+// template explanations
+define("_MI_TMPL_INTRO","Introduction pour la page d'accueil du module");
+define("_MI_TMPL_RSS","Données du flux RSS");
+
+######### version 1.1 additions #########
+define("_MI_OUTOUT_MIME","Type MIME de la sortie RSS");
+define("_MI_OUTOUT_MIME_XML","XML (text/xml)");
+define("_MI_OUTOUT_MIME_HTML","HTML (text/html)");
+define("_MI_OUTOUT_MIME_PHP","HTML avec php-debug");
|