| 1 | # PHPEACE |
|---|
| 2 | # ENGLISH |
|---|
| 3 | admin_web = Administration website |
|---|
| 4 | auth_error = Authentication error |
|---|
| 5 | banner_groups = { Mini | Small | Medium | Large | Square} |
|---|
| 6 | block_users = Block all users' access |
|---|
| 7 | block_users_but = but administrators |
|---|
| 8 | block_users_warning = WARNING: no user will be able to enter but the following administrators: |
|---|
| 9 | change = Change |
|---|
| 10 | database_initialised = Database has been initialised, you can proceed to the next step |
|---|
| 11 | database_initialised_ko = There has been an error in the initialisation of the database |
|---|
| 12 | description = Description |
|---|
| 13 | email = email |
|---|
| 14 | error_critical = [CRITICAL] |
|---|
| 15 | error_ctype = PHP compiled without Ctype support |
|---|
| 16 | error_curl = PHP compiled without CURL library |
|---|
| 17 | error_imagemagick = ImageMagick is not installed |
|---|
| 18 | error_imagemagick_create = ImageMagick cannot create images |
|---|
| 19 | error_imagemagick_resize = ImageMagick cannot resize images |
|---|
| 20 | error_db_conn = Database connection broken: %s |
|---|
| 21 | error_domxml = PHP DOM XML class not present |
|---|
| 22 | error_iconv = PHP iconv library missing |
|---|
| 23 | error_is_installed = Database already installed, it cannot be overwritten, remove it first if this is what you want |
|---|
| 24 | error_ldap = LDAP anonymous connection to server %s failed |
|---|
| 25 | error_main_path = Main directory missing: <em>%s</em> |
|---|
| 26 | error_multibyte = PHP multibyte (mbstring) library missing |
|---|
| 27 | error_path_rights = The directory <em>%s</em> is not writable by PHP user |
|---|
| 28 | error_php_file_uploads = PHP option <em>file_uploads</em> must be set <em>ON</em> |
|---|
| 29 | error_php_magic_quotes = PHP option <em>magic_quotes</em> must be set <em>ON</em> |
|---|
| 30 | error_php_memory_limit = PHP option <em>memory_limit</em> is set to %sM but should be at least %sM |
|---|
| 31 | error_php_mysql_persistent = PHP option <em>mysql.allow_persistent</em> must be set <em>ON</em> |
|---|
| 32 | error_php_register_globals = PHP option <em>register_globals</em> must be set <em>OFF</em> |
|---|
| 33 | error_php_safe_mode = PHP option <em>safe_mode</em> must be set <em>OFF</em> |
|---|
| 34 | error_php_version = Current PHP version (%s) is not as requested (4.x) |
|---|
| 35 | error_php_open_tag = PHP option <em>short_open_tag</em> must be set <em>ON</em> |
|---|
| 36 | error_tar = Missing Archive_Tar PEAR component |
|---|
| 37 | error_xslt = Missing XSLT processor |
|---|
| 38 | galleries_desc = Photos and images |
|---|
| 39 | galleries_groups = Galleries Groups |
|---|
| 40 | galleries_groups_desc = All visible galleries groups |
|---|
| 41 | galleries_title = Photo galleries |
|---|
| 42 | install_end = Installation completed: |
|---|
| 43 | install_intro = <p>Before beginning the installation, please check that:</p><ul><li>PhPeace code has been copied and uncompressed in your installation directory</li><li>Apache has been configured with the two virtual hosts</li><li>PHP configuration has been properly set</li><li>A database and its relative user has been set up</li><li>Database and user parameters have been written in custom/config.php</li></ul><p>For further information regarding this settings, please check the online documentation at <a href="http://dev.phpeace.org/trac/wiki/Installation">http://dev.phpeace.org/trac/wiki/Installation</a></p><p>Installation is made of %s steps, in the next one a few tests will be performed to check the configuration of your system</p> |
|---|
| 44 | install_date = Installation date |
|---|
| 45 | install_title = PhPeace Installation |
|---|
| 46 | install_title_page0 = Welcome |
|---|
| 47 | install_title_page1 = Configuration tests |
|---|
| 48 | install_title_page2 = Database initialisation |
|---|
| 49 | install_title_page3 = Directories setup |
|---|
| 50 | install_title_page4 = Domains setup |
|---|
| 51 | install_title_page5 = Setup administrator account |
|---|
| 52 | install_title_page6 = Done |
|---|
| 53 | install_step = Step %s of %s |
|---|
| 54 | install_step_back = BACK |
|---|
| 55 | install_step_next = NEXT |
|---|
| 56 | language = Language |
|---|
| 57 | languages = { italiano | english } |
|---|
| 58 | latest_articles = Latest articles |
|---|
| 59 | login = login |
|---|
| 60 | main_server = main server |
|---|
| 61 | main_server_url = Server URL |
|---|
| 62 | maintenance = Maintenance |
|---|
| 63 | messages_ttl = Internal messages' expire days |
|---|
| 64 | name = name |
|---|
| 65 | next_events = Next events |
|---|
| 66 | password = password |
|---|
| 67 | phpeace_update_check = Check the <a href="%s">scheduler</a> for PhPeace automatic updates |
|---|
| 68 | pub_web = Public website |
|---|
| 69 | register = Don't forget to <a href="%s" target="_blank">register your installation</a> of PhPeace in order to receive automatic updates |
|---|
| 70 | registered = Already registered as "%s" |
|---|
| 71 | registration = PhPeace Registration |
|---|
| 72 | registration_form = Please fill this form to register your PhPeace |
|---|
| 73 | registration_refuse = This PhPeace installation does not accept clients |
|---|
| 74 | registration_successful = PhPeace registration successful |
|---|
| 75 | registration_waiting = PhPeace registration waiting for approval |
|---|
| 76 | server_missing = There is no PhPeace server specified in your configuration, add <strong>http://distrib.phpeace.org</strong> if you want central automatic updates. |
|---|
| 77 | staff_email = Official email address for website |
|---|
| 78 | style_title = Sample topic style |
|---|
| 79 | style_desc = An empty style for layout personalization |
|---|
| 80 | submit = Submit |
|---|
| 81 | test_db_conn = Checking database connection |
|---|
| 82 | test_ctype = Checking Ctype support |
|---|
| 83 | test_curl = Checking CURL support |
|---|
| 84 | test_domxml = Checking DOM XML support |
|---|
| 85 | test_failed_warning = At least one test failed: it is strongly recommended to fix these problems and not to carry on with the installation.<br> Please note that changes to PHP configuration could impact other PHP applications running on the web server |
|---|
| 86 | test_iconv = Checking iconv support |
|---|
| 87 | test_imagemagick = Checking ImageMagick |
|---|
| 88 | test_imagemagick_create = Testing ImageMagick image creation |
|---|
| 89 | test_imagemagick_resize = Testing ImageMagick image resize |
|---|
| 90 | test_is_installed = Checking database |
|---|
| 91 | test_ldap = Checking LDAP connection |
|---|
| 92 | test_main_paths = Checking main directories |
|---|
| 93 | test_multibyte = Checking mbstring support |
|---|
| 94 | test_next_block = Furthermore some of these problems are critical and prevent from continuing the installation |
|---|
| 95 | test_passed = All tests have passed, you can carry on with the installation |
|---|
| 96 | test_path_rights = Checking directories' permissions |
|---|
| 97 | test_php_file_uploads = Checking PHP option file_uploads |
|---|
| 98 | test_php_magic_quotes = Checking PHP option magic_quotes_gpc |
|---|
| 99 | test_php_memory_limit = Checking PHP option memory_limit |
|---|
| 100 | test_php_mysql_persistent = Checking PHP option for MySql persistent connections |
|---|
| 101 | test_php_register_globals = Checking PHP option register_globals |
|---|
| 102 | test_php_safe_mode = Checking PHP option safe_mode |
|---|
| 103 | test_php_short_open_tag = Checking PHP option short_open_tag |
|---|
| 104 | test_php_version = Checking PHP version |
|---|
| 105 | test_ok = [OK] |
|---|
| 106 | test_ko = [FAILED] |
|---|
| 107 | test_tar = Checking tar |
|---|
| 108 | test_xslt = Checking XSLT |
|---|
| 109 | title = Title |
|---|
| 110 | topic_store = Deposit |
|---|
| 111 | topic_test = Test Topic |
|---|
| 112 | topics = Topics |
|---|
| 113 | topics_desc = Main websites of the portal |
|---|
| 114 | topics_groups = Topics Groups |
|---|
| 115 | topics_groups_desc = All visible topics groups |
|---|
| 116 | trashbin = Z_Trash |
|---|
| 117 | trashbin_desc = Trash-bin for deleted articles |
|---|
| 118 | validate_error = Value not set: <em>%s</em> |
|---|
| 119 | map_path = Site map |
|---|
| 120 | gallery_path = Galleries |
|---|
| 121 | users_path = Users |
|---|
| 122 | events_path = Events |
|---|
| 123 | search_path = Search engine |
|---|
| 124 | books_path = Books |
|---|
| 125 | lists_path = Mailing lists |
|---|
| 126 | campaign_path = Campaigns |
|---|
| 127 | forum_path = Forums |
|---|
| 128 | org_path = Associations |
|---|
| 129 | quotes_path = Quotes |
|---|
| 130 | media_path = Multimedia |
|---|