| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- <?php
- return array (
- 'Install guide' => 'Guida all\'installazione',
- 'Please chose language' => 'Si prega di scegliere la lingua',
- 'FeehiCMS license agreement' => 'Accordo di licenza FeehiCMS',
- 'Accept' => 'Accettare',
- 'Decline' => 'Declino',
- 'Check Environment' => 'Controlla l\'ambiente',
- 'Fill Info' => 'Riempi informazioni',
- 'Success' => 'Successo',
- 'Environment' => 'Ambiente',
- 'Recommends' => 'Raccomanda',
- 'Least Required' => 'Minimo richiesto',
- 'OS' => 'OS',
- 'Current' => 'attuale',
- 'Unix-like' => 'Unix-like',
- 'Unrestricted' => 'illimitato',
- 'Required' => 'necessario',
- 'Yes' => 'sì',
- 'No' => 'No',
- 'Module' => 'Modulo',
- 'Directory File Permission' => 'Autorizzazione file directory',
- 'Writable' => 'scrivibile',
- 'Readable' => 'Leggibile',
- 'Other' => 'Altro',
- 'Upload Limit' => 'Limite di caricamento',
- 'Refresh' => 'ricaricare',
- 'Next' => 'Il prossimo',
- 'Forbidden' => 'Vietato',
- 'Database' => 'Banca dati',
- 'Type' => 'genere',
- 'Recommend MySQL' => 'Consiglia MySQL',
- 'DB Host' => 'DB Host',
- 'DB Port' => 'Porta DB',
- 'DB Username' => 'Nome utente DB',
- 'DB Password' => 'Password DB',
- 'Table Prefix' => 'Prefisso tabella',
- 'DB Name' => 'Nome DB',
- 'Website' => 'Sito web',
- 'Title' => 'Titolo',
- 'Site Url' => 'URL del sito',
- 'Keywords' => 'parole',
- 'Description' => 'Descrizione',
- 'Administrator' => 'Amministratore',
- 'Username' => 'Nome utente',
- 'Password' => 'Parola d\'ordine',
- 'Re-password' => 'Re-parola',
- 'Email' => 'E-mail',
- 'Prev' => 'prev',
- 'Install' => 'Installare',
- '{attribute} cannot be empty' => '{attribute} non può essere vuoto',
- 'Database Username' => 'Nome utente database',
- 'Database Password' => 'Password del database',
- 'Database Name' => 'Nome del database',
- 'Admin Username' => 'Nome utente amministratore',
- 'Database table prefix' => 'Prefisso della tabella del database',
- 'Database host, SQLite like `/path/to/feehi.db`, other database often is localhost' => 'Host del database, SQLite come `/ path / to / feehi.db`, altri database spesso sono localhost',
- 'Default MySQL 3306, PostgreSQL 5432' => 'Predefinito MySQL 3306, PostgreSQL 5432',
- 'Please end at "/"' => 'Termina in "/"',
- 'Admin Password' => 'Password dell\'amministratore',
- 'Repeat Password' => 'Ripeti la password',
- 'Super administrator, own the whole permission' => 'Super amministratore, possiedi l\'intera autorizzazione',
- 'Verifying, do no refresh this window.' => 'Verifica, non aggiornare questa finestra.',
- 'Cannot find database host' => 'Impossibile trovare l\'host del database',
- 'Repeat password is not equal password' => 'La password ripetuta non è uguale alla password',
- 'Access to database `{database}` error. Maybe permission denied' => 'Accesso al database "{database}" errore. Forse il permesso negato',
- 'For your site security, please remove the directory install! and, backup common/config/main-local.php' => 'Per la sicurezza del tuo sito, rimuovi la directory install! e, backup common / config / main-local.php',
- 'Congratulations! Success installed' => 'Congratulazioni! Installazione riuscita',
- 'Create database error, please create yourself and retry' => 'Crea errore database, crea te stesso e riprova',
- 'Please check your environment to suite the cms' => 'Controlla il tuo ambiente per adattarlo al cms',
- ' If environment have been suit to the cms please check php session can set correctly' => ' Se l\'ambiente è stato adatto al cms, controlla che la sessione php possa essere impostata correttamente',
- 'Create table {table} finished' => 'Creazione tabella {table} terminata',
- 'Create table {table} index {index} finished' => 'Creazione tabella {table} indice {index} terminata',
- 'Insert table {table} data finished' => 'Inserimento dati tabella {table} terminato',
- 'finished' => 'finito',
- 'error' => 'errore',
- 'go Frontend' => 'vai al frontend',
- 'go Backend' => 'vai al backend',
- 'Has been installed, if you want to reinstall please remove {lock_file} and try it again' => 'È stato installato, se desideri reinstallarlo, rimuovi {lock_file} e riprova',
- 'Finish Install' => 'Termina l\'installazione',
- 'Installing' => 'Installazione',
- 'Installed success;but update write config file error.please update common/config/main-local.php components db section.' => 'Installazione riuscita; ma aggiorna la scrittura del file di configurazione error. Aggiorna la sezione db dei componenti common / config / main-local.php.',
- 'Touch install lock file {lock_file} failed,please touch file handled' => 'Tocca installazione file di blocco {lock_file} non riuscita, tocca file gestito',
- );
|