phpBB Italia chiude!
phpBB Italia ringrazia tutti gli utenti che hanno dato fiducia al nostro progetto per ben 9 anni, e che, grazie al grande lavoro fatto da tutto lo Staff (rigorosamente a titolo gratuito), hanno portato il portale a diventare il principale punto di riferimento italiano alla piattaforma phpBB.

Purtroppo, causa motivi personali, non ho più modo di gestirlo e portarlo avanti. Il forum viene ora posto in uno stato di sola lettura, nonché un archivio storico per permettere a chiunque di fruire di tutte le discussioni trattate.

Il nuovo portale di assistenza per l'Italia di phpBB diventa phpBB-Store.it, cui ringrazio per aver deciso di portare avanti questo grande progetto.

Grazie ancora,
Carlo - Amministratore di phpBB Italia

Modulo Stili - Pagina Bianca

Supporto stili in generale.
Avatar utente
Haku
Utente
Utente
Messaggi: 2529
Iscritto il: 22/09/2009, 22:36
Sesso: Maschio
Versione: 3.0.9
Server: UNIX/Linux
Contatta:

Modulo Stili - Pagina Bianca

Messaggio da Haku » 12/10/2010, 2:53

Ho installato questa MOD:
http://xiradorn.it/forum/topic890.html

Ho pportato tutte le modifiche e l'installazione è andata a buon fine.
Solo che c'è un problema...quando vado nel modulo degli stili,ora mi da pagina bianca...quindi non posso effettuare le modifiche agli stili che serve alla mod.
Idee?

Gelmo
Utente
Utente
Messaggi: 506
Iscritto il: 20/04/2009, 9:27
Versione: 3.0.5
Server: Windows

Re: Modulo Stili - Pagina Bianca

Messaggio da Gelmo » 12/10/2010, 8:33

Potrebbe essere la mancanza di qualche file /parte di file all'interno della cartella language.. i file di lingua devo avare cofica Utf-8 senza bom e contenuti tutti.. prova a rifare i passaggi dell'installazione!
ImmagineImmagine


[center]Immagine[/center]

Avatar utente
Haku
Utente
Utente
Messaggi: 2529
Iscritto il: 22/09/2009, 22:36
Sesso: Maschio
Versione: 3.0.9
Server: UNIX/Linux
Contatta:

Re: Modulo Stili - Pagina Bianca

Messaggio da Haku » 12/10/2010, 13:10

Ho sempre uppato le altre mod (compresi i file di lingua) e mai un errore.
Ho ricontrollato le modifiche,e siccome tocca solo la lingua inglese (aggiunta di un rigo e basta),non capisco come possa intaccare quella italiana e dare pagina bianca...
La modifica che chiede è precisamente questa:
Open: language/en/acp/styles.php
Find

Tip: This may be a partial find and not the whole line.
Code:Select all

'IMG_BUTTON_TOPIC_REPLY' => 'Reply topic',

Add after

Tip: Add these lines on a new blank line after the preceding line(s) to find.
Code:Select all

// Start DM Video
'IMG_BUTTON_COMMENT_NEW' => 'New comment',
'IMG_BUTTON_VIDEO_NEW' => 'New Video',
// End DM Video
PS:uso la codifica UTF-8 senza BOM.

Avatar utente
Micogian
Leader Programmatori
Leader Programmatori
Messaggi: 3704
Iscritto il: 07/01/2010, 8:51
Versione: 3.2.0
Server: UNIX/Linux
PHP: 5.4.36
Database: MySQL 5.1.70-log
Località: Udine
Contatta:

Re: Modulo Stili - Pagina Bianca

Messaggio da Micogian » 12/10/2010, 13:53

La modifica degli stili la puoi fare cancellando i file della cache, poi si vede. Magari si sistema.
Il fatto è che le pagine si aprono con i file di cache e se questi non sono aggiornati le modifiche non ci sono.

Avatar utente
Haku
Utente
Utente
Messaggi: 2529
Iscritto il: 22/09/2009, 22:36
Sesso: Maschio
Versione: 3.0.9
Server: UNIX/Linux
Contatta:

Re: Modulo Stili - Pagina Bianca

Messaggio da Haku » 12/10/2010, 13:58

Conta che l'ultima mod da me installata era la gallery.
File cache sempre aggiornati etc,e tutto andava.
Inserendo questa mod invece,è sparita la pagina degli stili...ci clicco,e puff,pagina bianca <.<
Le modifiche da fare nella mod sono stupide,non capisco cosa possa essere andato 'storto'...

Avatar utente
Carlo
Amministratore
Amministratore
Messaggi: 9957
Iscritto il: 19/04/2009, 10:24
Sesso: Maschio
Versione: 3.2.0
Server: UNIX/Linux
PHP: 7.1.0
Database: MySQL(i) 10.0.27-MariaDB-cll-lve
Località: Puglia
Contatta:

Re: Modulo Stili - Pagina Bianca

Messaggio da Carlo » 12/10/2010, 14:50

Quali sono i files che ti richiede di modificare?
MODs | Stili | Traduzioni MOD
Ogni MP contenente una richiesta di supporto verrà ignorato.

Avatar utente
Haku
Utente
Utente
Messaggi: 2529
Iscritto il: 22/09/2009, 22:36
Sesso: Maschio
Versione: 3.0.9
Server: UNIX/Linux
Contatta:

Re: Modulo Stili - Pagina Bianca

Messaggio da Haku » 12/10/2010, 15:08

Ecco qui: (non contare la parte stili perchè io li modifico sempre dopo)
Open: includes/acp/acp_styles.php
Find

Tip: This may be a partial find and not the whole line.
Code:Select all

