[ Index ] |
|
Code source de Dotclear 1.2.5 |
1 <?php 2 # ***** BEGIN LICENSE BLOCK ***** 3 # This file is part of DotClear. 4 # Copyright (c) 2004 Olivier Meunier and contributors. All rights 5 # reserved. 6 # 7 # DotClear is free software; you can redistribute it and/or modify 8 # it under the terms of the GNU General Public License as published by 9 # the Free Software Foundation; either version 2 of the License, or 10 # (at your option) any later version. 11 # 12 # DotClear is distributed in the hope that it will be useful, 13 # but WITHOUT ANY WARRANTY; without even the implied warranty of 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 # GNU General Public License for more details. 16 # 17 # You should have received a copy of the GNU General Public License 18 # along with DotClear; if not, write to the Free Software 19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 # 21 # ***** END LICENSE BLOCK ***** 22 # 23 24 25 # DOT NOT MODIFY THIS FILE ! 26 27 28 29 30 $GLOBALS['__l10n']['Installation'] = 'Installazione'; 31 $GLOBALS['__l10n']['Welcome on DotClear installation'] = 'Benvenuti nell\'installazione di DotClear'; 32 $GLOBALS['__l10n']['You are about to install DotClear. Please choose your language and encoding.'] = 'Stai per installare DotClear. Scegli la tua lingua e il tipo di codifica.'; 33 $GLOBALS['__l10n']['Go'] = 'Avanti'; 34 $GLOBALS['__l10n']['Next step'] = 'Prossimo passaggio'; 35 $GLOBALS['__l10n']['DotClear is still installed.'] = 'DotClear è già stato installato.'; 36 $GLOBALS['__l10n']['Upgrade'] = 'Aggiornare'; 37 $GLOBALS['__l10n']['Note: You must accept session cookies to use this installer.'] = 'Nota: devi accettare i cookies per usare questa procedura di installazione.'; 38 $GLOBALS['__l10n']['Checking your configuration'] = 'Verifica della tua configurazione'; 39 $GLOBALS['__l10n']['PHP version and modules'] = 'Versione di PHP e moduli'; 40 $GLOBALS['__l10n']['PHP version is %s.'] = 'La versione di PHP è la %s'; 41 $GLOBALS['__l10n']['PHP version is %s. Version 4.1 or better is required.'] = 'La versione installata di PHP è la %s. Attento: è necessaria una versione 4.1 o superiore.'; 42 $GLOBALS['__l10n']['%s module is present.'] = 'Il modulo %s è presente.'; 43 $GLOBALS['__l10n']['%s module is not present.'] = 'Il modulo %s è assente.'; 44 $GLOBALS['__l10n']['Files permissions'] = 'Permessi sui files'; 45 $GLOBALS['__l10n']['%s is writable.'] = '%s è accessibile in scrittura'; 46 $GLOBALS['__l10n']['%s is not writable. Please change its permissions to install.'] = '%s non è accessibile in scrittura. Per favore cambia i permessi per installare DotClear.'; 47 $GLOBALS['__l10n']['DotClear cannot be installed.'] = 'DotClear non può essere installato.'; 48 $GLOBALS['__l10n']['Your PHP configuration is not valid. Please contact your Web host to solve this problem.'] = 'La vostra configurazione non è valida. Contatta il tuo fornitore di hosting per risolvere il problema.'; 49 $GLOBALS['__l10n']['Some files or directories are not writable. Please change their permissions to install DotClear.'] = 'Alcuni files o cartelle non sono accessibili in scrittura. Per favore cambia i loro permessi per installare DotClear.'; 50 $GLOBALS['__l10n']['DotClear can be installed on your site.'] = 'DotClear può essere installato sul tuo sito.'; 51 $GLOBALS['__l10n']['Database parameters'] = 'Parametri del database'; 52 $GLOBALS['__l10n']['Invalid tables prefix. It can contain only letters or "_".'] = 'Prefisso per le tabelle non valido. Deve contenere o lettere o il simbolo underscore "_".'; 53 $GLOBALS['__l10n']['Error, check your parameters.'] = 'Errore, verificare i parametri inseriti.'; 54 $GLOBALS['__l10n']['Server address'] = 'Indirizzo del server'; 55 $GLOBALS['__l10n']['User ID'] = 'User login'; 56 $GLOBALS['__l10n']['Password'] = 'Password'; 57 $GLOBALS['__l10n']['Database name'] = 'Nome del database'; 58 $GLOBALS['__l10n']['Tables prefix'] = 'Prefisso delle tabelle'; 59 $GLOBALS['__l10n']['Create tables'] = 'Creazione delle tabelle'; 60 $GLOBALS['__l10n']['DotClear seems to be present on your site. You may want to upgrade.'] = 'DotClear sembra essere già presente sul tuo sito. Probabilmente vuoi aggiornare.'; 61 $GLOBALS['__l10n']['Don\'t forget to upload your old dotclear.ini in conf/ directory before upgrade.'] = 'Non dimenticarti di aggiornare il tuo vecchio file dotclear.ini presente nella directory conf/ prima di aggiornare.'; 62 $GLOBALS['__l10n']['Tables creation'] = 'Creazione delle tabelle'; 63 $GLOBALS['__l10n']['Table %s exists'] = 'La tabella %s esiste già'; 64 $GLOBALS['__l10n']['Field %s exists'] = 'Il campo %s esiste già'; 65 $GLOBALS['__l10n']['Create table %s'] = 'Creazione della tabella %s'; 66 $GLOBALS['__l10n']['Add fulltext key %s'] = 'Inserimento di una fulltext key %s'; 67 $GLOBALS['__l10n']['Creation of first category'] = 'Creazione della prima categoria'; 68 $GLOBALS['__l10n']['Unable to create all tables. Please check if the tables don\'t exist yet.'] = 'Impossibile creare tutte le tabelle. Verificare se non esistano già.'; 69 $GLOBALS['__l10n']['Tables successfully created.'] = 'Tabelle create con successo.'; 70 $GLOBALS['__l10n']['DotClear will run properly even if warnings are issued.'] = 'DotClear funzionerà normalmente anche nel caso siano apparsi alcuni avvisi.'; 71 $GLOBALS['__l10n']['Creation of first user'] = 'Creazione del primo utente.'; 72 $GLOBALS['__l10n']['You are about to create the first user of your blog. This user will be administrator.'] = 'Stai per creare il primo utente che sarà anche amministratore del sistema.'; 73 $GLOBALS['__l10n']['Create user'] = 'Creazione dell\'utente'; 74 $GLOBALS['__l10n']['User successfully created'] = 'Utente creato con successo'; 75 $GLOBALS['__l10n']['Blog configuration'] = 'Configurazione del blog'; 76 $GLOBALS['__l10n']['DotClear needs to know in which directory it has been installed. For example, if DotClear has been installed in %s/dotclear, then please type "/dotclear" in the field below:'] = 'Nota che è necessario indicare a DotClear la cartella in cui è installato. Per esempio, nel caso sia stato installato in %s/dotclear, indica "/dotclear" nel campo qua sotto:'; 77 $GLOBALS['__l10n']['DotClear location'] = 'Indirizzo di DotClear'; 78 $GLOBALS['__l10n']['Your blog\'s name'] = 'Nome del blog'; 79 $GLOBALS['__l10n']['My first weblog'] = 'Il mio primo weblog'; 80 $GLOBALS['__l10n']['Your blog archive addresses (permalinks) may be displayed in various formats. The "Query string" URLs will be displayed as "index.php?/2002/04". The "Path info" URLs will be displayed as "index.php/2002/04" (preferred method for search engine optimization). And the "Get" URLs will be displayed as "index.php?d=2002/04" (only for mod_rewrite fans).'] = 'I permalink possono essere indicati in vari formati. Le URL in formato "Query string" saranno indicate come "index.php?/2002/04". Le URL in formato "Path info" saranno indicate come "index.php/2002/04" (metodo migliore per l\'indicizzazione con motore di ricerca). Le URL in formato get "Get" saranno indicate con "index.php?d=2002/04" (solo per i fans di mod_rewrite).'; 81 $GLOBALS['__l10n']['Please note that "Path info" type could be broken on some Web hosting configurations.'] = 'Nota che il "Path info" non funziona correttamente a causa qualche le configurazione applicata dalle aziende di Web hosting.'; 82 $GLOBALS['__l10n']['URLs format'] = 'Formato dell\'URL'; 83 $GLOBALS['__l10n']['Save'] = 'Salva'; 84 $GLOBALS['__l10n']['Unable to write dotclear.ini'] = 'Impossibile scrivere dotclear.ini'; 85 $GLOBALS['__l10n']['Weblog successfully configured'] = 'Weblog configurato con successo'; 86 $GLOBALS['__l10n']['End installation'] = 'Installazione completata'; 87 $GLOBALS['__l10n']['End of installation'] = 'Fine dell\'installazione'; 88 $GLOBALS['__l10n']['First post'] = 'Primo post'; 89 $GLOBALS['__l10n']['This is the first post. Please edit it.'] = 'Questo è il primo post. Completalo.'; 90 $GLOBALS['__l10n']['Creation of first entry.'] = 'Creazione del primo post.'; 91 $GLOBALS['__l10n']['Creation of first entry failed.'] = 'La creazione del primo post è fallita.'; 92 $GLOBALS['__l10n']['Creation of config file.'] = 'Creazione del file di configurazione.'; 93 $GLOBALS['__l10n']['Creation of config file failed.'] = 'La creazione del file di configurazione è fallita.'; 94 $GLOBALS['__l10n']['An error occured while finishing installation.'] = 'Si è verificato un errore durante il completamento dell\'installazione.'; 95 $GLOBALS['__l10n']['Congratulations!'] = 'Congratulazioni!'; 96 $GLOBALS['__l10n']['You successfully installed DotClear. Have fun.'] = 'Avete installato correttamente DotClear. Buon divertimento.'; 97 $GLOBALS['__l10n']['Manage your blog'] = 'Amministra il tuo blog'; 98 $GLOBALS['__l10n']['Upgrade DotClear'] = 'Aggiornamento di DotClear'; 99 $GLOBALS['__l10n']['Update URLed titles'] = 'Aggiornamento degli URLed'; 100 $GLOBALS['__l10n']['Update %s'] = 'Aggiornamento di %s'; 101 $GLOBALS['__l10n']['Reord categories'] = 'Riordinamento delle categorie'; 102 $GLOBALS['__l10n']['Reord categories failed'] = 'Il riordinamento delle categorie è fallito.'; 103 $GLOBALS['__l10n']['Update of dotclear.ini'] = 'Aggiornamento del file dotclear.ini'; 104 $GLOBALS['__l10n']['Update of dotclear.ini failed'] = 'Aggiornamento del file dotclear.ini fallito'; 105 $GLOBALS['__l10n']['DotClear successfully upgraded.'] = 'DotClear è stato aggiornato con successo.'; 106 $GLOBALS['__l10n']['Log in'] = 'Login'; 107 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Fri Feb 23 21:40:15 2007 | par Balluche grâce à PHPXref 0.7 |