'Dati di supporto', 'intro' => 'Per le segnalazioni di bug e l\'assistenza, visitare il forum di FlatPress, ' . // 'segnalare il bug su GitHub ' . // 'o inviare un\'e-mail.
Incollare questi problemi (copia e incolla) in inglese ' . // 'con le seguenti informazioni: Descrizione del bug, passaggi per la riproduzione.', // output "Setup" 'h2_general' => 'General', 'h3_setup' => 'Setup', 'version' => '

FlatPress version: ', 'basedir' => '

Base directory: ', 'blogbaseurl' => '

Blog base URL: ', 'pos_theme' => '

Theme: ', 'neg_theme' => '

Theme: not set (default is leggero)

', 'pos_style' => '

Style: ', 'neg_style' => '

Style: default style

', 'pos_plugins' => '

Activated plugins: ', 'neg_plugins' => '

Activated plugins: Could not be determined.

', // output "International" 'h3_international' => 'International', 'pos_LANG_DEFAULT' => '

Language (automatic): ', 'neg_LANG_DEFAULT' => '

Language (automatic): ℹ not recognized

', 'pos_lang' => '

Language (set): ', 'neg_lang' => '

Language (set): not set

', 'pos_charset' => '

Character set: ', 'neg_charset' => '

Character set: not set (default is utf-8)

', 'global_date_time' => '

UTC date, time: ', 'neg_global_date_time' => 'Could not be determined.

', 'local_date_time' => '

LCL date, time: ', 'neg_local_date_time' => 'Could not be determined.

', 'time_offset' => '

Time offset: ', // output "Core files" 'h2_permissions' => 'File and directory permissions', 'h3_core_files' => 'Core', 'desc_setupfile' => '

As soon as the setup has been successfully executed, the setup.php file should be deleted before productive operation.

', 'error_setupfile' => '

! The setup file is located in the main directory!

', 'success_setupfile' => '

The setup file was not found in the main directory.

', 'desc_defaultsfile' => '

The defaults.php file should only be read-only for productive operation.

', 'attention_defaultsfile' => '

The defaults.php file can be changed!

', 'success_defaultsfile' => '

The defaults.php file cannot be changed.

', 'desc_admindir' => '

The admin directory should be read-only for productive operation.

', 'attention_admindir' => '

The core files in the admin directory are writable!

', 'success_admindir' => '

The core files in the admin directory are not writable.

', 'desc_includesdir' => '

The fp-includes directory should be read-only for productive operation.

', 'attention_includesdir' => '

The core files in the fp-includes directory are writable!

', 'success_includesdir' => '

The core files in the fp-includes directory are not writable.

', // output "Configuration file for the webserver" 'h3_configwebserver' => 'Configuration file for the webserver', 'note_configwebserver' => 'The main directory must be writable in order to be able to create or modify an .htaccess file with the PrettyURLs plugin.
' . // 'Note: Only web servers that are NCSA compatible, such as Apache, are familiar with the concept of .htaccess files.', 'serversoftware' => 'The server software is ' . $_SERVER ['SERVER_SOFTWARE'] . '.', 'success_maindir' => '

The FlatPress main directory is writable.

', 'attention_maindir' => '

The FlatPress main directory is not writable!

', 'success_htaccessw' => '

The .htaccess file is writable.

', 'attention_htaccessw' => '

The .htaccess file is not writable!

', 'attention_htaccessn' => '

A .htaccess file already exists in the main directory!

', 'success_htaccessn' => '

No .htaccess file was found in the main directory.

', // output "Themes and plugins" 'h3_themesplugins' => 'Themes and plugins', 'desc_interfacedir' => 'The fp-interface directory should be read-only for productive operation.', 'attention_interfacedir' => '

The directory fp-interface writable!

', 'success_interfacedir' => '

The directory fp-interface is not writable.

', 'desc_themesdir' => 'The themes directory should be read-only for productive operation.', 'attention_themesdir' => '

The theme directory is writable!

', 'success_themesdir' => '

The theme directory is not writable.

', 'desc_plugindir' => 'The fp-plugin directory should be read-only for productive operation.', 'attention_plugindir' => '

The plugin directory fp-plugins writable!

', 'success_plugindir' => '

The plugin directory fp-plugins is not writable.

', // output "Content directory" 'h3_contentdir' => 'Content', 'desc_contentdir' => 'The fp-content directory must be writable for FlatPress to work.', 'success_contentdir' => '

The fp-content directory is writable.

', 'error_contentdir' => '

! The fp-content directory is not writable!

', 'desc_imagesdir' => 'This images directory must have write permissions so that you can upload images.', 'success_imagesdir' => '

The images directory is writable.

', 'error_imagesdir' => '

! The images directory is not writable!

', 'attention_imagesdir' => '

The images directory does not exist.

', 'desc_thumbsdir' => 'This thumbs directory must have write permissions so that scalable images can be created.', 'success_thumbsdir' => '

The images/.thumbs directory is writable.

', 'error_thumbsdir' => '

! The images/.thumbs directory is not writable!

', 'attention_thumbsdir' => '

The .thumbs directory does not exist, ' . // 'but is created automatically as soon as a thumbnail has been created with the Thumbnails plugin.

', 'desc_attachsdir' => 'This upload directory must have write permissions so that you can upload something.', 'success_attachsdir' => '

The upload directory is writable.

', 'error_attachsdir' => '

! The upload directory is not writable!

', 'attention_attachsdir' => '

The upload directory does not exist, ' . // 'but is created automatically with the first upload.

', 'desc_cachedir' => 'This cache directory must have write permission for the cache to function correctly.', 'success_cachedir' => '

The cache directory is writable.

', 'error1_cachedir' => '

! The cache directory is not writable!

', 'error2_cachedir' => '

! The directory cache does not exist!

', // output "PHP" 'h2_php' => 'PHP', 'php_ver' => 'The PHP version is ' . phpversion() . '', 'h3_extensions' => 'Extensions', 'desc_php_intl' => 'The PHP-Intl extension must be activated.', 'error_php_intl' => '

! The intl Extension is not activated!

', 'success_php_intl' => '

The intl Extension is activated.

', 'desc_php_gdlib' => 'The GDlib extension must be activated to create image thumbnails.', 'error_php_gdlib' => '

! The GD Extension is not activated!

', 'success_php_gdlib' => '

The GD Extension is activated.

', // output "Other" 'h2_other' => 'Other', 'desc_browser' => 'The browser used is of interest if there are display errors.', 'no_browser' => 'Not recognized', 'detect_browser' => '

Browser: ', 'desc_cookie' => 'If visitors to the FlatPress blog are to be informed about cookies, this is the cookie.
' . // 'Hint: The name of the cookie changes each time FlatPress is reinstalled.', 'session_cookie' => '

Session cookie: ', 'no_session_cookie' => 'Could not be determined.', 'h3_completed' => 'Output completed!', 'symbols' => '

Symbols:

', 'symbol_success' => '

No action necessary

', 'symbol_attention' => '

Does not restrict functionality, but requires attention

', 'symbol_error' => '

! Action urgently needed

', 'close_btn' => 'Chiudere' ); ?>