[xoops-cvslog 5672] CVS update: xoops2jp/html/modules/base/language/english

Back to archive index

Minahito minah****@users*****
2006年 11月 7日 (火) 17:04:34 JST


Index: xoops2jp/html/modules/base/language/english/global.php
diff -u xoops2jp/html/modules/base/language/english/global.php:1.1.2.11 xoops2jp/html/modules/base/language/english/global.php:removed
--- xoops2jp/html/modules/base/language/english/global.php:1.1.2.11	Thu Sep 21 15:50:33 2006
+++ xoops2jp/html/modules/base/language/english/global.php	Tue Nov  7 17:04:34 2006
@@ -1,222 +0,0 @@
-<?php
-// $Id: global.php,v 1.1.2.11 2006/09/21 06:50:33 minahito Exp $
-
-define('_TOKEN_ERROR', 'Alert ! This prevent you from instantiating a malformed request or post. Please, submit again to confirm!');
-define('_SYSTEM_MODULE_ERROR', 'Following Modules are not installed.');
-define('_INSTALL','Install');
-define('_UNINSTALL','Uninstall');
-define('_SYS_MODULE_UNINSTALLED','Required(Not Installed)');
-define('_SYS_MODULE_DISABLED','Required(Disabled)');
-define('_SYS_RECOMMENDED_MODULES','Recommended Module');
-define('_SYS_OPTION_MODULES','Optional Module');
-define('_UNINSTALL_CONFIRM','Are you sure to uninstall system module?');
-
-//%%%%%%	File Name mainfile.php 	%%%%%
-define("_PLEASEWAIT","Please Wait");
-define("_FETCHING","Loading...");
-define("_TAKINGBACK","Taking you back to where you were....");
-define("_LOGOUT","Logout");
-define("_SUBJECT","Subject");
-define("_MESSAGEICON","Message Icon");
-define("_COMMENTS","Comments");
-define("_POSTANON","Post Anonymously");
-define("_DISABLESMILEY","Disable smiley");
-define("_DISABLEHTML","Disable html");
-define("_PREVIEW","Preview");
-
-define("_GO","Go!");
-define("_NESTED","Nested");
-define("_NOCOMMENTS","No Comments");
-define("_FLAT","Flat");
-define("_THREADED","Threaded");
-define("_OLDESTFIRST","Oldest First");
-define("_NEWESTFIRST","Newest First");
-define("_MORE","more...");
-define("_MULTIPAGE","To have your article span multiple pages, insert the word <font color=red>[pagebreak]</font> (with brackets) in the article.");
-define("_IFNOTRELOAD","If the page does not automatically reload, please click <a href='%s'>here</a>");
-define("_WARNINSTALL2","WARNING: Directory %s exists on your server. <br />Please remove this directory for security reasons.");
-define("_WARNINWRITEABLE","WARNING: File %s is writeable by the server. <br />Please change the permission of this file for security reasons.<br /> in Unix (444), in Win32 (read-only)");
-define('_WARNPHPENV','WARNING: php.ini parameter "%s" is set to "%s". %s');
-define('_WARNSECURITY','(It may cause a security problem)');
-
-//%%%%%%	File Name themeuserpost.php 	%%%%%
-define("_PROFILE","Profile");
-define("_POSTEDBY","Posted by");
-define("_VISITWEBSITE","Visit Website");
-define("_SENDPMTO","Send Private Message to %s");
-define("_SENDEMAILTO","Send Email to %s");
-define("_ADD","Add");
-define("_REPLY","Reply");
-define("_DATE","Date");   // Posted date
-
-//%%%%%%	File Name admin_functions.php 	%%%%%
-define("_MAIN","Main");
-define("_MANUAL","Manual");
-define("_INFO","Info");
-define("_CPHOME","Control Panel Home");
-define("_YOURHOME","Home Page");
-
-//%%%%%%	File Name misc.php (who's-online popup)	%%%%%
-define("_WHOSONLINE","Who's Online");
-define('_GUESTS', 'Guests');
-define('_MEMBERS', 'Members');
-define("_ONLINEPHRASE","%s user(s) are online");
-define("_ONLINEPHRASEX","%s user(s) are browsing %s");
-define("_CLOSE","Close");  // Close window
-
-//%%%%%%	File Name module.textsanitizer.php 	%%%%%
-define("_QUOTEC","Quote:");
-
-//%%%%%%	File Name admin.php 	%%%%%
-define("_NOPERM","Sorry, you don't have the permission to access this area.");
-
-//%%%%%		Common Phrases		%%%%%
-define("_NO","No");
-define("_YES","Yes");
-define("_EDIT","Edit");
-define("_DELETE","Delete");
-define("_VIEW","View");
-define("_SUBMIT","Submit");
-define("_MODULENOEXIST","Selected module does not exist!");
-define("_ALIGN","Align");
-define("_LEFT","Left");
-define("_CENTER","Center");
-define("_RIGHT","Right");
-define("_FORM_ENTER", "Please enter %s");
-// %s represents file name
-define("_MUSTWABLE","File %s must be writable by the server!");
-// Module info
-define('_PREFERENCES', 'Preferences');
-define("_VERSION", "Version");
-define("_DESCRIPTION", "Description");
-define("_ERRORS", "Errors");
-define("_NONE", "None");
-define('_ON','on');
-define('_READS','reads');
-define('_WELCOMETO','Welcome to %s');
-define('_SEARCH','Search');
-define('_ALL', 'All');
-define('_TITLE', 'Title');
-define('_OPTIONS', 'Options');
-define('_QUOTE', 'Quote');
-define('_LIST', 'List');
-define('_LOGIN','User Login');
-define('_USERNAME','Username: ');
-define('_PASSWORD','Password: ');
-define("_SELECT","Select");
-define("_IMAGE","Image");
-define("_SEND","Send");
-define("_CANCEL","Cancel");
-define("_ASCENDING","Ascending order");
-define("_DESCENDING","Descending order");
-define('_BACK', 'Back');
-define('_NOTITLE', 'No title');
-define('_RETURN_TOP', 'returns to the top');
-
-/* Image manager */
-define('_IMGMANAGER','Image Manager');
-define('_NUMIMAGES', '%s images');
-define('_ADDIMAGE','Add Image File');
-define('_IMAGENAME','Name:');
-define('_IMGMAXSIZE','Max size allowed (bytes):');
-define('_IMGMAXWIDTH','Max width allowed (pixels):');
-define('_IMGMAXHEIGHT','Max height allowed (pixels):');
-define('_IMAGECAT','Category:');
-define('_IMAGEFILE','Image file:');
-define('_IMGWEIGHT','Display order in image manager:');
-define('_IMGDISPLAY','Display this image?');
-define('_IMAGEMIME','MIME type:');
-define('_FAILFETCHIMG', 'Could not get uploaded file %s');
-define('_FAILSAVEIMG', 'Failed storing image %s into the database');
-define('_NOCACHE', 'No Cache');
-define('_CLONE', 'Clone');
-
-//%%%%%	File Name class/xoopsform/formmatchoption.php 	%%%%%
-define("_STARTSWITH", "Starts with");
-define("_ENDSWITH", "Ends with");
-define("_MATCHES", "Matches");
-define("_CONTAINS", "Contains");
-
-//%%%%%%	File Name commentform.php 	%%%%%
-define("_REGISTER","Register");
-
-//%%%%%%	File Name xoopscodes.php 	%%%%%
-define("_SIZE","SIZE");  // font size
-define("_FONT","FONT");  // font family
-define("_COLOR","COLOR");  // font color
-define("_EXAMPLE","SAMPLE");
-define("_ENTERURL","Enter the URL of the link you want to add:");
-define("_ENTERWEBTITLE","Enter the web site title:");
-define("_ENTERIMGURL","Enter the URL of the image you want to add.");
-define("_ENTERIMGPOS","Now, enter the position of the image.");
-define("_IMGPOSRORL","'R' or 'r' for right, 'L' or 'l' for left, or leave it blank.");
-define("_ERRORIMGPOS","ERROR! Enter the position of the image.");
-define("_ENTEREMAIL","Enter the email address you want to add.");
-define("_ENTERCODE","Enter the codes that you want to add.");
-define("_ENTERQUOTE","Enter the text that you want to be quoted.");
-define("_ENTERTEXTBOX","Please input text into the textbox.");
-define("_ALLOWEDCHAR","Allowed max chars length: ");
-define("_CURRCHAR","Current chars length: ");
-define("_PLZCOMPLETE","Please complete the subject and message fields.");
-define("_MESSAGETOOLONG","Your message is too long.");
-
-//%%%%%		TIME FORMAT SETTINGS   %%%%%
-define('_SECOND', '1 second');
-define('_SECONDS', '%s seconds');
-define('_MINUTE', '1 minute');
-define('_MINUTES', '%s minutes');
-define('_HOUR', '1 hour');
-define('_HOURS', '%s hours');
-define('_DAY', '1 day');
-define('_DAYS', '%s days');
-define('_WEEK', '1 week');
-define('_MONTH', '1 month');
-
-define('_HELP', "Help");
-
-define("_DATESTRING","Y/n/j G:i:s");
-define("_MEDIUMDATESTRING","Y/n/j G:i");
-define("_SHORTDATESTRING","Y/n/j");
-/*
-The following characters are recognized in the format string:
-a - "am" or "pm"
-A - "AM" or "PM"
-d - day of the month, 2 digits with leading zeros; i.e. "01" to "31"
-D - day of the week, textual, 3 letters; i.e. "Fri"
-F - month, textual, long; i.e. "January"
-h - hour, 12-hour format; i.e. "01" to "12"
-H - hour, 24-hour format; i.e. "00" to "23"
-g - hour, 12-hour format without leading zeros; i.e. "1" to "12"
-G - hour, 24-hour format without leading zeros; i.e. "0" to "23"
-i - minutes; i.e. "00" to "59"
-j - day of the month without leading zeros; i.e. "1" to "31"
-l (lowercase 'L') - day of the week, textual, long; i.e. "Friday"
-L - boolean for whether it is a leap year; i.e. "0" or "1"
-m - month; i.e. "01" to "12"
-n - month without leading zeros; i.e. "1" to "12"
-M - month, textual, 3 letters; i.e. "Jan"
-s - seconds; i.e. "00" to "59"
-S - English ordinal suffix, textual, 2 characters; i.e. "th", "nd"
-t - number of days in the given month; i.e. "28" to "31"
-T - Timezone setting of this machine; i.e. "MDT"
-U - seconds since the epoch
-w - day of the week, numeric, i.e. "0" (Sunday) to "6" (Saturday)
-Y - year, 4 digits; i.e. "1999"
-y - year, 2 digits; i.e. "99"
-z - day of the year; i.e. "0" to "365"
-Z - timezone offset in seconds (i.e. "-43200" to "43200")
-*/
-
-
-//%%%%%		LANGUAGE SPECIFIC SETTINGS   %%%%%
-if (!defined('_CHARSET')) {
-	define('_CHARSET', 'ISO-8859-1');
-}
-
-if (!defined('_LANGCODE')) {
-	define('_LANGCODE', 'en');
-}
-
-// change 0 to 1 if this language is a multi-bytes language
-define("XOOPS_USE_MULTIBYTES", "0");
-?>
\ No newline at end of file
Index: xoops2jp/html/modules/base/language/english/modinfo.php
diff -u xoops2jp/html/modules/base/language/english/modinfo.php:1.1.2.19 xoops2jp/html/modules/base/language/english/modinfo.php:removed
--- xoops2jp/html/modules/base/language/english/modinfo.php:1.1.2.19	Thu Aug 24 20:16:09 2006
+++ xoops2jp/html/modules/base/language/english/modinfo.php	Tue Nov  7 17:04:34 2006
@@ -1,40 +0,0 @@
-<?php
-
-define('_MI_BASE_BLOCK_COMMENTS_DESC', "Shows most recent comments");
-define('_MI_BASE_BLOCK_COMMENTS_NAME', "Recent Comments");
-define('_MI_BASE_BLOCK_MAINMENU_DESC', "Shows the main navigation menu of the site");
-define('_MI_BASE_BLOCK_MAINMENU_NAME', "Main Menu");
-define('_MI_BASE_BLOCK_NOTIFICATION_DESC', "Shows notification options");
-define('_MI_BASE_BLOCK_NOTIFICATION_NAME', "Notification Options");
-define('_MI_BASE_BLOCK_SEARCH_DESC', "Shows search block");
-define('_MI_BASE_BLOCK_SEARCH_NAME', "Search");
-define('_MI_BASE_BLOCK_SITEINFO_DESC', "Shows basic site information and a link to a 'Recommend Us' pop up window");
-define('_MI_BASE_BLOCK_SITEINFO_NAME', "Site Info");
-define('_MI_BASE_BLOCK_THEMES_DESC', "Shows theme selection box");
-define('_MI_BASE_BLOCK_THEMES_NAME', "Themes");
-define('_MI_BASE_BLOCK_USERMENU_DESC', "Shows user block");
-define('_MI_BASE_BLOCK_USERMENU_NAME', "User Menu");
-define('_MI_BASE_BLOCK_WAITING_DESC', "Shows contents waiting for approval");
-define('_MI_BASE_BLOCK_WAITING_NAME', "Pending Contents");
-define('_MI_BASE_KEYWORD_BLOCKINSTALL', "block new");
-define('_MI_BASE_KEYWORD_BLOCKLIST', "BlockList");
-define('_MI_BASE_KEYWORD_CREATE_SMILES', "smilies upload");
-define('_MI_BASE_KEYWORD_MODULEINSTALL', "module new");
-define('_MI_BASE_KEYWORD_MODULELIST', "install order sort name change rename uninstall");
-define('_MI_BASE_KEYWORD_SMILES_MANAGE', "smilies edit change delete list");
-define('_MI_BASE_MENU_ACTIONSEARCH', "Action Search");
-define('_MI_BASE_MENU_BLOCKINSTALL', "Block Installation");
-define('_MI_BASE_MENU_BLOCKLIST', "Block Management");
-define('_MI_BASE_MENU_COMMENT_MANAGE', "Comment Management");
-define('_MI_BASE_MENU_CREATE_SMILES', "Create Smilies");
-define('_MI_BASE_MENU_IMAGE_MANAGE', "Image Management");
-define('_MI_BASE_MENU_MODULEINSTALL', "Module Installation");
-define('_MI_BASE_MENU_MODULELIST', "Module Management");
-define('_MI_BASE_MENU_PREFERENCE', "Preferences");
-define('_MI_BASE_MENU_SMILES_MANAGE', "Smilies Management");
-define('_MI_BASE_MENU_THEME_MANAGE', "Theme Management");
-define('_MI_BASE_NAME', "Legacy System");
-define('_MI_BASE_NAME_DESC', "This module provides compatibility between XOOPS Cube and XOOPS 2.0.x.");
-
-
-?>
\ No newline at end of file
Index: xoops2jp/html/modules/base/language/english/blocks.php
diff -u xoops2jp/html/modules/base/language/english/blocks.php:1.1.2.3 xoops2jp/html/modules/base/language/english/blocks.php:removed
--- xoops2jp/html/modules/base/language/english/blocks.php:1.1.2.3	Mon Sep 25 18:37:22 2006
+++ xoops2jp/html/modules/base/language/english/blocks.php	Tue Nov  7 17:04:34 2006
@@ -1,36 +0,0 @@
-<?php
-define("_MB_BASE_HOME",  "Home");
-
-define("_MB_BASE_VACNT", "View Account");
-define("_MB_BASE_EACNT", "Edit Account");
-define("_MB_BASE_NOTIF", "Notifications");
-define("_MB_BASE_INBOX", "Inbox");
-define("_MB_BASE_LOUT",  "Logout");
-define("_MB_BASE_ADMENU","Administration Menu");
-
-define("_MB_BASE_SEARCH","Search");
-define("_MB_BASE_ADVS",  "Advanced Search");
-
-define("_MB_BASE_SUBMS", "Submitted News");
-define("_MB_BASE_WLNKS", "Waiting Links");
-define("_MB_BASE_BLNK",  "Broken Links");
-define("_MB_BASE_MLNKS", "Modified Links");
-define("_MB_BASE_WDLS",  "Waiting Downloads");
-define("_MB_BASE_BFLS",  "Broken Files");
-define("_MB_BASE_MFLS",  "Modified Downloads");
-define("_MB_BASE_COMPEND", "Comments");
-
-define("_MB_BASE_RECO",  "Recommend Us");
-define("_MB_BASE_PWWIDTH", "Pop-Up Window Width");
-define("_MB_BASE_PWHEIGHT","Pop-Up Window Height");
-define("_MB_BASE_LOGO",    "Logo image file under %s directory");  // %s is your root image directory name
-define("_MB_BASE_SADMIN",  "Show admin groups");
-define("_MB_BASE_DISPLAYC","Display %s comments");
-
-define("_MB_BASE_LANG_NUMTHEME", "%s themes");
-define('_MB_BASE_LANG_THSHOW', "Display screenshot image");
-define('_MB_BASE_LANG_THWIDTH', "Screenshot image width");
-
-define('_MB_BASE_LANG_RECOMMENDSITE', "Recommend this Site to a Friend");
-
-?>
Index: xoops2jp/html/modules/base/language/english/admin.php
diff -u xoops2jp/html/modules/base/language/english/admin.php:1.1.2.52.2.1 xoops2jp/html/modules/base/language/english/admin.php:removed
--- xoops2jp/html/modules/base/language/english/admin.php:1.1.2.52.2.1	Tue Oct 10 17:55:13 2006
+++ xoops2jp/html/modules/base/language/english/admin.php	Tue Nov  7 17:04:34 2006
@@ -1,361 +0,0 @@
-<?php
-
-define('_AD_BASE_ERROR_ACTION_SEARCH_NORESULT', "Couldn't find results with your keyword(s).");
-define('_AD_BASE_ERROR_ACTION_SEARCH_TRY_AGAIN', "Try again with different keyword(s).");
-define('_AD_BASE_ERROR_BLOCK_TEMPLATE_INSTALL', "Could not install block template '{0}'");
-define('_AD_BASE_ERROR_BMODULE', "You must specify one or more modules as the target module in which to display the block.");
-define('_AD_BASE_ERROR_CASE_OF_ACTIVE_MODULE', "Can't uninstall active module. To uninstall, turn off the active-status of the module.");
-define('_AD_BASE_ERROR_COULD_NOT_DELETE_BLOCK_TEMPLATES', "Could not delete block templates : {0}");
-define('_AD_BASE_ERROR_COULD_NOT_INSERT_CONFIG', "Could not insert config '{0}'");
-define('_AD_BASE_ERROR_COULD_NOT_INSTALL_BLOCK', "Could not install '{0}' block.");
-define('_AD_BASE_ERROR_COULD_NOT_INSTALL_TEMPLATE', "Could not install '{0}' template.");
-define('_AD_BASE_ERROR_COULD_NOT_SET_ADMIN_PERMISSION', "Could not set admin permission(s).");
-define('_AD_BASE_ERROR_COULD_NOT_SET_BLOCK_PERMISSION', "Could not set block permission of '{0}'");
-define('_AD_BASE_ERROR_COULD_NOT_SET_LINK', "Could not set link with all module at '{0}' block");
-define('_AD_BASE_ERROR_COULD_NOT_SET_READ_PERMISSION', "Could not set read permission(s).");
-define('_AD_BASE_ERROR_COULD_NOT_SET_SYSTEM_PERMISSION', "Could not set system admin permission(s).");
-define('_AD_BASE_ERROR_DELETE_MODULEINFO_FROM_DB', "Could not delete module information from XOOPS database.");
-define('_AD_BASE_ERROR_DROP_TABLE', "Could not drop table {0}");
-define('_AD_BASE_ERROR_EXTENSION', "Uploaded file's extension does not match any entry in the allowed list.");
-define('_AD_BASE_ERROR_FAILED_TO_EXECUTE_CALLBACK', "Failed to execute '{0}' callback.");
-define('_AD_BASE_ERROR_GROUPID', "You must grant access permission to one or more groups.");
-define('_AD_BASE_ERROR_IMG_FILESIZE', "The maximum size of an image file is {0} bytes.");
-define('_AD_BASE_ERROR_IMG_SIZE', "The maximum width and height of an image file is {0} x {1}.");
-define('_AD_BASE_ERROR_INSTALLATION_MODULE_FAILURE', "Installation of '{0}' module has failed.");
-define('_AD_BASE_ERROR_INTRANGE', "{0} is wrong.");
-define('_AD_BASE_ERROR_MIN', "Input {0} with {1} or more numeric value.");
-define('_AD_BASE_ERROR_MODULE_NOT_FOUND', "The specified module cannot be found.");
-define('_AD_BASE_ERROR_NO_HELP_FILE', "The help file can not be found.");
-define('_AD_BASE_ERROR_OBJECTEXIST', "Incorrect input on {0}.");
-define('_AD_BASE_ERROR_PLEASE_AGREE', "Please agree to the following licence.");
-define('_AD_BASE_ERROR_READGROUPS', "You must grant read permission to one or more groups.");
-define('_AD_BASE_ERROR_SEARCH_REQUIRED', "Input keyword");
-define('_AD_BASE_ERROR_SQL_FILE_NOT_FOUND', "SQL file not found at {0}");
-define('_AD_BASE_ERROR_TEMPLATE_UNINSTALLED', "Could not uninstall template '{0}'.");
-define('_AD_BASE_ERROR_UNINSTALLATION_MODULE_FAILURE', "Sorry, uninstallation of '{0}' module has failed.");
-define('_AD_BASE_ERROR_UPDATING_MODULE_FAILURE', "Sorry, updating '{0}' module has failed.");
-define('_AD_BASE_ERROR_UPLOADGROUPS', "You must grant upload permission to one or more groups.");
-define('_AD_BASE_LANG_ACTIONSEARCH', "Action Search");
-define('_AD_BASE_LANG_ACTIONSEARCH_INFO', "You can use ActionSearch to search for a menu item or a help file by typing in a keyword.");
-define('_AD_BASE_LANG_ACTIVE', "Active");
-define('_AD_BASE_LANG_ADD_CUSTOM_BLOCK', "Add custom block");
-define('_AD_BASE_LANG_ADMIN_MENU', "Information about the Adminstration Menu");
-define('_AD_BASE_LANG_ADMINMENU_HAS_MAIN', "Administration Menu");
-define('_AD_BASE_LANG_ADMINMENU_INDEX', "Administration Menu");
-define('_AD_BASE_LANG_ADMINMENU_MENU', "Detailed module package information ");
-define('_AD_BASE_LANG_ADMINMENU_NAME', "Name of Administration Menu");
-define('_AD_BASE_LANG_ADMINMENU_URL', "URL of Administration Menu");
-define('_AD_BASE_LANG_AGREE', "Agree");
-define('_AD_BASE_LANG_ALL_MODULE', "All modules");
-define('_AD_BASE_LANG_ALL_MODULES', "All modules");
-define('_AD_BASE_LANG_ALL_STATUS', "All status");
-define('_AD_BASE_LANG_AUTHOR', "author");
-define('_AD_BASE_LANG_BCACHETIME', "Cache time");
-define('_AD_BASE_LANG_BID', "BID");
-define('_AD_BASE_LANG_BLOCK_EDIT', "Block edit");
-define('_AD_BASE_LANG_BLOCK_INSTALL', "Block install");
-define('_AD_BASE_LANG_BLOCK_KEY', "Key");
-define('_AD_BASE_LANG_BLOCK_MOD', "Module ");
-define('_AD_BASE_LANG_BLOCK_TYPE', "Block type");
-define('_AD_BASE_LANG_BLOCK_UNINSTALL', "Block uninstall");
-define('_AD_BASE_LANG_BLOCK_VAL', "Value");
-define('_AD_BASE_LANG_BLOCKS_INFO', "Block information");
-define('_AD_BASE_LANG_C_TYPE', "Type");
-define('_AD_BASE_LANG_CENTER_BLOCK_CENTER', "Center block - center");
-define('_AD_BASE_LANG_CENTER_BLOCK_LEFT', "Center block - left");
-define('_AD_BASE_LANG_CENTER_BLOCK_RIGHT', "Center block - right");
-define('_AD_BASE_LANG_COM_CREATED', "Created");
-define('_AD_BASE_LANG_COM_MODIFIED', "Modified");
-define('_AD_BASE_LANG_COM_SIG', "Signature");
-define('_AD_BASE_LANG_COM_STATUS', "Status");
-define('_AD_BASE_LANG_COM_UID', "UID");
-define('_AD_BASE_LANG_COMMENT_DELETE', "Delete a comment");
-define('_AD_BASE_LANG_COMMENT_EDIT', "Edit a comment");
-define('_AD_BASE_LANG_COMMENT_NEW', "Add a new comment");
-define('_AD_BASE_LANG_COMMENT_SVC', "Comment");
-define('_AD_BASE_LANG_COMMENT_VIEW', "Comment view");
-define('_AD_BASE_LANG_CONFCAT_ID', "Config Category ID");
-define('_AD_BASE_LANG_CONFCAT_NAME', "Confing Category Name");
-define('_AD_BASE_LANG_CONFIG_INFO', "Module Preferences");
-define('_AD_BASE_LANG_CONFIG_KEY', "Key");
-define('_AD_BASE_LANG_CONFIG_VAL', "Value");
-define('_AD_BASE_LANG_CONTENT', "Content");
-define('_AD_BASE_LANG_CONTROL', "Control");
-define('_AD_BASE_LANG_CREATE_NEW', "Add a new");
-define('_AD_BASE_LANG_CTYPE_HTML', "HTML");
-define('_AD_BASE_LANG_CTYPE_PHP', "PHP");
-define('_AD_BASE_LANG_CTYPE_WITH_SMILIES', "Auto format with smilies");
-define('_AD_BASE_LANG_CTYPE_WITHOUT_SMILIES', "Auto format without smilies");
-define('_AD_BASE_LANG_CUSTOM_HTML', "Custom HTML");
-define('_AD_BASE_LANG_CUSTOM_PHP', "Custom PHP");
-define('_AD_BASE_LANG_CUSTOM_WITH_SMILIES', "Custom with Smilies");
-define('_AD_BASE_LANG_CUSTOM_WITHOUT_SMILIES', "Custom without Smilies");
-define('_AD_BASE_LANG_CUSTOMBLOCK_DELETE', "Custom block delete");
-define('_AD_BASE_LANG_CUSTOMBLOCK_EDIT', "Custom block edit");
-define('_AD_BASE_LANG_DEACTIVATE', "Inactive");
-define('_AD_BASE_LANG_DIRNAME', "Directory name");
-define('_AD_BASE_LANG_DISPLAY', "Display");
-define('_AD_BASE_LANG_DOIMAGE', "Enable [img] tag");
-define('_AD_BASE_LANG_EDIT_FUNC', "Callback edit function name");
-define('_AD_BASE_LANG_FEATURE_SVC_INFO', "Information about feature function");
-define('_AD_BASE_LANG_FORCE_MODE', "Force mode: Force uninstall overriding errors and clean up database as much as possible.");
-define('_AD_BASE_LANG_FORMAT', "format");
-define('_AD_BASE_LANG_FUNC_FILE', "Callback file name");
-define('_AD_BASE_LANG_FUNC_NUM', "Function number");
-define('_AD_BASE_LANG_GET_THE_LATEST_VERSION', "Get the latest version");
-define('_AD_BASE_LANG_GROUPID', "Group");
-define('_AD_BASE_LANG_ID', "ID");
-define('_AD_BASE_LANG_IMAGE_COUNT', "Image count");
-define('_AD_BASE_LANG_IMAGE_CREATED', "image created");
-define('_AD_BASE_LANG_IMAGE_DELETE', "Image delete");
-define('_AD_BASE_LANG_IMAGE_DISPLAY', "image display");
-define('_AD_BASE_LANG_IMAGE_EDIT', "Image edit");
-define('_AD_BASE_LANG_IMAGE_ID', "image id");
-define('_AD_BASE_LANG_IMAGE_LIST', "Image list");
-define('_AD_BASE_LANG_IMAGE_NAME', "image name");
-define('_AD_BASE_LANG_IMAGE_NEW', "Image new");
-define('_AD_BASE_LANG_IMAGE_WEIGHT', "image weight");
-define('_AD_BASE_LANG_IMAGECATEGORY_DELETE', "Delete Image Category");
-define('_AD_BASE_LANG_IMAGECATEGORY_EDIT', "Edit Image Category");
-define('_AD_BASE_LANG_IMAGECATEGORY_LIST', "Image Category list");
-define('_AD_BASE_LANG_IMAGECATEGORY_NEW', "Add New Image Category");
-define('_AD_BASE_LANG_IMGCAT_DISPLAY', "Cat. display");
-define('_AD_BASE_LANG_IMGCAT_ID', "Cat. id");
-define('_AD_BASE_LANG_IMGCAT_MAXHEIGHT', "Cat. maxheight (px)");
-define('_AD_BASE_LANG_IMGCAT_MAXSIZE', "Cat. maxsize (byte)");
-define('_AD_BASE_LANG_IMGCAT_MAXWIDTH', "Cat. maxwidth (px)");
-define('_AD_BASE_LANG_IMGCAT_NAME', "Cat. name");
-define('_AD_BASE_LANG_IMGCAT_READ_GROUPS', "Groups who can view this category.");
-define('_AD_BASE_LANG_IMGCAT_STORETYPE', "Cat. storetype");
-define('_AD_BASE_LANG_IMGCAT_TYPE', "Cat. type");
-define('_AD_BASE_LANG_IMGCAT_UPLOAD_GROUPS', "Groups who can upload to this category.");
-define('_AD_BASE_LANG_IMGCAT_WEIGHT', "Weight");
-define('_AD_BASE_LANG_INFORMATION', "Information");
-define('_AD_BASE_LANG_INSTALL', "Install");
-define('_AD_BASE_LANG_ISACTIVE', "Active");
-define('_AD_BASE_LANG_LAST_MODIFIED', "Last modified");
-define('_AD_BASE_LANG_LASTUPDATE', "Last update");
-define('_AD_BASE_LANG_LCR', "L-CNTR-R");
-define('_AD_BASE_LANG_LIST', "List");
-define('_AD_BASE_LANG_MAINMENU_HAS_MAIN', "Main Menu");
-define('_AD_BASE_LANG_MAINMENU_INFO', "Information about the Main Menu");
-define('_AD_BASE_LANG_MOD_AUTHOR', "Module Author");
-define('_AD_BASE_LANG_MOD_BASIC_INFO', "Basic Information");
-define('_AD_BASE_LANG_MOD_CREDITS', "Signature / Memo");
-define('_AD_BASE_LANG_MOD_DESC', "Module description");
-define('_AD_BASE_LANG_MOD_DIR_NAME', "Module directory");
-define('_AD_BASE_LANG_MOD_LICENSE_INFO', "Licence Information ");
-define('_AD_BASE_LANG_MOD_MID', "MID");
-define('_AD_BASE_LANG_MOD_NAME', "Module name");
-define('_AD_BASE_LANG_MODINSTALL', "Module install");
-define('_AD_BASE_LANG_MODINSTALL_ADVICE', "Are you sure you want to install <b>_%s_</b>?");
-define('_AD_BASE_LANG_MODINSTALL_CONF', "Are you sure you want to install this module?");
-define('_AD_BASE_LANG_MODINSTALL_LIST_ADVICE', "Delete unused module files from the server to maintain security of your site.  ");
-define('_AD_BASE_LANG_MODINSTALL_LOG', "module install log");
-define('_AD_BASE_LANG_MODINSTALL_SUCCESS', "The module has been successfully installed.");
-define('_AD_BASE_LANG_MODLIST', "Module administration");
-define('_AD_BASE_LANG_MODULE_LICENSE', "Module license");
-define('_AD_BASE_LANG_MODUNINSTALL_ADVICE', "Are you sure you want to uninstall this module?");
-define('_AD_BASE_LANG_MODUNINSTALL_CONF', "Confirm module uninstall.");
-define('_AD_BASE_LANG_MODUNINSTALL_LOG', "Module uninstall log");
-define('_AD_BASE_LANG_MODUNINSTALL_SUCCESS', "The module has been successfully uninstalled.");
-define('_AD_BASE_LANG_MODUPDATE_ADVICE', "Are you sure you want to update <b>_%s_</b>?");
-define('_AD_BASE_LANG_MODUPDATE_CONF', "Confirm module update.");
-define('_AD_BASE_LANG_MODUPDATE_LOG', "Module update log");
-define('_AD_BASE_LANG_MODUPDATE_SUCCESS', "The module has been successfully updated.");
-define('_AD_BASE_LANG_NAME', "Name");
-define('_AD_BASE_LANG_NO', "No");
-define('_AD_BASE_LANG_NO_ADMINMENU', "No Administration Menu");
-define('_AD_BASE_LANG_NO_AGREE', " I Do Not Agree.");
-define('_AD_BASE_LANG_NO_BLOCK', "No block information");
-define('_AD_BASE_LANG_NO_CHANGE', "No change");
-define('_AD_BASE_LANG_NO_CONFIG', "Module preferences have not been configured.");
-define('_AD_BASE_LANG_NO_MAINMENU', "Mainmenu settings have not been configured.");
-define('_AD_BASE_LANG_NO_SETTING', "No setting");
-define('_AD_BASE_LANG_NO_SQL', "SQL information has not been configured.");
-define('_AD_BASE_LANG_NO_SUBMENU', "SubMenu information has not been configured.");
-define('_AD_BASE_LANG_NO_TEMPLATE', "Template information has not been configured.");
-define('_AD_BASE_LANG_NONE', "None");
-define('_AD_BASE_LANG_NOTIF_SVC', "Notification");
-define('_AD_BASE_LANG_OPTIONS', "Options");
-define('_AD_BASE_LANG_PACKAGE', "Package Data");
-define('_AD_BASE_LANG_RENDER', "Render System");
-define('_AD_BASE_LANG_RES_FOR_COMMENT', "Responses for this comment");
-define('_AD_BASE_LANG_RESULT', "Results");
-define('_AD_BASE_LANG_SEARCH', "Search");
-define('_AD_BASE_LANG_SEARCH_SVC', "Search");
-define('_AD_BASE_LANG_SELECTED', "Selected");
-define('_AD_BASE_LANG_SHOW_FUNC', "Callback show function");
-define('_AD_BASE_LANG_SIDE', "Side");
-define('_AD_BASE_LANG_SIDE_BLOCK_LEFT', "Side block - left");
-define('_AD_BASE_LANG_SIDE_BLOCK_RIGHT', "Side block - right");
-define('_AD_BASE_LANG_SMARTY', "Smarty");
-define('_AD_BASE_LANG_SMILE_URL', "Images");
-define('_AD_BASE_LANG_SMILES_DELETE', "Delete smiley");
-define('_AD_BASE_LANG_SMILES_EDIT', "Edit smiley");
-define('_AD_BASE_LANG_SMILES_NEW', "Add a smiley");
-define('_AD_BASE_LANG_SQL_ENGINE', "SQL engine");
-define('_AD_BASE_LANG_SQL_FILE_NAME', "SQL file name");
-define('_AD_BASE_LANG_SQL_HAS_MAIN', "Use SQL");
-define('_AD_BASE_LANG_SQL_INFO', "SQL information");
-define('_AD_BASE_LANG_SQL_MYSQL', "MySQL");
-define('_AD_BASE_LANG_SUBMENU_NAME', "SubMenu name");
-define('_AD_BASE_LANG_SUBMENU_URL', "SubMenu URL");
-define('_AD_BASE_LANG_TABLE_NAME', "Table name");
-define('_AD_BASE_LANG_TABLE_NUM', "Table Number");
-define('_AD_BASE_LANG_TABLE_PROPERTIES', "Table Properties");
-define('_AD_BASE_LANG_TARGET_GROUPS', "Target groups");
-define('_AD_BASE_LANG_TARGET_MODULES', "Target modules");
-define('_AD_BASE_LANG_TEMPLATE', "Template");
-define('_AD_BASE_LANG_TEMPLATE_DESC', "Template description");
-define('_AD_BASE_LANG_TEMPLATE_ENGINE', "Template engine");
-define('_AD_BASE_LANG_TEMPLATE_FILE', "Template name");
-define('_AD_BASE_LANG_TEMPLATE_HAS_MAIN', "Use template");
-define('_AD_BASE_LANG_TEMPLATE_INFO', "Template information");
-define('_AD_BASE_LANG_TEMPLATE_KEY', "Template Key");
-define('_AD_BASE_LANG_THEME', "Theme");
-define('_AD_BASE_LANG_THEME_ADMIN', "Theme admin");
-define('_AD_BASE_LANG_TITLE', "Title");
-define('_AD_BASE_LANG_TOPPAGE', "Toppage");
-define('_AD_BASE_LANG_UNINSTALL', "Uninstall");
-define('_AD_BASE_LANG_UPDATE', "Update");
-define('_AD_BASE_LANG_VERSION', "Version");
-define('_AD_BASE_LANG_VISIBLE', "Visible");
-define('_AD_BASE_LANG_WEIGHT', "Weight");
-define('_AD_BASE_MESSAGE_BLOCK_HAS_BEEN_UNINSTALLED', "Block {0} has been uninstalled");
-define('_AD_BASE_MESSAGE_BLOCK_INSTALLED', "Block {0} has been installed");
-define('_AD_BASE_MESSAGE_CHILDREN_DELETED_TOGETHER', "Children deleted together");
-define('_AD_BASE_MESSAGE_CONFIRM_DELETE', "Are you sure you want to delete?");
-define('_AD_BASE_MESSAGE_DATABASE_SETUP_FINISHED', "Database table setup finished.");
-define('_AD_BASE_MESSAGE_DELETE_MODULEINFO_FROM_DB', "Delete module information from XOOPS database.");
-define('_AD_BASE_MESSAGE_DROP_TABLE', "Drop table {0}.");
-define('_AD_BASE_MESSAGE_INSERT_CONFIG', "Config {0} added.");
-define('_AD_BASE_MESSAGE_INSTALLATION_MODULE_SUCCESSFUL', "Installation of '{0}' module has been successful.");
-define('_AD_BASE_MESSAGE_TEMPLATE_INSTALLED', "Template '{0}' has been installed.");
-define('_AD_BASE_MESSAGE_UNINSTALLATION_MODULE_SUCCESSFUL', "Uninstallation of '{0}' module has been successful.");
-define('_AD_BASE_MESSAGE_UNINSTALLATION_BLOCK_SUCCESSFUL', "Uninstallation of '{0}' block has been successful.");
-define('_AD_BASE_MESSAGE_UPDATE_STARTED', "Update started.");
-define('_AD_BASE_MESSAGE_UPDATING_MODULE_SUCCESSFUL', "Updating '{0}' module has been successful.");
-define('_AD_BASE_TIPS_ADD_CUSTOM_BLOCK', "<a href=\"index.php?action=BlockInstallList\">Install new blocks</a>, and set your site just the way you want it!<br/>If you want to have a block with free content that is not part of a module, simply <a href=\"index.php?action=CustomBlockEdit\">create a custom block</a> and write your message in it.");
-define('_AD_BASE_TIPS_BLOCK_UNINSTALL', "Even if you uninstall a block, the configuration of the block isn't deleted. The block is simply removed from view. Therefore you can re-install the block easily because the installer remembers the last configuration.");
-define('_AD_BASE_TIPS_CUSTOM_BLOCK_UNINSTALL', "Even if you uninstall the custom block, the configuration of the block isn't deleted. The block is simply removed from view. You can re-install or delete it from the database from the <a href=\"index.php?action=BlockInstallList\">'install block' page</a>.");
-define('_AD_BASE_TIPS_IMGCAT_STORETYPE', "Please choose either the file or the database storage scheme for your image files. <strong>This setting cannot be changed later.</strong><br/>Do keep in mind that if you select the database as the storage destination, image files will be stored as BLOB type data which may not be suitable for backup purposes.");
-define('_AD_BASE_TIPS_INSTALL_BLOCK', "You can customize your site by installing your favorite blocks. You can edit each block's options when you install the block.");
-define('_AD_BASE_TIPS_THEME_ADMIN', "Choose the look of your site by clicking the 'select' button next to your favourite theme.<br/> Let your users choose their own favourite look and feel for your site.  Check the boxes to add a theme to the theme selection block. For more details, read the help.");
-define('_MD_AM_ADMINML', "Admin mail address");
-define('_MD_AM_ADMNOTSET', "Admin mail has not been set.");
-define('_MD_AM_ALLOWHTML', "Allow HTML tags in user comments?");
-define('_MD_AM_ALLOWIMAGE', "Allow users to display image files in posts?");
-define('_MD_AM_ALLOWREG', "Allow new user registration?");
-define('_MD_AM_ALLOWREGDSC', "Select yes to accept new user registration");
-define('_MD_AM_ALLOWTHEME', "Allow users to select theme?");
-define('_MD_AM_ALWDHTML', "HTML tags allowed in all posts.");
-define('_MD_AM_ANONNAME', "Username for anonymous users");
-define('_MD_AM_ANONPOST', "Anonymous user can post");
-define('_MD_AM_BADIPS', "Enter IP addresses that should be banned from the site.<br />Separate each with a <b>|</b>, case insensitive, regex enabled.");
-define('_MD_AM_BADIPSDSC', "^aaa.bbb.ccc will disallow visitors with an IP that starts with aaa.bbb.ccc<br />aaa.bbb.ccc$ will disallow visitors with an IP that ends with aaa.bbb.ccc<br />aaa.bbb.ccc will disallow visitors with an IP that contains aaa.bbb.ccc");
-define('_MD_AM_CENSOR', "Word Censoring Options");
-define('_MD_AM_CENSORRPLC', "Censored words will be replaced with:");
-define('_MD_AM_CENSORRPLCDSC', "Censored words will be replaced with the characters entered in this textbox");
-define('_MD_AM_CENSORWRD', "Words to censor");
-define('_MD_AM_CENSORWRDDSC', "Enter words that should be censored in user posts.<br />Separate each with a <b>|</b>, case insensitive.");
-define('_MD_AM_CHNGUTHEME', "Change all users' theme");
-define('_MD_AM_CLOSESITE', "Turn your site off?");
-define('_MD_AM_CLOSESITEDSC', "Select yes to turn your site off so that only users in selected groups have access to the site. ");
-define('_MD_AM_CLOSESITEOK', "Select groups that are allowed to access while the site is turned off.");
-define('_MD_AM_CLOSESITEOKDSC', "Users in the default webmasters group are always granted access.");
-define('_MD_AM_CLOSESITETXT', "Reason for turning off the site");
-define('_MD_AM_CLOSESITETXTDSC', "The text that is presented when the site is closed.");
-define('_MD_AM_COMMODE', "Default Comment Display Mode");
-define('_MD_AM_COMORDER', "Default Comments Display Order");
-define('_MD_AM_DEBUGMODE', "Debug mode");
-define('_MD_AM_DEBUGMODE0', "Off");
-define('_MD_AM_DEBUGMODE1', "PHP Debug");
-define('_MD_AM_DEBUGMODE2', "MySQL/Blocks Debug");
-define('_MD_AM_DEBUGMODE3', "Smarty Templates Debug");
-define('_MD_AM_DEBUGMODEDSC', "Several debug options. A running website should have this turned off.");
-define('_MD_AM_DEFAULTTZ', "Default timezone");
-define('_MD_AM_DOBADIPS', "Enable IP bans?");
-define('_MD_AM_DOBADIPSDSC', "Users from specified IP addresses will not be able to view your site");
-define('_MD_AM_DOCENSOR', "Enable censoring of unwanted words?");
-define('_MD_AM_DOCENSORDSC', "Words will be censored if this option is enabled. This option may be turned off for enhanced site speed.");
-define('_MD_AM_DONTCHNG', "Don't change!");
-define('_MD_AM_DOSEARCH', "Enable global searches?");
-define('_MD_AM_DOSEARCHDSC', "Allow searching for posts/items within your site.");
-define('_MD_AM_DTHEME', "Default theme");
-define('_MD_AM_DTPLSET', "Default template set");
-define('_MD_AM_GENERAL', "General Settings");
-define('_MD_AM_IFUCANT', "If you can't change the permissions you can edit the rest of this file by hand.");
-define('_MD_AM_INVLDMINPASS', "Invalid value for minimum length of password.");
-define('_MD_AM_INVLDSCOOK', "Invalid value for sessioncookie name.");
-define('_MD_AM_INVLDSEXP', "Invalid value for session expiration time.");
-define('_MD_AM_INVLDUCOOK', "Invalid value for usercookie name.");
-define('_MD_AM_IPBAN', "IP Banning");
-define('_MD_AM_LANGUAGE', "Default language");
-define('_MD_AM_LOADINGIMG', "Display loading... image?");
-define('_MD_AM_MAILER', "Mail Setup");
-define('_MD_AM_MAILER_', "");
-define('_MD_AM_MAILER_MAIL', "");
-define('_MD_AM_MAILER_SENDMAIL', "");
-define('_MD_AM_MAILERMETHOD', "Mail delivery method");
-define('_MD_AM_MAILERMETHODDESC', "Method used to deliver mail. Default is \"mail\", use others only if that makes trouble.");
-define('_MD_AM_MAILFROM', "FROM address");
-define('_MD_AM_MAILFROMDESC', "");
-define('_MD_AM_MAILFROMNAME', "FROM name");
-define('_MD_AM_MAILFROMNAMEDESC', "");
-define('_MD_AM_MAILFROMUID', "FROM user");
-define('_MD_AM_MAILFROMUIDDESC', "When the system sends a private message, which user should appear to have sent it?");
-define('_MD_AM_METAFOOTER', "Metadata");
-define('_MD_AM_MINSEARCH', "Minimum keyword length");
-define('_MD_AM_MINSEARCHDSC', "Enter the minimum keyword length that users are required to enter to perform search");
-define('_MD_AM_MODCACHE', "Module-wide Cache");
-define('_MD_AM_MODCACHEDSC', "Caches module contents for a specified amount of time to enhance performance. Setting module-wide cache will override module item level cache if any.");
-define('_MD_AM_MODCONFIG', "Module Config Options");
-define('_MD_AM_MYIP', "Your IP address");
-define('_MD_AM_MYIPDSC', "This IP will not counted as impression for banners");
-define('_MD_AM_NO', "No");
-define('_MD_AM_NOMODULE', "There is no module that can be cached.");
-define('_MD_AM_NONE', "None");
-define('_MD_AM_NOTIFYTO', "Select group to which new user notification mail will be sent");
-define('_MD_AM_PERMADDNG', "Could not add %s permission to %s for group %s");
-define('_MD_AM_PERMADDNGP', "All parent items must be selected.");
-define('_MD_AM_PERMADDOK', "Added %s permission to %s for group %s");
-define('_MD_AM_PERMRESETNG', "Could not reset group permission for module %s");
-define('_MD_AM_PREFMAIN', "Preferences Main");
-define('_MD_AM_REMEMBER', "Remember to chmod 666 this file in order to let the system write to it properly.");
-define('_MD_AM_SEARCH', "Search Options");
-define('_MD_AM_SENDMAILPATH', "Path to sendmail");
-define('_MD_AM_SENDMAILPATHDESC', "Path to the sendmail program (or substitute) on the webserver.");
-define('_MD_AM_SERVERTZ', "Server timezone");
-define('_MD_AM_SESSEXPIRE', "Session expiration");
-define('_MD_AM_SESSEXPIREDSC', "Maximum duration of session idle time in minutes (Valid only when 'use custom session' is enabled. Works only when you are using PHP4.2.0 or later.)");
-define('_MD_AM_SESSNAME', "Session name");
-define('_MD_AM_SESSNAMEDSC', "The name of session (Valid only when 'use custom session' is enabled)");
-define('_MD_AM_SITECACHE', "Site-wide Cache");
-define('_MD_AM_SITECACHEDSC', "Caches whole contents of the site for a specified amount of time to enhance performance. Setting site-wide cache will override module-level cache, block-level cache, and module item level cache if any.");
-define('_MD_AM_SITENAME', "Site name");
-define('_MD_AM_SITEPREF', "Site Preferences");
-define('_MD_AM_SLOGAN', "Slogan for your site");
-define('_MD_AM_SMTPHOST', "SMTP host(s)");
-define('_MD_AM_SMTPHOSTDESC', "List of SMTP servers to try to connect to.");
-define('_MD_AM_SMTPPASS', "SMTPAuth password");
-define('_MD_AM_SMTPPASSDESC', "Password to connect to an SMTP host with SMTPAuth.");
-define('_MD_AM_SMTPUSER', "SMTPAuth username");
-define('_MD_AM_SMTPUSERDESC', "Username to connect to an SMTP host with SMTPAuth.");
-define('_MD_AM_SSLLINK', "URL where SSL login page is located");
-define('_MD_AM_SSLPOST', "SSL Post variable name");
-define('_MD_AM_SSLPOSTDSC', "The name of variable used to transfer session value via POST. If you are unsure, set any name that is hard to guess.");
-define('_MD_AM_STARTPAGE', "Module for your start page");
-define('_MD_AM_THEMEFILE', "Update module template .html files from themes/your theme/templates directory?");
-define('_MD_AM_THEMEFILEDSC', "If this option is enabled, module template .html files will be updated automatically if there are newer files under the themes/your theme/templates directory for the current theme. This should be turned off once the site goes public.");
-define('_MD_AM_THEMEOK', "Selectable themes");
-define('_MD_AM_THEMEOKDSC', "Choose themes that users can select as their default theme");
-define('_MD_AM_THEMESET', "Theme Set");
-define('_MD_AM_USEGZIP', "Use gzip compression?");
-define('_MD_AM_USEMYSESS', "Use custom session");
-define('_MD_AM_USEMYSESSDSC', "Select yes to customise session related values.");
-define('_MD_AM_USERSETTINGS', "User Settings");
-define('_MD_AM_USESSL', "Use SSL for login?");
-define('_MD_AM_YES', "Yes");
-
-?>
Index: xoops2jp/html/modules/base/language/english/main.php
diff -u xoops2jp/html/modules/base/language/english/main.php:1.1.2.26.2.2 xoops2jp/html/modules/base/language/english/main.php:removed
--- xoops2jp/html/modules/base/language/english/main.php:1.1.2.26.2.2	Sat Oct 14 18:05:50 2006
+++ xoops2jp/html/modules/base/language/english/main.php	Tue Nov  7 17:04:34 2006
@@ -1,55 +0,0 @@
-<?php
-
-define('_MD_BASE_ERROR_DBUPDATE_FAILED', "Database update failed");
-define('_MD_BASE_ERROR_EMAIL', "{0} is an invalid email address");
-define('_MD_BASE_ERROR_INCORRECTLOGIN', "Invalid Login!");
-define('_MD_BASE_ERROR_MASK', "{0} format is invalid.");
-define('_MD_BASE_ERROR_MAXLENGTH', "Input {0} with {1} or less characters.");
-define('_MD_BASE_ERROR_PERMISSION', "Permission denied");
-define('_MD_BASE_ERROR_REQUIRED', "{0} is required.");
-define('_MD_BASE_ERROR_SEARCH_NOT_ENABLED', "The search isn't enabled.");
-define('_MD_BASE_ERROR_SEARCH_QUERY_REQUIRED', "Input keywords of minimum length.");
-define('_MD_BASE_ERROR_YOU_MUST_UPLOAD', "You must upload an image file.");
-define('_MD_BASE_FORMAT_SEARCH_SEPARATOR', "/[\s,]+/");
-define('_MD_BASE_LANG_ANDOR', "AndOr");
-define('_MD_BASE_LANG_CLICKASMILIE', "Click a smiley to insert it into your message.");
-define('_MD_BASE_LANG_CODE', "Code");
-define('_MD_BASE_LANG_COM_EXPARAMS', "Comment extra parameters");
-define('_MD_BASE_LANG_COM_ICON', "Icon");
-define('_MD_BASE_LANG_COM_ID', "ID");
-define('_MD_BASE_LANG_COM_IP', "IP");
-define('_MD_BASE_LANG_COM_ITEMID', "Item ID");
-define('_MD_BASE_LANG_COM_MODID', "Module ID");
-define('_MD_BASE_LANG_COM_PID', "PID");
-define('_MD_BASE_LANG_COM_ROOTID', "Root ID");
-define('_MD_BASE_LANG_COM_TEXT', "Comment");
-define('_MD_BASE_LANG_COM_TITLE', "Title");
-define('_MD_BASE_LANG_COMMENT_RULE', "Comment rules");
-define('_MD_BASE_LANG_DOBR', "Insert line-break automatically");
-define('_MD_BASE_LANG_DOHTML', "Enable HTML tags");
-define('_MD_BASE_LANG_DOSMILEY', "Use smilies");
-define('_MD_BASE_LANG_DOXCODE', "Enable XOOPS code");
-define('_MD_BASE_LANG_EMOTION', "Emoticon");
-define('_MD_BASE_LANG_ERROR', "error");
-define('_MD_BASE_LANG_FMAIL', "Friend's Email");
-define('_MD_BASE_LANG_FNAME', "Friend's Name");
-define('_MD_BASE_LANG_IMAGE', "image");
-define('_MD_BASE_LANG_IMAGE_FILE', "Image file");
-define('_MD_BASE_LANG_IMAGE_MIMETYPE', "Image mimetype");
-define('_MD_BASE_LANG_IMAGE_NICENAME', "Image nicename");
-define('_MD_BASE_LANG_IMAGE_POSITION', "Image position");
-define('_MD_BASE_LANG_IMAGE_UPLOAD', "Image upload");
-define('_MD_BASE_LANG_MID', "mid");
-define('_MD_BASE_LANG_OPTION', "Option");
-define('_MD_BASE_LANG_POST', "Post");
-define('_MD_BASE_LANG_PREV_PAGE', "Prev. page");
-define('_MD_BASE_LANG_SHOW_ALL', "Show all");
-define('_MD_BASE_LANG_SMILIES', "Smilies");
-define('_MD_BASE_LANG_UID', "uid");
-define('_MD_BASE_LANG_YMAIL', "Your Email");
-define('_MD_BASE_LANG_YNAME', "Your Name");
-define('_MD_BASE_MESSAGE_LOGGEDOUT', "You are now logged out.");
-define('_MD_BASE_MESSAGE_LOGIN_SUCCESS', "Login successful");
-define('_MD_BASE_MESSAGE_THANKYOUFORVISIT', "Thank you for your visit to our site!");
-
-?>
Index: xoops2jp/html/modules/base/language/english/index.html
diff -u xoops2jp/html/modules/base/language/english/index.html:1.1.2.1 xoops2jp/html/modules/base/language/english/index.html:removed
--- xoops2jp/html/modules/base/language/english/index.html:1.1.2.1	Mon Mar 27 11:41:52 2006
+++ xoops2jp/html/modules/base/language/english/index.html	Tue Nov  7 17:04:34 2006
@@ -1 +0,0 @@
- <script>history.go(-1);</script>
\ No newline at end of file


xoops-cvslog メーリングリストの案内
Back to archive index