You can subscribe to this list here.
| 2005 |
Jan
|
Feb
|
Mar
(95) |
Apr
(270) |
May
(111) |
Jun
|
Jul
|
Aug
(64) |
Sep
(130) |
Oct
(319) |
Nov
(17) |
Dec
(191) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2006 |
Jan
(53) |
Feb
|
Mar
|
Apr
|
May
(6) |
Jun
(387) |
Jul
(102) |
Aug
(247) |
Sep
(120) |
Oct
(1) |
Nov
(8) |
Dec
(21) |
| 2007 |
Jan
(38) |
Feb
(36) |
Mar
|
Apr
(32) |
May
(135) |
Jun
(523) |
Jul
(192) |
Aug
(103) |
Sep
(533) |
Oct
(77) |
Nov
(23) |
Dec
(203) |
| 2008 |
Jan
(312) |
Feb
(1193) |
Mar
(404) |
Apr
(67) |
May
(62) |
Jun
(497) |
Jul
(297) |
Aug
(110) |
Sep
(335) |
Oct
(256) |
Nov
(50) |
Dec
(118) |
| 2009 |
Jan
(67) |
Feb
(10) |
Mar
(1) |
Apr
(1) |
May
|
Jun
(10) |
Jul
(61) |
Aug
|
Sep
(16) |
Oct
(45) |
Nov
(12) |
Dec
(14) |
| 2010 |
Jan
(30) |
Feb
|
Mar
|
Apr
(4) |
May
|
Jun
|
Jul
(7) |
Aug
(7) |
Sep
(5) |
Oct
(5) |
Nov
|
Dec
|
| 2011 |
Jan
(7) |
Feb
(3) |
Mar
(89) |
Apr
(11) |
May
(5) |
Jun
|
Jul
(8) |
Aug
(1) |
Sep
(2) |
Oct
|
Nov
(2) |
Dec
(89) |
| 2012 |
Jan
(7) |
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
(3) |
Oct
(42) |
Nov
(1) |
Dec
|
| 2013 |
Jan
|
Feb
|
Mar
(19) |
Apr
(90) |
May
(38) |
Jun
(235) |
Jul
(38) |
Aug
(10) |
Sep
|
Oct
(29) |
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
(6) |
May
(52) |
Jun
|
Jul
(7) |
Aug
|
Sep
(17) |
Oct
|
Nov
|
Dec
|
|
From: Florin C B. <ory...@us...> - 2012-10-25 12:59:19
|
Update of /cvsroot/mxbb/mx_linkdb/linkdb/includes
In directory vz-cvs-4.sog:/tmp/cvs-serv5767
Modified Files:
linkdb_constants.php
Log Message:
constants
Index: linkdb_constants.php
===================================================================
RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/includes/linkdb_constants.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** linkdb_constants.php 3 Jun 2008 20:10:09 -0000 1.15
--- linkdb_constants.php 25 Oct 2012 12:59:17 -0000 1.16
***************
*** 29,35 ****
$is_block = false;
}
!
! define( 'LINKDB_ROOT_CAT', 0 );
!
//
// Tables
--- 29,35 ----
$is_block = false;
}
! define('PAGE_LINKS', -14);
! define('PAGE_LINKDB', -14); // If this id generates a conflict with other mods, change it ;);
! define('LINKDB_ROOT_CAT', 0);
//
// Tables
|
|
From: Florin C B. <ory...@us...> - 2012-10-25 12:59:08
|
Update of /cvsroot/mxbb/mx_kb/kb/includes
In directory vz-cvs-4.sog:/tmp/cvs-serv5746
Modified Files:
kb_constants.php
Log Message:
constants
Index: kb_constants.php
===================================================================
RCS file: /cvsroot/mxbb/mx_kb/kb/includes/kb_constants.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** kb_constants.php 3 Jun 2008 20:10:24 -0000 1.14
--- kb_constants.php 25 Oct 2012 12:59:06 -0000 1.15
***************
*** 33,37 ****
// This file defines specific constants for the module
// -------------------------------------------------------------------------
! define( 'PAGE_KB', -501 );
define( 'KB_ARTICLES_TABLE', $mx_table_prefix . 'kb_articles' );
define( 'KB_CATEGORIES_TABLE', $mx_table_prefix . 'kb_categories' );
--- 33,39 ----
// This file defines specific constants for the module
// -------------------------------------------------------------------------
! define('PAGE_KB_DEFAULT', -42);
! define('PAGE_KB', -42); // If this id generates a conflict with other mods, change it ;);
!
define( 'KB_ARTICLES_TABLE', $mx_table_prefix . 'kb_articles' );
define( 'KB_CATEGORIES_TABLE', $mx_table_prefix . 'kb_categories' );
|
|
From: Florin C B. <ory...@us...> - 2012-10-25 12:58:56
|
Update of /cvsroot/mxbb/mx_forum/includes In directory vz-cvs-4.sog:/tmp/cvs-serv5735 Modified Files: forum_constants.php Log Message: constants Index: forum_constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_forum/includes/forum_constants.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** forum_constants.php 6 Mar 2005 01:12:18 -0000 1.7 --- forum_constants.php 25 Oct 2012 12:58:54 -0000 1.8 *************** *** 33,37 **** $images['printer'] = "$current_template_images/printer.gif"; ! define( 'POST_ADD_TYPE', 20 ); define( 'TOPIC_ADD_TYPE_TABLE', $mx_table_prefix . 'topic_add_type' ); --- 33,37 ---- $images['printer'] = "$current_template_images/printer.gif"; ! define( 'PAGE_FORUM', -70 ); define( 'POST_ADD_TYPE', 20 ); define( 'TOPIC_ADD_TYPE_TABLE', $mx_table_prefix . 'topic_add_type' ); |
|
From: Florin C B. <ory...@us...> - 2012-10-25 12:58:46
|
Update of /cvsroot/mxbb/mx_errordocs/includes
In directory vz-cvs-4.sog:/tmp/cvs-serv5714
Modified Files:
common.php
Log Message:
constants
Index: common.php
===================================================================
RCS file: /cvsroot/mxbb/mx_errordocs/includes/common.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** common.php 30 Sep 2009 16:00:27 -0000 1.9
--- common.php 25 Oct 2012 12:58:44 -0000 1.10
***************
*** 19,23 ****
//
define('ERRORDOCS_LOG_TABLE', $mx_table_prefix.'errordocs_log');
!
global $mx_user;
--- 19,23 ----
//
define('ERRORDOCS_LOG_TABLE', $mx_table_prefix.'errordocs_log');
! define('PAGE_ERRORS', -65);
global $mx_user;
|
|
From: Florin C B. <ory...@us...> - 2012-10-25 12:58:36
|
Update of /cvsroot/mxbb/mx_calsnails/includes In directory vz-cvs-4.sog:/tmp/cvs-serv5700 Modified Files: cal_settings.php Log Message: constants Index: cal_settings.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/includes/cal_settings.php,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** cal_settings.php 16 Dec 2008 22:34:15 -0000 1.19 --- cal_settings.php 25 Oct 2012 12:58:33 -0000 1.20 *************** *** 27,31 **** // define( 'SECONDS_PER_DAY', 86400 ); // 24h * 60m * 60s ! global $mx_user; --- 27,31 ---- // define( 'SECONDS_PER_DAY', 86400 ); // 24h * 60m * 60s ! define( 'PAGE_CALENDAR', -91 ); global $mx_user; |
|
From: Florin C B. <ory...@us...> - 2012-10-25 12:58:25
|
Update of /cvsroot/mxbb/core/includes
In directory vz-cvs-4.sog:/tmp/cvs-serv5664
Modified Files:
mx_constants.php
Log Message:
constants
Index: mx_constants.php
===================================================================
RCS file: /cvsroot/mxbb/core/includes/mx_constants.php,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** mx_constants.php 28 Sep 2009 11:24:28 -0000 1.33
--- mx_constants.php 25 Oct 2012 12:58:23 -0000 1.34
***************
*** 45,48 ****
--- 45,195 ----
!defined('PAGE_TOPIC_OFFSET') ? define('PAGE_TOPIC_OFFSET', 5000) : false;
+ /*
+ // Page numbers for session handling <- this values by MJ, Fully Modded phpBBFM , and OryNider, MXP CMS
+ define('PAGE_INDEX', 0);
+ define('PAGE_HOME', 0);
+ define('PAGE_VIEWFORUM', 0);
+ define('PAGE_VIEWFORUMLIST', 0);
+ define('PAGE_VIEWTOPIC', 0);
+ define('PAGE_LOGIN', -1);
+ define('PAGE_SEARCH', -2);
+ define('PAGE_REGISTER', -3);
+ define('PAGE_PROFILE', -4);
+ define('PAGE_PROFILE_MAIN', -4);
+ define('PAGE_UCP', -4);
+ define('PAGE_VIEWPROFILE', -5);
+ define('PAGE_VIEWONLINE', -6);
+ define('PAGE_VIEWMEMBERS', -7);
+ define('PAGE_MEMBERLIST', -7);
+ define('PAGE_FAQ', -8);
+ define('PAGE_RULES', -8);
+ define('PAGE_POSTING', -9);
+ define('PAGE_PRIVMSGS', -10);
+ define('PAGE_PRIVMSG', -10);
+ define('PAGE_GROUPCP', -11);
+ define('PAGE_GROUP_CP', -11);
+ define('PAGE_SMILES', -12);
+ define('PAGE_TELLFRIEND', -13);
+ // 14 defined in linksdb_constants.php
+ // 15 defined in pafiledb_constants.php
+ define('PAGE_TOPIC_VIEW', -16);
+ define('PAGE_DIGEST', -17);
+ define('PAGE_STAFF', -18);
+ // 19 - 22 defined in music/music_constants.php
+ define('PAGE_ATTACHMENTS', -23);
+ define('PAGE_BOOKIES', -24);
+ define('PAGE_BOOKIE_ALLSTATS', -25);
+ define('PAGE_BOOKIE_YOURSTATS', -26);
+ define('PAGE_CALENDAR', -27);
+ define('PAGE_BANK', -28);
+ define('PAGE_SHOP', -29);
+ define('PAGE_STATISTICS', -30);
+ define('PAGE_CARD', -31);
+ define('PAGE_RATINGS', -32);
+ define('PAGE_PORTAL', -33);
+ define('PAGE_CHATROOM', -34);
+ define('PAGE_IMLIST', -35);
+ define('PAGE_TOPLIST', -36);
+ define('PAGE_LOTTERY', -37);
+ define('PAGE_ACTIVITY', -38);
+ define('PAGE_PLAYING_GAMES', -39);
+ define('PAGE_CHARTS', -40);
+ define('PAGE_RSS', -41);
+ define('PAGE_BANLIST', -43);
+ define('PAGE_TOPICS_STARTED', -44);
+ define('PAGE_MEETING', -45);
+ define('PAGE_FORUM_TOUR', -46);
+ define('PAGE_HELPDESK', -47);
+ define('PAGE_THREAD_KICKER', -48);
+ define('PAGE_SHOUTBOX', -49);
+ define('PAGE_SHOUTBOX_MAX', -49);
+ // 50 - 53 defined in album/album_constants.php
+ // 53 - 54 defined in attachments/constants.php change them if have conflict with album constants
+ define('PAGE_AUCTIONS', -55);
+ define('PAGE_MEDALS', -56);
+ define('PAGE_JOBS', -57);
+ define('PAGE_AVATAR_TOPLIST', -58);
+ define('PAGE_AVATAR_LIST', -59);
+ define('PAGE_GUESTBOOK', -60);
+ define('PAGE_SITEMAP', -61);
+ define('PAGE_REDIRECT', -62);
+ define('PAGE_LEXICON', -63);
+ define('PAGE_DRAFTS', -64);
+ define('PAGE_ERRORS', -65);
+
+ // Portal modules page numbers for session handling
+ define('PAGE_LINKS', -14);
+ define('PAGE_LINKDB', -14); // If this id generates a conflict with other mods, change it ;);
+
+ define('PAGE_DL_DEFAULT', -15);
+ define('PAGE_DLOAD', -15);
+ define('PAGE_DOWNLOAD', -15); // If this id generates a conflict with other mods, change it ;);
+
+ define('PAGE_MUSIC_DEFAULT', -19);
+ define('PAGE_MUSIC', -19); // for Session Handling
+ define('PAGE_MUSIC_PERSONAL', -20);
+ define('PAGE_MUSIC_PICTURE', -21);
+ define('PAGE_MUSIC_SEARCH', -22);
+
+ define('PAGE_KB_DEFAULT', -42);
+ define('PAGE_KB', -42); // If this id generates a conflict with other mods, change it ;);
+
+ define('PAGE_ALBUM_DEFAULT', -50);
+ define('PAGE_ALBUM', -50); // for Session Handling
+ define('PAGE_ALBUM_PERSONAL', -51);
+ define('PAGE_IMAGES', -52);
+ define('PAGE_ALBUM_PICTURE', -52);
+ define('PAGE_IMAGE_THUMBNAIL', -52);
+ define('PAGE_IMAGE_THUMBNAIL_S', -52);
+ define('PAGE_ALBUM_SEARCH', -53);
+ define('PAGE_ALBUM_RSS', -54);
+
+ define('PAGE_NEWS', -77);
+ define('PAGE_NEWSSUITE', -77);
+
+ define('PAGE_MODULE_ADMIN', -78);
+ define('PAGE_PORTAL_ADMIN', -79);
+ define('PAGE_META_ADMIN', -80);
+ define('PAGE_ADS', -81);
+ define('PAGE_ADS_POST' , -82);
+ define('PAGE_ADS_ADMIN' , -83);
+
+ define('PAGE_WELCOME' , -84);
+ define('PAGE_WELCOME_ADMIN', -85);
+
+ define('PAGE_WEATHER', -86);
+ define('PAGE_WEATHER_EDIT', -87);
+
+ define('PAGE_URL', -88);
+
+ define('PAGE_CALENDAR', -91);
+
+ define('PAGE_RECENT', -92);
+ define('PAGE_REFERERS', -93);
+
+ define('PAGE_AJAX_CHAT', -94); // for Session Handling
+ define('PAGE_AJAX_SHOUTBOX', -95);
+
+ define('PAGE_ANNOUNCEMENT', -75);
+ define('PAGE_ANNOUNCEMENT_ADMIN' , -76);
+
+ define('PAGE_CONTACT_US', -98);
+
+ // Portal page numbers for session handling
+ define('PAGE_FORUM', -70);
+ define('PAGE_MENU_NAV', -71);
+ define('PAGE_MENU_ADMIN', -72);
+ define('PAGE_POLL', -73);
+ define('PAGE_LAST_MSG', -74);
+ define('PAGE_STATISTICS', -90);
+ define('PAGE_CREDITS', -99);
+ define('PAGE_TAGS', -100);
+
+ define('PAGE_TOPIC_OFFSET', 5000);
+
+
+ // You can customize this page
+ */
+
// Auth settings (blockCP)
!defined('AUTH_LIST_ALL') ? define('AUTH_LIST_ALL', 0) : false;
|
|
From: Florin C B. <ory...@us...> - 2012-10-22 18:44:32
|
Update of /cvsroot/mxbb/mx_chatbox/admin
In directory vz-cvs-4.sog:/tmp/cvs-serv31932
Modified Files:
index_chatbox.php
Log Message:
Index: index_chatbox.php
===================================================================
RCS file: /cvsroot/mxbb/mx_chatbox/admin/index_chatbox.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** index_chatbox.php 11 Oct 2008 04:04:34 -0000 1.1
--- index_chatbox.php 22 Oct 2012 18:44:30 -0000 1.2
***************
*** 25,36 ****
//
! // Security and Page header
//
! define('IN_PORTAL', 1);
! $mx_root_path = './../';
! require($mx_root_path . 'extension.inc');
$no_page_header = TRUE;
! require('./pagestart.' . $phpEx);
!
// ------------------------------
--- 25,37 ----
//
! // Setup basic portal stuff...
//
! define('IN_PORTAL', true);
! $mx_root_path = '../../../';
! $module_root_path = "../";
! $phpEx = substr(strrchr(__FILE__, '.'), 1);
$no_page_header = TRUE;
! //require('./pagestart.' . $phpEx);
! require($mx_root_path . '/admin/pagestart.'.$phpEx);
// ------------------------------
***************
*** 84,89 ****
if( isset($HTTP_GET_VARS['pane']) && $HTTP_GET_VARS['pane'] == 'left' )
{
! include('./page_header_admin.'.$phpEx);
!
$template->set_filenames(array(
'body' => 'admin/index_navigate.tpl')
--- 85,90 ----
if( isset($HTTP_GET_VARS['pane']) && $HTTP_GET_VARS['pane'] == 'left' )
{
! //include('./page_header_admin.'.$phpEx);
! include_once($mx_root_path . 'admin/page_header_admin.'.$phpEx);
$template->set_filenames(array(
'body' => 'admin/index_navigate.tpl')
***************
*** 298,308 ****
$template->pparse('body');
! include('./page_footer_admin.'.$phpEx);
}
elseif( isset($HTTP_GET_VARS['pane']) && $HTTP_GET_VARS['pane'] == 'right' )
{
! include('./page_header_admin.'.$phpEx);
!
$template->set_filenames(array(
"body" => "admin/index_body.tpl")
--- 299,310 ----
$template->pparse('body');
! //include('./page_footer_admin.'.$phpEx);
! include_once($mx_root_path . 'admin/page_header_admin.'.$phpEx);
}
elseif( isset($HTTP_GET_VARS['pane']) && $HTTP_GET_VARS['pane'] == 'right' )
{
! //include('./page_header_admin.'.$phpEx);
! include_once($mx_root_path . 'admin/page_header_admin.'.$phpEx);
$template->set_filenames(array(
"body" => "admin/index_body.tpl")
***************
*** 895,900 ****
$template->pparse("body");
! include('./page_footer_admin.'.$phpEx);
!
}
else
--- 897,902 ----
$template->pparse("body");
! //include('./page_footer_admin.'.$phpEx);
! include_once($mx_root_path.'admin/page_header_admin.'.$phpEx);
}
else
***************
*** 904,913 ****
//
$template->set_filenames(array(
! "body" => "admin/index_frameset.tpl")
);
$template->assign_vars(array(
! "S_FRAME_NAV" => mx_append_sid("left.html?pane=left"),
! "S_FRAME_MAIN" => mx_append_sid("../modules/mx_chatbox/admin/admin_chatbox.$phpEx?action=cat_manage"))
);
--- 906,916 ----
//
$template->set_filenames(array(
! "body" => "admin/index_frameset.".$tplEx)
);
$template->assign_vars(array(
! 'ADMIN_TITLE' => $lang['mxBB_adminCP'],
! "S_FRAME_NAV" => mx_append_sid($mx_root_path."admin/index.$phpEx?pane=left"),
! "S_FRAME_MAIN" => mx_append_sid($module_root_path."admin/admin_chatbox.$phpEx?action=cat_manage"))
);
|
|
From: Florin C B. <ory...@us...> - 2012-10-22 08:56:30
|
Update of /cvsroot/mxbb/mx_smartor/album_mod/language/lang_romanian In directory vz-cvs-4.sog:/tmp/cvs-serv10147/lang_romanian Added Files: index.htm lang_admin.php lang_main.php Log Message: --- NEW FILE: lang_main.php --- (This appears to be a binary file; contents omitted.) --- NEW FILE: lang_admin.php --- <?php /** * * @package mxBB Portal Module - mx_smartor * @version $Id: lang_admin.php,v 1.1 2012/10/22 08:56:28 orynider Exp $ * @copyright (c) 2003 [sma...@ho..., Smartor] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * */ // // The format of this file is: // // ---> $lang["message"] = "text"; // // Specify your language character encoding... [optional] // // setlocale(LC_ALL, "en"); // // Configuration // $lang['Album_config'] = 'Album Configuration'; $lang['Album_config_explain'] = 'You can change the general settings of your Photo Album here'; $lang['Album_config_updated'] = 'Album Configuration has been updated successfully'; $lang['Click_return_album_config'] = 'Click %sHere%s to return to the Album Configuration'; $lang['Max_pics'] = 'Maximum pics for each Category (-1 = unlimited)'; $lang['User_pics_limit'] = 'Pics limit per category for each user (-1 = unlimited)'; $lang['Moderator_pics_limit'] = 'Pics limit per category for each moderator (-1 = unlimited)'; $lang['Pics_Approval'] = 'Pics Approval'; $lang['Rows_per_page'] = 'Number of rows on thumbnail page (in categories)'; $lang['Cols_per_page'] = 'Number of columns on thumbnail page (in categories)'; $lang['Thumbnail_quality'] = 'Thumbnail quality (1-100)'; $lang['Thumbnail_cache'] = 'Thumbnail cache'; $lang['Manual_thumbnail'] = 'Manual thumbnail'; $lang['GD_version'] = 'Optimize for the version of GD'; $lang['Pic_Desc_Max_Length'] = 'Pic Description/Comment Max Length (bytes)'; $lang['Hotlink_prevent'] = 'Hotlink Prevention'; $lang['Hotlink_allowed'] = 'Allowed domains for hotlink (separated by a comma)'; $lang['Personal_gallery'] = 'Allowed to create personal gallery for users'; $lang['Personal_gallery_limit'] = 'Pics limit for each personal gallery (-1 = unlimited)'; $lang['Personal_gallery_view'] = 'Who can view personal galleries'; $lang['Rate_system'] = 'Enable rate system'; $lang['Rate_Scale'] =' Rating Scale'; $lang['Comment_system'] = 'Enable comment system'; $lang['Thumbnail_Settings'] = 'Thumbnail Settings'; $lang['Extra_Settings'] = 'Extra Settings'; $lang['Default_Sort_Method'] = 'Default Sort Method'; $lang['Default_Sort_Order'] = 'Default Sort Order'; $lang['Fullpic_Popup'] = 'View full pic as a popup'; $lang['Show_Download'] = 'Show DOWNLOAD button (which enables the downloading of pictures in ZIP format) only to those who have UPLOAD permissions in the Album (if you choose ALWAYS the button will be always available even if the users has no UPLOAD permissions)'; $lang['Show_Slideshow'] = 'Enable Slideshow feature'; $lang['Show_Slideshow_Script'] = 'Enable transition effects for Slideshow'; $lang['Show_Pic_Size'] = 'Show the pic size on thumbnail'; $lang['Show_IMG_No_GD'] = 'Show GIF thumbnails without using GD libraries (full images are loaded and then just shown resized).'; $lang['Show_GIF_MidThumb'] = 'Show full GIF images if Mid Thumb is enabled.'; $lang['Show_Pics_Nav'] = 'Show Picture Navigation Box in Show Page'; $lang['Invert_Nav_Arrows'] = 'Invert the Arrows link in Showpage (right arrow = more recent)'; $lang['Show_Inline_Copyright'] = 'Show Copyrights Info on a single line'; $lang['Enable_Nuffimage'] = 'Enable Pictures Special Effects page based on Nuffmon Images Class'; $lang['Enable_Sepia_BW'] = 'Enable Sepia and B&W in Special Effects page (disable this function if you want no to load server\'s CPU)'; $lang['Show_EXIF_Info'] = 'Show picture EXIF informations'; $lang['Enable_BBCode'] = 'Enable BBCode'; $lang['Set_Memory'] = 'Set a memory limit via PHP (MB)'; $lang['Set_Memory_Explain'] = 'This feature may be used to increase memory limit in PHP (this setting must be allowed by your hosting): you can try to increase memory when your images are not loaded correctly. To avoid higher memory limits the max value is forced to be 16MB.'; $lang['LB_Preview'] = 'Enable LightBox Preview'; $lang['LB_Preview_Explain'] = 'This feature will show a LightBox with picture preview when moving the mouse over a thumbnail.'; $lang['Album_config_notice'] = 'If you change the current Photo Album settings and then select another tab, you will be prompted to save your changes.<br />The system will <b>not save</b> the changes for you automatically.'; $lang['Save_sucessfully_confimation'] = '%s was saved successfully'; $lang['Show_Recent_In_Subcats'] = 'Show recent pictures in sub categories'; $lang['Show_Recent_Instead_of_NoPics'] = 'Show recent pictures instead of no picture message'; $lang['Show_Last_Comments'] = 'Display last comments block on album index and categories'; $lang['Album_Index_Settings'] = 'Album Index'; $lang['Show_Index_Subcats'] = 'Show sub categories in index table'; $lang['Show_Index_Thumb'] = 'Show category thumbnails in index table'; $lang['Show_Index_Pics'] = 'Show the number of pictures in current category in index table'; $lang['Show_Index_Comments'] = 'Show the number of comments in current category in index table'; $lang['Show_Index_Total_Pics'] = 'Show the number of total pictures for current categories and all it\'s sub categories in index table'; $lang['Show_Index_Total_Comments'] = 'Show the number of total comments for current categories and all it\'s sub categories in index table'; $lang['Show_Index_Last_Comment'] = 'Show last comments for current categories and all it\'s sub categories in index table'; $lang['Show_Index_Last_Pic'] = 'Show last picture info for current categories and all it\'s sub categories in index table'; $lang['Line_Break_Subcats'] = 'Show each sub cat on a new line'; $lang['Show_Personal_Gallery_Link'] = 'Show Personal Gallery and Users Personal Gallery link in Sub Categories'; $lang['Album_Personal_Auth_Explain'] = 'Here you can choose which usergroup(s) can be the moderators for <b>all</b> personal album categories or just has the private access to them'; $lang['Album_debug_mode'] = 'Enable the hierarchy debug mode.<br /><span class="gensmall">This will generate a lot of extra output on the page and also some header warnings, which are all ok.<br />This option should <b>only</b> be used when having problems.</span>'; $lang['New_Pic_Check_Interval'] = 'The time to use to see if a picture is new or not.<br /><span class="gensmall"><b>Format</b> : <number><type> Where type is either h, d, w or m (hour, day, week or month)<br /> e.g. 12H = 12 hours and 12D = 12 days and 12W = 12 weeks and 12M = 12 months<br />If no type is specified the system will use <b>days</b></span>'; $lang['New_Pic_Check_Interval_Desc'] = '<span class="gensmall">H = HOURS, D = DAYS, W = WEEKS, M = MONTHS</span>'; $lang['New_Pic_Check_Interval_LV'] = 'Enabling this option the new pics counter is based on users last visit time.'; $lang['Enable_Show_All_Pics'] = 'Enable toggling of personal gallery view mode (all pictures or only selected category).<br /> When set to <b>no</b>, only selected category is shown.'; $lang['Enable_Index_Supercells'] = 'Enable super cells in the index table. <br /><span class="gensmall">This will enable the mouseover effects on the columns, also knows as the supercell effect.</span>'; $lang['Show_OTF_Link'] = 'Show "Album OTF" link on Album Index'; $lang['Show_AllPics_Link'] = 'Show "All Pics" link on Album Index'; $lang['Show_PG_Link'] = 'Show "Personal Galleries" link on Album Index'; // Personal Gallery Page $lang['Personal_Galleries'] = 'Personal Galleries'; $lang['Album_personal_gallery_title'] = 'Personal Gallery'; $lang['Album_personal_gallery_explain'] = 'On this page, you can choose which usergroups have right to create and view personal galleries. These settings only affect when you set "PRIVATE" for "Allowed to create personal gallery for users" or "Who can view personal galleries" in Album Configuration screen'; $lang['Album_personal_successfully'] = 'The setting has been updated successfully'; $lang['Click_return_album_personal'] = 'Click %sHere%s to return to the Personal Gallery Settings'; $lang['Allow_Album_Avatars'] = 'Allow users to use own posted images in Album as Avatar'; // Personal Gallery FAP $lang['Album_Personal_Settings'] = 'Personal Galleries'; $lang['Album_Personal_Settings_Explain'] = 'You can change the settings of your Personal Galleries here'; $lang['Show_Personal_Sub_Cats'] = 'Show personal sub categories in index table'; $lang['Personal_Gallery_Approval'] = 'Personal gallery pics approval'; $lang['Personal_Gallery_MOD'] = 'Personal gallery can be moderated by owner'; $lang['Personal_Sub_Cat_Limit'] = 'Maximum number of sub categories (-1 = unlimited)'; $lang['User_Can_Create_Personal_SubCats'] = 'Users can create sub categories in own personal gallery'; $lang['Click_return_personal_gallery_index'] = 'Click %shere%s to return to the personal gallery index'; $lang['Show_Recent_In_Personal_Subcats'] = 'Show recent pictures in personal sub categories'; $lang['Show_Recent_Instead_of_Personal_NoPics'] = 'Show recent pictures instead of no picture message in personal gallery'; // // Categories // $lang['Album_Categories_Title'] = 'Album Categories Control'; $lang['Album_Categories_Explain'] = 'On this screen you can manage your categories: create, alter, delete, sort, etc.'; $lang['Category_Permissions'] = 'Category Permissions'; $lang['Category_Title'] = 'Category Title'; $lang['Category_Desc'] = 'Category Description'; $lang['View_level'] = 'View Level'; $lang['Upload_level'] = 'Upload Level'; $lang['Rate_level'] = 'Rate Level'; $lang['Comment_level'] = 'Comment Level'; $lang['Edit_level'] = ' Edit Level'; $lang['Delete_level'] = 'Delete Level'; $lang['New_category_created'] = 'New category has been created successfully'; $lang['Click_return_album_category'] = 'Click %sHere%s to return to the Album Categories Manager'; $lang['Category_updated'] = 'This category has been updated successfully'; $lang['Delete_Category'] = 'Delete Category'; $lang['Delete_Category_Explain'] = 'The form below will allow you to delete a category and decide where you want to put pics it contained'; $lang['Delete_all_pics'] = 'Delete all pics'; $lang['Category_deleted'] = 'This category has been deleted successfully'; $lang['Category_changed_order'] = 'This category has been changed order successfully'; $lang['Watermark'] = 'WaterMark'; $lang['Watermark_explain'] = 'You can specify the watermark file to be used in this category. Insert the watermark file path respect to your phpBB root (i.e.: <b>modules/mx_smartor/album_mod/mark_fap.png</b>). The watermark will be applied only if Watermark feature is on.'; $lang['Personal_Root_Gallery'] = 'Personal Gallery Root Category'; $lang['Parent_Category'] = 'Parent Category (for this category)'; $lang['Child_Category_Moved'] = 'Selected category had child categories. The child categories got moved to the <B>%s</B> category.'; $lang['No_Self_Refering_Cat'] = 'You cannot set a category\'s parent to itself'; $lang['Can_Not_Change_Main_Parent'] = 'You cannot change to parent of the main category of your personal gallery'; // // Permissions // $lang['Album_Auth_Title'] = 'Album Permissions'; $lang['Album_Auth_Explain'] = 'Here you can choose which usergroup(s) can be the moderators for each album category or just has the private access'; $lang['Select_a_Category'] = 'Select a Category'; $lang['Look_up_Category'] = 'Look up Category'; $lang['Album_Auth_successfully'] = 'Auth has been updated successfully'; $lang['Click_return_album_auth'] = 'Click %sHere%s to return to the Album Permissions'; $lang['Upload'] = 'Upload'; $lang['Rate'] = 'Rate'; $lang['Comment'] = 'Comment'; // // Clear Cache // $lang['Clear_Cache'] = 'Clear Cache'; $lang['Album_clear_cache_confirm'] = 'If you use the Thumbnail Cache feature you must clear your thumbnail cache after changing your thumbnail settings in Album Configuration to make them re-generated.<br /><br /> Do you want to clear them now?'; $lang['Thumbnail_cache_cleared_successfully'] = '<br />Your thumbnail cache has been cleared successfully<br /> '; // CLowN $lang['SP_Album_config'] = 'ADV CLowN SP Configuration'; $lang['SP_Album_config_explain'] = 'Here you can configure some options for the Album Service Pack'; $lang['SP_Album_sp_general'] = 'General Config'; $lang['SP_Album_sp_watermark'] = 'WaterMark Config'; $lang['SP_Album_sp_hotornot'] = 'Hot or Not Config'; $lang['SP_Rate_type'] = 'Select how do you want picture rating to be displayed'; $lang['SP_Rate_type_0'] = 'Images only'; $lang['SP_Rate_type_1'] = 'Numbers only'; $lang['SP_Rate_type_2'] = 'Numbers and Images'; $lang['SP_Display_latest'] = 'Display latest submited pictures block'; $lang['SP_Display_highest'] = 'Display highest rated pictures block'; $lang['SP_Display_most_viewed'] = 'Display most viewed pictures block'; $lang['SP_Display_random'] = 'Display random pictures block'; $lang['SP_Pic_row'] = 'Number of rows on thumbnail page (in index)'; $lang['SP_Pic_col'] = 'Number of columns on thumbnail page (in index)'; $lang['SP_Midthumb_use'] = 'Use mid-thumbnail'; $lang['SP_Midthumb_cache'] = 'Enable caching of mid-thumbnail'; $lang['SP_Midthumb_high'] = 'Height of mid-thumbnail (pixel)'; $lang['SP_Midthumb_width'] = 'Width of mid-thumbnail (pixel)'; $lang['SP_Watermark'] = 'Use WaterMark'; $lang['SP_Watermark_users'] = 'Show WaterMark for all users, if \'No\' only display to unregistered users'; $lang['SP_Watermark_placent'] = 'WaterMark position on the picture'; $lang['SP_Hon_already_rated'] = 'Unlimited rating on Hot or Not page'; $lang['SP_Hon_sep_rating'] = 'Store Hot or Not rating in a separate table'; $lang['SP_Hon_where'] = 'Display pictures on hot or not from what categories? (leave blank to use pictures from all of the categories, if more then one category, separate by commas)'; $lang['SP_Hon_users'] = 'Can unregistered users rate'; $lang['SP_jaime_lettering'] = 'Show alphabetic navigation index within a category (Jaime Lettering)'; $lang['SP_Always'] = 'Always'; // Multiple Uploads Admin configuration $lang['Upload_Settings'] = 'Upload'; $lang['Max_Files_To_Upload'] = 'Maximum number of files user can upload at a time'; $lang['Album_upload_settings'] = 'Album Upload Settings'; $lang['Max_pregenerated_fields'] = 'Maximum number of fields to pre-generate'; $lang['Dynamic_field_generation'] = 'Enable dynamic adding of upload fields'; $lang['Pre_generate_fields'] = 'Pre generate the upload fields'; $lang['Propercase_pic_title'] = 'Propercase picture title e.g. <i>\'This Is A Picture Title\'</i><br />Setting it to \'NO\' will result in this <i>\'This is a picture title\'</i>'; $lang['Pic_Resampling'] = 'Enabling this option, each image will be resized on the fly if needed (to keep image properties respecting the album settings in ACP).'; $lang['Max_file_size_resampling'] = 'Maximum file size before resampling (bytes)'; $lang['display_most_posts'] = "Display most posts"; $lang['display_random_posts'] = "Display random posts"; $lang['display_top_ranked'] = "Display top ranked"; $lang['display_latest_posts'] = "Display latest posts"; $lang['num_of_cols'] = "Num of cols"; $lang['num_of_rows'] = "Num of rows"; $lang['album_config_updated'] = 'Mx Smartor Configuration Updated Successfully.'; $lang['Click_return_album_config'] = 'Click %sHere%s to return to mx_smartor Configuration'; //MXP $lang['index'] = 'Mx Smartor Album Index'; $lang['fullurl'] = 'Full URL subdomain/domain'; $lang['mx_album_admin'] = 'Portal Integration'; $lang['mx_album_admin_explain'] = 'Here, you can do album index and CMS page mappings.'; $lang['default_pages_title'] = 'CMS and Smartor integration'; $lang['default_pages_title_explain'] = ''; $lang['default_pages_more_title'] = 'More mappings...'; $lang['default_pages_more_title_explain'] = ''; $lang['integration_enabled'] = 'Activate the Integration?'; $lang['integration_enabled_explain'] = 'When the Smartor module integration is activated, all mx_smartor URLs will be directed to mxBB pages. If deactivated, album.php will operate "as usual"'; $lang['integration_enabled_yes'] = 'Activate'; $lang['integration_enabled_no'] = 'Do not integrate album.php'; $lang['fullurl_enabled_yes'] = 'Activate alternate fullurl'; $lang['fullurl_enabled_no'] = 'Do not activate alternate fullurl'; $lang['override'] = 'Associate album.php and portal pages'; $lang['override_explain'] = 'All mx_smartor urls are redirected to portal pages following these settings.'; $lang['override_yes'] = 'Use Block Settings'; $lang['override_no'] = 'Use fixed mappings (see below)'; // Welcome block $lang['Welcome_Msg'] = "<b>Welcome Message:</b>"; $lang['Welcome_Msginfo'] = "This message will be visible for all users."; $lang['Register_Msg'] = "<b>Register Message:</b>"; $lang['Register_Msginfo'] = "This message will only be visible for anonymous users to encourage them to register.<br />Tip: Use <b>%s</b> twice to enclose the string you want as a link to register."; $lang['Vertical_Layout'] = "<b>Vertical Layout:</b>"; $lang['Vertical_Layoutinfo'] = "Select if you wish to display this block with a <b>Vertical</b> or <b>Horizontal</b> layout."; $lang['View_JumpTo'] = "<b>View JumpTo:</b>"; $lang['View_JumpToinfo'] = "Select if you wish to display a <b>JumpToForum</b> box.<br /><u>Note:</u> Disable this feature if you use <b>Vertical layout</b>. Probably, it will make your block wider than the page column where you place this block. But, it could be useful, if you select <b>Horizontal layout</b>."; $lang['Default_Avatar'] = "<b>Default Avatar:</b>"; $lang['Default_Avatarinfo'] = "Image to be used as default welcome avatar. Will be shown when logged in user has no avatar.<br /><u>Note:</u> Relative path for this image is \"modules/mx_tinies/avatars\"."; $lang['View_PostCount'] = "<b>View Post Count:</b>"; $lang['View_PostCountinfo'] = "Specify if you wish to display the post count next to <u>View posts since last visit</u> and <u>View unread posts</u> links, shown when a user is logged in."; // // That's all Folks! // ------------------------------------------------- ?> --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> |
|
From: Florin C B. <ory...@us...> - 2012-10-22 08:54:09
|
Update of /cvsroot/mxbb/mx_smartor/album_mod/language/lang_romanian In directory vz-cvs-4.sog:/tmp/cvs-serv10059/lang_romanian Log Message: Directory /cvsroot/mxbb/mx_smartor/album_mod/language/lang_romanian added to the repository |
|
From: Florin C B. <ory...@us...> - 2012-10-22 07:16:32
|
Update of /cvsroot/mxbb/mx_smartor/album_mod/modules
In directory vz-cvs-4.sog:/tmp/cvs-serv32733
Modified Files:
album_pic.php album_rdf.php album_rss.php
Log Message:
lang encoding and permissions fix for smartor album
Index: album_rss.php
===================================================================
RCS file: /cvsroot/mxbb/mx_smartor/album_mod/modules/album_rss.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** album_rss.php 9 Sep 2008 05:05:18 -0000 1.5
--- album_rss.php 22 Oct 2012 07:16:29 -0000 1.6
***************
*** 99,111 ****
$index_url = PORTAL_URL . $index;
$thumb_url = PORTAL_URL . $thumbs;
$rss_time = date('D, j M Y G:i:s T',$time_start);
!
$board_config['sitename'] = str_replace("&","&",$board_config['sitename']);
$board_config['site_desc'] = str_replace("&","&",$board_config['site_desc']);
! $rss = "<?xml version=\"1.0\" encoding=\"ISO-8859-2\" ?>
<rss version=\"2.0\">
<channel>
! <title>" . $board_config['sitename'] . " Album (XXX needs registering)</title>
<link>" . $index_url . "</link>
<description>" . $board_config['site_desc'] . "</description>
--- 99,112 ----
$index_url = PORTAL_URL . $index;
$thumb_url = PORTAL_URL . $thumbs;
+ $s_user_lang = ($mx_user->lang['default_lang']) ? $mx_user->encode_lang($mx_user->lang['default_lang']) : $board_config['default_lang'];
$rss_time = date('D, j M Y G:i:s T',$time_start);
! //dir=\"". $lang['DIRECTION'] ."\"
$board_config['sitename'] = str_replace("&","&",$board_config['sitename']);
$board_config['site_desc'] = str_replace("&","&",$board_config['site_desc']);
! $rss = "<?xml version=\"1.0\" encoding=\"". $lang['ENCODING'] ."\"?>
<rss version=\"2.0\">
<channel>
! <title>" . $board_config['sitename'] . " Album (" . $board_config['sitename'] . ")</title>
<link>" . $index_url . "</link>
<description>" . $board_config['site_desc'] . "</description>
***************
*** 223,226 ****
--- 224,228 ----
$description = htmlentities($description);
$description .= $lang['Pic_Desc'].": ".nl2br($topics[$i]['pic_desc']);
+ $description = str_replace("&", "&", $description);
$pic_time = date('D, j M Y G:i:s T',$topics[$i]['pic_time']);
Index: album_pic.php
===================================================================
RCS file: /cvsroot/mxbb/mx_smartor/album_mod/modules/album_pic.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** album_pic.php 3 Mar 2011 14:28:40 -0000 1.8
--- album_pic.php 22 Oct 2012 07:16:29 -0000 1.9
***************
*** 168,172 ****
$album_user_access = album_permissions($album_user_id, $cat_id, ALBUM_AUTH_VIEW, $thispic);
! $auth_data = album_user_access($cat_id, $thiscat, 1, 0, 1, 1, 1, 1);
if (($auth_data['view'] == 0) && ($album_user_access['view'] == false))
--- 168,173 ----
$album_user_access = album_permissions($album_user_id, $cat_id, ALBUM_AUTH_VIEW, $thispic);
! $auth_data = album_user_access($cat_id, $thiscat, 1, 0, 1, 0, 0, 0);
! //album_user_access($cat_id, $thiscat, $view_check, $upload_check, $rate_check, $comment_check, $edit_check, $delete_check);
if (($auth_data['view'] == 0) && ($album_user_access['view'] == false))
***************
*** 182,186 ****
if ( ($thispic['cat_approval'] == ADMIN) || (($thispic['cat_approval'] == MOD) && !$album_user_access['moderator']) )
{
! if ($thispic['pic_approval'] !== 1)
{
mx_message_die(GENERAL_MESSAGE, $lang['Not_Authorised']);
--- 183,187 ----
if ( ($thispic['cat_approval'] == ADMIN) || (($thispic['cat_approval'] == MOD) && !$album_user_access['moderator']) )
{
! if ($thispic['pic_approval'] != 1)
{
mx_message_die(GENERAL_MESSAGE, $lang['Not_Authorised']);
Index: album_rdf.php
===================================================================
RCS file: /cvsroot/mxbb/mx_smartor/album_mod/modules/album_rdf.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** album_rdf.php 30 Aug 2008 04:37:11 -0000 1.4
--- album_rdf.php 22 Oct 2012 07:16:29 -0000 1.5
***************
*** 87,104 ****
$board_config['sitename'] = str_replace("&","&",$board_config['sitename']);
$board_config['site_desc'] = str_replace("&","&",$board_config['site_desc']);
!
! $rdf = "<?xml version=\"1.0\" encoding=\"ISO-8859-2\" ?>
<rdf:RDF xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\" xmlns=\"http://my.netscape.com/rdf/simple/0.9/\">
-
<channel>
! <title>" . $board_config['sitename'] . " Album (XXX needs registering)</title>
! <link>" . $index_url . "</link>
! <description>" . $board_config['site_desc'] . "</description>
! <image>
! <title>" . $board_config['sitename'] . " Forum</title>
! <link>" . $index_site . "</link>
! <description>" . $board_config['site_desc'] . "</description>
! <url>" . $images['logo_url'] . "</url>
! </image>
</channel>
";
--- 87,102 ----
$board_config['sitename'] = str_replace("&","&",$board_config['sitename']);
$board_config['site_desc'] = str_replace("&","&",$board_config['site_desc']);
!
! $rdf = "<?xml version=\"1.0\" encoding=\"". $lang['ENCODING'] ."\"?>
<rdf:RDF xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\" xmlns=\"http://my.netscape.com/rdf/simple/0.9/\">
<channel>
! <title>". $board_config['sitename'] ." Album (XXX needs registering)</title>
! <description>". $board_config['site_desc'] ."</description>
! <image>" . $images['logo_url'] ."</image>
! <title>". $board_config['sitename'] ." Forum</title>
! <link>" . $index_site ."</link>
! <url>". $index_url ."</url>
! <language>en-us</language>
! <generator>FAP</generator>
</channel>
";
***************
*** 184,195 ****
{
$title = $topics[$i]['pic_title'];
! $title = str_replace("&","&",$title);
$url = $index_url . "?" . "pic_id=" . $topics[$i]['pic_id'] . $picrow[$i]['pic_id'];
$thumb = $thumb_url . "?" . "pic_id=" . $topics[$i]['pic_id'] . $picrow[$i]['pic_id'];
! $description = '<a href="' . $url . '"><img src="' . $thumb . '" border="1" vspace="2" hspace="2" align="left" ></a>';
! $description = htmlentities($description);
! $description .= $lang['Pic_Desc'].": ".nl2br($topics[$i]['pic_desc']);
!
$rdf .= "
<item>
--- 182,193 ----
{
$title = $topics[$i]['pic_title'];
! $title = str_replace("&", "&", $title);
$url = $index_url . "?" . "pic_id=" . $topics[$i]['pic_id'] . $picrow[$i]['pic_id'];
$thumb = $thumb_url . "?" . "pic_id=" . $topics[$i]['pic_id'] . $picrow[$i]['pic_id'];
! $description = '<a href="' . $url . '"><img src="' . $thumb . '" border="1" vspace="2" hspace="2" align="left"></a>';
! $description = htmlentities($description);
! $description .= $lang['Pic_Desc'].": ".nl2br($topics[$i]['pic_desc']);
! $description = str_replace("&", "&", $description);
$rdf .= "
<item>
|
|
From: Florin C B. <ory...@us...> - 2012-10-21 00:05:40
|
Update of /cvsroot/mxbb/core/templates/mxSilver/admin
In directory vz-cvs-4.sog:/tmp/cvs-serv26363
Added Files:
mxSiver.css
Log Message:
Italian Language
--- NEW FILE: mxSiver.css ---
@CHARSET "UTF-8";
BODY {
margin:5px;
}
TH, TD {
font-size: 68.5%;
}
.gen {
font-size: 1.1em;
}
|
|
From: Florin C B. <ory...@us...> - 2012-10-21 00:05:27
|
Update of /cvsroot/mxbb/core/templates/_core In directory vz-cvs-4.sog:/tmp/cvs-serv26298 Added Files: _core.css Log Message: Italian Language --- NEW FILE: _core.css --- /* The original subSilver Theme for phpBB version 2+ Created by subBlue design http://www.subBlue.com */ /* General page style. The scroll bar colours only visible in IE5.5+ */ body { background-color: #E5E5E5; scrollbar-face-color: #DEE3E7; scrollbar-highlight-color: #FFFFFF; scrollbar-shadow-color: #DEE3E7; scrollbar-3dlight-color: #D1D7DC; scrollbar-arrow-color: #006699; scrollbar-track-color: #EFEFEF; scrollbar-darkshadow-color: #98AAB1; } /* General font families for common tags */ font, th, td, p { font-family: Verdana, Arial, Helvetica, sans-serif } a:link, a:active, a:visited { color : #006699; } a:hover { text-decoration: underline; color : #DD6900; } hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;} /* This is the border line & background colour round the entire page */ .bodyline { background-color: #FFFFFF; border: 1px #98AAB1 solid; } /* This is the outline round the main forum tables */ .forumline { background-color: #FFFFFF; border: 2px #006699 solid; } /* //====================================================================== | //==== Start Advanced BBCode Box MOD =================================== | //==== v5.1.0 ========================================================== | //==== */ .postimage { cursor: pointer; cursor: hand; } .postimage:hover { background-color: #C2CFE5; cursor: pointer; cursor: hand; } /* //==== //==== End Advanced BBCode Box MOD ==================================== | //===================================================================== | */ /* Main table cell colours and backgrounds */ td.row1 { background-color: #EFEFEF; } td.row2 { background-color: #DEE3E7; } td.row3 { background-color: #D1D7DC; } /* This is for the table cell above the Topics, Post & Last posts on the index.php page By default this is the fading out gradiated silver background. However, you could replace this with a bitmap specific for each forum */ td.rowpic { background-color: #FFFFFF; background-image: url('images/phpbb2/cellpic2.jpg'); background-repeat: repeat-y } /* Header cells - the blue and silver gradient backgrounds */ th { color: #FFA34F; font-size: 11px; font-weight : bold; background-color: #006699; height: 25px; background-image: url('images/phpbb2/cellpic3.gif'); } td.cat, td.catHead, td.catSides, td.catLeft, td.catRight, td.catBottom { background-image: url('images/phpbb2/cellpic1.gif'); background-color:#D1D7DC; border: medium solid #FFFFFF; height: 28px } /* Setting additional nice inner borders for the main table cells. The names indicate which sides the border will be on. Don't worry if you don't understand this, just ignore it :-) */ td.cat, td.catHead, td.catBottom { height: 29px; border-width: 0px 0px 0px 0px; } th.thHead, th.thSides, th.thTop, th.thLeft, th.thRight, th.thBottom, th.thCornerL, th.thCornerR { font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; } td.row3Right, td.spaceRow { background-color: #D1D7DC; border: #FFFFFF; border-style: solid; } th.thHead, td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; } th.thSides, td.catSides, td.spaceRow { border-width: 0px 1px 0px 1px; } th.thRight, td.catRight, td.row3Right { border-width: 0px 1px 0px 0px; } th.thLeft, td.catLeft { border-width: 0px 0px 0px 1px; } th.thBottom, td.catBottom { border-width: 0px 1px 1px 1px; } th.thTop { border-width: 1px 0px 0px 0px; } th.thCornerL { border-width: 1px 0px 0px 1px; } th.thCornerR { border-width: 1px 1px 0px 0px; } /* The largest text used in the index page title and toptic title etc. */ .maintitle, h1, h2 { font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif; text-decoration: none; line-height : 120%; color : #000000; } /* General text */ .gen { font-size : 12px; } .genmed { font-size : 11px; } .gensmall { font-size : 10px; } .gen, .genmed, .gensmall { color : #000000; } a.gen, a.genmed, a.gensmall { color: #006699; text-decoration: none; } a.gen:hover, a.genmed:hover, a.gensmall:hover { color: #DD6900; text-decoration: underline; } /* The register, login, search etc links at the top of the page */ .mainmenu { font-size : 11px; color : #000000 } a.mainmenu { text-decoration: none; color : #006699; } a.mainmenu:hover{ text-decoration: underline; color : #DD6900; } /* Forum category titles */ .cattitle { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699} a.cattitle { text-decoration: none; color : #006699; } a.cattitle:hover{ text-decoration: underline; } /* Forum title: Text and link to the forums used in: index.php */ .forumlink { font-weight: bold; font-size: 12px; color : #006699; } a.forumlink { text-decoration: none; color : #006699; } a.forumlink:hover{ text-decoration: underline; color : #DD6900; } /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */ .nav { font-weight: bold; font-size: 11px; color : #000000;} a.nav { text-decoration: none; color : #006699; } a.nav:hover { text-decoration: underline; } /* titles for the topics: could specify viewed link colour too */ .topictitle { font-weight: bold; font-size: 11px; color : #000000; } a.topictitle:link { text-decoration: none; color : #006699; } a.topictitle:visited { text-decoration: none; color : #5493B4; } a.topictitle:hover { text-decoration: underline; color : #DD6900; } /* Name of poster in viewmsg.php and viewtopic.php and other places */ .name { font-size : 11px; color : #000000;} /* Location, number of posts, post date etc */ .postdetails { font-size : 10px; color : #000000; } /* The content of the posts (body of text) */ .postbody { font-size : 12px;} a.postlink:link { text-decoration: none; color : #006699 } a.postlink:visited { text-decoration: none; color : #5493B4; } a.postlink:hover { text-decoration: underline; color : #DD6900} /* Quote & Code blocks */ .code { font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600; background-color: #FAFAFA; border: #D1D7DC; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px } .quote { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%; background-color: #FAFAFA; border: #D1D7DC; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px } /* Copyright and bottom info */ .copyright { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;} a.copyright { color: #444444; text-decoration: none;} a.copyright:hover { color: #000000; text-decoration: underline;} /* Form elements */ input, textarea, select { color : #000000; font: normal 11px Verdana, Arial, Helvetica, sans-serif; border-color : #000000; } /* The text input fields background colour */ input.post, textarea.post, select { background-color : #FFFFFF; } input { text-indent : 2px; } /* The buttons used for bbCode styling in message post */ input.button { background-color : #EFEFEF; color : #000000; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; } /* The main submit button option */ input.mainoption { background-color : #FAFAFA; font-weight : bold; } /* None-bold submit button */ input.liteoption { background-color : #FAFAFA; font-weight : normal; } /* This is the line in the posting page which shows the rollover help line. This is actually a text box, but if set to be the same colour as the background no one will know ;) */ .helpline { background-color: #DEE3E7; border-style: none; } |
|
From: Florin C B. <ory...@us...> - 2012-10-21 00:05:00
|
Update of /cvsroot/mxbb/core/modules/mx_navmenu/templates/pubOry/admin
In directory vz-cvs-4.sog:/tmp/cvs-serv26252/admin
Added Files:
index.htm mx_module_parameters.html
Log Message:
Italian Language
--- NEW FILE: mx_module_parameters.html ---
<script type="text/javascript">
function getCookie(name)
{
var cookies = document.cookie;
var start = cookies.indexOf(name + '=');
if( start < 0 ) return null;
var len = start + name.length + 1;
var end = cookies.indexOf(';', len);
if( end < 0 ) end = cookies.length;
return unescape(cookies.substring(len, end));
}
function setCookie(name, value, expires, path, domain, secure)
{
document.cookie = name + '=' + escape (value) +
((expires) ? '; expires=' + ( (expires == 'never') ? 'Thu, 31-Dec-2099 23:59:59 GMT' : expires.toGMTString() ) : '') +
((path) ? '; path=' + path : '') +
((domain) ? '; domain=' + domain : '') +
((secure) ? '; secure' : '');
}
function delCookie(name, path, domain)
{
if( getCookie(name) )
{
document.cookie = name + '=;expires=Thu, 01-Jan-1970 00:00:01 GMT' +
((path) ? '; path=' + path : '') +
((domain) ? '; domain=' + domain : '');
}
}
function handleError() {
return true;
}
window.onerror = handleError;
function menuCat(id, mode, visible, page_nav, block_nav, function_nav)
{
this.cat_id = id;
this.block_nav = block_nav;
this.page_nav = page_nav;
this.function_nav = function_nav;
this.menu_mode = mode;
this.status = visible != '' ? visible : 'none';
}
var menuCats = new Array();
function getObj(obj)
{
return ( document.getElementById ? document.getElementById(obj) : ( document.all ? document.all[obj] : null ) );
}
function displayObj(obj, status)
{
var x = getObj(obj);
if( x && x.style ) x.style.display = status;
}
var queueInterval = 0; // milliseconds between queued steps.
var execInterval = 0;
var queuedSteps;
var currentStep;
function queueStep(o, s)
{
this.obj = o;
this.status = s;
}
function execQueue()
{
if( currentStep < queuedSteps.length )
{
var obj = queuedSteps[currentStep].obj;
var status = queuedSteps[currentStep].status;
displayObj(obj, status);
if( menuCats[obj] ) menuCats[obj].status = status;
currentStep++;
setTimeout("execQueue();", execInterval);
}
else
{
execInterval = queueInterval;
}
}
function onMenuCatClick(cat_id, type, init)
{
var currentCat, currentStatus;
var imageSCR = type+'image_'+cat_id;
var strSubmitContent = '';
parentCatMode = 'adminCat_';
parentCatEditMode = 'adminCatEdit_';
parentCatDeleteMode = 'adminCatDelete_';
parentMenuEditMode = 'adminMenuEdit_';
parentMenuDeleteMode = 'adminMenuDelete_';
parentCat = parentCatMode + cat_id;
parentCatEdit = parentCatEditMode + cat_id;
parentCatDelete = parentCatDeleteMode + cat_id;
parentMenuEdit = parentMenuEditMode + cat_id;
parentMenuDelete = parentMenuDeleteMode + cat_id;
currentCat = type + cat_id;
currentStatus = menuCats[currentCat].status;
queuedSteps = new Array();
cookieArray = new Array();
currentStep = 0;
for( var forCat in menuCats )
{
if( (init == 'true' && (menuCats[forCat].status == 'block') && menuCats[forCat].menu_mode == parentCat) ||
(init != 'true' &&
( (currentCat == parentCat && menuCats[forCat].status == 'block') ||
(currentCat == parentCatEdit && menuCats[forCat].menu_mode != parentCat && menuCats[forCat].status == 'block') ||
(currentCat == parentCatDelete && menuCats[forCat].menu_mode != parentCat && menuCats[forCat].status == 'block') ||
(currentCat == parentMenuEdit && menuCats[forCat].menu_mode != parentCatMode && menuCats[forCat].status == 'block') ||
(currentCat == parentMenuDelete && menuCats[forCat].menu_mode != parentCatMode && menuCats[forCat].status == 'block')
)))
{
queuedSteps[currentStep++] = new queueStep(forCat, 'none');
menuCats[forCat].status = 'none';
forCatimage = menuCats[forCat].menu_mode+'image_'+menuCats[forCat].cat_id;
if( document.images && document.images[forCatimage] )
{
document.images[forCatimage].src = '{IMG_URL_EXPAND}';
}
}
}
if( currentStatus == 'none' )
{
if (menuCats[parentCat] && menuCats[currentCat].menu_mode != parentMenuEditMode && menuCats[currentCat].menu_mode != parentMenuDeleteMode)
{
if (menuCats[parentCat].status == 'none')
{
queuedSteps[currentStep++] = new queueStep(parentCat, 'block');
menuCats[parentCat].status = 'block';
forCatimage = menuCats[parentCat].menu_mode+'image_'+menuCats[parentCat].cat_id;
if( document.images && document.images[forCatimage] )
{
document.images[forCatimage].src = '{IMG_URL_CONTRACT}';
}
}
}
queuedSteps[currentStep++] = new queueStep(currentCat, 'block');
menuCats[currentCat].status = 'block';
if (currentCat == parentCat)
{
var expdate = new Date(); // 72 Hours from now
expdate.setTime(expdate.getTime() + (72 * 60 * 60 * 1000));
setCookie('{COOKIE_NAME}_'+type+'xxx_id', cat_id, expdate,
('{COOKIE_PATH}' == '') ? null : '{COOKIE_PATH}',
('{COOKIE_DOMAIN}' == '') ? null : '{COOKIE_DOMAIN}',
('{COOKIE_SECURE}' == '0') ? false : true);
}
if( document.images && document.images[imageSCR] )
{
document.images[imageSCR].src = '{IMG_URL_CONTRACT}';
}
// Update Form Selects - on the fly
if (parentCatEditMode == type)
{
EditForm = 'form_' + parentCatEditMode + cat_id;
duplicateForm(document.fromForm.pages, document.forms[EditForm].cat_url_sel, menuCats[currentCat].page_nav);
}
if (parentMenuEditMode == type)
{
EditForm = 'form_' + parentMenuEditMode + cat_id;
duplicateForm(document.fromForm.blocks, document.forms[EditForm].block_nav, menuCats[currentCat].block_nav);
duplicateForm(document.fromForm.pages, document.forms[EditForm].page_nav, menuCats[currentCat].page_nav);
duplicateForm(document.fromForm.functions, document.forms[EditForm].function_id, menuCats[currentCat].function_nav);
}
}
else
{
delCookie('{COOKIE_NAME}_'+type+'xxx_id',
('{COOKIE_PATH}' == '') ? null : '{COOKIE_PATH}',
('{COOKIE_DOMAIN}' == '') ? null : '{COOKIE_DOMAIN}');
}
for( var forCat in menuCats )
{
if ( menuCats[forCat].status == 'block' )
{
strSubmitContent += forCat + ',';
}
}
// Remove trailing separator
strSubmitContent = strSubmitContent.substr(0, strSubmitContent.length - 1);
setCookie('{COOKIE_NAME}_admincp_menustates', strSubmitContent, expdate,
('{COOKIE_PATH}' == '') ? null : '{COOKIE_PATH}',
('{COOKIE_DOMAIN}' == '') ? null : '{COOKIE_DOMAIN}',
('{COOKIE_SECURE}' == '0') ? false : true);
currentStep = 0;
setTimeout("execQueue();", execInterval);
}
function deleteOption(object,index) {
object.options[index] = null;
}
function addOption(object,text,value, selectedValue) {
var defaultSelected = false;
var selected = false;
if (value == selectedValue)
{
defaultSelected = true;
selected = true;
}
var optionName = new Option(text, value, defaultSelected, selected)
object.options[object.length] = optionName;
}
function copySelected(fromObject,toObject) {
for (var i=0, l=fromObject.options.length;i<l;i++) {
if (fromObject.options[i].selected)
addOption(toObject,fromObject.options[i].text,fromObject.options[i].value);
}
for (var i=fromObject.options.length-1;i>-1;i--) {
if (fromObject.options[i].selected)
deleteOption(fromObject,i);
}
}
function copyAll(fromObject,toObject) {
for (var i=0, l=fromObject.options.length;i<l;i++) {
addOption(toObject,fromObject.options[i].text,fromObject.options[i].value);
}
for (var i=fromObject.options.length-1;i>-1;i--) {
deleteOption(fromObject,i);
}
}
function duplicateForm(fromObject,toObject, selectedValue)
{
toObject.options.length = null;
for (var i=0; i<fromObject.options.length;i++) {
addOption(toObject,fromObject.options[i].text,fromObject.options[i].value, selectedValue);
// For some reason i have to reselect, to make it work in IE (Haplo is confused here...)
if (fromObject.options[i].value == selectedValue)
{
toObject.selectedIndex = i;
}
}
}
// -->
</script>
<div style="display:none;">
<form name="fromForm">
{S_GEN_BLOCK_LIST}
{S_GEN_FUNCTION_LIST}
{S_GEN_PAGE_LIST}
</form>
</div>
<div style="clear:both;padding:10px;">
<h2 style="margin-top:0px">{L_MENU_TITLE}</h2>
<div id="menu_successbox" class="successbox">{RESULT_MESSAGE}</div>
<script tyle="text/javascript">
sucbox = getObj( 'menu_successbox');
if ( sucbox.innerHTML.replace( '#^\s*|\s*$#', '') == '')
{
sucbox.style.display='none';
}
else
{
setTimeout( 'sucbox.style.display="none";', 3000);
}
</script>
<!-- BEGIN catrow -->
<div style="clear:both;display:block;padding-top:0.1em;margin-bottom:0.1em;">
<div style="clear:both;display:block;padding-bottom:6px;">
<div style="float:right;font-size:1.1em;">
<!-- BEGIN is_cat -->
<a href="javascript:onMenuCatClick('{catrow.CAT_ID}','adminCatEdit_');"><img src="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}images/admin_icons/icon_edit.gif" alt="{L_EDIT}"/></a>
<a href="{catrow.U_CAT_MOVE_UP}"><img src="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}images/admin_icons/icon_up.gif" alt="{L_MOVE_UP}"/></a>
<a href="{catrow.U_CAT_MOVE_DOWN}"><img src="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}images/admin_icons/icon_down.gif" alt="{L_MOVE_DOWN}"/></a>
<a href="javascript:onMenuCatClick('{catrow.CAT_ID}','adminCatDelete_');"><img src="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}images/admin_icons/icon_delete.gif" alt="{L_DELETE}" /></a>
<!-- END is_cat -->
</div>
<div style="float:left;">
<img src="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}images/admin_icons/icon_list.gif" alt="list" />
<b style="font-size:1.2em">
<!-- BEGIN is_new -->
<a href="javascript:onMenuCatClick('{catrow.CAT_ID}','adminCatEdit_');">{catrow.CAT_TITLE}</a>
<!-- END is_new -->
<!-- BEGIN is_cat -->
<a href="javascript:onMenuCatClick('{catrow.CAT_ID}','adminCat_');">{catrow.CAT_TITLE}</a>
<!-- END is_cat -->
</b><br/><span style="explain">{catrow.CAT_DESC}</span>
</div>
</div>
</div>
<div id="adminCat_{catrow.CAT_ID}" style="clear:both;display:{catrow.VISIBLE}">
<!-- CAT DELETE -->
<div id="adminCatDelete_{catrow.CAT_ID}" style="clear:both;display:{catrow.VISIBLE_DELETE};padding:6px;">
<form action="{S_ACTION}" method="post">
<fieldset>
<legend>{catrow.L_TITLE_DELETE}</legend>
<dl>
<dt><label>{catrow.L_MENU_NAME}</label></dt>
<dd>{catrow.NAME}</dd>
</dl>
<dl>
<dt><label>{catrow.L_MOVE_CONTENTS}</label></dt>
<dd>{catrow.S_SELECT_TO}</dd>
</dl>
<dl>
<dt><label>{catrow.L_MOVE_CONTENTS}</label></dt>
<dd><input type="checkbox" name="move_contents" value="1" class="radio" /></dd>
</dl>
<p align="center">
{catrow.S_HIDDEN_DELETE_FIELDS}
<input type="submit" name="submit" value="{catrow.S_SUBMIT_DELETE}" class="button2" />
</p>
</fieldset>
</form>
</div>
<!-- CAT EDIT -->
<div id="adminCatEdit_{catrow.CAT_ID}" style="clear:both;display:{catrow.VISIBLE_EDIT};padding:6px;">
<form name="form_adminCatEdit_{catrow.CAT_ID}" action="{S_ACTION}" method="post">
<fieldset>
<legend>{catrow.L_TITLE_EDIT}</legend>
<dl>
<dt><label>{catrow.L_CAT_TITLE}</label></dt>
<dd><input type="text" size="25" name="cat_title" value="{catrow.E_CAT_TITLE}" /></dd>
</dl>
<dl>
<dt><label>{catrow.L_CAT_DESC}</label></dt>
<dd><textarea name="cat_desc" rows="15" cols="35" wrap="virtual" style="width:450px" tabindex="3" class="post">{catrow.E_CAT_DESC}</textarea></dd>
</dl>
<dl>
<dt><label>{catrow.L_CAT_SHOW_CAT}</label></dt>
<dd>{catrow.S_CAT_SHOW_CAT}</dd>
</dl>
<dl>
<dt><label>{catrow.L_CAT_MENU_PAGE}</label></dt>
<dd><select name="cat_url_sel" ><option value="0">0</option></select></dd>
</dl>
<dl>
<dt><label>{catrow.L_CAT_LINK_TARGET}</label></dt>
<dd>{catrow.S_CAT_LINK_TARGET_LIST}</dd>
</dl>
<p align="center">
{catrow.S_HIDDEN_FIELDS}
<input type="submit" name="submit" value="{catrow.S_SUBMIT}" class="button2" />
</p>
</fieldset>
</form>
</div>
<!-- BEGIN nocat -->
{catrow.nocat.NONE}
<!-- END nocat -->
<!-- LIST OF MENU ROWS -->
<div style="clear:both;margin-left:20px;margin-right:20px;">
<!-- BEGIN menurow -->
<div style="clear:both;">
<div style="float:right;font-size:1.1em;">
<!-- BEGIN is_menu -->
<a href="{catrow.menurow.U_MENU_MOVE_UP}"><img src="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}images/admin_icons/icon_up.gif" alt="{L_MOVE_UP}"/></a>
<a href="{catrow.menurow.U_MENU_MOVE_DOWN}"><img src="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}images/admin_icons/icon_down.gif" alt="{L_MOVE_DOWN}"/></a>
<a href="javascript:onMenuCatClick('{catrow.menurow.MENU_ID}','adminMenuDelete_');">
<img src="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}images/admin_icons/icon_delete.gif" alt="{L_DELETE}" />
</a>
<!-- END is_menu -->
</div>
<div style="float:left">
<b><a href="javascript:onMenuCatClick('{catrow.menurow.MENU_ID}','adminMenuEdit_');">{catrow.menurow.MENU_TITLE}</a></b>
</div>
</div>
<div id="adminMenuDelete_{catrow.menurow.MENU_ID}" style="clear:both;display:{catrow.menurow.VISIBLE_DELETE};padding:6px;">
<form>
<fieldset>
<legend>{L_DELETE}</legend>
<p align="center">
{catrow.menurow.MESSAGE_DELETE}
</p>
</fieldset>
</form>
</div>
<div id="adminMenuEdit_{catrow.menurow.MENU_ID}" style="clear:both;display:{catrow.menurow.VISIBLE_EDIT};padding:6px;">
<form name="form_adminMenuEdit_{catrow.menurow.MENU_ID}" action="{S_ACTION}" method="post">
<fieldset>
<legend>{L_EDIT}</legend>
<dl>
<dt><label>{catrow.menurow.L_MENU_TITLE}</label></dt>
<dd><input type="text" size="45" name="menuname" value="{catrow.menurow.E_MENU_TITLE}" /></dd>
</dl>
<dl>
<dt><label>{catrow.menurow.L_MENU_DESC}</label></dt>
<dd><textarea rows="5" cols="45" wrap="virtual" name="message">{catrow.menurow.E_MENU_DESC}</textarea></dd>
</dl>
<dl>
<dt><label>{catrow.menurow.L_MENU_LINK_TARGET}</label></dt>
<dd>{catrow.menurow.S_LINK_TARGET_LIST}</dd>
</dl>
<dl>
<dt>{catrow.menurow.L_MENU_ACTION_TITLE}</dt>
</dl>
<dl>
<dt><label>{catrow.menurow.L_MENU_PAGE}</label></dt>
<dd><select name="page_nav" ><option value="0">0</option></select></dd>
</dl>
<dl>
<dt><label>{catrow.menurow.L_MENU_LINKS}</label></dt>
<dd><input type="text" size="65" name="menulinks" value="{catrow.menurow.E_MENU_LINKS}" /></dd>
</dl>
<dl>
<dt><label>{catrow.menurow.L_MENU_BLOCK}</label></dt>
<dd><select name="block_nav" ><option value="0">0</option></select></dd>
</dl>
<dl>
<dt>{catrow.menurow.L_MENU_ACTION_ADV}</dt>
</dl>
<dl>
<dt><label>{catrow.menurow.L_MENU_FUNCTION}</label></dt>
<dd><select name="function_id" ><option value="0">0</option></select></dd>
</dl>
<dl>
<dt>{catrow.menurow.L_MENU_PERMISSIONS_TITLE}</dt>
</dl>
<dl>
<dt><label>{catrow.menurow.L_AUTH_TITLE}</label></dt>
<dd>
<table cellspacing="1" cellpadding="4" border="0" class="portalline">
<tr>
<!-- BEGIN module_auth_titles -->
<th class="thTop">{catrow.menurow.module_auth_titles.CELL_TITLE}</th>
<!-- END module_auth_titles -->
</tr>
<!-- BEGIN module_auth_data -->
<tr>
<td class="row1" align="center">{catrow.menurow.module_auth_data.S_AUTH_LEVELS_SELECT}</td>
</tr>
<tr>
<th class="thTop">{catrow.menurow.module_auth_data.L_AUTH_GROUP_LEVELS_SELECT}</th>
</tr>
<tr>
<td class="row1" align="center">{catrow.menurow.module_auth_data.S_AUTH_GROUP_LEVELS_SELECT}</td>
</tr>
<!-- END module_auth_data -->
</table>
</dd>
</dl>
<dl>
<dt><label>{catrow.menurow.L_MENU_ICON}</label></dt>
<dd>{catrow.menurow.S_POSTICONS}</dd>
</dl>
<dl>
<dt><label>{catrow.menurow.L_MENU_ALT_ICON}</label></dt>
<dd><input type="text" size="65" name="menu_alt_icon" value="{catrow.menurow.E_MENU_ALT_ICON}" /></dd>
</dl>
<dl>
<dt><label>{catrow.menurow.L_MENU_ALT_ICON_HOT}</label></dt>
<dd><input type="text" size="65" name="menu_alt_icon_hot" value="{catrow.menurow.E_MENU_ALT_ICON_HOT}" /></dd>
</dl>
<p align="center">
{catrow.menurow.S_HIDDEN_FIELDS}
<input type="submit" name="submit" value="{catrow.menurow.S_SUBMIT}" class="button2" />
</p>
</fieldset>
</form>
</div>
<!-- BEGIN is_menu -->
<div style="clear:both;border-bottom:solid 1px #CCCCCC;"></div>
<!-- END is_menu -->
<!-- END menurow -->
</div>
</div>
<!-- BEGIN is_cat -->
<div style="clear:both;display:block;padding-top:0.1em;margin-bottom:0.1em;border-top:solid 1px #CCCCCC;border-collapse:collapse;"></div>
<!-- END is_cat -->
<!-- END catrow -->
<div style="clear:both;"></div>
</div>
<script type="text/javascript">
<!-- BEGIN catrow -->
menuCats['adminCat_{catrow.CAT_ID}'] = new menuCat('{catrow.CAT_ID}', 'adminCat_', '{catrow.VISIBLE}', '', '', '');
menuCats['adminCatEdit_{catrow.CAT_ID}'] = new menuCat('{catrow.CAT_ID}', 'adminCatEdit_', '{catrow.VISIBLE_EDIT}', '{catrow.PAGE_NAV}', '', '');
menuCats['adminCatDelete_{catrow.CAT_ID}'] = new menuCat('{catrow.CAT_ID}', 'adminCatDelete_', '{catrow.VISIBLE_DELETE}', '', '', '');
if ('{catrow.VISIBLE_EDIT}' == 'block')
{
duplicateForm(document.fromForm.pages, document.forms['form_adminCatEdit_' + '{catrow.CAT_ID}'].cat_url_sel, '{catrow.PAGE_NAV}');
}
<!-- BEGIN menurow -->
menuCats['adminMenuEdit_{catrow.menurow.MENU_ID}'] = new menuCat('{catrow.menurow.MENU_ID}', 'adminMenuEdit_', '{catrow.menurow.VISIBLE_EDIT}', '{catrow.menurow.PAGE_NAV}', '{catrow.menurow.BLOCK_NAV}', '{catrow.menurow.FUNCTION_NAV}');
menuCats['adminMenuDelete_{catrow.menurow.MENU_ID}'] = new menuCat('{catrow.menurow.MENU_ID}', 'adminMenuDelete_', '{catrow.menurow.VISIBLE_DELETE}', '', '', '');
if ('{catrow.menurow.VISIBLE_EDIT}' == 'block')
{
duplicateForm(document.fromForm.blocks, document.forms['form_adminMenuEdit_' + '{catrow.menurow.MENU_ID}'].block_nav, '{catrow.menurow.BLOCK_NAV}');
duplicateForm(document.fromForm.pages, document.forms['form_adminMenuEdit_' + '{catrow.menurow.MENU_ID}'].page_nav, '{catrow.menurow.PAGE_NAV}');
//duplicateForm(document.fromForm.functions, document.forms['form_adminMenuEdit_' + '{catrow.menurow.MENU_ID}'].function_nav, '{catrow.menurow.FUNCTION_NAV}');
}
<!-- END menurow -->
<!-- END catrow -->
// -->
</script>
--- NEW FILE: index.htm ---
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</html>
|
|
From: Florin C B. <ory...@us...> - 2012-10-21 00:04:39
|
Update of /cvsroot/mxbb/core/modules/mx_navmenu/templates/mxp/images In directory vz-cvs-4.sog:/tmp/cvs-serv26202 Added Files: arrow_right.gif index.htm Log Message: Italian Language --- NEW FILE: arrow_right.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> |
|
From: Florin C B. <ory...@us...> - 2012-10-21 00:04:26
|
Update of /cvsroot/mxbb/core/modules/mx_navmenu/templates/pubOry
In directory vz-cvs-4.sog:/tmp/cvs-serv26112/pubOry
Added Files:
index.htm mx_menu_horizontal.html
mx_menu_overall_navigation.html mx_menu_overall_simple.html
mx_menu_simple.html mx_menu_vertical.html
mx_menu_vertical_adds.html pubOry.css
Log Message:
Italian Language
--- NEW FILE: mx_menu_vertical.html ---
<div class="forabg block">
<div class="inner">
<div class="postbody bg1" style="width:100%">
<ul class="topiclist forums nav-menu">
<!-- BEGIN catrow -->
<li style="padding-left: 10px;">
<span style="cursor:pointer;padding-right:5px"
onclick="mx_toggle(this, 'mxNavCat_{catrow.BLOCK_ID}{catrow.CAT_ID}', '{catrow.U_CAT_NAV_EXPAND}', '{catrow.U_CAT_NAV_CONTRACT}');"><img
src="{catrow.U_CAT_NAV_DYNAMIC}" alt=""/></span><strong>{catrow.CATEGORY}</strong>
<ul id="mxNavCat_{catrow.BLOCK_ID}{catrow.CAT_ID}" style="display: {catrow.CAT_SHOW};padding-left:10px;">
<!-- BEGIN menurow -->
<li class="mnu-nm{catrow.menurow.CURRENT}" style="padding-left: 20px;background-image: url('{catrow.menurow.MENU_ICON}');">
<a class="nav" href="{catrow.menurow.U_MENU_URL}" {catrow.menurow.U_MENU_URL_TARGET} title="{catrow.menurow.MENU_DESC}">{catrow.menurow.MENU_NAME}</a><br />
</li>
<!-- END menurow -->
</ul>
</li>
<!-- END catrow -->
</ul>
</div>
</div>
<span class="corners-bottom"><span></span></span>
</div>
--- NEW FILE: mx_menu_horizontal.html ---
<link href="{U_PORTAL_ROOT_PATH}modules/mx_navmenu/templates/pubOry/pubOry.css" rel="stylesheet" type="text/css" media="screen" />
<div class="forabg block">
<ul class="inner topiclist forums">
<li style="padding-right:5px;">
<dl>
<!-- BEGIN catrow -->
<dd class="posts_portal">
<span style="cursor:pointer;" onClick="mx_toggle(this, 'mxNavCat_{catrow.BLOCK_ID}{catrow.CAT_ID}', '{catrow.U_CAT_NAV_EXPAND}', '{catrow.U_CAT_NAV_CONTRACT}');"><img src="{catrow.U_CAT_NAV_DYNAMIC}" border="0" /></span>
<strong>{catrow.CATEGORY}</strong><br />
<!-- BEGIN switch_cat_desc -->
{catrow.switch_cat_desc.CAT_DESC}<br />
<!-- END switch_cat_desc -->
<span id="mxNavCat_{catrow.BLOCK_ID}{catrow.CAT_ID}" style="display: {catrow.CAT_SHOW};">
<!-- BEGIN menurow -->
<span class="mnu-nm{catrow.menurow.CURRENT}" style="background-image: url('{catrow.menurow.MENU_ICON}');">
<a class="nav" href="{catrow.menurow.U_MENU_URL}">{catrow.menurow.MENU_NAME}</a><br />
</span>
<!-- END menurow -->
</span>
</dd>
<!-- END catrow -->
</dl>
</li>
</ul>
<span class="corners-bottom"><span></span></span>
</div>
--- NEW FILE: mx_menu_overall_simple.html ---
<div id="header">
<div class="globalNav">
<!-- BEGIN catrow -->
<span class="genmed">{catrow.MENU_SEP}</span> <span class="cat-button{catrow.CURRENT}" onmouseout="this.className='cat-button{catrow.CURRENT}';" onmouseover="this.className='cat-button-current';"><a href="{catrow.U_CATEGORY_URL}" target="{catrow.U_CATEGORY_URL_TARGET}" title="{catrow.CATEGORY_DESC}">{catrow.CATEGORY_NAME}</a></span>
<!-- END catrow -->
</div>
</div>
<div id="subheader">
<div class="left">
<table cellpadding="2" cellspacing="0" border="0">
<tr>
<!-- BEGIN modulerow -->
<td style="border:none;" class="" valign="center" onmouseout="this.className='';" onmouseover="this.className='nav-button-current';">
{modulerow.U_MENU_ICON}<span class="menu-button{modulerow.CURRENT}"><a href="{modulerow.U_MENU_MODULE}" target="{modulerow.U_LINK_TARGET}" class="genmed" title="{modulerow.MENU_DESC}">{modulerow.MENU_NAME}</a></span>
</td>
<!-- END modulerow -->
--- NEW FILE: pubOry.css ---
@CHARSET "UTF-8";
li.nav-button, li.nav-button-current {
border-width: 1px;
border-color: Transparent;
border-style: solid solid none solid;
padding-left: 5px;
padding-right: 5px;
margin: 1px;
margin-bottom: 0px;
border-bottom: none;
}
li.nav-button-current {
background: #0076b1 none;
border-color: white;
border: none;
margin: 0px;
padding-top: 1px;
padding-bottom: 1px;
}
li.nav-button-current A:link, li.nav-button-current A:visited,
li.nav-button-current A:hover {
background-image: url("./../../../../templates/pubOry/theme/images/bg_list.gif");
color: White;
}
li.nav-button-current A:active {
background-image: url("./../../../../templates/pubOry/theme/images/bg_active.gif");
color: Red;
}
ul.nav-menu {
padding:0px;
margin:0px;
list-style-type: disc;
}
li.genmed, li.cattitle {
padding-right: 3px;
margin-right: 3px;
border-right-style: none;
border-right-width: 1px;
border-right-color: Transparent;
list-style-type : disc;
padding-top: 0px;
margin-top: 0px;
list-style-type: disc;
}
li.cattitle {
font-weight: bold;
}
/**********************\
|* Overall navigation *|
\**********************/
li.mnu-ov, li.mnu-ov-current {
float:left;
list-style-image: none;
position:relative;
padding: 4px;
background: #12A3EB url("./../../../../templates/pubOry/theme/images/sitebar_bg.gif") repeat-x;
background-position: 0px -23px;
border: none;
margin: 0px;
}
li.button ul, li.button-current ul {
/* border: solid 1px black;*/
border: none;
}
li.mnu-ov A, li.mnu-ov-current A {
padding-left: 20px;
background-repeat: no-repeat;
font-size: 1.1em;
background-position: 0px 0px;
}
li.mnu-ov-current A {
background-position: 0px -30px;
}
li.mnu-ov A:hover, li.mnu-ov-current A:hover {
background-position: 0px -15px;
}
/*******************\
|* Navigation menu *|
\*******************/
.topiclist dd.posts_portal {
float:left;
text-align:left;
font-size: 1.0em;
padding:6px 5px 6px 5px;
}
.topiclist li dl dd.posts_portal A.nav {
padding-bottom: 50px;
margin-bottom:10px;
}
.topiclist li dl dd.posts_portal span.mnu-nm, .topiclist li dl dd.posts_portal span.mnu-nm:hover,
.topiclist li dl dd.posts_portal span.mnu-nm-current, .topiclist li dl dd.posts_portal span.mnu-nm-current:hover {
background-repeat: no-repeat;
background-position: 0px 0px;
padding-left: 20px;
display:block;
clear:both;
margin-top:3px;
margin-bottom:3px;
}
.topiclist li dl dd.posts_portal span.mnu-nm-current {
background-position: 0px -30px;
font-weight: bold;
}
.topiclist li dl dd.posts_portal span.mnu-nm:hover, .topiclist li dl dd.posts_portal span.mnu-nm-current:hover {
background-position: 0px -15px;
}
* html .nav-cat td { position: relative; } /* ie 5.0 fix */
--- NEW FILE: mx_menu_simple.html ---
<style type="text/css">
.topiclist dd.posts_portal {
float:left;
text-align:left;
font-size: 1.0em;
padding:6px 5px 6px 5px;
}
</style>
<div class="forabg block">
<div class="inner">
<ul class="topiclist forums">
<li style="padding-right:5px;white-space:nowrap;">
<dl>
<dd class="posts_portal">
<!-- BEGIN modulerow -->
<a class="nav" href="{modulerow.U_MENU_URL}">{modulerow.MENU_NAME}</a><br />
<!-- END modulerow -->
</dd>
</dl>
</li>
</ul>
<span class="corners-bottom"><span></span></span>
</div>
</div>
--- NEW FILE: mx_menu_overall_navigation.html ---
<link href="{U_PORTAL_ROOT_PATH}modules/mx_navmenu/templates/pubOry/pubOry.css" rel="stylesheet" type="text/css" media="screen" />
<div style="clear:left;float:left">
<ul>
<!-- BEGIN catrow -->
<li class="button{catrow.CURRENT}" id="c_{catrow.CAT_ID}" onmouseover="showMenuRows('{catrow.CAT_ID}');" onmouseout="hideMenuRows('{catrow.CAT_ID}')">
{catrow.CATEGORY}
<ul id="cat_{catrow.CAT_ID}" onmouseover="showMenuRows('{catrow.CAT_ID}');" style="display:none;position:absolute;background-color:#FFFFFF;margin:0px;padding:0px;position:absolute;z-index:160;"><!-- BEGIN menurow -->
<li class="mnu-ov{catrow.menurow.CURRENT}">
<a href="{catrow.menurow.U_MENU_URL}" style="background-image: url({catrow.menurow.MENU_ICON})">
{catrow.menurow.MENU_NAME}
</a>
</li>
<!-- END menurow --></ul>
</li>
<!-- END catrow -->
</ul>
</div>
<script type="text/javascript">
function getObj(obj)
{
return ( document.getElementById ? document.getElementById(obj) : ( document.all ? document.all[obj] : null ) );
}
var qeuedMenuSteps = new Array();
var qeuedMenuCurrentStep = 0;
var qeuedMenuTime = 1000;
function objOffSet(){
this.left = 0;
this.top = 0;
}
function calOffset( obj, obj2){
obj.left = obj.left + obj2.offsetLeft;
obj.top = obj.left + obj2.offsetTop;
if ( obj2.nodeName != 'HTML') {
obj = calOffset( obj, obj2.parentNode);
}
return obj;
}
/**
*
* @access public
* @return void
**/
function proceedMenuSteps( proceed){
if ( qeuedMenuCurrentStep < qeuedMenuSteps.length || proceed)
{
while( qeuedMenuCurrentStep < qeuedMenuSteps.length )
{
eval( qeuedMenuSteps[qeuedMenuCurrentStep]);
qeuedMenuCurrentStep ++;
}
}
setTimeout( 'proceedMenuSteps()', qeuedMenuTime);
}
setTimeout( 'proceedMenuSteps()', qeuedMenuTime);
/**
*
* @access public
* @return void
**/
function hideMenuRows( objID){
qeuedMenuSteps[qeuedMenuSteps.length] = "getObj('"+ 'cat_' + objID + "').style.border='none';";
qeuedMenuSteps[qeuedMenuSteps.length] = "getObj('"+ 'cat_' + objID + "').style.display='none';";
}
function showMenu( objID){
cat_obj = getObj( 'cat_' + objID);
if ( cat_obj.innerHTML.replace( '#^\s*|\s*$#', '') != '' )
{
cat_obj.style.display = 'block';
cat_obj.style.border = 'solid 1px Black';
cat_obj.style.borderTop = 'none';
}
}
/**
*
* @access public
* @return void
**/
function showMenuRows( objID){
qeuedMenuSteps[qeuedMenuSteps.length] = "showMenu( '" + objID + "');";
proceedMenuSteps( true);
}
//alert(getObj( 'menu_rows'));
</script>
--- NEW FILE: mx_menu_vertical_adds.html ---
<div class="forabg block">
<div class="inner">
<div class="postbody bg1" style="width:100%">
<ul class="topiclist forums nav-menu">
<!-- BEGIN catrow -->
<li style="padding-left: 10px;">
<span style="cursor:pointer;padding-right:5px"
onclick="mx_toggle(this, 'mxNavCat_{catrow.BLOCK_ID}{catrow.CAT_ID}', '{catrow.U_CAT_NAV_EXPAND}', '{catrow.U_CAT_NAV_CONTRACT}');"><img
src="{catrow.U_CAT_NAV_DYNAMIC}" alt=""/></span><strong>{catrow.CATEGORY}</strong>
<ul id="mxNavCat_{catrow.BLOCK_ID}{catrow.CAT_ID}" style="display: {catrow.CAT_SHOW};padding-left:10px;">
<!-- BEGIN menurow -->
<li class="mnu-nm{catrow.menurow.CURRENT}">
<div class="row1" onmouseout="this.className='row1';" onmouseover="this.className='row2';" style="background-image: url('{catrow.menurow.MENU_ICON}');"> </div>
<span class="{catrow.menurow.MENU_STYLE}">
<a class="nav" href="{catrow.menurow.U_MENU_URL}" {catrow.menurow.U_MENU_URL_TARGET} title="{catrow.menurow.MENU_DESC}">{catrow.menurow.MENU_NAME}</a>
</span>
<br />
</li>
<!-- END menurow -->
</ul>
</li>
<!-- END catrow -->
</ul>
</div>
</div>
<span class="corners-bottom"><span></span></span>
</div>
--- NEW FILE: index.htm ---
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</html>
|
|
From: Florin C B. <ory...@us...> - 2012-10-21 00:04:25
|
Update of /cvsroot/mxbb/core/modules/mx_navmenu/templates/Tarsis/admin
In directory vz-cvs-4.sog:/tmp/cvs-serv26112/Tarsis/admin
Added Files:
index.htm mx_module_parameters.html
Log Message:
Italian Language
--- NEW FILE: mx_module_parameters.html ---
<script type="text/javascript">
function getCookie(name)
{
var cookies = document.cookie;
var start = cookies.indexOf(name + '=');
if( start < 0 ) return null;
var len = start + name.length + 1;
var end = cookies.indexOf(';', len);
if( end < 0 ) end = cookies.length;
return unescape(cookies.substring(len, end));
}
function setCookie(name, value, expires, path, domain, secure)
{
document.cookie = name + '=' + escape (value) +
((expires) ? '; expires=' + ( (expires == 'never') ? 'Thu, 31-Dec-2099 23:59:59 GMT' : expires.toGMTString() ) : '') +
((path) ? '; path=' + path : '') +
((domain) ? '; domain=' + domain : '') +
((secure) ? '; secure' : '');
}
function delCookie(name, path, domain)
{
if( getCookie(name) )
{
document.cookie = name + '=;expires=Thu, 01-Jan-1970 00:00:01 GMT' +
((path) ? '; path=' + path : '') +
((domain) ? '; domain=' + domain : '');
}
}
function handleError() {
return true;
}
window.onerror = handleError;
function menuCat(id, mode, visible, page_nav, block_nav, function_nav)
{
this.cat_id = id;
this.block_nav = block_nav;
this.page_nav = page_nav;
this.function_nav = function_nav;
this.menu_mode = mode;
this.status = visible != '' ? visible : 'none';
}
var menuCats = new Array();
function getObj(obj)
{
return ( document.getElementById ? document.getElementById(obj) : ( document.all ? document.all[obj] : null ) );
}
function displayObj(obj, status)
{
var x = getObj(obj);
if( x && x.style ) x.style.display = status;
}
var queueInterval = 0; // milliseconds between queued steps.
var execInterval = 0;
var queuedSteps;
var currentStep;
function queueStep(o, s)
{
this.obj = o;
this.status = s;
}
function execQueue()
{
if( currentStep < queuedSteps.length )
{
var obj = queuedSteps[currentStep].obj;
var status = queuedSteps[currentStep].status;
displayObj(obj, status);
if( menuCats[obj] ) menuCats[obj].status = status;
currentStep++;
setTimeout("execQueue();", execInterval);
}
else
{
execInterval = queueInterval;
}
}
function onMenuCatClick(cat_id, type, init)
{
var currentCat, currentStatus;
var imageSCR = type+'image_'+cat_id;
var strSubmitContent = '';
parentCatMode = 'adminCat_';
parentCatEditMode = 'adminCatEdit_';
parentCatDeleteMode = 'adminCatDelete_';
parentMenuEditMode = 'adminMenuEdit_';
parentMenuDeleteMode = 'adminMenuDelete_';
parentCat = parentCatMode + cat_id;
parentCatEdit = parentCatEditMode + cat_id;
parentCatDelete = parentCatDeleteMode + cat_id;
parentMenuEdit = parentMenuEditMode + cat_id;
parentMenuDelete = parentMenuDeleteMode + cat_id;
currentCat = type + cat_id;
currentStatus = menuCats[currentCat].status;
queuedSteps = new Array();
cookieArray = new Array();
currentStep = 0;
for( var forCat in menuCats )
{
if( (init == 'true' && (menuCats[forCat].status == 'block') && menuCats[forCat].menu_mode == parentCat) ||
(init != 'true' &&
( (currentCat == parentCat && menuCats[forCat].status == 'block') ||
(currentCat == parentCatEdit && menuCats[forCat].menu_mode != parentCat && menuCats[forCat].status == 'block') ||
(currentCat == parentCatDelete && menuCats[forCat].menu_mode != parentCat && menuCats[forCat].status == 'block') ||
(currentCat == parentMenuEdit && menuCats[forCat].menu_mode != parentCatMode && menuCats[forCat].status == 'block') ||
(currentCat == parentMenuDelete && menuCats[forCat].menu_mode != parentCatMode && menuCats[forCat].status == 'block')
)))
{
queuedSteps[currentStep++] = new queueStep(forCat, 'none');
menuCats[forCat].status = 'none';
forCatimage = menuCats[forCat].menu_mode+'image_'+menuCats[forCat].cat_id;
if( document.images && document.images[forCatimage] )
{
document.images[forCatimage].src = '{IMG_URL_EXPAND}';
}
}
}
if( currentStatus == 'none' )
{
if (menuCats[parentCat] && menuCats[currentCat].menu_mode != parentMenuEditMode && menuCats[currentCat].menu_mode != parentMenuDeleteMode)
{
if (menuCats[parentCat].status == 'none')
{
queuedSteps[currentStep++] = new queueStep(parentCat, 'block');
menuCats[parentCat].status = 'block';
forCatimage = menuCats[parentCat].menu_mode+'image_'+menuCats[parentCat].cat_id;
if( document.images && document.images[forCatimage] )
{
document.images[forCatimage].src = '{IMG_URL_CONTRACT}';
}
}
}
queuedSteps[currentStep++] = new queueStep(currentCat, 'block');
menuCats[currentCat].status = 'block';
if (currentCat == parentCat)
{
var expdate = new Date(); // 72 Hours from now
expdate.setTime(expdate.getTime() + (72 * 60 * 60 * 1000));
setCookie('{COOKIE_NAME}_'+type+'xxx_id', cat_id, expdate,
('{COOKIE_PATH}' == '') ? null : '{COOKIE_PATH}',
('{COOKIE_DOMAIN}' == '') ? null : '{COOKIE_DOMAIN}',
('{COOKIE_SECURE}' == '0') ? false : true);
}
if( document.images && document.images[imageSCR] )
{
document.images[imageSCR].src = '{IMG_URL_CONTRACT}';
}
// Update Form Selects - on the fly
if (parentCatEditMode == type)
{
EditForm = 'form_' + parentCatEditMode + cat_id;
duplicateForm(document.fromForm.pages, document.forms[EditForm].cat_url_sel, menuCats[currentCat].page_nav);
}
if (parentMenuEditMode == type)
{
EditForm = 'form_' + parentMenuEditMode + cat_id;
duplicateForm(document.fromForm.blocks, document.forms[EditForm].block_nav, menuCats[currentCat].block_nav);
duplicateForm(document.fromForm.pages, document.forms[EditForm].page_nav, menuCats[currentCat].page_nav);
duplicateForm(document.fromForm.functions, document.forms[EditForm].function_id, menuCats[currentCat].function_nav);
}
}
else
{
delCookie('{COOKIE_NAME}_'+type+'xxx_id',
('{COOKIE_PATH}' == '') ? null : '{COOKIE_PATH}',
('{COOKIE_DOMAIN}' == '') ? null : '{COOKIE_DOMAIN}');
}
for( var forCat in menuCats )
{
if ( menuCats[forCat].status == 'block' )
{
strSubmitContent += forCat + ',';
}
}
// Remove trailing separator
strSubmitContent = strSubmitContent.substr(0, strSubmitContent.length - 1);
setCookie('{COOKIE_NAME}_admincp_menustates', strSubmitContent, expdate,
('{COOKIE_PATH}' == '') ? null : '{COOKIE_PATH}',
('{COOKIE_DOMAIN}' == '') ? null : '{COOKIE_DOMAIN}',
('{COOKIE_SECURE}' == '0') ? false : true);
currentStep = 0;
setTimeout("execQueue();", execInterval);
}
function deleteOption(object,index) {
object.options[index] = null;
}
function addOption(object,text,value, selectedValue) {
var defaultSelected = false;
var selected = false;
if (value == selectedValue)
{
defaultSelected = true;
selected = true;
}
var optionName = new Option(text, value, defaultSelected, selected)
object.options[object.length] = optionName;
}
function copySelected(fromObject,toObject) {
for (var i=0, l=fromObject.options.length;i<l;i++) {
if (fromObject.options[i].selected)
addOption(toObject,fromObject.options[i].text,fromObject.options[i].value);
}
for (var i=fromObject.options.length-1;i>-1;i--) {
if (fromObject.options[i].selected)
deleteOption(fromObject,i);
}
}
function copyAll(fromObject,toObject) {
for (var i=0, l=fromObject.options.length;i<l;i++) {
addOption(toObject,fromObject.options[i].text,fromObject.options[i].value);
}
for (var i=fromObject.options.length-1;i>-1;i--) {
deleteOption(fromObject,i);
}
}
function duplicateForm(fromObject,toObject, selectedValue)
{
toObject.options.length = null;
for (var i=0; i<fromObject.options.length;i++) {
addOption(toObject,fromObject.options[i].text,fromObject.options[i].value, selectedValue);
// For some reason i have to reselect, to make it work in IE (Haplo is confused here...)
if (fromObject.options[i].value == selectedValue)
{
toObject.selectedIndex = i;
}
}
}
// -->
</script>
<div style="display:none;">
<form name="fromForm">
{S_GEN_BLOCK_LIST}
{S_GEN_FUNCTION_LIST}
{S_GEN_PAGE_LIST}
</form>
</div>
<div style="clear:both;padding:10px;">
<h2 style="margin-top:0px">{L_MENU_TITLE}</h2>
<div id="menu_successbox" class="successbox">{RESULT_MESSAGE}</div>
<script tyle="text/javascript">
sucbox = getObj( 'menu_successbox');
if ( sucbox.innerHTML.replace( '#^\s*|\s*$#', '') == '')
{
sucbox.style.display='none';
}
else
{
setTimeout( 'sucbox.style.display="none";', 3000);
}
</script>
<!-- BEGIN catrow -->
<div style="clear:both;display:block;padding-top:0.1em;margin-bottom:0.1em;">
<div style="clear:both;display:block;padding-bottom:6px;">
<div style="float:right;font-size:1.1em;">
<!-- BEGIN is_cat -->
<a href="javascript:onMenuCatClick('{catrow.CAT_ID}','adminCatEdit_');"><img src="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}images/admin_icons/icon_edit.gif" alt="{L_EDIT}"/></a>
<a href="{catrow.U_CAT_MOVE_UP}"><img src="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}images/admin_icons/icon_up.gif" alt="{L_MOVE_UP}"/></a>
<a href="{catrow.U_CAT_MOVE_DOWN}"><img src="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}images/admin_icons/icon_down.gif" alt="{L_MOVE_DOWN}"/></a>
<a href="javascript:onMenuCatClick('{catrow.CAT_ID}','adminCatDelete_');"><img src="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}images/admin_icons/icon_delete.gif" alt="{L_DELETE}" /></a>
<!-- END is_cat -->
</div>
<div style="float:left;">
<img src="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}images/admin_icons/icon_list.gif" alt="list" />
<b style="font-size:1.2em">
<!-- BEGIN is_new -->
<a href="javascript:onMenuCatClick('{catrow.CAT_ID}','adminCatEdit_');">{catrow.CAT_TITLE}</a>
<!-- END is_new -->
<!-- BEGIN is_cat -->
<a href="javascript:onMenuCatClick('{catrow.CAT_ID}','adminCat_');">{catrow.CAT_TITLE}</a>
<!-- END is_cat -->
</b><br/><span style="explain">{catrow.CAT_DESC}</span>
</div>
</div>
</div>
<div id="adminCat_{catrow.CAT_ID}" style="clear:both;display:{catrow.VISIBLE}">
<!-- CAT DELETE -->
<div id="adminCatDelete_{catrow.CAT_ID}" style="clear:both;display:{catrow.VISIBLE_DELETE};padding:6px;">
<form action="{S_ACTION}" method="post">
<fieldset>
<legend>{catrow.L_TITLE_DELETE}</legend>
<dl>
<dt><label>{catrow.L_MENU_NAME}</label></dt>
<dd>{catrow.NAME}</dd>
</dl>
<dl>
<dt><label>{catrow.L_MOVE_CONTENTS}</label></dt>
<dd>{catrow.S_SELECT_TO}</dd>
</dl>
<dl>
<dt><label>{catrow.L_MOVE_CONTENTS}</label></dt>
<dd><input type="checkbox" name="move_contents" value="1" class="radio" /></dd>
</dl>
<p align="center">
{catrow.S_HIDDEN_DELETE_FIELDS}
<input type="submit" name="submit" value="{catrow.S_SUBMIT_DELETE}" class="button2" />
</p>
</fieldset>
</form>
</div>
<!-- CAT EDIT -->
<div id="adminCatEdit_{catrow.CAT_ID}" style="clear:both;display:{catrow.VISIBLE_EDIT};padding:6px;">
<form name="form_adminCatEdit_{catrow.CAT_ID}" action="{S_ACTION}" method="post">
<fieldset>
<legend>{catrow.L_TITLE_EDIT}</legend>
<dl>
<dt><label>{catrow.L_CAT_TITLE}</label></dt>
<dd><input type="text" size="25" name="cat_title" value="{catrow.E_CAT_TITLE}" /></dd>
</dl>
<dl>
<dt><label>{catrow.L_CAT_DESC}</label></dt>
<dd><textarea name="cat_desc" rows="15" cols="35" wrap="virtual" style="width:450px" tabindex="3" class="post">{catrow.E_CAT_DESC}</textarea></dd>
</dl>
<dl>
<dt><label>{catrow.L_CAT_SHOW_CAT}</label></dt>
<dd>{catrow.S_CAT_SHOW_CAT}</dd>
</dl>
<dl>
<dt><label>{catrow.L_CAT_MENU_PAGE}</label></dt>
<dd><select name="cat_url_sel" ><option value="0">0</option></select></dd>
</dl>
<dl>
<dt><label>{catrow.L_CAT_LINK_TARGET}</label></dt>
<dd>{catrow.S_CAT_LINK_TARGET_LIST}</dd>
</dl>
<p align="center">
{catrow.S_HIDDEN_FIELDS}
<input type="submit" name="submit" value="{catrow.S_SUBMIT}" class="button2" />
</p>
</fieldset>
</form>
</div>
<!-- BEGIN nocat -->
{catrow.nocat.NONE}
<!-- END nocat -->
<!-- LIST OF MENU ROWS -->
<div style="clear:both;margin-left:20px;margin-right:20px;">
<!-- BEGIN menurow -->
<div style="clear:both;">
<div style="float:right;font-size:1.1em;">
<!-- BEGIN is_menu -->
<a href="{catrow.menurow.U_MENU_MOVE_UP}"><img src="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}images/admin_icons/icon_up.gif" alt="{L_MOVE_UP}"/></a>
<a href="{catrow.menurow.U_MENU_MOVE_DOWN}"><img src="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}images/admin_icons/icon_down.gif" alt="{L_MOVE_DOWN}"/></a>
<a href="javascript:onMenuCatClick('{catrow.menurow.MENU_ID}','adminMenuDelete_');">
<img src="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}images/admin_icons/icon_delete.gif" alt="{L_DELETE}" />
</a>
<!-- END is_menu -->
</div>
<div style="float:left">
<b><a href="javascript:onMenuCatClick('{catrow.menurow.MENU_ID}','adminMenuEdit_');">{catrow.menurow.MENU_TITLE}</a></b>
</div>
</div>
<div id="adminMenuDelete_{catrow.menurow.MENU_ID}" style="clear:both;display:{catrow.menurow.VISIBLE_DELETE};padding:6px;">
<form>
<fieldset>
<legend>{L_DELETE}</legend>
<p align="center">
{catrow.menurow.MESSAGE_DELETE}
</p>
</fieldset>
</form>
</div>
<div id="adminMenuEdit_{catrow.menurow.MENU_ID}" style="clear:both;display:{catrow.menurow.VISIBLE_EDIT};padding:6px;">
<form name="form_adminMenuEdit_{catrow.menurow.MENU_ID}" action="{S_ACTION}" method="post">
<fieldset>
<legend>{L_EDIT}</legend>
<dl>
<dt><label>{catrow.menurow.L_MENU_TITLE}</label></dt>
<dd><input type="text" size="45" name="menuname" value="{catrow.menurow.E_MENU_TITLE}" /></dd>
</dl>
<dl>
<dt><label>{catrow.menurow.L_MENU_DESC}</label></dt>
<dd><textarea rows="5" cols="45" wrap="virtual" name="message">{catrow.menurow.E_MENU_DESC}</textarea></dd>
</dl>
<dl>
<dt><label>{catrow.menurow.L_MENU_LINK_TARGET}</label></dt>
<dd>{catrow.menurow.S_LINK_TARGET_LIST}</dd>
</dl>
<dl>
<dt>{catrow.menurow.L_MENU_ACTION_TITLE}</dt>
</dl>
<dl>
<dt><label>{catrow.menurow.L_MENU_PAGE}</label></dt>
<dd><select name="page_nav" ><option value="0">0</option></select></dd>
</dl>
<dl>
<dt><label>{catrow.menurow.L_MENU_LINKS}</label></dt>
<dd><input type="text" size="65" name="menulinks" value="{catrow.menurow.E_MENU_LINKS}" /></dd>
</dl>
<dl>
<dt><label>{catrow.menurow.L_MENU_BLOCK}</label></dt>
<dd><select name="block_nav" ><option value="0">0</option></select></dd>
</dl>
<dl>
<dt>{catrow.menurow.L_MENU_ACTION_ADV}</dt>
</dl>
<dl>
<dt><label>{catrow.menurow.L_MENU_FUNCTION}</label></dt>
<dd><select name="function_id" ><option value="0">0</option></select></dd>
</dl>
<dl>
<dt>{catrow.menurow.L_MENU_PERMISSIONS_TITLE}</dt>
</dl>
<dl>
<dt><label>{catrow.menurow.L_AUTH_TITLE}</label></dt>
<dd>
<table cellspacing="1" cellpadding="4" border="0" class="portalline">
<tr>
<!-- BEGIN module_auth_titles -->
<th class="thTop">{catrow.menurow.module_auth_titles.CELL_TITLE}</th>
<!-- END module_auth_titles -->
</tr>
<!-- BEGIN module_auth_data -->
<tr>
<td class="row1" align="center">{catrow.menurow.module_auth_data.S_AUTH_LEVELS_SELECT}</td>
</tr>
<tr>
<th class="thTop">{catrow.menurow.module_auth_data.L_AUTH_GROUP_LEVELS_SELECT}</th>
</tr>
<tr>
<td class="row1" align="center">{catrow.menurow.module_auth_data.S_AUTH_GROUP_LEVELS_SELECT}</td>
</tr>
<!-- END module_auth_data -->
</table>
</dd>
</dl>
<dl>
<dt><label>{catrow.menurow.L_MENU_ICON}</label></dt>
<dd>{catrow.menurow.S_POSTICONS}</dd>
</dl>
<dl>
<dt><label>{catrow.menurow.L_MENU_ALT_ICON}</label></dt>
<dd><input type="text" size="65" name="menu_alt_icon" value="{catrow.menurow.E_MENU_ALT_ICON}" /></dd>
</dl>
<dl>
<dt><label>{catrow.menurow.L_MENU_ALT_ICON_HOT}</label></dt>
<dd><input type="text" size="65" name="menu_alt_icon_hot" value="{catrow.menurow.E_MENU_ALT_ICON_HOT}" /></dd>
</dl>
<p align="center">
{catrow.menurow.S_HIDDEN_FIELDS}
<input type="submit" name="submit" value="{catrow.menurow.S_SUBMIT}" class="button2" />
</p>
</fieldset>
</form>
</div>
<!-- BEGIN is_menu -->
<div style="clear:both;border-bottom:solid 1px #CCCCCC;"></div>
<!-- END is_menu -->
<!-- END menurow -->
</div>
</div>
<!-- BEGIN is_cat -->
<div style="clear:both;display:block;padding-top:0.1em;margin-bottom:0.1em;border-top:solid 1px #CCCCCC;border-collapse:collapse;"></div>
<!-- END is_cat -->
<!-- END catrow -->
<div style="clear:both;"></div>
</div>
<script type="text/javascript">
<!-- BEGIN catrow -->
menuCats['adminCat_{catrow.CAT_ID}'] = new menuCat('{catrow.CAT_ID}', 'adminCat_', '{catrow.VISIBLE}', '', '', '');
menuCats['adminCatEdit_{catrow.CAT_ID}'] = new menuCat('{catrow.CAT_ID}', 'adminCatEdit_', '{catrow.VISIBLE_EDIT}', '{catrow.PAGE_NAV}', '', '');
menuCats['adminCatDelete_{catrow.CAT_ID}'] = new menuCat('{catrow.CAT_ID}', 'adminCatDelete_', '{catrow.VISIBLE_DELETE}', '', '', '');
if ('{catrow.VISIBLE_EDIT}' == 'block')
{
duplicateForm(document.fromForm.pages, document.forms['form_adminCatEdit_' + '{catrow.CAT_ID}'].cat_url_sel, '{catrow.PAGE_NAV}');
}
<!-- BEGIN menurow -->
menuCats['adminMenuEdit_{catrow.menurow.MENU_ID}'] = new menuCat('{catrow.menurow.MENU_ID}', 'adminMenuEdit_', '{catrow.menurow.VISIBLE_EDIT}', '{catrow.menurow.PAGE_NAV}', '{catrow.menurow.BLOCK_NAV}', '{catrow.menurow.FUNCTION_NAV}');
menuCats['adminMenuDelete_{catrow.menurow.MENU_ID}'] = new menuCat('{catrow.menurow.MENU_ID}', 'adminMenuDelete_', '{catrow.menurow.VISIBLE_DELETE}', '', '', '');
if ('{catrow.menurow.VISIBLE_EDIT}' == 'block')
{
duplicateForm(document.fromForm.blocks, document.forms['form_adminMenuEdit_' + '{catrow.menurow.MENU_ID}'].block_nav, '{catrow.menurow.BLOCK_NAV}');
duplicateForm(document.fromForm.pages, document.forms['form_adminMenuEdit_' + '{catrow.menurow.MENU_ID}'].page_nav, '{catrow.menurow.PAGE_NAV}');
//duplicateForm(document.fromForm.functions, document.forms['form_adminMenuEdit_' + '{catrow.menurow.MENU_ID}'].function_nav, '{catrow.menurow.FUNCTION_NAV}');
}
<!-- END menurow -->
<!-- END catrow -->
// -->
</script>
--- NEW FILE: index.htm ---
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</html>
|
|
From: Florin C B. <ory...@us...> - 2012-10-21 00:04:13
|
Update of /cvsroot/mxbb/core/modules/mx_coreblocks In directory vz-cvs-4.sog:/tmp/cvs-serv26074/mx_coreblocks Added Files: mx_multiple_blocks.php Log Message: Italian Language --- NEW FILE: mx_multiple_blocks.php --- <?php /** * * @package Mx-Publisher Module - mx_coreblocks * @version $Id: mx_multiple_blocks.php,v 1.13 2012/10/21 00:04:11 orynider Exp $ * @copyright (c) 2002-2006 [Jon Ohlsson] Mx-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * @link http://www.mx-publisher.com * */ if( !defined('IN_PORTAL') || !is_object($mx_block)) { die("Hacking attempt"); } // // Read Block Settings // $title = $mx_block->block_info['block_title']; $b_description = $mx_block->block_info['block_desc']; $block_size = (isset( $block_size ) && !empty( $block_size ) ? $block_size : '100%'); // check parameter for block count $block_ids = $mx_block->get_parameters('block_ids'); $block_ids = explode(',',$block_ids); $nested_block_count = sizeof($block_ids); // settype($nested_block_count,'integer'); if ($nested_block_count < 2) mx_message_die(GENERAL_ERROR, "Nested block count must be >=2.", "", __LINE__, __FILE__, ''); // check parameter block ids & check parameter for block count // if (sizeof($block_ids)!=$nested_block_count) // mx_message_die(GENERAL_ERROR, "Number of block ids must be equal to block count.", "", __LINE__, __FILE__, ''); // check parameter block sizes $block_sizes = $mx_block->get_parameters('block_sizes'); $block_sizes = explode(',',$block_sizes); if (sizeof($block_sizes)!= $nested_block_count) mx_message_die(GENERAL_ERROR, "Number of block sizes must be equal to block count.", "", __LINE__, __FILE__, ''); // check parameter space $block_space = $mx_block->get_parameters('space_between'); if ($block_space == '') mx_message_die(GENERAL_ERROR, "Space between nested blocks not set.", "", __LINE__, __FILE__, ''); // start the placement table echo '<table cellspacing="0" cellpadding="0" border="0" width="100%"><tr>'; $mx_split_block = new mx_block(); for ($cell = 0; $cell < $nested_block_count; $cell++) { $inner_block_id=$block_ids[$cell]; $inner_block_size=$block_sizes[$cell]; settype($inner_block_id,'integer'); // output a placement table for each single block and the optional space echo '<td width="'.$inner_block_size.'" valign="top"><table cellspacing="0" cellpadding="0" border="0" width="100%"><tr><td>'; /* // get the necessary info about this block $sql = "SELECT blk.block_id, module_path, function_file, auth_view FROM " . BLOCK_TABLE . " blk, " . FUNCTION_TABLE . " fnc, " . MODULE_TABLE . " modu WHERE blk.function_id = fnc.function_id AND fnc.module_id = modu.module_id AND blk.block_id = ".$inner_block_id; if(!$block_result = $db->sql_query($sql)) { mx_message_die(GENERAL_ERROR, "Could not query modules information", "", __LINE__, __FILE__, $sql); } $block_row = $db->sql_fetchrow($block_result); */ // $module_root_path=$block_row['module_path']; // $block_file=$block_row['function_file']; // $auth_view=$row['auth_view']; $block_id = $inner_block_id; $mx_split_block->init( $inner_block_id ); $block_size='100%'; if ( $mx_split_block->auth_view ) { $template = new mx_Template($template->root, $board_config, $db); $module_root_path = $mx_split_block->module_root_path; $block_file = $mx_split_block->block_file; include( $module_root_path . $block_file ); // output additional space between blocks if it is not the last block if ($cell<$nested_block_count-1) { echo '</td><td width="'.$block_space.'">'; echo '<img src="templates/spacer.gif" width="'.$block_space.'">'; } } /* // check visibility (code from index.php) $is_auth_ary = array(); $is_auth_ary = block_auth(AUTH_VIEW, $inner_block_id , $userdata, $block_row, $block_row[auth_view] ); // output the block if ( $is_auth_ary[auth_view] ) { // set block id and block size as this must be correctly set for the inclusion to work $block_id=$inner_block_id; $block_size='100%'; $template = new mx_Template( $template->root, $board_config, $db); include($module_root_path . $block_file ); // output additional space between blocks if it is not the last block if ($cell<$nested_block_count-1) { echo '</td><td width="'.$block_space.'">'; echo '<img src="templates/spacer.gif" width="'.$block_space.'">'; } } */ // finish the inner placement table for a single block echo '</td></tr></table></td>'; } // finish the outer placement table echo '</tr></table>'; ?> |
|
From: Florin C B. <ory...@us...> - 2012-10-21 00:04:04
|
Update of /cvsroot/mxbb/core/language/lang_italian In directory vz-cvs-4.sog:/tmp/cvs-serv26016 Added Files: index.htm lang_admin.php lang_main.php lang_meta.php Log Message: Italian Language --- NEW FILE: lang_meta.php --- <?php /** * * @package MX-Publisher Core * @version $Id: lang_meta.php,v 1.1 2012/10/21 00:04:02 orynider Exp $ * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * @link http://www.mx-publisher.com * */ // // This file contains lang entries related to META tags. // // // First level of all language codes are based on the ISO-639 standard // as pointed by the RFC3066 'Tags for the Identification of Languages', // which is referenced by the HTML 4.01 Specification. // // More information can be found here: // http://www.w3.org/TR/html401/struct/dirlang.html#h-8.1.1 // ftp://ftp.rfc-editor.org/in-notes/rfc3066.txt // http://www.loc.gov/standards/iso639-2/langhome.html // // Note: There might be some mistakes in second level codes. // Apologies in advance for any mistake here. Feel free to contact // us if you believe anything must be changed here. Thanks // $lang['mx_meta']['langcode']['ab'] = 'Abkhazian'; $lang['mx_meta']['langcode']['aa'] = 'Afar'; $lang['mx_meta']['langcode']['af'] = 'Afrikaans'; $lang['mx_meta']['langcode']['ak'] = 'Akan'; $lang['mx_meta']['langcode']['sq'] = 'Albanian'; $lang['mx_meta']['langcode']['am'] = 'Amharic'; $lang['mx_meta']['langcode']['ar'] = 'Arabic'; $lang['mx_meta']['langcode']['ar-ae'] = 'Arabic (Arab Emirates)'; $lang['mx_meta']['langcode']['ar-bh'] = 'Arabic (Bahrein)'; $lang['mx_meta']['langcode']['ar-eg'] = 'Arabic (Egypt)'; $lang['mx_meta']['langcode']['ar-iq'] = 'Arabic (Iraq)'; $lang['mx_meta']['langcode']['ar-jo'] = 'Arabic (Jordania)'; $lang['mx_meta']['langcode']['ar-kw'] = 'Arabic (Kuwait)'; $lang['mx_meta']['langcode']['ar-lb'] = 'Arabic (Libanon)'; $lang['mx_meta']['langcode']['ar-ly'] = 'Arabic (Lybia)'; $lang['mx_meta']['langcode']['ar-ma'] = 'Arabic (Morocco)'; $lang['mx_meta']['langcode']['ar-om'] = 'Arabic (Oman)'; $lang['mx_meta']['langcode']['ar-qa'] = 'Arabic (Qtar)'; $lang['mx_meta']['langcode']['ar-sa'] = 'Arabic (Saudi Arabia)'; $lang['mx_meta']['langcode']['ar-sy'] = 'Arabic (Syria)'; $lang['mx_meta']['langcode']['ar-tn'] = 'Arabic (Tunisia)'; $lang['mx_meta']['langcode']['ar-ye'] = 'Arabic (Yemen)'; $lang['mx_meta']['langcode']['an'] = 'Aragonese'; $lang['mx_meta']['langcode']['hy'] = 'Armenian'; $lang['mx_meta']['langcode']['as'] = 'Assamese'; $lang['mx_meta']['langcode']['av'] = 'Avaric'; $lang['mx_meta']['langcode']['ae'] = 'Avestan'; $lang['mx_meta']['langcode']['ay'] = 'Aymara'; $lang['mx_meta']['langcode']['az'] = 'Azerbaijani'; $lang['mx_meta']['langcode']['bm'] = 'Bambara'; $lang['mx_meta']['langcode']['ba'] = 'Bashkir'; $lang['mx_meta']['langcode']['eu'] = 'Basque'; $lang['mx_meta']['langcode']['be'] = 'Belarusian'; $lang['mx_meta']['langcode']['bn'] = 'Bengali'; $lang['mx_meta']['langcode']['bh'] = 'Bihari'; $lang['mx_meta']['langcode']['bi'] = 'Bislama'; $lang['mx_meta']['langcode']['bs'] = 'Bosnian'; $lang['mx_meta']['langcode']['br'] = 'Breton'; $lang['mx_meta']['langcode']['bg'] = 'Bulgarian'; $lang['mx_meta']['langcode']['my'] = 'Burmese'; $lang['mx_meta']['langcode']['ca'] = 'Catalan'; $lang['mx_meta']['langcode']['ch'] = 'Chamorro'; $lang['mx_meta']['langcode']['ce'] = 'Chechen'; $lang['mx_meta']['langcode']['zh'] = 'Chinese'; $lang['mx_meta']['langcode']['zh-hk'] = 'Chinese (Hong-Kong)'; $lang['mx_meta']['langcode']['zh-cn'] = 'Chinese (PRC)'; $lang['mx_meta']['langcode']['zh-sg'] = 'Chinese (Singapour)'; $lang['mx_meta']['langcode']['zh-tw'] = 'Chinese (Taiwan)'; $lang['mx_meta']['langcode']['cu'] = 'Church Slavonic'; $lang['mx_meta']['langcode']['cv'] = 'Chuvash'; $lang['mx_meta']['langcode']['kw'] = 'Cornish'; $lang['mx_meta']['langcode']['co'] = 'Corsican'; $lang['mx_meta']['langcode']['cr'] = 'Cree'; $lang['mx_meta']['langcode']['hr'] = 'Croatian'; $lang['mx_meta']['langcode']['cs'] = 'Czech'; $lang['mx_meta']['langcode']['da'] = 'Danish'; $lang['mx_meta']['langcode']['dv'] = 'Divehi'; $lang['mx_meta']['langcode']['nl'] = 'Dutch'; $lang['mx_meta']['langcode']['nl-be'] = 'Dutch (Belgian)'; $lang['mx_meta']['langcode']['dz'] = 'Dzongkha'; $lang['mx_meta']['langcode']['en'] = 'English'; $lang['mx_meta']['langcode']['en-au'] = 'English (Australia)'; $lang['mx_meta']['langcode']['en-bz'] = 'English (Belize)'; $lang['mx_meta']['langcode']['en-ca'] = 'English (Canada)'; $lang['mx_meta']['langcode']['en-ie'] = 'English (Ireland)'; $lang['mx_meta']['langcode']['en-jm'] = 'English (Jamaican)'; $lang['mx_meta']['langcode']['en-gb'] = 'English (Great Britain)'; $lang['mx_meta']['langcode']['en-nz'] = 'English (New Zeland)'; $lang['mx_meta']['langcode']['en-za'] = 'English (South Africa)'; $lang['mx_meta']['langcode']['eo'] = 'Esperanto'; $lang['mx_meta']['langcode']['et'] = 'Estonian'; $lang['mx_meta']['langcode']['ee'] = 'Ewe'; $lang['mx_meta']['langcode']['fo'] = 'Faroese'; $lang['mx_meta']['langcode']['fj'] = 'Fijian'; $lang['mx_meta']['langcode']['fi'] = 'Finnish'; $lang['mx_meta']['langcode']['fr'] = 'French'; $lang['mx_meta']['langcode']['fr-be'] = 'French (Belgian)'; $lang['mx_meta']['langcode']['fr-ca'] = 'French (Canada)'; $lang['mx_meta']['langcode']['fr-lu'] = 'French (Luxembourg)'; $lang['mx_meta']['langcode']['fr-ch'] = 'French (Switzerland)'; $lang['mx_meta']['langcode']['fy'] = 'Frisian'; $lang['mx_meta']['langcode']['ff'] = 'Fulah'; $lang['mx_meta']['langcode']['gl'] = 'Gallegan'; $lang['mx_meta']['langcode']['lg'] = 'Ganda'; $lang['mx_meta']['langcode']['ka'] = 'Georgian'; $lang['mx_meta']['langcode']['de'] = 'German'; $lang['mx_meta']['langcode']['de-li'] = 'German (Liechtenstein)'; $lang['mx_meta']['langcode']['de-lu'] = 'German (Luxembourg)'; $lang['mx_meta']['langcode']['de-ch'] = 'German (Switzerland)'; $lang['mx_meta']['langcode']['gn'] = 'Guarani'; $lang['mx_meta']['langcode']['gu'] = 'Gujarati'; $lang['mx_meta']['langcode']['ht'] = 'Haitian'; $lang['mx_meta']['langcode']['ha'] = 'Hausa'; $lang['mx_meta']['langcode']['he'] = 'Hebrew'; $lang['mx_meta']['langcode']['hz'] = 'Herero'; $lang['mx_meta']['langcode']['hi'] = 'Hindi'; $lang['mx_meta']['langcode']['ho'] = 'Hiri Motu'; $lang['mx_meta']['langcode']['hu'] = 'Hungarian'; $lang['mx_meta']['langcode']['is'] = 'Icelandic'; $lang['mx_meta']['langcode']['io'] = 'Ido'; $lang['mx_meta']['langcode']['ig'] = 'Igbo'; $lang['mx_meta']['langcode']['id'] = 'Indonesian'; $lang['mx_meta']['langcode']['ie'] = 'Interlingue'; $lang['mx_meta']['langcode']['iu'] = 'Inuktitut'; $lang['mx_meta']['langcode']['ik'] = 'Inupiaq'; $lang['mx_meta']['langcode']['ga'] = 'Irish'; $lang['mx_meta']['langcode']['it'] = 'Italian'; $lang['mx_meta']['langcode']['it-ch'] = 'Italian (Switzerland)'; $lang['mx_meta']['langcode']['ja'] = 'Japanese'; $lang['mx_meta']['langcode']['jv'] = 'Javanese'; $lang['mx_meta']['langcode']['kl'] = 'Kalaallisut'; $lang['mx_meta']['langcode']['kn'] = 'Kannada'; $lang['mx_meta']['langcode']['kr'] = 'Kanuri'; $lang['mx_meta']['langcode']['ks'] = 'Kashmiri'; $lang['mx_meta']['langcode']['kk'] = 'Kazakh'; $lang['mx_meta']['langcode']['km'] = 'Khmer'; $lang['mx_meta']['langcode']['ki'] = 'Kikuyu'; $lang['mx_meta']['langcode']['rw'] = 'Kinyarwanda'; $lang['mx_meta']['langcode']['ky'] = 'Kirghiz'; $lang['mx_meta']['langcode']['kv'] = 'Komi'; $lang['mx_meta']['langcode']['kg'] = 'Kongo'; $lang['mx_meta']['langcode']['ko'] = 'Korean'; $lang['mx_meta']['langcode']['ku'] = 'Kurdish'; $lang['mx_meta']['langcode']['kj'] = 'Kwanyama'; $lang['mx_meta']['langcode']['lo'] = 'Lao'; $lang['mx_meta']['langcode']['la'] = 'Latin'; $lang['mx_meta']['langcode']['lv'] = 'Latvian'; $lang['mx_meta']['langcode']['li'] = 'Limburgish'; $lang['mx_meta']['langcode']['ln'] = 'Lingala'; $lang['mx_meta']['langcode']['lt'] = 'Lithuanian'; $lang['mx_meta']['langcode']['lu'] = 'Luba-Katanga'; $lang['mx_meta']['langcode']['lb'] = 'Luxembourgish'; $lang['mx_meta']['langcode']['mk'] = 'Macedonian'; $lang['mx_meta']['langcode']['mg'] = 'Malagasy'; $lang['mx_meta']['langcode']['ms'] = 'Malay'; $lang['mx_meta']['langcode']['ml'] = 'Malayalam'; $lang['mx_meta']['langcode']['mt'] = 'Maltese'; $lang['mx_meta']['langcode']['gv'] = 'Manx'; $lang['mx_meta']['langcode']['mi'] = 'Maori'; $lang['mx_meta']['langcode']['mr'] = 'Marathi'; $lang['mx_meta']['langcode']['mh'] = 'Marshallese'; $lang['mx_meta']['langcode']['el'] = 'Modern Greek'; $lang['mx_meta']['langcode']['mo'] = 'Moldavian'; $lang['mx_meta']['langcode']['mn'] = 'Mongolian'; $lang['mx_meta']['langcode']['na'] = 'Nauru'; $lang['mx_meta']['langcode']['nv'] = 'Navajo'; $lang['mx_meta']['langcode']['nd'] = 'Ndebele, North'; $lang['mx_meta']['langcode']['ng'] = 'Ndonga'; $lang['mx_meta']['langcode']['ne'] = 'Nepali'; $lang['mx_meta']['langcode']['nb'] = 'Norwegian'; $lang['mx_meta']['langcode']['nn'] = 'Norwegian Nynorsk'; $lang['mx_meta']['langcode']['ny'] = 'Nyanja'; $lang['mx_meta']['langcode']['oc'] = 'Occitan'; $lang['mx_meta']['langcode']['oj'] = 'Ojibwa'; $lang['mx_meta']['langcode']['or'] = 'Oriya'; $lang['mx_meta']['langcode']['om'] = 'Oromo'; $lang['mx_meta']['langcode']['os'] = 'Ossetian'; $lang['mx_meta']['langcode']['pi'] = 'Pali'; $lang['mx_meta']['langcode']['pa'] = 'Panjabi'; $lang['mx_meta']['langcode']['fa'] = 'Persian'; $lang['mx_meta']['langcode']['pl'] = 'Polish'; $lang['mx_meta']['langcode']['pt'] = 'Portuguese'; $lang['mx_meta']['langcode']['pt-br'] = 'Portuguese (Brazil)'; $lang['mx_meta']['langcode']['ps'] = 'Pushto'; $lang['mx_meta']['langcode']['qu'] = 'Quechua'; $lang['mx_meta']['langcode']['rm'] = 'Raeto-Romance'; $lang['mx_meta']['langcode']['ro'] = 'Romanian'; $lang['mx_meta']['langcode']['ro-mo'] = 'Romanian (Moldavia)'; $lang['mx_meta']['langcode']['rn'] = 'Rundi'; $lang['mx_meta']['langcode']['ru'] = 'Russian'; $lang['mx_meta']['langcode']['ru-mo'] = 'Russian (Moldavia)'; $lang['mx_meta']['langcode']['sm'] = 'Samoan'; $lang['mx_meta']['langcode']['sg'] = 'Sango'; $lang['mx_meta']['langcode']['sa'] = 'Sanskrit'; $lang['mx_meta']['langcode']['sc'] = 'Sardinian'; $lang['mx_meta']['langcode']['gd'] = 'Scottish Gaelic'; $lang['mx_meta']['langcode']['sr'] = 'Serbian'; $lang['mx_meta']['langcode']['sn'] = 'Shona'; $lang['mx_meta']['langcode']['ii'] = 'Sichuan Yi'; $lang['mx_meta']['langcode']['sd'] = 'Sindhi'; $lang['mx_meta']['langcode']['si'] = 'Sinhalese'; $lang['mx_meta']['langcode']['sk'] = 'Slovak'; $lang['mx_meta']['langcode']['sl'] = 'Slovenian'; $lang['mx_meta']['langcode']['so'] = 'Somali'; $lang['mx_meta']['langcode']['st'] = 'Sotho'; $lang['mx_meta']['langcode']['nr'] = 'South Ndebele'; $lang['mx_meta']['langcode']['es'] = 'Spanish'; $lang['mx_meta']['langcode']['es-ar'] = 'Spanish (Argentina)'; $lang['mx_meta']['langcode']['es-bo'] = 'Spanish (Bolivia)'; $lang['mx_meta']['langcode']['es-cl'] = 'Spanish (Chile)'; $lang['mx_meta']['langcode']['es-co'] = 'Spanish (Colombia)'; $lang['mx_meta']['langcode']['es-cr'] = 'Spanish (Costa Rica)'; $lang['mx_meta']['langcode']['es-sv'] = 'Spanish (El Salvador)'; $lang['mx_meta']['langcode']['es-ec'] = 'Spanish (Ecuador)'; $lang['mx_meta']['langcode']['es-gt'] = 'Spanish (Guatemala)'; $lang['mx_meta']['langcode']['es-hn'] = 'Spanish (Honduras)'; $lang['mx_meta']['langcode']['es-mx'] = 'Spanish (Mexico)'; $lang['mx_meta']['langcode']['es-ni'] = 'Spanish (Nicaragua)'; $lang['mx_meta']['langcode']['es-pa'] = 'Spanish (Panama)'; $lang['mx_meta']['langcode']['es-py'] = 'Spanish (Paraguay)'; $lang['mx_meta']['langcode']['es-pr'] = 'Spanish (Puerto Rico)'; $lang['mx_meta']['langcode']['es-pe'] = 'Spanish (Peru)'; $lang['mx_meta']['langcode']['es-tt'] = 'Spanish (Trinidad)'; $lang['mx_meta']['langcode']['es-uy'] = 'Spanish (Uruguay)'; $lang['mx_meta']['langcode']['es-ve'] = 'Spanish (Venezuela)'; $lang['mx_meta']['langcode']['su'] = 'Sundanese'; $lang['mx_meta']['langcode']['sw'] = 'Swahili'; $lang['mx_meta']['langcode']['ss'] = 'Swati'; $lang['mx_meta']['langcode']['sv'] = 'Swedish'; $lang['mx_meta']['langcode']['sv-fi'] = 'Swedish (Finland)'; $lang['mx_meta']['langcode']['tl'] = 'Tagalog'; $lang['mx_meta']['langcode']['ty'] = 'Tahitian'; $lang['mx_meta']['langcode']['tg'] = 'Tajik'; $lang['mx_meta']['langcode']['ta'] = 'Tamil'; $lang['mx_meta']['langcode']['tt'] = 'Tatar'; $lang['mx_meta']['langcode']['te'] = 'Telugu'; $lang['mx_meta']['langcode']['th'] = 'Thai'; $lang['mx_meta']['langcode']['bo'] = 'Tibetan'; $lang['mx_meta']['langcode']['ti'] = 'Tigrinya'; $lang['mx_meta']['langcode']['to'] = 'Tonga'; $lang['mx_meta']['langcode']['ts'] = 'Tsonga'; $lang['mx_meta']['langcode']['tn'] = 'Tswana'; $lang['mx_meta']['langcode']['tr'] = 'Turkish'; $lang['mx_meta']['langcode']['tk'] = 'Turkmen'; $lang['mx_meta']['langcode']['tw'] = 'Twi'; $lang['mx_meta']['langcode']['uk'] = 'Ukrainian'; $lang['mx_meta']['langcode']['ur'] = 'Urdu'; $lang['mx_meta']['langcode']['ug'] = 'Uyghur'; $lang['mx_meta']['langcode']['uz'] = 'Uzbek'; $lang['mx_meta']['langcode']['ve'] = 'Venda'; $lang['mx_meta']['langcode']['vi'] = 'Vietnamese'; $lang['mx_meta']['langcode']['vo'] = 'Volapük'; $lang['mx_meta']['langcode']['wa'] = 'Walloon'; $lang['mx_meta']['langcode']['cy'] = 'Welsh'; $lang['mx_meta']['langcode']['wo'] = 'Wolof'; $lang['mx_meta']['langcode']['xh'] = 'Xhosa'; $lang['mx_meta']['langcode']['yi'] = 'Yiddish'; $lang['mx_meta']['langcode']['yo'] = 'Yoruba'; $lang['mx_meta']['langcode']['za'] = 'Zhuang'; $lang['mx_meta']['langcode']['zu'] = 'Zulu'; // // Other related META tag entries follow... // $lang['mx_meta']['rating']['general'] = 'General'; $lang['mx_meta']['rating']['14 years'] = '14 years'; $lang['mx_meta']['rating']['restricted']= 'Restricted'; $lang['mx_meta']['rating']['mature'] = 'Mature'; $lang['mx_meta']['index']['index'] = 'Index'; $lang['mx_meta']['index']['noindex'] = 'No index'; $lang['mx_meta']['follow']['follow'] = 'Follow'; $lang['mx_meta']['follow']['nofollow'] = 'No follow'; // // That's all Folks! // ------------------------------------------------- ?> --- NEW FILE: lang_admin.php --- <?php /** * * @package MX-Publisher Core * @version $Id: lang_admin.php,v 1.1 2012/10/21 00:04:01 orynider Exp $ * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * @link http://www.mx-publisher.com * */ // // Editor Settings: Please set Tabsize to 4 ;-) // // // The format of this file is: // // ---> $lang['message'] = 'text'; // // Specify your language character encoding... [optional] // // setlocale(LC_ALL, 'en'); $lang['mxBB_adminCP'] = 'MX-Publisher Administration'; $lang['Portal_Desc'] = 'A little text to describe your website.'; // // Left AdminCP Panel // $lang['Admin'] = 'Amministrazione'; $lang['Admin_Index'] = 'Admin index'; $lang['1_General_admin'] = 'General'; $lang['1_1_Management'] = 'Configuration'; $lang['1_2_WordCensors'] = 'Word Censors'; $lang['2_CP'] = 'Management'; $lang['2_1_Modules'] = 'Modules Setup<br /><hr>'; $lang['2_2_ModuleCP'] = 'Module Control Panel'; $lang['2_3_BlockCP'] = 'Block Control Panel'; $lang['2_4_PageCP'] = 'Page Control Panel'; $lang['3_CP'] = 'Styles'; $lang['2_1_new'] = 'Add new'; $lang['2_2_manage'] = 'Manage'; $lang['2_3_smilies'] = 'Smilies'; $lang['4_Panel_system'] = 'System Tools'; $lang['4_1_Cache'] = 'Regenerate Cache'; $lang['4_1_Integrity'] = 'Integrity Checker'; $lang['4_1_Meta'] = 'META Tags'; $lang['4_1_PHPinfo'] = 'phpInfo()'; // // Index // $lang['Welcome_mxBB'] = 'Welcome to MX-Publisher'; $lang['Admin_intro_mxBB'] = 'Thank you for choosing MX-Publisher as your portal/cms solution and phpBB as your forum solution. This screen will give you a quick overview of all the various statistics of your site. You can get back to this page by clicking on the <span style="text-decoration: underline;">Admin Index</span> link in the left panel. To return to the index of your board, click the logo that is also in the left panel. The other links on the left hand side of this screen will allow you to control every aspect of your portal and forum experience. Each screen will have instructions on how to use the provided tools.'; $lang['Version_information'] = 'Informazione versione'; // // General // $lang['Yes'] = 'Yes'; $lang['No'] = 'No'; $lang['No_modules'] = 'No modules are installed.'; $lang['No_functions'] = 'This module has no block functions.'; $lang['No_parameters'] = 'This function has no parameters.'; $lang['No_blocks'] = 'No blocks for this function exist.'; $lang['No_pages'] = 'No pages exist here.'; $lang['No_settings'] = 'There are no further settings for this block.'; $lang['Quick_nav'] = 'Quick Navigation'; $lang['Include_all_modules'] = 'List all modules'; $lang['Include_block_quickedit'] = 'Include Block QuickEdit panel'; $lang['Include_block_private'] = 'Include Block Private Auth Panel'; $lang['Include_all_pages'] = 'List all pages'; $lang['View'] = 'View'; $lang['Edit'] = 'Edit'; $lang['Delete'] = 'Delete'; $lang['Settings'] = 'Settings'; $lang['Move_up'] = 'Move up'; $lang['Move_down'] = 'Move down'; $lang['Resync'] = 'Resync'; $lang['Update'] = 'Update'; $lang['Permissions'] = 'Permissions'; $lang['Permissions_std'] = 'Standard Permissions'; $lang['Permissions_adv'] = 'Advanced Permissions'; $lang['return_to_page'] = 'Back to Portal Page'; $lang['Use_default'] = 'Use default setting'; $lang['Server_name'] = 'Nome dominio'; $lang['Server_name_explain'] = 'Il nome del dominio da cui lanci il forum'; $lang['Script_path'] = 'Percorso cartella phpbb'; $lang['Script_path_explain'] = 'Il percorso dove è situato phpbb relativo al nome di dominio'; $lang['Server_port'] = 'Porta del server'; $lang['Server_port_explain'] = 'La porta del tuo server, di solito 80, cambia solo se è diversa'; $lang['Site_name'] = 'Nome del sito'; $lang['Site_desc'] = 'Descrizione del sito'; $lang['AdminCP_status'] = '<b>Progress report</b>'; $lang['AdminCP_action'] = '<b>Database Action</b>'; $lang['Invalid_action'] = 'Error'; $lang['was_installed'] = 'was installed.'; $lang['was_uninstalled'] = 'was uninstalled.'; $lang['was_upgraded'] = 'was upgraded'; $lang['was_exported'] = 'was exported'; $lang['was_deleted'] = 'was deleted'; $lang['was_removed'] = 'was removed'; $lang['was_inserted'] = 'was inserted'; $lang['was_updated'] = 'was updated'; $lang['was_added'] = 'was added'; $lang['was_moved'] = 'was moved'; $lang['was_synced'] = 'was synchronized'; $lang['error_no_field'] = 'There is a missing field. Please fill out all the required fields.'; $lang['Email_settings'] = 'Impostazioni e-mail'; $lang['Admin_email'] = 'Indirizzo e-mail amministratore'; $lang['Email_sig'] = 'Firma e-mail'; $lang['Email_sig_explain'] = 'Questo testo verrà allegato ad ogni e-mail spedita dal forum'; $lang['Use_SMTP'] = 'Usa un Server SMTP per le e-mail'; $lang['Use_SMTP_explain'] = 'Rispondi si se vuoi o devi inviare email attraverso un server specifico invece della funzione mail locale'; $lang['SMTP_server'] = 'Indirizzo server SMTP'; $lang['SMTP_username'] = 'Username SMTP'; $lang['SMTP_username_explain'] = 'Compila il campo username soltanto se il server lo richiede'; $lang['SMTP_password'] = 'Password SMTP'; $lang['SMTP_password_explain'] = 'Compila il campo password soltanto se il server lo richiede'; $lang['Cookie_settings'] = 'Impostazioni cookie'; $lang['Cookie_settings_explain'] = 'Questo modulo controlla come vengono definiti i cookie inviati ai browser. In molti casi l\'impostazione di default è sufficiente. Se devi cambiare queste impostazioni fallo con attenzione, le impostazioni non corrette possono impedire agli utenti di entrare.'; $lang['Cookie_domain'] = 'Dominio cookie'; $lang['Cookie_name'] = 'Nome cookie'; $lang['Cookie_path'] = 'Percorso cookie'; $lang['Cookie_secure'] = 'Cookie sicuri'; $lang['Cookie_secure_explain'] = 'Se il server funziona via SSL abilita questo altrimenti lascia disabilitato'; $lang['Session_length'] = 'Lunghezza sessione [ secondi ]'; $lang['Allow_autologin'] = 'Permetti login automatici'; $lang['Allow_autologin_explain'] = 'Determina se viene data la possibilità di fare il login automaticamente quando visitano il forum'; $lang['Autologin_time'] = 'Login automatico'; $lang['Autologin_time_explain'] = 'Determina la funzione di auto login in giorni, quindi inserisci un numero valido per attivarlo. Lascia 0 se non lo vuoi attivare.'; $lang['Date_format'] = 'Formato data'; $lang['Date_format_explain'] = 'La sintassi utilizzata e\' la funzione <a href=\'http://www.php.net/manual/it/html/function.date.html\' target=\'_other\'>data()</a> del PHP.'; $lang['System_timezone'] = 'Fuso orario del sistema'; $lang['Enable_gzip'] = 'Abilita la compressione GZip'; $lang['Max_login_attempts'] = 'Tentativi di login permessi'; $lang['Max_login_attempts_explain'] = 'Il numero di tentativi di login consentiti.'; $lang['Login_reset_time'] = 'Tempo di blocco login'; $lang['Login_reset_time_explain'] = 'Determina il tempo in minuti che l\'utente deve aspettare prima di fare di nuovo il login dopo avere ecceduto il numero di tentativi di login consentiti.'; $lang['Default_language'] = 'Lingua di default'; // // Configuration // $lang['Portal_admin'] = 'Portal Administration'; $lang['Portal_admin_explain'] = 'Use this form to customize your portal'; $lang['Portal_General_Config'] = 'Portal Configuration'; $lang['Portal_General_Config_explain'] = 'Use this form to manage the main settings of your MX-Publisher site.'; $lang['Portal_General_settings'] = 'General Settings'; $lang['Portal_Style_settings'] = 'Style Settings'; $lang['Portal_General_config_info'] = 'General Portal Config Info '; $lang['Portal_General_config_info_explain'] = 'Current setup info from config.php (no editing needed)'; $lang['Portal_Name'] = 'Portal Name:'; $lang['Portal_PHPBB_Url'] = 'URL to your phpBB installation:'; $lang['Portal_Url'] = 'URL to MX-Publisher:'; $lang['Portal_Config_updated'] = 'Portal Configuration Updated Successfully'; $lang['Click_return_portal_config'] = 'Click %sHere%s to return to Portal Configuration'; $lang['PHPBB_info'] = 'phpBB Info'; $lang['PHPBB_version'] = 'phpBB Version:'; $lang['PHPBB_script_path'] = 'phpBB Script Path:'; $lang['PHPBB_server_name'] = 'phpBB Domain (server_name):'; $lang['MX_Portal'] = 'MX-Publisher'; $lang['MX_Modules'] = 'Modules'; $lang['Phpbb'] = 'phpBB'; $lang['Top_phpbb_links'] = 'phpBB Statistics in Header (default value)'; $lang['Top_phpbb_links_explain'] = '- Links to new, unread posts'; $lang['Portal_version'] = 'MX-Publisher Version:'; $lang['Mx_use_cache'] = 'Use MX-Publisher Block Cache'; $lang['Mx_use_cache_explain'] = 'Block data is cached to individual cache/block_*.xml files. Block cache files are created/updated when blocks are edited.'; $lang['Mx_mod_rewrite'] = 'Use mod_rewrite'; $lang['Mx_mod_rewrite_explain'] = 'If you\'re running on an Apache server and have mod_rewrite activated, you may rewrite URLS; for example, you can rewrite pages like \'page=x\' with more intuitive alternatives. Please read further documentation for the mx_mod_rewrite module.'; $lang['Portal_Overall_header'] = 'Overall Header File (default value)'; $lang['Portal_Overall_header_explain'] = '- This is the default template overall_header file, e.g. overall_header.tpl.'; $lang['Portal_Overall_footer'] = 'Overall Footer File (default value)'; $lang['Portal_Overall_footer_explain'] = '- This is the default template overall_footer file, e.g. overall_footer.tpl.'; $lang['Portal_Main_layout'] = 'Main Layout File (default value)'; $lang['Portal_Main_layout_explain'] = '- This is the default template main_layout file, e.g. mx_main_layout.tpl.'; $lang['Portal_Navigation_block'] = 'Overall Navigation Block (default value)'; $lang['Portal_Navigation_block_explain'] = '- This is the page header navigation block, provided you\'ve chosen a overall header file which supports page navigation.'; $lang['Default_style'] = 'Portal Pages Style (default)'; $lang['Default_admin_style'] = 'AdminCP Style'; $lang['Select_page_style'] = "Select (or use default)"; $lang['Override_style'] = 'Override user style'; $lang['Override_style_explain'] = 'Replaces users style with the default (for pages)'; $lang['Portal_status'] = 'Enable portal'; $lang['Portal_status_explain'] = 'Handy switch, when reconstructing the site. Only admin is able to view pages and browse around normally. While disabled, the message below is displayed.'; $lang['Disabled_message'] = 'Portal disabled message'; $lang['Portal_Backend'] = 'MX-Publisher User/Session backend'; $lang['Portal_Backend_explain'] = 'Select internal, phpBB2 or phpBB3 sessions and users'; $lang['Portal_Backend_path'] = 'Relative path to phpBB [non-internal]'; $lang['Portal_Backend_path_explain'] = 'If using non-internal sessions and users, enter the relative path to phpbb, eg \'phpBB2/\' or \'../phpBB2/\'. Note: slashes are important.'; $lang['Portal_Backend_submit'] = 'Change and validate Backend'; $lang['Portal_config_valid'] = 'Current Backend Status: '; $lang['Portal_config_valid_true'] = '<b><font color="green">Valid</font></b>'; $lang['Portal_config_valid_false'] = '<b><font color="red">Bad Setup. Either your phpBB relative path is wrong or phpBB is uninstalled (your phpBB database is unavailable). Thus, \'internal\' backend is used.</font></b>'; // // Module Management // $lang['Module_admin'] = 'Module Administration'; $lang['Module_admin_explain'] = 'Use this form to manage modules: installation, upgrading and module development.<br /><b>To use this panel, you need to have JavaScript and cookies enabled in your browser!</b>'; $lang['Modulecp_admin'] = 'Module Control Panel'; $lang['Modulecp_admin_explain'] = 'Use this form to manage modules: block functions (parameters) and portal blocks.<br /><b>To use this panel, you need to have JavaScript and cookies enabled in your browser!</b>'; $lang['Modules'] = 'Modules'; $lang['Module'] = 'Module'; $lang['Module_delete'] = 'Delete a Module'; $lang['Module_delete_explain'] = 'Use this form to delete a module (or block function)'; $lang['Edit_module'] = 'Edit a Module'; $lang['Create_module'] = 'Create a New Module'; $lang['Module_name'] = 'Module Name'; $lang['Module_desc'] = 'Description'; $lang['Module_path'] = 'Path, ex. \'modules/mx_textblocks/\''; $lang['Module_include_admin'] = 'Include this module in the AdminCP navigation'; // // Module Installation // $lang['Module_delete_db'] = 'Do you really want to uninstall the module? Warning: You will lose all module data. Consider upgrading instead.'; $lang['Click_module_delete_yes'] = 'Click %sHere%s to uninstall the module'; $lang['Click_module_upgrade_yes'] = 'Click %sHere%s to upgrade the module'; $lang['Click_module_export_yes'] = 'Click %sHere%s to export the module'; $lang['Error_no_db_install'] = 'Error: The file db_install.php does not exist. Please verify this and try again.'; $lang['Error_no_db_uninstall'] = 'Error: The file db_uninstall.php does not exist, or the uninstall feature is not supported for this module. Please verify this and try again.'; $lang['Error_no_db_upgrade'] = 'Error: The file db_upgrade.php does not exist, or the upgrade feature is not supported for this module. Please verify this and try again.'; $lang['Error_module_installed'] = 'Error: This module is already installed! Please either first delete the module, or upgrade the module instead.'; $lang['Uninstall_module'] = 'Uninstall Module'; $lang['import_module_pack'] = 'Install Module'; $lang['import_module_pack_explain'] = 'This will install a module to the portal. Be sure that the module\'s package is uploaded to the /modules/ folder. Remember to use the latest module version!'; $lang['upgrade_module_pack'] = 'Upgrade Module'; $lang['upgrade_module_pack_explain']= 'This will upgrade your module. Be sure to read the module\'s documentation before proceeding, or you risk module data loss.'; $lang['export_module_pack'] = 'Export Module'; $lang['Export_Module'] = 'Select a Module:'; $lang['export_module_pack_explain'] = 'This will export a module *.pak file. This is intended for module writers; regular users don\'t need to worry about this.'; $lang['Module_Config_updated'] = 'Module Configuration Updated Successfully'; $lang['Click_return_module_admin'] = 'Click %sHere%s to return to Module Administration'; $lang['Module_updated'] = 'Module Information Updated successfully'; $lang['list_of_queries'] = 'This is the result list of the SQL queries needed for the install/upgrade'; $lang['already_added'] = 'Error or Already added'; $lang['added_upgraded'] = 'Added/Updated'; $lang['upgrading_modules'] = 'If you get some Errors, Already Added or Updated messages, relax, this is normal when updating mods'; $lang['consider_upgrading'] = 'Module is already installed...consider upgrading ;)'; $lang['upgrading'] = 'Upgrading'; $lang['module_upgrade'] = 'This is a upgrade'; $lang['nothing_upgrade'] = 'Nothing to upgrade...'; $lang['upgraded_to_ver'] = '...Now upgraded to v. '; $lang['module_not_installed'] = 'Module not installed...and thus cannot be upgraded'; $lang['fresh_install'] = 'This is a fresh install'; $lang['module_install_info'] = 'Mod Installation/Upgrading/Uninstalling Information - mod specific db tables'; // // Functions & Parameters Administration // $lang['Function_admin'] = 'Block Function Administration'; $lang['Function_admin_explain'] = 'Modules have one or more block bunctions. Use this form to edit, add, or delete a block function'; $lang['Function'] = 'Block Function'; $lang['Function_name'] = 'Block Function Name'; $lang['Function_desc'] = 'Description'; $lang['Function_file'] = 'File '; $lang['Function_admin_file'] = 'File (Edit block script) <br /> Extra parameters for this edit block panel. Leave blank to use default edit panel.'; $lang['Create_function'] = 'Add New Block Function'; $lang['Delete_function'] = 'Delete Block Function'; $lang['Delete_function_explain'] = 'This will delete the function and all of its associated portal blocks. Beware: this operation cannot be undone!'; $lang['Click_function_delete_yes'] = 'Click %sHere%s to delete the Function'; $lang['Parameter_admin'] = 'Function Parameter Administration'; $lang['Parameter_admin_explain'] = 'List all parameters for this function'; $lang['Parameter'] = 'Parameter'; $lang['Parameter_name'] = '<b>Parameter Name</b><br />- to be used to access the parameter'; $lang['Parameter_type'] = '<b>Parameter Type</b>'; $lang['Parameter_default'] = '<b>Default Value</b>'; $lang['Parameter_function'] = '<b>Function/Options</b>'; $lang['Parameter_function_explain'] = '<b>Function</b> (when using the \'Function\' type)<br />- You may pass the parameter data to an external function <br /> to generate the parameter form field.<br />- For example: <br />get_list_formatted("block_list","{parameter_value}","{parameter_id}[]")'; $lang['Parameter_function_explain'] .= '<br /><br /><b>Option(s)</b> (when using \'Selection\' parameter types)<br />- For all selection parameters (radiobuttons, checkboxes and menus) all options are listed here, one option per line.'; $lang['Parameter_auth'] = '<b>Admin/Block Moderator only</b>'; $lang['Parameters'] = 'Parameters'; $lang['Parameter_id'] = 'ID'; $lang['Create_parameter'] = 'Add New Parameter'; $lang['Delete_parameter'] = 'Delete Function Parameter'; $lang['Delete_parameter_explain'] = 'This will delete the parameter and update all associated portal blocks. Beware: this operation cannot be undone!'; $lang['Click_parameter_delete_yes'] = 'Click %sHere%s to delete the Parameter'; // // Parameter Types // $lang['ParType_BBText'] = 'Simple BBCode Textblock'; $lang['ParType_BBText_info'] = 'This is a simple textblock that parses BBCode'; $lang['ParType_Html'] = 'Simple HTML Textblock'; $lang['ParType_Html_info'] = 'This is a simple textblock, parsing HTML'; $lang['ParType_Text'] = 'Plain Text (single-row)'; $lang['ParType_Text_info'] = 'This is a simple text field'; $lang['ParType_TextArea'] = 'Plain Text Area (multiple-row)'; $lang['ParType_TextArea_info'] = 'This is a simple textarea field'; $lang['ParType_Boolean'] = 'Boolean'; $lang['ParType_Boolean_info'] = 'This is a \'yes\' or \'no\' radio switch.'; $lang['ParType_Number'] = 'Plain Number'; $lang['ParType_Number_info'] = 'This is a simple number field'; $lang['ParType_Function'] = 'Parameter function'; $lang['ParType_Values'] = 'Values'; $lang['ParType_Radio_single_select'] = 'Single-Selection Radio Buttons'; $lang['ParType_Radio_single_select_info'] = ''; $lang['ParType_Menu_single_select'] = 'Single-Selection Menu'; $lang['ParType_Menu_single_select_info'] = ''; $lang['ParType_Menu_multiple_select'] = 'Multiple-Selection Menu'; $lang['ParType_Menu_multiple_select_info'] = ''; $lang['ParType_Checkbox_multiple_select'] = 'Multiple-Selection Checkbox'; $lang['ParType_Checkbox_multiple_select_info'] = ''; // // Blocks Administration // $lang['Block_admin'] = 'Block Control Panel'; $lang['Block_admin_explain'] = 'Use this form to manage portal blocks.<br /><b>To use this panel, you need to have JavaScript and cookies enabled in your browser!</b>'; $lang['Block'] = 'Block'; $lang['Show_title'] = 'Show Block Title?'; $lang['Show_title_explain'] = 'Whether or not to display the block title'; $lang['Show_block'] = 'Show Block?'; $lang['Show_block_explain'] = '- If \'no\', the Block is hidden to all users, except administrators'; $lang['Show_stats'] = 'Show Statistics?'; $lang['Show_stats_explain'] = '- If \'yes\', \'edited by...\' will be displayed below the block'; $lang['Show_blocks'] = 'View Function Blocks'; $lang['Block_delete'] = 'Delete a Block'; $lang['Block_delete_explain'] = 'Use this form to delete a Block (or column)'; $lang['Block_title'] = 'Title'; $lang['Block_desc'] = 'Description'; $lang['Add_Block'] = 'Add New Block'; $lang['Auth_Block'] = 'Permissions'; $lang['Auth_Block_explain'] = 'ALL: All users<br />REG: Registered Users<br />PRIVATE: Group members (see advanced permissions)<br />MOD: block moderators (see advanced permissions)<br />ADMIN: Admin<br />ANONYMOUS: Guest users ONLY'; $lang['Block_quick_stats'] = 'Quick Stats'; $lang['Block_quick_edit'] = 'Quick Edit'; $lang['Create_block'] = 'Create New Block'; $lang['Delete_block'] = 'Delete Portal Block'; $lang['Delete_block_explain'] = 'This will delete the block and update all associated Portal Pages. Beware: this operation cannot be undone!'; $lang['Click_block_delete_yes'] = 'Click %sHere%s to delete the Block'; // // BlockCP Administration // $lang['Block_cp'] = 'BlockCP'; $lang['Click_return_blockCP_admin'] = 'Click %sHere%s to return to the Block Control Panel'; $lang['Click_return_portalpage_admin'] = 'Click %sHere%s to return to the Portal Page'; $lang['BlockCP_Config_updated'] = 'This block has been updated.'; // // Pages Administration // $lang['Page_admin'] = 'Page Administration'; $lang['Page_admin_explain'] = 'Use this form to add, delete and change the settings for Portal Pages and Page Templates.<br /><b>To use this panel, you need to have JavaScript and cookies enabled in your browser!</b>'; $lang['Page_admin_edit'] = 'Page Edit'; $lang['Page_admin_private'] = 'Advanced Page (PRIVATE) Permissions'; $lang['Page_admin_settings'] = 'Page Settings'; $lang['Page_admin_new_page'] = 'New Page Administration'; $lang['Page'] = 'Page'; $lang['Page_Id'] = 'Page ID'; $lang['Page_icon'] = 'Page Icon <br /> - to be used in the adminCP only, eg. icon_home.gif (default)'; $lang['Page_alt_icon'] = 'Alternative Page Icon <br /> - Full url (http://...) to custom page icon.'; $lang['Default_page_style'] = 'Portal Style (default)<br />To use the default setting, leave this unset.'; $lang['Override_page_style'] = 'Override user style'; $lang['Override_page_style_explain'] = ' '; $lang['Page_header'] = 'Page header file <br /> - i.e. overall_header.tpl (default), overall_noheader.tpl (no header) or user custom header file.<br />To use the default setting, leave this blank.'; $lang['Page_footer'] = 'Page footer file <br /> - i.e. overall_footer.tpl (default) or user custom footer file.<br />To use the default setting, leave this blank.'; $lang['Page_main_layout'] = 'Page main layout file <br /> - i.e. mx_main_layout.tpl (default) or user custom header file.<br />To use the default setting, leave this blank.'; $lang['Page_Navigation_block'] = 'Page header navigation block'; $lang['Page_Navigation_block_explain'] = '- This is the page header navigation block, provided you\'ve chosen a overall header file which supports page navigation.<br />To use the default setting, leave this unset.'; $lang['Auth_Page'] = 'Permissions'; $lang['Select_sort_method'] = 'Select Sort Method'; $lang['Order'] = 'Order'; $lang['Sort'] = 'Sort'; $lang['Width'] = 'Width'; $lang['Height'] = 'Height'; $lang['Page_sort_title'] = 'Page title'; $lang['Page_sort_desc'] = 'Page description'; $lang['Page_sort_created'] = 'Page created'; $lang['Sort_Ascending'] = 'ASC'; $lang['Sort_Descending'] = 'DESC'; $lang['Return_to_page'] = 'Return to Portal Page'; $lang['Auth_Page_group'] = '-> PRIVATE Group'; $lang['Page_desc'] = 'Description'; $lang['Page_parent'] = 'Parent Page'; $lang['Add_Page'] = 'Add New Page'; $lang['Page_Config_updated'] = 'Page Configuration Updated Successfully'; $lang['Click_return_page_admin'] = 'Click %sHere%s to return to Page Administration'; $lang['Remove_block'] = 'Remove Portal Block'; $lang['Remove_block_explain'] = 'This will remove the block from this page. Beware: this operation cannot be undone!'; $lang['Click_block_remove_yes'] = 'Click %sHere%s to remove the Block'; $lang['Delete_page'] = 'Delete Page'; $lang['Delete_page_explain'] = 'This will delete the Page. Beware: this operation cannot be undone!'; $lang['Click_page_delete_yes'] = 'Click %sHere%s to delete the Page'; $lang['Mx_IP_filter'] = 'IP Filter'; $lang['Mx_IP_filter_explain'] = 'To restrict access to this page by IP, enter the valid IP adresses, with one IP address per line.<br>Example: 127.0.0.1 or 127.1.*.*'; $lang['Mx_phpBB_stats'] = 'phpBB Statistics in Header'; $lang['Mx_phpBB_stats_explain'] = '- Links to new, unread posts, etc.'; $lang['Column_admin'] = 'Page Column Administration'; $lang['Column_admin_explain'] = 'Administrate Page Columns'; $lang['Column'] = 'Page Column'; $lang['Columns'] = 'Page Columns'; $lang['Column_block'] = 'Page Column Block'; $lang['Column_blocks'] = 'Page Column Blocks'; $lang['Edit_Column'] = 'Edit a Column'; $lang['Edit_Column_explain'] = 'Use this form to modify a column'; $lang['Column_Size'] = 'Size of the column'; $lang['Column_name'] = 'Column Name'; $lang['Column_delete'] = 'Delete a Column'; $lang['Page_updated'] = 'Page and Column information updated successfully'; $lang['Create_column'] = 'Add New Column'; $lang['Delete_page_column'] = 'Delete Page Column'; $lang['Delete_page_column_explain'] = 'This will delete the Page Column. Beware: this operation cannot be undone!'; $lang['Click_page_column_delete_yes'] = 'Click %sHere%s to delete the Page Column'; $lang['Add_Split_Block'] = 'Add Split Column Block'; $lang['Add_Split_Block_explain'] = 'This block splits the column'; $lang['Add_Dynamic_Block'] = 'Add Dynamic (Sub) Block'; $lang['Add_Dynamic_Block_explain'] = 'This dynamic block defines subpages, set from the navigation menu'; $lang['Add_Virtual_Block'] = 'Add Virtual (Page Blog) Block'; $lang['Add_Virtual_Block_explain'] = 'This block turns the page into a virtual (blog) page'; // // Page templates // $lang['Page_templates_admin'] = 'Page Templates Administration'; $lang['Page_templates_admin_explain'] = 'Use this page to create, edit or delete Page Templates'; $lang['Page_template'] = 'Page Template'; $lang['Page_templates'] = 'Page Templates'; $lang['Page_template_column'] = 'Page Template Column'; $lang['Page_template_columns'] = 'Page Template Columns'; $lang['Choose_page_template'] = 'Choose Page Template'; $lang['Template_Config_updated'] = 'Template Configuration Updated'; $lang['Add_Template'] = 'Add New Template'; $lang['Template'] = 'Template'; $lang['Template_name'] = 'Template Name'; $lang['Page_template_delete'] = 'Delete Template'; $lang['Delete_page_template'] = 'Delete Page Template'; $lang['Delete_page_template_explain'] = 'This will delete the Page Template. Beware: this operation cannot be undone!'; $lang['Click_page_template_delete_yes'] = 'Click %sHere%s to delete the Page Template'; $lang['Delete_page_template_column'] = 'Delete Page Template'; $lang['Delete_page_template_column_explain'] = 'This will delete the Page Template. Beware: this operation cannot be undone!'; $lang['Click_page_template_column_delete_yes'] = 'Click %sHere%s to delete the Page Template'; // // Cache // $lang['Cache_dir_write_protect'] = 'Your cache directory is write-protected. MX-Publisher is unable to generate the cache file. Please make your cache directory writeable to continue.'; $lang['Cache_generate'] = 'Your cache files have been generated.'; $lang['Cache_submit'] = 'Generate the cache file?'; $lang['Cache_explain'] = 'With this option you can generate all cache files (XMLs files) at once for all portal blocks. These files allow the reduction of the number of database queries needed and improves overall portal performance. <br />Note: the MX-Publisher cache must be enabled (in the Portal General Admin CP) for these files to be used by the system.<br>Further note: the cache files are created on the fly when editing blocks as well.'; $lang['Generate_mx_cache'] = 'Generate Block Cache'; // // These are displayed in the drop down boxes for advanced // mode Module auth, try and keep them short! // $lang['Menu_Navigation'] = 'Navigation Menu'; $lang['Portal_index'] = 'Portal Index'; $lang['Save_Settings'] = 'Save Settings'; $lang['Translation_Tools'] = 'Translation Tools'; $lang['Preview_portal'] = 'Preview Portal'; // // META // $lang['Meta_admin'] = 'META Tags Administration'; $lang['Mega_admin_explain'] = 'Use this form to customize your META tags'; $lang['Meta_Title'] = 'Title'; $lang['Meta_Author'] = 'Author'; $lang['Meta_Copyright'] = 'Copyright'; $lang['Meta_Keywords'] = 'Keywords'; $lang['Meta_Keywords_explain'] = '(comma seperated list)'; $lang['Meta_Description'] = 'Description'; $lang['Meta_Language'] = 'Language Code'; $lang['Meta_Rating'] = 'Rating'; $lang['Meta_Robots'] = 'Robots'; $lang['Meta_Pragma'] = 'Pragma no-cache'; $lang['Meta_Bookmark_icon'] = 'Bookmark Icon'; $lang['Meta_Bookmark_explain'] = '(relative location)'; $lang['Meta_HTITLE'] = 'Extra Header Settings'; $lang['Meta_data_updated'] = 'Meta data file (mx_meta.inc) has been updated!<br />Click %sHere%s to return to Meta Tags Administration.'; $lang['Meta_data_ioerror'] = 'Unable to open mx_meta.inc. Make sure the file is writeable (chmod 777).'; // // Portal permissons // $lang['Mx_Block_Auth_Title'] = 'Private Block Permissions' ; $lang['Mx_Block_Auth_Explain'] = 'Here you can configure Private Block Permissions'; $lang['Mx_Page_Auth_Title'] = 'Private Page Permissions' ; $lang['Mx_Page_Auth_Explain'] = 'Here you configure Private Page Permissions'; $lang['Block_Auth_successfully'] = 'Block Permissions Updated Successfully'; $lang['Click_return_block_auth'] = 'Click %sHere%s to return to Private Block Permissions'; $lang['Page_Auth_successfully'] = 'Page Permissions Updated Successfully'; $lang['Click_return_page_auth'] = 'Click %sHere%s to return to Private Page Permissions'; $lang['AUTH_ALL'] = 'ALL'; $lang['AUTH_REG'] = 'REG'; $lang['AUTH_PRIVATE'] = 'PRIVATE'; $lang['AUTH_MOD'] = 'MOD'; $lang['AUTH_ADMIN'] = 'ADMIN'; $lang['AUTH_ANONYMOUS'] = 'ANONYMOUS'; // ----------------------------------- // BlockCP - Block Parameter Specific // ----------------------------------- // // General // $lang['target_block'] = 'Target Block'; $lang['target_block_explain'] = '- links, data etc are refering with this block'; // // Split column // $lang['block_ids'] = 'Source Blocks'; $lang['block_ids_explain'] = '- to be placed left to right'; $lang['block_sizes'] = 'Block Sizes (comma separated)'; $lang['block_sizes_explain'] = '- You may specify size using numbers (pixels), percentages (relative sizes, ie. \'40%\') or \'*\' for the remainder.'; $lang['space_between'] = 'Space between Blocks'; // // Sitelog // $lang['log_filter_date'] = 'Filter by time'; $lang['log_filter_date_explain'] = '- Show logs from last week, month, year...'; $lang['numOfEvents'] = 'Number'; $lang['numOfEvents_explain'] = '- Number of events to show'; // // IncludeX // $lang['x_listen'] = 'Listen (GET)'; $lang['x_iframe'] = 'IFrame'; $lang['x_textfile'] = 'Textfile'; $lang['x_multimedia'] = 'WMP Multimedia'; $lang['x_pic'] = 'Pic'; $lang['x_format'] = 'Formatted Textfile'; $lang['x_mode'] = 'IncludeX mode:'; $lang['x_mode_explain'] = '- The IncludeX block operates in one of the following modes. If mode \'Listen (GET)\' is selected, the mode may be set by a url \'x_mode=mode\' and associated parameters with \'x_1=, x_2=, etc\'.<br />Example: To pass a url to a iframe use \'domain/index.php?page=x&x_mode=iframe&x_1=http://domain\' '; $lang['x_1'] = 'Variable 1:'; $lang['x_1_explain'] = '- <i>IFrame:</i> url<br /><i>Textfile:</i> relative path from root (eg in \'/include_file/my_file.xxx\')<br /><i>Multimedia:</i> relative path from root (eg in \'/include_file/my_file.xxx\')<br /><i>Pic:</i> relative path from root (eg in \'/include_file/my_file.xxx\')<br /><i>Formatted textfile:</i> not available'; $lang['x_2'] = 'Variable 2:'; $lang['x_2_explain'] = '- <i>IFrame:</i> frame height (pixels)<br /><i>Multimedia:</i> width (pixles)'; $lang['x_3'] = 'Variable 3:'; $lang['x_3_explain'] = '- <i>Multimedia:</i> height (pixles)'; // // Dynamic Block // $lang['default_block_id'] = 'Default Block'; $lang['default_block_id_explain'] = '- This is the default or first block to display, unless a dynamic block is set'; // // Menu Navigation // $lang['menu_display_mode'] = 'Layout mode'; $lang['menu_display_mode_explain '] = 'Horizonal or Vertical layout mode'; $lang['menu_custom_tpl'] = "Custom template file"; $lang['menu_custom_tpl_explain '] = "Eg mx_menu_custom.tpl"; $lang['menu_page_parent'] = "Parent Page"; $lang['menu_page_parent_explain '] = "Navigation from this parent page"; // // Version Checker // $lang['mxBB_Version_up_to_date'] = 'Your MX-Publisher installation is up to date. No updates are available for your version of MX-Publisher.'; $lang['mxBB_Version_outdated'] = 'Your MX-Publisher installation does <b>not</b> seem to be up to date. Updates are available for your version of MX-Publisher. Please visit <a href="http://www.mx-publisher.com/download" target="_new">the MX-Publisher Core package download</a> to obtain the latest version.'; $lang['mxBB_Latest_version_info'] = 'The latest available version is <b>MX-Publisher %s</b>. '; $lang['mxBB_Current_version_info'] = 'You are running <b>MX-Publisher %s</b>.'; $lang['mxBB_Mailing_list_subscribe_reminder'] = 'For the latest information on news and updates to MX-Publisher, why not <a href="http://lists.sourceforge.net/lists/listinfo/mxbb-news" target="_new">subscribe to our mailing list</a>?'; // // That's all Folks! // ------------------------------------------------- ?> --- NEW FILE: lang_main.php --- <?php /** * * @package MX-Publisher Core * @version $Id: lang_main.php,v 1.1 2012/10/21 00:04:02 orynider Exp $ * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * @link http://www.mx-publisher.com * */ // // The format of this file is: // // ---> $lang['message'] = 'text'; // // Specify your language character encoding... [optional] // // setlocale(LC_ALL, 'en'); // // The format of this file is ---> $lang['message'] = 'text'; // // You should also try to set a locale and a character encoding (plus direction). The encoding and direction // will be sent to the template. The locale may or may not work, it's dependent on OS support and the syntax // varies ... give it your best guess! // $lang['ENCODING'] = 'iso-8859-1'; $lang['DIRECTION'] = 'ltr'; $lang['LEFT'] = 'sinistra'; $lang['RIGHT'] = 'destra'; $lang['DATE_FORMAT'] = 'd/m/y H:i'; // This should be changed to the default date format for your language, php date() format // // General // $lang['Page_Not_Authorised'] = 'Spiacenti, ma non sei autorizzato ad accedere a questa pagina.'; $lang['Execution_Stats'] = 'La pagina ha generato %s query - Tempo di generazione: %s secondi'; $lang['Redirect_login'] = 'Clicca %sQui%s per collegarti.'; $lang['Show_admin_options'] = 'Mostra/Nascondi opzioni amministrative: '; $lang['Block_updated_date'] = 'Aggiornato '; $lang['Block_updated_by'] = 'da '; $lang['Page_updated_date'] = 'Questa pagina è stata aggiornata il '; $lang['Page_updated_by'] = 'da '; $lang['Powered_by'] = 'Realizzato con'; $lang['Username'] = 'Nome Utente'; $lang['Password'] = 'Password'; $lang['Register'] = 'Registrati'; $lang['Search'] = 'Cerca'; $lang['mx_spacer'] = 'Spaziatore'; $lang['Yes'] = 'Si'; $lang['No'] = 'No'; $lang['Link'] = 'Collegamento'; $lang['Hidden_block'] = 'Blocco nascosto'; $lang['Hidden_block_explain'] = 'Questo blocco è \'nascosto\', ma puoi vederlo in quanto hai i giusti permessi.'; $lang['Admin_panel'] = 'Amministrazione'; $lang['Information'] = 'Informazione'; $lang['CHANGE_FONT_SIZE'] = 'Modifica dimensione carattere'; $lang['Who_is_Online'] = 'Chi c\'è in linea'; $lang['Forum_Location'] = 'Località del forum'; $lang['Last_updated'] = 'Ultimo aggiornamento'; $lang['IP_Address'] = 'Indirizzo IP'; $lang['Submit'] = 'Invia'; $lang['Reset'] = 'Azzera'; $lang['Cancel'] = 'Cancella'; $lang['Preview'] = 'Anteprima'; // // Timezones ... for display on each page // $lang['All_times'] = 'Tutti i fusi orari sono %s'; // eg. All times are GMT - 12 Hours (times from next block) $lang['-12'] = 'GMT - 12 ore'; $lang['-11'] = 'GMT - 11 ore'; $lang['-10'] = 'GMT - 10 ore'; $lang['-9'] = 'GMT - 9 ore'; $lang['-8'] = 'GMT - 8 ore'; $lang['-7'] = 'GMT - 7 ore'; $lang['-6'] = 'GMT - 6 ore'; $lang['-5'] = 'GMT - 5 ore'; $lang['-4'] = 'GMT - 4 ore'; $lang['-3.5'] = 'GMT - 3.5 ore'; $lang['-3'] = 'GMT - 3 ore'; $lang['-2'] = 'GMT - 2 ore'; $lang['-1'] = 'GMT - 1 ore'; $lang['0'] = 'GMT'; $lang['1'] = 'GMT + 1 ora'; $lang['2'] = 'GMT + 2 ore'; $lang['3'] = 'GMT + 3 ore'; $lang['3.5'] = 'GMT + 3.5 ore'; $lang['4'] = 'GMT + 4 ore'; $lang['4.5'] = 'GMT + 4.5 ore'; $lang['5'] = 'GMT + 5 ore'; $lang['5.5'] = 'GMT + 5.5 ore'; $lang['6'] = 'GMT + 6 ore'; $lang['6.5'] = 'GMT + 6.5 ore'; $lang['7'] = 'GMT + 7 ore'; $lang['8'] = 'GMT + 8 ore'; $lang['9'] = 'GMT + 9 ore'; $lang['9.5'] = 'GMT + 9.5 ore'; $lang['10'] = 'GMT + 10 ore'; $lang['11'] = 'GMT + 11 ore'; $lang['12'] = 'GMT + 12 ore'; $lang['13'] = 'GMT + 13 ore'; // These are displayed in the timezone select box $lang['tz']['-12'] = 'GMT -12:00 ore'; $lang['tz']['-11'] = 'GMT -11:00 ore'; $lang['tz']['-10'] = 'GMT -10:00 ore'; $lang['tz']['-9'] = 'GMT -9:00 ore'; $lang['tz']['-8'] = 'GMT -8:00 ore'; $lang['tz']['-7'] = 'GMT -7:00 ore'; $lang['tz']['-6'] = 'GMT -6:00 ore'; $lang['tz']['-5'] = 'GMT -5:00 ore'; $lang['tz']['-4'] = 'GMT -4:00 ore'; $lang['tz']['-3.5'] = 'GMT -3:30 ore'; $lang['tz']['-3'] = 'GMT -3:00 ore'; $lang['tz']['-2'] = 'GMT -2:00 ore'; $lang['tz']['-1'] = 'GMT -1:00 ora'; $lang['tz']['0'] = 'GMT'; $lang['tz']['1'] = 'GMT +1:00 ora'; $lang['tz']['2'] = 'GMT +2:00 ore'; $lang['tz']['3'] = 'GMT +3:00 ore'; $lang['tz']['3.5'] = 'GMT +3:30 ore'; $lang['tz']['4'] = 'GMT +4:00 ore'; $lang['tz']['4.5'] = 'GMT +4:30 ore'; $lang['tz']['5'] = 'GMT +5:00 ore'; $lang['tz']['5.5'] = 'GMT +5:30 ore'; $lang['tz']['6'] = 'GMT +6:00 ore'; $lang['tz']['6.5'] = 'GMT +6:30 ore'; $lang['tz']['7'] = 'GMT +7:00 ore'; $lang['tz']['8'] = 'GMT +8:00 ore'; $lang['tz']['9'] = 'GMT +9:00 ore'; $lang['tz']['9.5'] = 'GMT +9:30 ore'; $lang['tz']['10'] = 'GMT + 10 ore'; $lang['tz']['11'] = 'GMT + 11 ore'; $lang['tz']['12'] = 'GMT + 12 ore'; $lang['tz']['13'] = 'GMT + 13 ore'; $lang['datetime']['Sunday'] = 'Domenica'; $lang['datetime']['Monday'] = 'Lunedì'; $lang['datetime']['Tuesday'] = 'Martedì'; $lang['datetime']['Wednesday'] = 'Mercoledì'; $lang['datetime']['Thursday'] = 'Giovedì'; $lang['datetime']['Friday'] = 'Venerdì'; $lang['datetime']['Saturday'] = 'Sabato'; $lang['datetime']['Sun'] = 'Dom'; $lang['datetime']['Mon'] = 'Lun'; $lang['datetime']['Tue'] = 'Mar'; $lang['datetime']['Wed'] = 'Mer'; $lang['datetime']['Thu'] = 'Gio'; $lang['datetime']['Fri'] = 'Ven'; $lang['datetime']['Sat'] = 'Sab'; $lang['datetime']['January'] = 'Gennaio'; $lang['datetime']['February'] = 'Febbraio'; $lang['datetime']['March'] = 'Marzo'; $lang['datetime']['April'] = 'Aprile'; $lang['datetime']['May'] = 'Maggio'; $lang['datetime']['June'] = 'Giugno'; $lang['datetime']['July'] = 'Luglio'; $lang['datetime']['August'] = 'Agosto'; $lang['datetime']['September'] = 'Settembre'; $lang['datetime']['October'] = 'Ottobre'; $lang['datetime']['November'] = 'Novembre'; $lang['datetime']['December'] = 'Dicembre'; $lang['datetime']['Jan'] = 'Gen'; $lang['datetime']['Feb'] = 'Feb'; $lang['datetime']['Mar'] = 'Mar'; $lang['datetime']['Apr'] = 'Apr'; $lang['datetime']['May'] = 'Mag'; $lang['datetime']['Jun'] = 'Giu'; $lang['datetime']['Jul'] = 'Lug'; $lang['datetime']['Aug'] = 'Ago'; $lang['datetime']['Sep'] = 'Set'; $lang['datetime']['Oct'] = 'Ott'; $lang['datetime']['Nov'] = 'Nov'; $lang['datetime']['Dec'] = 'Dic'; // // Login // $lang['Enter_password'] = 'Inserisci il tuo Nome Utente e la Password per collegarti.'; $lang['Login'] = 'Collegati'; $lang['Logout'] = 'Scollegati'; $lang['Log_me_in'] = 'Collegami automaticamente ad ogni visita'; $lang['Error_login'] = 'Hai inserito un Nome Utente o una Password non corretti.'; $lang['Click_return_login'] = 'Clicca %squi%s per riprovare il login'; // // Core Blocks - Search // $lang['Mx_Page'] = 'Pagina'; $lang['Mx_Block'] = 'Sezione'; $lang['Search_for_any'] = 'Cerca per parola o usa frase esatta'; $lang['Search_for_all'] = 'Cerca tutte le parole'; $lang['Search_keywords'] = 'Cerca per parole chiave'; $lang['Search_keywords_explain'] = 'Puoi usare <u>AND</u> per definire le parole che devono essere nel risultato della ricerca, <u>OR</u> per definire le parole che potrebbero essere nel risultato e <u>NOT</u> per definire le parole che non devono essere nel risultato. Usa * come abbreviazione per parole parziali'; // // Core Blocks - Virtual // $lang['Virtual_Create_new'] = 'Create new '; $lang['Virtual_Create_new_user'] = 'User Page'; $lang['Virtual_Create_new_group'] = 'Group Page'; $lang['Virtual_Create_new_project'] = 'Project Page'; $lang['Virtual_Create'] = 'Create now'; $lang['Virtual_Edit'] = 'Update page name'; $lang['Virtual_Delete'] = 'Delete this page'; $lang['Virtual_Welcome'] = 'Welcome '; $lang['Virtual_Info'] = 'Here you can control your private web page.'; $lang['Virtual_CP'] = 'Page Control Panel'; $lang['Virtual_Go'] = 'Vai'; $lang['Virtual_Select'] = 'Seleziona:'; // // Core Blocks - Site Log (and many last 'item' blocks) // $lang['No_items_found'] = 'Nessuna novità. '; // // BlockCP // $lang['Block_Title'] = 'Titolo'; $lang['Block_Info'] = 'Informazione'; $lang['Block_Config_updated'] = 'Configurazione blocco aggiornata correttamente.'; $lang['Block_Edit'] = 'Edita Blocco'; $lang['Block_Edit_dyn'] = 'Edita blocco dinamico contenitore'; $lang['Block_Edit_sub'] = 'Edita blocco affiancato contenitore'; $lang['General_updated_return_settings'] = 'Configurazione aggiornata correttamente.<br /><br />Clickìca %squi%s per continuare.'; // %s's for URI params - DO NOT REMOVE $lang['General_update_error'] = 'Impossibile aggiornare configurazione.'; // // Header // $lang['Mx_search_site'] = 'Sito'; $lang['Mx_search_forum'] = 'Forum'; $lang['Mx_search_kb'] = 'Articoli'; $lang['Mx_search_pafiledb'] = 'Scaricamenti'; $lang['Mx_search_google'] = 'Google'; $lang['Mx_new_search'] = 'Nuova ricerca'; // // Copyrights page // $lang['mx_about_title'] = 'Informazioni'; $lang['mx_copy_modules_title'] = 'Moduli Installati'; $lang['mx_copy_template_title'] = 'Informazioni sullo Stile'; $lang['mx_copy_translation_title'] = 'Informazioni sulla traduzione'; // This is optional, if you would like a _SHORT_ message output // along with our copyright message indicating you are the translator // please add it here. //$lang['TRANSLATION_INFO_MXBB'] = 'English Language by <a href="http://www.mx-publisher.com" target="_blank">MX-Publisher Development Team</a>'; // // Installation // $lang['Please_remove_install_contrib'] = 'Prego assicurati che entrambe le cartelle install/ e contrib/ siano state cancellate.'; // // Multilangual page titles // - To have multilangual page titles, add lang keys 'pagetitle_PAGE_TITLE' below // - This lang key replaces the page title (PAGE_TITLE) for the page given in the adminCP // //$lang['pagetitle_NameOfFirstPage'] = 'Whatever one'; //$lang['pagetitle_NameOfSecondPage'] = 'Whatever two'; // // Multilangual block titles // - To have multilangual block titles, add lang keys 'blocktitle_BLOCK_TITLE' below // - This lang key replaces the block title (BLOCK_TITLE) for the block given in the adminCP/blockCP // //$lang['blocktitle_NameOfFirstPage'] = 'Whatever one'; //$lang['blocktitle_NameOfSecondPage'] = 'Whatever two'; // // That's all Folks! // ------------------------------------------------- ?> --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> |
|
From: Florin C B. <ory...@us...> - 2012-10-21 00:03:51
|
Update of /cvsroot/mxbb/core/includes/shared/phpbb2/language/lang_italian
In directory vz-cvs-4.sog:/tmp/cvs-serv25967
Added Files:
index.htm lang_admin.php lang_bbcode.php lang_faq.php
lang_main.php search_stopwords.txt search_synonyms.txt
Log Message:
Italian Language
--- NEW FILE: search_synonyms.txt ---
abcense absence
abridgement abridgment
accomodate accommodate
acknowledgment acknowledgement
airplane aeroplane
allright alright
andy andrew
anemia anaemia
anemic anaemic
anesthesia anaesthesia
appologize appologise
archean archaean
archeology archaeology
archeozoic archaeozoic
armor armour
artic arctic
attachment attachement
attendence attendance
barbecue barbeque
behavior behaviour
biassed biased
biol biology
buletin bulletin
calender calendar
canceled cancelled
car automobile
catalog catalogue
cenozoic caenozoic
center centre
check cheque
color colour
comission commission
comittee committee
commitee committee
conceed concede
creating createing
curiculum curriculum
defense defence
develope develop
discription description
dulness dullness
encyclopedia encyclopaedia
enroll enrol
esthetic aesthetic
etiology aetiology
exhorbitant exorbitant
exhuberant exuberant
existance existence
favorite favourite
fetus foetus
ficticious fictitious
flavor flavour
flourescent fluorescent
foriegn foreign
fourty forty
gage guage
geneology genealogy
grammer grammar
gray grey
guerilla guerrilla
gynecology gynaecology
harbor harbour
heighth height
hemaglobin haemaglobin
hematin haematin
hematite haematite
hematology haematology
honor honour
innoculate inoculate
installment instalment
irrelevent irrelevant
irrevelant irrelevant
jeweler jeweller
judgement judgment
labeled labelled
labor labour
laborer labourer
laborers labourers
laboring labouring
licence license
liesure leisure
liquify liquefy
maintainance maintenance
maintenence maintenance
medieval mediaeval
meter metre
milage mileage
millipede millepede
miscelaneous miscellaneous
morgage mortgage
noticable noticeable
occurence occurrence
offense offence
ommision omission
ommission omission
optimize optimize
organise organize
pajamas pyjamas
paleography palaeography
paleolithic palaeolithic
paleontological palaeontological
paleontologist palaeontologist
paleontology palaeontology
paleozoic palaeozoic
pamplet pamphlet
paralell parallel
parl parliament
parlt parliament
pediatric paediatric
pediatrician paediatrician
pediatrics paediatrics
pedodontia paedodontia
pedodontics paedodontics
personel personnel
practise practice
program programme
psych psychology
questionaire questionnaire
rarify rarefy
reccomend recommend
recieve receive
resistence resistance
restaraunt restaurant
savior saviour
sep september
seperate separate
sept september
sieze seize
summarize summarise
summerize summarise
superceed supercede
superintendant superintendent
supersede supercede
suprise surprise
surprize surprise
synchronise synchronize
temperary temporary
theater theatre
threshhold threshold
transfered transferred
truely truly
truley truly
useable usable
valor valour
vigor vigour
vol volume
whack wack
withold withhold
yeild yield
--- NEW FILE: search_stopwords.txt ---
a
about
after
ago
all
almost
along
alot
also
am
an
and
answer
any
anybody
anybodys
anywhere
are
arent
around
as
ask
askd
at
bad
be
because
been
before
being
best
better
between
big
btw
but
by
can
cant
come
could
couldnt
day
days
days
did
didnt
do
does
doesnt
dont
down
each
etc
either
else
even
ever
every
everybody
everybodys
everyone
far
find
for
found
from
get
go
going
gone
good
got
gotten
had
has
have
havent
having
her
here
hers
him
his
home
how
hows
href
I
Ive
if
in
ini
into
is
isnt
it
its
its
just
know
large
less
like
liked
little
looking
look
looked
looking
lot
maybe
many
me
more
most
much
must
mustnt
my
near
need
never
new
news
no
none
not
nothing
now
of
off
often
old
on
once
only
oops
or
other
our
ours
out
over
page
please
put
question
questions
questioned
quote
rather
really
recent
said
saw
say
says
she
see
sees
should
sites
small
so
some
something
sometime
somewhere
soon
take
than
true
thank
that
thatd
thats
the
their
theirs
theres
theirs
them
then
there
these
they
theyll
theyd
theyre
this
those
though
through
thus
time
times
to
too
under
until
untrue
up
upon
use
users
version
very
via
want
was
way
we
well
went
were
werent
what
when
where
which
who
whom
whose
why
wide
will
with
within
without
wont
world
worse
worst
would
wrote
www
yes
yet
you
youd
youll
your
youre
yours
AFAIK
IIRC
LOL
ROTF
ROTFLMAO
YMMV
--- NEW FILE: lang_faq.php ---
<?php
/***************************************************************************
* lang_faq.php [Italiano]
* -------------------
* begin : Wednesday Oct 3, 2001
* copyright : (C) 2001 The phpBB Group
* email : su...@ph...
*
* $Id: lang_faq.php,v 1.1 2012/10/21 00:03:48 orynider Exp $
*
*
***************************************************************************/
/***************************************************************************
*
* 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.
*
***************************************************************************/
//
// To add an entry to your FAQ simply add a line to this file in this format:
// $faq[] = array("question", "answer");
// If you want to separate a section enter $faq[] = array("--","Block heading goes here if wanted");
// Links will be created automatically
//
// DO NOT forget the ; at the end of the line.
// Do NOT put double quotes (") in your FAQ entries, if you absolutely must then escape them ie. \"something\"
//
// The FAQ items will appear on the FAQ page in the same order they are listed in this file
//
$faq[] = array("--","Login e Registrazione");
$faq[] = array("Perché non riesco ad entrare?", "Ti sei registrato? Devi registrarti per poter entrare. Sei stato disabilitato dal forum (se è così ti viene mostrato un messaggio)? Se è così devi contattare il webmaster o l'amministratore del forum per capire perchè. Se ti sei registrato e non sei stato disabilitato e ancora non riesci ad entrare allora controlla e ricontrolla username e password. Di solito il problema è questo, altrimenti contatta l'amministratore del forum, potrebbe esserci una configurazione non corretta.");
$faq[] = array("Perché devo registrarmi?", "Potresti non averne bisogno, dipende dall'amministratore del forum se è necessario registrarsi per inviare messaggi. Comunque, la registrazione ti darà accesso ad altre funzioni che non sono disponibili per gli utenti ospiti come l'utilizzo di un'immagine avatar definibile, messaggistica privata, possibilità di inviare email direttamente dal forum, iscrizione a gruppi di utenti, ecc. Ti bastano pochi minuti per registrarti e quindi ti raccomandiamo di farlo.");
$faq[] = array("Perchè vengo disconnesso automaticamente dal forum?", "Se non selezioni <I>Entra automaticamente</I>, il forum ti terrà connesso per un periodo prestabilito. Questo serve ad evitare che qualcuno utilizzi il tuo account. Per rimanere connesso, seleziona l'opzione quando entri, ma ricorda che questo non è consigliato se ti colleghi da un computer utilizzato da altri, es. biblioteca, internet cafè, università, ecc.");
$faq[] = array("Come posso evitare di apparire nella lista delgi utenti in linea?", "Nel tuo profilo trovi l'opzione <I>Non mostrare se sei on-line</I>: se la attivi, apparirai solo all'amministratore del forum e a te stesso. Verrai contato come utente nascosto.");
$faq[] = array("Ho perso la mia password!", "Niente panico! La tua password non può essere recuperata, ma può essere re-impostata. Per far questo vai nella pagina del login e clicca su <U>Ho dimenticato la mia password</U>, segui le istruzioni e tornerai in linea in poco tempo.");
$faq[] = array("Mi sono registrato ma non riesco ad entrare!", "Innanzitutto controlla di aver inserito lo username e la password corretti. Se sono giusti, allora possono esser successe un paio di cose: se il supporto COPPA è abilitato e hai cliccato su <U>Ho meno di 13 anni</U> mentre ti stavi registrando, allora devi seguire le istruzioni che hai ricevuto. Se questo non è il tuo caso, magari devi attivare il tuo account. Alcuni forum richiedono che tutte le nuove registrazioni vengano attivate, o dall'utente stesso o dall'amministratore, prima di poter entrare. Quando ti registri ti verrà detto che tipo di attivazione è richiesta. Se ti è stata inviata un'e-mail, allora segui le istruzioni; se non hai ricevuto nessuna e-mail... sei sicuro che il tuo indirizzo e-mail sia valido? (L'attivazione via e-mail serve a ridurre la possibilità di avere utenti anonimi che <I>abusano</I> del forum). Se sei sicuro che l'indirizzo e-mail che hai usato sia giusto, allora prova a contattare l'amministratore del forum.");
$faq[] = array("Mi sono registrato tempo fa, ma non riesco più ad entrare!", "Le ragioni più probabili sono: hai inserito uno username o una password sbagliati (verifica l'e-mail che ti è stata mandata la prima volta che ti sei registrato), oppure l'amministratore ha cancellato il tuo account per qualche ragione. Se il motivo è quest'ultimo allora forse non hai mai inviato un messaggio. Di solito i forum rimuovono periodicamente gli utenti che non hanno mai inviato un messaggio per ridurre la grandezza del database. Prova a registrarti di nuovo e farti coinvolgere dalle discussioni.");
$faq[] = array("--","Impostazioni e Preferenze");
$faq[] = array("Come cambio le mie impostazioni?", "Tutte le tue impostazioni (se sei registrato) sono conservate nel database. Per modificarle clicca il link <U>Profilo</U> (generalmente sta in cima ad ogni pagina, ma questo potrebbe non essere il caso). Questo ti permetterà di cambiare tutte le tue impostazioni.");
$faq[] = array("L'ora non è corretta!", "L'ora è quasi sicuramente corretta, comunque l'ora che stai vedendo potrebbe essere quella di un fuso orario differente dal tuo. Se così fosse, devi cambiare le impostazioni del tuo profilo per il fuso orario e farlo coincidere con la tua area, es. London, Paris, New York, Sydney, ecc. Nota che solo gli utenti registrati possono cambiare il fuso orario e molte impostazioni.");
$faq[] = array("Ho cambiato il fuso orario ma l'ora è ancora sbagliata!", "Se sei sicuro di aver impostato il fuso orario corretto e l'ora è ancora sbagliata, il motivo può essere l'ora legale. Il forum non è programmato per calcolare le differenze di orario tra ora legale e ora solare quindi durante il periodo dell'ora legale l'ora potrebbe essere diversa dall'ora locale.");
$faq[] = array("La mia lingua non è nella lista!", "L'amministratore potrebbe non aver installato la tua lingua nel forum oppure nessuno ha tradotto il forum nella tua lingua. Prova a chiedere all'amministratore se è possibile installare la tua lingua nel forum. Se non esiste puoi fare tu una nuova traduzione. puoi trovare altre informazioni al sito del phpBB Group (trovi il link in fondo alle pagine).");
$faq[] = array("Come posso mostrare un'immagine sotto il mio username?", "Ci possono essere due immagini sotto uno username quando si guardano i messaggi. La prima è l'immagine associata al tuo grado, generalmente ha la forma di stelle o blocchi che indicano quanti messaggi hai scritto o il tuo stato nei forum. Sotto può esserci un'immgine più larga nota come <U>Avatar</U>, che in genere è unica o personale per ogni utente. L'amministratore del forum decide se abilitare o meno gli avatar e decide anche il modo in cui gli avatar sono messi a disposizione. Se non ti è concesso l'uso degli avatar, allora è una decisione dell'amministratore, e devi chiedere a lui le ragioni.");
$faq[] = array("Come cambio il mio grado?", "In genere non puoi cambiare direttamente il nome del tuo grado (i gradi compaiono sotto al tuo username nei topic e nel tuo profilo, a seconda dello stile che stai usando). Molti forum utilizzano i gradi per indicare il numero di messaggi che hai scritto e per identificare certi utenti, ad es. moderatori e amministratori possono avere un livello specifico. Per favore non abusare del forum inviando messaggi non necessari solo per aumentare il tuo grado; se fai così, i moderatori o l'amministratore probabilmente abbasseranno il numero dei tuoi messaggi.");
$faq[] = array("Perché quando clicco sul collegamento all'e-mail di un utente mi chiede di fare il login?", "Spiacente, ma solo gli utenti registrati possono inviare e-mail ad altri utenti utilizzando il modulo di invio e-mail interno (se l'amministratore ha abilitato la funzione). Questo serve a prevenire un uso scorretto e malizioso del sistema di e-mail da parte di utenti anonimi.");
$faq[] = array("--","Invio Messaggi");
$faq[] = array("Come invio un topic in un forum?", "Facile, clicca sul bottone nelle pagine dei forum o dei topic. Potresti aver bisogno di registrarti prima di poter inviare un messaggio, le tue funzioni disponibili sono elencate in fondo alla pagina del forum o del topic (la lista <I>Puoi inviare nuovi topic, Puoi votare nei sondaggi</I>, ecc.).");
$faq[] = array("Come modifico o cancello un messaggio?", "Puoi solo modificare o cancellare i tuoi messaggi, a meno che tu non sia l'amministratore o un moderatore del forum. Puoi cancellare un messaggio cliccando sul bottone con la \"X\" nel messaggio che vuoi eliminare. Puoi modificare un messaggio (a volte solo per un limitato periodo di tempo dopo il suo inserimento) cliccando sul bottone <I>edit</I> nel messaggio in questione. Se qualcuno ha già risposto al tuo messaggio, quando effettui una modifica troverai del testo aggiunto in fondo al messaggio dove viene mostrato quante volte hai modificato il messaggio. Questo non apparirà solo se nessuno ha risposto o se un moderatore o l'amministratore modificano il messaggio (dovrebbero lasciare un messaggio che dice perché e cosa hanno modificato). Un utente normale in genere non può cancellare un messaggio dopo che qualcuno ha risposto.");
$faq[] = array("Come aggiungo una firma ai miei messaggi?", "Per aggiungere una firma ad un messaggio devi prima crearne una, cosa che puoi fare modificando il tuo profilo. Una volta creata la firma, seleziona l'opzione <i>Aggiungi la firma</i> quando scrivi un messaggio per aggiungerla. Puoi anche decidere di aggiungere sempre la firma a tutti i tuoi messaggi selezionando l'apposita opzione <I>Aggiungi sempre la firma</I> nel tuo profilo (puoi sempre evitare di aggiungere la firma deselezionando l'opzione quando scrivi un messaggio).");
$faq[] = array("Come creo un sondaggio?", "Creare un sondaggio è facile: quando inizi un nuovo topic (o quando modifichi il primo messaggio di un topic, se ti è permesso) dovresti vedere, sotto lo spazio per l'inserimento del messaggio, un form dal titolo <I>Aggiungi un sondaggio</I> (se non lo vedi, probabilmente il tuo utente non ha il diritto di fare sondaggi). Basta inserire un titolo per il sondaggio e almeno due opzioni di risposta (per inserire un opzione di risposta, scrivila nell'apposito spazio e clicca su <I>Aggiungi opzione</I>). Puoi anche stabilire i giorni di durata del sondaggio (0 per non porre limiti). C'è un limite al numero di opzioni di risposta che puoi aggiungere, stabilito dall'amministratore.");
$faq[] = array("Come modifico o cancello un sondaggio?", "Come per i messaggi, i sondaggi possono essere modificati e cancellati solo dagli rispettivi autori, dai moderatori e dall'amministratore. Per modificare un sondaggio, clicca sul pulsante <I>edit</i> del primo messaggio (a cui è sempre associato il sondaggio). Se nessuno ha ancora votato, allora il sondaggio può essere modificato o cancellato, altrimenti solo i moderatori e l'amministratore possono farlo.");
$faq[] = array("Perché non riesco ad accedere ad un forum?", "Alcuni forum potrebbero essere riservati a determinati utenti o gruppi. Per leggere, scrivere, rispondere, ecc., potresti aver bisogno di autorizzazioni speciali, che solo i moderatori e l'amministratore possono concedere.");
$faq[] = array("Perché non posso votare nei sondaggi?", "Solo gli utenti registrati possono votare nei sondaggi (questo per evitare risultati fasulli). Se sei registrato e comunque non riesci a votare, probabilmente non hai i diritti d'accesso appropriati.");
$faq[] = array("--","Formattazione e Tipi di Topic");
$faq[] = array("Cos'è il BBCode?", "Il BBCode è una speciale implementazione dell'HTML; il suo utilizzo è precluso dalla scelta dell'amministratore (puoi anche disabilitarlo di messaggio in messaggio tramite l'opzione nel form di invio messaggi). Il BBCode è simile all'HTML, i comandi sono racchiusi tra parentesi quadre [ e ] anziché tra < e > e offre un controllo maggiore su cosa e come viene mostrato nei messaggi. Per maggiori informazioni sul BBCode leggi la guida, accessibile dalla pagina di invio messaggi (oppure cliccando <A HREF=\"faq.php?mode=bbcode\">qui</A>).");
$faq[] = array("Posso usare l'HTML?", "Dipende se l'amministratore ti permette di farlo. Se ti è permesso, ci sono alcuni comandi funzionano; questa è una misura di <I>sicurezza</I> per evitare che certe persone abusino del forum usando comandi che potrebbero rovinare l'impaginazione o causare altri problemi. Se l'HTML è abilitato, puoi sempre disattivarlo.");
$faq[] = array("Cosa sono gli Emoticon?", "Gli Emoticons, o \"faccine\", sono piccole immagini che possono essere usate per esprimere una sensazione o un'emozione con pochi caratteri, ad es. :) significa felice, :( significa triste. Questo forum trasforma automaticamente queste serie di caratteri in immagini. La lista completa degli emoticon è visibile nella pagina di invio messaggi. Cerca di non esagerare nell'uso degli emoticon, possono facilmente rendere una messaggio illeggibile, e un moderatore potrebbe decidere di modificarlo o addirittura rimuoverlo.");
$faq[] = array("Posso inserire delle immagini?", "Puoi inserire delle immagini nei tuoi messaggi. In ogni caso, al momento non è possibile caricare delle immagini direttamente su questo forum, per cui devi fare un collegamento ad un'immagine contenuta in un server di pubblico accesso, ad es. http://www.indirizzo-del-sito.com/immagine.gif. Non puoi inserire immagini che hai sul tuo computer (a meno che non sia un server!) o immagini che si trovano dietro sistemi di autenticazione, come caselle di posta tipo yahoo o hotmail, siti protetti da password, ecc. Per inserire l'immagine, puoi usare sia il comando BBCode [img] che l'appropriato comando HTML (se consentito).");
$faq[] = array("Cosa sono gli Annunci?", "Gli Annunci contengono spesso informazioni importanti e dovrebbero venir letti il prima possibile. Gli Annunci appaiono in cima ad ogni pagina del forum in cui sono stati scritti. L'amministratore può decidere se un utente può o non può scrivere annunci.");
$faq[] = array("Cosa sono i messaggi Importanti?", "I messaggi Importanti (noti anche come Sticky Topics) appaiono in cima alla prima pagina del forum in cui sono stati scritti (dopo eventuali Annunci). Come si intuisce dal nome stesso, contengono informazioni importanti e dovrebbero essere letti sempre. Come per gli annunci, l'amministratore può decidere se un utente può o non può scriverli.");
$faq[] = array("Cosa sono i topic Chiusi?", "I topic possono venire chiusi dai moderatori o dall'amministratore. Non è possibile rispondere ad un topic chiuso così come i sondaggi chiusi terminano automaticamente. Un topic può venire chiuso per varie ragioni, ad es. se contravviene alle Condizioni di adesione.");
$faq[] = array("--","Gradi e Gruppi di Utenti");
$faq[] = array("Cosa sono gli Amministratori?", "Gli Amministratori sono gli utenti che hanno il più alto grado di controllo sull'intero forum; possono controllare qualsiasi elemento, inclusi i permessi, il ban degli utenti, la creazione di moderatori e gruppi di utenti, ecc. Inoltre, possono moderare tutti i forum.");
$faq[] = array("Cosa sono i Moderatori?", "I Moderatori sono utenti (o gruppi di utenti) il cui compito è quello di tenere sotto controllo i forum giorno per giorno. Hanno il potere di modificare o cancellare qualsiasi messaggio e di chiudere, riaprire, spostare o rimuovere qualsiasi topic del forum da loro moderato. Generalmente il compito dei Moderatori è quello di evitare che gli utenti vadano <I>off-topic</I> (fuori tema) o che scrivano messaggi abusivi o offensivi.");
$faq[] = array("Cosa sono i Gruppi di Utenti?", "I Gruppi permettono agli amministratori di riunire gli utenti. Ogni utente può appartenere a più gruppi (a differenza della maggior parte degli altri forum) e ad ogni gruppo possono venire assegnati diversi diritti d'accesso. Questo facilita all'amministratore le operazioni di creazione di moderatori per un forum, o di concessione di accessi per un forum privato, ecc.");
$faq[] = array("Come posso far parte di un Gruppo?", "Per unirti ad un gruppo, per prima cosa clicca sul link <U>Gruppi Utenti</U> che trovi in cima alla pagina (questo può variare a seconda del design del forum), e potrai accedere all'elenco dei Gruppi. Non tutti i gruppi sono ad <I>accesso aperto</I>. Alcuni sono chiusi e altri hanno l'elenco dei membri nascosto. Se il gruppo è Aperto, puoi chiedere l'ammissione cliccando sul pulsante apposito. Dovrai ottenere l'approvazione del moderatore del Gruppo, che potrebbe chiederti perché vuoi unirti al gruppo. Se un moderatore di un gruppo non accetta la tua richiesta, sei pregato di non assillarlo; probabilmente ha le sue buone ragioni.");
$faq[] = array("Come divento Moderatore di un Gruppo?", "I Gruppi Utenti vengono creati dall'amministratore, il quale stabilisce anche il moderatore. Se desideri creare un Gruppo nuovo, contatta l'amministratore, via e-mail o con un messaggio privato.");
$faq[] = array("--","Messaggi Privati");
$faq[] = array("Non riesco a mandare messaggi privati!", "Ci sono tre ragioni per cui questo può accadere: non sei registrato o non hai fatto il login, l'amministratore ha disabilitato i messaggi privati per tutto il forum, oppure li ha disabilitati solo a te. Se il tuo caso è l'ultimo, prova a chiedere il perché all'amministratore.");
$faq[] = array("Continuano ad arrivarmi messaggi privati indesiderati!", "Se continui a ricevere messaggi indesiderati da qualcuno, prova ad informare l'amministratore, il quale può revocare l'uso dei messaggi privati ad un determinato utente.");
$faq[] = array("Ho ricevuto un'e-mail indesiderata o dello spamming da qualcuno in questo forum!", "Ci dispiace saperlo. Il sistema di invio di posta di questo forum include un sistema di protezione per risalire a chi manda queste e-mail. Dovresti mandare una copia dell'e-mail in questione all'amministratore, includendo anche l'intestazione, in modo che possa intervenire.");
//
// These entries should remain in all languages and for all modifications
//
$faq[] = array("--","Informazioni su phpBB 2");
$faq[] = array("Chi ha scritto questo programma?", "Questo software (nella sua forma originale) è prodotto e rilasciato da <a href=\"http://www.phpbb.com/\" target=\"_blank\">phpBB Group</a>, che ne possiede anche il copyright. E' reso disponibile sotto la GNU General Public Licence e può essere liberamente distribuito; clicca il link per maggiori informazioni.");
$faq[] = array("Perché la caratteristica X non è disponibile?", "Questo software è stato scritto da phpBB Group. Se credi che ci sia bisogno di aggiungere una funzionalità, visita il sito phpbb.com e guarda cosa il phpBB Group ha da dire a riguardo. Sei pregato di non fare richieste per nuove caratteristiche nel forum di phpbb.com, il Gruppo si appoggia a Sourceforge per la gestione di nuove funzionalità. Leggi il forum e cerca di capire, se vengono spiegate, quali sono le nostre posizioni a proposito di quella caratteristica e segui la procedura data.");
$faq[] = array("Chi devo contattare in caso di problemi abusivi e/o legali di questo forum?", "Devi contattare l'amministratore di questo forum. Se non riesci a trovarlo, prova a contattare uno dei moderatori e chiedi a chi puoi rivolgerti. Se ancora non ottieni risposta, puoi contattare il proprietario del dominio (fai una ricerca con whois) oppure, se il forum è ospitato da un servizio gratuito (ad es. yahoo, free.fr, f2s.com, ecc.), l'amministratore di tale servizio. Nota che il phpBB Group non ha assolutamente alcun controllo e non può essere ritenuto responsabile di come, dove e da chi questo forum viene utilizzato. E' assolutamente inutile contattare il phpBB Group in relazione a qualsiasi questione legale non direttamente collegata al sito phpbb.com o al software phpBB stesso. Le e-mail inviate al phpBB Group riguardanti l'uso da parte di terzi di questo software non riceveranno nessuna risposta.");
//
// This ends the FAQ entries
//
?>
--- NEW FILE: lang_main.php ---
<?php
/***************************************************************************
* lang_main.php [Italian]
* -------------------
* begin : Sat Dec 16 2000
* copyright : (C) 2001 The phpBB Group
* email : su...@ph...
*
* $Id: lang_main.php,v 1.1 2012/10/21 00:03:48 orynider Exp $
*
****************************************************************************/
/***************************************************************************
*
* 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.
*
[...986 lines suppressed...]
$lang['datetime']['Nov'] = 'Nov';
$lang['datetime']['Dec'] = 'Dic';
//
// Errors (not related to a
// specific failure on a page)
//
$lang['Information'] = 'Informazione';
$lang['Critical_Information'] = 'Informazione Critica';
$lang['General_Error'] = 'Errore Generale';
$lang['Critical_Error'] = 'Errore Critico';
$lang['An_error_occured'] = 'Si è verificato un errore';
$lang['A_critical_error'] = 'Si è verificato un errore critico';
//
// That's all, Folks!
// -------------------------------------------------
?>
--- NEW FILE: lang_admin.php ---
<?php
/***************************************************************************
* lang_admin.php [Italian]
* -------------------
* begin : Sat Dec 16 2000
* copyright : (C) 2001 The phpBB Group
* email : su...@ph...
*
* $Id: lang_admin.php,v 1.1 2012/10/21 00:03:48 orynider Exp $
*
****************************************************************************/
/***************************************************************************
*
* 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.
*
***************************************************************************/
/* CONTRIBUTORS
2005-03-15 phpBB.it (in...@ph...)
Fixed many minor grammatical mistakes
*/
//
// Format is same as lang_main
//
//
// Modules, this replaces the keys used
// in the modules[][] arrays in each module file
//
$lang['General'] = 'Generale';
$lang['Users'] = 'Utenti';
$lang['Groups'] = 'Gruppi';
$lang['Forums'] = 'Forum';
$lang['Styles'] = 'Stili';
$lang['Configuration'] = 'Configurazione';
$lang['Permissions'] = 'Permessi';
$lang['Manage'] = 'Gestione';
$lang['Disallow'] = 'Disabilita Nomi';
$lang['Prune'] = 'Pruning';
$lang['Mass_Email'] = 'Email Generali';
$lang['Ranks'] = 'Livelli';
$lang['Smilies'] = 'Smilies';
$lang['Ban_Management'] = 'Ban Control';
$lang['Word_Censor'] = 'Censura Parole';
$lang['Export'] = 'Esporta';
$lang['Create_new'] = 'Crea';
$lang['Add_new'] = 'Aggiungi';
$lang['Backup_DB'] = 'Backup Database';
$lang['Restore_DB'] = 'Ripristina Database';
//
// Index
//
$lang['Admin'] = 'Amministrazione';
$lang['Not_admin'] = 'Non sei autorizzato ad Amministrare questo Forum';
$lang['Welcome_phpBB'] = 'Benvenuto in phpBB';
$lang['Admin_intro'] = 'Grazie per aver scelto phpBB come Forum. Questa schermata mostra alcune Statistiche del tuo Forum. Puoi tornare a questa pagina cliccando sul link <u>Admin Index</u> nel pannello di sinistra. Per tornare all\'indice del tuo forum, clicca il logo phpBB nel pannello di sinistra. Gli altri collegamenti nella parte sinistra dello schermo ti permettono di controllare ogni aspetto del tuo Forum, in tutte le schermata avrai le informazioni su come usare al meglio le varie funzioni. Per maggiori info e Supporto visita ( <a href="http://www.phpbb.com" target="_blank"><strong>phpBB.com</strong></a> o <a href="http://www.phpbb.it" target="_blank"><strong>phpBB.it</strong></a> )';
$lang['Main_index'] = 'Forum Index';
$lang['Forum_stats'] = 'Statistiche Forum';
$lang['Admin_Index'] = 'Admin Index';
$lang['Preview_forum'] = 'Anteprima Forum';
$lang['Click_return_admin_index'] = 'Clicca %squi%s per tornare in Admin Index';
$lang['Statistic'] = 'Statistiche';
$lang['Value'] = 'Valore';
$lang['Number_posts'] = 'Numero di messaggi';
$lang['Posts_per_day'] = 'Messaggi per giorno';
$lang['Number_topics'] = 'Numero di argomenti';
$lang['Topics_per_day'] = 'Argomenti per giorno';
$lang['Number_users'] = 'Numero di utenti';
$lang['Users_per_day'] = 'Utenti per giorno';
$lang['Board_started'] = 'Forum attivato il';
$lang['Avatar_dir_size'] = 'Dimensione directory Avatar';
$lang['Database_size'] = 'Dimensione Database';
$lang['Gzip_compression'] ='Compressione Gzip';
$lang['Not_available'] = 'Non disponibile';
$lang['ON'] = 'ON'; // This is for GZip compression
$lang['OFF'] = 'OFF';
//
// DB Utils
//
$lang['Database_Utilities'] = 'Utilità Database';
$lang['Restore'] = 'Ripristina';
$lang['Backup'] = 'Backup';
$lang['Restore_explain'] = 'Questa funzione ripristinerà tutte le tabelle del forum phpBB da un file salvato. Se il tuo server lo supporta puoi caricare un file di testo con compressione Gzip e verrà automaticamente decompresso. <b>ATTENZIONE</b> Questa operazione sovrascriverà tutti i dati esistenti. L\'operazione di ripristino potrebbe impiegare molto tempo per essere completata. Non muoverti da questa pagina finché l\'operazione non sarà completata.';
$lang['Backup_explain'] = 'Qui puoi fare il backup di tutti i dati del forum. Se hai delle tabelle personalizzate nello stesso database di cui vorresti fare il backup inserisci i nomi separati da virgole nel campo Tabelle Addizionali. Se il tuo server lo supporta puoi comprimere i files utilizzando Gzip per ridurre le loro dimensioni prima del download.';
$lang['Backup_options'] = 'Opzioni Backup';
$lang['Start_backup'] = 'Inizia Backup';
$lang['Full_backup'] = 'Backup Completo';
$lang['Structure_backup'] = 'Backup solo Struttura';
$lang['Data_backup'] = 'Backup solo Dati';
$lang['Additional_tables'] = 'Tabelle Addizionali';
$lang['Gzip_compress'] = 'File di compressione Gzip';
$lang['Select_file'] = 'Seleziona un file';
$lang['Start_Restore'] = 'Inizia Ripristino';
$lang['Restore_success'] = 'Il Database è stato ripristinato con successo.<br /><br />Il tuo Forum dovrebbe tornare allo stato che era al momento del backup.';
$lang['Backup_download'] = 'Il tuo Download comincerà presto. Attendi...';
$lang['Backups_not_supported'] = 'Spiacenti, il backup del database non può essere concluso, a causa della mancanza di permessi. Contatta il tuo WebHost.';
$lang['Restore_Error_uploading'] = 'Errore nel caricamento del file di backup';
$lang['Restore_Error_filename'] = 'Problema con il nome del file, provane uno alternativo.';
$lang['Restore_Error_decompress'] = 'Non è possibile decomprimere un file Gzip, carica il file di testo.';
$lang['Restore_Error_no_file'] = 'Nessun file è stato caricato';
//
// Auth pages
//
$lang['Select_a_User'] = 'Seleziona un Utente';
$lang['Select_a_Group'] = 'Seleziona un Gruppo';
$lang['Select_a_Forum'] = 'Seleziona un Forum';
$lang['Auth_Control_User'] = 'Controllo Permessi Utente';
$lang['Auth_Control_Group'] = 'Controllo Permessi Gruppo';
$lang['Auth_Control_Forum'] = 'Controllo Permessi Forum';
$lang['Look_up_User'] = 'Cerca Utente';
$lang['Look_up_Group'] = 'Cerca Gruppo';
$lang['Look_up_Forum'] = 'Cerca Forum';
$lang['Group_auth_explain'] = 'Qui puoi modificare i permessi e lo stato dei moderatori assegnati ad ogni gruppo. Non dimenticare che quando cambi i permessi di un gruppo, l\'utente potrebbe accedere comunque ai forum. Grazie ai suoi permessi individuali. In questo caso sarai avvisato.';
$lang['User_auth_explain'] = 'Qui puoi modificare i permessi e lo stato dei moderatori assegnati ad ogni utente individuale. Non dimenticare quando cambi i permessi di un utente i permessi del gruppo gli potrebbero permettere di accedere comunque ai forum. In questo caso sarai avvisato.';
$lang['Forum_auth_explain'] = 'Qui puoi modificare i livelli di autorizzazione per ogni forum. Puoi fare questo utilizzando una modalità semplice e una modalità avanzata. La modalità avanzata offre maggior controllo per ogni operazione sui forum. Ricorda che cambiare i permessi dei forum mostrerà gli utenti che possono eseguire le varie operazioni nei forum.';
$lang['Simple_mode'] = 'Modalità Semplice';
$lang['Advanced_mode'] = 'Modalità Avanzata';
$lang['Moderator_status'] = 'Stato dei moderatori';
$lang['Allowed_Access'] = 'Accessi Ammessi';
$lang['Disallowed_Access'] = 'Accessi non Ammessi';
$lang['Is_Moderator'] = 'È Moderatore';
$lang['Not_Moderator'] = 'Non è Moderatore';
$lang['Conflict_warning'] = 'Attenzione Conflitto di Autorizzazione';
$lang['Conflict_access_userauth'] = 'Questo utente ha ancora diritti di accesso a questo forum per il suo gruppo di appartenenza. Potresti voler cambiare i permessi del gruppo o rimuovere questo utente dal gruppo per togliere completamente i suoi diritti di accesso. I diritti del gruppo (e i forum coinvolti) sono elencati qui sotto.';
$lang['Conflict_mod_userauth'] = 'Questo utente ha ancora i diritti di moderatore a questo forum per il suo gruppo di appartenenza. Potresti voler cambiare i permessi del gruppo o rimuovere questo utente dal gruppo per togliere completamente i suoi diritti di moderatore. I diritti del gruppo (e i forum coinvolti) sono elencati qui sotto.';
$lang['Conflict_access_groupauth'] = 'I seguenti utenti hanno ancora diritti di accesso a questo forum per le impostazioni dei permessi utenti. Potresti voler cambiare i permessi del gruppo o rimuovere questo utente dal gruppo per togliere completamente i suoi diritti di accesso. I diritti del gruppo (e i forum coinvolti) sono elencati qui sotto.';
$lang['Conflict_mod_groupauth'] = 'I seguenti utenti hanno ancora i diritti di moderatore a questo forum per le impostazioni dei permessi utenti. Potresti voler cambiare i permessi del gruppo o rimuovere questo utente dal gruppo per togliere completamente i suoi diritti di moderatore. I diritti del gruppo (e i forum coinvolti) sono elencati qui sotto.';
$lang['Public'] = 'Pubblico';
$lang['Private'] = 'Privato';
$lang['Registered'] = 'Registrato';
$lang['Administrators'] = 'Amministratori';
$lang['Hidden'] = 'Nascosto';
// These are displayed in the drop down boxes for advanced
// mode forum auth, try and keep them short!
$lang['Forum_ALL'] = 'TUTTI';
$lang['Forum_REG'] = 'REG';
$lang['Forum_PRIVATE'] = 'PRIVATO';
$lang['Forum_MOD'] = 'MOD';
$lang['Forum_ADMIN'] = 'ADMIN';
$lang['View'] = 'Guarda';
$lang['Read'] = 'Leggi';
$lang['Post'] = 'Invia';
$lang['Reply'] = 'Rispondi';
$lang['Edit'] = 'Modifica';
$lang['Delete'] = 'Cancella';
$lang['Sticky'] = 'Importante';
$lang['Announce'] = 'Annuncio';
$lang['Vote'] = 'Vota';
$lang['Pollcreate'] = 'Crea Sondaggio';
$lang['Permissions'] = 'Permessi';
$lang['Simple_Permission'] = 'Permesso Semplice';
$lang['User_Level'] = 'Livello Utente';
$lang['Auth_User'] = 'Utente';
$lang['Auth_Admin'] = 'Amministratore';
$lang['Group_memberships'] = 'Membri gruppo utenti';
$lang['Usergroup_members'] = 'Questo gruppo ha i seguenti membri';
$lang['Forum_auth_updated'] = 'Permessi Forum Aggiornati';
$lang['User_auth_updated'] = 'Permessi Utente Aggiornati';
$lang['Group_auth_updated'] = 'Permessi Gruppo Aggiornati';
$lang['Auth_updated'] = 'I permessi sono stati aggiornati';
$lang['Click_return_userauth'] = 'Clicca %squi%s per tornare a Permessi Utenti';
$lang['Click_return_groupauth'] = 'Clicca %squi%s per tornare a Permessi Gruppo';
$lang['Click_return_forumauth'] = 'Clicca %squi%s per tornare a Permessi Forum';
//
// Banning
//
$lang['Ban_control'] = 'Controllo Disabilitazione';
$lang['Ban_explain'] = 'Qui puoi controllare la disabilitazione degli utenti. Puoi disabilitare per utente specifico o un individuole, per intervallo di indirizzi IP o hostnames. Questi metodi impediscono all\'utente di raggiungere anche l\'indice del tuo forum. Per impedire ad un utente di registrarsi con uno username diverso puoi anche disabilitare un indirizzo email specifico. Nota che disabilitare solo un indirizzo email non eviterà che quell\'utente possa essere in grado di entrare o di inviare messaggi al tuo forum. Per questo devi usare uno dei primi due metodi.';
$lang['Ban_explain_warn'] = 'Nota che inserendo un intervallo di indirizzi IP, nella disabilitazione verranno inclusi tutti gli indirizzi tra l\'inizio e la fine degli indirizzi. Verranno fatti dei tentativi per minimalizzare il numero degli indirizzi aggiunti al database introducendo abbreviazioni generate automaticamente in modo apprpopriato. Se davvero devi inserire un intervallo di indirizzi, prova a mantenerlo piccolo o meglio specifica un singolo indirizzo.';
$lang['Select_username'] = 'Seleziona uno Username';
$lang['Select_ip'] = 'Seleziona un indirizzo IP';
$lang['Select_email'] = 'Seleziona un indirizzo Email';
$lang['Ban_username'] = 'Disabilita uno o più Utenti specifici';
$lang['Ban_username_explain'] = 'Puoi disabilitare più utenti con una sola operazione utilizzando l\'appropriata combinazione di mouse e tastiera per il tuo computer e browser';
$lang['Ban_IP'] = 'Disabilita uno o più indirizzi IP o hostname';
$lang['IP_hostname'] = 'Indirizzo IP o hostname';
$lang['Ban_IP_explain'] = 'Per specificare diversi indirizzi IP o hostname separali con virgole (,). Per specificare un intervallo di indirizzi IP separa l\'inizio dalla fine con un trattino (-), per specificare un\'abbreviazione usa (*)';
$lang['Ban_email'] = 'Disabilita uno o più indirizzi email';
$lang['Ban_email_explain'] = 'Per specificare diversi indirizzi email separali con virgole (,). Per specificare una abbreviazione per gli username usa *, per esempio *@hotmail.com';
$lang['Unban_username'] = 'Riabilita uno o più utenti specifici';
$lang['Unban_username_explain'] = 'Puoi riabilitare più utenti con un unica operazione utilizzando l\'appropiata combinazione di mouse e tastiera per il tuo computer e browser';
$lang['Unban_IP'] = 'Riabilita uno o più indirizzi IP';
$lang['Unban_IP_explain'] = 'Puoi riabilitare più indirizzi IP con un unica operazione utilizzando l\'appropiata combinazione di mouse e tastiera per il tuo computer e browser';
$lang['Unban_email'] = 'Riabilita uno o più indirizzi email';
$lang['Unban_email_explain'] = 'Puoi riabilitare più indirizzi email con un unica operazione utilizzando l\'appropiata combinazione di mouse e tastiera per il tuo computer e browser';
$lang['No_banned_users'] = 'Non ci sono username disabilitati';
$lang['No_banned_ip'] = 'Non ci sono indirizzi IP disabilitati';
$lang['No_banned_email'] = 'Non ci sono indirizzi email disabilitati';
$lang['Ban_update_sucessful'] = 'La lista degli utenti disabilitati è stata aggiornata con successo';
$lang['Click_return_banadmin'] = 'Clicca %squi%s per tornare a Controllo Disabilitazione';
//
// Configuration
//
$lang['General_Config'] = 'Configurazione Generale';
$lang['Config_explain'] = 'Il modulo qui sotto ti permette di personalizzare tutte le opzioni generali del Forum. Per la configurazione dei Forum e degli Utenti utilizza i collegamenti appropriati nel pannello di sinistra.';
$lang['Click_return_config'] = 'Clicca %squi%s per tornare a Configurazione Generale';
$lang['General_settings'] = 'Impostazioni Generali Forum';
$lang['Server_name'] = 'Nome Dominio';
$lang['Server_name_explain'] = 'Il nome del dominio da cui lanci il forum';
$lang['Script_path'] = 'Percorso Cartella phpBB';
$lang['Script_path_explain'] = 'Il percorso dove è situato phpBB2 relativo al nome di dominio';
$lang['Server_port'] = 'Porta del Server';
$lang['Server_port_explain'] = 'La porta del tuo server, di solito 80, cambia solo se è diversa';
$lang['Site_name'] = 'Nome del Sito';
$lang['Site_desc'] = 'Descrizione del Sito';
$lang['Board_disable'] = 'Disabilita il Forum';
$lang['Board_disable_explain'] = 'Questo renderà il forum non disponibile per gli utenti. Non uscire dopo aver disabilitato il forum, altrimenti non sarai più in grado di entrare di nuovo!';
$lang['Acct_activation'] = 'Abilita l\'attivazione degli account';
$lang['Acc_None'] = 'Nessuno'; // These three entries are the type of activation
$lang['Acc_User'] = 'Utente';
$lang['Acc_Admin'] = 'Amministratore';
$lang['Abilities_settings'] = 'Impostazioni base per Utenti e Forum';
$lang['Max_poll_options'] = 'Numero massimo di opzioni per sondaggio';
$lang['Flood_Interval'] = 'Intervallo del Flood';
$lang['Flood_Interval_explain'] = 'Numero di secondi di attesa tra ogni messaggio';
$lang['Board_email_form'] = 'Messaggistica email attraverso il forum';
$lang['Board_email_form_explain'] = 'Gli utenti possono inviarsi email utilizzando il forum';
$lang['Topics_per_page'] = 'Argomenti per Pagina';
$lang['Posts_per_page'] = 'Messaggi per Pagina';
$lang['Hot_threshold'] = 'Numero di Messaggi per essere Popolare';
$lang['Default_style'] = 'Stile di Default';
$lang['Override_style'] = 'Annulla il tema dell\'utente';
$lang['Override_style_explain'] = 'Sostituisce lo stile dell\'utente con quello di Default';
$lang['Default_language'] = 'Linguaggio di Default';
$lang['Date_format'] = 'Formato Data';
$lang['System_timezone'] = 'Fuso Orario del Sistema';
$lang['Enable_gzip'] = 'Abilita la Compressione GZip';
$lang['Enable_prune'] = 'Abilita il Pruning del Forum';
$lang['Allow_HTML'] = 'Permetti HTML';
$lang['Allow_BBCode'] = 'Permetti BBCode';
$lang['Allowed_tags'] = 'Tags HTML Permessi';
$lang['Allowed_tags_explain'] = 'Separa i tags con virgole';
$lang['Allow_smilies'] = 'Permetti Smilies';
$lang['Smilies_path'] = 'Percorso Salvataggio Smilies';
$lang['Smilies_path_explain'] = 'Percorso principale directory phpBB, es. images/smilies';
$lang['Allow_sig'] = 'Permetti Firma';
$lang['Max_sig_length'] = 'Lunghezza massima firma';
$lang['Max_sig_length_explain'] = 'Numero massimo di caratteri per la firma degli utenti';
$lang['Allow_name_change'] = 'Permetti cambio Username';
$lang['Avatar_settings'] = 'Impostazioni Avatar';
$lang['Allow_local'] = 'Abilita Galleria Avatar';
$lang['Allow_remote'] = 'Abilita Avatar remoti';
$lang['Allow_remote_explain'] = 'Avatar linkati da un altro sito web';
$lang['Allow_upload'] = 'Abilita il caricamento degli Avatar';
$lang['Max_filesize'] = 'Dimensione massima File Avatar';
$lang['Max_filesize_explain'] = 'Per i file Avatar caricati';
$lang['Max_avatar_size'] = 'Dimensioni Massime Avatar';
$lang['Max_avatar_size_explain'] = '(Altezza x Larghezza in pixels)';
$lang['Avatar_storage_path'] = 'Percorso Salvataggio Avatar';
$lang['Avatar_storage_path_explain'] = 'Percorso principale directory phpBB, es. images/avatars';
$lang['Avatar_gallery_path'] = 'Percorso Galleria Avatar';
$lang['Avatar_gallery_path_explain'] = 'Percorso principale directory phpBB per il per-caricamento delle immagini, es. images/avatars/gallery';
$lang['COPPA_settings'] = 'Impostazioni Reg. Minore';
$lang['COPPA_fax'] = 'Numero di Fax per Reg. Minore';
$lang['COPPA_mail'] = 'Indirizzo per Reg. Minore';
$lang['COPPA_mail_explain'] = 'Questo è l\'indirizzo al quale i genitori manderanno il modulo di registrazione Minore';
$lang['Email_settings'] = 'Impostazioni Email';
$lang['Admin_email'] = 'Indirizzo Email Amministratore';
$lang['Email_sig'] = 'Firma Email';
$lang['Email_sig_explain'] = 'Questo testo verrà allegato ad ogni email spedita dal Forum';
$lang['Use_SMTP'] = 'Usa un Server SMTP per le email';
$lang['Use_SMTP_explain'] = 'Rispondi sì se vuoi o devi inviare email attraverso un server specifico invece della funzione mail locale';
$lang['SMTP_server'] = 'Indirizzo Server SMTP';
$lang['SMTP_username'] = 'Username SMTP';
$lang['SMTP_username_explain'] = 'Compila il campo username soltanto se il server lo richiede';
$lang['SMTP_password'] = 'Password SMTP';
$lang['SMTP_password_explain'] = 'Compila il campo password soltanto se il server lo richiede';
$lang['Disable_privmsg'] = 'Messaggi Privati';
$lang['Inbox_limits'] = 'Numero massimo di messaggi per Posta in Arrivo';
$lang['Sentbox_limits'] = 'Numero massimo di messaggi per Posta Inviata';
$lang['Savebox_limits'] = 'Numero massimo di messaggi per Posta Salvata';
$lang['Cookie_settings'] = 'Impostazioni Cookie';
$lang['Cookie_settings_explain'] = 'Questo modulo controlla come vengono definiti i cookie inviati ai browser. In molti casi l\'impostazione di default è sufficiente. Se devi cambiare queste impostazioni fallo con attenzione, le impostazioni non corrette possono impedire agli utenti di entrare.';
$lang['Cookie_domain'] = 'Dominio Cookie';
$lang['Cookie_name'] = 'Nome Cookie';
$lang['Cookie_path'] = 'Percorso Cookie';
$lang['Cookie_secure'] = 'Cookie Sicuri';
$lang['Cookie_secure_explain'] = 'Se il server funziona via SSL abilita questo altrimenti lascia disabilitato';
$lang['Session_length'] = 'Lunghezza Sessione [ secondi ]';
// Visual Confirmation
$lang['Visual_confirm'] = 'Abilita Conferma Visuale';
$lang['Visual_confirm_explain'] = 'Richiede agli utenti di scrivere un codice definito da un\'immagine al momento della registrazione.';
//
// Forum Management
//
$lang['Forum_admin'] = 'Amministrazione Forum';
$lang['Forum_admin_explain'] = 'Da questo pannello puoi aggiungere, modificare, cancellare, riordinare e ri-sincronizzare le categorie e i forum';
$lang['Edit_forum'] = 'Modifica forum';
$lang['Create_forum'] = 'Crea un nuovo forum';
$lang['Create_category'] = 'Crea una nuova categoria';
$lang['Remove'] = 'Rimuovi';
$lang['Action'] = 'Azione';
$lang['Update_order'] = 'Aggiorna Ordine';
$lang['Config_updated'] = 'Configurazione Forum Aggiornata con Successo';
$lang['Edit'] = 'Modifica';
$lang['Delete'] = 'Cancella';
$lang['Move_up'] = 'Sposta su';
$lang['Move_down'] = 'Sposta giù';
$lang['Resync'] = 'Sincronizza';
$lang['No_mode'] = 'Nessun mode impostato';
$lang['Forum_edit_delete_explain'] = 'Il modulo qui sotto ti permette di personalizzare tutte le opzioni generali del Forum. Per la Configurazione degli Utenti e dei Forum usa i collegamenti appropriati nel pannello di sinistra';
$lang['Move_contents'] = 'Sposta tutti i contenuti';
$lang['Forum_delete'] = 'Cancella Forum';
$lang['Forum_delete_explain'] = 'Il modulo qui sotto ti permette di cancellare un forum (o una categoria) e decidere dove mettere tutti gli argomenti (o forum) in esso/a contenuti';
$lang['Status_locked'] = 'Chiuso';
$lang['Status_unlocked'] = 'Ri-aperto';
$lang['Forum_settings'] = 'Impostazioni Generali Forum';
$lang['Forum_name'] = 'Nome Forum';
$lang['Forum_desc'] = 'Descrizione';
$lang['Forum_status'] = 'Stato del Forum';
$lang['Forum_pruning'] = 'Eliminazione Automatica';
$lang['prune_freq'] = 'Verifica l\'età degli argomenti ogni';
$lang['prune_days'] = 'Rimuovi gli argomenti che non hanno avuto risposte per';
$lang['Set_prune_data'] = 'Hai attivato l\'eliminazione automatica per questo forum ma non hai impostato la frequenza o il numero di giorni per l\'autoeliminazione. Torna indietro e attivalo';
$lang['Move_and_Delete'] = 'Sposta e Cancella';
$lang['Delete_all_posts'] = 'Cancella tutti i messaggi';
$lang['Nowhere_to_move'] = 'Nessun posto dove spostare';
$lang['Edit_Category'] = 'Modifica Categoria';
$lang['Edit_Category_explain'] = 'Utilizza questo forum per modificare un nome di categorie';
$lang['Forums_updated'] = 'Le informazioni dei Forum e delle Categorie sono state aggiornate con successo';
$lang['Must_delete_forums'] = 'Devi cancellare tutti i forum per cancellare questa categoria';
$lang['Click_return_forumadmin'] = 'Clicca %squi%s per tornare a Amministrazione Forum';
//
// Smiley Management
//
$lang['smiley_title'] = 'Utility Modifica Smiley';
$lang['smile_desc'] = 'Da questa pagina puoi aggiungere, togliere e modificare le emoticons o gli smiley che i tuoi utenti possono utilizzare nei loro messaggi.';
$lang['smiley_config'] = 'Configurazione Smiley';
$lang['smiley_code'] = 'Codice Smiley';
$lang['smiley_url'] = 'File Immagine Smiley';
$lang['smiley_emot'] = 'Emozione Smiley';
$lang['smile_add'] = 'Aggiungi un nuovo Smiley';
$lang['Smile'] = 'Smile';
$lang['Emotion'] = 'Emotion';
$lang['Select_pak'] = 'Seleziona Pacchetto (.pak) File';
$lang['replace_existing'] = 'Sovrascrivi gli Smiley Esistenti';
$lang['keep_existing'] = 'Mantieni gli Smiley Esistenti';
$lang['smiley_import_inst'] = 'Devi decomprimere il pacchetto di smiley caricare i file nella cartella appropriata per l\'installazione. Poi seleziona le informazioni corrette da questo modulo per importare il pacchetto di smiley.';
$lang['smiley_import'] = 'Importazione Pacchetto Smiley';
$lang['choose_smile_pak'] = 'Seleziona un pacchetto di Smiley, estensione .pak';
$lang['import'] = 'Importa gli Smiley';
$lang['smile_conflicts'] = 'Cosa devi fare in caso di conflitti';
$lang['del_existing_smileys'] = 'Cancella gli smiley esistenti prima di importare';
$lang['import_smile_pack'] = 'Importa Pacchetto Smiley';
$lang['export_smile_pack'] = 'Crea Pacchetto Smiley';
$lang['export_smiles'] = 'Per creare un pacchetto di smiley dagli smiley installati, clicca %squi%s per scaricare il file di estensione .pak degli smiley. Nomina questo file in modo appropriato mantenendo l\'estensione .pak. Crea un file zip che contenga tutti i file immagine degli smiley e questo file .pak di configurazione.';
$lang['smiley_add_success'] = 'Gli Smiley sono stati aggiunti con successo.';
$lang['smiley_edit_success'] = 'Gli Smiley sono stati aggiornati con successo.';
$lang['smiley_import_success'] = 'Il pacchetto di Smiley è stato importato con successo!';
$lang['smiley_del_success'] = 'Gli Smiley sono stati rimossi con successo.';
$lang['Click_return_smileadmin'] = 'Clicca %squi%s per tornare a Amministrazione Smiley';
//
// User Management
//
$lang['User_admin'] = 'Administrazione Utenti';
$lang['User_admin_explain'] = 'Qui puoi cambiare le informazioni degli utenti e alcune opzioni specifiche. Per modificare il permessi degli utenti, utilizza il modulo di Amministrazione dei Permessi per Utenti e Gruppi.';
$lang['Look_up_user'] = 'Cerca Utente';
$lang['Admin_user_fail'] = 'Non è stato possibile aggiornare il profilo utente.';
$lang['Admin_user_updated'] = 'Il profilo utente è stato aggiornato con successo.';
$lang['Click_return_useradmin'] = 'Clicca %squi%s per tornare a Amministrazione Utenti';
$lang['User_delete'] = 'Cancela questo utente';
$lang['User_delete_explain'] = 'Clicca qui per cancellare questo utente. Questa operazione non può essere annullata.';
$lang['User_deleted'] = 'L\'utente è stato cancellato con successo.';
$lang['User_status'] = 'L\'utente è attivo';
$lang['User_allowpm'] = 'Può inviare Messaggi Privati';
$lang['User_allowavatar'] = 'Può mostrare gli Avatar';
$lang['Admin_avatar_explain'] = 'Qui puoi vedere e cancellare l\'avatar attuale dell\'utente.';
$lang['User_special'] = 'Campi speciali solo per l\'amministratore';
$lang['User_special_explain'] = 'Questi campi non possono essere modificati dagli utenti. Qui puoi impostare il loro stato e altre opzioni che non vengono date agli utenti.';
//
// Group Management
//
$lang['Group_administration'] = 'Amministrazione Gruppi';
$lang['Group_admin_explain'] = 'Da questo pannello puoi amministrare tutti i Gruppi Utenti. Puoi cancellare, creare e modificare i gruppi esistenti. Puoi scegliere i moderatori, modificare lo stato del gruppo (aperto/chiuso) e impostare il nome del gruppo e la descrizione.';
$lang['Error_updating_groups'] = 'C\'è stato un errore durante l\'aggiornamento dei gruppi';
$lang['Updated_group'] = 'Il gruppo è stato aggiornato con successo';
$lang['Added_new_group'] = 'Il nuovo gruppo è stato creato con successo';
$lang['Deleted_group'] = 'Il gruppo è stato cancellato con successo';
$lang['New_group'] = 'Crea nuovo gruppo';
$lang['Edit_group'] = 'Modifica gruppo';
$lang['group_name'] = 'Nome Gruppo';
$lang['group_description'] = 'Descrizione Gruppo';
$lang['group_moderator'] = 'Moderatore Gruppo';
$lang['group_status'] = 'Stato Gruppo';
$lang['group_open'] = 'Gruppo Aperto';
$lang['group_closed'] = 'Gruppo Chiuso';
$lang['group_hidden'] = 'Gruppo Nascosto';
$lang['group_delete'] = 'Cancella Gruppo';
$lang['group_delete_check'] = 'Cancella questo gruppo';
$lang['submit_group_changes'] = 'Invia Modifiche';
$lang['reset_group_changes'] = 'Annulla Modifiche';
$lang['No_group_name'] = 'Devi specificare un nome per questo gruppo';
$lang['No_group_moderator'] = 'Devi specificare un moderatore per questo gruppo';
$lang['No_group_mode'] = 'Devi specificare uno stato per questo gruppo, aperto o chiuso';
$lang['No_group_action'] = 'Nessuna azione specificata';
$lang['delete_group_moderator'] = 'Vuoi cancellare il vecchio moderatore del gruppo?';
$lang['delete_moderator_explain'] = 'Se cambi il moderatore del gruppo, seleziona questo box per rimuovere il vecchio moderatore. In caso contrario, non selezionarlo e l\'utente diverrà un normale membro del gruppo.';
$lang['Click_return_groupsadmin'] = 'Clicca %squi%s per tornare a Amministrazione Gruppi';
$lang['Select_group'] = 'Seleziona un gruppo';
$lang['Look_up_group'] = 'Controlla gruppo';
//
// Prune Administration
//
$lang['Forum_Prune'] = 'Eliminazione Forum';
$lang['Forum_Prune_explain'] = 'Questo cancellerà tutti gli argomenti a cui non è stata inviata una risposta nel numero di giorni che hai selezionato. Se non inserisci un numero TUTTI gli argomenti saranno cancellati. Non verranno cancellati gli argomenti con sondaggi ancora attivi e neppure gli Annunci. Devi cancellare questi argomenti manualmente.';
$lang['Do_Prune'] = 'Elimina';
$lang['All_Forums'] = 'Tutti i Forum';
$lang['Prune_topics_not_posted'] = 'Elimina gli argomenti senza risposte da giorni';
$lang['Topics_pruned'] = 'Argomenti eliminati';
$lang['Posts_pruned'] = 'Messaggi eliminati';
$lang['Prune_success'] = 'L\'eliminazione dei forum è avvenuta con successo';
//
// Word censor
//
$lang['Words_title'] = 'Censura Parole';
$lang['Words_explain'] = 'Da questo pannello puoi aggiungere, modificare e rimuovere parole che saranno censurate automaticamente da tutto il forum. Inoltre non sarà possibile registrarsi con gli username che contengono queste parole. Le abbreviazioni (*) sono accettate nel campo parola , eg. *tra* comprenderà attraverso, tra* comprenderà trave, *tra comprenderà finestra.';
$lang['Word'] = 'Parola';
$lang['Edit_word_censor'] = 'Modifica Lista';
$lang['Replacement'] = 'Sostituto';
$lang['Add_new_word'] = 'Aggiungi una nuova parola';
$lang['Update_word'] = 'Aggiorna Lista';
$lang['Must_enter_word'] = 'Devi inserire una parola e il suo sostituto';
$lang['No_word_selected'] = 'Nessuna parola selezionata per la modifica';
$lang['Word_updated'] = 'La parola selezionata è stat aggiornata con successo';
$lang['Word_added'] = 'La parola è stata aggiunta con successo';
$lang['Word_removed'] = 'La Parola selezionata è stata rimossa con successo';
$lang['Click_return_wordadmin'] = 'Clicca %squi%s per tornare a Censure Parole';
//
// Mass Email
//
$lang['Mass_email_explain'] = 'Qui puoi inviare un messaggio a tutti i tuoi utenti o agli utenti di un gruppo specifico. Per fare questo, verrà inviato un messaggio all\'indirizzo email dell\'amministratore che hai fornito, ed una BCC (Blind Carbon Copy) verrà inviata ai destinatari. Se stai inviando una mail ad un grosso gruppo di utenti per favore si paziente dopo aver inviato e non interrompere il caricamento della pagina. Un tempo lungo è normale per una mass-email. quando il processo sarà finito, sarai avvisato.';
$lang['Compose'] = 'Componi';
$lang['Recipients'] = 'Destinatari';
$lang['All_users'] = 'Tutti gli Utenti';
$lang['Email_successfull'] = 'Il tuo messaggio è stato inviato';
$lang['Click_return_massemail'] = 'Clicca %squi%s per tornare a Email Generali';
//
// Ranks admin
//
$lang['Ranks_title'] = 'Amministrazione Livelli';
$lang['Ranks_explain'] = 'Con questo modulo puoi aggiungere, cancellare, modificare e guardare il livello degli utenti. Puoi anche creare dei livelli personali che possono essere applicati ad un utente attraverso la Gestione Utenti';
$lang['Add_new_rank'] = 'Aggiungi un novo livello';
$lang['Rank_title'] = 'Titolo Livello';
$lang['Rank_special'] = 'Imposta un Livello Speciale';
$lang['Rank_minimum'] = 'Messaggi Minimi';
$lang['Rank_maximum'] = 'Messaggi Massimi';
$lang['Rank_image'] = 'Immagine Livello (Relativo al percorso del forum)';
$lang['Rank_image_explain'] = 'Utilizza questo per definire una piccola immagine associata con il livello';
$lang['Must_select_rank'] = 'Devi selezionare un livello';
$lang['No_assigned_rank'] = 'Nessun livello speciale assegnato';
$lang['Rank_updated'] = 'Il livello è stato aggiornato con successo';
$lang['Rank_added'] = 'Il livello è stato aggiunto con successo';
$lang['Rank_removed'] = 'Il livello è stato cancellato con successo';
$lang['No_update_ranks'] = 'Il livello è stato cancellato con successo, in ogni caso gli utenti che utilizzavano questo livello non sono stati aggiornati. Dovrai impostare manualmente il nuovo livello a questi utenti';
$lang['Click_return_rankadmin'] = 'Clicca %squi%s per tornare a Amministrazione Livelli';
//
// Disallow Username Admin
//
$lang['Disallow_control'] = 'Controllo Disabilitazione Utenti';
$lang['Disallow_explain'] = 'Qui puoi controllare gli username che non si possono utilizzare. Gli username disabilitati possono contenere una abbreviazione (*). Per favore nota che non puoi specificare nessuno username che è già stato registrato, devi prima cancellare il nome e poi disabilitarlo';
$lang['Delete_disallow'] = 'Cancella';
$lang['Delete_disallow_title'] = 'Rimuovi uno Username Disabilitato';
$lang['Delete_disallow_explain'] = 'Puoi rimuovere uno username disabilitato selezionando lo username da questa lista e cliccando su invia';
$lang['Add_disallow'] = 'Aggiungi';
$lang['Add_disallow_title'] = 'Aggiungi uno username disabilitato';
$lang['Add_disallow_explain'] = 'Puoi disabilitare uno username utilizzando l\'abbreviazione * per comprendere ogni carattere';
$lang['No_disallowed'] = 'Nessuno Username Disabilitato';
$lang['Disallowed_deleted'] = 'Lo username disabilitato è stato rimosso con successo';
$lang['Disallow_successful'] = 'Lo username disabilitato è stato aggiunto con successo';
$lang['Disallowed_already'] = 'Il nome che hai inserito non può essere disabilitato. Esiste già nella lista delle parole censurate o esiste uno username con questo nome';
$lang['Click_return_disallowadmin'] = 'Clicca %squi%s per tornare a Disabilitazione Utenti';
//
// Styles Admin
//
$lang['Styles_admin'] = 'Amministrazione Stili';
$lang['Styles_explain'] = 'Utilizzando queste opzioni puoi aggiungere, rimuovere e gestire gli stili (modelli e temi) del tuo forum';
$lang['Styles_addnew_explain'] = 'La lista seguente contiene tutti i temi che sono disponibili per i modelli che hai al momento. I temi nella lista non sono ancora stati caricati nel database del forum. Per installarli semplicemente clicca sul link installa di fianco ad ogni stile.';
$lang['Select_template'] = 'Seleziona un Modello';
$lang['Style'] = 'Stile';
$lang['Template'] = 'Modello';
$lang['Install'] = 'Installa';
$lang['Download'] = 'Scarica';
$lang['Edit_theme'] = 'Modifica Tema';
$lang['Edit_theme_explain'] = 'Nel modulo qui sotto puoi modificare le impostazioni per il tema selezionato';
$lang['Create_theme...
[truncated message content] |
Update of /cvsroot/mxbb/core/includes/shared/phpbb2/language/lang_italian/email
In directory vz-cvs-4.sog:/tmp/cvs-serv25967/email
Added Files:
admin_activate.tpl admin_send_email.tpl
admin_welcome_activated.tpl admin_welcome_inactive.tpl
coppa_welcome_inactive.tpl group_added.tpl group_approved.tpl
group_request.tpl index.htm privmsg_notify.tpl
profile_send_email.tpl topic_notify.tpl user_activate.tpl
user_activate_passwd.tpl user_welcome.tpl
user_welcome_inactive.tpl
Log Message:
Italian Language
--- NEW FILE: user_activate.tpl ---
Subject: Reactivate your account
Charset: iso-8859-1
Salve {USERNAME},
Il tuo account su "{SITENAME}" è stato disattivato,
probabilmente perchè hai modificato dei parametri sensibili nel profilo (es. Indirizzo email o password)
Clicca link per riattivarlo:
{U_ACTIVATE}
{EMAIL_SIG}
--- NEW FILE: profile_send_email.tpl ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: privmsg_notify.tpl ---
Subject: New Private Message has arrived
Charset: iso-8859-1
Salve {USERNAME},
Hai ricevuto un nuovo messaggio privato nel forum di "{SITENAME}".
Questo avviso ti viene inviato perchè, nelle impostazioni del forum, hai richiesto la notifica
via email dei nuovi messaggi privati.
Puoi guardare il messaggio cliccando il seguente link:
{U_INBOX}
Se non desiderate più essere avvisati per i nuovi messaggi privati,
modificate l'opzione nelle preferenze del tuo profilo all'interno del forum.
{EMAIL_SIG}
--- NEW FILE: admin_send_email.tpl ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: group_request.tpl ---
Subject: A request to join your group has been made
Charset: iso-8859-1
Salve {GROUP_MODERATOR},
Un utente ha richiesto di essere iscritto al gruppo da te moderatato su {SITENAME}.
Per accettare o rifiutare la richiesta visita il seguente link:
{U_GROUPCP}
{EMAIL_SIG}
--- NEW FILE: admin_welcome_activated.tpl ---
Subject: Account Activated
Charset: iso-8859-1
Salve {USERNAME},
Il tuo registrazione su "{SITENAME}" è stata attivata.
Puoi effettuare il login utilizzando il nome utente e la password
che ti è stata comunicata, in precedenza.
{EMAIL_SIG}
--- NEW FILE: user_welcome_inactive.tpl ---
Subject: Welcome to {SITENAME} Forums
Charset: iso-8859-1
{WELCOME_MSG}
Conserva le informazioni e questa email:
----------------------------
Username: {USERNAME}
Password: {PASSWORD}
----------------------------
Il tuo account non è stato attivato. Per fare ciò è necessario cliccare il link:
{U_ACTIVATE}
Non scordate la vostra password.
Non sarà possibile recuperarla dal nostro database in quanto viene criptata.
Sarà comunque possibile richiederne una nuova dalla pagina di login.
Grazie per aver scelto il nostro forum.
{EMAIL_SIG}
--- NEW FILE: index.htm ---
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</html>
--- NEW FILE: user_welcome.tpl ---
Subject: Welcome to {SITENAME} Forums
Charset: iso-8859-1
{WELCOME_MSG}
Conservate le seguenti informazioni :
----------------------------
Utente : {USERNAME}
Password: {PASSWORD}
----------------------------
Non scordate la vostra password.
Non sarà possibile recuperarla dal nostro database in quanto viene criptata.
Sarà comunque possibile richiederne una nuova dalla pagina di login.
Grazie per aver scelto il nostro forum.
{EMAIL_SIG}
--- NEW FILE: admin_welcome_inactive.tpl ---
Subject: Welcome to {SITENAME} Forums
Charset: iso-8859-1
{WELCOME_MSG}
Conservate questa email.
I dati di accesso al forum sono:
----------------------------
Username : {USERNAME}
Password : {PASSWORD}
----------------------------
I tuoi dati sono in fase di approvazione, l'Amministrazione del forum dovrà attivarla, affinchè tu possa accedere al Forum.
Vi verrà inviata una nuova email per avvisarvi dell'attivazione.
Non scordate la vostra password.
Non sarà possibile recuperarla dal nostro database in quanto essa viene criptata.
In caso di smarrimento della stessa, sarà comunque possibile richiederne una nuova dalla pagina di login.
Grazie per l'iscrizione.
{EMAIL_SIG}
--- NEW FILE: topic_notify.tpl ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: coppa_welcome_inactive.tpl ---
Subject: Welcome to {SITENAME} Forums
Charset: iso-8859-1
{WELCOME_MSG}
Nell'attesa dell'atto di Responsabilità Minore il Tuo account rimmarrà inattivo.
Stampa questo messaggio. Letto e approvato dal Genitore o dal Tutore Legale attendiamo fax a
{FAX_INFO}
o via email a:
{MAIL_INFO}
------------------------------ TAGLIA QUI' ------------------------------
Consenso di Partecipazione al Forum {SITENAME}
Username: {USERNAME}
Password: {PASSWORD}
Email: {EMAIL_ADDRESS}
ICQ: {ICQ}
AIM: {AIM}
MSN: {MSN}
Yahoo Messenger: {YIM}
Sito Web: {WEB_SITE}
From: {FROM}
Occupazione: {OCC}
Interessi: {INTERESTS}
HO CONTROLLATO LE INFORMAZIONI PROVVISTE DA MIO FIGLIO E CON LA PRESENTE DO IL CONSENSO A {SITENAME} DI UTILIZZARE QUESTE INFORMAZIONI.
SONO CONSAPEVOLE CHE LE INFORMAZIONI POSSONO ESSERE CAMBIATE IN OGNI MOMENTO INSERENDO LA PASSWORD D'ACCESSO.
SONO CONSAPEVOLE CHE POSSO RICHIEDERE CHE TALI INFORMAZIONI VENGANO RIMOSSE DA {SITENAME} IN QUALSIASI MOMENTO.
Genitore o Tutore Legale
(Scrivi Nome e Cognome): _____________________
(Firma): __________________
Data: _______________
------------------------------ TAGLIA QUI' ------------------------------
{EMAIL_SIG}
--- NEW FILE: group_added.tpl ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: admin_activate.tpl ---
Subject: New user account
Charset: iso-8859-1
Hello,
L'account dell'utente "{USERNAME}" è stato disattivato o creato, verifica i dettagli dell'utente (se richiesto) e attivarlo usando il seguente link:
{U_ACTIVATE}
{EMAIL_SIG}
--- NEW FILE: user_activate_passwd.tpl ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: group_approved.tpl ---
Subject: Your request has been approved
Charset: iso-8859-1
Congratulazioni,
La richiesta di iscrizione al gruppo "{GROUP_NAME}" sul sito {SITENAME} è stata accettata.
Per ulteriori informazioni sul gruppo (e per visualizzare i vostri dati) cliccate su :
{U_GROUPCP}
{EMAIL_SIG}
|
|
From: Florin C B. <ory...@us...> - 2012-10-21 00:03:31
|
Update of /cvsroot/mxbb/core/admin In directory vz-cvs-4.sog:/tmp/cvs-serv25916/admin Added Files: index_test.php Log Message: Italian Language --- NEW FILE: index_test.php --- <?php /** * * @package MX-Publisher Core * @version $Id: index_test.php,v 1.1 2012/10/21 00:03:28 orynider Exp $ * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * @link http://www.mx-publisher.com * */ /** * MX-Publisher Notes: * This file is borrowed from phpBB, with some modifications */ // // Security and Page header // define('IN_PORTAL', 1); define('ADMIN_START', true); define('NEED_SID', true); $mx_root_path = './../'; $phpEx = substr(strrchr(__FILE__, '.'), 1); $no_page_header = TRUE; require('./pagestart.' . $phpEx); define( 'MAIN_CATEGORY', 'portal' ); define( 'MODULE_CATEGORY', 'modules' ); define( 'PHPBB2X_CATEGORY', 'phpbb2' ); define( 'OLYMPUS_CATEGORY', 'phpbb3' ); // ------------------------------ // DEBUG ONLY ;-) // //error_reporting(E_ALL); // ------------------------------ /** * Enter description here... * * @param unknown_type $needle * @param unknown_type $haystack * @return unknown */ function inarray( $needle, $haystack ) { for( $i = 0; $i < sizeof( $haystack ); $i++ ) { if ( $haystack[$i] == $needle ) { return true; } } return false; } /** * Enter description here... * * @param unknown_type $needle * @param unknown_type $haystack * @return unknown */ function inarray_dec_( $needle, $haystack ) { return inarray( $needle, $haystack ); } /** * Enter description here... * * @param unknown_type $dir_module * @return unknown */ function read_admin( $dir_module ) { global $phpEx, $template, $lang, $board_config, $phpbb_root_path, $mx_user; $module = array(); if ( $dir = @opendir( $dir_module ) ) { $setmodules = 1; while ( $file = @readdir( $dir ) ) { if ( preg_match( "/^admin_.*?\." . $phpEx . "$/", $file ) ) { include( $dir_module . '/' . $file ); } } @closedir( $dir ); unset( $setmodules ); } return $module; } // End functions // ------------- /** * Enter description here... * */ class mx_acp { var $panel_html = ''; var $category = ''; var $panel = ''; var $tabs = array(); var $menu_complete = array(); var $menu_actions = array(); var $menu = array(); var $category_title = ''; var $panel_title = ''; var $action_script = ''; var $phpbb3_hook = null; var $phpbb3_i = null; /** * Constructor * * @access protected */ function mx_acp() { global $template, $db, $lang, $phpEx, $mx_root_path, $phpbb_root_path, $phpbb_auth, $mx_user; $this->_template_set_filenames(); $this->category = MAIN_CATEGORY; $this->category_title = $lang['MX_Portal']; // // Some includes // if ( PORTAL_BACKEND == 'phpbb2' ) { mx_cache::load_file( 'functions', true ); mx_cache::load_file( 'functions_selects', true ); mx_cache::load_file( 'functions_validate', true ); } if ( PORTAL_BACKEND == 'phpbb3' ) { include_once( $mx_root_path . 'includes/sessions/phpbb3/auth.' . $phpEx ); mx_cache::load_file( 'functions_admin', 'phpbb3' ); mx_cache::load_file( 'acp/auth', 'phpbb3' ); mx_cache::load_file( 'auth', 'phpbb3'); mx_cache::load_file( 'functions', 'phpbb3' ); mx_cache::load_file( 'functions', 'phpbb2' ); mx_cache::load_file( 'functions_module', 'phpbb3' ); mx_cache::load_file( 'message_parser' , 'phpbb3' ); $phpbb_admin_path = ( defined( 'PHPBB_ADMIN_PATH' ) ) ? PHPBB_ADMIN_PATH : 'adm/'; include_once( $mx_root_path . 'includes/shared/phpbb3/includes/functions_hook.' . $phpEx ); $this->phpbb3_hook = new mx_phpbb3_admin( $this ); } } /** * Parsing params for display * * @param string $params query string */ function decode_url( $params ) { global $lang, $mx_user ; if ( isset( $params['cat'] ) ) { $this->category = $params['cat']; switch ( $this->category ) { case MAIN_CATEGORY: $this->category_title = $lang['MX_Portal']; break; case MODULE_CATEGORY: $this->category_title = $lang['MX_Modules']; break; case PHPBB2X_CATEGORY: $this->category_title = $lang['Phpbb']; break; case OLYMPUS_CATEGORY: $this->category_title = ''; $this->phpbb3_i = @$params['i']; break; } // switch } if ( isset( $params['panel'] ) ) { $this->panel = $params['panel']; } } /** * get current tabs */ function assign_tabs() { global $lang, $mx_user, $db, $template; // MX PORTAL MAIN CATEGORY $this->tabs = array(); $this->tabs[] = array( // # 'ACTIVE_TAB' => ( $this->category == MAIN_CATEGORY )?'activetab':'', 'CATEGORY' => MAIN_CATEGORY, 'PARAMS' => '', 'L_TAB' => $lang['MX_Portal'], ); // MX PORTAL MODULE CATEGORY $this->tabs[] = array( // # 'ACTIVE_TAB' => ( $this->category == MODULE_CATEGORY )?'activetab':'', 'CATEGORY' => MODULE_CATEGORY, 'PARAMS' => '', 'L_TAB' => $lang['MX_Modules'], ); // PHPBB TABS switch ( PORTAL_BACKEND ) { case 'phpbb2': // phpBB2 Backend TABS $this->tabs[] = array( // # 'ACTIVE_TAB' => ( $this->category == PHPBB2X_CATEGORY )?'activetab':'', 'CATEGORY' => PHPBB2X_CATEGORY, 'PARAMS' => '', 'L_TAB' => $lang['Phpbb'], ); break; case 'phpbb3': // phpBB3 Backend TABS $phpbb3_tabs = $this->phpbb3_hook->get_tabs( $this->phpbb3_i ); if ( $this->category == OLYMPUS_CATEGORY ) { $this->category_title = $lang['Phpbb'] . ' • ' . $phpbb3_tabs['CATEGORY_TITLE']; } $this->tabs = array_merge( $this->tabs, $phpbb3_tabs['TABS'] ); break; } foreach( $this->tabs as $key => $tab ) { $template->assign_block_vars( 'tab', $tab ); } } function _read_menu_actions( $menu_array, $category = MAIN_CATEGORY ) { if ( !is_array( $menu_array ) ) { return; } switch ( $category ) { case MAIN_CATEGORY: case MODULE_CATEGORY: case PHPBB2X_CATEGORY: $cat_keys = array_keys( $menu_array ); for( $i = 0; $i < count( $menu_array ); $i++ ) { while ( list( $menu, $action ) = each( $menu_array[$cat_keys[$i]] ) ) { $this->menu_actions[$action] = 'panel=' . $menu; } } break; case OLYMPUS_CATEGORY: $cat_main = array_keys( $menu_array ); for( $i = 0; $i < count( $menu_array ); $i++ ) { $cat_keys = array_keys( $menu_array[$cat_main[$i]] ); for( $j = 0; $j < count( $menu_array[$cat_main[$i]] ); $j++ ) { while ( list( $menu, $action ) = each( $menu_array[$cat_main[$i]][$cat_keys[$j]] ) ) { $this->menu_actions[$action] = $menu; } } } break; } } function assign_menu() { global $lang, $db, $template, $mx_user, $mx_root_path, $phpbb_root_path, $phpEx; $allow_menu_sort = true; // # // # Load Main Portal Menu // # $this->menu_complete[MAIN_CATEGORY] = read_admin( './' ); $this->_read_menu_actions( $this->menu_complete[MAIN_CATEGORY], MAIN_CATEGORY ); // # // # Load Main Modules Menu // # $sql = "SELECT * FROM " . MODULE_TABLE . " WHERE module_include_admin = 1 ORDER BY module_name"; if ( !( $q_modules = $db->sql_query( $sql ) ) ) { mx_message_die( GENERAL_ERROR, "Could not query modules information", '', __LINE__, __FILE__, $sql ); } if ( $total_modules = $db->sql_numrows( $q_modules ) ) { $module_rows = $db->sql_fetchrowset( $q_modules ); } $db->sql_freeresult( $result ); $menu_array = array(); for( $module_cnt = 0; $module_cnt < $total_modules; $module_cnt++ ) { $module_path_admin = $mx_root_path . $module_rows[$module_cnt]['module_path'] . "admin/"; $module_path_root = $mx_root_path . $module_rows[$module_cnt]['module_path']; // ********************************************************************** // Read language definition // ********************************************************************** $board_langfile = $module_path_root . 'language/lang_' . $board_config['default_lang'] . '/lang_admin.' . $phpEx; $main_langfile = $module_path_root . 'language/lang_english/lang_admin.' . $phpEx; if ( file_exists( $board_langfile ) ) { include( $board_langfile ); } else if ( file_exists( $main_langfile ) ) { include( $main_langfile ); } $menu_array = array_merge_recursive( $menu_array, read_admin( $module_path_admin ) ); } $this->menu_complete[MODULE_CATEGORY] = $menu_array; $this->_read_menu_actions( $this->menu_complete[MODULE_CATEGORY], MODULE_CATEGORY ); switch ( PORTAL_BACKEND ) { case 'phpbb2': $mnu_ary = read_admin( $phpbb_root_path . 'admin/' ); $menu_array = array(); foreach( $mnu_ary as $key => $menu ) { $i = 0; foreach( $menu as $menu_id => $action_file ) { $menu_array[$key][$menu_id . '_' . $key] = substr( $phpbb_root_path, strlen( $mx_root_path ) ) . 'admin/' . $action_file; $lang[ $menu_id . '_' . $key ] = $lang[ $menu_id]; $i++; } } $this->menu_complete[PHPBB2X_CATEGORY] = $menu_array; $this->_read_menu_actions( $menu_array, PHPBB2X_CATEGORY ); break; case 'phpbb3': $this->menu_complete[OLYMPUS_CATEGORY] = $this->phpbb3_hook->get_menu_complete(); $this->_read_menu_actions( $this->menu_complete[OLYMPUS_CATEGORY], OLYMPUS_CATEGORY ); break; } $menu_array = $this->menu_complete[$this->category]; switch ( $this->category ) { case MAIN_CATEGORY: case MODULE_CATEGORY: case PHPBB2X_CATEGORY: if ( empty( $this->panel ) ) { $mnu_ary = $menu_array; ksort( $mnu_ary ); $menu_array_keys = array_keys( $mnu_ary ); ksort( $mnu_ary[$menu_array_keys[0]] ); $panel_keys = array_keys( $mnu_ary[$menu_array_keys[0]] ); $this->panel = $panel_keys[0]; } break; case OLYMPUS_CATEGORY: $allow_menu_sort = false; $menu_array = $this->phpbb3_hook->get_menu( $this->phpbb3_i ); if ( empty( $this->panel ) ) { $menu_keys = array_keys( $menu_array ); $p_keys = array_keys( $menu_array[$menu_keys[0]] ); $this->panel = $p_keys[0]; } break; } if ( sizeOf( $menu_array ) == 0 ) { return; } $this->menu = $menu_array; if ( $allow_menu_sort ) { ksort( $menu_array ); } $menu_cat_id = 0; while ( list( $category, $action_array ) = each( $menu_array ) ) { $lang_category = ( !empty( $lang[$category] ) ) ? $lang[$category] : preg_replace( "/_/", " ", $category ); $template->assign_block_vars( 'category', array( // +MOD: DHTML Menu for ACP 'MENU_CAT_ID' => $menu_cat_id, 'MENU_CAT_ROWS' => count( $action_array ), // -MOD: DHTML Menu for ACP 'ADMIN_CATEGORY' => $lang_category ) ); if ( $allow_menu_sort ) { ksort( $action_array ); } $row_count = 0; while ( list( $panel, $file ) = each( $action_array ) ) { $lang_menu = isset( $mx_user->lang[$panel] )?$mx_user->lang[$panel]:( !empty( $lang[$panel] ) ? $lang[$panel] : preg_replace( "/_/", " ", $panel ) ); $file_part = explode( '?', $file ); if ( $this->panel == $panel ) { if ( strpos( $file, 'http://' ) !== false ) { header( 'Location: ' . $file ); } $this->action_script = $file_part[0]; $this->panel_title = $lang_menu; } switch ( $this->category ) { case OLYMPUS_CATEGORY: $menu_link_params = preg_replace( '#panel=[^&]*#', '&cat=' . $this->category . '&panel=' . $panel, $file_part[1] ); break; case PHPBB2X_CATEGORY: case MODULE_CATEGORY: case MAIN_CATEGORY: $menu_link_params = str_replace( '?', '', '&cat=' . $this->category . '&panel=' . $panel . '&' . $file_part[1] ); break; } $menu_link_params = explode( '&', $menu_link_params ); sort( $menu_link_params, SORT_STRING ); reset( $menu_link_params ); $menu_link = basename( __FILE__ ) . '?' . implode( '&', $menu_link_params ); $menu_link = str_replace( '&&', '&', $menu_link ); $menu_link = str_replace( '?&', '?', $menu_link ); if ( strpos( $menu_link, 'sid=' ) === false ) { $menu_link = mx_append_sid(PORTAL_URL . $menu_link . ( ( strpos($menu_link, '?') !== false ) ? '&sid=' : '?sid=' ) . $userdata['session_id']); } $template->assign_block_vars('category.panel', array( "ROW_COLOR" => "#" . $row_color, "ROW_CLASS" => $row_class, // +MOD: DHTML Menu for ACP 'ROW_COUNT' => $row_count, // -MOD: DHTML Menu for ACP "L_PANEL" => $lang_menu, 'U_PANEL' => $menu_link, 'A_PANEL' => $this->panel == $panel ? 'activemenu' : '', ) ); $row_count++; } // +MOD: DHTML Menu for ACP $menu_cat_id++; // -MOD: DHTML Menufor ACP } $this->menu_actions = array_merge(array( $this->action_script => $this->menu_actions[$this->action_script] ), $this->menu_actions); } function prepare_action_script() { if ( empty( $this->action_script ) ) { mx_message_die( GENERAL_INFO, 'No action script to place in panel' ); } global $mx_root_path, $phpbb_root_path, $phpEx; switch ( $this->category ) { case MAIN_CATEGORY: case MODULE_CATEGORY: case PHPBB2X_CATEGORY: $script = trim( file_get_contents( $mx_root_path . $this->action_script ) ); $folders = explode( '/' , dirname( $this->action_script ) ); $module_root_path = ''; for( $i = 0; $i < sizeOf( $folders ); $i++ ) { if ( $folders[$i] == 'admin' ) { unset( $folders[$i] ); } } $module_root_path = implode( '/', $folders ) . '/'; $preg_array = array( '#^<\?(php)?#' => '', '#\?>$#' => '', "#define\('IN_PORTAL', 1\);#si" => '', '#\$mx_root_path = [^;]*;#si' => '', '#([^_]{1})append_sid#si' => '\1mx_append_sid', '#([^_]{1})mx_message_die#si' => '\1$mx_acp->mx_message_die_acp', '#([^_]{1})message_die#si' => '\1$mx_acp->mx_message_die_acp', '#\$phpEx = [^;]*;#' => '', '#(include|require)(_once)?.*(pagestart|footer|header)(_admin)?[^;]*;#' => '', "#\\\$module_root_path = ['\\\"]([^']*)['\\\"];#" => '$module_root_path = "' . $mx_root_path . $module_root_path . '";', '#.*(\$HTTP_GET_VARS\[\'pane\'\] == \'right\')#si' => 'if ( 1==1', '#\$db->sql_close\(\);#si' => '', '#->assign_vars\([^(]*\(#si' => '\0 ' . "'TEMPLATE_ROOT_PATH' => TEMPLATE_ROOT_PATH,'U_PORTAL_ROOT_PATH' => PORTAL_URL,", '#\$phpbb_root_path =[^;]*;#si' => '// \0 //<= has been allready defined $phpbb_root_path', '#require[^;]*;#si' => '// \0', '#\sexit;#si' => 'return;// exit;', ); $preg_array = array_merge( $preg_array, array( // # "#([\n\t ](@?(include|require)\\(\\\$phpbb_root_path[^;]*;))#si" => '// \2 // <<== PHPBB2 INCLUDE', "#([\n\t ](@?(include|require)[^(lang)]*;))#si" => "\n" . '// \2 //<= has been allready defined INCLUDE', ) ); // PHPBB2 FUNCTIONS REPLACE $functions_ary = array( // # 'get_userdata', 'phpbb_clean_username', phpbb_realpath ); $preg_array = array_merge( $preg_array, array( // # '#(' . implode( '|', $functions_ary ) . ')\(#si' => '$phpBB2->\1(', ) ); // REPLACE FUNCTIONS that ARE ALLREADY DECLARED $func_cnt = preg_match_all( "#\nfunction ([^(]*)\\(#si", $script, $func_match ); for( $i = 0; $i < $func_cnt; $i++ ) { if ( function_exists( $func_match[1][$i] ) ) { $preg_array = array_merge( $preg_array, array( // # "#" . $func_match[1][$i] . '([^)]*?\()#si' => "" . $func_match[1][$i] . '_dec_\1', ) ); } } $script = preg_replace( array_keys( $preg_array ), $preg_array, $script ); $script = str_replace( '$phpBB2->$phpBB2->', '$phpBB2->', $script ); break; case OLYMPUS_CATEGORY: $script = $this->phpbb3_hook->prepare_action_script( $this->panel ); break; } // switch return $script; } function display() { global $template; $this->_template_assign_vars(); $template->pparse( 'adm_header' ); $template->pparse( 'adm_body' ); $template->pparse( 'adm_footer' ); } function _template_set_filenames() { global $template; $template->set_filenames( array( 'adm_header' => 'admin/mainpage_header.html', 'adm_body' => 'admin/mainpage_body.html', 'adm_footer' => 'admin/mainpage_footer.html', ) ); } function _convert_links( &$text, $match_links = array() ) { global $phpEx, $mx_root_path; $match_count = count( $match_links['LINK'] ); $values = array_keys( $this->menu_actions ); $values_cnt = count( $values ); $admin_path = substr( str_replace( dirname( realpath( $mx_root_path . 'index.' . $phpEx ) ) , '', dirname( __FILE__ ) ), 1 ) . '/'; switch ( $this->category ) { case MAIN_CATEGORY: case MODULE_CATEGORY: case PHPBB2X_CATEGORY: default: for( $i = 0; $i < $match_count; $i++ ) { if ( stristr($match_links['LINK'][$i], 'javascript:') || empty($match_links['SCRIPT'][$i]) || stristr($match_links['LINK'][$i], $mx_root_path . 'index.' . $phpEx) || stristr($match_links['LINK'][$i], $admin_path . 'index.' . $phpEx) ) { continue; } if ( stristr($match_links['LINK'][$i],'index.' . $phpEx) ) { $text = str_replace( $match_links['LINK'][$i], PORTAL_URL . $admin_path . $match_links['LINK'][$i], $text ); continue; } // if END for( $j = 0; $j < $values_cnt; $j++ ) { if ( strpos( $values[$j], $match_links['SCRIPT'][$i] ) !== false ) { $text = str_replace( $match_links['LINK'][$i], PORTAL_URL . $admin_path . 'index.' . $phpEx . '?cat=' . $this->category . '&' . $this->menu_actions[$values[$j]] . '&' . $match_links['PARAMS'][$i], $text ); break; } // if END } // for END } // for END break; case OLYMPUS_CATEGORY: $text = $this->phpbb3_hook->_convert_links( $text ); /*print '<pre>'; print htmlentities( $text); print '<hr/>'; print_r( $match_links); //die( 'here');*/ break; } } function mx_message_die_acp( $error_type, $message, $title = '', $line = '', $file = '', $sql = '' ) { $match_count = preg_match_all( '#(href|action)="(((' . PORTAL_URL . '|' . PHPBB_URL . ')?((' . $mx_root_path . ')?(admin/|adm/)?([^"?]*)?))\??([^"]*?))"#si', $message, $match_links ); $matched_links['LINK'] = $match_links[2]; $matched_links['SCRIPT'] = $match_links[8]; $matched_links['PARAMS'] = $match_links[9]; $this->_convert_links( $message, $matched_links ); if ( $error_type == GENERAL_INFO || $error_type == GENERAL_MESSAGE ) { $this->assign_content_acp( '<div class="successbox">' . $message . '</div>' ); $this->display(); die(); } else { mx_message_die( $error_type, $message, $title, $line, $file, $sql ); } } function assign_content_acp( $acp_html ) { global $mx_root_path, $phpbb_root_path, $phpEx, $template; $preg_pattern = $preg_replace = array(); switch ( $this->category ) { case MAIN_CATEGORY: case MODULE_CATEGORY: case PHPBB2X_CATEGORY: default: $match_count = preg_match_all( '#(href|action)="(((' . PORTAL_URL . '|' . PHPBB_URL . ')?((' . $mx_root_path . ')?(admin/|adm/)?([^"?]*)?))\??([^"]*?))"#si', $acp_html, $match_links ); $menu_actions = $this->menu_actions; $matched_links['LINK'] = $match_links[2]; $matched_links['SCRIPT'] = $match_links[8]; $matched_links['PARAMS'] = $match_links[9]; $this->_convert_links( $acp_html, $matched_links ); break; case OLYMPUS_CATEGORY: //$acp_html = $this->phpbb3_hook->assign_content_acp( $acp_html ); $acp_html = '<h1>' . $this->panel_title . '</h1><p>Panel: ' . $this->panel . '</p>' . $acp_html; break; } // switch $forms_cnt = preg_match_all( "#<form([^>]*)>#si", $acp_html, $forms ); for( $f_i = 0; $f_i < $forms_cnt; $f_i++ ) { $form_cnt = preg_match_all( "#([^=]*)=[\"']([^\"']*)[\"']#si", $forms[1][$f_i], $form ); $form_action = ''; $form_method = ''; for( $i = 0; $i < $form_cnt; $i++ ) { if ( strtolower( trim( $form[1][$i] ) ) == 'method' ) { $form_method = strtoupper( $form[2][$i] ); } else if ( strtolower( trim( $form[1][$i] ) ) == 'action' ) { $form_action = $form[2][$i]; } } $html_add = "\n"; if ( $form_method == 'GET' ) { $action = explode( '?', $form_action ); $params = explode( '&', $action[1] ); for( $i = 0; $i < count( $params ); $i++ ) { $param = explode( '=', $params[$i] ); $html_add .= '<input type="hidden" name="' . $param[0] . '" value="' . $param[1] . '" />' . "\n"; } } $acp_html = str_replace( $forms[1][$f_i] . '>', $forms[1][$f_i] . '>' . $html_add, $acp_html ); } $template->assign_var( 'CONTENT_ACP', $acp_html ); } function _template_assign_vars() { global $board_config, $userdata, $lang, $mx_user, $admincp_nav_icon_url; global $theme, $images, $mx_starttime, $db, $phpEx, $template; $l_timezone = explode( '.', $board_config['board_timezone'] ); $l_timezone = ( count( $l_timezone ) > 1 && $l_timezone[count( $l_timezone )-1] != 0 ) ? $lang[sprintf( '%.1f', $board_config['board_timezone'] )] : $lang[number_format( $board_config['board_timezone'] )]; // Generate stats $endtime = explode( ' ', microtime() ); $stime = ( $endtime[1] + $endtime[0] ) - $mx_starttime; $execution_stats = sprintf( $lang['Execution_Stats'], $db->num_queries, round( $stime, 4 ) ); switch ( PORTAL_BACKEND ) { case 'internal': case 'phpbb2': $current_phpbb_version = '2' . $board_config['version']; break; case 'phpbb3': $current_phpbb_version = $board_config['version']; break; } // isset( $mx_user->lang[$action_file_id] )?$mx_user->lang[$action_file_id]:( isset( $lang[$action_file_id] )?$lang[$action_file_id]:str_replace( '_' , ' ', $action_file_id ) ) $global_vars = array( // +MOD: DHTML Menu for ACP 'COOKIE_NAME' => $board_config['cookie_name'], 'COOKIE_PATH' => $board_config['cookie_path'], 'COOKIE_DOMAIN' => $board_config['cookie_domain'], 'COOKIE_SECURE' => $board_config['cookie_secure'], 'IMG_URL_CONTRACT' => $admincp_nav_icon_url . '/contract.gif', 'IMG_URL_EXPAND' => $admincp_nav_icon_url . '/expand.gif', // -MOD: DHTML Menu for ACP 'U_PORTAL_ROOT_PATH' => PORTAL_URL, 'U_PHPBB_ROOT_PATH' => PHPBB_URL, 'TEMPLATE_ROOT_PATH' => TEMPLATE_ROOT_PATH, 'T_PHPBB_STYLESHEET' => $theme['head_stylesheet'], 'T_MXBB_STYLESHEET' => $theme['head_stylesheet'], 'T_GECKO_STYLESHEET' => 'gecko.css', 'MX_ICON_CSS' => $images['mx_graphics']['icon_style'], 'LOGO' => !empty( $images['mx_logo_acp'] ) ? @$images['mx_logo_acp']: @$images['mx_logo'], "U_PORTAL_INDEX" => mx_append_sid( PORTAL_URL . basename( __FILE__ ) ), "U_FORUM_INDEX" => mx_append_sid( PHPBB_URL . "index.$phpEx" ), "U_PORTAL_ADMIN_INDEX" => mx_append_sid( basename( __FILE__ ) ), "U_ADMIN_INDEX" => mx_append_sid( basename( __FILE__ ) ), 'U_LOGOUT' => mx_append_sid( PORTAL_URL . 'login.' . $phpEx . '?logout=1' ), 'ADMIN_TITLE' => $lang['mxBB_adminCP'], 'USERNAME' => $mx_user->data['username'], 'CATEGORY' => $this->category, 'L_LOGGED_IN_AS' => $lang['Logged_in_as'], "L_PORTAL_INDEX" => $lang['Portal_index'], "L_PREVIEW_PORTAL" => $lang['Preview_portal'], 'L_LOGOUT' => @$lang['Log_out'], "L_FORUM_INDEX" => $lang['Main_index'], "L_ADMIN_INDEX" => $lang['Admin_Index'], "L_PREVIEW_FORUM" => $lang['Preview_forum'], 'L_ADMIN_CATEGORY' => $this->category_title, 'L_ADMIN_PART' => $this->panel_title, 'ACTION_SCRIPT' => $this->action_script, 'SITENAME' => $board_config['sitename'], 'L_ADMIN' => $lang['Admin'], 'L_INDEX' => sprintf( $lang['Forum_Index'], $board_config['sitename'] ), 'L_FAQ' => $lang['FAQ'], 'U_INDEX' => mx_append_sid('../index.'.$phpEx), 'S_TIMEZONE' => sprintf( $lang['All_times'], $l_timezone ), 'S_LOGIN_ACTION' => mx_append_sid( '../login.' . $phpEx ), 'S_JUMPBOX_ACTION' => mx_append_sid( '../viewforum.' . $phpEx ), 'S_CURRENT_TIME' => sprintf($lang['Current_time'], phpBB2::create_date($board_config['default_dateformat'], time(), $board_config['board_timezone'])), 'S_CONTENT_DIRECTION' => $lang['DIRECTION'], 'S_CONTENT_ENCODING' => $lang['ENCODING'], 'S_CONTENT_DIR_LEFT' => $lang['LEFT'], 'S_CONTENT_DIR_RIGHT' => $lang['RIGHT'], 'S_USER_LANG' => $mx_user->lang['default_lang'], 'PHPBB_VERSION' => ( $userdata['user_level'] == ADMIN && $userdata['user_id'] != ANONYMOUS ) ? $current_phpbb_version : '', 'MX_VERSION' => ( $userdata['user_level'] == ADMIN && $userdata['user_id'] != ANONYMOUS ) ? PORTAL_VERSION : '', 'TRANSLATION_INFO' => ( isset( $lang['TRANSLATION_INFO'] ) ) ? $lang['TRANSLATION_INFO'] : ( ( isset( $lang['TRANSLATION'] ) ) ? $lang['TRANSLATION'] : '' ), 'POWERED_BY' => $lang['Powered_by'], 'EXECUTION_STATS' => $execution_stats ); $template->assign_vars( $global_vars ); } } $mx_acp = new mx_acp(); $mx_acp->decode_url( $HTTP_GET_VARS ); $mx_acp->assign_tabs(); $mx_acp->assign_menu(); $script = $mx_acp->prepare_action_script(); $i = 1; // VERSION mx v2.8 // $script = str_replace( '$phpBB2->', '', $script); // VERSION mxP v2.9 //$script = str_replace( 'mx_$phpBB2->', '$phpBB2->', $script ); // VERSION mxP v3.0 //$script = str_replace( 'phpBB2::', 'mx_', $script ); switch ( 0 ) { case 0: ob_start(); eval( $script ); $panel_html = ob_get_contents(); ob_end_clean(); break; case 1: $panel_html = preg_replace( array( "#\n#esi", "#\t#si" ), array( "sprintf('%4d', \$i++) . '\n'", ' ' ), str_replace( "\n", "<br/>\n", htmlentities( $script ) ) ); break; case 2: ob_start(); eval( $script ); $panel_html = ob_get_contents(); ob_end_clean(); print_r( $HTTP_POST_VARS ); $panel_html .= preg_replace( array( "#\n#esi", "#\t#si" ), array( "sprintf('%4d', \$i++) . '\n'", ' ' ), str_replace( "\n", "<br/>\n", htmlentities( $script ) ) ); break; case 3: ob_start(); eval( $script ); $panel_html = ob_get_contents(); ob_end_clean(); $panel_html = preg_replace( array( "#\n#esi", "#\t#si" ), array( "sprintf('%4d', \$i++) . '\n'", ' ' ), str_replace( "\n", "<br/>\n", htmlentities( $panel_html ) ) );; break; case 4: eval( $script ); } $mx_acp->assign_content_acp( $panel_html ); $mx_acp->display(); ?> |
Update of /cvsroot/mxbb/core/stylesdemo In directory vz-cvs-4.sog:/tmp/cvs-serv25916/stylesdemo Added Files: FClose.gif FOpen.gif Readme.txt fileinfo.js frame_insert.html index.htm index.php site_logo.png stylesdemo.php Log Message: Italian Language --- NEW FILE: index.php --- <?php /** * * @package MXP3 * Author: CRLin - http://web.dhjh.tcc.edu.tw/~gzqbyr/ * */ $mx_root_path = (defined('PORTAL_ROOT_PATH')) ? PORTAL_ROOT_PATH : '../'; $phpEx = substr(strrchr(__FILE__, '.'), 1); define('Inst_dir', $mx_root_path); define('Frame_hide', true); // you can set false define('Top_frame_height', 31); // Maybe you'll have to edit this line to fit your $my_style = Empty($_GET['demostyle']) ? '' : 'demostyle=' . $_GET['demostyle']; $my_php_self = explode("/", $_SERVER["PHP_SELF"]); $my_php_self = $my_php_self[count($my_php_self)-1]; if(isset($_GET['del_cookie'])) { define('IN_PHPBB', true); define('IN_PORTAL', true); $mx_root_path = "../../"; $module_root_path = "./"; $phpEx = substr(strrchr(__FILE__, '.'), 1); include_once($mx_root_path . 'common.'.$phpEx); // // Page selector // $page_id = $mx_request_vars->request('page', MX_TYPE_INT, 1); // Start session management $mx_user->session_begin(); // // Start session management // $mx_user->init($user_ip, PAGE_INDEX); // // End session management // $title = 'Styles Demo'; $block_size = ( isset($block_size) && !empty($block_size) ? $block_size : '315' ); $is_block = FALSE; } if (Empty($_GET['pane'])) { if (!Empty($my_style)) $my_style = '&' . $my_style; echo ' <!!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"> <html> <head> <title>Styles Demo</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> </head>'; if (Frame_hide) { echo ' <frameset id="stylemain" name="stylemain" rows="', Top_frame_height, ',10,*" border="0" framespacing="0" frameborder="0">'; } else { echo ' <frameset rows="', Top_frame_height, ',*" border="0" framespacing="0" frameborder="0">'; } echo ' <frame src="', $my_php_self, '?pane=top', $my_style,'" name="top" noresize scrolling="no">'; if (Frame_hide) { echo ' <frame src="', Inst_dir, 'stylesdemo/frame_insert.html" marginwidth="0" marginheight="0" frameborder="no" scrolling="no" noresize>'; } echo ' <frame src="', $my_php_self, '?pane=bottom', $my_style, '" name="bottom" scrolling="auto"> </frameset> <noframes> <body bgcolor="#FFFFFF" text="#000000"> <p>Sorry, but your browser doesn\'t seem to support frames</p> </body> </noframes> </html>'; } elseif ($_GET['pane'] == 'bottom') { if (!Empty($my_style)) { $my_style = '?' . $my_style; } header("Location: " . Inst_dir . "index." . $phpEx . $my_style); } elseif ($_GET['pane'] == 'top') { if(!isset($_GET['del_cookie'])) { define('IN_PORTAL', true); include($mx_root_path . 'common.' . $phpEx); // // Page selector // $page_id = $mx_request_vars->request('page', MX_TYPE_INT, 1); // Start session management $mx_user->session_begin(); } if (isset($_GET['demostyle'])) { $style_value = $_GET['demostyle']; if (intval($style_value) == 0) { $sql = 'SELECT style_id, style_name FROM ' . STYLES_TABLE . " WHERE style_active = 1 AND style_name = '$style_value'"; if(($result = $db->sql_query($sql)) && ($row = $db->sql_fetchrow($result))) { $style_value = $row['style_id']; } else { die('Could not find style name ' . $style_value . '!'); } } else { $sql = 'SELECT style_id FROM ' . STYLES_TABLE . " WHERE style_active = 1 AND style_id = $style_value"; if(!(($result = $db->sql_query($sql)) && ($row = $db->sql_fetchrow($result)))) { die ('style_id ' . $style_value . ' not found'); } } } elseif (isset($_COOKIE[$board_config['cookie_name'] . '_change_style'])) { $style_value = $_COOKIE[$board_config['cookie_name'] . '_change_style']; } else { $style_value = ((!$board_config['override_user_style'] && $mx_user->data['user_id'] != ANONYMOUS) ? $mx_user->data['user_style'] : $board_config['default_style']); } $style_value = phpBB3::style_select($style_value); // how much styles do we have in database $sql = 'SELECT style_id, style_name FROM ' . STYLES_TABLE . " WHERE style_active = 1 ORDER BY style_name ASC"; $result = $db->sql_query($sql); $num_styles = sizeof($db->sql_fetchrowset($result)); $result = $db->sql_query($sql); $db->sql_freeresult($result); echo ' <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />'; echo ' <script language="JavaScript" type="text/javascript" src="', Inst_dir, 'stylesdemo/fileinfo.js"></script> <script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[ function download() { var thebox = document.framecombo; var id = thebox.framecombo2.options[thebox.framecombo2.selectedIndex].value if(downloads[id]) { if(downloads[id].substring(0,7)=="http://") window.open(downloads[id],"download"); else confirm(downloads[id]) } else alert("URL undefined! downloads["+id+"] undefined!"); } function jumpbox() { var thebox = document.framecombo var Style = thebox.framecombo2.options[thebox.framecombo2.selectedIndex].value window.parent.bottom.location = "', Inst_dir, 'index.' , $phpEx, '?demostyle=" + Style; return; } function jumpbox1() { window.parent.location = "', Inst_dir, 'index.' , $phpEx, '"; } function delete_cookie() { window.parent.location = "', $my_php_self, '?del_cookie"; } // ]]></script> <style type="text/css"> body { background-color: orange; margin: 0px; } td { font-family: Verdana, serif; font-size: 10px; } .lang_style { background-color: #E5E5E8; font-size: 10px; /*font-weight: bold;*/ border: 0; padding: 0; text-align: right } select { color: White; background-color: #B22222; font-family: Verdana, sans-serif; font-size: 10px; font-weight: bold; border: 1px solid #A9B8C2; padding: 1px; width: 250px; } .button { background-color: #2400ff; background-attachment: scroll; font-family: Verdana, sans-serif; font-size: 10px; font-weight: bold; color: #FFFFFF; border-height: 2; text-decoration: none; border: 1 solid #FFFFFF; padding: 1 } </style> </head> <body> <form name="framecombo"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td><a href="', Inst_dir, 'stylesdemo.' , $phpEx, '?demostyle=" target="_parent" title="', $board_config['sitename'], ' Styles Demo"><img src="', Inst_dir, 'stylesdemo/site_logo.png" width="88" height="31" border="0" title="', $board_config['sitename'], ' Style Demo" /></a></td> <td><span>Styles:', $num_styles, '</span></td> <td> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td align="right"> Style: <select name="framecombo2" onChange="jumpbox();">', $style_value, '</select>'; echo ' <input type="button" onClick="if(document.forms[0].framecombo2.selectedIndex>0){ document.forms[0].framecombo2.selectedIndex--; jumpbox();}else{document.forms[0].framecombo2.selectedIndex=document.forms[0].framecombo2.length-1;jumpbox()}" id="Previous" value="«" class="button" /> <input type="button" onClick="if(document.forms[0].framecombo2.selectedIndex<document.forms[0].framecombo2.length-1){ document.forms[0].framecombo2.selectedIndex++; jumpbox();}else{document.forms[0].framecombo2.selectedIndex=0;jumpbox()}" id="Next" value="»" class="button" /> <input type="button" id="download1" value="Download style" onClick="download()" class="button"> <input type="button" onClick="delete_cookie()" id="del_cookie" value="Delete cookies" class="button" /> </td> </tr> </table> </td> <td align="right"><a href="..', $board_config['script_path'], '/" onclick="window.open(this.href); return false;" title="', $board_config['sitename'], '"><img src="', Inst_dir, 'stylesdemo/site_logo.png" width="88" height="31" border="0" title="', $board_config['sitename'], '" /></a></td> </tr> </table> </form> </body> </html>'; } ?> --- NEW FILE: FClose.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: FOpen.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: frame_insert.html --- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Untitled Document</title> <script language="javascript" type="text/javascript"> function changeTop() { frmElem=window.parent.document.getElementById("stylemain"); if (frmElem.rows != "0, 10, *") { frmElem.rows = "0, 10, *"; Elem=document.getElementById('menuSwitch') Elem.innerHTML="<img src=\"./FOpen.gif\">"; } else { frmElem.rows = "40, 10, *"; Elem=document.getElementById('menuSwitch') Elem.innerHTML="<img src=\"./FClose.gif\">"; } } </script> <style type="text/css"> a img{background:transparent; border:0;} </style> </head> <body id="midbar"> <table style="cursor:pointer" border="0" cellpadding="0" cellspacing="0" width="100%" height="100%"> <tbody><tr> <a><td align="center" onclick="changeTop()" id="menuSwitch" width="100%"><img src="./FClose.gif"></td></a> </tr></tbody> </table> </body> </html> --- NEW FILE: index.htm --- <html> <head> <title>Restricted Access</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> --- NEW FILE: Readme.txt --- ################################################################# ## MOD Title: Styles Demo and Download ## Version: 1.0.3 ## MOD Author: CRLin - http://web.dhjh.tcc.edu.tw/~gzqbyr/ ## MOD Description: ## Allow user to change their preferred style. ## ## Usage and Demo: ## http://web.dhjh.tcc.edu.tw/~gzqbyr/phpBB/styles/stylesdemo/index.php ## http://web.dhjh.tcc.edu.tw/~gzqbyr/phpBB/styles/demo.php?mystyle=2 ## http://web.dhjh.tcc.edu.tw/~gzqbyr/phpBB/styles/demo.php?mystyle=progray ## http://web.dhjh.tcc.edu.tw/~gzqbyr/phpBB/styles/index.php?mystyle=1 ## http://web.dhjh.tcc.edu.tw/~gzqbyr/phpBB/styles/index.php?mystyle=K_Kitty ## ## Installation Level: Easy ## Installation Time: 3 Minutes ## ## Files To Edit: ## includes/session.php ## stylesdemo/fileinfo.js ## ################################################################# ## ## MOD History: ## ## 2007-10-23 - Version 1.0.3 ## - add download mod ## 2007-10-23 - Version 1.0.2 ## - Fixed for RC7 ## 2007-09-05 - Version 1.0.1 ## ## 2007-07-23 - Version 1.0.0 ## - Initial Release ## ################################################################# # #-----[ COPY ]------------------------------------------ # copy directory stylesdemo to your forum root directory # #-----[ OPEN ]--------------------- # includes/session.php # #-----[ FIND ]---------------------- # $style = ($style) ? $style : ((!$config['override_user_style']) ? $this->data['user_style'] : $config['default_style']); } # #-----[ AFTER, ADD ]---------------- # // BEGIN Styles_Demo MOD $style_value = ''; if (isset($_GET['mystyle'])) { $style_value = $_GET['mystyle']; if (intval($style_value) == 0) { $sql = 'SELECT style_id, style_name FROM ' . STYLES_TABLE . " WHERE style_active = 1 AND style_name = '$style_value'"; if(($result = $db->sql_query($sql)) && ($row = $db->sql_fetchrow($result))) { $style_value = $row['style_id']; } else { die('Could not find style name '. $style_value . '!'); } } else { $sql = 'SELECT style_id FROM ' . STYLES_TABLE . " WHERE style_active = 1 AND style_id = $style_value"; if(!(($result = $db->sql_query($sql)) && ($row = $db->sql_fetchrow($result)))) { die ('style_id ' . $style_value . ' not found'); } } $this->set_cookie('change_style', $style_value, time() + 31536000); } elseif (isset($_COOKIE[$config['cookie_name'] . '_change_style'])) { $style_value = $_COOKIE[$config['cookie_name'] . '_change_style']; } if (!Empty($style_value)) { $style = $style_value; } // END Styles_Demo MOD # #-----[ SAVE/CLOSE ALL FILES ]------ # # EoM # # REM # You have to edit fileinfo.js to fit your --- NEW FILE: site_logo.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: fileinfo.js --- var downloads = new Array(); // You have to edit this file to fit your downloads['1'] = 'Download not available yet!' // prosilver downloads['2'] = 'Download not available yet!' // subsilver2 --- NEW FILE: stylesdemo.php --- <?php /** * * @package MXP3 * Author: CRLin - http://web.dhjh.tcc.edu.tw/~gzqbyr/ * */ $mx_root_path = (defined('PORTAL_ROOT_PATH')) ? PORTAL_ROOT_PATH : '../'; $phpEx = substr(strrchr(__FILE__, '.'), 1); define('Inst_dir', $mx_root_path); define('Frame_hide', true); // you can set false define('Top_frame_height', 31); // Maybe you'll have to edit this line to fit your $my_style = Empty($_GET['demostyle']) ? '' : 'demostyle=' . $_GET['demostyle']; $my_php_self = explode("/", $_SERVER["PHP_SELF"]); $my_php_self = $my_php_self[count($my_php_self)-1]; if(isset($_GET['del_cookie'])) { define('IN_PHPBB', true); define('IN_PORTAL', true); $mx_root_path = "../../"; $module_root_path = "./"; $phpEx = substr(strrchr(__FILE__, '.'), 1); include_once($mx_root_path . 'common.'.$phpEx); // // Page selector // $page_id = $mx_request_vars->request('page', MX_TYPE_INT, 1); // Start session management $mx_user->session_begin(); // // Start session management // $mx_user->init($user_ip, PAGE_INDEX); // // End session management // $title = 'Styles Demo'; $block_size = ( isset($block_size) && !empty($block_size) ? $block_size : '315' ); $is_block = FALSE; } if (Empty($_GET['pane'])) { if (!Empty($my_style)) $my_style = '&' . $my_style; echo ' <!!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"> <html> <head> <title>Styles Demo</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> </head>'; if (Frame_hide) { echo ' <frameset id="stylemain" name="stylemain" rows="', Top_frame_height, ',10,*" border="0" framespacing="0" frameborder="0">'; } else { echo ' <frameset rows="', Top_frame_height, ',*" border="0" framespacing="0" frameborder="0">'; } echo ' <frame src="', $my_php_self, '?pane=top', $my_style,'" name="top" noresize scrolling="no">'; if (Frame_hide) { echo ' <frame src="', Inst_dir, 'stylesdemo/frame_insert.html" marginwidth="0" marginheight="0" frameborder="no" scrolling="no" noresize>'; } echo ' <frame src="', $my_php_self, '?pane=bottom', $my_style, '" name="bottom" scrolling="auto"> </frameset> <noframes> <body bgcolor="#FFFFFF" text="#000000"> <p>Sorry, but your browser doesn\'t seem to support frames</p> </body> </noframes> </html>'; } elseif ($_GET['pane'] == 'bottom') { if (!Empty($my_style)) { $my_style = '?' . $my_style; } header("Location: " . Inst_dir . "index." . $phpEx . $my_style); } elseif ($_GET['pane'] == 'top') { if(!isset($_GET['del_cookie'])) { define('IN_PORTAL', true); include($mx_root_path . 'common.' . $phpEx); // // Page selector // $page_id = $mx_request_vars->request('page', MX_TYPE_INT, 1); // Start session management $mx_user->session_begin(); } if (isset($_GET['demostyle'])) { $style_value = $_GET['demostyle']; if (intval($style_value) == 0) { $sql = 'SELECT style_id, style_name FROM ' . STYLES_TABLE . " WHERE style_active = 1 AND style_name = '$style_value'"; if(($result = $db->sql_query($sql)) && ($row = $db->sql_fetchrow($result))) { $style_value = $row['style_id']; } else { die('Could not find style name ' . $style_value . '!'); } } else { $sql = 'SELECT style_id FROM ' . STYLES_TABLE . " WHERE style_active = 1 AND style_id = $style_value"; if(!(($result = $db->sql_query($sql)) && ($row = $db->sql_fetchrow($result)))) { die ('style_id ' . $style_value . ' not found'); } } } elseif (isset($_COOKIE[$board_config['cookie_name'] . '_change_style'])) { $style_value = $_COOKIE[$board_config['cookie_name'] . '_change_style']; } else { $style_value = ((!$board_config['override_user_style'] && $mx_user->data['user_id'] != ANONYMOUS) ? $mx_user->data['user_style'] : $board_config['default_style']); } $style_value = phpBB3::style_select($style_value); // how much styles do we have in database $sql = 'SELECT style_id, style_name FROM ' . STYLES_TABLE . " WHERE style_active = 1 ORDER BY style_name ASC"; $result = $db->sql_query($sql); $num_styles = sizeof($db->sql_fetchrowset($result)); $result = $db->sql_query($sql); $db->sql_freeresult($result); echo ' <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />'; echo ' <script language="JavaScript" type="text/javascript" src="', Inst_dir, 'stylesdemo/fileinfo.js"></script> <script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[ function download() { var thebox = document.framecombo; var id = thebox.framecombo2.options[thebox.framecombo2.selectedIndex].value if(downloads[id]) { if(downloads[id].substring(0,7)=="http://") window.open(downloads[id],"download"); else confirm(downloads[id]) } else alert("URL undefined! downloads["+id+"] undefined!"); } function jumpbox() { var thebox = document.framecombo var Style = thebox.framecombo2.options[thebox.framecombo2.selectedIndex].value window.parent.bottom.location = "', Inst_dir, 'index.' , $phpEx, '?demostyle=" + Style; return; } function jumpbox1() { window.parent.location = "', Inst_dir, 'index.' , $phpEx, '"; } function delete_cookie() { window.parent.location = "', $my_php_self, '?del_cookie"; } // ]]></script> <style type="text/css"> body { background-color: orange; margin: 0px; } td { font-family: Verdana, serif; font-size: 10px; } .lang_style { background-color: #E5E5E8; font-size: 10px; /*font-weight: bold;*/ border: 0; padding: 0; text-align: right } select { color: White; background-color: #B22222; font-family: Verdana, sans-serif; font-size: 10px; font-weight: bold; border: 1px solid #A9B8C2; padding: 1px; width: 250px; } .button { background-color: #2400ff; background-attachment: scroll; font-family: Verdana, sans-serif; font-size: 10px; font-weight: bold; color: #FFFFFF; border-height: 2; text-decoration: none; border: 1 solid #FFFFFF; padding: 1 } </style> </head> <body> <form name="framecombo"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td><a href="', Inst_dir, 'stylesdemo.' , $phpEx, '?demostyle=" target="_parent" title="', $board_config['sitename'], ' Styles Demo"><img src="', Inst_dir, 'stylesdemo/site_logo.png" width="88" height="31" border="0" title="', $board_config['sitename'], ' Style Demo" /></a></td> <td><span>Styles:', $num_styles, '</span></td> <td> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td align="right"> Style: <select name="framecombo2" onChange="jumpbox();">', $style_value, '</select>'; echo ' <input type="button" onClick="if(document.forms[0].framecombo2.selectedIndex>0){ document.forms[0].framecombo2.selectedIndex--; jumpbox();}else{document.forms[0].framecombo2.selectedIndex=document.forms[0].framecombo2.length-1;jumpbox()}" id="Previous" value="«" class="button" /> <input type="button" onClick="if(document.forms[0].framecombo2.selectedIndex<document.forms[0].framecombo2.length-1){ document.forms[0].framecombo2.selectedIndex++; jumpbox();}else{document.forms[0].framecombo2.selectedIndex=0;jumpbox()}" id="Next" value="»" class="button" /> <input type="button" id="download1" value="Download style" onClick="download()" class="button"> <input type="button" onClick="delete_cookie()" id="del_cookie" value="Delete cookies" class="button" /> </td> </tr> </table> </td> <td align="right"><a href="..', $board_config['script_path'], '/" onclick="window.open(this.href); return false;" title="', $board_config['sitename'], '"><img src="', Inst_dir, 'stylesdemo/site_logo.png" width="88" height="31" border="0" title="', $board_config['sitename'], '" /></a></td> </tr> </table> </form> </body> </html>'; } ?> |
|
From: Florin C B. <ory...@us...> - 2012-10-20 23:59:31
|
Update of /cvsroot/mxbb/core/modules/mx_navmenu/templates/Tarsis/admin In directory vz-cvs-4.sog:/tmp/cvs-serv24379/admin Log Message: Directory /cvsroot/mxbb/core/modules/mx_navmenu/templates/Tarsis/admin added to the repository |
|
From: Florin C B. <ory...@us...> - 2012-10-20 23:58:36
|
Update of /cvsroot/mxbb/core/modules/mx_navmenu/templates/pubOry/admin In directory vz-cvs-4.sog:/tmp/cvs-serv24266/admin Log Message: Directory /cvsroot/mxbb/core/modules/mx_navmenu/templates/pubOry/admin added to the repository |
|
From: Florin C B. <ory...@us...> - 2012-10-20 23:57:30
|
Update of /cvsroot/mxbb/core/modules/mx_navmenu/templates/mxp/images In directory vz-cvs-4.sog:/tmp/cvs-serv24155/images Log Message: Directory /cvsroot/mxbb/core/modules/mx_navmenu/templates/mxp/images added to the repository |