'buttons' => array(
'icon_back_top', 'icon_contact_aim', 'icon_contact_email', 'icon_contact_icq', 'icon_contact_jabber', 'icon_contact_msnm', 'icon_contact_pm', 'icon_contact_yahoo',

In-line Find

Tip: This is a partial match of a line for in-line operations.
Code:Select all

'button_topic_reply'

In-line Add after

Code:Select all

, 'button_comment_new','button_video_new'

<< Hide
Open: includes/constants.php
Find

Tip: This may be a partial find and not the whole line.
Code:Select all

// Additional tables

Add after

Tip: Add these lines on a new blank line after the preceding line(s) to find.
Code:Select all

// DM Video
define('DM_VIDEO_CATS_TABLE', $table_prefix . 'dm_video_cat');
define('DM_VIDEO_COMMENT_TABLE', $table_prefix . 'dm_video_comment');
define('DM_VIDEO_CONFIG_TABLE', $table_prefix . 'dm_video_config');
define('DM_VIDEO_TABLE', $table_prefix . 'dm_video');
define('DM_VIDEO_RATE_TABLE', $table_prefix . 'dm_video_rating');


<< Hide
Open: includes/functions.php
Find

Tip: This may be a partial find and not the whole line.
Code:Select all

// The following assigns all _common_ variables that may be used at any point in a template.

Add before

Tip: Add these lines on a new blank line before the preceding line(s) to find.
Code:Select all

// Start DM Video
$user->add_lang('mods/dm_video');

// Check if Installer is already run
if ( isset($config['dm_video_version']) )
{
$template->assign_vars(array(
// DM Video
'S_VIDEO_EXIST' => true,
'L_DMV_VIDEO' => $user->lang['DMV_VIDEO'],
'U_DMV_VIDEO' => append_sid("{$phpbb_root_path}dm_video/index.$phpEx"),
));
}
// End DM Video

<< Hide
Open: language/en/acp/styles.php
Find

Tip: This may be a partial find and not the whole line.
Code:Select all

'IMG_BUTTON_TOPIC_REPLY' => 'Reply topic',

Add after

Tip: Add these lines on a new blank line after the preceding line(s) to find.
Code:Select all

// Start DM Video
'IMG_BUTTON_COMMENT_NEW' => 'New comment',
'IMG_BUTTON_VIDEO_NEW' => 'New Video',
// End DM Video

<< Hide
Open: styles/prosilver/imageset/en/imageset.cfg
Find

Tip: This may be a partial find and not the whole line.
Code:Select all

img_button_topic_reply = button_topic_reply.gif*25*96

Add after

Tip: Add these lines on a new blank line after the preceding line(s) to find.
Code:Select all

// DM Video
img_button_comment_new = button_comment_new.gif*25*119
img_button_video_new = button_video_new.gif*25*119

<< Hide
Open: styles/prosilver/template/index_body.html
Find

Tip: This may be a partial find and not the whole line.
Code:Select all

<!-- INCLUDE overall_footer.html -->

Add before

Tip: Add these lines on a new blank line before the preceding line(s) to find.
Code:Select all

<!-- Start DM Video -->
<!-- IF S_VIDEO_EXIST -->
<h3>{L_DMV_MOST_SEEN_VIDEOS}</h3>
<p>{NUMBER_VIDEOS}<br/><!-- BEGIN videoline --><!-- IF not videoline.S_FIRST_ROW --> &bull; <!-- ENDIF --> {videoline.TITEL} ({videoline.VIDEO_COUNTER}) <!-- END videoline --></p>
<!-- ENDIF -->
<!-- End DM Video -->

<< Hide
Open: styles/prosilver/template/memberlist_view.html
Find

Tip: This may be a partial find and not the whole line.
Code:Select all

<dt>{L_ACTIVE_IN_TOPIC}:</dt> <dd><!-- IF ACTIVE_TOPIC --><strong><a href="{U_ACTIVE_TOPIC}">{ACTIVE_TOPIC}</a></strong><br />({ACTIVE_TOPIC_POSTS} / {ACTIVE_TOPIC_PCT})<!-- ELSE --> - <!-- ENDIF --></dd>
<!-- ENDIF -->

Add after

Tip: Add these lines on a new blank line after the preceding line(s) to find.
Code:Select all

<!-- Start DM Video -->
<!-- IF S_VIDEO_EXIST -->
<dt>{L_DMV_OWN_VIDEO}:</dt> <dd>{USER_OWN_VIDEOS}</dd>
<!-- ENDIF -->
<!-- End DM Video -->

<< Hide
Open: styles/prosilver/template/overall_header.html
Find

Tip: This may be a partial find and not the whole line.
Code:Select all

<li class="icon-faq"><a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}">{L_FAQ}</a></li>

Add before

Tip: Add these lines on a new blank line before the preceding line(s) to find.
Code:Select all

<!-- Start DM Video -->
<!-- IF S_VIDEO_EXIST -->
<li class="icon-videos"><a href="{U_DMV_VIDEO}">{L_DMV_VIDEO}</a></li>
<!-- ENDIF -->
<!-- End DM Video -->

<< Hide
Open: styles/prosilver/theme/stylesheet.css
Find

Tip: This may be a partial find and not the whole line.
Code:Select all

@import url("colours.css");

Add after

Tip: Add these lines on a new blank line after the preceding line(s) to find.
Code:Select all

@import url("dm_video.css");

<< Hide
Open: index.php
Find

Tip: This may be a partial find and not the whole line.
Code:Select all

// Output page
page_header($user->lang['INDEX']);

$template->set_filenames(array(
'body' => 'index_body.html')
);

Add before

Tip: Add these lines on a new blank line before the preceding line(s) to find.
Code:Select all

// Start DM Video
if ( isset($config['dm_video_version']) )
{
$user->setup('mods/dm_video');

$sql = 'SELECT COUNT(video_id) AS number_videos
FROM ' . DM_VIDEO_TABLE . '
WHERE video_approval = 1';
$result = $db->sql_query($sql);
$row = $db->sql_fetchrow($result);

$sql2 = 'SELECT *
FROM ' . DM_VIDEO_TABLE . '
WHERE video_approval = 1
ORDER BY video_counter DESC LIMIT 5';
$result2 = $db->sql_query($sql2);

while ( $row2 = $db->sql_fetchrow($result2) )
{
$template->assign_block_vars('videoline', array(
'VIDEO_COUNTER' => sprintf($user->lang['DMV_VIDEO_COUNTER'], $row2['video_counter']),
'TITEL' => $row2['video_title'],
));
}
$db->sql_freeresult($result);

$template->assign_vars(array(
'S_VIDEO_EXIST' => true,
'NUMBER_VIDEOS' => sprintf($user->lang['DMV_TOTAL_VIDEOS'], $row['number_videos']),
));
}
// End DM Video


<< Hide
Open: memberlist.php
Find

Tip: This may be a partial find and not the whole line.
Code:Select all

