Pagina 1 van 1

eXtreme Styles mod

Geplaatst: 18 sep 2005, 14:58
door Diablo Gamer
wie wil AUB SVP deze voor mij vertalen

Code: Selecteer alles

<?php

$lang['xs_warning'] = 'Warning: cache cannot be written.';
$lang['xs_warning_explain'] = 'Check if you have created directory where cache is stored and changed access mode (chmod) to 777 so script could write cache there. If your server is running in safe mode you might consider using "." as filename separator so all cache would be written in same directory (see separator setting below).<br /><br />If cache doesn\'t work on your server for some reason don\'t worry - eXtreme Styles mod increases forum speed many times even without cache.';

$lang['xs_updated'] = 'Configuration updated.';
$lang['xs_updated_explain'] = 'You need to refresh this page before new configuration takes effect. <a href="%s">Click here</a> to refresh page.';

// ACP navigation bar
$lang['Extreme_Styles'] = 'eXtreme Styles';
if(empty($lang['Updates']))
{
	$lang['Updates'] = 'Updates';
}
if(empty($lang['Styles']))
{
	$lang['Styles'] = 'Styles';
}

// Headers
$lang['xs_settings'] = 'eXtreme Styles mod v%s settings';
$lang['xs_settings_cache'] = 'Cache configuration';

// Options
// xs_use_cache
$lang['xs_use_cache'] = 'Use cache';
$lang['xs_cache_explain'] = 'Cache is saved to disk and it will speed up templates system many times because there would be no need to compile template every time it is shown.';
// xs_cache_dir
$lang['xs_cache_dir'] = 'Cache directory';
$lang['xs_cache_dir_explain'] = 'All cache will be written in that directory (and/or subdirectories). Files with same filenames will be overwritten. Do not put "/" before directory name unless directory name is absolute. Absolute means complete path as file is in server hard disk (do not mistake it for absolute URL). Relative means path starting with phpBB directory.';
// xs_cache_dir_absolute
$lang['xs_dir_absolute'] = 'Absolute path';
$lang['xs_dir_absolute_explain'] = '(like "/home/some_website/htdocs/phpbb/cache")';
$lang['xs_dir_relative'] = 'Relative path';
$lang['xs_dir_relative_explain'] = 'relative to phpBB forum path (like "cache")';
// xs_auto_compile
$lang['xs_auto_compile'] = 'Automatically save cache';
$lang['xs_auto_compile_explain'] = 'This will automatically compile templates if needed and save to cache directory.';
// xs_auto_recompile
$lang['xs_auto_recompile'] = 'Automatically re-compile cache';
$lang['xs_auto_recompile_explain'] = 'This will automatically re-compile cache if original template file was changed.';
// xs_separator
$lang['xs_separator'] = 'Filename separator';
$lang['xs_separator_explain'] = 'If set to "/" then cache will be saved in subdirectories by template name (like file "subSilver/admin/page_header.php" would be saved to cache directory as "subSilver/admin/page_header.php"), if set to something else like "." then all cache will be saved to one directory (like file "subSilver/admin/page_header.php" would be saved to cache directory as "subSilver.admin.page_header.php")';
// xs_php
$lang['xs_php'] = 'Extension of cache filenames';
$lang['xs_php_explain'] = 'This is extension of cached files. Files are stored in php format so default extension is "php". Do not include dot';
// xs_def_template
$lang['xs_def_template'] = 'Default template directory';
$lang['xs_def_template_explain'] = 'If tpl file is not found in current template directory (that might happen if you modded phpBB incorrectly) then template system will look for same file in this directory (like if current template is "myTemplate" and script requires file "myTemplate/myfile.tpl" and that file isn\'t there template system will look for that file as "subSilver/myfile.tpl"). Set to empty to disable this feature.';
// xs_check_switches
$lang['xs_check_switches'] = 'Check switches while compiling';
$lang['xs_check_switches_explain'] = 'This feature checks for errors in templates. Turning it off will speed up compilation, but compiler might skip some errors in templates if template has errors.<br /><br />Smart check will check templates for errors and automatically fix all known errors (there are few known typos in different mods). Works little bit slower than simple check.<br /><br />But sometimes template looks properly only when error check is disabled. This happens because of bad html coding - contact whoever wrote tpl file if you want to fix errors.<br /><br />If cache feature is disabled then for faster compilation it is better to turn this off.';
$lang['xs_check_switches_0'] = 'Off';
$lang['xs_check_switches_1'] = 'Smart check';
$lang['xs_check_switches_2'] = 'Simple check';
// xs_use_isset
$lang['xs_use_isset'] = 'Check variables with isset() in compiled code';

