PageRenderTime 57ms CodeModel.GetById 22ms RepoModel.GetById 1ms app.codeStats 0ms

/language/lang_english/lang_extend_icy_phoenix.php

http://github.com/MightyGorgon/icy_phoenix
PHP | 667 lines | 454 code | 168 blank | 45 comment | 13 complexity | 8a44be628e630afeae37078e717b5a46 MD5 | raw file
Possible License(s): AGPL-1.0
  1. <?php
  2. /**
  3. *
  4. * @package Icy Phoenix
  5. * @version $Id$
  6. * @copyright (c) 2008 Icy Phoenix
  7. * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  8. *
  9. */
  10. /**
  11. *
  12. * @Extra credits for this file
  13. * Lopalong
  14. *
  15. */
  16. if (!defined('IN_ICYPHOENIX'))
  17. {
  18. exit;
  19. }
  20. if (empty($lang) || !is_array($lang))
  21. {
  22. $lang = array();
  23. }
  24. $lang = array_merge($lang, array(
  25. '05_Server_Settings' => 'Server',
  26. '10_Site_Settings' => 'Site Defaults',
  27. '15_Various_Settings' => 'Various Settings',
  28. '20_SQL_Charge' => 'SQL Optimization',
  29. '25_Users' => 'Users',
  30. '27_Social_Networks' => 'Social Networks',
  31. '30_Posting' => 'Posting And Messages',
  32. '40_IMG_Posting' => 'Images In Posts',
  33. '50_Hierarchy_setting' => 'Forum',
  34. '60_Calendar_settings' => 'Calendar',
  35. '70_SEO' => 'SEO',
  36. '80_Security' => 'Logs And Security',
  37. '90_Cron' => 'Cron',
  38. )
  39. );
  40. // admin part
  41. if ($lang_extend_admin)
  42. {
  43. $lang = array_merge($lang, array(
  44. 'Lang_extend_icy_phoenix' => 'Icy Phoenix',
  45. // TAB - SERVER
  46. 'SITE_META_KEYWORDS' => 'Meta Keywords',
  47. 'SITE_META_KEYWORDS_SWITCH' => 'Enable Meta Keywords From DB',
  48. 'SITE_META_KEYWORDS_SWITCH_EXPLAIN' => 'If you enable meta keywords, then keywords specified above will be used in html pages instead of the keywords defined in <i>lang_main_settings.php</i>.',
  49. 'SITE_META_DESCRIPTION' => 'Meta Description',
  50. 'SITE_META_DESCRIPTION_SWITCH' => 'Enable Meta Description From DB',
  51. 'SITE_META_DESCRIPTION_SWITCH_EXPLAIN' => 'If you enable meta description from db, then description specified above will be used in html pages instead of the one defined in <i>lang_main_settings.php</i>.',
  52. 'SITE_META_AUTHOR' => 'Meta Author',
  53. 'SITE_META_AUTHOR_SWITCH' => 'Enable Meta Author From DB',
  54. 'SITE_META_AUTHOR_SWITCH_EXPLAIN' => 'If you enable meta author, then author specified above will be used in html pages instead of the one defined in <i>lang_main_settings.php</i>.',
  55. 'SITE_META_COPYRIGHT' => 'Meta Copyright',
  56. 'SITE_META_COPYRIGHT_SWITCH' => 'Enable Meta Copyright From DB',
  57. 'SITE_META_COPYRIGHT_SWITCH_EXPLAIN' => 'If you enable meta copyright, then copyright specified above will be used in html pages instead of the copyright defined in <i>lang_main_settings.php</i>.',
  58. 'IP_cookie_law' => 'Cookie Law',
  59. 'IP_cookie_law_explain' => 'By enabling this feature a banner will be shown to guests on site landing to comply with EU cookie law',
  60. // TAB - SITE
  61. 'IP_mobile_style_disable' => 'Disable Mobile Devices Detection',
  62. 'IP_mobile_style_disable_explain' => 'Usually when a mobile device connects to the site, the <b>Mobile</b> style is automatically enabled (it could be manually switched off by each user). If you want to disable this automatic detection, just select this option.',
  63. // TAB - Icy Phoenix
  64. 'IP_enable_xs_version_check' => 'Enable Icy Phoenix Version Check',
  65. 'IP_enable_xs_version_check_explain' => 'Enable this option to check if a newer Icy Phoenix version is available to download each time you enter the ACP. Disabling this option may speed up ACP loading a bit. <br /><b>Note:</b> This check is done just once per day and then cached.',
  66. 'IP_disable_email_error' => 'Disable errors on email sending',
  67. 'IP_html_email' => 'HTML Email',
  68. 'IP_html_email_explain' => 'Enabling this option will enable HTML emails, otherwise they will be simple text mail',
  69. 'IP_emails_only_to_admins' => 'Emails Only To Admins',
  70. 'IP_emails_only_to_admins_explain' => 'Allow email system only for sending emails to admins',
  71. 'IP_ajax_features_title' => 'AJAX Features',
  72. 'IP_ajax_features' => 'Enable AJAX Features',
  73. 'IP_ajax_features_explain' => 'Some AJAX features integrated into the site',
  74. 'IP_ajax_checks_register' => 'AJAX Check While Registering',
  75. 'IP_ajax_checks_register_explain' => 'By enabling this option some real time checks are performed while filling some fields in the register form (Warning: this option may slow down the register page).',
  76. 'IP_inactive_users_memberlists' => 'Inactive Users In Memberlist And Birthdays\' Block',
  77. 'IP_inactive_users_memberlists_explain' => 'By enabling this option inactive users will be shown in the memberlist and birthdays\' block.',
  78. 'IP_page_gen' => 'Show Page Generation Time on Footer',
  79. 'IP_show_alpha_bar' => 'Show Alphabetical Sort Bar In View Forum (Global Switch)',
  80. 'IP_show_alpha_bar_explain' => 'This option will show an alphabetical sort bar on top of viewforum page. You will need also to enable single forums in Forums Management section.',
  81. 'IP_show_rss_forum_icon' => 'Forum Index Icons (Global Switch)',
  82. 'IP_show_rss_forum_icon_explain' => 'This option will show icons on the right of every forum title (on Forum Index): RSS, New Topic. You will need also to enable single forums in Forums Management section.',
  83. 'IP_allow_mods_view_self' => 'Allow ALL Moderators to View Self Auth Topics',
  84. 'IP_allow_mods_view_self_explain' => 'If a forum has been set to SELF AUTH access only admins and forum moderators can access those topics through viewforum and viewtopic. However there are many features that may show contents of these kind of posts even if not authed: Recent Topics, Search, Recent Messages Blocks, Random Topics Blocks, etc. To prevent this, an extra feature has been coded which doesn\'t allow non authed people to access these topics via secondary ways. Anyway you can allow ALL moderators (not only admins) to view these messages through these secondary ways. If you set this to YES then ALL moderators will be allowed to see the content of these messages through: Recent, Search, Topics related blocks... Unfortunately if you switch this OFF then neither AUTHED moderators may access SELF AUTHED topics through secondary ways. The feature has been coded in this way to save extra SQL charge. If you don\'t use SELF AUTHED forums, then you don\'t need this function as well.',
  85. 'IP_xmas_gfx' => 'Christmas Graphics',
  86. 'IP_xmas_gfx_explain' => 'By enabling this option Christmas Graphics will be applied (please note that only some templates support this feature).',
  87. 'IP_select_theme' => 'Change Style',
  88. 'IP_select_theme_explain' => 'By enabling this option a select box with all the available styles will be added for fast style switching.',
  89. 'IP_select_lang' => 'Change Lang',
  90. 'IP_select_lang_explain' => 'By enabling this option a link to each available language will be created on forum index, for quick language switching.',
  91. 'IP_cms_dock' => 'Show Apple style Dock in CMS',
  92. 'IP_cms_style' => 'Enable AJAX in CMS',
  93. 'IP_cms_style_explain' => 'Enabling this option will enable AJAX features in CMS by default',
  94. 'IP_split_ga_ann_sticky' => 'Split Topic by Type',
  95. 'IP_split_ga_ann_sticky_explain' => 'Here you can choose a way to split Topics by Type on the viewforum page',
  96. 'IP_split_topic_0' => 'All Topic Types Together (no Split)',
  97. 'IP_split_topic_1' => 'Global Announcements, Announcements and Stickies together, Normal Topics split',
  98. 'IP_split_topic_2' => 'Global Announcements split, Announcements and Stickies joined together, Normal Topics split',
  99. 'IP_split_topic_3' => 'All Topic Types Split',
  100. // TAB - SQL Charge
  101. 'IP_fast_n_furious' => 'Fast And Furious',
  102. 'IP_fast_n_furious_explain' => 'Enabling this option some heavy SQL functions will be disabled, to hopefully speed up your site!',
  103. /*
  104. 'IP_db_cron' => 'Database Optimize',
  105. 'IP_db_cron_explain' => 'Enabling this option will enable Database Optimization.',
  106. */
  107. 'IP_site_history' => 'Site Statistics',
  108. 'IP_site_history_explain' => 'Enabling this option some extra statistics will be stored in the DB (daily visits, posts, etc.).',
  109. 'IP_active_sessions' => 'Limit Number Of Sessions',
  110. 'IP_active_sessions_explain' => '<b>BE CAREFUL</b> with this value: this number is the maximum allowed number of sessions, if the limit is reached the site will be not accessible. If you don\'t know how to configure this limit, leave it to 0 (ZERO).',
  111. 'IP_global_disable_upi2db' => 'Disable UPI2DB globally',
  112. 'IP_global_disable_upi2db_explain' => 'This option lets you disable UPI2DB globally thus saving extra memory.',
  113. 'IP_enable_own_icons' => 'Own Messages Icons',
  114. 'IP_enable_own_icons_explain' => 'By enabling this option icons for topics which contain own messages will be marked.',
  115. 'IP_show_forums_online_users' => 'Show Users Online In Forums',
  116. 'IP_show_forums_online_users_explain' => 'This will enable online users counter for each forum on the index.',
  117. 'IP_gsearch_guests' => 'Force Google Search for guests',
  118. 'IP_visit_counter_switch' => 'Enable Visit Counter',
  119. 'IP_enable_new_messages_number' => 'Show the number of new messages since last visit',
  120. 'IP_disable_likes_posts' => 'Disable Posts Like (Global Switch)',
  121. 'IP_disable_likes_posts_explain' => 'This option allows you to disable globally &quot;Like This Post&quot; feature',
  122. 'IP_show_thanks_profile' => 'Show Likes received when viewing profile',
  123. 'IP_show_thanks_viewtopic' => 'Show Likes received when viewing topics',
  124. 'IP_disable_topic_view' => 'Disable "Who read this topic" (Global Switch)',
  125. 'IP_disable_topic_view_explain' => 'This option allows you to disable &quot;Who read this topic&quot; feature (this saves SQL space).',
  126. 'IP_disable_referers' => 'Disable Referers',
  127. 'IP_disable_referers_explain' => 'This option allows you to disable Referers feature (this saves SQL space).',
  128. 'IP_disable_logins' => 'Disable Logins Recording',
  129. 'IP_disable_logins_explain' => 'By enabling this option User\'s Logins will no longer be recorded.',
  130. 'IP_last_logins_n' => 'Number of Logins to Record',
  131. 'IP_index_top_posters' => 'Top Posters :: Forum Index',
  132. 'IP_index_top_posters_explain' => 'Enable this option to show top posters on <b>Forum Index</b>.',
  133. 'IP_index_last_msgs' => 'Last Messages :: Forum Index',
  134. 'IP_index_last_msgs_explain' => 'Enable this option to show the last messages on <b>Forum Index</b>.',
  135. 'IP_online_last_msgs' => 'Last Messages :: Who Is Online',
  136. 'IP_online_last_msgs_explain' => 'Enable this option to show the last messages on <b>Who Is Online</b>.',
  137. 'IP_last_msgs_n' => 'Number of last messages to be shown.',
  138. 'IP_last_msgs_x' => 'Forum To Exclude',
  139. 'IP_last_msgs_x_explain' => 'Please, insert the IDs of the forums to be excluded in Last Messages Box (you can separate each forum ID with a comma).',
  140. 'IP_auto_refresh_viewtopic_interval' => 'AJAX :: Viewtopic refresh interval',
  141. 'IP_auto_refresh_viewtopic_interval_explain' => 'Define how often should the viewtopic page be refreshed for new posts.',
  142. 'IP_autorefresh_0' => 'Disabled',
  143. 'IP_autorefresh_5' => '5 Seconds',
  144. 'IP_autorefresh_10' => '10 Seconds',
  145. 'IP_autorefresh_30' => '30 Seconds',
  146. 'IP_autorefresh_60' => '1 Minute',
  147. 'IP_autorefresh_300' => '5 Minutes',
  148. 'IP_show_chat_online' => 'AJAX Chat Online :: Forum Index',
  149. 'IP_show_chat_online_explain' => 'Enabling this option will show on <b>Forum Index</b> users online in AJAX Chat.',
  150. 'IP_index_shoutbox' => 'Shoutbox :: Forum Index',
  151. 'IP_index_shoutbox_explain' => 'Enabling this option will enable Shoutbox on <b>Forum Index</b>.',
  152. 'IP_online_shoutbox' => 'Shoutbox :: Who Is Online',
  153. 'IP_online_shoutbox_explain' => 'Enabling this option will enable Shoutbox on <b>Who Is Online</b>.',
  154. 'IP_img_shoutbox' => 'Disable [img][/img] bbcode on Shoutbox',
  155. 'IP_img_shoutbox_explain' => 'Enabling this option will disable [img][/img] bbcode on Shoutbox.',
  156. 'IP_index_birthday' => 'Birthday :: Forum Index',
  157. 'IP_index_birthday_explain' => 'Enabling this option will enable Birthdays on <b>Forum Index</b>.',
  158. 'IP_show_random_quote' => 'Random Quotes :: Forum Index',
  159. 'IP_show_random_quote_explain' => 'Enabling this option will enable random quotes to be shown on <b>Forum Index</b>',
  160. // TAB - Users
  161. 'IP_user_allow_pm_register' => 'Enable PM (Private Messages) for new users',
  162. 'IP_user_allow_pm_register_explain' => 'Enabling this option will enable PM for new registered users. If disabled, new users will not be able to send PM unless an admin enables the option for the specific user.',
  163. // Spam Section
  164. 'IP_spam_measures_header' => 'Spam Measures',
  165. 'IP_spam_posts_number' => 'SPAM - Minimum Number Of Posts To Avoid Spam Measures',
  166. 'IP_spam_posts_number_explain' => 'Until a user reaches the specified number of posts spam measures will be kept in place (those with SPAM prefix here below)',
  167. 'IP_spam_p_0' => 'Disabled',
  168. 'IP_spam_p_3' => '3',
  169. 'IP_spam_p_5' => '5',
  170. 'IP_spam_p_10' => '10',
  171. 'IP_spam_p_20' => '20',
  172. 'IP_spam_disable_url' => 'SPAM - Disable URLs In Posts',
  173. 'IP_spam_disable_url_explain' => 'This feature remove all URLs in posts and replace HTTP with H**P, this feature will remain in place for a minimum of posts specified in the field above. Administrators will see the original message anyway.',
  174. 'IP_spam_hide_signature' => 'SPAM - Disable Signature And Web In Posts',
  175. 'IP_spam_hide_signature_explain' => 'This feature will hide the signature and personal website information for all those users who didn\'t reach a minimum of posts specified in the field above. Administrators will see the signature anyway.',
  176. 'IP_spam_post_edit_interval' => 'SPAM - Disable Post Edit',
  177. 'IP_spam_post_edit_interval_explain' => 'By enabling this feature, all users who didn\'t reach the required amount of posts will not be able to edit their posts after the specified interval',
  178. 'IP_time_15m' => '15 Minutes',
  179. 'IP_time_30m' => '30 Minutes',
  180. 'IP_time_1h' => '1 Hour',
  181. 'IP_time_2h' => '2 Hours',
  182. 'IP_time_6h' => '6 Hours',
  183. 'IP_time_12h' => '12 Hours',
  184. 'IP_time_24h' => '24 Hours',
  185. // TAB - Social networks
  186. 'Enable_Social_Networks_Login' => 'Enable Social Networks Login (Global Switch)',
  187. 'Enable_Social_Networks_Login_Explain' => 'Allow users login and register using their social networks accounts.',
  188. 'Facebook_Login_Settings' => 'Facebook Login Settings',
  189. 'Facebook_Login_Settings_explain' => 'Please follow the instructions to get your App ID and App Secret:<br />- Visit the <a href="https://developers.facebook.com/" target="_blank">Facebook Developers website</a>.<br />- Login with your Facebook account.<br />- Create a new application.<br />- Disable "Sandbox Mode".<br />- Include your App Domain, with no http/https nor www (ie icyphoenix.com).<br />- Enable the option "Website with Facebook Login", and insert your website url, with http/https AND www (ie http://www.icyphoenix.com).<br />- Save the changes.<br />- Write your App ID and App Secret below.',
  190. 'Enable_Facebook_Login' => 'Enable Facebook Login',
  191. 'Enable_Facebook_Login_explain' => 'Allow users to login and register using their Facebook account. Remember adding your app tokens below.',
  192. 'Facebook_App_ID' => 'App ID',
  193. 'Facebook_App_Secret' => 'App Secret',
  194. 'Google_Login_Settings' => 'Google Login Settings',
  195. 'Google_Login_Settings_explain' => 'Please follow the instructions to get your App ID and App Secret:<br />- Visit the <a href="https://console.developers.google.com/project?pli=1" target="_blank">Google Developers Console website</a>.<br />- Login with your Google account.<br />- Create a new project.<br />- Click on "Enable and Use Google APIs"<br />- Click "Credentials"<br />- Click on "OAuth consent screen"<br />- Fill the fields (Homepage URL, with http://, i.e. <i>http://icyphoenix.com</i>, and Product Name)<br />- Save<br />- Click "New credentials"<br />- Select "Oauth client ID"<br />- Check "Web application"<br />- Fill in the fields (name, "Authorized JavaScript origins" should be your domain, like <i>icyphoenix.com</i> or <i>web.example.com</i>). In "redirect URIs", add your domain, prefixed with <i>http(s)://</i>, with <i>/login_ip.php</i> at the end, i.e. <i>http://example.com/my/directory/login_ip.php</i><br />- Save the changes.<br />- Write your Client ID and Client Secret below.',
  196. 'Enable_Google_Login' => 'Enable Google Login',
  197. 'Enable_Google_Login_explain' => 'Allow users to login and register using their Google account. Remember adding your app tokens below.',
  198. 'Google_App_ID' => 'Client ID',
  199. 'Google_App_Secret' => 'Client Secret',
  200. // TAB - Posting
  201. 'IP_posts_precompiled' => 'Disable Precompiled Posts For Guests',
  202. 'IP_posts_precompiled_explain' => 'By enabling this option viewtopic will always parse posts text without using the precompiled text for guests (this is slower, but it can be useful in some cases).',
  203. 'IP_read_only_forum' => 'Disable posting in all forums (Read Only Mode)',
  204. 'IP_read_only_forum_explain' => 'This options allows to lock posting in all forums without having to change permissions. This may be useful for limited periods of time when admins would like to disallow users posting without having to lock the site or change all forum authorizations. Admins will still be able to post.',
  205. 'IP_allow_drafts' => 'Allow Drafts',
  206. 'IP_allow_drafts_explain' => 'Allow users to save posts as drafts',
  207. 'IP_allow_mods_edit_admin_posts' => 'Can Moderators edit Admin posts?',
  208. 'IP_allow_mods_edit_admin_posts_explain' => 'Allow moderators to edit admin posts',
  209. 'IP_forum_limit_edit_time_interval' => 'Limit Edit Time Interval',
  210. 'IP_forum_limit_edit_time_interval_explain' => 'This sets the time interval for users to be allowed to edit own messages. Set to ZERO for no limits (feature should be enabled on a per forum basis in Forums Management). This setting will be applied to all users regardless to their number of posts, so it is different from the similar antispam feature which applies only for users who didn\'t reach a certain amount of posts.',
  211. 'IP_force_large_caps_mods' => 'ProperCase subjects',
  212. 'IP_force_large_caps_mods_explain' => 'Topic subjects will be converted to proper case for all users except admins',
  213. 'IP_show_new_reply_posting' => 'Warn For New Replies',
  214. 'IP_show_new_reply_posting_explain' => 'If you enable this, a warning will be shown when there are new replies while you are replying a topic',
  215. 'IP_no_bump' => 'Forbid bumping within 24 hours',
  216. 'IP_no_bump_explain' => 'Enabling this option last posters won\'t be able to post within 24 hours from their last post unless someone else has posted a reply (never applies to admins)',
  217. 'MODS_ALLOWED' => 'Moderators Can Post',
  218. 'IP_robots_index_topics_no_replies' => 'Enable Robots Indexing Topics No Replies',
  219. 'IP_robots_index_topics_no_replies_explain' => 'Enabling this option will enable indexing for topics with no replies, otherwise topics with no replies will not be indexed',
  220. 'IP_use_jquery_tags' => 'TAGS :: Enable jQuery Tags',
  221. 'IP_use_jquery_tags_explain' => 'Enabling this option will enable jQuery Topics Tags when posting or editing a topic (more efficient and nice tags input)',
  222. 'IP_display_tags_box' => 'TAGS :: Display Topics Tags',
  223. 'IP_display_tags_box_explain' => 'Enabling this option will enable Topics Tags (tags could be used for indexing purpose): tags could be inserted / edited only by administrators (or moderators if you enable the switch below) to avoid spam',
  224. 'IP_allow_moderators_edit_tags' => 'TAGS :: Allow Moderators To Edit Tags',
  225. 'IP_allow_moderators_edit_tags_explain' => 'Enabling this option will allow Moderators to edit Topics Tags',
  226. 'IP_show_topic_description' => 'Enable Topic Description',
  227. 'IP_show_topic_description_explain' => 'Enabling this option will enable Topic Description while posting and browsing forums',
  228. 'IP_edit_notes' => 'Enable Edit Notes',
  229. 'IP_edit_notes_explain' => 'Enabling this option will enable Edit Notes',
  230. 'IP_edit_notes_n' => 'Maximum Edit Notes',
  231. 'IP_always_show_edit_by' => 'Always Show Posts Edit',
  232. 'IP_always_show_edit_by_explain' => 'Enabling this option will always show "Last edit by..." on the message footer when someone modifies it. Admins edits are not shown by default',
  233. 'IP_enable_featured_image' => 'Enable Topics Featured Image',
  234. 'IP_enable_featured_image_explain' => 'Enabling this option will allow the user to upload a picture to be used as a &quot;Featured Image&quot; for the topic',
  235. 'IP_show_social_bookmarks' => 'Social Bookmarks',
  236. 'IP_show_social_bookmarks_explain' => 'Show Social Bookmarks section when viewing topics',
  237. 'IP_link_this_topic' => 'Link this topic',
  238. 'IP_link_this_topic_explain' => 'Show "Link this topic" box when viewing topics',
  239. 'IP_smilies_topic_title' => 'Smileys for Topic Title and Description',
  240. 'IP_smilies_topic_title_explain' => 'Enabling this option will enable smileys for Topic Title and Topic Description',
  241. 'IP_enable_colorpicker' => 'Enable ColorPicker in posting',
  242. 'IP_quote_iterations' => 'Max number of nested quotes',
  243. 'IP_ftr_disable' => 'Disable Force Topic Read',
  244. 'IP_ftr_disable_explain' => 'By enabling this option Force Topic Read will be disabled',
  245. 'IP_disable_html_guests' => 'Disable HTML links for guests',
  246. 'IP_birthday_viewtopic' => 'Show poster\'s Age on Topics',
  247. 'IP_switch_poster_info_topic' => 'Show poster\'s Info on Topics (Lang, Style, etc.)',
  248. 'IP_enable_quick_quote' => 'Enable Quick Quote and Off Topic',
  249. 'IP_enable_quick_quote_explain' => 'Quick Quote allows users to quote any post in a topic with a simple click. This feature uses JavaScript, and enabling it can result in large pages if there are a lot of posts with a lot of text in a topic.',
  250. 'IP_allow_html_only_for_admins' => 'Enable HTML for Administrators only',
  251. 'IP_allow_html_only_for_admins_explain' => 'Enabling this option will allow administrators to use HTML tags in posts. Please notice that this feature may lead to security issues or wrong page formatting if not used properly.',
  252. 'IP_enable_custom_bbcodes' => 'Enable Custom BBCodes',
  253. 'IP_enable_custom_bbcodes_explain' => 'This option will enable customized BBCodes created in ACP.',
  254. 'IP_allow_all_bbcode' => 'Enable all BBCodes',
  255. 'IP_allow_all_bbcode_explain' => 'Enabling this option will allow all BBCodes in signatures and other places where usually they are not active. BBCodes which are usually disabled in signature are: IMG, ALBUMIMG and some intensive formatting BBCodes. If you enable this option, some signatures may result in consuming both space and resources.',
  256. 'IP_switch_bbcb_active_content' => 'Allow BBCode for Active Content in posts',
  257. 'IP_switch_bbcb_active_content_explain' => 'Activates BBCode for Flash, Video, Audio Streams, RealMedia and Quicktime.',
  258. // TAB - Images In Posts
  259. 'IP_auth_view_pic_upload' => 'Pics Upload Permissions (Post Icy Images)',
  260. 'IP_enable_postimage_org' => 'Enable PostImage button in post form',
  261. 'IP_gd_version' => 'GD Version:',
  262. 'GD_0' => 'No GD',
  263. 'GD_1' => 'GD1',
  264. 'GD_2' => 'GD2',
  265. 'IP_show_img_no_gd' => 'Show GIF thumbnails without using GD libraries (full images are loaded and then just shown resized).',
  266. 'IP_thumbnail_posts' => 'Thumbnails In Posts',
  267. 'IP_thumbnail_posts_explain' => 'With this option a thumbnail will be shown instead of a full picture when an image is posted using IMG BBCode',
  268. 'IP_show_pic_size_on_thumb' => 'Show Image Size On Thumbnails',
  269. 'IP_thumbnail_highslide' => 'Use HighSlide to show images if thumbnails are enabled',
  270. 'IP_thumbnail_highslide_explain' => 'Opens the image in front of the current page instead of opening it in a new window. More about <a href="http://www.highslide.com/" target="_blank">HighSlide JS...</a><br />Make sure you empty the precompiled posts after changing this setting!',
  271. 'IP_thumbnail_cache' => 'Thumbnails Cache',
  272. 'IP_thumbnail_quality' => 'Thumbnails Quality (1-100)',
  273. 'IP_thumbnail_size' => 'Post Thumbnails Size (in pixels, default = 450)',
  274. 'IP_thumbnail_size_explain' => 'All pictures in posts will be resized to this size if the option to display &quot;Thumbnails In Posts&quot; is enabled',
  275. 'IP_thumbnail_s_size' => 'Images List Thumbnails Size (in pixels, default = 120)',
  276. 'IP_thumbnail_s_size_explain' => 'Size for pictures in images lists pages',
  277. 'IP_img_size_max_mp' => 'Max Image Upload Size',
  278. 'IP_img_size_max_mp_explain' => 'Select the maximum allowed upload size for images (in megabytes, default = 1): make sure your server settings will allow such a size to be uploaded',
  279. 'MB_1' => '1MB',
  280. 'MB_2' => '2MB',
  281. 'MB_3' => '3MB',
  282. 'MB_5' => '5MB',
  283. 'MB_7' => '7MB',
  284. 'IP_img_list_cols' => 'Images List Columns (default = 4)',
  285. 'IP_img_list_cols_explain' => 'Number of columns in Images List page',
  286. 'IP_img_list_rows' => 'Images List Rows (default = 5)',
  287. 'IP_img_list_rows_explain' => 'Number of rows in Images List page',
  288. // TAB - Forum
  289. 'Lang_extend_categories_hierarchy' => 'Categories Hierarchy',
  290. 'Category_attachment' => 'Attached to',
  291. 'Category_desc' => 'Description',
  292. 'Category_config_error_fixed' => 'An error in the category setup has been fixed',
  293. 'Attach_forum_wrong' => 'You can\'t attach a forum to a forum',
  294. 'Attach_root_wrong' => 'You can\'t attach a forum to the forum index',
  295. 'Forum_name_missing' => 'You can\'t create a forum without a name',
  296. 'Category_name_missing' => 'You can\'t create a category without a name',
  297. 'Only_forum_for_topics' => 'Topics can only be found in forums',
  298. 'Delete_forum_with_attachment_denied' => 'You can\'t delete forums having sub-levels',
  299. 'Category_delete' => 'Delete Category',
  300. 'Category_delete_explain' => 'The form below will allow you to delete a category and decide where you want to put all forums and categories it contained.',
  301. // forum links type
  302. 'Forum_link_url' => 'Link URL',
  303. 'Forum_link_url_explain' => 'Set a URI to an Icy Phoenix file or a full URL to an external server',
  304. 'Forum_link_internal' => 'Icy Phoenix File',
  305. 'Forum_link_internal_explain' => 'Choose yes if you invoke a program that stands in the Icy Phoenix dirs',
  306. 'Forum_link_hit_count' => 'Hit count',
  307. 'Forum_link_hit_count_explain' => 'Choose yes if you want the board to count and display the number of hits using this link',
  308. 'Forum_link_with_attachment_deny' => 'You can\'t set a forum as a link if it has existing sub-levels',
  309. 'Forum_link_with_topics_deny' => 'You can\'t set a forum as a link if it has existing topics in it',
  310. 'Forum_attached_to_link_denied' => 'You can\'t attach a forum or a category to a forum link',
  311. 'Manage_extend' => 'Management +',
  312. 'No_subforums' => 'No sub-forums',
  313. 'Forum_type' => 'Choose the kind of forum you want',
  314. 'Presets' => 'Presets',
  315. 'Refresh' => 'Refresh',
  316. 'Position_after' => 'Position this forum after',
  317. 'Link_missing' => 'The link is missing',
  318. 'Category_with_topics_deny' => 'Topics remain in this forum. You can\'t change it into a category.',
  319. 'Recursive_attachment' => 'You can\'t attach a forum to a lowest level of its own branch (recursive attachment)',
  320. 'Forum_with_attachment_denied' => 'You can\'t change a category with forums attached to it into a forum',
  321. 'icon' => 'Icon',
  322. 'icon_explain' => 'This icon will be displayed in front of the forum title. You can set a direct URI or a $image[] key entry (see <i>your_template</i>/<i>your_template</i>.cfg).',
  323. // TAB - Calendar
  324. 'Lang_extend_topic_calendar' => 'Topic Calendar',
  325. // TAB - SEO
  326. 'IP_url_rw' => 'URL Rewrite',
  327. 'IP_url_rw_explain' => 'By enabling this option URL Rewrite will be enabled (HTML links instead of PHP, for better bot spidering) for everybody.',
  328. 'IP_url_rw_guests' => 'URL Rewrite For Guests',
  329. 'IP_url_rw_guests_explain' => 'By enabling this option URL Rewrite will be enabled only for guests and bots.',
  330. 'IP_bots_reg_auth' => 'Bots REG Permission Level',
  331. 'IP_bots_reg_auth_explain' => 'By enabling this option Bots will be given the same access level of registered users.',
  332. 'IP_lofi_bots' => 'LoFi For Bots',
  333. 'IP_lofi_bots_explain' => 'By enabling this option LoFi will be enabled for bots.',
  334. 'IP_seo_cyrillic' => 'Cyrillic Chars Conversion',
  335. 'IP_seo_cyrillic_explain' => 'By enabling this option some cyrillic characters will be converted to latin characters (not in posts, but in keywords, tags and where the clean strings function is used).',
  336. 'IP_adsense_code' => 'Google AdSense Publisher Code',
  337. 'IP_adsense_code_explain' => 'Insert here your Google AdSense Publisher Code and it will be inserted in the Google Search page. If you don\'t want to use it, just leave this field blank.',
  338. 'IP_google_analytics' => 'Google Analytics Code',
  339. 'IP_google_analytics_explain' => 'Insert here your Google Analytics Code (the Javascript provided by Google site) and it will be automatically inserted at the bottom of every page.',
  340. 'IP_google_custom_search' => 'Google Custom Search Code',
  341. 'IP_google_custom_search_explain' => 'Insert here your Google Custom Search Code to enable gsearch.php feature (allow guests to use Google Search to save some SQL).',
  342. //Sitemap
  343. 'Sitemap_settings' => 'Sitemap Settings',
  344. 'IP_sitemap_topic_limit' => 'Google Sitemap :: Topic Limit',
  345. 'IP_sitemap_topic_limit_explain' => 'Maximum number of topics to fetch with a single database query',
  346. 'IP_sitemap_announce_priority' => 'Google Sitemap :: Announcement Priority',
  347. 'IP_sitemap_announce_priority_explain' => 'Priority for announcements (must be a number between 0.0 &amp; 1.0 inclusive)',
  348. 'IP_sitemap_sticky_priority' => 'Google Sitemap :: Sticky Priority',
  349. 'IP_sitemap_sticky_priority_explain' => 'Priority for sticky topics (must be a number between 0.0 &amp; 1.0 inclusive)',
  350. 'IP_sitemap_default_priority' => 'Google Sitemap :: Default Priority',
  351. 'IP_sitemap_default_priority_explain' => 'Priority for regular topics (must be a number between 0.0 &amp; 1.0 inclusive)',
  352. 'IP_sitemap_sort' => 'Google Sitemap :: Sort Order',
  353. 'IP_sitemap_new_first' => 'New posts first',
  354. 'IP_sitemap_old_first' => 'Old posts first',
  355. //Tags
  356. 'IP_word_graph_max_words' => 'TAGS :: Maximum Words',
  357. 'IP_word_graph_max_words_explain' => 'Select the maximum number of words to display. A higher number could affect server load. The recommended number is 250.',
  358. 'IP_word_graph_word_counts' => 'TAGS :: Enable Word Counts',
  359. 'IP_word_graph_word_counts_explain' => 'Display the total number of words next to each word?<br />Example: <b>Icy Phoenix (365)</b>?',
  360. 'IP_forum_wordgraph' => 'TAGS :: Forum Tags (Global Switch)',
  361. 'IP_forum_wordgraph_explain' => 'This feature will enable a forum based tags table at the bottom of each forum. You will need also to enable single forums in Forums Management section.',
  362. 'IP_forum_tags_type' => 'TAGS :: Forum Tags Type',
  363. 'IP_forum_tags_type_explain' => 'You can choose whether to display Wordgraph (word taken from search tables) or Tags (tags specified in topics)',
  364. 'IP_forum_tags_type_tags' => 'Tags',
  365. 'IP_forum_tags_type_wordgraph' => 'Wordgraph',
  366. 'Similar_topics' => 'Similar Topics',
  367. 'Similar_topics_explain' => 'Configure search of similar topics.',
  368. 'IP_similar_topics' => 'Similar Topics :: Similar Topics (Global Switch)',
  369. 'IP_similar_topics_explain' => 'This is the global switch for Similar Topics. If you want to switch on this feature you will need also to enable single forums in Forums Management section.',
  370. 'IP_similar_topics_desc' => 'Similar Topics :: Take into account the description of a topics',
  371. 'IP_similar_stopwords' => 'Similar Topics :: Exclude stop-words',
  372. 'IP_similar_max_topics' => 'Similar Topics :: Maximum number of topics to show',
  373. 'IP_similar_sort_type' => 'Similar Topics :: Sort by',
  374. 'IP_similar_sort_type_explain' => 'Select sort method for the similar topics',
  375. 'IP_similar_sort_type_time' => 'Post Time',
  376. 'IP_similar_sort_type_relev' => 'Relevance',
  377. 'IP_similar_ignore_forums_ids' => 'Similar Topics :: Ignored forums',
  378. 'IP_similar_ignore_forums_ids_explain' => 'Enter the ID\'s of forums, in which the similar topics will be ignored (for example test forum, forum for talk, etc.). One ID per line.',
  379. // TAB - Logging And Security
  380. 'IP_ip_admins_only' => 'Display IP Addresses To Admins Only',
  381. 'IP_ip_admins_only_explain' => 'Enabling this option will allow only administrators to view IP addresses in forums and profiles (disabling this option will allow also moderators to display IP addresses).',
  382. 'IP_db_log_actions' => 'Enable DB Actions Log',
  383. 'IP_db_log_actions_explain' => 'By enabling this option any action that modifies the DB will be stored in a the DB. If this option has been set as true in constants.php, then cannot be disabled in ACP. If you select to have the reports, then extra files will be stored with all errors logged.',
  384. 'IP_mg_log_actions' => 'Enable TXT Actions Log',
  385. 'IP_mg_log_actions_explain' => 'By enabling this option any action that modifies the DB will be stored in a text file on the server (file will be stored in the LOGS folder). This file is not easy to read, but it may be useful under certain conditions. Enable it only if you know what your doing (site may slow down if you enable it).',
  386. 'IP_write_errors_log' => 'Enable Site Errors Log',
  387. 'IP_write_errors_log_explain' => 'By enabling this option all site errors (i.e. 404 file missing, bad requests, etc) will be logged into a daily TXT file. Remember that you need to enable errors redirecting to errors.php in .htaccess to use this feature (an example is included in .htaccess, just insert your domain and decomment the lines).',
  388. 'IP_write_digests_log' => 'Enable Digests Log',
  389. 'IP_write_digests_log_explain' => 'By enabling this option all digests sent will be logged into a daily TXT file.',
  390. 'IP_logs_path' => 'Path for Logs (remember to CHMOD this folder to 0755 or 0777 as required)',
  391. 'IP_logs_path_explain' => 'Insert the path for the errors and other logs relative to your root and without ending slash. Example: <b>logs</b>.',
  392. // TAB - Cron
  393. 'IP_cron_global_switch' => 'Enable PHP Cron [Global Switch]',
  394. 'IP_cron_global_switch_explain' => 'By enabling this option a PHP based cron will be activated: some automatic operations will be executed at fixed time intervals. The optimal time range for each cron feature depends on your site traffic and preferences: if you don\'t know what these settings may impact, please leave this feature disabled, you probably don\'t need it.',
  395. 'IP_cron_digests_interval' => 'Digests PHP Cron',
  396. 'IP_cron_digests_interval_explain' => 'This feature will enable a PHP emulation of the CRON trying to send digests emails once per hour, but since it is based on a PHP emulation it may not be correctly executed every time. This means that sometimes emails may not be sent. If you can enable CRON on your server, please select <b>Server Cron</b> and make sure you manually enable the file to allow digests to be run via server.<br /><br /><b>Last run: ' . (($config['cron_digests_last_run'] == 0) ? 'NEVER' : create_date('d M Y - H.i.s', ($config['cron_digests_last_run']), $config['board_timezone'])) . '</b>',
  397. 'IP_cron_birthdays_interval' => 'Birthdays PHP Cron',
  398. 'IP_cron_birthdays_interval_explain' => 'This feature will enable a PHP emulation of the CRON trying to send birthdays greeting emails, but since it is based on a PHP emulation it may not be correctly executed every time. This means that sometimes emails may not be sent.<br /><br /><b>Last run: ' . (($config['cron_birthdays_last_run'] == 0) ? 'NEVER' : create_date('d M Y - H.i.s', ($config['cron_birthdays_last_run']), $config['board_timezone'])) . '</b>',
  399. 'IP_cron_files_interval' => 'Files Executions Cron Interval',
  400. 'IP_cron_files_interval_explain' => 'This kind of cron may be used to automatically run certain files every fixed interval you decide. The files to be executed must be added in <b>constants.php</b> &raquo; <b>define(\'CRON_FILES\', \'\');</b>. Multiple files must be separated by comma.<br /><br /><b>Last run: ' . (($config['cron_files_last_run'] == 0) ? 'NEVER' : create_date('d M Y - H.i.s', ($config['cron_files_last_run']), $config['board_timezone'])) . '</b>',
  401. 'IP_cron_database_interval' => 'DB Optimization Cron Interval',
  402. 'IP_cron_database_interval_explain' => 'This feature will optimize the database of the site every chosen interval.<br /><br /><b>Last run: ' . (($config['cron_database_last_run'] == 0) ? 'NEVER' : create_date('d M Y - H.i.s', ($config['cron_database_last_run']), $config['board_timezone'])) . '</b>',
  403. 'IP_cron_cache_interval' => 'Tidy Templates Cache Cron Interval',
  404. 'IP_cron_cache_interval_explain' => 'Templates cache is cleaned every chosen interval.<br /><br /><b>Last run: ' . (($config['cron_cache_last_run'] == 0) ? 'NEVER' : create_date('d M Y - H.i.s', ($config['cron_cache_last_run']), $config['board_timezone'])) . '</b>',
  405. 'IP_cron_sql_interval' => 'Tidy SQL Cache Cron Interval',
  406. 'IP_cron_sql_interval_explain' => 'SQL cache is cleaned every chosen interval.<br /><br /><b>Last run: ' . (($config['cron_sql_last_run'] == 0) ? 'NEVER' : create_date('d M Y - H.i.s', ($config['cron_sql_last_run']), $config['board_timezone'])) . '</b>',
  407. 'IP_cron_users_interval' => 'Tidy Users Cache Cron Interval',
  408. 'IP_cron_users_interval_explain' => 'Users cache is cleaned every chosen interval.<br /><br /><b>Last run: ' . (($config['cron_users_last_run'] == 0) ? 'NEVER' : create_date('d M Y - H.i.s', ($config['cron_users_last_run']), $config['board_timezone'])) . '</b>',
  409. 'IP_cron_topics_interval' => 'Tidy Topics Cache Cron Interval',
  410. 'IP_cron_topics_interval_explain' => 'Topics cache is cleaned every chosen interval.<br /><br /><b>Last run: ' . (($config['cron_topics_last_run'] == 0) ? 'NEVER' : create_date('d M Y - H.i.s', ($config['cron_topics_last_run']), $config['board_timezone'])) . '</b>',
  411. 'IP_cron_sessions_interval' => 'Tidy Sessions Cron Interval',
  412. 'IP_cron_sessions_interval_explain' => 'Sessions tables are cleaned every chosen interval.<br /><br /><b>Last run: ' . (($config['cron_sessions_last_run'] == 0) ? 'NEVER' : create_date('d M Y - H.i.s', ($config['cron_sessions_last_run']), $config['board_timezone'])) . '</b>',
  413. 'Cron_Disabled' => 'Disabled',
  414. 'Cron_Server' => 'Server Cron',
  415. '15M' => '15 Minutes',
  416. '30M' => '30 Minutes',
  417. '1H' => '1 Hour',
  418. '2H' => '2 Hours',
  419. '3H' => '3 Hours',
  420. '6H' => '6 Hours',
  421. '12H' => '12 Hours',
  422. '1D' => '1 Day',
  423. '3D' => '3 Days',
  424. '7D' => '1 Week',
  425. '14D' => '2 Weeks',
  426. '30D' => '1 Month',
  427. // lang_extend_settings.php
  428. 'Lang_extend_settings' => 'Icy Phoenix Settings',
  429. 'Configuration_extend' => 'Icy Phoenix',
  430. 'Override_user_choices' => 'Override user choices',
  431. )
  432. );
  433. }
  434. $lang = array_merge($lang, array(
  435. 'CFG_NONE' => 'NONE',
  436. 'CFG_ALL' => 'ALL',
  437. 'CFG_REG' => 'REG',
  438. 'CFG_SELF' => 'SELF',
  439. 'CFG_PRIVATE' => 'PRIVATE',
  440. 'CFG_MOD' => 'MOD',
  441. 'CFG_ADMIN' => 'ADMIN',
  442. // lang_extend_categories_hierarchy.php - BEGIN
  443. 'Hierarchy_setting' => 'Forum',
  444. 'Forum_link' => 'Link redirection',
  445. 'Forum_link_visited' => 'This link has been visited %d times',
  446. 'Use_sub_forum' => 'Index packing',
  447. 'Index_packing_explain' => 'Choose the level of packing you want for the index',
  448. 'List' => 'List',
  449. 'Medium' => 'Medium',
  450. 'Full' => 'Full',
  451. 'Split_categories' => 'Split categories on index',
  452. 'Use_last_topic_title' => 'Show the last topic titles on index',
  453. 'Last_topic_title_length' => 'Title length of the last topic on index',
  454. 'Sub_level_links' => 'Sub-level links on index',
  455. 'Sub_level_links_explain' => 'Add the links to the sub-levels in the forum or category description',
  456. 'With_pics' => 'With icons',
  457. 'Display_viewonline' => 'Display viewonline information box on index',
  458. 'Never' => 'Never',
  459. 'Root_index_only' => 'On root index only',
  460. 'Always' => 'Always',
  461. 'Subforums' => 'Subforums',
  462. // lang_extend_categories_hierarchy.php - END
  463. // lang_extend_topic_calendar.php - BEGIN
  464. 'Calendar_settings' => 'Calendar',
  465. 'Calendar' => 'Calendar',
  466. 'Calendar_scheduler' => 'Scheduler',
  467. 'Calendar_event' => 'Calendar Event',
  468. 'Calendar_from_to' => 'From %s to %s (inclusive)',
  469. 'Calendar_time' => '%s',
  470. 'Calendar_duration' => 'During',
  471. 'Calendar_week_start' => 'First day of the week',
  472. 'Calendar_header_cells' => 'Number of cells to display on the board header (0 for no display)',
  473. 'Calendar_title_length' => 'Length of the title displayed in the calendar cells',
  474. 'Calendar_text_length' => 'Length of the text displayed in the overview windows',
  475. 'Calendar_block_display' => 'Display the calendar row on the board header',
  476. 'Calendar_display_open' => 'Display the calendar row on the board header opened (if calendar row enabled)',
  477. 'Calendar_nb_row' => 'Number of rows per day on the board header',
  478. 'Calendar_birthday' => 'Display birthday(s) in the calendar',
  479. 'Calendar_forum' => 'Display the forum name under the topic title in the scheduler',
  480. 'Sorry_auth_cal' => 'Sorry, but only %s can post calendar events in this forum.',
  481. 'Date_error' => 'day %d, month %d, year %d is not a valid date',
  482. 'Event_time' => 'Event time',
  483. 'Minutes' => 'Minutes',
  484. 'Today' => 'Today',
  485. 'Yesterday' => 'Yesterday',
  486. 'All_events' => 'All events',
  487. /*
  488. 'Rules_calendar_can' => 'You <b>can</b> post calendar events in this forum',
  489. 'Rules_calendar_cannot' => 'You <b>cannot</b> post calendar events in this forum',
  490. */
  491. 'Rules_calendar_can' => 'You <b>can</b> post calendar events',
  492. 'Rules_calendar_cannot' => 'You <b>cannot</b> post calendar events',
  493. 'birthday_header' => 'Happy Birthday!',
  494. 'birthday' => '<b>%s</b> has a birthday today!',
  495. // lang_extend_topic_calendar.php - END
  496. 'DB_LOG_ALL' => 'Yes with error reports',
  497. )
  498. );
  499. ?>