Fixing #119. Akelos was silencing fatal errors on controllers, which could lead to...
[akelos.git] / app / locales / page / en.php
blob69e2883d5e2635e01b60813f41b1efafa6c11724
1 <?php
3 $dictionary = array();
4 $dictionary['Akelos Framework: Welcome aboard'] = 'Akelos Framework: Welcome aboard';
6 $dictionary['
7 <div id="header">
8 <h1>Welcome aboard</h1>
9 <h2>You&rsquo;re using The Akelos Framework!</h2>
10 </div>
12 <div id="main-content">
13 <h1>Getting started</h1>
14 <ol>
15 <li>
16 <h2>Use <tt>script/generate</tt> to create your models and controllers</h2>
17 <p>To see all available options, run it without parameters.</p>
18 </li>
20 <li>
21 <h2>Set up a default routes (config/routes.php) or edit the default controller (app/controllers/page_controller.php)</h2>
22 </li>
24 </ol>
25 </div>
26 '] = '
27 <div id="header">
28 <h1>Welcome aboard</h1>
29 <h2>You&rsquo;re using The Akelos Framework!</h2>
30 </div>
32 <div id="main-content">
33 <h1>Getting started</h1>
34 <ol>
35 <li>
36 <h2>Use <tt>script/generate</tt> to create your models and controllers</h2>
37 <p>To see all available options, run it without parameters.</p>
38 </li>
40 <li>
41 <h2>Set up a default routes (config/routes.php) or edit the default controller (app/controllers/page_controller.php)</h2>
42 </li>
44 </ol>
45 </div>
48 // 2006-06-19 12:13:51
51 $dictionary['Akelos Framework'] = 'Akelos Framework';