Ignore:
Timestamp:
Aug 25, 2015, 10:52:51 PM (9 years ago)
Author:
chronos
Message:
  • Modified: Allow to disable google translate as this service is not usable for offline development.
  • Modified: Translated rest of ReadMe file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/install.php

    r816 r836  
    132132    'Advertisement' => '',
    133133    'Locale' => 'cs',
     134    'EnableGoogleTranslate' => false,
    134135  ),
    135136  'ForbiddedUserNames' => array('addon', 'admin', 'administrator'),
     
    146147{
    147148  $Output = '<h3>Přihlášení k instalaci</h3>'.
    148       '<form action="" method="post">'.
    149       '<table>'.
    150       '<tr><td>Systémové heslo:</td><td> <input type="password" name="SystemPassword" value=""/></td></tr>'.
    151       '</table>'.
    152       '<input type="submit" name="login" value="Přihlásit"/>'.
    153       '</form>';
     149    '<form action="" method="post">'.
     150    '<table>'.
     151    '<tr><td>Systémové heslo:</td><td> <input type="password" name="SystemPassword" value=""/></td></tr>'.
     152    '</table>'.
     153    '<input type="submit" name="login" value="Přihlásit"/>'.
     154    '</form>';
    154155  return($Output);
    155156}
Note: See TracChangeset for help on using the changeset viewer.