Changeset 2497 for trunk/lang
- Timestamp:
- 20/08/08 12:28:15 (5 months ago)
- Location:
- trunk/lang
- Files:
-
- 2 modified
-
en/mod_17.txt (modified) (2 diffs)
-
it/mod_17.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lang/en/mod_17.txt
r2486 r2497 16 16 error_db_conn = Database connection broken: %s 17 17 error_domxml = PHP DOM XML class not present 18 error_iconv = PHP compiled without iconv library18 error_iconv = PHP iconv library missing 19 19 error_is_installed = Database already installed, it cannot be overwritten, remove it first if this is what you want 20 20 error_ldap = LDAP anonymous connection to server %s failed 21 21 error_main_path = Main directory missing: <em>%s</em> 22 error_multibyte = PHP multibyte (mbstring) library missing 22 23 error_path_rights = The directory <em>%s</em> is not writable by PHP user 23 24 error_php_file_uploads = PHP option <em>file_uploads</em> must be set <em>ON</em> … … 79 80 test_ldap = Checking LDAP connection 80 81 test_main_paths = Checking main directories 82 test_multibyte = Checking mbstring support 81 83 test_next_block = Furthermore some of these problems are critical and prevent from continuing the installation 82 84 test_passed = All tests have passed, you can carry on with the installation -
trunk/lang/it/mod_17.txt
r2486 r2497 15 15 error_db_conn = Connessione al database non funzionante: %s 16 16 error_domxml = Classe PHP DOM XML mancante 17 error_iconv = PHP compilato senza la libreriaiconv17 error_iconv = Manca la libreria PHP iconv 18 18 error_imagemagick = ImageMagick non è installato 19 19 error_imagemagick_create = ImageMagick non riesce a creare immagini … … 22 22 error_ldap = Connessione LDAP anonima al server %s fallita 23 23 error_main_path = Manca una directory principale: <em>%s</em> 24 error_multibyte = Manca la libreria PHP multibyte (mbstring) 24 25 error_path_rights = La directory <em>%s</em> non è scrivibile dall'utente con cui gira PHP 25 26 error_php_file_uploads = L'opzione PHP <em>file_uploads</em> deve essere impostata <em>ON</em> … … 81 82 test_ldap = Verifica connessione LDAP 82 83 test_main_paths = Verifica presenza directories principali 84 test_multibyte = Verifica supporto mbstring 83 85 test_next_block = Inoltre almeno uno degli errori è critico e impedisce di proseguire con l'installazione 84 86 test_passed = Tutti i test sono risultati positivi, si può procedere con il prossimo passo dell'installazione
