Source for file main.php

Documentation is available at main.php

  1. <?php
  2. /*
  3. * This file is part of Sylar.
  4. *
  5. * Sylar is free software: you can redistribute it and/or modify
  6. * it under the terms of the GNU Lesser General Public License as published by
  7. * the Free Software Foundation, either version 3 of the License, or
  8. * (at your option) any later version.
  9. *
  10. * Sylar is distributed in the hope that it will be useful,
  11. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. * GNU Lesser General Public License for more details.
  14. *
  15. * You should have received a copy of the GNU Lesser General Public License
  16. * along with Sylar. If not, see <http://www.gnu.org/licenses/>.
  17. *
  18. * @copyright Copyright Sylar Development Team
  19. * @license http://www.gnu.org/licenses/ GNU Public License V2.0
  20. * @see https://launchpad.net/sylar/
  21. * @see http://www.giano-solutions.com
  22. */
  23. /**
  24. * Italian Dictionary
  25. * Main and common Sylar Italian Dictionary
  26. *
  27. * @see Sylar_Language
  28. *
  29. * @package Sylar
  30. * @version 1.0
  31. * @since 10/apr/08
  32. * @author Gianluca Giusti [brdp] <g.giusti@giano-solutions.com>
  33. * @copyright Sylar Development Team
  34. */
  35.  
  36. // DO NOT RENAME THE ARRAY!
  37. $aDict = array(
  38.  
  39. // Edit only below
  40. //______________________________________________________________________________
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52. "App_Title" => "Titolo Applicazione",
  53. "App_Desc" => "Descrizione breve dell'applicazione",
  54. "App_Powered" => "Powered by... ",
  55. "App_Welcome" => "Ciao <b>%2\$s</b> questa è la tua visita n°<b>%1\$d</b> Arrivederci <b>%2\$s</b>!",
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. // Edit only above
  64. //______________________________________________________________________________
  65.  
  66.  
  67.  
  68.  
  69.  
  70. ""=>""
  71. );
  72. ?>

Documentation generated on Thu, 24 Apr 2008 16:14:18 +0200 by phpDocumentor 1.3.0RC3