// If the user has m_approve permission or a_user permission, then list then display unapproved posts
if ($auth->acl_getf_global('m_approve') || $auth->acl_get('a_user'))
{
$sql = 'SELECT COUNT(post_id) as posts_in_queue
FROM ' . POSTS_TABLE . '
WHERE poster_id = ' . $user_id . '
AND post_approved = 0';
$result = $db->sql_query($sql);
$member['posts_in_queue'] = (int) $db->sql_fetchfield('posts_in_queue');
$db->sql_freeresult($result);
}
else
{
$member['posts_in_queue'] = 0;
}

Add after

Tip: Add these lines on a new blank line after the preceding line(s) to find.
Code:Select all

// Start DM Video
if ( isset($config['dm_video_version']) )
{
global $db;
$user->add_lang('mods/dm_video');

$sql = "SELECT COUNT(video_id) AS own_videos
FROM " . DM_VIDEO_TABLE . "
WHERE video_user_id = '{$user_id}'";
$result = $db->sql_query($sql);
$row = $db->sql_fetchrow($result);
$own_videos = $row['own_videos'];

if ( $own_videos == 1 )
{
$number_videos = $user->lang['DMV_OWN_SINGLE'];
}
else
{
$number_videos = $user->lang['DMV_OWN_MULTI'];
}

$template->assign_vars(array(
'S_VIDEO_EXIST' => true,
'USER_OWN_VIDEOS' => ($own_videos != 0) ? sprintf($number_videos, $own_videos) : $user->lang['DMV_NO_OWN_VIDEOS'],
));
}
// End DM Video


<< Hide
Open: viewonline.php
Find

Tip: This may be a partial find and not the whole line.
Code:Select all

switch ($on_page[1])
{
case 'index':
$location = $user->lang['INDEX'];
$location_url = append_sid("{$phpbb_root_path}index.$phpEx");
break;

Add before

Tip: Add these lines on a new blank line before the preceding line(s) to find.
Code:Select all

// Start DM Video
if(strpos($row['session_page'], 'dm_video') !== false)
{
$on_page[1] = 'videos';
}
// End DM Video


<< Hide
Find

Tip: This may be a partial find and not the whole line.
Code:Select all

default:
$location = $user->lang['INDEX'];
$location_url = append_sid("{$phpbb_root_path}index.$phpEx");
break;

Add before

Tip: Add these lines on a new blank line before the preceding line(s) to find.
Code:Select all

case 'videos':
$user->add_lang('mods/dm_video');
$location = $user->lang['DMV_VIEW_VIDEOS'];
$location_url = append_sid("{$phpbb_root_path}dm_video/index.$phpEx");
break;

Avatar utente
Carlo
Amministratore
Amministratore
Messaggi: 9957
Iscritto il: 19/04/2009, 10:24
Sesso: Maschio
Versione: 3.2.0
Server: UNIX/Linux
PHP: 7.1.0
Database: MySQL(i) 10.0.27-MariaDB-cll-lve
Località: Puglia
Contatta:

Re: Modulo Stili - Pagina Bianca

Messaggio da Carlo » 12/10/2010, 16:15

Non è che hai fatto un errore nel file includes/acp/acp_styles.php?
MODs | Stili | Traduzioni MOD
Ogni MP contenente una richiesta di supporto verrà ignorato.

Avatar utente
Micogian
Leader Programmatori
Leader Programmatori
Messaggi: 3704
Iscritto il: 07/01/2010, 8:51
Versione: 3.2.0
Server: UNIX/Linux
PHP: 5.4.36
Database: MySQL 5.1.70-log
Località: Udine
Contatta:

Re: Modulo Stili - Pagina Bianca

Messaggio da Micogian » 12/10/2010, 16:33

Un errore possibile quando si aggiunge una variabile ad un array è che l'ultima variabile non necessita della virgola a fine riga, ma se si inseriscono nuove variabili la virgola va messa.

Ad esempio tu potresti avere l'ultima riga di un array dove la virgola di fine riga può essere omessa:

Codice: Seleziona tutto

'IMG_BUTTON_TOPIC_REPLY' => 'Reply topic'
));
Se devi aggiungere altre variabili devi mettere la virgola nella riga precedente:

Codice: Seleziona tutto

'IMG_BUTTON_TOPIC_REPLY' => 'Reply topic',
'IMG_BUTTON_COMMENT_NEW' => 'New comment',
'IMG_BUTTON_VIDEO_NEW' => 'New Video',
));
Se non la metti ti salta tutto il file php.

Avatar utente
Haku
Utente
Utente
Messaggi: 2529
Iscritto il: 22/09/2009, 22:36
Sesso: Maschio
Versione: 3.0.9
Server: UNIX/Linux
Contatta:

Re: Modulo Stili - Pagina Bianca

Messaggio da Haku » 12/10/2010, 19:23

Guarda tu stesso,nessun errore:

Codice: Seleziona tutto

<?php
/**
*
* acp_styles [English]
*
* @package language
* @version $Id: styles.php 10074 2009-08-31 11:25:28Z acydburn $
* @copyright (c) 2005 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/

/**
* DO NOT CHANGE
*/
if (!defined('IN_PHPBB'))
{
    exit;
}

if (empty($lang) || !is_array($lang))
{
    $lang = array();
}

// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine

