From 6a09f0f441f022da5038ef777ed648152011c1d0 Mon Sep 17 00:00:00 2001 From: Tom Homer Date: Mon, 9 Jan 2017 09:35:56 -0500 Subject: [PATCH] Updated Language Files --- language/afrikaans.php | 15 +++++++++++++-- language/afrikaans_utf-8.php | 15 +++++++++++++-- language/bosnian.php | 15 +++++++++++++-- language/bosnian_utf-8.php | 15 +++++++++++++-- language/bulgarian.php | 15 +++++++++++++-- language/bulgarian_utf-8.php | 15 +++++++++++++-- language/catalan.php | 15 +++++++++++++-- language/catalan_utf-8.php | 15 +++++++++++++-- language/chinese_simplified_utf-8.php | 15 +++++++++++++-- language/chinese_traditional_utf-8.php | 15 +++++++++++++-- language/croatian.php | 15 +++++++++++++-- language/croatian_utf-8.php | 15 +++++++++++++-- language/czech.php | 15 +++++++++++++-- language/czech_utf-8.php | 15 +++++++++++++-- language/danish.php | 15 +++++++++++++-- language/danish_utf-8.php | 15 +++++++++++++-- language/dutch.php | 15 +++++++++++++-- language/dutch_utf-8.php | 15 +++++++++++++-- language/estonian.php | 15 +++++++++++++-- language/estonian_utf-8.php | 15 +++++++++++++-- language/farsi_utf-8.php | 15 +++++++++++++-- language/finnish.php | 15 +++++++++++++-- language/finnish_utf-8.php | 15 +++++++++++++-- language/french_canada.php | 15 +++++++++++++-- language/french_canada_utf-8.php | 15 +++++++++++++-- language/french_france.php | 15 +++++++++++++-- language/french_france_utf-8.php | 15 +++++++++++++-- language/german.php | 15 +++++++++++++-- language/german_formal.php | 15 +++++++++++++-- language/german_formal_utf-8.php | 15 +++++++++++++-- language/german_utf-8.php | 15 +++++++++++++-- language/hebrew_utf-8.php | 15 +++++++++++++-- language/hellenic.php | 15 +++++++++++++-- language/hellenic_utf-8.php | 15 +++++++++++++-- language/indonesian.php | 15 +++++++++++++-- language/indonesian_utf-8.php | 15 +++++++++++++-- language/italian.php | 15 +++++++++++++-- language/italian_utf-8.php | 15 +++++++++++++-- language/japanese_utf-8.php | 21 ++++++++++----------- language/korean.php | 15 +++++++++++++-- language/korean_utf-8.php | 15 +++++++++++++-- language/norwegian.php | 15 +++++++++++++-- language/norwegian_utf-8.php | 15 +++++++++++++-- language/polish.php | 15 +++++++++++++-- language/polish_utf-8.php | 15 +++++++++++++-- language/portuguese.php | 15 +++++++++++++-- language/portuguese_brazil.php | 15 +++++++++++++-- language/portuguese_brazil_utf-8.php | 15 +++++++++++++-- language/portuguese_utf-8.php | 15 +++++++++++++-- language/romanian.php | 15 +++++++++++++-- language/romanian_utf-8.php | 15 +++++++++++++-- language/russian.php | 15 +++++++++++++-- language/russian_utf-8.php | 15 +++++++++++++-- language/serbian.php | 15 +++++++++++++-- language/serbian_utf-8.php | 15 +++++++++++++-- language/slovak.php | 15 +++++++++++++-- language/slovak_utf-8.php | 15 +++++++++++++-- language/slovenian.php | 15 +++++++++++++-- language/slovenian_utf-8.php | 15 +++++++++++++-- language/spanish.php | 15 +++++++++++++-- language/spanish_argentina.php | 15 +++++++++++++-- language/spanish_argentina_utf-8.php | 15 +++++++++++++-- language/spanish_utf-8.php | 15 +++++++++++++-- language/swedish.php | 15 +++++++++++++-- language/swedish_utf-8.php | 15 +++++++++++++-- language/turkish.php | 15 +++++++++++++-- language/turkish_utf-8.php | 15 +++++++++++++-- language/ukrainian.php | 15 +++++++++++++-- language/ukrainian_koi8-u.php | 15 +++++++++++++-- language/ukrainian_utf-8.php | 15 +++++++++++++-- 70 files changed, 907 insertions(+), 149 deletions(-) diff --git a/language/afrikaans.php b/language/afrikaans.php index 4c1e07ff0..88f23dd31 100644 --- a/language/afrikaans.php +++ b/language/afrikaans.php @@ -746,6 +746,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -865,7 +872,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2513,4 +2525,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/afrikaans_utf-8.php b/language/afrikaans_utf-8.php index 7ea9df5ea..e6311329f 100644 --- a/language/afrikaans_utf-8.php +++ b/language/afrikaans_utf-8.php @@ -746,6 +746,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -865,7 +872,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2513,4 +2525,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/bosnian.php b/language/bosnian.php index 170921997..6f770a7c8 100644 --- a/language/bosnian.php +++ b/language/bosnian.php @@ -750,6 +750,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -869,7 +876,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2517,4 +2529,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/bosnian_utf-8.php b/language/bosnian_utf-8.php index 61a917c69..918733065 100644 --- a/language/bosnian_utf-8.php +++ b/language/bosnian_utf-8.php @@ -750,6 +750,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -869,7 +876,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2517,4 +2529,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/bulgarian.php b/language/bulgarian.php index d34fdc7fa..dda272b09 100644 --- a/language/bulgarian.php +++ b/language/bulgarian.php @@ -746,6 +746,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -865,7 +872,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2513,4 +2525,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/bulgarian_utf-8.php b/language/bulgarian_utf-8.php index 0ee313a3d..bd5eaa380 100644 --- a/language/bulgarian_utf-8.php +++ b/language/bulgarian_utf-8.php @@ -746,6 +746,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -865,7 +872,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2513,4 +2525,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/catalan.php b/language/catalan.php index 4c2302b22..2724e7fa9 100644 --- a/language/catalan.php +++ b/language/catalan.php @@ -744,6 +744,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -863,7 +870,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2511,4 +2523,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/catalan_utf-8.php b/language/catalan_utf-8.php index 6e1e3beec..1155cc455 100644 --- a/language/catalan_utf-8.php +++ b/language/catalan_utf-8.php @@ -744,6 +744,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -863,7 +870,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2511,4 +2523,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/chinese_simplified_utf-8.php b/language/chinese_simplified_utf-8.php index 486581200..3a4923788 100644 --- a/language/chinese_simplified_utf-8.php +++ b/language/chinese_simplified_utf-8.php @@ -749,6 +749,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -868,7 +875,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2516,4 +2528,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/chinese_traditional_utf-8.php b/language/chinese_traditional_utf-8.php index cb29b468b..84e4c0b8f 100644 --- a/language/chinese_traditional_utf-8.php +++ b/language/chinese_traditional_utf-8.php @@ -749,6 +749,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -868,7 +875,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2516,4 +2528,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/croatian.php b/language/croatian.php index 2b6af66e8..444656722 100644 --- a/language/croatian.php +++ b/language/croatian.php @@ -746,6 +746,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -865,7 +872,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2513,4 +2525,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/croatian_utf-8.php b/language/croatian_utf-8.php index 3297cd190..c0b16708f 100644 --- a/language/croatian_utf-8.php +++ b/language/croatian_utf-8.php @@ -748,6 +748,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -867,7 +874,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2515,4 +2527,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/czech.php b/language/czech.php index 05087ec0f..2439e787e 100644 --- a/language/czech.php +++ b/language/czech.php @@ -745,6 +745,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -864,7 +871,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2512,4 +2524,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/czech_utf-8.php b/language/czech_utf-8.php index 0963d89df..7eb7839b7 100644 --- a/language/czech_utf-8.php +++ b/language/czech_utf-8.php @@ -745,6 +745,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -864,7 +871,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2512,4 +2524,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/danish.php b/language/danish.php index f11936b06..12e78e2c3 100644 --- a/language/danish.php +++ b/language/danish.php @@ -745,6 +745,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -864,7 +871,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2512,4 +2524,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/danish_utf-8.php b/language/danish_utf-8.php index 56d186587..0d6d2d10a 100644 --- a/language/danish_utf-8.php +++ b/language/danish_utf-8.php @@ -745,6 +745,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -864,7 +871,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2512,4 +2524,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/dutch.php b/language/dutch.php index 8e4a94ccf..ea73bbb63 100644 --- a/language/dutch.php +++ b/language/dutch.php @@ -752,6 +752,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -871,7 +878,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2519,4 +2531,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/dutch_utf-8.php b/language/dutch_utf-8.php index 69ae13a6a..2ac565956 100644 --- a/language/dutch_utf-8.php +++ b/language/dutch_utf-8.php @@ -752,6 +752,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -871,7 +878,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2519,4 +2531,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/estonian.php b/language/estonian.php index 53edce310..4b6104ac5 100644 --- a/language/estonian.php +++ b/language/estonian.php @@ -747,6 +747,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -866,7 +873,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2514,4 +2526,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/estonian_utf-8.php b/language/estonian_utf-8.php index 6333c9f6d..560bfe39e 100644 --- a/language/estonian_utf-8.php +++ b/language/estonian_utf-8.php @@ -747,6 +747,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -866,7 +873,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2514,4 +2526,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/farsi_utf-8.php b/language/farsi_utf-8.php index 9ca18ff37..3e878a0ea 100644 --- a/language/farsi_utf-8.php +++ b/language/farsi_utf-8.php @@ -734,6 +734,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -853,7 +860,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2501,4 +2513,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/finnish.php b/language/finnish.php index 34866101a..47ffc0f38 100644 --- a/language/finnish.php +++ b/language/finnish.php @@ -747,6 +747,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -866,7 +873,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2514,4 +2526,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/finnish_utf-8.php b/language/finnish_utf-8.php index 7bbee7c7e..92116f853 100644 --- a/language/finnish_utf-8.php +++ b/language/finnish_utf-8.php @@ -749,6 +749,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -868,7 +875,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2516,4 +2528,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/french_canada.php b/language/french_canada.php index c578d3e87..da1f5f686 100644 --- a/language/french_canada.php +++ b/language/french_canada.php @@ -749,6 +749,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -868,7 +875,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2516,4 +2528,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/french_canada_utf-8.php b/language/french_canada_utf-8.php index 2ea1fb4b3..038f1c3d4 100644 --- a/language/french_canada_utf-8.php +++ b/language/french_canada_utf-8.php @@ -749,6 +749,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -868,7 +875,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2516,4 +2528,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/french_france.php b/language/french_france.php index 5665edc95..4b8f57bf3 100644 --- a/language/french_france.php +++ b/language/french_france.php @@ -747,6 +747,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -866,7 +873,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2514,4 +2526,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/french_france_utf-8.php b/language/french_france_utf-8.php index 1b2ef1aec..67f2284bb 100644 --- a/language/french_france_utf-8.php +++ b/language/french_france_utf-8.php @@ -747,6 +747,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -866,7 +873,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2514,4 +2526,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/german.php b/language/german.php index 33b6426c8..d23acc1a2 100644 --- a/language/german.php +++ b/language/german.php @@ -750,6 +750,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -869,7 +876,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2517,4 +2529,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/german_formal.php b/language/german_formal.php index f48371afe..a5431b646 100644 --- a/language/german_formal.php +++ b/language/german_formal.php @@ -751,6 +751,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -870,7 +877,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2518,4 +2530,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/german_formal_utf-8.php b/language/german_formal_utf-8.php index 3b1e17284..a0770d710 100644 --- a/language/german_formal_utf-8.php +++ b/language/german_formal_utf-8.php @@ -751,6 +751,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -870,7 +877,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2518,4 +2530,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/german_utf-8.php b/language/german_utf-8.php index 5b2a8666a..943775ee4 100644 --- a/language/german_utf-8.php +++ b/language/german_utf-8.php @@ -750,6 +750,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -869,7 +876,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2517,4 +2529,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/hebrew_utf-8.php b/language/hebrew_utf-8.php index 5873d5f0b..fc9845428 100644 --- a/language/hebrew_utf-8.php +++ b/language/hebrew_utf-8.php @@ -748,6 +748,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -867,7 +874,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. If -1 cached until block is edited again. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. If -1 cached until block is edited again. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2515,4 +2527,3 @@ 'hash' => 'שדה זה להיות בפונקציית קידוד הנתמכת על ידי גרסת ה-PHP שלכם' ); - diff --git a/language/hellenic.php b/language/hellenic.php index fb07da67a..24c441d7e 100644 --- a/language/hellenic.php +++ b/language/hellenic.php @@ -754,6 +754,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -873,7 +880,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2521,4 +2533,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/hellenic_utf-8.php b/language/hellenic_utf-8.php index ef1b19d5b..d1eb9b00d 100644 --- a/language/hellenic_utf-8.php +++ b/language/hellenic_utf-8.php @@ -754,6 +754,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -873,7 +880,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2521,4 +2533,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/indonesian.php b/language/indonesian.php index 62d88db8b..d0c00b3ac 100644 --- a/language/indonesian.php +++ b/language/indonesian.php @@ -746,6 +746,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -865,7 +872,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2513,4 +2525,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/indonesian_utf-8.php b/language/indonesian_utf-8.php index acaca6d1e..c5ea36b50 100644 --- a/language/indonesian_utf-8.php +++ b/language/indonesian_utf-8.php @@ -746,6 +746,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -865,7 +872,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2513,4 +2525,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/italian.php b/language/italian.php index 6cd07763f..5b09b415d 100644 --- a/language/italian.php +++ b/language/italian.php @@ -748,6 +748,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -867,7 +874,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2515,4 +2527,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/italian_utf-8.php b/language/italian_utf-8.php index 51698802d..3dc76bdc0 100644 --- a/language/italian_utf-8.php +++ b/language/italian_utf-8.php @@ -748,6 +748,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -867,7 +874,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2515,4 +2527,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/japanese_utf-8.php b/language/japanese_utf-8.php index 199f01f4b..9ac2c93d6 100644 --- a/language/japanese_utf-8.php +++ b/language/japanese_utf-8.php @@ -755,13 +755,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'open_basedir の制限がこのサイトで有効な場合、インストールの際にパーミッションで問題が起きるかもしれません。以下のファイルシステムチェックを行ってください。', - 'database_settings' => 'Database Settings', - 'database_mysql_version' => 'MySQL Version', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', - 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_version' => 'Postgresql Version', 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', - 'database_dms' => 'Database Management System', - 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'GeeklogにはPHP version 5.3.3以降が必要です。', 'php_settings' => 'PHPの設定', 'php_version' => 'PHPのバージョン', @@ -882,11 +882,11 @@ 'position' => '位置', 'cache_time' => 'キャッシュ期間', 'cache_time_desc' => 'このブロックは指定された秒数の間キャッシュされます。0 を指定するとキャッシュしません。(3600 = 1時間、86400 = 1日)', - 'block_type_gldefault' => 'システム', - 'block_type_normal' => 'ノーマル', - 'block_type_phpblock' => 'PHP', - 'block_type_portal' => 'ポータル', - 'block_type_dynamic' => 'ダイナミック' + 'block_type_gldefault' => 'システム', + 'block_type_normal' => 'ノーマル', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'ポータル', + 'block_type_dynamic' => 'ダイナミック' ); ############################################################################### @@ -2534,4 +2534,3 @@ 'hash' => 'このフィールドにはあなたの使用しているPHPのバージョンでサポートしているhash関数を入力しなければなりません' ); - diff --git a/language/korean.php b/language/korean.php index 9d0d73daa..3c80e0e89 100644 --- a/language/korean.php +++ b/language/korean.php @@ -747,6 +747,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -866,7 +873,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2514,4 +2526,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/korean_utf-8.php b/language/korean_utf-8.php index a010563bc..f6356eb0d 100644 --- a/language/korean_utf-8.php +++ b/language/korean_utf-8.php @@ -747,6 +747,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -866,7 +873,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2514,4 +2526,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/norwegian.php b/language/norwegian.php index cd01a1735..69e9e0a5a 100644 --- a/language/norwegian.php +++ b/language/norwegian.php @@ -759,6 +759,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -878,7 +885,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2526,4 +2538,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/norwegian_utf-8.php b/language/norwegian_utf-8.php index 2e18745d1..5b9aad749 100644 --- a/language/norwegian_utf-8.php +++ b/language/norwegian_utf-8.php @@ -759,6 +759,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -878,7 +885,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2526,4 +2538,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/polish.php b/language/polish.php index fdabebcd7..041d23f63 100644 --- a/language/polish.php +++ b/language/polish.php @@ -746,6 +746,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -865,7 +872,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2513,4 +2525,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/polish_utf-8.php b/language/polish_utf-8.php index 26d438b36..056eef0df 100644 --- a/language/polish_utf-8.php +++ b/language/polish_utf-8.php @@ -746,6 +746,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -865,7 +872,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2513,4 +2525,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/portuguese.php b/language/portuguese.php index 24ae731ce..51c97d3fc 100644 --- a/language/portuguese.php +++ b/language/portuguese.php @@ -745,6 +745,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -864,7 +871,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2512,4 +2524,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/portuguese_brazil.php b/language/portuguese_brazil.php index e8aae249d..1145ab5b3 100644 --- a/language/portuguese_brazil.php +++ b/language/portuguese_brazil.php @@ -750,6 +750,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -869,7 +876,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2517,4 +2529,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/portuguese_brazil_utf-8.php b/language/portuguese_brazil_utf-8.php index caa53b2f7..2fde94d9f 100644 --- a/language/portuguese_brazil_utf-8.php +++ b/language/portuguese_brazil_utf-8.php @@ -750,6 +750,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -869,7 +876,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2517,4 +2529,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/portuguese_utf-8.php b/language/portuguese_utf-8.php index e695c422b..e67f9c349 100644 --- a/language/portuguese_utf-8.php +++ b/language/portuguese_utf-8.php @@ -745,6 +745,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -864,7 +871,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2512,4 +2524,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/romanian.php b/language/romanian.php index d997d7c7e..278ea4a5e 100644 --- a/language/romanian.php +++ b/language/romanian.php @@ -745,6 +745,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -864,7 +871,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2512,4 +2524,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/romanian_utf-8.php b/language/romanian_utf-8.php index 4e83aa89e..59b30a746 100644 --- a/language/romanian_utf-8.php +++ b/language/romanian_utf-8.php @@ -745,6 +745,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -864,7 +871,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2512,4 +2524,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/russian.php b/language/russian.php index 1b096eb0a..6e315cfbc 100644 --- a/language/russian.php +++ b/language/russian.php @@ -762,6 +762,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -881,7 +888,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2529,4 +2541,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/russian_utf-8.php b/language/russian_utf-8.php index 424dda52e..9ab2b9656 100644 --- a/language/russian_utf-8.php +++ b/language/russian_utf-8.php @@ -762,6 +762,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -881,7 +888,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2529,4 +2541,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/serbian.php b/language/serbian.php index ed3efecf4..d178c830d 100644 --- a/language/serbian.php +++ b/language/serbian.php @@ -751,6 +751,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -870,7 +877,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2518,4 +2530,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/serbian_utf-8.php b/language/serbian_utf-8.php index 3181bc1d2..6d7b7b2b0 100644 --- a/language/serbian_utf-8.php +++ b/language/serbian_utf-8.php @@ -751,6 +751,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -870,7 +877,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2518,4 +2530,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/slovak.php b/language/slovak.php index 73961ee20..bbf8ca805 100644 --- a/language/slovak.php +++ b/language/slovak.php @@ -746,6 +746,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -865,7 +872,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2513,4 +2525,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/slovak_utf-8.php b/language/slovak_utf-8.php index 0ba5252b5..e30c1e9aa 100644 --- a/language/slovak_utf-8.php +++ b/language/slovak_utf-8.php @@ -746,6 +746,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -865,7 +872,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2513,4 +2525,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/slovenian.php b/language/slovenian.php index 73916b79b..19fffa7dd 100644 --- a/language/slovenian.php +++ b/language/slovenian.php @@ -749,6 +749,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -868,7 +875,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2516,4 +2528,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/slovenian_utf-8.php b/language/slovenian_utf-8.php index 2ef3fdc19..5de37b0a2 100644 --- a/language/slovenian_utf-8.php +++ b/language/slovenian_utf-8.php @@ -749,6 +749,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -868,7 +875,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2516,4 +2528,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/spanish.php b/language/spanish.php index 18a930c3f..d40fc2e48 100644 --- a/language/spanish.php +++ b/language/spanish.php @@ -744,6 +744,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -863,7 +870,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2511,4 +2523,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/spanish_argentina.php b/language/spanish_argentina.php index bc2e57fb3..b23f315f8 100644 --- a/language/spanish_argentina.php +++ b/language/spanish_argentina.php @@ -744,6 +744,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -863,7 +870,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2511,4 +2523,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/spanish_argentina_utf-8.php b/language/spanish_argentina_utf-8.php index ab41f5281..e1210f210 100644 --- a/language/spanish_argentina_utf-8.php +++ b/language/spanish_argentina_utf-8.php @@ -744,6 +744,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -863,7 +870,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2511,4 +2523,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/spanish_utf-8.php b/language/spanish_utf-8.php index df7c7784a..9047223dc 100644 --- a/language/spanish_utf-8.php +++ b/language/spanish_utf-8.php @@ -747,6 +747,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -866,7 +873,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2514,4 +2526,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/swedish.php b/language/swedish.php index 9def0c4f0..ee3408f2f 100644 --- a/language/swedish.php +++ b/language/swedish.php @@ -750,6 +750,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -869,7 +876,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2517,4 +2529,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/swedish_utf-8.php b/language/swedish_utf-8.php index 9f87bbfaf..a456ed19e 100644 --- a/language/swedish_utf-8.php +++ b/language/swedish_utf-8.php @@ -750,6 +750,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -869,7 +876,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2517,4 +2529,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/turkish.php b/language/turkish.php index 48323bbdb..9da7ff169 100644 --- a/language/turkish.php +++ b/language/turkish.php @@ -746,6 +746,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -865,7 +872,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2513,4 +2525,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/turkish_utf-8.php b/language/turkish_utf-8.php index b9bc047f6..73cd4f9d7 100644 --- a/language/turkish_utf-8.php +++ b/language/turkish_utf-8.php @@ -746,6 +746,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -865,7 +872,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2513,4 +2525,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/ukrainian.php b/language/ukrainian.php index 55040812f..052c4c9db 100644 --- a/language/ukrainian.php +++ b/language/ukrainian.php @@ -750,6 +750,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -869,7 +876,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2517,4 +2529,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/ukrainian_koi8-u.php b/language/ukrainian_koi8-u.php index 80881d8e8..3f6154937 100644 --- a/language/ukrainian_koi8-u.php +++ b/language/ukrainian_koi8-u.php @@ -750,6 +750,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -869,7 +876,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2517,4 +2529,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); - diff --git a/language/ukrainian_utf-8.php b/language/ukrainian_utf-8.php index 39df4a52c..dff19a81f 100644 --- a/language/ukrainian_utf-8.php +++ b/language/ukrainian_utf-8.php @@ -750,6 +750,13 @@ 'ok' => 'OK', 'on' => 'On', 'open_basedir' => 'If open_basedir restrictions are enabled on your site, it may cause permission problems during the install. The File System Check below should point out any issues.', + 'database_settings' => 'Database Settings', + 'database_mysql_version' => 'MySQL Version', + 'database_mysql_req_version' => 'Geeklog requires MySQL version 4.1.2 or newer (MySQL 5 recommended).', + 'database_pgsql_version' => 'Postgresql Version', + 'database_pgsql_req_version' => 'Geeklog requires Postgresql version 9.1.7 or newer.', + 'database_dms' => 'Database Management System', + 'database_dms_notes' => 'Failed to determine Database Management System. Geeklog requires either MySQL or Postgresql', 'php_req_version' => 'Geeklog requires PHP version 5.2.0 or newer.', 'php_settings' => 'PHP Settings', 'php_version' => 'PHP Version', @@ -869,7 +876,12 @@ 'autotag_desc_block' => '[block:name class:block-autotag] - Displays a block. Class not required. Class specifies the css class and will wrap the block in a div. The class block-autotag will always be included with the div.', 'position' => 'Position', 'cache_time' => 'Cache Time', - 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)' + 'cache_time_desc' => 'This block will be cached for no longer than this many seconds. If 0 caching is disabled. (3600 = 1 hour, 86400 = 1 day)', + 'block_type_gldefault' => 'System', + 'block_type_normal' => 'Normal', + 'block_type_phpblock' => 'PHP', + 'block_type_portal' => 'Portal', + 'block_type_dynamic' => 'Dynamic' ); ############################################################################### @@ -2517,4 +2529,3 @@ 'hash' => 'This field must be a hash function supported by your version of PHP' ); -