root/trunk/lang/en/mod_17.txt

Revision 2673, 6.6 KB (checked in by francesco, 5 weeks ago)

"Fixed defect in installation translation"

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