install.php 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <?php
  2. return array (
  3. 'Install guide' => 'Guida all\'installazione',
  4. 'Please chose language' => 'Si prega di scegliere la lingua',
  5. 'FeehiCMS license agreement' => 'Accordo di licenza FeehiCMS',
  6. 'Accept' => 'Accettare',
  7. 'Decline' => 'Declino',
  8. 'Check Environment' => 'Controlla l\'ambiente',
  9. 'Fill Info' => 'Riempi informazioni',
  10. 'Success' => 'Successo',
  11. 'Environment' => 'Ambiente',
  12. 'Recommends' => 'Raccomanda',
  13. 'Least Required' => 'Minimo richiesto',
  14. 'OS' => 'OS',
  15. 'Current' => 'attuale',
  16. 'Unix-like' => 'Unix-like',
  17. 'Unrestricted' => 'illimitato',
  18. 'Required' => 'necessario',
  19. 'Yes' => 'sì',
  20. 'No' => 'No',
  21. 'Module' => 'Modulo',
  22. 'Directory File Permission' => 'Autorizzazione file directory',
  23. 'Writable' => 'scrivibile',
  24. 'Readable' => 'Leggibile',
  25. 'Other' => 'Altro',
  26. 'Upload Limit' => 'Limite di caricamento',
  27. 'Refresh' => 'ricaricare',
  28. 'Next' => 'Il prossimo',
  29. 'Forbidden' => 'Vietato',
  30. 'Database' => 'Banca dati',
  31. 'Type' => 'genere',
  32. 'Recommend MySQL' => 'Consiglia MySQL',
  33. 'DB Host' => 'DB Host',
  34. 'DB Port' => 'Porta DB',
  35. 'DB Username' => 'Nome utente DB',
  36. 'DB Password' => 'Password DB',
  37. 'Table Prefix' => 'Prefisso tabella',
  38. 'DB Name' => 'Nome DB',
  39. 'Website' => 'Sito web',
  40. 'Title' => 'Titolo',
  41. 'Site Url' => 'URL del sito',
  42. 'Keywords' => 'parole',
  43. 'Description' => 'Descrizione',
  44. 'Administrator' => 'Amministratore',
  45. 'Username' => 'Nome utente',
  46. 'Password' => 'Parola d\'ordine',
  47. 'Re-password' => 'Re-parola',
  48. 'Email' => 'E-mail',
  49. 'Prev' => 'prev',
  50. 'Install' => 'Installare',
  51. '{attribute} cannot be empty' => '{attribute} non può essere vuoto',
  52. 'Database Username' => 'Nome utente database',
  53. 'Database Password' => 'Password del database',
  54. 'Database Name' => 'Nome del database',
  55. 'Admin Username' => 'Nome utente amministratore',
  56. 'Database table prefix' => 'Prefisso della tabella del database',
  57. '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',
  58. 'Default MySQL 3306, PostgreSQL 5432' => 'Predefinito MySQL 3306, PostgreSQL 5432',
  59. 'Please end at "/"' => 'Termina in "/"',
  60. 'Admin Password' => 'Password dell\'amministratore',
  61. 'Repeat Password' => 'Ripeti la password',
  62. 'Super administrator, own the whole permission' => 'Super amministratore, possiedi l\'intera autorizzazione',
  63. 'Verifying, do no refresh this window.' => 'Verifica, non aggiornare questa finestra.',
  64. 'Cannot find database host' => 'Impossibile trovare l\'host del database',
  65. 'Repeat password is not equal password' => 'La password ripetuta non è uguale alla password',
  66. 'Access to database `{database}` error. Maybe permission denied' => 'Accesso al database "{database}" errore. Forse il permesso negato',
  67. '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',
  68. 'Congratulations! Success installed' => 'Congratulazioni! Installazione riuscita',
  69. 'Create database error, please create yourself and retry' => 'Crea errore database, crea te stesso e riprova',
  70. 'Please check your environment to suite the cms' => 'Controlla il tuo ambiente per adattarlo al cms',
  71. ' 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',
  72. 'Create table {table} finished' => 'Creazione tabella {table} terminata',
  73. 'Create table {table} index {index} finished' => 'Creazione tabella {table} indice {index} terminata',
  74. 'Insert table {table} data finished' => 'Inserimento dati tabella {table} terminato',
  75. 'finished' => 'finito',
  76. 'error' => 'errore',
  77. 'go Frontend' => 'vai al frontend',
  78. 'go Backend' => 'vai al backend',
  79. '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',
  80. 'Finish Install' => 'Termina l\'installazione',
  81. 'Installing' => 'Installazione',
  82. '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.',
  83. 'Touch install lock file {lock_file} failed,please touch file handled' => 'Tocca installazione file di blocco {lock_file} non riuscita, tocca file gestito',
  84. );