PageRenderTime 51ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 0ms

/Portal_XL50_Premod-3.0.8/phpBB3/language/en/mods/install_gallery.php

https://github.com/Lucky65/phpBB-Portal-XL-5.0-italian
PHP | 134 lines | 99 code | 22 blank | 13 comment | 3 complexity | 5a70a455d2e2d54806626f6481674c03 MD5 | raw file
  1. <?php
  2. /**
  3. *
  4. * install_gallery [English]
  5. *
  6. * @package phpBB Gallery
  7. * @version $Id$
  8. * @copyright (c) 2007 nickvergessen nickvergessen@gmx.de http://www.flying-bits.org
  9. * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  10. *
  11. **/
  12. /**
  13. * DO NOT CHANGE
  14. */
  15. if (!defined('IN_PHPBB'))
  16. {
  17. exit;
  18. }
  19. if (empty($lang) || !is_array($lang))
  20. {
  21. $lang = array();
  22. }
  23. $lang = array_merge($lang, array(
  24. 'BBCODES_NEEDS_REPARSE' => 'The BBCode needs to be rebuild.',
  25. 'CAT_CONVERT' => 'convert phpBB2',
  26. 'CAT_CONVERT_TS' => 'convert TS Gallery',
  27. 'CAT_UNINSTALL' => 'phpBB Gallery uninstall',
  28. 'CHECK_TABLES' => 'Check tables',
  29. 'CHECK_TABLES_EXPLAIN' => 'The following tables need to exist, so they can be converted.',
  30. 'CONVERT_SMARTOR_INTRO' => 'Convertor from „Album-MOD“ by smartor to „phpBB Gallery“',
  31. 'CONVERT_SMARTOR_INTRO_BODY' => 'With this convertor, you can convert your albums, images, rates and comments from the <a href="http://www.phpbb.com/community/viewtopic.php?f=16&t=74772">Album-MOD</a> by Smartor (tested v2.0.56) and <a href="http://www.phpbbhacks.com/download/5028">Full Album Pack</a> (tested v1.4.1) to the phpBB Gallery.<br /><br /><strong>Note:</strong> The <strong>permissions</strong> will <strong>not be copied</strong>.',
  32. 'CONVERT_TS_INTRO' => 'Convertor from „TS Gallery“ to „phpBB Gallery“',
  33. 'CONVERT_TS_INTRO_BODY' => 'With this convertor, you can convert your albums, images, rates and comments from the <a href="http://www.phpbb.com/community/viewtopic.php?f=70&t=610509">TS Gallery</a> (tested v0.2.1) to the phpBB Gallery.<br /><br /><strong>Note:</strong> The <strong>permissions</strong> will <strong>not be copied</strong>.',
  34. 'CONVERT_COMPLETE_EXPLAIN' => 'Conversion from your gallery to phpBB Gallery v%s was successful.<br />Please ensure that the settings were transferred correctly before enabling your board by deleting the install directory.<br /><br /><strong>Please note that the permissions were not copied.</strong><br /><br />You should also clean your database from old entries, where the images are missing. This can be done in ".MODs > phpBB Gallery > Cleanup gallery".',
  35. 'CONVERTED_ALBUMS' => 'The albums were successful copied.',
  36. 'CONVERTED_COMMENTS' => 'The comments were successful copied.',
  37. 'CONVERTED_IMAGES' => 'The images were successful copied.',
  38. 'CONVERTED_MISC' => 'Converted miscellanious things.',
  39. 'CONVERTED_PERSONALS' => 'The personal albums were successful copied.',
  40. 'CONVERTED_RATES' => 'The rates were successful copied.',
  41. 'CONVERTED_RESYNC_ALBUMS' => 'Resyncronize album-stats.',
  42. 'CONVERTED_RESYNC_COMMENTS' => 'Resyncronize comments.',
  43. 'CONVERTED_RESYNC_COUNTS' => 'Resyncronize imagecounters.',
  44. 'CONVERTED_RESYNC_RATES' => 'Resyncronize rates.',
  45. 'FILE_DELETE_FAIL' => 'File could not be deleted, you need to delete it manually',
  46. 'FILE_STILL_EXISTS' => 'File still exists',
  47. 'FILES_REQUIRED_EXPLAIN' => '<strong>Required</strong> - In order to function correctly phpBB Gallery needs to be able to access or write to certain files or directories. If you see “Unwritable” you need to change the permissions on the file or directory to allow phpBB to write to it.',
  48. 'FILES_DELETE_OUTDATED' => 'Delete outdated files',
  49. 'FILES_DELETE_OUTDATED_EXPLAIN' => 'When you click to delete the files, they are completly deleted and can not be restored!<br /><br />Please note:<br />If you have more styles and languages installed, you need to delete the files by hand.',
  50. 'FILES_OUTDATED' => 'Outdated files',
  51. 'FILES_OUTDATED_EXPLAIN' => '<strong>Outdated</strong> - In order to deny hacking attempts, please remove the following files.',
  52. 'FOUND_INSTALL' => 'Double Installation',
  53. 'FOUND_INSTALL_EXPLAIN' => '<strong>Double Installation</strong> - An Installation of the gallery was found! If you continue here, you overwrite all existing data. All albums, images and comments will be deleted! <strong>That´s why an %1$supdate%2$s recommanded.</strong>',
  54. 'FOUND_VERSION' => 'The following version was found',
  55. 'FOUNDER_CHECK' => 'You are a "Founder" of this board',
  56. 'FOUNDER_NEEDED' => 'You must be a "Founder" of this board!',
  57. 'INSTALL_CONGRATS_EXPLAIN' => 'You have now successfully installed phpBB Gallery v%s.<br/><br/><strong>Please now delete, move or rename the install directory before you use your board. If this directory is still present, only the Administration Control Panel (ACP) will be accessible.</strong>',
  58. 'INSTALL_INTRO_BODY' => 'With this option, it is possible to install phpBB Gallery onto your board.',
  59. 'GOTO_GALLERY' => 'Go to phpBB Gallery',
  60. 'GOTO_INDEX' => 'Go to Board-Index',
  61. 'MISSING_CONSTANTS' => 'Before you can run the install-script, you need to upload your edited files, especially the includes/constants.php.',
  62. 'MODULES_CREATE_PARENT' => 'Create parent standard-module',
  63. 'MODULES_PARENT_SELECT' => 'Choose parent module',
  64. 'MODULES_SELECT_4ACP' => 'Choose parent module for "admin control panel"',
  65. 'MODULES_SELECT_4LOG' => 'Choose parent module for "Gallery log"',
  66. 'MODULES_SELECT_4MCP' => 'Choose parent module for "moderation control panel"',
  67. 'MODULES_SELECT_4UCP' => 'Choose parent module for "user control panel"',
  68. 'MODULES_SELECT_NONE' => 'no parent module',
  69. 'NO_INSTALL_FOUND' => 'No installation was found!',
  70. 'OPTIONAL_EXIFDATA' => 'Function "exif_read_data" exists',
  71. 'OPTIONAL_EXIFDATA_EXP' => 'The exif-module is not loaded or installed.',
  72. 'OPTIONAL_EXIFDATA_EXPLAIN' => 'If the function exists, the exif data of the images are displayed on the imagepage.',
  73. 'OPTIONAL_IMAGEROTATE' => 'Function "imagerotate" exists',
  74. 'OPTIONAL_IMAGEROTATE_EXP' => 'You should update your GD Version, which is currently "%s".',
  75. 'OPTIONAL_IMAGEROTATE_EXPLAIN' => 'If the function exists, you can rotate images while uploading and editing them.',
  76. 'PAYPAL_DEV_SUPPORT' => '</p><div class="errorbox">
  77. <h3>Author Notes</h3>
  78. <p>Creating, maintaining and updating this MOD required/requires a lot of time and effort, so if you like this MOD and have the desire to express your thanks through a donation, that would be greatly appreciated. My Paypal ID is <strong>nickvergessen@gmx.de</strong>, or contact me for my mailing address.<br /><br />The suggested donation amount for this MOD is 25,00 (but any amount will help).</p><br />
  79. <a href="http://www.flying-bits.org/go/paypal"><input type="submit" value="Make PayPal-Donation" name="paypal" id="paypal" class="button1" /></a>
  80. </div><p>',
  81. 'PHP_SETTINGS' => 'PHP settings',
  82. 'PHP_SETTINGS_EXP' => 'These PHP settings and configurations are required for installing and running the gallery.',
  83. 'PHP_SETTINGS_OPTIONAL' => 'Optional PHP settings',
  84. 'PHP_SETTINGS_OPTIONAL_EXP' => 'These PHP settings are <strong>NOT</strong> required for normal usage, but will give some extra features.',
  85. 'REQ_GD_LIBRARY' => 'GD Library is installed',
  86. 'REQUIREMENTS_EXPLAIN' => 'Before proceeding with the full installation phpBB will carry out some tests on your server configuration and files to ensure that you are able to install and run phpBB Gallery. Please ensure you read through the results thoroughly and do not proceed until all the required tests are passed.',
  87. 'STAGE_ADVANCED_EXPLAIN' => 'Please choose the parent module for the gallery modules. In normal case you should not change them.',
  88. 'STAGE_COPY_TABLE' => 'Copy database-tables',
  89. 'STAGE_COPY_TABLE_EXPLAIN' => 'The database-tables for the album- and user-data have the same names in TS Gallery and phpBB Gallery. So we create a copy to be able to convert the data.',
  90. 'STAGE_CREATE_TABLE_EXPLAIN' => 'The database tables used by phpBB Gallery have been created and populated with some initial data. Proceed to the next screen to finish installing phpBB Gallery.',
  91. 'STAGE_DELETE_TABLES' => 'Clean database',
  92. 'STAGE_DELETE_TABLES_EXPLAIN' => 'The database-content of the Gallery-MOD was deleted. Proceed to the next screen to finish uninstalling phpBB Gallery.',
  93. 'SUPPORT_BODY' => 'Full support will be provided for the current stable release of phpBB Gallery, free of charge. This includes:</p><ul><li>installation</li><li>configuration</li><li>technical questions</li><li>problems relating to potential bugs in the software</li><li>updating from Release Candidate (RC) versions to the latest stable version</li><li>converting from Smartor\'s Album-MOD for phpBB 2.0.x to phpBB Gallery for phpBB3</li><li>converting from TS Gallery to phpBB Gallery</li></ul><p>The use of Beta-Versions is limited recommended. If there are updates, it\'s recommended to update quickly.</p><p>Support is given on the following boards</p><ul><li><a href="http://www.flying-bits.org/">flying-bits.org - MOD-Autor nickvergessen\'s board</a></li><li><a href="http://www.phpbb.de/">phpbb.de</a></li><li><a href="http://www.phpbb.com/">phpbb.com</a></li></ul><p>',
  94. 'TABLE_ALBUM' => 'table including the images',
  95. 'TABLE_ALBUM_CAT' => 'table including the albums',
  96. 'TABLE_ALBUM_COMMENT' => 'table including the comments',
  97. 'TABLE_ALBUM_CONFIG' => 'table including the configuration',
  98. 'TABLE_ALBUM_RATE' => 'table including the rates',
  99. 'TABLE_EXISTS' => 'exists',
  100. 'TABLE_MISSING' => 'missing',
  101. 'TABLE_PREFIX_EXPLAIN' => 'Prefix of phpBB2-installation',
  102. 'UNINSTALL_INTRO' => 'Welcome to Uninstall',
  103. 'UNINSTALL_INTRO_BODY' => 'With this option, it is possible to uninstall phpBB Gallery from your board.<br /><br /><strong>WARNING: All albums, images and comments will be deleted unrecoverable!</strong>',
  104. 'UNINSTALL_REQUIREMENTS' => 'Requirement',
  105. 'UNINSTALL_REQUIREMENTS_EXPLAIN' => 'Before proceeding with the full uninstallation phpBB will carry out some tests to ensure that you are allowed to uninstall phpBB Gallery.',
  106. 'UNINSTALL_START' => 'Uninstall',
  107. 'UNINSTALL_FINISHED' => 'Uninstall nearly finished',
  108. 'UNINSTALL_FINISHED_EXPLAIN' => 'You uninstalled the phpBB Gallery successfully.<br/><br/><strong>Now you only need to undo the steps of the install.xml and delete the files of the gallery. Afterwards your board is completly free from the gallery.</strong>',
  109. 'UPDATE_INSTALLATION_EXPLAIN' => 'Here you can Update your phpBB Gallery-Version.',
  110. 'VERSION_NOT_SUPPORTED' => 'Sorry, but your updates from < 0.2.0 are not supported from this install-version.',
  111. ));
  112. ?>