19 |
20 |
t('Error: Missing apps')); ?>
21 | t('The following dependency apps are missing: ')); ?>
22 |
23 |
24 |
25 | ' . $app . '');
30 | if ($i !== $len - 1) {
31 | print_unescaped(', ');
32 | }
33 | $i++;
34 | }
35 | ?>
36 |
37 |
38 |
39 | t('Please ask the administrator to enable these apps.')); ?>
40 |
41 |
42 |
43 |
--------------------------------------------------------------------------------
/templates/main.php:
--------------------------------------------------------------------------------
1 |
10 |
11 |