// Debug info
$lang['xs_debug_header'] = 'Debug info';
$lang['xs_debug_explain'] = 'This is debug info. Used to find/fix problems when configuring cache.';
$lang['xs_debug_vars'] = 'Template variables';
$lang['xs_debug_tpl_name'] = 'Template filename:';
$lang['xs_debug_cache_filename'] = 'Cache filename:';
$lang['xs_debug_data'] = 'Debug data:';

$lang['xs_check_hdr'] = 'Checking cache for %s';
$lang['xs_check_filename'] = 'Error: invalid filename';
$lang['xs_check_openfile1'] = 'Error: cannot open file "%s". Will try to create directories...';
$lang['xs_check_openfile2'] = 'Error: cannot open file "%s" for the second time. Giving up...';
$lang['xs_check_nodir'] = 'Checking "%s" - no such directory.';
$lang['xs_check_nodir2'] = 'Error: cannot create directory "%s" - you might need to check permissions.';
$lang['xs_check_createddir'] = 'Created directory "%s"';
$lang['xs_check_dir'] = 'Checking "%s" - directory exists.';
$lang['xs_check_ok'] = 'Opened file "%s" for writing. Everything seems to be ok.';


// Auto-update
$lang['xs_update_title'] = 'Auto-update';
$lang['xs_update_info1'] = 'This administrator feature will check for available updates of phpBB, some mods, some styles installed on your forum. When it will find available update it will show you link where you can download updated file.<br /><br />This function requires sockets to be enabled. All free web hosts do not have this feature so if this forum is on free host like lycos then you cannot use update feature, but if this forum is on normal server then everything should be ok.<br /><br />When you click "continue" script will check all software installed on forum. If your website is slow it might take some time. Be patient and don\'t click "stop" in your browser if process will be delayed. If this server is slow or update website is slow then script might timeout - if this happens you should increase timeout value.';
$lang['xs_update_total1'] = 'Total: %s items';
$lang['xs_update_total2'] = 'Errors: %s';
$lang['xs_update_total3'] = 'Updates available: %s items';
$lang['xs_update_select1'] = 'Select items to update';
$lang['xs_update_types'] = array(
		0 => 'Unknown',
		1 => 'Style',
		2 => 'Mod',
		3 => 'phpBB'
		);
$lang['xs_update_name'] = 'Name';
$lang['xs_update_type'] = 'Type';
$lang['xs_update_current_version'] = 'Your version';
$lang['xs_update_latest_version'] = 'Latest version';
$lang['xs_update_downloadinfo'] = 'Download URL';
$lang['xs_update_fileinfo'] = 'More info';
$lang['xs_update_continue'] = 'Continue';
$lang['xs_update_timeout'] = 'Update script timeout (seconds):';
$lang['xs_update_nothing'] = 'There is nothing to update.';
$lang['xs_update_noupdate'] = 'You are using the latest version.';

$lang['xs_update_error_url'] = 'Error: cannot retrieve url %s';
$lang['xs_update_error_noitem'] = 'Error: No update information available';
$lang['xs_update_error_noconnect'] = 'Error: Cannot connect to update server';

$lang['xs_update_download'] = 'download';
$lang['xs_update_downloadinfo2'] = 'download/info';
$lang['xs_update_info'] = 'website';

// Styles
$lang['xs_styles_id'] = 'ID';
$lang['xs_styles_template'] = 'Template';
$lang['xs_styles_style'] = 'Style';
$lang['xs_styles_user'] = 'Users';
$lang['xs_styles_options'] = 'Options';
$lang['xs_styles_set_default'] = 'set default';
$lang['xs_styles_no_override'] = 'do not override user settings';
$lang['xs_styles_do_override'] = 'override user settings';
$lang['xs_styles_switch_all'] = 'switch all users to this style';
$lang['xs_styles_switch_all2'] = 'switch all users to:';
$lang['xs_styles_defstyle'] = 'default style';
$lang['xs_styles_available'] = 'Available styles';

?>

Geplaatst: 18 sep 2005, 16:32
door Bee

Geplaatst: 18 sep 2005, 17:30
door Diablo Gamer
ja daar heb ik niets aan die link is voor xs_news en niet voor eXtreme Styles

Geplaatst: 18 sep 2005, 18:26
door Bee

Geplaatst: 19 sep 2005, 02:41
door Diablo Gamer
ja dat is de goede maar ik krijg er aleen een fout bij

zie MOD Support