$lang = array_merge($lang, array(
    'ACP_IMAGESETS_EXPLAIN'    => 'Imagesets comprise all the button, forum, folder, etc. and other non-style specific images used by the board. Here you can edit, export or delete existing imagesets and import or activate new sets.',
    'ACP_STYLES_EXPLAIN'    => 'Here you can manage the available styles on your board. A style consists of a template, theme and imageset. You may alter existing styles, delete, deactivate, reactivate, create or import new ones. You can also see what a style will look like using the preview function. The current default style is noted by the presence of an asterisk (*). Also listed is the total user count for each style, note that overriding user styles will not be reflected here.',
    'ACP_TEMPLATES_EXPLAIN'    => 'A template set comprises all the markup used to generate the layout of your board. Here you can edit existing template sets, delete, export, import and preview sets. You can also modify the templating code used to generate BBCode.',
    'ACP_THEMES_EXPLAIN'    => 'From here you can create, install, edit, delete and export themes. A theme is the combination of colours and images that are applied to your templates to define the basic look of your board. The range of options open to you depends on the configuration of your server and phpBB installation, see the manual for further details. Please note that when creating new themes the use of an existing theme as a basis is optional.',
    'ADD_IMAGESET'            => 'Create imageset',
    'ADD_IMAGESET_EXPLAIN'    => 'Here you can create a new imageset. Depending on your server configuration and file permissions you may have additional options here. For example you may be able to base this imageset on an existing one. You may also be able to upload or import (from the store directory) a imageset archive. If you upload or import an archive the imageset name can be optionally taken from the archive name (to do this leave the imageset name blank).',
    'ADD_STYLE'                => 'Create style',
    'ADD_STYLE_EXPLAIN'        => 'Here you can create a new style. Depending on your server configuration and file permissions you may have additional options. For example you may be able to base this style on an existing one. You may also be able to upload or import (from the store directory) a style archive. If you upload or import an archive the style name will be determined automatically.',
    'ADD_TEMPLATE'            => 'Create template',
    'ADD_TEMPLATE_EXPLAIN'    => 'Here you can add a new template. Depending on your server configuration and file permissions you may have additional options here. For example you may be able to base this template set on an existing one. You may also be able to upload or import (from the store directory) a template archive. If you upload or import an archive the template name can be optionally taken from the archive name (to do this leave the template name blank).',
    'ADD_THEME'                => 'Create theme',
    'ADD_THEME_EXPLAIN'        => 'Here you can add a new theme. Depending on your server configuration and file permissions you may have additional options here. For example you may be able to base this theme on an existing one. You may also be able to upload or import (from the store directory) a theme archive. If you upload or import an archive the theme name can be optionally taken from the archive name (to do this leave the theme name blank).',
    'ARCHIVE_FORMAT'        => 'Archive file type',
    'AUTOMATIC_EXPLAIN'        => 'Leave blank to attempt automatic detection.',

    'BACKGROUND'            => 'Background',
    'BACKGROUND_COLOUR'        => 'Background colour',
    'BACKGROUND_IMAGE'        => 'Background image',
    'BACKGROUND_REPEAT'        => 'Background repeat',
    'BOLD'                    => 'Bold',

    'CACHE'                            => 'Cache',
    'CACHE_CACHED'                    => 'Cached',
    'CACHE_FILENAME'                => 'Template file',
    'CACHE_FILESIZE'                => 'File size',
    'CACHE_MODIFIED'                => 'Modified',
    'CONFIRM_IMAGESET_REFRESH'        => 'Are you sure you wish to refresh all imageset data? The settings from the imageset configuration file will overwrite all modifications to the imageset which have been carried out with the imageset editor.',
    'CONFIRM_TEMPLATE_CLEAR_CACHE'    => 'Are you sure you wish to clear all cached versions of your template files?',
    'CONFIRM_TEMPLATE_REFRESH'        => 'Are you sure you wish to refresh all template data in the database with the contents of the template files on the filesystem? This will overwrite all modifications which have been carried out with the template editor while the template was stored in the database.',
    'CONFIRM_THEME_REFRESH'            => 'Are you sure you wish to refresh the theme data stored in the database with the contents of the theme on the filesystem? This will overwrite all modifications which have been carried out with the theme editor while the theme was stored in the database.',
    'COPYRIGHT'                        => 'Copyright',
    'CREATE_IMAGESET'                => 'Create new imageset',
    'CREATE_STYLE'                    => 'Create new style',
    'CREATE_TEMPLATE'                => 'Create new template set',
    'CREATE_THEME'                    => 'Create new theme',
    'CURRENT_IMAGE'                    => 'Current image',

    'DEACTIVATE_DEFAULT'        => 'You cannot deactivate the default style.',
    'DELETE_FROM_FS'            => 'Delete from filesystem',
    'DELETE_IMAGESET'            => 'Delete imageset',
    'DELETE_IMAGESET_EXPLAIN'    => 'Here you can remove the selected imageset from the database. Additionally, if you have permission you can elect to remove the set from the filesystem. Please note that there is no undo capability. When the imageset is deleted it is gone for good. It is recommended that you first export your set for possible future use.',
    'DELETE_STYLE'                => 'Delete style',
    'DELETE_STYLE_EXPLAIN'        => 'Here you can remove the selected style. You cannot remove all the style elements from here. These must be deleted individually via their respective forms. Take care in deleting styles there is no undo facility.',
    'DELETE_TEMPLATE'            => 'Delete template',
    'DELETE_TEMPLATE_EXPLAIN'    => 'Here you can remove the selected template set from the database. Additionally, if you have permission you can elect to remove the set from the filesystem. Please note that there is no undo capability. When the templates are deleted they are gone for good. It is recommended that you first export your set for possible future use.',
    'DELETE_THEME'                => 'Delete theme',
    'DELETE_THEME_EXPLAIN'        => 'Here you can remove the selected theme from the database. Additionally, if you have permission you can elect to remove the theme from the filesystem. Please note that there is no undo capability. When the theme is deleted it is gone for good. It is recommended that you first export your theme for possible future use.',
    'DETAILS'                    => 'Details',
    'DIMENSIONS_EXPLAIN'        => 'Selecting yes here will include width/height parameters.',


    'EDIT_DETAILS_IMAGESET'                => 'Edit imageset details',
    'EDIT_DETAILS_IMAGESET_EXPLAIN'        => 'Here you can edit certain imageset details such as its name.',
    'EDIT_DETAILS_STYLE'                => 'Edit style',
    'EDIT_DETAILS_STYLE_EXPLAIN'        => 'Using the form below you can modify this existing style. You may alter the combination of template, theme and imageset which define the style itself. You may also make the style the default one.',
    'EDIT_DETAILS_TEMPLATE'                => 'Edit template details',
    'EDIT_DETAILS_TEMPLATE_EXPLAIN'        => 'Here you can edit certain template details such as its name. You may also have the option to switch storage of the stylesheet from the filesystem to the database and vice versa. This option depends on your PHP configuration and whether your template set can be written to by the web server.',
    'EDIT_DETAILS_THEME'                => 'Edit theme details',
    'EDIT_DETAILS_THEME_EXPLAIN'        => 'Here you can edit certain theme details such as its name. You may also have the option to switch storage of the stylesheet from the filesystem to the database and vice versa. This option depends on your PHP configuration and whether your stylesheet can be written to by the web server.',
    'EDIT_IMAGESET'                        => 'Edit imageset',
    'EDIT_IMAGESET_EXPLAIN'                => 'Here you can edit the individual images which define the imageset. You can also specify dimensions for the image. Dimensions are optional, specifying them can overcome certain rendering issues with some browsers. By not specifying them you reduce the size of the database record a little.',
    'EDIT_TEMPLATE'                        => 'Edit template',
    'EDIT_TEMPLATE_EXPLAIN'                => 'Here you can edit your template set directly. Please remember that these edits are permanent and cannot be undone once submitted. If PHP can write to the template files in your styles directory any changes here will be written directly to those files. If PHP cannot write to those files they will be copied into the database and all changes will only be reflected there. Please take care when editing your template set, remember to close all replacement variable terms {XXXX} and conditional statements.',
    'EDIT_TEMPLATE_STORED_DB'            => 'The template file was unwritable so the template set is now stored in the database containing the modified file.',
    'EDIT_THEME'                        => 'Edit theme',
    'EDIT_THEME_EXPLAIN'                => 'Here you can edit the selected theme, changing colours, images, etc.',
    'EDIT_THEME_STORED_DB'                => 'The stylesheet file was unwritable so the stylesheet is now stored in the database containing your modification.',
    'EDIT_THEME_STORE_PARSED'            => 'The theme requires that its stylesheet is parsed. This is only possible if it’s stored in the database.',
    'EDITOR_DISABLED'                    => 'The template editor is disabled.',
    'EXPORT'                            => 'Export',

    'FOREGROUND'            => 'Foreground',
    'FONT_COLOUR'            => 'Font colour',
    'FONT_FACE'                => 'Font face',
    'FONT_FACE_EXPLAIN'        => 'You can specify multiple fonts separated by commas. If a user doesn’t have the first font installed the first other working font will be chosen.',
    'FONT_SIZE'                => 'Font size',

    'GLOBAL_IMAGES'            => 'Global',

    'HIDE_CSS'                => 'Hide raw CSS',

    'IMAGE_WIDTH'                => 'Image width',
    'IMAGE_HEIGHT'                => 'Image height',
    'IMAGE'                        => 'Image',
    'IMAGE_NAME'                => 'Image name',
    'IMAGE_PARAMETER'            => 'Parameter',
    'IMAGE_VALUE'                => 'Value',
    'IMAGESET_ADDED'            => 'New imageset added on filesystem.',
    'IMAGESET_ADDED_DB'            => 'New imageset added to database.',
    'IMAGESET_DELETED'            => 'Imageset deleted successfully.',
    'IMAGESET_DELETED_FS'        => 'Imageset removed from database but some files may remain on the filesystem.',
    'IMAGESET_DETAILS_UPDATED'    => 'Imageset details successfully updated.',
    'IMAGESET_ERR_ARCHIVE'        => 'Please select an archive method.',
    'IMAGESET_ERR_COPY_LONG'    => 'The copyright can be no longer than 60 characters.',
    'IMAGESET_ERR_NAME_CHARS'    => 'The imageset name can only contain alphanumeric characters, -, +, _ and space.',
    'IMAGESET_ERR_NAME_EXIST'    => 'A imageset with that name already exists.',
    'IMAGESET_ERR_NAME_LONG'    => 'The imageset name can be no longer than 30 characters.',
    'IMAGESET_ERR_NOT_IMAGESET'    => 'The archive you specified does not contain a valid imageset.',
    'IMAGESET_ERR_STYLE_NAME'    => 'You must supply a name for this imageset.',
    'IMAGESET_EXPORT'            => 'Export imageset',
    'IMAGESET_EXPORT_EXPLAIN'    => 'Here you can export an imageset in the form of an archive. This archive will contain all the data necessary to install the set of images on another board. You may select whether to download the file directly or to place it in your store folder for download later or via FTP.',
    'IMAGESET_EXPORTED'            => 'Imageset exported successfully and stored in %s.',
    'IMAGESET_NAME'                => 'Imageset name',
    'IMAGESET_REFRESHED'        => 'Imageset refreshed successfully.',
    'IMAGESET_UPDATED'            => 'Imageset updated successfully.',
    'ITALIC'                    => 'Italic',

    'IMG_CAT_BUTTONS'        => 'Localised buttons',
    'IMG_CAT_CUSTOM'        => 'Custom images',
    'IMG_CAT_FOLDERS'        => 'Topic icons',
    'IMG_CAT_FORUMS'        => 'Forum icons',
    'IMG_CAT_ICONS'            => 'General icons',
    'IMG_CAT_LOGOS'            => 'Logos',
    'IMG_CAT_POLLS'            => 'Polling images',
    'IMG_CAT_UI'            => 'General user interface elements',
    'IMG_CAT_USER'            => 'Additional images',

    'IMG_SITE_LOGO'            => 'Main logo',
    'IMG_UPLOAD_BAR'        => 'Upload progress bar',
    'IMG_POLL_LEFT'            => 'Poll left end',
    'IMG_POLL_CENTER'        => 'Poll centre',
    'IMG_POLL_RIGHT'        => 'Poll right end',
    'IMG_ICON_FRIEND'        => 'Add as friend',
    'IMG_ICON_FOE'            => 'Add as foe',

    'IMG_FORUM_LINK'            => 'Forum link',
    'IMG_FORUM_READ'            => 'Forum',
    'IMG_FORUM_READ_LOCKED'        => 'Forum locked',
    'IMG_FORUM_READ_SUBFORUM'    => 'Subforum',
    'IMG_FORUM_UNREAD'            => 'Forum new posts',
    'IMG_FORUM_UNREAD_LOCKED'    => 'Forum new posts locked',
    'IMG_FORUM_UNREAD_SUBFORUM'    => 'Subforum new posts',
    'IMG_SUBFORUM_READ'            => 'Legend subforum',
    'IMG_SUBFORUM_UNREAD'        => 'Legend subforum new posts',

    'IMG_TOPIC_MOVED'            => 'Topic moved',

    'IMG_TOPIC_READ'                => 'Topic',
    'IMG_TOPIC_READ_MINE'            => 'Topic posted to',
    'IMG_TOPIC_READ_HOT'            => 'Topic popular',
    'IMG_TOPIC_READ_HOT_MINE'        => 'Topic popular posted to',
    'IMG_TOPIC_READ_LOCKED'            => 'Topic locked',
    'IMG_TOPIC_READ_LOCKED_MINE'    => 'Topic locked posted to',

    'IMG_TOPIC_UNREAD'                => 'Topic new posts',
    'IMG_TOPIC_UNREAD_MINE'            => 'Topic posted to new',
    'IMG_TOPIC_UNREAD_HOT'            => 'Topic popular new posts',
    'IMG_TOPIC_UNREAD_HOT_MINE'        => 'Topic popular posted to new',
    'IMG_TOPIC_UNREAD_LOCKED'        => 'Topic locked new',
    'IMG_TOPIC_UNREAD_LOCKED_MINE'    => 'Topic locked posted to new',

    'IMG_STICKY_READ'                => 'Sticky topic',
    'IMG_STICKY_READ_MINE'            => 'Sticky topic posted to',
    'IMG_STICKY_READ_LOCKED'        => 'Sticky topic locked',
    'IMG_STICKY_READ_LOCKED_MINE'    => 'Sticky topic locked posted to',
    'IMG_STICKY_UNREAD'                => 'Sticky topic new posts',
    'IMG_STICKY_UNREAD_MINE'        => 'Sticky topic posted to new',
    'IMG_STICKY_UNREAD_LOCKED'        => 'Sticky topic locked new posts',
    'IMG_STICKY_UNREAD_LOCKED_MINE'    => 'Sticky topic locked posted to new',

    'IMG_ANNOUNCE_READ'                    => 'Announcement',
    'IMG_ANNOUNCE_READ_MINE'            => 'Announcement posted to',
    'IMG_ANNOUNCE_READ_LOCKED'            => 'Announcement locked',
    'IMG_ANNOUNCE_READ_LOCKED_MINE'        => 'Announcement locked posted to',
    'IMG_ANNOUNCE_UNREAD'                => 'Announcement new posts',
    'IMG_ANNOUNCE_UNREAD_MINE'            => 'Announcement posted to new',
    'IMG_ANNOUNCE_UNREAD_LOCKED'        => 'Announcement locked new posts',
    'IMG_ANNOUNCE_UNREAD_LOCKED_MINE'    => 'Announcement locked posted to new',

    'IMG_GLOBAL_READ'                    => 'Global',
    'IMG_GLOBAL_READ_MINE'                => 'Global posted to',
    'IMG_GLOBAL_READ_LOCKED'            => 'Global locked',
    'IMG_GLOBAL_READ_LOCKED_MINE'        => 'Global locked posted to',
    'IMG_GLOBAL_UNREAD'                    => 'Global new posts',
    'IMG_GLOBAL_UNREAD_MINE'            => 'Global posted to new',
    'IMG_GLOBAL_UNREAD_LOCKED'            => 'Global locked new posts',
    'IMG_GLOBAL_UNREAD_LOCKED_MINE'        => 'Global locked posted to new',

    'IMG_PM_READ'        => 'Read private message',
    'IMG_PM_UNREAD'        => 'Unread private message',

    'IMG_ICON_BACK_TOP'        => 'Top',

    'IMG_ICON_CONTACT_AIM'        => 'AIM',
    'IMG_ICON_CONTACT_EMAIL'    => 'Send e-mail',
    'IMG_ICON_CONTACT_ICQ'        => 'ICQ',
    'IMG_ICON_CONTACT_JABBER'    => 'Jabber',
    'IMG_ICON_CONTACT_MSNM'        => 'MSNM',
    'IMG_ICON_CONTACT_PM'        => 'Send message',
    'IMG_ICON_CONTACT_YAHOO'    => 'YIM',
    'IMG_ICON_CONTACT_WWW'        => 'Website',

    'IMG_ICON_POST_DELETE'            => 'Delete post',
    'IMG_ICON_POST_EDIT'            => 'Edit post',
    'IMG_ICON_POST_INFO'            => 'Show post details',
    'IMG_ICON_POST_QUOTE'            => 'Quote post',
    'IMG_ICON_POST_REPORT'            => 'Report post',
    'IMG_ICON_POST_TARGET'            => 'Minipost',
    'IMG_ICON_POST_TARGET_UNREAD'    => 'New minipost',


    'IMG_ICON_TOPIC_ATTACH'            => 'Attachment',
    'IMG_ICON_TOPIC_LATEST'            => 'Last post',
    'IMG_ICON_TOPIC_NEWEST'            => 'Last unread post',
    'IMG_ICON_TOPIC_REPORTED'        => 'Post reported',
    'IMG_ICON_TOPIC_UNAPPROVED'        => 'Post unapproved',

    'IMG_ICON_USER_ONLINE'        => 'User online',
    'IMG_ICON_USER_OFFLINE'        => 'User offline',
    'IMG_ICON_USER_PROFILE'        => 'Show profile',
    'IMG_ICON_USER_SEARCH'        => 'Search posts',
    'IMG_ICON_USER_WARN'        => 'Warn user',

    'IMG_BUTTON_PM_FORWARD'        => 'Forward private message',
    'IMG_BUTTON_PM_NEW'            => 'New private message',
    'IMG_BUTTON_PM_REPLY'        => 'Reply private message',
    'IMG_BUTTON_TOPIC_LOCKED'    => 'Topic locked',
    'IMG_BUTTON_TOPIC_NEW'        => 'New topic',
    'IMG_BUTTON_TOPIC_REPLY'    => 'Reply topic',
    // Start DM Video
    'IMG_BUTTON_COMMENT_NEW' => 'New comment',
    'IMG_BUTTON_VIDEO_NEW' => 'New Video',
    // End DM Video

    'IMG_USER_ICON1'        => 'User defined image 1',
    'IMG_USER_ICON2'        => 'User defined image 2',
    'IMG_USER_ICON3'        => 'User defined image 3',
    'IMG_USER_ICON4'        => 'User defined image 4',
    'IMG_USER_ICON5'        => 'User defined image 5',
    'IMG_USER_ICON6'        => 'User defined image 6',
    'IMG_USER_ICON7'        => 'User defined image 7',
    'IMG_USER_ICON8'        => 'User defined image 8',
    'IMG_USER_ICON9'        => 'User defined image 9',
    'IMG_USER_ICON10'        => 'User defined image 10',

    'INCLUDE_DIMENSIONS'        => 'Include dimensions',
    'INCLUDE_IMAGESET'            => 'Include imageset',
    'INCLUDE_TEMPLATE'            => 'Include template',
    'INCLUDE_THEME'                => 'Include theme',
    'INHERITING_FROM'            => 'Inherits from',
    'INSTALL_IMAGESET'            => 'Install imageset',
    'INSTALL_IMAGESET_EXPLAIN'    => 'Here you can install your selected imageset. You can edit certain details if you wish or use the installation defaults.',
    'INSTALL_STYLE'                => 'Install style',
    'INSTALL_STYLE_EXPLAIN'        => 'Here you can install a new style and if appropriate the corresponding style elements. If you already have the relevant style elements installed they will not be overwritten. Some styles require existing style elements to already be installed. If you try installing such a style and do not have the required elements you will be notified.',
    'INSTALL_TEMPLATE'            => 'Install Template',
    'INSTALL_TEMPLATE_EXPLAIN'    => 'Here you can install a new template set. Depending on your server configuration you may have a number of options here.',
    'INSTALL_THEME'                => 'Install theme',
    'INSTALL_THEME_EXPLAIN'        => 'Here you can install your selected theme. You can edit certain details if you wish or use the installation defaults.',
    'INSTALLED_IMAGESET'        => 'Installed imagesets',
    'INSTALLED_STYLE'            => 'Installed styles',
    'INSTALLED_TEMPLATE'        => 'Installed templates',
    'INSTALLED_THEME'            => 'Installed themes',

    'LINE_SPACING'                => 'Line spacing',
    'LOCALISED_IMAGES'            => 'Localised',
    'LOCATION_DISABLED_EXPLAIN'    => 'This setting is inherited and cannot be changed.',


    'NO_CLASS'                    => 'Cannot find class in stylesheet.',
    'NO_IMAGESET'                => 'Cannot find imageset on filesystem.',
    'NO_IMAGE'                    => 'No image',
    'NO_IMAGE_ERROR'            => 'Cannot find image on filesystem.',
    'NO_STYLE'                    => 'Cannot find style on filesystem.',
    'NO_TEMPLATE'                => 'Cannot find template on filesystem.',
    'NO_THEME'                    => 'Cannot find theme on filesystem.',
    'NO_UNINSTALLED_IMAGESET'    => 'No uninstalled imagesets detected.',
    'NO_UNINSTALLED_STYLE'        => 'No uninstalled styles detected.',
    'NO_UNINSTALLED_TEMPLATE'    => 'No uninstalled templates detected.',
    'NO_UNINSTALLED_THEME'        => 'No uninstalled themes detected.',
    'NO_UNIT'                    => 'None',

    'ONLY_IMAGESET'            => 'This is the only remaining imageset, you cannot delete it.',
    'ONLY_STYLE'            => 'This is the only remaining style, you cannot delete it.',
    'ONLY_TEMPLATE'            => 'This is the only remaining template set, you cannot delete it.',
    'ONLY_THEME'            => 'This is the only remaining theme, you cannot delete it.',
    'OPTIONAL_BASIS'        => 'Optional basis',

    'REFRESH'                    => 'Refresh',
    'REPEAT_NO'                    => 'None',
    'REPEAT_X'                    => 'Only horizontally',
    'REPEAT_Y'                    => 'Only vertically',
    'REPEAT_ALL'                => 'Both directions',
    'REPLACE_IMAGESET'            => 'Replace imageset with',
    'REPLACE_IMAGESET_EXPLAIN'    => 'This imageset will replace the one you are deleting in any styles that use it.',
    'REPLACE_STYLE'                => 'Replace style with',
    'REPLACE_STYLE_EXPLAIN'        => 'This style will replace the one being deleted for members that use it.',
    'REPLACE_TEMPLATE'            => 'Replace template with',
    'REPLACE_TEMPLATE_EXPLAIN'    => 'This template set will replace the one you are deleting in any styles that use it.',
    'REPLACE_THEME'                => 'Replace theme with',
    'REPLACE_THEME_EXPLAIN'        => 'This theme will replace the one you are deleting in any styles that use it.',
    'REQUIRES_IMAGESET'            => 'This style requires the %s imageset to be installed.',
    'REQUIRES_TEMPLATE'            => 'This style requires the %s template set to be installed.',
    'REQUIRES_THEME'            => 'This style requires the %s theme to be installed.',

    'SELECT_IMAGE'                => 'Select image',
    'SELECT_TEMPLATE'            => 'Select template file',
    'SELECT_THEME'                => 'Select theme file',
    'SELECTED_IMAGE'            => 'Selected image',
    'SELECTED_IMAGESET'            => 'Selected imageset',
    'SELECTED_TEMPLATE'            => 'Selected template',
    'SELECTED_TEMPLATE_FILE'    => 'Selected template file',
    'SELECTED_THEME'            => 'Selected theme',
    'SELECTED_THEME_FILE'        => 'Selected theme file',
    'STORE_DATABASE'            => 'Database',
    'STORE_FILESYSTEM'            => 'Filesystem',
    'STYLE_ACTIVATE'            => 'Activate',
    'STYLE_ACTIVE'                => 'Active',
    'STYLE_ADDED'                => 'Style added successfully.',
    'STYLE_DEACTIVATE'            => 'Deactivate',
    'STYLE_DEFAULT'                => 'Make default style',
    'STYLE_DELETED'                => 'Style deleted successfully.',
    'STYLE_DETAILS_UPDATED'        => 'Style edited successfully.',
    'STYLE_ERR_ARCHIVE'            => 'Please select an archive method.',
    'STYLE_ERR_COPY_LONG'        => 'The copyright can be no longer than 60 characters.',
    'STYLE_ERR_MORE_ELEMENTS'    => 'You must select at least one style element.',
    'STYLE_ERR_NAME_CHARS'        => 'The style name can only contain alphanumeric characters, -, +, _ and space.',
    'STYLE_ERR_NAME_EXIST'        => 'A style with that name already exists.',
    'STYLE_ERR_NAME_LONG'        => 'The style name can be no longer than 30 characters.',
    'STYLE_ERR_NO_IDS'            => 'You must select a template, theme and imageset for this style.',
    'STYLE_ERR_NOT_STYLE'        => 'The imported or uploaded file did not contain a valid style archive.',
    'STYLE_ERR_STYLE_NAME'        => 'You must supply a name for this style.',
    'STYLE_EXPORT'                => 'Export style',
    'STYLE_EXPORT_EXPLAIN'        => 'Here you can export a style in the form of an archive. A style does not need to contain all elements but it must contain at least one. For example if you have created a new theme and imageset for a commonly used template you could simply export the theme and imageset and omit the template. You may select whether to download the file directly or to place it in your store folder for download later or via FTP.',
    'STYLE_EXPORTED'            => 'Style exported successfully and stored in %s.',
    'STYLE_IMAGESET'            => 'Imageset',
    'STYLE_NAME'                => 'Style name',
    'STYLE_TEMPLATE'            => 'Template',
    'STYLE_THEME'                => 'Theme',
    'STYLE_USED_BY'                => 'Used by (including robots)',

    'TEMPLATE_ADDED'            => 'Template set added and stored on filesystem.',
    'TEMPLATE_ADDED_DB'            => 'Template set added and stored in database.',
    'TEMPLATE_CACHE'            => 'Template cache',
    'TEMPLATE_CACHE_EXPLAIN'    => 'By default phpBB caches the compiled version of its templates. This decreases the load on the server each time a page is viewed and thus may reduce the page generation time. Here you can view the cache status of each file and delete individual files or the entire cache.',
    'TEMPLATE_CACHE_CLEARED'    => 'Template cache cleared successfully.',
    'TEMPLATE_CACHE_EMPTY'        => 'There are no cached templates.',
    'TEMPLATE_DELETED'            => 'Template set deleted successfully.',
    'TEMPLATE_DELETE_DEPENDENT'    => 'The template set cannot be deleted as there are one or more other template sets inheriting from it:',
    'TEMPLATE_DELETED_FS'        => 'Template set removed from database but some files may remain on the filesystem.',
    'TEMPLATE_DETAILS_UPDATED'    => 'Template details successfully updated.',
    'TEMPLATE_EDITOR'            => 'Raw HTML template editor',
    'TEMPLATE_EDITOR_HEIGHT'    => 'Template editor height',
    'TEMPLATE_ERR_ARCHIVE'        => 'Please select an archive method.',
    'TEMPLATE_ERR_CACHE_READ'    => 'The cache directory used to store cached versions of template files could not be opened.',
    'TEMPLATE_ERR_COPY_LONG'    => 'The copyright can be no longer than 60 characters.',
    'TEMPLATE_ERR_NAME_CHARS'    => 'The template name can only contain alphanumeric characters, -, +, _ and space.',
    'TEMPLATE_ERR_NAME_EXIST'    => 'A template set with that name already exists.',
    'TEMPLATE_ERR_NAME_LONG'    => 'The template name can be no longer than 30 characters.',
    'TEMPLATE_ERR_NOT_TEMPLATE'    => 'The archive you specified does not contain a valid template set.',
    'TEMPLATE_ERR_REQUIRED_OR_INCOMPLETE' => 'The new template set requires the template %s to be installed and not inheriting itself.',
    'TEMPLATE_ERR_STYLE_NAME'    => 'You must supply a name for this template.',
    'TEMPLATE_EXPORT'            => 'Export templates',
    'TEMPLATE_EXPORT_EXPLAIN'    => 'Here you can export a template set in the form of an archive. This archive will contain all the files necessary to install the templates on another board. You may select whether to download the file directly or to place it in your store folder for download later or via FTP.',
    'TEMPLATE_EXPORTED'            => 'Templates exported successfully and stored in %s.',
    'TEMPLATE_FILE'                => 'Template file',
    'TEMPLATE_FILE_UPDATED'        => 'Template file updated successfully.',
    'TEMPLATE_INHERITS'            => 'This template sets inherits from %s and thus cannot have a different storage setting than its super template.',
    'TEMPLATE_LOCATION'            => 'Store templates in',
    'TEMPLATE_LOCATION_EXPLAIN'    => 'Images are always stored on the filesystem.',
    'TEMPLATE_NAME'                => 'Template name',
    'TEMPLATE_FILE_NOT_WRITABLE'=> 'Unable to write to template file %s. Please check the permissions for the directory and the files.',
    'TEMPLATE_REFRESHED'        => 'Template refreshed successfully.',

    'THEME_ADDED'                => 'New theme added on filesystem.',
    'THEME_ADDED_DB'            => 'New theme added to database.',
    'THEME_CLASS_ADDED'            => 'Custom class added successfully.',
    'THEME_DELETED'                => 'Theme deleted successfully.',
    'THEME_DELETED_FS'            => 'Theme removed from database but files remain on the filesystem.',
    'THEME_DETAILS_UPDATED'        => 'Theme details successfully updated.',
    'THEME_EDITOR'                => 'Theme editor',
    'THEME_EDITOR_HEIGHT'        => 'Theme editor height',
    'THEME_ERR_ARCHIVE'            => 'Please select an archive method.',
    'THEME_ERR_CLASS_CHARS'        => 'Only alphanumeric characters plus ., :, -, _ and # are valid in class names.',
    'THEME_ERR_COPY_LONG'        => 'The copyright can be no longer than 60 characters.',
    'THEME_ERR_NAME_CHARS'        => 'The theme name can only contain alphanumeric characters, -, +, _ and space.',
    'THEME_ERR_NAME_EXIST'        => 'A theme with that name already exists.',
    'THEME_ERR_NAME_LONG'        => 'The theme name can be no longer than 30 characters.',
    'THEME_ERR_NOT_THEME'        => 'The archive you specified does not contain a valid theme.',
    'THEME_ERR_REFRESH_FS'        => 'This theme is stored on the filesystem so there is no need to refresh it.',
    'THEME_ERR_STYLE_NAME'        => 'You must supply a name for this theme.',
    'THEME_FILE'                => 'Theme file',
    'THEME_EXPORT'                => 'Export Theme',
    'THEME_EXPORT_EXPLAIN'        => 'Here you can export a theme in the form of an archive. This archive will contain all the data necessary to install the theme on another board. You may select whether to download the file directly or to place it in your store folder for download later or via FTP.',
    'THEME_EXPORTED'            => 'Theme exported successfully and stored in %s.',
    'THEME_LOCATION'            => 'Store stylesheet in',
    'THEME_LOCATION_EXPLAIN'    => 'Images are always stored on the filesystem.',
    'THEME_NAME'                => 'Theme name',
    'THEME_REFRESHED'            => 'Theme refreshed successfully.',
    'THEME_UPDATED'                => 'Theme updated successfully.',

    'UNDERLINE'                => 'Underline',
    'UNINSTALLED_IMAGESET'    => 'Uninstalled imagesets',
    'UNINSTALLED_STYLE'        => 'Uninstalled styles',
    'UNINSTALLED_TEMPLATE'    => 'Uninstalled templates',
    'UNINSTALLED_THEME'        => 'Uninstalled themes',
    'UNSET'                    => 'Undefined',

));

?>
La lingua italiana ha sempre la stessa aggiunta.

òCarlo: che errore potrei aver fatto?

Rispondi

Torna a “Supporto stili”

Chi c’è in linea

Visitano il forum: Nessuno e 35 ospiti