File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 <ul>
55 <li><input type="text" name="username" value="<?= htmlspecialchars ($ this ->username ); ?> " placeholder="Username"></li>
66 <li><input type="password" name="password" placeholder="Password"></li>
7- <li><input type="submit" value="Let me in " disabled></li>
7+ <li><input type="submit" value="<?= $ this -> translator -> translate ( ' project.log_in ' ); ?> " disabled></li>
88 </ul>
99 </form>
1010</div>
Original file line number Diff line number Diff line change 22
33$ texts = [
44 'project.link ' => 'Project on GitHub ' ,
5+ 'project.log_in ' => 'Let me in! ' ,
56
67 'menu.status ' => 'Status ' ,
78 'menu.config ' => 'Configuration ' ,
120121 'graph.hits.title ' => 'Hits ' ,
121122 'graph.hits.hits ' => 'hits ' ,
122123 'graph.hits.misses ' => 'misses ' ,
123- 'graph.hits.blacklist ' => 'blacklist ' ,
124+ 'graph.hits.blacklist ' => 'blacklist '
124125];
Original file line number Diff line number Diff line change 22
33$ texts = [
44 'project.link ' => 'Projet sur GitHub ' ,
5+ 'project.log_in ' => 'Laissez moi entrer ! ' ,
56
67 'menu.status ' => 'Statut ' ,
78 'menu.config ' => 'Configuration ' ,
120121 'graph.hits.title ' => 'Accès ' ,
121122 'graph.hits.hits ' => 'accès ' ,
122123 'graph.hits.misses ' => 'ratés ' ,
123- 'graph.hits.blacklist ' => 'liste noire ' ,
124+ 'graph.hits.blacklist ' => 'liste noire '
124125];
You can’t perform that action at this time.
0 commit comments